/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */
body{
    font-family:Helvetica,sans-serif;
}
/*Move the hamburger menu to the left*/
#et-top-navigation {
    padding-left: 0 !important;
}
/*Move the menu to the left when open*/
.et_pb_slide_menu_active header#main-header,
.et_pb_slide_menu_active #page-container {
    left: 320px !important;
}
.et_pb_slide_menu_active .et_slide_in_menu_container.et_pb_slide_menu_opened {
    right: auto !important;
    left: 0 !important;
}
/*Hide the screen overflow*/
body.et_pb_slide_menu_active {
    overflow-x: hidden !important;
}
/*Move the logo to the right of the screen*/
.et_header_style_left .logo_container{
    width:auto;
    position:initial;
    margin: 0 auto;
}
/*Switch the slide-in animation from right to left*/
.et_slide_in_menu_container {
    left: -320px;
    -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;
}
.flex-menu{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header#main-header{
    box-shadow:none;
    padding:25px 0;
}
header#main-header #et-top-navigation{
    margin-right:auto;
    float:none;
}
header#main-header .header-button{
    margin-left:auto;
}
header#main-header #logo{
    max-height:100px;
}
.mobile_menu_bar{
    padding-bottom:0!important;
}
.mobile_menu_bar:before{
    font-size:47px;
    color:#000;
}
.header-button a{
    text-transform:uppercase;
    letter-spacing:2px;
    padding:5px;
    border:1px solid #000;
    font-size:14px;
    color:#000;
}

.home .et_pb_section_video_bg .mejs-video {top:-45%;}