/**
 * Copyright (C) 2021  Eoin Flood
 */
/**
 * Enter row, col
 */
.ast-builder-menu-1 .menu-item > .menu-link {
  font-size: 1.7rem;
}

.ast-article-single img {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

.ast-archive-entry-banner.has-banner-image {
  position: relative;
  height: 66vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 0;
}
.ast-archive-entry-banner.has-banner-image .banner-elements {
  position: relative;
  width: 50%;
  padding: 3em 3em 1px 0;
  border-radius: 0 6rem 0 0;
  background-color: white;
}
.ast-archive-entry-banner.has-banner-image .banner-elements::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: -100%;
  background-color: white;
}
.ast-archive-entry-banner.has-banner-image .banner-elements > :last-child {
  margin-bottom: 0;
}/*# sourceMappingURL=frontend-archive.css.map */