/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/

/* blog post page -home */

/* Link */
.av-alb-blogposts .big-preview a{
 max-height:250px;
 overflow:hidden;
}

/* Big preview */
.av-alb-blogposts .hentry .big-preview{
 position:relative;
}
.big-preview img {
	border-radius: 22px;
}

/* Top of homepage */
@media (min-width:768px){

 /* Section cont open */
 #av_section_1 .av-section-cont-open{
  padding-left:2px;
  padding-right:2px;
 }
 
}

hr{
	border-color:#ffffff;
}
.wp-caption-text, #top .wp-caption .wp-caption-dd {
    font-size: 13px;
    line-height: 1.5;
}
.main_color footer{
	padding-top:2em;
}

/* hide pages TAB on archive */
/* Tab counter */
.tab_counter_1{
	display: none !important;
}
/* page titles -if used */

/* Container */
.stretch_full .container{
	background-color: #ffffff;
}

/* Main title */
.main-title{
	color: #295947;
	font-size: 23px !important;
	line-height: 1.6em;
}

/* Link */
.main-title a{
	color: #14846e !important;
	font-size: 29px;
	font-weight: 600 !important;
}



