.acf-map {
    width: 100%;
    height: 400px;
    border: #ccc solid 1px;
    margin: 20px 0;
}

/*Fixes potential theme css conflict.*/
.acf-map img {
   max-width: inherit !important;
}

.hidden{
    display: none;
}

.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.accordion:hover {
    background-color: #ccc;
}

.panel {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
}

.error-message{
    color: red;
}

.hide-sub-events .children-events{
    display: none;
}

.hide-checkbox::before {
    display: none;
}
.soldout{
    color: red;
}
label.phone_exp{
    display: inline;
}
label#phone-error{
    position: absolute;
    top: 34px;
    font-size: 11px;
}

.order_item .tribe-event-details .event-title{
    display: none;
}

.tribe-attendee-meta tr td{
    font-size: 1rem !important;
    font-family: "Nunito Sans",sans-serif!important;
    color: #221616!important;
    font-weight: 400!important;
    line-height: 32px!important;
}

.cart-subtotal td{
    font-weight: bold;
}

.woocommerce-order .woocommerce-order-details .woocommerce-table .order-detail-custom-name{
    color: #00a261;
    font-weight: bold;
}

.woocommerce-MyAccount-navigation-link--ppcp-paypal-payment-tokens,
.woocommerce-MyAccount-navigation-link--payment-methods,
.woocommerce-MyAccount-navigation-link--edit-address,
.woocommerce-MyAccount-navigation-link--downloads{
    display: none;
}

.woocommerce-error{
    color: red;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

#order_comments_field label{
    display: none;
}

.lost_password a, .lost_password{
    font-size: 14px;
}

/*.conferences .woocommerce-remove-coupon{*/
/*    display: none;*/
/*}*/