/*
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
*/


body[data-footer-reveal="1"].ascend { background-color:#000 !important;}

header#top nav>ul>li>a { font-size:14px !important;}

.page-id-404 .minimal-form-input  { padding-top:5px !important;}

body[data-form-style="minimal"] .minimal-form-input { padding-top:25px;}

body[data-header-color="custom"] #header-secondary-outer nav >ul >li >a { line-height:1.1 !important;}

.has-cookie-bar #catapult-cookie-bar { border:solid 1px #fff;}

#header-secondary-outer nav >ul >li >a { font-size:16px !important;    font-family: Open Sans;
    text-transform: uppercase;font-weight: 700;}


/* Social Button Styling */

.fa-twitter:before {
    color: #4099FF !important;
}

.fa-facebook:before {
    color: #3b5998 !important;
}

.fa-youtube-play:before {
    color: #bb0000 !important;
}

.fa-instagram:before {
    color: #8a3ab9 !important;
}

.fa-linkedin:before {
    color: #0077B5 !important;
}

.fa-google-plus:before {
    color: #db3236 !important;
}


/* Custom HTML Button */

.custom_button_dark_blue {
    border: 3px solid rgba(13, 102, 181, 1);
    padding: 10px 17px;
    margin-bottom: 5px;
    display: inline-block;
}

.custom_button_dark_blue:hover {
    opacity: 0.87;
    background:  rgba(13, 102, 181, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

body[data-header-color="dark"] header#top nav ul li a {
    color: #fff;
}

.wpb_row .row-bg-wrap .inner-wrap {
    height: 100%;
}

.largetext {
    font-size: 26px;
    line-height: 52px;
    color: #aaa;
}

.italics {
    font-style: italic;
}

.greycolor {
    color: #aaa;
}