/* Themify Customize Styling */
body {	
	background-color: #ffffff; 
}
a {	
	color: #e67c3e; 
}
a:hover {	
	color: #f28305; 
}
h1 {	
	color: #bd520f; 
}
h2 {	
	color: #bd520f; 
}
h3 {	
	color: #bd520f; 
}
#headerwrap {	
	padding: 0px;
	margin: 0px; 
}
#header {	margin: auto; 
}
#headerwrap.fixed-header, .transparent-header #headerwrap.fixed-header {	
	background-size: cover;
	background-position: center top; 
}
.fixed-header #header a {	
	color: #e67c3e; 
}
#site-logo {		position:static;

	top: 0px; 
}
#site-description {	display: none; 
}
#main-nav a:hover {	
	background-color: transparent; 
}
#main-nav a:hover, #main-nav > li > a:hover {	
	color: #e67c3e; 
}
#main-nav .current_page_item a, #main-nav .current-menu-item a {	
	background-color: transparent; 
}
#main-nav .current_page_item a, #main-nav .current-menu-item a, #main-nav > .current_page_item > a, #main-nav > .current-menu-item > a {	
	color: #6e6262; 
}
.post-title, .post-title a {		font-size:36px;

	color: #1a1a1a; 
}
.post-title a:hover {	
	color: #e67c3e;
	background-color: transparent; 
}
.post-meta {	
	color: #e67c3e; 
}
.post-meta a:hover {	
	color: #e67c3e; 
}
.more-link {	
	color: #e67c3e; 
}
.more-link:hover {	
	color: #6e6e6e; 
}
#sidebar .widgettitle {	
	color: #e0850d; 
}
#footer a:hover {	
	color: #6b5f58; 
}

/* Themify Custom CSS */
.loops-wrapper.list-post .post-date, .single .post-content .post-date
{
    color: #fff;
    display: block;
    border-radius: 100%;
    background-color: rgba(208, 206, 206, 0.8);
    text-align: center;
}
.loops-wrapper .post {
    text-align: left;
}
.loops-wrapper.overlay .post-image + .post-content .post-content-inner {
    width: 100%;
    top: 50%;
    left: 20px;
    position: absolute;
}
input[type=reset], input[type=submit], button {
    background-color: #e67c3e;
}
#pagewrap {
padding-top: 0 !important;
}