/*
Theme Name:  AffinerHouse
Description: food
Version:     2.5.0
Author:      Fixit E.E.
Author URI:  https://www.fixit.gr
Text Domain: affiner-house
*/

:root {
    --color-content-primary:   #2A3A30;
    --color-content-secondary: #5C6E5A;
    --color-content-accent:    #D4A24A;
    --color-content-bg:        #FAF5E6;
    --color-content-text:      #2a1a0a;
    --fx-hero-gradient: linear-gradient(148deg, #2A3A30 0%, #16211b 100%);
    --fx-font-heading-override: Cormorant Garamond, serif;
    --fx-font-body-override: Manrope, sans-serif;
}

.t-container {
    max-width: 1320px;
    padding-left: 60px;
    padding-right: 60px;
}

.fx-header {
    box-shadow: none;
    border-bottom: 1px solid rgba(42, 58, 48, 0.12);
}

.fx-header .fx-header-inner {
    max-width: 1320px;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 18px;
    padding-bottom: 14px;
    row-gap: 10px;
}

.fx-header .fx-logo-text,
.fx-header .fx-logo-wordmark {
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.06em;
    color: #2A3A30;
}

.fx-header .fx-logo-dot {
    color: #D4A24A;
}

.fx-header .fx-nav-list {
    gap: 0;
}

.fx-header .fx-nav-link {
    padding: 6px 16px;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #2A3A30;
    border-radius: 0;
}

.fx-header .fx-nav-link:hover,
.fx-header .fx-nav-list > li.current-menu-item > .fx-nav-link,
.fx-header .fx-nav-list > li.current-menu-ancestor > .fx-nav-link {
    color: #2A3A30;
    background: none;
    box-shadow: inset 0 -1px 0 0 #2A3A30;
}

.fx-header .fx-nav-list .sub-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 300;
    min-width: 250px;
    margin: 0;
    padding: 14px 0;
    list-style: none;
    background: #FAF5E6;
    border: 1px solid rgba(42, 58, 48, 0.14);
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50%) translateY(10px);
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
}

.fx-header .fx-nav-list > li:hover > .sub-menu,
.fx-header .fx-nav-list > li:focus-within > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

.fx-header .fx-nav-list .sub-menu li {
    position: relative;
}

.fx-header .fx-nav-list .sub-menu .fx-nav-link {
    display: block;
    padding: 9px 24px;
    font-size: 14px;
    letter-spacing: 0.02em;
    text-transform: none;
    white-space: nowrap;
}

.fx-header .fx-nav-list .sub-menu .fx-nav-link:hover {
    background: rgba(42, 58, 48, 0.06);
    box-shadow: none;
}

.fx-header .fx-nav-cta {
    padding: 0 0 6px;
    background: none;
    border: 0;
    border-bottom: 1px solid #2A3A30;
    border-radius: 0;
    color: #2A3A30;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.fx-header .fx-nav-cta:hover {
    opacity: 1;
    border-bottom-color: #D4A24A;
    color: #D4A24A;
}

.fx-header .fx-nav-search-form {
    background: #FAF5E6;
    border-top: 1px solid rgba(42, 58, 48, 0.14);
    border-radius: 0;
    box-shadow: none;
}

.fx-header .fx-nav-search-form input {
    border-color: rgba(42, 58, 48, 0.22);
    font-family: inherit;
    font-size: 15px;
}

.t-footer .fx-footer-newsletter input,
.t-footer .fx-footer-newsletter button {
    border-radius: 0;
    font-family: inherit;
}

.t-footer .fx-footer-newsletter input {
    border-color: rgba(242, 237, 227, 0.3);
}

.t-footer .fx-footer-newsletter button {
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.t-hero-full .t-container {
    align-items: center;
    max-width: 900px;
    padding-left: 24px;
    padding-right: 24px;
    text-align: center;
}

.t-hero-full .t-container > p {
    margin-left: auto;
    margin-right: auto;
}

.t-hero-full h1 {
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.015em;
}

.t-hero-full .t-container > p:first-child {
    font-size: 12px;
    letter-spacing: 0.28em;
}

.t-hero-full .t-container > p {
    font-size: 15px;
    line-height: 1.6;
}

.t-hero-btns {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-top: 40px;
}

.t-hero-btns .t-btn-primary,
.t-hero-btns .t-btn-ghost {
    padding: 0 0 6px;
    background: none;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 0;
    box-shadow: none;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

body.fx-skin-glass .t-hero-full .t-hero-btns .t-btn-primary,
body.fx-skin-glass .t-hero-full .t-hero-btns .t-btn-ghost {
    background: none;
    border-color: rgba(255, 255, 255, 0.9);
    color: #ffffff;
}

body.fx-skin-glass .t-hero-full .t-hero-btns .t-btn-primary:hover,
body.fx-skin-glass .t-hero-full .t-hero-btns .t-btn-ghost:hover {
    background: none;
    border-color: #D4A24A;
    color: #D4A24A;
}

body.fx-skin-glass {
    background: #FAF5E6;
}

.t-section {
    padding-top: 56px;
    padding-bottom: 56px;
}

body.fx-skin-glass .t-section:nth-of-type(even):not(.t-section--navy) {
    background: rgba(42, 58, 48, 0.05);
}

body.home > section:nth-of-type(5),
body.home > section:nth-of-type(8),
body.home > section:nth-of-type(10) {
    display: none;
}

body.fx-skin-glass.home > section:nth-of-type(9) {
    background: rgba(42, 58, 48, 0.05);
}

body.fx-skin-glass .t-section--navy {
    margin-left: 0;
    margin-right: 0;
    border-radius: 0;
    box-shadow: none;
    background: #2A3A30;
}

.t-section .t-section-title {
    margin-bottom: 14px;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.03em;
    color: #2A3A30;
}

.t-section .t-section-subtitle {
    font-size: 15px;
    line-height: 1.65;
    color: #4b5449;
}

.t-section .t-grid {
    margin-top: 40px;
    gap: 56px 40px;
}

.t-section .t-card {
    gap: 0;
    max-width: none;
    padding: 0;
    background: none;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    backdrop-filter: none;
    transition: none;
}

.t-section .t-card:hover {
    transform: none;
    border-color: transparent;
    box-shadow: none;
}

.t-section .t-card .t-card-img {
    height: auto;
    margin: 0 0 20px;
    border-radius: 0;
    box-shadow: none;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.t-section .t-card .t-card-img img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 0;
    object-fit: cover;
}

.t-section .t-card .t-card-title {
    margin: 0 0 10px;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0.02em;
    color: #2A3A30;
}

.t-section .t-card .t-card-body {
    font-size: 14.5px;
    line-height: 1.62;
    color: #4b5449;
}

.t-section--navy .t-section-title,
.t-section--navy .t-section-subtitle,
.t-section--navy .t-card .t-card-title,
.t-section--navy .t-card .t-card-body {
    color: #F2EDE3;
}

.t-section--navy .t-card {
    border-top: 1px solid rgba(242, 237, 227, 0.25);
    padding-top: 22px;
}

.t-section .t-btn-primary,
.t-section .t-btn-ghost {
    padding: 0 0 6px;
    background: none;
    border: 0;
    border-bottom: 1px solid #2A3A30;
    border-radius: 0;
    box-shadow: none;
    color: #2A3A30;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.t-section .t-btn-primary:hover,
.t-section .t-btn-ghost:hover {
    background: none;
    border-bottom-color: #D4A24A;
    color: #D4A24A;
}

.t-section--navy .t-btn-primary,
.t-section--navy .t-btn-ghost {
    border-bottom-color: #F2EDE3;
    color: #F2EDE3;
}

.t-section .fx-booking-form {
    max-width: none;
    padding: 40px 0 0;
    background: none;
    border: 0;
    border-top: 1px solid rgba(42, 58, 48, 0.18);
    border-radius: 0;
    box-shadow: none;
    backdrop-filter: none;
}

.t-section .fx-booking-form input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]),
.t-section .fx-booking-form textarea,
.t-section .fx-booking-form select {
    padding: 13px 16px;
    background: #ffffff;
    border: 1px solid rgba(42, 58, 48, 0.22);
    border-radius: 0;
    font-family: inherit;
    font-size: 15px;
    color: #2a1a0a;
}

.t-section .fx-booking-form input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]):focus,
.t-section .fx-booking-form textarea:focus,
.t-section .fx-booking-form select:focus {
    border-color: #2A3A30;
}

.t-section .fx-booking-form label {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #4b5449;
}

.t-section .w-form .w-form-h {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 28px;
}

.t-section .w-form .w-form-row {
    grid-column: span 2;
}

.t-section .w-form .w-form-row.cols_2 {
    grid-column: span 1;
}

.t-section .w-form .w-form-row-label {
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #4b5449;
}

.t-section .w-form .w-form-row-state {
    display: none;
}

.t-section .w-form input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]),
.t-section .w-form textarea,
.t-section .w-form select {
    width: 100%;
    padding: 13px 16px;
    background: #ffffff;
    border: 1px solid rgba(42, 58, 48, 0.22);
    border-radius: 0;
    font-family: inherit;
    font-size: 15px;
    color: #2a1a0a;
}

.t-section .w-form textarea {
    min-height: 150px;
    resize: vertical;
}

.t-section .w-form input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]):focus,
.t-section .w-form textarea:focus,
.t-section .w-form select:focus {
    outline: none;
    border-color: #2A3A30;
}

.t-section .w-form .fx-field-invalid {
    border-color: #9b3d2e;
}

.t-section .w-form .fx-field-error {
    display: block;
    margin-top: 6px;
    font-size: 13px;
    color: #9b3d2e;
}

.t-section .w-form .w-form-row.for_agreement label,
.t-section .w-form .w-form-row.for_agreement .w-form-row-field {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    font-size: 14px;
    line-height: 1.6;
    color: #4b5449;
}

.t-section .w-form .w-form-row.for_agreement input[type="checkbox"] {
    width: 16px;
    height: 16px;
    margin-top: 3px;
    flex-shrink: 0;
    accent-color: #2A3A30;
}

.t-section .w-form .w-btn {
    margin-top: 4px;
    padding: 14px 34px;
    background: #2A3A30;
    border: 0;
    border-radius: 0;
    color: #F2EDE3;
    font-family: inherit;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.25s ease;
}

.t-section .w-form .w-btn:hover {
    background: #3d5244;
}

.t-section .w-form .w-btn .g-preloader {
    display: none;
}

.t-section .w-form.is-sending .w-btn {
    opacity: 0.6;
    pointer-events: none;
}

.t-section .w-form .fx-cform-notice {
    grid-column: span 2;
    margin-top: 22px;
    padding: 14px 18px;
    border-left: 2px solid #2A3A30;
    background: rgba(42, 58, 48, 0.06);
    font-size: 15px;
    color: #2A3A30;
}

.t-section .w-form .fx-cform-notice.is-error {
    border-left-color: #9b3d2e;
    background: rgba(155, 61, 46, 0.07);
    color: #9b3d2e;
}

.t-section .fx-newsletter {
    margin-left: auto;
    margin-right: auto;
}

body.home > section:last-of-type.t-section--navy {
    padding-bottom: 8px;
}

.t-footer.t-rich-footer {
    margin-top: 0;
    padding-top: 56px;
    background: #2A3A30;
    color: rgba(242, 237, 227, 0.8);
}

.t-footer .t-rich-footer-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: start;
    gap: 24px 48px;
}

.t-footer .t-rich-footer-col {
    text-align: left;
}

.t-footer .t-rich-footer-col h3 {
    margin: 0 0 12px;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0.04em;
    color: #F2EDE3;
}

.t-footer .t-rich-footer-col > p {
    max-width: 30ch;
    font-size: 15px;
    line-height: 1.6;
    color: rgba(242, 237, 227, 0.7);
}

.t-footer .t-rich-footer-col h4 {
    margin: 0 0 18px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(242, 237, 227, 0.55);
}

.t-footer .t-rich-footer-col ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.t-footer .t-rich-footer-col > ul > li {
    margin-bottom: 9px;
    font-size: 14.5px;
    line-height: 1.5;
}

.t-footer .fx-hours-row {
    gap: 24px;
    padding: 4px 0;
    border-bottom: 1px solid rgba(242, 237, 227, 0.1);
    font-size: 13px;
    line-height: 1.5;
}

.t-footer .fx-hours-row:last-child {
    border-bottom: 0;
}

.t-footer .fx-hours-day {
    color: rgba(242, 237, 227, 0.7);
}

.t-footer .fx-hours-time {
    color: rgba(242, 237, 227, 0.9);
    white-space: nowrap;
}

.t-footer a {
    color: rgba(242, 237, 227, 0.8);
}

.t-footer a:hover {
    color: #D4A24A;
}

.t-footer .t-rich-footer-bottom {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 32px;
    align-items: baseline;
    justify-content: space-between;
    margin-top: 36px;
    padding: 22px 0 26px;
    border-top: 1px solid rgba(242, 237, 227, 0.14);
    text-align: left;
    font-size: 13px;
    color: rgba(242, 237, 227, 0.55);
}

.t-footer .t-rich-footer-legal {
    display: flex;
    gap: 26px;
    margin: 0;
    padding: 0;
    border: 0;
}

.t-footer .t-rich-footer-legal a {
    font-size: 13px;
    color: rgba(242, 237, 227, 0.55);
}

.t-footer .t-rich-footer-legal a:hover {
    color: #D4A24A;
}

.t-footer .t-rich-footer-social {
    display: flex;
    gap: 14px;
    margin-top: 20px;
}

.t-footer .t-rich-footer-social a {
    display: block;
    width: 18px;
    height: 18px;
}

.t-footer .t-rich-footer-social svg {
    width: 100%;
    height: 100%;
}

@media (max-width: 900px) {
    .t-footer .t-rich-footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 36px 32px;
    }
}

@media (max-width: 560px) {
    .t-footer .t-rich-footer-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1100px) {
    .t-container,
    .fx-header .fx-header-inner {
        padding-left: 32px;
        padding-right: 32px;
    }

}

@media (max-width: 900px) {
    .fx-header .fx-nav-list .sub-menu {
        position: static;
        transform: none;
        opacity: 1;
        visibility: visible;
        border: 0;
        background: none;
        padding: 0;
    }

    .t-container,
    .fx-header .fx-header-inner {
        padding-left: 20px;
        padding-right: 20px;
    }

    .t-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
