/* 
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 */


.menu-section .menu-title {
	font-family: Georgia;
    font-size: 20px;
    font-weight: 400;
    line-height: 48px;
    color: #c62828;
	border-bottom: 1px solid #c628281a;
	margin-bottom: 16px;
}

.menu-section .menu-title span {
	font-family: Manrope;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
	font-style: italic;
    color: #71717a;	
}
.menu-item {
	display: flex;
    justify-content: space-between;
}

.menu-item h5 {
	font-family: Georgia;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #e9c176;
}
.menu-item span {
	font-family: Georgia;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #d7c0d4;
}

.menu-item p {
	font-family: Manrope;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #71717a;
}

.drinks-menu .menu-item h5 {
	margin-bottom: 0px;
}



.custom-enquiry-form {
    background: #131313;
    border-radius: 8px;
    border-color: #5241411a;
    border-top-width: 1px;
}

.custom-enquiry-form .form-row {
    display: flex;
    gap: 32px;
    margin-bottom: 16px;
}

.custom-enquiry-form .form-group {
    width: 100%;
}

.custom-enquiry-form input,
.custom-enquiry-form textarea {
    width: 100%;
    padding: 0 0 18px;
    box-shadow: none;
    font-size: 14px !important;
    line-height: 1.25rem !important;
    font-family: Manrope !important;
    letter-spacing: 0.1em !important;
    background-color: transparent !important;
    border: 0;
    border-bottom: 1px solid #27272a;
}

.custom-enquiry-form textarea {
    height: 80px;
    resize: none;
	color: #fff;
}

.custom-enquiry-form input::placeholder,
.custom-enquiry-form textarea::placeholder {
    letter-spacing: 1px;
	color: #e5e2e1 !important;
}
input::placeholder,
textarea::placeholder {
    color: #e5e2e1 !important;
}

.custom-enquiry-form input[type="date"] {
    color: #fff;
}

.custom-enquiry-form input:focus,
.custom-enquiry-form textarea:focus {
    outline: none;
    border-color: #ff2e2e;
}

.custom-enquiry-form .submit-btn {
    margin-top: 16px;
}

.custom-enquiry-form input[type="submit"] {
    width: 100%;
    border: 1px solid #ff2e2e;
    background: transparent;
    color: #ff2e2e;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.3s ease;
    font-family: Georgia !important;
    font-weight: 700;
    font-size: 12px !important;
    line-height: 16px !important;
    padding: 16px 20px;
}

.custom-enquiry-form input[type="submit"]:hover {
    background: #ff2e2e !important;
    color: #fff;
}

.map_div {
	height: 450px;
	border-radius: 8px;
}

.map_div iframe{
	border-radius: 8px;
}

@media (max-width: 767px) {
    .custom-enquiry-form {
        padding: 30px 20px;
    }

    .custom-enquiry-form .form-row {
        flex-direction: column;
        gap: 30px;
        margin-bottom: 30px;
    }
}