/*
Theme Name: The Hygiene Bank
Theme URL: https://www.patchmedia.co.uk
Description: The Hygiene Bank
Author: Carl Walker
Author URL: https://www.patchmedia.co.uk
Template: betheme
Version: 1.0.0
Text Domain: thehygienebank
*/ 
#map-container {
    width: 100%;
    height: 500px;
    margin-top: 10px;
}
.controls {
    margin-bottom: 10px;
    display: flex;
    gap: 20px;
}
.controls button {
    height: 40px;
}
.head-color {
    color: #70BD9E !important;
}
a.header-button{
	display: inline-block;
	top: 5px;
	margin: 0 5px;
	padding: 5px 10px;
}
a.header-button:hover{

	transition: 0.3s;
}
.button-donate{
	right: 0;
	background-color: #000000;
	color: rgb(255, 234, 0) !important;
}
.button-donate:hover{
	background-color: rgb(255, 234, 0);
	color: #000000 !important;
}
.button-volunteer{
	right: 90px;
	background-color: rgb(255, 234, 0);
	color: #000000 !important;
}
.button-volunteer:hover{
	background-color: #000000;
	color: rgb(255, 234, 0) !important;
}

#Top_bar .menu > li > a span:not(.description) {
	    padding: 0 12px !important;
}
@media only screen and (max-width: 767px) {
    .mobile-header-mini.mobile-mini-mr-lc #Top_bar .logo {
		float:left !important;
		margin-left:10px !important;
	}

	.mobile-header-mini.mobile-mini-mr-lc #Top_bar .top_bar_right {
		left: 85px !important;
	}
	
}

@media only screen and (max-width: 767px) {
