- /*
 Theme Name:   WpResidence child theme
 Theme URI:    https://themeforest.net/item/wp-residence-real-estate-wordpress-theme/7896392
 Description:  WpResidence child theme
 Author:       WpEstate
 Author URI:   http://wpestate.org
 Template:     wpresidence
 Version:      5.1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

/*CUSTOM*/
.property_unit_type1 span.icon-fav-on svg {
    fill: #f70404 !important;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(20%) contrast(150%) !important;
}

.property_listing_details_v2_item{
	font-family: "Nunito Sans" !important;
	font-size: 13px !important;
	font-weight: 300 !important;
	line-height: 21.45px !important;
	color: rgb(78, 78, 78) !important;
}
.property_listing_details_v2_item .icon_label {
    font-weight: bold !important;
}

.contact_sidebar_wrap p:hover {
    color: white !important;
	opacity: 1 !important;
}
.contact_sidebar_wrap a:hover{
    color: white !important;
	opacity: 1 !important;
}
