/**
* 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;
}

@media (max-width: 767px) {
  .page-template-community .hero-pa {
    padding-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .page-template-community .hero-pa {
    padding-bottom: 25px;
  }
}
@media (min-width: 1440px) and (max-width: 1499px) {
  .page-template-community .community-section .container {
    max-width: 1360px;
  }
}
@media (max-width: 767px) {
  .page-template-community .community-section .swiper-slide {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s ease-in-out;
  }
  .page-template-community .community-section .swiper-slide.swiper-slide-next {
    visibility: hidden;
  }
  .page-template-community .community-section .swiper-slide.swiper-slide-active {
    visibility: visible;
    opacity: 1;
  }
}
.page-template-community .community-section__part {
  padding: 30px 0;
}

@media screen and (min-width: 768px) {
  .page-template-community .community-section__part {
    padding: 50px 0;
  }
}
@media screen and (min-width: 992px) {
  .page-template-community .community-section__part {
    padding: 65px 0;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-community .community-section__part {
    padding: 100px 0;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-community .community-section__part--1 {
    padding: 180px 0 100px;
  }
}
.page-template-community .community-section__part--2 {
  background-image: url("../../dist/images/community-bg-2.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 1200px) {
  .page-template-community .community-section__part--2 {
    padding: 100px 0 90px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-community .community-section__part--2 .community-section__content {
    margin-left: auto;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .page-template-community .community-section__part--2 .community-section__content {
    padding-right: 0;
    padding-left: 50px;
  }
}
@media (max-width: 1199px) {
  .page-template-community .community-section__part--2 .row {
    flex-direction: column-reverse;
  }
}
.page-template-community .community-section__part--4 {
  background-color: var(--color-neutral);
}

@media screen and (min-width: 1200px) {
  .page-template-community .community-section__part--4 {
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .page-template-community .community-section__part--4 {
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-community .community-section__content {
    max-width: 567px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .page-template-community .community-section__content {
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  .page-template-community .community-section__images-wrapper {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .page-template-community .community-section__images-wrapper {
    max-width: 690px;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-template-community .community-section__thumbs {
  overflow: initial;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .page-template-community .community-section__thumbs {
    margin-top: 20px;
  }
}
.page-template-community .community-section__thumbs .swiper-slide {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s ease-in-out;
}

.page-template-community .community-section__thumbs .swiper-slide-active, .page-template-community .community-section__thumbs .swiper-slide-next {
  visibility: visible;
  opacity: 1;
}

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