@media screen and (max-width: 63.9375em) {
  .header-nav {
    padding: 15px 0;
    background: var(--color-white);
    height: auto;
  }
  .header-nav .logo img {
    width: auto;
    max-height: 64px;
    margin-bottom: 0;
  }
  .header-nav .top-bar input {
    max-width: 100%;
  }
  .header-nav .top-bar .top-bar-right {
    flex: auto;
    flex-direction: column;
    margin: 25px 0 0 0;
    text-align: center;
  }
  .header-nav .title-bar {
    background: transparent;
    padding: 0;
    justify-content: space-between;
  }
  .header-nav .title-bar-left, .header-nav .title-bar-right {
    flex: auto;
  }
  .header-nav .menu-icon::after {
    background: var(--color-green);
    -webkit-box-shadow: 0 7px 0 var(--color-green), 0 14px 0 var(--color-green);
    box-shadow: 0 7px 0 var(--color-green), 0 14px 0 var(--color-green);
  }
  .header-nav .drilldown a {
    padding: 0.7rem 0;
    font-family: var(--font-body);
    font-size: 1.0625rem;
    font-weight: var(--global-weight-bold);
    color: var(--color-text);
  }
  .header-nav .is-drilldown li:not(:last-child) {
    border-bottom: 1px solid var(--color-lightblue);
  }
  .header-nav .is-drilldown li.nav-btn {
    display: block;
  }
  .header-nav .is-drilldown li.nav-btn a {
    color: var(--color-blue);
    text-transform: uppercase;
  }
  .drilldown .is-drilldown-submenu-parent > a::after {
    border-color: transparent transparent transparent var(--color-black);
  }


  .header-nav .header-icons a {
    font-size: 1.25rem;
    color: var(--color-orange);
  }
  .header-nav .header-icons a:not(:last-child) {
    margin: 0 20px 0 0;
  }


  .header-nav.is-stuck {
    padding: 10px 0;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.07);
    z-index: 999;
  }
  
  /* About page */
  .about-item-img {
    padding-top: 20px;
   }
  .about-section h3 span {
    font-size: 0.8rem;   
  }
  
  /* Stockists page */
  .section.section-stockists-list {
    padding-top: 0;
  } 
  .stockists-search-header h3 {
    font-size: 2rem;
  }
  .stockists-searchbar2-container {  
    padding: 0; 
    margin: 0; 
  } 
  .label-search {
    display: block;
    padding: 1rem 0;
    font-size: 1rem;
    letter-spacing: 1px;
    line-height: 1rem;
  } 
  .stockists-search2-item:not(:last-child) {
    text-align: left;
  }   
  .search-btn-container {
    padding: 1rem 0;
  }
  /* Services Single page -> social icons */
  .beeservice-socialicons ul li a {
    font-size: 1.25rem;
  }  
  .beeservice-gallery-container {    
    display: flex;   
    align-items: center;
    justify-content: center;
    padding-top: 2rem;
  }

  .recipes-sidebar-container {
    padding: 50px 0 0 0;
  }
}



@media screen and (max-width: 47.9375em) {
  .top-bar-right .header-icons ul {
    padding: 10px 0;
  }
  .top-bar-right .header-icons ul li a {
    margin: 0 15px;
  }


  h1.lines::before {
    display: none;
  }
  h1.lines::after {
    left: 50%;
    top: auto;
    bottom: -5px;
    transform: translateX(-50%) translateY(0);
    width: 60px;
  }


  .button {
    padding: 0.75rem 1.5rem;
    font-size: 0.9375rem;
  }


  .carousel-slider-container.carousel-slider-controls-inside {
    max-width: calc(100% - 50px);
  }
  .carousel-slider-container.carousel-slider-controls-inside .carousel-slider-controls span.carousel-slider-controls-prev {
    left: -25px;
  }
  .carousel-slider-container.carousel-slider-controls-inside .carousel-slider-controls span.carousel-slider-controls-next {
    right: -25px;
  }
  .carousel-slider-dots {
    padding: 20px 0 0 0;
  }
  .carousel-slider-dots li {
    width: 12px;
    height: 12px;
    margin: 0 7px;
  }
  .carousel-slider-controls.banner-slider-controls span {
    font-size: 1.5rem;
  }
  .carousel-slider-controls.banner-slider-controls span.carousel-slider-controls-prev {
    left: 15px;
  }
  .carousel-slider-controls.banner-slider-controls span.carousel-slider-controls-next {
    right: 15px;
  }


  .banner.page-title-banner {
    height: 30vh;
  }
  .banner-heading {
    font-size: 1.875rem;
  }
  .banner.page-title-banner .banner-heading {
    font-size: 2rem;
  }
  .banner-text {
    max-width: 100%;
    padding: 20px 0 0 0;
    font-size: 1.125rem;
  }
  .banner-btn {
    padding: 30px 0 0 0;
  }


  .section {
    padding: 60px 0;
  }
  .section-wave {
    padding-bottom: 80px;
  }
  .section h1 {
    margin-bottom: 1rem;
  }


  .welcome-text {
    max-width: 100%;
  }
  .welcome-icon-loop {
    padding: 40px 0 0 0;
  }
  .welcome-icon-loop .cell:nth-child(n+2) {
    padding: 40px 0 0 0;
  }
  .welcome-icon-container {
    padding: 0 10px;
  }
  .welcome-icon-img img {
    max-height: 80px;
    width: auto;
  }
  .welcome-icon-title {
    padding: 10px 0 0 0;
    font-size: 1.125rem;
  }


  .product-loop {
    max-width: 100%;
  }
  .product-loop .cell:nth-child(n+2) {
    padding: 50px 0 0 0;
  }
  .product-title {
    padding: 10px 0 0 0;
  }
  .product-price {
    padding: 5px 0 0 0;
  }
  .product-btn {
    padding: 15px 0 0 0;
  }


  .services::before {
    bottom: 0px;
    left: -140px;
    transform: scale(0.75);
  }
  .services::after {
    top: 0px;
    right: -125px;
    transform: scale(0.75);
  }
  .service-loop {
    max-width: 100%;
    padding: 20px 0 0 0;
  }
  .service-loop .cell:nth-child(n+2) {
    padding: 50px 0 0 0;
  }
  .service-container {
    padding: 0 10px;
  }
  .service-img {
    padding: 0 20px;
  }
  .service-title {
    padding: 10px 0 0 0;
    font-size: 1.375rem;
  }
  .service-desc {
    padding: 10px 0 0 0;
    line-height: 1.25;
  }
  .service-btn {
    padding: 10px 0 0 0;
  }


  .stockists-text {
    font-size: 1.125rem;
  }
  .stockists-container {
    font-size: 1rem;
    line-height: 1.3;
  }
  .stockists-btn {
    padding: 30px 0 0 0;
  }


  .blog-container {
    flex-direction: column;
  }
  .blog-left {
    width: 100%;
    margin: 0 0 50px 0;
  }
  .blog-right {
    width: 100%;
  }
  .blog-loop {
    max-width: 100%;
    padding: 20px 0 0 0;
  }
  .blog-post-container.blog-post-small {
    flex-direction: column;
    padding: 0 0 50px 0;
  }
  .blog-post-container.blog-post-small .blog-post-img {
    width: 100%;
  }
  .blog-post-container.blog-post-small .blog-post-container-inner {
    padding: 0;
  }
  .blog-post-title {
    font-size: 1.25rem;
    line-height: 1.25;
  }
  .blog-post-desc {
    line-height: 1.35;
  }


  .footer {
    padding: 50px 0 25px 0;
  }
  .footer .cell:nth-child(n+2) {
    padding: 20px 0 0 0;
  }
  .footer-col-title {
    padding: 0 0 5px 0;
  }
  .footer ul li {
    line-height: 1.35;
  }


  .copyright {
    padding: 15px 0;
    font-size: 0.875rem
  }


  .news-loop .cell:nth-child(n+2) {
    padding: 30px 0 0 0;
  }
  .news-sidebar {
    padding: 30px 0 0 0;
  }


  .content {
    padding: 50px 0 80px 0;
  }


  /* Single product --> gallery */
  .woocommerce div.product div.images.woocommerce-product-gallery {
    margin-right: 0;
  }
  ol.flex-control-thumbs li img {
    max-width: 70px;
  }
  /* Notices */
  .woocommerce-message, .woocommerce-message {
    padding: 15px;
  }
  .woocommerce-message a, .woocommerce-message a {
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    display: block;
  }

  /* My Account --> login, register form */
  .woocommerce-form-login {
    margin-bottom: 40px;
  }
  /* My account navigation */
  .woocommerce-MyAccount-navigation {
    margin-bottom: 40px;
  }
  /* Cart --> coupon */
  .shop_table td.actions div.coupon input {
    margin: 0 15px 15px 0;
    width: calc(50% - 15px);
    font-size: 0.875rem;
    height: 2.75rem;
  }
  .shop_table td.actions div.coupon button {
    float: none;
    margin: 0 0 15px 0;
    width: 50%;
    font-size: 0.8125rem;
    height: 2.75rem;
    white-space: nowrap;
  }
  .shop_table td.actions button {
    float: none;
    width: 100%;
  }
  /* Cart --> cart totals table */
  .woocommerce .cart_totals {
    width: 100%;
    float: none;
  }
  /* Cart --> cart table */
  .shop_table thead {
    display: none;
  }
  .shop_table td.product-thumbnail {
    width: 25%;
    vertical-align: top;
    text-align: center;
    border-right: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
  }
  .shop_table td.product-name, .shop_table td.product-price, .shop_table td.product-quantity, .shop_table td.product-subtotal, .shop_table td.product-remove {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #f1f1f1;
    font-size: 0.875rem;
    text-align: left;
    padding: 8px 10px;
  }
  .shop_table td.product-price span.woocommerce-Price-amount:before {
    content: 'Product price: '
  }
  .shop_table td.product-subtotal span.woocommerce-Price-amount:before {
    content: 'Total price: '
  }
  .shop_table td.product-quantity div.quantity:before {
    content: 'Quantity: ';
  }
  .shop_table td.product-quantity div.quantity input {
    display: inline-block;
    height: 2rem;
    margin-left: 5px;
  }

  /* Cart --> remove product button */
  .shop_table td.product-remove a {
    display: inline-block;
    width: 80px;
    height: 24px;
    border-radius: 0;
    text-align: left;
    line-height: 23px;
    font-size: 1rem;
    position: relative;
    padding: 0 10px;
    font-weight: 400;
    border-radius: 5px;
  }
  .shop_table td.product-remove a:after {
    content: 'remove';
    position: absolute;
    top: -1px;
    left: 24px;
    font-size: 0.75rem;
  }

  /* Contact page --> contact info + form */
  .contact-info {
    padding: 20px 0 0 0;
  }
  .contact-info-item {
    flex-direction: column;
  }
  .contact-info .cell:not(:last-child) .contact-info-item {
    margin-bottom: 25px;
  }
  .contact-info-icon {  
    width: 50px;
    height: 50px;   
    font-size: 1.25rem;   
  }
  .contact-info-title {
    font-size: 1.25rem;
    margin-top: 10px;
  }
  .contact-form-intro {
    padding: 0 10px 20px 10px;
  }
   
  /* Stockists Single page */  
  .beeservice-gallery-container {
    padding-top: 3.125rem;
  }

  /* Bee Service page */
  .beeservices-container .cell:nth-child(n+2) {
    padding: 50px 0 0 0;
  }
  /* Bee Service Single page */
  .beeservice-socialicons ul li:not(:first-child) a {
    margin-left: 1rem;
  } 


  .search-modal-container {
    padding: 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
  }
  .search-modal-container form {
    width: 100%;
  }
  .search-modal-container form button {
    padding: 1rem;
  }
}



@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .banner.page-title-banner {
    height: 35vh;
  }
  .banner-heading {
    font-size: 3.5rem;
  }
  .banner-text {
    max-width: 80%;
    padding: 30px 0 0 0;
    font-size: 1.25rem;
  }
  .banner-btn {
    padding: 40px 0 0 0;
  }


  .section {
    padding: 80px 0;
  }
  .section-wave {
    padding-bottom: 110px;
  }
  .section h1 {
    margin-bottom: 1rem;
  }


  .welcome-text {
    max-width: 90%;
  }
  .welcome-icon-loop {
    padding: 55px 0 0 0;
  }
  .welcome-icon-container {
    padding: 0 10px;
  }
  .welcome-icon-img img {
    max-height: 100px;
    width: auto;
  }
  .welcome-icon-title {
    font-size: 1.125rem;
  }


  .product-loop {
    max-width: 100%;
    padding: 20px 0 0 0;
  }
  .product-title {
    padding: 10px 0 0 0;
  }
  .product-price {
    padding: 5px 0 0 0;
  }
  .product-btn {
    padding: 15px 0 0 0;
  }


  .services::before {
    bottom: 0px;
    left: -140px;
    transform: scale(0.75);
  }
  .services::after {
    top: 0px;
    right: -125px;
    transform: scale(0.75);
  }
  .service-loop {
    max-width: 100%;
    padding: 20px 0 0 0;
  }
  .service-container {
    padding: 0 10px;
  }
  .service-title {
    padding: 15px 0 0 0;
    font-size: 1.375rem;
  }
  .service-desc {
    padding: 10px 0 0 0;
    line-height: 1.25;
  }
  .service-btn {
    padding: 15px 0 0 0;
  }


  .blog-container {
    display: flex;
    flex-direction: column;
  }
  .blog-left {
    width: 100%;
    margin: 0 0 50px 0;
  }
  .blog-right {
    width: 100%;
  }
  .blog-loop {
    padding: 20px 0 0 0;
  }


  .footer {
    padding: 80px 0 30px 0;
  }
  .footer .cell:nth-child(n+2) {
    padding: 20px 0 0 0;
  }
  .footer-col-title {
    padding: 0 0 5px 0;
  }
  .footer ul li {
    line-height: 1.35;
  }


  .news-loop .cell:nth-child(n+2) {
    padding: 30px 0 0 0;
  }


  .content {
    padding: 70px 0 90px 0;
  }


  /* Cart --> cart totals table */
  .woocommerce .cart_totals {
    width: 65%;
  }

  /* Contact page --> contact info + form */
  .contact h1 {
    margin-bottom: 70px;
  }
  .contact-info {
    align-items: flex-start;
  }
  .contact-info-item {
    flex-direction: column; 
  }
  .contact-info-icon {  
    width: 50px;
    height: 50px;   
    font-size: 1.25rem;   
  }
  .contact-info-title {
    font-size: 1.25rem;
    margin-top: 10px;
  }

  /* Bee Service page */
  .beeservices-container .cell:nth-child(n+4) {
    padding-top: 40px;
  }
}



@media screen and (min-width: 64em) and (max-width: 87em) {
  .blog-loop {
    max-width: 100%;
  }
  .blog-post-container.blog-post-small .blog-post-img {
    width: 170px;
  }
  .blog-post-container.blog-post-small .blog-post-title {
    margin: -5px 0 0 0;
    font-size: 1.125rem;
    line-height: 1.15;
  }
  .blog-post-container.blog-post-small .blog-post-desc {
    line-height: 1.2;
  }
  .blog-post-container.blog-post-small .blog-post-btn {
    padding: 5px 0 0 0;
  } 
}

