/*
Theme Name:         ASCA 2022 (Child Theme)
Template:           asca
Theme URI:          https://roots.io/sage/
Description:        Sage is a WordPress starter theme.
Version:            10.8.2
Author:             Roots
Author URI:         https://roots.io/
Text Domain:        sage
License:            MIT License
License URI:        https://opensource.org/licenses/MIT
Requires PHP:       8.1
Requires at least:  5.9
*/

/*--------------------------------------------------------------
# Theme Overrides
--------------------------------------------------------------*/
#meet_the_speakers h3:first-of-type,
.speaker-name,
.speaker-desc {
  color: #fff;
}

.prose a:not(.not-prose) {
  color: #00c0f3;
}

.btn-solid-secondary {
  color: #212121;
}

#hero_home_conference_details .btn-solid-secondary:hover,
#section_sponsors .btn-solid-secondary:hover {
  color: #fff;
}

#section_sponsors .btn-outline-secondary {
  color: #212121;
}

/*--------------------------------------------------------------
# Speakers
--------------------------------------------------------------*/
#speakers-section-heading {
  color: #fff;
}

/*--------------------------------------------------------------
# Registration
--------------------------------------------------------------*/
#section_registration_information aside .text-secondary {
  color: #000;
}

/*--------------------------------------------------------------
# Sponsors
--------------------------------------------------------------*/
#section_sponsors {
  background: linear-gradient(139.83deg, #3c2059 24.12%, #835eaa 84.72%);
  color: #fff !important;
}

#section_sponsors .text-gradient,
#section_sponsors h4.text-secondary {
  color: #fff !important;
}

/*--------------------------------------------------------------
# Reviews
--------------------------------------------------------------*/
#reviews-img {
  max-height: 24rem;
}

.splide > *,
.splide p {
  color: #fff;
}
