/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 

.pj-extra {
	background: #f0f0f0;
	margin: 0 20px;
}
.pj-extra .fl-module-content .pj_pr_title {
    color: #b3774a;
    font-size: 20px;
    font-weight: 500;
    padding: 10px 0px 10px 0px;
}


.gform_wrapper.gravity-theme .gform_footer input {
    margin-bottom: 0px!important;
    color: #ffff;
    background-color: #b3774a;
}
.gv-button-cancel {
    color: #ffff!important;
    background-color: #dfa273!important;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    border: 1px solid #e6e6e6;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: right;
    border: 1px solid #e6e6e6;
    background: #b3774a;
    color: #FFF;
}

.woocommerce-MyAccount-navigation-link--downloads {
	display:none;
}

.fl-post-meta-top {
	display:none;
}