/*
Theme Name: Klippe Child
Theme URI: http://klippe.mikado-themes.com
Description: A child theme of Klippe Theme
Author: Mikado Themes
Author URI: http://themeforest.net/user/mikado-themes
Version: 1.0.0
Text Domain: klippe
Template: klippe
*/

.mkdf-page-header .mkdf-menu-area .widget .header-phone-link {
    color: #050505;
    font-size: 24px;
}

@media only screen and (max-width: 480px) {
    .mkdf-mobile-header .widget.widget_text {
        display: block !important;
        /* margin-top: 100 !important; */
    }

    .mkdf-container-inner,
    .mkdf-grid,
    .mkdf-row-grid-section {
        width: 360px !important;
    }
    .mkdf-page-subtitle {
        transform: scale(1) !important;
        padding-left: 20px !important;
    }
}

@media only screen and (min-width: 480px) and (max-width: 1025px) {
    .mkdf-mobile-header .widget.widget_text {
        display: block !important;
    }

    .mkdf-container-inner,
    .mkdf-grid,
    .mkdf-row-grid-section {
        max-width: 900px !important;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1200px) {
    .mkdf-page-header .mkdf-menu-area .widget .header-phone-link {
        font-size: 14px !important;
    }

    .mkdf-page-header .mkdf-grid {
        height: 100%;
        width: 1100px;
    }
}
