/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 15 2023 | 06:39:40 */
.mobile-header-donate-btn {
  color: white !important;
  font-size: 17px;
  line-height: 12px;
  padding: 10px 14px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: #ea4f54;
  border: 1px solid #ea4f54;
  position: absolute;
  top: 23px;
  right: 57px;
}
@media (max-width: 400px) {
  .mobile-header-donate-btn {
    right: 45px;
  }
}
@media (max-width: 318px) {
  .mobile-header-donate-btn {
    display: none;
  }
}
@media (min-width: 981px) {
  .mobile-header-donate-btn {
    display: none;
  }
}
