/*GRID*/
.grid-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    margin: 1em;
    background-color: white;
}

.grid-number {
    background-color: #5C6AC4;
    display: grid;
    justify-content: center;
    padding: 20px;
    font-size: 70px;
    color: white;
    line-height: 1;
    border-radius: 5px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
 }

 .page-width{
    max-width: 1400px !important;
    margin: 0 auto !important;
 }

/*HEADER*/
.rg-main-header{
    background-color:#cce1ef !important;
    display: flex;
    align-items: center;
    // padding: 10px 0px 50px 0px !important;
    background-image: url("//cdn.shopify.com/s/files/1/1590/2959/files/clouds_1_1920x601.png?v=12625602469301909383");
    background-repeat: no-repeat;
    background-position-x: 40px;
    background-position-y: 30px;
    border: none !important;
}

// .rg-header-logo img {
//     max-width: 247px;
//     min-width: 247px;
// }
@media only screen and (max-width: 750px){
    max-width: 147px;
    min-width: 147px;
}
.rg-header-small-cell-content{
    /*width: 20% !important;*/
    // min-width: 247px;
}

.rg-header-main-cell-content{
    width: 60% !important;
    padding-left:80px !important;
}

.rg-template-subtitle,
.section-header .page-width span{
     font-family: "Trade Gothic LT Pro"!important;
     font-size: 24px !important;
}

.header-content{
    display: flex;
    align-items: center;
    width: 78%;
}

.header-button{
    text-transform: uppercase;
    font-weight: 100;
    font-size: 29px;
    margin-left: 10px;
    font-family: Veneer;
}

@media only screen and (max-width: 1250px){
    .header-button{
        font-size: 22px;
    }   
}


.rg-main-header button, .rg-main-header a {
    text-transform: uppercase;
    font-size: 29px;
    margin-left: 40px;
    font-family: Veneer;
}

@media only screen and (max-width: 1250px){
    .rg-main-header button, .rg-main-header a{
        font-size: 22px;
    }
}


.header-button a{
    color: black;
}

.header-basket{
    margin-top: 20px;
    display: flex;
    width: 100%;
    justify-content: flex-end;
}





.section-header{
    background-color:#cce1ef;
    // background-image: url(https://cdn.shopify.com/s/files/1/0259/7050/7881/files/clouds2_1.png?5673);
    // background-repeat: no-repeat;
    // background-position-x: 500px;
    // background-position-y: 0px;
    // margin-bottom:0 !important;
    /*padding: 0px 0px 55px 0;*/
    padding: 0;
}

.blue-fade{
    height: 32px;
    background-image: url(https://cdn.shopify.com/s/files/1/0259/7050/7881/files/bluefade.gif?5675);
}
.blue-fade-about-us{
    height: 32px;
    padding: 43px;
    background-image: url(https://cdn.shopify.com/s/files/1/0259/7050/7881/files/bluefade.gif?5675);
}
@media only screen and (max-width: 750px){
    .blue-fade-about-us{
        padding: 33px;
    }
}

.main-content{
    padding-top: 0px !important;
}

.site-header__logo{
    padding-left: 0px !important;
}

.site-nav__dropdown{
    margin-left: 35px !important;
    border: none !important;
    font-family: "Trade Gothic LT Pro";
    background: transparent !important;
}
/*END HEADER*/

/*FOOTER*/
.site-footer{
    background: url(https://cdn.shopify.com/s/files/1/0259/7050/7881/files/footer-bg.png?5326);
    background-color:#cce1ef !important;
    padding-bottom: 150px !important;
}

.site-footer__content{
    display: grid !important;
}

.certified-imgs{
    display: grid;
    grid-template-columns:22% 22%;
    grid-gap: 5px;
}

.footer-links{
    display: grid;
}

.footer-columns{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.footer-title{
    font-family: Veneer;
    font-size: 30px;
    color: #231F20 !important;
    font-weight: 100;
    margin-bottom: 10px !important;
}

.footer-links{
    font-family: Palanquin;
    font-size: 18px;
    color: #231F20;
    line-height: 21px;
    margin: 10px 0 10px;
}

.footer-network{
    display: grid;
    grid-template-columns: 50px 50px 50px 50px;
    grid-row-gap: 5px;
}

.footer-info{
    margin-top: 50px;
}

.footer-site-info{
    font-family: Trade Gothic LT Pro;
    font-size: 18px;
    color: #231F20;
    margin-bottom: 5px;
}

.newsletter__submit{
    width: auto !important;
    padding: 0 !important;
    background-color: transparent !important;
    color: #231F20 !important;
    font-family: Veneer !important;
    font-weight: 100 !important;
    font-size: 25px !important;
}

.newsletter__submit:hover{
    color: #F7B32F !important;
}

.input-group__field.newsletter__input{
    margin-bottom: 0;
    background: none;
    border: 2px solid #231F20;
    border-radius: 10px;
    padding: 10px 10px 2px 10px;
}

.input-group__field.newsletter__input::placeholder{
    color: #231F20;
    font-family: Veneer;
    font-weight: 100;
    font-size: 25px;
}

.site-footer__newsletter form{
    display: grid;
}

.site-footer__newsletter form .input-group{
    display: grid;
    justify-content: start;
}

@media only screen and (max-width: 768px){
    .footer-columns{
        grid-template-columns: 200px 200px;
        margin: 0;
        grid-row-gap: 40px;
    }

    .footer-info{
        margin-left: 0px;
    }
}

@media only screen and (max-width: 550px){
    .footer-site-info{
        width:44%;
    }
}

@media only screen and (max-width: 450px){
    .footer-columns{
        grid-template-columns: 200px;
        margin: 0;
    }
    
    .footer-site-info{
        width:34%;
    }
}

/*END FOOTER*/

/*HERO HOME*/
.hero .mega-title.nexa-title{
    color: #231F20; 
    font-family: "Nexa Rust Sans";  
    font-size: 72px;    
    font-weight: 100;
    text-shadow: none;
    margin-bottom: 25px;
    line-height: 80px;
}

@media only screen and (max-width: 750px){
    .hero .mega-title.nexa-title{
        color: #231F20; 
        font-family: "Nexa Rust Sans";  
        font-size: 45px;    
        font-weight: 100;
        text-shadow: none;
        margin-bottom: 25px;
        line-height: 55px;
    }
}

.text-through{
    text-decoration: line-through;
}


.hero .mega-title.veneer-title{
    color: #231F20; 
    font-family: "Veneer";  
    font-size: 72px;    
    font-weight: 100;
    text-shadow: none;
    margin-bottom: 25px;
    margin-block-start: 0px;
    margin-block-end: 0px;
}

.hero .mega-title.big-veneer-title{
    font-size:90px;
}

.hero .mega-title.blue-title,.blue-title{
    color:#84CFEE;
}

.hero .mega-title.white-title{
    color:white;
}

.hero .mega-title.brown-title{
    color:#A56336;
}

.hero .mega-title.blue-2-title{
    color:#28B7C9;
}

.hero .mega-title.margin-top-25{
    margin-top: 25px;
}

.hero .mega-subtitle.palaquin-text{
    color: #231F20;
    font-family: Palanquin;
    font-size: 37px;
    text-shadow: none;
}

.hero .palaquin-text,.palaquin-text p {
    color: #231F20;
    font-family: Palanquin;
    font-size: 20px;
    text-shadow: none;
}

.hero .mega-subtitle.trade-text{
    color: #231F20;
    font-family: Trade Gothic LT Pro;
    font-size: 37px;
    text-shadow: none;
}

.hero .mega-title.trade-title{
    color: #381724;
    font-family: Trade Gothic LT Pro;
    font-size: 40px;
    text-shadow: none;
    margin-bottom: 0;
}

.hero .mega-subtitle.small-text{
    font-size: 24px;
    width: 100%;
}

.hero .mega-subtitle.palaquin-text p{
    color: #231F20;
}

.mega-subtitle p {
    color:#A56336 !important;
}

.strong-is-bigger strong {
    font-size: 1.6em !important;
    color: #381724;
}

.brown-text{
    color:#A56336 !important;
}

.brown-text a{
    color:#25AFC3 !important;
    border: none !important;
}

.info-title{
    margin: 0px;
    text-transform: uppercase;
    color: white;
    font-family: veneer;
    font-size: 33px;
    font-weight: 100;
    line-height: 35px;
}

.info-text, .info-text > p{
    color: white !important;
    font-family: Palanquin !important;
    font-size: 15px !important;
}

.title-center{
    text-align: center;
}

.hero-top-page-width{
    display: grid;
    grid-template-columns: 6fr 4fr 1fr;
}

.hero-page-width{
    display: grid;
    grid-template-columns: 60% 40%;
}

.hero-page-width-40-60{
    display: grid;
    grid-template-columns: 40% 60%;
}

.hero-page-width-center{
    display: grid;
    justify-items: center;
}

.hero-info-content{
    display: grid;
    grid-template-columns: 45% 45%;
    justify-content: space-between;
    row-gap: 15px;
}

.info-block{
    display: grid;
    grid-template-columns: 25% 75%;
    grid-gap:25px;
}

.info-block > div, .info-block > img{
    padding: 10px 0 10px 0; 
}

.hero-image{
    justify-self: end;
}

.hero-image .rg-hero-bars-img{
    margin: 30px;
}

.rg-hero__inner{
    vertical-align: baseline!important;
}

.rg-hero-inner-no-padding-bottom{
    padding-bottom: 0px !important;
}

.title-content{
    display: grid;
    grid-template-columns: 260px auto;
}

.hero-banner-image{
    justify-self: center;
}

@media only screen and (max-width: 750px){
    .hero-banner-image{
        padding-top: 20px;
    }
}

.hero-puff-img{
    display: grid;
    grid-template-columns: 200px 200px 200px 200px 200px;
    justify-items: center;
    justify-content: center;
    margin-bottom: 50px;
}

.hero-bar-img{
    display: grid;
    grid-template-columns: 200px 200px 200px;
    justify-items: center;
    justify-content: center;
    margin-bottom: 50px;
}

.placeholder-background-orange{
    background-color: #F7B32F;
}

.placeholder-background-dark-blue{
    background-color: #191550;
}

.placeholder-background-beige{
    background-color:#EBD7C6;
}

.placeholder-background-pink{
    background-color:#E5A5B7;
}

.placeholder-background-green{
    background-color:#336F3A;
}

.placeholder-background-light-blue{
    background-color:#CEE5F3;
}

.select-stores-logos{
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-row-gap: 30px;
    justify-items: center;
}

.select-store-buttons{
    display: grid;
    grid-template-columns: auto auto;
}

.hero__inner.no-padding{
    padding:0px;
}

.border-shadow{
    width:100%;
    height: 65px;
}

.border-shadow-bottom{
    bottom:0;
    top:auto !important;
    width:100%;
    height: 65px !important;
}

.hero-transition-img {
    background-color: #EBD7C6;
}

.hero-transition-img-pink {
    background-color: #f7adc0;
}

.hero-transition-img img{
    margin: 0 auto;
    display: block;
}

iframe.solo-youtube-video{
    display: block;
    margin: 0 auto;
}

.rg-flex-reverse-false{
    display: flex;
    flex-direction: row;
}

.rg-flex-reverse-true{
    display: flex;
    flex-direction: row-reverse;
}

.rg-flex-reverse-true > div, .rg-flex-reverse-false > div{
    width: 45%;
}

.rg-flex-reverse-true > .custom__item-inner--image{
    margin-left: 0;
    margin-right: 10%;
}

.rg-flex-centered{
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

@media only screen and (max-width: 360px)
{
    .rg-flex-reverse-false, .rg-flex-reverse-true{
        align-items: flex-start;
    }

    .rg-flex-reverse-false .custom-button-wrapper, .rg-flex-reverse-true .custom-button-wrapper{
        width: 90%;
    }
}

@media only screen and (max-width: 768px)
{
    .mobile-video-responsive, .video-wrapper iframe{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
        margin: 10px 0 0 0;
    }

    .video-wrapper{
        position: relative;
        overflow: hidden;
        padding-top: 56.25%;
    }

    .rg-center-videos{
        flex-direction: column;
    }

    .rg-flex-reverse-false, .rg-flex-reverse-true{
        flex-direction: column;
    }

    .rg-flex-reverse-true > div, .rg-flex-reverse-false > div{
        width: 90%;
    }

    .rg-flex-reverse-true > .custom__item-inner--image, .rg-flex-reverse-false > .custom__item-inner--image{
        margin: 0;
    }

    .rg-flex-reverse-false .custom-button-wrapper, .rg-flex-reverse-true .custom-button-wrapper{
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 390px)
{
    .responsive-image{
        max-width: 80%;
    }
}

.rg-hero-inner{
    padding: 25px 0 !important;
}

.ratio-container{
    height: auto !important;
}

@media only screen and (max-width: 1100px){
    .hero-puff-img {
        grid-template-columns: 200px 200px 200px;
        grid-gap: 20px;
    }
 
    .hero-page-width-40-60 {
        grid-template-columns: 100%;
    }

    .solo-youtube-video{
        width: 800px;
        height: 450px;
    }

    .hero-top-page-width{
        grid-template-columns: 70%;
    }
}

@media only screen and (max-width: 750px){
    .hero-page-width{
        grid-template-columns: 100%;
    }

    .solo-youtube-video{
        width: 320px;
        height: 200px;
    }
}

@media only screen and (max-width: 750px){
    .hero-puff-img {
        grid-template-columns: 120px 120px;
        justify-content: start;
    }

    .hero-bar-img {
        display: grid;
        grid-template-columns: 100px 100px 100px;
        justify-items: center;
        justify-content: center;
        margin-bottom: 50px;
    }

    .hero-info-content {
        grid-template-columns: 60%;
        grid-row-gap: 17px;
        justify-content: center;
    }

    .select-store-buttons2 {
        grid-template-columns: auto !important;
        grid-row-gap: 15px;
    }
}

@media only screen and (max-width: 750px){
    .title-content {
        grid-template-columns: auto;
    }

    .hero .mega-title.veneer-title {
        margin-bottom: 20px;
        font-size: 55px;
        line-height: 55px;
    }
}
/*END HERO HOME*/

/*START ABOUT US*/
.center-content{
    display: grid;
    justify-items: center;
}

.centered-item{
    display: block;
    margin: auto;
}

#PageContainer .grid__item{
    padding-left:0;
}

.our-story-text{
    padding:60px;
}

.supergrain-plus-content, .rg-split-columns{
    display: grid;
    grid-template-columns: 50% 50%;
    justify-items: start;
}

@media only screen and (max-width: 750px){
    .supergrain-plus-content, .rg-split-columns{
        grid-template-columns: auto;
        }
}

.videos-grid{
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 20px;
}

.shadow-fade{
    height: 72px !important;
    background-image: url(https://cdn.shopify.com/s/files/1/1590/2959/files/fade_blue_from_bottom.png?1614);
    top: auto !important;
    bottom: 0;
}
.shadow-fade-top{
    height: 72px !important;
    background-image: url(https://cdn.shopify.com/s/files/1/1590/2959/files/fade_blue_from_top.png?1614);
    top: auto !important;
    bottom: 0;
}

.box{
    background-color: white !important;
}

@media only screen and (max-width: 1200px){
    .videos-grid{
        grid-template-columns: auto auto;
    }

    .supergrain-plus-content{
        display: grid;
        grid-template-columns: auto;
    }
}

@media only screen and (max-width: 750px){
    .videos-grid{
        grid-template-columns: auto;
    }
}

@media only screen and (max-width: 750px){
    .rg-size-videos > iframe {
        max-width: 100px !important;
    }
}
/*END ABOUT US*/

/*SHOP PRODUCT*/
.product-single__photos{
    margin-top: -40px;
}

.product-single__title{
    color: #1F1C51; 
    font-family: Veneer;    
    font-size: 69px;
    line-height: 65px;
    margin: 40px 0 0 0!important;
    font-weight: 100;
}

.product-single-subtitle1,
.product-single-subtitle1 a{
    color: #6F102A;
    font-family: Veneer;
    font-size: 42px;
    line-height: 50px;
}

.product-single-subtitle2,
.product-single-subtitle2 a{
    color: #1F1C51;
    font-family: Veneer;
    font-size: 32px;
    line-height: 50px;
}

.price-item{
    color: #1F1C51;
    font-family: "Trade Gothic LT Pro";
    font-size: 42px;
}

.product__price{
    color: #1F1C51;
    font-family: "Trade Gothic LT Pro";
    font-size: 42px !important;
}

.product-card .price-item{
   font-size: 27px;
}

.product-single__description{
    margin-top: 0px !important;
}

.product-description{
    margin-bottom: 120px;
}

.product-single__description ul.tabs{
    border-bottom: 0px;
    margin-bottom: 0px;
}

/*.product-single__description ul.tabs li{
    background-color: white;
    padding: 23px 20px;
}*/

.product-single__description .tabs li a{
    color: #2E1112;
    font-family: Veneer;
    font-size: 20px;
    background-color:transparent;
    border: none;
    /*margin: -14px 20px 10px 20px;*/
}

.product-single__description .tabs li a.active{
    background-color: white;
    top:auto;
    /*margin: -14px 20px 10px 20px;*/
}

.tab-content{
    background-color: white;
    overflow: auto;
    max-height: 500px;
}

.product-single__description #tab-1,
.product-single__description #tab-2,
.product-single__description #tab-3{
    background-color: white;
    color: #2E1112;
    padding: 60px;
    margin: 0px 0px 20px 20px;
    font-family: "Trade Gothic LT Pro";
    width: 60%;
    font-size: 1.5em;
}

.product-single__description #tab-1 p,
.product-single__description #tab-2 p,
.product-single__description #tab-3 p{
    color: #2E1112;
}

.product-divider{
    display: block;
    margin: 0 auto;
}

.product-recommendations__inner h2{
    color: #1F1C51;
    font-family: Veneer;
    font-size: 32px;
    line-height: 34px;
    font-weight: 100;

}

.product-recommendations__inner .section-header{
    background: none;
}

.product-card__title{
    text-decoration: none !important;
    color: #1F1C51 !important;
    font-family: Veneer !important;
    font-size: 32px !important;
    line-height: 34px !important;
    font-weight: 100 !important;
    border: none !important;
}

.template-product .site-footer{
    margin-top:0px;
}

.product-single .product-form__cart-submit{
    width: 50% !important;
    height: 44px;
    background-color: #f7b232 !important;
    font-size: 26px;
}

.product-single .product-form__cart-submit:not([disabled]):hover{
    background-color: #bd8928 !important;
}

@media only screen and (max-width: 1000px){
    .product-single__description #tab-1,
    .product-single__description #tab-2,
    .product-single__description #tab-3{
        width: 100%;
    }
}

.rg-comments-number-wrapper{
    position: relative;
    display: inline-block;
}

.rg-comments-number-circle{
    border-radius: 50%;
    height: 28px;
    width: 28px;
    background-color: #C83335;
    text-align: center;
    color: #FFFFFF;
    position: absolute;
    top: -10px;
    right: -10px;
    padding: 5px;
    font-size: 12px;
}

.yotpo-bottomline .text-m{
    padding-left: 10px;
}
/*END SHOP PRODUCT*/

/*SECONDARY PAGE*/

.comment-section,
.leave-comment-section{
    padding:80px 0;
}

.grid-comment{
    padding: 0 80px 0 80px !important;
}

.comment-form h2,
.comment-form label,
.comment-form input,
.comment-section h2{
    font-family: "Veneer";    
    font-weight: 100;
}

.comment__content p,
.comment__meta span,
.comment-form p.fine-print{
    font-family: "Trade Gothic LT Pro";
}

.btn--secondary{
    color: #231F20 !important;
    border-color: transparent !important;
    margin-top:20px;
    font-family: "Trade Gothic LT Pro" !important;
}

#rg-page-header h1,
.collection-header h1 span{
    color: #2E1112;
    font-family: Veneer !important;
    font-size: 50px !important;
    font-weight: 100 !important;
    word-wrap: none !important;
    letter-spacing: normal !important;
    margin-block-start: 0px;
    margin-block-end: 0px;
    line-height: 60px;
}

#rg-page-content h1{
    color: #2E1112;
    font-family: Veneer !important;
    font-size: 55px !important;
    font-weight: 100 !important;
    word-wrap: none !important;
    letter-spacing: normal !important;
    margin-block-start: 0px;
    margin-block-end: 0px;
    line-height: 60px;
}

#rg-page-content strong {
    font-family: "Palanquin";
    font-weight: 500;
}

.rg-secondary-page h20,
.ss-form-heading .ss-required-asterisk{
    font-family: "Palanquin" !important;
}

.ss-form-heading h1,
.rg-secondary-page .section-header h1,
.jfk-button.jfk-button-action,
.rg-secondary-page input {
    font-family: "Veneer" !important;
    font-weight: 100;
}
.ss-form-heading .ss-form-desc,
.ss-form .ss-q-title,
.ss-form .ss-choice-label,
.ss-password-warning,
.rg-secondary-page label{
    font-family: "Trade Gothic LT Pro" !important;
}

.rg-secondary-page p{
    font-family: "Palanquin" !important; 
    font-size: 28px !important;
    margin-top:6px;
    color: #231F20;
}

.rg-secondary-page p strong{
    font-family: "Veneer";    
    font-weight: 100;
    font-size: 30px;
    color: #231F20;
}
/*END SECONDARY PAGE*/

/*BUTTONS*/
.rg-button{
    text-transform: uppercase;
    font-family: Trade Gothic LT Pro;
    font-size: 32px;
    color: white;
    margin-top: 45px;
}

.rg-button-yellow{
    background-image: url(https://cdn.shopify.com/s/files/1/0259/7050/7881/files/button_buy_yellow.png?2082);
}

.rg-button-blue{
    background-image: url(https://cdn.shopify.com/s/files/1/0259/7050/7881/files/button_buy_yellow.png?2082);
}

.rg-button-brown{
    background-image: url(https://cdn.shopify.com/s/files/1/0259/7050/7881/files/button_buy_yellow.png?2082);
}

.rg-button-buy{
    padding: 9px 29px;
}

.rg-button-more{
    padding: 16px 38px;
}

.rg-button-shop{
    padding: 16px 38px;
}

.rg-button-center{
    margin: 45px auto;
    display: block;
}

.rg-button-right-align{
    display: block;
    margin-left: auto;
    margin-right: 10px;
}
.index-section {
    padding-bottom: 0;
    padding-top:0;
  
}

/*BUTTONS*/
.custom-button-wrapper{
    display: grid;
    grid-template-columns: 26px auto 26px;
    height: 72px;
    grid-gap: 0px;

}

.custom-button-section {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top:6px;
}

.custom-button-wrapper > div{
    height: 72px;
    /* cursor: pointer; */
}

.rg-button-text a{
    color: white !important;
    font-size: 2em;
    font-family: 'Trade Gothic LT Pro';
    border: 0 !important;
}

.rg-button-text a:hover{
    color: darksalmon !important;
}

.cart__image-wrapper a , .cart__image-wrapper div{
    border-bottom: none !important;
}

.cart__submit-control{
    width: 125px !important;
    height: 32px;
    font-size: 20px !important;
    margin-top: 0 !important;
    padding: 0 !important;
}

.cart__continue-btn{
    width: 200px !important;
    height: 44px;
    font-size: 18px !important;
    padding-top: 8px !important;
}

.product-form__cart-submit{
    padding: 0 !important;
    border: none;
}

.rg-video-solo-wrapper > div{
    margin: 40px auto;
}

.rg-article-text {
    font-family: "Trade Gothic LT Pro"!important;
    font-size: 24px !important;
    max-width: 800px;
    padding: 40px 10 40px 0;
}

.rg-article-max-width{
    max-width: 1000px !important;
    padding: 80px !important;
}

.rg-article-date {    
    font-family: "Nexa Rust Sans";  
    color: #f7b232;
    padding-bottom: 20px; 
}

.rg-article-header{
    font-family: Veneer;
    font-weight: 0;
    font-size: 2.5em;
    color: #5a2e1a;
}

.rg-article-bg:nth-child(odd){
    background-color: aliceblue;
}

.rg-article-bg:nth-child(even){
    background-color: bisque;
}

.rg-article-text li {
    list-style: none !important;
}

.rg-bg-blue {
    background-color: #cce1ef !important;
}

.rg-bg-white {
    background-color: #fff !important;
}

.grow { transition: all .2s ease-in-out; }
.grow:hover { transform: scale(1.1); }

.rg-content-page-wrapper {
    display: grid;
    grid-template-columns: 100%;
    padding-top: 30px;
    justify-items: center;
  }

.rg-wholesale-page-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-top: 30px;
}

.rg-sustainable-packaging-wrapper{
    width: 60%;
}

@media only screen and (max-width: 750px){
    .rg-wholesale-page-wrapper{
        grid-template-columns: 100%;
    }
}

@media only screen and (max-width: 768px){
    .rg-sustainable-packaging-wrapper{
        width: 100%;
    }
}
  
.pb-50, .pb50{
    padding-bottom: 50px;
}

.p-50, .p50{
    padding: 50px;
}

.rg-secondary-page .contact-us-content p{
    text-align: center;
    font-size: 22px !important;
    font-family: Trade Gothic LT Pro !important;
}

.contact-form{
    margin-top: 20px !important;
}


/******   additions   ******/

.rg-button-text a:hover {
    color: #fff !important;
}
.line-one-title {
  
    line-height: 1.1;
}
.c-new-benefits--description .c-new-benefits--title {
    color: #121734;
    font-family: minion-pro;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: -.22px;
    line-height: 38px;
    margin: 0 0 32px;
}
@media (min-width:64em) {
    .c-new-benefits--description .c-new-benefits--title {
        font-size: 40px;
        letter-spacing: -.28px;
        line-height: 44px;
        max-width: 505px;
        word-break: break-word;
    }
}
@media (min-width:64em) {
    .c-new-benefits--description .c-new-benefits--items {
        padding: 0 0 0 33px;
    }
}
.c-new-benefits--description .c-new-benefits--items li {
  /*  color: #353a52; */
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    margin: 0 0 16px 15px;
    padding: 0 0 0 10px;
    position: relative;
}
@media (min-width:64em) {
    .c-new-benefits--description .c-new-benefits--items li {
        font-size: 20px;
        line-height: 28px;
        margin: 0 0 16px;
        padding: 0;
    }
}
.c-new-benefits--description .c-new-benefits--items li img {
    display: none;
    height: 20px;
    padding: 0 5px 0 0;
    width: 20px;
}
.c-new-benefits--description .c-new-benefits--items li:before {
  background: url(//cdn.shopify.com/s/files/1/1590/2959/t/33/assets/yellow-checked-icon.svg?v=16638502465392417651) no-repeat #fff 50%;
    content: "";
    display: block;
    height: 20px;
    left: -6%;
    position: absolute;
    top: 9%;
    width: 20px;
}
@media (min-width:48em) {
    .c-new-benefits--description .c-new-benefits--items li:before {
        left: -20px;
    }
}
@media (min-width:64em) {
    .c-new-benefits--description .c-new-benefits--items li:before {
        left: -30px;
    }
}
@media (max-width:750px) {
  .c-new-benefits--description .mega-title.veneer-title {
    line-height: 1.1;
    font-size: 36px;
    
    margin-bottom: 10px;
  }
  .column-four-page-width .hero-content .palaquin-text p {
    font-size: 16px;
    text-align: center;
  }
  .column-four-page-width .hero-content {
    
    padding: 30px 10px;

  }
}
.fe-counter-title {line-height: 1.1;
  font-size: 90px !important;}
.fe-counter-text {color: #231F20;
    font-family: Palanquin;
    
    font-size: 22px;
    max-width: 800px;
    text-align: center;
    margin: 0 auto;}
@media (max-width:980px) {
  
}

/*Accordion*/
.acc-container {
 position: relative !important;
    margin: 80px auto 170px auto;
    overflow: hidden;
    max-width: 1200px;
}

.acc-btn { 
  width:100%;
  margin:0 auto;
  padding:20px 25px;
  cursor:pointer;
background: #88d1ef;
    border-bottom: 1px solid #00aec2;
}

.acc-content {
  height:0px;
  width:100%;
  margin:0 auto;
  overflow:hidden;
  background:#00aec2;
}

.acc-content-inner {
  padding:30px;
}
.acc-content-inner a {
  color:#00aec2;
}
.acc-container .open {
  height: auto;
}

.acc-container h1 {
  font:700 20px/26px "Palanquin", sans-serif ;
  color:#ffffff;
}

.acc-container p { 
  font:400 16px/24px "Palanquin", sans-serif ;
  color:#fff;
}

.acc-container .selected {
  color:#231F20;
}
.acc-container ul li {
    list-style-type: circle;
    margin: 0 0px 0 4%;
    color: #fff;
}
.acc-container ul {
  margin-bottom:20px;
}
/*** new accordion ****/
.acc-btn {
    background:transparent;
    border-bottom: 1px solid #00aec2;
}
.acc-container h1, .acc-container p, .acc-container ul li {     color: #231f20; }
.acc-container .acc-content {
    background: transparent;
}
.acc-container .selected {
    color: #00aec2;
}
/*** new accordion ****/



.hero-rg-home-fe-faq {
    background-image: linear-gradient(#a5c5ef, #cde2ef) !important;
  background:#e5a5b7;
background: -moz-linear-gradient(top, #a5c5ef 0%, #cde2ef 100%);
background: -webkit-linear-gradient(top, #a5c5ef 0%, #cde2ef 100%);
background: -o-linear-gradient(top, #a5c5ef 0%, #cde2ef 100%);
background: -ms-linear-gradient(top, #a5c5ef 0%, #cde2ef 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=' #a5c5ef', endColorstr='#cde2ef',GradientType=0 );
background: linear-gradient(top, #a5c5ef 0%, #cde2ef 100%);
}


.margin-top-100 {
    padding-top: 100px;}
.hero-top-page-width-banner {
  
    grid-template-columns: 5fr 5fr;
}
.checkmark-bg:after {
    background: url(//cdn.shopify.com/s/files/1/1590/2959/t/12/assets/yellow-checked-icon.svg?5943) no-repeat transparent 50%;
    background-size: 100% 800px;
    content: "";
    display: block;
    height: 800px;
    left: -35%;
    position: absolute;
    top: 9%;
    width: 100%;
    opacity: 0.3;
    transform: rotate(25deg);
}
.checkmark-bg2:after {
    right: -35%;
    left: auto;
    transform: rotate(-15deg);
    top: -20%;
}
.column-four-page-width {
    grid-template-columns: 25% 25% 25% 25%;
}
.column-two-page-width {
  grid-template-columns: 50% 50%;
}
.column-four-page-width .hero-content, .column-two-page .hero-content {
  padding:30px;
  text-align:center;
}
.column-four-page-width .hero-content .palaquin-text, .column-two-page-width .hero-content .palaquin-text p, .column-two-page-width .hero-content .palaquin-text p, .column-four-page-width .hero-content .palaquin-text p {
 font-size:18px; 
    text-align: center;
}
.column-two-page-width h2 {
    text-align: center;
    font-size: 44px !important;
    padding: 80px 0 20px;
}
.palaquin-text.white-title p{color:#fff!important}
@media (max-width:980px) {
  .hero-top-page-width-banner {
    grid-template-columns: 100%;
}
  .column-four-page-width {
    grid-template-columns: 50% 50%;}
}

/* fe slider */
.home-slide {padding:50px 20px; color:#11121f;/*min-height: 350px !important;*/}
.home-slide h2, .home-slide h6 { color:#11121f}
.home-slide blockquote {border:none; color: #f7b32f;padding:0; margin:0;font-size: 44px;
   }
.home-slide h6 {
  margin:30px 0 0; padding:0; font-size:16px;
}
.home-slide .home-slide-img {width:0%;display:none; vertical-align:top;}
.home-slide .home-slide-text {width:100%;display:inline-block; text-align:center;}
.home-slide p {
  margin:5px 0; padding:0; font-size:16px;
}
.home-slide.slick-slide {
    outline: none;
}
@media (max-width:749px){
 .home-slide {
    padding: 20px;
   /* min-height: 500px !important;*/
}
  .hero .mega-title.veneer-title {
    line-height: 0.8;
}
  .home-slide blockquote {font-size: 24px;
   }
}
/* fe slider */

.hero-fe-image-center {justify-self: center;}
.green-divider-img {    position: absolute;
    bottom: 0;
    transform: rotate(180deg);
}
@media (max-width:890px) {

  .hero-rg-home-fe-slider {
    display: none !important;
}
}
#col1, #col2, #col3, #col4, #col5 {
    position: fixed;
    width: 20%;
    color: white;
    vertical-align: bottom;
  visibility:hidden;
  transition:all 0.5s;
}

#col1 {
    left: 0%;
    top: 580px;
    height: 100px;
}

#col2 {
    left: 20%;
    top: 520px;
    height: 200px;
}

#col3 {
    left: 40%;
    top: 480px;
    height: 100px;
}
#col4 {
    left: 60%;
    top: 680px;
    height: 200px;
}
#col5 {
    left: 80%;
    top: 580px;
    height: 100px;
}
.hero-image.animation-element.bounce-up.in-view, .mega-subtitle, .mega-title {
    position: relative;
    z-index: 15;
}

div#shopify-section-rg-home-hero-puffs {
    margin-top: 0;
    padding-top: 80px;
    background: #cce1ef;
  text-align:center;
}
div#shopify-section-rg-home-hero-puffs {
  
}
.hero-rg-home-hero-puffs .hero-top-page-width div {
    align-self: center;
}

#col1, #col3, #col4 { z-index:16 }
 #col2, #col5 { z-index: 14;}

#mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://github.com/gokercebeci/flipclock/raw/master/css/mask.png');
    z-index: 2;
}
h1 { 
  margin: 0 0px; 
  font-size: 70px; 
  font-weight: bold;
  text-shadow: 0 0 2px #fff;
}
.clearfix {
    clear: both;
}
#page {
    margin: 0 auto;
    width: 600px;
}
#container {
    opacity: .9;
}
#usage li {
    position: relative;
    margin: 5px 0;
    padding: 10px;
    color: #222;
    background: #fff;
}
#usage code {
    position: absolute;
    top:0;
    right:0;
    padding: 10px;
    color: #eee;
    border: 1px solid #333;
    background: #000;
}

/*
 * flipclock
 * Version: 1.0.0 
 * Authors: @gokercebeci
 * Licensed under the MIT license
 * Demo: http://
*/

/*==============================================================================
    FLIP CLOCK
==============================================================================*/
.flipclock {
}
.flipclock hr {
    position: absolute;
    left: 0;
    top: 65px;
    width: 100%;
    height: 3px;
    border: 0;
    background: #f7b32f;
    z-index: 10;
    opacity: 0;
}

ul.flip {
    position: relative;
    float: left;
    margin: 10px;
    padding: 0;
    width: 90px;
    height: 65px;
}

ul.flip li {
    float: left;
    margin: 0;
    padding: 0;
    width: 49%;
    height: 100%;
    -webkit-perspective: 200px;
    list-style: none;
    font-size: 60px;
    font-weight: bold;
    line-height: 1;
}
ul.flip p {font-size:20px;color: #251f1f;
    line-height: 1;
    font-family: "Veneer";
    font-weight: 100;
    margin: 0 auto 5px;}
h3.cd-heading {font-size:40px;color: #251f1f;
    line-height: 1;
    font-family: "Veneer";
    font-weight: 100;
    margin: 0 auto 5px;}
h3.cd-heading span { color: #f03f39 }
ul.flip li.d1 {
    float: right;
}

ul.flip li section {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

}

ul.flip li section:first-child {
    z-index: 2;
}

ul.flip li div {
    z-index: 1;
    position: absolute;
    left: 0;
    width: 100%;
    height: 49%;
    overflow: hidden;
}

ul.flip li div .shadow {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
}

ul.flip li div.up {
    -webkit-transform-origin: 50% 100%;
    top: 0;
}

ul.flip li div.down {
    -webkit-transform-origin: 50% 0%;
    bottom: 0;
}

ul.flip li div div.inn {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 200%;
    color: #fff;
    text-shadow: 0 0 2px #fff;
    text-align: center;
    background-color: #f7b32f;
    border-radius: 6px;
  font-family: "Veneer";
    font-weight: 100;
}

ul.flip li div.up div.inn {
    top: 0;

}

ul.flip li div.down div.inn {
    bottom: 0;
}

/*--------------------------------------
 PLAY
--------------------------------------*/

body.play ul section.ready {
    z-index: 3;
}

body.play ul section.active {
    -webkit-animation: index .5s .5s linear both;
    z-index: 2;
}

@-webkit-keyframes index {
    0% {
        z-index: 2;
    }
    5% {
        z-index: 4;
    }
    100% {
        z-index: 4;
    }
}

body.play ul section.active .down {
    z-index: 2;
    -webkit-animation: flipdown .5s .5s linear both;
}

@-webkit-keyframes flipdown {
    0% {
        -webkit-transform: rotateX(90deg);
    }  
    80% {
        -webkit-transform: rotateX(5deg);
    } 
    90% {
        -webkit-transform: rotateX(15deg);
    }
    100% {
        -webkit-transform: rotateX(0deg);
    }
}

body.play ul section.ready .up {
    z-index: 2;
    -webkit-animation: flipup .5s linear both;
}

@-webkit-keyframes flipup {
    0% {
        -webkit-transform: rotateX(0deg);
    }  
    90% {
        -webkit-transform: rotateX(0deg);
    }
    100% {
        -webkit-transform: rotateX(-90deg);
    }
}

/*--------------------------------------
 SHADOW
--------------------------------------*/

body.play ul section.ready .up .shadow {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, .1)), color-stop(100%, rgba(0, 0, 0, 1)));
    background: linear-gradient(top, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 1) 100%);
    -webkit-animation: show .5s linear both;
}

body.play ul section.active .up .shadow {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, .1)), color-stop(100%, rgba(0, 0, 0, 1)));
    background: linear-gradient(top, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 1) 100%);
    -webkit-animation: hide .5s .3s linear both;
}

/*DOWN*/

body.play ul section.ready .down .shadow {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 1)), color-stop(100%, rgba(0, 0, 0, .1)));
    background: linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .1) 100%);
    -webkit-animation: show .5s linear both;
}

body.play ul section.active .down .shadow {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 1)), color-stop(100%, rgba(0, 0, 0, .1)));
    background: linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .1) 100%);
    -webkit-animation: hide .5s .3s linear both;
}

@-webkit-keyframes show {
    0% {
        opacity: 0;
    }
    90% {
        opacity: .10;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes hide {
    0% {
        opacity: 1;
    }  
    80% {
        opacity: .20;
    }
    100% {
        opacity: 0;
    }
}
#fe-countdown {display:inline-block;padding-bottom:30px;}
#fe-countdown .year, #fe-countdown .month {display:none}
.puffslaunch {
    text-align: left;
}
#shopify-section-rg-home-yellow-cta #preorder .page-width{
    padding-bottom:40px;
}
.yellow-cta .grow {margin:0 auto;}
.four-columns {
    display:grid;
    grid-template-columns:25% 25% 25% 25%;
    margin-top: 85px;
}
.four-columns div {text-align:center;}
.four-columns div img {max-width:150px}
 ul.cta-list li:before {
    content: '✓';
    margin-right: 5px;
}
#shopify-section-rg-home-upcycled-banner .veneer-title {display:inline-block}
.upcycle-image {
    display: inline-block;
    max-width: 240px;
    vertical-align: top;
    margin-left: 20px;
}
#shopify-section-rg-home-upcycled-banner .hero-page-width {
    display: grid;
    grid-template-columns: 80% 20%;
}
.hero-rg-home-hero-puffs .hero-top-page-width {
  grid-template-columns: 6fr 5fr;max-width: 100% !important;  padding-bottom: 170px;
}
.hero-rg-home-hero-puffs h2 {
 line-height: 1; margin-top: 40px;font-size: 110px; 
}
 #preorder .page-width {grid-template-columns: 50% 50%; max-width: 1600px !important;padding-bottom: 120px;}
#preorder .main-atc {padding: 40px 0;text-align:center;margin-left: 30px;display: inline-block;vertical-align: top;}
#preorder .page-width div {
    align-self: center;
  }
.yellow-cta-heading {
      font-size: 40px !important;
    max-width: 1200px;
    margin: 0 auto;
}
.collection-grid-item__overlay{
    height: 100% !important;
}
@media (max-width:980px) {
  .yellow-cta-heading {
      font-size: 26px !important;
    max-width: 1000px;
    margin: 0 auto;
  padding: 80px 20px;
}
  ul.flip {
    width: 45px;
    height: 45px;
}

ul.flip li {
    font-size: 40px;
}
  ul.flip p {font-size:15px}

  .hero-rg-home-hero-puffs .hero-top-page-width {display:block;}
  .hero-rg-home-hero-puffs h2 {font-size:50px;}
  .hero-rg-home-hero-puffs .mega-subtitle.palaquin-text {font-size:27px;}
  .hero-rg-home-hero-puffs .rg-hero-bars-img {display:none}
  #col1 {
    left: 60%;
    top: 480px;
    height: 100px;
}

#col2 {
    left: 20%;
    top: 520px;
    height: 150px;
  width:150px;
}

#col3 {
    left: 0%;
    top: 680px;
    height: 100px;
}
#col4 {
    left: 70%;
    top: 780px;
    height: 150px;
  width:150px;
}
#col5 {
    left: 40%;
    top: 680px;
    height: 100px;
}
  #preorder .hero--small { display: block;  height: auto;}
  #preorder .page-width {display:block;max-width:100%;}
#preorder .four-columns div img {
    max-width: 100%;
}
  #preorder .main-atc { margin-left:0}
  
  .fe-counter-title {font-size:50px !important;line-height:0.9;margin-bottom:40px;}
  #shopify-section-rg-home-upcycled-banner .hero-page-width {grid-template-columns:65% 55%;}
  .upcycle-image {
    display: inline-block;
    max-width: 160px;
    vertical-align: middle;
    margin-left: 0px;
    margin-bottom:10px;
}
  .page-width {max-width:100% !important}
  .hero-rg-home-fe-asi, .hero-rg-home-fe-asi .hero__inner {display:block !important}
}
span.price-item__label {
    color: #f03f39 !important;
    font-variant: all-small-caps;
    transform: rotate(-35deg);
    margin-left: -10px;
}

.announcement-bar__message {
    color: #241f21;
    font-family: sans-serif;
    font-weight: 600;
    font-size: 1.2em;
}
h1.collection-hero__title {
    display: none;
}

/*PARTNERSHIP -----------------*/
#shopify-section-rg-custom-content-partnerships{
    padding-top: 0px;
}

/*Privacy Policy -------------------- */
.iubenda_legal_document h1,
.iubenda_legal_document h1 strong{
    color: #3d4246;
    font-family: Veneer;
    font-size: 69px;
    line-height: 65px;
    margin: 40px 0 20px 0!important;
    font-weight: 100;
}

.iubenda_legal_document h2,
.iubenda_legal_document h2 strong{
    color: #3d4246;
    font-family: Veneer;
    font-size: 30px;
    line-height: 15px;
    margin-top: 30px;
    font-weight: 100;
}
.iubenda_legal_document h3,
.iubenda_legal_document h3 strong{
    font-family: Veneer;
    font-size: 25px;
    line-height: 0px;
    margin-top: 20px;
    font-weight: 100;
}

.iubenda_legal_document br{
    display:none;
}

.rg-secondary-page .rte .iubenda_legal_document p,
.rg-secondary-page .rte .iubenda_legal_document p strong,
.rg-secondary-page .rte .iubenda_legal_document li{
    font-family: "Palanquin" !important;
    font-size: 16px !important;
    margin-top: 0;
    margin-bottom: 2px;
    color: #231F20;
}

.rte .iubenda_legal_document a:not(.btn){
    border-bottom: 0px solid currentColor;
    padding-bottom: 0px;
    text-decoration:underline;
    color:#231F20;
}

.rte .iubenda_legal_document a:not(.btn):hover{
    color:blue;
}

#iub-pp-container{
    margin-bottom: 75px;
    padding-bottom: 75px;
    border-bottom: 3px solid;
}

/*Refund -------------*/
.rg-refund-title{
    color: #3d4246;
    font-family: Veneer;
    font-size: 50px;
    line-height: 65px;
    margin: 40px 0 20px 0!important;
    font-weight: 100;
    text-align:center;
}

.rg-extra-space{
    height:70px;
}

/*Product page ------------*/
.product-single__photos{
    margin-top: 42px !important;
}
.product-single__thumbnails-item{
    width: 45px !important;
    height: 45px;
    padding-left: 0 !important;
    margin-bottom: 10px;
    overflow: hidden;
    clear: inherit !important;
}
.grid{
    margin-left:0px !important;
}
.active-thumb .product-single__thumbnail-image {
    border:none;
}
.product-single__thumbnail-image {
    height: 45px;
    width: 45px;
}
.product-single__thumbnails-rg-product-template{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}