/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/
.white{color:white !important;}
.btn-form{
	background-color: #0a5095 !important;
	color:white !important;
	border-radius:5% !important;
	width:100% !important;
}

//Player

.radio-player.radio-player-1.shortcode.skin1{
	--radio-player-bg-color:#ee801f !important; 
}
.radio-player-title{color:white;font-family:'Proxima Nova',sans-serif;color:white !important;}
.radio-player-details > div > div.radio-player-song-title > span{color:white !important;}
div.radio-player button:hover path, div.radio-player button:hover svg{fill: #ffffff !important;}
.radio-player-thumbnail{width:160px !important;}
.balance{text-wrap: balance;}
.margin-top15{margin-top:15px !important;}
@font-face {
    font-family: 'Proxima Nova';
    font-style: normal;
    font-weight: normal;
    src: local('Proxima Nova ExtraBold'), url('fonts/proximanova_extrabold.otf') format('opentype');
    }

@font-face {
    font-family: 'Proxima Nova';
    font-style: normal;
    font-weight: normal;
    src: local('Proxima Nova Regular'), url('fonts/proximanova_regular.ttf') format('truetype');
    }

@font-face {
    font-family: 'DIN Next';
    font-style: normal;
    font-weight: normal;
    src: local('DIN Next'), url('fonts/DINNextW1G-Regular.otf') format('opentype');
    }