/**
* Gameslol_GameFeatureSlider Styles
*
* @package Gameslol_GameFeatureSlider
*/

/* Carousel Grid */

.grid_carousel {
	height: 180px;
	overflow: hidden;
	position: relative;
}

.grid_carousel .carousel_control {
	position: absolute;
	height: 100%;
	line-height: 180px;
	width: 75px;
	background: rgba(0, 0, 0, 0.75);
	color: lightgray;
	font-size: 30pt;
	text-align: center;
}
.grid_carousel .carousel_control:hover {
	color: white;
}

.grid_carousel .prevArrow {
	top: 0; left: 0;
}

.grid_carousel .nextArrow {
	top: 0; right: 0;
}

.grid_carousel .carousel_box .item {
	display: inline-block;
    width: 180px;
    height: 180px;
    position: relative;
    background: #020026;
    overflow: hidden;
    border-radius: 10px;
    margin: 0 5px;
}

.grid_carousel .carousel_box .item .icon {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0; left: 0;
}

.grid_carousel .carousel_box .item .icon img {
    width: 100%;
    height: 180px !important;
    object-fit: cover;
    margin: 0 !important;
	transition: all 0.5s;
}

	.grid_carousel .carousel_box .item:hover .icon img {
		transform: scale(1.1) ;
		transition: all 0.5s;
	}

	.grid_carousel .carousel_box .item:hover .icon img.flipped {
		transform: scaleX(-1) scale(1.1);
	}

.grid_carousel .carousel_box .item .info {
    display: block;
    position: absolute;
    bottom: 0; left: 0;
    width: 100%;
    height: 60px;
    padding: 20px 5px 5px;
	background: rgb(2,0,36);
    background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgb(16, 16, 16) 35%, rgba(0,212,255,0) 100%);
}

.grid_carousel .carousel_box .item .info a.category {
	float: left;
    width: 100%;
	overflow: hidden;
	height: 10pt;
    font-size: 7pt;
	text-overflow: ellipsis;
	white-space: nowrap;
    color: #b0da26;
}

.grid_carousel .carousel_box .item .info a.title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    width: 100%;
    float: left;
    color: white;
    font-size: 9pt;
    line-height: 10pt;
}

.grid_carousel .carousel_box .item .info.has_cta a.category,
.grid_carousel .carousel_box .item .info.has_cta a.title {
	width: 50%;
}

.grid_carousel .carousel_box .item .info div.cta {
    float: right;
    width: 50%;
    text-align: right;
}


.grid_carousel .carousel_box .item .info div.cta > .downloadbtn {
    margin: 0;
    padding: 2px;
    border: none;
    background: #ff8833;
    border-radius: 5px;
    font-size: 9pt;
    min-height: auto;
	cursor: pointer;
    outline: none;
}

.grid_carousel .carousel_box .item .info div.cta > .downloadbtn > .btn_text {
    padding: 0 3px;
    color: white !important;
    font-weight: normal;
    text-shadow: none;
    white-space: nowrap;
}

.grid_carousel .carousel_box .item .info div.cta > .downloadbtn.inactive {
    opacity: 50%;
}

.grid_carousel .carousel_box .item .info div.cta > .downloadbtn.inactive > .btn_text {
    color: #713810 !important;
}

.grid_carousel .carousel_box .item .info div.cta > .downloadbtn.active:hover {
    background: #ffd768;
}

.grid_carousel .carousel_box .item .info div.cta > .downloadbtn.active:hover > .btn_text {
    color: black !important;
    text-shadow: none;
}

/* Slider Grid */

.grid_slider {
	width: 100%;
	height: 500px;
	overflow: hidden;
	position: relative;
}

.grid_slider .slider_box .item {
	display: inline-block;
    width: 100%;
    height: 500px;
    position: relative;
    background: #000000;
    overflow: hidden;
    margin: 0;
}

.grid_slider .slider_box .item .slider_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0; left: 0;
}

.grid_slider .slider_box .item .slider_bg img {
    width: 100%;
    height: 700px;
    object-fit: cover;
    margin: 0 !important;
}

.grid_slider .slider_box .item .overlay {
    width: 100%;
    height: 45%;
    position: absolute;
    top: 55%;
    left: 0;
    /* padding-bottom: 100px; */
    text-align: center;
    background: rgb(2,0,36);
    background: linear-gradient(0deg, rgb(8, 8, 8) 0%, rgba(16, 16, 16,.9) 45%, rgba(16, 16, 16, .8) 68%, rgba(0,0,0,0) 100%);
}

.grid_slider .slider_box .item .overlay .slider_text {
	display: inline-block;
	margin: 10px auto;
	padding: 0px 10px;
	font-size: 20pt;
	color: white;
	width: 800px;
	max-width: 100%;
}

.grid_slider .slider_box .item .overlay .cta button {
	display: inline-block;
	margin: 10px 70px 20px;
	padding: 10px 20px;
    font-size: 16pt;
    color: white;
	border: none;
    background: #ff8833;
    border-radius: 5px;
    min-height: auto;
	cursor: pointer;
    outline: none;
}


.grid_slider .slider_box .item .overlay .cta button .btn_text {
	font-weight: normal;
	font-size: 20pt;
	text-shadow: none;
}



.grid_slider .slider_box .item .overlay .cta button:hover {
    background: #ffd768;
}

.grid_slider .slider_box .item .overlay .cta button:hover .btn_text {
  
	color: black !important;
}

.grid_slider .slider_control.control-dots {
	position: absolute;
	bottom: 30px;
	right: 10px;
	width: auto;
}

		ul.slider-dots {
		display: inline-block;
		width: auto;
		margin: 0 auto;
		list-style: none;
		}

		ul.slider-dots li {
			display: inline-block;
			background: none;
			padding: 3px;
			margin:0;
		}

		ul.slider-dots li button {
			color: transparent;
			font-size: 0;
			line-height: 0;
			display: block;
			width: 20px;
			height: 5px;
			padding: 0;
			border-radius: 0;
			border: none;
			background: #3e3e3e;
			cursor: pointer;
			outline: none;
		}

		ul.slider-dots li.slick-active button {
			background: #c15f01;
		}

		
/* Large devices (1024px and up) */
@media (min-width: 1024px) { 

.grid_slider,
.grid_slider .slider_box .item { 
	width: 100%;
	height: 700px;
}


.grid_slider .slider_box .item .overlay .slider_text {
	font-size: 28pt;
}


.grid_slider .slider_box .item .overlay .cta a {
	padding: 10px 50px;
    font-size: 20pt;
}

ul.slider-dots li button {
	width: 40px; 
}

}