/*!
Theme Name: muskelsvindfonden
Theme URI: http://underscores.me/
Author: Creative ZOO
Author URI: https://czoo.dk/
Description: Description
Version: 1.0.7
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: muskelsvindfonden
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

muskelsvindfonden is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}


/*-- font-family: aktiv-grotesk, sans-serif; --*/
@font-face {
	font-family: 'GT-Flexa-Regular';
  src: url('/wp-content/themes/muskelsvindfonden/fonts/GT-Flexa-Standard-Light.woff2') format('woff2'), url('/wp-content/themes/muskelsvindfonden/fonts/GT-Flexa-Standard-Light.woff') format('woff');
}
@font-face {
	font-family: 'GT-Flexa-Bold';
  src: url('/wp-content/themes/muskelsvindfonden/fonts/GT-Flexa-Standard-Medium.woff2') format('woff2'), url('/wp-content/themes/muskelsvindfonden/fonts/GT-Flexa-Standard-Medium.woff') format('woff');
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
    transition: opacity .3s ease;
}

body {
	--text-scaler: 1;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

.underline{
	text-decoration: underline;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
  outline: none;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

body {
	background: #fff;
}

/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
    max-width: 100%;
}

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

span.gfield_required.gfield_required_text {
    display: none;
}
.gfield {
    margin-bottom: 20px;
    overflow: hidden;
}
/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
	z-index: 999;
}
div#wpseo-frontend-inspector {
	display: none;
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.text-block figure.alignright {
	width: 35% !important;
	margin-left: 1rem !important;
	margin-bottom: 1rem !important;
}
.text-block figure.alignleft {
	width: 35% !important;
	margin-right: 1rem !important;
	margin-bottom: 1rem !important;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul,
{
	display: block;
	left: auto;
}
.admin-edit-link a {
    color: white!important;
    font-weight: normal!important;
    text-decoration: none!important;
    line-height: 1.3!important;
}
.main-navigation ul ul a {

}

.main-navigation ul .hov:hover > ul{
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: none;
}
div#wpseo-frontend-inspector {
    box-shadow: none!important;
}
@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.tweet span.found-in-explanation span {
    color: initial!important;
}
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 55px;
	width: auto;
	z-index: 100000;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* HEADER
--------------------------------------------- */
#wpadminbar { z-index: 9999999999;}
.burger{
	display: none;
}
#masthead {
    position: absolute;
    width: 100%;
    transition: 0.3s;
    z-index: 99999;
    top: 0;
    background: #FFFFFF;
}
#masthead.stickyhead {
	position: fixed;
}
.site-6.home #masthead,
.site-1.home #masthead {	background: transparent;}
.stickyhead {	background: #FFFFFF!important;}
#site-navigation{
	background-color: #FFE5E5;
	padding: 0;
	margin: 0;

}
.menu, .top-header{
	width: 100%;
}

.menu.cont {
    padding: 0px 7%;
    position: relative;
    float: left;
	z-index: 999;
}
.vertical-text-slider .shape, .banner .banner-image .shape, .testimonials .background-image .shape {
    transform: rotate(45deg);
}
.top-header {
    display: flex;
    justify-content: flex-end;
    padding: 35px 0% 11px 0%;
    align-items: center;
}
.top-menu, .main-menu{
	display: flex;
}
.main-menu, .menu-main-menu-container, #primary-menu{
	position: static;
}
#secondary-menu {
	align-items: center;
}
#secondary-menu > li {
	margin: 0 5px;
	padding: 8px 10px;
	padding-bottom: 6px;
	border-radius: 25px;
	transition: background-color 0.2s ease-in-out;
}
#secondary-menu > li:hover,
#secondary-menu > li:active,
#secondary-menu > li:focus,
#secondary-menu > li.focus {
	background-color: white;
}
#secondary-menu > li > a {
	color: #CF2020;
	font-weight: unset;
  font-size: 14px;
}
/* #secondary-menu > li.cta-light { */
.menu > li.cta-light {
	border: 1px solid #CF2020;
	border-radius: 25px!important;
	padding: 12px 20px!important;
	margin: 0 12px!important;
	z-index: 2;
}
.for-mobile{
	display: none!important;
}
/* #secondary-menu > li.cta-bg > a { */
.menu > li.cta-bg > a {
	color: white!important;
	font-family: 'GT-Flexa-Bold';
	letter-spacing: 0.6;
	font-size: 16px!important;
	font-weight: unset!important;
}
/* #secondary-menu > li.cta-light > a { */
.menu > li.cta-light > a {
	font-family: 'GT-Flexa-Bold';
	font-size: 18px!important;
	font-weight: unset!important;
}
/* #secondary-menu > li.cta-bg { */
.menu > li.cta-bg {
	background: linear-gradient(to right, #CF2020, #E00092);
	border-radius: 25px;
	padding: 14px 20px;
	margin: 0 0 0 12px;
	z-index: 1;
}
.site-2 section#menuline {
    background: #f1f8fe;
	border: 0;
}
.site-2 .menu-line ul.menu {
	margin-top: 0;
}
.cta-bg:after {
  background: #CF2020;
  border-radius: 25px;
  padding: 14px 20px;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  height: 46px;
  width: 100%;
  z-index: -1;
	opacity: 0;
	transition: all 0.2s ease-in-out;
}
.gform_wrapper .checkbox-block {
    margin-right: 11px;
    margin-bottom: 11px;
}
section.text-block.nocontainer > .container {
    max-width: none;
}
#secondary-menu > li.cta-bg:hover:after {
	opacity: 1;
}
#secondary-menu > li.menu-item-has-children:not(.hov) > a:after,
#primary-menu > li.menu-item-has-children > a:after {
	content: '';
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: bottom;
	margin:0px 0px 0px 4px;
}
#secondary-menu > li.menu-item-has-children:not(.hov) > a:after {
	background-image: url(images/icons/chevron-down-pink.svg);
	width: 16px;
	height: 16px;
  transition: all 0.2s ease-in-out;
}
.site-6 #secondary-menu > li.menu-item-has-children:not(.hov).focus > a:after,
.site-1 #secondary-menu > li.menu-item-has-children:not(.hov).focus > a:after {
  transform: rotateX(180deg);
}
#header-search {
    margin-left: 0;
    display: flex;
    position: fixed;
    right: 2%;
    top: 24px;
    z-index: 99;
}

#header-search button, .share-icon {
  padding: 0;
  width: 46px;
  height: 46px;
  min-width: auto;
  box-shadow: 0px 0px 11px 8px rgba(0,0,0,0.04);
  border: 0;
	cursor: pointer;
	border-radius: 50%;
  text-align: center;
	color: white;
	background: linear-gradient(to right, #CF2020, #E00092);
	transition: all 0.2s ease-in-out;
	position: relative;
}
#header-search button:hover {
  background: linear-gradient(to right, #CF2020, #CF2020);
	box-shadow: 0px 0px 11px 10px rgba(0,0,0,0.04);
	transform: scale(1.1);
}
#header-search button:before{
	content: url(images/icons/Search.svg);
	position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding-top: 3px;
}
.bottom-header, .botom-header-logo, .primary-menu, .botom-header-logo a{
	display: flex;
}
.botom-header-logo a{
	text-transform: uppercase;
	color: black;
	font-weight: bold;
}
.botom-header-logo > a > p {
	margin:0;
}
.text-block iframe.paygate {
    width: 100%!important;
    max-width: 300px!important;
    margin: 0;
	overflow: hidden;
}
.bottom-header {
    justify-content: space-between;
    position: relative;
    padding: 0px 0% 41px;
    display: block;
    float: left;
    width: 100%;
}

.main-menu {
    float: right;
}

.botom-header-logo {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 7%;
    z-index: 1;
}

.algolia-search .botom-header-logo {
    top: 42px;
    transform: translateY(0%);
}
#algolia-pagination ul {
	list-style: none;
    margin: 0;
    display: flex;
	padding: 30px 0 0 0;
}
#algolia-pagination ul li {
	padding: 0 5px;
	font-size: 18px;
}
#algolia-pagination ul li.ais-pagination--item__last,
#algolia-pagination ul li.ais-pagination--item__previous,
#algolia-pagination ul li.ais-pagination--item__next,
#algolia-pagination ul li.ais-pagination--item__first {
	display: none;
}
#algolia-pagination ul li a{
	font-weight: 400;
}
#algolia-pagination ul li.ais-pagination--item__active a {
	font-weight: bold;
}
#facet-users,
#facet-tags,
#facet-categories {
	display: none;	
}
#primary-menu > li:last-child {
	margin-right: 0;
}
#primary-menu > li {
	margin-right: 34px;
}
#primary-menu > li > a {
  padding: 0 1px 0 5px;
}
#primary-menu {
	/*margin-left: 115px;*/
}
#primary-menu li a {
	color: black;
  font-size: 17px;
  font-family: 'GT-Flexa-Bold';
	font-weight: unset;
}
#primary-menu > li.menu-item-has-children > a:after {
	background-image: url(images/icons/chevron-down-black.svg);
  background-position: bottom;
	margin: 0;
	width: 18px;
	height: 20px;
}
#primary-menu > li::after {
    content: '';
    display: block;
    width: 0;
	position: absolute;
	bottom: -5px;
    height: 4px;
    background: linear-gradient(to right, #CF2020, #E00092);
    transition: opacity 0.15s, width 0.15s;
    opacity: 0;
}
.site-2 #primary-menu > li::after,
.site-4 #primary-menu > li::after {
	bottom: -10px;
}
.site-2 .breadcrumbs,
.site-4 .breadcrumbs {
	line-height: 1.5;
}

#primary-menu > li:not(.focus):focus::after,
#primary-menu > li:not(.focus):hover::after {
    width: calc(100% - 25px);
		margin-left: 5px;
		opacity: 1;
}
#primary-menu > li:not(.focus):not(.menu-item-has-children):focus::after,
#primary-menu > li:not(.focus):not(.menu-item-has-children):hover::after {
    width: calc(100% - 5px);
}

#secondary-menu > li > .sub-menu, .minimenu > .sub-menu {
	display: flex;
	flex-direction: column;
	background: white;
	border-radius: 25px;
	margin-top: 5px;
	width: 235px;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
.site-6 #secondary-menu > li:not(.hov) > .sub-menu, .minimenu > .sub-menu,
.site-1 #secondary-menu > li:not(.hov) > .sub-menu, .minimenu > .sub-menu {
	padding: 34px;
	padding-bottom: 25px;
	transition: opacity 0.2s ease-in-out;
	opacity: 0;
}
#secondary-menu > li:not(.hov) > .sub-menu li, .minimenu > .sub-menu li {
	padding-top: 25px;
}
#secondary-menu > li:not(.hov) > .sub-menu li:first-child, .minimenu > .sub-menu li:first-child {
	padding-top: 0;
}
#secondary-menu > li > .sub-menu > li > a, .minimenu > .sub-menu > li > a {
	color: black;
  display: block;
  float: left;
  transition: color 0.1s;
  font-family: 'GT-Flexa-Bold';
  font-size: 18px;
  font-weight: unset;
	line-height: 1;
}

#secondary-menu > li > .sub-menu > li > a::after, .minimenu > .sub-menu > li > a::after {
  content: '';
  display: block;
  width: 0;
  height: 4px;
  background: linear-gradient(to right, #CF2020, #E00092);
  transition: width 0.1s;
	    margin-top: 5px;
    margin-bottom: -7px;
}
#secondary-menu > li > .sub-menu > li:hover > a::after, #secondary-menu > li.cta-light > .sub-menu > li:hover > a::after,
.minimenu > .sub-menu > li:hover > a::after {
	width: 100%;
}


#secondary-menu > li.cta-light > .sub-menu {
	display: flex;
	flex-direction: column;
	background: white;
	border-radius: 25px;
	box-shadow: none;
	text-align: center;
	z-index: -1;
	padding-top: 44px;
  transform: translateX(-50%);
	left: 50%;
	/* width: 0; */
  /* top: -9999999px; */
	border: 1px solid #fff;
	animation: submenu-shrink 0.5s forwards;
	visibility: hidden;
	padding-left: 15px;
	padding-right: 15px;
}
.cdm-visible {
	visibility: visible!important;
}

#secondary-menu > li.cta-light.focus > .sub-menu,
#secondary-menu > li.cta-light:hover > .sub-menu
{
	top: -6px;
	animation: submenu-grow 0.5s forwards;
}
#secondary-menu > li.cta-light > .sub-menu li {
	width: 100%;
	animation: submenu-items-hide 0.5s forwards;
	min-width: 130px;
}
#secondary-menu > li.cta-light.focus > .sub-menu li,
#secondary-menu > li.cta-light:focus > .sub-menu li,
#secondary-menu > li.cta-light:hover > .sub-menu li {
	animation: submenu-items-show 0.5s forwards;
}
@keyframes submenu-grow {
	0% {
		visibility: visible;
		width: 100%;
		border: 1px solid #CF2020;
	}
	5% {
		visibility: visible;
		padding-top: 44px;
	}
	100% {
		visibility: visible;
		width: 172px;
    border: 1px solid #fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
		padding-top: 65px;
	}
}
@keyframes submenu-shrink {
	0% {
		width: 172px;
		border: 1px solid #fff;
		padding-top: 65px;
    top: -6px;
		box-shadow: none;
	}
	20% {
		padding-top: 65px;
	}
	99% {
		padding-top: 44px;
    top: -6px;
		border: 1px solid #CF2020;
	}
	100% {
		width: calc(100% + 4px);
		top: -999999px;
	}
}
@keyframes submenu-items-show {
	0% {
		position: absolute;
		opacity: 0;
	}
	40% {
		position: static;
	}
	70% {
		position: static;
		opacity: 0.1;
	}
	100% {
		position: static;
		opacity: 1;
		padding-bottom: 20px;
	}
}
@keyframes submenu-items-hide {
	0% {
		position: static;
		opacity: 1;
		transform: none;
		padding-bottom: 20px;
	}
	30% {
		position: static;
		opacity: 0.3;
	}
	60% {
		position: absolute;
		opacity: 0;
	}
	80% {
		position: absolute;
		/* padding-bottom: 20px; */
	}
	100% {
		position: absolute;
		opacity: 0;
		/* padding-bottom: 0; */
	}
}
@keyframes submenu-grow-mb {
	0% {
		width: 100%;
		/* border: 1px solid #CF2020; */
	}
	5% {
		padding-top: 44px;
	}
	100% {
		width: 122px;
    border: 1px solid #fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
		padding-top: 65px;
	}
}
@keyframes submenu-shrink-mb {
	0% {
		width: 122px;
		border: 1px solid #fff;
		padding-top: 65px;
    top: -6px;
		box-shadow: none;
	}
	20% {
		padding-top: 65px;
	}
	99% {
		padding-top: 44px;
    top: -6px;
		/* border: 1px solid #CF2020; */
	}
	100% {
		width: calc(100% + 4px);
		top: -999999px;
	}
}
@keyframes submenu-items-show-mb {
	0% {
		position: absolute;
		opacity: 0;
	}
	40% {
		position: static;
	}
	70% {
		position: static;
		opacity: 0.1;
	}
	100% {
		position: static;
		opacity: 1;
		padding-bottom: 20px;
	}
}
@keyframes submenu-items-hide-mb {
	0% {
		position: static;
		opacity: 1;
		transform: none;
		padding-bottom: 20px;
	}
	30% {
		position: static;
		opacity: 0.3;
	}
	60% {
		position: absolute;
		opacity: 0;
	}
	80% {
		position: absolute;
		/* padding-bottom: 20px; */
	}
	100% {
		position: absolute;
		opacity: 0;
		/* padding-bottom: 0; */
	}
}
#secondary-menu > li.cta-light > .sub-menu > li > a {
  float: none;
	display: inline-block;
}
#secondary-menu > li.cta-light > .sub-menu > li > a::after {
    content: '';
    display: block;
    width: 0;
    height: 4px;
    background: linear-gradient(to right, #CF2020, #E00092);
    transition: width 0.1s;
    margin-top: 4px;
}
#secondary-menu > li.cta-light > .sub-menu > li:hover a {
	color: black;
}


/* MEGAMENU
--------------------------------------------- */
#primary-menu > .megamenu:focus > .sub-menu,
#primary-menu > .megamenu.focus > .sub-menu {
	top: 100%;
	background: linear-gradient(to right, #CF2020, #E00092);
	width: 100%;
	left: 0;
	display: flex;
	justify-content: space-around;
	padding: 90px 60px 120px;
	animation: lineshowsup 0.3s;
	flex-wrap: wrap;
	max-width: 1162px;
	left: 50%;
  transform: translateX(-50%);
}
#secondary-menu > li.focus:not(.hov) > .sub-menu {
	top: 100%;
	left: auto;
	right: 0;
	opacity: 1;
}
.minimenu > .sub-menu {
	right: 0;
	opacity: 1;
}
.minimenu.focus > .sub-menu {
	left: auto;
}
#primary-menu > li.megamenu > ul.sub-menu > li.menu-grouped:hover > ul,
#primary-menu > li.megamenu > ul.sub-menu > li.menu-grouped > ul {
	display: block;
	left: auto;
	box-shadow: none;
	position: relative;
}
.megamenu-item-icon {
	width: 40px;
	height: 40px;
	margin-bottom: 23px;
}

.megamenu-item-icon img{
	height: 38px;
}
#primary-menu .megamenu > ul > li:not(.menu-grouped):not(.megamenu-title) > a {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	color: white;
	font-size: 24px;
}
#primary-menu li.megamenu li.menu-grouped a{
	color:white;
	max-width: 160px;
	font-size: 18px;
	font-family: 'aktiv-grotesk';
	font-weight: bold;
	display: inline;
	width: 100%;
}
#primary-menu > li.megamenu li.menu-grouped li {
	height: 49px;
	width: fit-content;
}
#primary-menu > li.megamenu li.menu-grouped li::after{
	content: '';
  display: block;
  width: 0;
  height: 2px;
  background-color: rgba(255,255,255, 0.5);
  transition: width 0.2s;
	position: absolute;
	margin-top: -2px;
}
#primary-menu li.megamenu li.menu-grouped li:hover::after {
	width: 100%;
}
.megamenu > ul.sub-menu > li {
	max-width: 265px;
	margin-top: 50px;
	width: 33%;
}
.megamenu > ul.sub-menu > li:not(.menu-grouped) {
	display: inline-block;
	/* margin-right: 50px; */
}
.megamenu > ul.sub-menu > li.menu-grouped {
	display: flex;
	flex-direction: column;
	border-left: 1px solid rgba(255,255,255, 1);
}
#primary-menu > li.megamenu > ul.sub-menu > li:not(.menu-grouped) > a > span {
	color: white;
	font-size: 14px;
	margin-top: 10px;
  font-family: 'aktiv-grotesk';
  font-weight: unset;
	line-height: 20px;
}
#primary-menu > li.megamenu {
	position: static;
}
.megamenu > ul.sub-menu > li.menu-grouped > ul.sub-menu {
	padding-left: 50px;
	padding-top: 12px;
}
#primary-menu > li.focus::after {
  width: 100%;
	height: 14px;
  transform: translateY(27px);
  content: '';
  display: block;
  background: linear-gradient(to right, #CF2020, #E00092);
	animation: lineshowsup 0.3s;
	opacity: 1;
	/* transform: translateY(10px); */
}
@keyframes lineshowsup {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 0.5;
	}
	100% {
		opacity: 1;
	}
}
.megamenu li.menu-grouped span.arrow {
	display: inline-block;
  width: 0px;
  height: 1px;
  /* position: relative; */
  top: -5px;
  left: 6px;
  transition: all 0.2s ease-in;
  background: white;
	position: absolute;
	left: calc(100% + 5px);
	top:11px;
}
.image-video-block.background-image.videoshowing {
    background: transparent!important;
}
.megamenu li.menu-grouped li:hover span.arrow {
  width: 13px;
}
.megamenu li.menu-grouped span.arrow::before {
	content: '';
	height: 17px;
	width: 17px;
	background-image: url(images/icons/chevron-right.svg);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: -8px;
	left: -6px;
	background-position: right;
	transition: all 0.2s ease-in;
}
.megamenu li.menu-grouped li:hover span.arrow::before {
	width: 27px;
}

.megamenu > ul.sub-menu > li.megamenu-title {
	margin-right: 0;
	width: 100%;
	max-width: none;
	margin: 0;
}
#primary-menu .megamenu-title a {
	letter-spacing: -0.45px;
	font-size: 45px;
	line-height: 52px;
	color: #fff;
	text-align: center;
}
.language-switcher {
	display: none;
}

/* Muskelsvind styles */

.site-2 #header-search button, .share-icon {
  background: linear-gradient(to right bottom, #0008D9, #00D8FF 85%);
}
.site-2 #header-search button:hover, .share-icon:hover {
	background: linear-gradient(to right bottom, #0008D9, #0008D9);
}
.site-2 #primary-menu li::after {
	background: linear-gradient(to right, #0008D9, #00D8FF);
}
.site-2 #secondary-menu .sub-menu li a::after {
	display: none!important;
}
.site-2 #site-navigation {
	background-color: #fff;
}
.site-2 .language-switcher a {
	font-weight: unset;
	font-size: 14px;
}
.site-2 #secondary-menu > li > a,
.site-2 .language-switcher a {
	color: #0008D9;
}
.site-2 #secondary-menu > li.menu-item-has-children > a:after {
  background-image: url(images/icons/chevron-down-blue.svg);
}
/* #secondary-menu > li.focus {
	position: static;
} */
.site-2 #secondary-menu {
	position: relative;
}
.site-2 #secondary-menu > li.focus > .sub-menu {
	left: 50%;
	transform: translateX(-50%);
	border-top: 4px solid #0008D9;
	border-radius: 0;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	top: 41px;
}
.site-2 #secondary-menu > li > .sub-menu li {
	padding-top: 0;
}
.site-2 #secondary-menu .menu-column .sub-menu {
	left: auto;
	position: static;
	box-shadow: none;
	flex-direction: column;
}
/* .site-2 #secondary-menu .menu-column {
	margin-right: 30px;
} */
.site-2 #secondary-menu .description {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 0;
	margin-top: 3px;
}
.site-2 #secondary-menu > li {
	padding: 0;
  transition: background-color 0.1s ease-in;
}
.site-2 #secondary-menu > li a,
.site-2 .language-switcher a {
	padding-bottom: 0;
	padding: 10px 10px 10px 10px;
}
.site-2 #secondary-menu > li {
	border-radius: 0!important;
}
.site-2 #secondary-menu > li.focus {
	background-color: #DEEDFF;
	transition: all 0.5s ease-in-out;
}
.site-2 #secondary-menu > li.col-2 > ul {
	width: 666px;
}
.site-2 #secondary-menu > li.col-3 > ul {
	width: 666px;
}
.site-2 #secondary-menu > li:not(.hov) > .sub-menu {
	padding: 30px 34px 20px;
}
/* asfsaf {
	padding: 10px 10px 16px 10px;
} */
.site-2 #secondary-menu > li.focus:before {
  content: '';
  width: 100%;
  height: 14px;
  position: absolute;
  bottom: -14px;
  z-index: 100000;
  background-color: #DEEDFF;
	transition: all 0.5s ease-in-out;
}
.site-2 #secondary-menu > li:hover {
	background-color: #DEEDFF;
}
.site-2 .language-switcher {
	display: block;
	width: 30px;
	height: 35px;
	background-image: url(images/icons/lang-icon2x.png);
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: center;
	cursor: pointer;
	position: relative;
	margin-left: 10px;
	margin-right: 15px;
}
.site-2 .language-switcher:after {
	content: '';
	background-image: url(images/icons/chevron-down-blue.svg);
	width: 15px;
	height: 35px;
	position: absolute;
	background-size: 15px;
	background-repeat: no-repeat;
	background-position: center;
	right: -15px;
	top: 0px;
	transition: all 0.1s ease-in-out;
}
.site-2 .language-switcher:focus:after,
.site-2 .language-switcher.focus:after,
.site-2 .language-switcher:hover:after {
	transform: rotateZ(180deg);
}
.site-2 .language-switcher > div {
	position: absolute;
	z-index: -1;
	opacity: 0;
	transition: opacity 0.1s ease-in-out;
}
.site-2 .language-switcher.focus > div,
.site-2 .language-switcher:focus > div,
.site-2 .language-switcher:hover > div {
	z-index: 1;
	opacity: 1;
	bottom: -87px;
	transform: translateX(-50%);
	left: 50%;
}
.site-2 .language-switcher:focus a:first-child,
.site-2 .language-switcher.focus a:first-child,
.site-2 .language-switcher:hover a:first-child {
	border-bottom: 1px solid #2C2C2C33;
}
.site-2 .language-switcher:focus a,
.site-2 .language-switcher.focus a,
.site-2 .language-switcher:hover a {
	background-color: #DEEDFF;
	padding: 15px 25px;
  font-size: 12px;
}
/* Muskelsvind styles end */
.admin-edit-link a:before {
  content: "\f464";
  top: 6px;
  left: 5px;
  font: normal 20px/1 dashicons;
  position: absolute;
  transition: all .1s ease-in-out;
  color: rgba(240,245,250,.6);
}
.admin-copy-link a:before {
  content: "\f103";
}
.admin-edit-link.admin-copy-link a {
    float: right;
}
.admin-edit-link {
	text-align: left;
}
.admin-edit-link a {
  position: relative;
  bottom: 0;
  left: 0;
  font-weight: normal;
  color: #eee;
  font-size: 14px;
  background-color: #23282d;
  padding: 8px 8px 8px 30px;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  transition: all .1s ease-in-out;
  display: inline-block;
}
.admin-edit-link a:hover,
.admin-edit-link a:hover:before {
  color: #00b9eb;
  background: #32373c;
}
.tekstbopksplus a:hover {
    text-decoration: underline;
}
a.read_more:hover {
    text-decoration: none;
}
.tekstbopksplus a p, .tekstbopksplus a {
    font-weight: bold;
    text-decoration: none;
    color: #000ad9!important;
}
.tekstbopksplus a:hover,.tekstbopksplus a p:hover  {
    text-decoration: underline;
}
.fact-text-block.dark-bg a {
    color: white;
}

#aktiviteter_type_filter {
    text-align: center;
    width: 100%;
}
#aktiviteter_type_filter > div {
    display: inline-block;
    text-align: center;
	background: #f2f8ff;
    padding: 15px 31px;
	cursor: pointer;
}
#aktiviteter_type_filter > div.active {
    background:#d0e3f9;
	font-weight: bold;
	box-shadow: 0px 10px 30px #00000026;
	position: relative;
}
.read-more-block h4 {
    text-align: center;
}
#aktiviteter_type_filter > div.active:after {
    content: " ";
    background: linear-gradient(to right, #0025de, #00cdfd);
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
}
#before_aktiviteter {
    width: 100%;
    border-bottom: 1px solid black;
    margin-bottom: 30px;
    padding-bottom: 60px;
}
#featured_events {
    width: 100%;
    text-align: center;
    margin-top: 90px;
}
.featured_event {
    width: 50%;
    display: inline-block;
    max-width: 550px;
    height: 315px;
    border-radius: 24px 24px 0px 0px;
    margin: 0 30px;
    overflow: hidden;
    position: relative;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
}
.featured_event .event-image {
    background-size: cover;
    background-position: center;
    background-color: #00000078;
    background-blend-mode: multiply;
    width: 100%;
    height: 100%;
    transition: 0.4s;
}
.feat_texts {
    bottom: 0;
    position: absolute;
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
}
a.featured_link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.featured_event h2, .featured_event p {
    color: white;
}
p.feat_date {
    font-size: 24px;
    font-family: 'GT-Flexa-Regular';
    margin-bottom: 40px;
}
section:has(+ section.archive-block.bestyrelsen) {
    box-shadow: 0px 50px 77px rgba(0, 0, 0, 0.03);	
}

#coiConsentBanner ol li {
	font-weight: normal;
}
.coi-consent-banner__cookie-categories label {
	margin-bottom: 1rem;
}
.coi-button-group button {
	border-radius: 5rem;
	margin-bottom: 0.5rem;
}
#declineButton:hover, #updateButton:hover {
	border: solid 1px #e1e1e1;
}

#cookie_summary p {
	font-family: 'GT-Flexa-Regular';
	font-weight: normal;
	text-align: left!important;
}
#coiBannerHeadline {
	text-align: left!important;
	margin-top: 1rem;
}

@media screen and (max-width: 1400px) {
	.featured_event {
		margin: 0;
		width: 48%;
		margin-left: 4%;
	}
	.featured_event:first-child {
		margin-left: 0;
	}
}
@media screen and (max-width: 1100px){

	.featured_event {
		width: 100%;
		margin: 0;
		margin-bottom: 3vw;
	}
	.featured_event h2 {
		font-size: calc(31px * var(--text-scaler));
		line-height: 1.2;
	}
	.featured_event p {
		font-size: calc(18px * var(--text-scaler));
	}
}

@media screen and (min-width: 1100px) {
.share-block img {
    width: 44%;
    margin-top: 27%;
}
.share-icon span {
    color: #2C2C2C;
    font-size: 14px;
    position: absolute;
    bottom: -23px;
    width: 100%;
    text-align: center;
    left: 0;
}
.share-list {
    display: none;
    position: absolute;
    bottom: 22px;
    width: 100%;
    background-color: #fff;
    padding-top: 26px;
    z-index: -1;
    border-radius: 24px 24px 0px 0px;
    box-shadow: 0px 3px 10px #00000029;
    padding-bottom: 18px;
}
.site-2 a.share-facebook {background-image: url('images/icons/fb_blue.svg');}
.site-2 a.share-twitter {background-image: url('images/icons/tw_blue.svg');}
.site-2 a.share-insta {background-image: url('images/icons/insta_blue.svg');}
.site-2 a.share-linkedin {background-image: url('images/icons/li_blue.svg');}
.site-2 a.share-email {background-image: url('images/icons/mail_blue.svg');}
.site-2 a.share-link {background-image: url('images/icons/link_blue.svg');}
.site-2 a.share-print {background-image: url('images/icons/print_blue.svg');}
.site-2 a.share-feed {background-image: url('images/icons/rss_blue.svg');}
.site-2 a.share-youtube {background-image: url('images/icons/youtube-blue.svg');}

.site-1 a.share-facebook {background-image: url('images/icons/fb_red.svg');}
.site-1 a.share-twitter {background-image: url('images/icons/tw_red.svg');}
.site-1 a.share-insta {background-image: url('images/icons/insta_red.svg');}
.site-1 a.share-linkedin {background-image: url('images/icons/li_red.svg');}
.site-1 a.share-email {background-image: url('images/icons/mail_red.svg');}
.site-1 a.share-link {background-image: url('images/icons/link_red.svg');}
.site-1 a.share-print {background-image: url('images/icons/print_red.svg');}
.site-1 a.share-feed {background-image: url('images/icons/rss_red.svg');}
.site-1 a.share-youtube {background-image: url('images/icons/youtube-red.svg');}

.site-6 a.share-facebook {background-image: url('images/icons/fb_red.svg');}
.site-6 a.share-twitter {background-image: url('images/icons/tw_red.svg');}
.site-6 a.share-insta {background-image: url('images/icons/insta_red.svg');}
.site-6 a.share-linkedin {background-image: url('images/icons/li_red.svg');}
.site-6 a.share-email {background-image: url('images/icons/mail_red.svg');}
.site-6 a.share-link {background-image: url('images/icons/link_red.svg');}
.site-6 a.share-print {background-image: url('images/icons/print_red.svg');}
.site-6 a.share-feed {background-image: url('images/icons/rss_red.svg');}
.site-6 a.share-youtube {background-image: url('images/icons/youtube-red.svg');}

a.share-facebook:hover {background-image: url('images/icons/fb.svg');}
a.share-twitter:hover {background-image: url('images/icons/tw.svg');}
a.share-insta:hover {background-image: url('images/icons/insta.svg');}
a.share-linkedin:hover {background-image: url('images/icons/li.svg');}
a.share-email:hover {background-image: url('images/icons/mail_black.svg');}
a.share-link:hover {background-image: url('images/icons/link_black.svg');}
a.share-print:hover {background-image: url('images/icons/print_black.svg');}
a.share-feed:hover {background-image: url('images/icons/rss.svg');}
a.share-youtube:hover {background-image: url('images/icons/youtube.svg');}

.share-list a {
    height: 18px;
    width: 17px;
    display: block;
    width: 100%;
    margin-bottom: 24px;
    background-repeat: no-repeat;
    background-size: 39%;
    background-position: center;
}
.share-block {
    position: fixed;
    right: 2%;
    bottom: 2vw;
    z-index: 99;
    display: block!important;
}
}
@media screen and (max-width: 800px) {
	section.breaking-news a .description { margin-left: 0;}
}
@media screen and (max-width: 650px) {
	.site-2 .breadcrumbs > .container,
	.site-4 .breadcrumbs > .container {
		padding-left: 13px;
	}
}
a:focus,
.focus a {
	outline: none;
}

body:not(.using-mouse) :focus {
	outline: 2px solid green;
	
    -moz-outline:2px solid green;
    -webkit-outline:2px solid green;
}
body:not(.using-mouse) input:focus,
body:not(.using-mouse) textarea:focus,
body:not(.using-mouse) select:focus {
	border: 2px solid green;
	outline: none;
}

body:not(.using-mouse) .featured_event a:focus  {
	border: 4px solid green;
}

body:not(.using-mouse) .other-events li .background-image-container a:focus  {
	border: 2px solid green;
}

body:not(.using-mouse) input[type="checkbox"]:focus  {
	opacity: 1;
}

:focus {
    outline: 0;
}

/* Lity =========================================================================== */
.lity {
  z-index: 99999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.77);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity.lity-opened {
  opacity: 1;
}
.lity.lity-closed {
  opacity: 0;
}
.lity * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}
.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: calc(14px * var(--text-scaler));
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity-loading .lity-loader {
  opacity: 1;
}
.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}
.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}
.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
       -o-transform: scale(0.8);
          transform: scale(0.8);
}
.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.lity-close {
    z-index: 9994;
    position: fixed;
    right: 10px;
    top: 30px;
    width: 20px;
    height: 20px;
}
/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}
/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}
.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
.lity-hide {
  display: none;
}

.media-container.has-overlay:after {
    content: "";
    background: linear-gradient(to right, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.lity-close:before, .lity-close:after {
	content: "";
    position: absolute;
    background-color: #fff;
    transition: transform 0.4s ease-out;
}

.lity-close, .lity-close:hover {
	background: transparent!important;
	color: transparent!important;
}

.lity-close:before {
    top: 50%;
    right: 0;
    width: 2px;
    height: 20px;
    margin-right: 9px;
    margin-top: -10px;
}
.lity-close:after {
	top: 50%;
    right: 0;
    width: 20px;
    height: 2px;
    margin-top: -1px
}
.lity-close {
    transform: translate(-50%,-50%) rotate(45deg);
	font-size: 0;
	cursor: pointer;
	border: 0;
}

@media (prefers-reduced-motion) {	
	#primary-menu > li:not(.focus):not(.menu-item-has-children):focus::after, 
	#primary-menu > li:not(.focus):not(.menu-item-has-children):hover::after {
		display: none !important;	
	}
	.site-2 #secondary-menu > li:hover {
		background-color: transparent !important;
	}
	.site-2 #header-search button:hover, .share-icon:hover {
		background: linear-gradient(to right bottom, #0008D9, #00D8FF 85%) !important;
		transform: scale(1) !important;
	}
	.select-group:hover .button,
	.button:hover {
		background: linear-gradient(to right, #000FDA 0%, #00D3FE 100%) !important;
	}
	a.text-link:hover span.arrow {
		width: 0 !important;
	}
	a.text-link:hover::before {
		display: none !important;
	}
	a.text-link:hover span.arrow::before {
		width: 17px !important;
	}
	.prev:hover::after, .next:hover::after {
		background-color: transparent !important;
		border: 1px solid #2C2C2C !important;
		color: #fff !important;
	}
	.prev:hover svg.prev-arrow .c, .next:hover svg.next-arrow .c {
		fill: #0008d9 !important;
	}
	.site-2 .accordion-block .container p a:hover, .site-2 .accordion-block .container li a:hover, .site-2 .text-block .container p a:hover, .site-2 .text-block .container li a:hover, .all-list ul li a:hover,
	.copyright a:hover, footer .column-left a:hover {
		text-decoration: none !important;	
	}
	footer .column-right .widget_nav_menu li a:hover::before {
		width: 0 !important;
	}
	.button-show:hover,
	a.read_more:hover .read-more-button, button.load-more-post:hover {
		background: #0008D9 !important;
	}

	.menu-line ul.menu li:hover::after {
		background: transparent !important;
	}
}