/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Description: Divi Child Theme
Author: Matt Oettinger
Template: Divi
Version: 1.0.0
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* Add your custom styles below */
#et-boc #mo-flex-vert {
  display: flex;
  flex-direction: column;
}
#et-boc #mo-header .et_mobile_menu {
  background: #fff !important;
}
#et-boc #mo-header .et_pb_column {
  height: 100%;
}
@media (min-width: 981px) {
  #et-boc #mo-header .et_pb_column {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 980px) {
  #et-boc #mo-header .et_pb_menu__wrap {
    position: relative;
    top: 35px;
  }
}
#et-boc #mo-header .et_pb_image {
  margin: 0;
  top: 50%;
  transform: translate(10px, -50%);
}
@media (min-width: 981px) {
  #et-boc #mo-header #menu-main-menu > li {
    margin: 0;
    padding: 0;
  }
  #et-boc #mo-header #menu-main-menu a {
    color: rgba(34, 34, 34, 0.6);
    text-transform: uppercase;
    font-weight: 500;
    padding: 9px 20px;
    font-size: 14px;
  }
  #et-boc #mo-header #menu-main-menu .menu-item-has-children > a:first-child:after {
    top: 8px;
  }
  #et-boc #mo-header #menu-main-menu .sub-menu {
    width: auto;
    padding: 0;
  }
  #et-boc #mo-header #menu-main-menu .sub-menu li {
    padding: 0;
  }
  #et-boc #mo-header #menu-main-menu .sub-menu li a {
    padding: 5px 15px;
  }
}
#et-boc #mo-hero h2, #et-boc #mo-hero .et_pb_promo_description {
  margin: 0;
  padding: 0;
}
#et-boc #mo-hero .intro-text {
  margin: 20px 0 0;
}
#et-boc #mo-hero .et_pb_button {
  margin: 30px 0 0;
}
#et-boc #mo-cta-img-left {
  display: flex;
  align-items: center;
}

/*# sourceMappingURL=style.css.map */
