/*
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.   ***************/

h1, h2, h3, h4, h5, h6 {
    clear: both !important;
    margin: 0 0 18px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.175em !important;
    line-height: 1.2 !important;
}



.title {
    font-weight: 700 !important;
    font-size: 50px !important;
}
.mini-title {
    font-size: 20px;
}
.text-black { color: #313131 !important; }
.text-white { color: #fff !important; }
.text-yellow { color: #E5BD56 !important; }

.header-main .nav > li > a {
    line-height: 16px !important;
    margin-left: 30px !important;
    font-weight: normal !important;
    font-size: 16px !important;
}

.header-button-1 {
    margin-left: 50px !important;
}

.custom-menu-giallo-button a{
    background: #e5bd56 !important;
    color: #fff !important;
    border-radius: 30px !important;
    padding: 10px 20px !important;
	line-height: 16px !important;
}




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

.title {
    font-weight: 700 !important;
    font-size: 28px !important;
}
	
	
}