/*
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:*/

.av-sort-by-term  a {
	background-color: #dcc021;
	padding: 10px 20px;
	border-right: 1px solid #fff;
}
.av-sort-by-term  a:hover {
	color:#000;
}

.av-sort-by-term .text-sep {
	display: none;
}

.av-masonry-container figcaption {
	background-color:#fff !important;
	height:120px;
	bottom: -15px !important;
}

.av-masonry-date {
	display: none;
}
.av-masonry-image-container {
	background-repeat: no-repeat;
	background-size: contain !important;
}

@media screen and (max-width:767px) {
	.av-sort-by-term a {
		border-bottom: 1px solid #fff;
	}
	.av-masonry-container .av-masonry-entry-title {
		text-align: center;
	}
}