/*
Theme Name: mitsubishivillavarme
Theme URI:not available
Description:Default theme for...
Version:1.0
Author:The Brewery
Author URI:http://thebrewery.se/
Tags:
*/

@font-face {
	font-family: "Helveticaneue-thin";
    src:
	url('fonts/helveticaneue-thin/HelveticaNeue-Thin.woff2') format('woff2'),
	url('fonts/helveticaneue-thin/HelveticaNeue-Thin.woff') format('woff'),
    url('fonts/helveticaneue-thin/HelveticaNeue-Thin.eot') format("opentype"),
    url('fonts/helveticaneue-thin/HelveticaNeue-Thin.ttf') format("truetype");
}

.module h2,
.slider-heading {
	font-weight: 400 !important;
}

.module > .inner,
.module > .inner.content {
	max-width: 1250px;
}
header .logo {
	width: auto;
}
header .logo img {
	width: 100%;
	max-height: 70px;
}
header #menu-peamenuu li.btn {
	position: relative;
    top: -12px;
}
header #menu-peamenuu li.btn:after {
	display: none !important;
}
header #menu-peamenuu li.btn h3 {
	padding: 10px;
	font-weight: 400;
}
header #menu-peamenuu li.menu-item:nth-last-child(2) {
	border-right: 0;
}
header .main-nav .search {
	position: relative;
	top: -5px;
	margin-left: 15px;
}
header .main-nav .search li {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	padding: 0;
}
header .main-nav .search .label {
	position: static;
	display: inline-block;
	margin-right: 10px;
	width: auto;
	top: auto;
	left: auto;
}
/*
.module > .inner.content > .the-content {
	overflow-x: auto;
	max-width: 100%;
}
*/
.module > .inner.content > .the-content > table {
	width: 100%;
}

@media only screen and (max-width:767px) {
	header .topmenu nav {
		float: none;
	}
	header #menu-peamenuu li.btn {
		top: 0;
		margin-bottom: 20px;
	}
}

@media only screen and (max-width:599px) {
	.mb-block-1 > .inner {
		display: -webkit-flex;
		-webkit-flex-direction: column;
		display: flex;
		flex-direction: column;
	}
	.mb-block-1 > .inner > .text:first-of-type {
		order: 1;
		padding-top: 25px;
	}
	.mb-block-1 > .inner > .text:last-of-type {
		padding-top: 0;
	}
	.module.features .text h2 {
		padding-right: 0 !important;
	}
}

/**
 * Resellers desing
 */
#asl-storelocator .sl-acc-layout,
#asl-storelocator .sl-acc-layout > li {
	margin-left: 0;
}
#asl-storelocator .sl-cat-tag {
	display: none;
}
/**
 * Resellers form design
 */
.page-template-find_retailer_new .module.quotation_form > .inner {
	max-width: 1250px !important;
}
.page-template-find_retailer_new .module.quotation_form .nf-before-form-content {
	margin: 20px auto;
	padding: 0 5px;
	max-width: 1000px;
	font-size: 80%;
}
.page-template-find_retailer_new .module.quotation_form .nf-form-content {
	max-width: 1000px;
}
.page-template-find_retailer_new .module.quotation_form nf-fields-wrap {
	display: flex;
	flex-flow: row wrap;
	width: 100%;
}
.page-template-find_retailer_new .module.quotation_form nf-field {
	flex: auto;
	margin: 0 4px 8px 4px; /* Some gutter */
}
@media only screen and (max-width:950px) {
	.page-template-find_retailer_new .module.quotation_form nf-field {
		min-width: calc(50% - 8px);
	}
	.page-template-find_retailer_new .module.quotation_form nf-field:nth-of-type(3),
	.page-template-find_retailer_new .module.quotation_form nf-field:nth-of-type(6) {
		width: calc(100% - 8px);
	}
}

/**
 * Update ninja form design
 */
.nf-form-cont .nf-before-form-content {
	margin-top: 20px;
	text-align: left;
}

/**
 * Hide Google ReCaptcha badge
 */
.grecaptcha-badge {
	visibility: hidden;
}
