/*
Theme Name: EmuPC 2022
Theme URI: https://emulatorpc.com
Author: OCME c/o Ali & Jety
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2.1
Requires at least: 5.0
Tested up to: 5.8
Requires PHP: 7.0
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: emupc2022
*/

/* RESET */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}html{scroll-behavior:smooth}body{line-height:1}a{text-decoration-skip-ink:auto}a[href^="tel"]{color:inherit;text-decoration:none}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}input[type="search"]{-webkit-appearance:textfield}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}

header {}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal}
.screen-reader-text:focus{background-color:#f7f7f7;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#007acc;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;right:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.skip-link{left:-9999rem;top:2.5rem;z-index:999999999;text-decoration:underline}
.skip-link:focus{display:block;left:6px;top:7px;font-size:14px;font-weight:600;text-decoration:none;line-height:normal;padding:15px 23px 14px;z-index:100000;right:auto}
.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active){position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);white-space:nowrap}

/* THEME */

:root {
	--theme-color-1: #f6cc37;
	--theme-color-2: #64cdfd;
	--theme-color-3: #8e5308;
	--bg-color: #282b31;
	--bg-color-alt: #3a3f44;
	--text-color-dark: #484848;
	--text-color-light: #d4d4d4;
}

@font-face {
	font-family: 'Quicksand';
	src:  url('fonts/Quicksand-Regular.ttf') format('truetype');
	font-weight: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Quicksand';
	src:  url('fonts/Quicksand-Bold.ttf') format('truetype');
	font-weight: bold;
	font-display: swap;
}

@font-face {
	font-family: 'Quicksand';
	src:  url('fonts/Quicksand-Bold.ttf') format('truetype');
	font-weight: bold;
	font-display: swap;
}

*, body {
	font-family: 'Quicksand', Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-display: swap;
}

body {
	line-height: 1.3;
	background: var(--bg-color);
	color: var(--text-color-light);
	text-align: center;
	
}

a { color: var(--theme-color-1); 
	text-decoration: none;	
}

a:hover {
	color: var(--theme-color-2);
}

p {
	line-height: 1.5;
	margin-bottom: 10pt;
}

h1, h2, h3 {
	color: var(--theme-color-1);
	margin-bottom: 20px;
}

h1 {
	font-size: 26pt;
}

h2 {
	font-size: 20pt;
}

h3 {
	font-size: 18pt;
}

em {
    font-style: italic;
}

/* Utilities */

/* Text Align */

.aligncenter,
.text-center {
	text-align: center;
}

.alignleft,
.text-left {
	text-align: left;
}

img.alignleft {
    padding: 4px;
    margin: 15px 7px 15px 0;
    display: inline;
}
img.alignright {
    padding: 4px;
    margin: 15px 0 15px 7px;
    display: inline;
}
img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 15px;
}
img.aligncenter {
    margin-top: 20px;
}
.aligncenter{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignright,
.text-right {
	text-align: right;
}

/* Make element full width */

img,
.wp-caption,
.wp-caption img {
	max-width: 100%;
}

.u-full-width {
  width: 100%;
  box-sizing: border-box; }

/* Make sure elements don't run outside containers (great for images in columns) */
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }

hr {
	border: none;
	border-bottom: 1px solid gray;
}

/* HEADER */

header {
	background: #111;
	border: 1px solid rgba(0,0,0,0.6);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 10px 15px;
	z-index: 9999;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	align-content: center;
}


/* NAVIGATION */

 .top-search {
		display: none;
  }

  .mobile-search {
	  display: block;
	  padding: 10px 15px 0;
	  text-align: left;
	 }

  .mobile-search input[type="text"] {
	  font-size: 14pt;
	  background: var(--text-color-light);
	  color: gray;
	  background-image: url('images/icon-magnifying-glass-dark.svg');
	  background-size: 20px;
	  background-position: center left 7px;
	  background-repeat: no-repeat;
	  padding: 10px 5px 10px 35px;
	  width: 100%;
	  max-width: 400px;
	  border-radius: 5px;
	  outline: none;
	  border: none;
	 }

  .mobile-search input[type="text"]:focus {
	  color: var(--text-color-dark);
	  background-color: white;
	  
  }

	#topmenu-toggle:checked~.top-nav {
	    height: calc(100vh - 70px);
	    opacity: 1;
	    z-index: 999;
	    overflow-y: auto;
	}

	.top-nav {
		position: fixed;
		right: 0;
		top: 70px;
		display: block;
		background: #000;
		padding: 10px 0 10px;
		width: 100%;
		height: 0;
		overflow: hidden;
		opacity: 0;
		white-space: nowrap;
		transition: height 0.2s ease,opacity 0.5s ease;
	}


#top-burger {
    flex: auto 0 0;
    display: inline-block;
    cursor: pointer;
    margin-right: 10px;
    opacity: .5;
    transition: all 0.2s ease;
}

	.bar1, .bar2, .bar3 {
	    width: 30px;
	    height: 3px;
	    background-color: var(--text-color-light);
	    margin: 6px 0;
	    transition: 0.4s;
	    border-radius: 30px;
	}

	#top-burger:hover {
	    opacity: 1.0;
	}
	
	#topmenu-toggle:checked~#top-burger .bar1 {
	    -webkit-transform: rotate(-45deg) translate(-9px,6px);
	    transform: rotate(-45deg) translate(-4px,8px);
	}
	
	#topmenu-toggle:checked~#top-burger .bar2 {
		opacity: 0;
	}
	
	#topmenu-toggle:checked~#top-burger .bar3 {
	    -webkit-transform: rotate(-45deg) translate(-9px,6px);
	    transform: rotate(45deg) translate(-4px,-8px);
	}


	#menu-top {
    	margin-top: 10px;
    }

    #menu-top > li {
		text-align: left;
		display: block;
		font-size: 14pt;
		position: relative;
		margin:  0;
		padding: 6px 15px;
		border-bottom: 1px solid #333;
		}
    
    #menu-top > li > a:hover,
    .sub-menu > li:hover a:hover {
        color: var(--theme-color-2);
    }
    
    .sub-menu {
		display: block;
    	columns: 2;
		padding: 10px 0;
    }


    .sub-menu > li {
    	width: auto;
    	text-align: left;
    	display: block;
    	font-weight: normal;
    	margin:  0;
    	padding: 5px 20px 5px 20px;
    	text-transform: none;
    	white-space: pre-wrap;
    	transition: all 0.2s;
    }

    .sub-menu > li a {
    	display:block;
    	color: var(--text-color-light);
    	transition: all 0.2s;
    }

	

/* SECTIONS */

section#content {
	margin-top: 70px;
	min-height: 100vh;
}

.page_section {
	display: block;
	padding:  60px 0;
	width: 100%;
}

.page_section.alt-bg {
	background: var(--bg-color-alt);
}

/* CONTENT */

.container,
.container-wide {
	margin: 20px;
	max-width: 100%;
}

/* INFO PAGE */

#page {
}

.top-padding {
    padding-top: 50px;
}

#page .page-parent {
	display: block;
	font-size: 18pt;
	margin-bottom: 10px;
}

#page h1 {
	color: var(--text-color-light);
	font-weight: bold;
	font-size: 20pt;
}

.breadcrumb-heading {
	text-align: left;
	font-size: 26pt;
	color: var(--text-color-light);
}

.breadcrumb-heading .page-title,
.breadcrumb-heading .page-parent {
	display: inline-block;
	font-size: 26pt;
}

.breadcrumb-heading .page-parent {
	color: var(--text-color-light);
}

.breadcrumb-heading .page-title {
	color: var(--theme-color-1);
}

.content_article {
	text-align: justify;
}

.content_article p, .article_body p {
	line-height: 1.5;
}

.content_article ul, .article_body ul {
	list-style: disc;
	margin-left: 30px;
	margin-bottom: 30px;
}

.content_article ol, .article_body ol {
	list-style: decimal;
	margin-left: 30px;
	margin-bottom: 30px;
}

.content_article li, .article_body li {
	margin-bottom: 10px;
}

.content_article h4, .article_body h4 {
	font-weight: bold;
	font-size: 13pt;
}

/* ROW & COL */

.row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: center;
	width: 100%;
	margin: 30px auto;
}

.top-padding > .row {
	margin-top: 0;
}

.row .col {
	width: 100%;
	padding: 10px;
	margin: 10px;
}

/* ARCHIVES - CATEGORY */

#archive_category {
}

#archive_category h3 {
    font-size: 20pt;
    color: #fff;
    font-weight: bold;
}

/* PAGINATION */

.pagination {
    margin: 30px auto;
    font-size: 14pt;
}

.pagination .nav-links a {
	width: 35px;
    display: inline-block;
	margin-bottom: 10px;
	margin: 5px -3px;
	border: 1px solid ;
	padding: 6px 0;
}

.pagination .nav-links .dots {
	color: var(--theme-color-1);
	background-color: transparent;
}

.pagination .nav-links a:hover {
	color: #212529 !important;
	background-color: var(--theme-color-1);
	border: 1px solid var(--theme-color-1);
}

.pagination .nav-links span {
	width: 35px;
    display: inline-block;
	margin: 5px -3px;
	border: 1px solid var(--theme-color-1);
	color: #212529;
	background-color: var(--theme-color-1);
	padding: 6px 0;
}

.pagination .nav-links .prev {
	width: 80px;
}

.pagination .nav-links .next {
	width: 80px;
}

.pagination .nav-links .page-numbers:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.pagination .nav-links .page-numbers:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.pagination .nav-links {
  margin: 0 auto;
}

/* SEARCH */

.site-search {
	display: block;
	margin: 30px auto;
}

.site-search input[type="text"] {
	width: 300px;
	max-width: 90%;
	overflow: hidden;
	padding: 10px 10px 10px 35px;
	border-radius: 5px;
	border: 0;
	color: var(--text-color-dark);
	background-color: #b1b1b6;
	font-size: 14pt;
	background-image: url('images/icon-magnifying-glass-dark.svg');
	background-size: 20px;
	background-position: center left 7px;
	background-repeat: no-repeat;
	transition: all 0.2s;
	outline: none;
}

.site-search input[type="text"]:hover,
.site-search input[type="text"]:focus {
	background-color: white;
}

/* SHARING BUTTONS */

.shareButtons {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    flex-direction: row;
    align-items: center;
    margin-bottom: 30px;
}

input.btnShare {
    display: inline-block;
    margin: 2px 6px 2px 0;
    width: 32px;
    height: 32px;
    background: gray no-repeat center;
    background-size: contain;
	border: none;
    border-radius: 5px;
    opacity: 0.7;
}

.btnShare:hover {
    opacity: 1;
}

.plusButton,
.minusButton
{
    display: inline-block;
    font-size: 15pt;
    background: var(--theme-color-3);
    width: 24px;
    height: 24px;
    line-height: 24px;
    color: var(--text-color-light);
    border-radius: 2px;
    text-align: center;
}


.plusButton:hover,
.minusButton:hover {
    background: var(--theme-color-1);
    color: var(--text-color-dark);
    
}

#shareURL {
	border: none;
	display: inline-block;
	padding: 5px 5px;
	width: 100px;
	height: 32px;
	outline: 0;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	font-size: 10pt;
	background: gray;
	color: black;
}

input[type="submit"].btnCopy,
.btnCopy
 {
	outline: 0;
	width: auto;
	height: 32px;
	margin: 0;
	display: inline-block;
	border: none;
	padding: 0 5px;
	font-size: 10pt;
	font-weight: bold;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	opacity: 0.8;
	background: var(--text-color-light);
}

input[type="submit"].btnCopy:hover,
.btnCopy:hover {
	opacity: 1;
}

#shareExpand {
    display: none;
}

.shareMore {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    flex-direction: row;
    align-items: center;
    overflow: hidden;
    height: 32px;
    height: 0;
    transition: all 0.3s;
}

#shareExpand:checked ~ .shareMore {
    /* margin-top: 5px; */
    height: 40px;
    /* padding-top: 5px; */
}

#shareExpand ~ .minusButton {
    overflow: hidden;
    width: 0;
}

#shareExpand:checked ~ .minusButton {
    width: 24px;
}

#shareExpand:checked ~ .plusButton {
    overflow: hidden;
    width: 0;
}



/* GRID */

.grid-game {
	padding: 0;
    width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}

.grid-game > .item {
	width: auto;
	height: 250px;
	margin: 8px;
	box-sizing: border-box;
	padding: 10px;
	background: white;
	box-shadow: 0 0 10px black;
	position: relative;
	overflow: hidden;
	border-radius: 5px;
}
	
.item .game_icon {
	width: 120px;
	height: 120px;
	border-radius: 10px;
	object-fit: cover;
	object-position: center;
	margin-bottom: 5px;
}

.item .overlay {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	padding-top: 50px;
	top: 0;
	left: -100%;
	background: rgba(11, 13, 68, 0.8);
}

.item .info {
  position: absolute;
	width: 100%;
	top: 160px;
	left:  0;
	font-size: 15pt;
	text-align: center;
	transition: all 2.0s;
}

.item .info .title {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 0 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.item .info .title, 
.item .info .title a {
	color: #ea9b37;
}
			
.item .info .title a:hover {
	color: #fdc745;
}

.item .info .categories {
	font-size: 10pt;
	/* text-align: left; */
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 0 10px;
}

.item .info .categories,
.item .info .categories * {
	color: #484848;
}

.item:hover .info .categories,
.item:hover .info .categories * {
	color: #bbb7b7;
}


.item ul {
	margin-bottom: 0px;
}

.grid-game > .bundle-item {
	width: 170px;
	height: 300px;
	margin: 8px;
	position: relative;
	overflow: hidden;
}

.bundle-item .details {
	position: absolute;
	right: 0; top: 0;
	width: 150px;
	height: 100%;
	padding: 10px;
	background: white;
}

.bundle-item .game_icon {
	width: 100%;
	border-radius: 10px;
	object-fit: cover;
	object-position: center;
}

.bundle-item .download {
	display: block;
	position: absolute;
	left: 0;
	bottom: 5px;
}

.bundle-item .downloadbtn {
	color: white;
	background: #088807;
	background-image: url('images/icon-download.svg');
	background-size: 16px;
	background-repeat: no-repeat;
	background-position: 12px center;
	border: none;
	font-size: 12pt;
	padding: 5px 10px 5px 33px;
	cursor: pointer;
}

.bundle-item .downloadbtn:hover {
	background-color: #069e05;
}

.bundle-item .download:after {
  width: 0px;
  border-top: 10px solid #10610f;
  border-left: 20px solid transparent;
  display: block;
  content:" ";
}

.bundle-item .info {
	margin-top: 5px;
	text-align: center;
}

.bundle-item .info .title,
.bundle-item .info .title a {
	font-size: 10pt;
	line-height: 1.1;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: #8e5308;
}
			
.bundle-item .info .title a:hover {
	color: #af7d06;
}

.bundle-item .info .categories {
	font-size: 9pt;
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 0 10px;
	color: #484848;
}

.bundle-item .info .categories,
.bundle-item .info .categories * {
	color: #484848;
}

.bundle-item .categories a:hover {
	color: #7d5530;
}

/* LOAD MORE */


#more_posts {
	width: 250px;
}


#more_posts[disabled]{
	border: 1px solid lightgray;
	background: gray;
}

/* GREEN BUTTON */

.btn-green {
  background: rgb(29,201,76);
  background: linear-gradient(to bottom, rgba(29,201,76,1) 0%, rgba(8,129,41,1) 100%);
  text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
  border: 1px solid #56af56;
  display: inline-block;
  border-radius: 5px;
  font-size: 14pt;
  padding: 10px 30px;
  margin: 10px auto;
  color: white;
  transition: all 0.2s;
	cursor: pointer;
}

.btn-green:hover {
  color: white;
  transition: all 0.2s;
  transform: scale(1.05);
  border-color: orange;
  background: rgb(255,175,85);
  background: linear-gradient(to bottom, rgba(255,175,85,1) 0%, rgba(226,108,0,1) 100%);
}


/* STARS */ 

.stars {
	margin: 5px auto;
}
.stars .rating-stars {
	color: #a8a8a8;
}

.stars span {
	font-size: 19px;
	margin: 1px;
}

.stars .rating-stars .star-full {
	color: #f5c25e;
}


/* FOOTER */

footer {
	margin-top: 100px;
	background: var(--bg-color-alt);
	width: 100%;
	overflow: hidden;
	padding: 30px 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	align-content: center;
}

footer > div {
	width: 100%;
	margin-bottom: 10px;
}
		
section#footer .footermenu {
	text-align: left;
}

footer .footermenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
	
footer .footermenu ul li {
	list-style-type: none;
	display: inline-block;
	margin: 0 0 0 10px;
}



/* RESPONSIVE */

/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet */
@media (min-width: 550px) {}

/* Larger than tablet */
@media (min-width: 750px) {

	#shareURL {
		width: 200px;
	}
	#shareExpand:checked ~ .shareMore {
		/* margin-top: 0; */
	}
	
	h1 {
		font-size: 30pt;
	}
	
	h2 {
		font-size: 22pt;
	}
		
	.row .col {
		flex: 1;
		width: auto;
	}
	
}

/* Larger than desktop */
@media (min-width: 1000px) {
	
	.container {
		max-width: 960px;
		margin: auto;
	}

	
	
	/* NAVIGATION */

	
	 .top-search {
			display: block;
	  }
	
		
	#top-burger {
		display: none;
	}
	
	.top-nav,#topmenu-toggle:checked~.top-nav {
		position: static;
		display: inline-block;
		opacity: 1;
		background: none;
		padding: 0;
		width: auto;
		height: auto;
		overflow: visible;
	}
		
    #menu-top {
    	list-style: none;
    	margin: 0;
    	padding: 0;
    }

    #menu-top > li {
    	list-style: none;
    	font-weight: bold;
    	display: inline-block;
    	font-size: 13pt;
    	position: relative;
    	margin:  0;
    	padding: 0 10px;
    	border: none;
    }

    #menu-top > li.menu-item-has-children {
    	padding-right: 15px;
    	margin-right: 5px;
    }
    
    #menu-top > li.menu-item-has-children::after{
    	content: '\25BC';
    	font-size: 8pt;
		position: absolute;
		right: 0;
		top: 30%;
    	width: auto;
    	display: inline-block;
    	color: var(--theme-color-1);
    }

    
    #menu-top > li > a:hover {
        color: var(--theme-color-2);
    }
    
    #menu-top > li.menu-item-has-children:hover::after {
        color: var(--theme-color-2);
    }

    .sub-menu {
    	height: 0;
    	padding: 0;
    	overflow: hidden;
    	display: block;
    	position: absolute;
    	background: white;
    	transition: all 0.2s;
    	columns: 2;
    }

    .sub-menu:before {
		position: absolute;
	    width: calc(20% - 15px);
	    left: 0;
	    top: 0;
	    border-top: 15px solid #111;
	    border-right: 10px solid transparent;
	    display: block;
	    content: " ";
	    z-index: 1000;
	}

    .sub-menu:after {
		
		position: absolute;
	    width: 80%;
	    top: 0;
	    right: 0;
	    border-top: 15px solid #111;
	    border-left: 10px solid transparent;
	    display: block;
	    content: " ";
	}


    #menu-top > li:hover .sub-menu {
    	height: auto;
    	transition: height 0.2s;
        border-top: 3px solid var(--accent-color-1);
    	padding-top: 20px;
    	padding-bottom: 20px;
    	transition: all 0.2s;
    	z-index: 99999;
		box-shadow: 0 5px 20px #212529;
    	
    }

    .sub-menu > li {
    	width: 150px;
    	text-align: left;
    	display: block;
    	font-size: 11pt;
    	font-weight: normal;
    	margin:  0;
    	padding: 5px 20px 5px 20px;
    	text-transform: none;
    	white-space: pre-wrap;
    	transition: all 0.2s;
    }

    .sub-menu > li a {
    	display:block;
    	color: var(--text-color-dark);
    	transition: all 0.2s;
    }


    .sub-menu > li:hover a:hover {
    	color: var(--theme-color-3);
    }

   .mobile-search {
	   display: none;
   }

   .header-search {
		display: block;
	}

		.header-search input[type="text"] {
			width: 150px;
			overflow: hidden;
			padding: 6px 30px 6px 10px;
			border-radius: 5px;
			border: 0;
			color: var(--text-color-dark);
			background-color: #b1b1b6;
			font-size: 10pt;
			background-image: url('images/icon-magnifying-glass-dark.svg');
			background-size: 16px;
			background-position: center right 7px;
			background-repeat: no-repeat;
			transition: all 0.2s;
			outline: none;
		}

		.header-search input[type="text"]:focus,
		.header-search input[type="text"]:hover {
			
			background-color: white;
		}
	
	.item .game_icon {
		width: 150px;
		height: 150px;

	
	footer {
		flex-wrap: nowrap;
		justify-content: space-between;
	}
	
	footer > div {
		width: auto;
	}
	
}
/* Desktop HD */
@media (min-width: 1280px) {

	.container {
		max-width: 1024px;
	}
	
	.container-wide {
		margin: auto;
		max-width: 1280px;
	}

}

/* Larger than Desktop HD */
@media (min-width: 1400px) {

	.container {
		max-width: 1280px;
	}
	
	.container-wide {
		max-width: 1360px;
	}
	
    #menu-top > li {
    	font-size: 16pt;
	}
	
    .sub-menu > li {
		width: 200px;
    	font-size: 14pt;
	}
	
	.header-search input[type="text"] {
		width: 200px;
		font-size: 12pt;
	}
	
}