/*
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
*/


#header-outer:not([data-format="left-header"]) #top nav > ul {
    text-transform: uppercase;
}

#header-outer[data-lhe="animated_underline"] #top nav > ul > li > a {
    font-size: 2.2rem;
    color: #ebd2b3;
}

h2.vc_custom_heading {
    font-size: 4rem;
}

h2 {
    font-size: 4rem;
}

h5 {
    font-size: 2.5rem;
}

span.meta {
    color: #fafafa;
}

h3.title {
    font-family: 'TheBartender-Sans';
    font-size: 2.5rem;
    color: #fafafa;
    text-align: center;
    font-weight: normal;
}

.excerpt {
    font-size: 1rem;
    color: #fafafa !important;
    font-weight: 200;
}

.blog-recent[data-style*="classic_enhanced"] .article-content-wrap {
    padding-top: 3%;
    padding-right: 9%;
    padding-bottom: 5%;
    padding-left: 9%;
    background-color: #574d42;
    color: #fafafa;
}

.post-area.masonry.classic_enhanced .post .post-featured-img,
.blog-recent[data-style*="classic_enhanced"] .post-featured-img,
.post-area.masonry.classic_enhanced .n-post-bg {
    width: 100%;
    height: 12rem;
}

body .blog-recent[data-style*="classic_enhanced"] .has-post-thumbnail .meta-category a {
    display: none;
}


body.single-post .container-wrap[data-remove-post-author="1"][data-remove-post-date="1"] .blog-recent[data-style*="classic_enhanced"].related-posts .inner-wrap,
.blog-recent[data-style*="classic_enhanced"][data-remove-post-nectar-love="1"][data-remove-post-comment-number="1"][data-remove-post-author="1"] .inner-wrap {
    background-color: #574d42;
    color: #fafafa;
}

body.material:not([data-button-style^="rounded"]) .nectar-button.has-icon.large {
    text-transform: uppercase;
    font-size: 2.5rem;
    font-weight: 300;
    padding-bottom: 20px;
}

.masonry.classic_enhanced .masonry-blog-item .article-content-wrap,
.blog-recent[data-style*="classic_enhanced"] .article-content-wrap {
    padding-top: 3%;
    padding-right: 9%;
    padding-bottom: 5%;
    padding-left: 9%;
    background-color: #574d42;
    color: #fafafa;
}

#search-results .result,
.masonry-blog-item {
    background-color: #574d42;
    color: #fafafa;
}

body[data-button-style*="slightly_rounded"] .masonry.classic_enhanced .posts-container article .meta-category a {
    display: none;
}

#page-header-bg[data-post-hs="default_minimal"] h1 {
    text-transform: uppercase;
    font-size: 4rem;
    font-weight: 300;
}

#page-header-bg[data-post-hs="default_minimal"] .inner-wrap > a {
    display: none;
}

.nectar-youtube-bg {
	height: 506px;
}

#page-header-bg.not-loaded.hentry {
	height: 506px !important;
}

.nectar-social.fixed > a {
	display: none;
}

#slide-out-widget-area .off-canvas-menu-container li a {
	font-size: 2.5rem !important;
	text-transform: uppercase;
	color: #Ebd2b3;
}

body.material #search-outer #search #search-box input[type="text"] {
	font-size: 4rem;
	text-transform: uppercase;
}

.post-header {
    margin-bottom: 2rem !important;
    color: #fafafa !important;
}

.post-header > .title {
    text-align: center;
    color: #fafafa !important;
}

.nectar-button.large {
    font-size: 2rem !important;
}

.nectar-list-item-btn {
    font-family: Roboto, sans-serif !important;
    text-transform: none !important;
}

/* media queries */

 /* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	h2 {
		font-size: 2.5rem;
		line-height: 2rem !important;
	}
	
	h2.vc_custom_heading {
		font-size: 2.5rem !important;
	}
	
	h3.title {
		font-size: 2rem !important;
	}
	
	h1 {
		font-size: 2.4rem;
	}
	
	h1.entry-title {
		font-size: 2.5rem !important;
	}

	.nectar-hor-list-item.has-btn {
		padding-right: 0px !important;
	}
	
	.nectar-list-item-btn {
		position: relative !important;
		margin-bottom: 25px !important;
		margin-top: 20px;
		margin-left: 22px !important;
	}
	
	body.material #search-outer #search #search-box input[type="text"] {
		font-size: 2rem !important;
	}
	
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	h2 {
		font-size: 3rem;
		line-height: 3.5rem !important;
	}
	h2.vc_custom_heading {
		font-size: 3rem;
	}
	
	a.img-link {
		background-color: #574d42;
	}
	
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	h2 {
		font-size: 4rem;
	}
	h2.vc_custom_heading {
		font-size: 4rem;
	}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

	
} 