/*
 * Theme Name:		GWT-Wordpress 26.0.0 - Latest
 * Theme URI:		https://i.gov.ph
 * Description:		Custom WordPress theme based on the draft Unified Web Content Policy 
 *					prepared by the PCDSPO, DOST-ASTI, and DOST-ICTO. Theme is built on 
 *					HTML5 responsive WordPress framework based on ZURB's Foundation.
 *                  Updated by NGP and GOSD-GWHS
 * Version:			26.0.0
 * Author:			iGovPhil
 * Author URI:		https://i.gov.ph
 * License:			MIT License
 * License URI:		https://www.opensource.org/licenses/mit-license.php
 * Tags: 			theme-options, rtl-language-support, featured-images, editor-style, custom-menu, 
 *					responsive-layout, right-sidebar, left-sidebar, one-column, two-columns, three-columns
 */

/** Your style here **/
/* Header background */
header.container-masthead {
    background-color: #04508c !important;
}

/* Philippine Standard Time text */
header.container-masthead,
header.container-masthead span,
header.container-masthead div,
header.container-masthead p {
    color: #ffffff !important;
}

/* Prevent hidden/overwritten time text */
header.container-masthead .pst-time,
header.container-masthead .date-time {
    color: #ffffff !important;
    background: transparent !important; /* remove any white bg */
}

/* Hide the accessibility dropdown (magnifier button + submenu) */
#magnifier-button,
#magnifier-button + .submenu,
li.is-dropdown-submenu-parent > #magnifier-button {
    display: none !important;
}

/* Reduce spacing between menu items */
ul.dropdown.menu > li {
    margin: 0 2px !important;   /* horizontal spacing between items */
    padding: 0 !important;      /* remove extra padding if any */
}

#main-nav li:not(.has-form) a:not(.button), #main-nav li.active:not(.has-form) a:not(.button), #aux-main li:not(.has-form) a:not(.button), #aux-main li.active:not(.has-form) a:not(.button) {
    font-size: 0.82rem !important;
}
