/*!
Theme Name: PlayNewMeta
Theme URI: http://underscores.me/
Author: MrclTech
Author URI: https://mrcltech.com/
Description: PlayNewMeta redesign starter theme
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: pnm
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.

PlayNewMeta 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: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

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

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

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;

	}
}

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


/*--------------------------------------------------------------
# Play New Meta styles
--------------------------------------------------------------*/
/* Common
--------------------------------------------- */

* {
	box-sizing: border-box;
	font-family: 'DM Sans', sans-serif !important;
	outline: none !important;
}

a,
a:hover,
a:visited,
a:focus,
a:active {
	color: inherit;
	text-decoration: none;
}




/* header
--------------------------------------------- */
header {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	right: 0;
	height: 88px;
	border-bottom: 1px solid rgba(254, 237, 236, 0.09);
	background: #141414;
	display: flex;
	align-items: center;
	font-size: 16px;
}

header .pnm-container {
	display: grid;
	grid-template-columns: 1fr 155px auto;
	gap: 6px;
	align-items: center;
	justify-content: space-between;
	max-width: 1728px;
	padding: 0 16px;
	width: 100%;
	margin: 0 auto;
}

header .site-branding {
	max-width: 42px;
	font-size: 0;
	line-height: 0;
}


header .pnm-btn-std {
	font-size: 16px;
	margin-top: 0;
	align-self: center;
	height: 48px;
	border: none;
}

header .pnm-btn-std:hover {
	color: #fff;
}

.menu-toggle {
	height: 48px;
	width: 48px;
	border-radius: 52px;
	border: none;
	background-color: #292929;
	transition: .3s ease;
	background-image: url(img/menu-icon.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 24px;
}

.toggled .menu-toggle {
	background-image: url(img/x-close.svg);
}

.toggled .menu-main-menu-container {
	position: fixed;
	top: 88px;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	border-bottom: 1px solid rgba(254, 237, 236, 0.09);
	background: #141414;

	padding: 60px 16px;
	text-align: center;

}

.toggled .nav-menu {
	display: flex !important;
	flex-direction: column;
	height: 100%;
	gap: min(60px, 16vw);
}

header .main-navigation {
	order: 3;
}

header .main-navigation a {
	color: #F5F5F5;
}

.custom-logo-link {
	font-size: 0;
	line-height: 0;
}

.main-navigation ul ul a {
	width: fit-content;
}

.menu-item-has-children>a {
	display: flex;
	align-items: center;
	justify-content: center;
}

.menu-item-has-children>a:after {
	content: '';
	display: block;
	height: 20px;
	width: 20px;
	min-width: 20px;
	background-image: url(../../uploads/2023/02/arrow-down.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	transform-origin: center;
	transition: .3s ease;
}

.menu-item-has-children:hover>a:after,
.menu-item-has-children.focus>a:after {
	transform: rotate(-180deg);
}

@media (min-width: 1100px) {
	header {
		position: static;
	}

	.main-navigation .nav-menu {
		align-items: center;
		justify-content: center;
		gap: 20px;

	}

	header .site-branding {
		max-width: 66px;
		order: 1;
	}

	header .pnm-container {
		grid-template-columns: 155px 1fr 155px;
	}

	header .main-navigation {
		order: 2;
	}

	header .pnm-btn-std {
		order: 3;
	}

	.main-navigation .sub-menu {
		flex-direction: column;

		background: #1d1d1d;
		border: 1px solid #424242;
		border-radius: 8px;
		padding: 8px 12px;
		white-space: nowrap;

	}

	.main-navigation ul ul a {
		width: fit-content;
	}

	.main-navigation a:hover {
		color: #F4BB59;
	}
}

@media (max-width: 1099px) {

	.main-navigation ul li:hover>ul,
	.main-navigation ul li.focus>ul {
		position: static;
		margin: 0 auto;
		background: #1d1d1d;
		border-radius: 24px;
		border: 1px solid #292929;
		padding: 24px;

		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		gap: 12px;
		float: none;
		width: auto;
	}
}

/* footer
--------------------------------------------- */
footer {
	border: 1px solid #424242;
	background: #161616 url(img/footer-bg.png) 0% 0% / 100px 100px repeat;
	background-blend-mode: overlay;
}

footer .pnm-container {
	max-width: 1728px;
	padding: 0 16px;
	width: 100%;
	margin: 0 auto;
}

footer .footer-top {
	display: grid;
	grid-template-columns: 136px 1fr 136px;
	gap: 32px;
	align-items: center;
	justify-content: space-between;
	padding: 80px 16px;
}

.footer-logo {
	max-width: 90px;
	font-size: 0;
	line-height: 0;
}

.footer-form {
	max-width: 544px;
	width: 100%;
	margin: 0 auto;
}

.nm-footer-form {
	display: grid;
	align-items: center;
	grid-template-columns: 1fr 52px;
	padding: 8px;
	border-radius: 99px;
	border: 1px solid #424242;
	background: #141414;
	box-shadow: 0 0 0 6px #000;
}

.nm-footer-form .as-button__wrapper {
	margin-top: 0;
}

.nm-footer-form .as-button__wrapper input {
	font-size: 0;
	line-height: 0;
	width: 50px;
	height: 50px;
	background-image: url(img/btn-arrow.svg);
	background-position: center;
	background-repeat: no-repeat;
}

.nm-footer-form .as-button__wrapper input:hover {
	background: url(img/btn-arrow.svg), linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(180deg, rgba(190, 190, 190, 0.16) 0%, rgba(255, 255, 255, 0.00) 84%), #5058CF;
	background-position: center;
	background-repeat: no-repeat;
}

.nm-footer-form .nm-form-control__wrap {
	margin-bottom: 0;
}

.nm-footer-form .nm-form-control__wrap input {
	border: none;
	height: 50px;
}

footer .footer-form h4 {
	margin-top: 0;
	margin-bottom: 24px;
	text-align: center;
}

.footer-social-links {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
	padding: 28px;

	border-radius: 24px;
	border: 1px solid #424242;
	background: #141414;
	box-shadow: 0 0 0 6px #000;
}

footer .social-link {
	font-size: 0;
	line-height: 0;
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .3s ease;
}

footer .tiktok:hover {
	color: #5058CF;
}

footer .twitter:hover {
	color: #5EB792;
}

footer .twitch:hover {
	color: #B45BBC;
}

footer .instagram:hover {
	color: #F4BB59;
}

footer .site-info {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	padding: 32px 0;
	border-top: 1px solid #424242;
	font-size: 16px;
}

footer .site-info span:last-child {
	text-align: right;
}

footer .site-info a:hover {
	color: #F4BB59;
}

body {
	margin-bottom: 0 !important;
}

@media (max-width: 768px) {
	footer .footer-top {
		grid-template-columns: 1fr;
	}

	.footer-logo {
		margin: 0 auto;
	}

	.footer-social-links {
		max-width: 244px;
		grid-template-columns: repeat(4, 1fr);
		margin: 0 auto;
	}

	footer .site-info {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 12px;
	}
}

/* Home hero
--------------------------------------------- */

.hero-img img {
	aspect-ratio: 16 / 9;
	object-fit: cover;
	object-position: center;
}

.hero-reviews .elementor-icon svg {
	height: 24px;
}

.hero-reviews .elementor-icon-box-icon {
	font-size: 0;
	line-height: 0;
}

.hero-slider--bullets {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
}

.hero-slider--bullet {
	width: 16px;
	min-width: 16px;
	height: 16px;
	border-radius: 16px;
	background: #424242;
	border: 1px solid #5058cf;
	cursor: pointer;
}

.hero-slider--bullet.active {
	width: 60px;
	min-width: 60px;
}

.hero-slide {
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.5s ease, visibility 0.5s ease;
}

.hero-slide.active {
	opacity: 1;
	visibility: visible;
}

.hero-slide:not(.active) {
	height: 0;
}

.hero-video .elementor-custom-embed-play {
	left: 10px;
	top: unset;
	bottom: 11px;
	padding: 10px;
	border-radius: 12px;
	line-height: 0;
	font-size: 0;
	border: 1px solid #424242;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #141414;
	opacity: 0.8;

	box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
	transform: none;
}

.hero-video .elementor-custom-embed-play:hover {
	opacity: 1;
}

.pnm-btn--arrow .elementor-button {
	background-color: transparent !important;
	border-radius: 0;
	border: none;
	padding: 0;
}

.pnm-btn--arrow .elementor-button-icon,
.pnm-btn--arrow .elementor-button-text {
	border-radius: 100px;
	z-index: 1;
}

.pnm-btn--arrow .elementor-button-icon::before,
.pnm-btn--arrow .elementor-button-text::before {
	background: linear-gradient(180deg, rgba(190, 190, 190, 1) 0%, rgba(80, 88, 207, 1) 84%);
	border-radius: 100px;
	content: '';
	position: absolute;
	top: -1px;
	left: -1px;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	z-index: -1;
	transition: .3s ease;
}

.pnm-btn--arrow .elementor-button-icon::after,
.pnm-btn--arrow .elementor-button-text::after {
	background: linear-gradient(180deg, rgba(190, 190, 190, 0.16) 0%, rgba(255, 255, 255, 0.00) 84%), #5058CF;
	border-radius: 100px;
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: -1;
	transition: .3s ease;
}

.pnm-btn--arrow .elementor-button-text {
	width: 260px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.pnm-btn--arrow .elementor-button-icon {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.pnm-btn--arrow .elementor-button-content-wrapper {
	position: relative;
	z-index: 1;
	gap: 0;
}

.pnm-btn--arrow .elementor-button-content-wrapper:before {
	background: linear-gradient(180deg, rgba(190, 190, 190, 1) 0%, rgba(80, 88, 207, 1) 84%);
	content: '';
	position: absolute;
	top: 14px;
	right: 46px;
	width: 8px;
	height: 24px;
	z-index: -1;
	transition: .3s ease;
}

.pnm-btn--arrow .elementor-button-content-wrapper:after {
	background: linear-gradient(180deg, rgba(190, 190, 190, 0.16) 0%, rgba(255, 255, 255, 0.00) 84%), #5058CF;
	content: '';
	position: absolute;
	top: 15px;
	right: 46px;
	width: 8px;
	height: 22px;
	z-index: 1;
	transition: .3s ease;
}

.pnm-btn--arrow a:hover .elementor-button-icon::before,
.pnm-btn--arrow a:hover .elementor-button-icon::after {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.pnm-btn--arrow a:hover .elementor-button-text::before,
.pnm-btn--arrow a:hover .elementor-button-text::after {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

.pnm-btn--arrow a:hover .elementor-button-content-wrapper:before {
	top: -1px;
	height: 52px;
}

.pnm-btn--arrow a:hover .elementor-button-content-wrapper:after {
	top: 0px;
	height: 50px;
}

.pnm-btn--arrow a:active .elementor-button-icon::after,
.pnm-btn--arrow a:active .elementor-button-text::after,
.pnm-btn--arrow a:active .elementor-button-content-wrapper:after {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(180deg, rgba(190, 190, 190, 0.16) 0%, rgba(255, 255, 255, 0.00) 84%), #5058CF;
}

.hero-slide .pnm-btn--arrow {
	margin-top: 28px;
}

@media (max-width: 767px) {
	.hero-slider--bullets {
		justify-content: center;
	}
}

/* Home location buttons
--------------------------------------------- */

.pnm-btn--big .elementor-button-text span {
	display: block;
	margin-top: 12px;
}

.pnm-btn--2 .elementor-button:hover {
	border-color: #5EB792 !important;
}

.pnm-btn--2 .elementor-button:hover .elementor-button-text span {
	color: #5EB792;
}

.pnm-btn--2 .elementor-button:focus,
.pnm-btn--2 .elementor-button:active {
	border-color: #5EB792 !important;
	background-color: #5EB792 !important;
}

.pnm-btn--2 .elementor-button:focus .elementor-button-text span,
.pnm-btn--2 .elementor-button:active .elementor-button-text span {
	color: #fff !important;
}

.pnm-btn--3 .elementor-button:hover {
	border-color: #B45BBC !important;
}

.pnm-btn--3 .elementor-button:hover .elementor-button-text span {
	color: #B45BBC;
}

.pnm-btn--3 .elementor-button:focus,
.pnm-btn--3 .elementor-button:active {
	border-color: #B45BBC !important;
	background-color: #B45BBC !important;
}

.pnm-btn--3 .elementor-button:focus .elementor-button-text span,
.pnm-btn--3 .elementor-button:active .elementor-button-text span {
	color: #fff !important;
}

.pnm-btn--4 .elementor-button:hover {
	border-color: #F4BB59 !important;
}

.pnm-btn--4 .elementor-button:hover .elementor-button-text span {
	color: #F4BB59;
}

.pnm-btn--4 .elementor-button:focus,
.pnm-btn--4 .elementor-button:active {
	border-color: #F4BB59 !important;
	background-color: #F4BB59 !important;
}

.pnm-btn--4 .elementor-button:focus .elementor-button-text span,
.pnm-btn--4 .elementor-button:active .elementor-button-text span {
	color: #fff !important;
}

@media (min-width: 1101px) {
	.home-come-in>.elementor-container {
		gap: 32px;
	}

	.home-come-in>.elementor-container>div {
		width: calc(25% - 32px * 3 / 4) !important;
	}
}

@media (max-width: 1100px) {
	.home-come-in>.elementor-container {
		flex-wrap: wrap;
		gap: 32px;
		justify-content: space-between;
	}

	.home-come-in>.elementor-container>div:not(:first-child) {
		width: calc(33% - 32px * 2 / 3);
	}
}

@media (max-width: 768px) {
	.home-come-in>.elementor-container {
		flex-wrap: wrap;
		gap: 32px;
		justify-content: space-between;
	}

	.home-come-in>.elementor-container>div:not(:first-child) {
		width: 100%;
	}
}

/* Home locations
--------------------------------------------- */
.home-location>div {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 32px;
}

.home-location--item {
	aspect-ratio: 1/1;
}

.home-location--item>div {
	flex-direction: column;
}

.home-location .location-title h3 {
	font-size: min(150px, 7.8125vw);
	line-height: 1em;
	opacity: 0.7;
	transition: .5s ease;
	margin-top: min(74px, 3.85vw);
}

.home-location--item:hover .location-title h3 {
	font-size: min(78px, 4.0625vw);
	opacity: 1;
}

.home-location--item:first-child .location-title,
.home-location--item:last-child .location-title {
	transform: translateY(40%);
}

.home-location--item:hover .location-title {
	transform: none;
}

.home-location--item .location-address {
	opacity: 0;
	transition: .75s ease;

	width: calc(100% - 48px) !important;

	position: absolute;
	left: 24px;
	right: 24px;

	top: 50%;
	transform: translateY(-50%);
}

.home-location--item:hover .location-address {
	opacity: 1;
}

.home-location--item .elementor-widget-button {
	margin-top: auto;
}

@media (max-width: 1100px) {
	.home-location>.elementor-container {
		flex-wrap: wrap;
		gap: 32px;
		justify-content: center;
	}

	.home-location .home-location--item {
		width: calc(50% - 16px) !important;
	}

	.home-location .location-title h3 {
		font-size: min(150px, 12.8125vw);
	}
}

@media (max-width: 768px) {
	.home-location .home-location--item {
		width: min(550px, 100%) !important;
	}

	.home-location .location-title h3 {
		font-size: min(150px, 24.8125vw);
	}
}


/* Home blog
--------------------------------------------- */
.blog-recent {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 32px;
}

.blog-post .post-thumbnail {
	border-radius: 20px;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	aspect-ratio: 496/300;
	margin-bottom: 32px;
}

.blog-post .post-thumbnail img {
	aspect-ratio: 496/300;
	object-fit: cover;
	object-position: center;
	border-radius: 20px;
	transition: .3s ease;
}

.blog-post:hover .post-thumbnail img {
	transform: scale(1.3);
}

.blog-post {
	padding: 24px;
	border-radius: 24px;
	border: 1px solid #424242;
	background: #141414;
	box-shadow: 0px 0px 0px 6px #000;
}

.blog-post .post-datetime {
	border-radius: 8px;
	border: 2px solid #424242;
	opacity: 0.75;
	background: #1D1D1D;
	box-shadow: 0px 4px 0px 0px #424242;
	color: #b8b8b8;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.42em;
	padding: 3px 10px;
	margin-bottom: 32px;
	display: inline-block;
	width: fit-content;
}

.blog-post h4 {
	margin: 0 0 12px;
	color: #D6D6D6;
}

.pnm-btn-std {
	display: flex;
	height: 52px;
	padding: 12px 20px;
	justify-content: center;
	align-items: center;
	gap: 6px;
	align-self: stretch;
	border-radius: 52px;
	border: 1px solid #424242;
	background: #292929;
	color: #fff;
	text-shadow: 0px 0px 0.5px #FFF;
	margin-top: 32px;
	transition: .3s ease;
}

.pnm-btn-std:hover {
	background: linear-gradient(180deg, rgba(190, 190, 190, 0.16) 0%, rgba(255, 255, 255, 0.00) 84%), #5058CF;
}

/* .pnm-btn-std:focus,
.pnm-btn-std:active {

} */


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

.article-info {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.post-content {
	/* height: 160px; */
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.post-title {
	flex-shrink: 0;
}

/* .post-excerpts p {
	margin-bottom: 0;
} */

.blog-post:not(.js-ready) .post-content {
	visibility: hidden;
	height: 0;
}

@media (max-width: 1099px) {
	.blog-recent {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 767px) {
	.blog-recent {
		grid-template-columns: 1fr;
	}
}


/* Home powered by
--------------------------------------------- */

.powered-btns>div {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 32px;
}

.powered-btn .elementor-button {
	height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.powered-btn .elementor-button-icon svg {
	width: auto;
}

@media (max-width: 1100px) {
	.powered-btns>div {
		justify-content: center;
	}

	.powered-btns>div>.elementor-column {
		width: calc(50% - 16px);
	}
}

@media (max-width: 767px) {
	.powered-btns>div>.elementor-column {
		width: 100%;
	}

	.powered-btn .elementor-button {
		height: 150px;
	}
}

/* Birthdays info
--------------------------------------------- */

.birthdays-info .elementor-container {
	gap: 32px;
}

.birthdays-info .elementor-column {
	width: calc(33.3333% - 32px * 2 / 3) !important;
}

.pnm-green {
	color: #5EB792;
}

.birthdays-info .elementor-icon-list-text a {
	display: inline !important;
	color: #F4BB59;
	text-decoration: underline;
}

@media (max-width: 1100px) {
	.birthdays-info .elementor-container {
		justify-content: center;
	}

	.birthdays-info .elementor-column {
		width: calc(50% - 16px) !important;
	}
}

@media (max-width: 767px) {
	.birthdays-info .elementor-column {
		width: 100% !important;
	}
}

.bday-pack-discount .elementor-heading-title {
	display: flex;
	gap: 12px;
	align-items: center;
	justify-content: center;
}

.bday-pack-discount .h5 {
	font-size: 28px;
	line-height: 1.2857em;
	color: #fff;
}

.bday-pack-discount .gold {
	font-size: 82px;
	line-height: 1.07317em;
	color: #F4BB59;
}



.bpacks-row .elementor-image-box-title {
	margin-top: 0;
}

.bpacks-row .elementor-widget-wrap {
	flex-direction: column;
}

.bpacks-row .bday-pack-label {
	margin-top: auto;
	display: inline-flex;
}

.bpacks-row .bday-pack-label--bronze {
	background: url(img/bronze.jpg) lightgray 50% / cover no-repeat;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.bpacks-row .bday-pack-label--silver {
	background: url(img/silver.jpg) lightgray 50% / cover no-repeat;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.bpacks-row .bday-pack-label--gold {
	background: url(img/gold.jpg) lightgray 50% / cover no-repeat;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.bpacks-row .bday-pack-label--blue .elementor-heading-title {
	color: #5058CF;
}

.add-ons>.elementor-container {
	display: grid !important;
	gap: 32px;
	grid-template-columns: 1fr 2fr;
}

.add-ons>.elementor-container>.elementor-column {
	width: 100%;
}

.add-ons--right>.elementor-widget-wrap,
.add-ons--left>.elementor-widget-wrap {
	display: grid !important;
	gap: 32px;
	grid-template-rows: 1fr auto;
}

.add-ons--left section .elementor-container {
	height: 100%;
}

.add-ons--rtop>.elementor-container {
	display: grid !important;
	grid-template-columns: 1fr 1fr;
	gap: 32px;
}

.add-ons--rtop>.elementor-container>.elementor-column {
	width: 100%;
}

.add-ons .bday-pack-label {
	text-align: left !important;
	margin-top: auto !important;
}

.add-ons .bday-pack-label>.elementor-widget-container {
	display: inline-flex;
}

.add-ons .elementor-inner-column .elementor-widget-wrap {
	height: 100%;
	flex-direction: column;
}

@media (max-width: 1440px) {
	.bday-pack-title .elementor-image-box-img img {
		height: 44px !important;
	}

	.bday-pack-title .elementor-image-box-img {
		width: 44px !important;
	}

	.bday-pack-title .elementor-image-box-title {
		font-size: 36px;
	}
}

@media (max-width: 1100px) {
	.bpacks-row .elementor-inner-column {
		width: 50% !important;
	}

	.add-ons>.elementor-container {
		grid-template-columns: 1fr;
	}

	.add-ons--left>.elementor-widget-wrap {
		grid-template-rows: unset;
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 767px) {
	.bpacks-row .elementor-inner-column {
		width: 100% !important;
	}

	.bday-pack-title .elementor-image-box-wrapper {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 12px;
	}

	.bday-pack-title .elementor-image-box-wrapper .elementor-image-box-img {
		margin: 0 0 0 0 !important;
	}

	.bday-pack-title .elementor-image-box-wrapper .elementor-image-box-content {
		width: auto;
	}

	.add-ons--rtop>.elementor-container,
	.add-ons--left>.elementor-widget-wrap {
		grid-template-columns: 1fr;
	}
}


/* Events
--------------------------------------------- */
.pnm-event-row>div {
	display: grid !important;
	grid-template-columns: 1fr 1fr;
	gap: 80px;
}

.pnm-event-row>div>.elementor-column {
	width: 100% !important;
}

.pnm-event-img,
.pnm-event-img>.elementor-widget-container {
	height: 100%;
}

.pnm-event-img img {
	object-fit: cover;
}

img.emoji {
	border-radius: 0 !important;
}

.elementor-kit-12 p:last-child {
	margin-bottom: 0;
}

.pnm-blue-btn .elementor-button {
	background: linear-gradient(180deg, rgba(190, 190, 190, 1) 0%, rgba(80, 88, 207, 1) 84%);
	padding: 1px !important;
	height: 52px;
	transition: .3s ease;
}

.pnm-blue-btn .elementor-button .elementor-button-content-wrapper {
	height: 50px;
	padding: 11px 69px;
	background: linear-gradient(180deg, rgba(190, 190, 190, 0.16) 0%, rgba(255, 255, 255, 0.00) 84%), #5058CF;
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	line-height: 28px;
	transition: .3s ease;
}


.pnm-blue-btn .elementor-button:hover .elementor-button-content-wrapper {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(180deg, rgba(190, 190, 190, 0.16) 0%, rgba(255, 255, 255, 0.00) 84%), #5058CF;
}

@media (max-width: 1100px) {
	.pnm-event-row>div {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.pnm-event-img,
	.pnm-event-img>.elementor-widget-container {
		aspect-ratio: 16/9;
	}
}


/* Contacts
--------------------------------------------- */

.pnm-row--2 .elementor-container,
.pnm-row--3 .elementor-container {
	gap: 32px;
}

.pnm-row--3 .elementor-column {
	width: calc(33.3333% - 32px * 2 / 3) !important;
}

.pnm-row--2 .elementor-column {
	width: calc(50% - 16px) !important;
}

.pnm-row--2 h4.elementor-icon-box-title {
	margin: 0;
	text-transform: none;
}

.pnm-row--2 .elementor-icon svg {
	width: 70px;
	height: 70px;
}

.contacts-hero>div {
	gap: 32px;
	justify-content: space-between;
}

.contacts-hero .elementor-column {
	width: min(688px, calc(50% - 16px)) !important;
}

@media (max-width: 1100px) {
	.contacts-hero .elementor-column {
		width: 100% !important;
	}

	.pnm-row--2 h4.elementor-icon-box-title {
		font-size: 28px;
	}

	.pnm-row--2 .elementor-icon svg {
		width: 50px;
		height: 50px;
	}
}

@media (max-width: 990px) {

	.pnm-row--3 .elementor-column,
	.pnm-row--2 .elementor-column {
		width: 100% !important;
	}
}



/* Forms
--------------------------------------------- */
label.hidden {
	display: none !important;
}

.nm-form-control__wrap input,
.nm-form-control__wrap textarea {
	padding: 16px 24px;
	border-radius: 100px;
	height: 56px;
	border: 1px solid #292929;
	background: #141414;
	outline: none;
	box-shadow: none;
	width: 100%;

	font-size: 16px;
	line-height: 24px;
	color: #b8b8b8 !important;
}

.nm-form-control__wrap textarea {
	border-radius: 24px;
	height: 120px;
	resize: none;
}

.nm-form-control__wrap {
	margin-bottom: 8px;
}

.as-button__wrapper p,
.nm-form-control__wrap p {
	margin: 0;
	margin-bottom: 0 !important;
}

.as-button__wrapper {
	border-radius: 999px;
	padding: 1px;
	background: linear-gradient(180deg, rgba(190, 190, 190, 1) 0%, rgba(80, 88, 207, 1) 84%);
	margin-top: 40px;
}

.as-button__wrapper input {
	border-radius: 999px;
	background: linear-gradient(180deg, rgba(190, 190, 190, 0.16) 0%, rgba(255, 255, 255, 0.00) 84%), #5058CF;
	border: none;
	height: 50px;
	border-radius: 999px;
	width: 100%;
	color: #fff;
	text-align: center;
	text-shadow: 0 0 0.5px #FFF;
	display: flex;
	align-items: center;
	justify-content: center;

	font-size: 18px;
	line-height: 28px;
	padding: 12px 20px;

	cursor: pointer;
	transition: .3s ease;
}

.as-button__wrapper input:hover {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(180deg, rgba(190, 190, 190, 0.16) 0%, rgba(255, 255, 255, 0.00) 84%), #5058CF;
}

.as-button__wrapper .wpcf7-spinner {
	display: none;
}

.nm-form-control.wpcf7-not-valid {
	border: 1px solid #E11944;
}

form .wpcf7-response-output,
.nm-form-control__wrap .wpcf7-not-valid-tip {
	display: grid;
	grid-template-columns: 11px 1fr;
	gap: 4px;
	align-items: center;
	color: #d6d6d6;
	font-size: 12px;
	line-height: 16px;
	font-weight: 400;
	padding: 0 20px;
	border: none !important;
}

form .wpcf7-response-output:before,
.nm-form-control__wrap .wpcf7-not-valid-tip:before {
	content: '';
	width: 11px;
	height: 11px;
	background-image: url(img/alert-circle.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.elementor-kit-12 p {
	margin-top: 0;
}


.nm-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	display: none;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	z-index: 999;
}

.nm-modal-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 320px;
	margin-bottom: 10px;
}

.nm-modal-header p {
	margin: 0 0 0 !important;
	line-height: 0;
	font-size: 0;
}

.nm-modal-content {
	background-color: #1d1d1d;
	box-shadow: 0 0 0 6px #000;
	border: 1px solid #424242;
	padding: 40px 20px;
	border-radius: 24px;
	text-align: center;
	width: 320px;
}

.nm-modal-content h2 {
	font-size: 44px !important;
	margin: 0 0 0;
}

.nm-modal-close {
	cursor: pointer;

	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 40px;

	background-color: #1d1d1d;
	box-shadow: 0 0 0 6px #000;
	border: 1px solid #424242;
}


/* Faq
--------------------------------------------- */
.pnm-accordion .elementor-accordion-item+.elementor-accordion-item {
	margin-top: 20px;
	border-top: 1px solid #424242 !important;
}

.pnm-accordion .elementor-accordion-item {
	border-radius: 24px;
	border: 1px solid #424242 !important;
	box-shadow: 0 0 0 6px #000;
}

.pnm-accordion .elementor-accordion-item .elementor-tab-content {
	border: none;
}

.pnm-accordion .elementor-accordion-item .elementor-accordion-icon svg {
	width: 37px !important;
	height: 37px !important;
}

.pnm-accordion .elementor-accordion-item .elementor-accordion-icon {
	width: 37px !important;
	margin-left: 24px;
}


/* Policy
--------------------------------------------- */

.elementor-widget-text-editor ul {
	margin-left: 0;
}

.elementor-widget-text-editor a {
	color: #F4BB59 !important;
}

.privacy-policy .elementor-icon-list-text a {
	display: inline !important;
	color: #F4BB59;
	text-decoration: underline;
	text-underline-offset: 3px;
}



/* City pages
--------------------------------------------- */
.city-hero>.elementor-background-overlay {
	background: url(img/footer-bg.png) 0% 0% / 100px 100px repeat, linear-gradient(0deg, rgba(29, 29, 29, 0.92) 0%, rgba(29, 29, 29, 0.92) 100%);
	background-blend-mode: overlay;
	background-color: transparent !important;
	opacity: 1 !important;
}

.config-row>.elementor-container {
	display: grid !important;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
}

.config-row>.elementor-container>.elementor-column {
	width: 100% !important;
}

.city-menu>.elementor-container {
	display: grid !important;
	grid-template-columns: repeat(4, 1fr);
	gap: 32px;
}

.city-menu>.elementor-container>.elementor-column,
.city-map>.elementor-container>.elementor-column {
	width: 100% !important;
}

.city-map-wrap,
.city-map-wrap div,
.city-map-wrap iframe {
	height: 100% !important;
}

.city-map>.elementor-container {
	gap: 32px;
	display: grid !important;
	grid-template-columns: repeat(2, 1fr);
}

.city-menu a[href=""],
.city-menu a[href="#"] {
	position: relative;
}

.city-menu a[href=""]:active:before,
.city-menu a[href=""]:focus:before,
.city-menu a[href="#"]:active:before,
.city-menu a[href="#"]:focus:before {
	content: 'Sorry this activity is not yet available at the location';
	position: absolute;
	top: calc(100% + 12px);
	left: 0;
	right: 0;
	background: #141414;
	border-radius: 8px;
	padding: 8px 12px;
	z-index: 999;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
}

.city-menu a[href=""]:active:after,
.city-menu a[href=""]:focus:after,
.city-menu a[href="#"]:active:after,
.city-menu a[href="#"]:focus:after {
	content: '';
	position: absolute;
	top: calc(100% + 6px);
	left: 50%;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 8px 6px 8px;
	border-color: transparent transparent #141414 transparent;
	transform: rotate(0deg) translateX(-50%);
}

@media (max-width: 1100px) {
	.config-row div.elementor-heading-title {
		font-size: 20px !important;
		line-height: 28px !important;
	}

	.city-menu>.elementor-container {
		grid-template-columns: repeat(2, 1fr);
	}

	body {
		padding-top: 60px;
	}
}

@media (max-width: 767px) {
	.config-row {
		padding: 20px 12px !important;
	}

	.config-row div.elementor-heading-title {
		font-size: 16px !important;
		line-height: 20px !important;
	}

	.config-row span.elementor-heading-title {
		font-size: 12px !important;
		line-height: 16px !important;
	}

	.config-row>.elementor-container {
		gap: 16px;
	}

	.city-menu>.elementor-container {
		grid-template-columns: 1fr;
	}

	.city-map-wrap {
		aspect-ratio: 4/3;
	}

	.city-map>.elementor-container {
		grid-template-columns: 1fr;
	}
}

/* post
--------------------------------------------- */

.single-post h1 {
	color: #FFF;
	text-align: center;
	font-size: 82px;
	font-style: normal;
	font-weight: 400;
	line-height: 88px;
	margin: 0;
}

.single-post h2 {
	color: #FFF;
	font-size: 60px;
	font-weight: 400;
	line-height: 72px;
	margin: 0 0 44px;
}

.single-post h3 {
	color: #FFF;
	font-size: 48px;
	font-weight: 400;
	line-height: 52px;
	margin: 0 0 32px;
}

.single-post article a:hover {
	color: #F4BB59;
}

.single-post .entry-meta {
	padding-bottom: 20px;
	color: #b8b8b8;
}

.single-post {
	background: #141414;
	color: #f5f5f5;
}

.single-post main {
	padding: 150px 16px;
}

.single-post article {
	max-width: 1696px;
	margin: 0 auto;
}

.single-post article header {
	flex-direction: column;
	gap: 24px;
	height: unset;
	margin-bottom: 32px;
	position: static;
}

.single-post article .post-thumbnail img {
	aspect-ratio: 5/2;
	object-fit: cover;
	border-radius: 24px;
	border: 1px solid #424242;
	box-shadow: 0 0 0 6px #000;
	width: 100%;
}

.single-post article .entry-content {
	max-width: 1100px;
	margin: 40px auto;
	font-size: 20px;
	line-height: 28px;
}

.single-post article .wp-block-image img {
	width: 100%;
	border-radius: 24px;
	border: 1px solid #424242;
	box-shadow: 0 0 0 6px #000;
}

.single-post .entry-footer {
	display: none;
}

.single-post .post-navigation {
	max-width: 1100px;
	border-top: 1px solid #424242;
	padding-top: 20px;
	margin: 20px auto 0;
}
.single-post .post-navigation .nav-title {
	display: none;
}
.single-post .post-navigation a:focus,
.single-post .post-navigation a:active, 
.single-post .post-navigation a:hover {
	color: #F4BB59;
}

.single-post .wp-block-button {
	margin: 24px 0 32px;
}

@media (max-width: 1480px) {
	.single-post h1 {
		font-size: 64px;
		line-height: 72px;
	}

	.single-post h2 {
		font-size: 48px;
		line-height: 1.2em;
		margin: 0 0 44px;
	}

	.single-post h3 {
		font-size: 40px;
		line-height: 1.2em;
		margin: 0 0 32px;
	}
}

@media (max-width: 767px) {
	.single-post h1 {
		font-size: 44px;
		line-height: 1.2em;
	}

	.single-post h2 {
		font-size: 40px;
		line-height: 1.2em;
		margin: 0 0 44px;
	}

	.single-post h3 {
		font-size: 36px;
		line-height: 1.2em;
		margin: 0 0 32px;
	}
}


/* 404 page styles */
.main-404 {
	background-color: #141414;
    background-image: url(img/404-bg.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    min-height: calc(100vh - 139px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.main-404 .page-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.main-404 .text-wrap {
    text-align: center;
    font-family: 'Phonk';
    font-style: normal;
    font-weight: 400;
    font-size: 80.3791px;
    line-height: 125%;
    color: #FFFFFF;
    text-shadow: 0px 0px 10.0474px #4E58D8;
    margin-bottom: 47px;
}
.main-404 .wrap-404 {
    display: flex;
    align-items: center;
    justify-content: center;

    font-weight: 500;
    font-size: 311.469px;
    line-height: 100%;
}
.astronaft {
    position: relative;
}
.astronaft:after {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-image: url(../../uploads/2023/02/astonaft.png);
    background-repeat: no-repeat;
    background-position: 50% 61%;
    background-size:  62% auto;
}
.btn-404 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    width: 285px;
    height: 68px;

    background: #F4BB59;
    border-radius: 48px;
    transition: 0.3s ease-in;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;


    letter-spacing: 0.04em;
    color: #1D1D1F!important;
    text-decoration: none;
    margin-bottom: 100px;
}
.btn-404:hover {
    background: #5058CF;
    color: #FFFFFF!important;
}
.error404 footer {
    display: none;
}
.error404 a:visited, .error404 a:active, .error404 a:hover, .error404 a:focus, .error404 a {
    color:#F9FAFB;
    text-decoration: none;
}
.error404 {
    color:#F9FAFB;
}

body {
	background-color: #141414;
}

@media (max-width: 1100px) {
    .main-404 {
        min-height: calc(100vh - 100px);
    }
    .main-404 .text-wrap {
        font-size: 48px;
    }
    .main-404 .wrap-404 {
        font-size: 196px;
    }
}
@media (max-width: 767px) {
    .main-404 .text-wrap {
        font-size: 28px;
    }
    .main-404 .wrap-404 {
        font-size: 110px;
    }
}