/*!
Theme Name: SDD
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
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: sdd
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.

SDD is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* 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: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * 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: #404040;
	font-family: -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: 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
--------------------------------------------- */
body {
	background: #fff;
}

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%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #fffcee;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}


/* Buttons
--------------------------------------------- */
.wp-block-button {
	margin: 0px;
}

.wp-block-button a {
	padding: 10px 30px;
}

.sdd-button a:hover {
	border-style: inset;
	transition-duration: .1s;
	color: #fffcee;
}

.sdd-button a:hover {
	/* background-color: rgba(27, 190, 111, 0.0)!important;
	box-shadow: 0px 0px 0px 2px rgb(27 190 111) inset;
	color: #1bbe6f!important; */
	scale: .95;
}

/* Images
--------------------------------------------- */

.wp-block-image img {
	border-radius: 20px;
}

/* Videos
--------------------------------------------- */

.wp-block-video video{
	border-radius: 20px;
}

/* 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%;
}


/* Contact Form
--------------------------------------------- */
input[type="submit"].ninja-forms-field {
	text-align: center;
	display: block;
	letter-spacing: 1px;
	font-size: 18px;
	color: white !important;
	background-color: #7200d4 !important;
	border: none !important;
	border-radius: 45px !important;
	font-family: var(--wp--preset--font-family--nhaas-grotesk-ds-pro) !important;
	cursor: pointer;
	text-decoration: none;
	outline: none;
	width: fit-content;
	padding: 5px 20px;
	transition-duration: .1s !important;
}

input[type="submit"].ninja-forms-field:hover {
	background-color: #1bbe6f !important;
	/* box-shadow: 0px 5px 20px #1bbe6f !important; */
	color: #fff !important;
	scale: .95;
}

.nf-response-msg,
.nf-form-fields-required {
	font-family: var(--wp--preset--font-family--recoleta-regular) !important;
	color: black;
	font-size: 15px;
}

.nf-form-content label {
	font-family: var(--wp--preset--font-family--nhaas-grotesk-ds-pro) !important;
}


/* Interest Form
--------------------------------------------- */

input[type="submit"].ninja-forms-field.interest-button {
	background-color: #f6ab29 !important;
	margin: auto;
}

.nf-form-content .list-select-wrap .nf-field-element>div,
.nf-form-content input:not([type=submit]),
.nf-form-content textarea {
	border-radius: 8px !important;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.site {
	display: block;
}

.site .site-header {
	height: 280px;
}

.site .site-header.site-header-home {
	height: 100vh;
}

.site .site-header .site-header-background {
	position: absolute;
	z-index: 0;
	height: 250px;
	border-radius: 0 0 30px 30px;
	width: 100%;
	overflow: hidden;
	box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.site .site-header.site-header-home .site-header-background {
	height: 100vh;
	box-shadow: unset;

}

.site .site-header .site-header-background .site-header-background-overlay {
	height: 100%;
	width: 100%;
	background: #0c04095e;
	position: absolute;
	top: 0;
}

.site .site-header .site-header-background img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.site .site-header .site-header-content {
	position: relative;
	height: 100%;
	padding: 50px;
}

.site .site-header.site-header-home .site-header-content {
	height: calc(100% - 100px);
}

.site .site-header .site-header-content .site-branding {
	position: absolute;
	width: 50%;
	float: left;
	z-index: 9999;
}

.site .site-header .site-header-content .site-branding img {
	width: 270px;
}

.site .site-header .site-header-content .site-branding a:focus {
	outline: none;
}

.main-navigation {
	width: fit-content;
	float: right;
	max-width: 60%;

	/* background: #F7F0E1; */
	padding: 10px 10px;
	border-radius: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	/* padding: 1rem 2rem; */
	/* position: absolute; */
	top: 84px;
	/* background-color: #fff; */
	/* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); */
	transform: translate(15px, -16px);
}

.main-navigation button {
	background: none;
	color: white;
	border: none;
	font-size: 25px;
	background-image: linear-gradient(90deg, #940e81 0%, #ef2362 100%);
	border-radius: 50px;
	padding: 2px;
	width: 50px;
	height: 50px;
	position: absolute;
	right: 0;
	top: 10px;

}

#site-navigation-sticky {
	position: fixed;
	top: 0;
	right: 0;
	/* final position */
	transform: translateX(120%);
	/* start off-screen */
	transition: transform 0.4s ease-in-out, opacity 0.1s ease-in-out;

	z-index: 9999;
	opacity: 0;
}

#site-navigation-sticky.show {
	transform: translateX(0);
	/* slide in */
	opacity: 1;
}

#site-navigation-sticky button {
	right: 20px;

}


/* .site .site-header .site-header-content .main-navigation button:hover {

	scale: .95;
	background-color: #7200d4;
	color: white;
	border-radius: 30px;
} */

/* .main-navigation.fixed {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	background-color: #111;
} */
.main-navigation #menuprim,
.main-navigation #menuprim2 {
	float: right;
	position: relative;
	display: inline-block;
	width: 100%;
	background-image: linear-gradient(90deg, #940e81 0%, #ef2362 100%);
	border-radius: 40px;
	width: fit-content;
}


.main-navigation #menuprim2 {}

.main-navigation .menu-header {
	width: 100%;
	height: 10px;
}

.main-navigation .menu-header .menu-header-inner {
	display: block;
}

.main-navigation .menu-header .menu-header-inner .menu-header-el {
	float: right;
	display: block;
	width: 40px;
	height: 3px;
	background-color: #ffffff;
}

.site .site-header .site-header-content .site-header-cta {
	position: absolute;
	top: 55%;
	min-height: 40%;
	padding-left: 60px;
	width: calc(100% - 80px);
}

.site .site-header .site-header-content .site-header-cta .site-header-slogan {
	color: #fffcee;
	font-family: var(--wp--preset--font-family--nhaas-grotesk-ds-pro) !important;
	font-size: 60px;
	max-width: 50%;
}

.site .site-header .site-header-content .site-header-cta .site-header-action-button {
	padding: 10px;
}

.site .site-header .site-header-content .site-header-cta .site-header-action-button .sdd-button {
	text-align: center;
	display: block;
	letter-spacing: 1px;
	font-size: 20px;
	color: white;

	background: radial-gradient(circle at 17% 29%, rgb(241 64 85) -40%, rgba(255, 255, 255, 0.0) 36%), radial-gradient(circle at 103% 26%, rgb(242 102 69) 3%, rgba(255, 255, 255, 0.0) 36%), linear-gradient(35deg, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0.0) 42%), linear-gradient(210deg, #ca0d74 0%, #ca0d74 51%, #cc0d73 62%, #e5385c 80%, #f38d45 100%);

	background-size: 150% 150%;
	background-position: center;
	transition: background-position 1.2s ease;
	border-radius: 45px;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
	transition: all 0.1s ease 0s;
	font-family: var(--wp--preset--font-family--nhaas-grotesk-ds-pro) !important;
	cursor: pointer;
	text-decoration: none;
	outline: none;
	width: fit-content;
	padding: 5px 25px;
}

.site .site-header .site-header-content .site-header-cta .site-header-action-button .sdd-button:hover {
	/* background-color: rgb(255, 96, 0); */
	/* box-shadow: 0px 5px 20px rgb(255, 96, 0); */
	/* color: #fff; */
	background-position: right top;
	scale: 1.05;

	/* transform: translateY(-7px); */
}

@media(max-width: 1200px) {
	.site .site-header.site-header-home .site-header-content {
		height: 100vh;
	}

	.site .site-header.site-header-home .site-header-bottom-bar {
		display: none;
	}

	.main-navigation .menu-header .menu-header-inner .menu-header-el {
		display: none;
	}

	.site .site-header .site-header-content .site-header-cta {
		bottom: 50px;
		top: unset;
		height: fit-content;
		min-height: unset;
	}
}

@media(max-width: 1400px) {
	.site-header-bottom-bar-item h1 {
		font-size: 1.5em;
		white-space: nowrap;
		overflow: hidden;
		top: 15px;
		position: relative;

	}
}

.site .site-header .site-header-content .site-header-page-info {
	position: relative;
	top: 25%;
	transform: translateY(-50%);

}

.site .site-header .site-header-content .site-header-page-info .site-header-page-info-title {
	margin: 0px;
	position: absolute;
	text-align: center;
	font-size: 60px;
	color: white;
	left: 50%;
	transform: translateX(-50%);
	font-weight: 700;
	width: 100%;
}

.site .site-header .site-header-content .site-header-page-info .site-header-page-info-slogan {
	text-align: center;
	position: absolute;
	color: white;
	font-family: var(--wp--preset--font-family--recoleta-regular) !important;
	font-style: italic;
	font-size: 30px;
	left: 50%;
	transform: translateX(-50%);
	top: 75px;
	width: 100%;
}

@media(max-width: 600px) {
.site .site-header .site-header-background {
		box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
	}

	.site .site-header .site-header-content {
		padding: 20px;
	}

	.site .site-header .site-header-content .site-header-cta .site-header-slogan {
		font-size: 40px;
		max-width: 100%;
	}


}

.site .site-header.site-header-home .site-header-bottom-bar {
	border-radius: 50px 50px 0px 0px;
	transition: all 0.1s ease-out;
	/* margin: 0px 10px; */
	background-image: linear-gradient(90deg, #940e81 0%, #ef2362 100%);
	height: 100px;
	width: 100%;
	position: absolute;
	z-index: 9999;
	cursor: pointer;
	/* bottom: 10px; */
	overflow: hidden;
	/* border-radius: 20px; */
}


/* .site .site-header.site-header-home .site-header-bottom-bar:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-image:
		linear-gradient(to right, #fffae2, rgba(0, 128, 128, 0) 300px),
		linear-gradient(to left, #fffae2, rgba(0, 128, 128, 0) 300px);
} */

.site .site-header.site-header-home .site-header-bottom-bar .site-header-bottom-bar-content {
	display: flex;
	/* or inline-flex */
}

.site .site-header.site-header-home .site-header-bottom-bar .site-header-bottom-bar-content.party {
	/* background: #04080e; */
	transition: all 0.4s ease-out;
}

.site .site-header.site-header-home .site-header-bottom-bar .site-header-bottom-bar-content .site-header-bottom-bar-item h1:hover {
	/* color: white; */
	animation: hidghlight 0.1s ease forwards;
}

.site .site-header.site-header-home .site-header-bottom-bar .site-header-bottom-bar-content .site-header-bottom-bar-item h1 {
	white-space: nowrap;
	overflow: hidden;
}

@keyframes hidghlight {
	0% {
		/* transform: scale(1); */

	}

	100% {
		transform: scale(1.1);
		background-image: linear-gradient(90deg, #940e81 0%, #ef2362 100%);
		border-radius: 50px;
		color: white;
		padding: 0px 20px;
	}
}

.site .site-header.site-header-home .site-header-bottom-bar .site-header-bottom-bar-content .site-header-bottom-bar-item {
	height: 100px;
	color: white;
	font-family: var(--wp--preset--font-family--nhaas-grotesk-ds-pro) !important;
}

.site .site-header.site-header-home .site-header-bottom-bar .site-header-bottom-bar-content .site-header-bottom-bar-spacer {
	width: 100px;
	height: 100px;
}

.site .site-header.site-header-home .site-header-bottom-bar .site-header-bottom-bar-content .site-header-bottom-bar-item {
	margin: 0rem 1rem;
}


.site-header-bottom-bar-content {

	animation: scrollText 100s infinite linear;
	justify-content: space-between;
	width: 100%;
	top: 0;
	position: absolute;
}

.site-header-bottom-bar-content#part-one {
	animation-delay: -50s;
}

.site-header-bottom-bar-content#part-two {
	transform: translateX(100%);
}


@keyframes scrollText {
	0% {
		transform: translateX(100%);
	}

	100% {
		transform: translateX(-100%);
	}
}

.site .site-header.site-header-home .site-header-bottom-bar .site-header-bottom-bar-content .site-header-bottom-bar-spacer img {
	padding: 30px;
	display: none;
}

.site .site-header.site-header-home .site-header-bottom-bar .site-header-bottom-bar-content .site-header-bottom-bar-spacer .spacer-inner {
	width: 100%;
	height: 3px;
	position: relative;
	margin: auto;
	top: 50%;
	background-color: #FFFAE2;
	transform: translateY(-50%);
}

.site .site-header.site-header-home .site-header-bottom-bar .site-header-bottom-bar-content .site-header-bottom-bar-spacer svg {
	height: auto;
	max-width: 100%;
	padding: 30px;
	height: 100px;
}

.site .site-header.site-header-home .site-header-bottom-bar.hover .site-header-bottom-bar-content .site-header-bottom-bar-spacer svg {
	animation: gradient 2s ease infinite;
	padding: 28px;
	/* scale: 1.2; */
}

.site .site-header.site-header-home .site-header-bottom-bar.hover {
	background: none;
	color: white;
}

.site .site-header.site-header-home .site-header-bottom-bar.hover:after {
	background-image: none;
	pointer-events: none;

}

.site .site-header.site-header-home .site-header-bottom-bar.hover .site-header-bottom-bar-content .site-header-bottom-bar-item {
	background: none;
	color: white;
	scale: 0.9;
}


@keyframes gradient {
	from {
		fill: rgb(255, 96, 0);
	}

	20% {
		fill: rgba(40, 7, 64, 1);
	}

	40% {
		fill: rgba(86, 14, 141, 1);
	}

	60% {
		fill: rgba(239, 35, 97, 1);
	}

	80% {
		fill: rgba(245, 176, 39, 1);
	}

	to {
		fill: rgb(255, 96, 0);
	}
}


/* .home .site-main {
	margin: 40px;
} */

.site-main ol.schema-how-to-steps {
	display: flex;
	padding: 0px 13px;
	margin: 0px;
	width: 100%;
}

.site-main ol.schema-how-to-steps li {
	margin-right: 33%;
}

.site-main .entry-header {
	margin-top: 30px;
}

.site-main .entry-header .entry-title {
	text-align: center;
	margin: 0px;
}

.site-main .entry-content {
	max-width: 1170px;
	margin: auto;
}

.site-main ul#thema-menu {
	list-style: none;
	margin: 0px !important;
	padding: 0px !important;
	column-count: 3;
	column-gap: 20px;
	/* grid-template-columns: auto auto auto;
    gap: 20px; */
}

.site-main ul#thema-menu li a {
	font-size: 16px;
	text-transform: lowercase;
	color: #404040;
	font-family: var(--wp--preset--font-family--recoleta-regular) !important;

	text-decoration: none;
	font-weight: 200;
	display: block;
	transition: all 0.1s ease;
	text-align: center;
	text-decoration: none;
	outline: none !important;

}

.site-main ul#thema-menu li a:hover {
	color: rgb(255, 96, 0) !important;
	text-decoration-line: underline;
}

.site-main ul#thema-menu li {
	border-radius: 10px;
	padding: 10px;
	background: #FFF9E5;
	margin-top: 20px;
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
}

.sdd-book-form-box {
	border-radius: 20px;
	background: #EDEADB;
	padding: 38px;
	margin: 40px auto;
	/* width: 800px; */
}


.sdd-info-box {
	border-radius: 20px;
	background: #F7F0E1;
	padding: 38px;
}


.sdd-form-box {
	border-radius: 20px;
	background: #F7F0E1;
	padding: 38px;
	margin: 20px;
}

/*responsive*/
@media(max-width: calc(1170px + (50px * 2))) {
	.site-main .entry-content {
		margin: 50px;
	}

	.site-main ul#thema-menu {
		column-count: 2;
	}

}

@media(max-width: 600px) {
	.site-main .entry-content {
		margin: 10px;
	}

	.site-main .entry-content.home-content {
		margin: 10px 10px;
	}

	.site-main .entry-content.faq-content {
		margin: 80px 10px;
	}

	.site-main ul#thema-menu {
		column-count: 1;
	}


	.site .site-header .site-header-background {
		height: 280px;
	}

	.wp-block-group-is-layout-grid {
		grid-template-columns: unset !important;
	}

	.sdd-center-on-mobile {
		text-align: center !important;
	}

	.sdd-hide-on-mobile {
		display: none !important;
	}

	.sdd-book-form-box {
		padding: 20px;
		margin: 20px;
		width: auto
	}
}

@media(max-width: 920px) {

	.sdd-book-form-box {
		padding: 20px;
		margin: 40px 0px;
		width: auto
	}
}



.site-main .entry-content.home-content {
	margin: 20px auto;
}

.site-main .margin-l {
	margin: 20px;
}

/*--------------------------------------------------------------
# Footer 
--------------------------------------------------------------*/
/* .site-footer{
	height: 300px;
	line-height: 1.5;

} */
/* 
.site-footer .site-footer-background{
	position: absolute;
	z-index: 0;
    height: 300px;
    width: 100%;
    overflow: hidden;
}

.site-footer .site-footer-background img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.site-footer .site-footer-content{
	position: relative;
	height: 100%;
	padding: 40px;
}

.site-footer .site-footer-content .site-branding {
	position: absolute;
	width: 50%;
	float: left;
} */

.site-footer .container {
	max-width: 1170px;
	margin: auto;
}

.site-footer .row {
	display: flex;
	flex-wrap: wrap;
}

.site-footer ul {
	list-style: none;
	margin: 0px !important;
	padding: 0px !important;
}

.site-footer {
	margin-top: 50px;
}

.site-footer .site-footer-top {
	height: 120px;
	background: #edeadb;
	margin: 80px 0px;
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	max-width: 1000px;
	border-radius: 20px;
}

.site-footer .site-footer-top .container {
	height: 100%;
	position: relative;
	max-width: 1000px;
}

.site-footer .site-footer-top .footer-logo {
	height: 100%;
	left: 0px;
	position: absolute;
}

.site-footer .site-footer-top .site-footer-top-content {
	height: 100%;
	position: absolute;
	right: 0px;
	width: fit-content;
	transition: all 0.1s ease;
}

.site-footer .site-footer-top .site-footer-top-content:hover {
	scale: 1.05;
}

.site-footer .site-footer-top .site-footer-top-content .social-links {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	background-image: linear-gradient(211deg, #940e81 0%, #ef2362 100%);
	border-radius: 50px;
	padding: 10px;
	margin: 0px 30px;
}

.site-footer .site-footer-top .site-footer-top-content .social-links a {
	display: inline-block;
	height: 40px;
	width: 40px;
	background-color: rgba(255, 255, 255, 0.2);
	margin: 0 10px 0 0;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #ffffff;
	transition: all 0.1s ease;
}

.site-footer .site-footer-top .social-links a:hover {
	color: #24262b;
	background-color: #ffffff;
	scale: .95;
}

.site-footer .site-footer-top .site-footer-top-content .social-links a:focus {
	outline: none;
}

.site-footer-top .footer-logo {
	overflow: hidden;
}

.site-footer-top .footer-logo .footer-logo-inner {
	height: 50%;
	text-align: center;
	border-radius: 50px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	transition: scale 0.1s ease;
	color: var(--wp--preset--color--black) !important;
	font-family: var(--wp--preset--font-family--recoleta-regular) !important;
	font-style: italic;
	font-size: 28px;
	line-height: 60px;
	max-width: 516px;
	margin: 0px 30px;
}

/* .site-footer-top .footer-logo .footer-logo-inner:hover{
	background-color: #404040;
	scale: .95;
} */

.site-footer-top .footer-logo .footer-logo-inner:hover img {
	/* filter: none; */
	/* transform: translateY(-50%); */
	/* filter: drop-shadow(0px 100px 0 rgb(114 0 212)); */

}

.site-footer-top .footer-logo img {
	position: relative;
	top: 50%;
	transform: translateY(calc(-50% - 100px));
	padding: 35px 30px;
	/* filter: drop-shadow(0px 100px 0 rgb(114 0 212)); */
	filter: drop-shadow(0px 100px 0 #404040);
}

/* 
.site-footer-top .footer-logo:hover{
	filter: drop-shadow(0px 100px 0 rgb(114 0 212));
	transform: translateY(-150px);

} */

.site-footer-top .footer-logo a {
	height: 100%;
	outline: none !important;
}


.site-footer-main {
	/* background: linear-gradient(125deg, rgba(40, 7, 64, 1) 0%, rgba(86, 14, 141, 1) 34%, rgba(239, 35, 97, 1) 60%, rgba(245, 176, 39, 1) 100%); */
	/* background: linear-gradient(90deg, rgb(114 0 212) 0%, #5a2483 100%); */
	padding: 20px 0px 30px 0px;
}

.site-footer-bottom {
	height: 28px;
	text-align: center;
	color: black;
	font-family: var(--wp--preset--font-family--nhaas-grotesk-ds-pro) !important;

}

.site-footer-bottom .site-footer-bottom-copyright {
	height: 100%;
	font-size: 15px;
	line-height: 28px;
}

.site-footer .footer-col {
	width: 25%;
	padding: 0 30px;
}

.site-footer .footer-col-double {
	width: 50%;
	padding: 0 30px;
}

.site-footer .footer-col h4 {
	font-size: 18px;
	color: #290543;
	margin-bottom: 35px;
	font-weight: 500;
	text-transform: lowercase;
	position: relative;
	font-family: var(--wp--preset--font-family--nhaas-grotesk-ds-pro) !important;

}

.site-footer .footer-col h4::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -10px;
	background-color: #290543;
	height: 2px;
	box-sizing: border-box;
	width: 50px;
}

.design-section{
	margin: 0px;
}

.site-footer .footer-col ul li:not(:last-child) {
	margin-bottom: 10px;
}

.site-footer .footer-col ul li a {
	font-size: 16px;
	text-transform: lowercase;
	color: #404040;
	font-family: var(--wp--preset--font-family--recoleta-regular) !important;

	text-decoration: none;
	font-weight: 200;
	display: block;
	transition: all 0.1s ease;
	outline: none !important;
}

.site-footer .footer-col ul li a:hover {
	color: rgb(255, 96, 0);
	text-decoration-line: underline;
}

.site-footer .footer-col ul li p {
	font-size: 16px;
	text-transform: lowercase;
	color: #404040;
	font-family: var(--wp--preset--font-family--recoleta-regular) !important;
	text-decoration: none;
	font-weight: 200;
	line-height: 0px;
	display: block;
	transition: all 0.1s ease;

}

.site-footer .footer-col .contact-info {}


/*responsive*/
@media(max-width: 767px) {
	.site-footer .footer-col {
		width: 50%;
		margin-bottom: 30px;
	}

	.site-footer .footer-col h4::before {
		width: 100%;
	}

	.site-footer .site-footer-top {
		height: 150px;
	}

	.site-footer .site-footer-top .footer-logo {
		/* display: none; */
		width: 100%;
		top: -25px;
	}

	.site-footer .site-footer-top .site-footer-top-content {
		height: 100%;
		width: 100%;
		transition: all 0.1s ease;
	}

	.site-footer .site-footer-top .site-footer-top-content:hover {
		scale: unset;
	}

	.site-footer .site-footer-top .site-footer-top-content .social-links {
		left: 50%;
		transform: translate(-50%, 0%);
		border-radius: 50px;
		padding: 10px;
		width: fit-content;
		margin: unset;
	}

}

@media(max-width: 574px) {
	.site-footer .site-footer-top {
		margin: 20px 30px;
		width: calc(100% - 30px * 2);
	}

	.site-footer .footer-col {
		width: 100%;
	}

	.site-footer .footer-col h4::before {
		width: 100%;
	}
}

/*--------------------------------------------------------------
# FAQ
--------------------------------------------------------------*/


@media screen and (min-width: 37.5em) {
	.ewd-ufaq-faq-category {
		display: flex;

	}

	.ewd-ufaq-faq-category-title {
		width: 30% !important;
	}

	.ewd-ufaq-faq-category-inner {
		width: 70% !important;
	}

	.ewd-ufaq-faq-category-inner {
		margin-top: 20px !important;
	}

	.ewd-ufaq-faq-category-title h3 {
		width: fit-content;
	}
}

.ewd-ufaq-faqs {
	margin-top: 50px;
}

.ewd-ufaq-faq-div {
	border-top: 1px solid #7200d4;
	transition: all 0.3s ease 0s;
}

.ewd-ufaq-faq-category-title {
	color: black;
}

.ewd-ufaq-faq-title-text {
	color: black;
}

.ewd-ufaq-faq-body {
	padding: 0px 10px !important;
}

.ewd-ufaq-faq-category-title h3 {
	padding-top: 10px;
	border-top: 3px solid #7200d4;
}

.ewd-ufaq-faq-title,
.ewd-ufaq-faq-toggle {
	margin: 20px 0px;
}

.ewd-ufaq-faq-title a.ewd-ufaq-post-margin,
.ewd-ufaq-faq-toggle a.ewd-ufaq-post-margin {
	text-decoration: none;
	outline: none;
}

.ewd-ufaq-post-margin-symbol span {
	transition-duration: .1s;
}

.ewd-ufaq-post-margin-symbol span:hover {
	scale: .90;
}

.ewd-ufaq-faq-category-inner {
	margin-top: 40px;
}

.ewd-ufaq-faq-body {
	font-family: var(--wp--preset--font-family--recoleta-regular) !important;
	font-style: italic;
}

div.ewd-ufaq-faq-title div.ewd-ufaq-post-margin-symbol {
	color: black;

}

div.ewd-ufaq-faq-title div.ewd-ufaq-post-margin-symbol span {
	font-size: 20px;
}

/* Expand float right */
div.ewd-ufaq-faq-title div.ewd-ufaq-post-margin-symbol {
	float: right !important;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
	left: auto;
}

.main-navigation li {
	position: relative;
	text-align: right;
	display: inline;
}


.main-navigation a {
	display: block;
	padding: 0px 25px;
	border-radius: 50px;
	scale: 0.95;
	margin: 5px 5px;
	text-decoration: none;
	font-weight: 500;
	font-size: 20px;
	width: fit-content;
	float: right;
	color: #7200d4;
	transition: all 0.1s ease 0s;
	font-weight: bold;
	border: none;
	font-weight: 500;
	color: white;
	top: 20px;
	font-family: var(--wp--preset--font-family--nhaas-grotesk-ds-pro) !important;
}

/* 
.main-navigation a:visited {
	color: #ffffff;
} */

.main-navigation a:hover {
	background: #edeadb;
	color: #ab0d7b;
	/*border-radius: 50px;
    margin: 0px -23px;
    padding: 0px 23px 0px 28px;
	scale: 1.05;
	transition: all 0.1s ease 0s; */
	/* text-decoration: underline; */
	/* text-underline-offset: 5px;
    text-decoration: underline; */
}

/* .main-navigation a:before {
	position: relative;
	content:"";
	color: grey;
	font-size: 0em;
	content:"\f061";
	right: 10px;
}

.main-navigation a:hover:before {
	font-family: "FontAwesome";
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: white;
} */


/* .main-navigation.dark a:hover {
	background-color: rgb(255, 96, 0);
} */

.main-navigation a,
.main-navigation a:active,
.main-navigation a:focus {
	outline: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
	float: right;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: block;
	}

	/* .main-navigation #primary-menu li a:hover{
		background-image: linear-gradient(90deg, #f26546 0%, #f6a82a 100%);
        color: white;
	
	} */
}

@media(max-width: 37.5em) {
	.menu-toggle {
		display: block;
		margin-right: 0px;
		margin-left: auto;
		transition: opacity 0.5s ease;
		opacity: 1;

	}

	.menu-toggle i {
		opacity: 1;
		transition: opacity 0.5s ease;
	}

	.main-navigation.toggled .menu-toggle {
		opacity: 0;
	}

	.main-navigation.toggled ul {
		width: 100%;
		font: 14px Arial;
		display: flex;
		flex-direction: row;
		box-sizing: border-box;
		line-height: 20px;
		flex-wrap: wrap;
		justify-content: center;
		white-space: nowrap;
		margin: 25px auto;
		max-width: 400px;
	}

	.main-navigation {
		width: 100%;
		background: unset;
		transform: translate(0px, -15px);
		float: unset;
		max-width: unset;
		margin-top: 10px;
		z-index: 999999999;
        position: relative;
        top: 0;
	}

	.site .site-header .site-header-content .site-branding {
		margin-top: 15px;
	}

	.site .main-navigation #menuprim,
	.main-navigation #menuprim2 {
		background-image: unset;
		background-color: #edeadb;
		top: -240px;
		transition: top 0.5s ease;
	}


	.site .main-navigation.toggled #menuprim {
		display: block;
		top: 55px;
	}

	.main-navigation.toggled #menuprim2 {
		display: block;
		top: 5px;
		margin: auto;
		float: right;
		width: 100%;
		background: radial-gradient(circle at 17% 29%, rgb(241 64 85) -40%, rgba(255, 255, 255, 0.0) 36%), radial-gradient(circle at 103% 26%, rgb(242 102 69) 3%, rgba(255, 255, 255, 0.0) 36%), linear-gradient(35deg, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0.0) 42%), linear-gradient(210deg, #ca0d74 0%, #ca0d74 51%, #cc0d73 62%, #e5385c 80%, #f38d45 100%);
	}

	.main-navigation.toggled #menuprim2 a {
		background: #edeadb;
		color: #b11e6e;
	}

	/* .site .site-header .site-header-content .site-branding{
		width: calc(100% - 80px);
	} */

	.custom-logo-link {
		justify-content: center;
		display: flex !important;
	}

	/* .menu-toggle,
.main-navigationul {
	display: none;
	float: right;
} */


	.main-navigation .nav-menu a {
		width: 100%;
		font-family: var(--wp--preset--font-family--nhaas-grotesk-ds-pro) !important;
		border-radius: 50px;
		background: #ad0d7b;
		padding: 8px 12px;
		margin: 2px 4px;
		color: rgb(237 234 219);
		line-height: 25px;
	}

	.main-navigation .nav-menu li:nth-child(1) a {
		background: radial-gradient(circle at 17% 29%, rgb(241 64 85) -40%, rgba(255, 255, 255, 0.0) 36%), radial-gradient(circle at 103% 26%, rgb(242 102 69) 3%, rgba(255, 255, 255, 0.0) 36%), linear-gradient(177deg, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0.0) 42%), linear-gradient(114deg, #ca0d74 0%, #ca0d74 51%, #cc0d73 62%, #e5385c 80%, #f38d45 100%);
	}

	/* Button 2 */
	.main-navigation .nav-menu li:nth-child(2) a {
		background: radial-gradient(circle at 17% 29%, rgb(241 64 85) -40%, rgba(255, 255, 255, 0.0) 36%), radial-gradient(circle at 103% 26%, rgb(242 102 69) 3%, rgba(255, 255, 255, 0.0) 36%), linear-gradient(185deg, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0.0) 42%), linear-gradient(339deg, #ca0d74 0%, #ca0d74 51%, #cc0d73 62%, #e5385c 80%, #f38d45 100%);
	}

	/* Button 3 */
	.main-navigation .nav-menu li:nth-child(3) a {
		background: radial-gradient(circle at 17% 29%, rgb(241 64 85) -40%, rgba(255, 255, 255, 0.0) 36%), radial-gradient(circle at 103% 26%, rgb(242 102 69) 3%, rgba(255, 255, 255, 0.0) 36%), linear-gradient(350deg, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0.0) 42%), linear-gradient(184deg, #ca0d74 0%, #ca0d74 51%, #cc0d73 62%, #e5385c 80%, #f38d45 100%);
	}

	/* Button 4 */
	.main-navigation .nav-menu li:nth-child(4) a {
		background: radial-gradient(circle at 17% 29%, rgb(241 64 85) -40%, rgba(255, 255, 255, 0.0) 36%), radial-gradient(circle at 103% 26%, rgb(242 102 69) 3%, rgba(255, 255, 255, 0.0) 36%), linear-gradient(350deg, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0.0) 42%), linear-gradient(352deg, #ca0d74 0%, #ca0d74 51%, #cc0d73 62%, #e5385c 80%, #f38d45 100%);
	}


	.main-navigation.dark .nav-menu a {
		background: rgb(255, 96, 0);
		color: white;
	}

	.main-navigation ul li a {
		width: 200px;
		font-size: 20px;
	}

	.main-navigation li {
		position: relative;
		/* background: #7200d4; */
		/* border-radius: 16px; */
		margin: 4px;
		/* padding: 5px; */
		/* border-radius: 50px; */
		text-align: center;
	}

	.main-navigation a:hover {
		scale: 0.95;
		/* border-radius: unset;
		margin: unset;
		padding: unset;
		scale: unset;
		transition: unset; */
	}

	.main-navigation a:before {
		content: unset;
	}
}

.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: 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;
}

/*--------------------------------------------------------------
# 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;
}

/* html {
	background: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	margin: 0;
  } */


/* .laser-container {
	position: absolute;
  }
  
  .laser-beam {
    width: 3px;
    position: absolute;
    height: 396px;
    top: -447px;
    left: 171px;
    overflow: overlay;
    background: #7100d47a;
    box-shadow: 0px 2px 20px 0px #7200d4;
    transform-origin: bottom;
    animation: laser 7s infinite;
  }
  
  .laser-beam.red {
	background: rgba(236, 19, 65, 0.6);
	box-shadow: 0px 0px 15px 0px #ec1341;
	animation: laser 7.5s infinite;
  }
  
  .laser-beam.purple {
	background: rgba(204, 102, 255, 0.6);
	box-shadow: 0px 0px 15px 0px #cc66ff;
	animation: laser 7.3s infinite;
  }
  
  .laser-beam.green {
	background: rgba(86, 212, 69, 0.6);
	box-shadow: 0px 0px 15px 0px #56d445;
	animation: laser 7.7s infinite;
  }
  
  @keyframes laser {
	0% {
	  transform: rotate(-75deg);
	}
	50% {
	  transform: rotate(75deg);
	}
	100% {
	  transform: rotate(-75deg);
	}
  } */