/*
Theme Name: Vidio - Child
Theme URI: http://harutheme.com/vidio
Author: HaruTheme
Author URI: http://harutheme.com/
Description: This is child theme of Vidio
Template: vidio
Version: 1.0.0

*/

/*---------------------------------
    Write your css code from here
------------------------------------*/

.tax-major-article{
    align-items: center;
}

.tax-major-article .channel-item__thumbnail img{
    position: relative !important;
}
.custom-error-msg{
    width: 100%;
    margin-left: 5%;
}
.video-filter-sidebar .wpb_text_column.wpb_content_element {
    margin-bottom: 0px !important;
}

.video-category-shortcode .video-control {
    position: absolute;
    right: 0;
    top: -35px;
}
.haru-icon{
    background-color: #000;
}

.video-category-content .video-item {
    padding: 0 15px;
    margin-bottom: 20px;
}

.video-category-content .video-list {
    margin: 0 -15px;
}
.video-item__meta > div:after{
display: none;
}
@media screen and (max-width: 768px) {
    .video-filter-sidebar {
        margin-bottom: 30px;
    }
    #haru-video-form .form-check-inline{
        width: 100% !important;
    }
    #start-recording{
        margin-bottom: 0px;
    }
}
@media screen and (max-width: 991px) {
    .haru-archive-breadcrumbs,
    .haru-single-breadcrumbs {
      margin-bottom: 25px !important;
    }
}
.archive .video-item__thumbnail{
    height: fit-content !important;
}

#video-dropzone {
    border: 2px dashed #ccd0d4;
    background: #f1f1f1;
    padding: 40px;
    text-align: center;
    color: #555d66;
    font-size: 16px;
    border-radius: 4px;
    transition: border-color 0.3s ease;
}

#video-dropzone.dz-drag-hover {
    border-color: #0073aa;
    background: #fff;
}

#video-dropzone .dz-preview {
    margin-top: 10px;
}

#video-dropzone video.wp-video {
    width: 100%;
    max-height: 180px;
    display: block;
    margin-bottom: 10px;
}

#haru-video-form .form-check-inline{
    width: 25%;
    margin-right: 0px !important;
    margin-bottom: 5px;
}
label{
    text-transform: capitalize;
}
.dropzone .dz-preview .dz-image{
    height: 150px !important;
    width: fit-content !important;
}
label.main-label {
    font-size: 18px;
    color: #1a051d;
    font-weight: 500;
    text-transform: capitalize;
}
button.submit-video{
    background: #fe2854;
    border-color: #fe2854;
    min-width: 150px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

#form-loader{
    margin-left: 10px;
}
.status-message{
    position: relative;
    padding: .75rem 1.25rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    margin: 20px 0px;
    font-size: 16px;
}
div.text-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    
}

div.text-danger {
    color: #721c24 !important;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

div.text-info {
    color: #0c5460 !important;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}
  
.thankyou-card {
    background: white;
    padding: 40px 30px;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    text-align: center;
    width: 100%;
  }
  .thankyou-icon {
    font-size: 50px;
    color: #28a745;
    margin-bottom: 20px;
  }
  .thankyou-heading {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 15px;
  }
  .thankyou-message {
    font-size: 1.1rem;
    color: #555;
  }
  .thankyou-email a {
    color: #007bff;
    text-decoration: none;
  }
  .thankyou-email a:hover {
    text-decoration: underline;
  }
body.home .video-item__meta,
body.home .video-item__meta .video-item__author,
body.home .video-item__meta .video-item__view,
body.home .playlist-item__meta .playlist-item__author,
body.home .playlist-item__meta .playlist-item__view,
body.home .playlist-item__meta > div:after,
body.home .playlist-item__meta{
    display: none;
}

.video-functions-shortcode .video-category-top {
    display: flex;
    margin-bottom: 25px;
    border-bottom: 1px solid #ededed;
}
.video-functions-shortcode .haru-shortcode-title {
    margin: 0 0 -1px 0;
    font-size: 20px;
    padding-right: 40px;
    font-weight: 500;
    position: relative;
}
.video-functions-shortcode .haru-shortcode-title:before {
    content: '';
    position: absolute;
    bottom: 0;
    height: 1px;
    width: 60px;
    background-color: #fe2854;
}
.video-functions-shortcode .video-functions-filter {
    list-style: none;
    padding: 0 110px 0 0;
    margin: 0;
}
.video-functions-shortcode .video-functions-filter li:first-child {
    margin-left: 0;
}

.video-functions-shortcode .video-functions-filter li {
    display: inline-block;
    margin: 0 10px -1px 10px;
}

.video-functions-shortcode .video-functions-filter .tab-item-heading {
    margin: 0;
    font-weight: 500;
}
.video-functions-shortcode .video-functions-filter a {
    display: block;
    color: #ababab;
    font-size: 13px;
    font-weight: 500;
    padding-bottom: 20px;
    position: relative;
    text-transform: uppercase;
    transition: all .3s;
}
.video-functions-shortcode .video-functions-filter a:hover, 
.video-functions-shortcode .video-functions-filter a.active {
    color: #fe2854;
    transition: all .3s;
}

.video-functions-shortcode .video-control {
    position: absolute;
    right: 0;
    top: 0;
}
.video-functions-shortcode .video-control .video-control-item.disable {
    opacity: .5;
    pointer-events: none;
}
.video-functions-shortcode .video-control .video-control-item:first-child {
    margin-left: 0;
}
.video-functions-shortcode .video-control .video-control-item {
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 24px;
    margin: 0 2px;
    text-align: center;
}
.video-functions-shortcode .video-control .video-control-item:last-child {
    margin-right: 0;
}
div.vf-video-control-item {
    cursor: pointer;
}
.single-haru_video .video-nav-info,
.single-haru_video .video-item__meta{
    display: none !important;
}
#video-recording-cta{
    display: flex;
    justify-content: space-evenly;
    max-width: 50%;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    #haru-video-form{
        padding: 0px !important;
    }
    #upload-message{
        width: 100% !important;
    }
    #video-recording-cta {
        max-width: 100%;
        align-items: center;
    }
}
@media screen and (min-width: 768px) {
    #upload-message{
        width: 50% !important;
    }
}
#upload-message{
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    margin: 20px auto;
    text-align: center;
}
.video-error-message {
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
}
