/*
Theme Name: Majilite
Version: 1.0
Description: A customized version of Divi
Author: Full Spectrum Marketing
Author URI: https://www.fsm.agency
Template: Divi
*/


/* hide Divi branding in footer */

#page-container {
    min-height: 100vh;
    background: #000;
}

#footer-info {
    display: none;
}

a {
    font-weight: 400;
}

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

    /* set the slider height for hero images */
    .et_pb_slider,
    .et_pb_slider .et_pb_container {
        /*height: 600px !important;*/
    }

    .et_pb_slider,
    .et_pb_slider .et_pb_slide {
        /*max-height: 600px;*/
    }
}

#copyright {
    color: #999;
    font-size: 14px;
    line-height: 5em;
    text-align: center;
}


/* basic forms */

body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper textarea.textarea,
body div.form_saved_message div.form_saved_message_emailform form input[type=text] {
    padding: 1em;
    border: none;
    font-size: 14px;
}

body #page-container .et_pb_button,
body #page-container .gform_button {
    cursor: pointer;
}

@media only screen and (max-width:980px) {

    #page-container .et_pb_button,
    #page-container .gform_wrapper .gform_button {
        width: 100%;
        max-width: 400px;
        text-align: center;
        padding-left: 5px !important;
        padding-right: 5px !important;
        font-size: 14px;
    }

    #left-area .gform_wrapper ul {
        padding-left: 0;
    }

    .single-product .summary {
        padding-top: 1em;
    }

    .single-product .summary h1 {
        line-height: 1em;
    }
}


/* material design shadows */

body {
    background: #e2e1e0;
    text-align: center;
}

.depth-1 {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.depth-2 {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.depth-3 {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.depth-4 {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.depth-5 {
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
}

.depth-hover {
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.depth-hover:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    cursor: pointer;
}

.depth-hover:hover .et_pb_testimonial_portrait {
    -webkit-filter: grayscale(75%);
    filter: grayscale(75%);
    filter: saturate(5);
}

.depth-hover .et_pb_testimonial_portrait {
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}


/* material design button click ripple */

.ripple {
    overflow: hidden;
}

.ripple:active {
    position: absolute;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background: white;
    animation: ripple-animation 2s;
}

@keyframes ripple-animation {
    from {
        transform: scale(1);
        opacity: 0.4;
    }

    to {
        transform: scale(100);
        opacity: 0;
    }
}


/* custom css below */

.vh100 {
    min-height: 100vh;
}

.row-vh100 {
    min-height: 100%;
}

@media only screen and (max-width:1100px) {
    .vh100 {
        min-height: auto;
    }

    .row-vh100 {
        min-height: auto;
    }
}

.align-items-center {
    display: flex;
    align-items: center;
}

.flex-dir-col {
    flex-direction: column;
}

.justify-right {
    justify-content: flex-end;
}

.self-end {
    align-self: flex-end;
}

.btn-wide-container .et_pb_module {
    width: 100%;
}

#page-container .et_pb_button.btn-wide {
    width: 100%;
    text-align: center;
    padding: 1.75em 0 !important;
}

#page-container .et_pb_button.dark-btn {
    border-color: #000 !important;
    color: #000 !important;
}

.et_pb_bg_layout_dark .et_pb_button,
.et_pb_bg_layout_dark .gform_button,
#page-container .et_pb_button.btn-sm-text,
.et_pb_bg_layout_light.et_pb_button:hover {
    background-color: rgba(255, 255, 255, .15);
}

@media only screen and (max-width:1300px) {
    #page-container .et_pb_button.btn-wide {
        font-size: 10px;
        letter-spacing: .25em;
    }
}

#page-container .et_pb_button.btn-sm-text {
    font-size: 10px;
    padding: 4em 0 !important;
}

#page-container sup {
    bottom: 0.75em;
    font-size: .5em;
}


/* mobile_menu_bar */

#et-top-navigation {
    position: relative;
    left: 74px;
}

#et-top-navigation .et_toggle_slide_menu {
    position: relative;
}

#page-container #et-top-navigation .et_toggle_slide_menu:before {
    content: 'MENU' !important;
    font-family: 'Raleway', Helvetica, Arial, Lucida, sans-serif !important;
    position: absolute;
    right: 42px;
    left: auto;
    cursor: pointer;
    padding-right: 0;
    opacity: 1;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    top: 53%;
    letter-spacing: .5em;
    transform: translateY(-50%);
}

#page-container #et-top-navigation .mobile_menu_bar {
    height: 40px;
    width: 46px;
    padding-top: 12px;
}

#et-top-navigation .mobile_menu_bar:before {
    content: none !important;
}

#et-top-navigation .mobile_menu_bar:hover .menu-bar {
    background-color: ;
}

#et-top-navigation .mobile_menu_bar .menu-bar,
#et-top-navigation .mobile_menu_bar .menu-close {
    display: block;
    width: 28px;
    background: #fff;
    height: 2px;
    margin: 6px auto;
    -webkit-transition: all 400ms cubic-bezier(.215, .8, .3, 1);
    -moz-transition: all 400ms cubic-bezier(.215, .8, .3, 1);
    -ms-transition: all 400ms cubic-bezier(.215, .8, .3, 1);
    -o-transition: all 400ms cubic-bezier(.215, .8, .3, 1);
    transition: all 400ms cubic-bezier(.215, .8, .3, 1);
}

#et-top-navigation .mobile_menu_bar .menu-bar-1 {
    opacity: 1;
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
    margin-top: 0;
}

#et-top-navigation .mobile_menu_bar .menu-bar-2 {
    opacity: 1;
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}

.mobile_menu_bar .menu-bar-3 {
    opacity: 1;
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -ms-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
}

#et-top-navigation .mobile_menu_bar .menu-bar-4 {
    opacity: 0;
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    -ms-transition-delay: 0ms;
    -o-transition-delay: 0ms;
    transition-delay: 0ms;
}

#et-top-navigation:hover .mobile_menu_bar {
    -webkit-transition: all 400ms cubic-bezier(.215, .8, .3, 1);
    -moz-transition: all 400ms cubic-bezier(.215, .8, .3, 1);
    -ms-transition: all 400ms cubic-bezier(.215, .8, .3, 1);
    -o-transition: all 400ms cubic-bezier(.215, .8, .3, 1);
    transition: all 400ms cubic-bezier(.215, .8, .3, 1);
}

#et-top-navigation:hover .mobile_menu_bar .menu-bar {
    -webkit-transform: translate3d(0, -8px, 0);
    -moz-transform: translate3d(0, -8px, 0);
    -ms-transform: translate3d(0, -8px, 0);
    -o-transform: translate3d(0, -8px, 0);
    transform: translate3d(0, -8px, 0);
    z-index: 0;
}

#et-top-navigation:hover .mobile_menu_bar .menu-bar-1 {
    opacity: 0;
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    -ms-transition-delay: 0ms;
    -o-transition-delay: 0ms;
    transition-delay: 0ms;
}

#et-top-navigation:hover .mobile_menu_bar .menu-bar-2 {
    opacity: 1;
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -ms-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
}

#et-top-navigation:hover .mobile_menu_bar .menu-bar-3 {
    opacity: 1;
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}

#et-top-navigation:hover .mobile_menu_bar .menu-bar-4 {
    opacity: 1;
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
}

#et-top-navigation .mobile_menu_bar .menu-close {
    margin: 0;
    top: 30px;
    left: 14px;
    position: absolute;
}

#et-top-navigation .mobile_menu_bar .menu-close-1 {
    transform: rotate(-45deg);
}

#et-top-navigation .mobile_menu_bar .menu-close-2 {
    transform: rotate(45deg);
}

#et-top-navigation .mobile_menu_bar:hover .menu-close-1 {
    transform: rotate(45deg);
}

#et-top-navigation .mobile_menu_bar:hover .menu-close-2 {
    transform: rotate(-45deg);
}

.et_pb_slide_menu_active #page-container .menu-bar {
    opacity: 0 !important;
}

.et_pb_slide_menu_active #page-container .et_toggle_slide_menu:after {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

#menu-contact {
    padding: 20px 40px 40px;
    left: 0;
    width: 100%;
    bottom: 0;
    text-align: left;
}

#menu-contact li {
    margin: 0;
    padding: 0;
    display: block;
}

#menu-contact li a {
    font-weight: 500;
    padding: 8px 0;
    display: inline-block;
    font-size: 16px;
}

#page-container .et_toggle_slide_menu:after {
    position: absolute;
    color: #fff;
    top: 4px;
    left: 0;
    opacity: 0;
    width: 46px;
    content: "\4d";
    -webkit-transform: none;
    transform: none;
    text-align: center;
}

.et_header_style_fullscreen .et_slide_in_menu_container.et_pb_fullscreen_menu_opened .mobile_menu_bar:hover {
    background: #4a4d53 !important;
}


/* header */

.et_header_style_left .logo_container {
    text-align: center;
    left: 0;
}

.et_header_style_left .logo_container img {
    top: 4px;
    position: relative;
}

#et-top-navigation {
    float: left;
}


/* expanded menu */

.et_pb_slide_menu_active #page-container,
.et_pb_slide_menu_active #main-header {
    right: -360px !important;
    left: 360px !important;
}

#main-header > .container {
    max-width: 80%;
}

.et_slide_in_menu_container {
    left: -360px;
    -webkit-transition: left 0.8s cubic-bezier(0.77, 0, 0.175, 1), margin-top 0.4s ease-in-out !important;
    -moz-transition: left 0.8s cubic-bezier(0.77, 0, 0.175, 1), margin-top 0.4s ease-in-out !important;
    transition: left 0.8s cubic-bezier(0.77, 0, 0.175, 1), margin-top 0.4s ease-in-out !important;
}

.et_slide_in_menu_container.et_pb_slide_menu_opened {
    left: 0px !important;
    right: auto !important;
}

.et_slide_in_menu_container {
    border-right: 1px solid rgba(0, 0, 0, .2);
}

body {
    width: 100%;
    overflow-x: hidden;
    font-weight: 300;
    letter-spacing: 0.1em;
}

#page-container {}

#top-service-menu {
    position: absolute;
    top: 50%;
    letter-spacing: .5em;
    transform: translateY(-50%);
    right: 0;
    padding-right: 30px;
}

#top-service-menu li {
    display: inline-block;
}

#top-service-menu li:first-child {
    margin-right: 2em;
}

#top-service-menu li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: .5em;
    text-decoration: none;
}


/* mobile globals */

@media only screen and (max-width:1300px) {
    #home-hero.et_pb_fullwidth_header .header-content h1 {
        font-size: 50px !important;
    }
}

@media only screen and (max-width:1200px) {
    #top-service-menu li a {
        font-size: 12px;
        letter-spacing: .25em;
    }
}

@media only screen and (max-width:1100px) {
    #home-hero.et_pb_fullwidth_header .header-content h1 {
        font-size: 44px !important;
    }
}

@media only screen and (max-width:980px) {
    #page-container #top-service-menu {
        display: none;
    }

    #page-container .logo_container {
        text-align: center;
    }

    #page-container #et-top-navigation {
        padding-left: 0 !important;
        padding-top: 0;
    }

    #page-container #main-header {
        padding-top: 15px;
    }

    #page-container #main-header > .container {
        max-width: 90%;
        width: 90%;
    }

    #page-container #et-top-navigation .mobile_menu_bar:before {
        content: none !important;
    }

    #page-container #et-top-navigation {
        left: 0;
    }

    .et_pb_slide_menu_active #page-container,
    .et_pb_slide_menu_active #main-header {
        right: -309px !important;
        left: 309px !important;
    }

    #home-hero .header-content .et_pb_fullwidth_header_subhead {
        top: 22% !important;
        font-size: 12px;
    }

    #home-hero.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {
        margin: 0;
        padding: 0;
        width: 100%;
        max-width: 100%;
    }

    #home-hero .et_pb_fullwidth_header_container {
        width: 100%;
        max-width: 100%:
    }

    #home-hero.et_pb_fullwidth_header .header-content h1 {
        font-size: 24px !important;
    }

    #home-hero.et_pb_fullwidth_header .et_pb_fullwidth_header_container .header-content a.et_pb_button {
        margin-top: 20%;
    }

    .et_slide_in_menu_container ul#mobile_menu_slide {
        padding: 20px 28px;
    }

    #menu-contact {
        padding: 28px 28px 20px 28px;
    }

    .justify-right .et_pb_module {
        text-align: right;
    }

    #page-container .et_pb_button {
        letter-spacing: 4px;
    }

    #et-footer-nav ul {
        display: block !important;
        text-align: left !important;
    }

    #page-container .header-content {
        margin: 0;
        padding: 0;
        width: 100%;
        max-width: 100%;
    }

    #page-container .header-content .et_pb_module_header {
        font-size: 18px;
    }

    #page-container .et_pb_fullwidth_header_container.center {
        width: 100%;
        max-width: 90%;
    }
}

@media only screen and (max-width: 1500px) {
    .et_slide_in_menu_container #mobile_menu_slide li a {
        padding: 5px 0;
    }
}

#home-hero h1 span {
    animation: flickerAnimation 15s infinite;
    opacity: 0;
    animation-fill-mode: both;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: 42%;
    transform: translateY(-50%);
}

#home-hero h1 span:nth-child(1) {
    animation-delay: 0s;
}

#home-hero h1 span:nth-child(2) {
    animation-delay: 5s;
}

#home-hero h1 span:nth-child(3) {
    animation-delay: 10s;
}


/* flicker animation for rotating tagline */

@keyframes flickerAnimation {
    0% {
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    23% {
        opacity: 1;
    }

    33% {
        opacity: 0;
    }
}

@-o-keyframes flickerAnimation {
    0% {
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    23% {
        opacity: 1;
    }

    33% {
        opacity: 0;
    }
}

@-moz-keyframes flickerAnimation {
    0% {
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    23% {
        opacity: 1;
    }

    33% {
        opacity: 0;
    }
}

@-webkit-keyframes flickerAnimation {
    0% {
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    23% {
        opacity: 1;
    }

    33% {
        opacity: 0;
    }
}


/* buttons */

.et_pb_bg_layout_dark .et_pb_button,
.et_pb_bg_layout_dark .gform_button,
#page-container .et_pb_button.btn-sm-text,
.et_pb_bg_layout_light.et_pb_button {
    border-color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, 1);
    letter-spacing: 8px;
    text-indent: 8px;
    background: transparent;
}

#page-container .et_pb_button,
#page-container .gform_button {
    padding: 1.75em 4em !important;
}

.woocommerce #page-container input.button,
.woocommerce-page #page-container input.button {
    color: #fff;
    border-color: #fff;
}


/* #home-hero */

@media only screen and (min-width:981px) {
    #home-hero .header-content {
        max-width: 100%;
        width: 100%;
        position: relative;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        height: 50vh;
        align-items: center;
        justify-content: center;
    }

    #home-hero .header-content .et_pb_button {
        position: absolute;
        bottom: 0;
    }

    #home-hero .header-content .et_pb_module_header {
        padding-bottom: 1em;
    }
}

#home-hero .header-content .et_pb_fullwidth_header_subhead {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    letter-spacing: 0.75em;
    text-indent: 0.75em;
    font-weight: 200;
}


/* mobile menu slide */

#mobile_menu_slide {
    position: static;
}

#mobile_menu_slide li {
    border-bottom: 1px solid rgba(0, 0, 0, .2);
}

#mobile_menu_slide li a {
    text-align: left;
}

#page-container h1,
#page-container h2,
#page-container h3,
#page-container h4,
#page-container h5,
#page-container h6 {
    font-weight: 200;
}

#page-container .et_pb_bg_layout_light h1,
#page-container .et_pb_bg_layout_light h2,
#page-container .et_pb_bg_layout_light h3,
#page-container .et_pb_bg_layout_light h4,
#page-container .et_pb_bg_layout_light h5,
#page-container .et_pb_bg_layout_light h6,
#page-container .et_pb_bg_layout_light {
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0.75em;
}

#page-container .wide-letter-space h1,
#page-container .wide-letter-space h2,
#page-container .wide-letter-space h3,
#page-container .wide-letter-space h4,
#page-container .wide-letter-space h5,
#page-container .wide-letter-space h6 {
    letter-spacing: 0.75em;
}

.et_pb_text_inner h2,
.et_pb_text_inner h3,
.et_pb_text_inner h4,
.et_pb_text_inner h5,
.et_pb_text_inner h6 {
    letter-spacing: .25em;
}

#page-container .center h1,
#page-container .center h2,
#page-container .center h3,
#page-container .center h4,
#page-container .center h5,
#page-container .center h6 {
    text-indent: 0.75em;
}

#page-container .et_slide_menu_top {
    padding: 20px 40px;
    background: rgb(21, 29, 97);
}

#page-container .et_slide_menu_top .et-search-form {
    height: 35px;
    margin: 0;
    padding: 10px !important;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.4) !important;
}

#page-container .et_slide_in_menu_container,
#page-container .et_slide_in_menu_container .et-search-field {
    letter-spacing: 2px;
}

#page-container .et_slide_in_menu_container .et-search-field {
    left: 10px;
}


/* home animation */


/* flicker animation for rotating tagline 

@keyframes flickerAnimation {
	0% {
		opacity: 0;
	}
	5% {
		opacity: 1;
	}
	28% {
		opacity: 1;
	}
	33% {
		opacity: 0;
	}
}

@-o-keyframes flickerAnimation {
	0% {
		opacity: 0;
	}
	5% {
		opacity: 1;
	}
	28% {
		opacity: 1;
	}
	33% {
		opacity: 0;
	}
}

@-moz-keyframes flickerAnimation {
	0% {
		opacity: 0;
	}
	5% {
		opacity: 1;
	}
	28% {
		opacity: 1;
	}
	33% {
		opacity: 0;
	}
}

@-webkit-keyframes flickerAnimation {
	0% {
		opacity: 0;
	}
	5% {
		opacity: 1;
	}
	28% {
		opacity: 1;
	}
	33% {
		opacity: 0;
	}
}

#home-hero h1 strong {
	-webkit-animation: flickerAnimation 15s infinite;
	-moz-animation: flickerAnimation 15s infinite;
	-o-animation: flickerAnimation 15s infinite;
	animation: flickerAnimation 15s infinite;
	animation-fill-mode: both;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	color: rgba(255, 255, 255, .75);
	font-size: 16px;
	padding: 0;
	line-height: 1em;
}

#home-hero h1 strong:nth-child(1) {
	animation-delay: 0;
}

#home-hero h1 strong:nth-child(2) {
	animation-delay: 5s;
}

#home-hero h1 strong:nth-child(3) {
	animation-delay: 10s;
}
*/


/* footer */

#page-container #main-footer {
    padding: 4%;
    z-index: 2;
    position: relative;
}

#et-footer-nav {
    background-color: #000 !important;
}

#et-footer-nav ul {
    display: flex;
    width: 100%;
}

#et-footer-nav ul li {
    flex-grow: 1;
    text-align: center;
}

#et-footer-nav ul li a {
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    padding: 0;
    text-decoration: none;
    display: block;
}

@media only screen and (max-width:980px) {
    #et-footer-nav ul {
        display: block;
        width: 100%;
    }

    #et-footer-nav ul li {
        display: block;
        width: 100%;
    }

    #et-footer-nav ul li a {
        padding: .5em;
    }
}

/* et_pb_fullwidth_menu */

.et_pb_fullwidth_menu ul li a {
    text-transform: uppercase;
}

#page-container .et_pb_fullwidth_menu .fullwidth-menu {
    padding: 26px 0 20px 0 !important;
}

.et_pb_fullwidth_menu .et_pb_row {
    width: 80%;
    max-width: 80%;
}

.et_pb_fullwidth_menu .fullwidth-menu li {
    margin-right: 3em;
    padding-right: 0;
    height: 2em;
}

.et_pb_fullwidth_menu .fullwidth-menu li a {
    padding-bottom: 0 !important;
}

.et_pb_fullwidth_menu .fullwidth-menu li.current-menu-item {
    border-bottom: 1px solid #000;
}


/* fullwidth header */

#page-container .et_pb_fullwidth_header .et_pb_fullwidth_header_container {
    position: relative;
    z-index: 3;
    width: 80%;
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
}

#page-container .et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {
    width: 100%;
    max-width: 100%;
    margin: 20px auto;
}


/* black-fade */

.black-fade:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 1) 100%) !important;
}

.black-fade.et_pb_section_parallax:before {
    z-index: 1;
}

.black-fade-bottom:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, .5) 95%, rgba(0, 0, 0, 1) 100%) !important;
}

.black-fade-bottom.et_pb_section_parallax:before {
    z-index: 1;
}


/* #wedocs */

#wedocs h3 {
    text-align: center;
}

#wedocs h3 a,
.wedocs-sidebar h3 {
    text-decoration: none;
    letter-spacing: .15em;
    font-weight: 400;
}

#wedocs li.wedocs-docs-single {
    background: #fff;
}

#wedocs li.wedocs-docs-single:before {
    content: none !important;
}

#wedocs li.wedocs-docs-single .inside {
    padding: 5% 10%;
}

#main-content .container #page-container #wedocs ul li {
    list-style: none;
}

#main-content ul li {
    position: relative;
}

#main-content .et_pb_text ul li,
.woocommerce-product-details__short-description ul li {
    list-style-type: none;
}

#main-content .et_pb_text ul li:before,
.woocommerce-product-details__short-description ul li:before {
    content: '';
    height: 1px;
    width: 7px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -14px;
    background-color: #000;
}

.woocommerce-product-details__short-description ul li:before {
    background-color: #fff !important;
}

.wedocs-single-wrap {
    background: #fff;
}

.wedocs-single-wrap h1,
.wedocs-single-wrap h2,
.wedocs-single-wrap h3,
.wedocs-single-wrap h4,
.wedocs-single-wrap h5,
.wedocs-single-wrap h6 {
    letter-spacing: .25em;
}

.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list > li.current_page_parent > a,
.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list > li.current_page_item > a,
.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list > li.current_page_ancestor > a {
    background: #000 !important;
}

.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list > li.current_page_ancestor li.current_page_item > a {
    border-left: 2px solid #000;
}

.single-docs .type-docs p,
.single-docs .type-docs li {
    font-weight: 400;
}

.single-docs #main-content > .container:before {
    content: none;
}

.single-docs #main-header {
    background: #000;
}

.single-docs .wedocs-shortcode-wrap ul.wedocs-docs-list ul.wedocs-doc-sections {
    list-style-type: none !important;
}

.single-docs .wedocs-breadcrumb {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}

.single-docs .wedocs-breadcrumb .delimiter {
    margin: 0 .5em !important;
}

.single-docs .wedocs-help-link,
.single-docs .wedocs-feedback-wrap {
    display: none !important;
}

.single-docs .wedocs-sidebar {
    position: relative;
}

.single-docs .wedocs-sidebar:before {
    content: '';
    position: absolute;
    width: 300%;
    height: 150%;
    right: 0;
    z-index: 0;
    top: -30%;
    background: #fbfbfb;
}

.single-docs .wedocs-sidebar * {
    z-index: 1;
    position: relative;
}

.single-docs .doc-nav-list a {
    font-weight: 400;
}

p:not(.has-background):last-of-type {
    padding-bottom: 1em;
}

p:not(.has-background):last-child {
    padding-bottom: 0;
}

.single-docs .type-docs .entry-content li {
    font-weight: 400;
    margin-bottom: .5em;
}

#page-container .wedocs-single-wrap h1,
#page-container .wedocs-single-wrap h2,
#page-container .wedocs-single-wrap h3,
#page-container .wedocs-single-wrap h4,
#page-container .wedocs-single-wrap h5,
#page-container .wedocs-single-wrap h6 {
    font-weight: 300;
}

.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list li ul.children a {
    color: #333333;
    font-weight: normal;
    letter-spacing: 0;
    font-size: 14px;
}

.wedocs-single-wrap .wedocs-sidebar ul.doc-nav-list {
    padding-bottom: 2em;
}

.single-docs .type-docs p,
.single-docs .type-docs li {
    letter-spacing: 0;
}

.single-docs .wedocs-single-wrap .wedocs-single-content article footer.entry-footer.wedocs-entry-footer time {
    float: right;
    font-weight: normal;
    font-style: italic;
    letter-spacing: 0;
    font-size: 12px;
}

.single-docs .wedocs-single-content {
    border: none !important;
}


/* forms */

#page-container .gform_wrapper .field_description_below .gfield_description {
    padding-top: 0;
}

#page-container .gform_wrapper .top_label .gfield_label,
#page-container .gform_wrapper legend.gfield_label {
    display: -moz-inline-stack;
    display: inline-block;
    line-height: 1.3;
    clear: both;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
}

#page-container .gform_wrapper h2.gsection_title,
#page-container .gform_wrapper h3.gform_title {
    font-size: 1.25em;
    font-weight: 400;
    letter-spacing: .5em;
}

.gform_wrapper .gsection {
    border-bottom: 1px solid rgba(255, 255, 255, .2) !important;
}

#page-container .et_pb_text .gform_wrapper ul li:before {
    content: none !important;
}

body #page-container .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body #page-container .gform_wrapper textarea.textarea,
body #page-container div.form_saved_message div.form_saved_message_emailform form input[type=text] {
    background-color: rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgb(255, 255, 255);
    color: #fff;
    letter-spacing: 1px;
}

#page-container .gform_wrapper .gfield_required {
    color: #ffffff;
}

#page-container .gform_wrapper .top_label .gsection_description {
    font-size: 1em;
}

#page-container .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
#page-container .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
    font-weight: 400;
    font-size: 12px;
}

#page-container .gform_wrapper select {
    background-color: rgba(255, 255, 255, 0.1);
    border: none;
    border-bottom: 2px solid rgb(255, 255, 255);
    color: #fff;
    letter-spacing: 1px;
    border-radius: 0;
    padding: 1em;
    font-size: 14px;
    -webkit-appearance: none;
    line-height: 18px;
    appearance: none;
}


/* search results */

.search-results .container:before,
.search-no-results .container:before {
    content: none !important;
}

.search-results #main-content > .container,
.search-no-results #main-content > .container {
    padding: 5% 0 !important;
}

.search-results #page-container .results-heading,
.search-no-results #page-container .results-heading {
    font-weight: 300;
    padding-bottom: 2%;
    border-bottom: 1px solid #b7b7b7;
    margin-bottom: 5%;
    letter-spacing: .25em;
}

.search-no-results #main-content {
    padding-bottom: 5%;
}

.search-results #page-container .et_pb_post .entry-featured-image-url {
    display: none;
}

.search-results #page-container .et_pb_post h2 {
    font-size: 1.25em;
    letter-spacing: .25em;
    font-weight: 400;
    text-decoration: underline;
}

.search-results #page-container .et_pb_post a {
    color: #000;
    letter-spacing: 1px;
    text-decoration: none;
}

.search-results #page-container .et_pb_post a:after {
    content: 'Read more';
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: underline;
}


/* category page */

.woocommerce-page #page-container ul.products li.product,
#page-container .woocommerce ul.products li.product {
    width: 33.33%;
    margin-right: 0;
    background-color: #000;
    color: #fff;
    border-right: 1px solid #535353;
}

#page-container .woocommerce.columns-3 ul.products li.product:nth-child(3n) {
    border-right: none;
}

#page-container .woocommerce-loop-product__title {
    color: #fff;
    font-weight: 400;
}

.woocommerce-account,
.post-type-archive-product {
    background-image: url(http://majilite.wpengine.com/wp-content/uploads/2019/04/cloudy-bg-compressor.png) !important;
    background-size: cover;
    background-color: #000;
}

.post-type-archive-product #main-content {
    background-color: transparent;
}

.post-type-archive-product #main-content > .container:before {
    content: none !important;
}

.post-type-archive-product .et_pb_section_1 {
    padding-top: 0 !important;
    margin-top: 147px;
    padding-bottom: 0 !important;
}

@media only screen and (max-width:980px) {
    .post-type-archive-product .et_pb_section_1 {
        padding-top: 70px !important;
        margin-top: 0px;
        padding-bottom: 0 !important;
    }
}

.woocommerce-account #page-container .et_pb_section_1 h1,
.post-type-archive-product #page-container .et_pb_section_1 h1 {
    padding: 0;
    font-weight: 400;
}

.post-type-archive-products #page-container ul.products li.product img,
.woocommerce-page #page-container ul.products li.product img {
    margin-bottom: 0 !important;
    display: block;
}

.post-type-archive-product #main-content > .container {
    padding-top: 5% !important;
}

.post-type-archive-product ul.products li.product .woocommerce-loop-product__title {
    padding: 15px 30px 0 30px;
    text-align: left;
    letter-spacing: .25em;
}

.post-type-archive-product ul.products li.product .woocommerce-loop-product__subtitle {
    color: #999999;
    font-weight: 400 !important;
    text-transform: capitalize;
    letter-spacing: 1px;
    padding: 0 30px 15px 30px;
}

.post-type-archive-product #page-container {
    background: transparent;
}

.et_overlay {
    display: none !important;
}

#sidebar.left-sidebar {
    padding-right: 30px;
    padding-left: 0;
}

#sidebar.left-sidebar h4.widgettitle {
    font-weight: 500;
    color: #fff;
    letter-spacing: .25em;
    border-bottom: 1px solid #464650;
    margin-bottom: 1em;
}

#sidebar.left-sidebar .facetwp-checkbox {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

#sidebar.left-sidebar .facetwp-counter {
    font-weight: 300;
}

#sidebar.left-sidebar .facetwp-checkbox {
    padding-left: 30px;
    background-position-y: 45%;
}

#sidebar.left-sidebar .facetwp-overlay {
    background-color: rgba(0, 0, 0, .75) !important;
}

.image-zoom {
    overflow: hidden;
}

.image-zoom img {
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

.image-zoom img:hover {
    transform: scale(2);
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
}

#main-content .container.catalog-container {
    width: 90%;
    max-width: 90%;
}

.post-type-archive-product #left-area {
    padding-right: 0 !important;
}


/* product-list-no-image */

#page-container #main-content .product-list-no-image ul.products li {
    width: 80%;
    display: block;
    margin-bottom: 1em;
    transition: all .15s ease-in-out;
    border-right: 0;
    padding-left: 2%;
}

@media only screen and (max-width:980px) {
    #page-container #main-content .product-list-no-image ul.products li {
        width: 100%;
    }
}

#page-container #main-content .product-list-no-image ul.products li h2 {
    padding-left: 0;
}

#page-container #main-content .product-list-no-image ul.products li:hover {
    background-color: rgba(0, 0, 0, .4);
}

#page-container #main-content .product-list-no-image ul.products li .et_shop_image {
    display: none;
}

#page-container #main-content .product-list-no-image ul.products li a:after {
    content: 'see details';
    position: absolute;
    right: 2%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
}


/* front-end catalog listing */

.woocommerce-page #page-container ul.products li.product:before,
#page-container .woocommerce ul.products li.product:before {
    content: none !important;
}

#page-container .woocommerce ul.products .woocommerce-loop-product__title {
    padding: 15px 30px;
}

.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
    margin-bottom: 0 !important;
}


/* product detail page .single-product */

.single-product #main-content {
    background-image: url(http://majilite.wpengine.com/wp-content/uploads/2019/03/blue-bg-2-compressor.png);
    background-color: #000000;
}

.single-product #sidebar {
    display: none;
}

.single-product #main-content > .container:before {
    content: none !important;
}

.single-product #left-area {
    float: none;
    width: 100%;
    padding-right: 0;
}

.single-product .woocommerce-product-gallery__trigger {
    display: none;
}

.single-product .woocommerce-product-gallery__image--placeholder {
    display: none !important;
}

.wc-tab {
    background-color: #000;
    color: #fff;
}

.wc-tab p,
.wc-tab th,
.wc-tab td {
    color: #fff;
}

.wc-tab h2 {
    display: none;
}

body.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li.active a {
    font-weight: 400;
}

.single-product table.cart th,
.single-product #main-content table.cart th,
.single-product table.cart td,
.single-product #main-content table.cart td,
.single-product able.cart tr,
.single-product #main-content table.cart tr,
.single-product #content-area table tr,
.single-product #content-area table td,
.single-product #content-area table th {
    max-width: 100%;
    padding: 0 1em;
    font-size: 14px;
}

.single-product.woocommerce table.shop_attributes th {
    width: 225px;
    font-weight: 400;
    padding: 8px;
    border-top: 0;
    border-bottom: none;
    margin: 0;
    line-height: 1.5;
    letter-spacing: 1px;
    color: #fff;
}

.single-product.woocommerce table.shop_attributes td {
    border-bottom: none;
}

.single-product.woocommerce table.shop_attributes tr {
    border-bottom: 1px dotted rgba(255, 255, 255, .2);
}

.single-product.woocommerce table.shop_attributes td p {
    margin: 0;
    padding: 8px 0;
    font-weight: 300;
    letter-spacing: 0px;
    color: #fff;
    border-bottom: none;
}

.single-product .woocommerce-product-details__short-description {
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 300;
    color: #fff;
}

.single-product.woocommerce table.shop_attributes tr:nth-child(even) td,
.single-product.woocommerce table.shop_attributes tr:nth-child(even) th {
    background: rgba(0, 0, 0, 0);
}

.single-product .product_title.entry-title,
.single-product .woocommerce-product-details__short-description {
    color: #fff;
}

.single-product .gform_wrapper {
    max-width: 600px;
    margin: 0 auto;
    padding: 5% 0;
}

.single-product .gform_wrapper .gform_title {
    text-align: center;
    color: #fff;
}

.single-product #page-container .gform_wrapper .top_label .gfield_label,
.single-product #page-container .gform_wrapper legend.gfield_label {
    color: rgba(255, 255, 255, .7);
}

.single-product .gform_wrapper .gform_footer {
    text-align: center;
}

.woocommerce-product-gallery {
    display: none;
}

.woocommerce-page #page-container div.product div.summary {
    float: none;
    width: 100%;
}

.woocommerce-page.logged-in #page-container div.product div.summary {
    float: right;
    width: 49%;
}

.logged-in .woocommerce-product-gallery {
    display: block;
}

body.woocommerce .woocommerce-tabs {
    border: none;
}

body.woocommerce div.product .woocommerce-tabs .panel,
body.woocommerce #content-area div.product .woocommerce-tabs .panel {
    border: 1px solid rgba(255, 255, 255, .2);
}

body.woocommerce div.product .woocommerce-tabs ul.tabs,
body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs {
    background: transparent;
}

body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li.active {
    background: rgba(255, 255, 255, .8) !important;
}

body.woocommerce div.product .woocommerce-tabs ul.tabs li,
body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li,
body.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li.active {
    background: rgba(255, 255, 255, .4);
}

body.woocommerce div.product .woocommerce-tabs ul.tabs li a,
body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li a {
    color: #000 !important;
    font-weight: 400;
}

#wedocs a {
    color: #000;
    text-decoration: underline;
}

#wedocs .wedocs-doc-link a,
.wedocs-single-wrap .wedocs-breadcrumb a {
    text-decoration: none;
}

#main-content a:not(.et_pb_button, .et-menu-nav a) {
    color: #000;
    text-decoration: underline;
}

#main-content a:not(.et_pb_button, .et-menu-nav a):hover {
    color: #D6AD60 !important;
    text-decoration: none !important;
}

ul.technical-list li {
    list-style: none;
    line-height: 34px;
}

ul.technical-list li a {
    font-size: 16px;
    color: #fff;
}

ul.technical-list li a:before {
    font-family: 'Font Awesome 5 Pro';
    content: '\f15c';
    font-weight: 300;
    padding-right: .5em;
    font-size: 24px;
    width: 28px;
    display: inline-block;
    text-align: center;
}

ul.technical-list li.guide a:before {
    content: '\f02d';
}

ul.technical-list li.cleaning a:before {
    content: '\f043'
}

ul.technical-list li.technical a:before {
    content: '\f15c';
}

ul.technical-list li.installation a:before {
    content: '\f7d9';
}


/* flicker animation for homepage arrow */

@keyframes flickerArrowAnimation {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.scroll-down-container {
    /*animation: flickerArrowAnimation 4s infinite;
	opacity: 0;
	animation-fill-mode: both;*/
}

#page-container .et_pb_fullwidth_header .et_pb_fullwidth_header_scroll {
    position: absolute;
    z-index: 3;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 30px;
    margin: 0 auto;
    padding: 20px;
    padding-right: 30px;
    text-align: right;
}

#page-container .et_pb_fullwidth_header .et_pb_fullwidth_header_scroll .scroll-down.et-pb-icon {
    position: relative;
    font-size: 0;
    width: 18px;
    height: 18px;
    top: -15px;
    right: 25px;
}

#page-container .et_pb_fullwidth_header .et_pb_fullwidth_header_scroll .scroll-down.et-pb-icon:after {
    content: '';
    height: 58px;
    width: 1px;
    position: absolute;
    bottom: 0px;
    background-color: #fff;
    left: 48%;
}

#page-container .et_pb_fullwidth_header .et_pb_fullwidth_header_scroll .scroll-down.et-pb-icon:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    bottom: 0;
    left: 5px;
}

.disclaimer {
    font-size: 14px;
    font-weight: 500;
}

@media print {

    html,
    body,
    h1,
    h2,
    h3,
    h4,
    p,
    a,
    div,
    ul,
    li,
    tbody,
    tr,
    th,
    td {
        color: #000 !important;
    }

    /* All your print styles go here */
    .single-product #main-header,
    .woocommerce-product-gallery,
    #tab-title-description,
    #tab-title-technical_tab,
    #tab-description,
    #tab-technical_tab ul,
    #main-footer,
    #gform_3,
    #cookie_hdr_showagain,
    .tabs.wc-tabs.tab-title-description,
    .tabs.wc-tabs,
    #gform_wrapper_3,
    #cookie-law-info-bar {
        display: none !important;
    }

    .woocommerce-page.logged-in #page-container div.product div.summary {

        width: 100%;
    }

    .wc-tabs-wrapper:before {
        content: " Physical Properties";
    }


    #tab-additional_information {
        display: block !important;
    }

    .container {
        max-width: 100%;
        width: 100%;
        padding: 0 !important;
    }

    body.woocommerce .woocommerce-tabs,
    .woocommerce div.product div.summary,
    .woocommerce table.shop_attributes {
        margin: 0;
    }

    body.woocommerce div.product .woocommerce-tabs .panel,
    body.woocommerce #content-area div.product .woocommerce-tabs .pane {
        padding: 0;
    }

    #print-icon {
        display: none;
    }

    #main-content {
        background: #fff !important;
    }

    #main-content .woocommerce-Tabs-panel {
        background: #fff;
        padding: 0 !important;
    }

    .single-product #content-area table th,
    .single-product.woocommerce table.shop_attributes td p {
        padding: 0 !important;
    }

    body,
    #page-container .woocommerce-product-details__short-description ul li {
        line-height: 1.1em !important;
    }

    #page-container .woocommerce-product-details__short-description ul li:before {
        background-color: #000 !important;
    }

    .woocommerce-product-attributes-item {
        line-height: 1.1em !important;
    }

    #page-container {
        background: #fff !important;
    }

    #cookie-law-info-again {
        display: none !important;
    }

    #et-main-area:after {
        content: 'Contact Majilite: +1 978.441.6800  SALES@MAJILITE.COM' !important;
        padding: 1em;
        display: block !important;
        opacity: 1 !important;
        border-top: 1px solid #ccc;
    }
}

#print-icon {
    float: right;
    cursor: pointer !important;
}

.cli_settings_button {
    color: #000 !important;
}

button.search-submit {
    background-color: #333;
}


/*TechSEO*/
.et_pb_bg_layout_dark .et_pb_button:hover, .et_pb_bg_layout_dark .gform_button:hover, #page-container .et_pb_button.btn-sm-text:hover, .et_pb_bg_layout_light.et_pb_button:hover {
    background: rgba(255, 255, 255, 0.1) !important;
}

img#logo {
	width: 214px;
	height: 33px;
}

#main-content .technical-list a {
    color: #fff !important;
}