.job-checkins__row {
    display: flex;
    flex-wrap: wrap;
}

.job-checkins__column {
    padding: 15px;
    border: 1px solid #d8d8d8;
    border-radius: 7px;
    box-shadow: 0px 0px 5px #d8d8d8;
    width: 49%;
    margin: 5px;
}

.job-checkins__map-image {
    display: flex;
}

.job-checkins__map-wrapper {
    flex: 1;
    width: 50%;
    margin-right: 5px;
}

.job-checkins__image-wrapper {
    flex: 1;
    width: 50%;
    margin-left: 5px;
}

.job-checkins__title h2 {
    font-family: 'Bebas Neue', sans-serif!important;
    font-size: 30px!important;
    margin-bottom: 0px!important;
}

span.job-checkins__datecompleted {
    display: block;
    font-family: Montserrat, sans-serif;
    font-size: 13px;
}

p.job-checkins__content {
    font-size: 14px;
    font-family: Montserrat, snas;
    display: block;
    margin-top: 15px;
    margin-bottom: 20px;
}

.job-checkins__image-wrapper {
    width: 50%;
    height: 200px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.job-checkins__title h2 a {
    color: #094638!important;
}

.validation_message--hidden-on-empty {
    display: none!important;
    padding: 0!important;
    border: 0!important;
}
h1.job_checkins__single-post-title {
    font-size: 28px;
    font-family: inherit;
    font-weight: 700;
}
.job-checkins__pagination {
    display: block;
    text-align: center;
    width: 100%;
    margin-top: 25px;
}

.job-checkins__pagination span {
    font-weight: bold;
    margin-left: 10px;
}

.job-checkins__pagination a {
    margin-left: 10px;
}

span.recent__badge {
    display: inline-block;
    padding: 2px 10px;
    background-color: #09a709;
    color: #9cfb9f;
    border-radius: 5px;
    font-size: 13px;
}

.job-checkins__title span.recent__badge {
    display: inline;
    position: relative;
    top: -5px;
    left: 5px;
    color: white;
    padding: 4px 15px;
    font-family: sans-serif!important;
    font-size: 10px;
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: auto;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
  text-overflow: wrap;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50px;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.customer-review__social-icons {
    display: block;
    text-align: center;
}

ul.customer-review__icons {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    align-content: center;
}

ul.customer-review__icons .social-icons {
    flex: 1;
}

ul.customer-review__icons .social-icons.facebook svg {
    fill: #3b5998;
}

.customer-review__icons li.social-icons.yelp {
    fill: #c41200;
}

.customer-review__content .tooltip {
    display: block;
    text-align: center;
    margin-bottom: 40px;
}

textarea#customerReview {
    text-align: center;
    height: 150px;
    font-style: italic;
}

.customer-review__star-rating {
    display: block;
    text-align: center;
    margin-top: 20px;
}

.customer-review__content {
    text-align: center;
}

.customer-review__star-rating i {
    font-size: 40px;
}

.customer-review__header h1 {
    text-align: center;
}
.customer-review__logo-img img {
    width: 250px;
    text-align: center;
}

.customer-review__logo-img {
    text-align: center;
}

.gsurvey-rating:not(:checked)>label:hover, .gsurvey-rating:not(:checked)>label:hover~label {
    background-image: url('/wp-content/plugins/gravityformssurvey/images/star1.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40px 40px!important;
}


.gsurvey-rating:not(:checked)>label {
    float: right;
    width: 40px!important;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 40px!important;
    line-height: 40px!important;
    color: #ddd;
    background-image: url('/wp-content/plugins/gravityformssurvey/images/star0.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40px 40px!important;
    text-indent: 9999999999px;
}

.job_checkin__logo {
    text-align: center;
    display: block;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}

.job_checkin__logo img {
    width: 175px!important;
}

@media only screen and (max-width: 600px) {
    .job-checkins__column {
        width: 100%;
    }
    .customer-review__social-icons ul li {
        flex: 30%;
    }

    .customer-review__social-icons ul {
        flex-wrap: wrap;
    }
}

