/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/*************************
  404 button background
**************************/
/*************************
  Results Partial
**************************/
/*************************
  Swiper
**************************/
/*************************
  Footer Top
**************************/
/* Additional Mixins */
.uppercase-title {
  font-family: var(--secondary-font), sans-serif;
  color: #2b2b2b;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.15rem;
  text-align: center;
}

.page-template-archive-testimonial .testimonials, .post-type-archive-testimonial .testimonials {
  padding-bottom: 30px;
}

.page-template-archive-testimonial .testimonials__written, .post-type-archive-testimonial .testimonials__written {
  margin-top: 50px;
}

@media screen and (min-width: 992px) {
  .page-template-archive-testimonial .testimonials__written, .post-type-archive-testimonial .testimonials__written {
    margin-top: 100px;
  }
}
.page-template-archive-testimonial .testimonials__grid, .post-type-archive-testimonial .testimonials__grid {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (min-width: 992px) {
  .page-template-archive-testimonial .testimonials__grid, .post-type-archive-testimonial .testimonials__grid {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .page-template-archive-testimonial .testimonials__grid, .post-type-archive-testimonial .testimonials__grid {
    align-items: center !important;
  }
}
.page-template-archive-testimonial .testimonials__item, .post-type-archive-testimonial .testimonials__item {
  border: 1px solid var(--accent-color);
  margin-bottom: 22px;
  max-width: 450px;
}

.page-template-archive-testimonial .testimonials__item:last-child, .post-type-archive-testimonial .testimonials__item:last-child {
  margin-right: 0 !important;
}

@media screen and (min-width: 992px) {
  .page-template-archive-testimonial .testimonials__item:nth-child(odd), .post-type-archive-testimonial .testimonials__item:nth-child(odd) {
    margin-right: 30px;
  }
}
@media screen and (min-width: 1440px) {
  .page-template-archive-testimonial .testimonials__item, .post-type-archive-testimonial .testimonials__item {
    margin-right: 30px;
  }
  .page-template-archive-testimonial .testimonials__item:nth-child(3n+3), .post-type-archive-testimonial .testimonials__item:nth-child(3n+3) {
    margin-right: 0;
  }
}
.page-template-archive-testimonial .testimonials__item-thumbnail, .post-type-archive-testimonial .testimonials__item-thumbnail {
  position: relative;
  margin-bottom: 0;
}

.page-template-archive-testimonial .testimonials__item-thumbnail .video_thumbnail, .post-type-archive-testimonial .testimonials__item-thumbnail .video_thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (min-width: 450px) {
  .page-template-archive-testimonial .testimonials__item-thumbnail .video_thumbnail, .post-type-archive-testimonial .testimonials__item-thumbnail .video_thumbnail {
    height: 250px;
  }
}
.page-template-archive-testimonial .testimonials__item-thumbnail-play, .post-type-archive-testimonial .testimonials__item-thumbnail-play {
  position: absolute;
  bottom: -30px;
  z-index: 99;
  left: 50%;
  margin: 0;
  max-width: 60px;
  height: auto;
  transform: translateX(-50%);
}

.page-template-archive-testimonial .testimonials__item-content, .post-type-archive-testimonial .testimonials__item-content {
  padding: 45px 20px 30px;
}

@media screen and (min-width: 768px) {
  .page-template-archive-testimonial .testimonials__item-content, .post-type-archive-testimonial .testimonials__item-content {
    padding: 60px 30px 46px;
  }
}
.page-template-archive-testimonial .testimonials__item-text, .post-type-archive-testimonial .testimonials__item-text {
  margin-bottom: 16px;
}

@media screen and (min-width: 992px) {
  .page-template-archive-testimonial .testimonials__item-text, .post-type-archive-testimonial .testimonials__item-text {
    min-height: 180px;
    max-height: 180px;
    overflow-y: auto;
  }
}
.page-template-archive-testimonial .testimonials__item-text p, .post-type-archive-testimonial .testimonials__item-text p {
  margin-bottom: 0;
}

.page-template-archive-testimonial .testimonials__item-additional, .post-type-archive-testimonial .testimonials__item-additional {
  margin-top: 8px;
}

.page-template-archive-testimonial .testimonials__item-title, .post-type-archive-testimonial .testimonials__item-title {
  color: var(--text-color);
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 71px;
}

@media (max-width: 991px) {
  .page-template-archive-testimonial .testimonials__item-title, .post-type-archive-testimonial .testimonials__item-title {
    margin-bottom: 20px;
  }
}
.page-template-archive-testimonial .testimonials__item-link, .post-type-archive-testimonial .testimonials__item-link {
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: var(--text-color);
  border-bottom: 3px solid #eb5b13;
  padding-bottom: 10px;
}

.page-template-archive-testimonial .testimonials__item-link:hover, .page-template-archive-testimonial .testimonials__item-link:focus, .post-type-archive-testimonial .testimonials__item-link:hover, .post-type-archive-testimonial .testimonials__item-link:focus {
  color: #eb5b13;
  text-decoration: none;
}

.page-template-archive-testimonial .testimonials__load-more, .post-type-archive-testimonial .testimonials__load-more {
  margin-top: 28px;
}

.written-testimonials-grid, .video-testimonials-grid {
  align-items: initial !important;
}

.written-testimonials-grid .testimonials__item-text p a, .video-testimonials-grid .testimonials__item-text p a {
  display: none;
}

.written-testimonials-grid a, .video-testimonials-grid a {
  font-size: 18px;
  margin-top: 10px;
  display: inline-block;
}

.written-testimonials-grid .testimonials__item-text, .video-testimonials-grid .testimonials__item-text {
  min-height: unset;
  max-height: unset;
}

/*# sourceMappingURL=archive-testimonial.css.map*/