.footer-widgets,
.site-footer {
  background-color: #36383e;
}

.site-footer {
  border-top: unset;
}

.footer-widgets .wrap::before,
.footer-widgets .wrap::after {
  content: unset;
}

.footer-widgets .wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer-widgets-1 {
  width: 100%;
}
.footer-widgets-2,
.footer-widgets-3 {
  width: 50%;
}
.footer-widget-area .menu-item a {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  transition: 0.3s all ease;
}

.footer-widget-area .menu-item a:hover,
.footer-widget-area .menu-item a:focus,
.footer-widget-area .menu-item a:active {
  color: #e9b242;
}
.site-footer .wrap {
  max-width: 1200px;
  margin: 0 auto;
}
.site-footer p {
  color: #bdbdbd;
  text-align: left;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (min-width: 960px) {
  .footer-widgets .wrap {
    justify-content: flex-end;
    flex-wrap: nowrap;
  }
  .footer-widgets-1 {
    flex: 1 1 auto;
  }
  .footer-widget-area {
    padding: 0;
  }
  .footer-widgets-2,
  .footer-widgets-3 {
    max-width: 200px;
  }
  .footer-widget-area .menu-item a {
    font-size: 18px;
  }
}
@media screen and (max-width: 960px) {
  .footer-widgets {
    padding: 24px 0 0;
  }
  .footer-widget-area {
    margin-bottom: 24px;
  }

  footer.site-footer {
    padding: 0 24px 24px;
  }
}
