@import url('https://fonts.googleapis.com/css?family=Cabin+Condensed');

.wpas-row {
	margin-bottom: 35px;
}

#wp-advanced-search {
	width: 100%;
}

#wp-advanced-search .col {
	float: left;
}

#wp-advanced-search select.wpas-select{
	padding: 7px;
}

#wpas-results article .tags {
	color: #d12253;
	font-family: 'Cabin Condensed', sans-serif;
	text-align: center;
	overflow: hidden;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 5px;
}

#wpas-results article .entry-title {
	text-align: center;
	font-family: 'Cabin Condensed', sans-serif;
	font-weight: 700;
	color: #000000;
}
#wpas-results article .entry-content {
	font-family: 'Cabin Condensed', sans-serif;
	color: #878787;
	text-align: center;
	font-size: 17px;
	margin-bottom: 15px;
	height: 47px;
	text-transform: capitalize;
}

#wpas-results article .entry-content p{
	text-transform: capitalize;
}

#wpas-results .gridlove-post-e {
	height: 350px !important;
}

#wpas-results .gridlove-post-e .box-inner-ellipsis {
	height: auto;
	max-height: none;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.gift_guide_category-all .entry-category{
	display: none;
}

.gift_guide_category-all .entry-headline {
	display: none;
}
