/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.2
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_total .ginput_total {color: #bc813b;}
 
/*woocommerce stupid price doesn't inherit theme colours so you have to manually add it here*/
span.price{
	color: #48176e !important;
}
.woocommerce-variation-price{
	margin-bottom: 10px
}
.wc-pao-subtotal-line > .price {
	color: #48176e !important;
}
/*book now heading on VIP experiance calls to action*/
.book-now_heading{
	border-bottom: solid;
	padding-bottom: 10px;
}
/*sub form styles for g forms*/
body #gform_wrapper_22 .gform_body .gform_fields .gfield .gfield_label {color: #ffffff}
body #gform_wrapper_22 .gform_footer input[type=submit] {
    background-color: #BC813B
}
