/**
* 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-firm-videos .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-firm-videos .page-desc {
  margin: 0 auto 30px;
  text-align: center;
}

@media screen and (min-width: 1200px) {
  .page-template-firm-videos .page-desc {
    max-width: 900px;
  }
}
.page-template-firm-videos .video-filters {
  margin-bottom: 40px;
}

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

.page-template-firm-videos .category-filters .category-filter {
  display: inline-block;
  padding: 10px 15px;
  color: var(--color-primary);
  font-family: var(--secondary-font), sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 4px;
  border: 3px solid var(--color-primary);
}

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

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

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

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

.page-template-firm-videos .video-item {
  position: relative;
  margin: 0 auto;
  max-width: 430px;
  height: 100%;
  box-shadow: 144px 127px 54px 0 rgba(0, 0, 0, 0), 92px 81px 49px 0 rgba(0, 0, 0, 0.01), 52px 46px 41px 0 rgba(0, 0, 0, 0.05), 23px 20px 31px 0 rgba(0, 0, 0, 0.09), 6px 5px 17px 0 rgba(0, 0, 0, 0.1);
}

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

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

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

.page-template-firm-videos .video-item .video-title {
  padding: 13px 15px 14px;
  color: var(--text-color);
  font-family: var(--secondary-font), sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
}

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

/*# sourceMappingURL=firm-videos.css.map*/