/*!
Theme Name: BrightSky Master
Theme URI: http://underscores.me/
Author: Bright Solutions
Author URI: http://brightsolutions.dk
Description: Description
Version: 1.0.66
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: brightskylight
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

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

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

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

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

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

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

/* breakpoints: 
- small mobile: 768px
- bigger mobile: 768px
- tablet: 1024
- 1280
- 1440
*/

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* HEADER STYLE 
	================================================== */


.sp-search-button {
	display: flex;
	gap: 5px;
	justify-items: center;
}

.sp-header-secondrow {
	height: 100px;
	font-weight: 600;
	border-bottom: 1px solid var(--default-stroke-color);
	align-content: center;
	background-color: var(--bg-dark-color);
	color: white;
}

.sp-header-secondrow a {
	text-decoration: none;
	color: white;
}

.sp-header-secondrow-content {
	height: 100%;
	width: var(--default-page-width);
	max-width: var(--max-default-page-width);
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
}

.sp-header-thirdrow {
	padding-top: 5px;
	padding-bottom: 5px;
}

@media screen and (min-width: 768px) {
	.sp-header-thirdrow {
		height: 50px;
		border-bottom: 1px solid var(--bg-dark-color);
		padding-top: 15px;
	}
}

.sp-header-thirdrow-content {
	width: var(--default-page-width);
	max-width: var(--max-default-page-width);
	margin-left: auto;
	margin-right: auto;
	height: 100%;
}

.menu-section {
	grid-column: span 5;
	align-content: center;
}

.site-branding {
	grid-column: span 2;
	align-content: center;
}

.sp-infosection {
	grid-column: span 5;
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 30px;
}

.sp-outer-mainmenu-container a {
	text-transform: uppercase;
	font-family: var(--primary-font);
	font-size: var(--p-regular-size);
	line-height: var(--p-regular-lineheight);
	font-weight: var(--p-regular-weight);
}

img.mobilemenu-subselector {
	float: right;
	margin-right: 0px;
	margin-top: 5px;
	padding: 0px 20px;
	height: 25px;
}

img.mobilemenu-backselector {
	height: 25px;
	position: absolute;
	left: 15px;
	padding: 0px 10px;
}

li.sp-submenu-header {
	text-align: center;
	background-color: var(--bg-light-color);
	padding: 20px;
	width: 100vw;
	position: relative;
	left: 50%;
	margin-left: -50vw;
}

.sp-infosection-menu .menu-item a,
.sp-infosection-menu .menu-item a:visited {
	color: white;
}

.sp-actual-menu {
	margin-top: 15px;
	position: relative;
	height: 100%;
}

.menu-item {
	height: 30px;
}

.menu-item-has-children {
	display: flex;
	justify-content: space-between;
}

.sp-site-logo img {
	height: 75px;
	color: black;
}

.sp-infosection-menu ul {
	list-style: none;
	margin: unset;
}

.main-navigation ul {
	background-color: white;
	padding: 0;
	list-style: none;
	margin-left: 0;
	height: 100%;
}

header#masthead {
	z-index: 999;
	position: relative;
}

.sp-mobile-menu-header-upper {
	display: flex;
	justify-content: space-between;
}

.sp-mobile-menu-header-text {
	margin: 0;
}

.sp-mobile-menu-closer {
	font-size: 24px;
	font-weight: 600;
}

@media screen and (min-width: 768px) {
	.main-navigation ul {
		box-shadow: none;
	}
}

header#masthead {
	padding-bottom: 0;
	padding-top: 0;
	margin-left: 0px;
	margin-right: 0px;
	width: 100%;
	position: sticky;
	top: 0px;
	z-index: 999;
	background-color: white;
}

.site-branding {
	width: var(--default-page-width);
	max-width: var(--max-default-page-width);
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
	height: 100%;
}

.sp-site-logo {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: end;
	padding-bottom: 15px;
	flex-grow: 1;
}

img.custom-logo {
	max-width: 100%;
	height: 54px;
	object-fit: contain;
}

.sp-site-logo img {
	height: 40px;
}

.sp-header-outer-branding-box {
	height: 85px;
	width: 100%;
	background-color: white;
}

.header-right-part {
	display: flex;
	padding-bottom: 15px;
	gap: 25px;
	font-family: var(--primary-font);
	font-size: var(--p-regular-size);
	font-weight: var(--p-regular-weight);
}

.sp-search-outer,
.sp-langselector-outer,
.sp-quicklinks-outer {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.sp-topbar {
	width: 100%;
	color: var(--default-text-color);
	background-color: var(--default-color);
	padding: 10px;
}

.sp-topbar p {
	margin: unset;
}

.sp-topbar-text {
	font-size: var(--p-big-size);
	font-family: var(--primary-font);
	line-height: var(--p-big-lineheight);
	font-weight: 300;
	color: white;
	text-align: center;
	height: 100%;
}

/* search area */
form.sp-search-form {
	position: relative;
	margin-right: 10px;
}

input#sp-search-form-1 {
	border: 1px solid lightgray;
	height: 40px;
	width: 150px;
	border-radius: 8px;
	outline: none;
}

input#sp-search-form-1:focus {
	width: 350px;
}

button.sp-search-submit,
button.sp-search-submit:hover {
	background-color: unset !important;
	position: absolute;
	right: 12px;
	top: 8px;
	padding: 0;
	border: none;
}

button.sp-search-submit i.fa-solid.fa-magnifying-glass:before,
button.sp-search-submit i.fa-solid.fa-magnifying-glass:hover {
	border: none;
}

.sp-langselector-content,
.sp-quicklinks-content {
	display: flex;
	gap: 15px;
}

.sp-langselector-content img.sp-globe-icon,
.sp-quicklinks-content img.sp-quicklinks-icon {
	position: relative;
	top: -3px;
}

/* ========= MISC WORDPRESS STYLING =========*/
.sp-wp {
	width: var(--default-page-width);
	max-width: var(--max-default-page-width);
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
}

/* ========= FOOTER STYLE ------------- */
.sp-footer-standardcolumns-outer {
	background-color: var(--default-color);
	color: white;
	padding-bottom: 75px;
}

.sp-footer-standardcolumns {
	width: var(--default-page-width);
	max-width: var(--max-default-page-width);
	margin-left: auto;
	margin-right: auto;
	padding-top: 25px;
	padding-bottom: 25px;
	position: relative;
}

.sp-footer-menu-header-container {
	display: flex;
	justify-content: space-between;
}

@media screen and (min-width: 768px) {
	img.sp-footer-menu-header-icon {
		display: none;
	}
}

h2.footer-header {
	margin-top: 0;
	margin-bottom: 15px;
}

.sp-footercol-heading {
	margin-top: 0;
	margin-bottom: 0px;
}

.sp-company-info p {
	margin: 0;
}

.footer-social-media {
	display: flex;
	gap: 15px;
	margin-top: 15px;
}

.sp-footer-standardcolumns-outer a {
	color: white;
	text-decoration: none;
}

.sp-footer-standardcolumns-outer a,
.sp-footer-standardcolumns-outer li,
.sp-footer-standardcolumns-outer {
	font-size: var(--p-regular-size);
}

.sp-footer-standardcolumns-outer li {
	list-style: none;
}

.sp-footer-standardcolumns-outer ul {
	margin: 0;
	padding: 0;
}

.sp-footer-standardcolumns-left-upper {
	display: flex;
	flex-direction: column;
	gap: 25px;
}

.sp-footer-menu {
	display: none;
}

@media screen and (min-width: 768px) {
	.sp-footer-menu {
		display: block;
	}
}

@media screen and (min-width: 768px) {
	.sp-footer-standardcolumns {
		display: grid;
		grid-template-columns: repeat(12, 1fr);
		padding-top: 75px;
	}

	.sp-footer-standardcolumns-left {
		grid-column: span 6;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.sp-footer-standardcolumns-left-upper {
		display: flex;
		justify-content: space-between;
		flex-direction: row;
	}

}

.footer-content {
	flex-direction: column;
}

.sp-footer-standardcolumns-left-lower {
	font-weight: 300;
	display: flex;
	flex-direction: column-reverse;
	position: absolute;
	top: 100%;
}

@media screen and (min-width: 768px) {
	.sp-footer-standardcolumns-left-lower {
		position: unset;
		flex-direction: row;
		gap: 25px;
	}
}

.sp-footer-standardcolumns-left-lower a {
	text-decoration: underline;
}

.sp-footer-newsletter-text {
	font-weight: 300;
}

.sp-footer-standardcolumns-right {
	margin-top: 25px;
}

@media screen and (min-width: 768px) {
	.sp-footer-standardcolumns-right {
		grid-column: span 6;
		margin-left: 150px;
		margin-top: 0;
	}
}

/* ========== BREADCRUMB =================== */
.sp-breadcrumbs {
	position: absolute;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

.sp-bc-container {
	width: var(--default-page-width);
	max-width: var(--max-default-page-width);
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
}

.sp-bs-container a {
	color: var(--primary-color);
}

/* 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: var(--h1-size);
	margin: 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: Exo, Exo;
	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: 600;
}

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

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: var(--color-text);
	font-family: var(--primary-font), -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 5px;
	margin-top: 5px;
}

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
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: var(--default-color);
	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%;
}

figure {
	margin: 1em 0;
}

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

th {
	text-align: left;
}

/* Links
--------------------------------------------- */
a {
	color: var(--default-color);
}

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

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

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

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: #666;
	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%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.menu a {
	text-decoration: none;
}

.sp-menu-section {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	background-color: white;
	width: 100vw;
	height: 100vh;
	padding: 25px;
}


nav#site-navigation {
	/* the navigation button */
	display: block;
	height: 50px;
	border-top: 1px solid lightgrey;
	padding-top: 7px;
}

/* General styles for mobile-first */
.main-navigation.toggled ul {
	display: block;
	/* Show menu when toggled */
	position: fixed;
	/* Make the menu fixed to the screen */
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* Make it fill the screen */
	background-color: white;
	/* Menu background */
	z-index: 9999;
	padding-top: 50px;
	/* Adjust depending on header height */
	overflow-y: auto;
	/* Enable scrolling if the menu is too long */
	transition: transform 0.3s ease;
	/* Smooth transitions */
}

.main-navigation ul ul {
	display: none;
	position: absolute;
	top: 0;
	height: 100%;
	left: 0;
	width: 100%;
	background-color: white;
	transition: transform 0.3s ease;
	z-index: 9999;
}

.main-navigation.toggled ul ul {
	position: fixed;
	top: 0;
	left: 100%;
	/* Place the sub-menu off-screen initially */
	width: 100%;
	height: 100%;
	background-color: white;
	padding-top: 50px;
	transform: translateX(100%);
	transition: transform 0.3s ease;
}

.main-navigation ul li.has-submenu {
	position: relative;
}

.main-navigation ul li.show-submenu>ul {
	display: block;
	/* Show the submenu */
	position: fixed;
	/* Make sure it's placed on top of the main menu */
	transform: translateX(0);
	/* Bring submenu into view */
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-top: 50px;
	/* Adjust according to header height */
	background-color: white;
	z-index: 9999;
}

.main-navigation ul li.show-submenu>.sub-menu {
	transform: translateX(0);
	/* Slide sub-menu into view */
	overflow: hidden;
}

.main-navigation ul li.show-submenu>.menu-item-has-children>a {
	display: none;
	/* Hide the parent menu item when submenu is open */
}

.main-navigation ul li.show-submenu>.back-btn {
	display: block;
	/* Show the back button */
}

.main-navigation.toggled ul ul ul {
	left: 0;
	top: 50px;
	height: 100%;
	padding: 5px;
	;
	position: absolute;
	font-family: var(--primary-font);
	font-size: var(--p-big-size);
	line-height: var(--p-big-lineheight);
	font-weight: var(--p-regular-weight);
}

.main-navigation.toggled ul {
	top: 0px;
	width: 100%;
}

.main-navigation li.focus ul.sub-menu {
	position: relative;
	display: block;
}

.menu-toggle {
	display: block;
	top: 6px;
}

.menu-toggle img {
	width: 15px;
}


/* Mobile-first styles */
.main-navigation.toggled ul {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	background-color: white;
	z-index: 9999;
	padding-top: 10px;
	overflow-y: auto;
	transition: transform 0.3s ease;
	margin-left: 0;
}

.main-navigation.toggled ul ul {
	position: fixed;
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	background-color: white;
	padding-top: 50px;
	transform: translateX(100%);
	transition: transform 0.3s ease;
}

.main-navigation ul li.show-submenu>.sub-menu {
	transform: translateX(0);
}

.main-navigation ul li.show-submenu>.menu-item-has-children>a {
	display: none;
}

.main-navigation ul li.show-submenu>.back-btn {
	display: block;
}

.main-navigation.toggled ul ul ul {
	left: 0;
	top: 50px;
	position: absolute;
	height: 100%;
	padding: unset;
	margin-left: 5px;
}

.menu-toggle {
	display: block;
	top: 6px;
}

.menu-toggle img {
	width: 15px;
}

span.parent-heading {
	background-color: var(--bg-light-color);
	width: 100%;
	display: block;
	height: 50px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: var(--h2-size);
	line-height: var(--h2-lineheight);
	font-weight: var(--h2-weight);
}

/* Desktop styles */
@media screen and (min-width: 768px) {
	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
		gap: 30px;
		list-style: none;
		margin-bottom: unset;
		align-items: center;
	}

	.main-navigation ul ul {
		display: none;
		/* Hide sub-menus initially */
		position: absolute;
		top: calc(100% + 13px);
		left: 0;
		width: 200px;
		/* Adjust as needed */
		background-color: white;
		box-shadow: var(--box-shadow-light);
		padding-top: 10px;
	}

	.main-navigation ul li:hover>ul {
		display: block;
		/* Show sub-menu on hover */
		margin-left: 0;
		height: unset;
		padding: 10px;
	}


	.main-navigation ul li {
		position: relative;
	}

	.main-navigation ul li.menu-item-has-children:after {
		display: none;
	}

	.main-navigation ul li:hover:after {
		content: " ";
		position: absolute;
		top: 100%;
		left: 0;
		height: 40px;
		width: 300px;
		display: block;
	}

	.main-navigation ul ul li {
		position: relative;
		width: 100%;
	}

	.main-navigation ul ul li.menu-item-has-children:after {
		display: block;
		width: 50px;
		height: 25px;
		content: " ";
		position: absolute;
		top: 0;
		left: 100%;
	}

	.main-navigation ul ul ul {
		left: calc(100% + 20px);
		top: 0;
		display: none;
		/* Hide nested sub-menus initially */
	}

	.main-navigation ul ul li:hover>ul {
		display: block;
		/* Show nested sub-menu on hover */
	}

}

@media screen and (min-width: 768px) {

	.menu-mainmenu-container {
		width: 100%;
		padding-top: 0px;
		margin-top: 0px;
	}

	.menu-skypimmenu-container {
		height: 100%;
	}

	.menu-topmenu-container {}

	nav#site-navigation {

		padding-top: unset;
	}

	.sp-menu-section {
		display: block;
		height: 100%;
		width: unset;
		padding: unset;
		position: relative;
		width: var(--default-page-width);
		max-width: var(--max-default-page-width);
		margin-left: auto;
		margin-right: auto;
		background: unset;
	}

	.sp-actual-menu {
		margin-top: 0px;
	}

	.sp-mobile-menu-header {
		display: none;
	}

	.menu-item-has-children {
		padding-right: 10px;
		cursor: pointer;
	}
}

/* Back button styles */
.main-navigation .back-btn {
	display: none;
	/* Hidden initially */
	position: absolute;
	top: 55px;
	left: 15px;
	padding: 10px;
	font-size: 18px;
	cursor: pointer;
	z-index: 10000;
}

span.back-btn img {
	height: 20px;
}

/* Display back button when submenu is visible */
.main-navigation ul li.show-submenu .back-btn {
	display: block;
}

/* Arrow for links with sub-items 
.menu-item-has-children > a::after {
    content: '▼'; 
    font-size: 12px;
    margin-left: 10px;
    display: inline-block;
    transform: rotate(0deg);
    transition: transform 0.3s ease;
    cursor: pointer;
}  */

/* Rotate arrow when submenu is open */
.menu-item-has-children.show-submenu>a::after {
	transform: rotate(-90deg);
	/* Rotate arrow */
}

@media screen and (min-width: 768px) {
	.menu-item-has-children>a::after {
		content: url(assets/icons/chewron-down.svg);
		/* Update the icon for desktop */
		font-size: 12px;
		margin-left: 10px;
		position: absolute;
		transform: rotate(0deg);
		transition: transform 0.3s ease;
		cursor: pointer;
		padding-bottom: 15px;
	}

	.sub-menu .menu-item-has-children>a::after {
		content: url(assets/icons/chewron-right.svg);
		/* Update the icon for desktop */
		font-size: 12px;
		margin-left: 10px;
		position: absolute;
		width: 10px;
		top: 4px;
		right: 0;
		transform: rotate(0deg);
		transition: transform 0.3s ease;
		cursor: pointer;
	}

	.menu-item-has-children>a {
		padding-right: 10px;
		padding-bottom: 16px;
	}
}

/* ------------- */
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

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

.post,
.page {
	margin: 0 0 1.5em;
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 00 0;
	max-width: 100%;
}

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

ul.page-numbers {
	list-style: none;
	display: flex;
	gap: 10px;
}

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

/*--------------------------------------------------------------
# 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: var(--default-color);
	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;
}

section.error-404 {
	width: var(--default-page-width);
	max-width: var(--max-default-page-width);
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
	padding-bottom: 50px;
}