.page-template-page-vivan-reviews .page-title {
  margin-bottom: 15px;
}
.reviews-post-info {
  line-height: 25px;
    margin-bottom: 5px;
    font-family: 'Roboto',sans-serif;
}
.reviews-post-info > div {
  display: inline-block;
  border-bottom: 1px solid;
}
.reviews-post-info > div.error-message {
  border-color: #ff8080;
}
.reviews-post-info > div.success-message {
  border-color: #00bfaf;
}
.page-template-page-vivan-reviews #show-review-form,
.page-template-page-vivan-reviews #show-review-form.show {
  margin: 0;
  text-decoration: none!important;
  color: #00bfaf;
}
#reviews-form {
  display: none;
  margin-bottom: 30px;
}
#reviews-form input, #reviews-form textarea,
#reviews-form .g-recaptcha, #reviews-form .submit-wrapper {
    display: block;
    width: 100%;
    margin: 10px auto;
}
#reviews-form input, #reviews-form textarea,
#reviews-form .g-recaptcha {
    border-radius: 0;
    min-height: 40px;
    padding: 5px 10px;
}
#reviews-form .g-recaptcha {
  padding: 0;
  margin-bottom: 20px;
}
#reviews-form input[type="submit"]{
    display: block;
    width: auto;
    margin: 0;
    text-transform: uppercase;
    border: 1px solid #00bfaf;
    color: #00bfaf;
    background-color: transparent;
}
#reviews-form input[type="submit"]:hover, #reviews-form input[type="submit"]:focus {
    background-color: #00bfaf;
    color: #fff;
}
.reviews-content .visitor-name {
  font-size: 18px;
  font-weight: 700;
}
.reviews-content .review-text {
    font-size: 14px;
    line-height: 1.41 !important;
    text-align: justify;
}
.reviews-pagination ul {
  margin: 20px auto 0;
  text-align: center;
}
.reviews-pagination ul li {
  display: inline-block;
  list-style: none;
  margin: 0 5px;
}
.reviews-pagination ul li a, .reviews-pagination ul li span {
  display: inline-block;
  padding: 5px 11px;
  border: 1px solid #00bfaf;
}
.reviews-pagination ul li a {
  color: #00bfaf;
  background-color: #fff;
}
.reviews-pagination ul li a:hover, .reviews-pagination ul li span {
  color: #fff;
  background-color: #00bfaf;
}
.reviews-pagination a:hover {
  cursor: pointer;
  text-decoration: none;
}