/*
Theme Name: PONCK Theme
Template: Impreza
Version: 1.0
Author:	PONCK | The Web Company
Theme URI: https://ponck.nl/
Author URI: https://ponck.nl/
*/


/* Witte link */
.link-wit a,
a.link-wit,
.link-wit a:visited,
a.link-wit:visited,
.link-wit a:hover,
a.link-wit:hover,
.link-wit a:focus,
a.link-wit:focus,
.link-wit a:active,
a.link-wit:active {
    color: var(--color-wit) !important;
	text-decoration: underline;
}
/* Link */
a.link-style {
    text-decoration: underline;
}
a:not([class*="w-btn"]):not([class*="w-nav-anchor"]):not([class*="w-text-h"]):not([class*="w-btn-wrapper"]):not([class*="vc_column-link"]):not([class*="w-vwrapper-link"]):not(.w-nav-control):not(:has(img)) {
text-decoration: underline;
}
 /* Shape divider responsive */
@media (max-width: 1500px) {
    .custom-shape-row [class*="shape"] {
        height: 22vmin !important;
    }
}

@media (max-width: 1100px) {
    .custom-shape-row [class*="shape"] {
        height: 12vmin !important;
    }
}

@media (max-width: 700px) {
    .custom-shape-row [class*="shape"] {
        height: 65vmin !important;
    }
}
/* Shape divider: laptop en desktop */
.responsive-shape-divider .l-section-shape {
	height: 200px !important;
}

/* Shape divider: tablet en mobiel */
@media screen and (max-width: 1100px) {
	.responsive-shape-divider .l-section-shape {
		height: 120px !important;
	}
}
/* Shape divider: overige pagina's */
.responsive-shape-divider .l-section-shape {
	height: 200px !important;
}

/* Shape divider: homepage */
.responsive-shape-divider-home .l-section-shape {
	height: 250px !important;
}

/* Shape divider: tablet en mobiel */
@media screen and (max-width: 1100px) {
	.responsive-shape-divider .l-section-shape {
		height: 120px !important;
	}

	.responsive-shape-divider-home .l-section-shape {
		height: 150px !important;
	}
}
 /* Menu mobiel */
.ush_menu_1.type_mobile .w-nav-anchor.level_1, .ush_menu_1.type_mobile .w-nav-anchor.level_1 + .w-nav-arrow {
  font-size: 16px;
}
