/*
Theme Name: Brandon Peat 2017
Theme URI: http://brandonpeat.com/
Description: Custom Salient child theme for Brandon Peat website.
Author: Brandon Peat
Author URI: http://brandonpeat.com/
Template: salient
Version: 1.0
*/

/* TYPE
==========================================================================================*/
@font-face {
    font-family: 'Transat Text';
    src: url('fonts/transat_text_bold-webfont.eot');
    src: url('fonts/transat_text_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/transat_text_bold-webfont.woff') format('woff'),
         url('fonts/transat_text_bold-webfont.ttf') format('truetype'),
         url('fonts/transat_text_bold-webfont.svg#TransatTextBold') format('svg');
    font-weight: 700;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Transat Text', 'Open Sans', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .2em;
	color: #666;
}
h2 {
	font-size: 24px !important;
}

/* GENERAL
==========================================================================================*/
.ascend {
	background: #222 !important;
}

.button {
	padding: 15px 25px;
	display: inline-block;
	border-radius: 50px;
	border: 3px solid #00aeef;
	font-family: 'Transat Text', 'Open Sans', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	transition: .2s ease;
	text-align: center;
	font-size: 13px;
}
.button-solid {
	color: #fff;
	background: #00aeef;
}
.button-hollow {
	color: #00aeef;
}
.button-solid:hover {
	color: #00aeef;
	background: #fff;
	border-color: #fff;
}
.button-hollow:hover {
	color: #fff;
	border-color: #fff;
}

/* 404 
==========================================================================================*/
.error404 .main-content {
	padding-bottom: 0 !important;
}
body #error-404 h1, 
body #error-404 h2 {
	font-family: 'Transat Text', 'Open Sans', Helvetica, Arial, sans-serif;
	color: #222;
}
body #error-404 h2 {
	font-size: 70px !important;
}
@media screen and (max-width:690px) {
	body #error-404 h2 {
		font-size: 42px !important;
	}
}
@media screen and (max-width:479px) {
	body .row #error-404 h1 {
		letter-spacing: .03em;
	}
	body #error-404 h2 {
		font-size: 36px !important;
		line-height: 36px !important;
	}
}


/* HEADER
==========================================================================================*/
/*header#top #logo {
	overflow: hidden;
}
header#top #logo img {
	float: left;
}
header#top #logo::after {
	content: url('images/bpdd.svg');
	display: block;
	float: left;
	height: 40px;
	padding-left: 20px;
	width: 257px;
}*/

header#top nav > ul > li > a {
	font-family: 'Transat Text', 'Open Sans', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .2em;
}
header#top nav > ul > li > a:hover {
	color: #333 !important;
}

header#top #toggle-nav, 
header#top #mobile-cart-link, 
header#top .span_9 > .slide-out-widget-area-toggle {
	display: none !important;
}

@media only screen and (max-width: 1000px) {
	header#top .span_3 {
		text-align: center !important;
	}
}

/* FOOTER
==========================================================================================*/
#footer-outer {
	padding: 0;
	background: #222;
}
#footer-outer .container {
	position: relative;
}
#footer-brandon {
	width: 400px;
	position: absolute;
	right: 90px;
}
#footer-text {
	padding: 50px 0;
}
#footer-text p {
	font-size: 13px;
	padding-right: 400px;
	padding-bottom: 10px;
	color: #888;
	line-height: 1.8em;
}
#footer-buttons {
	padding: 20px 0 30px;
}
#footer-buttons .button-solid {
	margin-right: 10px;
	color: #fff;
}
#footer-buttons .button-hollow {
	margin-right: 10px;
	color: #00aeef;
}
#footer-buttons .button-hollow:hover {
	color: #fff !important;
}
#footer-text .footer-copyright {
	font-family: 'Transat Text', 'Open Sans', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-size: 10px;
	color: #444;
}

@media screen and (max-width:1000px) {
	#footer-outer .container {
		text-align: center;
	}
	#footer-brandon {
		position: relative;
		margin: 0 auto;
		right: auto;
	}
	#footer-text {
		padding: 20px 0 10px 0;
	}
	#footer-text p {
		padding-right: 0;
	}
	#footer-buttons {
		padding: 20px 0 30px;
	}
	#footer-buttons .button {
		width: auto;
		margin: 0 10px 0 0;
	}
}
@media screen and (max-width:690px) {
	#footer-brandon {
		width: 100%;
		float: none;
	}
	#footer-text h2 {
		text-align: center;
	}
	#footer-buttons {
		text-align: center;
		padding: 30px 0 20px;
	}
	#footer-buttons .button {
		width: 70%;
		margin: 0 0 15px 0;
	}
	#footer-text .footer-copyright {
		text-align: center;
	}
}

/* Portfolio
------------------------------------------------------------------------------------------*/
#home-portfolio {
	margin: 25px 0 55px;
}
#home-portfolio #current-category {
	font-family: 'Transat Text', 'Open Sans', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .2em;
	color: #666;
	font-size: 18px;
	width: auto;
}
#home-portfolio .portfolio-filters-inline.non-fw .container > ul li#sort-label {
	display: none;
}
#home-portfolio .portfolio-filters-inline ul li a {
	transition: .2s ease;
}
#home-portfolio .portfolio-filters-inline ul li a:hover {
	color: #00aeef;
}

#home-portfolio .vert-center h3 {
	font-size: 14px;
	line-height: 1.3em;
	padding-bottom: 5px;
}
#home-portfolio .vert-center p {
	line-height: 1.4em;
	font-size: 12px;
}

/* Work Featured On
------------------------------------------------------------------------------------------*/
#home-featured-awards {
	background: #2d2d2d;
}
#home-featured-awards .home-featured {
	padding: 50px 0;
}
#home-featured-awards .home-featured h2 {
	color: #666;
}
#home-featured-awards .home-featured img {
	width: 16.6%;
	display: inline-block;
	opacity: .25;
}

@media screen and (max-width:1300px) {
	#home-featured-awards .home-featured img {
		width: 33%;
	}
}
@media screen and (max-width:1000px) {
	#home-featured-awards .home-featured {
		padding-bottom: 0;
	}
	#home-featured-awards .home-featured h2 {
		text-align: center;
	}
}
@media screen and (max-width:690px) {
	#home-featured-awards .home-featured h2 {
		font-size: 20px !important;
	}
	#home-featured-awards .home-featured img {
		width: 50%;
	}
}

/* Awards 
------------------------------------------------------------------------------------------*/
#home-featured-awards .home-awards {
	padding: 50px 0 60px;
}
#home-featured-awards .home-awards .number {
	font-family: 'Transat Text', 'Open Sans', Helvetica, Arial, sans-serif;
	color: #00aeef;
	text-align: right;
}
#home-featured-awards .home-awards .number:after {
	display: inline-block;
	width: 60px;
	height: 66px;
	content: url(images/trophy_hollow.svg);
	margin-left: 5px;
}
#home-featured-awards .home-awards .subject {
	font-family: 'Transat Text', 'Open Sans', Helvetica, Arial, sans-serif;
	color: #666;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-size: 14px !important;
	line-height: 1.4em;
}

@media screen and (max-width:1300px) {
	#home-featured-awards .home-awards {
		padding: 95px 0 50px;
	}
}
@media screen and (max-width:1000px) {
	#home-featured-awards .home-awards {
		padding-top: 0;
	}
}

/* Testimonials
------------------------------------------------------------------------------------------*/
#home-testimonials {
	background: #282828;
}

#home-testimonials .testimonial_slider {
	background: url(images/quote.svg) no-repeat top left;
	background-size: 120px 100px;
}

#home-testimonials .slides {
	float: right;
	width: calc(100% - 160px);
}

#home-testimonials .image-icon {
	display: none;
}

#home-testimonials p {
	text-align: left;
	color: #999;
	letter-spacing: -.02em;
	font-size: 20px;
	line-height: 1.8em;
	padding: 50px 0 25px;
}
#home-testimonials blockquote span {
	float: left;
	font-family: 'Transat Text', 'Open Sans', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .2em;
	color: #00aeef;
	padding: 0 8px 2px 0;
	text-align: left;
}
#home-testimonials blockquote span.title {
	color: #666;
	font-size: 10px !important;
	line-height: 18px;
	padding: 0;
	position: relative;
	top: 4px;
}
#home-testimonials blockquote span.title:after {
	content: '';
	display: block;
	height: 30px;
}

#home-testimonials .controls {
	float: left;
	width: 120px;
	position: relative;
	bottom: auto;
	padding-top: 110px;
}
#home-testimonials .testimonial_slider .controls ul li {
	display: block;
	width: 10px;
	height: 10px;
	margin: 10px auto;
}
#home-testimonials .light .testimonial_slider .controls ul li span {
	border: none;
	background: #222;
	margin: 0;
}
#home-testimonials .testimonial_slider .controls ul li span.pagination-switch:hover, 
#home-testimonials .testimonial_slider .controls ul li span.pagination-switch.active {
	background: #00aeef !important;
}

@media screen and (max-width:767px) {
	#home-testimonials .testimonial_slider {
		background-position: top center;
		background-size: 90px 74px;
	}
	#home-testimonials .slides {
		float: none;
		width: 100%;
	}
	#home-testimonials p {
		font-size: 18px;
		line-height: 1.8em;
		padding: 90px 0 25px;
		text-align: center;
	}
	#home-testimonials blockquote span {
		float: none;
		padding: 0 0 2px 0;
		text-align: center;
	}
	#home-testimonials blockquote span.title:after {
		height: 20px;
	}
	
	#home-testimonials .controls {
		float: none;
		width: 100%;
		bottom: 25px;
		padding-top: 0;
	}
	#home-testimonials .testimonial_slider .controls ul li {
		display: inline;
		margin: 0 5px;
	}
}

/* PORTFOLIO SINGLE
==========================================================================================*/

/* Title bar
------------------------------------------------------------------------------------------*/
.single-portfolio .project-title {
	background: #2d2d2d !important;
	/*padding: 100px 0 50px;*/
}
.single-portfolio .row.project-title .container .title-wrap {
	border-bottom: none;
	/*padding-bottom: 0;*/
}
body.single-portfolio.ascend .row .col.section-title h1 {
	font-family: 'Transat Text', 'Open Sans', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .2em !important;
	color: #666;
	font-size: 16px !important;
	width: 100%;
	line-height: 45px;
}
.single-portfolio .row .col.section-title .subheader {
	margin-bottom: 25px;
	font-size: 24px;
	letter-spacing: -.01em;
	padding-left: 0;
	font-weight: 300;
	/*display: block;
	top: auto;*/
}
@media screen and (max-width: 1000px) {
	.single-portfolio .project-title {
		padding: 40px 0 20px !important;
	}
	body.single-portfolio.ascend .row .col.section-title h1 {
		line-height: 1.2em !important;
		padding-bottom: 10px;
	}
	.single-portfolio .row .col.section-title .subheader {
		line-height: 1.2em;
	}
}

/* Main column
------------------------------------------------------------------------------------------*/
.single-portfolio .row #post-area {
	margin-top: -30px !important;
}
.single-portfolio .row #post-area .wpb_row {
	margin-bottom: 0;
}
.single-portfolio .row #post-area .wpb_column {
	margin-bottom: 0;
}
.single-portfolio .row #post-area .wpb_wrapper > div {
	margin-bottom: 0;
}
.single-portfolio .row #post-area img {
	border: 1px solid #2d2d2d;
	margin-bottom: 15px;
}
.single-portfolio .row #post-area a.magnific-popup {
	background: #333;
	display: block;
}
.single-portfolio .row #post-area a img {
	transition: .3s ease;
}
.single-portfolio .row #post-area a img:hover {
	opacity: .5 !important;
}
.single-portfolio .row #post-area .wpb_text_column p {
	font-size: 10px;
	margin-top: -5px;
	text-align: right;
	font-family: 'Transat Text', 'Open Sans', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	padding-bottom: 30px;
	line-height: 12px;
}
.single-portfolio .row #post-area .wpb_text_column.caption-detailed {
	padding: 10px 0 20px;
}
.single-portfolio .row #post-area .wpb_text_column.caption-detailed h2 {
	font-size: 14px !important;
	color: #999;
	line-height: 1.3em;
	margin-bottom: 10px;
}
.single-portfolio .row #post-area .wpb_text_column.caption-detailed p {
	text-align: left;
	text-transform: none;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	letter-spacing: normal;
	font-size: 12px;
	color: #777;
	line-height: 1.6em;
}

/*----- Launch Site button -----*/
.single-portfolio .web-launch-button .wpb_wrapper {
	text-align: center;
	margin: -35px 0 30px;
}
body.single-portfolio .web-launch-button .nectar-button {
	padding: 15px 25px;
	display: inline-block;
	border-radius: 50px;
	font-family: 'Transat Text', 'Open Sans', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	transition: .2s ease;
	text-align: center;
	color: #fff;
	background: #00aeef;
	font-size: 13px;
}
body.single-portfolio .web-launch-button .nectar-button:hover {
	color: #00aeef;
	background: #fff !important;
	opacity: 1;
}

/*----- Award callout -----*/
.single-portfolio .iwithtext {
	text-align: center;
	overflow: hidden;
	padding: 20px 0 50px;
}
.single-portfolio .iwithtext:before,
.single-portfolio .iwithtext:after {
    background-color: #222;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: top;
    width: 15%;
	top: 22px;
}
.single-portfolio .iwithtext:before {
    right: 20px;
    margin-left: -50%;
}
.single-portfolio .iwithtext:after {
    left: 20px;
    margin-right: -50%;
}
.single-portfolio .iwt-icon {
	position: relative;
	top: auto;
	left: auto;
	display: inline-block;
	margin-right: 15px;
}
.single-portfolio .row #post-area .iwt-icon img {
	margin: 0;
	width: 30px;
	border: none;
	background: none;
}
.single-portfolio .iwt-text {
	color: #777;
	display: inline-block;
	text-align: left;
	padding: 0;
	font-size: 12px;
	line-height: 1.8em;
}
.single-portfolio .iwt-text strong {
	color: #00aeef;
	font-family: 'Transat Text', 'Open Sans', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 16px;
}
.single-portfolio .iwithtext .clear {
	display: none;
}
@media screen and (max-width:690px) {
	.single-portfolio .iwithtext:before,
	.single-portfolio .iwithtext:after {
		display: none;
	}
}
@media screen and (max-width:479px) {
	.single-portfolio .iwithtext {
		padding: 10px 0;
	}
	.single-portfolio .iwt-icon {
		margin-right: 0;
	}
	.single-portfolio .iwt-text {
		text-align: center;
	}
}

/* Sidebar
------------------------------------------------------------------------------------------*/
.single-portfolio #sidebar {
	padding-top: 30px;
}
.single-portfolio #sidebar p {
	padding-bottom: 15px;
	color: #777;
}
.single-portfolio #sidebar p strong {
	font-family: 'Transat Text', 'Open Sans', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .2em !important;
	color: #00aeef;
	font-size: 10px;
}
.single-portfolio #sidebar p a {
	color: #bbb;
}
.single-portfolio #sidebar p a:hover {
	color: #00aeef;
}
.single-portfolio #sidebar #project-meta ul li > a,
.single-portfolio #sidebar #project-meta ul .n-shortcode a {
	border: 2px solid #444 !important;
}
.single-portfolio #sidebar #project-meta ul li > a:hover,
.single-portfolio #sidebar #project-meta ul .n-shortcode a:hover {
	border-color: #00aeef !important;
}
@media screen and (max-width:1000px) {
	body.single-portfolio #sidebar {
		/*border-top: 1px solid #222;*/
		margin: 40px 0 0 !important;
		padding-top: 0;
	}
	body.single-portfolio #sidebar:before {
		display: block;
		content: '';
		width: 80%;
		margin: 0 10% 40px;
		height: 1px;
		background: #222;
	}
}

/* Subnav
------------------------------------------------------------------------------------------*/
.single-portfolio .bottom_controls {
	background-color: #282828;
	z-index: 11;
	padding: 30px 0;
	margin-top: 60px;
}








