/*
Theme Name: RealHomes Child Theme
Theme URI: http://themeforest.net/item/real-homes-wordpress-real-estate-theme/5373914
Description: Child theme for Real Homes.
Author: Inspiry Themes
Author URI: https://www.inspirythemes.com/
Template: realhomes
Version: 1.4.1
*/

/* front page search icon fix */
.advance-search .search-heading .fa-search {
		float: left;
}
.home .Advance_Search_Widget .rh_classic_advance_search_form .option-bar.large {
		width: calc(20% - 20px);
		float: left;
    margin-right: 20px;
}

/* Trees on bottom background */
#footer-wrapper {
  background: url(//www.sunriserealtybelize.com/wp-content/themes/realhomes-child/images/grey-island-trees.png) repeat-x scroll bottom center transparent;
padding-bottom: 245px;
}

/* for Print to print Title */
.page-head {
    display: block !important;
} 

/* remove disclosure from Constant Contact Form subscriptions */
#text-5 .ctct-form .ctct-disclosure {
  display: none;
}

/* property category buttons fix on front page */
#post-44 .wp-block-button__link {
	padding: 20px 40px;
}

/* property slideshow viewport height & brands carousel height fix */
#property-slider-two .flex-viewport {
	max-height:	400px;
}
#property-carousel-two .flex-viewport {
	max-height: 100px;
}
.brands-carousel {
	max-height: 150px;
}

/* Header Social Icons spacing fix */
.elementor-grid .elementor-grid-item {
	padding: 0px 5px;
}

/* Property Management Page all toggles display content*/
.toggle .elementor-toggle .elementor-tab-content {
    display: block;
}
/* Remove affiliates bar on property management page */
.page-id-11604 .page-carousel {
	display: none;
}

/* Change Sidebar Contact Form Title color */
#text-5.widget .title {
	color: #ffffff !important;
	background-color: #ec894d !important;
}


