/*
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
*/

/* CUSTOM FONTS */
h1,h2,h3,h4,h5,h6 {
	font-family: 'Tracklister-Semibold';
	font-weight: 600;
	font-style: normal;
	text-transform: uppercase;
}

body, p {
	font-family: 'Libertarian';
	font-weight: normal;
	font-style: normal;
}

.small-headline {
	font-family: 'Tracklister-Regular';
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
}

.subhead, .subhead p {
	font-family: 'Tracklister-Regular';
	font-weight: 300;
	font-style: normal;
	font-size: 20px;
}

.libertarian {
	font-family: 'Libertarian';
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	font-size: 94%!important;
	letter-spacing: -0.02em;
}

/* NAV */
#top nav > ul > li > a {
	font-family: 'Tracklister-Regular';
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 2px;
}

#top .sf-menu li ul li.menu-item a {
	font-family: 'Tracklister-Regular';
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 2px;
}

.sf-menu>li ul {
		width: 24em;
}

/* CALL TO ACTION */
.nectar-cta.custom-button a {
	font-family: 'Tracklister-Regular';
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 3px;
}

/* BACKGROUND */
.background-contain .column-image-bg.loaded,
.background-contain .row-bg.viewport-desktop.using-image.using-bg-color.loaded {
		background-size: contain!important;
		background-repeat: no-repeat!important;
}

/* TABS */
.tabbed[data-style="minimal_flexible"] .wpb_tabs_nav > li a {
	font-family: 'Tracklister-Semibold';
	font-weight: 600;
	font-style: normal;
	text-transform: uppercase;
	font-size: 18px!important;
}

@font-face {
		font-family: 'Tracklister-Semibold';
		src: url('fonts/Tracklister-Semibold.eot');
		src: url('fonts/Tracklister-Semibold.eot?#iefix') format('embedded-opentype'),
				url('fonts/Tracklister-Semibold.woff2') format('woff2'),
				url('fonts/Tracklister-Semibold.woff') format('woff'),
				url('fonts/Tracklister-Semibold.ttf') format('truetype'),
				url('fonts/Tracklister-Semibold.svg#Tracklister-Semibold') format('svg');
		font-weight: 600;
		font-style: normal;
}

@font-face {
		font-family: 'Tracklister-Regular';
		src: url('fonts/Tracklister-Regular.eot');
		src: url('fonts/Tracklister-Regular.eot?#iefix') format('embedded-opentype'),
				url('fonts/Tracklister-Regular.woff2') format('woff2'),
				url('fonts/Tracklister-Regular.woff') format('woff'),
				url('fonts/Tracklister-Regular.ttf') format('truetype'),
				url('fonts/Tracklister-Regular.svg#Tracklister-Regular') format('svg');
		font-weight: normal;
		font-style: normal;
}

@font-face {
		font-family: 'Tracklister-Light';
		src: url('fonts/Tracklister-Light.eot');
		src: url('fonts/Tracklister-Light.eot?#iefix') format('embedded-opentype'),
				url('fonts/Tracklister-Light.woff2') format('woff2'),
				url('fonts/Tracklister-Light.woff') format('woff'),
				url('fonts/Tracklister-Light.ttf') format('truetype'),
				url('fonts/Tracklister-Light.svg#Tracklister-Light') format('svg');
		font-weight: 300;
		font-style: normal;
}

@font-face {
		font-family: 'Libertarian';
		src: url('fonts/Libertarian.eot');
		src: url('fonts/Libertarian.eot?#iefix') format('embedded-opentype'),
				url('fonts/Libertarian.woff2') format('woff2'),
				url('fonts/Libertarian.woff') format('woff'),
				url('fonts/Libertarian.ttf') format('truetype'),
				url('fonts/Libertarian.svg#Libertarian') format('svg');
		font-weight: normal;
		font-style: normal;
}




