/*////// HERO SECTION //////*/
section.page-hero-section {
    background: #FAFAFA;
}
section.page-hero-section.section-background {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
section.hero-section div.hero-container {
    height: 60.5rem;
    padding: 26.5rem 15.2rem 6rem 15.2rem;
}

/*// HERO SCRIM //*/
div.hero-container div.container-scrim {
    /*display: none;*/
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 86.98%);
}

/*//// FLEX ////*/
div.hero-container div.hero-flex-container {}
div.hero-flex-container div.hero-flex-item {}
div.hero-flex-item h1 {
    margin-bottom: 1.2rem;
    color: var(--Red-2, #EC1A3B);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 4rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;    
}
div.hero-flex-item p {
    color: var(--Grey-1, #1C1C1C);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
div.hero-flex-item div.liberty-image-container {
    display: inline-block;
    position: relative;
    border-radius: 0.5rem;
/*    background: #F1F1F1;
    box-shadow: 15px -10px 0px 0px #1C1C1C;*/
    transform: translate(26%, -25%);
}
div.liberty-image-container img {
    width: 100%;
    width: 44.6rem;
    height: auto;
    height: 37.6rem;
    border-radius: 0.5rem;
}





/*////// ORDER SECTION //////*/
section.order-section {
    padding: 6rem 6rem;
}
section.order-section div.order-container {
    padding: 10rem 6rem 0 6rem;
    background-color: rgba(28, 28, 28, 0.90);
    border-radius: 1rem;
    background-size: auto;
    background-position: top center;
    background-image: url('https://dev-liberty-coke.pantheonsite.io/wp-content/uploads/2024/06/liberty-coke-contact-page-order-background.png');
}
div.order-container h1 {
    position: relative;
    margin-bottom: 6rem;
    color: #ffffff;
    padding-right: 25rem;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 4rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    text-align: center; 
}
div.order-container h1:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 7rem;
    transform: translateY(-50%);
    width: 25.5rem;
    height: 8.3rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('https://dev-liberty-coke.pantheonsite.io/wp-content/uploads/2024/06/liberty-coke-brands-page-coca-cola-logo.png');
}


/*//// FLEX ////*/
div.order-container div.order-flex-container {
    justify-content: space-between;
}
div.order-flex-container div.order-flex-item {
    max-width: 59rem;
    height: auto;
    min-height: 28.5rem;
    padding: 3rem;
    border-radius: 0.5rem;
    border-top: 3px solid var(--Red-2, #EC1A3B);
    background: var(--White, #FFF);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
div.order-flex-item h2 {
    margin-bottom: 1rem;
    color: var(--Grey-1, #1C1C1C);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 3.3rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.21; /* 121.212% */
}
div.order-flex-item p.p2,
div.order-flex-item p {
    color: var(--Grey-3, #717171);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4; /* 140% */
}
div.order-flex-item a.button-coke {
    position: absolute;
    bottom: 3rem;
    left: 50%;
    transform: translateX(-50%);
    padding: 1.5rem 2rem;
    text-align: center;
    margin: 0;
    border-radius: 0.3rem;
    background: var(--Red-2, #EC1A3B);
    border: 1px solid #EC1A3B;
}
/*//// SPECIFICS ////*/
#order-flex-item-3 {
    max-width: 100%;
    height: auto;
    min-height: initial;
    padding: 6rem;
    border: none;
    background: transparent;
    box-shadow: none;
    text-align: center;
}
#order-flex-item-3 p {
    font-family: "TCCC-UnityHeadline Bold";
    color: var(--White, #FFF);
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.38; /* 137.5% */
}
#order-flex-item-3 p a {
    color: var(--Red-2, #EC1A3B);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 1.6rem;
    font-style: normal;
    text-decoration-line: underline;
}





/*////// BRANDS SECTION //////*/
section.brands-section {}
section.brands-section div.brands-container {
    padding: 0 6rem 10rem 6rem;
}
/*//// FLEX ////*/
div.brands-container div.brands-flex-container {
    justify-content: space-between;
}
div.brands-flex-container div.brands-flex-item {}
div.brands-flex-item img {
    width: 100%;
    max-width: 42.7rem;
    height: auto;
    margin: 0 auto;
}    
div.brands-flex-item h2 {
    margin-bottom: 2rem;
    color: var(--Coke-Red, #F40009);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 3.3rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.21; /* 121.212% */
}
div.brands-flex-item p.p2,
div.brands-flex-item p {
    margin-bottom: 4rem;
    color: var(--Grey-2, #2E2E2E);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4; /* 140% */
}
div.brands-flex-item a {}

/*// SPECIFICS //*/
#brands-flex-item-1 {
    text-align: right;
}
#brands-flex-item-2 {
    padding-top: 6rem;
    padding-left: 2rem;
}





/*////// SUCCESS SECTION //////*/
section.success-section {
    margin-bottom: 10rem;
    background-color: #000000;
}
section.success-section div.success-container {
    padding: 10rem 6rem 10rem 6rem;
    background-color: rgba(244, 13, 28, .7);
    background-color: red;
    background-size: auto;
    background-position: top center;
    background-image: url('https://dev-liberty-coke.pantheonsite.io/wp-content/uploads/2024/06/liberty-coke-contact-page-order-background.png');
}
section.success-section div.success-container h2 {
    margin-bottom: 4rem;
    font-family: "TCCC-UnityText Bold";
    color: var(--Red-4, #FDD9DA);
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    /* Eyebrow 1 */
    font-size: 3.5rem;
    font-style: normal;
    font-weight: 800;
    line-height: 4rem; /* 114.286% */
    text-transform: uppercase;
}



/*//// FLEX ////*/
div.success-container div.success-flex-container {}
div.success-flex-container div.success-flex-item {
    height: 42rem;
    border-top: 8px solid var(--Grey-1, #1C1C1C);
    background: var(--White, #FFF);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

/*// SPECIFICS //*/
#success-flex-item-1 {
    border-radius: 5rem 0 0 0;
    background-size: cover;
    background-position: center;
    background-image: url('https://dev-liberty-coke.pantheonsite.io/wp-content/uploads/2024/06/liberty-coke-success-story-image.png');
}
#success-flex-item-2 {
    padding: 7rem 5rem 0 8rem;
    border-radius: 0 0 5rem 0;
}
#success-flex-item-2 h3 { 
    margin-bottom: .9rem;
    font-family: "TCCC-UnityHeadline Bold";
    color: #000;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
#success-flex-item-2 p.location { 
    margin-bottom: 2rem;
    color: var(--Grey-3, #717171);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "TCCC-UnityHeadline Regular";
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
#success-flex-item-2 p.description,
#success-flex-item-2 p { 
    color: #000;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "TCCC-UnityText Regular";
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3rem; /* 136.364% */
}





/*////// CAPS SECTION //////*/
section.caps-section {}
section.caps-section div.caps-container {
    padding: 0rem 6rem 10rem 6rem;
}

/*//// FLEX ////*/
div.caps-container div.caps-flex-container {
    justify-content: space-between;
}
#caps-flex-container-1 {
    height: 16.8rem;
    padding: 0 6rem;
}
#caps-flex-container-2 {
    height: 38.9rem;
    padding: 7.8rem 6rem;
    border-radius: 2rem;
    background: #E7E4E5;
}
div.caps-flex-container div.caps-flex-item {
    max-width: 37.8rem;
}
div.caps-flex-item div.cap-container {
    position: relative;
    width: 37.8667rem;
    height: 35.8rem;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('https://dev-liberty-coke.pantheonsite.io/wp-content/uploads/2024/06/liberty-coke-red-bottlecap.png');
}
div.caps-flex-item p.number {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    color: #ffffff;
    text-align: center;
    font-family: "Gotham";
    font-size: 6rem;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

div.caps-flex-item p.description {
    color: #2E2E2E;
    text-align: center;
    font-family: "TCCC-UnityHeadline Bold";
    font-size: 2rem;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.06rem;
    text-transform: uppercase;    
}

/*// SPECIFICS //*/
#caps-flex-item-1 {}
#caps-flex-item-2 {}
#caps-flex-item-3 {}
#caps-flex-item-4 {
    padding-top: 13rem;
}
#caps-flex-item-5 {
    padding-top: 13rem;
}
#caps-flex-item-6 {
    padding-top: 13rem;
}




/*////// TOUCH SECTION //////*/
section.touch-section {}
section.touch-section div.touch-container {
    padding: 6rem 15.2rem 15rem 15.2rem;
}

/*//// FLEX ////*/
div.touch-container div.touch-flex-container {}
div.touch-flex-container div.touch-flex-item {}

div.touch-flex-item img {
    width: 100%;
    max-width: 44.5rem;
    height: auto;
}

/*// SPECIFICS //*/
#touch-flex-item-1 {
    text-align: center;
}
#touch-flex-item-2 {
    padding-top: 7rem;
}
#touch-flex-item-2 h1 {
    margin-bottom: 2rem;
    color: var(--Coke-Red, #F40D1C);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 4rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}
#touch-flex-item-2 p {
    margin-bottom: 4rem;
    color: #000;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "TCCC-UnityText Regular";
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.8rem; /* 140% */
}


/*////// SECTION //////*/
/*section.-section {}*/
/*section.-section div.-container {}*/

/*//// FLEX ////*/
/*div.-container div.-flex-container {}*/
/*div.-flex-container div.-flex-item {}*/

/*// SPECIFICS //*/
/*#flex-item- {}*/
/*#flex-item- {}*/
/*#flex-item- {}*/





/*//// DEBUG STYLES - TEST ////*/
main .bprders {
	border: 1px solid rgba( 255, 0, 0, .5) !important;
}





/*////// GRANULAR RESPONSIVE //////*/
/*// LARGE SCREEN //*/
@media only screen and (min-width: 1920px) { }


/*/ SCALE UP FROM 1440 to 1920 /*/
@media only screen and (min-width: 1440px) { 

    /*//// SLIDERS ////*/

}

/*// MOBILE SCREEN //*/
@media only screen and (max-width: 1025px) { }

/*// SMALL MOBILE //*/
@media only screen and (max-width: 851px) { 

        /*//// HERO SECTION ////*/
        section.hero-section {}
        section.hero-section div.hero-container { height: auto; padding: 12rem 2rem 8rem 2rem; }
        div.hero-flex-container div.hero-flex-item { padding: 4rem 0; text-align: center; }
        div.hero-flex-item h1 { margin-bottom: 3rem; }
        div.hero-flex-item p { width: 90%; margin: 0 auto; }
        div.hero-flex-item div.liberty-image-container { margin: 0 auto; transform: none; }
        div.liberty-image-container img { width: 100%; }


        /*////// ORDER SECTION //////*/
        section.order-section { padding: 0 2rem 0 2rem; }
        section.order-section div.order-container { height: auto; padding: 4rem 2rem 2rem 2rem; }
        div.order-container h1 { width: 90%; margin: 0 auto 18rem auto; padding: 4rem 0; text-align: center; }
        div.order-container h1:after { top: 125%; left: 50%; right: initial; transform: translate(-50%,-50%); }
        div.order-flex-container div.order-flex-item { text-align: center; margin-bottom: 3rem; }
        div.order-flex-item a.button-coke { width: 70%; padding: 2.1rem 2rem; }
        #order-flex-item-3 { padding: 2rem; }


        /*////// BRANDS SECTION //////*/
        section.brands-section div.brands-container { height: auto; padding: 4rem 2rem 6rem 2rem; }
        div.brands-flex-item p.p2 br { display: none; }
        #brands-flex-item-1 { text-align: center; }
        #brands-flex-item-1 img { width: 280px; }
        #brands-flex-item-2 { text-align: center; }


        /*////// SUCCESS SECTION //////*/
        section.success-section { }
        section.success-section div.success-container { height: auto; padding: 6rem 2rem; }
        section.success-section div.success-container h2 { margin-bottom: 6rem; }
        #success-flex-item-2 { height: auto; padding: 3rem 4rem 6rem 4rem; }
        #order-flex-item-3 p { font-size: 18px; }


        /*////// CAPS SECTION //////*/
        section.caps-section div.caps-container { height: auto; padding: 4rem 2rem; }
        #caps-flex-container-1 { justify-content: center; }
        #caps-flex-container-1 div.caps-flex-item { padding-bottom: 6rem; text-align: center; background: transparent; }
        #caps-flex-container-1 div.caps-flex-item p.cap-copy { color: #2E2E2E;
            text-align: center; font-size: 16px; font-style: normal; 
            font-weight: 700; line-height: normal; letter-spacing: 0.48px; text-transform: uppercase; }
        #caps-flex-container-2 { display: none; }
        

        /*////// TOUCH SECTION //////*/
        section.touch-section div.touch-container { height: auto; padding: 4rem 2rem; }
        div.touch-flex-item img { max-width: 100%; }
        #touch-flex-item-2 h1 { font-size: 25px; }

} 
@media only screen and (max-width: 480px) { 

        /*//// HERO SECTION ////*/
        section.hero-section {}
        section.hero-section div.hero-container { height: auto; padding: 12rem 2rem 8rem 2rem; }
        div.hero-flex-container div.hero-flex-item { padding: 4rem 0; text-align: center; }
        div.hero-flex-item h1 { margin-bottom: 3rem; }
        div.hero-flex-item p { width: 90%; margin: 0 auto; }
        div.hero-flex-item div.liberty-image-container { margin: 0 auto; transform: none; }
        div.liberty-image-container img { width: 100%; }

        /*////// ORDER SECTION //////*/
        section.order-section { padding: 0 2rem 0 2rem; }
        section.order-section div.order-container { height: auto; padding: 4rem 2rem 2rem 2rem; }
        div.order-container h1 { width: 90%; margin: 0 auto 18rem auto; padding: 4rem 0; text-align: center; }
        div.order-container h1:after { top: 125%; left: 50%; right: initial; transform: translate(-50%,-50%); }
        div.order-flex-container div.order-flex-item { text-align: center; margin-bottom: 3rem; }
        div.order-flex-item a.button-coke { width: 70%; padding: 2.1rem 2rem; }
        #order-flex-item-3 { padding: 2rem; }
        div.order-flex-item a.button-coke { width: 90%; }
        div.order-container h1 { font-size: 3rem; padding: 0 3rem; }
        div.order-flex-item h2 { font-size: 2.2rem; }
        div.order-flex-item p.p2 { font-size: 1.6rem; }

        /*////// BRANDS SECTION //////*/
        section.brands-section div.brands-container { height: auto; padding: 4rem 2rem 6rem 2rem; }
        div.brands-flex-item p.p2 br { display: none; }
        #brands-flex-item-1 { text-align: center; }
        #brands-flex-item-1 img { width: 280px; }
        #brands-flex-item-2 { padding-left: 0; text-align: center; }
        div.brands-flex-item p.p2, div.brands-flex-item p br { display: none; }

        /*////// SUCCESS SECTION //////*/
        section.success-section { }
        section.success-section div.success-container { height: auto; padding: 6rem 2rem; }
        section.success-section div.success-container h2 { margin-bottom: 6rem; }
        #success-flex-item-2 { height: auto; padding: 3rem 4rem 6rem 4rem; }
        #order-flex-item-3 p { font-size: 18px; }

        /*////// CAPS SECTION //////*/
        section.caps-section div.caps-container { height: auto; padding: 4rem 2rem; }
        #caps-flex-container-1 { justify-content: center; }
        #caps-flex-container-1 div.caps-flex-item { padding-bottom: 6rem; text-align: center; background: transparent; }
        #caps-flex-container-1 div.caps-flex-item p.cap-copy { color: #2E2E2E;
            text-align: center; font-size: 16px; font-style: normal; 
            font-weight: 700; line-height: normal; letter-spacing: 0.48px; text-transform: uppercase; }
        #caps-flex-container-2 { display: none; }
        div.caps-flex-item div.cap-container { background-size: 75%; }
        

        /*////// TOUCH SECTION //////*/
        section.touch-section div.touch-container { height: auto; padding: 4rem 2rem; }
        div.touch-flex-item img { max-width: 100%; }
        #touch-flex-item-2 h1 { font-size: 25px; }

}
@media only screen and (max-width: 380px) { 

        div.brands-flex-item p.p2, div.brands-flex-item p {  }

}
@media only screen and (max-width: 360px) { }
@media only screen and (max-width: 320px) { }



/*//// LANDSCAPE STYLES ////*/
@media screen and (max-width: 851px) and (orientation: landscape) { }
@media screen and (max-width: 815px) and (orientation: landscape) { }
@media screen and (max-width: 667px) and (orientation: landscape) { }
@media screen and (max-width: 570px) and (orientation: landscape) { }