/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/*************************
  404 button background
**************************/
/*************************
  Results Partial
**************************/
/*************************
  Swiper
**************************/
/*************************
  Footer Top
**************************/
/* Additional Mixins */
.page-template-video-resources .category-filters .category-filter {
  transition: all 0.3s ease-in-out;
}

.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-video-resources .video-filters {
  margin-bottom: 40px;
}

.page-template-video-resources .video-filters .search-heading,
.page-template-video-resources .video-filters .category-heading {
  font-size: 28px;
  line-height: 38px;
}

.page-template-video-resources .video-search-form {
  max-width: 600px;
  margin: 0 auto 30px;
}

.page-template-video-resources .video-search-form .search-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.page-template-video-resources .video-search-form .video-search-input {
  padding: 10px 50px 10px 10px;
  width: 100%;
  color: var(--text-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  height: 48px;
  background-color: #fff;
  border: 2px solid var(--color-primary);
  border-radius: 6px;
}

.page-template-video-resources .video-search-form .video-search-button {
  position: absolute;
  padding: 0;
  top: 0;
  right: 0;
  width: 48px;
  height: 100%;
  background: none;
  border: none;
  cursor: pointer;
}

.page-template-video-resources .category-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}

.page-template-video-resources .category-filters .category-filter {
  display: inline-block;
  padding: 8px 15px;
  background-color: #fff;
  color: var(--color-primary);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.32px;
  text-decoration: none;
  border-radius: 6px;
  text-transform: uppercase;
}

.page-template-video-resources .category-filters .category-filter:hover {
  color: #fff;
  background-color: var(--color-primary);
}

.page-template-video-resources .category-filters .category-filter.active {
  color: #fff;
  background-color: var(--color-primary);
}

.page-template-video-resources .video-list .row {
  margin: 0 -15px;
}

.page-template-video-resources .video-list .col-item {
  padding: 0 15px;
  margin-bottom: 30px;
}

.page-template-video-resources .video-item {
  position: relative;
  margin: 0 auto;
  max-width: 430px;
  height: 100%;
  background-color: var(--color-primary);
  border-bottom-right-radius: 40px;
}

@media screen and (min-width: 768px) {
  .page-template-video-resources .video-item {
    display: flex;
    flex-direction: column;
  }
}
.page-template-video-resources .video-item a {
  display: block;
  margin: 0;
}

.page-template-video-resources .video-item .image-holder {
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}

.page-template-video-resources .video-item .image-holder .video-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-template-video-resources .video-item .btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .page-template-video-resources .video-item .btn-play .icon-play {
    width: 45px;
  }
}
.page-template-video-resources .video-item .video-title {
  padding: 13px 15px 14px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 0.8px;
  text-align: center;
  border-left: 9px solid #F50000;
}

@media screen and (min-width: 768px) {
  .page-template-video-resources .video-item .video-title {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 43.75%;
  }
}

/*# sourceMappingURL=video-resources.css.map*/