/* 
Theme Name:		Moster Amfi
Theme URI:		https://elementor.com/
Description:	Moster Amfi uses a child theme of Hello Elementor, created by Elementor team and Zpirit
Author:			Elementor Team / Zpirit
Author URI:		https://elementor.com/
Template:		hello-elementor
Version:		1.0.0
Text Domain:	hello-elementor-child
Tags:           flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/


/* IMPORTING */
/* @import url("https://use.typekit.net/mny1afc.css"); */
@import url('https://fonts.googleapis.com/css2?family=Lora:ital@0;1&display=swap');


body {
	background-color: #F5F2F2;
}


/* TYPOGRAPHY */
h2,
h1.mec-single-title {
	font-family: 'Lora', serif!important;
	font-size: 2.5em;
	color: #93201D;
}
.post-innhald h2 {
	margin-top: 1em;
}
h3 {
	font-family: 'Lora', serif!important;
	font-size: 2em;
	color: #93201D;
}
.sideingress {
	font-size: 1.3em;
	line-height: 1.4;
}

/* COOKIE */
#cookie-notice {
    background-color: rgba(0,0,0,0.75)!important;
}
.cookie-notice-container {
    padding: 20px;
}
.cookie-notice-container a:hover {
    color: white;
}

a {
	color: #93201D;
}
a:hover {
	color: #5B2424;
}
.elementor-element-6e05443 .elementor-element a {
	color: white;
}
.elementor-element-6e05443 .elementor-element a:hover,
.elementor-element-6e05443 .elementor-element a:focus {
	/* Hover stiler */
}

/* SLIDER */
.elementor-widget-image-carousel .swiper-container .swiper-slide figure img {
	width: 100%!important;
}

#framsideloop article .elementor-container,
.elementor-3148 .elementor-element.elementor-element-e84355c > .elementor-container {
	min-height: 600px!important;
	height: 60vh;
}



/* IMAGE EFFECT */
.image-graysepia,
.hentry img {
	-webkit-filter: sepia(40%); /* Safari 6.0 - 9.0 */
	filter: sepia(20%);
}

/* EVENTS */

.tax-mec_category #main-content.mec-container {
    margin: 50px auto;
    font-family: 'source sans pro';
}
.tax-mec_category #main-content.mec-container .back-to-events a {
    color: #93201D;
	font-size: 16px;
	margin-bottom: 1em;
	text-decoration: underline;
}
.tax-mec_category #main-content.mec-container .back-to-events a:hover {
    color: #aaaaaa;
	text-decoration: none;
}
.tax-mec_category #main-content.mec-container h1 {
    color: #93201D;
	font-size: 35px;
	font-weight: bold;
	margin-bottom: 1em;
}



.mec-single-event {
	margin-bottom: 100px;
}

.event-color {
	display: none;
}
.home .mec-skin-list-events-container .col-md-9 {
	width: 100%;
}
.home .mec-skin-list-events-container .col-md-3,
.mec-event-grid-clean .mec-event-article .mec-event-footer {
	display: none;
}
.mec-event-grid-clean .mec-event-article {
    border: none;
    padding: 0;
    background: #5B2424;
    box-shadow: 0 0 40px rgba(0,0,0,0.1);
}
.mec-event-grid-clean .event-grid-t2-head .mec-event-date {
	font-size: 48px;
	line-height: 45px;	
	background-color: black!important;
}
.mec-event-grid-clean .mec-event-article .event-grid-t2-head.mec-bg-color.clearfix {
	background-color: black;
}
.mec-event-grid-clean .event-grid-t2-head {
	margin: 0;
	padding: 9px 14px 10px;
	font-family: 'source sans pro';
}
.mec-event-grid-clean .mec-event-content {
	background-color: transparent;
	padding-top: 10px;
}
.mec-event-grid-clean .mec-event-title {
}
.mec-event-grid-clean .mec-event-title a {
	color: white;
	display: block
}
.mec-event-grid-clean .mec-event-title a:hover {
	color: rgba(255,255,255,0.5)!important;
}

.mec-single-event .mec-frontbox-title,
.mec-single-event .mec-frontbox-title:before {
	border-bottom: none!important;
}


/* BOTTOM */
#bottom-credit .elementor-text-editor p a {
	color: #fff!important;
	text-decoration: underline;
	opacity: 0.8;
}
#bottom-credit .elementor-text-editor p a:hover {
	color: #fff!important;
	text-decoration: none;
	opacity: 1;
}

#cookie-notice .cn-button.bootstrap {
	background-color: #5B2424!important;
}