/*
*		    ________      .___   
*	__  _  _\_____  \   __| _/
*	\ \/ \/ / _(__  <  / __ |
*	 \     / /       \/ /_/ |
*	  \/\_/ /______  /\____ |
*	               \/      \/
*
*	@author			Jacques Baars <j@w3d.co.za>
*
*	@notice			This is the property of W3Designs, W3Development, W3D,
*					it is illegal to use this source code without the required permission,
*					contact j@w3d.co.za for further advice or permissions.
*
*	@license		Copyright (c) 2016 W3Designs (PTY) Ltd. (http://www.w3d.co.za)
*/

/* ------------- CORE:ROOT ------------- */

:root{
	--color: #222;
	--color2: #fff;
	
	--bgColor: #013068;
	--bgColor2: #012855;	
	--bgColor3: #E7C725;
	--bgColor4: #DFBD12;
	--bgColor5: #ECEEF0;
	--bgColor6: #E1E6EB;

	--linkColor: #222;
	--linkHoverColor: #008ce5;
	
	--mobileMenuColor: #000;
	--mobileMenuBtnColor: #013068;
	--mobileMenuSelectedColor: #fff;
	--mobileMenuSelectedBgColor: #013068;
	--mobileMenuContentBgColor: #fff;
	
	--btnColor: #000;
	--btnBgColor: #E7C725;
	--btnHoverColor: #000;
	--btnBgHoverColor: #DFBD12;
	
	--dialogBgColor: #013068;
	--dialogBgColor2: #012855;
	--dialogHeadingColor: #fff;
	--dialogBtnColor:#fff;
}

/* ------------- DOCUMENT ------------- */

/* Body */
body{
	background-color: var(--bgColor5);
	font-family: Montserrat, Helvetica, Arial, sans-serif;
}

/* Headings */
h1, h2, h3{
	letter-spacing: 2px;
	font-family: Jost, Helvetica, Arial, sans-serif;
}

/* Menu */
#menu-banner{
	background-color: #fff;
}

	/* Top Banner */
	#menu-banner .top-banner{
		border-bottom: 1px solid var(--bgColor5);
	}

	/* Menu Banner */
	#menu-banner .menu-banner{}

		/* Menu */
		#menu-banner .menu-banner ul li a{
			color: var(--color);
			padding: 24px 12px;
		}

			#menu-banner .menu-banner .right > ul > li.active-li > a{
				font-weight: bold;
			}

			#menu-banner .menu-banner .right > ul > li:hover > a{}

			#menu-banner .menu-banner .right > ul > li > a:after{
				width: 0;
				content: '';
				height: 3px;
				bottom: -5px;
				display: block;
				position: relative;
				background-color: var(--bgColor);
				transition: width 0.3s, left 0.3s;
			}

				#menu-banner .menu-banner .right > ul > li:hover > a:after,
				#menu-banner .menu-banner .right > ul > li.active-li > a:after{
					left: 10%;
					width: 80%;
				}

		#menu-banner .menu-banner ul ul{}

			#menu-banner .menu-banner ul ul li a{
				color: var(--color);
			}

				#menu-banner .menu-banner ul ul li:hover > a,
				#menu-banner .menu-banner ul ul li.active-li > a{
					font-weight: bold;
					background-color: var(--bgColor3);
				}

					#menu-banner .menu-banner ul ul li:hover > a:after{
						left: 0;
						width: 50%;
						color: #ddd;
						transition: width 0.5s, right 0.5s;
					}
			
/* Slider */
#slider{}

	#slider .content{
		padding: 10vw 0;
		position: relative;
		background-color: rgba(1, 48, 104, 0.8);
	}

		#slider .content h1{
			color: #fff;
			text-align: center;
			position: relative;
			font-size: var(--fontSize300);
		}
		
			#slider .content h1:after{
				bottom: 0;
				content: '';
				height: 4px;
				width: 100px;
				position: absolute;
				left: calc(50% - 50px);
				background-color: var(--bgColor3);
			}

	#slider.home .content{
		padding: 22vw 0;
		overflow-x: hidden;
	}

		#slider.home .content .blurb{
			color: #fff;
			width: 900px;
			z-index: 101;
			position: absolute;
		}

			#slider.home .content .left{
				width: 60%;
				text-align: center;
			}

				#slider.home .content .blurb .left h2{
					margin: 0 0 30px;
					font-size: var(--fontSize220);
					position: relative;
				}
				
					#slider.home .content .blurb .left h2:after{
						content: '';
						height: 4px;
						bottom: -2px;
						width: 100px;
						position: absolute;
						left: calc(50% - 50px);
						background-color: var(--bgColor3);
					}

				#slider.home .content .blurb .left .text{
					margin: 0 0 40px;
					font-size: var(--fontSize160);
				}

				#slider.home .content .blurb .left .button{}

			#slider.home .content .right{
				width: 35%;
				margin-left: 5%;
			}

				#slider.home .content .blurb .right .image{
					background-color: var(--bgColor3);
				}

					#slider.home .content .blurb .right .image img{
						width: 60%;
						padding: 20%;
					}
	
/* Sum-Div */
#sum-div{
	background-color: #fff;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 500px 500px;
	background-position: bottom center;
	background-image: url('../images/ui/water-lilly.png');
}

	#sum-div .sum-row{}

	
		#sum-div .sum-row .title{
			position: relative;
		}
		
			#sum-div .sum-row .title:after{
				content: '';
				height: 3px;
				bottom: 3px;
				width: 100px;
				position: absolute;
				left: calc(50% - 50px);
				background-color: var(--bgColor3);
			}

	/* Circles */
	#sum-div .sum-row.circles{}
	
		#sum-div .sum-row.circles .sum-column{}
		
			#sum-div .sum-row.circles .sum-column .image{
				width: 90%;
			}

	/* Cover */
	#sum-div .sum-row.cover{
		background-image: url('../images/home/bg.jpg');
	}
	
		#sum-div .sum-row.cover .sum-column{
			float: right;
			background-color: rgba(255, 255, 255, 0.95);
		}

/* Body */
#body{}

	/* Left */
	#left{}
		
		/* Label Box */
		#left > .label-box{}

			#left > .label-box > .title{
				width: 80%;
				margin: 0 auto;
				border-bottom: 3px solid var(--bgColor3);
			}

			#left > .label-box > .content{}

	/* Content */
	#content{}

		/* Spread */
		#content > .spread{}
		
			/* Title */
			#content > .spread > .title{
				width: 93%;
				margin: 0 auto;
				position: relative;
			}

				#content > .spread > .title:before{
					left: 0;
					width: 300px;
					content: '';
					bottom: -3px;
					height: 3px;
					position: absolute;
					background-color: var(--bgColor3);
					
					-webkit-border-radius: 5px 0 0 5px;
					-moz-border-radius: 5px 0 0 5px;
					-m-border-radius: 5px 0 0 5px;
					-o-border-radius: 5px 0 0 5px;
					border-radius: 5px 0 0 5px;
				}
		
			/* Data */
			#content > .spread > .data{}
		
				/* H3 */
				#content > .spread > .data h3{
					border-bottom: 1px solid var(--bgColor6);
				}

#body.wide{}

	/* Content */
	#content{}

		/* Panel */
		#content > .panel{}

		#content > .panel:nth-child(odd){
			background-repeat: no-repeat;
			background-attachment: fixed;
			background-size: 500px 500px;
			background-position: bottom center;
			background-image: url('../images/ui/water-lilly.png');
		}

		#content > .panel:nth-child(even){
			background-color: var(--bgColor5);
		}
		
			#content > .panel h1,
			#content > .panel h2{
				width: 600px;
				position: relative;
			}
		
				#content > .panel h1:after,
				#content > .panel h2:after{
					content: '';
					height: 3px;
					bottom: 3px;
					width: 100px;
					position: absolute;
					left: calc(50% - 50px);
					background-color: var(--bgColor3);
				}
		
			#content > .panel h3{
				border-bottom: 1px solid var(--bgColor6);
			}

		/* Practice */
		#content > .panel.practice.dr{
			background-size: 300px 450px;
			background-position: 80% bottom;
			background-image: url('../images/practice/dr-nokuthula-mavie-shibanda.png');		
		}
		
		/* Service */
		#content > .panel.conditions{}
		
			#content > .panel.conditions .conditions{}
			
				#content > .panel.conditions .conditions .condition{
					position: relative;
					background-color: var(--bgColor5);
					
					-webkit-transition-duration: 0.3s;
					transition-duration: 0.3s;
					
					-webkit-transition-property: box-shadow, transform;
					transition-property: box-shadow, transform;
				}

					#content > .panel.conditions .conditions .condition:hover, 
					#content > .panel.conditions .conditions .condition:focus, 
					#content > .panel.conditions .conditions .condition:active{
						z-index: 100;

						-webkit-box-shadow: -4px 10px 46px -8px rgba(0,0,0,0.75);
						-moz-box-shadow: -4px 10px 46px -8px rgba(0,0,0,0.75);
						box-shadow: -4px 10px 46px -8px rgba(0,0,0,0.75);
					}
		
					#content > .panel.conditions .conditions .condition .image{
						padding: 5px;
					}
					
						#content > .panel.conditions .conditions .condition .label{
							color: #000;
							padding: 10px;
							margin-top: 5px;
							text-align: center;
						}

/* Page Options */
#page-options{
	background-color: var(--bgColor);
}

	#page-options a{
		color: #fff;
	}

	#page-options .left:hover,
	#page-options .right:hover{
		background-color: var(--bgColor2);
	}

/* Footer */
#footer{
	color: #fff;
	background-color: var(--bgColor2);
}

	#footer .title{
		color: #fff;
	}

	#footer a{
		color: #eee;
	}

		#footer a:hover{
			color: #fff;
		}

/* 1750px */		
@media screen and (max-width: 1750px){
	#menu-banner .menu-banner ul li a{
		padding: 23px 12px;
	}
}

/* 1650px */		
@media screen and (max-width: 1650px){
	#menu-banner .menu-banner ul li a{
		padding: 23px 11px;
	}
}

/* 1550px */		
@media screen and (max-width: 1550px){
	#menu-banner .menu-banner ul li a{
		padding: 22px 11px;
	}
}

/* 1380px */		
@media screen and (max-width: 1380px){
	#menu-banner .menu-banner ul li a{
		padding: 21px 10px;
	}
	
	#slider.home .content .blurb{
		width: 800px;
	}
	
	#sum-div,
	#content > .panel:nth-child(odd){
		background-size: 400px 400px;
	}
}

/* 1250px */		
@media screen and (max-width: 1250px){
	#menu-banner .menu-banner ul li a{
		padding: 19px 10px;
	}
	
	#slider.home .content .blurb{
		width: 700px;
	}
}

/* 1100px */		
@media screen and (max-width: 1100px){
	#menu-banner .menu-banner ul li a{
		padding: 17px 9px;
	}
}

/* 1024px */		
@media screen and (max-width: 1024px){
	#menu-banner .menu-banner ul li a{
		padding: 15px 8px;
	}
	
	#slider.home .content .blurb{
		width: 600px;
	}
	
	#sum-div,
	#content > .panel:nth-child(odd){
		background-size: 300px 300px;
	}
}

/* 900px */		
@media screen and (max-width: 900px){
	#menu-banner .menu-banner ul li a{
		padding: 14px 7px;
	}
}

/* 800px */		
@media screen and (max-width: 800px){
	#menu-banner .menu-banner ul li a{
		padding: 13px 6px;
	}
}

/* 700px */		
@media screen and (max-width: 700px){
	#menu-banner .menu-banner ul li a{
		padding: 12px 5px;
	}
}

/* 600px */
@media screen and (max-width: 600px){
	#slider .content{
		padding: 20% 0;
	}

	#slider.home .content{
		padding: 80% 0;
	}

		#slider.home .content .blurb{
			width: 70%;
			text-align: center;
		}
		
			#slider.home .content .blurb .left{
				width: 100%;
			}
		
			#slider.home .content .blurb .right{
				display: none;
			}
	
	#sum-div .sum-row.cover .sum-column{
		float: none;
		margin: 0 auto;
	}
			
	#content > .spread > .title{
		width: 80%;
		margin: 0 auto;
		text-align: center;
	}

		#content > .spread > .title:before{
			width: 100%;
		}
}