/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

h1, h2, h3, h4{
	margin-top: 10px;
	margin-bottom: 10px;
}
p{
	margin-bottom: 20px;
}
.wpb_text_column h4:last-child{
	margin-bottom: 10px;
}
.container aside{
    padding-top: 35px;
}

/*****************/
/* Gravity Forms */
/*****************/

body .gform_wrapper input[type="button"], body .gform_wrapper input[type="submit"], body .gform_wrapper input[type="reset"]{
	background-color: #2c6a3f;
    border-color: #2c6a3f;
    border-radius: 0;
    border-width: 2px;
    color: #ffffff;
}
body .gform_wrapper input[type="button"]:hover, body .gform_wrapper input[type="submit"]:hover, body .gform_wrapper input[type="reset"]:hover{
	background-color: #ffffff;
    border-color: #2c6a3f;
    border-width: 2px;
    color: #2c6a3f;
}
.gform_wrapper .gform_footer{
    padding-top: 0 !important;
}