/* Themify Customize Styling */
#headerwrap.fixed-header #site-logo img {	
	height: 40px; 
}
body[class*="themify"] #site-logo img {	
	height: 60px; 
}
#site-description {		font-weight:bold;
	text-align:center; 
}
.post-title {		text-transform:uppercase; 
}
.page-title {		text-transform:uppercase; 
}
@media screen and (max-width: 1024px) { /* Themify Customize Styling */
#headerwrap.fixed-header #site-logo img {	
	height: 40px; 
}
body[class*="themify"] #site-logo img {	
	height: 60px; 
}
 }@media screen and (max-width: 768px) { /* Themify Customize Styling */
#headerwrap.fixed-header #site-logo img {	
	height: 40px; 
}
body[class*="themify"] #site-logo img {	
	height: 60px; 
}
 }@media screen and (max-width: 480px) { /* Themify Customize Styling */
#headerwrap.fixed-header #site-logo img {	
	height: 40px; 
}
body[class*="themify"] #site-logo img {	
	height: 60px; 
}
 }
/* Themify Custom CSS */
.home #content {
  padding-top: 0% !important;
}

.post-nav a {
  font-size: 1.1em;
}

.related-posts .post-title {
  text-transform: capitalize;
  font-size: 1.25em;
}