/* 
Theme Name: Playtok (twentyseventeen Child) 
Theme URI: http://playades.com/playtoktheme1
Description: Playtok Games Portal Theme based on twentyseventeen theme 
Author: Florian Ubr for Playades 
Author URI: http://playades.com
Template: twentyseventeen 
Version: 1.0.3
*/


body {
	/* background-color: yellow; */
	background-image: url('background-frame001.jpg');
	background-attachment: fixed;
	background-size: cover;
}

#page {
	/* Overlay to lighten up the background image */
	background-color: rgba(255,255,255,0.83);
	min-height: 100vh;
}

.site-content-contain {
	background: none;
}

.site-info {
	display: none;
}

.site-header {
	background-color: transparent;
	display: flex;
	flex-grow: initial;
	justify-content: stretch;
	gap: 0;
	margin-top: 0;
	padding-top: 10px;
}

.custom-header-ZZ,
.navigation-top {
	/* width: 50%; */
	width: 100%;
	
}

.custom-header-ZZ img {
	padding: 8px;
	
	
}

.navigation-top {
	background-color: transparent;
	border: none;
}

.navigation-top .menu-toggle {
	background-color: white;
	border-radius: 10px;
	padding: 11px 14px;
	margin-right: 10px;
}

.navigation-top .menu-toggle .icon {
	margin-right: 0;
}

.menu-mainmenu-container {
	position: absolute;
	z-index: 100;
}

.menu-mainmenu-container ul{
		border-radius: 10px;
}

.promosliderContainer {
	margin-top: 10px;
}

#bundleBannerSliderContainer,
#promoslider ul,
.gamesOfOneCategorySlider,
.screenshotslider {
	/* margin-left: -20px; */
	/* margin-right: -20px; */
	display: flex;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
	box-sizing: content-box;
	max-width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	scroll-snap-stop: always;
}

#promoslider ul li,
.gamesOfOneCategorySlider .gameItem,
.screenshotslider li {
	scroll-snap-align: center;
	flex-shrink: 0;
	/* width: 100%; */
	width: calc(100vw - 60px);
	max-width: 500px; /*Fix for desktop view to avoid slider elements become overly huge*/
	/* height: 300px; */
	/* margin-right: 30px; */
	margin-left: 15px;
	border-radius: 20px;
	background: #eee;
	transform-origin: center center;
	transform: scale(1);
	transition: transform 0.5s;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 100px;
	box-sizing: content-box;
	background-color: white;
	overflow: hidden;
	box-shadow: 0 0 10px 3px #EEE;
	font-size: 14px;
	display: inline-block;
	scroll-snap-stop: always;
}

#promoslider ul li.categoryBoxColumn {
	background-color: rgba(0,0,0,0);
	box-shadow: none;
	border-radius: unset;
	width: 175px;
	scroll-snap-align: start;
}

#promoslider ul li.categoryBoxColumn .categoryBox {
	background-color: white;
	overflow: hidden;
	box-shadow: 0 0 10px 3px #EEE;
	height: 90px;
	/* width: 150px; */
	border-radius: 20px;
	margin-bottom: 10px;
	position: relative;
	/* background: linear-gradient(55deg,rgba(255, 255, 255, 1) 0%, rgba(94, 205, 102, 1) 33%, rgba(94, 205, 102, 1) 66%, rgba(255, 255, 255, 1) 100%); */
	display: block;
	background: white;
	display: flex;
	flex-direction: column;
	justify-content: end;
	
}

#promoslider ul li.categoryBoxColumn .categoryBox.color1 {
	background: linear-gradient(127deg,rgba(250, 90, 188, 1) 10%, rgba(250, 90, 188, 0.39) 100%);
}

#promoslider ul li.categoryBoxColumn .categoryBox.color2 {
	background: linear-gradient(127deg,rgba(94, 205, 102, 1) 10%, rgba(94, 205, 102, 0.39) 100%);
}

#promoslider ul li.categoryBoxColumn .categoryBox img {
	height: 60px;
	width: auto;
	align-self: end;
	position: absolute;
	top: 8px;
	right: 0px;
}

#promoslider ul li.categoryBoxColumn .categoryBox .seperator {
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 80%);
	height: 1px;
}
#promoslider ul li.categoryBoxColumn .categoryBox p {
	/* position: absolute; */
	/* bottom: 0; */
	/* border-top: 1px solid white; */
	display: block;
	/* left: 0; */
	/* right: 0; */
	color: white;
}

#promoslider ul.categoryGridSlides {
	scroll-padding-left: 30px;
}

.screenshotslider li {
	display: flex; /*fix weird white button border for screenshot boxes that would appear with display: inline-block;*/
	width: calc(80vw - 60px);
}

#promoslider li p {
	font-weight: bold;
	color: black;
	
}

.gamesOfOneCategorySlider .gameItem,
.gamesList .gameItem {
	display: flex;
	justify-content: left;
	align-items: center;
	padding: 10px;
	/* width: calc(100vw - 150px); */
	width: calc(100vw - 100px);
	scroll-snap-stop: always;
}

.gamesOfOneCategorySlider .gameItem img,
.gamesList .gameItem img {
	border-radius: 10px; 	
	width: 100px;
	margin-right: 15px;
	display: block;
}

.gamesOfOneCategorySlider .gameItem h3,
.gamesList .gameItem h3 {
	font-size: 15px;
	padding-top: 0;
	font-weight: bold; 
}

#promoslider ul li:first-child,
.screenshotslider li:first-child {
	margin-left: 30px;
}

#promoslider ul li:last-child,
.screenshotslider li:last-child {
	margin-right: 30px;
}

#promoslider ul:after,
.screenshotslider:after {
	content: '';    /* Enabling the pseudo-element */
	min-width: 30px; /* Fake margin */
	height: 1px;    /* Anything but 0 */	
}

#promoslider ul li p {
	padding: 0.3em 0.8em 0.5em;
	margin: 0;
	font-size: 15px;	
}

#promoslider .slide-gameinfo-container {
	display: flex;
	align-items: center;
}

#promoslider .slide-gameinfo-container .game-title {
	flex-grow: 1;
	line-height: 125%;
}

#promoslider .slide-gameinfo-container .game-button-container {
	padding: 0 0.4em 0.5em 0;
}

.promosliderContainer h2,
.gameCategoryHeader,
.page-header .page-title {
	padding-left: 40px;
	/* margin-top: 20px; */
	margin-top: 5px;
	/* margin-bottom: -5px; */
	margin-bottom: -15px;
	font-size: 16px;
	font-weight: bold;
	color: black;
	text-transform: none;
	display: block;
}
.page-header .page-title {
	padding-left: 26px;
}

.gameItemDetailsContainer {
	display: flex;
	flex-direction: column;
}

.PTButton_download {
	/* color: #56D13A; */
	color: var(--main-color);
	font-size: 15px;
	border-radius: 25rem;
	background-color: #FFF;
	box-shadow: 0 -1px 13px 0 #C8C8C8 inset, -1px 1px 4px 0 rgba(0,0,0, 0.17), 0 2px 4px 0 #B8F8AA;
	padding: 7px 16px;
	margin: 3px;
	font-weight: bold;
	display: inline-block;
	text-align: center;
	min-width: 135px;
	box-sizing: border-box;
	align-self: flex-start;
}

.PTButton_download:hover {
	color: #56D13A;
}


.PTButton_download i.fa-solid {
	margin-right: 6px;
	font-size: 15px;
	vertical-align: middle;
	margin-bottom: 3px;
}

.entry-content p {
	padding-left: 2em;
	padding-right: 2em;
}

/* Bottom Tab Bar */

.mainnav-tabbar {
	background-color: white;
	background-color: rgba(255,255,255,0.8);
	backdrop-filter: blur(8px);
	position: fixed;
	width: 100%;
	z-index: 100;
	bottom: 0;
	display: flex;
	justify-content: space-evenly;
	padding-bottom: 5px;
	align-items: flex-end;
}

.mainnav-tabbar-item {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	cursor: pointer;
}

.mainnav-tabbar-item.activepage,
.mainnav-tabbar-item:hover,
.mainnav-tabbar-item:active,
body.home .tab-home, 
body.page-template-page-tiktok .tab-explore,
body.page-template-page-mygames .tab-mygames,
body.page-id-1041 .tab-profile {
	color: #56D13A;
}

.mainnav-tabbar-item-icon {
	font-size: 22px;
}

.mainnav-tabbar-item-text {
	font-size: 12px;
	/* font-weight: medium; */
}

.wrap {
	padding-left: 0;
	padding-right: 0;
}


.gamesList .gameItem {
	width: calc(100vw - 60px);
	max-width: 100%;
	/* height: 300px; */
	/* margin-right: 30px; */
	margin-left: 15px;
	border-radius: 20px;
	display: flex;
	justify-content: left;
	align-items: center;
	font-size: 100px;
	box-sizing: content-box;
	background-color: white;
	overflow: hidden;
	box-shadow: 0 0 10px 3px #EEE;
	font-size: 14px;
	/* display: inline-block; */
	margin-bottom: 15px;
}

.gameCategoryHeader i.fa-solid {
	margin-left: 8px;
	font-size: 14px;
}



/* TT style video slider */
.page-template-page-tiktok #content {
	padding-top: 0;
}

.page-template-page-tiktok .site-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
}

.page-template-page-tiktok.admin-bar .site-header {
	/* for logged in admins move down the site-header by the height of the wp admin bar; otherwise the admin bar would overlap the site-header */
	top: 46px;
}

.fullscreen-vertical-slider {
	display: flex;
	flex-direction: column;
	overflow-x: auto;
	scroll-snap-type: y mandatory;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
	box-sizing: content-box;
	max-height: 100vh;
	
}

.fsv-slide {
	/* width: 100vw; */
	width: 100%; 
	height: 100vh;
	min-height: 100vh;
	scroll-snap-align: center;
	scroll-snap-stop: always;
	align-content: end;
	position: relative;
}

.fsv-gamevideo {
	/* width: 100%; */
	/* height: auto; */
	width: 100vw;
	height: 100vh;
	object-fit: cover;
	width: 100vw;
	height: 100vh;
}

.fsv-slide-contents {
	height: 100vh;
	height: 100dvh;
	/* background-color: rgba(255,255,255,0.3); */
	align-content: end;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.fsv-gameinfo-container {
	border-radius: 25px;
	background-color: rgba(255,255,255,0.8);
	backdrop-filter: blur(8px);
	height: 140px;
	display: flex;
	flex-direction: column;
	margin: auto;
	margin-bottom: 100px;
	align-items: center;
	/* max-width: 90vw; */
	max-width: 90%;
}

.admin-bar .fsv-gameinfo-container {
	/* Fix for admins when logged in, to account for wp admin bar on top  */
	margin-bottom: 146px;
}

.fsv-gameinfo-container .fsv-gameicon {
	border-radius: 25rem;
	height: 100px;
	width: 100px;
	box-shadow: rgba(0, 0, 0, 0.25) 0 4px 18px;
	background-color: white;
	margin-top: -70px;
	background-size: cover;
	background-position: center center;
}
.fsv-gameinfo-container .fsv-gamename {
	font-size: 24px;
	padding: 5px;
}

.fsv-gameinfo-container .fsv-gamebutton {
	width: 200px;
	align-self: center;
}

.fsv-coming-soon-button {
	color: gray; 
	border: 2px solid gray; 
	padding: 2px 5px; 
	font-size: 11px; 
	font-weight: bolder; 
	border-radius: 5px;
	align-self: flex-start;
}

.fsv-gameinfo-container .fsv-coming-soon-button {
	align-self: center;
	font-size: 14px; 
}


.featured_games_icon_grid_type_1 {
	border-radius: 20px;
	/* background-color: #6EE07E; */
	background: #FFF;
	background: linear-gradient(55deg,rgba(255, 255, 255, 1) 0%, rgba(94, 205, 102, 1) 33%, rgba(94, 205, 102, 1) 66%, rgba(255, 255, 255, 1) 100%);
	width: calc(100vw - 30px);
	margin: auto;
	padding: 10px;
	box-shadow: 2px 5px 7px rgba(0,0,0,0.25);
	margin-bottom: 25px;
	margin-top: 15px;
}

.featured_games_icon_grid_type_1 img {
	width: 20%;
	width: calc(25% - 10px) !important;
	margin: 5px;
	box-sizing: border-box;
	border-radius: 10px;
	box-shadow: 1px 1px 7px rgba(0,0,0,0.25);
	
}

.featured_games_icon_grid_type_1 .grid_feature_title {
	margin-left: 5px;
	color: black;
	font-weight: bold;
	font-size: 20px;
	margin-top: -2px;
	margin-bottom: -2px;
}


.simplefavorite-button {
	/* border-radius: 25rem; */
	background-color: rgba(255, 255, 255, 0);
	/* color: black; */
	color: #DD2E44;
	padding: 5px 7px 5px 7px;
	font-size: 28px;
	align-self: flex-start;
	vertical-align: text-bottom;
	margin-bottom: -11px;
}
.header_icon_title_download_box {}

.header_icon_title_download_box h1 {
	font-size: 20px;
	font-weight: bold;
}

.header_icon_title_download_box img {
	width: 125px; height: auto; float: left; margin-right: 10px; margin-left: 20px; border-radius: 25px; align-self: flex-start;
}
.header_right_column {
	display: flex; flex-direction: column; gap: 0; column-gap: 0; justify-content: center;
}

button.menu-toggle,
.js .menu-toggle {
	display: inline-block;
	margin-left: 10px;
}

nav#site-navigation {
	text-align: right;
}