.sticky-top {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1020;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
}

/* .ast-site-identity {
  padding: 0px;
  position: absolute;
  bottom: -33px;
  width: auto !important;
} */

.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item {
  height: 45px;
  line-height: 45px;
}

#ast-hf-menu-1 > .menu-item.current-menu-item > .menu-link::after,
#ast-hf-menu-1 > .menu-item:hover > .menu-link::after {
  content: "";
  background-color: #036041;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
}

#ast-hf-menu-1 > .menu-item.current-menu-item > .menu-link::after {
  transform: scale(1);
  transition: 0.3s;
  transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1);
  display: block;
}

.main-header-menu .sub-menu {
  background-color: #ebe2db;
  border-top-style: none;
}

.sub-menu li:hover,
.sub-menu .current_page_item {
  background-color: #036041;
}

.sub-menu li:hover a,
.sub-menu .current_page_item a {
  color: #fff !important;
}

/* SIDEBAR */
.sidebar-main {
  position: sticky;
  position: -webkit-sticky;
  top: 100px;
}

.sidebar-main aside {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  padding: 20px !important;
}

.sidebar-main .widget_media_image {
  padding: 0px !important;
  box-shadow: none;
  border-radius: 0px;
}

.widget.widget_nav_menu {
  padding: 0px !important;
}


footer ul li {
  padding: 5px 0px;
}

footer h2,
footer h3 {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

footer h2:after,
footer h3:after {
  content: "";
  width: 50px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}

footer #block-12 .is-layout-flex {
  gap: 10px;
  margin-top: 8px;
}

/* footer #block-12 .is-layout-constrained p {
  margin-bottom: 24px;
} */

footer #block-12 .is-layout-flex img {
  width: 20px;
  height: 20px;
}

footer .site-primary-footer-wrap {
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 922px) {
  .sidebar-main #block-13,
  .sidebar-main #block-14 {
    display: none;
  }
  .sidebar-main .widget_media_image {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  /* MENU SECONDARY */
  .ast-below-header-wrap .ast-builder-grid-row-mobile-layout-default {
    padding: 0px !important;
  }

  .ast-below-header-wrap {
    margin-top: 0px;
    border-top: 1px solid #fff;
  }

  #ast-hf-menu-2-mobile li {
    width: 33.33% !important;
    text-align: center;
  }
  .ast-main-header-nav-open.ast-header-break-point
    .ast-mobile-header-wrap
    .ast-mobile-header-content {
    position: absolute;
    top: 83px;
    z-index: 99;
  }

  .ast-header-break-point .main-navigation ul .menu-item .menu-link {
    border-left-width: 1px;
  }
}

@media screen and (max-width: 576px) {
  #ast-hf-menu-2-mobile li {
    width: 50% !important;
    text-align: center;
  }
/* 	.ast-site-identity {
    bottom: 0;
  }
	header .custom-logo-link img {
    width: 75px;
    height: 75px;
  } */
}
