/*
Theme Name: Salient Child Theme
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http: //mysite.com/
Template: salient
Version: 0.1
*/



/*-------------------------------------------------------------------------*/
/*	Repeatable Patterns
/*-------------------------------------------------------------------------*/

.nowrap {
	white-space: nowrap;
}

.mnsep {
	font-size: 1em !important;
}

h4 {
	font-family: proxima-nova, Roboto !important;
	font-size: 24px;
	font-weight: 300;
	text-transform: uppercase;

}

.vc_separator .vc_sep_line {
	border-color: #ddd !important;
}



/*-------------------------------------------------------------------------*/
/*	Header
/*-------------------------------------------------------------------------*/

#header-outer {
	box-shadow:         none;
	-moz-box-shadow:    none;
	-webkit-box-shadow: none;
}

#header-outer ul.sf-menu a {
	padding-left: 10px !important;
	padding-right: 10px !important;
	font-family: proxima-nova, Roboto;
	font-size: 18px;
	font-weight: 300;
	text-transform: uppercase;
}

header#top nav ul #search-btn a {
	margin-top: 1px !important;
}



/*-------------------------------------------------------------------------*/
/*	Start
/*-------------------------------------------------------------------------*/

.home .container-wrap {
	padding: 0 !important;
}

.home #logo-start {
	display: none;
}

@media only screen and (min-width: 1001px) {

	.home #header-outer {
		position: absolute;
		/* top: auto;
		bottom: 100px; */
		top: 40%;
		bottom: auto;
		height: 116px !important;
		padding-top: 28px !important;
		background: transparent !important;
	}

	.home #logo img {
		height: 61px !important;
	}

	.home #logo .starting-logo.default-logo {
		opacity: 1 !important;
	}

	.home #logo .starting-logo.dark-version.default-logo {
		opacity: 0 !important;
	}

	.home #header-outer ul.sf-menu a {
		padding-top: 20px !important;
	}

	.home #header-outer header#top nav > ul > li > a {
		color: #fff !important;
		/*opacity: 0.75 !important;*/
		opacity: 1 !important;
		transition: opacity 0.2s linear,color 0.2s linear
	}

	.home #header-outer header#top nav > ul > li > a:hover {
		color: #fff !important;
		opacity: 1 !important;
	}

	.home #header-outer .buttons {
		display: none;
		height: 45px !important;
	}

	.home #header-outer #search-btn {
		padding-top: 19px !important;
		padding-bottom: 18px !important;
	}

	/*
	 Hide logo, put menu to center. */

	.home #header-outer .row .col.span_3 {
		display: none;
	}

	.home #header-outer .row .col.span_9 {
		width: 100%;
	}

	.home header#top nav > ul.sf-menu {
		float: none;
		text-align: center;
	}

	.home header#top nav > ul.sf-menu li {
		float: none;
		display: inline-block !important;
	}

	.home header#top nav > ul.sf-menu li a {
		padding: 5px 13px !important;
		font-family: proxima-nova, Roboto;
		font-size: 24px;
		font-weight: 300;
		text-transform: uppercase;
		border-left: 1px solid #808080;
	}

	.home header#top nav > ul.sf-menu li:first-child a {
		border-left: none;
	}

	.home #logo-start {
		display: block;
		position: absolute;
		z-index: 100;
		bottom: 150px;
		left: 100px;
	}

}



/*-------------------------------------------------------------------------*/
/*	Blog
/*-------------------------------------------------------------------------*/

.masonry.classic .masonry-blog-item {
	width: 49%;
	margin-right: -1.7%;
}

@media only screen and (min-width: 1001px) {

	.masonry.classic .masonry-blog-item {
		width: 24.2%;
		margin-right: -1.7%;
	}

}

.masonry.classic .masonry-blog-item .article-content-wrap {
	padding-bottom: 0 !important;
}

.masonry.classic .masonry-blog-item .post-header {
	margin-bottom: 0;
}

.masonry.classic .masonry-blog-item .post-header h2 {
	text-transform: uppercase;
}

.masonry.classic .masonry-blog-item .meta-author,
.masonry.classic .masonry-blog-item .meta-category,
.masonry.classic .masonry-blog-item .meta-comment-count {
	display: none;
}

.masonry.classic .masonry-blog-item .excerpt {
	display: none;
}

.masonry.classic .masonry-blog-item .nectar-love-wrap {
	display: none;
}

/*.masonry.classic_enhanced .masonry-blog-item {
	width: 24.2%;
	margin-right: -1.7%;
	height: 500px !important;
}

@media only screen and (min-width: 1601px) {

	.masonry.classic_enhanced .masonry-blog-item {
		margin-right: -1.2%;
	}

}

.masonry.classic_enhanced .masonry-blog-item .inner-wrap {
	border-radius: 0 !important;
}

.masonry.classic_enhanced .masonry-blog-item .article-content-wrap {
	padding: 10px !important;
}

.masonry.classic_enhanced .masonry-blog-item .excerpt {
	display: none;
}
*/

.single-post #single-below-header .meta-author,
.single-post #single-below-header .meta-category {
	display: none;
}

.single-post #single-below-header .meta-date {
	padding: 0;
	border: none;
}

body.single-post .blog-title #single-meta ul li:first-child,
body.single-post .blog-title #single-meta ul li:nth-child(2) {
	display: none !important;
}

@media only screen and (max-width: 1000px) and (min-width: 1px) {

	body.single-post .blog-title #single-meta ul li:last-child {
		margin-left: 0 !important;
	}

}



/*-------------------------------------------------------------------------*/
/*	Portfolio
/*-------------------------------------------------------------------------*/

.page-id-23546 .main-content{
	min-height: 800px;
}

.portfolio-wrap {
	margin-bottom: 55px !important;
}

.portfolio-items:not(.carousel) .col.span_3 {
	margin: 0.3% !important;
}

@media only screen and (min-width: 690px) and (max-width: 1000px) {

	.portfolio-items:not(.carousel) .col.span_3 {
		width: 49.6% !important;
		margin: 0.2% !important;
	}

}

@media only screen and (min-width: 1001px) {

	.portfolio-items:not(.carousel) {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.portfolio-items:not(.carousel) .col.span_3 {
	 	width: 19.7% !important;
	 	margin: 0.15% !important;
	}

}

@media only screen and (max-width: 470px) {

	.portfolio-items .work-item.style-4 .bottom-meta {
		display: none !important;
	}

}

.portfolio-items:not(.carousel) .work-item.style-4 .bottom-meta h3 {

	text-transform: uppercase;

}

body.single-portfolio #project-meta ul li:nth-child(2) {
	display: none;
}



/*-------------------------------------------------------------------------*/
/*	Gallery
/*-------------------------------------------------------------------------*/

.wpb_gallery .portfolio-items .col .work-item {
	margin-bottom: 0;
}

.wpb_gallery .portfolio-items .col .work-info {
	padding: 0;
}



/*-------------------------------------------------------------------------*/
/*	Contact Form 7
/*-------------------------------------------------------------------------*/



/*-------------------------------------------------------------------------*/
/*	Footer
/*-------------------------------------------------------------------------*/

#footer-outer {
	color: #000;
	background-color: #fff;
}

@media only screen and (min-width: 1001px) {

.home #copyright .container {
	margin-left: 0;
	padding-left: 100px;
}

}

#footer-outer #copyright .container .col:last-child {
	display: none;
}

#footer-outer #copyright .container .col:first-child {
	width: 100%;
}

#footer-outer #copyright {
	font-family: proxima-nova, Roboto;
	color: #000;
	text-transform: uppercase;
}

#footer-outer a {
	color: #000;
}
