/*
Theme Name: Unique Child
Author: lmpixels
Author URI: https://themeforest.net/user/lmpixels
Description: Child theme for the Unique. Child themes are the recommended way of making modifications to a theme. <a href="http://codex.wordpress.org/Child_Themes">Read More</a>
Version: 1.0.1
License:     ThemeForest License
License URI: http://themeforest.net/licenses
Text Domain: unique
Template: unique
*/



/* /==================== Global ====================/ */

header#site_header .site-title-block h1.site-title {
    font-size: 12px !important;
}
header#site_header .my-photo img,
header#site_header .my-photo img.mCS_img_loaded {
    border: none !important;
}

.social-links-block ul.social-links li a i.fa {
    position: absolute;
    margin-left: -9px;
}

.fw-pricing .fw-pricing-row {
    padding-top: 0px !important;
}   

div#col_inner_id-6779f1de0f7f7 i.fa {
    margin-top: -33px !important;
}
/* /==================== Home ====================/ */
body.home .fw-main-row i.service-icon.dashicons,
.service-block .service-info i.service-icon.dashicons {
    display: inline !important;
}


body.home .subpages .home-page-block img.mCS_img_loaded.hp-logo {
    display: block;
    margin: 0 auto 10px;
    max-width: 100%;
    height: auto;
    width: 400px;
}

body.home .subpages .home-page-block .cta-section {
    text-align: center;
    margin-top: 20px;
}
body.home .subpages .home-page-block .cta-section .btn-primary {
    background-color: #0c0c0c;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    max-width: 400px;
    width: 100%;
    line-height: 34px;
    font-size: 21px;
}

body.home .subpages .home-page-block h2 {
    font-size: 25px !important;
}

body.home .subpages .home-page-block .cta-section .btn-primary:hover {
    background-color: #0056b3;
}




/* /====================  HP Banner  ==================/ */

/*
.spmr-banner {
    position: absolute;
    bottom: 0;
    margin: 0;
    width: 100%;
    text-align: center;
    padding-left: 150px;
}
.player .spmr-banner {
    text-align: center;
    margin-bottom: -87px;
}

.spmr-banner img.ad-image {
    width: 100%;
    height: auto;
    max-width: 660px;
}  */


/* /====================  Player  ====================/ */

.player {
  /*  border: solid 2px #000;*/ 
    margin-top: -10px;
    margin-bottom: -11px;
}
.player div.radio-player button.radio-player-volume {
    display: none !important;
}
.player div.radio-player.radio-player-2.shortcode.skin3{
    --radio-player-bg-color: transparent !important;  
    width: 1920px  !important;  
}
.player div.radio-player.shortcode {
    max-width: 100%  !important; 
}

.player div.radio-player .radio-player-song-title span.track-title {
    font-size: 25px !important;
}
.player div.radio-player .radio-player-song-title span.track-title::before {
    content: 'Now Playing:';
    margin-right: 15px;
    text-transform: uppercase;
    color: #000000 !important;
    font-weight: 600;
}

.player div.radio-player.skin3.shortcode .radio-player-details .radio-player-song-title {
    margin-top: -40px !important;
    margin-left: 130px !important;
    width: 100% !important;    
    max-width: 1165px;
/*  border: solid 2px #000;*/ 
    z-index: 1000 !important;
    position: absolute !important;
}

.player > div.radio-player .radio-player-volume .volume-slider {
  position: relative !important;
  }