/*
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: 'optimusprincepsregular';
    src: url('optimusprinceps-webfont.woff2') format('woff2'),
         url('optimusprinceps-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'optimusprincepssemiboldRg';
    src: url('optimusprincepssemibold-webfont.woff2') format('woff2'),
         url('optimusprincepssemibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/*usage*/
#page-header-bg h1 { font-family: 'optimusprincepsregular', serif !important; }
/* logo hide*/
#logo{display:none;}
/* articles */
#page-header-bg[data-post-hs="default_minimal"] .inner-wrap > a:not(:hover){display:none !important;}
.blog .meta-category{display:none !important;}
/*pages */
.home .blog-recent .meta-category{display:none !important;}
.echipa-narrow{margin: 0px 100px;}
/* ------------------- breakpoints ----------------------------------------*/
@media only screen and (min-width: 1px) and (max-width: 999px){
	#header-outer.transparent #logo{display:none !important;}
	.echipa-narrow{margin: 0px;}
}
