/**
 * Breakpoints
 */
/**
 * Fonts
 */
/**
 * Colours
 */
/**
 * Animation
 */
/**
 * General
 */
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
  margin-top: 10px;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/**
* General
**/
@media (min-width: 1200px) {
  .container.our-sites-container {
    max-width: 1268px;
  }
}
@media (min-width: 1200px) {
  .container.our-sites-single-container {
    max-width: 1238px;
  }
}

.sites-card {
  border-radius: 15px;
  background-size: cover;
  background-position: center;
}
.sites-card .caption {
  background-color: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
.sites-card .link {
  background-color: yellow;
  color: #fff;
}

h2 {
  font-size: 39px;
}

.responsive-img {
  width: 100%;
  height: auto;
}

.sites-subtitle {
  font-size: 16px;
  color: #444444;
}

.title-style {
  font-size: 29px;
  font-weight: 400;
}
@media screen and (min-width: 550px) {
  .title-style {
    font-size: 39px;
  }
}

.title-container {
  padding: 30px 0;
}
@media screen and (min-width: 550px) {
  .title-container {
    padding: 30px 60px;
  }
}
.title-container .title {
  font-size: 31px;
  font-weight: 400;
}
@media screen and (min-width: 550px) {
  .title-container .title {
    font-size: 39px;
  }
}
.title-container .fleet-title {
  font-size: 30px;
  font-weight: 400;
  color: #454545;
}

/**
* Gutenberg
**/
.hero {
  height: 50vh;
}
@media screen and (min-width: 550px) {
  .hero {
    height: 70vh;
  }
}
.hero .title {
  color: #fff;
  font-weight: 400;
  font-size: 48px !important;
}
@media screen and (min-width: 550px) {
  .hero .title {
    font-size: 61px !important;
  }
}

.intro-text {
  padding: 30px;
}
@media screen and (min-width: 550px) {
  .intro-text {
    padding: 50px 30px 120px;
  }
}
@media screen and (min-width: 1320px) {
  .intro-text {
    padding: 50px 0 120px;
  }
}

/**
* Our sites archive
**/
.map-container {
  background-color: #f2f2f2;
  padding: 5px 0 0;
}
@media screen and (min-width: 550px) {
  .map-container {
    padding: 30px 0;
  }
}
@media screen and (min-width: 1320px) {
  .map-container {
    padding: 0;
  }
}
.map-container .filters {
  /**
  * Fields
  **/
}
@media screen and (min-width: 950px) {
  .map-container .filters {
    display: flex;
    justify-content: space-between;
    padding: 30px 50px;
    margin-bottom: 20px;
  }
}
.map-container .filters .post-filters {
  width: 100%;
}
.map-container .filters .post-filters form {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 550px) {
  .map-container .filters .post-filters form {
    flex-wrap: nowrap;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 950px) {
  .map-container .filters .post-filters form {
    margin-bottom: 0;
  }
}
.map-container .filters .post-filters form .fields {
  display: flex;
  gap: 20px;
  align-items: center;
}
.map-container .filters .post-filters form .fields .filter-title {
  margin: 0 auto 20px;
}
.map-container .filters .post-filters form .fields .filter-title:after {
  content: url("../img/icons/arrow-down.svg");
  margin-left: 10px;
}
@media screen and (min-width: 550px) {
  .map-container .filters .post-filters form .fields .filter-title {
    margin: 0;
  }
  .map-container .filters .post-filters form .fields .filter-title:after {
    content: unset;
  }
}
.map-container .filters .post-filters form .fields.content-filters {
  order: 2;
  width: 100%;
}
@media screen and (max-width: 550px) {
  .map-container .filters .post-filters form .fields.content-filters {
    display: block;
  }
  .map-container .filters .post-filters form .fields.content-filters .filter-title {
    text-align: center;
  }
}
@media screen and (min-width: 550px) {
  .map-container .filters .post-filters form .fields.content-filters {
    order: 1;
    width: unset;
  }
}
.map-container .filters .post-filters form .fields.content-filters .select-container {
  display: inline-block;
  position: relative;
}
.map-container .filters .post-filters form .fields.content-filters .select-container:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  transition: background-color 0.3s;
  border-radius: 12px;
}
.map-container .filters .post-filters form .fields.content-filters .select-container:after {
  content: url("../img/icons/dropdown-arrow.svg");
  transform: rotate(-90deg);
  transition: transform 0.3s;
  position: absolute;
  top: 15px;
  right: 32px;
}
.map-container .filters .post-filters form .fields.content-filters .select-container:hover:before {
  background-color: #7e9453;
}
.map-container .filters .post-filters form .fields.content-filters .select-container.open:after {
  transform: rotate(0);
}
.map-container .filters .post-filters form .fields.content-filters .select-container .sites-post-filter {
  position: relative;
  display: none;
  transition: all 0.3s;
  padding-left: 10px;
}
@media screen and (min-width: 550px) {
  .map-container .filters .post-filters form .fields.content-filters .select-container .sites-post-filter {
    display: block;
  }
}
.map-container .filters .post-filters form .fields.content-filters .select-container .sites-post-filter:hover {
  cursor: pointer;
  color: #fff;
}
.map-container .filters .post-filters form .fields.content-filters .select-container .sites-post-filter#sites-country, .map-container .filters .post-filters form .fields.content-filters .select-container .sites-post-filter#sites-spaces {
  width: 290px;
}
.map-container .filters .post-filters form .fields.content-filters .select-container .sites-post-filter.open {
  display: block;
}
@media screen and (max-width: 550px) {
  .map-container .filters .post-filters form .fields.content-filters .select-container .sites-post-filter.open {
    margin: 10px auto;
  }
}
.map-container .filters .post-filters form .fields.content-filters .select-container .sites-post-filter option {
  color: #7e9453;
}
.map-container .filters .post-filters form .fields.display-filters {
  display: flex;
  align-items: baseline;
  gap: 20px;
  gap: 0;
  background-color: #d6d2d2;
  border-radius: 9px;
  order: 1;
  margin: 20px auto;
}
@media screen and (min-width: 550px) {
  .map-container .filters .post-filters form .fields.display-filters {
    order: 2;
    margin: unset;
    height: 100%;
  }
}
.map-container .filters .post-filters form .fields.display-filters .radio-field input {
  display: none;
}
.map-container .filters .post-filters form .fields.display-filters .radio-field input:checked + label {
  background-color: #7e9453;
  color: #fff;
}
.map-container .filters .post-filters form .fields.display-filters .radio-field label {
  padding: 10px 20px;
  border-radius: 10px;
  background-color: #d6d2d2;
  color: #190a0a;
  font-size: 20px;
}
@media screen and (min-width: 550px) and (max-width: 950px) {
  .map-container .filters .post-filters form .fields.display-filters .radio-field label {
    font-size: 15px;
  }
}
.map-container .filters select {
  position: relative;
  border: 1px solid #7e9453;
  border-radius: 10px;
  font-size: 20px;
  text-align: center;
  background-color: transparent;
  color: #7e9453;
  padding: 10px 20px 10px 20px;
  transition: all 0.3s;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
@media screen and (min-width: 550px) and (max-width: 950px) {
  .map-container .filters select {
    font-size: 15px;
  }
}
.map-container .filters select:after {
  content: ">";
  position: absolute;
}
.map-container .filters #our-sites-filter-submit {
  display: none;
}
.map-container #views {
  padding-bottom: 30px;
}
.map-container .map-view {
  display: none;
}
.map-container .map-view.open {
  display: block;
}
.map-container .map-view #map {
  min-height: 100vh;
  border-radius: 20px;
}
.map-container .map-view .map-key {
  padding: 60px 30px;
  margin: 0;
}
@media screen and (max-width: 550px) {
  .map-container .map-view .map-key {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1fr;
    text-align: center;
  }
}
@media screen and (min-width: 550px) {
  .map-container .map-view .map-key {
    display: flex;
    justify-content: space-evenly;
    padding: 60px 0;
  }
}
@media screen and (min-width: 850px) {
  .map-container .map-view .map-key {
    width: 60%;
    margin: 0 auto;
  }
}
.map-container .map-view .map-key li {
  position: relative;
  font-size: 22px;
  padding-left: 30px;
  color: #454545;
}
@media screen and (max-width: 550px) {
  .map-container .map-view .map-key li:first-child {
    grid-column: span 2;
    padding-left: 0;
  }
}
.map-container .map-view .map-key li:before {
  position: absolute;
  left: -15px;
}
.map-container .map-view .map-key li.truckhub:before {
  content: url("../img/icons/map-key-truckhub-sm.png");
}
.map-container .map-view .map-key li.fleetflow:before {
  content: url("../img/icons/map-key-fleetflow-sm.png");
}
.map-container .map-view .map-key li.fleethub:before {
  content: url("../img/icons/map-key-fleethub-sm.png");
}
.map-container .map-view .map-key li.multi-use-site:before {
  content: url("../img/icons/map-key-multi-use-site-sm.png");
}
.map-container .list-view {
  display: none;
}
.map-container .list-view.open {
  display: block;
}
.map-container .list-view .list-outer .list-row {
  margin-bottom: 30px;
}
.map-container .list-view .list-outer .list-row .list-inner {
  display: grid;
}
@media screen and (min-width: 550px) {
  .map-container .list-view .list-outer .list-row .list-inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .map-container .list-view .list-outer .list-row .list-inner {
    grid-template-columns: repeat(3, 1fr);
  }
}
.map-container .list-view .list-outer .list-row .list-inner .info-window {
  margin-bottom: 10px;
}
@media screen and (min-width: 550px) {
  .map-container .list-view .list-outer .list-row .list-inner .info-window {
    margin-bottom: 0;
  }
}

.title-block {
  display: flex;
  gap: 17px;
  align-items: center;
  padding: 0 0 30px;
}
.title-block .title {
  position: relative;
  font-size: 29px;
}
@media screen and (min-width: 550px) {
  .title-block .title {
    font-size: inherit;
  }
}
.title-block .title:before {
  position: absolute;
  top: -2px;
  left: -40px;
}
.title-block .country-icon {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}

.locations {
  background-color: #f2f2f2;
}
@media screen and (max-width: 550px) {
  .locations .container {
    padding: 0;
  }
}
@media screen and (max-width: 550px) {
  .locations .container .container {
    padding: 0 10px;
  }
}

.our-team {
  background-color: #f2f2f2;
}
.our-team .our-team-outer {
  background-color: #fff;
  border-radius: 20px;
  padding: 15px 15px 80px 15px;
}
.our-team .our-team-outer .title-container {
  text-align: center;
}
.our-team .our-team-outer .title-container .title {
  color: #454545;
}
.our-team .our-team-outer .our-team-inner {
  display: grid;
  gap: 30px;
}
@media screen and (min-width: 550px) {
  .our-team .our-team-outer .our-team-inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .our-team .our-team-outer .our-team-inner {
    grid-template-columns: repeat(3, 1fr);
  }
}
.our-team .our-team-outer .our-team-inner .item {
  border: 1px solid #d6d2d2;
  border-radius: 20px;
  padding: 30px 20px 15px 20px;
  color: #454545;
}
@media screen and (min-width: 550px) {
  .our-team .our-team-outer .our-team-inner .item {
    padding: 30px 30px 15px 30px;
  }
}
.our-team .our-team-outer .our-team-inner .item .line-break {
  border-bottom: 1px solid #D6D2D2;
  margin-bottom: 25px;
}
.our-team .our-team-outer .our-team-inner .item .title-block .title {
  font-size: 31px;
  font-weight: 400;
}
.our-team .our-team-outer .our-team-inner .item .profile-block {
  display: flex;
  gap: 20px;
}
.our-team .our-team-outer .our-team-inner .item .profile-block .profile {
  width: 59px;
  height: 59px;
  border-radius: 50%;
}
.our-team .our-team-outer .our-team-inner .item .profile-block .text-block h5 {
  font-size: 20px;
  margin-bottom: 0;
}
.our-team .our-team-outer .our-team-inner .item .profile-block .text-block p {
  font-size: 13px;
}

.giant-title {
  color: #fff;
  font-size: 60px;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 40px;
  font-weight: 400;
  line-height: 1;
}
@media screen and (min-width: 950px) {
  .giant-title {
    font-size: 192px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .giant-title {
    margin-bottom: -15px;
  }
}

.home-testimonial.wider {
  background-color: #f2f2f2;
  margin: 0;
  padding: 30px 0;
}
@media screen and (max-width: 550px) {
  .home-testimonial.wider .cqa-range-container .range-container {
    display: none !important;
  }
}
@media screen and (min-width: 550px) {
  .home-testimonial.wider {
    padding: 30px;
  }
}
@media screen and (min-width: 1320px) {
  .home-testimonial.wider {
    padding: 0;
  }
}

.crush-callout {
  background-color: #f2f2f2;
}
@media screen and (max-width: 550px) {
  .crush-callout {
    text-align: center;
  }
}
.crush-callout .insight-review-inner {
  margin: 0 !important;
  padding: 24px 0 60px;
  max-width: unset !important;
}

/**
* Google map
**/
.gm-ui-hover-effect {
  position: relative !important;
  z-index: 9999 !important;
  top: 50px !important;
}
.gm-ui-hover-effect span {
  position: absolute;
  top: 0;
  background-color: #fff;
}

.gm-style .gm-style-iw-c {
  box-shadow: none;
}

.gm-style-iw-tc {
  display: none;
}

.cat-group .cat-term {
  background-color: #bfc9bf;
  color: #1e1e1e;
  padding: 5px 15px;
  margin-right: 10px;
  text-transform: uppercase;
  font-size: 10px;
  border-radius: 5px;
}

.info-window.list-view .info-img .thumb {
  border-radius: 17px 17px 0 0;
}
.info-window.list-view .info-img .text .inner h3 {
  font-size: 20px;
}
.info-window.list-view .info-img .bg-inner {
  border-radius: 0 0 17px 17px;
}
.info-window.list-view .info-img .bg-inner .map-btn {
  border-radius: 0 0 17px 17px;
  min-height: 48px;
}
.info-window .info-img {
  border-radius: 0 0 20px 20px;
  overflow-y: hidden;
}
.info-window .info-img .thumb {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 20px 20px 0 0;
}
.info-window .info-img .text {
  display: block;
  background-image: url("../img/map-combined-blur.jpg");
  background-color: transparent;
  background-size: cover;
  border-radius: 0 0 50px 50px;
}
.info-window .info-img .text .bg-inner {
  background-image: none;
  /* background-color: rgba(161, 170, 143, 0.4);
  backdrop-filter: blur(27px);
  -webkit-backdrop-filter: blur(27px); */
}
.info-window .info-img .text .inner {
  padding: 20px 20px 0 20px;
}
.info-window .info-img .text .inner h3,
.info-window .info-img .text .inner p {
  color: #fff;
  padding-bottom: 10px;
}
.info-window .info-img .text .inner h3 {
  font-size: 18px;
}
.info-window .info-img .text .inner p {
  font-size: 12px;
}
.info-window .info-img .text .inner p.description {
  position: relative;
}
.info-window .info-img .text .inner p.description:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #fff;
  width: 100%;
}
@media screen and (min-width: 850px) {
  .info-window .info-img .text .inner p.description:after {
    width: 108%;
    left: -12px;
  }
}
.info-window .info-img .text .inner p.sitesize {
  color: #FFA41C;
}
.info-window .info-img .text .inner .cat-group {
  margin-bottom: 20px;
}
.info-window .info-img .text .map-btn {
  width: 100%;
  background-color: #ffa41c;
  color: #fff;
  padding: 10px 80px 10px 10px;
  text-align: right;
  border-radius: 0 0 20px 20px;
  height: 48px;
}
.info-window .info-img .text .map-btn:hover {
  color: #000;
  transition: none;
}
.info-window .info-img .text .map-btn:hover:after {
  background: url("/wp-content/themes/Lysara/crush-inc/assets/img/icons/arrow-r-black.svg") no-repeat;
}
.info-window .info-img .text .map-btn:after {
  content: "";
  transition: background 0.3s;
  background: url("/wp-content/themes/Lysara/crush-inc/assets/img/icons/arrow-r-white.svg") no-repeat;
}

/**
 * Carousel
**/
.crush-owl-carousel {
  width: 100%;
}
.gm-style .gm-style-iw-c {
  padding: 0 !important;
}

.gm-style-iw.gm-style-iw-c {
  border-radius: 0 !important;
}

.gm-style-iw-d {
  border-radius: 17px;
  overflow: unset !important;
}

.gm-style-iw.gm-style-iw-c,
.gm-style-iw-d,
.gm-style-iw-d div,
.gm-style-iw-d div .info-window,
.gm-style-iw-d div .info-window .info-img {
  background-color: transparent;
}

@media screen and (max-width: 550px) {
  .our-solution .title-container {
    text-align: center;
  }
}

/**
* Our sites single
**/
.our-sites-single .update-sec {
  display: block;
}
@media screen and (min-width: 550px) {
  .our-sites-single .update-sec {
    display: inherit;
  }
}

.single-sites-hero {
  height: 100vh;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.single-sites-hero .hero-title {
  font-weight: 400;
  font-size: 48px !important;
  padding: 30px;
  text-align: center;
}
@media screen and (min-width: 550px) {
  .single-sites-hero .hero-title {
    font-size: 61px !important;
  }
}
@media screen and (min-width: 850px) {
  .single-sites-hero .hero-title {
    max-width: 50%;
  }
}

.crush-testimonial {
  padding: 50px 0;
  background-color: #f2f2f2;
}
.crush-testimonial .insight-review-inner {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 550px) {
  .crush-testimonial .insight-review-inner {
    text-align: center;
  }
}
@media screen and (max-width: 550px) {
  .crush-testimonial .insight-review-inner .insight-review-content h3 {
    font-size: 25px;
  }
}
@media screen and (max-width: 550px) {
  .crush-testimonial .insight-review-inner .site-single-btn {
    margin: 40px 0;
  }
}
.crush-testimonial .btn.btn-green {
  background-color: #7e9453;
  color: #fff;
}
.crush-testimonial .btn.btn-green:hover {
  background-color: #7e9453;
  color: #000;
}
.crush-testimonial .btn.btn-green:hover:after {
  background: url(/wp-content/themes/Lysara/images/btn-plus.svg) no-repeat;
}
.crush-testimonial .btn.btn-green:after {
  content: "";
  background: url(/wp-content/themes/Lysara/images/btn-plus-white.svg) no-repeat;
}

@media screen and (min-width: 550px) {
  .centered-flex {
    justify-content: center;
  }
}

.intro-stats {
  padding: 0;
}
@media screen and (min-width: 850px) {
  .intro-stats {
    padding: 30px 30px 120px;
  }
}
@media screen and (min-width: 970px) {
  .intro-stats {
    padding: 30px 0 120px;
  }
}
.intro-stats .outer .title-container .title {
  font-size: 48px;
}
.intro-stats .outer .inner {
  display: grid;
}
@media screen and (min-width: 850px) {
  .intro-stats .outer .inner {
    grid-template-columns: 1fr 1.4fr;
    gap: 50px;
  }
}
@media screen and (max-width: 850px) {
  .intro-stats .outer .inner .cat-group,
  .intro-stats .outer .inner .long-description {
    padding: 0 20px;
  }
}
.intro-stats .outer .inner .cat-group {
  margin-bottom: 30px;
}
.intro-stats .outer .inner .cat-group .cat-term {
  background-color: #f2f2f2;
  font-size: 15px;
  font-weight: 500;
}
.intro-stats .outer .inner .col:first-child {
  margin-top: 30px;
}
@media screen and (min-width: 850px) {
  .intro-stats .outer .inner .col:first-child {
    margin-top: 70px;
    padding-right: 50px;
  }
}
.intro-stats .outer .inner .long-description {
  font-size: 18px;
  margin-bottom: 50px;
}
.intro-stats .outer .inner .benefits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 10px;
  row-gap: 15px;
  margin-bottom: 30px;
}
@media screen and (min-width: 850px) {
  .intro-stats .outer .inner .benefits {
    column-gap: 50px;
    row-gap: 50px;
    margin-bottom: 0;
  }
}
.intro-stats .outer .inner .benefits .benefit {
  border: 1px solid #D7D2D2;
  border-radius: 19px;
  padding: 20px;
}
.intro-stats .outer .inner .benefits .benefit .benefit-inner {
  display: flex;
  align-content: flex-end;
  flex-wrap: wrap;
  gap: 20px;
  min-height: 200px;
  text-align: center;
  justify-content: center;
}
@media screen and (min-width: 850px) {
  .intro-stats .outer .inner .benefits .benefit .benefit-inner {
    padding: 30px;
    min-height: 260px;
  }
}
.intro-stats .outer .inner .benefits .benefit .benefit-inner .benefit-value {
  color: #687A44;
  font-size: 31px;
  width: 100%;
}
.intro-stats .outer .inner .benefits .benefit .benefit-inner .benefit-value.regular {
  font-size: 31px;
}
.intro-stats .outer .inner .benefits .benefit .benefit-inner .benefit-value.large {
  font-size: 48px !important;
}
@media screen and (min-width: 550px) {
  .intro-stats .outer .inner .benefits .benefit .benefit-inner .benefit-value.large {
    font-size: 61px !important;
  }
}
.intro-stats .outer .inner .benefits .benefit .benefit-inner .benefit-text {
  font-size: 18px;
  font-weight: 500;
  width: 100%;
}

.location-stats {
  background-color: #f2f2f2;
  padding: 10px;
}
@media screen and (min-width: 850px) {
  .location-stats {
    padding: 60px 30px 40px;
  }
}
@media screen and (min-width: 970px) {
  .location-stats {
    padding: 60px 0 40px;
  }
}
@media screen and (max-width: 550px) {
  .location-stats .container {
    padding: 0 5px;
  }
}
.location-stats .outer .inner .content {
  display: grid;
  gap: 20px;
}
@media screen and (max-width: 550px) {
  .location-stats .outer .inner .content {
    justify-content: unset;
  }
}
@media screen and (min-width: 550px) {
  .location-stats .outer .inner .content {
    grid-template-columns: 1fr 1fr;
    gap: 50px;
  }
}
@media screen and (min-width: 850px) {
  .location-stats .outer .inner .content {
    grid-template-columns: 1.4fr 1fr;
  }
}
.location-stats .outer .inner .content .map-container #map {
  min-height: 100vh;
  border-radius: 20px;
}
@media screen and (min-width: 550px) {
  .location-stats .outer .inner .content .map-container #map {
    min-height: 50vh;
  }
}
@media screen and (min-width: 850px) {
  .location-stats .outer .inner .content .map-container #map {
    border-radius: 40px;
  }
}
.location-stats .outer .inner .content .map-container #map .info-window .info-img .thumb {
  height: 125px;
}
.location-stats .outer .inner .content .address {
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
  border: 1px solid #D7D2D2;
  border-radius: 19px;
  padding: 30px;
}
@media screen and (min-width: 550px) {
  .location-stats .outer .inner .content .address {
    min-height: 50vh;
  }
}
.location-stats .outer .inner .content .address .group {
  width: 100%;
}
.location-stats .outer .inner .content .address .green {
  color: #7e9453;
}
.location-stats .outer .inner .content .address .address-title {
  margin: 0;
}
.location-stats .outer .inner .content .address p {
  width: 100%;
}
.location-stats .outer .inner .content .address .btn-green {
  background-color: #7e9453;
  color: #fff;
}
.location-stats .outer .inner .content .address .btn-green:hover {
  color: #000;
}
.location-stats .outer .inner .content .address .btn-green:hover:after {
  background: url(/wp-content/themes/Lysara/images/btn-plus.svg) no-repeat;
}
.location-stats .outer .inner .content .address .btn-green:after {
  content: "";
  background: url(/wp-content/themes/Lysara/images/btn-plus-white.svg) no-repeat;
}
.location-stats .outer .inner .content .address .spacer {
  height: 0;
}
@media screen and (min-width: 850px) {
  .location-stats .outer .inner .content .address .spacer {
    height: 20px;
  }
}
.location-stats .outer .inner .interactive-map {
  padding: 50px 0 15px;
}
@media screen and (min-width: 550px) {
  .location-stats .outer .inner .interactive-map {
    padding: 50px 0 40px;
  }
}
@media screen and (min-width: 850px) {
  .location-stats .outer .inner .interactive-map {
    padding: 80px 0 40px;
  }
}
.location-stats .outer .inner .interactive-map .inset-title-container {
  text-align: center;
  padding-bottom: 40px;
}
.location-stats .outer .inner .interactive-map .inset-title-container .title {
  font-size: 48px;
  color: #7e9453;
  font-weight: 400;
}
.location-stats .outer .inner .interactive-map .map-img {
  border-radius: 20px;
}

.gallery-downloads {
  background-color: #687A44;
  padding: 10px 0;
}
@media screen and (min-width: 550px) {
  .gallery-downloads {
    padding: 30px;
  }
}
@media screen and (min-width: 970px) {
  .gallery-downloads {
    padding: 30px 0 30px;
  }
}
@media screen and (max-width: 850px) {
  .gallery-downloads .container {
    padding-right: 0;
  }
  .gallery-downloads .container .owl-item {
    padding-right: 12px;
  }
}
.gallery-downloads .outer .title-container {
  text-align: center;
}
.gallery-downloads .outer .title-container .title {
  color: #fff;
  font-weight: 400;
}
.gallery-downloads .outer .inner .galleries .gallery-main {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
@media screen and (min-width: 850px) {
  .gallery-downloads .outer .inner .galleries .gallery-main {
    width: 72%;
    margin-right: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .gallery-downloads .outer .inner .galleries .gallery-main {
    width: 74%;
  }
}
.gallery-downloads .outer .inner .galleries .gallery-dots {
  display: inline-block;
  vertical-align: top;
  overflow: scroll;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  width: 100%;
}
@media screen and (min-width: 850px) {
  .gallery-downloads .outer .inner .galleries .gallery-dots {
    width: 24%;
    height: 522px;
  }
}
.gallery-downloads .outer .inner .galleries .gallery-dots::-webkit-scrollbar {
  display: none;
}
.gallery-downloads .outer .inner .galleries .gallery-dots .crush-dots-carousel .owl-stage {
  display: none;
}
.gallery-downloads .outer .inner .galleries .gallery-dots .crush-dots-carousel .owl-dots {
  gap: 10px;
}
@media screen and (max-width: 850px) {
  .gallery-downloads .outer .inner .galleries .gallery-dots .crush-dots-carousel .owl-dots {
    display: flex;
    gap: 20px;
  }
}
.gallery-downloads .outer .inner .galleries .gallery-dots .crush-dots-carousel .owl-dots .owl-dot {
  position: relative;
  margin-bottom: 12px;
}
@media screen and (max-width: 850px) {
  .gallery-downloads .outer .inner .galleries .gallery-dots .crush-dots-carousel .owl-dots .owl-dot {
    flex: 0 0 auto;
    min-width: 239px;
  }
}
.gallery-downloads .outer .inner .galleries .gallery-dots .crush-dots-carousel .owl-dots .owl-dot.active img {
  opacity: 1;
}
.gallery-downloads .outer .inner .galleries .gallery-dots .crush-dots-carousel .owl-dots .owl-dot button {
  width: 100%;
  height: 166px;
  position: relative;
  z-index: 500;
  background-color: transparent;
  border: none;
  border-radius: 20px;
}
.gallery-downloads .outer .inner .galleries .gallery-dots .crush-dots-carousel .owl-dots .owl-dot img {
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 20px;
  opacity: 0.8;
  transition: opacity 0.3s;
  height: 135px;
}
@media screen and (min-width: 850px) {
  .gallery-downloads .outer .inner .galleries .gallery-dots .crush-dots-carousel .owl-dots .owl-dot img {
    height: 166px;
  }
}
.gallery-downloads .outer .inner .subtitle {
  font-size: 31px;
}
.gallery-downloads .outer .inner .crush-owl-carousel {
  position: relative;
}
.gallery-downloads .outer .inner .crush-owl-carousel .gallery-img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  height: 209px;
}
@media screen and (min-width: 550px) {
  .gallery-downloads .outer .inner .crush-owl-carousel .gallery-img {
    height: auto;
  }
}
@media screen and (min-width: 850px) {
  .gallery-downloads .outer .inner .crush-owl-carousel .gallery-img {
    object-fit: cover;
    height: 522px;
  }
}
.gallery-downloads .outer .inner .crush-owl-carousel .owl-stage-outer {
  margin-bottom: 10px;
}
@media screen and (min-width: 850px) {
  .gallery-downloads .outer .inner .crush-owl-carousel .owl-stage-outer {
    margin-bottom: 20px;
  }
}
.gallery-downloads .outer .inner .crush-owl-carousel .owl-nav {
  position: absolute;
  bottom: 25px;
  right: 0;
}
.gallery-downloads .outer .inner .crush-owl-carousel .owl-nav .owl-prev span,
.gallery-downloads .outer .inner .crush-owl-carousel .owl-nav .owl-next span {
  display: none;
}
.gallery-downloads .outer .inner .crush-owl-carousel .owl-nav .owl-prev:after {
  content: "";
  display: block;
  background: url("../img/icons/carousel-arrow-l.svg") no-repeat;
  width: 50px;
  height: 25px;
}
.gallery-downloads .outer .inner .crush-owl-carousel .owl-nav .owl-next:after {
  content: "";
  display: block;
  background: url("../img/icons/carousel-arrow-r.svg") no-repeat;
  width: 50px;
  height: 25px;
}
.gallery-downloads .outer .inner .crush-owl-carousel .owl-dots {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
.gallery-downloads .outer .inner .crush-owl-carousel .owl-dots .owl-dot {
  position: relative;
  max-width: 294px;
  width: 100%;
  height: 166px;
}
.gallery-downloads .outer .inner .crush-owl-carousel .owl-dots .owl-dot.active img {
  opacity: 1;
}
.gallery-downloads .outer .inner .crush-owl-carousel .owl-dots .owl-dot button {
  position: relative;
  z-index: 500;
  max-width: 294px;
  width: 100%;
  height: 166px;
  background-color: transparent;
  border: none;
  border-radius: 20px;
}
.gallery-downloads .outer .inner .crush-owl-carousel .owl-dots .owl-dot img {
  max-width: 294px;
  width: 100%;
  height: 166px;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 20px;
  opacity: 0.8;
  transition: opacity 0.3s;
}
.gallery-downloads .outer .inner .downloads {
  padding: 30px 0;
}
@media screen and (min-width: 550px) {
  .gallery-downloads .outer .inner .downloads {
    padding: 30px 30px 60px;
  }
}
.gallery-downloads .outer .inner .downloads .subtitle-container {
  text-align: center;
  padding: 60px 30px 30px;
}
.gallery-downloads .outer .inner .downloads .subtitle-container .subtitle {
  font-size: 31px;
  font-weight: 400;
  color: #fff;
}
.gallery-downloads .outer .inner .downloads .list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (min-width: 850px) {
  .gallery-downloads .outer .inner .downloads .list {
    flex-wrap: nowrap;
  }
}
.gallery-downloads .outer .inner .downloads .list .item {
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
  border: 1px solid #fff;
  padding: 20px 15px 15px 30px;
  border-radius: 10px;
}
@media screen and (min-width: 850px) {
  .gallery-downloads .outer .inner .downloads .list .item {
    flex: 1 1 100%;
    min-height: 167px;
  }
}
.gallery-downloads .outer .inner .downloads .list .item .title {
  width: 100%;
  font-size: 25px;
  color: #fff;
}
.gallery-downloads .outer .inner .downloads .list .item .bottom-content {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.gallery-downloads .outer .inner .downloads .list .item .bottom-content .file {
  display: flex;
  gap: 20px;
  align-items: center;
}
.gallery-downloads .outer .inner .downloads .list .item .bottom-content .file .filesize {
  margin: 0;
  color: #fff;
  font-size: 15px;
}
.gallery-downloads .outer .inner .downloads .list .item .bottom-content .btn-empty {
  background-color: transparent;
  color: #000;
  font-size: 15px;
}

.btn.site-single-btn {
  background-color: #7e9453;
  color: #fff;
}
.btn.site-single-btn:hover {
  background-color: #7e9453;
  color: #000;
}
.btn.site-single-btn:hover:after {
  background: url(/wp-content/themes/Lysara/images/btn-plus.svg) no-repeat !important;
}
.btn.site-single-btn:after {
  content: "";
  background: url(/wp-content/themes/Lysara/images/btn-plus-white.svg) no-repeat;
}

.insight-review.site-single .insight-review-inner {
  gap: 20px;
  align-items: flex-start;
}
.insight-review.site-single .insight-review-inner .btn {
  min-width: 200px;
}

/*# sourceMappingURL=frontend.css.map */
