/*
Theme Name:     NJV
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    ***************/

body {
	line-height: 1;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

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


/**********    Dynamic data information (address, email, telephone) styles    ***************/
.custom-information-data a,
.custom-information-data span {
	color: #444;
}

.tel-container a,
.mail-container a {
	color: #444444;
}


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


/****************************************** HEADER styles  ******************************************/
header .elementor-nav-menu--main .elementor-nav-menu .menu-item .elementor-item {
	position: relative;
}

header .elementor-nav-menu--main .elementor-nav-menu .menu-item .elementor-item:hover::after {
	position: absolute;
	content: "";
	height: 2px;
    width: 100%;
    background-color: var(--e-global-color-primary);
    bottom: -5px;
}


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

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

footer h3.elementor-heading-title {
	margin-bottom: 0;
}

/* Heading styles */
h1, h2, h3, h4, h5, h6{
	margin: 0;
}

h1, h1.elementor-heading-title {
	margin-bottom: 20px;
}

h2, h2.elementor-heading-title, h3, h3.elementor-heading-title {
	margin-bottom: 15px;
}

p {
	margin: 0 0 1.75em;
}

/* Link styles */
a{
	transition: all 0.2s ease-in-out;
}

a:hover{
	font-family: inherit !important;
}

a:hover:not(.elementor-button){
	filter: brightness(80%);
}

/****************************************** Button styles **************************************/
.elementor-element.elementor-button-info .elementor-button {
	background-color: transparent;
	color: var( --e-global-color-primary );
	border: unset;
}

.elementor-element.elementor-button-info .elementor-button:hover {
	background-color: transparent;
	color: var( --e-global-color-secondary );
}

/****************************************** GFORM styles  ******************************************/
/* CUSTOMISE THIS */
.gform_heading .gform_description {
	margin: 0;
}

body .gform_wrapper {
	font-family: var(--e-global-typography-primary-font-family) !important;
}

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_label span.gfield_required {
	color: var(--e-global-color-490a4fe);
	font-style: normal;
}

body .gform_wrapper .gform_body .gform_fields input:not([type=submit],[type=checkbox]),
body .gform_wrapper .gform_body .gform_fields textarea {
    padding: 10px 20px;
    border-radius: 10px;
    line-height: 24px;
    margin: 0px;
    box-shadow: none;
    height: auto;
	border: 2px solid var(--e-global-color-490a4fe);
	font-family: var(--e-global-typography-primary-font-family)
}

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

body .gform_wrapper textarea::placeholder {
	font-size: 15px !important;
	line-height: 24px;
	font-family: var(--e-global-typography-primary-font-family);
}

body .gform_wrapper .gform_body .gform_fields {
    grid-row-gap: 30px;
}

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

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

body .gform_wrapper .gform_body .gform_fields input[type="checkbox"]{
	-moz-appearance:none;
	-webkit-appearance:none;
	-o-appearance:none;
	outline: none;
	content: none;
	border: none;
	padding: 0;
	margin: 0 7px 0 0;
}

body .gform_wrapper .gform_body .gform_fields input[type=checkbox]:before {
    content: "✓";
	text-align: center;
    font-size: 18px;
	font-weight: 600;
    color: transparent !important;
    display: block;
    width: 30px;
    height: 30px;
    border: 2px solid var(--e-global-color-490a4fe);
	border-radius: 10px;
	transition: all ease-in-out 0.2s;
}

body .gform_wrapper .gform_body input[type=checkbox]:checked:before {
	color: black !important;
}

body .gform_wrapper .gform_body .gform-field-label{
	font-size: 14px;
}

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

.gform_wrapper.gravity-theme .gform_footer {
	margin: 0;
	padding: 0;
}

body .gform_wrapper .gform_footer input[type=submit] {
	cursor: pointer !important;
	font-size: var(--e-global-typography-text-font-size);
	transition: all 0.2s ease-out;
	border-color: var( --e-global-color-accent );
	color: var( --mv-white );
	background: var( --e-global-color-accent );
	margin: 0;
}

body .gform_wrapper .gform_footer input[type=submit]:hover, body .gform_wrapper .gform_footer input[type=submit]:focus {
	color: var( --e-global-color-accent );
	background: transparent;
}

/****************************************** USP slider styles **************************************/
@media screen and (min-width: 768px) {
	.usp-slider .elementor-swiper .swiper-slide {
		max-width: 300px;
		width: fit-content;
	}
	
	.usp-slider .elementor-main-swiper.swiper.swiper-initialized {
		margin-left: 0;
	}
}


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


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


/****************************************** CONTENT styles  *****************************************/

/* CPO reviews widget style */

.cpo-reviews-widget .swiper-slide .elementor-testimonial__text {
    text-align: center;
}

.cpo-reviews-widget .elementor-widget-container .elementor-swiper .elementor-swiper-button.elementor-swiper-button-prev,
.cpo-reviews-widget .elementor-widget-container .elementor-swiper .elementor-swiper-button.elementor-swiper-button-next {
	border: 2px solid #E61C54;
	height: 46px;
	width: 46px;
	border-radius: 50px;
}

.cpo-reviews-widget .elementor-widget-container .elementor-swiper .elementor-swiper-button.elementor-swiper-button-prev .eicon-chevron-left::before {
	content: url('../../uploads/2024/07/arrow-left.svg');
	display: inline-block;
	position: absolute;
    padding-left: 13px;
    padding-top: 10px;
} 

.cpo-reviews-widget .elementor-widget-container .elementor-swiper .elementor-swiper-button.elementor-swiper-button-next .eicon-chevron-right::before {
	content: url('../../uploads/2024/07/arrow-right.svg');
	display: inline-block;
	position: absolute;
    padding-left: 13px;
    padding-top: 10px;
} 
p a, span a {
  text-decoration: underline !important;
}

/* Page side menu */

.menu-sidebar{
	position: absolute;
	top: 0px;
	bottom: 0;
	width: 100%;
}

.menu-sidebar-sticky{
	position: sticky;
	top: 80px;
	max-width: 420px;
	height: fit-content;
}

@media screen and (max-width: 1024px) {
	.menu-sidebar, .menu-sidebar-sticky{
		position: static;
	}
}

.sidebar-page-link a.elementor-button{
	border-radius: 0;
	border-bottom: 1px solid var(--e-global-color-490a4fe) !important;
	color: var(--e-global-color-490a4fe) !important;
}

.sidebar-page-link:last-of-type a.elementor-button{
	border-bottom: none !important;
}

/* Main & Section styling */
.content-section{
	padding: 80px;
}

@media screen and (max-width: 1024px) {
	.content-section{
		padding: 50px;
	}
}

@media screen and (max-width: 767px) {
	.content-section{
		padding: 40px 20px;
	}
}













