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

@font-face {
    font-family: 'Jeko Medium';
    src: url('/fonts/jekomedium.woff2') format('woff2'),
        url('/fonts/jekomedium.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jeko Bold';
    src: url('/fonts/jekobold.woff2') format('woff2'),
        url('/fonts/jekobold.woff') format('woff');
    font-weight: bold;
    font-style: bold;
    font-display: swap;
}

@font-face {
    font-family: 'Jeko Italic';
    src: url('/fonts/jekoitalic.woff2') format('woff2'),
        url('/fonts/jekoitalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

/*header align*/
.col.span_3 {
	top:-5px!important;
}

/*font classes*/

.blue {color:#31869e!important;}
.big {font-size:85px;line-height:90px}

/*portfolio*/

.bottom_controls {
	display:none!important;
}