.widget_custom_button { margin: 10px 0px; width: auto; }
.widget_custom_button .bfb-wrapper { text-align: center; }
.widget_custom_button .full-width { width: 100%; }
.widget_custom_button a.bfb.more {
	position: relative;
	display: inline-block;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
	padding: 16px 38px;
	font-family: "Open Sans", Arial, sans-serif;
	margin: 0px;
	z-index: 9;
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
	background-color: #22507a;
}
.widget_custom_button a.more:hover, button.btnmore:hover {
    background-color: #3270aa;
    color: #FFF;
}