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

/*font classes*/

.linkwhite a{color:#ffffff !important;}

.hoverwhite a:hover{color:#ffffff !important;}

.grey {color:#808080!important;}

.big {font-size:35px;line-height:37px;}

.med {font-size:22px;line-height:24px;}

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

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

.orange {color:#ff8359!important;}

/*Couleur selection texte*/

*::selection {
background:#222222;
color:#ff8359;
}

*::-moz-selection {
background:#222222;
color:#ff8359;
}

*::-webkit-selection {
background:#222222;
color:#ff8359;
}

/*masquer previous et next project

.container-wrap[data-nav-pos=after_project_2] .bottom_controls .previous-project span:not(.text) {
	display:none!important;
}

.container-wrap[data-nav-pos=after_project_2] .bottom_controls .next-project span:not(.text) {
	display:none!important;
}

/*masquer previous next project sur mobile */


/*masquer bottom controls*/

.bottom_controls {
	display:none!important;
}

@media only screen and (min-width: 1024px) 
{h1 {
font-size:90px!important;
line-height:93px!important;
}
}