.main-menu li span {
  font-family: var(--headings-font-family);
}

.main-navigation .main-menu {
  justify-content: flex-end;
  padding-right: 70px;
  gap: 35px;
}

.custom-logo {
  margin-left: 50px;
}

.main-menu li a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.main-menu li:hover a::after, .main-menu .current-menu-item a::after {
  content: "";
  height: 2px;
  background-color: #fff;
  width: 80%;
  margin-bottom: 10px;
}

.mobile-menu .custom-logo {
  margin-left: 10px;
}

.mobile-menu .custom-logo {
  width: 60%;
  height: auto;
}

.nav-open .mobile-menu .main-navigation {
  padding: 60px 30px;
  justify-content: flex-start;
  background-color: #27AA67;
  height: max-content;
}

.mobile-menu .main-navigation .main-menu {
  gap: 12px;
}

.mobile-menu .main-menu .current-menu-item a::after {
  width: 20%;
}

.footer-widgets .footer-column {
	justify-content: flex-start;
}

.footer-widgets {
  flex-wrap: nowrap;
  padding: 70px 70px 60px 70px;
}

.footer-widgets .footer-column:nth-child(1) {
  max-width: 350px;
}

.footer-widgets h5 {
  font-size: 16px;
}

.footer-widgets {
  font-size: 12px;
}

ul.menu {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 18px;
}

ul.menu li a {
  font-size: 14px;
}

.contact-widget p {
  display: flex;
  align-items: center;
}

.contact-widget span {
  font-size: 14px;
}

aside.contact-widget:first-of-type {
  padding-top: 20px;
}

aside.contact-widget a svg path {
  fill: #fff;
}

.mobile-menu .footer-widgets {
  flex-wrap: wrap;
  padding: 60px 10px 50px 10px;
  gap: 40px 0px;
}

.mobile-menu .footer-widgets .footer-column:nth-child(1) {
  order: 4;
}

.mobile-menu .footer-widgets .footer-column:nth-child(2) {
  order: 1;
  width: 48%;
}

.mobile-menu .footer-widgets .footer-column:nth-child(3) {
  order: 2;
  width: 48%;
}

.mobile-menu .footer-widgets .footer-column:nth-child(4) {
  order: 3;
}

.elementor-button span {
  font-family: var(--headings-font-family);
  font-weight: 400;
}