@font-face {
    font-family: 'wpll-fontello';
    src: url('../font/fontello.eot?28897909');
    src: url('../font/fontello.eot?28897909#iefix') format('embedded-opentype'),
         url('../font/fontello.woff?28897909') format('woff'),
         url('../font/fontello.ttf?28897909') format('truetype'),
         url('../font/fontello.svg?28897909#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}

#wpll-gmap {
    float:right;
    width:67%;
    height:350px;
    margin-bottom:0;
}

.wpll-location-below #wpll-gmap {
    float:none;
    width:100%;
}

.wpll-gmap-canvas {
    width:100%;
    height:300px;
    margin-bottom:20px;
}

#wpll-reset-map:hover {
    cursor: pointer;
}

/*
Some themes set a box-shadow or max-width for all image /
div elements, we disable it to prevent it from messing up the map

The .gv-iv- class is used in streetview, and they should not be included.
*/
#wpll-gmap div:not[class^="gv-iv"],
#wpll-gmap img,
.wpll-gmap-canvas div:not[class^="gv-iv"],
.wpll-gmap-canvas img {
    box-shadow: none !important;
    max-width: none !important;
    background: none;
}

#wpll-gmap img,
.wpll-gmap-canvas img {
    display: inline;
    opacity: 1 !important;
    max-height: none !important;
}

/*
Fix a problem where the background color used
in street view mode doesn't cover the control area.
*/
#wpll-gmap * {
    box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
}

#wpll-gmap div.gm-iv-marker,
.wpll-gmap-canvas div.gm-iv-marker {
    backgroud-image: inherit;
}

#wpll-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
    clear: both;
    margin-bottom: 20px;
}

#wpll-search-wrap {
    float: left;
    width: 100%;
}

#wpll-search-wrap form {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}

/* Map Controls */
#wpll-gmap #wpll-map-controls {
    position: absolute;
    height: 40px;
    right: 10px;
    bottom: 24px;
    border-radius: 2px;
    z-index: 3;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
}

#wpll-gmap #wpll-map-controls.wpll-street-view-exists {
    right: 60px;
}

#wpll-map-controls .wpll-direction-preloader {
    margin: 5px 5px 0 5px;
}

#wpll-map-controls div {
    float: left;
    background: #fff;
    border-radius: 2px;
}

#wpll-map-controls div:hover {
    cursor: pointer;
}

#wpll-wrap [class^="wpll-icon-"],
#wpll-wrap [class*=" wpll-icon-"] {
    position: relative;
    float: left;
    padding: 12px 13px;
    display: inline-block;
    font-family: "wpll-fontello";
    font-style: normal;
    font-weight: normal;
    font-size: 1.3em;
    color: #737373;
    speak: none;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*
 * Make sure the CSS from a theme doesn't set a different font family, or font size
 * for the font icons. Otherwise the icons either don't show, or are to large.
 */
#wpll-map-controls span {
    font-family: inherit;
    font-size: inherit;
}

#wpll-wrap .wpll-icon-reset {
    border-radius: 2px 0 0 2px;
    z-index: 2;
    padding-right: 4px;
}

/* Fix the padding for the icon fonts in IE 8-11 :( */
#wpll-wrap .wpll-ie .wpll-icon-reset {
    margin-right: -1px;
}

#wpll-wrap .wpll-icon-direction {
    z-index: 1;
}

#wpll-map-controls.wpll-reset-exists .wpll-icon-direction {
    border-radius: 0 2px 2px 0;
}

#wpll-wrap .wpll-active-icon,
#wpll-wrap [class^="wpll-icon-"]:hover,
#wpll-wrap [class*=" wpll-icon-"]:hover {
    color: #000;
}

#wpll-wrap [class^="wpll-icon-"]:active,
#wpll-wrap [class*=" wpll-icon-"]:focus {
    outline: 0;
}

#wpll-wrap .wpll-in-progress:hover,
#wpll-wrap .wpll-in-progress {
    color: #c6c6c6;
}

/* Map reset button */
#wpll-gmap #wpll-reset-map {
    position: absolute;
    display: none;
    right: 37px;
    top: 37px;
    padding: 6px 14px;
    background: #fff !important;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 2px;
    z-index: 3;
}

#wpll-reset-map:hover {
    cursor: pointer;
}

/* Possible fix for vertical text issue in IE9? */
.gm-style-cc {
    word-wrap:normal;
}

#wpll-search-wrap .wpll-input,
#wpll-search-wrap .wpll-select-wrap {
    display:table;
}

#wpll-search-wrap .wpll-input {
  width: 95%;
}

#wpll-search-wrap .wpll-input label,
#wpll-search-wrap .wpll-input input,
#wpll-search-wrap #wpll-radius,
#wpll-search-wrap #wpll-results,
#wpll-search-btn {
    display:table-cell;
}

#wpll-search-btn {
  display: none;
 }

#wpll-search-wrap label {
    margin-bottom:0;
}

#wpll-search-input {
  height: auto;
  padding: 7px 12px;
  margin: 0;
  font-family: Neuzeit, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  border: none;
  flex-grow: 1;
  outline: none;
}

#wpll-search-btn {
    border: 1px solid #d2d2d2;
    border-radius: 3px;
}

#wpll-search-btn {
    padding: 7px 10px;
    line-height: 1.428571429;
    font-weight: normal;
    color: #7c7c7c;
    background-color: #e6e6e6;
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
    background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
    background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
    background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
    background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
    box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
    text-transform: none !important;
}

#wpll-search-input.wpll-error {
    border:1px solid #bd0028 !important;
}

.wpll-search {
    display: flex;
    flex-direction: column;
    margin-bottom:12px;
    padding:12px 15px 0 15px;
    background:#f4f3f3;
}

.wpll-search.wpll-checkboxes-enabled {
    padding: 12px;
}

/* Result list */
.wpll-back {
    display: inline-block;
}

#wpll-result-list {
    width:33%;
}

.wpll-location-below #wpll-result-list {
    width:100%;
    margin:12px 0 0 0;
}

#wpll-locations,
#wpll-direction-details {
    height:350px;
    overflow-y:auto;
}

#wpll-locations {
  max-height: 100%;
  height: auto;
  flex: 0 1 auto;
  display: flex;
}

.wpll-hide,
#wpll-direction-details {
    display:none;
}

#wpll-result-list p {
    padding-left:10px;
}
.wpll-location-below #wpll-result-list p {
    padding-left: 0;
}

#wpll-result-list a {
    outline:none;
}

#wpll-result-title {
  font-family: Chap, serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 41.95px;
  text-align: left;
  display: flex;
  vertical-align: middle;
  justify-content: space-between;
}

#wpll-result-title .right{
    font-family: Neuzeit;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    text-decoration: none;
    color: #0145E9;
    align-content: center;
}

.wpll-direction-before {
    margin: 14px 0 21px 0;
    padding-left: 10px;
}

.wpll-location-below .wpll-direction-before {
    padding-left: 0;
}

.wpll-direction-before div {
    margin-top: 10px;
}

#wpll-wrap #wpll-result-list li {
    padding: 10px;
    border-bottom: 1px dotted #ccc;
    margin-left: 0;
    overflow: hidden;
    list-style: none outside none !important;
    text-indent: 0;
}

#wpll-wrap #wpll-result-list li li {
    padding: 0;
    border-bottom: 0;
    margin-left: 14px;
    overflow: visible;
}

#wpll-result-list {
  display: flex;
  flex-direction: column;
  background: #F5F5F5;
 }

 .wpll-location-location {
    width: 62%;
 }

 .wpll-location-location h4 {
    font-family: Chap, serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    text-align: left;
    margin-bottom: 12px;
 }

.wpll-location-location span {
    font-family: Neuzeit, serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
}

/*.gm-style .gm-style-iw-tc,
.gm-style .gm-style-iw-c {
   display: none !important;
 }*/

 .wpll-direction-wrap {
   font-size: 12px;
    width: 38%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #0145E90D;
    border-radius: 5px;
    padding: 10px;
    box-sizing: border-box;
   text-align: center;
 }

 .wpll-directions {
   display: none !important;
 }

#wpll-wrap #wpll-result-list ul li {
    list-style: none !important;
    background: #fff;
    border: 1px solid #0145E9;
    border-radius: 8px;
    margin: 10px 15px;
    display: flex;
    flex-wrap: wrap;
    min-height: 130px;
    padding: 15px;
}

#wpll-wrap #wpll-result-list ol li {
    list-style: decimal !important;
}

#wpll-wrap.wpll-location-below #wpll-result-list li {
    padding: 10px 10px 10px 0;
}

#wpll-result-list li p {
    padding-left: 0;
    font-size: 11px;
    text-align: center;
    margin: 10px 0 0 0;
}

.wpll-location-details.wpll-location-listing {
    position: relative;
    padding-right: 20px;
}

.wpll-location-details.wpll-location-listing:before,
.wpll-location-details.wpll-location-listing.wpll-active-details:before {
    position: absolute;
    content: '';
    bottom:6px;
    right:0;
    border-top: 5px solid #000000;
    border-left: 6px solid rgba(0, 0, 0, 0);
    border-right: 6px solid rgba(0, 0, 0, 0);
}

.wpll-location-details.wpll-location-listing.wpll-active-details:before {
    border-bottom: 5px solid #000000;
    border-top:none;
    border-left: 6px solid rgba(0, 0, 0, 0);
    border-right: 6px solid rgba(0, 0, 0, 0);
}

#wpll-locations .wpll-location-thumb {
    float:right;
    border-radius:3px;
    margin:7px 0 0 10px;
    padding:0;
    border:none;
}

.wpll-direction-index {
    float:left;
    width:8%;
    margin:0 5% 0 0;
}

.wpll-direction-txt {
    float:left;
    width:62%;
}

.wpll-direction-distance {
    float:left;
    width:20%;
    margin:0 0 0 5%;
}

.wpll-direction-txt span {
    display:block;
    margin-top:10px;
}

.wpll-street,
.wpll-country {
    display: block;
    border-bottom: none !important;
}

.wpll-directions {
    display: table;
    border-bottom: none !important;
}

/* Preloader */
#wpll-wrap #wpll-result-list li.wpll-preloader {
    position: relative;
    border-bottom: none;
    padding: 10px 10px 10px 35px;
}

.wpll-preloader img {
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -8px;
    box-shadow:none !important;
    border:none !important;
}

.wpll-preloader span {
    float: left;
    margin: -5px 0 0 11px;
}

#wpll-search-wrap div,
#wpll-search-btn {
    margin-right: 10px;
    float: left;
}

#wpll-search-wrap .wpll-input {
    display: flex;
    align-items: center;
    border: 1px solid #1A73E8;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    background: #fff;
    margin: 0 4px;
    padding: 0 10px;
}

#wpll-search-wrap svg {
    margin-right: 10px;
}

#wpll-search-wrap .label-text {
    color: #2A2A2A;
    margin-right: 5px;
    font-family: Neuzeit, serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 16px;
    text-align: left;
    min-width: 89px;
}

#wpll-search-wrap .wpll-select-wrap {
    position: relative;
    z-index: 2;
    margin-right: 0;
}

#wpll-search-wrap  .wpll-input-field {
    position: relative;
}

#wpll-radius, #wpll-results {
    float: left;
    margin-right: 15px;
}

#wpll-category {
    position: relative;
    z-index: 1;
    clear: both;
}

#wpll-search-wrap .wpll-dropdown div {
    position: absolute;
    float: none;
    margin: -1px 0 0 0;
    top: 100%;
    left: -1px;
    right: -1px;
    border: 1px solid #ccc;
    background: #fff;
    border-top: 1px solid #eee;
    border-radius: 0 0 3px 3px;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}

#wpll-search-wrap .wpll-dropdown.wpll-active div {
    opacity: 1;
}

#wpll-search-wrap .wpll-input label {
  margin-right:0;
  display: none;
}

#wpll-radius, #wpll-results {
    display:inline;
}

#wpll-radius {
    margin-right:10px;
}
#wpll-search-btn:hover {
    cursor: pointer;
}

#wpll-search-wrap select,
#wpll-search select {
    display:none;
}

#wpll-search-wrap div label {
    float:left;
    margin-right:10px;
    line-height: 32px;
}

#wpll-results label {
   width: auto;
}

#wpll-result-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.wpll-direction-details {
    display: none;
}

/* Infowindow */
#wpll-gmap .wpll-info-window,
.wpll-gmap-canvas .wpll-info-window {
    max-width:225px;
}

.wpll-more-info-listings span,
.wpll-info-window span {
    display:block;
}

.wpll-info-window .wpll-no-margin {
    margin:0;
}

/* More info details in the location listings */
.wpll-more-info-listings {
    display:none;
}

/* Fix for Google Voice breaking the phone numbers */
.wpll-info-window span span {
    display:inline !important;
}

#wpll-wrap .wpll-info-window p {
    margin: 0 0 10px 0;
}

.wpll-location-hours {
    margin-top:10px;
}

.wpll-location-hours strong {
    display:block;
}

#wpll-gmap .wpll-info-actions {
    display:block;
    margin:10px 0 !important;
}

.wpll-info-actions a {
    float:left;
    margin-right: 7px;
}

.wpll-info-actions .wpll-zoom-here {
    margin-right:0;
}

/* --- dropdowns --- */
.wpll-dropdown {
    position: relative;
    width: 90px;
    border: 1px solid #ccc;
    cursor: pointer;
    background: #fff;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    margin-right: 0 !important;
    z-index: 2;
}

#wpll-results .wpll-dropdown {
    width: 60px;
}

#wpll-results .wpll-dropdown p {
  text-align: center;
  font-size: 11px;
  line-height: 13px;
  margin: 0;
}

.phoneNumber a {
  text-decoration: none;
  font-family: Neuzeit, serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0.02em;
  text-align: left;
}

.wpll-dropdown ul {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none;
    overflow: hidden;
}

.wpll-dropdown:hover {
    box-shadow: 0 0 5px rgba( 0, 0, 0, 0.15 );
}

.wpll-dropdown .wpll-selected-item,
.wpll-dropdown li {
    position: relative;
    display: block;
    line-height: normal;
    color: #000;
    overflow: hidden;
}

#wpll-radius .wpll-dropdown .wpll-selected-item,
#wpll-radius .wpll-dropdown li,
#wpll-results .wpll-dropdown .wpll-selected-item,
#wpll-results .wpll-dropdown li {
    white-space: nowrap;
}

.wpll-selected-item:after {
    position: absolute;
    content: "";
    right: 12px;
    top: 50%;
    margin-top: -4px;
    border: 6px solid transparent;
    border-top: 8px solid #000;
}

.wpll-active .wpll-selected-item:after {
    margin-top: -10px;
    border: 6px solid transparent;
    border-bottom: 8px solid #000;
}

.wpll-dropdown li:hover {
    background: #f8f9f8;
    position: relative;
    z-index: 3;
    color: #000;
}

.wpll-dropdown .wpll-selected-item,
.wpll-dropdown li,
.wpll-selected-item {
    list-style: none;
    padding: 9px 12px !important;
    margin:0 !important;
}

.wpll-selected-dropdown {
    font-weight: bold;
}

.wpll-clearfix:before,
.wpll-clearfix:after {
    content: " ";
    display: table;
}

.wpll-clearfix:after {
    clear: both;
}

#wpll-wrap .wpll-selected-item {
    position: static;
    padding-right: 35px !important;
}

#wpll-category,
.wpll-select-wrap {
    position: relative;
    margin-bottom: 10px;
}

.wpll-input {
  position: relative;
}

#wpll-search-wrap .wpll-scroll-required div {
    overflow-y: scroll;
}

.wpll-scroll-required ul {
    overflow: visible;
}

.wpll-provided-by {
    float: right;
    padding: 5px 0;
    text-align: right;
    font-size: 12px;
    width: 100%;
}

#wpll-wrap .wpll-results-only label {
    width: auto;
}

/* wpll custom post type pages */
.wpll-locations-details,
.wpll-location-address,
.wpll-contact-details {
    margin-bottom: 15px;
}

.wpll-contact-details {
    clear: both;
}

table.wpll-opening-hours td {
    vertical-align: top;
    padding: 0 15px 0 0;
    text-align: left;
}

table.wpll-opening-hours time {
    display:block;
}

table.wpll-opening-hours {
    width:auto !important;
    font-size:100% !important;
}

table.wpll-opening-hours,
table.wpll-opening-hours td {
    border:none !important;
}

/* Custom Infobox */
.wpll-gmap-canvas .wpll-infobox {
    min-width:155px;
    max-width:350px !important;
    padding:10px;
    border-radius:4px;
    font-size:13px;
    font-weight:300;
    border:1px solid #ccc;
    background:#fff !important;
}

.wpll-gmap-canvas .wpll-infobox:after,
.wpll-gmap-canvas .wpll-infobox:before {
    position:absolute;
    content:"";
    left:40px;
    bottom:-11px;
}

.wpll-gmap-canvas .wpll-infobox:after {
    border-left:11px solid transparent;
    border-right:11px solid transparent;
    border-top:11px solid #fff;
}

.wpll-gmap-canvas .wpll-infobox:before {
    border-left:13px solid transparent;
    border-right:13px solid transparent;
    border-top:13px solid #ccc;
    bottom:-13px;
    left:38px;
}

#wpll-checkbox-filter,
.wpll-custom-checkboxes {
    display: block;
    float: left;
    margin: 5px 0 15px;
    padding: 0;
    width: 100%;
}

#wpll-checkbox-filter li,
.wpll-custom-checkboxes li {
    float: left;
    list-style: none;
    margin: 0 1% 0 0;
}

#wpll-checkbox-filter.wpll-checkbox-1-columns li,
.wpll-custom-checkboxes.wpll-checkbox-1-columns li {
    width: 99%;
}

#wpll-checkbox-filter.wpll-checkbox-2-columns li,
.wpll-custom-checkboxes.wpll-checkbox-2-columns li {
    width: 49%;
}

#wpll-checkbox-filter.wpll-checkbox-3-columns li,
.wpll-custom-checkboxes.wpll-checkbox-3-columns li {
    width: 32%;
}

#wpll-checkbox-filter.wpll-checkbox-4-columns li,
.wpll-custom-checkboxes.wpll-checkbox-4-columns li {
    width: 24%;
}

#wpll-checkbox-filter input,
.wpll-custom-checkboxes input {
    margin-right: 5px;
}

#wpll-result-list .wpll-contact-details span {
    display: block !important;
}

/*
Hide the select2 ( https://select2.org/ ) dropdowns to
prevent duplicate dropdowns from showing up in the search bar.
*/
#wpll-search-wrap .select2 {
    display: none !important;
}

/*
Make a few adjustments for themes that use RTL languages
*/
.rtl #wpll-result-list {
    float: left;
}

.rtl #wpll-checkbox-filter input,
.rtl .wpll-custom-checkboxes input {
    margin-right: 0;
    margin-left: 5px;
}

.rtl .wpll-info-actions a {
    float: right;
    margin: 0 0 0 7px;
}

.rtl #wpll-gmap .wpll-info-window {
    padding-right: 22px;
}

.rtl #wpll-wrap #wpll-result-list li.wpll-preloader {
    padding: 10px 35px 10px 0;
}

.rtl .wpll-preloader img {
    left: 0;
    right: 10px;
}

/* Only used when the TwentyNinteen theme is active */
.wpll-twentynineteen .wpll-input {
    width: 100%;
}

.wpll-twentynineteen #wpll-search-input {
    line-height: 1.3em;
}

.wpll-twentynineteen #wpll-search-wrap label {
    margin-top: 6px;
}

.wpll-twentynineteen .wpll-dropdown {
    width: 116px;
}

#wpll-results .wpll-dropdown {
    width: 81px;
}

@media (max-width: 825px) {

    .wpll-results-only #wpll-search-wrap .wpll-dropdown {
        width: 70px;
    }

    #wpll-search-wrap .wpll-input {
        width: 100%;
        margin-bottom: 10px;
    }

    .wpll-input label,
    #wpll-radius label,
    #wpll-category label,
    .wpll-cat-results-filter #wpll-search-wrap .wpll-input,
    .wpll-no-filters #wpll-search-wrap .wpll-input,
    .wpll-results-only #wpll-search-wrap .wpll-input {
        width: auto;
    }
}

@media (max-width: 720px) {
    #wpll-search-wrap .wpll-dropdown {
        width: 114px;
    }

  .wpll-location-list-search {
      flex-flow: column !important;
  }
}

@media (max-width: 675px) {
    #wpll-search-wrap #wpll-search-btn {
        float: left;
        margin: 0 5px 0 0;
    }

    .wpll-results-only #wpll-search-wrap .wpll-input,
    .wpll-dropdown {
        width: 100%;
    }

    .wpll-input {
        margin-right: 0;
    }

    #wpll-result-list,
    #wpll-gmap {
        width:50%;
    }

    #wpll-result-list,
    #wpll-gmap {
        float: none;
        width: 100%;
    }

    .wpll-direction-before {
        padding-left: 0;
    }

    #wpll-gmap {
        margin-bottom: 15px;
    }

    .wpll-cat-results-filter .wpll-select-wrap,
    .wpll-filter .wpll-select-wrap,
    #wpll-result-list {
        margin-bottom: 10px;
    }

    #wpll-result-list p,
    #wpll-wrap #wpll-result-list li {
        padding-left: 0;
    }

    #wpll-wrap #wpll-result-list li.wpll-preloader {
        padding-left: 25px;
    }

    .wpll-preloader img {
        left: 0;
    }

    #wpll-locations.wpll-not-loaded {
        height: 25px;
    }

    #wpll-reset-map {
        top: 25px;
    }

    #wpll-gmap {
        margin-top: 10px;
    }

    .wpll-no-filters #wpll-search-wrap .wpll-input,
    #wpll-category, .wpll-input, .wpll-select-wrap,
    .wpll-input, #wpll-search-btn {
        margin-bottom: 0;
    }

    #wpll-locations.wpll-no-autoload {
        height: auto !important;
    }

    #wpll-checkbox-filter.wpll-checkbox-3-columns li,
    #wpll-checkbox-filter.wpll-checkbox-4-columns li {
        width: 49%;
    }
}

@media (max-width: 570px) {

    .wpll-checkboxes-enabled .wpll-search-btn-wrap {
        margin-top: 0;
    }

    #wpll-search-wrap div,
    #wpll-search-btn {
        margin-right: 0;
    }

    #wpll-search-wrap div label {
        display: block;
        width: 100%;
    }

    #wpll-results {
        width:auto;
    }

    .wpll-select-wrap {
        width: 100%;
    }

    #wpll-radius,
    #wpll-results {
        width: 50%;
    }

    #wpll-radius {
        margin-right: 4%;
    }

    #wpll-search-wrap .wpll-dropdown {
        width: 96% !important;
    }

    .wpll-search-btn-wrap {
        clear: both;
    }
}

@media (max-width: 420px) {
    #wpll-checkbox-filter li {
        margin: 0;
    }

    #wpll-checkbox-filter.wpll-checkbox-1-columns li,
    #wpll-checkbox-filter.wpll-checkbox-2-columns li,
    #wpll-checkbox-filter.wpll-checkbox-3-columns li,
    #wpll-checkbox-filter.wpll-checkbox-4-columns li {
        width: 100%;
    }
}

#wpll-location-list-container {
  max-width: 1200px;
  margin: auto;
  text-align: center;
  margin-bottom: 30px;
}
#wpll-location-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.wpll-location-item {
  width: 280px;
  text-align: center;
      border: 1px solid #0145E9;
    border-radius: 6px;
  padding: 15px;
}

.wpll-location-item h3 {
  font-family: Chap;
font-size: 22px;
font-weight: 700;
line-height: 26px;
text-align: left;

}
.wpll-location-item p {
  margin-bottom: 0;
  font-family: Neuzeit;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
}

.wpll-location-list-state-name {
  font-family: Chap;
  font-size: 42px;
  font-weight: 700;
  line-height: 55.06px;
  text-align: center;
  display: block;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 20px;
}

.wpll-location-list-search h2 {
font-family: Chap;
font-size: 34px;
font-weight: 700;
line-height: 83.9px;
text-align: left;
}

.wpll-location-list-search button {
  background: #0145E9;
  font-family: Neuzeit;
  font-size: 15px;
  font-weight: 400;
  line-height: 17.1px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
    padding: 10px 20px;
    border: none;
}

.wpll-location-list-search select {
  background: #F5F5F5;
  padding: 10px;
  margin-left: 20px;
  margin-right: 10px;
}

.wpll-location-list-search {
  display: inline-flex;
  align-items: center;
}

.wpll-location-item .call-box {
    background: #0145E90D;
    border-radius: 5px;
    margin-top: 10px;
    display: flex;
    padding: 10px;
    flex-direction: row;
    align-items: center;
}

.wpll-location-item .call-box span {
      font-family: Neuzeit;
    font-size: 11px;
    font-weight: 400;
    line-height: 13px;
    text-align: left;
    width: 45%;
}

.wpll-location-item .call-box a {
  font-family: Neuzeit;
font-size: 22px;
font-weight: 700;
line-height: 36px;
letter-spacing: 0.02em;
text-align: left;
color: #0145E9;
  text-decoration: none;
}

#wpll-location-list .ad-listing,
#wpll-result-list .ad-listing {
    background-color: #0033A0 !important;
    color: white;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 20px;
}

#wpll-location-list .ad-listing {
  flex-direction: column;
}

#wpll-location-list .ad-listing .logo,
#wpll-result-list .ad-listing .logo {
    width: 100%;
    height: 60px;
    text-align: left;
    margin-bottom: 10px;
}

#wpll-location-list .ad-listing .logo img,
#wpll-result-list .ad-listing .logo img {
    height: 100%;
    width: auto;
}

#wpll-location-list .ad-listing .logo,
#wpll-result-list .ad-listing .logo {
    color: #0033A0;
    font-size: 24px;
    font-weight: bold;
    padding: 10px;
    width: 120px;
    text-align: center;
}

#wpll-location-list .ad-listing .logo {
  width: auto;
  padding: 0;
}

#wpll-result-list .ad-listing .content {
    margin-top: 20px;
}

#wpll-location-list .ad-listing h1,
#wpll-result-list .ad-listing h1 {
    font-family: Chap;
    font-size: 38px;
    font-weight: 700;
    line-height: 26px;
    text-align: left;

}

#wpll-location-list .ad-listing p,
#wpll-result-list .ad-listing p {
    font-family: Neuzeit;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  text-align: left;
}

#wpll-location-list .ad-listing .learn-more,
#wpll-result-list .ad-listing .learn-more {
    margin-top: 10px;
    font-family: Neuzeit;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    text-align: left;

}

#wpll-location-list .ad-listing .phone-number,
#wpll-result-list .ad-listing .phone-number {
    margin-top: 10px;
    font-family: Neuzeit;
    font-size: 22px;
    font-weight: 700;
    line-height: 46px;
    letter-spacing: 0.02em;
    text-align: left;
}

#wpll-location-list .ad-listing .phone-number {
  margin-top: 0;
}

#wpll-result-list .ad-listing .learn-more a {
    color: #ECE176;
}
#wpll-location-list .ad-listing a,
#wpll-result-list .ad-listing a {
  text-decoration: none;
}

#wpll-result-list .ad-listing .phone-number a,
#wpll-location-list .ad-listing .phone-number a {
  color: #fff;
}

#wpll-location-list .ad-listing .learn-more-button {
  background: #001433;
  font-family: Neuzeit;
  font-size: 15px;
  font-weight: 400;
  line-height: 17.1px;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px;
}

#wpll-location-list .listing-row {
      display: flex;
    flex-direction: row;
    justify-content: space-between;
    vertical-align: middle;
    align-items: center;
  margin-top: 10px;
}

/* Modal styles */
.wpll-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.wpll-modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

.wpll-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.wpll-close:hover,
.wpll-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}


.llwp-location-container {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}

.llwp-location-left {
    width: 33%;
    margin-right: .5%;
}

.llwp-location-right {
    width: 66.5%;
}

#llwp-location-map {
    width: 100%;
    height: 400px;
}

@media (max-width: 675px) {
  .llwp-location-container {
    flex-wrap: wrap;
  }

  .llwp-location-right {
    width: 100%;
  }
}

/* Dialysis Center Container */
.dialysis-center-container {
    background-color: #f8f9fa;
    padding: 40px;
}

/* Flexbox for content and image alignment */
.center-image-service {
    display: flex;
    align-items: flex-start; /* Aligns the text and image from the top */
    justify-content: space-between; /* Ensures the text stays left and the image right */
    gap: 20px; /* Adds some spacing between the text and the image */
    margin: 20px 0;
}

/* Left: Text Block */
.service-text {
    flex: 1;
    text-align: left;
}

.service-text h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 44px;
}

.wpll-location-address span,
.service-text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
}

/* Right: Image */
.service-image {
    flex: 1;
    text-align: right;
}

.rounded-image {
    border-radius: 15px; /* Rounded corners */
    max-width: 100%;
    height: auto;
}

/* Contact Section Styling */
.center-contact p {
    margin: 10px 0;
}

.center-contact a {
    display: inline-block;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    text-decoration: none;
}

.center-contact .btn.btn-primary {
  text-decoration: none;
  font-size: 12px;
  font-weight: 400;
  line-height: 13.68px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #001433;
}

/* Media query for mobile devices (screens smaller than 768px) */
@media (max-width: 768px) {
    .center-image-service {
        flex-direction: column; /* Stack the elements vertically */
        align-items: center; /* Center-align the content */
    }

    .service-image {
        text-align: center; /* Center the image on mobile */
        margin-bottom: 20px; /* Add some space between the image and the text block */
    }

    .service-text {
        text-align: center; /* Center-align the text block on mobile */
    }
}

.wpll-checkbox {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.wpll-checkbox label {
    margin-left: 5px;
    font-family: Neuzeit, serif;
    color: #333;
}

/* Error notification styling */
.wpll-error-notification {
    position: relative;
    display: flex;
    align-items: center;
    margin: 10px 0;
    padding: 10px 15px;
    background-color: #fff2f2;
    border-left: 4px solid #d32f2f;
    border-radius: 3px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    color: #333;
    font-size: 14px;
    line-height: 1.5;
    max-width: 100%;
    z-index: 1000;
}

.wpll-error-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background-color: #d32f2f;
    color: white;
    border-radius: 50%;
    font-weight: bold;
    flex-shrink: 0;
}

.wpll-error-message {
    flex-grow: 1;
    padding-right: 10px;
}

.wpll-error-close {
    cursor: pointer;
    font-size: 18px;
    color: #999;
    padding: 0 5px;
}

.wpll-error-close:hover {
    color: #333;
}

@media (max-width: 480px) {
    .wpll-error-notification {
        flex-direction: column;
        padding: 12px;
    }
    
    .wpll-error-icon {
        margin-right: 0;
        margin-bottom: 8px;
    }
    
    .wpll-error-message {
        width: 100%;
        text-align: center;
        margin-bottom: 8px;
        padding-right: 0;
    }
}

/* Service badges for trach/vent support */
.wpll-support-services {
    margin: 5px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.wpll-service-badge {
    display: inline-block;
    padding: 2px 6px;
    border-radius: 6px;
    font-size: 10px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    white-space: nowrap;
    line-height: 1.2 !important;
    font-family: Neuzeit, serif !important;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    transition: all 0.2s ease;
}

.wpll-service-badge.wpll-trach {
    background-color: #0145E9;
    color: white;
    border: 1px solid #0135C7;
}

.wpll-service-badge.wpll-vent {
    background-color: #2563eb;
    color: white;
    border: 1px solid #1d4ed8;
}

.wpll-service-badge:hover {
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0,0,0,0.15);
}

@media (max-width: 675px) {
    .wpll-support-services {
        margin: 4px 0;
        gap: 3px;
    }
    
    .wpll-service-badge {
        font-size: 8px;
        padding: 2px 5px;
        border-radius: 6px;
    }
}
