body {
  font-family: 'Barlow'!important;
}

.flexbox .site-header .header-top .wrap {
  align-items:center;
  border-radius: 4px;
  background: #EAEAEA;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
  margin: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.header-right .menu-main a {
    color: #000!important;
}

.content-area ul li:before {
    position: absolute;
    left: -17px;
    display: inline-block;
    vertical-align: middle;
    font-size: 1em;
    font-weight: 700;
    line-height: inherit;
    content: '';
    width: 6px;
    height: 6px;
    border-top: 2px solid #81c7af;
    border-left: 2px solid #81c7af;
    transform: rotate(135deg);
    top: 11px;
}

.content-area ul li:after {
    position: absolute;
    left: -13px;
    display: inline-block;
    vertical-align: middle;
    font-size: 1em;
    font-weight: 700;
    line-height: inherit;
    content: '';
    width: 6px;
    height: 6px;
    border-top: 2px solid #81c7af;
    border-left: 2px solid #81c7af;
    transform: rotate(135deg);
    top: 11px;
}

@media screen and (min-width: 1024px) {
 .header-body {
   width: 50vw;
   max-width: 640px;
 } 
}
@media screen and (max-width: 1023px) {
  .dark-background .mobile-menu-toggler span, .dark-background .mobile-menu-toggler span:before, .dark-background .mobile-menu-toggler span:after {
    background-color: rgb(45, 71, 107)!important;
  }
}