/*
 * Theme Name:		GWT-Wordpress 25.3.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.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 **/
 #HP-div01
 {
    width:40% !important;
    min-width: 355px;
 }

 .logo{
   margin-top:0.3rem;
   margin-bottom: 0.3rem;
 }
 
 #pnl-top-container{
	 display:flex;
	 width:100%;
 }
 #ptc1column-left{
	 flex:70%;
	 height:200px;
	 background-image:url(https://jhcsc.edu.ph/wp-content/uploads/2024/01/panel-top-1-element-0-rev-1.png);
	 background-size:contain;
	 background-position:center;
	 background-repeat:no-repeat;
	 animation:fade-in 4s;
 }
 #ptc1column-right{
	 flex:30%;
	 height:200px;
	 z-index:20;
	 background-image:url(https://jhcsc.edu.ph/wp-content/uploads/2024/01/ENROLL.png) ;
	 background-repeat:no-repeat;
	 background-size:100% auto;
	 background-position:center;
	 border-left: 2px solid black;
	 
 }
 #visionsec{
	display:flex;
	/*
	width: 100vw;
	position: relative;
	left: calc(-50vw + 50%);**/
	margin-left: calc(-50vw + 50%);
	width: 100vw;
	height:40vw;
	margin-top:.2em;
	background-image:url(https://jhcsc.edu.ph/wp-content/uploads/2024/02/studcol-scaled.jpg);
	background-repeat:no-repeat;
	background-size:100% auto;
	background-position:center;

 }
 #divenroll{
	display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
 }
 @keyframes fade-in{
	 0%{opacity:0;}
	 100%{opacity:1;}
 }
#main-content{
	padding:0;
}
/*
.main-container {
	width:100%;
	max-width:100%;
}
#page, .container {
	width:100%;
}**/
 #modsidebar{
	 height:25vh;
	 position:relative;
	 
 }
 #modsidebar p{
	 margin:0;
	 display:none;
	 
 }
 #divtransparencybtn{
	/*flex:30%;
	position:relative;
	z-index:30;*/
	height:33.33%;
	background-image:url(https://jhcsc.edu.ph/wp-content/uploads/2024/01/transparencysealbtn.jpg) ;
	background-repeat:no-repeat;
	background-size:contain;
	background-position:left;
	border-left: 2px solid black; 
 }
 #divtransparencybtn:active,#divcitizenscharterbtn:active,#divfoibtn:active{
    box-shadow: 0 0 5px -1px rgba(0,0,0,0.6);
 }

 #divtransparencybtn:hover,#divcitizenscharterbtn:hover,#divfoibtn:hover{
    box-shadow: 0 0 5px -1px rgba(0,0,0,0.6);
 }
 #divcitizenscharterbtn{
	/*flex:30%;*/
	height:33.33%;
	background-image:url(https://jhcsc.edu.ph/wp-content/uploads/2024/01/citizenscharterbtn.jpg) ;
	background-repeat:no-repeat;
	background-size:contain;
	background-position:left;
	border-left: 2px solid black;	
	 
 }
  #divfoibtn{
	/*flex:30%;*/
	height:33.33%;
	background-image:url(https://jhcsc.edu.ph/wp-content/uploads/2024/01/freedominfbtn.jpg) ;
	background-repeat:no-repeat;
	background-size:contain;
	background-position:left;
	border-left: 2px solid black;
 
 }

/*
#sidebar-right{
	width:22%;
}
#content{
	width:78%;
}*/

.indentouter{
	margin-bottom:1em;
}
.indentinner{
	margin-left:2em;
}

 #quickaccess{
	 height:25vh;
	 /*height:auto;*/
	 
	 
 }
 #quickaccess p{
	 margin:0;
	 display:none;
	 
 }
 .separatorsb{
	/*flex:30%;*/
	height:33.33%;
	background-image:url(https://jhcsc.edu.ph/wp-content/uploads/2024/02/sidebar-separator.png) ;
	background-repeat:no-repeat;
	background-size:contain;
	background-position:left;
	border-left: 2px solid black;
 
 }
 
 #quickaoneportal{
	
	/*flex:30%;*/
	height:33.33%;
	background-image:url( https://jhcsc.edu.ph/wp-content/uploads/2024/02/oneportalbtn.png) ;
	background-repeat:no-repeat;
	background-size:contain;
	background-position:left;
	border-left: 2px solid black;

 }
 #quickalibrary{
	
	/*flex:30%;*/
	height:33.33%;
	background-image:url(https://jhcsc.edu.ph/wp-content/uploads/2024/02/librarybtn.png) ;
	background-repeat:no-repeat;
	background-size:contain;
	background-position:left;
	border-left: 2px solid black;

 }
 #quickccss{
	 height:33.33%;
	 background-image:url(https://jhcsc.edu.ph/wp-content/uploads/2024/02/ccssbutton2.png);
	 background-repeat:no-repeat;
	 background-size:contain;
	 background-position:left;
	 border-left: 2px solid black;
 }
 
 #quickaoneportal:active,#quickaolibrary:active,#quickccss:active{
    box-shadow: 0 0 5px -1px rgba(0,0,0,0.6);
 }

 #quickaoneportal:hover,#quickalibrary:hover,#quickccss:hover{
    box-shadow: 0 0 5px -1px rgba(0,0,0,0.6);
 }
 
 .su-row .su-column-size-1-5{
	padding-bottom:12em;
	padding-left:0.5em;
 }
 
.leftcontent{
	 border:2px black;
	 background-color:#F5F5F5;
	 
 }
 .videoplayer{
	 background-color:#006000;
	 padding:.4em .1em .4em .1em;
	 margin-bottom:.5em;
 }
 .vplayer{
	 margin-bottom:0 !important;
 }
 
 .postbody{
	 text-align:justify;
	 text-justify: inter-word;
	 text-indent:7%;
 }

.bolditalic{
	font-weight:bold;
	font-style:italic;
	color:green;
}
.strgtext{
	font-weight:bolder;
	color:green;
}
.wppsac-post-title a{
	color:#006000 !important;
	font-family:monospace;
}

#panel-top{
	background:#1a592e;

}
#nav_menu-2{
	padding:0.2rem !important;
}

.banner-pads{
	padding:0!important;
}
.container-banner{
	padding-top:15px !important;
}

 #lawbanner{
	display:flex;
	/*
	width: 100vw;
	position: relative;
	left: calc(-50vw + 50%);**/
	margin-left: calc(-50vw + 50%);
	width: 100vw;
	height:27vw;
	background-image:url(https://jhcsc.edu.ph/wp-content/uploads/2024/02/school_of_law_banner_4-scaled.jpg);
	background-repeat:no-repeat;
	background-size:100% auto;
	/*background-position:center;*/

 }
.sectionlabel{
	background:#e2e2e2;
}
.sectionlabel h2{
	padding:.7em;
	font-size: 1.1em;
	font-weight:normal;
	color:#439400;
	font-family:BebasNeueRegular, arial, Georgia, serif;
	
}
.menu li a{
	color:aquamarine;
}
.orgpicbox{
	width:30%;
	vertical-align:top;
}
.orgprofile{
	width:70%;
	font-weight:bolder;
	font-family:monospace;
	font-size:1.2em;
}
.su-tabs-nav{
	font-weight:bolder;
	font-size:1.2em;
}
.centeredcontent{
	width:100%;
	display:relative;
	align-content:center;
}
.fbpagebutton{
	background:#8d1b42 !important;
	height:3em;
}
#shortcodes-ultimate-2{
	margin-top:4.5em;
}
.itlictxt{
	font-style:italic;
}
.page-id-4876 .container-banner .entry-title{
	display:none;
}
.sectionlabellaw h2{
	padding:.7em;
	color:aquamarine;
	font-family:monospace;
}
.sectionlabellaw{
	background:#1a592e;
}
 .postbodynoindent{
	 text-align:justify;
	 text-justify: inter-word;
 }
 .strtxt{
	 font-weight:bold;
 }
 .dpic{
	 margin-bottom:0 !important;
	 padding-bottom:0;
 }