/*
Theme Name:     Listify Child
Theme URI:      https://astoundify.com/products/listify/
Template:       listify
Version:        3.2.0
*/

.featured-posts-grid .listing-item {
	margin-bottom: 10px;
}

.listing-item img {
	vertical-align: top;
}

.featured-posts-grid .listing-item a.image {
	display: block;
}

	
/* Column Classes
 *
 * Width: 800px
 * Gutter: 20px
 * Link: http://www.billerickson.net/column-class-generator/
--------------------------------------------- */

.five-sixths,
.four-sixths,
.four-fifths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-fifths,
.three-sixths,
.two-fourths,
.two-fifths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.5%;
}
 
.one-half,
.three-sixths,
.two-fourths {
	width: 48.75%;
}
 
.one-third,
.two-sixths {
	width: 31.6666666667%;
}
 
.four-sixths,
.two-thirds {
	width: 65.8333333333%;
}
 
.one-fourth {
	width: 23.125%;
}
 
.three-fourths {
	width: 74.375%;
}
 
.one-fifth {
	width: 18%;
}
 
.two-fifths {
	width: 38.5%;
}
 
.three-fifths {
	width: 59%;
}
 
.four-fifths {
	width: 79.5%;
}
 
.one-sixth {
	width: 14.5833333333%;
}
 
.five-sixths {
	width: 82.9166666667%;
}
 
.first {
	clear: both;
	margin-left: 0;
}
	
