/*
 Theme Name:   Infinite Child
 Theme URI:    http://demo.goodlayers.com/infinite
 Description:  Goodlayers Infinite Child Theme
 Author:       Goodlayers
 Author URI:   http://goodlayers.com
 Template:     infinite
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, right-sidebar, responsive-layout
 Text Domain:  infinite-child

 START YOUR CHILD THEME CSS HERE
*/


/*--------------------------
*           Index          *
----------------------------
* 1. Global                *
*    1.2 Header            *
*    1.3 Footer            *
*    1.4 Sidebar           *
* 2. Home-page             *
* 3. Sub-page              *
* 4. Responsive            *
* 5. Keyframes             *
--------------------------*/


/*--------------------------
*       HIDE THE TESTIMONIALS SECTION         *
--------------------------*/

.hide-this {
    display: none;
}

/*--------------------------
*       END HIDE THE TESTIMONIALS SECTION         *
--------------------------*/

/*--------------------------
*        1. Global         *
--------------------------*/
@font-face {
    font-family: 'Fertigo Pro Script';
    src: url('assets/fonts/fertigo-pro/FertigoProScript-Regular.eot');
    src: url('assets/fonts/fertigo-pro/FertigoProScript-Regular.eot?#iefix') format('embedded-opentype'),
    url('assets/fonts/fertigo-pro/FertigoProScript-Regular.woff2') format('woff2'),
    url('assets/fonts/fertigo-pro/FertigoProScript-Regular.woff') format('woff'),
    url('assets/fonts/fertigo-pro/FertigoProScript-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bookends';
    src: url('assets/fonts/bookends-font/Bookends-BookendsWithAccents.woff2') format('woff2'),
    url('assets/fonts/bookends-font/Bookends-BookendsWithAccents.woff') format('woff'),
    url('assets/fonts/bookends-font/Bookends-BookendsWithAccents.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    --color-brand: #0064B1;
    --color-brand-rgba: 0, 100, 177;
    --color-brand-two: #41C0FB;
    --color-brand-two-rgba: 65, 192, 251;
    --color-accent: #41C0FB;
    --color-accent-rgba: 65, 192, 251;
    --color-black: #122B46;
    --color-black-rgba: 18, 43, 70;

    accent-color: var(--color-accent);

    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.mw-720 {
    max-width: 720px;
    margin: 0 auto;
}

html body.infinite-body {
    font-size: 21px;
}
/*.gdlr-core-page-builder-body p, html body.infinite-body {*/
/*    text-wrap: balance;*/
/*}*/
/*.infinite-blog-title-wrap .infinite-blog-title-overlay {*/
/*    opacity: .1;*/
/*}*/
.infinite-blog-title-wrap .infinite-single-article-title {
    text-wrap: balance;
    letter-spacing: 0;
    text-transform: uppercase;
}

.infinite-page-title-wrap .infinite-page-title-overlay, .infinite-blog-title-wrap .infinite-blog-title-overlay {
    opacity: .86;
}

.infinite-page-title-wrap, .infinite-blog-title-wrap {
    background-position: 50% 17% !important;
}
.infinite-page-title-wrap .infinite-page-title-overlay, .infinite-blog-title-wrap .infinite-blog-title-overlay  {
    background-color: #41C0FB !important;
    /*background-color: #0064b1 !important;*/
}
.infinite-single-article-head.infinite-single-blog-title-style-1 {
    max-width: 100%;
    text-align: center;
}
html body .hide-me {
    display: none;
}

html body .pmax-fade-in {
    -webkit-animation: fade-in 1s forwards;
    animation: fade-in 1s forwards;
}

/* Don't let phone number links wrap */
a[href^="tel:"],
a[href^="tel+"] {
    white-space: nowrap;
}



.dark h2, .dark h3, .dark h4, .dark h5, .dark h6, .dark p, .dark a, .dark li, .dark ul {
    color: #fff;
}

.dark ul, .col-center ul {
    text-align: left;
}

.dark a {
  font-weight: 700 !important;
}
.hp-blog h3, .intro h3 {
    margin-bottom: 0;
}

html body .left-popper a.yt--popper.has-img:after, html body .left-popper a.yt--popper.has-img:before {
    top: 80%;
    left: 25%;
}

html body .left-popper a.yt--popper.has-img:after {
    background-color: rgba(var(--color-accent-rgba), 50%);
}



    /* Remove default appearance for iOS/Safari forms */
input:matches([type="button"],
[type="submit"],
[type="reset"]) {
    -webkit-appearance: none !important;
}

html body .infinite-float-social.infinite-display-after-title {
    right: auto;
    left: 0;
    top: auto;
    bottom: 0;
    -webkit-transform: translate(0, 0) rotate(0deg);
    -ms-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 72px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    opacity: 1 !important;
}

html body .infinite-float-social.infinite-display-after-title .infinite-divider,
html body .infinite-float-social.infinite-display-after-title .infinite-head {
    display: none;
}

html body .infinite-float-social.infinite-display-after-title a {
    display: block;
    width: 48px;
    height: 48px;
    text-align: center;
    background-color: rgba(65, 192, 251, .8);
    font-size: 21px;
    line-height: 50px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

html body .infinite-float-social.infinite-display-after-title a:hover {
    width: 56px;
    height: 56px;
    background-color: rgba(65, 192, 251, 1);
    line-height: 58px;
}

html body,
html body .infinite-animate-fixed-navigation .infinite-header-container-inner {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    left: 0;
}

html body.slide-menu-active,
html body.slide-menu-active .infinite-animate-fixed-navigation .infinite-header-container-inner {
    left: -460px;
}

html body.slide-menu-active header.infinite-header-wrap {
    right: 460px;
    left: -460px;
}

html body a.btn,
.gdlr-core-body .gdlr-core-load-more,
.infinite-body input[type="button"],
.infinite-body input[type="submit"] {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 1.1em 2em;
    background-color: var(--color-brand);
    border-radius: .5em;
    color: #fff;
    font-family: futura-pt, sans-serif;
    font-size: 17px;
    font-weight: 600;
    opacity: 98%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-transform: uppercase;
}

html body a.btn:hover,
.infinite-body input[type="button"]:hover,
.infinite-body input[type="submit"]:hover {
    background-color: var(--color-brand-two);
    color: #fff;
}

html body .white a.btn {
    background-color: rgb(255 255 255 / 100%);
    color: var(--color-brand-two);
}

html body .white a.btn:hover {
    background-color: var(--color-accent);
    color: #fff;
}

html body .ht-bkd {
    background-color: #fff;
    background-image: url('/wp-content/uploads/2023/09/annas-house-grand-rapids.png');
    background-repeat: repeat;
    background-position: center;
}

html body .gdlr-core-text-box-item a:not(.hide-link):not(.btn):not(.button) {
    font-weight: 500;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

html body .gdlr-core-text-box-item a:not(.hide-link):not(.btn):not(.button):hover {
    text-decoration: underline;
}

/* Hidden Links */
a.hide-link,
a.hide-link:hover {
    color: inherit;
    text-decoration: none;
    cursor: default;
    font-weight: inherit !important;
}

html body.infinite-body h1,
html body.infinite-body h2,
html body.infinite-body h3,
html body.infinite-body h4,
html body.infinite-body h5,
html body.infinite-body h6 {
    font-family: futura-pt, sans-serif;
    font-weight: 800 !important;
    line-height: 1;
}

html body.infinite-body h1.color-brand,
html body.infinite-body h2.color-brand,
html body.infinite-body h3.color-brand,
html body.infinite-body h4.color-brand,
html body.infinite-body h5.color-brand,
html body.infinite-body h6.color-brand {
    color: var(--color-brand) !important;
}

html body.infinite-body h1.color-brand-two,
html body.infinite-body h2.color-brand-two,
html body.infinite-body h3.color-brand-two,
html body.infinite-body h4.color-brand-two,
html body.infinite-body h5.color-brand-two,
html body.infinite-body h6.color-brand-two {
    color: var(--color-brand-two) !important;
}

html body.infinite-body h1.color-accent,
html body.infinite-body h2.color-accent,
html body.infinite-body h3.color-accent,
html body.infinite-body h4.color-accent,
html body.infinite-body h5.color-accent,
html body.infinite-body h6.color-accent {
    color: var(--color-accent) !important;
}

html body.infinite-body h1.fertigo,
html body.infinite-body h2.fertigo,
html body.infinite-body h3.fertigo,
html body.infinite-body h4.fertigo,
html body.infinite-body h5.fertigo,
html body.infinite-body h6.fertigo,
html body:not(.home).infinite-body h2,
html body:not(.home).infinite-body h3,
html body:not(.home).infinite-body h4,
html body:not(.home).infinite-body h5,
html body:not(.home).infinite-body h6 {

}

html body.infinite-body h1.fertigo strong,
html body.infinite-body h2.fertigo strong,
html body.infinite-body h3.fertigo strong,
html body.infinite-body h4.fertigo strong,
html body.infinite-body h5.fertigo strong,
html body.infinite-body h6.fertigo strong,
html body:not(.home).infinite-body h2 strong,
html body:not(.home).infinite-body h3 strong,
html body:not(.home).infinite-body h4 strong,
html body:not(.home).infinite-body h5 strong,
html body:not(.home).infinite-body h6 strong {
    /*font-weight: 500 !important;*/
}

html body.infinite-body h1.futura,
html body.infinite-body h2.futura,
html body.infinite-body h3.futura,
html body.infinite-body h4.futura,
html body.infinite-body h5.futura,
html body.infinite-body h6.futura,
html body:not(.home).infinite-body h2.futura,
html body:not(.home).infinite-body h3.futura,
html body:not(.home).infinite-body h4.futura,
html body:not(.home).infinite-body h5.futura,
html body:not(.home).infinite-body h6.futura {
    font-family: futura-pt, sans-serif;
    text-transform: none;
    font-weight: 800;
}

html body.infinite-body h1.balboa,
html body.infinite-body h2.balboa,
html body.infinite-body h3.balboa,
html body.infinite-body h4.balboa,
html body.infinite-body h5.balboa,
html body.infinite-body h6.balboa,
html body:not(.home).infinite-body h2.balboa,
html body:not(.home).infinite-body h3.balboa,
html body:not(.home).infinite-body h4.balboa,
html body:not(.home).infinite-body h5.balboa,
html body:not(.home).infinite-body h6.balboa {
    /*font-family: balboa-plus-primary, sans-serif;*/
    text-transform: uppercase;
    letter-spacing: .13em;
}

html body:not(.home).infinite-body h2,
html body:not(.home).infinite-body h3,
html body:not(.home).infinite-body h4,
html body:not(.home).infinite-body h5,
html body:not(.home).infinite-body h6 {
    color: var(--color-brand);
    margin: .5em 0 .5em 0;
}

html body:not(.home).infinite-body .white h2,
html body:not(.home).infinite-body .white h3,
html body:not(.home).infinite-body .white h4,
html body:not(.home).infinite-body .white h5,
html body:not(.home).infinite-body .white h6 {
    color: #fff;
}

html body.infinite-body h1.bookends,
html body.infinite-body h2.bookends,
html body.infinite-body h3.bookends,
html body.infinite-body h4.bookends,
html body.infinite-body h5.bookends,
html body.infinite-body h6.bookends {
    /*font-family: Bookends, sans-serif;*/
    font-weight: normal;
    letter-spacing: normal;
    color: #000;
    text-transform: none;
}

html body.infinite-body h1.balboa,
html body.infinite-body h2.balboa,
html body.infinite-body h3.balboa,
html body.infinite-body h4.balboa,
html body.infinite-body h5.balboa,
html body.infinite-body h6.balboa {
    /*font-family: balboa-plus-primary, sans-serif;*/
    font-weight: normal;
    letter-spacing: normal;
    color: var(--color-brand-two);
}

html body.infinite-body,
html body.infinite-body .gdlr-core-content-font,
html body.infinite-body input,
html body.infinite-body textarea,
html body.infinite-body button,
html body.infinite-body select,
html body.infinite-body .infinite-content-font,
html body.gdlr-core-audio .mejs-container *,
html body.infinite-body .gdlr-core-info-font,
html body.infinite-body .infinite-info-font {
    font-family: futura-pt, sans-serif;
}

html body h1.nowrap,
html body h2.nowrap,
html body h3.nowrap,
html body h4.nowrap,
html body h5.nowrap,
html body h6.nowrap {
    white-space: nowrap;
}

html body .white h1,
html body .white h2,
html body .white h3,
html body .white h4,
html body .white h5,
html body .white h6 {
    color: #fff;
}


.home h3 {
    font-size: 42px;
}

html body .white p {
    color: #fff;
}

html body .white p a:not(.hide-link):not(.btn):not(.button) {
    color: rgb(255 255 255 / 90%);
    font-weight: 900;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

html body .white p a:not(.hide-link):not(.btn):not(.button):hover {
    color: rgb(255 255 255 / 100%);
}

html body .gdlr-core-pbf-wrapper.col-center .gdlr-core-pbf-wrapper-content .gdlr-core-pbf-wrapper-container {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

html body .gdlr-core-pbf-wrapper.col-center .gdlr-core-pbf-wrapper-content .gdlr-core-pbf-wrapper-container .gdlr-core-text-box-item:last-child {
    padding-bottom: 0;
}

html body .rift {
    font-family: rift-soft, sans-serif;
    letter-spacing: .15em;
}

html body .center {
    text-align: center;
}

html body .infinite-page-wrapper ul li, html body .infinite-page-wrapper ol li  {
    margin-bottom: 12px;
}


html body .gdlr-core-lightgallery .gdlr-core-image-overlay.gdlr-core-round-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

html body .gdlr-core-lightgallery .gdlr-core-image-overlay.gdlr-core-round-icon .gdlr-core-image-overlay-icon {
    display: block;
    background-color: transparent;
    color: rgb(255 255 255 / 80%);
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    padding: 0;
    margin: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    font-size: 48px;
    line-height: 0;
    width: auto;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 999;
}

html body .gdlr-core-lightgallery .gdlr-core-image-overlay.gdlr-core-round-icon .gdlr-core-image-overlay-icon:after {
    content: '';
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 999px;
    /*background-color: rgb(255 255 255 / 12%);*/
    background-color: rgba(var(--color-brand-two-rgba), 50%);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    position: absolute;
    top: -51px;
    left: -30px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: -1;

}

html body .gdlr-core-lightgallery:hover .gdlr-core-image-overlay.gdlr-core-round-icon .gdlr-core-image-overlay-icon {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    color: rgb(255 255 255 / 90%);
}

html body .gdlr-core-lightgallery:hover .gdlr-core-image-overlay.gdlr-core-round-icon .gdlr-core-image-overlay-icon:after {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

html body a.yt--popper.has-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    box-shadow: 0 30px 35px rgba(17, 17, 17,0.07);
    -moz-box-shadow: 0 30px 35px rgba(17, 17, 17,0.07);
    -webkit-box-shadow: 0 30px 35px rgba(17, 17, 17,0.07);
    border-width: 0;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    overflow: hidden;
}

html body a.yt--popper.has-img img {
    margin: 0;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

html body a.yt--popper.has-img:before {
    content: '\f04b';
    font-family: FontAwesome;
    font-weight: 900;
    display: block;
    background-color: transparent;
    color: rgb(255 255 255 / 80%);
    position: absolute;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    padding: 0;
    margin: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    font-size: 28px;
    line-height: 0;
    width: auto;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 999;
}

html body a.yt--popper.has-img:after {
    content: '';
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 999px;
    /*background-color: rgb(255 255 255 / 12%);*/
    background-color: rgba(var(--color-brand-two-rgba), 50%);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(calc(-50% - 4px),calc(-50% - 1px));
    -ms-transform: translate(calc(-50% - 4px),calc(-50% - 1px));
    transform: translate(calc(-50% - 4px),calc(-50% - 1px));
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 0;
}


html body a.yt--popper.has-img:hover:before {
    color: rgb(255 255 255 / 90%);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

html body a.yt--popper.has-img:hover:after {
    -webkit-transform: translate(calc(-50% - 4px),calc(-50% - 1px)) scale(1.1);
    -ms-transform: translate(calc(-50% - 4px),calc(-50% - 1px)) scale(1.1);
    transform: translate(calc(-50% - 4px),calc(-50% - 1px)) scale(1.1);
}

html body a.yt--popper.has-img:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

html body a.yt--popper.has-img {
    margin: 0 auto;
    max-width: 540px;
    display: inline-table;
}

html body a.yt--popper.has-img:before {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

html body a.yt--popper.has-img:hover:before {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
}

html body a.yt--popper.has-img.alt:after {
    width: 100px;
    height: 100px;
}

html body a.yt--popper.has-img.alt:before {
    font-size: 40px;
}

html body .texture-bkgd {
    /*background-image: url(/wp-content/uploads/2023/09/repeatable_texture.png);*/
    /*background-size: auto;*/
    /*background-repeat: repeat;*/
    /*background: var(--color-accent);*/
}

html body .lg-toolbar .lg-close {
    display: none;
}

html body .lg-toolbar .lg-close:after,
html body .lg-toolbar .lg-close:before {
    content: '';
    display: block;
    width: 24px;
    height: 1px;
    background-color: #212121;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}

html body .lg-toolbar .lg-close:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

html body .lg-toolbar .lg-close:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

html body .mfp-bg {
    background-color: #fff;
}

html body .mfp-image-holder .mfp-close,
html body .mfp-iframe-holder .mfp-close {
    color: #000;
    font-size: 48px;
    top: -46px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 48px;
    height: 48px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    left: auto;
    right: -12px;
}

html body .mfp-image-holder .mfp-close:hover,
html body .mfp-iframe-holder .mfp-close:hover {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}

html body.gallery {
    margin-bottom: 0;
}

/* 1.2 Header */
html body header li.mobile-only {
    display: none;
}

html body .infinite-navigation {
    padding-top: 10px;
    text-align: right;
}
body .infinite-mobile-header .infinite-logo {
    display: inline-block;
}
html body .mobile-phone {
    margin-bottom: 14px;
    /*padding-right: 8px;*/
}
html body  .mobile-phone .gdlr-core-button{
    font-size: 16px;
    color: #FFFFFF;
    border: transparent;
    background: transparent;
    padding: 8px 14px 4px 14px;
    letter-spacing: 0.02em;

}

html body  .mobile-phone .gdlr-core-button i {
   margin-right: 6px;
    font-size: 14px;
    /*color: var(--color-brand-two);*/

}



html body  .mobile-phone .gdlr-core-button:hover {
background: transparent;
   border-color: transparent;
}
html body  .mobile-phone .gdlr-core-button:hover span {
    text-decoration: underline;
}


html body .infinite-animate-fixed-navigation.infinite-header-style-plain .infinite-navigation,
html body .infinite-animate-fixed-navigation.infinite-header-style-boxed .infinite-navigation {
    padding-top: 32px;
}

html body .infinite-fixed-navigation.infinite-style-slide .infinite-logo {
    padding: 10px;
}

/*html body .infinite-fixed-navigation.infinite-style-slide .infinite-logo-inner img {*/
/*    max-height: 158px !important;*/
/*}*/
/*html body .infinite-logo-inner {*/
/*    max-width: 100% !important;*/
/*}*/



html body .infinite-navigation .sf-menu > li > a,
html body .infinite-navigation .sf-vertical > li > a {
    font-size: 17px;
    font-family: futura-pt, sans-serif;
    font-weight: 600;
    padding-bottom: 13px;
    /*color: var(--color-black);*/
}
.scrolled .infinite-navigation .sf-menu > li > a,
.scrolled .infinite-navigation .sf-vertical > li > a,
.scrolled .mobile-phone .gdlr-core-button {
    color: var(--color-black);
}

.scrolled .mobile-phone .gdlr-core-button:hover {
    -webkit-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
}

.scrolled .mobile-phone .gdlr-core-button {
    -webkit-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
}
.scrolled .mobile-phone .gdlr-core-button:hover span {
    color: var(--color-accent) !important;
}

.infinite-navigation .sf-menu > li {

    padding-right: 12px;
}

.infinite-navigation .sf-menu > .infinite-normal-menu li {
    padding: 1px 16px;
}
.infinite-navigation .sf-menu > .infinite-normal-menu li > a {
    padding: 6px 0;
}

html body .infinite-navigation .sf-menu > li.menu-item-has-children > ul > li > a,
html body .infinite-navigation .sf-menu > li.menu-item-has-children ul li a {
    text-transform: none;
    font-family: futura-pt, sans-serif;
    font-weight: 600;
    width: 100%;
    display: inline-block;
}

html body .infinite-navigation .sf-menu > li.menu-item-has-children ul li a:after {
    content: '';

    display: block;
    width: 100%;
    max-width: 50%;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    height: 3px;
    background-color: var(--color-brand-two);
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
}

html body .infinite-navigation .sf-menu > li.menu-item-has-children ul li a:hover:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

html body .infinite-navigation .sf-menu > li.menu-item-has-children ul.sub-menu li.menu-item-has-children > a:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-right: 2px solid #212121;
    border-bottom: 2px solid #212121;
    position: absolute;
    top: 16px;
    right: 0;
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg);
}

html body .infinite-side-content-menu-button {
    position: relative;
    top: 8px;
}

html body .infinite-side-content-menu-button:before,
html body .infinite-side-content-menu-button span,
html body .infinite-side-content-menu-button:after {
    border-radius: 999px;
    opacity: 0.9;
}

html body .infinite-side-content-menu-button:before,
html body .infinite-side-content-menu-button span {
    width: 1.33em;
    margin-bottom: 4px;
}

html body .infinite-side-content-menu-button:after {
    width: 1em;
}

html body .infinite-side-content-menu-button:hover:before,
html body .infinite-side-content-menu-button:hover span,
html body .infinite-side-content-menu-button:hover:after {
    width: 1.5em;
}

html body #infinite-side-content-menu,
html body .infinite-mm-menu-wrap.mm-menu {
    /*background-image: url('/wp-content/uploads/2023/09/annas-house-near-me.jpg');*/
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: auto;
    padding-top: 100px;
    background: var(--color-brand);
}

html body #infinite-side-content-menu .infinite-side-content-menu-close,
html body .mm-panel .mmenu-custom-close {
    width: 24px;
    height: 24px;
    background-color: transparent;
    right: auto;
    top: 35px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
html body .mm-panel {
    padding: 14px 20px 0;
}

html body #infinite-side-content-menu .infinite-side-content-menu-close:before,
html body #infinite-side-content-menu .infinite-side-content-menu-close:after,
html body .mm-panel .mmenu-custom-close:before,
html body .mm-panel .mmenu-custom-close:after {
    display: block;
    content: '';
    width: 24px;
    height: 2px;
    background-color: #fff;
    border-radius: 999px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

html body #infinite-side-content-menu .infinite-side-content-menu-close:after,
html body .mm-panel .mmenu-custom-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

html body #infinite-side-content-menu .infinite-side-content-menu-close:hover:before,
html body #infinite-side-content-menu .infinite-side-content-menu-close:hover:after,
html body .mm-panel .mmenu-custom-close:hover:before,
html body .mm-panel .mmenu-custom-close:hover:after {
    -webkit-transform: rotate(45deg) scale(1.1);
    -ms-transform: rotate(45deg) scale(1.1);
    transform: rotate(45deg) scale(1.1);
}

html body #infinite-side-content-menu .infinite-side-content-menu-close:hover:after,
html body .mm-panel .mmenu-custom-close:hover:after {
    -webkit-transform: rotate(-45deg) scale(1.1);
    -ms-transform: rotate(-45deg) scale(1.1);
    transform: rotate(-45deg) scale(1.1);
}

html body .mm-navbar .mmenu-custom-close {
    left: 8px;
}
html body .mm-navbar__title>span {
    white-space: normal;
    overflow: visible;
}

html body .menu-expanded-menu-container ul#menu-expanded-menu li,
html body .mm-panel ul.m-menu li,
html body .mm-panel ul.sub-menu li {
    border: none;
    padding: 0;
    position: relative;
    margin-bottom: 21px;
}

html body .mm-panel ul.m-menu li,
html body .mm-panel ul.sub-menu li {
    margin-bottom: 12px;
    display: list-item;
}

html body .menu-expanded-menu-container ul#menu-expanded-menu li:before,
html body .mm-panel ul.m-menu li:before,
html body .mm-panel ul.sub-menu li:before {
    display: none;
}

html body .menu-expanded-menu-container ul#menu-expanded-menu li a,
html body .mm-panel ul.m-menu li a,
html body .mm-panel ul.sub-menu li a,
html body .mm-panel ul.m-menu li a:link,
html body .mm-panel ul.sub-menu li a:link,
html body .infinite-mm-menu-wrap.mm-menu a {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-family: futura-pt, sans-serif;
    font-weight: 600;
    position: relative;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    left: 0;
}

html body .mm-panel ul.m-menu li a,
html body .mm-panel ul.sub-menu li a,
html body .mm-panel ul.m-menu li a:link,
html body .mm-panel ul.sub-menu li a:link {
    padding: 5px;
    width: auto;
    display: inline;
    position: relative;
}

html body .mm-panel ul.m-menu li a:not(:first-of-type),
html body .mm-panel ul.sub-menu li a:not(:first-of-type) {
    padding-left: 0;
    padding-right: 0;
}

html body .menu-expanded-menu-container ul#menu-expanded-menu li a:hover,
html body .mm-panel ul.m-menu li a:hover,
html body .mm-panel ul.sub-menu li a:hover,
html body .mm-panel ul.m-menu li a:hover:link,
html body .mm-panel ul.sub-menu li a:hover:link {
    left: 3px;
}

html body .infinite-mm-menu-wrap .mm-listitem::after {
    display: none;
}

html body .menu-expanded-menu-container ul#menu-expanded-menu li.menu-item-has-children > a:after,
html body .mm-panel ul.m-menu li.menu-item-has-children > a:after {
    display: block;
    content: '>';
    position: absolute;
    top: 1.5px;
    right: -1.2em;
    bottom: auto;
    left: auto;
    padding: 0;
    padding-left: 1.2em;
    -webkit-transform: scale(.55, 1) rotate(0deg);
    -ms-transform: scale(.55, 1) rotate(0deg);
    transform: scale(.55, 1) rotate(0deg);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    opacity: 1;
    border: 0 !important;
}

html body .mm-panel ul.m-menu li.menu-item-has-children > a:not([title="Open submenu"]):after {
    display: none;
}

html body .mm-panel ul.m-menu li.menu-item-has-children > a:after {
    top: 5px;
    right: -10px;
}

html body .menu-expanded-menu-container ul#menu-expanded-menu li.menu-item-has-children.sub-menu-active > a:after,
html body .mm-panel ul.m-menu li.menu-item-has-children.sub-menu-active > a:after {
    -webkit-transform: scale(1, .55) rotate(90deg);
    -ms-transform: scale(1, .55) rotate(90deg);
    transform: scale(1, .55) rotate(90deg);
    right: -1.33em;
    padding-left: 0;
    top: 1px;
}

html body .menu-expanded-menu-container ul#menu-expanded-menu li.menu-item-has-children:not(.sub-menu-active) > .sub-menu,
html body .mm-panel ul.m-menu li.menu-item-has-children:not(.sub-menu-active) > .sub-menu {
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    left: 12px;
    margin: 0;
    max-height: 0;
}

html body .menu-expanded-menu-container ul#menu-expanded-menu li.menu-item-has-children:not(.sub-menu-active) > .sub-menu > li,
html body .mm-panel ul.m-menu li.menu-item-has-children:not(.sub-menu-active) > .sub-menu > li,
html body .menu-expanded-menu-container ul#menu-expanded-menu li.menu-item-has-children:not(.sub-menu-active) > .sub-menu > li a,
html body .mm-panel ul.m-menu li.menu-item-has-children:not(.sub-menu-active) > .sub-menu > li a {
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    opacity: 0;
    margin: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

html body .menu-expanded-menu-container ul#menu-expanded-menu li.menu-item-has-children.sub-menu-active > .sub-menu > li,
html body .mm-panel ul.m-menu li.menu-item-has-children.sub-menu-active > .sub-menu > li,
html body .menu-expanded-menu-container ul#menu-expanded-menu li.menu-item-has-children.sub-menu-active > .sub-menu > li a,
html body .mm-panel ul.m-menu li.menu-item-has-children.sub-menu-active > .sub-menu > li a {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    margin: 0;
}

html body .menu-expanded-menu-container ul#menu-expanded-menu li.menu-item-has-children.sub-menu-active > .sub-menu > li:not(:first-of-type),
html body .mm-panel ul.m-menu li.menu-item-has-children.sub-menu-active > .sub-menu > li:not(:first-of-type) {
    margin-top: 5px;
}

html body .menu-expanded-menu-container ul#menu-expanded-menu li.menu-item-has-children.sub-menu-active > .sub-menu,
html body .mm-panel ul.m-menu li.menu-item-has-children.sub-menu-active > .sub-menu {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    left: 12px;
    margin-top: 12px;
    max-height: initial;
}

html body .mm-panel .mmenu-custom-close:before,
html body .mm-panel .mmenu-custom-close:after {
    left: 5px;
    top: 45%;
}

html body header.infinite-header-wrap {
    position: fixed;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    height: 80px;
}

html body header.infinite-header-wrap .infinite-header-container:after {
    /*content: '';*/
    /*display: block;*/
    /*position: absolute;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*width: 138px;*/
    /*height: 59px;*/
    /*background-color: #34393ad9;*/
    /*-webkit-backdrop-filter: blur(3px);*/
    /*backdrop-filter: blur(3px);*/
    /*z-index: -1;*/
}

html body header.infinite-header-wrap .infinite-header-container .infinite-logo {
    /*background-color: #34393a;*/
    padding-right: 16px;
    padding-left: 16px;
    -webkit-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
    background: #fff;
    width: 267px;
}

html body header.infinite-header-wrap .infinite-header-container .infinite-logo:before {
    content: '';
    display: block;
    position: absolute;
    top: 92px;
    right: 0;
    bottom: 0;
    left: 0;
    /*background-color: #34393ad9;*/
    background-color: rgb(255 255 255 / 60%);

    z-index: -1;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
}

html body.scrolled header.infinite-header-wrap .infinite-header-container .infinite-logo {
    background-color: #fff;
    padding: 12px 16px 12px 16px;
}


html body header.infinite-header-wrap .infinite-header-container .infinite-logo img {
    max-height: 120px;
    width: 100% !important;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;

}


html body.scrolled header.infinite-header-wrap .infinite-header-container .infinite-logo img {
    max-height: 92px;
    width: auto;
}

html body .infinite-header-background {
    background-color: transparent;
}

html body .infinite-header-background:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /*background-color: #34393ad9;*/
    /*background-color: rgb(52 57 58 / 50%);*/
    /*background-color: #34393ad9;*/
    /*background-color: rgb(255 255 255 / 60%);*/
    background-color: rgba(0, 100, 177, .94)
;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;


    /*--clip-height: 72%;*/
    /*clip-path: polygon(100% 0, 100% var(--clip-height), calc(19% + 4px) var(--clip-height), calc(19% + 4px) 100%, calc(12% - 2px) 100%, calc(12% - 2px) var(--clip-height), 0% var(--clip-height), 0 0);*/
}

html body.scrolled .infinite-header-background:before {
    /*background-color: #34393ad9;*/
    background-color: rgb(255 255 255 / 93%);
    box-shadow: 1px 9px 81px 4px rgba(0,0,0,0.12);
    -webkit-box-shadow: 1px 9px 81px 4px rgba(0,0,0,0.12);
    -moz-box-shadow: 1px 9px 81px 4px rgba(0,0,0,0.12);
}

html body .infinite-mm-menu-wrap.mm-menu * {
    background: transparent;
}

html body .infinite-mm-menu-wrap.mm-menu a,
html body .infinite-mm-menu-wrap.mm-menu a:active,
html body .infinite-mm-menu-wrap.mm-menu a:link,
html body .infinite-mm-menu-wrap.mm-menu a:visited {
    color: #fff;
}

html body .mm-menu .mm-btn:after,
html body .mm-menu .mm-btn:before {
    border-color: #fff;
}

html body .mm-btn--prev:before {
    inset-inline-start: 9px;
}

html body .infinite-mobile-header.infinite-header-background.infinite-style-slide.infinite-sticky-mobile-navigation.infinite-fixed-navigation {
    display: none !important;
}

html body a.pmax-mobile-cta.btn {
    display: none;
}

/* 1.3 Footer */

.infinite-copyright-left {
    color: #fff;
    width: 100%;
    text-align: center;
}
html body footer {
    /*background-image: url(/wp-content/uploads/2023/09/repeatable_texture.png);*/
    background-size: auto;
    background-repeat: repeat;
    position: relative;
}

html body footer:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -o-linear-gradient(75deg, rgb(243 241 232), rgb(241 179 133 / 11%));
    background: linear-gradient(15deg, rgb(243 241 232), rgb(241 179 133 / 11%));
}

html body footer .infinite-footer-container.infinite-container {
    overflow: visible;
}

html body footer .infinite-copyright-wrapper,
html body footer .infinite-footer-wrapper {
    background-color: var(--color-black);
    overflow: visible;
    position: relative;
    z-index: 1;
}

html body footer .logo img {
    max-width: 280px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

html body footer .logo a:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

html body footer .infinite-footer-wrapper .widget {
    margin-bottom: 24px;
    overflow: visible;
}

html body.infinite-body .infinite-footer-back-to-top-button {
    background-color: rgba(var(--color-brand-rgba), 0.85);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    color: #fff;
}

html body.infinite-body .infinite-footer-back-to-top-button:hover {
    background-color: rgba(var(--color-brand-rgba), 0.98);
    color: #fff;
}

html body footer .infinite-footer-wrapper .widget p {
    color: #fff;
    font-size: 21px;
    max-width: 512px;
    margin: 0 auto;
}
.infinite-copyright-left {
    color: #fff;
}
.infinite-copyright-wrapper a {
    color: #ffffff;
    opacity: .8;
}
.infinite-copyright-wrapper a:hover {
    color: var(--color-accent);
    opacity: 1;
}

html body footer .infinite-footer-wrapper .widget a {
    color: #fff;
    font-weight: 700;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

html body footer .infinite-footer-wrapper .widget a:hover {
    color: var(--color-accent);
}

html body footer .infinite-footer-wrapper .widget ul.footer-links {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1em;
    margin: 48px 0 24px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

html body footer .infinite-footer-wrapper .widget ul.footer-links li a {
    font-size: 18px;
    text-transform: uppercase;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

html body footer .infinite-footer-wrapper .widget ul.footer-links li a:hover {
    color: var(--color-accent);
}

html body footer .infinite-copyright-wrapper {
    padding-top: 32px;
    border-top: 1px solid #bbb;
    z-index: 9;
    display: block;
    position: relative;
}

html body footer .infinite-copyright-wrapper .infinite-copyright-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    position: relative;
    top: 16px;
}

html body footer .infinite-copyright-wrapper .infinite-copyright-right a[href*="tel"] {
    font-size: 18px;
    padding: 0;
    margin-right: 5px;
    position: relative;
    top: 4px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

html body footer .infinite-copyright-wrapper .infinite-copyright-right a[href*="tel"]:hover {
    background-color: transparent;
    color: var(--color-brand);
}

html body footer .infinite-copyright-wrapper .infinite-copyright-right a:not([href*="tel"]) {
    width: 36px;
    height: 36px;
    background-color: transparent;
    border: 2px solid var(--color-brand-two);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 999px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    color: var(--color-brand-two);
    font-size: 18px;
}

html body footer .infinite-copyright-wrapper .infinite-copyright-right a i {
    color: var(--color-brand-two);
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

html body footer .infinite-copyright-wrapper .infinite-copyright-right a:hover {
    background-color: var(--color-brand-two);
    color: var(--color-accent);
}

html body footer .infinite-copyright-wrapper .infinite-copyright-right a:hover i {
    color: var(--color-accent);
}

/* 1.4 Sidebar */


/*------------------------
*      2. Home-page      *
-------------------------*/
/* Video iFrame Banner Styles */
.video-container {
    aspect-ratio: 16/9;
    /* if using button row */
    /*aspect-ratio: auto;*/
    /*height: calc(100dvh - 30px);*/
    height: 100vh;
    min-height: 340px;
}


.video-container:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: rgba(0, 0, 0, .2);
    background: -o-radial-gradient(rgba(0, 1, 2, 8%) 0, rgba(0, 1, 2, 18%) 100%);
    background: radial-gradient(rgba(0, 1, 2, 8%) 0, rgba(0, 1, 2, 18%) 100%);
    visibility: visible;
    overflow: hidden;
    -webkit-transition: ease-in-out;
    -o-transition: ease-in-out;
    -webkit-transition: all ease-in-out;
    -o-transition: all ease-in-out;
    transition: all ease-in-out;
}

.video-container .video-text,
html body #pmax_hero-slider .pmax_hero-slider_content {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    padding: 0 15px 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    max-width: 1240px;
    margin: 0 auto;
    left: 0;
    right: 0;
}


html body #pmax_hero-slider .pmax_hero-slider.mobile {
    display: none;
}

html body #pmax_hero-slider .pmax_hero-slider:not(.mobile) {
    display: block;
}

.video-container .video-text .video-text-inner,
html body #pmax_hero-slider .pmax_hero-slider_content {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 6%;
}

.video-container .video-text .video-text-inner .gdlr-core-title-item-title-wrap h1,
html body #pmax_hero-slider .pmax_hero-slider_content .gdlr-core-title-item-title-wrap h1 {
    /*font-family: rift-soft, sans-serif;*/
    font-size: clamp(30px, 5vw, 64px);
    font-weight: 900;
    text-transform: uppercase;
    opacity: 0.92;
    font-style: normal !important;
    color: rgb(255 255 255 / 95%);
    /*letter-spacing: -.05em;*/
    text-shadow: 0 0 24px rgb(21 21 21 / 50%);
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-bottom: 0;
    text-align: center;
    line-height: 100%;
}

.video-container .video-text .video-text-inner .gdlr-core-title-item-title-wrap,
html body #pmax_hero-slider .pmax_hero-slider_content .gdlr-core-title-item-title-wrap,
.video-container .video-text .video-text-inner p,
html body #pmax_hero-slider .pmax_hero-slider_content p,
.video-container .video-text .video-text-inner .banner-btns,
html body #pmax_hero-slider .pmax_hero-slider_content .banner-btns {
    width: 100%;
    text-align: center;
}

.video-container .video-text .video-text-inner p,
html body #pmax_hero-slider .pmax_hero-slider_content p {
    font-size: 23px;
    font-weight: 600;
    font-family: futura-pt, sans-serif;
    color: #fff;
    padding: 0 10%;
    letter-spacing: 0.025em;
    opacity: 0.92;
    -webkit-animation: fade-in 0s forwards;
    animation: fade-in 0s forwards;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.video-container.home-video-hero .video-text .video-text-inner p,
html body #pmax_hero-slider .pmax_hero-slider_content p {
    margin-top: 24px;
}

html body .video-container .video-text .video-text-inner p a:not(.btn):not(.hide-link),
html body #pmax_hero-slider .pmax_hero-slider_content p a:not(.btn):not(.hide-link) {
    font-weight: 800;
    color: #fff;
    text-decoration: underline;
}

.video-container .video-text .video-text-inner .divider-outer,
html body #pmax_hero-slider .pmax_hero-slider_content .divider-outer {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.video-container .video-text .video-text-inner .divider-outer .divider,
html body #pmax_hero-slider .pmax_hero-slider_content .divider-outer .divider {
    background-color: var(--color-brand);
    width: 50px;
    height: 5px;
    opacity: 0;
    -webkit-animation: fade-in 0s forwards;
    animation: fade-in 0s forwards;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.video-container .video-text .video-text-inner .banner-btns,
html body #pmax_hero-slider .pmax_hero-slider_content .banner-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 1.5em;
    -moz-column-gap: 1.5em;
    column-gap: 1.5em;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 15px;
    /*max-width: 500px;*/
}

.video-container .video-text .video-text-inner .banner-btns a,
html body #pmax_hero-slider .pmax_hero-slider_content .banner-btns a {

    padding: .9em 3em;
    background-color: rgba(0, 100, 177, .84);
    /*background-color: var(--green);*/
    border-radius: .5em;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    text-transform: uppercase;
}

.video-container .video-text .video-text-inner .banner-btns a:last-child {
    /*background-color: var(--green);*/
    background-color: rgba(65, 192, 251, .84);
    /*border: 3px solid var(--color-brand-two);*/
}

.video-container .video-text .video-text-inner .banner-btns a:first-child {
    /*border: 3px solid rgba(0, 100, 177, .9);*/
}

.pmax-home-banner-video {
    opacity: 1;
}

.video-container .video-text .video-text-inner .banner-btns a:not(.location-finder),
html body #pmax_hero-slider .pmax_hero-slider_content .banner-btns a:not(.location-finder) {
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    opacity: 0;
    -webkit-animation: fade-in 1s forwards;
    animation: fade-in 0s forwards;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.video-container .video-text .video-text-inner .banner-btns a:hover,
html body #pmax_hero-slider .pmax_hero-slider_content .banner-btns a:hover {
    background-color: #fff;
    color: var(--color-black);
    /*border: 3px solid #fff;*/
}

.video-container .video-text .video-text-inner .banner-btns a.location-finder,
html body #pmax_hero-slider .pmax_hero-slider_content .banner-btns a.location-finder {
    background-color: transparent;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    -webkit-animation: fade-in 1s forwards;
    animation: fade-in 1s forwards;
    opacity: 0;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.video-container .video-text .video-text-inner .banner-btns a.location-finder i,
html body #pmax_hero-slider .pmax_hero-slider_content .banner-btns a.location-finder i {
    position: relative;
    top: 2px;
    -webkit-text-stroke: 1px white;
}

.video-container .video-text .video-text-inner .banner-btns a.location-finder:after,
html body #pmax_hero-slider .pmax_hero-slider_content .banner-btns a.location-finder:after {
    content: '';
    display: block;
    top: -20px;
    right: -100px;
    background: -o-radial-gradient(#0000001f, transparent, transparent);
    background: radial-gradient(#0000001f, transparent, transparent);
    bottom: -30px;
    left: -110px;
    position: absolute;
    z-index: -1;
    pointer-events: none;
}

.video-container .video-text .video-text-inner .banner-btns a.location-finder .spacer,
html body #pmax_hero-slider .pmax_hero-slider_content .banner-btns a.location-finder .spacer {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    width: .5em;
    display: inline-block;
}

.video-container .video-text .video-text-inner .banner-btns a.location-finder:before,
html body #pmax_hero-slider .pmax_hero-slider_content .banner-btns a.location-finder:before {
    content: '';
    display: block;
    visibility: visible;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    width: 100%;
    height: 3px;
    background-color: rgb(255 255 255 / 80%);
    position: absolute;
    left: 0;
    bottom: 12%;
    border-radius: 999px;
}

.video-container .video-text .video-text-inner .banner-btns a.location-finder:hover:before,
html body #pmax_hero-slider .pmax_hero-slider_content .banner-btns a.location-finder:hover:before {
    /*background-color: rgba(var(--color-brand-two-rgba), 0.8);*/
}

.video-container .video-text .video-text-inner .banner-btns a.location-finder:hover .spacer,
html body #pmax_hero-slider .pmax_hero-slider_content .banner-btns a.location-finder:hover .spacer {
    width: 1em;
}
/* End Video Banner Styles */

html body .gdlr-core-tab-item .gdlr-core-tab-item-title-wrap .gdlr-core-tab-item-title {
    padding-right: 10px;
    padding-left: 10px;
    font-family: futura-pt, sans-serif;
    white-space: nowrap;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

html body .gdlr-core-tab-item .gdlr-core-tab-item-title-wrap .gdlr-core-tab-item-title:hover {
    color: var(--color-accent) !important;
}

html body .gdlr-core-tab-item .gdlr-core-tab-item-title-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

html body .gdlr-core-tab-item .gdlr-core-tab-item-title-wrap:after {
    display: none;
}

html body .gdlr-core-tab-item .gdlr-core-tab-item-title-wrap .gdlr-core-tab-item-title-line {
    display: none;
}

html body .gdlr-core-tab-item .gdlr-core-tab-item-title-wrap .gdlr-core-tab-item-title {
    padding: 20px;
    background-color: rgb(255 255 255 / 22%);
    border-right: 1px solid transparent;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}

html body .gdlr-core-tab-item .gdlr-core-tab-item-title-wrap .gdlr-core-tab-item-title:first-child {
    border-radius: .5em 0 0 0;
}

html body .gdlr-core-tab-item .gdlr-core-tab-item-title-wrap .gdlr-core-tab-item-title:nth-last-child(2) {
    border-radius: 0 .5em 0 0;
}

html body .gdlr-core-tab-item .gdlr-core-tab-item-title-wrap .gdlr-core-tab-item-title.gdlr-core-active {
    background-color: rgb(255 255 255 / 100%);
}

html body .gdlr-core-tab-item .gdlr-core-tab-item-title-wrap .gdlr-core-tab-item-title:hover {
    background-color: rgb(255 255 255 / 85%);
}

html body.home .gdlr-core-tab-item .gdlr-core-tab-item-title-wrap .gdlr-core-tab-item-title:not(:nth-last-child(2)):not(.gdlr-core-active):not(:hover) {
    border-right: 1px solid #fff;
}
#gdlr-core-tab-1 .gdlr-core-tab-item-title.gdlr-core-active {
    color: var(--color-accent) !important;
}

html body .gdlr-core-tab-item .gdlr-core-tab-item-title-wrap .gdlr-core-tab-item-title:after {
    content: '';
    display: block;
    background-color: var(--color-accent);
    width: 100%;
    height: 2px;
    opacity: 0;
    position: absolute;
    bottom: -2px;
    left: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

html body .gdlr-core-tab-item .gdlr-core-tab-item-title-wrap .gdlr-core-tab-item-title:hover:after,
html body .gdlr-core-tab-item .gdlr-core-tab-item-title-wrap .gdlr-core-tab-item-title.gdlr-core-active:after {
    opacity: 1;
}

html body .gdlr-core-tab-item .gdlr-core-tab-item-content a.btn {
    display: inline-block;
    margin-top: 24px;
}

html body .gdlr-core-pbf-wrapper.white-gradient:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -o-linear-gradient(top, rgb(255 255 255 / 80%), rgb(255 255 255 / 0%));
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(255 255 255 / 80%)), to(rgb(255 255 255 / 0%)));
    background: linear-gradient(180deg, rgb(255 255 255 / 80%), rgb(255 255 255 / 0%));
    z-index: 0;
}

html body .gdlr-core-pbf-wrapper.main-gradient {
    background: -o-linear-gradient(45deg, rgb(241 179 133 / 1%), rgb(241 179 133 / 3%));
    background: linear-gradient(45deg, rgb(241 179 133 / 1%), rgb(241 179 133 / 3%));
}

html body .gdlr-core-pbf-wrapper.main-gradient:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -o-linear-gradient(45deg, rgb(241 179 133 / 1%), rgb(241 179 133 / 3%));
    background: linear-gradient(45deg, rgb(241 179 133 / 1%), rgb(241 179 133 / 3%));
    z-index: 0;
}

html body .intro .rift {
    color: var(--color-brand);
    font-size: 24px;
    font-weight: 900;
}

html body .gdlr-core-pbf-wrapper.col-center .gdlr-core-pbf-wrapper-content .gdlr-core-pbf-wrapper-container:after {
    display: none;
}

html body .pmax-home-cta-btns_container {
    background-image: url(/wp-content/uploads/2023/09/repeatable_texture.png);
    background-size: auto;
    background-repeat: repeat;
}

html body .pmax-home-cta-btns_container:after {
    content: '';
    background-color: #fff;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 12%;
    z-index: 0;
}
.gdlr-core-page-builder-body img {
    width: 100%;
}

html body .pmax-home-cta-btns_container .gdlr-core-pbf-wrapper-container.gdlr-core-pbf-wrapper-full-no-space {
    max-width: none;
    /*display: none;*/
}

html body .pmax-home-cta-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    padding: 12px;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}

html body .pmax-home-cta-btns br {
    display: none;
}

html body .pmax-home-cta-btns a {
    background-color: var(--color-brand-two);
    color: #fff;
    font-family: futura-pt, sans-serif;
    font-size: 17px;
    font-weight: 900 !important;
    text-transform: uppercase;
    padding: 14px 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: calc((100% / 5) - 24px);
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
}

html body .pmax-home-cta-btns a:nth-of-type(2) {
    background-color: var(--color-brand);
}

html body .pmax-home-cta-btns a:nth-of-type(3) {
    background-color: var(--color-accent);
}

html body .pmax-home-cta-btns a:hover {
    background-color: var(--color-brand);
    background-color: #69888d;
    color: #fff;
    text-decoration: none !important;
}

html body .pmax-home-cta-btns a:nth-of-type(2):hover {
    /*background-color: var(--color-brand-two);*/
}

html body.home .gdlr-core-sly-slider {
    overflow: visible !important;
    padding-left: 20px;
}

html body.home .gdlr-core-sly-scroll {
    background-color: rgb(21 21 21 / 10%);
    margin-top: 20px;
    height: 12px;
}

html body.home .gdlr-core-sly-scroll .gdlr-core-sly-scroll-handle {
    background-color: #34393a91;
    cursor: -webkit-grab;
    cursor: grab;
    height: 12px;
}

html body.home .gdlr-core-sly-slider .slides li {
    -webkit-box-shadow: 1px 1px 10px #34393a29;
    box-shadow: 1px 1px 10px #34393a29;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

html body.home .gdlr-core-sly-slider .slides li:hover {
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
}

html body.home .gdlr-core-sly-slider .slides li a:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #34393a29;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 1;
}

html body.home .gdlr-core-sly-slider .slides li a:hover:before,
html body.home .gdlr-core-sly-slider .slides li a:hover:after {
    opacity: 1;
}

html body.home .gdlr-core-sly-slider .slides li a:after {
    content: '\30';
    font-family: ElegantIcons;
    font-weight: 400;
    font-size: 48px;
    color: rgb(255 255 255 / 90%);
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 2;
}

html body.home .gdlr-core-sly-slider .slides li a:hover:after {
    -webkit-transform: translate(-50%, -50%) scale(1.25);
    -ms-transform: translate(-50%, -50%) scale(1.25);
    transform: translate(-50%, -50%) scale(1.25);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}

html body.home .gdlr-core-sly-slider .slides li a img {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

html body.home .lg-outer .lg-share,
html body.home .lg-toolbar .lg-download.lg-icon,
html body.home .lg-outer .lg-components,
html body.home .lg-toolbar .lg-counter {
    display: none;
}

html body.home .lg-toolbar {
    pointer-events: none;
}

html body.home .lg-toolbar:after,
html body.home .lg-toolbar:before {
    content: '';
    display: block;
    background-color: #000;
    position: absolute;
    top: 8px;
    right: 20px;
    width: 1px;
    height:  30px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    pointer-events: none;
}

html body.home .lg-toolbar:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

html body .lg-backdrop {
    background-color: transparent;
}

html body .lg-backdrop:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgb(255 255 255 / 90%);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    z-index: 1;
}

html body .lg-next,
html body .lg-prev {
    background-color: rgba(var(--color-brand-rgba), 0.85);
    color: #fff;
    border-radius: 999px;
    width: 48px;
    height: 48px;
    padding: 0;
    margin-top: -20px;
}

html body .lg-toolbar .lg-icon:hover {
    color: #212121;
}

html body .lg-outer img.lg-object {
    border-radius: 5px;
    max-height: 90dvh;
    max-width: 80dvw;
}

html body .lg-outer .lg-content {
    top: 0 !important;
}

html body .pmax-gallery-section {
    /* Temp -> check ~2033 */
    /*padding-right: 0 !important;*/
    /*padding-left: 0 !important;*/
}

/*html body .pmax-gallery-section .gdlr-core-pbf-wrapper-container {*/
/*    !*aspect-ratio: 3/1;*!*/
/*    !*max-height: 33dvh;*!*/
/*    !*width: 100%;*!*/
/*}*/
.infinite-blog-info-wrapper {
    display: none;
}
.single-post .infinite-float-social, .single-post .infinite-content-container.infinite-container {
    display: none;
}
.infinite-blog-title-wrap.infinite-feature-image .infinite-blog-title-bottom-overlay {
    opacity: .7;
}
.single-post h3 {
    padding-top: 40px;
}
.single-post h2 {
    padding-top: 40px;
}
.single-post .gdlr-core-text-box-item-content h3:first-child {
    padding-top: 0;
}
.hp-blog .gdlr-core-button {
    background-color: var(--color-brand);
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 1.1em 2em;
    border-radius: .5em;
    font-family: futura-pt, sans-serif;
    font-size: 17px;
    font-weight: 600;
    opacity: 98%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-transform: uppercase;
}

.hp-blog .gdlr-core-button:hover {
    background-color: var(--color-brand-two);
}
.gdlr-core-blog-grid .gdlr-core-blog-title {
    font-size: 24px;
    margin-bottom: 0;
}
.gdlr-core-blog-grid .gdlr-core-blog-thumbnail {
    background-color: transparent;
    background: transparent;
    border-radius: 8px;
}
html body .pmax-gallery-section .gdlr-core-pbf-wrapper-container .gdlr-core-pbf-column,
html body .pmax-gallery-section .gdlr-core-pbf-wrapper-container .gdlr-core-pbf-column .gdlr-core-pbf-column-content-margin,
html body .pmax-gallery-section .gdlr-core-pbf-wrapper-container .gdlr-core-pbf-column .gdlr-core-pbf-column-content-margin .gdlr-core-pbf-column-content,
html body .pmax-gallery-section .gdlr-core-pbf-wrapper-container .gdlr-core-pbf-column .gdlr-core-pbf-column-content-margin .gdlr-core-pbf-column-content .gdlr-core-pbf-element,
html body .pmax-gallery-section .gdlr-core-pbf-wrapper-container .gdlr-core-pbf-column .gdlr-core-pbf-column-content-margin .gdlr-core-pbf-column-content .gdlr-core-pbf-element .gdlr-core-image-item,
html body .pmax-gallery-section .gdlr-core-pbf-wrapper-container .gdlr-core-pbf-column .gdlr-core-pbf-column-content-margin .gdlr-core-pbf-column-content .gdlr-core-pbf-element .gdlr-core-image-item .gdlr-core-image-item-wrap,
html body .pmax-gallery-section .gdlr-core-pbf-wrapper-container .gdlr-core-pbf-column .gdlr-core-pbf-column-content-margin .gdlr-core-pbf-column-content .gdlr-core-pbf-element .gdlr-core-image-item .gdlr-core-image-item-wrap a {
    height: 100%;
}

html body .pmax-gallery-section .gdlr-core-pbf-wrapper-container .gdlr-core-pbf-column .gdlr-core-pbf-column-content-margin .gdlr-core-pbf-column-content .gdlr-core-pbf-element .gdlr-core-image-item .gdlr-core-image-item-wrap {
    width: 100%;
}

html body .pmax-gallery-section .gdlr-core-pbf-wrapper-container .gdlr-core-pbf-column .gdlr-core-image-item-wrap a.gdlr-core-lightgallery {
    display: block;
    position: relative;
    border-radius: .5em;
    overflow: hidden;
    -webkit-box-shadow: 0 30px 35px rgba(17, 17, 17,0.07);
    box-shadow: 0 30px 35px rgba(17, 17, 17,0.07);
}

html body .pmax-gallery-section .gdlr-core-pbf-wrapper-container .gdlr-core-pbf-column .gdlr-core-image-item-wrap a.gdlr-core-lightgallery img {
    position: absolute;
    aspect-ratio: auto !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: 100%;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    left: 0;
}


/*------------------------
*      3. Sub-page       *
------------------------*/
html body #pmax_hero-slider .master-slider-parent,
html body #pmax_hero-slider .master-slider-parent .ms-inner-controls-cont {
    max-width: 100% !important;
}

html body #pmax_hero-slider .gdlr-core-master-slider-item.pmax_hero-slider {
    padding-bottom: 0;
}

html body #pmax_hero-slider .pmax_hero-slider_content {
    position: absolute;
    bottom: 0;
    left: 0;
}

html body .pmax_highlight-box_col,
html body .pmax_highlight-box_col .gdlr-core-pbf-column-content,
html body .pmax_highlight-box_col .gdlr-core-pbf-column-content .gdlr-core-pbf-element,
html body .pmax_highlight-box_col .gdlr-core-pbf-column-content .gdlr-core-pbf-element .pmax_highlight-box,
html body .pmax_highlight-box_col .gdlr-core-pbf-column-content .gdlr-core-pbf-element .pmax_highlight-box .gdlr-core-text-box-item-content {
    height: 100%;
}

html body .pmax_highlight-box,
html body .pmax_highlight-box_col .gdlr-core-pbf-column-content .gdlr-core-pbf-element .pmax_highlight-box .gdlr-core-text-box-item-content {
    padding: 8px 20px 76px 20px;
    border: 1px solid #eee;
    border-radius: 11px;
    -webkit-box-shadow: 2px 3px 20px rgb(21 21 21 / 20%);
    box-shadow: 2px 3px 20px rgb(21 21 21 / 20%);
}

html body .pmax_highlight-box_col .gdlr-core-pbf-column-content .gdlr-core-pbf-element .pmax_highlight-box .gdlr-core-text-box-item-content a.btn {
    position: absolute;
    bottom: 50px;
    left: 36px;
}

html body .pmax_highlight-box {
    padding-bottom: 0;
    margin: 40px 0;
}

html body .pmax_highlight-box.two-col {
    margin: 0;
    background-color: #fff;
}

html body:not(.home) h1.infinite-page-title {
    font-family: futura-pt, sans-serifs-serif;
    text-transform: uppercase;
    padding: 20px 0;
    font-size: 52px !important;
}

html body a.yt--popper.has-img#featured-video,
html body a.yt--popper.has-img#featured-img,
html body #featured-img img {
    max-width: 100%;
    /*position: relative;*/
    /*top: -140px;*/
}

html body a.yt--popper.has-img#featured-video img,
html body a.yt--popper.has-img#featured-img img,
html body #featured-img img {
    margin: 0;
}
html body ul, html body ol {
    margin-left: 20px;
    margin-bottom: 20px;
}

.blog-single img {
    border-radius: 10px;
}


html body #featured-img img {
    border-radius: 8px;
    margin: 0 auto;
}

html body #infinite-page-wrapper:has(a.yt--popper.has-img#featured-video),
html body #infinite-page-wrapper:has(a.yt--popper.has-img#featured-img),
html body #infinite-page-wrapper:has(#featured-img) {
    /*position: relative;*/
    /*top: -140px;*/
    /*margin-bottom: -140px;*/
}

html body.has-featured #infinite-page-wrapper {
    /*position: relative;*/
    /*top: -140px;*/
    /*margin-bottom: -140px;*/
}

html body .infinite-page-title-wrap {
    background-position: center top;
}

html body:not(.home):not(.has-featured) h1.infinite-page-title {
    position: relative;
    top: 48px;
}

html body:has(a.yt--popper.has-img#featured-video) h1.infinite-page-title,
html body:has(a.yt--popper.has-img#featured-img) h1.infinite-page-title,
html body:has(#featured-img) h1.infinite-page-title {
    top: 0;
}

html body.our-story .pmax_highlight-box {
    padding-top: 0;
    padding-bottom: 4px;
}

html body.our-story .pmax_highlight-box hr {
    margin: 20px 0;
}

html body.our-story .pmax_highlight-box ul.awards-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: -ms-grid;
    display: grid;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr;
}

html body.our-story .pmax_highlight-box ul.awards-list li {
    position: relative;
    /*padding-left: 46px;*/
    margin-bottom: .75em;
    line-height: 1.2;
}

html body.our-story .pmax_highlight-box ul.awards-list li span.emoji {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 2.25rem;
}

html body.our-story .pmax_highlight-box ul.awards-list li strong {
    /*color: var(--color-brand-two);*/
}

html body.our-story .pmax_highlight-box ul.awards-list li em {
    color: #999;
}

html body:not(.home) .gdlr-core-tab-featurev-item {
    background-color: rgb(255 255 255 / 25%);
    border-radius: .5em;
    overflow: hidden;
    padding: 0;
    border: 3px solid rgb(255 255 255 / 50%);
    aspect-ratio: 2/1;
}

html body:not(.home) .gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-title-item-wrap {
    background: transparent;
    width: auto;
    height: 100% !important;
    overflow: auto;
}

html body:not(.home) .gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-title-wrap {
    padding-left: 0;
}

html body:not(.home) .gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-title-wrap li i {
    display: none;
}

html body:not(.home) .gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-title-wrap span.title {
    font-size: 24px;
    font-weight: 600;
}

html body:not(.home) .gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-title-wrap span.address {
    font-size: 18px;
    display: block;
}

html body:not(.home) .gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-title-wrap .gdlr-core-tab-featurev-title {
    padding: 12px;
    line-height: 1.2;
    background-color: rgb(255 255 255 / 75%);
    color: var(--color-black);
    border-bottom: 1px solid var(--color-brand-two);
    margin-bottom: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

html body:not(.home) .gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-title-wrap .gdlr-core-tab-featurev-title:last-of-type {
    border-bottom: 0;
}

html body:not(.home) .gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-title-wrap .gdlr-core-tab-featurev-title:not(.gdlr-core-active) {
    border-right: 1px solid var(--color-brand-two);
}

html body:not(.home) .gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-title-wrap .gdlr-core-tab-featurev-title:not(.gdlr-core-active):hover {
    background-color: #fff;
}

html body:not(.home) .gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-title-wrap .gdlr-core-tab-featurev-title.gdlr-core-active {
    background-color: #fff;
}

html body:not(.home) .gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-content-wrap {
    padding: 0;
}

html body:not(.home) .gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-content-wrap .location-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
}

html body:not(.home) .gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-content-wrap .location-container .location-left {
    width: 350px;
    padding: 8px 12px;
    border-right: 3px solid var(--color-brand);
}

html body:not(.home) .gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-content-wrap .location-container .location-left a[href='/menus/'] {
    display: block;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 12px;
}

html body:not(.home) .gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-content-wrap .location-container .location-left a[href='/menus/'] i {
    font-size: .85em;
}

html body:not(.home) .gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-content-wrap .location-container .location-left br:first-of-type {
    display: none;
}

html body:not(.home) .gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-content-wrap .location-container .location-right {
    width: calc(100% - 390px);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

html body:not(.home) .gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-content-title-wrap {
    margin: 0;
}

html body:not(.home) .gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-item-content-wrap {
    background: white;
}

html body:not(.home) .gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-content {
    height: 100%;
}

html body .gdlr-core-text-box-item.pmax_key {
    margin-bottom: 40px;
}

html body .gdlr-core-text-box-item.pmax_key .gdlr-core-text-box-item-content {
    background-color: rgb(255 255 255 / 90%);
    padding: 0 24px 20px 24px;
}

html body:not(.home) .pmax_menu-tabs.gdlr-core-tab-item,
html body .gdlr-core-text-box-item.pmax_key .gdlr-core-text-box-item-content {
    width: 90dvw;
    max-width: 1440px;
    margin: 0 auto;
    border-radius: .5em;
    overflow: hidden;
    padding-bottom: 0 !important;
}

html body:not(.home) .pmax_menu-tabs.gdlr-core-tab-item .gdlr-core-tab-item-title-wrap {
    border: 0;
}

html body:not(.home) .pmax_menu-tabs.gdlr-core-tab-item .gdlr-core-tab-item-title-wrap .gdlr-core-tab-item-title {
    border-radius: 0;
    border: 0;
    text-align: center;
    font-size: 21px !important;
}

html body:not(.home) .pmax_menu-tabs.gdlr-core-tab-item .gdlr-core-tab-item-title-wrap .gdlr-core-tab-item-title:not(.gdlr-core-active):not(:last-of-type):not(:hover) {
    border-right: 1px solid #6b939b;
}

html body:not(.home) .pmax_menu-tabs.gdlr-core-tab-item .gdlr-core-tab-item-title-wrap .gdlr-core-tab-item-title:after {
    background-color: #fff;
}

html body:not(.home) .pmax_menu-tabs.gdlr-core-tab-item .gdlr-core-tab-item-title-wrap .gdlr-core-tab-item-title.gdlr-core-active {
    margin-bottom: 0;
}

html body:not(.home) .pmax_menu-tabs.gdlr-core-tab-item .gdlr-core-tab-item-title-wrap .gdlr-core-tab-item-title.gdlr-core-active:after,
html body:not(.home) .pmax_menu-tabs.gdlr-core-tab-item .gdlr-core-tab-item-title-wrap .gdlr-core-tab-item-title:hover:after {
    background-color: var(--color-accent);
    bottom: 0;
}

html body:not(.home) .pmax_menu-tabs.gdlr-core-tab-item .gdlr-core-tab-item-content-wrap {
    position: relative;
    padding: 0 22px 16px 22px;
    background-color: rgb(255 255 255 / 90%);

    background-image: url(/wp-content/uploads/2023/09/repeatable_texture.png);
}

html body:not(.home) .pmax_menu-tabs.gdlr-core-tab-item .gdlr-core-tab-item-content-wrap .gdlr-core-tab-item-content {
    position: relative;
    z-index: 1;
}

html body:not(.home) .pmax_menu-tabs.gdlr-core-tab-item .gdlr-core-tab-item-content-wrap:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgb(255 255 255 / 40%);
    visibility: visible;
    height: 100%;
    z-index: 0;
}

html body:not(.home) .pmax_menu-tabs.gdlr-core-tab-item .gdlr-core-tab-item-content h2,
html body .gdlr-core-text-box-item.pmax_key h2 {
    color: #7da7ad;
    /*padding-bottom: 6px;*/
    margin-bottom: 20px;
    font-size: 46px;
    text-align: center;
    position: relative;
    width: 100%;
    /*border-bottom: 1px solid var(--color-accent);*/
    white-space: nowrap;
}

html body .gdlr-core-text-box-item.pmax_key ul {
    display: inline-block;
    float: left;
    margin-right: 2em;
}

html body:not(.home) .pmax_menu-tabs.gdlr-core-tab-item .gdlr-core-tab-item-content p.sub,
html body .gdlr-core-text-box-item.pmax_key p.fine-print {
    padding: 0.5em;
    border-radius: 999px;
    background-color: var(--color-brand-two);
    font-size: 17px;
    font-weight: 600;
    color: white;
    text-align: center;
}

html body:not(.home) .pmax_menu-tabs.gdlr-core-tab-item .gdlr-core-tab-item-content h3,
html body:not(.home) .pmax_menu-tabs.gdlr-core-tab-item .gdlr-core-tab-item-content p,
html body:not(.home) .pmax_menu-tabs.gdlr-core-tab-item .gdlr-core-tab-item-content li,
html body .gdlr-core-text-box-item.pmax_key h3,
html body .gdlr-core-text-box-item.pmax_key p,
html body .gdlr-core-text-box-item.pmax_key li {
    text-transform: uppercase;
    color: #666;
}

html body:not(.home) .pmax_menu-tabs.gdlr-core-tab-item .gdlr-core-tab-item-content li,
html body:not(.home) .pmax_menu-tabs.gdlr-core-tab-item .gdlr-core-tab-item-content .section.sides-toast-meat .section li,
html body:not(.home) .pmax_menu-tabs.gdlr-core-tab-item .gdlr-core-tab-item-content li p {
    margin-bottom: 0;
}

html body:not(.home) .pmax_menu-tabs.gdlr-core-tab-item .gdlr-core-tab-item-content li {
    margin-bottom: 1em;
}

html body:not(.home) .pmax_menu-tabs.gdlr-core-tab-item .gdlr-core-tab-item-content h3,
html body .gdlr-core-text-box-item.pmax_key h3 {
    font-size: 18px;
    margin-top: 3px;
    margin-bottom: 1px;
}

html body:not(.home) span.V,
html body:not(.home) span.GF,
html body:not(.home) span.VG,
html body:not(.home) span.GFO,
html body:not(.home) span.v,
html body:not(.home) span.gf,
html body:not(.home) span.vg,
html body:not(.home) span.gfo {
    color: white;
    padding: 0 4px;
    font-size: 16px;
    position: relative;
    top: -1.5px;
}

html body:not(.home) span.V,
html body:not(.home) span.v {
    background-color: var(--color-brand);
}

html body:not(.home) span.GF,
html body:not(.home) span.gf {
    background-color: var(--color-brand-two);
}

html body:not(.home) span.GFO,
html body:not(.home) span.gfo {
    background-color: var(--color-accent);
}

html body:not(.home) span.VG,
html body:not(.home) span.vg {
    background-color: #f8cf6a;
}

html body:not(.home) .pmax_menu-tabs.gdlr-core-tab-item .gdlr-core-tab-item-content p,
html body:not(.home) .pmax_menu-tabs.gdlr-core-tab-item .gdlr-core-tab-item-content li,
html body .gdlr-core-text-box-item.pmax_key p,
html body .gdlr-core-text-box-item.pmax_key li {
    font-size: 17px;
}

html body:not(.home) .pmax_menu-tabs.gdlr-core-tab-item .gdlr-core-tab-item-content ul,
html body .gdlr-core-text-box-item.pmax_key ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

html body:not(.home) .pmax_menu-tabs.gdlr-core-tab-item .gdlr-core-tab-item-content .pmax_menu-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

html body:not(.home) .pmax_menu-tabs.gdlr-core-tab-item .gdlr-core-tab-item-content .pmax_menu-container.shareables-sides > .section {
    width: calc((100% / 3) - 20px);
}

html body:not(.home) .pmax_menu-tabs.gdlr-core-tab-item .gdlr-core-tab-item-content .pmax_menu-container > .section.separate {
    padding: 0 24px 20px 24px;
    background-color: rgb(255 255 255 / 80%);
    background-color: rgb(255 255 255 / 24%);
    border: 1px solid rgb(21 21 21 / 20%);
    border: 1px solid #f8cf6a;
    border-radius: 0.5em;
}

html body:not(.home) .pmax_menu-tabs.gdlr-core-tab-item .gdlr-core-tab-item-content .pmax_menu-container.shareables-sides > .section.sides-toast-meat {
    width: calc((100% / 3) * 2 - 20px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

html body:not(.home) .pmax_menu-tabs.gdlr-core-tab-item .gdlr-core-tab-item-content .pmax_menu-container.shareables-sides > .section.sides-toast-meat h3 {
    color: #6b6b6b;
}

html body:not(.home) .pmax_menu-tabs.gdlr-core-tab-item .gdlr-core-tab-item-content .pmax_menu-container.shareables-sides > .section.sides-toast-meat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}

html body:not(.home) .pmax_menu-tabs.gdlr-core-tab-item .gdlr-core-tab-item-content .pmax_menu-container.shareables-sides > .section.sides-toast-meat > .section:first-of-type {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

html body:not(.home) .pmax_menu-tabs.gdlr-core-tab-item .gdlr-core-tab-item-content .pmax_menu-container.shareables-sides > .section.sides-toast-meat > .section:not(:first-of-type) {
    width: 260px;
    max-width: 28%;
}

html body:not(.home) .pmax_menu-tabs.gdlr-core-tab-item .gdlr-core-tab-item-content .pmax_menu-container > .section,
html body:not(.home) .pmax_menu-tabs.gdlr-core-tab-item .gdlr-core-tab-item-content .pmax_menu-container.breakfast > .section {
    width: calc(50% - 20px);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

html body.locations hr {
    margin: 40px;
}

html body.locations ul.locations-list {
    list-style-type: none;
    margin: 20px 0 0 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

html body.locations ul.locations-list li a {
    padding: 12px 21px;
}

html body.locations .pmax_highlight-box {
    padding-top: 0;
}

html body.locations .pmax_highlight-box.grand-rapids {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
}

html body.locations .pmax_highlight-box.grand-rapids h3 {
    width: 100%
}

html body.locations .pmax_highlight-box.grand-rapids .inner-box {
    width: calc(100% / 3);
}

html body.locations .pmax_highlight-box:not(.grand-rapids) {
    width: calc(50% - 20px);
    float: left;
    margin-bottom: 0;
}

html body.locations .pmax_highlight-box:not(.grand-rapids):nth-of-type(even) {
    margin-right: 40px;
}

html body.locations .pmax_highlight-box:not(.grand-rapids):last-of-type {
    margin-bottom: 60px;
}

html body.locations .anchor {
    position: relative;
    top: -50px;
    width: 0;
    height: 0;
    opacity: 0;
}

html body form input:not([type="button"]):not([type="submit"]):not([type="checkbox"]),
html body form textarea,
html body form select,
html body .gform_wrapper.gravity-theme form#gform_1 .gform-body .gform_fields form input:not([type="button"]):not([type="submit"]):not([type="checkbox"]),
html body .gform_wrapper.gravity-theme form#gform_1 .gform-body .gform_fields form textarea,
html body .gform_wrapper.gravity-theme form#gform_1 .gform-body .gform_fields form select {
    width: 100% !important;
    font-size: 18px !important;
    padding: 0.5em !important;
    border-radius: 0.5em !important;
    margin-bottom: 1em !important;
    border: 1px solid rgb(255 255 255 / 0%);
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}

html body form input:not([type="button"]):not([type="submit"]):not([type="checkbox"]):focus,
html body form textarea:focus,
html body form select:focus,
html body .gform_wrapper.gravity-theme form#gform_1 .gform-body .gform_fields form input:not([type="button"]):not([type="submit"]):not([type="checkbox"]):focus,
html body .gform_wrapper.gravity-theme form#gform_1 .gform-body .gform_fields form textarea:focus,
html body .gform_wrapper.gravity-theme form#gform_1 .gform-body .gform_fields form select:focus {
    border: 1px solid var(--color-brand-two);
}

.gform_wrapper.gravity-theme .gfield {
    margin-top: -12px !important;

}

.gform_wrapper.gravity-theme .gform_validation_errors:focus {
    outline: 0 solid #c02b0a !important;
    outline-offset: 0 !important;
}

.gform_required_legend {
    display: none;
}

.gform_wrapper.gravity-theme .gfield input, .gform_wrapper.gravity-theme .gfield select {
    font-weight: 500;
    font-size: 15px !important;
    min-height: 52px;
    width: 100%;
}

.gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message {
    background: #fff9f9;
    border: 0 solid #c02b0a;
    margin-block-start: 8px;
    padding: 6px 12px !important;
    border-radius: 8px;
    font-weight: 500;
    font-size: 14px !important;
}

html body form .clear {
    overflow: visible;
    visibility: visible;
    height: auto;
}

html body form p {
    margin: 0;
}

html body form br {
    display: none;
}

html body form input[type="checkbox"] {
    height: 18px;
    width: 18px;
    position: relative;
    top: -3px;
}

/*html body.catering .pmax_highlight-box {*/
/*    display: -webkit-box;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    -ms-flex-wrap: wrap;*/
/*    flex-wrap: wrap;*/
/*    -webkit-column-gap: 40px;*/
/*    -moz-column-gap: 40px;*/
/*    column-gap: 40px;*/
/*    padding: 0;*/
/*    overflow: hidden;*/
/*}*/

/*html body.catering .pmax_highlight-box .pmax_highlight-box_img {*/
/*    width: calc((100% / 3) - 20px);*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*}*/

/*html body.catering .pmax_highlight-box .pmax_highlight-box_img img {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    -o-object-fit: cover;*/
/*    object-fit: cover;*/
/*    -o-object-position: center;*/
/*    object-position: center;*/
/*    position: absolute;*/
/*    margin: 0;*/
/*}*/

/*html body.catering .pmax_highlight-box .pmax_highlight-box_content {*/
/*    width: calc(((100% / 3) * 2) - 20px);*/
/*    padding: 9px 20px 10px 0;*/
/*}*/

html body.menus ul.keys,
html body.menus ul.menu-links {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1em;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

html body.menus p.fine-print {
    color: white;
    background-color: var(--color-brand-two);
    border-radius: 1em;
    line-height: 1.2;
    padding: .5em;
    font-size: 18px;
    margin-top: .5em;
}

html body.order .pmax_highlight-box {
    margin-top: 0;
}

html body.order .pmax_highlight-box a.btn {
    margin-top: 18px;
}

html body.order .pmax_highlight-box_wrapper .gdlr-core-pbf-wrapper-container .gdlr-core-pbf-column-content-margin,
html body.order .pmax_highlight-box_wrapper .gdlr-core-pbf-wrapper-container .gdlr-core-pbf-column-content-margin .gdlr-core-pbf-column-content,
html body.order .pmax_highlight-box_wrapper .gdlr-core-pbf-wrapper-container .gdlr-core-pbf-column-content-margin .gdlr-core-pbf-column-content .gdlr-core-text-box-item,
html body.order .pmax_highlight-box_wrapper .gdlr-core-pbf-wrapper-container .gdlr-core-pbf-column-content-margin .gdlr-core-pbf-column-content .gdlr-core-text-box-item .gdlr-core-text-box-item-content,
html body.order .pmax_highlight-box_wrapper .gdlr-core-pbf-wrapper-container .gdlr-core-pbf-column-content-margin .gdlr-core-pbf-column-content .gdlr-core-text-box-item .gdlr-core-text-box-item-content .pmax_highlight-box {
    height: 100%;
}

.contact-info p {
    margin-bottom: 8px;
}
.contact-info a {
    font-weight: 700 !important;
}
.contact-map iframe {
    margin-bottom: -10px;
}
.contact-logo img {
    max-width: 180px;
    margin: 0 auto;
}

html body:not(.home).post-template-default.infinite-body h2:last-of-type {
    font-size: 50px;
}

/*------------------------
*      4. Responsive     *
------------------------*/

.gdlr-core-pbf-wrapper-full-no-space {
    max-width: 100% !important;
}
.gdlr-core-pbf-wrapper-full-no-space .gdlr-core-pbf-column-content-margin {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* max-width: queries - largest to smallest */
@media (max-width: 1439px) {
    .video-container .video-text .video-text-inner .gdlr-core-title-item-title-wrap h3 {
        font-size: 48px;
    }
}

@media (max-width: 1279px) {
    .video-container .video-text {
        padding: 10% 5% 0 5%;
    }

    .video-container .video-text .video-text-inner .gdlr-core-title-item-title-wrap h3 {
        font-size: 42px;
    }

    html body.home h3.nowrap {
        white-space: normal;
    }

    html body .infinite-navigation .sf-menu > li > a,
    html body .infinite-navigation .sf-vertical > li > a,
    html body .menu-expanded-menu-container ul#menu-expanded-menu li a {
        font-size: 16px;
    }

    html body .infinite-side-content-menu-button {
        top: 6px;
    }

    html body:not(.home) .pmax_menu-tabs.gdlr-core-tab-item .gdlr-core-tab-item-content .pmax_menu-container.shareables-sides > .section {
        width: 100%;
    }

    html body:not(.home) .pmax_menu-tabs.gdlr-core-tab-item .gdlr-core-tab-item-content .pmax_menu-container.shareables-sides > .section.separate {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }

    html body:not(.home) .pmax_menu-tabs.gdlr-core-tab-item .gdlr-core-tab-item-content .pmax_menu-container.shareables-sides > .section.sides-toast-meat > .section,
    html body:not(.home) .pmax_menu-tabs.gdlr-core-tab-item .gdlr-core-tab-item-content .pmax_menu-container.shareables-sides > .section.sides-toast-meat > .section:not(:first-of-type) {
        width: auto;
        max-width: 100%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}

@media (max-width: 1099px) {
    .video-container .video-text .video-text-inner .gdlr-core-title-item-title-wrap h3,
    html body #pmax_hero-slider .pmax_hero-slider_content .gdlr-core-title-item-title-wrap h3 {
        font-size: 36px;
    }

    .gdlr-core-page-builder-body p {
        line-height: 1.3;
    }

    html body:not(.home) .gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-content-wrap .location-container .location-left {
        width: 300px;
    }

    html body:not(.home) .gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-content-wrap .location-container .location-right {
        width: calc(100% - 320px);
    }

    html body:not(.home) .gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-content-wrap .location-container .location-left strong a {
        display: block;
    }

    html body:not(.home) .gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-content-wrap .location-container .location-left br {
        /*display: none;*/
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    html body .pmax-gallery-section a.yt--popper.has-img:after {
        width: 68px;
        height: 68px;
    }
}


@media (max-width: 999px) {
    html body header li.mobile-only {
        display: initial;
    }

    html body.mm-wrapper--position-left .infinite-mobile-header-wrap,
    html body.mm-wrapper--position-right .infinite-mobile-header-wrap {
        position: absolute !important;
        top: 0 !important;
        right: 0 !important;
        bottom: auto !important;
        left: 0 !important;
    }

    html body .infinite-mobile-button-hamburger-small {
        width: 48px;
        height: 48px;
    }
    html body footer .infinite-footer-wrapper .widget ul.footer-links {
        margin: 48px 0 24px 0;
    }


    html body .infinite-mobile-menu-right {
        right: 12px;
    }

    html body .infinite-mobile-button-hamburger-small:before,
    html body .infinite-mobile-button-hamburger-small span,
    html body .infinite-mobile-button-hamburger-small:after {
        background-color: #fff;
    }
    html .scrolled .infinite-mobile-button-hamburger-small:before,
    html .scrolled .infinite-mobile-button-hamburger-small span,
    html .scrolled .infinite-mobile-button-hamburger-small:after {
        background-color: var(--color-black);
    }

    html body .infinite-mobile-button-hamburger-small:before,
    html body .infinite-mobile-button-hamburger-small span {
        width: 24px;
    }

    html body .infinite-mobile-button-hamburger-small:after {
        width: 18px;
        top: 25px;
    }

    html body .infinite-mobile-button-hamburger-small span {
        top: 18px;
    }

    html body .mm-panel ul.m-menu li.menu-item-has-children > a:after {
        top: 5.5px;
        right: -10px;
        font-size: 22px;
    }

    html body .infinite-mm-menu-wrap .mm-panels .mm-panel .sub-menu .menu-item.menu-item-has-children a.mm-btn:after {
        right: -10px;
    }

    html body .infinite-header-background {
        background-color: transparent;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    html body .infinite-header-background:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        /*background-color: #34393ad9;*/
        /*background-color: rgb(255 255 255 / 50%);*/
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
    }
    .infinite-mobile-header .infinite-logo.infinite-item-pdlr {
        background: #fff;
        position: absolute;
        padding: 12px;
        top: -15px;
        left: 15px;
    }

    html body a.pmax-mobile-cta.btn {
        display: block;
        position: absolute;
        top: 25px;
        --pmax-mobile-cta-offset: 84px;
        right: var(--pmax-mobile-cta-offset);
        -webkit-transition: all 0.385s ease;
        -o-transition: all 0.385s ease;
        transition: all 0.385s ease;
        white-space: nowrap;
        z-index: 999;
    }

    html body.mm-wrapper--opened a.pmax-mobile-cta.btn {
        right: calc(var(--pmax-mobile-cta-offset) + 440px);
    }

    html body #infinite-side-content-menu,
    html body .infinite-mm-menu-wrap.mm-menu {
        padding-top: 1px;
    }

    .video-container {
        aspect-ratio: 3/2;
    }

    .video-container .video-text,
    html body #pmax_hero-slider .pmax_hero-slider_content {
        padding: 0 5%;
    }

    .video-container .video-text .video-text-inner,
    html body #pmax_hero-slider .pmax_hero-slider_content {
        padding-top: 112px;
    }

    html body .infinite-logo-inner {
        max-width: 200px;
    }

    .video-container .video-text .video-text-inner p,
    html body #pmax_hero-slider .pmax_hero-slider_content p {
        font-size: 21px;
        line-height: 1.2;
        padding: 0;
    }

    .video-container .video-text .video-text-inner .banner-btns,
    html body #pmax_hero-slider .pmax_hero-slider_content .banner-btns {
        margin-top: 24px;
    }

    html body .mm-btn {
        width: 32px;
    }

    html body .mm-panel {
        --mm-panel-parent-offset: -100%;
    }

    html body .gdlr-core-tab-item .gdlr-core-tab-item-title-wrap {
        /*row-gap: 10px;*/
        /*-webkit-column-gap: 14px;*/
        /*-moz-column-gap: 14px;*/
        /*column-gap: 14px;*/
        /*-ms-flex-wrap: wrap;*/
        /*flex-wrap: wrap;*/
    }

    html body .gdlr-core-tab-item .gdlr-core-tab-item-title-wrap .gdlr-core-tab-item-title {
        /*padding: 0;*/
        /*font-size: 14px !important;*/
    }

    html body:not(.home) .pmax_menu-tabs.gdlr-core-tab-item .gdlr-core-tab-item-content .pmax_menu-container > .section,
    html body:not(.home) .pmax_menu-tabs.gdlr-core-tab-item .gdlr-core-tab-item-content .pmax_menu-container.breakfast > .section {
        width: 100%;
    }

    html body:not(.home) .pmax_menu-tabs.gdlr-core-tab-item .gdlr-core-tab-item-content .pmax_menu-container.shareables-sides > .section.sides-toast-meat > .section {
        width: calc(50% - 10px);
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}

@media (max-width: 949px) {
    /*html body.catering .pmax_highlight-box .pmax_highlight-box_img {*/
    /*    width: auto;*/
    /*    height: auto;*/
    /*}*/

    /*html body.catering .pmax_highlight-box .pmax_highlight-box_img img {*/
    /*    width: 100%;*/
    /*    max-width: 100%;*/
    /*    height: auto;*/
    /*    -o-object-fit: contain;*/
    /*    object-fit: contain;*/
    /*    -o-object-position: unset;*/
    /*    object-position: unset;*/
    /*    position: relative;*/
    /*    margin: 0;*/
    /*}*/

    /*html body.catering .pmax_highlight-box .pmax_highlight-box_content {*/
    /*    width: 100%;*/
    /*    padding: 0 20px 0 20px;*/
    /*}*/
}

@media (max-width: 849px) {
    html body.infinite-body.home h3 {
        font-size: 28px;
    }
    html body.infinite-body.home .hp-blog h3 {
        font-size: 24px;
    }


    html body:not(.home) .gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-content-wrap .location-container .location-left,
    html body:not(.home) .gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-content-wrap .location-container .location-right {
        width: 100%;
    }

    html body:not(.home) .gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-content-wrap .location-container .location-left {
        border-right: 0;
        border-bottom: 3px solid var(--color-brand);
    }

    html body:not(.home) .gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-content-wrap .location-container .location-right {
        min-height: 350px;
    }

    html body:not(.home) .gdlr-core-tab-featurev-item {
        aspect-ratio: auto;
    }

    html body.locations .pmax_highlight-box.grand-rapids .inner-box {
        width: 50%;
    }

    html body.locations .pmax_highlight-box:not(.grand-rapids) {
        width: 100%;
        margin-right: 0 !important;
    }

    html body.our-story .pmax_highlight-box ul.awards-list {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    html body #pmax_hero-slider .pmax_hero-slider_content .sub-heading {
        display: none;
    }
}

@media (max-width: 767px) {
    #infinite-footer-back-to-top-button {
        display: none;
    }
    .gdlr-core-body .gdlr-core-image-item-wrap, .gdlr-core-pbf-column-content {
        max-width: 100% !important;
    }
    .talm p, .talm h2, .talm h3, .talm h4, .talm h5, .talm h6 {
        text-align: left;
    }
    html body.infinite-body.home .hp-blog .gdlr-core-pbf-column-content-margin.gdlr-core-js, html body.infinite-body.home .hp-blog .gdlr-core-pbf-column-content-margin.gdlr-core-js h2  {
       margin-bottom: 0 !important;
    }
    .video-container {
        min-height: 600px;
    }

    html body #pmax_hero-slider .gdlr-core-pbf-wrapper-container.gdlr-core-pbf-wrapper-full-no-space {
        max-width: none;
    }

    html body .pmax-home-cta-btns_container .gdlr-core-pbf-wrapper-container.gdlr-core-pbf-wrapper-full-no-space {
        display: block;
    }

    html body .pmax-home-cta-btns {
        gap: 12px;
    }

    html body .pmax-home-cta-btns a {
        width: calc((100% / 3) - 24px);
    }

    html body.infinite-body-front .infinite-container {
        max-width: none;
        padding-left: 0;
        padding-right: 0;
    }

    html body footer .infinite-footer-wrapper {
        padding-bottom: 0;
    }

    html body .gdlr-core-pbf-wrapper.hero-video-wrapper .gdlr-core-pbf-wrapper-content .gdlr-core-pbf-wrapper-container {
        max-width: none;
    }

    html body .infinite-float-social.infinite-display-after-title {
        display: none !important;
    }

    html body #infinite-footer-back-to-top-button {
        margin-bottom: 0 !important;
    }

    html body footer .infinite-copyright-wrapper .infinite-copyright-right {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    html body .gdlr-core-pbf-wrapper.col-center .gdlr-core-pbf-wrapper-content .gdlr-core-pbf-wrapper-container {
        row-gap: 20px;
    }

    html body .gdlr-core-pbf-wrapper.col-center.reverse .gdlr-core-pbf-wrapper-content .gdlr-core-pbf-wrapper-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    body.infinite-body-front .intro .gdlr-core-container,
    body.infinite-body-front .gdlr-core-container {
        max-width: 100%;
    }

    body.infinite-body-front .intro .gdlr-core-container .gdlr-core-title-item {
        padding-right: 0;
        padding-left: 0;
    }

    /*html body .pmax-gallery-section .gdlr-core-pbf-wrapper-container {*/
    /*    aspect-ratio: 1/2;*/
    /*    max-width: calc(100dvw - 40px);*/
    /*    max-height: none;*/
    /*}*/

    html body .pmax-gallery-section .gdlr-core-pbf-wrapper-container .gdlr-core-pbf-column {
        height: auto;
    }


    html body:not(.home) h1.infinite-page-title {
        padding: 40px 0 70px;
    }

    html body a.yt--popper.has-img#featured-video {
        max-width: 100%;
    }

    html body:not(.home) .gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-title-wrap .gdlr-core-tab-featurev-title:not(.gdlr-core-active) {
        border-right: 0;
        border-bottom: 1px solid var(--color-brand-two);
    }

    html body:not(.home) .gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-title-item-wrap {
        width: 100%;
    }

    html body:not(.home) .gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-title-wrap {
        white-space: nowrap;
        overflow: auto;
    }

    html body:not(.home) .gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-title-wrap .gdlr-core-tab-featurev-title,
    html body:not(.home) .gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-title-wrap .gdlr-core-tab-featurev-title:not(.gdlr-core-active),
    html body:not(.home) .gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-title-wrap .gdlr-core-tab-featurev-title.gdlr-core-active {
        display: inline-block;
        border-right: 1px solid var(--color-brand-two);
        border-bottom: 0;
        margin-bottom: 0;
    }

    html body:not(.home) .gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-title-wrap .gdlr-core-tab-featurev-title:not(.gdlr-core-active) {
        border-bottom: 1px solid var(--color-brand-two);
    }

    html body:not(.home) .gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-title-wrap .gdlr-core-tab-featurev-title.gdlr-core-active {
        border-bottom: 1px solid white;
    }

    html body:not(.home) .gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-title-wrap .gdlr-core-tab-featurev-title:last-of-type {
        border-right: 0;
    }

    html body:not(.home) .gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-content-wrap .location-container .location-left strong a {
        display: inline-block;
    }

    html body:not(.home) .gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-content-wrap .location-container .location-left br {
        /*display: block;*/
    }

    #pmax_menu-wrapper .gdlr-core-pbf-wrapper-content .gdlr-core-pbf-wrapper-container {
        max-width: 90dvw;
    }

    #pmax_menu-wrapper .gdlr-core-pbf-wrapper-content .gdlr-core-pbf-wrapper-container > .gdlr-core-pbf-column > .gdlr-core-pbf-column-content-margin {
        padding: 0 !important;
    }

    html body:not(.home) .pmax_menu-tabs.gdlr-core-tab-item .gdlr-core-tab-item-content .pmax_menu-container.shareables-sides > .section.sides-toast-meat > .section {
        width: 100%;
    }

    html body:not(.home) .pmax_menu-tabs.gdlr-core-tab-item .gdlr-core-tab-item-content .pmax_menu-container.shareables-sides > .section.sides-toast-meat > .section:not(:first-of-type) {
        width: 100%;
        max-width: 100%;
    }

    html body.locations .pmax_highlight-box.grand-rapids .inner-box {
        width: 100%;
    }

    html body .pmax_highlight-box.two-col.one {
        margin-bottom: 40px;
    }

    html body:not(.home) h1.infinite-page-title {
        font-size: 40px !important;
    }

    .video-container.home-video-hero .video-text .video-text-inner p {
        display: none;
    }

    .infinite-blog-title-wrap.infinite-style-custom .infinite-blog-title-content {
         padding-top: 140px !important;
         padding-bottom: 40px !important;
    }
    .infinite-blog-title-wrap.infinite-style-custom .infinite-blog-title-content h1 {
        font-size: 36px !important;
    }
    .single-post h3 {
        padding-top: 30px;
    }
    .single-post h3 {
        padding-top: 30px;
    }
    .single-post .gdlr-core-text-box-item-content h3:first-child {
        padding-top: 0;
    }

    html body:not(.home).post-template-default.infinite-body h2:last-of-type {
        font-size: 46px !important;
    }

    @media (orientation: portrait) {
        html body #pmax_hero-slider .pmax_hero-slider.mobile {
            display: block;
        }

        html body #pmax_hero-slider .pmax_hero-slider:not(.mobile) {
            display: none;
        }
    }
}

@media (max-width: 699px) {
    html body .gdlr-core-tab-item .gdlr-core-tab-item-title-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    html body .gdlr-core-tab-item .gdlr-core-tab-item-title-wrap .gdlr-core-tab-item-title {
        width: 50%;
        border-right: 0;
    }

    html body .gdlr-core-tab-item .gdlr-core-tab-item-title-wrap .gdlr-core-tab-item-title:nth-last-child(2) {
        border-radius: 0;
    }

    html body .gdlr-core-tab-item .gdlr-core-tab-item-title-wrap .gdlr-core-tab-item-title:nth-child(2) {
        border-radius: 0 .5em 0 0;
    }

    html body .gdlr-core-tab-item .gdlr-core-tab-item-title-wrap .gdlr-core-tab-item-title:first-child,
    html body .gdlr-core-tab-item .gdlr-core-tab-item-title-wrap .gdlr-core-tab-item-title:nth-child(2) {
        border-bottom: 1px solid transparent;
    }

    html body .gdlr-core-tab-item .gdlr-core-tab-item-title-wrap .gdlr-core-tab-item-title:nth-child(2):not(:hover):not(.gdlr-core-active) {
        border-bottom: 1px solid #8cafb5;
    }

    html body .gdlr-core-tab-item .gdlr-core-tab-item-title-wrap .gdlr-core-tab-item-title:not(:nth-last-child(2)):not(.gdlr-core-active):not(:hover):not(:nth-child(2)) {
        border-right: 1px solid #8cafb5;
    }

    html body .gdlr-core-tab-item .gdlr-core-tab-item-title-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    html body .gdlr-core-tab-item .gdlr-core-tab-item-title-wrap .gdlr-core-tab-item-title {
        width: 50%;
        border-right: 0;
    }

    html body .gdlr-core-tab-item .gdlr-core-tab-item-title-wrap .gdlr-core-tab-item-title:nth-last-child(2) {
        border-radius: 0;
    }

    html body .gdlr-core-tab-item .gdlr-core-tab-item-title-wrap .gdlr-core-tab-item-title:nth-child(2) {
        border-radius: 0 .5em 0 0;
    }

    html body .gdlr-core-tab-item .gdlr-core-tab-item-title-wrap .gdlr-core-tab-item-title:first-child,
    html body .gdlr-core-tab-item .gdlr-core-tab-item-title-wrap .gdlr-core-tab-item-title:nth-child(2) {
        border-bottom: 1px solid transparent;
    }

    html body .gdlr-core-tab-item .gdlr-core-tab-item-title-wrap .gdlr-core-tab-item-title:nth-child(2):not(:hover):not(.gdlr-core-active) {
        border-bottom: 1px solid #8cafb5;
    }

    html body .gdlr-core-tab-item .gdlr-core-tab-item-title-wrap .gdlr-core-tab-item-title:not(.gdlr-core-active):not(:hover) {
        border-right: 1px solid #8cafb5;
    }

    html body .gdlr-core-tab-item .gdlr-core-tab-item-title-wrap .gdlr-core-tab-item-title:last-of-type,
    html body.home .gdlr-core-tab-item .gdlr-core-tab-item-title-wrap .gdlr-core-tab-item-title:nth-last-child(2),
    html body .gdlr-core-tab-item .gdlr-core-tab-item-title-wrap .gdlr-core-tab-item-title:nth-child(2),
    html body .gdlr-core-tab-item .gdlr-core-tab-item-title-wrap .gdlr-core-tab-item-title:nth-child(2) {
        border-right: 0 !important;
    }

    html body:not(.home) .pmax_menu-tabs.gdlr-core-tab-item .gdlr-core-tab-item-content h2 {
        white-space: normal;
    }

    html body.home .gdlr-core-tab-item .gdlr-core-tab-item-title-wrap .gdlr-core-tab-item-title:first-child:not(.gdlr-core-active):not(:hover),
    html body.home .gdlr-core-tab-item .gdlr-core-tab-item-title-wrap .gdlr-core-tab-item-title:nth-child(2):not(.gdlr-core-active):not(:hover),
    html body:not(.home) .pmax_menu-tabs.gdlr-core-tab-item .gdlr-core-tab-item-title-wrap .gdlr-core-tab-item-title:first-child:not(.gdlr-core-active):not(:hover),
    html body:not(.home) .pmax_menu-tabs.gdlr-core-tab-item .gdlr-core-tab-item-title-wrap .gdlr-core-tab-item-title:nth-child(2):not(.gdlr-core-active):not(:hover) {
        border-bottom: 1px solid #8cafb5;
    }
}

@media (max-width: 629px) {
    @media (min-width: 500px) {
        html body:not(.home) .pmax_menu-tabs.gdlr-core-tab-item .gdlr-core-tab-item-title-wrap .gdlr-core-tab-item-title {
            font-size: 18px !important;
        }
    }
}

@media (max-width: 574px) {
    .video-container .video-text .video-text-inner .banner-btns,
    html body #pmax_hero-slider .pmax_hero-slider_content .banner-btns {
        max-width: 250px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        row-gap: 12px;
    }
    html body a.yt--popper.has-img:after {
        width: 80px;
        height: 80px;
    }

    html body a.yt--popper.has-img:before {
        font-size: 40px;
    }
}

@media (max-width: 549px) {
    html body.mm-wrapper--opened a.pmax-mobile-cta.btn {
        right: calc(var(--pmax-mobile-cta-offset) + 80vw);
    }

    html body .pmax-home-cta-btns a {
        width: calc(50% - 24px);
    }
}

@media (max-width: 499px) {
    html body .infinite-logo-inner {
        max-width: 150px;
    }
    .infinite-mobile-header .infinite-logo.infinite-item-pdlr {
        padding: 10px 6px;
        left: 0;
    }
    .video-container .video-text .video-text-inner .gdlr-core-title-item-title-wrap h3,
    html body #pmax_hero-slider .pmax_hero-slider_content .gdlr-core-title-item-title-wrap h3 {
        font-size: 28px;
    }

    .video-container .video-text .video-text-inner p,
    html body #pmax_hero-slider .pmax_hero-slider_content p {
        font-size: 18px;
    }

    html body .gdlr-core-tab-item .gdlr-core-tab-item-title-wrap .gdlr-core-tab-item-title,
    html body .gdlr-core-tab-item .gdlr-core-tab-item-title-wrap .gdlr-core-tab-item-title:nth-child(2) {
        border-radius: 0;
    }

    html body .gdlr-core-tab-item .gdlr-core-tab-item-title-wrap .gdlr-core-tab-item-title {
        width: 100%;
        border: 0;
    }

    html body .gdlr-core-tab-item .gdlr-core-tab-item-title-wrap .gdlr-core-tab-item-title:not(:nth-last-child(2)) {
        border-bottom: 1px solid transparent;
    }

    html body .gdlr-core-tab-item .gdlr-core-tab-item-title-wrap .gdlr-core-tab-item-title:not(:nth-last-child(2)):not(.gdlr-core-active):not(:hover) {
        border-bottom: 1px solid #8cafb5;
    }

    html body .gdlr-core-tab-item .gdlr-core-tab-item-title-wrap .gdlr-core-tab-item-title:first-child {
        border-radius: .5em .5em 0 0;
    }

    html body:not(.home) .gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-content-wrap .location-container .location-left strong a {
        display: block;
    }

    html body:not(.home) .gdlr-core-tab-featurev-item .gdlr-core-tab-featurev-content-wrap .location-container .location-left br {
        /*display: none;*/
    }

    html body:not(.home) #pmax_menu-wrapper .pmax_menu-tabs.gdlr-core-tab-item .gdlr-core-tab-item-title-wrap .gdlr-core-tab-item-title:not(.gdlr-core-active):not(:hover) {
        border-bottom: 1px solid #8cafb5;
        border-right: 0;
    }
}

@media (max-width: 399px) {
    html body a.pmax-mobile-cta.btn {
        padding: 10px 17px;
        top: 34px;
    }

    .video-container {
        min-height: 600px;
    }

    html body .pmax-home-cta-btns a {
        width: 100%;
    }
}

@media (max-width: 359px) {
    html body a.pmax-mobile-cta.btn span.hide-tiny {
        display: none;
    }

    html body .pmax-gallery-section .gdlr-core-pbf-wrapper-container {
        max-width: 319px;
    }

    html body:not(.home) .pmax_menu-tabs.gdlr-core-tab-item .gdlr-core-tab-item-title-wrap .gdlr-core-tab-item-title {
        font-size: 18px !important;
    }
}

@media (max-width: 299px) {
    html body.mm-wrapper--opened a.pmax-mobile-cta.btn {
        right: calc(var(--pmax-mobile-cta-offset) + 240px);
    }
}

/* min-width queries - smallest to largest */
@media (min-width: 768px) {
    /*html body .pmax-gallery-section .gdlr-core-pbf-wrapper-container .gdlr-core-pbf-column,*/
    /*html body .pmax-gallery-section .gdlr-core-pbf-wrapper-container .gdlr-core-pbf-column .gdlr-core-pbf-column-content-margin,*/
    /*html body .pmax-gallery-section .gdlr-core-pbf-wrapper-container .gdlr-core-pbf-column .gdlr-core-pbf-column-content-margin .gdlr-core-pbf-column-content,*/
    /*html body .pmax-gallery-section .gdlr-core-pbf-wrapper-container .gdlr-core-pbf-column .gdlr-core-pbf-column-content-margin .gdlr-core-pbf-column-content .gdlr-core-pbf-element,*/
    /*html body .pmax-gallery-section .gdlr-core-pbf-wrapper-container .gdlr-core-pbf-column .gdlr-core-pbf-column-content-margin .gdlr-core-pbf-column-content .gdlr-core-pbf-element .gdlr-core-image-item,*/
    /*html body .pmax-gallery-section .gdlr-core-pbf-wrapper-container .gdlr-core-pbf-column .gdlr-core-pbf-column-content-margin .gdlr-core-pbf-column-content .gdlr-core-pbf-element .gdlr-core-image-item .gdlr-core-image-item-wrap,*/
    /*html body .pmax-gallery-section .gdlr-core-pbf-wrapper-container .gdlr-core-pbf-column .gdlr-core-pbf-column-content-margin .gdlr-core-pbf-column-content .gdlr-core-pbf-element .gdlr-core-image-item .gdlr-core-image-item-wrap a {*/
    /*    max-height: 33dvh;*/
    /*    height: 33dvw;*/
    /*    margin-bottom: 20px;*/
    /*}*/

    @media (max-width: 1149px) {
        html body .gdlr-core-tab-item .gdlr-core-tab-item-title-wrap {
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }

        html body .gdlr-core-tab-item .gdlr-core-tab-item-title-wrap .gdlr-core-tab-item-title {
            width: 50%;
            border-right: 0;
        }

        html body .gdlr-core-tab-item .gdlr-core-tab-item-title-wrap .gdlr-core-tab-item-title:nth-last-child(2) {
            border-radius: 0;
        }

        html body .gdlr-core-tab-item .gdlr-core-tab-item-title-wrap .gdlr-core-tab-item-title:nth-child(2) {
            border-radius: 0 .5em 0 0;
        }

        html body .gdlr-core-tab-item .gdlr-core-tab-item-title-wrap .gdlr-core-tab-item-title:first-child,
        html body .gdlr-core-tab-item .gdlr-core-tab-item-title-wrap .gdlr-core-tab-item-title:nth-child(2) {
            border-bottom: 1px solid transparent;
        }

        html body .gdlr-core-tab-item .gdlr-core-tab-item-title-wrap .gdlr-core-tab-item-title:nth-child(2):not(:hover):not(.gdlr-core-active) {
            border-bottom: 1px solid #8cafb5;
        }

        html body .gdlr-core-tab-item .gdlr-core-tab-item-title-wrap .gdlr-core-tab-item-title:not(.gdlr-core-active):not(:hover) {
            border-right: 1px solid #8cafb5;
        }

        html body .gdlr-core-tab-item .gdlr-core-tab-item-title-wrap .gdlr-core-tab-item-title:last-of-type,
        html body.home .gdlr-core-tab-item .gdlr-core-tab-item-title-wrap .gdlr-core-tab-item-title:nth-last-child(2),
        html body .gdlr-core-tab-item .gdlr-core-tab-item-title-wrap .gdlr-core-tab-item-title:nth-child(2),
        html body .gdlr-core-tab-item .gdlr-core-tab-item-title-wrap .gdlr-core-tab-item-title:nth-child(2) {
            border-right: 0 !important;
        }

        html body:not(.home) .pmax_menu-tabs.gdlr-core-tab-item .gdlr-core-tab-item-content h2 {
            white-space: normal;
        }

        html body.home .gdlr-core-tab-item .gdlr-core-tab-item-title-wrap .gdlr-core-tab-item-title:first-child:not(.gdlr-core-active):not(:hover),
        html body.home .gdlr-core-tab-item .gdlr-core-tab-item-title-wrap .gdlr-core-tab-item-title:nth-child(2):not(.gdlr-core-active):not(:hover),
        html body:not(.home) .pmax_menu-tabs.gdlr-core-tab-item .gdlr-core-tab-item-title-wrap .gdlr-core-tab-item-title:first-child:not(.gdlr-core-active):not(:hover),
        html body:not(.home) .pmax_menu-tabs.gdlr-core-tab-item .gdlr-core-tab-item-title-wrap .gdlr-core-tab-item-title:nth-child(2):not(.gdlr-core-active):not(:hover) {
            border-bottom: 1px solid #8cafb5;
        }
    }
}

@media (min-width: 1000px) {
    @media (max-width: 1099px) {
        html body .infinite-navigation .sf-menu > li {
            padding-right: 8px;
            padding-left: 8px;
        }
    }
}

@media (min-width: 1680px) {
    .video-container .video-text .video-text-inner .gdlr-core-title-item-title-wrap h3 {
        font-size: 64px;
    }

    .video-container .video-text .video-text-inner p {
        padding: 0 16%;
    }
}

/* other queries */
@media (orientation: portrait) {
    .video-container {
        aspect-ratio: 1/1;
        height: 100dvh;
        max-height: 57dvh;
    }
}

@media (orientation: landscape) and (min-height: 700px) {
    .video-container {
        max-height: 100dvh;
    }
}


/*------------------------
*      5. Keyframes      *
-------------------------*/
/* Fade In */
@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }

    33% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    33% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* Zoom In */
@-webkit-keyframes zoom-in {
    0% {
        -webkit-transform: scale(0) translate(0, 0);
        -ms-transform: scale(0) translate(0, 0);
        transform: scale(0) translate(0, 0);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1) translate(0, 0);
        -ms-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0);
        opacity: 1;
    }
}
@keyframes zoom-in {
    0% {
        -webkit-transform: scale(0) translate(0, 0);
        -ms-transform: scale(0) translate(0, 0);
        transform: scale(0) translate(0, 0);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1) translate(0, 0);
        -ms-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0);
        opacity: 1;
    }
}



/* Revision 1 Style Updates */
/* Todo -> Merge these styles to above before launch */
html body.home .video-container.rev-1 {
    aspect-ratio: 16/9;
    width: 100dvw;
    height: auto;
    /*height: 100dvh;*/
}

html body.home .video-container.rev-1:before {
    display: none;
}

@media (orientation:portrait) {
    html body.home .video-container.rev-1 {
        aspect-ratio: 4/5;
        height: auto;
        max-height: 560px;
        min-height: 0;
    }
}

html body .tagline-col {
    width: 100dvw;
    min-width: 100dvw;
    left: 50%;
    -webkit-transform: translateX(-50vw);
    -ms-transform: translateX(-50vw);
    transform: translateX(-50vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 2px solid var(--color-accent);
    display: none;
}

html body .tagline-col h2,
html body .tagline-col a.btn {
    opacity: 0;
    -webkit-animation: fade-in 1s forwards;
    animation: fade-in 1s forwards;
    -webkit-animation-delay: .75s;
    animation-delay: .75s;
}

html body .tagline-col a.btn {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

html body #gdlr-core-column-1:hover .gdlr-core-pbf-column-content-margin.tagline-col {
    border-bottom: 2px solid var(--color-accent) !important;
}

@media (max-width: 999px) {
    html body.infinite-body.home .infinite-page-wrapper {
        margin-top: 67px;
    }
    .video-container .video-text .video-text-inner .banner-btns, html body #pmax_hero-slider .pmax_hero-slider_content .banner-btns {
        -webkit-column-gap: 0.5em;
        -moz-column-gap: 0.5em;
        column-gap: 0.5em;
    }
    .video-container .video-text .video-text-inner .banner-btns a:first-child {
        margin-right: 6px;
    }
    .video-container .video-text .video-text-inner .banner-btns a, html body #pmax_hero-slider .pmax_hero-slider_content .banner-btns a {
        padding: 16px;
        font-size: 15px;
    }
    html body .mobile-phone {
        display: inline-block;
        text-align: right;
        float: right;
        margin-right: 80px;
        margin-top: 0;
        margin-bottom: 0;
    }
    body .infinite-mobile-header .infinite-logo {
        padding: 0 0 0 15px;
    }
    .infinite-mobile-header .infinite-logo-inner {
        margin-right: 0;
    }
    html body.home.mm-wrapper--position-right .infinite-mobile-header-wrap {
        position: fixed !important;
    }

    html body.home a.pmax-mobile-cta.btn {
        position: fixed;
    }
}

@media (max-width: 767px) {
    html body .tagline-col h2 {
        font-size: 30px;
    }

    #gdlr-core-wrapper-1.gdlr-core-pbf-wrapper.mobile-grow .gdlr-core-pbf-background-wrap .gdlr-core-pbf-background {
        height: 100% !important;
    }
}

@media (max-width: 576px) {
    html body .mobile-phone {
        margin-right: 48px;
    }
    .talm p {
        text-align: left;
    }


    /*.video-container .video-text .video-text-inner .banner-btns a, html body #pmax_hero-slider .pmax_hero-slider_content .banner-btns a {*/
    /*    padding: 12px;*/
    /*    font-size: 14px;*/
    /*}*/
}

@media (max-width: 375px) {

    .video-container .video-text .video-text-inner .banner-btns a, html body #pmax_hero-slider .pmax_hero-slider_content .banner-btns a {
        padding: 12px;
        font-size: 14px;
    }
    .infinite-mobile-header .infinite-logo.infinite-item-pdlr {
        background: #fff;
        position: absolute;
        padding: 6px;
        top: -15px;
        left: 0;
    }

    html body .infinite-logo-inner {
        max-width: 103px;

    }
    .infinite-mobile-header .infinite-logo.infinite-item-pdlr {
        padding: 11px 6px;
        left: 0;
    }
}
/* End Revision 1 Style Updates */


/* Revision 2 Style Updates */
.video-container.rev-1.rev-2:before,
html body #pmax_hero-slider .gdlr-core-master-slider-item.pmax_hero-slider:before {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: rgba(0, 0, 0, .2);
    background: -o-radial-gradient(rgba(0, 1, 2, 8%) 0, rgba(0, 1, 2, 18%) 100%);
    background: radial-gradient(rgba(0, 1, 2, 8%) 0, rgba(0, 1, 2, 18%) 100%);
    visibility: visible;
    overflow: hidden;
    -webkit-transition: ease-in-out;
    -o-transition: ease-in-out;
    -webkit-transition: all ease-in-out;
    -o-transition: all ease-in-out;
    transition: all ease-in-out;
}

.video-container.rev-2 .video-text .video-text-inner,
html body #pmax_hero-slider .pmax_hero-slider_content {
    padding-bottom: 6%;
}

.video-container.rev-2 .video-text .video-text-inner .gdlr-core-title-item-title-wrap h3,
html body #pmax_hero-slider .pmax_hero-slider_content .gdlr-core-title-item-title-wrap h3 {
    /*font-family: 'Fertigo Pro Script', script;*/
    /*font-size: 54px;*/
    font-weight: normal;
    opacity: 0.92;
    font-style: normal !important;
    color: rgb(255 255 255 / 95%);
    text-align: center;

    letter-spacing: normal;
    opacity: 0;
    -webkit-animation: fade-in 1s forwards;
    animation: fade-in 1s forwards;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    text-shadow: 0 0 24px rgb(21 21 21 / 50%);
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.video-container.rev-2 .video-text .video-text-inner .banner-btns,
html body #pmax_hero-slider .pmax_hero-slider_content .banner-btns {
    max-width: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
/* End Revision 2 Style Updates */

html #gform_cont .gform_wrapper .gform_footer img.gform_ajax_spinner, html #gform_cont .gform_ajax_spinner {
    width: 50px;
    padding-left: 5px;
    padding-right: 5px;
    z-index: 999;
}

html #gform_cont .gform_confirmation_wrapper {
    text-align: center;
    font-size: 20px;
    background-color: green;
    padding: 20px;
    color: #fff;
    font-weight: 600;
    border-radius: 12px;
}