/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.4.9
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
/* BASE */
.tooltipster-base {
	display: none!important;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 16px;
}

.contact-icon {
  font-family: 'Material Symbols Outlined', sans-serif !important;
  font-size: 33px !important;
  line-height: 1.2 !important;
}

.contact-link {
  text-decoration: none !important;
  color: inherit !important;
  font-size: 16px !important;
}

.contact-container {
  display: flex !important;
  align-items: center !important;
  color: #415b6b !important;
}

.contact-icon-link {
  display: inline-flex !important;
  align-items: center !important;
  color: #3d3d3b !important;
  font-size: 16px !important;
  text-decoration: none !important;
  gap: 8px !important;
  background-color: #f4f5f4 !important;
  padding: 8px 18px !important;
  border-radius: 99px !important;
}

.icon-circle {
  display: inline-flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 30px !important;
  height: 30px !important;
  border-radius: 50% !important;
  border: 1px solid #3d3d3b !important;
}

.icon-circle i {
  font-size: 16px !important;
  line-height: 1 !important;
}

@media (max-width: 600px) {
  .contact-icon-link {
    font-size: 14px !important;
  }

  .icon-circle {
    width: 20px !important;
    height: 20px !important;
  }

  .icon-circle i {
    font-size: 14px !important;
  }
}

.logo-xcss {
	box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
	background-color: #fff;
}

.logo-xcss:hover {
	transform: scale(1.02);
}

.absolute-footer ul {
    padding-bottom: 12px;
}

.btn-lpurp {
	background-color: #f5eef4 !important; 
	color: #621357 !important;
}
.icon-envelop::before {
    content: "\e158" !important;
      font-family: 'Material Symbols Outlined';
}

.cust-radius .fill::before {
    content: "";
    height: 100%;
    width: 50%; /* Half width */
    position: absolute;
    left: 0; /* Align to the left */
    top: 0;
    opacity: 0.98; /* Slightly darker but not too much */
    border-radius: 60px 0 0 60px; /* Rounded only on the left side */
    
    /* Balanced darker fade from left to right */
    background: linear-gradient(90deg, rgb(57 10 51 / 100%) 0%, rgb(93 17 83 / 90%) 25%, rgb(89 17 79 / 65%) 50%, rgb(55 10 49 / 10%) 90%, transparent 100%);
}

.cust-ico.icon-box-left .icon-box-img+.icon-box-text {
    padding-left: 1.5em;
}

/* Stijl voor ALLE radio button labels in Gravity Forms */
.gform_wrapper .gfield_radio label, .gform_wrapper .gfield_consent_label, #field_6_26 > legend, #input_6_26 label {
    color: #fff !important;
}

/* Styling voor alle invoervelden en dropdowns van Gravity Forms */
.gform_wrapper .gfield input[type="text"],
.gform_wrapper .gfield input[type="email"],
.gform_wrapper .gfield input[type="tel"],
.gform_wrapper .gfield textarea,
.gform_wrapper .gfield select {
    background-color: #fff;
    border: none;
    border-radius: 30px;
    padding: 25px 25px;
    border: 1px solid #eae7ef !important;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
	box-shadow: inset 0 1px 2px rgb(0 0 0 / 0%) !important;	
}

.gform_wrapper .gfield select {
    padding: 20px;
    text-indent: 5px;
    height: 55px;
    line-height: 1.0;
    color: #999;
}

.gform_wrapper .gfield select {
    background-size: 12px;
}

.gform_wrapper .gfield select:valid {
    color: #333 !important;
}

.gform_wrapper .gform_fields {
    grid-row-gap: 12px !important;
}

/* Stijl voor ALLE Gravity Forms knoppen (Submit, Next & Previous) */
[id^="gform_submit_button_"],
[id^="gform_next_button_"],
[id^="gform_previous_button_"] {
    background-color: #f38836 !important;
    color: #fff !important;
    border-radius: 30px !important; 
    padding: 20px 45px !important;
    border: none !important;
	font-size: large !important;
	font-weight: bold !important; 
}

/* gform-end */

.icon-box .icon-box-img {
    margin-bottom: 0em;
}

.accordion-title {
    border: 1px solid #ebebeb;
    padding: .6em 2.3em;
	border-radius: 5px;
	margin-top: 5px;
}

.accordion-title.active {
    background-color: rgb(230 217 228 / 50%) !important;
	border: 0px solid #ebebeb;
	border-radius: 5px;
	
}

.x-menu-css.ux-menu-link--active .ux-menu-link__link {
    color: #621357;
	font-weight: bold;	
}

.x-menu-css-h {
	font-weight: bold;
}

.link-b .ux-menu-link__link {
  text-decoration: none;
}

.link-b .ux-menu-link__link:hover {
  text-decoration: none;
}

.link-b .ux-menu-link__link:hover .ux-menu-link__text {
  text-decoration: underline;
}

.x-menu-css .ux-menu-link__link {
	margin-bottom: -10px;
}

.link-b:hover a {
    text-decoration: underline;
}

.link-a a {
    text-decoration: underline;
}

.icon-expand:before {
    content: "\f8ce" !important;
    font-family: 'Material Icons' !important;
	font-size: large;
	margin-left: -7px;
}

.brdr-css .is-border {
    border: 6px solid;
    border-image-source: linear-gradient(
        to right,
        #2e0b28 16.66%, 
        #621357 16.66% 33.33%, 
        #97428b 33.33% 50%, 
        #f38836 50% 66.66%, 
        #b86626 66.66% 83.33%, 
        #f7cda8 83.33% 100%
    );
    border-image-slice: 1;
}

.mssg-css .bg-fill {
    border-radius: 25px;
}

.mssg-css.message-box {
    background-color: rgb(241 241 241 / 0%) !important;
}

.img-cta img {
        border-radius: 50% 0 50% 50%;
}

.home-img2 .box-image {
	border-radius: 35px 0px 0px 0px !important;
}

.arrow-button {
        width: 62px;
        height: 62px;
        cursor: pointer;
        border: solid 1px #1b325f;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        overflow: hidden;
        transition: all 0.4s ease;
        font-size: 24px;
    }

    .arrow-button:hover {
        background: #1b325f;
    }

    .arrow {
        font-size: 30px;
        color: #1b325f;
        transition: transform 0.3s ease, color 0.3s ease;
    }

    .arrow-button:hover .arrow {
        color: white;
        transform: translateX(5px);
}

.parallax-active {
    opacity: 1 !important;
}

.row-box-shadow-4 .col-inner,
.row-box-shadow-4-hover .col-inner:hover,
.box-shadow-4,
.box-shadow-4-hover:hover {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

.row-box-shadow-3 .col-inner, .row-box-shadow-3-hover .col-inner:hover, .box-shadow-3, .box-shadow-3-hover:hover {
box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

.cust-col .col-inner {
    border-radius: 35px 0px 100px 35px !important;
}

.header-main {
	border-bottom: solid 1px whitesmoke;
}

.img-rad img, .cust-radius-fill .fill  {
	border-bottom-right-radius: 200px !important;
    border-top-left-radius: 35px!important;
    border-bottom-left-radius: 35px!important;
    border-top-right-radius: 0px;!important;
}

.cust-radius .fill {
	border-bottom-right-radius: 200px !important;
    border-top-left-radius: 60px!important;
    border-bottom-left-radius: 60px!important;
    border-top-right-radius: 0px;!important;
}

.btn-wit {
	color: #000 !important;
}

.btn-crv {
    border-bottom-right-radius: 1.55rem !important;
    border-top-left-radius: .5rem !important;
    border-bottom-left-radius: .5rem !important;
    border-top-right-radius: .0rem !important;
    border: 0;
    font-weight: bold;
}

.header-button-1 .button  {
    border-bottom-right-radius: 1.55rem !important;
    border-top-left-radius: .5rem !important;
    border-bottom-left-radius: .5rem !important;
    border-top-right-radius: .0rem !important;
    border: 0;
    padding: 5px 25px;
    box-sizing: border-box;
    font-weight: bold;
}

body::before {
    content: "";
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://wmkzorg.nl/wp-content/uploads/2025/03/background-scaled.jpg') !important;
    background-size: cover;
    background-position: center center;
    z-index: -1;
    transition: background-position 0.1s ease-out; /* Smooth transition */
}

.chevronn ul li {
    list-style: none;
    margin-bottom: 20px;
    padding-left: 42px;
    padding-top: 0px;
    position: relative;
    display: flex;
    align-items: center;
	margin-left: 0px;
}

.chevronn ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    background: url(https://wmkzorg.nl/wp-content/uploads/2025/03/green-check-1.svg) no-repeat;
    background-size: contain;
}

.soc__ico2.social-icons .button.is-outline {
    border-color: #621357;
	color: #621357;
}

.soc__ico2 .button.icon i {
    font-size: 1.0em;
}

.chevron-smp li {
    list-style: none;
    list-style-image: url(https://wmkzorg.nl/wp-content/uploads/2025/01/li-item-sms210.png);
    padding-left: 5px;
	margin-bottom: 0px;
	font-size: small;
}

.menu-item-description {
    display: block;
	padding-top: 2px;
	font-weight: normal!important;
}

.wa-sticky {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 999;
    width: 60px;
    height: 60px;
    cursor: pointer;
}

.nav-dropdown-has-shadow .nav-dropdown {
    box-shadow: 1px 1px 10px rgb(0 0 0 / 5%);
}

.mfp-bg {
    background: rgb(255 255 255 / 61%);
}

.absolute-footer {
    color: #333 !important;
    font-size: small;
    padding-bottom: 40px;
    padding-top: 20px;
}

.nav-dropdown {
    padding: 30px 15px;
	
}

.nav-dropdown>li>a {
    font-weight: bold;
	color: #1b325f;
}

.nav-dropdown li.active>a {
	color: #621357;
}

.box-overlay.dark .box-text{
    text-shadow: 1px 1px 1px rgb(0 0 0 / 0%);
}

.x-menu-css.ux-menu-link--active .ux-menu-link__link {
    color: #ed6b05;
	font-weight: bold;
}

.lees_meer {
    overflow: hidden;
    max-height: 200px;
    transition: max-height 1s ease-in-out;
    position: relative;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 70%, rgba(0, 0, 0, 0));
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 70%, rgba(0, 0, 0, 0));
}

.lees_meer.show_full {
    max-height: 2000px;
    transition: max-height 1s ease-in-out; 
    mask-image: none;
    -webkit-mask-image: none;
}

.read-more,
.read-less {
    display: inline-block;
    margin-top: 10px;
    cursor: pointer;
    font-size: small;
    opacity: 1;
    transition: opacity 0.5s ease-in-out; 
}

.read-more .material-icons,
.read-less .material-icons {
    vertical-align: middle;
    transition: transform 0.5s ease-in-out; 
	font-size: medium;
	margin-top: -2px
	
}

.read-less {
    display: none;
    opacity: 1;
    color: gray;
}

.lees_meer.show_full + .read-more {
    display: none;
	
}

.lees_meer.show_full + .read-more + .read-less {
    display: inline-block;
    opacity: 1;
}

[data-animate] {
    animation-fill-mode: forwards;
    -webkit-backface-visibility: hidden;
    opacity: 1 !important;
    transition: filter 0.0s, transform 0.5s, opacity 0.0s ease-in;
    will-change: filter, transform, opacity;
}

.col+.col [data-animate],
.nav-anim>li,
[data-animate-delay="200"],
[data-animate]+[data-animate] {
    transition-delay: 0s !important;
}

.has-dropdown .icon-angle-down:before{
    background-color: #f8f9fb;
    padding: 3px 5px 3px 5px;
    border-radius: 100px;
	margin-left: 5px;
	font-size: smaller;
}

.has-dropdown .icon-angle-down {
    opacity: 1.0;
}

.header-shadow .header-wrapper,
.header-wrapper.stuck,
.layout-shadow #wrapper {
    box-shadow: 1px 1px 10px rgb(0 0 0 / 0%);
}

.button:hover {
    box-shadow: inset 0 0 0 100px rgba(0, 0, 0, .05);
    color: #fff;
    opacity: 1;
    outline: none;
}

.header .icon-menu:before {
    content: "\e5d2" !important;
    font-family: 'Material Icons' !important;
	font-size: xxx-large;
}

.nav>li.header-divider {
    border-left: 0px solid rgb(0 0 0 / 0%);
    margin: 0px 10.5px;
}

.mfp-close {
    background: #621357;
    margin-top: 20px !important;
    margin-right: 20px !important;
    border-radius: 50px !important;
	mix-blend-mode: inherit;
}

.mfp-ready .mfp-close {
    opacity: 1;
}

.off-canvas-right .mfp-content, .off-canvas-left .mfp-content {
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 0%);	
}

/* OPTIONAL */
.nav>li>a {
    color: hsl(0deg 0% 0%);
}

/* Only ipad: */
@media (min-width: 850px) {
    .header-main .header-nav, .header-bottom .header-nav {
        font-size: small;
    }
}

/* Only desktop: */
@media (min-width: 1180px) {
    .header-main .header-nav, .header-bottom .header-nav {
        font-size: unset;
    }
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
    #logo {
        max-width: 150px;
    }

    #masthead {
        height: 70px !important;
    }
	
	.header-top {
    min-height: 40px;
}

	.off-canvas-left .mfp-content, .off-canvas-right .mfp-content {
    background-color: hsl(0deg 0% 100%);
}

    .off-canvas-right .mfp-content,
    .off-canvas-left .mfp-content {
        width: 100% !important;
        box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 0%);
        padding: 15px !important;
}
	
    .off-canvas-left .mfp-content,
    .off-canvas-right .mfp-content {
        box-shadow: 0 0 10px 0 rgb(0 0 0 / 0%);
        transition: transform 100ms ease 0ms;
    }
	
	    .nav-sidebar {
        padding-top: 20px;
}

	.nav-sidebar.nav-vertical>li.menu-item.active, .nav-sidebar.nav-vertical>li.menu-item:hover {
    background-color: rgb(0 0 0 / 0%);
}
	
    .off-canvas .nav-vertical>li>a {
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .nav-sidebar.nav-vertical>li+li {
        border-top: 0px solid #ececec;
    }

    .absolute-footer {
        font-size: xx-small;
    }
	
		 #main-menu {
    font-size: 1.4rem !important;
  }

  #main-menu .sub-menu {
    font-size: 1rem !important;
    font-weight: 600;
  }
	
	.cust-radius .fill::before {
    width: 70%; /* Half width */
}

	.img-rad img, .cust-radius-fill .fill  {
	border-bottom-right-radius: 150px !important;
    border-top-left-radius: 35px!important;
    border-bottom-left-radius: 35px!important;
    border-top-right-radius: 0px;!important;
}

.cust-radius .fill {
	border-bottom-right-radius: 150px !important;
    border-top-left-radius: 60px!important;
    border-bottom-left-radius: 60px!important;
    border-top-right-radius: 0px;!important;
}

}