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


.custom-article-gallery {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 30px;
}

.custom-article-gallery figure{
	margin-bottom: 0px;
}

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

}

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

.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: #C22A5D !important;
}

.single-post-hero::before{
	background-color: transparent;
    --background-overlay: '';
    background-image: linear-gradient(180deg, #ffffff00 0%, #ffffff99 55%, #ffffff 100%);
    height: 8rem !important;
    top: calc(100% - 8rem + 2px) !important;
}

.post-content a:not(.article-button a){	
	font-weight: 700;
}

.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6{
	color: #C22A5D;
	font-weight: 700;
}

.post-content h2{
	font-size: 22px;
}

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

.post-content p,
.post-content ul,
.post-content ol{
	font-size: 14px;
}

.custom-article-gallery-item img{
	border-radius: 20px;
	transition: 0.3s all;
}

.custom-article-gallery-item{
	overflow: hidden;
	border: 1px solid #e6e6e6;
	border-radius: 20px;
	transition: 0.3s all;
}

.custom-article-gallery-item a{
	display: flex;
    height: 100%;
    object-fit: cover;
}

.custom-article-gallery-item:hover{
	border: 1px solid #e42585;	
	box-shadow: 3px 3px 5px 5px #e4258526;

}

.custom-article-gallery-item:hover img{
	transform: scale(1.1);
	transition: 0.3s all;
}

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

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

.elementor-widget-loop-grid span.page-numbers.prev {
    color: #14141480 !important;
	padding-right: 15px;
}

.elementor-widget-loop-grid span.page-numbers.current {
    border: 1px solid #e6e6e6;
    padding: 5px 15px;
    border-radius: 8px;
}

.elementor-widget-loop-grid a.page-numbers {
    border: 1px solid transparent;
    padding: 5px 15px;
    border-radius: 8px;
}

.elementor-widget-loop-grid a.page-numbers:hover{
	background-color: #fceef5;
}

.taxonomy-filters search button:last-child{
	margin-left: 24px;
}

.cat-filter-btns .filtru-cat-toate a,
.cat-filter-btns .filtru-cat-money a,
.cat-filter-btns .filtru-cat-fashion a,
.cat-filter-btns .filtru-cat-beauty a,
.cat-filter-btns .filtru-cat-lifestyle a,
.cat-filter-btns .filtru-cat-escape a,
.cat-filter-btns .filtru-cat-fun a{
	background-color: #fff;
	color: #141414;
	border: 1px solid #E6E6E6;
	border-radius: 99px;
}

.home .filtru-cat-toate a,
.category-money-extra-income .filtru-cat-money a,
.category-fashion .filtru-cat-fashion a,
.category-beauty-self-care .filtru-cat-beauty a,
.category-lifestyle .filtru-cat-lifestyle a,
.category-escape-relax .filtru-cat-escape a,
.category-fun-social-life .filtru-cat-fun a{
	color: #fff;
    border-color: #C22A5D;
    background-color: #C22A5D;
	border-radius: 99px;
	font-weight: 400;
}

/* .post-content ul{
	margin-top: -.9rem;
} */

.post-content p{
	margin-bottom: 0px;
}

.post-content h2,
.post-content h3,
.post-content h4{
	margin-bottom: 8px;
}

.article-button{
	padding: 8px 18px;
	border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 1rem 1rem 1rem 1rem;
	font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 600;
	margin: 15px 0;
	display: flex;
}


.article-button-primary {
	background-color: #C22A5D;
    border-color: #C22A5D;
}

.article-button-primary a{
	color: #fff;
}

.article-button-primary:hover{
	background-color: #cc3366cc;
}

.article-button-primary:hover a{
	color: #fff;
}


.article-button-secondary a{
	 color: #C22A5D;
}

.article-button-secondary {
    background-color: #fff;
    color: #141414;
    border-color: #E6E6E6;
}

.article-button-secondary:hover{
	background-color: #FCEEF5;
    border-color: #BF186B;
}

.article-button-secondary:hover a{
	color: #BF186B;
}




@media only screen and (min-width: 1280.1px){
	.main-container-content{
		transform: translateX(160px);
		max-width: 1600px !important;
		margin-right: auto !important;
	}
}


@media only screen and (max-width: 1024.1px){

	.cat-filter-btns{
		flex-wrap: nowrap !important;
/* 		overflow-x: scroll !important; */
		width: max-content !important;
    	max-width: none !important;
		margin: 0 auto !important;
	}
	
	.post-content h2{
		font-size: 22px !important;
	}
	
	.custom-article-gallery {
		grid-template-columns: repeat(3, 1fr);
	}
	
	.custom-article-gallery .custom-article-gallery-item:nth-child(n+9) {
		display: none;
	  }
}

@media only screen and (max-width: 768px){
	footer{
		padding-bottom: 67px;
	}
	
	.blog-loop-grid .e-loop-item,
	.related-loop-grid .e-loop-item,
	.cat-loop-grid .e-loop-item,
	.related-loop-carousel{
		max-width: 500px !important;
		margin: auto;
	}
	

	.post-content h2{
		font-size: 20px !important;
	}
	
	.custom-article-gallery {
		grid-template-columns: repeat(3, 1fr);
		column-gap: 20px;
    	row-gap: 0px;
	}
	.custom-article-gallery .custom-article-gallery-item:nth-child(n+7) {
    	display: none;
  	}
}

@media only screen and (max-width: 400px){
	.custom-article-gallery {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.custom-article-gallery .custom-article-gallery-item:nth-child(n+5) {
		display: none;
	  }
}