/*
Theme Name: Housale
Theme URI: http://gossipthemes.com/housale
Author: MirrorTheme
Author URI: https://themeforest.net/user/mirrortheme
Description: Real Estate Group WordPress Theme 
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: housale
Tags: two-columns, three-columns, four-columns, right-sidebar, custom-menu, featured-images, full-width-template
*/
/* header styling start */
.ourStrengthsSection .feature-content-wrap .single-feature-box{
	text-align:center;
}
.ourStrengthsSection .feature-content-wrap .single-feature-box .features-inner-content>h3{
	text-align:center;
}
.mainmenu .menu-website-menu-container{
	    text-align: right;
}
.theme_header__main .theme-logo>a>img{
		width:150px!important	
}
/* header styling close */

/* Make counters half width on mobile */
@media (max-width: 767px) {
    .counter-content-wrap .theme-counter-item {
        width: 50% !important;
        float: left; /* Ensure they align side-by-side */
    }
}

/* footer stryling start */
.footer_one_Widget .footer-widget img {
    width: 200px;
}
/* footer stryling close */

@media (min-width: 320px) and (max-width: 767px) and (orientation: portrait) {
	.theme_header__main .theme-logo>a>img{
		width:140px!important
	}
	.nav-menu-wrapper .slicknav_menu a.slicknav_btn{
		top: -2em!important;
	}
	
}
@media (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {

}