/*
Theme Name: GeneratePress Child
Template: generatepress
*/

/* Цвет кнопок */
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.wp-block-button__link {
	background-color: #DEC363;
	border-color: #DEC363;
	color: #fff;
}

.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.wp-block-button__link:hover {
	background-color: #c9a94a;
	border-color: #c9a94a;
	color: #fff;
}
