/*
	Theme Name: Pws Essential Theme
	Description: Pws Essential Theme is a very lightweight and minimalist WordPress theme, to working only With Elementor and Elementor PRO Page Builder
	Author: Parrotto Web Solution
	Author URI: https://parrotto-websolution.it/
	Version: 3.0
	Requires at least: 6.0
	Tested up to: 6.7
	Requires PHP: 7.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: pwstheme
*/
html {line-height:1.15; -webkit-text-size-adjust:100%}
*, :after, :before {box-sizing:border-box }
body {margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
	font-size:1rem; font-weight:400; line-height:1.5;color:#333;background-color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
h1,h2,h3,h4,h5,h6 {margin-block-start:.5rem; margin-block-end:1rem; font-family:inherit; font-weight:500;line-height:1.2;color:inherit}
h1 {font-size:2.5rem}
h2 {font-size:2rem}
h3 {font-size:1.75rem}
h4 {font-size:1.5rem}
h5 {font-size:1.25rem}
h6 {font-size:1rem}
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{width: 100%;}
button, input, optgroup, select, textarea {font-family: inherit;font-size: 1rem;line-height: 1.5;margin: 0;  }
/*INSERIRE IL CODICE DA QUI*/

/*BOOKING FORM*/
#search_form{gap:5px}
#search_form select, #search_form input, #search_form button, .search-btn-m{border: none; border-radius: 10px;}

/*LOOP*/
.struttura {border-radius:15px}
.struttura .sommario .info {flex-basis: 33.33%!important; text-align: center;}
.infos .indirizzo, .infos .sommario, .infos .codice, .infos .prezzo_row, .infos .tipologia {color: var(--e-global-color-text)!important;}
.slick-initialized .slick-slide{overflow:hidden}

#results_map {border-radius:15px; overflow:hidden}

/*SINGLE IMMOBILE*/
#slider-filter button {border: 2px solid var( --e-global-color-primary) !important; background: var( --e-global-color-primary ) !important;  color: var( --e-global-color-b6d229d ) !important;}
.loan-calculator .top h3 {color: var( --e-global-color-primary!important);}

.immobile .prezzo {color: unset; font-weight:unset; font-size: unset; font-weight: unset; line-height: unset;}




@media screen and (min-width:1024px){
	#s_logo {display: none;}
	/*MANAGE STIKY BAR LOGO*/
	.scrolled #s_logo {display: block;}
	.scrolled #f_logo {display: none;}
}

@media screen and (max-width:1024px){
	/*MANAGE STIKY BAR LOGO*/
	#f_logo {display: none}
	#s_logo {display: block;}
}