/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.4
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/


/* Global Styles */

/* Stop horizontal scroll caused by some widgets */
html, body, main {
    overflow-x: hidden;
}

/* Hide the one signal widget */
div#onesignal-bell-container {
    display: none !important;
}

/* Hide the cross that appears on search inputs */
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    -moz-appearance: none;
}

#tribe-events-pg-template {
    max-width: 1234px !important;
}

/* Add bottom margin to ul tags on blog post pages */
.single-post #article-content ul {
    margin-bottom: 0.9rem !important;
}

/* Fix issue with biography popups not having a background colour */
.elementor-popup-modal .dialog-widget-content {
    background: white !important;
}

input, textarea, select {
    border-radius: unset !important;
}

/* Hide out of stock messages due to them showing when products were in stock */
.tribe-events-c-small-cta__sold-out {
    display: none;
}
/* Native WordPress Password protected pages */

.post-password-form {
padding: 45px;
max-width: 800px;
margin: 0 auto;
}

.post-password-form [type="submit"]:focus, .post-password-form [type="submit"]:hover, .post-password-form [type="submit"] {
background: #000 !important;
border: unset !important;
display: block;
margin-top: 15px;
}


/* cart page: change background color of coupon code and update cart row */


table tbody tr:hover &gt; th, table tbody tr:hover &gt; td {
background-color: unset;
}

.cart_totals th, .cart-totals td, .cart-totals tr {
background-color: unset !important;
}

.cart_totals tbody &gt; tr:nth-child(2n+1) &gt; td {
background-color: white !important;
}

.woocommerce-cart .woocommerce table.shop_table td.actions {
border: 0px solid #e6e6e6;
background: #f7f7f7;
/* change color here */
border-bottom: 0px solid #e6e6e6;
}


.woocommerce-cart .woocommerce table.shop_table th, .woocommerce-cart .woocommerce table.shop_table td {
border: unset;
}

.woocommerce-cart .woocommerce .cart-collaterals {
width: 100%;
float: right;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
width: 49%;
}


/* change font size and font color of the cart titles (Product Price Quantity Total Subtotal */

#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr th,
#add_payment_method table.cart th,
.woocommerce-cart table.cart th,
.woocommerce-checkout table.cart th,
.woocommerce-checkout table.shop_table th {
color: #000;

}


/* change the border below the first row in the cart */

#add_payment_method .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-cart .woocommerce table.shop_table th {
border-bottom: 4px solid #000;
}

.woocommerce-cart .woocommerce table.shop_table,
.woocommerce-checkout .woocommerce table.shop_table {
border: 0px solid #e6e6e6;
margin: 0;
text-align: left;
width: 100%;
border-collapse: separate;
border-radius: 0;
border-bottom: none;
border-right: none;
margin-bottom: 35px;
border-bottom: 0px solid #e6e6e6;
}

body #add_payment_method #payment ul.payment_methods li input,
body.woocommerce-cart #payment ul.payment_methods li input,
body.woocommerce-checkout #payment ul.payment_methods li input {
width: auto;
margin: -2px .5em 0 0;
}

body .woocommerce form .form-row .input-checkbox {
width: auto;
margin: -2px 5px 0 0;
}

#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th,
body.woocommerce-cart .cart-collaterals .cart_totals tr td,
body.woocommerce-cart .cart-collaterals .cart_totals tr th,
body.woocommerce-checkout .cart-collaterals .cart_totals tr td,
body.woocommerce-checkout .cart-collaterals .cart_totals tr th,
body .woocommerce table.shop_table th {
border-top: none;
border-bottom: 0px solid #e6e6e6;
border-right: 0px solid #e6e6e6;
text-align: right;
padding: 10px 20px;
}

body #add_payment_method table.cart td,
body #add_payment_method table.cart th,
body.woocommerce-cart table.cart td,
body.woocommerce-cart table.cart th,
body.woocommerce-checkout table.cart td,
body.woocommerce-checkout table.cart th {
border-right: 0px solid #e6e6e6;
}

#add_payment_method .cart-collaterals .cart_totals tr th,
body.woocommerce-cart .cart-collaterals .cart_totals tr th,
body.woocommerce-checkout .cart-collaterals .cart_totals tr th {}

.woocommerce-cart .cart-collaterals .cart_totals table th {
border-bottom: 0px solid #e6e6e6;
}


/* change button Proceed to Checkou color and font weight here */

body .woocommerce #respond input#submit.alt,
body .woocommerce a.button.alt,
body .woocommerce button.button.alt,
body .woocommerce input.button.alt {
background: #000 !important;
font-weight: 400;
border-radius: 0 !important;
}


/* change button Proceed to Checkou hover color here */

body .woocommerce #respond input#submit.alt:hover,
body .woocommerce a.button.alt:hover,
body .woocommerce button.button.alt:hover,
body .woocommerce input.button.alt:hover {
background: #000 !important;
}


/* change butons Add to cart, Apply code and Proceed to Checkout styling here */

body .woocommerce .cart .button,
body .woocommerce .cart input.button,
body .woocommerce #respond input#submit,
body .woocommerce a.button,
body .woocommerce button.button,
body .woocommerce input.button {
background: #000 !important;
color: #fff;
font-weight: 300;
border-radius: 0px;
}


/* change butons Add to cart hover color here */

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover {
color: #eee;
}


/* modify place order button styling in checkout page */

body .woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
float: right;
width: 100%;
display: block;
text-align: center;
margin-bottom: 0;
padding: 1em;
border-radius: 0px;
margin-top: .5em;
}

body .woocommerce form .form-row-first,
body .woocommerce form .form-row-last,
body .woocommerce-page form .form-row-first,
body .woocommerce-page form .form-row-last {
width: 49%;
}

body .woocommerce #respond input#submit.disabled,
body .woocommerce #respond input#submit:disabled,
body .woocommerce #respond input#submit:disabled[disabled],
body .woocommerce a.button.disabled,
body .woocommerce a.button:disabled,
body .woocommerce a.button:disabled[disabled],
body .woocommerce button.button.disabled,
body .woocommerce button.button:disabled,
body .woocommerce button.button:disabled[disabled],
body .woocommerce input.button.disabled,
body .woocommerce input.button:disabled,
body .woocommerce input.button:disabled[disabled] {
background: #ccc;
}

body .woocommerce a.checkout-button.button.alt {
border-radius: 0px;
}


/* change the padding of each item in the cart and checkout page*/

body .woocommerce table.shop_table td {
padding: 19px;
}


/* change styling of the shop table on the checkout page */

body .woocommerce-checkout table.shop_table td {
text-align: right;
border-right: 0px solid #e6e6e6;
border-top: 0;
}

.woocommerce a.remove {
margin: 0 auto;
}

.woocommerce-cart .woocommerce table.shop_table th.product-remove,
.woocommerce-cart .woocommerce table.shop_table th.product-name {
text-align: center;
}

.woocommerce-cart .woocommerce table.shop_table th.product-price,
.woocommerce-cart .woocommerce table.shop_table th.product-quantity,
.woocommerce-cart .woocommerce table.shop_table th.product-subtotal {
text-align: right;
}

.woocommerce-cart .woocommerce table.shop_table .cart_item td.product-price,
.woocommerce-cart .woocommerce table.shop_table .cart_item td.product-quantity,
.woocommerce-cart .woocommerce table.shop_table .cart_item td.product-subtotal {
text-align: right;
}

.woocommerce-checkout #add_payment_method #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
list-style: none;
}

.woocommerce-checkout .woocommerce .col2-set {
width: 47%;
float: left;
margin-right: 4%;
}

.woocommerce-checkout .woocommerce .col2-set .col-1,
.woocommerce-checkout .woocommerce .col2-set .col-2 {
margin-bottom: 2em;
width: 100%;
float: none;
}

.woocommerce-checkout #order_review_heading,
.woocommerce-checkout #order_review {
background: #fff;
width: 47%;
float: right;
margin-right: 0;
}

.woocommerce-checkout #ship-to-different-address-checkbox {
width: auto;
float: right;
margin-left: 15px;
margin-top: 10px;
opacity: 1;
position: static;
}

.woocommerce-checkout #ship-to-different-address label {
font-size: 24px;
font-weight: 600;
line-height: 1;
margin: 0;
margin-bottom: 1em;
padding: 0;
text-transform: uppercase;
color: #000;
}

.woocommerce-checkout .woocommerce form .form-row.create-account label {
padding-top: 2px;
font-weight: bold;
}

.woocommerce-checkout .payment-fixed {
position: fixed;
z-index: 9;
box-shadow: rgba(0, 0, 0, 0.2) 0px 6px 2em;
left: 52%;
margin-left: 0;
padding: 20px;
top: 0;
width: 45.5% !important;
-webkit-transition: padding .1s ease-in;
-moz-transition: padding .1s ease-in;
-o-transition: padding .1s ease-in;
-ms-transition: padding .1s ease-in;
transition: padding .1s ease-in;
}

.product-shipping-message {

text-align: center;
text-transform: uppercase;
padding: 10px 0px;
border-top: 0px solid #139248;
border-bottom: 0px solid #139248;
}

body .woocommerce table.shop_table tbody th,
body .woocommerce table.shop_table tfoot td,
body .woocommerce table.shop_table tfoot th {
border-bottom: none;
}

body .woocommerce form .form-row input.input-text,
body .woocommerce form .form-row textarea {
max-width: 100%;
}

body .woocommerce .product-name a {
color: #000;
pointer-events: none;
cursor: default;
}

@media only screen and (max-width: 1139px) {
.woocommerce-cart .entry-content form {
width: 64%;
}
}

@media only screen and (max-width: 980px) {
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
width: 100%;
}
.woocommerce-cart .entry-content form {
width: 81%;
float: none;
margin: 0 auto;
}
.woocommerce-cart .woocommerce .cart-collaterals {
width: 81%;
float: None;
margin: auto;
}
body .woocommerce #content table.cart td.actions .coupon,
body .woocommerce table.cart td.actions .coupon {
width: 100%;
}
body #add_payment_method table.cart td.actions .coupon .input-text,
body.woocommerce-cart table.cart td.actions .coupon .input-text,
body.woocommerce-checkout table.cart td.actions .coupon .input-text {
width: 48%;
}
}

body #add_payment_method table.cart td.actions .coupon .input-text,
body.woocommerce-cart table.cart td.actions .coupon .input-text,
body.woocommerce-checkout table.cart td.actions .coupon .input-text {
border-radius: 0px;
}

@media only screen and (max-width: 651px) {
.woocommerce-checkout .woocommerce .col2-set {
width: 100%;
float: none;
margin-right: 0;
}
.woocommerce-checkout #order_review_heading,
.woocommerce-checkout #order_review {
width: 100%;
float: none;
}
}

#add_payment_method table.cart td,
.woocommerce-cart table.cart td,
.woocommerce-checkout table.cart td,
.woocommerce-checkout table.shop_table td {
color: #555;

}

.cart-collaterals {

}

@media (min-width:900px) {
body .woocommerce #content table.cart td.actions .coupon,
body .woocommerce table.cart td.actions .coupon {
width: 51%;
}
body #add_payment_method table.cart td.actions .coupon .input-text,
body.woocommerce-cart table.cart td.actions .coupon .input-text,
body.woocommerce-checkout table.cart td.actions .coupon .input-text {
padding: 10px 10px;
width: 100%;
margin-bottom: 10px !important;
font-size: 14px;
}
}

@media (max-width:481px) {
#add_payment_method table.cart td,
.woocommerce-cart table.cart td,
.woocommerce-checkout table.cart td,
.woocommerce-checkout table.shop_table td {
color: #555;

}
body #add_payment_method table.cart td.actions .coupon .input-text,
body.woocommerce-cart table.cart td.actions .coupon .input-text,
body.woocommerce-checkout table.cart td.actions .coupon .input-text {
padding: 8px 10px 6px;
}
.cart_totals&gt;table {

}
.woocommerce-cart {
overflow-x: hidden;
}
}

@media (max-width:321px) {
.woocommerce #respond #submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce .button {
font-size: initial!important;
}
}


/*edit background color of item list on checkout page */

#order_review&gt;table tbody&gt;tr:nth-child(odd)&gt;td,
table tbody&gt;tr:nth-child(odd)&gt;th {
background-color: #eee;
}


/*edit background color of payment box in checkout page */

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
background: #ebe9eb;
}


/*edit background color of payment method in checkout page*/

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
position: relative;
box-sizing: border-box;
width: 100%;
padding: 1em;
margin: 1em 0;

border-radius: 0px;
line-height: 1.5;
background-color: #dfdcde;
/*change the color here*/
}


/* Woocommerce Styles */

#customer_details input, #customer_details textarea, #customer_details select {
    border: 1px solid #c9c9c9 !important;
}

.woocommerce-checkout-payment {
    background: #f2f2f2 !important;
    border-radius: unset !important;
}

#order_review {
    border: 1px solid #c9c9c9;
}

.place-order {
    margin: unset !important;
}

.woocommerce-checkout-review-order-table th, .woocommerce-checkout-review-order-table td {
    border: unset !important;
    padding: 15px !important;
}

.woocommerce-checkout #payment div.payment_box {
    background: #fff !important;
}

.woocommerce-checkout #payment div.payment_box::before {
    border: 1em solid #fff !important;
    border-right-color: transparent !important;
    border-left-color: transparent !important;
    border-top-color: transparent !important;
}

a.woocommerce-button {
    color: #fff !important;
    background: #000 !important;
}

/* Thank you page */

.woocommerce-bacs-bank-details h2 {
    font-size: 15px;
    font-weight: bold;
}

.woocommerce-bacs-bank-details h3 {
    font-size: 15px;
    font-weight: normal !important;
}

.woocommerce-order-details__ticket_message {
    background: #F2F2F2;
    padding: 15px;
}

body.woocommerce-order-received .woocommerce .product-name a {
    color: #000;
    pointer-events: unset;
    cursor: pointer;
}

body.woocommerce-order-received table tbody tr:hover>td {
    background-color: unset;
}

body.woocommerce-order-received table.shop_table td {
    background: #fff;
}

body.woocommerce-order-received td {
    border: unset;
}

body.woocommerce-order-received td.woocommerce-table__product-name, body.woocommerce-order-received td.woocommerce-table__product-total {
    border-bottom: 1px solid black;
}

body.woocommerce-order-received tfoot th {
    border: unset;
    padding: 19px !important;
}

body.woocommerce-order-received .order_details thead {
    display: none;
}

body.woocommerce-order-received .woocommerce table.shop_table td {
    vertical-align: bottom;
}

body.woocommerce-order-received address {
    border-radius: unset !important;
    padding: 25px !important;
}

/* Hide Header and Footer on Attendees page as we can't target it using Elementor */

.page-tribe-attendee-registration .elementor-location-header {
    display: none;
}

/* Modify The Events Calendar variables */
:root {
    --tec-color-border-secondary: #c9c9c9;
}

/* Remove overflows from parent elements so that sticky positioning works on the Events single page */
body.single-tribe_events, body.single-tribe_events .tribe-events-pg-template {
    overflow: unset !important;
    overflow-x: unset !important;
}

/* Remove all the blue boxes around buttons */
[type=button]:focus, [type=submit]:focus, button:focus {
    outline: unset;
}

/* Events Calendar Single page styling */
#tribe-tickets__tickets-form {
    padding: 0 !important;
    border: 0 !important;
}

.tribe-common-c-btn {
    border-radius: unset !important;
    color: white !important;
    font-family: "Helvetica", Sans-serif !important;
}

.tribe-link-view-attendee a {
    text-decoration: underline;
}

.tribe-events-pg-template {
    padding: 65px 0 !important;
    max-width: 1234px !important;
}

/* For viewing the tickets */
#tribe-events-content:not(.tribe-event-page) {
    display: flex;
    flex-direction: column !important;
}

/* For viewing the event page */
#tribe-events-content.tribe-event-page {
    display: flex;
    flex-direction: row;
}

#event-left, #event-right {
    width: 100%; padding: 0 65px 0 65px;
}

#event-left {
    border-right: 1px solid #c9c9c9;
}

#event-right {
    width: 100%;
    padding: 0 65px 0 65px;
    position: relative;
}

/*#event-right > .tribe_events {
    position: sticky;
    top: 315px;
}*/

.tribe-events-single-event-title {
    font-weight: normal;
    font-size: 36px !important;
}

.tribe-events-schedule h2 {
    font-size: 20px !important;
}

.tribe-events-single-event-description p {
    font-size: 16px !important;
}

.tribe-events-event-meta a {
    text-decoration: underline;
}

.tribe-events-event-meta:before, .tribe-events-event-meta~div:not(.tribe-events-event-meta,.event-tickets) {
    border-top: unset !important;
}

.tribe-events-venue-map {
    width: 100% !important;
}

.tribe-events-venue-map iframe {
    min-height: 600px !important;
}

.single-tribe_events .tribe-events .tribe-events-c-subscribe-dropdown__container {
    width: 100% !important;
}

.tribe-events-c-subscribe-dropdown {
    margin: unset !important;
    text-align: right !important;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown__button {
    border: 1px solid #c9c9c9 !important;
    padding: 5px 15px !important;
    width: 250px !important;
    border-radius: unset !important;
}

.tribe-events-c-subscribe-dropdown__button-text {
    background: unset !important;
    color: black !important;
}

.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover {
    background: #000 !important;
}

.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover .tribe-events-c-subscribe-dropdown__button-text {
    color: white !important;
}

/* Elementor widget tweaks for The Events Calendar */

/* Hide Pricing */
span.tribe-events-c-small-cta__price {
    display: none;
}

.tribe-events-c-top-bar__datepicker-button {
    background: #fff !important;
    border: 1px solid #000 !important;
    font-size: 14px !important;
}

.tribe-events-c-top-bar__datepicker-button:hover {
    color: #000 !important;
}

.tribe-events-c-top-bar__today-button, .tribe-events-c-subscribe-dropdown__button {
    border: 1px solid #000 !important;
    border-radius: unset !important;
    font-size: 14px !important;
    color: #000 !important;
    padding: 8px 20px 9px !important;
}

.tribe-common-c-btn-icon {
    background: #fff !important;
}

/* Mobile Events Calendar Single page styling  */
@media screen and (max-width: 767px) {
    #tribe-events-content {
        flex-direction: column-reverse;
    }

    #tribe-tickets__tickets-form {
        max-width: unset !important;
    }

    #event-left {
        border-right: unset;
    }
}

/* Tablet Events Calendar Single page styling */
@media screen and (max-width: 1024px) and (min-width: 768px) {
    #tribe-events-content {
        flex-direction: column-reverse;
    }

    #tribe-tickets__tickets-form {
        max-width: unset !important;
    }

    #event-left {
        border-right: unset;
    }
}