/*
Theme Name:     DiviChild
Description:    
Author:         W.A.I. Development
Template:       Divi

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/
.no_divi div.et_pb_section.et_pb_section_0{
    background-image: url(http://localhost/suhc/wp-content/uploads/2016/11/SG_UWH_Women-17-1024x768.jpg);
}
.no_divi .et_pb_fullwidth_section .et_pb_fullwidth_post_title_0.et_pb_post_title{
    padding-bottom: 50px;
}
.no_divi .entry-title{
    font-size: 60px;
    text-transform: uppercase;
}
.no_divi #gform_submit_button_1{
    background-color: #ec3237;
    border: 1px solid transparent;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 30px;
    transition: all 0.5s;
}
.no_divi #gform_submit_button_1:hover{
    border: 1px solid #ec3237;
    color: #ec3237;
    background-color: transparent;
    cursor: pointer;
}