/*HEADER*/
.et_fixed_nav #main-header, .et_fixed_nav #top-header {
	position: fixed;
	box-shadow: 1px 1px 20px #000;
}

.et_fixed_nav #logo {
	max-height: 70px;
	margin-bottom: 5px;
}

#top-menu a:hover {
	color: #dadada !important;
}

#top-menu a {
	color: #fff !important;
}

/*PAGES*/
.et_pb_inner_shadow {
	-webkit-box-shadow: inset 0 0 7px rgba(0,0,0,0.07);
	-moz-box-shadow: inset 0 0 7px rgba(0,0,0,0.07);
	box-shadow: inset 0 0 200px rgba(0,0,0,0.7);
}

.et_pb_section.et_section_regular {
	background-color: #e0e0e0;
	box-shadow: inset 0 0 200px rgba(0,0,0,0.7);
	border-bottom: 1px solid #9e9868;
}

/*LEADIN*/
.leadinModal-v3.leadinModal.leadinModal-theme-bottom-right-corner .leadin-content-body, .leadinModal-v3.leadinModal.leadinModal-theme-bottom-left-corner .leadin-content-body {
	padding: 1em 1.5em;
	padding-bottom: 1.5em;
	background: #9d9767 !important;
}

/*FOOTER*/
.footer-widget h4.title {
	font-size: 22px;
	line-height: 26px;
	color: #ffffff !important;
	margin-bottom: 30px;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	padding: 3px 0;
	text-align: center;
}

#footer-widgets .footer-widget li:before {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	border-width: 0;
	content: "";
	left: 0;
	position: absolute;
	top: 9px;
}

/*SIDEBAR GFORM*/
.gform_wrapper .top_label .gfield_label {
	margin: 10px 0 4px;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	display: -moz-inline-stack;
	display: inline-block;
	line-height: 1.3em;
	clear: both;
}

.gform_wrapper .ginput_complex label, .gform_wrapper .gfield_time_hour label, .gform_wrapper .gfield_time_minute label, .gform_wrapper .gfield_date_month label, .gform_wrapper .gfield_date_day label, .gform_wrapper .gfield_date_year label, .gform_wrapper .instruction {
	display: block;
	margin: 3px 0;
	font-size: 11px;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	letter-spacing: .5pt;
}

.gform_wrapper textarea.medium {
	height: 60px !important;
}

.gform_wrapper .gform_footer {
	padding: 6px 0 10px !important;
	margin: 6px 0 0 !important;
	clear: both;
}

.gform_confirmation_message_1 {
	color: #fff !important;
	text-shadow: 1px 1px 1px #000;
}

.gform_wrapper .gfield_required {
	color: #9e9868 !important;
	margin-left: 4px;
}