/*
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");

.SchedulePage h3.qode-event-title {
	
}

#EventsHome h3.qode-event-title {
	color:#FFF !important;
}

/*
button#place_order, .woocommerce-cart-form__contents input[type="submit"], .woocommerce-cart-form__contents .checkout-button {
    background: #000 !important;
    color: #FFF !important;
    border-radius: 10px !important;
    border: solid 1px #000 !important;
}

button#place_order:hover, .woocommerce-cart-form__contents .button:hover, .woocommerce-cart-form__contents .checkout-button:hover  {
    background: #FFF !important;
    color: #000 !important;
    border-radius: 10px !important;
    border: solid 1px #000 !important;
}
*/

.woocommerce div.cart-collaterals div.cart_totals table tr.order-total strong, .woocommerce div.cart-collaterals div.cart_totals table tr.order-total strong span.amount {
	color:#000 !important;	
}


.woocommerce-additional-fields{
display:none !important;
}

abbr.required {
    border: none !important;
    text-decoration: none !important;
}

.disabled_woc_btn {
	background: grey !important;
    color: #000 !important;
    border-radius: 10px !important;
    border: solid 1px #000 !important;
}


#billing_centro, #billing_curso, #billing_sede,
#billing_centro_h1, #billing_curso_h1,
#billing_centro_h2, #billing_curso_h2,
#billing_centro_h3, #billing_curso_h3,
#billing_centro_h4, #billing_curso_h4,
#billing_centro_h5, #billing_curso_h5
{
    padding: 16px 13px;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    width:100%;
}