/**
 * Theme Name:     Bet7 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
 */

.searchbar{
	max-width: 600px !important;
}

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

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

.sidebar-main-container a:hover i.fi:before{
	color: #008080;
}

.sidebar-main-container a:hover p{
	color: #008080 !important;
}

.sidebar-main-container .blog-btn:hover svg path{
	fill: #008080;
}

.sidebar-main-container .blog-btn svg path{
	fill: #2e333ccc;
}

.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-bet7 a{
	background-color: #EFF2F5;
	color: #0f1729;
	border: 1px solid #EFF2F5;
	border-radius: 99px;
	font-weight: 600 !important;
}

.cat-filter-btns .filtru-cat-toate a:hover,
.cat-filter-btns .filtru-cat-casino a:hover,
.cat-filter-btns .filtru-cat-sport a:hover,
.cat-filter-btns .filtru-cat-poker a:hover,
.cat-filter-btns .filtru-cat-ghid-bet7 a:hover{
	color: #fff;
    border-color: #0e1216;
    background-color: #0e1216;
}

.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-bet7 .filtru-cat-ghid-bet7 a{
	color: #fff;
    border-color: #0e1216;
    background-color: #0e1216;
	border-radius: 99px;
	font-weight: 600 !important;
}

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

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

.citeste-articolul p{
	transition: all .2s ease-out;
}

.post-card:hover .citeste-articolul p{
	color: #e3121e !important;
	transform: translate(5px, 0);
}

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

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

}

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

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

.page-numbers {
    padding: 6px 10px;
    border: 1px solid #e1e4ea;
    border-radius: 10px;
	min-width: 35px;
	background: #fff;
}

.page-numbers.current{
	background: #F70D1A;
	color: #fff !important;
}

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

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

.post-content a {
	color: #F70D1A;
	font-weight: 600;
}

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

.post-content:first-letter {
    initial-letter: 2;
    -webkit-initial-letter: 2;
    margin-right: 5px;
    color: #F70D1A;
    font-weight: 900;
}

.searchbar-popup .e-search-input-wrapper::before{
	color: #f70d1a;
}

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


.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 {
    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-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: #F70D1A;
	color: #fff;
}

.post-faq .faq-item.is-open .faq-question{
	background: #F70D1A;
	color: #fff;
}

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



@media only screen and (max-width: 900px){
	.popup-menu-logo-ct{
		background-color: #F70D1A !important;
	}
}

@media only screen and (max-width: 768.1px){
	.cat-filter-btns{
		flex-wrap: nowrap !important;
/* 		overflow-x: scroll !important; */
		width: max-content !important;
    	max-width: none !important;
		margin: 0 auto !important;
	}
}