/*
Theme Name: Minganti
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: 'DK Millefeuille';
    src: url('https://www.centrominganti.it/wp-content/uploads/fonts/DKMillefeuille-Regular.woff2') format('woff2'),
        url('https://www.centrominganti.it/wp-content/uploads/fonts/DKMillefeuille-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.alt-font {
	font-family: "DK Millefeuille", sans-serif !important;
	font-size: 2.2em;
}

/* EXPOspace */
ul.expo-menu li {
	margin-left: 0;
	margin-right: 30px;
}

.bg-azzurro {
	background-color: #d4eaf6;
}

/* NEWSLETTER MAILUP FORM */
#form-newsletter button {
	color: #FFFFFF;
	margin-top: 20px;
}


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


}