/*--------------PLEASE PLACE ALL CUSTOM CSS HERE ---------*/
.mont {text-transform: uppercase;font-family: 'montserrat';font-weight: bold;}
.main {color: #383838; font-size: 1.2em; text-transform: uppercase; line-height: 1.2em;}
.og {background-color: #383838; }
.lg-text {font-size: 1.2em;}

.og h3 { color: inherit;}
.blue {
    background: #383838;
}

#content .blue .btn {
    background: transparent;
    border: 3px solid #ff9b2b;
}
#content .blue .btn:hover {
    background: #ff9b2b;
}

/*color flip  */
#footer {
    background: #fff;
    color: #070707;
}

main {
    background: #070707;
    color: #fff;
}

h1, h2, h3 {
    color: #fff;
}

#header {
    color: #fff;
    background: #070707;
}
header#header { 
	background: #000;
	color: #fff;
}

.passed-header .nav-bar ul, .header-b .phone-wrap-inner, .header-b {
    background: #000;
	color: #fff;
}

nav-bar ul a {
    color: #fff !important;
}

.nav-bar ul > li.current-menu-item > a, .nav-bar ul li.current_page_parent > a, .nav-bar ul li.current-menu-ancestor > a, .nav-bar ul > li:hover > a {
    color: #FF9B2B;
}

.nav-bar ul.sub-menu li a {
    background: #070707;
}
header#header .large-wrapper {max-width: 2100px;}
@media only screen and (min-width: 767px) {
	.column-count-2 {
		column-count: 2;
	}
	.column-count-3 {
		column-count: 3;
	}
	.column-count-4 {
		column-count: 4;
	}
}

@media only screen and (min-width: 992px) {
	
}

@media only screen and (min-width: 768px) {
	
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #ff0000;
	color: #000;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
	color: #000;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
	border: 2px solid #ff0000;
	color: #000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
	color: #000;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	border: 2px solid #f7e700;
	color: #000;
}
/* NAV 3 TIER FIX */
.nav-bar {
    position: relative;
    z-index: 99999;
}
.nav-bar ul {
    list-style-type: none;
    position: relative;
    margin: 0;
    padding: 0;
}
.passed-header .nav-bar ul {
    text-align: center;
    padding-bottom: 7px;
}
.nav-bar ul li {
    display: inline-block;
    position: relative;
}
.nav-bar ul a {
    display: inline-block;
    text-decoration: none;
    padding: 10px 3px;
    font-weight: 700;
    text-transform: capitalize;
}
.nav-bar a[href="#"] {
    pointer-events: none;
    cursor: default;
}

.nav-bar ul > li.current-menu-item > a, .nav-bar ul li.current_page_parent > a, .nav-bar ul li.current-menu-ancestor > a, .nav-bar ul > li:hover > a {
}


.nav-bar .menu-item-has-children ul.sub-menu {
    overflow: inherit;
    opacity: 1;
}
.passed-header .sticky-background {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 1920px;
    right: 0;
    margin: auto;
}
.passed-header .sticky-background {
}
.stick-me {
    position: relative;
}
.passed-header .stuck {
    position: fixed !important;
    right: 0;
    top: 0;
    PADDING: 0;
}
.passed-header .stick-me.stuck {
    background: #000; 
}
 .sticky-bump {
    display: none;
}

.menu-item-has-children > a:after {
    content: "\f0d7";
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    margin-left: 7px;
    transition: transform 0.1s ease-in-out;
}
.nav-bar .sub-menu {
    left: 0;
    display: block;

}
.nav-bar .menu-item-has-children:hover > .sub-menu,
.nav-bar .sub-menu:hover {
    display: block;
        visibility:visible;
}
.nav-bar ul.sub-menu li,
.nav-bar ul.sub-menu li a {
    display: block;
    float: none;
	text-align: left;
}
.nav-bar .sub-menu .sub-menu {
    padding-left: 0px;
    left: 100%;
    top: 0;
}
.sub-menu .menu-item-has-children:hover > a:after {
    position: relative;
    transform: rotate(-90deg);
    display: inline-block;
    transform-origin: center;
}

@media only screen and (min-width: 768px) {
	.nav-bar > ul > li {
        border:
        none;
        margin: 0 3px 0 3px;
        position: relative;
        overflow: inherit;
        padding: 0px 0 0px;
    }    
    .nav-bar ul.sub-menu {
        right: 0;
        width: auto;
        left: auto;
        z-index: -2;
        top: 150%;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        display: block;
        opacity: 0;
        visibility: hidden;
        border-radius: 0px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        overflow: hidden;
        min-width: 250px;
        position: absolute;
        text-align: center;
        padding: 0;
    }

    .nav-bar > ul >  li:hover > ul.sub-menu {
        top: 100%;
        opacity: 1;
        visibility: visible;
        z-index: 5;
        margin: 0;
        width: 100%;
        text-align: center;
    }
}