/*
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";
*/

.res-text { font-size: 16px; } /*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; }

@media screen and (min-width: 850px){ .row-large>.flickity-viewport>.flickity-slider>.col, .row-large>.col { padding-bottom: 0; } }/*Rimuove padding sotto alle colonne in desktop */ 
.nav>li>a, .nav-dropdown>li>a, .nav-column>li>a, .nav-vertical-fly-out>li>a { color: #2d343f }
.nav-dropdown { min-width: 320px; }
.stuck .header-main .nav > li > a { color: var(--darkgrey); }
.col { padding-bottom: 0px; } 

.nav a { font-size: 18px; }

.alt-font {/*font-family: "FuturaStd-Medium", sans-serif; */}
.absolute-footer, #comments { display: none; }
/*.grecaptcha-badge { visibility: hidden;}*/

/*.header-main .nav > li > a { font-weight: 500; }
.header-nav > li > a { font-weight: normal !important; }*/



.header-main .nav-left { justify-content: flex-end !important; }
.header-main .nav-right { justify-content: flex-start !important; }

.h1,h1,.banner h1{ font-size: 54px; line-height: 1.1; }
.h2,h2,.banner h2{ font-size: 42px; line-height: 1.0; }
.h3,h3,.banner h3{ font-size: 35px; line-height: 1.1;}
.h4,h4,.banner h4{ font-size: 28px; line-height: 1.2;}
.h5,h5,.banner h5{ font-size: 22px; line-height: 1.2; margin-bottom: 0; margin-top: 0; }
.h6,h6,.banner h6{ font-size: 20px; line-height: 1.2; }

p.lead, a.lead { font-size: 21px; line-height: 1.3; font-weight: 400; }

body .dark h1, 
body .dark h2, 
body .dark h3,
body .dark h4,
body .dark h5,
body .dark h6 { color: #fff; }
.res-text { font-size: 15px !important; }

/*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; }
/**************/

.box-text { line-height: 1.3; }
.margin-none { margin: 0 !important }
.message-to .wpcf7-select { background: #e6eaff; }

.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); }

.portfolio-inner { text-align: center; }
.portfolio-inner img { width: auto; }
.portfolio-related { display: none; }

.banner-video .button { border-radius: 99px; }


@media screen and (min-width: 850px) {
	/*.large-3 .res-text {font-size: 16px; }*/
}

@media (min-width: 991px){ /*Solo Desktop*/

    .section { overflow-x: clip; } /*Inserito per fix colonne con overlay che sbordano*/

    .transparent .header-main { margin-top: -100px; }

}

@media (max-width: 990px){
  body .is-sticky-section { position: relative !important; } 
  body .sticky-section-helper { display: none; }
  body .sticky-section { height: auto !important; }
}

@media only screen and (max-width: 849px) { /*Tablet e Mobile*/
	
}

@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{ font-size: 34px; line-height: 1.2; }
	.h2,h2,.banner h2{ font-size: 32px; line-height: 1.2; }
	.h3,h3,.banner h3{ font-size: 28px; line-height: 1.2; }
	.h4,h4,.banner h4{ font-size: 24px; line-height: 1.2; }
	.h5,h5,.banner h5{ font-size: 22px; line-height: 1.2; }
	.h6,h6,.banner h6{ font-size: 18px; line-height: 1.2; }

	p.lead, a.lead { font-size: 19px; line-height: 1.3; }
}

@media only screen and (max-width: 1200px) {
    #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; }
}

