/* Alpino — Albertos-Demo Layout (eigene Ausformulierung, Demo-Farben/Maße) */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    min-height: 100%;
}

html,
body {
    margin: 0;
}

body {
    font-family: "Merriweather", Georgia, serif;
    font-size: 14px;
    color: #333;
    background: #fff;
    min-height: 100%;
    overflow-x: hidden;
    overflow-x: clip;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.global-wrapper {
    min-height: 100%;
    position: relative;
    overflow: visible;
}

/* —— Sidebar Header (Demo: 250px fixed) —— */
.header-wrapper {
    width: 250px;
    height: 100%;
    background-image: url("https://max-themes.net/demos/albertos/images/bg-menu.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    position: fixed;
    z-index: 20;
    left: 0;
    top: 0;
    padding: 0 30px;
}

.logo {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 80px;
}

.logo a {
    display: inline-block;
}

.logo-text-link {
    display: inline-block;
    text-decoration: none;
    color: inherit;
    text-align: center;
    transition: transform 0.2s ease, filter 0.2s ease;
}

.logo-text-link:hover {
    transform: scale(1.02);
}

.logo-text-link:focus-visible {
    outline: 2px solid #fab940;
    outline-offset: 4px;
}

.logo-text {
    display: block;
}

.logo-text-line {
    display: block;
    font-family: "Patua One", cursive;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.05;
}

.logo-text-line--primary {
    font-size: 32px;
    letter-spacing: 0.18em;
    color: #fab940;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.logo-text-accent {
    display: block;
    width: 3em;
    max-width: 100%;
    height: 3px;
    margin: 8px auto 10px;
    background: linear-gradient(90deg, transparent, #fab940 15%, #fab940 85%, transparent);
    border-radius: 1px;
}

.logo-text-line--sub {
    font-size: 13px;
    letter-spacing: 0.48em;
    color: rgba(252, 246, 236, 0.93);
    text-indent: 0.48em;
}

.menu-wrapper {
    position: relative;
}

/* —— Desktop Navigation —— */
.sf-menu,
.sf-menu li {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    list-style-position: inside;
}

.sf-menu li a {
    color: #fcf6ec;
    font-family: "Patua One", cursive;
    font-size: 24px;
    line-height: 1.6;
    text-transform: uppercase;
    text-decoration: none;
}

.sf-menu li.current_page_item a,
.sf-menu li a:hover {
    color: #fab940;
}

.menu-icons-inside {
    width: 100%;
    text-align: center;
    display: none;
}

.menu-icon {
    position: relative;
    cursor: pointer;
    color: #fff;
    float: none;
    height: 26px;
    margin-right: 0;
    margin-top: 10px;
    display: inline-block;
    background: transparent;
    border: none;
    padding: 0;
}

.menu-icon-create {
    display: inline-block;
    width: 23px;
    height: 2px;
    position: relative;
    top: 12px;
    vertical-align: bottom;
    background: #fff;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    float: left;
}

.menu-icon-create::after,
.menu-icon-create::before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 23px;
    height: 2px;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    outline: 1px solid transparent;
    left: 0;
    background: #fff;
}

.menu-icon-create::before {
    top: -8px;
}

.menu-icon-create::after {
    top: 8px;
}

.menu-icon.opened .menu-icon-create {
    background: none;
}

.menu-icon.opened .menu-icon-create::before {
    top: 100%;
    -webkit-transform: rotate(-48deg) translate(2px, 0);
    transform: rotate(-48deg) translate(2px, 0);
}

.menu-icon.opened .menu-icon-create::after {
    -webkit-transform: rotate(45deg) translate(0, 1px);
    transform: rotate(45deg) translate(0, 1px);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

/* —— Sidebar Footer —— */
.sidebar-footer.footer {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    padding: 0 30px;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
}

.footer-socials ul.socials-sh {
    text-align: center;
    list-style: none;
    margin: 0 0 30px;
    padding: 0;
}

.footer-socials ul.socials-sh li {
    display: inline;
    margin: 0;
    padding: 0;
}

.footer-socials ul.socials-sh li a {
    color: #c6b08c;
    font-size: 20px;
    margin: 0 3px;
    text-decoration: none;
}

.footer-socials ul.socials-sh li a:hover {
    color: #fab940;
}

.sidebar-mock-legal {
    margin: 0;
    color: rgba(252, 246, 236, 0.85);
    text-align: center;
    border-top: 3px solid #fab940;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.6;
    font-size: 12px;
    max-width: 100%;
}

/* —— Main + Slider —— */
.container-wrapper {
    position: relative;
    padding: 0;
    background: #fff;
    margin-left: 250px;
}

.inner-page .container-wrapper {
    z-index: 1;
}

body.inner-page {
    min-height: 100vh;
}

/* Innenseiten (Albertos: page-bg + #container + page-wrapper) */
.page-bg {
    top: 0;
    left: 250px;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 0;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

#container {
    width: 100%;
    max-width: 750px;
    float: left;
    margin-top: 100px;
    margin-left: 50px;
    margin-bottom: 48px;
    z-index: 2;
    position: relative;
}

.page-title-wrapper {
    margin: 0;
}

.page-title-outher {
    overflow: hidden;
}

.page-title-inner {
    line-height: 1;
    background: #242424;
    display: inline-block;
    margin-left: 50px;
    border-left: 6px solid #fab940;
    padding: 12px 50px 12px 10px;
    margin-bottom: 30px;
}

.page-title-icon {
    float: left;
    display: inline;
    color: #fab940;
    margin-right: 15px;
    font-size: 32px;
    line-height: 1;
}

.page-title-icon:before {
    display: inline;
    line-height: 1;
}

h1.page-title {
    float: right;
    margin: 0;
    margin-top: 3px;
    line-height: 1;
    color: #fcf6ec;
    font-family: "Patua One", cursive;
    font-size: 32px;
    font-weight: 400;
    text-transform: uppercase;
}

.clear {
    clear: both;
}

.offer-menu-wrapper {
    position: relative;
}

.offer-category-nav {
    margin: -8px 0 28px;
    padding: 12px 0 14px;
    position: sticky;
    top: 0;
    z-index: 6;
    background: #fcf6ec;
    border-bottom: 1px solid rgba(36, 36, 36, 0.08);
}

.offer-category-nav-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 10px;
}

.offer-category-pill {
    display: inline-block;
    padding: 8px 14px;
    font-size: 13px;
    font-family: "Patua One", cursive;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #242424;
    text-decoration: none;
    background: #fff;
    border: 2px solid #e0d8cc;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.offer-category-pill:hover {
    border-color: #fab940;
    color: #1a1a1a;
}

.offer-category-pill.is-active {
    background: #242424;
    border-color: #242424;
    color: #fab940;
}

.offer-category-pill:focus-visible {
    outline: 2px solid #fab940;
    outline-offset: 2px;
}

.offer-menu-wrapper.is-filtered .offer-menu-category {
    display: none;
    margin-bottom: 0;
}

.offer-menu-wrapper.is-filtered .offer-menu-category.is-active {
    display: block;
    margin-bottom: 0;
}

.offer-menu-items {
    margin-left: 0;
}

.offer-menu-category {
    margin-bottom: 42px;
    scroll-margin-top: 28px;
}

.offer-menu-category:last-child {
    margin-bottom: 0;
}

.offer-category-title {
    font-size: 26px;
    font-weight: 400;
    font-family: "Patua One", cursive;
    text-transform: uppercase;
    color: #242424;
    margin: 0 0 22px;
    padding: 0 0 12px;
    border-bottom: 3px solid #fab940;
    letter-spacing: 0.04em;
}

.offer-category-more {
    margin: 18px 0 0;
    font-size: 15px;
    line-height: 1.65;
}

.offer-category-more a {
    color: #242424;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.offer-category-more a:hover {
    color: #fab940;
}

.single-offer-item {
    margin-bottom: 26px;
    display: flex;
    align-items: flex-start;
    gap: 18px;
}

.single-offer-item:last-child {
    margin-bottom: 0;
}

.single-offer-thumb {
    flex: 0 0 118px;
    width: 118px;
    height: 88px;
    border-radius: 4px;
    overflow: hidden;
    background: #e8e0d4;
    box-shadow: 0 1px 4px rgba(36, 36, 36, 0.12);
}

.single-offer-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single-offer-line {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

.single-offer-title {
    font-size: 22px;
    color: #242424;
    font-family: "Patua One", cursive;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.single-offer-details {
    float: none;
    flex: 1 1 auto;
    min-width: 0;
    width: auto;
    max-width: none;
    margin-right: 0;
}

.single-offer-details p,
.single-offer-content p {
    margin: 0;
    font-size: 14px;
    line-height: 1.65;
    color: #555;
}

.single-offer-price {
    float: none;
    flex: 0 0 auto;
    width: auto;
    min-width: 4.2ch;
    font-size: 30px;
    color: #fab940;
    font-family: "Patua One", cursive;
    line-height: 1.15;
    text-align: right;
    white-space: nowrap;
    align-self: flex-start;
}

.single-offer-price::after {
    content: " €";
    font-size: 0.5em;
    font-family: "Merriweather", serif;
    color: rgba(36, 36, 36, 0.45);
    margin-left: 2px;
    vertical-align: super;
}

.page-wrapper {
    background: #fcf6ec;
    padding: 50px;
    position: relative;
    z-index: 2;
    box-shadow: 0 1px 0 rgba(36, 36, 36, 0.06);
}

.page-wrapper .lead {
    margin-top: 0;
    margin-bottom: 36px;
}

.page-wrapper > p {
    font-size: 15px;
    line-height: 1.75;
    color: #333;
    margin: 0 0 16px;
}

.page-wrapper .site-end {
    margin-top: 40px;
    padding: 24px 0 0;
    background: transparent;
    border-top: 3px solid #fab940;
    color: #555;
    text-align: center;
}

.page-wrapper .site-end-copy {
    text-align: center;
    margin: 0;
}

.page-wrapper .site-end a {
    color: #242424;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.page-wrapper .site-end a:hover {
    color: #fab940;
}

.page-wrapper .page-inner {
    max-width: none;
    margin: 0;
    padding: 0;
}

.rev-hero {
    position: relative;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    overflow: hidden;
    background: #000;
}

.rev-slides {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    inset: 0;
}

.rev-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    -webkit-transition: opacity 0.8s ease;
    transition: opacity 0.8s ease;
    pointer-events: none;
}

.rev-slide.is-active {
    opacity: 1;
    pointer-events: auto;
}

.rev-slide-bg {
    position: absolute;
    inset: 0;
    background-position: center center;
    background-size: cover;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.rev-slide.is-active .rev-slide-bg[data-ken="in"] {
    -webkit-animation: revKenIn 12s ease-out forwards;
    animation: revKenIn 12s ease-out forwards;
}

.rev-slide.is-active .rev-slide-bg[data-ken="out"] {
    -webkit-animation: revKenOut 12s linear forwards;
    animation: revKenOut 12s linear forwards;
}

@-webkit-keyframes revKenIn {
    from {
        -webkit-transform: scale(1);
    }
    to {
        -webkit-transform: scale(1.12);
    }
}

@keyframes revKenIn {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.12);
    }
}

@-webkit-keyframes revKenOut {
    from {
        -webkit-transform: scale(1.12);
    }
    to {
        -webkit-transform: scale(1);
    }
}

@keyframes revKenOut {
    from {
        transform: scale(1.12);
    }
    to {
        transform: scale(1);
    }
}

/* Static captions (Revolution static layers) */
.rev-static-layers {
    position: absolute;
    inset: 0;
    z-index: 5;
    pointer-events: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.tp-caption {
    pointer-events: none;
    white-space: nowrap;
}

.tp-line1 {
    font-family: "Patua One", cursive;
    font-size: 92px;
    line-height: 92px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
    margin: 0;
    -webkit-transform: translate(150px, -90px);
    transform: translate(150px, -90px);
}

.tp-line2 {
    font-family: "Patua One", cursive;
    font-size: 140px;
    line-height: 140px;
    font-weight: 400;
    color: rgba(250, 185, 64, 1);
    background-color: rgba(36, 36, 36, 1);
    border-radius: 10px;
    padding: 5px 40px;
    margin: 0;
    -webkit-transform: translate(0, -40px);
    transform: translate(0, -40px);
}

/* Mobile bottom bar (footer2) */
.footer2 {
    display: none;
    width: 100%;
    float: left;
    padding: 20px 15px 25px;
    background: #242424;
    text-align: center;
}

.footer2 .footer-socials ul.socials-sh {
    margin: 15px 0;
}

/* Mobile Menü — Basis; volles Overlay + Animation erst ≤920px, top per JS = header.offsetHeight */
.mobile-menu-wrapper {
    display: none;
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    z-index: 60;
}

.menu-main-nav-menu-container {
    width: 100%;
}

@media (min-width: 921px) {
    .mobile-menu-wrapper,
    .mobile-menu-wrapper.is-open {
        display: none !important;
    }
}

.mobile-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-menu li a {
    width: 100%;
    padding: 12px 20px 10px 40px;
    display: block;
    color: #fcf6ec;
    border-bottom: 1px solid #000;
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Patua One", cursive;
    text-decoration: none;
}

.mobile-menu li a:hover,
.mobile-menu .current_page_item a {
    color: #fab940;
    background: rgba(0, 0, 0, 0.6);
}

@media only screen and (max-width: 1100px) {
    .tp-line1 {
        -webkit-transform: translate(100px, -80px);
        transform: translate(100px, -80px);
        white-space: normal;
        text-align: center;
        max-width: 85vw;
    }

    .tp-line2 {
        -webkit-transform: translate(40px, -36px);
        transform: translate(40px, -36px);
    }
}

@media only screen and (max-width: 920px) {
    body.mobile-nav-open {
        overflow: hidden;
        touch-action: none;
    }

    .mobile-menu-wrapper {
        display: block;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        float: none;
        margin: 0;
        z-index: 500;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior: contain;
        background: rgba(18, 18, 18, 0.94);
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.22s ease, visibility 0.22s ease;
    }

    .mobile-menu-wrapper.is-open {
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
    }

    .menu-main-nav-menu-container {
        padding: 10px 0 max(28px, env(safe-area-inset-bottom, 0px));
        max-width: 520px;
        margin: 0 auto;
    }

    .mobile-menu li a {
        padding: 16px 24px;
        min-height: 52px;
        display: flex;
        align-items: center;
        box-sizing: border-box;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        font-size: 16px;
        line-height: 1.3;
    }

    .mobile-menu li:first-child a {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .mobile-menu li a:active {
        background: rgba(250, 185, 64, 0.14);
    }

    .menu-icon.menu-icon-mobile {
        min-width: 48px;
        min-height: 48px;
        margin-top: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 8px;
        -webkit-tap-highlight-color: transparent;
    }

    .menu-icon.menu-icon-mobile:focus-visible {
        outline: 2px solid #fab940;
        outline-offset: 3px;
    }

    .menu-icon.menu-icon-mobile .menu-icon-create {
        top: 0;
        float: none;
    }

    @media (prefers-reduced-motion: reduce) {
        .mobile-menu-wrapper {
            transition: none;
        }
    }

    .header-wrapper {
        width: 100%;
        height: auto;
        position: relative;
        float: left;
        display: table;
        table-layout: fixed;
        padding: 15px;
        background-position: center top;
        z-index: 210;
    }

    .logo {
        float: none;
        display: table-cell;
        vertical-align: middle;
        text-align: left;
        margin: 0;
        padding-right: 12px;
    }

    .logo-text-line--primary {
        font-size: 24px;
        letter-spacing: 0.14em;
    }

    .logo-text-line--sub {
        font-size: 11px;
        letter-spacing: 0.34em;
        text-indent: 0.34em;
    }

    .logo-text-accent {
        margin-left: 0;
        margin-right: 0;
        width: 2.6em;
    }

    .menu-wrapper {
        float: none;
        display: table-cell;
        vertical-align: middle;
        text-align: right;
    }

    .main-menu {
        display: none;
    }

    .menu-icons-inside {
        display: inline-block;
    }

    .container-wrapper {
        margin-left: 0;
        width: 100%;
        clear: both;
    }

    .page-bg {
        left: 0;
    }

    #container {
        float: none;
        max-width: 650px;
        margin-top: 28px;
        margin-left: auto;
        margin-right: auto;
        padding: 0 15px;
    }

    .page-title-inner {
        margin-left: 0;
    }

    .page-wrapper {
        padding: 28px 22px;
    }

    .single-offer-item {
        flex-direction: column;
        gap: 12px;
    }

    .single-offer-item--with-thumb .single-offer-thumb {
        flex: 0 0 auto;
        width: 100%;
        max-width: 260px;
        height: 160px;
    }

    .single-offer-line {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }

    .single-offer-details,
    .single-offer-price {
        float: none;
        width: 100%;
        max-width: none;
        text-align: left;
        align-self: stretch;
    }

    .single-offer-price {
        margin-top: 0;
        font-size: 26px;
        white-space: nowrap;
        text-align: left;
    }

    .page-section {
        scroll-margin-top: 88px;
    }

    .sidebar-footer.footer {
        display: none;
    }

    .footer2 {
        display: block;
    }

    .tp-line1 {
        font-size: 50px;
        line-height: 50px;
        -webkit-transform: translate(0, -40px);
        transform: translate(0, -40px);
        white-space: normal;
        text-align: center;
        max-width: 92vw;
    }

    .tp-line2 {
        font-size: 72px;
        line-height: 72px;
        padding: 5px 28px;
        -webkit-transform: translate(0, 20px);
        transform: translate(0, 20px);
    }
}

@media only screen and (max-width: 400px) {
    .logo-text-line--primary {
        font-size: 20px;
    }

    .logo-text-line--sub {
        font-size: 10px;
        letter-spacing: 0.28em;
        text-indent: 0.28em;
    }

    .tp-line2 {
        font-size: 58px;
        line-height: 58px;
    }
}

@media only screen and (max-width: 650px) {
    #container {
        max-width: 500px;
    }
}

@media only screen and (max-height: 768px) and (min-width: 921px) {
    .logo {
        margin-top: 30px;
        margin-bottom: 50px;
    }

    .sf-menu li a {
        font-size: 18px;
        line-height: 1.6;
    }

    .sidebar-footer.footer {
        bottom: 20px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .logo-text-link {
        transition: none;
    }

    .logo-text-link:hover {
        transform: none;
    }

    .rev-slide {
        -webkit-transition: opacity 0.35s ease;
        transition: opacity 0.35s ease;
    }

    .rev-slide-bg {
        -webkit-animation: none !important;
        animation: none !important;
    }
}

/* —— Inhaltsbereiche (Startseite) —— */
.page-sections {
    position: relative;
    z-index: 1;
    background: #fff;
}

.page-section {
    padding: 0;
    scroll-margin-top: 24px;
}

.page-section--alt {
    background: #f5f5f5;
}

.page-inner {
    max-width: 920px;
    margin: 0 auto;
    padding: 50px 40px;
}

.page-inner--split {
    max-width: 1000px;
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr;
}

@media (min-width: 800px) {
    .page-inner--split {
        grid-template-columns: 1fr 1fr;
        align-items: start;
    }
}

.block-title {
    font-family: "Patua One", cursive;
    font-size: 28px;
    color: #242424;
    text-transform: uppercase;
    margin: 0 0 20px;
    line-height: 1.2;
}

.sub-title {
    font-family: "Patua One", cursive;
    font-size: 20px;
    color: #242424;
    text-transform: uppercase;
    margin: 28px 0 12px;
}

.lead {
    font-size: 16px;
    line-height: 1.75;
    color: #444;
    margin: 0 0 24px;
}

.menu-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: 1fr;
}

@media (min-width: 700px) {
    .menu-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.menu-teaser {
    background: #fcf6ec;
    padding: 22px;
    border-left: 6px solid #fab940;
}

.menu-teaser h3 {
    font-family: "Patua One", cursive;
    font-size: 18px;
    text-transform: uppercase;
    color: #242424;
    margin: 0 0 10px;
}

.menu-teaser p {
    margin: 0;
    font-size: 14px;
    color: #555;
    line-height: 1.65;
}

.hint {
    font-size: 13px;
    color: #757575;
    margin: 24px 0 0;
}

.pizza-list {
    margin: 0;
    padding-left: 20px;
    color: #444;
    line-height: 1.85;
}

.pizza-list li {
    margin-bottom: 10px;
}

.contact-card {
    font-style: normal;
    font-size: 15px;
    line-height: 1.8;
    color: #333;
}

.contact-card a {
    color: #9b040c;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.contact-card a:hover {
    color: #fab940;
}

.contact-box {
    background: #fcf6ec;
    padding: 24px;
    border: 1px solid #e8e8e8;
}

.contact-form label {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 6px;
    color: #555;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    margin-bottom: 14px;
    padding: 10px 12px;
    border: 1px solid #ccc;
    font-family: inherit;
    font-size: 14px;
    box-sizing: border-box;
}

.contact-form input:focus,
.contact-form textarea:focus {
    outline: 2px solid #fab940;
    outline-offset: 0;
}

.btn-submit {
    background: #242424;
    color: #fcf6ec;
    border: none;
    padding: 12px 28px;
    font-family: "Patua One", cursive;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    border-left: 6px solid #fab940;
}

.btn-submit:hover {
    background: #000;
}

.hours {
    margin: 0;
    line-height: 1.75;
}

.news-list {
    margin: 0;
    padding-left: 20px;
    line-height: 1.75;
    color: #444;
}

.news-list li {
    margin-bottom: 14px;
}

.news-list strong {
    color: #242424;
}

.site-end {
    background: #242424;
    color: #fcf6ec;
    text-align: center;
    padding: 28px 20px 40px;
}

.site-end-copy {
    margin: 0 0 10px;
    font-size: 13px;
}

.site-end a {
    color: #fab940;
}

.site-end a:hover {
    color: #fff;
}

@media only screen and (max-width: 920px) {
    .page-inner {
        padding: 40px 22px;
    }
}
