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

/*MB EDITS*/
@font-face {
    font-family: 'DIN Next Regular';
    src: url("/wp-content/themes/salient-child/css/fonts/DINNextLTPro-Light.woff2") format("woff2");
    font-weight: lighter;
    font-style: normal;
	
}
@font-face {
    font-family: 'DIN Next Medium';
    src: url("/wp-content/themes/salient-child/css/fonts/DINNextLTPro-Medium.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DIN Next Bold';
    src: url("/wp-content/themes/salient-child/css/fonts/DINNextLTPro-Bold.woff2") format("woff2");
    font-weight: bold;
    font-style: normal;
}

.container-wrap{
	padding-bottom: 0px;
}

/*MB EDITs*/


.postcodes1{
	color: #FFFFFF !important;
}

.footericons{
	color: #FFFFFF !important;
}

body [class^="icon-"].icon-default-style{
	color: #FFFFFF;
}

body [class^="icon-"].icon-default-style.extra-color-1{
	color: #FFFFFF;
}

.team-member h4{
	color: #FFFFFF !important;
}

.position{
	color: #FFFFFF !important;
}

@media only screen and (max-width: 690px){
div#footer-widgets {
    display: none;
}
}
}
body.material .nectar-button.large {
	font-size: 18px !important;
}

a.nectar-button.large.regular.extra-color-1.regular-button {
    font-size: 18px!important;
}

html body #header-secondary-outer nav > ul > li > a {
    font-size: 16px !important;
    line-height: 18px !important;
}

menu-title-text{
	font-family: 'DIN Next Bold' !important;
}



nav>ul>li[class*=button_solid_color]>a{
	font-family: 'DIN Next Bold' !important;
	font-size: 16px;
}