/**
* Theme Name: Kidhope Child
* Description: This is a child theme of Kidhope, generated by Merlin WP.
* Author: <a href="https://pavothemes.com/">Pavothemes</a>
* Template: kidhope
* Version: 1.1.0
*/

@media (min-width: 768px) and (max-width: 1290px) {
   .main-navigation ul.menu > li.menu-item > a  {
        font-size: 14px;
        line-height: 24px;
    }
}

.give-wrap .give-grid-style-1 .give-btn {
    text-align: center;
    padding: 14px 20px !important;
    background-color: #00B2DF !important;
}

/* Desktop: input and button side-by-side */
.footer_subscribe_form .wpcf7 form p {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  max-width: 600px;
  margin: 0 auto;
}
.footer_subscribe_form .wpcf7-response-output {
   color:white;
}


@media (max-width: 480px) {
.footer_subscribe_form .wpcf7 form p{
    flex-direction: column;
    align-items: stretch;
  }
	
}
#footer-subscribe-btn{
	margin-left:10px;
}

#footer-subscribe-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px 30px;
  gap: 10px;

  background: #00B2DF;
  color: #FFF;

  border: none;
  border-radius: 110px;
  cursor: pointer;

  font-family: 'Mulish', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;

  transition: background-color 0.3s ease;
}

#footer-subscribe-input{
	  border-radius: 200px;
}

#footer-subscribe-btn:hover {
  background-color: #009CC4; /* Optional hover shade */
}
@media (max-width: 480px) {
#footer-subscribe-btn{
	margin-left:0px;
}
	
}


.kidhope-con-inner.elementor-grid .posted-on{
	font-size:14px !Important;
}


.kidhope-con-inner.elementor-grid  .entry-title{
	font-size:24px !Important;
	
}

.give-goal-progress .give-progress-bar .give-progress-varlue {
    
    background-color: #FFCD34 !important;
}