.mfz-main-header {
  z-index: 12; }

.mfz-section {
  padding-left: 20px;
  padding-right: 20px;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto; }

.mfz-page-wrap {
  position: relative; }

.mfz-container {
  position: relative; }

.mfz-burger-nav-opened main.mfz-page-wrap:before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10; }

@media only screen and (max-width: 780px) {
  [data-layout="responsive"] .top-nav-wrapper {
    right: -20px; } }
