/*
Theme Name: Sparkle Run Theme
Theme URI: https://wordpress.org/themes/evm/
Author: Mujo Music
Author URI: www.mujomusic.net
Description: Sparkle Run Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, two-columns, left-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: Evolved Marketing Agency

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
html, body {
  padding: 1;
  margin: 0;
  overflow-x: hidden;
  background-color: white;
  font-family: "Barlow Condensed", sans-serif;
}

.header {
  background-color: red;
  height: 300px;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(black, #EC058D);
  opacity: 0.7;
}

/* Hero only: purple (logo side) → pink so logo blends into background */
.homepage-wrapper-one .overlay {
  background-image: linear-gradient(
    to right,
    rgba(45, 32, 85, 0.9) 0%,
    rgba(75, 52, 120, 0.82) 22%,
    rgba(130, 70, 145, 0.78) 50%,
    rgba(200, 50, 140, 0.75) 78%,
    rgba(236, 5, 141, 0.72) 100%
  );
  opacity: 1;
}

.desktop-nav {
  position: fixed;
  width: 100%;
  padding: 20px;
  z-index: 99;
  transition: 0.3s;
}
.desktop-nav a img {
  width: 200px;
  height: auto;
  transition: 0.3s;
  margin-top: -15px;
}
.desktop-nav ul {
  width: 700px;
  min-width: 600px;
  display: block;
  margin-left: auto;
  margin-right: 140px;
  margin-top: 35px;
  padding: 0px !important;
  transition: 0.3s;
}
.desktop-nav li {
  display: inline;
  padding: 0px 20px 0px 20px;
  list-style-type: none;
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.4em;
  margin-right: auto;
  text-align: center;
}
.desktop-nav li a {
  font-weight: 300;
  text-decoration: none;
  color: white;
  transition: 0.3s;
}
.desktop-nav li a:hover {
  transition: 0.5s;
}
.desktop-nav li.current-menu-item a {
  text-decoration: none;
}
.desktop-nav input[type=image] {
  display: inline;
  float: right;
  margin-top: -60px;
  width: 170px !important;
  height: 60px;
  border-radius: 5px;
}

.mobile-nav {
  display: none;
  position: absolute;
  width: 100%;
  padding: 20px;
  background-color: transparent;
  z-index: 98;
}
.mobile-nav img {
  width: 100px;
  height: auto;
  float: left;
}
.mobile-nav i {
  cursor: pointer;
  color: white;
  font-size: 30px;
  margin-top: 10px;
  float: right;
}

.nav-change {
  background-color: white;
  box-shadow: 1px 1px 1px 1px lightgrey;
  transition: 0.3s;
  padding: 10px;
}
.nav-change a img {
  width: 140px;
  transition: 0.3s;
}
.nav-change ul {
  margin-top: 33px;
  transition: 0.3s;
}
.nav-change li a {
  color: #5f5f5f;
  transition: 0.3s;
}
.nav-change button {
  margin-top: 10px;
  transition: 0.3s;
}

.mobile-nav-container {
  display: none;
  position: relative;
  width: 100%;
  height: auto;
  background-color: white;
}
.mobile-nav-container ul {
  display: block;
  width: 100%;
  padding: 0px 10px 0px 10px;
  list-style-type: none;
}
.mobile-nav-container ul li {
  margin-bottom: 10px;
  padding: 10px;
  padding-bottom: 12px;
  border-bottom: 1px solid lightgrey;
}
.mobile-nav-container ul li:nth-child(5) {
  border-bottom: none;
}
.mobile-nav-container ul li a {
  font-size: 1.5em;
  color: #EC058D;
}
.mobile-nav-container ul li a:hover {
  text-decoration: none;
}

.homepage-wrapper-one {
  position: relative;
  min-height: 100vh;
  height: auto;
  padding-bottom: 40px;
  background-image: url("images/main.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.homepage-wrapper-one .text-wrapper {
  width: 60%;
  padding: 20px;
  position: absolute;
  left: 50%;
  top: 58%;
  transform: translate(-50%, -58%);
}
.homepage-wrapper-one .text-wrapper .overlay-text {
  font-weight: 700;
  color: white;
  text-align: center;
  font-size: 6em;
}
.homepage-wrapper-one .text-wrapper .overlay-sub-text {
  font-weight: 400;
  color: white;
  text-align: center;
  font-size: 3em;
}
.homepage-wrapper-one .text-wrapper button {
  display: block;
  margin: auto;
  margin-top: 60px;
  font-size: 1.4em;
  background-color: #EC058D;
  border-radius: 5px;
  padding: 15px 60px 15px 60px;
  color: white;
  transition: 0.5s;
  border: 0 !important;
  transition: 0.3s;
}
.homepage-wrapper-one .text-wrapper button:hover {
  background-color: #C70477;
  transition: 0.5s;
}
.homepage-wrapper-one .text-wrapper .row button {
  margin-top: 20px;
}
.homepage-wrapper-one .mail-note {
  color: #fff;
  text-align: center;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.5;
  margin: 20px auto 0;
  max-width: 36em;
  padding: 0 16px;
}
.homepage-wrapper-one .text-wrapper input[type=image] {
  display: block;
  margin: auto;
  margin-top: 60px;
  width: 180px !important;
  height: 60px;
  border-radius: 5px;
}

.pink-title {
  color: #EC058D;
  font-size: 3em;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
}

.para {
  font-weight: 200;
  font-size: 1.4em;
  letter-spacing: 0.8px;
  display: block;
  margin: auto;
  text-align: center;
  max-width: 42em;
  color: #5f5f5f;
}

.extra-margin-btm {
  margin-bottom: 80px;
}

.homepage-wrapper-two {
  background-color: #F2F2F0;
  width: 100%;
  padding: 120px;
}

.homepage-wrapper-three {
  background-color: #FFFFFF;
  padding: 120px;
}
.homepage-wrapper-three .progress-wrapper {
  display: block;
  margin: auto;
  margin-top: 30px;
}
.homepage-wrapper-three .progress-wrapper .progress-number {
  color: #FFCF17;
  text-align: center;
  font-weight: 700;
  font-size: 6em;
  margin-bottom: -15px;
}
.homepage-wrapper-three .progress-wrapper .progress-sub {
  color: #5f5f5f;
  text-align: center;
  font-weight: 200;
  font-size: 1.4em;
}

.homepage-wrapper-four {
  background-color: #EC058D;
  width: 100%;
  padding: 120px;
}
.homepage-wrapper-four .pink-title {
  color: white;
}
.homepage-wrapper-four .para {
  color: white;
}

.homepage-wrapper-five {
  background-color: #F2F2F0;
  width: 100%;
  padding: 120px;
}
.homepage-wrapper-five img {
  width: 240px;
  height: auto;
  display: block;
  margin: auto;
}
.homepage-wrapper-five .img-sub-text {
  color: #EC058D;
  font-size: 2em;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 20px;
}
.homepage-wrapper-five button {
  display: block;
  margin: auto;
  margin-top: 60px;
  font-size: 1.4em;
  background-color: #EC058D;
  border-radius: 5px;
  padding: 15px 60px 15px 60px;
  color: white;
  transition: 0.5s;
  border: 0 !important;
  transition: 0.3s;
}
.homepage-wrapper-five button:hover {
  background-color: #C70477;
  transition: 0.5s;
}

.homepage-wrapper-six {
  background-color: white;
  padding: 120px;
}
.homepage-wrapper-six img {
  display: block;
  width: 220px;
  height: auto;
  margin: auto;
}
.homepage-wrapper-six .row-2 {
  margin-top: 100px;
}

.above-header-wrapper {
  background-color: #EC058D;
  width: 100%;
  padding: 100px 400px 100px 400px;
}
.above-header-wrapper .pink-title {
  color: white;
}
.above-header-wrapper button {
  display: block;
  margin: auto;
  margin-top: 60px;
  font-size: 1.4em;
  background-color: transparent;
  border: 2px solid white;
  border-radius: 5px;
  padding: 15px 60px 15px 60px;
  color: white;
  transition: 0.5s;
}
.above-header-wrapper button:hover {
  background-color: white;
  color: #EC058D;
  transition: 0.5s;
}

footer {
  background-color: #302D2E;
  padding: 80px 20px 80px 20px;
}
footer h6 {
  font-size: 1.6em;
  color: white;
  text-transform: uppercase;
}
footer ul {
  padding: 0px !important;
  list-style-type: none;
}
footer ul li {
  width: 100%;
  margin-bottom: 12px;
}
footer ul li a {
  font-size: 1.2em;
  color: white;
}
footer ul li a:hover {
  color: #EC058D;
  text-decoration: none;
}
footer p {
  font-size: 1.2em;
  color: white;
}
footer p a {
  color: white;
}
footer p a:hover {
  color: #EC058D;
  text-decoration: none;
}

.post-footer {
  width: 100%;
  padding: 14px 0px 10px 0px;
  background-color: #211F20;
}
.post-footer h6 {
  color: white;
}
.post-footer a {
  color: white;
}
.post-footer a:hover {
  color: #EC058D;
  text-decoration: none;
}

@media screen and (min-width: 900px) {
  .mobile-nav-container {
    display: none;
  }
}
@media screen and (max-width: 1050px) {
  .homepage-wrapper-three .progress-wrapper .progress-number {
    font-size: 5em;
  }

  .above-header-wrapper {
    padding: 40px 40px 40px 40px;
  }
}
@media screen and (max-width: 900px) {
  .desktop-nav {
    display: none;
  }

  .mobile-nav {
    display: block;
  }

  .pink-title {
    font-size: 2em;
  }

  .para {
    font-size: 1em;
  }

  .homepage-wrapper-one .text-wrapper {
    width: 100%;
    top: 56%;
    transform: translate(-50%, -56%);
  }

  .homepage-wrapper-one .text-wrapper .overlay-text {
    font-size: 3em;
  }

  .homepage-wrapper-one .text-wrapper .overlay-sub-text {
    font-size: 2em;
  }
  .homepage-wrapper-one .mail-note {
    font-size: 1em;
    max-width: 28em;
  }

  .homepage-wrapper-two {
    padding: 40px;
  }

  .homepage-wrapper-three {
    padding: 40px;
  }

  .homepage-wrapper-three .progress-wrapper .progress-number {
    font-size: 4em;
  }

  .homepage-wrapper-four {
    padding: 40px;
  }

  .homepage-wrapper-five {
    padding: 40px;
  }

  .homepage-wrapper-five img {
    width: 180px;
  }

  .homepage-wrapper-six {
    padding: 40px;
  }

  .homepage-wrapper-six .extra-margin-btm {
    margin-bottom: 20px;
  }

  .homepage-wrapper-six .row {
    margin: 0 !important;
    padding: 0 !important;
  }

  .homepage-wrapper-six .col-xs-12 {
    margin-bottom: 40px;
  }

  .homepage-wrapper-six img {
    width: 180px;
  }

  footer {
    padding: 40px 20px 40px 20px;
  }
}
.custom-header {
  position: relative;
  height: 50vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.contact-header {
  background-image: url("images/main.jpg");
}

.contact-wrapper-one {
  background-color: white;
  padding: 120px;
}
.contact-wrapper-one img {
  width: 140px;
  height: auto;
  display: block;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 10px;
}

#map {
  width: 100%;
  height: 500px;
}

.form-container {
  padding: 40px;
  padding-bottom: 0px;
}
.form-container label {
  font-size: 1.4em !important;
  color: #5f5f5f;
  font-family: "Barlow Condensed", sans-serif !important;
  font-weight: 200 !important;
}
.form-container input[type=text], .form-container input[type=email], .form-container textarea {
  font-size: 1.4em !important;
  color: #5f5f5f;
  font-family: "Barlow Condensed", sans-serif !important;
  font-weight: 200 !important;
}
.form-container #fld_7908577_1 {
  display: block;
  margin: auto;
  margin-top: 60px;
  font-size: 1.4em;
  background-color: #EC058D;
  border-radius: 5px;
  padding: 15px 60px 15px 60px;
  color: white;
  transition: 0.5s;
  border: 0 !important;
  transition: 0.3s;
}
.form-container #fld_7908577_1:hover {
  background-color: #C70477;
  transition: 0.5s;
}

@media screen and (max-width: 900px) {
  .contact-wrapper-one {
    padding: 40px;
  }

  .contact-wrapper-one img {
    width: 100px;
  }

  .form-container {
    padding: 0px;
    padding-top: 20px;
  }
}
.sponsors-header {
  background-image: url("images/main.jpg");
}

.sponsors-wrapper-one {
  background-color: white;
  padding: 120px;
}
.sponsors-wrapper-one img {
  display: block;
  width: 220px;
  height: auto;
  margin: auto;
}
.sponsors-wrapper-one .row-2 {
  margin-top: 100px;
}

.sponsors-wrapper-two {
  background-color: #F2F2F0;
  width: 100%;
  padding: 120px;
}
.sponsors-wrapper-two img {
  display: block;
  width: 240px;
  height: auto;
  margin: auto;
}
.sponsors-wrapper-two .para {
  margin-bottom: 20px;
}

.sponsors-wrapper-three {
  background-color: white;
  width: 100%;
  padding: 120px;
}
.sponsors-wrapper-three img {
  width: 200px;
  height: auto;
  display: block;
  margin: auto;
  margin-top: 40px;
}

.img-resize {
  width: 140px !important;
}

@media screen and (max-width: 900px) {
  .sponsors-wrapper-one {
    padding: 40px;
  }

  .sponsors-wrapper-one .extra-margin-btm {
    margin-bottom: 20px;
  }

  .sponsors-wrapper-one .row {
    margin: 0 !important;
    padding: 0 !important;
  }

  .sponsors-wrapper-one .col-xs-12 {
    margin-bottom: 40px;
  }

  .sponsors-wrapper-one img {
    width: 180px;
  }

  .sponsors-wrapper-two {
    padding: 40px;
  }

  .sponsors-wrapper-two .extra-margin-btm {
    margin-bottom: 20px;
  }

  .sponsors-wrapper-two .row {
    margin: 0 !important;
    padding: 0 !important;
  }

  .sponsors-wrapper-two .col-xs-12 {
    margin-bottom: 40px;
  }

  .sponsors-wrapper-three {
    padding: 40px;
  }

  .sponsors-wrapper-three img {
    width: 100px;
  }
}
.about-wrapper-one {
  background-color: #F2F2F0;
  width: 100%;
  padding: 120px;
}
.about-wrapper-one .img-wrapper {
  background-image: url("images/erinmoomey.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  margin: auto;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  margin-top: 40px;
}

.about-wrapper-two {
  background-color: #FFFFFF;
  padding: 120px;
}
.about-wrapper-two img {
  width: 140px;
  height: auto;
  display: block;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 40px;
}

.about-wrapper-three {
  background-color: #EC058D;
  width: 100%;
  padding: 120px;
}
.about-wrapper-three .pink-title {
  color: white;
}
.about-wrapper-three .para {
  color: white;
}

.about-wrapper-four {
  background-color: white;
  width: 100%;
  padding: 120px;
}

@media screen and (max-width: 900px) {
  .about-wrapper-one {
    padding: 40px;
  }

  .about-wrapper-one .img-wrapper {
    width: 160px;
    height: 160px;
  }

  .about-wrapper-two {
    padding: 40px;
  }

  .about-wrapper-two img {
    width: 100px;
  }

  .about-wrapper-three {
    padding: 40px;
  }

  .about-wrapper-four {
    padding: 40px;
  }

  .about-wrapper-five {
    padding: 40px;
  }
}
.nonprofits-wrapper-one {
  background-color: #F2F2F0;
  width: 100%;
  padding: 120px;
}
.nonprofits-wrapper-one img {
  display: block;
  margin: auto;
  width: 400px;
  height: auto;
  margin-top: 40px;
}

.nonprofits-wrapper-two {
  background-color: white;
  width: 100%;
  padding: 120px;
}
.nonprofits-wrapper-two img {
  display: block;
  width: 310px;
  height: auto;
  margin: auto;
}
.nonprofits-wrapper-two .row-2 {
  margin-top: 100px;
}

@media screen and (max-width: 900px) {
  .nonprofits-wrapper-one {
    padding: 40px;
  }

  .nonprofits-wrapper-one img {
    width: 180px;
  }

  .nonprofits-wrapper-two .extra-margin-btm {
    margin-bottom: 20px;
  }

  .nonprofits-wrapper-two {
    padding: 40px;
  }

  .nonprofits-wrapper-two img {
    width: 180px;
  }

  .nonprofits-wrapper-two .row-2 {
    margin-top: 0px;
  }

  .nonprofits-wrapper-two .col-xs-12 {
    margin-bottom: 40px;
  }
}
.main-wrapper-404 {
  padding-top: 200px;
}

.header-404 {
  background-image: url("images/main.jpg");
}

.error-wrapper-one {
  background-color: white;
  width: 100%;
  padding: 100px 200px 150px 200px;
}
.error-wrapper-one p a {
  color: #EC058D;
  text-decoration: none;
}
.error-wrapper-one input[type=text] {
  border: 1px solid lightgrey;
  border-radius: 5px;
  font-size: 1.3em !important;
  color: #5f5f5f;
  font-family: "Barlow Condensed", sans-serif !important;
  font-weight: 200 !important;
}
.error-wrapper-one label {
  display: none !important;
}
.error-wrapper-one #searchsubmit {
  display: inline;
  font-size: 1em;
  background-color: #EC058D;
  border-radius: 5px;
  padding: 8px 20px 8px 20px;
  color: white;
  transition: 0.5s;
  border: 0 !important;
  transition: 0.3s;
}
.error-wrapper-one #searchsubmit:hover {
  background-color: #C70477;
  transition: 0.5s;
}

@media screen and (max-width: 900px) {
  .error-wrapper-one {
    padding: 40px;
  }
}
.search-wrapper-one {
  background-color: white;
  width: 100%;
  padding: 100px 200px 150px 200px;
}

.search-list-item {
  font-size: 3em;
  margin-bottom: 20px;
  font-weight: 500;
}

.search-list-item a {
  color: #EC058D;
  text-decoration: none;
}

@media screen and (max-width: 900px) {
  .search-wrapper-one {
    padding: 40px;
  }

  .search-list-item {
    font-size: 1.6em;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
  }
}

/* GUI-editable content areas (block editor) */
.page-content-wrapper,
.about-wrapper-one .entry-content,
.contact-wrapper-one .entry-content,
.nonprofits-wrapper-one .entry-content,
.get-involved-page-content .entry-content,
.sponsors-intro.entry-content {
  max-width: 100%;
  padding: 40px 20px 60px;
}
.page-content-wrapper .page-title,
.entry-content h1:first-child {
  margin-top: 0;
}
.front-page-entry-content {
  max-width: 100%;
}
.front-page-entry-content .wp-block-group,
.front-page-entry-content .wp-block-cover {
  margin-bottom: 0;
}

/* Remove white gap between header and front page content */
main.front-page-content {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.front-page-entry-content,
.entry-content.front-page-entry-content {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.front-page-entry-content > *:first-child,
.entry-content.front-page-entry-content > *:first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
/* Custom HTML block wrapper (block editor) - no top gap */
.front-page-entry-content > .wp-block-html {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.front-page-entry-content > .wp-block-html > *:first-child {
  margin-top: 0 !important;
}
/* First section (hero) flush under nav */
.front-page-entry-content .homepage-wrapper-one:first-child,
.front-page-entry-content .wp-block-html .homepage-wrapper-one:first-child {
  margin-top: 0 !important;
}

/* Contact page – email + social links block */
.contact-email-social {
  text-align: center;
  margin: 2em 0;
}
.contact-email-social .contact-email {
  margin-bottom: 1.25em;
  font-size: 1.3em;
}
.contact-email-social .contact-email a {
  color: #EC058D;
  text-decoration: none;
  font-weight: 600;
}
.contact-email-social .contact-email a:hover {
  text-decoration: underline;
}
.contact-social-links {
  display: flex;
  justify-content: center;
  gap: 1.5em;
  flex-wrap: wrap;
}
.contact-social-links a {
  color: #5f5f5f;
  transition: color 0.3s;
}
.contact-social-links a:hover {
  color: #EC058D;
}
.contact-social-links i {
  font-size: 2.5em;
}

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