/*
Theme Name: QMall
Theme URI: https://sparkmedia.me
Author: Jad Abouzeid
Author URI: https://sparkmedia.me
Description: QMall Theme
Version: 1.4
Text Domain: twentyseventeen
*/
#home-slider{
	margin-top:80px;
}
#section-subscribe #response{
	margin-bottom: 0px;
}
.admin-bar .fixed-top{
	top:32px !important;
}
#section-category .row{
	justify-content: center;
}
.breadcrumbs{
	margin-top: -10px;
	margin-bottom: 10px;
}
.breadcrumbs a{
	color: #fff;
	padding: 0px 5px;
}

@media (max-width: 767px){
	.admin-bar .fixed-top{
		top:46px !important;
	}
}
@media screen and (max-width: 1286px){
	.contact-area .wp-block-column:not(:first-child), .contact-area .wp-block-column:nth-child(2n) {
	    margin-left: 0px;
	}
	.leasing-area .wp-block-column:not(:first-child), .leasing-area .wp-block-column:nth-child(2n) {
	    margin-left: 0px;
	}
}
@media (max-width: 991px) and (min-width: 768px){
	.contact-area .wp-block-column {
	    flex-grow: 0 !important;
        flex: 1 !important;
	    margin-bottom: 1em;
	    flex-basis: 100%;
	    min-width: 0;
	    word-break: break-word;
	    overflow-wrap: break-word;
	}
}
@media (max-width: 767px){
	.contact-area .wp-block-column {
	    flex-grow: 0;
        flex: 1;
	    margin-bottom: 1em;
	    flex-basis: 100%;
	    min-width: 0;
	    word-break: break-word;
	    overflow-wrap: break-word;
	}
}

@media (max-width: 576px){
	#home-slider{
		margin-top: 62px;
	}
	.qmall-direction-popup{
		padding:15px 15px;
		padding-bottom:70px !important;
	}
}

@media (max-width: 1024px){
	#home-slider .item img{
		object-position: unset !important;
	}
}

.items-list > div:hover .store-single-listing{
	z-index: 999999 !important;
}

@media (max-width: 414px){
	.page-title{
		white-space: nowrap;
		font-size: 22px;
	}

	.breadcrumbs{
		white-space: nowrap;
		font-size: 12px;
	}
}