/*
Theme Name: Hub Child
Theme URI: http://hub.liquid-themes.com/
Author: Liquid Themes
Author URI: https://themeforest.net/user/liquidthemes
Template: hub
Description: Smart, Powerful and Unlimited Customizable WordPress Theme.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: hub-child
Tags: responsive, retina, rtl-language-support, blog, portfolio, custom-colors, live-editor
*/
/* pour la version mobile */
@media only screen and (max-width: 768px) {
    .lqd-fancy-menu.lqd-custom-menu.pos-abs.center.lqd-menu-td-none.lqd-sticky-menu.lqd-sticky-menu-default.lqd-custom-menu-mobile-collapsible.lqd-magnetic-items.lqd-custom-menu-expand-items.lqd-pin-is-stuck {
        top: 100px !important;
    }
}
@media only screen and (min-width: 769px) {
    .lqd-fancy-menu.lqd-custom-menu.pos-abs.center.lqd-menu-td-none.lqd-sticky-menu.lqd-sticky-menu-default.lqd-custom-menu-mobile-collapsible.lqd-magnetic-items.lqd-custom-menu-expand-items.lqd-pin-is-stuck {
        top: 126px !important;
    }
}


a:focus, input[type=checkbox]:focus, input[type=file]:focus, input[type=radio]:focus{
    outline: none !important;
}