/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0.2
*/
.compact_audio_player_wrapper{
	position: fixed;
  right: 18px;
  bottom: 44%;
  z-index: 222222222;
}
.sc_player_container1 .myButton_play {
  background: #3b8ec5 url(images/ear.svg) no-repeat center !important;
  cursor: pointer !important;
  width: 46px !important;
  height: 46px !important;
  border: none !important;
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 50%;
}
.sc_player_container1 .myButton_stop {
  background: #3b8ec5 url(images/ear-off.svg) no-repeat center !important;
  cursor: pointer !important;
  width: 46px !important;
  height: 46px !important;
  border: none !important;
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
	border-radius: 50%;
}
.onetap-container-toggle .onetap-toggle img:hover {
  transform: none !important;
}
@media screen and (max-width: 980px) {
	.compact_audio_player_wrapper{
		bottom: 80px;
	}
}
@media screen and (max-width: 576px) {
	.compact_audio_player_wrapper{
		bottom: 130px;
		right:9px;
	}
	.sc_player_container1 .myButton_play {
		width: 42px !important;
  	height: 42px !important;
	}
	.sc_player_container1 .myButton_stop {
		width: 42px !important;
		height: 42px !important;
	}
	.onetap-container-toggle .onetap-toggle{
		margin-right: 8px !important;
	}
	#back_to_top.sticky{
		right:9px !important;
	}
}