/*!
Theme Name: ParentData 2022
Description: Custom theme for Parentdata
Version: 1.0
*/
/* *:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert
} */

*,
*::before,
*::after {
  box-sizing: border-box
}

a,
button {
  cursor: revert
}

ul[class],
ol[class] {
  padding: 0
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  line-height: 1.45
}

ul[class],
ol[class] {
  list-style: none
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto
}

img {
  max-width: 100%;
  display: block
}

input,
button,
textarea,
select {
  font: inherit
}

@media(prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-play-state: paused !important;
    animation-play-state: paused !important;
    transition: none !important;
    scroll-behavior: auto !important
  }
}

main {
  position: relative
}

article {
  margin: 0 auto 1em;
  width: 90%;
  max-width: 1600px
}

@font-face {
  font-family: "Tiempos";
  src: url("_fonts/tiempos-text-web-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: "Tiempos";
  src: url("_fonts/tiempos-text-web-regular-italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic
}

@font-face {
  font-family: "Tiempos";
  src: url("_fonts/tiempos-text-web-semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal
}

@font-face {
  font-family: "IBM Plex Sans";
  src: url("_fonts/IBMPlexSans-Light.woff2") format("woff2");
  font-weight: 200;
  font-style: normal
}

@font-face {
  font-family: "IBM Plex Sans";
  src: url("_fonts/IBMPlexSans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: "IBM Plex Sans";
  src: url("_fonts/IBMPlexSans-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic
}

@font-face {
  font-family: "IBM Plex Sans";
  src: url("_fonts/IBMPlexSans-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal
}

body {
  background: #fcfcfa;
  font-family: IBM Plex Sans, system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif
}

article p {
  line-height: 1.3;
  margin: 0 auto 1em;
  font-weight: 300;
  font-family: Georgia, serif;
  font-size: 1.1rem
}

@media(min-width: 700px) {
  article p {
    font-size: 110%;
    line-height: 1.3
  }
}

.container {
  margin: 0 auto;
  padding: 0 0 0
}

a,
a:link {
  text-decoration: none;
  color: #fdd40d;
  transition: all .3s ease-out
}

a:hover {
  color: #064f8e;
}

h1 {
  font-family: Georgia, serif;
  font-weight: 500;
  font-size: 3em;
  margin: .5em 0 .2em;
  line-height: 1;
  text-align: left;
  padding: 0;
  color: #fdd40d;
  position: relative;
  display: block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

@media(min-width: 700px) {
  h1 {
    font-size: 5rem;
    margin: 0 0 .3em;
    padding: .5em 0 0
  }
}

h2 {
  font-family: IBM Plex Sans, system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
  font-weight: normal;
  margin: 1em 0 .8em;
  font-size: 1rem;
  letter-spacing: -0.02em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

@media(min-width: 700px) {
  h2 {
    font-size: 1.5rem
  }
}

h3 {
  font-weight: 600;
  font-family: IBM Plex Sans, system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
  margin: 1em 0 .8em;
  font-size: 1rem;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: .02em
}

@media(min-width: 700px) {
  h3 {
    font-size: 1.1rem
  }
}

p {
  font-family: IBM Plex Sans, system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif
}

.error404 {
  text-align: center
}

.error404 article {
  max-width: 38em;
  padding: 2em
}

header[role=banner] {
  margin: 0 auto;
  padding: 1em 0;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: space-between;
  width: 95%
}

@media(min-width: 700px) {
  header[role=banner] {
    padding: 3em 0% 1em;
    flex-wrap: wrap
  }
}

header[role=banner] svg {
  width: 180px;
  height: auto;
  fill: #064f8e;
  transition: all .3s ease-out
}

header[role=banner] svg:hover {
  fill: #fdd40d
}

@media(min-width: 700px) {
  header[role=banner] svg {
    width: 250px
  }
}

header[role=banner] .title-container {
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: flex-start
}

@media(min-width: 700px) {
  header[role=banner] .title-container {
    width: 30%
  }
}

header[role=banner] .tools-container {
  width: 70%
}

header[role=banner] .tools-container ul {
  display: flex;
  justify-content: flex-end
}

header[role=banner] .tools-container ul li {
  margin: 0 0 0 .5em
}

header[role=banner] .tools-container ul a {
  padding: 1em 2em;
  color: #064f8e;
  border: 1px solid #064f8e
}

header[role=banner] .tools-container ul a:hover {
  background: #fdd40d;
  border: 1px solid #fdd40d
}

header[role=banner] .nav-container {
  width: 20%
}

@media(min-width: 700px) {
  header[role=banner] .nav-container {
    width: 100%;
    margin: 0 0 0 auto;
    text-align: right
  }
}

header[role=banner] .site-title {
  padding: 0;
  font-family: IBM Plex Sans, system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
  font-weight: 100;
  text-align: left;
  font-size: 1.85rem;
  line-height: 1;
  margin: 0 0;
  white-space: nowrap;
  letter-spacing: -0.02em;
  color: #064f8e
}

@media(min-width: 700px) {
  header[role=banner] .site-title {
    font-size: 2rem;
    margin: 0
  }
}

@media(min-width: 950px) {
  header[role=banner] .site-title {
    font-size: 3rem;
    margin: 0
  }
}

header[role=banner] .site-title span {
  font-weight: 500
}

header[role=banner] .site-title a {
  color: #064f8e
}

header[role=banner] .site-title a:hover {
  color: #fdd40d
}

header[role=banner] h2 {
  font-family: Georgia, serif;
  font-weight: 100;
  text-align: left;
  font-size: 1.6rem;
  line-height: 1;
  margin: .15em 0 0 .9em;
  font-style: italic;
  position: relative;
  letter-spacing: -0.01em
}

header[role=banner] h2:before {
  content: "/ ";
  color: #000;
  font-weight: 100;
  font-style: normal;
  position: absolute;
  top: -0.07em;
  left: -0.6em
}

@media(min-width: 700px) {
  header[role=banner] h2 {
    font-size: 2.35rem
  }
}

/* .menu-main-menu-container {
  display: none
} */

@media(min-width: 700px) {
  .menu-main-menu-container {
    display: inherit
  }
}

button.toggler {
  width: 100%;
  text-align: center;
  letter-spacing: .2em;
  z-index: 100;
  background: none;
  font-family: IBM Plex Sans, system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
  color: #fdd40d;
  padding: .75em 1.1em .75em 1.1em;
  text-transform: uppercase;
  font-size: .7em;
  transition: all .3s ease-out;
  cursor: pointer;
  font-weight: 500;
  margin: 0 0 0 auto;
  letter-spacing: .2em;
  display: block;
  max-width: 65px;
  line-height: 1;
  border: 1px solid #fdd40d
}

@media(min-width: 700px) {
  button.toggler {
    position: absolute;
    top: 80px;
    right: 50px;
    display: none
  }
}

button.toggler:hover {
  border-color: #fdd40d;
  background: #fdd40d;
  color: #fcfcfa
}

#js-modal-content .menu-main-menu-container {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center
}

#js-modal-content .menu-main-menu-container ul {
  display: block;
  margin: 0;
  width: 100%
}

#js-modal-content .menu-main-menu-container li {
  display: block;
  text-align: center;
  padding: 0
}

#js-modal-content .menu-main-menu-container a {
  font-weight: 500;
  width: 100%;
  padding: .5em;
  display: block;
  font-size: 1.75rem;
  color: #fff;
  font-family: Georgia, serif;
  text-transform: none;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  letter-spacing: -0.02em
}

@media(min-width: 700px) {
  #js-modal-content .menu-main-menu-container a {
    font-size: 3rem
  }
}

#js-modal-content .menu-main-menu-container a:hover {
  color: #fdd40d
}

#js-modal-content .menu-main-menu-container .current-menu-item a {
  border-bottom: none
}

#js-modal-content .menu-main-menu-container #menu-main-menu-1 {
  margin: 0;
  display: inherit
}

#js-modal-content .menu-main-menu-container button {
  width: 10px
}

#mainnav {
  margin: 1em 0;
  border-top: 1px solid #fdd40d;
  border-bottom: 1px solid #fdd40d
}


.home section,
.blog section {
  width: 90%;
  margin: 0 auto 2em
}

.home #primary,
.blog #primary {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  border-bottom: 2px solid #fdd40d;
  padding: 0 0 4em
}

.home #primary .featured-post,
.blog #primary .featured-post {
  width: 100%;
  position: relative;
  margin: 0 auto 3em
}

@media(min-width: 950px) {

  .home #primary .featured-post,
  .blog #primary .featured-post {
    width: 70%
  }
}

.home #primary .featured-post:hover .post-content,
.blog #primary .featured-post:hover .post-content {
  background: #fdd40d
}

.home #primary .featured-post:hover .post-content h1,
.blog #primary .featured-post:hover .post-content h1 {
  color: #27aae1
}

.home #primary .featured-post img,
.blog #primary .featured-post img {
  width: 100%;
  border-radius: .2em
}
.blog #primary .featured-post img {
  height: auto;
}

.home #primary .featured-post .post-content,
.blog #primary .featured-post .post-content {
  transition: all .3s ease-out;
  background: #27aae1;
  padding: 1em;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 0 2em
}

@media(min-width: 700px) {

  .home #primary .featured-post .post-content,
  .blog #primary .featured-post .post-content {
    width: 60%;
    position: absolute;
    bottom: -50px;
    left: 20px;
    padding: 1.7em 2em
  }
}

.home #primary .featured-post .post-content footer,
.blog #primary .featured-post .post-content footer {
  order: 1;
  text-align: left;
  margin: 0;
  width: 100%
}

.home #primary .featured-post .post-content footer p,
.blog #primary .featured-post .post-content footer p {
  text-transform: uppercase;
  font-size: .75em;
  letter-spacing: .1em;
  font-weight: 600;
  color: rgba(0, 0, 0, .85)
}

.home #primary .featured-post .post-content footer a,
.blog #primary .featured-post .post-content footer a {
  color: rgba(0, 0, 0, .85)
}

.home #primary .featured-post .post-content header,
.blog #primary .featured-post .post-content header {
  order: 2
}

.home #primary .featured-post .post-content header h1,
.blog #primary .featured-post .post-content header h1 {
  font-size: clamp(2rem, 3vw, 5rem);
  color: #fff;
  margin: 0 0 .2em;
  line-height: 1
}

.home #primary .recent-posts,
.blog #primary .recent-posts {
  width: 100%
}

@media(min-width: 950px) {

  .home #primary .recent-posts,
  .blog #primary .recent-posts {
    width: 25%
  }
}

.home .recent-posts,
.blog .recent-posts {
  height: 93%
}

.home .recent-posts ul.recent-posts-list,
.blog .recent-posts ul.recent-posts-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap
}

@media(min-width: 700px) {

  .home .recent-posts ul.recent-posts-list,
  .blog .recent-posts ul.recent-posts-list {
    flex-direction: row
  }
}

@media(min-width: 950px) {

  .home .recent-posts ul.recent-posts-list,
  .blog .recent-posts ul.recent-posts-list {
    height: 100%;
    flex-direction: column;
    flex-wrap: nowrap
  }
}

.home .recent-posts ul.recent-posts-list li,
.blog .recent-posts ul.recent-posts-list li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 1em
}

@media(min-width: 700px) {

  .home .recent-posts ul.recent-posts-list li,
  .blog .recent-posts ul.recent-posts-list li {
    width: 45%
  }
}

@media(min-width: 950px) {

  .home .recent-posts ul.recent-posts-list li,
  .blog .recent-posts ul.recent-posts-list li {
    width: 100%
  }
}

.blog .recent-posts ul.recent-posts-list li .post-image {
  width: 33%
}

.blog .recent-posts ul.recent-posts-list li .post-image img {
  width: 100%;
  height: 130px;
  -o-object-fit: cover;
  object-fit: cover
}

.blog .recent-posts ul.recent-posts-list li .post-content {
  width: 60%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap
}

.blog .recent-posts ul.recent-posts-list li .post-content header {
  order: 2
}

.blog .recent-posts ul.recent-posts-list li .post-content footer {
  order: 1
}

.blog .recent-posts ul.recent-posts-list li .post-content footer p {
  text-transform: uppercase;
  font-size: .65em;
  letter-spacing: .1em;
  font-weight: 600;
  color: rgba(0, 0, 0, .85);
  margin: 0 0 1em
}

.blog .recent-posts ul.recent-posts-list li .post-content h2 {
  margin: 0 0 .3em;
  font-size: clamp(1rem, 2vw, 1.3rem);
  font-family: Georgia, serif
}

.blog .recent-posts ul.recent-posts-list li .post-content h3 {
  margin: 0;
  color: rgba(0, 0, 0, .85);
  line-height: 1.2;
  font-size: .9rem
}

.home main,
.blog main {
  display: flex;
  flex-wrap: wrap;
  width: 95%;
  margin: 0 auto
}

.home article,
.blog article {
  width: 100%;
  padding: 1em
}

@media(min-width: 700px) {

  .home article,
  .blog article {
    width: 33%;
    padding: 2em
  }
}

.home article footer p,
.blog article footer p {
  text-transform: uppercase;
  font-size: .7rem;
  letter-spacing: .02em
}

.home article footer a,
.blog article footer a {
  color: #27aae1
}

.home h2,
.blog h2 {
  font-size: 1.5rem;
  line-height: 1.1;
  margin: 0 0 .5em;
  font-weight: 500;
  font-family: Georgia, serif;
  color: #064f8e
}

.home h2 a,
.blog h2 a {
  color: #27aae1
}

.home h3,
.blog h3 {
  font-size: 1.2rem;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 300;
  margin: 0 0 1em;
  color: rgba(0, 0, 0, .85);
  line-height: 1.2
}

.home p,
.blog p {
  font-size: 1rem;
  font-family: IBM Plex Sans, system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
  font-weight: 500
}

@media(min-width: 700px) {

  .home #instagram-feed,
  .blog #instagram-feed {
    width: 100%
  }
}

.home #instagram-feed .eapps-instagram-feed-posts-inner,
.blog #instagram-feed .eapps-instagram-feed-posts-inner {
  width: 100% !important
}

.home #instagram-feed .eapps-instagram-feed-posts-item,
.blog #instagram-feed .eapps-instagram-feed-posts-item {
  border: 1px solid #fff;
  border-radius: .3rem
}

.home #instagram-feed .eapps-instagram-feed-posts-grid-load-more,
.blog #instagram-feed .eapps-instagram-feed-posts-grid-load-more {
  display: none
}

.home #subscribe,
.blog #subscribe {
  display: flex;
  width: 100%;
  justify-content: space-between;
  border-bottom: 2px solid #fdd40d;
  padding: 0 0 2em
}

.home #subscribe div,
.blog #subscribe div {
  background: #bbb;
  width: 24%;
  text-align: center;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center
}

.home #about,
.blog #about {
  width: 90%;
  margin: 0 auto 2em
}

.home #about p,
.blog #about p {
  font-size: clamp(1rem, 2.5vw, 1.7rem);
  font-weight: 100;
  color: #064f8e;
  text-align: center
}

footer.sitewide {
  margin: 2em auto 3em;
  padding: .5em 0 0;
  text-align: center;
  width: 95%;
  max-width: 1600px
}

footer.sitewide p {
  color: rgba(0, 0, 0, .2);
  font-size: 1.3rem;
  letter-spacing: .20em;
  font-family: IBM Plex Sans, system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
  text-transform: uppercase;
  font-weight: 300
}

footer.sitewide .copyright {
  margin: 0 auto .5em
}

@media(min-width: 700px) {
  footer.sitewide .copyright {
    display: inline-block;
    margin: 0
  }
}

footer.sitewide .credits a {
  color: rgba(0, 0, 0, .3);
  margin: 1em auto
}

footer.sitewide .credits a:hover {
  color: #fdd40d
}

@media(min-width: 700px) {
  footer.sitewide .credits {
    display: inline-block;
    padding: 1em;
    margin: 0 0 0 -0.2em
  }
}

footer.sitewide ul.social {
  list-style: none;
  margin: 1em auto .8em;
  padding: 0;
  display: flex;
  max-width: 25em;
  width: 50%
}

@media(min-width: 700px) {
  footer.sitewide ul.social {
    margin: .5em auto .8em
  }
}

footer.sitewide ul.social li {
  display: block;
  margin: 0;
  width: 25%
}

footer.sitewide ul.social a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: .675em;
  padding: 0;
  color: #fcfcfa;
  letter-spacing: .2em;
  transition: all .3s ease-out;
  font-weight: 300;
  display: block
}

@media(min-width: 700px) {
  footer.sitewide ul.social a {
    padding: .5em 0
  }
}

footer.sitewide ul.social a:hover {
  color: #fdd40d
}

footer.sitewide ul.social i {
  font-style: normal;
  display: none;
  font-size: .8em
}

@media(min-width: 700px) {
  footer.sitewide ul.social i {
    display: block
  }
}

footer.sitewide ul.social svg {
  width: 15px;
  color: #fcfcfa;
  transition: all .3s ease-out;
  margin: 0 auto .5em
}

@media(min-width: 700px) {
  footer.sitewide ul.social svg {
    width: 20px
  }
}

footer.sitewide ul.social a:hover svg {
  fill: #fdd40d
}

.page-about article.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
  padding: 0;
  max-width: 1600px;
  display: flex;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.page-about .bio {
  padding: 5em 0 0 0;
  width: 100%;
  order: 1
}

@media(min-width: 700px) {
  .page-about .bio {
    width: 55%;
    order: 2
  }
}

.page-about .bio p {
  margin: 0 0 1em 0;
  font-variant-numeric: oldstyle-nums
}

.page-about .bio p strong {
  font-family: IBM Plex Sans, system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
  text-transform: uppercase;
  font-size: 120%;
  letter-spacing: .1em
}

.page-about .bio .social-links-list a {
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: 600;
  font-size: .8rem;
  display: block;
  color: #fdd40d;
  padding: .2em 0
}

.page-about .bio .social-links-list a:before {
  content: "→";
  margin: 0 .2em 0 0;
  font-family: Georgia, serif
}

.page-about .bio .social-links-list a:hover {
  color: #fdd40d
}

.page-about aside {
  width: 100%;
  margin: 0;
  order: 1
}

@media(min-width: 700px) {
  .page-about aside {
    width: 40%
  }
}

.page-about aside p.credit {
  font-family: IBM Plex Sans, system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
  font-size: .4rem;
  font-weight: 500;
  margin: 0 auto;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, .4);
  -webkit-font-feature-settings: inherit;
  font-feature-settings: inherit;
  text-align: left
}

@media(min-width: 700px) {
  .page-about aside p.credit {
    font-size: .4rem
  }
}

.page-about img {
  width: 100%;
  height: auto;
  margin: 0 0 .5em auto;
  display: block;
  border-radius: .1em;
  position: relative
}

@media(min-width: 700px) {
  .page-about img {
    margin: 5em 0 .5em
  }
}

.page-the-rise-of-a-new-left article {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.page-the-rise-of-a-new-left article h1 {
  margin-bottom: .1em
}

.page-the-rise-of-a-new-left article h2 {
  margin: 0 0 1em;
  font-family: Georgia, serif;
  font-size: 2rem;
  line-height: 1;
  max-width: 30ch;
  font-weight: 300;
  text-transform: none;
  letter-spacing: -0.02em;
  color: #fdd40d;
  mix-blend-mode: multiply
}

.page-the-rise-of-a-new-left article h3 {
  margin: 0 0 .5em;
  font-family: IBM Plex Sans, system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
  text-transform: uppercase;
  letter-spacing: .02em;
  color: #fdd40d;
  font-size: 2rem;
  line-height: 1
}

.page-the-rise-of-a-new-left article .synopsis {
  font-size: 150%
}

.page-the-rise-of-a-new-left .bookcover {
  width: 100%;
  order: 2
}

@media(min-width: 700px) {
  .page-the-rise-of-a-new-left .bookcover {
    width: 38%;
    order: 2
  }
}

.page-the-rise-of-a-new-left .bookcover img {
  width: 100%;
  height: auto;
  position: relative;
  margin: 2em 0 2em
}

.page-the-rise-of-a-new-left .bookcover .booksellers-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.page-the-rise-of-a-new-left .bookcover .booksellers-list li {
  width: 48%;
  margin: 0 0 7px
}

@media(min-width: 700px) {
  .page-the-rise-of-a-new-left .bookcover .booksellers-list li {
    width: 100%
  }
}

@media(min-width: 950px) {
  .page-the-rise-of-a-new-left .bookcover .booksellers-list li {
    width: 48%
  }
}

.page-the-rise-of-a-new-left .bookcover .booksellers-list a {
  display: block;
  text-align: left;
  font-family: IBM Plex Sans, system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
  text-transform: uppercase;
  padding: .5em 0 1em;
  letter-spacing: .1em;
  font-size: .7rem;
  font-weight: 600;
  margin: 0 0 -1px;
  border-top: 1px solid #fdd40d;
  color: #fdd40d
}

.page-the-rise-of-a-new-left .bookcover .booksellers-list a:hover {
  color: #fdd40d;
  border-top: 1px solid #fdd40d
}

.page-the-rise-of-a-new-left .content {
  width: 100%;
  order: 1
}

@media(min-width: 700px) {
  .page-the-rise-of-a-new-left .content {
    width: 55%;
    order: 1
  }
}

.page-the-rise-of-a-new-left .select_praise {
  margin: 4em 0
}

.page-the-rise-of-a-new-left .select_praise blockquote {
  margin: 0 0 1em
}

.page-the-rise-of-a-new-left .select_praise blockquote p {
  font-size: 1rem;
  margin: 0;
  text-indent: -0.4em
}

.page-the-rise-of-a-new-left .select_praise cite {
  text-transform: uppercase;
  font-style: normal;
  line-height: 1;
  font-size: .75rem;
  font-weight: 700
}

.press a {
  display: block;
  color: #fdd40d
}

.press a:before {
  content: "→";
  margin: 0 .2em 0 0;
  font-family: Georgia, serif
}

.single article {
  max-width: 50rem;
  margin: 0 auto
}

.single article h1 {
  font-size: 3rem
}

.single article p {
  font-family: IBM Plex Sans, system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
}

.single article .featured-image,
.single article .content {
  margin: 20px 0;
}
.single article .published-date {
  font-style: italic;
}

main nav,
#main nav {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  border-top: 1px solid lightgray;
  padding-top: 5px;
  width: 100%;
}

.post-type-archive-appearances main {
  overflow: hidden
}

.post-type-archive-appearances h1 {
  max-width: 1600px;
  width: 90%;
  margin-left: auto;
  margin-right: auto
}

.post-type-archive-appearances ul.stories-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: relative;
  max-width: 1600px;
  width: 90%;
  margin: 5em auto 0
}

.post-type-archive-appearances ul.stories-list li {
  margin: 0 0 3em;
  display: block;
  padding: 0;
  transition: all .3s ease-out;
  vertical-align: top;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  flex-direction: column
}

@media(min-width: 700px) {
  .post-type-archive-appearances ul.stories-list li {
    padding: 0 2em 1em 0;
    width: 49%
  }
}

@media(min-width: 950px) {
  .post-type-archive-appearances ul.stories-list li {
    padding: 0 3em 1em 0;
    width: 24%
  }
}

.post-type-archive-appearances ul.stories-list li header {
  order: 2;
  width: 100%;
  margin: 0
}

.post-type-archive-appearances ul.stories-list li excerpt {
  order: 3;
  width: 100%
}

.post-type-archive-appearances ul.stories-list li footer {
  text-align: left;
  margin: 0;
  font-size: .7rem;
  padding: 0;
  margin: 0 0 1em;
  order: 2;
  width: 100%;
  -webkit-font-feature-settings: "lnum";
  font-feature-settings: "lnum";
  font-variant-numeric: lining-nums
}

.post-type-archive-appearances ul.stories-list li footer time {
  font-weight: 100;
  -webkit-font-feature-settings: "lnum" !important;
  font-feature-settings: "lnum" !important
}

.post-type-archive-appearances ul.stories-list li footer p {
  font-family: IBM Plex Sans, system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: .1em
}

.post-type-archive-appearances ul.stories-list li h3 {
  margin: 0 auto .5em;
  font-family: IBM Plex Sans, system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.3em;
  margin: 0 0 .2em;
  color: rgba(0, 0, 0, .85);
  transition: all .3s ease-out;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .015em;
  max-width: 28ch
}

@media(min-width: 700px) {
  .post-type-archive-appearances ul.stories-list li h3 {
    font-size: 2em
  }
}

.post-type-archive-appearances ul.stories-list li h3:hover {
  color: #fdd40d
}

.post-type-archive-appearances ul.stories-list li .more {
  font-family: IBM Plex Sans, system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
  text-transform: uppercase;
  letter-spacing: .15em;
  font-size: .7rem;
  font-weight: 600;
  display: block;
  color: #fdd40d
}

.post-type-archive-appearances ul.stories-list li .more:before {
  content: "→";
  font-family: Georgia, serif;
  margin: 0 .5em 0 0
}

.post-type-archive-appearances ul.stories-list li .more:hover {
  color: #fdd40d
}

.post-type-archive-appearances ul.stories-list li excerpt p {
  font-size: 1em;
  line-height: 1.3;
  margin: 0 0 1em;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(0, 0, 0, .95);
  font-family: Georgia, serif;
  font-variant-numeric: oldstyle-nums
}

@media(min-width: 700px) {
  .post-type-archive-appearances ul.stories-list li excerpt p {
    font-size: 1.05em
  }
}

.post-type-archive-appearances .pagination {
  width: 90%;
  max-width: 1600px;
  margin: 0 auto 5em
}

.post-type-archive-appearances .pagination .pagination-list {
  display: flex;
  justify-content: space-between
}

.post-type-archive-appearances .pagination .pagination-list li {
  width: 50%
}

.post-type-archive-appearances .pagination .pagination-list li.older {
  text-align: left
}

.post-type-archive-appearances .pagination .pagination-list li.newer {
  text-align: right
}

.post-type-archive-appearances .pagination .pagination-list a {
  display: block;
  text-transform: uppercase;
  width: 100%;
  padding: 1em 0;
  color: #fdd40d;
  font-weight: 600;
  letter-spacing: .1em;
  font-size: .9rem
}

.post-type-archive-appearances .pagination .pagination-list a:hover {
  color: #fdd40d
}

.page-contact p {
  margin: 0 0 1em
}

.page-contact h3 {
  font-family: Georgia, serif;
  margin: 0 auto .2em;
  line-height: 1;
  color: rgba(0, 0, 0, .85)
}

.page-contact input,
.page-contact textarea {
  border: none;
  padding: 1em;
  background: none;
  border: 1px solid rgba(0, 0, 0, .2)
}

.page-contact .gform_wrapper .gform_footer {
  padding: 16px 0 0px;
  margin: 16px 0 0;
  clear: both;
  width: 100%
}

.page-contact .gform_wrapper li {
  margin: 0 auto 2em
}

.page-contact #gform_confirmation_wrapper_1 {
  text-align: center;
  font-size: 1.5em;
  padding: 2em;
  font-style: italic
}

@media(min-width: 700px) {
  .page-contact #gform_confirmation_wrapper_1 {
    font-size: 2em
  }
}

.page-contact .gform_wrapper .gfield_checkbox li label,
.page-contact .gform_wrapper .gfield_radio li label {
  font-size: 1.1em;
  transition: all .3s ease-out;
  padding-left: .3em;
  line-height: 1.1;
  font-style: italic
}

.page-contact .gchoice_select_all,
.page-contact .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked+label,
.page-contact .gform_wrapper ul.gfield_radio li input[type=radio]:checked+label {
  color: #fdd40d
}

.page-contact .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.page-contact .gform_wrapper textarea {
  padding: .4em;
  transition: all .3s ease-out;
  background: #fff;
  border: none
}

@media(min-width: 700px) {

  .page-contact .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
  .page-contact .gform_wrapper textarea {
    padding: .8em
  }
}

.page-contact .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
.page-contact .gform_wrapper textarea:focus {
  box-shadow: 0px 0px 25px rgba(0, 0, 0, .15);
  border: 1px solid rgba(0, 0, 0, 0);
  background: #fff
}

.page-contact #gform_confirmation_wrapper_1 {
  font-style: normal;
  font-family: Georgia, serif;
  font-size: 1.5rem
}

.page-contact .gform_wrapper label.gfield_label,
.page-contact .gform_wrapper legend.gfield_label {
  font-family: IBM Plex Sans, system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
  color: rgba(0, 0, 0, .9);
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: .2em;
  font-size: .825rem;
  line-height: 1.1
}

.page-contact .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
.page-contact .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
  margin: .3em 0 0;
  -webkit-font-feature-settings: "c2sc", "smcp";
  font-feature-settings: "c2sc", "smcp";
  font-size: 1rem;
  line-height: 1;
  letter-spacing: .1em;
  color: rgba(0, 0, 0, .5)
}

.page-contact .gform_wrapper .gform_footer input.button,
.page-contact .gform_wrapper .gform_footer input[type=submit],
.page-contact .gform_wrapper .gform_page_footer input.button,
.page-contact .gform_wrapper .gform_page_footer input[type=submit] {
  background: none;
  color: #fdd40d;
  font-family: IBM Plex Sans, system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
  text-transform: uppercase;
  letter-spacing: .2em;
  padding: 1em 2em .9em;
  font-weight: 300;
  font-size: .9em;
  transition: all .3s ease-out;
  cursor: pointer;
  line-height: 1;
  border: none;
  display: block;
  margin: 0 auto 3em;
  text-align: center;
  background: #fdd40d;
  color: #fff;
  margin: 0 auto
}

.page-contact .gform_wrapper .gform_footer input.button:hover,
.page-contact .gform_wrapper .gform_footer input[type=submit]:hover,
.page-contact .gform_wrapper .gform_page_footer input.button:hover,
.page-contact .gform_wrapper .gform_page_footer input[type=submit]:hover {
  background: #fff;
  color: #fdd40d
}

.page-contact .social {
  position: relative;
  padding: 3em 0 2em;
  margin: 0 auto
}

.page-contact .social::after {
  content: "";
  position: absolute;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  height: 1em;
  border-top: 1px solid rgba(0, 0, 0, .4);
  z-index: 1;
  max-width: 450px;
  width: 80%
}

@media(min-width: 700px) {
  .page-contact .social {
    padding: 1em 3em 2em
  }
}

@media(min-width: 700px) {
  .page-contact .social {
    margin: 2em 0
  }
}

.page-contact .social h3 {
  font-family: Georgia, serif;
  text-transform: uppercase;
  font-size: 1.1rem;
  letter-spacing: .1em;
  font-weight: 700;
  -webkit-font-feature-settings: "c2sc", "smcp";
  font-feature-settings: "c2sc", "smcp";
  text-align: center;
  margin: 0 auto
}

.page-contact .social ul {
  list-style: none;
  padding: 0;
  margin: -0.5em auto 0em;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.4em;
  font-weight: 600
}

.page-contact .social ul li {
  margin: 0 auto 0em;
  text-align: center;
  width: 50%
}

@media(min-width: 700px) {
  .page-contact .social ul li {
    width: 25%;
    text-align: center
  }
}

.page-contact .social ul a {
  padding: 1em;
  display: block
}

.page-contact .social ul a:hover {
  color: #fff
}

.page-contact .contacts {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  position: relative
}

@media(min-width: 700px) {
  .page-contact .contacts {
    display: flex;
    padding: 0
  }
}

.page-contact .contacts li {
  margin: 0 auto 1em;
  text-align: center
}

@media(min-width: 700px) {
  .page-contact .contacts li {
    width: 50%;
    text-align: left
  }
}

.page-contact .contacts h3 {
  font-family: Georgia, serif;
  text-transform: uppercase;
  font-size: 1.1rem;
  letter-spacing: .1em;
  font-weight: 700;
  -webkit-font-feature-settings: "c2sc", "smcp";
  font-feature-settings: "c2sc", "smcp";
  text-align: center
}

.page-contact .contacts p {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.35;
  color: rgba(0, 0, 0, .5);
  font-style: italic;
  text-align: center
}

.page-contact .contacts a {
  display: block;
  font-weight: 600;
  font-size: 1.2em;
  font-style: normal
}

.page-contact .contacts a:hover {
  color: #fff
}

.page-buy article ul {
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: .8rem;
  letter-spacing: .05em
}

@media(min-width: 700px) {
  .page-buy article ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap
  }
}

.page-buy article ul li {
  margin: 0 0 2em 0;
  text-align: center
}

@media(min-width: 700px) {
  .page-buy article ul li {
    margin: 0 .5em 2em 0;
    width: 30%
  }
}

.page-buy article ul li img {
  width: 80%;
  max-width: 130px;
  height: auto;
  mix-blend-mode: multiply;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  margin: 0 auto 1em;
  display: block;
  opacity: .5;
  transition: all .3s ease-out
}

.page-buy article ul li a:hover {
  color: #fdd40d
}

.page-buy article ul li a:hover img {
  opacity: 1
}

.page-events #menu-item-21 a,
.post-type-archive-events #menu-item-21 a {
  color: #fff
}

.page-events .no-events,
.post-type-archive-events .no-events {
  text-align: center;
  padding: 2em 0 1em
}

.page-events .events-list,
.post-type-archive-events .events-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap
}

.page-events .events-list li,
.post-type-archive-events .events-list li {
  margin: 0 .5em .5em 0;
  display: inline-block;
  padding: 1em 1em 1.5em 1.5em;
  background: #fff;
  border-radius: .1em;
  width: 100%;
  position: relative
}

@media(min-width: 700px) {

  .page-events .events-list li,
  .post-type-archive-events .events-list li {
    width: 50%
  }
}

.page-events .events-list h3,
.post-type-archive-events .events-list h3 {
  margin: 0 auto 1em;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: 1.3rem;
  color: #fdd40d;
  font-family: Georgia, serif;
  font-weight: 700;
  -webkit-font-feature-settings: "c2sc", "smcp";
  font-feature-settings: "c2sc", "smcp"
}

.page-events .events-list p,
.post-type-archive-events .events-list p {
  margin: 0 auto .5em;
  font-size: 1rem;
  line-height: 1.2;
  color: rgba(0, 0, 0, .8);
  letter-spacing: .007em
}

.page-events .events-list .event-city,
.post-type-archive-events .events-list .event-city {
  font-weight: 700;
  padding: 0;
  font-size: 1.45em;
  color: #222;
  font-style: italic;
  margin: 0 0 .1em
}

.page-events .events-list .event-time,
.post-type-archive-events .events-list .event-time {
  -webkit-font-feature-settings: "c2sc", "smcp";
  font-feature-settings: "c2sc", "smcp";
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .05em;
  font-size: 1.1rem
}

.page-events .events-list .event-location,
.post-type-archive-events .events-list .event-location {
  font-size: 1.1rem;
  letter-spacing: 0;
  color: rgba(0, 0, 0, .5)
}

.page-events .events-list .event-description,
.post-type-archive-events .events-list .event-description {
  font-style: italic;
  color: rgba(0, 0, 0, .5)
}

.page-events .events-list .info,
.post-type-archive-events .events-list .info {
  margin: 1em 0 .5em
}

.page-events .events-list a,
.post-type-archive-events .events-list a {
  font-family: IBM Plex Sans, system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .15em;
  display: inline-block;
  background: #fdd40d;
  color: #fff;
  padding: .3em .9em
}

.page-events .events-list a:hover,
.post-type-archive-events .events-list a:hover {
  background: #bbb
}

.invisible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}

.hidden {
  display: none
}

dialog {
  display: block;
  border: 0
}

.no-scroll {
  overflow: hidden
}

.simple-modal-overlay,
.simple-animated-modal-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #fdd40d;
  z-index: 666;
  cursor: pointer;
  transition: all 2s ease-out !important
}

.simple-modal-overlay[data-background-click=disabled],
.simple-animated-modal-overlay[data-background-click=disabled] {
  cursor: auto
}

.simple-modal,
.simple-animated-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  max-height: 100vh;
  z-index: 667;
  padding: 0em 2em;
  right: auto;
  overflow: auto
}

.simple-modal-close,
.simple-animated-modal-close {
  color: #fcfcfa;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  font-family: Georgia, serif;
  position: absolute;
  font-size: 2.5em;
  top: 15px;
  right: 30px;
  line-height: 1;
  margin: 0;
  width: inherit;
  font-weight: 100
}

.simple-modal-close:focus,
.simple-modal-close:hover,
.simple-modal-close:active {
  outline: 1px dotted rgba(0, 0, 0, .01)
}

.simple-modal-close:hover,
.simple-modal-close:active {
  color: #fdd40d;
  background: none;
  outline: 1px dotted rgba(0, 0, 0, .01)
}

.simple-animated-modal {
  position: absolute;
  top: -1000px;
  transition: all .3s ease-out
}

.no-scroll .simple-animated-modal {
  transition: all .3s ease-out;
  position: absolute;
  top: 0px
}

.blog main,
.archive main,
.search-results main {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 1em;
  width: 95%
}

.blog .searchandfilter,
.archive .searchandfilter,
.search-results .searchandfilter {
  margin: 0 auto 2em;
  background: #27aae1;
  width: 95%;
  padding: 1em
}

.blog .searchandfilter ul,
.archive .searchandfilter ul,
.search-results .searchandfilter ul {
  display: flex;
  justify-content: space-around;
  margin: 0
}

.blog .searchandfilter ul li,
.archive .searchandfilter ul li,
.search-results .searchandfilter ul li {
  cursor: pointer
}
.blog .searchandfilter select,
.archive .searchandfilter select,
.search-results .searchandfilter select {
  border: 1px solid #fdd40d;
  padding: 5px 35px;
  border-radius: 5px;
  background-color: #ffffff;
  background-image: linear-gradient(45deg, transparent 50%, #fdd40d 50%), linear-gradient(135deg, #fdd40d 50%, transparent 50%), linear-gradient(to right, skyblue, skyblue);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
  background-repeat: no-repeat;
  min-width: 200px;
}

.blog .searchandfilter input[type=submit],
.archive .searchandfilter input[type=submit],
.search-results .searchandfilter input[type=submit]  {
  color: #fff;
  cursor: pointer;
  border: 1px solid #fdd40d;
  border-radius: 5px;
  font-weight: bold;
  padding: 5px 15px;
}

.blog article,
.archive article,
.search-results article {
  display: flex;
  border: 1px solid #ccc;
  padding: 0;
  justify-content: space-between;
  margin: 0 0em 2em 0;
  position: relative;
  border-radius: .2em
}

@media(min-width: 700px) {

  .blog article,
  .archive article ,
  .search-results article{
    width: 48%
  }
}

@media(min-width: 950px) {

  .blog article,
  .archive article,
  .search-results article {
    width: 32%
  }
}

.blog article .post-image,
.archive article .post-image,
.search-results article .post-image {
  width: 40%;
  overflow: hidden;
  height: 100%;
  background: rgba(39, 170, 225, .2) url("_img/parent-data-icon.png") no-repeat center center;
  background-size: cover
}

.blog article .post-image img,
.archive article .post-image img,
.search-results article .post-image img {
  width: 100%;
  height: 100%
}

.blog article .post-content,
.archive article .post-content,
.search-results article .post-content {
  width: 60%;
  padding: 2em 2em;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start
}

.blog article .post-content .type,
.archive article .post-content .type,
.search-results article .post-content .type {
  font-size: .8rem;
}

.blog article .post-content .type a,
.archive article .post-content .type a,
.search-results article .post-content .type a {
  text-transform: uppercase;
  font-size: .8rem;
  color: #27aae1
}

.blog article .post-content h2 a,
.archive article .post-content h2 a,
.search-results article .post-content h2 a {
  font-weight: 600;
  font-family: IBM Plex Sans, system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
  color: #064f8e
}

.blog article .post-content h3,
.archive article .post-content h3,
.search-results article .post-content h3 {
  font-size: 1rem;
  font-weight: 500
}


face {
  font-family: "OpenSans";
  src: url("fonts/OpenSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: "OpenSans";
  src: url("fonts/OpenSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal
}

@font-face {
  font-family: "OpenSans";
  src: url("fonts/OpenSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal
}

@font-face {
  font-family: "OpenSans";
  src: url("fonts/OpenSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal
}

@font-face {
  font-family: "Raleway";
  src: url("fonts/Raleway-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: "Raleway";
  src: url("fonts/Raleway-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal
}

body {
  background: #ffffff;
  font-family: OpenSans;
}

h2, h3 {
  font-family: OpenSans;
}

header {
  margin-bottom: 50px;
}

a, a:link {
    text-decoration: none;
    color: #054F8F;
    transition: all .3s ease-out;
}

.clear-divider {
  clear: both;
}

.header-top-menu {
  background-color: #27AAE1;
  height: 46px;
}

article .content h2,
article .content h3,
article .content h4 {
  color: #054F8F;
}
article .content blockquote {
  color: #E692B0;
  margin-left: 10px;
}
article .content blockquote p {
  font-size: 1.1rem !important;
}

#top-menu {
  position: absolute;
  right: 30px;
  top: 10px;
}
.admin-bar #top-menu {
  top: 40px;
}
#top-menu li {
  border-right: 1px solid #FEDB00;
  display: inline;
  margin-right: 15px;
  padding-right: 10px;
}

#top-menu li:last-child {
  border-right: none;
  margin-right: 0px;
  padding-right: 0px;
}

#top-menu a {
  color: #ffffff;
}

#nav-menu li {
  display: inline;
  margin-right: 30px;
}

#nav-menu li a {
  font-size: 18px;
}

.header-main-menu .site-title {
  float: left;
}

.header-main-menu #main-nav {
  float: right;
  margin-top: 30px;
}

.home main {
  max-width: 1100px;
}

.home main #primary .featured-post {
  width: 100%;
}

.single-post article {
  max-width: 1100px;
}

.single-post article .content-metadata {
  background-color: #054F8F;
  border-radius: 10px;
  color: #ffffff;
  margin-left: 50px;
  margin-top: -6em;
  position: relative;
  padding-top: 10px;
  padding-left: 40px;
  padding-bottom: 20px;
}

.single-post article h1,
.home #primary .featured-post h2 {
  color: #ffffff;
  font-family: Raleway;
  font-size: 2rem;
  margin-top: 10px;
}

.single-post article h2 {
  font-size: 1rem;
  margin: 0;
  margin-bottom: 10px;
}

.single-post article .content-byline * {
  display: inline-block;
  font-weight: lighter;
  margin-top: 10px;
}

.single-post article .content-metadata .tags {
  color: #FEDB00;
  font-weight: lighter;
}
.single-post article .content-metadata .age-group-tag {
  letter-spacing: 0.89px;
  font-size: 14px;
  text-transform: uppercase;
}
.single-post article .content-metadata .other-tags,
.home #primary .featured-post .post-content-new .other-tags {
  letter-spacing: 0.89px;
  font-size: 12px;
}
.single-post article .content-metadata .other-tags span {
  float: left;
  margin-right: 5px;
}
.single-post article .content-metadata .other-tags span:after,
.home #primary .featured-post .post-content-new .other-tags span:after,
.recent-posts .other-tags span:after {
content: ' \2022';
}
.single-post article .content-metadata .other-tags span:last-child:after,
.home #primary .featured-post .post-content-new .other-tags span:last-child:after,
.recent-posts .other-tags span:last-child:after {
content: '';
}
.single-post article .content {
  margin: 20px;
}
.single-post article .content,
.single-post article .content p {
  font-family: OpenSans;
  font-size: 1rem;
  line-height: inherit;
}
.single-post article footer {
  border-top: 3px solid #FEDB00;
  margin-top: 5rem;
  padding: 20px;
  font-weight: lighter;
}
.featured-post .age-group-tag,
.recent-posts .age-group-tag {
  background-color: #054F8F;
  color: #ffffff;
  letter-spacing: 1.44px;
  line-height: 25.2px;
  text-transform: uppercase;
  padding: 10px 20px;
  width: fit-content;
  position: relative;
  top: 45px;
  font-weight: lighter;
}
.home #primary .featured-post .post-content-new {
  background-color: #ffffff;
  border: 1px solid gray;
  border-radius: 7px;
  bottom: auto;
  left: auto;
  margin: auto;
  padding: 20px 30px;
  position: relative;
  top: -70px;
  width: 92%;
}
.home #primary .featured-post .post-content-new .other-tags {
  color: #27AAE1;
  text-transform: uppercase;
}
.home #primary .featured-post .post-content-new .other-tags span {
  margin-right: 5px;
}
.home #primary .featured-post h2 {
  color: #054F8F;
}
.home .featured-post h3 {
  font-size: 0.9rem;
  margin-bottom: 20px;
}
.home .featured-post time {
  color: #000;
  font-size: 0.9rem;
  font-weight: lighter;
}
.home #primary .recent-posts,
.home #secondary .recent-posts {
  width: 100%;
}
.home #primary .recent-posts ul,
.home #secondary .recent-posts ul {
  display: inline-block;
  margin: 0 30px;
}
.home #primary .recent-posts li {
  width: 30%;
  float: left;
  margin-left: 30px;
}
.home #primary .recent-posts li .post-image {
  width: 100%;
}
.home #secondary .recent-posts li a {
  display: flex;
}
.home #secondary .recent-posts li a .post-content {
  position: relative;
}
.home #secondary .recent-posts li .post-image {
  width: 30%;
}
.home #primary .recent-posts li .post-image img,
.home #secondary .recent-posts li .post-image img {
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}
.recent-posts .age-group-tag {
  display: block;
  top: -27px;
  font-size: 12px;
  padding: 5px 10px;
  line-height: normal;
}
#secondary .recent-posts .age-group-tag {
  background-color: transparent;
  color: #054F8F;
  letter-spacing: normal;
  padding: 0;
  top: revert;
}
.recent-posts .other-tags {
  background-color: #27AAE120;
  margin-top: -27px;
  width: 100%;
}
#secondary .recent-posts .other-tags {
  bottom: 0;
  margin-left: -10px;
  padding-left: 10px;
  position: absolute;
}
.recent-posts .other-tags span {
  font-size: 11px;
  margin-left: 5px;
}
.recent-posts .post-content {
  border: 1px solid #F0F0F0;
  padding: 10px;
  width: 100%;
}
#secondary .recent-posts .post-content {
  width: 70%;
}
.recent-posts .post-content h2 {
  color: #000000;
  font-family: Raleway, Georgia, 'Times New Roman', Times, serif;
  font-size: 16px;
  font-weight: bold;
}
#secondary h3 {
  font-weight: 400;
}
#secondary .recent-posts .post-content h2 {
  font-weight: normal;
  margin: 10px 0;
}

.recent-posts .post-content h3,
.recent-posts .post-content time {
  font-family: OpenSans, Verdana, Geneva, Tahoma, sans-serif;
  font-size: 12px;
}
#newsletter-signup {
  text-align: center;
}
#ask-emily-bot {
  margin: 30px auto;
}
.page-ask-emily-a-question article h1 {
  display: none;
}
.page-ask-emily-a-question article iframe {
  height: 85vh;
}
footer.sitewide {
  background-color: #27AAE1;
  margin-bottom: 0px;
  padding: 1em;
}
.footer-logo {
  background-image: url("images/footer-logo.png");
  background-repeat: no-repeat;
  height: 100px;
}
#footer-nav ul {
  margin: 1em 2em;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
#footer-nav ul li {
  margin-bottom: 1em;
}
#footer-nav ul li a,
#footer-sec-nav ul li a {
  color: #ffffff;
  font-size: 14px;
}
#footer-sec-nav {
  margin-left: 3em;
  text-align: left;
}
#footer-sec-nav ul {
  border-top: 1px solid #ffffff;
  display: inline-flex;
  padding-top: 1em;
}
#footer-sec-nav ul li {
  margin-right: 1em;
}
#footer-sec-nav ul li:last-child {
  margin-right: 2em;
}
#social-links {
  margin-left: 3em;
  margin-top: 2em;
  text-align: left;
}
#social-links ul li {
  display: inline-block;
  list-style-type: none;
  margin-right: 10px;
}
footer.sitewide .copyright {
  color: #ffffff;
  display: block;
  font-size: 12px;
  text-align: right;
}
#mobile-navigation {
  display: none;
}
@media only screen and (max-width: 990px) {
  img {
    height: auto;
  }
  .header-top-menu,
  .header-main-menu,
  #main-nav {
    display: none;
  }
  .home main #primary .featured-post {
    margin-bottom: 0;
  }
  .home #primary .recent-posts li {
    display: block;
    float: none;
    margin: auto;
    margin-bottom: 10px;
    width: 100%;
  }
  .recent-posts .post-image,
  .recent-posts .post-content {
    width: 100% !important;
  }
  .home .recent-posts ul li {
    display: block;
  }
  .home #secondary .recent-posts li a {
    display: flex;
    flex-wrap: wrap;
  }
  .home #secondary .recent-posts .post-content {
    padding-right: 0px;
  }
  .home #secondary .recent-posts .post-content time {
    display: block;
    margin-bottom: 20px;
  }
  #secondary .recent-posts .other-tags {
    margin-top: 0;
    margin-bottom: -10px;
    position: relative;
  }
  #secondary .recent-posts .other-tags span:first-child {
    margin-left: 0;
  }
  h3.sub-title {
    text-align: center;
  }
  .sitewide .footer-logo {
    background-image: url("images/footer-logo-m.png");
    height: 44px;
  }
  .single-post article header {
    margin: 0;
  }
  .single-post article .content-metadata {
    margin-left: 0;
    margin-top: -15px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .single-post article .content-metadata .age-group-tag  {
    font-size: 12px;
  }
  .single-post article .content-metadata .other-tags {
    font-size: 10px;
  }
  .single-post article .content-metadata .other-tags span {
    float: none;
  }
  .single-post article h1 {
    font-size: 1.3rem;
  }
  .single-post article h2 {
    font-size: 0.85rem;
  }
  .single-post article .content-byline {
    font-size: 0.8rem;
  }
  .single-post article .content img {
    width: fit-content;
  }
  .single-post article .content iframe,
  .single-post article .content [id^="attachment_"],
  .single-post article .content .wp-caption {
    width: auto !important;
  }

  #footer-nav ul {
    grid-template-columns: 1fr 1fr;
    text-align: left;
  }
  #footer-nav ul li {
    margin-bottom: 0;
  }
  footer.sitewide .copyright {
    font-size: 10px;
    margin-top: 10px;
    text-align: center;
  }

  #mobile-navigation {
    background-color: #27AAE1;
    display: block;
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
  }
  #mobile-navigation .menu-main-menu-container,
  #mobile-navigation .menu-header-menu-container {
    display: block;
    width: 100%;
  }
  #mobile-navigation .navbar {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 1rem 1.5rem;
  }
  #mobile-navigation .hamburger {
    display: block;
    cursor: pointer;
  }
  #mobile-navigation .bar {
      display: block;
      width: 25px;
      height: 3px;
      margin: 5px auto;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      background-color: #ffffff;
  }
  #mobile-navigation .nav {
      display: flex;
      justify-content: space-between;
      align-items: center;
      position: fixed;
      left: -100%;
      top: 5rem;
      flex-direction: column;
      background-color: #fff;
      width: 100%;
      border-radius: 10px;
      text-align: right;
      transition: 0.3s;
      box-shadow:
          0 10px 27px rgba(0, 0, 0, 0.05);
  }
  #mobile-navigation ul {
    padding: 25px;
  }
  #mobile-navigation li {
    margin-left: 5rem;
    margin-top: 1rem;
    margin-right: 2rem;
  }

  #mobile-navigation li a{
    font-size: 1.6rem;
    font-weight: 400;
    color: #054F8F;
  }
  #mobile-navigation .menu-header-menu-container li {
    margin-top: 0.5rem;
  }
  #mobile-navigation .menu-header-menu-container li a {
    font-size: 1.1rem;
  }

  #mobile-navigation li a:hover{
      color: #482ff7;
  }

  #nav-menu-mobile .logo {
      font-size: 2.1rem;
      font-weight: 500;
      color: #482ff7;
  }
  #mobile-navigation .nav.active {
      left: 0;
  }
  #mobile-navigation .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }

   #mobile-navigation  .hamburger.active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

   #mobile-navigation  .hamburger.active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }

}
