/*
Theme Name: Charity Elemento Pro
Description: Charity Elemento Pro WordPress Theme is the perfect choice for building Charity Elemento Pro website. This theme is packed with features designed to help you promote your business and attract new customers. With its clean and modern design, the Charity Elemento Pro WordPress Theme will make a lasting impression on your visitors. The WordPress Charity Elemento Pro theme can be used for any website. It’s a sleek, minimalist, contemporary theme that incorporates the latest technology. The industrial theme features an elegant and chic design that will help your site stand out among the rest of your competitors.
Author: wpelemento
Theme URI: https://www.wpelemento.com/products/ngo-charity-wordpress-theme
Author URI: https://www.wpelemento.com/
Version: 0.0.1
Tested up to: 6.0.3
Requires PHP: 7.4
Text Domain: charity-elemento-pro
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: education, portfolio, blog, wide-blocks, one-column, two-columns, right-sidebar, left-sidebar, grid-layout, custom-background, custom-colors, custom-header, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, editor-style, theme-options, threaded-comments
Elementor Wptheme WordPress Theme has been created by wpelemento(https://www.wpelemento.com), 2023.
Elementor Wptheme WordPress Theme is released under the terms of GNU GPL
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins: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&display=swap');


html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
  font-family: "Poppins", sans-serif;
}
html {
  overflow-x: hidden;
}
.bkr_container {
  max-width: 1360px;
  width: 100%;
  padding-left:20px;
  padding-right: 20px;
  margin: 0 auto;
}
h1,h2,h3,h4,h5,h6 {
	font-family: "Poppins", sans-serif;
  margin-bottom: 0;
}
p {
  font-family: "Poppins", sans-serif;
  margin-bottom: 0;
}
a {
  text-decoration: none;
}
ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
img {
  max-width: 100% !important;
}
.sticky-header {
  position: fixed !important;
  width: 100%;
  z-index: 9999 !important;
  top: 0;
  left: 0;
  right: 0;
  /* padding: 8px 10px; */
  animation: slideDown 0.75s ease-out;
  background-color: #FFFFFF;
  box-shadow: 0px 2px 6px #CCBABAF2;
}
@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
      transform: translateY(0);
  }
}

/*========== Star Rating CSS Start ============*/

.star-rating {
  color: #FEC004;
  margin-top: 0;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 1em;
  width: 5.4em;
  font-family: star;
  float: unset !important;
}
.star-rating:before {
  content: "\73\73\73\73\73";
  color: #dab7b7bf !important;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.star-rating span:before {
  content: "\53\53\53\53\53";
  top: 0;
  position: absolute;
  left: 0;
}

/*========== Star Rating CSS End ============*/

/*========== Return to Top Start ============*/

#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #000000;
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 999;
  cursor: pointer;
}
#return-to-top div {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
#return-to-top:hover {
  background-color: #78689E;
  border: 2px solid #78689E;
}

/*========== Return to Top End ============*/

/*============= Preloader Start =============*/

.spinner-loading-box {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  z-index: 999999;
  /* background: linear-gradient(270deg, #5E1078 0%, #000000 27.15%, #F902A0 100%); */
  background-color: #F8F7FA;
  justify-content: center;
  align-items: center;
  display: flex;
}
.spinner-loading-box img {
  max-width: 200px !important;
}
.spinner-loading-box img, .ets-theme-header-section :is(.ets-topabr-address, .ets-topabr-email) li {
  width: 100%;
}
.demo {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}

/* HTML: <div class="loader"></div> */
.loader {
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: 
    radial-gradient(farthest-side,#0A4D3B 94%,#0000) top/8px 8px no-repeat,
    conic-gradient(#0000 30%,#0A4D3B);
  -webkit-mask: radial-gradient(farthest-side,#0000 calc(100% - 8px),#000 0);
  animation: l13 1s infinite linear;
}
@keyframes l13{ 
  100%{transform: rotate(1turn)}
}

/*============= Preloader End =============*/




.flex-testimonial .wpr-testimonial-item:hover svg path {
    fill: #FFF !important;
}
.flex-testimonial .wpr-testimonial-item svg {
    color: #fff !important;
    font-size: 60px;
}
.flex-testimonial .wpr-testimonial-item svg path {
    fill:#E0E0E0A6;
}
.flex-multipurpose-business-main-gallery img {
    height: 244px !important;
    object-fit: cover;
}
.flex-insta-gallery #gallery-1 img {
    border: unset;
}
.single-service .post-featured img {
    width: 100%;
    height: 100px;
    object-fit: cover;
}
.single-project .post-featured img {
    width: 100%;
    height: 100px;
    object-fit: cover;
}
.flex-home-contact-form .row {
    gap: 10px;
}
.flex-home-contact-form .row .flex-business-input {
    gap: 10px !important;
}
.flex-contact-form input {
    border: unset;
    background-color: #D0D7D7;
    padding: 9px 10px;
}
.flex-submit-btn {
    padding: 10px 30px !important;
    &:hover {
        background-color: #000000 !important;
    }
}

.flex-charity-elemento-project .upk-alter-carousel .upk-item:hover .upk-main-img .upk-img {
    transform: unset;
}
.flex-multipurpose-business-main-gallery .flex-hover-img img:hover {
    filter: brightness(0.8);
}
.footer-link {
    color:#FFFFFF;
    &:hover {
        color: #F75708;
    }
}
.single-post #single_post .single-author-image a {
    color: #000;
}
.blog-section .ekit-wid-con .elementskit-post-image-card .entry-title {
    overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
}
.flex-contact-form1 .wpcf7 form .wpcf7-response-output {
    border-color: #000;
    border: 1px solid #000;
    margin: 10px 0px 0px 0 !important;
    padding: 8px !important;
    font-size: 16px;
}
.blog-content-left-sidebar-content-row .blog-section-new .post-items .col-lg-4 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.related-posts {
    /* border: 1px solid #121212;
    border-radius: 6px; */
}
.related-post-title a {
    color: #000000;
}

.category-content-row .navigation .page-numbers.current {
    padding: 1px 10px;
    border: 1px solid #000;
    border-radius: 4px;
    background-color: #F75708;
    color: #FFF;
}
.category-content-row .navigation .nav-links {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
}
.category-content-row .navigation .page-numbers {
    padding: 1px 10px;
    border: 1px solid #000;
    border-radius: 4px;
}



















h1.breadcrumb-title {
    text-align: center;
    color: #fff !important;
    font-size: 40px !important;
        font-family: "Rubik", Sans-serif;
}
.flex-med-breadcrumb-title {
    text-align: center;
    font-size: 22px;
    color: #fff !important;
        font-family: "Rubik", Sans-serif;
}
.linkhover:hover{
	color: #0A4D3B !important;
}
.flex-charity-mask-img-1 img {
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: 100% 100%;
    mask-image: url("assets/images/why-choose-mask.png");
    background-repeat: no-repeat;
}
.flex-charity-mask-img-2{
    mask-image: url("assets/images/event-mask.png");
	mask-repeat: no-repeat;
	mask-size: 100% 100%;
}

@media screen and (max-width:1299px){
	.flex-charity-banner{
		background-image:none !important;
	}
}
@media screen and (max-width:1339px){
	.space-add{
		padding-left:20px ;
		padding-right:20px ;
	}
}
.flex-charity-grid-imtems {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
   
}
 .flex-charity-grid-imtems .urgent-campaign-item{
	background-color: #fff !important;
	 border-radius: 10px;
}
/* ************header css******** */

.sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #009BA4 !important;
  z-index: 99999 !important;
}
.sticky-header .flex-charity-logo h2{
	color:#fff !important;
}
.flex-charity-logo .wpr-logo-image img {
    /* filter: invert(1); */
}
.home .flex-charity-logo .wpr-logo-image img {
    filter: invert(0) !important;
}
/* .header-primary-menus a{
	padding-top:20px !important;
	padding-bottom:0px !important;
}
.header-primary-menus .sub-menu a{
	padding:15px !important;	
} */
@media screen and (min-width:768px) and (max-width:1399px){
	.flex-charity-header{
		/* padding:20px; */
	}
}
@media screen and (max-width:767px) {
	.flex-header-sub-div {
    width: 50%;
}
	.wpr-logo-image img {
    display: block;
    /* filter: invert(1); */
}
}
@media screen and (max-width:1399px){
	input.search-field {
    width: 80% !important;
    padding: 15px;
    border-radius: 10PX;
}
}
/* *************Banner css start************* */
.flex-charity-banner {
    background-size: 70% 90%;

}
.flex-charity-banner-1 .elementor-button {
    clip-path: polygon( 0% 21.739%,0% 21.739%,0.079% 18.213%,0.309% 14.868%,0.676% 11.749%,1.169% 8.9%,1.775% 6.367%,2.481% 4.194%,3.275% 2.426%,4.145% 1.108%,5.078% 0.285%,6.061% 0%,93.939% 0%,93.939% 0%,94.922% 0.285%,95.855% 1.108%,96.725% 2.426%,97.519% 4.194%,98.225% 6.367%,98.831% 8.9%,99.324% 11.749%,99.691% 14.868%,99.921% 18.213%,100% 21.739%,100% 56.522%,100% 56.522%,99.973% 58.561%,99.894% 60.564%,99.765% 62.52%,99.586% 64.417%,99.36% 66.244%,99.088% 67.988%,98.772% 69.639%,98.414% 71.185%,98.014% 72.613%,97.576% 73.913%,89.495% 95.652%,89.495% 95.652%,89.174% 96.46%,88.84% 97.188%,88.495% 97.836%,88.139% 98.402%,87.775% 98.884%,87.403% 99.282%,87.024% 99.594%,86.64% 99.819%,86.251% 99.954%,85.859% 100%,6.061% 100%,6.061% 100%,5.078% 99.715%,4.145% 98.892%,3.275% 97.573%,2.481% 95.806%,1.775% 93.633%,1.169% 91.1%,0.676% 88.251%,0.309% 85.132%,0.079% 81.787%,0% 78.261%,0% 21.739% );
}
.flex-charity-header{
    position: fixed !important;
    top: 0px;
}
.flex-charity-banner-social{
    transform: rotate(-90deg) translateY(-50%);
    position: absolute;
    top: 40%;
    right: -46%;
}

@media screen and (max-width:1800px){
	.flex-charity-banner {
    background-size: 80% 100% !important;
}
}
@media screen and (min-width:1580px) and (max-width:1770px){
.flex-charity-banner-social {
    right: -32% !important;
}
}
@media screen and (min-width:1400px) and (max-width:1579px){
.flex-charity-banner-social {
    right: -20% !important;
}
}
@media screen and (min-width:1300px) and (max-width:1399px){
.flex-charity-banner-social {
    right: -13% !important;
}
}
@media screen and (min-width:1252px) and (max-width:1299px){
.flex-charity-banner-social {
    right: -11% !important;
}
}
@media screen and (min-width:1185px) and (max-width:1299px){
	.flex-charity-banner-social{
		width:45% !important;
	}
}
@media screen and (min-width:1185px) and (max-width:1251px){
	.flex-charity-banner-social {
    transform: rotate(-90deg) translateY(-50%);
    position: absolute;
    top: 40%;
    right: -16% !important;
}
}
@media screen and  (max-width:1184px){
.banner-social-media-flex{
	display: block !important;
}
.flex-charity-banner-social{
	display: none !important;
}
}
@media screen and (max-width:1299px){
	.flex-charity-header{
		/* background-color: #009BA4; */
	}
	.flex-charity-logo h2{
		color:#fff !important;
	}
}

/* ************* banner css end ************************ */
/* ************** About sec start************* */
.flex-charity-about-counter2{
	width: fit-content;
}
.flex-charity-about-cta .elementor-icon-box-icon {
    width: fit-content;
}
.flex-charity-about-counter .elementor-counter-title {
    line-height: 20px !important;
}
.flex-charity-about-counter {
    /* background-color: #009BA4;
    border-radius: 50%;
    padding: 30px;
    width: fit-content;
    box-shadow: 0 0 0 12px #e6f5f6;
    animation: pulseShadow 2s infinite ; */
}
.flex-charity-about-video .elementor-custom-embed-play {
    padding: 13px 25px;
    border-radius: 10px;
    background-color: #FF0000;
}
.flex-charity-about-video svg{
	opacity: 1 !important;
}
.flex-charity-about-counter {
    background-color: #FFE254;
    border-radius: 50%;
    padding: 30px;
    width: fit-content;
    box-shadow: 0 0 0 12px #FFF9DD;
    animation: pulseShadow 2s infinite ;
}

@keyframes pulseShadow {
0% {
    transform: scale(1);
    opacity: 1;
}
50% {
    transform: scale(1.05);
    opacity: 0.7;
}
100% {
    transform: scale(1);
    opacity: 1;
}
}
.flex-charity-about-counter2 {
    clip-path: polygon( 0% 13.889%,0% 13.889%,0.168% 11.636%,0.654% 9.499%,1.431% 7.506%,2.474% 5.686%,3.755% 4.068%,5.249% 2.68%,6.929% 1.55%,8.768% 0.708%,10.741% 0.182%,12.821% 0%,87.179% 0%,87.179% 0%,89.259% 0.182%,91.232% 0.708%,93.071% 1.55%,94.751% 2.68%,96.245% 4.068%,97.526% 5.686%,98.569% 7.506%,99.346% 9.499%,99.832% 11.636%,100% 13.889%,100% 73.567%,100% 73.567%,99.938% 74.927%,99.756% 76.262%,99.458% 77.562%,99.048% 78.82%,98.529% 80.027%,97.906% 81.174%,97.182% 82.254%,96.363% 83.258%,95.452% 84.177%,94.453% 85.004%,77.644% 97.549%,77.644% 97.549%,76.99% 98.005%,76.315% 98.417%,75.62% 98.782%,74.907% 99.101%,74.179% 99.373%,73.437% 99.597%,72.683% 99.772%,71.919% 99.898%,71.148% 99.974%,70.371% 100%,12.821% 100%,12.821% 100%,10.741% 99.818%,8.768% 99.292%,6.929% 98.45%,5.249% 97.32%,3.755% 95.932%,2.474% 94.314%,1.431% 92.494%,0.654% 90.501%,0.168% 88.364%,0% 86.111%,0% 13.889% );
}
.flex-charity-about-counter2 .elementor-counter-title {
    color: #FFFFFF;
    font-family: "Rubik", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px !important;
	text-align:center;
}
.flex-charity-about-cta .elementor-icon-box-icon {
    background-color: #0A4D3B;
    padding: 9px;
    border-radius: 50%;
     box-shadow: #CEDBDB 0px 0px 0px 10px;
        animation: 2s ease 0s infinite normal none running pulseShadow;
}

@media screen and (min-width:768px) and (max-width:890px){
	 .flex-charity-about-counter2 .elementor-counter-number-wrapper {
    font-size: 20px !important;
}
 .flex-charity-about-counter2 .elementor-counter-title {
    font-size: 13px !important;
    line-height: 7px !important;
    line-height: 22px !important;
}
.flex-charity-about-counter {
    padding: 21px !important;
    width: fit-content;

}
}
 .elementor-widget-icon-box.elementor-mobile-position-top .elementor-icon-box-wrapper{
    align-items: center !important;
}
/* *************About sec end************* */
/* *******************Team seaction css start******* */
@media screen and (min-width:1024px) and (max-width:1920px){
	.socail-media {
  opacity: 0;
visibility: hidden;
  transition: all 0.3s ease;
}
.social-icon-parent {
    position: absolute !important;
    bottom: 19%;
    right: 8%;
}
}
.share-icon{
	cursor: pointer;
}
.flex-team-member ul.eael-team-member-social-profiles {
    display: none;
}
.flex-charity-team-members{
	width: fit-content  !important;
}

@media screen and (min-width:768px) and (max-width:1023px){
	.social-icon-parent{
width:12% !important;
position: absolute;
    bottom: 15% !important;
    right: 6%;
	}
}
@media screen and (max-width:1024px){
	.social-icon-parent{
		width:12% !important;
	}
}
@media screen and (min-width:400px) and (max-width:767px){
	.social-icon-parent {
    position: absolute;
    right: 10% !important;
    bottom: 18% !important;
}
}
@media screen and (max-width:399px){
	.social-icon-parent{
    position: absolute;
    bottom: 22% !important;
}
}
@media screen and (min-width: 345px) and (max-width: 399px) {
    .social-icon-parent {
        position: absolute;
        bottom: 20% !important;
        right: 7%;
    }
    .share-icon{
    padding: 7px 33px 7px 10px !important;
}
}
@media screen  and (max-width: 344px) {
    .social-icon-parent {
        position: absolute;
        bottom: 27% !important;
        right: 10%;
    }
    .share-icon{
    padding: 7px 33px 7px 10px !important;
}
}

/************Team section end*************/
/* ********Testimonial section css ******** */
.flex-charity-testimonial-sec {
    background-size: 80% 80% !important;
}
.flex-charity-testimonial .wpr-testimonial-item:hover i,
.flex-charity-testimonial .wpr-testimonial-item:hover .wpr-testimonial-name {
	color: #0A4D3B !important;
}


.flex-charity-testimonial .wpr-testimonial-meta-inner {
    display: flex !important;
    align-content: center;
    align-items: center;
    gap: 20px;
}
.flex-charity-testimonial .wpr-testimonial-content p{
	text-align: left !important;

}
.flex-charity-testimonial .wpr-testimonial-item {
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: 100% 100%;
    mask-image: url("assets/images/testimonial-mask.png");
    background-repeat: no-repeat;
}

.flex-charity-testimonial .wpr-testimonial-icon {
    position: absolute !important;
    bottom: -34%;
    right: 12%;
      transform: scaleX(-1) rotate(180deg);
}
.flex-charity-testimonial .wpr-testimonial-controls {
    position: absolute;
    left: 0%;
}
.flex-charity-testimonial .wpr-testimonial-rating {
    background-color: #000;
    padding: 5px;
}
.flex-charity-testimonial .wpr-testimonial-content{
		padding: 20px 20px 0px 20px;
		margin: 0px !important;
}
.flex-charity-testimonial .wpr-testimonial-meta{
		padding: 0px 20px;
}
.flex-charity-testimonial .wpr-testimonial-job {
    text-align: left;
}
@media screen and (min-width:768px) and (max-width:1600px){
	.flex-charity-testimonial-sec {
    background-size: 96% 80% !important;
}
}
@media screen and (max-width:767px){
		.flex-charity-testimonial-sec {
    background-image: none !important;
}
	.flex-charity-volunteer{
		background-color: #009BA4 !important;
		padding: 20px !important;
		border-radius: 20px !important;
	}

}
@media screen and (max-width:767px){
	.flex-charity-testimonial .wpr-testimonial-dots ul {

    display: flex;
    justify-content: center;
}
}
@media screen and (min-width:700px) and (max-width:767px){
.flex-charity-testimonial .wpr-testimonial-dots ul {
    width: 650px !important;

}
}
@media screen and (min-width:650px) and (max-width:699px){
.flex-charity-testimonial .wpr-testimonial-dots ul {
    width: 600px !important;

}
}
@media screen and (min-width:600px) and (max-width:649px){
.flex-charity-testimonial .wpr-testimonial-dots ul {
    width: 550px !important;
}
}
@media screen and (min-width:550px) and (max-width:599px){
.flex-charity-testimonial .wpr-testimonial-dots ul {
    width: 500px !important;
}
}
@media screen and (min-width:500px) and (max-width:549px){
.flex-charity-testimonial .wpr-testimonial-dots ul {
    width: 450px !important;
}
}
@media screen and (min-width:450px) and (max-width:499px){
.flex-charity-testimonial .wpr-testimonial-dots ul {
    width: 400px !important;
}
}
@media screen and (min-width:400px) and (max-width:449px){
.flex-charity-testimonial .wpr-testimonial-dots ul {
    width: 350px !important;
}
}
@media screen and (min-width:350px) and (max-width:399px){
.flex-charity-testimonial .wpr-testimonial-dots ul {
    width: 300px !important;
}
}
@media screen  and (max-width:349px){
.flex-charity-testimonial .wpr-testimonial-dots ul {
    width: 250px !important;
}
}
/* *************testimonial sec css end *********** */
/************Footer section css start************/
.flex-footer-contact .elementor-icon-box-icon {
    width: fit-content;
}
.flex-footer-contact .elementor-icon-box-wrapper {
    display: flex;
    gap: 20px;
}
.flex-charity-footer {
    background-size: 82% 98% !important;
}
.flex-charity-newslatter .wpcf7-response-output {
    margin: 0px !important;
    color: #fff;
    width: fit-content;
}
.flex-subscribe-form {
    display: flex;
    gap: 20px;
    align-items: center;
}
.copyright:hover{
	color:#FFE254 !important
}
.flex-subscribe-submit {
	font-family: "Rubik", Sans-serif;
    background-color: #000 !important;
    border: 0px !important;
    color: #fff !important;
    padding: 11px 25px !important;
    clip-path: polygon(0% 21.739%, 0% 21.739%, 0.079% 18.213%, 0.309% 14.868%, 0.676% 11.749%, 1.169% 8.9%, 1.775% 6.367%, 2.481% 4.194%, 3.275% 2.426%, 4.145% 1.108%, 5.078% 0.285%, 6.061% 0%, 93.939% 0%, 93.939% 0%, 94.922% 0.285%, 95.855% 1.108%, 96.725% 2.426%, 97.519% 4.194%, 98.225% 6.367%, 98.831% 8.9%, 99.324% 11.749%, 99.691% 14.868%, 99.921% 18.213%, 100% 21.739%, 100% 56.522%, 100% 56.522%, 99.973% 58.561%, 99.894% 60.564%, 99.765% 62.52%, 99.586% 64.417%, 99.36% 66.244%, 99.088% 67.988%, 98.772% 69.639%, 98.414% 71.185%, 98.014% 72.613%, 97.576% 73.913%, 89.495% 95.652%, 89.495% 95.652%, 89.174% 96.46%, 88.84% 97.188%, 88.495% 97.836%, 88.139% 98.402%, 87.775% 98.884%, 87.403% 99.282%, 87.024% 99.594%, 86.64% 99.819%, 86.251% 99.954%, 85.859% 100%, 6.061% 100%, 6.061% 100%, 5.078% 99.715%, 4.145% 98.892%, 3.275% 97.573%, 2.481% 95.806%, 1.775% 93.633%, 1.169% 91.1%, 0.676% 88.251%, 0.309% 85.132%, 0.079% 81.787%, 0% 78.261%, 0% 21.739%);
}
.flex-email {
    width: 100% !important;
    padding: 10px !important;
    border-radius: 6px !important;
    border: 0px !important;
}

@media screen and (max-width:1750px){
	.flex-charity-footer{
		background-image: none !important;
	}
}

@media screen and (max-width:1750px){
	.flex-charity-subscribe-sec {
    /* background-color: #009BA4; */
    padding: 50px 20px !important;
    border-radius: 10px;
}
}
@media screen and (max-width:1023px){
	.flex-subscribe-form {
       gap: 20px;
    flex-direction: column !important;
    align-items: center;
}
.flex-subscribe-form .wpcf7-spinner{
	display: none !important;
}
}
.flex-footer-contact .elementor-icon-box-icon {
    background-color: #FFE254;
    padding: 8px;
    border-radius: 10px;
}
.flex-charity-footer-social .elementor-icon:hover{
	background-color:#FFE254 !important ;
}
@media screen and (max-width:767px) {
	.flex-charity-useful-link-footer, .flex-food-footer-link1  ul {
    display: flex;
    flex-direction: column;
    align-items: center;
}
}

.flex-footercontact .elementor-icon-list-text:hover{
	color:#FFE254 !important;

}
.flex-footercontact .elementor-icon-list-item :hover svg{
		fill: #FFE254 !important ;
}
.flex-footer-contact .elementor-icon-box-description a:hover{
		color:#FFE254 !important;
}
/*************Footer section css end ************** */
/* * **********************Contact page css************ */

input.wpcf7-form-control.wpcf7-submit.has-spinner.flex-submit-btn:hover{
background-color: #009BA4 !important;
}
.flex-charity-contact-form input{
	width:100% !important;
	padding: 10px !important;
	border: 0px !important;
	border-radius: 5px !important;
}
.flex-charity-contact-form select{
	width:100% !important;
	padding: 10px !important;
		
	border-radius: 5px !important;
}

.flex-charity-contact-form .wpcf7-response-output{
	color: #000 !important;
}
.flex-charity-contact-form .wpcf7-not-valid-tip{
	color: #000 !important;
}
.flex-charity-contact-form .wpcf7 form .wpcf7-response-output {
    margin: 1em 0em 0em !important;
    padding: 0.2em 1em !important;
    border: 1px solid #000 !important;
}
.flex-charity-contact-form .flex-submit-btn {
    width: fit-content !important;
    background-color: #000 !important;
    color: #fff !important;
        font-family: "Poppins", Sans-serif;
	cursor:pointer;
	clip-path: polygon(0% 21.739%, 0% 21.739%, 0.079% 18.213%, 0.309% 14.868%, 0.676% 11.749%, 1.169% 8.9%, 1.775% 6.367%, 2.481% 4.194%, 3.275% 2.426%, 4.145% 1.108%, 5.078% 0.285%, 6.061% 0%, 93.939% 0%, 93.939% 0%, 94.922% 0.285%, 95.855% 1.108%, 96.725% 2.426%, 97.519% 4.194%, 98.225% 6.367%, 98.831% 8.9%, 99.324% 11.749%, 99.691% 14.868%, 99.921% 18.213%, 100% 21.739%, 100% 56.522%, 100% 56.522%, 99.973% 58.561%, 99.894% 60.564%, 99.765% 62.52%, 99.586% 64.417%, 99.36% 66.244%, 99.088% 67.988%, 98.772% 69.639%, 98.414% 71.185%, 98.014% 72.613%, 97.576% 73.913%, 89.495% 95.652%, 89.495% 95.652%, 89.174% 96.46%, 88.84% 97.188%, 88.495% 97.836%, 88.139% 98.402%, 87.775% 98.884%, 87.403% 99.282%, 87.024% 99.594%, 86.64% 99.819%, 86.251% 99.954%, 85.859% 100%, 6.061% 100%, 6.061% 100%, 5.078% 99.715%, 4.145% 98.892%, 3.275% 97.573%, 2.481% 95.806%, 1.775% 93.633%, 1.169% 91.1%, 0.676% 88.251%, 0.309% 85.132%, 0.079% 81.787%, 0% 78.261%, 0% 21.739%);
}
/* ****************Contact page css end******************* */

/* ******************Charity slider sec css start*********** */
.flex-charity-slider-home-sec {
    background-size: 85% 90% !important;
}
.urgent-campaign-name a {
    font-family: "Rubik", Sans-serif;
    font-size: 22px;
    font-weight: 600;
}
.campaign-desc {
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    font-size: 15px;
    font-weight: 300;
	font-family: "Rubik", Sans-serif;
}
#campaign-slider .owl-item {
    background-color: #fff;
    border-radius: 10px !important;
    overflow: hidden;
}
.campaign-content {
    padding: 20px;
}
.campaign-image img {
    height: 245px !important;
    object-fit:cover;
	border:0px !important;
}

.campaign-progress-wrapper {
    background: #f2f2f2;
    padding: 13px;
    border-radius: 6px;
    font-family: Arial, sans-serif;
    margin-top: 10px;
}

.progress-header,
.progress-footer {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin-bottom: 5px;
}
.progress-raised {
    height: 100%;
    background-color: #0A4D3B;
    border-radius: 50px;
    transition: width 0.5s ease-in-out;
}
.progress-bar {
    width: 100%;
    background: #eee;
    height: 10px;
    border-radius: 5px;
    overflow: hidden;
    background-color: #FFE254 !important;
}
.progress-percent {
    font-weight: bold;
}
.camp-slider-bonate-btn {
    clip-path: polygon(0% 21.739%, 0% 21.739%, 0.079% 18.213%, 0.309% 14.868%, 0.676% 11.749%, 1.169% 8.9%, 1.775% 6.367%, 2.481% 4.194%, 3.275% 2.426%, 4.145% 1.108%, 5.078% 0.285%, 6.061% 0%, 93.939% 0%, 93.939% 0%, 94.922% 0.285%, 95.855% 1.108%, 96.725% 2.426%, 97.519% 4.194%, 98.225% 6.367%, 98.831% 8.9%, 99.324% 11.749%, 99.691% 14.868%, 99.921% 18.213%, 100% 21.739%, 100% 56.522%, 100% 56.522%, 99.973% 58.561%, 99.894% 60.564%, 99.765% 62.52%, 99.586% 64.417%, 99.36% 66.244%, 99.088% 67.988%, 98.772% 69.639%, 98.414% 71.185%, 98.014% 72.613%, 97.576% 73.913%, 89.495% 95.652%, 89.495% 95.652%, 89.174% 96.46%, 88.84% 97.188%, 88.495% 97.836%, 88.139% 98.402%, 87.775% 98.884%, 87.403% 99.282%, 87.024% 99.594%, 86.64% 99.819%, 86.251% 99.954%, 85.859% 100%, 6.061% 100%, 6.061% 100%, 5.078% 99.715%, 4.145% 98.892%, 3.275% 97.573%, 2.481% 95.806%, 1.775% 93.633%, 1.169% 91.1%, 0.676% 88.251%, 0.309% 85.132%, 0.079% 81.787%, 0% 78.261%, 0% 21.739%);
    background-color: #000;
    width: fit-content;
    padding: 5px 35px;
    margin-top: 10px;
}
.camp-slider-bonate-btn a{
	color:#fff !important;
}
.camp-slider-bonate-btn:hover a {
    color: #000 !important;
}
.campaign-progress-wrapper span{
	font-size: 14px;
	font-weight: 400;
	 font-family: Arial, sans-serif;
}
#campaign-slider .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: #ccc !important;
    color: inherit !important;
    border: none;
      text-align: center !important;
    font: inherit;
    border-radius: 50% !important;
    width: 10px;
    padding: 6px !important;
    margin-right: 10px !important;
}
#campaign-slider  .owl-dots {
    text-align: center;
    margin-top: 30px;
}
#campaign-slider .owl-dot.active {
    
    background: #FFE254 !important;  /* active dot color */
}
.camp-counter .elementor-counter-title {
    text-align: center;
}

@media screen and (min-width:768px) and (max-width:1700px){
	.flex-charity-slider-home-sec {
    background-size: 97% 90% !important;
}
}
@media screen and (max-width:767px){
	.flex-charity-slider-home-sec{
	background-image: none !important;
}
.camp-counter{
	background-color: #009BA4;
	padding: 20px !important;
	border-radius: 10px !important;
}
}


/* ************Charity slider sec css end************* */

/* **************single campaign blog page css start*********** */
.campaign-progress {
    margin-bottom: 20px;
}

/* .progress-bar {
    width: 100%;
    background: #eee;
    height: 20px;
    border-radius: 10px;
    overflow: hidden;
} */

.progress-fill {
    height: 100%;
    background: #FFE254; 
    width: 0;
    transition: width 1s ease-in-out;
}

.campaign-main {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 30px;
}
.capmaign-space{
	padding: 80px 20px;
}

section.capmaign-space {
    /* background-color: #fde6d385; */
}
.campaign-summary {
    margin-bottom: 1em;
    border: 1px solid #e6e6e6;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    background-color: #fff !important;
    padding: 20px !important;
    border-radius: 10px !important;
        font-family: "Rubik", Sans-serif;
}

.campaign-img img{
	height: 300px !important;
	object-fit: cover;
	border-radius: 10px;
}
.single-campaign .campaign-content{
	padding: 0px !important;
	    font-family: "Rubik", Sans-serif;
}
.our-pro-list li {
    list-style-type: disc !important;
    margin-left: 20px !important;
    padding: 6px 0px !important;
    font-size: 18px;
}
.our-pro-list ::marker {
    font-size: 23px;
    color: #FFE254;
}
.campaign-content p{
	line-height:30px!important;
}
/* *************8single campaign blog page css end **************8 */
/* ***********home page event section css start**************** */
       .icon-location svg {
    height: 18px;
    width: 20px;
}
span.icon-location {
    font-size: 15px;
    font-weight: 400;
}

.event-tab-layout {
    display: flex;
    gap: 20px;
    align-content: center;
    align-items: center;
}.flex-event-home-month {
    font-size: 24px;
}
                /* Left date tabs container */
                .event-dates {
                    width: 170px;
                    display: flex;
                    flex-direction: column;
                    gap: 25px;
                }
                /* Date button with two parts */
                .event-tab-button {
                    cursor: pointer;
                    border: none;
                    outline: none;
                    padding: 0;
                    border-radius: 12px;
                    overflow: hidden;
                    box-shadow: 0 2px 5px rgb(0 0 0 / 0.1);
                    text-align: center;
                    user-select: none;
                    transition: transform 0.2s ease;
                }
                .event-tab-button:hover {
                    transform: scale(1.05);
                }
              

                /* Top part: Year background */
              .date-year {
    background-color: #0A4D3B;
    color: #fff;
    font-weight: 500;
    padding: 5px 0;
    font-size: 20px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    font-family: 'Rubik';
}
.date-day-month {
	  font-family: "Rubik", Sans-serif;
    background-color: #F3F6F5;
    padding: 20px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    color: #000;
    font-weight: 600;
    font-size: 20px;
  
}
                .date-day {
					 font-family: "Rubik", Sans-serif;
                    font-size: 40px;
                    font-weight: 700;
                    margin-bottom: 2px;
                }

               

                /* Right event content */
                .event-content {
                    flex: 1;
                }

                /* Each event card container */
                .event-card {
                    display: none;
                    
                }
                .event-card.active {
                    display: block;
                    gap: 20px;
                    align-items: center;
                }

             

                /* Event details text container */
                .event-details {
                    flex: 1;
					display:flex; 
					gap:15px; 
					align-items:center;
                }

          
img.flex-charity-event-image {
    width: 34%;
    height: 175px;
    object-fit: cover;
    mask-image: url(assets/images/event-mask.png);
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
}
.flex-charity-event-title {
    font-size: 20px;
    font-weight: 700;
    font-family: "Rubik", Sans-serif;
}
.flex-charity-event-title a {
    color:#000000;
}
p.flex-charity-event-excerpt {
    font-size: 15px;
    font-weight: 300;
    font-family: rubik;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
}
               

                /* Event meta info: date & location */
         
                /* Icons */
                .flex-charity-event-meta  {
                    display: flex;
                    align-items: center;
                    gap: 5px;
					justify-content:space-between;
                }
               .flex-charity-event-meta .icon-calendar::before {
    content: "\f017";
    display: inline-block;
    font-size: 14px;
    font-family: 'Font Awesome 5 Free';
				   margin-right:10px;
}
/*           .flex-charity-event-meta .icon-location::before {
    content: "\f3c5";
    display: inline-block;
    font-size: 14px;
    margin-right: 10px;
 font-family: 'Font Awesome 5 Free';
}
 */
               .event-card-inner {
    padding: 20px;
    background-color: #f3f6f5;
    border-radius: 10px;
}
.event-card.active {
    display: block;
    gap: 20px;
    align-items: center;
    display: flex;
    flex-direction: column;
}
.event-tab-button.active .date-day-month{
    background-color: #FFE254 !important;
    color: #000 !important;
}
@media screen and (min-width:1024px) and (max-width:1300px){
	
.flex-charity-event-meta {
    display: flex;
    align-items: flex-start !important;
    gap: 0px;
    justify-content: space-between;
    flex-direction: column;
}
.flex-charity-event-sec .e-con-inner{
	display: flex;
	flex-direction: row !important;
}
.flex-charity-event-1 {
	width: 40% !important;
}
}
@media screen and (min-width:600px) and (max-width:765px){
	.event-details {
    align-items: flex-start !important;
    flex-direction: column !important;
}
}
@media screen and (max-width:599px){
	.event-tab-layout {
    flex-direction: column !important;
}
	.event-details {
    align-items: flex-start !important;
    flex-direction: column !important;
}
.flex-charity-event-meta {
    display: flex;
    align-items: flex-start !important;
    gap: 0px;
    justify-content: space-between;
    flex-direction: column;
}
}   
@media screen and (max-width:765px){
	img.flex-charity-event-image {
    width: 100% !important;

}
}
          
/* *****************home page event section css end ************** */
/* *******single events page *************  */
.event-space{
	padding: 80px 20px ;
}
.event-icons svg{
	height: 18px;
	width:18px;
	color: #FFE254 !important;
}
.eventsmeta-content {
    display: flex;
    gap: 20px;
}
.evetnsmeta p{
	color: #000;
}
    .event-content {
    	font-family: "Rubik", Sans-serif;
    	line-height: 32px !important;
    }
h1.event-post-title {
	font-family: "Rubik", Sans-serif;
    margin: 0px 0px 10px 0px;
}
/* *********single events css end ********  */
/* *************category section css start************ */
.campaign-categories-wrapper {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
}
.flex-charity-home-campaign-category-box {
    background-color: #F3F6F5;
    padding: 20px;
    border-radius: 10px;
}
.flex-charity-home-meta-image img {
    width: 100%;
    height: 150px !important;
    object-fit: cover;
    mask-image: url("assets/images/cat-mask.png");
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
}
h3.flex-charity-home-category-name {
    margin: 15px 0px !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    font-family: "Rubik", Sans-serif !important;
}
.flex-charity-home-category-description {
    font-size: 14px;
    font-weight: 400;
    font-family: "Rubik", Sans-serif !important;
    margin-bottom:10px !important;
    overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
}
a.flex-charity-home-learn-btn {
    font-family: 'Rubik';
    font-weight: 500 !important;
    font-size: 15px !important;
    color: #000;
}
.flex-charity-home-category-image {
    width: fit-content;
    background-color: #fff;
    padding: 15px;
    border-radius: 50%;
    border: 4px solid #0A4D3B;
    position: absolute;
    z-index: 1;
    
}
.flex-charity-home-category-image a img {
    width: 39px !important;
    height: 39px !important;
    object-fit: cover;
}
.flex-charity-home-campaign-category-box:hover{
	background-color: #FFE254;
}
.flex-charity-home-campaign-category-box:hover .flex-charity-home-category-name{
color: #000 !important;
}
.flex-charity-home-campaign-category-box:hover .flex-charity-home-category-description {
color: #000 !important;
}
.flex-charity-home-campaign-category-box:hover a.flex-charity-home-learn-btn {
color: #000 !important;
}
.flex-charity-home-campaign-category-box:hover .flex-charity-home-category-image{
background-color: #000 !important;
 border: 4px solid #fff !important;
}
.flex-charity-home-campaign-category-box:hover .flex-charity-home-category-image img{
filter: invert(1) ;
}
@media screen and (min-width:1024px) and (max-width:1400px){
	.campaign-categories-wrapper {
    grid-template-columns: repeat(3,1fr);
}
}
@media screen and (min-width:768px) and (max-width:1023px){
	.campaign-categories-wrapper {
    grid-template-columns: repeat(2,1fr) !important;
}
}
@media screen and (max-width:767px){
	.campaign-categories-wrapper {
    grid-template-columns: repeat(1,1fr) !important;
}
}

/* **************** category section css end **************88 */
/* *******************home blog section css start******* */
.flex-charity-blog-sec .uc_paragraph{
	padding-bottom:20px;
}
.flex-charity-blog-sec .owl-item{
	padding: 5px !important;
}
.flex-charity-blog-sec .uc_post_title {
    padding: 0px 20px;
}
.flex-charity-blog-sec a{
	color:#fff !important;
}
.flex-charity-blog-sec .uc_paragraph {
    padding: 0px 20px;
}

 .flex-charity-blog-sec .ue-meta-data {
    display: flex !important;
    flex-wrap: wrap;
    line-height: 1em;
    justify-content: space-around !important;
    background-color: #0A4D3B;
    padding: 8px;
    position: absolute;
    width: 100%;
    bottom: 35%;
    gap: 0px !important;
}
/* .flex-charity-blog-sec .uc_carousel_item:hover .ue-meta-data {
    background-color: #FFE254;
} */
.flex-charity-blog-sec .ue-grid-item-meta-data{
    color: #fff !important;
}
.flex-charity-blog-sec .uc_carousel_item:hover .ue-grid-item-meta-data {
    color: #000000 !important;
}
.flex-charity-blog-sec .uc_carousel_item:hover .ue-grid-item-meta-data--author a {
    color: #000000 !important;
}
.flex-charity-blog-sec .uc_carousel_item:hover .uc_image_carousel_content {
    background-color: #0A4D3B !important;
    padding: 45px 0px 20px 0px;
    min-height: 0px;
}
 .flex-charity-blog-sec .uc_carousel_item:hover .uc_post_title{
    color: #fff !important;
}
 .flex-charity-blog-sec .uc_carousel_item:hover .uc_paragraph{
    color: #fff !important;
}
 .flex-charity-blog-sec .uc_carousel_item:hover .ue-meta-data{
    background-color: #FFE254;
}
.flex-charity-blog-sec .uc_carousel_item img {
    transition: transform 0.4s ease;
}
.flex-charity-blog-sec .uc_carousel_item:hover img {
    transform: scale(1.1);
}

@media screen and (min-width:376px) and (max-width:1130px){
	 .flex-charity-blog-sec .ue-meta-data {
    display: flex !important;
    flex-wrap: nowrap !important;

}
.flex-charity-blog-sec .ue-grid-item-meta-data {
    font-size: 13px !important;
}
}

/* ****************home blog section css end********************* */
/* *****************88banner donate form css*************** */


.flex-charity-donate-form-sec{
	padding: 0px !important;
}
.flex-donate-form-main {
    display: flex;
    flex-direction: row-reverse !important;
}
.flex-donate-form-main {
	background-size: 100% 100% !important;
} 
.flex-charity-donate-form .charitable-campaign-field {
    margin: 0px 0px 20px 0px !important;
}
.flex-charity-donate-form .donate-button {
   clip-path: polygon(0% 21.739%, 0% 21.739%, 0.079% 18.213%, 0.309% 14.868%, 0.676% 11.749%, 1.169% 8.9%, 1.775% 6.367%, 2.481% 4.194%, 3.275% 2.426%, 4.145% 1.108%, 5.078% 0.285%, 6.061% 0%, 93.939% 0%, 93.939% 0%, 94.922% 0.285%, 95.855% 1.108%, 96.725% 2.426%, 97.519% 4.194%, 98.225% 6.367%, 98.831% 8.9%, 99.324% 11.749%, 99.691% 14.868%, 99.921% 18.213%, 100% 21.739%, 100% 56.522%, 100% 56.522%, 99.973% 58.561%, 99.894% 60.564%, 99.765% 62.52%, 99.586% 64.417%, 99.36% 66.244%, 99.088% 67.988%, 98.772% 69.639%, 98.414% 71.185%, 98.014% 72.613%, 97.576% 73.913%, 89.495% 95.652%, 89.495% 95.652%, 89.174% 96.46%, 88.84% 97.188%, 88.495% 97.836%, 88.139% 98.402%, 87.775% 98.884%, 87.403% 99.282%, 87.024% 99.594%, 86.64% 99.819%, 86.251% 99.954%, 85.859% 100%, 6.061% 100%, 6.061% 100%, 5.078% 99.715%, 4.145% 98.892%, 3.275% 97.573%, 2.481% 95.806%, 1.775% 93.633%, 1.169% 91.1%, 0.676% 88.251%, 0.309% 85.132%, 0.079% 81.787%, 0% 78.261%, 0% 21.739%);
    background-color: #000 !important;
    width: fit-content !important;
    padding: 5px 35px !important;
}
.flex-charity-donate-form .custom-donation-amount{
	border:0px !important;
}
.flex-charity-donate-form .custom-donation-input{
	padding: 10px 10px 10px 60px!important;
	border: 0px !important;
	background-color: #f3f6f5 !important;
	border-radius: 6px !important;
}

.charitable-campaign-field .custom-donation-input[type="text"] {
    border-radius: 6px !important;
    border: 1px solid #E4E4E4 !important;
    border-color: #E4E4E4 !important;
    color: #E4E4E4 !important;
    padding: 8px;
    /* margin-top: 15px; */
}
.home .charitable-campaign-wrap.template-simple-1-col .charitable-template-donation-options ul.charitable-template-donation-amounts .charitable-template-donation-amount.custom-donation-amount input[type="text"] {
    color: #000000 !important;
    border-color: #E4E4E4 !important;
    pointer-events: auto !important;
}

.flex-charity-donate-form li.charitable-template-donation-amount.custom-donation-amount:before {
    content: '$';
    position: absolute;
    background-color: #0A4D3B;
    padding: 10px 20px;
    color: #fff;
    font-size: 17px;
    border-radius: 8px 0px 0px 8px;
    
}
/* **********************Banner donate form css end***************8 */
/* *************search pop up css start*************** */
.search-cont button {
    border: 0;
    background: transparent;
  }
/*   .outer-search {
    background: #ffff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
    text-align: center;
    height: 100%;
    z-index: 9999;
  } */
  .inner-search label {
    width: 100%;
  }
  .inner-search input#search {
    background: transparent;
    border-top: 2px solid #222;
    border-bottom: 2px solid #222;
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    font-size: 32px;
    text-align: center;
    color: #222;
  }
  .inner-search input#search::placeholder {
    color: #222;
  }
  .inner-search {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 99999;
    left: 50%;
    padding: 0 15px;
  }
.outer-search .closepop {
    position: absolute;
    top: 20%;
    transform: translateY(-50%);
    right: 5%;
    text-align: right;
    border: 0;
    font-size: 25px;
    padding: 15px;
    color: #fff;
    background-color: #FFE254;
    line-height: 15px;
}
input.search-field {
    width: 30%;
    padding: 15px;
    border-radius: 10PX;
}
  .outer-search .closepop:focus {
    outline-color: #000;
  }
  .inner-search form.searchform {
    margin: 0 auto;
    max-width: 700px;
  }
  .inner-search .searchform input[type="text"] {
    width: 100%;
    padding: 7px 10px;
  }
  #searchform #searchsubmit {
    padding: 7px 10px;
}
  .inner-search input.search-submit {
    display: none;
  }
  .search-cont i {
    color: #fff;
    font-size: 20px;
  }
 button.search-cont-button {
    padding: 0px !important;
}
.inner-search button {
    margin-top: 20px;
    background-color: #DA1818;
    color: #fff;
    border-radius: 10px;
	border:none !important;
}
  .inner-search #searchform {
    border: none;
  }
  .result-search #searchform {
    display: table;
  }
  .search-icon .inner-search .woocommerce-product-search {
    display: inline-block;
  }
  .search-icon .search-field {
    outline: none !important;
  }
  .search-cont button:hover{
    background-color: transparent !important;
  }
  .woocommerce-product-search .search-field{
    padding: 10px !important;
    border: 1px solid #000;
  }
  .woocommerce-product-search button{
    padding: 15px 20px;
  }
  .search-cont button{
    cursor: pointer;
  }
.outer-search {
    background: #000000b3;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
    text-align: center;
    height: 100%;
    z-index: 9999;
}
/* **************search popup css end ***************** */

/* **********left-right-sidebar-css start************* */
.flex-charity-blog-page .elementskit-post-image-card:hover .elementskit-btn{
	background-color: #0A4D3B !important;
}
.flex-charity-blog-page .elementskit-post-image-card:hover p{
	/* color:#fff !important; */
}
.search-submit{
background-color:#000 !important;
color: #fff !important;
}
.flex-charity-blog-page img {
    height: 200px !important;
    width: 100%;
    object-fit: cover;
    border-radius: 10px !important;
}
.flex-charity-blog-1 input.search-field {
    width: 100% !important;
    padding: 5px !important;
    border-radius: 5px !important;
    
}
#search-1{
	border: 1px solid;
	border-radius: 5px ;
	padding: 15px;
}
#search-2{
	border: 1px solid;
	border-radius: 5px ;
	padding: 15px;
}
#recent-comments-1 {
	border: 1px solid;
	border-radius: 5px ;
	padding: 15px;
}
#recent-comments-2{
	border: 1px solid;
	border-radius: 5px ;
	padding: 15px;
}
#block-5{
	border: 1px solid;
	border-radius: 5px ;
	padding: 15px;
}
#block-6{
	border: 1px solid;
	border-radius: 5px ;
	padding: 15px;
}

.flex-charity-blog-page .elementskit-post-image-card:hover img {
    opacity: .8;
    transform: scale(1.5) !important;
}

@media screen and (min-width: 768px) and (max-width:1024px){
	.new-blog-grid .ekit-wid-con .row {
    flex-direction: column !important;
}
.new-blog-grid .ekit-wid-con .col-lg-6 {
    max-width: 100% !important;
}
}
/* ***************left-right-sidebar css end************** */
/* ***************hover effect**************** */
.flex-charity-blk-btn .elementor-button,
.camp-slider-bonate-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    cursor: pointer;
    overflow: hidden;
    width: max-content;
    background-image: linear-gradient(0deg, #FFE254, #FFE254);
    background-repeat: no-repeat;
    background-size: 0% 100%;
    background-position: left center;
    transition: background-size 0.35s cubic-bezier(0.42, 0, 0.58, 1),
                color 0.35s,
                box-shadow 0.35s;
}
.flex-charity-blk-btn .elementor-button:hover,
.camp-slider-bonate-btn:hover {
    background-size: 100% 100%;
    color: #000 ; /* optional: text color change */
    box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 4px 0px;
}



.flex-charity-green-btn .elementor-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    cursor: pointer;
    overflow: hidden;
    width: max-content;
  background-image: linear-gradient(0deg, #FFE254, #FFE254);
  background-repeat: no-repeat;
    background-size: 0% 100%;
    background-position: left center;
    transition: background-size 0.35s cubic-bezier(0.42, 0, 0.58, 1), color 0.35s, box-shadow 0.35s;
}

.flex-charity-green-btn .elementor-button:hover {
    background-size: 100% 100%;
    color: #fff; /* optional: text color change */
    box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 4px 0px;
}

.flex-subscribe-submit{
    cursor: pointer;
  background-image: linear-gradient(0deg, #FFE254, #FFE254);
  background-repeat: no-repeat;
    background-size: 0% 100%;
    background-position: left center;
    transition: background-size 0.35s cubic-bezier(0.42, 0, 0.58, 1), color 0.35s, box-shadow 0.35s;
}

.flex-subscribe-submit :hover {
    background-size: 100% 100%;
}
/* ***************hover effect end*********************** */
/* *****************search page css start*************8 */
.blog-2 .post-meta {
    background: #FFE25461 !important;
}
.read-more a {
    background-color: #009BA4 !important;
    outline: 1px #009BA4 solid !important;
}
.pagination .page-numbers, .pagination .current {
    border-color: #0A4D3B !important;
    border: 1px solid #0A4D3B !important;
    border-radius: 10px !important;
}
.current {
    background-color: #009BA4 !important;
}
a.page-numbers:hover {
    background-color: #009BA4 !important;
}
.flex-edu-search-pagination{
	margin-bottom: 30px ;
}
.flex-edu-search-post-title a:hover{
	color : #009BA4;
}
/* ***************Search page css end**************8 */
/* ***************no sidebar blog page*********** */

@media screen and (max-width:1337px){
	.no-sidebar-flex .post-meta-list {
    display: flex;
    gap: 10px ;
    font-size: 14px !important;
}
.no-sidebar-flex .meta-author{
	margin: 0px !important;
}
.no-sidebar-flex .meta-date{
	margin: 0px !important;
}
.no-sidebar-flex .elementskit-post-body {
    padding: 20px 20px 40px !important;
}
}
/* **********No sidebar blog css end************** */
/* ************8single blog page css start********* */

.custom-review-form input[type="submit"] {
    background-color: #000 !important;
}
.custom-review-form input[type="submit"]:hover {
    background-color: #009BA4 !important;
}
.review-star1, .star-rating{
	display: none !important;
}
/* *********** single blog page css end************ */
/* ******************faq page css start*************** */
@media screen and (max-width:320px){
.Flex-charity-faq-sec .eael-accordion-header  {
	display: flex;
	gap:10px 
}
.Flex-charity-faq-sec .active-default svg {
    height: 23px;
    width: 35px !important;
    line-height: 23px;
    fill: #FFFFFF;
}	
}

/* ****************faq page css end ************ */
/* **************demo css********************** */
.campaign-desc.pt-2 {
    font-size: 16px;
    line-height: 31px;
}
.post-author svg{
	width:25px;
height:25px ;
}
.custom-review-form input[type="submit"] {
    width: fit-content;
    background-color: #FFE254 !important;
    color: #fff;
    font-size: 16px;
    border: 0px;
    border-radius: 5px;
}

button.closepop.search-cont-button-close {
    cursor: pointer;
}
.sticky-header .elementor-widget-shortcode{
	padding:0px !important;
}
/* **************8 */
@media screen and (min-width:1300px) and (max-width:1399px){
	.flex-charity-header{
		padding:0px;
	}
}
/* ******************** */
.flex-hover-img {
  position: relative;
  display: inline-block;
  overflow: hidden; /* keeps shine inside */
}

.flex-hover-img img {

  transition: transform 0.6s cubic-bezier(.2,.8,.2,1);
  position: relative;
  z-index: 1;
}

/* Zoom on hover */
.flex-hover-img:hover img {
  transform: scale(1.08);
}

/* Diagonal shine from top-left → bottom-right */
.flex-hover-img::after {
  content: "";
  position: absolute;
  top: -100%;
  left: -100%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    135deg, /* diagonal angle (↘) */
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0.6) 50%,
    rgba(255,255,255,0) 100%
  );
  transform: translate(-100%, -100%);
  transition: transform 0.9s ease;
  pointer-events: none;
  z-index: 2;
}

/* Animate shine diagonally */
.flex-hover-img:hover::after {
  transform: translate(100%, 100%);
}

.flex-charity-event-title a:hover{
	color:#0A4D3B;
}
/* ************************8 */
.flex-charity-home-meta-image {
    position: relative;
    overflow: hidden;
}

.flex-charity-home-meta-image img {
    display: block;
    transition: transform 0.4s ease;
}

.flex-charity-home-meta-image:hover img {
    transform: scale(1.1);
}

.flex-charity-home-meta-image ::after {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        120deg,
        rgba(255, 255, 255, 0.5) 0%,
        rgba(255, 255, 255, 0) 80%
    );
    transform: skewX(-25deg);
}

.flex-charity-home-meta-image :hover::after {
    animation: shine 0.8s forwards;
}

@keyframes shine {
    100% {
        left: 125%;
    }
}
.flex-charity-home-category-name a:hover{
	/* color:#FFE254 !important; */
}
@media screen and (max-width:767px){
	.flex-charity-about-cta .elementor-icon-box-icon {
    padding: 9px 15px !important;
}
}
.flex-charity-event-image:hover{
	transform: scale(1.1);
}
.flex-charity-team-members:hover .eael-team-content {
  background-color: #009BA4 !important;
}
.flex-charity-team-members:hover .eael-team-member-name
, .flex-charity-team-members:hover .eael-team-member-position {
  color: #fff !important;
}
.urgent-campaign-item:hover .campaign-content{
	background-color: #FFE254 !important;
}
.urgent-campaign-item:hover .urgent-campaign-name, .urgent-campaign-item:hover .campaign-desc 
{
color: #000 !important;
}
.urgent-campaign-name a:hover{
	color:#fff;
}
 .flex-charity-img-box .elementor-image-box-img:hover img {
    transform: rotateY(180deg);
}
.swiper-button-prev, .swiper-button-next{
	display:none;
}
.swiper-pagination {
    margin-top: 20px !important;
    position: relative;
}
.swiper-pagination-bullet-active {
    background: #FFE254 !important;
}
#block-9 p {
    color: #232323;
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 28px;
}
#block-10{
	border:1px solid #000;
	border-radius:10px;
	padding:10px;
}
#block-11{
	border:1px solid #000;
	border-radius:10px;
	padding:10px;
}
.wp-block-latest-posts a:hover{
	color:#FFE254;
}
@media screen and (min-width:980px) and (max-width:1024px){
	.flex-charity-blog-sec .ue-meta-data {
	width: 100%;
		bottom:44%;
}
}
 ul li.suggested-donation-amount.selected span.amount {
	color: #000000;
	filter: invert(0) !important;
	opacity:1 !important;
}
.flex-charity-donate-form-sec .e-con-inner{
	padding-left:20px;
	padding-right:20px;
}
.flex-charity-blog-page .elementskit-post-image-card {
    /* height: 543px; */
}
@media screen and (max-width: 1337px) {
    .no-sidebar-flex .post-meta-list {
        display: flex;
        gap: 6px !important;
        font-size: 14px !important;
    }
}
.flex-footer-contact .elementor-icon-box-icon {
	height:fit-content;
}
input.search-field {
    padding: 12px;
}
.flex-charity-banner-social .elementor-social-icon svg {
    transform: rotate(
95deg);
   
}
.sub-menu a{
	padding:10px !important;
}
/* ***************archive category page******************* */
nav.camp-breadcrumb {
    background-image: url("assets/images/banner.png");
    padding: 200px 0px;
    text-align: center;
    	color: #fff!important;
}
.camp-breadcrumb h1{
	font-size:40px !important;
	color: #fff!important;	
}
.flex-archive-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
}
.flex-archive-campaign{
	padding: 80px 20px;
}
.flex-archive-item {
    background-color: #f2f2f2;
    padding: 20px;
    border-radius: 10px;
}
.flex-archive-item img {
    width: 100%;
    height: 150px !important;
    object-fit: cover;
    mask-image: url("assets/images/cat-mask.png");
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
}
h2.flex-archive-item-title {
    margin: 15px 0px !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    font-family: "Rubik", Sans-serif !important;
}
.archive-campaign-content {
    font-size: 14px !important;
    font-family: "Rubik", Sans-serif !important;
}
a.camp-archive-learn-more {
    font-family: 'Rubik';
    font-weight: 500 !important;
    font-size: 15px !important;
}
.archive-campaign-link{
		margin-top: 10px ;
}
.a.camp-archive-learn-more:hover{
	color: #0A4D3B !important;
}
.flex-archive-item:hover{
	background-color:#0A4D3B !important;  
	
}
.flex-archive-item:hover .flex-archive-item-title,
.flex-archive-item:hover .archive-campaign-content,
.flex-archive-item:hover .camp-archive-learn-more {
    color: #fff !important;
}

@media screen and (min-width:768px) and (max-width:1023px){
	    .flex-archive-grid {
    grid-template-columns: repeat(2,1fr) !important;

}
}
@media screen and (max-width:767px){
.flex-archive-grid {
    grid-template-columns: repeat(1,1fr) !important;

}
}
/* *******************archive category css End********************** */
@media screen and (max-width:455px){
	.social-icon-parent {
    position: absolute;
    right: 10% !important;
    bottom: 26% !important;
}
}








.copyright {
    color: #FFFFFF;
}
.flex-footer-contact .elementor-icon-box-description a {
    color: #FFF;
}
.flex-charity-newslatter .wpcf7-spinner {
    display: none;
}
.flex-charity-logo .wpr-logo {
    clip-path: polygon(21.227% 2.852%, 21.227% 2.852%, 21.551% 2.326%, 21.892% 1.851%, 22.249% 1.426%, 22.62% 1.055%, 23.003% 0.738%, 23.397% 0.475%, 23.8% 0.269%, 24.211% 0.12%, 24.628% 0.03%, 25.05% 0%, 94.286% 0%, 94.286% 0%, 95.213% 0.145%, 96.092% 0.566%, 96.912% 1.24%, 97.661% 2.144%, 98.326% 3.254%, 98.897% 4.549%, 99.362% 6.005%, 99.709% 7.599%, 99.925% 9.309%, 100% 11.111%, 100% 55.052%, 100% 55.052%, 99.98% 55.991%, 99.919% 56.918%, 99.819% 57.826%, 99.681% 58.713%, 99.506% 59.572%, 99.294% 60.4%, 99.048% 61.193%, 98.768% 61.945%, 98.454% 62.652%, 98.109% 63.31%, 78.773% 97.148%, 78.773% 97.148%, 78.449% 97.674%, 78.108% 98.149%, 77.751% 98.574%, 77.38% 98.945%, 76.997% 99.262%, 76.603% 99.525%, 76.2% 99.731%, 75.789% 99.88%, 75.372% 99.97%, 74.95% 100%, 5.714% 100%, 5.714% 100%, 4.787% 99.855%, 3.908% 99.434%, 3.088% 98.76%, 2.34% 97.856%, 1.674% 96.746%, 1.103% 95.451%, 0.638% 93.995%, 0.291% 92.401%, 0.075% 90.691%, 0% 88.889%, 0% 44.948%, 0% 44.948%, 0.02% 44.009%, 0.081% 43.082%, 0.181% 42.174%, 0.319% 41.287%, 0.494% 40.428%, 0.706% 39.6%, 0.952% 38.807%, 1.233% 38.055%, 1.546% 37.348%, 1.892% 36.69%, 21.227% 2.852%);
    background-color: #FFE254 !important;
    padding: 32px 28px !important;
}

.top-banner-right-col {
    position: relative;
}
.top-banner-top-right-img {
    position: absolute;
    left: 16%;
    top: 4%;
    z-index: 1;
    border: 5px solid #0A4D3B;
}
.top-banner-bottom-left-img {
    position: absolute;
    bottom: 10%;
    left: 20%;
}
.top-banner-top-right-img {
    background-color: #FFE254;
    width: 100px;
    height: 100px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
}
.flex-charity-header>.e-con-inner {
    /* background-color: #FFF; */
    height: 60px;
    background-image: url(assets/images/to-menu-bg.svg);
    background-position: right;
    background-size: cover;
}
.top-banner-bottom-left-shape {
    clip-path: polygon( 0% 61.126%,0% 61.126%,0.06% 62.204%,0.237% 63.247%,0.524% 64.243%,0.914% 65.182%,1.4% 66.055%,1.977% 66.85%,2.637% 67.557%,3.374% 68.167%,4.182% 68.668%,5.053% 69.051%,90.767% 99.484%,90.767% 99.484%,92.141% 99.809%,93.49% 99.821%,94.786% 99.544%,96% 99.003%,97.105% 98.222%,98.072% 97.225%,98.873% 96.036%,99.481% 94.679%,99.865% 93.179%,100% 91.56%,100% 8.287%,100% 8.287%,99.907% 6.943%,99.636% 5.668%,99.203% 4.479%,98.622% 3.393%,97.908% 2.427%,97.076% 1.599%,96.14% 0.925%,95.115% 0.422%,94.016% 0.108%,92.857% 0%,7.143% 0%,7.143% 0%,5.984% 0.108%,4.885% 0.422%,3.86% 0.925%,2.924% 1.599%,2.092% 2.427%,1.378% 3.393%,0.797% 4.479%,0.364% 5.668%,0.093% 6.943%,0% 8.287%,0% 61.126% );
}
.top-banner-bottom-left-img {
    position: absolute;
    bottom: 10%;
    left: 27%;
    transform: translate(12px, 44px);
}
.flex-charity-testimonial .wpr-testimonial-item {
    
}

.flex-charity-home-category-name a {
    color: #000;
    &:hover {
        color: #000;
    }
}

.flex-charity-about-cta .elementor-icon-box-description a {
    color: #000;
}
.urgent-campaign-item .urgent-campaign-name a {
    color: #000;
}
.flex-charity-testimonial .wpr-testimonial-icon svg {
    font-size: 50px;
}
.flex-charity-testimonial .wpr-testimonial-icon svg path {
    fill:#0A4D3B;
}
.flex-charity-testimonial .wpr-testimonial-dots {
    transform: translate(0px, 30px);
}
.flex-charity-testimonial .slick-current.slick-active .wpr-testimonial-icon svg path {
    fill: #E5E5E5;
}
.flex-charity-testimonial .wpr-testimonial-dots .slick-active .wpr-testimonial-dot {
    font-size: 15px;
    width: 14px;
    height: 14px;
}
.flex-charity-testimonial .wpr-testimonial-dots ul {
    display: flex;
    align-items: center;
    gap: 5px;
}
#become-volunteer .elementor-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    cursor: pointer;
    overflow: hidden;
    width: max-content;
    background-image: linear-gradient(0deg, #0A4D3B, #0A4D3B);
    background-repeat: no-repeat;
    background-size: 0% 100%;
    background-position: left center;
    transition: background-size 0.35s cubic-bezier(0.42, 0, 0.58, 1), color 0.35s, box-shadow 0.35s;
}

#become-volunteer .elementor-button:hover {
    background-size: 100% 100%;
    color: #fff; 
    box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 4px 0px;
}

.flex-charity-green-btn.flex-charity-banner-1 .elementor-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    cursor: pointer;
    overflow: hidden;
    width: max-content;
    background-image: linear-gradient(0deg, #000, #000);
    background-repeat: no-repeat;
    background-size: 0% 100%;
    background-position: left center;
    transition: background-size 0.35s cubic-bezier(0.42, 0, 0.58, 1), color 0.35s, box-shadow 0.35s;
}

.flex-charity-green-btn.flex-charity-banner-1 .elementor-button:hover {
    background-size: 100% 100%;
    color: #fff !important; 
    box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 4px 0px;
}
.flex-charity-team-members1 .eael-team-item:hover .eael-team-content {
    background-color: #0A4D3B !important;
}
.flex-charity-team-members1 .eael-team-item:hover .eael-team-member-name {
    color: #FFE254 !important;
}
.flex-charity-team-members1 .eael-team-item:hover .eael-team-member-position {
    color: #FFF !important;
}
.flex-charity-blog-sec .uc_carousel_item .uc_post_title {
    overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	display: -webkit-box;
}

@media screen and (min-width:320px) and (max-width:767px) {
    .flex-charity-logo .wpr-logo {
        padding: 20px 20px !important;
    }
    .space-add {
        padding-left: 10px;
        padding-right: 10px;
    }
    .flex-charity-donate-form-sec .e-con-inner {
        padding-left: 10px;
        padding-right: 10px;
    }
    .flex-charity-blog-sec .ue-meta-data {
        bottom: 42%;
    }
    .top-banner-right-col-col2 {
        flex-wrap: nowrap;
    }
    .top-banner-bottom-left-img {
        position: absolute;
        bottom: 3%;
        left: 6%;
        transform: translate(12px, 20px);
        width: 60%;
    }
    .top-banner-top-right-img {
        width: 80px;
        height: 80px;
    }
    .top-banner-top-right-img {
        position: absolute;
        left: 0%;
        top: -2%;
    }
    .flex-charity-header>.e-con-inner {
        height: 52px;
        background-position: left;
        background-size: inherit;
        padding: 0px;
    }
}

@media screen and (min-width:992px) and (max-width:1024px) {
    .flex-charity-header>.e-con-inner {
        height: 70px;
        background-image: url(assets/images/to-menu-bg.svg);
        background-position: right;
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .top-banner-bottom-left-img {
        position: absolute;
        bottom: 10%;
        left: 20%;
        transform: translate(0px, 44px);
    }
    .top-banner-top-right-img {
        position: absolute;
        left: 0%;
        top: -3%;
        z-index: 1;
        border: 5px solid #0A4D3B;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .flex-charity-header>.e-con-inner {
        height: 70px;
        background-image: url(assets/images/to-menu-bg.svg);
        background-position: right;
        background-size: cover;
        background-repeat: no-repeat;
        background-position-x: left;
    }
    .top-banner-bottom-left-img {
        position: absolute;
        bottom: 10%;
        left: 8%;
        transform: translate(0px, 44px);
    }
    .top-banner-top-right-img {
        position: absolute;
        left: 0%;
        top: -3%;
        z-index: 1;
        border: 5px solid #0A4D3B;
    }
}


@media screen and (min-width:1025px) and (max-width:1199px) {
    .flex-charity-blog-sec .ue-meta-data {
        bottom: 41%;
    }
    .top-banner-top-right-img {
        left: 1%;
        top: -2%;
    }
    .top-banner-bottom-left-img {
        bottom: 10%;
        left: 13%;
        transform: translate(12px, 41px);
    }
}

@media screen and (min-width:1200px) and (max-width:1440px) {
    .flex-charity-blog-sec .ue-meta-data {
        bottom: 37%;
    }
    .top-banner-top-right-img {
        left: 4%;
        top: 2%;
    }
    .top-banner-bottom-left-img {
        bottom: 10%;
        left: 22%;
        transform: translate(12px, 41px);
    }
}


#contact-page input {
    margin-bottom: 12px;
}
#contact-page textarea {
    border: unset;
    width: 100%;
    border-radius: 4px;
    height: 160px;
    margin-bottom: 10px;
    padding: 10px;
}
.flex-charity-blog-page .elementskit-post-image-card .entry-title a {
    overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	display: -webkit-box;
}

.breadcrumb-area {
    align-content: center;
}
.flex-med-breadcrumb-title a {
    color: #FFFFFF;
}
.single-events .event-content {
    font-size: 18px;
}
.tax-campaign_category .camp-breadcrumb a {
    color: #FFFFFF;
}
.tax-campaign_category .flex-archive-item-title, .tax-campaign_category .archive-campaign-link a {
    color: #000000;
}
.single-campaign .charitable-button {
    background-color: #0A4D3B !important;
}
.single-campaign .charitable-campaign-wrap.template-simple-1-col .charitable-campaign-field-donate-amount ul li.suggested-donation-amount.selected {
    border: 10px solid #FFE254 !important;
}
.charitable-campaign-field.charitable-campaign-field-donate-amount .charitable-template-donation-options ul.charitable-template-donation-amounts .charitable-template-donation-amount.selected
 {
    color: unset !important;
    border: 0px solid #000 !important;
}



.hfe-menu-toggle svg {
    display: none !important;
}
.hfe-menu-toggle::after {
    content: "\f107"; 
    font-family: "FontAwesome";
    font-weight: 900;
    margin-left: 6px;
    font-size: 20px;
}
.single-campaign ul li.suggested-donation-amount.selected span.amount {
    color: #FFF;
}
.single-campaign .charitable-campaign-field-inner .placeholder {
    background-color: unset;
    opacity: 1;
}
.charitable-campaign-field-inner .placeholder {
    background-color: unset;
    opacity: 1;
}


#searchform div {
    display: flex;
    gap: 5px;
}