


/* Pinned posts (desktop view) */

.pinned-posts-custom-class article
{
	position:relative!important;
}

.pinned-posts-custom-class article .stk-block-posts__excerpt
{
	position:absolute;
/* 	top:0; */
	bottom:30px;
	height:80px;
	z-index:2
/* 	background:blue; */
}


.pinned-posts-custom-class article .stk-block-posts__excerpt p
{
	z-index:1312!important;
	position:relative;
	height:100%;
	color:white!important;
		overflow:hidden;
	padding:4px 12px
}


.pinned-posts-custom-class article .stk-block-posts__excerpt p:after
{
	position:absolute;
	content:" ";
	top:0;
	right:0;
	left:0;
	bottom:0;
	background: #3775ed80;
/* 	  filter: blur(10px);
  -webkit-filter: blur(10px); */
	-webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(5px);
/*     margin: -5px -10px -10px -5px; */
	z-index:-1;
}
 
.stk-container.stk-aa5f1b2-container article a
{
	margin-bottom:unset!important
}


/* Pinned posts (mobile view) */

.pinned-posts-custom-class article
{
	position:relative!important;
	width:100%
}

.stk-container.stk-e202b7c-container article .stk-block-posts__excerpt
{
	position:absolute;
/* 	top:0; */
	bottom:-1px;
	height:80px;
	z-index:
/* 	background:blue; */
}


 .stk-container.stk-e202b7c-container article .stk-block-posts__excerpt p
{
	z-index:1312!important;
	position:relative;
	height:100%;
	color:white!important;
		overflow:hidden;
	padding:8px 8px
}


.stk-container.stk-e202b7c-container article .stk-block-posts__excerpt p:after
{
	position:absolute;
	content:" ";
	top:0;
	right:0;
	left:0;
	bottom:0;
	background: #3775ed80;
/* 	  filter: blur(10px);
  -webkit-filter: blur(10px); */
	-webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(5px);
/*     margin: -5px -10px -10px -5px; */
	z-index:-1;
}
 
.pinned-posts-custom-class article a
{
	margin-bottom:unset!important
}



/* Latest posts (Desktop view) */


.pinned-posts-custom-class article
{
	position:relative!important;
}

.pinned-posts-custom-class article .stk-block-posts__excerpt
{
	position:absolute;
/* 	top:0; */
	bottom:30px;
	height:80px;
	z-index:
/* 	background:blue; */
}


.pinned-posts-custom-class article .stk-block-posts__excerpt p
{
	z-index:1312!important;
	position:relative;
	height:100%;
	color:white!important;
		overflow:hidden;
		padding:4px 12px;
}


.pinned-posts-custom-class article .stk-block-posts__excerpt p:after
{
	position:absolute;
	content:" ";
	top:0;
	right:0;
	left:0;
	bottom:0;
	background: #3775ed80;
/* 	  filter: blur(10px);
  -webkit-filter: blur(10px); */
	-webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(5px);
/*     margin: -5px -10px -10px -5px; */
	z-index:-1;
}
 
.stk-container.stk-535c2a9-container article a
{
	margin-bottom:unset!important
}

/* Latest posts (Mobile view) */

.pinned-posts-custom-class article
{
	position:relative!important;
}

.stk-container.stk-b203656-container article .stk-block-posts__excerpt
{
	position:absolute;
/* 	top:0; */
	bottom:-1px;
	height:80px;
	z-index:
/* 	background:blue; */
}


 .stk-container.stk-b203656-container article .stk-block-posts__excerpt p
{
	z-index:1312!important;
	position:relative;
	height:100%;
	color:white!important;
		overflow:hidden;
	padding:8px 8px
}


.pinned-posts-custom-class article .stk-block-posts__excerpt p:after
{
	position:absolute;
	content:" ";
	top:0;
	right:0;
	left:0;
	bottom:0;
	background: #3775ed80;
/* 	  filter: blur(10px);
  -webkit-filter: blur(10px); */
	-webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(5px);
/*     margin: -5px -10px -10px -5px; */
	z-index:-1;
}
 
.pinned-posts-custom-class article a
{
	margin-bottom:unset!important
}

.eedee-gutenslider-nav.eedee-gutenslider-prev
{
	left:-46px!important;
}

.eedee-gutenslider-nav.eedee-gutenslider-next
{
	right:-46px!important;
}


/* pinned posts spacing and height */

.pinned-posts-custom-class .stk-block-posts__item
{
	height:242px;
/* 	background:black */
/* 	overflow:hidden!important; */
/* 	border-radius:5px; */
}
.stk-container.stk-aa5f1b2-container.stk--no-background.stk--no-padding
{
/* 	height:px!important */
}
.pinned-posts-custom-class .stk-block-posts__item figure img
{
	height:232px!important;
}
/* header spacing */
header{
	padding-top: 12px;
    padding-bottom: 12px;
}

/*  about us and donate btn */
.about-us-left-btn
{
	display:flex;
	justify-content:flex-end
}
.about-us-right-btn
{
	display:flex;
	justify-content:flex-start;
}

.about-us-left-btn .stk-link.stk-button
{
	max-width:max-content;
	padding-left:50px;
	padding-right:50px
	
}
.about-us-right-btn .stk-link.stk-button
{
	max-width:max-content;
	padding-left:50px;
	padding-right:50px
	
}

/* in new section */
.in-news-section article{
	display: grid;
  grid-template-columns: auto auto;
	height:100%;
}

.in-news-section article .stk-block-posts__title{
  grid-column: 1 / span 2;
}

.in-news-section article .stk-block-posts__title a{
 text-decoration:none;
}

.in-news-section article .stk-block-posts__readmore
{
		align-self:center
}

.in-news-section article .stk-block-posts__image-link
{
	align-self:center;
}

.in-news-section article .stk-block-posts__image-link figure{
	display:flex!important;
	justify-content:flex-end
}
.in-news-section article .stk-block-posts__image-link figure img
{
	  height: 29px!important;
    border-radius: 50%;
    width: 30px !important;
    object-fit: cover!important;
}

.custom-line-break
{
	border:unset!important;
	border-top:1px solid !important;
}
.shared-counts-wrap.before_content.style-rounded
{
	display:none
}

.entry-content p:nth-child(1) strong
{
	display:none;
}
.all-posts-grid article
{
	display:grid;
	height:100%;
}
.all-posts-grid article aside
{
	align-self:end
}
.custom-slider-class
{
	margin-top:-80px;
	margin-bottom:-100px;
}
.search-submit
{
	background:white;
	border:unset;
}


.shared-counts-button svg
{
	transform:scale(1.5);
	margin-top:10px
}

.entry-content
{
	font-size:20px;
	text-align:justify
}
.entry-content p
{
	margin-top:5px;
}

.site-main.sidebar-right
{
	width:unset;
}
.related-post img
{
	height:200px;
	max-height:200px!important;
}

#block-84{
	padding:unset;
}
.footer-widgets-grid.col3.align-middle
{
	align-items:flex-start;
}