/*
Theme Name: Child Theme
Theme URI: http://treacywebdesign.co.nz
Description: Child theme of enfold theme for the Enfold theme
Author: Treacy Web Design
Author URI: http://treacywebdesign.co.nz
Template: enfold
Version: 1.0
*/

/* Generated by Orbisius Child Theme Creator (http://orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Mon, 07 May 2018 05:16:20 +0000 */ 
/* The plugin now uses the recommended approach for loading the css files.*/

.main_color a {
	font-weight: 700;
}

.text-yellow {
	color: #ffcc00 !important;
}

.text-yellow a { 
	color: #ffcc00 !important;
	text-decoration: none !important;
}

.html_header_sidebar #top #header {
	min-height: 830px;
}

.html_header_sidebar #top #header.av_always_sticky {
	position: absolute;
}

.html_header_left #main {
	margin-left: 0;
}

.html_header_sidebar #main > .full-width > .container {
	max-width: 100%;
	padding: 0;
}

.html_header_sidebar #main > .to-right {
	width: calc(100% - 300px);
	margin-left: 300px;
}

.html_header_sidebar #main > .adjust-from-banner > .container {
	height: calc(100% - 300px);
}

.html_header_sidebar #main > .avia-layerslider {
/* 	min-height: 100vh; */
	margin-left: 300px;
}

.avia-section.av-minimum-height.v-align-top .container .content {
	vertical-align: top;
}


#team {
	background-size: cover;
}

#team .container .content .avia-image-container {
	opacity: 0;
}

@media only screen and ( max-width: 989px ) {
	.responsive.html_header_left #main {
		margin-left: 0;
	}
	
	.html_header_sidebar #main > .avia-layerslider,
	.html_header_sidebar #main > .to-right {
		margin-left: 27%;
	}
	.html_header_sidebar #main > .to-right {
		width: 73%;
	}
}

@media only screen and ( max-width: 800px ) {
	#team .container .content .avia-image-container {
		opacity: 1;
	}
	#team .container .content {
		padding: 0;
	}
}

@media only screen and ( max-width: 767px ) {
	.html_header_sidebar #main > .avia-layerslider,
	.html_header_sidebar #main > .to-right {
		margin-left: 0;
	}
	.html_header_sidebar #main > .to-right {
		width: 100%;
	}
	
	#team .container {
		width: 100% !important;
		max-width: 100% !important;
	}
}


