/*
Theme Name:  Leeg
Theme URI:   http://divithemes.reviews
Version:     1.1
Description: Divi child theme.
Author:      Bohnenn Webdesign
Author URI:  https://www.bohnennwebdesign.nl
Template:    Divi
*/

@import url("../Divi/style.css");

body, p {

}
h1, h2, h3, h4, h5 {
	line-height: 1.3em;
}
h2 {

}
#top-menu li li {
    padding: 0 0px;
}
#footer-info {
    font-size: 12px;
	float: right;
	color: #606060;
	padding-bottom: 0px;
	margin-bottom: 10px;
}
#footer-info a {
    font-size: 12px;
	font-weight: 300;
	color: #606060;
}
#footer-info p {
    margin-bottom: 0px !important;
}
#footer-info a:hover {
    color: #FFFFFF;
	text-decoration: underline;
}

/* comments fix */
#comment-wrap {
	max-width: 1080px;
	margin: 0 auto;
	padding: 30px 0 0 0;
}

.fscf-div-label {
	text-transform: uppercase;
	font-weight: bold;
	color: #3d3d3d;
	letter-spacing: 0.05em;
	height: 30px;
	display: block;
	font-size: 14px;
}
.fscf-div-field {
	margin-bottom: 20px;
}
input[type="text"], input[type="password"], input[type="tel"], input[type="email"], input.text, input.title, textarea, select {
    width: 100%;
    padding: 9px 14px;
    border: 1px solid #eee;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #777;
    background-color: #eee;
    font-size: 15px;
	font-weight: 500;
}
input[type="submit"] {
    min-width: 150px;
    max-width: 240px;
    display: block;
    font-size: 12px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 10px 10px;
    line-height: 1.7em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-transition: all 0.9s;
    -webkit-transition: all 0.9s;
    transition: all 0.9s;
    position: relative;
	margin: 0px auto;
	color: #FFFFFF !important;
	letter-spacing: 1px !important;
	text-shadow: none !important;
	cursor: pointer;
}
input[type="submit"]:hover {
    transition: all 0.9s;
}
input[type="submit"]:after {
	display: none;
}
input[type="text"]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {
    border-color: #BBBBBB;
    color: #333333;
	box-shadow: 4px 4px 6px #AAAAAA;
}
textarea {
    height: 180px;
}
#fscf_redirect1 {
	margin-top: 250px;
	text-align: center;
	color: rgb(134, 26, 233);
	font-size: 24px;
}

/*---- Header Image with Sliding Text ----*/
@media only screen and (min-width: 600px) {
	.header-image-sliding-text {
		min-height: 36.5vw;
		padding: 0px !important;
	}
	.header-image-sliding-text .et_pb_row {
		min-height: 36.5vw;
		padding: 0px;
		width: 100%;
		max-width: 100%;
	}
	.header-image-sliding-text .et_pb_row .et_pb_column {
		width: 50%;
		margin: 0%;
		min-height: 36.5vw;
		display: flex;
    	flex-direction: column;
    	justify-content: center;
    	padding: 5.5%;
	}
}
@media only screen and (max-width: 600px) {
	.header-image-sliding-text {
		min-height: 36.5vw;
		padding: 0px;    
		background-size: contain;
    	background-position: top;
	}
	.header-image-sliding-text .et_pb_row {
		min-height: 36.5vw;
		padding: 0px;
		width: 100%;
		max-width: 100%;
	}
	.header-image-sliding-text .et_pb_row .et_pb_column {
		width: 100%;
		margin: 0%;
		min-height: 36.5vw;
		display: flex;
    	flex-direction: column;
    	justify-content: center;
    	padding: 5.5%;
	}
	.header-image-sliding-text .et_pb_row .et_pb_column.et_last_child {
		width: 100%;
		display: flex;
    	flex-direction: column;
    	justify-content: center;
	}
}

/*---- Header Image Slider with Headline in middle ----*/
.image-slider-headline {
	min-height: calc(36.5vw - 84px);
	padding: 0 !important;
}
.image-slider-headline .et_pb_slider .et_pb_slides {
	min-height: calc(36.5vw - 84px);
}
.image-slider-headline .et_pb_slider .et_pb_slides .et_pb_slide {
	min-height: calc(36.5vw - 84px);
	padding-top: 0px !important;
}
.image-slider-headline .et_pb_slider .et_pb_slides .et_pb_slide .et_pb_container {
	min-height: calc(36.5vw - 84px);
}
.image-slider-headline .et_pb_slider .et_pb_slides .et_pb_slide_title {
	background: rgba(255,255,255,0.6);
}

/*---- Footer ----*/
.footerbalk p, .footerbalk a, .footerbalk strong {
	color: #fff !important;
}

/*---- Menu ----*/
#top-menu li {
	padding-left: 22px;
}

/*---- Sub Menu ----*/
.nav li ul {
	padding: 0;
	width:100%
}
#top-menu li li a {
    width: auto;
    padding: 6px 20px;
}
	
/*-------------------[1600px]------------------*/
@media only screen and ( max-width: 1600px ) {

}
/*-------------------[1500px]------------------*/
@media only screen and ( max-width: 1500px ) {

}
/*-------------------[1400px]------------------*/
@media only screen and ( max-width: 1400px ) {

}

/*-------------------[1279px]------------------*/
@media only screen and ( max-width: 1279px ) {

}



/*-------------------[1200px]------------------*/
@media only screen and ( min-width: 1200px ) {

}


/*-------------------[981px]------------------*/
@media only screen and ( min-width: 981px ) {
}

/*-------------------[1300px]------------------*/
@media only screen and ( max-width: 1300px ) {
	.container, .et_pb_row {
		width: 92%;
	}
}

/*-------------------[1080px]------------------*/
@media only screen and ( max-width: 1080px ) {
	#comment-wrap {
		max-width: 934px;
	}
}

/*-------------------[1024px]------------------*/
@media only screen and ( max-width: 1024px ) {
	#comment-wrap {
		max-width: 934px;
	}
}

/*-------------------[980px]------------------*/
@media only screen and (max-width: 980px) {
	#comment-wrap {
		max-width: 690px;
	}
	.nomobile {
		display: none !important;
	}
}

/*-------------------[600px]------------------*/
@media only screen and (max-width: 600px) {
	#comment-wrap {
		max-width: 400px;
	}

}

/*-------------------[479px]------------------*/
@media only screen and ( max-width: 479px ) {
	#comment-wrap {
		max-width: 450px;
	}

}


/*-------------------[320px]------------------*/
@media only screen and ( max-width: 320px ) {
	#comment-wrap {
		max-width: 274px;
	}
}

.et_pb_button {
	transition: all .5s ease-in-out !important;
	padding: 10px 20px 10px 38px !important;
}
.et_pb_button:hover {
	box-shadow: inset 250px 0px 0px 0px #311786 !important;
}
.et_pb_with_border.et_pb_image img {
	padding: 20px;
}