<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
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.   ***************/
@font-face {
font-family: Archivo ExtraLight;
src: url(../flatsome-child/fonts/Archivo-ExtraLight.ttf);
font-weight: normal;
}

@font-face {
font-family: Archivo Medium;
src: url(../flatsome-child/fonts/Archivo-Medium.ttf);
font-weight: normal;
}

@font-face {
font-family: Archivo Regular;
src: url(../flatsome-child/fonts/Archivo-Regular.ttf);
font-weight: normal;
}

.titoletto {color: #11265F !important; text-transform: uppercase !important; font-size: 16px !important; font-weight: 600 !important;}
.big {font-size: 36px !important;}
.small {font-size: 14px !important;}
.blue {color: #11265F !important;}
.pink {color: #DE1F33 !important;}
.lead {font-family: 'Archivo Regular' !important; font-size: 21px !important; line-height: 33px !important;}
h1 {font-family: 'Archivo ExtraLight' !important; font-weight: 100 !important; font-size: 37px !important; line-height: 48px !important;}
h2 {font-family: 'Archivo Medium' !important; font-size: 36px !important; line-height:46px !important;}
h3 {font-family: 'Archivo Medium' !important; font-size: 16px !important; line-height:20px !important;}
h4 {font-family: 'Archivo Medium' !important; font-size: 16px !important; line-height:20px !important;}
h5 {font-weight: 500 !important;}
h6 {font-weight: 500 !important;}
.button span {
    font-family: 'Archivo' !important;
}

.titolo-medio {font-size: 26px !important;}

input[type=search] {
	
border-top-left-radius: 50px !important;
border-bottom-left-radius: 50px !important;
}

#custom-css input[type="text"] {
border-radius: 0px;
background-color: rgba(0, 0, 0, .03); 
border-color: rgba(0, 0, 0, .09);
}

#custom-css select, textarea{
border-radius: 0px;
background-color: rgba(0, 0, 0, .03); 
border-color: rgba(0, 0, 0, .09);
}

#custom-css input{
    margin-bottom: 0px !important;
}

#custom-css input:not([type="submit"]) {border-radius: 0px; background-color: rgba(0, 0, 0, .03); border-color: rgba(0, 0, 0, .09);}

#custom-css input[type="submit"] {margin-top: 20px !important; border-radius: 10px !important; background-color: #11265F !important; color: #fff !important; font-family: 'Archivo' !important;  margin-left: 5em !important;}

#custom-css .form-flat textarea {
    border-radius: 0px !important;
}

.bordi-tondi img {border-radius: 15px !important;}

/* Plugin Download Manager */
.wpdm-page-template .list-group {
	display: none !important;
}

/* Plugin CF7 */
.wpcf7-spinner {
	display: none !important;
}

/* Google ReCaptcha */
.grecaptcha-badge {
	display: none !important;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}</pre></body></html>