/*
 * VIDEO STYLES
 */

.share-wrapper {
  padding: 6px 0px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.share-wrapper a:first-of-type {
  margin-left: 10px;
}

.share-wrapper a {
  transition: all 0.5s ease;
}

.share-wrapper a:hover {
  color: #000000;
}

.share-wrapper a i {
  display: inline-block;
  padding: 6px 7px;
}

.videofile,
.youtube {
  cursor: pointer;
  position: relative;
}

.videofile .play-button,
.youtube .play-button {
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: transparent;
  z-index: 1;
  transform: translate(-50%, -50%);
  color:#fff;
}

.videofile .play-button i,
.youtube .play-button i,
.videofile .play-button span,
.youtube .play-button span {
  font-size: 6rem;
  transition: all .35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  display: inline-block;
  opacity: 0.7;
  text-shadow: 0px 2px 5px rgba(0,0,0,0.5);
}

.videofile .play-button:hover i,
.youtube .play-button:hover i,
.videofile .play-button:hover span,
.youtube .play-button:hover span {
  opacity: 1.0;
  font-size: 6.5rem;
  opacity: 0.9;
}

.single-videos .related-content h4 {
  font-weight: 600;
  margin-bottom: 0px;
  letter-spacing: 0.05rem;
}

.single-videos .related-content-hr {
  border-top: 1px solid #000000;
  margin-top: 0.05rem;
}

.single-videos .related-documents {
  font-size: 0.9rem;
}

.single-videos .related-products .product-container {
  background-color: #EAEAEA;
}

.single-videos .related-products .btn-primary {
  font-size: 0.9rem;
  padding-top: 0.5rem;
  padding-bottom: 0.15rem;
  padding-left: 0px;
  padding-right: 0px;
  width: 100%;
}

@media (max-width: 991px) {
  .single-videos .related-products .btn-primary {
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
}

.single-videos .related-products .title {
  font-weight: 600;
  line-height: 1.25rem;
  letter-spacing: 0.035rem;
}

.single-videos .star-rating {
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 1em;
  width: 5.4em;
  font-family: star;
  color: #FFFFFF;
}

.single-videos .star-rating::before {
  content: "\73\73\73\73\73";
  color: #d3ced2;
  float: left;
  top: 0;
  left: 0;
  position: absolute
}

.single-videos .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em
}

.single-videos .star-rating span::before {
  content: "\53\53\53\53\53";
  color: #F26722;
  top: 0;
  position: absolute;
  left: 0
}

.single-videos .woocommerce-product-rating {
  line-height: 2;
  display: block
}

.single-videos .woocommerce-product-rating::after,
.single-videos .woocommerce-product-rating::before {
  content: " ";
  display: table
}

.single-videos .woocommerce-product-rating::after {
  clear: both
}

.single-videos .woocommerce-product-rating .star-rating {
  margin: .5em 4px 0 0;
  float: left
}

.single-videos .products .star-rating {
  display: block;
  margin: 0 0 .5em;
  float: none
}

.single-videos .hreview-aggregate .star-rating {
  margin: 10px 0 0;
}

.single-videos .related-video .videomodallink {
  position: relative;
  display: block;
  cursor: pointer;
}

.single-videos .related-video img {
  border: 1px solid #B7B5B5;
}

.single-videos .related-video .play-button {
  position: absolute;
  color: #FFFFFF;
  font-size: 3rem;
  opacity: 0.75;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.single-videos .related-video-title {
  line-height: 1rem;
}
.single-videos .related-video-title a {
  font-size: 0.75rem;
  text-decoration: none;
  color: #000000;
  font-weight: 600;
  letter-spacing: 0.035rem;
}

.single-videos .related-post {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.02rem;
}

.single-videos .related-faqs {

}

.single-videos .related-faqs .accordion,
.single-videos .related-faqs .accordion .card,
.single-videos .related-faqs .accordion .card {
  border: 0px solid transparent;
  background-color: transparent;
}

.single-videos .related-faqs .accordion > .card:not(:last-of-type) {
  border-bottom: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}

.single-videos .related-faqs .accordion > .card:not(:first-of-type) {
  border-top: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}

.single-videos .related-faqs .accordion .card-header {
  background-color: transparent;
  padding: 0px;
  border-bottom: 0px solid transparent;
}

.single-videos .related-faqs .accordion .card-header button {
  padding: 0px;
  color: #F26722;
  padding-left: 1.5rem;
  text-decoration: none;
}

.single-videos .related-faqs .accordion .card-header button:active,
.single-videos .related-faqs .accordion .card-header button:focus {
  outline: none;
  box-shadow: 0 0 0 0 transparent;
  text-decoration: none;
}

.single-videos .related-faqs button.btn-link:before {
  content: "\f068";
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900;
  display: block;
  position: absolute;
  left: 0px;
  top: 1px;
}

.single-videos .related-faqs button.btn-link.collapsed:before {
  content: "\f067";
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900;
  display: block;
  position: absolute;
  left: 0px;
  top: 1px;
}

.single-videos .related-faqs .accordion .card {
  margin-bottom: 0.75rem;
}

.single-videos .related-faqs .card-body {
  padding-top: 0.5rem;
  padding-bottom: 0px;
  padding-right: 0.5rem;
}

.single-videos .related-faqs .card-body p {
  margin-bottom: 0px;
}

.single-videos .relatedvideo .modal-body {
  padding: 0px;
}

.single-videos.modal-open .modal {
  z-index: 999999999;
}

.single-videos .modal-backdrop.show {
  z-index: 99999999;
}

.single-videos .video-modal-close {
  color: #FFFFFF;
  opacity: 1;
  text-shadow: 0 1px 0 #000;
}

.single-videos .video-modal-close:hover,
.single-videos .video-modal-close:active,
.single-videos .video-modal-close:focus {
  text-decoration: underline;
  color: #FFFFFF;
  opacity: 1;
  text-shadow: 0 1px 0 #000;
}

.single-videos .video-modal-close:not(:disabled):not(.disabled):focus,
.single-videos .video-modal-close:not(:disabled):not(.disabled):hover {
  text-decoration: underline;
  color: #FFFFFF;
  opacity: 1;
  text-shadow: 0 1px 0 #000;
}

.single-videos .close-text {
  font-size: 0.9rem;
}

.single-videos .relatedvideo .modal-content {
  background-color: transparent !important;
  border: 0px solid transparent;
}
.single-videos .relatedvideo .modal-header {
  background-color: transparent !important;
  border: 0px solid transparent !important;
}
.single-videos .relatedvideo .modal-body {
  border: 1px solid #000000;
}

.single-videos .modal-backdrop.show {
  opacity: 0.65;
}