/*
 * Theme Name:		GWT-Wordpress 25.2
 * 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.2
 * 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 **/

 /* 
  * FONTS 
  */
@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,500');
@import url('https://fonts.googleapis.com/css?family=Lato|Open+Sans:400,400i,600,700');

h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	line-height: normal;
	text-transform: none;
}

p, body {
	font-family: 'Lato', sans-serif;
}

a {
	color: #00552a;
}

a:hover {
	color: #1c8751;
	transition: color 0.4s ease;
}

#main-nav .name a {
	font-family: 'Open Sans', sans-serif !important;
}

#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-family: 'Open Sans', sans-serif;
	font-size: 1rem;
	line-height: 48px;
}

/*
 * Full-width Template Properties 
 */
div#main-content.template-full-width.container-main > div {
	padding: 10px 100px;
}


/*
 * Header 
 */
.container-masthead {
	background-color: #ffffff;
	margin-top: 48px;
}

div#text-2.ear-content {
	margin-bottom: 0;
	margin-top: 30px;
}
/* time */
div#pst-container {
	color: #585858;
	font-family: 'Lato', sans-serif;
}

/* philippine flag */
div#media_image-47 > img {
	float: right;
	width: 110px;
	opacity: 0.6;
}

div#media_image-47.ear-content {
	margin-top: 10px;
}

/* header image */
h1.logo img {
	width: 90%;
}

/* banner pads */
div.container-banner.banner-pads {
	background-image: none;
	background-color: #2B4970;
	color: #f0f0f0;
}	
/*.container-banner {
	background-color: #004d13;
}*/

/** 
 * Navbar
 */

#main-nav {
	background-color: #0c6f3d;
	height: 55px;
}

#main-nav li:not(.has-form) a:not(.button) {
	color: #f6f6f6;
	height: 55px;
	padding-top: 5px;
}

#main-nav li.current-menu-item:not(.has-form) a:not(.button) {
	background-color: #00381b;
	height: 55px;
}

#main-nav ul .name a {
	height: 55px;
}

#main-nav ul .name a:hover {
	background-color: #00552a  !important;
	height: 55px;
}

#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) {
	background-color: #00552a;
	height: 55px;
}

#main-nav .dropdown ul {
	background-color: #0c6f3d;
}

/* search bar */
li.search.right > form > input {
	margin-top: 7px !important;
}

/* accessibility */
#accessibility-button {
	background: transparent;
	border-radius: 50%;
	border: 3px solid #f6f6f6;
	padding: 2px;
	margin: 0 13px;

}

#main-nav > div > div > nav.top-bar-right > ul > li.is-dropdown-submenu-parent.opens-left {
	height: 55px;
	padding-top: 1px;
}

#main-nav > div > div > nav.top-bar-right > ul > li.is-dropdown-submenu-parent.opens-left > ul {
	width: 65px;
}

.fa-universal-access {
	color: #f6f6f6;
}

/* sidebar */
aside#sidebar-left .widget-container,
aside#sidebar-right .widget-container {
	background-color: transparent;
    margin: 0;
    padding: 0 8px;
    border: none;
}

aside#sidebar-left #govph_widget_transparency-9 {
	margin-bottom: 8px;
	padding-bottom: 15px;
}

img#tp-seal {
	margin-top: 15px;
}

aside#sidebar-left .widget,
aside#sidebar-right .widget {
	background-color: #f0f0f0;
	padding: 0;
	padding-bottom: 10px;
	border: none;
	border-radius: 6px;
}

aside#sidebar-left .widget .widget-title,
aside#sidebar-right .widget .widget-title {
	background-color: #629833 /*#6C7A89*/ /*#015249*/;
	height: 35px;
	color: #f0f0f0;
	margin-bottom: 8px;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	/*padding-bottom: 20px;*/
}

aside#sidebar-left .widget img,
aside#sidebar-right .widget img {
	display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8px;
}

.widget-title h3,
aside#sidebar-left #govph_widget_transparency-9 > h3 {
	margin: 0;
	padding-top: 5px;
}

/** 
 * Content
 */

/* main content */
div#main-content {
	margin-top: 30px;
	margin-bottom: 40px;
}

/* posts */
article.callout.secondary {
	background-color: #eaeaea;
	border-radius: 6px;
	border: none;
	padding: 0;
}

.entry-header {
	background-color: #2B4970 /*#6C7A89*/ /*#015249*/ ;
	height: auto;
	width: 100%;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 3px;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
}

.entry-title a {
	text-transform: none;
	color: #f0f0f0;
}

.newsbrief-thumbnail-wrapper {
	padding: 10px 15px;
}

#content .wp-post-image {
	display: block;
	margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}

.entry-wrapper {
	padding: 5px 15px 20px;
}

.moretag {
	font-weight: 600;
}

/* images */

img:hover, a img:hover {
	opacity: 0.8;
	transition: opacity 0.4s ease-in-out;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out;
}