/*
Theme Name: U-Design Child
Theme URI: http://themeforest.net/item/udesign-wordpress-theme/253220?ref=internq7
Description: Child Theme for U-Design
Author: Andon
Author URI: http://themeforest.net/user/internq7/portfolio?ref=internq7
Template: u-design
Version: 1.0.0
*/

/**** BEGIN ADDING YOUR CUSTOM CSS CODE BELOW: ****/

/* 720px to 959px Screen */
@media screen and (min-width: 720px) and (max-width: 959px) {
    #logo h1 a, #logo .site-name a {
          /*height: 193px;*/
    }
}

#sidebarSubnav h3{
    margin: 12px 0 0;
font-size: 20px;
    padding-bottom: 10px;
    background: transparent url(../images/heading_underline.png) repeat-x scroll 0 100%;
}

#top-wrapper {
    background: #332500 url("http://poundridgeharvestfestival.com/wp-content/uploads/2015/09/bg-top-final.jpg") no-repeat scroll center top !important;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_product_price {color: #fff;}

body .gform_wrapper .gform_body .gform_fields .gfield_total span {color: #fff;}

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_label .gfield_required {color: #fff}

body .gform_wrapper .gform_body .gform_fields .gfield_error {border: 1px solid red}

body .gform_wrapper div.validation_error {
    color: #ffffff;
}


hr {
	border-top: 3px solid #cccccc;
}

.wp-video {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}







