/*======================================
Theme Name: Custimizer
Description: Child theme
Version: 1.0
Author: Erwin ten Ham
Author URI: https://www.erwintenham.nl
Template: Divi
======================================*/


/* You can add your own CSS styles here. Use !important to overwrite styles if needed. */

.menubar {
	transition: all 0.5s;
	top:-100px!important;
}
.menu {
	display: block;
}
.menubarscrolled {
	top:0px!important;
}

.jet-fb-form-block .jet-form-builder__label{display:none;}

.jet-fb-form-block .custom-stijl{margin-bottom:20px!important; padding:10px;font-size:14px; color:#000;}
.jet-fb-form-block .custom-stijl ::placeholder{color:#000!important;}

.jet-form-builder-file-upload__content{display:none;}
.jet-form-builder-file-upload{color:#fff;}

.jet-form-builder__action-button{font-size:20px; font-weight:bold; color:#fff; background-color:#bb9974; border:none; padding:15px 20px; border-radius:30px; transition: all 300ms ease 0ms; float:right;}
.jet-form-builder__action-button:hover{background-color:#453925!important;}
.jet-form-builder__action-button:after{
    content: "\35";
	transition: all 300ms ease 0ms;
	line-height: inherit;
    font-size: 27px!important;
    opacity: 0;
    margin-left: -1em;
    left: auto;
	line-height:inherit;
    font-family: ETmodules!important;
    font-weight: 400!important;
	position:relative;
}
.jet-form-builder__action-button:hover:after{ margin-left: 0.2em; opacity: 1;}

.jet-fb-form-block .text-block{min-height:200px;}

.jet-form-builder__submit-wrap{flex-direction: row-reverse;}