/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/


*:focus {
    outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
p {
    margin: 0 0 15px !important;
}

.margin-0 h1,
.margin-0 h2,
.margin-0 h3,
.margin-0 h4,
.margin-0 h5 {
    margin: 0 !important;
}

h1,
h2,
h3 {
    line-height: 1.3em;
}

h4,
h5,
p {
    line-height: 1.5em;
}

p:last-child {
    margin: 0 !important;
}

ul {
    margin: 0;
}

li {
    margin: 0;
}

a {
    transition: color 0.3s !important;
}

.upper {
    text-transform: uppercase !important;
}


.etn-variable-ticket-widget .etn-single-ticket-item {
    background-color: #151515;
}

h5.ticket-header {
    color: #fc9779 !important;
    letter-spacing: 0.1em;
}

.etn-variable-ticket-widget .ticket-header .seat-remaining-text {
    color: #eeeeee;
    font-family: "Nunito";
}

.etn-variable-ticket-widget .etn-ticket-divider {
    border-bottom: 1px solid #ffffff15;
    margin-bottom: 10px;
    position: relative;
}

.etn-variable-ticket-widget .ticket-price-item label {
    color: #ffffff;
}

.etn-variable-ticket-widget .qt-sub,
.etn-variable-ticket-widget .qt-sub:hover,
.etn-variable-ticket-widget .qt-sub:focus {
    position: absolute;
    left: 0;
    background: rgba(0, 0, 0, 0);
    border: none;
    padding: 0;
    font-size: 1.5em;
    color: #ffffff;
    line-height: 1;
    height: unset;
    width: 30px;
}

.etn-variable-ticket-widget .qt-add,
.etn-variable-ticket-widget .qt-add:hover,
.etn-variable-ticket-widget .qt-add:focus {
    position: absolute;
    right: 0;
    background: rgba(0, 0, 0, 0);
    border: none;
    padding: 0;
    font-size: 1.5em;
    color: #ffffff;
    line-height: 1;
    height: unset;
    width: 30px;
}

.etn-variable-ticket-widget .etn-variable-total-price {
    border: 1px solid #151515 !important;
}

div#etn_variable_ticket_form_price {
    display: flex;
    justify-content: space-between;
}

.etn-variable-ticket-widget .etn-variable-total-price .etn-total-quantity,
.etn-variable-ticket-widget .etn-variable-total-price .etn-ticket-total-price {
    margin-bottom: 0;
}

div#etn_variable_ticket_form_price label {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.75em;
    line-height: 1em;
}

div#etn_variable_ticket_form_price strong {
    font-weight: 700;
    font-size: 0.75em;
    padding-left: 15px;
    line-height: 1em;
}

.etn-variable-ticket-widget .etn-add-to-cart-block {
    background-color: #fc9779 !important;
    border: 3px solid #fc9779;
    color: #000000;
    font-family: "Nunito";
    font-weight: 700;
    font-size: 1em;
}

.etn-variable-ticket-widget .etn-add-to-cart-block:hover,
.etn-variable-ticket-widget .etn-add-to-cart-block:focus,
.etn-variable-ticket-widget .etn-add-to-cart-block:focus-visible {
    background-color: #000000 !important;
    border: 3px solid #fc9779;
    color: #fc9779;
    font-family: "Nunito";
    font-weight: 700;
    font-size: 1em;
}

.etn-variable-ticket-widget .etn-add-to-cart-block.disabled {
    pointer-events: none;
    cursor: not-allowed;
    background-color: #151515 !important;
    color: #ffffff;
    border: 3px solid #151515 !important;
}

.etn-attendee-registration-page {
    background-color: #000000;
}

.etn-ticket-single-variation-details {
    background-color: #151515;
}

.attendee-title {
    text-transform: uppercase;
}

.etn-input-field-required {
    color: #fc9779;
}

.etn-attendee-form-wrap .etn-error {
    color: #fc9779;
}

.etn-radio-field {
    position: relative;
}


.etn-radio-field label {
    padding: 0 0 0 25px;
}

.attendee-button-wrapper {
    display: flex;
    justify-content: space-between;
}

a.etn-btn.etn-btn-secondary.attendee_goback {
    color: #ffffff;
    border: 3px solid #ffffff !important;
    border-radius: 0;
    font-family: "Nunito";
    font-weight: 700;
    font-size: 1em;
    text-transform: uppercase;
}

a.etn-btn.etn-btn-secondary.attendee_goback:hover {
    background-color: #151515;
    border: 3px solid #fc9779 !important;
    color: #fc9779;
}

button.etn-btn.etn-primary.attendee_submit {
    background-color: #fc9779 !important;
    border: 3px solid #fc9779;
    border-radius: 0 !important;
    color: #000000;
    font-family: "Nunito";
    font-weight: 700;
    font-size: 1em;
    text-transform: uppercase;
}

button.etn-btn.etn-primary.attendee_submit.attendee_submit_disable {
    background-color: #151515 !important;
    color: #ffffff;
    border: 3px solid #151515 !important;
    border-radius: 0;
}

button.etn-btn.etn-primary.attendee_submit:hover,
button.etn-btn.etn-primary.attendee_submit:focus,
button.etn-btn.etn-primary.attendee_submit:focus-visible {
    background-color: #151515 !important;
    border: 3px solid #fc9779;
    color: #fc9779;
    font-family: "Nunito";
    font-weight: 700;
    font-size: 1em;
}

.fkcart-item-meta a {
    color: #000000;
    text-decoration: none;
}

.woocommerce.kadence-woo-messages-none-woo-pages.woocommerce-notices-wrapper {
    display: none;
}

#fkcart-modal .fkcart-item-wrap .fkcart--item .fkcart-image-wrapper img {
    border: none;
}

#fkcart-modal .fkcart-item-wrap .fkcart--item .fkcart-remove-item {
    background: #000000;
    color: #ffffff;
}

#fkcart-modal .fkcart-coupon-area .fkcart-coupon-input-wrap #fkcart-coupon__input::placeholder {
    color: #000000;
}

.wfacp-section.wfacp-hg-by-box.step_1.form_section_single_step_1_elementor_1.wfacp_order_summary_box.wfacp_order_summary_box {
    display: none;
}

span.wfacp_mini_cart_item_title {
    color: #ffffff !important;
}

button.button.wfacp-coupon-btn {
    font-family: 'Nunito';
}

span.select2-dropdown.select2-dropdown--below {
    background: #ffffff;
}

span.select2-search.select2-search--dropdown {
    background: #ffffff;
}

span.select2-results,
span#select2-billing_persontype-container,
span#select2-billing_state-container {
    color: #000000;
}

p#billing_number_field.form-row.form-row-first.address-field.wfacp-form-control-wrapper.wfacp-col-full.wfacp_field_required.validate-required {
    width: 50% !important;
    float: left;
    clear: none;
}

.wfacp-comm-title h2.wfacp_section_heading.wfacp_section_title {
    padding-bottom: 10px !important;
}

tr.order-total span {
    font-size: 0.75em !important;
}

tr.order-total span.woocommerce-Price-amount.amount bdi {
    font-size: 1em !important;
}

p#billing_company_field span.optional {
    display: none !important;
}

.nome-ty-page {
    text-align: center !important;
}

p.mp-details-pix-amount {
    margin-top: 15px !important;
}

.wfty-order-details-heading.wfty_title {
    border-bottom: 3px solid #b1b1b195;
    padding-bottom: 10px;
}

p.mp-details-pix-number-p {
    border: none;
    position: relative;
    top: -2px;
    color: #000000;
}

button.mp-details-pix-button {
    background: #000000;
    border-color: #000000;
    font-family: 'Nunito';
    text-transform: uppercase;
    color: #ffffff !important;
}

button.mp-details-pix-button:hover {
    background: #fc9779;
    border-color: #fc9779;
    color: #000000;
    font-family: 'Nunito';
    text-transform: uppercase;
}

input#mp-qr-code {
    color: #000000;
}

img.mp-details-pix-img {
    max-width: 100px;
    margin-bottom: 15px !important;
}

.pedido-ty-page h2 {
    color: #000000;
    font-size: 1.5em;
    text-transform: uppercase;
}

.etn-event-footer {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}

.etn-event-footer a.etn-btn.etn-btn-border {
    width: 100%;
    text-align: center;
    border-radius: 0;
}

.etn-event-item {
    border-radius: 0;
}

.etn-single-ticket-item,
.etn-variable-total-price {
    border-radius: 0 !important;
}

.etn-ticket-single-variation-details {
    border-radius: 0 !important;
}

.etn-group-field input {
    border-radius: 0;
}

.etn-attendee-form-wrap .attr-form-control:focus {
    border-color: #fc9779;
}

input[type="radio"].etn-attendee-extra-fields {
    position: absolute;
    top: 7px;
    appearance: none;
    width: 10px !important;
    height: 10px;
    border-radius: 50%;
    background-clip: content-box;
    background-color: #151515;
    border: 2px solid #ffffff;
}

input[type="radio"].etn-attendee-extra-fields:checked {
    background-color: #fc9779;
    padding: 2px;
    border: 2px solid #fc9779;
}

input#fkcart-coupon__input,
.fkcart-primary-button.fkcart-coupon-button {
    border-radius: 0 !important;
}

button.button.wfacp-coupon-btn,
button.button.wfacp-coupon-field-btn {
    border-radius: 0 !important;
}

ul.wc_payment_methods.payment_methods.methods {
    border-radius: 0 !important;
}

.mensagem-ty-page {
    color: #000000;
}