body .site-content {
  margin-bottom: 0px;
}

body .wd-tools-element .wd-tools-icon {
  width: 47px;
  height: 47px;
  background-color: #2e496d;
  border-radius: 100%;
}

@media (min-width: 1025px) {
  body .wd-tools-element .wd-tools-icon {
    background-color: #2e496d;
    width: 57px;
    height: 57px;
    border-radius: 100%;
  }
}

body .wd-tools-element .wd-tools-icon:before {
  content: "";
  width: 35px;
  height: 21px;
  background-image: url("/wp-content/uploads/2023/05/burger-menu.svg");
}

.footer .footer-text {
  font-size: 27px;
  color: #fff;
}

body .whb-color-light:not(.whb-with-bg) {
  background-color: #fff;
}

body .whb-sticked .wd-header-text,
body .whb-sticked a {
  color: #1a2330;
}

body .mobile-nav {
  background-color: #fff;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
}

#nav_menu-20 .widget-title {
  font-size: 18px;
  color: #2e496d;
}

:is(.widget_categories, .widget_pages, .widget_archive, .widget_nav_menu)
  ul
  li.current_page_item
  > a {
  font-weight: 400 !important;
}

body .wd-nav-opener {
  color: #2e496d;
}

body .mobile-nav #menu-off-canvas-menu a {
  font-weight: 400;
  color: #2e496d;
  border-color: #2e496d;
  min-height: 80px;
  font-size: 20px;
}

body .mobile-nav .wd-sub-menu a {
  font-size: 16px !important;
}

body .wd-nav-mobile li.opener-page > a {
  background-color: #d9d9d9;
  color: #2e496d !important;
}

body
  :is(.btn, .button, .brand-hover, button, [type="submit"], [type="button"]) {
  border-width: 1px !important;
  padding: 20px;
  font-weight: 500;
  border-color: #2e496d !important;
  color: #2e496d;
}

body .btn-style-bordered.btn-color-default.brand-hover:hover {
  color: #fff;
  font-weight: 500;
  border-color: #2e496d !important;
  background-color: #2e496d;
}

body .aporia::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #2e496dc2;
}

@media (min-width: 620px) {
  .section2 ul#menu-practices-menu {
    display: grid;
    text-transform: uppercase;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 0px;
  }
}

.section2 ul#menu-practices-menu a {
  position: relative;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #2e496d;
}

.section2 ul#menu-practices-menu .current_page_item a::before {
  width: 100%;
}

.all-button:before,
.section2 ul#menu-practices-menu a::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0%;
  height: 1.5px;
  background-color: #2e496d;
  transition: 0.3s all;
}

.all-button:hover::before,
.section2 ul#menu-practices-menu a:hover::before {
  width: 100%;
}

.section2 ul#menu-practices-menu a:hover {
  border: none !important;
}

.epitixies .text {
  font-size: 18px;
}

.mobile-nav #menu-item-9580 .wd-sub-menu {
  display: block !important;
}

.mobile-nav #menu-item-9580 .wd-nav-opener {
  display: none;
}

.all-button {
  color: #2e496d !important;
  position: relative;
  border: none !important;
}
