body {
    font-variant-numeric: lining-nums;
    background-attachment: fixed !important;
}

body[data-bg-images] > :first-child {
    position: fixed !important;
}

@supports (font-variant-numeric: diagonal-fractions) {
    body {
        font-variant-numeric: normal;
        font-feature-settings: "lnum";
    }
}

body:not(.home),
body:not(.home) .wrap,
body:not(.home) .content,
body:not(.home) .main {
    height: auto !important;
    min-height: 100% !important;
}

#displayPage,
#displayPage body,
#displayPage .wrap,
#displayPage .content,
#displayPage .main {
    height: auto;
}

body.page-template-template-display {
    background-image: none;
}

body.page-template-template-display::after {
    content: none;
}

#toggleFullscreen {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 1000;
}

.display-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.display-wrapper::-webkit-scrollbar {
    width: 0;
    height: 0;
}

body.admin-bar .display-wrapper {
    top: 32px;
}

.dotted-line {
    width: 80%;
    max-width: 960px;
}

.dotted-line svg {
    width: 100%;
    height: auto;
}

.dotted-line-left {
    margin-right: auto;
}

.dotted-line-right {
    margin-left: auto;
}

.display-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 55px;
}

.display-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-top: auto;
    padding-bottom: 55px;
    z-index: 50;
}

.display-footer .dotted-line-right {
    margin-bottom: 50px;
}

.display-footer .container-fluid {
    padding-left: 55px;
    padding-right: 55px;
}

.platform-accounts {
    font-size: 40px;
    font-size: clamp(18px, 3.79vw + -0.97px, 40px);
    display: inline-block;
}

.platform-account {
    display: inline-block;
    width: 1.85em;
    height: 1.85em;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    padding: 0.2em 0;
}

.platform-handle {
    display: inline-block;
    font-size: 40px;
    font-size: clamp(18px, 3.79vw + -0.97px, 40px);
    letter-spacing: 0.03325em;
    text-transform: uppercase;
    line-height: 1;
}

.platform-handle .commat {
    font-size: 1.5em;
}

body.page-template-template-display,
body.page-template-template-display p {
    color: #444444;
    color: var(--display-body-color, #444444);
}

body.page-template-template-display,
body.page-template-template-display .display-wrapper {
    background-color: #E6E1CE;
    background-color: var(--display-bg-color, #E6E1CE);
}

body.page-template-template-display .platform-account {
    background-color: #444444;
    background-color: var(--display-body-color, #444444);
}

body.page-template-template-display .h1,
body.page-template-template-display .h2,
body.page-template-template-display .h3,
body.page-template-template-display .h4,
body.page-template-template-display .h5,
body.page-template-template-display .h6,
body.page-template-template-display h1,
body.page-template-template-display h2,
body.page-template-template-display h3,
body.page-template-template-display h4,
body.page-template-template-display h5,
body.page-template-template-display h6 {
    color: #4F5844;
    color: var(--display-header-color, #4F5844);
}

body.page-template-template-display .display-gallery {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

body.page-template-template-display .display-slider,
body.page-template-template-display .display-gallery {
    z-index: 100;
}

body.page-template-template-display .display-gallery-item {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

body.page-template-template-display .display-slider .menu-page {
    padding: 79px 55px 203px;
}


.modal-drawer .modal-dialog {
    height: auto !important;
    min-height: 100% !important;
}

.modal-drawer .modal-dialog .menu-container {
    margin: 0;
    font-size: 10px;
}

.modal-drawer .modal-dialog .menu-container * {
    margin: 0;
    padding: 0;
}

.modal-drawer .modal-dialog .menu-section-title {
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 0.0667em;
    font-size: 72px;
    font-size: clamp(48px, 4.14vw + 27.31px, 72px);
    margin-top: 50px;
}

.menu-header {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.0667em;
    font-size: 24px;
    font-size: clamp(14px, 1.72vw + 5.38px, 24px);
}

.modal-drawer .modal-dialog .menu-item {
    font-weight: 500;
    line-height: 1;
    font-size: 40px;
    font-size: clamp(18px, 3.79vw + -0.97px, 40px);
}

.modal-drawer .modal-dialog .menu-section-title + .menu-header {
    margin-top: 14px;
}

.modal-drawer .modal-dialog .menu-section-title + .menu-item {
    margin-top: 50px;
}

.modal-drawer .modal-dialog .menu-header + .menu-item {
    margin-top: 14px;
}

.modal-drawer .modal-dialog .menu-item + .menu-item {
    margin-top: 20px;
}

.modal-drawer .modal-dialog .menu-item + .menu-header {
    margin-top: 24px;
}

.modal-drawer .modal-dialog .menu-item-description {
    margin-top: 6px;
    font-size: 0.75em;
}
