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


.footerInfo {
    color: #fff;
    font-size: 15px;
}

.piantiniTxt {
    text-align: justify;
    color: #000;
    font-size: 17px;
}


.piantiniContact a{
    color: #000!important;
}

@media only screen and (max-width: 48em) {
    
/*************** ADD MOBILE ONLY CSS HERE  ***************/
    
    .page-wrapper {
        padding-top: 0px!important;
    }
    
    .header-main {
        height: 105px!important;
    }
    
    div#main-menu a {
        padding: 0px!important;
        color: #000!important;
    }
    
    div#main-menu .current-menu-item a{
        text-decoration: underline!important;
    }
    
    .vc_empty_space{
        display:none;
    }
    
    #logo img {
        max-height: 100px!important;
    }
    
    .piantiniContact {
        margin-top: 30px!important;
    }
    
    .page-wrapper {
        padding-top: 0px!important;
        padding-bottom: 0px!important;
    }

}