/* ==========================================================================
   Responsive styles
   ========================================================================== */

/* Wide Screens */

@media (min-width: 1920px) and (max-width: 3840px) {
  .container {
    max-width: 1920px;
    margin: 0px auto;
  }
}

/* Desktop */

@media (max-width: 1600px) {


  h1 {
    font-size: 46px;
    line-height: 130%;
  }

  h2 {
    font-size: 36px;
    line-height: 130%;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 24px;
    font-weight: bold;
    line-height: 110%;
  }

  h5 {
    font-size: 18px;
    line-height: 130%;
  }

  p,
  a {
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
  }

  .text-large {
    font-size: 22px;
    line-height: 28px;
  }

header{
  padding: 5px 0px;
}

.nav li{
  margin: 0px 15px;
}

.nav li a{
  font-size: 11px;
}

.logo{
  left: calc(50% - 60px);
}

.nav .primary-menu-item:nth-child(3) {
  margin-right: 80px;
}


.nav .primary-menu-item:nth-child(4) {
  margin-left: 80px;
}

.footer-area, .footer a{
  font-size: 16px;
}

.second .special {
  margin: -28px auto -15px auto !important;
  font-size: 68px;
}

}

/* Desktop Small */

@media (max-width: 1400px) {
  h1 {
    font-size: 48px;
    line-height: 130%;
  }

  h2 {
    font-size: 36px;
    line-height: 120%;
  }

  h3 {
    font-size: 32px;
    line-height: 120%;
  }

  .footer {
    width: 100%;
  }

  .column-forth {
    width: 23%;
  }

  .logo img {
    width: 80px;
  }

  .banner-block {
    height: 70vh;
  }

  .image-bg {
    height: 130%;
  }

  .testimonial-container .slick-prev {
    left: 15%;
  }

  .testimonial-container .slick-next {
    right: 15%;
  }

  .testimonial-block h5 {
    margin-top: 10px;
    font-size: 14px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
 

}

/* Tablet Portrait */

@media (max-width: 980px) {


  .mobile-column {
    flex-direction: column !important;
    align-items: center;
  }

  .mobile-column-reverse {
    flex-direction: column-reverse !important;
    align-items: center;
  }

  .column-half,
  .column-half.no-whitespace {
    width: 100%;
  }
	
	.hero .banner-block{
		height: 80vh;
        padding: 10vh 0;
        background-position: 80% 0%;
        background-repeat: no-repeat;
        background-size: 200%;
	}
	
	.hero .container-full{
		width:90%;
	}
	
	.feature .column-half{
		width:100%;
	}
	
	.feature .column-half:nth-child(2){
		padding:20px;
		box-sizing:border-box;
	}
	
	.feature .container-full{
		width:90%;	
	}
	
	.what{
		margin-top:0px!important;
	}
	
	.help {
	padding: 30px 20px 20px 20px;
	}
	
	.help-item{
		padding:20px!important;
	}
	
	.scb-text{
		width:100%;
	}
	
	.footer-container{
		grid-template-columns:96%;
	}
	
	.w-60, .w-80{
		width:100%!important;
	}
	
	.club{
		padding:20px;
		box-sizing:border-box;
	}
	
	.page-id-3730 main, .page-id-9194 main, .page-id-20231 main, .page-template-archive main{
		margin-top:0px;
	}
	
	.inner-hero, .blog  {
    background: url("/wp-content/themes/scb-theme/assets/images/center.jpg") bottom center no-repeat;
}
	
	.inner-hero h1 {
    font-size: 36px;
}
	
	.article-item{
		padding: 10px;
	}
	
	.article-item .post-title{
	    margin-top: 20px;	
	}
	
	.article-item .post-title a {
		font-size: 24px;	
		}
	
	.read-more{
		padding:10px;
	}
	
	.post-feature{
		width:90%;
	}
	
	.post-container ol{
		padding-left: 20px;	
	}
	
	.page-id-8447 .inner-hero {
   	 	height: auto!important;
		padding-top: 20vh!important;
	}
	
	.page-id-17519 .inner-hero .w-50{
   	 	width:100%!important;
	}
	
	.page-id-17519 .inner-hero {
   	 	height: auto!important;
		padding-top: 20vh!important;
	}
	
	.page-id-9606 .inner-hero {
   	 	height: auto!important;
		padding-top: 20vh!important;
	}
}

/* Mobile Landscape */

@media (max-width: 768px), (orientation: landscape) and (max-height: 500px) {



  header {
    top: 0px;
  }
  
  header .nav {
    position: fixed;
    right: -100vw;
    width:100%;
    min-height: 100%;
    top: 0;
    background: var(--color-black);
    transition: right 0.4s;
    padding-top: 0;
    z-index: 9;
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  
  header .nav.open {
    right: 0px;
  }

  .menu-wrapper{
    margin: 100px 0px 50px 0px;
    flex-direction: column;
  }
  

  #nav{
    justify-content: center;
  }
  
/* Hamburger Menu */

.nav-icon {
  display: block;
  width: 24px;
  height: 22px;
  position: absolute;
  transform: rotate(0deg);
  transition: 0.2s all;
  cursor: pointer;
  z-index: 999;
  top: 35px;
  right: 20px;
}

.nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: var(--color-white);
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

.nav-icon span:nth-child(1) {
  top: 0;
}

.nav-icon span:nth-child(2) {
  top: 8px;
}

.nav-icon span:nth-child(3) {
  top: 16px;
}

.nav-icon.open span:nth-child(1) {
  top: 14px;
  transform: rotate(135deg);
}

.nav-icon.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.nav-icon.open span:nth-child(3) {
  top: 14px;
  transform: rotate(-135deg);
}

 /* Menu */


 .navigation{
  justify-content: center!important;
 }

.nav li {
  display: inline-block;
  margin: 0px auto;
  text-align: center;
  width: 60%;
  box-sizing: border-box;
}

.nav li a {
  display: block;
  padding: 5px;
  font-size: 15px!important;
  z-index: 9999;
  color: var(--color-white);
  text-align: center;
  font-family: var(--font-text);
}

.nav li a {
  font-weight: normal;
}


  .logo {
    display: flex;
    max-height: 70px;
    align-items: center;
    position: relative;
    left: inherit;
    right: inherit;
    top: 0;
    z-index: 999;
  }

  .logo img {
    height: inherit;
  }


  .menu-item-has-children:after{
    display: block;
  }

  .nav .primary-menu-item:nth-child(3), 
  .nav .primary-menu-item:nth-child(4){
    margin: 0px;
  }

  .mega-item .first-level-sub-menu{
    position: relative;
    top: 0;
    left: 0;
  }

  .mega-item.col-5 .first-level-sub-menu{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
  }

  .menu-item-has-children:hover .first-level-sub-menu {
    max-height: 500px;
    left: 0;
    padding-bottom: 20px;
}

  .mega-item .has-image{
    display: none;
  }
  .menu-item-has-children:after{
    position: absolute;
      right: 10px;
  }


.menu-img{
  z-index: 999;
}

.mega-item {
  position:relative !important;
}


.nav li a::after{
  display: none;
}


.nav-right{
  z-index: 9;
}



  h3{
    font-size: 24px;
    margin: 25px 0px;
  }

  h5 {
    font-size: 28px;
    line-height: 130%;
  }


  .testimonial-block {
    padding: 0px;
  }

  .mobile-f-dir-col {
    flex-direction: column;
    align-items: center;
  }

  .btn {
    justify-content: center;
  }

  .container-small {
    width: 90%;
    margin: 0px auto;
  }

  .column-third,
  .column-forth,
  .column-fifth {
    width: 46%;
    margin: 1%;
    padding: 1%;
  }

  .banner-block .column-full,
  .slide .column-full {
    flex-direction: column;
    justify-content: center;
  }

  .banner-block .column-half,
  .slide .column-half {
    width: 100%;
    padding: 0;
  }

  .f-grid-one-third {
    grid-template-columns: 100%;
  }

  .footer-menu li {
    list-style: none;
  }

  .banner-block {
    background-position: bottom right;
  }

 
  .column-half,
  .column-third,
  .column-forth,
  .column-fifth {
    width: 100%;
    box-sizing: border-box;
  }

  .column-full {
    flex-direction: column;
    padding: 0px;
  }

  .f-grid-half {
    grid-template-columns: 100%;
  }

  .f-grid-one-forth {
    grid-template-columns: 48% 48%;
  }

  
  .banner-content {
    align-items: center;
  }

  .hero .container-block {
    flex-direction: column-reverse;
  }

  .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product{
    width: 99.5%;
    margin: 0 0 10px 0px;
  }


  .footer{
    border: none;
  }

  .footer-area{
    min-height: inherit;
  }

  .footer h4 {
    font-size: 28px;
    position: relative;
}

  .footer h4:after{
    content: "\e908";
    font-family: "mrz-iconset" !important;
    position: absolute;
    display: flex;
    right: 5px;
    top: 0;
    font-size: 24px;
    transform: rotate(90deg);
    transition: 0.3s all;
  }

  .footer h4.active:after{
    transform: rotate(270deg);
  }

  .footer-toggle{
  display: none!important;
  }

  .footer-toggle.active{
  display: flex!important;
  }


  .woocommerce.single .summary{
    width: 100%!important;
  }
	
.woocommerce.single .product_title {
    line-height: 160%;
}
	
	.woocommerce-tabs{
		margin-top:30px;
	}

	.thwepo_checkbox{
		margin-top:20px;
		display: flex;
	}
	
	.thwepo_checkbox .label-wrapper-checkbox {
			display: flex!important;	
	}
	
	.woocommerce-Tabs-panel h2{
		display:none;
	}
	
	.container {
		width:90%;
	}
	
	.menu-item-has-children:after{
		display:none;
	}
	
.menu-item-has-children ul {
	top:0;
	left:0;
  position: relative;
  padding: 0px 10px;
  max-height: inherit;
  background: var(--color-black);
  border:none;
  border-radius: 10px;
  opacity:1;
	min-width:0px;
}
	
	.menu-item-has-children ul li{
    	width: 100%;	
		margin:10px 0px;
		padding:0px;
	}
	
	.menu-item-has-children ul li a{
		 justify-content: center;
	}
}

/* Mobile Large */

@media (max-width: 642px) {
  html {
    margin-top: 0px !important;
  }
	
	main {
    margin-top: -100px;
}

  h1 {
    font-size: 42px;
    line-height: 130%;
  }

  h2 {
    font-size: 36px;
    line-height: 120%;
  }

  h3 {
    font-size: 28px;
    line-height: 120%;
	  margin:0px;
  }
	
	h4{
		font-size: 18px;
		margin:0px 0px 20px 0px;
	}

  
  h5 {
    font-size: 16px;
    line-height: 120%;
  }
	
	blockquote {
    	font-size: 20px;
		line-height: 30px;
	}

  .btn {
    font-size: 14px;
}

  .hero h1{
    margin-bottom: 20px;
  }
	
	.hero .paragraph--large{
		margin:0px;
	}

  .footer {
    padding: 0 0 2vh 0;
     }

  .footer .f-dir-col {
    padding: 0;
  }

  #sib-form .w-70{
    width: 60%!important;
  } 

  #sib-form .w-30{
    width: 40%!important;
  } 


  .woocommerce .single span.onsale{
    top: 10px;
    left: 10px;
  }

  .iconic-woothumbs-all-images-wrap {
    width: 100% !important;
  }

  .iconic-woothumbs-images-wrap .slick-list {
    height: 590px;
  }

  .iconic-woothumbs-thumbnails{
    display: none;
  }

  .woocommerce.single .product_title {
    font-size: 24px;
    margin-bottom: 5px;
}

.woocommerce.single .summary .price{
  margin-top: 0px;
  flex-direction: row;
}

.woocommerce.single .summary .price ins {
  text-decoration: none;
  font-size: 15px;
  margin-left: 5px;
  line-height: 100%;
}

.woocommerce-product-details__short-description{
  border: none;
  font-size: 14px;
  line-height: 140%;
  margin-bottom: 20px;
}

.woocommerce.single form .button, .woocommerce.single form .button.disabled{
  justify-content: center;
}

.woocommerce div.product div.summary, .woocommerce div.product form.cart{
  margin-bottom: 0px;
}

.woocommerce.single .related > h2 {
  text-align: left;
  font-size: 20px;
  margin: 30px 0px;
}

.custom-order{
  padding-top: 0px;
  width: 90%;
}

.measurements{
  flex-direction: column;
}

.order-left,
.order-right{
  width: 100%!important;
}

.entry-summary{
  margin-top: 20px;
}

.woocommerce.single .custom-order-button{
  justify-content: center;
}

.newest-products-container{
  display: flex;
  flex-direction: column;
}

.newest-products-container .slick-slide img {
  height: 290px;
}

.product .onsale{
  top: 5px;
  left: 5px;
  bottom: inherit;
  right: inherit;
  position: absolute;
  font-size: 10px;
  padding: 5px;
  line-height: 10px;
}

.product .woocommerce-loop-product__title, .product .price bdi{
  font-size: 12px!important;
}

#customer_login{
  flex-direction: column;
}

.wc-block-cart-item__image a{
  width: inherit !important;
}


.wp-block-woocommerce-checkout-fields-block{
  padding: 10px!important;
  box-sizing: border-box;
}
	
	.entry-fees div:first-child {
    	width: 100%;
		padding:20px;
		box-sizing:border-box;
}
	.on-sale {
    margin-top: 0px;
}
	
	.entry{
		width:100%;
	}
	
	.frame{
		padding:0px!important;
	}
	
	.different{
		flex-wrap: wrap;
        justify-content: center;
   
	}
	
	.item{
		width:45%;
	}
	
	.item .headline {
		margin-top:20px;
	}
	
	.center h2 {
        font-size: 30px;
        line-height: 160%;
    }
	
	.entry{
		padding-bottom:20px;
	}
	
	.mobile-buttons{
		display:flex;
	}

}

/* Mobile Small */

@media (max-width: 320px) {
}
