/**
 * LED Electrical site layout
 * Header always on top; slider and page content always below the menu.
 */

.site-shell {
	display: block;
}

.header_wrapper {
	position: relative;
	z-index: 200;
	background: #ffffff !important;
	width: 100%;
	height: auto;
	min-height: 0;
}

#header_area,
.header_wrapper .navigation {
	position: relative;
	z-index: 201;
}

#header_area .logo_area > div:before {
	background: #ffffff;
}

.site-main {
	position: relative;
	z-index: 1;
	display: block;
	clear: both;
	width: 100%;
}

.site-main .construct-banner-wrapper,
.site-main .rev_slider_wrapper {
	position: relative;
	z-index: 1;
	margin-top: 0;
	clear: both;
	overflow: hidden;
}

.site-main .construct-banner-wrapper .rev_slider {
	overflow: hidden;
}

#page_heading_area {
	position: relative;
	z-index: 1;
	clear: both;
}

.stricky-fixed,
#header_area.stricky-fixed {
	z-index: 1000;
}

.stricky-fixed .header_wrapper {
	background: rgba(0, 0, 0, 0.65) !important;
}

.appointment-honeypot-wrap {
	position: absolute;
	left: -9999px;
	height: 0;
	overflow: hidden;
}

.appointment-form-message {
	margin: 0 15px 15px;
	padding: 12px 15px;
	border-radius: 3px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}

.appointment-form-message.success {
	background: #e8f5e9;
	border: 1px solid #81c784;
	color: #2e7d32;
}

.appointment-form-message.error {
	background: #ffebee;
	border: 1px solid #e57373;
	color: #c62828;
}
