/******Header logo*******/
@media only screen and (min-width: 1025px){
  .site-branding a.brand img {
  margin-bottom: -50px; 
  z-index: 9999;
}
}
html {
font-variant-ligatures: none!important;
}

.rr-footer-form.wpforms-container .wpforms-field, .wp-core-ui div.wpforms-container .wpforms-field {
    padding: 2px 0!important;
}
.rr-footer-formdiv.wpforms-container-full .wpforms-field-label, .wp-core-ui div.wpforms-container-full .wpforms-field-label {
    margin: 0!important;
}
/******Heart Button******/
.btn {
  padding: 10px;
  font-weight: 700;
  font-size: 20px;
  text-decoration: none;
  text-align: center;
  transition: all .5s ease; 
}

.btn--doar {
  color: #fff;
  padding-right: 0;
  background-color: #B11f23;
  -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 70%, 90% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 50%, 75% 100%, 0 100%);

}

.btn--doar:hover { 
  color: #fff;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 0 100%);  
}

.btn--doar:after {
content: "";
    width: 24px;
    height: 24px;
    background: url("/wp-content/uploads/2024/05/heart.png");
  display:inline-block;
  position: relative;
  right: -55px;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.2s ease;
}

.btn--doar:hover:after {
  margin: -5px 15px;
  right: 0px;
}
/*****Post Grid Carousel*******/
.kt-blocks-post-grid-item header {
    position: relative;
    height:150px;
    overflow: hidden;
    text-overflow: ellipsis;
}

