/**
* 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);
  color: #2b2b2b;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.15rem;
  text-align: center;
}

.page-template-community-page {
  background-color: var(--color-neutral);
}

.page-template-community-page h2 {
  color: var(--color-tertiary);
  text-align: center;
}

.page-template-community-page .main-content {
  background-image: url(../images/red-lines.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .page-template-community-page .main-content {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-community-page .main-content {
    padding-bottom: 98px;
  }
}
@media screen and (min-width: 1400px) {
  .page-template-community-page .main-content .container {
    max-width: 1200px;
  }
}
.page-template-community-page .main-content h2 {
  margin-bottom: 25px;
}

@media screen and (min-width: 1200px) {
  .page-template-community-page .main-content h2 {
    margin-bottom: 32px;
  }
}
.page-template-community-page .main-content .gb-intro {
  background-color: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  border-radius: 15px;
  padding: 50px 35px 15px;
  margin-top: -91px;
  margin-bottom: 55px;
}

@media screen and (min-width: 768px) {
  .page-template-community-page .main-content .gb-intro {
    padding: 80px 80px 44px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-community-page .main-content .gb-intro {
    padding: 77px 100px 44px;
    margin-top: -107px;
    margin-bottom: 109px;
  }
}
@media screen and (min-width: 1400px) {
  .page-template-community-page .main-content .gb-intro {
    padding: 77px 149px 74px;
  }
}
.page-template-community-page .main-content .gb-intro h2 {
  color: var(--color-secondary);
  margin-bottom: 22px;
}

.page-template-community-page .main-content .gb-intro p {
  line-height: 30px;
}

.page-template-community-page .gb-section2 {
  padding: 50px 0 20px;
  background-color: #fff;
  background-size: cover;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}

@media screen and (min-width: 1200px) {
  .page-template-community-page .gb-section2 {
    padding: 98px 0 75px;
    background-image: linear-gradient(103.01deg, rgba(255, 255, 255, 0) 6.21%, #FFFFFF 36.3%), url(../images/community-section2-bg.png);
    background-size: cover, 100% auto;
    background-position: center, top center;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-community-page .gb-section2 h2 {
    margin-bottom: 61px;
  }
}
.page-template-community-page .gb-section2__images {
  position: relative;
  width: 100%;
  max-width: 360px;
  height: 380px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .page-template-community-page .gb-section2__images {
    max-width: 588px;
    height: 314px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-community-page .gb-section2__images {
    height: 276px;
  }
}
.page-template-community-page .gb-section2__images img {
  display: block;
  width: 100%;
  height: auto;
}

.page-template-community-page .gb-section2__image {
  border: 5px solid #FFFFFF;
  position: absolute;
}

.page-template-community-page .gb-section2__image--1 {
  width: 285px;
  top: 40px;
  left: 50%;
  transform: translateX(-50%) rotate(-3.49deg);
}

@media screen and (min-width: 768px) {
  .page-template-community-page .gb-section2__image--1 {
    left: 60px;
    transform: translateX(0) rotate(-3.23deg);
  }
}
@media screen and (min-width: 1200px) {
  .page-template-community-page .gb-section2__image--1 {
    top: 3px;
  }
}
.page-template-community-page .gb-section2__image--2 {
  width: 266.85px;
  right: 47%;
  bottom: 66px;
  transform: translateX(50%) rotate(2deg);
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .page-template-community-page .gb-section2__image--2 {
    transform: translateX(0) rotate(3deg);
    bottom: 22px;
    right: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-community-page .gb-section2__image--2 {
    bottom: 26px;
  }
}
.page-template-community-page .gb-section2__list-wrap {
  text-align: center;
}

.page-template-community-page .gb-section2__list {
  padding-left: 0;
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .page-template-community-page .gb-section2__list {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin: 30px auto 40px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  .page-template-community-page .gb-section2__list {
    justify-content: space-between;
    margin: 23px auto 0;
    max-width: 660px;
  }
}
.page-template-community-page .gb-section2__list-item {
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid #000;
  padding: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
  min-width: 300px;
  min-height: 236px;
  border-radius: 15px;
  margin-bottom: 30px;
  position: relative;
}

@media (max-width: 767px) {
  .page-template-community-page .gb-section2__list-item:last-child {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 768px) {
  .page-template-community-page .gb-section2__list-item {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .page-template-community-page .gb-section2__list-item {
    min-width: 200px;
  }
}
.page-template-community-page .gb-section2__list .item-1::before {
  content: "";
  position: absolute;
  top: -30px;
  left: -24px;
  width: 60.4880180327px;
  height: 55.173274991px;
  background-image: url(../images/icons/horse.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.page-template-community-page .gb-section2__list .item-2::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 33px;
  width: 48px;
  height: 50.297416687px;
  background-image: url(../images/icons/church.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.page-template-community-page .gb-section2__list .item-2 .gb-section2__list-detail {
  max-width: 214px;
}

.page-template-community-page .gb-section2__list-count {
  font-weight: 800;
  font-size: 48px;
  line-height: 50px;
  color: var(--color-primary);
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .page-template-community-page .gb-section2__list-count {
    font-size: 44px;
  }
}
.page-template-community-page .gb-section2__list-detail {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  max-width: 238px;
  margin: 0 auto;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .page-template-community-page .gb-section2__list-detail {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-community-page .gb-section2__content {
    padding-left: 35px;
  }
}
@media screen and (min-width: 1400px) {
  .page-template-community-page .gb-section2__content {
    max-width: 570px;
    padding-left: 0;
    margin-left: auto;
  }
}
.page-template-community-page .gb-section3 {
  padding: 40px 15px 28px;
}

@media screen and (min-width: 768px) {
  .page-template-community-page .gb-section3 {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-community-page .gb-section3 {
    padding: 98px 0 28px;
  }
}
.page-template-community-page .gb-section3 h2 {
  margin-bottom: 35px;
}

@media screen and (min-width: 1400px) {
  .page-template-community-page .gb-section3 .container {
    max-width: 1200px;
  }
}
.page-template-community-page .gb-section3__content {
  margin-bottom: 40px;
}

@media screen and (min-width: 1200px) {
  .page-template-community-page .gb-section3__content {
    margin-bottom: 82px;
  }
}
.page-template-community-page .gb-section3__content p:last-child {
  margin-bottom: 0;
}

.page-template-community-page .gb-section3__item {
  display: flex;
  align-items: center;
  background: #FFFFFF;
  box-shadow: 0px 3px 3px 1px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  margin-bottom: 38px;
  min-height: 300px;
}

@media (max-width: 1199px) {
  .page-template-community-page .gb-section3__item {
    flex-direction: column;
    justify-content: center;
    min-height: initial;
    padding: 50px;
    text-align: center;
  }
}
.page-template-community-page .gb-section3__item-images {
  margin-bottom: 25px;
}

@media screen and (min-width: 1200px) {
  .page-template-community-page .gb-section3__item-images {
    width: 41%;
    text-align: center;
    margin-bottom: 0;
  }
}
.page-template-community-page .gb-section3__item-image img {
  max-width: 239px;
}

.page-template-community-page .gb-section3__item-inner {
  max-width: 500px;
}

@media screen and (min-width: 1400px) {
  .page-template-community-page .gb-section3__item-inner {
    max-width: 650px;
    width: 59%;
  }
}
.page-template-community-page .gb-section3__item-title {
  font-family: var(--main-font);
  font-weight: 600;
  font-size: 28px;
  line-height: 32px;
  color: var(--color-tertiary);
  margin-bottom: 15px;
}

.page-template-community-page .gb-section3__item-content p {
  line-height: 30px;
}

.page-template-community-page .gb-section3__item-link {
  background: var(--color-neutral);
  border: 2px solid rgba(66, 66, 66, 0.2);
  border-radius: 300px;
  padding: 10px 20px;
  text-align: center;
  color: var(--color-primary);
  font-weight: 600;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 5%;
  text-transform: uppercase;
  display: inline-block;
  min-width: 211px;
}

.page-template-community-page .gb-section3 .btn--primary {
  padding: 17.5px 92.5px;
  margin-top: 20px;
}

@media screen and (min-width: 1200px) {
  .page-template-community-page .gb-section3 .btn--primary {
    padding: 17.5px 92.5px;
    margin-top: 28px;
  }
}
.page-template-community-page .stay-informed {
  margin-top: -20px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .page-template-community-page .stay-informed {
    padding-top: 80px;
  }
}

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