/*
 Theme Name:     YooTheme Child Theme
 Author:         Caleb Shultz
 Template:       yootheme
 Version:        1.0.0
*/
 
/* Add Custom CSS after this line */

.gform_wrapper form {
    color: #000;
}
:not(pre) > code, :not(pre) > kbd, :not(pre) > samp {
    font-family: lato, sans-serif!important;
    font-size: 20px!important;
    color: #000!important;
    white-space: nowrap;
}