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

/*************** ADD CUSTOM CSS HERE.   ***************/
.entry-meta.uppercase.is-xsmall {
    display: none;
}

.wpcf7 span.wpcf7-list-item {
    margin-left: 0;
    margin-right: 0px;
}


.wpcf7 .wpcf7-form-control-wrap {
    display: contents;
}

h3.h3-home {
    font-size: 55px;
    line-height: 55px;
}

.prodotti-page{
    font-size: 2.35em;
}

.home-servizi, .home-storia, .home-prodotti {
    font-size:30px !important;
}

.home-servizi-txt, .home-storia-txt,.home-prodotti-txt   {
    font-size:18px !important;
    line-height: 20px !important;
}

h3.h1-servizi {
    font-size: 55px;
}

h2.h2-servizi {
    font-size: 42px;
}

.tradizione {
line-height: 55px;
font-size: 55px;
}


.page-id-2 .box-text.text-center.dark{
    background-color: rgb(0, 0, 0) !important;
    padding: 20px 5% 20px 5% !important;
}

.page-id-2 .box-text.text-center.dark h1 {
    margin-top: -10px !important; 
}

.page-id-2 .box-text.text-center.dark {
    height: 200px !important;
}

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

h3.h3-home {
    font-size: 41px;
    line-height: 48px;
}

.tradizione {
    line-height: 32px;
    font-size: 32px !important;
}


}