/**
* Theme Name: Zeen Child
* Description: Zeen child theme.
* Author: Codetipi
* Template: zeen
* Version: 1.0.0
*/

html {
  scroll-behavior: smooth;
}

.game-pro-buttons-section {
	display: inline-block;
}
.block-title-wrap .block-subtitle, .block-title-wrap .filters {
    color: #fff;
}

.sticky-slider {
    position: fixed;
    bottom: 1rem;
    border: none;
    border-radius: 40px 60px 12px 40px;
    background-color: #e90243;
    color: #fff;
    z-index: 10000;
    box-shadow: 0 0 50px 0 rgb(0 0 0 / 40%);
    padding: 5px 40px 5px 5px;
    margin: 1rem 0;
    left: 3rem;
    font-size: 1rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.btn-icon {
    background-color: #000;
    border-radius: 50px;
    padding: 15px 15px 12px 15px;
    margin-right: 10px;
}

.btn-icon img {
    vertical-align: middle;
}

.button-text {
    line-height: 1.5em;
    font-size: 16px;
}

@media screen and (max-width: 374px) {
	
}

body.archive .standard-archive .page-header, body.archive .standard-archive .content-bg {
    background-color: #0a0a0a;
    
}

body.archive .standard-archive .page-header .breadcrumbs a, 
.block-title, 
body.archive .standard-archive .block-title-wrap .block-subtitle, 
body.archive .standard-archive .block-title-wrap .filters,
body.archive .standard-archive .preview-classic .meta .title,
body.archive .standard-archive .excerpt,
body.archive .standard-archive .meta .excerpt .read-more,
body.archive .standard-archive .pagination {
    color: #fff;
}

body.archive .standard-archive .no-more-articles {
    opacity: 1;
}

body.archive .standard-archive .block-title-wrap .block-subtitle {
    text-transform: inherit;
}

.last-game-item {
    padding-bottom:50px;
}

.game-pro-buttons-block {
	margin: 5px 10px 5px 0;
}

.game-pro-btn {
	display: inline-flex;
	flex-wrap: nowrap;
	vertical-align: top;
	text-align: center;
	text-transform: capitalize;
	border-radius: 0px;
	text-decoration: none;
	position: relative;
	overflow: hidden;
	border: 1px solid transparent;
	transition: all 0.3s ease;
}

.button-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 60px;
	width: 60px;
	background: #fff;
	padding: 10px;
}

.button-icon img {
	max-width: 100%;
	height: auto;

}

.game-pro-btn:hover,
.game-pro-btn:focus {
	border: 1px solid transparent;
	position: relative;
	text-shadow: 1px 0 0 currentColor;
}

a.game-pro-btn svg {
	position: relative;
	width: 1.5rem;
	height: 18px;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease;
	margin-left: 5px;
}

a.game-pro-btn.game-pro-icon {
	border: 1px solid #000;
}

a.game-pro-btn:hover svg {
	right: -6px;
}

.game-pro-btn-text {
	position: relative;
	display: inline-flex;
	font: normal 18px 'Fira Sans', sans-serif !important;
	padding: 20px 33px;
	justify-content: center;
}

/* .game-pro-btn-link .game-pro-btn-text::after , .game-pro-btn:hover .game-pro-btn-text::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #fff;
	position: absolute;
	bottom: -2px;
} */

.game-pro-btn-link:hover,
.game-pro-btn-link:focus {
	border: 1px solid transparent;
	text-decoration: none;
	color: #fffc56;
}

.game-pro-buttons-section.full {
	width: 100%;
	display: block;
}

.game-pro-buttons-section.full .game-pro-btn {
	display: flex;
	justify-content: center;
}

/* .game-pro-btn-link .game-pro-btn-text::after,
.game-pro-btn:hover .game-pro-btn-text::after {
	content: "";
	display: inline-block;
	width: calc( 100% - 88px);
	height: 1px;
	background: #fff;
	position: absolute;
	bottom: 25px;
	left: 44px;
} */

.game-pro-btn .game-pro-line {
	display: inline-block;
	width: calc( 100% - 66px);
	height: 1px;
	position: absolute;
	bottom: 14px;
	left: 33px;
	opacity: 0;
	transition: ease-in-out 0.3s;
}

.game-pro-btn:hover .game-pro-line, .game-pro-btn:focus .game-pro-line {
	opacity: 1;
}

.game-pro-btn.game-pro-btn-link .game-pro-line {
	opacity: 1;
}

.game-pro-btn-link:hover {
	color: #fffc56 !important;
}


@media screen and (max-width: 767px) {
	.game-pro-btn-text {
		font: normal 16px 'Fira Sans', sans-serif !important;
		padding: 12px !important;
	}
	.button-icon {
		min-width: 45px;
		width: 45px;
		padding: 8px;
	}
	.game-pro-btn .game-pro-line {
		width: calc( 100% - 24px);
		bottom: 8px;
		left: 12px;
	}
	a.game-pro-btn svg {
		height: 16px;
	}
	a.sticky-link {
	    display: none;
	}
	.breadcrumbs-wrap {
	    display: none;
	}
	body.single-post .hero-meta.tipi-m-typo .title {
	    font-size: 28px;
	}
}
@media screen and (max-width: 767px) {
	#reponsive-ads {
        text-align: center;
    }
    #reponsive-ads ins.adsbygoogle, #reponsive-ads ins.adsbygoogle * {
	    width: 100% !important;
	    margin: 0 !important;
	}
}
@media (min-width: 767px) and (max-width: 1024px) {
    .sticky-slider{
        margin: 1rem 0 3rem;
    }
}