/*
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: 'Aeonik';
    src: url('/fonts/aeonik-regular.woff2') format('woff2'),
        url('/fonts/aeonik-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Magister';
    src: url('/fonts/magister-regular.woff2') format('woff2'),
        url('/fonts/magister-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*header*/
ul.sf-menu.sf-js-enabled.sf-arrows {
	width:150px!important;
}


@media only screen and (min-width: 1024px) {
ul.off-canvas-social-links.line-shown {
	position:relative!important;
	margin-left:40px!important;
}}

/* font classes*/

.bigger {font-size:80px;line-height:95px;}
@media only screen and (max-width: 1023px) {
	.bigger {font-size:45px;line-height:50px;}
}

/*portfolio*/

.bottom_controls {
	display:none!important;
}