/* 
Theme Name: Dimore del Borgo Antico
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: dimore
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 */

.logo_dimore {
    background-color: #ffffff;
    border-bottom-left-radius: 1000px;
    border-bottom-right-radius: 1000px;
}
.footer_left .e-con-inner {
    margin-left: 0;
}
.footer_right .e-con-inner {
    margin-right: 0;
}
@media (min-width: 1025px) {
	.related_properties .swiper-slide {
		max-width: 50%;
	}
}
@media(min-width: 768px) and (max-width: 1024px) {
	.related_properties .swiper-slide {
		max-width: 50%;
	}
}
@media (min-width: 768px) {
	.centered_slider .swiper-slide-active {
		transform: scale(0.9) !important;
	}
	.centered_slider .swiper-slide-next + .swiper-slide {
		transform: scale(0.9);
	}
}
ul.card_amenities_list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 16px;
	flex-wrap: wrap;
}
ul.card_amenities_list li {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #31727e;
    padding: 4px;
}

@media(min-width: 768px) and (max-width: 1024px) {
	ul.card_amenities_list {
		gap: 10px;
	}
}
ul.property_amenities_list {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
	gap: 10px;
}
ul.property_amenities_list li {
    display: flex;
    align-items: center;
    gap: 10px;
}
@media (max-width: 1025px) {
	ul.property_amenities_list {
		grid-template-columns: repeat(2, 1fr);
	}
	.hover_grow .elementor-heading-title a {
		min-height: 200px;
	}
}
.hover_grow > .elementor-element {
    transition: flex .6s ease;
    flex: 1;
}
.hover_grow > .elementor-element:hover {
    flex: 3 !important;
}
.hover_grow .elementor-widget-heading,
.hover_grow .elementor-heading-title {
    height: 100%;
}
.hover_grow .elementor-heading-title a {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: end;
	padding: 10px;
}
.mobile_menu nav.elementor-nav-menu__container {
    padding-top: 30px;
	min-height: calc(100vh - 65px);
}
.logo_dimore.elementor-widget-theme-site-logo:has( + .elementor-nav-menu--dropdown-mobile .elementor-menu-toggle.elementor-active) {
    box-shadow: 0 0 10px #00000026;
}

.property_price .elementor-heading-title span {
    font-family: 'Jost';
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    margin-left: 7px;
}


.octobook {
    border: 2px solid #dccfbf;
}
.octobook .octobooktitle {
    color: #000;
    background: #dccfbf;
	font-size: 24px;
	font-family: 'Merriweather';
	font-weight: 300 !important;
}
.octobooklayoutINLINE .octobooknetwork {
	flex: 1 0 100%;
}
.octobook .octobooksubmit > div > input {
    background: #dccfbf;
    border: 1px solid #dccfbf;
    color: #000;
}
.octobooklayoutINLINE > form {
	min-height: 80px;
	vertical-align: middle !important;
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-wrap: wrap;
	gap: 20px;
	padding-top: 15px !important;
    padding-bottom: 15px !important;
	overflow: hidden !important;
}

.octobooklayoutINLINE .octobooksubmit {
	display: flex !important;
	align-items: center;
}
.octobooklayoutINLINE .octobooksubmit input {
	height: auto !important;
}

@media(max-width: 767px) {
	.octobooklayoutINLINE > form {
		justify-content: space-around;
	}
	.octobooklayoutINLINE .octobookcheckin, .octobooklayoutINLINE .octobookcheckout {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(50% - 20px);
		display: flex !important;
		flex-direction: column;
		height: 100% !important;
	}
}

.octobooknetwork.Large > div > select,
.octobookpax.Large > div > select {
    font-size: 16px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    color: #000;
	background-color: #f4f4f4;
}
.octobookcheckin i, .octobookcheckout i {
    height: 20px !important;
}
.octobook table td.day {
    font-size: 18px !important;
    vertical-align: middle;
}

@media (max-width: 1025px) {
    .hover_grow .elementor-heading-title a {
        min-height: 150px !important;
    }
}