/* Enter Your Custom CSS Here */
.news-info-content h4.iconbox__title {
	color: #fff;
}
.news-info-content .iconbox__content a {
	color: rgba(97,198,245,1);
}
.news-info-content .iconbox__content a:hover {
	color: #fff;
}
.mailchimp__content > p {
	color: #5a5b5c !important;
}
#listgo-searchform .form-item.item--toggle-opennow, #listgo-searchform .form-item.item--toggle-highestrated, #listgo-searchform .form-item.item--radius {
	display: none!important;
}
.listgo-go-to-map-btn.tb__cell, .tb__cell.listgo-redirect-to-btn, .tb__cell .js_favorite, .action__like .js_favorite {
	display: none!important;
}
.item__actions .tb__cell {
	display: block;
}
#wiloke_about-2 .widget_author__header {
	display: none;
}
#hero-heading {
	position: relative;
	top: 150px;
}
#hero-heading h2, h3 {
	color: #fff;
}
#hero-heading h2 {
	font-size: 45px;
	line-height: 40px;
	margin-bottom: 0;
}
#hero-heading h3 {
	font-size: 20px;
	font-weight: normal;
	margin-top: 10px;
}
.header-page--high .header-page__categories-s2 {
	margin-top: 0!important;
}
#footer .mailchimp__content > p {
	color: #fff !important;
}
.business-awards-area {
	padding-top: 0!important;
	padding-bottom: 0!important;
  min-height: auto !important;
}
.listing-template-content .vc_row.wpb_row.vc_row-fluid {
	padding-top: 0;
	padding-bottom: 40px;
	padding-left: 10px;
	padding-right: 10px;
}
.home .listing__content p, .page-id-206 .listing__content p{
	display: none;
}
.post__date {
	display: none;
}




/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {


}
/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
#hero-heading {
	top: 100px;
}


}
/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {


}