/*////// 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: 68.5rem;
    padding: 30rem 6rem 6rem 6rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('https://dev-liberty-coke.pantheonsite.io/wp-content/uploads/2024/06/liberty-coke-events-page-hero-image-scaled.jpg');
}

/*// 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 {
    justify-content: space-between;
}
div.hero-flex-container div.hero-flex-item {
    position: relative;
}
div.hero-flex-item div.content-container{
    position: relative;
    top: 50%; 
    transform: translateY(-55%); 
}
div.hero-flex-item h1 {
    margin-bottom: 1.2rem;
    color: #ffffff;
    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: #ffffff;
    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;
    /*transform: translate(4rem, -25%);*/
}
div.liberty-image-container img {
    width: 61.4rem;
    height: auto;
    height: 40rem;
    border-radius: 0.5rem;    
}
#left-hero-flex-item {
    text-align: left;
}
#right-hero-flex-item {
    text-align: right;
}





/*////// THREE COLUMN SECTION //////*/
section.three-section {}
section.three-section div.three-container {
    padding: 10rem 6rem;
}
div.three-container div.three-flex-container {}
div.three-flex-container div.three-flex-item {}
div.three-flex-item h2 {
    margin-top: .7rem;
    color: var(--Grey-1, #1C1C1C);
    font-family: "TCCC-UnityHeadline Bold";
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 2.2rem;
    font-style: normal;
    line-height: 1.36; /* 136.364% */
}
div.three-flex-item p {
    color: var(--Grey-3, #717171);
    font-family: "TCCC-UnityHeadline Light";
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 300;
    line-height: 1.66; /* 166.667% */                            
}
div.three-flex-item div.three-card-wrapper {
    padding: 2rem 2rem 0 0;
}
div.three-card-wrapper img {
    width: 100%; 
    height: 28.4rem; 
    border-radius: 5px; 
    background: #E3E3E3;
}
/*//// SPECIFICS ////*/
#three-flex-item-1 {}
#three-flex-item-2 {}
#three-flex-item-3 {}







/*////// 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 {
    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; 
}

/*//// 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 {
    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: 2.2rem; /* 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 {
    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;
}




/*////// FLAVOR SECTION //////*/
section.flavor-section {}
section.flavor-section div.flavor-container {
    padding: 6rem;
}

/*//// FLEX ////*/
div.flavor-container div.flavor-flex-container {}
div.flavor-flex-container div.flavor-flex-item {}
/* LEFT */
div.flavor-flex-item h2 {
    margin-bottom: 1rem;
    color: var(--Coke-Red, #F40D1C);
    font-family: "TCCC-UnityText Bold";
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 3rem;
    font-style: normal;
    font-weight: 800;
    line-height: 1.33; /* 133.333% */
    text-transform: uppercase;    
}
div.flavor-flex-item h3 {
    margin-bottom: 1.2rem;
    color: var(--Grey-1, #1C1C1C);
    font-family: "TCCC-UnityHeadline Bold";
    font-feature-settings: 'clig' off, 'liga' off;

    font-size: 3rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}
div.flavor-flex-item p { 
    color: var(--Grey-1, #1C1C1C);
    font-feature-settings: 'clig' off, 'liga' off;

    font-family: "TCCC-UnityText Regular";
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4; /* 140% */
}
div.flavor-flex-item a.button-coke {
    position: absolute;
    bottom: 0;
}

/* RIGHT */
div.flavor-flex-item img {
    width: 100%;
    max-width: 63rem;
    height: auto;
    border-radius: 5px;
}

#flavor-flex-item-2 {
    text-align: right;
}





/*////// SLIDER SECTION //////*/
section.slider-section {}
section.slider-section div.slider-container {
    padding: 4rem 6rem 6rem 6rem;
}

/*//// FLEX ////*/
div.slider-container div.slider-flex-container {}
div.slider-flex-container div.slider-flex-item {}

/*// SLIDER //*/
#event-page-support-slider {
    width: 100%;
}
#event-page-support-slider div.slide {
    width: calc(33% - 2rem);
    margin-right: 2rem;
    height: 26rem;
    background: #C0C0C0;
}
div.slide img {
    width: 100%;
    height: auto;
    border-radius: 0.5rem;
}

#event-slide-1 {}
#event-slide-1 img {}

#event-slide-2 {}
#event-slide-2 img {}

#event-slide-3 {}
#event-slide-3 img {}


/*// SLIDER ARROWS //*/
div.arrow-container {
    position: absolute;
    right: 2.8rem;
    bottom: -8rem;
}
div.arrow-container #previous-arrow {
    cursor: pointer;
    width: 5rem;
    height: 5rem;
    margin-right: .5rem;
}
div.arrow-container #next-arrow {
    cursor: pointer;
    width: 5rem;
    height: 5rem;
}

/*/ SLIDER DOTS /*/
UL.slick-dots {
    position: absolute;
    bottom: -4rem;
    left: 3rem;
    z-index: 1000;
    margin: 0;
    padding: 0;
    list-style: none;
}
UL.slick-dots li,
ul.slick-dots li button {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    margin: 0 1rem 0 0;
    font-size: 0; 
    border-radius: 50%;
    /*background: var(--Coke-Red, #F40D1C);*/
    background: var(--Red-2, #FB999D);
    transition: background .3s ease;
    cursor: pointer;
}
UL.slick-dots li.slick-active,
ul.slick-dots li.slick-active button {
    background: var(--Coke-Red, #F40D1C);
}





/*////// SUPPORT SECTION //////*/
section.support-section {
    margin-top: 10rem;
    background-position: center;
    background-size: cover;
    background-image: url('https://dev-liberty-coke.pantheonsite.io/wp-content/uploads/2024/07/texture-ripple-background-red.jpg');
}
section.support-section div.support-container {
    padding: 10rem 6rem;
}

/*//// FLEX ////*/
div.support-container div.support-flex-container {
    padding: 9rem;
    border-radius: 2rem;
    border: 5px solid var(--White, #FFF);
    background: url(<path-to-image>) lightgray 50% / cover no-repeat, url(<path-to-image>) lightgray 50% / cover no-repeat, #E7E4E5;
    box-shadow: -15px -15px 0px 0px #FFF;
    background: #E7E4E5;
}
div.support-flex-container div.support-flex-item {

}
/*/ LEFT /*/
div.support-flex-item h2 {
    margin-bottom: 1.6rem;
    color: var(--Grey-1, #1C1C1C);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "You2013";
    font-size: 4rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
div.support-flex-item p {
    color: var(--Grey-2, #2E2E2E);
    font-feature-settings: 'clig' off, 'liga' off;

    /* P1 */
    font-family: "TCCC-UnityText Regular";
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.36; /* 136.364% */
}
div.support-flex-item a.button-coke {
    position: absolute;
    bottom: 0;
}



/*/ RIGHT /*/
div.support-flex-item ul {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none;
}
div.support-flex-item ul li {
    position: relative;
    padding: 2rem 0 2rem 6rem;
    color: var(--Grey-2, #2E2E2E);
    font-feature-settings: 'clig' off, 'liga' off;
    
    font-family: "TCCC-UnityText Bold";
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2; /* 140% */
}
div.support-flex-item ul li span {
    color: var(--Grey-2, #2E2E2E);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: "TCCC-UnityHeadline Regular";
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2rem;
}
div.support-flex-item ul li:after{
    transition: all .3s ease;
    content: "";
    position: absolute;
    top: 50%;
    left: 1.5rem;
    transform: translateY(-50%);
    width: 3rem;
    height: 3.2rem;
    background-size: cover;
    background-position: center;
    background-image: url(https://dev-liberty-coke.pantheonsite.io/wp-content/uploads/2024/06/liberty-coke-contact-page-location-production-icon.png);
}
div.support-flex-item ul li:hover:after{
    /*    transform: rotate(3deg);*/
}

/*// SPECIFICS //*/
#support-flex-item-1 {}
#support-flex-item-2 {}




/*////// CONTACT SECTION //////*/
section.contact-section {}
section.contact-section div.contact-container {
    padding: 10rem 6rem;
}
/*//// FLEX ////*/
div.contact-container div.contact-flex-container {}
div.contact-flex-container div.contact-flex-item {}

div.contact-flex-item img {
    width: 44.6582rem;
    height: auto;
}
div.contact-flex-item h1 {
    color: var(--Coke-Red, #F40D1C);
    font-size: 4rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 2rem;
}
div.contact-flex-item p.p2,
div.contact-flex-item p {
    width: 75%;
    color: var(--Grey-1, #1C1C1C);
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.8rem; /* 140% */
    margin-bottom: 4rem;
}


/*// SPECIFICS //*/
#contact-flex-item-1 {
    padding-top: 11rem;
}
#contact-flex-item-2 {
    padding-right: 6rem;
}





/*////// GRANULAR RESPONSIVE //////*/
/*// LARGE SCREEN //*/
@media only screen and (min-width: 1920px) { 

        /*//// HERO SECTION ////*/
        section.hero-section div.hero-container { height: 75.5rem; padding: 30rem 0 6rem 0; }
        div.hero-flex-item div.liberty-image-container { transform: translate(0rem, -25%); }
        div.liberty-image-container img { /*width: 55rem;*/ }
        div.hero-flex-item div.content-container { top: 33%; }

}


/*/ 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 div.hero-container { height: 100vh; padding: 16rem 2rem 4rem 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 p br { display: none; }
        div.hero-flex-item div.liberty-image-container { width: 90%; height: 30rem; margin: 0 auto; transform: none; }
        div.liberty-image-container img { width: 100%; }
        #left-hero-flex-item { order: 2; text-align: center; }
        #right-hero-flex-item { order: 1; text-align: center; }

        /*////// ORDER SECTION //////*/
        section.order-section {}
        section.order-section div.order-container { height: auto; padding: 4rem 2rem; }

        /*////// BRANDS SECTION //////*/
        section.brands-section div.brands-container { height: auto; padding: 4rem 2rem; }

        /*////// FLAVOR SECTION //////*/
        section.flavor-section div.flavor-container {}
        div.flavor-flex-item h2 { text-align: center; }
        div.flavor-flex-item h3 { text-align: center; }
        div.flavor-flex-item h3 br { display: none; }
        div.flavor-flex-item p { text-align: center; }
        div.flavor-flex-item p br { display: none; }
        div.flavor-flex-item a.button-coke { position: relative; bottom: initial; display: block; margin: 6rem 0 2rem 0; text-align: center; }

        #flavor-flex-item-3 { padding: 4rem 0 0 0; }
        #flavor-flex-item-3 h2 { text-align: left; }
        #flavor-flex-item-3 h3 { text-align: left; }
        #flavor-flex-item-3 p { text-align: left; }
        #flavor-flex-item-3 p br { display: none; }            

        /*////// SLIDER SECTION //////*/
        section.slider-section div.slider-container { height: auto; padding: 4rem 2rem; }
        #event-page-support-slider {}
        /*/ MOBILE SLIDER DOTS /*/
        #event-page-support-slider ul.slick-dots {
            position: absolute; bottom: -6rem; left: 50%;
            transform: translateX(-50%); z-index: 1000; margin: 0; padding: 0; list-style: none; }
        #event-page-support-slider ul.slick-dots li,
        #event-page-support-slider ul.slick-dots li button {
            display: inline-block; width: 1.5rem; height: 2rem; margin: 0 2rem 0 0; font-size: 0;  border-radius: 50%;
            background: var(--Red-2, #FB999D); transition: background .3s ease; cursor: pointer; }
        #event-page-support-slider ul.slick-dots li.slick-active,
        #event-page-support-slider ul.slick-dots li.slick-active button { background: var(--Coke-Red, #F40D1C); }
        div.arrow-container { display: none; }

        /*////// SUPPORT SECTION //////*/
        section.support-section div.support-container { height: auto; padding: 2rem 2rem; }
        div.support-container div.support-flex-container { box-shadow: initial; }
        div.support-flex-container div.support-flex-item {}
        div.support-flex-item h2 { font-size: 30px; text-align: center; }
        div.support-flex-item h2 br { display: none; }
        div.support-flex-item p { font-size: 16px; text-align: center; }
        #support-flex-item-1 { padding: 5rem 4rem 0 4rem; }
        #support-flex-item-2 { padding: 3rem 2rem 14rem 2rem; }
        div.support-flex-item a.button-coke { bottom: -194%; width: 83%; text-align: center; }

        /*////// CONTACT SECTION //////*/
        section.contact-section div.contact-container { height: auto; padding: 4rem 2rem; }

} 
@media only screen and (max-width: 480px) { 

        /*//// HERO SECTION ////*/
        section.hero-section div.hero-container { height: 100vh; padding: 16rem 2rem 4rem 2rem; }
        div.hero-flex-container div.hero-flex-item { padding: 4rem 0; text-align: center; }
        div.hero-flex-item h1 { margin-bottom: 3rem; padding: 0 4rem; }
        div.hero-flex-item p { width: 90%; margin: 0 auto; }
        div.hero-flex-item p br { display: none; }
        div.hero-flex-item div.liberty-image-container { width: 90%; height: 20rem; margin: 0 auto; transform: none; }
        div.liberty-image-container img { width: 100%; }
        #left-hero-flex-item { order: 2; text-align: center; }
        #right-hero-flex-item { order: 1; text-align: center; }

        /*////// THREE SECTION //////*/
        section.three-section div.three-container { height: auto; padding: 4rem 2rem; }
        div.three-flex-container div.three-flex-item { padding: 0 0 2rem 0; }
        div.three-flex-item div.three-card-wrapper { padding: 2rem 0 2rem 0; }
        div.three-flex-item p { font-size: 2rem; }
        div.three-flex-item h2 { font-size: 2.4rem; }


        /*////// ORDER SECTION //////*/
        section.order-section {}
        section.order-section div.order-container { height: auto; padding: 4rem 2rem; }

        /*////// BRANDS SECTION //////*/
        section.brands-section div.brands-container { height: auto; padding: 4rem 2rem; }

        /*////// FLAVOR SECTION //////*/
        section.flavor-section div.flavor-container { height: auto; padding: 4rem 2rem; }
        div.flavor-flex-container div.flavor-flex-item { padding: 0 0 4rem 0; }
        div.flavor-flex-item h2 { text-align: center; }
        div.flavor-flex-item h3 { text-align: center; }
        div.flavor-flex-item h3 br { display: none; }
        div.flavor-flex-item p { text-align: center; }
        div.flavor-flex-item p br { display: none; }
        div.flavor-flex-item a.button-coke { position: relative; bottom: initial; display: block; margin: 6rem 0 2rem 0; text-align: center; }

        #flavor-flex-item-3 { padding: 4rem 0 0 0; }
        #flavor-flex-item-3 h2 { text-align: left; }
        #flavor-flex-item-3 h3 { text-align: left; }
        #flavor-flex-item-3 p { text-align: left; }
        #flavor-flex-item-3 p br { display: none; }

        /*////// SLIDER SECTION //////*/
        section.slider-section div.slider-container { height: auto; padding: 4rem 2rem; }
        #event-page-support-slider {}
        /*/ MOBILE SLIDER DOTS /*/
        #event-page-support-slider ul.slick-dots {
            position: absolute; bottom: -6rem; left: 50%;
            transform: translateX(-50%); z-index: 1000; margin: 0; padding: 0; list-style: none; }
        #event-page-support-slider ul.slick-dots li,
        #event-page-support-slider ul.slick-dots li button {
            display: inline-block; width: 1.5rem; height: 2rem; margin: 0 2rem 0 0; font-size: 0;  border-radius: 50%;
            background: var(--Red-2, #FB999D); transition: background .3s ease; cursor: pointer; }
        #event-page-support-slider ul.slick-dots li.slick-active,
        #event-page-support-slider ul.slick-dots li.slick-active button { background: var(--Coke-Red, #F40D1C); }
        div.arrow-container { display: none; }

        /*////// SUPPORT SECTION //////*/
        section.support-section div.support-container { height: auto; padding: 2rem 2rem; }
        div.support-container div.support-flex-container { box-shadow: initial; }
        div.support-flex-container div.support-flex-item {}
        div.support-flex-item h2 { font-size: 30px; text-align: center; }
        div.support-flex-item h2 br { display: none; }
        div.support-flex-item p { font-size: 16px; text-align: center; }
        #support-flex-item-1 { padding: 5rem 4rem 0 4rem; }
        #support-flex-item-2 { padding: 3rem 2rem 14rem 2rem; }
        div.support-flex-item a.button-coke { bottom: 4rem; left: 50%; transform: translateX(-50%); width: 80%; }

        /*////// CONTACT SECTION //////*/
        section.contact-section div.contact-container { height: auto; padding: 4rem 2rem; }
        #contact-flex-item-1 { order: 2; padding: 4rem 0; text-align: center; }
        #contact-flex-item-2 { order: 1; padding: 0 0; text-align: center; }
        div.contact-flex-item p.p2,
        div.contact-flex-item p { width: 95%; margin: 0 auto 2.4rem auto; }
        div.contact-flex-item a.button-coke { display: block; width: 100%; margin-bottom: 2rem; text-align: center; }
        div.contact-flex-item img { width: 75%; }

}
@media only screen and (max-width: 380px) { 

        div.hero-flex-item div.liberty-image-container { height: 22rem; }
        div.hero-flex-item h1 { font-size: 3rem; }
        div.hero-flex-item p { font-size: 2.2rem; }

}
@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) { }