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



.mainColor {
    color:#0B2A2C !important;
}


.contactHeader a:before {
    color:#0B2A2C !important;
    border-color:#0B2A2C !important;
}

.headerName {
    font-family: "Playfair Display";
    font-size: 24px !important;
    margin-left: 20px !important;
}

.headerGroup {
    align-items: center;
}

.landingServices .hover-content {
    color:#000 !important;
}


/*
 * Hacks
*/
/* Do not return to the line on mobile display */
@media screen and (max-width: 1280px)
{
    .no-linebreak br {
        display:none;
    }
}
    
@media screen and (max-width: 1000px)
{
    .headerName { display:none; }
}

/* Footer */
#footer-outer #footer-widgets .widget h4,
#footer-outer .widget h4 {
    color: #0B2A2C !important;
    font-size:24px !important;
}