/*
 Theme Name:   Freeio Child
 Theme URI:    https://themeforest.net/item/freeio-freelance-marketplace-wordpress-theme/42045416
 Description:  Freeio Child Theme
 Author:       ApusTheme
 Author URI:   http://apusthemes.com
 Template:     freeio
 Version:      1.0.0
 Text Domain:  freeio-child
*/

/* Form styling */
.forminator-ui.forminator-design--default .forminator-label{
    font-family: "Didact Gothic";
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #232323;
}

.forminator-ui.forminator-design--default .forminator-button-submit{ 
    background-color: #656870 !important;
    color: #FFF;
    padding: 10px 15px !important;
    border-radius: 8px !important;
}
.forminator-ui.forminator-design--default .forminator-button-submit:hover{ background-color: #730e3d !important;}

#teetde_form .elementor-shortcode .forminator-ui > .forminator-row{ margin-bottom: 15px;}
#teetde_form .elementor-shortcode .forminator-ui .forminator-row:nth-child(4){ margin-bottom: -8px;}

#teetde_form .elementor-shortcode .forminator-ui .forminator-row:nth-child(5),
#teetde_form .elementor-shortcode .forminator-ui .forminator-row:nth-child(7),
#teetde_form .elementor-shortcode .forminator-ui .forminator-row:nth-child(8){ margin-bottom: 40px !important;}

/* 404 Button */

.btn.btn-theme.btn-inverse{ 
    background: #730e3d;
    border-color: #730e3d;
    transition: all 350ms ease-in-out;
}

.btn.btn-theme.btn-inverse:hover{
    background: #FFF;
    color: #730e3d;
}

/* Epitropes Accordion */
.teetde_epitropes_accordion .elementor-accordion-title:hover{ color: #770E3B !important;}
