/**
 * Theme Name:     888 Blog
 * Author:         Jackpot Vision
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor Child
 * Theme URI:      https://jackpot.vision/
 * Author URI:     https://jackpot.vision/
 * Version:        1.0
 */


.sidebar-btn-sport svg{
	fill: #ec7027;
	width: 20px;
}

.sidebar-btn-poker svg{
	width: 20px !important;
	height: 20px;
}

.sidebar-btn-poker span.elementor-button-text, .sidebar-btn-sport span.elementor-button-text{
	align-content: center !important;
}

.sidebar-main-container i.fi::before {
    color: #696868;
    font-size: 24px;
}

.sidebar-main-container .separator a::after{
	content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    box-sizing: content-box;
    height: 1px;
    background-color: #000;
    box-shadow: 0px .35px 0px 0px #717171;
    margin-bottom: 1px;
}

.sidebar-overflow-ct{
	max-height: calc(100vh - 263px);
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior: contain;
}

.sidebar-overflow-ct a:hover p{
	color: #7ff800 !important;
}

.menu-icon{
	font-size: 24px;
	color: #fff;
}

.notch-popup {
    height: 15px !important;
    margin-top: -6px;
	width: 87px !important;
}

.footer-pays{
	filter: saturate(0);
}

.hp-featured-post img{
	transition-duration: .5s;
}

.hp-featured-post{
	overflow: hidden !important;
}

.hp-featured-post:hover{
	& h2{
		color:#9EFC49;
	}
	
	img{
		transform: scale(1.05);
		transition-duration: .5s;
	}
}

.post{
	&.category-ghid-casino .post-cat-label{
		background-color: #10B98180 !important;
		border: 1px solid #10b98180 !important;
		& span{
			color:#fff;
		}
	}
	
	&.category-ghid-sport .post-cat-label{
		background-color: #D3500D80 !important;
		border: 1px solid #D3500D !important;
		& span{
			color: #fff;
		}
	}
	
	&.category-ghid-poker .post-cat-label{
		background-color: #007cf780 !important;
		border: 1px solid #007cf7 !important;
		& span{
			color: #fff;
		}
	}
	
	&.category-ghid-888 .post-cat-label{
		background-color: #e879f980 !important;
		border: 1px solid #e879f9 !important;
		& span{
			color: #fff;
		}
	}
}


.cat-filter-btns .filtru-cat-toate a,
.cat-filter-btns .filtru-cat-casino a,
.cat-filter-btns .filtru-cat-sport a,
.cat-filter-btns .filtru-cat-poker a,
.cat-filter-btns .filtru-cat-ghid-888 a{
	background-color: #121212;
	color: #fff;
	border: 1px solid #242424;
	border-radius: 99px;
	font-weight: 600 !important;
}

.home .filtru-cat-toate a,
.category-ghid-casino .filtru-cat-casino a,
.category-ghid-sport .filtru-cat-sport a,
.category-ghid-poker .filtru-cat-poker a,
.category-ghid-888 .filtru-cat-ghid-888 a{
	color: #0a0a0a;
    border-color: #9EFC49;
    background-color: #9EFC49;
	border-radius: 99px;
	font-weight: 600 !important;
}

.post-card-excerpt{
	 display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.post-card-title{
	height: 55px;
}

.post-card .elementor-widget-theme-post-featured-image{
	overflow: hidden;
}

.post-card img{
	aspect-ratio: 3 / 2;
	transition: 0.3s all;

}

.post-card:hover img{
	transform: scale(1.1);
	transition: 0.3s all;
}

.post-card:hover{
	transform: translateY(-5px);
}

.post-card:hover .post-card-title p{
	color: #9EFC49 !important;
}

.page-numbers {
    padding: 5px 10px;
    border: 1px solid #242424;
    border-radius: 5px;
	min-width: 35px;
	color: #A6A6A6;
}

.page-numbers.current{
	background: #9EFC49;
	color: #0a0a0a !important;
}

a.page-numbers:hover{
	border: 1px solid #9EFC49;
	color: #9EFC49 !important;
}

.elementor-pagination{
	display: flex;
	justify-content: center;
}

.post-content p,
.table-content,
.post-content li,
.post-content h4{
    color: #fafafae6;
}

.post-content a {
	color: #9EFC49;
}

.post-content a:hover{
	color: #9EFC494D;
}

.post-content h2,
.post-content h3{
    color: #fafafa;
    margin-left: 15px;
    position: relative;
    font-weight: 700;
}

.post-content h3{
	font-size: 24px;
}

.post-content h2::before,
.post-content h3::before{
    content: '';
    width: 3px;
    height: 100%;
    background: #9EFC49;
    left: -15px;
    top: 0;
    position: absolute;
}

.e-search-input-wrapper::before {
    content: "\f1c5";
    font-family: 'font-icons';
    font-size: 24px;
    height: 24px;
    width: 24px;
    color: #ffffffb3;
    top: 2px;
    left: 12px;
    position: absolute;
}

.table-content{
	overflow: auto;
}



.post-faq .faq-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.post-faq .faq-item {
    border-bottom: 1px solid #ddd;
    padding-bottom: 12px;
}

.post-faq .faq-question {
	color: #fafafae6;
    width: 100%;
    background: transparent;
    border: 0;
    padding: 10px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    text-align: left;
    font: inherit;
    font-weight: 700;
    color: inherit;
	white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.post-faq .faq-question span{
	color: #fafafae6;
}

.post-faq .faq-icon {
    flex: 0 0 auto;
    font-size: 22px;
    line-height: 1;
    transition: transform 0.2s ease;
}

.post-faq .faq-answer {
    display: none;
    padding: 10px 10px 12px;
}

.post-faq .faq-item.is-open .faq-answer {
    display: block;
}

.post-faq .faq-item.is-open .faq-icon {
    transform: rotate(45deg);
}

.post-faq .faq-question:hover,
.post-faq .faq-question:focus{
	background: #9EFC49;
	color: #000;
}

.post-faq .faq-question:hover span,
.post-faq .faq-question:focus span{
	color: #000;
}

.post-faq .faq-item.is-open .faq-question{
	background: #9EFC49;
	color: #000 !important;
}

.post-faq .faq-item.is-open .faq-question span{
	color: #000 !important;
}

.post-faq .faq-item:last-child {
    border: 0;
}





@media only screen and (max-width: 1024.1px){
	.post-content h2{
		font-size: 24px;
	}
}

@media only screen and (max-width: 768.1px){
	.post-card-title{
		height: auto;
	}
	
	.elementor-widget-theme-post-featured-image img{
		max-height: 350px;
	}
	
	.cat-filter-btns{
		flex-wrap: nowrap !important;
/* 		overflow-x: scroll !important; */
		width: max-content !important;
    	max-width: none !important;
		margin: 0 auto !important;
	}
	
	.sidebar-overflow-ct{
		max-height: calc(100vh - 254px);
		overflow-y: auto;
		overflow-x: hidden;
		overscroll-behavior: contain;
		display: grid !important;
	}
	
	.date-post-info-single-page ul {
		display: flex;
		flex-direction: row;
		gap: 25px;
		align-items: flex-end;
		justify-content: center;
	}
	
	.date-post-info-single-page li{
		padding: 0 !important;
	}
}
