/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.10
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
/*
@import "fonts/fontawesome/css/solid.min.css";
@import "fonts/fontawesome/css/fontawesome.min.css";
@import "fonts/helvetica_neue/HelveticaNeueLTPro-MdCnO.css";
*/

:root {
	--dark-text-color: #FFF;
	--column-divider-color: #ececec2e;
}

.res-text { } /*Dimensione base del testo nei banner */

h1, h2, h3, h4, h5, h6, .heading-font, .off-canvas-center .nav-sidebar.nav-vertical > li > a {  }
pre, blockquote, form, figure, p, dl, ul, ol { margin-bottom: 0.6em; }/*Overwrite padding sotto a <p>*/ 
sup { vertical-align: top; }
ul { list-style: none; }
.col, .columns, .gallery-item { padding-bottom: 0px; } 

/*Rimuove padding sotto alle colonne in desktop */ 
/*@media screen and (min-width: 850px){ .row-large>.flickity-viewport>.flickity-slider>.col, .row-large>.col { padding-bottom: 0; } }*/
/************************************************/





/****** SD Utility Classes *****/
.nav-dropdown { min-width: 320px; } /*Dimensione del dropdown menu main*/
.img-radius {border-radius: 20px; overflow: hidden;} /*Aggiunge radius ad immagini */
.margin-none { margin: 0 !important }
strong { /*font-weight: 700*/ }
.blocco_loghi .ux-logo-link { padding: 0 !important; }
.blocco_loghi img { margin: 0 auto !important; width: 65px; height: auto !important; }
/************************************************/

div#top-bar .nav > li > a { color: #000; }


body .dark h1, 
body .dark h2, 
body .dark h3,
body .dark h4,
body .dark h5,
body .dark h6 { color: var(--dark-text-color); }


.h1,h1,.banner h1{ font-size: 1.7em; }
.h2,h2,.banner h2{ font-size: 1.6em;  }
.h3,h3,.banner h3{ font-size: 1.25em; }
.h4,h4,.banner h4{ font-size: 1.125em; }
.h5,h5,.banner h5{ font-size: 1em; }
.h6,h6,.banner h6{ font-size: .85em; }

p.lead, a.lead {  }


/***************FORM CONTATTI********************/
.block-form .col { padding: 0 15px 5px !important; }
.acceptance .wpcf7-form-control-wrap { display: inline !important; }
.wpcf7 span.wpcf7-list-item { margin-right: 0; }
label.acceptance input { margin-bottom: 0; }
/************************************************/

/******** MIGLIORAMENTI A FLATSOME **************/
.row-divided > .col + .col:not(.large-12) { border-left-color: var(--column-divider-color); }
.row-box-shadow-5 .col-inner, .row-box-shadow-5-hover .col-inner:hover, .box-shadow-5, .box-shadow-5-hover:hover {
  -webkit-box-shadow: 0px 30px 40px 0px rgba(205,205,205,.2);
  box-shadow: 0px 30px 40px 0px rgba(205,205,205,.2); 
}

/***** MIGLIORAMENTI A FLATSOME WOOCOMMERCE *****/
.dashboard-links li {width: 33.333%; margin-left: 0!important;}
.woocommerce-columns--2 .woocommerce-column {min-width: 50%;}
address {font-style: normal; line-height: 1.3;}
/************************************************/

.header-language-dropdown li a { padding: 10px 0 !important; color: #555 !important; margin-top: 0 }

@media screen and (min-width: 850px) {/*Solo Desktop*/
	.section { overflow-x: clip; } /*Inserito per fix colonne con overlay che sbordano*/
	
}


@media only screen and (max-width: 849px) { /*Tablet e Mobile*/
	body .is-sticky-section { position: relative !important; } 
	body .sticky-section-helper { display: none; }	
	body .sticky-section { height: auto !important; }
}

@media (min-width: 550px){
	.medium-1 .res-text, .medium-2 .res-text, .medium-3 .res-text, .medium-4 .res-text, .medium-5 .res-text, .medium-6 .res-text, .medium-7 .res-text {font-size: 16px; }
}

@media only screen and (max-width: 549px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.menu-item a {/* font-size: 17px !important; color: #111 !important;*/}
	.mobile-center * { text-align:center; }

	.h1,h1,.banner h1{  }
	.h2,h2,.banner h2{  }
	.h3,h3,.banner h3{  }
	.h4,h4,.banner h4{  }
	.h5,h5,.banner h5{  }
	.h6,h6,.banner h6{  }

	p.lead, a.lead {  }
}

/******** BRACKPOINT HEADER **************/
@media only screen and (min-width: 1200px) {
	.header-main .logo-left .nav-left { justify-content: flex-end !important; right: 20px; }
	.header-main .logo-left .nav-right { justify-content: end !important; }

	.header-main.show-logo-center .nav-left { justify-content: flex-end !important; }
	.header-main.show-logo-center .nav-right { justify-content: flex-start !important; }
}

@media only screen and (max-width: 1199px) {
    #header .hide-for-medium .header-nav { display: none; }
    #header #top-bar .hide-for-medium{ display: none; }
    #header .show-for-medium, #header .show-for-medium .mobile-nav { display: flex !important; }
}
/******** BRACKPOINT HEADER **************/

