/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/

.fluentform input[type=checkbox] {
    -webkit-appearance: unset!important;
}

.ff_tc_checkbox {
    padding-right: 0.5rem;
}



.fea-submit-button.button.button-primary {
    font-size: 16px;
    line-height: 1.2 !important;
    font-weight: 700;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0em;
    border-radius: 24px;
    padding: 0.8em 1.3em;
    background: var(--color-header-top-text);
    border-color: transparent;
    color: var(--color-header-transparent-text) !important;
}


.menu-item:hover {
    cursor: pointer!important;
}