h1,h2,h3,h4{
  font-family: "Josefin Slab", serif;
}

.et_pb_menu__menu>nav>ul>li a::before {
  content      : '';
  display      : block;
  position     : absolute;
  bottom       : 0px;
  background   : currentColor;
  height       : 2px;
  width        : 0%;
  z-index      : 5;
  transition   : width 0.4s ease, opacity 0.4s ease;
  border-radius: 100px;
  opacity      : 0;
  left         : 0;
  right        : 0;
  margin       : 0 auto;
}

.et_pb_menu__menu>nav>ul>li:hover a::before {
  width     : 100%;
  opacity   : 1;
  transition: width 0.4s ease, opacity 0.4s ease;
}

.et_pb_scroll_top.et-pb-icon {
  background-color:rgba(215,142,137,0.7);
}

html, body {
  scrollbar-width: none;
}
.et_mobile_nav_menu{
	position:relative;
}
  .et_mobile_nav_menu:before {
    content : 'MENU';
    position: absolute;
  left: -67px;
  color: #f2eae0;
  top: 7px;
  font-size: 21px;
  }
  .et_pb_sticky .et_mobile_nav_menu:before {
      color: #2d2e34;
  }
  .mobile_nav.opened .mobile_menu_bar:before {
    content: '\4d';
    color  : #f2eae0;
  }

  .et_pb_sticky .mobile_nav.opened .mobile_menu_bar:before {
    color: #2d2e34;
  }

 #mobile_menu1 {
    padding-top: 25px;
    overflow-y                : scroll !important;
    max-height                : 50vh !important;
    -overflow-scrolling       : touch !important;
    -webkit-overflow-scrolling: touch !important;
    top                       : calc(100% + 10px);
    width                     : 70vw;
	 margin-left: -70vw;
  }
@media (max-width: 1190px) {
  .et_pb_menu .et_mobile_nav_menu {
    float            : none;
    margin           : 0 6px;
    display          : -webkit-box;
    display          : -ms-flexbox;
    display          : flex;
    -webkit-box-align: center;
    -ms-flex-align   : center;
    align-items      : center;
    justify-content  : flex-end;
  }
  .et_pb_menu .et_pb_menu__menu {
    display: none;
  }

  #menu-1 li {
    list-style: none;
  }

}

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

  #mobile_menu1 {
    overflow-y: scroll !important;
    max-height: 70vh !important;
    -overflow-scrolling: touch !important;
    -webkit-overflow-scrolling: touch !important;
    top: calc(100% + 10px);
    width: calc(100vw - 60px);
	  margin-left:  calc(-100vw + 90px);
  }
}

@media only screen and (max-width: 767px) {
  #mobile_menu1 {
    overflow-y: scroll !important;
    max-height: 70vh !important;
    -overflow-scrolling: touch !important;
    -webkit-overflow-scrolling: touch !important;
    width: calc(100vw - 30px);
	    margin-left:  calc(-100vw + 60px);
  }
}

body #main-content .et_builder_inner_content>p {
  display: none;
}