/*
Theme Name:   WpCasterPro Child
Theme URI:    https://qantumthemes.com/
Description:  The child theme allows easier customizations and template overrides
Author:       Qantum Themes
Author URI:   https://qantumthemes.com/
Template:     wpcasterpro
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         right-sidebar
Text Domain:  wpcasterpro
*/

/* Fix: ajax player should stick to bottom */
div[data-hidetimeout]{
  position: fixed !important;
  top: auto !important;
  bottom: 0 !important;
  left: 0;
  right: 0;
}

/***************************************************************
****************************************************************
************* PUT YOUR CUSTOM STYLES BELOW ********************/

/* Stronger override for global AJAX player */
div[data-hidetimeout][data-hidetimeout][data-hidetimeout]{
  position: fixed !important;
  top: auto !important;
  bottom: 0 !important;
  left: 0;
  right: 0;
  z-index: 99999 !important;
}
