/*
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
*/

/* Home page arrow styles */
html body .nectar_fullscreen_zoom_recent_projects .zoom-slider-controls .prev,
html body .nectar_fullscreen_zoom_recent_projects .zoom-slider-controls .next {
	border:1px solid #5ce0d8 !important;
	background-color:#5ce0d8;
}

html body .nectar_fullscreen_zoom_recent_projects .zoom-slider-controls .prev i,
html body .nectar_fullscreen_zoom_recent_projects .zoom-slider-controls .next i {
	color: #fff !important;
	
}

html body .nectar_fullscreen_zoom_recent_projects .zoom-slider-controls .next:after, 
html body .nectar_fullscreen_zoom_recent_projects .zoom-slider-controls .prev:after {
	background-color: #fff !important;
}

html body .project-slide a.nectar-button.large.regular.accent-color.regular-button {
	background-color:  #ff522b !important;
}

html body .nectar_fullscreen_zoom_recent_projects .project-slide .bg-outer-wrap .bg-inner-wrap:after {
	content: '';
	background-color: #1f1f51 !important;
}

/* Home page mobile styling */
@media only screen and (max-width: 500px) {
	html body .nectar_fullscreen_zoom_recent_projects .project-slide .project-info h1 {
		max-width:100% !important;
	}
	
	html body .nectar_fullscreen_zoom_recent_projects .project-slide .project-info {
		top: 40% !important;
	}
	
}

@media only screen and (max-height: 680px) {
	html body .nectar_fullscreen_zoom_recent_projects .project-slide .project-info {
		top: 40% !important;
	}
}

@media only screen and (max-height: 600px) {
	html body .nectar_fullscreen_zoom_recent_projects .zoom-slider-controls {
		right: 0px !important;
		left: auto  !important;
	}
	
	html body .project-info p {
		display:none !important;
	}
}

@media only screen and (max-width: 750px) {
	html body .nectar_fullscreen_zoom_recent_projects .dot-nav {
		display:none;
	}		
}

@media only screen and (max-width: 500px) {
	html body .nectar_fullscreen_zoom_recent_projects .zoom-slider-controls {
		right: 0px !important;
		left: auto  !important;
	}
}

@media only screen and (max-width: 1120px) {
	html body nav .sf-menu .menu-item a {
		margin-left: 25px !important;
		margin-right: 25px !important;
	}
}
	
/* General Mobile Styles */
@media only screen and (max-width: 1000px) {
	body .container-wrap .container.main-content {
		padding-top:0px !important;
	}
	html body .text-content {
		padding-top:40px !important;
		padding-bottom:20px  !important;
	}	
	html body .container .full-width-section .image-column img {
		margin-bottom:20px !important;
		
	}
}

.off-canvas-menu-container {
	padding-top:50px !important;
}

