@font-face {
  font-family: 'Roboto';
  font-weight: 400;
  font-style: normal;
  src:  url('../fonts/custom/Roboto-Regular.woff2') format('woff2'),
        url('../fonts/custom/Roboto-Regular.woff') format('woff');
}

@font-face {
  font-family: 'Roboto';
  font-weight: 700;
  src:  url('../fonts/custom/Roboto-Bold.woff2') format('woff2'),
        url('../fonts/custom/Roboto-Bold.woff') format('woff');

}

/* joe general */
html {
  font-family: 'Roboto', Helvetica, sans-serif;
}

body {
  margin: 0;
  padding: 0;
}

p{
  line-height: 24px !important;
  font-family: 'Roboto';
}

.col-md-6 {
  width: 60% !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  margin-top: 10px ;
}

.columns {
  padding-bottom:0;
  margin: 15px;
}

.column.main .main-inner {
  display: flex;
  justify-content: center;
}

.row{
  margin-left: -50px !important;
  margin-right: -50px !important;
}


div[data-content-type="text"] {
  max-width: 100% !important;
 }

.pagebuilder-column {
  max-width: 95% !important;
  margin-top: 10px;
}

.pagebuilder-column:nth-child(1) {
margin-right: 10px;
}

.pagebuilder-column:nth-child(3),.pagebuilder-column:nth-child(3) img {
margin-left: 25px;
}

.pagebuilder-column-line .pagebuilder-column:nth-child(2) {
padding-left: 15px;
}

.pagebuilder-column img{
width: 100% !important;
height: auto;
}


.legal-links a,
.joe-content-shortdescription a,
.joe-content-description a,
.author-info a{
  color: #2D636A !important;
}

a:hover,
.legal-links a:hover,
.joe-content-shortdescription a:hover,
.joe-content-description a:hover,
.author-info a:hover
 {
  color: #76767E !important;
}


@media only screen and (max-width: 1400px) {
  .podcast-container .product-items{
    justify-content: center !important;
  }

  .search.results{
    margin-right: -100px;
  }

 }

@media only screen and (max-width: 1300px) {
   .pagebuilder-column-line .pagebuilder-column:first-of-type,
   .pagebuilder-column-line .pagebuilder-column:last-of-type
   {
     display: none !important;
   }

   .pagebuilder-column:nth-child(2){
     width: 100% !important;
     margin-top: 10px !important;
     margin: 10px 20px 0px 20px;
    }

    .pagebuilder-column-line .pagebuilder-column:nth-child(2) {
      padding-left: 0px !important;
      padding-right: 0px !important;
    }

   .row{
     display: flex;
     flex-wrap: wrap;
     justify-content: center;
   }

   .page-header{
      border-bottom: none !important;
    }

    img{
      height:auto !important;
    }

   .col-sm-19.header-panel-right {
      right: 0px !important;
  }

  .search.results{
    margin-right: -180px;
  }

  .filter-options-item{
    width: 170px
  }

  .podcast-picture{
    width:80%;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
 }

 @media screen and (min-width: 1130px) and (max-width: 1300px) {
  .podcast-container {
    padding-right: 100px;
  }
}

 @media only screen and (max-width: 1100px) {
  .col-md-6 {
   width:80% !important
 }

 .pagebuilder-column:nth-child(2){
  margin: 10px -15px 0px 10px;
 }

}


@media only screen and (max-width: 900px) {
  #product-list-container .products-grid .flex-grid {
    justify-content: center;
    margin-left: 50px !important;
  }

  .pagebuilder-column td {
    max-width: 48vw !important;
  }

  .joe-category-title{
    font-size: 24px !important;
  }

  .search.results{
    max-width: 700px !important;
  }
}


@media only screen and (max-width: 780px) {
  .footer-logo {
    margin-left: 30px !important;
  }

  .footer-links{
    margin: 50px 30px 50px 30px !important;
  }

  .footer-links a{
    font-size: 14px !important;
    display: block;
    text-align: center;
  }

  td img{
    height:auto;
  }

  .joe-category-title,
  .joe-content-title{
    font-size: 22px !important;
    line-height: 32px;
  }

  .popup-content {
    width:85% !important;
    padding: 40px !important;
  }

  .popup-content p {
    font-size:20px !important;
  }
 }

@media only screen and (max-width: 767px) {
  #maincontent{
    margin-top: -20px !important;
  }
}

@media only screen and (max-width: 765px) {
  .pagebuilder-column-line{
    width: 100% !important;
    margin-top: 0px !important;
   }

  .sidebar-main{
    display: none;
  }

  .joe-header-search{
    margin-top: -35px !important;
    z-index: 1;
    overflow: visible !important;
  }

  .action.search{
    width: 50px !important;
  }

 .search.results{
    width: 560px !important;
    margin-top: 15px;
  }

  #searchsuite-autocomplete {
    top: 35px !important;
    width: calc(100% - 50px);
    min-width: 100px;
  }

  #resetSearchResults {
    right: 60px !important;
  }
}

 @media only screen and (min-width: 765px) {
  .search.results{
    margin-top: -40px;
  }
}

@media only screen and (max-width: 650px) {
  .item-group.joe-article-widget{
    margin: 10px 20px 10px 20px !important;
    width: 90% !important;
  }
}

 @media only screen and (max-width: 600px) {
 .search.results{
    width: 100% !important;
  }

  #product-list-container .products-grid .flex-grid {
    margin-left: 0px !important;
  }

  #search_mini_form {
    margin: 0px !important;
  }
 }

 @media only screen and (max-width: 500px) {
  .legal-links h2{
    font-size: 28px !important;
  }

  .footer-logo p {
    display:none;
  }
 }

 @media only screen and (max-width: 400px) {
  .qs-option-description{
    display:none;
  }
}

