/* -----------------------------------
**   Yellow Color
-------------------------------------*/
a:hover, a:focus, a.active {
  color: #D50000;
}

.btn {
  color: #D50000;
}

.filter-options > li > a.active:before {
  display: none;
}

.base-color,
#easy-menu > ul > li:hover > a,
#easy-menu ul ul li a:hover,
.feature-item:hover .feature-item__title,
.feature-item__icon,
.fund-volunteer:hover .fund-volunteer__name,
.round-social-icons > li > a:hover,
.base-bg .base-color,
.quote-box .quote-icon,
.fund-arrow-left-list li:before,
.fund-pagination a.next:hover,
.event-details-counter-wrap .event-counter .countdown-period,
.fund-event__title a:hover,
.widget-latest-causes__title a:hover,
.blog-post__title a:hover,
.footer-menu a:hover,
.upcomming-event__title a:hover {
  background-image: -webkit-linear-gradient(45deg, #f909c9 40%, #ff4e00 60%);
  background-image: linear-gradient(45deg, #f909c9 40%, #ff4e00 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
}

.slick-arrow, #easy-menu > ul > li > a:hover i {
  color: #D50000;
  -webkit-text-fill-color: #D50000;
}

.btn.base-bg,
.all-text-white .btn:hover,
.help-us__icon-wrap,
.fund-volunteer:hover .fund-volunteer__photo,
.btn,
.round-social-icons > li > a:hover,
.filter-options > li > a.btn,
.slick-arrow,
.newsletter-form__input,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="time"]:focus,
input[type="text"]:focus,
.form-control:focus,
textarea:focus,
textarea.form-control:focus,
.our-causes__rised::before,
.slick-arrow,
.client-carusel .slick-active + .slick-active + .slick-active + .slick-active,
.tobar-fixed-check input:checked + label:before,
.backtop-top-check input:checked + label:before,
.removetopbar input:checked + label:before {
  border-color: #D50000;
}

.base-bg,
.btn.base-bg,
.cd-top,
.all-text-white .btn:hover,
.feature-item__icon-wrap:before,
.section-heading-separator:after,
.btn:hover,
.btn.active,
.filter-options > li > a:before,
.select2-container--default .select2-results__option--highlighted[aria-selected],
.fund-testimonial__quote:before,
.widget__title:after,
#cboxContent,
.preloader,
.client-carusel .slick-active + .slick-active + .slick-active + .slick-active,
.slick-dots li.slick-active button,
.tobar-fixed-check input:checked + label:before,
.backtop-top-check input:checked + label:before,
.removetopbar input:checked + label:before {
  background-image: -webkit-linear-gradient(-45deg, #c1089e 20%, #D50000 100%);
  background-image: linear-gradient(-45deg, #c1089e 20%, #D50000 100%);
}

.upcomming-event__date,
.blog-post__like-comment,
.join-us-section,
#cboxPrevious:before, #cboxNext:before, #cboxClose:before {
  background-image: -webkit-linear-gradient(-45deg, #c1089e 20%, #D50000 100%);
  background-image: linear-gradient(-45deg, #c1089e 20%, #D50000 100%);
}

.join-us-section {
  background-image: -webkit-linear-gradient(-45deg, #c1089e 20%, #D50000 100%) !important;
  background-image: linear-gradient(-45deg, #c1089e 20%, #D50000 100%) !important;
}

.banner-area:before {
  background-image: -webkit-linear-gradient(-45deg, rgba(193, 8, 158, 0.7) 20%, rgba(213, 0, 0, 0.7) 100%);
  background-image: linear-gradient(-45deg, rgba(193, 8, 158, 0.7) 20%, rgba(213, 0, 0, 0.7) 100%);
}

.our-causes__percentage {
  background: #D50000;
}

/* -----------------------------------
** End Yellow Color
-------------------------------------*/
