/*
Theme Name: Minh Tien Coffee
Theme URI: http://minhtiencoffe.trabieu.com
Author: Freelancer
Author URI: http://minhtiencoffe.trabieu.com
Description: Giao diện Minh Tiến Coffee được chuyển đổi từ HTML tĩnh sang WordPress.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: minhtiencoffe
*/

/* Custom Overrides to fix WordPress conflicts and restore original styling */

/* Fix WordPress Admin Bar pushing the header down */
body.admin-bar #mt-header {
    top: 32px !important;
}
@media screen and (max-width: 782px) {
    body.admin-bar #mt-header {
        top: 46px !important;
    }
}

/* Fix Menu Item Header Sizing & Layout Conflicts */
#navbarToggler .navbar-nav > li > h2 {
    display: inline !important;
    font-size: 16px !important;
    font-weight: normal !important;
    line-height: 56px !important;
    margin: 0 !important;
    padding: 0 20px !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
}

#navbarToggler .navbar-nav > li > h2 > a {
    font-size: inherit !important;
    color: var(--main-light-color) !important;
    text-transform: inherit !important;
}

@media screen and (max-width: 1023px) {
    #navbarToggler .navbar-nav > li > h2 {
        display: block !important;
        font-size: 24px !important;
        line-height: 1.4 !important;
        padding: 0 !important;
        white-space: normal !important;
    }
    #navbarToggler .navbar-nav > li > h2 > a {
        color: var(--main-site-bakground) !important;
        font-size: 24px !important;
    }
}

/* Contact Form 7 Placeholder styling from original site */
form.wpcf7-form input[type=email]:placeholder-shown,
form.wpcf7-form input[type=text]:placeholder-shown,
form.wpcf7-form textarea:placeholder-shown {
    font-family: 'iCielProza', sans-serif;
}

