/*
 Theme Name: GeneratePress Child
 Theme URI: https://neednavigator.com
 Description: Child theme for GeneratePress
 Author: Need Navigator
 Template: generatepress
 Version: 1.0
*/

/* Add custom CSS below */

/* Hero Title Responsive Fix */
/* ===== Header Mobile Fix ===== */

@media (max-width: 768px) {

    .inside-header {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .main-title {
        font-size: 20px;
        line-height: 1.2;
        margin-bottom: 4px;
    }

    .main-title a {
        display: block;
    }

    .site-description {
        font-size: 12px;
        line-height: 1.3;
    }

    /* Keep logo from dominating */
    .site-logo img {
        max-width: 48px;
        height: auto;
    }

}

/* Extra small devices */

@media (max-width: 480px) {

    .main-title {
        font-size: 18px;
    }

    .site-description {
        font-size: 11px;
    }

}