.iframe-map {
	margin-top: 0px;
}
.iframe-map #wpadminbar {
	display: none;
}
.wpsl-search {
	background: none;
	padding: 0;
}
#wpsl-search-wrap {
}
#wpsl-search-wrap form {
	display: flex;
	justify-content: space-between;
}
#wpsl-search-wrap div {
	float: none;
}
#wpsl-search-wrap div label {
	float: none;
	white-space: nowrap;
	width: auto;
}

.wpsl-input {
    margin-right: 0px;
    float: none;
	width: 30%;
}
#wpsl-search-wrap .wpsl-input {
	display: flex;
}
#wpsl-search-wrap .wpsl-input div {
	flex: 0 1 30%;
	display: block;
}
#wpsl-search-input {
	flex: 1 1 70%;
	display: block;
}
.wpsl-input div label,
.wpsl-input div input {
	flex-grow: 1;
}

.wpsl-select-wrap {
    margin-right: 0px;
    float: none;
	width: 45%;
	display: flex !important;
	justify-content: space-between;
	padding-left: 20px;
}
.wpsl-select-wrap > div {
    flex-grow: 1;
	display: flex !important;
}

.wpsl-search-btn-wrap {
    float: none;
	width: 25%;
	margin: 0 !important;
}
#wpsl-search-btn {
	border: none !important;
	background: none;
	width: 100%;
	color: #fff;
	background-color: #7fa1d4;
	border-radius: 0px !important;
}

.wpsl-input input {
	border: none !important;
	background: none !important;
	border-bottom: solid 1px #3E3E3E !important;
	line-height: 20px !important;
	border-radius: 0 !important; 
}

.wpsl-dropdown {
    border: none !important;
    background: none !important;
	border-bottom: solid 1px #3E3E3E !important;
	border-radius: 0 !important; 
	background-image: url( ../wpsl-markers/dropdown-bg.svg) !important; 
	background-repeat: no-repeat !important; 
	background-position: right center !important;  
   -moz-appearance: none !important;  
   -webkit-appearance: none !important;  
   appearance: none !important;  
}


.wpsl-selected-item {
	background: none !important;
	line-height: 20px !important;
	border-radius: 0 !important; 
}





#wpsl-gmap {
	width: 66.667%;
}
#wpsl-result-list {
	border: solid 1px #707070;
	width: 33.333%;
	box-sizing: border-box;
}

#wpsl-wrap #wpsl-result-list li {
    border-bottom: 1px solid #7fa1d4;
}

.wpsl-store-location {
	padding-left: 60px;
	position: relative;
	padding-top: 20px;
}
.wpsl-store-location:before {
	content: "";
	position: absolute;
	display: block;
	top: 20px;
	left: 10px;
	width: 35px;
	height: 80px;
	background-image: url( ../wpsl-markers/blue@2x.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.wpsl-store-location h2 {
	font-size: 1.15rem;
	color: #7fa1d4;
}

.wpsl-direction-wrap {
	display: none;
}


.wpsl-contact-terms {
	margin-top: 10px;
	margin-bottom: 10px;
	display: flex;
	margin-left: -5px;
	margin-right: -5px;
	align-items: stretch;
}
.wpsl-contact-terms div {
	padding-left: 5px;
	padding-right: 5px;
	font-size: 0.6rem;
	width: 25%;
	box-sizing: border-box;
}
.wpsl-contact-terms span {
	display: inline-block;
	border: solid 1px #707070;
	border-radius: 10px;
	padding: 5px;
	text-align: center;
	display: flex;
	height: 100%;
	align-items: center;
}
.wpsl-contact-terms span.showroom-demo-area,
.wpsl-contact-terms span.showroom-demo-area-fr {
	background-color: #3E3E3E;
	color: #fff;
}
.wpsl-contact-terms span.warranty-service-center,
.wpsl-contact-terms span.warranty-service-center-fr {
	background-color: #7fa1d4;
	color: #fff;
}

.wpsl-info-window {
}
.wpsl-info-window h2 {
	font-size: 0.85rem;
	color: #7fa1d4;
}


.wpsl_stores-template-default .atwm-header-breadcrumbs {
	margin-bottom: 2rem;
}
.wpsl_stores-template-default .wpsl-locations-details span strong {
	font-size: 2.2rem;
	color: #7fa1d4;
}

/* Mobile portrait & lendscape mode */
@media (max-width: 767px) {

}
/* Mobile portrait mode */
@media (max-width: 575px) {
	#wpsl-search-wrap form {
		flex-wrap: wrap;
	}
	#wpsl-search-wrap .wpsl-select-wrap {
		width: 100%;
		padding-left: 0;
	}
	.wpsl-search-btn-wrap {
		margin-top: 15px !important;
		width: 100%;
	}
	#wpsl-gmap {
		width: 100%;
	}
	#wpsl-result-list {
		width: 100%;
	}
	#wpsl-radius-dropdown {
		margin-right: 15px !important;
	}

	.wpsl-store-location {
		padding-left: 20px;
	}
	.wpsl-store-location::before {
		display: none;
	}
}
/* Mobile lendscape mode */
@media (min-width: 576px) and (max-width: 767px) {
	#wpsl-search-wrap form {
		flex-wrap: wrap;
	}
	#wpsl-search-wrap .wpsl-select-wrap {
		width: 100%;
		padding-left: 0;
	}
	.wpsl-search-btn-wrap {
		margin-top: 15px !important;
		width: 100%;
	}
	#wpsl-gmap {
		width: 100%;
	}
	#wpsl-result-list {
		width: 100%;
	}
	#wpsl-radius-dropdown {
		margin-right: 15px !important;
	}
}

/* iPad portrait mode */
@media (min-width: 768px) and (max-width: 991px) {
	.wpsl-store-location {
		padding-left: 10px;
		position: relative;
		padding-top: 10px;
	}
	.wpsl-store-location:before {
		display: none;
	}
	#wpsl-search-wrap form {
		flex-wrap: wrap;
	}
	#wpsl-search-wrap .wpsl-select-wrap {
		width: 100%;
		padding-left: 0;
	}
	.wpsl-search-btn-wrap {
		margin-top: 15px !important;
		width: 100%;
	}
}
/* iPad lendscape mode */
@media (min-width: 992px) and (max-width: 1199px) {

}
@media (min-width: 1200px) {
	.wpsl-dropdown {
		background: none !important;
	}
	.wpsl-selected-item:after {
		border: none;
		background-image: url( ../wpsl-markers/dropdown.svg);
		width: 10px;
		height: 8px;
		background-repeat: no-repeat;
		right: 4px;
	}
	.wpsl-active .wpsl-selected-item:after {
		border: none;
		background-image: url( ../wpsl-markers/dropdown.svg);
		width: 10px;
		height: 8px;
		background-repeat: no-repeat;
		right: 4px;
		transform: rotate(180deg);
		margin-top: -5px !important;
	}
}
@media (min-width: 1400px) {
	
}
