/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/*************************
  404 button background
**************************/
/*************************
  Results Partial
**************************/
/*************************
  Swiper
**************************/
/*************************
  Footer Top
**************************/
/* Additional Mixins */
.category-archive-view .post-excerpt .blog-post .post-wrap .blog-excerpt .btn-read-more-wrap {
  display: block;
  zoom: 1;
}

.category-archive-view .post-excerpt .blog-post .post-wrap .blog-excerpt .btn-read-more-wrap:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}

.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) {
  .category-archive-view.main-content {
    padding-top: 20px;
  }
}
.category-archive-view .post-excerpt {
  margin-bottom: 40px;
}

.category-archive-view .post-excerpt .blog-post {
  background: #f4f4f4;
  border: 1px solid #d8d9d9;
  padding: 27px;
}

@media (max-width: 1199px) {
  .category-archive-view .post-excerpt .blog-post {
    padding: 15px;
  }
}
.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 #d8d9d9;
  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: var(--color-primary);
}

.category-archive-view .post-excerpt .blog-post .excerpt-title .title-wrap h2.post-title a:hover {
  color: var(--color-secondary);
}

.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: 4px 4px 7px 1px rgba(0, 0, 0, 0.07);
  max-height: 350px;
  width: auto;
}

.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 {
  clear: both;
  text-align: right;
}

.category-archive-view .post-excerpt .blog-post .post-wrap .blog-excerpt .btn-read-more-wrap .btn-std {
  float: right;
}

.single .main-content ul {
  padding-left: 0px !important;
}

.single .main-content ul li {
  padding-left: 25px;
}

.single .main-content ul li:before {
  width: 15px !important;
  height: 15px !important;
  left: 0px !important;
}

@media (max-width: 767px) {
  .single-post .hero {
    background-size: cover;
  }
}
.single-post .blog-post .blog-title h1.page-title {
  margin-bottom: 21px;
  text-align: left;
}

.single-post .blog-post .post-wrap .post-meta {
  padding-top: 15px;
  margin-bottom: 15px;
  border-top: 1px solid #d8d9d9;
}

.single-post .author-box__name {
  color: var(--color-tertiary) !important;
}

.single-post .author-box .banner-subtitle {
  color: #353535;
  font-family: var(--secondary-font), sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px; /* 161.111% */
}

.single-e-book .hero .container .content h1 {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .single-e-book .hero .container .content h1 {
    text-align: left;
  }
}
.single-e-book .hero .container .content .banner-subtitle {
  text-align: center;
  padding-top: 15px;
}

@media screen and (min-width: 768px) {
  .single-e-book .hero .container .content .banner-subtitle {
    text-align: left;
    padding-top: 0px;
  }
}
@media (max-width: 767px) {
  .single-e-book .main-content {
    padding-bottom: 10px;
  }
}
.single-e-book .main-wrapper {
  padding-bottom: 210px;
}

@media screen and (min-width: 992px) {
  .single-e-book .main-wrapper {
    padding-bottom: 230px;
  }
}
.single-e-book .entry-content .image-holder {
  max-width: 100%;
  float: none;
  margin-right: 0px;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .single-e-book .entry-content .image-holder {
    margin-right: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .single-e-book .entry-content .image-holder {
    margin-top: -155px;
  }
}
.single-e-book .entry-content .image-holder img {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);
}

.single-e-book .sidebar {
  max-width: 614px;
}

.single-e-book .sidebar .form-wrap {
  border-radius: 15px;
  background: #fff;
  border: 0px;
  padding: 63px 25px 55px 25px;
  max-width: 614px;
  box-shadow: 0px 0px 30px 0px rgba(0, 19, 46, 0.25);
}

@media screen and (min-width: 768px) {
  .single-e-book .sidebar .form-wrap {
    padding: 63px 75px 55px 75px;
  }
}
@media screen and (min-width: 1200px) {
  .single-e-book .sidebar .form-wrap {
    padding: 63px 65px 55px 65px;
  }
}
.single-e-book .sidebar .form-wrap .gfield {
  text-align: left;
}

.single-e-book .sidebar .form-wrap .gfield_label {
  margin-top: 10px;
  color: #353535;
  font-family: var(--main-font), sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px; /* 183.333% */
  letter-spacing: 1px;
}

.single-e-book .sidebar .form-wrap .ginput_container input,
.single-e-book .sidebar .form-wrap .ginput_container textarea {
  border-radius: 4px;
}

.single-e-book .sidebar .form-wrap .gform_footer {
  margin-top: 15px;
}

.single-e-book .sidebar .form-wrap .gform_footer .button {
  color: #fff;
  text-align: left;
  font-family: var(--main-font), sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: var(--color-tertiary) url(../images/ebook-form-icon.svg);
  background-repeat: no-repeat;
  background-position: top 19px right 15px;
  border-radius: 5px;
}

@media screen and (min-width: 420px) {
  .single-e-book .sidebar .form-wrap .gform_footer .button {
    text-align: center;
  }
}
@media screen and (min-width: 520px) {
  .single-e-book .sidebar .form-wrap .gform_footer .button {
    background-position: top 19px right 75px;
  }
}
@media screen and (min-width: 992px) {
  .single-e-book .sidebar .form-wrap .gform_footer .button {
    background-position: top 19px right 20px;
  }
}
@media screen and (min-width: 1400px) {
  .single-e-book .sidebar .form-wrap .gform_footer .button {
    background-position: top 19px right 60px;
  }
}
@media screen and (min-width: 1440px) {
  .single-e-book .sidebar .form-wrap .gform_footer .button {
    background-position: top 19px right 75px;
  }
}
.single-e-book .sidebar .form-wrap .gform_footer .button:hover, .single-e-book .sidebar .form-wrap .gform_footer .button:focus {
  background: var(--color-secondary) url(../images/ebook-form-icon.svg);
  background-repeat: no-repeat;
  background-position: top 19px right 75px;
}

.single-e-book .sidebar .form-wrap .gform_footer:after {
  display: none;
}

@media screen and (max-width: 1200px) {
  .author-box__name {
    text-align: center !important;
  }
}
@media screen and (max-width: 1200px) {
  .author-box__description {
    text-align: center !important;
  }
}
@media screen and (max-width: 1200px) {
  .author-box__description-wrapper {
    margin-left: 0px !important;
    padding-top: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .author-box__thumbnail {
    left: initial !important;
    position: initial !important;
    top: initial !important;
  }
}
.single-cw_faqs h1 {
  text-align: left !important;
}

.single-cw_faqs .post-meta {
  display: none;
}

.single-cw_video h1 {
  text-align: left !important;
}

.single-cw_video .sidebar.top-sidebar {
  margin-top: 0px;
}

@media screen and (max-width: 767px) {
  .single-cw_video iframe.cw_video_single {
    height: 350px;
  }
}
@media screen and (max-width: 500px) {
  .single-cw_video iframe.cw_video_single {
    height: 250px;
  }
}
.last-section {
  padding: 1rem 0 0rem;
  position: relative;
}

@media screen and (min-width: 992px) {
  .last-section {
    padding: 3.5rem 0 0rem;
  }
}
.last-section .container {
  position: unset;
  padding-top: 110px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  position: relative;
}

@media screen and (min-width: 1200px) {
  .last-section .container:before {
    content: "";
    background: #fff;
    height: 4px;
    width: 15px;
    top: -2px;
    left: 0;
    position: absolute;
  }
}
@media (max-width: 767px) {
  .last-section .container {
    padding-top: 60px;
  }
}
.last-section .container .row {
  align-items: center;
}

.last-section .container .pd-r {
  padding-right: 10px;
}

@media screen and (min-width: 768px) {
  .last-section .container .pd-r {
    padding-right: 12px;
  }
}
@media screen and (min-width: 992px) {
  .last-section .container .pd-r {
    width: 66.6666666667%;
  }
}
@media screen and (min-width: 1200px) {
  .last-section .container .pd-r {
    padding-right: 35px;
  }
}
@media screen and (min-width: 1400px) {
  .last-section .container .pd-r {
    padding-right: 80px;
  }
}
@media screen and (min-width: 1440px) {
  .last-section .container .pd-r {
    padding-right: 115px;
  }
}
.last-section .container h2 {
  max-width: 610px;
}

.last-section .container .btn {
  border-radius: 15px;
  border: 4px solid #0b77e4;
  background: #0054A8;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 485px;
  color: #fff;
  text-align: center;
  font-family: var(--main-font), sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-left: 10px;
  margin-top: 35px;
  margin-bottom: 0px;
}

@media screen and (max-width: 550px) {
  .last-section .container .btn {
    margin-left: auto;
    margin-right: auto;
  }
}
.last-section .container .btn:hover {
  background: var(--color-tertiary);
}

.last-section .container .btn:after {
  content: url(../images/icons/icon-button-2.svg);
  padding-left: 15px;
  padding-right: 10px;
}

@media screen and (min-width: 768px) {
  .last-section .container .btn:after {
    padding-right: 0px;
    padding-left: 20px;
  }
}
.last-section .container .mb-image {
  display: block;
  padding-top: 10px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 992px) {
  .last-section .container .mb-image {
    display: none;
  }
}
.last-section .container .dsk-image {
  display: none;
}

@media screen and (min-width: 992px) {
  .last-section .container .dsk-image {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .last-section .container .right-col {
    width: 33.3333333333%;
  }
}

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