/*
Theme Name: Monkey Vision
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
body h1 {font-size: 50px; line-height: 1em;}
body h2 {font-size: 40px; line-height: 1em;}
body h3 {font-size: 30px; line-height: 1.2em;}
body .col {padding-bottom: 0px;}
a.button {box-shadow: unset !important;}
body span.widget-title {font-size: 20px; font-family: 'calibri';}
.bbp-username label, .bbp-password label {font-size: 13.6px !important;  text-transform: uppercase; font-weight: 300; opacity: .8}
.forum-sidebar .bbp-username label, .forum-sidebar .bbp-password label {color: rgb(241, 241, 241);}
body .form-flat button, .nav-pills > li > a {border-radius: 5px !important;}

@media only screen and (max-width: 500px) {
	body h1 {font-size: 30px; line-height: 1em;}
	body h2 {font-size: 25px; line-height: 1em;}
	body h3 {font-size: 22px; line-height: 1.2em;}
}


/********************** GFORM FORMULIER ***********************/
input:not(.minus):not(.plus),
select {
	padding: 10px 15px !important;
}

@media only screen and (max-width: 549px) {
	input:not(.minus):not(.plus) {
		padding: 0px 5px !important;
	}
}

.woocommerce select {
	padding:0 10px!important;
}
		/*kleine velden*/
input[type=text],input[type=tel], input[type=password] {
    border: none !important;
    border-radius: 5px !important;
    background-color: white !important;
    line-height: 24px !important;
}
					/*selectie kleine velden*/
input[type=text]:focus,input[type=tel]:focus {
    border: 1px solid #e1551a !important;
	box-shadow: none !important;
}


					/*bericht*/
textarea:not(.bbp-the-content) {
    border: none;
    border-radius: 0px!important;
    border: 1px solid #000000b0 !important;
    background-color: white !important;
    margin-top: 20px !important;
}
	
.gform_body textarea, .gform_body input {
	border-radius: 5px !important;
	border: 1px solid black !important;
}

/*selectie bericht*/
 textarea:focus {
    border: 1px solid #e1551a !important;
	box-shadow: none !important;
}

.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text] {
    margin-bottom: 0 !important;
}
/******************** VALIDATIE **************************/

					/* VALID */

/* border van kleine velden validatie */
    .gform_wrapper input[type=text].valid,
	.woocommerce-input-wrapper input[type=text].valid,
	.woocommerce-input-wrapper input[type=tel].valid,
	.woocommerce-input-wrapper input[type=email].valid {
        border: 1px solid #56c92a !important;
        position: relative;
    }

/* checkmark van kleine velden validatie */
    .gform_wrapper input[type=text].valid,
	.woocommerce-input-wrapper input[type=text].valid,
	.woocommerce-input-wrapper input[type=tel].valid,
	.woocommerce-input-wrapper input[type=email].valid {
        background-image: url("/wp-content/uploads/2020/12/checkmark.svg")!important;
        background-size: 15px;
        background-position: right;
        background-position-x: 98%;
        background-repeat: no-repeat;
    }
/* border van bericht validatie */
    .gform_wrapper textarea.valid, 
	.woocommerce-input-wrapper textarea.valid{
        border: 1px solid #56c92a !important;
        position: relative;
    }
/* checkmark van bericht validatie */
    .gform_wrapper textarea.valid,
    .woocommerce-input-wrapper textarea.valid{
        background-image: url("/wp-content/uploads/2020/12/checkmark.svg")!important;
        background-size: 30px;
        background-position: right;
        background-position-x: 98%;
        background-repeat: no-repeat;
    }


					/* ERROR */
/* border van kleine velden error */
    .gform_wrapper input[type=text].error,
	.woocommerce-input-wrapper input[type=text].error,
	.woocommerce-input-wrapper input[type=tel].error,
	.woocommerce-input-wrapper input[type=email].error {
        border: 1px solid #EE2B2B !important;
    }
/*error tekst onder het bericht*/
	.gform_wrapper label.error,
	html .woocommerce-input-wrapper label.errror {
		color: #cf361f!important;	
	}
/* kruisje van bericht error */
    .gform_wrapper input[type=text].error,
	.woocommerce-input-wrapper input[type=text].error,
	.woocommerce-input-wrapper input[type=tel].error,
	.woocommerce-input-wrapper input[type=email].error {
        background-image: url("/wp-content/uploads/2020/12/cross.svg")!important;
        background-size: 12px;
        background-position: right;
        background-position-x: 98%;
        background-repeat: no-repeat;
    }
/* border van tekstveld error */
	.gform_wrapper textarea.error,
	.woocommerce-input-wrapper  textarea.error{
	    border: 1px solid #EE2B2B !important;
        position: relative;
}
/* checkmark van bericht validatie */
    .gform_wrapper textarea.error,
	.woocommerce-input-wrapper textarea.error {
        background-image: url("/wp-content/uploads/2020/12/cross.svg")!important;
        background-size: 30px;
        background-position: right;
        background-position-x: 98%;
        background-repeat: no-repeat;
    }

/* HEADER */
#top-bar {
	margin: 0px 10px 10px;
	border-radius: 10px;
	background: linear-gradient(to bottom right, rgb(244, 145, 0) 0%, #ffa520 100%) !important;
	box-shadow: 0px 0px 10px 4px rgba(0,0,0,.1);
}

#header .header-wrapper {
	padding-top: 10px;
}

body .mfp-bg.mfp-ready {
    background-color: black;
}

#header:not(.transparent) .header-bottom {
	display: none !important;
}

/* home hero */
body .home-hero-1, body .home-hero-2 {
	background: radial-gradient(#0d89c3 0%, #00759d 60% ) !important;
}

.home-hero-1 .section-bg, .home-hero-2 .section-bg {
	background-size: 100% 100% !important;

}

@media only screen and (max-width: 750px) {
	.home-hero-1 .section-bg, .home-hero-2 .section-bg {
		background-size: 100% 50% !important;
		
	}
}

.home-hero-2 .section-bg {
	transform: scaleX(-1);
}

section .icon-angle-down {
	color: #f5730a !important;
}

.box-label .box-text {
	border-radius: 7px;
	text-align: left;
}

.box-label .box-text p {
	font-size: 15px;
}

.box-label:hover .box-text {
	transform: translateY(-20px);
}

.parallax-row::after {
	content: '';
	background: url(/wp-content/uploads/2021/11/layered-peaks-haikei2-1.svg) no-repeat bottom center !important;
	background-size: 100% 100% !important; 
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
height: 110vh;
	
}

/* ik voel me.. homepage */
.background-opacity .section-bg {
	opacity: .2;
}

/* FORUM pagina */

.forum-hero {
	background: radial-gradient(#e04604 0%, #e36b38 60%) !important
}

.forum-hero .section-bg {
	background-size: 100% 250% !important;
}

@media only screen and (max-width: 550px) {
	.forum-hero .section-bg {
		background-size: 100% 110% !important;
	}
}

.forum-header .col-inner {
	background: url(/wp-content/uploads/2021/04/forum-header-1.jpg) no-repeat;
	background-position: center center;
	background-size: cover;
	border-radius: 10px;
	background-attachment: fixed;
	margin-top: -70px;
	box-shadow: 10px 10px 20px 10px rgba(0,0,0,.1);
}

.forum-header {
	padding-left: 40px !important;
	padding-right: 40px !important;
}

body .normal-title, .title-overlay {
    border-top: unset;
    border-bottom: unset;
} 

.bbp-header {
	color: white !important;
	background: linear-gradient(to bottom right, #0884bd 0%, #00b1ee 100%) !important;
	padding: 15px !important;
}
#bbpress-forums ul.bbp-forums {
	border: unset !important
}

.forum-titles li {
	font-family: 'calibri';
	font-size: 15px;
}

#bbpress-forums a{
	color: #f49100;
}

.bbp-forum-title {
	font-weight: 800;
	font-size: 16px;
}

.bbp-breadcrumb {
	width: 100%;
	text-align: center;
}

.bbp-search-form {
	float: left !important;
}

#bbp-search-form > div {
	display: flex;
}

#bbp_search_submit {
	line-height: 5px !important;
	border: unset !important;
	margin-left: 10px;
	border-radius: 5px !important;
	text-transform: unset;
}

.bbp-forums {
	border-radius: 10px;
}

body.forum-template-default #content, body.forum-search #content, body.topic-template-default #content, body.bbp-user-page #content, body.forum-archive #content {
	max-width: 1300px !important;
	margin: auto;
	position: relative;
}

body.forum-template-default #main, body.forum-search #main, body.topic-template-default #main, body.bbp-user-page #main, body.forum-archive #main {
	margin-top: -110px;
}

body.forum-template-default .header-wrapper:not(.stuck) .header-bg-color, body.forum-search .header-wrapper:not(.stuck).header-bg-color, body.topic-template-default .header-wrapper:not(.stuck) .header-bg-color, body.bbp-user-page  .header-wrapper:not(.stuck) .header-bg-color, body.forum-archive .header-wrapper:not(.stuck) .header-bg-color {
	background-color: transparent !important;
}

body.forum-template-default #main::before, body.forum-search #main::before, body.topic-template-default  #main::before, body.bbp-user-page #main::before, body.forum-archive #main::before {
	content: '';
	background: radial-gradient(#ffb344 0%, #f5730a 60%) !important;
	width: 100%;
	height: 300px;
	display: block;
}

body.forum-template-default #main::after, body.forum-search #main::after, body.topic-template-default  #main::after, body.bbp-user-page #main::after, body.forum-archive #main::after {
	content: '';
	background: url(/wp-content/uploads/2021/04/layered-peaks-haikei5.svg) no-repeat bottom center;
	background-size: 100% 275%;
	position: absolute;
	top: 0;
	left: 0;
	height: 300px;
	width: 100%;
}

body.forum-template-default #bbpress-forums, body.forum-search #bbpress-forums, body.topic-template-default #bbpress-forums, body.bbp-user-page #bbpress-forums, body.forum-archive #bbpress-forums {
	padding: 30px;
}

#qt_bbp_topic_content_toolbar, .quicktags-toolbar {
	display: flex;
}

#bbpress-forums #favorite-toggle, #bbpress-forums #subscription-toggle {
    float: left !important;
}

body.bbpress .header-wrapper:not(.stuck) .header-nav > li a {
	color: white !important;
}

body.bbpress .header-wrapper:not(.stuck) .header-nav .sub-menu > li > a, body.bbpress .header-wrapper:not(.stuck) .header-nav .nav-dropdown > li > a  {
	color: black !important;
}

.bbp-breadcrumb {
	margin-bottom: 20px;
	margin-top: 20px;
}

.bbp-breadcrumb p a.bbp-breadcrumb-home {
	font-size: 14px
}

.bbp-breadcrumb p a.bbp-breadcrumb-root {
	font-size: 16px;
}

.bbp-breadcrumb p a:hover {
	font-size: 18px;
}


.bbp-breadcrumb a {
	padding: 5px 10px;
	background: #f5730a !important;
	color: white !important;
	border-radius: 5px;
	font-size: 20px;
	transform: .1s ease-in-out;
}

.bbp-breadcrumb a:hover {
	opacity: .5;
}

.bbp-breadcrumb-current {
	font-weight: 800;
	font-size: 24px;
}

.bbp-breadcrumb-sep {
	position: relative;
	font-size: 0px;
}

.bbp-breadcrumb-sep::after {
	content: '\f30b';
	font-family: 'Font Awesome 5 Free';
	font-weight: 800;
	font-size: 18px;
	position: relative;
	color: #f5730a;
}

body li.bbp-forum-info {
	width: 50%;
}

body li.bbp-forum-topic-count {
	width: 15%;
}

@media only screen and (max-width: 800px) {
	body li.bbp-forum-info {
		width: 40%;
	}

	body li.bbp-forum-topic-count, body li.bbp-topic-voice-count,  body li.bbp-topic-reply-count{
		width: 25%;
	}
	
	body li.bbp-topic-freshness  {
		display: none;
	}
	
	body li.bbp-topic-title {
		width: 50%;
	}
}

@media only screen and (max-width: 600px) {
	body li.bbp-forum-freshness {
		display: none;
	}
	
	body li.bbp-forum-info {
		width: 50%;
	}

	body li.bbp-forum-topic-count {
		width: 25%;
	}
	
	body li.bbp-forum-reply-count {
		width: 25%;
	}
}

@media only screen and (max-width: 500px) {
	body li.bbp-forum-freshness, body li.bbp-topic-voice-count, body li.bbp-forum-reply-count {
		display: none;
	}
	
	body li.bbp-forum-info {
		width: 50%;
	}

	body li.bbp-forum-topic-count {
		width: 50%;
	}
	
	body li.bbp-topic-title {
		width: 75%;
	}
}

#bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results, #bbpress-forums ul.bbp-topics {
	border: unset !important;
}

.bbp-topics, .bbp-replies {
	border-radius: 15px !important;
}

.page-id-276 .bbp-search-form, .page-id-276 .bbp-breadcrumb, .bbp-topic-started-by, .bbp-topic-meta {
	display: none;
}

.page-id-276 .sidebar-forum .bbp-search-form {
	display: unset !important;
}

.bbp-form {
	background: #00ace7;
	border-radius: 15px;
	color: white;
	max-width: 320px;
}

.bbp-form label {
	color: white;
}

/* sidebar */
.sidebar-wrapper input {
	margin-bottom: 0px;
}

.sidebar-wrapper label {
	margin-bottom: 0px;
}

.bbp-login-form .bbp-email, .bbp-login-form .bbp-password, .bbp-login-form .bbp-remember-me, .bbp-login-form .bbp-submit-wrapper, .bbp-login-form .bbp-username {
    margin-top: 0px !important;
}

.sidebar-forum > .col-inner {
	background: linear-gradient(to bottom right, #0884bd 0%, #00b1ee 100%) !important;
}

.sidebar-forum .bbp-form {
	background: unset !important;
}

.sidebar-forum .widget {
	display: flex;
	flex-direction: column;
}

/* IK VOEL ME - pagina's */
.absolute-img {
	position: absolute;
	width: 200px !important;
	right: 0px;
	bottom: -100px;
}

@media only screen and (max-width: 999px) {
	.absolute-img {
		width: 130px !important;
	}
}

/* FOOTER */
.footer-widgets .is-divider, .sidebar-wrapper .is-divider {
	display: none !important;
}

.footer-widgets .widget-title {
	display: block;
	margin-bottom: 20px;
}

.footer-widgets li {
	border: unset !important;
}

.footer-widgets li a {
	padding: 0px !important;
	transition: .1s ease-in-out;
}

.footer-widgets li a:hover {
	padding-left: 5px !important;
}

.footer-widgets  {
	padding-top: 80px !important;
}

/* onderkant pagina */
.bottom-dark-spikes .section-bg {
	background-size: 100% 300% !important;
}

/* CUSTOM BREAKPOINTS */
@media only screen and (max-width: 999px) {
	.custom-breakpoints .medium-4 {
		width: 33%;
		max-width: 33%;
		flex-basis: 33%;
	}
	
	.custom-breakpoints .medium-8 {
		width: 67%;
		max-width: 67%;
		flex-basis: 67%;
	}
	
	.custom-breakpoints .medium-12 {
		width: 100% !important;
		max-width: 500px;
		flex-basis: 100% !important;
		margin: auto !important;
	}
}

/* BOEK BUTTON */
body.single-product .koop-ons-boek {
	display: none;
}

.koop-ons-boek {
	cursor: pointer;
	background: #1ba10c;
	display: block;
	position: fixed;
	bottom: 30px;
	left: 30px;
	z-index: 99999;
	padding: 40px;
	border-radius: 100px;
	width: 140px;
	height: 140px;
	text-align: center;
	box-shadow: 3px 3px 10px rgba(0,0,0,.3);
	transition: .1s ease-in-out;
	animation: bounce 2s;
	animation-iteration-count: 1;
	border-bottom: 3px solid  #94ff88;
	border-right: 3px solid  #94ff88;
	
}

.koop-ons-boek.nieuws {
	bottom: 180px;
	left: 67px;
	padding: 17px;
	width: 70px;
	height: 70px;
}

.koop-ons-boek:hover {
	transform: translateY(-5px) rotate(4deg);
	box-shadow: 5px 5px 15px rgba(0,0,0,.2);
}

.koop-ons-boek:hover span {
	display: block;
	transform: translateY(-60%) rotate(-4deg);
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(-30px);}
    60% {transform: translateY(-15px);}
} 

.koop-ons-boek > i {
	color: white;
	font-size: 60px;
}

.koop-ons-boek.nieuws > i {
	font-size: 30px;
}

@media only screen and (max-width: 1000px) {
	.koop-ons-boek  {
		width: 100px;
		height: 100px;
		padding: 30px;
	}
	
	.koop-ons-boek.nieuws {
		bottom: 140px;
		left: 47px;
	}
	
	.koop-ons-boek > i {
		font-size: 40px;
	}
}

@media only screen and (max-width: 500px) {
	.koop-ons-boek, .koop-ons-boek.nieuws  {
		left: 10px;
		bottom: 10px;
		width: 60px;
		height: 60px;
		padding: 20px;
	}
	
	.koop-ons-boek.nieuws {
		bottom: 80px;
	}
	
	.koop-ons-boek > i, .koop-ons-boek.nieuws i {
		font-size: 20px;
	}
}

.koop-ons-boek > span {
	position: absolute;
	width: 300px;
	text-align: left;
	padding: 5px 10px;
	background: white;
	color: black;
	left: ri;
	left: 110%;
	border-radius: 5px;
	box-shadow: 5px 5px 10px rgba(0,0,0,.2);
	top: 50%;
	transform: translateY(-50%);
	display: none;
}

/* CONTACT */
#input_1_10 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

#input_1_10 li {
	width: 33.33%;
	flex: 1 1 33%;
}

@media only screen and (max-width: 999px) {
	#input_1_10 li {
		width: 50%;
		flex: 1 1 50%;
	}
}

@media only screen and (max-width: 500px) {
	#input_1_10 li {
		width: 100%;
		flex: 1 1 100%;
	}
}

#input_1_10 input {
	visibility: hidden;
	width: 0px !important;
	margin: 0px !important;
	padding: 0px !important;
}

#input_1_10 label {
	width: 100%;
	text-align: center;
	border: 1px solid #00a8e1;
	border-radius: 5px;
	padding: 10px 20px;
}

#input_1_10 label:hover {
	background: #00a8e1;
	color: white;
}

#input_1_10 input:checked + label {
	background: #00a8e1;
	color: white;
}

input:not(.minus):not(.plus).gform_button {
	border-radius: 5px !important;
	text-transform: unset !important;
	padding: 0px 20px !important;
}

/* lifelab popup */
.pum-theme-391 .pum-title, .pum-theme-default-theme .pum-title{
	background: #0884bd;
	color: white;
	line-height: 50px !important;
	padding: 10px 20px;
	margin-bottom: 0px !important;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

.pum-close.popmake-close {
	height: 70px !important;
	box-shadow: unset !important;
	font-size: 20px !important;
}

.pum-theme-391 .section-bg {
	background-image: url(/wp-content/uploads/2021/04/layered-peaks-haikei6.svg);
	background-size: 100% 400px !important;
	background-position: bottom center;
}

/* zoek functie */
#ajaxsearchlite1 {
	background: white !important;
	border: 1px solid black !important;
	box-shadow: unset !important;
	border-radius: 5px;
}

#ajaxsearchlite1 .probox, div.asl_w .probox {
	background: white !important;
}

#ajaxsearchlite1 .probox .proinput input, div.asl_w .probox .proinput input, div.asl_w .probox .proinput input::placeholder {
	color: black !important;
}

div.asl_r.vertical {
	background: white !important;
}

body.search .header-nav li:not(.account-item) a  {
	color: black;
}

div.asl_w .probox .promagnifier {
	background: #f49100 !important;
}

.product-thumbnails img, .product-gallery-slider img {
	
	width: 75% !important;
	
}
.pum-content.popmake-content {

		    padding: 20px !important;

}

.pum-theme-391 .pum-content, .pum-theme-default-theme .pum-content {
	 padding: 20px !important;
}

@media only screen and (max-width: 1000px) {
	div#popmake-416 {
		    left: 0px !important;
    min-width: 100px !important;
	}
}
