/*
Theme Name:   UltrasoundAcademy
Description:  UltrasoundAcademy Child Theme
Author:       stef
Author URL:   https://stefcordina.com
Template:     enormous
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  UltrasoundAcademy
*/

/* Write here your own personal stylesheet */

.main_logo img,
.sticky_logo img {
	height: 50px;
}

.gform_body input[type='text'], 
.gform_body input[type="password"], 
.gform_body input[type="datetime"], 
.gform_body input[type="datetime-local"], 
.gform_body input[type="date"], 
.gform_body input[type="month"], 
.gform_body input[type="time"], 
.gform_body input[type="week"], 
.gform_body input[type="number"], 
.gform_body input[type="email"], 
.gform_body input[type="url"], 
.gform_body input[type="search"], 
.gform_body input[type="tel"], 
.gform_body input[type="color"], 
.gform_body textarea, 
.gform_body select {
    background: white;
    border: none;
    text-transform: lowercase;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    padding: 10px 18px !important;
    color:#453f3f;
}

.gform_footer input[type='submit'] {
    width: auto;
    color: white;
    font-family: 'Rubik', sans-serif;;
    font-weight: 500;
    background-color: #0055c8;
    border: none;
}

.gform_footer input[type='submit']:hover {
    background-color: white;
    color: #0055c8;
    border: none;
}
.gform_wrapper.gravity-theme .gfield textarea {
    width: 100%;
    background: whitesmoke;
    border-radius: 11px;
}
input#input_5_14 {
    background: transparent;
    color: #0055c8 !important;
    font-weight: 700;
    font-size: 20px;
    padding: 0 !important;
}
