/*
=================================================================================================================
CSS3 media queries to gracefully degrade the Lee Filters website to a responsive state for mobile/tablet users
=================================================================================================================

 * Styling for tablet and mobile devices
 * Helps the website "respond" to the users screen size for optimal usability
*/
@media screen and (max-width: 1285px) {
  /* line 13, ../sass/responsive.scss */
  .main-menu li {
    margin-right: 75px;
  }

  /* line 19, ../sass/responsive.scss */
  .full-width-image .text-side {
    bottom: 80px;
    left: 80px;
  }
  /* line 25, ../sass/responsive.scss */
  .full-width-image.right .text-side {
    left: auto;
    right: 80px;
  }

  /* line 33, ../sass/responsive.scss */
  .above-footer .contact-side {
    padding: 45px 45px 45px 45px;
  }

  /* line 38, ../sass/responsive.scss */
  .container {
    padding: 0 45px;
  }

  /* line 44, ../sass/responsive.scss */
  .owl-carousel.image-slider .owl-nav {
    width: calc(100% - 90px);
  }

  /* line 50, ../sass/responsive.scss */
  .intro-section {
    margin: -150px 45px 45px 45px;
  }
  /* line 53, ../sass/responsive.scss */
  .intro-section.absolute {
    margin: -150px 45px 0 45px;
    max-width: calc(100% - 90px);
  }

  /* line 62, ../sass/responsive.scss */
  .image-text-section .text-blocks .text-block {
    max-width: 250px;
  }
  /* line 67, ../sass/responsive.scss */
  .image-text-section img {
    max-width: 40%;
  }

  /* line 76, ../sass/responsive.scss */
  #content-wrapper section:last-of-type.intro-section#section-1 {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1100px) {
  /* line 88, ../sass/responsive.scss */
  header {
    padding: 35px 30px 0 30px;
  }
  /* line 91, ../sass/responsive.scss */
  header.scrolled {
    padding: 10px 30px 10px 30px;
  }

  /* line 97, ../sass/responsive.scss */
  .main-menu li {
    margin-right: 75px;
  }
}
@media screen and (max-width: 1024px) {
  /* line 107, ../sass/responsive.scss */
  .full-width-image .text-side {
    bottom: 50px;
    left: 50px;
    width: calc(100% - 100px);
  }
  /* line 114, ../sass/responsive.scss */
  .full-width-image.right .text-side {
    left: auto;
    right: 50px;
  }

  /* line 122, ../sass/responsive.scss */
  .above-footer .flex {
    display: block;
  }
  /* line 126, ../sass/responsive.scss */
  .above-footer .one-half {
    width: 100%;
  }
  /* line 129, ../sass/responsive.scss */
  .above-footer .one-half.image-side {
    min-height: 600px;
    height: 100vh;
  }

  /* line 136, ../sass/responsive.scss */
  .container {
    padding: 0 30px;
  }

  /* line 142, ../sass/responsive.scss */
  .full-width-image.right .text-side {
    left: auto;
    right: 30px;
  }

  /* line 151, ../sass/responsive.scss */
  .owl-carousel.image-slider .owl-nav {
    width: calc(100% - 60px);
  }
  /* line 154, ../sass/responsive.scss */
  .owl-carousel.image-slider .owl-nav .fa {
    font-size: 2rem;
  }

  /* line 162, ../sass/responsive.scss */
  .above-footer .contact-side {
    padding: 45px 30px 45px 30px;
  }

  /* line 167, ../sass/responsive.scss */
  .intro-section {
    margin: -150px 30px 45px 30px;
  }
  /* line 170, ../sass/responsive.scss */
  .intro-section.absolute {
    margin: -150px 30px 0 30px;
    max-width: calc(100% - 60px);
    position: relative;
  }
  /* line 176, ../sass/responsive.scss */
  .intro-section .one-half {
    width: 100%;
  }
  /* line 179, ../sass/responsive.scss */
  .intro-section .one-half.image-side {
    height: 600px;
    transform: translate3d(0px, 0px, 0px) !important;
  }
  /* line 185, ../sass/responsive.scss */
  .intro-section .one-half.text-side .wpcf7 {
    margin-bottom: 0;
  }
  /* line 188, ../sass/responsive.scss */
  .intro-section .one-half.text-side .wpcf7 + .content-wrap {
    margin-top: 40px;
  }
  /* line 195, ../sass/responsive.scss */
  .intro-section .flex {
    display: block;
  }

  /* line 200, ../sass/responsive.scss */
  .image-text-section {
    padding: 75px 0 50px 0;
  }
  /* line 203, ../sass/responsive.scss */
  .image-text-section .image-and-text {
    background-position: center top;
  }
  /* line 207, ../sass/responsive.scss */
  .image-text-section .text-blocks {
    height: auto;
    padding-top: 55%;
  }
  /* line 211, ../sass/responsive.scss */
  .image-text-section .text-blocks .text-block {
    position: relative;
    max-width: auto;
    margin-bottom: 40px;
    width: -webkit-calc(33.333% - 20px);
    width: -moz-calc(33.333% - 20px);
    width: calc(33.333% - 20px);
    float: left;
    margin-right: 30px;
  }
  /* line 221, ../sass/responsive.scss */
  .image-text-section .text-blocks .text-block:last-child, .image-text-section .text-blocks .text-block:nth-child(3n+3) {
    margin-right: 0;
  }
  /* line 226, ../sass/responsive.scss */
  .image-text-section .text-blocks .text-block.text-block-3 {
    left: auto;
    right: auto;
    bottom: auto;
  }
  /* line 234, ../sass/responsive.scss */
  .image-text-section img {
    max-width: 80%;
  }

  /* line 240, ../sass/responsive.scss */
  .large-image-section .image-block {
    width: 100%;
  }

  /* line 247, ../sass/responsive.scss */
  .small-block-section .small-blocks .block {
    width: -webkit-calc(50% - 7.5px);
    width: -moz-calc(50% - 7.5px);
    width: calc(50% - 7.5px);
  }
  /* line 252, ../sass/responsive.scss */
  .small-block-section .small-blocks .block:nth-child(3n+3) {
    margin-right: 15px;
  }
  /* line 256, ../sass/responsive.scss */
  .small-block-section .small-blocks .block:nth-child(2n+2) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1000px) {
  /* line 268, ../sass/responsive.scss */
  .main-menu li {
    margin-right: 50px;
  }

  /* line 275, ../sass/responsive.scss */
  .large-image-section .image-wrap .image-block {
    min-height: 400px;
    height: 50vh;
  }
}
@media screen and (max-width: 930px) {
  /* line 288, ../sass/responsive.scss */
  footer .top-footer .two-thirds,
  footer .top-footer .one-third {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  /* line 294, ../sass/responsive.scss */
  footer .top-footer .two-thirds:last-child,
  footer .top-footer .one-third:last-child {
    margin-bottom: 0;
  }
  /* line 300, ../sass/responsive.scss */
  footer .top-footer .right .text-wrap {
    float: auto;
  }
  /* line 305, ../sass/responsive.scss */
  footer .top-footer img {
    margin-bottom: 0;
  }

  /* line 312, ../sass/responsive.scss */
  .full-width-image .image-side {
    width: calc(75% - 60px);
  }
}
@media screen and (max-width: 900px) {
  /* line 324, ../sass/responsive.scss */
  .image-blocks .image .title-wrap h3 {
    font-size: 0.95rem;
  }

  /* line 332, ../sass/responsive.scss */
  .image-text-section .intro-text {
    height: auto;
  }
  /* line 335, ../sass/responsive.scss */
  .image-text-section .intro-text .text-wrap {
    margin-bottom: 30px;
  }
  /* line 340, ../sass/responsive.scss */
  .image-text-section .link {
    position: relative;
    margin-top: 50px;
  }
  /* line 345, ../sass/responsive.scss */
  .image-text-section .image-and-text {
    height: auto;
  }
  /* line 349, ../sass/responsive.scss */
  .image-text-section .text-blocks {
    padding-top: 63%;
    width: 100%;
    position: relative;
    bottom: auto;
  }
  /* line 355, ../sass/responsive.scss */
  .image-text-section .text-blocks .text-block {
    margin-bottom: 40px;
    width: -webkit-calc(50% - 15px);
    width: -moz-calc(50% - 15px);
    width: calc(50% - 15px);
    margin-right: 30px;
    max-width: auto;
    max-width: unset;
  }
  /* line 364, ../sass/responsive.scss */
  .image-text-section .text-blocks .text-block:nth-child(3n+3) {
    margin-right: 30px;
  }
  /* line 368, ../sass/responsive.scss */
  .image-text-section .text-blocks .text-block:nth-child(2n+2) {
    margin-right: 0;
  }
}
@media screen and (max-width: 860px) {
  /* line 380, ../sass/responsive.scss */
  .main-menu li {
    margin-right: 30px;
  }

  /* line 386, ../sass/responsive.scss */
  .image-text-section img {
    max-width: 100%;
  }
}
@media screen and (max-width: 800px) {
  /* line 396, ../sass/responsive.scss */
  .image-blocks .image {
    width: 100%;
    margin-right: 0;
  }
  /* line 401, ../sass/responsive.scss */
  .image-blocks .image .title-wrap h3 {
    font-size: 1.2rem;
  }

  /* line 408, ../sass/responsive.scss */
  #main-nav {
    display: none;
  }

  /* line 412, ../sass/responsive.scss */
  #nav-toggle {
    display: block;
  }

  /* line 417, ../sass/responsive.scss */
  .full-width-image .text-side {
    left: 30px;
    width: calc(100% - 60px);
  }
  /* line 423, ../sass/responsive.scss */
  .full-width-image.right .text-side {
    right: 30px;
  }
}
@media screen and (max-width: 768px) {
  /* line 435, ../sass/responsive.scss */
  .content-wrapper .table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 440, ../sass/responsive.scss */
  .content-wrapper table {
    font-size: 0.9em;
  }
  /* line 443, ../sass/responsive.scss */
  .content-wrapper table th, .content-wrapper table td {
    padding: 8px;
  }

  /* line 449, ../sass/responsive.scss */
  h1,
  h2 {
    font-size: 2.2rem;
  }

  /* line 455, ../sass/responsive.scss */
  .intro-section.absolute {
    margin: -120px 20px 0 20px;
    max-width: calc(100% - 40px);
  }
  /* line 460, ../sass/responsive.scss */
  .intro-section .text-side {
    padding: 30px 20px 45px 20px;
  }
  /* line 463, ../sass/responsive.scss */
  .intro-section .text-side p {
    font-size: 1.125rem;
  }

  /* line 469, ../sass/responsive.scss */
  .container {
    padding: 0 20px;
  }

  /* line 475, ../sass/responsive.scss */
  .full-width-image.right .text-side {
    left: auto;
    right: 20px;
  }
  /* line 481, ../sass/responsive.scss */
  .full-width-image .text-side {
    left: 20px;
    width: calc(100% - 40px);
  }

  /* line 487, ../sass/responsive.scss */
  header {
    padding: 25px 20px 0 20px;
  }
  /* line 490, ../sass/responsive.scss */
  header.scrolled {
    padding: 10px 20px 10px 20px;
  }

  /* line 497, ../sass/responsive.scss */
  .owl-carousel.image-slider .owl-nav {
    width: calc(100% - 40px);
  }
  /* line 500, ../sass/responsive.scss */
  .owl-carousel.image-slider .owl-nav .fa {
    font-size: 1.5rem;
  }

  /* line 508, ../sass/responsive.scss */
  .above-footer .contact-side {
    padding: 45px 20px 45px 20px;
  }

  /* line 513, ../sass/responsive.scss */
  .intro-section {
    margin: -150px 20px 45px 20px;
  }
  /* line 516, ../sass/responsive.scss */
  .intro-section.absolute {
    max-width: calc(100% - 40px);
  }
  /* line 521, ../sass/responsive.scss */
  .intro-section .one-half.image-side {
    height: 500px;
  }
  /* line 525, ../sass/responsive.scss */
  .intro-section .video-block {
    padding: 0 0 45px 0;
  }

  /* line 534, ../sass/responsive.scss */
  #content-wrapper section:last-of-type.intro-section#section-1 {
    margin-bottom: 60px;
  }

  /* line 544, ../sass/responsive.scss */
  .above-footer .one-half.image-side {
    min-height: 500px;
    height: 500px;
  }

  /* line 551, ../sass/responsive.scss */
  .section {
    padding: 45px 0;
  }
  /* line 554, ../sass/responsive.scss */
  .section + .section {
    padding: 0 0 45px 0;
  }
  /* line 559, ../sass/responsive.scss */
  .section.grey-bg + .section.white-bg {
    padding: 45px 0 45px 0;
  }
  /* line 565, ../sass/responsive.scss */
  .section.white-bg + .section.grey-bg {
    padding: 45px 0 45px 0;
  }

  /* line 571, ../sass/responsive.scss */
  .link {
    margin-top: 45px;
  }

  /* line 575, ../sass/responsive.scss */
  .image-text-section {
    padding: 45px 0 45px 0;
  }

  /* line 581, ../sass/responsive.scss */
  footer .top-footer .two-thirds,
  footer .top-footer .one-third {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 668px) {
  /* line 595, ../sass/responsive.scss */
  footer .top-footer .button {
    display: table;
    margin-left: 0;
    margin-bottom: 20px;
  }
  /* line 603, ../sass/responsive.scss */
  footer .bottom-footer .container {
    display: block;
  }
  /* line 607, ../sass/responsive.scss */
  footer .bottom-footer .rooster {
    text-align: left;
  }
  /* line 611, ../sass/responsive.scss */
  footer .bottom-footer .half {
    width: 100%;
    margin-bottom: 20px;
  }
  /* line 615, ../sass/responsive.scss */
  footer .bottom-footer .half:last-child {
    margin-bottom: 0;
  }

  /* line 624, ../sass/responsive.scss */
  .small-block-section .small-blocks .block {
    width: 100%;
    margin-right: 0;
  }
  /* line 628, ../sass/responsive.scss */
  .small-block-section .small-blocks .block:nth-child(3n+3) {
    margin-right: 0;
  }

  /* line 637, ../sass/responsive.scss */
  .image-text-section .text-blocks .text-block {
    margin-bottom: 40px;
    width: 100%;
    margin-right: 0;
  }
  /* line 642, ../sass/responsive.scss */
  .image-text-section .text-blocks .text-block:nth-child(3n+3) {
    margin-right: 0;
  }
}
@media screen and (max-width: 568px) {
  /* line 654, ../sass/responsive.scss */
  h1,
  h2 {
    font-size: 1.875rem;
  }

  /* line 661, ../sass/responsive.scss */
  .intro-section .text-side p {
    font-size: 1rem;
  }

  /* line 670, ../sass/responsive.scss */
  .image-slider-section .image .caption-wrap p {
    font-size: 1rem;
  }

  /* line 681, ../sass/responsive.scss */
  footer .top-footer .menu-footer-menu-container ul li {
    display: block;
    margin-bottom: 15px;
  }
  /* line 685, ../sass/responsive.scss */
  footer .top-footer .menu-footer-menu-container ul li:last-child {
    margin-bottom: 0;
  }

  /* line 696, ../sass/responsive.scss */
  .intro-section .one-half.image-side {
    height: 400px;
  }

  /* line 702, ../sass/responsive.scss */
  .full-width-image {
    min-height: 400px;
  }

  /* line 708, ../sass/responsive.scss */
  .above-footer .one-half.image-side {
    min-height: 400px;
    height: 400px;
  }

  /* line 716, ../sass/responsive.scss */
  header .logo {
    width: 100%;
    max-width: 125px;
  }
  /* line 721, ../sass/responsive.scss */
  header.scrolled {
    height: 49px;
  }

  /* line 726, ../sass/responsive.scss */
  #nav-toggle {
    top: 3px;
  }

  /* line 731, ../sass/responsive.scss */
  .large-image-section .image-wrap {
    width: 100%;
  }
  /* line 734, ../sass/responsive.scss */
  .large-image-section .image-wrap .image-block {
    min-height: 500px;
  }

  /* line 742, ../sass/responsive.scss */
  .owl-carousel.image-slider .owl-nav {
    top: calc(50% - 45px);
  }
}
@media screen and (max-width: 450px) {
  /* line 755, ../sass/responsive.scss */
  footer .top-footer .button {
    display: block;
  }
  /* line 762, ../sass/responsive.scss */
  footer .bottom-footer ul li {
    display: block;
    margin-bottom: 10px;
  }
  /* line 766, ../sass/responsive.scss */
  footer .bottom-footer ul li:last-child {
    margin-bottom: 0;
  }

  /* line 776, ../sass/responsive.scss */
  .image-text-section .text-blocks .text-block {
    max-width: 90%;
  }

  /* line 782, ../sass/responsive.scss */
  h1,
  h2 {
    font-size: 1.6rem;
  }
}
