/*
Theme Name:     Jupiter Child Theme
Theme URI: 		http://themeforest.net/user/artbees
Description:    Child theme for the Jupiter theme
Author:         Slampaq Solutions B.V.
Author URI:     https://www.slampaq.com
Template:       jupiter
Version:        1.0
Text Domain:    mk_framework
Domain Path:    /languages/
*/


/* Lettertypes Quick Contact Form */

@import url('https://fonts.googleapis.com/css?family=Muli');
@font-face {
    font-family: 'IcoMoon';
    src: url('fonts/icomoon/icomoon.eot');
    src: url('fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'), url('fonts/icomoon/icomoon.woff') format('woff'), url('fonts/icomoon/icomoon.ttf') format('truetype'), url('fonts/icomoon/icomoon.svg#icomoon') format('svg');
}

@font-face {
    font-family: 'FontAwesome';
    src: url('fonts/fontawesome/fontawesome.eot?v=4.6.3');
    src: url('fonts/fontawesome/fontawesome.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('fonts/fontawesome/fontawesome.woff?v=4.6.3') format('woff'), url('fonts/fontawesome/fontawesome.woff2?v=4.6.3') format('woff2'), url('fonts/fontawesome/fontawesome.ttf?v=4.6.3') format('truetype'), url('fonts/fontawesome/fontawesome.svg?v=4.6.3#fontawesomeregular') format('svg');
}

@font-face {
    font-family: 'CheddarJack';
    src: url('fonts/cheddarjack/CheddarJack.eot');
    src: url('fonts/cheddarjack/CheddarJack.eot?#iefix') format('embedded-opentype'), url('fonts/cheddarjack/CheddarJack.woff2') format('woff2'), url('fonts/cheddarjack/CheddarJack.woff') format('woff'), url('fonts/cheddarjack/CheddarJack.ttf') format('truetype'), url('fonts/cheddarjack/CheddarJack.svg#CheddarJack') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*
NIEUWE STYLING 2021
*/

.mk-header.sticky-style-fixed .header-logo.logo-has-sticky img {
    width: 205px;
    height: 60px;
}

.trans-header .bg-true.light-skin:not(.a-sticky) .mk-desktop-logo.dark-logo {
    display: block !important;
}

.header-style-1.a-sticky .logo-has-sticky .mk-desktop-logo {
    opacity: 1 !important;
    filter: invert(100%) !important;
}

.header-style-1 .logo-has-sticky .mk-desktop-logo {
    opacity: 1 !important;
    filter: invert(100%);
}

.home .header-style-1 .logo-has-sticky .mk-desktop-logo,
.page-id-18012 .header-style-1 .logo-has-sticky .mk-desktop-logo {
    filter: none;
}

.single-kunstenaar .wpb_content_element,
.single-kunstenaar .video-container {
    margin-bottom: 25px !important;
}

.post-type-archive-product .mk-product-loop.compact-layout .products .item.outofstock {
    opacity: 0.5;
}

.archive .fonds-icoon img {
    margin-top: -20px;
}

.mk-header .mk-header-inner {
    padding-bottom: 20px;
}

.header-style-1.a-sticky .logo-has-sticky .mk-sticky-logo {
    opacity: 0;
}

.home .mk-header-toolbar,
.page-id-18012 .mk-header-toolbar {
    background-color: transparent;
}

.home .toolbar-right,
.home .toolbar-right a,
.page-id-18012 .toolbar-right a {
    color: white;
}

.home .toolbar-right,
.page-id-18012 .toolbar-right {
    background-color: #00000045;
}

.toolbar-right i {
    margin-right: 5px;
}

.toolbar-right a:hover {
    color: #e13513 !important;
}

.home .mk-header-toolbar-holder {
    padding: 0px 0px;
}

.toolbar-right {
    padding: 5px 20px;
    border-top: 0px;
}

.header-style-1.a-sticky .menu-hover-style-2 .main-navigation-ul>li>a,
.a-sticky:not(.header-style-4) .add-header-height {
    line-height: 70px !important;
}

.header-style-1.header-align-left .header-logo a {
    margin-top: 12px;
}

.main-nav-side-search a {
    display: inline-block !important;
}

.button-header {
    padding: 18px 15px;
    background-color: #e13513;
    color: white;
    text-transform: uppercase;
    border-radius: 35px;
    margin-right: 20px;
}

.button-header:hover {
    background-color: #000;
    color: white !important;
}


/*
.home .header-style-1.header-align-left .mk-grid .mk-header-nav-container{
	background-color: #00000045;
}
*/

.a-sticky .mk-header-nav-container,
.a-sticky .toolbar-right {
    background-color: transparent !important;
}

.a-sticky .fit-logo-img a {
    margin-top: 0px !important;
}

.mk-search-trigger {
    margin-right: 20px;
}

.carousel-titel,
.carousel-type,
.carousel-datum {
    display: block;
}

.carousel-titel,
.carousel-type {
    color: white;
}

.carousel-datum {
    color: #e13513;
    font-weight: bold;
    font-size: 16px;
}

.carousel-titel,
.virt-expo h2 {
    font-size: 20px;
    font-weight: bold;
}

.virt-expo h2 {
    color: #232323;
    margin-top: 10px;
    text-align: center;
}

@-webkit-keyframes hvr-bob {
    0% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
    50% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

@keyframes hvr-bob {
    0% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
    50% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

@-webkit-keyframes hvr-bob-float {
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

@keyframes hvr-bob-float {
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

.hvr-bob {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-bob:hover,
.hvr-bob:focus,
.hvr-bob:active {
    -webkit-animation-name: hvr-bob-float, hvr-bob;
    animation-name: hvr-bob-float, hvr-bob;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate;
}

.meta-kunstenaar .carousel-titel {
    color: #2a2a2a;
}

.carousel-type {
    font-size: 18px;
    font-weight: 500;
}

.carousel-afbeelding {
    position: relative;
}

.carousel-afbeelding img,
.carousel-meta,
.carousel-item {
    border-radius: 10px;
}

.wit h2,
.wit {
    color: white !important;
    text-transform: none !important;
    margin-bottom: 0px;
}

.font-carousel h2,
.font-carousel {
    color: #2a2a2a !important;
}

.zwart h2,
.zwart,
.zwart h1 {
    color: #232323 !important;
    text-transform: none !important;
    margin-bottom: 15px;
    font-weight: 700 !important;
    font-size: 36px;
}

h1 {
    font-size: 45px !important;
}

.oranje {
    font-size: 18px;
    text-transform: uppercase;
    color: #e13513;
    margin-bottom: -75px;
    display: block;
}

.zwart-klein h3,
.zwart-klein {
    color: #232323 !important;
    text-transform: uppercase !important;
    margin-bottom: 30px;
    font-weight: 700 !important;
    font-size: 16px !important;
}

.content-tour {
    text-align: center;
    padding-top: 15px;
    margin-right: 5%;
}

.wpb_content_element {
    margin-bottom: 0px !important;
}

.bold {
    font-weight: 700 !important;
}

.image-links img {
    margin-top: -52px;
    height: 245px;
    border-radius: 10px;
    overflow: hidden;
}

.container-exp {
    position: relative;
}

.datum {
    position: absolute;
    right: 0px;
    top: 17px;
    padding: 5px 7px;
    background-color: #e13513c7;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 25px 0px 0px 24px;
    width: 129px;
    font-size: 12px;
    text-align: center;
    -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0);
    -moz-box-shadow: 0 0 10px 0 rgb(0 0 0);
    box-shadow: 0 0 10px 0 rgb(0 0 0);
}

.virt-expo {
    margin-bottom: 25px;
}

.nieuw-button.oranje {
    background-color: #e13513;
    border-radius: 1px solid #e13513;
}

.container-titel {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin: 10px;
}

.container-titel h2 {
    font-size: 26px !important
}

.container-titel a,
.meta-main-item a {
    padding: 9px 25px;
    border-radius: 300px;
    color: white;
    border: 1px solid white;
    font-size: 16px;
    font-weight: 500;
}

.container-titel.zwart a {
    color: #2a2a2a;
    border: 1px solid #2a2a2a;
}

.slick-prev,
.slick-next {
    width: 35px !important;
    height: 110px !important;
    background: #e13513 !important;
    border-radius: 5px !important;
}

#carousel-kunstenaar .slick-prev,
#carousel-kunstenaar .slick-next {
    background: #2a2a2a !important;
}

.fonds-icoon img {
    width: 20px;
    height: 20px;
    margin-left: auto;
    margin-top: -1px;
    display: block;
}

.meta-kunstwerk .fonds-icoon {
    margin-top: -21px;
}

.meta-kunstenaar .content {
    padding-left: 10px;
    padding-right: 10px;
}

.meta-kunstenaar .carousel-titel {
    margin-top: 20px;
}

.meta-kunstenaar.fonds .carousel-titel {
    margin-top: 0px;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'FontAwesome';
    font-size: 40px;
}

.slick-prev:before {
    content: '\f104';
}

.slick-next:before {
    content: '\f105';
}

.slick-prev {
    left: -35px;
}

.slick-next {
    right: -35px;
}

.meta-main-item h2 {
    font-size: 60px;
}

.meta-main-item h2.type {
    font-size: 48px;
}

.gradient {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0) -38%, rgb(0 0 0 / 57%) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0) -38%, rgb(0 0 0 / 57%) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) -38%, rgb(0 0 0 / 57%) 100%);
}

.badge-main-item {
    width: max-content;
    padding: 10px 10px;
    background-color: #e13513;
    color: white !important;
    font-weight: bold;
    line-height: 1em;
    text-transform: uppercase;
    border-radius: 5px;
    font-size: 12px;
    margin-bottom: 10px;
}

.meta-main-item .carousel-datum {
    margin-top: 25px;
    margin-bottom: 25px;
}

.container-titel a:hover,
.meta-main-item a:hover {
    background-color: #e13513 !important;
    border: 1px solid #e13513 !important;
    color: white !important;
}

.oranje-outline a span {
    color: #e13513;
    font-weight: 500;
}

#mk-footer .oranje-outline a span {
    padding: 10px 35px;
    border: 1px solid #e13513;
    border-radius: 20px;
}

#mk-footer .oranje-outline a span:hover {
    background-color: #e13513;
}

#mk-footer .oranje-outline a {
    border: none;
}

#mk-footer .contact-gegevens a {
    display: block;
}

#mk-footer .widgettitle {
    line-height: 1.4em;
}

#mk-footer .widgettitle {
    border-bottom-color: #e13513 !important;
    border-bottom-style: solid !important;
    border-bottom-width: 3px !important;
    border-radius: 2px;
    min-height: 80px;
}

.mailpoet_paragraph {
    margin-bottom: 13px;
}

.oranje-outline a {
    border: 1px solid #e13513;
}

.oranje-outline a:hover span {
    color: white !important;
}

@media screen and (min-width: 989px) {
    .over-bonnard-foto img {
        margin-top: 65px;
    }
}

.carousel-meta {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 15px;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1) 100%);
}

.carousel-meta .content {
    position: absolute;
    left: 15px;
    bottom: 15px;
    width: calc(100% - 30px);
}

.carousel-item,
.carousel-item-kunst {
    margin: 10px;
}

.carousel-item,
.carousel-item-kunst .carousel-afbeelding,
.carousel-afbeelding,
.virt-expo img {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(78, 78, 78, 1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(78, 78, 78, 1);
    box-shadow: 0px 0px 10px 0px rgba(78, 78, 78, 1);
    border-radius: 10px;
}

.carousel-item-kunst .carousel-afbeelding {
    border-radius: 10px;
}

.slick-slider {
    background: transparent !important;
}

.spacer-main {
    width: 100%;
    height: 25vh;
    display: block;
}

.content-main-item {
    margin-top: -18vh;
    z-index: 500;
}

.nieuw-titel h2 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
}

.nieuw-button {
    border: 1px solid white;
    border-radius: 30px;
    margin-right: 10px;
}

.nieuw-button:hover {
    background-color: white;
    color: black;
}

.nieuw-button a:hover {
    color: black;
}

.mk-button--size-small {
    font-size: 14px !important;
}

.nieuw-button .mk-button {
    border-radius: 30px !important;
}

.container-button {
    width: max-content;
    display: block;
    margin: 0 auto;
}

.container-virtuele-tour {
    display: flex;
    justify-content: space-between;
}

.container-social .content-social img {
    border-radius: 85px;
    border: 2px solid white;
    outline: 2px solid #ca4093;
}

.container-social .content-social.fb img {
    outline: 2px solid #1162f8 !important;
}

.container-img {
    margin-right: 25px;
}

.content-social {
    display: flex;
    align-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.nieuw-button i {
    margin-right: 5px;
}

.nieuw-button.instagram,
.nieuw-button.facebook {
    padding: 8px 14px;
    background-color: #ca4093;
    color: white;
}

.nieuw-button.facebook {
    background-color: #1162f8 !important;
}

.container-titel .clearboth {
    display: none;
}

.mk-blog-modern-item .mk-blog-meta-wrapper>div {
    display: none !important
}

.mk-blog-modern-item .mk-blog-meta-wrapper span {
    display: none !important
}

.nieuws-modern .mk-blog-modern-item:first-child {
    width: 49%;
}

.nieuws-modern .mk-blog-modern-item:last-child {
    margin-left: 2%;
    width: 49%;
}

.nieuws-modern .mk-blog-modern-item .featured-image {
    margin-bottom: 0px !important;
    border-radius: 10px 10px 0px 0px;
}

.nieuws-modern .meta-content-nieuws {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.nieuws-modern .mk-blog-modern-item .the-title {
    font-size: 21px !important;
    font-weight: bold;
    text-transform: none !important;
    color: white !important;
    margin-bottom: 5px;
}

.nieuws-modern .mk-blog-classic-item .mk-blog-meta-wrapper,
.mk-blog-modern-item .mk-blog-meta-wrapper {
    font-size: 16px;
    font-style: normal;
    color: white;
    margin-bottom: 8px;
}

.mk-blog-modern-item .mk-blog-meta-wrapper a {
    margin-bottom: 20px;
}


/*
NIEUWE STYLING 2021
*/

.vc_video-bg {
    display: none !important;
}

#icon_wrapper {
    z-index: 50;
}

.mailpoet_form .mailpoet_submit {
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0;
    color: #e13513;
    background-color: transparent;
    padding: 10px 35px !important;
    border: 1px solid #e13513;
    border-color: #e13513 !important;
    border-radius: 20px !important;
    margin-top: 10px !important;
}

.mailpoet_form .mailpoet_submit:hover {
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0;
    border-radius: 7px;
    color: #fff;
    background-color: #e13513;
    padding: 15px;
    margin-top: 0px;
}

.mailpoet_form input[type=email],
.mailpoet_form input[type=password],
.mailpoet_form input[type=search],
.mailpoet_form input[type=tel],
.mailpoet_form input[type=text],
.mailpoet_form textarea {
    border-radius: 30px;
    background-color: #181717;
    height: 45px;
    padding: 10px 12px !important;
    border-color: transparent;
}

.mailpoet_text,
#mailpoet_form_2 .mailpoet_textarea {
    width: 100% !important;
}

.mailpoet_form blockquote,
code,
dl,
fieldset,
ol,
p,
pre,
table,
ul {
    margin-bottom: 15px;
}

.mailpoet_form {
    padding: 0px !important;
}

.widget_wysija_cont blockquote,
code,
dl,
fieldset,
ol,
p,
pre,
table,
ul {
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    #rij-boxes .vc_col-sm-4 {
        width: 32.4%;
        margin-right: 1.4%;
    }
    #rij-boxes .vc_col-sm-4:nth-child(3) {
        margin-right: 0;
    }
    #rij-boxes2 .vc_col-sm-4 {
        width: 32.4%;
        margin-right: 1.4%;
        margin-bottom: 30px!important;
    }
    #rij-boxes2 .vc_col-sm-4:nth-child(3) {
        margin-right: 0;
    }
}

#rij-boxes {
    margin-top: -7%;
    z-index: 201!important;
}

#rij-boxes .mk-box-icon-2-title {
    min-height: 66px;
}

@media screen and (min-width: 768px) {
    #rij-boxes {
        margin-top: 0;
    }
    #rij-boxes>div {
        margin-top: -10%;
    }
}

#overons {
    background-repeat: no-repeat!important;
    background-position: center center !important;
}

#knoprood {
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0;
    border-radius: 7px;
}

.mk-contact-form input,
.mk-contact-form textarea {
    font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', 'Helvetica', 'Arial', 'Lucida Grande', sans-serif;
}

.header-style-1.header-align-center .header-logo {
    text-align: center;
}

.mk-header.sticky-style-fixed .header-logo.logo-has-sticky img {
    position: relative;
}

@media screen and (max-width: 1140px) {
    .mk-desktop-logo.dark-logo {
        margin: 0px;
    }
}

.toolbar-right {
    float: right;
}

.mk-language-nav {
    display: none;
}

.mk-header {
    border-bottom: none!important;
}

.main-navigation-ul li.menu-item ul.sub-menu li.menu-item a.menu-item-link {
    letter-spacing: 0px!important;
}


/***** Algemeen *****/

.centered {
    max-width: 1140px;
    margin: 0 auto;
    clear: both;
}

.btn {
    display: inline-block;
    background-color: #c83825;
    color: #fff;
    padding: 18px;
    border: none;
    border-radius: 5px;
}

.mk-blog-classic-item .the-title,
.mk-blog-modern-item .the-title {
    letter-spacing: 0px;
    font-size: 10px!important;
    text-transform: none;
    margin-top: 5px;
}

.mk-blog-modern-item .mk-blog-meta {
    margin: 0 20px 0px 100px;
    border-radius: 0px 0px 10px 10px;
    padding: 10px !important;
}

.mk-blog-modern-item {
    margin-bottom: 20px;
}

.mk-blog-classic-item .the-excerpt,
.mk-blog-modern-item .the-excerpt p {
    font-weight: 700;
    color: #000;
}

.mk-blog-classic-item .the-title a,
.mk-blog-modern-item .the-title a {
    font-size: 20px;
    line-height: 24px;
}

@media screen and (max-width: 380px) {
    .btn-belterug {
        margin-left: 0px !important;
        margin-top: 15px;
    }
}


/***** Footer *****/

table td {
    padding: 0px;
}

.wpcf7-submit,
table td,
table th {
    text-align: left;
}

.mailfooter:before {
    content: "\f1d8";
    font-family: FontAwesome;
    color: #696969;
    font-size: 20px;
    padding-right: 8px;
}

.telfooter:before {
    content: "\f098";
    font-family: FontAwesome;
    color: #696969;
    font-size: 20px;
    padding-right: 10px;
}

.routefooter:before {
    content: "\f041";
    font-family: FontAwesome;
    color: #fff;
    font-size: 20px;
    padding-right: 10px;
}

.routefooter {
    background-color: #c83825;
    padding: 15px;
    border-radius: 7px;
}

.routefooter:hover {
    background-color: #d95a49;
    padding: 15px;
    border-radius: 7px;
}

.routefooter a {
    color: #fff!important;
}

#mk-footer .widgettitle {
    font-family: 'Muli', sans-serif;
    letter-spacing: 0px;
    border-bottom-color: #4c4c4c;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}


/***** Kunstwerken carousel *****/

.kunstwerken-carousel {
    position: relative;
}

.kunstwerken-carousel .jcarousel {
    position: relative;
    overflow: hidden;
    padding-bottom: 10px;
}

.kunstwerken-carousel .jcarousel-control-prev,
.kunstwerken-carousel .jcarousel-control-next {
    position: absolute;
    top: 50%;
    margin-top: -100px;
    background-color: #2a2a2a;
    line-height: 50px;
    width: 35px !important;
    height: 110px !important;
    border-radius: 5px !important;
    text-align: center;
    color: #fff;
}

.kunstwerken-carousel .jcarousel-control-prev i,
.kunstwerken-carousel .jcarousel-control-next i {
    font-size: 40px;
    margin-top: 33px;
}

.kunstwerken-carousel .jcarousel-control-prev {
    left: -35px;
}

.kunstwerken-carousel .jcarousel-control-next {
    right: -35px;
}

.kunstwerken-carousel ul {
    position: relative;
    margin: 0;
    width: 1000em;
    list-style: none;
}

.kunstwerken-carousel li {
    margin: 11px;
    float: left;
    width: 100%;
}

.kunstwerken-carousel li .carousel-item-div {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.kunstwerken-carousel li .carousel-item-div:hover {
    -webkit-box-shadow: 0px 0px 13px 0px rgba(225, 53, 19, 0.45);
    -moz-box-shadow: 0px 0px 13px 0px rgba(225, 53, 19, 0.45);
    box-shadow: 0px 0px 13px 0px rgba(225, 53, 19, 0.45);
    border-radius: 10px;
}

.kunstwerken-carousel li .kunst-kunstenaar {
    font-weight: bold;
    font-size: 17px;
}

.meta-kunstwerk {
    padding: 20px 10px;
}

.kunstwerken-carousel li .kunst-titel,
.kunstwerken-carousel li .info {
    line-height: 1em;
    margin-bottom: 5px;
}

.kunstwerken-carousel li .kunst-titel {
    min-height: 40px;
}

.kunstwerken-carousel li .info .amount {
    margin-top: 17px;
    display: block;
    font-size: 18px;
    font-weight: bold;
}

.kunstwerken-carousel li .img {
    width: 92%;
    height: 180px;
    position: absolute;
    left: 4%;
    bottom: 20px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.kunstwerken-carousel li .carousel-item-div>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/***** Producten filters shortcode *****/

#theme-page .theme-page-wrapper.left-layout .sidebar-wrapper,
#theme-page .theme-page-wrapper.right-layout .sidebar-wrapper {
    background-color: #ececec;
}

#theme-page select,
.woocommerce select {
    background-color: #fff;
}

.prod_filters label {
    font-size: 16px;
    color: #575757;
    margin-bottom: 10px;
    display: inline-block;
}

#theme-page .prod_filters select {
    border: 1px solid #cbcbcb;
    font-weight: normal;
    font-size: 14px;
    font-style: italic;
    color: #575757;
    width: 100%;
    margin-bottom: 15px;
    position: relative;
    min-width: auto;
    padding: 12px 5px;
}

@media screen and (min-width: 960px) and (max-width: 1368px) {
    .post-type-archive-product .theme-page-wrapper #mk-sidebar.mk-builtin {
        width: 28%;
    }
    .post-type-archive-product #theme-page .theme-page-wrapper.left-layout .theme-content {
        width: 72%;
    }
}

#theme-page .prod_filters select:disabled {
    color: #cbcbcb;
}

#theme-page .prod_filters select option {
    font-style: normal;
}

#theme-page .prod_filters select option:nth-child(-n+1) {
    font-style: italic;
}

.prod_filters #slider-prijs {
    height: 1px;
    background-color: #000;
    border: none;
    margin-left: 5px;
}

.prod_filters #slider-prijs .ui-slider-range {
    background-color: black;
}

.prod_filters #slider-prijs .ui-slider-handle {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    border: none;
}

.prod_filters #label-slider-prijs {
    padding: 0;
    border: none;
    margin-top: 10px;
    color: #263031;
    font-size: 16px;
}

.prod_filters .btn-submit {
    margin-top: 15px;
    border-radius: 5px;
}


/***** Kunstenaar pagina *****/

.mk-post-prev {
    display: none;
}

.mk-post-next {
    display: none;
}

.single-kunstenaar #mk-page-introduce {
    display: none;
}

.single-kunstenaar .kunstenaar {
    margin-top: 60px;
}

.buttons a:hover {
    color: #fff;
    background-color: #d95a49;
}

.single-product .social-share,
.single-kunstenaar .social-share {
    margin: 25px 0;
    min-height: 32px;
}

.single-kunstenaar .kunstwerken h2 {
    max-width: 1140px;
    margin: 0 auto 15px;
}


/***** Productenoverzicht *****/

.post-type-archive-product .mk-woocommerce-shop-loop__title,
.post-type-archive-product .woocommerce-ordering,
.post-type-archive-product .mk-shop-header {
    display: none;
}

.post-type-archive-product .theme-page-wrapper {
    width: 100%;
    max-width: none;
}

.post-type-archive-product .products {
    width: auto!important;
}

.post-type-archive-product .mk-product-loop.compact-layout .products .item {
    width: 25%;
}

@media screen and (max-width: 1216px) {
    .post-type-archive-product .mk-product-loop.compact-layout .products .item {
        width: 33%;
    }
}

.post-type-archive-product .mk-product-loop.compact-layout .mk-shop-item-detail {
    padding: 0;
}

.post-type-archive-product .mk-product-loop.compact-layout .mk-shop-item-detail .price {
    padding: 0;
    font-weight: normal;
    font-size: 16px;
}

.mk-product-loop.compact-layout .products .outofstock .price {
    display: none;
}

.mk-product-loop.compact-layout .products .outofstock .mk-out-stock {
    font-size: 16px;
}

.woocommerce-pagination .page-numbers li .page-numbers {
    background-color: #e2e5e1;
    color: #4c4c4c;
}

.woocommerce-pagination .page-numbers li .page-numbers.current {
    background-color: #000;
    color: #fff;
}

.woocommerce-result-count {
    display: none;
}

.kunstenaar .kunstwerken {
    background: #ececec url('/wp-content/uploads/2017/04/bg-overgaleriebonnard.png') bottom no-repeat!important;
}


/*vanaf hieronder ook van toepassing op gerelateerde producten op productpagina*/

.products .item .mk-product-holder {
    padding: 20px 10px;
}

.products .item .mk-product-holder:hover {
    box-shadow: 4px 4px 5px 0 #cdcdcd;
}

.mk-product-loop .products .mk-shop-item-detail {
    margin-bottom: 25px;
}

.mk-product-loop.compact-layout .products .product-kunstenaar {
    font-size: 20px;
    font-family: Arial;
    text-transform: none;
    margin-bottom: 5px;
}

.mk-product-loop.compact-layout .products .product-kunstenaar a {
    color: #263031;
    font-weight: 600;
}

.mk-product-loop.compact-layout .products .mk-shop-item-detail {
    min-height: 101px;
}

.mk-product-loop.compact-layout .products .product-title {
    font-size: 16px!important;
    font-family: arial;
    text-transform: none;
    padding: 0;
    margin-bottom: 0;
    font-weight: normal;
    /*min-height: 36px;*/
}

.mk-product-loop.compact-layout .products .product-info {
    font-size: 16px!important;
    font-family: arial;
    text-transform: none;
    padding: 0;
    margin-bottom: 10px;
    font-weight: normal;
    color: #263031!important;
}

.mk-product-loop.compact-layout .products .product-info a {
    color: #263031!important;
}

.mk-product-loop.compact-layout .products .product-title a {
    color: #263031;
    letter-spacing: 0px;
}

.mk-product-loop.compact-layout .products .mk-price {
    padding: 0;
    font-weight: normal;
}

.mk-product-loop .products .product-loop-thumb {
    position: relative;
    padding-bottom: 95%;
}

.mk-product-loop .products .product-loop-thumb img {
    vertical-align: middle;
    margin: 0 auto;
    height: 100%;
    object-fit: contain;
}

.mk-product-loop .products .product-loop-thumb a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}


/***** Productpagina *****/

.single-product #mk-page-introduce {
    display: none;
}

.single-product .tinvwl_add_to_wishlist_button {
    color: #000;
    font-size: 16px;
    margin-bottom: 5px;
    display: block;
}

.single-product .tinvwl_add_to_wishlist_button:before {
    content: "\f004";
    font-family: fontAwesome;
    color: #fff;
    background-color: #000;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    height: 22px;
    width: 22px;
    display: inline-block;
    margin-right: 15px;
}


/*.woocommerce div.product div.images img{
    height: 450px;
    width: auto;
    margin: 0 auto;
}*/

.single-product .woocommerce-product-gallery {
    border: 1px solid #cbcbcb;
    padding: 15px;
    margin-bottom: 10px;
}


/*.single-product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper{
    display: flex;
    flex-direction: column;
    height: 100%;
}

.single-product .woocommerce-product-gallery .woocommerce-product-gallery__image{
    height: 450px;
    display: flex!important;
    min-height: 100%;
	justify-content: center;
	align-items: center;
    flex-direction: column;
}

.single-product .woocommerce-product-gallery .woocommerce-product-gallery__image img{
    margin: 0 auto;
    max-height: 100%;
    width: auto!important;
}*/

.single-product .woocommerce-product-gallery .woocommerce-product-gallery__image {
    height: 450px;
}

.single-product .woocommerce-product-gallery .woocommerce-product-gallery__image a img {
    margin: 0 auto;
    max-width: 100%!important;
    max-height: 100%!important;
    width: auto!important;
    height: auto!important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    bottom: 19px;
    right: 14px;
    top: auto;
    background-color: #c83825;
    border-radius: 0;
}

.single-product h1.title {
    text-transform: none;
    margin-bottom: 0!important;
}

.single-product h2.kunstwerk-titel {
    text-transform: none;
    font-size: 17px;
    padding-bottom: 10px;
    border-bottom: 1px solid #cccccc;
}

.single-product .eigenschappen td {
    color: #959595;
}

.single-product .eigenschappen td.naam {
    font-weight: bold;
    color: #263031;
}

.single-product .outofstock .mk-single-price,
.single-product .outofstock .woocommerce-product-details__short-description {
    display: none;
}

.single-product .outofstock .mk-out-stock {
    color: #727272;
    margin-bottom: 15px;
    display: inline-block;
}

.single-product .woocommerce-Price-amount {
    font-size: 24px;
    color: #263031;
}

.single-product .btn-bezichtigen {
    background-color: #000;
    margin-left: 5px;
}

.single-product .btn-belterug {
    background-color: #000;
    margin-left: 5px;
}

.single-product .caldera-grid .row {
    margin: 0;
}

.single-product .wc-tabs {
    display: none;
}

.single-product .woocommerce-tabs h2 {
    font-weight: bold;
    text-transform: none;
    font-size: 24px!important;
}

.single-product .prevnext-links {
    width: 43%;
    clear: both;
}

.single-product .prevnext-links a {
    color: #40474f;
    font-size: 13px;
}

.single-product .prevnext-links a:hover {
    color: #c83825;
    font-size: 13px;
}

.single-product .prevnext-links .prev-link {
    float: left;
    margin-bottom: 20px;
}

.single-product .prevnext-links .next-link {
    float: right;
    margin-bottom: 20px;
}

.single-product .mk-post-nav {
    display: none;
}

.single-product .mk-main-wrapper-holder {
    overflow: hidden;
}

.single-product .related {
    background: url('/wp-content/uploads/2017/06/bg-overgaleriebonnard.png') bottom center no-repeat, #ececec;
    background-size: contain;
}

.single-product .related .products .item {
    width: 20%;
}

.single-product .related .products .item .mk-product-holder:hover {
    box-shadow: 4px 4px 5px 0 #cdcdcd;
}


/***** Pop-up Kopen en bekijken *****/

#cboxClose {
    right: 0;
    top: 0;
    margin: 2px 8px;
    color: transparent;
}

#cboxContent {
    max-width: 800px;
    margin: 0 auto!important;
    float: none!important;
    background: transparent;
}

#cboxLoadedContent {
    max-width: 100%;
    background-color: #fff!important;
    border: 1px solid black!important;
    border-radius: 5px;
    box-shadow: 4px 4px 5px 0 #888;
    margin: 5px;
}

.caldera_forms_form .intl-tel-input {
    width: 100%;
}

@media screen and (min-width: 1216px) {
    .single-product .related {
        width: calc(100vw);
        margin-left: calc(-1 * (50vw - 596px));
        padding: 0 calc(65px);
        box-sizing: border-box;
    }
    .single-product .related h2 {
        width: calc(1216px);
        margin-left: auto;
        margin-right: auto;
        margin-top: 25px;
    }
}

@media screen and (max-width: 960px) {
    .single-product .prevnext-links {
        width: 100%;
    }
}


/* kunstenaars overzicht pagina */

.kunstenaars-content ul li #popup .info .btn_popup {
    display: inline-block;
    background-color: #c83825!important;
    color: #ffffff;
    padding: 20px 20px;
    margin-top: 2.5%;
    margin-bottom: 2.7%;
    font-weight: normal;
    font-size: 87%;
    font-family: Arial;
    border-radius: 7px;
}

.kunstenaars-content ul {
    list-style: none !important;
    margin-left: 0px;
}

.kunstenaars-content ul li {
    margin-left: 0px;
    width: 18.44%;
    height: 18.44vw;
    margin-left: 1.3%;
    float: left;
    margin-bottom: 25px;
    line-height: 1px;
    position: relative;
    background-color: #aaaaaa;
    transition: all 0.2s;
    overflow: hidden;
}

.kunstenaars-content ul li:hover,
.kunstenaars-content ul li.hover {
    -webkit-box-shadow: 0px 2px 5px 3px rgba(119, 119, 119, 0.4);
    -moz-box-shadow: 0px 2px 5px 3px rgba(119, 119, 119, 0.4);
    box-shadow: 0px 2px 5px 3px rgba(119, 119, 119, 0.4);
}

.kunstenaars-content ul li .img,
.kunstenaars-content ul li .img-alt {
    /*width:100%;
	height:100%;
	vertical-align:middle;
	text-align:center;
	background-size: cover;
	background-position: 50% 50%;
	transition:all 0.5s ;
    -webkit-transition:all 0.5s ;
    -o-transition:all 0.5s ;
    -moz-transition:all 0.5s ;*/
    position: absolute;
    top: 50%;
    left: 50%;
    margin: auto;
    transform: translate(-50%, -50%);
    max-width: none;
    max-height: none;
    min-width: 100%;
    min-height: 100%;
    transition: all .1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
}

body.home .kunstenaars-content ul li:last-child:hover .img {
    opacity: 0.8;
}

.kunstenaars-content ul li .img-alt {
    display: none;
}

.kunstenaars-content ul li #popup {
    display: block;
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    height: auto;
    overflow: hidden;
    -webkit-transition: opacity 0.35s ease-in-out;
    -o-transition: opacity 0.35s ease-in-out;
    -moz-transition: opacity 0.35s ease-in-out;
    transition: opacity .35s ease-in-out;
}

.kunstenaars-content ul li #popup a.kunstwerken-link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
}

.kunstenaars-content ul li:not(:last-child):hover .img,
.kunstenaars-content ul li:not(:last-child).hover .img {
    /*background-size: contain;
	background-repeat: no-repeat;*/
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    min-width: unset;
    min-height: unset;
    position: absolute;
    transition: all .1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
}

.kunstenaars-content ul li:hover #popup a.kunstwerken-link {
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
}

.kunstenaars-content ul li #popup img {
    max-width: 100%;
    max-height: 100%;
    margin: 20px;
}

.kunstenaars-content ul li #popup .overlay {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 0;
    margin-top: 0 !important;
    /*transform: translateY(calc(100% - 65px));*/
    transform: translateY(+55px);
    -webkit-transition: transform 0.35s ease-in-out;
    -o-transition: transform 0.35s ease-in-out;
    -moz-transition: transform 0.35s ease-in-out;
    transition: transform .35s ease-in-out;
    height: 120px;
}

@media screen and (max-width: 765px) {
    .page-id-14716 .kunstenaars-content ul li #popup .overlay,
    .page-id-14716 .kunstenaars-content ul li:hover #popup .overlay {
        transform: translateY(0);
        height: 48px;
        padding-top: 5px;
        position: relative;
    }
}

.kunstenaars-content ul li #popup .overlay .oranje-blokje-link {
    background-color: transparent;
    color: white;
    height: 6px;
    padding-left: 18px;
    font-size: 13px;
    margin-top: 15px;
}

@media screen and (max-width: 765px) {
    .page-id-14716 .kunstenaars-content ul li #popup .overlay .oranje-blokje-link {
        margin-top: 0;
        padding-left: 9px;
        display: none;
    }
}

.post-type-archive-kunstenaar .kunstenaars-content ul li #popup .overlay {
    transform: translateY(60%);
    transform: translateY(calc(100% - 45px));
}

.kunstenaars-content ul li:hover #popup .overlay {
    transform: translateY(0);
}

.kunstenaars-content ul li #popup .overlay .btn_popup {
    width: 90%;
}

.kunstenaars-content ul li #popup .info {
    width: 90%;
    margin: 15px 0 0 5%;
    /*font-family: 'Raleway';*/
    /*font-size: 17px;*/
    color: #ffffff;
    line-height: 17px;
    z-index: 10000;
}

.kunstenaars-content ul li #popup .info .kunstenaar-name,
.kunstenaars-content ul li #popup .info .kunstenaar-text {
    text-transform: uppercase;
}

@media screen and (max-width: 765px) {
    .page-id-14716 .kunstenaars-content ul li #popup .info .btn_popup {
        display: none;
    }
}

@media screen and (min-width: 1725px) {
    .kunstenaars-content ul li #popup .info>.kunstenaar-name {
        font-size: 128%;
        font-family: Muli;
    }
}

@media screen and (min-width: 1350px) and (max-width: 1724px) {
    .kunstenaars-content ul li #popup .info>.kunstenaar-name {
        font-size: 100%;
        font-family: Muli;
    }
}

@media screen and (min-width: 1281px) and (max-width: 1349px) {
    .kunstenaars-content ul li #popup .info>.kunstenaar-name {
        font-size: 70%;
        font-family: Muli;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1080px) {
    .kunstenaars-content ul li #popup .info>.kunstenaar-name {
        font-size: 70%;
        font-family: Muli;
    }
}

@media screen and (min-width: 591px) and (max-width: 1024px) {
    .kunstenaars-content ul li #popup .info>.kunstenaar-name {
        font-size: 100%;
        font-family: Muli;
    }
}

@media screen and (min-width: 401px) and (max-width: 590px) {
    .kunstenaars-content ul li #popup .info>.kunstenaar-name {
        font-size: 70%;
        font-family: Muli;
    }
}

.kunstenaars-content ul li #popup div {
    pointer-events: none;
}

.kunstenaars-content ul li #popup a {
    pointer-events: auto;
}

.kunstenaars-content ul li #popup a.kunstenaar-link {
    display: inline-block;
    color: #a3a3a3;
    background-color: #e3e3e3;
    padding: 6px 11px;
    font-weight: normal;
    font-size: 84%;
    max-width: 84%
}

.kunstenaars-content ul li #popup a.kunstenaar-link i.fa {
    font-size: 119%;
}

@media handheld,
only screen and (max-width:1080px) {
    .kunstenaars-content ul li #popup .info {
        font-size: 1.8vw;
        line-height: 2.1vw;
    }
}


/*Mobiele weergave*/

@media handheld,
only screen and (max-width:768px) {
    .kunstenaars-content ul li #popup .info {
        margin-top: 20px;
        margin-left: 5%;
        font-size: 19px;
        line-height: 21px
    }
}

@media handheld,
only screen and (max-width:1280px) {
    .kunstenaars-content ul li {
        width: 23.75%;
        height: 23.75vw;
        margin-left: 1%;
        margin-bottom: 15px;
    }
}

@media handheld,
only screen and (max-width:1024px) {
    .kunstenaars-content ul li {
        width: 32%;
        height: 32vw;
        margin-bottom: 10px;
    }
}

@media handheld,
only screen and (max-width:768px) {
    .kunstenaars-content ul li {
        width: 48.5%;
        height: 48.5vw;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 765px) {
    .page-id-14716 .kunstenaars-content ul li {
        margin-bottom: 70px;
    }
}


/* expo overzicht pagina */

.single-expo #mk-page-introduce {
    display: none;
}

.expo .kunstwerken {
    margin-top: 20px;
}

.expo .kunstwerken h2 {
    margin-left: 1.3%;
}

.expo .kunstwerken ul {
    list-style: none !important;
    margin-left: 0px;
}

.expo .kunstwerken ul li {
    margin-left: 0px;
    width: 18.44%;
    height: 18.44vw;
    margin-left: 1.3%;
    float: left;
    margin-bottom: 25px;
    line-height: 1px;
    position: relative;
    background-color: #aaaaaa;
    transition: all 0.2s;
}

.expo .kunstwerken ul li:hover,
.expo .kunstwerken ul li.hover {
    -webkit-box-shadow: 0px 2px 5px 3px rgba(119, 119, 119, 0.4);
    -moz-box-shadow: 0px 2px 5px 3px rgba(119, 119, 119, 0.4);
    box-shadow: 0px 2px 5px 3px rgba(119, 119, 119, 0.4);
}

.expo .kunstwerken ul li .img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    background-size: cover;
    background-position: 50% 50%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

body.home .expo .kunstwerken ul li:last-child:hover .img {
    opacity: 0.8;
}

.expo .kunstwerken ul li .img-alt {
    display: none;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.expo .kunstwerken ul li #popup {
    display: block;
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    height: auto;
    overflow: hidden;
    -webkit-transition: opacity 0.35s ease-in-out;
    -o-transition: opacity 0.35s ease-in-out;
    -moz-transition: opacity 0.35s ease-in-out;
    transition: opacity .35s ease-in-out;
}

.expo .kunstwerken ul li:not(:last-child):hover .img,
.expo .kunstwerken ul li:not(:last-child).hover .img {
    background-size: contain;
    background-repeat: no-repeat;
}

.expo .kunstwerken ul li #popup img {
    max-width: 100%;
    max-height: 100%;
    margin: 20px;
}

.expo .kunstwerken ul li #popup .overlay {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 0;
    margin-top: 0 !important;
    /*transform: translateY(calc(100% - 65px));*/
    transform: translateY(+55px);
    -webkit-transition: transform 0.35s ease-in-out;
    -o-transition: transform 0.35s ease-in-out;
    -moz-transition: transform 0.35s ease-in-out;
    transition: transform .35s ease-in-out;
    height: 120px;
}

@media screen and (max-width: 765px) {
    .expo .kunstwerken ul li #popup .overlay,
    .expo .kunstwerken ul li:hover #popup .overlay {
        /*transform: translateY(0);
        height: 48px;
        position: relative;*/
        padding-top: 5px;
    }
}

@media screen and (max-width: 765px) {
    .expo .kunstwerken ul li #popup .overlay .oranje-blokje-link {
        margin-top: 0;
        padding-left: 9px;
        display: none;
    }
}

.expo .kunstwerken ul li #popup .overlay {
    transform: translateY(60%);
    transform: translateY(calc(100% - 65px));
}


/*.expo .kunstwerken ul li:hover #popup .overlay
{
	transform: translateY(0);
}*/

.expo .kunstwerken ul li #popup a.kunstwerk-link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
}

.expo .kunstwerken ul li:hover #popup a.kunstwerk-link {
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
}

.expo .kunstwerken ul li #popup .info {
    width: 90%;
    margin: 15px 0 0 5%;
    font-family: Muli!important;
    font-size: 17px;
    color: #ffffff;
    line-height: 17px;
    z-index: 10000;
}

.expo .kunstwerken ul li #popup .info .kunstenaar-name {
    text-transform: uppercase;
}

.expo .with-sidebar {
    width: 80%;
    float: left;
    margin-top: 50px;
}

.expo .expo-sidebar {
    margin-top: 62px;
    width: 18%;
    margin-right: 2%;
    background-color: #ececec;
    float: left;
    padding: 30px 20px;
    box-sizing: border-box;
}

.expo-jaren {
    list-style: none;
    margin: 0;
}

.expo-jaren li a {
    margin: 0;
    color: #000;
    font-size: 20px;
    font-weight: 600;
}

.expo .content .kunstenaars-namen {
    column-count: 4;
}

@media screen and (min-width: 1725px) {
    .expo .kunstwerken ul li #popup .info>.kunstenaar-name {
        font-size: 128%;
        font-family: Muli;
    }
}

@media screen and (min-width: 1350px) and (max-width: 1724px) {
    .expo .kunstwerken ul li #popup .info>.kunstenaar-name {
        font-size: 100%;
        font-family: Muli;
    }
}

@media screen and (min-width: 1281px) and (max-width: 1349px) {
    .expo .kunstwerken ul li #popup .info>.kunstenaar-name {
        font-family: Muli;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1080px) {
    .expo .kunstwerken ul li #popup .info>.kunstenaar-name {
        font-size: 70%;
        font-family: Muli;
    }
}

@media screen and (min-width: 591px) and (max-width: 1024px) {
    .expo .kunstwerken ul li #popup .info>.kunstenaar-name {
        font-size: 100%;
        font-family: Muli;
    }
}

@media screen and (min-width: 401px) and (max-width: 590px) {
    .expo .kunstwerken ul li #popup .info>.kunstenaar-name {
        font-size: 70%;
        font-family: Muli;
    }
}

.expo .kunstwerken ul li #popup div {
    pointer-events: none;
}

@media handheld,
only screen and (max-width:1080px) {
    .expo .kunstwerken ul li #popup .info {
        font-size: 1.8vw;
        line-height: 2.1vw;
    }
}

@media screen and (max-width: 1024px) {
    .expo .content .kunstenaars-namen {
        column-count: 4;
    }
}

@media screen and (max-width: 768px) {
    .expo .content .kunstenaars-namen {
        column-count: 2;
    }
}

@media screen and (max-width: 450px) {
    .expo .content .kunstenaars-namen {
        column-count: 1;
    }
}


/*Mobiele weergave*/

@media handheld,
only screen and (max-width:768px) {
    .expo .kunstwerken ul li #popup .info {
        margin-top: 20px;
        margin-left: 5%;
        font-size: 19px;
        line-height: 21px
    }
}

@media handheld,
only screen and (max-width:1280px) {
    .expo .kunstwerken ul li {
        width: 23.75%;
        height: 23.75vw;
        margin-left: 1%;
        margin-bottom: 15px;
    }
    .sliderbutton {
        font-size: 1.2vw!important;
        padding: 1.2vw!important;
        min-width: auto!important;
    }
}

@media handheld,
only screen and (max-width:1024px) {
    .expo .kunstwerken ul li {
        width: 32%;
        height: 32vw;
        margin-bottom: 10px;
    }
}

@media handheld,
only screen and (max-width:768px) {
    .expo .kunstwerken ul li {
        width: 48.5%;
        height: 48.5vw;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 765px) {
    .page-id-14716 .expo .kunstwerken ul li {
        margin-bottom: 70px;
    }
}


/***** Exposities archief *****/

.post-type-archive-expo .alm-listing li {
    width: 32%;
    margin: 0 0.6% 1.5%;
    float: left;
    box-sizing: border-box;
    border: 1px solid #e3e3e3;
    padding: 20px 10px;
    z-index: 10;
}

.post-type-archive-expo .alm-listing li:hover {
    box-shadow: 4px 4px 5px 0 #cdcdcd;
}

.post-type-archive-expo .alm-listing li img {
    width: 100%;
    position: relative;
    height: auto;
}

.post-type-archive-expo .alm-listing li a {
    font-size: 16px;
    color: #263031;
    letter-spacing: 0px;
}

.post-type-archive-expo .alm-listing li h3 {
    color: #263031;
    font-weight: 600;
    font-family: arial;
    font-size: 20px;
    margin-bottom: 5px;
    min-height: 52px;
}

@media screen and (max-width: 1140px) {
    .post-type-archive-expo .alm-listing li {
        width: 48%;
        margin: 0 1% 10px;
    }
}

@media screen and (max-width: 500px) {
    .post-type-archive-expo .alm-listing li {
        width: 98%;
        margin: 0 1% 10px;
    }
}


/***** Ajax Load More *****/

.alm-btn-wrap {
    display: block;
    text-align: center;
    padding: 10px 0 25px;
    position: relative
}

.alm-btn-wrap:after {
    display: table;
    clear: both;
    height: 0;
    width: 100%;
    content: ''
}

.alm-btn-wrap .alm-load-more-btn {
    font-size: 15px;
    font-weight: 600;
    width: auto;
    height: 42px;
    line-height: 42px;
    background: #ed7070;
    color: #fff;
    border: none;
    border-radius: 4px;
    margin: 0 0 4px;
    padding: 0 20px;
    display: inline-block;
    position: relative;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    text-align: center;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer
}

.alm-btn-wrap .alm-load-more-btn.loading,
.alm-btn-wrap .alm-load-more-btn:hover {
    background-color: #e06464;
    color: #fff;
    text-decoration: none
}

.alm-btn-wrap .alm-load-more-btn:active {
    -webkit-box-shadow: inset 0 2px 1px rgba(0, 0, 0, .1);
    box-shadow: inset 0 2px 1px rgba(0, 0, 0, .1);
    text-decoration: none
}

.alm-btn-wrap .alm-load-more-btn.loading {
    cursor: default;
    outline: 0;
    padding-left: 44px
}

.alm-btn-wrap .alm-load-more-btn.done {
    cursor: default;
    opacity: .15;
    background-color: #ed7070;
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.alm-btn-wrap .alm-load-more-btn.done:before,
.alm-btn-wrap .alm-load-more-btn:before {
    background: 0 0;
    width: 0
}

.alm-btn-wrap .alm-load-more-btn.loading:before {
    background: #fff url('/wp-content/plugins/ajax-load-more/core/img/ajax-loader.gif') no-repeat center center;
    width: 30px;
    height: 30px;
    margin: 6px;
    border-radius: 3px;
    display: inline-block;
    z-index: 0;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    -webkit-transition: width .5s ease-in-out;
    transition: width .5s ease-in-out
}

.alm-listing .alm-reveal {
    outline: 0
}

.alm-listing .alm-reveal:after {
    display: table;
    clear: both;
    height: 0;
    width: 100%;
    content: ''
}

.alm-listing .alm-paging-content>li,
.alm-listing .alm-reveal>li,
.alm-listing>li {
    position: relative;
    list-style: none;
}


/***** Nieuwsbrievenpagina *****/

.mailpoet_archive {
    margin: 0;
    list-style: none;
}

.mailpoet_archive li {
    margin: 0;
}

.mailpoet_archive .mailpoet_archive_date {
    min-width: 130px;
    margin-right: 10px;
    display: inline-block;
}

.mailpoet_archive .mailpoet_archive_subject a:before {
    font-family: "FontAwesome";
    content: "\f1ea";
    margin-right: 5px;
}


/***** COOKIE MELDING *****/

.mk-footer-copyright {
    float: none;
    display: block;
    text-align: center;
}

#catapult-cookie-bar {
    background-color: rgba(0, 0, 0, 0.85) !important;
    font-size: 13px !important;
}

#catapult-cookie-bar a {
    color: #c83825 !important;
    transition: color .1s ease-in-out;
    -webkit-transition: color .1s ease-in-out;
}

#catapult-cookie-bar a:hover {
    color: #d95a49 !important;
    transition: color .1s ease-in-out;
    -webkit-transition: color .1s ease-in-out;
}

button#catapultCookie {
    padding: 9px 12px !important;
    border-radius: 6px !important;
    background-color: #c83825 !important;
    text-transform: uppercase !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    letter-spacing: 1px !important;
    transition: color .1s ease-in-out, background .1s ease-in-out, border .1s ease-in-out;
    -webkit-transition: color .1s ease-in-out, background .1s ease-in-out, border .1s ease-in-out;
}

button#catapultCookie:hover {
    background-color: #d95a49 !important;
    transition: color .1s ease-in-out, background .1s ease-in-out, border .1s ease-in-out;
    -webkit-transition: color .1s ease-in-out, background .1s ease-in-out, border .1s ease-in-out;
}

.pswp__bg {
    background: rgba(0, 0, 0, .85) !important;
}

.mk-product-loop.compact-layout {
    margin: 0px !important;
}


/***** Nieuwspagina *****/

.mk-blog-newspaper-item .the-title {
    min-height: 110px;
}

.mk-love-holder {
    display: none !important;
}

.mk-readmore svg {
    display: none;
}

.mk-blog-newspaper-item .mk-readmore {
    background-color: black;
    padding: 12px 8px;
    border-radius: 3px;
    color: white !important;
}

.mk-blog-newspaper-item .mk-readmore:hover {
    background-color: #c83825 !important;
}

.mk-blog-container .featured-image:hover .post-type-badge {
    content: url('/wp-content/uploads/2020/03/logo-bonnard.png') !important;
    width: 165px;
    height: 50px;
    margin: -25px 0 0 -85px;
}

.post-type-badge svg {
    display: none;
}

.vbox-close {
    right: 10px!important;
    font-size: 40px!important;
}

.vbox-close:hover {
    color: #c83825 !important;
}

@media (min-width: 992px) {
    .vbox-inline,
    .venoframe {
        height: 85vh;
        max-width: 60vw
    }
}

.vbox-container img {
    max-height: 90vh
}