/*
Theme Name: Gamez Child
Theme URI: http://demo.themexpert.com/wordpress/gamez
Author: ThemeXpert
Author URI: http://themexpert.com/
Description: A Premium WordPress theme for Game Reviewer.
Version: 3.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: gamez
Text Domain: gamez-child
*/


.close-play-link {
    background: #d32f2f;
    color: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: transform .3s ease-in-out !important;
}
.close-play-link:hover, .close-play-link:focus{
    transform: rotate(180deg) scale(1.2);
    color: #fff;
}
.game_play-wrap {
    position: relative;
    padding: 40px 15px;
    height: 100vh;
    max-width: calc(100% - 30px);
    margin: 0 auto;
}
.close-play-wrap {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
iframe.warm-up {
    left: 0;
    right: 0;
    top: 40px;
    bottom: 0;
    z-index: auto;
}
.video-wrapper {
    max-width: 350px;
}
.video-wrapper header{
	height: 200px !important;
    background-size: contain !important;
    background-repeat: no-repeat;
}
.game-banner img{
	width: 100%;
	margin: 0 auto;
}
.review-info-desc.game-single{
	padding: 0 !important;
    border: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    margin-top: 10px !important;
}
.game-single a{
	display: flex;
	align-items: center;
	justify-content: center;
    padding: 10px;
    border-radius: 5px;
    flex: 1;
    white-space: nowrap;
	color: #fff;
	font-weight: 500;
}
.game-single a:hover{
	background: #fff;	
}
.game-single a i{
	margin-right: 10px;
}
.play-game-btn {
    background: #23bded;
    border: 1px solid #23bded;
    margin-right: 10px;
}

.play-game-btn:hover{
	color: #23bded;
}
.share-game-btn {
    background: #d32f2f;
    border: 1px solid #d32f2f;
}
.share-game-btn:hover{
	color: #d32f2f;
}
.site-content iframe{
    margin: 0 auto;
    display: block;
}
.modal-wrap {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}
.modal-wrap::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
}
.modal-wrap-inner {
    background: #132954;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    padding: 20px;
    border-radius: 5px;
    position: relative;
}
.modal-wrap-title {
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
}
iframe.warm-up {
        width: 100% !important;
        height: calc(100vh - 90px);
        position: absolute;
        z-index: 9999;
    }


/* Media Querries */

@media (max-width: 991px){
    .gamez-review-single .review-main-content {
        padding-top: 10px !important;
    }    
}


@media (max-width: 575px){
    .gamez-review-single .review-main-content .entry-title.game-title {
        font-size: 27px;
        padding-bottom: 0;
    }
}