/*
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 wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/

/* red button in navigation */
.nav-red {
background-color: #e4022b;
padding: 10px;
color: white !important;
border-radius: 6px;
}

/* red button radius */
.avia-slideshow-button, .avia-button.avia-size-medium {
border-radius: 6px !important;
}

/* testimonials top spacing */

.av-minimal-grid-style .avia-testimonial {
padding-top: 0px !important;
}

.avia-testimonial-wrapper {
margin: 0px 0 !important;
}

/* contact page icons color */

.main_color .iconbox_icon.heading-color.avia-svg-icon svg:first-child {
fill: #e4022b !important;
}

/* home page gravity form */

#home-form #gform_1 {
padding: 30px;
}

#home-form #gform_1 #field_1_1 h3, #home-form #gform_1 .gfield_label, #home-form #gform_1 .gform-field-label, #home-form #gform_1 .gfield_required {
color: white !important;
}

#home-form #gform_1 #gform_submit_button_1 {
background-color: white !important;
color: #e4022b !important;
font-weight: bold;
}