/*
Theme Name: Elementor Hello Theme Child
Theme URI: https://elementor.com
Template: elementor-hello-theme-master
Author: Elementor Team
Author URI: https://elementor.com
Description: A sample theme for Elementor.
Version: 1.0.1626023560
Updated: 2021-07-11 17:12:40

*/

/* hide registration button in wp event manager -- CJ & NN 7-2021 */
.wpem-registration-event-button {
    display: none;
}

/* hide page title on page for "you're all signed up" -- NN 7-2021 */
.page-id-2938 .entry-title {
display: none;
}

/* hide page title on page for "Credit Cancellation and Covid" -- NN 7-2021 */
.page-id-4485 .entry-title {
display: none;
}

/* thicken border between tickets -- WooCommerce Cart Page NN - 12/29/2021 */
.woocommerce table.shop_table td {
    border-top: 10px solid rgba(0,0,0,.1);
    padding: 9px 12px;
    vertical-align: middle;
    line-height: 1.5em;
}
/*form fields e.g. Name- reduce font, lighten weight -- WooCommerce Cart Page NN - 12/29/2021 */
.woocommerce td.product-name dl.variation dt, .woocommerce td.product-name .wc-item-meta dd, .woocommerce td.product-name dl.variation dd {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1.2px;
    line-height: 1.5;
}
/* form entries e.g. Andrew - reduce font -- WooCommerce Cart Page NN - 12/29/2021 */
.woocommerce td.product-name .wc-item-meta p, .woocommerce td.product-name .wc-item-meta:last-child, .woocommerce td.product-name dl.variation p, .woocommerce td.product-name dl.variation:last-child {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1.2px;
    line-height: 1.5;
}
/* placement of form entries -- WooCommerce Cart Page NN - 12/29/2021 */
.woocommerce td.product-name .wc-item-meta .wc-item-meta-label, .woocommerce td.product-name .wc-item-meta dt, .woocommerce td.product-name dl.variation .wc-item-meta-label, .woocommerce td.product-name dl.variation dt {
    float: left;
    clear: both;
    margin-right: .25em;
    display: inline-block;
    list-style: none outside;
}
/* remove checkbox for consent field -- WooCommerce Cart Page NN - 12/29/2021 */
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 3px;
    box-shadow: none;
}