/*
Theme Name:  Listeo ChildTheme
Theme URI: http://listeo.pro
Author: Purethemes
Author URI: http://themeforest.net/user/purethemes
Description: Directory WordPress Theme by Purethemes
Version: 1.0
License: ThemeForest
License URI: http://themeforest.net/licenses
Text Domain: listeo
Domain Path: /languages/
Tags: light, responsive-layout, post-formats, theme-options, translation-ready, two-columns
Template:  listeo
*/


@media (max-width:1024px){
    .usrname {
        color: #000 !important;
        z-index: 0 !important;
    } 
}

.listing-item:before {
    content: unset !important;
}

.listing-item-content h3,
.blog-compact-item-content h3{
    font-size: 2.4rem !important;
}

/* esconde setas do tema */
.slider-controls-container{
    display: none;
}

@media(max-width: 768px) {
	.simple-slick-carousel .slick-slide {
		padding: 0;
		margin-right: 1.6rem;
	}
}

@media(min-width: 768px){
    .setas-mobile{
        display:none;
    }
}

@media(max-width: 767px){
    .setas-desktop{
        display:none;
    }
}


/* esconde setas do tema */
.simple-slick-carousel.slick-dotted.slick-slider.dots-nav {
	margin-bottom: 0 !important;
}

.carrossel-home .listing-item-container{
	margin-bottom: 0 !important;
}

/* calendar listeo modificação na calendario aparecendo só um no mobile */

@media (max-width: 960px){
	.drp-calendar.left{
		padding: 12px !important;
	}
	
	.daterangepicker .drp-calendar{
		max-width: 280px !important;
	}
	
	.drp-calendar.right{
		display: none !important;
	}
	
	.drp-buttons{
		display: flex !important;
		flex-direction: column !important;
		gap: 16px !important;
	}
	
	.cancelBtn{
		display: none !important;
	}
}

.listing-pricing-tag {
	color: #000000 !important;
	background: #00000012 !important;
}

.swal2-popup {
    font-size: 1.5rem !important; /* Aumente o valor conforme desejado */
}

/* footer adjusts */

.footer-new-bottom-inner {
	padding-inline: 0 !important;
}

#footer ul.menu li a:hover{
	color: #3D3935 !important;
}

/* hospedagens grid */

.listing-item-container{
	margin-bottom: 0; 
	height: auto !important;
}

#listeo-listings-container .col-lg-6:nth-child(n + 2){
	margin-top: 24px !important;
	height: 400px !important;
}

@media (max-width: 768px){
#listeo-listings-container .col-lg-6{
	margin-bottom: 32px !important;
	height: 300px !important;
	}
	#listeo-listings-container .col-lg-6:nth-child(n + 2){
	height: auto !important;
}
}