﻿.readyWraper {
	border: 1px solid #efefef;
	border-radius: 3px;
	padding: 30px;
	margin-top: 30px;
}
.readyWraper h2, .readyWrap {
	margin: 0;
}
.gamesList {
	margin-top: 60px;
}

@media screen and (max-width: 900px) {
	.gameContent {
		padding-top: 30px !important;
	}
}

.browseWrap {
    overflow-x: hidden;
}
img {
    display: block;
}

/* Guinea pig parkour */
.gppWrap {
    position: relative;
    margin-bottom: 10px;
}
.gppWrap .videoWrap {
    background: rgba(0, 0, 0, 0.5);
    padding: 7px;
    border-radius: 3px;
    position: absolute;
    bottom: 30px;
    left: 30px;
    width: 54.5%;
    height: 55%;
    z-index: 2;
}
.gppWrap .videoWrap iframe {
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 1000px) {
    .gppWrap .videoWrap {
        width: 100%;
        height: 100%;
        left: 0;
        bottom: 0;
        padding: 0;
    }
    a.kickstarter {
        bottom: -19%;
        right: -9%;
    }
}

/* Last moon */
.lmWrap {
    margin-bottom: 10px;
    position: relative;
    display: block;
}
.lmWrap .gifs {
    display: inline-flex;
    position: absolute;
    bottom: 15px;
    width: 100%;
    padding: 0;
    justify-content: center;
    list-style: none;
}
.lmWrap .gifs li {
    margin: 5px;
}
.lmWrap .gifWrap {
    background: rgba(0, 0, 0, 0.5);
    padding: 7px;
    border-radius: 3px;
}
.lmWrap .gifWrap img {
    border-radius: 3px;
    display: block;
    max-height: 170px;
}
@media screen and (max-width: 1250px) {
    .lmWrap .gifs {
        bottom: 5px;
    }
    .lmWrap .gifs li {
        margin: 3px;
    }
    .lmWrap .gifWrap img {
        max-height: 150px;
    }
}
@media screen and (max-width: 1050px) {
    .lmWrap .gifWrap img {
        max-height: 120px;
    }
}
@media screen and (max-width: 910px) {
    .lmWrap .gifWrap img {
        max-height: 100px;
    }
}
@media screen and (max-width: 820px) {
    .lmWrap .gifWrap img {
        max-height: 80px;
    }
}
@media screen and (max-width: 684px) {
    .lmWrap .gifWrap img {
        max-height: 70px;
    }
}
@media screen and (max-width: 614px) {
    .lmWrap .gifs {
        bottom: 3px;
    }
    .lmWrap .gifWrap img {
        max-height: 60px;
    }
}

/* Small saga */
.ssWrap {
    margin-bottom: 10px;
    position: relative;
}
.ssWrap .logoWrap {
    display: flex;
    justify-content: center;
}
.ssWrap .logoVidWrap {
    position: absolute;
    width: 50%;
    max-width: 50%;
    left: 3%;
    top: 3%;
    height: 100%;
}
.ssWrap .videoWrap {
    background: rgba(0, 0, 0, 0.5);
    padding: 7px;
    border-radius: 3px;
    width: 100%;
    height: 50%;
}
.ssWrap .videoWrap iframe {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1000px) {
    .ssWrap .logoVidWrap {
        position: static;
    }
    .ssWrap .videoWrap {
        width: 100%;
        height: 100%;
        left: 0;
        bottom: 0;
        padding: 0;
        position: absolute;
    }
    .ssWrap .logoWrap {
        position: absolute;
        top: 2%;
        left: 1%;
        z-index: 2;
        background: rgba(0, 0, 0, 1);
        max-width: 50%;
        border-radius: 3px;
    }
}

/* Mighty goose */
.mgWrap {
    margin-bottom: 10px;
    position: relative;
}
.mgWrap:hover .logo {
    animation-duration: 700ms;
    animation-iteration-count: 1;
    animation-name: tada;
    animation-delay: 0;
}
.mgWrap .logoVidWrap {
    position: absolute;
    max-width: 50%;
    right: 2%;
    top: 1%;
    height: 100%;
}
.mgWrap .videoWrap {
    background: rgba(0, 0, 0, 0.5);
    padding: 7px;
    border-radius: 3px;
    width: 100%;
    height: 45%;
}
.mgWrap .videoWrap iframe {
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 950px) {
    .mgWrap .logoVidWrap {
        position: static;
    }
    .mgWrap img.logo {
        position: absolute;
        top: auto;
        bottom: 45px;
        right: 10px;
        max-width: 30%;
        z-index: 2;
    }
    .mgWrap .videoWrap {
        width: 100%;
        height: 100%;
        left: 0;
        bottom: 0;
        padding: 0;
        position: absolute;
    }
}

/* Cat gunner */
a.cgWrap {
    display: block;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}
.cgWrap .banner {
    position: absolute;
    display: inline-flex;
    top: 48px;
    left: -20px;
    background: rgb(248, 87, 83);
    border: 2px solid #000;
    z-index: 2;
    color: #fff;
    font-weight: 500;
    padding: 0;
    transform: rotate(-4deg);
    font-size: 2rem;
    padding: 8px 16px;
    line-height: 110%;
}
.cgWrap .banner1 {
    padding-left: 30px;
}
.cgWrap .banner2 {
    font-size: 1.4rem;
    left: 290px;
    top: 83px;
    background: rgb(208, 59, 55);
    text-align: center;
}
.cgWrap .images {
    display: flex;
    flex-wrap: nowrap;
    position: relative;
}
.cgWrap .images img {
    width: 25%;
    min-width: 25%;
}
@media screen and (max-width: 1150px) {
    .cgWrap .images {
        flex-wrap: wrap;
    }
    .cgWrap .images img {
        width: 50%;
        min-width: 50%;
    }
    .cgWrap .banner {
        top: 90px;
    }
    .cgWrap .banner2 {
        top: 130px;
        left: 260px;
    }
}

/* Football dash */
.fdWrap {
    max-width: 512px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    flex: 1;
}
.fdWrap .installs {
    background: rgba(248, 87, 83, 1);
    color: #ffffff;
    font-weight: 500;
    font-size: 1.2rem;
    padding: 5px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

/* Itch.io */
.itchWrap {
    background: #FF2449;
    flex: 1;
    margin-left: 10px;
    display: block;
    padding: 10px;
    text-align: center;
    padding-bottom: 20px;
}
.itchWrap .logo {
    margin: 0 auto;
    margin-top: 10px;
}
.itchWrap:hover .logo {
    animation-duration: 700ms;
    animation-iteration-count: 1;
    animation-name: rubberBand;
    animation-delay: 0;
}
.itchWrap p {
    color: #fff;
    font-weight: 500;
    text-align: center;
    line-height: 110%;
    display: inline-block;
    margin: 0 auto;
    max-width: 400px;
    margin-top: 20px;
}
.itchWrap:hover p {
    text-decoration: none;
}

.twoWrap {
    display: flex;
    margin-bottom: 10px;
    position: relative;
}

@media screen and (max-width: 512px) {

    .twoWrap {
        display: block;
    }
    .itchWrap {
        margin-left: 0;
    }
}

/* Kongrgate */
.kWrap {
    display: flex;
    margin-bottom: 10px;
    background: #990000;
    align-items: center;
}
.kWrap img {
    min-width: 220px;
}
.kWrap div:last-child {
    color: #fff;
    font-weight: 500;
    padding-left: 30px;
    padding-right: 30px;
}
.kWrap:hover {
    text-decoration: none;
}
.kWrap h3 {
    font-size: 4rem;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.kWrap p {
    margin: 0;
    padding: 0;
    font-size: 2rem;
}
@media screen and (max-width: 850px) {

    .kWrap h3 {
        font-size: 3rem;
    }

    .kWrap p {
        font-size: 1.5rem;
    }
}
@media screen and (max-width: 600px) {

    .kWrap h3 {
        font-size: 2rem;
    }

    .kWrap p {
        font-size: 1.3rem;
    }
}
@media screen and (max-width: 480px) {
    .kWrap {
        display: block;
        text-align: center;
    }
    .kWrap img {
        margin: 0 auto;
        position: relative;
        top: -5px;
    }
    .kWrap h3 {
        margin-top: 10px;
        margin-bottom:3px;
    }
    .kWrap p {
        padding-bottom: 20px;
    }
}


/* Mobs inc */
.miWrap {
    display: flex;
    margin-bottom: 10px;
    background: #050816;
}
.miWrap > div:first-child {
    flex: 1;
    height: 100%;
}
.miWrap > div:last-child {
    flex: 1;
    padding: 30px;
    color: #ffffff;
    font-weight: 500;
    display: flex;
    align-items: center;
}
.miWrap > div:last-child div {
    width: 100%;
    text-align: center;
}
.miWrap h3 {
    font-size: 4rem;
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
    line-height: 100%;
}
.miWrap p {
    margin: 0;
    padding: 0;
}
.miWrap p + p {
    margin-top: 10px;
}
.miWrap iframe {
    width: 100%;
    height: 100%;
    min-height: 300px;
}
@media screen and (max-width: 900px) {
    .miWrap {
        display: block;
    }
}

/* Creature keeper */
.ckWrap {
    position: relative;
    margin-bottom: 10px;
}
.ckWrap .gifs {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 7%;
    padding: 0;
    margin: 0;
}
.ckWrap .kickstarter {
    bottom: auto;
    top: -7%;
}
@media screen and (max-width: 1250px) {

    .ckWrap .gifs {
        bottom: -20px;
    }

    .ckWrap .gifs li {
        max-width: 50%;
    }
}
@media screen and (max-width: 760px) {
    .ckWrap {
        margin-bottom: 175px;
    }
    .ckWrap .gifs {
        bottom: -20px;
        bottom: -40%;
    }

    .ckWrap .gifs li {
        max-width: none;
    }
    .ckWrap .gifs li:last-child {
        margin-top: -10px;
    }
}

/* Kickstarter */
a.kickstarter {
    display: inline-block;
    position: absolute;
    bottom: -7%;
    right: -6%;
    width: 40%;
    max-width: 300px;
    overflow-x: hidden;
    overflow-y: hidden;
    z-index: 3;
}

a.kickstarter:hover img {
    animation-duration: 700ms;
    animation-iteration-count: 1;
    animation-name: swing;
    animation-delay: 0;
}


.cnLogoWrap, .avixLogo {
    background: #fff;
    position: absolute;
    left: 50%;
    margin-left: -95px;
    top: 50%;
    margin-top: -65px;
    padding: 20px;
    border-radius: 3px;
}
.avixLogo {
    background: transparent;
    margin-left: -200px;
    margin-top: -80px;
}
.cnTwoCol:hover .cnLogoWrap, .cnMultiWrap:hover .avixLogo {
    animation-duration: 700ms;
    animation-iteration-count: 1;
    animation-name: tada;
    animation-delay: 0;
}

.twoCol.ogWrap {
    margin-bottom: 10px;
}
.ogPromoWrap {
    max-width: 70%;
    position: relative;
}
.ogGameWrap {
    background: #000;
    flex: 1;
    max-width: 30%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position-x: 100%;
}
.netflixLogo {
    position: absolute;
    border-radius: 3px;
    top: 10px;
    right: 10px;
}
.ogWrap img.game {
    margin: 0 auto;
    width: 90%;
    transform: perspective(400px) rotateY(-15deg);
    position: relative;
    left: -20px;
    box-shadow: 0 3px 34px -4px rgb(0,0,0);
}
.ogWrap:hover img.netflixLogo {
    animation-duration: 700ms;
    animation-iteration-count: 1;
    animation-name: tada;
    animation-delay: 0;
}
.ogWrap .descripWrap {
    padding: 30px;
    color: #ffffff;
    text-align: center;
}
    .ogWrap .descripWrap h2 {
        margin: 0;
        font-size: 1.5rem;
        text-align: center;
    }
.ogWrap .descripWrap p {
    margin: 0;
    font-weight: 500;
    font-size: 1.2rem;
}

@media screen and (max-width: 1320px) {
    .ogPromoWrap {
        max-width: 60%;
    }

    .ogGameWrap {
        max-width: 40%;
    }

    .ogWrap img.game {
        width: 70%;
    }
}

@media screen and (max-width: 1000px) {

    .ogWrap img.game {
        width: 60%;
    }
}

@media screen and (max-width: 900px) {
    .ogPromoWrap {
        max-width: 100%;
    }

    .ogGameWrap {
        max-width: 100%;
        background-size: cover;
    }
    .twoCol.ogWrap {
        display: block;
    }
    .ogWrap img.game {
        position: relative;
        top: -20px;
        width: 80%;
        transform: perspective(400px) rotateX(15deg);
        position: relative;
        left: 0;
        margin-bottom: -30px;
    }
}

.cnMultiWrap {
    margin-bottom: 10px;
    display: flex;
    position: relative;
}
    .cnMultiWrap > div:nth-child(2) {
        max-width: 50.12%;
        min-width: 50.12%;
    }
.cnTwos {
    display: flex;
    margin-bottom: 10px;
}
.cnTwos > div {
    max-width: 50%;
    min-width: 50%;
}