/* Logo header */
.line.line-logo .content {
    margin-top: -20px!important;
}

.gallery img.e-thumbnail {
    cursor: pointer;
}

.modal {
    display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999; /* Sit on top */
  padding-top: 15%; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */

}

.modal-content {
    margin: auto;
    display: block;
    max-height: 645px!important;
    width: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

#close-gallery {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

#close-gallery:hover,
#close-gallery:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.line.line-menu ul.navbar-nav>li .dropdown-menu li a {
    text-transform: none;
}


#heart {
  color: #f77;
}

img:hover {
  cursor: pointer;
}

.line.line-btn-donation .content {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}


#yapla-consent-box .cm-btn-danger, #yapla-consent-box .cm-btn-success{
    color: black!important;
}