/*
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
*/




table.tribe-events-tickets .woocommerce .quantity input{
	color: #0E1E30;
}


table.tribe-events-tickets .tickets_name{
	color: #0E1E30!important;
}

table.tribe-events-tickets .tickets_price{
	color: #0E1E30!important;
}


table.tribe-events-tickets .tribe-event-tickets-plus-meta-attendee{
	color: #0E1E30!important; 
}


table.tribe-events-tickets button.tribe-button{

	color: #fff;
    background-color: #FF5C00;
    border-color: transparent;
}



table.tribe-events-tickets thead th {
    height: 60px;
    font-size: 22px;
    font-weight: 200;
    letter-spacing: 3px;
	color: #ddd!important;
    text-transform: uppercase;
    padding: 9px 12px;
    vertical-align: middle;
}

table.tribe-events-tickets thead{
	background-color: #337ab7;
}

table.tribe-events-tickets .tribe-event-tickets-plus-meta{
	background-color: #fff;
}

p#billing_country_field .woocommerce-input-wrapper{
    width:30%;
}

p#billing_state_field .woocommerce-input-wrapper{
    width:50%;
}

p#order_comments_field .woocommerce-input-wrapper{
    width:100%;
}
