/*
Theme Name: Porto Child
Theme URI: http://www.portotheme.com/wordpress/porto
Author: SW-THEMES
Author URI: http://www.portotheme.com/
Description: Porto Responsive Wordpress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready

*/

@import url("../porto/style.css");

/*************** ADD YOUR CUSTOM CSS HERE  ***************/

/** In memory of Sir Clive Sinclair. RIP. Thank you for my happy childhood */
/*
html body {
	filter: grayscale(0.95) !important;
}
*/

.card {
	border: 1px solid #353a40;
}
.card .filelist-items {
	border: 1px solid #353a40;
}
.badge-default {
	color: #fff;
    background-color: #455063;
}
.woocommerce-tabs .tab-content li {
    font-size: 14px;
}
ul.woocommerce-error {
	background: #ffcece;
	padding: 15px;
}


.fl-page-footer {
    font-size: 14px;
	border-top: 1px solid #e6e6e6;
	border-color: rgba(255,255,255,0.13);
    color: #ffffff;
    color: rgba(255,255,255,0.65);	
    background: #404041;
}
.fl-page-footer li a {
	font-size: 14px;
    color: #ccc;
}


ol.breadcrumb {
	margin-left: 0px;
	padding-left: 10px !important;
}
#images {
	padding: 0px 10px;
}
#images .image_large_wrapper {
	position: relative;
	width: 512px;
	height: 384px;
	margin-bottom: 5px;
	max-width: 100%;
}

#images .image_large_wrapper img,
#images .image_large_wrapper div.video_embed
 {
	position: absolute;
	left: 0px;
	top: 0px;
}
#images .image_large_wrapper div.video_embed {
	width: 100%;
	height: 100%;
	background: #000;
}

@media (max-width: 599px) {
	#images .image_large_wrapper {
		width: 100%;
		height: 0;
		padding-bottom: 75%;
	}
	.zxo_center {
		/*padding-left: 0px;
		padding-right: 0px;*/
	}
}
@media (min-width: 600px) and (max-width: 991px) {
	#images .image_large_wrapper {
		width: 100%;
		height: 0;
		padding-bottom: 75%;
	}
	.zxo_center {
		padding-left: 0px;
		padding-right: 0px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#images .image_large_wrapper {
		width: 429px;
		/*height: 322px;*/
		height: 0;
		padding-bottom: 75%;
	}
}
@media (min-width: 1200px) {
	#images .image_large_wrapper {
		width: 512px;
		height: 384px;
	}
}

.zx-fancy {
	margin: 0px 5px 0px 0px;
}
.zx-fancy img {
	width: 88px;
	height: 66px;
}

.horizontal.dragscroll {
	margin-top: 15px;
    margin-bottom: 15px;
    width: 100%;
    min-width: 100%;
    border: 1px solid #ddd;
    margin-left: 0px;
    margin-right: 0px;
}

.horizontal {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: grab;
}
.dragscroll {
    border: 1px solid rgb(31, 40, 49);
    /*background-color: #fff;*/
    overflow: auto;
}

#genre_info,
#release_date,
#authors_info,
#publisher_info {
	margin-bottom: 0.3em;
}

/*
.card.zxo_panel .card-header {
	background-color: #d9d9d9;
}
.card.zxo_panel .card-body {
	background-color: #f2f2f2;
}
*/
/*
.zxo-table-white td {
	background-color: #fff;
}
*/

#fancybox-wrap div {
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
}

.gamecard {
	background: #f6f6f6;
}

.gamecard .gcholder {
	max-width: 256px;
    width: 100%;
    margin: 0 auto;
}
.gamecard h3 {
	color: #333;
    text-align: left;
    font-size: 18px;
    line-height: 1.6em;
    margin: 0;
}
.gamecard h3 a {
	color: #111;
}
.gamecard hr {
	margin: 0;
}
.gamecard .gcgenres {
	color: #444;
	text-align: left;
	font-size: 14px;
	margin: 0px;
}
.gamecard .gcgenres a {
	color: #111;
}



/** COLLECTIONS WIDGETS */
ul.user_lists_menu {
	margin: 20px 0px;
	position: relative;
	width: 100%;
	display: inline-block;
	list-style: none;
}
.user_lists_menu li {
	height: 32px;
	line-height: 32px;
	padding: 0px;
}
.user_lists_menu li a {
	color: #333;
	display: block;
	width: 100%;
	height: 100%;
}
.user_lists_menu li:hover,
.user_lists_menu li:hover u,
.user_lists_menu li:hover span
{
	/*box-shadow: inset 0px 0px 30px rgba(56, 143, 189, 0.91);*/
	background: #656565;
	color: #fff;
}
.user_lists_menu li span {
	font-size: 11px;
	text-align: right;
	float: right;
	display: inline-block;
	margin-right: 5px;
	position: absolute;
	right: 0px;
}
.user_lists_menu li u {
	text-decoration: none;
	/*overflow-x: hidden;*/
	display: inline-block;
	height: 24px;
	line-height: 24px;
}
.user_lists_menu li i {
	margin: 4px 10px;
	position: relative;
	top: -1px;
}

/*** ICONS ***/
.menu-icon {
	background: url('images/icons.png') 0px 0px no-repeat;
	width: 16px;
	height: 16px;
	display: inline-block;
	margin: 0px 4px;
}
.icon-favorites {
	background-position: 0px -200px !important;
}
.icon-sandclock {
	background-position: -16px -200px !important;
}
.icon-cassette {
	background-position: 0px -216px !important;
}
.icon-list {
	background-position: -16px -216px !important;
}
.icon-checked {
	background-position: 0px -232px !important;
}
.icon-rating {
	background-position: -16px -232px !important;
}
.icon-yellowplus {
	background-position: 0px -248px !important;
}
.icon-playarrow {
	background-position: -16px -248px !important;
}

.icon-grayclose {
	background-position: -16px -280px !important;
}
.icon-review {
	background-position: -16px -296px !important;
}

/** Fav Menu */
#fav_popup {
	border: 1px solid #ccc;
	background: #ddd;
	box-shadow: 3px 3px 10px rgba(0,0,0,0.3);
	-moz-box-shadow: 3px 3px 10px rgba(0,0,0,0.3);
	-webkit-box-shadow: 3px 3px 10px rgba(0,0,0,0.3);
	z-index: 2;
}
#fav_popup .coltitle {
	width: 100%;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background: #ccc;
}
#fav_popup .coltitle i {
	float: right;
	margin-top: 2px;
	cursor: pointer;
}
#fav_popup .collist {
	height: 90px;
	overflow-x: hidden;
	overflow-y: auto;
	white-space: nowrap;
}
#fav_popup .collist li {
	padding: 3px 5px;
	height: 18px;
	line-height: 18px;
}
#fav_popup ul {
	list-style-type: none;
	margin: 0px;
}
#fav_popup ul li {
	margin-top: 0px;
	margin-left: 0px;
}

.fav-buttons i {
	position: relative;
	top: 3px;
}
.fav-buttons u {
	display: inline-block;
	text-decoration: none;
	color: #555;
}
.fav-buttons {
	padding: 2px 0px;
}
.fav-buttons .fav_link {
	padding: 0px 5px 0px 0px;
}

.inv-button {
	float: left;
	font-size: 12px;
	display: inline-block;
	height: 26px;
	line-height: 24px;
	vertical-align: middle;
	color: #555;
	cursor: pointer;
	border: 1px solid #aaa;
	background: #ddd;
}
.inv-button:hover, 
.inv-button:hover u
{
	color: #ddd !important;
	background: #444;
	text-shadow: 1px 1px #000;
}
.inv-button:active, 
.inv-button:active u
{
	color: #fff !important;
	background: #0029FF;
	text-shadow: 1px 1px #000;
}

#content .zxo_left_sidebar
{
	padding: 0px;
}

.signup_form label sup
{
	color: red;
}

.resitem .img_rating
{
	width: 256px;
	margin: 0 auto;
}
.resitem .desc
{
	width: 256px;
	margin: 0 auto 25px auto;
}
.resitem .desc h5 
{
	margin: 5px 0;
	overflow-x: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.resitem .desc h5 a
{
	font-size: 0.9em;
	color: #333;
}
.resitem .fav_link
{
	float: right;
}

.genre_list .label_genre
{
	border-radius: 1em;
	background: #333;
}
.genre_list 
{
	float: left;
}

/*
.woocommerce-account .woocommerce-MyAccount-content 
{
    float: none !important;
    width: auto !important;
}
*/

/* Single Game */
.zxo_section_header
{
	margin: 1em 0 0.8em 0;
	position: relative;
}
.zxo_section_header:before
{
	position: absolute;
    margin: auto;
    z-index: 1;
    content: "";
    width: 100%;
    height: 2px;
    background: #999;
    bottom: -4px;
    left: 0;
}
.filelist-items small p
{
	margin: 0.5em 0;
}
.bin_tags .badge
{
	margin-right: 3px;
}

/* My Account */

.myaccount-img-list 
{
	width: 64px;
	float: left;
	margin: 0px 15px 0px 0px;
	display: block;
}

.site-content > .container 
{
	min-height: 100vh;
}

.grecaptcha-badge {
	visibility: hidden;
}

.mailster-form-fields input {
	color: #aaa !important;
}

@media (min-width: 992px)
{
	#header > .header-top {
		display: none !important;
	}
}

.bundle_list .btn-dark {
	border-color: #444;
    background: #777;
}

.bundle_list td p {
	margin-bottom: 10px;
}

.mymore_block {
	display: inline;
}
.mymore_container ul {
	padding-inline-start: 20px;
}

.shop_table dl.variation {
    display: block !important;
	font-size: 12px !important;
}
.shop_table dl.variation dt {
	font-weight: bold !important;
}
.shop_table dl.variation dd {
	padding-left: 24px;
}

.stock.out-of-stock {
    color: red;
}

.tablespoiler {
	display: none;
}

.zxo_table_unspoiler {
	margin-top: -15px;
	margin-bottom: 15px;
	padding: 10px;
	background: #3B4350;
}

.drag_panel a {
	display: inline-block;
}

/*****************************/
.zxogrid-title {
	display: flex;
    width: 100%;
    background: #444A52;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 0;
    padding-left: 15px;
	margin: 0 0 15px 0;
	height: 2.6em;
}

.zxogrid-title h2 {
	flex: 0 0 50%;
    font-size: 1.2em;
	line-height: 2.2em;
	text-transform: uppercase;
	margin: 0;
}

.zxogrid-title-more {
	flex: 1 50%;
    font-size: 1em;
	line-height: 2.6em;
	text-align: right;
	padding-right: 15px;
}
.zxogrid-title-more a {
	color: #fff;
}

.zxogrid-container {
    max-width: 1668px;
    margin: 0 auto;
    /*padding-left: 15px;
    padding-right: 15px;*/
}

.zxogrid {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -9px;
    margin-right: -9px;
    margin-bottom: -18px;
}

.grid__item {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 9px;
    margin-right: 9px;
    width: calc(25% - 18px);
    margin-bottom: 18px;
}

.grid__item h3 {
	font-size: 1.4rem;
	line-height: 2.0rem;
	display: block;
	max-height: 4.0rem;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 5px 0;
}
.grid__item h3:hover {
	text-decoration: underline;
}

.zxogrid img {
    display: block;
    width: 100%;
}

.zxogrid-item-row2 {
	display: flex;
}
.zxogrid-genre {
	flex: 1 0 50px;
    width: calc(100% - 50px);	
}
.zxogrid-publisher {
	flex: 1 0 50px;
    width: calc(100% - 50px);	
}
.zxogrid-rating {
	flex: 0 0 50px;
	text-align: right;
}
.zxogrid .rating-dev {
	background: #444;
    border-radius: 10px;
    text-align: center;
    color: #aa0;
    font-size: 0.8em;
    margin: 3px;	
}
.zxogrid-keycode {
	flex: 1 100px;
}
.zxogrid-keyaction {
	flex: 0 0 100px;
	text-align: right;
}
.zxogrid-item-row2-keys {
	display: flex;
	flex-wrap: wrap;
	justify-content: right;
	width: 100%;
	margin-bottom: 15px;
}
.zxogrid-item-row2-keys .btn {
	background: #000;
	font-size: inherit;
	margin: 0 4px;
}
.zxogrid-item-row2-keys .btn:hover {
	background: #565656;
}
.zxogrid-item-row2-keys .btn:hover i.fa-key {
	color: yellow;
}
.zxogrid-item-row2-keys .btn:hover i.fa-download {
	color: #0080ff;
}
.zxogrid-item-row2-keys .btn.play-btn:hover {
	color: #00ff20;
}
.zxogrid-item-row2-keys .key-display {
	line-height: 2.2em;
	padding: 5px 10px 0px 10px;
	background: #00f;
	color: #fff;
}

@media screen and (max-width: 1109px) {
    .grid__item {
        width: calc(33.333333333333336% - 18px);
    }
	.grid__item h3 {
		font-size: 1.2rem;
		line-height: 1.8rem;
		max-height: 3.6rem;
		padding-top: 5px;
	}
}

@media screen and (max-width: 722px) {
    .grid__item {
        width: calc(50% - 18px);
    }
	.grid__item h3 {
		font-size: 1.1rem;
		line-height: 1.4rem;
		max-height: 2.8rem;
	}
}

@media screen and (max-width: 540px) {
    .grid__item {
        width: calc(100% - 18px);
    }
	.grid__item h3 {
		font-size: 1.6rem;
		line-height: 2.2rem;
		max-height: 4.4rem;
		padding-top: 10px;	
	}
}

.zxonews-container {
    max-width: 1668px;
    margin: 0;
}
.zxonews {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	margin-bottom: 15px;
}
.zxonews .news__img {
	flex: 0 0 150px;
}
.zxonews .news__img img {
	width: 150px;
}
.zxonews .news__title {
	flex: 1 150px;
	padding-left: 15px;
	display: block;	
}
.zxonews .news__title h3 {
	font-size: 1.2rem;
	line-height: 2.0rem;
	margin-bottom: 10px;
}
.zxonews .news__title h3:hover {
	text-decoration: underline;
}
.zxonews .news__title > span {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 10px;
}

.zxo_newest_release h2 {
	color: #fff;
	margin: 10px 0;
}

.zxo_newest_release h2:hover {
	color: #fff;
}

.zxo_newest_release h2 a {
	color: #fff;
}

.zxo-important-news {
	background: #444A52;
	border: 1px solid #555;
	padding: 15px;
    margin: 15px 0;
    color: #fff;	
}

.zxo_menu_categories ul li.current>.folder-toggle:before, 
.zxo_menu_categories ul li.open>.folder-toggle:before {
    content: "\f106";
}

.zxo_menu_categories ul li.closed>.folder-toggle:before {
    content: "\e81c";
}


.zxo_menu_categories ul li .folder-toggle {
    font-size: 16px;
    color: #ffffff !important;
}
.zxo_menu_categories li .folder-toggle {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    position: absolute;
    right: 0px;
    top: 10px;
    margin: 0;
    padding: 0;
    width: 24px;
    height: 24px;
    line-height: 23px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

body #side-nav-panel {
	background: #1d1e20;
}


.row .zxo_fx_sd1 {
	flex: 0 0 280px;
    min-width: 280px;
	padding-right: 15px;
	border-right: 1px solid #444;
	padding-left: 0;
	padding-top: 15px;
}
.row .zxo_fx_sd2 {
	flex: 1 280px;
    max-width: calc(100% - 280px);	
	padding-left: 15px;
	padding-right: 0;
}
.row .zxo_fx_sd2_gm {
	flex: 1 280px;
	padding-left: 15px;
	padding-right: 0;
	max-width: 100%;
}
.row .zxo_fx_sd3_gm {
	flex: 0 0 320px;
    min-width: 320px;
	padding-left: 15px;
	padding-right: 0;
	padding-top: 15px;
	border-left: 1px solid #444;
	background: #292d32;
}
.layout_gm_center {
	max-width: 925px;
	margin: 0 auto;
}
.main-widget .nav-item .menu-item-num {
	position: absolute;
	right: 10px;
	font-size: 11px;
	color: #aaa;
}
.main-widget .nav-tabs li.active {
	color: #0088cc;
}

.main-widget .nav-tabs li .nav-link {
	background: none;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
	color: #aaa;
}
.main-widget .nav-tabs li .nav-link:hover {
	background: #444;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
	color: #fff;
}
.main-widget .nav-tabs li .nav-link.active {
	background: #565656;
    color: #ffffff;
}
.main-widget > div > ul li {
	padding: 0;
}
.main-widget h3 {
	padding-left: 15px;
}
.main-widget hr {
	margin: 5px 0;
	background: #888;
}
.main-widget .zxo_menu-sidebar-container {
	margin-bottom: 20px;
}

.widget-block {
	padding-left: 15px;
}

.zxosidebarlist-container .sb_container__item {
	display: flex;
	margin: 15px 0;
}
.zxosidebarlist-container .sb_container__item > .zxo_sbc_image {
	width: 90px;
	flex: 0 0 90px;
}
.zxosidebarlist-container .sb_container__item > .zxo_sbc_text {
	padding-left: 10px;
	flex: 1 100px;
	font-size: 16px;
	line-height: 22px;
}
.zxosidebarlist-container .sb_container__item > .zxo_sbc_text a {
	color: #ffffff;
}
.zxo_sbc_text-row2 {
	display: flex;
}
.zxo_sbc-genre {
	flex: 1 50px;
	font-size: 14px;
}
.zxo_sbc-rating {
	flex: 0 0 50px;
	text-align: right;
}

.pub_profile {
	display: flex;
}
.pub_profile_image {
	flex: 1 260px;
	max-width: 260px;
	min-height: 260px;
}
.pub_profile_image > img {
	width: 256px;
	height: 256px;
}
.pub_profile_description {
	flex: 1 0 260px;
	padding-left: 15px;
}
.pub_profile_text {
	margin-top: 15px;
}

.pub_profile_image2 {
	flex: 1 130px;
	max-width: 130px;
	min-height: 130px;
}
.pub_profile_image2 > img {
	width: 128px;
	height: 128px;
	border-radius: 100%;
}
.pub_profile_description2 {
	flex: 1 0 130px;
	padding-left: 15px;
}


@media (max-width: 1600px){
	.row .zxo_fx_sd3_gm {
		display: none;
	}
}

@media (max-width: 1240px){
	#header .mobile-toggle {
		display: inline-block;
	}
}

@media (max-width: 1240px) {
	.row .zxo_fx_sd1 {
		/*flex: 0 0 60px;
	    min-width: 60px;*/
		display: none;
	}
	.row .zxo_fx_sd2 {
		/*
		flex: 1 60px;
	    max-width: calc(100% - 60px);	
		*/
		max-width: 100%;
		flex: 1 0;
		padding-left: 0;
	}
	.row .zxo_fx_sd2_gm {
		flex: 1 0;
		padding-left: 0;
	}
	.row .zxo_menu_text {
		display: none;
	}
	.pub_profile_image {
		flex: 1 130px;
		max-width: 130px;
		min-height: 130px;
	}
	.pub_profile_image > img {
		width: 128px;
		height: 128px;
	}
	.pub_profile_description {
		flex: 1 0 130px;
	}
}

.post-content ul li {
	margin-bottom: 1em;
}
.zxogrid .userappicon {
	width: 38px;
    height: 38px;
    display: block;
    font-size: 1em;
    line-height: 2.3em;
    text-align: center;
    color: #aaa;
    margin: 2px;
	cursor: pointer;
	border: 1px solid #222529;
	transition-duration: 100ms;
}
.zxogrid .userappicon:hover {
	border: 1px solid #222529;
    border-radius: 10px;
    background: #565656;
}
.zxogrid .userappicon.userappicon-own:hover {
	color: #80ffff;
}
.zxogrid .userappicon.userappicon-default:hover {
	color: #ffffff;
}

.zxogrid_preview {
	display:block;
	position:relative;
}
.zxogrid_preview_video {
	position:absolute;
	z-index:10;
	top: 0;
	display:none;
	opacity: 0;
	transition-duration: 100ms;
}
.zxogrid_preview_video_start {
	display: block;
	position: absolute;
	bottom: 6%;
	right: 4.5%;
	width: 12%;
	height: 16%;
	font-size: 1vw;
	color: #ddd;
	text-align: center;
	line-height: 1.5em;
	background-color: rgba(64,64,64,0.7);
	z-index: 20;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0.3rem;
}

@media screen and (max-width: 1239px) {
	.zxogrid_preview_video_start {
		font-size: 2vw;
		width: 15%;
		height: 20%;
		padding-top: 0.2rem;
	}
}

@media screen and (max-width: 1109px) {
	.zxogrid_preview_video_start {
		font-size: 2vw;
		width: 15%;
		height: 20%;
		padding-top: 0.45rem;
	}
}

@media screen and (max-width: 722px) {
	.zxogrid_preview_video_start {
		font-size: 3vw;
		width: 15%;
		height: 20%;
	}
}

@media screen and (max-width: 540px) {
	.zxogrid_preview_video_start {
		font-size: 6vw;
		width: 15%;
		height: 20%;
		padding-top: 0.6rem;
	}
}

#zxo_ratings_block_container {
	margin: 0 15px;
	max-width: 1280px;
}

.review_item {
	border-top: 1px dashed #aaa;
    margin-right: 15px;
	padding-top: 10px;	
}

.review_item p {
	margin-bottom: 0.4em;
}

.review_item .review_bottom_scores {
	display: flex;
    justify-content: space-between;
}

.review_item_full {
	max-width: 1024px;
}
.review_item_full .card-body {
	display: flex;
	padding: 0;
}
.review_item_full .review_comment {
	flex: 1 0 400px;
    padding: 1.25rem;
}
.review_item_full .review_author_block {
	background: #353a40;
    flex: 1 0;
    padding: 1.25rem;
}
