/*
Theme Name: Enfold Child Theme
Template: enfold
Author: Tien Vijf
Author URI: http://tienvijf.nl
*/

@import url("../enfold/style.css");

/* 
--------------------------------------------------------
Default
--------------------------------------------------------*/

	/* 
	--------------------------------------------------------
	Always show MailChimp Subscribe button
	--------------------------------------------------------*/
	
	#mc_embed_signup .clear {
	  clear: inherit;
	  display: inherit;
	  overflow: inherit;
	  visibility: visible;
	  width: inherit;
	  height: inherit;
	}

	/* 
	--------------------------------------------------------
	Disable image rollover FX
	--------------------------------------------------------*/
	
	.image-overlay.overlay-type-image,
	.overlay-type-extern {
		display:none !important;
	}
	
	/* 
	--------------------------------------------------------
	Reset Strong styling to main site color
	--------------------------------------------------------*/
	
	.main_color strong,.main_color strong a {
		color:inherit !important;
	}
	
	/* 
	--------------------------------------------------------
	Remove dotted line on blog page
	--------------------------------------------------------*/
	
	.post_author_timeline { display: none!important; }
	
	/* 
	--------------------------------------------------------
	Remove date and time in portoflio widget
	--------------------------------------------------------*/
	
	.news-time { display: none!important; }
	
	
	/**/
	
	h1,h2,h3,h4,h5,h6,
	.iconbox .iconbox_content .iconbox_content_title {
		text-transform:inherit !important;
	}
	
/* 
--------------------------------------------------------
Other
--------------------------------------------------------*/	


/* 
--------------------------------------------------------
Portfolio grid spacing
--------------------------------------------------------*/	

.grid-entry.flex_column {
	padding: 10px;
}

/* 
--------------------------------------------------------
Change main font size
--------------------------------------------------------*/

/*
.entry-content,
.entry-content p,
#wrap_all p {
	font-size:15px !important;
}
*/

/* 
--------------------------------------------------------
Resize Social media icons
--------------------------------------------------------*/

/*
#top .social_bookmarks li a,
#top .social_bookmarks li {
	font-size: 18px;
	line-height:50px;
	width:50px !important;height:50px !important;
}
*/

/* 
--------------------------------------------------------
Hide rounded corners on images
--------------------------------------------------------*/


/*
.avia-content-slider .slide-image,
.avia-content-slider .slide-image img,
.avia_image,
.avia-slideshow li img {
	border-radius:0 !important;
}
*/

/* 
--------------------------------------------------------
Hide preview image on single
--------------------------------------------------------*/

/*
.big-preview.single-big,
.single .page-thumb {
	display:none;
}*/

/* 
--------------------------------------------------------
Disable Sidebar on Single Product 
--------------------------------------------------------*/

/*
.single-product .sidebar {
	display:none !important;
}
*/

/* 
--------------------------------------------------------
Disable Comments
--------------------------------------------------------*/

/*
.slide-meta-comments,
.slide-meta-del,
.comment-container,
.text-sep-date {
	display:none !important;
}
*/