/*
Theme Name: Brooklyn Child
Theme URI: http://www.unitedthemes.com
Description: Creative Portfolio
Version: 1.0.0
Author: United Themes
Author URI: http://www.unitedthemes.com
Template: brooklyn
*/


/*--------------------------
*           Index          *
----------------------------
* 1. Global                *
*    1.1 Custom Properties *
*    1.2 Universal         *
*    1.3 Header            *
*    1.4 Footer            *
*    1.5 Sidebar           *
* 2. Home-page             *
* 3. Sub-page              *
* 4. Responsive            *
* 5. Keyframes             *
--------------------------*/

/*--------------------------
*        1. Global         *
--------------------------*/

/* 1.1 Custom Properties */
:root {
    /* Add color custom properties here */
    --color-brand: #0000ff;
    --color-brand-rgba: 0, 0, 255;
    --color-accent: #ff0000;
    --color-accent-rgba: 255, 0, 0;
    --color-black: #121212;
    --color-white: #f8f8f8;

    /* Add font custom properties here */
    --font-headings: sans-serif;
    --font-default: sans-serif;
}

/* 1.2 Universal */
html body #main-content {
    background-color: #333333;
}

/* Don't let phone number links wrap */
a[href^="tel:"],
a[href^="tel+"] {
    white-space: nowrap;
}

/* End Don't let phone number links wrap */

/* Hidden Links */
a.hide-link,
a.hide-link:hover {
    color: inherit !important;
    text-decoration: none !important;
    cursor: text !important;
}

/* End Hidden Links */

/* Defaults for Gravity Forms */
html body .gform_ajax_spinner {
    max-width: 1em;
    height: 1em;
    width: 1em;
}

html body .gform_confirmation_message {
    text-align: center;
    color: #fff;
    border-radius: 10px;
    background-color: green;
    margin: 1em;
    padding: 1em;
}

html body .gform_wrapper.gravity-theme .gform_validation_errors,
html body .gform_wrapper.gravity-theme .validation_message {
    background-color: rgb(255 0 0 / 5%);
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 10px;
}

html body .gform_wrapper.gravity-theme .validation_message {
    padding: .5em 1em !important;
    border: 1px solid red;
    background-color: #ffffff29;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
}

/* Removes default appearance for iOS/Safari forms */
input:matches([type="button"],
[type="submit"],
[type="reset"]) {
    -webkit-appearance: none !important;
}

/* End Defaults for Gravity Forms */

/* Remove Edit button */
html body#ut-sitebody .edit-link {
    display: none;
}

/* Add default top margin to headings (excludes when first element in container). Alter as necessary. */
/* Note: By default this only applies to blog posts. Remove '.single' if necessary on all pages. */
html body.single h1:not(:first-child),
html body.single h2:not(:first-child),
html body.single h3:not(:first-child),
html body.single h4:not(:first-child),
html body.single h5:not(:first-child),
html body.single h6:not(:first-child) {
    margin-top: 1em;
}

/* End Add default top margin to headings */

html body h1,
html body h2,
html body h3,
html body h4,
html body h5,
html body h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

html body .wtp_dark h1,
html body .wtp_dark h2,
html body .wtp_dark h3,
html body .wtp_dark h4,
html body .wtp_dark h5,
html body .wtp_dark h6 {
    color: #fff;
    text-shadow: .075em .075em 0 #770c05;
}

html body .wtp_dark a {
    color: #fff !important;
    -webkit-text-decoration-color: rgb(255 255 255 / 55%);
    text-decoration-color: rgb(255 255 255 / 55%);
    text-underline-offset: 2px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

html body .wtp_dark a:hover {
    text-underline-offset: 5px;
}

html body .wtp_outline h1,
html body .wtp_outline h2,
html body .wtp_outline h3,
html body .wtp_outline h4,
html body .wtp_outline h5,
html body .wtp_outline h6,
html body.wtp_outline h1,
html body.wtp_outline h2,
html body.wtp_outline h3,
html body.wtp_outline h4,
html body.wtp_outline h5,
html body.wtp_outline h6,
html body h1.wtp_outline,
html body h2.wtp_outline,
html body h3.wtp_outline,
html body h4.wtp_outline,
html body h5.wtp_outline,
html body h6.wtp_outline {
    -webkit-text-stroke: 1px #760b05;
    color: #fff;
    text-shadow: .075em .075em 0 #770c05;
}

html body .wtp_dark p {
    color: #fff;
}

html body .wpb_text_column p a {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    text-underline-offset: 3px;
}

html body .wpb_text_column p a:hover {
    color: #b9332a;
    text-underline-offset: 5px;
}

/* YT Popper Overlay */
.mfp-bg {
    z-index: 999999;
    background: rgb(119 12 5 / 94%);
    opacity: 1;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    height: 100svh !important;
    max-height: 100dvh !important;
    position: fixed !important;
}

.mfp-wrap {
    z-index: 9999999;
    top: 0 !important;
    position: fixed !important;
}

.mfp-wrap .mfp-container {
    position: fixed;
}

.mfp-wrap button.mfp-close {
    position: fixed;
    top: 20px;
    right: 20px;
    border-radius: 999px;
    background-color: white;
}

.mfp-image-holder .mfp-close:hover,
.mfp-iframe-holder .mfp-close:hover,
.mfp-image-holder .mfp-close:focus,
.mfp-iframe-holder .mfp-close:focus {
    background: transparent;
}

/* End YT Popper Overlay */

/* Floating CTA */
html body .wtp_floating-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    right: -100vw;
    bottom: 0;
    z-index: 5;
    gap: 1em;
    padding: 40px;
    -webkit-animation: slide-in 1s forwards;
    animation: slide-in 1s forwards;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

html body .wtp_floating-cta a.btn {
    color: rgba(113, 0, 0, 1);
    background-color: #fff;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 16px 32px;
    -webkit-box-shadow: 0 0 30px rgb(0 0 0 / 50%);
    box-shadow: 0 0 30px rgb(0 0 0 / 50%);
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

html body .wtp_floating-cta a.btn:hover {
    color: #fff;
    background-color: rgba(113, 0, 0, 1);
}

html body .wtp_floating-cta a.btn[href*=tel] {
    color: #fff;
    background-color: rgba(113, 0, 0, 1);
    border: 1px solid #ffffff85;
}

html body .wtp_floating-cta a.btn[href*=tel]:hover {
    background-color: #fff;
    color: rgba(113, 0, 0, 1);
}

/* End Floating CTA */

html body .bklyn-btn.bklyn-btn-large,
html body .wtp_floating-cta a.btn,
html body .wtp_dark .gform_wrapper .gform_footer input[type=submit] {
    font-size: 16px !important;
    padding: 12px 21px !important;
    line-height: 1.78 !important;
}

html body .bklyn-btn-holder.gift-cards a.bklyn-btn.bklyn-btn-large {
    width: auto;
    display: table;
    margin: 0 auto;
}

/* 1.3 Header */
html body #ut-header-placeholder {
    max-height: 0;
}

html body header#header-section .site-logo-wrap.sg-logo.p-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    min-width: 250px;
    max-width: 350px;
}

html body header#header-section .site-logo-wrap.sg-logo:not(.p-logo),
html body header#header-section .site-logo-wrap.p-logo:not(.sg-logo) {
    min-width: 180px;
    max-width: 200px;
}

html body .site-logo {
    height: auto !important;
    line-height: 0 !important;
}

html body .site-logo img {
    width: auto;
    max-height: 160px;
}

html body header#header-section.ut-secondary-custom-skin,
html body header#header-section.ut-header-floating {
    background: -o-linear-gradient(bottom, rgb(0 0 0 / 0%) 10%, rgb(0 0 0 / 40%)) !important;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, rgb(0 0 0 / 0%)), to(rgb(0 0 0 / 40%))) !important;
    background: linear-gradient(to top, rgb(0 0 0 / 0%) 10%, rgb(0 0 0 / 40%)) !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    position: absolute !important;
}

html body header#header-section .ha-header-front {
    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;
    padding: 18px 0;
}

html body #header-section #navigation.ut-horizontal-navigation {
    padding-right: 0;
}

html body #header-section #navigation-secondary.ut-horizontal-navigation {
    padding-left: 0;
}

html body #header-section #navigation.ut-horizontal-navigation > ul,
html body #header-section #navigation-secondary.ut-horizontal-navigation > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

html body #header-section #navigation.ut-horizontal-navigation > ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

html body #header-section #navigation-secondary.ut-horizontal-navigation > ul {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

html body #header-section #navigation.ut-horizontal-navigation > ul > li,
html body #header-section #navigation-secondary.ut-horizontal-navigation > ul > li {
    padding: 24px 0;
}

html body #header-section #navigation.ut-horizontal-navigation > ul > li > a,
html body #header-section #navigation-secondary.ut-horizontal-navigation > ul > li > a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    min-width: 190px;
    margin: 0 10px;
}

html body #header-section #navigation.ut-horizontal-navigation > ul > li:not(.wtp_logo) > a > span,
html body #header-section #navigation-secondary.ut-horizontal-navigation > ul > li:not(.wtp_logo) > a > span {
    padding: 12px 24px;
    background-color: rgba(113, 0, 0, 1);
    /*background-color: #fff;*/
    /*color: rgba(113, 0, 0, 1);*/
    border-radius: 5px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    display: block;
    width: 100%;
}

html body #header-section #navigation.ut-horizontal-navigation > ul > li.order-online > a > span,
html body #header-section #navigation.ut-horizontal-navigation > ul > li.wtp_button > a > span,
html body #header-section #navigation-secondary.ut-horizontal-navigation > ul > li.order-online > a > span,
html body #header-section #navigation-secondary.ut-horizontal-navigation > ul > li.wtp_button > a > span {
    /*border: 1px solid #ffffffb0;*/
    /*background-color: rgba(113, 0, 0, 1);*/
    /*color: #fff;*/
    background-color: #fff;
    color: rgba(113, 0, 0, 1);
}

html body #header-section #navigation.ut-horizontal-navigation > ul > li:not(.wtp_logo) > a:hover > span,
html body #header-section #navigation-secondary.ut-horizontal-navigation > ul > li:not(.wtp_logo) > a:hover > span {
    background-color: #b9332a;
    color: #fff;
}

html body #header-section #navigation.ut-horizontal-navigation > ul > li > a > span:after,
html body #header-section #navigation-secondary.ut-horizontal-navigation > ul > li > a > span:after,
html body #header-section #navigation.ut-horizontal-navigation > ul > li.wtp_logo > a > span:after,
html body #header-section #navigation-secondary.ut-horizontal-navigation > ul > li.wtp_logo > a > span:after {
    display: none;
}

html body #header-section #navigation.ut-horizontal-navigation > ul > li > a > span > i,
html body #header-section #navigation-secondary.ut-horizontal-navigation > ul > li > a > span > i {
    font-size: .75em;
    position: relative;
    top: -.125em;
}

html body #header-section #navigation.ut-horizontal-navigation > ul > li:last-child > a {
    margin-right: 0;
}

html body #header-section #navigation-secondary.ut-horizontal-navigation > ul > li:first-child > a {
    margin-left: 0;
}

html body #header-section #navigation.ut-horizontal-navigation > ul > li > a img,
html body #header-section #navigation-secondary.ut-horizontal-navigation > ul > li > a img {
    max-width: 162px;
}

html body #header-section #navigation.ut-horizontal-navigation > ul > li.wtp_logo > a,
html body #header-section #navigation-secondary.ut-horizontal-navigation > ul > li.wtp_logo > a {
    min-width: 0;
}

html body #header-section.ut-primary-custom-skin .ut-horizontal-navigation ul li.ut-is-megamenu:hover > .ut-megamenu,
html body #header-section.ut-primary-custom-skin .ut-horizontal-navigation ul li.ut-menu-item-lvl-0:hover > ul.sub-menu,
html body #header-section.ut-primary-custom-skin .ut-horizontal-navigation.ut-navigation-with-animation ul li.ut-is-megamenu:hover > .ut-megamenu,
html body #header-section.ut-primary-custom-skin .ut-horizontal-navigation.ut-navigation-with-animation ul li.ut-menu-item-lvl-0:hover > ul.sub-menu,
html body #header-section.ut-secondary-custom-skin .ut-horizontal-navigation ul li.ut-is-megamenu:hover > .ut-megamenu,
html body #header-section.ut-secondary-custom-skin .ut-horizontal-navigation ul li.ut-menu-item-lvl-0:hover > ul.sub-menu,
html body #header-section.ut-secondary-custom-skin .ut-horizontal-navigation.ut-navigation-with-animation ul li.ut-is-megamenu:hover > .ut-megamenu,
html body #header-section.ut-secondary-custom-skin .ut-horizontal-navigation.ut-navigation-with-animation ul li.ut-menu-item-lvl-0:hover > ul.sub-menu {
    top: calc(100% - 1px);
}

html body #header-section.ut-primary-custom-skin .ut-horizontal-navigation ul li.ut-is-megamenu > .ut-megamenu,
html body #header-section.ut-primary-custom-skin .ut-horizontal-navigation ul li.ut-menu-item-lvl-0 > ul.sub-menu,
html body #header-section.ut-primary-custom-skin .ut-horizontal-navigation.ut-navigation-with-animation ul li.ut-is-megamenu > .ut-megamenu,
html body #header-section.ut-primary-custom-skin .ut-horizontal-navigation.ut-navigation-with-animation ul li.ut-menu-item-lvl-0 > ul.sub-menu,
html body #header-section.ut-secondary-custom-skin .ut-horizontal-navigation ul li.ut-is-megamenu > .ut-megamenu,
html body #header-section.ut-secondary-custom-skin .ut-horizontal-navigation ul li.ut-menu-item-lvl-0 > ul.sub-menu,
html body #header-section.ut-secondary-custom-skin .ut-horizontal-navigation.ut-navigation-with-animation ul li.ut-is-megamenu > .ut-megamenu,
html body #header-section.ut-secondary-custom-skin .ut-horizontal-navigation.ut-navigation-with-animation ul li.ut-menu-item-lvl-0 > ul.sub-menu {
    border: 0;
    background-color: rgb(255 255 255 / 90%) !important;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 10px;
}

html body #header-section.ut-primary-custom-skin .ut-navigation-with-link-animation.ut-navigation-with-link-animation-type-background ul.sub-menu li a,
html body #header-section.ut-primary-custom-skin .ut-navigation-with-link-animation.ut-navigation-with-link-animation-type-background .ut-navigation-column-list li a,
html body #header-section.ut-primary-custom-skin .ut-navigation-with-link-animation.ut-navigation-with-link-animation-type-background-static ul.sub-menu li a,
html body #header-section.ut-primary-custom-skin .ut-navigation-with-link-animation.ut-navigation-with-link-animation-type-background-static .ut-navigation-column-list li a,
html body #header-section.ut-secondary-custom-skin .ut-navigation-with-link-animation.ut-navigation-with-link-animation-type-background ul.sub-menu li a,
html body #header-section.ut-secondary-custom-skin .ut-navigation-with-link-animation.ut-navigation-with-link-animation-type-background .ut-navigation-column-list li a,
html body #header-section.ut-secondary-custom-skin .ut-navigation-with-link-animation.ut-navigation-with-link-animation-type-background-static ul.sub-menu li a,
html body #header-section.ut-secondary-custom-skin .ut-navigation-with-link-animation.ut-navigation-with-link-animation-type-background-static .ut-navigation-column-list li a {
    text-transform: uppercase !important;
}

html body #header-section.ut-primary-custom-skin .ut-navigation-with-link-animation.ut-navigation-with-link-animation-type-background ul.sub-menu li a::after,
html body #header-section.ut-primary-custom-skin .ut-navigation-with-link-animation.ut-navigation-with-link-animation-type-background .ut-navigation-column-list li a::after,
html body #header-section.ut-primary-custom-skin .ut-navigation-with-link-animation.ut-navigation-with-link-animation-type-background-static ul.sub-menu li a::after,
html body #header-section.ut-primary-custom-skin .ut-navigation-with-link-animation.ut-navigation-with-link-animation-type-background-static .ut-navigation-column-list li a::after,
html body #header-section.ut-secondary-custom-skin .ut-navigation-with-link-animation.ut-navigation-with-link-animation-type-background ul.sub-menu li a::after,
html body #header-section.ut-secondary-custom-skin .ut-navigation-with-link-animation.ut-navigation-with-link-animation-type-background .ut-navigation-column-list li a::after,
html body #header-section.ut-secondary-custom-skin .ut-navigation-with-link-animation.ut-navigation-with-link-animation-type-background-static ul.sub-menu li a::after,
html body #header-section.ut-secondary-custom-skin .ut-navigation-with-link-animation.ut-navigation-with-link-animation-type-background-static .ut-navigation-column-list li a::after {
    background: rgba(113, 0, 0, 1) !important;
    border-radius: 5px;
}

html body #header-section.ut-header-dark,
html body #header-section.ut-primary-custom-skin,
html body #header-section.ut-secondary-custom-skin,
html body #header-section.ut-primary-custom-skin:hover,
html body #header-section.ut-secondary-custom-skin:hover {
    border: 0 !important;
}

html body li.no-click,
html body li.no-click:hover,
html body li.no-click > a,
html body li.no-click > a:hover {
    cursor: default !important;
}

html body #header-section.ut-secondary-custom-skin li.current-menu-parent:not(.has-scroll-children) > a,
html body #header-section.ut-secondary-custom-skin li.current_page_item:not(.menu-item-object-custom) > a:hover,
html body #header-section.ut-secondary-custom-skin li.current_page_item:not(.menu-item-object-custom) > a:active,
html body #header-section.ut-secondary-custom-skin li.current-menu-item:not(.menu-item-object-custom) > a:hover,
html body #header-section.ut-secondary-custom-skin li.current-menu-item:not(.menu-item-object-custom) > a:active,
html body #header-section.ut-secondary-custom-skin li.current_page_parent > a:hover,
html body #header-section.ut-secondary-custom-skin li.current_page_parent > a:active,
html body #header-section.ut-secondary-custom-skin li.current_page_ancestor > a:hover,
html body #header-section.ut-secondary-custom-skin li.current_page_ancestor > a:active,
html body #header-section.ut-secondary-custom-skin li.current-menu-parent:not(.has-scroll-children) > a:hover,
html body #header-section.ut-secondary-custom-skin li.current-menu-parent:not(.has-scroll-children) > a:active,
html body #header-section.ut-secondary-custom-skin li.current-menu-ancestor > a:hover,
html body #header-section.ut-secondary-custom-skin li.current-menu-ancestor > a:active {
    color: #fff !important;
}

html body #header-section.ut-secondary-custom-skin .ut-navigation-with-link-animation.ut-navigation-with-link-animation-type-background ul.sub-menu li a::after,
html body #header-section.ut-secondary-custom-skin .ut-navigation-with-link-animation.ut-navigation-with-link-animation-type-background .ut-navigation-column-list li a::after,
html body #header-section.ut-secondary-custom-skin .ut-navigation-with-link-animation.ut-navigation-with-link-animation-type-background-static ul.sub-menu li a::after,
html body #header-section.ut-secondary-custom-skin .ut-navigation-with-link-animation.ut-navigation-with-link-animation-type-background-static .ut-navigation-column-list li a::after {
    background-color: #770404;
}

/* 1.4 Footer */
html body #ut-custom-contact-section .wtp_footer-logo img {
    max-width: 175px;
}

html body #ut-custom-contact-section h3 {
    font-size: 28px;
}

html body #ut-custom-contact-section .wtp_dark p {
    margin-bottom: .25em;
    text-wrap: pretty;
}

html body #ut-custom-contact-section .wtp_dark p a {
    color: #fff;
    font-weight: lighter;
    -webkit-text-decoration-color: rgb(255 255 255 / 55%);
    text-decoration-color: rgb(255 255 255 / 55%);
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    text-underline-offset: 3px;
}

html body #ut-custom-contact-section .wtp_dark p a:hover {
    text-underline-offset: 5px;
}

html body #ut-custom-contact-section .wtp_phg-header h2 {
    font-size: 36px;
}

/* 1.5 Sidebar */


/*------------------------
*      2. Home-page      *
-------------------------*/
/* Hero */
html body .video-foreground {
    width: 100%;
    height: 100svh;
}

html body .video-foreground:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -o-linear-gradient(bottom, rgb(0 0 0 / 50%), rgb(0 0 0 / 0%) 50%);
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(0 0 0 / 50%)), color-stop(50%, rgb(0 0 0 / 0%)));
    background: linear-gradient(to top, rgb(0 0 0 / 50%), rgb(0 0 0 / 0%) 50%);
}

html body .wtp_overlay-row {
    position: absolute;
    right: 0;
    /*bottom: 150px;*/
    bottom: 40px;
    left: 0;
    opacity: .9;
}

html body .wtp_overlay-row .wpb_column h1 {
    margin: 0;
}

html body .wtp_overlay-row .wpb_column h2,
html body .wtp_overlay-row .wpb_column h3 {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    -webkit-filter: drop-shadow(0 0 45px rgba(0, 0, 0, 1));
    filter: drop-shadow(0 0 45px rgba(0, 0, 0, 1));
    text-wrap: balance;
}

html body .wtp_overlay-row .wpb_column h2 {
    font-size: clamp(32px, 3.5vw, 64px);
}

html body .wtp_overlay-row .wpb_column h3 {
    font-size: clamp(21px, 2vw, 42px);
}

html body .wtp_overlay-row .wpb_column > .vc_column-inner > .wpb_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1em;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 20px;
    padding-left: 20px;
}

html body .wtp_overlay-row .wpb_column > .vc_column-inner > .wpb_wrapper .wpb_text_column {
    width: 100%;
}

html body .wtp_overlay-row a i:before {
    font-weight: 900;
}

/* End Hero */

html body #row-about,
html body .row-about {
    /*overflow: hidden;*/
    /*-webkit-box-shadow: 0 20px 50px #00000029;*/
    /*box-shadow: 0 20px 50px #00000029;*/
}

html body .wtp_intro-logos {
    top: -75px;
}

html body .wtp_intro-logos a,
html body .wtp_group-logos a {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

html body .wtp_intro-logos a:hover,
html body .wtp_group-logos a:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

html body .wtp_intro-logos img,
html body .wtp_group-logos img {
    width: 175px;
    height: auto;
    max-width: 100%;
}

html body#ut-sitebody .wtp_locations-section.sports-grilles {
    background-image: url(/wp-content/themes/brooklyn-child/assets/img/peppinos-pizza.jpg);
    background-attachment: fixed;
    background-size: 100% !important;
    background-repeat: repeat !important;
}

html body#ut-sitebody .wtp_locations-section.pizzerias {
    background-image: url(/wp-content/themes/brooklyn-child/assets/img/peppinos-pizzerias.jpg);
    background-attachment: fixed;
    background-size: 100% !important;
    background-repeat: repeat !important;
}

html body .wtp_locations.sticky img {
    border-radius: 20px;
}

html body .wtp_locations.wpb_text_column {
    margin-bottom: 20px;
}

html body .wtp_locations > .wpb_wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 24px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

html body .wtp_locations .flex-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 4em 1fr;
    grid-template-columns: 1fr 1fr;
    row-gap: 3em;
    -webkit-column-gap: 4em;
    -moz-column-gap: 4em;
    column-gap: 4em;
}

html body .wtp_locations h2 {
    font-size: 32px;
}

html body .wtp_locations h3,
html body .wtp_locations h3 a {
    font-weight: bold;
    text-decoration: none;
    font-size: 24px;
}

html body .wtp_locations .location-info-container h3 {
    margin-bottom: 6px;
}

html body .wtp_locations p {
    text-wrap: pretty;
}

html body .wtp_locations a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    text-decoration: none;
}

html body #gr-menus .wtp_locations .wpb_wrapper {
    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;
    margin-bottom: 20px;
}

html body #gr-menus .wtp_locations .wpb_wrapper .bklyn-btn-holder.bklyn-btn-center {
    width: 300px;
    max-width: 100%;
}

html body.downtownqr #main-content {
    background-image: url(/wp-content/themes/brooklyn-child/assets/img/peppinos-pizza.jpg);
    background-attachment: fixed;
    background-size: 100% !important;
    background-repeat: repeat !important;
}

html body .wtp_locations a.btn {
    color: #fff;
    background-color: rgba(113, 0, 0, 1);
    border-radius: 5px;
    padding: .5em 1em;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

html body .wtp_locations a.btn:hover {
    color: #fff;
    background-color: #b9332a;
}

html body.home .wtp_locations h3 a:hover,
html body .wtp_locations a:not(.btn):hover {
    color: #b9332a;
}

html body .wtp_locations a[href*='tel'],
html body .wtp_locations a[href*='hrpos'] {
    font-weight: 700;
}

html body .wtp_locations a i {
    width: 1.33em;
}

html body .wtp_locations a i.fa-map-marker-alt,
html body .wtp_locations a i.fa-phone {
    position: relative;
    top: 7px;
}

html body .wtp_locations .location-info-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-column-gap: 5em;
    -moz-column-gap: 5em;
    column-gap: 5em;
    padding: 20px;
    background-color: #f3f3f3;
    border-radius: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*border: 1px solid rgba(113, 0, 0, .3);*/
}

html body .wtp_locations .location-info-container > * {
    width: 100%;
}

html body .wtp_locations .location-info-container h3 {
    width: 100%;
}

html body .wtp_locations .location-info-container .left-half > br,
html body .wtp_locations .location-info-container .right-half > br {
    display: none;
}

html body .wtp_locations .location-info-container .right-half {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1em;
    margin-top: 12px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/*html body .wtp_locations a span.text {*/
/*    text-decoration: underline;*/
/*    -webkit-transition: all 0.2s;*/
/*    -o-transition: all 0.2s;*/
/*    transition: all 0.2s;*/
/*    text-underline-offset: 3px;*/
/*}*/

/*html body .wtp_locations a:hover span.text {*/
/*    color: #b9332a;*/
/*    text-underline-offset: 5px;*/
/*}*/

html body .fill-img > .vc_column-inner > .wpb_wrapper,
html body .fill-img > .vc_column-inner > .wpb_wrapper * {
    width: 100%;
    height: 100%;
}

html body .fill-img > .vc_column-inner > .wpb_wrapper img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

html body .wtp_phg-logo img {
    max-width: 350px;
    margin-top: 30px;
}

html body .wtp_phg-section .wtp_phg-section_row-one {
    border-radius: 20px 20px 0 0 !important;
}

html body .wtp_phg-section .wtp_phg-section_row-one h2 {
    text-wrap: balance;
}

html body .wtp_phg-section .wtp_phg-section_row-two {
    border-radius: 0 0 20px 20px !important;
}

html body .ut-image-gallery a.ut-vc-images-lightbox {
    border-radius: 5px;
    overflow: hidden;
}

html body .lg-sub-html {
    opacity: 0 !important;
}


/*------------------------
*      3. Sub-page       *
------------------------*/
html body #main-content .vc_section.wtp_title-section {
    padding-top: 275px;
    padding-bottom: 100px;
}

html body #main-content .vc_section.wtp_title-section .vc_row.wpb_row {
    overflow: visible;
}

html body #main-content .vc_section.wtp_title-section.has-gallery {
    padding: 0 !important;
}

html body #main-content .vc_section.wtp_title-section.has-gallery > .vc_row > .wpb_column > .vc_column-inner {
    padding: 0;
}

html body #main-content .vc_section.wtp_title-section.has-gallery .wpb_content_element {
    margin: 0;
}

html body #main-content .vc_section.wtp_title-section .wpb_text_column {
    margin-bottom: 0;
    width: 100%;
}

html body #main-content .vc_section.wtp_title-section .wpb_text_column h1,
html body #main-content .vc_section.wtp_title-section .wpb_text_column h2 {
    text-wrap: balance;
    text-align: center;
    color: #ffffff;
    -webkit-filter: drop-shadow(0 0 45px rgba(0, 0, 0, 1));
    filter: drop-shadow(0 0 45px rgba(0, 0, 0, 1));
    font-size: clamp(28px, 3vw, 56px);
    line-height: 1.2;
    margin-bottom: .33em;
}

html body #main-content .vc_section.wtp_title-section .wpb_text_column h2 {
    font-size: clamp(16px, 1.75vw, 42px);
    margin-bottom: .66em;
}

html body #main-content .vc_section.wtp_title-section.has-gallery .wtp_title-row {
    position: absolute;
    top: auto;
    bottom: 100px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    left: 0;
    padding-right: 12px;
    padding-left: 12px;
    z-index: 2;
    width: 100%;
}

html body #main-content .vc_section.wtp_title-section.has-gallery .wtp_title-row > .wpb_column > .vc_column-inner > .wpb_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1em;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 20px;
    padding-left: 20px;
}

html body #main-content .vc_section.wtp_title-section.has-gallery .owl-stage-outer:after,
html body #main-content .vc_section.wtp_title-section.has-gallery .ut-image-gallery-image .ut-animated-image-zoom:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -o-linear-gradient(bottom, rgba(0 0 0 / 66%), rgba(0 0 0 / 0%) 40%);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0 0 0 / 66%)), color-stop(40%, rgba(0 0 0 / 0%)));
    background: linear-gradient(to top, rgba(0 0 0 / 66%), rgba(0 0 0 / 0%) 40%);
    z-index: 1;
}

html body #main-content .vc_section.wtp_title-section.has-gallery .wpb_content_element .ut-owl-gallery-slider.owl-carousel {
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

html body #main-content .vc_section.wtp_title-section.has-gallery .wpb_content_element .ut-owl-gallery-slider.owl-carousel.owl-theme:not(.owl-loaded) {
    opacity: 0;
}

html body #main-content .vc_section.wtp_title-section.has-gallery .wpb_content_element .ut-owl-gallery-slider .owl-dots {
    bottom: 12px;
    z-index: 2;
}

html body #main-content .vc_section.wtp_title-section.has-gallery .wpb_content_element .ut-owl-gallery-slider .owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
    border-radius: 999px;
    border: 1px solid #D6D6D6;
}

html body #main-content .vc_section.wtp_title-section.has-gallery .wpb_content_element .ut-owl-gallery-slider .owl-dots .owl-dot.active span,
html body #main-content .vc_section.wtp_title-section.has-gallery .wpb_content_element .ut-owl-gallery-slider .owl-dots .owl-dot:hover span {
    background-color: #770404;
    border: 1px solid #ffffffdd;
}

html body #main-content .vc_section.wtp_title-section.has-gallery,
html body #main-content .vc_section.wtp_title-section.has-gallery .wpb_content_element .ut-owl-gallery-slider .owl-item {
    aspect-ratio: 16/9;
    min-height: 50svh;
    max-height: 100svh;
    position: relative;
}

html body #main-content .vc_section.wtp_title-section.has-gallery .wpb_content_element .ut-owl-gallery-slider .owl-item > div,
html body #main-content .vc_section.wtp_title-section.has-gallery .wpb_content_element .ut-owl-gallery-slider .owl-item > div > figure {
    position: absolute;
    width: 100%;
    height: 100%;
}

html body #main-content .vc_section.wtp_title-section.has-gallery .wpb_content_element .ut-owl-gallery-slider .owl-item img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    /*position: absolute;*/
}

html body #main-content .vc_section.wtp_title-section.has-gallery > .vc_row,
html body #main-content .vc_section.wtp_title-section.has-gallery > .vc_row > .wpb_column {
    height: 100%;
}

html body .wtp_location-info * {
    color: #770404;
}

html body .wtp_locations-row .bklyn-btn-holder.bklyn-btn-left {
    display: inline-block;
    margin-bottom: 15px;
    /*width: calc(50% - 15px);*/
}

html body .wtp_locations-row .bklyn-btn-holder.bklyn-btn-left:not(:last-of-type) {
    margin-right: 15px;
}

html body .bklyn-btn-holder.wtp_directions-btn {
    display: table;
    position: absolute;
    top: 138px;
    left: 10px;
}

html body .wtp_contact-row {
    margin-right: 40px !important;
    margin-left: 40px !important;
}

html body .wtp_contact-row h2 {
    font-size: 36px;
}

html body .wtp_dark .gform_wrapper .gform_required_legend,
html body .wtp_dark .gform_wrapper .gfield_required.gfield_required_asterisk,
html body .wtp_dark .gform_wrapper .gfield_label,
html body .wtp_dark .gform_wrapper label,
html body .wtp_dark .gform_wrapper input,
html body .wtp_dark .gform_wrapper select,
html body .wtp_dark .gform_wrapper textarea,
html body .wtp_dark .gform_wrapper.gravity-theme .gfield_error .gfield_repeater_cell label,
html body .wtp_dark .gform_wrapper.gravity-theme .gfield_error label,
html body .wtp_dark .gform_wrapper.gravity-theme .gfield_error legend,
html body .wtp_dark .gform_wrapper.gravity-theme .gfield_validation_message,
html body .wtp_dark .gform_wrapper.gravity-theme .validation_message,
html body .wtp_dark .gform_wrapper.gravity-theme [aria-invalid=true] + label,
html body .wtp_dark .gform_wrapper.gravity-theme label + [aria-invalid=true],
html body .wtp_dark .gform_wrapper.gravity-theme .field_sublabel_above .description,
html body .wtp_dark .gform_wrapper.gravity-theme .field_sublabel_above .gfield_description,
html body .wtp_dark .gform_wrapper.gravity-theme .field_sublabel_above .gsection_description,
html body .wtp_dark .gform_wrapper.gravity-theme .field_sublabel_below .description,
html body .wtp_dark .gform_wrapper.gravity-theme .field_sublabel_below .gfield_description,
html body .wtp_dark .gform_wrapper.gravity-theme .field_sublabel_below .gsection_description {
    color: #fff;
}

html body .wtp_dark .gform_wrapper input,
html body .wtp_dark .gform_wrapper select,
html body .wtp_dark .gform_wrapper textarea {
    min-height: 48px;
}

html body .wtp_dark .gform_wrapper input,
html body .wtp_dark .gform_wrapper select,
html body .wtp_dark .gform_wrapper textarea {
    background-color: rgb(37 31 33 / 90%);
    border-color: #8c8c8c;
    /*backdrop-filter: blur(3px);*/
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

html body .wtp_dark .gform_wrapper input:focus,
html body .wtp_dark .gform_wrapper select:focus,
html body .wtp_dark .gform_wrapper textarea:focus {
    /*color: #333;*/
    /*background-color: rgb(255 255 255 / 85%);*/
    background-color: rgb(37 31 33 / 100%);
    border-color: #fff;
}

html body .gform_wrapper input,
html body .gform_wrapper select,
html body .gform_wrapper textarea {
    border-radius: 5px;
    font-size: 16px !important;
}

html body .wtp_dark .gform_wrapper .gform_footer input[type=submit] {
    color: #760B05 !important;
    background-color: #ffffff !important;
}

html body .gform_wrapper .gform_footer input[type=submit] {
    font-size: 18px;
    padding: 1.05em 2em;
    border-radius: 5px !important;
}

html body .wtp_contact-row img {
    border-radius: 5px;
    max-width: 550px;
}

html body .wtp_dark .gform_wrapper .gform_validation_errors,
html body .wtp_dark .gform_wrapper.gravity-theme .gform_validation_errors,
html body .wtp_dark .gform_wrapper.gravity-theme .validation_message {
    background-color: #292929a3;
}

html body .wtp_dark .gform_wrapper .gform_validation_errors .gform_submission_error,
html body .wtp_dark .gform_wrapper.gravity-theme .gform_validation_errors,
html body .wtp_dark .gform_wrapper.gravity-theme .validation_message,
html body .wtp_dark .gform_wrapper.gravity-theme .gfield_error label {
    color: #fff;
}

html body .wtp_dark .gform_wrapper.gravity-theme .gfield_required .gfield_required_custom,
html body .wtp_dark .gform_wrapper.gravity-theme .gfield_required .gfield_required_text {
    color: #fff;
}

html body .wtp_dark .gform_wrapper .gfield_error [aria-invalid=true] {
    border: 1px solid #fff;
}

html body:not(.home):not(.locations-index):not(.takeout) .wtp_locations > .wpb_wrapper {
    display: block;
}

html body:not(.home):not(.locations-index):not(.takeout) .wtp_locations > .wpb_wrapper .location-info-container {
    padding: 0;
    background-color: transparent;
}

html body:not(.home):not(.locations-index):not(.takeout) .wtp_locations .hours-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.78;
}

html body:not(.home):not(.locations-index):not(.takeout) .wtp_locations .hours-block i {
    width: 1.33em;
    position: relative;
    top: 7px;
}

html body:not(.home):not(.locations-index):not(.takeout) .wtp_locations .hours-block i.fa-clock {
    /*top: 4px;*/
}

html body:not(.home):not(.locations-index):not(.takeout) .wtp_locations .hours-block .text {
    width: calc(100% - 1.33em);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 1.78;
}

html body:not(.home):not(.locations-index):not(.takeout) .wtp_locations .hours-block .text .hours-chunk {
    width: 100%;
    margin-bottom: 0;
}

html body:not(.home):not(.locations-index):not(.takeout) .wtp_locations .hours-block .text .hours-chunk .day {
    display: inline-block;
    font-weight: 500;
    /*min-width: 169px;*/
}

html body:not(.home):not(.locations-index):not(.takeout) .wtp_locations .hours-block .text .hours-chunk .time {
    white-space: nowrap;
}

html body:not(.home):not(.locations-index):not(.takeout) .wtp_locations p,
html body:not(.home):not(.locations-index):not(.takeout) .wtp_locations a {
    font-size: 18px;
    line-height: 1.78;
}

html body .ut-social-follow-module.wtp_social-links {
    margin-top: 1em;
}

html body .ut-social-follow-module.wtp_social-links li {
    width: 48px;
    height: 48px;
    background-color: transparent;
    border: 1px solid #760B05;
    border-radius: 999px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    margin-bottom: 24px;
}

html body .ut-social-follow-module.wtp_social-links li:hover {
    background-color: #760B05;
}

html body .ut-social-follow-module.wtp_social-links li a {
    color: #760B05 !important;
    font-size: 20px;
    height: 100%;
    line-height: 0;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    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 .ut-social-follow-module.wtp_social-links li:hover a {
    color: #fff !important;
}

html body .wtp_contact-section .wtp_locations a {
    font-size: 21px;
    margin-bottom: .66em;
}

html body .wtp_contact-section:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -o-linear-gradient(bottom, #0000008c, #0000007a 66%, #00000000);
    background: -webkit-gradient(linear, left bottom, left top, from(#0000008c), color-stop(66%, #0000007a), to(#00000000));
    background: linear-gradient(to top, #0000008c, #0000007a 66%, #00000000);
    z-index: 0;
}

html body .wtp_contact-section > .wpb_row {
    z-index: 1;
}

html body .wtp_contact-section img {
    border-radius: 20px;
    max-width: 512px;
}

html body .wtp_contact-section .wtp_locations .location-info-container > p > br {
    display: none;
}

html body:not(.home):not(.locations-index):not(.takeout) .wtp_locations .location-info-container {
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
}

html body:not(.home):not(.locations-index):not(.takeout) .wtp_locations .location-info-container .info {
    width: 260px;
}

html body:not(.home):not(.locations-index):not(.takeout) .wtp_locations .location-info-container .info a {
    font-weight: 500;
}

html body:not(.home):not(.locations-index):not(.takeout) .wtp_locations .location-info-container .info > p > br {
    display: none;
}

html body:not(.home):not(.locations-index):not(.takeout) .wtp_locations .location-info-container .hours {
    width: calc(100% - 284px);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

html body:not(.home):not(.locations-index):not(.takeout) .wtp_locations .location-info-container .hours p {
    /*font-weight: 500;*/
}

html body .ut-image-gallery-item.ut-animation-done:hover .ut-image-gallery-image-caption,
html body .ut-image-gallery-item.ut-element-is-animating:hover .ut-image-gallery-image-caption {
    background-color: rgb(35 1 1 / 74%);
}

html body.downtownqr #header-section #navigation.ut-horizontal-navigation > ul,
html body.downtownqr #header-section #navigation-secondary.ut-horizontal-navigation > ul {
    /*display: none;*/
}

html body.downtownqr .wtp_locations {
    max-width: 1280px;
    margin: 0 auto;
    float: none;
}

html body #main-content #primary .wtp_contact-col > .vc_column-inner {
    max-width: 1140px;
    margin: 0 auto !important;
}

html body #main-content #primary .wtp_contact-col h2,
html body #main-content #primary .wtp_contact-col h3,
html body #main-content #primary .wtp_contact-col h4 {
    text-wrap: balance;
}

html body .wtp_email-list {
    position: fixed;
    bottom: -50vh;
    left: 0;
    width: auto;
    max-width: calc(100vw - 350px);
    z-index: 5;
    padding: 20px;
    border-radius: 20px;
    background-color: #720000;
    text-align: center;
    margin: 20px;
    -webkit-box-shadow: 0 0 30px #00000070;
    box-shadow: 0 0 30px #00000070;
    -webkit-animation: slide-up 1s forwards;
    animation: slide-up 1s forwards;
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
    opacity: 100%;
}

html body .wtp_email-list.close {
    opacity: 0 !important;
    pointer-events: none !important;
}

html body .wtp_email-list h2 {
    margin-bottom: 0;
}

html body .wtp_email-list form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1em;
}

html body .wtp_email-list form .gform-body.gform_body {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

html body .wtp_email-list form .gform-footer.gform_footer {
    margin: 0;
    padding: 0;
    max-height: 48px;
}

html body .wtp_email-list form input {
    min-height: 48px;
    max-height: 48px;
    border: 0 transparent;
    outline: none;
}

html body .wtp_email-list form input[type=email] {
    background-color: rgb(255 255 255 / 0);
    border: 1px solid rgb(255 255 255 / 50%);
    color: #fff;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

html body .wtp_email-list form input[type=email]::-webkit-input-placeholder {
    color: rgb(255 255 255 / 94%);
}

html body .wtp_email-list form input[type=email]::-moz-placeholder {
    color: rgb(255 255 255 / 94%);
}

html body .wtp_email-list form input[type=email]:-ms-input-placeholder {
    color: rgb(255 255 255 / 94%);
}

html body .wtp_email-list form input[type=email]::-ms-input-placeholder {
    color: rgb(255 255 255 / 94%);
}

html body .wtp_email-list form input[type=email]::placeholder {
    color: rgb(255 255 255 / 94%);
}

html body .wtp_email-list form input[type=email]:active,
html body .wtp_email-list form input[type=email]:focus {
    background-color: rgb(255 255 255 / 0);
    border: 1px solid rgb(255 255 255 / 90%);
    color: #fff;
}

html body .wtp_email-list form .gform-footer.gform_footer input[type=submit] {
    padding: 11px 21px !important;
    margin: 0;
}

html body .wtp_email-list .gform_validation_errors {
    display: none;
}

@-webkit-keyframes slide-up {
    from {
        bottom: -50vh;
    }

    to {
        bottom: 0;
    }
}

@keyframes slide-up {
    from {
        bottom: -50vh;
    }

    to {
        bottom: 0;
    }
}

html body .wtp_email-list button {
    position: absolute;
    top: -12px;
    right: -12px;
    width: 48px;
    height: 48px;
    border-radius: 999px;
    overflow: hidden;
    background-color: #720a01;
    -webkit-box-shadow: 0 0 12px #0000007a;
    box-shadow: 0 0 12px #0000007a;
    font-size: 18px;
    color: #eee;
}

html body .wtp_email-list button i {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

html body .wtp_email-list button:hover i {
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}

html body .wtp_email-list .gform_confirmation_message {
    margin: 0;
    padding: 9px;
}

html body .wtp_gr-menus-popup {
    width: calc(100dvw - 42px);
    max-width: 960px;
    margin: 0 auto;
    padding: 0 0 40px 0;
    max-height: calc(100svh - 88px);
    overflow: auto;
    border-radius: 5px 5px 0 0;
}

html body .wtp_gr-menus-popup ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1em 1fr 1em 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1em;
    margin: 0;
}

html body .wtp_gr-menus-popup ul li a {
    font-size: 16px;
    padding: 12px 21px;
    line-height: 1.78;
    border-radius: 5px;
    background-color: #ffffff;
    text-transform: uppercase;
    width: 100%;
    display: block;
    text-align: center;
}

html body .ut-simple-time-line-wrap:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    width: 1px;
    border-width: 1px;
    border-color: #EFEFEF;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-style: solid;
}

html body .ut-simple-time-line {
    width: 100%;
    max-width: 1099px;
    left: 0;
}

html body .ut-simple-time-line-event {
    /*min-height: 550px;*/
    /*min-height: 768px;*/
    overflow: visible;
    margin-bottom: 10vw;
}

html body .ut-simple-time-line-event-marker-small,
html body .ut-simple-time-line-event-marker-large {
    border-width: 0;
    right: -89.5px;
}

html body:not(.page-id-5145) .ut-simple-time-line-event:nth-child(2n) {
    float: left;
    text-align: right;
}

html body .ut-simple-time-line-event .ut-simple-time-line-event-image {
    /*position: sticky;*/
    /*top: 40px;*/
    margin-bottom: 60px;
}

html body .ut-simple-time-line-event .ut-simple-time-line-event-image img {
    border-radius: 15px;
}

html body .ut-simple-time-line-event .ut-simple-time-line-event-image img[src*='sports-grille-and-bar'],
html body .ut-simple-time-line-event .ut-simple-time-line-event-image img[src*='westside-social-american-tavern'],
html body .ut-simple-time-line-event .ut-simple-time-line-event-image img[src*='grand-rapids-wedding-events-venue'],
html body .ut-simple-time-line-event .ut-simple-time-line-event-image img[src*='local-pizzeria-and-sports-grille'] {
    max-width: 250px;
}

html body .ut-simple-time-line-event .ut-simple-time-line-event-title {
    text-align: left;
    position: absolute;
    left: calc(100% + 150px);
    top: 11px;
    width: 100%;
    font-size: 36px;
    font-weight: bold;
    color: var(--color-white);
}

html body .ut-simple-time-line-event .ut-simple-time-line-event-text {
    text-align: left;
    position: absolute;
    left: calc(100% + 150px);
    top: 56px;
    width: 100%;
}

html body#ut-sitebody .ut-simple-time-line .ut-simple-time-line-event .ut-simple-time-line-event-text p {
    font-size: 24px;
}

html body:not(.page-id-5145) .ut-simple-time-line-event:nth-child(2n) .ut-simple-time-line-event-marker-small {
    left: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

html body .wtp_dark .ginput_container_fileupload .ginput_preview {
    color: var(--color-white);
    border-radius: 5px;
    font-size: 16px !important;
    padding: 8px;
    background-color: rgb(37 31 33 / 90%);
    border-color: #8c8c8c;
    /* backdrop-filter: blur(3px); */
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    border: 1px solid #fff;
}

html body .wtp_dark .ginput_container_fileupload .ginput_preview .gfield_fileupload_percent {
    margin-left: 1em;
}


/*------------------------
*      4. Responsive     *
------------------------*/
/* Max Width Queries */
@media (max-width: 1679px) {
    html body #header-section #navigation.ut-horizontal-navigation > ul > li > a,
    html body #header-section #navigation-secondary.ut-horizontal-navigation > ul > li > a {
        font-size: 15px;
        min-width: 167px;
        margin: 0 7px;
    }

    html body #header-section #navigation.ut-horizontal-navigation > ul > li:not(.wtp_logo) > a > span,
    html body #header-section #navigation-secondary.ut-horizontal-navigation > ul > li:not(.wtp_logo) > a > span {
        padding: 10px 14px;
    }
}

@media (max-width: 1549px) {
    html body #header-section #navigation.ut-horizontal-navigation > ul > li > a,
    html body #header-section #navigation-secondary.ut-horizontal-navigation > ul > li > a {
        font-size: 14px;
        min-width: 148px;
        margin: 0 4px;
    }

    html body #header-section #navigation.ut-horizontal-navigation > ul > li:not(.wtp_logo) > a > span,
    html body #header-section #navigation-secondary.ut-horizontal-navigation > ul > li:not(.wtp_logo) > a > span {
        padding: 8px 12px;
    }

    html body#ut-sitebody #header-section.ut-primary-custom-skin .ut-navigation-with-link-animation.ut-navigation-with-link-animation-type-background ul.sub-menu li a,
    html body#ut-sitebody #header-section.ut-primary-custom-skin .ut-navigation-with-link-animation.ut-navigation-with-link-animation-type-background .ut-navigation-column-list li a,
    html body#ut-sitebody #header-section.ut-primary-custom-skin .ut-navigation-with-link-animation.ut-navigation-with-link-animation-type-background-static ul.sub-menu li a,
    html body#ut-sitebody #header-section.ut-primary-custom-skin .ut-navigation-with-link-animation.ut-navigation-with-link-animation-type-background-static .ut-navigation-column-list li a,
    html body#ut-sitebody #header-section.ut-secondary-custom-skin .ut-navigation-with-link-animation.ut-navigation-with-link-animation-type-background ul.sub-menu li a,
    html body#ut-sitebody #header-section.ut-secondary-custom-skin .ut-navigation-with-link-animation.ut-navigation-with-link-animation-type-background .ut-navigation-column-list li a,
    html body#ut-sitebody #header-section.ut-secondary-custom-skin .ut-navigation-with-link-animation.ut-navigation-with-link-animation-type-background-static ul.sub-menu li a,
    html body#ut-sitebody #header-section.ut-secondary-custom-skin .ut-navigation-with-link-animation.ut-navigation-with-link-animation-type-background-static .ut-navigation-column-list li a {
        font-size: 13px;
    }
}

@media (max-width: 1440px) {
    html body .bklyn-btn.bklyn-btn-large,
    html body .wtp_floating-cta a.btn,
    html body .wtp_dark .gform_wrapper .gform_footer input[type=submit] {
        font-size: 16px !important;
        padding: 12px 24px !important;
        line-height: 1.78 !important;
    }
}

@media (max-width: 1329px) {
    html body #header-section #navigation.ut-horizontal-navigation > ul > li > a,
    html body #header-section #navigation-secondary.ut-horizontal-navigation > ul > li > a {
        font-size: 12px;
        min-width: 127px;
        margin: 0 4px;
    }

    html body #header-section #navigation.ut-horizontal-navigation > ul > li:not(.wtp_logo) > a > span,
    html body #header-section #navigation-secondary.ut-horizontal-navigation > ul > li:not(.wtp_logo) > a > span {
        padding: 6px 10px;
    }

    html body#ut-sitebody #header-section.ut-primary-custom-skin .ut-navigation-with-link-animation.ut-navigation-with-link-animation-type-background ul.sub-menu li a,
    html body#ut-sitebody #header-section.ut-primary-custom-skin .ut-navigation-with-link-animation.ut-navigation-with-link-animation-type-background .ut-navigation-column-list li a,
    html body#ut-sitebody #header-section.ut-primary-custom-skin .ut-navigation-with-link-animation.ut-navigation-with-link-animation-type-background-static ul.sub-menu li a,
    html body#ut-sitebody #header-section.ut-primary-custom-skin .ut-navigation-with-link-animation.ut-navigation-with-link-animation-type-background-static .ut-navigation-column-list li a,
    html body#ut-sitebody #header-section.ut-secondary-custom-skin .ut-navigation-with-link-animation.ut-navigation-with-link-animation-type-background ul.sub-menu li a,
    html body#ut-sitebody #header-section.ut-secondary-custom-skin .ut-navigation-with-link-animation.ut-navigation-with-link-animation-type-background .ut-navigation-column-list li a,
    html body#ut-sitebody #header-section.ut-secondary-custom-skin .ut-navigation-with-link-animation.ut-navigation-with-link-animation-type-background-static ul.sub-menu li a,
    html body#ut-sitebody #header-section.ut-secondary-custom-skin .ut-navigation-with-link-animation.ut-navigation-with-link-animation-type-background-static .ut-navigation-column-list li a {
        font-size: 12px;
    }

    html body .row-about .wtp_locations-row {
        max-width: calc(100vw - 20px);
        left: 20px;
    }

    @media (min-width: 1025px) {
        #header-section.fullwidth .grid-container:not(.ut-megamenu-grid-container),
        #header-section.fullwidth .grid-container:not(.ut-megamenu-grid-container) nav#navigation,
        #header-section.fullwidth .grid-container:not(.ut-megamenu-grid-container) .site-logo-wrap,
        #header-section.fullwidth .grid-container:not(.ut-megamenu-grid-container) nav#navigation-secondary {
            /*padding-right: 0;*/
            /*padding-left: 0;*/
        }

        html body #header-section #navigation.ut-horizontal-navigation > ul > li > a img,
        html body #header-section #navigation-secondary.ut-horizontal-navigation > ul > li > a img {
            max-width: 120px;
        }

        #header-section.fullwidth .grid-container:not(.ut-megamenu-grid-container) nav#navigation ul#menu-menu-left > li:first-of-type > a,
        #header-section.fullwidth .grid-container:not(.ut-megamenu-grid-container) nav#navigation ul#menu-menu-right > li:first-of-type > a {
            margin-left: 0;
        }

        #header-section.fullwidth .grid-container:not(.ut-megamenu-grid-container) nav#navigation ul#menu-menu-left > li:last-of-type > a,
        #header-section.fullwidth .grid-container:not(.ut-megamenu-grid-container) nav#navigation ul#menu-menu-right > li:last-of-type > a {
            margin-right: 0;
        }
    }
}

@media (max-width: 1199px) {
    html body #row-about .wtp_locations,
    html body .row-about .wtp_locations {
        /*width: 100%;*/
    }

    html body #row-about .wtp_locations.fill-img,
    html body .row-about .wtp_locations.fill-img {
        /*aspect-ratio: 21/9;*/
    }

    html body #row-about .wtp_locations:not(.fill-img) > .vc_column-inner,
    html body#ut-sitebody .row-about .wtp_locations:not(.fill-img) > .vc_column-inner {
        /*padding: 40px 60px !important;*/
    }

    html body .wtp_locations .flex-container {
        -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    html body .wtp_contact-section .ut-animated-image-item {
        width: 100%;
    }

    html body .wtp_contact-section .ut-animated-image-item img {
        max-width: 100%;
    }

    @media (min-width: 768px) {
        html body:not(.home):not(.locations-index):not(.takeout) .wtp_locations > .wpb_wrapper .location-info-container {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }

        html body:not(.home):not(.locations-index):not(.takeout) .wtp_locations .location-info-container .info,
        html body:not(.home):not(.locations-index):not(.takeout) .wtp_locations .location-info-container .hours {
            width: 100%;
        }

        html body:not(.home):not(.locations-index):not(.takeout) .wtp_locations .location-info-container .hours {
            margin-top: 2em;
        }
    }
}

@media (max-width: 1099px) {
    @media (min-width: 1025px) {
        html body #header-section #navigation.ut-horizontal-navigation > ul > li > a,
        html body #header-section #navigation-secondary.ut-horizontal-navigation > ul > li > a {
            min-width: 0;
        }

        html body #header-section #navigation.ut-horizontal-navigation > ul > li a span.hide-small-desktop,
        html body #header-section #navigation-secondary.ut-horizontal-navigation > ul > li a span.hide-small-desktop {
            display: none;
        }
    }
}

@media (max-width: 1024px) {
    html body #ut-header-placeholder {
        height: 0 !important;
        min-height: 0 !important;
    }

    html body header#header-section .ha-header-front {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    html body.ut-mobile-menu-open {
        overflow: hidden;
    }

    html body.ut-mobile-menu-open header#header-section .ha-header-front {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    html body#ut-sitebody.ut-mobile-menu-open #header-section.ha-header {
        background: rgb(255 255 255 / 90%) !important;
        -webkit-backdrop-filter: blur(15px);
        backdrop-filter: blur(15px);
    }

    html body header#header-section .ha-header-front:before,
    html body header#header-section .ha-header-front:after {
        display: none;
    }

    html body .site-logo-wrap {
        display: block;
    }

    html body#ut-sitebody .ut-mm-trigger .ut-hamburger {
        color: #121212;
    }

    html body#ut-sitebody .ut-mm-trigger #ut-open-mobile-menu.ut-hamburger.is-active span::before,
    html body#ut-sitebody .ut-mm-trigger #ut-open-mobile-menu.ut-hamburger.is-active span::after {
        background-color: #121212;
    }

    html body.ut-mobile-menu-open header#header-section .ha-header-front > div.hide-on-desktop,
    html body.ut-mobile-menu-open header#header-section .ha-header-front > nav#ut-mobile-nav {
        margin-top: 50px;
    }

    html body.ut-mobile-menu-open header#header-section .site-logo-wrap {
        opacity: 1;
        pointer-events: auto;
        -webkit-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
    }

    html body.ut-mobile-menu-open header#header-section .site-logo-wrap {
        opacity: 0;
        pointer-events: none;
        position: absolute;
        left: 0;
    }

    html body#ut-sitebody.ut-mobile-menu-open #ut-mobile-menu a:not(.bklyn-btn)::before {
        display: none;
    }

    html body #header-section ul#ut-mobile-menu {
        padding-right: 0;
        padding-left: 0;
        width: auto !important;
        display: table;
        margin: 42vh auto 0 auto;
        text-align: center;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        line-height: 1.2;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
    }

    html body #header-section ul#ut-mobile-menu.sub-menu-open {
        margin-top: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    html body#ut-sitebody #header-section ul#ut-mobile-menu li a {
        padding-right: 0;
        padding-left: 0;
        font-size: clamp(26px, 3vw, 56px);
        font-weight: bold;
        color: #121212 !important;
    }

    html body #ut-custom-contact-section .wtp_phg-header h2 {
        font-size: clamp(26px, 3vw, 56px);
        text-wrap: balance;
    }

    html body#ut-sitebody #header-section ul#ut-mobile-menu li button {
        color: #121212;
    }

    html body#ut-sitebody #header-section ul#ut-mobile-menu li.menu-item-has-children {
        position: relative;
        padding-bottom: 0;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
    }

    html body#ut-sitebody #header-section ul#ut-mobile-menu li.menu-item-has-children.open {
        padding-bottom: 2em;
    }

    html body#ut-sitebody #header-section ul#ut-mobile-menu li.menu-item-has-children.no-click:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: transparent;
        max-height: 1.8em;
        z-index: 2;
        font-size: clamp(32px, 3vw, 56px);
    }

    html body#ut-sitebody #header-section ul#ut-mobile-menu li.menu-item-has-children > a {
        display: inline-block;
    }

    html body#ut-sitebody #header-section ul#ut-mobile-menu li.menu-item-has-children button.toggle {
        border: transparent;
        outline: transparent;
        background-color: transparent;
        font-weight: 900;
        font-size: clamp(24px, 1.75vw, 42px);
        position: absolute;
        top: .35em;
        z-index: 5;
    }

    html body#ut-sitebody #header-section ul#ut-mobile-menu li.menu-item-has-children ul.sub-menu li a {
        font-size: clamp(24px, 1.75vw, 42px);
        font-weight: 500;
    }

    html body#ut-sitebody #header-section ul#ut-mobile-menu li.menu-item-has-children ul.sub-menu {
        margin: 0;
        max-height: 0;
        overflow: hidden;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    html body#ut-sitebody #header-section ul#ut-mobile-menu li.menu-item-has-children.open ul.sub-menu {
        max-height: 100vh;
    }

    html body #main-content .vc_section.wtp_title-section.has-gallery,
    html body #main-content .vc_section.wtp_title-section.has-gallery .wpb_content_element .ut-owl-gallery-slider .owl-item {
        aspect-ratio: 3/2
    }
}

@media (max-width: 959px) {
    @media (min-width: 768px) {
        html body .wtp_locations > .wpb_wrapper {
            -ms-grid-columns: 1fr;
            grid-template-columns: 1fr;
        }
    }
}

@media (max-width: 899px) {
    html body .wtp_locations .flex-container {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

    html body .wtp_gr-menus-popup ul {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    html body .bklyn-btn.bklyn-btn-large,
    html body .wtp_floating-cta a.btn,
    html body .wtp_dark .gform_wrapper .gform_footer input[type=submit] {
        font-size: 15px !important;
        padding: 10px 21px !important;
        line-height: 1.78 !important;
    }

    html body #row-about .wtp_locations:not(.img-col) > .vc_column-inner,
    html body#ut-sitebody:not(.downtownqr) .row-about .wtp_locations:not(.img-col) > .vc_column-inner {
        padding: 24px 24px 5px 24px !important;
    }
}

@media (max-width: 767px) {
    html body.ut-mobile-menu-open header#header-section .ha-header-front {
        display: block;
    }

    html body.ut-mobile-menu-open header#header-section .ha-header-front > div.hide-on-desktop {
        width: 50px !important;
        float: right;
    }

    html body #header-section ul#ut-mobile-menu {
        margin-top: 32vh;
    }

    #ut-sitebody .vc_row.wtp_intro-logos {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    #ut-sitebody .vc_row.wtp_intro-logos > .wpb_column:nth-child(1),
    #ut-sitebody .vc_row.wtp_intro-logos > .wpb_column:nth-child(5) {
        display: none;
    }

    #ut-sitebody .vc_row.wtp_intro-logos .wpb_content_element {
        margin-bottom: 0;
    }

    html body .wtp_group-logos {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

    html body .wtp_group-logos:before,
    html body .wtp_group-logos:after {
        display: none;
    }

    html body #row-about .wtp_locations.fill-img,
    html body .row-about .wtp_locations.fill-img {
        aspect-ratio: 16/9;
    }

    html body #row-about .wtp_locations:not(.img-col) > .vc_column-inner,
    html body#ut-sitebody:not(.downtownqr) .row-about .wtp_locations:not(.img-col) > .vc_column-inner {
        padding: 24px 24px 5px 24px !important;
    }

    html body #row-about .wtp_locations-row:nth-child(1),
    html body .row-about .wtp_locations-row:nth-child(1) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    html body:not(.home) .row-about .wtp_locations-row:nth-child(1):not(.ud) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    html body .wtp_locations h2,
    html body .wtp_locations h3,
    html body .wtp_locations h3 a,
    html body .wtp_phg-section .wtp_phg-section_row-one h2,
    html body #ut-custom-contact-section h3 {
        font-size: clamp(24px, 3vw, 56px) !important;
    }

    html body .wtp_locations h2 {
        font-size: clamp(24px, 3.25vw, 56px) !important;
        text-align: center;
    }

    html body .ut-owl-gallery-slider-wrap .owl-dots {
        display: block !important;
    }

    html body:not(.home):not(.locations-index):not(.takeout) .wtp_locations h2 {
        text-align: left;
    }

    html body:not(.home):not(.locations-index):not(.takeout) .wtp_locations .ut-social-follow-module.ut-social-follow-module-mobile-center {
        text-align: left;
    }

    html body .wtp_dark .gform_wrapper .gform_footer input[type=submit] {
        margin-bottom: 40px;
    }

    html body .wtp_email-list {
        max-width: calc(100vw - 320px);
    }

    html body .wtp_email-list form {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    html body #main-content .vc_section.wtp_title-section.has-gallery .wtp_title-row {
        bottom: 80px;
    }

    html body .ut-simple-time-line-wrap:before {
        left: 0;
        right: auto;
    }

    html body .ut-simple-time-line-event {
        margin-bottom: 120px;
        min-height: 0 !important;
    }

    html body .ut-simple-time-line-event .ut-simple-time-line-event-image {
        padding-left: 40px;
        margin-bottom: 40px;
        text-align: left;
    }

    html body .ut-simple-time-line-event .ut-simple-time-line-event-title,
    html body .ut-simple-time-line-event .ut-simple-time-line-event-text {
        position: relative;
        top: 0;
        left: 0;
        padding-left: 40px;
    }

    html body .ut-simple-time-line-event .ut-simple-time-line-event-title {
        margin-bottom: .5em;
    }

    html body .ut-simple-time-line-event .ut-simple-time-line-event-title:before {
        display: block;
        right: auto;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 8px;
        position: absolute;
        width: 18px;
        height: 18px;
        border: none;
        background-color: #FFFFFF;
        content: '';
        border-radius: 999px;
        left: 0;
    }

    html body .ut-simple-time-line-event-marker-small,
    html body .ut-simple-time-line-event-marker-large,
    html body .ut-simple-time-line-event:nth-child(2n) .ut-simple-time-line-event-marker-small {
        /*display: block;*/
        /*right: auto;*/
        /*transform: translateX(-50%);*/
        /*top: 8px;*/
    }
}

@media (max-width: 699px) {
    html body .wtp_overlay-row {
        /*bottom: 24vw;*/
        bottom: 30px;
    }

    html body .wtp_overlay-row .wpb_column > .vc_column-inner > .wpb_wrapper {
        padding-right: 12px;
        padding-left: 12px;
        -webkit-column-gap: 12px;
        -moz-column-gap: 12px;
        column-gap: 12px;
    }

    html body .wtp_overlay-row .wpb_column > .vc_column-inner > .wpb_wrapper a.bklyn-btn {
        font-size: 12px;
        padding: .8em 1em;
    }

    html body .wtp_overlay-row .wpb_column > .vc_column-inner > .wpb_wrapper a.bklyn-btn i:before {
        font-size: 10px !important;
    }

    html body .wtp_overlay-row .wpb_text_column {
        margin-bottom: 10px;
    }

    html body .wtp_intro-logos {
        top: -13vw;
    }

    html body .wtp_locations > .wpb_wrapper {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    html body #main-content .vc_section.wtp_title-section.has-gallery,
    html body #main-content .vc_section.wtp_title-section.has-gallery .wpb_content_element .ut-owl-gallery-slider .owl-item {
        aspect-ratio: 4/5;
        /*min-height: 80svh;*/
    }
}

@media (max-width: 575px) {
    html body .wtp_locations .flex-container {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    html body .site-logo-wrap {
        width: 270px;
    }

    html body .site-logo img {
        max-height: 107px;
    }

    html body.ut-mobile-menu-open header#header-section .ha-header-front > div.hide-on-desktop,
    html body.ut-mobile-menu-open header#header-section .ha-header-front > nav#ut-mobile-nav {
        margin-top: 23.5px;
    }

    html body #main-content .vc_section.wtp_title-section {
        padding-top: 210px;
        padding-bottom: 80px;
    }

    html body #main-content .vc_section.wtp_title-section .wpb_text_column h1 {
        /*font-size: 36px;*/
    }

    html body:not(.home):not(.locations-index):not(.takeout) .wtp_locations > .wpb_wrapper .location-info-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    html body:not(.home):not(.locations-index):not(.takeout) .wtp_locations .location-info-container .info,
    html body:not(.home):not(.locations-index):not(.takeout) .wtp_locations .location-info-container .hours {
        width: 100%;
    }

    html body:not(.home):not(.locations-index):not(.takeout) .wtp_locations .location-info-container .hours {
        margin-top: 2em;
    }

    html body #main-content .vc_section.wtp_title-section.has-gallery .wtp_title-row > .wpb_column > .vc_column-inner > .wpb_wrapper {
        padding-right: 0;
        padding-left: 0;
        gap: .5em;
    }

    html body .bklyn-btn.bklyn-btn-large,
    html body .wtp_floating-cta a.btn,
    html body .wtp_dark .gform_wrapper .gform_footer input[type=submit] {
        font-size: 13px !important;
        padding: 6px 10px !important;
        line-height: 1.78 !important;
    }

    html body .wtp_floating-cta {
        padding: 0 20px 20px 0;
    }

    html body.downtownqr #gr-menus {
        padding-top: 160px !important;
    }

    html body#ut-sitebody.downtownqr .row-about .wtp_locations:not(.fill-img) > .vc_column-inner {
        padding: 40px 20px 20px !important;
    }

    html body #gr-menus .wtp_locations .wpb_wrapper {
        gap: 24px;
    }

    html body .wtp_email-list {
        top: 50%;
        right: auto;
        bottom: auto;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 90%;
        max-width: 460px;
        -webkit-animation: fade-in 1s forwards;
        animation: fade-in 1s forwards;
        -webkit-animation-delay: 5s;
        animation-delay: 5s;
        opacity: 0;
        pointer-events: none;
        margin: 0;
    }

    html body .wtp_gr-menus-popup ul {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    html body .mfp-content {
        vertical-align: bottom;
    }
}

@media (max-width: 449px) {
    html body .wtp_phg-logo img {
        max-width: 100%;
    }

    html body#ut-sitebody .ut-simple-time-line .ut-simple-time-line-event .ut-simple-time-line-event-text p {
        font-size: 18px;
    }
}

@media (max-width: 399px) {
    html body .bklyn-btn-holder.wtp_directions-btn {
        top: 74px;
    }
}

/* End Max Width Queries */

/* Min Width Queries */
@media (min-width: 768px) {
    html body .wtp_locations.sticky {
        position: sticky;
        top: 0;
    }

    html body.page-id-5145 .ut-simple-time-line-event:nth-child(2n) .ut-simple-time-line-event-marker-small {
        right: auto;
        left: -98.5px;
    }

    html body.page-id-5145 .ut-simple-time-line-event:nth-child(2n) .ut-simple-time-line-event-title {
        text-align: right;
        left: calc(-100% - 160px);
    }

    html body.page-id-5145 .ut-simple-time-line-event:nth-child(2n) .ut-simple-time-line-event-text {
        text-align: right;
        left: calc(-100% - 160px);
    }
}

/* End Min Width Queries */


/*------------------------
*      5. Keyframes      *
-------------------------*/
@-webkit-keyframes slide-in {
    from {
        right: -100vw;
    }

    to {
        right: 0;
    }
}

@keyframes slide-in {
    from {
        right: -100vw;
    }

    to {
        right: 0;
    }
}

@-webkit-keyframes fade-in {
    from {
        opacity: 0;
        pointer-events: none;
    }

    to {
        opacity: 100%;
        pointer-events: auto;
    }
}

@keyframes fade-in {
    from {
        opacity: 0;
        pointer-events: none;
    }

    to {
        opacity: 100%;
        pointer-events: auto;
    }
}