/*
 Theme Name:   Vlogger Child
 Theme URI:    http://themes2go.xyz/
 Description:  Vlogger Child Theme
 Author:       Themes2go
 Author URI:   http://themes2go.xyz/helpdesk
 Template:     vlogger
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         two-columns, right-sidebar
 Text Domain:  vlogger-child
*/

/***************************************************************
****************************************************************
************* PUT YOUR CUSTOM STYLES BELOW ********************/

/*plyr*/
/* .plyr__controls {
    background: #000 !important;
    padding-top: 15px !important;
} */
.plyr__progress--played, .plyr__volume--display {
    z-index: 1;
    color: #9f1646 !important;
}
.plyr--video .plyr__controls button.tab-focus:focus, .plyr--video .plyr__controls button:hover {
    background: #9f1646 !important;
    color: #fff;
}
.qt-playbtn:hover i {
    color: #9f1646 !important;
}
.slideshow-home .qt-spacer-s {
    display: none;
}
@media only screen and (min-width: 1201px) {
    .category .qt-pageheader {
        padding-top: 450px !important;
    }
}