/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 13 2019 | 18:58:39 */
.mobile-menu-item-icon{
  background-image: url(/wp-content/uploads/2019/05/menu-icon.svg);
}

.overlay-content h4 {
  border-bottom: 0.5px solid #d8d8d8;
  padding-bottom: 5px;
}

.single-menu-wrap {
    width: calc(50% - 40px);
    margin: 40px 20px 0 20px;
}

ul {
    padding-inline-start: 0;
    -webkit-padding-start: 0;
    list-style-image: none;
    list-style-type: none;
}

.overlay {
  width: 100%;
  height:0;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.overlay-content {
  position: relative;
  top: 10%;
  width: 100%;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  opacity: 0;
  transition: .3s;
}

.overlay a {
  padding: 5px 0;
  text-decoration: none;
  font-size: 16px;
  display: block;
  transition: .2s;
  border-radius: 50%;
}

.overlay .closebtn {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 5px;
    height: 40px;
    width: 40px;
    opacity: 0;
}

.mobile-menu-bar {
    background-color: #000;
    width: 30px;
    height: 5px;
    border-radius: 10px;
    position: relative;
}

.rotate-45 {
    transform: rotate(45deg);
    top: 11px;
}

.rotate-negative-45 {
    transform: rotate(-45deg);
    top: 7px;
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 15px;
  }
}

