


/*------------------------------------------*/
/* GENERAL FORM STYLES
/*------------------------------------------*/

.theme-form input[type=text], .theme-form input[type=number], .theme-form input[type=email], .theme-form select, .theme-form textarea{
    width: 100% !important;
    box-sizing: border-box;
}



/*------------------------------------------*/
/* THEME FORM STYLES
/*------------------------------------------*/

.theme-form input[type=submit]{
    width: auto !important;
    padding: 13px 27px;
    background: #004E50;
    color: #fff;
    border: 0;
    margin-top: 15px;
}

.inp{
    margin-top:15px;
}

.theme-form label{
    margin-bottom: 5px;
    font-size: 14px;
}


.theme-form textarea{
    padding-top: 15px;
}

.theme-form .col-12{
    text-align: center;
}

.theme-form input[type=submit]{
    padding: 15px 45px;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
}

.theme-form input[type=submit]:hover{
    background: #00B30F;
}

.inp:focus{
    background: red;
    outline: 3px;
}

.theme-form p{
    margin: 0;
}

.theme-form .wpcf7-spinner{
    position: absolute;
    margin: 25px 24px;
}