.cf:after{
    display: table;
    content: "";
    clear: both;
}

.main{
    max-width: 1033px;
    padding: 0 15px;
    width: 100%;
    margin: 0 auto;
}

.faq-title-content {
    padding: 110px 0 134px;
}

.faq-title-content h1{
    font-size: 56px;
    text-transform: capitalize;
}

.faq-list-sec{
    background: rgba(255,255,255,0.6);
    padding: 50px 0 61px;
}

#faq main{
    max-width: 100%;
}

.faq-list-selectbox{
    padding-left: 36px;
    margin: 0 0 44px;
}

.custom-selectbox .sbHolder{
    position: relative;
    font-family: "Bebas Neue Regular",Arial,sans-serif;
    font-size: 40px;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    padding-right: 30px;
}

.custom-selectbox .sbSelector{
    position: relative;

}

.custom-selectbox .sbSelector a{
    display: block;
    text-decoration: none;
    border-bottom: 4px dashed #B9ECFF;
    color: #011687;
    padding: 0 18px 9px 0;
    
}

.custom-selectbox .sbToggle{
    position: absolute;
    top: 12px;
    right: 0;
    width: 28px;
    height: 24px;
    background-image: url(../img/selectarrow.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.custom-selectbox .sbOptions {
    position: absolute;
    top: 100% !important;
    left: 0;
    right: 0;
    padding: 0;
    margin: 0;
    list-style: none;
    z-index: 99;
}

.custom-selectbox .sbOptions li:before{
    display: none;
}

.custom-selectbox .sbOptions li a{
    background: #00436d;
    font-size: 26px;
    color: #fede03;
    text-transform: uppercase;
    padding: 16px 10px 10px;
    display: block;
    text-decoration: none;
}

.custom-selectbox .sbOptions li:nth-child(even) a{
    background: #025387;
}

.custom-selectbox .sbOptions li a:hover , .custom-selectbox .sbOptions li a:focus{
    background: #fede03 !important;
    color: #fff !important;
}

.faq-list-content{
    
}

.accordion{
    padding: 0;
    margin: 0;
    list-style: none;
    font-family: "Roboto Condensed",Arial,sans-serif;
}

.accordion-top > li{
    background: #fff;
    border-radius: 12px;
    box-shadow: 0px 2px 44px 30px rgba(0,0,0,0.1); 
    margin: 0 0 41px;
}

.accordion-top > li > .accordion-title{
    padding: 40px 40px;
    font-size: 40px;
    font-weight: 400;
    color: #0B274D;
    display: block;
    position: relative;
    text-transform: capitalize;
    text-decoration: none;    
}

.accordion-top > li > .accordion-title:before{
    content: "";
    width: 58px;
    height: 58px;
    position: absolute;
    right: 36px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background-image: url(../img/plus-icn-lg.svg);
    background-size: 25px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #011687;
    right: 20px;
}

.accordion-top > li > .accordion-title.active{
    font-weight: 700;
}

.accordion-top > li > .accordion-title.active:before{
    background-image: url(../img/minus-icn-lg.svg);
    background-size: 25px;
    background-position: center center;
    background-repeat: no-repeat;
}



.accordion-content{
    display: none;
    padding: 0;
    margin: 0;
    list-style: none;
}

.accordion-bottom > li > a{
font-size: 30px;
color: #000;
display: block;
position: relative;
font-weight: 400;
text-decoration: none;
border-top: 3px solid #B9ECFF;
padding: 33px 50px 33px 0;
position: relative;
}

.accordion-bottom > li > .accordion-title:before{
    content: "";
    width: 25px;
    height: 25px;
    background-image: url(../img/plus-icn-small.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);

}


.accordion-bottom > li > .accordion-title.active:before{
    background-image: url(../img/minus-icn-small.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
}

.accordion-content.accordion-bottom{
    padding: 0 40px 10px;
}

.accordion-bottom .accordion-content{
padding: 0 0 30px;
font-size: 20px;
}

.accordion-bottom .accordion-content p{
margin: 0 0 15px;
}

.accordion-bottom .accordion-content ul{
    margin: 0 0 15px;
}

.accordion-bottom .accordion-content ul li a{
    color: #011687;
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: 700;

}

.accordion-bottom .accordion-content p a{
    color: #011687;
    text-decoration: underline;
    font-weight: 700;
}

.accordion-bottom .accordion-content ul li a:hover{
    color: #fede03;
}
.accordion-bottom .accordion-content ul li {
    margin: 0 0 10px;
}

/*-- how to page --*/

#how-to main{
    max-width: 100%;
}

.howto-title-sec{
    
    text-align: center;

}

.howto-title-content{
    padding: 100px 0 145px;
}

.howto-title-content h1{
font-size: 80px;
}

.howto-features-sec{
    min-height: 485px;
    padding: 50px 0;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    width: 100%;
}

.howto-features-sec:before{
    content: "";
    background: rgba(0,0,0,0.6);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.howto-features-content{
color: #fff;
font-size: 20px;
font-weight: 400;
position: relative;
z-index: 1;
}

.howto-features-content h2{
    color: #FEDE01;
    text-transform: uppercase;
    font-size: 50px;
    line-height: 1;
    margin: 0 0 25px;

}

.howto-features-content p{
    font-family: 'Roboto Condensed';
    margin: 0 0 57px;
}

.howto-features-content .btn{
    min-width: 195px;
    padding: 1px 20px;
}

.recipes-slider-sec{
    background: rgba(255,255,255,0.6);
    padding: 78px 0;        
}

.recipes-slider-sec .main{
    max-width: 1047px;
}

.recipes-slider-sec h2{
    color: #0B274D;
    text-transform: uppercase;
    line-height: 1;
    text-align: left;
    font-size: 50px;
    margin: 0 0 30px;
}

.recipes-slider{

}

.recipes-slider .slick-list{
    margin: 0 -14px;
}

.recipes-slider-item{
    padding: 0 14px;
}

.recipes-slider-content{

}

.recipes-slider-content h3{
color: #0B274D;
font-size: 20px;
text-transform: uppercase;
margin: 0 0 10px;
font-weight: 400;
}

.recipes-slider-content h3 a{
    color: #0B274D;
    text-decoration: none;
}

.recipes-slider-content h3 a:hover , .recipes-slider-content h3 a:focus{
    text-decoration: underline;
    text-decoration-color: #FEDE01;
}


.recipes-slider-content p{
font-size: 15px;
font-family: 'Roboto Condensed';
font-weight: 400;
}

.slider-arrow {
    width: 44px;
    height: 44px;
    line-height: 44px !important;
    background: #011687;
    color: #FEDE01;
    text-align: center;
    font-size: 28px !important;
    cursor: pointer;
    z-index: 1;
}

.slider-arrow:hover{
    background: #FEDE01;
    color: #011687;
}

.recipes-slider .slider-arrow {
position: absolute;
top: 50%;
transform: translateY(-50%);
}

.recipes-slider .slider-arrow.slider-left-arrow{
    left: -68px;
}

.recipes-slider .slider-arrow.slider-right-arrow{
    right: -68px;
}

.recipes-slider-img{
    margin: 0 0 26px;
    display: block;
    padding-bottom: 78%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.recipes-slider-img img{
    display: block;
}


/*-- got comfirtable list --*/

#get-comfirtable main , #grocery main{
    max-width: 100%;
}

.main-2{
    max-width: 1053px;
    margin: 0 auto;
    width: 100%;
    padding: 0 15px;
}

.how-list-banner-sec{
    
}

.how-list-banner-content{
    padding: 111px 0 83px;
    color: #fff;
    text-align: center;
}

.how-list-banner-content h1{
    font-size: 56px;
    line-height: 1;
    margin: 0 0 6px;
}

.how-list-banner-content p{
    font-size: 30px;
    font-weight: 400;
    font-family: 'Roboto Condensed';
    text-transform: none;
}

.how-list-catg-links-sec{
    background: #126297;
}
.how-list-catg-links-content{
    text-align: center;
}

.how-list-catg-links-content .btn{
    min-width: 144px;
    line-height: 1.3;
    padding: 6px 20px 3px;
}
.how-list-share-btn {
    justify-content: center;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

.how-list-catg-links-share-btn-sec .how-list-catg-links-content {
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    justify-content: center;
}

.how-list-share-btn {
    justify-content: center;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

.how-list-catg-links-list{
    text-align: center;
    display: inline-block;        
}

.how-list-catg-links-list ul{
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;    
    justify-content: center;
}

.how-list-catg-links-list ul li{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    margin: 0 15px;
}
.how-list-catg-links-list ul li a{
font-size: 16px;
display: block;
color: #fff;
border-bottom: 4px solid rgba(255,255,255,0.4);
padding:16px 0 10px;
text-transform: uppercase;
text-decoration: none;
flex-grow: 1;
}

.how-list-catg-links-list ul li a:hover , .how-list-catg-links-list ul li a:focus , .how-list-catg-links-list ul li.active a{
    border-bottom-color: #FEDE01;
    color: #fff;
}

.get-comf-list-sec{
    padding: 80px 0 10px;
    background: rgba(255,255,255,0.6);
}

.get-comf-list-item{
    margin: 0 0 45px;
}

.get-comf-list-item:nth-child(even) .get-comf-list-left-col{
order: 2;
}

.get-comf-list-item:nth-child(even) .get-comf-list-right-col{
    order: 1;
    }

.get-comf-list-row{
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 44px 30px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
    

.get-comf-list-col{
    min-height: 264px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

.get-comf-list-left-col{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 40%;
    border-radius: 10px 0 0 10px;
}

.get-comf-list-right-col{
    width: 60%;
    padding: 56px 65px;
}

.get-comf-list-right-content{
    max-width: 450px;
}

.get-comf-list-right-content h2{
    color: #0B274D;
    font-size: 40px;
    line-height: 1.1;
    font-weight: 400;
    font-family: 'Roboto Condensed';
    text-align: left;
    margin: 0 0 30px;

}

.get-comf-list-right-content h2 a{
    color: #0B274D;
    text-decoration: none;
    display: inline-block;
}

.get-comf-list-right-content h2 a:hover , .get-comf-list-right-content h2 a:focus{
    text-decoration:underline;
    text-decoration-color:#FEDE01;
    
}

.get-comf-list-right-content h2 svg{
    width: 25px;
    display: inline-block;
    vertical-align: middle;
}

.get-comf-detail-link{
    color: #0B274D;
    font-family: 'Roboto Condensed';
    text-decoration: underline;
    font-weight: 400;
    display: inline-block;
    font-size: 20px;
}

.get-comf-detail-link:hover ,.get-comf-detail-link:focus{
    text-decoration-color: #FEDE01;
    color: #0B274D;
}

/*-- get-comfirtable-detail --*/

.how-list-catg-links-sec-wrap .how-list-catg-links-sec{
    margin: 38px 0 0;
}

#get-comfirtable-detail main{
    max-width: 100%;
}

.comfortable-detail-banner-sec{
    background: rgba(255,255,255,0.6);
    padding: 73px 0 64px;
    
}

.comfortable-detail-banner-row{
margin: 78px 0;
}

.comfortable-detail-banner-row{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.comfortable-detail-banner-col{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 0 10px;
}

.comfortable-detail-banner-content-col{
    width: 50%;
}

.comfortable-detail-banner-content{
    padding: 17px 0 0;
}

.comfortable-detail-banner-content h1{
    font-size: 85px;
    text-transform: uppercase;
    line-height: 0.85;
    color: #0B274D;    
    text-align: left;
    margin: 0 0 24px;
}

.comfortable-detail-banner-content p{
font-size: 20px;
color: #000000;
line-height: 1.6;
font-family: "Roboto Condensed",Arial,sans-serif;
}

.comfortable-detail-banner-img{
    position: relative;
}

.comfortable-detail-banner-img-col{
    width: 50%;
}

.comfortable-detail-banner-img img{
    display: block;
}

.inner-comfortable-detail-banner-img{
    position: absolute;
    bottom: -55px;
    right: -17%;
    z-index: 1;
    max-width: 37%;
    width: 100%;
}

.steps-bg{
    background: #fff;
    border-radius: 12px;
    box-shadow: 0px 2px 44px 30px rgba(0,0,0,0.1);
    padding: 59px 64px 26px;
}

.steps-sec{
background: rgba(255,255,255,0.6);
padding: 0 0 65px;
}

.steps-item{
    margin-bottom: 50px;
    counter-increment: ol-counter;
}

.step-title{
    position: relative;
    padding: 30px 0;
    margin: 0 0 5px;
    
}

.step-title:before{
    content: "";
    background-image: url(/wp-content/themes/gortonsv2/dist/img/dashed-stripe-img.png);
    background-repeat: repeat-x;
    background-position: left top;
    background-size: auto;
    height: 5px;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);

}
.step-title h2{
    position: relative;
    color: #0B274D;
    font-size: 40px;    
 
    font-family: "Roboto Condensed",Arial,sans-serif;
    text-align: left;
}

.step-title h2:before{
    content: "STEP " counter(ol-counter);
    height: 71px;
    width: 71px;
    border: 4px solid #2893D2;
    border-radius: 50%;
    background: #011687;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-family: "Bebas Neue Regular",Arial,sans-serif;
    text-transform: uppercase;
    line-height: 71px;
}

.step-title span{
    display: inline-block;
    background: #fff;
    padding-left: 98px;
    padding-right: 22px;
}

.step-content{

}

.step-content p{
    font-family: "Roboto Condensed",Arial,sans-serif;
    font-size: 20px;
    color: #000000;
    line-height: 1.7;
    margin: 0 0 32px;
}

.steps-item:last-child {
    margin: 0;
}

.article-sec{
    background: #082154;
    color: #fff;
    padding: 78px 0 54px;
}

.article-row{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -12px;
}

.article-col{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 0 12px;
    width: 50%;
    margin: 0 0 24px;
}

.article-box{
    position: relative;
    padding: 30px 30px 27px;
    flex-grow: 1;
}

.article-border-1:before{
    content: "";
    background-image: url(/wp-content/themes/gortonsv2/dist/img/dashed-stripe-img.png);
    background-repeat: repeat-x;
    background-position: left top;
    background-size: auto;
    height: 5px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.article-border-1:after{
    content: "";
    background-image: url(/wp-content/themes/gortonsv2/dist/img/dashed-stripe-img.png);
    background-repeat: repeat-x;
    background-position: left top;
    background-size: auto;
    height: 5px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.article-border-2:before{
    content: "";
    background-image: url(/wp-content/themes/gortonsv2/dist/img/dashed-stripe-img-vertical.png);
    background-repeat: repeat-x;
    background-position: left top;
    background-size: auto;
    height: 100%;
    width: 5px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}

.article-border-2:after{
    content: "";
    background-image: url(/wp-content/themes/gortonsv2/dist/img/dashed-stripe-img-vertical.png);
    background-repeat: repeat-x;
    background-position: left top;
    background-size: auto;
    height: 100%;
    width: 5px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

.article-box > h2{
    font-size: 40px;
    font-family: "Roboto Condensed",Arial,sans-serif;
    color: #fff;
    line-height: 1;
    text-emphasis: none;
    text-align: left;
    margin: 0 0 10px;
}

.article-links-list{
    padding: 32px 0 0;
}


.article-links-list ul{
    padding: 0;
    margin: 0;
    list-style: none;
}

.article-links-list ul li{
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: "Roboto Condensed",Arial,sans-serif;
    color: #fff;
    text-decoration: underline;
    margin: 0 0 23px;
}

.article-links-list ul li:last-child {
    margin: 0;
}

.article-links-list ul li a{
    color: #fff;
    
}

.article-links-list ul li a:hover,  .article-links-list ul li a:focus{
    color: #FEDE01;
}


.article-product-list {
    padding: 16px 0 0;
}

.article-product-row{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.article-product-col{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 0 10px;
    width: 50%;
}

.article-product-link h4{
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    font-family: "Roboto Condensed",Arial,sans-serif;
    text-decoration: underline;
    margin: 0;
}


.article-product-link:hover h4{
    color: #FEDE01; 
}

.article-product-img{
    margin: 0 0 9px;
    min-height: 105px;
}

.article-product-img img{
    display: block;
}

.ingredents-bg{
    background: rgba(255,255,255,0.6);
    padding-bottom: 90px;
}

.ingredents-sec{
    background: #082154;
    color: #fff;
    position: relative;
    min-height: 390px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    padding: 30px 0;
}


.ingredents-img{
    position: absolute;
    right: 0;
    width: 40%;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}


.ingredents-col{
    width: 50%;
    padding: 30px 15px 30px 0;
}
.ingredents-box{
    position: relative;
    padding: 40px 30px;
}


.ingredents-content h2{
    color: #fff;
    font-family: "Roboto Condensed",Arial,sans-serif;
    text-align: left;
    font-size: 40px;
    line-height: 1;
    margin: 0 0 30px;
}

.ingredents-content ul{
    padding: 0 0 0 36px;
    margin: 0;
    list-style: disc;
}

.ingredents-content ul li{
font-size: 20px;
color: #fff;
font-family: "Roboto Condensed",Arial,sans-serif;
margin: 0 0 8px;
}

.ingredents-content ul li a{
color: #fff;
text-decoration: none;
}


.grocery-sec{
    padding: 80px 0;
    background: rgba(255,255,255,0.6);
}

.grocery-list-item{
    background: #fff;    
    box-shadow: 0 2px 44px 30px rgba(0,0,0,0.1);
    overflow: hidden;
    border-radius: 10px;
}

.grocery-list-row{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    
}

.grocery-list-col{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}


.grocery-list-left-col{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 40%;    
    min-height: 264px;
}

.grocery-list-right-col{
    width: 60%;
    padding: 56px 65px;
    justify-content: center;
    position: relative;
}

.grocery-list-right-col:before{
    content: "";
    background-image: url(/wp-content/themes/gortonsv2/dist/img/dashed-stripe-img.png);
    background-repeat: repeat-x;
    background-position: left top;
    background-size: auto;
    height: 5px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}


.grocery-list-right-content h2{
    color: #0B274D;
    font-size: 40px;
    line-height: 1.1;
    font-weight: 400;
    font-family: 'Roboto Condensed';
    text-align: left;
    margin: 0 0 30px;
}


.grocery-list-right-content h2 a{
    color: #0B274D;
    text-decoration: none;
    display: inline-block;
}

.grocery-list-right-content h2 a:hover , .grocery-list-right-content h2 a:focus{
    text-decoration: underline;
    text-decoration-color: #FEDE01;
}

.grocery-list-detail-link {
    color: #0B274D;
    font-family: 'Roboto Condensed';
    text-decoration: underline;
    font-weight: 400;
    display: inline-block;
    font-size: 20px;
}


.grocery-list-bottom-content{
padding: 43px 49px;
}

.grocery-list-bottom-content p{
    font-size: 20px;
    font-family: 'Roboto Condensed';
    text-emphasis: none;
    font-weight: 400;
    line-height: 1.6;

}

nav #main-nav-items ul li ul.products-dropdown li a{
    line-height: 1 !important;
    padding: 24px 0;
}

/*-- shrimp landing page --*/

.shrimp-banner-sec{
    min-height: 407px;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    padding: 30px 0;
    margin-top: 8px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.shrimp-banner-sec:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}

.shrimp-banner-content{
    text-align: center;
    position: relative;
    z-index: 1;
}

.shrimp-banner-content h1{
    color: #fff;
    font-size: 80px;
    line-height: 1.1;
}

#shrimp-landing main{
    max-width: 100%;
}

.get-comf-list-sec.shrimp-style-list-sec {
    background: rgba(255,255,255,0.6);
    padding: 70px 0 25px;
    margin: 0 0 40px;
}

.shrimp-style-list-sec .get-comf-list-right-content > *:last-child {
    margin: 0;
}

.shrimp-style-list-sec .get-comf-list-right-col{
    justify-content: center;
}


.southern-style-list-left-content {
    padding: 30px 0 0;
}

.southern-style-list-row{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.southern-style-list-col{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 0 10px;
    margin-bottom: 10px;
}

.southern-style-list-col-left{
    width: 38%;
    color: #fff;
}


.southern-style-list-left-content h3{
color: #FEDE01;
font-size: 50px;
font-weight: 400;
margin: 0 0 10px;
line-height: 0.9;
}

.southern-style-list-left-content p{
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    font-family: "Roboto Condensed",Arial,sans-serif;
}


.southern-style-list-col-right{
    width: 60%;
}

.southern-style-list-img-row{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.southern-style-list-img-col{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 0 10px;
    margin-bottom: 10px;
    width: 33.333%;
}

.southern-style-list-item hr{
    height: 2px;
    width: 100%;
    background: #60B4E2;
    margin: 30px 0;
    border: 0;
}

.how-list-share-btn{
    position: relative;
}

.social-popup-box {
    position: absolute;
    top: 100%;
    background: #fff;
    border-radius: 10px;
    padding: 10px 10px 5px;
    z-index: 1;
    display: none;
}


/*-- mobile menu changes --*/

.enumenu_ul {
    display: block !important;
    height: auto !important;
}

.enumenu_ul ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.enumenu_ul ul li{
    position: relative;
}

.enumenu_ul .arrow {
    position: absolute;
    right: 10px;
    width: 30px;
    top: 12px;
    text-align: center;
    font-size: 34px;
    z-index: 1;
}

.enumenu_ul .arrow:before{
    content: "\f107";
    font-family: FontAwesome;
}

.enumenu_ul .arrow.up:before{
    content: "\f106";
}

nav .items#mobile-items.active #mobile-menu-items .enumenu_ul ul li a {
    font-size: 25px;
    line-height: 60px;
    display: block;
    border-top: solid 1px rgba(185,236,255,.25);
    opacity: 1;
    margin: 0;
    text-decoration: none;
    color: rgba(255,255,255,.55);
    letter-spacing: 1.5px;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-animation: inFromRight .2s cubic-bezier(.175,.885,.32,1.275) forwards;
    -moz-animation: inFromRight .2s cubic-bezier(.175,.885,.32,1.275) forwards;
    animation: inFromRight .2s cubic-bezier(.175,.885,.32,1.275) forwards;
}

nav .items#mobile-items.active #mobile-menu-items  .enumenu_ul ul li:nth-child(1) a {
    -webkit-animation-delay: .1s;
    -moz-animation-delay: .1s;
    animation-delay: .1s;
}

nav .items#mobile-items.active #mobile-menu-items  .enumenu_ul ul li:nth-child(2) a {
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    animation-delay: .2s;
}

nav .items#mobile-items.active #mobile-menu-items  .enumenu_ul ul li:nth-child(3) a {
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    animation-delay: .3s;
}

nav .items#mobile-items.active #mobile-menu-items  .enumenu_ul ul li:nth-child(4) a {
    -webkit-animation-delay: .4s;
    -moz-animation-delay: .4s;
    animation-delay: .4s;
}

nav .items#mobile-items.active #mobile-menu-items  .enumenu_ul ul li:nth-child(5) a {
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    animation-delay: .5s;
}
nav .items#mobile-items.active #mobile-menu-items  .enumenu_ul ul li:nth-child(6) a {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    animation-delay: .6s;
}
nav .items#mobile-items.active #mobile-menu-items  .enumenu_ul ul li:nth-child(7) a {
    -webkit-animation-delay: .7s;
    -moz-animation-delay: .7s;
    animation-delay: .7s;
}
nav .items#mobile-items.active #mobile-menu-items  .enumenu_ul ul li:nth-child(8) a {
    -webkit-animation-delay: .8s;
    -moz-animation-delay: .8s;
    animation-delay: .8s;
}

.where-to-buy-row{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.where-to-buy-col{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 0 10px;
    justify-content: center;
}

.where-to-buy-col-left{
    width: 61%;
}

.where-to-buy-col h3{
    color: #fff;
    font-size: 50px;
    font-weight: 400;
    margin: 0 0 10px;
}

.where-to-buy-col-right{
    width: 39%;
    align-items: flex-start;
}

.where-to-buy-col .btn{
    margin: 0 0 10px;
}

.southern-style-list-sec {
    padding: 0 0 23px;
}

.where-to-buy-sec {
    padding: 0 0 50px;
}

.shrimp-style-list-sec .get-comf-list-row{
    background: #fff;
}



.video-sec {
    padding: 50px 0;
    background: #fff;
}

.video-wrap {
    position: relative;
    padding-bottom: 56%;
}

.video-wrap iframe {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: 0;
    margin: 0;
    border-radius: 0;
}

.video-thumb {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.video-btn {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    font-size: 0;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.7);
    -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, background-color 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, background-color 0.3s ease-in-out;
    border: 1px solid #126297;

    
}

.video-btn:before{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 30px;
    border-color: transparent transparent transparent #126297;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-left: 6px;
    margin-top: 2px;
}

.video-btn:hover, .video-btn:focus{
    background: #fff;
}

.playing .video-btn{
    opacity: 0;
    visibility: hidden;
}

.playing .video-thumb{
    opacity: 0;
    visibility: hidden;
}

/*-- resposnive --*/




@media (max-width: 1280px) {

    .inner-comfortable-detail-banner-img{
        right: 0;
    }

}


@media (max-width: 1199px) {

    .faq-title-content h1{     
        line-height: 1.1;
    }

    .faq-title-content{
        padding: 50px 0;
    }

    .faq-list-selectbox{
        padding-left: 0;
        margin: 0 0 30px;

    }

    .custom-selectbox .sbHolder{
        font-size: 30px;
    }

    .custom-selectbox .sbToggle{
        top: 8px;
        right: 0;
        width: 21px;
        height: 17px;
    }

    .custom-selectbox .sbSelector a{
        padding: 0 6px 4px 0;
    }

    .accordion-top > li > .accordion-title{
        padding: 20px 50px 20px 15px;
        font-size: 30px;
    }

    .accordion-top > li > .accordion-title:before{
        width: 38px;
        height: 38px;
        background-size: 16px;
        right: 10px;
    }

    .accordion-top > li > .accordion-title.active:before{
        background-size: 16px;
    }

    .accordion-content.accordion-bottom{
        padding: 0 15px 10px;
    }

    .accordion-bottom > li > a{
        font-size: 20px;
        padding: 15px 50px 15px 0;
    }

    .accordion-bottom .accordion-content{
        font-size: 16px;
        padding: 0 0 15px;
    }

    .accordion-top > li{
        margin: 0 0 20px;
    }

    /*-- how to page --*/

    .howto-title-content h1{
        font-size: 60px; line-height: 1;
    }

    
    .howto-title-content{
        padding: 80px 0;
    }


    .howto-features-content p{
        margin: 0 0 25px;
    }

    .howto-features-content h2{
        font-size: 40px;
        line-height: 1;
        margin: 0 0 15px;
    }

    .howto-features-sec{
        min-height: 350px;
    }

    .recipes-slider .slick-list{
        
        margin: 0;
    }

    .recipes-slider{
        padding: 0 30px;
    }

    .recipes-slider .slider-arrow.slider-right-arrow{
        right: -5px;
    }
    
    .recipes-slider .slider-arrow.slider-left-arrow{
        left: -5px;
    }

    .recipes-slider-sec h2{
        font-size: 40px;
        line-height: 1;
    }

    .recipes-slider-sec{
        padding: 50px 0;
    }

    /*-- get comfirmation list page --*/

    .how-list-banner-content{
        padding: 50px 0;
    }

    .how-list-banner-content h1{
        font-size: 40px;
    }

    .how-list-banner-content p{
        font-size: 24px;
    }

    .get-comf-list-sec{
        padding: 50px 0 10px;
    }

    .get-comf-list-right-col{
        padding: 30px 30px;
        justify-content: center;
    }

    .get-comf-list-right-content{
        max-width: 100%;
    }

    .get-comf-list-right-content h2{
        font-size: 28px;
    }

    /*-- get comfirtable detail --*/

    .comfortable-detail-banner-content h1{
        font-size: 60px;
    }



    .comfortable-detail-banner-content p{
        font-size: 18px;
    }

    .inner-comfortable-detail-banner-img{
        max-width: 37%;
        width: 100%;
        bottom: -35px;
    }

    .steps-bg{
        padding: 30px 15px;
    }

    .step-title h2:before{
        height: 50px;
        width: 50px;
        line-height: 52px;
        font-size: 16px;
    }

    .step-title span{
        padding-left: 66px;
    padding-right: 6px;
    }

    .step-title{
        padding: 18px 0;
    }

    .step-content p{
        font-size: 16px;
        margin: 0 0 10px;
    }

    .steps-item{
        margin-bottom: 20px;
    }

    .step-title h2{
        font-size: 30px;
    }

    .article-sec{
        padding: 40px 0 20px;
    }

    .article-box{
        padding: 30px 15px;
    }

    .article-box > h2{
        margin: 0 0 10px;
        font-size: 30px;
    }

    .article-links-list{
        padding: 20px 0 0;
    }

    .article-links-list ul li{
        margin: 0 0 20px;
        font-size: 18px;
    }

    .article-product-link h4{
        font-size: 18px;
    }

    .article-product-list{
        padding: 0;
    }


    .how-list-catg-links-share-btn-sec .how-list-catg-links-content{
        justify-content: center;
    }

    .how-list-share-btn{
        margin: 10px 0;
    }

    .ingredents-content h2{
        font-size: 30px;
        margin: 0 0 20px;
    }

    .ingredents-content ul{
        padding: 0 0 0 20px;
    }

    .ingredents-content ul li{
        font-size: 18px;
    }

    .ingredents-box{
        padding: 30px;
    }

    .ingredents-sec{
        min-height: 300px;
    }

    .ingredents-bg{
        padding-bottom: 50px;
    }

    .grocery-list-bottom-content{
        padding: 15px;
    }

    .grocery-list-bottom-content p{
        font-size: 16px;
    }
    .grocery-list-right-col{
        padding: 30px;
    }

    .grocery-list-right-content h2{
        margin: 0 0 10px;
        font-size: 34px;
    }

    .grocery-list-detail-link{
        font-size: 18px;
    }   


    .grocery-sec{
        padding: 40px 0;
    }

    /*-- shrimp page --*/

    .shrimp-banner-content h1{
        font-size: 60px;
    }

    .southern-style-list-left-content h3{
        font-size: 40px;
    }
    
    .where-to-buy-col h3{
        font-size: 40px;
    }

}

@media (max-width: 991px) {

    .how-list-catg-links-list ul li{
        margin: 0;
        padding: 0 10px;
        width: 50%;
    }

        /*-- get comfirtable detail --*/

        .comfortable-detail-banner-content h1{
            font-size: 40px;
        }

        .comfortable-detail-banner-sec{
            padding: 50px 0;
        }

        /*-- shrimp page --*/

        .shrimp-banner-sec{
            min-height: 350px;
        }

    .shrimp-banner-content h1{
        font-size: 40px;
    }

    .southern-style-list-left-content h3{
        font-size: 30px;
    }
    
    .where-to-buy-col h3{
        font-size: 30px;
    }

}


@media (max-width: 767px) {
    
    .faq-title-content h1{
        font-size: 40px;
        line-height: 1.1;
    }

    .accordion-top > li > .accordion-title{
        font-size: 22px;

    }

    .accordion-bottom > li > a{
        font-size: 18px;
    }

    .faq-list-sec{
        padding: 50px 0;
    }

    .howto-title-content h1{
        font-size: 40px;
    }

    .howto-features-content h2{
        font-size: 30px;
    }

    .recipes-slider-sec h2{
        font-size: 30px;
    }


    .how-list-catg-links-list ul li a{
        font-size: 14px;
    }

    .get-comf-list-right-content h2{
        font-size: 24px;
        margin: 0 0 18px;
    }

    .get-comf-list-right-col{
        padding: 30px 15px;
    }

    .get-comf-list-right-content h2 svg{
        width: 18px;
    }

    .get-comf-detail-link{
        font-size: 18px;
    }

      /*-- get comfirtable detail --*/

      .comfortable-detail-banner-col{
          width: 100%;
      }

      .comfortable-detail-banner-content-col{
          order: 2;
      }
      .comfortable-detail-banner-img-col{
          order: 1;
          margin-bottom: 30px;
      }
      .inner-comfortable-detail-banner-img{
          bottom: -24px;
      }

      .comfortable-detail-banner-content h1{
          font-size: 34px;
      }

      .step-title h2{
          font-size: 24px;
      }

      .article-col{
          width: 100%;
      }

      .article-box > h2{
          font-size: 26px;
      }
      
      .ingredents-sec{
          min-height: inherit;
      }

      .ingredents-img{
        position: static;
        width: 100%;
        padding-bottom: 75%;
      }

      .ingredents-sec{
          padding: 0;
      }

      .ingredents-col {
        width: 100%;
        padding: 30px 0;
    }
    
    .ingredents-content h2{
        font-size: 24px;
    }

    .ingredents-content ul li {
        font-size: 16px;
    }

    .grocery-list-left-col{
        width: 100%;
        padding-bottom: 64%;
    }

    .grocery-list-right-col{
        padding: 30px 15px;
        width: 100%;
    }

    .grocery-list-right-content h2{
        font-size: 28px;
    }

    /*-- shrimp page --*/

    .southern-style-list-col{
        width: 100%;
    }

    .southern-style-list-left-content{
        padding: 0 0 15px;
    }

    .where-to-buy-col {
        width: 100%;
        text-align: center;
    }

    .where-to-buy-col-right{
        align-items: center;
    }
    
    .southern-style-list-img-row{
        justify-content: center;
    }
    .southern-style-list-left-content{
        text-align: center;
    }

    /*-- shop now page --*/

    .banner-col-left{
        display: none !important; 
    }
    .banner-logo{
        display: none !important;
    }
    .banner-content{
        text-align: center;
    }
    .banner-content h1{
        text-align: center !important;
    }

    .video-btn {
        width: 70px;
        height: 70px;
    }

    .video-btn:before{
        border-width: 14px 0 14px 24px;
    }

}

@media (max-width: 480px) {

    
    .get-comf-list-col{
        width: 100%;
        min-height: inherit;
    }

    .get-comf-list-left-col{
        padding-bottom: 100%;
        border-radius: 10px 10px 0 0;
        width: 100%;
    }

    .get-comf-list-item:nth-child(even) .get-comf-list-left-col{
        order: 1;
    }
    .get-comf-list-item:nth-child(even) .get-comf-list-right-col{
        order: 2;
    }
    
    .southern-style-list-img-col{
        width: 50%;
    }

    
}








