/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/


div#header_main {
    padding: 20px 0;
}
#top label span, #top legend span {
    color: #ff3939 !important;
}
.header_color .av-hamburger-inner, .header_color .av-hamburger-inner::before, .header_color .av-hamburger-inner::after {
    background-color: #ffffff;
}
.validation_message {
    color: #ff3939 !important;
}
label.gfield_label.gform-field-label {
    color: #ffffff !important;
    font-size: 1.2em !important;
}
p.gform_required_legend {
    display: none !important;
}
input,select,textarea {
    font-size: 1.4em !important;
    color: #0f2388 !important;
    font-weight: bold !important;
}

input#gform_submit_button_1 {
    background-color: #0398d8;
    font-size: 1.5em !important;
    font-weight: bold;
    text-transform: uppercase;
	color:#ffffff !important;
}
div#gform_confirmation_message_1 * {
    color: #46ff32 !important;
    text-transform: unset;
}
.img-size-02 img{
	width:200px;
}
.img-size-03 img{
	width:140px;
}