.pum-close,
.pum-close i {
    color:white !important;
}

body, html {
	overflow-y:visible !important;
}


.playnetic-marquee {
	border-top: 1px solid transparent !important;
	border-bottom:1px solid transparent !important;
	border-image: linear-gradient(80deg, #8B18B8 10%, #F60086 90%) !important;
	border-image-slice: 1 !important;
	padding: 15px 0px 10px 5px !important;
}


/* Mobile Hero Fades */
.mobile_hero_fade {
  position: relative;
  z-index: 0;
}
.mobile_hero_fade::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 30%;
  background: linear-gradient(to top, rgba(0, 0, 0, 1)1%, rgba(0, 0, 0, 0.6)30%, transparent 90%);
  pointer-events: none;
}
.mobile_hero_fade > * {
  position: relative;
  z-index: 2;
}
/* Desktop Hero Fades */
.sk_hero_fade::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -100px;
  right: -100px;
  height: 20%;
  background: linear-gradient(to top, rgba(0, 0, 0, 1) 30%, transparent 100%);
  z-index: 2;
  pointer-events: none;
}


/* Safari Font Fix */
@font-face{font-family:"Geist";src:url("/wp-content/uploads/Geist-Bold.woff") format("woff"),url("/wp-content/uploads/Geist-Bold.ttf") format("truetype");font-weight:bold;font-style:normal;font-display:swap}

/* Age Verification */
.age-gate__headline {
  font-size: clamp(50px, 7vw, 80px);
	line-height:1em;
	font-weight: 300;
}
.age-gate__loader {
	display:none !important;
}
.age-gate__subheadline {
	font-size: 16px;
	line-height: 25px;
}
button.age-gate-submit-no, button.age-gate-submit-yes, button.age-gate__submit--no, button.age-gate__submit--yes {
	color:white !important;
	margin:0 5px;
	min-width:175px;
	padding:20px;
	font-size:14px;
	font-weight:bold !important;
	letter-spacing:1.5px;
	border:none !Important;
	background: linear-gradient(120deg, #F50086, #6621CB 90%);
clip-path: polygon(0 0, 90% 0%, 100% 30%, 100% 100%, 9% 100%, 0% 75%, 0 15%);
}
button.age-gate__submit--no{
	clip-path:initial;
background:
url('/wp-content/plugins/sketch-playnetic/assets/images/button.svg') !important;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position:
center center !important;
}
/* CTA Hover State */
button.age-gate-submit-no:hover, button.age-gate-submit-yes:hover, button.age-gate__submit--no:hover, button.age-gate__submit--yes:hover {
	background: linear-gradient(220deg, #F50086 0%, #6621CB 90%);
}
.age-gate-error, .age-gate__error {
	color: #fff;
}
.age-gate-wrapper, .age-gate__wrapper {
	z-index: var(--ag-form-z-index, 99999999) !important;
}


/* 404 Page */
.sk_404 {
	padding:5%;
	background: url('/wp-content/uploads/2025/03/404-bg.png') no-repeat center center;
	background-size: cover;
	height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-bottom:-35px !important;
}
.sk_404 h1 {
	font-weight:300;
}
.sk_404 a {
	color:white !important;
	margin:30px 0 0;
	min-width:175px;
	padding:15px;
	font-size:14px;
	font-weight:bold !important;
	letter-spacing:1.5px;
	border:none !Important;
	background: linear-gradient(120deg, #F50086, #6621CB 90%);
clip-path: polygon(0 0, 90% 0%, 100% 30%, 100% 100%, 9% 100%, 0% 75%, 0 15%);
}

/* Lanugage Selector */
.language-selector {
	display: flex;
	flex-direction: column;
	position: relative;
	align-items: start;
}
/* Dropdown */
.name__NameContainer-sc-1t6dnt4-0 {
	color: white !important;
	font-size:16px !important;
}
.background__Container-sc-vlc92y-0 {
	border: solid 1px deeppink;
	min-width:149px;
	padding:10px;
	text-align:left !important;
	margin-left:-5px !important;
	border-radius: 0px !important;
}
.dropdown__Container-sc-isjblh-0 {
	background: rgb(0,0,0,0.7) !important;
  -webkit-backdrop-filter: blur(10px);
	backdrop-filter:blur(10px) !important;
	margin-top:6px !important;
	margin-left:-1px;
	border-radius:0px !important;
	border: 1px solid transparent !important;
	border-image: linear-gradient(80deg, #8B18B8 10%, #F60086 90%) !important;
	border-image-slice: 1 !important;
	padding: 5px 0px 5px 5px !important;
}
.dropdown-item__Wrapper-sc-1okdc3s-0:hover {
	background:linear-gradient(80deg, #8B18B8 10%, #F60086 90%) !important;
}

/* Hero Margins */
.sk_hero.vc_row.vc_row-o-equal-height>.vc_column_container  {
  width: calc(100% - 170px);
  margin: 0 auto;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
  border-image: linear-gradient(180deg, #8B18B8 10%, #F60086 50%, #000 100%);
  border-image-slice: 1;
  border-image-repeat: no-repeat;
}
/* Scroll CTA Position */
.sk_scroll_cta img {
	position:absolute;
	left:-50px;
	top: 50%;
	transform: translateY(-50%);
}

/* Game Trailer Popup Theme */
.pum-theme-1938, .pum-theme-game-trailers {
	background-color:rgba(39,0,68,0.5);
  -webkit-backdrop-filter: blur(12px);
	backdrop-filter:blur(12px);
}

/***** START Cookie Bar *****/
/*****************************/
#mfn-gdpr {
	background-color: rgba(0,0,0,0.8);
	border-radius: 0px;
  -webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	box-shadow: none;
	padding-bottom:30px !Important;
	border-top: 2px solid transparent !important;
	border-image: linear-gradient(80deg, #000 1%, #8B18B8 10%, #F60086 90%, #000 99%) !important;
	border-image-slice: 1 !important;
	z-index: 99999;
}
#mfn-gdpr[data-direction="horizontal"] {
	justify-content: center;
	padding: 15px;
	width: 100%;
}
#mfn-gdpr .mfn-gdpr-content {
	color:white;
	margin-right:50px !important;
}
#mfn-gdpr .mfn-gdpr-content a {
	color:#9316B4;
}
#mfn-gdpr[data-direction="horizontal"] .mfn-gdpr-image img {
	display:none;
}
#mfn-gdpr .mfn-gdpr-button {
	color:white !important;
	min-width:175px;
	
	padding:17px;
	font-size:14px;
	font-weight:bold !important;
	letter-spacing:1.5px;
	border:none !Important;
	background: linear-gradient(120deg, #F50086, #6621CB 90%);
clip-path: polygon(0 0, 90% 0%, 100% 30%, 100% 100%, 9% 100%, 0% 75%, 0 15%);
}
/*****************************/
/****** END Cookie Bar ******/

/***** START Age Popup *****/
/*****************************/
.pum-theme-1885, .pum-theme-content-only {
  -webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}
.pum-close {
	position:fixed !important;
	top:20px !important;
	right:20px !important;
	background: linear-gradient(132deg, #d600a0, #6c00ff) !important;
	width:50px !important;
	height:50px !important;
	border-radius:50px !important;
	font-size:30px !important;
	font-weight:normal !important;
	padding:0 !important;
	display:flex !important;
	align-items:center !important;
	justify-content:center !important;
}
/*****************************/
/****** END Age Popup ******/

/* Scroll Behaviour*/
html, body {
  scroll-behavior: smooth;
	scroll-padding-top: 90px;
}

/* Fade Overlay */
.sk_overlay {
	background: linear-gradient(180deg, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.1) 15%,  rgba(0,0,0,0.6) 30%,  rgba(0,0,0,1) 50%,rgba(0,0,0,0.1) 87%, rgba(0,0,0,0) 100%);
  -webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);

	pointer-events: none;
}

/* WPBA Template Adjust */
.wpba_adjust {
	overflow:visible !important;
	margin-top:-35px !important;
	margin-bottom:-70px !important;
}

/***** START Animations *****/
/*****************************/
@keyframes fadeInUpBig {
0% {
	opacity: 0;
	transform: translateY(100px);
}
100% {
	opacity: 1;
	transform: translateY(0);
  }
}
.fade_in_up_big {
  animation: fadeInUpBig 1s ease-out;
  animation-fill-mode: both;
}
/*****************************/
/****** END Animations ******/

/** START Header Style **/
/*****************************/

/* Menu Bottom Border */
.mhb-view.desktop .first-row .mhb-row-wrapper {
	padding:0px 30px;
	border-bottom: 2px solid transparent;
	border-image: linear-gradient(90deg, #8B18B8, #F60086, #000);
	border-image-slice: 1;
	animation: animate-border 4s linear infinite;
	background:rgba(0,0,0,0.1) !important;
  -webkit-backdrop-filter: blur(12px);
	backdrop-filter:blur(12px);

}
.mhb-view.desktop.sticky .first-row .mhb-row-wrapper {
  -webkit-backdrop-filter: blur(12px);
	backdrop-filter:blur(12px);
}
/* Header Menu Hover */
.mhb-menu .menu > li a:hover, .menu > li.current-menu-item > a{
	height:80px;
  border-bottom-width: 3px;
  border-style: solid;
  border-image: linear-gradient(90deg, #8B18B8, #F60086) 1;
}
/*****************************/
/** END Header Style **/

/***** START Menu Extras *****/
/*****************************/ 
.mhb-menu {
	display: flex;
	align-items: center;
}
.mhb-menu li {
	display: flex;
	align-items: center;
}
.mhb-menu li:not(:last-child)::after {
	content: "";
	width:7px;
	height:7px;
	background-image: linear-gradient(60deg, #F50086 10%, #6621CB) !important;
	border-radius: 50%;
	display: inline-block;
	margin: 0 10px;
}
.sk_menu_icon {
	margin-left:5px;
}
/*****************************/
/****** END Menu Extras ******/


/* START Desktop Burger Menu */
/*****************************/
#rmp-menu-title-404 .rmp-menu-title-image {
	float: right;
	margin-right: 5%;
}
#rmp-container-404 {
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
	background-color:rgba(0,0,0,0.5) !important;
  -webkit-backdrop-filter: blur(10px);
	backdrop-filter:blur(10px);
	border-left: 2px solid transparent;
	border-image: linear-gradient(180deg, #000 1%, #8B18B8 10%, #F60086 90%, #000 99%);
	border-image-slice: 1;
	z-index:199999;
}
#rmp-page-overlay-404.is-active {
  -webkit-backdrop-filter: blur(5px);
	backdrop-filter:blur(5px)
}
#rmp-menu-wrap-404 .rmp-menu-current-item {
	border-bottom: 2px solid transparent !important;
	border-top:none;
	border-image: linear-gradient(220deg, #8B18B8, #F60086, #000);
	border-image-slice: 1;
}
#rmp-menu-wrap-404.rmp-menu-item-link {
	border:none;
}
#rmp-container-404.rmp-container .rmp-menu-wrap .rmp-menu {
	padding-left:60px !important;
}

.menu_sub_info p, .menu_sub_info a {
	font-family:rajdhani;
	text-decoration:none !important;
	font-weight:bold;
	font-size:20px;
	font-style:normal;
	line-height:10px !important;
}
.menu_sub_info h4{
	font-family:rajdhani;
	font-weight:bold;
	font-size:20PX;
	LETTER-SPACING:2PX;
	font-style:normal;
	line-height:30px !important;
	margin-bottom:10px;
	color:#8B18B8;
}
 #rmp-menu-wrap-404 .rmp-menu-item-link:hover {
	background: linear-gradient(90deg, #F60086 10%, #8B18B8 60%, #F60086 90%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.menu_socials {
	padding:0px 5%;
	position:absolute;
	right:5%;
	margin-top:40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu_socials img {
	margin-left:10px;
}
.linkedin_icon:hover {
	content:url("/wp-content/uploads/2025/02/linkedin.svg")
}
.youtube_icon:hover {
	content:url("/wp-content/uploads/2025/02/youtube.svg")
}
/*****************************/
/* END Desktop Burger Menu */

/* START Mobile Burger Menu */
/*****************************/
#rmp-menu-title-2028 .rmp-menu-title-image {
	float: left;
	margin-bottom:45px !important;
}
#rmp-container-2028 {
  -webkit-backdrop-filter: blur(20px);
	backdrop-filter:blur(20px);
	border-bottom: 2px solid transparent;
	background-color:rgba(0,0,0,0.5) !important;
	border-image: linear-gradient(120deg, #000 1%, #8B18B8 10%, #F60086 90%, #000 99%);
	border-image-slice: 1;
	z-index:99999;
}
/* Thumbnail Play Buttons */
.sk_menu_thumbs {
	margin-top:45px;
	position:relative;	
	margin-left:-30px;
	display:inline-block;
	vertical-align: middle;
}
.menu_thumb_first, .menu_thumb_second, .menu_thumb_third {
	height:100px !important;
	width:122px !Important;
}
.menu_thumb_first {
	position:relative;
	z-index: 0;
}
.menu_thumb_second {
	margin-left:-30px;
	position:relative;
	z-index:1 !important;
}
.menu_thumb_third {
	margin-left:-30px;
	position:relative;
	z-index:2 !important;
}
/* Hover Effects */
.sk_menu_thumbs img:hover {
	z-index: 3 !important;
	transform: scale(1.05);
}
.menu_thumb_first:hover {
	content:url("/wp-content/uploads/2025/02/mlg-2.png");
}
.menu_thumb_second:hover {
	content:url("/wp-content/uploads/2025/02/max-catch-thumb-2.png");
}
.menu_thumb_third:hover {
	content:url("/wp-content/uploads/2025/02/pvj-2.png");
}

/*****************************/
/* END Mobile Burger Menu */


/* Column Indexing */
.sk_column_index {
	position:relative;
	z-index:999;
}
/* Responsive Heading Adjustments */
h1 {
  font-size: clamp(50px, 7vw, 130px);
line-height: 1em;
}
h2 {
  font-size: clamp(40px, 6vw, 75px);
	line-height: 1.1em;
}
h3 {
	font-size:clamp(30px,6vw,35px);
	line-height: 1.1em;
}
/* Heading Adjust */
.sk_subhead {
	font-style:normal;
	font-size:18px;
	font-weight:900;
}
.sk_vertical_text {
	writing-mode: vertical-rl;
	transform: rotate(180deg) !important;
	position: absolute;
	left: -40px;
	font-size:15px;
	top:64%;
}

/* Hero Eyebrow Text */
.sk_hero_eyebrow {
	font-size:20px;
	line-height:25px;
	font-weight:900;
}

/* Text Gradients */
.sk_grad_right {
	background: linear-gradient(60deg, #FFFFFF, #F50086 50%, #9316B4);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.sk_grad_left {
	background: linear-gradient(220deg, #FFFFFF 20%, #F50086 50%, #9316B4);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.sk_grad_top {
	background: linear-gradient(130deg, #fff, #F50086 70%, #fff);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.sk_grad  {
	background: linear-gradient(120deg, #F60086 30%, #6621CB);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.sk_grad_short {
	background: linear-gradient(140deg, #F50086, #6621CB);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/* Global CTA Style */
.vc_btn3.vc_btn3-size-md, .vc_btn3.vc_btn3-size-md.vc_btn3-style-outline-custom {
	color:white !important;
	margin:0 5px;
	min-width:175px;
	padding:20px;
	font-size:14px;
	font-weight:bold !important;
	letter-spacing:1.5px;
	border:none !Important;
	background: linear-gradient(120deg, #F50086, #6621CB 90%);
clip-path: polygon(0 0, 90% 0%, 100% 30%, 100% 100%, 9% 100%, 0% 75%, 0 15%);
}
/* CTA Hover State */
.vc_btn3.vc_btn3-size-md:hover, .vc_btn3.vc_btn3-size-md.vc_btn3-style-outline-custom:hover {
	background: linear-gradient(220deg, #F50086 0%, #6621CB 90%);
}
/* Secondary CTA */
.new-image-button a .image-button-text {
	letter-spacing:1px;
}

/* Inline CTA Settings */
.sk_inline_ctas {
	margin:0 auto;
	text-align:center;
}
.sk_inline_right {
	float:right;
}

/* background TOP position */
.sk_bg_top.vc_row.vc_row-flex{
  background-position: top !important;
  background-repeat: no-repeat;
  background-size: auto;
}

/* LATEST NEWS SECTION
 * SETTINGS:DESKTOP */
.latest-news_carousel {
	padding-bottom:420px !important;
	margin-bottom:-320px;
}
/* LATEST NEWS SECTION
 * SETTINGS:MOBILE */
@media (max-width: 991px) {
.latest-news_carousel {
	padding-bottom:70px !important;
	margin-bottom:unset;
}
}
/* LATEST NEWS SECTION
 * GRID SETTINGS */
.latest-news_carousel div.news-slider {
	max-width:1400px;
	margin:0 auto;
}

/***** START News SLIDER *****/
/*****************************/
/* News Tile Image */
/* POST Date Tile */
.news-slider .news-carousel-container .news-card .read-more-link {
	background:transparent;
	padding:0px !important;
	min-width:auto;
	clip-path:none;
	top:170px;
	font-family:lato;
	letter-spacing:0px;
	font-size:16px;
	font-weight:600 !important;
	position:absolute;
	bottom:3%;
	left:45px;
	top:auto;
	text-transform:uppercase;
}
.news-slider .news-carousel-container .news-card .news-card-inner {
	background-image: linear-gradient(90deg, #F50086, #6621CB) !important;
}
.news-slider .news-carousel-container {
	padding-left:0px;
}
@media screen and (max-width: 991px) {
.news-slider .news-carousel-container .news-card .news-grid-content .news-grid-title {
	padding-right:0%;
}
.news-slider .news-carousel-container .news-card .read-more-link {
	background:transparent;
	padding:0px !important;
	min-width:auto;
	clip-path:none;
	top:170px;
	font-family:lato;
	letter-spacing:0px;
	font-size:16px;
	font-weight:600 !important;
	position:absolute;
	bottom:5%;
	left:45px;
	top:auto;
	text-transform:uppercase;
}
.news-slider .news-carousel-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    /* padding-left: 25px; */
}
.news-slider .news-carousel-container .news-card .news-card-inner {
	background-image: linear-gradient(90deg, #F50086, #6621CB) !important;
}
}
/*****************************/
/****** END News Slider ******/

/***** START News GRID *****/
/*****************************/
.playnetic-news-grid .no-posts-found {
	background: rgb(0,0,0,0.2) !important;
	color:white !important;
  -webkit-backdrop-filter: blur(10px);
	backdrop-filter:blur(10px) !important;
	border-radius:0px !important;
	border: 1px solid transparent !important;
	border-image: linear-gradient(80deg, #8B18B8 10%, #F60086 90%) !important;
	border-image-slice: 1 !important;
}

@media screen and (max-width: 991px) {
/* news Grid Style */
.news-grid-item .news-grid-content .news-grid-title {
	padding-right:0%;
}
.news-grid-item .read-more-link {
	background:transparent;
	padding:0px !important;
	min-width:auto;
	clip-path:none;
	top:170px;
	font-family:lato;
	letter-spacing:0px;
	font-size:16px;
	font-weight:600 !important;
	position:absolute;
	bottom:5%;
	top:auto;
	text-transform:uppercase;
}
.news-grid-item {
	max-width:400px
}
}
/*****************************/
/****** END News Grid ******/

/***** START Events Grid *****/
/*****************************/
.sk_event_grid .vc_gitem-is-link {
	border-radius:0px;
  aspect-ratio: 31/20;
	clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 90%);
	margin:-1px 0;
	z-index:999;
}
/* EVENT Date Tile */
.vc_gitem-acf.field_67bee8cf576e5, .event-item .event-content .event-date {
	margin-top:-75px;
	z-index:999;
	overflow:visible;
	position:relative;
	background-color:#5216A9;
	text-align:center;
	margin-bottom:10px;
	padding:10px;
	display: flex;
	text-transform:uppercase;
	justify-content: center;
	align-items: center;
	font-size: 22px;
	font-weight:600;
	margin-left:0px;
	font-family:lato;
	line-height:22px;
	border: 1px solid transparent;
	border-image: linear-gradient(90deg, #F50086, #6621CB);
	border-image-slice: 1;
}

@media ( max-width: 959px ) and ( min-width:768px ) {
	.vc_gitem-acf.field_67bee8cf576e5, .event-item .event-content .event-date {
		white-space:wrap !important;
		text-align:left !important;
	}
}
@media ( max-width: 389px ) {
	.vc_gitem-acf.field_67bee8cf576e5, .event-item .event-content .event-date {
		white-space:wrap !important;
		text-align:left !important;
	}
}


.sk_event_grid .vc_gitem-zone.vc_gitem-zone-c {
	padding:50px 20px 7px;
	background-image: linear-gradient(90deg, #2C0928, #730F68) !important;
	margin-top:-45px;
	height:auto;
	min-height:200px;
	position:relative;
	overflow:visible;
}
.sk_event_grid .vc_gitem-post-data-source-post_title h4 {
	font-family:lato;
	font-size:23px;
	line-height:26px;
	font-style:normal;
	font-weight:900;
	text-transform:uppercase;
	padding-right:9%;
	height:auto !important;
	text-overflow: ellipsis !important;
	overflow: hidden !important;
	white-space: nowrap !important;
	padding:15px 0 0  !important;
}
.sk_event_grid .vc_btn3.vc_btn3-color-juicy-pink, .sk_event_grid .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:hover {
	background:transparent;
	padding:0px !important;
	min-width:auto;
	clip-path:none;
	font-family:lato;
	letter-spacing:0px;
	font-size:16px;
	font-weight:400 !important;
	text-transform:uppercase;
}
.sk_event_grid .vc_btn3.vc_btn3-color-juicy-pink::after {
    content:url("/wp-content/uploads/2025/02/arrow.svg");
    margin-left: 8px;
    display: inline-block; 
    color: inherit;
}
.sk_event_grid .vc_gitem-post-data-source-post_excerpt {
	display:none !important;
}
.owl-stage-outer.owl-height {
	height:100% !Important;
}
/*****************************/
/****** END Events Grid ******/

/*** START Post Pagination ***/
/*****************************/
.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav {
	opacity:100%;
	width:100%;
	position: absolute;
	bottom: 5px;
  position: absolute;
  transform: translateY(-50%);
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-next {
	color:#F50086 !important;
  right: calc(50% - 100px);
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-prev {
	left: calc(50% - 100px);
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-white, .vc_arrow-icon-arrow_01_left:before {
	color:#F50086 !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-purple .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-purple .vc_grid-owl-dot:hover span {
    background-color: #F50086 !important;
    border-color: #F50086 !important;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-purple .vc_grid-owl-dot span {
    border-color: #fff !important;
}
/*****************************/
/*** END Post Pagination ***/


/***** START Tabs Style *****/
/*****************************/
.vc_tta.vc_general .vc_tta-tab>a {
	border:2px transparent !important;
	background:transparent !important;
	border-radius:100px !important;
	padding:0px !important;
	margin:0px 10px;
}
.vc_tta-panel-body {
	padding:0px !important;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active>a {
	border:2px solid #F40086 !important;
	background:transparent !important;
	border-radius:100px !important;
	padding:10px 20px 8px !important;
}
.vc_tta.vc_general .vc_tta-tab>a .vc_tta-title-text {
	font-family: lato;
	font-weight: 900;
	font-size: 17px;
}
/*****************************/
/****** END Tab Style ******/


/***** START Game Carousel *****/
/*****************************/
.sk_game_tile a:hover {
  text-decoration: none;
	color:white !important;
}
/* Carousel Text Adjustments */
.sk_game_carousel p {
	font-size:15px;
	line-height:20px;
	font-weight:900;
	font-family:lato;
	padding:10px 15px;
	display:table !important;
	margin:0;
	margin-bottom:-35px;
	margin-top:15px;
background: linear-gradient(90deg, #390031 0%, #250046 100%);
}
.sk_game_carousel .sk_grad {
	padding:0px 10px 0 0;
}
.sk_tile_label {
	font-size:12px;
	font-weight:bold;
	letter-spacing:2px;
}
/* Game Tile CTAs */
.sk_game_ctas {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align:center;
	padding:0 30px 20px;
}
.sk_game_ctas a {
	text-decoration:none !important;
}
.sk_game_cta_1, .sk_game_cta_2 {
	color:white !important;
	margin:0 5px;
	padding:12px;
	width:100%;
	font-size:14px;
	font-weight:bold !important;
	letter-spacing:1px;
	border:none !Important;
	background: linear-gradient(120deg, #F50086, #6621CB 90%);
	clip-path: polygon(0 0, 90% 0%, 100% 30%, 100% 100%, 9% 100%, 0% 75%, 0 15%);
	opacity:0%;
}
.sk_game_cta_1:hover, .sk_game_cta_2:hover {
	background: linear-gradient(220deg, #F50086 0%, #6621CB 90%);
}

/* carousel Tile Style */
.sk_game_carousel {
  display: flex;
  flex-direction: column;
  justify-content: end;
	min-height:700px;
	min-width:450px;
}
.sk_game_tile {
	position:relative;
 overflow:hidden;
}
.sk_game_carousel {
	position:relative;
  z-index: 1;
}
.sk_game_tile::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: 0.6s ease;
  z-index: 1; 
}
/* Tile Hover Style */
.sk_game_tile:hover .sk_game_ctas a { 
	opacity:100% !important;
	transition: 0.5s ease-in-out;
}
.sk_game_tile:hover::before {
  -webkit-backdrop-filter: blur(5px);
	backdrop-filter:blur(5px);
}
/*****************************/
/****** END Game Carousel ******/

/***** START Accordion Style *****/
/*****************************/
.vc_tta-color-black.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
	border-color: rgba(255,255,255,0.1) !important;
	background-color: #000 !important;
}
.vc_tta-color-black .vc_tta-title-text {
	font-family:rajdhani;
	font-weight:bold;
	font-size:55px;
	line-height:50px !important;
	background: linear-gradient(90deg, #F60086, #8B18B8);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right.vc_tta-panel-title>a {
    padding:10px 7% !important;
}
.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right.vc_tta-panel-title>a {
	padding-right: 5% !important;
	background-color: black;
	margin-bottom: -30px;
	border-top:1px solid rgba(255,255,255,0.1);
}
.vc_tta-color-black.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a {
	padding-right: 5% !important;
	margin-bottom: 0px;
	border-top:1px solid white;
}
.vc_tta-color-black.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
	background-color:black !important;
	border:none !important;
	padding:40px 7% !important;
	min-height:400px !important
}
.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right .vc_tta-controls-icon {
	right: 6% !important;
}
.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right .vc_tta-controls-icon {
  display: inline-block;
  width: 45px !important;
  height: 45px !important;
  background: url('/wp-content/uploads/2025/01/arrow-down-right.svg') no-repeat center center;
  background-size: contain;
  overflow: hidden;
}
.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::before, .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::after {
	border-width:0 !important;
}
/* Accordion Carousel Arrows */
.sk_accordion_carousel .slick-prev, .sk_accordion_carousel .slick-next {
	height: 40px !important;
	width: 40px !important;
	padding: 13px !important;
	border-radius: 0px !important;
}
/*****************************/
/****** END Accordion ******/


/* Background Gradient */
.sk_gradient_row {
	background-image: linear-gradient(60deg, #F50086, #6621CB) !important;
}

/***** START Hover Boxes *****/
/*****************************/
.sk_game_flipbox .vc-hoverbox {
	min-height:700px;
	position:relative;
}
/* Back Background */
.vc-hoverbox-back {
  -webkit-backdrop-filter: blur(15px);
	backdrop-filter:blur(15px);
  background-color: rgba(0, 0, 0, 0.3) !important;
	padding:0px;
}
/* Hover Box Content Style */
.hover_box_content {
	padding:30px;
}
.hover_box_content .sk_grad {
	font-weight:700 !important;
}
.hover_box_content p {
	font-size:15px;
	line-height:20px;
	padding:0px 20px;
}
.hover_box_content h4 {
	font-size:28px;
	line-height:30px;
	font-style:normal;
	font-weight:300;
	padding-bottom:20px;
}
.hover_box_content img {
	width:140px;
	margin-bottom:30px;
}
.sk_flipbox_footnote {
	position: absolute;
	bottom: 0;
	font-family:lato;
	font-weight:900;
	width:100%;
	left:0px;
	text-align:left;
	padding:10px 30px;
	background: linear-gradient(90deg, #390031 0%, #250046 100%);
}
.sk_flipbox_footnote .sk_grad {
	margin-right:5px;
}
/* HOver Box CTAs */
.sk_flipbox_ctas {
	display: flex;
	justify-content: center;
	align-items: center;
	padding:30px;
}
.sk_flipbox_ctas a {
	text-decoration:none !important;
}
.sk_flip_cta_1, .sk_flip_cta_2 {
	color:white !important;
	margin:0 5px;
	min-width:170px;
	padding:14px;
	width:100%;
	font-size:14px;
	font-weight:bold !important;
	letter-spacing:1px;
	border:none !Important;
	background: linear-gradient(120deg, #F50086, #6621CB 90%);
	clip-path: polygon(0 0, 90% 0%, 100% 30%, 100% 100%, 9% 100%, 0% 75%, 0 15%);
}
.sk_flip_cta_1:hover, .sk_flip_cta_2:hover {
	background: linear-gradient(220deg, #F50086 0%, #6621CB 90%);
}
.vc-hoverbox-wrapper {
	margin-bottom:0px !important;
}
/*****************************/
/****** END Hover Boxes ******/



/***** START Events *****/
/*****************************/
@media only screen and (max-width: 1510px) {
.sk_event_hero .sk_post_header {
	font-size: 76px;
	line-height: 82px;
} 
}

@media only screen and (max-width: 1370px) {
.sk_event_hero .sk_post_header {
	font-size: 70px;
	line-height: 76px;
} 
}

@media only screen and (max-width: 1234px) {
.sk_event_hero .sk_post_header {
	font-size: 62px;
	line-height: 68px;
} 
}
/*****************************/
/****** END Events ******/




/* Post Layout Adjust */
.mcb-section.section-post-header, .section-post-intro-share, .section-post-about, .section-post-comments {
	display:none !important;
}
#Subheader {
	display: none;
}


/*** START MOBILE CSS ***/
/************************/

/* Hide Mobile Hero */
@media screen and (min-width: 992px) {
.sk_desktop_hide {
	display:none !important;
}
}

/* Hide desktop Rows */
@media screen and (max-width: 991px) {
.sk_mobile_hide {
display: none !important;
}
}

/* Hide Desktop Burger Menu */
@media screen and (max-width: 959px) {
#rmp_menu_trigger-404 {
	display: none;
}
}

/* Mobile Header */
@media screen and (max-width: 959px) {
.mhb-view.mobile .first-row .mhb-row-wrapper {
	border-bottom: 2px solid transparent;
	border-image: linear-gradient(90deg, #8B18B8, #F60086, #000);
	border-image-slice: 1;
	animation: animate-border 4s linear infinite;
	background:rgba(0,0,0,0.4) !important;
  -webkit-backdrop-filter: blur(12px);
	backdrop-filter:blur(12px);
}
}

/***  START Mobile Content Adjustments ***/
@media screen and (max-width: 991px) {


/* Mobile Menu Social Icons */
.menu_socials {
	padding: 0;
	position: fixed;
	bottom: 20px !important;
	left: 50%;
	transform: translateX(-60%);
}
/* Footer Language Selector */
.language-selector {
	display:grid;
}
.background__Container-sc-8cd96932-0 {
	margin-left:10px !important;
}
.dropdown__Container-sc-4462e4de-0 {
	background: rgb(0,0,0,0.7) !important;
  -webkit-backdrop-filter: blur(10px);
	backdrop-filter:blur(10px) !important;
	margin-top:6px !important;
	margin-left:-8px;
	min-width:149px;
}

/* Age Gate Buttons */
.age-gate-buttons, .age-gate__buttons {
	display: grid;
}	
.sk_bg_top .vc_column-inner {
  background-position: top !important;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Mobile Hero Banner Height */
.sk_mobile_hero {
	min-height:700px;
}

/* Mobile WPBA Adjust */
.wpba_mobile_adjust .vc_row{
	margin-bottom:-70px;
}

/* Heading Adjust */
h1 {
  font-size: clamp(50px, 6vw, 80px);
line-height: 1em;
}
h2 {
  font-size: clamp(30px, 6vw, 45px);
	line-height: 1.1em;
}
h3 {
	font-size:clamp(30px,6vw,35px);
	line-height: 1.1em;
}
	
	
.sk_hero_eyebrow {
	font-size:16px !important;
	line-height:20px;
}
	
/** Trailer Carousel */
div.sk_wide_thumb {
	width:400px !important;
}
/***** START Footer *****/
	
.sk_footer_text p, 
.sk_footer_text a {
	font-size:18px;
	line-height:60px !important;
	text-transform:uppercase;
	text-decoration:none !important;
	text-align:center !important;
}
.sk_footer_text p::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: rgba(255,255,255,0.1);
  margin-top: 10px;
	margin-bottom:10px;
}
/** Footer Form **/
div.wpforms-container-full .wpforms-form input[type=email] {
	width:500px !important;
	padding-right:70px !important;
}
/* Footer Legal Info */
.sk_mobile_legal {
	text-align:center;
	font-size:16px;
	line-height:30px;
}
.sk_mobile_legal a {
	text-decoration: none;
	padding: 0px 20px 0px 10px;
	color: white;
}
.sk_mobile_legal a:hover {
	color: #F60086 !important;
}
.sk_mobile_legal a:not(:last-child) {
	border-right: 1px solid white;
	margin-right: 10px;
}

/* Cookie Bar */
#mfn-gdpr[data-direction="horizontal"] .mfn-gdpr-content {
	text-align: center;
	margin: 0px 30px 30px 30px;
	font-size: 18px;
	line-height: 25px;
}
/* Global CTA Style */
.vc_btn3.vc_btn3-size-md, .vc_btn3.vc_btn3-size-md.vc_btn3-style-outline-custom {
	min-width:155px;
}
}

/* Floating Section */ 
.playnetic-floating-items .floating-item-image img {
  width: 187px;
}
.playnetic-floating-items .floating-item-image {
  height: auto;
  position: absolute;
  top: -38px;
  right: -38px;
}
/* Home page panels */ 
.vc_tta-color-black.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
    background-color: black !important;
    border: none !important;
    padding: 0 !important;
    min-height: 0 !important;
}

/** Fix carousel in panel **/
.vc_tta-panel-body .bb-ultimate-carousel .slick-list{
	height:auto !important;	
}
.playnetic-floating-items .floating-items-container {
    position: relative;
    margin-top: -150px;
}
.playnetic-icon-logo{
	margin-left:30px;
}
	
.sk_bg_top_mob{
	display:none !important;
}
.hero-with-spotlight{
	overflow:hidden !important;
}
@media(max-width:768px){
	.sk_bg_top_mob{
		display:block !important;
	}
}

.wpb_allow_overflow {
	overflow:visible !important;
}

/* New image buttons */
.sk-cta-buttons-centered {
	display:flex;
	align-items:center;
	justify-content:center;
}
.sk-cta-buttons-left {
	display:flex;
	align-items:center;
	justify-content:flex-start;
}
/* END New image buttons */


.acf-industry-leading-rapid-integration-title h4,
.acf-industry-leading-partner-support-title h4,
.acf-industry-leading-game-power-title h4 {
	white-space:nowrap;
}

/*** START Carousel Arrows ***/
/*****************************/
.bb-ultimate-carousel .slick-prev, .bb-ultimate-carousel .slick-next {
	height: 100px;
	width: 100px;
	text-align: center;
	border: none;
	line-height: 0px;
	font-size: 0px;
	cursor: pointer;
	padding: 24px;
	background: linear-gradient(90deg, #F50086 10%, #9316B4) !important;
}
@media ( max-width:767px ) {
	.bb-ultimate-carousel .slick-prev, .bb-ultimate-carousel .slick-next {
		height: 50px;
		width: 50px;
		padding: 10px;
	}
}	
.bb-ultimate-carousel .slick-prev:hover, .bb-ultimate-carousel .slick-next:hover {
	background: linear-gradient(220deg, #F50086 10%, #9316B4) !important;
}
.bb-ultimate-carousel .slick-prev:before {
	margin-left: auto;
	margin-right:auto;
	border-top: 2px solid;
	border-left: 2px solid;
	border-color: #fff;
}
.bb-ultimate-carousel .slick-next:before {
	margin-left: auto;
	margin-right:auto;
	border-top: 2px solid;
	border-right: 2px solid;
	border-color: #fff;
}
/*****************************/
/****** END Carousel Arrows ******/

/* Quotes */
blockquote {
	padding:50px 0 30px 40px!important;
  border-image: linear-gradient(to bottom, #d600a0, #6c00ff) !important;
  border-image-slice: 1 !important;
	border-left:2px solid transparent;
	margin-top:40px;
	margin-bottom:60px;
	margin-left: 40px;
}

blockquote div,
blockquote span,
blockquote p {
 font-size:20px !important;
	font-style:normal;
	line-height:24px;
	font-family: Geist, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-weight:400 !important;
}
/* END Quotes */

/* Image buttons on game slider */
@media (max-width:1500px) and (min-width:767px) {
	.playnetic-game-slider .new-image-button a {
		min-width:80px;
		padding:10px 15px !important;
	}
	.playnetic-game-slider .new-image-button a:before {
		min-width:80px;
	}
	.playnetic-game-slider .new-image-button a.nib-semi-trans:before {
		background-image:url( "/wp-content/uploads/2025/04/button-semi-trans.svg" );
	}
	.playnetic-game-slider .new-image-button a.nib-semi-trans:after {
		background-image:url( "/wp-content/uploads/2025/04/button-semi-trans-reverse.svg" );
	}
	.playnetic-game-slider .new-image-button a .image-button-text {
		font-size:14px !important;
	}	
}
/* END Image buttons on game slider */
.postid-4725 #Content .vc_custom_1743413473740 {
	min-height:1800px !important;
	background-size:100% 100% !important;
}
.postid-4725 #Content .vc_custom_1743413481052 {
	margin-top:-660px !important;
}

.playnetic-image-marquee img[src$=".svg"] {
	height:45px !important;
}

@media (max-width:767px ) {
	.hero-slider-thumbnails .sk_thumbnail_links a:not(:first-child) {
		margin-left:-40px !important;
	}
}
/* Next prev single event nav */
.single-event .fixed-nav img {
	height:100%;
	width:100%;
	object-fit:cover !important;
}

/* Video fade overlay was preventing access to the mute control on some games pages */
.sk-video-iframe-fade {
	pointer-events:none;
}

.single-post .section.mcb-section.section-post-related,
.single-post .section.mcb-section.section-post-comments {
		display:none !important;
}


.hero-slider-video-container:after,
.hero-slider-video-container .spotlight-canvas-overlay {
	display:none !important;
}