/*
 Theme Name:     Realhomes Child Theme
 Theme URI:      http://couverhomes.com
 Description:    Realhomes Child Theme
 Author:         Amrit Bains
 Author URI:     http://couverhomes.com
 Template:       realhomes
 Version:        1.0.0
*/

/* =Theme customization starts here
------------------------------------------------------- */

/*image appears too big on mobile*/
.rh_logo_inner img {
	max-width:170px;
}

/*change quote mark fill on home page*/
.rh_section__testimonial .quotes-marks svg {
	fill: #7bd136;
}

/*change the footer tag cloud color*/
.widget .tagcloud a {
	background: #7bd136;
}

/*temporary hide!
.rh_section__features_wrap {
	visibility:hidden;
	height:100px;
	fill:white;
}*/

/*change search button color*/
#main_search_button {
	background-color:#7bd136;
}

/*add contrast to scrolling element for filters*/
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
	background-color:#fdc100;
}

/*blog meta should be white*/
.rh_blog__post .entry-header .entry-meta,
.rh_blog__post .entry-header .entry-meta a,
.rh_blog__post .entry-header .entry-meta .vcard {
	color:white;
}
