/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header #header-wrap {
/*
	z-index: 199;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	*/
	
	-webkit-transition: height .4s ease, background-color .4s ease, opacity .3s ease;
	-o-transition: height .4s ease, background-color .4s ease, opacity .3s ease;
	transition: height .4s ease, background-color .4s ease, opacity .3s ease;
}

#header,
#header-wrap,
#logo img {
/* 	height: 70px; */
	-webkit-transition: height .4s ease, opacity .3s ease;
	-o-transition: height .4s ease, opacity .3s ease;
	transition: height .4s ease, opacity .3s ease;
}


/* Sticky Header
---------------------------------------------------------------------------- */

#header.sticky-header #header-wrap,
#header.full-header.border-full-header.sticky-header #header-wrap,
#header.dark.sticky-header.transparent-header #header-wrap:not(.not-dark)
{
/* 	box-shadow: none; */
	background-color: #558E4F;
/* 	border-bottom: 2px solid #5A2328 !important; */
/* 	-webkit-backface-visibility: hidden; */
	
}



/*--------------------------------------------------------------
## Top Bar
--------------------------------------------------------------*/
@media (min-width: 992px) {

	#top-bar { z-index: 299; }

	#top-bar.transparent-topbar { background: transparent !important; }

	#top-bar.transparent-topbar + #header.transparent-header + #slider,
	#top-bar.transparent-topbar + #header.transparent-header + .page-title-parallax {
		margin-bottom: -145px;
		top: -145px;
	}

}

.dark .top-links li > a { color: #EEE; }

.dark .top-links li:hover { background-color: rgba(255,255,255,0.15); }

.dark #top-social li { border-left: 0; }

.dark #top-social li a { color: #EEE; }



/*--------------------------------------------------------------
## Primary Menu
--------------------------------------------------------------*/
.dark #header-wrap:not(.not-dark) #primary-menu > ul > li:hover > a,
.dark #header-wrap:not(.not-dark) #primary-menu > ul > li.current > a { border-color: rgba(255,255,255,0.5); }



/* Post Title
-----------------------------------------------------------------*/
.post_wrapper {
	width: 100%;
	height: 229px;
	overflow: hidden;
}

#page-title {
	color: #A5A5A5; 
	background-color: #595959;
	height: 89px;
	padding: 30px 0;
	
}
	
#page-title h1 {
	color: #A5A5A5;
}

#page-title span {
	color: #A5A5A5;
}

.breadcrumb > .active {
    color: #EEE;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.byline,
.updated:not(.published) {
	display: none;
}


/*--------------------------------------------------------------
# Sidebars
--------------------------------------------------------------*/


.spost .entry-image img {
	width: 100%;
	height: auto;
  background-position: center top;
  background-size: cover;
}



