/*
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
*/
:root {
  --font-color: #1b1b1b;
}

@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;
}
@font-face {
  font-family: "Times Now";
  src: url("assets/fonts/TimesNow-Light.woff2") format("woff2"), url("assets/fonts/TimesNow-Light.woff") format("woff");
  font-style: normal;
  font-weight: 200;
}
@font-face {
  font-family: "Cooper Hewitt";
  src: url("assets/fonts/CooperHewitt-Heavy.woff") format("woff");
  font-style: normal;
  font-weight: 713;
}
@font-face {
  font-family: "Neue Haas Unica Pro";
  src: url("assets/fonts/NeueHaasUnicaPro-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Neue Haas Unica Pro";
  src: url("assets/fonts/NeueHaasUnicaPro-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
}
html {
  font-family: "Neue Haas Unica Pro";
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

h1 {
  font-size: 50px;
}

h2 {
  font-size: 36px;
}

html body .bold-sans, html body .button {
  font-family: "Neue Haas Unica Pro";
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

html body .regular-sans, html body .primary-menu .menu-donate .sub-menu a, .primary-menu .menu-donate .sub-menu html body a {
  font-family: "Neue Haas Unica Pro";
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

html body .small-title {
  font-family: "Neue Haas Unica Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  color: rgba(27, 27, 27, 0.3);
}

html body .serif {
  font-family: "Times Now", serif;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

body {
  color: var(--font-color);
}
@media (min-width: 50em) {
  body {
    font-size: 1.2em;
  }
}

:not(p, em) > a {
  color: var(--font-color);
}

.grid-layout .hentry:not(.grid-item),
.list-layout .hentry:not(.list-item),
.grid-item {
  margin: 0px;
}

.grid-item {
  padding: 0px;
}

.navigation {
  margin-bottom: 0;
}

.entry-footer {
  text-transform: none;
}

iframe {
  border: none;
}

#site-navigation .menu-toggle .title {
  font-family: "Times Now", serif;
  font-size: 1.4em;
  padding-left: 0.6em;
  text-transform: none;
}
#site-navigation #primary-menu > .menu-item > a {
  font-family: "Times Now";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  color: var(--font-color);
  text-transform: none;
  border-left: none;
}

.primary-menu .sub-menu a,
.primary-menu .children a {
  border-bottom: none;
}

.primary-menu a {
  letter-spacing: unset;
}

#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: 50em) {
  #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;
}

.search-and-social {
  display: flex;
  flex-direction: row;
}
.search-and-social #header-social-links {
  padding: 0;
  border: none;
}

.main-navigation .social-links-menu {
  padding-top: 0;
  display: flex;
  flex-direction: row;
}

.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;
  gap: 60px;
}
@media (min-width: 50em) {
  .book {
    flex-wrap: nowrap;
  }
}
.book .entry-header h1 {
  margin-bottom: 0px;
}
.book .entry-header h2 {
  margin-bottom: 1rem;
}
.book .entry-header .entry-meta {
  margin-bottom: 1rem;
}
.book .entry-header .entry-meta .book-meta {
  margin-bottom: 1rem;
  text-transform: none;
}
.book .book-image {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 40%;
}
@media (min-width: 50em) {
  .book .book-image {
    padding: 0 0 0 2em;
  }
}
.book .book-image figure {
  padding: 0 0 1em;
}
.book .book-image img {
  border-radius: 8px;
}
.book .book-image .button {
  margin: 0 0 1em;
}
@media (min-width: 50em) {
  .book .book-desc {
    max-width: 60%;
  }
}
@media (max-width: 49.99em) {
  .book h1.entry-title {
    font-size: 36px;
  }
  .book h2.serif {
    font-size: 24px;
  }
}

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

.page-template-letters h2 {
  margin-bottom: 1rem;
  margin-top: 2em;
}
.page-template-letters .letters-date {
  font-size: 14px;
  color: rgba(27, 27, 27, 0.5);
  margin-bottom: 1rem;
}
.page-template-letters .letters-seperator {
  display: block;
  margin: 2em 0;
  text-align: center;
  width: 100%;
}

.inner,
.no-sidebar .content-area,
.post-template-no-sidebar .content-area,
.page-template-no-sidebar .content-area,
.page-template-full-width .content-area,
.error404 .content-area {
  max-width: 100vw;
}

footer .inner {
  max-width: 1000px;
}

.cat-links,
.entry-meta,
.author-stats,
.entry-footer {
  color: var(--font-color);
  font-size: 16px;
}

#post-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 40px;
}
#post-wrapper > .post .entry-content {
  display: none;
}

.post-wrapper::before {
  display: none;
}

#post-wrapper.main-page article.post:first-child {
  display: flex;
  flex-direction: row;
  gap: 40px;
  width: 100%;
}
#post-wrapper.main-page article.post:first-child .post-text,
#post-wrapper.main-page article.post:first-child .post-media {
  flex: 1;
}
#post-wrapper.main-page article.post:first-child .entry-content {
  display: block;
}
@media (max-width: 49.99em) {
  #post-wrapper.main-page article.post:first-child {
    flex-direction: column-reverse;
  }
}

@media (min-width: 50em) {
  .post.grid-item {
    width: calc((100% - 80px) / 3);
  }
}
.post.grid-item .post-inside {
  border: none;
}
@media (max-width: 49.99em) {
  .post.grid-item {
    width: 100%;
  }
}

@media (min-width: 43.75em) and (max-width: 49.99em) {
  article.post {
    margin-left: 0px !important;
    padding-left: 0px;
  }
}

@media (min-width: 56.25em) {
  .menu-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

.entry-title {
  font-family: "Cooper Hewitt", sans-serif;
  font-style: normal;
  font-weight: 713;
  font-size: 50px;
  line-height: 100%;
  text-transform: uppercase;
}

.post-wrapper .entry-content {
  font-family: "Neue Haas Unica Pro", sans-serif;
}
.post-wrapper .entry-header {
  margin-bottom: 0px;
}

.single-post article {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.single-post .single-article-wrap {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
}
.single-post .tag-links {
  display: block;
  padding-right: 0px;
}
@media (min-width: 56.25em) {
  .single-post .single-article-wrap {
    flex-direction: row;
  }
  .single-post .tag-links {
    display: flex;
    flex-direction: column;
  }
  .single-post .entry-footer {
    display: flex;
    flex-direction: column;
    gap: 1em;
    position: sticky;
    left: 20px;
    top: 100px;
    flex: 1;
    height: fit-content;
  }
}
.single-post .single-article-wrap-spacer {
  flex: 1;
}
.single-post .tag-links + .share-links {
  position: initial;
  text-align: left;
}

.fluid-width-video-wrapper iframe {
  border-radius: 10px;
  overflow: hidden;
}

.post-thumbnail {
  aspect-ratio: 16/9;
  border-radius: 8px;
  overflow: hidden;
}
.post-thumbnail img {
  height: 100%;
  object-fit: cover;
}

#primary,
#secondary {
  /** TODO should adjust for whatever menu height is **/
}
@media (min-width: 50em) {
  #primary,
  #secondary {
    margin: 150px auto;
  }
}
@media (max-width: 49.99em) {
  #primary,
  #secondary {
    margin: 75px auto;
  }
}

.jgt-related-posts-title {
  font-family: "Times Now";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  text-align: center;
}

.animated-logo {
  height: 24px;
  width: fit-content;
}
.animated-logo img {
  height: 100%;
  width: auto;
  vertical-align: unset;
  object-fit: contain;
}

@media (max-width: 49.99em) {
  .header-logo {
    display: none;
  }
}

ul.menu {
  margin-bottom: 0px;
}

/* Custom widgets */
.category-widget-categories {
  display: flex;
  flex-direction: column;
}
.category-widget-categories a {
  color: var(--font-color);
}

.selected-media-widget-terms {
  display: flex;
  flex-direction: column;
}
.selected-media-widget-terms a {
  color: var(--font-color);
}

/* Footer edits */
footer.site-footer {
  background-color: white;
}
footer.site-footer #menu-footer-navigation {
  font-family: "Neue Haas Unica Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  text-align: left;
  line-height: 100%;
}
footer.site-footer #menu-social-media {
  text-align: left; /*  */
  font-family: "Neue Haas Unica Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
}
footer.site-footer .widget.widget_nav_menu {
  padding: 0px;
  border-bottom: none;
}
footer.site-footer .widget.widget_nav_menu li {
  margin-bottom: 0px;
}
footer.site-footer .footer-columns,
footer.site-footer .footer-fullwidth .widget {
  border-bottom: none;
  text-align: left;
}
footer.site-footer .wp-block-columns {
  margin-bottom: 0px;
}
footer.site-footer .animated-logo {
  margin-bottom: 0.5em;
}

.nav-previous,
.nav-next {
  font-family: "Neue Haas Unica Pro";
}

.site-info {
  text-transform: none;
}
.site-info .inner {
  font-family: "Neue Haas Unica Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
}

.search-show {
  position: unset;
}

.category-main {
  display: flex;
  flex-direction: row;
}
.category-main .category-sidebar-wrapper {
  min-width: fit-content;
  padding-right: 2em;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 49.99em) {
  .category-main .category-sidebar-wrapper {
    display: none;
  }
}

.grid-layout .post-wrapper {
  margin-left: 0px;
}

@media (min-width: 43.75em) {
  .primary-menu li:not(.menu-donate) {
    position: unset;
  }
}
.primary-menu li:not(.menu-donate) > .sub-menu {
  width: 100vw;
}
.primary-menu li:not(.menu-donate) > .sub-menu a {
  padding: 0px;
}
.primary-menu .menu-donate .sub-menu a {
  padding: 1em 0px;
}

@media (min-width: 50em) {
  .main-navigation .inner {
    position: unset;
  }
}

.primary-menu a {
  text-transform: none;
}

@media (min-width: 50em) {
  #primary-menu .sub-menu {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.books-menu a {
  font-size: 18px;
}

#primary-menu .journalism-menu {
  display: flex;
}
@media (max-width: 49.99em) {
  #primary-menu .journalism-menu {
    flex-direction: column;
  }
}
@media (min-width: 50em) {
  #primary-menu .journalism-menu {
    flex-direction: row;
    padding-top: 3rem;
    padding-bottom: 3rem;
    gap: 3em;
  }
}
#primary-menu .journalism-menu a {
  padding: 0px;
}
#primary-menu .journalism-menu .category-widget-categories a {
  font-size: 18px;
}
#primary-menu .journalism-menu .selected-media-widget-terms {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 100%;
  column-gap: 1em;
}
@media (min-width: 50em) {
  #primary-menu .journalism-menu .selected-media-sidebar {
    max-height: 15em;
  }
}

html body .button {
  padding: 7px 16px 7px;
  background: #1b1b1b;
  border-radius: 8px;
  color: white;
  text-transform: none;
}
html body .button:hover {
  background: white;
  color: #1b1b1b;
}

.page-wrapper {
  display: flex;
  flex-direction: row;
  gap: 64px;
  justify-content: center;
}
.page-wrapper .page-content {
  max-width: 900px;
}
.page-wrapper .page-image img {
  border-radius: 8px;
}
@media (max-width: 49.99em) {
  .page-wrapper {
    flex-direction: column-reverse;
  }
  .page-wrapper .page-content {
    width: 100%;
  }
}

.letter-page .page-wrapper {
  justify-content: flex-start;
}

.custom-substack-widget {
  max-width: unset !important;
}
.custom-substack-widget button {
  font-family: "Neue Haas Unica Pro";
}
.custom-substack-widget #custom-substack-embed {
  margin-right: 5px;
}

.donate-wrapper h4,
.substack-wrapper h4 {
  font-family: "Neue Haas Unica Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  margin: 0 0 0.5em;
  text-align: left;
}

.donate-wrapper {
  margin-top: 1em;
  text-align: left;
}
.donate-wrapper .button-wrapper {
  display: flex;
  flex-direction: row;
  gap: 0.5em;
}
.donate-wrapper .button-wrapper .button {
  font-size: 16px;
  flex: 1;
}
.donate-wrapper .button-wrapper form {
  flex: 1;
}
.donate-wrapper .button-wrapper form .button {
  width: 100%;
}

.single-article-wrap .type-post .random-thumbnail {
  display: none !important;
}

.menu-item-object-custom li.menu-item > a {
  font-family: "Neue Haas Unica Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
}

.article-links {
  margin-top: 1em;
}

.menu-container::before,
.menu-container::after {
  display: none;
}

.primary-menu .sub-menu .menu-item {
  padding: 0 2%;
}

@media (max-width: 49.99em) {
  .search-show {
    padding-bottom: 3px;
  }
}
@media (min-width: 50em) {
  .search-show {
    padding-top: 4.5px;
  }
}

.social-links-menu a:before, .fa-search:before {
  font-size: 16px;
}

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