/*

Theme Name: X – Child Theme
Theme URI: http://theme.co/x/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to X in this child theme.
Version: 1.0.0
Template: x

*/

.meta-nav {
    visibility: visible;
}
#mc4wp-form-1 {
    left: 42%;
	position: relative;
}
#x-btn-navbar.collapsed ~ #x-nav-wrap-mobile {
    display: none;
	transition: box-shadow 0.3s ease,color 0.3s ease,background-color 0.3s ease;
}
.more-link::before {
    visibility: visible;
    content: 'Lees meer';
}
.more-link {
    visibility: hidden;
}
header.entry-header a.add_to_cart_button {
    display: none !important;
}
.woocommerce .onsale {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 12px;
}
.widget ul li a, .widget ol li a, .x-comment-time {
    border: none;
}
.product_type_simple {
    display: none !important;
}
.p-meta {
    display: none;
}
@media only screen and (min-width:1076px) and (max-width: 1134px){
.x-nav-wrap.desktop {
    display: none;
}
.masthead-inline .x-btn-navbar {
    display: block;
    float: right;
}
}

.ll-blog-filters {
    position: relative;
}

.ll-blog-filters__categories {
    position: relative;
    margin-bottom: 1em;
}

.ll-blog-filters__categories ul {
    display: flex;
    list-style: none;
    margin: 0;
    flex-flow: row wrap;
    justify-content: center;
}

.ll-blog-filters__categories ul li {
    margin: 0 .5em 1em;
}

.ll-blog-filters__categories ul li a {
    display: inline-block;
    color: inherit;
    background: #fff;
    padding: 0.25em 1em;
    border-radius: 3px;
    transition: all 0.25s ease;
}

.ll-blog-filters__categories li.current-cat > a {
    background: #fafafa;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 4%), 0 0 8px rgb(0 0 0 / 10%);
}

.ll-blog-filters__categories li a:hover,
.ll-blog-filters__categories li a:focus {
    background: #fdfdfd;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(0 0 0 / 20%);
}

.ll-blog-filters__row {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-bottom: 1em;
}

.ll-blog-filters__search,
.ll-blog-filters__sort {
    flex-shrink: 1;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}

.ll-blog-filters__categories label,
.ll-blog-filters__search label,
.ll-blog-filters__sort label {
    font-weight: bold;
    text-transform: uppercase;
    margin-right: 0.625em;
    padding: 0.25em 0;
}

.ll-blog-filters__categories label {
    margin-right: 0;
    flex: 0 0 100%;
    text-align: center;
}

.ll-blog-filters__search input[type=search] {
    font-size: 1em;
}
