@media all and (min-width: 1025px) and (max-width: 1352px){
	.fb-post-banner-container .fb-post-banner-content .fb-post-title {
		padding: 20px 0px 38px 0px;
	}
}
@media (max-width: 768px) {
    .filtered-posts-container .filtered-posts-categories .categories-wrapper {
        margin-bottom: 0;
    }
	.filtered-posts-container .mobile-search .filtered-posts-search svg{
		left: 38%;
	}
}

/* Search results page */
.bds-search-results .wp-block-post-template{
	gap: 32px;
}
@media all and (min-width: 600px) and (max-width: 1024px){
	.bds-search-results .wp-block-post-template{
		 grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
.bds-search-results .wp-block-search__inside-wrapper{
	background: #fff;
    border-radius: 50px;
	border: none;
	margin-top: 20px !important;
}
.bds-search-results .wp-block-search__inside-wrapper .wp-block-search__input{
	background: transparent;
}
.bds-search-results .wp-block-search__inside-wrapper .wp-block-search__button{
	background: #F5F5F5;
    padding: 10px 20px;
    border-radius: 50px;
    margin-left: 0;
    color: #000000;
    font-size: 26px;
	transition: all 0.3s ease;
}
/*  post banner */
.fb-post-banner-block{
	width: 100%;
}
.bds-search-results .wp-block-search__inside-wrapper .wp-block-search__button:hover{
	background: #040DBF;
	color: #ffffff;
}

.bds-search-results .wp-block-post .wp-block-post-featured-image img.wp-post-image{
	border-radius: 24px;
}

.bds-search-results .wp-block-post .taxonomy-category a{
	background: #ffffff;
	color: 000000;
	border: 1px solid #D5D7DA;
	border-radius: 50px;
	line-height: 16px;
	letter-spacing: 1.33;
	height: unset;
	transition: all 0.3s ease;
}
.bds-search-results .wp-block-post .taxonomy-category a:hover{
	color: #3D55F5;
}
.bds-search-results .wp-block-post .wp-block-post-title {
    margin-top: 0 !important;
    margin-bottom: 8px !important;
}
.bds-search-results .wp-block-post .wp-block-post-title a{
	font-size: 26px;
    font-weight: 500;
    line-height: 34px;
	transition: all 0.3s ease;
}
.bds-search-results .wp-block-post .wp-block-post-title a:hover{
	color: #3D55F5;
}

/* archive pages */
.bds-all-archive .wp-block-post-template{
	gap: 32px;
}

.bds-all-archive .wp-block-post-terms a{
	font-family: var(--fb-global-fb_customtypo_3eeo1--font-family);
    font-size: var(--fb-global-fb_customtypo_3eeo1--font-size) !important;
    font-weight: var(--fb-global-fb_customtypo_3eeo1--font-weight);
    letter-spacing: var(--fb-global-fb_customtypo_3eeo1--font-letter-spacing);
    line-height: var(--fb-global-fb_customtypo_3eeo1--font-line-height);
	background: transparent;
	padding: 2px 10px;
	color: #000000;
	border: 1px solid #D5D7DA;
	border-radius: 50px;
	height: unset;
	text-transform: uppercase;
	transition: all 0.3s ease;
}
.bds-all-archive .wp-block-post-terms a:hover{
	color: #3D55F5;
}
.bds-all-archive .wp-block-post-title{
	margin-top: 0 !important;
	margin-bottom: 5px !important;
}

.bds-all-archive .wp-block-post-title a{
	font-size: 26px;
    font-weight: 500;
    line-height: 34px;
	transition: all 0.3s ease;
}
.bds-all-archive .wp-block-post-title a:hover{
	color: #3D55F5;
}
.bds-all-archive .page-numbers {
    font-family: var(--fb-primary-font-family);
    font-weight: var(--fb-medium-font-weight);
    font-size: var(--fb-p-18-font-size);
    line-height: var(--fb-l-32-line-height);
    display: inline-block;
    background: #ffffff;
    padding: 4px 26px;
    border: 1px solid #E9EAEB;
    border-radius: 50px;
    text-decoration: none;
    color: #181D27;
    transition: all 0.3s ease;
}
.bds-all-archive .page-numbers.current {
	background-color: #040DBF;
    color: #ffffff;
    border-color: #040DBF;
}
/* 404 not found page */
.bds-404-not-found .wp-block-search__inside-wrapper{
	height: 56px !important;
}
.bds-404-not-found .wp-block-search__button{
	margin-right: 5px;
	margin-top: 5px;
	padding: 0;
    width: 46px !important;
    height: 46px !important;
    background: #F5F5F5;
	transition: all 0.3s ease;
}
.bds-404-not-found .wp-block-search__button:hover{
	background: #040DBF;
}
.bds-404-not-found .wp-block-search__button svg{
	fill: #000000;
	transition: all 0.3s ease;
}
.bds-404-not-found .wp-block-search__button:hover svg{
	fill: #ffffff;
}
@media all and (max-width: 991px){
	.bds-404-not-found .wp-block-search__inside-wrapper{
		width: 100%;
	}
	.bds-404-not-found .wp-block-search{
		width: 100%;
	}
}
/* table of content */
.fb-table-of-contents-block.sticky-desktop{
	top: 0;
	margin-bottom: 0;
}
/* blog page */
.filtered-posts-container .mobile-search .filtered-posts-search svg{
	left: 26px;
}
.filtered-posts-container .mobile-search .filtered-posts-search .filtered-posts-search-input{
	text-align: left;
}
@media all and (min-width: 768px) and (max-width: 1024px){
	.posts-skeleton-loader {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media all and (min-width: 992px) and (max-width: 1012px){
	.categories-wrapper{
		margin-bottom: 20px;
	}
	.filtered-posts-container .filtered-posts-categories .view-more-categories-wrapper{
		margin-left: 0;
	}
}
@media all and (min-width: 783px) and (max-width: 813px){
	.categories-wrapper{
		margin-bottom: 20px;
	}
}
@media all and (min-width: 577px) and (max-width: 991px){
	.filtered-posts-container .filtered-posts-categories .categories-wrapper{
		
	}
	.filtered-posts-container .filtered-posts-categories .view-more-categories-wrapper{
		margin-left: 0;
	}
}
@media all and (min-width: 993px) and (max-width: 1012px){
	.fb-post-search-block-wrapper-inner-input-field.active {
		margin-right: -228px;
		margin-top: -20px;
	}
}
@media all and (max-width: 992px){
	.fb-post-search-container{
		display: none;
	}
	.mobile-search{
		display: block;
	}
}
@media all and (max-width: 768px){
	.posts-skeleton-loader {
		grid-template-columns: repeat(1, 1fr);
	}
}
@media all and (max-width: 576px){
	.fb-post-search-container{
		display: none;
	}
	.filtered-posts-container .filtered-posts-categories .view-more-categories-wrapper{
		margin-left: 0;
	}
}

/* Post activity css */
.post-activity {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	color: #181D27;
	margin-bottom: 32px;
}

.post-activity > div {
	display: flex;
	align-items: center;
	gap: 4px;
}

.post-views svg, .post-comments svg {
	color: #555;
}

.post-reactions {
	cursor: pointer;
	transition: transform 0.2s ease;
}
.post-reactions svg path{
	fill: #F5F5F5;
	stroke: #040DBF;
}
.post-reactions:hover {
	transform: scale(1.1);
}

.post-reactions.reacted svg path{
	color: #040DBF;
	fill: #040DBF;
}

.post-activity svg {
	width: 16px;
	height: 16px;
	vertical-align: middle;
}
/* Post metrics */
.post-metrics {
	display: flex;
	align-items: center;
	gap: 12px;
	color: #717680;
	font-size: 14px;
	line-height: 22px;
}
.post-metrics br {
    display: none;
}
.post-metrics span {
	display: flex;
	align-items: center;
	gap: 4px;
}

.post-metrics svg {
	color: #717680;
}

@media (max-width: 576px) {
	.post-metrics {
		flex-wrap: wrap;
		gap: 10px;
	}
}
.bds-read-also-post-metrics-container{
	flex-direction: column;
}
/* Extra margin removed from container*/
.bds-single-page-main-container{
	margin-top: 0;
}

/* Reading Progress Bar */
.reading-progress-container {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

.reading-progress-container br{
	display: none;
}
/* Progress Bar Container */
.progress-bar-wrapper {
    position: relative;
    width: 100%;
    height: 5px;
    border-radius: 3px;
	margin-top: 12px;
    overflow: hidden;
}

/* Background Bar */
.progress-bar-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #D5D7DA;
    border-radius: 3px;
}

/* Progress Bar */
.reading-progress-bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #3D55F5;
    border-radius: 3px;
    width: 0%; 
    transition: width 0.3s ease;
    z-index: 1;
}
/* .reading-progress-container .reading-progress-bar {
	position: relative;
    height: 5px;
    background: #3D55F5;
    width: 0%;
	margin-top: 12px;
	border-radius: 12px;
	transition: width 0.1s ease-out;
	z-index: 10;
} */

.reading-progress-container .reading-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
}
.reading-progress-container .reading-info .progress-info{
	display: flex;
	align-items: center;
}
.reading-progress-container .reading-info .progress-info .read-percentage {
	min-width: 40px;  
    color: #181D27;
}

.reading-progress-container .reading-info .progress-info .read-time {
    color: #717680;
}

.reading-progress-container .reading-info .back-to-top {
	display: none !important;
    color: #535862;
	font-size: 13px;
	font-weight: 500;
	line-height: 16px;
	letter-spacing: 1.33px;
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: 0.3s;
}
.reading-progress-container .reading-info .back-to-top svg{
	line-height: 0;
}
.reading-progress-container .reading-info .back-to-top:hover {
    color: #3D55F5;
}
.reading-progress-container .reading-info .arrow-up {
    font-size: 18px;
    margin-left: 5px;
}

.bds-blog-banner-right-image .fb-advanced-image-inner img{
	max-height: 634px;
}
@media all and (max-width: 768px){
	.reading-progress-container{
		display: none;
	}
}

/* comments
 * 
 */

.comment-toggle-container {
	width: 100%;
	text-align: center;
}
@media all and (max-width: 767px){
	
}
.comment-toggle-btn {
	background-color: transparent;
    color: #040DBF;
    border: 1px solid #D8DAFE;
    padding: 10px 0;
    border-radius: 4px;
    cursor: pointer;
	font-family: var(--fb-global-fb_customtypo_9ow7d--font-family);
    font-size: var(--fb-global-fb_customtypo_9ow7d--font-size);
    font-weight: var(--fb-global-fb_customtypo_9ow7d--font-weight);
    line-height: var(--fb-global-fb_customtypo_9ow7d--font-line-height);
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    text-align: center;
    justify-content: center;
}

.comment-toggle-btn:hover {
	background-color: #f6f7ff;
}
.comment-toggle-btn br{
	display: none;
}
.comment-toggle-btn:active {
	transform: translateY(0);
}

.comment-count {
	background-color: #040DBF;
    padding: 0 8px;
    border-radius: 50px;
    color: #ffffff;
	font-family: var(--fb-global-fb_customtypo_c8hix--font-family);
    font-size: var(--fb-global-fb_customtypo_c8hix--font-size);
    font-weight: var(--fb-global-fb_customtypo_c8hix--font-weight);
    line-height: var(--fb-global-fb_customtypo_c8hix--font-line-height);
}
.comment-toggle-btn:hover .comment-count{
	background-color: #ffffff;
	color: var(--wp--frontis--color--base);
}
/* Comments are visible by default */
.comment-list,
.commentlist,
.wp-block-comments .wp-block-comment,
.comments-area .comment-list,
.comments-area .commentlist,
#comments .comment-list,
#comments .commentlist {
	display: block !important;
}

/* Hide comments when toggled */
.comment-list.hide-comments,
.commentlist.hide-comments,
.wp-block-comments.hide-comments .wp-block-comment,
.comments-area.hide-comments .comment-list,
.comments-area.hide-comments .commentlist,
#comments.hide-comments .comment-list,
#comments.hide-comments .commentlist {
	display: none !important;
}

/* Keep comment form always visible */
#respond,
.comment-respond,
.comment-form {
	display: block !important;
}

/* Fade animation for showing comments */
.comment-list,
.commentlist {
	animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
	from { opacity: 0; }
	to { opacity: 1; }
}
body #wp-comment-cookies-consent,
.comment-form-cookies-consent label{
	margin: 0 !important;
	margin-top: 0 !important;
}
.boomdevs-single-page-sidebar {
    transform-style: preserve-3d;
    backface-visibility: hidden;
}
@media all and (max-width: 767px){
	.fb-post-banner-block .fb-post-banner-container .fb-post-banner-content{
		padding: 0 16px;
	}
	.fb-post-banner-block .fb-post-banner-container .fb-post-banner-content .fb-post-banner-meta-wrapper {
		align-items: self-start;
		display: flex;
		justify-content: space-between;
		flex-direction: column;
		gap: 16px;
	}
	.post-navigation-block:before{
		display: none;
	}
}
