/*
Theme Name: ExCITATION
Theme URI: https://excitation.tech
Description: Child theme for Hello Biz
Author: Sergio
Author URI: https://excitation.tech
Template: hello-biz
Version: 1.0.0
Text Domain: excitation
*/

#exc-steps .exc-accent-number,
#exc-steps .wcdp-emphasized {
  text-transform: lowercase;
  color: #277F98;
  font-size: 18px;
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 400;
}

#exc-steps .wcdp-fundraising-progress,
#exc-steps .wcdp-choose-donation {
  text-align: center;
}

#exc-steps .wcdp-variation-heading,
#exc-steps .wcdp-divider,
#exc-steps #exc-percent {
  display: none;
}

#exc-steps .exc_wcdp_amount {
  justify-content: center;
}

#exc-steps .exc-h100 .elementor-shortcode,
#exc-steps .exc-h100 .wcdp-form,
#exc-steps .exc-h100 .wcdp-body {
  height: 100%;
}

#exc-steps .wcdp-choose-donation {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#exc-steps .funding-goal .feature-name {
  text-align: center;
}

#exc-circle-pbar .circle-pbar-label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #277F98;
  font-size: 18px;
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 400;
}

.wp-child-theme-excitation .wcdp-body {
  overflow: visible;
}

.wp-child-theme-excitation .wcdp-arrow {
  display: none;
}

.wp-child-theme-excitation .exc_wcdp_vote_price {
  margin-top: 18px;
}

.wp-child-theme-excitation .exc_wcdp_amount {
  display: flex;
  flex-wrap: wrap;
  /* Selected donation amount */
}

.wp-child-theme-excitation .exc_wcdp_amount li label {
  width: auto;
  min-width: 40px;
  height: 40px;
  background: #EDF2F7;
  border-radius: 12px;
  padding: 13px;
}

.wp-child-theme-excitation .exc_wcdp_amount li input:checked + label {
  background: #D0DEFF;
  color: #1C1C1C;
}

.wp-child-theme-excitation .exc_wcdp_amount li > input:checked + label:after {
  display: none;
}

.wp-child-theme-excitation .exc_wcdp_amount li input:hover:not(:checked):not(:disabled) + label {
  background: #DDE7FF;
}

.wp-child-theme-excitation .exc_wcdp_amount input.wcdp_value_other:not(:checked) ~ .wcdp_label_custom_amount > .wcdp_cu_field {
  display: none;
}

.wp-child-theme-excitation .exc_wcdp_amount input.wcdp_value_other:not(:checked) ~ .wcdp_label_custom_amount > .wcdp_other {
  background: url("img/pen.svg") no-repeat center;
  background-size: contain;
  height: 16px;
  width: 15px;
}

.wp-child-theme-excitation .exc_wcdp_amount input.wcdp_value_other:checked ~ .wcdp_label_custom_amount > .wcdp_other {
  display: none;
}

.wp-child-theme-excitation .exc_wcdp_amount input.wcdp_value_other:checked ~ .wcdp_label_custom_amount {
  padding: 5px;
}

.wp-child-theme-excitation .exc_wcdp_amount .wcdp_cu_field input.wcdp-donation-amount {
  border: 1px solid #CBD5E0;
  border-radius: 8px;
  width: 40px;
  min-width: 40px;
  padding: 0px 0px 1px 4px;
  text-align: center;
  height: 30px;
  margin-left: 2px;
}

.wp-child-theme-excitation .exc_wcdp_amount .wcdp_cu_field input.wcdp-donation-amount:focus {
  border-color: #6280C8;
  outline: none;
}

#exc-features-list .feature-card {
  margin-bottom: 2em;
  border: 1px solid #F0F3FF;
  border-radius: 16px;
  background: #FEFEFE;
  padding: 1.6em 1.6em 1.6em 2em;
  position: relative;
  color: #1C1C1C;
  transition: all 0.4s ease;
}

#exc-features-list .feature-card .description {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.3s ease, opacity 0.3s ease;
  margin-bottom: 0.7em;
}

#exc-features-list .feature-card .excerpt {
  opacity: 1;
  overflow: hidden;
  transition: opacity 0.3s ease;
  margin-bottom: 0.7em;
}

#exc-features-list .feature-card .excerpt .read-more {
  display: none;
}

#exc-features-list .feature-card.expanded .description {
  max-height: 2000px;
  opacity: 1;
}

#exc-features-list .feature-card.expanded .excerpt {
  max-height: 0;
  opacity: 0;
}

#exc-features-list .feature-card.expanded .expand-icon {
  transform: translateY(-50%) rotate(90deg);
}

#exc-features-list .expand-icon {
  position: absolute;
  background: url("img/arrow.svg") no-repeat center;
  left: -20px;
  width: 12px;
  height: 12px;
  transition: transform 0.3s ease;
  top: 50%;
  transform: translateY(-50%);
}

#exc-features-list h4.title {
  font-size: 1.2em;
  color: #1C1C1C;
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 400;
  margin: 0 0 0.5em 0;
  position: relative;
  cursor: pointer;
}

#exc-features-list h4.title:hover {
  color: #277F98;
}

#exc-features-list h4.title:hover .expand-icon {
  filter: brightness(0) saturate(100%) invert(35%) sepia(61%) saturate(1053%) hue-rotate(152deg) brightness(92%) contrast(84%);
}

#exc-features-list .feature-card.nodescription .expand-icon {
  display: none;
}

#exc-features-list .feature-card.nodescription h4.title {
  cursor: default;
}

#exc-features-list .feature-card.nodescription h4.title:hover {
  color: #1C1C1C;
}

#exc-features-list .votes-row {
  margin-bottom: 0.7em;
  position: relative;
  display: flex;
  align-items: center;
  min-width: 120px;
  width: calc(var(--vote_percentage) * 0.88);
}

#exc-features-list .votes-bar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-radius: 16px;
  height: 28px;
  width: 100%;
  position: relative;
  z-index: 2;
}

#exc-features-list .votes-bar-20 {
  background: #12C2E9;
  justify-content: center;
}

#exc-features-list .votes-bar-40 {
  background: linear-gradient(90deg, #12C2E9 10%, #6F97EB 100%);
}

#exc-features-list .votes-bar-60 {
  background: linear-gradient(90deg, #12C2E9 15%, #C471ED 100%);
}

#exc-features-list .votes-bar-80 {
  background: linear-gradient(90deg, #12C2E9 15%, #C471ED 80%, #DC61A6 100%);
}

#exc-features-list .votes-bar-100 {
  background: linear-gradient(90deg, #12C2E9 15%, #C471ED 60%, #F64F59 100%);
}

#exc-features-list span.votes-number {
  color: #fff;
  font-weight: 700;
  font-size: 1em;
  padding: 0 1em;
  font-family: "Merriweather Sans", sans-serif;
  font-size: 18px;
  white-space: nowrap;
}

#exc-features-list .add-votes-wrapper {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  transform: translateX(calc(100% - 72px));
  transition: transform 0.3s ease;
}

#exc-features-list .add-votes-wrapper.votes-input-open {
  transform: translateX(calc(100% - 22px));
}

#exc-features-list .add-votes-wrapper.votes-input-open .add-votes:hover {
  transform: translateX(0);
}

#exc-features-list .add-votes {
  height: 28px;
  color: #718096;
  font-size: 1em;
  font-weight: 400;
  padding: 2px 0 0 0em;
  background-color: #F0F4F8;
  border: 1px solid #CBD5E0;
  border-radius: 14px;
  background-image: none;
  white-space: nowrap;
  transition: transform 0.2s ease;
}

#exc-features-list .add-votes:hover {
  transform: translateX(5px);
  color: #277F98;
}

#exc-features-list .add-votes input {
  border: 1px solid #CBD5E0;
  border-radius: 8px;
  width: 40px;
  min-width: 40px;
  padding: 0px 0px 1px 4px;
  text-align: center;
  height: 23px;
  margin-left: 30px;
}

#exc-features-list .add-votes input:focus {
  border: 1px solid #6280C8;
}

#exc-features-list .add-votes span.add-vote-btn {
  cursor: pointer;
  padding: 2px 8px;
}

#exc-features-list .add-votes span.add-vote-btn.saving {
  cursor: wait;
  pointer-events: none;
}

#exc-features-list .add-votes span.add-vote-btn.saving span {
  display: inline-block;
  animation: vote-saving-wave 1.2s ease-in-out infinite;
  padding: 0;
  position: relative;
  top: 0px;
}

#exc-features-list .add-votes span.add-vote-btn.saving span:nth-child(1) {
  animation-delay: 0s;
}

#exc-features-list .add-votes span.add-vote-btn.saving span:nth-child(2) {
  animation-delay: 0.1s;
}

#exc-features-list .add-votes span.add-vote-btn.saving span:nth-child(3) {
  animation-delay: 0.2s;
}

#exc-features-list .add-votes span.add-vote-btn.saving span:nth-child(4) {
  animation-delay: 0.3s;
}

#exc-features-list .add-votes span.add-vote-btn.saving span:nth-child(5) {
  animation-delay: 0.4s;
}

#exc-features-list .add-votes span.add-vote-btn.saving span:nth-child(6) {
  animation-delay: 0.5s;
}

#exc-features-list .excerpt {
  margin-bottom: 0.7em;
}

#exc-features-list .excerpt .read-more {
  display: none;
}

#exc-features-list .meta {
  font-size: 1em;
}

#exc-features-list .field {
  margin-right: 1.5em;
}

#exc-features-list .field span {
  color: #718096;
}

#exc-features-list .feature-rank {
  margin-left: 1em;
  color: #CBD5E0;
  font-size: 1.5em;
  font-weight: 600;
  min-width: 2.5em;
  text-align: right;
  position: absolute;
  right: 0.4em;
  top: 0.4em;
}

#exc-features-list .feature-rank-leader {
  background: url("img/leader.svg") no-repeat center;
  width: 26px;
  height: 28px;
  position: absolute;
  right: 0.4em;
  top: 0.4em;
  cursor: help;
}

@keyframes vote-saving-wave {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-2px);
  }
}

#cookie-notice {
  color: #1C1C1C;
  font-family: inherit;
  background: #D0DEFF;
  padding: 20px;
  position: fixed;
  bottom: 10px;
  left: 10px;
  width: 100%;
  max-width: 300px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  margin: 0px;
  visibility: hidden;
  z-index: 1000000;
  box-sizing: border-box;
}

#cookie-notice button {
  color: #FEFEFE;
  background: #6280C8;
  border: 0;
  padding: 10px;
  margin-top: 10px;
  width: 100%;
  cursor: pointer;
}

.wp-child-theme-excitation h4 {
  font-size: 1.2em;
  color: #1C1C1C;
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 400;
}

.wp-child-theme-excitation .notyf__toast {
  border-radius: 16px;
}

.wp-child-theme-excitation button.button {
  background: linear-gradient(90deg, #6280C8 0%, #277F98 100%);
  border: 0px solid transparent;
  color: #FFFCF9;
  border-radius: 12px;
  padding: 0.7em 2em;
  font-size: 18px;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.wp-child-theme-excitation button.button:hover {
  background: linear-gradient(90deg, #6280C8 0%, #277F98 100%);
  color: #FFFCF9;
  filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.2));
  transform: translateY(-2px);
}

.wp-child-theme-excitation input:focus {
  outline: none;
  border: 1px solid #6280C8;
}

.wp-child-theme-excitation .exc-q,
.wp-child-theme-excitation .exc-question {
  display: inline-block;
  width: 9px;
  height: 9px;
  background: url("img/tooltip-question.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  margin-left: 2px;
  top: 2px;
  transform: translateY(-50%);
  cursor: help;
}

.wp-child-theme-excitation .hero-pointer {
  display: block;
  width: 30px;
  height: 30px;
  cursor: help;
}

.wp-child-theme-excitation [aria-label][role~=tooltip]::after {
  background-color: #FFFCF9;
  border-radius: 16px;
  color: #1C1C1C;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  font-size: 16px !important;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  --microtip-font-size: 16px;
  line-height: 1.4em;
}

.wp-child-theme-excitation [role~=tooltip][data-microtip-position|=top]::before {
  background: none !important;
}

.wp-child-theme-excitation [role~=tooltip][data-microtip-position|=bottom]::before {
  background: none !important;
}

.wp-child-theme-excitation [role~=tooltip][data-microtip-position=left]::before {
  background: none !important;
}

.wp-child-theme-excitation [role~=tooltip][data-microtip-position=right]::before {
  background: none !important;
}

.wp-child-theme-excitation .slide-container.image-none {
  width: 40%;
  background-color: #FFFCF9;
  border-radius: 16px;
}

.wp-child-theme-excitation .swiper-button-next,
.wp-child-theme-excitation .swiper-button-prev {
  color: #1C1C1C;
}

.wp-child-theme-excitation .swiper-pagination-bullet-active {
  background-color: #6280C8;
}

.wp-child-theme-excitation .ehp-header .ehp-header__navigation {
  background: #FEFEFE !important;
}

.wp-child-theme-excitation .ehp-header__contact-button {
  margin-top: 2px;
}

.wp-child-theme-excitation .ehp-header__button-toggle {
  background-image: none;
  color: #1C1C1C;
}

.wp-child-theme-excitation #vote-purchase-form {
  transition: box-shadow 0.5s ease;
}

@keyframes highlight-shadow {
  0% {
    box-shadow: rgba(0, 0, 0, 0.05) 7px 7px 20px 0px;
  }

  50% {
    box-shadow: rgba(39, 127, 152, 0.5) 0px 0px 30px 5px;
  }

  100% {
    box-shadow: rgba(0, 0, 0, 0.05) 7px 7px 20px 0px;
  }
}

.wp-child-theme-excitation .highlight-animation {
  animation: highlight-shadow 1s ease 3;
}

.wp-child-theme-excitation button.show-password-input {
  background-image: none;
}

.wp-child-theme-excitation .woocommerce-account-fields,
.wp-child-theme-excitation .woocommerce-MyAccount-navigation-link--downloads {
  display: none;
}

.wp-child-theme-excitation .wcdp-leaderboard-s1 .wcdp-leaderboard-title {
  font-size: 1em;
  font-weight: normal !important;
}

.wp-child-theme-excitation .wcdp-leaderboard-s1 .wcdp-leaderboard-subtitle {
  color: #718096;
}

.wp-child-theme-excitation details summary {
  cursor: pointer;
}

.wp-child-theme-excitation details summary:hover {
  color: #277F98;
}

@media (max-width: 1024px) {
  #exc-features-list .votes-row {
    width: calc(var(--vote_percentage) * 0.75);
  }

  .wp-child-theme-excitation .ehp-header__contact-button {
    margin-top: 4px;
  }
}

@media (max-width: 767px) {
  #exc-features-list .votes-row {
    width: calc(var(--vote_percentage) * 0.73);
  }

  .wp-child-theme-excitation .slide-container.image-none {
    width: 75%;
  }

  .wp-child-theme-excitation .ehp-header__contact-button {
    margin-top: 2px;
  }
}

@media only screen and (max-width: 600px) {
  #cookie-notice {
    max-width: 100%;
    bottom: 0;
    left: 0;
    border-radius: 0;
  }
}