/*
Theme Name: Total Child Theme
Theme URI: https://your-site.com
Description: Your site description. Go to Appearance > Editor to modify this file.
Author: Your Name
Author URI: https://your-site.com
Template: Total
Version: 1.0
*/

@media screen and (max-width: 767px){
	div#mobile-menu:before {
		content: "MENU";
		vertical-align: top;
		margin-right: 5px;
		font-size: 12px;
		font-weight: 600;
	}
	.cky-consent-container .cky-consent-bar {
		padding: 20px 0px 80px !important;
	}
	.riga-blocchi-home:nth-child(odd) {
		display: inline-flex;
		flex-direction: column-reverse;
	}
	.no-padding-mobile .vc_column-inner {
		padding: 0;
		margin-bottom: 0px !important;
	}
}
.navbar-style-one .dropdown-menu>li.menu-item>a {
    padding: 0px !important;
}
.titolo-box-fotogallery-home{
	box-shadow: 1px 1px 20px 0px #ddd;
    padding: 15px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}
.nr-col{
	padding: 0 !important;
}

figure.gallery-item.nr-col {
    margin-bottom: 0px !important;
}

.whatsapp-button{
	display: block;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	width: 50px;
}
@media screen and (max-width:767px){
.no-titolo-mobile{
	display: none !important;
}

.fancybox-navigation .fancybox-button{
	height: 90px !important;
	width: 60px !important;
}
}


/*form contatti*/
.select-form select {
    width: 100% !important;
}
.gform_wrapper .field_description_below .gfield_description {
    padding-top: 0px !important;
    font-weight: 700 !important;
    font-size: 13px !important;
}
.gform_footer.top_label {
    text-align: center;
}
.gform_wrapper .top_label .gfield_label{
	font-weight: 700 !important;
}
input, textarea, select {
    border-radius: 0px !important;
    border-color: #c7c7c7 !important;
}
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input {
    margin-top: 0px !important;
}	
input#gform_submit_button_1 {
    width: 50%;
    border-radius: 0;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
}
@media screen and (max-width:767px){
	input#gform_submit_button_1 {
		width: 100%;
	}
}
@media screen and (min-width:642px){
li#field_1_3 {
    width: 50%;
    display: inline-block;
}
input#input_1_3 {
    width: 100%;
}
li#field_1_2 {
    width: 50%;
	display: inline-block;
}
input#input_1_2 {
    width: 100%;
}
}

/*galleria mobile*/
@media screen and (max-width:767px){
	figure.gallery-item.nr-col{
		width: 100% !important;
	}
}
@media screen and (min-width:768px) and (max-width:1099px){
	figure.gallery-item.nr-col{
		width: 50% !important;
	}
}

.vcex-image-grid-wrap img{
	width: 250px;
}























