/*
 Theme Name:   Storefront for Directories Pro
 Description:  Storefront child theme for Directories Pro powered websites
 Template:     storefront
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  directoriespro-storefront-child
*/

/* 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;
}

/* Fix for instagram icon not showing in Storefront */
.fa-instagram-square:before, .fa-square-instagram:before {
  content: "\e055" !important;
}