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

/*************** ADD CUSTOM CSS HERE.   ***************/
/* BASE */
.tooltipster-base {
	display: none!important;
}
.icon-box .icon-box-img {
    margin-bottom: 0.3em;
}

.drk-btn {
	color: #59773a !important;
}

.slidcss .slider-style-focus .flickity-slider>:not(.is-selected) {
    opacity: 1;
}

.wbt-styles {
  position: relative;
  z-index: 50;
}

.wbt-styles-2 {
  position: relative;
  z-index: 50;
  margin-top: -60px;
}

/* Unset styles on mobile and iPad */
@media (max-width: 1024px) {
  .wbt-styles-2 {
    position: unset;
    z-index: unset;
    margin-top: unset;
  }
}

/* === READ MORE / LESS BUTTONS === */
.read-more,
.read-less {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 10px;
  padding: 6px 12px;
  background-color: #78a353;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
  user-select: none;
  transition: background-color 0.2s ease, color 0.2s ease;
	  font-size: small;
}

.read-more:hover,
.read-less:hover {
  background-color: #e3f0d2;
  color: #78a353;
}

/* Icon alignment inside buttons */
.read-more .material-icons,
.read-less .material-icons {
  vertical-align: middle;
  transition: transform 0.3s ease;
	  font-size: medium;
}

/* === READ MORE CONTENT === */
.read-more-dots {
  display: inline !important;
}

.read_more p:last-child {
  margin-bottom: 0;
}

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

.soc__icons a.icon:not(.button) {
    margin-left: 0em;
    margin-right: 0.25em;
}

/* FLICKTY CSS */
.flickity-prev-next-button {
  width: 50px;
  height: 50px;
	margin-top: 0px!important;
	margin-right: 20px !important;
	margin-left: 20px !important;
	opacity: 1 !important;
}

.slider-nav-circle .flickity-prev-next-button svg, .slider-nav-circle .flickity-prev-next-button .arrow  {
    border-radius: 100%;
    border:solid #e7e7e7 0px;
    color: #353535;
    background: rgb(227 240 210);
	 box-shadow: 1px 1px 10px rgb(0 0 0 / 0%);
	opacity: 0.9;
}

/* === INPUTS & TEXTAREAS === */
body .gform_wrapper .gfield input:not([type="checkbox"]):not([type="radio"]),
body .gform_wrapper .gfield textarea {
  background-color: #F6F9EE;
  border: 0;
  border-radius: 6px;
  padding: 23px 20px;
  box-shadow: none !important;
  width: 100%;
}

/* === SELECT DROPDOWNS === */
body .gform_wrapper .gfield select {
  background-color: #ecf6ff;
  border: 1px solid #f5f5f5;
  border-radius: 6px;
  padding: 13px 20px;
  box-shadow: none !important;
  height: auto;
  line-height: 1.4;
}

/* === BUTTONS === */
body .gform_wrapper input[type="submit"],
body .gform_wrapper button[type="submit"],
body .gform_wrapper .gform_button {
  background-color: #e3f0d2 !important;
  color: #78a353 !important;
  border: none !important;
  border-radius: 8 !important;
  padding: 10px 30px !important;
  height: 42px !important;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-weight: bold !important;
}

body .gform_wrapper input[type="submit"]:hover,
body .gform_wrapper button[type="submit"]:hover,
body .gform_wrapper .gform_button:hover {
  background-color: #eee !important;
}

/* === SPACING === */
body .gform_wrapper .gfield {
  margin-bottom: 10px;
}
body .gform_wrapper .gform_fields {
  grid-row-gap: 6px;
}
body .gform_wrapper .gform_drop_area {
  padding: 12px !important;
}

/* === SUMMARY VALUES === */
body .gf-summary .gf-summary-value {
  color: #008cff;
}

/* === PLACEHOLDER TEXT === */
body .gform_wrapper input::placeholder,
body .gform_wrapper textarea::placeholder {
  color: rgba(0, 0, 0, 0.6);
}

/* === HOVER EFFECTS === */
.link-h a:hover {
  text-decoration: underline;
}

/* === ACCORDION STYLES === */
/* Accordion title text spacing */
.acc-css .accordion_title {
  margin-left: 5px;
}

/* Accordion title panel */
.acc-css .accordion-title {
  display: block;
  position: relative;
  margin-bottom: 10px;
  padding: 0.9em 4.2em 0.9em 1.3em !important;
  border: 1px solid #78a353 !important;
  transition: border 0.2s ease-out, background-color 0.3s;
	font-size: inherit;
	background-color: inherit;
	border-radius: 4px;
}

/* === TOGGLE ICON STYLES === */
/* Toggle container positioning */
.acc-css .accordion .toggle {
  left: unset !important;
  right: 0 !important;
  margin-top: 5px !important;
  font-size: 15px !important;
  opacity: 1 !important;
}
/* === ACCORDION STYLES === */

/* === Vertical Pills Menu (scoped to .wbt-styles-tabs) === */
.wbt-styles-tabs .nav.nav-pills.nav-vertical {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* === Each pill item === */
.wbt-styles-tabs .nav.nav-pills.nav-vertical .tab {
  border-radius: 50px;
  background: #ffd32b; /* yellow */
  transition: background 0.3s ease, color 0.3s ease;
  overflow: hidden;
}

/* === Link text === */
.wbt-styles-tabs .nav.nav-pills.nav-vertical .tab a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  color: #587c3a;
  padding: 10px 24px;
  border-radius: 50px;
  transition: all 0.3s ease;
}

/* === Arrow icon (light green circle) === */
.wbt-styles-tabs .nav.nav-pills.nav-vertical .tab a::after {
  content: "\e5c8" !important;              /* Material arrow_forward */
  font-family: "Material Icons" !important;
  font-size: 20px;
  color: #78a353;                           /* darker green arrow */
  background: #ecf6da;                      /* light green circle */
  border-radius: 50%;
  padding: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  margin-left: 12px;
  transition: background 0.3s ease, color 0.3s ease;
}

/* === Hover & Active === */
.wbt-styles-tabs .nav.nav-pills.nav-vertical .tab:hover {
  background: #ecf6da;
  color: #78a353;
}
.wbt-styles-tabs .nav.nav-pills.nav-vertical .tab:hover a {
  color: #78a353;
}
.wbt-styles-tabs .nav.nav-pills.nav-vertical .tab:hover a::after {
  background: #ffd32b;
  color: #fff;
}

/* active = same as hover */
.wbt-styles-tabs .nav.nav-pills.nav-vertical .tab.active {
  background: #ecf6da;
}
.wbt-styles-tabs .nav.nav-pills.nav-vertical .tab.active a {
  color: #fff;
}
.wbt-styles-tabs .nav.nav-pills.nav-vertical .tab.active a::after {
  background: #ffd32b;
  color: #fff;
}

.wbt-styles-tabs .nav-vertical + .tab-panels {
  border-left: 0;
}

/* === Mobile adjustment: use arrow_downward icon === */
@media (max-width: 768px) {
  .wbt-styles-tabs .nav.nav-pills.nav-vertical .tab a::after {
    content: "\e5db" !important; /* arrow_downward */
  }
}

/* === ICON EXPAND === */
.icon-expand::before {
  content: "\f8ce" !important;              /* your icon code */
  font-family: "Material Icons" !important;
  font-size: 20px;
  color: #78a353;
  background: #fff;
  border-radius: 50%;                       /* perfect circle */
  padding: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  margin-left: -4px;
	margin-right: -3px;
}

/* === CHEVRONN-3 LIST ITEM STYLING === */
.chevronn-3 ul li {
  position: relative;
  list-style: none;
  margin-left: 0;
  margin-bottom: 20px;
  padding-left: 42px;
  padding-top: 0;
}

/* === ICON (CHECK CIRCLE) BEFORE LIST ITEM === */
.chevronn-3 ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  background: url(https://hetdordtsehuis.nl/wp-content/uploads/2025/10/check-circle-1.svg) no-repeat;
  background-size: contain;
}

/* === BOX SHADOW UTILITIES === */
.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(0, 0, 0, 0.1) -4px 9px 25px -6px;;
}

.off-canvas .nav-vertical > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
}

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

/* clickable title */
.hide-show-menu-hover {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  cursor: pointer;
  font-weight: bold;
  color: #222;
  position: relative;
  z-index: 3;
}

/* arrow icon */
.hide-show-menu-hover::after {
  content: "expand_circle_down";
  font-family: "Material Symbols Outlined";
  font-size: 32px;
  color: #78a353;
  transition: transform 0.3s ease, color 0.3s ease;
}

/* hidden menu (overlay) */
.hide-show-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #78a353;
  border-radius: 0px 0px 22px 22px;
  opacity: 0;
  margin-top: -30px;
  transform: translateY(-10px);
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 1000; /* high enough for overlay */
  padding: 20px;
	font-weight: bold;
}

/* === HOVER EFFECTS === */
.hide-show-menu a:hover {
  text-decoration: underline;
}

/* show menu smoothly on hover or tap */
.featured-box:hover .hide-show-menu,
.featured-box:focus-within .hide-show-menu {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* rotate + recolor arrow when active */
.featured-box:hover .hide-show-menu-hover::after,
.featured-box:focus-within .hide-show-menu-hover::after {
  color: #5b7e3e;
  transform: rotate(180deg);
}

/* 💡 the real fix: lower image stack inside Flatsome’s featured box */
.featured-box .icon,
.featured-box .icon-inner,
.featured-box .icon-box-img,
.featured-box .icon-box-img img {
  z-index: 0 !important;
  position: relative !important;
}

/* === CUSTOM BORDER RADIUS === */
.cust-radius {
  border-radius: 22px !important;
  overflow: hidden;
}

.cust-radius-2 .fill {
  border-radius: 22px !important;
	overflow: hidden;
}

/* === IMAGE STYLING === */
.cust-radius img {
  border-radius: 22px !important;
	overflow: hidden;
}

.blog .image-cover img, .single-post .image-cover img, .category img {
	border-radius: 22px !important;
	overflow: hidden;
}

/* Absolute footer */
.absolute-footer {
  color: #333 !important;
  font-size: small !important;
  padding: 20px 0;
}

/* Footer link spacing */
.sec__footer2 .ux-menu-link__link {
  margin-bottom: -15px;
}

/* Footer menu layout gap */
.sec__footer2 .ux-menu.stack.stack-col.justify-start {
  gap: 7px;
}

/* Close button styling */
button.mfp-close {
  background: #78a353;
  margin: 20px 20px 0 0 !important; /* top/right margin */
  border-radius: 50px !important;
  mix-blend-mode: inherit;
	color: #fff !important;
}

/* Close button visibility when modal is ready */
.mfp-ready .mfp-close {
  opacity: 1;
	color: #fff;
}

/* =========================
   Off-Canvas Navigation
   ========================= */
/* Main nav links */
.off-canvas-center .nav-vertical > li > a {
  font-size: 1.1em;
  justify-content: flex-start !important;
  text-align: left !important;
}

/* Align flyout container */
.mfp-content {
  vertical-align: top !important;
}

.off-canvas-center.mfp-bg.mfp-ready {
    opacity: 0.98;
}

#main-menu a {
		color: #78a353 !important;
}

/* === PARALLAX === */
.parallax-active {
  opacity: 1 !important;
}

/* === HOVER SCALE === */
.wbt-hvr {
    transition: transform 0.1s ease-in-out;
}

.wbt-hvr:hover {
    transform: scale(1.05);
}

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

/* === ICON ENVELOP === */
.icon-envelop:before {
    content: "\e158" !important;
    font-family: 'Material Icons' !important;
}

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

/* === FADEINUP INITIAL === */
[data-animate="fadeInUp"]:not([data-animated="true"]) {
    transform: translate3d(0, 25px, 0) !important;
    opacity: 0 !important;
}

/* === ANIMATION TRANSITION === */
[data-animate],
.slider [data-animate] {
    transition: 
        filter 0.4s,
        transform 0.4s ease-out,
        opacity 0.25s ease-in,
        -webkit-filter 0.4s,
        -webkit-transform 0.4s ease-out;
}

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

  #masthead {
    height: 120px !important;
  }

  /* === OFF-CANVAS PANEL === */
  .off-canvas-left .mfp-content,
  .off-canvas-right .mfp-content {
    background-color: hsl(0deg 0% 100%);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 0%);
    transition: transform 50ms ease 0ms;
  }

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

  .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-top: 10px;
    padding-bottom: 10px;
  }

  /* === FOOTER === */
  .absolute-footer {
    font-size: xx-small;
  }

}