/*
Theme Name:	Livsvaerk Mobile Extended
Theme URI: www.burrhus.dk
Description: Custom theme edited for mobile - Added pagetemplates 
Version: 2.1
Author: burrhus.dk
Author URI: www.burrhus.dk
*/

/* Font Face */
@font-face {
    font-family: "Futura";
    font-weight: normal;
    src: url("fonts/FuturaMedium.eot?#iefix") format("embedded-opentype"), url("fonts/FuturaMedium.woff") format("woff"), url("fonts/FuturaMedium.ttf") format("truetype");
}
@font-face {
    font-family: "Futura";
    font-weight: bold;
    src: url("fonts/FuturaBold.eot?#iefix") format("embedded-opentype"), url("fonts/FuturaBold.woff") format("woff"), url("fonts/FuturaBold.ttf") format("truetype");
}
@font-face {
    font-family: "Futura";
    font-style: italic;
    font-weight: bold;
    src: url("fonts/FuturaBoldItalic.eot?#iefix") format("embedded-opentype"), url("fonts/FuturaBoldItalic.woff") format("woff"), url("fonts/FuturaBoldItalic.ttf") format("truetype");
}
@font-face {
    font-family: "Futura Condensed";
    font-weight: normal;
    src: url("fonts/FuturaCondensedMedium.eot?#iefix") format("embedded-opentype"), url("fonts/FuturaCondensedMedium.woff") format("woff"), url("fonts/FuturaCondensedMedium.ttf") format("truetype");
}
@font-face {
    font-family: "Futura Condensed";
    font-weight: lighter;
    src: url("fonts/FuturaCondensedLight.eot?#iefix") format("embedded-opentype"), url("fonts/FuturaCondensedLight.woff") format("woff"), url("fonts/FuturaCondensedLight.ttf") format("truetype");
}

/* Reset */
html, body, form, p, ul, li, h1, h2, h3, h4, h5, h6{
	margin:0;
	padding:0;
}

/* General */
body{
	background: #fff;
	font-family: 'Futura';
	/* min-width: 1140px; */
	-webkit-font-smoothing: antialiased;
}
strong{
	font-weight: 600;
}
a{
	color: #000;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
.relative{
	position: relative;
}
*:focus {
    outline: 0;
}
img{
	max-width: 100%;
	height: auto;
	border: 0;
}
.home iframe{
	display: block;
	margin: 0 auto;
}

/* Layout */
.inner{
	/* width:1140px; */
	margin : 0 auto;
}
.overview, .narrow{
	/* width: 550px; */
	margin: 0 auto
}
.inner .panel-grid{
	width: auto;
}

/* Clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}

/* Vertical align middle */
#header .header-tagline img, 
#header .header-logo img, 
.banner-widget .banner-content, 
.banner-widget .banner-content .text,
#footer-bottom p
/* ,
#contact-footer .panel-grid-cell */
{
	top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
}


/* Header style */
#header{
	margin: 20px 0;
	height: 90px;
}
#header .header-logo{
	float: left;
	height: 90px;
}
#header .header-logo a{
	display: block;
	height: 100%;
}
#header .header-tagline{
	float: right;
	height: 90px;
	max-width: 175px;
}
#header .header-tagline img, #header .header-logo img{
    max-height: 100%;
	width: auto;
}
#header .header-menu{
	float: right; 
	margin-right: 80px;
    margin-top: 55px;
}
#header .header-menu li{
	list-style: outside none none;
	margin: 0 10px;
	position: relative;
}
#header .header-menu .menu > li{
	float: left;
	padding-bottom: 10px;
	position: relative;
}
#header .header-menu li a{
	color: #000;
	font-size: 15px;
	font-weight: 600;
	display: inline-block;
	margin-bottom: 3px;
	text-decoration: none;
	text-transform: uppercase;
}
#header .header-menu li a:hover{
	text-decoration: underline;
}
#header .header-menu li ul{
    background: none repeat scroll 0 0 #fff;
    border: 1px solid;
    display: none;
    left: 0;
    position: absolute;
    top: 25px;
    z-index: 100;
}
#header .header-menu li > ul > li:last-child{
	margin-bottom: 10px;
}
#header .header-menu li > ul > li:first-child{
	margin-top: 10px;
}
#header .header-menu li > ul > li {
    margin: 0;
    padding: 0px 20px;
}
#header .header-menu li ul li a{
	white-space: nowrap;
	font-size: 13px;
}
#header .header-menu li:hover > ul{
	display: block;
	z-index: 100
}
#header .header-menu ul > li > ul > li > ul{ 
     border: 1px solid #000;
    left: 100%;
    margin-top: -1px;
    padding: 0;
    position: absolute;
    right: auto;
    top: 0;
    margin-top: -11px;
}
#header .header-menu ul > li > ul > li > ul > li a{
	white-space: nowrap;
}
#header .header-menu ul > li > ul > li > ul > li{
	margin: 0;	
}

/* Search bar */
#search-bar{
	height: 30px;
	width: 100%;
}
#search-bar form{
	float: right;
}   
#searchsubmit{
    background: url("/wp-content/uploads/2015/01/search.png") no-repeat scroll 0 0 / 18px auto rgba(0, 0, 0, 0);
    border: medium none;
    color: #fff;
    height: 19px;
    margin-left: -31px;
    padding: 0 5px 0 0;
    position: absolute;
    right: 5px;
    top: 6px;
    width: 27px;
}
#searchform > div{
	position: relative;
}
#s{
	border: none;
	height: 30px;
	width: 300px;
	background: transparent;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	color: #fff;
	padding: 0 35px 0 15px;
}
/* Search results */
.search-results #main h2{
	margin-bottom: 0;
	text-decoration: underline;
	text-transform: none;
}
.search-results #main .result{
	margin-bottom: 50px;
}

/* Panel style */
body #main .panel-grid{
	width: 100%;
	/* margin-right: 0;
	margin-left: 0; */
}
.panel-row-style{
	/* width: 1190px; */
	/* margin: 0 auto; */
}
.panel-row-style[data-stretch-type="full"]{
	width: auto;
}

/* Banner widget */
.banner-widget {
	height: 450px;
	display: inline-block;
	width: 100%
}
.banner-widget .banner-content{
	height: 180px;
	width: 100%;
	position: relative;
	top: 50%;
	text-align:center;
	background: rgba(255, 255, 255, 0.4);
}
#main .banner-widget .banner-content .text h1{
	font-size: 50px;
	font-weight: 600;
	line-height: 60px;
}
#main .banner-widget .banner-content .text h2{
	font-size: 25px;
	line-height: 35px;
	font-weight: 100;
	text-transform: none;
}
#main .banner-widget .banner-content i{
	font-size: 55px;
    left: 50%;
    margin-left: -27px;
    position: absolute;
    top: -30px;
}

/* Bottom footer */
#footer-bottom{
	padding: 35px 0;
	background: #000;
	/* height: 70px; */
}
#footer-bottom img{
    float: left;
    max-height: 70px;
    max-width: 200px;
}
#footer-bottom p{
	color:#fff;
	font-weight: 100;
	font-size:17px;
}
#footer-bottom .footer-text-wrapper{
	float: right;
	/* width: 800px; */
	height: 75px;
}


/* Contact footer */
#contact-footer{
	margin-top: 35px;
	padding-top: 35px;
	padding-bottom: 35px;
}
#contact-footer img{
	max-width: none;
}
#contact-footer p{
	font-size: 11px;
	font-weight: 100;
}
#contact-footer h5{
	font-size: 15px;
	font-weight: 600;
}
#contact-footer hr{
	margin-top: 30px;
	margin-bottom: 30px;
	border-bottom: none;
	border-top: 1px solid #000;
}
#contact-footer a{
	text-decoration: none;
}
#contact-footer a:hover{
	text-decoration: underline;
}
#contact-footer .footer-widget .panel-grid-cell{
	padding-left: 15px;
	padding-right: 15px;
}
#contact-footer .footer-widget .panel-grid{
	min-height: 60px;
	margin-left: -15px;
	margin-right: -15px;
}

/* Social media footer */
#contact-footer .social-media{
	display: table;
}
#contact-footer .social-media a{
	margin-right: 25px;
}
#contact-footer .social-media span{
	font-size: 11px;
	display: table-cell;
	vertical-align: middle;
}


/* read more boxes */
.readmore.panel-row-style{
	margin-top: 65px;
}
#main .readmore.panel-row-style h3{
    border-bottom: 1px solid #000;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.readmore.panel-row-style .panel.widget{
	min-height: 115px;
}
.readmore.panel-row-style .textwidget h4{
	font-size: 15px;
}
.readmore.panel-row-style .textwidget p{
	font-size: 13px;
}

/* Content style */
body > h1, #main > h1{
	font-size: 35px;
	text-transform: uppercase;
	text-align: center;
	/* width: 1140px; */
	margin: 0 auto;
	margin-top: 55px;
}
hr.title-hr{
	width: 350px;
	margin: 30px auto;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #ccc;
}
#main{
	/* font-size: 12px;
	margin-bottom: 80px; */
}
#main ul{
	margin-bottom: 20px;
	padding-left: 11px;
}
#main ul li{
	font-weight: 100;
	line-height: 18px;
}
#main p{
	margin-bottom: 15px;
	font-weight: 100;
	line-height: 18px;
}
#main h2{
	margin-bottom: 15px;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
}
#main h3{
	margin-bottom: 0px;
	text-transform:none;
	font-size: 12px;
	font-weight: 400
}

/* Overviews */
#main.overview h2{
	font-size: 12px;
	margin-bottom: 0;
	text-transform: none;
	text-decoration: underline;
}
#main.overview .job{
margin-bottom: 50px;
}


/* Sidebars */
#right-sidebar{
	position: absolute;
    right: 0;
    top: 0;
    width: 265px;
}
#right-sidebar .right-widget.widget_black_studio_tinymce{
    background: none repeat scroll 0 0 #e6e3e2;
    padding: 30px 20px;
    font-size: 12px;
}
#right-sidebar .right-widget.widget_black_studio_tinymce h2{
	text-transform: uppercase;
	font-size: 12px;
}

/* Post style */
.post h3{
	text-decoration: underline;
	font-size: 12px;
}
.postmeta p{
	color: rgb(125, 125, 125);
	text-transform: uppercase;
	font-size: 10px;
	font-weight: 100;
}

/* SO Button correct */
.so-widget-sow-button .ow-button-base .ow-button-hover{
	border-bottom: medium none;
	font-size: 15px;
	font-weight: 500;
	padding: 10px 15px 7px;
}

/* Contact form */
.wpcf7-textarea[placeholder]{
	line-height: 180px;
}
.wpcf7-textarea::webkit-input-placeholder{
	line-height: 180px;
}
.wpcf7-textarea:moz-placeholder{
	line-height: 180px;
}
.wpcf7-textarea::moz-placeholder{
	line-height: 180px;
}
.wpcf7-textarea:ms-input-placeholder{
	line-height: 180px;
}
.wpcf7-textarea{
	font-family: 'arimo';
	height: 200px;
}
.wpcf7-text, .wpcf7-textarea{
	border: 3px solid #000;
    font-style: italic;
    font-size: 12px;
    font-weight: 600;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.wpcf7-submit{
	border: medium none;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 500;
    margin: 30px auto 0;
    padding: 5px 0;
    text-transform: uppercase;
    width: 155px;
}

/* Livsværk banner */
.livsvaerk_org{
	position: relative;
}
.livsvaerk_org img{
	margin: 0 auto;
	display: block;
}

/* Livsværk banner - button middle */
.livsvaerk_org.button_middle .button_title{
    background: none repeat scroll 0 0 #fff;
    border: 3px solid #000;
    font-size: 17px;
    font-weight: 600;
    /* height: 34px; */
    left: 50%;
    line-height: 34px;
    margin-top: -17px;
    padding: 0 15px;
    position: absolute;
    text-transform: uppercase;
    top: 50%;
    transform: translateX(-50%);

}
.livsvaerk_org.text_top .button_title{
    background: none repeat scroll 0 0 #fff;
    font-size: 17px;
    font-weight: 600;
    left: 50%;
    line-height: 34px;
    padding: 0 15px;
    position: absolute;
    text-transform: uppercase;
    top: 20px;
    transform: translateX(-50%);
    text-align: center;
    line-height: 20px;

}
.livsvaerk_org.news form{
	position: absolute;
	transform: translateX(-50%);
	left: 50%;
	margin-top: -17px;
	top: 50%;
}
.livsvaerk_org.news form input[placheholder]{
	font-weight:600;
	color: #000 
}
.livsvaerk_org.news form input{
	width: 250px;
	border: 2px solid #000;
	height: 28px;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 600;
	text-align: center;
	font-style: italic;
}
.livsvaerk_org.news form input[type="submit"]{
	font-size: 15px;
	border: none;
	width: auto;
	padding: 0 55px;
	text-transform: uppercase;
	font-weight: 600;
	height: 34px;
}

/* team widget */
.team-member img{
	margin-bottom: 20px;
}
.team-member .info .title{
	display: block;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 20px;
}
.team-member .info .desc{
	display: block;
	font-size: 12px;
	margin-top: 20px;
}
.team-member .info .contact{
	display: block;
    font-size: 12px;
    font-family: 'Futura Condensed';
}

/* Projekter */
.project{
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;
}
.project:nth-child(3n){
	margin-right: 0;
}
.project .title{
    font-size: 13px;
    font-weight: 600;
    margin-top: 10px;
    text-align: center;
}
.project .read-more{
	text-align: center;
}
.project .read-more a{
	color: #999;
	font-size: 11px;
	font-family: 'Futura Condensed';
	text-transform: uppercase;
}
/* Nyhedr */
.category-nyheder #main h3{
	font-weight: 600;
}
.category-nyheder #main > .post{
	margin-bottom: 50px;
}


/* Version 2.0 styling starter her */ 
.navbar-default {
    background-color: transparent !important;
	border-color: transparent  !important; 
	float: left;
	margin-bottom: 0px;
}
.header-logo {
	float: left;
}
.header-tagline {
	float: right;
	margin-top:30px;
}
@media (min-width: 768px) {
	.header-logo {
		float: none;
	}
}
@media (max-width: 768px) {
	.header-tagline {
		display: none;
	}
	.navbar-default {
		float: right;
	}
}
.footerlogo { 
	display: none;
}

#footer-bottom .footer-text-wrapper {
    width: 100%;
}
.livsvaerk_org.button_middle .button_title {
	display: none;
}

#main .banner-widget .banner-content .text h1 {
	font-size: 38px;
	font-weight: 600;
	line-height: 34px;
}
#main .banner-widget .banner-content .text h2 {
	font-size: 16px;
	line-height: 21px;
	font-weight: 100;
	text-transform: none;
}

nav > .collapse {
	clear: both;
}
.narrow {
    width: 95%;
}
#contact-footer img.square {
    width: 20px;
    height: 20px;
}
#contact-footer img.rectHigh {
    width: 10px;
    height: 20px;
}
@media (min-width: 500px) {
	#contact-footer img.square {
		width: 40px;
		height: 40px;
	}
	#contact-footer img.rectHigh {
		width: 20px;
		height: 40px;
	}	
	.footerlogo { 
		display: block;
	}
	#footer-bottom .footer-text-wrapper {
		width: 80%;
	}
	.livsvaerk_org.button_middle .button_title {
		display: block;
	}
	#main .banner-widget .banner-content .text h1{
		font-size: 50px;
		font-weight: 600;
		line-height: 60px;
	}
	#main .banner-widget .banner-content .text h2{
		font-size: 25px;
		line-height: 35px;
		font-weight: 100;
		text-transform: none;
	}
	.narrow {
		width: 75%;
	}
}

.navbar-default .navbar-nav>li>a {
    color: #000;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 3px;
    text-decoration: none;
	text-transform: uppercase;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333;
    white-space: nowrap;
    color: #000;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 3px;
    text-decoration: none;
	text-transform: uppercase;
}


.panel-grid.panel-has-style>.panel-row-style, .panel-grid.panel-no-style {
    display: block !important;
    /* -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    -ms-justify-content: space-between;
    justify-content: space-between; */
}

.panel-grid-cell {
    width: 100% !important;
}

.container > h1, #main > h1 {
    font-size: 35px;
    text-transform: uppercase;
    text-align: center;
    /* width: 1140px; */
    margin: 0 auto;
    margin-top: 55px;
}

.widget_livsvaerk_widget {
	margin-bottom: 23px;
}

#footer-bottom img {
    width: 18%;
}

html, body, form, p, ul, li, h1, h2, h3, h4, h5, h6 {
    font-family: 'futura';
}

a.dropdown-item {
    width: 100%;
}

/* Extension */
.frontpage-hub-inner {
    width: 50%;
    float: left;
    margin-bottom: 50px;
}
.frontpage-hub-inner .header-wrapper {
    height: 360px;
}
.header-wrapper {
    height: 360px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.frontpage-hub-inner .header-inner {
    margin-left: 100px;
    width: 300px;
}
.gradient-bg {
    background: -moz-linear-gradient(top, rgba(10, 51, 19, 0.85) 0%, rgba(47, 76, 41, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(10, 51, 19, 0.85) 0%, rgba(47, 76, 41, 0) 100%);
    background: linear-gradient(to bottom, rgba(10, 51, 19, 0.85) 0%, rgba(47, 76, 41, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf0a3313', endColorstr='#002f4c29', GradientType=0);
}
.header-inner {
    color: #fff;
    max-width: 380px;
    font-size: 18px;
    padding: 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 100%;
}
#main .frontpage-hub-inner h2 {
    font-size: 36px;
    text-transform: uppercase;
    line-height: 1.4em;
}
#main h2 {
    margin-bottom: 15px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.header-logo {
    float: left;
    height: 90px;
}
.header-logo img {
    max-height: 100%;
	width: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	z-index: 1000;
    position: absolute;
    height: 112px;
    top: 3px;
    left: 0px;
}
.frontpage-hub-innerext {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
#main .frontpage-hub-innerext h2 {
    font-size: 36px;
    text-transform: uppercase;
    line-height: 1.4em;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    color: #555;
    background-color: transparent !important; 
    text-decoration: underline;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #555;
    background-color: transparent !important; 
    text-decoration: underline;
}

.navbar-collapse {
	padding-left:175px !important;
}
@media (max-width: 768px) {
	header {
		height: 100px;
	}

	.navbar {
		width: 100%;
		background-color: white !important;
		z-index: 999;
		position: absolute;
		margin-left: 0px;
		padding-right: 15px;

	}	

	.footer-widget .row .panel-cell-style {
		/* border: 1px solid lime; */
		padding-top: 15px;
	}
}

