 /**************************
  Rumble Player
  **************************/
.videoAdUiLearnMore {
    visibility: hidden;
    padding-top: 12px;
    font-size: 15px;
}

/* MG STYLING */
button, input, optgroup, select, textarea {
    line-height: 1 !important;
}

h1, h2, h3, h4, h5 {
    font-family: 'roboto', sans-serif !important;
}

.large-12 > p {
    font-size: 16px !important;
}

.main-video-title {
    font-size: 21px !important;
}

.video-title { 
    font-size: 14px !important;
}

.videoAdUiLearnMore:after {
    content: 'Shop Now';
    z-index: 2020;
    background: rgb(64 64 64 / 58%);
    cursor: pointer;
    border: none;
    visibility: visible;
    text-size-adjust: auto;
    text-decoration: none;
    color: inherit;
    border-radius: 5px;
    padding: 5px
}

.videoAdUiPreDkipText::before {
    content:'Skip in '
}

/* Revcontent */
.video-revcontent {
    background-color: white;
    margin-top: 20px;
}

.video-revcontent .may-like {
    padding-bottom: 20px;
}

/* main video 
.mobile-ad-unit-video {
    margin-bottom: 10px;
}*/

/* .dropshadow-container {
    min-height: 0px;
} */

.main-video-section {
    padding: 10px;
    padding-top: 0;
}

.main-video-title {
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 0px;
}

.main-video-info {
    background-color: white;
    padding: 10px;
    padding-bottom: 0;
    border-bottom: 1px solid #ebebeb;
}

.uploader-name {
    font-size: 1.2em;
    margin: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block;
    color: #8c0d02;
    font-weight: bold;
    opacity: .7 !important;
}

.uploader-name:hover {
    color: #ae1f24;
    opacity: 1;
}

.uploader-profile-picture {
    max-width: 50px;
}

.subscribers {
    border: 1px solid #ebebeb;
    border-left: none;
    background-color: #f6f7fa;
    color: #999;
    padding: 7px !important;
    display: inline-block;
}

.subscribe-button {
    margin: 0;
    padding: 5px !important;
    margin-right: 9px;
}

.subscribers,
.subscribe-button {
    font-size: .8em;
}

.number-of-likes,
.siskel-ebert {
    color: #808080;
}

.number-of-likes {
    font-size: 1.2em;
    margin-bottom: -10px;
}

.siskel-ebert {
    font-size: .8em;
}

.subscribers-row li a {
    padding: 0;
}

.subscribers-row li a i {
    color: #808080;
    padding-left: 7px;
    padding-right: 7px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.subscribers-row li a i:hover {
    color: #ae1f24;
}

#thumb-up:hover,
#thumb-down:hover {
    cursor: pointer;
    color: #ae1f24;
}

#subscriber-count {
    margin-bottom: 0;
    line-height: 1.04;
}


/*video desc*/
.video-desc {
    padding: 10px 15px;
    background-color: white;
    margin-left: 5px;
}

.date-first-posted {
    color: #808080;
}

.video-desc p {
    margin: 0;
}


/* comment section */
.comment-section {
    margin: auto;
    margin-top: 5px;
}

#noCommentHeading {
    font-size: 20px;
    padding-bottom: 20px;
}


.video-page .row .row,
.right-column .row .row {
    margin-left: auto;
    margin-right: auto;
}

.video-page .row-inside-row .videopage-no-padding {
    padding: 0;
}

.right-column {
    padding-top: 0px;
}

 .side-to-main {
     padding: 0;
     background-color: white;
     margin-left: 5px;
 }

.padding-for-videos {
    padding: 10px 15px;
}

 .side-to-main .row {
     margin-top: 19px;
     margin-bottom: 18px;
     margin-right: 5px;
 }

 .side-to-main .row:last-of-type {
     margin-bottom: 0;
     margin-top: 0;
 }

 .side-to-main .see-more {
     border-top: 1px solid #ebebeb;
     margin-top: 0;
 }

 .see-more-video {
     margin-top: 0;
     border-top: none;
 }

 .video-title {
     font-size: .8em;
     font-weight: bold;
     margin: 0;
 }
 .upload-name,
 .smaller-shares {
     color: rgba(0, 0, 0, 0.45);
     font-size: 12.8px;
     font-weight: bold;
 }
 .upload-name {
     margin: 0;
 }
 .smaller-shares {
     margin-bottom: 0;
 }

 h3 {
     font-size: 1em;
     margin-top: 10px;
     margin-bottom: 10px;
     font-weight: bold;
 }

 h4 {
     margin-right: 5px;
 }

 .side-to-main-ad {
     text-align: center !important;
     margin: auto !important;
 }

 .mobile-number {
     display: none;
 }

 .main-video-row,
 .main-video-info,
 .see-more-row-container,
 .comment-section,
 .video-desc,
 .see-more-row {
     margin-right: auto !important;
     margin-left: auto !important;
 }

 .video-desc {
     border-top: none;
     border-bottom: none;
     padding: 0;
 }

 .video-desc .more .less {
     padding: 10px 15px;
     border-bottom: 1px solid #ebebeb;
 }

 .second-section {
     margin-top: 20px;
 }

/* Increase Featured Conatix Video Player Size on video Pages */
 .cnx-main-container{
    max-width: 1140px !important;
 }

 /* Style the tab */
.tab {
    overflow: hidden;
    background-color: #f1f1f1;
    display: flex;
  }
  
  /* Style the buttons that are used to open the tab content */
  .tab button {
    font-size: 15px;
    background-color: #ffffff;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 11px;
    font-family: 'Roboto', sans-serif;
    color: #808080;
    width: 100%;
    max-width: 100%;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -o-user-select: none;
  }
  
  /* Change background color of buttons on hover */
  .tab button:hover {
    background-color: #ddd;
  }
  
  /* Create an active/current tablink class */
  .tab button.active {
    background-color: #ffffff;
    border-bottom: 3px solid #3071c5e6;
    color:#3071c5e6;
  }
  
  /* Style the tab content */
  .tabcontent {
    display: none;
    border-top: none;
    animation: fadeEffect 1.25s; /* Fading effect takes 1.25 second */
  }

  @keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
  }

  .adbanner {
    padding: 5px 0px 0px 0px;
  }

  /* tool tip css */
.hammr-tooltip-vid-tool {
    position: relative;
    display: inline-block;
}
  
.hammr-tooltip-vid-tool>.hammr-tooltip-vid-tool-text {
    visibility: hidden;
    opacity: 0;
    width: auto;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    text-align: center;
    border-radius: 3px;
    padding: 5px 5px 5px 5px !important;
    font-family: 'roboto', sans-serif;
    font-size: 15px;
    white-space: nowrap;
    font-weight: bold;
    margin-left: -120px;
    transition: 0.25s;

  
    /* Position the tooltip */
    position: absolute;
    top: -30px;
    z-index: 1;
}
  
.hammr-tooltip-vid-tool:hover>.hammr-tooltip-vid-tool-text {
    visibility: visible;
    opacity: 1;
}

/* end tooltip css */

 /**************************
  media queries
  **************************/
@media (max-width: 768px) {
    .number-of-likes  {
        font-size: 14px !important;
    }
    
    .uploader-name {
        font-size: 14px !important;
    }
}

  @media (max-width: 639px) {

      .likes {
          margin-top: 10px;
      }

      .subscribers-row {
          margin-top: 0px;
      }

      .break-on-mobile {
          display: block;
      }

      .side-to-main {
          max-width: 391px;
          margin: auto;
      }

      .side-to-main .row {
          margin-top: 10px;
          margin-bottom: 10px;
      }

      .main-video-title {
          font-size: 14.4px !important;
          line-height: 1.2;
      }

      .uploader-profile-picture-container {
          display: none;
      }

      .mobile-number {
          display: inline-block;
          font-size: 12px;
          padding-top: 4px;
      }

      .uploader-name {
          display: inline-block;
          font-size: 14.4px !important;
      }

      .number-of-likes {
          font-size: 14.4px !important;
      }

      .float-right-on-mobile {
          float: right;
      }

      .float-left-on-mobile {
          float: left;
      }

      .date-first-posted {
          font-size: 16px;
      }

      .video-desc {
          border-top: 1px solid #ebebeb;
      }

      .video-desc-paragraph {
          font-size: .8em;
          margin-bottom: 10px;
      }

      .main-video-info {
          margin-top: 0;
          border-top: none;
          line-height: 1.5;
      }

      .right-column .see-more-row {
          padding: 0 !important;
          margin-bottom: 10px;
      }

      .right-column .see-more-row a {
          border-top: none;
      }

      .second-section {
        margin-top: 5px;
        padding-top: 10px;
    }

      .second-section .item {
          min-height: 170px;
      }

      .subscribers-row-mobile {
          margin-top: 5px;
          font-size: .8em;
      }

      .number-of-likes {
        font-size: 1.2em;
    }

      .video-desc {
        padding-right: 0.3em;
        padding-left: 0.6em
    }

      .see-more-latest {
          font-size: 15.2px;
      }

    

  }

  @media (max-width: 1024px) {

      .main-video-section {
          padding: 0;
      }

      .side-to-main-ad {
          padding-top: 20px;
          padding-bottom: 20px;
          margin-top: 0;
      }

      .right-column {
          margin-top: 0;
      }

      .comment-section {
          margin-left: auto;
          margin-right: auto;
          margin-bottom: 0px;
      }

      .video-screenshot {
          text-align: center;
      }

      .main-video-info {
          margin-top: 0;
      }

      .video-desc {
          margin-top: 0;
      }

  }

 @media (min-width: 450px) and (max-width: 479px) {

      .second-section .item {
          min-height: 180px;
      }

 }

 @media (min-width: 480px) and (max-width: 549px) {

      .second-section .item {
          min-height: 210px;
      }

 }

 @media (min-width: 520px) and (max-width: 519px) {

      .second-section .item {
          min-height: 200px;
      }

 }

 @media (min-width: 550px) and (max-width: 639px) {

      .second-section .item {
          min-height: 230px;
      }

 }

  @media (min-width: 639px) and (max-width: 1023px) {

      .video-desc .more .less {
          border-top: none;
          border-bottom: 1px solid #ebebeb;
      }

 }


  @media (min-width: 1024px) {

      .side-to-main,
      .see-more-row {
          max-width: 600px;
          margin: auto;
          margin-top: 0px;
          margin-left: auto !important;
          margin-right: auto !important;
      }

      .video-desc .more .less {
          border-top: none;
          border-bottom: 1px solid #ebebeb;
      }

      .see-more-row-container a:hover {
          border-top: none;
      }

      .side-to-main {
          margin-top: 0px;
      }

      .right-column {
          padding-right: 0;
      }

  }
