/*
Theme Name: Lewinski Divi Child Theme
Description: A child theme to house custom coding which modifies the Divi parent theme by Elegant Themes.
Author:   Alexander Damstra
Template: Divi
*/

@import url("../Divi/style.css");
/* General Styles */
span { color: #ccbe23 !important }

/* Style Header */
.logo_extra {
	display: inline-block;
	position: relative;
	left: 230px;
	margin-right: 40px;
	border-left: 3px solid rgba(255, 255, 255, 0.5);
	padding: 26px;
	padding-left: 35px;
	transform: skew(-10deg);

}

/* Custom Menu */
.mobile_menu_bar, .et_pb_header_toggle, .et_toggle_fullscreen_menu {
	background: url("https://www.lewinski.nl/wp-content/uploads/2018/05/menu-knop-1.png") no-repeat 0;
	width: 90px !important;
	text-align: right;
}

/* Style Stager iFrame */
#stager-ticketshop-iframe {
	height: 400px;
}

/* Style Div Links */
.pdf-block,
.pdf-block-bk,
.blu-block { 
	transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
}

.pdf-block h3 { color: #FFF !important; }
.pdf-block h2 { color: #FFF !important; }

.pdf-block:hover h3 { color: #FFF !important; }
.pdf-block:hover h2  { color: #ccbe23 !important; }

.pdf-block-bk h3 { color: #FFF !important; }
.pdf-block-bk h2 { color: #FFF !important; }

.pdf-block-bk:hover h3 { color: #FFF !important; }
.pdf-block-bk:hover h2  { color: #8fc621 !important; }

.events-block {
	max-height: 416px;
	overflow: hidden;
}

.events-block h1, 
.events-block h2, 
.events-block h3, 
.events-block h4, 
.events-block h5, 
.events-block h6 {
	font-weight: 600 !important;
	font-family: 'Roboto Condensed',Helvetica,Arial,Lucida,sans-serif !important;
	text-transform: uppercase !important;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4) !important;
}

.events-block h1, 
.events-block h2, 
.events-block h3 { font-size: 30px !important; }

.events-block h4, 
.events-block h5, 
.events-block h6 { font-size: 18px !important; }

.events-button {
	font-size: 18px !important;
	font-weight: 600;
	font-family: 'Roboto Condensed',Helvetica,Arial,Lucida,sans-serif;
	text-transform: uppercase;
	color: #FFF;
	display: inline-block;
	margin-top: 10px;
	background-color: #ccbe23;
	padding: 8px 12px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.33);
	-moz-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.33);
	-webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.33);
	transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
}

.events-button:hover { background: #f2e552; }

/* Style Contact Form */
#contact-form-wrap { float: left; width: 100%; margin: 0px auto; }
.contact-full-width { 
	width: 100%; 
	padding: 0px; 
	float: left; 
	color: #FFF !important;
	text-align: center !important; 
	font-size: 16px; 
	border-top: 1px solid rgba(255, 255, 255, 0.3); 
}

.wpcf7-sendfunc { margin-top: 24px; text-align: right; }

.contact-col { 
	float: left; 
	text-align: left !important; 
	width: 100%; 
	padding: 0px;
	margin-top: 30px; 
	padding-top: 30px;
	border-top: 2px dashed rgba(255,255,255,0.4);
	font-size: 16px; 
}

.contact-col label { 
	color: #000; 
	margin-bottom: 10px; 
	width: 100%;
}

.wpcf7-req {
	color: #F00;
}

input[type="text"], input[type="password"], input[type="tel"], input[type="email"], input[type="number"], input.text, input.title, textarea, select {
	width: 100%;
	background: rgba(255, 255, 255, 1);
	font-family: 'Roboto Condensed',Helvetica,Arial,Lucida,sans-serif;
	font-size: 18px;
	padding: 10px;
	border: none;
}

input[type="number"] {
	width: 30% !important;
}

.contact-col textarea {
	height: 135px !important;
	font-family: 'Roboto Condensed',Helvetica,Arial,Lucida,sans-serif;
	font-size: 18px;
}

.wpcf7-label-contain {
	background: #FFF;
	color: #333;
	padding: 10px;
	margin-bottom: 15px;
	font-family: 'Roboto Condensed',Helvetica,Arial,Lucida,sans-serif;
	font-size: 18px;
}

input[type="reset"] { 
	border: none;
	font-family: 'Roboto Condensed',Helvetica,Arial,Lucida,sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	color: #FFF;
	background: #006047;
	padding: 10px 15px; 
	cursor: pointer;
	transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
}

input[type="reset"]:hover { background: #006047; }

::-webkit-input-placeholder { /* WebKit browsers */ color: #000 !important; opacity: 1; }
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #000 !important; opacity: 1; }
::-moz-placeholder { /* Mozilla Firefox 19+ */ color: #000 !important; opacity: 1; }
:-ms-input-placeholder { /* Internet Explorer 10+ */ color: #000 !important; opacity: 1; }

.wpcf7-recaptcha {
	float: left;
}

.wpcf7-submit {
	border: none;
	font-family: 'Roboto Condensed',Helvetica,Arial,Lucida,sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #222;
	background: #ccbe23;
	padding: 10px 15px; 
	cursor: pointer;
	transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
}

.wpcf7-submit:hover { background: #f2e552; }

.bk {
	border: none;
	font-family: 'Roboto Condensed',Helvetica,Arial,Lucida,sans-serif;
	font-size: 20px;
	font-weight: bold;
	float: right;
	text-transform: uppercase;
	color: #FFF !important;
	background: #8fc621 !important;
	padding: 10px 15px; 
	cursor: pointer;
	transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
}

.bk:hover { background: #527b00 !important; }


.lw {
	border: none;
	font-family: 'Roboto Condensed',Helvetica,Arial,Lucida,sans-serif;
	font-size: 20px;
	font-weight: bold;
	float: right;
	text-transform: uppercase;
	color: #FFF !important;
	background: #00acb4 !important;
	padding: 10px 15px; 
	cursor: pointer;
	transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
}

.lw:hover { background: #006b70 !important; }

span.wpcf7-not-valid-tip {
	border: none !important;
	background: #F00;
	font-family: 'Roboto Condensed',Helvetica,Arial,Lucida,sans-serif;
	font-size: 18px;
	color: #FFF;
	text-align: left;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding:5px 10px;
	box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0.06);
	-moz-box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0.06);
	-webkit-box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0.06);
	float: left;
}

.wpcf7-form label.error {
	border: none !important;
	background: #F00;
	font-family: 'Roboto Condensed',Helvetica,Arial,Lucida,sans-serif;
	font-size: 18px;
	color: #FFF;
	text-align: left;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding:5px 10px;
	box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0.06);
	-moz-box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0.06);
	-webkit-box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0.06);
	float: left;
}

div.wpcf7-response-output, .mc4wp-alert {
	border: none !important;
	background: #ccbe23;
	font-family: 'Roboto Condensed',Helvetica,Arial,Lucida,sans-serif;
	font-size: 18px;
	text-align: center;
	color: #222;
	width: 99%;
	margin: 8px;
	padding: 20px;
	box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0.06);
	-moz-box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0.06);
	-webkit-box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, 0.06);
	float: left;
}

/* Style Reservation Calender */
#ebcalendar {
	width: 100% !important;
}

#ebcalendar .innerbackground {
	width: 100% !important;
}

#monthcontainer,
#dayscontainer {
	width: 100% !important;
}

#dayscontainer ul li {
    	width: 39px !important;
}

#calendarbackground {
	width: 100% !important;
	background: #FFF !important;
}

#calendarbackground ul li {
    	width: 35px !important;
    	height: 35px !important;
    	padding: 5px 1px 5px !important;
}

/* Style Social Follow Module */
.et_pb_social_media_follow li a.icon { 
    height: 60px; 
    width: 60px; 
    padding: 0; 
}

.et_pb_social_media_follow li a.icon::before { 
    font-size:36px; 
    margin-left:12px; 
    line-height:60px; 
}

/* Style Google Maps */
.et_pb_map_container { 
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale"); 
    filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%);
}

/* Style Footer Credits */
#footer-info { 
	width: 100%;
	text-align: center; 
	padding-bottom: 10px; 
	float: left; 
}

/* Common general styles go here */
/* Mobiles in Potrait mode */
@media only screen and (max-width : 320px)  {
	.et_menu_container .logo_extra {display:none !important;}
}
 
/* Mobiles in landscape mode */
@media only screen
and (min-width : 321px)	
and (max-width : 490px) {
	.et_menu_container .logo_extra {display:none !important;}
}

/* Tablets in landscape mode */
@media only screen 
and (min-width : 768px)
and (max-width : 1024px)  {
	.et_menu_container .logo_extra {display:none !important;}
}