/*!
Theme Name: arosboardshop
Theme URI: http://underscores.me/
Author: Tikweb
Author URI: https://tikweb.com
Description: A theme created for AROSBOARD
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: arosboardshop
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.

arosboardshop 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

--------------------------------------------------------------*/
@font-face {
	font-family: helvetica neue;
	font-style: normal;
	font-weight: 400;
	src: url(https://fonts.cdnfonts.com/s/62895/HelveticaNeueRoman.woff) format("woff");
}

@font-face {
	font-family: helvetica neue;
	font-style: italic;
	font-weight: 400;
	src: url(https://fonts.cdnfonts.com/s/62895/HelveticaNeueItalic.woff) format("woff");
}

@font-face {
	font-family: helvetica neue;
	font-style: normal;
	font-weight: 100;
	src: url(https://fonts.cdnfonts.com/s/62895/HelveticaNeueUltraLight.woff) format("woff");
}

@font-face {
	font-family: helvetica neue;
	font-style: italic;
	font-weight: 100;
	src: url(https://fonts.cdnfonts.com/s/62895/HelveticaNeueUltraLightItalic.woff) format("woff");
}

@font-face {
	font-family: helvetica neue;
	font-style: normal;
	font-weight: 200;
	src: url(https://fonts.cdnfonts.com/s/62895/HelveticaNeueThin.woff) format("woff");
}

@font-face {
	font-family: helvetica neue;
	font-style: italic;
	font-weight: 200;
	src: url(https://fonts.cdnfonts.com/s/62895/HelveticaNeueThinItalic.woff) format("woff");
}

@font-face {
	font-family: helvetica neue;
	font-style: normal;
	font-weight: 300;
	src: url(https://fonts.cdnfonts.com/s/62895/HelveticaNeueLight.woff) format("woff");
}

@font-face {
	font-family: helvetica neue;
	font-style: italic;
	font-weight: 300;
	src: url(https://fonts.cdnfonts.com/s/62895/HelveticaNeueLightItalic.woff) format("woff");
}

@font-face {
	font-family: helvetica neue;
	font-style: normal;
	font-weight: 500;
	src: url(https://fonts.cdnfonts.com/s/62895/HelveticaNeueMedium.woff) format("woff");
}

@font-face {
	font-family: helvetica neue;
	font-style: italic;
	font-weight: 500;
	src: url(https://fonts.cdnfonts.com/s/62895/HelveticaNeueMediumItalic.woff) format("woff");
}

@font-face {
	font-family: helvetica neue;
	font-style: normal;
	font-weight: 700;
	src: url(https://fonts.cdnfonts.com/s/62895/HelveticaNeueBold.woff) format("woff");
}

@font-face {
	font-family: helvetica neue;
	font-style: italic;
	font-weight: 700;
	src: url(https://fonts.cdnfonts.com/s/62895/HelveticaNeueBoldItalic.woff) format("woff");
}

@font-face {
	font-family: helvetica neue;
	font-style: normal;
	font-weight: 800;
	src: url(https://fonts.cdnfonts.com/s/62895/HelveticaNeueHeavy.woff) format("woff");
}

@font-face {
	font-family: helvetica neue;
	font-style: italic;
	font-weight: 800;
	src: url(https://fonts.cdnfonts.com/s/62895/HelveticaNeueHeavyItalic.woff) format("woff");
}

@font-face {
	font-family: helvetica neue;
	font-style: normal;
	font-weight: 900;
	src: url(https://fonts.cdnfonts.com/s/62895/HelveticaNeueBlack.woff) format("woff");
}

@font-face {
	font-family: helvetica neue;
	font-style: italic;
	font-weight: 900;
	src: url(https://fonts.cdnfonts.com/s/62895/HelveticaNeueBlackItalic.woff) format("woff");
}

/* Colors css variables */
:root {
	--color-bg-primary: #fff;
	--color-bg-secondary: #fff6e7;
	--color-text-primary: #000000;
	--color-text-hightlight: #c06200;
	--color-button--bg-highlight: #fcad2d;
	--color-button--bg-highlight-secondary: #ffd3a6;
	--color-button--bg-highlight-dark: #d9861e;
	--color-link: #c06200;
	--color-badge-border-green: #1a9f00;
	--color-badge-text-green: #1e9f00;
	--color-badge-border-red: #d10000;
	--color-badge-text-red: #d10100;
	--color-badge-border-gold: #d9861e;
	--color-badge-text-gold: #d9861e;
	--color-horizontal-line: #707070;
	--font-family-heading: "Poppins", sans-serif;
	--font-family-body: "helvetica neue", sans-serif;
	--font-size-h2: 66px;
	--font-size-h4: 32px;
	--font-size-sub-heading: 32px;
	--font-size-number: 52px;
	--font-size-stat-text: 32px;
	--line-height-h2: 76px;
	--line-height-h4: 32px;
	--line-height-sub-heading: 42px;
	--line-height-number: 50px;
	--line-height-stat-text: 39px;
	--letter-spacing-h2: -0.66px;
	--letter-spacing-h4: -0.32px;
	--letter-spacing-number: -0.52px;
}

@media (max-width: 768px) {
	:root {
		--font-size-h2: 42px;
		--line-height-h2: 52px;
		--letter-spacing-h2: -0.42px;
		--font-size-h4: 24px;
		--line-height-h4: 32px;
		--letter-spacing-h4: -0.24px;
		--font-size-sub-heading: 18px;
		--line-height-sub-heading: 22px;
		--letter-spacing-sub-heading: 0;
		--font-size-number: 36px;
		--line-height-number: 40px;
		--letter-spacing-number: -0.32px;
		--font-size-stat-text: 22px;
		--line-height-stat-text: 22px;
		--letter-spacing-stat-text: 0;
	}
}

/*--------------------------------------------------------------
# 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%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * 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;
}

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

/**
 * 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;
}

/**
 * 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;
}


#page {
	overflow-x: hidden;
}
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: var(--color-text-primary);
	font-family: var(--font-family-body);
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
.events-left-heading,
h3,
h4,
h5,
h6 {
	clear: both;
	color: var(--color-text-primary);
	font-family: var(--font-family-heading);
	text-wrap: balance;
	word-wrap: break-word;
}


h2,
.events-left-heading {
	font-size: var(--font-size-h2, 66px);
	font-weight: 800;
	/* ExtraBold*/
	line-height: var(--line-height-h2, 76px);
	letter-spacing: var(--letter-spacing-h2, -0.66px);
}

h3 {
	font-size: var(--font-size-h3, 32px);
	color: var(--color-text-primary);
	font-family: var(--font-family-heading);
	font-weight: 800;
	/* ExtraBold*/
}

h4 {
	font-size: var(--font-size-h4, 32px);
	color: var(--color-text-primary);
	font-family: var(--font-family-heading);
	font-weight: 800;
	/* ExtraBold*/
	line-height: var(--line-height-h4, 32px);
	letter-spacing: var(--letter-spacing-h4, -0.32px);
}

.mini-heading {
	font-size: 18px;
	color: var(--color-text-hightlight);
	line-height: 22px;
	letter-spacing: 0;
	font-weight: 300;
}

.sub-heading {
	font-size: var(--font-size-sub-heading, 32px);
	line-height: var(--line-height-sub-heading, 42px);
	letter-spacing: 0;
	font-weight: 300;
}

.home hgroup {
	padding-top: 142px;
	padding-bottom: 64px;
	padding-left: 25px;
}

.home hgroup h2, .home hgroup .events-left-heading {
	margin-top: 13px;
	margin-bottom: 26px;
	max-width: 1063px;
}

.home hgroup .sub-heading {
	max-width: 1059px;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
html {
	scroll-behavior: smooth;
}

body {
	background: #fff;
	font-family: var(--font-family-body);
}

.container {
	max-width: 1393px;
	margin: 0 auto;
}

.bg-golden {
	background-color: var(--color-bg-secondary);
}

@media (max-width: 1393px) {
	.container, .aros-page-content {
		padding-inline: 15px;
	}
}

@media (max-width: 768px) {
	body.page-id-210 .is-layout-grid {
		display: flex;
		flex-direction: column;
	}
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

.wp-block-video video {
	border-radius: 8px;
}

:root :where(.is-layout-constrained) > * {
	position: relative;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: var(--color-link);
	font-size: 18px;
	line-height: 22px;
}

a:visited {
	color: var(--color-link);
}

a:hover, a:focus, a:active {
	color: var(--color-link);
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

.button, .button-highlight, .button-highlight-dark {
	color: white;
	padding: 14px 39px 12px 35px;
	font-size: 24px;
	line-height: 29px;
	font-weight: 400;
	text-decoration: none;
	border-radius: 8px;
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.button:visited, .button-highlight:visited, .button-highlight-dark:visited {
	color: white;
}

.button:hover, .button-highlight:hover, .button-highlight-dark:hover {
	color: white;
}

.button-highlight {
	background-color: var(--color-button--bg-highlight);
}

.button-highlight-dark {
	background-color: var(--color-button--bg-highlight-dark);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #000;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

.white-bg-form input[type="text"],
.white-bg-form input[type="email"],
.white-bg-form input[type="tel"],
.white-bg-form input[type="date"],
.white-bg-form select,
.white-bg-form textarea {
	height: 63px;
	border: none;
	border-bottom: 1px solid #000;
	width: 70%;
	border-radius: 0;
	outline: none;
	background-color: var(--color-bg-secondary);
	font-size: 26px;
	line-height: 32px;
	letter-spacing: 0;
}

.white-bg-form textarea {
	height: 200px;
}

.white-bg-form input[type="submit"] {
	border-radius: 10px;
	color: white;
	background: var(--color-button--bg-highlight-dark);
	padding: 20px 50px;
}

.white-bg-form label {
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 12px;
}

.white-bg-form input[type="checkbox"] {
	width: 30px;
	height: 30px;
}

.white-bg-form .wpcf7-list-item-label {
	margin-top: -34px;
	display: block;
	margin-left: 35px;
}

.white-bg-form .wpcf7-list-item {
	margin-left: 0;
}

.two-col {
	display: flex;
	gap: 40px;
}

.two-col p {
	flex-basis: calc(35% - 20px);
	margin-top: 0 !important;
}

.two-col p input,
.two-col p select {
	width: 100% !important;
}

@media (max-width: 767px) {
	.two-col {
		gap: 0;
	}
	.two-col p {
		margin-top: 0px !important;
		padding: 0px !important;
		margin-bottom: 25px !important;
	}
	.empty-label {
		display: none !important;
	}
}

.bottom-contact-info .two-col p:nth-of-type(2) {
	margin-top: 18px !important;
}

.white-bg-form .submit {
	margin-top: 55px;
	margin-bottom: 35px;
}

.white-bg-form .clear,
.white-bg-form .clear p {
	font-size: 18px !important;
	font-weight: 300;
	cursor: pointer;
}

table.woocommerce-table--order-details {
	border-collapse: collapse;
	/* Makes sure borders don't double up */
	text-align: right;
}

table.woocommerce-table--order-details tr {
	border: 1px solid black;
	/* Adds border to the rows */
}

table.woocommerce-table--order-details td,
table.woocommerce-table--order-details th {
	border: 1px solid black;
	/* Adds border to each cell */
	padding: 8px;
	/* Adds padding inside the cells */
}

.aros-buy-ticket {
	text-decoration: none;
	background: #d9861e;
	padding-inline: 45px;
	padding-top: 21px;
	padding-bottom: 16px;
	border-radius: 8px;
	color: white;
	margin-top: 30px;
	border: none;
	cursor: pointer;
	/* font-size: 24px;
	line-height: 29px; */
}

.wpcf7-not-valid-tip:not(:nth-child(1)):not(:nth-child(2)) {
	display: none;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.site-header {
	width: 100%;
	background-color: var(--color-bg-secondary);
}

.header-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 23px;
	max-width: 1393px;
	margin: 0 auto;
	height: 158px;
	border-bottom: 1px solid #707070;
}

.header-right {
	display: flex;
	gap: 37px;
}

.main-navigation {
	display: flex;
}

.main-navigation > div:first-child {
	display: flex;
}

.main-navigation .nav {
	list-style: none;
	display: flex;
	gap: 37px;
	margin: auto;
}

.main-navigation .nav li a {
	text-decoration: none;
	color: var(--color-text-primary);
	font-size: 18px;
	letter-spacing: 0;
	font-family: var(--font-family-body);
	font-weight: 300;
	/* Light*/
}

.icon-group {
	position: relative;
}

.menu-icon {
	cursor: pointer;
}

.right-icons {
	display: flex;
	gap: 30px;
	align-items: center;
}

.cart-count {
	position: absolute;
	border-radius: 50%;
	padding: 5px;
	display: flex;
	height: 20px;
	width: 20px;
	background-color: black;
	color: white;
	justify-content: center;
	align-items: center;
	top: -10px;
	right: -14px;
	font-family: var(--font-family-heading);
	font-size: 14px;
	line-height: 2px;
	letter-spacing: -0.14px;
	font-weight: 300;
}

.cart-link {
	position: relative;
}

.sliding-menu {
	height: 955px;
	background-color: var(--color-bg-primary);
	position: fixed;
	left: 0;
	top: 0;
	display: none;
	z-index: 100;
	width: 100%;
	padding-top: 138px;
	cursor: pointer;
}

.sliding-menu-container {
	max-width: 1393px;
	margin: 0 auto;
	position: relative;
	cursor: auto;
}

.sliding-menu .menu-close-icon {
	position: absolute;
	right: 0;
	top: -60px;
	cursor: pointer;
}

.sliding-nav {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 14px;
	margin: auto;
	padding-left: 0;
}

.sliding-nav .menu-item-has-children:first-of-type {
	margin-top: 100px;
}

.sliding-nav li {
	position: relative;
}

.sliding-nav li.menu-item-has-children > a,
.sliding-nav li.big-link > a {
	font-weight: 300;
	font-size: 32px;
}

.sliding-nav li.menu-item-has-children > a:hover,
.sliding-nav li.big-link > a:hover {
	text-decoration: none;
}

.sliding-nav li.first-link {
	margin-top: 30px;
}

.sliding-nav li.last-link {
	margin-bottom: 30px;
}

.sliding-nav li:nth-child(n + 2):nth-child(-n + 5) {
	margin-bottom: 22px;
}

.sliding-nav li a {
	text-decoration: none;
	color: var(--color-text-primary);
	font-size: 18px;
	letter-spacing: 0;
	font-family: var(--font-family-body);
	font-weight: 300;
	/* Light*/
}

.sliding-nav li a:hover {
	text-decoration: underline;
}

.sliding-nav li:hover .sub-menu {
	display: block;
}

.sliding-nav li .sub-menu {
	display: none;
	position: absolute;
	left: 225px;
	top: -15px;
	z-index: 9999;
	list-style: none;
	padding-top: 10px;
}

.sliding-nav li .sub-menu li {
	margin-bottom: 17px;
}

.sliding-nav li .sub-menu li a {
	font-size: 18px;
	font-weight: 300;
	line-height: 28px;
}

.sliding-nav li .sub-menu::before {
	content: url("./images/submenu-arrow.svg");
	position: absolute;
	left: -20px;
	top: 11px;
}

.sliding-menu-footer-container {
	width: 100%;
	max-width: 1393px;
	margin: 0 auto;
	cursor: auto;
}

.sliding-menu .address {
	margin-top: 20px;
	margin-bottom: 28px;
	font-weight: 300;
}

.sliding-menu .phone {
	font-size: 32px;
	line-height: 39px;
	letter-spacing: 0;
	font-weight: 300;
}

.sliding-menu .phone a {
	font-size: 32px;
	line-height: 39px;
	letter-spacing: 0;
	color: var(--color-text-primary);
	text-decoration: none;
	font-weight: 300;
}

.sliding-menu .text-right {
	text-align: right;
}

.site-footer {
	height: 144px;
	background-color: var(--color-bg-secondary);
	display: flex;
	width: 100%;
}

.site-footer .footer-container {
	max-width: 1393px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 23px;
	flex-grow: 1;
	position: relative;
}

.site-footer .footer-address {
	margin-top: 18px;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0;
}

.site-footer .footer-address br {
	display: none;
}

.site-footer .footer-middle {
	display: flex;
	gap: 12px;
}

.site-footer .footer-phone {
	font-size: 26px;
	line-height: 32px;
	letter-spacing: 0;
	font-weight: 400;
}

.site-footer .footer-phone a {
	font-size: 26px;
	line-height: 32px;
	letter-spacing: 0;
	font-weight: 400;
	color: var(--color-text-primary);
	text-decoration: none;
}

.site-footer .goto-top {
	position: absolute;
	right: 0;
	top: -24px;
	cursor: pointer;
}

@media (max-width: 1393px) {
	.header-container {
		gap: 20px;
	}
	.sliding-menu {
		padding-inline: 15px;
	}
	.main-navigation {
		display: none;
	}
	.site-footer {
		height: auto;
	}
	.site-footer .footer-container {
		flex-direction: column;
		text-align: center;
		gap: 14px;
		padding-block: 15px;
	}
	.sliding-nav li .sub-menu {
		position: initial;
		padding-left: 0;
	}
	.sliding-nav li .sub-menu::before {
		display: none;
	}
	.sliding-nav li:nth-child(n + 2):nth-child(-n + 5) {
		margin-bottom: 12px;
	}
}

@media (max-width: 376px) {
	.sliding-menu {
		padding-top: 10px;
		gap: 5px;
	}
	.sliding-menu .menu-close-icon {
		position: absolute;
		right: 10px;
		top: 0px;
		cursor: pointer;
	}
	.sliding-nav li.menu-item-has-children > a {
		font-size: 28px;
	}
	.big-link a {
		font-size: 28px;
	}
	.sliding-nav li.first-link {
		margin-top: 12px;
	}
	.sliding-nav li.last-link {
		margin-bottom: 12px;
	}
	.sliding-nav li:nth-child(n + 2):nth-child(-n + 5) {
		margin-bottom: 12px;
	}
	.sliding-menu-footer-container {
		padding-right: 10px;
		margin-top: 10px;
	}
	main {
		overflow: hidden;
	}
	.sliding-menu .address {
		margin-top: 12px;
		margin-bottom: 12px;
	}
	.menu-close-icon img {
		height: 35px;
		width: 35px;
	}
}

.backdrop-sliding-menu {
	background-color: rgba(0, 0, 0, 0.4);
	width: 100vw;
	height: 100vw;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: none;
	z-index: 2;
}

@media (max-height: 1000px) and (max-width: 768px) {
	.sliding-menu {
		height: 100dvh;
		padding-top: 10px;
		overflow-y: scroll;
	}
	.sliding-menu-footer-container {
		padding-right: 10px;
		margin-top: 10px;
	}
	.sliding-nav li.first-link {
		margin-top: 12px;
	}
	.sliding-nav li.last-link {
		margin-bottom: 12px;
	}
	.sliding-nav li.menu-item-has-children > a,
	.sliding-nav li.big-link > a {
		font-size: 28px;
	}
	.sliding-menu .menu-close-icon {
		position: absolute;
		right: 10px;
		top: 0px;
		cursor: pointer;
	}
}

@media (max-width: 768px) {
	.site-footer .footer-address br {
		display: block;
	}
	.site-footer .no-style-link {
		margin-top: 14px;
		display: block;
	}
	.site-footer .footer-logo {
		margin-top: 39px;
	}
	.site-footer .goto-top {
		position: absolute;
		right: auto;
		top: -32px;
		cursor: pointer;
		transform: scale(0.7);
	}
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

.post-1 {
	grid-column-start: span 3;
}

.post-grid {
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: 622px 268px 268px;
	display: grid;
	gap: 14px;
}

.post-2 {
	grid-column-start: span 1;
}

.post-4 {
	grid-column-start: 2;
	grid-row-start: 2;
	grid-column-end: 4;
	grid-row-end: 4;
}

.post-grid {
	color: white;
}

.post-grid h4 {
	color: white;
	font-weight: 800;
	line-height: 32px;
}

.post-grid .post {
	position: relative;
	margin: 0;
	border-radius: 8px;
	overflow: hidden;
}

.post-grid .post > a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.post-grid .post a {
	color: white;
	display: block;
	width: 100%;
	height: 100%;
}

.post-grid .post a:hover {
	color: white;
}

.post-grid .post a .post-top .go-to-icon svg path#Path_11 {
	fill: #fff;
}

.post-grid .post a .post-bottom .go-to-icon svg path#Path_11 {
	fill: #fff;
}

.post-grid .post a:hover .post-top .go-to-icon svg path#Path_11 {
	fill: #d9861e;
	opacity: 1;
}

.post-grid .post a:hover .post-bottom .go-to-icon svg path#Path_11 {
	fill: #d9861e;
	opacity: 1;
}

.post-grid .post-top {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
}

.post-grid .post-top .go-to-icon {
	position: absolute;
	right: 30px;
	top: 28px;
}

.post-grid .post-bottom {
	position: absolute;
	bottom: 28px;
	left: 0;
	right: 0;
}

.post-grid .post-bottom .go-to-icon {
	position: absolute;
	bottom: -2px;
	right: 30px;
}

.post-grid .post-2 {
	background-color: #fcad2d;
}

.post-grid .post-3 {
	background-color: #c06200;
}

.featured-post-heading {
	margin-inline: 25px;
	margin-top: 28px;
}

.featured-post-heading h4 {
	margin: 0;
}

.featured-post-heading .sub-heading {
	font-size: 18px;
	line-height: 24px;
	font-weight: 300;
}

.featured-post {
	margin-bottom: 70px;
}

.stats {
	display: flex;
	margin-top: 70px;
	margin-bottom: 170px;
}

.stats .stat {
	flex-basis: 33.333333333333333%;
	padding-block: 5px;
	padding-left: 20px;
	border-right: 1px solid #707070;
}

.stats .stat:last-child {
	border-right: none;
}

.stats .stat .number {
	font-size: var(--font-size-number, 52px);
	font-family: var(--font-family-heading);
	font-weight: 800;
	line-height: var(--line-height-number, 50px);
	letter-spacing: var(--letter-spacing-number, -0.52px);
}

.stats .stat .text {
	font-size: var(--font-size-stat-text, 32px);
	line-height: var(--line-height-stat-text, 39px);
	font-weight: 300;
}

.events {
	display: flex;
	gap: 60px;
	margin-bottom: 115px;
}

.events-left {
	flex-basis: 30%;
}

.events-left-heading {
	text-align: right;
}

.events-left-text {
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0;
	font-weight: 300;
	text-align: right;
	margin-block: 20px;
}

.events-right-text-heading {
	font-family: var(--font-family-heading);
	font-weight: 800;
	font-size: 32px;
	line-height: 32px;
}

.events-right-text-sub-heading {
	font-size: 18px;
	line-height: 24px;
	font-weight: 300;
	margin-block: 20px;
}

.event-list {
	display: flex;
	flex-direction: column;
	margin-bottom: 23px;
}

.event-list .event {
	border-bottom: 1px solid #707070;
	display: flex;
	gap: 32px;
	padding-top: 28px;
	padding-bottom: 22px;
}

.event-list .event-left {
	flex-basis: 20%;
	min-width: 198px;
}

.event-list .event-date {
	font-size: 24px;
	line-height: 29px;
	font-weight: 300;
	margin-bottom: 6px;
}

.event-list .event-title {
	font-family: var(--font-family-heading);
	font-size: 24px;
	line-height: 30px;
	font-weight: 800;
	letter-spacing: -0.24px;
}

.event-list .event a.event-title {
	color: var(--color-text-primary);
	text-decoration: none;
}

.event-list .event-short-description {
	font-size: 18px;
	line-height: 30px;
	font-weight: 300;
	margin-bottom: 6px;
	letter-spacing: 0;
}

.event-list .event-price {
	font-size: 18px;
	line-height: 22px;
	font-weight: 300;
	color: var(--color-text-hightlight);
}

.event-badge-red {
	border: 2px solid var(--color-badge-border-red);
	color: var(--color-badge-text-red);
	display: inline;
	padding-top: 8px;
	padding-bottom: 2px;
	padding-inline: 10px;
	font-size: 12px;
}

.event-badge-gold {
	border: 2px solid var(--color-badge-border-gold);
	color: var(--color-badge-text-gold);
	display: inline;
	padding-top: 8px;
	padding-bottom: 2px;
	padding-inline: 10px;
	font-size: 12px;
}

.event-badge-green {
	border: 2px solid var(--color-badge-border-green);
	color: var(--color-badge-text-green);
	display: inline;
	padding-top: 8px;
	padding-bottom: 2px;
	padding-inline: 10px;
	font-size: 12px;
}

@media (max-width: 768px) {
	.stats {
		flex-direction: column;
	}
	.stats .stat {
		border-right: none;
	}
	.events {
		flex-direction: column;
	}
	.events-left-heading {
		text-align: left;
	}
	.events-left-text {
		text-align: left;
	}
	.events-left .float-right, .events-left .event-list .event-date, .event-list .events-left .event-date, .events-left .event-badge-red, .events-left .event-badge-gold, .events-left .event-badge-green {
		float: left;
	}
	.testimonials-section .container {
		flex-direction: column;
	}
	.testimonials-section .flex-half {
		flex-direction: column;
	}
	.container {
		padding-inline: 15px;
	}
	.home .event-list .event a.event-title {
		word-break: break-word;
	}
}

/* Testimonials
--------------------------------------------- */
.testimonial {
	margin-bottom: 80px;
}

.testimonial .text {
	font-size: 18px;
	line-height: 30px;
	font-weight: 300;
	margin-bottom: 43px;
	text-align: center;
}

.testimonial .person {
	display: flex;
	align-items: center;
	gap: 32px;
	color: var(--color-text-hightlight);
}

.testimonial .person img {
	width: 95px;
	height: 95px;
	border-radius: 50%;
}

.testimonials-section {
	padding-top: 131px;
	padding-bottom: 104px;
}

.footer-before {
	padding-top: 161px;
	padding-bottom: 171px;
}

.gap-80 {
	gap: 80px;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* 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: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* 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;
}

.text-center {
	text-align: center;
}

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

.text-right {
	text-align: right;
}

.float-left {
	float: left;
}

.float-right, .event-list .event-date, .event-badge-red, .event-badge-gold, .event-badge-green {
	float: right;
}

.flex {
	display: flex;
}

.flex-column {
	display: flex;
	flex-direction: column;
}

.flex-half {
	flex-basis: 50%;
}

.flex-seventy {
	flex-basis: 70%;
}

.flex-thirty {
	flex-basis: 30%;
}

@media (max-width: 768px) {
	.flex-seventy {
		flex-direction: column;
	}
}

/* Pages
--------------------------------------------- */
.top-with-bg {
	background-color: var(--color-bg-secondary);
}

.has-ninety-bg {
	background: linear-gradient(180deg, var(--color-bg-secondary) 90%, var(--color-bg-primary) 10%);
}

.has-ninety-bg > .featured-post {
	width: 100%;
	max-width: 1393px;
	margin: 0 auto;
}

.slider-bg,
.full-bg {
	position: relative;
}

.wp-block-group .event-banner:before{
height: calc(100% + 250px) !important;	
}

.wp-block-group .event-banner:before, 
.slider-bg:before, .articles.full-bg:before {
	content: "";
    position: absolute;
    top: 0;
    width: calc(100vw + 100px);
    left: 50%;
    height: calc(100% - 170px);
    z-index: -1;
    background: #fff6e7;
    transform: translateX(-50%);
}
p.article-breadcrumb.full-bg:before {
content: "";
    position: absolute;
    top: 50%;
    width: calc(100vw + 100px);
    left: 50%;
    height: 100vh;
    z-index: -1;
    background: #fff6e7;
    transform: translate(-50%, -50%);
}

figure.wp-block-image.size-full.slider-bg:before {
content: "";
    position: absolute;
    top: 0;
    width: calc(100vw + 100px);
    left: 50%;
    height: calc(100% - 150px);
    z-index: -1;
    background: #fff6e7;
    transform: translateX(-50%);
}
.wp-block-group.full-bg:before {
	content: "";
    position: absolute;
    top: 0;
    width: calc(100vw + 100px);
    left: 50%;
    height: calc(100% - 150px);
    z-index: -1;
    background: #fff6e7;
    transform: translateX(-50%);
}
.page-om-aros-board .wp-block-group.full-bg:before,
.page-de-7-trin .wp-block-group.full-bg:before,
.page-sadan-bliver-du-medlem .wp-block-group.full-bg:before,
.page-kontakt .wp-block-group.full-bg:before,
.page-uddannelser .wp-block-group.full-bg:before,
.page-rekruttering .wp-block-group.full-bg:before,
.page-faellesskabet .wp-block-group.full-bg:before,
.page-radgivning .wp-block-group.full-bg:before,
.page-foredrag .wp-block-group.full-bg:before,
.page-id-2575 .wp-block-group.full-bg:before,
.single-post .wp-block-group.full-bg:before,
.page-basispakken .wp-block-group.full-bg:before,
.page-udviklingspakken .wp-block-group.full-bg:before,
.page-specialistpakken .wp-block-group.full-bg:before {
	height: 100%;
}

.footer-before hgroup {
	padding-top: 0;
}

@media (max-width: 768px) {

	.post-grid {
		grid-template-columns: 1fr;
		/* Single column */
		grid-template-rows: repeat(auto-fill, minmax(268px, auto));
		/* Auto rows based on content */
		display: flex;
		flex-direction: column;
		gap: 14px;
	}
	.post-grid .post-1,
	.post-grid .post-2,
	.post-grid .post-3,
	.post-grid .post-4 {
		grid-column-start: span 1;
		/* Ensure all posts only span 1 column */
		/* min-height: 268px; */
	}
}

.bliv {
	margin-left: 25px;
}

@media (max-width: 768px) {
	.cart-icon {
		display: none;
	}
}

@media (min-width: 769px) {
	.cart-icon-mobile {
		display: none;
	}
}

@media (max-width: 768px) {

	.post-grid {
		padding-inline: 10px;
	}
	.post-grid .post-2,
	.post-grid .post-3 {
		min-height: auto;
		height: 120px;
	}
	.post-1 .go-to-icon {
		display: none;
	}
	.event-list .event-left {
		min-width: auto;
	}
	.arosboard-testimonials-wrapper .aros-owl-prev {
		left: -23px;
	}
	.right-icons {
		gap: 10px;
	}
	.stats .stat .text {
		margin-top: 7px;
	}
	.stats {
		margin-bottom: 39px;
	}
	.stats .stat {
		padding-left: 0;
	}
	.footer-middle {
		order: 3;
	}
	.footer-right {
		order: 2;
	}
	.featured-post-heading .sub-heading {
		font-size: 12px;
	}
	.post-grid h4 {
		line-height: 32px;
		font-size: 22px;
	}
	.post-grid .post > a img {
		width: 100%;
		height: 314px;
		object-fit: cover;
		border-radius: 8px;
	}
	.post-4 .go-to-icon {
		bottom: initial;
		top: -200px;
	}
}

.arosboard-product-list {
	display: flex;
	list-style: none;
	padding-left: 0;
	margin-left: 0;
	gap: 20px;
	flex-wrap: wrap;
}

.arosboard-product-list h2, .arosboard-product-list .events-left-heading {
	font-size: 32px;
}

.arosboard-product-list .product {
	background-color: white;
	flex-basis: 32%;
	border-radius: 8px;
	padding-top: 22px;
	padding-left: 23px;
	padding-right: 16px;
	min-height: 444px;
}

.arosboard-product-list .product h4 {
	font-size: 18px;
	font-weight: bold;
	margin-block: 0;
}

.arosboard-product-list .product .product-category {
	font-size: 18px;
	color: var(--color-text-hightlight);
	line-height: 24px;
	letter-spacing: 0;
}

.arosboard-product-list .product a {
	text-decoration: none;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.arosboard-product-list .product-image {
	display: block;
	margin-inline: auto;
	margin-block: 25px;
}

.arosboard-product-list .product-bottom {
	display: flex;
	justify-content: space-between;
}

.arosboard-product-list .product-bottom .product-price {
	color: #000;
}

nav.woocommerce-breadcrumb {
	margin-top: 50px;
}

.shop-bg {
	background-color: var(--color-bg-secondary);
	padding-top: 138px;
	padding-bottom: 100px;
}

.shop-bg .breadcrumb {
	color: var(--color-text-hightlight);
	font-weight: 300;
}

.shop-bg .breadcrumb a {
	text-decoration: none;
}

.shop-bg hgroup h2, .shop-bg hgroup .events-left-heading {
	margin-bottom: 20px;
	margin-top: 13px;
}

.shop-bg hgroup .sub-heading {
	font-size: 32px;
	line-height: 42px;
}

.shop-text {
	margin-top: 75px;
	margin-bottom: 75px;
}

.w-60 {
	width: 60%;
	padding-bottom: 95px;
	margin-left: 25px;
}

.medarbejderliste,
.skiv-til-os {
	padding-top: 45px;
	padding-bottom: 40px;
}

.medarbejderliste .telephone,
.skiv-til-os .telephone {
	font-size: 32px;
	font-weight: 300;
	line-height: 42px;
}

.medarbejderliste .text,
.skiv-til-os .text {
	font-size: 18px;
	font-weight: 300;
	line-height: 24px;
	padding-block: 15px;
}

.medarbejderliste a,
.skiv-til-os a {
	text-decoration: none;
}

.medarbejderliste a::after,
.skiv-til-os a::after {
	content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216.099%22%20height%3D%2212.438%22%20viewBox%3D%220%200%2016.099%2012.438%22%3E%3Cpath%20id%3D%22Path_98%22%20data-name%3D%22Path%2098%22%20d%3D%22M12.888%2C12.3v.92H-2.28V12.3ZM5.915%2C6.552H7.3l6.516%2C6.219L7.3%2C18.99H5.915l6.531-6.219Z%22%20transform%3D%22translate(2.28%20-6.552)%22%20fill%3D%22%23c06200%22%2F%3E%3C%2Fsvg%3E");
	margin-left: 5px;
}

.arosboard-single-product {
	display: flex;
	margin-top: 78px;
	margin-bottom: 90px;
	gap: 45px;
}

.arosboard-single-product-image {
	flex-basis: 50%;
	background-color: white;
	padding-block: 85px;
	text-align: center;
	border-radius: 8px;
}

.arosboard-single-product-image img {
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
	width: 377px;
	object-fit: contain;
}

.arosboard-single-product .full-description {
	font-size: 18px;
	line-height: 24px;
}

.arosboard-single-product-description {
	flex-basis: 50%;
}

.arosboard-single-product-description-body {
	padding-inline: 40px;
}

.arosboard-single-product-description-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 41px;
	border-top: 1px solid var(--color-horizontal-line);
	border-bottom: 1px solid var(--color-horizontal-line);
	padding-left: 40px;
	padding-top: 50px;
	padding-bottom: 30px;
	padding-right: 25px;
}

.arosboard-single-product-description-header .price {
	font-size: 32px;
	line-height: 36px;
	font-weight: 300;
	color: black;
}

.arosboard-single-product-description-header .price span {
	font-size: 18px;
	line-height: 24px;
	font-weight: 300;
	color: var(--color-text-hightlight);
}

.product-attributes {
	margin-top: 40px;
}

.attribute_name,
.description-title {
	color: var(--color-text-hightlight);
}

.product-image-container {
	margin: 0 auto;
	position: relative;
}

span.circular-badge {
	position: absolute;
	background: #fcad2d;
	border-radius: 100%;
	/* padding: 14px; */
	font-size: 14px;
	color: #fff;
	white-space: nowrap;
	display: flex;
	height: 73px;
	width: 73px;
	align-items: center;
	text-align: center;
	right: -36px;
	bottom: 60px;
	line-height: 17px;
	padding-left: 5px;
}

.shop-product-category-name {
	font-size: 32px;
	line-height: 32px;
	letter-spacing: -0.32px;
	padding-bottom: 10px;
	margin-left: 25px;
	margin-top: 71px;
}

[data-block-name="woocommerce/checkout"] {
	margin-top: 50px !important;
}

[data-block-name="woocommerce/cart"] {
	margin-top: 95px !important;
}

@media (max-width: 768px) {
	.shop-bg hgroup br {
		display: none;
	}
	.arosboard-product-list,
	.arosboard-single-product {
		flex-direction: column;
	}
	.w-60,
	.article-blocks,
	.article-separator {
		width: 100%;
	}
	.article-blocks {
		width: 100% !important;
	}
}

.page-template-default.woocommerce-checkout {
	/* .wc-blocks-components-select__container {
    display: flex;
    flex-direction: column;
    label {
      position: relative !important;
      overflow: visible;
      flex: 1;
    }
  } */
}

.page-template-default.woocommerce-checkout #page {
	background-color: var(--color-bg-secondary);
}

.page-template-default.woocommerce-checkout .wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted,
.page-template-default.woocommerce-checkout .wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted {
	box-shadow: inset 0 0 0 2px var(--color-text-hightlight);
	background-color: white;
}

.page-template-default.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block {
	background-color: white;
	border-radius: 4px;
}

.page-template-default.woocommerce-checkout .wc-block-components-radio-control .wc-block-components-radio-control__input {
	display: none;
}

.page-template-default.woocommerce-checkout .wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.wc-block-components-checkout-place-order-button--full-width.contained,
.page-template-default.woocommerce-checkout .wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained {
	background-color: #d9861e;
	color: white;
	padding: 14px 26px 7px 26px;
	font-size: 24px;
	line-height: 29px;
	font-weight: 400;
	text-decoration: none;
	border-radius: 8px;
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.page-template-default.woocommerce-checkout .wc-blocks-components-select .wc-blocks-components-select__container,
.page-template-default.woocommerce-checkout .wc-block-components-text-input input {
	border: none;
}

.page-template-default.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type="email"],
.page-template-default.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type="number"],
.page-template-default.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type="password"],
.page-template-default.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type="tel"],
.page-template-default.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type="text"],
.page-template-default.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type="url"],
.page-template-default.woocommerce-checkout .wc-block-components-text-input input[type="email"],
.page-template-default.woocommerce-checkout .wc-block-components-text-input input[type="number"],
.page-template-default.woocommerce-checkout .wc-block-components-text-input input[type="password"],
.page-template-default.woocommerce-checkout .wc-block-components-text-input input[type="tel"],
.page-template-default.woocommerce-checkout .wc-block-components-text-input input[type="text"],
.page-template-default.woocommerce-checkout .wc-block-components-text-input input[type="url"],
.page-template-default.woocommerce-checkout .wc-blocks-components-select__select {
	border: none;
	height: 63px;
	border: none;
	border-bottom: 1px solid #000;
	border-radius: 0;
	outline: none;
	font-size: 26px;
	line-height: 32px;
	letter-spacing: 0;
}

.page-template-default.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input:-webkit-autofill,
.page-template-default.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input.is-active input[type="email"],
.page-template-default.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input.is-active input[type="number"],
.page-template-default.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input.is-active input[type="password"],
.page-template-default.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input.is-active input[type="tel"],
.page-template-default.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input.is-active input[type="text"],
.page-template-default.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input.is-active input[type="url"],
.page-template-default.woocommerce-checkout .wc-block-components-text-input input:-webkit-autofill,
.page-template-default.woocommerce-checkout .wc-block-components-text-input.is-active input[type="email"],
.page-template-default.woocommerce-checkout .wc-block-components-text-input.is-active input[type="number"],
.page-template-default.woocommerce-checkout .wc-block-components-text-input.is-active input[type="password"],
.page-template-default.woocommerce-checkout .wc-block-components-text-input.is-active input[type="tel"],
.page-template-default.woocommerce-checkout .wc-block-components-text-input.is-active input[type="text"],
.page-template-default.woocommerce-checkout .wc-block-components-text-input.is-active input[type="url"] {
	padding: 0;
	padding-left: 18px;
}

.page-template-default.woocommerce-checkout .wc-block-checkout__shipping-option .wc-block-checkout__payment-method .wc-block-components-radio-control__option {
	padding-left: 0 !important;
}

.page-template-default.woocommerce-checkout .wc-block-components-radio-control__option {
	padding-left: 16px !important;
}

.page-template-default.woocommerce-checkout label,
.page-template-default.woocommerce-checkout .shipping_title,
.page-template-default.woocommerce-checkout .aros-payment-left {
	font-size: 18px !important;
	font-weight: 300 !important;
	line-height: 24px !important;
	transform: none !important;
	color: #000 !important;
}

.page-template-default.woocommerce-checkout .shipping_ins {
	font-size: 14px;
}

.page-template-default.woocommerce-checkout .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-select-input,
.page-template-default.woocommerce-checkout .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input,
.page-template-default.woocommerce-checkout .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input,
.page-template-default.woocommerce-checkout .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-select-input,
.page-template-default.woocommerce-checkout .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input,
.page-template-default.woocommerce-checkout .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input,
.page-template-default.woocommerce-checkout .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-select-input,
.page-template-default.woocommerce-checkout .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input,
.page-template-default.woocommerce-checkout .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input,
.page-template-default.woocommerce-checkout .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-select-input,
.page-template-default.woocommerce-checkout .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input,
.page-template-default.woocommerce-checkout .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input,
.page-template-default.woocommerce-checkout .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-select-input,
.page-template-default.woocommerce-checkout .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input,
.page-template-default.woocommerce-checkout .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input,
.page-template-default.woocommerce-checkout .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-select-input,
.page-template-default.woocommerce-checkout .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input,
.page-template-default.woocommerce-checkout .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input,
.page-template-default.woocommerce-checkout .wc-blocks-components-select__container,
.page-template-default.woocommerce-checkout .wc-block-components-text-input {
	display: flex;
	flex-direction: column-reverse;
}

.page-template-default.woocommerce-checkout .wc-block-checkout__pickup-options .wc-block-components-local-pickup-rates-control .wc-block-components-radio-control__description-group,
.page-template-default.woocommerce-checkout .wp-block-woocommerce-checkout-pickup-options-block .wc-block-components-local-pickup-rates-control .wc-block-components-radio-control__description-group,
.page-template-default.woocommerce-checkout .wc-block-components-radio-control__secondary-description {
	margin-left: -1em;
}

.hidden {
	display: none;
}

span.tik_button {
	position: absolute;
	right: 0;
	background: #c06200;
	color: #fff;
	padding: 5px 8px 2px 8px;
	font-size: 16px;
	line-height: 24px;
	border-radius: 8px;
	bottom: 0;
	font-weight: 300;
}

.woocommerce-shipping-methods span.tik_button {
	right: 20px;
	bottom: 20px;
}

.blocks-woocommerce-quickpay-inner {
	width: 100% !important;
}

.page-template-default.woocommerce-checkout .wc-block-components-address-form-wrapper label {
	position: initial !important;
}

.wc-block-components-address-form label {
	position: initial !important;
}

@media (max-width: 768px) {
	.cart .cart-summary {
		width: auto;
	}
	.checkout-form {
		flex-direction: column-reverse;
	}
}

.woocommerce-notices-wrapper {
	display: none;
}

.shop-bg hgroup,
.shop-bg .breadcrumb {
	padding-left: 25px;
}

.woocommerce-error {
	display: none;
}

.heading-description {
	margin-top: 19px;
}

form#aros-checkout {
	margin-bottom: 50px;
}

.woocommerce-page.woocommerce-cart {
	/* .cart-collaterals {
    background-color: #fff;
  } */
}

.woocommerce-page.woocommerce-cart .site-main {
	background-color: var(--color-bg-secondary);
}

.woocommerce-page.woocommerce-cart .woocommerce.wp-block-group.alignwide {
	padding-top: 112px;
	display: flex;
	padding-bottom: 50px;
}

.woocommerce-page.woocommerce-cart .shop_table.shop_table_responsive.cart {
	background-color: #fff;
	margin-left: -25px;
}

.woocommerce-page.woocommerce-cart .shop_table.shop_table_responsive.cart thead tr,
.woocommerce-page.woocommerce-cart .shop_table.shop_table_responsive.cart thead th {
	background-color: var(--color-bg-secondary);
	color: var(--color-text-hightlight);
	font-size: 18px;
	font-weight: 300;
	line-height: 24px;
	padding: 13px;
}

.woocommerce-page.woocommerce-cart .shop_table.shop_table_responsive.cart tbody td {
	padding-top: 0;
	padding-bottom: 27px;
	padding-right: 30px;
}

.woocommerce-page.woocommerce-cart .shop_table.shop_table_responsive.cart tbody td:first-child {
	padding-left: 36px;
	padding-right: 0;
}

.woocommerce-page.woocommerce-cart .shop_table.shop_table_responsive.cart tbody tr:first-child td {
	padding-top: 36px;
}

.woocommerce-page.woocommerce-cart .shop_table.shop_table_responsive.cart tbody tr:last-child td {
	padding-bottom: 0;
}

.woocommerce-page.woocommerce-cart .shop_table.shop_table_responsive.cart .product-name {
	padding-right: 10px;
	padding-left: 30px;
}

.woocommerce-page.woocommerce-cart .shop_table.shop_table_responsive.cart .product-name a {
	color: #000;
	text-decoration: none;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
}

.woocommerce-page.woocommerce-cart .shop_table.shop_table_responsive.cart .product-name a.remove {
	border: 1px solid #707070;
	font-weight: 300;
	padding-block: 4px;
	padding-inline: 8px;
	padding-bottom: 6px;
}

.woocommerce-page.woocommerce-cart .cart_totals {
	background: #fff;
	margin-top: 235px;
}

.custom-quantity-wrapper {
	display: flex;
	align-items: center;
	border: 1px solid #707070;
}

.buttons-wrapper {
	margin-top: 4px;
}

input[type="number"].custom-quantity-input {
	width: 30px;
	text-align: center;
	border: none;
	padding: 5px;
	margin: 0 5px;
	border: none;
}

input[type="number"].custom-quantity-input:focus, input[type="number"].custom-quantity-input:focus-visible {
	border-color: transparent;
	outline: none;
}

.quantity-btn {
	padding: 5px 10px;
	cursor: pointer;
	background: white;
	color: #000;
	border: none;
	padding-top: 4px;
}

.buttons-wrapper {
	display: flex;
	align-items: center;
	gap: 10px;
}

.wc-proceed-to-checkout a {
	background-color: #d9861e;
	color: white;
	padding: 14px 26px 7px 26px;
	font-size: 24px;
	line-height: 29px;
	font-weight: 300;
	text-decoration: none;
	border-radius: 8px;
	display: flex;
	align-items: center;
	gap: 10px;
	text-align: center;
	justify-content: center;
	margin-top: 25px;
}

.button[name="update_cart"], .button-highlight[name="update_cart"], .button-highlight-dark[name="update_cart"] {
	display: none;
}

.cart-item-description {
	font-size: 18px;
	font-weight: 300;
	line-height: 24px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type="number"] {
	-moz-appearance: textfield;
}

.cart_totals {
	padding: 30px;
	padding-bottom: 10px;
}

.shop_table th {
	white-space: nowrap;
}

.shop_table .product-subtotal .woocommerce-Price-amount.amount {
	font-weight: 700;
}

#coupon_code {
	height: 60px;
	border: 1px solid white;
	border-bottom: 1px solid black;
	border-radius: 0 !important;
	padding: 17px 12px 12px 17px;
	outline: none;
	font-size: 26px;
	font-weight: 300;
	color: black;
}

button[name="apply_coupon"] {
	background-color: #d9861e;
	color: white;
	padding: 14px 26px 7px 26px;
	font-size: 24px;
	line-height: 29px;
	font-weight: 300;
	text-decoration: none;
	border-radius: 8px;
	display: flex;
	align-items: center;
	gap: 10px;
	text-align: center;
	justify-content: center;
	cursor: pointer;
	border: none;
	flex-grow: 0;
	height: auto;
}

.actions div.coupon {
	display: flex;
	gap: 26px;
}

tr.order-total {
	box-shadow: 0px -1px 0px 0px #707070;
}

.spacer,
.order-total th,
.order-total td {
	padding-block: 10px;
}

.tax-rate th,
.tax-rate td {
	padding-bottom: 10px;
}

.form-bottom {
	display: flex;
	justify-content: space-between;
	padding-right: 25px;
}

.back-button {
	background-color: #fcad2d;
	color: white;
	padding: 14px 26px 7px 26px;
	font-size: 24px;
	line-height: 29px;
	font-weight: 300;
	text-decoration: none;
	border-radius: 8px;
	display: flex;
	align-items: center;
	gap: 10px;
	text-align: center;
	justify-content: center;
	min-width: 198px;
}

.back-button:hover {
	color: white;
}

.actions div.coupon {
	display: none;
	justify-content: right;
	padding-right: 36px;
	align-items: flex-end;
	padding-bottom: 36px;
}

span.woocommerce-Price-currencySymbol {
	display: none;
}

.form-bottom-right {
	padding-right: 36px;
	font-size: 18px;
}

.form-bottom-left {
	margin-left: -25px;
}

td.product-subtotal {
	text-align: right !important;
}

td.product-price {
	text-align: center !important;
	font-weight: 300;
}

.cart-subtotal th,
.cart-discount th,
.tax-rate th {
	font-weight: 300;
}

.cart-left {
	flex-basis: 66.66%;
}

.cart-collaterals {
	flex-basis: 33.33%;
}

.cart_totals tr,
.cart_totals td,
.cart_totals th {
	font-size: 18px;
	line-height: 36px;
}

.cart_totals td:last-child {
	text-align: right !important;
}

tr.cart-discount {
	color: var(--color-text-hightlight);
}

.product-price,
.product-subtotal {
	vertical-align: text-top;
}

@media (max-width: 1000px) {
	.woocommerce-page.woocommerce-cart .woocommerce.wp-block-group.alignwide {
		flex-direction: column;
	}
	.woocommerce-page.woocommerce-cart .shop_table.shop_table_responsive.cart,
	.form-bottom-left {
		margin-left: 0;
	}
	table.shop_table_responsive tr td::before {
		float: left;
		display: block;
		text-align: left;
	}
	table.shop_table_responsive tr td.product-name::before {
		width: 100%;
	}
	table.shop_table_responsive tr td {
		display: block;
		text-align: left;
		clear: both;
	}
	.form-bottom {
		flex-direction: column-reverse;
		gap: 12px;
	}
	.woocommerce-page.woocommerce-cart .cart_totals {
		margin-top: 20px;
	}
	.woocommerce-page.woocommerce-cart .woocommerce.wp-block-group.alignwide {
		padding-top: 39px;
	}
	.woocommerce-cart table.shop_table_responsive tr td {
		text-align: left;
	}
	.woocommerce-page.woocommerce-cart .shop_table.shop_table_responsive.cart tbody td:first-child {
		padding-left: 20px;
		padding-right: 0;
		padding-top: 20px;
	}
	.woocommerce-page.woocommerce-cart .shop_table.shop_table_responsive.cart tbody td {
		padding-bottom: 10px;
	}
	td.product-price,
	td.product-subtotal {
		padding-inline: 20px;
	}
	.woocommerce-page.woocommerce-cart .shop_table.shop_table_responsive.cart tbody tr:first-child td {
		padding-top: 5px;
	}
	.woocommerce-page.woocommerce-cart .shop_table.shop_table_responsive.cart tbody tr td {
		padding-top: 5px;
	}
	td.product-price {
		text-align: right !important;
	}
	.cart_totals {
		padding: 20px;
	}
	.product-name {
		padding-top: 20px !important;
	}
	table.shop_table_responsive tr td::before {
		color: var(--color-text-hightlight);
	}
	table.shop_table_responsive tr.tax-rate td::before,
	table.shop_table_responsive tr.cart-subtotal td::before {
		color: #000;
	}
	table.shop_table_responsive tr.order-total td::before {
		color: #000;
		font-weight: 700;
	}
}

.blockUI.blockOverlay {
	margin-left: -25px !important;
}

.cart_totals table {
	margin-bottom: 0;
}

@media (min-width: 767px) {
	.woocommerce-page.woocommerce-cart .woocommerce.wp-block-group.alignwide {
		min-height: 690px;
	}
}

.articles {
	margin-bottom: 40px;
	padding-bottom: 40px;
}

@media (max-width: 1393px) {
	.articles {
		overflow: hidden;
	}
}

@media (max-width: 768px) {
	 .post-grid {
        padding: 0 23px !important;
    }
	.container {
        padding: 0 23px !important;
    }
	.articles {
		overflow: visible;
	}
	main{
		overflow: hidden;
	}
	.full-bg::before {
		content: "";
		position: absolute;
		top: 0;
		left: 50% !important;
		transform: translateX(-50%);
		height: 100%;
		width: 100vw;
		background: var(--color-bg-secondary);
		z-index: -1;
	}
	.post.category-uddannelser .full-bg::before,
	.post.category-rekruttering .full-bg::before,
	.type-arosboard-events .full-bg::before,
	.post.category-faellesskabet .full-bg::before,
	.post.category-radgivning .full-bg::before {
		left: calc(50% - 15px);
	}
	.location.wp-container-content-1 {
		grid-column: auto;
	}
}

.article-breadcrumb {
	color: var(--color-text-hightlight);
	padding-top: 150px;
	margin-top: 0;
	font-size: 18px;
	padding-bottom: 0;
	margin-bottom: 0;
}

.article-breadcrumb a {
	text-decoration: none;
}

.top-heading {
	margin-top: 0;
	padding-top: 10px;
}

.article-sub-heading {
	width: 75%;
	margin-bottom: 0;
	padding-bottom: 48px;
}

.article-blocks {
	width: 66%;
	font-size: 18px;
	font-weight: 300;
}

.article-link {
	color: var(--color-text-hightlight);
}

.article-block-primary-heading {
	font-family: var(--font-family-heading);
	font-weight: 800;
	font-size: 32px;
	line-height: 32px;
}

.article-block-secondary-heading {
	font-family: var(--font-family-heading);
	font-weight: 300;
	font-size: 32px;
	margin: 0;
}

.article-separator {
	width: 70%;
	border: #707070;
	background-color: #707070;
	display: inline-block;
}

.article-block-cote {
	font-size: 32px;
	width: 70%;
	margin-bottom: 0;
	font-weight: 300;
	margin-top: 100px;
}

.article-author {
	padding-bottom: 200px;
	margin-bottom: 0;
	position: relative;
	color: var(--color-text-hightlight);
	margin-top: 30px;
}

.article-author img,
.article-author figure {
	width: 80px;
}

.article-author .author,
.article-author .author-desc {
	position: absolute;
	left: 120px;
}

.article-author .author {
	top: 3px;
}

.article-author .author-desc {
	top: 28px;
}

.article-item {
	position: relative;
	margin-right: 20px;
	height: 676px;
	width: 686px;
}

.block-explore a {
	text-decoration: none;
	background: url(images/arrow-right-y.svg) right no-repeat;
	background-position: 65px 4px;
	width: 100px;
	display: block;
}

.article-title-excerpt {
	position: absolute;
	z-index: 100;
	background-color: var(--color-bg-primary);
	border-radius: 5px;
	height: 268px;
	width: 594px;
	padding: 25px 50px 20px 30px;
	bottom: 60px;
	left: 37px;
}

.article-title-excerpt h2, .article-title-excerpt .events-left-heading {
	padding: 0;
	margin: 0;
	font-size: 32px;
	font-weight: 800;
	color: var(--color-text-primary);
	line-height: 2.5rem;
	margin-bottom: 1rem;
}

.article-title-excerpt p {
	margin-top: 0;
	padding-right: 20px;
}

.article-nav {
	display: flex;
	margin-bottom: 20px;
	position: relative;
}

.article-arrow {
	padding: 5px;
	border-radius: 100%;
	background-color: var(--color-button--bg-highlight-dark);
	width: 46px;
	height: 46px;
	color: white;
	cursor: pointer;
}

.arrow-next-inside {
	position: absolute;
	bottom: 15px;
	right: 15px;
}

.article-arrow svg {
	margin-top: 9px;
	margin-left: 7px;
}

.article-thumbnail img {
	width: 100%;
}

.top-arrow-next {
	margin-left: 12px;
}

.owl-carousel .owl-stage-outer:before {
	content: "";
	background: #fff;
	position: absolute;
	width: 100%;
	height: 700px;
	left: -100%;
	margin-left: -20px;
	top: 0;
	z-index: 10;
}

.owl-carousel {
	margin-left: -25px !important;
}

.page-template-faellesskabet-php {
	overflow-x: hidden;
	/* Hides the bottom scrollbar */
}

.aros-single-content .full-bg {
	padding-bottom: 40px;
}

.aros-single-content {
	padding-left: 30px;
}

.single-arosboard-events main {
	overflow: hidden;
}

.location p:nth-of-type(1) {
	margin: 0;
	color: var(--color-text-hightlight);
}

.location p:nth-of-type(2) {
	margin-top: 0;
}

.circle-list ul {
	margin-left: 0;
	padding-left: 25px;
	line-height: 1.5rem;
}

.circle-list ul {
	margin-left: 0;
	padding-left: 25px;
	line-height: 1.5rem;
	font-size: 18px;
	font-weight: 300;
}

.circle-list ul li::marker {
	color: var(--color-text-hightlight);
	font-size: 2rem;
}

.center-button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
	font-size: 16px;
	background-color: transparent;
	color: white;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}

.wp-block-group.signip {
	display: flex;
	justify-content: right;
	align-items: center;
	margin-right: 23px;
}

.signip a {
	text-decoration: none;
	background: #fcad2d;
	padding: 12px 45px;
	border-radius: 10px;
	color: white;
}

.signip a:hover {
	background: #d9861e;
}

.accordion {
	width: 70%;
	margin-left: -20px;
}

.accordion .panel {
	border-right: none !important;
	border-left: none !important;
	border-top-color: #707070 !important;
	padding-top: 35px;
	padding-bottom: 25px;
	border-bottom: 0px !important;
	margin-bottom: auto !important;
}

#primary .accordion .aagb__accordion_active {
	border-top: 1px solid #707070;
}

#primary .aagb__accordion_body.aagb__accordion_body--show {
	border: none !important;
}

.accordion .aagb__accordion_title {
	font-size: 32px;
	font-weight: 300;
}

.wp-block-aab-accordion-item.aagb__accordion_container.panel.aagb__accordion_active {
	border: none !important;
	border-top: 1px solid #707070 !important;
}

.wp-block-aab-accordion-item.aagb__accordion_container.panel.aagb__accordion_active:nth-last-child(2) {
	border-bottom: 1px solid #707070 !important;
}

.wp-block-aab-accordion-item .aagb__accordion_head {
	color: #000 !important;
	background-color: transparent;
	padding: 3px 15px 3px 15px;
	line-height: 42px !important;
	font-weight: 300;
}

.panel:nth-last-child(2) {
	border-bottom: 1px solid #707070 !important;
}

.wp-block-aab-accordion-item :focus {
	border: none !important;
}

.second-row .foredrag-column {
	border-top: none;
}

.foredrag-column {
	padding-block: 36px;
	border-bottom: 1px solid #707070;
	border-top: 1px solid #707070;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.foredrag-column p:nth-of-type(1) {
	color: var(--color-text-hightlight);
	margin-block: 0;
}

.foredrag-column p:nth-of-type(3) {
	color: var(--color-text-hightlight);
	margin-block: 0;
}

.foredrag-column p:nth-of-type(4) {
	margin-block: 0;
}

.foredrag-column h6 {
	font-size: 26px;
	font-weight: 800;
	line-height: 32px;
	letter-spacing: -0.26px;
	margin-top: 8px;
	margin-bottom: 28px;
}

.foredrag-column .wp-block-button__link {
	text-decoration: none;
	background: #4b7e85;
	padding: 15px 45px;
	border-radius: 8px;
	color: white;
}

.foredrag-column .foredrag-summary p {
	margin-block: 0;
}

.articles .owl-carousel .owl-wrapper-outer {
	overflow: visible !important;
}

.wp-block-gallery.has-nested-images figure.wp-block-image img {
	margin-left: 0;
}

.event-grid .is-layout-grid {
	align-items: center;
}

.post-image figure img {
	border-radius: 5px;
	margin-left: -20px;
}

.post-image {
	margin-top: 0px;
}

h4 {
	font-size: 32px;
	font-weight: 300;
	margin-bottom: 20px;
}

.article-blocks:nth-of-type(1) {
	margin-top: 40px;
}

h5 {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 15px;
}

.bottom-contact-info p:nth-of-type(2) {
	margin-top: 5px;
}

.bottom-contact-info a {
	margin-bottom: 30px;
}

.form-style input[type="text"],
.form-style input[type="email"],
.form-style input[type="tel"],
.form-style textarea {
	height: 63px;
	border: none;
	border-bottom: 1px solid #000;
	width: 70%;
	border-radius: 0;
	outline: none;
	font-weight: 300;
	padding: 22px 20px 7px 20px;
	font-size: 24px;
	line-height: 32px;
}

@media (max-width: 768px) {
	.form-style input[type="text"],
	.form-style input[type="email"],
	.form-style input[type="tel"],
	.form-style textarea {
		width: 100%;
	}
}

.booking input[type="text"],
.booking input[type="email"],
.booking input[type="tel"],
.booking textarea {
	width: 100%;
}

.form-style textarea {
	height: 200px;
}

.form-style input[type="submit"] {
	border-radius: 10px;
	color: white;
	background: var(--color-button--bg-highlight-dark);
	padding: 17px 33px 14px 26px;
	font-size: 26px;
	line-height: 32px;
	font-weight: 300;
	border-width: 0px;
}

.form-style input[type="submit"]:hover {
	background: #c06200;
}

.form-style label {
	font-size: 18px;
	font-weight: 300;
	padding-bottom: 6px;
	display: inline-block;
}

.form-style input[type="checkbox"] {
	width: 30px;
	height: 30px;
}

.form-style .wpcf7-list-item-label {
	margin-top: -34px;
	display: block;
	margin-left: 35px;
}

.form-style .wpcf7-list-item {
	margin-left: 0;
}

.submit {
	display: flex;
}

.clear {
	margin-top: 20px;
	color: var(--color-text-hightlight);
}

.check-list strong {
	font-size: 26px;
	font-weight: bold;
}

p {
	font-size: 18px;
	font-weight: 300;
	line-height: 24px;
}

.booking {
	background-color: var(--color-bg-secondary);
	padding: 20px 40px;
	width: 65%;
}

.profile-block figure img {
	border-radius: 10px;
}

.contact-top {
	margin: 40px 0px;
}

.profile-block {
	padding-bottom: 40px;
}

.profile-block a[href^="tel:"] {
	color: var(--color-text-primary);
	text-decoration: none;
	font-size: 18px;
	line-height: 24px;
}

.category-uddannelser .top-content {
	margin: 40px 0;
}

.signip a {
	position: relative;
	padding: 21px 55px 16px 55px;
	padding-right: 65px;
}

.signip a::after {
	content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjMiIHZpZXdCb3g9IjAgMCAyMyAyMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIuNDQ1NzkgMjNDMS43NjIzMyAyMyAxLjE4MzgyIDIyLjc2MzIgMC43MTAyOTcgMjIuMjg5N0MwLjIzNjc3MSAyMS44MTYyIDAgMjEuMjM3NyAwIDIwLjU1NDJWMi40NDU4QzAgMS43NjIzMyAwLjIzNjc3MSAxLjE4Mzg0IDAuNzEwMjk3IDAuNzEwMjY2QzEuMTgzODIgMC4yMzY3NTUgMS43NjIzMyAwIDIuNDQ1NzkgMEgxMC45Nzk1VjIuMDI5NDJIMi40NDU3OUMyLjM0MTYxIDIuMDI5NDIgMi4yNDYyMyAyLjA3MjgxIDIuMTU5NjQgMi4xNTk2MUMyLjA3MjgxIDIuMjQ2MjIgMi4wMjk0MiAyLjM0MTYxIDIuMDI5NDIgMi40NDU4VjIwLjU1NDJDMi4wMjk0MiAyMC42NTg0IDIuMDcyODEgMjAuNzUzOCAyLjE1OTY0IDIwLjg0MDRDMi4yNDYyMiAyMC45MjcyIDIuMzQxNjEgMjAuOTcwNiAyLjQ0NTc5IDIwLjk3MDZIMjAuNTU0MkMyMC42NTg0IDIwLjk3MDYgMjAuNzUzOCAyMC45MjcyIDIwLjg0MDQgMjAuODQwNEMyMC45MjcyIDIwLjc1MzggMjAuOTcwNiAyMC42NTg0IDIwLjk3MDYgMjAuNTU0MlYxMi4wMjA2SDIzVjIwLjU1NDJDMjMgMjEuMjM3NyAyMi43NjMyIDIxLjgxNjIgMjIuMjg5NyAyMi4yODk3QzIxLjgxNjIgMjIuNzYzMiAyMS4yMzc3IDIzIDIwLjU1NDIgMjNIMi40NDU3OVpNOC40MTQyOSAxNi4wMTE0TDYuOTg4NjIgMTQuNTg1N0wxOS41NDQ5IDIuMDI5NDJIMTQuMjA1OVYwSDIzVjguNzk0MTNIMjAuOTcwNlYzLjQ1NTA4TDguNDE0MjkgMTYuMDExNFoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=);
	margin-right: 1ch;
	margin-top: 9px;
	vertical-align: middle;
	display: inline-block;
	right: 22px;
	position: absolute;
	top: 6px;
}

.post-slider {
	position: relative;
}

.post-slider-arrow-next {
	position: absolute;
	bottom: 3%;
	right: 7.5%;
}

.post-slider-arrow-prev {
	position: absolute;
	bottom: 3%;
	left: -3%;
}

@media (max-width: 768px) {
	.owl-carousel {
		margin-left: 0 !important;
	}
	.article-title-excerpt {
		padding: 20px 20px 10px 20px;
        height: auto;
        right: 15px;
        width: auto;
        left: 15px;
        bottom: 20px;
	}
	.article-title-excerpt h2, .article-title-excerpt .events-left-heading,
	.article-title-excerpt {
		font-size: 22px;
		line-height: 26px;
	}
	.top-heading {
		margin-top: 0;
		padding-top: 10px;
		word-wrap: break-word;
		hyphens: auto;
		font-size: 36px;
		line-height: 42px;
	}
	.articles .owl-carousel .owl-wrapper-outer {
		overflow: visible !important;
	}
	.article-item {
		margin-right: 0 !important;
		height: auto;
	}
	.article-block-secondary-heading,
	h4 {
		word-wrap: break-word;
		hyphens: auto;
	}
}

.article-excerpt-link {
	text-decoration: none;
	color: #000;
}

.article-excerpt-link p {
	color: #000;
	line-height: 27px;
}

a.no-style-link {
	color: #000;
	text-decoration: none;
	font-size: inherit;
}

@media (min-width: 1393px) {
	.aros-page-content {
		padding-left: 25px;
	}
}

.pricing-col {
	border-radius: 8px;
	padding: 33px 18px 23px 25px;
}

.pricing-col-1 {
	background-color: rgba(192, 98, 0, 0.1);
}

.pricing-col-2 {
	background-color: rgba(192, 98, 0, 0.05);
}

.pricing-col-3 {
	background-color: rgba(217, 134, 30, 0.19);
}

.pricing-col p {
	font-family: var(--font-family-body);
	font-size: 18px;
	line-height: 24px;
	font-weight: 300;
}

.pricing-col p.actual-price {
	font-family: var(--font-family-heading);
	font-weight: 800;
	font-size: 32px;
}

.pricing-col mark {
	font-size: 18px;
	font-weight: 800;
}

.pricing-col .pricing-bold {
	font-weight: 800;
	line-height: 32px;
}

.pricing-col .pricing-heading {
	font-family: var(--font-family-heading);
	font-weight: 800;
	font-size: 32px;
}

.pricing-col .pricing-price {
	display: inline-block;
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
	background-color: #fcad2d;
	color: #fff;
	padding: 2px 15px;
	border-radius: 18px;
	margin-top: 15px;
}

.pricing-col .price-info-text {
	color: #c06200;
}

.pricing-col .price-info-text s {
	color: #000;
}

.pricing-col .actual-price-text {
	color: #c06200;
}

.pricing-col .pricing-add-to-cart a {
	color: white;
	padding: 14px 39px 12px 35px;
	font-size: 24px;
	line-height: 29px;
	font-weight: 400;
	text-decoration: none;
	border-radius: 8px;
	display: flex;
	align-items: center;
	gap: 10px;
	width: 100%;
	justify-content: center;
	background-color: var(--color-button--bg-highlight-dark);
}

.testimonial {
	background-color: #fff6e7;
	margin-right: unset !important;
	margin-top: 100px;
}

.arosboard-testimonials-wrapper {
	position: relative;
}

.aros-owl-prev {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -24px;
	background: var(--color-button--bg-highlight-dark);
	border-radius: 100%;
	color: white;
	z-index: 1;
	display: flex;
	cursor: pointer;
}

.aros-owl-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -23px;
	background: var(--color-button--bg-highlight-dark);
	border-radius: 100%;
	color: white;
	display: flex;
	z-index: 1;
	cursor: pointer;
}
.testimonial {
	background: transparent !important;
}
.testimonial-avatar img {
	height: 95px;
	width: 95px;
}

.testimonial-meta {
	display: flex;
	align-items: center;
	position: absolute;
	top: 30px;
	left: 50px;
	gap: 22px;
}

.testimonial-content {
	font-family: var(--font-family-body);
	font-size: 26px;
	line-height: 32px;
	font-weight: 300;
	color: var(--color-text-primary);
	text-align: center;
	padding: 54px 39px 51px 48px;
	margin: 0 8px;
    background: #fff6e7;
    height: 100%;
}

.testimonial-author {
	font-weight: 800;
	color: #c06200;
	font-size: 18px;
	line-height: 24px;
}

.testimonial-position {
	color: #c06200;
	margin-bottom: 30px;
}

.owl-theme .owl-controls .owl-page span {
	background: #d9861e !important;
}

.owl-carousel .owl-stage {
	display: flex;
}

.owl-wrapper {
	display: flex !important;
}

.owl-wrapper .owl-item {
	align-self: stretch;
	display: flex;
}

.arosboard-testimonials.owl-carousel {
	margin-left: auto !important;
}

.owl-theme .owl-controls .owl-pagination {
	margin-top: -65px;
	text-align: center;
}

h4.testimonial-tile {
	font-size: 32px;
	font-weight: 800;
	font-family: var(--font-family-heading);
}

.aros-table-grid .is-layout-grid {
	gap: 6px;
	font-size: 18px;
	line-height: 28px;
	font-weight: 300;
}

.content-width-article {
	width: 66%;
}

.wp-block-arosboardshop-event-list-block .event-left {
	min-width: 182px;
}

.overlay {
	position: fixed !important;
}

.wp-block-image:where(figure) {
	margin-left: -25px;
}

.wp-block-image:where(figure) img {
	width: 100%;
	object-fit: cover;
}

.wp-block-video.slider-bg:where(figure) {
	margin-left: -25px;
}

.wp-block-video.slider-bg:where(figure) video {
	width: 100%;
	object-fit: cover;
}

.wp-block-image.slider-bg img {
	width: 100%;
	border-radius: 8px;
}

figure.wp-block-gallery.has-nested-images.columns-default.is-cropped.posr-silder.wp-block-gallery-1.is-layout-flex.wp-block-gallery-is-layout-flex.owl-carousel.owl-theme {
	margin-left: auto !important;
	margin-inline: -25px !important;
}

figure.wp-block-gallery.has-nested-images.columns-default.is-cropped.posr-silder.wp-block-gallery-1.is-layout-flex.wp-block-gallery-is-layout-flex.owl-carousel.owl-theme img {
	width: 100%;
	object-fit: cover;
}

.article-content {
	padding-left: 25px;
}

.wpcf7-response-output {
	display: none;
}

.wpcf7-not-valid-tip {
	color: #c06200 !important;
	margin-top: 5px;
}

blockquote {
	margin: 0;
	padding: 20px;
	background: rgba(192, 98, 0, 0.1);
	border-left: 10px solid #c06200;
	font-size: 26px;
	font-weight: 300;
	line-height: 32px;
	margin-bottom: 20px;
}

blockquote p {
	margin: 0;
}

blockquote cite {
	margin-top: 10px;
	display: block;
	font-size: 18px;
	color: var(--color-text-hightlight);
}

.wpcf7-form {
	/*  hide arrow icon in select */
}

.wpcf7-form input[type="date"]::-webkit-inner-spin-button,
.wpcf7-form input[type="date"]::-webkit-calendar-picker-indicator {
	display: none;
	-webkit-appearance: none;
}

.wpcf7-form input[type="date"],
.wpcf7-form .date-selector {
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='26.667' viewBox='0 0 24 26.667'%3E%3Cpath id='calendar_month_24dp_000000_FILL0_wght400_GRAD0_opsz24' d='M122.667-853.333a2.568,2.568,0,0,1-1.883-.783A2.568,2.568,0,0,1,120-856v-18.667a2.568,2.568,0,0,1,.783-1.883,2.568,2.568,0,0,1,1.883-.783H124V-880h2.667v2.667h10.667V-880H140v2.667h1.333a2.568,2.568,0,0,1,1.883.783,2.568,2.568,0,0,1,.783,1.883V-856a2.568,2.568,0,0,1-.783,1.883,2.568,2.568,0,0,1-1.883.783Zm0-2.667h18.667v-13.333H122.667Zm0-16h18.667v-2.667H122.667Zm0,0v0ZM132-864a1.29,1.29,0,0,1-.95-.383,1.29,1.29,0,0,1-.383-.95,1.29,1.29,0,0,1,.383-.95,1.29,1.29,0,0,1,.95-.383,1.29,1.29,0,0,1,.95.383,1.29,1.29,0,0,1,.383.95,1.29,1.29,0,0,1-.383.95A1.29,1.29,0,0,1,132-864Zm-5.333,0a1.29,1.29,0,0,1-.95-.383,1.29,1.29,0,0,1-.383-.95,1.29,1.29,0,0,1,.383-.95,1.29,1.29,0,0,1,.95-.383,1.29,1.29,0,0,1,.95.383,1.29,1.29,0,0,1,.383.95,1.29,1.29,0,0,1-.383.95A1.29,1.29,0,0,1,126.667-864Zm10.667,0a1.29,1.29,0,0,1-.95-.383,1.29,1.29,0,0,1-.383-.95,1.29,1.29,0,0,1,.383-.95,1.29,1.29,0,0,1,.95-.383,1.29,1.29,0,0,1,.95.383,1.29,1.29,0,0,1,.383.95,1.29,1.29,0,0,1-.383.95A1.29,1.29,0,0,1,137.333-864ZM132-858.667a1.29,1.29,0,0,1-.95-.383,1.29,1.29,0,0,1-.383-.95,1.29,1.29,0,0,1,.383-.95,1.29,1.29,0,0,1,.95-.383,1.29,1.29,0,0,1,.95.383,1.29,1.29,0,0,1,.383.95,1.29,1.29,0,0,1-.383.95A1.29,1.29,0,0,1,132-858.667Zm-5.333,0a1.29,1.29,0,0,1-.95-.383,1.29,1.29,0,0,1-.383-.95,1.29,1.29,0,0,1,.383-.95,1.29,1.29,0,0,1,.95-.383,1.29,1.29,0,0,1,.95.383A1.29,1.29,0,0,1,128-860a1.29,1.29,0,0,1-.383.95A1.29,1.29,0,0,1,126.667-858.667Zm10.667,0a1.29,1.29,0,0,1-.95-.383A1.29,1.29,0,0,1,136-860a1.29,1.29,0,0,1,.383-.95,1.29,1.29,0,0,1,.95-.383,1.29,1.29,0,0,1,.95.383,1.29,1.29,0,0,1,.383.95,1.29,1.29,0,0,1-.383.95A1.29,1.29,0,0,1,137.333-858.667Z' transform='translate(-120 880)' fill='%23000'/%3E%3C/svg%3E") no-repeat 95% 50%;
	background-color: var(--color-bg-secondary);
	background-size: 19px;
}

.wpcf7-form select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath id='schedule_24dp_000000_FILL0_wght400_GRAD0_opsz24' d='M95.96-862.36l1.68-1.68-4.44-4.44V-874H90.8v6.48ZM92-856a11.686,11.686,0,0,1-4.68-.945,12.119,12.119,0,0,1-3.81-2.565,12.118,12.118,0,0,1-2.565-3.81A11.686,11.686,0,0,1,80-868a11.686,11.686,0,0,1,.945-4.68,12.117,12.117,0,0,1,2.565-3.81,12.118,12.118,0,0,1,3.81-2.565A11.685,11.685,0,0,1,92-880a11.685,11.685,0,0,1,4.68.945,12.118,12.118,0,0,1,3.81,2.565,12.117,12.117,0,0,1,2.565,3.81A11.686,11.686,0,0,1,104-868a11.685,11.685,0,0,1-.945,4.68,12.118,12.118,0,0,1-2.565,3.81,12.119,12.119,0,0,1-3.81,2.565A11.686,11.686,0,0,1,92-856ZM92-868Zm0,9.6a9.254,9.254,0,0,0,6.795-2.805A9.254,9.254,0,0,0,101.6-868a9.254,9.254,0,0,0-2.805-6.795A9.254,9.254,0,0,0,92-877.6a9.254,9.254,0,0,0-6.8,2.805A9.254,9.254,0,0,0,82.4-868a9.254,9.254,0,0,0,2.805,6.795A9.254,9.254,0,0,0,92-858.4Z' transform='translate(-80 880)'/%3E%3C/svg%3E") no-repeat 95% 50%;
	background-color: var(--color-bg-secondary);
	background-size: 19px;
	padding: 22px 20px 7px 20px !important;
	border-bottom: 1px solid #000 !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border-color: transparent !important;
	border: none !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	background: #f2f4f2 !important;
	font-size: 18px;
	line-height: 24px;
	color: #000 !important;
	border: none !important;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	background: #d9861e !important;
	color: #fff !important;
}

.ui-widget-content {
	border: none !important;
	color: #000 !important;
	box-shadow: 0px 3px 6px #00000029;
}

.ui-widget-header {
	border: none !important;
	background: none !important;
	color: #000 !important;
	font-weight: bold;
}

.ui-selectmenu-button {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath id='schedule_24dp_000000_FILL0_wght400_GRAD0_opsz24' d='M95.96-862.36l1.68-1.68-4.44-4.44V-874H90.8v6.48ZM92-856a11.686,11.686,0,0,1-4.68-.945,12.119,12.119,0,0,1-3.81-2.565,12.118,12.118,0,0,1-2.565-3.81A11.686,11.686,0,0,1,80-868a11.686,11.686,0,0,1,.945-4.68,12.117,12.117,0,0,1,2.565-3.81,12.118,12.118,0,0,1,3.81-2.565A11.685,11.685,0,0,1,92-880a11.685,11.685,0,0,1,4.68.945,12.118,12.118,0,0,1,3.81,2.565,12.117,12.117,0,0,1,2.565,3.81A11.686,11.686,0,0,1,104-868a11.685,11.685,0,0,1-.945,4.68,12.118,12.118,0,0,1-2.565,3.81,12.119,12.119,0,0,1-3.81,2.565A11.686,11.686,0,0,1,92-856ZM92-868Zm0,9.6a9.254,9.254,0,0,0,6.795-2.805A9.254,9.254,0,0,0,101.6-868a9.254,9.254,0,0,0-2.805-6.795A9.254,9.254,0,0,0,92-877.6a9.254,9.254,0,0,0-6.8,2.805A9.254,9.254,0,0,0,82.4-868a9.254,9.254,0,0,0,2.805,6.795A9.254,9.254,0,0,0,92-858.4Z' transform='translate(-80 880)'/%3E%3C/svg%3E") !important;
	background-repeat: no-repeat !important;
	background-position: 95% 50% !important;
	background-size: 19px !important;
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon,
.ui-button .ui-icon {
	display: none !important;
}

.ui-widget select {
	font-size: 18px;
	line-height: 24px;
	color: #000 !important;
}

.ui-widget.ui-widget-content {
	border-radius: 6px;
}

.ui-selectmenu-menu .ui-menu {
	box-shadow: 0px 3px 6px #00000029;
	border: none;
	background: #fff;
	padding: 10px 0;
}

.ui-selectmenu-menu .ui-menu .ui-menu-item.ui-state-focus {
	background: #d9861e;
	border: none;
	color: #fff;
	margin: 0;
}

.ui-selectmenu-button.ui-button {
	width: 100% !important;
	border: none;
	border-bottom: 1px solid #000 !important;
	padding: 22px 20px 7px 20px !important;
	font-size: 26px !important;
	line-height: 32px !important;
	background-color: var(--color-bg-secondary) !important;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: none !important;
	background-color: var(--color-bg-secondary) !important;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: none !important;
	background-color: #d9861e !important;
	font-weight: normal;
	color: #ffffff;
}

.ui-menu .ui-menu-item-wrapper {
	padding: 10px !important;
	font-size: 26px !important;
	line-height: 32px !important;
	font-family: var(--font-family-body) !important;
	padding: 12px 10px !important;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	color: #ffffff !important;
	background-color: #d9861e !important;
}

.ui-selectmenu-button-closed,
.ui-selectmenu-button-open {
	border-bottom: 1px solid #000 !important;
}

.ui-selectmenu-button-closed:hover, .ui-selectmenu-button-closed:focus,
.ui-selectmenu-button-open:hover,
.ui-selectmenu-button-open:focus {
	border-bottom: 1px solid #000 !important;
}

@media (max-width: 824px) {
	.page-id-103 .wp-block-group.has-white-background-color.has-background.is-layout-grid {
		display: block !important;
	}
}

.profile-block p {
	margin-left: 25px;
}

.profile-block p:first-of-type {
	color: var(--color-text-primary);
	font-size: 26px;
	font-weight: 800;
	margin-bottom: 0;
}

.profile-block p:nth-of-type(2) {
	margin-top: 5px;
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 15px;
}

.profile-block p:nth-of-type(3) {
	margin-top: 5px;
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 0;
	margin-top: 0;
}

.profile-block p:nth-of-type(4) {
	margin-top: 5px;
	font-size: 18px;
	font-weight: 300;
	margin-top: 2px;
}

.contact-top-banner img {
	width: 100%;
}

.heading-2 {
	font-family: var(--font-family-heading);
	font-weight: 800;
	font-size: 32px;
}

.contact-heading-2 {
	margin-bottom: 10px;
}

.common-test {
	font-size: 18px;
	font-weight: 300;
}

.separator {
	width: 100%;
	border: #707070;
	display: inline-block;
	background-color: #707070;
	transform: scaleX(1.02) translateX(-14px);
}

.bottom-contact-info p:nth-of-type(1) {
	font-size: 32px;
	font-weight: 300;
	margin-bottom: 0;
	margin-top: 0;
}

.bottom-contact-info p:nth-of-type(2) {
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 0;
}

.bottom-contact-info p:nth-of-type(3) {
	margin-bottom: 0;
}

.bottom-contact-info p:nth-of-type(3) {
	position: relative;
}

.bottom-contact-info p:nth-of-type(3) a {
	position: relative;
}

.bottom-contact-info p:nth-of-type(3) a::after {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	background: url(images/arrow-right-y.svg) no-repeat;
	right: -25px;
	top: 0;
}

.contact-s2 {
	margin: 0;
	margin-bottom: 15px;
}

.contact-s3 {
	margin-top: 30px;
}

.page-breadcrumb {
	color: var(--color-text-hightlight);
	padding-top: 150px;
	margin-top: 0;
	font-size: 18px;
	padding-bottom: 0;
	margin-bottom: 0;
}

.page-breadcrumb a {
	text-decoration: none;
}

.contact-top .heading-2 {
	margin-bottom: 10px;
}

.post-image figure {
	margin-top: 0 !important;
}

.category-rekruttering .entry-content,
.type-page .entry-content {
	margin-top: 0;
}

.category-rekruttering figure:nth-of-type(1) img {
	border-radius: 5px;
}

.check-list ul {
	margin-left: 0;
	position: relative;
	list-style: none;
	padding-left: 30px;
}

.check-list li::before {
	content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0NiIgaGVpZ2h0PSI0NiIgdmlld0JveD0iMCAwIDQ2IDQ2Ij4KICA8ZyBpZD0iR3JvdXBfMTMwMiIgZGF0YS1uYW1lPSJHcm91cCAxMzAyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTYxIC0yMjg0KSI+CiAgICA8Y2lyY2xlIGlkPSJFbGxpcHNlXzIiIGRhdGEtbmFtZT0iRWxsaXBzZSAyIiBjeD0iMjMiIGN5PSIyMyIgcj0iMjMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE2MSAyMjg0KSIgZmlsbD0iI2Q5ODYxZSIvPgogICAgPHBhdGggaWQ9ImNoZWNrXzI0ZHBfNUY2MzY4X0ZJTEwwX3dnaHQzMDBfR1JBRDBfb3BzejI0IiBkPSJNMTc5LjI0OC02ODMuNDc5LDE2OC42Mi02OTQuMTA3bDIuMTMtMi4xMyw4LjUsOC41TDE5Ny41MDktNzA2bDIuMTMsMi4xM1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0wLjYxOSAzMDAyLjIxOSkiIGZpbGw9IiNmZmYiLz4KICA8L2c+Cjwvc3ZnPgo=");
	display: inline-block;
	position: absolute;
	margin-left: -60px;
}

.check-list li {
	font-size: 26px;
	font-weight: 300;
	position: relative;
	padding-left: 30px;
	margin-block: 25px;
}

.what ul {
	margin-left: 0;
	padding-left: 25px;
	list-style: disc;
}

.what li {
	font-size: 18px;
	font-weight: 300;
}

.what ul li::marker {
	color: #d9861e;
}

.page-template-default {
	overflow-x: hidden;
}

@media (max-width: 768px) {
	.page-breadcrumb,
	.article-breadcrumb,
	.home hgroup {
		padding-top: 49px;
	}
	.header-container {
		border-bottom: none;
	}
	.accordion {
		width: 100%;
        margin-left: unset !important;
	}
	.two-col {
		flex-direction: column;
	}
	.is-layout-grid:has(.signip),
	.is-layout-grid:has(.event-pop-up-button) {
		grid-template-columns: auto;
		margin-block-end: 24px;
	}
	.is-layout-grid:has(.signip) .wp-block-group.signip,
	.is-layout-grid:has(.event-pop-up-button) .wp-block-group.signip {
		justify-content: left;
		margin-top: 10px;
	}
	.is-layout-grid:has(.signip) .wp-block-group.event-pop-up-button,
	.is-layout-grid:has(.event-pop-up-button) .wp-block-group.event-pop-up-button {
		justify-content: left;
	}
	.wp-block-arosboardshop-event-list-block .event {
		flex-direction: column;
	}
	.wp-block-arosboardshop-event-list-block .event .event-left {
		justify-content: left;
		text-align: left;
	}
}

.arosboard-events {
	display: flex;
	gap: 16px;
}

.arosboard-event-banner {
	flex-basis: 70%;
	position: relative;
}

.arosboard-event-banner img {
	width: 100%;
	object-fit: cover;
	height: 100%;
	border-radius: 8px;
}

.arosboard-events-list {
	display: flex;
	flex-basis: 30%;
	flex-direction: column;
}

.arosboard-event {
	display: flex;
	gap: 16px;
	margin-bottom: 16px;
	background-color: #4b7e85;
	padding: 29px 17px 10px 23px;
	color: #fff;
	border-radius: 8px;
	position: relative;
	cursor: pointer;
}

.arosboard-event:last-child {
	margin-bottom: 0;
}

.arosboard-event .event-badge-white {
	margin-top: 20px;
	margin-bottom: 10px;
}

.arosboard-event-title {
	color: #fff;
	font-size: 26px;
	line-height: 32px;
	margin-top: 4px;
	margin-bottom: 14px;
}

.arosboard-event-info {
	font-weight: 300;
	margin-bottom: 64px;
}

.aros-mom {
	font-weight: 800;
}

.arosboard-event-read-more {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

.arosboard-event-read-more :hover #circle {
	fill: #d9861e;
	opacity: 1;
}

.arosboard-event:hover #circle {
	fill: #d9861e;
	opacity: 1;
}

.event-badge-white {
	border: 2px solid #fff;
	color: #fff;
	display: inline-block;
	padding-top: 8px;
	padding-bottom: 2px;
	padding-inline: 10px;
	font-size: 12px;
}

.type-arosboard-events {
	display: initial;
}

.event-banner .event-badge-red,
.event-banner .event-badge-green,
.event-banner .event-badge-gold {
	float: none;
}

.event-pop-up-button {
	display: flex;
	justify-content: right;
	align-items: center;
	padding-right: 23px;
}

.image-overlay {
	position: absolute;
	bottom: 45px;
	background: white;
	border-radius: 8px;
	left: 45px;
}

.image-overlay-wrapper {
	padding: 25px 19px 25px 25px;
}

.seminar {
	display: flex;
	gap: 14px;
	font-size: 18px;
	line-height: 24px;
	margin-right: 70px;
}

.seminar:not(:last-child) {
	margin-bottom: 12px;
}

.seminar-date {
	color: var(--color-text-hightlight);
	font-weight: 500;
}

.seminar-info {
	border-block: 1px solid var(--color-horizontal-line);
	padding-block: 25px;
}

.seminar-description {
	font-weight: 300;
}

.seminar-price {
	margin-top: 70px;
}

.seminar-price .event-badge-gold {
	float: none;
	display: inline-block;
	margin-bottom: 21px;
}

.seminar-price .price {
	text-decoration: line-through;
	margin-bottom: 12px;
}

.event-sale {
	position: absolute;
	right: 25px;
	background: #fcad2d;
	color: #fff;
	height: 98px;
	width: 98px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	top: -50px;
	font-size: 32px;
}

.arosboard-seminar-read-more {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

.arosboard-seminar-read-more :hover #circle {
	fill: #c06019;
	opacity: 1;
}

@media (max-width: 768px) {
	.arosboard-events {
		flex-direction: column;
	}
	.image-overlay {
		position: relative;
		bottom: auto;
		left: auto;
	}
	.event-sale {
		position: absolute;
		height: 60px;
		width: 60px;
		border-radius: 100%;
		top: -30px;
		font-size: 18px;
	}
	.article-content {
		padding-left: 0;
	}
}

h3.overlay-heading {
	margin-top: 0;
}

@media (max-width: 768px) {
	.seminar-date,
	.seminar-description {
		flex: 1;
	}
}

@media (max-width: 480px) {
	.seminar {
		flex-direction: column;
	}
}

/* Monir Added*/
.aros-page-content {
    min-height: calc(100vh - 303px);
}

.separator {
  transform: unset !important;
}

@media (max-width:768px){
	.aros-single-content {
		padding-left: 0px !important;
	}
}


.sliding-nav li .sub-menu::before {
    top: 13px !important;
}
.slider-bg:before, .full-bg:before {
   content: "";
    position: absolute;
    top: 0;
    width: calc(100vw + 100px);
    left: 50%;
    height: calc(100% - 150px);
    z-index: -1;
    background: #fff6e7;
    transform: translateX(-50%);
}

@media (max-width: 768px) {
	.page-breadcrumb, .article-breadcrumb, .home hgroup {
        padding: 0px 0px 30px 0px !important;
    }
	.featured-post .post-grid .post a {
		color: white;
		display: block;
		width: 100%;
		height: 100%;
		line-height: 14px;
	}
.aros-page-content {
    padding: 0px !important;
}
	.header-container {
    height: 120px !important;
}
   .aros-single-content .full-bg::before {
        left: 50% !important;
    }
    .owl-item .article-item {
        margin-right: 20px !important;
        height: auto;
    }
	.wp-block-group.has-white-background-color.has-background.is-layout-grid.wp-container-core-group-is-layout-3.wp-block-group-is-layout-grid {
		display: block !important;
	}
	.article-title-excerpt p {
    font-size: medium !important;
	}
	.page-breadcrumb, .article-breadcrumb, .home hgroup {
        padding-top: 0px !important;
    }
}


.wp-block-image:where(figure) {
    margin-left: unset !important;
}


@media (max-width: 767px) {
	.testimonial-content {
		margin: 0;
		padding: 54px 24px;
	}
}

@media (max-width: 630px) {
.article-title-excerpt p {
	height: 105px;
	overflow: hidden;
}
}
/*# sourceMappingURL=style.css.map */