/* Themify Customize Styling */
body {	
	background-image: none;
	font-family:Droid Serif;	font-weight:normal;
 
}
.pagewidth {	width: auto; 
}
#sidebar {		font-size:80%;
 
}
#site-logo img {		width: 300px; 
}
#site-logo a {		width: 300px; 
}
#site-description {	display: none; 
}
.post {	
	background-image: none; 
}
.post-title, .post-title a {	
	font-family:Droid Sans;	font-weight:normal;
 
}
#footer {		font-weight:normal;
 
}
.footer-widgets {		font-size:85%;
 
}

/* Themify Custom CSS */

.category-archives .page-category-title-wrap {
  background-color: transparent;
  display: none;
}

.featured-area {
    background-color: #fff;
}

.single .entry-content > p:nth-of-type(2) {
    clear: none;
}

.author-avatar img{
width: 150px;
height: 150px;
}

.category-title-overlay, .page-category-title-wrap{
background-color: #3D2326;
}
.page-category-title-wrap{
padding: 2% 5%;
}
@media screen and (max-width: 976px) { /* Themify Customize Styling */
#site-logo img {		width: 300px; 
}
#site-logo a {		width: 300px; 
}
 }@media screen and (max-width: 768px) { /* Themify Customize Styling */
#site-logo img {		width: 300px; 
}
#site-logo a {		width: 300px; 
}
 }@media screen and (max-width: 480px) { /* Themify Customize Styling */
#site-logo img {		width: 300px; 
}
#site-logo a {		width: 300px; 
}
 }