/* Homepage **/
:root {
  --video-section-background-color: #1a1a1a;
}

div.wrap--home-videos {
  background-color: var(--video-section-background-color);
  width: 100%;
  padding: 3vw 30px;
  margin-bottom: 30px;
  color: #ffffff;
  z-index: 1;
  position: relative;
}
div.wrap--home-videos .container {
  padding: 0;
}
div.wrap--home-videos .wrap--home-block-title {
  max-width: 1260px;
  margin: 0 auto 25px;
}
div.wrap--home-videos .wrap--home-block-title::before {
  background-color: #ffffff;
  z-index: 2;
}
div.wrap--home-videos .wrap--home-block-title h2.home-block-title {
  color: #ffffff;
  text-transform: uppercase;
  background-color: var(--video-section-background-color);
  display: inline-block;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 800px) {
  div.wrap--home-videos .container {
    flex-wrap: wrap;
  }
}
div.wrap--home-videos .container .flex-item {
  flex: 0 1 calc(50% - 12px);
  margin-right: 12px;
}
@media screen and (max-width: 420px) {
  div.wrap--home-videos .container .flex-item {
    flex: 0 1 100%;
    margin-right: 0;
  }
}
div.wrap--home-videos .container .video-title {
  margin-bottom: 0;
  display: inline;
}
div.wrap--home-videos .container .video-title a {
  color: #ffffff;
  text-decoration: none;
}
div.wrap--home-videos .container .subheading {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 1rem;
}
div.wrap--home-videos .container .video-category {
  font-weight: bold;
}
div.wrap--home-videos .container .thumbnail-wrapper {
  position: relative;
  display: inline-block;
}
div.wrap--home-videos .container .thumbnail-wrapper .play-button {
  position: absolute;
  bottom: 5px;
  left: 5px;
  cursor: pointer;
}
div.wrap--home-videos .container .thumbnail-wrapper .play-button i {
  font-size: 14px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  color: #ffffff;
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

body.page-template-page-video .cap-page__main,
body.single-videos .cap-page__main {
  flex-direction: column;
}
body.page-template-page-video .site-main.container,
body.single-videos .site-main.container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 782px) {
  body.page-template-page-video .site-main.container,
  body.single-videos .site-main.container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 568px) {
  body.page-template-page-video .site-main.container,
  body.single-videos .site-main.container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
body.page-template-page-video .player-zone,
body.single-videos .player-zone {
  background-color: var(--video-section-background-color);
  color: white;
  width: 100%;
  /* Break into 2 rows on mobile */
}
body.page-template-page-video .player-zone .inner-wrapper,
body.single-videos .player-zone .inner-wrapper {
  max-width: 1260px;
  width: 100%;
  margin: auto;
  padding: 0 30px;
  align-items: center;
}
@media (max-width: 782px) {
  body.page-template-page-video .player-zone .inner-wrapper,
  body.single-videos .player-zone .inner-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
body.page-template-page-video .player-zone .video-content,
body.single-videos .player-zone .video-content {
  flex: 3;
}
body.page-template-page-video .player-zone .video-description,
body.single-videos .player-zone .video-description {
  flex: 2;
  padding: 20px;
}
body.page-template-page-video .player-zone .video-description h3,
body.single-videos .player-zone .video-description h3 {
  color: white;
}
body.page-template-page-video .player-zone .video-description .share-buttons,
body.single-videos .player-zone .video-description .share-buttons {
  display: flex;
  gap: 1rem;
}
body.page-template-page-video .player-zone .video-description .share-buttons a,
body.single-videos .player-zone .video-description .share-buttons a {
  text-decoration: none;
}
body.page-template-page-video .player-zone .video-description h3,
body.single-videos .player-zone .video-description h3 {
  margin-bottom: 10px;
  font-size: clamp(26px, 4vw, 33px);
}
body.page-template-page-video .player-zone .video-description .category-name,
body.single-videos .player-zone .video-description .category-name {
  font-weight: bold;
  font-style: italic;
}
@media (max-width: 782px) {
  body.page-template-page-video .player-zone,
  body.single-videos .player-zone {
    /* Adjust the breakpoint as necessary */
  }
  body.page-template-page-video .player-zone .inner-wrapper,
  body.single-videos .player-zone .inner-wrapper {
    flex-direction: column;
  }
  body.page-template-page-video .player-zone .video-content,
  body.page-template-page-video .player-zone .video-description,
  body.single-videos .player-zone .video-content,
  body.single-videos .player-zone .video-description {
    flex: none; /* Reset flex to default */
    width: 100%; /* Take up the full width */
  }
}
body.page-template-page-video .cat-video-sections,
body.single-videos .cat-video-sections {
  max-width: 1260px;
  width: 100%;
  margin: 25px auto;
  padding: 0 30px;
}
body.page-template-page-video .cat-video-sections .video-section,
body.single-videos .cat-video-sections .video-section {
  position: relative;
}
body.page-template-page-video .cat-video-sections .video-section h3,
body.single-videos .cat-video-sections .video-section h3 {
  border-bottom: #221f1f solid 2px;
  padding-bottom: 5px;
}
body.page-template-page-video .cat-video-sections .video-section h3 span,
body.single-videos .cat-video-sections .video-section h3 span {
  display: inline-block;
  position: relative;
}
body.page-template-page-video .cat-video-sections .video-section h3 span:after,
body.single-videos .cat-video-sections .video-section h3 span:after {
  content: "";
  display: block;
  width: 100%;
  height: 7px;
  background-color: #b8131a;
  bottom: -10px;
  position: absolute;
}
body.page-template-page-video .cat-video-sections .video-container,
body.page-template-page-video .cat-video-sections .shorts-container,
body.single-videos .cat-video-sections .video-container,
body.single-videos .cat-video-sections .shorts-container {
  padding-top: 15px;
  padding-bottom: 15px;
}
body.page-template-page-video .cat-video-sections .video-item,
body.single-videos .cat-video-sections .video-item {
  position: relative;
}
body.page-template-page-video .cat-video-sections .video-item.currently-playing:before,
body.single-videos .cat-video-sections .video-item.currently-playing:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 1;
}
body.page-template-page-video .cat-video-sections .video-item .category-duration,
body.single-videos .cat-video-sections .video-item .category-duration {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
}
body.page-template-page-video .cat-video-sections .video-item .category-duration .category_name,
body.single-videos .cat-video-sections .video-item .category-duration .category_name {
  color: #b8131a;
  font-weight: bold;
  font-size: 1em;
}
body.page-template-page-video .cat-video-sections .video-item .category-duration .duration,
body.single-videos .cat-video-sections .video-item .category-duration .duration {
  color: #7a7b7c;
  font-size: 0.9em;
  min-width: 4em;
  text-align: right;
}
body.page-template-page-video .cat-video-sections .video-item h4.video-title,
body.single-videos .cat-video-sections .video-item h4.video-title {
  font-size: 1.3em;
  line-height: 24px;
}
body.page-template-page-video .cat-video-sections .video-item h4.video-title a,
body.single-videos .cat-video-sections .video-item h4.video-title a {
  color: #221f1f;
  text-decoration: none;
}
body.page-template-page-video .cat-video-sections .video-item h4.video-title a:hover,
body.single-videos .cat-video-sections .video-item h4.video-title a:hover {
  text-decoration: underline;
}
body.page-template-page-video .cat-video-sections .video-item > a,
body.single-videos .cat-video-sections .video-item > a {
  position: relative;
  display: block;
}
body.page-template-page-video .cat-video-sections .video-item > a .play-button,
body.single-videos .cat-video-sections .video-item > a .play-button {
  position: absolute;
  bottom: 5px;
  left: 5px;
  cursor: pointer;
}
body.page-template-page-video .cat-video-sections .video-item > a .play-button i,
body.single-videos .cat-video-sections .video-item > a .play-button i {
  font-size: 14px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  color: #ffffff;
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.page-template-page-video .cat-video-sections .video-item .intro-text,
body.single-videos .cat-video-sections .video-item .intro-text {
  font-size: 13px;
}
body.page-template-page-video .cat-video-sections .tns-outer .tns-controls,
body.single-videos .cat-video-sections .tns-outer .tns-controls {
  position: absolute;
  top: 50%; /* Move the controls to the middle */
  transform: translateY(-50%); /* Offset it by half of its own height to truly center it */
  width: 100%; /* Make sure the controls take the full width */
  outline: none;
}
body.page-template-page-video .cat-video-sections .tns-outer .tns-controls button,
body.single-videos .cat-video-sections .tns-outer .tns-controls button {
  padding: 0;
  color: #000;
  background-color: white;
}
body.page-template-page-video .cat-video-sections .tns-outer .tns-controls button i,
body.single-videos .cat-video-sections .tns-outer .tns-controls button i {
  font-size: 24px;
  vertical-align: middle;
}
body.page-template-page-video .cat-video-sections .tns-outer .tns-controls button[data-controls=next],
body.single-videos .cat-video-sections .tns-outer .tns-controls button[data-controls=next] {
  position: absolute;
  right: 0;
}
body.page-template-page-video .cat-video-sections .tns-outer .tns-controls button[disabled],
body.single-videos .cat-video-sections .tns-outer .tns-controls button[disabled] {
  opacity: 0.3;
}
body.page-template-page-video .cat-video-sections .tns-inner,
body.single-videos .cat-video-sections .tns-inner {
  overflow: hidden;
}
body.page-template-page-video .shorts-container,
body.single-videos .shorts-container {
  display: flex;
  gap: 15px;
  /* Optional: you can add a max-width if you want to limit the size of the videos */
}
body.page-template-page-video .shorts-container .responsive-container,
body.single-videos .shorts-container .responsive-container {
  position: relative;
  width: 100%;
}
body.page-template-page-video .shorts-container .tns-item,
body.single-videos .shorts-container .tns-item {
  min-height: 560px;
}
body.page-template-page-video .shorts-container .responsive-container iframe,
body.single-videos .shorts-container .responsive-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none; /* If you don't want any border */
  border-radius: 15px;
}
@media (max-width: 768px) {
  body.page-template-page-video .shorts-container .responsive-container,
  body.single-videos .shorts-container .responsive-container {
    width: 315px; /* Max width for larger screens */
    height: 560px;
    margin: 0;
  }
}/*# sourceMappingURL=videos.css.map */

.video-slick-carousel .slick-track {
  display: flex;
  gap: 15px;
}
.slick-slider .slick-prev:before,
.slick-slider .slick-next:before{
  display: none;
}
.slick-slider .slick-prev{
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjAgNTEyIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIDYuNy4yIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlL2ZyZWUgQ29weXJpZ2h0IDIwMjUgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZD0iTTkuNCAyMzMuNGMtMTIuNSAxMi41LTEyLjUgMzIuOCAwIDQ1LjNsMTkyIDE5MmMxMi41IDEyLjUgMzIuOCAxMi41IDQ1LjMgMHMxMi41LTMyLjggMC00NS4zTDc3LjMgMjU2IDI0Ni42IDg2LjZjMTIuNS0xMi41IDEyLjUtMzIuOCAwLTQ1LjNzLTMyLjgtMTIuNS00NS4zIDBsLTE5MiAxOTJ6Ii8+PC9zdmc+);
  background-position: center center;
  background-repeat: no-repeat;
  height:50px!important;
  width: 20px!important;
}
.slick-slider .slick-next{
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjAgNTEyIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIDYuNy4yIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlL2ZyZWUgQ29weXJpZ2h0IDIwMjUgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZD0iTTMxMC42IDIzMy40YzEyLjUgMTIuNSAxMi41IDMyLjggMCA0NS4zbC0xOTIgMTkyYy0xMi41IDEyLjUtMzIuOCAxMi41LTQ1LjMgMHMtMTIuNS0zMi44IDAtNDUuM0wyNDIuNyAyNTYgNzMuNCA4Ni42Yy0xMi41LTEyLjUtMTIuNS0zMi44IDAtNDUuM3MzMi44LTEyLjUgNDUuMyAwbDE5MiAxOTJ6Ii8+PC9zdmc+);
  background-position: center center;
  background-repeat: no-repeat;
  height:50px!important;
  width: 20px!important;
}