/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.mbot-zero, .mbot-zero > h1{margin-bottom:0}
.pbot-zero{padding-bottom:0}
.poppins{font-family:Poppins, sans-serif}
.pre-titolo > p{margin-bottom:10px}
.titolo > p{font-family:Poppins, sans-serif;margin-bottom:15px;font-size:5rem;line-height:1}
.post-titolo > p{font-size:1.5rem;}
.nav-small.nav>li.html_topbar_left{font-size:1.3em}
.header-social-icons .social-icons{font-size:1.5em}

.fascia-modulo-prodotti{background: #c6c7c9;    padding: 50px;margin:30px auto}
.modulo-due-colonne{display:flex;flex-wrap:wrap;justify-content:space-between;}
.modulo-due-colonne .un_mezzo{display:flex;width:49%}
.modulo-due-colonne .full{display:flex;width:100%}
.modulo-due-colonne span{width:100%}

.video-wrapper {    position: relative;    width: 100%;    padding-top: 56.25%; }
.video-wrapper video, .video-wrapper iframe {    position: absolute;    top: 0;    left: 0;    width: 100%;    height: 100%;}
@media all and (max-width: 768px){
	.modulo-due-colonne .un_mezzo{width:100%}
	.fascia-modulo-prodotti{ padding: 20px;}
	.titolo > p{font-size:2.5rem}
	.post-titolo > p {    font-size: 1.2rem;    line-height: 1;}
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	#masthead #logo img{max-height:30px}


}