@media only screen and (max-width: 1170px) {
    header .header-top {
        flex-direction: row;
        flex-wrap: wrap;
    }

    header .header-top .header-top-right {
        flex-wrap: wrap;
    }

    header .header-top .header-top-left {
        padding-right: 0;
        flex-grow: 1;
        justify-content: center;
        width: 100%;
        padding-top: 15px;
    }

    header .header-top .header-top-right {
        flex-grow: 1;
        width: 100%;
        justify-content: center;
        align-items: center;
    }

    header .header-top .header-top-right .search-box ,
    header .header-top .header-top-right .my-game-box {
        margin-top: 15px;
    }

    header .header-bottom ul.active {
        max-height: 1350px;
    }

    .game-list .title {
        justify-content: center;
        flex-direction: column;
    }

    .game-list.related-games {
        padding-top: 0;
    }

    .game-list .title img {
        margin-bottom: 10px;
    }

    .game-list ul {
        justify-content: center;
    }
    
    .accept-cookies {
        flex-direction: column;
    }

    .accept-cookies span,
    .accept-cookies img,
    .accept-cookies button {
        margin: 5px auto;
    }

    header .header-bottom ul {
        padding: 0;
        max-height: 0;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }

    header .header-bottom ul.active {
        padding: 15px 0;
    }

    header .header-top .header-top-left .logo img {
        margin-top: 0;
    }

    header .header-bottom .mobile-menu-close,
    header .header-bottom .toggle-more {
        display: none;
    }

    header #header-menu.active + .toggle-more + .mobile-menu-close {
        display: block;
    }

    header .mobile-menu {
        display: flex;
    }

    header .header-top .social-media {
        justify-content: flex-start;
    }

    .wrapper {
        padding: 0 15px;
    }

    .game-list ul.blog-list {
        flex-direction: column;
    }

    .game-list ul.blog-list li {
        width: 100%;
    }

    .game-list ul.blog-list li a {
        flex-direction: column;
        flex-wrap: wrap;
    }

    .game-list ul.blog-list li a img {
        margin: 15px 0 5px 0;
    }

    .game-list ul.cat-list {
        flex-direction: column;
    }

    .game-list ul.cat-list li {
        width: 100%;
    }

    .game-list ul.cat-list li a {
        flex-direction: column;
        flex-wrap: wrap;
    }

    .game-list ul.cat-list li a img {
        margin: 15px 0 5px 0;
    }

    .game-list ul li {
        margin: 5px;
    }

    .game-holder {
        width: 100% !important;
        padding-right: 0;
    }
    
    .related-games {
        width: 100%;
        flex-direction: column;
    }

    .related-games ul li {
        width: unset;
        flex-grow: 1;
    }

    .related-games .title {
        width: 100%;
    }

    .game-list .blog-title.title {
        text-align: center;
    }

    .game-list ul.blog-list li a img {
        max-width: 100%;
    }
    
    .info-boxes div {
        width: 100%;
        text-align: center;
        margin: 10px 0;
        padding: 0;
    }
}

@media only screen and (max-width: 490px) {

    header .header-top .header-top-right .my-game-box {
        margin-right: 0;
    }

    .game-list ul:not(.blog-list) li:not(.blogItem) {
        width: 50%;
        margin: 0 0;
        max-width: 50%;
        min-width: unset;
    }
    
    .game-list ul li a {
        max-width: 100%;
        min-height: 220px;
    }

    footer:before {
        /*top: -45px;*/
    }

    .my_game_box {
        justify-content: space-around;
    }

    .my_game_box li {
        width: calc(50% - 10px) !important;
        margin: 5px !important;
    }

    .related-games ul li a img {
        max-height: 150px;
    }
}


@media only screen and (max-width: 1023px) {
    .game-holder .game-bottom-wrapper {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }
    
    .game-holder .game-bottom-wrapper .game-bottom {
        width: 100%;
    }
}



@media only screen and (max-width: 768px) {
	.moregameslink {
		text-align: center;
		justify-content: center;
	}

	.moregameslink .morelink {
		float: unset;
		margin: 5px auto;
	}

	#paginationList {
		display: none;
	}

	#paginationListMobile {
		display: flex;
	}

	.pagination #paginationListMobile li {
		min-width: unset;
		width: 30px;
		font-size: 10px;
		font-weight: 500;
		text-transform: uppercase;
		padding: 2px 0;
		cursor: pointer;
		margin: 2px 4px;
		border: 1.5px solid #9A046D;
	}

	.pagination #paginationListMobile li a {
		min-height: auto;
	}
}