/*
 Theme Name:   demux
 Theme URI:    demux.io
 Description:  demux
 Author:       Demux
 Author URI:   http://www.demux.io
 Template:     Divi
 Version:      1.0.0
 Tags:         
 Text Domain:  
*/
@import url("../Divi/style.css");


#main-footer{
	display:none;
}

.et-pb-arrow-prev, .et-pb-arrow-next{
	background-color: rgba(0,0,0,0.5) !important;
}

.et-pb-contact-message p{
	color: #FFF !imortant;
    font-size: 17px !mportant;
    font-weight: bold !important;
}

.et_pb_scroll_top.et-pb-icon {
	bottom:180px !important;
}

.et-pb-contact-message{
    color:#FFFFFF !important;
    font-size: 20px;
}

/* Set the Divi Mobile Nav to Fixed on scroll */
@media (max-width: 980px) {
.et_non_fixed_nav.et_transparent_nav #main-header, .et_non_fixed_nav.et_transparent_nav #top-header, .et_fixed_nav #main-header, .et_fixed_nav #top-header {
    position: fixed;
}

#main-header{
   top: 0px !important;
   z-index: 1000000 !important;

}	

}
.et_mobile_menu {
    overflow: scroll !important;
    max-height: 83vh;
}
/* Add the word MENU after the mobile nav hamburger icon */
.mobile_menu_bar:after {
    content: 'MENU';
    bottom: 10px;
    left: 10%;
    position: relative !important;
    color: #FFF;
}
/* Change the hamburger icon to an X when opened */
.mobile_nav.opened .mobile_menu_bar:before {
    content: '\4d';
}
