/* General Start */

body {
    width: 100%;
    overflow-x: hidden;
}

.desktop-item {
    display: block !important;
}

.mobile-item {
    display: none !important;
}

.f24.hidden-h1 {
    position: absolute;
    top: -500px;
    font-size: 1px;
    margin: 0;
    padding: 0;
}

#main-content, 
.f24.skip-to-main-content {
    position: absolute !important;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px;
    word-wrap: normal;
}

.f24.skip-to-main-content:active, 
.f24.skip-to-main-content:focus { 
    position: absolute !important;
    z-index: 30;
    overflow: visible;
    clip: auto;
    width: auto;
    height: auto;
    background-color: #FFFFFF;
    color: #B90318;
    font-family: "brandon-grotesque", sans-serif;
    padding: 5px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}

.f24.skip-to-main-content:focus, 
.f24.top-bar a:focus {
    outline-color: white;
}

.f24 .content-wrap {
    width: 1200px;
    max-width: 90%;
    margin: 0 auto;
}

.f24 h1 {
    width: 100%;
    font-family: "brandon-grotesque", sans-serif;
    font-size: 60px;
    color: #C08B35;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    padding: 0;
}

.f24 h1.underline::after {
    content: '';
    display: block;
    width: 120px;
    height: 3px;
    background: #000000;
    margin: 20px 0;
}

.f24 h2, 
.f24 h2.section-title {
    width: 100%;
    font-family: "brandon-grotesque", sans-serif;
    font-size: 60px;
    color: #C08B35;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.1;
    margin: 0;
    padding: 0;
}

.f24 h2.section-title {
    text-align: center;
}

.f24 .round-hero-copy h2 {
    font-size: 32px;
}

.f24 h2.section-title span {
    display: block;
    font-size: 32px;
    font-style: italic;
    text-transform: none;
    color: #000000;
    margin-top: -5px;
}

.section-padding {
    padding: 120px 0;
}

.f24.section-pt {
    padding-top: 120px;
}

.f24 h2.section-title.underline::after {
    content: '';
    display: block;
    width: 120px;
    height: 3px;
    background: #000000;
    margin: 20px auto 20px auto;
}

.f24 h3 {
    width: 100%;
    font-family: "brandon-grotesque", sans-serif;
    font-size: 40px;
    color: #C08B35;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.1;
    margin: 0;
    padding: 0;
}

.f24 h4 {
    font-family: "brandon-grotesque", sans-serif;
    font-size: 20px;
    text-transform: uppercase;
}

.f24 p {
    width: 100%;
    font-family: "brandon-grotesque", sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0;
    padding: 0;
}

.f24 p a:link {
    -webkit-transition: color 0.2s; 
    -moz-transition: color 0.2s; 
    -ms-transition: color 0.2s; 
    -o-transition: color 0.2s; 
    transition: color 0.2s;
    color: #B90318;
    text-decoration: underline;
}

.f24 p a:hover {
    color: #000000 !important;
    text-decoration: underline;
}

.f24 p a:active {
    color: #B90318;
    text-decoration: underline;
}

.f24 p a:visited {
    color: #B90318;
    text-decoration: underline;
}

.f24 .photo-wrap {
    position: relative;
}

.f24 .photo-wrap img {    
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.f24 .map-pin {
    width: 100px !important;
    height: 124px !important;
}

.f24.pb0 {
    padding-bottom: 0 !important;
}

.f24 .pb10 {
    padding-bottom: 10px;
}

/* General End */


/* ------------------------------------ */


/* Buttons Start */

.f24 .button-red {
    position: relative;
    z-index: 2;
    width: 240px;
    height: 50px;
    margin: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    font-family: "brandon-grotesque", sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #fff !important;
    text-transform: uppercase;
    text-decoration: none !important;
    line-height: 0;
}

.f24 .button-red::after {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    content: "";
    position: absolute;
    z-index: -1;
    width: 240px;
    height: 50px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #B90318;
    border: 2px solid #B90318;
    border-radius: 0;
    box-sizing: border-box;
}

.f24 .button-red:hover::after {
    width: 244px;
    height: 52px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.f24 .button-red.wide {
    width: 320px;
}

.f24 .button-red.wide::after {
    width: 320px;
}

.f24 .button-red.wide:hover::after {
    width: 324px;
}

.f24 .button-red.short {
    width: 190px;
}

.f24 .button-red.short::after {
    width: 190px;
}

.f24 .button-red.short:hover::after {
    width: 194px;
}

.f24 .button-red.stroke {
    color: #B90318 !important;
}

.f24 .button-red.stroke::after {
    background-color: unset;
}

.f24 .button-red.scale {
    width: max(13vw, 240px);
    height: max(3.1vw, 50px);
    font-size: max(1.05vw, 18px);
}

.f24 .button-red.scale::after {
    width: max(13vw, 240px);
    height: max(3.1vw, 50px);
}

.f24 .button-red.scale:hover::after {
    width: max(13.4vw, 244px);
    height: max(3.3vw, 52px);
}

/* Buttons End */


/* ------------------------------------ */


/* Top Nav Start */

.f24.top-bar {
    width: 100%;
    height: 80px;
    position: fixed;
    z-index: 22;
    top: 0;
    left: 0;
    display: flex;
}

.f24.top-bar::before {
    content: '';
    background-color: rgba(0,0,0, 0.8);
    height: 80px;
    flex-grow: 1;
}

.f24.top-bar::after {
    content: '';
    background-color: rgba(0,0,0, 0.8);
    height: 80px;
    flex-grow: 1;
}

.f24 .top-bar-wrapper {
    position: relative;
    width: calc(100% - 100px);
    max-width: 1900px;
    height: 80px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    display: flex;
}

.f24.top-bar .hero-logo {
    display: flex;
    width: 200px;
    height: fit-content;
    flex-shrink: 0;
}

.f24.top-bar .hero-logo a {
    height: fit-content;
}

.f24.top-bar .hero-logo img {
    width: 100%;
    float: left;
}

.f24.top-bar .navigation {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background-color: rgba(0,0,0, 0.8);
    width: 100%;
    height: 80px;
}

.f24.top-bar .navigation nav {
    height: 80px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}


.f24.top-bar a {
    -webkit-transition: color 0.2s; 
    -moz-transition: color 0.2s; 
    -ms-transition: color 0.2s; 
    -o-transition: color 0.2s; 
    transition: color 0.2s;
}

.f24.top-bar .navigation nav .navbar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: -1px;
    margin-right: 30px;
}

.f24.top-bar .navigation nav .navbar > ul {
    display: flex;
    align-items: center;
    margin: 0;
}

.f24.top-bar .navigation nav ul.navbar-nav > li {
    margin: 0 20px;
    position: relative;
}

.f24.top-bar .navigation nav ul.navbar-nav > li > a {
    font-family: "brandon-grotesque", sans-serif;
    font-size: 17px;
    font-weight: 700;
    padding: 0;
    margin: 0;
    line-height: 1;
    display: block;
}

.f24.top-bar .navigation nav ul.navbar-nav > li.menu-item-has-children > a {
    cursor: default;
}

.f24.top-bar .navigation .sub-menu {
    display: block;
    position: absolute;
    opacity: 0;
    pointer-events: none;

    left: 50%;
    transform: translateX(-50%);
    background: unset;
    padding-top: 10px;
}

.f24.top-bar .navigation nav ul.navbar-nav > li.menu-item-has-children:hover > .sub-menu,
.f24.top-bar .navigation nav ul.navbar-nav > li.menu-item-has-children:focus > .sub-menu, 
.f24.top-bar .navigation nav ul.navbar-nav > li.menu-item-has-children.focus > .sub-menu, 
.f24.top-bar .navigation nav ul.navbar-nav > li.menu-item-has-children > a:hover > .sub-menu,
.f24.top-bar .navigation nav ul.navbar-nav > li.menu-item-has-children > a:focus > .sub-menu {
    opacity: 1;
    pointer-events: all;
}

.f24.top-bar .navigation .sub-menu li {
    background: #000;
    margin: 0;
    padding: 15px 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.f24.top-bar .navigation .sub-menu a {
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    display: block;
}

.f24.top-bar .navigation .sub-menu li:last-child a {
    border-bottom: 0;
}

/* Top Nav End */


/* ------------------------------------ */


/* Home Hero Start */

#homepage-slider {    
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    max-height: unset;
    z-index: 1;
}

#homepage-slider::after {
    content: '';
    background-image: url(../scg-images/bottom-curve-desktop.svg);
    background-size: cover;
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 10vw;
    left: 50%;
    transform: translateX(-50%);
    bottom: -1px;
}

#homepage-slider ul.slides li.slide {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
}

#homepage-slider ul.slides li.slide .slide-copy-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#homepage-slider ul.slides li.slide img {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#homepage-slider ul.slides li.slide .slide-copy {
    position: relative;
    z-index: 3;
    background-color: #FFF;
    padding: max(2.7vw, 40px) max(3vw, 45px) max(3vw, 45px) max(3vw, 45px);
    width: max(35vw, 620px);
    margin: -5vw 5vw 0 0;
}

#homepage-slider ul.slides li.slide .slide-copy h2 {
    font-family: "brandon-grotesque", sans-serif;
    font-size: max(2.1vw, 42px);
    color: #C08B35;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

#homepage-slider ul.slides li.slide .slide-copy p {
    font-family: "brandon-grotesque", sans-serif;
    font-size: max(1.25vw, 22px);
    line-height: 1.3;
    color: #000000;
    font-weight: 400;
    margin: 0.5vw 0 1.25vw 0;
    padding: 0;
}

#homepage-slider ul.slides li.slide .slide-copy .button-red {
    display: flex;
}

#homepage-slider ol.flex-control-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 100px;
    display: flex;
    justify-content: center;
    grid-gap: 30px;
    z-index: 4;
}

#homepage-slider ol.flex-control-nav li a {
    border: 2px solid #FFF;
    background-color: rgba(255,255,255,0.1);
    border-radius: 50%;
    width: 20px;
    height: 20px;

    -webkit-transition: background-color 0.2s; 
    -moz-transition: background-color 0.2s; 
    -ms-transition: background-color 0.2s; 
    -o-transition: background-color 0.2s; 
    transition: background-color 0.2s;
}

#homepage-slider ol.flex-control-nav li a:hover {
    background-color: #C08B35;
}

#homepage-slider ol.flex-control-nav li a.flex-active {
    background-color: rgba(255,255,255,1);
}

/* Home Hero End */


/* ------------------------------------ */


/* Home Locations Start */

.f24.home-locations {
    width: 100%;
}

.f24.home-locations .content-wrap > p {
    text-align: center;
    width: 80%;
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
}

.f24.home-locations .location.featured {
    display: grid;
    grid-gap: 8px;
    grid-template-columns: 500px 1fr;
    grid-column: 1 / -1;
}

.f24.home-locations .location.featured .photo-wrap {
    height: 400px;
}

.f24.home-locations .location.featured .copy {
    position: relative;
    background-color: #F1F1F1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 75px;
    box-sizing: border-box;
    margin: 0;
}

.f24.home-locations .location.featured .copy .now-open {
    position: absolute;
    top: 10px;
    right: -5px;
    width: 165px;
    z-index: 2;
}

.f24.home-locations .location.featured .copy h3 {
    font-size: 48px;
    text-align: left;
}

.f24.home-locations .location.featured .copy p {
    margin: 5px 0 15px 0;
}

.f24.home-locations .locations {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 30px;
}

.f24.home-locations .locations .copy {
    background-color: #F1F1F1;
    margin-top: 10px;
    padding: 20px 30px 30px 30px;
}

.f24.home-locations .locations .photo-wrap {
    height: 230px;
}


.f24.home-locations .locations h3 {
    font-size: 30px;
    color: #B48231;
}

.f24.home-locations .locations p {
    margin: 5px 0 15px 0;
    font-size: 18px;
}

/* Home Locations End */


/* ------------------------------------ */


/* Home Catering Start */

.f24.home-catering {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.f24.home-catering .copy-wrap {
    background-color: #F1F1F1;
    padding: 100px;
}

.f24.home-catering .copy {
    max-width: 550px;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
}

.f24.home-catering .copy-wrap h2 {
    color: #B48231;
}

.f24.home-catering .copy p {
    margin: 0 auto 20px auto;
}

.f24.home-catering .copy .button-red {
    margin: 0 auto;
}

/* Home Catering End */


/* ------------------------------------ */


/* Panda Family Logos Start */

.f24.panda-family-logos {
    width: 100%;
    background-color: #C08B35;
    padding: 40px 0 30px 0;
}

.f24.panda-family-logos h2 {
    color: #FFF;
    font-weight: bold;    
    font-size: 20px;
}

.f24.panda-family-logos .content-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;

    list-style: none;
    margin: 0 auto;
    padding: 0;
}

.f24.panda-family-logos .content-wrap li {
    position: relative;
}

.f24.panda-family-logos .content-wrap img {
    max-width: 150px;
    max-height: 70px;
}

/* Panda Family Logos End */


/* ------------------------------------ */


/* Circle Hero Start */

.f24.round-hero {
    width: 100%;
    display: inline-block;
    overflow: hidden;
    margin-top: 80px;
}

.f24 .round-hero-wrapper {
    position: relative;
    width: 100%;
    max-width: 1800px;
    /* photo wrap size - photo top value + photo total padding - copy top value + gold rim size */
    min-height: calc(1100px - 250px + 70px + 12px);
    margin: 0 auto;
    padding: 0 50px;
    box-sizing: border-box;
}

.f24 .round-hero-image {
    position: absolute;
    top: -250px;
    right: -200px;
    width: fit-content;
    padding: 35px;
    border-radius: 50%;
    border: 6px solid #CF9F52;
}

.f24 .round-hero-image .photo-wrap {
    width: 1100px;
    height: 1100px;
    border-radius: 50%;
    overflow: hidden;
}

.f24 .round-hero-copy {
    padding-top: 280px;
    width: 800px;
    /* 100% - photo size - photo padding + photo right value */
    max-width: calc(100% - 1100px - 35px + 200px);
    padding-right: 70px;
    box-sizing: border-box;
}

.f24 .round-hero-copy p:last-child {
    margin-bottom: 0;
}

.f24.round-hero p {
    margin-bottom: 20px;
}

/* Circle Hero End */


/* ------------------------------------ */


/* Location Details Start */

.f24 .round-hero-copy .buttons {
    display: flex;
    grid-gap: 30px;
    margin-top: 15px;
    margin-bottom: 40px;
}

.f24 .round-hero-copy .location-hours {
    margin: 10px 0 0 0;
    padding: 0;
    display: grid;
    grid-template-columns: 6fr 4.5fr;
    width: 430px;
    max-width: 100%;
    font-family: "brandon-grotesque", sans-serif;
    text-transform: uppercase;
    font-size: 19px;
    list-style: none;
    border-top: 1px solid rgba(0,0,0,0.2);
}

.f24 .round-hero-copy .location-hours li {
    padding: 8px 0;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.f24 .round-hero-copy .location-hours .days {
    font-weight: 700;
    color: #000000;
}

.f24 .round-hero-copy .address {
    margin-bottom: 5px;
}

/* Location Details End */


/* ------------------------------------ */


/* About Horizontal Photos Start */

.f24.about-horizontal-photos {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    border-right: 20px solid #FFF;
    box-sizing: border-box;
    padding-bottom: 0 !important;
}

.f24.about-horizontal-photos .photo-wrap {
    height: 25vw;
    border-left: 20px solid #FFF;
    border-right: 0;
    box-sizing: border-box;
}

/* About Horizontal Photos End */


/* ------------------------------------ */


/* Gallery Start */

.f24 .gallery-photos {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
    margin-top: 30px;
}

.f24 .gallery-photos .photo-wrap {
    height: 250px;
}

/* Gallery End */


/* ------------------------------------ */


/* Footer Start */

footer.f24 {
    width: 100%;
    background-color: #000000;
    padding: 50px 0 40px 0;
    margin: 0;
}

footer.f24 .content-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}

footer.f24 .footer-pi-logo {
    display: block;
    width: 250px;
}

footer.f24 .footer-pi-logo img {
    width: 100%;
}

footer.f24 .footer-nav {
    width: 100%;
    display: flex;;
    justify-content: space-between;
    margin: 20px 0;
}

footer.f24 .footer-nav a, 
footer.f24 .footer-nav a:link,
footer.f24 .footer-nav a:hover,
footer.f24 .footer-nav a:active,
footer.f24 .footer-nav a:visited {
    color: #CF9F52;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
}

footer.f24 .footer-nav a:hover {
    color: #FFF;
}

footer.f24 p.copyright {
    width: 100%;
    color: #FFF;
    font-size: 15px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 25px;
}

footer.f24 .footer-icons {
    text-align: center;
}

footer.f24 .footer-icons img {
    max-width: 30px;
    margin-bottom: 10px;
}

footer.f24 .footer-icons li:last-child img {
    margin-bottom: 0;
}

footer.f24 .copyright br {
    display: none;
}

/* Footer End */


/* ------------------------------------ */


/* Mobile Navigation Start */

.f24.mobile-nav-bt {
    display: none;
}

.f24.mobile-nav {
    display: none;
}

/* Mobile Navigation End */


@media only screen and (max-width: 1600px) { 

    /* General Start */

    .f24 h1 {
        font-size: 50px;
    }

    .f24 h2, 
    .f24 h2.section-title {
        font-size: 50px;
    }

    .f24 h2.section-title span {
        font-size: 28px;
    }

    .f24 .round-hero-copy h2 {
        font-size: 30px;
    }

    .f24 h3 {
        font-size: 35px;
    }
    
    .f24 h4 {
        font-size: 20px;
    }

    .f24.panda-family-logos h2 {  
        font-size: 20px;
    }
    
    .f24 p {
        font-size: 20px;
    }

    .section-padding {
        padding: 100px 0;
    }

    .f24.section-pt {
        padding-top: 100px;
    }

    /* General End */


    /* ------------------------------------ */


    /* Buttons Start */

    .f24 .button-red {
        width: 220px;
        height: 48px;
        font-size: 17px;
    }
    
    .f24 .button-red::after {
        width: 220px;
        height: 48px;
    }
    
    .f24 .button-red:hover::after {
        width: 224px;
        height: 50px;
    }
    
    .f24 .button-red.wide {
        width: 300px;
        height: 48px;
    }
    
    .f24 .button-red.wide::after {
        width: 300px;
        height: 48px;
    }
    
    .f24 .button-red.wide:hover::after {
        width: 304px;
        height: 50px;
    }
    
    .f24 .button-red.scale {
        width: max(11vw, 220px);
        height: max(3vw, 48px);
        font-size: max(0.95vw, 17px);
    }
    
    .f24 .button-red.scale::after {
        width: max(11vw, 220px);
        height: max(3vw, 48px);
    }
    
    .f24 .button-red.scale:hover::after {
        width: max(11.4vw, 224px);
        height: max(3.2vw, 50px);
    }

    /* Buttons End */


    /* ------------------------------------ */


    /* Top Nav Start */

    .f24.top-bar::before, 
    .f24.top-bar::after, 
    .f24.top-bar .navigation, 
    .f24.top-bar .navigation nav {
        height: 75px;
    }

    .f24.top-bar .hero-logo {
        width: 180px;
    }

    /* Top Nav End */


    /* ------------------------------------ */


    /* Circle Hero Start */

    .f24.round-hero { 
        margin-top: 75px; 
    }

    .f24 .round-hero-wrapper {
        min-height: calc(850px - 200px + 70px + 12px);
    }

    .f24 .round-hero-image {
        top: -200px;
        right: -150px;
        padding: 30px;
        border: 5px solid #CF9F52;
    }

    .f24 .round-hero-image .photo-wrap {
        width: 850px;
        height: 850px;
    }

    .f24 .round-hero-copy {
        max-width: calc(100% - 850px - 35px + 150px);
        padding-right: 50px;
        padding-top: 220px
    }

    /* Circle Hero End */


    /* ------------------------------------ */


    /* Location Details Start */

    .f24 .round-hero-copy .location-hours {
        grid-template-columns: 7fr 4.5fr;
        font-size: 17px;
    }

    .f24 .round-hero-copy .buttons {
        grid-gap: 20px;
    }


    /* Location Details End */

}


@media only screen and (max-width: 1400px) { 

    /* General Start */

    .f24 h1 {
        font-size: 45px;
    }

    .f24 h2, 
    .f24 h2.section-title {
        font-size: 45px;
    }

    .f24 h2.section-title span {
        font-size: 26px;
    }

    .f24 .round-hero-copy h2 {
        font-size: 26px;
    }

    .f24 h3 {
        font-size: 30px;
    }
    
    .f24 h4 {
        font-size: 19px;
    }

    .f24.panda-family-logos h2 {  
        font-size: 19px;
    }
    
    .f24 p {
        font-size: 18px;
    }

    .section-padding {
        padding: 85px 0;
    }

    .f24.section-pt {
        padding-top: 85px;
    }

    /* General End */


    /* ------------------------------------ */


    /* Buttons Start */

    .f24 .button-red {
        width: 200px;
        height: 46px;
        font-size: 16px;
    }
    
    .f24 .button-red::after {
        width: 200px;
        height: 46px;
    }
    
    .f24 .button-red:hover::after {
        width: 204px;
        height: 48px;
    }
    
    .f24 .button-red.wide {
        width: 280px;
        height: 46px;
    }
    
    .f24 .button-red.wide::after {
        width: 280px;
        height: 46px;
        height: 48px;
    }
    
    .f24 .button-red.wide:hover::after {
        width: 284px;
    }
    
    .f24 .button-red.scale {
        width: max(10vw, 200px);
        height: max(2.9vw, 46px);
        font-size: max(0.85vw, 16px);
    }
    
    .f24 .button-red.scale::after {
        width: max(10vw, 200px);
        height: max(2.9vw, 46px);
    }
    
    .f24 .button-red.scale:hover::after {
        width: max(10.4vw, 204px);
        height: max(3.1vw, 48px);
    }

    /* Buttons End */


    /* ------------------------------------ */


    /* Top Nav Start */    

    .f24.top-bar::before, 
    .f24.top-bar::after, 
    .f24.top-bar .navigation, 
    .f24.top-bar .navigation nav {
        height: 70px;
    }

    .f24.top-bar .hero-logo {
        width: 140px;
    }

    .f24.top-bar-wrapper {
        width: calc(100% - 40px);
    }

    /* Top Nav End */


    /* ------------------------------------ */


    /* Circle Hero Start */

    .f24.round-hero { 
        margin-top: 70px; 
    }

    .f24 .round-hero-wrapper {
        min-height: calc(700px - 180px + 50px + 12px);
    }

    .f24 .round-hero-image {
        top: -180px;
        right: -110px;        
        padding: 25px;        
        border: 4px solid #CF9F52;
    }

    .f24 .round-hero-image .photo-wrap {
        width: 700px;
        height: 700px;
    }

    .f24 .round-hero-copy {
        max-width: calc(100% - 700px - 35px + 110px);
        padding-right: 30px;
        padding-top: 160px
    }

    /* Circle Hero End */


    /* ------------------------------------ */


    /* Location Details Start */

    .f24 .round-hero-copy .location-hours {
        grid-template-columns: 8fr 4.5fr;
        font-size: 15px;
    }

    .f24 .round-hero-copy .buttons {
        grid-gap: 15px;
    }

    /* Location Details End */


    /* ------------------------------------ */


    /* Footer Start */

    footer.f24 .footer-nav {
        flex-wrap: wrap;
        margin: 40px 0;
    }

    footer.f24 .footer-nav li {
        flex: 0 0 33.33%;
        text-align: center;
        margin: 10px 0;
    }

    footer.f24 .footer-icons img {
        max-width: 40px;
        margin-bottom: 20px;
    }

    footer.f24 .footer-icons li:last-child img {
        margin-bottom: 0;
    }

    footer.f24 .footer-nav a, 
    footer.f24 .footer-nav a:link, 
    footer.f24 .footer-nav a:hover, 
    footer.f24 .footer-nav a:active, 
    footer.f24 .footer-nav a:visited {
        font-size: 18px;
    }

    /* Footer End */

}


@media only screen and (max-width: 1200px) { 

    /* General Start */

    .f24 h1 {
        font-size: 40px;
    }

    .f24 h2, 
    .f24 h2.section-title {
        font-size: 40px;
    }

    .f24 h2.section-title span {
        font-size: 24px;
    }

    .f24 .round-hero-copy h2 {
        font-size: 24px;
    }

    .f24 h3 {
        font-size: 28px;
    }
    
    .f24 h4 {
        font-size: 19px;
    }

    .f24.panda-family-logos h2 {  
        font-size: 19px;
    }
    
    .f24 p {
        font-size: 18px;
    }

    .section-padding {
        padding: 70px 0;
    }

    .f24.section-pt {
        padding-top: 70px;
    }

    /* General End */
    

    /* ------------------------------------ */


    /* Top Nav Start */

    .f24.top-bar .hero-logo {
        width: 110px;
    }

    .f24.top-bar .navigation nav ul.navbar-nav > li {
        margin: 0 15px;
    }

    .f24.top-bar .navigation nav ul.navbar-nav > li > a {
        font-size: 15px;
        margin: 0;
    }

    .f24 .button-red.short {
        width: 160px;
    }
    
    .f24 .button-red.short::after {
        width: 160px;
    }
    
    .f24 .button-red.short:hover::after {
        width: 164px;
    }

    .f24.top-bar .navigation nav .navbar {
        margin-right: 25px;
    }

    /* Top Nav End */


    /* ------------------------------------ */


    /* Home Hero Start */

    #homepage-slider ul.slides li.slide {
        align-items: flex-end;
    }

    #homepage-slider ul.slides li.slide .slide-copy-wrapper {
        justify-content: center;
        align-items: flex-end;
    }

    #homepage-slider ul.slides li.slide .slide-copy {
        margin: 0 0 15vh 0;
    }

    #homepage-slider ol.flex-control-nav {
        bottom: 8.5vh;
    }

    /* Home Hero End */


    /* ------------------------------------ */


    /* Home Locations Start */

    .f24.home-locations .featured-location {
        grid-template-columns: 450px 1fr;
    }

    .f24.home-locations .featured-location .copy {
        padding-left: 50px;
    }

    /* Home Locations End */


    /* ------------------------------------ */


    /* Home Catering Start */

    .f24.home-catering .copy-wrap {
        padding: 80px 60px;
    }

    /* Home Catering End */


    /* ------------------------------------ */


    /* Circle Hero Start */

    .f24 .round-hero-wrapper {
        padding: 0 30px;
        /* photo wrap size - photo top value + photo total padding - copy top value + gold rim size */
        min-height: calc(500px - 150px + 50px + 6px);
    }

    .f24 .round-hero-image .photo-wrap {
        width: 500px;
        height: 500px;
    }

    .f24 .round-hero-image {
        top: -150px;
        right: -60px;       
        padding: 25px;
        border: 3px solid #CF9F52;
    }

    .f24 .round-hero-copy {
        max-width: calc(100% - 500px - 25px + 60px);
        padding-top: 100px;
        padding-right: 10px;
    }

    /* Circle Hero End */


    /* ------------------------------------ */


    /* Panda Family Logos Start */

    .f24.panda-family-logos ul li:first-child {
        flex: 0 0 100%
    }

    .f24.panda-family-logos ul li:first-child h4 {
        font-size: 28px;
        margin: 0 0 10px 0;
    }

    .f24.panda-family-logos .content-wrap {
        flex-wrap: wrap;
        text-align: center;
    }

    /* Panda Family Logos End */

}


@media only screen and (max-width: 1000px) { 

    /* General Start */

    .f24 h1.underline::after {
        margin: 20px auto;
    }

    .section-padding {
        padding: 50px 0;
    }

    .f24.section-pt {
        padding-top: 50px;
    }

    .f24 .content-wrap {
        max-width: calc(100% - 40px);
    }

    /* General End */


    /* ------------------------------------ */

    
    /* Buttons Start */

    .f24 .button-red:hover::after {
        width: 200px;
        height: 46px;
    }
    
    .f24 .button-red.wide:hover::after {
        width: 280px;
        height: 46px;
    }
    
    .f24 .button-red.scale:hover::after {
        width: max(10vw, 200px);
        height: max(2.9vw, 46px);
    }

    /* Buttons End */
    

    /* ------------------------------------ */


    /* Top Nav Start */   

    .f24 .top-bar-wrapper {
        width: calc(100% - 40px);
    }

    .f24.top-bar::before, 
    .f24.top-bar::after, 
    .f24.top-bar .navigation, 
    .f24.top-bar .navigation nav {
        height: 60px;
    }

    .f24.top-bar .hero-logo {
        width: 100px;
        background-color: #999;
    }

    .f24.top-bar .navigation nav {
        display: none;
    }

    /* Top Nav End */


    /* ------------------------------------ */


    /* Home Hero Start */
    
    #homepage-slider, 
    #homepage-slider ul.slides li.slide {
        min-height: 750px;
    }

    #homepage-slider ul.slides li.slide .slide-copy {
        margin: 0 0 15vh 0;
    }

    #homepage-slider ol.flex-control-nav {
        bottom: 8vh;
    }

    /* Home Hero End */


    /* ------------------------------------ */


    /* Home Locations Start */

    .f24.home-locations .locations {
        grid-template-columns: 1fr 1fr;
    }

    .f24.home-locations .location.featured {
        grid-column: unset;
        grid-template-columns: 1fr;
    }

    .f24.home-locations .locations .photo-wrap, 
    .f24.home-locations .location.featured .photo-wrap {
        height: 260px;
    }

    .f24.home-locations .location.featured .copy {
        margin-top: 0;
        padding: 20px 30px 30px 30px;
    }

    .f24.home-locations .location.featured .copy h3 {
        font-size: 30px;
    }

    .f24.home-locations .location.featured .copy .now-open {
        width: 120px;
        top: 5px;
    }

    .f24.home-locations .locations .copy, 
    .f24.home-locations .location.featured .copy {
        padding: 10px 20px 20px 20px;
    }

    /* Home Locations End */


    /* ------------------------------------ */


    /* Panda Family Logos Start */

    .f24.panda-family-logos .content-wrap {
        flex-wrap: wrap;        
        justify-content: center;
    }

    .f24.panda-family-logos ul li {
        flex: 0 0 25%;
        margin-bottom: 10px;
    }

    /* Panda Family Logos End */


    /* ------------------------------------ */


    /* Circle Hero Start */

    .f24.round-hero { 
        margin-top: 60px; 
    }

    .f24 .round-hero-wrapper {
        padding: 0 20px;
    }

    .f24 .round-hero-image .photo-wrap {
        width: 97vw;
        height: 97vw;
    }

    .f24 .round-hero-image {
        top: -30vw;
        right: -11vw;
        padding: 3.5vw;
        border: 0.9vw solid #CF9F52;
    }

    .f24 .round-hero-copy {
        max-width: unset;
        width: 100%;
        padding-right: 0;
        padding-top: 85vw;
        text-align: center;
    }

    /* Circle Hero End */


    /* ------------------------------------ */


    /* Location Details Start */

    .f24 .round-hero-copy.location {
        text-align: left;
    }

    .f24 .round-hero-copy .location-hours {
        text-align: left;
        font-size: 16px;
    }

    /* Location Details End */


    /* ------------------------------------ */


    /* Gallery Start */

    .f24 .gallery-photos {
        grid-template-columns: 1fr 1fr;
    }

    .f24 .gallery-photos .photo-wrap {
        height: 35vw;
    }

    /* Gallery End */


    /* ------------------------------------ */
    

    /* Footer Start */

    footer.f24 p.copyright {
        font-size: 18px;
    }

    /* Footer End */


    /* ------------------------------------ */


    /* Mobile Navigation Start */

    /* Mobile Button */

    .f24.mobile-nav-bt {
        display: block;
        position: fixed;
        width: 28px;
        height: 23px;
        top: 18px;
        right: 20px;
        z-index: 30;
        cursor: pointer;
    }

    .f24.mobile-nav-bt div {
        width: 28px;
        height: 3px;
        background-color: #C08B35;
        -webkit-transition: all 0.2s; 
        -moz-transition: all 0.2s; 
        -ms-transition: all 0.2s; 
        -o-transition: all 0.2s; 
    }

    .f24.mobile-nav-bt div:nth-of-type(1) {
        position: absolute;
        top: 0;
    }

    .f24.mobile-nav-bt div:nth-of-type(2) {
        position: absolute;
        top: 10px;
    }

    .f24.mobile-nav-bt div:nth-of-type(3) {
        position: absolute;
        top: 20px;
    }

    .f24.mobile-nav-bt.opened div:nth-of-type(1) {
        top: 10px;
        transform: rotate(45deg);
    }

    .f24.mobile-nav-bt.opened div:nth-of-type(2) {
        opacity: 0;
    }

    .f24.mobile-nav-bt.opened div:nth-of-type(3) {
        top: 10px;
        transform: rotate(-45deg);
    }

    /* Mobile Menu */

    .f24.mobile-nav {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #000;
        z-index: 20;
        overflow: auto;
    }

    .f24.mobile-nav.opened {
        display: block;
    }

    .f24 .mobile-nav-wrapper {
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        margin-top: 60px;
        padding-top: 80px;
    }

    .f24.mobile-nav .navbar {
        width: calc(100% - 40px);
        margin: 30px auto 30px auto;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        float: none;
    }

    .f24.mobile-nav .button-red.short {
        width: calc(100% - 40px);
        margin: 0 auto;
        height: 56px;
        font-size: 22px;
    }
    
    .f24.mobile-nav .button-red.short::after {
        width: 100%;
        height: 56px;
    }
    
    .f24.mobile-nav .button-red.short:hover::after {
        width: 100%;
        height: 56px;
    }

    .f24.mobile-nav .navbar .navbar-nav > li {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .f24.mobile-nav .navbar a {
        width: 100%;
        font-family: "brandon-grotesque", sans-serif;
        font-size: 20px;
        font-weight: 700;
        color: #FFF;
        text-transform: uppercase;
        padding: 25px 0;
        display: block;
    }

    .f24.mobile-nav .navbar .current-menu-item a {
        color: #C08B35;
    }

    .f24.mobile-nav .navbar > ul {
        margin: 0;
        width: 100%;
    }

    .f24.mobile-nav .navbar .navbar-nav > li.menu-item-has-children > a {
        background-image: url(../scg-images/arrow-down.svg);
        background-position: 100% center;
        background-repeat: no-repeat;
        background-size: 22px;
    }

    .f24.mobile-nav .navbar .navbar-nav > li.menu-item-has-children.opened > a {
        color: #FFF;
    }

    .f24.mobile-nav .navbar ul.sub-menu {
        display: block;

        position: absolute;
        opacity: 0;
        pointer-events: none;
        
        background: rgba(255,255,255,0.05);
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }

    .f24.mobile-nav ul.navbar-nav > li.menu-item-has-children.current-menu-parent > ul.sub-menu, 
    .f24.mobile-nav ul.navbar-nav > li.menu-item-has-children > ul.sub-menu.opened, 
    .f24.mobile-nav ul.navbar-nav > li.menu-item-has-children:focus > ul.sub-menu, 
    .f24.mobile-nav ul.navbar-nav > li.menu-item-has-children.focus > ul.sub-menu, 
    .f24.mobile-nav ul.navbar-nav > li.menu-item-has-children > a:hover > ul.sub-menu,
    .f24.mobile-nav ul.navbar-nav > li.menu-item-has-children > a:focus > ul.sub-menu {
        position: static;
        opacity: 1;
        pointer-events: all;
    }

    .f24.mobile-nav ul.navbar-nav > li.menu-item-has-children:not(.current-menu-parent):hover > ul.sub-menu:not(.opened),
    .f24.mobile-nav ul.navbar-nav > li.menu-item-has-children > ul.sub-menu.closed {
        position: absolute !important;
        opacity: 0 !important;
        pointer-events: none !important;
    }

    .f24.mobile-nav .navbar ul.sub-menu > li {
        margin: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .f24.mobile-nav .navbar ul.sub-menu > li:last-child {
        border-bottom: 0;
    }

    .f24.mobile-nav .navbar ul.sub-menu li.current-menu-item a {
        color: #C08B35;
    }

    .f24.mobile-nav .navbar ul.sub-menu a {
        font-size: 17px;
        padding: 20px 15px;
        width: 100%;
        display: block;
    }

    .f24.mobile-nav .nav>li>a:hover, 
    .f24.mobile-nav .nav>li>a:focus {
        background-color: unset;
    }    

    /* Mobile Navigation End */

}


@media only screen and (max-width: 900px) { 

    /* General Start */

    .desktop-item {
        display: none !important;
    }
    
    .mobile-item {
        display: block !important;
    }

    /* General Start */


    /* ------------------------------------ */


    /* Home Hero Start */

    #homepage-slider::after {
        width: 100vw;
        height: 13.333vw;
        background-image: url(../scg-images/bottom-curve-mobile.svg);
    }

    #homepage-slider ul.slides li.slide .slide-copy {
        margin: 0 0 max(15vh, 110px) 0;
    }

    #homepage-slider ol.flex-control-nav {
        bottom: max(9.5vh, 70px);
    }

    /* Home Hero End */


    /* ------------------------------------ */


    /* Home Catering Start */

    .f24.home-catering {
        grid-template-columns: 1fr;
    }

    .f24.home-catering .photo-wrap {
        height: 50vw;
    }

    .f24.home-catering .copy-wrap {
        padding: 40px 40px 50px 40px;
    }

    /* Home Catering End */


    /* ------------------------------------ */


    /* Panda Family Logos Start */
    
    .f24.panda-family-logos .content-wrap {
        flex-wrap: wrap;
        justify-content: center;
    }

    .f24.panda-family-logos h2 {        
        width: 100%;
        font-size: 22px;
    }

    .f24.panda-family-logos img {
        flex: 0 0 calc(33.33% - 20px);
    }

    /* Panda Family Logos End */

}


@media only screen and (max-width: 800px) { 


    /* Home Locations Start */

    .f24.home-locations .locations .photo-wrap, 
    .f24.home-locations .location.featured .photo-wrap {
        height: 220px;
    }

    .f24.home-locations .locations {
        grid-gap: 20px;
    }

    .f24.home-locations .location.featured .copy .now-open {
        width: 100px;
    }

    .f24.home-locations .content-wrap > p {
        width: 100%;
    }

    /* Home Locations End */


    /* ------------------------------------ */


    /* About Horizontal Photos Start */

    .f24.about-horizontal-photos {
        grid-template-columns: 1fr;
        border-right: 0;
        width: calc(100% - 40px);
        margin: 0 auto;
    }

    .f24.about-horizontal-photos .photo-wrap {
        height: 70vw;
        border-left: 0;
        margin-bottom: 20px;
    }

    .f24.about-horizontal-photos .photo-wrap:last-child {
        margin-bottom: 0;
    }

    /* About Horizontal Photos End */

}


@media only screen and (max-width: 750px) { 

    /* Home Hero Start */
    
    #homepage-slider ol.flex-control-nav {
        bottom: max(9vh, 65px);
    }

    /* Home Hero End */

}


@media only screen and (max-width: 700px) { 

    /* Home Hero Start */

    #homepage-slider ul.slides li.slide .slide-copy {
        margin: 0 0 max(15vh, 110px) 0;
        width: calc(100vw - 40px);
        padding: 4vw 5vw 5vw 5vw;
    }

    #homepage-slider ul.slides li.slide .slide-copy h2 {
        font-size: 8vw;
    }
    
    #homepage-slider ul.slides li.slide .slide-copy p, 
    .f24 p {
        font-size: 4.5vw;
    }

    #homepage-slider ul.slides li.slide .slide-copy p {
        margin: 7px 0 16px 0;
    }

    #homepage-slider ol.flex-control-nav {
        bottom: max(8vh, 60px);
    }

    #homepage-slider ol.flex-control-nav li a {
        width: 5vw;
        height: 5vw;
    }

    /* Home Hero End */


    /* ------------------------------------ */


    /* Home Locations Start */

    .f24.home-locations .locations {
        grid-template-columns: 1fr;
    }

    .f24.home-locations .locations .photo-wrap, 
    .f24.home-locations .location.featured .photo-wrap {
        height: 50vw;
    }

    .f24.home-locations .locations .copy, 
    .f24.home-locations .location.featured .copy {
        padding: 4vw 5vw 5vw 5vw;
    }

    .f24.home-locations .location.featured .copy .now-open {
        width: 25vw;
    }

    /* Home Locations End */


    /* ------------------------------------ */


    /* Panda Family Logos Start */

    .f24.panda-family-logos ul li {
        flex: 0 0 33.33%;
    }

    .f24.panda-family-logos .content-wrap img {
        max-width: 120px;
        max-height: 60px;
    }

    /* Panda Family Logos End */


    /* ------------------------------------ */


    /* Footer Start */

    footer.f24 .footer-nav li {
        margin: 12px 0;
        flex: 0 0 50%;
    }

    footer.f24 .footer-nav a, 
    footer.f24 .footer-nav a:link, 
    footer.f24 .footer-nav a:hover, 
    footer.f24 .footer-nav a:active, 
    footer.f24 .footer-nav a:visited {
        font-size: 18px;
    }

    footer.f24 p.copyright {
        font-size: 18px;
    }

    /* Footer End */

}


@media only screen and (max-width: 600px) { 

    /* General Start */

    .f24 h1 {
        font-size: 38px;
    }

    .f24 h2, 
    .f24 h2.section-title {
        font-size: 38px;
    }

    .f24 h2.section-title span {
        font-size: 24px;
    }

    .f24 .round-hero-copy h2 {
        font-size: 22px;
    }

    .f24 h3 {
        font-size: 24px;
    }
    
    .f24 h4 {
        font-size: 19px;
    }

    .f24.panda-family-logos h2 {  
        font-size: 19px;
    }
    
    .f24 p {
        font-size: 18px;
    }

    .f24.home-locations .locations p {
        font-size: 18px;
    }

    /* General End */


    /* ------------------------------------ */


    /* Top Nav Start */

    .f24.top-bar .hero-logo {
        width: 85px;
    }

    .f24 .top-bar-wrapper {
        width: calc(100% - 40px);
    }

    /* Top Nav End */


    /* ------------------------------------ */


    /* Location Details Start */

    .f24 .round-hero-copy .address, 
    .f24 .round-hero-copy .number {
        font-size: 18px;
    }

    .f24 .round-hero-copy .location-hours {
        grid-template-columns: 7fr 4.5fr;
    }

    /* Location Details End */


    /* ------------------------------------ */


    /* Gallery Start */

    .f24 .gallery-photos {
        grid-template-columns: 1fr;
    }

    .f24 .gallery-photos .photo-wrap {
        height: 70vw;
    }

    /* Gallery End */


    /* ------------------------------------ */


    /* Mobile Navigation Start */

    .f24 .mobile-nav-wrapper {
        padding-top: 60px;
    }

    .f24.mobile-nav-bt {
        right: 20px;
    }

    .f24.mobile-nav .button-red.short {
        width: calc(100% - 40px);
    }

    .f24.mobile-nav .navbar {
        width: calc(100% - 40px);
        margin: 20px auto 20px auto;
    }

    /* Mobile Navigation End */

}


@media only screen and (max-width: 500px) { 

    /* Location Details Start */

    .f24 .round-hero-copy .location-hours {
        grid-template-columns: 6fr 4.25fr;
    }

    .f24 .round-hero-copy .buttons {
        flex-direction: column;
    }

    /* Location Details End */


    /* ------------------------------------ */


    /* Panda Family Logos Start */

    .f24.panda-family-logos .content-wrap img {
        max-width: 80%;
    }

    /* Panda Family Logos End */


    /* ------------------------------------ */
    

    /* Footer Start */

    footer.f24 .footer-nav {
        margin: 30px 0;
    }

    footer.f24 .footer-pi-logo {
        width: 120px;
    }

    footer.f24 .footer-nav li {
        margin: 12px 0;
        flex: 0 0 100%;
    }

    footer.f24 .footer-nav a, 
    footer.f24 .footer-nav a:link, 
    footer.f24 .footer-nav a:hover, 
    footer.f24 .footer-nav a:active, 
    footer.f24 .footer-nav a:visited {
        font-size: 18px;
    }

    footer.f24 p.copyright {
        font-size: 18px;
    }

    footer.f24 .copyright br {
        display: block;
    }

    /* Footer End */

}


@media only screen and (max-width: 400px) { 

    /* Location Details Start */

    .f24 .round-hero-copy .location-hours {
        grid-template-columns: 6fr 5fr;
        font-size: 14px;
    }

    /* Location Details End */
    
}