.color-bg-home-1 {
	background: rgb(82,70,47);
	background: radial-gradient(circle, rgba(82,70,47,1) 0%, rgba(0,0,0,1) 100%);
}

.color-bg-grey {
	background-color: #f2f3f5;
}

.fusion-has-button-gradient .fusion-has-button-gradient input.button-default, .fusion-has-button-gradient.fusion-button-default {
    background: rgb(91,73,49);
	background: linear-gradient(0deg, rgba(91,73,49,1) 0%, rgba(160,128,83,1) 100%);
    background-image: var(--button_gradient);
}