/* ----------------------------------------------------------------
	Custom CSS 
-----------------------------------------------------------------*/

#index-section1 p{
	margin-bottom: 0;
	font-size: 12px;
}

#index-section1 .posts-sm .entry-image {
    width: unset;
}

#index-section1 .entry-image img {
    border-radius: 50%;
}

#index-section1 .top-cart-number{
	top: 10px;
	left: 80%;
}

.fslider .portfolio-desc{
	background: #000;
	padding-left: 30px;
}

.fslider .bg-overlay-content h4{
	background: var(--bs-info);
	padding: 20px;
	margin-bottom: 0;
	border-radius: 20px 20px 0px 0px;
	margin-left: 30px;
	width: fit-content;
}

.fslider .slide:nth-child(1) h4{
	background: var(--bs-yellow);
}

.fslider .slide:nth-child(2) h4{
	background: var(--bs-teal);
}

.fslider .slide:nth-child(3) h4{
	background: var(--bs-orange);
}

.fslider .slide:nth-child(4) h4{
	background: var(--bs-indigo);
}

.fslider .slide:nth-child(5) h4{
	background: var(--bs-yellow);
}

.fslider .slide:nth-child(6) h4{
	background: var(--bs-orange);
}



.fslider .text-overlay-mask{
	padding: 0px 100px 0px 0px;
}

.category-right-post #post-list-sidebar .entry .entry-title h4{
	width: fit-content;
	padding: 10px;
}

.category-right-post #post-list-sidebar .entry .entry-title h4 a:hover{
	color: #fff;
}

.category-right-post #post-list-sidebar .entry:nth-child(1) .entry-title h4{
	background: var(--bs-yellow);
}
.category-right-post #post-list-sidebar .entry:nth-child(2) .entry-title h4{
	background: var(--bs-teal);
}
.category-right-post #post-list-sidebar .entry:nth-child(3) .entry-title h4{
	background: var(--bs-orange);
}
.category-right-post #post-list-sidebar .entry:nth-child(4) .entry-title h4{
	background: var(--bs-indigo);
}

.entry p{
	margin-bottom: 0;
}

.fancy-title.title-border .dot{
    width: 10px;
    background: var(--bs-indigo);
    height: 10px;
    border-radius: 50%;
    margin: 0px 20px;
}

.widget i.icon-dot-circle{
	font-size: 13px;
    margin-right: 5px;
}

#footer .widget .entry-title {
    border-bottom: 1px solid #444;
}