
.videoGallery__head .videoGallery__heading{
  text-align: center;
  margin-bottom: 50px;
}
.videoGallery__head .videoGallery__heading h2{
  font-weight: 600;
  font-size: 50px;
  line-height: 55px;
  margin-bottom: 20px;
}
.videoGallery__head .videoGallery__heading p{
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
}
.videoGallery__head .videoGallery__heading p:not(:last-child){
  margin-bottom: 15px;
}

.videoGallery__head .videoGallery__heading h2,
.videoGallery__head .videoGallery__heading p{
  color: #FFFFFF;
}
.vgNavigation--featuredItem .featuredItem--playButton,
.vgNavigation--featuredItems .vgNavigation--featuredItem,
.vgNavigation--item .vgNavigation--img{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px;
}
.vgNavigation--featuredItem{
  height: 430px;
}

.vgNavigation--item{
  cursor: pointer;
}

.vgNavigation--item .vgNavigation--img{
  height: 175px;
}

.videoGallery__navigation{
  margin-top: 30px;
}

.vgNavigation--items .vgNavigation--item.slick-current{
  display: none;
}

.vgNavigation--featuredItem{
  position: relative;
  padding: 40px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  cursor: pointer;
}


.vgNavigation--items .slick-slide {
  margin-left:20px;
}

.vgNavigation--items .slick-list {
  margin-left:-20px;
}

.vgNavigation--item .featuredItem--title{
  color: #ffffff;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  margin-top: 10px;
}
.featuredItem--titleMb{
  display: none;
}
.vgNavigation--featuredItem .featuredItem--title{
  color: #ffffff;
  font-weight: 400;
  font-size: 36px;
  line-height: 40px;
}

.vgNavigation--featuredItem .featuredItem--title span,
.vgNavigation--item .featuredItem--title span,
.featuredItem--titleMb span{
  font-weight: 600;
}

.vgNavigation--items .slick-prev:before{
  content: url('https://f.hubspotusercontent40.net/hubfs/4833192/2022%20-%20BuildWitt/left-slider-arrow.svg') !important;
}
.vgNavigation--items  .slick-next:before{
  content: url('https://f.hubspotusercontent40.net/hubfs/4833192/2022%20-%20BuildWitt/right-slider-arrow.svg') !important;
}

.vgNavigation--items .slick-prev, 
.vgNavigation--items .slick-next{
  top: 30% !important;
  width: 0 !important;
  height: 0 !important;
}

.vgNavigation--items .slick-prev{
  left: -60px!important;
}
.vgNavigation--items .slick-next{
  right: -20px!important;
}

.vgNavigation--featuredItem .featuredItem--playButton{
  height: 46px;
  width: 46px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.vgNavigation--featuredItem:hover .featuredItem--playButton{
  -webkit-transform: translate(-50%, -50%) scale(1.3);
      -ms-transform: translate(-50%, -50%) scale(1.3);
          transform: translate(-50%, -50%) scale(1.3);
}


/* start modal style */
.videoGallery .modal__container iframe{
  border: none !important;
}
.videoGallery .modal__container{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -o-linear-gradient(rgba(34, 34, 34, 0.9), rgba(34, 34, 34, 0.9), #222222 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 34, 34, 0.9)), color-stop(rgba(34, 34, 34, 0.9)), to(#222222));
  background: linear-gradient(rgba(34, 34, 34, 0.9), rgba(34, 34, 34, 0.9), #222222 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  visibility: hidden;
  -webkit-transition: 0s ease-in-out;
  -o-transition: 0s ease-in-out;
  transition: 0s ease-in-out;
  z-index: 999;
}
.videoGallery .modal__container.active{
  visibility: visible;
}
.videoGallery .modal{
  width: 100%;
  max-width: 800px;
  height: auto;
  opacity: 0;
  position: relative;
}
.videoGallery .opac{
  opacity: 0;
  -webkit-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}
.videoGallery .modal__container.active .opac{
  opacity: 1;
}
.videoGallery .modal__header{
  position: absolute;
  right: 0;
  top: -10px;
}
.videoGallery .modal__header .close{
  font-size: 14px;
  outline: 0;
  border: 0;
  background: #ff9e00;
  color: #ffffff;
  display: inline-block;
  padding: 5px 16px;
  cursor: pointer;
  vertical-align: middle;
}
.videoGallery .modal__header .close:hover{
  color: #000000;
  background-color: #cccccc;
}
.videoGallery .modal__body{
  width: 100%;
/*   height: 460px; */
  height: auto;
}
/* end modal style */

.featuredItemEmbed .video-js{
  width: 100%;
  height: 469px;
  margin: 30px 0;
}

.featuredItemEmbed .vidyard-player-container{
  width: 100%;
  height: 469px !important;
  margin: 30px 0 !important;
}


@media(max-width: 992px) {
  .videoGallery__navigation{
    display: none;
  }
  .vgNavigation--featuredItem{
    height: 240px;
  }
  .vgNavigation--featuredItem .featuredItem--title{
    display: none;
  }  
  .featuredItem--titleMb{
    display: block;
    color: #ffffff;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    margin-top: 20px;
  }
  .videoGallery__featured .vgNavigation--featuredItems{
    padding-top: 100px;
  }
  .vgNavigation--featuredItems .slick-prev.slick-arrow,
  .vgNavigation--featuredItems .slick-next.slick-arrow{
    background-color: transparent;
    top: 50px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    z-index: 5;
    outline: 2px solid #ff9e00;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .vgNavigation--featuredItems .slick-prev.slick-arrow{
    left: calc(50% - 60px);
  }
  .vgNavigation--featuredItems .slick-next.slick-arrow{
    right: calc(50% - 60px);
  }
  .vgNavigation--featuredItems .slick-prev.slick-arrow:before{
    content: url('https://www.buildwitt.com/hubfs/chev-white-left.svg') !important;
  }
  .vgNavigation--featuredItems .slick-next.slick-arrow:before{
    content: url('https://www.buildwitt.com/hubfs/chev-white-right.svg') !important;
  }
  .vgNavigation--featuredItems .slick-next.slick-arrow:before,
  .vgNavigation--featuredItems .slick-prev.slick-arrow:before{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 10px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .vgNavigation--featuredItems .slick-next.slick-arrow:hover:before,
  .vgNavigation--featuredItems .slick-prev.slick-arrow:hover:before{
    background: #FF9E00;
  }
  .videoGallery__head .videoGallery__heading{
    margin-bottom: 0px;
  }
}

@media(max-width: 767px) {
  .featuredItemEmbed .video-js{
    height: 250px;
  }
  .featuredItemEmbed .vidyard-player-container{
    height: 250px !important;
  }
  .videoGallery__head .videoGallery__heading h2{
    font-size: 36px;
    line-height: 40px;
  }
  .videoGallery__head .videoGallery__heading p{
    font-size: 16px;
    line-height: 24px;
  }
}

@media(max-width: 480px) {

}