/*
 * 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 **/
/*@import url('https://fonts.googleapis.com/css?family=Public+Sans&display=swap');
* {font-family: 'Public Sans', sans-serif;}*/

@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900italic,900);

#homepage-banner-container {
	/*background-color: #E9E9E9;*/
	padding: 20px 0px;
	background: rgba(233, 233, 233, 0);
}

#homepage-banner {
	max-width: 1400px; 
	margin: auto;
	border: 5px solid white;
	box-shadow: 4px 4px 8px #cccccc, -4px -4px 8px #cccccc, 4px -4px 8px #cccccc, -4px 4px 8px #cccccc;
}

#main-content-header {
	text-align: center;
	padding-top: 10px;
	text-decoration: underline;
	display: none;
}

.entry-content {
	background: rgba(252, 252, 252, 1);
	padding: 10px;
}

#content {
	background: rgba(252, 252, 252, 0);
	/*box-shadow: 0px 4px 8px #cccccc;*/
	/*border: 1px solid rgba(36, 53, 110, 0.5);*/
	/*border-radius: 3px;*/
}

#content article {
	/*padding-top: 10px;*/
	background-color: transparent;
}

.post-box {
	background: rgba(252, 252, 252, 1);
	padding-left: 10px;
	padding-top: 10px;
}

.container-banner {
	background: rgba(252, 252, 252, 1);
}

html { 
  
}

body {
	/*background: url(http://www.pnvsca.gov.ph/pnvsca_new_site/wp-content/uploads/2020/02/1-Bayanihan-scaled.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
	background-color: rgb(252, 252, 252);
}

#feedback-button {
	position: fixed;
	width: 50px;
	height: auto;
	right: -25px;
	top: 50vh;
	border-radius: 8px;
	opacity: 0.5;
}

#feedback-button:hover {
	opacity: 1;
	width: 55px;
	height: auto;
}

.sideload-image {
	position: absolute;
	z-index: -10000;
	width: 10px;
	height: 10px;
	top: 1px;
	right: 1px;
}
#gwt-standard-footer {
	background-color: #EFEFEF;
}

#whitediv {
	opacity: 0;
}

.serviceList li:nth-child(even) {
	background: rgb(235, 235, 235);
}

.serviceList {
  list-style-position: inside;
}