/**
 * Copyright (C) 2021  Eoin Flood
 */
/**
 * Enter row, col
 */
.ast-article-single img {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

body:not(.resource-category-podcast) .ast-article-single {
  margin: auto;
}
@media (min-width: 922px) {
  body:not(.resource-category-podcast) .site-content .ast-container {
    max-width: 750px;
  }
  body:not(.resource-category-podcast) .site-content .ast-article-image-container--wide {
    margin-left: auto;
    margin-right: auto;
    max-width: 750px;
  }
}

body.resource-category-podcast #main {
  display: flex;
  flex-wrap: wrap;
  gap: 5%;
  padding: 6rem;
  background-color: white;
}
body.resource-category-podcast #main .post-thumb {
  width: 35%;
  margin: auto;
}
body.resource-category-podcast #main > article {
  width: 60%;
  margin-top: 0;
  z-index: initial;
  position: relative;
  padding: 0;
  border-radius: 0;
}
body.resource-category-podcast #main > nav {
  width: 100%;
}

.ast-separate-container .site-content .ast-single-post-featured-section + article {
  margin-top: 0;
  z-index: 1;
  border-radius: 0;
}

.site-content .ast-container {
  display: flex;
}/*# sourceMappingURL=frontend-single-document.css.map */