/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/

/* Place footer at bottom (not fixed) */
html, body, #page-container, #et-main-area {
    height: 100%;
}
body, #page-container, #et-main-area {
    display: flex;
    flex-direction: column;
}
#main-content {   
    flex: 1 0 auto; 
} 
footer {
    flex-shrink: 0;
}
/* End place footer at bottom */

#main-content > .container {
    min-height: 100%;
}

/* jsquery validate error message css */
.returnerror {
	color:#f00;
}
label.error {
    background: url(images/unchecked.gif) no-repeat 0px 0px;
    font-size: 14px;
    line-height: 1em;
    font-weight: normal;
    padding-left: 18px;
    margin-left: 0.4rem;
}
label.error.valid {
    background:none;
}
