/* Themify Customize Styling */
body {		font-size:14px;
 
}
a {		font-style:normal;
	font-weight:normal;
	text-decoration:none;
 
}
#site-logo {		text-transform:capitalize; 
}
#site-description {	display: none; 
}
#main-nav a {		font-size:15px;
 
}
.post-title, .post-title a {		font-size:20px;
 
}
.page-title {		font-size:27px;
 
}
#sidebar {		font-size:12px;
 
}
#footerwrap {	background-image: none; 
}
#footer {	
	color: #ebebeb;	font-size:12px;
 
}
#footer a {	
	color: #ffffff; 
}
#footer a:hover {	
	color: #3db8ff; 
}

/* Themify Custom CSS */
/* change post date bubble color single post */.loops-wrapper.list-post .post-date-wrap .post-date, .single-post .post-date-wrap .post-date{
	  background-color: #787878;
}
/* change post date bubble index post */.loops-wrapper.list-thumb-image .post-date-wrap .post-date, .loops-wrapper.grid4 .post-date-wrap .post-date, .loops-wrapper.grid3 .post-date-wrap .post-date, .loops-wrapper.grid2 .post-date-wrap .post-date {
	  background-color: #787878;
}
/* no border at footer */#footer .footer-widgets .widgettitle{
	border-top: none;
}
/* suppress featured image on pages-try 2 */.page .post-image img {
	  display:none;
}
.page article .post-image img {
	  display:block;
}
/* grid title font sizes */.loops-wrapper.grid3 .post-title a {
	  font-size: 17px;line-height: 1.2em;clear: both;
}
.loops-wrapper.grid4 .post-title a {
	  font-size: 15px;line-height: 1.2em;clear: both;display: block;
}
/* image caption */p.wp-caption-text {
	  text-align: left;  
}
.wp-caption{
	  font-size: 10px;
}
