/*
Theme Name: Default Theme
Theme URI: http://www.sheltoninteractive.com
Description: Custom theme for Shelton Interactive Clients
Version: v1.0
Author: Shelton Interactive
Author URI: http://www.sheltoninteractive.com/
License: GNU General Public License
License URI: http://www.gnu.org/licenses/lgpl.txt
*/

/* loaded for additional styles - use /assets/less/ and compile using a less compiler like LESS.app (Mac) or SimpleLESS (PC) */

.gform_confirmation_wrapper.exercise-assessment, #gform_page_10_2 {
    background: transparent;
    padding: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin-bottom: 40px;
}

article#page-769 {
    background: #fff;
    padding: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.seek-help{
    text-align: center;
    font-size: .8em;
    letter-spacing: 1px;
    background: url(https://www.jennischaefer.com/wp-content/themes/schaefer/assets/img/stripe_bg.png);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 10px;
    margin: 40px 0;
    color: #999;
}

.widget_custom_widget h5 {
    color: #555 !important;
}