/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/*************************
  404 button background
**************************/
/*************************
  Results Partial
**************************/
/*************************
  Swiper
**************************/
/*************************
  Footer Top
**************************/
/* Additional Mixins */
.page-template-archive-testimonial .main-content .wpsr-reviews-loadmore span {
  transition: all 0.2s ease;
}

.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 .videos-gallery-wrapper {
  margin-top: 40px;
  margin-bottom: 70px;
}

.page-template-archive-testimonial .videos-gallery-wrapper .videos-wrap {
  overflow: initial;
}

.page-template-archive-testimonial .videos-gallery-wrapper .videos-wrap .swiper-slide {
  visibility: hidden;
}

.page-template-archive-testimonial .videos-gallery-wrapper .videos-wrap .swiper-slide.swiper-slide-active, .page-template-archive-testimonial .videos-gallery-wrapper .videos-wrap .swiper-slide.swiper-slide-next, .page-template-archive-testimonial .videos-gallery-wrapper .videos-wrap .swiper-slide.swiper-slide-next + .swiper-slide {
  visibility: visible;
}

.page-template-archive-testimonial .videos-gallery-wrapper .videos-wrap .cw_video_item {
  max-width: initial;
}

.page-template-archive-testimonial .videos-gallery-wrapper .cw_video_item_title {
  padding-top: 10px;
}

@media screen and (min-width: 992px) {
  .page-template-archive-testimonial .videos-gallery-wrapper {
    margin-top: 60px;
    margin-bottom: 100px;
  }
}
.page-template-archive-testimonial .videos-gallery-wrapper .arrow-prev, .page-template-archive-testimonial .videos-gallery-wrapper .arrow-next {
  top: 113%;
}

.page-template-archive-testimonial .videos-gallery-wrapper .arrow-prev {
  left: calc(50% - 30px);
}

.page-template-archive-testimonial .videos-gallery-wrapper .arrow-next {
  right: calc(50% - 30px);
}

.page-template-archive-testimonial .main-content {
  position: relative;
  padding-top: 0;
  padding-bottom: 46px;
}

@media (max-width: 767px) {
  .page-template-archive-testimonial .main-content {
    padding-bottom: 23px;
  }
}
.page-template-archive-testimonial .main-content .wpsr-reviews-loadmore {
  padding-bottom: 0;
  margin-top: 8px;
}

.page-template-archive-testimonial .main-content .wpsr-reviews-loadmore span {
  border: 3px solid var(--accent-color);
  border-radius: 70px;
  font-family: var(--secondary-font), sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #082355;
  line-height: 22px;
  padding: 15px 10px 11px;
  background: none;
  text-transform: uppercase;
  min-width: 181px;
}

.page-template-archive-testimonial .main-content .wpsr-reviews-loadmore span:is(:hover, :focus) {
  background-color: var(--color-tertiary);
  color: #fff;
  outline: none;
}

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