/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.dish-img .elementor-widget-image {
    aspect-ratio: 4 / 5;
}
.dish-img .elementor-widget-image img {
	height: 100%;
}
.home_contact_card .elementor-icon-box-icon {
	margin-top: 9px;
}

.custom-swiper-navigation {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    position: absolute;
    top: -110px;
    right: 50px;
    gap: 20px;
}

.custom-swiper-navigation .elementor-swiper-button{
    position: static !important;
    transform: none !important;
    margin: 0;
}

.custom-swiper-navigation svg{
    width: 20px;
    height: 20px;
    fill: #000;
}

.functions-gallery-item {
    aspect-ratio: 4 / 5;
}

.cf7-private-dining-form .cf7-row {
    display: flex;
    gap: 20px;
}

.cf7-private-dining-form .cf7-row .cf7-col {
    width: 48%;
}

.full-width .cf7-col {
    width: 100% !important;
}

.cf7-private-dining-form .cf7-row label {
    font-family: 'Space Grotesk', system-ui, sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 6px;
}

input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    border: 1px solid #e2e2e2;
    padding: 7px 14px;
    font-family: 'Riposte', 'Be Vietnam Pro', system-ui, sans-serif;
    font-size: 15px;
    background: #ffffff;
    transition: .2s;
}

[type=button], [type=submit], button {
    display: inline-block;
    width: 100%;
    background: #f4372e;
    color: #ffffff;
    padding: 16px 32px;
    font-family: 'Space Grotesk', system-ui, sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    transition: all .2s;
}

[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
    filter: brightness(1.1);
    transform: translateY(-1px);
    background: #f4372e;
}

input[type=date]:focus, input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus, select:focus, textarea:focus {
    border-color: #f4372e;
}

input[type=date]:focus-visible,
input[type=email]:focus-visible,
input[type=number]:focus-visible,
input[type=password]:focus-visible,
input[type=search]:focus-visible,
input[type=tel]:focus-visible,
input[type=text]:focus-visible,
input[type=url]:focus-visible,
select:focus-visible,
textarea:focus-visible {
    border-color: #f4372e;
    outline: none;
}

@media only screen and (max-width: 600px) {
    .custom-swiper-navigation {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-end;
        position: absolute;
        top: -90px;
        right: 50px;
        gap: 20px;
    }
}




