/**
  * Min-width (mobile first) breakpoint mixins
  */
/**
  * Deprecated: Use min-width mixins instead
  */
h2 {
  margin: 0 auto 20px;
  padding: 0.1em 1em;
  border-radius: 8px;
  background: #323232;
  font-family: "Amatic SC", sans-serif;
  font-size: 40px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1419.98px) {
  h2 {
    font-size: 32px;
  }
}
h2 .fas {
  margin: 0 0.3em;
  font-size: 0.8em;
}
h2 > span {
  margin-right: 0.5em;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 0.5em;
}

section:not(#header) {
  margin-top: 0;
}
section:not(#header) .content {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #eee;
  box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.3);
}

.content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
@media (max-width: 1199.98px) {
  .content-wrapper {
    flex-direction: column;
  }
}
.content-wrapper .latest,
.content-wrapper .query {
  width: 65%;
}
@media (max-width: 1199.98px) {
  .content-wrapper .latest,
  .content-wrapper .query {
    width: 100%;
  }
}
.content-wrapper .latest .post-tiles,
.content-wrapper .query .post-tiles {
  display: flex;
  flex-direction: column;
  padding: 20px;
}
.content-wrapper .latest .post-tiles a,
.content-wrapper .query .post-tiles a {
  text-decoration: none;
}
.content-wrapper .latest .post-tiles .post-tile,
.content-wrapper .query .post-tiles .post-tile {
  display: flex;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  transition: 0.2s;
}
@media (max-width: 767.98px) {
  .content-wrapper .latest .post-tiles .post-tile,
  .content-wrapper .query .post-tiles .post-tile {
    flex-direction: column;
    align-items: center;
  }
}
.content-wrapper .latest .post-tiles .post-tile:hover,
.content-wrapper .query .post-tiles .post-tile:hover {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}
.content-wrapper .latest .post-tiles .post-tile .thumbnail,
.content-wrapper .query .post-tiles .post-tile .thumbnail {
  flex: 1;
}
@media (max-width: 767.98px) {
  .content-wrapper .latest .post-tiles .post-tile .thumbnail,
  .content-wrapper .query .post-tiles .post-tile .thumbnail {
    width: 80%;
    margin-top: 20px;
  }
}
.content-wrapper .latest .post-tiles .post-tile .thumbnail img,
.content-wrapper .query .post-tiles .post-tile .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.content-wrapper .latest .post-tiles .post-tile .info,
.content-wrapper .query .post-tiles .post-tile .info {
  flex: 2;
  padding: 20px;
}
@media (max-width: 767.98px) {
  .content-wrapper .latest .post-tiles .post-tile .info h3,
  .content-wrapper .query .post-tiles .post-tile .info h3 {
    margin-top: 0;
  }
}
.content-wrapper .archive {
  width: 30%;
}
@media (max-width: 1199.98px) {
  .content-wrapper .archive {
    width: 100%;
  }
}

/*# sourceMappingURL=page-rons-periodicals.css.map */
