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

/*fonts*/

@font-face {
    font-family: 'Poly Sans';
    src: url('/fonts/PolySans-Neutral.woff2') format('woff2'),
        url('/fonts/PolySans-Neutral.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*font classes*/

.bleuclair {color:#B8F7FF;}
.glenans {color:#3DE8FF;}
.ocean {color:#05759c;}
.iroise {color:#053B4D;}

.pins {color:#1a4d2e;}
.wakame {color:#388759;}
.salicorne {color:#57cc85;}
.vertclair {color:#b0ffcf;}

.brun {color:#1a0808;}
.terre {color:#421717;}
.rouille {color:#8f1f1f;}
.langoz {color:#e54545;}
.rougepale {color:#ffc9c9;}

@media only screen and (min-width: 1024px){
.hideondesktop {display:none !important;}
}

@media only screen and (max-width: 1023px){
.hideonmobile {display:none !important;}
}

/*header linkedin*/

body.material #header-outer #top nav>ul #social-in-menu a {
	margin-bottom:7px!important;
}

/*WPML*/

#header-outer[data-format=centered-menu] #top nav>.sf-menu>li ul {
	align-content:center;
	text-align:center;
	width:auto;
	padding:3px;3px;3px;3px;
}

/*Blog*/

a.actualites {
	display:none!important;
}

.row.heading-title.hentry {
	display:none!important;
}

span.meta-date {
	color:#05769c!important;
}

/*portfolio*/

.bottom_controls {
	display:none;
}