/*
Theme Name:     Foxiz child
Template:      	foxiz
Theme URI:      https://foxiz.themeruby.com
Author:         Theme-Ruby
Author URI:     https://themeforest.net/user/theme-ruby/portfolio/
Description:    Make your modifications to Foxiz in this child theme.
Version:        1.8
Tags:           custom-background, custom-menu, featured-images, theme-options, custom-colors, translation-ready, threaded-comments, translation-ready
License:        Themeforest Licence
License URI:    https://themeforest.net/licenses/standard
*/

/* Your CSS code goes here
-------------------------------------- */
#floating-player {
    position: fixed;
    bottom: 114px;
    right: 20px;
    width: 320px;
    height: 185px;
    background: black;
    z-index: 9999;
    display: none;
    box-shadow: 0 0 10px rgba(0,0,0,0.6);
}

#floating-player iframe {
    width: 100%;
    height: 100%;
}
#close-floating-player {
    position: absolute;
    top: auto;
    bottom: 100%;
    right: 0;
    width: 26px;
    height: 26px;
    background: rgba(0, 0, 0, 0.4);
    color: white;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    cursor: pointer;
    z-index: 10000;
    transition: background 0.2s;
}
#close-floating-player:hover {
    background: rgba(0, 0, 0, 0.8);
}


/* START of Swiper CSS */

/* END OF Swiper CSS */