/*
Theme Name: physioinvasiva-th
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/

.gform_footer{
    
    margin: 0 !important;
}

.gform_fields{
    row-gap: 15px !important;
}

.textarea{
    margin: 0 !important;
}

.gform_button{
    padding-block: 15px !important;
    background-color: #0086C0 !important;
    color: #FFF !important;
    border-radius: 2px !important;
    max-width: 130px !important;
    width: 100% !important;

    &:hover{
        background-color: #00587d !important;
    }
}