/* Font Setup
*/
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&display=swap');
/* CSS Reset 
/*-----------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
	box-sizing: border-box;
}
.nf-form-content input[type=submit]:hover{
	background: #000 !important;
	color: #FFF !important;
}
#myHeader.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99999;
	background: #000;
	border-bottom: 2px solid #fcba30;
}
body {
	font-family: 'Libre Baskerville', serif;
}
ul {
	list-style: none;
}
ol {
	margin: 10px 30px;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Libre Baskerville', serif;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear {
	clear: both;
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
/* End hide from IE Mac */
.none {
	display: none;
}
/* End Clearfix */
/* General Setup
/*-----------------------------------------------------------------------------------*/
.ninja-forms-req-symbol , .nf-form-fields-required {
	display: none !important;
}
.overlay-custom figcaption {
	position: absolute;
	bottom: 0;
	width: 100%;
}
footer {
	padding: 20px 0;
	width: 100%;
	text-align: center;
	color: #ccc;
	background: #212529
}
.container {
	width: 1170px;
	margin: 0 auto;
}
header {
	float: left;
	width: 100%;
	position: relative;
	z-index: 999;
	background: #000;
}
.home header {
	float: none;
	position: absolute;
	left: 0;
	background: none;
}
header .logo {
	float: left;
	margin-top: 13px;
	width: 175px;
}
header .logo img {
	width: 100%;
	height: auto;
}
header nav {
	float: left;
    margin-left: 100px;
}
header nav ul li {
    height: 80px;
    margin: 0 2px;
	float: left;
	position: relative;
}
header nav ul li a {
	display: block;
	text-transform: uppercase;
	line-height: 64px;
	text-decoration: none;
	font-size: 12px;
	color: #FFF !important;
	outline-offset: -8px;
    padding: 0.65625em 0.875em;
    white-space: nowrap;
}
header nav ul li.current-menu-item a {
	background: #fcba30 !important;
	color: #000000 !important;
}
header nav ul li.menu-item-has-children:hover>a {
	background: #fcba30 !important;
	color: #000000 !important;
}
header nav ul li .sub-menu{
	display: none;
	position: absolute;
    padding: 0 0 0;
    background: rgba(0,0,0,1);
    z-index: 99;
	width: 100%;
    left: 0;
}
header nav ul li:hover .sub-menu{
	display: block;
}
header nav ul li .sub-menu li{
	width: 100%;
	margin: 0;
	box-sizing: border-box;
	height: auto;
}
header nav ul li .sub-menu li a{
	font-size: 12px;
	line-height: unset;
	padding: 8px 10px;
	display: block;
	color: #FFF !important;
}
.yellow span , .yellow {
	color: #fcba30 !important;
}
.nf-form-content input[type=submit] {
	background: #FCBA30 !important;
	cursor: pointer;
}
.footer .nf-form-content {
	padding: 0 !important;
}
.footer .label-above .nf-field-label {
	margin-bottom: 0 !important;
}
.footer .nf-form-content label {
	font-size: 14px !important;
	color: #FCBA30 !important;
}
@media only screen and (max-width: 1200px) {
	.container {
		width: 90%;
	}
	.home header {
		float: left;
		position: static;
		background: #000;
	}
	.mob-menu-header-holder {
	position: fixed !important;
	z-index: 99999 !important;
}
}