/*
Theme Name:     Acme Core
Theme URI:      n/a
Template:       kadence
Author:         Ellis LaMay | Americaneagle.com
Author URI:     https://americaneagle.com
Description:    Child Theme Description
Version:        2.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/

.nav--toggle-sub li:hover > ul,
.nav--toggle-sub li.menu-item--toggled-on > ul,
.nav--toggle-sub li:not(.menu-item--has-toggle):focus > ul {
    display: none !important;
}

.main-navigation .menu-item .sub-menu {
    display: none !important;
}
.main-navigation .menu-item .sub-menu.submenu-open,
.main-navigation .menu-item .sub-menu.toggle-show {
    display: block !important;
}

.floating-label {
    position: relative;
}
.floating-label label {
    cursor: text;
    font-size: 1rem;
    left: 1rem;
    margin: 0;
    opacity: 0;
    padding-right: 3.5em;
    position: absolute;
    top: 0.75rem;
    font-weight: 500;
    transition: all ease 0.4s;
}
.floating-label:focus-within label {
    position: absolute;
    left: 12px;
    padding: 0 5px;
    background: #fff;
    font-size: 13px !important;
    top: 1px;
    left: 21px;
    line-height: 19px;
    color: #383b41;
    opacity: 1;
}
.floating-label input:focus ~ label,
.floating-label textarea:focus ~ label,
.floating-label input.valid ~ label,
.floating-label textarea.valid ~ label,
.floating-label input:visited ~ label,
.floating-label textarea:visited ~ label,
.floating-label input:-webkit-autofill ~ label,
.floating-label textarea:-webkit-autofill ~ label {
    position: absolute;
    left: 12px;
    padding: 0 5px;
    background: #fff;
    font-size: 13px !important;
    top: 1px;
    left: 21px;
    line-height: 19px;
    color: #383b41;
    opacity: 1;
}
.floating-label.input-active label {
    position: absolute;
    left: 12px;
    padding: 0 5px;
    background: #fff;
    font-size: 13px !important;
    top: 1px;
    left: 21px;
    line-height: 19px;
    color: #383b41;
    opacity: 1;
}

.n2-ss-slider .n2-ss-widget.n2-ss-widget-hidden {
    display: hidden;
}

/*------ TEXT SEARCH FACET CLEAR SEARCH ------*/
.facetwp-type-search i.clear {
    position: absolute;
    right: 30px;
    height: 100%;
    line-height: 1;
    cursor: pointer;
    display: inline-block;
    opacity: 0.3;
    width: 24px;
    height: 100%;
    background: transparent
        url("/wp-content/plugins/facetwp/assets/images/icon-close.png") 6px 50%
        no-repeat;
    background-size: 14px 14px;
}

.facetwp-type-search i.clear:hover {
    opacity: 0.8;
}

/* no clear icon  while the Search facet is loading */
/* and when an auto-refresh is running */
.facetwp-type-search .f-loading + input + i.clear,
.facetwp-type-search .loading + i.clear {
    display: none !important;
}

.facetwp-facet input.facetwp-search {
    padding-right: 54px;
}

/*------ FACET TYPE: CHECKBOX ------*/

.facetwp-checkbox {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path fill="%23718390" d="M384 80c8.8 0 16 7.2 16 16V416c0 8.8-7.2 16-16 16H64c-8.8 0-16-7.2-16-16V96c0-8.8 7.2-16 16-16H384zM64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64z"/></svg>') !important;
    background-size: 36px 22px !important;
    background-position: left center !important;
    padding-left: 35px !important;
}

.facetwp-checkbox.checked {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path fill="%230A84FF" d="M64 32C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H64zM337 209L209 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L303 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z"/></svg>') !important;
}

span.facetwp-display-value {
    font-size: 1rem;
}

span.facetwp-counter {
    font-size: 1rem;
}

/*------ FACET LABELS ------*/

.facet-label {
    color: var(--global-palette5);
    font-size: 19px;
}

/*------ MOBILE FLYOUT FILTER MENU ------*/
.flyout-row h3 {
    font-size: 1.25rem;
}

@media (min-width: 780px) {
    .facetwp-flyout-open {
        display: none;
    }
}
