/**
* Theme Name: Folim Child
* Description: This is a child theme of Folim, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/vlthemes">VLThemes</a>
* Template: folim
* Version: 1.0.0
*/


/* suppression padding au dessus du menu pour rapprocher vers le haut */
.vlt-header__inner {
    padding-top: 5px !important;
	padding-bottom: 5px !important;
}

.vlt-footer--default .vlt-footer__menu i {
	opacity : 1 !important;
}

/* fond blanc pour le menu */
.vlt-header[data-is-sticky="1"].headroom--top {
    background-color: rgba(255,255,255,0.6) !important;
}