/*
*		    ________      .___   
*	__  _  _\_____  \   __| _/
*	\ \/ \/ / _(__  <  / __ |
*	 \     / /       \/ /_/ |
*	  \/\_/ /______  /\____ |
*	               \/      \/
*
*	@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: #000;
    --color2: #fff;
	
	--bgColor: #c30000;
	--bgColor2: #880000;
	--bgColor3: #444;
	--bgColor4: #111;
	--bgColor5: #fff;
	--bgColor6: #ECECEC;
	
	--linkColor: #222;
	--linkHoverColor: #c30000;
	
	--mobileMenuColor: #fff;
	--mobileMenuBtnColor: #c30000;
	--mobileMenuSelectedColor: #fff;
	--mobileMenuSelectedBgColor: #c30000;
	--mobileMenuContentBgColor: #333;
	
	--btnColor: #fff;
	--btnBgColor: #c30000;
	--btnHoverColor: #fff;
	--btnBgHoverColor: #880000;
	
	--dialogBgColor: #c30000;
	--dialogBgColor2: #880000;
	--dialogHeadingColor: #fff;
	
	--callBackBtnColor: #000;
	--callBackBtnBgColor: #FDFE02;
	--whatsAppBtnBgColor: #0CC143;
	--whatsAppTextRadius: 5px;
}

/* ------------- CORE : OVER WRITES ------------- */

#widgets{}

	#widgets .core-call-me-back{}
	
		#widgets .core-call-me-back .buttons{}
			
			#widgets .core-call-me-back .buttons .btn:nth-child(2),
			#widgets .core-call-me-back .buttons .btn:nth-child(2):hover{
				color: var(--callBackBtnColor) !important;
				background-color: var(--callBackBtnBgColor);
			}
			
	#widgets .core-call-me-back-mobile-btn,
	#widgets .core-call-me-back-mobile-btn:hover{
		background-color: var(--callBackBtnBgColor);
	}
			
		#widgets .core-call-me-back-mobile-btn svg{
			fill: color: var(--callBackBtnColor) !important;
		}

	#widgets .core-call-me-back-mobile{}
	
		#widgets .core-call-me-back-mobile .buttons{}
			
			#widgets .core-call-me-back-mobile .buttons .btn:nth-child(1),
			#widgets .core-call-me-back-mobile .buttons .btn:nth-child(1):hover{
				color: var(--callBackBtnColor) !important;
				background-color: var(--callBackBtnBgColor);
			}

	#widgets .core-whatsapp-chat-btns{}

		#widgets .core-whatsapp-chat-btns .whatsapp-chat-btn{
			background-color: var(--whatsAppBtnBgColor) !important;
		}

			#widgets .core-whatsapp-chat-btns .whatsapp-chat-btn a{
				position: relative;
			}

				#widgets .core-whatsapp-chat-btns .whatsapp-chat-btn a:before{
					top: -29px;
					right: -88px;
					color: #fff;
					padding: 5px;
					position: absolute;
					content: 'Chat Now';
					background-color: var(--whatsAppBtnBgColor);
					
					-webkit-border-radius: var(--whatsAppTextRadius);
					-moz-border-radius: var(--whatsAppTextRadius);
					-m-border-radius: var(--whatsAppTextRadius);
					-o-border-radius: var(--whatsAppTextRadius);
					border-radius: var(--whatsAppTextRadius);
					
					-webkit-box-shadow: 0px 1px 2px rgba(0,0,0, 0.701961);
					-moz-box-shadow: 0px 1px 2px rgba(0,0,0, 0.701961);
					box-shadow: 0px 1px 2px rgba(0,0,0, 0.701961);
				}

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

/* Body */
body{
	background: url('../images/ui/bg.jpg');
	font-family: Nunito, Helvetica, Arial, sans-serif;
}

/* Headings */
h1, h2, h3{
	font-family: Tauri, Helvetica, Arial, sans-serif;
}

/* Menu */
#menu-banner{}

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

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

		/* Left */
		#menu-banner .menu-banner > .left{
			width: 12%;
		}

		/* Right */
		#menu-banner .menu-banner > .right{
			width: 88%;
		}

	/* Menu */
	#menu-banner .menu-banner > .right .menu{}

		#menu-banner .menu-banner > .right .menu ul li a{
			color: #222;
			padding: 16px;
		}

			#menu-banner .menu-banner > .right .menu .left > ul > li:nth-child(3) > a,
			#menu-banner .menu-banner > .right .menu .left > ul > li:nth-child(4) > a,
			#menu-banner .menu-banner > .right .menu .left > ul > li:nth-child(5) > a{
				font-weight: bold;
			}
			
			#menu-banner .menu-banner > .right .menu ul li:hover > a{
				color: #fff;
				background: var(--bgColor);
				transition: background linear 0.5s;
			}
			
			#menu-banner .menu-banner > .right .menu ul li.active-li > a{
				color: #fff;
				background: var(--bgColor);
				transition: background linear 0.5s;
			}

				#menu-banner .menu-banner > .right .menu ul ul{
					background: #fff;
					
					-webkit-box-shadow: 0px 1px 2px rgba(0,0,0, 0.701961);
					-moz-box-shadow: 0px 1px 2px rgba(0,0,0, 0.701961);
					box-shadow: 0px 1px 2px rgba(0,0,0, 0.701961);
				}
				
					#menu-banner .menu-banner > .right .menu ul ul li.active-li > a{
						color: #fff;
						background: var(--bgColor);
					}
				
					#menu-banner .menu-banner > .right .menu ul ul li:hover > a{
						color: #fff;
						background: var(--bgColor);
					}

	/* Search Banner */
	#menu-banner .search-banner{
		background: var(--bgColor6);
		border-top: 1px solid var(--bgColor6);
	}

/* Slider */
#slider{
	position: relative;
}

	#slider .content{
		padding: 10% 0;
		text-align: center;
		background: rgba(0, 0, 0, 0.6);
	}

		#slider.home .content .info{
			text-align: left;
		}

			#slider.home .content .info h1{
				color: #fff;
				font-size: 300%;
				font-weight: normal;
			}

			#slider.home .content .info .buy-line{
				color: #fff;
				padding: 2%;
				margin: 2% 0;
				font-size: 140%;
				background-color: var(--bgColor4);
			}
		
/* Sum-Div */
#sum-div{}
	
	/* Title */
	#sum-div .sum-row .sum-row-wrapper > .title,
	#sum-div .sum-row.pick-up .sum-row-wrapper .title{
		position: relative;
		font-size: var(--fontSize200);
	}
	
		#sum-div .sum-row .sum-row-wrapper > .title:after,
		#sum-div .sum-row.pick-up .sum-row-wrapper .title:after{
			left: 20%;
			bottom: 0;
			width: 60%;
			content: '';
			position: absolute;
			border-bottom: 4px solid var(--bgColor);
		}
	
		#sum-div .sum-row .sum-row-wrapper > .title span span,
		#sum-div .sum-row.pick-up .sum-row-wrapper .title span span{
			color: var(--bgColor);
			font-size: var(--fontSize140);
		}
	
	/* Help */
	#sum-div .sum-row.help{
		background-color: var(--bgColor5);
	}
	
		#sum-div .sum-row.help .sum-column{}
		
			#sum-div .sum-row.help .sum-column .title{
				position: relative;
			}
			
				#sum-div .sum-row.help .sum-column .title:after{
					left: 20%;
					bottom: 0;
					width: 60%;
					content: '';
					position: absolute;
					border-bottom: 4px solid var(--bgColor);
				}
	
	/* Pick-Up */
	#sum-div .sum-row.pick-up{
		background-color: var(--bgColor6);
	}
	
		#sum-div .sum-row.pick-up .sum-column{}
	
			#sum-div .sum-row.summary .sum-column .text{
				font-size: var(--fontSize140);
			}
	
	/* How */
	#sum-div .sum-row.how{
		color: #fff;
		background-color: var(--bgColor4);
		background-image: url('../images/home/how-bg.jpg');
	}
	
		#sum-div .sum-row.how .sum-row-wrapper{
			padding-left: 10%;
			padding-right: 10%;
		}
	
		#sum-div .sum-row.how .sum-column{
			padding: 0;
			width: auto;
			float: none;
		}
	
	/* Products */
	#sum-div .sum-row.products{
		background-color: var(--bgColor5);
	}
	
	/* Branches */
	#sum-div .sum-row.branches{
		background-color: var(--bgColor6);
	}
	
		#sum-div .sum-row.branches .sum-column{
			margin: 0 15%;
		}
	
			#sum-div .sum-row.branches .sum-column .branch{
				padding: 20px;
				background-color: #fff;
				border: 1px solid #ddd;
			}

/* Body */
#body{}

	/* Left & Right */
	#left,
	#right{}

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

			#left > .label-box > .title,
			#right > .label-box > .title{
				color: #fff;
				padding: 3%;
				text-align: left;
				border-bottom: 1px solid #ddd;
				
				background: var(--bgColor);
				background: linear-gradient(45deg, var(--bgColor) 0%, var(--bgColor) 70%, #ffffff 70%, #ffffff 100%);
				background: -moz-linear-gradient(45deg, var(--bgColor) 0%, var(--bgColor) 70%, #ffffff 70%, #ffffff 100%);
				background: -webkit-linear-gradient(45deg, var(--bgColor) 0%, var(--bgColor) 70%, #ffffff 70%, #ffffff 100%);
			}

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

	/* Content */
	#content{}

		/* Spread */
		#content > .spread{}

			/* Title */
			#content > .spread > .title{
				color: #fff;
				border-bottom: 1px solid #ddd;
				
				background: var(--bgColor);
				background: linear-gradient(45deg, var(--bgColor) 0%, var(--bgColor) 70%, #ffffff 70%, #ffffff 100%);
				background: -moz-linear-gradient(45deg, var(--bgColor) 0%, var(--bgColor) 70%, #ffffff 70%, #ffffff 100%);
				background: -webkit-linear-gradient(45deg, var(--bgColor) 0%, var(--bgColor) 70%, #ffffff 70%, #ffffff 100%);
			}

				#content > .spread > .title a{
					color: #fff;
				}

			/* Data */
			#content > .spread > .data{}

				/* H3 */
				#content > .spread > .data h3{
					font-size: 140%;
					border-bottom: 1px solid #ddd;
				}

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

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

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

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

	#footer .title{
		color: #fff;
	}

	#footer a{
		color: #fff;
	}

		#footer a:hover{
			color: #fff;
		}
	
/* 1750px */		
@media screen and (max-width: 1750px){
	#menu-banner .menu-banner > .right .menu ul li a{
		padding: 15px;
	}
}
	
/* 1650px */		
@media screen and (max-width: 1650px){
	#menu-banner .menu-banner > .right .menu ul li a{
		padding: 14px;
	}
}
	
/* 1550px */		
@media screen and (max-width: 1550px){
	#menu-banner .menu-banner > .right .menu ul li a{
		padding: 13px;
	}
}
	
/* 1450px */		
@media screen and (max-width: 1450px){
	#menu-banner .menu-banner > .right .menu ul li a{
		padding: 12px;
	}
}
	
/* 1380px */		
@media screen and (max-width: 1380px){
	#menu-banner .menu-banner > .right .menu ul li a{
		padding: 11px;
	}
}
	
/* 1250px */		
@media screen and (max-width: 1250px){
	#menu-banner .menu-banner > .right .menu ul li a{
		padding: 9px;
	}
}
	
/* 1150px */		
@media screen and (max-width: 1150px){
	#menu-banner .menu-banner > .right .menu ul li a{
		padding: 8px;
	}
}
	
/* 1100px */		
@media screen and (max-width: 1100px){
	#menu-banner .menu-banner > .right .menu ul li a{
		padding: 7px;
	}
}

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

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

/* 600px */		
@media screen and (max-width: 600px){
	#widgets .core-whatsapp-chat-btns .whatsapp-chat-btn a:before{
		top: -18px;
		left: -80px;
		right: unset;
	}
	
	#slider .content{
		padding: 20% 0
	}

		#slider.home .content .info{
			text-align: center;
		}
	
	#sum-div .sum-row.branches .sum-column{
		margin: 0 5%;
	}
}