/* CSS Variables */
:root{
	--white-font: #FFFFFF;
	--white-bg: #FFFFFF;
	--black-font: #000;
	--dark-grey: #414042;
	--black-purple: #2D2533;
	--dark-purple: #55476E;
	--light-purple: #5E589E;
	--light-purple-20: rgba(94, 88, 158, 0.2);
	--bright-purple: #CC7EB0;
	--light-pink: #FFABAB;
	--bright-pink: #E37394;
	--light-cream: #FFF6F5;
	--dark-cream: #F1DFD7;
	--purple-pink-gradient: linear-gradient(90deg, var(--bright-purple), var(--light-pink));
	--light-gradient: linear-gradient(to right, var(--light-pink), var(--light-cream));
}
html, body, div, main, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup,
main, nav, section, summary {
    display: block;
}
audio,canvas, video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* General styling */
*, :before, :after {
  -webkit-box-sizing: border-box;
	box-sizing: border-box;
}
:root {
  -webkit-tap-highlight-color: transparent; /* no more color over a link when tapped, usually iOS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; /* antialiasing, Mozilla only */
  -webkit-font-smooth: always; /* text has no sharp edges, Safari only */
}
html, body {
    overflow-x: hidden;
}
html {
	-ms-overflow-style: scrollbar; /* scrollbar in case of overflow for IE */
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	min-height: 100vh;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-justify-content: space-between;
	justify-content: space-between;
	font: 15px/1.4 'Alexandria', sans-serif;
  font-weight:400;
	color: var(--black-purple);
  background: #FFF;
}
h1, h2, h3, h4, h5, h6,
h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a,
article h1 a, article h2 a, article h3 a, article h4 a, article h5 a, article h6 a  {
	margin-bottom: 20px;
  text-rendering: optimizeLegibility;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
	text-decoration:none;
}
h1, h2, h3 {
	font-family: 'Noto Serif', sans-serif;
	line-height: 1.1;
}
h1 {
	font-size: 40px;
	font-weight: 800;
}
h2 {
	margin-bottom: 30px;
}
h1 > strong,
h2, h3 {
	font-size: 40px;
	line-height: 1.1;
	font-weight: 800;
}
h4,
h5 {
	font-family: 'Alexandria';
}
h4 {
	font-size: 24px;
	line-height: 1.3;
	font-weight: 400;
}
h5 {
	font-size: 20px;
	line-height: 1.3;
	font-weight: 600;
}
.big-paragraph,
.big-paragraph p {
	font-size: 16px;
	line-height: 1.4;
	font-weight: 300;
}
@media only screen and (min-width: 1024px) {
	h1,
	h1 > strong {
		font-size: 60px;
	}
	h2 {
		font-size: 50px;
	}
	h3,
	h3 p {
		font-size: 38px;
		line-height: 1.2;
		font-weight: 700;
	}
	h5 {
		font-size: 20px;
		line-height: 1.3;
		font-weight: 600;
		margin-bottom: 10px;
	}
}
p {
	font-size: 16px;
	line-height: 1.4;
	font-weight: 400;
}
.big-paragraph,
.big-paragraph p {
	font-size: 18px;
}
@media only screen and (max-width: 769px) {
	p {
		font-size: 15px;
	}
}
/* START General Hero settings */
section.hero {
	position: relative;
	display: flex;
  flex-direction: column;
  justify-content: flex-end;
	padding: 150px 0 50px;
}
section.hero::before {
	content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/Background-Pattern.png);
  background-size: contain;
  background-repeat: repeat;
  background-position: center center;
  z-index: 1;
  opacity: 0.1;
}
section.hero .container {
	color: var(--light-cream);
	z-index: 10;
}
section.hero a.back-to-archive {
	width: fit-content;
	color: var(--light-cream);
	font-weight: 700;
	text-decoration: none;
	text-transform: math-auto;
	margin-bottom: 30px;
}
section.hero a.back-to-archive span {
	text-transform: uppercase;
}
section.hero a.back-to-archive:hover {
	color: var(--light-pink);
}
section.hero h1 {
	color: var(--light-pink);
	margin-bottom: 10px;
}
section.hero h2.page-title {
	font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  font-family: 'Alexandria';
  text-transform: uppercase;
	margin-bottom: 20px;
}
section.hero .info-container {
	width: 100%;
}
section.hero .info {
	/* margin-bottom: 40px; */
}
section.hero .btn {
	color: var(--light-pink);
	border-color: var(--light-pink);
	margin-top: 30px;
}
section.hero .btn:hover {
	color: var(--black-purple);
	background-color: var(--light-pink);
}
section.hero img.hero-bg {
  opacity: 0.1;
  z-index: 1;
}
section.hero .podcasts-platforms {
	margin-top: 40px;
}
@media only screen and (min-width: 1024px) {
	section.hero {
		min-height: 50vh;
		padding: 280px 0 20px 0;
	}
	section.hero .info-container {
		width: 100%;
		max-width: 630px;
	}
	section.hero .btn {
		margin-top: 60px;
	}
}
/* END General Hero settings */

.content-area blockquote,
.content-area blockquote p,
.content-area blockquote strong {
	font-size: 18px;
	line-height: 1.3;
	font-weight: 300;
}
.content-area blockquote strong {
	font-weight: 700;
	color: var(--black-purple) !important;
}
.content-area p {
	font-size: 20px;
	line-height: 1.4;
	padding-bottom: 30px;
}
.content-area .donate-form-wrapper p {
	padding-bottom: 0;
}
.content-area iframe {
	margin: 15px 0;
}
@media only screen and (max-width: 769px) {
	.content-area .flex-item {
		padding: 0;
	}
	.content-area p {
		font-size: 15px;
		padding-bottom: 20px;
	}
}
article ul li,
article ol li,
article p {
	word-break: break-word;
}
article table tr:first-child{
	background:#d5d5d5!important;
}
article table tr:nth-child(odd){
	background:#f9f7f6;
}
article table tr:nth-child(even){
	background:#fff;
}
span {
  display: inline;
}
a {
	font-weight: 400;
	text-decoration: underline;
	color: var(--light-purple);
  cursor: pointer;
}
a.title-link {
	text-decoration: none;
	text-transform: unset;
}
a.title-link:hover {
	text-decoration: none;
}
a:hover {
	color: var(--black-purple);
}
a:not([class]):focus {
  outline: none;
	box-shadow: none;
}
img {
	max-width: 100%;
	height: auto;
}
iframe {
	max-width: 100%;
	width: 100%;
	aspect-ratio: 16 / 9;
	border-radius: 10px;
}
img.size-portrait-thumbnail {
	width:auto;
	max-width:unset;
}
i:not([class]), em, cite, dfn {
	font-style: italic;
}
ol {
	list-style: decimal;
	list-style-position:inside;
}
nav ul, nav ol {
  margin: 0;
  list-style: none;
}
ul li {
	list-style: none;
}
b, strong, th, legend {
	font-weight: 700;
}
small {
	font-size: 75%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
  vertical-align: baseline;
}
sub {
	bottom: -.25em;
}
sup {
	top: -.5em;
}
abbr[title] {
  text-decoration: underline dotted;
}
abbr[data-original-title], abbr[title] {
  cursor: help;
}
del {
  text-decoration: line-through;
}
table {
	margin-bottom: 20px;
  -webkit-overflow-scrolling: touch;
	border-collapse: collapse;
	border-spacing: 0;
}
th, td {
	border: 1px solid #eceeef;
	padding: 10px;
}
caption {
	font-size: 15px;
  padding: 10px 0;
  caption-side: bottom;
}
figcaption {
  font-size:15px;
}
legend {
	margin-bottom: 5px;
}
label {
	display: block;
	cursor: pointer;
}
button, input, textarea {
	font-family: inherit;
	line-height: normal;
	margin: 0;
}
input::focus,
input:active {
	background-color: var(--light-purple);
	opacity: 0.7;
}
textarea {
	min-height: 80px;
	resize: vertical;
}
[type="submit"], [type="reset"], [type="button"],
[type="text"], [type="email"], [type="tel"], [type="search"],
button {
	border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
	appearance: none;
}
button, [type="submit"], [type="reset"], [type="button"] {
   cursor: pointer;
}
textarea:focus, button:focus,
div[contenteditable="true"]:focus, [class~="btn"]:focus,
[type="text"]:focus, [type="tel"]:focus, [type="email"]:focus, [type="password"]:focus, [type="submit"]:focus {
  outline: 0;
}
[hidden] {
	display: none;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
p + h2, p + h3, p + h4,
ul + h2, ul + h3, ul + h4,
ol + h2, ol + h3, ol + h4,
code + h2, code + h3, code + h4,
table + h2, table + h3, table + h4,
blockquote + h1, blockquote + h2, blockquote + h3, blockquote + h4 {
    margin-top: 35px;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}
input[type="search"] {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}
/* WordPress Core */
.alignnone,
.aligncenter,
.alignright,
.alignleft {
	width: auto;
	border-radius: 10px;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}
.alignnone.size-full,
.aligncenter.size-full,
.alignright.size-full,
.alignleft.size-full {
	width: 100%;
}
.aligncenter,
div.aligncenter  {
  display: block;
  margin: 30px auto 40px auto;
}
div.aligncenter{
	width: 90%!important;
	margin: 0 auto;
	padding:10px;
	border:1px solid #41ee6e;
}
div.aligncenter img{
	width: 100%;
}
.alignright {
  float:right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  max-width: 100%; /* Image does not overflow the content area */
  text-align: left;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  padding: 0;
  width: auto;
	margin-bottom: 10px;
}
.wp-caption p.wp-caption-text,
.wp-block-image figcaption{
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
	text-align: center;
	font-style: italic;
	margin:0px;
}
.full-width {
	width:100%;
	overflow:hidden;
}
.has__gallery .gallery{
	margin: auto -6px;
	padding: 6px 0;
	line-height: 1;
	overflow-x: hidden;
}
.has__gallery .gallery .gallery-item {
	float: left;
	margin: 0;
	text-align: center;
	padding: 6px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.has__gallery .gallery .gallery-caption,
.has__gallery .gallery .gallery-icon {
	margin: 0;
}
.has__gallery .gallery .gallery-caption {
	font-size: 13px;
	margin: 4px 0;
}
.has__gallery .gallery-columns-1 .gallery-item {
	width: 100%;
}
.has__gallery .gallery-columns-2 .gallery-item {
	width: 50%;
}
.has__gallery .gallery-columns-3 .gallery-item {
	width: 33.333%;
}
.ie8 .has__gallery .gallery-columns-3 .gallery-item,
.ie7 .has__gallery .gallery-columns-3 .gallery-item {
	width: 33%;
}
.has__gallery .gallery-columns-4 .gallery-item {
	width: 25%;
}
.has__gallery .gallery-columns-5 .gallery-item {
	width: 20%;
}
.has__gallery .gallery-columns-6 .gallery-item {
	width: 16.665%;
}
.has__gallery .gallery-columns-7 .gallery-item {
	width: 14.285%;
}
.has__gallery .gallery-columns-8 .gallery-item {
	width: 12.5%;
}
.has__gallery .gallery-columns-9 .gallery-item {
	width: 11.111%;
}
.has__gallery .gallery img {
	max-width: 100%;
	height: auto;
	border: none;
	padding: 0;
	border-radius:15px;
}
@media(max-width:1200px){
	.has__gallery .gallery-columns-4 .gallery-item,
	.has__gallery .gallery-columns-5 .gallery-item,
	.has__gallery .gallery-columns-6 .gallery-item,
	.has__gallery .gallery-columns-7 .gallery-item,
	.has__gallery .gallery-columns-8 .gallery-item,
	.has__gallery .gallery-columns-9 .gallery-item {
		width:33%;
	}
}
@media(max-width:767px){
	.has__gallery.gallery-columns-2 .gallery-item,
	.has__gallery .gallery-columns-3 .gallery-item,
	.ie8 .has__gallery .gallery-columns-3 .gallery-item,
	.ie7 .has__gallery .gallery-columns-3 .gallery-item,
	.has__gallery .gallery-columns-4 .gallery-item,
	.has__gallery .gallery-columns-5 .gallery-item,
	.has__gallery .gallery-columns-6 .gallery-item,
	.has__gallery .gallery-columns-7 .gallery-item,
	.has__gallery .gallery-columns-8 .gallery-item,
	.has__gallery .gallery-columns-9 .gallery-item {
		width: 100%;
	}
}
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
    white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 16px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
#wpadminbar {
    /* display: none !important; */
}
html.js, html.no-js, html {
    margin-top: 0 !important;
}

/* End of WordPress Core */
/* General Theme Style */
.h-align{
  text-align:center;
}
.clear:after,
.clear:before,
.row:after,
.row:before{
	clear:both;
	display:block;
	width:100%;
	content:'';
}
.container{
	width:100%;
	max-width:1320px;
	padding:0px 15px;
	margin:0 auto;
	display:block;
	position:relative;
	z-index: 1;
}
.img-abs{
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	top:0;
	left: 0;
}
/* Row */
.row{
	display: block;
	width: 100%;
}
.row > .item{
	display: inline-block;
	padding: 15px;
	vertical-align: top;
}
.row > .item.item19{
	width: 19%;
}
.row > .item.item24{
	width: 24%;
}
.row > .item.item32{
	width: 32%;
}
.row > .item.item49{
	width: 49%;
}
.row > .item.item50{
	width: 50%;
	float: left;
}
.row > .item.item65{
	width: 65%;
	float: left;
}
.row > .item.item35{
	width: 35%;
	float: left;
}
.row > .item.full-item{
	width: 100%;
}
/* Flex */
.flex-row, .flex-row.reverse, .flex-column, .flex-column.reverse{
	display: flex;
}
.flex-row{
	flex-direction: row;
}
.flex-column{
	flex-direction: column;
}
.flex-row.reverse{
	flex-direction: row-reverse;
}
.flex-column.reverse{
	flex-direction: column-reverse;
}
.flex-item{
	padding: 0 10px;
	position: relative;
}
.flex-item.item10{
	flex: 1 1 10%;
}
.flex-item.item20{
	flex: 1 1 20%;
}
.flex-item.item25{
	flex: 1 1 25%;
}
.flex-item.item30{
	flex: 1 1 30%;
}
.flex-item.item40{
	flex: 1 1 40%;
}
.flex-item.item50{
	flex: 1 1 50%;
}
.flex-item.item50:first-of-type{
	padding-left: 0;
}
.flex-item.item50:last-of-type{
	padding-right: 0;
}
.flex-item.item60:first-of-type{
	padding-left: 0;
}
.flex-item.item40:last-of-type{
	padding-right: 0;
}
.flex-item.item60{
	flex: 1 1 60%;
}
.flex-item.item70{
	flex: 1 1 70%;
}
.flex-item.item80{
	flex: 1 1 80%;
}
.flex-item.item90{
	flex: 1 1 90%;
}
@media only screen and (max-width: 1024px) {
	.flex-row {
		flex-direction: column;
	}
}

.relative {
	position: relative;
}



/* START Slick Slider */
.custom-navigation-wrapper {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 20px;
}
.slick-dots {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
	list-style: none;
	margin: 0;
}
.slick-dots li {
	width: 12px;
	height: 12px;
	border-radius: 100%;
	background-color: var(--light-pink);
	cursor: pointer;
}
.slick-dots li.slick-active {
	background-color: var(--light-purple);
}
.slick-dots li button {
	display: none;
}
.slick-prev-wrapper,
.slick-next-wrapper {
	height: 40px;
}
.slick-prev,
.slick-next {
	color: var(--light-purple);
	position: relative;
	width: 40px;
	height: 40px;
	border: none;
	background: transparent;
	padding: 0;
}
.slick-prev svg,
.slick-next svg {
	border-radius: 100%;
	--currentColor:var(--light-purple);
	--circleStroke:var(--light-purple);
}
.slick-prev:hover svg,
.slick-next:hover svg {
	background-color: var(--light-purple);
	--currentColor:var(--light-cream);
}
.slick-prev:hover path,
.slick-next:hover path {
	fill: var(--light-cream);
}
.slick-arrows-wrapper {
	height: 40px;
}
/* END Slick Slider */

/*form adds */
 span.wpcf7-list-item{
  margin: 0;
}
.wpcf7-not-valid-tip{
  font-size: 12px;
  color:#ff0000;
  line-height: 16px;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output{
  border: none;
  font-size: 14px;
  padding: 0;
  margin:5px 0;
  line-height: 18px;
	text-align: center;
}
 .wpcf7 form.invalid .wpcf7-response-output{
	color:#ff0000;
}
.wpcf7 form.sent .wpcf7-response-output {
	color:#41ee6e;
}
.wpcf7-form label {
	font-size: 12px;
	line-height: 1.5;
	font-weight: 400;
	position:relative;
	cursor: default;
	color: var(--black-purple);
}
.wpcf7-form .form-checkbox {
	font-size: 12px;
}
.donate-form-container .wpcf7-form .form-checkbox span.wpcf7-list-item label {
	padding-left: 20px;
}
.wpcf7-form .form-checkbox span.wpcf7-list-item label {
	padding-left: 10px;
}
.wpcf7-form .form-checkbox span,
.wpcf7-form .form-checkbox a {
	font-family: 'Alexandria', sans-serif;
	font-size: 14px;
	font-weight: 400;
}
.wpcf7-form .form-checkbox a {
	color: var(--light-purple);
}
.wpcf7-form .form-checkbox a:hover {
	color: var(--black-purple);
}
.wpcf7-form input,
.wpcf7-form textarea {
	border: 2px solid #5E589E;
	border-radius: 5px;
	padding: 10px;
	font-size: 12px;
	line-height: 1.5;
	font-weight: 400;
	width: 100%;
	background: transparent;
	color: var(--black-purple);
}
.wpcf7-form input:focus,
.wpcf7-form input:active,
.wpcf7-form input:hover,
.wpcf7-form textarea:focus,
.wpcf7-form textarea:active,
.wpcf7-form textarea:hover,
.donate-form-container .amount-of-money.view-other-amount-input .other-amount-input p:hover,
.donate-form-container .amount-of-money.view-other-amount-input .other-amount-input p:has(input:focus),
.donate-form-container .amount-of-money.view-other-amount-input .other-amount-input p:active {
	background-color: var(--light-purple-20);
}
.wpcf7-spinner {
  display: none;
}
.wpcf7-form input[type=submit] {
	color: var(--light-purple);
	padding: 0;
}
.wpcf7-form input[type=checkbox] {
  position: relative;
  visibility: hidden;
	width: auto;
	display: inline-block;
	padding: 0;
	line-height: 0;
}
.wpcf7-form input[type=checkbox]+span:before {
  display: block;
  position: absolute;
  content: '';
	height: 15px;
	width: 15px;
	top: 1px;
	left: 0;
	border: 2px solid var(--light-purple);
	border-radius: 100%;
}
.wpcf7-form input[type=checkbox]+span:after {
  display: block;
  position: absolute;
	height: 7px;
	width: 7px;
	top: 5px;
	left: 4px;
  visibility: hidden;
	background-color: var(--light-purple);
	border-radius: 100%;
}
.wpcf7-form input[type=checkbox]:checked+span:before {
  background: transparent
}
.wpcf7-form input[type=checkbox]:checked+span:after {
  visibility: visible
}
.donate-form-container .custom-checkbox input[type=checkbox],
.donate-form-container .custom-checkbox input[type=checkbox]+span:after,
.donate-form-container .custom-checkbox input[type=checkbox]+span:before {
	display: none;
}
.donate-form-container .custom-checkbox .wpcf7-list-item-label {
	display: inline-block;
	font-family: 'Noto Serif', sans-serif;
	font-size: 12px;
	line-height: 1.36;
	font-weight: 700;
	text-decoration: none;
	text-transform: lowercase;
	color: var(--light-purple);
	cursor: pointer;
	border: 2px solid var(--light-purple);
	border-radius: 50px;
	padding: 10px 20px;
	transition: all .3s ease-in-out;
}
.donate-form-container .custom-checkbox .wpcf7-list-item-label:hover {
	color: var(--light-cream);
	background-color: var(--light-purple);
}
.donate-form-container .custom-checkbox input[type=checkbox]:checked + span.wpcf7-list-item-label {
	background-color: var(--light-purple);
	color: var(--light-cream);
}
.wpcf7-form-control input:focus,
.wpcf7-form-control input:hover,
.wpcf7-form-control input: active {
	background-color: var(--light-purple-20);
}
@media only screen and (max-width: 769px) {
	.wpcf7-form label {
		font-size: 13px;
	}
	.wpcf7-form input[type=checkbox]+span:before {
		width: 18px;
		height: 18px;
	}
	.wpcf7-form input[type=checkbox]+span:after {
		height: 8px;
		width: 8px;
		top: 6px;
		left: 5px;
	}
	.donate-form-container .custom-checkbox .wpcf7-list-item-label {
		font-size: 14px;'
		height: 44px;
	}
}

/* Remove number input arrows in Webkit browsers (Chrome, Safari, Edge) */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Remove number input arrows in Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

@media only screen and (max-width: 769px) {
	input,
	.wpcf7-form input,
	.wpcf7-form textarea {
		font-size: 16px;
	}
	.wpcf7-form .form-checkbox span {
		font-size: 13px;
	}
	.donate-form-container .wpcf7-form .form-checkbox span.wpcf7-list-item label {
		padding-left: 25px
	}
}

/* START Components */
	/* Quick Exit Button */
	.quick-exit {
		position: fixed;
		width: 100%;
		max-width: 220px;
		top: 378px;
		right: -165px;
		transform: translateY(25%);
    display: flex;
		background-color: var(--bright-pink);
    padding: 40px 20px;
    border-radius: 5px 0 0 5px;
    cursor: pointer;
		transition: all .3s ease-in-out;
		z-index: 100;
	}
	.quick-exit:hover {
		background-color: var(--light-purple);
		right: 0
	}
	.quick-exit-label {
		writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    padding-left: 20px;
    color: var(--light-cream);
	}
	.quick-exit-info {
		width: 100%;
    max-width: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--light-cream);
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
		text-wrap-style: balance;
	}
	.quick-exit-info strong {
		font-weight: 600;
	}
	.quick-exit-info strong:last-of-type {
		color: var(--light-pink);
	}
	@media only screen and (max-height: 801px) and (max-width: 1300px) {
		.quick-exit {
			top: 170px;
		}
	}
	@media only screen and (max-width: 769px) {
		.quick-exit {
			top: 130px;
			right: -185px;
			padding: 15px 9px;
		}
		.quick-exit-label {
			font-size: 14px;
		}
		.quick-exit-info {
			font-size: 12px;
		}
	}
	/* Scroll Up Button */
	.scroll-up-button {
		display: none;
		position: fixed;
		bottom: 15px;
		right: 60px;
		transition: all .3s ease-in-out;
		border-radius: 100%;
		cursor: pointer;
		z-index: 99;
	}
	body.sticky-header .scroll-up-button {
		display: inline-flex;
	}
	.scroll-up-button svg {
		fill: var(--light-cream);
		stroke: var(--light-purple);
}

.scroll-up-button svg path {
		fill: var(--light-purple);
		stroke: var(--light-purple);
}

.scroll-up-button:hover svg {
    fill: var(--light-purple);
    stroke: var(--light-purple);
}

.scroll-up-button:hover svg path {
    fill: var(--light-cream);
    stroke: var(--light-cream);
}
	@media only screen and (max-width: 1310px) {
		.scroll-up-button {
			right: 15px;
		}
	}
	/* Social Media */
.social-media-container {
	display: flex;
	align-items: center;
	gap: 20px;
}
.social-media-container a {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--light-pink);
	transition: transform .3s ease-in-out;
	outline: none;
}
.social-media-container a:hover path {
	fill: var(--light-cream);
}
.social-media-container a svg {
	outline: none;
}

	/* Search Bar */
.search-input {
	max-height: 16px;
	height: auto;
	font-size: 16px;
	line-height: 1.3;
	font-weight: 400;
	color: var(--light-pink);
	background: transparent;
	padding: 5px 15px;
	border: 2px solid var(--light-pink);
	border-radius: 50px;
}
.search-input::placeholder {
	font-size: 16px;
	line-height: 1.3;
	font-weight: 400;
	color: var(--light-pink);
}
.search-input:focus,
.search-input:active {
	color: var(--light-cream);
	border: 2px solid var(--light-cream);
	outline: none;
}
.search-input:focus::placeholder,
.search-input:active::placeholder {
    color: var(--light-cream);
}
.search-input:focus + .search-icon svg path,
.search-input:active + .search-icon svg path {
    fill: var(--light-cream); /* Replace with your desired color */
}
form.search {
	position: relative;
	display: flex;
}
.search-icon {
	position: absolute;
	top: 7px;
	right: 15px;
	background: none;
	border: none;
	cursor: pointer;
	color: var(--light-pink);
	padding: 0;
}
.search-icon svg {
	width: 16px;
	height: 16px;
	fill: currentColor;
}
.search-input:focus path,
.search-input:active path {
	fill: var(--light-cream);
}
.search-input:focus::placeholder {
	color: transparent;
}
@media only screen and (max-width: 1023px) {
	form.search {
		bottom: -30px;
	}
}
@media only screen and (max-width: 768px) {
	form.search {
		width: 100%;
		bottom: 0;
		margin-bottom: 40px;
	}
	.search-input {
		width: 100%;
		max-width: -webkit-fill-available;
		font-size: 16px;
		padding: 15px 25px;
	}
	.search-icon {
		top: 16px;
		right: 20px;
	}
}

/* Language Toggle */
.language-switch {
    display: flex;
    align-items: center;
    cursor: pointer;
		margin-left: 20px;
}
.toggle {
    position: relative;
		width: 69px;
    height: 30px;
    border-radius: 30px;
    background: transparent;
		border: 2px solid var(--light-pink);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 8px;
    box-sizing: border-box;
    transition: background 0.3s ease-in-out;
}
.toggle .lang-text {
		font-size: 16px;
		font-weight: 400;
    color: #ffb6c1;
    transition: color 0.3s ease-in-out;
}
.toggle .lang-en {
	display: none;
	transform: translateX(20px);
}
.toggle-ball {
    position: absolute;
    top: 50%;
		left: 2px;
    transform: translateY(-50%);
		width: 23px;
		height: 23px;
    background-color: #ffb6c1;
    border-radius: 50%;
    transition: left 0.3s ease-in-out;
}
.language-switch.active .toggle-ball {
		left: calc(100% - 25px);
}
/* End Language Toggle */
/* Start Video Wrapper */
.video-wrapper {
  position: relative;
  aspect-ratio: 16 / 9;
}
.video-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--dark-purple);
  opacity: 0.7;
  border-radius: 10px;
}
.video-wrapper.playing::after {
	opacity: 0;
	z-index: -1;
}
.video-wrapper.paused::after {
	opacity: 1;
	z-index: 1;
}
/* End Video Wrapper */

.btn,
.wpcf7-form input[type=submit] {
	height: fit-content;
	display: inline-block;
	font-family: 'Noto Serif', sans-serif;
	font-size: 16px;
	line-height: 1.36;
	font-weight: 700;
	text-decoration: none;
	text-transform: lowercase;
	text-wrap: nowrap;
	color: var(--light-purple);
	cursor: pointer;
	border: 2px solid var(--light-purple);
	border-radius: 50px;
	padding: 14px 40px;
	transition: all .3s ease-in-out;
}
.btn.donate .wpcf7-form input[type=submit] {
	padding: 0;
}
.btn:hover,
.btn.active,
.wpcf7-form input[type=submit]:hover {
	background-color: var(--light-purple);
	color: var(--white-font);
}
.btn.donate {
	position: relative;
  color: var(--black-purple);
  background: var(--light-pink);
	background-position: center center;
	background-size: cover;
  border: none;
	margin-left: 60px;
	font-size:18px;
	font-weight:800;
	line-height:1.2;
	padding:13px 45px;
	transition: background  .3s ease-in-out;
}
.btn.donate span {
	position: relative;
	z-index: 1;
}
.btn.donate::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--purple-pink-gradient);
	opacity: 1;
	transition: opacity 0.5s ease-in-out;
	border-radius: 50px;
	z-index: 0;
}
.btn.donate:hover::after {
	opacity: 0;
}
.btn input {
  background: transparent;
  border: none;
  color: var(--light-purple);
  text-align: center;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
  transition: color .3s ease-in-out;
}
.btn:hover input {
  color: var(--light-cream);
}
.btn-wrapper {
  justify-content: center;
  align-items: center;
}
.btn.small {
	font-size: 12px;
	padding: 10px 20px;
}
.pink .btn {
	border-color: var(--black-purple);
	color: var(--black-purple);
}
.pink .btn:hover {
	background-color: var(--black-purple);
	color: var(--light-cream);
}
.purple .btn {
	border-color: var(--light-cream);
	color: var(--light-cream);
}
.purple .btn:hover {
	background-color: var(--light-cream);
	color: var(--light-purple);
}
@media(max-width:1280px){
	.btn.donate{
		margin-left: 30px;
	}
}
@media(max-width:769px) {
	.btn {
		font-size: 14px;
		font-weight: 700;
		padding: 12px 30px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
	}
	.btn.donate {
		font-size: 16px;
		font-weight: 800;
		padding: 9px 35px;
		height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
	}
}
.purple {
	background-color: var(--light-purple);
	color: var(--light-cream);
}

	/* Start posts-list Post Preview */
.posts-list li .inner-container {
  position: relative;
	border-radius: 10px;
	padding:2px;
	height:100%;
}
.posts-list li .inner {
  background: var(--light-cream);
	border-radius: 8px;
	z-index: 1;
  display: inline-block;
  position: relative;
	display: flex;
	flex-direction: column;
	height:100%;
}
.posts-list li .inner-container:hover {
  background: var(--purple-pink-gradient);
}
.posts-list li .inner-container:hover .inner {
  background: var(--white-bg);
}
.posts-list li .inner-container:hover p.duration {
	background: var(--purple-pink-gradient);
}
.posts-list li .inner-container:hover h4 {
  background: var(--purple-pink-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	transition: all 0s;
}
.posts-list .inner .info {
	padding: 38px;
	flex: 1;
	display: flex;
	flex-direction: column;
}
.posts-list .blog.article-preview .inner .info {
	min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.posts-list li figure {
  position: relative;
  width: 100%;
  height: 220px;
	border-radius: 8px 8px 0 0;
	overflow:hidden;
}
.posts-list li p.duration {
  background-color: var(--light-purple);
  color: var(--light-cream);
	font-weight: 500;
  padding: 12px 40px;
}
.posts-list li span.episode {
	color: var(--light-purple);
	font-size: 14px;
	font-weight: 700;
}
.posts-list .inner .info h4 {
  color: var(--light-purple);
  font-weight: 600;
  margin-bottom: 15px;
  transition: all .3s ease-in-out;
}
.posts-list .inner .info p {
	margin-bottom: 20px;
	flex:1;
}
.posts-list .inner a.post-link {
	font-size: 16px;
	font-weight: 700;
  color: var(--light-purple);
  transition: all .3s ease-in-out;
  font-family: 'Noto Serif', sans-serif;
  font-weight:700;
}
.posts-list .inner a.post-link:hover {
  background: var(--purple-pink-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: underline;
  text-decoration-color: var(--bright-purple);
}
@media only screen and (max-width: 769px) {
	{
		padding: 80px 0;
	}
	.container > h2 {
		text-align: center;
		margin-bottom: 30px;
	}
	.posts-list-slider {
		display: flex;
		flex-direction: column-reverse;
	}
	.custom-navigation-wrapper {
		margin-bottom: 20px;
	}
	.posts-list {
		margin-bottom: 20px;
	}
	.posts-list li.slick-slide {
		padding: 0;
	}
	.posts-list .inner .info h4 {
		font-size: 24px;
		font-weight: 600;
	}
	.posts-list .inner .info p {
		font-size: 16px;
		line-height: 24px;
		font-weight: 300;
	}
}
	/* End posts-list Post Preview */
	/* Start Donate Form */
	.donate-form-container {
		position: relative;
	  z-index: 4;
		width: 100%;
		max-width: 520px;
	  text-align: center;
	  background-color: var(--light-cream);
	  border-radius: 10px;
	  padding: 40px 45px 30px;
	}
	.donate-form-container form.wpcf7-form {
	  display: flex;
	  flex-direction: column;
	  justify-content: center;
	  align-items: center;
	  gap: 30px;
	}
	.donate-form-container h3 {
	  margin-bottom:10px;
	}
	.donate-form-container .custom-checkbox {
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  gap: 10px;
	  margin: 0;
	}
	.donate-form-container h4 {
	  font-size: 20px;
	  line-height: 1.3;
	  font-weight: 400;
	  margin-bottom:10px;
	}
	.donate-form {
	  width: 100%;
	  max-width: 360px;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.donate-form p {
		width: 100%;
	}
	.donate-form-container .amount-of-money .other-amount-input {
		display: none;
	}
	.donate-form-container .amount-of-money.view-other-amount-input .other-amount-input {
		width: 100%;
		display: inline-block;
		margin-top: 10px;
	}
	.donate-form-container .amount-of-money.view-other-amount-input .other-amount-input p {
		width: 100%;
		height: 35px;
		display: flex;
    justify-content: start;
    align-items: center;
    vertical-align: middle;
		gap: 10px;
		border: 2px solid #5E589E;
    border-radius: 5px;
    padding: 10px;
    font-size: 12px;
    width: 100%;
    background: transparent;
    color: var(--black-purple);
	}
	.donate-form-container .amount-of-money.view-other-amount-input .other-amount-input p span.wpcf7-form-control-wrap {
		width: 100%;
		max-width: 50%;
	}
	.donate-form-container .amount-of-money.view-other-amount-input .other-amount-input p span input {
		border: none;
		background-color: unset;
		padding: 0;
		width: 100%;
		min-width: 50px;
		font-size: 12px;
		line-height: 2;
		font-family: 'Noto Serif';
		text-align: end;
		outline: none;
		caret-color: var(--light-purple);
	}
	.donate-form-container .amount-of-money.view-other-amount-input .other-amount-input p span.currency {
		display: none;
		font-family: 'Noto Serif';
		font-size: 12px;
		width: fit-content;
    vertical-align: middle;
    line-height: 1.3;
	}
	.donate-form-container .amount-of-money.view-other-amount-input .other-amount-input p:hover span.currency,
	.donate-form-container .amount-of-money.view-other-amount-input .other-amount-input p:has(input:focus) span.currency,
	.donate-form-container .amount-of-money.view-other-amount-input .other-amount-input p:active span.currency {
		display: inline-block;
	}
	.donate-form-container .amount-of-money.view-other-amount-input .other-amount-input p input,
	.donate-form-container .amount-of-money.view-other-amount-input .other-amount-input p span {
		font-weight: 700;
		text-align: center;
		caret-color: var(--light-purple);
		width: 100%;
	}
	.donate-form-container .amount-of-money .other-amount-input .wpcf7-not-valid-tip {
		width: max-content;
		position: relative;
		bottom: -20px;
		font-weight: 400;
	}
	.donate-form label {
	  text-align: start;
	  margin-bottom: 10px;
	}
	.donate-form input {
	  width: 100%;
	  border: 2px solid var(--light-purple);
	  border-radius: 5px;
	}
	.donate-form input[type=checkbox] {
	  display: none;
	}
	.donate-form .btn.donate {
		padding: 0;
		margin: 40px 0 0 0;
	}
	.donate-form .btn.donate input {
	  position: relative;
	  padding: 0;
	  color: var(--black-purple);
	  background: none;
	  border: none;
	  margin: 0;
	  z-index: 1;
		padding: 12px 45px;

	}
	.donate-form-footer {
	  text-align: center;
	}
	.donate-form-footer .payment-methods {
	  display: flex;
	  justify-content: center;
	  gap: 15px;
		margin-top: 40px;
	  margin-bottom: 20px;
	}
	.donate-form-footer .payment-methods figure {
	  position: relative;
	  width: 100%;
	  height: 24px;
	}
	.donate-form-footer .payment-methods figure.euplatesc {
	  width: 95px;
	}
	.donate-form-footer .payment-methods figure.mastercard {
	  width: 140px;
	}
	.donate-form-footer .payment-methods figure img {
	  object-fit: contain;
	}
	.donate-form-footer p {
		font-size: 10px;
	  line-height: 1.4;
	}
	@media only screen and (max-width: 769px) {
		.donate-form-container {
			padding: 50px 15px 30px;
			width: calc(100% + 30px);
			left: 0;
		}
		.donate-form-container h3 {
	    margin-bottom: 8px;
	  }
	  .donate-form-container h4 {
	    font-size: 24px;
	  }
		.donate-form input,
		.donate-form-container .amount-of-money.view-other-amount-input .other-amount-input p {
			font-size: 16px;
			height: 44px;
		}
		.donate-form-container .amount-of-money.view-other-amount-input .other-amount-input p span input,
		.donate-form-container .amount-of-money.view-other-amount-input .other-amount-input p span.currency {
			font-size: 16px;
		}
	  .donate-form-container .custom-checkbox {
	    flex-wrap: wrap;
	    padding: 0 50px;
	  }
	  .donate-form {
	    width: 100%;
	    max-width: 100%;
			margin-bottom: 20px;
	  }
		.donate-form > p:last-of-type {
			margin-bottom: 30px;
		}
		.donate-form label {
			margin-bottom: 15px;
		}
	}
	/* End Donate Form */
	/* Start Podcasts Platforms */
.podcasts-platforms h5 {
	margin-bottom: 20px;
}
.podcasts-platforms ul {
	display: flex;
	align-items: center;
	gap: 30px;
}
.podcasts-platforms ul li,
.podcasts-platforms ul li a {
	display: inline-flex;
}
.podcasts-platforms ul li a {
	position: relative;
}
.podcasts-platforms ul li a img {
	width: 100%;
}
	/* End Podcasts Platforms */
	/* Start Share Buttons */
.share-buttons {
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 10px;
}
#share-notice {
    position: absolute;
    font-weight: 500;
    font-size: 12px;
		background-color: var(--light-purple);
);
    color: #fff;
    padding: 6px 10px;
    border-radius: 10px;
    margin-left: 10px;
    z-index: 3;
}
.share-buttons svg path {
	transition: fill .3s ease-in-out;
}
.share-buttons svg:hover path {
	fill: var(--black-purple);
}
	/* End Share Buttons */
	/* Start Pagination */
.pagination {
	margin-top: 120px;
}
.pagination ul {
	display: flex;
	align-items: center;
	gap: 5px;
}
.pagination ul li {
	border-radius: 100%;
}

.pagination ul li:not(.next):not(.prev):hover,
.pagination ul li.active {
	background-color: var(--light-purple);
}
.pagination ul li:hover a,
.pagination ul li.active a {
	color: var(--light-cream);
}
.pagination .next {
	margin-left: 60px;
}
.pagination .prev {
	margin-right: 60px;
}
.pagination .next,
.pagination .prev {
	display: flex;
	justify-content: center;
	align-items: center;
}
.pagination .next:hover path,
.pagination .prev:hover path {
	fill: var(--light-cream)
}
.pagination:not(.disabled) .next:hover svg,
.pagination:not(.disabled) .prev:hover svg {
	background-color: var(--light-purple);
	border-radius: 100%;
}
.pagination .next.disabled:hover path,
.pagination .prev.disabled:hover path {
	fill: var(--dark-cream);
	background-color: transparent;
}
.pagination .next.disabled:hover svg,
.pagination .prev.disabled:hover svg {
	background-color: transparent;
}
.pagination ul li a {
	width: 40px;
	height: 40px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-family: 'Noto Serif', sans-serif;
	font-size: 18px;
	line-height: 1.4;
	font-weight: 800;
	text-decoration: none;
}
@media only screen and (max-width: 769px) {
	.pagination{
	 margin-top: 40px;
	}
	.pagination ul {
		gap: 0;
	}
	.pagination .next {
		margin-left: 20px;
	}
	.pagination .prev {
		margin-right: 20px;
	}
}
	/* End Pagination */
.not-found {
	min-height: 80vh;
	padding: 60px 0;
}
/* END Components */

.grecaptcha-badge {
	display: none;
}
