/*
Theme Name:     Opdenakker psychotherapie
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;

/*  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);

*/

}

.long-word-wrap {
	overflow-wrap: break-word;
	hyphens: auto;
}

@media screen and (max-width: 1400px) and (min-width: 1024px) {
	body .homepage-slider-container .homepage-slider-carousel .swiper-wrapper .elementor.swiper-slide.e-loop-item {
		min-width: 280px;
	}
}

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%;
}

/**********    Dinamic data information (address, email, telephone) styles    ***************/
.custom-information-data a,
.custom-information-data span {
	color: var(--mv-white);
}

.tel-container a,
.mail-container a {
	color: var(--mv-white);
}

.container-within-viewport {
	max-width: 800px;
}

.container-within-viewport-550 {
	max-width: 550px;	
}


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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



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


/****************************************** HEADER styles  ******************************************/


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

.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);
}


/****************************************** GFORM styles  ******************************************/
/* CUSTOMISE THIS */
body .gform_wrapper input:not([type=submit]),
body .gform_wrapper textarea  {
    padding: 10px 20px !important;
    border-radius: 11px;
    border: none !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 20px !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: -6px 0px 0px;
    padding:0px;
}

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

.elementor-shortcode .gform_validation_errors,
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_description.validation_message {
	border-radius: 11px !important;
}

body .gform_wrapper .gform_body .gform_fields .gfield  .error {
	color: red;
}

body .gform_wrapper .gform_body .gform_fields em {
	font-style: italic;
	font-weight: 100;
    font-size: 16px;
}

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

body .gform_wrapper .gform_footer {
	float: right;
	padding: 0 !important;
}

@media screen and (max-width: 768px) {
	body .gform_wrapper .gform_body .gform_fields .gfield .name_first.gform-grid-col {
		margin-bottom: 10px;
	}

	body .gform_wrapper .gform_body .gform_fields .gfield .name_last.gform-grid-col {
		margin: 0;
	}
}


/************************************* Pagination (flex-box changes) *********************************/
.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);
}




