/* BODY STYLE START */

body {
	background-color: #121212!important;
}

/* BODY STYLE END */

.page-id-3488 {
	background-color: #121212;
}

.page-id-3488 .site-title {
	color: #9B8514!important;
}

.custom-logo {
	max-width: 10rem!important;
}

header {
	align-items: baseline!important;
	padding: 0 2rem!important;
	background-color: #000!important;
}

.amount, .menu-item > a {
	color: #9B8514!important;
	font-family: "Rosario";
}

.wpforms-submit {
	margin: auto;
}

.wpforms-field-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 40px;
}

.field1 {
    grid-column: 1 / span 2;
}

.field2 {
    grid-column: 1 / span 2;
}

.field3 {
    grid-column: 1 / span 2;
}

.field4 {
    grid-column: 1 / span 2;
}

.field5 {
    grid-column: 1 / span 2;
}

.field1, .field2, .field3, .field4 {
    grid-column: 1 / 2; /* Left column */
	padding: 15px 0 0 0!important;
}

.field5 {
    grid-column: 2 / 3; /* Right column */
    grid-row: 1 / span 4; /* Spans four rows */
}

.wpforms-submit-container {
	text-align: center;
	font-family: 'trocchi';
}

.wpforms-submit {
	margin-top: 1rem!important;
}

.wpforms-field {
	padding: 15px 0 0 0;
}

/* MENU STYLE */
#elementor-tab-content-1881,
#elementor-tab-content-1882,
#elementor-tab-content-1883 {
	border-left: none;
	border-right: none;
	border-bottom: none;
}

#elementor-tab-content-1881 p,
#elementor-tab-content-1882 p,
#elementor-tab-content-1883 p{
	display: flex;
	justify-content: center;
}

#elementor-tab-content-1881 p img,
#elementor-tab-content-1882 p img,
#elementor-tab-content-1883 p img {
	margin: 0;
	width: 80%;
}

.elementor-tabs {
	margin-top: 6rem;
}

.menu-menu-container {
	text-align: center;
}

.mobile-menu {
	display: none;
}

.reservation-btn::before {
 content: "" !important;
}

.reservation-btn a {
	border: double medium;
	padding: 5px !important;
	margin-left: 8px;
}

/* MENU STYLE END */


/* SHOP STYLE START */
.woocommerce-products-header {
	background: none!important;
}

.woocommerce-result-count {
	color: #9B8514;
}

.woocommerce-products-header > h1 {
	color: #FFFFFF;
}

.woocommerce-loop-product__title {
	color: #FFFFFF;
}

.woocommerce-loop-product__title:hover {
	color: #9B8514;
}
/* SHOP STYLE END */


/* FOOTER STYLE*/
.site-footer {
	text-align: center;
}

@media (max-width: 60rem) {
	#toggle-menu::before, #toggle-cart::before {
		border: 1px solid;
	}
	
	header {
			height: fit-content!important;
		padding: 1rem 0.5rem!important;
		display: flex !important;
		justify-content: center!important;
		align-items: center!important;
	}
	
	.custom-logo {
	width: 5rem!important;
}

.elementor-tabs {
	margin-top: 4rem;
}
	
	.web-menu	{
		display: none;
	}
	
	.mobile-menu {
		display: block;
	}
	
	.mobile-menu p {
		display: flex;
		flex-direction: column;
		align-items:center;
	}
	
	.wpforms-field-container {
    display: flex;
		flex-direction: column;
}
	.form-container > .elementor-widget-container {
		padding: 0!important;
	}	
	
}