/*
 Theme Name:   Homesweet Child
 Theme URI:    http://wordpress.com
 Description:  Homesweet Child Theme
 Author:       ApusTheme
 Author URI:   http://apusthemes.com
 Template:     homesweet
 Version:      1.0.0
 Text Domain:  homesweet-child
*/


#banner_bottom_icons_section ul.icon_bottom_list li{
	display: flex;
}

#banner_bottom_icons_section ul.icon_bottom_list li::after {
	content: '';
	width: 1px;
	height: 45px;
	background: #fff;
	transform: rotate(20deg);
	opacity: .2;
	margin-left: 10px;
}

a:hover{
	color: #ee771b !important;
}
.add-fix-top:active, .add-fix-top:hover{
	background: #ee771b !important;
}

.property-box-grid-style1 .statuses-list{
	margin-top: 15px;
}

.property-box-grid-style1 .property-row-address{
	padding: 10px 0 17px !important;
}

.statuses-list {
    margin-left: 0px;
    padding-left: 0px;
    list-style-type: none;
}

.statuses-list li:not(:last-child){
	margin-right: 10px;
}

.statuses-list li{
	display: inline-block;
	padding: 1px 5px;
	background: #ee771b;
}

.statuses-list li a{
	color: #fff !important;
	font-size: 12px;
	font-weight: bold;
}

.owl-prev:hover, .owl-next:hover{
	background: #ee771b !important;
}


.header-mobile .logo{
	text-align: center;
}

.header-mobile .logo a img{
	max-width: 50% !important; 
}

.title-status-wrapper .entry-title{
	font-size: 16px !important;
}

.title-status-wrapper .entry-title, .title-status-wrapper .statuses-list{
	display: inline-block;
}

.title-status-wrapper .statuses-list{
	float: right;
}

.property-statuses-labels{
	position: absolute;
	right: 20px;
	top: 20px;
}

.property-statuses-labels .property-badge{
	background: #ee771b;
	padding: 5px 13px;
    border-radius: 4px
}

.property-statuses-labels .property-badge a{
	color: #fff !important;
}

.property-statuses-labels .property-badge a{
	font-size: 12px;
}

.address-harrera-wrapper .property-row-address{
	display: inline-block;
	float: left;
}

.address-harrera-wrapper .harrera_no{
	display: inline-block;
	float: right;
	font-size: 12px;
	line-height: 16px !important;
}

.item-style-style1 .address-harrera-wrapper .harrera_no{
	margin-top: 14px;
}

.header-mobile-right .btn-toggle-canvas{
	margin-top: 0px !important;
}

.header-mobile-right{
    margin: -4px 17px 0px 0px !important;
}

@media screen and (max-width: 1199px) {
  #banner_bottom_icons_section {
   	display: none !important;
	  background: none !important;
  }
}

#home_banner{
	background-repeat: no-repeat !important;
}

.property-similar-properties .widget-title{
	color:#ee771b !important;
}