/*
 * Theme Name:		GWT-Wordpress 25.3
 * Theme URI:		http://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.
 * Version:			25.3
 * Author:			iGovPhil
 * Author URI:		http://i.gov.ph
 * License:			MIT License
 * License URI:		http://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 **/
#main-nav {
		background-color: #f7f7f7;
		position: fixed;
		z-index: 4;
		width: 100%;
		box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
	}
	#main-nav .name a {
		font-size: 1.19rem !important;
		font-family: 'Arial',sans-serif !important;
	}
	#auxiliary { 
		background-color: #f7f7f7;
		border-bottom: 1px solid #f7f7f7;
	}
	#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.85rem;
		color: #000;
		font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
		padding: 0px 15px;
		line-height: 58px;
		white-space: nowrap;
	}
	.top-bar-left > ul > li,
	.top-bar-right > ul > li,
	#aux-main > ul > li {
		border-right: 1px solid #EBEBEB;
	}
	#main-nav .has-dropdown > a,
	#aux-main .has-dropdown > a {
		padding-right: 35px !important;
	}
	#main-nav li.current-menu-item:not(.has-form)
	#aux-main li.current-menu-item:not(.has-form) {
		background: #E4E4E4 none repeat scroll 0% 0%;
		line-height: 1;
	}
	#main-nav .has-dropdown > a::after,
	#aux-main .has-dropdown > a::after {
		border-color: rgba(0, 0, 0, 0.4) transparent transparent transparent;
		margin-right: 15px;
		top: 50%;
		right: 0;
	}
	#main-nav ul .name a:hover {
		background: #f7f7f7 !important;
	}
	#main-nav ul li:hover:not(.has-form) > a,
	#main-nav .dropdown li:not(.has-form) a:not(.button):hover,
	#main-nav .dropdown li:not(.has-form):hover > a:not(.button),
	/*#main-nav .vertical li:not(.has-form):hover > a:not(.button),*/
	#aux-main ul li:hover:not(.has-form) > a,
	#aux-main .dropdown li:not(.has-form) a:not(.button):hover,
	#aux-main .dropdown li:not(.has-form):hover > a:not(.button) {
		background: #9ad385;
	}
	#main-nav li.current-menu-item:not(.has-form) a:not(.button),
	#aux-main li.current-menu-item:not(.has-form) a:not(.button),
	#offCanvasRight li.current-menu-item:not(.has-form) > a:not(.button) {
		background-color: #f7f7f7;
	}
	#main-nav .vertical li a::after,
	#aux-main .vertical li a::after {
		border-color: transparent transparent transparent rgba(0, 0, 0, 0.4);
	}
	#main-nav .vertical > li > a,
	#aux-main .vertical > li > a {
		line-height: 40px !important;
	}
	#main-nav .vertical > li > .is-dropdown-submenu,
	#aux-main .vertical > li > .is-dropdown-submenu {
		top: 1px;
	}
	/**
 * 11.6 - Footer
 */

/*post navigation*/
.nav-previous {
	display: inline-block;
	font-size: 1rem;
	float: left;
}
.nav-next {
	display: inline-block;
	font-size: 1rem;
	float: right;
}

#footer {
	
	
	background-image: url(https://hpdpb.doh.gov.ph/wp-content/uploads/2019/06/ddddddddddd.png);
	border-top: 2px solid #f9f9f9;

	
	
	
	
}

.container-masthead {
	margin-top: 61px;
	margin-bottom: 0px;
	background-image: url(https://hpdpb.doh.gov.ph/wp-content/uploads/2019/06/ddddddddddd.png);
	background-color: White;
}
.logo, .ear-content {
	margin:20px;
}

.container-slider {
	background-color: red;
	
}

/*masthead with text*/
#textlogo-image { display: inline-block; width: 100px; height: 100px; vertical-align: middle; }
#textlogo-inner-wrapper { display: inline-block; vertical-align: middle; }
#agency-heading { font-family: Times new roman;color: white  ;display: block; position: relative; font-size: 1.06rem; text-transform: test; }
#agency-name { font-family: Times new roman;color: white    ; display: block; position: relative; margin-top: 4px; text-transform: none; border-top: 2px solid; padding-top: 2px; line-height: 1}
#agency-tagline { font-family: Times new roman;color: white; display: block; position: relative; font-size: 1.06rem; margin-top: 5px; text-transform: none; }


/* unvisited link */
a:link {
    color: #303030;
	font-family: Times new roman;

	 font-weight: nornal;
}

/* visited link */
a:visited {
    color: #303030;
	font-family: Times new roman;

	font-weight: bold;
}

/* mouse over link */
a:hover {
    color: 		#5cdc5c;
	font-weight: bold;
		
}

/* selected link */
a:active {
    color: ligth blue;
	font-weight: bold;
	
}