.cs_blog_filter {
	display: flex;
	justify-content: space-between;
}

.cs_blog_sort {
	min-width: 194px;
}

.cs_category_filter {
	max-width: 761px;
}

.cs_categories {
	gap: 8px;
	display: flex;
	flex-wrap: wrap;
}

.cs_categories button {
	font-weight: 400;
	border-radius: 31px;
	border: 1px solid #BDBDBD;
	padding: 13px 16px 11px 16px;
	color: #151413;
	font-size: 14px;
	line-height: 18px;
	text-transform: capitalize;
}

.cs_categories button:hover,.cs_categories button:focus,.cs_categories button.active {
	background: #058FC9;
	border-color: #058FC9;
	color:#fff !important;
}

.cs_blog_filter h5 {
	margin: 0;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #151413;
}

.cs_sort_select_wrap {
	position: relative;
}

.cs_sort_select_wrap .cs_selected_opt {
	border-radius: 5px;
	border: 1px solid #E0E0E0;
	padding: 12px 16px 11px 16px;
	font-size: 14px;
	line-height: 18px;
	color: #333333;
	cursor: pointer;
	background: #fff;
	position: relative;
	padding-left: 32px;
}

.cs_sort_select_wrap ul.cs_select_dropdown {
	padding: 0;
	list-style: none;
	box-shadow: 0px 7.78px 19.91px 0px #00000011;
	border-radius: 5px;
	padding: 8px;
	border: 1px solid #E0E0E0;
	position: absolute;
	width: 100%;
	top: 104%;
	display: none;
	z-index: 5;
	background:#fff;
}

.cs_select_dropdown li {
	padding: 8px;
	cursor: pointer;
	line-height: 16px;
	border-radius: 4px;
	font-size: 14px;
}

.cs_select_dropdown li:hover {
	background: #F9F9FB;
}
.cs_selected_opt:before {
	background-image: url(/wp-content/themes/hello-theme-child/assets/images/sort-Icon.png);
	content: "";
	width: 20px;
	display: inline-block;
	/* background: beige; */
	height: 20px;
	position: absolute;
	left: 11px;
	background-repeat: no-repeat;
	top: 14px;
}
.cs_sort_select_wrap .cs_selected_opt {
	background-image: url('/wp-content/themes/hello-theme-child/assets/images/chevron-down.png');
	background-repeat: no-repeat;
	background-position: center right 10px;
}
.cs_blg_grid {
	grid-gap: 20px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	position: relative;
}

.cs_grid_blg_itm {
	padding: 32px;
	border-radius: 20px;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	display: flex;
	align-items: baseline;
	flex-direction: column;
	justify-content: flex-end;
	position: relative;
}

.cs_grid_blg_dt * {
	color: #F9F9FB;
}

h4.cs_grid_titl {
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
	text-align: left;
	margin: 0;
	margin-bottom: 8px;
}

p.cs_blg_grid_desc {
	font-size: 14px;
	margin: 0;
}

.cs_grid_blg_itm:first-child {
	grid-row-start: 1;
	grid-row-end: 3;
	min-height: 730px;
}

.cs_grid_blg_dt {
	width: 70%;
	z-index: 1;
}

.cs_grid_blg_itm:before {
	content: "";
	background: #000;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border-radius: 20px;
	background: linear-gradient(194.58deg, rgba(0, 0, 0, 0) 38.92%, rgba(0, 0, 0, 0.5) 75.99%);
}
a.cs_permalink {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border-radius: 20px;
}
.cs_latest_blog {
	margin-top: 72px;
}
.cs_latest_blog h3 {
	margin: 0;
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 40px;
	color: #151413;
}
.cs_view_all_blg {
    margin-top: 70px;
}
.cs_gen_listing {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 40px 20px;
}

.cs_gen_blg_itm a {
    display: block;
}

.cs_gen_blg_itm img.cs_gen_img {
    height: 280px;
    border-radius: 16px;
    object-fit: cover;
    width: 100%;
    display: block;
    margin-bottom: 16px;
}

.cs_gen_blg_dt h4.cs_gen_titl a {
    font-size: 16px;
    font-weight: 700;
    color: #151413;
}

.cs_gen_blg_dt h4.cs_gen_titl {
    margin: 0;
    margin-bottom: 8px;
}
.cs_lastest_bottom {
    margin-top: 40px;
}
p.cs_blg_gen_desc {
    color: #475467;
    font-size: 14px;
    line-height: 18px;
	margin: 0;
}
.full_blg_sec {
    grid-column-start: 1;
    grid-column-end: 4;
}

/* Pagination */
.cs_pagination i {
    font-family: "FontAwesome";
    text-decoration: none;
    transform: none;
    font-style: normal;
    -webkit-text-stroke: 2px white;
    font-size: 24px;
}
.cs_pagination ul.page-numbers {
    padding: 0;
    list-style: none;
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.cs_pagination ul.page-numbers li a {
    font-size: 16px;
    border: 1px solid #E0E0E0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #041D67;
    padding-top: 2px;
}

.cs_pagination ul.page-numbers li span {
    display: block;
}

.cs_pagination a.page-numbers.next, .cs_pagination a.page-numbers.prev {
    font-size: 22px;
    border: none !important;
    color: #828282 !important;
}

.cs_pagination ul.page-numbers li span.current {
    font-size: 16px;
    border: 1px solid #058FC9;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: #058FC9;
    font-weight: 600;
    padding-top: 2px;
}
.cs_blg_grid_mb{
 display: none !important;
}
.cs_mb_pagination{
	display:none
}
.cs_blg_grid_mb .slick-dots li button:focus,.cs_blg_grid_mb .slick-dots li button:hover {
    background: #ffffff00;
}

.blog_content_cs p a {
    color: #041D67;
    text-decoration: underline !important;
}

.blog_content_cs p a:hover {
    text-decoration: underline !important;
    color: #041D67;
}
.blog_content_cs  img {
    /* width: 100%; */
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}
/* Share section Single Blog */
.cs_share_btn p {
    margin: 0;
    font-size: 18px;
    color: #65758D;
    font-weight: 500;
}
.copy_blog_link {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.copy_blog_link span {
    line-height: 1;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	cursor: pointer;
}
.copy_blog_link span svg {
    width: 25px !important;
    height: 18px;
}
.copy_success_mg {
    position: absolute;
    top: 50%;
    left: 100%;
    border-radius: 6px;
    color: #fff;
    width: max-content;
    transform: translateY(-50%);
}

.copy_success_mg p {
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    margin: 0;
    display: flex;
    gap: 6px;
    color: #475467;
}
.copy_blog_link {
    position: relative;
}

.copy_success_mg p svg {
    width: 15px;height: 12px;
}
.breadcrumb_custom_post a {
    font-size: 14px;
    font-weight: 500;
    color: #151413;
}

.breadcrumb_custom_post .brd_title_post {
    font-size: 14px;
    font-weight: 400;
    color: #15141399;
}
.blog_content_cs ul li b {
    color: #151413;
}
.pagination{
	justify-content: center !important;
}
/* More Posts */
.cs_load_more_wrapper {
	text-align: center;
	margin-top: 70px;
}
.cs_load_more_wrapper button#cs_load_more {
	background-color: #058fc9 !important;
	color: #fff !important;
	border: 1px solid #fff !important;
}

.more_topics_blg:not(:has(.cs_gen_blg_itm)) {
    display: none;
}

button#cs_load_more {
    border-radius: 90px;
    font-size: 14px;
    font-weight: 500;
    padding: 18px 32px 16px 32px;
}

span.next_pg_mb.disabled, span.last_pg_mb.disabled, span.first_pg_mb.disabled, span.prev_pg_mb.disabled {
    pointer-events: none;
    cursor: none;
}
.arr_wrap .disabled {
    filter: brightness(0) saturate(100%) invert(81%) sepia(59%) saturate(0%) hue-rotate(204deg) brightness(85%) contrast(107%);
}
.schedule-post a {
	pointer-events: none;
    cursor: none;
}
.schedule-post>a{
	user-select: none;
}
span.comming-soon-batch {
    position: absolute;
    z-index: 1;
    background: #058fc9;
    color: #fff;
    right: 10px;
    font-size: 12px;
    padding: 7px 14px 6px 14px;
    border-radius: 90px;
    top: 10px;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
}

.cs_gen_blg_itm.schedule-post {
    position: relative;
}
/* Blockquote Css */
.blog_content_cs  blockquote {
    font-size: 18px;
    margin: 0;
    padding: 40px;
    border-radius: 20px;
    background: #F9F9FB;
	color: #151413;
}
.blog_content_cs blockquote p {
    margin-bottom: 26px;
}
.blog_content_cs blockquote p:last-child {
    margin: 0;
}

.blog_content_cs blockquote strong {
    color: #151413;
    font-size: 20px;
}

.blog_content_cs blockquote::before {
    content: "";
    width: 50px;
    height: 18px;
    background: url('/wp-content/themes/hello-theme-child/assets/images/quotes.svg');
    display: block;
    margin-bottom: 25px;
    background-repeat: no-repeat;
    background-size: contain;
}
@media(max-width:1024px){
	.copy_success_mg {
		top: -20px;
        left: 0;
	}
}
@media(max-width:1280px){
	.cs_grid_blg_itm:first-child {
		min-height: 600px;
	}
	
	.cs_gen_blg_itm img.cs_gen_img {
		height: 220px;
	}
}
@media(max-width:1024px){
	.cs_grid_blg_dt {
		width: 100%;
	}
	
	.cs_grid_blg_itm {
		padding: 20px;
	}
	
	.cs_grid_blg_itm:first-child {
		min-height: 540px;
	}
	
	.cs_gen_listing {
		grid-template-columns: 1fr 1fr;
	}
	
	.full_blg_sec {
		grid-column-start: 1;
		grid-column-end: 3;
	}
	
	.cs_blog_filter {
		gap: 20px;
	}
}
@media(max-width:767px){
	.cs_blog_filter {
		flex-direction: column;
		align-items: flex-start;
	}
	
	.cs_gen_listing {
		grid-template-columns: 1fr;
		grid-gap: 32px;
	}
	
	.full_blg_sec {
		grid-column-start: 1;
		grid-column-end: 2;
	}
	
	.cs_gen_blg_itm {
		display: flex;
		flex-direction: row-reverse;
		gap: 16px;
	}
	
	.cs_gen_blg_itm img.cs_gen_img {
		height: 77px;
		min-width: 118px;
		margin: 0;
		border-radius: 8px;
	}
	
	.cs_gen_blg_itm>a {
		width: 118px;
	}
	
	.cs_gen_blg_dt {
		width: 100%;
	}
	
	.cs_latest_blog h3 {
		font-size: 24px;
		margin-bottom: 30px;
	}
	
	.cs_latest_blog {
		margin-top: 50px;
	}
	.cs_blg_grid {
		display: none;
	}
	
	.cs_grid_blg_itm:first-child {
		min-height: unset;
	}
	
	.cs_blg_grid_mb .cs_grid_blg_itm {
		height: 540px !important;
		padding: 16px;
		position: relative;
		border-radius: 12px;
	}
	
	.cs_blg_grid_mb {
		display: block !important;
	}
	
	h4.cs_grid_titl {
		font-size: 18px;
		line-height: 22px;
	}
	
	p.cs_blg_grid_desc {
		line-height: 20px;
	}
	.cs_grid_blg_dt {
		margin-top: auto;
		min-height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		align-items: flex-start;
		position: relative;
	}
	.cs_blg_grid_mb .slick-dots li button {
		width: 100%;
	}
	.cs_blg_grid_mb .slick-dots li {
		width: 25%;
		margin: 0 2px;
	}
	.cs_blg_grid_mb .slick-dots li button:before {
	   width: 100%; 
	}
	
	.cs_blg_grid_mb .slick-dots li.slick-active button:before {
		background: #fff;
		content: "";
		height: 10px;
		border-radius: 5px;
	}
	.cs_blg_grid_mb .slick-dots li button:before {
		height: 10px;
		background: #ffffffad;
		content: "";
		opacity: 1 !important;
		height: 5px !important;
		border-radius: 90px;
	}
	.cs_blg_grid_mb ul.slick-dots {
		bottom: unset;
		top: 10px;
	}
	
	.cs_grid_blg_itm:before {
		background: linear-gradient(1.4deg, rgba(0, 0, 0, 0.9) 17.63%, rgba(0, 0, 0, 0) 98.64%);
	}

	.cs_mb_pagination{
		display: flex !important;
		/* display: none !important; */
	}
	.cs_mb_pagination img {
		display: block;
		filter: brightness(0) saturate(100%) invert(10%) sepia(64%) saturate(3501%) hue-rotate(222deg) brightness(92%) contrast(107%);
	}
	.cs_mb_pagination .arr_wrap {
		display: flex;
		gap: 20px;
	}
	.cs_mb_pagination {
		margin-top: 70px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.center_pagi p {
		margin: 0;
		color: #041D67;
		font-size: 16px;
		font-weight: 400;
	}
	.cs_mb_pagination .arr_wrap span {
		cursor: pointer;
		display: block;
	}
	.cs_pagination{
		display: none !important;
	}
	.cs_gen_listing.cs_gen_listing_related {
		display: none;
	}
	.cs_load_more_wrapper {
		margin-top: 60px;
	}
	.more_topics_blg {
		overflow: hidden;
	}
	span.comming-soon-batch {
		font-size: 0;
		padding: 0;
		background: transparent;
		top: 0;
		right: 0;
	}
	
	
	span.comming-soon-batch::after {
		content: "\f017";
		font-size: 24px;
		font-family: 'FontAwesome';
		color: #058fc9;
		/* background: #058fc9; */
		padding: 6px;
		border-radius: 30px;
	}
	.cs_lastest_bottom .cs_gen_blg_itm {
		flex-direction: column;
	}
	
	.cs_lastest_bottom .cs_gen_blg_itm>a {
		width: 100%;
	}
	
	.cs_lastest_bottom .cs_gen_blg_itm>a img.cs_gen_img {
		height: 220px;
	}
	/* .cs_pagination{
		display: block !important;
	} */
	.blog_content_cs blockquote {
		padding: 24px;
		font-size: 16px;
	}
	
	.blog_content_cs blockquote p strong {
		font-size: 18px;
		line-height: 27px;
	}
}
