/*!
Theme Name: scintillab
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: scintillab
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.

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

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

/* Small menu. */
.menu-toggle,
.main-navigation ul {
	display: flex;
	flex-direction: column;
}

.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; */
	margin: 0 0 70px;
}

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




:root {
	--red-color: #FF1029;
	--dark-purple-color: #4C2F92;
	--pink-color: #F9A5ED;
	--blue-color: #2882E5;
	--green-color: #1B9B5E;
	--yellow-color: #FAB42A;
	--orange-color: #FF6E3D;
	--gray-color: #F3F3F3;
	--gray-500-color: #B5B5B5;
	
	--black-color: #000000;
	--white-color: #ffffff;

	--xs: 8px;
	--sm: 16px;
	--md: 24px;
	--lg: 32px;
	--xl: 48px;
	--xxl: 72px;

	--transition-duration: 0.25s;

	--bs-heading-color: var(--black-color);
	--bs-body-color: var(--black-color);

	--bs-gutter-x: calc(var(--sm) * 2);

	overscroll-behavior: none;
}

/* .row,
.row > * {
	--bs-gutter-x: calc(var(--sm) * 2);
} */

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

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

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

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

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

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

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

.bg-gray-500 {
	background-color: var(--gray-500-color);
}

.border-red {
	border: solid 2px var(--red-color);
}

.border-dark-purple {
	border: solid 2px var(--dark-purple-color);
}

.border-pink {
	border: solid 2px var(--pink-color);
}

.border-blue {
	border: solid 2px var(--blue-color);
}

.border-green {
	border: solid 2px var(--green-color);
}

.border-yellow {
	border: solid 2px var(--yellow-color);
}

.border-orange {
	border: solid 2px var(--orange-color);
}

.border-gray-500 {
	border: solid 2px var(--gray-500-color);
}

/* -------------------*/
/* ----- BUTTONS -----*/
/* -------------------*/

/* ----------------------------------------------*/
/* ----- BUTTONS BASIC HTML STRUCTURE START -----*/
/* ----------------------------------------------*/

/*
<button class="sl-button button-primary" onclick="() => {window.location.href = `<button link>`;}">
	<div class="sl-button-i-cont"><img class="btn-icon" src="<?php echo get_template_directory_uri().'/assets/scintillab-symbol.svg'; ?>"></div>
	<div class="no-margin"><button text></div>
	<img class="btn-icon" src="<arrow image>">
</button>
*/

/* --------------------------------------------*/
/* ----- BUTTONS BASIC HTML STRUCTURE END -----*/
/* --------------------------------------------*/

.sl-button {
	font-family: "ESPeakRounded";
	background-color: var(--black-color);
	color: var(--white-color);
	border-radius: var(--xs);
	font-size: var(--sm);
	line-height: 20px;
	font-weight: bold;
	padding: var(--xs) var(--md);
	display: flex;
	justify-content: center;
	align-items: center;
}

.sl-button span {
	white-space: nowrap;
}

.sl-button::after {
	content: url("/wp-content/themes/scintillab/assets/arrow-right-white.svg");
	margin-left: 20px;
	margin-top: 4px;
}

@media screen and (min-width: 1024px) {
	.sl-button {
		flex-basis: 0 !important;
		margin: auto;
		position: relative;
		transition: padding 250ms;
		padding: 20px var(--md);
	}

	.sl-button::before {
		content: url("/wp-content/themes/scintillab/assets/scintillab-symbol.svg");
		height: 26px;
		display: block;
		opacity: 0;
		position: absolute;
		left: var(--sm);
		top: 50%;
		transform: translateY(-50%);
		transition: 250ms opacity;
	}

	.button-outline-black::before {
		content: url("/wp-content/themes/scintillab/assets/scintillab-symbol-black.svg");
	}

	.sl-button:hover {
		padding-left: 60px !important;
	}

	.sl-button:hover::before {
		opacity: 1;
	}

	.sl-button span {
		font-size: var(--md);
	}
}


.button-primary {
	background-color: var(--black-color);
	border: 3px solid var(--black-color);
	color: var(--white-color);
}

.button-outline {
	background-color: transparent;
	color: var(--white-color);
	border: solid 3px var(--white-color);
}

.button-outline-black {
	background-color: transparent;
	color: var(--black-color);
	border: solid 3px var(--black-color);
}

.button-outline-black::after {
	content: url("/wp-content/themes/scintillab/assets/arrow-right-black.svg");
}

button.button-primary:hover {
	border: 3px solid var(--black-color);
}

.button-primary:disabled {
	opacity: 0.5;
	pointer-events: none;
}

.button-secondary {
	background-color: var(--red-color);
	border: 3px solid var(--red-color);
	color: var(--white-color);
}

button.button-secondary:hover {
	border: 3px solid var(--red-color);
}

.button-secondary:disabled {
	opacity: 0.5;
	background-color: transparent;
	border: 3px solid transparent;
	pointer-events: none;
}

.button-tertiary {
	background-color: var(--black-color);
	border-color: var(--black-color);
	color: var(--white-color);
}

.button-secondary:disabled {
	opacity: 0.5;
	background-color: transparent;
	border: 3px solid transparent;
	pointer-events: none;
}

.sl-hashtag-chip {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: var(--sm);
	background-color: var(--black-color);
	color: var(--white-color);
	padding: var(--sm) var(--md);
	border-radius: var(--md);
	text-wrap-mode: nowrap;
}

.sl-hashtag-chip img {
	width: var(--md);
}

@font-face {
  font-family: "ESPeakRounded";
  src: url("assets/ESPeakRounded-Regular.woff2") format('woff2');
}

@font-face {
  font-family: "ESPeakRounded";
  src: url("assets/ESPeakRounded-Bold.woff2") format('woff2');
  font-weight: bold;
}

@font-face {
  font-family: "ESPeakRounded";
  src: url("assets/ESPeakRounded-Italic.woff2") format('woff2');
  font-style: italic;
}

/* -------------------*/
/* ----- TOKENS -----*/
/* -------------------*/

.uppercase {
	text-transform: uppercase;
}

/*----------------------------------------- */
/*-------- SWIPER PAGINATION STYLE -------- */
/*----------------------------------------- */

.slick-wrapper {
	z-index: 0;
}

.slick-list {
    margin-left: -24px;
}

.slick-slide {
    margin-left: 24px;
}

.slick-slide > div,
.slick-slide > div > div {
	height: 100%;
}

.slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	font-size: 0;
  	line-height: 0;
	border: none;
  	background: none;
	cursor: pointer;
}

.slick-arrow.slick-disabled {
	display: none !important;
}

.slick-arrow::before {
	display: block;
	content: url("/wp-content/themes/scintillab/assets/chevr-right-white.svg");
	width: 12px;
}

.slick-prev {
	left: 18px;
}

.slick-prev::before {
	transform: scale(-1);
}

.slick-next {
	right: 18px;
}

.slick-dots {
	display: flex;
	justify-content: center;
	align-items: center;
  	list-style: none;
	margin: 8px 0 0 0;
	padding: 0;
}

.slick-dots > li {
	display: flex;
}

.slick-dots > li > button {
	font-size: 0;
  	line-height: 0;
	border: none;
  	background: none;
	width: 26px;
	height: 26px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.slick-dots > li:not(.slick-active) > button::before {
	content: "";
	display: block;
	background-color: var(--gray-color);
	border-radius: 100%;
	width: 12px;
	height: 12px;
	cursor: pointer;
}

.slick-dots > li.slick-active > button::before {
	content: url("/wp-content/themes/scintillab/assets/scintillab-symbol-gray.svg");
}


h1 {
	font-weight: bold;
	font-size: 40px;
	line-height: var(--xl);
	margin-top: 0;
	margin-bottom: var(--lg);
}

h2 {
	font-weight: bold;
	font-size: var(--lg);
	line-height: 36px;
}

h3 {
	font-weight: bold;
	font-size: var(--md);
	line-height: var(--lg);
	margin-bottom: var(--md);
}

h4 {
	font-weight: bold;
	font-size: 20px;
	line-height: var(--md);
}

h5 {
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	margin-top: 0;
	margin-bottom: var(--lg);
}

.body, p {
	font-weight: normal;
	font-size: 18px;
	line-height: var(--md);
}

.button-text {
	font-weight: normal;
	font-size: var(--sm);
	line-height: 18px;
}

.display-large {
	font-weight: 700;
	font-size: 40px;
	line-height: 50px;
}

.display-bold {
	font-weight: 700;
	font-size: var(--lg);
	line-height: 36px;
}

.headline-1 {
	font-weight: 500;
	font-size: var(--md);
	line-height: var(--lg);
}

.label {
	font-weight: 700;
	font-size: 11px;
	line-height: var(--sm);
}

.mobile-flex {
	display: flex !important;
}

.mobile-block {
	display: block !important;
}

.desktop-only {
	display: none !important;
}

.button-tertiary {
	border: solid 2px var(--black-color) !important;
}

/* .button-outline {
	border: 2px solid var(--white-color);
} */

.page-margin {
	margin: 0 12px;
}

.grid-horizontal-2 {
	grid-template-columns: unset;
	grid-template-rows: 1fr 1fr;
	width: 100%;
}

.sl-hashtag-chip {
	padding: var(--sm) var(--md);
}

.sl-hashtag-chip span {
	line-height: 13px;
}

.sl-hashtag-chip img {
	width: var(--sm);
}

.border-radius {
	border-radius: var(--sm);
}



@media (min-width: 1024px) {
	h1 {
		font-size: 88px;
		line-height: 100px;
		margin-top: 0;
		margin-bottom: var(--xl);
	}

	h2 {
		font-size: 32px;
		line-height: 38px;
		margin-bottom: var(--xl);
	}

	h3 {
		font-size: 32px;
		line-height: 38px;
	}

	h4 {
		font-size: 32px;
		line-height: 38px;
	}

	h5 {
		font-size: 32px;
		line-height: 38px;
		margin-bottom: 72px;
	}

	.display-large {
		font-weight: 700;
		font-size: 88px;
		line-height: 80px;
	}

	.display-bold {
		font-weight: 700;
		font-size: 68px;
		line-height: 72px;
	}

	.headline-1 {
		font-weight: 500;
		font-size: var(--xl);
		line-height: 52px;
	}

	.body, p {
		font-weight: normal;
		font-size: 26px;
		line-height: 30px;
		margin-bottom: var(--md);
	}

	.button-text {
		font-weight: bold;
		font-size: var(--md);
		line-height: 30px;
	}

	.label {
		font-weight: bold;
		font-size: 20px;
		line-height: 22px;
	}
}


/* MISC */

body {
	font-family: "ESPeakRounded";
	margin: 0 !important;
}

body.lock {
	overflow: hidden;
}

.e-con-inner {
	padding-top: 0 !important;
	gap: 0 !important;
}

.container {
	margin-bottom: var(--lg);
}

.purple-container {
	background-color: var(--dark-purple-color);
	color: var(--white-color);
	border-radius: var(--sm);
	padding-top: var(--lg);
	padding-bottom: var(--lg);
	margin-right: calc(var(--bs-gutter-x) * .5);
	margin-left: calc(var(--bs-gutter-x) * .5);
	width: auto;
}

.purple-container h1,
.purple-container h5 {
	color: var(--white-color);
}

.purple-container > .container {
	margin-bottom: 0;
}

@media screen and (min-width: 576px) {
	.purple-container {
		max-width: 516px;
		margin: auto;
	}
}

@media screen and (min-width: 768px) {
	.purple-container {
		max-width: 696px;
	}
}

@media screen and (min-width: 992px) {
	.purple-container {
		max-width: 936px;
	}
}

@media screen and (min-width: 1024px) {
	.container {
		margin-bottom: 144px;
	}

	.purple-container {
		border-radius: var(--xl) var(--xl) 0 0;
		margin-bottom: calc(-2 * var(--xl));
		padding-bottom: calc(4 * var(--xl));
		max-width: none;
	}

	.latch {
		position: relative;
	}

	.latched {
		position: fixed !important;
		top: 0;
		left: 0;
		right: 0;
		width: auto;
		/* height: calc(100vh - 200px) !important;
		overflow: hidden; */
	}
}

/* FORMS */

form.elementor-form div[class^='elementor-field-type'] {
	margin-bottom: 0 !important;
}

form.elementor-form .elementor-mark-required .elementor-field-label::after {
	color: var(--black-color);
	padding-left: 0 !important;
}

form.elementor-form label {
	font-size: var(--sm);
	line-height: 20px;
	font-weight: bold;
	color: var(--black-color);
	margin-bottom: var(--sm);
}

form.elementor-form input {
	border: none !important;
	border-radius: var(--xs) !important;
	background-color: var(--gray-color) !important;
	padding: var(--xs) var(--sm);
	font-size: 16px;
	line-height: 20px;
	margin-bottom: var(--sm);
}

form.elementor-form button {
	font-family: "ESPeakRounded";
	background-color: var(--black-color);
	color: var(--white-color);
	border-radius: var(--xs);
	font-size: var(--sm);
	line-height: 20px;
	font-weight: bold;
	padding: var(--xs) var(--md)!important;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: var(--lg) !important;
}

form.elementor-form button span {
	white-space: nowrap !important;
}

form.elementor-form button::after {
	content: url("/wp-content/themes/scintillab/assets/arrow-right-white.svg");
	margin-left: 20px;
	margin-top: 4px;
}

form.elementor-form div.elementor-field-type-html {
	color: var(--black-color);
	font-weight: bold;
}

form.elementor-form div.elementor-field-type-acceptance {
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-items: center;
	margin-top: var(--lg) !important;
}

form.elementor-form .elementor-field-type-acceptance div {
	flex-basis: auto !important;
	height: var(--md);
	gap: var(--sm);
}

form.elementor-form .elementor-field-type-acceptance label {
	margin-bottom: 0;
	margin-left: var(--sm);
}

form.elementor-form .elementor-field-type-acceptance div span {
	display: flex;
	align-items: center;
}

form.elementor-form .elementor-field-type-acceptance div input {
	min-width: var(--md);
	min-height: var(--md);
	border-radius: var(--xs) !important;
	margin-bottom: 0 !important;
}

@media screen and (min-width: 1024px) {
	form.elementor-form {
		padding: var(--xl);
	}

	form.elementor-form label {
		font-size: var(--md);
	}

	form.elementor-form input {
		border-radius: var(--sm) !important;
		font-size: 24px;
		line-height: 30px;
		padding: var(--sm);
		margin-bottom: var(--lg) !important;
	}

	form.elementor-form button {
		flex-basis: 0 !important;
		margin: auto;
		position: relative;
		padding: 20px var(--md) !important;
	}

	form.elementor-form button::before {
		content: url("/wp-content/themes/scintillab/assets/scintillab-symbol.svg");
		height: 26px;
		display: block;
		opacity: 0;
		position: absolute;
		left: var(--sm);
		top: 50%;
		transform: translateY(-50%);
		transition: 250ms opacity;
	}

	form.elementor-form button:hover {
		padding-left: 60px !important;
	}

	form.elementor-form button:hover::before {
		opacity: 1;
	}

	form.elementor-form button {
		font-size: var(--md);
	}

	form.elementor-form .elementor-field-type-acceptance {
		margin-left: calc(-1 * var(--xl)) !important;
		margin-right: calc(-1 * var(--xl)) !important;
		width: calc(100% + 2 * var(--xl));
	}
}


/* HEADER */

header#masthead {
	background-color: var(--red-color);
	border-radius: 0 0 24px 24px;
	position: fixed;
	top: 0;
	width: 100%;
	height: 56px;
	z-index: 1;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: var(--sm);
	padding-right: var(--sm);
}

header#masthead #nav-menu {
	justify-content: flex-end;
}

body.admin-bar header#masthead {
	position: sticky;
	top: 0;
}

/* body.home header#masthead {
	background-color: transparent;
} */

.main-navigation {
	width: auto;
	height: 28px;
	display: flex;
  	align-items: center;
}

@media screen and (min-width: 601px) {
	body.admin-bar header#masthead {
		position: fixed;
		top: 46px;
	}
}

@media screen and (min-width: 783px) {
	body.admin-bar header#masthead {
		top: 32px;
	}
}


.site-branding,
.custom-logo-link {
	display: flex;
  	align-items: center;
	height: 28px;
}

#logo {
	height: 20px;
}

button.menu-toggle {
	background-color: transparent;
	border: none;
	padding: 0;
	width: 15px;
}

#site-navigation #menu-close {
	display: none;
	z-index: 3;
}

#site-navigation.toggled #menu-toggle {
	display: none;
}

#site-navigation.toggled #menu-close {
	display: block;
}

#site-navigation ul {
	align-items: center;
	gap: 40px;
	font-size: 32px;
	font-weight: bold;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding-top: 100px;
	background-color: var(--red-color);
	z-index: 2;
	opacity: 0;
	transition: opacity 500ms;
	display: flex;
	visibility: hidden;
}

/* body.home #site-navigation ul {
	background-color: transparent;
} */

#site-navigation.toggled ul {
	opacity: 1;
	visibility: visible;
}

.main-navigation ul li {
	display: flex;
	align-items: center;
}

.main-navigation ul li img {
	display: none;
	width: 18px;
	height: 18px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.main-navigation ul li a {
	color: white;
}

.no-margin {
	margin: unset;
}

.capitalize::first-letter {
	text-transform: uppercase;
}

@media screen and (min-width: 1024px) {
	header#masthead {
		height: 100px;
		border-radius: 0 0 48px 48px;
		padding-left: var(--xl);
		padding-right: var(--xl);
	}

	.menu-toggle {
		display: none;
	}

	.site-branding,
	#site-navigation {
		height: 100%;
	}

	#logo {
		height: 38px;
	}

	#site-navigation ul {
		position: static;
		visibility: visible;
		flex-direction: row;
		padding-top: 0;
		opacity: 1;
		font-size: 24px;
	}

	.main-navigation ul li {
		padding-left: 24px;
	}

	#site-navigation ul li:first-child {
		display: none;
	}

	.main-navigation ul li.current_page_item img,
	body.single-esperimento .main-navigation ul li.slug-risorse-formative img {
		display: block;
	}

	body.home header#masthead {
		background-color: transparent;
		transition: 250ms background;
	}

	body.home #site-navigation ul {
		background-color: transparent;
	}

	body.home.red-header header#masthead {
		background-color: var(--red-color);
	}
}



/* FOOTER */

#colophon {
	position: relative;
}

#colophon-border {
	background-image: url('assets/footer.svg');
	background-repeat: repeat-x;
	--repetitions: 6;
	background-size: round(up, calc(100% / var(--repetitions)), 1px);
	/* background-size: calc(100% / var(--repetitions)); */
	height: calc(100vw / var(--repetitions) - 2px);
}

@media screen and (min-width: 576px) {
	#colophon-border {
		--repetitions: 8;
	}
}

@media screen and (min-width: 768px) {
	#colophon-border {
		--repetitions: 10;
	}
}

@media screen and (min-width: 992px) {
	#colophon-border {
		--repetitions: 12;
	}
}

@media screen and (min-width: 1200px) {
	#colophon-border {
		--repetitions: 14;
	}
}

@media screen and (min-width: 1400px) {
	#colophon-border {
		--repetitions: 16;
	}
}

@media screen and (min-width: 1800px) {
	#colophon-border {
		--repetitions: 18;
	}
}

body:not(.home) #footer-home {
	display: none !important;
}

#footer-home {
	background-color: var(--red-color);
	text-align: center;
	padding-top: 100px;
}

#footer-home > h1 {
	color: var(--white-color);
	padding-top: 88px;
	margin-bottom: 100px;
}

#footer-home > .container {
	margin-bottom: 0;
	padding-bottom: 27px;
}

#credits {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.credits-entry {
	width: 25%;
	align-self: stretch;
	display: flex;
	flex-direction: column;
	text-align: center;
}

.credits-entry > h5 {
	font-size: 24px;
	line-height: 30px;
	color: var(--white-color);
}

.credits-entry-logo {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.credits-entry-logo > div {
	width: 175px;
  	height: 175px;
	background-color: rgba(255, 255, 255, 1);
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.credits-entry-logo > div >img {
	max-width: 80%;
  	max-height: 80%;
}

#site-info {
	background-color: var(--red-color);
	padding: 18px 11px 23px 11px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#site-info.toggled {
	background-color: transparent;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
    animation: fadeIn 500ms;
}

#site-info img {
	height: 20px;
}

@keyframes fadeIn {
  	from {
		opacity: 0;
	}

  	to {
		opacity: 1;
	}
}

#footer-menu {
	margin: 16px 0 0 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
	gap: 43px;
	flex-wrap: wrap;
	list-style: none;
}

#footer-menu > li > a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	white-space: nowrap;
}

#site-copyright {
	background-color: var(--red-color);
	color: var(--white-color);
	font-size: 11px;
	font-weight: bold;
	padding: 0 11px 23px 11px;
	text-align: center;	
}

#site-copyright > br {
	display: none;
}

@media screen and (min-width: 1024px) {
	#site-info {
		padding: 84px 48px 48px 48px;
		flex-direction: row;
		justify-content: space-between;
		position: static !important;
		background-color: var(--red-color) !important;
		animation: none;
	}

	#site-info img {
		height: 41px;
	}

	#footer-menu {
		gap: 72px;
	}

	#footer-menu > li > a {
		color: #FFFFFF;
		text-decoration: none;
		font-size: 20px;
	}

	#site-copyright {
		font-size: 20px;
		padding: 0 48px 48px 48px;
		text-align: right;	
	}
}



#primary {
	margin-top: 56px;
	padding-top: var(--lg);
}

body.admin-bar #primary {
	margin-top: 0;
}

@media screen and (min-width: 601px) {
	body.admin-bar #primary {
		margin-top: 56px;
	}
}

@media screen and (min-width: 1024px) {
	body:not(.admin-bar) #primary,
	body.admin-bar #primary {
		margin-top: 100px;
		padding-top: 82px;
	}
}



/* Risorse formative */

#esperimenti-introduction {
	text-align: center;
}

#esperimenti-wrapper {
	margin-bottom: var(--xl);
}

#esperimenti {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: space-around;
	width: 100%;
	max-width: 480px;
	margin: auto;
}

.esperimento-link-container {
	margin-bottom: var(--md);
}

.esperimento-link-container {
	width: calc((100% - 8px) / 2);
	margin: auto;
}

.esperimento-link,
.esperimento-link:visited,
.esperimento-link:hover {
	text-decoration: none;
	color: #000000;
	position: relative;
	display: block;
}

.esperimento-link > img {
	position: absolute;
	background-color: white;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	opacity: 0;
	transition: opacity 250ms;
}

.esperimento-link:hover > img {
	opacity: 1;
}

.esperimento {
	aspect-ratio: 1;
	border: 6px solid var(--esperimento-color);
	border-radius: var(--lg);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	opacity: 1;
	transition: opacity 250ms;
}

.esperimento-link:hover > .esperimento {
	opacity: 0;
}

.esperimento > p {
	margin-bottom: var(--sm);
}

.esperimento > h4 {
	margin-bottom: 0;
	font-weight: 700;
	text-transform: uppercase;
}

@media (min-width: 992px) {
	#esperimenti {
		gap: var(--md);
		max-width: 768px;
	}

	.esperimento-link-container {
		width: 240px;
		/* width: calc((100% - 8px) / 2); */
	}
}

/* @media (min-width: 1024px) {
	#esperimenti {
		gap: var(--md);
		width: 768px;
	}

	.esperimento-link-container {
		width: 240px;
	}
} */


/* CONTATTI */

#form-contatti {
	margin-bottom: var(--xl);
}

#form-contatti h3 {
	color: var(--red-color);
	margin-bottom: var(--lg);
}

@media (min-width: 1024px) {
	#form-contatti h3 {
		margin-bottom: 0;
	}
}

.elementor-field-type-recaptcha > div {
	margin: var(--sm) auto 0 auto;
}

#form-pre-adesione .e-con-inner > .elementor-element:first-child {
	background-color: var(--dark-purple-color);
	color: var(--white-color);
	border-radius: var(--sm);
	padding: var(--lg) var(--md);
	gap: 0;
}

#form-pre-adesione h3 {
	color: var(--white-color);
	margin-bottom: var(--lg);
}

#form-pre-adesione h4 {
	color: var(--white-color);
}

@media (min-width: 1024px) {
	#form-pre-adesione {
		background-color: var(--dark-purple-color);
		color: var(--white-color);
		border-radius: var(--xl);
		margin-left: 0;
		margin-right: 0;
		max-width: none;
		margin-bottom: calc(-2 * var(--xl));
		padding-bottom: calc(4 * var(--xl));
		padding-top: 144px;
	}

	#form-pre-adesione .e-con-inner > .elementor-element {
		padding: var(--lg) var(--md);
	}

	#form-pre-adesione .e-con-inner > .elementor-element:first-child {
		background-color: transparent;
		border-radius: 0;
	}

	#form-pre-adesione label,
	#form-pre-adesione label::after,
	#form-pre-adesione span {
		color: var(--white-color);
	}
}

@media (min-width: 992px) {
	#form-pre-adesione .e-con-inner {
		max-width: 984px;
	}
}

@media (min-width: 1200px) {
	#form-pre-adesione .e-con-inner {
		max-width: 1164px;
	}
}

@media (min-width: 1400px) {
	#form-pre-adesione .e-con-inner {
		max-width: 1344px;
	}
}

#password-form {
	max-width: 640px;
}

#password-risorse-formative {
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	justify-content: space-around;
	gap: var(--lg);
}

#password-risorse-formative > div {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	flex-grow: 1;
}

#password-risorse-formative input {
	height: 52px;
	margin-bottom: 0;
}

#password-risorse-formative button {
	margin: 0;
}

#wrong-password {
	margin-top: var(--md);
	color: var(--red-color);
	font-weight: bold;
}

@media (min-width: 1024px) {
	#password-risorse-formative input {
		height: 73px;
		margin-bottom: 0 !important;
	}
}


.page-template-single-simple .container h2,
.page-template-single-simple .container p {
	margin-bottom: var(--xl);
}






#form-pre-adesione {
	display: none;
}