/*
 Theme Name:   Twenty Sixteen Child
 Theme URI:    http://example.com/twenty-thirteen-child/
 Description:  Twenty Sixteen Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     twentysixteen
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-sixteen-child
*/


@import url("../twentysixteen/style.css");
@font-face {
    font-family: 'Federo';
    src: url('fonts/federo-regular.eot');
    src: url('fonts/federo-regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/federo-regular.woff') format('woff'),
         url('fonts/Federo-Regular.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

body {
	background:#FFF;
	color:#000;
	font-family:"Federo", serif !important;
	font-size:16px;
	line-height:18px;
}

.site .skip-link, .site-title, .site-description,.entry-footer, .entry-title, .sticky-post, .page-title, .page-links, .site-footer .site-title, .main-navigation, .post-navigation, .post-title, .image-navigation, .comment-navigation  {
	font-family:"Federo", serif !important;
}
.site{
	  margin:0px;
}
.site-inner {
    /*max-width: 940px !important;*/
	  max-width: 100%;
}

.page-header, .page-content{
    margin-left: 0 !important;
    margin-right: 0 !important;
	border:0px;
	margin-top: 5px;
	margin-bottom: 5px;

}

.entry-header, .post-thumbnail, .entry-content, .entry-summary, .entry-footer, .comments-area, .image-navigation, .post-navigation, .pagination, .page-header, .page-content, .content-bottom-widgets {
    margin-left: 0;
    margin-right: 0;
}

.site-main {
margin-bottom:5px;
margin-top:5px;
}

.site-title {
font-size: 40px;
}

.site-header {
padding: 10px;
margin: 0 auto;
max-width: 940px;

}

.site-header-menu{
margin-bottom:5px;
margin-top:5px;
}

.site-content {

margin:0px;
box-shadow: 0 0 20px #999;
padding: 0px;
}

.content-area {
clear:both;
padding: 10px;
margin: 0 auto !important;
max-width: 940px;
}

.site-footer{
display:none;
}
.main-navigation{
font-size:1.5em !important;
}

.entry-content, .entry-header{
margin-left:0 !important;
}

.entry-content{
width: 100% !important;
}


.format-standard .entry-header{
display:none !important;
}


.entry-footer{
display:none;
}

.home .entry-title{
display:none;
}

.post-navigation{
display:none;
}

.post-thumbnail{
max-width:150px;
}


.slider-wrapper{
background-image:url(/wp-content/uploads/2017/05/1-80wajouterauslide.jpg);
max-height:342px;
max-width:940px;
}

.site-main > article {
    margin-bottom: 1.0em;
}
.accordion-slider {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

/* Contact form */
.wpcf7{
width:50%;
}

.wpcf7-submit{
	font-family:"Federo", serif !important;
	font-size:14px !important;
	padding: 0.6375em 0.675em 0.625em !important;
}

.wpcf7-form-control-wrap input{
padding: 0.20em 0.10em;
}

.wpcf7-textarea{
height:10em;
}

.huge-it-wrap{
height:auto;
}

.jp-carousel-info{
display:none;
}