/*
Theme Name: Kalium - Child Theme
Theme URI: https://kaliumtheme.com
Author: Horizon Furniture Inc.
Author URI: https://horizon-furniture.com
Description: A Kalium Child theme for the Horizon Furniture website
Requires PHP: 7.2
Version: 1.0
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Template: kalium
Text Domain: kalium
*/

/*Theme customizations can go here: RJT 2025*/

/** Hack dumbfuckery from Layerslider */
html body .ls-overflow-visible,
html#ls-global .ls-overflow-visible,
body#ls-global .ls-overflow-visible,
#ls-global .ls-overflow-visible,
.ls-overflow-visible {
    position: relative;
    top: -3px;
}

/**
 * Header
 */

.header-search-input .search-icon a svg {
    fill: #ffffff !important;
}

.home .toggle-bars:is([type="button"]),
.wp-singular .toggle-bars:is([type="button"]) {
    color: #fff !important;
}

.home .toggle-bars__bar-line,
.wp-singular .toggle-bars__bar-line {
    background-color: #fff;
}

.header-block .wpml-language-switcher-block {
    position: relative;
    bottom: -11px;
    color: rgb(72, 72, 74);
    font-weight: 300;
}

.page-template-configurator-blank .header-block__item--standard-menu {
    display: block !important;
}

.wp-block-navigation-item:first-of-type,
[data-wpml="language-item"]:first-of-type {
    margin-top: 0 !important;
}


.kalium-wpml-language-switcher a {
    color: #ffffff;
}

.kalium-wpml-language-switcher a:hover,
.kalium-wpml-language-switcher a span.link:hover {
    color: #e94d00;
    text-decoration: none !important;
}

.standard-menu .lang_sel_list_horizontal .wpml-ls-current-language>a {
    font-weight: 500;
}

.standard-menu .lang_sel_list_horizontal a:hover,
.wpml-ls-legacy-list-horizontal a:hover {
    color: #E94D00;
}

/** Configurator customizations */

.wp-block-navigation .has-child .wp-block-navigation__submenu-container .cfg-product-search input[type="text"] {
    max-width: 70% !important;
    display: inline-block;
}

.cfg-content,
#cfg-content {
    margin-bottom: 50px;
}

.cfg-header-tagline-inner h2 {
    line-height: 1.2em;
}

.cfg-breadcrumb {
    font-size: 14px;
    font-weight: 300;
}

.cfg-breadcrumb a {
    text-decoration: none;
    color: #48484A;
}

.cfg-breadcrumb a:hover,
.cfg-breadcrumb a.cfg-active:hover {
    text-decoration: underline;
}

.cfg-breadcrumb a.cfg-active {
    color: #e94d00;
    font-weight: 500;
}

.cfg-product {
    font-size: 80%;
    font-weight: 300;
}

.cfg-product h6,
#cfg-additional-options-toggle {
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
}

.cfg-product a {
    font-size: 80%;
    font-weight: 300;
    color: rgb(72, 72, 74);
}

#cfg-main-image {
    background: #fff;
}

.cfg-image-alternates-thumbnail img {
    max-width: 151px;
    max-height: 245px;
    padding: 5%;
}

.cfg-fabric-inner-txt {
    text-align: right;
    margin-top: 5px;
}

#cfg-fabric-avail ul {
    display: flex;
    flex-wrap: wrap;
}

.cfg-product {
    font-weight: 300;
}

.cfg-product-h1,
.cfg-product-h2 {
    font-weight: 500;
}

.cfg-product-h1 {
    font-size: 50px;
    border-bottom: 1px solid #aeaeae;
}

.cfg-product-h2 {
    font-size: 35px;
}

h2.cfg-pricing-code-wrapper,
.cfg-pricing-price {
    font-size: 160%;
    font-weight: 500;
    margin-bottom: 0;
}

.cfg-pricing-wrapper h2,
.cfg-pricing-wrapper h3,
.cfg-pricing-wrapper div {
    text-align: left;
}

.cfg-disclaim {
    font-size: smaller;
    color: #48484ad2;
}

.cfg-selector {
    display: grid;
    grid-template-rows: 1fr;
}

.cfg-selector label {
    font-size: 16px;
}

.cfg-selector .cfg-option-details {
    font-size: 14px;
    font-weight: 300;
}

.cfg-selector div:first-child {
    display: grid;
    grid-template-columns: 1fr 3fr;
}

.cfg-selectors div,
.cfg-selectors div label,
.cfg-selectors select {
    text-align: left;
}

.cfg-selectors div label {
    font-weight: 500;
    font-size: 110%;
    margin-bottom: 0;
}

.cfg-selector select {
    font-weight: 300;
    line-height: 1.2em;
    padding: 0px 0px 0px 5px;
}

.cfg-option-details span.cfg-desc-right {
    padding-top: 5px;
}

.cfg-thumbnails {
    border-top: 1px solid #aeaeae;
    border-bottom: 1px solid #aeaeae;
    padding: 20px 0;
    margin: 10px 0 0;
}

.cfg-related-img {
    max-height: 200px;
}

.cfg-related-img:hover {
    transform: scale(1.1);
    opacity: 0.8;
    transition-duration: 1s;
}

#cfg-related {
    border-top: 1px solid #aeaeae;
    padding-bottom: 10px;
    margin-top: 0px;
}

#cfg-related h6 {
    margin-top: 10px;
}

#cfg-fabric-avail ul {
    padding-left: 0;
    justify-content: flex-start;
    gap: 10px;
}

.cfg-fabric-inner-img {
    width: 95px !important;
    height: 50px !important;
}

.cfg-print-header #cfg-send-btns {
    text-align: right;
    margin-top: 0;
}

.cfg-print-btn {
    background-color: #e94d00;
    color: #fff;
    width: 150px;
    border-radius: 3px;
    padding: 6px 12px;
    text-align: left;
    font-size: smaller;
    border: 1px solid #aeaeae;
}

.cfg-content #cfg-resource-tbl h2 {
    font-size: 33px;
}

.cfg-content #cfg-resource-tbl h3 {
    background-color: transparent;
    color: rgb(72, 72, 74);
    font-size: 19px;
    border-top: 1px solid rgb(72, 72, 74);
    padding: 4px 0 0 0;
    font-weight: 400;
}

.cfg-content #cfg-resource-tbl .cfg-doc-item:hover,
#cfg-resource-tbl .cfg-doc-item:focus-within {
    box-shadow: none;
    border-radius: none;
}

.cfg-content #cfg-resource-tbl .cfg-doc-item a {
    display: inline-block;
}

.cfg-content #cfg-resource-tbl .cfg-doc-item img {
    height: 130px;

}

.cfg-content .cfg-fabric-color-grid .cfg-fabric-color {
    max-height: 150px;
}

.cfg-content #cfg-resource-tbl .cfg-fabric-color img {
    height: auto;
    width: 100%;
}

#cfg-progress.ui-widget.ui-widget-content .ui-widget-header {
    border: 1px solid #e94d00 !important;
    background-color: #e94d00;
}

/**
 * Main Content
 */

.vc_parallax-inner.skrollable.skrollable-between::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.57) 0%, rgba(0, 0, 0, 0.31) 100%);
}

.rt-overflow-hidden,
.ls-inner {
    overflow-x: hidden !important;
}

/**
* Other theme tweaks and hacks
*/

/**
 * Footer
 */


.site-footer .menu .menu-item>a {
    display: block;
    text-align: left;
}

.site-footer .menu ul,
.site-footer .menu ul:hover,
.site-footer>.menu li li:hover>ul {
    left: inherit;
    position: inherit;
    font-size: 15px;
    line-height: 1.5em;
    font-weight: 300;
}

.site-footer .menu>li>a,
.site-footer .menu>li>ul>li>a,
#menu-footer-col-3>li>a,
#menu-footer-col-3>li>ul>li>a,
#menu-footer-col-3-french>li>a,
#menu-footer-col-3-french>li>ul>li>a {

    font-weight: 500;
    margin-top: 0.5em;
}

#menu-footer-col-3-french>li>ul>li>a,
#menu-footer-col-4>li>ul>li>a,
#menu-footer-col-5>li>ul>li>a,
#menu-footer-col-4-french>li>ul>li>a,
#menu-footer-col-5-french>li>ul>li>a,
.site-footer .menu .product-info-menu li a,
.site-footer .menu .company-menu li a {
    font-weight: 300;
    margin-top: initial;
}

.site-footer .menu>li>a {
    font-size: 16px;
    margin-bottom: 1em;
}

#menu-footer-col-2-erg-menu {
    margin-bottom: 0 !important;
}

.site-footer .seatingflex>ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.site-footer .seatingflex>ul>li {
    flex-basis: 40%;
}

.site-footer .byapplication,
.site-footer .byseries {
    margin: 0;
}


.page-template-configurator-blank .header-logo.logo-image img {
    z-index: auto !important;
}

.site-header,
.header-block__item {
    letter-spacing: initial !important;
}

.site-footer {
    border-top: 1px solid #aeaeae;
    ;
}

.site-footer .lb-element-footer-container-row-1 {
    padding-bottom: 0;
}


/**
 * Media Queries
 */
@media (max-width: 800px) {

    .header-images {
        min-height: 300px !important;
    }

    .header-images200 {
        min-height: 200px !important;
    }

    .responsive-spacers,
    .responsive-spacers100 {
        max-height: 100px !important;
    }

    .responsive-spacers0 {
        max-height: 0px !important;
    }

    .responsive-spacers20 {
        max-height: 20px !important;
    }

    .responsive-spacers30 {
        max-height: 30px !important;
    }

    .responsive-spacers50 {
        max-height: 50px !important;
    }

    .responsive-spacers75 {
        max-height: 75px !important;
    }

    .site-footer .seatingflex>ul,
    .site-footer .ergonomicflex>ul {
        display: none!important;
    }

}

@media (max-width: 1000px) {

    #home-divider,
    .vc_separator.vc_sep_color_grey .vc_sep_line {
        display: none
    }

    .site-footer .widget_nav_menu ul.sub-menu ul.sub-menu li.menu-item {
        display: none !important;
    }

    .site-footer .widget_nav_menu ul.sub-menu a {
        font-weight: 300 !important;
    }

    .site-footer .row>* {
        margin-top: 5px !important;
        font-size: 14px !important;
    }

    .site-footer .seatingflex>ul {
        display: block;
    }

    .site-footer .seatingflex>ul>li {
        margin-left: 10px;
    }

    [class^="wpcp-icon-"]::before,
    [class*=" wpcp-icon-"]::before {
        font-size: 170%;
    }

    .wpcpro-wrapper .wpcp-carousel-section.nav-bottom-center .wpcp-next-button {
        margin-left: 60px !important;
    }

}