@charset "UTF-8";
/*
Theme Name:         QPI4Kids Theme 2025
Theme URI:          https://qpi4kids.org/
Author:             BeThink Studio
Author URI:         https://bethink.studio/
Description:        Custom child theme
Template:           blockbase
Version:            1.0.0
Requires at least:  6.1
Requires PHP:       7.4
License:            GNU General Public License v3 or later
License URI:        http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:        qpi4kids2025
Domain Path:        /languages
*/
/**
 * Page
 * - Description of page styles
 */
.wp-theme-style {
  color: #fff;
  padding: 2px;
  appearance: auto;
  direction: ltr;
}
@media (min-width: 960px) {
  .wp-theme-style {
    background-color: #21759b;
  }
}
@media (max-width: 781px) {
  .wp-theme-style {
    background-color: #d54e21;
  }
}
@media (min-width: 782px) and (max-width: 959px) {
  .wp-theme-style {
    background-color: #7ad03a;
  }
}

input#rcp_login_submit,
input#rcp_profile_editor_submit,
.gform_wrapper.gravity-theme .gform_footer input,
.gform_legacy_markup_wrapper .gform_footer input.button, .gform_legacy_markup_wrapper .gform_footer input[type=submit] {
  background-color: var(--wp--preset--color--purple);
  border-radius: var(--wp--custom--button--border--radius);
  border-color: var(--wp--custom--button--border--color);
  border-width: var(--wp--custom--button--border--width);
  border-style: var(--wp--custom--button--border--style);
  color: var(--wp--preset--color--base);
  font-family: var(--wp--preset--font-family--nunito-sans);
  font-size: clamp(0.879rem, 0.879rem + (1vw - 0.2rem) * 0.616, 1.31rem);
  font-style: normal;
  font-weight: 900;
  line-height: 1 !important;
  padding: 0.5rem 3rem;
  border: none;
}

input#rcp_login_submit:hover, input#rcp_login_submit:active, input#rcp_login_submit:focus,
input#rcp_profile_editor_submit:hover,
input#rcp_profile_editor_submit:active,
input#rcp_profile_editor_submit:focus,
.gform_wrapper.gravity-theme .gform_footer input:hover,
.gform_wrapper.gravity-theme .gform_footer input:active,
.gform_wrapper.gravity-theme .gform_footer input:focus,
.gform_legacy_markup_wrapper .gform_footer input.button:hover,
.gform_legacy_markup_wrapper .gform_footer input.button:active,
.gform_legacy_markup_wrapper .gform_footer input.button:focus,
.gform_legacy_markup_wrapper .gform_footer input[type=submit]:hover,
.gform_legacy_markup_wrapper .gform_footer input[type=submit]:active,
.gform_legacy_markup_wrapper .gform_footer input[type=submit]:focus,
.wp-block-search__button:hover,
.wp-block-search__button:active,
.wp-block-search__button:focus, .wp-block-button__link:hover, .wp-block-button__link:active, .wp-block-button__link:focus {
  text-decoration: none;
  cursor: pointer;
  color: var(--wp--preset--color--white) !important;
  background-color: var(--wp--preset--color--medium-orange) !important;
  border-color: transparent !important;
  border: none !important;
}

.keyword-search {
  display: flex;
  background-color: var(--wp--preset--color--white);
}
.keyword-search input {
  border-color: var(--wp--preset--color--white);
  flex: 1;
}
.keyword-search button {
  padding: 5px 38px 2px;
  background-color: var(--wp--preset--color--white);
  border-color: var(--wp--preset--color--white);
  border-style: solid;
}
.keyword-search button img {
  max-width: 40px;
}
.keyword-search button:hover {
  background-color: rgba(240, 84, 35, 0.2);
  border-color: rgba(240, 84, 35, 0.2);
}

.facetwp-facet input.facetwp-search {
  background-color: #f0f0f0;
  box-shadow: none;
  border: none;
  color: #000000 !important;
  font-size: 0.938rem;
  height: 1.875rem;
  width: 100%;
  padding-left: 25px;
  padding-right: 55px;
}

.facetwp-type-search .facetwp-input-wrap {
  width: 100%;
}
.facetwp-type-search .facetwp-input-wrap .facetwp-icon {
  right: 25px;
}
.facetwp-type-search .facetwp-input-wrap .facetwp-icon::before {
  background-image: url("/wp-content/themes/qpi4kids/images/magnifier.svg") !important;
  background-size: 20px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

/* checkboxes */
.facetwp-checkbox {
  background: url("/wp-content/themes/qpi4kids2025/assets/images/purple-box.svg") 0 50% no-repeat !important;
  background-size: 14px !important;
}
.facetwp-checkbox.checked {
  background-image: url("/wp-content/themes/qpi4kids2025/assets/images/purple-box-filled.svg") !important;
  background-size: 14px !important;
}

.facetwp-checkbox .facetwp-expand {
  color: transparent;
  background-image: url("/wp-content/themes/qpi4kids2025/assets/images/purple-arrow-down.svg");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center;
  float: none !important;
}

/* feed sorts */
.rlas-feed-sort {
  display: flex;
  justify-content: right;
}
.rlas-feed-sort div {
  margin: 0;
}
.rlas-feed-sort .facetwp-type-reset {
  display: inline-block;
}
.rlas-feed-sort .facetwp-type-sort {
  display: inline-block;
}

.rlas-feed-meta {
  font-weight: bold;
  text-transform: uppercase;
}

.rlas-feed-icon {
  margin-right: 0.625rem;
}
.rlas-feed-icon img {
  width: 21px;
  height: auto;
}

.rlas-feed-listing h2.resource-title {
  display: inline;
}

/* facet selections section */
.facetwp-selections .facetwp-selection-value {
  background: url("/wp-content/themes/qpi4kids2025/assets/images/purple-x.svg") !important;
  background-size: 14px !important;
  background-repeat: no-repeat !important;
  background-position: right center !important;
  padding-right: 20px !important;
}
.facetwp-selections ul {
  padding: 1.563rem;
  background: #f0f0f0;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  width: 100%;
  max-width: 100%;
}
.facetwp-selections ul li {
  margin-left: 0;
}

.rlas-feed-listing .facetwp-selection-label {
  color: #000000;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 0.625rem;
}
.rlas-feed-listing .facetwp-reset {
  margin-right: 40px;
}

.rlas-feed-terms span:after {
  content: ", ";
  display: inline;
}
.rlas-feed-terms span:last-of-type:after {
  content: none;
}

.rlas-feed-listing .resource-wrap:not(:last-child) {
  border-bottom: 1px var(--wp--preset--color--purple) solid;
  padding-bottom: 40px;
}

.rlas-feed-separator {
  margin: 40px 0;
  width: 100%;
}

.rlas-feed-sidebar {
  padding: 1.563rem;
  background: #f0f0f0;
}
.rlas-feed-sidebar .facetwp-facet {
  margin-bottom: 0px;
}
.rlas-feed-sidebar h3 {
  color: #000000;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.rlas-feed-icon img {
  max-width: 34px;
}

.entry-content .facetwp-facet-search.is-loading {
  opacity: 100%;
}

.rlas-feed-sort {
  display: flex;
  justify-content: right;
}
.rlas-feed-sort div {
  margin: 0;
}
.rlas-feed-sort .facetwp-type-reset {
  display: inline-block;
}
.rlas-feed-sort .facetwp-type-sort {
  display: inline-block;
}

.rlas-feed-meta {
  font-weight: bold;
  text-transform: uppercase;
}

.tag-wrap {
  font-size: 13px;
}

.rlas-feed-icon {
  margin-right: 1rem;
}
.rlas-feed-icon img {
  width: 21px;
  height: auto;
}

.rlas-feed-listing h2.resource-title {
  display: inline;
}

.rlas-spanish-icon img {
  margin-left: 40px;
}

.rlas-listing-text {
  margin: 0 0 40px 0 !important;
}

figure.rlas-qpi-icon,
figure.rlas-spanish-icon {
  line-height: 1;
}

main button,
main input[type=button],
main input[type=reset],
main input[type=submit] {
  color: var(--wp--preset--color--white);
  background: var(--wp--preset--color--purple);
  display: inline-block;
}
main button:hover,
main input[type=button]:hover,
main input[type=reset]:hover,
main input[type=submit]:hover {
  background: var(--wp--preset--color--medium-orange);
  border: 2px solid var(--wp--preset--color--medium-orange);
  text-decoration: none;
}
main button:active, main button:focus,
main input[type=button]:active,
main input[type=button]:focus,
main input[type=reset]:active,
main input[type=reset]:focus,
main input[type=submit]:active,
main input[type=submit]:focus {
  border: 2px solid var(--wp--preset--color--medium-orange);
}
main input[type=text],
main input[type=email],
main input[type=url],
main input[type=password],
main input[type=search],
main input[type=number],
main input[type=tel],
main input[type=range],
main input[type=date],
main input[type=month],
main input[type=week],
main input[type=time],
main input[type=datetime],
main input[type=datetime-local],
main input[type=color],
main textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 0;
  padding: 3px;
}
main input[type=text]:focus,
main input[type=email]:focus,
main input[type=url]:focus,
main input[type=password]:focus,
main input[type=search]:focus,
main input[type=number]:focus,
main input[type=tel]:focus,
main input[type=range]:focus,
main input[type=date]:focus,
main input[type=month]:focus,
main input[type=week]:focus,
main input[type=time]:focus,
main input[type=datetime]:focus,
main input[type=datetime-local]:focus,
main input[type=color]:focus,
main textarea:focus {
  color: #111;
}
main select {
  background-color: #f0f0f0;
  box-shadow: none;
  border: none;
  color: #000000 !important;
  font-size: 0.938rem;
  height: 1.875rem;
}
main textarea {
  width: 100%;
}

.entry-content p.rcp_error {
  background: red;
  border-radius: 0;
  border: none;
  margin-bottom: 0;
}
.entry-content p.rcp_error:last-of-type {
  margin-bottom: 0.625rem;
}

.rcp_form input[type=email], .rcp_form input[type=password], .rcp_form input[type=text] {
  padding: 4px 8px;
  margin: 0;
  background-color: var(--wp--preset--color--white);
}

#rcp_login_form p.rcp_lost_password a {
  color: var(--wp--preset--color--white);
}

:where(.wp-block-column.has-background) {
  padding-top: var(--wp--preset--spacing--50);
  padding-right: var(--wp--preset--spacing--50);
  padding-bottom: var(--wp--preset--spacing--50);
  padding-left: var(--wp--preset--spacing--50);
  box-shadow: 0px 2px 8px 3px rgba(0, 0, 0, 0.35);
}

.wp-block-column.is-style-shadow {
  box-shadow: 0px 2px 8px 3px rgba(0, 0, 0, 0.35);
}

.wp-block-group.is-style-shadow {
  box-shadow: 0px 2px 8px 3px rgba(0, 0, 0, 0.35);
}

.entry-content .map_wrapper {
  max-width: 100%;
}

nav.utility-menu a {
  font-weight: 600;
  color: var(--wp--preset--color--custom-darkest-grey);
}
nav.utility-menu a:hover {
  text-decoration: underline;
  opacity: 0.5;
}

nav.portal-menu li a::before {
  content: "|";
  display: inline;
  margin-right: 0.313rem;
}
nav.portal-menu li:first-of-type a::before {
  contnet: none;
}
nav.portal-menu a {
  font-weight: 400;
}
nav.portal-menu a:hover {
  text-decoration: underline;
}

summary {
  color: #ffffff;
  background: var(--wp--preset--color--purple);
  padding: 0.5rem 3rem;
  display: inline-block;
  border-radius: 0;
  font-size: clamp(0.879rem, 0.879rem + (1vw - 0.2rem) * 0.616, 1.31rem);
  font-weight: 900;
  border: 2px solid var(--wp--preset--color--purple);
  line-height: 1;
}

summary:focus,
summary:hover {
  background: var(--wp--preset--color--medium-orange);
  border: 2px solid var(--wp--preset--color--medium-orange);
  text-decoration: none;
}

details .wp-block-buttons {
  border: 1px solid var(--wp--preset--color--medium-orange);
  padding: 15px 20px;
}

.entry-content ul.champion-location {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.entry-content ul.champion-location li {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  display: inline;
}
.entry-content ul.champion-location .state {
  order: 1;
}
.entry-content ul.champion-location .county {
  order: 2;
}
.entry-content ul.champion-location .county:before {
  content: " — ";
  margin-left: 5px;
}

[data-name=qpi_champions] h2 {
  margin-bottom: 0;
}
[data-name=qpi_champions] p {
  margin-top: 0;
}
/*# sourceMappingURL=style.css.map */