/*
Theme Name: Danone Theme
Template: twentytwenty
Theme URI: https://wordpress.org/themes/twentytwenty/
Author: Sheffield Media Group LLC
Author URI: https://sheffieldmediagroup.com/
Requires at least: 4.7
Requires PHP: 5.2.4
Description: 
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: homepage, full-width-template, rtl-language-support, theme-options, threaded-comments, translation-ready,  accessibility-ready
Text Domain: danone
*/
html.js {
    margin-top: 0!important;
}
@media (min-width: 769px) {
    .header-navigation-wrapper {
        margin-top: 2.5rem!important;
    }
}
@media (max-width: 768px) {
    article .entry-header {
        padding-top: 2rem!important;
    }
    .admin-bar .main-head {
        top: 0!important;
    }
    section.sec-grid {
        padding-top: 2rem;
    }
    .page.singular .page.hentry .entry-header {
        margin-bottom: 1rem!important;
    }
    .page.singular .page.hentry .entry-header-inner {
        padding-bottom: 1rem!important;
        height: 20rem!important;
    }
}

@media (max-width: 592px) {
    h1.entry-title {
        font-size: 3.6rem!important;
    }
    #site-content {
        padding-top: 80px!important;
    }
    .page.singular .page.hentry .entry-header {
        margin-bottom: 0rem!important;
    }
}

@media (max-width: 414px) {
    h1.entry-title {
        font-size: 2.8rem!important;
    }

    .sec-tagline {
        margin-top: -5px;
    }

    .page.singular .page.hentry .entry-header-inner {
        height: 18rem!important;
        padding: 5rem 3rem 1rem !important;
    }
}