.donate-button a {
    color: #ffffff !important;
    background-color: #0099cb;
		border-radius: 8px;
}

.donate-button a:hover {
    background-color: #68cdf3;
}

@media (min-width: 1024px) {
  .donate-button {
			margin: 0px 20px 0px 20px !important; /* Top, Right, Bottom, Left */
  }		
}

@media (max-width: 1024px) {
  .donate-button a {
			border-radius: 0px;
  }		
}

.elementor-widget-search .e-search-label {
    display: none;
}