.site-header {
background-color: #FFFFFF;
}
.site-primary-footer-wrap {
    position: fixed; 
    bottom: 0;
    left: 0;
    right: 0;
    height: 0;
	  margin-bottom: 0;
	  background: #ffffff;
}
.ast-scroll-top-icon {
    display: none !important;
}
.jetpack-likes-widget {
	  display: none !important;
}
.sd-title {
	  display: none !important;
}
.main-navigation {
  letter-spacing: 3px;
}
.footer-widget-area .widget {
  width: 100%;
  text-align: center;
}
.custom-footer-icon img {
  max-width: 40px;
  height: auto;
  display: inline-block;
}
@media (max-width: 768px) {
  .custom-footer-icon {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    margin-top: -60px !important;
  }
}
.ast-builder-menu-1 .menu-item > .menu-link {
    color: var(--ast-global-color-8);
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
.custom-header-icon {
  display: inline-block;
  padding: 10px;
	margin-top: -15px;
	margin-left: -15px;
}
.custom-header-icon img {
  max-width: 20px;
  height: auto;
}
.custom-footer-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 16px;
  position: relative;
  top: -110px;
  right: -90px;
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  .custom-footer-icon {
    width: 16px;
    height: 16px;
    font-size: 14px;
    position: relative;
    top: -75px;
    display: inline-block;
    margin-left: 8px;
  }
}

@media (min-width: 922px) {
  .ast-main-header-bar-alignment .main-header-menu {
    display: flex !important;
    flex-wrap: nowrap !important;
    width: 100%;
    justify-content: space-evenly;
    align-items: center;
		gap: 1rem;
		align-content}
	  .ast-main-header-bar-alignment .main-header-menu > .menu-item {
    flex: 1 1 auto;
    min-width: 0;
    text-align: center;
  }
  .ast-main-header-bar-alignment .main-header-menu > .menu-item > a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (min-width: 922px) {
  .ast-main-header-bar-alignment .main-header-menu .sub-menu {
    left: 0 !important;
    right: auto !important;
    transform: none !important;
    text-align: left !important;
  }
	.ast-primary-header-bar {
    border-bottom: none;
    position: relative;
}
.ast-primary-header-bar::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 1.5in; 
    right: 1.5in; 
    height: 1px;
    background-color: #ccc; 
}
	.eael-filter-gallery-container 
	.home .ast-primary-header-bar::before,
.home .ast-primary-header-bar::after,
.home .main-header-bar::before,
.home .main-header-bar::after,
.home .site-header::before,
.home .site-header::after {
  content: none !important;
  display: none !important;
}
	.site-footer,
.site-footer * {
  text-align: left !important;
}
	.site-footer-above-section-1 {
		padding-left: .5in;
	}