/*
Theme Name: Fuego Child
Theme URI: http://fuego.mikado-themes.com
Description: A child theme of Fuego Theme
Author: Mikado Themes
Author URI: http://themeforest.net/user/mikado-themes
Version: 1.0.0
Text Domain: fuego
Template: fuego
*/
body.home {
    position: relative;
}
.home-header-image-loop {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 1000;
    overflow: hidden;
}
.home-header-image-loop  .home-header-image-wrapper {
    width: 100%;
    height: 100%;
}
.home-header-image-loop .home-header-image-wrapper .home-header-image{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mkd-content {
    background-color: #0000 !important;
}
.mkd-mobile-nav {
    z-index: 99999 !important;
    position: relative !important;
    height: fit-content !important;
}
body.home header.mkd-mobile-header, body.home header.mkd-page-header {
    display: none !important;
}
@media only screen and (max-height: 560px) {
    body.home  #overlay1 > .wpb_column{
        margin-bottom: 100px;
    }
}
@media only screen and (min-width: 768px) {
    header.mkd-page-header {
        display: inline-block !important;
    }
    header.mkd-mobile-header {
        display: none !important;
    }
}
@media only screen and (max-width: 767px) {
    header.mkd-mobile-header {
        display: block !important;
    }
    header.mkd-page-header {
        display: none !important;
    }
}
