/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
.custom-logo {
/*	max-width: 50%;
*/
}

.specbtn,
.specbtn:visited {
	color: #000000;
	padding: 8px 16px;
	text-decoration: none !important;
	white-space: nowrap;
	line-height: 38px;
	-webkit-transition: all .25s linear 0;
	-moz-transition: all .25s linear 0;
	-ms-transition: all .25s linear 0;
	-o-transition: all .25s linear 0;
	transition: all .25s linear 0;
	border-radius: 3px;
}

.briteblue {
	background-color: #33b3e5;
}

.aqua {
	background-color: #33bed5;
}

.green {
	background-color: #8db5a1;
}

.yellow {
	background-color: #f2af32;
}

.darkgray {
	background-color: #a3a4a5;
}

.givebtn,
.givebtn:visited {
	padding: 0 10px;
	font-family: "Oswald", sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #000000;
	text-decoration: none !important;
	white-space: nowrap;
	-webkit-transition: all .25s linear 0;
	-moz-transition: all .25s linear 0;
	-ms-transition: all .25s linear 0;
	-o-transition: all .25s linear 0;
	transition: all .25s linear 0;
	border-radius: 3px;
}

.specbtn:hover,
.specbtn:active,
.givebtn:hover,
.givebtn:active {
	background: #cc0033;
	text-decoration: none;
	color: #ffffff;
	opacity: 1 !important;
}

/*media all*/
.block-grid-item {
	margin: 2px;
	padding: 20px;
	border: #d7d3c8 1px solid;
	background-color: #ffffff;
	max-width: calc(100% - 4px);
	min-width: 0;
	text-align: center;
	-webkit-flex: 0 0 calc(100% - 4px);
	-ms-flex: 0 0 calc(100% - 4px);
	flex: 0 0 calc(100% - 4px);
}

@media all and (min-width:600px) {
	.block-grid-2 > .block-grid-item, .block-grid-3 > .block-grid-item, .block-grid-4 > .block-grid-item, .block-grid-5 > .block-grid-item {
		max-width: calc(50% - 4px);
		-webkit-flex: 0 0 calc(50% - 4px);
		-ms-flex: 0 0 calc(50% - 4px);
		flex: 0 0 calc(50% - 4px);
	}
}

@media all and (min-width:768px) {
	.block-grid-3 > .block-grid-item, .block-grid-4 > .block-grid-item, .block-grid-5 > .block-grid-item {
		max-width: calc(33.33% - 4px);
		-webkit-flex: 0 0 calc(33.33% - 4px);
		-ms-flex: 0 0 calc(33.33% - 4px);
		flex: 0 0 calc(33.33% - 4px);
	}
}