/*
Theme Name: shs551
Description: shs Child Theme
Author: Climate Solutions Corp.
Author URI: https://cswindows.com
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

/* remove gravity forms fartial entry warning notice */
.partial_entry_warning {
    display:none;
}
table.gsurvey-likert th.gsurvey-likert-choice-label {
    background-color: #fff !important;
    text-align: center;
    vertical-align: middle;
    line-height: 1.2;
    padding: 3px 0;
    border-top: 1px solid #CCC;
    border-right: 1px solid #CCC;
}
table.gsurvey-likert tr:nth-child(odd) .gsurvey-likert-row-label {
    background-color: rgb(255, 255, 255) !important;
}
form input[type="text"], form input[type="password"], form input[type="email"], form input[type="url"], form input[type="date"], form input[type="month"], form input[type="time"], form input[type="datetime"], form input[type="datetime-local"], form input[type="week"], form input[type="number"], form input[type="search"], form input[type="tel"], form input[type="color"], form select, form textarea {
    background-color: #f1f1f1;
}
.gform_wrapper .gform_footer input[type=submit] {
    font-size: 1.5em;
    width: 99% !important;
    margin: 0 16px 0 0;
    background-color: none;
    border: solid 2px #ffffff !important;
}

