/*
Theme Name:     Mitzi Creator
Theme URI:      n/a
Template:       kadence
Author:         Tracey Griffin
Author URI:     n/a
Description:    Child Theme Description
Version:        1.01
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/
.sidebar-inner-wrap {
    overflow: visible !important;
}
/* Hide Kadence related posts carousel navigation arrows */
.single-post .splide__arrows {
    display: none !important;
}
/* Hides the entire bottom controls bar (play, progress, timer, volume, settings) */
.plyr__controls {
    display: none !important;
}
.plyr__controls {
    visibility: hidden !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
}
.plyr__controls {
    position: absolute !important;
    left: -9999px !important;
    top: -9999px !important;
}
