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

.page-template-tmplt-video-page .main-content {
  padding-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .page-template-tmplt-video-page .main-content {
    padding-bottom: 120px;
  }
}
.page-template-tmplt-video-page .heading {
  padding-bottom: 10px;
}

@media (max-width: 767px) {
  .page-template-tmplt-video-page h2 {
    text-align: center;
  }
}
.page-template-tmplt-video-page h2:after {
  display: none;
}

.page-template-tmplt-video-page .featured-video-container {
  margin-bottom: 30px;
}

@media screen and (min-width: 992px) {
  .page-template-tmplt-video-page .featured-video-container {
    margin-bottom: 50px;
  }
}
.page-template-tmplt-video-page .cw_video_size_large {
  width: 100%;
  max-width: 800px;
  height: 488px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  border-radius: 20px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  padding: 0;
}

@media (max-width: 767px) {
  .page-template-tmplt-video-page .cw_video_size_large {
    height: auto;
  }
}
.page-template-tmplt-video-page .cw_video_size_large .cw_video_item_title {
  position: absolute;
  bottom: 0;
  line-height: 29px;
  min-height: initial;
}

@media (max-width: 991px) {
  .page-template-tmplt-video-page .cw_video_size_large .cw_video_item_title {
    bottom: 63px;
  }
}
@media (max-width: 767px) {
  .page-template-tmplt-video-page .cw_video_size_large .cw_video_item_title {
    position: inherit;
    margin-top: -6px;
    padding: 14.5px 30px !important;
  }
}
.page-template-tmplt-video-page .cw_video_size_medium {
  height: auto;
  margin: 10px 10px 50px 10px;
  padding: 0;
  width: 100%;
  max-width: 405px;
  position: relative;
  border-radius: 20px;
}

@media (max-width: 767px) {
  .page-template-tmplt-video-page .cw_video_size_medium {
    margin-left: auto;
    margin-right: auto;
  }
}
.page-template-tmplt-video-page .cw_video_size_medium img {
  height: 217px;
  width: 100%;
  max-width: 405px;
  object-fit: cover;
}

.page-template-tmplt-video-page .cw_video_item_title {
  bottom: 23px;
  left: 0;
  right: 0;
  border-radius: 0 0 20px 20px;
  background: linear-gradient(0deg, #082B4D 0%, #082B4D 100%), #082B4D;
  color: #fff;
  padding: 20.5px 30px !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 27px !important;
  text-align: left;
  min-height: 122px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .page-template-tmplt-video-page .cw_video_item_title {
    min-height: 153px;
  }
}
.page-template-tmplt-video-page .cw_video_item {
  background: none;
  border: 0;
}

@media (max-width: 767px) {
  .page-template-tmplt-video-page .individual-videos {
    display: flex;
  }
}
.page-template-tmplt-video-page .cat-description {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color: #454545;
  padding-bottom: 30px;
}

/*# sourceMappingURL=tmplt-video-page.css.map*/