/* Customizer port — Uncode button colour slots.
   Moved out of WP Customizer Additional CSS. Rules are unchanged. */

/* Buttons */
.btn:not(.btn-custom-typo):not(.btn-inherit) {
	padding: 16px 24px !important;
	letter-spacing: 0px;
}
.btn-inline {
    padding-left: 8px;
    padding-right: 8px;
}
.gm-navbar-sticky-toggle .gm-navbar-nav > li.btn-appt > .gm-anchor:hover {
    color: #fffcf7 !important;
}
.gm-navbar-sticky-toggle .gm-navbar-nav > li.btn-appt > .gm-anchor {
	color: #fffcf7 !important;
}
.btn-color-213373.btn-flat:not(.btn-hover-nobg):hover, .btn-color-213373.btn-flat:not(.btn-hover-nobg):focus, .btn-color-213373.btn-flat:active {
    background-color: #D67423 !important;
    border-color: #D67423 !important;
		color: #fffcf7 !important;
}
.btn-color-xsdn.btn-outline:not(.btn-hover-nobg):hover, .btn-color-xsdn.btn-outline:not(.btn-hover-nobg):focus, btn-color-xsdn.btn-outline:active {
    background-color: transparent !important;
    border-color: #fffcf7 !important;
		opacity: 0.5;
}
.btn-color-nhtu:not(.btn-flat):not(.btn-hover-nobg):not(.icon-animated):not(.btn-text-skin):hover, .btn-color-nhtu:not(.btn-flat):not(.btn-hover-nobg):not(.icon-animated):not(.btn-text-skin):focus, .btn-color-nhtu:not(.btn-flat):not(.btn-hover-nobg):not(.icon-animated):not(.btn-text-skin):active {
	color: #D67423 !important;
	border-color: #D67423 !important;
	background: transparent !important;
}
