/**
 * Theme Name: Child Labour
 * Description: Child Labour theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */
#pledges-loop {
  padding-top: 2em;
  padding-bottom: 5em;
}

.dropdown-open + #pledges-loop {
  position: relative;
  opacity: 0.15;
}

.cl-pledges__loop {
  --pledge-size: 350px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(var(--pledge-size), 1fr));
  gap: 1em;
}
@media screen and (max-width: 960px) {
  .cl-pledges__loop {
    --pledge-size: 300px;
  }
}

.cl-pledges__load-more {
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-family: "Baloo 2", display;
  margin-top: 2em;
}
#pledges-loop.cl-pledges_visible .cl-pledges__load-more {
  display: none;
}

.cl-pledge-loop {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 2em;
  min-height: var(--pledge-size);
}
#pledges-loop:not(.cl-pledges_visible) .cl-pledge-loop.cl-pledge_hidden {
  display: none;
}
.cl-pledge-loop * {
  color: #fff;
  margin: 0;
}
.cl-pledge-loop a {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.cl-pledge-loop__stakeholder {
  font-size: 0.9375rem;
  line-height: 1.25;
  text-transform: uppercase;
  margin-bottom: 0.25em;
}

.cl-pledge-loop__title {
  flex-grow: 1;
  font-size: 1.25rem;
  line-height: 1.4em;
}

.cl-pledge-loop__readmore {
  font-size: 0.9375rem;
  text-transform: uppercase;
  display: inline-flex;
  font-weight: bold;
  align-items: center;
}
.cl-pledge-loop__readmore::after {
  content: "";
  display: inline-block;
  height: 1em;
  width: 1em;
  margin-left: 0.5em;
  margin-top: -2px;
  background: url(img/arrow.svg) no-repeat center;
  background-size: contain;
}

.cl-pledges__pagination {
  margin-top: 1em;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}
.cl-pledges__pagination > * {
  font-family: "Baloo 2", display;
  display: flex;
  justify-content: center;
  color: #052538;
  min-width: 2.25rem;
  line-height: 2.25rem;
}
.cl-pledges__pagination > *:not(.current) {
  border-radius: var(--border-radius, 2px);
  background-color: #D5D5D5;
}
.cl-pledges__pagination > *:not(.current):hover {
  background-color: var(--top-button-background-color, var(--paletteColor3));
  color: #fff;
}

.cl-nothing-found {
  text-align: center;
  font-size: 1.5625rem;
  font-family: "Baloo 2", display;
}

.cl-pledges-search {
  background: #f2f2f2;
  padding: 3.5em 0 5em;
}

.cl-pledges-filter__heading {
  text-align: center;
  font-size: 1.5625rem;
  font-weight: bold;
  margin-bottom: 1em;
}

#pledges-filter {
  padding-bottom: 0.5em;
  border-bottom: 1px solid #d6d6d6;
}

.cl-pledges-search__container,
.cl-pledges-filter__container {
  width: var(--default-editor, var(--block-width));
  max-width: var(--default-editor, var(--block-max-width));
  margin-left: auto;
  margin-right: auto;
}

.cl-pledges-filter__container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .cl-pledges-filter__container {
    flex-direction: column;
    align-items: flex-start;
    gap: 1em;
  }
}
.cl-pledges-filter__container [class*=wp-block-button] {
  font-family: "Baloo 2", display;
}
.cl-pledges-filter__container .wp-block-button__link {
  margin-left: 3em;
}
.cl-pledges-filter__container .wp-block-button__reset {
  margin-left: 1em;
  background: transparent;
  display: none;
}
.filtered .cl-pledges-filter__container .wp-block-button__reset {
  display: block;
}

.cl-pledges-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 3em;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .cl-pledges-filter {
    flex-direction: column;
    align-items: flex-start;
    gap: 1em;
  }
}
.cl-pledges-filter label {
  font-family: "Baloo 2", display;
  font-size: 1rem;
  text-transform: uppercase;
}

.cl-pledges-filter__field {
  display: flex;
  align-items: center;
  gap: 0.5em;
}

.cl-pledges-filter__field_dropdown {
  position: relative;
}
@media screen and (min-width: 769px) {
  .cl-pledges-filter__field_dropdown {
    cursor: pointer;
  }
  .cl-pledges-filter__field_dropdown.open .cl-pledges-filter__trigger::after {
    transform: rotate(-180deg);
  }
  .cl-pledges-filter__field_dropdown.open .cl-pledges-filter__dropdown {
    cursor: initial;
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 5px);
  }
}

.cl-pledges-filter__trigger {
  margin-top: 0;
  margin-bottom: 0;
  display: inline-flex;
  align-items: center;
  font-size: 1rem;
  text-transform: uppercase;
}
@media screen and (min-width: 769px) {
  .cl-pledges-filter__trigger::after {
    content: "";
    display: inline-block;
    height: 0.75rem;
    width: 0.75rem;
    background: url(img/chevron.svg) no-repeat center;
    margin-left: 0.5em;
    transition: transform 0.2s ease-in-out;
  }
}

.cl-pledges-filter__dropdown {
  margin-top: 0.5em;
}
@media screen and (min-width: 769px) {
  .cl-pledges-filter__dropdown {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1em;
    padding: 1.5em;
    background-color: #fff;
    border-radius: 2px;
    position: absolute;
    top: 100%;
    left: 50%;
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, 15px);
    transition-property: opacity, visibility, transform;
    transition-duration: 0.2s;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
    z-index: 10;
  }
  .cl-pledges-filter__dropdown .cl-pledges-filter__field {
    min-width: 12.5rem;
  }
}
.cl-pledges-filter__dropdown .cl-pledges-filter__field {
  align-items: flex-start;
}
.cl-pledges-filter__dropdown .cl-pledges-filter__field input {
  margin-top: 0.15em;
}
@media screen and (max-width: 768px) {
  .cl-pledges-filter__dropdown .cl-pledges-filter__field + * {
    margin-top: 0.5em;
  }
}
.cl-pledges-filter__dropdown .cl-pledges-filter__field label {
  font-size: 0.875rem;
  line-height: 1.1;
  text-transform: none;
}

.cl-pledges-search__container #ajaxsearchlite1 .probox,
.cl-pledges-search__container div.asl_w .probox {
  border-width: 1px;
  border-color: #d6d6d6;
}
.cl-pledges-search__container div.asl_w .probox .promagnifier .innericon svg {
  fill: #ccc;
}
.cl-pledges-search__container #ajaxsearchlite1 .probox .proinput input,
.cl-pledges-search__container div.asl_w .probox .proinput input,
.cl-pledges-search__container #ajaxsearchlite1 .probox .proinput,
.cl-pledges-search__container div.asl_w .probox .proinput {
  font-family: "Baloo 2", display;
  font-size: 1rem;
}
.cl-pledges-search__container div.asl_m .probox .proinput input.autocomplete {
  margin-top: -1.5em !important;
}
.cl-pledges-search__container div.asl_m .probox .proinput input {
  height: 1.5em;
}

div.asl_r .results .asl_nores .asl_nores_header,
div.asl_r .results .item .asl_content h3,
div.asl_r .results .item .asl_content h3 a {
  font-family: "Baloo 2", display;
}

div.asl_r .results .item .asl_content h3,
div.asl_r .results .item .asl_content h3 a {
  font-size: 1rem !important;
  font-weight: bold !important;
  color: var(--heading-2-color) !important;
}

div.asl_r .results .item {
  padding-top: 0.5em !important;
  padding-bottom: 0.5em !important;
}

div.asl_r.asl_w.vertical .results .item::after {
  background: #ccc !important;
}

div.asl_r .results .item div.etc {
  display: none !important;
}

div[id*=ajaxsearchlite].wpdreams_asl_container {
  max-width: 80%;
  margin-left: auto !important;
  margin-right: auto !important;
}

.cl-cards__loop {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 30px;
}

.card-preview {
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 5px;
  text-align: center;
  background: #fff;
}
.card-preview .card-image {
  width: 100%;
  height: auto;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.card-preview .card-sentence {
  font-size: 23px;
  font-family: "Baloo 2" !important;
  font-weight: bold;
  padding: 1em 1em 0.25em;
}
.card-preview .card-author {
  color: #B1B1B1;
  font-size: 19px;
  padding: 0.25em 1em 1em;
}

.single-cl-pledges article {
  --has-boxed: var(--false);
  --has-wide: var(--true);
}
.single-cl-pledges .ct-share-box {
  margin-bottom: 5em;
}

.cl-pledge__header {
  text-align: center;
  padding-top: 5em;
}
.cl-pledge__header h1 {
  margin-top: 0.35em;
  margin-bottom: 0.5em;
}

.cl-pledge__stakeholder {
  text-transform: uppercase;
  font-size: 1.5625rem;
  margin-bottom: 0;
}
.cl-pledge__stakeholder + p {
  font-size: 1.125rem;
}

.cl-pledge__intro {
  margin-top: 3em;
  margin-bottom: 3em;
  padding-top: 4em;
  border-top: 1px solid #d6d6d6;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .cl-pledge__intro {
    padding-top: 3em;
    margin-top: 3em;
  }
}
.cl-pledge__intro p {
  font-size: 1.5625rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .cl-pledge__intro p {
    font-size: 1.125rem;
  }
}

.cl-pledge__cards {
  padding-top: 1em;
  margin-top: 1em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .cl-pledge__cards {
    padding-top: 3em;
    margin-top: 3em;
  }
}

.cl-pledge__card {
  text-align: center;
  border: 5px solid var(--heading-2-color);
  border-radius: 5px;
  background: url(img/lettering.png) repeat center;
  padding: 3em 4em;
  margin: 4em 0;
}
@media screen and (max-width: 768px) {
  .cl-pledge__card {
    padding: 2em 1em;
    margin-top: 2em;
    margin-bottom: 2em;
  }
}
.cl-pledge__card:nth-child(1) {
  margin-top: 0;
  transform: rotate(-2deg);
}
@media screen and (max-width: 768px) {
  .cl-pledge__card:nth-child(1) {
    transform: none;
  }
}
.cl-pledge__card:nth-child(3) {
  transform: rotate(3deg);
}
@media screen and (max-width: 768px) {
  .cl-pledge__card:nth-child(3) {
    transform: none;
  }
}
.cl-pledge__card p {
  max-width: 51.25rem;
  margin-left: auto;
  margin-right: auto;
}
.cl-pledge__card h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .cl-pledge__card h2 {
    font-size: 1.75rem;
    line-height: 1.25;
  }
}
.cl-pledge__card h2:after {
  content: "";
  display: inline-block;
  height: 4.625rem;
  width: 4.625rem;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  background-size: 97%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .cl-pledge__card h2:after {
    height: 2.125rem;
    width: 2.125rem;
  }
}
.cl-pledge__card:nth-child(1) h2:after {
  background-image: url(img/quote-left-solid-green.svg);
}
.cl-pledge__card:nth-child(2) h2:after {
  background-image: url(img/quote-left-solid-red.svg);
}
.cl-pledge__card:nth-child(3) h2:after {
  background-image: url(img/quote-left-solid-orange.svg);
}

.cl-pledge__action {
  display: flex;
  justify-content: center;
  padding-bottom: 4em;
}

.cl-pledge-share {
  max-width: var(--default-editor, var(--block-max-width));
  margin-left: var(--default-editor, auto);
  margin-right: var(--default-editor, auto);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 4em;
  gap: 2em;
}
.cl-pledge-share > p {
  font-size: 2.1875rem;
  font-weight: bold;
  color: var(--paletteColor5);
}
@media screen and (max-width: 768px) {
  .cl-pledge-share {
    flex-direction: column;
    gap: 0.5em;
    text-align: center;
  }
  .cl-pledge-share > p {
    font-size: 1.5625rem;
  }
}

.ct-share-box[data-type=custom] {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .ct-share-box[data-type=custom] {
    display: block !important;
  }
}
.ct-share-box[data-type=custom] > div {
  display: flex;
  align-items: center;
  gap: 1em;
}
.ct-share-box[data-type=custom] a {
  color: #fff;
  padding: 0.7em;
  border-radius: 50%;
}
.ct-share-box[data-type=custom] a svg {
  fill: currentColor;
}
.ct-share-box[data-type=custom] a:nth-child(1) {
  background-color: var(--paletteColor2);
}
.ct-share-box[data-type=custom] a:nth-child(2) {
  background-color: var(--paletteColor3);
}
.ct-share-box[data-type=custom] a:nth-child(3) {
  background-color: var(--paletteColor1);
}

.cl-sentence-starters__close {
  display: inline-flex !important;
  position: absolute !important;
  top: 1em !important;
  right: 1em !important;
  width: 2em !important;
  height: 2em !important;
  background-image: url(img/close.svg) !important;
  background-size: cover !important;
  background-position: center !important;
  cursor: pointer !important;
}
.cl-sentence-starters__close span {
  display: none;
}

div.cl-card-submission {
  padding-top: 2em !important;
  padding-bottom: 2em !important;
}
div.cl-card-submission.cl-modal_open {
  position: relative;
  z-index: 100;
}
div.cl-card-submission.cl-modal_open::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #052538;
  opacity: 0.95;
}
div.cl-card-submission.cl-modal_open .wpforms-form .wpforms-field.sentence-starters {
  display: block;
}
div.cl-card-submission .wpforms-form {
  text-align: center;
}
div.cl-card-submission .wpforms-form h2 {
  font-size: 40px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  div.cl-card-submission .wpforms-form h2 {
    font-size: 28px !important;
  }
}
div.cl-card-submission .wpforms-form h2 + p {
  margin-top: 0.5em !important;
}
div.cl-card-submission .wpforms-form .wpforms-field.sentence-starters {
  position: absolute !important;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  background: #fff !important;
  border-radius: 3px !important;
  padding: 3em !important;
  display: none;
  text-align: left;
  max-width: 680px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  div.cl-card-submission .wpforms-form .wpforms-field.sentence-starters {
    padding: 2em !important;
  }
}
div.cl-card-submission .wpforms-form .wpforms-field.sentence-starters ul {
  list-style-type: none;
}
div.cl-card-submission .wpforms-form .wpforms-field.sentence-starters .wpforms-field-label {
  font-family: "Baloo 2" !important;
  font-size: 40px;
  line-height: 1.25;
  font-weight: bold;
  color: #8D094A;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  div.cl-card-submission .wpforms-form .wpforms-field.sentence-starters .wpforms-field-label {
    font-size: 28px;
  }
}
div.cl-card-submission .wpforms-form .card-preview {
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 5px;
  text-align: center;
  background: #fff;
}
div.cl-card-submission .wpforms-form .card-preview .card-image {
  width: 100%;
  height: auto;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
div.cl-card-submission .wpforms-form .card-preview .card-sentence {
  font-size: 23px;
  font-family: "Baloo 2" !important;
  font-weight: bold;
  padding: 1em 1em 0.25em;
}
div.cl-card-submission .wpforms-form .card-preview .card-author {
  color: #B1B1B1;
  font-size: 19px;
  padding: 0.25em 1em 1em;
}
div.cl-card-submission .wpforms-field-limit-text {
  display: none;
}
div.cl-card-submission .wpforms-page-1 {
  max-width: 870px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
div.cl-card-submission .wpforms-page-1 .wpforms-field-html p {
  margin-top: 1em;
  margin-bottom: 2em;
}
div.cl-card-submission .wpforms-form .wpforms-page-2 {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-areas: "title title" "imgchoice name" "imgchoice preview" "pagination pagination";
  grid-column-gap: 15em;
}
@media screen and (max-width: 768px) {
  div.cl-card-submission .wpforms-form .wpforms-page-2 {
    display: block;
  }
}
div.cl-card-submission .wpforms-form .wpforms-page-2::after {
  content: "";
  display: block;
  width: 1px;
  height: 65%;
  position: absolute;
  top: 15%;
  right: 50%;
  bottom: 0null;
  background-color: #D1D1D1;
}
@media screen and (max-width: 768px) {
  div.cl-card-submission .wpforms-form .wpforms-page-2::after {
    display: none;
  }
}
div.cl-card-submission .wpforms-form .wpforms-page-2 h2 {
  color: #8D094A !important;
}
div.cl-card-submission .wpforms-form .wpforms-page-2 > div:first-child {
  grid-area: title;
}
div.cl-card-submission .wpforms-form .wpforms-page-2 .wpforms-field-label {
  font-size: 25px !important;
  font-weight: normal !important;
  font-family: "Baloo 2" !important;
  margin-bottom: 0.6em !important;
}
@media screen and (max-width: 768px) {
  div.cl-card-submission .wpforms-form .wpforms-page-2 .wpforms-field-label {
    font-size: 22px !important;
  }
}
div.cl-card-submission .wpforms-form .card-preview {
  margin-top: 2em;
}
@media screen and (max-width: 768px) {
  div.cl-card-submission .wpforms-form .wpforms-image-choices {
    padding: 1px !important;
  }
}
div.cl-card-submission .wpforms-form .card-add-image {
  grid-area: imgchoice;
}
div.cl-card-submission .wpforms-form .card-add-image ul {
  list-style-type: none;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(105px, 1fr));
  gap: 1em;
}
div.cl-card-submission .wpforms-form .card-add-image.wpforms-list-inline li {
  margin-right: 0 !important;
}
div.cl-card-submission .wpforms-form .card-add-image li {
  margin-bottom: 0 !important;
  display: flex !important;
  padding: 0.5em !important;
}
div.cl-card-submission .wpforms-form .card-add-image li.wpforms-selected {
  outline: 1px solid #D1D1D1;
}
div.cl-card-submission .wpforms-form .card-add-image br,
div.cl-card-submission .wpforms-form .card-add-image .wpforms-image-choices-label,
div.cl-card-submission .wpforms-form .card-add-image input {
  display: none !important;
}
div.cl-card-submission .wpforms-form .card-add-image .wpforms-field-label-inline {
  display: flex;
}
div.cl-card-submission .wpforms-form .card-add-image .wpforms-image-choices-image {
  aspect-ratio: 1/1;
  display: flex;
}
div.cl-card-submission .wpforms-form .card-add-image .wpforms-image-choices-image img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
div.cl-card-submission .card-add-author {
  grid-area: name;
  text-align: center;
}
@media screen and (max-width: 768px) {
  div.cl-card-submission .card-add-author {
    margin-top: 1em !important;
  }
}
div.cl-card-submission .wpforms-field-html {
  grid-area: preview;
}
div.cl-card-submission .wpforms-form .wpforms-page-3 {
  max-width: 800px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
div.cl-card-submission .wpforms-form .wpforms-page-3 .wpforms-pagebreak-left .wpforms-page-button {
  color: currentColor;
  background: transparent;
  padding: 0;
  border: none;
  margin-bottom: 1em;
}
div.cl-card-submission .wpforms-field-pagebreak {
  grid-area: pagination;
  display: flex;
  justify-content: center;
}
div.cl-card-submission .wpforms-field-pagebreak .wpforms-pagebreak-left {
  margin-top: 1em;
}
div.cl-card-submission .wpforms-field-pagebreak .wpforms-pagebreak-left button {
  margin-right: 0 !important;
}
div.cl-card-submission .wpforms-field-pagebreak .wpforms-pagebreak-left button + button {
  margin-left: 1em !important;
}
div.cl-card-submission .wpforms-field-pagebreak .wpforms-page-next {
  border-color: #146C77 !important;
  background-color: #146C77 !important;
}

@media only screen and (max-width: 600px) {
  div.wpforms-container-full .wpforms-form .wpforms-field:not(.wpforms-field-phone):not(.wpforms-field-select-style-modern) {
    overflow: unset !important;
  }
}
#phrase-selection {
  border: 1px solid #8D094A;
  color: #8D094A;
  font-size: 20px;
  font-weight: bold;
  font-family: "Baloo 2" !important;
  padding: 15px 60px !important;
  border-radius: 8px;
  display: inline-flex;
}

#phrase-selection:hover {
	background-color: #8D094A;
  border: 1px solid #8D094A;
  color: #fff;
}