/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/
.sec-heading{
    font-size: 34px;
    font-weight: 700;
    color: #c50e23;
    margin: 10px 0;
}
div#footer-outer {
    background-color: #c50e23;
    color: #fff;
}
#footer-outer .widget h4{
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}
#footer-outer a,
#footer-outer #copyright p{
    color: #fff ;
}

#footer-outer a:hover{
    color: #f9f9f9 !important;
}
#footer-outer #copyright{
    border-top: 1px solid #f13046;
}
/* Music Page */
#audios{
    padding: 60px 0 !important;
}
#audios .box{
    overflow: hidden;
    margin: 0 0 30px;
}
#audios .box h3{font-size: 20px;font-weight: 600;color: #000;text-decoration: underline;}
#audios .box audio{
    width: 100%;
}
#audios .vc_custom_heading{
    font-size: 40px;
    font-weight: 700;
    margin: 0 0 40px;
}
#audios .vc_col-sm-4{
	margin: 0 0 !important;
}
.single-sr_playlist{}
.single-sr_playlist div#respond{
    display: none;
}
.single-sr_playlist .sr-container{
    max-width: 90% !important;
    margin: auto;
    width: 85% !important;
}
.single-sr_playlist .iron-audioplayer{
    padding: 60px 20px;
    background-color: #f9f9f9;
    border-radius: 20px;
    margin: 60px 0;
}
.single-sr_playlist .comment-wrap {
    display: none;
}