/* Site container */
.site-inner {
  padding: 0 10px;
}
@media only screen and (min-width: 960px) {
  .site-inner {
    padding: 60px 30px 0;
  }
}

/* Menu */
.site-header {
  position: relative;
}
.wp-custom-logo .title-area {
  max-width: 250px;
  padding-bottom: 1rem;
}
.title-area {
  padding-bottom: 0;
  margin: 1rem auto 0;
}
.title-area,
.menu-toggle {
  float: none;
  text-align: center;
}
.menu-toggle {
  position: absolute;
  top: 22px;
  left: 10px;
}
.genesis-nav-menu a {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

@media only screen and (min-width: 960px) {
  .wp-custom-logo .title-area {
    max-width: 400px;
  }
  .nav-primary {
    float: none;
    text-align: center;
    padding-bottom: 0;
  }
}

/* Header Search
--------------------------------------------- */
.header-search {
  position: absolute;
  top: 1.2rem;
  right: 0;
}
#header-search-button {
  text-decoration: none;
  color: #333;
  display: block;
  cursor: pointer;
  position: relative;
  top: -7px;
}
#header-search-button span {
  font-size: 35px;
}

.header-widget-area {
  position: absolute;
  top: 25px;
  right: 1.5rem;
  padding: 10px;
  width: 300px;
}

.header-widget-area form {
  display: none;
  position: absolute;
  right: 50px;
  bottom: -97px;
  background: white;
  left: 0;
  right: 0;
  padding: 10px;
  z-index: 9;
}
.header-widget-area form .search-form-input {
  margin-right: 0.5rem;
  font-size: 14px;
  padding: 10px 15px;
  border-radius: 4px;
  line-height: 0;
}
.header-widget-area form .search-form-submit {
  line-height: 0;
  padding: 19px;
  margin-top: 0;
}
@media only screen and (min-width: 960px) {
  .header-search {
    right: 1.5rem;
    display: flex;
  }
  .header-widget-area form {
    position: relative;
    left: auto;
    right: 50px;
    bottom: 0;
    padding: 0;
  }
}

/* Footer */
.footer-widgets .widget-title {
  font-size: 26px;
}

/* Homepage */
[aria-label="Homepage"] header.entry-header {
  display: none;
}
a.home-more-button {
  text-decoration: none;
  display: block;
  padding: 10px;
  border: 1px solid #000;
  background-color: #666;
  color: #fff;
  text-align: center;
  transition: all 0.25s ease-out;
}
a.home-more-button:hover {
  background-color: #000;
}
@media only screen and (min-width: 960px) {
  .content {
    width: 73%;
  }
  .sidebar {
    width: 25%;
  }
}

.categories {
  padding: 1rem 1rem 0;
  color: #666;
  font-size: 10px;
}
.categories a.category {
  text-decoration: none;
  text-transform: uppercase;
  color: #666;
}
.categories a.category:hover {
  color: #000;
}

/* Comment icon/count */
/* .comment-container {
  position: relative;
  width: 24px;
}
.comment-icon {
  position: absolute;
  right: 4px;
  top: 5px;
} */

/* Latest Posts */
.latest-posts article {
  width: 100%;
  padding: 15px 0;
}
.latest-posts .post-image img {
  object-fit: cover;
  height: 300px;
}
.latest-posts a.post-link {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
  display: block;
  padding: 1rem;
  color: #037d78;
}
.latest-posts a.post-link:hover {
  text-decoration: underline;
}
.latest-posts .post-meta {
  display: flex;
  font-size: 0.7em;
  padding: 5px 1rem;
}
.latest-posts .post-meta .author,
.latest-posts .post-meta .date {
  margin-right: 10px;
}
.latest-posts .post-excerpt {
  font-size: 16px;
  padding: 5px 1rem;
  line-height: 24px;
}
@media only screen and (min-width: 640px) {
  .latest-posts {
    display: flex;
    flex-wrap: wrap;
  }
  .latest-posts article {
    width: 50%;
    padding: 15px 10px;
  }
  .latest-posts article:nth-child(1) {
    padding-left: 0;
  }
  .latest-posts article:nth-child(2) {
    padding-right: 0;
  }
}

/* Podcasts home */
h3.archive-title {
  padding: 2rem 0 1rem;
}
.podcasts-homepage article {
  width: 100%;
  padding: 15px 0;
}
.podcasts-homepage .post-image img {
  object-fit: cover;
  height: 200px;
}
.podcasts-homepage a.post-link {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  display: block;
  padding: 1rem 1rem 0;
  color: #037d78;
}
.podcasts-homepage a.post-link:hover {
  text-decoration: underline;
}
.podcasts-homepage .post-meta {
  display: flex;
  font-size: 0.7em;
  padding: 5px 1rem;
}
.podcasts-homepage .post-meta .date {
  margin-right: 10px;
}


/* Sign Up Form */
.mc4wp-form-theme-blue button, .mc4wp-form-theme-blue input[type=submit] { background-color: #f9a12c !important; border-color: #f9a12c; }

@media only screen and (min-width: 640px) {
  .podcasts-homepage {
    display: flex;
    flex-wrap: wrap;
  }
  .podcasts-homepage article {
    width: 33%;
    padding: 15px 10px;
  }
  .podcasts-homepage article:nth-child(1) {
    padding-left: 0;
  }
  .podcasts-homepage article:nth-child(3) {
    padding-right: 0;
  }
}

/* Hero Posts */
#new-hero-stories {
  height: 400px;
  display: block;
}
.hero-posts article {
  position: relative;
}
.hero-posts .post {
  position: absolute;
  bottom: 2rem;
  padding: 2rem;
  width: 50%;
}
.hero-posts .post-image::after {
  content: "";
  background: transparent
    linear-gradient(
      to bottom,
      transparent 0%,
      transparent 0%,
      rgba(0, 0, 0, 0.75) 100%,
      rgba(0, 0, 0, 0.1) 100%
    )
    repeat scroll 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  pointer-events: none;
}
.hero-posts .post-image img {
  object-fit: cover;
  height: 400px;
}
.hero-posts .categories {
  color: #ccc;
  font-size: 12px;
}
.hero-posts .categories a.category {
  color: #ccc;
}
.hero-posts .categories a.category:hover {
  color: #fff;
}
.hero-posts a.post-link {
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  text-decoration: none;
  display: block;
  padding: 1rem;
  color: #fff;
}
.hero-posts a.post-link:hover {
  text-decoration: underline;
}
.hero-posts .post-meta {
  display: flex;
  font-size: 0.9em;
  padding: 5px 1rem;
  color: #ddd;
}
.hero-posts .post-meta .author,
.hero-posts .post-meta .date {
  margin-right: 10px;
}
.hero-posts .post-excerpt {
  /* font-size: 18px;
  padding: 5px 1rem;
  line-height: 28px;
  color: #fff;
  margin-top: 1rem; */
  display: none;
}
@media only screen and (max-width: 960px) {
  .hero-posts .post {
    width: 90%;
  }
}
@media only screen and (min-width: 960px) {
  #new-hero-stories {
    height: 600px;
  }
  .hero-posts .post-image img {
    height: 600px;
  }
}

/* Signup form */
.sidebar-primary .widget_mc4wp_form_widget {
  margin-top: 42px;
}

/* Widget RSS */
#media_image-6,
#media_image-7 {
  margin-bottom: 1rem;
}
#media_image-6 img,
#media_image-7 img {
  width: 150px;
}
.widget_rss .widget-title {
  display: none;
}
.widget_rss ul > li {
  list-style-type: square;
  margin-left: 1rem;
}
.widget_rss ul > li a {
  display: block;
  line-height: 20px;
  font-size: 16px;
  text-decoration: none;
  padding-right: 1rem;
  /* color: #1a4e99; */
  color: #333333;
}
.widget_rss ul > li a:hover {
  text-decoration: underline;
  color: #000;
}

/* Category page */
.archive-description {
  margin-bottom: 2.5rem;
}
.archive-title {
  font-size: 36px;
  border-bottom: 1px solid #000;
  padding-bottom: 2.5rem;
}

/* Widget Test */
.widget_text .widget-title {
  border-bottom: 1px solid #000;
  font-weight: 700;
  padding-bottom: 1rem;
}
.press-release-widget li {
  list-style-type: square;
  margin-left: 1rem;
}
.press-release-widget li a {
  text-decoration: none;
  color: #1a4e99;
}

/* Pagination */
.pagination {
  text-align: center;
}
.page-numbers {
  text-decoration: none;
  padding: 5px 10px;
  background-color: #1a4e99;
  color: #fff;
  border: 1px solid transparent;
}
a.page-numbers:hover {
  background-color: #fff;
  color: #1a4e99;
  border-color: #000;
}
.page-numbers.current {
  background-color: #fff;
  color: #000;
  border-color: #000;
}
.page-numbers.dots {
  background-color: #fff;
  color: #000;
}