/*
Theme Name: Azalea Child
Theme URI: https://justgoodthemes.com/themes/azalea/
Author: The Self Agency LLC
Author URI: https://self.agency/
Description: Azalea child theme customized for Anthony Loewenstein.
Template: jgt-azaleapro
Version: 0.1.0
Text Domain: azalea
*/
@font-face {
  font-family: "ParalexHeavy";
  src: url("assets/fonts/ParalexHeavy.woff2") format("woff2"), url("assets/fonts/ParalexHeavy.woff") format("woff");
  font-style: normal;
  font-weight: 400;
}
body {
  font-size: 1.2em;
}

iframe {
  border: none;
}

#site-navigation .menu-toggle .title {
  font-family: ParalexHeavy, serif;
  font-size: 1.4em;
  padding-left: 0.6em;
  text-transform: none;
}

#masthead.site-header:before {
  background-size: cover;
  background-repeat: no-repeat;
}
#masthead .site-title {
  font-family: ParalexHeavy, serif;
  font-size: 2.2em;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.8);
}
@media (min-width: 40em) {
  #masthead .site-title {
    font-size: 4em;
  }
}
#masthead .site-title a {
  color: #fff;
}
#masthead .site-description {
  color: #fff;
  font-size: 1em;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.8);
}

#content {
  min-height: 60vh;
}

.main-navigation .social-links-menu {
  padding-top: 0.35em;
}

.category-interviews #post-wrapper article {
  width: calc(100% - 40px);
}

.books .post-thumbnail {
  max-width: 150px;
}

.post-format {
  float: left;
  padding: 0.2em 0.5em 0 0;
}

.book {
  align-items: flex-start;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-evenly;
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 40em) {
  .book {
    flex-wrap: nowrap;
  }
}
.book .book-image {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 33%;
}
@media (min-width: 40em) {
  .book .book-image {
    padding: 0 0 0 2em;
  }
}
.book .book-image figure {
  padding: 0 0 1em;
}
.book .book-image img {
  max-width: 250px;
  padding: 0 1em;
}
.book .book-image .button {
  margin: 0 0 2em;
}
@media (min-width: 40em) {
  .book .book-desc {
    max-width: 66%;
  }
}

#page-articles .articles {
  list-style: none;
  padding: 0;
}
@media (min-width: 40em) {
  #page-articles .articles {
    column-count: 2;
    column-gap: 20px;
  }
}
@media (min-width: 50.0625em) {
  #page-articles .articles {
    column-count: 3;
  }
}

.page-template-letters h3 {
  margin-bottom: 0;
}
.page-template-letters .letters-date {
  font-style: italic;
  margin-bottom: 1em;
}
.page-template-letters .letters-seperator {
  display: block;
  margin: 2em 0;
  text-align: center;
  width: 100%;
}

/*# sourceMappingURL=style.css.map */
