/*
Theme Name: Startit Child
Theme URI: https://startit.qodeinteractive.com/
Description: A child theme of Startit Theme
Author: Select Themes
Author URI: http://themeforest.net/user/select-themes
Version: 2.0.1
Text Domain: startit
Template: startit
*/

.kbit-responsive-bg-image {
    animation-name: inherit !important;
    background-attachment: fixed !important;
    background-color: #EEEEEE !important;
}

@media (min-width: 480px) {
    .kbit-responsive-bg-image {
        max-height: 240px !important;
    }
}

@media (min-width: 768px) {
    .kbit-responsive-bg-image {
        max-height: 320px !important;
    }
}

@media (min-width: 992px) {
    .kbit-responsive-bg-image {
        max-height: 600px !important;
    }
}

.qodef-menu-area {
    padding: 7px 0 !important;
}
