.places-search-widget {
	border-radius: 1px;
	background-color: #FFFFFF;
	box-shadow: 0 0 10px 0 rgba(0,16,75,0.1);
	padding: 24px;
}
.places-search-widget ul,.places-search-widget li{
	list-style: none;
    padding: 0;
    margin: 0
}
.places-search-widget li{
	float: left;
    width: 100%;
    margin-bottom: 20px
}
.places-search-widget .checkbox-list li{
    margin-bottom: 0px
}

.places-search-widget .btn-primary {
	width: 100%;
	margin-bottom: 20px;
}

.places-search-widget .intro {
	font-size: 13px;
	line-height: 19px;
	margin-bottom: 0px;
	padding-bottom: 30px;
    position: relative;
}
.places-search-widget .intro::after {
	content: '';
	height: 2px;
	width: 34px;
	background: linear-gradient(270deg, #00B1FF 0%, #0079FF 100%);
	position: absolute;
	left: 0;
	bottom: 13px;
}
.places-search-widget .headline.search {
	font-size: 18px;
	line-height: 25px;
	font-family: "Avenir Next W01 Demi", Helvetica, Arial, sans-serif;
	position: relative;
	padding-left: 45px;
    margin-bottom: 17px;
}
.places-search-widget .headline.search::before {
	content: '';
	height: 30px;
	width: 30px;
	border-radius: 2px;
	background: linear-gradient(180deg, #00AFFF 0%, #0077FF 100%);
	position: absolute;
	left: 0;
}
.places-search-widget .headline.search::after {
	content: '';
	height: 30px;
	width: 30px;
	position: absolute;
	left: 0;
	background-image: url("../images/search-white.svg");
	background-size: 19px;
	background-repeat: no-repeat;
	background-position: center;
}

.bigPlacesMap {
    margin-top: 20px;
    float: left;
}
.bigPlacesMap {
    width: 100%;
    height: 385px;
    border: 0;
    clear: both;
    margin-bottom: 5px;
}

.sub-headline {
    font-size: 1rem;
    margin-bottom: 0.5rem;
}
.places-search-list {
	margin: 40px 10px 0px 0px;
	list-style-type: none;
	padding: 0;
	float: left;
	width: 100%;
}
.places-search-list li {
	width: 100%;
	border-radius: 1px;
	background-color: #FFFFFF;
	box-shadow: 0 0 10px 0 rgba(0,16,75,0.1);
	float: left;
	margin: 0 0 25px 0;
	padding: 25px 25px 19px 25px;
	position: relative;
}
.place_description div {
	float: left;
	width: 100%;
}
.place_description div.place_website {
	margin-top: 5px;
}
.place_description div.place_street {
	margin: 10px 0 0px 0;
	position: relative;
	padding: 14px 0 0 0;
}
.place_description div.place_street::before  {
	content: '';
	height: 2px;
	width: 34px;
	background: linear-gradient(270deg, #00B1FF 0%, #0079FF 100%);
    position: absolute;
    top:0
}
.wp-admin .place_phone,.wp-admin .place_email,.wp-admin .place_fax {
    background-image: none
}
.place_phone {
	background-image: url("../images/phone-incoming.svg");
	background-size: 19px;
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 30px;
	margin-bottom: 3px;
	margin-top: 15px;
}
.place_phone a{
	font-family: "Avenir Next W01 Regular", Helvetica, Arial, sans-serif;
    color: #1E2543;
    
}
.place_email {
	background-image: url("../images/mail.svg");
	background-size: 19px;
	background-repeat: no-repeat;
	background-position: left top 4px;
	padding-left: 30px;
}
.place_fax {
	background-image: url("../images/printer.svg");
	background-size: 19px;
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 30px;
	margin-bottom: 3px;
	margin-top: 15px;
}
.place_website {
	background-image: url("../images/world.svg");
	background-size: 19px;
	background-repeat: no-repeat;
	background-position: left top 4px;
	padding-left: 30px;
}





.place_email a,.place_website a {
	color: #1E2543;
	font-family: "Avenir Next W01 Regular", Helvetica, Arial, sans-serif;
	font-size: 13px;
}
.distance {
	background-image: url("../images/location.svg");
	background-size: 12px;
	background-repeat: no-repeat;
	background-position: left top 7px;
	padding-left: 19px;
	font-size: 10px;
	color: #00104B;
	font-family: "Avenir Next W01 Demi", Helvetica, Arial, sans-serif;
	padding-top: 1px;
}
.distance-place-type {
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
}
.place_type {
	font-size: 10px;
	font-family: "Avenir Next W01 Demi", Helvetica, Arial, sans-serif;
	line-height: 14px;
	min-height: 24px;
	box-shadow: 0 0 10px 0 rgba(230,58,81,0.1);
	border-radius: 1px;
	color: #fff;
	padding: 5px 10px;
	margin-left: 15px;
}

.place_type.doctor {
background-color: #E63A51;
}
.place_type.hospital {
background-color: #3E9EA7;
}
.place_type.medical-practice {
background-color: #56A3DE;
}
.place_type.pharmacy {
background-color: #E6853A;
}

.place_type.support-group {
background-color: #38318C;
}
.place_type.specalist-dealer {
background-color: #833F9C;
}
.place_type.orthopedic-shoemaker {
background-color: #8BBE91;
}
.place_type.podiatrist {
background-color: #DEE56D;
}

.target {
	float: right;
	font-size: 10px;
	font-family: "Avenir Next W01 Demi", Helvetica, Arial, sans-serif;
}
.target img {
	float: left;
	margin: 4px 6px 0px 0;
}
.pin-legend {
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-top: 45px;
    font-family: "Avenir Next W01 Demi", Helvetica, Arial, sans-serif;
}

.pin-legend div {
	width: 25%;
	font-size: 10px;
	line-height: 15px;
	margin-bottom: 13px;
}
.pin-legend div img {
	float: left;
	margin: 0 10px 0px 0;
    border: 0
}
.pin-legend div span {
	float: left;
	width: calc(100% - 30px - 12px);
	margin-top: 8px;
}

.places-search-list li .btn-wrapper a {
	height: 50px;
	width: 50px;
	border-radius: 25px;
	background-color: #0077FF;
	box-shadow: 0 5px 13px 0 rgba(0,119,255,0.14);
	position: absolute;
	background-size: 25px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("../images/arrow-narrow-right-white.svg");
	right: 25px;
	bottom: 25px;
	text-indent: -6666rem;
	margin: 0;
}

@media only screen and (max-width:910px) {
    
    .places-search-list li .btn-wrapper a {
        height: 40px;
        width: 40px;
    }
    
    .bigPlacesMapLegend {
        box-shadow: 0 0 10px 0 rgba(0,16,75,0.1);
        padding: 10px;
        float: left;
        margin-top: 20px;
        width: 100%
    }  
    
    .pin-legend {
        margin-top: 20px;
        display: none;
    }
    
    .pin-legend.active {
        display: flex;
    }
    
    .bigPlacesMapLegend a::before {
        content: '';
        height: 30px;
        width: 30px;
        border-radius: 2px;
        background: linear-gradient(180deg, #00AFFF 0%, #0077FF 100%);
        position: absolute;
        left: 0px;
        top: 0px;
    }  
    
    .bigPlacesMapLegend a::after {
        content: '';
        height: 30px;
        width: 30px;
        position: absolute;
        left: 0px;
        background-image: url("../images/map-pin-white.svg");
        background-size: 19px;
        background-repeat: no-repeat;
        background-position: center;
        top: 0px;
    } 
    
    .bigPlacesMapLegend a {
        position: relative;
        width: 100%;
        height: 30px;
        padding-left: 40px;
        padding-top: 3px;
        color: #00104B;
    }
    
    .bigPlacesMapLegend a .plus {
        height: 30px;
        width: 30px;
        position: absolute;
        right: 0;
        top: 0;
        background-image: url("../images/plus.svg");
        background-size: 24px;
        background-repeat: no-repeat;
        background-position: center;
        text-indent: -9999rem;
    }
    
    .bigPlacesMapLegend a.active .plus {
        background-image: url("../images/minus.svg");
    }
    
    .places-search-list li {
        padding: 35px 25px 19px 25px;
    }
    
}