/*
Theme Name: Salient Child Theme
Theme URI: http: //sh-architecture.com
Description: This is a custom child theme for Salient
Author: Brett Anderson
Template: salient
Version: 0.1
*/

@import url("../salient/style.css");

/*-------------------------------------------------------------------------*/
/*	1.	Custom Font Face
/*-------------------------------------------------------------------------*/

@font-face {
    font-family: 'FuturaLTLight';
    /*--src: url('css/fonts/FuturaLT-Light.eot');--*/
    /*--src: url('css/fonts/FuturaLT-Light.eot?#iefix') format('embedded-opentype'),
         url('css/fonts/FuturaLT-Light.woff') format('woff'),
         url('css/fonts/FuturaLT-Light.ttf') format('truetype'),
         url('css/fonts/FuturaLT-Light.svg#FuturaLTLight') format('svg');--*/
        src: url('css/fonts/FuturaLT-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'FuturaLTMedium';
    /*--src: url('css/fonts/FuturaLT-Medium.eot');--*/
    /*--src: url('css/fonts/FuturaLT-Medium.eot?#iefix') format('embedded-opentype'),
         url('css/fonts/FuturaLT-Medium.woff') format('woff'),
         url('css/fonts/FuturaLT-Medium.ttf') format('truetype'),
         url('css/fonts/FuturaLT-Medium.svg#FuturaLTMedium') format('svg');--*/
        src: url('css/fonts/FuturaLT-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'FuturaLTHeavy';
    /*--src: url('css/fonts/FuturaLT-Heavy.eot');--*/
    /*--src: url('css/fonts/FuturaLT-Heavy.eot?#iefix') format('embedded-opentype'),
         url('css/fonts/FuturaLT-Heavy.woff') format('woff'),
         url('css/fonts/FuturaLT-Heavy.ttf') format('truetype'),
         url('css/fonts/FuturaLT-Heavy.svg#FuturaLTHeavy') format('svg');--*/
        src: url('css/fonts/FuturaLT-Heavy.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/*-------------------------------------------------------------------------*/
/*	2.	Slider Styling
/*-------------------------------------------------------------------------*/

.swiper-slide .content h2 {
	text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.5);
}

.swiper-slide.cashman .content h2 {
	text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.5);
	font-size: 800%;
	margin-bottom: 20px;
}

.swiper-wrapper .slider-down-arrow i.icon-default-style[class^="icon-"] {
	font-size: 50px!important;
	text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.8);
}

/*-------------------------------------------------------------------------*/
/*	3.  Header Styling
/*-------------------------------------------------------------------------*/

header#top #logo {
	padding-bottom: 10px;
}

header#top #toggle-nav {
	top: 17px;
}

/*-------------------------------------------------------------------------*/
/*	4. Misc
/*-------------------------------------------------------------------------*/

body h1.light, body h2.light, body h3.light, body h4.light, body h5.light, body h6.light, p.light {
	font-family: 'FuturaLTLight',sans-serif!important;
}

.team-member p.description { /* Added space to bottom of team member description */
	padding-bottom: 15px!important;
}

.norotatingtweets .rotatingtweet { /* Custom CSS for rotating tweet plugin */
	border-bottom: none;
}

.rotatingtweet a, .rotatingtweets a:visited { /* Custom CSS for rotating tweet plugin */
	color: #597b7c;
}

.rotatingtweet a:hover { /* Custom CSS for rotating tweet plugin */
}

.blog_next_prev_buttons .col h3 { /* Enlargened font size in next article feature at bottom of single post */
	font-size: 26px;
	line-height: 34px; 
}

.portfolio-items .col { /* Background color in homepage portfolio items changed to transparent or white */
	background-color: transparent;
}

.container-wrap, .project-title { /* Changed background color to white */
	background-color: #fff;
}

.single-portfolio .n-shortcode { /* Removing nectar love this option on single portfolio page */
	display: none!important;
}

.title-wrap { /* Removing bottom border from project title header on single portfolio page */ 
	border-bottom: none!important; 
}

/* Changes to remove back to portfolio icon #portfolio-nav ul {
	display: none!important;
}*/

/*#portfolio-nav ul.controls {
	display: inline-block!important;
}*/

/*.project-title .section-title {
	padding: 0px!important;
}*/

.single-portfolio .row .col.section-title h1 { /* Text alignment on single-portfolio page */
	text-align: left;
	font-size: 36px;
	line-height: 50px;
}

#project-meta { /* Margin top added to project meta */
	margin-top: 16px;
}

#sidebar div ul.project-attrs li { /* Remove border from project attributes on single-portfolio */
	border-bottom: none;
}

.page-header-no-bg { /* Background color change of header */
	background-color: #ffffff;
}

.row .col.section-title { /* Remove border on bottom of page header titles */
	border-bottom: none;
}

.img-sustain {
	margin-bottom: 16px!important;
}

/*-------------------------------------------------------------------------*/
/*	5. Mobile Menu Styling
/*-------------------------------------------------------------------------*/

.off-canvas-menu-container ul.sub-menu li.menu-item a {
	font-size: 24px!important;
	line-height: 24px!important;
}

/*-------------------------------------------------------------------------*/
/*	6. Portfolio CTA Button Margins
/*-------------------------------------------------------------------------*/

div.portfolio-cta-buttons div p a.nectar-button {
	margin-left: 5px!important;
	margin-right: 5px!important;
}

/*-------------------------------------------------------------------------*/
/*	7. Team Member Row Modifications
/*-------------------------------------------------------------------------*/

@media only screen and (max-width: 1000px) {

	div.team-member h4 {
			font-size: 18px!important;
	}

	div.team-member div.position {
			font-size: 12px!important;
			line-height: 16px!important;
	}

}

@media only screen and (max-width: 480px) {

	div.team-member h4 {
			font-size: 14px!important;
	}

	div.team-member div.position {
			font-size: 10px!important;
			line-height: 10px!important;
	}

}

