/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/*************************
  404 button background
**************************/
/*************************
  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;
}

.category-archive-view .post-excerpt {
  margin-bottom: 40px;
}

.category-archive-view .post-excerpt .blog-post {
  padding: 38px 23px;
  background-color: #F9F9F9;
  margin-bottom: 30px;
}

@media (min-width: 576px) {
  .category-archive-view .post-excerpt .blog-post {
    margin-bottom: 45px;
  }
}
@media screen and (min-width: 768px) {
  .category-archive-view .post-excerpt .blog-post {
    padding: 33px 36px;
  }
}
.category-archive-view .post-excerpt .blog-post .excerpt-title {
  padding-bottom: 15px;
}

.category-archive-view .post-excerpt .blog-post .excerpt-title .title-wrap {
  border-bottom: 1px solid #268CC0;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.category-archive-view .post-excerpt .blog-post .excerpt-title .title-wrap h2.post-title {
  margin-bottom: 0;
  text-align: left;
}

.category-archive-view .post-excerpt .blog-post .excerpt-title .title-wrap h2.post-title a {
  color: inherit;
}

.category-archive-view .post-excerpt .blog-post .excerpt-title .post-category {
  display: inline-block;
}

.category-archive-view .post-excerpt .blog-post .excerpt-title .post-category:last-child {
  margin-right: 0;
}

.category-archive-view .post-excerpt .blog-post .excerpt-title .post-category:last-child .comma {
  display: none;
}

.category-archive-view .post-excerpt .blog-post .post-wrap .blog-excerpt .image-holder {
  margin-bottom: 30px;
  margin-right: 30px;
  float: left;
  max-width: 245px;
  padding-top: 7px;
}

@media (max-width: 1199px) {
  .category-archive-view .post-excerpt .blog-post .post-wrap .blog-excerpt .image-holder {
    margin: 0 auto 20px;
    float: none;
  }
}
.category-archive-view .post-excerpt .blog-post .post-wrap .blog-excerpt .image-holder img {
  box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.12);
  border: 6px solid #fff;
  max-height: 350px;
  width: auto;
}

@media (max-width: 991px) {
  .category-archive-view .post-excerpt .blog-post .post-wrap .blog-excerpt .image-holder img {
    border: 6px solid #fff;
  }
}
.category-archive-view .post-excerpt .blog-post .post-wrap .blog-excerpt .vid-alignleft {
  float: initial !important;
  margin: 0;
  margin-top: 15px;
}

.category-archive-view .post-excerpt .blog-post .post-wrap .blog-excerpt .excerpt-content {
  margin-bottom: 25px;
}

.category-archive-view .post-excerpt .blog-post .post-wrap .blog-excerpt .excerpt-content a {
  display: none;
}

.category-archive-view .post-excerpt .blog-post .post-wrap .blog-excerpt .btn-read-more-wrap {
  margin-top: 15px;
  text-align: right;
}

@media (max-width: 767px) {
  .category-archive-view .post-excerpt .blog-post .post-wrap .blog-excerpt .btn-read-more-wrap {
    text-align: center;
  }
}
.category-archive-view .post-excerpt .blog-post .post-wrap .blog-excerpt .btn-read-more-wrap .btn-4 {
  min-width: 230px;
}

@media (max-width: 399px) {
  .category-archive-view .post-excerpt .blog-post .post-wrap .blog-excerpt .btn-read-more-wrap .btn-4 {
    width: 100%;
    min-width: initial;
  }
}
.single-post .blog-post .post-wrap .post-meta,
.single .blog-post .post-wrap .post-meta {
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(38, 140, 192, 0.4);
}

.single-post .blog-post .post-wrap .image-holder,
.single .blog-post .post-wrap .image-holder {
  margin-bottom: 30px;
  margin-right: 30px;
  float: left;
  max-width: 290px;
  padding-top: 7px;
}

@media (max-width: 1199px) {
  .single-post .blog-post .post-wrap .image-holder,
  .single .blog-post .post-wrap .image-holder {
    margin: 0 auto 20px;
    float: none;
  }
}
.single-post .blog-post .post-wrap .image-holder img,
.single .blog-post .post-wrap .image-holder img {
  box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.12);
  border: 6px solid #fff;
  max-height: 350px;
  width: auto;
}

@media (max-width: 991px) {
  .single-post .blog-post .post-wrap .image-holder img,
  .single .blog-post .post-wrap .image-holder img {
    border: 6px solid #fff;
  }
}
.single-post .blog-post .post-wrap .vid-alignleft,
.single .blog-post .post-wrap .vid-alignleft {
  float: initial !important;
  margin: 0;
  margin-top: 15px;
}

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