/*
 Theme Name:   Qwery Child Theme
 Author:       dpsonline*
 Author URI:   https://www.dpsonline.it
 Template:     Qwery
 Version:      1.3
 Text Domain:  qwery
*/


/* =Child-Theme customization starts here
------------------------------------------------------------ */



/*bottone Contact Form*/
.wpcf7 .wpcf7-submit-style .submit-style-in {
    background-color: #6ab033;
}
input[type="submit"] {
    border-color: #6ab033;
}
input[type="submit"]:hover, input[type="submit"]:focus {
    border-color: #6ab033;
}
.wpcf7 .wpcf7-submit-style:active .wpcf7-submit + .submit-style-in, .wpcf7 .wpcf7-submit-style:focus .wpcf7-submit + .submit-style-in, .wpcf7 .wpcf7-submit-style:hover .wpcf7-submit + .submit-style-in {
    border-color: #509817;
    background-color: #509817;
}


/*FAQ scheda interna*/
.FAQ-scheda .elementor-toggle .elementor-tab-title {
    border-bottom: 1px solid #222733;
}

/*ul*/
ul {
    margin-top: 10px;
    margin-bottom: 0;
}
.mailster-block-form .mailster-group .mailster-label {
	padding-left: 1.8em;
	padding-right: 0;
}

/*paginazione archivio*/
a.page-numbers {
    padding: 12px 18px 12px 18px;
    border: 1px solid #e2e2e2;
    border-radius: 100%;
    line-height: 52px;
    text-align: center;
    line-height: 49px;
}
span.page-numbers.current {
    color: #fff!important;
    background-color: var(--theme-color-text_dark);
    border-color: var(--theme-color-text_dark);
    padding: 12px 18px 12px 18px;
    border-radius: 100%;
    line-height: 52px;
    text-align: center;
    line-height: 49px;
}

/*NL footer*/
.mailster-block-form .mailster-wrapper-required.mailster-wrapper-asterisk label.mailster-label:after {
    color: #fff;
}

/*404*/
.post_item_404 .post_content .all-svg .svg-1 {
    display: none;
}
.post_item_404 .post_content .all-svg .svg-3 {
    display: none;
}


/*RESPONSIVE*/
@media all and (min-width: 737px) and (max-width: 1301px) {
	.sc_layouts_menu_dir_horizontal .sc_layouts_menu_nav>li>a {
            padding: 0.4em!important;
        }
}
.price {
	text-wrap: nowrap;
}
/*** Ricerca & Risultati ***/

.overlay {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	background: rgba(255,255,255,0.8) url("loading.gif") center no-repeat;
	border-radius: 40px;
}
.overlay-site {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 999;
	background: rgba(255,255,255,0.8) url("loading.gif") center no-repeat;
}
.filtro_pricemax,
.filtro_pricemin {
	padding-left: 40px;
}
/* Turn off scrollbar when body element has the loading class */
#smform.loading{
	overflow: hidden;   
}
/* Make spinner image visible when body element has the loading class */
#smform.loading .overlay{
	display: block;
}

.column_search {
    margin: 0 10px;
    width: 100%;
	/*flex: 1;*/
    width: 250px;
    flex-grow: 1;
}
.column_search select.wpcf7-form-control.wpcf7-select {
    width: 100%;
}
.column_search select {
    font-size: 20px;
	color: color: var(--theme-color-text_dark);
	border-color: color: var(--theme-color-text_dark);
	background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHhtbG5zOnhsaW5rPSdodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rJyB4PScwcHgnIHk9JzBweCcgd2lkdGg9JzEwLjhweCcgaGVpZ2h0PSc2LjJweCcgdmlld0JveD0nMCAwIDEwLjggNi4yJyBzdHlsZT0nZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxMC44IDYuMjsnIHhtbDpzcGFjZT0ncHJlc2VydmUnPjxwYXRoIHN0eWxlPSdmaWxsOiAjRkZGRkZGJyBkPSdNMTAuNiwwLjNjMC4zLDAuMywwLjMsMC43LDAsMUw1LjksNS45QzUuOCw2LjEsNS42LDYuMiw1LjQsNi4yQzUuMiw2LjIsNSw2LjEsNC45LDUuOUwwLjIsMS4zIGMtMC4zLTAuMy0wLjMtMC43LDAtMWMwLjMtMC4zLDAuNy0wLjMsMSwwbDQuMiw0LjFsNC4yLTQuMUM5LjktMC4xLDEwLjItMC4xLDEwLjYsMC4zeicvPjwvc3ZnPg==);
	background-position: calc(100% - 5px) center;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 5px;
}
.column_search.submit,
.column_search.reset {
	padding: 0;
    /*margin-left: auto;*/
    width: auto;
	flex: 0.5;
}
form#smform {
    /*margin: 0 -10px;*/
	padding: 24px 16px;
	-ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
	background-color: #FFF;
    border-radius: 40px;
    margin-bottom: 0;
}
.column_search select option {
	font-size: 17px;
}
.column_search select option:disabled {
	color: #ababab;
}
.pricemin .select_container:before {
	content: "Min. ";
	top: 7px;
	left: 0;
	color: var(--theme-color-text_dark);
} 
.pricemax .select_container:before {
	content: "Max. ";
	top: 7px;
	left: 0;
	color: var(--theme-color-text_dark);
} 
@media only screen and (max-width: 1200px) {
    .column_search {
        width: 30%;
    }
}
@media only screen and (max-width: 800px) {
    .column_search {
        width: 100%;
    }
}
