/*
Theme Name: Storefront Child
Theme URI: https://wordpress.org/themes/storefront/
Description: Child theme for the Storefront theme
Author: Your Name
Template: storefront
Version: 1.0
*/

/* Apply global font and colors site-wide */
body {
    background: linear-gradient(180deg, #fef5ee 80%, #57c78500 20%);
    color: #000000;
    font-family: 'Barlow', sans-serif !important;
    line-height: 1.6;
}
.hentry {
    margin: 0 !important;
}

/* Product-archive */
body.archive div#content .wpb_single_image {
    background: #fef5ee !important;
}

/* Headings */
h1, h2{
  color: #ea5097;
  font-family: 'Cantata One', sans-serif;
  font-weight: 600;
}
h3, h4, h5, h6 {
  color: #000000;
  font-family: 'Cantata One', sans-serif;
  font-weight: 600;
	line-height: 1.4;
}
p, span {
  color: #434343;
  font-family: 'Barlow', sans-serif;
  font-weight: 400;
  font-size: 1.05em;
}


/* --- Header & Footer Font Override --- */
header, footer,
.site-header, .site-footer,
.main-navigation a, 
.site-branding .site-title, 
.site-branding .site-description,
.footer-widgets, 
.site-info, 
.footer-menu a {
    font-family: 'Barlow', sans-serif !important;
    font-weight: 400;
}

/* single post header */

/* Pink menu part */
section#p-single-pink-memu {
    max-width: 100% !important;
    padding: 10px 40px;
    background: #e83b8e;
}
section#p-single-pink-memu ul#menu-2nd-menu-1 {
    margin: 0px;
    list-style: none;
    display: flex;
    justify-content: flex-end;
    gap: 25px;
}
section#p-single-pink-memu ul#menu-2nd-menu-1 li a {
    font-size: 18px;
    text-decoration: none;
    color: white;
    text-transform: uppercase;
}
section#p-single-pink-memu ul#menu-2nd-menu-1 li a:hover {
    color: black;
}


/* Links */
a {
  color: #ea5097;
  text-decoration: none !important;
}
a:hover {
  color: #ea5097;
}
a:focus, input:focus, textarea:focus, button:focus {
    outline: 0px solid #7f54b3;
}
/* container-width */
.col-full {
    max-width: 1260px;
	padding: 0px;
}
footer#colophon .col-full {
    max-width: 70%;
}
div#primary, main#main, article#post-200 {
    margin-bottom: 0px;
}


/* -------------------Body css start-------------------- */
/* Site header */
/* logo */
header#masthead {
    background: #fff !important;
    display: flex;
    align-items: center;
    padding: 0px 40px;
    margin-bottom: 0px;
}
header#masthead .col-full {
	width: 30%;
	margin: 0px !important;
}
#masthead .site-branding {
    width: 100%;
    margin: 15px 0px;
}
#masthead .site-branding img.custom-logo {
    max-width: 100% !important;
}

/* menu */
#masthead .storefront-primary-navigation {
    width: 67%;
    display: flex;
    justify-content: flex-end;
}
#masthead .storefront-primary-navigation .col-full {
    width: 100%;
}
#masthead .storefront-primary-navigation nav#site-navigation {
    display: none;
}
#masthead .storefront-primary-navigation nav.secondary-navigation {
    width: 100%;
    margin: 0px;
}
#masthead .storefront-primary-navigation nav.secondary-navigation ul li a {
    font-weight: 500;
    color: #000;
    font-size: 18px;
    padding: 6px 15px;
}
#masthead .storefront-primary-navigation nav.secondary-navigation ul li a:hover {
    color: #e63c8d;
}
#masthead .storefront-primary-navigation nav.secondary-navigation ul li.current-menu-item a {
    font-weight: 500;
    color: #e83b8d;
    font-size: 18px;
    padding: 6px 15px;
}
#masthead .storefront-primary-navigation nav.secondary-navigation ul li:nth-child(5) > a {
    background: #e83b8d !important;
    color: white !important;
    border-radius: 30px;
}

/* cart */
#masthead ul#site-header-cart {
    width: 3%;
}
#masthead ul#site-header-cart a.cart-contents {
    padding: 0px !important;
}
#masthead ul#site-header-cart a.cart-contents:after {
    font-size: 25px;
    line-height: .8em;
    color: #ea5097;
}
#masthead ul#site-header-cart a.cart-contents span {
    display: none;
}
#masthead ul#site-header-cart .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content {
    position: absolute;
    right: 0;
    width: 260px;
    background: #fffbf8;
    border-radius: 8px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
}
#masthead ul#site-header-cart p.woocommerce-mini-cart__buttons.buttons a.button.wc-forward {
    background: #eb579b;
    color: #fff;
    border-radius: 4px;
}
#masthead ul#site-header-cart p.woocommerce-mini-cart__buttons.buttons a {
    background: #000 !important;
    color: #fff;
    border-radius: 4px;
}
#masthead ul#site-header-cart p.woocommerce-mini-cart__buttons.buttons a:hover {
    background: #eb579b !important;
}
#masthead ul#site-header-cart p.woocommerce-mini-cart__buttons.buttons a.checkout {
    background: #eb579b !important;
    color: #fff;
    border-radius: 4px;
}
#masthead ul#site-header-cart p.woocommerce-mini-cart__buttons.buttons a.checkout:hover {
    background: #000 !important;
}


/* Pink btn */
.pink-btn p a {
    background: #e83b8d;
    color: white !important;
    padding: 12px 40px;
    text-decoration: none !important;
    border-radius: 30px;
    font-size: 20px;
    font-weight: 400;
	transition: 0.5s;
}
.pink-btn p a:hover {
    background: #000;
}

footer#colophon.site-footer {
    background: white !important;
}
.footer-widgets.row-1.col-4.fix {
	display: flex;
}
.footer-widgets.row-1.col-4.fix .block {
    margin: 0px;
    width: 20%;
}
.footer-widgets.row-1.col-4.fix .block.footer-widget-2 {
    width: 40%;
    padding-right: 8em;
}
.footer-widgets.row-1.col-4.fix .block.footer-widget-2 div#media_image-4 {
    margin-bottom: 15px;
}
.footer-widgets.row-1.col-4.fix .block.footer-widget-2 img {
    width: 100%;
    margin-left: -90px;
}
.footer-widgets.row-1.col-4.fix .block.footer-widget-2 div#text-2 {
    margin-bottom: 40px;
}

.site-footer p a:hover {
    color: #e83b8d !important;
}
.block.footer-widget-4 p {
    position: relative;
    width: fit-content;
}
.block.footer-widget-4 p img.wp-image-609.alignnone {
    position: absolute;
    right: -80px;
    top: 0;
}
footer#colophon.site-footer .site-info {
    padding: 20px 0px 0px 0px;
    width: 60%;
    margin: auto;
    text-align: center;
	font-size: 0.85em;

}
.vc_row {
    margin-right: 0px;
    margin-left: 0px;
}

@media (max-width: 1200px) {
	#masthead .storefront-primary-navigation nav.secondary-navigation ul li a {
    padding: 8px;
}
	
/* 	Home */
	.vc_column_container>.vc_column-inner {
    padding-left: 0px;
    padding-right: 0px;
}
	
	
	.footer-widgets.row-1.col-4.fix .block.footer-widget-2 img {
    width: 100%;
    margin-left: -60px;
}
	.footer-widgets.row-1.col-4.fix .block.footer-widget-2 {
    width: 40%;
    padding-right: 4em;
}
	.footer-widgets.row-1.col-4.fix .widget_text h2 {
    font-size: 24px !important;
}
	footer#colophon .col-full {
    max-width: 100%;
}
	footer#colophon.site-footer .site-info {
    width: 80%;
}
}

@media (max-width: 768px) {
/* 	header */
header#masthead {
    display: flex;
    flex-direction: row;
    padding: 0px 15px;
}
header#masthead .col-full {
    width: 100% !important;
    display: flex;
    justify-content: space-between;
}
header#masthead .storefront-primary-navigation .col-full {
    width: 100% !important;
    display: flex;
    justify-content: flex-end;
}
	#masthead .storefront-primary-navigation nav#site-navigation {
    display: block;
}
	.site-branding {
    margin: 5px 0px !important;
    width: 240px !important;
}
	
	button#site-navigation-menu-toggle {
    padding: 0px 0px 0px 40px;
}

	button:focus {
    outline: none !important;
    border: none !important;
}
	.handheld-navigation {
    position: absolute;
    top: 50px;
    right: 10px;
    background: white;
    padding: 0px;
    box-shadow: 0px 0px 24px 0px hwb(0deg 0% 100% / 15%);
    border-radius: 8px;
    width: 200px !important;
}
	.handheld-navigation ul li a {
    padding: 6px 10px;
    border-bottom: 1px solid #ebebeb;
}
	footer#colophon .col-full {
    margin: 0px 15px !important;
}
	.footer-widgets.row-1.col-4.fix {
    display: flex;
    flex-wrap: wrap;
}
	.footer-widgets.row-1.col-4.fix .block {
    width: 50% !important;
}
	.footer-widgets.row-1.col-4.fix .block.footer-widget-2 {
    padding-right: 0em;
}
	.footer-widgets.row-1.col-4.fix .block.footer-widget-2 img {
    width: 100%;
    margin-left: -40px;
}
	.footer-widgets.row-1.col-4.fix .block.footer-widget-2 div#text-2 {
    margin-bottom: 0px;
}
	.footer-widgets.row-1.col-4.fix .widget_text h2 {
    font-size: 20px !important;
}
	.wpb_text_column.pink-btn {
    padding-top: 15px !important;
    margin-bottom: 0px !important;
}
	.wpb_text_column.pink-btn p a {
    padding: 8px 20px !important;
    font-size: 18px !important;
    font-weight: 400 !important;
}
}

@media (max-width: 440px) {
	header#masthead {
    display: flex;
    flex-direction: column !important;
    padding: 40px !important;
}
	#masthead .site-branding {
    width: 100% !important;
}
	#masthead .storefront-primary-navigation {
    width: 100%;
    background: #e83b8d;
    border-radius: 2px;
}
	header#masthead .storefront-primary-navigation .col-full {
    width: 100% !important;
    display: flex;
    justify-content: center;
}
	button#site-navigation-menu-toggle {
    background: #e83b8d;
}
	button#site-navigation-menu-toggle.menu-toggle::before, button.menu-toggle::after {
    background: white;
}
	button#site-navigation-menu-toggle.menu-toggle span {
    color: white;
    margin-left: 8px;
}
	button#site-navigation-menu-toggle.menu-toggle span::before {
    background: white;
}
	.handheld-navigation {
    position: absolute;
    right: 10px;
    top: 85%;
    background: white;
    padding: 0px 10px;
    box-shadow: 0px 0px 24px 0px hwb(0deg 0% 100% / 15%);
    border-radius: 8px;
    width: 95% !important;
}
	.handheld-navigation #menu-mobile-menu li a:hover {
    color: #ea5097;
}
	
	.footer-widgets.row-1.col-4.fix .block.footer-widget-2 img {
    width: 80%;
    margin-left: 0px;
}
	.footer-widgets.row-1.col-4.fix .block {
    width: 1000% !important;
}
	.footer-widgets.row-1.col-4.fix .block div#media_image-5 {
    margin-bottom: 0px;
}
	.footer-widgets.row-1.col-4.fix .block div#media_image-5 img {
    margin: auto;
}
	.footer-widgets.row-1.col-4.fix .block.footer-widget-2 img {
    width: 80%;
    margin: auto;
}
	.footer-widgets.row-1.col-4.fix .block.footer-widget-2 div#text-2 p {
    margin-bottom: 0px;
    text-align: center;
}
	footer#colophon.site-footer .site-info {
    width: 100%;
    padding: 0;
}
	.wpb_text_column.pink-btn p a {
    font-size: 15px !important;
}
}


/* single-product-page */

.single-product div.product {
    overflow: unset !important;
}
.single-product div.product section#home-menu {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
section#single-page-box {
    left: 0px !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0px 40px 40px 40px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    z-index: 99;
}
#single-page-box div#shop-muco-sec {
    padding-bottom: 0px !important;
}


section#single-page-box div#product-section div#product-image-sec {
	width: 40%;
}
section#single-page-box div#product-section div#product-content-sec {
	width: 60%;
}

.wpbforwpbakery_product_image .woocommerce-product-gallery {
    margin-bottom: 20px !important;
}
.wpbforwpbakery_product_image .woocommerce-product-gallery ol li {
    margin: 0px 20px 0px 0px !important;
    border: 1px solid #ea5097;
    border-radius: 8px;
    overflow: hidden;
}
.woocommerce-product-gallery__wrapper a {
    display: flex;
    justify-content: center;
    border: 1px solid #ea5097;
    border-radius: 12px;
    overflow: hidden !important;
}
.woocommerce-product-gallery__wrapper a img {
    width: 100%;
}

/* Cart and checkout page */
form.woocommerce-cart-form button.button {
    background: #ea5097;
    color: white;
    border-radius: 30px !important;
}
form.woocommerce-cart-form button.button:hover {
    background: #000;
}
.cart-collaterals a.checkout-button.button.alt.wc-forward {
    background: #ea5097;
    color: white;
    padding: 12px !important;
    font-size: 18px;
    border-radius: 30px;
}
.cart-collaterals a.checkout-button.button.alt.wc-forward:hover {
    background: #000;
}

button#place_order {
    background: #ea5097;
    color: white;
    border-radius: 30px !important;
    padding: 12px;
    font-size: 18px !important;
    margin-top: 15px;
}
button#place_order:hover {
    background: #000;
}
.woocommerce-info {
    background-color: #ea5097;
}

/* single-post-page */
main.single-post-area.muco-single-post-page .post-container.muco-section {
    margin: 80px 15px 0px 15px !important;
    padding: 60px !important;
    background: #fff !important;
}

/* -----------------------------------Home---------------------------------- */
.storefront-breadcrumb {
    display: none;
}
h1.entry-title {
    display: none;
}
#home-menu .widget.widget_nav_menu {
    margin: 0 30px !important;
}
#home-menu .menu-2nd-menu-container ul#menu-2nd-menu-1 {
    display: flex;
    justify-content: flex-end;
    gap: 25px;
}
#home-menu .menu-2nd-menu-container ul#menu-2nd-menu-1 li {
    margin-bottom: 0px;
    padding: 0px !important;
}
#home-menu .menu-2nd-menu-container ul#menu-2nd-menu-1 li:before {
    display: none;
}
#home-menu .menu-2nd-menu-container ul#menu-2nd-menu-1 li a {
	font-size: 18px;
    text-decoration: none;
	color: white;
	text-transform: uppercase;
}
#home-menu .menu-2nd-menu-container ul#menu-2nd-menu-1 li a:hover {
	color: black;
}
section#home-menu {
    padding: 10px 0px;
}
#home-menu .wpb_content_element {
    margin-bottom: 0 !important;
}

/* Banner-sec */
section#banner-text h1.vc_custom_heading {
    margin-bottom: 25px;
}
section#banner-text h2 span {
    font-family: Barlow;
    font-weight: 400;
    font-size: 32px;
	position: relative;
}
.banner-element::before {
    content: ' ';
    height: 100%;
    width: 100%;
    background: url(https://www.effhosting.nl/muco/wp-content/uploads/2025/10/Website-elements-2.png);
    background-size: contain;
    position: absolute;
    top: -18px;
    left: 15px;
    background-repeat: no-repeat;
}

.tpo-banner-element::before {
    content: ' ';
    height: 100%;
    width: 100%;
    background: url(https://www.effhosting.nl/muco/wp-content/uploads/2025/10/Website-elements-2.png);
    background-size: contain;
    position: absolute;
    top: -18px;
    left: -110px;
    background-repeat: no-repeat;
}

/* Zo help je mee section */
/* .vc_row.wpb_row.vc_row-fluid h2#zo-help-h2 {
    margin: 30px;
} 
*/

div#zo-help-sec .zo-help-sec-card {
    padding: 10px;
}
div#zo-help-sec .vc_column-inner .wpb_wrapper .wpb_content_element {
    margin-bottom: 10px;
}

div#zo-help-sec .pink-btn p a {
    background: #e83b8d;
    color: white !important;
    padding: 12px 40px;
    text-decoration: none !important;
    border-radius: 30px;
    font-size: 20px;
    font-weight: 400 !important;
	transition: 0.5s;
}
div#zo-help-sec .pink-btn p a:hover {
    background: #000;
}
/* specialist section */
div#specialist-sec .spe-user {
    display: flex;
    justify-content: center;
    flex-direction: column-reverse;
    gap: 20px;
}

div#specialist-sec .spe-user h2 {
    font-weight: 500;
    font-size: 26px;
    color: #383735;
}
div#specialist-sec .spe-user img {
    width: 130px;
}

/* Mooie verhalen section */
.vc_grid.vc_row.vc_grid-gutter-30px .vc_pageable-slide-wrapper {
    margin-right: 0px;
}
.vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item {
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 30px;
}
div#mooie-verhalen-row .vc_column-inner .wpb_wrapper .wpb_content_element {
    margin-bottom: 10px;
}
div#mooie-verhalen-row {
    display: flex;
    gap: 40px;
}
div#mooie-verhalen-row .mooie-verhalen-sec-card {
    border-radius: 0px 30px 0px 30px !important;
    overflow: hidden;
    box-shadow: 0px 0px 24px 0px rgb(0 0 0 / 20%);
}
div#mooie-verhalen-row .mooie-verhalen-sec-card img {
    border-radius: 0px 0px 0px 30px;
    height: 250px;
    object-fit: cover;
    width: 860px;
}
div#mooie-verhalen-row .mooie-verhalen-sec-card h3 {
    font-weight: 500;
    font-size: 26px;
	line-height: 1.2em;
    color: #383735;
}
div#mooie-verhalen-row .mooie-verhalen-sec-card .mooie-verhalen-card-btn p a {
    background: transparent;
    color: #ea5097 !important;
    padding: 5px 10px;
    text-decoration: none !important;
	border: 1px solid #ea5097;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 400;
	transition: 0.5s;
}
div#mooie-verhalen-row .mooie-verhalen-sec-card .mooie-verhalen-card-btn p a:hover {
    background: #fadceb;
}

/* Ons doel section */
#ons-doel section.vc_cta3-container {
    margin-bottom: 0px !important;
}
/* after Ons doel section */
/* Blijf op section */
section#Blijf-op-sec .vc_column-inner {
    width: 100% !important;
    max-width: 1290px !important;
}
section.vc_section.vc_custom_1760804493448.vc_section-has-fill {
    padding-left: 0px !important;
    padding-right: 0px !important;
}


/* Footer top section */
div#f-top-sec div#f-top-btn-sec .wpb_wrapper {
    display: flex;
    justify-content: center;
    gap: 50px;
}

/* Help me page */
div#mooie-verhalen-row .Help-sec-card {
    border: 2px solid #e83b8d !important;
    border-radius: 20px !important;
    overflow: hidden;
    box-shadow: none;
}
div#mooie-verhalen-row .Help-sec-card img {
    border-radius: 0px;
}
div#mooie-verhalen-row .Help-sec-card h3 {
    font-size: 32px;
    line-height: 1.2em;
    color: #e83b8d;
}


/*----------------Contact page--------------- */
#Contact-sec h2.vc_custom_heading {
    margin-bottom: 0px;
}

#Contact-sec div#wpcf7-f62-p467-o1 span, textarea {
    font-size: 20px;
}
#Contact-sec div#wpcf7-f62-p467-o1 input, textarea {
    width: 100%;
    background: transparent;
    border: 2px solid #ddd;
    border-radius: 8px;
    box-shadow: none !important;
    padding: 12px;
}
#Contact-sec div#wpcf7-f62-p467-o1 input:focus, textarea:focus {
    background: #ededed;
}
#Contact-sec input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #e83b8d !important;
    width: fit-content !important;
    padding: 12px 40px !important;
    border: none !important;
    border-radius: 30px !important;
    font-size: 18px !important;
    font-weight: 600;
}
#Contact-sec input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    background: #000 !important;
}


#contact-sec-help-mee input {width: 100%; background-color: #ffffff; border: solid #ddd 2px; border-radius: 8px; box-shadow: none;}


/* Post Grid Title Styling */
.vc_gitem-post-data {
    margin-bottom: 0px;
}

.vc_gitem-post-data-source-post_title h4 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 3em;
    line-height: 1.5em;
	margin-bottom: 0px;
}

@media (max-width: 768px) {
    .vc_gitem-post-data-source-post_title h4 {
        -webkit-line-clamp: 2;
        min-height: auto;
    }
}




.post-grid-excerpt {
	max-height: 100px;
	overflow:hidden
}

.gallery.gallery-columns-3 .gallery-item {
    margin-bottom: 30px;
}

.pink-doneer-btn {
background: #e83b8d;
color: white !important;
padding: 12px 40px;
text-decoration: none !important;
border-radius: 30px;
font-size: 20px;
font-weight: 400 !important;
transition: 0.5s;
margin: 0 0 0 0;
	display: inline-block;
	width: auto;
}

/* Shop page */
#shop-products ul.products.columns-3 {

}
#shop-products li {
    border: 1.5px solid #e34884;
    border-radius: 16px;
    overflow: hidden;
    padding: 25px 15px;
}
#shop-products li h2.woocommerce-loop-product__title {
    font-size: 22px;
    color: #444444;
    margin-bottom: 10px;
}
span.woocommerce-Price-amount.amount, span {
    font-size: 22px;
    color: #ea5097;
}
#shop-products li a.button.product_type_simple {
    background: #f73590;
    padding: 10px 40px;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2em;
}
#shop-products li a.button.product_type_simple:hover {
    background: #000;
}

.storefront-sorting {
    display: none;
}

/* Onderzoek page */

.Onde-page-box-sec-content2 .specialist-sec-text .vc_cta3-content h3, .Onde-page-box-sec-content2 .specialist-sec-text .vc_cta3-content p {
    text-align: right !important;
}

.Onde-page-box-sec .pink-btn::before {
    content: "";
    position: absolute;
	height: 50px;
    width: 50px;
    background-image: url(https://www.effhosting.nl/muco/wp-content/uploads/2025/10/Website-elements.png);
    background-repeat: no-repeat;
	background-size: contain;
    right: 40px;
}
.Onde-page-box-sec-content2 .pink-btn::before {
    content: "";
    position: absolute;
    height: 50px;
    width: 50px;
    background-image: url(https://www.effhosting.nl/muco/wp-content/uploads/2025/10/Website-elements.png);
    background-repeat: no-repeat;
    background-size: contain;
    left: 40px;
}
.Onde-page-box-sec-content2 .pink-btn .wpb_wrapper p {
    text-align: right !important;
}


/*-----------post-grid-------------*/
.vc_gitem-animated-block {
    width: 100%;
}
.vc_grid-item-mini.vc_clearfix {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: white;
    box-shadow: 0px 2px 24px 0px rgb(0 0 0 / 15%);
    border-radius: 4px 30px 4px 30px;
    background: white;
    overflow: hidden;
}
.vc_grid-item-mini.vc_clearfix img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.vc_grid-item-mini.vc_clearfix .vc_col-sm-12.vc_gitem-col.vc_gitem-col-align- {
    padding: 25px;
    background: white;
}
.vc_grid-item-mini.vc_clearfix .vc_col-sm-12.vc_gitem-col.vc_gitem-col-align- h4 {
    font-size: 28px;
    font-weight: 400;
}
.vc_grid-item-mini.vc_clearfix .vc_btn3-container.vc_btn3-left {
	text-align: right;
}
.vc_grid-item-mini.vc_clearfix .vc_btn3-container.vc_btn3-left a {
    color: #ea5097 !important;
    padding: 8px 15px;
    text-decoration: none !important;
    border: 1px solid #ea5097;
    border-radius: 30px;
    font-size: 18px;
    line-height: 1.1;
    font-weight: 400;
    transition: 0.5s;
    background: transparent;
    margin-top: 20px;
}
.vc_grid-item-mini.vc_clearfix .vc_btn3-container.vc_btn3-left a:hover {
    background: #fadceb;
}
div#shop-products ul.products li.product h2 {
    font-size: 22px !important;
}


/* footer- top-shape */
div#f-top-sec-shape {
    overflow: visible !important;
}

/* ----------------------------------------Responsive part------------------------------------------- */
@media (max-width: 1200px) {
	/* 	common style */
	h2 {
    font-size: 42px !important;
}
	section#banner-text h1.vc_custom_heading {
    font-size: 52px !important;
}
	/* 	zo help section */
	
div#zo-help-sec {
    padding: 0px 15px 20px 15px !important;
}
div#zo-help-sec .zo-help-sec-card {
    padding: 10px !important;
}
	div#zo-help-sec .zo-help-sec-card .vc_single_image-wrapper {
    display: flex;
    justify-content: center;
}
	div#zo-help-sec .zo-help-sec-card .wpb_single_image img {
    max-width: 70% !important;
}
	div#zo-help-sec .zo-help-sec-card h2 span {
    font-size: 24px !important;
}
	
/* specialist section */
	div#specialist-sec section.vc_cta3-container.vc_cta3-size-sm {
    width: 85%;
}
	div#specialist-sec .spe-user h2 {
    font-size: 22px !important;
}
	
/* Mooie verhalen section */
	div#mooie-verhalen-row {
    display: flex;
    row-gap: 0px !important;
    column-gap: 20px !important;
}
	div#mooie-verhalen-row .mooie-verhalen-sec-card h3 {
    font-size: 22px !important;
}
	div#f-top-sec section.vc_cta3-container.vc_cta3-size-xs {
    width: 85% !important;
    margin-bottom: 20px !important;
}
	div#f-top-sec div#f-top-btn-sec .wpb_wrapper {
    row-gap: 0px !important;
    column-gap: 20px !important;
}
	section#mooie-verhalen-sec .vc_row.wpb_row.vc_row-fluid.vc_custom_1760888683959 {
    padding: 40px 40px 80px 40px !important;
}
	
/* 	Contact page */
	section#contact-wil-je-sec {
    padding: 20px 0px !important;
}
	div#Contact-sec {
    padding: 20px !important;
}
	#Contact-sec h2.vc_custom_heading {
    font-size: 34px !important;
}
	
/* 	Shop Page */
	div#shop-muco-sec {
    padding: 20px !important;
}
	div#shop-products h2.vc_custom_heading {
    margin: 0px !important;
}
	.storefront-full-width-content .site-main #shop-products ul.products.columns-3 li.product {
    margin: 0px 20px 30px 0px;
    width: 31.3%;
}
	#shop-products li h2.woocommerce-loop-product__title {
    font-size: 22px !important;
    color: #444444;
    margin-bottom: 25px;
}
	div#shop-products ul.products li.product h2 {
    font-size: 20px !important;
}
	section#shop-f-top-sec-shape div#f-top-sec-shape {
    margin-top: -100px !important;
}
	
/* 	Product single page */
	section#single-page-box {
    padding: 0px 10px 40px 10px !important;
}
	div#shop-muco-sec h2#zo-help-h2 {
    margin-bottom: 10px;
}
	section#single-page-box section#Contact-sec-wil-je {
    margin: 0px !important;
}
	div#product-image-sec ol li {
    width: 15%;
    margin-right: 12px !important;
}
	
/* Onderzoek page */
	section#mooie-verhalen-sec section#mooie-verhalen-sec-title .vc_general {
    padding: 20px !important;
}
	section#mooie-verhalen-sec.Onde-page-box-sec {
    padding: 0px !important;
}
	.Onde-page-box-sec-content .vc_column-inner {
    padding: 0px 15px 0px 40px !important;
}
	.Onde-page-box-sec-content2 .vc_column-inner {
    padding: 0px 40px 0px 15px !important;
}
	section#mooie-verhalen-sec section#mooie-verhalen-sec-f-title
 .vc_general {
    padding: 20px !important;
}


	.vc_grid-item-mini.vc_clearfix .vc_col-sm-12.vc_gitem-col.vc_gitem-col-align- h4 {
    font-size: 24px;
}
	
/* 	English page */
	div#english-page {
    padding: 40px !important;
}
}


/* for tablets */
@media (max-width: 767px) {
	.col-full {
    margin-left: 0px;
    margin-right: 0px;
}

	/* 	common style */
	h2 {
    font-size: 34px !important;
}
	div#f-top-sec div#f-top-btn-sec .wpb_wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
	
/* 	home menu */
	#home-menu .menu-2nd-menu-container ul#menu-2nd-menu-1 {
    display: flex;
    justify-content: center !important;
}
	section#home-menu .vc_column-inner {
    padding: 0px !important;
}
	section#home-menu .widget.widget_nav_menu {
    margin: 0px !important;
}
	#home-menu .menu-2nd-menu-container ul#menu-2nd-menu-1 {
    gap: 15px;
}
	#home-menu .menu-2nd-menu-container ul#menu-2nd-menu-1 li a {
    font-size: 15px !important;
	text-transform: capitalize !important;
}
	
/* 	Banner */
	section#banner-text h1.vc_custom_heading {
    font-size: 42px !important;
}
	section#banner-text h2 {
    text-align: center !important;
}
	section#banner-text h2 span {
    font-size: 28px !important;
}
	div#banner-shape {
    margin-top: 0px !important;
}
	
/* 	zo help section */
	div#zo-help-sec {
    display: flex !important;
    flex-wrap: wrap;
    row-gap: 40px;
    justify-content: center;
}
	div#zo-help-sec .zo-help-sec-card {
	width: 50%;
	}
	div#zo-help-sec .zo-help-sec-card h2 span {
    font-size: 20px !important;
}
/* specialist section */
	div#specialist-sec {
    padding: 60px 0px !important;
}
	div#specialist-sec section.vc_cta3-container.vc_cta3-size-sm {
    width: 100%;
}
	div#specialist-sec p {
    font-size: 20px !important;
}
	
/* Mooie verhalen section */
	section#mooie-verhalen-sec {
    padding: 20px 0px !important;
}
	section#mooie-verhalen-sec .vc_row.wpb_row.vc_row-fluid.vc_custom_1760888683959 {
    padding: 20px 15px 40px 15px !important;
}
	div#mooie-verhalen-row {
    display: flex;
    row-gap: 40px !important;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}
	div#mooie-verhalen-row .mooie-verhalen-sec-card {
    width: 90% !important;
}
	div#mooie-verhalen-row .mooie-verhalen-sec-card h3 {
    font-size: 20px !important;
}
	div#specialist-sec-doll {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px !important;
}
	div#specialist-sec-doll .wpb_column {
    width: 50%;
}
	div#specialist-sec-doll .wpb_column:nth-child(2) {
    width: 100%;
    order: 1;
}
	div#specialist-sec-doll section.vc_cta3-container {
    margin-bottom: 15px !important;
}
	div#specialist-sec-doll p {
    font-size: 20px !important;
}
	
/* 	Blijf op sec */
	section#Blijf-op-sec {
    padding: 60px 0px !important;
}
	div#f-top-sec {
    margin-top: -40px !important;
}
	div#f-top-sec .vc_column-inner.vc_custom_1760805344708 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
	div#f-top-sec section.vc_cta3-container.vc_cta3-size-xs {
    width: 100% !important;
    margin-bottom: 10px !important;
}
	div#f-top-sec .vc_custom_1760867824199 {
    padding-top: 40px !important;
}
	
/* 	Contact-page */
	#Contact-sec #Contact-sec-wil-je p {
    font-size: 20px !important;
}
	div#Contact-sec .wpb_wrapper .vc_row.wpb_row.vc_inner.vc_row-fluid {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
	#Contact-sec input.wpcf7-form-control.wpcf7-submit.has-spinner {
    padding: 8px 20px !important;
}
	
/* 	Shop page */
	section#shop-white-box {
    padding: 0px !important;
    margin-top: -80px !important;
}
	div#shop-muco-sec {
    padding: 0px !important;
}
	div#shop-muco-sec section#Contact-sec-wil-je {
    width: 100%;
}
	#shop-products ul.products.columns-3 {
    display: flex;
    flex-wrap: wrap;
	margin-bottom: 20px;
}
	.storefront-full-width-content .site-main #shop-products ul.products.columns-3 li.product {
    margin: 10px;
    width: 45%;
}
	#shop-products li h2.woocommerce-loop-product__title {
    font-size: 20px !important;
	margin-bottom: 20px;
}
	#shop-products li a.button.product_type_simple {
    padding: 10px 30px;
	font-size: 16px;
}
	section#shop-f-top-sec-shape div#f-top-sec-shape {
    margin-top: -60px !important;
}

	section#ons-doel figure.wpb_wrapper.vc_figure img {
    width: 120px;
}
	
	section#ons-doel section.vc_cta3-container.vc_cta3-size-lg {
    width: 100%;
}
	
/* 	product single page */
	section#single-page-box {
    padding: 0px 0px 40px 0px !important;
}
	section#single-page-box section#Contact-sec-wil-je {
    margin: 0px !important;
}
	section#single-page-box div#product-section div#product-image-sec {
	width: 100%;
}
	section#single-page-box div#product-section div#product-content-sec {
	width: 100%;
}
	section#product-page-f-top-sec div#f-top-sec-shape {
    margin-top: -20px !important;
}
	
/* Onderzoek page */
	section#onderzoek-page-banner {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
	.Onde-page-box-sec-content .vc_column-inner {
    padding: 0px 15px 40px 15px !important;
}
	.Onde-page-box-sec-content2 {
    order: 2;
}
	.Onde-page-box-sec-content2 .vc_column-inner {
    padding: 0px 15px 40px 15px !important;
}
	section#mooie-verhalen-sec.Onde-page-box-sec .vc_row.wpb_row.vc_row-fluid.vc_row-has-fill {
    padding: 0px !important;
}
	
/* 	english  page */
	div#english-page {
    padding: 40px 15px 0px 15px !important;
}
} 

/* for mobile */
@media (max-width: 440px) {
	/* 	common style */
	h2 {
    font-size: 26px !important;
}
/* Home menu */
	section#home-menu {
		display: none;
	}
	
/* 	Banner */
	section#banner-text h1.vc_custom_heading {
    font-size: 32px !important;
    margin-bottom: 10px !important;
}
	section#banner-text h2 span {
    font-size: 24px !important;
}
/* 	zo help section */
	section#Zo-help-title {
    margin-bottom: 0px;
}
	div#zo-help-sec {
    display: flex !important;
    flex-wrap: nowrap;
    row-gap: 30px;
    flex-direction: column;
}
	div#zo-help-sec .zo-help-sec-card {
	width: 100%;
	}
	
/* specialist section */
	div#specialist-sec p {
    font-size: 18px !important;
}
	div#specialist-sec .spe-user h2 {
    font-size: 18px !important;
}
	
/* Mooie verhalen section */
	div#mooie-verhalen-row {
    display: flex;
    flex-direction: column;
    align-content: center;
    gap: 30px !important;
	margin-top: 0px !important;

}
	
	div#mooie-verhalen-row .mooie-verhalen-sec-card {
    width: 95% !important;
}
	div#mooie-verhalen-row .mooie-verhalen-sec-card img {
    height: 200px !important;
}
	
/* 	Contact page */
	.vc_row.wpb_row.vc_inner.vc_row-fluid {
    gap: 0 !important;
}
	div#Contact-sec {
    padding: 0px 15px !important;
}
	#Contact-sec #Contact-sec-wil-je p {
    font-size: 18px !important;
}
	
/* 	Shop page */
	.storefront-full-width-content .site-main #shop-products ul.products.columns-3 li.product {
    margin: 10px;
    width: 100%;
}
	section#ons-doel figure.wpb_wrapper.vc_figure img {
    width: 90px;
}
/* 	product single page */
	section#product-page-f-top-sec div#f-top-sec-shape {
    margin-top: 0px !important;
}

.vc_col-sm-12.vc_gitem-col.vc_gitem-col-align- {
    padding: 20px !important;
}
}