/*
Theme Name: Total Child
Theme URI: http://totalwptheme.com
Description: Total WordPress theme example child theme.
Author: AJ Clarke
Author URI: http://totalwptheme.com
Template: Total
Version: 1.1
*/

/* Parent stylesheet should be loaded from functions.php not using @import */
.wp-post-image {
    display: none !important;
}
.ilightbox-holder.metro-black .ilightbox-inner-toolbar .ilightbox-title {
    font-size: 22px;
    padding: 10px 12px;
    padding-right: 60px;
    color: #acacad;
}
.wcs-timetable__list .wcs-class .wcs-class__image {
    width: 20.5vh;
    background-size: cover;
    background-position: center center;
    margin: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-item-align: stretch;
    align-self: stretch;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	border: 1px solid #4f4f4f;
}
.vcex-blog-entry-details {
    padding: 20px;
    border: 0px solid #fff;
}
.cue-playlist .cue-track .cue-track-details {
    padding: 12px 20px;
    line-height: 18px;
    background-color: #000000;
}
.cue-playlist .cue-track .cue-track-length {

    font-size: 11px;
    padding: 10px 20px 10px 10px;
    text-align: right;
    background: #000000;

}
.cue-playlist .cue-track .cue-track-details .cue-track-title {
    color: #cccccc;
    display: block;
    font-weight: 700;

}
.cue-playlist .cue-track .cue-track-details {

    padding: 12px 20px;
    line-height: 18px;
    color: #ccc;

}
.cue-playlist .cue-track .cue-track-details .cue-track-title {
    color: #cccccc;
    display: block;
    font-weight: 700;

}
.cue-playlist .cue-track {

    color: #cccccc;
    cursor: pointer;

}

.cue-skin-default.mejs-container .mejs-mediaelement {

    background: 0 0;
        background-color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 255, 0.4);

}
.cue-playlist .cue-tracks {

    background: #1b1b1b;
    border-color: #1b1b1b;
    border-style: solid;
    border-width: 0 1px 1px 1px;
    box-shadow: 0 1px 2px rgba(0,0,0,.00);
    list-style: none;
    margin: 0;
        margin-bottom: 0px;
    overflow: auto;
    padding: 0;
    text-align: left;
    width: 100%;

}
.cue-skin-default.mejs-container .mejs-controls .mejs-time-rail .mejs-time-total {

    background: rgba(0,0,0,.7);
    border-radius: 0;
    height: 0px;
    margin: 0;
        margin-bottom: 0px;
    width: 100%;

}
.cue-playlist .cue-track .cue-track-details {
    padding: 12px 20px;
    line-height: 16px;
    background-color: #1b1b1b;
    font-family: "gruppo";
    font-size: 18px;
    font-variant-caps: normal;
}
.cue-playlist .cue-track .cue-track-length {
    font-size: 11px;
    padding: 10px 20px 10px 10px;
    text-align: right;
    background: #1b1b1b;
}
.cue-skin-default.mejs-container .mejs-controls .mejs-time-rail .mejs-time-handle {
    background: #ff0000;
    border-radius: 0;
    border-width: 0;
    display: block;
    height: 10px;
    position: absolute;
    top: 0;
    width: 5px;
}
.cue-skin-default.mejs-container .mejs-controls .mejs-time-rail .mejs-time-handle {
    background: rgba(255,255,255,.9);
    border-radius: 0;
    border-width: 0;
    display: block;
    height: 10px;
    position: absolute;
    top: 0;
    width: 5px;
}
.mejs-container-keyboard-inactive [role=slider], .mejs-container-keyboard-inactive [role=slider]:focus, .mejs-container-keyboard-inactive a, .mejs-container-keyboard-inactive a:focus, .mejs-container-keyboard-inactive button, .mejs-container-keyboard-inactive button:focus {
    outline: 0;
    font-family: "Gruppo";
}