/*
 Theme Name:     Tower Child
 Theme URI:      http://codeless.co/tower
 Description:    Tower Child Theme
 Author:         Codeless
 Author URI:     http://www.codeless.co
 Template:       tower
 Version:        1.0.1
*/


/* Event Tickets */
.entry .entry-content .event-tickets .tribe-tickets__attendee__fields__footer_checkout-button.tribe-common-c-btn, .entry .entry-content .event-tickets .tribe-tickets__tickets-buy.tribe-common-c-btn, .event-tickets .tribe-tickets__attendee__fields__footer_checkout-button.tribe-common-c-btn, .event-tickets .tribe-tickets__tickets-buy.tribe-common-c-btn {
    background-color: #eb5e0a;
    color: var(--tec-color-background);
    margin-left: auto;
    white-space: nowrap;
}

.header_tools .cart_icon {
    font-size: 14px !important;
    float: left;
    position: relative;
}

.woocommerce-page #content > .fullwidth .alignwide {
    margin-left: auto !important;
    margin-right: auto !important;
}

.tec-tickets__wallet-plus-passes-container.tec-tickets__wallet-plus-passes-container--attendee-list {
    flex-direction: column !important;
    align-items: flex-start !important;
}

.tec-tickets__wallet-plus-component-pdf-button-container {
    margin-top: 10px;
    color: black;
    margin-bottom: 20px;
    padding: 12px 28px;
    color: white;
    line-height: 20px;
    background: #e7560a;
    line-height: 1;
}
.tec-tickets__wallet-plus-component-pdf-button-container a:hover {
    color: white;
}
button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained,
a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    background: #dd4e1b;
    color: white !important;
    text-transform: uppercase;
	border:none;
}
button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained:hover,
a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained:hover {
    background: #05499a;
	text-decoration: none;
	border:none;
}

.header_tools .cart .content {
    display: none !important;
}