.widget_custom_button a.button {
	text-transform: uppercase;
    background-color: #ffc424;
    color: #000;
    font-family: inherit;
    font-weight: 500;
    font-size: 18px;
    text-shadow: none;
    margin-bottom: 0;
    bottom: 0;
    min-width: 150px;
}
.widget_custom_button a.button:hover{
	background-color: #d79f08;
}

.widget_custom_button { margin: 10px 0px; width: auto; }
.widget_custom_button .button-wrapper { text-align: center; }
.widget_custom_button .full-width { width: 100%; }
.widget_custom_button a.more.full-width:hover::before { transform:  scale(.983, .84); }
