.w2dc-content, .w2dc-map-listing-field {
  font-size: 1rem !important;
  font-style: normal;
  line-height: 1.75;
}

.w2dc-fields-group .w2dc-fields-group-caption {
  border-bottom: 4px solid rgba(246,247,251,1);
}

header.w2dc-listing-header h2, .w2dc-fields-group .w2dc-fields-group-caption {
  font-size: 1.75rem;
}

.phone-btn {
  height: auto !important;
  padding: 10px 20px !important;
}

.btn-round {
  border-radius: 1.75rem !important;
}

.w2dc-maps-canvas-wrapper {
  border: 0;
}

.w2dc-listings-block-content .w2dc-row.w2dc-listing {
  background-color: #fff;
  padding: 1rem;
  border-top: 0;
  border-bottom: 0;
  border-radius: 0.5rem;
  box-shadow: 0 0 11px #eaf0f6;
}

.w2dc-featured-label {
  background-color: rgba(250,168,25,1);
}

span.w2dc-show-on-map {
  cursor: default;
}

div.w2dc-content a, div.w2dc-content a:visited  {
  color: #42526E;
}

div.w2dc-content a:hover {
  color: #0052CC;
}

.w2dc-sticky-ribbon span {
  background-color: #0052CC;
}

.w2dc-sticky-ribbon span::before {
  border-left: 3px solid #0052CC;
  border-top: 3px solid #0052CC;
}

.w2dc-sticky-ribbon span::after {
  border-right: 3px solid #0052CC;
  border-top: 3px solid #0052CC;
}

.w2dc-field-output-block-address .w2dc-field-caption {
  display: block !important;
}

.w2dc-page-header-widget {
  padding: 0;
  margin-bottom: 0;
  text-align: left;
  position: relative;
  z-index: 1;
  background-color: transparent !important;
  background-size: cover;
  background-position: center center;
}

.w2dc-page-header-widget a {
  text-decoration: underline;
}

.w2dc-page-header-widget:after {
  background-color: transparent !important;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  opacity: 0.5;
}

.w2dc-content .w2dc-page-header-widget,
.w2dc-content .w2dc-page-header-widget h1,
.w2dc-content .w2dc-page-header-widget a,
.w2dc-content .w2dc-page-header-widget a:hover,
.w2dc-content .w2dc-page-header-widget a:focus,
.w2dc-content .w2dc-page-header-widget a:visited {
  color: #FFFFFF;
}

#w2dc-fields-group-6 .w2dc-field-content {
  width: 100%;
  padding-top: 2rem;
}

.w2dc-field-output-block-address .w2dc-field-caption, .w2dc-field-output-block-address .w2dc-field-caption .w2dc-field-name {
  font-size: 1.75rem;
  font-weight: 600;
}

a.claim-listing {
  font-size: 1.25rem; 
  font-weight: 700; 
  text-decoration: none; 
  background-color: #f6f7fb;
  padding: 8px 0px 5px 0px; 
  border-radius: 5px;
}

a.claim-listing:hover {
  background-color: #0065ff;
  color: #ffffff !important;
  text-decoration: none;
}

.w2dc-content address {
  font-size: 1.25rem;
  font-style: normal;
  line-height: 1.75;
}

.w2dc-listing-single .w2dc-field-output-block-34 ul.w2dc-checkboxes-columns-2 {
  margin-bottom: 2rem;
  padding-left: 0px;
  margin-left: 0px;
}

.w2dc-listing-single .w2dc-field-output-block-34 ul.w2dc-checkboxes-columns-2 li {
  border-radius: 3px;
  color: #fff;
  text-align: center;
  display: inline-block;
  padding: 6px 20px;
  width: auto;
  font-weight: 600;
  text-transform: uppercase;
}

.w2dc-listing-single article.w2dc-listing {
   overflow: unset;
}

.w2dc-listing-single .w2dc-field-output-block-34 ul.w2dc-checkboxes-columns-2 li:first-child {
  background-color: rgba(250,168,25,1);
  margin-right: 20px;
}
.w2dc-listing-single .w2dc-field-output-block-34 ul.w2dc-checkboxes-columns-2 li:last-child {
  background-color: #0065ff;
  margin-right: 20px;
}

.w2dc-listing-single .w2dc-field-output-block-34 ul.w2dc-checkboxes-columns-2 li span {
  color: #fff;
}

span.w2dc-map-listing-field-icon.w2dc-fa.w2dc-fa-map-marker {
  display: none;
}

.w2dc-show-on-map span:first-of-type {
  display: block;
}

div .w2dc-map-listing-field.w2dc-map-listing-field-phone {
  font-size: 1.25rem !important;
}

input .w2dc-get-directions-button {
  border-radius: 3px;
}

@media (max-width: 768px) {
  .w2dc-listing-single ul.w2dc-checkboxes-columns-3 li {
    float: none;
    width: 100%;
  }
  .w2dc-map-search-input-container {
    background-color: #fff;
  }
}

@media (min-width: 1200px) {
  #w2dc-fields-group-6 .w2dc-field-content {
    width: 65%;
}
}

