/*!
Theme Name: Twist Madrid
Theme URI: http://www.thetwistlab.com
Author: Emanuele Widenhorn (Twist Lab)
Author URI: http://www.thetwistlab.com
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: twist-madrid
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.

twist-madrid 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%;
	overflow-x: hidden;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	font-family: Montserrat;
}

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

/**
 * 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;
	vertical-align: middle;
}

/**
 * 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-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: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,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	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;
	border: none;
}

input[type="email"]:focus-visible {
	outline: 0px solid black;
}

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.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

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

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

.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 {
	--primary-red: #a01a1a;
	--secondary-orange: #f28e1b;
	--dark-red: #8e1f1f;
	--light-orange: #ffbb55;
}

body {
	overflow-x: hidden;
	position: relative;
	background: #fffbf3;
}

body.home {
	background: #fff;
}

/*** COLOR BACK ****/
.light__orange {
	background: #f28e1b !important;
}

.light__yellow {
	background: #e5bd56 !important;
}

.dark__primary {
	background: #7f3234 !important;
}

.accent__primary {
	background: #a01a1a !important;
}

.dark__orange {
	background: #d36b2c !important;
}

/***** UTILITIES****/
.mt__30 {
	margin-top: 30px;
}

/* Header */
header {
	border-radius: 0 0 60px 60px;
}

.header {
	position: relative;
	border-radius: 0 0 70px 70px;
	position: absolute;
	top: 0;
	z-index: 1;
	width: 95%;
	left: 2.5%;
}

.header__mask {
	mix-blend-mode: darken;
}

#site__header__container {
	width: 90%;
	margin: 0 auto;
}

.site__header__container video {
	width: 100%;
	height: 100%;
	border-radius: 49px;
	display: block;
	object-fit: cover;
	background-color: rgba(0, 0, 0, 0);
	object-position: 50% 50%;
}

#logo__top {
	position: absolute;
	top: 100px;
	left: 0;
	border-radius: 0 0 30px 0;
	z-index: 1;
	width: 22vw;

}

.header-img-container {
	position: relative;
	overflow: hidden;
	border-radius: 50px;
	margin-top: 0;
}

.header-img {
	width: 100%;
	height: 300px;
	object-fit: cover;
}

.logo__mark {
	width: 35px;
	display: block;
	margin-bottom: 40px;
	margin-left: 5%;
}

.logo__text {
	max-width: 50%;
	display: block;
	margin-left: 20px;
}

.logo__text__mobile {
	width: 98px;
}

.logo {
	width: 100%;
}

.play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: white;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.play-icon {
	color: var(--primary-red);
	font-size: 24px;
	margin-left: 5px;
}

.video-mask-wrapper {
	width: 100%;
	position: relative;
	padding: 100px 0;
	/* top, left, right padding */
	box-sizing: border-box;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.mask-desktop {
	display: block;
	width: 100%;
	aspect-ratio: 3028.8 / 1701.9;
}

.mask-mobile {
	display: none;
	width: 100%;
	height: auto;
}

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

	.mask-mobile {
		display: block;
	}

	.video-mask-wrapper {
		padding: 5vw 2vw 0;
		/* mantiene padding coerente anche su mobile */
	}
}

.video-wrapper {
	width: 100%;
	height: 100%;
	position: relative;
	clip-path: url(#mask-mobile);
}

video.video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.embed-container video {
	width: 100%;
	border-radius: 50px;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.header-logos {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 2rem;
	background: #ab2822;
	border-radius: 30px 30px 0 0;
}

.header-logos img {
	height: 50px;
}

.webgl {
	height: 1300px;
	width: 100%;
}

.page-template-page-archive .webgl,
.single .webgl {
	height: 900px;
	width: 100%;
}

@media screen and (max-width:1024px) {
	.webgl {
		height: 1040px;
		width: 100%;
	}
}

@media screen and (max-width:1023px) {
	.webgl {
		height: 800px;
		width: 100%;
	}
}

@media screen and (max-width:767px) {
	.header-img-container {
		width: 90%;
		margin: 0 auto;
	}

	.embed-container {
		height: auto;
		width: 95%;
		margin: 0 auto;
		position: relative;
	}

	.embed-container video {
		width: 100%;
		border-radius: 50px;
		height: 400px;
		object-fit: cover;
	}

	.header-logos {
		width: 100%;
		border-radius: 30px 30px 0 0;
		padding: 1rem;
		position: relative;
		margin-top: -20px;
	}

	.header-logos img {
		height: 45px;
	}

	.header-logos img:first-child {
		margin-right: 10px;
	}

	.webgl {
		height: 400px;
		width: 100%;
	}
}

/*********** MENU ****/
.burger-menu {
	position: absolute;
	top: 123px;
	right: 50px;
	width: 30px;
	height: 24px;
	cursor: pointer;
	z-index: 1001;
}

.home .burger-menu {
	position: absolute;
	width: 30px;
	height: 24px;
	cursor: pointer;
	z-index: 1001;
	top: 50px;
	right: 50px;
}

.burger-line {
	position: absolute;
	width: 100%;
	height: 3px;
	background: white;
	border-radius: 2px;
	transition: all 0.3s ease;
}

.burger-line:nth-child(1) {
	top: 0;
}

.burger-line:nth-child(2) {
	top: 50%;
	transform: translateY(-50%);
}

.burger-line:nth-child(3) {
	bottom: 0;
}

/* Animazione da burger a X */
.burger-menu.active .burger-line:nth-child(1) {
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
}

.burger-menu.active .burger-line:nth-child(2) {
	opacity: 0;
	transform: translateY(-50%) scale(0);
}

.burger-menu.active .burger-line:nth-child(3) {
	bottom: 50%;
	transform: translateY(50%) rotate(-45deg);
}

/* Menu laterale */
#menu-menu-principale {
	padding: 0;
}

#menu-menu-principale li {
	list-style-type: none;
}

.menu-overlay {
	position: fixed;
	top: 0;
	left: -100%;
	width: 30%;
	height: 100vh;
	background: var(--primary-red);
	backdrop-filter: blur(10px);
	z-index: 999;
	transition: left 0.4s ease;
}

.menu-overlay.active {
	left: 0;
}

.menu-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.menu-item a {
	display: block;
	color: white;
	font-size: 1.5rem;
	font-weight: 600;
	text-decoration: none;
	margin: 30px 0;
	opacity: 0;
	transform: translateY(30px);
	transition: all 0.3s ease;
}

.menu-overlay.active .menu-item a {
	opacity: 1;
	transform: translateY(0);
}

.menu-overlay.active .menu-item a:nth-child(1) {
	transition-delay: 0.1s;
}

.menu-overlay.active .menu-item a:nth-child(2) {
	transition-delay: 0.2s;
}

.menu-overlay.active .menu-item a:nth-child(3) {
	transition-delay: 0.3s;
}

.menu-overlay.active .menu-item a:nth-child(4) {
	transition-delay: 0.4s;
}

.menu-item a:hover {
	color: #f28e1b;
	transform: scale(1.1);
}

@media screen and (max-width:767px) {
	.menu-overlay {
		width: 60%;
	}

	.burger-menu {
		position: absolute;
		width: 30px;
		height: 24px;
		cursor: pointer;
		z-index: 1001;
		top: 25px;
		right: 25px;
	}

	.home .burger-menu {
		top: 25px;
		right: 25px;
	}
}

/**** PARNTER LOGOS *****/
#logos__partner {
	position: absolute;
	right: 50px;
	top: 100px;
}

.home #logos__partner {
	position: absolute;
	left: 50%;
	bottom: 25px;
	top: unset;
	text-align: right;
	width: 91.5%;
	padding: 33px 10% 46px 10%;
	background: var(--primary-red);
	transform: translateX(-50%);
	border-radius: 30px 30px 0 0;
}

@media screen and (max-width:767px) {
	#logos__partner {
		position: static;
		width: 65%;
	}

	#logos__partner img {
		height: 27px;
	}

	.home #logos__partner img {
		height: 42px;
	}
}

/* Welcome Section */
#welcome-section-container {
	position: relative;
	z-index: 1;
	margin-top: -350px;
}

.welcome-section {
	background-color: var(--secondary-orange);
	border-radius: 70px;
	padding: 90px 135px 90px 150px;

}

.sun-decoration.welcome-decoration img {
	min-width: 365px;
}

.logo__icon {
	width: 40px;
}

.welcome-title {
	color: var(--primary-red);
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 40px;
	line-height: 100%;
}

.welcome-name {
	color: var(--primary-red);
	font-size: 65px;
	font-weight: 800;
	margin-bottom: 30px;
	line-height: 100%;
}

.welcome-position {
	color: var(--primary-red);
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 50px;
	line-height: 110%;
}

.read-more-btn {
	background-color: var(--primary-red);
	color: #fff;
	padding: 15px 30px;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 700;
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	transition: all .3s ease-in-out;
}

.read-more-btn:hover {
	background: #7F3234;
}

@media screen and (max-width:767px) {
	#primary-menu {
		display: none;
	}

	.home .header {
		padding: 20px 0px 100px 0px;
		border-radius: 30px;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		display: block;

	}

	.header {
		padding: 20px 0px 100px 0px;
		border-radius: 30px;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		display: flex;

	}

	#logo__top__mobile {
		margin-left: 5%;
		margin-right: 10px;
	}

	#logo__top {
		width: 220px;
		padding: 1rem;
		position: static;
	}

	.welcome-section {
		padding: 40px 30px 80px 30px;
		margin-top: -316px;
		border-radius: 30px;
	}

	#welcome-section-container {
		margin-top: -247px;
	}

	.welcome-title {
		color: var(--primary-red);
		font-size: 16px;
		margin-bottom: 40px;
		line-height: 100%;
	}

	.welcome-name {
		font-size: 25px;
		margin-bottom: 30px;
		line-height: 100%;
		padding-left: 25px;
	}

	.logo__icon {
		width: 20px;
	}

	.welcome-position {
		font-size: 15px;
		padding-left: 25px;
	}

	.read-more-btn {
		width: 100%;
		text-align: center;
	}
}

/* Spotify Section */
.spotify-section {
	background-image: url(img/back-bullet.jpg);
	background-size: cover;
	background-position: center bottom;
	color: white;
	padding: 100px 0;
	position: relative;
	z-index: 0;
	width: 80%;
	overflow: hidden;
	margin: -90px 0 100px 20%;
	z-index: 2;
	border-radius: 70px 0 0 70px;
}

.spotify-internal {
	padding: 0 50px 0 80px;

}

@media screen and (min-width:1600px) {
	.spotify-section {
		margin: -90px 0 0 17%;
		width: 90%;
		border-radius: 30px;
	}
}

@media screen and (max-width:767px) {
	.spotify-section {
		margin: -60px 0 0 17%;
		width: 90%;
		border-radius: 30px;
		padding: 50px 20px;
	}

	.spotify-waves {
		height: 50.5px;
		display: inline-block;
		margin-top: 15px;
	}

	.spotify-internal {
		padding: 0 50px 0 40px;

	}
}

.spotify-logo {
	width: 200px;
	margin-bottom: 30px;
}

.spotify-title {
	font-size: 52px;
	font-weight: 700;
	margin-bottom: 40px;
	color: #fff;
}

.spotify-btn {
	background-color: var(--secondary-orange);
	color: white;
	border: none;
	padding: 15px 40px;
	border-radius: 5px;
	font-weight: 700;
	margin-right: 23px;
	font-size: 16px;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
}

.spotify-btn:hover {
	background: #fff;
	color: #a01a1a;
}

.spotify-waves {
	height: 52.5px;
	display: inline-block;
}

@media screen and (max-width:767px) {
	.spotify-btn {
		width: 90%;
	}

	.playlist-btn {
		width: 90%;
	}

	.spotify-waves {
		background-color: var(--secondary-orange);
		border-radius: 5px;
		width: 90%;
	}

	.sun-decoration.welcome-decoration {
		text-align: center;
	}

	.sun-decoration.welcome-decoration img {
		max-width: 250px;
		min-width: 250px;
		display: none;
	}

	.spotify-title {
		font-size: 22px;
	}

	.playlist-title {
		font-size: 28px !important;
	}

	.spotify-logo {
		width: 95px;
	}
}

/* Gallery Section */
.gallery-section {
	position: relative;
}

.gallery-decoration-left {
	position: absolute;
	left: 0;
	top: 70px;
	width: 80px;
	height: 80px;
}

.gallery-title {
	font-size: 80px;
	font-weight: 700;
	margin-bottom: 20px;
	color: #272727
}

.gallery-description {
	color: #555;
	margin-bottom: 30px;
}

.gallery-nav {
	width: 80%;
	position: relative;
}

.grid__gallery img {
	border-radius: 16px;
	height: 290px;
	object-fit: cover;
	width: 100%;
	object-position: center center;
}

.flex-direction-nav {
	position: absolute;
	right: 0;
	top: 50%;
}

.metaslider .flexslider {
	border-radius: 0 70px 70px 0;
	overflow: hidden;
}

.gallery-nav .flex-direction-nav li a {
	width: 90px;
	height: 90px;
	background: #b4261e;
	background-image: none;
	border-radius: 50%;
	transform: translateY(-50%);
	border: 0;
	margin: -60px 0 0;
	box-shadow: none !important;
	display: block;
	background-repeat: no-repeat;
	position: absolute;
	right: 10px;
	z-index: 10;
	cursor: pointer;
	text-indent: -9999px;
	opacity: 1;
	-webkit-transition: all .3s ease;
	-moz-transition: opacity .25s ease-in-out;
	transition: all .3s ease;
}

.gallery-nav .flex-direction-nav li a:hover {
	background: #f08f1f;
}

.gallery-nav .flex-direction-nav li a.flex-next:after {
	background-image: url(img/arrow-dx.svg);
	background-size: 40%;
	background-repeat: no-repeat;
	background-position: center center;
}

.gallery-nav .flex-direction-nav li a:after {
	mask-repeat: no-repeat;
	mask-size: 20px auto;
	content: '';
	display: table;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	mask-position: center;
}

.gallery-nav-btn {
	background-color: var(--primary-red);
	color: white;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	border: none;
}

.flex-nav-prev {
	position: absolute;
	top: 0;
}

.flex-nav-next {
	position: absolute;
	top: 120px;
	left: 60px;
}

.gallery-nav .flex-direction-nav li a.flex-prev:after {
	background-image: url(img/arrow-sx.svg);
	background-size: 40%;
	background-repeat: no-repeat;
	background-position: center center;
}

.gallery-nav .flex-direction-nav li a:after {
	mask-repeat: no-repeat;
	mask-size: 20px auto;
	content: '';
	display: table;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	mask-position: center;
}

.flex-direction-nav a.flex-next:before {
	content: '' !important;
}

.gallery-img-container {
	position: relative;
	z-index: 1;
}

.gallery-decoration-right {
	position: absolute;
	right: 0;
	bottom: -20px;
	width: 100px;
	height: 100px;
}

.element-orange {
	position: absolute;
	z-index: 200;
	left: -185px;
	top: -180px;
	max-width: 365px;
}

@media screen and (max-width:767px) {
	.gallery-section {
		padding: 0 0 60px 0;
	}

	.page-id-683 .gallery-section {
		padding: 0;
	}

	.gallery-section.mt__30 {
		margin-top: 0;
	}

	.gallery-nav {
		width: 90%
	}

	.metaslider .flexslider {
		border-radius: 0 20px 20px 0;
	}

	.gallery-nav .flex-direction-nav li a {
		width: 40px;
		height: 40px;
	}

	.element-orange {
		position: absolute;
		z-index: 200;
		left: -50px;
		top: -40px;
		max-width: 120px;
	}

	.gallery-title {
		font-size: 44px;
		margin-left: 10%;
		margin-top: 30px;
	}

	.flex-direction-nav {
		right: 10%;
	}

	.flex-nav-prev {
		position: absolute;
		top: 30px;
	}

	.flex-nav-next {
		position: absolute;
		top: 120px;
	}
}

/*** FLIP ****/
.flip-container {
	height: 447px;
	perspective: 1000px;
	cursor: pointer;
}

@media screen and (max-width: 1024px) {
	.flip-container {
		height: 300px;
	}
}

@media screen and (max-width: 768px) {
	.flip-container {
		height: 220px;
	}
}

.flipper {
	width: 100%;
	height: 100%;
	position: relative;
	transform-style: preserve-3d;
	transition: transform 0.8s;
	/* Animazione 3D */
}

.front,
.back {
	width: 100%;
	height: 100%;
	position: absolute;
	backface-visibility: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	flex-direction: column;
	border-radius: 30px;
	overflow: hidden;
}

.front img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

/* Sfondo e testo del retro */
.back {
	color: #1f2c24;
	transform: rotatey(180deg);
	/* Nascondi il retro ruotandolo */
	padding: 20px;
	box-sizing: border-box;
}

.back h2 {
	font-weight: 700;
}

/* La classe che attiva la rotazione */
.flipper.flipped {
	transform: rotatey(180deg);
	/* Ruota di 180° sull'asse X (verticale) */
}

/**** INSTRAGRAM SECTION****/
.instragram-section {
	background-color: var(--secondary-orange);
	border-radius: 60px;
	padding: 115px 80px 155px 80px;
}

.instragram-section .title {
	font-size: 50px;
	font-weight: 800;
	color: #b4261e;
	margin-bottom: 40px;
}

.instragram-section img {
	margin-right: 40px;
}

/* Embrace Section */
.embrace-section {
	background: url(img/back-bullet-orange.jpg) no-repeat bottom center;
	background-size: cover;
	padding: 60px 70px;
	border-radius: 70px 70px 0 0;
	margin: 20px 0 0 0;
	position: relative;
}

@media screen and (max-width:767px) {
	.instragram-section {
		padding: 75px 50px 115px 50px;
	}

	.instragram-section img {
		margin-right: 0px;
		width: 60px;
	}

	.instragram-section .title {
		font-size: 25px;
	}
}

.embrace-title {
	font-size: 80px;
	font-weight: 700;
	color: #bb3125;
}

.embrace-subtitle {
	font-size: 35px;
	font-weight: 500;
	color: #272727;
	margin-bottom: 15px;
}

.embrace-section .press__item p {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.embrace-btn {
	background-color: var(--primary-red);
	color: white;
	border: none;
	font-size: 20px;
	padding: 15px 40px;
	border-radius: 5px;
	font-weight: 700;
	text-decoration: none;
	transition: all .3s ease-in-out;
}

.embrace-btn:hover {
	background: #7F3234;
}

.element-red {
	position: absolute;
	left: -180px;
	top: -230px;
	max-width: 365px;
	z-index: -1
}

.embrace-section .press__item {
	background: #fff;
	padding: 24px;
	border-radius: 10px;
}

.embrace-section .press__item h3 {
	font-weight: 700;
	font-size: 1rem;
}

.embrace-section .press__item .subtitle {
	font-size: 14px;
}

.embrace-section .press__item .read__more a {
	color: #9b0404;
	font-weight: 500;
	text-decoration: none;
}

@media screen and (max-width:767px) {
	.embrace-section {
		padding: 40px 30px;
		border-radius: 30px 30px 0 0;
		margin: 0;
		position: relative;
		margin-top: 50px;
	}

	.embrace-title {
		font-size: 50px;
	}

	.element-red {
		position: absolute;
		right: -45px;
		top: -100px;
		max-width: 120px;
		z-index: -1
	}

	.embrace-subtitle {
		font-size: 25px;
		font-weight: 600;
		color: white;
		margin-bottom: 20px;
	}

	.embrace-btn {
		display: block;
		text-align: center !important;
		font-size: 13px;

	}
}

/** FEEL GALLERY **/
#feel__gallery {
	padding: 3rem 0;
}

/* Footer */
.site-footer {
	background-color: var(--primary-red);
	color: white;
	padding: 50px 0 0 0;
	width: 100%;
}

.footer-logo {
	width: 120px;
	margin-bottom: 20px;
}

.footer-title {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

.footer-text {
	font-size: 12px;
	margin-bottom: 15px;
}

.footer-link {
	color: white;
	text-decoration: none;
	font-size: 12px;
}

.footer-form {
	display: flex;
	margin-bottom: 20px;
}

.footer-input {
	border: 1px solid white;
	background-color: transparent;
	color: white;
	padding: 8px 15px;
	border-radius: 5px 0 0 5px;
	flex-grow: 1;
}

.footer-submit {
	background-color: var(--secondary-orange);
	color: white;
	border: none;
	padding: 8px 15px;
	border-radius: 0 5px 5px 0;
}

.footer-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.footer-policy {
	color: white;
	text-decoration: none;
	font-size: 12px;
	margin-right: 15px;
}

.social-icons {
	display: flex;
	gap: 10px;
}

.social-icon {
	width: 30px;
	height: 30px;
	background-color: white;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.social-icon-img {
	width: 15px;
	height: 15px;
}

#social__icons img {
	width: 26px;
	border-radius: 100%;
	background: #fff;
}

#block-27 input[type="email"] {
	width: 100%;
	padding: 10px 20px 9px 20px;
	border-radius: 4px 0 0 4px;
	font-size: 10px;
	background: #fff;
	height: 35px;
}

#sub__footer {
	background: #770000;
	padding-top: .8rem;
	padding-bottom: .8rem;
}

.menu-footer-container ul {
	margin: 0;
	padding: 0;
}

.menu-footer-container ul li {
	display: inline-block;
	list-style: none;
}

.menu-footer-container ul li.menu-item a {
	display: block;
	color: white;
	font-size: 13px;
	font-weight: 400;
	text-decoration: underline;
	margin: 0 10px 0 0;
	transform: translateY(0);
	opacity: 1;
}

#block-27 .wpcf7-form-control-wrap {
	width: 70%;
	display: inline-block;
	vertical-align: middle;
}

#block-27 #submit {
	width: 30%;
	display: inline-block;
	background: #f18815;
	color: #fff;
	font-size: 10px;
	padding: 12px 10px;
	border: none;
	height: 35px;
	border-radius: 0 4px 4px 0;
	vertical-align: middle;
}

#block-27 .wpcf7-form-control-wrap[data-name="acceptance-321"] {
	width: 100%;
	font-size: 10px;
}

/* Utility classes */
.z-1 {
	position: relative;
	z-index: 1;
}

.width__80 {
	width: 80%;
	margin: 0 auto;
}

#menu__top {
	position: absolute;
	right: 0;
}

@media screen and (max-width:767px) {
	.width__80 {
		width: 91.5%;
	}
}

/* Hamburger Menu */
.hamburger-menu {
	width: 30px;
	height: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	cursor: pointer;
}

.hamburger-line {
	width: 100%;
	height: 2px;
	background-color: white;
}

#primary-menu {
	margin: 0;
	padding: 0;
}

/***** MODALE *****/
.modal.show .modal-dialog .modal-content {
	background: #fffbf3 url(img/icon_modal.png) no-repeat -130% 10%;
	padding-top: 4rem;
	padding-bottom: 3rem;
	margin-top: 60px;
}

/**** ABOUT ***/
#about__footer {
	border-radius: 70px 70px 0 0;
	background: #f28e1b;
	width: 80%;
	position: relative;
	/* position: absolute;
	transform: translateX(-50%);
	left: 50%; */
	color: #1F2C24;
	margin: 0 auto;
	padding: 4rem 5rem;
}

.round__img img {
	object-fit: cover;
	height: 400px;
	border-radius: 40px;
}

@media screen and (max-width:767px) {
	#about__footer {
		padding: 3rem 2rem;
		width: 90%;
		border-radius: 30px 30px 0 0;
	}
}

/**** FORM ***/
.wpcf7-form-control-wrap input[type="text"],
.wpcf7-form-control-wrap input[type="email"] {
	width: 100%;
	border: 1px solid #b2b2b2;
	background: transparent;
	padding: 25px 25px 25px 23px;
	border-radius: 15px;
	font-size: 16px
}

.main-form.dsvy-form-style-2 .wpcf7-submit {
	background: #f18815;
	color: #fff;
	font-weight: 700;
	margin: 50px 0 0 0;
	padding: 21.1px 20px 19.9px 20px;
	border-radius: 15px;
	border: none
}

.wpcf7-acceptance .wpcf7-list-item {
	margin: 0;
}

@media screen and (max-width:767px) {
	.main-form.dsvy-form-style-2 .wpcf7-submit {
		margin-top: 0;
	}
}

/*** FEEL SCIENCE ***/
.page-id-683 .site-main {
	min-height: 900px;
}



.video__section {
	width: 90%;
	display: flex;
	border-radius: 0 70px 70px 0;
	background: #b5271f;
}

.video__section .title__section {
	margin-bottom: 30px;
	display: block;
}

.video__container {
	padding: 6rem 3rem 3rem 0;
	width: 80%;
	margin: 0 0 0 auto;
}

.video__container .title__section {
	color: #fff;
}

.video__container .title {
	font-size: 19px;
	font-weight: 700;
	margin-bottom: 10px;
	color: #f28e1b;
}

.video__container .subtitle {
	color: #fffbf3;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 20px;
}

#play__video__desk {
	position: absolute;
	left: 5%;
	bottom: 17%;
	cursor: pointer;
}

#play__video__mob {
	position: absolute;
	left: 3%;
	bottom: 38%;
	cursor: pointer;
}

.documents__section {
	padding: 6rem 0rem 0 0;
}

@media screen and (max-width:767px) {
	.documents__section {
		padding: 3rem 0rem 0 0;
	}
}

.documents__line {
	border-bottom: 1px solid #f0f0f0;
}

.documents__section .title__section {
	margin-bottom: 30px;
	display: block;
}

.documents__section .title {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
}

.documents__section .title a {
	color: #000;
	text-decoration: none;
}

.documents__section .document__icon {
	background: #b5271f10;
	border-radius: 50%;
	width: 62px;
	height: auto;
	display: block;
	padding: 10px;
}

.press__section {
	background: #f18815;
	padding: 6rem 7.5rem 4rem 7.5rem;
	width: 80%;
	margin: 0 auto;
	border-radius: 70px 70px 0 0;
}

.press__section .title__section {
	color: #fff;
	display: block;
	margin-bottom: 30px;
}

.press__section .title__section:before {
	content: url(img/icon-pretitle-red.svg);
	display: inline-block;
	margin-right: 20px;
	width: 42px;
	margin-left: -66px;
	vertical-align: middle;
}

.press__section .press__item {
	background: #fff;
	border-radius: 10px;
	padding: 1.5rem;
}

.press__section .press__item .title {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.25;
	color: #000;
}

.press__section .press__item .subtitle {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.70;
	color: #000;
}

.press__section .press__item p {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.press__section .read__more a {
	color: #9b0404;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
}

@media screen and (max-width:767px) {
	.page-id-683 .site-main {
		min-height: 270px;
	}


	.floatig__right .gallery-img-container .metaslider .flexslider {
		border-radius: 30px 0 0 30px;
	}

	.video__section {
		width: 100%;
		margin-top: -30px;
		border-radius: 0;
	}

	.video__container {
		width: 100%;
		border-radius: 0;
		padding: 3rem 2rem;
	}

	.documents__section .title {
		font-size: 13px;
	}

	.documents__section .subtitle {
		font-size: 12px;
	}

	.documents__section .document__icon {
		height: 53px;
	}

	.press__section {
		border-radius: 30px 30px 0 0;
		width: 90%;
		padding: 2rem 2rem;
	}

	.press__section .title__section:before {
		margin-left: 0px;
	}
}

/* ANOMATION **/
/* ----------------------------------------------
 * Generated by Animista on 2025-4-23 15:3:16
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation rotate-center
 * ----------------------------------------
 */
.rotate-center {
	-webkit-animation: rotate-center 10s ease-in-out both infinite;
	animation: rotate-center 10s ease-in-out both infinite;
}

@-webkit-keyframes rotate-center {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes rotate-center {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

#primary {
	width: 80%;
	margin: 0 auto;
	position: relative;
	/* top: 220px;
	left: 50%; 
	transform: translateX(-50%);*/
	margin-top: -1050px;
}

.page-template-page-archive #primary,
.single #primary {
	width: 80%;
	margin: 0 auto;
	position: relative;
	/* top: 220px;
	left: 50%; 
	transform: translateX(-50%);*/
	margin-top: -650px;
}

#page__title {
	width: 80%;
	margin: 0 auto;
	color: #fffbf3;
}

#page__title h1 {
	font-size: 60px;
	font-weight: 700;
}

.site-main {
	background: #fffbf3;
	border-radius: 70px 70px 0 0;
	padding: 6rem 7.5rem;
}

.title__section {
	color: #a72620;
	text-transform: uppercase;
	font-size: 28px;
	font-weight: 600;
}

.title__section:before {
	content: url(img/icon-pretitle.svg);
	display: inline-block;
	margin-right: 20px;
	margin-left: -66px;
	vertical-align: middle;
}

.title__paragraph {
	font-size: 35px;
	font-weight: 700;
	margin-bottom: 40px;
	line-height: 110%;
	color: #a72620;
}

.link__bio a {
	color: #a72620;
	font-size: 18px;
	font-weight: 700;
}

.link__bio a:after {
	content: url(img/arrow-right.svg);
	display: inline-block;
	margin-left: 10px;
	width: 20px;
	vertical-align: middle;
}

.border__round img {
	border-radius: 40px;
}

.title__red__30 {
	font-weight: 600;
	font-size: 28px;
	color: var(--primary-red);
}

.title__red__25 {
	font-weight: 600;
	font-size: 22px;
	color: var(--primary-red);
}

.title__orange__25 {
	font-weight: 600;
	font-size: 22px;
	color: #f18815;
}

@media screen and (max-width:767px) {
	#primary {
		width: 90%;
		margin: 0 auto;
		position: relative;
		/* top: 220px;
		left: 50%; 
		transform: translateX(-50%);*/
		margin-top: -720px;
	}

	.site-main {
		padding: 2rem 1.5rem;
		border-radius: 30px 30px 0 0;
	}

	#page__title {
		margin: 0 0 0 5%;
		color: #fffbf3;
	}

	#page__title h1 {
		font-size: 30px;
	}

	#masthead {
		height: 860px;
	}

	.title__section {
		font-size: 12px;
		margin: 0;
	}

	.title__paragraph {
		font-size: 22px;
		line-height: 27px;
		margin-bottom: 10px;
	}

	.title__section:before {
		margin-right: 10px;
		margin-left: 0px;
		transform: scale(0.7);
	}

	.title__paragraph strong {
		font-weight: 700;
	}

	.title__red__30 {
		font-weight: 700;
		font-size: 16px;
	}

	.title__red__25 {
		font-weight: 600;
		font-size: 22px;
		color: var(--primary-red);
	}

	.title__orange__25 {
		font-size: 12px;
	}

	.link__bio a {
		color: #a72620;
		font-size: 14px;
		font-weight: 700;
	}
}

/**** SINGLE ****/
.breadcrumbs ol {
	margin: 0;
	padding: 0;
}

.breadcrumbs ol li {
	display: inline-block;
	list-style: none;
	color: #68716b;
	font-size: 13px;
	margin: 0 4px;
}

.breadcrumbs ol li:first-child {
	margin: 0 0 4px 0;
}

.breadcrumbs ol li a {
	font-size: 13px;
	color: #68716b;
	display: block;
	text-decoration: none;
}

.breadcrumbs .current {
	font-size: 13px;
	color: #68716b;
	font-weight: 700;
}

#page__title__news {
	font-size: 50px;
	font-weight: 700;
	color: #a72620;
	margin: 10px 0;
}

.published {
	font-weight: 600;
}

.date {
	color: #a72620;
	font-weight: 700;
}

#featured__images {
	margin: 30px 0 60px 0;
}

#featured__images img {
	border-radius: 30px;
	height: 500px;
	object-fit: cover;
	width: 100%;
	object-position: center center;
}

/**** ARCHIVE****/
.archive__section .press__item {
	background: #fff;
	border-radius: 10px;
	padding: 1.5rem;
	border: 1px solid #eaeaea;
}

.archive__section .press__item .title {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.25;
	color: #000;
}

.archive__section .press__item .subtitle {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.70;
	color: #000;
}

.archive__section .press__item p {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.archive__section .read__more a {
	color: #9b0404;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
}

.img-post {
	width: 100% !important;
	height: auto !important;
}

.box-playlist {
	background-image: url('img/back-bullet.jpg');
	background-size: cover;
	background-position: bottom;
	background-color: #A01A1A;
	width: 100%;
	margin: 0 auto;
	border-radius: 20px;
	min-height: 200px;
	padding: 30px 40px;
	display: flex !important;
}

.playlist-title {
	font-size: 52px;
	font-weight: 700;
	color: #fff;
}

.p-playlist {
	font-size: 14px;
	font-weight: 700;
	color: #fff;
}

.playlist-btn {
	background-color: var(--secondary-orange);
	color: white;
	border: none;
	padding: 15px 40px;
	border-radius: 5px;
	font-weight: 700;
	font-size: 16px;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
}

.playlist-btn:hover {
	background: #fff;
	color: #a01a1a;
}