/*
Theme Name: Manifesto Child
Theme URI: https://manifesto.clapat-themes.com/
Description: Responsive Wordpress Theme
Template: manifesto
Version: 1.0
Author: You
Author URI: https://your site
License: Themeforest
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: manifesto-child
*/


/*------------------------------------------------------------------

Add here your own styles
-------------------------------------------------------------------*/

#logo img{
    max-width: 100px;
}
#hero #hero-caption{
    display: none;
}
#hero.has-image #hero-caption{
    display: table;
}
#slider-services > div{
    width: 100%;
}
.fullscreen-menu .flexnav li:first-child a{
    font-size: 15px;
}
@media (min-width:960px) {
    #logo img{
        max-width: 150px;
    }
}