/*
 Theme Name:   NEPP
 Description:  A custom theme for the Northeast Pollinator Partnership, based on Divi theme.
 Author:       Ancient Wisdom Productions
 Author URI:   https://awpny.com
 Template:     Divi
 Version:      1.0
*/
body {
  font-weight: 400;
  letter-spacing: 0;
}

.screen-reader-text {
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
  padding: 0;
  margin: -1px;
  border: 0;
}

.highlight-bg {
  display: inline;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: -10px 0 rgba(0, 0, 0, 0.7), 10px 0 rgba(0, 0, 0, 0.7);
          box-shadow: -10px 0 rgba(0, 0, 0, 0.7), 10px 0 rgba(0, 0, 0, 0.7);
}

.et-boc a {
  font-weight: 500;
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.et-boc a:hover, .et-boc a:focus {
  color: #7d0e00;
}
.et-boc h1, .et-boc h2, .et-boc h3, .et-boc h4, .et-boc h5 {
  padding-bottom: 0;
  margin: 45px 0 30px;
}
.et-boc h1:first-child, .et-boc h2:first-child, .et-boc h3:first-child, .et-boc h4:first-child, .et-boc h5:first-child {
  margin-top: 0;
}
.et-boc h1:last-child, .et-boc h2:last-child, .et-boc h3:last-child, .et-boc h4:last-child, .et-boc h5:last-child {
  margin-bottom: 0;
}
.et-boc h1 a, .et-boc h2 a, .et-boc h3 a, .et-boc h4 a, .et-boc h5 a {
  color: inherit;
}
.et-boc h1 a:hover, .et-boc h1 a:focus, .et-boc h2 a:hover, .et-boc h2 a:focus, .et-boc h3 a:hover, .et-boc h3 a:focus, .et-boc h4 a:hover, .et-boc h4 a:focus, .et-boc h5 a:hover, .et-boc h5 a:focus {
  color: #e31900;
}
.et-boc h1 {
  font-weight: bold;
}
.et-boc ol,
.et-boc ul {
  list-style-position: outside;
  font-size: 16px;
  padding-left: 45px;
  padding-bottom: 0;
  margin: 15px 0 30px;
}
.et-boc ol li,
.et-boc ul li {
  line-height: 1.3;
  margin-bottom: 5px;
}
.et-boc blockquote {
  position: relative;
  font-size: 24px;
  font-weight: 500;
  padding: 0 0 0 45px;
  margin: 45px 0;
  border: none;
}
.et-boc blockquote:before {
  content: "\7b";
  position: absolute;
  left: -15px;
  top: -5px;
  color: #ffe164;
  font-family: "ETModules";
  font-size: 60px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.et-boc blockquote p {
  padding: 0;
  margin: 0;
}
.et-boc table {
  width: 100%;
  border: 1px solid #e6e6e6;
}
.et-boc table thead {
  font-weight: bold;
}
.et-boc table thead th, .et-boc table thead td {
  background-color: white;
  text-align: center;
}
.et-boc table tbody tr:nth-child(odd) {
  background-color: #fbfbfb;
}
.et-boc table tbody tr:nth-child(even) {
  background-color: white;
}
.et-boc table th, .et-boc table td {
  padding: 5px 10px;
}

body:not(.single-post) #page-banner h1.et_pb_module_header {
  margin: 0;
}

.et-boc .et_pb_button {
  display: block;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 481px) {
  #global-footer .et_pb_column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #global-footer .et_pb_column .et_pb_text + .et_pb_text p:before {
    content: "\2022";
    position: relative;
    top: 1px;
    font-size: 20px;
    line-height: 0;
    margin: 0 5px;
  }
}

#global-header .et_pb_menu__logo > a {
  display: block;
  padding: 10px 0;
  border-bottom: 0 solid #ffe164;
}
#global-header .et_pb_menu__logo > a:hover, #global-header .et_pb_menu__logo > a:focus {
  padding-top: 6px;
  border-bottom-width: 4px;
}
#global-header .et_pb_menu__wrap {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#global-header .et_pb_menu__wrap a:hover,
#global-header .et_pb_menu__wrap a:focus {
  opacity: 1;
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
#global-header .et_pb_menu__wrap li:not(.menu-button) > a {
  color: #464646;
}
#global-header .et_pb_menu__wrap li:not(.menu-button) > a:hover, #global-header .et_pb_menu__wrap li:not(.menu-button) > a:focus {
  color: #e31900;
  background-color: transparent;
}
#global-header .et_pb_menu__wrap li.menu-button > a {
  background-color: #e31900;
  color: white;
}
#global-header .et_pb_menu__wrap li.menu-button > a:hover, #global-header .et_pb_menu__wrap li.menu-button > a:focus {
  background-color: #7d0e00;
}
#global-header .et_pb_menu__wrap .et_mobile_nav_menu .menu-toggle-label {
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
  padding: 0;
  margin: -1px;
  border: 0;
}
#global-header .et_pb_menu__wrap .et_mobile_nav_menu .et_mobile_menu {
  padding: 15px 30px;
  margin: 0;
}
#global-header .et_pb_menu__wrap .et_mobile_nav_menu .et_mobile_menu > li {
  border-top: 1px solid rgba(204, 204, 204, 0.75);
}
#global-header .et_pb_menu__wrap .et_mobile_nav_menu .et_mobile_menu > li:first-child, #global-header .et_pb_menu__wrap .et_mobile_nav_menu .et_mobile_menu > li.menu-button {
  border-top: none;
}
#global-header .et_pb_menu__wrap .et_mobile_nav_menu .et_mobile_menu > li > a {
  border-bottom: none;
}
#global-header .et_pb_menu__wrap .et_mobile_nav_menu .et_mobile_menu > li.menu-button > a {
  text-align: center;
  margin-top: 15px;
}
#global-header .et_pb_menu__wrap .et_pb_menu__menu ul.et-menu {
  margin: 0;
}
#global-header .et_pb_menu__wrap .et_pb_menu__menu ul.et-menu > li {
  padding: 0;
}
#global-header .et_pb_menu__wrap .et_pb_menu__menu ul.et-menu > li > a {
  padding: 30px 10px;
  margin-left: 15px;
  border-bottom: 0 solid #e31900;
}
#global-header .et_pb_menu__wrap .et_pb_menu__menu ul.et-menu > li > a:hover, #global-header .et_pb_menu__wrap .et_pb_menu__menu ul.et-menu > li > a:focus {
  padding-top: 26px;
  border-bottom-width: 4px;
}
#global-header .et_pb_menu__wrap .et_pb_menu__menu ul.et-menu > li.menu-button > a {
  padding-left: 15px;
  padding-right: 15px;
}
#global-header .et_pb_menu__wrap .et_pb_menu__menu ul.et-menu > li.menu-button > a:hover, #global-header .et_pb_menu__wrap .et_pb_menu__menu ul.et-menu > li.menu-button > a:focus {
  padding-bottom: 34px;
  border-bottom-width: 0;
}
@media (min-width: 769px) {
  #global-header .et_pb_menu_inner_container {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  #global-header .et_pb_menu__wrap .et_mobile_nav_menu {
    display: none;
  }
  #global-header .et_pb_menu__wrap .et_pb_menu__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.newsletter-signup form {
  margin: 0;
}
.newsletter-signup p.et_pb_contact_field {
  float: none;
  padding-left: 0;
  margin-bottom: 20px;
}
.newsletter-signup input[type="text"],
.newsletter-signup .et_pb_contact_field_radio i {
  border: 2px solid #e2e2e2;
}
.newsletter-signup input[type="text"]:focus,
.newsletter-signup .et_pb_contact_field_radio i:focus {
  border-color: #ffe164;
  outline: none;
}
.newsletter-signup .et_pb_contact_field_options_title {
  display: none;
}
.newsletter-signup .et_pb_contact_field_options_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
}
.newsletter-signup .et_pb_contact_field_options_list .et_pb_contact_field_radio {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 1.3;
  margin-right: 30px;
}
.newsletter-signup .et_pb_contact_field_options_list .et_pb_contact_field_radio:last-child {
  margin-right: 0;
}
.newsletter-signup .et_pb_contact_field_options_list .et_pb_contact_field_radio i:before {
  width: 10px;
  height: 10px;
  background-color: #e31900;
}
.newsletter-signup .et_contact_bottom_container {
  clear: both;
  margin-top: 0;
}
.newsletter-signup .et_contact_bottom_container button {
  margin: 0;
}
.newsletter-signup .et-pb-contact-message {
  font-size: 20px;
  text-align: center;
}
@media (max-width: 480px) {
  .newsletter-signup .et_contact_bottom_container {
    display: block;
    float: none;
    margin-top: 30px;
  }
  .newsletter-signup .et_contact_bottom_container button {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .newsletter-signup p.et_pb_contact_field {
    float: left;
    width: calc(50% - 10px);
  }
  .newsletter-signup p.et_pb_contact_field.et_pb_contact_field_last {
    margin-left: 20px;
  }
  .newsletter-signup .et_pb_contact_field_options_list {
    min-height: 50px;
  }
}

html.pum-open #page-container,
html.pum-open .pum-overlay {
  padding: 0 !important;
}
html.pum-open .pum-container a {
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
html.pum-open .pum-container a:hover, html.pum-open .pum-container a:focus {
  color: #7d0e00;
}
html.pum-open .pum-container .pum-content > p {
  text-align: center;
}
html.pum-open .pum-container .pum-close {
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
html.pum-open .pum-container .pum-close:hover, html.pum-open .pum-container .pum-close:focus {
  background-color: #7d0e00;
}

.et_pb_slider .et_pb_slides,
.et_pb_slider .et_pb_gallery_items {
  padding-bottom: 45px !important;
}
.et_pb_slider .et-pb-slider-arrows a {
  background-color: rgba(0, 0, 0, 0.7);
  color: white !important;
}
.et_pb_slider .et-pb-slider-arrows a:hover, .et_pb_slider .et-pb-slider-arrows a:focus {
  color: #ffe164 !important;
}
.et_pb_slider:hover .et-pb-slider-arrows .et-pb-arrow-prev, .et_pb_slider:focus .et-pb-slider-arrows .et-pb-arrow-prev {
  left: 0;
}
.et_pb_slider:hover .et-pb-slider-arrows .et-pb-arrow-next, .et_pb_slider:focus .et-pb-slider-arrows .et-pb-arrow-next {
  right: 0;
}
.et_pb_slider .et-pb-controllers {
  line-height: 0.9;
  height: auto;
  bottom: 10px;
}
.et_pb_slider .et-pb-controllers a {
  width: 13px;
  height: 13px;
  opacity: 1;
  background-color: #727272;
}
.et_pb_slider .et-pb-controllers a:hover, .et_pb_slider .et-pb-controllers a:focus {
  background-color: #ffe164;
}
.et_pb_slider .et-pb-controllers a.et-pb-active-control {
  background-color: #e31900;
}

div.et_social_networks.et_social_simple ul.et_social_icons_container {
  text-align: center;
}
div.et_social_networks.et_social_simple ul.et_social_icons_container > li {
  display: inline-block;
  width: auto !important;
  float: none;
  margin: 0;
}
div.et_social_networks.et_social_simple ul.et_social_icons_container > li > a {
  margin: 0 10px;
}

.home #global-header {
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.home #global-header .et_pb_menu__logo-wrap {
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.home #global-header:not(.scrolled) {
  background-color: rgba(255, 255, 255, 0) !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.home #global-header:not(.scrolled) .et_pb_menu__logo-wrap {
  opacity: 0;
  z-index: -1;
}
.home #global-header:not(.scrolled) .et_mobile_nav_menu .mobile_menu_bar:before {
  color: white;
}
.home #global-header:not(.scrolled) .et_pb_menu__wrap .et_pb_menu__menu .et-menu > li:not(.menu-button) > a {
  color: white;
  border-bottom-color: white;
}
.home #home-splash .et_pb_fullwidth_header_container {
  max-width: 960px;
}
.home #home-splash .et_pb_fullwidth_header_container .header-content {
  width: 100%;
  max-width: none;
  margin: 0;
}
.home #home-splash .et_pb_fullwidth_header_container .header-content h1 > span,
.home #home-splash .et_pb_fullwidth_header_container .header-content .et_pb_fullwidth_header_subhead > span {
  display: inline;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: -10px 0 rgba(0, 0, 0, 0.7), 10px 0 rgba(0, 0, 0, 0.7);
          box-shadow: -10px 0 rgba(0, 0, 0, 0.7), 10px 0 rgba(0, 0, 0, 0.7);
}
.home .home-accent-section p {
  display: inline;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: -10px 0 rgba(0, 0, 0, 0.7), 10px 0 rgba(0, 0, 0, 0.7);
          box-shadow: -10px 0 rgba(0, 0, 0, 0.7), 10px 0 rgba(0, 0, 0, 0.7);
}
.home .home-accent-section a:hover,
.home .home-accent-section a:focus {
  color: #ffe164;
}
.home #home-ag-slider .et_pb_slide_content {
  max-width: 450px;
  text-shadow: none;
}
.home #home-ag-slider .et_pb_slide_content p {
  display: inline;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: -10px 0 rgba(0, 0, 0, 0.7), 10px 0 rgba(0, 0, 0, 0.7);
          box-shadow: -10px 0 rgba(0, 0, 0, 0.7), 10px 0 rgba(0, 0, 0, 0.7);
}
.home .home-team-member {
  text-align: center;
}
.home .home-team-member .et_pb_team_member_image {
  margin: 0 auto 15px;
}
.home .home-team-member .et_pb_member_position {
  font-size: 18px;
  margin-bottom: 5px;
}
@media (min-width: 769px) {
  .home #home-splash .et_pb_fullwidth_header_container .header-content {
    margin: 60px 0 45px;
  }
}
@media (min-width: 981px) {
  .home #home-splash .et_pb_fullwidth_header_container .header-content {
    margin: 90px 0 60px;
  }
}

body.blog .et_pb_posts .et_pb_post {
  padding: 45px 0;
  margin: 0;
  border-bottom: 1px solid #cccccc;
}
body.blog .et_pb_posts .et_pb_post:first-child {
  padding-top: 0;
}
body.blog .et_pb_posts .et_pb_post:last-of-type {
  border-bottom: none;
}
body.blog .et_pb_posts .et_pb_post .entry-title {
  margin: 0 0 15px;
}
@media (min-width: 769px) {
  body.blog .et_pb_posts .et_pb_post.has-post-thumbnail .entry-featured-image-url {
    width: 33%;
    float: left;
    margin-top: 5px;
  }
  body.blog .et_pb_posts .et_pb_post.has-post-thumbnail .entry-title,
  body.blog .et_pb_posts .et_pb_post.has-post-thumbnail .post-meta,
  body.blog .et_pb_posts .et_pb_post.has-post-thumbnail .post-content {
    margin-left: calc(33% + 30px);
  }
}

.single-post .et_pb_post_content h2 {
  font-size: 30px;
}
.single-post .et_pb_post_content h3 {
  font-size: 24px;
}
.single-post .et_pb_post_content h3 {
  font-size: 20px;
}
.single-post .et_pb_post_content h3 {
  font-size: 18px;
}
.single-post .et_pb_post_content p {
  padding: 0;
  margin: 30px 0;
}
.single-post .et_pb_post_content p:first-child {
  margin-top: 0;
}
.single-post .et_pb_post_content p:last-child {
  margin-bottom: 0;
}
.single-post .et_pb_post_content .wp-caption,
.single-post .et_pb_post_content img[class*="wp-image-"] {
  max-width: 100%;
  float: none;
  margin: 30px auto;
  -webkit-box-shadow: 0 1px 5px -2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 5px -2px rgba(0, 0, 0, 0.1);
}
.single-post .et_pb_post_content .wp-caption:first-child,
.single-post .et_pb_post_content img[class*="wp-image-"]:first-child {
  margin-top: 0;
}
.single-post .et_pb_post_content .wp-caption:last-child,
.single-post .et_pb_post_content img[class*="wp-image-"]:last-child {
  margin-bottom: 0;
}
.single-post .et_pb_post_content .wp-caption {
  background-color: white;
  line-height: 0;
  padding: 0;
  border: 5px solid white;
}
.single-post .et_pb_post_content .wp-caption img {
  width: 100%;
  margin: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.single-post .et_pb_post_content .wp-caption .wp-caption-text {
  color: #464646;
  line-height: 1.1;
  padding: 15px 10px 10px;
  margin: 0;
}
@media (min-width: 769px) {
  .single-post .et_pb_post_content .wp-caption.alignleft, .single-post .et_pb_post_content .wp-caption.alignright,
  .single-post .et_pb_post_content img[class*="wp-image-"].alignleft,
  .single-post .et_pb_post_content img[class*="wp-image-"].alignright {
    max-width: calc(50% - 30px);
    margin: 30px;
  }
  .single-post .et_pb_post_content .wp-caption.alignleft,
  .single-post .et_pb_post_content img[class*="wp-image-"].alignleft {
    float: left;
    margin-left: 0;
    -webkit-box-shadow: 1px 1px 5px -2px rgba(0, 0, 0, 0.1);
            box-shadow: 1px 1px 5px -2px rgba(0, 0, 0, 0.1);
  }
  .single-post .et_pb_post_content .wp-caption.alignright,
  .single-post .et_pb_post_content img[class*="wp-image-"].alignright {
    float: right;
    margin-right: 0;
    -webkit-box-shadow: -1px 1px 5px -2px rgba(0, 0, 0, 0.1);
            box-shadow: -1px 1px 5px -2px rgba(0, 0, 0, 0.1);
  }
}
