/**
Theme Name: Argumentum Nostrum
Author: WebGurus
Author URI: https://webgurus.io/
Description: WordPress design & development by WebGurus
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: argumentum-nostrum
Template: astra
*/

@media (max-width: 544px) {
    .ast-header-search,
    .ast-header-search .ast-search-menu-icon,
    .ast-header-search .search-form,
    .ast-below-header-bar,
    .ast-below-header-wrap,
    .site-header-below-section-center {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    .ast-header-search form.search-form .search-field,
    .ast-header-search .ast-search-menu-icon .search-field {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        border-radius: 6px !important;
    }
}

/* Header searchbar */
.site-header .ast-inline-search.ast-search-menu-icon .search-form {
    border-radius: 0.5rem;
}

.site-header .ast-inline-search.ast-search-menu-icon .search-field {
    border-radius: 0.5rem;
}

.ast-search-menu-icon .search-form button.search-submit {
    box-shadow: none;
}

.ast-header-search .astra-search-icon {
    line-height: 1;
}

/* Woo Checkout Page */
.ast-modern-checkout .woocommerce form.woocommerce-checkout .form-row input {
    padding-bottom: 0.375rem !important;
    height: unset !important;
    min-height: 1px !important;
}

.ast-modern-checkout .woocommerce form.woocommerce-checkout .form-row.ast-column-33 {
    width: 50%;
}

.ast-modern-checkout .woocommerce form.woocommerce-checkout p#billing_postcode_field {
    width: 100%;
}

.ast-modern-checkout .woocommerce form.woocommerce-checkout .form-row {
    min-height: 70px;
}

@media (max-width: 992px) {
    .woocommerce-checkout.elementor-template-full-width .site-content .ast-container {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .woocommerce-checkout .woocommerce .ast-mobile-order-review-wrap {
        margin-inline: -1rem;
    }

    .ast-modern-checkout .woocommerce form.woocommerce-checkout .form-row {
        width: 100% !important;
    }
}

/** Event Meta Filter **/
.event-meta-filter {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.event-meta-filter .select2-container .select2-selection.select2-selection--multiple {
    border: 1px solid #f0f0f0;
    border-radius: 3px;
    min-height: 42px;
    font-size: 14px;
    padding: 0 8px;
}

.event-meta-filter .select2-container .select2-selection.select2-selection--multiple .select2-search.select2-search--inline {
    margin: 0;
    padding: 0;
    float: none;
}

.event-meta-filter .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 0;
    margin: 0;
    display: block;
}

.event-meta-filter .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    margin: 4px 5px 4px 0;
}

.event-meta-filter .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #ffffff;
    font-weight: 500;
}

.event-meta-filter .select2-container--default .select2-results__option {
    font-size: 14px;
}

.event-meta-filter .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #21293a;
}

.event-meta-filter .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: #21293a;
    color: #D6F7E9;
    border: 1px solid #21293a;
}

.event-meta-filter input[type="date"] {
    box-shadow: none;
    background: #ffffff;
    border: 1px solid #f0f0f0;
    color: #9fa4af;
    border-radius: 4px;
    font-size: 14px;
    padding: 12px 8px;
}

.event-meta-filter input[type="date"].has-value {
    color: #1e293b;
}

.event-meta-filter .control-container {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 12px;
}

.event-meta-filter .control-container .button {
    border-radius: 4px;
    padding: 8px;
    text-align: center;
}

.event-meta-filter .control-container .button.submit-btn {
    background: #21293a;
    color: #D6F7E9;
    border: 1px solid #21293a;
}

.event-meta-filter .control-container .button.submit-btn:hover {
    background: #ffffff;
    color: #21293a;
}

.event-meta-filter .control-container .button.reset-btn {
    background: #ffffff;
    color: #21293a;
    border: 1px solid #21293a;
}

.event-meta-filter .control-container .button.reset-btn:hover {
    background: #21293a;
    color: #D6F7E9;
}

/** My account events **/
.my_account_events .button.wcce-cancel,
.my_account_events .button.wcce-transfer-toggle {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.my_account_events .button.wcce-cancel {
    background: #ffffff;
    color: #21293a;
    border: 1px solid #21293a;
    border-radius: 3px;
    padding: 10px 20px;
    line-height: 100%;
}

.my_account_events .button.wcce-cancel:hover {
    background: #21293a;
    color: #9fded6;
}

/** login / registration **/
.woocommerce-account .woocommerce #customer_login br {
    display: none;
}

.woocommerce-account .woocommerce #customer_login .form-row label {
    /*display: none;*/
    /*opacity: 1;*/
}

.woocommerce-account .woocommerce #customer_login .form-row::before {
    display: none;
}