/*
 Theme Name:   Modkids Child
 Theme URI:    http://casethemes.net/themes/modkids
 Description:  Modkids Child Theme
 Author:       CaseThemes
 Author URI:   http://casethemes.net/
 Template:     modkids
 Version:      1.0.2
 Text Domain:  modkids-child
*/

/* Hide Dragon Elements */
.pxl-loader.style-2 .dragon,
.pxl-loader.style-2 .shadow-wrapper,
.pxl-loader.style-2 .fire-wrapper,
.pxl-loader.style-2 .pxl-cloud-wrap,
.pxl-loader.style-2 #cloud-wrap {
    display: none !important;
}

/* Preloader Logo Layout */
.pxl-loader.style-2 {
    background-color: #EC1705 !important;
    background-image: none !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
}

/* Force override display none from parent if any */
.pxl-loader-logo {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    text-align: center !important;
    margin-bottom: 30px !important;
}

.pxl-loader-logo-inner img {
    display: inline-block !important;
    max-height: 180px !important;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
}

/* Loader Progress */
.pxl-loader.style-2 .progress {
    width: 280px !important;
    margin: 0 auto !important;
}

.pxl-loader.style-2 .progress span {
    color: #ffffff !important;
    display: block !important;
    margin-bottom: 10px !important;
}

.pxl-loader.style-2 .progress .outer {
    background: rgba(255, 255, 255, 0.2) !important;
    height: 12px !important;
    border-radius: 6px !important;
}

.pxl-loader.style-2 .progress .inner {
    background: #ffffff !important;
}
