/*!
Theme Name: Ohio-Child
Theme URI: http://ohio.colabr.io/
Author: Colabrio
Author URI: http://colabr.io/
Description: Ohio is a WordPress theme bundled with premium plugins to build a modern and functional website.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: ohio
Text Domain: ohio-child
Tags: ajax, customizer, ecommerce, portfolio, minimal, page builder, responsive, multipurpose, shop, store, woocommerce, wpml

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

.alignleft {float: left !important;
    margin: 0.5em 1em 0.5em 0  !important;}

.hidebutton a {
    display: none;
}

.hidebutton a[href^="http"] {
    display: inline-block !important;
    margin-bottom: 10px;
}

.accordion-border .elementor-accordion-item {
    border: 0!important;
    margin-bottom: 2px;
}

.accordion-border .elementor-tab-title {
    border-top: 1px solid var(--e-global-color-primary)!important;
    border-bottom: 1px solid var(--e-global-color-primary)!important;
}

.hotspotyear {
    text-align:center;
    font-size:20px;
    font-weight: bold;
}

.mobmenuitem {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobmenuitem svg {
    margin-left: 15px;
}

.showmobile {
    display: none;
}

/*Product filters*/
.wpc-filter-title {
    color:white;
    font-size: 12px;
    margin-bottom: 15px;
}

.wpc-filter-title .wpc-wrap-icons {
    text-transform: uppercase;
}

.productsfilters {
    width: 100%
}
.wpc-wrap-icons .wpc-filter-selected-values {
    display: none;
}

.wpc-filter-collapsible.wpc-closed .wpc-filter-selected-values {
    display: block;
}

.wpc-filters-ul-list {
    padding: 0;
    margin: 5px 0;
}
.wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item {
    float: none!important;
    margin: 0!important;
}

.wpc-filter-label-wrapper a {
    color: white!important;
    font-size: 12px;
    opacity: 1!important;
}
.wpc-filter-label-wrapper a:active,
.wpc-filter-label-wrapper a:focus,
.wpc-filter-label-wrapper a:visited {
    color: white!important;
}

.wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item label {
    margin: 0;
    border: 0!important;
    font-size: 10px;
    color: white;
}

.wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item label:before {
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    color: #fff;
    margin-left: 10px;
    font-size: 12px;
}
.wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item.wpc-term-selected label:before {
    content: "\f192";
    font-family: "Font Awesome 5 Free";
    color: #fff;
    margin-left: 10px;
    font-size: 12px;
}

.wpc-filters-main-wrap input.wpc-label-input:checked+label span.wpc-filter-label-wrapper,
.wpc-filters-main-wrap input.wpc-label-input+label:hover span.wpc-filter-label-wrapper {
    background-color: transparent!important;
    color: white!important
}

 .wpc-filters-main-wrap input.wpc-label-input:checked+label span.wpc-filter-label-wrapper a,
 .wpc-filters-main-wrap input.wpc-label-input:checked+label span.wpc-filter-label-wrapper span,
.wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item input+label:hover a {
    color: white!important
}

.wpc-filters-section {
    margin-bottom: 3px!important;
}

.wpc-opened .widget-title .wpc-open-icon:before {
    content: "\f068"!important;
    font-family: "Font Awesome 5 Free"!important;
}
.widget-title .wpc-open-icon:before,
.wpc-closed .widget-title .wpc-open-icon:before {
    content: "\f067"!important;
    font-family: "Font Awesome 5 Free"!important;
}

.wpc-filter-collapsible .wpc-filter-title .wpc-open-icon, 
.wpc-filter-collapsible-reverse.wpc-filter-collapsible.wpc-closed .wpc-filter-title .wpc-open-icon, 
.wpc-filter-collapsible.wpc-closed .wpc-filter-title .wpc-open-icon, 
.wpc-filter-has-selected.wpc-closed .wpc-filter-title .wpc-open-icon {
    border: 0!important;
    transform: unset!important;
    width: 12px!important;
    height: 14px!important;
}

.wpc-filter-title {
    border-top: 1px solid white!important;
    border-bottom: 1px solid white!important;
    padding: 10px;
    margin-bottom: 0!important;
}

.wpcf7-acceptance .wpcf7-list-item input[type="checkbox"] {
    background: transparent!important;
    border: 2px solid var(--e-global-color-primary)!important;
}

.wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:checked {
    background: white!important;
    border: 2px solid var(--e-global-color-primary)!important;
}

@media screen and (max-width: 768px){
    .right-part.right {
        width: 65%;
    }
    .mobile-hamburger {
        width: 100%;
    }
    .has-submenu-icon {
        opacity: 1;
        right: 30%;
    }
    .menuleft .sub-menu {
        padding-left: 30px;
    }

    .menuleft .menu-link {
        font-weight: 500;
    }
    .hidemobile {
        display: none;
    }
    .showmobile {
        display: flex;
    }
    .mobmenuitem svg:first-child {
        margin-top: 10px;
    }

    .mobmenuitem svg:last-child {
        margin-top: 10px;
    }
}

