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

.rev-row {
  flex-direction: row-reverse;
}

.page-template-community .breadcrumb-container {
  padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .page-template-community .page-title {
    padding-top: 35px;
    margin-bottom: 30px;
  }
}
.page-template-community .page-title:after {
  background-color: var(--color-primary);
  display: block;
  height: 4px;
  content: "";
  width: 90px;
  margin-top: 15px;
}

.page-template-community .community-top {
  position: relative;
  background: url("../images/content-bg-1.jpg");
  background-size: cover;
  padding-top: 0px;
  padding-bottom: 60px;
}

@media screen and (min-width: 1600px) {
  .page-template-community .community-top {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1700px) {
  .page-template-community .community-top {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1800px) {
  .page-template-community .community-top {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1399px) {
  .page-template-community .community-top {
    padding-bottom: 20px;
  }
}
.page-template-community .community-top .container {
  position: static;
}

@media screen and (max-width: 992px) {
  .page-template-community .community-top .container {
    position: relative;
  }
}
.page-template-community .community-top .container .col-12 .image-holder {
  position: absolute;
  top: 0px;
  right: 3%;
  height: 100%;
  max-width: 40%;
}

@media screen and (max-width: 992px) {
  .page-template-community .community-top .container .col-12 .image-holder {
    position: relative;
    right: 0;
    height: auto;
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .page-template-community .community-top .container .col-12 .image-holder {
    margin-bottom: 30px;
  }
}
.page-template-community .communities {
  padding-top: 70px;
  padding-bottom: 60px;
}

@media screen and (max-width: 991px) {
  .page-template-community .communities {
    padding-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .page-template-community .communities {
    padding-top: 0px;
  }
}
.page-template-community .communities h2:after {
  background-color: var(--color-primary);
  display: block;
  height: 4px;
  content: "";
  width: 90px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
}

.page-template-community .communities .communities-items {
  padding-top: 20px;
}

.page-template-community .communities .communities-items .items {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
  align-items: center;
}

.page-template-community .communities .communities-items .items a {
  text-decoration: underline;
}

@media screen and (max-width: 1199px) {
  .page-template-community .communities .communities-items .items {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 767px) {
  .page-template-community .communities .communities-items .items {
    margin-bottom: 65px;
  }
}
.page-template-community .communities .communities-items .items .left-col {
  padding-right: 100px;
  width: 70%;
}

@media screen and (max-width: 1199px) {
  .page-template-community .communities .communities-items .items .left-col {
    padding-right: 50px;
  }
}
@media screen and (max-width: 991px) {
  .page-template-community .communities .communities-items .items .left-col {
    width: 100%;
    padding-right: 0px;
  }
}
.page-template-community .communities .communities-items .items .left-col h3 {
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .page-template-community .communities .communities-items .items .left-col h3 {
    font-size: 18px;
    line-height: 37px;
  }
}
.page-template-community .communities .communities-items .items .left-col .subtitle {
  font-size: 1.333rem;
  letter-spacing: 0em;
  line-height: 1.2;
  font-weight: 400;
  text-transform: none;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .page-template-community .communities .communities-items .items .left-col a {
    margin-top: 20px;
  }
}
.page-template-community .communities .communities-items .items .right-col {
  width: 30%;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .page-template-community .communities .communities-items .items .right-col {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .page-template-community .communities .communities-items .items .right-col img {
    margin-bottom: 20px;
  }
}

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