/* Reduce margin under search form content box on homepage */
.home .hentry {
	margin-bottom: 1em;
}

/* Add more bottom margin to featured listings slider on homepage */
.drts-wordpress-homepage-section.drts-wordpress-homepage-directory-featured-listings {
	margin-bottom: calc(3em + 20px);
}

/* Show Contact Form 7 input fields in full width */
.drts .wpcf7 input,
.drts .wpcf7 textarea {
	width: 100%;
}

/* Remove underlines from links */
.hentry .entry-content .drts a:not(.button) {
	text-decoration:none;
}

.site-header {
    border-top: solid 5px #d83f87;
}




