/*
Theme Name: Himmel Zimmer
Theme URI: http://bone.digital/
Description: A custom WordPress theme developed by Bone Digital Pty Ltd
Author: Bone Digital Pty Ltd
Author URI: http://bone.digital/
Version: 1.0
Tags: bone digital, australia web design, responsive

License: Restricted
License URI:
------------------------------ */
.header .menu-wrapper .menu-content-wrapper {
	width: 75%;
}
.header .menu-wrapper .menu-content-wrapper .menu-content-contact-inner {
	display: flex;
}
.header .menu-wrapper .menu-content-wrapper .menu-content-contact-inner iframe {
	width: 100%;
}
.menu-content-contact-info,
.menu-content-contact-map {
	width: 50%;
}
.menu-content-contact-map {
	margin-top: 80px;
	padding-left: 15px;
}
div.menu-contact-form.wpforms-container-full {
	max-width: 480px;
    margin-left: 0;
}
div.menu-contact-form.wpforms-container-full .wpforms-form .wpforms-field {
    padding: 7px 0;
}
div.menu-contact-form textarea,
div.menu-contact-form input {
	resize: none;
	border-radius: 4px !important;
	font-family: 'NeueHaasUnicaPro-Light', sans-serif;
	transition: all 0.3s ease;
	font-size: 14px !important;
}
div.menu-contact-form div.wpforms-submit-container {
	text-align: right;
}
div.menu-contact-form div.wpforms-submit-container button[type=submit] {
	color: #fff;
	background: #000;
	font-family: 'NeueHaasUnicaPro-Light', sans-serif;
	border: 1px solid #000;
	border-radius: 4px;
	padding: 8px 15px 10px;
	transition: all 0.3s ease;
    font-size: 14px !important;
}
div.menu-contact-form div.wpforms-submit-container button[type=submit]:hover {
	color: #000;
	background: #fff;
	border: 1px solid #000;
	padding: 8px 15px 10px;
	outline: none;
}
.menu-content-contact-map iframe {
	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"); /* Firefox 10+ */
    filter: gray; /* IE6-9 */
	  -webkit-filter: grayscale(99%); /* Chrome 19+ & Safari 6+ */
	  -webkit-backface-visibility: hidden;  /* Fix for transition flickering */
}
@media (max-width: 1280px) {
	.header .menu-wrapper .menu-content-wrapper {
		width: 85%;
	}
}
@media (max-width: 767px) {
	.menu-content-contact-info,
	.header .menu-wrapper .menu-content-wrapper {
		width: 100%;
	}
	
	.menu-content-contact-map {
		display: none;
	}
}