.wpgmp_listing_grid .fc-item-steelcraft.fc-wait .wpgmp_locations {
    padding: 15px !important;
}

.wpgmp_listing_grid .fc-item-steelcraft.fc-wait .wpgmp_location_meta {
    margin-top: 0;
}

.fc-item-steelcraft.fc-wait .wpgmp_locations {
    background: #fdfdfd;
    border: 1px solid #F1F1F1;
	width:75%;
}

.fc-item-steelcraft.fc-wait .wpgmp_locations img {
    padding: 0px;
    margin-right: 15px !important;
}

.fc-item-steelcraft.fc-wait .wpgmp_locations_foot {
    margin: 0px;
}

.fc-item-steelcraft .wpgmp_location_meta {
    margin-right: 0px;
}

.wpgmp_listing_list .fc-item-steelcraft .wpgmp_locations {
    padding: 10px 15px !important;
}

.fc-item-steelcraft .wpgmp_locations .fc-accordion dt{
	margin-bottom: 0px;
}

.fc-item-steelcraft .wpgmp_locations .fc-accordion dt a:hover,
.fc-item-steelcraft .wpgmp_locations .fc-accordion dt.active a,
.fc-accordion dt a  {
    background: #fdfdfd;
	border: none;
    color: #44687D;
	text-decoration: none;
	font-family: var( --e-global-typography-primary-font-family );
}

.fc-item-steelcraft .wpgmp_locations .fc-accordion dt a.sc_place_title{
	float:right;
	width:50%;
	color: #44687D;
}

.fc-item-steelcraft .wpgmp_locations .fc-accordion dt a.place_title{
	float:left;
	width:auto;
	color: #44687D;
}
.fc-item-steelcraft .wpgmp_locations .fc-accordion dt a.place_title::after,
.fc-item-steelcraft .wpgmp_locations .fc-accordion dt.active a.place_title::after{
	content: '';
	background-image: none;
}

.fc-item-steelcraft .wpgmp_locations .fc-accordion dt a.sc_place_title::after{
	content: '\f067';
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
	background-image: none;
}

.fc-item-steelcraft .wpgmp_locations .fc-accordion dt.active a.sc_place_title::after{
	content: '\f068';
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
	background-image: none;
}

.wpgmp-map-1 .active.wpgmp_locations_content   {
    background: #fdfdfd;
    color: #44687D;
	padding-top: 0px;
}

.fc-accordion dd {
	border: none;
	padding-left: 15px !important;
}
.fc-accordion dd a{
	color: #44687D;
}

.wpgmp_filter_wrappers{
	
	background-color: #DBE4EA;
}

div.categories_filter select{
	background-color: #44687D;
	font-family: var( --e-global-typography-primary-font-family );
	font-size: 18px;
	text-transform: uppercase;
	border-radius: 15px;
}

div.wpgmp_before_listing{
	display: none;
}

div.wpgmp_search_form input.wpgmp_search_input{
	border: solid 3px #44687D;
	border-radius: 15px;
	font-size:16px;
	color: #7B95A3;
}

div.wpgmp_search_form:after{
	background: none;
}

/* Show mobile for devices under 575px */
@media screen and (max-width: 575px){
	.fc-item-steelcraft.fc-wait .wpgmp_locations {
		width:100%;
	}
	
	.fc-item-steelcraft .wpgmp_locations .fc-accordion dt a.sc_place_title{
		width:30%;
	}
	
	.fc-item-steelcraft .wpgmp_locations .fc-accordion dt a.place_title{
		width: 70%;
	}
	
	#map1{
		height:400px !important;
	}
	
}
