.button,
.flow .button,
.gpnf-add-entry,
.gform_wrapper .button,
#bboxdonation_btnSecurePayment {
	border: 4px solid #a62548;
	border-radius: 0;
	height: 50px;
	line-height: 42px;
	padding: 0 20px;
	font-weight: 800;
	font-size: 12px;
	color: #2E3F50;
	letter-spacing: 0.20em;
	text-align: center;
	text-transform: uppercase;
	background: transparent;
	font-family: inherit;
	text-decoration: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	display: block;
	transition: all .2s linear;
	cursor: pointer;
}

.nav-button a,
.nav-button.current-menu-item a {
	padding: 9px 25px;
	background: #7c90a4;
	border-radius: 5px;
	color: #fff;
}

.nav-button:hover a {
	color: #fff !important;
}

.nav-button a:hover {
	color: #25303e !important;
}

.button.rounded {
	height: 40px;
	line-height: 40px;
	background: #7c90a4;
	color: #fff;
	font-weight: 900;
	font-size: 12px;
	letter-spacing: 2.5px;
	text-transform: uppercase;
	border-radius: 3px;
	border: 0;
}



.button.rounded.inactive {
	color: #294052;
	background: transparent;
}

.button:hover,
#bboxdonation_btnSecurePayment:hover {
	background: #a62548;
	color: #fff;
}

.button + .button {
	margin-top: 20px;
}

.button.rounded + .button.rounded {
	margin: 0;
}

.bg-red .button,
.bg-dark-blue .button {
	border-color: #deba5e;
	color: #fff;
}

.bg-red .button:hover,
.bg-dark-blue .button:hover {
	background: #deba5e;
	color: #283f51;
}

@media screen and (max-width: 767px) {
	.button.hidden {
		display: none;
	}
}

@media screen and (min-width: 768px) {
	.button,
	.flow .button,
	.gform_wrapper .button {
		display: inline-block;
		width: auto !important;
	}
	
	.button.md\:hidden {
		display: none !important;
	}
	
	.button + .button,
	.flow .button + .button {
		margin-top: 0;
	}
	
	:not(.button-group) .button + .button {
		margin-left: 30px;
	}
}