/*
 Theme Name:   NHR Alemtithal
 Theme URI:    https://nhr.com.sa
 Author:       Your Name
 Author URI:   https://nhr.com.sa
 Description:  Custom WordPress Theme for NHR Alemtithal, a cybersecurity service provider in Saudi Arabia.
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  nhr-theme
*/

/* Fix for WordPress Admin Bar Overlap on Fixed Header */
.admin-bar header.fixed {
    top: 32px !important;
}

@media screen and (max-width: 782px) {
    .admin-bar header.fixed {
        top: 46px !important;
    }
}