/* font import */
/*
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Didact+Gothic&family=Orbitron:wght@700&display=swap");
@font-face {
    font-family: urw-din;
    src: url("../assets/fonts/urw-din-regular.woff2") format("truetype");
    }
*/

/* colors */
.bg-purple {
    background-color: rgb(96, 68, 160); /* #604496 */
}
.bg-skyblue {
    background-color: rgb(135, 212, 250); /* #87d4fa */
}
.bg-raspberry {
    background-color: rgb(229, 107, 171); /* #e56bab  */
}
.bg-spearmint {
    background-color: rgb(107, 212, 191); /* #6bd4bf */
}
.bg-sunshine {
    background-color: rgb(255, 196, 120); /* #ffc478 */
}

.bg-orange {
    background-color: rgb(255, 153, 120); /* #ff9978 */
}

.bg-oceanblue {
    background-color: rgb(110, 156, 255); /* #6e9cff */
}
.bg-lavender {
    background-color: rgb(181, 168, 255); /* #b5a8ff */
}
/* =============*/

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
a,
a:link,
a:visited {
    color: #337ab7;
}

a:focus,
a:hover {
    color: #23527c;
    text-decoration: none;
}

img {
    max-width: 100%;
    max-height: 100%;
}
.h1,
h1 {
    font-size: 32px;
    font-family: "Source Sans Pro", sans-serif;
}
h2 {
    font-size: 26px;
}
img.logo {
    max-width: 220px;
}
.footer {
    background-color: #232322;
    font-size: 16px;
}
.copyright {
    background-color: #161615;
    font-size: 12px;
    color: #666666;
}
.footer a,
.footer a:link,
.footer a:visited {
    color: #337ab7;
}
.footer a:hover {
    color: #dddddd;
}
#footer-top-border {
    background: #232322
        url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAECAYAAAC3OK7NAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAOnAAADpwBB5RT3QAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAAWdEVYdENyZWF0aW9uIFRpbWUAMDMvMjQvMTNahVkxAAAAIUlEQVQImWP8//8/AzGAiShVpChkuXn9Fobd6ppqjOhiAHhyBwcpy9TbAAAAAElFTkSuQmCC)
        repeat-x left top;
    color: #70706c;
    padding-top: 5px;
    padding-bottom: 5px;
}

.footer h3.elementor-heading-title {
    color: #a4a4a0;
    background: none;
    font-weight: 500;
    font-size: 20px;
}

.blog-list .blog-item {
    padding: 20px 0px;
}
.blog-list .blog-item img {
    border: 1px solid #333;
}

.header-navigation .hfe-nav-menu > li > a {
    text-transform: uppercase;
    color: #333;
    padding: 10px 8px;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    position: relative;
    display: block;
}

h3 {
    font-size: 20px;
    line-height: 22px;
    color: #333;
}

h4 {
    color: #3195b6;
}
h4,
h5,
h6 {
    font-size: 16px;
    line-height: 16px;
}

img.float-right,
.img-float-right img {
    float: right;
    border: 1px solid #777;
    padding: 5px;
    margin: 0 0 10px 15px;
}
img.bordered-img,
.bordered-img img {
    border: 1px solid #777;
    padding: 5px;
    margin: 10px 0 10px 0px;
}
img.float-left,
.img-float-left img {
    float: left;
    border: 1px solid #777;
    padding: 5px;
    margin: 0 15px 10px 0px;
}
.bdr-box {
    border: 1px solid #777;
    padding: 10px;
    text-align: center;
}
.bdr-box ul li {
    text-align: left;
}
.enquiry-form {
    background-color: #f8f8f8;
    padding: 20px;
}
.contact-form-3col {
    background-color: #f8f8f8;
    padding: 20px;
}
.sidebar h2 {
    padding: 10px 20px;
    background-color: #f5f5f5;
    text-align: center;
}
.sidebar-menu ul li {
    border-bottom: 1px solid #f2f2f2;
}
.breadcrumbs .e-con-inner {
    background-color: #f5f5f5;
}

.header-border {
    border-bottom: 1px dashed #ccc;
}
.header-phone {
    font-size: 20px;
}

figure.img-right {
    margin: 0 0 1rem;
    float: right;
}
figure figcaption {
    font-weight: bold;
}

blockquote {
    padding: 20px;
    font-size: 16px;
    line-height: 22px;
    background-color: #dcf2f9;
    border-left: 5px solid #ccc;
}
blockquote p {
    margin: 0px;
}
.blog-intro-block {
    padding: 20px;
    border: 1px solid #01c99c;
    border-radius: 20px;
    margin-top: 20px;
}

.btn-readmore,
a.btn-readmore,
a.btn-readmore:link,
a.btn-readmore:hover,
a.btn-readmore:visited {
    background-color: #3195b6;
    color: #fff;
    text-decoration: none;
}
@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1180px;
    }
}
@media screen and (max-width: 767px) {
    .logo-main {
        display: block;
        text-align: center;
    }
    .header-phone {
        display: block;
        padding: 10px;
    }
    .header-search {
        padding: 0px 20px;
    }
}

/* ====================== */

#footer .footer-1 > .e-con-inner {
    border: 2px solid #d9e4f7;
    padding: 20px;
    border-radius: 20px;
    /*background-color: rgba(217, 228, 247, 0.5); */
}
#header {
    background-color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #5c459b;
    font-weight: 700;
}
.elementor-divider .elementor-divider-separator {
    border-color: #d9e4f7;
}
h1.elementor-heading-title {
    font-size: 36px;
    color: #5c459b;
}
h2.elementor-heading-title {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -0.0125em;
    line-height: normal;
    padding: 0px 0px 0px 0px;
}

.heading2 h2.elementor-heading-title::after {
    border-top: 3px solid #01c99c;
    content: "";
    display: block;
    margin-top: 0.8em;
    width: 60px;
}
#footer h2.elementor-heading-title {
    font-family: Muli, Arial, sans-serif;
    font-size: 1.11em;
    font-weight: 700;
    letter-spacing: 0.04em;
    margin: 0 0 1.4em;
}

#footer h2.elementor-heading-title::after {
    border-top: 3px solid #01c99c;
    content: "";
    display: block;
    margin-top: 0.8em;
    width: 60px;
}

.elementor-element {
    --divider-color: #d9e4f7 !important;
}

header h2.elementor-heading-title {
    font-size: 24px;
    padding: 0px;
}
.sidebar {
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
}
.sidebar h2 {
    background-color: transparent;
}

blockquote {
    margin-top: 20px;
}
/* old css ends */

/* font import Plus Jakarta Sans */
/* https://fonts.google.com/specimen/Plus+Jakarta+Sans */
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");

body {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 18px;
}

.bg-purple {
    background-color: #604496;
}
.bg-lavender {
    background-color: #b5a8ff;
}
.bg-skyblue {
    background-color: #87d4fa;
}

.bg-oceanblue {
    background-color: #6e9cff;
}
.bg-raspberry {
    background-color: #e56bab;
}
.bg-sunshine {
    background-color: #ffc478;
}
.bg-coralorange {
    background-color: #ff9978;
}
.bg-spearmint {
    background-color: #6bd4bf;
}

.btn .elementor-button,
.btn .elementor-button:active,
.btn .elementor-button:focus {
    /*background-color: #212121;
    border: 1px solid #212121; */
    color: #fff;
    padding: 18px 35px;
    background-color: #61459f;
    border: 0px solid #fe7400;
}
.btn .elementor-button:hover {
    /*background-color: #3f3f3f;
    border: 1px solid #3f3f3f;*/

    background-color: #61459f;
}

.footer-flag img {
    border: 1px solid #fff;
}

ul.header-social-icons-list {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

ul.header-social-icons-list li {
    list-style: none;
    display: inline-block;
    margin: 0px;
    padding: 0px;
}
ul.header-social-icons-list li a {
    display: block;
    padding: 0px;
}
ul.header-social-icons-list li a img {
    max-width: 30px;
}

.credit-links {
    margin: 0px;
    padding: 0px;
    text-align: right;
    font-size: 14px;
    color: #fff;
}
.credit-links p {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    color: #fff;
}
.credit-links a {
    color: #87d4fa;
    text-decoration: none;
}

.footer-copyright p {
    margin: 0;
    font-size: 14px;
}
.main-slider .slick-dots {
    bottom: 20px;
}

.main-nav nav ul.hfe-nav-menu li {
    border-right: 1px solid #000;
}
.main-nav nav ul.hfe-nav-menu li:last-child {
    border-right: 0;
}

.logo-main img {
    max-height: 100px !important;
    width: auto;
}

.footer-logo img {
    max-height: 100px;
    width: auto;
}

.highlight-block-1 {
    background-color: #5e469d;
    padding: 10px 10px;
    color: #fff;
    font-weight: bold;
}

.cf7-form {
    background-color: #efefef;
    padding: 0px 20px 20px 20px;
}

.cf7-form h2 {
    background-color: #5e469d;
    color: #fff;
    padding: 15px 20px;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 25px;
}
.cf7-form .btn-primary {
    background-color: #5e469d;
    color: #fff;
    border: 1px solid #5e469d;
    text-align: center;
    padding: 10px 30px;
}

.blog-items .card-body {
    background-color: #d9d4fc;
    color: #5c459b;
    padding: 30px;
}
.blog-items .card-body h4,
.blog-items .card-body h4 a {
    color: #5c459b;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 25px;
}

.blog-items .pub-date {
    color: #5c459b !important;
    font-size: 16px;
}

.btn-dark,
.btn-dark:hover {
    background-color: #5c459b;
    border: 1px solid #5c459b;
    color: #fff !important;
    padding: 12px 30px;
    border-radius: 0;
    text-decoration: none;
}
.btn-dark:disabled {
    background-color: #d9d4fc;
    color: #5c459b;
    border: 1px solid #d9d4fc;
}
.btn-black,
.btn-black:hover {
    background-color: #000;
    border: 1px solid #000;
    color: #fff !important;
    padding: 12px 30px;
    border-radius: 0;
    text-decoration: none;
}
.card-img,
.card-img-top {
    border-radius: 0;
}

.page-numbers {
    list-style: none;
    display: flex;
    gap: 6px;
}
.page-numbers li a,
.page-numbers li span {
    padding: 6px 12px;
    border: 1px solid #dee2e6;
    text-decoration: none;
}
.page-numbers .current {
    background: #5c459b;
    color: #fff;
}

.post-image-caption {
    background-color: #5c459b;
    color: #fff;
    padding: 15px 30px;
    font-size: 18px;
}
.single-article .pub-date {
    font-size: 18px;
    margin-bottom: 15px;
    color: #5c459b;
}
h1 {
    color: #5c459b;
}
.signle-article .post-navigation a > i.fa {
    font-size: 46px;
}
.post-navigation a {
    text-decoration: none;
    color: #5c459b;
    display: inline-block;
    line-height: 50px;
    display: flex;
    font-weight: 500;
}
.post-navigation a i {
    font-size: 45px;
    color: #d9d4fc;
    display: inline-block;
    padding: 5px 10px;
}
.post-navigation a.previous-link {
    float: left;
}
.post-navigation a.next-link {
    float: right;
}
.annual-report h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 40px;
}
.annual-report img {
    max-width: 100%;
    height: 100%;
}
p.ar-year {
    font-size: 24px;
    color: #5c459b;
    font-weight: 600;
}
.heading-row {
    background-color: #789bf8;
    color: #fff;
    padding: 10px 0px;
}
.heading-row h3 {
    color: #fff;
    margin: 0px;
    padding: 5px;
}
.newsletter-item > div {
    padding: 15px;
}
.newsletter-item h4 {
    padding: 10px;
    color: #000;
    font-size: 18px;
    font-weight: 600;
	line-height: 24px;
	padding: 0px;
}
.newsletter-item a.view-more {
    color: #000;
    text-decoration: underline;
    font-size: 18px;
}
.newsletter-items .newsletter-item:nth-child(odd) {
    background-color: #e4ebfd;
    color: #333;
}
.newsletter-items .newsletter-item:nth-child(even) {
    background-color: #c9d7fc;
    color: #333;
}
.newsletter-item h4 {
    margin: 0px;
}
.newsletter-request-form {
    padding: 40px 10px;
}
.newsletter-request-form .form-wrapper > div {
    background-color: #b4e3d9;
    color: #000;
}

.newsletter-request-form .heading-row {
    background-color: #86d1c0;
}
.newsletter-request-form .heading-row > div {
    padding: 5px 10px;
}
.newsletter-request-form .heading-row h2 {
    margin: 0px;
}
.newsletter-request-form p {
    margin: 0px;
}
.newsletter-request-form .form-wrapper .row > div {
    padding: 15px;
}
.heading-bg-orange h2.elementor-heading-title {
    background-color: #f2a78b;
    color: #fff;
    padding: 10px 15px;
}

.heading-bg-pink h2.elementor-heading-title {
    background-color: #d672a9;
    color: #fff;
    padding: 10px 15px;
}

/* resources */
.resources-list {
    border: 1px solid #ddd;
    margin-bottom: 40px;
}

.resource-row {
    margin: 0px;
    padding: 0px;
    background-color: #edc6dc;
}
.resource-row .col-md-10,
.resource-row .col-md-2 {
    padding: 10px;
}
.resource-row-alt {
    background-color: #f6e2ed;
}

.resource-title {
    font-weight: 500;
}
.resource-link {
    text-align: center;
    width: 100%;
}
.resource-link a {
    text-decoration: none;
    font-weight: 500;
    color: #000;
    text-align: center;
}

.resource-link a:hover {
    text-decoration: underline;
}

.support-links .elementor-icon-list-text {
    display: block;
    width: 100%;
    color: #000;
}
.support-links .elementor-icon-list-text span {
    float: right;
    padding-left: 10px;
    font-weight: bold;
    color: #000;
}

.support-links {
    color: #000;
}
.support-links span a, 
.support-links span a:link, 
.support-links span a:visited, 
.support-links span a:hover {
	color: #000;
	display: inline;
}
.support-links.purple > div:first-child {
    background-color: rgb(96, 68, 160); /* #604496 */
}
.support-links.purple > div:last-child {
  /*background-color: rgba(96, 68, 160, 0.6);*/
  background-color: #c8c0f7;
}
.support-links img {
	max-height: 80px;
	width: auto;
}
.support-links h2.elementor-heading-title {
    font-size: 26px;
	padding: 15px 10px;
  }
.support-links.skyblue > div:first-child {
    background-color: rgb(135, 212, 250); /* #87d4fa */
}
.support-links.skyblue > div:last-child {
    background-color: rgba(135, 212, 250, 0.6);
}

.support-links.raspberry > div:first-child {
    background-color: rgb(229, 107, 171); /* #e56bab  */
}
.support-links.raspberry > div:last-child {
    background-color: rgba(229, 107, 171, 0.6);
}

.support-links.spearmint > div:first-child {
    background-color: rgb(107, 212, 191); /* #6bd4bf */
}
.support-links.spearmint > div:last-child {
    background-color: rgba(107, 212, 191, 0.6);
}

.support-links.orange > div:first-child {
    background-color: rgb(255, 153, 120); /* #ff9978 */
}
.support-links.orange > div:last-child {
    background-color: rgba(255, 153, 120, 0.6);
}

.support-links.sunshine > div:first-child {
    background-color: rgb(255, 196, 120); /* #ffc478 */
}
.support-links.sunshine > div:last-child {
    background-color: rgba(255, 196, 120, 0.6);
}

.support-links.lavender > div:first-child {
    background-color: rgb(181, 168, 255); /* #b5a8ff */
}
.support-links.lavender > div:last-child {
    background-color: rgba(181, 168, 255, 0.6);
}

.support-links.oceanblue > div:first-child {
    background-color: rgb(110, 156, 255); /* #6e9cff */
}
.support-links.oceanblue > div:last-child {
    background-color: rgba(110, 156, 255, 0.6);
}

.page-banner-bs {
    min-height: 380px;
    background-size: cover;
    background-position: center;
	margin-bottom: 10px;
}

.banner-overlay .banner-sub-heading {
    text-align: left;
    color: #fff;
    /*text-shadow: 3px 0px 2px #333;*/
    font-size: 26px;
    font-weight: 500;
}
.banner-overlay {
    /*background-color: rgba(94, 70, 157, 0.7);*/
	background-color: #61459F9C;
	box-shadow: 2px 2px 20px 6px rgba(0,0,0,0.5) inset;
}
.banner-overlay h1,
.banner-content-wrapper  h1, 
.banner-content-wrapper .banner-heading div{
    color: #fff;
    /*text-shadow: 3px 0px 2px #333;*/
	margin: 0px;
	font-weight: 600 !important;
	font-size: 44px;
	font-family: "Source Sans Pro", sans-serif;
}
.banner-content-wrapper .banner-heading h2 {
	color: #fff;
    text-shadow: 3px 0px 2px #333;
	margin: 0px;
	font-weight: 700 !important;
	font-size: 3rem;
	font-family: "Source Sans Pro", sans-serif !important;
}


.banner-content-wrapper p {
	font-family: "Source Sans Pro", sans-serif !important;
}
.banner-content-wrapper  {
	background-color: rgba(94, 70, 157, 0.7);
	background-color: #61459F9C;
  box-shadow: 2px 2px 20px 6px rgba(0,0,0,0.5) inset;
	
}

.values-item .values-image-container .elementor-widget {
	max-height: 100px;
	height: 100px;
}
.values-item .values-image-container .elementor-widget img {
	max-height: 100px;
    max-width: 100%;
	width: auto;
	height: auto;
}
.values-item .elementor-widget-heading h3.elementor-heading-title {
	margin: 0px;
	color: #000;
}
.btn, .btn:hover, a.btn, a.btn:link {
	background-color: #61459F; 
	color: #fff; 
	text-align: center;
	padding: 10px 30px;
	text-decoration: none;
}
.btn-signup {
	color: #fff !important;
}

html.pum-open.pum-open-overlay.pum-open-scrollable body > :not([aria-modal="true"]) {
  padding-right: 0px;
}
a.elementor-button-link:hover {
	text-decoration: none;
}
.banner-overlay {
	/*background-color: rgba(94, 70, 157, 0.5);*/
    background-color: #61459F9C;
    box-shadow: 2px 2px 20px 6px rgba(0,0,0,0.5) inset;
}
.banner-overlay .banner-inner {
	padding: 20px 30px;
	background-color: RGBA(97,69,159,0.61);
}

.banner-overlay h1, .banner-content-wrapper h1 {
	font-size: 44px;
}	

.no-break { white-space: nowrap; }

.single-article .pub-date {
		margin-top: 25px;
	}
.art-therapy-form .inline-list span.wpcf7-list-item {
  display: inline-block;
}
.art-therapy-form .wpcf7-list-item-label {
	padding-left: 5px;
}
.pre-footer a {
	color:#fff; 
}

.image-box-home.elementor-widget-image-box .elementor-image-box-content {
	padding: 0px 15px 15px 15px;
}

.form-control {
  font-size: 18px;
}
.wpcf7-list-item-label {
	padding-left: 5px;
}

/* donate page css */
.donation-wrapper {
  display: flex;
  gap: 20px;
}

.donation-column {
  flex: 1;
  padding: 20px;
  background: #edc6dc;
  border-radius: 6px;
  text-align: center;
}

.donation-column[data-type="monthly"] {
  background: #cbede5;
}

.amounts {
  display: flex;
  gap: 10px;
  margin: 15px 0;
}

.amounts button {
  flex: 1;
  padding: 15px;
  font-size: 28px;
	font-weight: bold;
  cursor: pointer;
  border: none;
  background: #fff;
}

.amounts button.active {
  background: #000;
  color: #000;
}

.type-onetime .amounts button.active {
  background: #E56BAB;
  color: #000;
}

.type-subscription .amounts button.active {
  background: #6BD4BF;
  color: #000;
}
.other-amount {
  width: 100%;
  padding: 12px;
  font-size: 18px;
}

.donate-btn-wrap {
  text-align: center;
  margin-top: 30px;
}

#donateBtn {
  background: #5a43a3;
  color: #fff;
  padding: 15px 40px;
  font-size: 20px;
  border: none;
  cursor: pointer;
}

.donation-column h3 {
	font-size: 30px;
	padding: 10px;
	text-align: left;
}

.share-instagram-icon.fa.fa-instagram {
	font-size: 20px !important;
	font-weight: bold;
}

/* ------------------- */
/* mobile - tablet css */
/* ------------------- */
@media screen and (max-width: 767px) {
	.single-article .pub-date {
		padding-left: 5px;
	}
	.single-article  h1 {
		padding-left: 5px;
	}
	.single-article .post-content {
		padding: 0px 5px;
	}
	.banner-overlay .banner-sub-heading {
		font-size: 22px;
	}
	
	.banner-overlay h1, .banner-content-wrapper h1, .banner-content-wrapper .banner-heading div {
	  color: #fff;
	  font-weight: 600 !important;
	  font-size: 32px;
	}
	.banner-overlay .banner-inner {
		padding: 20px;
	}
	.newsletter-items {
		padding: 20px;
	}
	.newsletter-request-form  div.col {
		padding: 0px;
	}
	.newsletter-item > div {
	  padding: 10px;
	}
	.newsletter-request-form {
	  padding: 20px;
	}
	.partners-logo-block img {
		padding: 5px 40px;
	}
	.newsletter-request-form .col-md-4{
			padding-bottom: 2px !important;
	}
	.newsletter-request-form .col-md-8{
			padding-top: 2px !important;
	}
	.support-links h2.elementor-heading-title {
		font-size: 22px;
		padding: 15px 10px;
		text-align: center;
	  }
	
	.support-links .elementor-icon-list-text span {
	  display: block;
	  float: none;
	  padding-left: 0;
	}
	
	body {
		font-size: 16px;	
	}
    .logo-main img {
        max-height: 100px;
        width: auto;
    }
	h2.elementor-heading-title {
		font-size: 24px;
	}
    .main-nav nav ul.hfe-nav-menu li {
        border-right: 0;
    }
    .footer-logo img {
        max-height: 100px;
        width: auto;
    }
    .footer-flag img {
        max-height: 25px;
        width: auto;
    }
    .credit-links {
        text-align: center;
    }
}
