/*
Theme Name: BudHouse
Text Domain: budhouse
Author: REDSTONE
Author URI: https://redstone.media/
Version: 1
*/

.pagination li.active span {
    pointer-events: none;
}


.wpcf7-response-output{
    display: none !important;
}
.wpcf7-not-valid-tip {
    font-size: 0.75rem;
    line-height: 1.5em;
    font-weight: 400;
    color: var(--clr-red);
    margin-top: 0.25rem;
}
.wpcf7-spinner {
    position: absolute;
    top: 17px;
    right: -56px;
}

.wpcf7 .screen-reader-response,
.wpcf7 .wpcf7-response-output,
.wpcf7 .wpcf7-not-valid-tip {
    display: none;
}

.filter .prd-select-size input{
    position: absolute;
    opacity: 0;
}

.footer-links li.current_page_item a span,
.footer-links li.current_page_item a span,
.h-menu .h-links li.current_page_item a span,
.h-menu .h-links li.current_page_parent a span {
    color:var(--clr-primary);
}

.clear-cart.disabled{
    pointer-events: none;
    opacity: 0.6;
}

.footer-links li.current-menu-item a,
header.scrolled .h-toggle-menu a.current-menu-item .title,
header.white .h-toggle-menu a.current-menu-item .title,
header.scrolled .h-toggle-menu a.current-menu-item, 
header.white .h-toggle-menu a.current-menu-item {
    color: var(--clr-primary);
}

.filter-links > li ul a.is-active{
    color:var(--clr-primary);
}

.filter-color-square{
    background-color: #8224e3;
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
}

#layout-iframe{
    z-index: 100 !important;
}

.btn-close-iframe{
    z-index: 101 !important;
}

.about-table-item .btn-link{display: block;}

@media(max-width: 768px){
    .cta-img {display: none;}
}

.grecaptcha-badge{display: none !important}