/*!
Theme Name: gmarathon
Theme URI: https://gaming-marathon.ro
Author: Mike
Author URI: https://nexus-media.ro
Description: Description
Version: 1.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gmarathon
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.

gmarathon 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;
}

.page main {
	width: 100%;
}

/**
 * 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: bold;
}

/**
 * 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: #EEF1F3;
	font-family: 'Syne', sans-serif;
	font-weight: 200;
}

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: 37.5em) {

	.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: none;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.page-content {
	max-width: 1400px;
	margin:0 auto;
	padding:50px 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;
}

/* Landing page
--------------------------------------------- */

:root {
	--mainColor: #ad1730;
	--secondaryColor: #fff;
	--mainDarkColor: #333443;
	--secondDarkColor: #222534;
}
.gm-primary {
    background-position: center;
    position: relative;
}

.page-template-template-past-events .gm-primary  {
	height: 270px;
}

.gm-header {
	width: 100%;
    display: flex;
    justify-content: center;
    height: 100px;
    align-items: center;
	background:#fff;
}

.gm-header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1400px;
	width: 100%;
	position: absolute;
}

#toggle-navmobile {
	display: none;
	color: #181b2d;
	font-size: 20px;
}

#toggle-navmobile.close {
	color: #fff;
}

.gm-navigation ul {
    list-style-type: none;
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0;
}

.gm-navigation ul .menu-item-has-children {
	position: relative;
}

.gm-mega-dropdown .sub-menu {
	flex-direction: row;
	align-items: center;
    position: absolute;
    background: #fff;
    padding: 20px !important;
    box-sizing: border-box;
    transform: translateY(-50px);
    opacity: 0;
    display: none !important;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 20%);
    right: 0;
    width: 900px;
    border-radius: 18px;
    top: 50px;
}

.gm-mega-dropdown .sub-menu li img {
	max-width: 48px;
}

.gm-mega-dropdown.mega-active .sub-menu {
	transform: translateY(0);
	opacity: 1;
}

.gm-carusel-descrip {
	width: 500px;
    position: absolute;
    top: 50%;
	transform: translateY(-50%);
	z-index: 101;
	right:0;
}


.gm-carusel-descrip h1 {
	color: #fff;
    text-transform: uppercase;
    font-size: 3.4rem;
    line-height: 49px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-style: italic;
    text-align: right;
}

.gm-carusel-descrip .carusel-descrip-span {
	font-style: normal;
    font-weight: 700;
    font-size: 2.3rem;
    line-height: 10px;
}
/* .gm-navigation ul .menu-item-has-children:hover .sub-menu {
	opacity:1;
	transform: translateY(0px);
	display: block;
} */

.gm-navigation ul .sub-menu li {
	width: 200px;
    line-height: 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	padding-right:0;
}

.gm-navigation ul .sub-menu li:last-of-type {
	margin-bottom:0;
	border:0;
}

.gm-navigation ul .sub-menu li a {
	color:var(--secondDarkColor);
}

 .gm-navigation ul li:last-of-type {
	padding-right:0;
}

.gm-navigation ul li a {
	text-transform: uppercase;
	text-decoration: none;
	color:#000;
	font-weight: 300;
	transition: all 0.2s ease-in-out;
	font-size: 18px;
	font-weight: 700;
}

.gm-navigation ul li a:hover {
	color:#ff3434;
}


.gm-main {
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
}

.gm-main-landing {
	width: 100%;
}

.gm-carusel-item {
	position: relative;
    padding-top: 50px;
    height: 700px;
	display:none;
}

.gm-carusel-item img {
	display: block;
    max-width: 650px;
    position: absolute;
    left: 45%;
    top: 30%;
    transform: translate(-50%, -50%);
	display:none;
}
.gm-carusel-item__captio {
	position: absolute;
	right:0;
	top:50%;
	transform: translateY(-50%);
	color:#fff;
	max-width: 425px;
	display:flex;
	flex-direction: column;
}

.gm-carusel-item__bigtitle {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	max-width: 500px;
}

.gm-carusel-item__bigtitle h1:after {
	content: "";
	width: 100px;
	height: 20px;
	background: var(--mainColor);
	display: block;
	margin-top: 10px;
	margin-left: 20px;
}

.gm-carusel-item__bigtitle h1 {
	font-size: 6rem;
	text-transform: uppercase;
	font-family: 'GothamPro', Arial, sans-serif;
	font-weight: 600;
	margin: 40px 0;
	line-height: 5rem;
}

.gm-carusel-totalviews h1:after {
	display:none;
}

.gm-carusel-livecount-content h2 {
	display:flex;
	align-items: center;
	font-size:19px;
	font-weight: 400;
	padding-left: 30px;
}

.gm-live-icon {
	position: relative;
	margin-right:20px;
}

.gm-live-circle {
	width: 15px;
	height: 15px;
	background-color: red;
	border-radius: 50%;
	position: absolute;
	top: 6px;
	left: 0px;
}

.gm-live-pulse {
	border: 3px solid red;
	-webkit-border-radius: 30px;
	height: 25px;
	width: 25px;
	position: absolute;
	left: -5px;
	top: 1px;
	-webkit-animation: pulsate 1s ease-out;
	-webkit-animation-iteration-count: infinite;
	opacity: 0.0
}
@-webkit-keyframes pulsate {
	0% {-webkit-transform: scale(0.1, 0.1); opacity: 0.0;}
	50% {opacity: 1.0;}
	100% {-webkit-transform: scale(1.2, 1.2); opacity: 0.0;}
}

.gm-carusel-livecount h1{
	margin:30px 0;
	font-size: 4rem;
}

.gm-carusel-livecount h1:after {
	display:none;
}

.gm-carusel-item__captio .gm-button {
	color:var(--mainColor);
	font-weight: 400;
	text-decoration: none;
	padding:20px 0 0 0;
}

.gm-carusel-item__captio h1 {
	font-weight: 400;
	line-height: 38px;
}

.gm-carusel-item--caption__introduction {
	font-size:1.3rem;
	display:none;
	font-weight: 100;
}

.gm-carusel-item--caption__description {
	padding:20px 0;
	font-weight: 100;
}

.gm-box {
	width: 100%;
	padding:50px 0;
	background: #EEF1F3;
}

.single .gm-box {
	padding:0;
}

.gm-box.gradient {
	background: linear-gradient(42deg, rgba(254,254,254,1) 43%, rgba(230,230,230,1) 100%);
}

.gm-viewers {
	max-width: 1400px;
	margin:0 auto;
}
.gm-box .gm-viewers .gm-title h2 {
	color:#fff !important;
}


.gm-box.light {
	background: linear-gradient(42deg, rgba(254,254,254,1) 43%, rgba(230,230,230,1) 100%);
}

.gm-box.black {
	background:var(--mainColor);
}

#gm-sponsors {
	background: #ff3434;
    position: relative;
    padding: 30px 0;
}

#gm-sponsors .gm-box.black {
	background:none;
}


.gm-box.grey {
	background:#222;
}

.gm-box.bluesky {
	background: #EEF1F3;
}

.gm-welcome-sponsor .gm-title {
    color: #191c2e;
}

.gm-welcome-sponsor .gm-sponsors-content {
	margin: 0;
    display: flex;
    align-items: center;
	justify-content: center;
}

.gm-welcome-sponsor .gm-main-sponsors {
    padding-right: 30px;
    border-right: 2px solid #fff;
    margin-right: 30px;
}

.gm-welcome-sponsor .gm-sponsor-single {
	margin-bottom:0;
}

.gm-welcome-sponsor .gm-box {
	padding:0;
}


.gm-main-sponsors .gm-sponsor-single img {
	width: 140px;
	height: auto;
}

.gm-media-sponsors .gm-sponsor-single img {
	max-width: 120px;
	max-height: 90px;
}

.gm-slide-desktop img {
	display:block;
}

.gm-slide-desktop {
	position: relative;
}



.gm-influencers {
	max-width: 1400px;
	margin:0 auto;
}

.gm-box-content {
	max-width: 1400px;
	margin:0 auto;
}

.light .gm-title:after {
	background: var(--mainColor);	
}

.gm-title h2 {
	font-weight: 700;
    font-size: 3rem;
    color: #191c2e;
    text-transform: uppercase;
    margin: 0;
}

.gm-controls {
	width: 260px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.gm-influence-extra {
	margin-left:auto;
	margin-right:50px;
}
.gm-controls-row a {
	background: #ff3434;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    padding: 20px 40px;
    border-radius: 50px;
	transition: 0.2s ease-in-out;

}

.gm-infleunce-label-game {
	display:none;
}

.gm-controls-row a.btn-live-now {
	animation: pulse 1.2s ease infinite;
}

.gm-controls-row a.btn-disabled {
	filter: grayscale(1);
	pointer-events: none;
	opacity:0.5;
	user-select: none;
}

.gm-controls-row a.btn-success {
	background: #ffd859;
    color: #222534;
}

.gm-controls-row a:hover {
	text-decoration: none;
	mix-blend-mode: lighten;
}

.gm-controls-row a:visited {
	color:#fff;
}

.gm-box.light .gm-title h2 {
	color:#222534;
}


.gm-influencer-form1 img {
	width: 350px;
}

.gm-influencer-form3 {
	position: relative;
	max-width: 250px;
}

.bottom-arr {
	position: absolute;
	border-width: 86px 6.5vw 0 6.5vw;
	border-color: #ffffff00 #fcb94a #ffffff00 #fcb94a;
}


.gm-influencer-form2 {
	position: absolute;
	right: 0;
	top: 79px;
}

.arrow {
	width: 250px;
	height: 0;
	border-style: solid;
	display: block;
	position: absolute;
	top: -162px;
}

.gm-influencer-form2 img {
	max-width: 174px;
}

.gm-influencer-meta {
	position: absolute;
    bottom: 0;
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
    padding: 0 20px;
    box-sizing: border-box;
    z-index: 104;
    background: #191c2e;
    flex-direction: column;
	align-items: flex-start;
}

.gm-influencer-thumbnail img {
	max-width: 300px;
	margin: 0 auto;
	display: block;
}

.gm-influencers.carusel .gm-influencer-thumbnail img.force-full {
	max-width: 350px;
	width: 100%;
}

.gm-influencers-listing {
	margin:150px 0;
	display: none;
}

.gm-influencer {
	width: 100%;
    overflow: hidden;
    background: #B2C8EB;
    height: 430px;
	position: relative;
	border-radius:18px;
}

.gm-influencer::after {
	position: absolute;
    content: '';
    background: linear-gradient(180deg, rgba(22,25,74,0) 0%, rgba(0,0,0,1) 60%);
    left: 0;
    bottom: 0;
    width: 100%;
    height: 200px;
    z-index: 103;
}

.gm-influencer-poweredby-text {
	font-family: Arame;
    color: #fff;
    font-size: 13px;
	padding-bottom: 5px;
}

.gm-influencer-poweredby-logo img {
    max-width: 100px;
    max-height: 36px;
	
}

.gm-influencer-poweredby{
	display: flex;
    align-items: flex-end;
    position: absolute;
    bottom: 90px;
    z-index: 104;
    justify-content: flex-end;
    padding: 0 20px;
    width: 100%;
    flex-direction: column;
}

.meta-joc {
    font-weight: normal;
    font-family: Arame;
    color: #c7c7c7;
    font-size: 13px;
}

.gm-influencers.carusel .gm-influencer:last-of-type {
	margin-right:0;
}

.gm-influencer-content-inner {
	margin-top:90px;
}

.gm-influencer-meta__logo img {
	display: block;
	margin-top: 15px;
	max-width: 60px;
	margin-left: 10px;
}

.gm-influencer-meta__title {
    text-transform: uppercase;
    font-size: 1.3rem;
    width: 100%;
    color: #fff;
    font-family: Arame;
	line-height: 1.5rem;
}

.gm-influencer-thumbnail {
	padding-top:20px;
}

.gm-influencer-game {
	font-size: 11px;
	line-height: 11px;
	width: 130px;
	text-transform: uppercase;
	margin-left: auto;
	min-height: 22px;
	color:var(--mainColor);
}

.gm-influencer-livedate {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 17px;
	align-items: center;
	justify-content: flex-end;
	color:#fff;
}

#influencers-carusel .gm-influencer-livedate {
	color:#b2c8eb;
}
.gm-influencer-dotlive {
	width: 10px;
	height: 10px;
	border-radius:50px;
	background: var(--mainColor);
	margin-right: 10px;
}

.gm-influencer-livedate .icon-clock-1 {
	font-weight: 600;
	padding-right:10px;
}

.gm-influencer-meta-right {
	display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.gm-influencer-watch {
	background: var(--mainColor);
	display: none;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 3px 10px;
	border-radius: 3px;
	font-weight: 600;
	color: #fff;
	margin-top: 10px;
	align-items: center;
}

.gm-influencer-watch:hover,
.gm-influencer-watch:focus,
.gm-influencer-watch:visited {
	color:#fff;
}

.gm-influencer-form-arrow {
	position: relative;
	bottom: 118px;
	width: 350px;
}

.gm-influencer-form-arrow-relative {
	overflow: hidden;
}
.gm-influencer-form-arrow .form-arrow1 {
	position: absolute;
	bottom: 2px;
	transform: skew(59deg);
	background: var(--secondaryColor);
	width: 100px;
	height: 100px;
	z-index: 1;
	left: -17px;
}

.gm-influencer-form-arrow .form-arrow1:after {
	content: "";
	width: 75px;
	height: 51px;
	background: var(--secondaryColor);
	position: absolute;
	bottom: -9px;
	transform: skewX(-59deg);
	left: -39px;
	z-index: -1;
}

.gm-influencer-form-arrow .form-arrow2 {
	position: absolute;
	bottom: 2px;
	transform: skew(-59deg);
	background: var(--secondaryColor);
	width: 100px;
	height: 100px;
	z-index: 1;
	right: -17px;
}

.gm-influencer-form-arrow .form-arrow2:after {
	content: "";
	width: 75px;
	height: 51px;
	background: var(--secondaryColor);
	position: absolute;
	bottom: -9px;
	transform: skewX(59deg);
	right: -39px;
	z-index: -1;
}

#influencers-carusel {
	display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
    position: relative;
    padding: 50px 0;
}

.owl-stage-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.owl-stage .owl-item {
	float: left;
}

#influencers-carusel .owl-nav {
	display:none;
}
#influencers-carusel .owl-nav .owl-next {
	right: -70px;
}

#influencers-carusel .owl-nav .owl-prev {
	left: -70px;
}

#influencers-carusel .owl-nav button {
	position: absolute;
	top: 50%;
	border:0;
	background: none;
	border-radius:50px;
	width: 48px;
	font-size: 42px;
	text-align: center;
	line-height: 48px;
	transform: translateY(calc(-50% + 30px));
	padding:0;
	margin:0;
	color:var(--mainColor);
	transition: all 0.2s ease-in-out;
	opacity:0;
}

#influencers-carusel:hover .owl-nav button {
	opacity:1;
}

.gm-influencer-meta__play img {
	display:block;
}


.owl-nav button:hover {
	cursor:pointer;
	opacity:1;
}

.owl-nav button:focus {
	outline:none;
}

.gm-news {
	max-width: 1400px;
	margin:0 auto;
}

.gm-is {
    max-width: 1400px;
    margin: 0 auto;
}

.gm-content-footer {
	display: flex;
    justify-content: center;
    padding: 50px 0;
}

.gm-content-footer h4 {
	color:var(--mainDarkColor);
	font-size:26px;
	text-transform: uppercase;
}

 .owl-dots button {
	background: #B0B2BA;
    border: 0;
    border-radius: 50px;
    padding: 0;
    width: 32px;
    height: 6px;
    opacity: 0.8;
    margin-right: 7px;
}


.owl-dots button.active {
	background: #191c2e;
}

.owl-dots button:last-of-type {
	margin-right:0;
}

.owl-dots {
	margin:20px auto;
}
.owl-dots button:focus {
	outline:none;
}

.owl-dots button:hover {
	cursor: pointer;
}

/* Landing page - News
--------------------------------------------- */

.gm-news-content {
	margin:50px 0;
}

.gm-news-list {
	flex-wrap: wrap;
    display: flex;
	justify-content: center;
	gap:20px;
}
.gm-post {
	margin-right: 20px;
    width: calc(100% / 7);
	margin-bottom:40px;
}

.gm-post:nth-child(6n+6) {
	margin-right:0;
}


.gm-post-title a{
	color:#000;
	text-decoration: none;
}

.owl-stage .owl-item {
    float: left;
    display: flex;
    justify-content: center;
}

.gm-post-title h2 {
	font-weight: 600;
    line-height: 23px;
    font-size: 19px;
}
.gm-news-loadmore {
	display: flex;
    width: 100%;
    padding: 50px 0;
    justify-content: center;
}
.gm-news-goloadmore {
    background: #191c2e;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    padding: 20px 40px;
    border-radius: 50px;
    transition: 0.2s ease-in-out;
}

.gm-news-goloadmore:hover,
.gm-news-goloadmore:visited {
	color:#fff;
}

.gm-viewers-content {
	margin: 50px 0;
	width: 100%;
	display: flex;
	justify-content: center;
}

.gm-viewers-box {
	margin: 0 50px;
	display: flex;
	background: #585a66;
	border-radius: 5px;
	position: relative;
	height: 200px;
	padding: 0 100px;
	box-sizing: border-box;
}

#api-totalviewers {
	text-align: center;
	font-size: 11rem;
	font-weight: 500;
	color:#fff;
	z-index: 10;
	margin:0 auto;
	line-height: 200px;
}

.gm-viewers-box-top {
	background: #1e202d;
	position: absolute;
	width: 100%;
	height: 50%;
	left:0;
	border-radius:5px 5px 0 0;
}

.gm-sponsors {
	max-width: 1400px;
	margin:0 auto;
	display:flex;
	justify-content: space-between;
	flex-direction: column;
}

#gm-sponsors .gm-sponsors {
	max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    box-sizing: border-box;
    background-position: center;
}


.gm-title {
	text-align: center;
	padding:50px 0;
}

.gm-sponsors-box:last-of-type {
	margin-right:0;
}

.gm-sponsors-content {
	margin: 100px 0;
}

.gm-sponsors-list {
	display:flex;
	align-items: center;
	justify-content: space-between;
	gap:30px;
}


.gm-sponsor-single:hover img {
	cursor:pointer;
	transform: scale(1.1);
}

.gm-sponsor-single:last-of-type {
	margin-right:0;
}

.gm-sponsor-single img {
	max-width: 230px;
	transition: all 0.2s ease-in-out;
}

.gm-footer {
	background: var(--secondDarkColor);
	width: 100%;
	padding: 70px 0 20px 0;
}

.gm-footer-content {
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.gm-footer-content > div {
	width: calc(100% / 3);
}

.gm-footer-logos {
	display:flex;
	align-items: center;
}

.gm-footer-sponsors {
	display:flex;
	align-items: center;
}

.gm-footer-sponsors .gm-sponsor-single {
	margin-right:50px;
	margin-bottom:0;
}

.gm-footer-sponsors .gm-sponsor-single img {
	max-height: 72px;
}

.gm-footer-sponsors .gm-sponsor-single:last-of-type {
	margin-right:0;
}

.gm-footer-logo {
	display:flex;
	align-items: center;
}
.gm-footer-logo img {
	max-width: 200px;
	margin-right:30px;
}

.gm-footer-logo h2 {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 26px;
	width: 240px;
	line-height: 24px;
}

.gm-footer-menu ul {
	list-style-type: none;
	display:flex;
	margin:0;
	padding:10px 0;
	align-items: center;
}
.gm-footer-menu ul li {
	margin-right:20px;
}
.gm-footer-menu ul li a {
	text-decoration: none;
	text-transform: uppercase;
	color:#222534;
	font-weight: 600;
	font-size: 19px;
}

.gm-footer-menu {
	display:flex;
	align-items: flex-end;
	flex-direction: column;
}

.gm-footer-credit {
	font-weight: 700;
}

.gm-influencers.box.all {
	display:none;
}

#clockdiv {
	display:flex;
}

#clockdiv > div {
	margin-right: 20px;
	width: 90px;
	text-align: center;
	padding: 10px;
	white-space: nowrap;
	background: #222534;
}

#clockdiv > div:last-of-type {
	margin-right:0;
}

#clockdiv .days,
#clockdiv .hours,
#clockdiv .minutes,
#clockdiv .seconds{
	font-size: 24px;
	font-weight: 600;
}

#clockdiv .smalltext {
	font-size:13px;
}

.single-post,
.page {
	background:#fff;
}

.main-single-content {
	max-width: 1400px;
	margin:0 auto;
	display: flex;
	min-height: 600px;
}

.single-post #primary {
	width: 75%;
	margin-right:50px;
}

.single-post #secondary {
	width: 25%;
	max-width: 350px;
	display: block;
}

.single-post #secondary ul {
	margin:0;
	padding:0;
	list-style-type: none;
}

.single-post #secondary ul li a,
.single-post #secondary ul li a:visited {
	color:#fcb94a;
	text-decoration: none;
}

.single-post #secondary section {
	padding: 0 20px;
	box-sizing: border-box;
	margin-bottom: 50px;
}

.custom-logo {
	max-width: 48px;
    display: block;
}

.gm-header-date {
	font-weight: 600;
    text-transform: uppercase;
    font-size: 20px;
    padding-left: 50px
}

.single-post .gm-header-inner,
.page .gm-header-inner {
	position: inherit;
    padding: 0;
    align-items: center;
}

.gm-navigation {
	padding:20px 0;
}
.single-post .gm-navigation ul,
.page .gm-navigation ul {
	margin:0;
	padding:0;
}

.main-single {
	margin:50px 0;
}

.page-template-template-giveaway .main-single {
	background:#fff;
	margin:0;
}

.main-single-content-headline {
	padding:30px 0;
	text-align: center;
}

.main-single-content-headline h1 {
	font-size:38px;
	font-weight: 700;
}

.main-single-content.giveaway {
	padding:50px 0;
}

.single-post .gm-footer,
.page .gm-footer {
	background: #222534;
    color: #fff;
}

.single-post .entry-title,
.page .entry-title {
	padding:0;
	margin: 0 0 20px 0;
}

.single-post .post-thumbnail {
	position: relative;
}

.single-post .entry-header {
	position: absolute;
	bottom:40px;
	left:40px;
	z-index: 102;
}
.single-post .entry-header h1 {
	color:#fff;
}

.single-post .post-thumbnail img {
	object-fit: cover;
	object-position: center;
	width: 100%;
	max-height: 500px;
}

.single-post .post-thumbnail-cover:after {
	content: "";
	position: absolute;
	left:0;
	bottom:0;
	height: 100%;
	width: 100%;
	background: linear-gradient(to bottom, transparent, black) no-repeat bottom;
	background-size: 100% 50%;
	z-index: 101;
}

.single-post .widget-title {
	color: #333443;
	padding: 0;
	border-bottom: 5px solid #fcb94a;
	margin: 0 0 20px 0;
}

.single-post .entry-meta {
	padding:0;
	color:#fff;
}

.single-post .entry-meta a,
.single-post .entry-meta a:visited {
	color:#fcb94a;
}

.single-post .gm-header {
	padding: 20px 0;
}

.single-post .comments-area {
	border-top:1px solid #f1f1f1;
	padding:20px 0;
	margin:20px 0 0 0;
}
.single-post .comments-area ol {
	margin:0;
	list-style-type: none;
	padding:0;
}

.single-post .comment-form-author,
.single-post .comment-form-email,
.single-post .comment-form-url{
	display: flex;
	width: 300px;
	flex-direction: column;
}

.single-post .comments-area label {
	padding:0 0 5px 0;
	display:block;
}

.single-post .comments-area input,
.single-post .comments-area textarea{
	padding:7px 10px;
}
.single-post .comments-area input[type=submit] {
	background: #333443;
	border: 0;
	outline: none;
	color: #fcb94a;
	padding: 7px 10px;
	border-radius: 0;
}

.single-post .comment-form-cookies-consent {
	flex-direction: row;
	display: flex;
	align-items: center;
}

.single-post .comment-form-cookies-consent input {
	margin-right:10px;
}

.single-post .comment-form-cookies-consent label {
	padding:0;
}


.page-template-template-past-events .gm-influencers-list{
	margin: 30px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.gm-influence {
	margin-bottom:20px;
	width: 100%;
}

.dark .gm-influence {
	background: var(--secondDarkColor);
    padding: 20px;
    border-radius: 18px;
	color:#fff;
}

.dark .gm-influence-pic {
	border-radius: 50%;
    height: 120px;
    border: 3px solid #fff;
}

.dark .live__now .gm-influence-pic {
	border-color:#ff3434
}

.dark .live__now .gm-livestatus__live {
	background:#ff3434;
	color:#fff;
}

.gm-livestatus__live {
    display: flex;
    padding: 0 5px;
	background:#fff;
	color:#222534;
    left: 20px;
    bottom: -5px;
    width: 80px;
    font-weight: normal;
    justify-content: center;
}

.gm-livestatus__live_svg {
	width: 16px;
	height: 16px;
}

.gm-livestatus__live_svg svg {
	fill:#fff;
}

.gm-livestatus__live {
	position: absolute;
    align-items: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    gap: 5px;
    border-radius: 50px;
    bottom: 0;
    right: 0;
    z-index: 103;
}

.dark .gm-influence-name {
	color:#fff;
}

.gm-influence .gm-influencer-livedate {
	margin-right:20px;
}

.gm-influence .gm-influencer-livedate.alone {
	margin-left:auto;
}

.page-template-template-past-events .gm-influence{
	background:var(--mainColor);
	margin-bottom:20px;
	width: 49%;
}

.gm-influence-pic {
	width: 120px;
    z-index: 100;
    background: #B2C8EB;
    border-radius: 18px;
    overflow: hidden;
}


.gm-new .gm-influence-pic {
    position: absolute;
    top: -60px;
    left: 60px;
	width: 170px;
    height: 170px;
}

.gm-new .gm-influence-pic img {
	max-height: 170px;
}

.gm-influence-pic img {
	height: 200px;
    display: block;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    bottom: -10px;
    object-fit: cover;
    object-position: center;

}

.gm-influence-content {
	display:flex;
	align-items: center;
	position: relative;
}

.gm-inf-giveaway-list {
	margin-left:auto;
	display:flex;
	align-items: center;
}

.gm-inf-giveaway-list.array .gm-influence-giveaway {
	margin-right:10px;
}

.gm-influence-meta {
	padding-left:20px;
}

.gm-new .gm-influence-meta {
	padding-left:270px;
	padding-top:10px;
}

.owl-nav.disabled {
	display:none;
}

.owl-dots {
	display:flex;
	justify-content: center;
}

.gm-influence-cover {
	border-radius: 10px;
    overflow: hidden;
	height: 788px;
}

.youtube .gm-influence-cover iframe,
.facebook .gm-influence-cover iframe,
.twitch .gm-influence-cover iframe {
	width: 100%;
	height: 788px;
}

.gm-influence-name {
	font-size: 2rem;
    font-weight: 700;
    padding-bottom: 0;
    color: #191c2e;
    text-transform: uppercase;
    margin: 0;
}

.gm-influence-start-date {
	font-weight: 600;
    text-transform: uppercase;
    color: #b2c8eb;
    display: none;
    flex-direction: column;
    align-items: flex-start;
}

.gm-title-counter {
	text-transform: uppercase;
    font-weight: 700;
    opacity: 0.5;
}

.gm-influence-start-date-span {
	background: #b2c8eb;
    color: #222534;
    border-radius: 50px;
    padding: 2px 10px;
}

.gm-influence-start-date span {
	font-weight: 700;
}

.gm-influencerlive-flag {
	position: absolute;
    right: 20px;
    top: 10px;
    color: #fff;
    padding: 0 10px;
    background: red;
    font-weight: 300;
    height: 20px;
    line-height: 20px;
    font-size: 13px;
    border-radius: 10px;
}

.gm-influence-golive {
	align-self: center;
	margin-right:20px;
}

.gm-influence-golive.disabled{
	pointer-events: none !important;
}

.gm-influence-golive.alone {
	margin-left:auto;
}

.gm-influence-giveaway {
	margin-left:auto;
	align-self: center;
	margin-right:10px;
}

.gm-inf-actions {
    margin-left: auto;
    display: flex;
}

.gm-influence-giveaway a {
	background:green;
}

.gm-influence-giveaway a:visited,
.gm-influence-giveaway a:focus {
	color:#fff;
}

.gm-influence-giveaway a:hover {
	background:green;
	opacity:0.70;
}

.twitch .gmviewlive .gm-infleunce-btn {
	background: #5A3E85;
}

.youtube .gmviewlive .gm-infleunce-btn {
	background: #FF0000;
}

.facebook .gmviewlive .gm-infleunce-btn {
	background: #4267B2;
}


.gm-new .gm-infleunce-btn {
	width: 200px;
	justify-content: center;
}
.gm-infleunce-btn {
	font-weight: 600;
    font-size: 18px;
	background: #191c2e;
	border-radius:10px;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    display: flex;
    align-items: center;

}

.type_twitch_live,
.type_facebook_live,
.type_youtube_live {
	display:none;
	max-width: 24px;
    max-height: 24px;
    margin-right: 20px;
    box-sizing: border-box;
}

.facebook .type_facebook_live {
	display:flex;
}

.twitch .type_twitch_live {
	display:flex;
}


.youtube .type_youtube_live {
	display:flex;
}


.gm-influence-button {
	display:flex;
	align-items: center;
	color:#fff;
}

.gm-influence-button img {
	padding-right:20px;
}

.gm-influence-golive a:focus,
.gm-influence-golive a:visited {
	color:#fff;
}

.gm-infleunce-btn .icon-play-button {
	font-size: 21px;
    padding-right: 10px;
}

.gm-infleunce-btn:hover {
	color:#fff;
	background:#383c58;
}

.gm-infleunce-social ul {
	list-style-type: none;
	display:flex;
	 margin:10px 0 0 0;
	 padding:0;
}

.gm-infleunce-social ul li {
	padding-right:10px;
}

.gm-infleunce-social ul li:last-of-type {
	padding-right:0;
}
.gm-infleunce-social ul a {
	color:var(--mainDarkColor);
	text-decoration: none;
}

.gm-infleunce-social ul a span {
	font-size:20px;
}

.gm-influence-game {
	color: #191c2e;
    font-weight: 600;
    font-size: 20px;
}

.gm-influence-logo-game {
	width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gm-influence-logo-game img {
	display: block;
    max-width: 120px;
    max-height: 48px;
	filter: invert(1);
}

.gm-influence-extra {
	display:flex;
	align-items: center;
	gap:50px;
}

.gm-infleunce__poweredby {
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100px;
	padding: 10px 0;
}

@keyframes pulse {
		0% {
		  box-shadow: 0 0 0 0px rgba(255, 0, 0, 0.6)
		}
		100% {
		  box-shadow: 0 0 0 15px rgba(255, 0, 0, 0)
		}
  }

.gm-infleunce__poweredby span {
	font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    color: #b2c8eb;
}

.gm-infleunce__poweredby img {
	display: block;
    max-width: 100px;
    max-height: 64px;
}

.entry-header-meta {
	display:flex;
	justify-content: space-between;
}

.page .entry-header-meta {
    box-sizing: border-box;
    border: 5px solid #fcb94a;
    padding: 20px;
}

.ehm-totalviews,
.ehm-totalmoney {
	display:flex;
	flex-direction: column;
}

.ehm-totalmoney {
	margin-left:30px;
}


.ehm-totalviews span,
.ehm-totalmoney span {
	color:#ccc;
	font-size:15px;
	text-transform: uppercase;
}

.ehm-data span,
.ehm-count span {
	color: #ccc;
    font-size: 15px;
    text-transform: uppercase;
}

.ehm-total-value {
	font-weight: 400;
    font-size: 2.2rem;
    line-height: 40px;
	
}

.ehm-left h1 {
	margin:0;
	padding:0;
	color: #333443;
}

.ehm-right {
	display: flex;
    align-items: center;
}

.gm-ic-wrap {
	display: flex;
    justify-content: space-between;
	width: 100%;
}

.giveaway {
	display: flex;
    justify-content: space-around;
    max-width: 1400px;
	margin: 0 auto;
	flex-wrap: wrap;
}

.gm-post-thumbnail img {
	object-fit: cover;
    object-position: top;
    max-height: 250px;
    width: 100%;
}

.gm-carusel-item-meta {
	display:none;
}

.inf-sponsorslist {
	list-style-type: none;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    padding-top: 10px;
}

.inf-sponsorslist li img {
	max-width: 120px;
	max-height: 38px;
}

.inf-sponsorslist li {
	margin-right:10px;
}

.gmviewlive .gm-infleunce-btn {
	background: #259025;
}

.gm-hts {
	margin-left:120px;
	display:none;
}

.gm-hts .gm-influencer-livedate {
	font-size:24px;
}

.gm-navigation .custom-logo-link {
	display:none;
}

.gm-image {
	transition: all 0.2s ease-in-out;
}
.gm-image img {
	max-width: 250px;
}

.prodthumb2 {
	display:none;
}

.prodthumb2, 
.prodthumb1 {
	transition: all 0.2s ease-in-out;
}


.gm-image:hover .prodthumb1 {display:none;}
.gm-image:hover .prodthumb2 {display:inline-block;}

.gm-image img:hover {
	cursor:pointer;
}

.gm-product {
	background: #fff;
    display: inline-block;
    padding: 20px;
    box-sizing: border-box;
	text-align: center;
	border-radius:3px;
	max-width: 300px;
	margin-right:10px;
	margin-bottom:10px;
}

.gm-product:last-of-type {
	margin-right:0;
}

.gm-buy {
	background: #ad152e;
    color: #fff;
    text-decoration: none;
    padding: 10px;
    border-radius: 3px;
    width: 100%;
	display: block;
	transition: all 0.2s ease-in-out;
	
}

.gm-buy:hover {
	opacity:0.9;
}
.gm-buy:visited {
	color:#fff;
}

.gm-product-meta {
	margin-top: 20px;
}

.gm-product-title {
	font-size: 17px;
    line-height: 19px;
    padding-bottom: 20px;
    text-align: left;
    font-weight: 400;
}

.gm-shop {
	display:flex;
	justify-content: center;
	padding: 50px 0;
	flex-wrap: wrap;
}

.gm-sides {
	display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
}

.gm-side-right {
	margin-left:auto;
}

.gm-side-data h2 {
	font-family: Arame;
	color:#181b2d;
	font-size:3rem;
}

.gm-side-left {
	display: flex;
    align-items: center;
    justify-content: space-between;	
	margin-top: 150px;
}

.gm-side-left img {
	max-width: 600px;
}


.gm-side-right img {
	max-width: 500px;
}

.gm-header-secondary-logo img {
	max-width: 400px;
}

.gm-carusel {
	position: relative;
}

.gm-side-text {
	max-width: 511px;
    line-height: 5.5rem;
}

.gm-side-text h1 {
	font-family: 'Arame';
    font-size: 6.4rem;
    color: #181b2d;
    margin: 0;
    padding: 30px 0;
}

.gm-loader {
	background: #EEF1F3;
    position: fixed;
    z-index: 110;
    width: 100%;
    height: 100%;
}

.gm-loader svg {
	fill: var(--secondDarkColor);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 56px;
	position: relative;
	overflow: hidden;
}



/* .gm-loader:before {
    content: '';
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-40%);
	-webkit-animation: fillLoader 5s infinite;
	animation: fillLoader 5s infinite;
	-webkit-animation-direction: normal;
	animation-direction: normal;
	z-index: 110;
} */

.gm-influence-svg {
	height: 36px;
	margin-right:10px;
}

.gm-influence-svg svg {
	box-sizing: border-box;
    width: 36px;
    height: 36px;
	fill:#fff;
}

.row-special-sponsors {
	display:none;
}

.gm-side-bcr-text {
	color: #181b2d;
    font-weight: 600;
    font-size: 20px;
	padding-right: 50px;
}

.gm-side-bcr {
	display: flex;
    align-items: center;
    justify-content: flex-end;
}

.gm-footer-head h2 {
	font-weight: 600;
    font-size: 18px;
    margin: 0 0 20px 0;
    color: #fff;
}

.gm-footer-sponsors {
	display: flex;
    align-items: center;
	flex-direction: column;	
}

.gm-footer-menu .gm-footer-sponsors {
	flex-direction: row;
	gap:50px;
}

.gm-footer-menu .gm-sponsor-single {
	margin:0;
}
.gm-terms{
	display:flex;
	justify-content: center;
	padding-top:50px;
	gap:20px;
}
.gm-terms a {
	color: #ccc;
    font-size: 14px;	
}

.gm-se {
	background:#830802;
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
}

.gm-carusel {
	display:none;
}

.gm-sponsors-row h2 {
	font-size: 14px;
    text-transform: uppercase;
    color: #fff;
}

.row-media-sponsors h2 {
	opacity:0;
}
.gm-header-logo {
	display: flex;
	align-items: center;
}
.gm-se-footer {
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: #830802;
}

.gm-se-footer .byvodafone {
	display: block;
    margin-right: 100px;
    max-width: 400px;
}

.gm-se-logo img {
	max-width: 500px;
}

.gm-se-content {
	height: 900px;
	background:url('assets/images/bg.png');
	width: 100%;
	background-size: cover;
}

.gm-se-logo {
	display:none;
}

.gm-se-content-body {
    display: flex;
    align-items: center;
    height: 900px;
    padding-left: 70px;	
}

.gm-slide-mobile {
	display:none;
}

.gm-articles {
	display:flex;
	align-items: center;
	gap:30px;
}
.gm-article {
	width: 264px;
    border-radius: 10px;
    overflow: hidden;
    height: 440px;
	position: relative;
	transition: all 0.2s ease-in-out;
}

.gm-article:hover:after{
	height: 100%;
}

.gm-article:hover .gm-article-meta {
	transform: translateX(5px);
}


.gm-article:after {
	content: "";
	position: absolute;
	bottom:0;
	width: 100%;
	height: 70%;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	transition: all 0.2s ease-in-out;
	pointer-events: none;
}

.gm-article-thumb img {
	display:block;
	object-position: center;
}

.gm-news-list .gm-article-thumb img {
    display: block;
    object-position: bottom;
    height: auto;
    width: 100%;
    object-fit: cover;
	transition: all 0.2s ease-in-out;
}

.gm-news-list .gm-article:after {
	height: 70%;
}

.gm-article-meta {
	position: absolute;
    bottom: 0;
	left:0;
    width: 100%;
    color: #ccc;
    font-weight: 600;
    font-size: 18px;
    z-index: 101;
    box-sizing: border-box;
    padding: 20px 20px 10px 20px;
	transition: all 0.2s ease-in-out;
	display: flex;
	flex-direction: column-reverse;
	pointer-events: none;

}

.gm-article-meta h1 {
	color: #fff;
    text-transform: uppercase;
    font-size: 28px;
    margin: 0;
}

.gm-meta-data {
	font-weight: normal;
    line-height: 14px;
}

.gm-box404 {
	text-align: center;
	padding:50px 0;
}

.btn-simple {
	background: var(--secondDarkColor);
    color: #fff;
    font-weight: 600;
    padding: 20px 40px;
    text-decoration: none;
    border-radius: 50px;
	margin: 20px 0;
    display: inline-block;
	transition: all 0.2s ease-in-out;
}

.btn-simple:visited {
	color:#fff;
}

.btn-simple:hover {
	opacity: 0.9;	
}

.gm-titlesmall-description {
	text-transform: uppercase;
    font-weight: 700;
    opacity: 0.5;
    width: 50%;
    display: block;
    margin: 0 auto;
}

.gm-marathons-list {
	padding: 100px 0;
    display: flex;
  	flex-wrap:wrap;
	justify-content: space-between;
	gap:30px;
}

.gm-marathons .gm-article {
	width: calc(100% / 5 - 30px);
    height: auto;
}

.gm-marathons .gm-article-box {
	display: flex;
	width: 100%;
}

.gm-msingle {
	background: #fff;
    border-radius: 18px;
    padding: 40px;
	box-shadow: 0 5px 20px 0 rgb(0 0 0 / 3%);
}

.gm-msingle-head {
	display:flex;
	align-items: center;
	gap:40px;
}

.msrow-meta__name h1 {
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    font-size: 42px;
}

.msrow-meta__name span {
	background: #e0e3e9;
    text-transform: uppercase;
    color: #677081;
    border-radius: 50px;
    padding: 2px 10px;
    font-weight: 500;
}

.msrow-avatar {
	width: 180px;
    height: 180px;
    border-radius: 50%;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
}

.msrow-avatar img {
	object-fit: cover;
    object-position: center;
    height: 180px;
    width: 180px;
}


.msrow-info .tb-row {
	display:flex;
	flex-direction: column;
}

.msrow-info .tb-row .title {
	color: #677081;
    font-weight: 500;
}

.msrow-info .tb-row .value {
	font-size:19px;
	text-transform: uppercase;
	font-weight: 700;
}

.msrow-info {
	width: 500px;
	margin-left:auto;
}

.gm-msingle-title h2 {
	text-transform: uppercase;
    margin: 0;
    padding-bottom: 40px;
    font-size: 26px;
}

.tb-column {
	display:flex;
	align-items: center;
}

.msrow-meta__viwers {
	display: flex;
    align-items: center;
    gap: 10px;
}

.msrow-meta__viwers span {
	font-size:32px;
}

.tb-row {
	width: 250px;
}

.table-body {
	display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: flex-end;
    align-items: flex-end;
}

.msrow-participants {
    display: flex;
    align-items: center;
    border-top: 1px solid #e0e3e9;
    padding-top: 20px;
    margin-top: 10px;
}

.msrow-participant {
	position: relative;
}
.msrow-participant-thumb {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    background: #e0e3e9;
	border:3px solid #fff;
}

.msrow-participants .msrow-participant:nth-child(2) .msrow-participant-thumb {
	position: relative;
	left:-10px;
}

.msrow-participants .msrow-participant:nth-child(3) .msrow-participant-thumb {
	position: relative;
	left:-20px;
}

.msrow-participants .msrow-participant:nth-child(4) .msrow-participant-thumb {
	position: relative;
	left:-30px;
}

.msrow-participants .msrow-participant:nth-child(5) .msrow-participant-thumb {
	position: relative;
	left:-40px;
}


.msrow-participants .msrow-participant:nth-child(6) .msrow-participant-thumb {
	position: relative;
	left:-50px;
}


.msrow-participants .msrow-participant:nth-child(7) .msrow-participant-thumb {
	position: relative;
	left:-60px;
}
.msrow-participant-more {
	font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
	color:#677081;
}

.msrow-participant-thumb img {
	object-fit: cover;
    object-position: top;
    padding-top: 5px;
}

.gm-msinfo-preview {
	width: 100%;
    height: 100px;
    overflow: hidden;
    margin: 50px 0;
    box-sizing: border-box;
    object-fit: cover;
    object-position: center;
    border-radius: 50px;
	position: relative;
}

.gm-msinfo-preview img {
	height: 100px;
    width: 100%;
    object-fit: cover;
    object-position: top;
    opacity: 0.5;
}

.gm-msinfo-download-button{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 102;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px;
}

.gm-msinfo-download-meta h1 {
	padding:0;
	margin:0;
	font-size:22px;
}

.gm-msinfo-download-meta span {
	font-weight: 600;
    opacity: 0.7;
}

.gm-msinfo-download-button a {
	background: #222534;
    color: #fff;
    font-weight: 700;
    font-size: 17px;
    text-decoration: none;
    padding: 10px 40px;
    border-radius: 50px;
    text-transform: uppercase;
}

.gm-msss-thumb {
	width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #e0e3e9;
    overflow: hidden;
    border: 5px solid #fff;
    box-sizing: border-box;
}

#breadcrumbs {
	max-width: 1400px;
    margin: 0 auto;
    padding: 40px 0;
	color:#677081;
}

.gm-msingle-related,
.gm-msingle-sponsors {
	padding:50px 0;
}

#breadcrumbs a:visited,
#breadcrumbs a:hover,
#breadcrumbs a:focus {
	color:#677081;
}
.gm-msss-name {
	line-height: 15px;
	font-weight: 500;
}

.gm-msss-thumb img {
	display:block;
	padding-top:5px;
	object-fit: cover;
}

.gm-msingle-streamears {
	padding:50px 0;
}
.gm-msstreamers__streamers {
	display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.gm-mssponsors__mssponsors {
	display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
	padding:50px 0;
    justify-content: space-between;
}

.gm-msponsor-thumb img {
	display: block;
    max-width: 120px;
    max-height: 50px;
	transition: all 0.2s ease-in-out;
	opacity:0.6;
}



.gm-msss-box {
	display: flex;
    width: calc(100% / 5);
}

.gm-msss-card {
	position: relative;
    border-radius: 50px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
	margin-bottom:20px;
	margin-right:20px;
	background:#fff;
	box-shadow: 0 5px 20px 0 rgb(0 0 0 / 3%);
}

.gm-msss-box:nth-child(5n+5) .gm-msss-card {
	margin-right:0;
}

.gm-titleby-text{
	text-transform: uppercase;
	font-weight: 700;
	position: relative;
	top: -19px;
	font-size: 24px;
	color: #191c2e;	
}

.gm-infleunce__poweredby-carusel {
	display: flex;
    align-items: center;
    gap: 20px;
    padding-top: 5px;
}

#main-event {
	background:var(--secondDarkColor);
	color:#fff;
}

#main-event .gm-title h2 {
	color:#fff;
}

#main-event .gm-titleby-text {
	color:#fff;
}

#main-event .gm-titleby-logo img {
	max-width: 230px;
}

#main-event .gm-infleunce__poweredby-carusel {
	display:none;
}

#main-event .gm-influence-extra {
	display:none;
}

#main-event .gm-infleunce__poweredby {
	display:none;
}

#main-event .gm-controls {
	width: auto;
	display: none;
	align-items: center;
	justify-content: center;
 }

 #main-event .gm-influence-name {
	font-size:1.2rem;
	padding:5px 0;
 }

 #main-event .gm-influencers-list {
	display:flex;
	justify-content: center;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
 }

 #main-event .gm-livestatus__live {
	display:none;
 }

 #main-event .gm-influence {
	margin-bottom: 20px;
	width: calc(100%/5);
 }

 #main-event .gm-influence-content {
	flex-direction: column;
	justify-content: center;
 }

 #main-event .gm-influence-meta {
	padding-left:0;
 }

 #main-event .gm-controls-row a {
	display: block;
    padding: 10px 50px;
 }

 #main-event .gm-controls-row {
    display: flex;
    justify-content: center;
    padding: 20px 0;
 }


 .attached-s-avatar {
	width: 70px;
	z-index: 100;
	background: #B2C8EB;
	border-radius: 50%;
	height: 70px;
	border: 3px solid #fff;
	overflow: hidden;
	margin-bottom:10px;
 }

 .attached-s-avatar img {
	height: 130px;
	display: block;
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
	bottom: -5px;
	object-fit: cover;
	object-position: center;
 }

 .gm-influencer-main {
	width: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
 }

 .influence-main .gm-influence-meta_new {
	display: flex;
	align-items: center
 }
 .influence-main .gm-influence-content {
	position: inherit;
 }

 .influence-main .gm-influencer-main {
	position: relative;
 }

 .influence-main .gm-livestatus__live {
    bottom: 45px;
    left: 50%;
    transform: translateX(-50%);
 }

 .influence-main .gm-influence-meta {
	display:flex;
	align-items: center;
 }

 .attached-streamers {
	display: flex;
    align-items: flex-start;
 }

 .attached-s-name {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
	width: 120px;
	line-height: 13px;
	text-align: center;
 }

 .attached-s {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
 }

 .powered-ngame {
	display: flex;
	align-items: flex-end;
	gap: 50px;
	margin-left: 50px
 }

 .influence-main .gm-controls {
	margin-left:auto;
 }

 .influence-main .gm-infleunce__poweredby {
	padding:0;
 }

 .attached-s:last-of-type {
	margin-right:0;
 }

 #main-event {
	display:none;
 }

 .gm-is-listing {
	display:flex;
	flex-wrap: wrap;
	justify-content: flex-start;
 }

 .gmis-streamer {
	width: calc(25% - 1rem);
	margin: 0.5rem;
	justify-content:flex-start;
	flex: 1 1 calc(25%-10px);
 }

 .gmis-streamer-card {
	border-radius: 15px;
    overflow: hidden;
 }
 .gmis-streamer-card img {
	display:block;
 }

@keyframes fillLoader {
	0% {
		transform: translate(-50%,-40%);
	}
	100% {
		transform: translate(-50%,50%);
	}
  }


  :root {
	--secondaryFont: 'Poppins', sans-serif;
  }