/*
Theme Name: My Radio One Albania
Author: the webiu team
Author URI: https://webiu.co/
*/
.container {
    max-width: 400px;
    width: 90%;
    margin: 0 auto;
}
.radioone {
    position: relative;
    min-height: 90vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.logo-home
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px 12px;
}
.footers{
        text-align: center;
    background-color: #FFF0;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.4px;
    color: #9394a0 !important;
}
a {
    color: #9394a0;
}
a:hover {
    color: #F39C12;
}

/*audio player css*/
.vue-audio-container {
   text-align: -webkit-center;
}
.player {
    position: relative;
    padding: 16px;
    width: 96px;
    height: 96px;
	transition: transform .2s;
	
}
.player:hover{
	  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1);
}
.player:before {
    content: "";
    position: absolute;
    left: 8px;
    right: 8px;
    top: 8px;
    bottom: 8px;
    border: 8px solid #f49638;
    border-radius: 50%;

}
.player__container {
    position: relative;
    height: 100%;
    width: 100%;
}
.player__button {
    background: none;
    border: none;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
}
.player__button i{
padding: 23px 24px;
    background-color: #fff;
    border-radius: 63px;
    font-size: 31px;
    padding-left: 27px;
    color: #f49638;
	 outline: 0;
}
.player__button:focus{
	outline:0 !important;
}

.i:focus{
	outline: 0 !important;
}
.player__button--play {
    -webkit-animation: heartbeat-data-v-bdf19718 2s infinite;
    animation: heartbeat-data-v-bdf19718 2s infinite;
}
@media screen and (min-width: 768px){
.player {
    width: 132px;
    height: 132px;
}
}
@media (max-width: 576px) {

.player:before {
    content: "";
    position: absolute;
    left: -13px;
    right: -13px;
    top: -13px;
    bottom: -13px;
}
.player__button {
    background: none;
    border: none;
    position: absolute;
    left: -12px;
	top: -7px;align-content
	}
}
 .animation {
	border-radius: 50%;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
	transform: scale(1);
	animation: pulse-black 2s infinite;
}
 .animation:before{
	box-shadow: 0 0 0 0 rgba(255, 121, 63, 1);
	animation: pulse-orange 1.2s infinite;
}
@keyframes pulse-orange {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(255, 121, 63, 0.7);
	}
	
	70% {
		transform: scale(1);
		box-shadow: 0 0 0 15px rgba(255, 121, 63, 0);
	}
	
	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(255, 121, 63, 0);
	}
}

