/************************************************

Stylesheet: Global Stylesheet

*************************************************/
/*********************
POSTS & CONTENT STYLES
*********************/
.page-title .vcard {
  border: 0px;
  padding: 0px; }

.byline {
  color: #999; }

.entry-content img {
  max-width: 100%;
  height: auto; }

.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto; }

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px; }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

.post-password-form input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #95CB48;
  color: #fefefe; }
  [data-whatinput='mouse'] .post-password-form input[type="submit"] {
    outline: 0; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    background-color: #14679e;
    color: #fefefe; }

/*********************
IMAGE GALLERY STYLES
*********************/
.gallery {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-right: -15px;
  margin-left: -15px; }

.gallery::before, .gallery::after {
  content: ' ';
  display: table; }

.gallery::after {
  clear: both; }

.gallery.gallery-columns-1 > dl {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-1 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-1 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-2 > dl {
  width: 50%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-2 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-2 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-3 > dl {
  width: 33.33333%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-3 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-3 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-4 > dl {
  width: 25%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-4 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-4 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-5 > dl {
  width: 20%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-5 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-5 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-6 > dl {
  width: 16.66667%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-6 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-6 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-7 > dl {
  width: 14.28571%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-7 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-7 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-8 > dl {
  width: 12.5%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-8 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-8 > dl:last-child:not(:first-child) {
    float: right; }

.gallery dl {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.gallery dl:last-child:not(:first-child) {
  float: right; }

/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin-top: 1rem; }

/*********************
COMMENT STYLES
*********************/
#comments .commentlist {
  margin-left: 0px; }

#respond ul {
  margin-left: 0px; }

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px; }
  .commentlist li:last-child {
    margin-bottom: 0; }
  .commentlist li ul.children {
    margin: 0; }

.commentlist li[class*=depth-] {
  margin-top: 1.1em; }

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0; }

.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0; }

.commentlist .vcard {
  margin-left: 50px; }
  .commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal; }
  .commentlist .vcard time {
    float: right; }
    .commentlist .vcard time a {
      color: #999;
      text-decoration: none; }
      .commentlist .vcard time a:hover {
        text-decoration: underline; }
  .commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff; }

.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

.commentlist .comment-reply-link {
  float: right; }

/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em; }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

#comment-form-title {
  margin: 0 0 1.1em; }

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
.sidebar li {
  list-style: none; }

.widget ul {
  margin: 0; }

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  margin-top: 1em; }

/*********************
VISUAL EDITOR STYLES
*********************/
body#tinymce {
  margin: 20px; }

/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0; }

/*# sourceMappingURL=style.css.map */


/************************************************************************************
									FF ADDED
************************************************************************************/
@font-face {
  font-family: 'Ketchupa';
  src: url('../../fonts/ketchupa-regular-webfont.eot'); /* IE9 Compat Modes */
  src: url('../../fonts/ketchupa-regular-webfont.eot?#iefix') format('embedded-opentype'), 
	  /* IE6-IE8 */
       url('../../fonts/ketchupa-regular-webfont.woff2') format('woff2'), 
	  /* Super Modern Browsers */
       url('../../fonts/ketchupa-regular-webfont.woff') format('woff'), 
	  /* Pretty Modern Browsers */
       url('../../fonts/ketchupa-regular-webfont.ttf')  format('truetype'), 
	  /* Safari, Android, iOS */
       url('../../fonts/ketchupa-regular-webfont.svg#svgFontName') format('svg'); 
	  /* Legacy iOS */
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Ketchupa', calibri, sans-serif;
}

h1{line-height: 1;}

body{
	font-family: calibri, sans-serif;
	line-height: 1.44;
	max-width: 1920px;
	margin: 0 auto;
}

p, ul {
	line-height: 1.44;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
	h1.page-title{font-size: 2.5rem}
}
/*********************
LINKS
*********************/
a{
	color: #95CB48;
	font-weight: bold;
	transition: 0.5s;
}

a:hover{
	color: #000;
}

/*********************
COLORS
*********************/
.bg_green{background-color: #95CB48;}
.bg_green:hover{background-color: rgba(149,203,72,0.8);}
.bg_black{background-color: #000;}
/*********************
BUTTONS
*********************/
.button{
	font-family: ketchupa, calibri, sans-serif;
    font-size: 1.5rem;
    font-weight: normal;
    padding: 0.75rem;
    margin-bottom: 0.5rem;
}
/*********************
HEADER / MAIN MENU
*********************/
/* Small only */
@media screen and (max-width: 39.9375em) {
.top-bar-left{max-width: 80% !important;}	
.top-bar-right{max-width: 10% !important;}	
}

.top-bar-left a{ 
	margin-left: 0;
	padding-left: 0;
}

.logo{max-height: 100px;}
.top-bar, .top-bar ul {
    background-color: #fff;
}
.main_menu ul{
	margin-right: .9375rem;
    margin-left: .9375rem;
	background-color: #95CB48;
}
.main_menu li{
}
.main_menu a{
	padding: .7rem 1rem 0.5rem !important;
	font-family: 'Ketchupa', calibri, sans-serif;
	color: #fff;
	font-size: 1.25rem;
	font-weight: normal;
	text-transform: uppercase;
}
.dropdown.menu>li.is-active>a,
.main_menu a:hover{
	color: #333;
}
.menu .active>a {
    background: #000;
}
@media print, screen and (min-width: 40em){
	header{margin-bottom: 1.5rem;}	
	.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::after {
		border-color: #fff transparent transparent;
    	right: 0px;
	}
}

/*********************
SUBMENU
*********************/
.menu.vertical {
	background-color: #fff;
}
.menu.vertical a{
	font-family: Calibri, sans-serif;
	font-size: 1rem;
	color: #333;
	text-transform: none;
	border-bottom: 1px solid #f1f1f1;
	padding: .9rem 1rem 0.7rem !important;
}
.menu.vertical a:hover{
	color: #fff;
	background-color: #95CB48;
}
.menu.vertical .active>a {
	color: #fff;	
    background: #95CB48;
}
ul.submenu{margin-left: 0;}
/* Arrow in submenu */
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right>a::after {
    border-color: transparent transparent transparent #333;
}

.menu .submenu .is-active>a{background: #95CB48 !important;}

/*********************
SMALL SCREEN MENU
*********************/
.menu-icon{ 
	margin-top: 1.3rem;	
}
.menu-icon::after {
	background: #95CB48;
    -webkit-box-shadow: 0 7px 0 #95CB48, 0 14px 0 #95CB48;
    box-shadow: 0 7px 0 #95CB48, 0 14px 0 #95CB48;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a::after {
    border-color: #333 transparent transparent;
}
li.is-accordion-submenu-item{
	padding-left: 20px;
}

/*********************
IMAGES
*********************/
.content img{
	margin-bottom: 10px;
	/*margin-left: auto;
    margin-right: auto;*/
    display: inline-block;
}

/*********************
FRONT PAGE / COLUMN 2
*********************/
.newsletter img{
	margin-left: auto;
	margin-right: auto;
}
.newsletter span{
	font-family: ketchupa, calibri, sans-serif;
	font-size: 1.5625rem;
	line-height: 1;
}
/* Medium and up */
@media screen and (min-width: 40em) {
	.column-border{border-right: 2px solid #ddd;}
}

.bildlank img{
	margin-bottom: 1rem;
	border: 1px solid #f7f7f7;
}
.bildlank a{
    font-size: 1.25rem !important;
    line-height: 1.3rem;
}
/*********************
FRONT PAGE / COLUMN 3
*********************/
.banners{
	margin-top: -8px;
}
.banners img{
	width: 100%;
	border: 1px solid #d1d1d1;
}

/* Medium and down */
@media screen and (max-width: 63.9375em) {
	.column-3{
		margin-top: 15px;
	}
}
/*********************
NEWS FEED
*********************/
#feature{
	position: relative;
}
#feature img{
	width: 100%;
}
#feature h2 a,
.news_feed h2,
.news_feed h2 a{
	float: none;
	font-size: 2rem;
	line-height: 1;
	color: #000;
	font-weight: normal;
}
.news_feed{
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 1px solid #ddd;
}
.news_feed:last-of-type {
	border-bottom: 1px solid #ddd;
}
.news_feed a{
	float: right;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
	#feature, .news_feed{
	padding-bottom: 15px;
	}
	#feature h2 a span.houdini{
	display: none;
	}
}

/* Medium and up */
@media screen and (min-width: 40em) {
	#feature h2{
	position: absolute;
	bottom: 10px;
	z-index: 1;
	width: 100%;
	margin-bottom: 0;
	padding: 30px 50px 20px;
	background: rgb(0,0,0);
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 30%);
	}
	#feature h2 a{
		font-size: 3rem;
		color: #fff;
		font-weight: normal;
		transition: 0.3s;
	}
	#feature h2 a:hover{
		color: rgba(255,255,255,0.8);	
	}
	#feature div.houdini{
		display: none;
	}
	.news_feed img{
		margin-bottom: 0;
		padding-right: 15px;
	}
}
/*********************
CATEGORY & CUSTOM POST TYPE PAGE
*********************/
/*.page-template  .article-header,
.page-template  .article-header h2,
.page-template  .byline,
.blog .article-header,
.blog .article-header h2,
.blog .byline*/
.news_feed .article-header,
.news_feed .article-header h2,
.news_feed .byline{
	margin-bottom: 0rem !important;
}

/* Pagination */
.pagination a.prev,
.pagination a.next{
	background: #95CB48;
}


/*********************
SINGLE
*********************/
#featured_image img{
	width: 100%;
	margin-bottom: 0;
}
#featured_image span{
	font-size: 80%;
	font-style: italic;
}
.single main h1{
	font-size: 3rem;
}	

blockquote{
	border-left: 5px solid #95CB48;
}

blockquote p{
	color: #000;
	font-family: ketchupa, calibri, sans-serif;
	font-size: 2rem;
    line-height: 1.1;
    padding-bottom: 15px;
}

#author{border-top: 2px solid #95CB48;}

#author-avatar img{border: 2px solid #f1f1f1;}

#author-description {padding-left: 10px;}

#author-description h3{
	font-size: 2rem;
    line-height: 1;
    margin-bottom: 0rem;
}
/* Medium and up */
@media screen and (min-width: 40em){
	.single .entry-content{
		padding-top: 20px;
		padding-bottom:20px;
	}
	.single .entry-content,
	.single #author,
	.article-footer{
		margin-left: auto;
		margin-right: auto;
		max-width: 650px;
		overflow: hidden;
	}	
	.ledare .entry-content,
	.ledare #author{
	max-width: none !important;
	padding-top: 0;
	}
}

/* Medium max */
@media screen and (max-width: 63.9375em) {
	.single main h1{
		font-size: 2rem;
	}
}

/*********************
ACF BLOCKS
*********************/
.faktaruta{
	margin-bottom: 30px;
	padding: 10px 20px;
    border: 2px solid #76ad1c;
}
/* Should be in accordion.css */
.accordion-title{
	color: #000; 
	border-top: 1px solid #95CB48; 
	border-left: none; 
	border-right: none; 
	padding: 0.75rem 1rem; 
}
.accordion-title:hover, .accordion-title:active, .accordion-title:focus{
	background: #95CB48; color: #fff;
}
.accordion h4{
	margin-bottom: 0;
}
:last-child:not(.is-active)>.accordion-title, :last-child>.accordion-content:last-child {
	border-bottom: 1px solid #95CB48 !important;
}
.accordion-content{border: none;}

/*********************
PAGINATION
*********************/
.pagination .current {
    background: #95CB48;
}
/*********************
SIDEBAR
*********************/
.sidebar{
	margin-bottom: 20px;
}
.sidebar h3{
	font-size: 2rem;
	line-height: 1;
}
.sidebar .news_feed:last-of-type,
.sidebar .news_feed{
	border: none;
	padding-top: 5px;
}
.sidebar .news_feed h4{
	font-size: 1.25rem;
	font-weight: normal;
	line-height: 1;
	color: #000;
	transition: 0.3s;
}	
.sidebar .news_feed h4:hover{
	color: #95CB48;
}
.sidebar .news_feed img{
	margin-bottom: 0;
	margin-top: 15px;
	padding-right: 0;
}
.sidebar .news_feed img:first-of-type{
	margin-top: 0;
}
.sidebar .news_feed small{
	color: #000;
	font-weight: normal;
}

/* Experter */
.experter h3{
	margin-top: 3rem;
}
.experter img{
	margin-bottom: 5px;
}
.experter p{
	margin-bottom: 2rem;
	line-height: 1.3;
}
.experter h4 {
    font-family: ketchupa, calibri, sans-serif;
    font-size: 1.5625rem;
	line-height: 1.1;
	margin-bottom: 0;
}

/* Medium and down */
@media screen and (max-width: 63.9375em) {
	.sidebar{
		margin-top: 2rem;
	}
	.sidebar .news_feed h4{
		font-size: 2rem;
	}
}
/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	.sidebar .news_feed img {
    	padding-right: 15px;
	}
}
/* Large and up */
@media screen and (min-width: 64em) {
	.sidebar{
		border-left: 1px solid #f1f1f1;
		border-right: 1px solid #f1f1f1;
	}	
}
/*********************
JETPACK
*********************/
.sidebar .jetpack_subscription_widget {
	margin-bottom: 3rem;
}
.sidebar .jetpack_subscription_widget h2 {
    font-size: 2rem;
    line-height: 1;
}
.sidebar .jetpack_subscription_widget #subscribe-email input{
	width: 100%;
}
.jetpack_subscription_widget button[type="submit"] {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    font-family: ketchupa, calibri, sans-serif;
    font-size: 1.5rem;
    font-weight: normal;
	color: #fff;
    padding: 0.75rem;
    margin-bottom: 0.5rem;
    background-color: #95CB48;
	transition: 0.3s;
}
.jetpack_subscription_widget button[type="submit"]:hover {
    background-color: rgba(149,203,72,0.8);
}
.jetpack_subscription_widget .error{
    padding: 0.5rem 0.75rem;
    border: 2px solid red;
	font-size: 0.9rem;
}
/*********************
SÖKRUTA
*********************/
.search-form{
	margin-right: .4375rem;
}

/*********************
OM TIDNINGEN
*********************/
#omsslag{
	margin-bottom: 50px;
}
#omslag h3{
    font-size: 1.9375rem;
	width: 100%;
	margin-top: 40px;
}
#omslag img{
	display: inline;
	margin-bottom: 0;
	border: 1px solid #f7f7f7;
	box-shadow: 0 5px 5px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
}

/*********************
FOOTER
*********************/
.footer{
	background-color: #95CB48;
    padding: 1rem 2rem 3rem;
	color: #fff;
	font-size: 1rem;
	line-height: 1.3;
}
.footer h2{margin-top: 2rem; font-size: 2rem; line-height: 1;}
.footer p{font-size: 1rem; line-height: 1.3}

/*********************
PLUGIN STYLES
*********************/
/* Contact form 7 */
.wpcf7-submit{
	border: none;
	font-family: ketchupa, calibri, sans-serif;
    font-size: 1.5rem;
    font-weight: normal;
    color: #fff;
    padding: 0.75rem 1.25rem;
    margin-bottom: 0.5rem;
    background-color: #95CB48;
    transition: 0.3s;
}

.wpcf7-submit:hover{
	background-color: rgba(149,203,72,0.8);
}


/*********************
PRINT STYLES
*********************/
@media print {
	.banners,
	.header,
	.sidebar,
	footer{
		display: none;
	}
	.single .grid-x>.large-8 {
    width: 100% !important;
	}
}







/* Small only */
@media screen and (max-width: 39.9375em) {}

/* Medium and up */
@media screen and (min-width: 40em) {}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {}

/* Large and up */
@media screen and (min-width: 64em) {}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}