/*
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:*/

#top #wrap_all .all_colors h2 {
font-size: 25px;
}

#top #wrap_all .all_colors h3 {
font-size: 18px;
}

.vfbp-form {
background-color: #e1e1e1;
padding: 20px 10px 20px 10px;
}

label {
color: #000;
}

.vfb-required-asterisk {
color: #b30606 !important;
}

.vfb-control-label {
padding: 10px 0 0 0;
}

#vfbField9 {
padding: 15px 15px 0 15px;
}

#vfbp-form-5 #vfbField60 .vfb-required-asterisk {
display: none;
}

.btn-primary {
border-color: #b30606 !important;
background-color: #b30606 !important;
}

.btn-primary:hover {
border-color: #000 !important;
background-color: #000 !important;
}

.single .inner_sidebar .widget_pages, .archive .inner_sidebar .widget_pages {
display: none !important;
}

@media only screen and (max-width: 999px) {

p img.alignright, p img.alignleft {
max-width: 60%;
}
}

@media only screen and (max-width: 500px) {

p img.alignright, p img.alignleft {
max-width: none;
width: 100%;
}
}