/*
Theme Name:     Winwood Child-theme
Theme URI:      https://demo2.wpopal.com/winwood/
Description:    Winwood child theme.
Author:         Duc Pham (Opal Team)
Template:       winwood
Version:        1.0.0
*/
.wpb-pcf-btn-default.gen-button {
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
    background-color: #8e9b4a !important;
	font-size: 18px;
    padding: 18px 40px;
    border-radius: 5px;
	margin-left: auto;
	margin-right: auto;
}

.wpb-pcf-btn-default.group-button {
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-weight: var(--e-global-typography-accent-font-weight);
    background-color: #fe6830 !important;
	font-size: 18px;
    padding: 18px 40px;
    border-radius: 5px;
	margin-left: auto;
	margin-right: auto;
}
