/*.locations-listing .pblock .content-max {
	padding: 30px;
	width: 100%;
	max-width: 716px;
}

.locations-listing .filter-form input[type="search"].clearable {
	background-repeat: no-repeat;
	transition-property: all;
	transition-timing-function: ease;
	transition-duration: 150ms;
	transition-duration: 0.3s;
	padding: 0 30px;
	background-image: url(https://www.smile-express.com/wp-content/themes/smileexpress/dist/images/close-icon-black.svg);
	background-size: 15px auto;
	background-position: right -20px center;
	height: 50px;
	width: 100%;
	border-radius: 30px;
	margin-bottom: 20px;
}

.locations-listing .filter .form-group.bottom-group {
	position: relative;
}
.locations-listing .filter .radiobox {
	margin-right: 20px;
	display: inline-block;
	position: relative;
}
.locations-listing .filter .radiobox input[type="radio"] {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
	height: 100%;
	width: 100%;
	opacity: 0;
}
.locations-listing .filter .radiobox label {
	padding-left: 26px;
	position: relative;
	font-weight: 400;
	color: black;
}
.locations-listing .filter .radiobox label:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	background-color: #000;
	border-radius: 2px;
}

.locations-listing .filter .radiobox label:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	background-color: #000;
	background-image: url(https://www.smile-express.com/wp-content/themes/smileexpress/dist/images/check-icon-white.svg);
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0;
}

.locations-listing .filter .radiobox input[type="radio"]:checked + label:after {
	opacity: 1;
}
.locations-listing .left-col .location-item {
	width: 100%;
	border-right: 3px solid transparent;
}
.locations-listing .separator {
	border-bottom: 1px solid rgba(234, 232, 226, 0.5);
}
.locations-listing .left-col .listing {
	height: 487px;
	overflow-y: auto;
}
.locations-listing .left-col .location-item .row .left-col {
	width: 260px;
	padding: 0;
}
.locations-listing .left-col .location-item .row .left-col .location-image {
	width: 100%;
	max-height: 196px;
	overflow: hidden;
	display: inline-block;
	border-radius: 20px;
}
.locations-listing .left-col .location-item .row .left-col .location-image img {
	-webkit-transform: scale(1);
	transform: scale(1);
	display: block;
	-webkit-transition: 0.25s;
	transition: all 0.25s ease;
}
.locations-listing .left-col .location-item .row .right-col {
	padding-right: 100px;
	padding-left: 20px;
	width: calc(100% - 260px);
	position: relative;
}
.location-meta svg {
	margin-right: 5px;
}
.location-meta svg path {
	fill: #000;
}

.locations-listing #locationmap {
	position: inherit !important;
	width: 100%;
	bottom: 0;
	right: 0;
	left: auto;
	background-color: #e5e3df;
	height: 812px;
}
*/