@charset "utf-8";
/* CSS Document */

/* 

	Template Name: Responsive Multi-Purpose HTML Template
	Author: Rainbow Design
	
*/

/* Medium Devices, Desktops */
@media (max-width: 991px) {
.header-navigation .nav-item .nav-link {
	padding: 10px 8px;
}
.logo-box {
	text-align: center;
}
.sticky-wrapper {
	height: auto !important;
}
.sticky-wrapper .header-nav-box {
	position: relative !important;
}
.header-location {
	text-align: center;
	margin-top: 25px;
}
.header-location li {
	padding: 0 15px;
}
.testimonial-area:after {
	height: 400px;
}
.blog-single-social {
	margin-top: 15px;
}
}

/* Small Devices, Tablets */
@media (max-width: 767px) {
    .text-left .witr_ds_content_inner p {display:none;}
    .banner-game-bar {
        flex-wrap: wrap;
        gap: 12px;
        padding: 12px;
    }
    .game-bar-icon {
        width: 80px;
        height: 80px;
        margin:0 auto;
    }
    .game-bar-info h2 {
        font-size: 28px;
    }
    .game-bar-desc {
        font-size: 14px;
    }
    .game-bar-meta {
        font-size: 13px;
        flex-wrap: wrap;
        gap:10px 20px;
    }
    .game-bar-download-btn img {
        height: 40px;
        display: inline !important;
        margin-right: 50px;
    }
    .banner-game-bar{
        display:flex;
        flex-direction:column;
    }
    .game-bar-download-btn{
        display:flex;
        flex-direction: row !important;
        justify-content: space-between;
        width:100%;
    }
    .io-game,
    .ad-game {
        width: 46% !important; 
        height:auto;
        min-height:52px;
    }
.header-social {
	position: absolute;
	top: 12px;
	right: 0px;
}
.header-navigation .navbar-nav {
	background-color: #000;
	padding: 6px;
}
.header-location {
	display: none;
}
.slider .carousel-item {
	height: 600px;
}
.offset-lg-3 p {display:none;}
.slider .carousel-caption h5 {
	font-size: 30px;
	line-height: 32px;
}
.slider .carousel-control-next, .slider .carousel-control-prev {
	display: none;
}
.comments-block ul li ul {
	margin-left: 0px;
}
}

/* Extra Small Devices, Phones */
@media (max-width: 575px) {
.testimonial-area:after {
	height: 600px;
}
.blog-single-tag li a {
	font-size: 10px;
	padding: 6px 6px;
}
}
