/* Service Area 2 */
#service-area-list.secondary-tools-outer {
  position: relative;
}
#service-area-list.secondary-tools-outer > .width-limiter > div:first-of-type:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(/assets/templates/main/images/backgrounds/reviews-background-image.jpg);
  background-position: right center;
  background-size: cover;
  z-index: 1;
  top: 0px;
  left: 0px;
}
#service-area-list .width-limiter > div,
#service-area-search {
  position: relative;
  z-index: 2;
  text-align: center;
}
.sidebar-right #service-area-list.secondary-tools-outer > .width-limiter {
  width: 100%;
  padding: 0px;
}

@media all and (min-width: 801px) {
  .full-width #service-area-list.secondary-tools-outer:before {
    width: 50%;
    height: 100%;
    content: '';
    position: absolute;
    background-image: url(/assets/templates/main/images/backgrounds/reviews-background-image.jpg);
    background-position: right center;
    background-size: cover;
    z-index: 1;
    top: 0px;
    left: 0px;
  }
  .full-width #service-area-list.secondary-tools-outer > .width-limiter > div:first-of-type:before {
    content: none;
  }
  .full-width #service-area-list > .width-limiter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .full-width #service-area-list > .width-limiter > div {
    width: calc(50% - 20px);
  }
}
@media all and (max-width: 800px) {
  .full-width #service-area-list.secondary-tools-outer > .width-limiter {
    width: 100%;
    padding: 0px;
  }
}

/*  Content Pattern Towns List */
.service-cities {
  display: inline;
}
.secondary-tools ul.service-cities li {
    display: inline-block;
    padding: 0px;
    margin: 3px 10px;
}
.secondary-tools ul.service-cities li.sa-read-more {
  display: block;
}
#service-area-list li a:link,
#service-area-list li a:visited {
    display: inline-block;
    padding: 5px;
    margin: 0px -5px;
}
/*  End Content Pattern Towns List */