.page-template-page-gec-club {
    font-family: 'Trash Hand Regular', sans-serif;
    color: #502D1F;
}

/*Form Section */
div#section_three {
    background: #f74a5e;
    padding-top: 50px;
}

.club-form p {
    color: #ffff;
    font-size: 23px;
}

@media (min-width: 1500px) {
    
    .page-template-page-gec-club .banner .inr h1:before {
        left: -80px;
    }

    .page-template-page-gec-club .banner .inr h1:after {
        right: -80px;
    }

}

select.wpcf7-form-control.wpcf7-select.fancy-select {
    width: 90%;
    border-radius: 5px;
    padding: 8px 0;
}

.gec-small.col-md-3 p, .gec-small.col-md-10 p{
    font-size: 19px;
}

.gec-small.col-md-2 {
    padding: 0;
}

.gec-normal.col-md-10 {
    padding: 0 12px 0;
    margin-right: -40px;
}

.gec-small.col-md-10 {
    padding: 5px 0;
}

body:not(.postid-10202) textarea.wpcf7-form-control.wpcf7-textarea {
    width: 90%;
    text-align: left;
    display: block;
    border-radius: 5px;
    width: 100%;
    border: 1px solid transparent;
    outline: 0;
    height: 130px;
    line-height: 6rem;
    font-size: 1.8rem;
    padding: 0 2rem;
}

.button.contact-form__submit.basic-form__submit {
    display: block;
    margin: 15px auto 0;
}

.fancy-select .trigger::before {
    content: '';
    background-color: #1480a5;
    width: 6rem;
    height:  5.5rem;;
    position: absolute;
    top: 0;
    right: 0;
}

.page-id-9784 .fancy-select .trigger {
    color: #f74a5e;
}

.page-id-9784 .fancy-select .trigger::before {
    content: '';
    width: 6rem;
    height: 6rem;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 5px 5px 0;
    background-color: #fac8cd;
}

.page-id-9784 .wpcf7-text {
    width: 100%;
    padding: 1rem;
    border-radius: 0.5rem;
}

.page-id-7064 input.wpcf7-form-control.wpcf7-text {
    border-radius: 5px;
    width: 90%;
    text-align: left;
    display: block;
    border-radius: 5px;
    width: 100%;
    border: 1px solid transparent;
    outline: 0;
    height: 6rem;
    line-height: 6rem;
    font-size: 1.8rem;
    padding: 0 2rem;
}

.gec-normal.col-md-9 {
    padding: 0 0 0 24px;
    margin-right: -18px;
}

.gec-small.col-md-3 {
    padding: 0;
    margin-top: 4px;
}

p.gec-btn {
    margin: 0;
}

/*banner */
.page-template-page-gec-club .banner {
    position: relative;
    height: 700px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.page-template-page-gec-club .banner .inr h1:before {
    left: 0;
    background-image: url(../images/gec-page/left-dashes.png);
}

.page-template-page-gec-club .banner .inr h1:after {
    right: 0;
    background-image: url(../images/gec-page/right-dashes.png);
}

.page-template-page-gec-club .banner .inr h1.fadeIn:before,
.page-template-page-gec-club .banner .inr h1.fadeIn:after {
    transform: scale(1);
    -webkit-transform: scale(1);
}

.page-template-page-gec-club .section:not(.banner) {
    padding: 40px 0 0px 0;
}

.page-template-page-gec-club .banner .inr h1 {
    position: relative;
    display: inline-block;
    font-size: 100px;
    font-weight: bold;
    margin-bottom: 30px;
    letter-spacing: 10px;
    color: white;
}

.page-template-page-gec-club .banner .inr {
    position: relative;
    top: 60%;
    left: 50%;
    -ms-transform: translate( -50%, -60% );
    -webkit-transform: translate( -50%, -60% );
    transform: translate( -50%, -60% );
    text-align: center;
    height: 38%;
    width: 35%;
    color: white;
}

.page-template-page-gec-club .banner .inr h1:before, .page-template-page-gec-club .banner .inr h1:after {
    content: '';
    position: absolute;
    top: 0;
    height: 200px;
    width: 40px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.4s transform ease-in-out;
    -webkit-transition: 0.4s transform ease-in-out;
    transform: scale(0);
    -webkit-transform: scale(0);
}

h2.underline:after {
    content: " ";
    background-image: url(../images/gec-page/title-underline.png);
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center;
    display: block;
    width: 80%;
    height: 20px;
}

h2.underline {
    font-size: 33px;
    font-weight: bold;
}

.gec-text p {
    font-size: 22px;
    margin-right: 132px;
    margin-bottom: 30px;
}

.title-three-gec {
    margin-top: 35px;
}

.gec-join-text.gec-text {
    width: 65%;
    background-image: url(../images/gec-page/blue-stroke-bg.png);
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center;
    margin: 40px auto;
    padding: 30px 0;
    color: white;
    text-align: center;
}

.gec-join-text.gec-text:after {
    background-image: url(../images/gec-page/brown-arrow.png);
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center;
    content: '';
    width: 60px;
    height: 140px;
    position: absolute;
    display: block;
    left: 48.5%;
}

.gec-join-text.gec-text.gec-text-blue-bg p {
        margin-right:0;
    /* background-image: url(../images/gec-page/blue-stroke-bg.png); */
}

.post .post__video iframe {
   /* width: auto;
    max-width: 100%;
    height: auto;*/
    position: absolute;
    max-width: 100%;
    height: 100%;
    left: 110px;
    width: 80%;
}

.post__video {
    margin-bottom: 0;
}

.pick-and-mix-options__options {
    justify-content: flex-start !important;
}

.pick-and-mix-options__option-wrap {
    padding: 10px 5px !important;
}


/* Breakfast Splash Screen */
#breakfast_overlay {
    opacity:0;
    visibility: hidden;
    background: rgba(0, 170, 221, 0.9);
    position:fixed;
    top:0; left:0;
    width:100vw;
    height:100vh;
    z-index:250;
}

#breakfast_overlay.open, #breakfast_overlay #close_promo.open, #breakfast_overlay a.buy.open {
    opacity:1;
    visibility: visible;
}

#breakfast_overlay #breakfast {
    position: relative;
    top: 0;
    /* top: 50%; */
    /* -ms-transform: translateY( -50% );
    -webkit-transform: translateY( -50% );
    transform: translateY( -50% );
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    backface-visibility: hidden; */
    width: 100%;
    max-height: 86%;
    margin: 0 auto;
}

#breakfast_overlay #close_promo {
    opacity:0;
    visibility: hidden;
    position: absolute;
    top: 20%;
    right: 20%;
    cursor:pointer;
    background:#391E00;
    border-radius:100%;
    float: right;
    width: 38px;
    height: 38px;
    padding: 10px;
    font-size: 22px;
    text-align: center;
    color:white;
    z-index: 300;
}

#breakfast_overlay a.buy {
    opacity:0;
    visibility: hidden;
    position: relative;
    display: block;
    width: 100%;
    font-family: 'Trash Hand Regular', sans-serif;
    font-size:42px;
    text-align: center;
    color: white;
    z-index: 300;
}

#breakfast_overlay a.buy:hover {
    text-decoration: none;
}

#breakfast_overlay a.buy span {
    color: #391E00;
    font-size:56px;
}

@media (min-width: 1200px) {
    #breakfast_overlay #breakfast {
        max-width: 56%;
        max-height: 80vh;
        margin-bottom: 2rem;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #breakfast_overlay #breakfast { max-width: 75%; }
}

@media (min-width: 480px) and (max-width: 991px) {
    #breakfast_overlay #breakfast { max-width: 85%; }

    #breakfast_overlay #close_promo {
        top: 10%;
        right: 10%;
    }
}

@media (max-width: 479px) {
    #breakfast_overlay #breakfast {
        margin-top: 10%;
        max-width: 95%;
    }

     #breakfast_overlay #close_promo {
        width: 30px;
        height: 30px;
        top: 28px;
        right: 20px;
        padding: 8px;
        font-size: 20px;
    }

    #breakfast_overlay a.buy {
        font-size:36px;
    }

    #breakfast_overlay a.buy span {
        font-size:44px;
    }
}








/*//////////*/
/*Christmas Overlay*/



#christmas_overlay {
    opacity:0;
    visibility:hidden;
    background: rgba(0, 0, 0, 0.65);
    position:fixed;
    top:0; left:0;
    width:100vw;
    height:100vh;
    z-index:250;
}

#christmas_overlay.show {
    opacity:1;
    visibility:visible;
}

#christmas_overlay #close_promo {
    position: absolute;
    top: -20px;
    right: -20px;
    cursor:pointer;
    background:#db1d53;
    border-radius:100%;
    float: right;
    width: 38px;
    height: 38px;
    padding: 10px;
    font-size: 22px;
    text-align: center;
    color:white;
    z-index: 300;
}


.christmas_alert {
    font-family: 'Trash Hand Regular', sans-serif;
    text-transform: uppercase;
    padding: 3rem 0 2rem;
    background:#b70606;
    position: relative;
    text-align:center;
    font-size: 3rem;
    color:white;
    /*height:80px;*/
}

#christmas_overlay .inr {
    transform: translate(-50%,-50%);
    background-color: white;
    position: relative;
    height: 35rem;
    width: 69rem;
    left: 50%;
    top: 50%;
}

#christmas_overlay .inr .txt_alert {
    font-family: 'Trash Hand Regular', sans-serif;
    position: relative;
    text-align: center;
    color: black;
    font-size:2rem;
    width: 60rem;
    left: 6%;
    top: 11%;
}

.str {
    margin: 0 2rem;
    height: 3.5rem;
}

.yellow { color: #fdc240; }

.green {color: #13b64d;}

.msg { font-size: 2.3rem; }

.txt_alert {
    border: 1px solid red;
    padding: 3rem;
}

.hat {
    position: absolute;
    width: 17rem;
    left: 37%;
    top: -36px;
}

.snowflake {
    height: 5rem;
    position: absolute;
}

.top_left {
    left: -2rem;
    top: -20px;
}

.top_right {
    right: -2rem;
    top: -20px;
}

.from {
    width: 26rem;
    position: absolute;
    left: 28.5%;
}

.btm_left {  left: -2rem; }
.btm_right {  right: -2rem; }

button.single_add_to_cart_button.button.alt {
    padding: 0;
}


/*Media queries*/
@media (max-width:1199px) {
    .christmas_alert { 
        padding: 4rem 0 2rem;
        font-size: 2.5rem; 
    }
}

@media (max-width: 991px) {
    .str { margin: 0 1rem; }

    .message { 
        font-size: 2.3rem; 
        padding: 0 4rem;
    }
}

@media (max-width: 767px) {
    #christmas_overlay .inr .txt_alert {
        width: 40rem;
        left: 10%;
        top: 13%;
    }

    #christmas_overlay .inr {
        height: 49rem;
        width: 50rem;
        left: 50%;
        top: 50%;
    }
    .from { left: 17.5%; }

    .hat {
        width: 20rem;
        left: 26%;
        top: -45px;
    }
}

@media (max-width:575px) {
    #christmas_overlay .inr {
        transform: translate(-50%,-38%);
        height: 48rem;
        width: 34rem;
        left: 50%;
        top: 38%;
    }

    #christmas_overlay .inr .txt_alert {
        border: 1px solid red;
        padding: 4rem 1rem;
        width: 29rem;
        left: 8%;
        top: 12%;
    }

    #christmas_overlay .inr .txt_alert p {
        line-height: 1.3;
    }

    .hat {
        width: 22rem;
        left: 12%;
        top: -45px;
    }

    .from { 
        width: 22rem;
        left: 11.5%; 
    }

    .msg { font-size: 2rem; }

    .str { height: 2rem; }

    .message { font-size: 1.8rem; }

    .right_star, .left_star {  display: none; }

    .christmas_alert { padding: 2rem 0 1rem; }
}

.mail_list_info {
    text-align: center;
    font-family: 'Trash Hand Regular', sans-serif;
    font-size: 3.6rem;
    padding-top: 4.5rem;
}

.mail_list_info a {
    color: #FFFFFF;
}

@media (min-width:1080px) {
    .cart-button {
        padding-bottom: 3.1rem;
        padding-top: 3.2rem;
    }
}

.cart-button {
    padding-bottom: 3.5rem;
    padding-top: 3.5rem;
}


@media (max-width:1199px) {
    .site-header {
        padding: 0 0 0 3rem;
    }

    .site-header__inner {
        margin-left: -30rem;
        padding-left: 30rem;
    }

    .main-nav__container {
        width: 100%;
    }

    .site-header__navigation { 
        padding-right: 7.2rem;
    }

}