/*
Theme Name: Blake Child
Description: Child theme for the Blake Theme
Author: Upper
Template: blake
Version: 1.7
*/

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

body header.navbar {
	background-color: #fff!important;
}

.wpcf7 input[type="tel"]{
	position: relative;
	float: left;
	width: 100%;
	padding: 15px;
	font-family: "Helvetica Neue", Arial, sans-serif;
	outline: none;
	background: #fff;
	border: none;
	margin: 10px 0;
	border: 1px solid #E0E0E0;
	font-weight: bold;
	background: #f9f9f9;
}

.dl-menuwrapper ul, .dl-menuwrapper li {
    padding: 20px 0;
}

#hoved-innhold{
    padding: 80px 0 180px;
}

.ult-spacer {
	height: 30px;
}

h2{
	color: #e03e31 !important;
	font-weight: 600 !important;
}

@media only screen and (min-width: 480px) {
	.baggy-text{
		text-align: right;
		position: relative;
		top: 15px;
	}
}

@media only screen and (max-width: 991px){
	.underside-tekst{
    	width: 100% !important;
    	margin-left: 0 !important;
	}
	#hoved-innhold{
	    padding: 30px 0 130px;
	}
	#menu-hovedmeny-1{
		position: relative;
    	bottom: 4px;
	}
}

@media only screen and (max-width: 550px) {
    .skjul-mobil{
        display: none;
    }
		#hoved-innhold{
		    padding: 10px 0 100px;
		}
	.master_container{
		padding-top: 60px !important;
	}
	#menu-hovedmeny-1{
		position: relative;
    	top: 6px;
    	bottom: 0px;
    	max-height: 110vh;
    	height: 110vh;
	}
	#dl-menu{
		max-height: 60px;
	}
}
