/*!
Theme Name: GUP Magazine - Prod
Theme URI: https://gupmagazine.com
Author: Defrost
Author URI: http://defrostudio.eu/
Description: Description
Version: 3.0.0
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | 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; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * 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; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 1em; /* 2 */
}

/* 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; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	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: none;
}

/**
 * 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; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * 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; /* 1 */
	padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
	font: inherit; /* 2 */
}

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: "georgia", serif !important;
	font-size: 14px;
	line-height: 26px;
	letter-spacing: 0.2px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "myriad-pro", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #333333;
	text-transform: uppercase;
	letter-spacing: .07em;
}

p {
	margin-bottom: 1.5em;
	color: #555;
    line-height: 26px;
    letter-spacing: 0.2px;
}

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;
	font-size: 15px;
	font-size: 0.9375rem;
	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;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 0 1.5em 1.5em 1.5em;
}

ul, ol {
	margin: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 0;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# 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);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

form:focus {
	outline: none;
}

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;
	outline: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
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;
	outline: none;
}

input[type="search"] {
	color: #000;
	border: 1px solid #666;
	padding: 3px;
	outline: none;
	width: 100%;
}

.menu-item a img, 
img.menu-image-title-after, 
img.menu-image-title-before, 
img.menu-image-title-above, 
img.menu-image-title-below, 
.menu-image-hover-wrapper .menu-image-title-above {
	border: none;
    box-shadow: none;
    vertical-align: sub;
    width: auto;
    display: inline;
	height: 14px;
}

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;
	outline: none;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #555;
	text-decoration: underline;
	transition: 0.3s;
}

a:visited {
	color: #555;
	text-decoration: underline;
}

a:focus, a:active {
	color: #555;
	text-decoration: underline;
}

a:hover, a:focus, a:active {
	color: grey;
	text-decoration: underline;
}

a:focus {
	outline: none;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	/* box-shadow: 3px 3px 3px rgba(0, 0, 0, 1); */
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
    background-color: white;
	padding: 4px;
	
	border: 1px solid grey;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
	margin-left: 15%;
	text-transform: uppercase;
	font-family: "myriad-pro", Helvetica, Arial, sans-serif !important;
}

.main-navigation li:hover {
	cursor: pointer;
	text-decoration: none;
	color: currentColor;
}

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

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 1024px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
		/* flex-direction: row;
		justify-content: center; */
	}

	#primary-menu {
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
	}
}

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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# 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; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

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

.post,
.page {
	margin: 0;
}

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

.wp-block-getwid-template-post-featured-image img {
	display: block;
    height: 190px;
    object-fit: cover;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
## CUSTOM
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## CUSTOM
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## CUSTOM
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Overall
--------------------------------------------------------------*/
body {
	padding: 0;
	margin: 0;
}

.fade-in .inside-normal,
.fade-in .content-area {
  opacity: 1 !important;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/

#hiddenSearch {
	opacity: 0;
	position: fixed;
    right: 0;
    top: 70px;
}

.site-header {
	position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    background-color: white;
	width: 100%;
	height: 70px;
	
	display: grid;
    grid-template-columns: 9fr 7fr 1fr 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

.site-header a {
	letter-spacing: .07em;
}

.site-title {
	display: none;
}

.site-branding {
	position: absolute;
	top: 12px;
	left: 10%;
	width: 130px;
	/* padding: 0 20%; */
}

.site-branding .custom-logo-link img {
	width: 80%;
	max-width: 80%;
}

.nav-custom {
	width: 100%;
	padding-top: 22px;
	padding-left: 0;
}

#primary-menu .sub-menu {
	margin: 0;
	padding: 17% 0 0 0;
	position: absolute;
	border: none;
	-webkit-box-shadow: 50px 60px 35px -35px rgba(0,0,0,0.75);
	-moz-box-shadow: 50px 60px 35px -35px rgba(0,0,0,0.75);
	box-shadow: 50px 60px 35px -35px rgba(0,0,0,0.75);
}

#primary-menu .sub-menu li {
	margin: 0;
	padding: 5% 0;
	border-bottom: 1px solid lightgray;
	text-decoration: none;
	text-indent: 10px;
}

#primary-menu .sub-menu li:hover {
	color: currentcolor;
}

.menu-item a {
	font-weight: normal;
}

.nav--search form{
	width: 16vw;
	/* padding-top: 18px;
    padding-left: 20px;
    padding-right: 20px; */
}

.nav--overlay {
	padding-top: 22px;
	cursor: pointer;
}

#menuOverlay {
	display: none;
	position: fixed;
	top: 70px;
	left: 0;
	width: 100%;
	/* height: 91%; */

	border-top: 1px solid lightgray;
	background-color: white;

	z-index: 1000;
}

.menuOverlay--inside {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(2, 1fr);
    padding: 4% 10%;
}

#overlay-menu {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 2fr;
	
	padding: 0;
	margin-top: 1.33em;
	margin-bottom: 1.33em;
	list-style: none;
}

#menuOverlay .column {
	border-left: 1px solid darkgrey;
    padding: 0 20%;
}

.menu-overlay-menu-container #overlay-menu .menu-item a {
	font-family: "myriad-pro", Helvetica, Arial, sans-serif;
	font-size: 14px;
  	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
}

.menu-overlay-menu-container #overlay-menu .menu-item .sub-menu  {
	list-style: none;
	padding: 0;
	margin: 1.33em 0;
}

.menu-overlay-menu-container #overlay-menu .menu-item .sub-menu .menu-item a {
	font-family: "myriad-pro", Helvetica, Arial, sans-serif;
	font-size: 14px;
    font-weight: 400;
	text-transform: capitalize;
}

.menu-overlay-menu-container #column--hidden_mobile p {
	font-family: "myriad-pro", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
}

#menuOverlay .column .social-footer {
	width: 100%;
}

#menuOverlay .column .social-footer div a:hover {
	color: lightgray !important;
}

.buy--button {
	margin: 0;
    width: fit-content;
    padding: 1% 3%;
    height: auto;
    font-family: "myriad-pro", Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    background-color: grey;
}

.buy--button:hover {
    background-color: lightgray;
}

.buy--button a {
	color: white;
}

.buy--button a:hover {
	color: darkgrey;
}

.sponsor-image img {
	width: 100%;
	padding: 5% 35%;
	margin: 0;
}

@media only screen and (max-width: 900px) {

	.site-header {
		display: grid;
		grid-template-columns: 5fr 1fr;
		grid-template-rows: 1fr;
		grid-column-gap: 0px;
		grid-row-gap: 0px;
		height: 70px;
		z-index: 2000;
	}

	.main-navigation .menu-toggle {
    	border: none;
    	background: transparent;
    	color: black;
    	font-size: 28px;
		padding: 0;
	}

	#primary-menu {
		display: none;
		/* background-color: white;
		position: absolute;
		width: 100%;
		left: 0;
		height: 300px; */
	}

	#search-form {
		display: none;
	}

	.nav--overlay {
		display: none;
	}

	.nav--search {
		display: none;
	}

	.nav-custom {
		padding-top: 20px;
	}
	
	#menuOverlay {
		position: fixed;
		height: 100% !important;
		overflow: hidden !important;
	}

	.menuOverlay--inside {
		display: grid;
    	grid-template-columns: 1fr;
    	grid-template-rows: 1fr;
		padding: 5% 10%;
		height: 100%;
		overflow: hidden !important;
	}

	#overlay-menu {
		display: grid;
    	grid-template-columns: 1fr !important;
		grid-template-rows: 1fr !important;
		grid-row-gap: 2%;
    	padding: 0;
    	margin: 0 !important;
		list-style: none;
		text-align: left;
	}

	#column--hidden_mobile {
		display: none;
	}

	.sponsor-image {
		display: none;
	}
}


/*--------------------------------------------------------------
## Home
--------------------------------------------------------------*/
.entry-content {
	margin: 0;
	font-style: normal !important;
	font-weight: lighter !important;
}
.recent-posts-home {
	padding: 1% 10%;
}

.home-post-title a {
	text-decoration: none;
	font-weight: 900;
}

.wp-block-separator .is-style-wide {
	margin-left: 2% !important;
	margin-right: 2% !important;
}

/* Home slider post title */

.home-slider_post-title {
	margin: 0;
  	height: auto;
}

.home-slider_post-title a {
	text-decoration: none;
	transition: ease-in-out 0.3s;
}

.home-slider_post-title a:hover {
	cursor: pointer;
	text-decoration: underline;
}

.home-slider_post-more {
	margin: 1% 44%;
	padding: 0;
  	height: auto;
	
	font-family: "myriad-pro", Helvetica, Arial, sans-serif;
  	font-weight: 700;
	text-transform: uppercase;
	color: white;
  
	background-color: grey;
	transition: ease-in-out 0.3s;
}

.home-slider_post-more:hover {
	cursor: pointer;
	background-color: lightgray;
	color: black !important;
}

.home-slider_custom-field {
	margin-bottom: 0;
}

.wp-block-getwid-template-post-custom-field {
	font-family: "myriad-pro", Helvetica, Arial, sans-serif;
  	font-size: 0.83em;
	font-weight: 700;
	color: #333333;
	text-transform: uppercase;
	letter-spacing: .07em;
}

.wp-block-getwid-template-post-date a {
	font-family: "myriad-pro", Helvetica, Arial, sans-serif;
  	font-size: 0.67em;
	font-weight: 700;
	color: #333333;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: .07em;
}

.wp-block-getwid-template-post-featured-background-image__content {
	letter-spacing: .07em;
}

.slick-dots {
	display: none !important;
}

.slick-next:before {
    content: url(../png/next-2.png);
}

.slick-prev:before {
    content: url(../png/prev-2.png);
}

.slick-next:before  {
    font-family: "myriad-pro", Helvetica, Arial, sans-serif;
		color: black !important;
    font-size: 30px;
    line-height: 1;
    opacity: 1;
}

.slick-prev:before  {
    font-family: "myriad-pro", Helvetica, Arial, sans-serif;
		color: black !important;
    font-size: 30px;
    line-height: 1;
    opacity: 1;
}

@media only screen and (max-width: 900px) {

	.wp-block-getwid-template-post-featured-background-image__content {
		/* background: white; */
    	margin-top: 40%;
	}

	.home-slider_post-more {
		margin: 6% 20%;
		padding: 0;
	}

}

/*--------------------------------------------------------------
## Landing Page
--------------------------------------------------------------*/

.page-template-landing-page {
	overflow: hidden;
}

.page-template-landing-page .hero {
	width: 100vw;
	height: 100vh;
}

.page-template-landing-page .hero .image-desktop {
	width: 100% !important;
	height: auto !important;
}

.page-template-landing-page .hero .image-mobile {
	display: none;
}

.page-template-landing-page .background_landing {
    padding: 0;
    margin: 0;
	display: grid;
	place-items: center;
}

.page-template-landing-page header {
	display: none;
}

.page-template-landing-page footer {
	display: none;
}

.page-template-landing-page .intro {
	width: 100%;
	bottom: 15%;
	position: absolute;
    display: grid;
    place-items: center;
	color: #fff;
}

.page-template-landing-page .intro h1,
.page-template-landing-page .intro h3,
.page-template-landing-page .intro p {
	color: #fff;
}

.button_landing {
	margin: 0;
	padding: 10px 20px;
  	position: absolute;
  	bottom: 5%;
  	left: 50%;
  	transform: translate(-50%, -50%);
	width: auto;
	border: 2px solid #000;
	border-radius: 0;
	background-color: #fff;
	transition: 0.3s;

	font-family: "myriad-pro", Helvetica, Arial, sans-serif !important;
	font-size: 16px;
}

.button_landing:hover {
	color: white;
	background-color: #000;
	border: 2px solid #000;
	border-radius: 0;
	cursor: pointer;
}

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

.button_landing:hover a {
	color: white;
	text-decoration: none;
}

@media only screen and (max-width: 1024px) {

	.page-template-landing-page .hero .image-desktop {
		display: none;
	}

	.page-template-landing-page .hero .image-mobile {
		display: block;
		height: 100%;
		width: auto;
		max-width: inherit;
	}

}

/*--------------------------------------------------------------
## Custom Page Footer
--------------------------------------------------------------*/
.content-area_page-footer {
	padding: 70px 10% 5% 10% !important;
}

.addresses {
	margin-top: 8%;
	display: flex;
  	justify-content: space-between;
	flex-wrap: wrap;
}

.addresses div {
	flex-basis: 30%;
}

@media only screen and (max-width: 900px) {

	.addresses {
		margin-top: 8%;
		display: grid;
		grid-template-columns: 1fr;
		/* grid-template-rows: repeat(3, 1fr); */
	}
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-info {
	display: none;
}

.footer-custom {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;

	background-color: #222326;
	color: white;

	margin: 0 !important;
}

.footer-menu a {
	font-weight: 400;
}

.footer-custom-column {
	text-align: center;
}

.footer-custom-column h4 {
	text-align: center;
	font-family: "myriad-pro", Helvetica, Arial, sans-serif;
	font-size: 14px;
    font-weight: 400;
    color: white;
	text-transform: uppercase;
}

.footer-custom-column p {
	font-size: 12px;
	color: #7a7b7d;
}

.footer-custom-column a {
	font-size: 12px;
	color: #7a7b7d;
	text-decoration: none;
	line-height: 1rem;
}

#footer-custom-col1 ul li a {
	font-size: 12px;
	color: #7a7b7d;
}

#footer-custom-col2 a:hover {
	text-decoration: underline;
}

#footer-custom-col2,
#footer-custom-col3 {
	padding: 0 18%;
}

#footer-custom-col3 p {
	margin-bottom: 1em;
}

.sendgrid-subscription-widget {
	margin-bottom: 1.5em;
}

.newsletterInput {
	display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
	row-gap: 5px;
	font-family: "georgia", serif !important;
}

.newsletterInput #email {
	color: #7a7b7d;
	border-radius: 0;
	background-color: transparent;
	border: 1px solid white;
	padding: 0;
	font-size: 12px;
	text-indent: 25% !important;
}

.newsletterInput #sg-submit-btn {
	color: #7a7b7d;
	border-radius: 0;
	background-color: transparent;
	border: 1px solid white;
	padding: 3px;
	transition: 0.3s ease-in-out;
}

.newsletterInput #sg-submit-btn:hover {
	background-color: white;
	cursor: pointer;
}

.sendgrid-subscription-widget .sg-response {
	font-size: 12px;
	color: #7a7b7d;
	font-weight: 400;
}

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

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

#footer-menu .menu-item a {
	font-size: 12px;
	color: #7a7b7d;
	text-decoration: none;
	font-family: "georgia", serif !important;
	font-weight: normal;
	line-height: 1rem;
}

.social-footer {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;

	margin: 0 25% 5%;
    padding: 0;
}

#footer-custom-col4 h4:nth-child(2) {
	margin-block-end: 0 !important;
	margin-bottom: 0.3em !important;
}

.social-footer div a:hover {
	color: white !important;
}

#footer-custom-col4 a {
	font-size: 14px;
}

#footer-custom-col4 a:hover {
	color: white !important;
}

@media only screen and (max-width: 900px) {
	
	.footer-custom {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: repeat(4, 1fr);
		grid-column-gap: 0px;
		grid-row-gap: 20px;
	
		background-color: #222326;
		color: white;
	
		margin: 0 !important;
	}

}

/*--------------------------------------------------------------
## Pages
--------------------------------------------------------------*/
.entry-title {
	display: block;
	text-align: left;
	margin-bottom: 50px;
}

.pages-main {
	padding: 2% 5% 5% 5%;
}

.post-list_col-dx {
	margin-top: 0;
}

.post-list_title a {
	margin-top: 0;
	text-decoration: none;
}

.entry-header .post-title:hover {
	text-decoration: underline;
}

@media only screen and (max-width: 900px) {
	
	.page-template-default .content-area .site-main {
		margin-top: 70px;
	}


	.page-template-default .entry-title {
		display: block;
		text-align: left;
		margin-bottom: 50px;
		margin-left: 5%;
	}

}

/*--------------------------------------------------------------
## Custom Pages
--------------------------------------------------------------*/

.content-area--page-main {
	padding: 70px 10% 5% 10% !important;
}

.content-area--page-main .heading {
	margin-bottom: 0;
}

.content-area--page-main .subheading {
	margin-top: 0;
}

.post--list--image img {
	width: 100%;
	height: 60%;
}

@media only screen and (max-width: 900px) {
	
	.type-post .entry-content {
		margin-top: 0;
	}

}

/*--------------------------------------------------------------
## Posts
--------------------------------------------------------------*/

.post .entry-header {
	display: none;
}

.entry-content p {
    text-align: justify;
	font-weight: lighter;
	font-size: 1.15rem;
	line-height: 1.75rem;
}

#post-title {
	text-align: center;
	padding: 0 8%;
}

.post-subtitle {
	margin-bottom: 0;
}

#post-title h2 {
	margin-top: 0 !important;
}

.post-credits {
	display: block;
}

#post-credits_mobile-title {
	display: none;
}

.post-credits div h4 {
	margin-bottom: 0;
}

.post-credits div p {
	margin-top: 0;
}

#post-content {
	margin: 2% 10%;

	display: flex;
  	justify-content: space-between;
	flex-wrap: nowrap;

	/* display: grid;
	grid-template-columns: 1fr 3fr;
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px; */
}

#post-content .post-credits {
	flex-basis: 30%;
}

#post-content .link-book {
	display: grid;
    grid-auto-rows: auto;
    row-gap: 0.8rem;
	transition: all 0.5 linear;
}

#post-content .link-book:hover img {
	opacity: 0.8;
}

#post-content .post-text {
	flex-basis: 70%;
}

.post-text p {
	text-align: justify;
	font-size: 1.15rem;
	line-height: 1.75rem;
}

.post-text p .aligncenter {
	margin-left: 0;
	margin-right: 0;
	width: 100%;
}

.post-navigation {
	display: none;
}

@media only screen and (max-width: 900px) {

	#post-credits_mobile-title {
		display: block;
		text-align: center;
		text-decoration: underline;
	}

	.post-credits {
		display: none;
	}

	.post-credits div {
		text-align: center;
	}

	.post-credits div h4 {
		text-align: center;
	}

	.post-credits div p {
		text-align: center;
	}

	.post-credits div img {
		margin: 0 25%;
	}

	#post-content .link-book img {
		margin: 0;
		width: 100%;
	}

	.post-credits hr {
		display: none;
	}

	.toggle-credits-mobile div {
		text-align: center;
	}

	.slides img {
		height: 30vh !important;
		width: auto;
		padding: 0 3vh;
	}

}

/*--------------------------------------------------------------
## Latest Posts Custom
--------------------------------------------------------------*/

.latestpost--custom {
	display: grid;
	grid-template-columns: 1fr 2fr;
	grid-template-rows: 1fr;
	grid-column-gap: 30px;
	grid-row-gap: 0px;

  margin-bottom: 40px;
}

.latestpost--custom div:nth-child(2) {
	display: grid;
}

.latestpost--custom .entry-header {
	/* margin-top: 15px; */
	font-size: 1.17em;
	text-align: left;
	font-style: normal !important;
}

.latestpost--custom .entry-header a {
	font-family: "myriad-pro", Helvetica, Arial, sans-serif;
	font-size: 1.17em;
  	font-weight: 700;
  	color: #333333;
  	text-transform: uppercase;
	text-decoration: none;
	text-align: left;
}

.latestpost--custom .entry-header h3 {
	margin: 0;
}

.latestpost--custom .entry-header h5 {
	margin-top: 10px;
}

.latestpost--custom .entry-header .post-date {
	margin: 0;
}

.latest-posts {
	margin: 0;
	padding: 0;
}

.latest-posts a {
	font-family: "myriad-pro", Helvetica, Arial, sans-serif;
	font-size: 1.15rem;
  	font-weight: 700;
  	color: #333333;
  	text-transform: uppercase;
	text-decoration: none;	
}

.latest-posts p {
	font-family: "myriad-pro", Helvetica, Arial, sans-serif;
	font-size: 1.15rem;
  	font-weight: 700;
  	color: #333333;
  	text-transform: uppercase;
	text-decoration: none;	
}

#related_posts {
	margin: 4% 0
}

#related_posts h3 {
	text-align: center;
}

#related_posts h3 a {
  	text-align: center;
	font-family: "myriad-pro", Helvetica, Arial, sans-serif;
  	font-weight: 700;
  	color: #333333;
  	text-transform: uppercase;
	text-decoration: none;	
}

.related_posts-grid {
	margin-top: 2%;
	padding: 0 15%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 50px;
	grid-row-gap: 0px;
}

.related_posts-grid p {
	text-align: justify;
}

.relatedthumb {
	padding: 0 2%;
}

/* .book_credits_book-cover img {
	max-width: 40%;
} */

@media only screen and (max-width: 900px) {

	#post-content {
		margin: 2% auto;
		width: 80vw;
	
		flex-wrap: wrap !important;
	
		/* display: grid;
		grid-template-columns: 1fr 3fr;
		grid-template-rows: 1fr;
		grid-column-gap: 0px;
		grid-row-gap: 0px; */
	}

	#post-content .post-credits {
		/* flex-basis: 100% !important; */
		width: 80vw;
		margin: 2% auto;
	}
	
	#post-content .post-text {
		flex-basis: 100%;
		width: 80vw !important;
    	margin: 2% auto !important;
		/* flex-basis: 100% !important; */
	}

	.latestpost--custom {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: 1fr;
		grid-column-gap: 0;
		grid-row-gap: 20px;
		margin-bottom: 40px;
	}
}

/*--------------------------------------------------------------
## Archive Page
--------------------------------------------------------------*/


.archive-post {
	display: grid;
	grid-template-columns: 1fr 2fr;
	grid-template-rows: 1fr;
	grid-column-gap: 20px;
	grid-row-gap: 0px;

  	margin-bottom: 40px;
}


/*--------------------------------------------------------------
## Magazine Page
--------------------------------------------------------------*/

.page-template-guponline {
	padding: 0;
}

.page-template-guponline .site-header {
	display: none;
}

.magazine-page {
	width: 100vw;
	height: 100vh;

	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}

.magazine-page-image {
	width: 100%;
	height: 100%;
	background-image: url('../png/test-image.png');
  	background-size: cover;
  	background-position: top center;
}

.magazine-page-article {
	width: 100%;
	height: 100%;
	padding: 12%;

	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;

	font-size: 12px;
	text-align: justify;
}

.magazine-page-article div {
	padding: 0 5%
}

.magazine-page-article h3 {
	text-align: right;
}

#page1-2 {
	background-color: white;
}

#page3-4 {
	background-color: lightyellow;
}

#page5-6 {
	background-color: lightblue;
}

#page7-8 {
	background-color: lightgrey;
}

#page9-10 {
	background-color: lightsalmon;
}

/*--------------------------------------------------------------
## Memberful Page
--------------------------------------------------------------*/

.category-archive .entry-content {
	margin-top: 70px;
}

.buy--membership {
	display: grid;
	grid-template-columns: 2fr 1fr;
	grid-template-rows: 1fr;
	padding: 5% 10%;
	height: 90vh;
	
	background-image: url(../jpg/membership_bg.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.buy--membership #text {
	background-color: white;
    padding: 0 3%;
}

.buy--membership #text h1,
.buy--membership #text h2,
.buy--membership #text h4 {
	text-transform: none;
}

.buy--membership #text button {
	background-color: #555;
	padding: 0 3%;
	border-radius: 0;
	border: none;
	transition: 0.3s ease-in-out;
}

.buy--membership #text button:hover {
	filter: invert(1);
}

/* .buy--membership #text button a h3 {
	color: white;
	text-decoration: none;
	transition: 0.3s ease-in-out;
}

.buy--membership #text button a h3:hover {
	color: black;
	text-decoration: none; 
}*/

@media only screen and (max-width: 900px) {
	
	.buy--membership {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: 1fr;
		padding: 3% 10%;
		height: 90vh;
		
		background-image: url(../jpg/membership_bg.jpg);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
}

/*--------------------------------------------------------------
## Talents Page
--------------------------------------------------------------*/

.page-template-talents-page .content-area--page-main {
	padding: 0 !important;
}

.page-template-talents-page .entry-content {
	margin: -1.5em 0 0;
}

.page-template-talents-page .entry-content .slider {
	margin-top: 0;
}

.page-template-talents-page .container {
	padding: 0 10%;
}

.page-template-talents-page .container h3 {
	text-align: center;
}

.page-template-talents-page .talents-slider {
	display: block;
}

.page-template-talents-page .container .gup-new {
	display: grid;
    grid-template-columns: 1fr 3fr;
	grid-template-rows: 1fr;
}

.page-template-talents-page .container .gup-new .cover{
	padding: 10%;
}

.page-template-talents-page .container .gup-new .text{
	padding: 2%;
}

.page-template-talents-page .container .fresh-eyes {
	display: grid;
    grid-template-columns: 3fr 1fr;
	grid-template-rows: 1fr;
}

.page-template-talents-page .container .fresh-eyes .cover{
	padding: 10%;
}

.page-template-talents-page .container .fresh-eyes .text{
	padding: 2%;
}



/*--------------------------------------------------------------
## Error 404 Page
--------------------------------------------------------------*/



.page-not-found {
	height: 100vh;
    width: 100vw;
    position: relative;
    padding-top: 70px;
}

.page-not-found h1 {
	margin: 0;
    position: absolute;
    width: 60%;
    top: 25%;
    left: 20%;
	text-align: center;
	line-height: 2rem;
}

.error404 footer {
	position: absolute;
	bottom: 0;
	left: 0;
}

/*--------------------------------------------------------------
## About
--------------------------------------------------------------*/

.page-template-about-page .content-area {
	padding: 7% 10% 5% 10%;
}

.page-template-about-page section {
	margin-bottom: 75px;
}

.page-template-about-page .team .grid {
	display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-template-rows: auto;
    column-gap: 25px;
    row-gap: 25px;
	margin-top: 25px;
}

.page-template-about-page .team .grid .member img {
	margin-bottom: 10px;
}

.page-template-about-page .team .grid .member p {
	margin-block-start: 0;
	margin-block-end: 0;
}

.page-template-about-page .team .grid .member h3 {
	margin-block-start: 0;
}

@media (max-width: 1024px) {

	.page-template-about-page .team .grid {
		display: grid;
		grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
		grid-template-rows: auto;
		column-gap: 25px;
		row-gap: 25px;
		margin-top: 25px;
	}
}

/*--------------------------------------------------------------
## Landing Page Special
--------------------------------------------------------------*/

.page-template-landing-page-special .intro {
	width: 100%;
	padding: 0 9%;
	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat (1, 1fr);
	background-color: transparent;
}


.page-template-landing-page-special .site-header {
	display: block;
	background-color: transparent;
}

.page-template-landing-page-special .site-header .site-branding {
	filter: invert(1);
}

.page-template-landing-page-special .nav-custom,
.page-template-landing-page-special .nav--search,
.page-template-landing-page-special .nav--overlay {
	display: none;
}

.page-template-landing-page-special .entry-header,
.page-template-landing-page-special .site-footer {
	display: none;
}

.page-template-landing-page-special {
	background-color: black;
}

.page-template-landing-page-special .intro .right {
	margin-top: 10%;
  	margin-left: 5%;
}


.page-template-landing-page-special #introText p {
	color: white;
	font-family: "myriad-pro", Helvetica, Arial, sans-serif !important;
	font-size: 1.5rem;
}

.page-template-landing-page-special .landing-buttons {
	margin-top: 5%;
}

.page-template-landing-page-special .landing-buttons button {
	background-color: white;
	border: none;
	border-radius: 0;
	color: black;
	text-align: center;
	transition: 0.5s;
	width: 80px;
	padding: 1% 2%;
}

.page-template-landing-page-special .landing-buttons button a {
	color: black;
	text-decoration: none;
	font-family: "myriad-pro", Helvetica, Arial, sans-serif !important;
	font-size: 0.8rem;
	line-height: 1rem;
	text-transform: uppercase
}

.page-template-landing-page-special .landing-buttons button:hover {
	filter: invert(1);
}
	
.page-template-landing-page-special #introText {
	top: 35%;
}
	
.page-template-landing-page-special #introText p {
	font-size: 2rem;
	line-height: 2.5rem;
	margin: 0;
}

.page-template-landing-page-special .intro .right .numbers {
	display: grid;
	grid-template-columns: repeat(17, 1fr);
	grid-template-rows: repeat (4, 1fr);
	background-color: transparent;
	width: 100%;
	padding: 0;
	margin-top: 5%;
}

.page-template-landing-page-special .numbers-img-container {
	text-align: center;
	margin: 0 2px;
}

.page-template-landing-page-special .numbers-img-container img {
	height: auto;
	width: 100%;
	border: 1px solid white;
}

@media (max-width: 900px) {
	
	.page-template-landing-page-special .intro {
		width: 100%;
		padding: 0 5%;
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-template-rows: 1fr 1fr;
		background-color: transparent;
	}
	
	.page-template-landing-page-special .intro .right {
		margin: 0;
	}
	
	.page-template-landing-page-special .intro .left {
	padding-top: 20%;
	}
	
	.page-template-landing-page-special .intro .right .numbers {
		margin-top: 5%; padding: 0;
		display: none;
		grid-template-columns: repeat(4, 1fr);
		column-gap: 10px;
		row-gap: 10px;
	}
	
	.page-template-landing-page-special .landing-buttons {
		margin: 20% 0;
		text-align: left;
	}
	
}
