/* Header Images */
.site-header-row-container-inner .site-container {
    max-width: none;
}

.site-header-main-section-right > .site-header-item {
    align-items: flex-end;
    justify-content: end;
}

.site-header-main-section-right > .site-header-item .header-html-inner {
    display: flex;
    align-items: center;
}

.site-header-main-section-right > .site-header-item .header-html-inner > div {
    opacity: 0.8;
    padding: 0px 8px 18px;
}

.site-header-main-section-right > .site-header-item .header-html-inner > div:nth-child(1) {
    max-width: 130px;
}

.site-header-main-section-right > .site-header-item .header-html-inner > div:nth-child(2) {
    max-width: 130px;
}

.site-header-main-section-right > .site-header-item .header-html-inner > div:nth-child(3) {
    max-width: 85px;
}

/*Header */
.header-navigation .header-menu-container ul ul li a:hover {
    text-decoration: none;
}

#mobile-header .header-cart-button {
    text-decoration: none;
}

.main-navigation .primary-menu-container > ul > li > a:hover {
    text-decoration: none;
}

@media all and (max-width: 1260px ) {
    .main-navigation .primary-menu-container > ul > li > a {
        padding-left: calc(5.5em / 3);
        padding-right: calc(5.5em / 3);
    }
}

@media all and (max-width: 1024px) {
    .site-branding a.brand img {
        max-width: 258px;
    }
}

@media all and (max-width: 1024px) {
    .site-branding a.brand img {
        max-width: 258px;
    }
}

/* Mobile Header and Nav */
#mobile-header .header-cart-button {
    color: #ffffff !important;
}

#mobile-header .header-cart-button:hover {
    color: rgba(255, 255, 255, 0.5) !important;
}

#mobile-site-navigation ul li a {
    color: #ffffff;
}

#mobile-site-navigation ul li a:hover {
    text-decoration: none;
}

#mobile-site-navigation ul li.current-menu-item a,
#mobile-site-navigation ul li.current-menu-parent a {
    color: rgba(255, 255, 255, 0.5);
}

.mobile-navigation ul li.menu-item-has-children > .drawer-nav-drop-wrap > a {
    color: white;
}

#mobile-site-navigation .drawer-nav-drop-wrap .drawer-sub-toggle {
    background: none;
    border-right: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}


/* MEC Calendar */
#inner-wrap .mec-container {
    width: 100%;
    padding: 50px 15px;
    max-width: 1140px;
}

#inner-wrap .mec-container > h1 {
    text-align: center;
    margin-bottom: 30px;
}

#inner-wrap .mec-container .mec-holding-status-expired {
    display: none;
}

#inner-wrap .mec-container .mec-topsec {
    background: #fff;
}

#inner-wrap .mec-container .mec-breadcrumbs {
    color: #001d86;
}

#inner-wrap .mec-container .mec-wrap p,
#inner-wrap .mec-container .mec-wrap .mec-single-title {
    color: #001D86;
}

.mec-calendar.mec-event-container-simple dl dt.mec-selected-day,
.mec-calendar.mec-event-container-simple dl dt.mec-selected-day:hover {
    border-bottom: 2px solid #001d86;
}

.mec-single-event .mec-event-content {
    padding-top: 0;
}

.mec-event-list-standard .mec-event-meta .mec-event-address {
    margin-top: 0px;
}

.mec-event-footer .mec-booking-button:hover {
    border-color: #001D86;
    background-color: #001D86;
}

#inner-wrap .mec-container .mec-single-title {
    margin-top: 25px;
}

/* Kedence Breadcrumb */
.kadence-breadcrumbs {
    color: #001d86 !important;
}

/* Woo Product Pages */
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    display: none !important;
}

.woocommerce div.product form.cart .variations select {
    width: 100%;
}

.woocommerce .single-product-payments .kadence-svg-iconset svg {
    height: 28px;
}

.woocommerce .single-product-payments legend {
    text-align: center;
}

/* Grey Out Out of Stock Items in Variation Dropdown */
.woocommerce div.product form.cart .variations select option[disabled] {
    color: #ccc;
}

/* Woo Cart */
.woocommerce a.button.alt:hover {
    text-decoration: none;
    background: var(--global-palette2);
}

.woocommerce a.button.alt {
    text-transform: uppercase;
}

.woocommerce a.button.alt {
    font-weight: 500;
}

.elementor-menu-cart__footer-buttons {
    text-transform: uppercase;
}

/* Woo Checkout */
#payment #place_order {
    text-transform: uppercase;
}

#payment #place_order:hover {
    background: var(--global-palette2);
}

.elementor-kit-423 .label {
    font-size: 16px !important;
}

.woocommerce-billing-fields__field-wrapper {
    padding: 10px;
    background-color: #fff;
}

.wc_payment_method > label {
    font-size: 16px !important;
}

#payment ul.wc_payment_methods li.wc_payment_method input[type=radio]:first-child:checked + label {
    background: white !important;
}

.woocommerce button[name="update_cart"],
.woocommerce input[name="update_cart"] {
    display: none;
}

.kadence-woo-cart-form-wrap {
    background: white;
    padding: 10px;
}

.woocommerce ul#shipping_method li label {
    font-size: 14px;
    font-weight: normal;
}

@media screen and (min-width: 1025px) {
    .kadence-woo-cart-form-wrap .cart-collaterals {
        float: left;
        width: 30%;
        padding-top: 20px;
        padding-right: 10px;
    }
}

.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
    margin-top: 10px
}

.woocommerce-billing-fields__field-wrapper {
    padding: 20px 20px 10px 20px;
    background-color: #fff;
}

woocommerce-shipping-fields__field-wrapper {
    padding: 20px 20px 10px 20px;
    background-color: #fff;
}

woocommerce-additional-fields {
    margin-top: 10px
}

.woocommerce form .form-row label {
    color: var(--global-palette1);
}

.woocommerce form[class*="woocommerce-"] {
    background: white;
    padding: 20px;
}

@media all and (max-width: 720px) {
    .woocommerce-cart #primary,
    .woocommerce-checkout #primary {
        margin: 0;
    }

    .woocommerce-cart #primary > .site-container,
    .woocommerce-checkout #primary > .site-container {
        padding: 0;
    }
}


@media all and (max-width: 1024px) {
    .woocommerce form .form-row-last, .woocommerce-page form .form-row-last {
        float: none;
    }

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

.woocommerce form .form-row textarea {
    height: 6em;
}

/* Stripe */
#wc-stripe-card-element {
    border: 1px solid #e1e1e1;
}

.wc-stripe-save-source {
    display: inline-block;
}

.wc-stripe-save-source .checkbox {
    float: left;
}

.wc-stripe-save-source .save-source-label {
    float: right;
    margin: 0 0 0 10px !important;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}

/* Woo : Order Received Page */
.woocommerce-order {
    padding: 20px 40px;
    background: #fff;
}

.woocommerce-order .woocommerce-thankyou-order-received {
    margin: 0 0 35px;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.woocommerce-order ul.order_details {
    border: 1px solid #e1e1e1;
    padding: 15px;
    font-size: 16px;
    border-radius: 5px;
    background-color: #f8f8f8;
}

.woocommerce-order ul.order_details li {
    float: none;
    margin: 15px 0 0;
    padding: 0;
}

.woocommerce-order .woocommerce-customer-details p {
    margin-top: 5px !important;
    padding-left: 0 !important;
}

.woocommerce-order .woocommerce-column__title,
.woocommerce-order .woocommerce-order-details__title {
    font-size: 20px;
}

/* Call to Action Widget Text Background */
.elementor-cta--skin-classic .elementor-cta__content {
    background-color: var(--e-global-color-primary);
}

/* Our Story Name Backgrounds */
.elementor-111 .elementor-element.elementor-element-c084220 .elementor-divider__text, .elementor-111 .elementor-element.elementor-element-7a066ab .elementor-divider__text {
    background-color: var(--e-global-color-primary);
    padding: 5px 20px;
}

/* Remove bottom margin from the last paragraph in an Elementor text widget */
.elementor-text-editor p:last-child {
    margin-bottom: 0px;
}

/* Elementor Image Box Hover Styling */
.elementor-widget-image-box .elementor-image-box-title a:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.5) !important;
}

.site-header-item .header-cart-wrap .header-cart-inner-wrap .header-cart-button:hover {
    border-style: none;
}

.site-header-item .header-cart-wrap .header-cart-inner-wrap .header-cart-button:active {
    border-style: none;
    background: none;
}

/* footer button border */
.elementor-43 .elementor-element.elementor-element-af14188 .elementor-button {
    border: 0px;
}

/* HappyForms */
.happyforms-form__part {
	margin-bottom: 10px !important; 
}
.happyforms-styles.happyforms-form--submit-button-bold .happyforms-part--submit input[type=submit] {
    font-weight: 500 !important;
}
.happyforms-flex {
    padding: 0 !important;
}

.happyforms-styles .happyforms-part--placeholder p {
	color: var(--global-palette1) !important;
	font-size: 15px !important;
}