/******************************
RESPONSIVE STYLES 
******************************/
@media screen and (max-width: 1150px) {
    .info-tabs-wrapper{
        margin-left: 0;
    }
    .info-tabs-wrapper .top-part img{
        right: 15px;
    }
    .shop-wrapper .product-box{
        width: calc(33.333% - 40px);
    }
    .shop-wrapper .product-box:nth-child(3n + 2){
        margin: 0 60px 25px;
    }
    .info-tabs-wrapper li .img-box {
        width: 250px;
    }
}

@media screen and (max-width: 1100px) {
    .large-text{
        font-size: 52px;
    }
    .nav-menu > li {
        margin: 0 10px;
    }
    .bar-callout .text-box{
        padding: 0;
    }
    .about-wrapper .inner-box{
        padding-right: 0;
    }
    .shop-tabs h3,
    .shop-tabs li:not(:last-child){
        margin-right: 15px;
    }
    .story-wrapper .main-photo{
        margin-right: 0;
    }
    .news-wrapper .container > div {
        width: calc(50% - 10px);
    }
    .featured-news {
	    padding-top: 40px;
    }
    .featured-news .news-box {
        height: calc(50% - 10px);
    }
    .featured-news .news-box:first-child{
        margin-bottom: 20px;
    }
    .contact-info .inner-box{
        margin: 0 auto;
        padding: 0 15px;
    }
    .product-popup-right{
        width: calc(100% - 410px);
        padding-left: 25px;
        padding-right: 25px;
    }
    .product-popup-left{
        width: 410px;
    }
    .product-type-box{
        text-align: center;
    }
    .product-type-box .flexbox{
        flex-direction: column;
        align-items: center;
    }
    .product-type-box label:nth-child(2){
        margin-right: 0;
        margin-bottom: 15px;
    }
    .product-type-box + .flexbox{
        justify-content: center;
    }
    .quantity-counter > button,
    .quantity-counter input{
        width: 50px;
    }
}

@media screen and (max-width: 1000px) { /* Target Screen Width */
    .large-text {
        font-size: 48px;
    }
    h1, h2{
        font-size: 38px;
    }
    .header-menu .logo-item{
        width: 320px;
        margin: 0 20px;
    }
    .about-wrapper .inner-box img{
        max-width: 200px;
    }
    .featured-products{
        width: 360px;
        padding: 30px 25px 10px;
    }
    .info-content-wrapper{
        padding-left: 25px;
    }
    .info-content-wrapper .img-box{
        left: 25px;
    }
    .info-content-wrapper .label-made-in-usa{
        right: 15px;
    }
    .shop-wrapper .container{
        justify-content: center;
    }
    .shop-tabs h3{
        width: 100%;
        margin: 0 0 15px;
    }
    .news-wrapper .container .bar-callout{
        width: calc(55% - 10px); 
    }
    .news-wrapper .container .featured-news{
        width: calc(45% - 10px);
    }
    .featured-news .news-box .text-box{
        flex-direction: column;
        align-items: flex-start;
        padding: 20px 15px;
    }
    .featured-news .news-box h3{
        font-size: 34px;
        max-width: 100%;
        margin-bottom: 15px;
    }
    .contact-wrapper > .flexbox > div {
        width: 40%;
    }
    .contact-wrapper > .flexbox > div:last-child{
        width: 60%;
    }
    .popup-section .cell .cell:first-child{
        width: 40%;
    }
    .popup-section .label-made-in-usa{
        top: 15px;
        right: 15px;
    }
    .footer-wrapper .container{
        text-align: center;
    }
}

@media screen and (max-width: 900px) {
    iframe {
	    display: block;
	    margin: 0 auto 20px;
    }
    #main .flexbox .column {
	    max-width: 100% !important;
	    width: 100% !important; 
	    padding-left: 20px !important;
	    padding-right: 20px !important; 
    }
    .featured-products {
	    padding-bottom: 40px !important;
    }
    .product-popup-right h2{
        font-size: 50px;
    }
    #header{
        height: 71px;
    }
    .header-wrapper{
        position: fixed;
        background-color: #21362c;
        -webkit-box-shadow: 0 2px 7px -3px rgba(0,0,0,0.2);
        -moz-box-shadow: 0 2px 7px -3px rgba(0,0,0,0.2);
        box-shadow: 0 2px 7px -3px rgba(0,0,0,0.2);
    }
    .logo-mobile{
        display: block !important;
        max-width: 320px;
    }
    .header-menu{
        padding: 12px 0;
    }
    .header-menu > .container{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    #nav-btn{
        display: inline-block;
        margin-left: 25px;
        font-size: 30px;
        color: #fff;
    }
    #nav-close-btn{
        position: absolute;
        top: 35px;
        right: 55px;
        display: block;
        font-size: 30px;
        z-index: 5;
    }
    .header-menu .logo-item{
        display: none;
    }
    .main-nav{
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        width: 0;
        margin: 0;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        color: #fff;
        background-color: #21362c;
        overflow: hidden;
        overflow-y: auto;
        z-index: 110;
    }
    .open .main-nav{
        width: 450px;
    }
    .main-nav nav{
        position: relative;
        min-width: 450px;
        padding: 80px 80px 40px 40px;
        text-align: left;
    }
    .nav-menu{
        display: block;
        padding: 0;
        text-align: inherit;
    }
    .nav-menu > li{
        display: block;
        margin: 0;
        padding: 0;
    }
    .nav-menu > li:before,
    .nav-menu > li:after,
    .nav-menu > li.has-child > a:after{
        content: none;
    }
    .nav-menu > li > a,
    .nav-menu > li:last-child:before {
        display: block;
        padding: 15px 30px 12px 15px;
        border-bottom: 1px solid #000;
        text-transform: uppercase;
        font-size: 24px;
        color: inherit;
        font-family: 'Cubano-Regular';
        font-weight: normal;
        -webkit-box-shadow: 0px 1px rgba(255, 255, 255, 0.2);
        -moz-box-shadow: 0px 1px rgba(255, 255, 255, 0.2);
        box-shadow: 0px 1px rgba(255, 255, 255, 0.2);
    }
    .nav-menu > li:hover > a,
    #inner .nav-menu > li > a{
        color: inherit;
    }
    .nav-menu > li:last-child {
	    padding-left: 5px;
    }
    .nav-menu > li:last-child:before {
	    content: "SOCIAL MEDIA: ";
	    display: inline;
	    border: none;
	    padding-left: 10px;
	    padding-right: 10px;
	    box-shadow: none;
    }
    .nav-menu > li:last-child a{
        box-shadow: none;
        border-bottom: none;
        display: inline-block;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .sub-ctrl{
        position: absolute;
        top: 1px;
        right: 0;
        width: 30px;
        height: 51px;
        text-align: center;
        cursor: pointer;
        z-index: 1;
    }
    .sub-ctrl:after{
        content: "\f105";
        font: 22px/52px Font Awesome\ 5 Pro;
        font-weight: bold;
    }
    .sub-ctrl.show{
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .sub-menu{
        position: static;
        display: none;
        min-width: 100%;
        width: 100%;
        margin: 0;
        border: 0;
        padding: 15px 20px;
        text-align: inherit;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform:none;
        -o-transform: none;
        transform: none;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
        background-color: transparent;
        opacity: 1;
        visibility: visible;
    }
    .sub-menu li{
        margin-bottom: 10px;
    }
    .sub-menu li:last-child{
        margin-bottom: 0;
    }
    .sub-menu li a{
        font-size: 16px;
    }
    .sub-menu li a,
    .sub-menu li a:hover{
        padding: 0;
        color: inherit;
    }
    .banner{
        min-height: 590px;
    }
    .banner .container{
        padding: 70px 15px;
    }
    .entry-section .container,
    .info-wrapper .container,
    .story-wrapper .flexbox,
    .news-wrapper .container,
    .contact-wrapper > .flexbox,
    .product-popup > .flexbox{
        flex-direction: column;
    }
    .featured-products,
    .about-wrapper,
    .info-tabs-wrapper,
    .info-content-wrapper,
    .story-wrapper .flexbox > div:first-child,
    .news-wrapper .container .bar-callout,
    .news-wrapper .container .featured-news,
    .contact-wrapper > .flexbox > div,
    .contact-wrapper > .flexbox > div:last-child,
    .product-popup-left,
    .product-popup-right{
        width: 100%;
    }
    .about-wrapper{
        padding: 50px 0;
    }
    .about-wrapper .inner-box{
        padding: 0 15px;
        max-width: 620px;
    }
    .featured-products .product-box{
        margin: 0 10px;
    }
    .featured-slider-arrows{
        position: static;transform: none;
        margin-top: 0;
    }
    .featured-slider-arrows .slick-arrow{
        position: absolute;
        background: #fff;
        color: #21362c;
    }
    .featured-slider-arrows .slick-prev{
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        left: 10px;
    }
    .featured-slider-arrows .slick-next{
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        right: 10px;
    }
    .info-tabs-wrapper{
        margin-top: 0;
    }
    .info-tabs-wrapper .top-part img{
        position: static;
        margin-bottom: 15px;
    }
    .info-tabs-wrapper .top-part {
        position: relative;
        padding: 40px 15px 10px;
        text-align: center;
    }
    .info-tabs-wrapper .top-part h4{
        display: none;
    }
    .info-tabs-wrapper li .img-box{
        display: none;
    }
    .info-tabs-wrapper ul{
        display: flex;
        align-items: stretch;
    }
    .info-tabs-wrapper li a{
        height: 100%;
    }
    .info-tabs-wrapper li{
        width: 33.333%;
    }
    .info-tabs-wrapper li p{
        margin: 0;
    }
    .info-content-wrapper .label-made-in-usa{
        display: none;
    }
    .info-content-wrapper:before{
        content: none;
    }
    .info-content-wrapper{
        padding: 40px 15px;
        text-align: center;
    }
    .info-content-wrapper .img-box{
        position: static;
        max-width: 450px;
        margin: 0 auto;
    }
    .info-content-wrapper .text-box{
        min-height: 0;
        padding-right: 0;
        align-items: center;
        max-width: 620px;
        margin: 0 auto 35px;
    }
    .shop-tabs a{
        min-width: 130px;
        white-space: nowrap;
    }
    .shop-wrapper .align-center:nth-child(3){
        display: none;
    }
    .shop-wrapper .product-box {
        width: calc(33.333% - 10px);
    }
    .shop-wrapper .product-box:nth-child(3n + 2){
        margin: 0 15px 15px;
    }
    #shop .product-box {
	    width: 48%;
	    margin-left: 0px !important;
	    margin-right: 0px !important;
    }
    #shop .prod-header + .flexbox {
	    justify-content: space-between;
    }
    .product-box .product-info{
        padding: 13px 0 10px 0;
    }
    .story-wrapper{
        padding: 50px 0;
    }
    .story-wrapper .flexbox{
        flex-direction: column;
    }
    .story-wrapper .main-photo{
        margin: 30px auto 0;
    }
    .featured-news .news-box {
        height: 300px;
    }
    .news-wrapper .container .bar-callout{
        margin-bottom: 20px;
    }
    .contact-info .inner-box{
        max-width: 620px;
        padding: 0;
    }
    .contact-info ul{
        margin: 20px 0 30px;
    }
    .contact-form, .featured-news{
        max-width: 500px;
        margin: 0 auto;
    }
    .featured-news{
        max-width: 620px;
    }
    .contact-form .form-row.flexbox > div:first-child{
        margin-bottom: 18px;
    }
    .contact-form .form-row.flexbox > div + div{
        margin: 0;
    }
    .contact-info .align-center{
        padding-right: 0;
    }
    .product-popup-right{
        order: -1;
        padding-top: 50px;
    }
    .product-popup-left{
        padding-top: 0;
        background: none;
    }
    .product-gallery{
        max-width: 450px;
        margin: 0 auto;
    }
    .product-popup-left:before{
        top: 0;
    }
    .popup-section .cell .cell:first-child{
        display: none;
    }
    .popup-section .right-side-content{
        padding-top: 70px;
    }
}   

@media screen and (max-width: 770px) { /* Tablet View */
    body{
        cursor: pointer; /* iOS Clicking Fix */
    }
    .large-text {
        font-size: 44px;
    }
    button.back {
	    padding-right: 0;
	    text-align: center;
    }
    .banner .single-banner:after{
        content: '';
        background: rgba(33, 54, 44, 0.4);
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .banner-content{
        font-size: 16px;
    }
    .info-wrapper{
        padding-bottom: 0;
    }

    .shop-tabs ul{
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .shop-tabs li,
    .shop-wrapper .product-box{
        width: calc(50% - 10px);
    }
    .shop-tabs li:not(:last-child){
       margin: 0 0 15px;
    }
    .shop-wrapper .product-box:nth-child(3n + 2){
        margin: 0 auto 20px
    }
    .shop-wrapper .product-box:nth-child(even){
        margin-left: 20px;
    }
    .popup-section .tag-line h4{
        margin-right: 15px;
    }
    .contact-form .form-row.flexbox:last-child{
        text-align: center;
    }
    .contact-form .captcha{
        margin: 0 auto;
    }
}

@media screen and (max-width: 670px) { /* Phone View */
    h1, h2 {
        font-size: 36px;
    }
    #nav-close-btn{
        top: 30px;
        right: 30px;
    }
    .open .main-nav{
        width: 350px;
    }
    .main-nav nav{
        min-width: 350px;
        padding: 80px 30px 30px;
    }
    .nav-menu > li i{
        margin-right: 8px;
    }
    .banner-content{
        margin-bottom: 30px;
    }
    .info-wrapper .container{
        padding: 0;
    }
    .info-content-wrapper .text-box{
        padding-right: 0;
    }
    .featured-products:before, .shop-wrapper h2:before, .story-wrapper h2:before, 
    .footer-wrapper .container:before, .product-popup-left:before{
        content: none;
    }
    .featured-products-slider{
        max-width: 450px;
        margin: 0 auto;
    }
    .popup-section .right-side-content{
        padding: 70px 15px 90px;
    }
    .popup-section .side-right .close-section{
        top: 15px;
        right: 15px;
    }
    .shop-wrapper > .container{
        justify-content: center;
    }
     .shop-wrapper .product-box{
        width: 100%;
        max-width: 410px;
        margin: 0 auto 20px;
    }
    .shop-wrapper .product-box:nth-child(even){
        margin: 0 auto 20px;
    }
    .news-wrapper{
        padding-bottom: 0;
    }
    .social-wrapper{
        padding-bottom: 40px;
    }
    iframe {
	    width: 100% !important;
	    max-width: 100% !important;
	    display: block;
	    margin: 0 auto 10px;
    }
}
@media screen and (max-width: 480px) {
    
    .large-text,.product-popup-right h2 {
        font-size: 40px;
    }
    .slick-arrow{
        width: 40px;
        height: 40px;
    }
    .banner .container{
	    align-items: flex-start;
	    padding: 0;	    
    }
    .banner .banner-text{
	    height: 100%;
	    padding-top: 80px;
    }
    .info-tabs-wrapper ul{
        flex-wrap: wrap;
    }
    .info-tabs-wrapper li{
        width: 100%;
        max-width: 280px;
        margin: 0 auto;
        border: 2px solid #21362c;
        margin-bottom: 15px;
    }
    .info-tabs-wrapper li .text-box{
        padding: 5px 10px;
    }
    .info-tabs-wrapper{
        padding-bottom: 15px;
    }
    .featured-products .product-box{
        margin: 0;
    }
    .featured-products .product-box .product-info{
        padding: 10px;
    }
    .story-wrapper .main-photo{
        width: 100%;
        height: 350px;
        border-radius: 0;
        border: none;
    }
    .story-wrapper .main-photo span{
        margin-bottom: 0;
        max-width: 100%;
    }
    .bar-callout .flexbox{
        flex-direction: column;
    }
    .bar-callout .flexbox > div:first-child{
        margin-right: 0;
    }
    .bar-callout .flexbox > div{
        width: 100%;
    }
    .contact-wrapper{
        padding-bottom: 40px;
    }
    .social-wrapper .social-top a:last-child{
        order: -1;
        margin-right: 15px;
    }
    .product-type-box + .flexbox{
        flex-direction: column;
        align-items: center;
    }
    .product-popup-right .quantity-counter{
        margin: 0 0 15px;
    }
    .product-gallery .gallery-main-photo{
        height: 250px;
    }
    .product-gallery-thumb > a{
        height: 70px;
    }
    .popup-section .tag-line h4{
        display: none;
    }
    .shop-wrapper h2 br{
        display: none;
    }
    .news-wrapper .container{
        padding: 0;
    }
    .contact-form .form-row.flexbox{
        flex-direction: column;
    }
    .contact-form .form-row.flexbox:last-child{
        text-align: center;
    }
    .contact-form .captcha{
        margin: 0 auto;
    }
    #shop .product-box { 
		width: 100%;
		max-width: 400px;
	}
	#shop .prod-header + .flexbox {
		justify-content: center;
	}
	.main-photo {
		height: 340px;
		width: 340px;
	}
	.bar-callout > div {
		width: 100%;
		margin: 0 auto 10px !important;
		height: auto;
	}
	.bar-callout > div > .img-box {
		height: 256px;
	}
	
	.main-photo.square {
		width: 100%;
		margin-top: 20px;
	}
	
	hr.bar {
		margin: 26px auto;
	}
	
	.popup-section .right-side-content {
		padding-left: 30px;
		padding-right: 30px;
	}
	
}

@media screen and (max-width: 360px) {
    h1, h2{
        font-size: 32px;
    }
    #header {
        height: 67px;
    }
    .header-menu {
        padding: 10px 0;
    }
    #nav-close-btn{
        top: 20px;
        right: 20px;
    }
    .open .main-nav{
        width: 320px;
    }
    .main-nav nav{
        min-width: 320px;
        padding: 60px 20px 25px;
    }
    .nav-menu > li > a{
        padding: 15px 30px 11px 15px;
        font-size: 18px;
    }
    .sub-ctrl{
        height: 47px;
    }
    .sub-ctrl:after{
        line-height: 48px;
        font-size: 20px;
    }
    .shop-tabs li{
        width: 100%;
    }
    .popup-section .right-side-content{
        padding-top: 50px;
    }
    .about-wrapper .inner-box img{
        max-width: 160px;
        margin-bottom: 30px;
    }
    .captcha{
        width: 100%;
    }
}