@charset "utf-8";
/*
Theme Name: BEK-arkiv
Theme URI: http://underscores.me/
Author: Overhaus / archive extensions by Stian Remvik & Sindre Sørensen
Author URI: http://overhaus.no
Description: Underscores.me based theme designed by Overhaus.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bek
Tags:
*/


/* ******************
   ** PROFILE INFO **
   ******************

Main colors

#6dc6b6 profile-color-1a (main)
#34a893 profile-color-1b (details)
#faf8eb profile-color-2 (background)

*/

/* Remove myfonts-plus-thing */

#mfPreviewBar {
	display: none;
}

/* ******************* */
/* ** General stuff ** */
/* ******************* */

* {
	box-sizing: border-box;
}

.screen-reader-text {
	display: none;
}

body {
	font-family: 'Lato', sans-serif;
	background-color: #FAF8EB;
	color: black;
}

/* Prevent anchor-linking highlighting sections */
section {
	outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'FuturaSB', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #34a893;
	text-decoration: none; }
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	text-decoration: underline;
}

a {
	color: #34a893;
}

.visually-hidden {
	display: block;
	height: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
}

.clearfix:after {
	content: '';
	display: table;
	clear: both;
}

.content {
	max-width: 960px;
	margin: auto;
}

.content--wide {
	max-width: 1500px;
}

article > .content {
	padding-left: 20px;
	padding-right: 20px;
}

.content:after {
	content: '';
	display: table;
	clear: both;
}

ul.list--nobullets {
	list-style-type: none;
	padding: 0;
}

/* Set images in the running text to column width */
.wp-the-content img {
	max-width: 100%;
	height: auto;
}

/* Forms */

input.form__input, input.form__button {
	background-color: transparent;
	border-width: 0;
	border: 1px solid black;
	padding: 2px 4px;
}

input.form__button {
	cursor: pointer;
	padding-bottom: 1px;
	padding-right: 3px;
	box-shadow: 1px 1px 0 white;
} input.form__button:active {
	position: relative;
	top: 1px;
	left: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	box-shadow: none;
}

/* Link Styles */

input {
	/* Reset iOS border rounding */
	border-radius: 0;
}

.story p a, .article--short p a {
	text-decoration: none;
	border-bottom: 3px solid #a0dcd1;
	box-shadow: inset 0 -4px 0 #a0dcd1;
	color: inherit;
	-webkit-transition: background 200ms ease;
	transition: background 200ms ease;
}

.story p a:hover, .story p a:focus, .story p a:active,
 .article--short p a:hover,  .article--short p a:focus,  .article--short p a:active {
	background: #a0dcd1
}

.story-sm a {
	border-bottom: 3px solid #a0dcd1;
	box-shadow: inset 0 -2px 0 #a0dcd1;
	color: inherit;
	-webkit-transition: background 200ms ease;
	transition: background 200ms ease;
}

.story-sm a:hover,.story-sm a:focus,.story-sm a:active {
	background: #a0dcd1
}

.story-micro a,.listicle .content .listicle-captions p a {
	border-bottom: 0 solid #a0dcd1;
	box-shadow: inset 0 -4px 0 #a0dcd1;
	color: inherit;
	-webkit-transition: background 200ms ease;
	transition: background 200ms ease;
}

.story-micro a:hover,.listicle .content .listicle-captions p a:hover,.story-micro a:focus,.listicle .content .listicle-captions p a:focus,.story-micro a:active,.listicle .content .listicle-captions p a:active {
	background: #a0dcd1
}

/* SOCIAL MEDIA */

.social-share-buttons {
	margin-top: 60px;
	margin-bottom: 60px;
}

.twitter-share-button {
	vertical-align: bottom;
}

/* ****************** */
/* ** SEARCH STUFF ** */
/* ****************** */

/* Menu modal search field */
.searchmodal {
	display: none;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100vh;
	background-color: #000;
	z-index: 1001;
}

.searchmodal__container {
	position: absolute;
	width: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0 20px;
}

.searchmodal form {
	display: block;
	max-width: 800px;
	width: 100%;
	height: 60px;
	margin: auto;
	position: relative;
	font-size: 37px;
}

.searchmodal input:focus {
	outline: none;
}

.searchmodal input.searchbutton {
	position: absolute;
	height: 1.8em;
	top: 50%;
	padding: 0 0.8em;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	right: 0;
	bottom: 0;
	text-transform: uppercase;
	border: 1px solid #fff;
	background-color: transparent;
	font-weight: 300;
	font-size: 30px;
	-webkit-font-smoothing: antialiased;
	color: #fff;
	cursor: pointer;
	border-radius: 0;
}

.searchmodal input.searchfield {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: calc(80% - 20px);
	padding: 0;
	background-color: transparent;
	border: 0;
	color: #fff;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
}

.searchmodal input.searchfield::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.2);
	padding-left: 5px;
}
.searchmodal input.searchfield:-moz-placeholder {
	color: rgba(255, 255, 255, 0.2);
	padding-left: 5px;
}
.searchmodal input.searchfield::-moz-placeholder {
	color: rgba(255, 255, 255, 0.2);
	padding-left: 5px;
}
.searchmodal input.searchfield:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.2);
	padding-left: 5px;
}

main.search-results {
	margin-top: 60px;
}

main.search-results h3 {
	text-transform: initial;
	font-size: 1.7em;
}

.results-navigation__button {
	display: inline-block;
}	.results-navigation__button a {
		margin-right: 2em;
	}

span.search-term:before {
	content: open-quote;
}

span.search-term:after {
	content: close-quote;
}

.the-results strong {
	/* The highlighted words in the results. */
}

.the-results .post {
	margin: 4em 0;
}


/* ***************** */
/* ** GRID SYSTEM ** */
/* ***************** */

.row {
	position: relative;
	margin: 40px 0;
} .row:after {
	content: '';
	display: table;
	clear: both;
}

[class*='col-'] {
	float: left;
	overflow: hidden;
	padding-right: 20px;
}

[class*='col-']:last-of-type {
	padding: 0;
}

.col-1-3 {
	width: 33.33%;
}

.col-1-4 {
	width: 25%;
}

/* ****************** */
/* ** HEADER STUFF ** */
/* ****************** */

/* General Header */

.navigation .home-button a {
    display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	overflow: hidden;
	/*padding-top: 233%;*/
	padding-top: 115px;
	background-image: url(img/rgb_bek-logo-svart.svg);
	background-size: contain;
	/*background-image: url(img/bek-logo-svart-mtekst.png);*/
	background-repeat: no-repeat;
}

.navigation h1.home-button {
	position: relative;
	margin: 0;
	/*width: 30px;
	height: 70px;*/
	width: 142px;
	-webkit-transform: translateY(-22px);
	transform: translateY(-22px);
	top: 22px;
}

.navigation {
    padding: 40px;
    padding-bottom: 80px;
	color: white;
	/*background-color: #FAF8EB;*/
	font-size: 20px;
	font-weight: 300;
}
/* Meny bakgrunn for arkiv-del */
.archive .navigation,
.kronologi-template-default .navigation,
.page-id-21333 .navigation,
.page-id-21332 .navigation {
	background-color: #FAF8EB;
}
.navigation:after {
	content: '';
	display: table;
	clear: both;
}

.language li.active {
	border-bottom: 1px solid;
}

.navigation__mainchoices {
	margin-left: 120px;
}

/* **************** */
/* ** Navigation ** */
/* **************** */

.nav {
	display: block;
	font-size: inherit;
}

.nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.nav ul li {
	float: left;
	margin-left: 2em;
	/* margin-top: 0.3em; */
}

.nav ul li ul li {
	margin-left: 0em;
}


.nav ul li.lang-item {
	float: right;
	/*margin-left: 3em;*/
	margin-left: 0;
}

.frontpage .nav ul li.lang-item a {
	/*color: black;*/
}

.navigation .language {
	margin-left: 1em;
	float: right;
}

.navigation a {
	display: block;
	line-height: 1em;
	color: black;
	text-transform: uppercase;
	text-decoration: none;
	width: 100%;
}

/* Meny dott */
/*.current-menu-item a::before {
    content: "•";
    left: -1.0em;
    color: black;
		position: relative;
		margin-right: -0.57em;
}
.single-prosjekt .menu-item-object-prosjekt a::before,
.single-tema .menu-item-object-tema a::before,
.single-kunstner .menu-item-object-kunstner a::before,
.single-kronologi .menu-item-object-kronologi a::before {
    content: "•";
    left: -1.0em;
    color: black;
		position: relative;
		margin-right: -0.57em;
}
.single-tema .menu-item-object-tema a::before {
    content: "•";
    left: -1.0em;
    color: black;
		position: relative;
		margin-right: -0.57em;
}*/

.menu-item-object-prosjekt a {
    color: #92289C;
}

.menu-item-object-tema a {
    color: #416BFF;
}

.menu-item-object-kunstner a {
    color: #8A9C28;
}



/* ************** */
/* ** ARTICLES ** */
/* ************** */

.article {
	margin: 40px 0;
} .article:first-child {
	margin-top: 0;
} .article:last-child {
	margin-bottom: 0;
}

a.article-link {
	display: block;
	color: initial;
	text-decoration: none;
}

a.article-link-in-modal  {
    color: #B760FF;
		font-family: Futura, sans-serif;
		text-transform: uppercase;
		font-weight: 600;
}


section.articles {
	position: relative;
	padding: 0 40px;
}
section.articles:after {
	content: '';
	display: table;
	clear: both;
}

.article h3 {
	margin: 10px 0;
}

.article__introtext {
	font-size: 14px;
	line-height: 1.6em;
	margin: 10px auto;
} .article__introtext *:first-child {
	margin-top: 0;
} .article__introtext *:last-child {
	margin-bottom: 0;
} .article__introtext .read-more {
	font-weight: bold;
}

.article--short h3 {
	font-size: 20px;
	margin: 0 0 0.5em;
}

.article--short > a {
	color: initial;
	overflow: hidden;
	text-decoration: none;
}

.article-image {
	position: absolute;
	width: auto;
	height: 100%;
	left: 50%;
	top: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.article-image.left {
	left: 0;
	-webkit-transform: translateX(0);
	        transform: translateX(0);
}
.article-image.right {
	right: 0;
	-webkit-transform: translateX(0);
	        transform: translateX(0);
}

/* Articles > Time */

.time {
	color: #34a893;
	font-weight: 300;
}

.time__place {
	display: block;
	font-weight: 400;
}

.time__event {
	margin-bottom: 0.6em;
}

.article--short .time {
	margin-top: 10px;
}

.article--short {
	margin: 60px 0;
}

.article--short .time__place {
	margin-bottom: 0.2em;
}

.article--short .time__dates {
	font-size: 0.9em;
}

/* ************************** */
/* ** MAIN ARTICLE / STORY ** */
/* ************************** */

.main-article h2 {
	font-family: FuturaSB;
	font-weight: bold;
	font-size: 38px;
	line-height: 0.9em;
	text-transform: uppercase;
	color: #6dc6b6;
	margin-bottom: 20px;
}

.imageslider {
	margin-bottom: 40px;
}

main .content, .main-article .content, .about-us {
	padding: 0 10px;
}

.story {
	padding: 0 60px;
	position: relative;
	font-size: 19px;
}

.story .category, .about-us header h3:first-of-type {
	font-family: FuturaSB, sans-serif;
	font-size: 26px;
	line-height: 0.7em;
	color: #34a893;
	text-transform: uppercase;
	position: absolute;
	top: 0;
	left: -60px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-writing-mode: vertical-lr;
	-ms-writing-mode: tb-lr;
	writing-mode: vertical-lr;
	margin: 0;
	white-space: nowrap;
}

.story header {
	position: relative;
}

.story > header:first-child + h4 {
	margin-top: 0;
}

/* Story content related */

.story .wp-the-content p,
.story .wp-the-content li {
	font-size: 1em;
	line-height: 1.8em;
}

.story .wp-the-content h3 {
	font-size: 32px;
}

.story .wp-the-content h4 {
	font-size: 26px;
}

.story .wp-the-content h3,
.story .wp-the-content h4,
.story .wp-the-content h5,
.story .wp-the-content h6 {
	margin-top: 1em;
	margin-bottom: 0;
}

.story .wp-the-content h3 + p,
.story .wp-the-content h4 + p,
.story .wp-the-content h5 + p,
.story .wp-the-content h6 + p {
	margin-top: 0;
}

.story .wp-the-content ul {
	list-style-type: none;
	padding: 0;
}

.story .wp-the-content > ul li {
	line-height: 1.5em;
	padding-left: 1em;
	position: relative;
} .story .wp-the-content > ul li:before {
	content: '– ';
	font-weight: bold;
	position: absolute;
	left: 0em;
}

.ingress {
	font-size: 1.1em;
	font-weight: 700;
}

.ingress p:first-child {
	margin-top: 0;
}

/* Dates */

.when {
	font-size: 16px;
}

.when__container {
	position: relative;
	margin: 10px 0;
	color: #6dc6b6; /* profile-color-1a (main) */
	color: #34a893; /* profile-color-1b (details) */
	text-align: center;
}

.when__container:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	background-color: #6dc6b6;
	width: 100%;
	height: 0.125em;
	min-height: 1px;
}

.when__dash {
	display: none;
}

.when__date {
	position: absolute;
	background-color: #faf8eb;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	display: block;
}
.when__date--from {
	left: 0;
	padding-right: 1.5em;
}

.when__date--to,
.when__container--onedate .when__date {
	right: 0;
	padding-left: 1.5em;
}

.when__date:after {
	content: '';
	display: block;
	background-color: #6dc6b6;
	border-radius: 1em;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 0.75em;
	height: 0.75em;
}

.when__date--from:after {
	right: 0;
}

.when__date--to:after {
	left: 0;
}

.when__place {
	display: inline-block;
	position: relative;
	max-width: 50%;
	text-align: center;
	background-color: #faf8eb;
	padding: 0 0.5em;
}

/* Only one date */

.when__container--onedate {
	text-align: left;
}

.when__container--onedate span.when__date:after {
	left: 0;
}

.when__container--onedate span.when__place {
	padding-left: 0;
	padding-right: 0.8em;
	text-align: left;
	max-width: 75%;
}

/* Tags */

.tags ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

.tags ul li {
	float: left;
	margin: 4px;
	margin-left: 0;
	margin-top: 0;
	padding: 0;
} .tags ul li:before {
	content: none;
}

.tags a {
	display: block;
	background-color: transparent;
	color: #333;
	border: 1px solid #333;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 1em;
	font-weight: 400;
	line-height: 0.8em;
	padding: 0.333em 0.666em;
}

.tags a:hover {
	background-color: #333;
	color: #faf8eb;
	-webkit-transition: background-color 200ms ease, color 400ms ease;
	transition: background-color 200ms ease, color 400ms ease;
}


.tags, .published {
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	font-size: 12px;
	margin: 20px 0;
}

.sidebar--tags .tags {
	margin-top: 0;
}

.published p {
	font-size: 15px;
	text-transform: uppercase;
	margin: 0;
}

/* ****************** */
/* ** OWL CAROUSEL ** */
/* ****************** */

.owl-dots {
	font-size: 12px;
	text-align: center;
	margin: 20px 0;
}

.owl-dot {
	display: inline-block;
	background-color: white;
	opacity: 0.3;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	width: 1em;
	height: 1em;
	border-radius: 0.5em;
	margin: 0 0.5em;
}

.owl-dot.active {
	background-color: #6dc6b6;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.owl-carousel .owl-item img {
	height: 400px;
	width: auto;
}

.owl-nav div {
	float: left;
	font-family: Lato, sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	color: #6dc6b6;
	margin-top: calc(20px - 0.2em);
}

.owl-nav div.owl-next {
	float: right;
}

/* ************************ */
/* ** ARTICLE INFO THING ** */
/* ************************ */

.article-info-thing {
	/* position: absolute; */
	/* right: 0; */
	/* height: 100%; */
	font-size: 18px;
	overflow: hidden;
}

.article-info-thing .container {
	border: 10px solid #6dc6b6;
	height: 100%;
	padding: 40px;
	overflow: hidden;
	height: 100%;
}

/* Categories */

ul.article-categories {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-weight: 300;
	text-transform: uppercase;
	color: #faf8eb;
	float: right;
}

ul.article-categories a {
	text-decoration: none;
	color: inherit;
	display: block;
	padding: 5px 12px;
	background-color: #6dc6b6;
	-webkit-transition: -webkit-transform 200ms ease;
	        transition: -webkit-transform 200ms ease;
	transition: transform 200ms ease;
	transition: transform 200ms ease, -webkit-transform 200ms ease;

	/* Using this to prevent issues with font-rendering:; */
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
}

ul.article-categories li {
	float: left;
	clear: both;
	margin-bottom: 0.5em;
	background-color: white;
}

ul.article-categories li:hover a {
	-webkit-transform: translate(-5px, -5px);
	        transform: translate(-5px, -5px);
	-webkit-transition: -webkit-transform 500ms ease;
	transition: -webkit-transform 500ms ease;
	transition: transform 500ms ease;
	transition: transform 500ms ease, -webkit-transform 500ms ease;
}


.article-info-thing .address {
	bottom: 0;
	font-size: 0.88em;
	line-height: 1.3em;
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	float: left;
	clear: both;
	margin-top: 60px;
}
.article-info-thing .address p {
	margin: 0;
}

.article-info-thing .wrapper {
	position: relative;
	height: 100%;
	padding: 0;
}

/* ******************* */
/* ** ARTICLES PAGE ** */
/* ******************* */

/* Banner title */

p#lokasjonsdetaljer {
    top: 353px;
    position: absolute;
    background-color: #6DC6B6;
    color: white;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
}

.has-banner-title:before,
.banner-title,
.single-kronologi .main-article:before {
	font-size: 32px;
	padding-top: 7px;
	padding-bottom: calc(7px - 0.09em);
}

.banner-title {
	text-transform: uppercase;
	line-height: 1em;
	background-color: #6dc6b6;
	color: #faf8eb;
	display: inline-block;
	padding-right: 40px;
	padding-left: 60px;
	position: relative;
	margin: 0 0 80px;
}

.banner-title--articles {
	padding-left: 0;
}

/* Add banner start/background before banner title */
.single-kronologi .main-article:before,
.has-banner-title:before {
	content: '';
	background-color: #6dc6b6;
	height: 1em;
	width: 50%;
	position: absolute;
	left: 0;
	right: 0;
	z-index: -1;
}

.single-kronologi .main-article:before,
.page-id-21132 .has-banner-title:before, /* about-bek-archive, production, english */
.page-id-21057 .has-banner-title:before, /* om-bek-archive, production, norwegian */
.page-id-21333 .has-banner-title:before,  /* om-bek-archive-3, test, english */
.page-id-21332 .has-banner-title:before /* om-bek-archive-3, test, norwegian */
{
    background-color: black;
    height: 35px;
}

.when--short {
	top: 0;
	left: 0;
	right: 0;
	color: #34a893;
	font-size: 12px;
}

.articles .article:after {
	content: '';
	display: table;
	clear: both;
}

.article__text {
	position: relative;
	float: left;
	width: 66.666%;
	padding-right: 20px;
}

.sidebar--left {
	float: left;
	width: 75%;
}

.sidebar--right {
	float: right;
	width: 25%;
	padding-left: 20px;
}

.sidebar--right ul.article-categories li {
	float: right;
}

.sidebar--right.sidebar--tags {
	float: none;
	width: auto;
	padding: 0;
	margin-bottom: 60px;
}

.sidebar--left.sidebar--tags {
	float: none;
	width: auto;
}

.article--short .img-wrapper {
	float: right;
	width: 33.333%;
}

.articles .img-wrapper img {
	width: 100%;
}

/* Social Icons */

li.some-icon a {
	display: block;
	background-image: url(img/social-icon_facebook.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 1em;
	height: 0;
	overflow: hidden;
	padding-top: 1em;
}

li.some-icon {
	float: left;
	margin: auto 0.5em;
}

li.some-icon:first-child {
	margin-left: 0;
}

li.some-icon--facebook a {
	background-image: url(img/social-icon_facebook.svg);
}
li.some-icon--twitter a {
	background-image: url(img/social-icon_twitter.svg);
}
li.some-icon--flickr a {
	background-image: url(img/social-icon_flickr.svg);
}
li.some-icon--vimeo a {
	background-image: url(img/social-icon_vimeo.svg);
}
li.some-icon--instagram a{
	background-image: url(img/social-icon_instagram.svg);
}


/* Pagination */

.pagination {
	position: relative;
	padding-left: 40px;
	padding-right: 40px;
	text-align: center;
	font-size: 20px;
	height: 1em;
}

.arrow {
	background-color: #34a893;
	display: inline-block;
	width: 30px;
	height: 2px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	left: 0;
}

.arrow:before {
	content: '';
	display: inline-block;
	border-style: solid;
	border-color: #34a893;
	border-width: 2px;
	border-top-width: 0;
	border-right-width: 0;
	width: 8px;
	height: 8px;
	position: absolute;
	left: 1px;
	top: -4px;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.next .arrow {
	left: auto;
	right: 0;
}

.next .arrow:before {
	left: auto;
	right: 1px;
	-webkit-transform: rotate(-135deg);
	        transform: rotate(-135deg);
}

a.prev.page-numbers, a.next.page-numbers {
	display: block;
	width: 38px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
}

a.next.page-numbers {
	left: auto;
	right: 0;
}

.page-numbers:not(.prev):not(.next) {
	color: #34a893;
	text-decoration: none;
	font-weight: bold;
	display: inline-block;
	height: 1em;
	width: 1em;
	border-radius: 0.5em;
	border: 2px solid #34a893;
	vertical-align: top;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.page-numbers.current:not(.prev):not(.next) {
	/* High specificity to ovveride the previous */
	background-color: #34a893;
	color: #fff;
	font-weight: normal;
}

.page-numbers.dots:not(.prev):not(.next) {
	/* High specificity to ovveride the previous */
	border: 0;
}

.page-number {
	display: block;
	position: relative;
	font-size: 0.6em;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}



/* ************** */
/* ** About Us ** */
/* ************** */

/* Employees */

ul.empolyees {
	overflow: hidden;
	/* Set block formatting context */
	list-style-type: none;
}

li.employee {
	display: inline-block;
	float: none;
	vertical-align: top;
	padding: 0;
	margin-right: 20px;
	width: calc(25% - 20px);
	-webkit-transition: -webkit-transform 200ms ease;
	transition: -webkit-transform 200ms ease;
	transition: transform 200ms ease;
	transition: transform 200ms ease, -webkit-transform 200ms ease;
} li.employee:hover {
	-webkit-transform: scale(1.05);
	        transform: scale(1.05);
	-webkit-transition: -webkit-transform 200ms ease;
	transition: -webkit-transform 200ms ease;
	transition: transform 200ms ease;
	transition: transform 200ms ease, -webkit-transform 200ms ease;
}

ul li.employee:before {
	content: initial;
}

.employee__img--dummy {
	display: none;
}

.employee__img {
	width: 100%;
	height: auto;
}

.employee__img-big {
	width: 300px;
}

.employee p {
	line-height: 1.2em;
}

p.employee__name {
	margin: 0;
	font-size: 0.8em;
	font-weight: bold;
}

.employees p.employee__title {
	margin: 0;
	font-size: 0.7em;
}

.employee__info {
	margin: 10px 0 20px;
}

.employee a {
	display: block;
	color: initial;
	text-decoration: none;
	overflow: hidden;
	text-shadow: none;
	box-shadow: none;
	border: 0;
} .employee a:hover {
	background-color: initial;
}

/* Contact Info */

.contact-info p {
	display: block;
	width: 33.33%;
	float: left;
	padding-right: 20px;
	font-size: 16px;
	line-height: 1.4em;
}

.contact-info {
	overflow: hidden;
	margin-bottom: 40px;
}


/* Map Stuff */

iframe.map {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100% !important;
}

.map-wrapper {
	position: relative;
	width: 100%;
	height: 550px;
}

.scrolloff {
	pointer-events: none;
}

/* Map scroll message */

.info.info--map {
	position: absolute;
	left: 0;
	right: 0;
	top: -5px;
}

.info__container {
	position: absolute;
	background-color: #6dc6b6;
	font-size: 13px;
	line-height: 1em;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #fff;
	padding: 5px 10px;
	left: 50%;
	top: -30px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: opacity 200ms ease,
	            top 200ms ease;
	transition: opacity 200ms ease,
	            top 200ms ease;
}

.info__container p {
	margin: 0;
}

.scrolloff + .info.info--map .info__container {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	top: 0;
}


/* ************ */
/* ** Footer ** */
/* ************ */

.footer h3 {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1em;
	letter-spacing: 0.05em;
}

.footer {
	font-size: 14px;
	line-height: 1.4em;
	padding: 80px 40px;
	color: black;
	background-color: #FAF8EB;
}

.footer ul {
	margin-top: 0;
	overflow: hidden;
}

.footer .social ul {
	line-height: 1em;
	position: relative;
	left: -0.3em;
}

.footer h2 {
	display: block;
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;
	position: relative;
	margin: 0;
	padding-top: 50px;
	height: 0;
	overflow: hidden;
}

.footer h2:before {
	content: '';
	background-image: url(img/bek-logo-svart-liten.svg);
	background-size: cover;
	background-repeat: no-repeat;
	display: block;
	height: 100%;
	width: 160px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
}

.footer h2.en-footer-logo:before {
	background-image: url(img/bek-en-logo-svart-liten.svg);
	width: 172px;
}

.footer .row {
	margin-bottom: 0;
}

/* Footer > Newsletter */

.newsletter {
	overflow: visible;
}

.footer .newsletter input {
	outline: none;
}

.newsletter__form .wrapper {
	padding-right: 100px;
}

.newsletter__form .form__input {
	display: block;
	width: 100%;
	max-width: 170px;
	margin-bottom: 10px;
	-webkit-transition: max-width 300ms ease;
	transition: max-width 300ms ease;
}

.newsletter__form .form__input:focus {
	max-width: 230px;
}

.newsletter__form .form__button {
	width: 90px;
	position: relative;
	bottom: 1px;
}

/* ********************* */
/* ** Frontpage Stuff ** */
/* *********************** */

/* Frontpage > Header */

.frontpage .navigation {
	text-shadow: 0 0 6px #000, 0 0 3px rgba(0, 0, 0, 0.6);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
}

.frontpage .navigation, .frontpage .navigation a {
    color: #fff;
}

.frontpage div.navigation__mainchoices {
	margin-left: 120px;
	position: relative;
}

.frontpage h1.home-button a {
	display: block;
	position: static;
	/*width: 96px;*/
	width: 50px;
	height: 0;
	overflow: hidden;
	/*padding-top: 208px;*/
	padding-top: 109px;
	background-image: none;
	background-repeat: no-repeat;
	background-size: cover;
}

.frontpage h1.home-button {
	margin: 0;
	float: left;
	position: absolute;
	/*top: 32px;*/
	top: 40px;
	background-image: url(img/BEK-logo-mtekst-shadow.svg);
	background-size: cover;
	background-repeat: none;
	/*width: 280px;*/
	width: 145px;
	height: auto;
	-webkit-transform: none;
	transform: none;
}

.frontpage h1.home-button.english {
	background-image: url(img/BEK-logo-en-mtekst-shadow.svg);
}

/* Navigation Search Button */

.menusearch {
	/*width: 170px;*/
	height: 1em;
	float: left;
	margin-left: 40px;
	cursor: pointer;
	border-color: white;
	color: white;
}

.frontpage .menusearch {
	border-color: #fff;
	color: #fff;
}

.search-field {
	width: 130px;
	height: 100%;
	border: 1px solid;
	border-color: black;
	float: left;
}

.search-button {
	float: right;
	background-image: url('img/icon-search.svg');
	background-size: 1em;
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 0;
	overflow: hidden;
	padding-top: 1.2em;
}

.frontpage .search-field {
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
}

.frontpage .search-button {
	background-image: url('img/icon-search-white-shadow.svg');
	background-size: 1.5em;
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-top: 1.5em;
	position: relative;
	top: -0.2em;
}

@media screen and (max-width: 599px ) {
	.frontpage .search-button {
		background-image: url('img/icon-search.svg');
		background-size: 1em;
		top: 0;
	}
}

/* Frontpage > Featured Article */

.frontpage .featured-article {
        position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

/* The frontpage Scroll Button */

.frontpage .featured-article .scroll-button {
	display: block;
	position: absolute;
	z-index: 1;
	width: 80px;
	height: 400px;
	bottom: 0;
	right: 20%;
	border: 1px solid #faf8eb;
	border-left: 0;
	border-bottom: 0;
} .frontpage .featured-article .scroll-button .scroll-button__click {
	display: block;
	position: absolute;
	z-index: 2;
	bottom: calc(400px - 14px);
	right: calc(20% + 40px);
	text-decoration: none;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	color: #6dc6b6;
	background-color: #faf8eb;
	padding: 5px 10px;
	box-shadow: 0 0 6px #000;
	white-space: nowrap;
}

img.fa__image {
        position: relative;
	min-height: 100vh;
	min-width: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 0;
	top: 0;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}	img.fa__image.bottom { /* Align featured image at bottom */
	top: auto;
	bottom: 0;
}	img.fa__image.middle { /* Align featured image at center */
	top: 50%;
	bottom: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	        transform: translateX(-50%) translateY(-50%);
}



h3.fa__title {
	position: absolute;
	top: 296px;
	font-size: 21px;
	letter-spacing: 0.03em;
	margin: 0;
}

h3.fa__title a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #6dc6b6;
	padding: 0.5em 2em;
	padding-bottom: 0.35em;
}

p.img-credits {
	position: absolute;
	bottom: 40px;
	left: 40px;
	color: #fff;
	font-size: 10px;
	font-weight: 300;
	text-shadow: 0 0 6px #000, 0 0 3px rgba(0, 0, 0, 0.6);
	margin: 0;
	text-transform: uppercase;
}

/* Frontpage > Articles */

.frontpage .articles .row:last-child {
	margin-bottom: 0;
}

.frontpage .article__introtext p {
	font-size: 14px;
	line-height: 1.4em;
	margin: 10px auto;
}

.frontpage .img-wrapper {
	position: relative;
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 75%; /* 4:3 */
	float: none;
}

.frontpage h3 {
	font-weight: bold;
	color: black;
}

.frontpage .tile {
	display: inline-block;
	width: 33.33%;
	vertical-align: top;
	padding-right: 20px;
	padding-bottom: 20px;
}

.frontpage .articles {
	padding-top: 40px;
}

.frontpage .articles:before {
	content: initial;
}

.frontpage .articles .content {
	background-color: #faf8eb;
	overflow: hidden;
}

.frontpage .articles-container {
	margin-right: -20px;
	overflow: hidden;
}

.frontpage ul.article-categories {
	float: left;
}

.frontpage .article {
	margin: 0;
}

.frontpage .article h3 {
	margin: 20px 0;
	margin-bottom: calc(20px - 0.35em);
}

.frontpage .article .img-wrapper img {
	width: auto;
}

/* Frontpage > Events */

.frontpage .when__container {
	font-size: 12px;
}

.frontpage .when__container:before {
	height: 1px;
}

.frontpage span.when__date--from {
	padding-right: 1em;
}

.frontpage span.when__date--to {
	right: 0;
	padding-left: 1em;
}

.frontpage span.when__date:after {
	width: 0.5em;
	height: 0.5em;
}

.frontpage .when__container--onedate span.when__date {
	right: 0;
	padding-left: 1em;
}


/* ******************* */
/* ** MEDIA QUERIES ** */
/* ******************* */


/* *************************** */
/* ** FRONTPAGE BREAKPOINTS ** */
/* *************************** */


/* Big Desktop                         */
/* 1800--
No media query -- using the default    */

/* Desktop 1800      */
/* 1200--1800 (1799) */
@media (max-width: 1799px) {

}

/* Tablet Landscape 1200 */
/* 900--1200 (1199)      */
@media (max-width: 1199px) {

	.frontpage .tile {
		width: 50%;
	}

	.sidebar--right {
		float: none;
		width: 100%;
		padding: 0;
		margin-bottom: 40px;
	}

	.sidebar--right:after {
		content: '';
		display: table;
		clear: both;
	}

	.sidebar--left {
		width: 100%;
	}

	ul.article-categories {
		float: none;
		/* overflow: hidden; */
	}

	.sidebar--right ul.article-categories li {
		float: left;
		clear: none;
		margin-right: 0.5em;
	}

	.article--short .article__text {
		width: auto;
		float: none;
		margin-right: calc(320px + 20px);
	}

	.article--short .img-wrapper {
		width: 320px;
		margin-left: 20px;
	}

	.when--story {font-size: 14px;}

}

/* Tablet Portrait 900 */
/* 600--900 (899)      */
@media (max-width: 899px) {

	.searchmodal form {
		font-size: 4.1vw;
	}

	.searchmodal input.searchbutton {
		font-size: 0.7em;
	}

	.searchmodal input.searchfield, .searchmodal input.searchbutton {
		font-weight: 400;
	}

	.navigation {
		font-size: 16px;
		padding: 40px 40px 60px 40px;
		font-weight: 400;
	}

	.navigation .home-button a {
		/*background-image: url(img/bek-logo-black.svg);
		background-repeat:  no-repeat;*/
	}

	.navigation h1.home-button {
		/*width: 20px;
		height: 47px;
		-webkit-transform: translateY(-3px);
		transform: translateY(-3px);*/
	}

	.frontpage .featured-article {
		height: initial;
	}

	img.fa__image {
		position: static;
		min-height: auto;
		max-width: 100%;
		-webkit-transform: none;
				transform: none;
	}

	.frontpage .featured-article .scroll-button {
		display: none;
	}

	.frontpage h1.home-button a {
		width: 50px;
		padding-top: 109px;
	}

	.frontpage h1.home-button {
		top: 40px;
		width: 145px;
		height: 109px;
	}

	.frontpage div.navigation__mainchoices {
		margin-left: 67px;
	}

	h3.fa__title {
		font-size: 16px;
		top: 50%;
	}

	.frontpage .articles {
		margin-top: 20px;
	}

	section.articles {
		padding: 0;
	}

	.frontpage input.search-field {
	}

	.menusearch {
		/*clear: left;*/
		margin: 0 0 0 30px;
	}

	.navigation__mainchoices {
		position: relative;
		margin-left: 70px;
	}

	.navigation .language {
		position: absolute;
		top: 0;
		right: 0;
	}

	.article-info-thing .container {
		padding: 20px;
	}

	.article-info-thing {
		font-size: 16px;
	}

	.article--short .article__text {
		margin-right: calc(240px + 10px);
	}

	.article--short .img-wrapper {
		width: 240px;
	}

	.frontpage .when__container {
		font-size: 16px;
		font-weight: 400;
	}

	.when__container {
		font-size: 18px;
	}

	.when .when__container {
		text-align: left;
		position: static;
		margin-bottom: 1em;
	}

	.when .when__container:before {
		content: none;
	}

	.when .when__date:after {
		content: none;
	}

	.when .when__place {
		display: block;
		max-width: none;
		font-weight: 700;
		text-align: left;
		padding: 0;
		margin-bottom: 0.5em;
	}

	.when .when__date {
		left: initial;
		right: initial;
		position: static;
		-webkit-transform: none;
		transform: none;
		padding: 0;
		display: block;
	}

	.frontpage span.when__date,
	.frontpage .when__container--onedate span.when__date {
		padding: 0;
	}

	.when__place:before {
		content: 'Sted: ';
	} .when__place.english:before {
		content: 'Place: ';
	}

	.when__date--from:before {
		content: 'Fra: ';
	} .when__date--from.english:before {
		content: 'From: ';
	}

	.when__date--to:before {
		content: 'Til: ';
	} .when__date--to.english:before {
		content: 'To: ';
	}

	.story p a:hover,
	.story p a:focus,
	.story p a:active,
	.article--short p a:hover,
	.article--short p a:focus,
	.article--short p a:active {
		background-color: initial;
	}

	ul.article-categories a {
		-webkit-transition: initial;
		transition: initial;
	}
	ul.article-categories li:hover a {
		-webkit-transform: initial;
		transform: initial;
		-webkit-transition: initial;
		transition: initial;
	}

	
	.owl-carousel .owl-item[style] {
		width: 100vw !important;
	}
	.owl-carousel .owl-item {
	}

	.owl-carousel .owl-item img {
		height: auto;
		width: 100%;
	}

	.owl-carousel .owl-stage-outer {
		width: 100vw;
		left: -20px;
		padding: 0 20px;
	}

	.footer {
		font-size: 10px;
		padding: 40px 20px;
	}

}

/* Phone 600    */
/* 0--600 (599) */
@media (max-width: 599px) {

	.navigation .home-button a {
		background-image: url(img/bek-logo-black.svg);
		background-repeat: no-repeat;
	}


	.frontpage h1.home-button a {
		width: 20px;
		padding-top: 46px;
	}

	.frontpage div.navigation__mainchoices {
		margin-left: 39px;
	}

	.navigation {
		font-size: 17px;
		font-weight: 400;
		padding: 10px;
	}

	.navigation__mainchoices {
		margin-left: 40px;
	}

	.navigation h1.home-button {
		width: 19px;
		/*height: 44px;*/
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
		top: 0;
		z-index: 2;
	}

	.frontpage h1.home-button {
		top: 10px;
		width: 21px;
		height: 46px;
		background-image: url(img/bek-logo-black.svg);
		background-repeat: no-repeat;
		background-size: auto;
	}

	.frontpage h1.home-button.english {
		background-image: url(img/bek-logo-black.svg);
	}

	.frontpage .tile {
		width: 100%;
		padding-right: 0;
		margin-bottom: 40px;
	}

	[class*='col-'] {
		width: 100%;
	}

	h3.fa__title {
		position: static;
		font-size: 22px;
	}

	h3.fa__title a {
		display: block;
		background-color: transparent;
		color: #34a893;
		padding: 10px;
	}

	p#lokasjonsdetaljer {
		position:static;
		display:block;
		background-color:transparent;
		color: #34a893;
		padding:10px;
	}

	p.img-credits {
		position: static;
		padding-left: 10px;
		color: white;
		text-shadow: none;
	}

	.frontpage .featured-article {
		margin-bottom: 40px;
	}

	.frontpage .articles-container {
		margin-right: 0;
	}

	.frontpage .articles {
		margin-top: 10px;
	}

	section.articles {
		padding: 0;
	}

	.has-banner-title:before {
	font-size: 24px;
	}

	.banner-title {
		font-size: 24px;
		padding-left: 0;
		padding-right: 40px;
		margin-bottom: 40px;
	}

	ul.article-categories {
		font-size: 12px;
	}

	.article--short h3 {
		margin: 0.5em 0;
	}

	.article--short .article__text {
		width: 100%;
	}

	.article--short .img-wrapper {
		width: 100%;
		float: none;
		margin: 0;
	}

	.story {
		padding: 0;
	}

	.story .category, .about-us header h3:first-of-type {
		-webkit-writing-mode: initial;
		    -ms-writing-mode: initial;
		        writing-mode: initial;
		-webkit-transform: initial;
		transform: initial;
		position: static;
		margin: 1em 0;
		font-size: 20px;
		color: #aaa;
	}

	.footer {
		font-size: 16px;
	}

/* ***************** */
/* ** MOBILE MENU ** */
/* ***************** */

/* Set html and body to not scroll while mobile menu in use. */
	.noscroll {
		position: fixed;
		width: 100%;
	}

	nav.main-nav {
		position: fixed;
		background-color: #faf8eb;
		width: 100%;
		height: 100%;
		overflow: hidden;
		overflow-y: scroll;
		top: 0;
		left: 0;
		right: 0;
		padding-top: 1em;
		visibility: hidden;
		z-index: 1;
	}

	.nav ul li,
	.nav ul li ul,
	.nav ul li ul li /* sub-menu */ {
	    display: block;
	    width: 100%;
	    margin: 0;
	    text-align: center;
	    font-size: 21px;
	    /* margin: 0.5em 0; */
	}

	.nav ul li a,
	.nav ul li ul li a {
		padding: 0.5em 0;
	}

	header.navigation {
	    height: 62px;
	    background: #FAF8EB;
	}

	.menu-button {
		float: right;
		position: absolute;
		padding: 10px;
		right: 0;
		top: 50%;
		transform: translateY(-50%) rotate(0deg);
	}

	.menu-button:before,
	.menu-button:after {
		content: '';
	}

	.menu-button span,
	.menu-button:before,
	.menu-button:after {
		display: block;
		background-color: black;
		width: 26px;
		height: 4px;
	}


	.frontpage .menu-button span,
	.frontpage .menu-button:before,
	.frontpage .menu-button:after {
		background-color: #000;
	}


	.menu-button:before,
	.menu-button span {
		margin-bottom: 4px;
	}

	.frontpage .navigation, .frontpage .navigation a,
	.frontpage .nav ul li.lang-item a {
		color: black;
	}


	.frontpage .navigation {
		text-shadow: none;
	}

	           div.navigation__mainchoices,
	.frontpage div.navigation__mainchoices {
		margin: 0;
	}

	           .menusearch,
	.frontpage .menusearch {
		margin-left: 40px;
		margin-top: 13px;
	}


/* *************************** */
/* ** Mobile Menu Animation ** */
/* *************************** */


	.main-nav.open {
		visibility: visible;
		padding-top: 44px;
	}

	.main-nav.open ~ .menu-button {
		z-index: 1;
		right: calc(50% - 23px);
		transform: translateY(-50%);
		transition: right 300ms ease;
	}

	.main-nav.open ~ .menu-button span,
	.main-nav.open ~ .menu-button:before,
	.main-nav.open ~ .menu-button:after {
		background-color: black;
		transition: transform 300ms ease;
		transition-delay: 250ms;
	}

	.main-nav .menu-bek-main-menu-container {
		position: relative;
		top: -60px;
		transition: top 500ms ease;
	}

	.main-nav.open .menu-bek-main-menu-container {
		top: 0;
		transition: top 200ms ease;
	}

	.main-nav.open ~ .menu-button:before {
		transform: translateY(8px) rotate(135deg);
	}

	.main-nav.open ~ .menu-button:after {
		transform: translateY(-8px) rotate(-135deg);
	}

	.main-nav.open ~ .menu-button span {
		transform: rotate(225deg);
		transition: transform 300ms cubic-bezier(0.655, 0.005, 0.185, 1.455);
		transition-delay: 250ms;
	}

}

.category_description{
	padding-bottom:50px;
}





/* Tematråder poster */
body.single-tema, body.post-type-archive-tema {
    background-color: #070C1C;
    color: #fff;
}

.single-tema .main-article h2 {
    font-size: 3em;
    color: #416BFF;
	word-wrap: break-word;
}

.single-tema .navigation {
    background: #FAF8EB;
}

.single-tema .footer {
    background: #FAF8EB;
    color: black;
}


/* Kronologi */

body.single-kronologi,
body.post-type-archive-kronologi,
.page-id-21132, /* about-bek-archive, production, english */
.page-id-21057, /* om-bek-archive, production, norwegian */
.page-id-21333,  /* om-bek-archive-3, test, english */
.page-id-21332 /* om-bek-archive-3, test, norwegian */
{

    background-color: #0F0F0F;
    color: #fff;
}

.single-kronologi .main-article h2,
.page-id-21132 .main-article h2, /* about-bek-archive, production, english */
.page-id-21057 .main-article h2, /* om-bek-archive, production, norwegian */
.page-id-21333 .main-article h2,  /* om-bek-archive-3, test, english */
.page-id-21332  .main-article h2  /* om-bek-archive-3, test, norwegian */
{
    font-size: 3em;
    color: #fff;
}

.single-kronologi .navigation,
.page-id-21132 .navigation, /* about-bek-archive, production, english */
.page-id-21057 .navigation, /* om-bek-archive, production, norwegian */
.page-id-21333 .navigation,  /* om-bek-archive-3, test, english */
.page-id-21332 .navigation,  /* om-bek-archive-3, test, norwegian */
{
    background: #FAF8EB;
}

.single-kronologi .footer,
.page-id-21132 .footer, /* about-bek-archive, production, english */
.page-id-21057 .footer, /* om-bek-archive, production, norwegian */
.page-id-21333 .footer, /* om-bek-archive-3, test, english */
.page-id-21332 .footer /* om-bek-archive-3, test, norwegian */
{
    background: #FAF8EB;
    color: black;
}


/* Kunstner */

body.single-kunstner, body.post-type-archive-kunstner {
    background-color: #090A03;
    color: #fff;
}

.single-kunstner .main-article h2 {
    font-size: 3em;
    color: #8A9C28;
}

.single-kunstner .navigation {
    background: #FAF8EB;
}

.single-kunstner .footer {
    background: #FAF8EB;
    color: black;
}


/* Prosjekt */

body.single-prosjekt, body.post-type-archive-prosjekt {
    background-color: #1F0921;
    color: #fff;
}

.single-prosjekt .main-article h2 {
    font-size: 3em;
    color: #B760FF;
		word-wrap: break-word;
}

.single-prosjekt .navigation {
    background: #FAF8EB;
}

.single-prosjekt .footer {
    background: #FAF8EB;
    color: black;
}


/* Archive paragraphs */
.single-tema p,
.single-prosjekt p,
.single-kunstner p,
.single-kronologi p {
	font-weight: 300;
	margin-bottom: 50px;
}

/* Eksternal links */
.single-tema .wp-the-content a,
.single-prosjekt .wp-the-content a,
.single-kunstner .wp-the-content a,
.single-kronologi .wp-the-content a {
	text-decoration: underline;
	border-bottom: none;
	box-shadow: none;
}
.single-tema .wp-the-content a:hover,
.single-prosjekt .wp-the-content a:hover,
.single-kunstner .wp-the-content a:hover,
.single-kronologi .wp-the-content a:hover {
	background: none;
}

/* Internal links */
.single-tema a[href*="/kunstner/"],
.single-prosjekt a[href*="/kunstner/"],
.single-kunstner a[href*="/kunstner/"],
.single-kronologi a[href*="/kunstner/"] {
        color: #8A9C28;
	text-decoration: none;
	border-bottom: none;
	box-shadow: none;
	font-style: normal;
	font-weight: 600;
}
.single-tema a:hover[href*="/kunstner/"],
.single-prosjekt a:hover[href*="/kunstner/"],
.single-kunstner a:hover[href*="/kunstner/"],
.single-kronologi a:hover[href*="/kunstner/"] {
	background: none;
}

.single-tema a[href*="/prosjekt/"],
.single-prosjekt a[href*="/prosjekt/"],
.single-kunstner a[href*="/prosjekt/"],
.single-kronologi a[href*="/prosjekt/"] {
	color: #B760FF;
	text-decoration: none;
	border-bottom: none;
	box-shadow: none;
	font-style: normal;
	font-weight: 600;
}
.single-tema a:hover[href*="/prosjekt/"],
.single-prosjekt a:hover[href*="/prosjekt/"],
.single-kunstner a:hover[href*="/prosjekt/"],
.single-kronologi a:hover[href*="/prosjekt/"] {
	background: none;
}

.single-tema a[href*="/tema/"],
.single-prosjekt a[href*="/tema/"],
.single-kunstner a[href*="/tema/"],
.single-kronologi a[href*="/tema/"] {
	color: #416BFF;
	text-decoration: none;
	border-bottom: none;
	box-shadow: none;
	font-style: normal;
	font-weight: 600;
}
.single-tema a:hover[href*="/tema/"],
.single-prosjekt a:hover[href*="/tema/"],
.single-kunstner a:hover[href*="/tema/"],
.single-kronologi a:hover[href*="/tema/"] {
	background: none;
}

.single-tema .sub-menu a,
.single-prosjekt .sub-menu a,
.single-kunstner .sub-menu a,
.single-kronologi .sub-menu a {
	font-weight: 300;
}

.single-kronologi figcaption,
.single-tema figcaption,
.single-kunstner figcaption,
.single-prosjekt figcaption {
	font-style: italic;
	font-size: 0.8em;
	line-height: 1.5em;
	margin-bottom: 70px;
}



/* Sub Menu */
.sub-menu {
    width: 100px;
		font-size: 0.7em;
}
@media (max-width: 899px) {
	.sub-menu {
			font-size: 0.6em;
			width: 50px;
	}
}

/* Sub-menu items */
.menu-item-type-post_type_archive,
.menu-item-object-kronologi
{
    /*display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 100%;
    min-width: 180px;*/

    width: 100%;
    position: relative;
    display: block;
    white-space: nowrap;
    z-index:1;
    padding-top: 10px;
    font-weight: 300;
}

/* "Om Arkiv" i meny */
#menu-item-21487, #menu-item-21488, #menu-item-21216, #menu-item-21222 {
	padding-top: 10px;
	font-weight: 300;
}




/* Archives (lists of previous posts in all custom post types */
/* Gjelder landingsside for Tematråder, Kunstnere og Kronologi */
.archive .entry-content {
    //display: none;
		padding: 15px;
}

/* Landingsside for Prosjekter */
.post-type-archive-prosjekt main {
	display: flex;
	flex-wrap: wrap;
	overflow-x: hidden; /* For å unngå horisontal scroll på grunn av horisontal linje */
}
.post-type-archive-prosjekt .archive_prosjekt_box {
	width: 150px;
	height: 150px;
	position: relative;
	padding: 0;
	margin: 0;
}
.archive_thumbnail_title {
	background-color: rgb(0, 0, 0); /* Fallback color */
	background-color: rgba(0, 0, 0, 0.6); /* Black w/opacity/see-through */
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	text-transform: uppercase;
	width: 100%;
	color: #B760FF;
	font-family: 'FuturaSB', sans-serif;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	margin: 0;
	position: absolute;
	bottom: 0;
	left: 0;
}
.archive_prosjekt_link {
    text-decoration: none;
}
.post-type-archive-prosjekt #project-year h3 {
	margin-left: 10px;
}
.post-type-archive-prosjekt #project-year h3::after {
		content:' ';
    display: block;
    border: 1px solid white;
		width: 960px;
}

/* Landingsside for Kunstnere */
.post-type-archive-kunstner .archive-link-box a {
	color: #8A9C28;
	font-family: 'Lato', sans-serif;
	font-style: normal;
	font-size: 1.5em;
	text-decoration: none;
	text-transform: none;
}

/* Landingsside for Tematråder */
.post-type-archive-tema .archive-link-box a {
	color: #416BFF;
	font-family: 'Lato', sans-serif;
	font-style: normal;
	font-size: 1.5em;
	text-decoration: none;
	text-transform: none;
}

/* Landingsside for Kronologi */
.post-type-archive-kronologi .archive-link-box a {
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-style: normal;
	font-size: 1.5em;
	text-decoration: none;
	text-transform: none;
}

/* Bakgrunnsfelt for side-overskrift for arkivsider */
.page-header .page-title::before {
    content: '';
    height: 45px;
    width: 50%;
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
    margin-top: -7px;
}
@media ( max-width: 599px ) {
	.page-header .page-title::before {
		height: 38px;
	}
}
/* Side-overskrift for arkivsider */
.post-type-archive-prosjekt .page-header .page-title {
	color: white;
	font-family: 'FuturaSB', sans-serif;
	font-weight: lighter;
	text-transform: uppercase;
	font-size: 32px;
	line-height: 1em;
	margin-top: 0;
	margin-bottom: 100px;
	padding-top: 7px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 6px;
}
.post-type-archive-tema .page-header .page-title,
.post-type-archive-kunstner .page-header .page-title,
.post-type-archive-kronologi .page-header .page-title,
.single-kronologi .page-header .page-title {
	color: white;
	font-family: 'FuturaSB', sans-serif;
	font-weight: lighter;
	text-transform: uppercase;
	font-size: 32px;
	line-height: 1em;
	margin-top: 0;
	margin-bottom: 100px;
	padding-top: 7px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 6px;
	width: 50%;
}
@media ( max-width: 599px ) {
	.post-type-archive-prosjekt .page-header .page-title,
	.post-type-archive-tema .page-header .page-title,
	.post-type-archive-kunstner .page-header .page-title,
	.post-type-archive-kronologi .page-header .page-title {
		font-size: 24px;
		padding-bottom: 7px;
	}
}
/* Bakgrunnsfarger for side-overskrift for arkivsider */
.post-type-archive-prosjekt .page-header .page-title,
.post-type-archive-prosjekt .page-header .page-title::before {
	background-color: #92289C;
}
.post-type-archive-tema .page-header .page-title,
.post-type-archive-tema .page-header .page-title::before {
	background-color: #28419C;
}
.post-type-archive-kunstner .page-header .page-title,
.post-type-archive-kunstner .page-header .page-title::before {
	background-color: #8A9C28;
}
.single-kronologi .story header h2,
/*.single-kronologi .story header h2::before,*/
.page-id-21132 .banner-title,/* about-bek-archive, production, english */
.page-id-21057 .banner-title,/* om-bek-archive, production, norwegian */
.page-id-21333 .banner-title, /* om-bek-archive-3, test, english */
.page-id-21332 .banner-title /* om-bek-archive-3, test, norwegian */
{
	background-color: #000;

	color: white;
	font-family: 'FuturaSB', sans-serif;
	font-weight: lighter;
	text-transform: uppercase;
	font-size: 32px;
	line-height: 1em;
	margin-top: 0;
	margin-bottom: 100px;
	padding-top: 7px;
	padding-left: 55px;
	padding-right: 20px;
	padding-bottom: 7px;
}

.single-kronologi .story header h2 {
    padding-left: 0px;
}

.single-kronologi .published {
    visibility: hidden;
}


@media ( max-width: 599px ) {
    .single-kronologi header h2,
	.page-id-21132 .banner-title,/* about-bek-archive, production, english */
	.page-id-21057 .banner-title,/* om-bek-archive, production, norwegian */
	.page-id-21333 .banner-title, /* om-bek-archive-3, test, english */
	.page-id-21332 .banner-title /* om-bek-archive-3, test, norwegian */
	{
		padding-left: 5px;
		font-size: 24px;
	}
}
.single-kronologi .main-article:before,
.page-id-21132 .has-banner-title:before, /* about-bek-archive, production, english */
.page-id-21057 .has-banner-title:before, /* om-bek-archive, production, norwegian */
.page-id-21333 .has-banner-title:before,  /* om-bek-archive-3, test, english */
.page-id-21332 .has-banner-title:before /* om-bek-archive-3, test, norwegian */
{
    background-color: black;
	height: 35px;
}
@media ( max-width: 599px ) {
    .single-kronologi .main-article:before,
	.page-id-21132 .has-banner-title:before, /* about-bek-archive, production, english */
	.page-id-21057 .has-banner-title:before, /* om-bek-archive, production, norwegian */
	.page-id-21333 .has-banner-title:before,  /* om-bek-archive-3, test, english */
	.page-id-21332 .has-banner-title:before /* om-bek-archive-3, test, norwegian */
	{
    	height: 26px;
	}
}





.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
    margin: 0;
}

.wp-block-embed {
    margin: 0;
}



/* plugin WP Post Modal */

/** default styles **/
html.no-scroll,
body.no-scroll {

  /* position: fixed; */
  position: relative;

  overflow: hidden;
  width: 100%;

  /* cursor: pointer; */
  cursor: default;

}

.close-modal {
  display: none;
  border: 0;
  margin-top: 10px;
}

.close-modal:focus {

  /* outline: 1px dashed skyblue; */
  outline: none;

  /* border-radius: 5px; */
}

.modal-wrapper {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
}

.wp-post-modal {
  display: none;
}

/** activate modal **/
.modal-wrapper.show,
.wp-post-modal.show,
.wp-post-modal.show .close-modal {
  display: block !important;
}

/** styled modal **/
.modal-wrapper.styled {

  /* background-color: rgb(0, 0, 0); /* Fallback color */
  /* background-color: rgba(0, 0, 0, 0.9); /* Black w/ opacity */
  background-color: none;

}

.modal-wrapper.styled .wp-post-modal {
  position: relative;

  /* background-color: #fefefe; */
  /* background-color: black; */

  margin: 10vh auto; /* 10vh from the top and centered */

  /* padding: 20px; */
  padding: 40px;

  /* border: 1px solid #888; */
  border: none;

  /* width: 70%; /* Could be more or less, depending on screen size */
  max-width: 500px;

  /* transition: all 2s ease; */

  box-shadow: 0px 0px 20px 0px #000;
  border-radius: 25px;
}

.modal-wrapper.styled .wp-post-modal .close-modal {
  background: transparent;
  position: absolute;
  top: -6px;
  right: 10px;
  font-size: 2em;

  /* color: #333; */
  color: white;

  cursor: pointer;
  z-index: 1;
}

.modal-wrapper.styled .wp-post-modal .loading {
  display: block;
  width: 100px;
  margin: auto;
  padding: 25vh 0;
}

.modal-wrapper.styled .wp-post-modal .entry-content p {
  font-size: 16px;
  text-rendering: optimizeLegibility;
  line-height: 1.5em;
  margin-bottom: 0.8em;
}

.modal-wrapper.styled .modal-content {
  padding: 0 0.7em 0 0.5em;
}

.modal-wrapper.styled .wp-post-modal h1 {
  font-size: 2.5em;
  margin: 0.3em 0;
}

.modal-wrapper.styled .wp-post-modal h2 {
  font-size: 2em;

  /* margin: 0.3em 0; */
  margin: 0.5em 0;

  font-family: Futura, sans-serif;
  font-weight: 600;
}


.modal-wrapper.styled .wp-post-modal h3 {
  font-size: 1.75em;
  margin: 0.3em 0;
}

.modal-wrapper.styled .wp-post-modal h4 {
  font-size: 1.5em;
  margin: 0.3em 0;
}

.modal-wrapper.styled .wp-post-modal h5 {
  font-size: 1.25em;
  margin: 0.3em 0;
}

.modal-wrapper.styled .wp-post-modal h6 {
  font-size: 1em;
  margin: 0.3em 0;
  line-height: 1.5em;
}

.modal-wrapper.styled .wp-post-modal ul li,
.modal-wrapper.styled .wp-post-modal ol li {
  line-height: 1em;
  padding-bottom: 0.5em;
  text-align: justify;
}

.modal-wrapper.styled .wp-post-modal ul li {
  list-style: disc;
  margin-left: 30px;
}

.modal-wrapper.styled .wp-post-modal ol li {
  list-style: decimal;
  margin-left: 30px;
}

.modal-wrapper.styled .wp-post-modal ol ol {
  padding: 0.6em;
}

.modal-wrapper.styled .wp-post-modal dt {
  font-weight: bold;
  text-decoration: underline;
}

.modal-wrapper.styled .wp-post-modal dd {
  margin: 0;
  padding: 0.5em 0 0.5em 0;
}

.modal-wrapper.styled .wp-post-modal blockquote {
  display: block;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;

  /*Font*/
  font-family: Georgia, serif;
  font-size: 16px;
  line-height: 1.2;
  color: #666;
  text-align: justify;

  /*Borders - (Optional)*/
  border-left: 7px solid #009c7b;
  border-right: 1px solid #009c7b;

  /*Box Shadow - (Optional)*/
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}

.modal-wrapper.styled .wp-post-modal blockquote::before {
  content: "\201C"; /*Unicode for Left Double Quote*/

  /*Font*/
  font-family: Georgia, serif;
  font-size: 60px;
  font-weight: bold;
  color: #999;

  /*Positioning*/
  position: absolute;
  left: 10px;
  top: 5px;
}

.modal-wrapper.styled .wp-post-modal blockquote::after {
  /*Reset to make sure*/
  content: "";
}

.modal-wrapper.styled .wp-post-modal blockquote a {
  text-decoration: none;
  background: #eee;
  cursor: pointer;
  padding: 0 3px;
  color: #c76c0c;
}

.modal-wrapper.styled .wp-post-modal blockquote a:hover {
  color: #666;
}

.modal-wrapper.styled .wp-post-modal blockquote em {
  font-style: italic;
}

.modal-wrapper.styled .wp-post-modal blockquote cite {
  color: #999999;
  font-size: 14px;
  display: block;
  margin-top: 5px;
}

.modal-wrapper.styled .wp-post-modal blockquote cite:before {
  content: "\2014 \2009";
}

.modal-wrapper.styled .wp-post-modal table {
  color: #757575;
  font-size: 1em;
  line-height: 2;
  margin: 0 0 24px;
  width: 100%;
}

.modal-wrapper.styled .wp-post-modal input[type="password"] {
  margin: 5px 0 10px;
  width: 25%;
  padding: 7px 0 7px 4px;
  border: 1px solid #e3e3e3;
}



/* -------------- Aditional code added to plugin -------------- */
.wp-post-modal p {
  line-height: 1.5em;
  color: white;
  text-transform: none;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
}

.wp-post-modal a {
  color: #fff;
}

.wp-post-modal .wp-block-image img {
	height: auto;
}

/* Background for Prosjekt when on Tematråd */
.prosjekt-popup {
  background-color: #1F0921;
}

/* Background for Kunstner when on Tematråd */
.kunstner-popup {
  background-color: #090A03;
}

/* Background for Kunstner when on landingpage for Kunstner */
.post-type-archive-kunstner .modal-wrapper.styled .wp-post-modal {
  background-color: #090A03;
}

/* Background for Prosjekt when on landingpage for Prosjekt */
.post-type-archive-prosjekt .modal-wrapper.styled .wp-post-modal {
  background-color: #1F0921;
}

/* Heading for Prosjekt when on landingspage for Prosjekt */
.prosjekt-popup h2 {
  color: #B760FF;
}

/* Heading for Kunstner when on landingspage for Kunstner */
.kunstner-popup h2 {
  color: #8A9C28;
}

.prosjekt-popup img {
  width: 100%;
  height: auto;
}

.kunstner-popup .article:last-child,
.prosjekt-popup .article:last-child  {
  margin-top: 0;
}

.wp-post-modal figcaption {
  font-family: 'Lato', sans-serif;
  font-style: italic;
  font-weight: 100;
  color: white;
  text-transform: capitalize;
}





/* Knapp for å laste inn flere poster på fremsiden */
.ajax-load-more-wrap {
	margin-left: auto;
	margin-right: auto;
}
.alm-btn-wrap {
	text-align: center;
}
.alm-btn-wrap button {
	background-color: #FAF8EB;
	border: 2px solid #6DC6B6;
	width: 200px;
	height: 50px;
	border-radius: 25px;
	color: #6DC6B6;
}
ul.alm-listing.alm-ajax {
	list-style-type: none;
	padding: 0;
}
.alm-reveal a {
	color: black;
	font-weight: normal;
	font-size: 20px;
	line-height: 1.15;
	max-width: 500px;
	display: block;
}
.alm-reveal p {
	font-size: 14px;
	line-height: 1.6em;
	max-width: 500px;
}
p.entry-meta {
	color: #888781;
	text-transform: uppercase;
}
.alm-item {
	margin-bottom: 100px;
	max-width: 700px;
}
.attachment-alm-thumbnail {
	float: right;
	width: 230px;
	height: auto;
	margin-left: 50px;
	margin-bottom: 100px;
}
@media (max-width: 599px ) {
	.attachment-alm-thumbnail {
		float: none;
		width: 100%;
		margin-left: 0;
		margin-bottom: 0;
	}
}


/* Button for å se alle artikler */
.see_articles_button {
  background-color: #6dc6b6; /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  border-radius: 25px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}


/* some adaptations for dropdown menu */
.bek-archive-menu a {
    cursor: pointer;
}

@media ( min-width: 600px ) {
    .bek-archive-menu .sub-menu { 
	visibility: hidden; 
    }
}

.down-arrow {
    position: relative;
    top: -5px;
    margin-left: 15x;
    border: solid black;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 5px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.frontpage .down-arrow {
	border: solid white;
	position: relative;
    top: -5px;
    margin-left: 15x;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 5px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
}


/* Større avstand ned mot footer på alle sider */
main {
	margin-bottom: 100px;
}



/* Make sure there's a blank line below
