/*
Theme Name:Child Theme for Divi
Theme URI: https://wp-ninja.net
Description: Child Theme For Divi
Author: Eduard Ungureanu
Author URI: https://wp-ninja.net
Template: Divi
*/

/* Start your custom CSS bellow this comment
============================================ */

body.page-id-94336 div#sidebar {
    display: none;
}
body.page-id-94336 div#left-area {
    width: 100%;
    padding-right: 0;
}
body.page-id-94336 div#left-area article {
    max-width: 980px;
    margin: 0 auto;
}
body.page-id-94336 #main-content .container:before {
    content: unset;
}
body.page-id-94336 .gform_footer.before .gform_button.button {
    background-color: #b53841;
    border: 1px solid #b53841;
    padding: 12px 50px;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
}
body.page-id-94336 .ginput_complex label {
    font-weight: 700;
}
@media screen and (max-width: 600px){
body.page-id-94336 .gform_footer.before .gform_button.button {    
    width: 100%;
	padding: 12px 20px;
    font-size: 16px;
}
}