/*
 Theme Name:   OnAir2 Child
 Theme URI:    http://qantumthemes.com/
 Description:  OnAir2 Child Theme
 Author:       QantumThemes
 Author URI:   http://qantumthemes.com/helpdesk
 Template:     onair2
 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:  onair2-child
*/

/***************************************************************
****************************************************************
************* PUT YOUR CUSTOM STYLES BELOW ********************/
.menumobiletrans{
    transform: translateX(0px) !important;
}
.qt-side-nav li li a {
    background-color: #802ed5 !important;
}

#menu-item-10077 {
    text-transform: lowercase !important;
}

.post-banner {
    background-size: contain !important;
}

.event-videos-text {
    font-size: 14px !important;
    text-transform: initial !important;
    background: transparent !important;
}

.event-videos-text span {
    background-color: transparent !important;
    color: black !important;
    font-size: 18px !important;
    margin: 0 170px !important;
}

.qt-header-bg {
    background-size: contain !important;
    background-position: top center !important;
    background-repeat: no-repeat !important;
    object-fit: cover !important;
}

img#playListen {
    cursor: pointer;
}
#loading {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 1;
    background-color: #fff;
    z-index: 99;
}
body, html, .qt-body {
    overflow-x: hidden;
}
#loading-image {
    z-index: 100;
}
