/**
 * Copyright (C) 2021  Eoin Flood
 */
@import 'https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css';
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

@media (min-width: 768px) {
  #footer > .vc_row,
  #copyright-section > .vc_row {
    max-width: 90vw;
  }
}

#footer {
  padding-top: 5em;
  background-size: cover;
}
@media (min-width: 1240px) {
  #footer {
    padding-top: 15em;
    background-size: contain;
  }
}

@media (min-width: 768px) {
  #footer > .vc_row {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .footer-columns {
    display: flex;
    align-items: center;
  }
}
.footer-left-col,
.footer-right-col {
  max-width: 28em;
}

.footer-left-col {
  margin-right: auto;
}

.footer-right-col {
  margin-left: auto;
}
.footer-right-col .wpb_text_column {
  margin-bottom: 0.8em;
  text-align: center;
}

.footer-social-icons {
  display: flex;
}

@media (min-width: 768px) {
  #copyright-section .wpb_text_column:last-child ul {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  #copyright-section > .vc_row > .wpb_column > .vc_column-inner > .wpb_wrapper {
    display: flex;
    justify-content: space-between;
  }
}
#copyright-section .wpb_text_column:last-child ul {
  gap: 3em;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1.3em;
  font-family: "Archer Bold", serif;
}

.ast-pagination .next.page-numbers {
  float: none;
}

#main article img {
  -o-object-fit: cover;
     object-fit: cover;
}/*# sourceMappingURL=frontend-search.css.map */