<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Faculty-Child
Theme URI: 
Author: owwwlab
Author URI: http://themeforest.net/user/owwwlab/portfolio
Template: faculty
Description: Faculty Child Theme
Version: 1.5.1
License: GNU General Public License
License URI: license.txt
Tags: theme-options, full-width-template, fluid-layout, sticky-post, black, white, threaded-comments, photoblogging, featured-images
*/
 
@import url("../faculty/style.css");
 
@import url("../faculty/css/style.css");


/* these are examples
   you can overwrite your own css below
*/

#sidebar{
	
	background-image: url(img/sidebg-1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

#sidebar:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	background-color: #000;
	opacity: 0.8;
}

ul#navigation &gt; li{
	background-color: rgba(48, 48, 48, 0.6) !important;
	border-top: 1px solid rgba(55, 55, 55, 0.4) !important;
 	border-bottom: 1px solid rgba(43, 43, 43, 0.4) !important;
}

ul#navigation &gt; li:hover, ul#navigation &gt; li:focus, ul#navigation &gt; li.current-menu-item, ul#navigation &gt; li.current-menu-parent{
	background-color: rgba(54, 54, 54, 0.1) !important;
	
}


#publications .pageheader{
	background-image: url(img/books.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 190px 0 35px 0;
}
#gallery-header{
	background-image: url(img/gallery1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 190px 0 70px 0;
}
.fac-page #inside &gt;.wpb_row:first-child{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;

}
#publications .pageheader .title{
	  color: #fff;
	  border: none;
}

.fac-page #inside &gt;.wpb_row:first-child .fac-big-title{
	padding: 140px 0 10px 0px;
	border-bottom: none;
}
#gallery-header h2{
	text-align:left;
	color: #000;
}
.fac-page #inside &gt;.wpb_row:first-child:before, .pageheader:after{
	content: none !important;
}
ul.timeline li .circle{
	background-color: #FF5F5F;
}

.grecaptcha-badge {visibility: hidden;}</pre></body></html>