/*
Theme Name: Curly Child
Theme URI: https://curly.qodeinteractive.com/
Description: A child theme of Curly Theme
Author: Mikado Themes
Author URI: https://qodeinteractive.com/
Version: 1.0.0
Text Domain: curly
Template: curly
*/


.mkdf-logo-wrapper{
    display: flex;
}

.mkdf-position-right-inner{
    display: none !important;
}

.hp-boxed .mkdf-banner-holder{
    height: 420px !important;
}

.loghi-home .owl-stage{
    display: flex;
    align-items: center;
    align-self: center;

}

.loghi-home .owl-stage img{
    max-width: 240px;
}


@media screen and (max-width: 1500px) {
    .mkdf-logo-wrapper{
        max-width: 280px;
    }
}

@media screen and  (max-width: 1250px) {
    .mkdf-logo-wrapper{
        max-width: 200px;
    }
}

@media screen and  (max-width: 1100px) {
    .mkdf-logo-wrapper{
        max-width: 160px;
    }
}


