/*
Theme Name: Fidalgo Child
Theme URI: https://fidalgo.qodeinteractive.com
Description: A child theme of Fidalgo
Author: Elated Themes
Author URI: https://qodeinteractive.com
Version: 1.0
Text Domain: fidalgo
Template: fidalgo
*/

@import url('https://fonts.googleapis.com/css2?family=Grey+Qo&display=swap');
/* font-family: "Grey Qo", cursive; */
/* Mrs Saint Delafield */
@import url('https://fonts.googleapis.com/css2?family=Italianno&display=swap');
/* font-family: "Italianno", cursive; */
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
/* font-family: "Jost", sans-serif; */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap');
/* font-family: "Cormorant Garamond", serif; */


#qodef-page-header .qodef-header-logo-link,
#qodef-page-mobile-header .qodef-mobile-header-logo-link {
    /* display: none !important; */
}

#qodef-page-header .qodef-header-logo-link.qodef-height--not-set img {
    max-height: 91px;
}
.qodef-reservation-form .qodef-m-copyright {
    /* display: none !important; */
}


/* Footer socials */
#fidalgo_core_social_links_group-2 .qodef-social-links-group {
    /* display: none; */
}

#qodef-page-footer #qodef-footer-logo-holder img {
    max-width: 100px;
}


:root {
	--color-1: #af905c;
	--color-2: #1a1e25;
    --font-family: "Inter", sans-serif;
    --second-family: "Cormorant Garamond", sans-serif;
    --third-family: "Jost", sans-serif;
    --font3: "Tilda Sans", sans-serif;
    --font4: "CommercialScript BT", sans-serif;
}

.qodef-restaurant-menu-list .qodef-e-description {
    /* color: #000; */
}

.qodef-reservation-form .qodef-m-field:not(.qodef-m-field-book) {
    height: 40px;
}
.qodef-reservation-form .qodef-m-field-book {
    margin-top: 36px;
}
.qodef-reservation-form.qodef-layout--block button {
    margin-top:0 !important
}

#qodef-back-to-top .qodef-back-to-top-icon .qodef-back-to-top-inner {
    font-size: 0;
}
.qodef-back-to-top-inner:before {
    content: '↑';
    font-family: Jost, sans-serif;
    text-transform: uppercase;
    font-size: 20px;
}

.qodef-restaurant-menu-list.qodef-item-layout--side-by-side .qodef-e-heading {
    gap: 16px;
}
.qodef-restaurant-menu-list .qodef-e-price {
    white-space: nowrap;
}





/* RESERVATION page */
.reservation-wrap {
    padding: 70px 55px;
}
@media (max-width: 950px) {
    .reservation-wrap {
        padding: 50px 30px;
    }
}
.reservation-tables {
    display: flex;
    align-items: center;
    gap: 27px;
}
.reservation-table {
    display: flex;
    align-items: center;
    gap: 7px;
}
.reservation-table-name {
    font-weight: 500;
    font-size: 14px;
}

.reservation-dates-select {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    border: 1px solid #C49871;
    box-shadow: 0 0 0 4px rgba(52, 100, 98, 0.14), 0 1px 2px 0 rgba(16, 40, 39, 0.05);
    background: #1b3f3d;
    border-radius: 8px;
    padding: 9px 14px;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    transition: all linear 200ms;
}
.reservation-dates-select:hover {
   /* color: #C49871; */
}

.reservation-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
}
.reservation-dates {
    position: relative;
}
.reservation-dates button {
    cursor: pointer;
    transition: all linear 200ms;
}
.reservation-dates button:hover {
    opacity: .7;
}
.reservation-dates-form {
    position: absolute;
    right: 0;
    top: 50px;
    z-index: 1;
    border: 1px solid #C49871;
    box-shadow: 0 8px 8px -4px rgba(16, 24, 40, 0.03), 0 20px 24px -4px rgba(16, 24, 40, 0.08);
    width: 336px;
    background: #112B2A;
    border-radius: 12px;
    padding: 16px;    
}
.reservation-dates-group {
    padding-bottom: 12px;
}
.reservation-dates-group label {
    display: none;
}
.reservation-dates-group input {
    margin: 0;
    border-radius: 8px;
    padding: 10px 14px;
    background: transparent;
    box-shadow: none;
    width: 100%;
    border: 1px solid #C49871;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    font-family: "Inter", sans-serif;
    color-scheme: dark;
}
.reservation-dates-footer {
    border-top: 1px solid #C49871;
    padding-top: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
}
.reservation-dates-close {
    border: 1px solid #d0d5dd;
    border-radius: 8px;
    padding: 10px 14px;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    background: #fff;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.42857;
    color: #344054;
}
button.reservation-dates-submit {
    border: 1px solid #C49871;
    border-radius: 8px;
    padding: 10px 14px;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    font-weight: 600;
    font-size: 14px;
    text-transform: none;
    font-family: "Inter", sans-serif;
    letter-spacing: normal;
    min-width: 72px;
    text-align: center;
}


.reservation-modal-title {
    margin: 0;
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase;
}
.reservation-modal-top {
    border-radius: 2px 2px 0 0;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#reservationModal .reservation-modal-image {
    margin: 0;
    /* height: 180px; */
    /* object-fit: cover; */
    width: 100%;
}
.reservation-modal-content {
    border-radius: 0 0 2px 2px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.reservation-modal-busy {
    font-weight: 400;
    font-size: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.reservation-modal-descr {
    color: #BBBBBB;
    font-weight: 400;
    font-size: 16px;
}
#reserveTableButton {
    position: relative;
    border-radius: 2px;
    padding: 15px 28px;
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Jost", sans-serif;
}

#reservationForm, #reservationFormModal {
    padding: 16px;
    border-top: 1px solid #c49871;
}
#reservationForm label, #reservationFormModal label {
    line-height: 1.1;
    display: block;
    font-size: 16px;
}
#reservationForm input, #reservationFormModal input {
    margin-bottom: 16px;
    color-scheme: dark;
}
#reservationForm input[type=time], #reservationFormModal input[type=time] {
    padding: 8px 0;
    background-color: transparent;
    border-color: rgba(255, 255, 255, .5);
    color: var(--qode-paragraph-color);
    box-shadow: none;
    border-width: 0 0 1px 0;
    width: 100%;
    font-family: inherit;
}
#reservationForm .iti,
#reservationFormModal .iti {
    display: block;
    margin-bottom: 15px;
}
.iti .iti__country-name {
    color: #111;
}
.iti .iti__search-input {
    color: #000;
    border-color: #ccc !important;
    padding-left: 10px;
}
#durationButtons {
    margin-bottom: 16px;
}
#durationButtons h4 {
    text-transform: none;
    letter-spacing: 0;
    font-size: 16px;
    margin: 0 0 16px;
}


#canvasContainer {
    /* width: 716px; */
    margin-bottom: 0px;
    /* padding-top: 111.94%;
    height: auto; */
}
@media (max-width: 950px) {
    /* .reservation-canvas-wrap {
        position: relative;
        padding-top: 107%;
    } */
   /* #canvasContainer {
        margin-bottom: 0px;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    } */
}
@media (max-width: 930px) {
    .reservation-table img {
        width: 30px;
    }
    .reservation-canvas-wrap {
        position: relative;
        padding-top: 120%;
    }
    .reservation-canvas-wrap #canvasContainer {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(0.77);
    }
}
@media (max-width: 767px) {
    div#recervation_container {
        display: block;
    }
    .reservation-wrap {
        padding: 20px;
    }
    .reservation-tables {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    .reservation-canvas-wrap {
        padding-top: 107%;
    }
    .reservation-canvas-wrap #canvasContainer {
        transform: translate(-50%, -50%) scale(0.5);
    }
    
}
@media (max-width: 520px) {
    #recervation_container .elementor-widget-shortcode > .elementor-widget-container {
        border-color: transparent !important;
    }
    .reservation-wrap {
        padding: 0px;
    }
}
@media (max-width: 478px) {
    .reservation-canvas-wrap #canvasContainer {
        transform: translate(-50%, -50%) scale(0.4);
    }
    .reservation-canvas-wrap {
        padding-top: 123%;
    }
    div#recervation_container {
        display: block;
        padding: 10px;
    }
}
@media (max-width: 374px) {
    .reservation-table img {
        width: 25px;
    }
    .reservation-top {
        flex-direction: column;
        align-items: baseline;
        gap: 10px;
    }
    .reservation-dates {
        width: 100%;
    }
    .reservation-dates-select {
        width: 100%;
    }
    .reservation-canvas-wrap #canvasContainer {
        transform: translate(-50%, -50%) scale(0.35);
    }
}




.title-with-logo img {
    vertical-align: baseline;
}
.left-lign-title .qodef-e-inner {
    display: flex;
    align-items: center;
    gap: 24px;
}
.left-lign-title .qodef-e-inner>span {
    width: 92px;
    height: 1px;
    background: #AF905C;
}
.left-lign-title .qodef-align--center .qodef-e-inner {
    justify-content: center;
}
@media (max-width: 1024px) {
    .title-with-logo img {
        width: 200px;
    }
}
@media (max-width: 576px) {
    .left-lign-title .qodef-e-inner>span {
       width: 70px; 
    }
    .left-lign-title .qodef-e-inner {
        gap: 14px;
    }
}

.button-custom .qodef-button.qodef-html--link {
    font-size: 20px;
    letter-spacing: 0;
    border-radius: 2px;
    border-width: 2px;
}
.button-custom .qodef-button.qodef-layout--outlined:hover {
    color: #AF905C;
}
@media (max-width: 576px) {
    .qodef-button.qodef-layout--outlined {
        width: 100%;
        justify-content: center;
    }
}


.shadow-image .qodef-m-images {
    box-shadow: 1px 1px 4px 0 rgba(26, 30, 37, 0.07), 6px 5px 8px 0 rgba(26, 30, 37, 0.06), 13px 11px 10px 0 rgba(26, 30, 37, 0.02), 23px 19px 12px 0 rgba(26, 30, 37, 0.01), 36px 30px 13px 0 rgba(26, 30, 37, 0);
}

.reservation-light #reservationForm input {
    color-scheme: light;
    color: #1A1E25;
    border-color: #1A1E25;
}
.tabs-nav.style2 .tabs-nav-item {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 121%;
    text-align: center;
    color: var(--color-2);
    background: transparent;
    border-width: 0 0 1px 0;
    border-color: transparent;
    padding: 5px 0px;
    position: relative;
}
.tabs-nav.style2 .tabs-nav-item.active {
    font-weight: 500;
}
.tabs-nav.style2 .tabs-nav-item.active:after {
    content: '';
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #F5CB86 0%, #796341 100%);
    position: absolute;
    bottom: 0;
    left: 0;
}


.reservation-style2 .reservation-section .reservation-canvas-wrap {
    padding: 0;
    border: none;
}
.reservation-style2 .reservation-section-content {
    max-width: 100%;
}
.reservation-style2 .reservation-section-content .reservation-section-title {
    font-family: var(--second-family);
    font-style: italic;
    font-weight: 600;
    font-size: 65px;
    line-height: 121%;
    color: var(--color-2);
    text-transform: none;
    letter-spacing: 0;
}
.reservation-section-subtitle {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase;
    text-align: justify;
    color: var(--color-1);
}
.reservation-style2 .reservation-section .reservation-section-content p {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    line-height: 121%;
    color: var(--color-2);
    letter-spacing: 0;
    max-width: 435px;
    margin-top: 28px;
}
.reservation-style2 .reservation-section .reservation-tables {
    display: none;
}
.reservation-style2 .reservation-section .row {
    align-items: center;
}
.reservation-style2 .reservation-dates-select.select-dates-button {
    border-radius: 2px;
    border-width: 2px;
    padding: 0;
    height: 52px;
    max-width: 316px;
    box-shadow: none;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 121%;
    text-transform: uppercase;
    text-align: center;
    color: var(--color-2);
}
.reservation-style2 .reservation-dates-select.select-dates-button svg>* {
    stroke: #1A1E25;
}
.reservation-style2 .reservation-dates-select.select-dates-button svg>circle {
    fill: #1A1E25;
}
#reservationForm .qodef-button.qodef-html--link {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 121%;
    text-transform: uppercase;
    color: var(--color-2);
    border-radius: 2px;
    letter-spacing: 0;
    padding-top: 12px;
    padding-bottom: 12px;

    border-width: 2px;
    width: 100%;
    justify-content: center;
}
@media (max-width: 1200px) {
    .reservation-style2 .reservation-section-content .reservation-section-title {
        font-size: 55px;
    }
}
@media (max-width: 1024px) {
    .reservation-section-subtitle {
        font-size: 18px;
    }
    .reservation-style2 .reservation-section .reservation-section-content p {
        font-size: 16px;
    }
}
@media (max-width: 1024px) {
    .reservation-style2 .reservation-section-content .reservation-section-title {
        font-size: 40px;
    }
    .reservation-section-subtitle {
        font-size: 16px;
    }
}


.swiper.swiper-custom {
    overflow: visible;
}
.elementor-element.overflow-hidden {
    overflow: hidden;
}

.icon-card .qodef-m-image img {
    margin: 0 auto;
}
.icon-card.qodef-image-with-text .qodef-m-title {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 20px;
    text-align: center;
    color: var(--color-1);
    text-transform: none;
    letter-spacing: 0;
    margin-top: 13px;
}
@media (max-width: 1024px) {
    .icon-card.qodef-image-with-text .qodef-m-title {
        font-size: 16px;
    }
}
.swiper-custom.swiper-container-horizontal>.swiper-pagination-bullets {
    position: absolute !important;
    bottom: 21px !important;
}

.swiper-custom .swiper-pagination-bullets .swiper-pagination-bullet {
    border-radius: 3px;
    width: 12px;
    height: 12px;
    background: #fff;
    border: none;
    margin: 0;
    transform: none;
}
.swiper-custom .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-radius: 3px;
    width: 29px;
    height: 12px;
    transform: none;
    background: #808080;
}




/* Footer recolor */
body.page-id-12471 #qodef-page-footer,
body.theme-fidalgo  #qodef-page-footer {
    --qode-additional-background-color: #1A1E25;
    --qode-footer-logo-top-offset: 0px;
}
.page-id-12471 footer h5.wp-block-heading,
.theme-fidalgo footer h5.wp-block-heading {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 28px;
    line-height: 121%;
    letter-spacing: 0;
    margin-bottom: 28px !important;
}
.page-id-12471 #qodef-page-footer-top-area-inner>.qodef-grid.qodef-alignment--center>.qodef-grid-inner>.qodef-grid-item:not(:last-of-type):after,
.theme-fidalgo #qodef-page-footer-top-area-inner>.qodef-grid.qodef-alignment--center>.qodef-grid-inner>.qodef-grid-item:not(:last-of-type):after {
    background: linear-gradient(to bottom,
    rgba(175, 144, 92, 0) 0%,
    rgba(175, 144, 92, 1) 23%,
    rgba(175, 144, 92, 1) 70%,
    rgba(175, 144, 92, 0) 100%
    );
}
.page-id-12471 footer .wp-block-group,
.theme-fidalgo footer .wp-block-group {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 20px;
    line-height: 121%;
    color: #fff;
}

.widget.widget_block p.address-wrap {
    display: flex;
    gap: 20px;
    max-width: 274px;
    margin: 0 auto;
}
.widget.widget_block .address-wrap svg {
    min-width: 24px;
}

.my-custom-footer-content {
    padding-top: 150px;
    text-align: center;
    line-height: 0;
    background: var(--qode-additional-background-color);
}
.page-id-12471  #qodef-page-footer-top-area-inner,
.theme-fidalgo  #qodef-page-footer-top-area-inner {
    padding-top: 72px;
    padding-bottom: 0;
}
body footer .contact-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

.page-id-12471 #qodef-page-footer #qodef-footer-logo-holder,
.theme-fidalgo #qodef-page-footer #qodef-footer-logo-holder {
    align-items: center;
}
.page-id-12471 #qodef-page-footer #qodef-footer-logo-holder img,
.theme-fidalgo #qodef-page-footer #qodef-footer-logo-holder img {
    max-width: 171px;
}
.page-id-12471 div#qodef-page-footer-bottom-area-inner,
.theme-fidalgo div#qodef-page-footer-bottom-area-inner {
    margin-top: -80px;
    padding-top: 47px;
    padding-bottom: 30px;
}
.page-id-12471 .qodef-social-links-group .qodef-link-holder:not(:last-child):after,
.theme-fidalgo .qodef-social-links-group .qodef-link-holder:not(:last-child):after {
    display: none;
}
.page-id-12471 .qodef-copyright,
.theme-fidalgo .qodef-copyright {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 16px;
    line-height: 121%;
    color: #fff;
}
.page-id-12471 .qodef-social-links-group .qodef-link-holder a,
.theme-fidalgo .qodef-social-links-group .qodef-link-holder a {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 16px;
    line-height: 121%;
    letter-spacing: 0;
    padding-bottom: 3px;
}
.page-id-12471 .qodef-social-links-group .qodef-link-holder,
.theme-fidalgo .qodef-social-links-group .qodef-link-holder {
    margin-right: 45px;
}
@media (max-width: 1200px) {
    .page-id-12471 footer h5.wp-block-heading,
    .theme-fidalgo footer h5.wp-block-heading {
        font-size: 20px;
    }
    .page-id-12471 footer .wp-block-group,
    .theme-fidalgo footer h5.wp-block-heading {
        font-size: 14px;
    }
    .my-custom-footer-content {
        padding-top: 70px
    }
    .my-custom-footer-content img {
        max-width: 300px;
    }
    .widget.widget_block p.address-wrap {
        gap: 10px;
        max-width: 80%;
    }
    body footer .contact-item {
        gap: 10px;
    }
    .page-id-12471 .qodef-copyright,
    .theme-fidalgo .qodef-copyright {
        font-size: 14px;
        width: 75%;
        margin: 0 0 0 auto !important;
    }
    .page-id-12471 .qodef-social-links-group .qodef-link-holder a,
    .theme-fidalgo .qodef-social-links-group .qodef-link-holder a {
        font-size: 14px;
    }
    .page-id-12471 #qodef-page-footer #qodef-footer-logo-holder img,
    .theme-fidalgo #qodef-page-footer #qodef-footer-logo-holder img {
        max-width: 100px;
    }
}
@media (max-width: 880px) {
    .widget.widget_block p.address-wrap {
        justify-content: center;
    }
    .page-id-12471 div#qodef-page-footer-bottom-area-inner,
    .theme-fidalgo div#qodef-page-footer-bottom-area-inner {
        margin-top: 0;
        padding-top: 20px;
    }
    .page-id-12471 .qodef-copyright,
    .theme-fidalgo .qodef-copyright {
        font-size: 12px;
        margin: 0 auto !important;
    }
    .page-id-12471 .qodef-social-links-group .qodef-link-holder:last-child,
    .theme-fidalgo .qodef-social-links-group .qodef-link-holder:last-child {
        margin-right: 0;
    }
    .page-id-12471 #qodef-page-footer-top-area-inner .qodef-grid-inner,
    .theme-fidalgo #qodef-page-footer-top-area-inner .qodef-grid-inner {
        gap: 0;
    }
}
@media (max-width: 767px) {
    .my-custom-footer-content {
        padding-top: 40px;
    }
    .my-custom-footer-content img {
        max-width: 200px;
    }
}


.qodef-header-navigation>ul>li>a {
    font-family: var(--font-family);
    font-size: 14px;
    letter-spacing: 0;
}
header#qodef-page-header .widget_nav_menu .menu {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    white-space: nowrap;
}
header#qodef-page-header .widget .menu li.menu-item {
    height: 100%;
    margin: 0 22px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 121%;
    text-transform: uppercase;
}
header#qodef-page-header .qodef-header-navigation>ul>li:last-child {
    margin-right: 22px;
}

.qodef-header--split-left-to-right header #qodef-page-header-inner .qodef-widget-holder, 
.qodef-header--split-left-to-right header .qodef-header-sticky-inner .qodef-widget-holder {
    justify-content: flex-start;
}
.qodef-header--split-left-to-right header #qodef-page-header-inner .qodef-header-navigation, 
.qodef-header--split-left-to-right header .qodef-header-sticky-inner .qodef-header-navigation {
    justify-content: flex-end;
}

header .qodef-button.qodef-html--link {
    border-radius: 2px;
    padding: 11px 34px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 121%;
    letter-spacing: 0;
    border-color: #796341;
}
.widget_nav_menu .menu-item a {
    --qodef-background-position: calc(100% - 4px);
    background-repeat: no-repeat;
    background-image: linear-gradient(transparent calc(100% - 1px), var(--qode-main-color) 1px);
    background-size: 0 var(--qodef-background-position);
    transition: .4s background-size cubic-bezier(.26,.57,.14,.81);
    background-position-x: 100%;
    line-height: 2;
    display: inline-flex;
}
.widget_nav_menu .menu-item a:hover,
.widget_nav_menu .menu-item.current-menu-item a {
    background-size: 100% var(--qodef-background-position);
    background-position-x: 0;
}




.swiper-testimonials {
    height: 422px;
    max-width: 640px;
    padding-right: 40px !important;
    margin-left: 0 !important;
}
.testimonial-text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    text-align: justify;
    color: var(--color-2);
    margin: 0 !important;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.testimonial-card {
    box-shadow: 1px 1px 4px 0 rgba(26, 30, 37, 0.07), 6px 5px 8px 0 rgba(26, 30, 37, 0.06), 13px 11px 10px 0 rgba(26, 30, 37, 0.02), 23px 19px 12px 0 rgba(26, 30, 37, 0.01), 36px 30px 13px 0 rgba(26, 30, 37, 0);
    background: #fff;
    border-radius: 2px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 16px;
    height: 100%;
}
.testimonial-author {
    display: flex;
    align-items: center;
    gap: 16px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    color: var(--color-2);
}
.testimonial-author .testimonial-avatar {
    border-radius: 50%;
}
.testimonial-author .insta {
    font-size: 18px;
}
.swiper-testimonials .swiper-button-prev::before {
    content: '';
    display: block;
    width: 16px;
    height: 25px;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='25' viewBox='0 0 16 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.70711 0.292892C8.31658 -0.0976315 7.68342 -0.0976315 7.29289 0.292892L0.928932 6.65685C0.538408 7.04738 0.538408 7.68054 0.928932 8.07107C1.31946 8.46159 1.95262 8.46159 2.34315 8.07107L8 2.41421L13.6569 8.07107C14.0474 8.46159 14.6805 8.46159 15.0711 8.07107C15.4616 7.68054 15.4616 7.04738 15.0711 6.65685L8.70711 0.292892ZM8 25H9L9 1H8H7L7 25H8Z' fill='%23AF905C' /%3E%3C/svg%3E");
}
.swiper-testimonials .swiper-button-prev {
    left: auto !important;
    right: 10px;
    transform: rotate(0deg) translate(0, -50%);
    top: 40%;
}
.swiper-testimonials .swiper-button-next::before {
    content: '';
    display: block;
    width: 16px;
    height: 25px;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='25' viewBox='0 0 16 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.70711 24.7071C8.31658 25.0976 7.68342 25.0976 7.29289 24.7071L0.928932 18.3431C0.538408 17.9526 0.538408 17.3195 0.928932 16.9289C1.31946 16.5384 1.95262 16.5384 2.34315 16.9289L8 22.5858L13.6569 16.9289C14.0474 16.5384 14.6805 16.5384 15.0711 16.9289C15.4616 17.3195 15.4616 17.9526 15.0711 18.3431L8.70711 24.7071ZM8 0L9 0L9 24H8H7L7 0L8 0Z' fill='%23AF905C' /%3E%3C/svg%3E");
}
.swiper-testimonials .swiper-button-next {
    left: auto;
    right: 10px !important;
    transform: rotate(0deg) translate(0, -50%);
    top: 60%;
}

@media (max-width: 1600px) {
    .testimonial-text, .testimonial-author {
        font-size: 16px;
    }
    .testimonial-author .insta {
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    .testimonial-text, .testimonial-author {
        font-size: 14px;
        line-height: 1.2;
    }
    .testimonial-author .insta {
        font-size: 12px;
    }
}






.promo-card.qodef-addons-blog-list.qodef-item-layout--side-image .qodef-e-inner {
    flex-direction: column;
    position: relative;
    padding-top: 46px;
}
.promo-card .qodef-e-info.qodef-info--top {
    justify-content: center;
    position: absolute !important;
    top: 0;
    left: 0;
}
.promo-card.qodef-addons-blog-list.qodef-item-layout--side-image .qodef-e-content {
    position: static;
}
.promo-card.qodef-addons-blog-list .qodef-blog-item .qodef-e-info.qodef-info--bottom {
    justify-content: center;
}
.qodef-addons-m-pagination.qodef--standard .page-numbers.next,
.qodef-addons-m-pagination.qodef--standard .page-numbers.prev {
    width: 21px !important;
    height: 18px !important;
    background: transparent !important;
}
.qodef-addons-m-pagination.qodef--standard .page-numbers.next {
    margin-left: 38px !important;
}
.qodef-addons-m-pagination.qodef--standard .page-numbers.prev {
    margin-right: 38px !important;
}

.qodef-grid-item.qodef-item--custom .qodef-e-title.entry-title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.custom-blog-grid .qodef-e-media-image .attachment-full {
    aspect-ratio: 185 / 183;
    object-fit: cover;
    object-position: center;
}
.custom-blog-grid.qodef-addons-blog-list .qodef-blog-item .qodef-e-title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

#qodef-page-footer .widget a,
#qodef-page-footer .widget:not(.widget_fidalgo_core_title_widget) {
    --qode-paragraph-color: #fff;
    /* color: #fff;; */
}


.single-post {
    --qode-additional-background-color: #1A1E25;
    --qode-background-color:#1A1E25;
    --qode-paragraph-color: #1a1e25;
}
.single-post #qodef-page-outer {
    background-image: url(https://restauracedvorak.cz/wp-content/uploads/2025/08/fon-scaled.jpg);
    background-position: top center;
    background-size: cover;
    color: var(--color-2);
    background-color: #f4f3f1;
    padding-left: 20px;
    padding-right: 20px;
}
.qodef-page-title {
    background: transparent;
    height: auto;
    padding: 41px 0px;
}
.qodef-page-title .qodef-breadcrumbs a,
.qodef-page-title .qodef-breadcrumbs span:not(.qodef-breadcrumbs-separator) {
    font-family: var(--font-family);
    font-style: italic;
    font-weight: 300;
    font-size: 24px;
    
}
.single-post .qodef-page-title .qodef-breadcrumbs a,
.single-post .qodef-page-title .qodef-breadcrumbs span:not(.qodef-breadcrumbs-separator)  {
    color: var(--color-2);
}
.single-post #qodef-page-inner {
    padding-top: 0;
    width: 100%;
}
.single-post #qodef-page-outer .qodef-content-grid {
    max-width: 1368px;
    width: 100%;
}
.single-post .post-title {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 52px;
    text-transform: none;
    color: var(--color-1);
    letter-spacing: 0;
    text-align: center;
    margin: 0;
}
.single-post .post-date {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 24px;
    line-height: 121%;
    text-transform: lowercase;
    color: var(--color-2);
    text-align: center;
    margin-bottom: 41px;
}
.post-layout-grid {
    display: flex;
}
.post-right {
    flex: 0 0 42%;
    max-width: 42%;
}
.post-left {
    flex: 0 0 58%;
    max-width: 58%;
    padding-right: 60px;
}
.image-frame {
    line-height: 0;
    overflow: hidden;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    border: 19px solid var(--color-1);
    border-radius: 2px;
}
.comment-box {    
    --qode-box-background-color: transparent;
    margin-top: 53px;
    border-radius: 2px;
    background: #fff;
    padding: 48px 67px;
}
.comment-box #reply-title {
    font-family: var(--second-family);
    font-style: italic;
    font-weight: 600;
    font-size: 35px;
    text-transform: uppercase;
    color: var(--color-2);
    margin: 0 auto;
    text-align: center;
    letter-spacing: 0;
    justify-content: center;
}
.comment-box #qodef-page-comments {
    margin-top: 0px;
}
.comment-box a {
    color: inherit;
}
.comment-box .qodef-comment-form {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    color: var(--color-2);
}
/* .comment-box #respond .qodef-comment-form textarea {
    border: 1px solid var(--color-1);
    border-radius: 2px;
    padding: 10px 10px 10px 20px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 121%;
    color: #000;
} */
.comment-box #respond .qodef-comment-form .comment-form-url {
    display: none;
}
.comment-box #respond .qodef-comment-form .comment-form-author input, 
.comment-box #respond .qodef-comment-form .comment-form-comment input, 
.comment-box #respond .qodef-comment-form .comment-form-email input,
.comment-box #respond .qodef-comment-form textarea {
    border: 1px solid var(--color-1);
    border-radius: 2px;
    padding: 10px 10px 10px 20px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 121%;
    color: #000;
    margin-bottom: 20px;
}
.comment-box .qodef-grid.qodef-col-num--2>.qodef-grid-inner {
    --qode-columns: 1;
    --qode-columns-row-gap: 0;
}
.comment-box #respond .qodef-comment-form .comment-form-cookies-consent {
    margin-top: 0;
}
.comment-box .form-submit #submit {
    width: 100%;
    background: linear-gradient(90deg, #f5cb86 0%, #796341 100%);
    border-radius: 2px;
    padding: 18px 34px;
    border: none;
    justify-content: center;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 121%;
    text-transform: uppercase;
    color: var(--color-2);
    letter-spacing: 0;
    transition: all linear 300ms;
}
.comment-box .form-submit #submit:hover {
    background: linear-gradient(90deg, #796341 0%, #f5cb86 100%);
}
.comment-box #qodef-page-comments-list .qodef-m-title {
    font-family: var(--second-family);
    font-style: italic;
    font-weight: 600;
    font-size: 35px;
    text-transform: uppercase;
    color: var(--color-2);
    margin: 0 auto;
    letter-spacing: 0;
}
.comment-box #qodef-page-comments-list .qodef-comment-item .qodef-e-image {
    margin: 0;
}
.comment-box #qodef-page-comments-list .qodef-comment-item .qodef-e-date {
    color: var(--color-2);
    text-transform: lowercase;
    letter-spacing: 0;
    font-size: 14px;
}
.comment-box #qodef-page-comments-list .qodef-comment-item .qodef-e-title {
    font-family: var(--second-family);
    font-style: italic;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--color-2);
    letter-spacing: 0;
}
.comment-box #qodef-page-comments-list .qodef-comment-item .qodef-e-date a:hover {
    color: var(--color-1);
}


.post-content {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 24px;
    line-height: 133%;
    color: var(--color-2);
}
.post-content a {
    color: inherit;
}
.post-content .wp-block-heading {
    font-family: var(--font-family);
    font-weight: 500;
    color: var(--color-2);
    letter-spacing: 0;
}

.single-post #qodef-related-posts {
    display: none;
}
.single-post .wp-post-image {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
}
@media (max-width: 1400px) {
    .qodef-page-title .qodef-breadcrumbs a, .qodef-page-title .qodef-breadcrumbs span:not(.qodef-breadcrumbs-separator) {
        font-size: 16px;
    }
    .single-post .post-title {
        font-size: 46px;
    }
    .single-post .post-date {
        font-size: 20px;
    }
    .post-content {
        font-size: 20px;
    }
    .comment-box {
        padding: 30px;
    }
    .post-left{
        padding-right: 20px;
    }
}
@media (max-width: 1200px) {
    .single-post .post-title {
        font-size: 40px;
    }
    .single-post .post-date {
        font-size: 18px;
    }
    .comment-box #respond .qodef-comment-form .comment-form-author input, 
    .comment-box #respond .qodef-comment-form .comment-form-comment input, 
    .comment-box #respond .qodef-comment-form .comment-form-email input, 
    .comment-box #respond .qodef-comment-form textarea {
        font-size: 16px;
    }
    .comment-box #reply-title,
    .comment-box #qodef-page-comments-list .qodef-m-title {
        font-size: 28px;
    }
    .post-content {
        font-size: 16px;
    }
}
@media (max-width: 991px) {
    .single-post .qodef-page-title {
        padding: 31px 0px;
    }
    .single-post .post-title {
        font-size: 36px;
    }
    .qodef-page-title .qodef-breadcrumbs a, .qodef-page-title .qodef-breadcrumbs span:not(.qodef-breadcrumbs-separator) {
        font-size: 14px;
    }
        .single-post .post-date {
        font-size: 14px;
    }
    .post-layout-grid {
        flex-wrap: wrap;
        gap: 40px 0;
    }
    .post-left {
        padding-right: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .post-right {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (max-width: 680px) {
    .comment-box {
        padding: 30px 20px;
    }
    .comment-box .form-submit #submit {
        font-size: 18px;
    }
    .image-frame {
        border-width: 6px;
    }
    .comment-box .qodef-comment-form {
        font-size: 14px;
    }
}

#qodef-page-header .widget a:hover {
    color: #fff;
}

.additional-info .elementor-heading-title>span {
    min-width: 206px;
    display: inline-block;
}

#contact_form button.wpcf7-form-control.wpcf7-submit.qodef-button.qodef-m {
    --qode-button-color: #fff;
    --qode-button-hover-color: #796341;
    --qode-button-border-color: #796341;
    font-size: 20px;
    text-transform: uppercase;
    border-radius: 2px;
    letter-spacing: 0;
    font-family: var(--font-family);
}




/* Museum page */
.page-id-13054 .my-custom-footer-content{
    background: var(--color-2)
}



.menu-nav-slider .swiper-slide {
    width: auto;
}
a.menu-nav-button {
    border: 2px solid var(--color-1);
    border-radius: 2px;
    padding: 10px 18px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    color: var(--color-2);
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    white-space: nowrap;
}
a.menu-nav-button:hover {
    color: var(--color-1);
}
.menu-nav-slider-wrap {
    padding: 0 45px;
    position: relative;
}
.menu-nav-button-prev,
.menu-nav-button-next {
    position: absolute;
    top: 50%;
    line-height: 0;
    transform: translateY(-50%);
}
.menu-nav-button-prev {
    left: 0;
}
.menu-nav-button-next {
    right: 0;
}
.menu-nav-button-prev:not(.swiper-button-disabled),
.menu-nav-button-next:not(.swiper-button-disabled) {
    cursor: pointer;
}
.menu-nav-slider-wrap .swiper-button-disabled {
    opacity: .3;
}



.restaurant-menu-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 36px 97px;
}

.restaurant-menu-item {
    display: flex;
    align-items: center;
    gap: 27px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    color: var(--color-2);
}
.menu-item-image {
    flex: 0 0 163px;
}
.menu-item-image img {
    width: 100%;
    /* aspect-ratio: 163 / 138; */
    /* object-fit: cover; */
    border-radius: 2px !important;
}
.menu-item-title {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 17px;
    text-transform: uppercase;
    color: var(--color-2);
    margin: 0;
    display: flex;
    gap: 20px;
    flex: 1;
}
.menu-item-title {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 17px;
    text-transform: uppercase;
    color: var(--color-2);
    margin: 0;
    display: flex;
    gap: 20px;
    flex: 1;
    letter-spacing: 0;
}
.menu-item-price {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 19px;
    text-transform: capitalize;
    color: var(--color-2);
}
.menu-item-volume {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 17px;
    text-transform: capitalize;
    color: var(--color-2);
}
.menu-item-content {
    flex: 1;
}
.menu-item-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.menu-item-heading {
    display: flex;
    gap: 20px;
}
.menu-item-description {
    padding-right: 91px;
}
.restaurant-menu-category {
    margin-bottom: 83px;
}
.restaurant-menu-category-title {
    font-family: var(--second-family);
    font-weight: 600;
    font-size: 65px;
    text-transform: uppercase;
    color: var(--color-2);
    letter-spacing: 0;
    line-height: 1.1;
    margin: 0 0 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    text-align: center;
    line-height: 1;
}
.restaurant-menu-category-title::before,
.restaurant-menu-category-title::after {
    content: '';
    display: block;
    width: 24px;
    height: 34px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex: 0 0 24px;
}
.restaurant-menu-category-title::before {
    background-image: url(/wp-content/plugins/restaurant-reservation/images/title-decor-left.png);
}
.restaurant-menu-category-title::after {
    background-image: url(/wp-content/plugins/restaurant-reservation/images/title-decor-right.png);
}
.restaurant-menu-category:nth-child(odd) .restaurant-menu-category-title {
    color: var(--color-1);
}
.restaurant-menu-category:nth-child(odd) .restaurant-menu-category-title::before {
    background-image: url(/wp-content/plugins/restaurant-reservation/images/title-decor-left-gr.png);
}
.restaurant-menu-category:nth-child(odd) .restaurant-menu-category-title::after {
    background-image: url(/wp-content/plugins/restaurant-reservation/images/title-decor-right-gr.png);
}

@media (max-width: 1200px) {
    .restaurant-menu-category-title {
        font-size: 55px;
    }
    .menu-item-image {
        flex: 0 0 123px;
    }
    .restaurant-menu-category-title::before,
    .restaurant-menu-category-title::after {
        width: 14px;
        flex: 0 0 14px;
    }
    .restaurant-menu-items {
        gap: 24px 40px;
    }
}
@media (max-width: 991px) {
    .menu-item-image {
        flex: 0 0 100px;
    }
    .restaurant-menu-item {
        gap: 10px;
        font-size: 12px;
    }
    .menu-item-title {
        font-size: 14px;
        gap: 14px;
    }
    .restaurant-menu-items {
        gap: 24px;
    }
    .menu-item-price {
        font-size: 16px;
    }
    .restaurant-menu-category-title {
        font-size: 45px;
        margin-bottom: 30px;
    }
    .menu-item-heading {
        gap: 10px;
    }
    .menu-item-description {
        padding-right: 0px;
        line-height: 1.2;
    }
}
@media (max-width: 767px) {
    .restaurant-menu-items {
        grid-template-columns: repeat(1, 1fr);
    }
    .restaurant-menu-category-title {
        font-size: 38px;
    }
    a.menu-nav-button {
        font-size: 16px;
    }
    .menu-nav-slider-wrap {
        padding: 0 25px;
    }
}
@media (max-width: 480px) {
        .menu-item-image {
        flex: 0 0 70px;
    }
}



.qodef-header-navigation>ul>li>a,
#qodef-page-header .widget a,
#qodef-page-header .widget a:hover,
#qodef-page-header .widget .qodef-button.qodef-layout--outlined {
    color: var(--color-1);
}
.page-id-12471 .qodef-header-navigation>ul>li>a,
.page-id-12471 #qodef-page-header .widget a,
.page-id-12471 #qodef-page-header .widget a:hover,
.page-id-12471 #qodef-page-header .widget .qodef-button.qodef-layout--outlined {
    color: #fff;
}
.page-id-13054 .qodef-header-navigation>ul>li>a,
.page-id-13054 #qodef-page-header .widget a,
.page-id-13054 #qodef-page-header .widget a:hover,
.page-id-13054 #qodef-page-header .widget .qodef-button.qodef-layout--outlined {
    color: var(--color-2);
}





.half-slide-bg.elementor-element::before {
    width: 50% !important;
    left: 0;
}
.half-video-bg .elementor-background-video-container {
    width: 50% !important;
    left: 0;
}
@media (max-width: 1024px) {
    .half-slide-bg.elementor-element::before,
    .half-video-bg .elementor-background-video-container {
        display: none !important;
    }
}




.page .reservation-dates-form {
    color: #000;
    max-width: 392px;
    left: 0;
    position: static;
    background: transparent;
    padding: 0;
    border: none;
    box-shadow: none;
    margin-top: 45px;
}
.page .reservation-dates-group input {
    color: #000;
    border-radius: 0;
    border: none;
    background-repeat: no-repeat;
    background-position: center right 20px;
}
.reservation-dates-group {
    position: relative;
    padding: 0;
    margin-bottom: 10px;
}
.reservation-dates-group::after {
    content: '';
    background: linear-gradient(90deg, #F5CB86 0%, #796341 100%);
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.reservation-dates-group #selected_date {
    -webkit-appearance: none;
        appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='17' height='18' viewBox='0 0 17 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.6868 6.28065H5.31185C5.01845 6.28065 4.7806 6.5185 4.7806 6.8119C4.7806 7.1053 5.01845 7.34315 5.31185 7.34315H11.6868C11.9802 7.34315 12.2181 7.1053 12.2181 6.8119C12.2181 6.5185 11.9802 6.28065 11.6868 6.28065Z' fill='%23B6B6B6' /%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.9631 3.0294H12.041C13.997 3.0294 15.5827 4.61506 15.5827 6.57107V12.9461C15.5827 14.9021 13.997 16.4877 12.041 16.4877H4.95768C4.01837 16.4877 3.11754 16.1146 2.45335 15.4504C1.78915 14.7862 1.41602 13.8854 1.41602 12.9461V6.57107C1.41602 4.61506 3.00167 3.0294 4.95768 3.0294H5.02143V1.74023C5.02143 1.44683 5.25928 1.20898 5.55268 1.20898C5.84608 1.20898 6.08393 1.44683 6.08393 1.74023V3.0294H10.9006V1.74023C10.9006 1.44683 11.1384 1.20898 11.4318 1.20898C11.7252 1.20898 11.9631 1.44683 11.9631 1.74023V3.0294ZM12.041 15.4252C13.4102 15.4252 14.5202 14.3153 14.5202 12.9461V6.57107C14.5202 5.20186 13.4102 4.0919 12.041 4.0919H4.95768C3.58848 4.0919 2.47852 5.20186 2.47852 6.57107V12.9461C2.47852 14.3153 3.58848 15.4252 4.95768 15.4252H12.041Z' fill='%23B6B6B6' /%3E%3C/svg%3E");
}
.page-id-12471 .reservation-dates-group #selected_date {
    background-image: url("data:image/svg+xml,%3Csvg width='17' height='18' viewBox='0 0 17 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.6868 6.28065H5.31185C5.01845 6.28065 4.7806 6.5185 4.7806 6.8119C4.7806 7.1053 5.01845 7.34315 5.31185 7.34315H11.6868C11.9802 7.34315 12.2181 7.1053 12.2181 6.8119C12.2181 6.5185 11.9802 6.28065 11.6868 6.28065Z' fill='%231A1E25' /%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.9631 3.0294H12.041C13.997 3.0294 15.5827 4.61506 15.5827 6.57107V12.9461C15.5827 14.9021 13.997 16.4877 12.041 16.4877H4.95768C4.01837 16.4877 3.11754 16.1146 2.45335 15.4504C1.78915 14.7862 1.41602 13.8854 1.41602 12.9461V6.57107C1.41602 4.61506 3.00167 3.0294 4.95768 3.0294H5.02143V1.74023C5.02143 1.44683 5.25928 1.20898 5.55268 1.20898C5.84608 1.20898 6.08393 1.44683 6.08393 1.74023V3.0294H10.9006V1.74023C10.9006 1.44683 11.1384 1.20898 11.4318 1.20898C11.7252 1.20898 11.9631 1.44683 11.9631 1.74023V3.0294ZM12.041 15.4252C13.4102 15.4252 14.5202 14.3153 14.5202 12.9461V6.57107C14.5202 5.20186 13.4102 4.0919 12.041 4.0919H4.95768C3.58848 4.0919 2.47852 5.20186 2.47852 6.57107V12.9461C2.47852 14.3153 3.58848 15.4252 4.95768 15.4252H12.041Z' fill='%231A1E25' /%3E%3C/svg%3E");
}
.reservation-dates-group #selected_date::-webkit-calendar-picker-indicator {
  display: none;
}
.reservation-dates-group #selected_time2 {
    background-image: url("data:image/svg+xml,%3Csvg width='17' height='18' viewBox='0 0 17 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.88153 9.96049C1.88153 6.43967 4.73572 3.58549 8.25653 3.58549C11.7773 3.58549 14.6315 6.43967 14.6315 9.96049C14.6315 13.4813 11.7773 16.3355 8.25653 16.3355C4.73572 16.3355 1.88153 13.4813 1.88153 9.96049ZM2.94403 9.96049C2.94403 12.8945 5.32252 15.273 8.25653 15.273C9.6655 15.273 11.0168 14.7133 12.013 13.717C13.0093 12.7207 13.569 11.3695 13.569 9.96049C13.569 7.02648 11.1905 4.64799 8.25653 4.64799C5.32252 4.64799 2.94403 7.02648 2.94403 9.96049Z' fill='%23B6B6B6' /%3E%3Cpath d='M6.59195 7.26174C6.38263 7.06669 6.05644 7.07245 5.85414 7.27476C5.65183 7.47706 5.64607 7.80325 5.84112 8.01257L7.72528 9.89674V12.7938C7.72528 13.0872 7.96313 13.3251 8.25653 13.3251C8.54994 13.3251 8.78778 13.0872 8.78778 12.7938V9.67716C8.78766 9.53631 8.73161 9.40127 8.63195 9.30174L6.59195 7.26174Z' fill='%23B6B6B6' /%3E%3Cpath d='M15.007 4.64799C14.1324 3.48172 12.9709 2.56173 11.6353 1.97757C11.5049 1.91849 11.3563 1.91449 11.2229 1.96649C11.0896 2.01849 10.9829 2.12209 10.927 2.25382C10.8658 2.3839 10.8607 2.5334 10.913 2.66732C10.9652 2.80124 11.0701 2.90783 11.2032 2.96216C12.3698 3.47544 13.3846 4.28045 14.1499 5.29965C14.2502 5.43343 14.4077 5.51216 14.5749 5.51216C14.6899 5.51267 14.8019 5.47534 14.8936 5.4059C15.0116 5.32226 15.0904 5.19413 15.1118 5.05109C15.1332 4.90806 15.0953 4.76249 15.007 4.64799Z' fill='%23B6B6B6' /%3E%3Cpath d='M2.35612 5.28549C3.12139 4.26628 4.13618 3.46128 5.30278 2.94799C5.43587 2.89366 5.5408 2.78707 5.59303 2.65315C5.64526 2.51923 5.6402 2.36974 5.57903 2.23966C5.52311 2.10792 5.41639 2.00432 5.28306 1.95232C5.14972 1.90032 5.00105 1.90432 4.8707 1.96341C3.53608 2.55256 2.37688 3.47748 1.50612 4.64799C1.35311 4.87607 1.39918 5.18317 1.61237 5.35632C1.70408 5.42575 1.81609 5.46309 1.93112 5.46257C2.09233 5.47119 2.24872 5.40603 2.35612 5.28549Z' fill='%23B6B6B6' /%3E%3C/svg%3E");
}
.page-id-12471 .reservation-dates-group #selected_time2 {
    background-image: url("data:image/svg+xml,%3Csvg width='17' height='18' viewBox='0 0 17 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.88153 9.96049C1.88153 6.43967 4.73572 3.58549 8.25653 3.58549C11.7773 3.58549 14.6315 6.43967 14.6315 9.96049C14.6315 13.4813 11.7773 16.3355 8.25653 16.3355C4.73572 16.3355 1.88153 13.4813 1.88153 9.96049ZM2.94403 9.96049C2.94403 12.8945 5.32252 15.273 8.25653 15.273C9.6655 15.273 11.0168 14.7133 12.013 13.717C13.0093 12.7207 13.569 11.3695 13.569 9.96049C13.569 7.02648 11.1905 4.64799 8.25653 4.64799C5.32252 4.64799 2.94403 7.02648 2.94403 9.96049Z' fill='%231A1E25' /%3E%3Cpath d='M6.59195 7.26174C6.38263 7.06669 6.05644 7.07245 5.85414 7.27476C5.65183 7.47706 5.64607 7.80325 5.84112 8.01257L7.72528 9.89674V12.7938C7.72528 13.0872 7.96313 13.3251 8.25653 13.3251C8.54994 13.3251 8.78778 13.0872 8.78778 12.7938V9.67716C8.78766 9.53631 8.73161 9.40127 8.63195 9.30174L6.59195 7.26174Z' fill='%231A1E25' /%3E%3Cpath d='M15.007 4.64799C14.1324 3.48172 12.9709 2.56173 11.6353 1.97757C11.5049 1.91849 11.3563 1.91449 11.2229 1.96649C11.0896 2.01849 10.9829 2.12209 10.927 2.25382C10.8658 2.3839 10.8607 2.5334 10.913 2.66732C10.9652 2.80124 11.0701 2.90783 11.2032 2.96216C12.3698 3.47544 13.3846 4.28045 14.1499 5.29965C14.2502 5.43343 14.4077 5.51216 14.5749 5.51216C14.6899 5.51267 14.8019 5.47534 14.8936 5.4059C15.0116 5.32226 15.0904 5.19413 15.1118 5.05109C15.1332 4.90806 15.0953 4.76249 15.007 4.64799Z' fill='%231A1E25' /%3E%3Cpath d='M2.35612 5.28549C3.12139 4.26628 4.13618 3.46128 5.30278 2.94799C5.43587 2.89366 5.5408 2.78707 5.59303 2.65315C5.64526 2.51923 5.6402 2.36974 5.57903 2.23966C5.52311 2.10792 5.41639 2.00432 5.28306 1.95232C5.14972 1.90032 5.00105 1.90432 4.8707 1.96341C3.53608 2.55256 2.37688 3.47748 1.50612 4.64799C1.35311 4.87607 1.39918 5.18317 1.61237 5.35632C1.70408 5.42575 1.81609 5.46309 1.93112 5.46257C2.09233 5.47119 2.24872 5.40603 2.35612 5.28549Z' fill='%231A1E25' /%3E%3C/svg%3E");
}
.reservation-dates-footer {
    border: none;
    margin-top: 45px;
    gap: 25px;
    padding: 0;
}
.reservation-dates-footer button {
    width: 50%;
    height: 52px;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
}
.reservation-dates-footer .reservation-dates-submit {
    background: linear-gradient(90deg, #f5cb86 0%, #796341 100%);
    color: var(--color-2);
    border: none;
}
.reservation-dates-footer .reservation-dates-close {
    border: 1px solid #c49870;
    color: #fff;
    background: transparent;
}
.page-id-12471 .reservation-dates-footer .reservation-dates-close {
    color: var(--color-2);
    background: transparent;
}




.page-id-12471 #reservationModalContent {
    background: #ffff;
    color: var(--color-2);
}
.page-id-12471 .reservation-modal-title {
    color: var(--color-2);
}
.page-id-12471 #closeModal path {
    stroke: #000;
}
#reserveTableButton {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    width: 100%;
    border-width: 2px;
}
.page-id-12471 #reserveTableButton {
    color: var(--color-2);
}
#reservationForm input, #reservationFormModal input, #reservationFormModal select, #reservationFormModal input[type=time] {
    border: 1px solid var(--color-1);
    border-radius: 2px;
    padding: 10px 10px 10px 20px;
    color: #000;
    font-family: var(--font-family);
    font-weight: 400;
}
.page-id-12471 select option {
    color: var(--color-2);
    background-color: #fff;
}
.page-id-12471 .duration-button {
    border-radius: 2px;
    color: var(--color-2);
}
#durationButtons {
    margin-top: 16px;
}
#durationButtons h4 {
    margin-bottom: 5px;
    font-weight: 400;
}
.page-id-12471 #durationButtons h4 {
    color: var(--color-2);
}
#confirmReservationButton {
    background: linear-gradient(90deg, #f5cb86 0%, #796341 100%);
    border: none;
    width: 100%;
    height: 59px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 121%;
    text-transform: uppercase;
    color: var(--color-2);
    letter-spacing: 0;
    padding: 10px;
}
#confirmReservationButton:hover {
    opacity: .7;
}
p#reservationStatus {
    margin: 0;
    border: none;
}



body .qodef-mobile-header-navigation {
    background-color: #fff;
}
body .qodef-mobile-header-navigation>ul>li>a {
    color: var(--color-2);
}



.page-id-13054 #qodef-page-header-inner .qodef-header-logo-image.qodef--main {
    display: none !important;
}
.page-id-13054 #qodef-page-header-inner .qodef-header-logo-image.qodef--dark {
    display: block !important;
    position: static !important;
    opacity: 1 !important;
    transform: none !important;
}

.page-id-13054 #qodef-page-mobile-header .qodef-mobile-header-logo-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://restauracedvorak.cz/wp-content/uploads/2025/08/logoadnorak-dark.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.page-id-13054 #qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--main {
    opacity: 0 !important;
}



.reserv-page-btn .qodef-button.qodef-html--link {
    backdrop-filter: blur(29px);
    background: rgba(255, 255, 255, 0.05);
}

#reservationForm {
    border-top: 0;
    padding: 0;
    position: relative;
}
.page-id-13298 #reservationForm {
    padding: 40px 35px 30px;
}
.page-id-13298 #reservationForm::before,
.page-id-13298 #reservationForm::after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    background: linear-gradient(to bottom, rgba(175, 144, 92, 0) 0%, rgba(175, 144, 92, 1) 23%, rgba(175, 144, 92, 1) 70%, rgba(175, 144, 92, 0) 100%);
}
.page-id-13298 #reservationForm::before {
    left: 0;
}
.page-id-13298 #reservationForm::after {
    right: 0;
}
@media (max-width: 576px) {
    .page-id-13298 #reservationForm {
        padding: 0 0 30px;
        
    }
    .page-id-13298 #reservationForm::before,
    .page-id-13298 #reservationForm::after {
        opacity: 0;
    }
}

.reservation-light #reservationForm input {
    border: none;
    border-bottom: 1px solid var(--color-2);
    padding: 0px 0px 7px;
    border-radius: 0;
    margin-bottom: 37px;
    background-repeat: no-repeat;
    background-position: center right;
}
.reservation-light #reservationForm .iti {
    margin-bottom: 37px;
    background-repeat: no-repeat;
    background-position: center right;
}
#reservationForm #rr_name {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 15.75V14.25C4.5 13.4544 4.81607 12.6913 5.37868 12.1287C5.94129 11.5661 6.70435 11.25 7.5 11.25H10.5C11.2956 11.25 12.0587 11.5661 12.6213 12.1287C13.1839 12.6913 13.5 13.4544 13.5 14.25V15.75M6 5.25C6 6.04565 6.31607 6.80871 6.87868 7.37132C7.44129 7.93393 8.20435 8.25 9 8.25C9.79565 8.25 10.5587 7.93393 11.1213 7.37132C11.6839 6.80871 12 6.04565 12 5.25C12 4.45435 11.6839 3.69129 11.1213 3.12868C10.5587 2.56607 9.79565 2.25 9 2.25C8.20435 2.25 7.44129 2.56607 6.87868 3.12868C6.31607 3.69129 6 4.45435 6 5.25Z' stroke='%23B6B6B6' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
}
#reservationForm #rr_phone {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.75 3H6.75L8.25 6.75L6.375 7.875C7.17822 9.50365 8.49635 10.8218 10.125 11.625L11.25 9.75L15 11.25V14.25C15 14.6478 14.842 15.0294 14.5607 15.3107C14.2794 15.592 13.8978 15.75 13.5 15.75C10.5744 15.5722 7.81512 14.3299 5.74262 12.2574C3.67013 10.1849 2.42779 7.42555 2.25 4.5C2.25 4.10218 2.40804 3.72064 2.68934 3.43934C2.97064 3.15804 3.35218 3 3.75 3Z' stroke='%23B6B6B6' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
}
#reservationForm #rr_email {
    background-image: url("data:image/svg+xml,%3Csvg width='17' height='18' viewBox='0 0 17 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.4131 2.30058L14.2652 5.70766C15.0195 6.23783 15.4687 7.10189 15.4693 8.02391V13.0743C15.4675 13.8765 15.147 14.6451 14.5785 15.211C14.0099 15.7769 13.2399 16.0937 12.4377 16.0918H4.44768C3.64551 16.0937 2.87545 15.7769 2.3069 15.211C1.73835 14.6451 1.41789 13.8765 1.41602 13.0743V8.02391C1.41662 7.10189 1.86583 6.23783 2.62018 5.70766L7.47227 2.30058C8.01761 1.78783 8.86775 1.78783 9.4131 2.30058ZM13.8272 14.4597C14.1965 14.093 14.405 13.5947 14.4068 13.0743V8.02391C14.3969 7.45894 14.118 6.93263 13.656 6.60725L8.80393 3.20016L8.72602 3.1435C8.65141 3.06735 8.54929 3.02444 8.44268 3.02444C8.33608 3.02444 8.23396 3.06735 8.15935 3.1435L8.08143 3.20016L3.22935 6.60725C2.76738 6.93263 2.48844 7.45894 2.47852 8.02391V13.0743C2.48039 13.5947 2.68891 14.093 3.0582 14.4597C3.42749 14.8263 3.9273 15.0312 4.44768 15.0293H12.4377C12.9581 15.0312 13.4579 14.8263 13.8272 14.4597Z' fill='%23B6B6B6' /%3E%3Cpath d='M12.7423 8.30016L8.8181 11.0414C8.70192 11.1576 8.54242 11.2199 8.37825 11.2132C8.21407 11.2064 8.0602 11.1313 7.95393 11.006L4.1431 8.30016C3.99002 8.16777 3.77502 8.13386 3.58862 8.2127C3.40222 8.29154 3.27681 8.46945 3.2652 8.6715C3.25359 8.87355 3.35779 9.06465 3.53393 9.16433L7.2881 11.8418C7.59593 12.1284 8.00084 12.2879 8.42143 12.2881C8.81699 12.2781 9.19408 12.1186 9.47685 11.8418L13.3514 9.136C13.5742 8.97113 13.6328 8.66274 13.486 8.42766C13.3144 8.18944 12.9835 8.13272 12.7423 8.30016Z' fill='%23B6B6B6' /%3E%3C/svg%3E");
}
#reservationForm #rr_date {
    background-image: url("data:image/svg+xml,%3Csvg width='17' height='18' viewBox='0 0 17 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.6868 6.28065H5.31185C5.01845 6.28065 4.7806 6.5185 4.7806 6.8119C4.7806 7.1053 5.01845 7.34315 5.31185 7.34315H11.6868C11.9802 7.34315 12.2181 7.1053 12.2181 6.8119C12.2181 6.5185 11.9802 6.28065 11.6868 6.28065Z' fill='%23B6B6B6' /%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.9631 3.0294H12.041C13.997 3.0294 15.5827 4.61506 15.5827 6.57107V12.9461C15.5827 14.9021 13.997 16.4877 12.041 16.4877H4.95768C4.01837 16.4877 3.11754 16.1146 2.45335 15.4504C1.78915 14.7862 1.41602 13.8854 1.41602 12.9461V6.57107C1.41602 4.61506 3.00167 3.0294 4.95768 3.0294H5.02143V1.74023C5.02143 1.44683 5.25928 1.20898 5.55268 1.20898C5.84608 1.20898 6.08393 1.44683 6.08393 1.74023V3.0294H10.9006V1.74023C10.9006 1.44683 11.1384 1.20898 11.4318 1.20898C11.7253 1.20898 11.9631 1.44683 11.9631 1.74023V3.0294ZM12.041 15.4252C13.4102 15.4252 14.5202 14.3153 14.5202 12.9461V6.57107C14.5202 5.20186 13.4102 4.0919 12.041 4.0919H4.95768C3.58848 4.0919 2.47852 5.20186 2.47852 6.57107V12.9461C2.47852 14.3153 3.58848 15.4252 4.95768 15.4252H12.041Z' fill='%23B6B6B6' /%3E%3C/svg%3E");
}
#reservationForm #rr_time {
    background-image: url("data:image/svg+xml,%3Csvg width='17' height='18' viewBox='0 0 17 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.88153 9.96049C1.88153 6.43967 4.73572 3.58549 8.25653 3.58549C11.7773 3.58549 14.6315 6.43967 14.6315 9.96049C14.6315 13.4813 11.7773 16.3355 8.25653 16.3355C4.73572 16.3355 1.88153 13.4813 1.88153 9.96049ZM2.94403 9.96049C2.94403 12.8945 5.32252 15.273 8.25653 15.273C9.6655 15.273 11.0168 14.7133 12.013 13.717C13.0093 12.7207 13.569 11.3695 13.569 9.96049C13.569 7.02648 11.1905 4.64799 8.25653 4.64799C5.32252 4.64799 2.94403 7.02648 2.94403 9.96049Z' fill='%23B6B6B6' /%3E%3Cpath d='M6.59195 7.26174C6.38263 7.06669 6.05644 7.07245 5.85414 7.27476C5.65183 7.47707 5.64607 7.80325 5.84112 8.01257L7.72528 9.89674V12.7938C7.72528 13.0872 7.96313 13.3251 8.25653 13.3251C8.54994 13.3251 8.78778 13.0872 8.78778 12.7938V9.67716C8.78766 9.53631 8.73161 9.40127 8.63195 9.30174L6.59195 7.26174Z' fill='%23B6B6B6' /%3E%3Cpath d='M15.007 4.64799C14.1324 3.48172 12.9709 2.56173 11.6353 1.97757C11.5049 1.91849 11.3563 1.91449 11.2229 1.96649C11.0896 2.01849 10.9829 2.12209 10.927 2.25382C10.8658 2.3839 10.8607 2.5334 10.913 2.66732C10.9652 2.80124 11.0701 2.90783 11.2032 2.96216C12.3698 3.47544 13.3846 4.28045 14.1499 5.29965C14.2502 5.43343 14.4077 5.51216 14.5749 5.51216C14.6899 5.51267 14.8019 5.47534 14.8936 5.40591C15.0116 5.32226 15.0904 5.19413 15.1118 5.05109C15.1332 4.90806 15.0953 4.76249 15.007 4.64799Z' fill='%23B6B6B6' /%3E%3Cpath d='M2.35612 5.28549C3.12139 4.26628 4.13618 3.46128 5.30278 2.94799C5.43587 2.89366 5.5408 2.78707 5.59303 2.65315C5.64526 2.51923 5.6402 2.36974 5.57903 2.23966C5.52311 2.10792 5.41639 2.00432 5.28306 1.95232C5.14972 1.90032 5.00105 1.90432 4.8707 1.96341C3.53608 2.55256 2.37688 3.47748 1.50612 4.64799C1.35311 4.87607 1.39918 5.18317 1.61237 5.35632C1.70408 5.42575 1.81609 5.46309 1.93112 5.46257C2.09233 5.47119 2.24872 5.40603 2.35612 5.28549Z' fill='%23B6B6B6' /%3E%3C/svg%3E");
}
#reservationForm #rr_guests {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.25 15.75V14.25C2.25 13.4544 2.56607 12.6913 3.12868 12.1287C3.69129 11.5661 4.45435 11.25 5.25 11.25H8.25C9.04565 11.25 9.80871 11.5661 10.3713 12.1287C10.9339 12.6913 11.25 13.4544 11.25 14.25V15.75M12 2.3475C12.6453 2.51273 13.2173 2.88803 13.6257 3.41424C14.0342 3.94044 14.2559 4.58763 14.2559 5.25375C14.2559 5.91988 14.0342 6.56706 13.6257 7.09327C13.2173 7.61948 12.6453 7.99478 12 8.16M15.75 15.75V14.25C15.7462 13.5879 15.5234 12.9456 15.1165 12.4233C14.7095 11.901 14.1411 11.528 13.5 11.3625M3.75 5.25C3.75 6.04565 4.06607 6.80871 4.62868 7.37132C5.19129 7.93393 5.95435 8.25 6.75 8.25C7.54565 8.25 8.30871 7.93393 8.87132 7.37132C9.43393 6.80871 9.75 6.04565 9.75 5.25C9.75 4.45435 9.43393 3.69129 8.87132 3.12868C8.30871 2.56607 7.54565 2.25 6.75 2.25C5.95435 2.25 5.19129 2.56607 4.62868 3.12868C4.06607 3.69129 3.75 4.45435 3.75 5.25Z' stroke='%23B6B6B6' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
}
#reservationForm .iti__country-container {
    padding-bottom: 7px;
}
#reservationForm #submitReservation {
    margin-top: 10px !important;
    cursor: pointer;
}



.reservation-style2 .reservation-section:not(.light-theme) .row {
    align-items: start;
}
.reservation-style2 .reservation-section:not(.light-theme) .reservation-section-title {
    color: var(--color-1);
    margin-top: 0;
    margin-right: -40px;
    line-height: 1.1;
}
@media (min-width: 1201px) {
    .reservation-style2 .reservation-section:not(.light-theme) .reservation-section-title {
        font-size: 62px;
    }
}
.reservation-style2 .reservation-section:not(.light-theme) .reservation-section-content p {
    color: #fff;
}
.reservation-style2 .reservation-section:not(.light-theme) .reservation-dates-select.select-dates-button {
    max-width: 392px;
    color: #fff;
}
.reservation-style2 .reservation-section:not(.light-theme) .reservation-dates-select.select-dates-button svg>* {
    stroke: #fff;
}

.page .reservation-section:not(.light-theme) .reservation-dates-group input {
    color: #fff;
}
.reservation-style2 .reservation-section:not(.light-theme) .reservation-canvas-wrap {
    padding: 8px;
    border: 1px solid #C49870;
}

.tab-content-item:not(.active) {
    display: none;
}
.reserv-page-btn .qodef-button.qodef-html--link.active {
    border-color: #F5CB86;
    pointer-events: none;
}


.page-id-13298 #reservationModalContent {
    background: var(--color-2);
}
.page-id-13298 #reservationFormModal input, .page-id-13298 #reservationFormModal select, .page-id-13298 #reservationFormModal input[type=time] {
    color: #fff;
}
.page-id-13298 select option {
    background: var(--color-2);
}