/*
Theme Name:     {Client name }
Description:    Custom WordPress Child theme for theme "Monkey Vision" developed by Monkey Vision
Author:         Monkey Vision
Author URI: 	https://monkeyvision.nl
Tested up to:   6.2
Requires PHP:   8.1
Template:       monkeyvision
Text Domain:    monkeyvision-child
Author URI:     https://monkeyvision.nl
Version:        1.0
*/

/* ***************************************************************************************** */
/****************************************** GLOBAL ******************************************/

/* Variables */

:root {
    --mv-black: #000;
    --mv-white: #fff;
}

/*  Variable COLORS - globals form Elementor page builder

	var(--e-global-color-primary);
	var(--e-global-color-secondary);
	var(--e-global-color-accent);
	var(--e-global-color-text);

*/


/**********    Disable defoult styling    ***************/

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a:focus, a:focus-visible {
	outline: none !important;
}

/* ALT INFO BUTTON */

.elementor-element .elementor-button-info .elementor-button-link::after,
a.search-filter-reset::after {
	content: " ";
	display: block;
	width: 0;
	margin: auto;
	background: var(--mv-black);
	height: 2px;
	transition: all ease .3s;
	margin-top: 2px;
}

.elementor-element .elementor-button-info .elementor-button-link:hover::after,
a.search-filter-reset:hover::after {
	width: 100%;
}

/**********    Dynamic data information (address, email, telephone) styles    ***************/
.custom-information-data a,
.custom-information-data span {
	color: var(--e-global-color-primary);
}

.tel-container a,
.mail-container a {
	color: var(--e-global-color-primary);
}

/****************************************** end GLOBAL ******************************************/
/* ******************************************************************************************** */


/****************************************** FOOTER styles  ******************************************/
.elementor-location-footer .tel-container-parent .tel-container a,
.elementor-location-footer .mail-container-parent .mail-container a {
	color: var( --e-global-color-primary);
}

.elementor-location-footer .adres-container-parent,
.elementor-location-footer .tel-container-parent,
.elementor-location-footer .mail-container-parent {
	height: 30px;
}


/****************************************** USP slider styles **************************************/
@media screen and (min-width: 768px) {
	.usp-slider .elementor-swiper .swiper-slide {
		max-width: 117px;
	}
}


/****************************************** FOOTER styles  ******************************************/
.coming-soon-page .tel-container a,
.coming-soon-page .mail-container a {
	color: var(--mv-white);
}


/****************************************** QUOTE SECTION ******************************************/
blockquote.elementor-blockquote > .elementor-blockquote__content {
    margin-bottom: 50px;
}

blockquote.elementor-blockquote > .elementor-blockquote__content:before,
blockquote.elementor-blockquote > .elementor-blockquote__content:after {
    content:'"';
    display: inline-flex;
    position: absolute;
    font-size: 150px;
    color: var(--e-global-color-secondary);
    font-weight: 700;
    z-index: 1;
    opacity: 0.7;
}

blockquote.elementor-blockquote > .elementor-blockquote__content:before {
    top: -20px;
    left: -55px;
}

blockquote.elementor-blockquote > .elementor-blockquote__content:after {
    bottom: -50px;
    right: -55px;
}

@media screen and (max-width: 1024px) {
    blockquote.elementor-blockquote > .elementor-blockquote__content {
        padding: 25px 0px;
        font-size: 40px;
        line-height: 50px;
    }

    blockquote.elementor-blockquote > .elementor-blockquote__content:before,
    blockquote.elementor-blockquote > .elementor-blockquote__content:after {
        font-size: 120px;
    }

    blockquote.elementor-blockquote > .elementor-blockquote__content:before {
        top: 0px;
        left: -20px;
    }

    blockquote.elementor-blockquote > .elementor-blockquote__content:after {
        bottom: -20px;
        right: -20px;
    }
}

@media screen and (max-width: 950px) {
    blockquote.elementor-blockquote > .elementor-blockquote__content:before {
        left: 0;
    }

    blockquote.elementor-blockquote > .elementor-blockquote__content:after {
		right: 0;
	} 
}

@media screen and (max-width: 550px) {
    blockquote.elementor-blockquote > .elementor-blockquote__content {
        padding: 15px 0px;
        font-size: 30px;
        line-height: 35px;
    }

    blockquote.elementor-blockquote > .elementor-blockquote__content:before,
    blockquote.elementor-blockquote > .elementor-blockquote__content:after{
        font-size: 100px;
    }

    blockquote.elementor-blockquote > .elementor-blockquote__content:before {
        top: 0px;
        left: 0;
    }

    blockquote.elementor-blockquote > .elementor-blockquote__content:after {
        bottom: -20px;
        right: 0;
    }
}


/****************************************** OUR BLOGS  ******************************************/
/*** OVERLAYING LINK ***/
.blog-column-url,
.blog-column-url *{
	position:absolute;
	height:100%;
	width:100%;
    top: 0;
    left: 0;
    z-index:2;
	opacity:0;
}

.our-blog:hover .our-blog-media img {
	transition: transform 0.3s ease;
}

.our-blog:hover .our-blog-media img {
	transform: scale(1.1);
}

.our-blogs-container .our-blog .elementor-icon-list-text.elementor-post-info__item.elementor-post-info__item--type-custom,
.our-blog .our-blog-content .elementor-icon-list-item.elementor-inline-item a {
	position: relative;
}

.our-blogs-container .our-blog .elementor-icon-list-text.elementor-post-info__item.elementor-post-info__item--type-custom::after,
.our-blog .our-blog-content .elementor-icon-list-item.elementor-inline-item a::after {
	content: "";
    height: 2px;
    width: 0px;
    background-color: var(--e-global-color-accent);
    position: absolute;
    bottom: 3px;
    left: 50%;
    border-radius: 3px;
	transition: width 0.3s ease, left 0.3s ease;
}

.our-blogs-container .our-blog:hover .elementor-icon-list-text.elementor-post-info__item.elementor-post-info__item--type-custom::after,
.our-blog:hover .our-blog-content .elementor-icon-list-item.elementor-inline-item a::after {
	width: 100%;
	left: 0;
}

@media (max-width: 1024px) {
  .our-blogs-container .our-blog .elementor-icon-list-text.elementor-post-info__item.elementor-post-info__item--type-custom::after,
  .our-blog .our-blog-content .elementor-icon-list-item.elementor-inline-item a::after,
  .elementor-nav-menu .menu-item a.elementor-item::after {
    width: 0% !important;
    left: 50% !important;
  }

  .our-blogs-container .our-blog:hover .elementor-icon-list-text.elementor-post-info__item.elementor-post-info__item--type-custom::after,
  .our-blog:hover .our-blog-content .elementor-icon-list-item.elementor-inline-item a::after,
  .elementor-nav-menu .menu-item a.elementor-item:hover::after {
    width: 0% !important;
    left: 50% !important;
  }
}

/****************************************** GFORM styles  ******************************************/
/* CUSTOMISE THIS */
body .gform_wrapper input:not([type=submit]),
body .gform_wrapper textarea  {
    padding: 10px 20px !important;
    border-radius: 10px;
    border: 0px solid var(--mv-black) !important;
    background-color: var(--mv-white) !important;
    line-height: 24px;
    margin: 0px;
    box-shadow: none;
    height: auto;
}

body .gform_wrapper textarea {
	resize: none;
	padding: 10px 15px !important;
}

body .gform_wrapper textarea::placeholder {
	font-size: 15px !important;
	line-height: 24px;
	font-family: Roboto;
}

body .gform_wrapper .gform_body .gform_fields .gfield {
    margin:15px 0px 0px;
    padding:0px;
}

body .gform_wrapper .gform_body .gform_fields .gfield label {
    font-size: 14px;
    line-height: 14px;
    margin: 5px 0px 5px 0px;
    letter-spacing: initial;
}

body .gform_wrapper .gform_body .gform_fields .gfield input,
body .gform_wrapper .gform_body .gform_fields .gfield select {
	padding: 10px 15px;
}

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_label .gfield_required {
	color: white;
}

body .gform_wrapper .gform_footer input[type=submit] {
	border: none;
}

body .gform_wrapper .gfield_required_text {
    display: none !important;
}

/* Zorg dat link styling in de checkbox onafhankelijk is van Elementor */
body .gform_wrapper .gfield_checkbox .gchoice label a {
    all: unset; /* Reset alle standaard styles */
    color: #ffffff; /* Gewenste linkkleur */
    text-decoration: underline;
    cursor: pointer; /* Zorg dat het nog steeds klikbaar blijft */
    font-weight: regular; /* Als je wil dat "terms and conditions" bold blijft */
    font-size: 14px; /* Match met de tekst */
}

/* Zorg dat checkbox en tekst netjes uitgelijnd blijven */
body .gform_wrapper .gfield_checkbox .gchoice {
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Checkbox zelf groter maken */
body .gform_wrapper .gfield_checkbox input[type="checkbox"] {
    width: 20px;
    height: 20px;
}


/************************************* Pagination *********************************/
.elementor-pagination {
    margin-top: 40px;
}
.elementor-pagination > .page-numbers.next, 
.elementor-pagination > .page-numbers.prev {
    background: var(--e-global-color-primary);
}
.elementor-pagination > .page-numbers {
    background: var(--e-global-color-primary);
    border-radius: 10px;
    padding: 15px 20px;
    color: white;
    margin-right: 2px;
}
.elementor-pagination > a.page-numbers {
    background: var(--e-global-color-secondary);
}
.elementor-pagination > a.page-numbers.current {
    background: var(--e-global-color-primary);
}


/****************************************** Search ******************************************/
.search-filter-form .sf-field-search .sf-input-text,
.search-filter-form .sf-field-sort_order .sf-input-select {
	border-radius: 30px;
	background: var(--mv-white);
	border: 1px solid #d7d7d7;
	outline-color: var(--mv-white);
	width: 100%;
}

.search-filter-form .sf-field-search .sf-input-text:active {
	border-color: blue;
}

.searchandfilter .sf-field-search input,
.searchandfilter .sf-field-sort_order select {
	padding: 10px 20px;
}

.searchandfilter .sf-field-sort_order .sf-input-select {
	width: 100%;
	min-width: 125px;
	position: relative;
	appearance: none;
}

.searchandfilter .sf-field-sort_order .sf-input-select {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.503' height='23.619' viewBox='0 0 13.503 23.619' transform='rotate(270)'%3E%3Cpath d='M15.321,18l8.937-8.93a1.688,1.688,0,0,0-2.391-2.384L11.742,16.8a1.685,1.685,0,0,0-.049,2.327L21.86,29.32a1.688,1.688,0,0,0,2.391-2.384Z' transform='translate(-11.251 -6.194)'/%3E%3C/svg%3E");
	background-position: center;
	background-size: 10px 10px;
	background-position: right 10px center;
	background-repeat: no-repeat;
}

.searchandfilter .sf-field-sort_order label {
	width: 100%;
	display: block;
}

@media only screen and (max-width: 768px) {
	.searchandfilter ul {
		display: flex;
		gap: 0 20px;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: flex-end;
	}
	.searchandfilter .sf-field-search,
	.searchandfilter .sf-field-sort_order {
		width: 100%;
    	padding-right: 40px;
	}
	
	.searchandfilter .sf-field-search label {
		width: 100%;
	}
}


/****************************************** FAQ SECTION ******************************************/
.elementor-widget-container > .elementor-accordion .elementor-tab-content {
	border: none!important;
} 

.elementor-widget-container > .elementor-accordion > .elementor-accordion-item  {
    margin-bottom: 15px;
	border: none!important;
}

.elementor-widget-container > .elementor-accordion > .elementor-accordion-item .elementor-tab-title {
    border-radius: 40px;
}

.elementor-widget-container > .elementor-accordion > .elementor-accordion-item .elementor-tab-title:after {


.elementor-widget-container > .elementor-accordion > .elementor-accordion-item .elementor-tab-title.elementor-active:after {
    transform: rotate(90deg);
}


/****************************************** Vacatures search section ******************************************/
.alle-vacatures-page-filter .alle-vacatures-page-filter-search form ul {
	display: flex;
    align-items: center;
	flex-wrap: wrap;
	margin: 0 20px;
	justify-content: center;
}

.alle-vacatures-page-filter .alle-vacatures-page-filter-search .sf-input-select {
	background: var(--mv-white);
	border: 1px solid #d7d7d7;
    border-radius: 3px;
	outline-color: var(--mv-white);
	padding: 10px 15px;
	color: #666;
	appearance: none;
}

.alle-vacatures-page-filter .alle-vacatures-page-filter-search .sf-input-select {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.503' height='23.619' viewBox='0 0 13.503 23.619' transform='rotate(270)'%3E%3Cpath d='M15.321,18l8.937-8.93a1.688,1.688,0,0,0-2.391-2.384L11.742,16.8a1.685,1.685,0,0,0-.049,2.327L21.86,29.32a1.688,1.688,0,0,0,2.391-2.384Z' transform='translate(-11.251 -6.194)'/%3E%3C/svg%3E");
	background-position: center;
	background-size: 10px 10px;
	background-position: right 10px center;
	background-repeat: no-repeat;
}

.alle-vacatures-page-filter .alle-vacatures-page-filter-search .sf-field-taxonomy-job-type {
	display: flex;
    align-items: center;
    gap: 15px;
	flex-wrap: wrap;
	margin-right: 40px;
}

.alle-vacatures-page-filter .alle-vacatures-page-filter-search .sf-field-taxonomy-location {
	display: flex;
    align-items: center;
    gap: 15px;
	flex-wrap: wrap;
}

.alle-vacatures-page-filter .alle-vacatures-page-filter-search .sf-field-taxonomy-location ul {
	display: flex;
    align-items: flex-start;
    gap: 15px;
    flex-wrap: wrap;
}

.alle-vacatures-page-filter .alle-vacatures-page-filter-search h4 {
    font-size: 17px;
    font-weight: 400;
    color: #505050;
}

.alle-vacatures-page-filter .alle-vacatures-page-filter-search label {
	font-size: 17px;
    font-weight: 300;
    color: #505050;
}

.alle-vacatures-page-filter .alle-vacatures-page-filter-search .sf-field-reset .search-filter-reset {
    display: flex;
	flex-direction: column;
	font-weight: 100 !important;
    font-size: 12px;
}

@media screen and (max-width: 1024px) {
	.alle-vacatures-page-filter .alle-vacatures-page-filter-search form > ul {
		display: block;
	}
	
	.alle-vacatures-page-filter .alle-vacatures-page-filter-search .sf-field-taxonomy-location ul {
		justify-content: flex-start;	
	}
}


/*CWP 5-6-2025*/
/