/*
Theme Name: EarthCare Child
Theme URI: https://earthcare.qodeinteractive.com
Description: A child theme of EarthCare
Author: Select Themes
Author URI: https://qodeinteractive.com
Version: 1.0
Text Domain: earthcare
Template: earthcare
*/

:root {
  --black: #000000;
  --white: #ffffff;
  --green: #62a10a;
  --red: #d3271b;
  --purple: #831698;
  --blue: #1e90ff;
  --orange: #f67d01;
  --fadedOrange: #fde0be;
}

.ep-button {
  display: flex;
  justify-content: center !important;
}
#qodef-top-area-inner {
  border-bottom: 1px solid var(--purple) !important;
}

/* general */
::-moz-selection {
  /* Code for Firefox */
  color: var(--white);
  background: var(--orange);
}

::selection {
  background: var(--orange);
  color: var(--white);
}

#qodef-page-footer-bottom-area-inner a:hover,
#qodef-page-footer-top-area-inner a:hover,
a:hover {
  color: var(--purple) !important;
}

.qodef-m-button a:hover,
.widget_earthcare_core_button a:hover {
  color: var(--black) !important;
}

/* contact forms*/
.mp-volunteer-form_container .wpcf7-form label {
  padding-bottom: 20px;
}

.wpcf7-form .wpcf7-form-control.qodef-layout--filled {
  background-color: var(--orange);
}

.wpcf7-form .wpcf7-form-control.qodef-layout--filled:hover {
  background: var(--purple);
}

/* homepage posts */
.ep-home-posts .qodef-e-text {
  min-height: 70px;
}

/* donate btn menu */
.ep-donate-menu {
  background: var(--red) !important;
  margin-right: -15px !important;
}

/* testimonials slider */
.ep-home-testimonials-slider
  .qodef-qi-testimonials-slider.qodef-item-layout--boxed
  .qodef-e-inner {
  padding: 20px 40px;
  min-height: 500px;
}
@media (max-width: 1508px) {
  .ep-home-testimonials-slider
    .qodef-qi-testimonials-slider.qodef-item-layout--boxed
    .qodef-e-inner {
    padding: 20px 40px;
    min-height: 560px;
  }
}

@media (max-width: 1208px) {
  .ep-home-testimonials-slider
    .qodef-qi-testimonials-slider.qodef-item-layout--boxed
    .qodef-e-inner {
    padding: 20px 40px;
    min-height: 360px;
  }
}

.ep-home-testimonials-slider .qodef-e-inner div {
  display: flex;
  flex-direction: column-reverse;
}

.ep-home-testimonials-slider .qodef-e-inner div .qodef-e-author {
  padding-bottom: 20px;
}

.ep-home-testimonials-slider .swiper-pagination {
  /* position: relative; */
  display: none;
}

.ep-testimonials .qodef-e-text {
  font-size: 18px;
}

/* topbar */
.ep-call-btn {
  /* display:none !important; */
  padding: 12px 40px !important;
}

/* logo */
#qodef-page-header .qodef-header-logo-link {
  height: 130px !important;
}

.qodef-header--divided #qodef-page-header .qodef-header-logo-link {
  justify-content: center;
  max-height: unset;
  margin: -20px 50px !important;
  /*   margin: 9px 50px !important; */
}

.qodef-header--divided #qodef-page-header .qodef-header-logo-link {
  justify-content: center;
  max-height: unset;
  /* margin: -30px 50px !important; */
  /* margin: 9px 50px !important; */
}

/* menu */
.qodef-header-sticky {
  height: 90px;
}

.qodef-header-navigation > ul > li.current-menu-ancestor > a > span {
  color: var(--purple);
}

.qodef-header--divided #qodef-page-header {
  height: 112px !important;
}

.qodef-header--divided #qodef-page-header {
  background-color: var(--white) !important;
}
a[title~="menu-title"],
a[title~="menu-first-title"],
.qodef-header-sticky-inner a[title~="menu-first-title"],
.qodef-header-sticky a[title~="menu-first-title"],
.wpml-ls-native,
.current_page_item {
  color: var(--purple) !important;
  font-weight: 800 !important;
}

a[title~="menu-title"] {
  font-size: 16px !important;
}

.wpml-ls-native {
  color: var(--purple) !important;
  font-weight: 500 !important;
}

a[title~="menu-title"]:hover {
  color: #000;
}

.qodef-svg--menu-arrow {
  width: 10px;
}

.event-item-template-default .qodef-e-image {
  display: flex;
  justify-content: center;
}
.event-item-template-default
  .qodef-events
  .qodef-e-inner
  .qodef-e-info
  .qodef-info--date {
  border: none !important;
}
.event-item-template-default .qodef-events .qodef-e-inner .qodef-e-info {
  background-color: var(--fadedOrange) !important;
}

.event-item-template-default .qodef-events .qodef-e-inner .qodef-e-info a {
  background-color: var(--orange) !important;
}
.event-item-template-default
  .qodef-events
  .qodef-e-inner
  .qodef-e-info
  a:hover {
  color: var(--black) !important;
}

.event-item-template-default .qodef-e-label.qodef--about-event,
.event-item-template-default .qodef-e-info-item.qodef-info--event-types {
  display: none;
}

/* color boxes */
.ep-work-boxes {
  transform: scale(0.9);
}

.ep-work-boxes .qodef-icon-with-text {
  display: flex;
  align-items: center;
}

.ep-work-boxes .qodef-icon-with-text.qodef-layout--top .qodef-m-title {
  margin-top: 0px !important;
}

.ep-work-boxes .qodef-icon-with-text {
  padding: 0px !important;
}

.ep-color-boxes .qodef-m-iwt-text {
  font-size: 24px;
}

.ep-color-boxes .qodef-icon-with-text {
  min-height: 350px;
  max-height: 350px;
}

/* newsletter */
.ep-home-newsletter .wpcf7-submit {
  background-color: var(--orange) !important;
  padding: 15px 30px !important;
}

/* back to top btn */
#qodef-back-to-top {
  bottom: 18px;
}

/* footer */
#qodef-page-footer-bottom-area div {
  width: 100% !important;
}

footer * {
  font-size: 13px !important;
}
#qodef-page-footer-top-area #qodef-page-footer-top-area-inner {
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 0 solid #e1e1e1;
}

#qodef-page-footer-top-area-inner *,
#qodef-page-footer-bottom-area-inner * {
  color: #000 !important;
}

/* pricing table */

.custom-table .qodef-pricing-table {
  height: 700px;
}

.eidi-table .qodef-m-inner {
  padding: 10px;
  height: 750px;
}

.qodef-pricing-table.qodef-skin--light {
  background-color: none;
}

.qodef-pricing-table.qodef-skin--light {
  background-color: var(--purple) !important;
}

.ac-tables .qodef-m-inner {
  height: 300px;
}

.bnk-frn .qodef-m-inner {
  height: 400px;
}

@media (max-width: 900px) {
  .eurobank-mobile .qodef-m-inner {
    height: 600px;
  }
}

.phn-sms .qodef-m-inner {
  padding: 5% !important;
  color: #fff;
}

.ac-tables.bnk-boxes,
.bnk-frn.bnk-boxes {
  color: #fff !important;
}

.bnk-frn.bnk-boxes .qodef-m-price-value {
  font-size: 17px;
}

footer .qodef-grid-item:nth-child(1) {
  width: 28% !important;
}

footer .qodef-grid-item:nth-child(2) {
  width: 25% !important;
}

.ep-color-boxes.ep-work-boxes a:hover {
  color: var(--orange) !important;
}

@media (max-width: 900px) {
  footer .qodef-grid-item,
  footer .qodef-shortcode {
    margin-bottom: 10px !important;
    margin-top: 0px !important;
  }
  footer .qodef-grid-item:nth-child(1) {
    width: 100% !important;
  }

  footer .qodef-grid-item:nth-child(2) {
    width: 100% !important;
  }
  .sustainability_targets div {
    display: flex !important;
    justify-content: center;
  }
}

.line-topbar-cta {
  font-weight: bold;
  background: var(--purple);
  color: #fff !important;
  padding: 10px 20px;
  border-radius: 100px;
}

.line-topbar-cta a {
  color: #fff !important;
}

@media (max-width: 980px) {
  .mgtp-page-titles h1 {
    font-size: 6vw;
  }

  .mgtp-inner-counters .e-con-inner {
    display: flex !important;
    flex-direction: column-reverse !important;
  }

  .mgtp-givelink {
    padding-bottom: 30px;
  }
  .mgtp-givelink div {
    min-height: 130px;
  }
}

.mgtp-givelink a {
  color: var(--orange) !important;
}
/* 
.mgtp-givelink-boxes .qodef-icon-with-text{
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height:200px;
}

.mgtp-givelink-boxes .qodef-icon-with-text img {
  width:30%;
  padding-bottom:30px;
}

.mgtp-givelink-boxes .qodef-m-icon-wrapper,
.mgtp-givelink-boxes .qodef-m-iwt-text{
  display:flex !important;
  justify-content: center; 
  text-align: center;
} */

#subscribetonewsletter_website-1,
#subscribetonewsletter_website-en-2  {
  display: flex;
}
@media (max-width: 900px) {
  #subscribetonewsletter_website-1,
  #subscribetonewsletter_website-en-2 {
    flex-direction: column;
  }
  #subscribetonewsletter_website-1 label,
  #subscribetonewsletter_website-en-2 label {
    padding: 10px 0;
  }
}

#subscribetonewsletter_website-1 label,
#subscribetonewsletter_website-en-2 label {
  flex: 3;
  margin: 0px 10px;
}
#subscribetonewsletter_website-1 button,
#subscribetonewsletter_website-en-2 button{
  flex: 1;
}

.mgtp-newsletter_form span {
  display: none;
}

.mgtp-newsletter_form input {
  background: #fff !important;
  border-radius: 100px;
  margin: 0px !important;
  padding: 10px 25px !important;
}

.mgtp-newsletter_form button {
  background: var(--orange);
  border: none;
}

.draseis-tables * {
  color: #fff !important;
}

.draseis-tables li:before {
  filter: invert(1);
}

.mgtp_header_cta_container {
  display: flex;
}

.mgtp_header_cta {
  flex: 1;
  display: flex;
  justify-content: center;
  padding: 10px;
}

.mgtp_header_cta a {
  color: #fff;
  font-weight: bold;
}

.mgtp_header_cta a:hover {
  color: #000 !important;
}

.mgtp_header_cta.donate_cta {
  background: var(--orange);
}

.mgtp_header_cta.line_cta {
  background: var(--purple);
}

ul li {
  list-style-position: outside;
  margin-left: 1em;
}

.wcdp-button {
  background: var(--orange) !important;
}

.ep_paypal_btn {
  text-transform: none !important;
  background: none !important;
  border: none;
  padding: 0px !important;
  margin: 0px !important;
  color: #000 !important;
  font-family: "cfastypro-book" !important;
}

.qodef-drop-down-second .ep_paypal_btn {
  font-size: 16px !important;
}

.box-btn {
  color: var(--orange) !important;
}

@media (max-width: 900px) {
  .qodef-m-title.entry-title {
    font-size: 20px;
  }

  .qodef-page-title {
    padding-top: 4.5vh;
  }

  .mp-home-slider {
    margin-top:43px!important;
  }
}

@media (max-width: 350px) {
  .qodef-page-title {
    padding-top: 14vh !important;
  }
  .mp-home-slider {
    margin-top:67px!important;
  }
  
}

/* single post */
#qodef-single-post-navigation,
#qodef-related-posts,
.qodef-breadcrumbs{
  display:none !important;
}

.post-template-default .qodef-page-title{
  height:10px;
}


.footer_newsletter {
  background:#EBF5FF;
  display:flex;
  align-items:center;
  justify-content: center;
}

@media(max-width:1270px) {
  .footer_newsletter {
    flex-direction: column;
  }
}


@media(max-width:900px) {
  .footer_shortcode_nl {
    width:80%;
  }
}


.footer_newsletter input{
  background:#fff !important;
  border-radius:50px;
  padding:10px !important;
}

.footer_newsletter h2 {
  font-size:30px;
  color: var(--orange);
}

.footer_newsletter span {
  display: none;
}


.footer_newsletter button {
  background:var(--orange);
  border:none;
  margin-top:0px !important;;
}

.footer_newsletter button span {
    padding:0px 10px !important;
}

.footer_nl_title {
  display: flex;
  justify-content: center;
  align-items: center; 
  padding:10px 20px;
}



.draseis-tables.ep-akritikes-tables .qodef-m-button {
  display: none !important;
}

.draseis-tables.ep-akritikes-tables p {
  display: none !important;
}