
/***********************************************************************

======================= BLOGSQODE PUBLIC CSS ===========================

************************************************************************/
html body a,
html body a:hover {
	text-decoration: none !important;
}
html body a:focus {
	background-color: transparent !important;
	outline: 0;
}
html body .blogsqode_main_head {
	overflow: hidden;
}
html body #blogsqode_width {
	width: 100% !important;
	max-width: 100% !important;
}
html body .single-post .site-content {
	max-width: 1170px !important;
	margin: 0 auto !important;
}
html body .single-post .site-content>div {
	display: block !important;
	max-width: 100% !important;
	width: 100% !important;
}
html body .blogsqode_post_cat {
	font-weight: 600;
	font-size: 16px!important;
	line-height: 16px;
	color: var(--bg-color)!important;
	margin: 0 !important;
	text-transform: uppercase;
}
html body .blog-slider-layout-bg .blogsqode_post_cat {
	color: var(--slider-bg-color)!important;
}
html body .blog-slider-layout-bg-with-sidebar .blogsqode_post_cat {
	color: var(--slider-secondary-bg-color)!important;
}
html body .blog-listing-with-sidebar .blogsqode_post_cat {
	color: var(--secondary-bg-color)!important;
}
html body .selected-layout.layout-1 .blogsqode_post_cat{
	margin-bottom: 5px!important;
}
html body .post_cats .blogsqode_post_cat {
	color: #000000 !important;
	background-color: #ffffff;
	padding: 5px;
}
html .single-blogsqode-post.dark-mode-unable #single-layout-2 .post_cats .blogsqode_post_cat,
html .single-blogsqode-post.dark-mode-unable #single-layout-2 .post_tags .blogsqode-single-tags-link,
html .blog-listing.dark-mode-unable #single-layout-2 .post_cats .blogsqode_post_cat,
html .blog-listing.dark-mode-unable #single-layout-2 .post_tags .blogsqode-single-tags-link,
html .blog-listing-slider.dark-mode-unable #single-layout-2 .post_cats .blogsqode_post_cat,
html .blog-listing-slider.dark-mode-unable #single-layout-2 .post_tags .blogsqode-single-tags-link,
html .blog-listing-slider-with.dark-mode-unable #single-layout-2 .post_cats .blogsqode_post_cat,
html .blog-listing-slider-with.dark-mode-unable #single-layout-2 .post_tags .blogsqode-single-tags-link  {
	color: #ffffff !important;
	background: #343444;
	border-radius: 5px;
}
html body .blogsqode-post-item-inner .blogsqode_post_title {
	font-weight: 700;
	font-size: 24px;
	line-height: 36px;
	color: #14141f;
	padding-top: 15px;
	padding-bottom: 10px;
	margin: 0 !important;
	clear: both;
	word-wrap: break-word;
}
html body .blogsqode-post-item-inner .blogsqode_post_title>a {
	text-decoration: none;
}
html body .blogsqode_post_title:after,
html body .blogsqode_post_title:before {
	content: none;
}
html body .blogsqode-post-item-inner .blogsqode-comments-number,
html body .blogsqode-post-item-inner .blogsqode-post-date,
html body .blogsqode-post-item-inner .blogsqode-post-readtime,
html body .blogsqode-post-item-inner .blogsqode_post_sort_desc {
	font-size: 16px;
	font-weight: 600;
	color: grey;
	line-height: 16px;
	margin-bottom: 0!important;
}
html body .layout-6-top .blogsqode-post-date {
	margin-top: 0;
}
html body .blogsqode-post-item-inner .blogsqode_post_sort_desc {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 70px;
	line-height: 24px;
	word-wrap: break-word;
	font-weight: 400 !important;
}
html body .blogsqode-post-item-inner .blogsqode-post-readtime svg {
	margin-right: 7px;
	display: inline-block;
}
html body .blogsqode-post-item-inner .blogsqode-author-wrap>img {
	height: 40px;
	width: 40px;
	border-radius: 10px;
	float: left;
	margin-right: 10px;
}
html body .blogsqode-post-item-inner .blogsqode-authorname-date {
	float: left;
}
html body .blogsqode-post-item-inner .blogsqode-author-wrap {
	position: relative;
}
html body .blogsqode-authorname-date .blogsqode-author-name {
	font-weight: 500;
	font-size: 18px;
	line-height: 18px;
	color: #14141f;
	margin-top: 0 !important;
	margin-bottom: 8px !important;
	text-transform: capitalize;
}
html body .blogsqode-post-item {
	margin-bottom: 30px;
}
html body .blog-thumbnail-wrap {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
html body .blogsqode-post-item-inner .content .bottom {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
html body .blogsqode-post-item-inner {
	position: relative;
}
html body .blog-thumbnail-wrap.layout-1 {
	width: 100%;
	height: 185px;
	border-radius: 50%/100%;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	margin-bottom: -1px;
	z-index: 1;
	position: relative;
}
html body .layout-1 .blogsqode-post-item-inner .content {
	border: 1px solid #eee;
	box-sizing: border-box;
	border-radius: 0 0 20px 20px;
	padding: 20px;
	background-color: #fff;
}
html body .layout-1 .content .blogsqode_extra_content {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom: 5px;
}
html body .layout-1 .content .blogsqode-comments-number,
html body .layout-1 .content .blogsqode_read_more_button {
	margin-top: 15px;
	margin-bottom: 0;
}
html body .selected-layout.layout-2 .blogsqode-post-item-inner {
	background-color: #fff;
	border-radius: 30px;
	padding: 20px;
	border: 1px solid #eee;
}
html body .blog-thumbnail-wrap.layout-2 {
	position: relative;
}
html body .blog-thumbnail-wrap.layout-2,
html body .blog-thumbnail-wrap.layout-3,
html body .blog-thumbnail-wrap.layout-4{
	width: 100%;
	height: 250px;
	border-radius: 20px;
}
html body .blog-thumbnail-wrap.layout-5,
html body .blog-thumbnail-wrap.layout-6 {
	width: 100%;
	height: 300px;
	border-radius: 20px;
}
html body .blog-thumbnail-wrap.layout-2 .blogsqode_post_cat {
	position: absolute;
	right: 15px;
	background: rgba(255, 255, 255, .5);
	border: 1px solid #fff;
	backdrop-filter: blur(50px);
}
html body .selected-layout.layout-3 .content {
	padding: 80px 20px 20px 20px;
	background-color: #fff;
	border-radius: 20px;
	border: 1px solid #eee;
}
html body .blog-thumbnail-wrap.layout-3 {
	margin-bottom: -80px;
	width: -moz-calc(100% - 40px);
	width: -webkit-calc(100% - 40px);
	width: -o-calc(100% - 40px);
	width: calc(100% - 40px);
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
	position: relative;
}
html body .blog-thumbnail-wrap.layout-3 .blogsqode_post_cat {
	position: absolute;
	left: -20px;
	background-color: #fff;
}
html body .blog-thumbnail-wrap.layout-2 .blogsqode_post_cat,
html body .blog-thumbnail-wrap.layout-3 .blogsqode_post_cat {
	padding: 3px 10px;
	border-radius: 5px;
	top: 15px;
	height: auto;
}
html body .selected-layout.layout-2 .blogsqode_read_more_button,
html body .selected-layout.layout-3 .blogsqode_read_more_button {
	margin: 15px 0;
}
html body .blogsqode-blog-wrap {
	width: 100% !important;
	max-width: 100% !important;
	margin-top: 0px !important;
}
html body .blogsqode-blog-wrap .selected-layout{
	display: block;
	margin: 0;
	overflow: hidden;
	max-width: 1200px;
	margin: 0 auto;
}
html body .blogsqode-blog-wrap .post-grid-2 .blogsqode-post-item {
	width: calc(50% - 30px);
	margin: 15px;
}
html body .blogsqode-blog-wrap .post-grid-3 .blogsqode-post-item {
	width: calc(33.33% - 30px);
	margin: 15px; 
}
html body .blogsqode-blog-wrap .post-grid-4 .blogsqode-post-item {
	width: calc(25% - 30px);
	margin:15px;
}
html body .blogsqode-blog-wrap .blogsqode-post-item {
	float: left;
}
html body .blogsqode-blog-wrap .blogsqode_post_title a {
	display: -ms-flexbox;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 70px;
	color: #14141f;
}
html body .blogsqode-blog-wrap .blogsqode_post_title a:focus {
	color: #14141f !important;
}
html body .post-grid-2 .blogsqode_post_title a {
	-webkit-line-clamp: 2;
}
html body .blogsqode-blog-wrap .blogsqode_read_more_button:hover,
html body .blogsqode-blog-wrap .fillDisable.blogsqode_read_more_button {
	border: 2px solid var(--bg-color);
	background-color: transparent;
	color: var(--bg-color);
}
html body .blogsqode-blog-wrap .fillDisable.blogsqode-rmlayout-15.blogsqode_read_more_button {
	border:none !important;
}
.blogsqode-blog-wrap .fillDisable.blogsqode-rmlayout-15.blogsqode_read_more_button:hover {
	padding: 0;
	background-color: unset;
}
html body .blogsqode-blog-wrap.blog-slider-layout-bg .blogsqode_read_more_button:hover,
html body .blogsqode-blog-wrap.blog-slider-layout-bg .fillDisable.blogsqode_read_more_button {
	border: 2px solid var(--slider-bg-color);
	background-color: transparent;
	color: var(--slider-bg-color);
}
html body .blogsqode-blog-wrap.blog-slider-layout-bg-with-sidebar .blogsqode_read_more_button:hover,
html body .blogsqode-blog-wrap.blog-slider-layout-bg-with-sidebar .fillDisable.blogsqode_read_more_button {
	border: 2px solid var(--slider-secondary-bg-color);
	background-color: transparent;
	color: var(--slider-secondary-bg-color);
}
html body .blogsqode-blog-wrap.blog-slider-layout-bg .blogsqode-rmlayout-10.blogsqode_read_more_button:hover,
html body .blogsqode-blog-wrap.blog-slider-layout-bg .blogsqode-rmlayout-11.blogsqode_read_more_button:hover,
html body .blogsqode-blog-wrap.blog-slider-layout-bg .blogsqode-rmlayout-13.blogsqode_read_more_button:hover,
html body .blogsqode-blog-wrap.blog-slider-layout-bg .blogsqode-rmlayout-14.blogsqode_read_more_button:hover,
html body .blogsqode-blog-wrap.blog-slider-layout-bg .blogsqode-rmlayout-15.blogsqode_read_more_button:hover{
	border:unset;
}
html body .blog-listing-with-sidebar .blogsqode_read_more_button:hover,
html body .blog-listing-with-sidebar .fillDisable.blogsqode_read_more_button {
	border: 2px solid var(--secondary-bg-color);
	background-color: transparent;
	color: var(--secondary-bg-color);
}
html body .blog-listing-with-sidebar .blogsqode-post-item-inner-layout-20:hover .blog-thumbnail-wrap::before,
html body .blog-slick-slider-with-sidebar .blogsqode-post-item-inner-layout-20:hover .blog-thumbnail-wrap::before {
    width: calc(100% + 100px);
    height: calc(100% + 30px);
    outline-offset: 3px;
    top: -15px;
    left: -50px;
    right: -50px;
    bottom: -30px;
	transition: all .3s ease;
    transform: scale(.7);
}
html body .blogsqode-blog-wrap .blogsqode_read_more_button,
html body .blogsqode-blog-wrap .fillDisable.blogsqode_read_more_button:hover {
	font-size: 16px;
	line-height: 16px;
	padding: 13px 15px;
	background-color: var(--bg-color);
	color: #ffffff;
	font-weight: 600;
	display: inline-block;
	border: 2px solid transparent;
}
html body .blogsqode-blog-wrap.blog-slider-layout-bg .blogsqode_read_more_button,
html body .blogsqode-blog-wrap.blog-slider-layout-bg .fillDisable.blogsqode_read_more_button:hover {
	background-color: var(--slider-bg-color);
}
html body .blogsqode-blog-wrap.blog-slider-layout-bg-with-sidebar .blogsqode_read_more_button,
html body .blogsqode-blog-wrap.blog-slider-layout-bg-with-sidebar .fillDisable.blogsqode_read_more_button:hover {
	background-color: var(--slider-secondary-bg-color);
}
/***************** Border CSS ***********************/
html body .btn-with-border{
	border:1px solid var(--slider-bg-color);
}
html body .btn-with-border-1{
	border:1px solid var(--bg-color);
}
html body .btn-with-border-2{
	border:1px solid var(--secondary-bg-color);
}
html body .btn-with-border-3{
	border:1px solid var(--slider-secondary-bg-color);
}
a.blogsqode_read_more_button.blogsqode-rmlayout-15.fillUnable {
    background: transparent !important;
}
html body .blog-listing-with-sidebar .blogsqode_read_more_button,
html body .blog-listing-with-sidebar .fillDisable.blogsqode_read_more_button:hover {
	background-color: var(--secondary-bg-color);
}

html body .blogsqode-blog-wrap a.blogsqode_read_more_button.fillDisable:focus {
	background-color: var(--bg-color) !important;
	color: #FFFFFF;
}
html body .blogsqode-blog-wrap.blog-slider-layout-bg a.blogsqode_read_more_button.fillDisable:focus {
	background-color: var(--slider-bg-color) !important;
	color: #FFFFFF;
}
html body .blogsqode-blog-wrap.blog-slider-layout-bg-with-sidebar a.blogsqode_read_more_button.fillDisable:focus {
	background-color: var(--slider-secondary-bg-color) !important;
	color: #FFFFFF;
}
html body .blog-listing-with-sidebar a.blogsqode_read_more_button.fillDisable:focus {
	background-color: var(--secondary-bg-color) !important;
	color: #FFFFFF;
}

html body .blogsqode-blog-wrap a.blogsqode_read_more_button.blogsqode-rmlayout-12.fillDisable:focus{
	background-color: unset !important;
	color: var(--bg-color);
	border: 2px solid var(--bg-color);
}
html body .blogsqode-blog-wrap.blog-listing-with-sidebar a.blogsqode_read_more_button.blogsqode-rmlayout-12.fillDisable:focus{
	background-color: unset !important;
	color: var(--secondary-bg-color);
	border: 2px solid var(--secondary-bg-color);
}
html body .blogsqode-blog-wrap.blog-slider-layout-bg a.blogsqode_read_more_button.blogsqode-rmlayout-12.fillDisable:focus{
	background-color: unset !important;
	color: var(--slider-bg-color);
	border: 2px solid var(--slider-bg-color);
}
html body .blogsqode-blog-wrap.blog-slider-layout-bg-with-sidebar a.blogsqode_read_more_button.blogsqode-rmlayout-12.fillDisable:focus{
	background-color: unset !important;
	color: var(--slider-secondary-bg-color);
	border: 2px solid var(--slider-secondary-bg-color);
}

html body .blog-listing-with-sidebar a.blogsqode_read_more_button.blogsqode-rmlayout-10:focus{
	background-color:unset ;
}
html body .blogsqode-blog-wrap.blog-slider-layout-bg-with-sidebar a.blogsqode_read_more_button.blogsqode-rmlayout-10:hover,
html body .blogsqode-blog-wrap.blog-slider-layout-bg-with-sidebar a.blogsqode_read_more_button.blogsqode-rmlayout-10:focus{
	background-color: unset !important;
	border:none;
	color: var(--slider-secondary-bg-color);
}
html body .blogsqode-blog-wrap .blogsqode_read_more_button.blogsqode-rmlayout-10.fillDisable:hover,
html body .blogsqode-blog-wrap .blogsqode_read_more_button.blogsqode-rmlayout-11.fillDisable:hover {
	line-height: 40px;
	background-color: transparent;
	border: none;
	padding: 0 20px;
}
html body .blogsqode-blog-wrap .blogsqode_read_more_button.blogsqode-rmlayout-1,
html body .blogsqode-blog-wrap .blogsqode_read_more_button.blogsqode-rmlayout-2 {
	font-size: 16px;
	line-height: 16px;
	font-weight: 400;
	color: var(--bg-color);
	background: 0 0;
	padding: 0;
	height: auto;
}
html body .blog-slider-layout-bg .blogsqode_read_more_button.blogsqode-rmlayout-1,
html body .blog-slider-layout-bg .blogsqode_read_more_button.blogsqode-rmlayout-2 {
	color: var(--slider-bg-color);
}
html body .blog-slider-layout-bg-with-sidebar .blogsqode_read_more_button.blogsqode-rmlayout-1,
html body .blog-slider-layout-bg-with-sidebar .blogsqode_read_more_button.blogsqode-rmlayout-2 {
	color: var(--slider-secondary-bg-color);
}
html body .blog-listing-with-sidebar .blogsqode_read_more_button.blogsqode-rmlayout-1,
html body .blog-listing-with-sidebar .blogsqode_read_more_button.blogsqode-rmlayout-2 {
	color: var(--secondary-bg-color);
}
html body .blogsqode-blog-wrap .blogsqode_read_more_button.blogsqode-rmlayout-1:hover,
html body .blogsqode-blog-wrap .blogsqode_read_more_button.blogsqode-rmlayout-2:hover {
	border: 2px solid transparent;
}
html body .blogsqode-blog-wrap .blogsqode_read_more_button.blogsqode-rmlayout-1 svg {
	margin-left: 5px;
	display: inline-block;
}
html body .blogsqode-blog-wrap .blogsqode_read_more_button.blogsqode-rmlayout-1 svg path{
	fill: var(--bg-color);
}
html body .blog-listing-with-sidebar .blogsqode_read_more_button.blogsqode-rmlayout-1 svg path{
	fill:var(--secondary-bg-color);
}
html body .blog-slider-layout-bg .blogsqode_read_more_button.blogsqode-rmlayout-1 svg path{
	fill:var(--slider-bg-color);
}
html body .blog-slider-layout-bg-with-sidebar .blogsqode_read_more_button.blogsqode-rmlayout-1 svg path{
	fill:var(--slider-secondary-bg-color);
}
html body .blogsqode-blog-wrap .blogsqode_read_more_button.blogsqode-rmlayout-2 {
	text-decoration-line: underline !important
}
html body .blogsqode-blog-wrap .blogsqode_read_more_button.blogsqode-rmlayout-3 {
	border-radius: 10px;
}
html body .blogsqode-blog-wrap .blogsqode_read_more_button.blogsqode-rmlayout-5 {
	border-radius: 15px;
}
html body .blogsqode-blog-wrap .blogsqode_read_more_button.blogsqode-rmlayout-4 {
	border-radius: 0;
}
html body .blogsqode-blog-wrap .blogsqode_read_more_button.blogsqode-rmlayout-6 {
	border-radius: 20px
}
html body .blogsqode-blog-wrap .blogsqode_read_more_button.blogsqode-rmlayout-7 {
	border-radius: 0px 20px;
}
html body .blogsqode-blog-wrap .blogsqode_read_more_button.blogsqode-rmlayout-8 {
	border-radius: 20px 20px 0px 0px;
}
html body .blogsqode-blog-wrap .blogsqode_read_more_button.blogsqode-rmlayout-9 {
	border-radius: 20px 20px 20px 0px;
}
html body .blogsqode-blog-wrap .blogsqode_read_more_button.blogsqode-rmlayout-10,
html body .blogsqode-blog-wrap .blogsqode_read_more_button.blogsqode-rmlayout-11 {
	border: none;
	background: transparent;
	padding: 0 20px;
	line-height: 40px;
	position: relative;
	z-index: 1;
}
html body .blogsqode-blog-wrap .blogsqode_read_more_button.blogsqode-rmlayout-10 svg,
html body .blogsqode-blog-wrap .blogsqode_read_more_button.blogsqode-rmlayout-11 svg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
html body .blogsqode-blog-wrap .blogsqode_read_more_button.blogsqode-rmlayout-10:hover svg path,
html body .blogsqode-blog-wrap .blogsqode_read_more_button.blogsqode-rmlayout-11:hover svg path{
	stroke-width: 2px;
	stroke: var(--bg-color);
}
html body .blogsqode-blog-wrap .blogsqode_read_more_button.blogsqode-rmlayout-10.fillUnable svg path,
html body .blogsqode-blog-wrap .blogsqode_read_more_button.blogsqode-rmlayout-11.fillUnable svg path{
	fill:var(--bg-color) !important;
}
html body .blogsqode-blog-wrap.blog-slider-layout-bg .blogsqode_read_more_button.blogsqode-rmlayout-10.fillUnable svg path,
html body .blogsqode-blog-wrap.blog-slider-layout-bg .blogsqode_read_more_button.blogsqode-rmlayout-11.fillUnable svg path{
	fill:var(--slider-bg-color) !important;
}
html body .blogsqode-blog-wrap.blog-slider-layout-bg-with-sidebar .blogsqode_read_more_button.blogsqode-rmlayout-10.fillUnable svg path,
html body .blogsqode-blog-wrap.blog-slider-layout-bg-with-sidebar .blogsqode_read_more_button.blogsqode-rmlayout-11.fillUnable svg path{
	fill:var(--slider-secondary-bg-color) !important;
}
html body .blogsqode-blog-wrap.blog-listing-with-sidebar .blogsqode_read_more_button.blogsqode-rmlayout-10.fillUnable svg path,
html body .blogsqode-blog-wrap.blog-listing-with-sidebar .blogsqode_read_more_button.blogsqode-rmlayout-11.fillUnable svg path{
	fill:var(--secondary-bg-color) !important;
}
html body .blogsqode-blog-wrap .blogsqode_read_more_button.blogsqode-rmlayout-10:hover svg path,
html body .blogsqode-blog-wrap .blogsqode_read_more_button.blogsqode-rmlayout-11:hover svg path {
	stroke-width: 2px;
    stroke: var(--bg-color);
    fill: #fff !important;
}
html body .blogsqode-blog-wrap.blog-slider-layout-bg .blogsqode_read_more_button.blogsqode-rmlayout-10:hover svg path,
html body .blogsqode-blog-wrap.blog-slider-layout-bg .blogsqode_read_more_button.blogsqode-rmlayout-11:hover svg path{
	stroke: var(--slider-bg-color);
	fill: #fff !important;
}
html body .blogsqode-blog-wrap.blog-slider-layout-bg-with-sidebar .blogsqode_read_more_button.blogsqode-rmlayout-10:hover svg path,
html body .blogsqode-blog-wrap.blog-slider-layout-bg-with-sidebar .blogsqode_read_more_button.blogsqode-rmlayout-11:hover svg path{
	stroke: var(--slider-secondary-bg-color);
	fill: #fff !important;
}
html body .blogsqode-blog-wrap.blog-listing-with-sidebar .blogsqode_read_more_button.blogsqode-rmlayout-10:hover svg path,
html body .blogsqode-blog-wrap.blog-listing-with-sidebar .blogsqode_read_more_button.blogsqode-rmlayout-11:hover svg path{
	stroke: var(--secondary-bg-color);
	fill: #fff !important;
}
html body .blogsqode-blog-wrap .blogsqode_read_more_button.blogsqode-rmlayout-10.fillDisable:hover svg path,
html body .blogsqode-blog-wrap .blogsqode_read_more_button.blogsqode-rmlayout-11.fillDisable:hover svg path{
	fill: var(--bg-color) !important;
	stroke-width: 2px;
	stroke: transparent;
	stroke: var(--bg-color);
    color: var(--bg-color);
    background: var(--bg-color) !important;
}
html body .blogsqode-blog-wrap.blog-slider-layout-bg .blogsqode_read_more_button.blogsqode-rmlayout-10.fillDisable:hover svg path,
html body .blogsqode-blog-wrap.blog-slider-layout-bg .blogsqode_read_more_button.blogsqode-rmlayout-11.fillDisable:hover svg path{
	fill: var(--slider-bg-color) !important;
	background: var(--slider-bg-color) !important;
}
html body .blogsqode-blog-wrap.blog-slider-layout-bg-with-sidebar .blogsqode_read_more_button.blogsqode-rmlayout-10.fillDisable:hover svg path,
html body .blogsqode-blog-wrap.blog-slider-layout-bg-with-sidebar .blogsqode_read_more_button.blogsqode-rmlayout-11.fillDisable:hover svg path{
	fill: var(--slider-secondary-bg-color) !important;
	background: var(--slider-secondary-bg-color) !important;
}
html body .blogsqode-blog-wrap.blog-listing-with-sidebar .blogsqode_read_more_button.blogsqode-rmlayout-10.fillDisable:hover svg path,
html body .blogsqode-blog-wrap.blog-listing-with-sidebar .blogsqode_read_more_button.blogsqode-rmlayout-11.fillDisable:hover svg path{
	fill: var(--secondary-bg-color) !important;
	background: var(--secondary-bg-color) !important;
	stroke:var(--secondary-bg-color);
}
html body .blogsqode-blog-wrap.blog-slider-layout-bg .blogsqode_read_more_button.blogsqode-rmlayout-10.fillDisable:hover svg path,
html body .blogsqode-blog-wrap.blog-slider-layout-bg .blogsqode_read_more_button.blogsqode-rmlayout-11.fillDisable:hover svg path{
	fill: var(--slider-bg-color);
	stroke: transparent;
}
html body .blogsqode-blog-wrap.blog-slider-layout-bg-with-sidebar .blogsqode_read_more_button.blogsqode-rmlayout-10.fillDisable:hover svg path,
html body .blogsqode-blog-wrap.blog-slider-layout-bg-with-sidebar .blogsqode_read_more_button.blogsqode-rmlayout-11.fillDisable:hover svg path{
	fill: var(--slider-secondary-bg-color);
	stroke: transparent;
}
html body .blogsqode-blog-wrap .blogsqode_read_more_button.blogsqode-rmlayout-10 .fill-disable path,
html body .blogsqode-blog-wrap .blogsqode_read_more_button.blogsqode-rmlayout-11 .fill-disable path{
	stroke: var(--bg-color);
}
html body .blogsqode-blog-wrap.blog-slider-layout-bg .blogsqode_read_more_button.blogsqode-rmlayout-10 .fill-disable path,
html body .blogsqode-blog-wrap.blog-slider-layout-bg .blogsqode_read_more_button.blogsqode-rmlayout-11 .fill-disable path{
	stroke: var(--slider-bg-color);
}
html body .blogsqode-blog-wrap.blog-slider-layout-bg-with-sidebar .blogsqode_read_more_button.blogsqode-rmlayout-10 .fill-disable path,
html body .blogsqode-blog-wrap.blog-slider-layout-bg-with-sidebar .blogsqode_read_more_button.blogsqode-rmlayout-11 .fill-disable path{
	stroke: var(--slider-secondary-bg-color);
}
html body .blogsqode-blog-wrap.blog-listing-with-sidebar .blogsqode_read_more_button.blogsqode-rmlayout-10 .fill-disable path,
html body .blogsqode-blog-wrap.blog-listing-with-sidebar .blogsqode_read_more_button.blogsqode-rmlayout-11 .fill-disable path{
	stroke:var(--secondary-bg-color);
}
html body .blogsqode-blog-wrap .fillDisable.blogsqode_read_more_button.blogsqode-rmlayout-10:hover{
   color:#fff;
} 
html body .blogsqode-blog-wrap.blog-slider-layout-bg .blogsqode_read_more_button.blogsqode-rmlayout-10, 
html body .blogsqode-blog-wrap.blog-slider-layout-bg .blogsqode_read_more_button.blogsqode-rmlayout-11{
    border: unset;
}
html body .blogsqode-blog-wrap .blogsqode_read_more_button.blogsqode-rmlayout-10:hover .fill-anable,
html body .blogsqode-blog-wrap .blogsqode_read_more_button.blogsqode-rmlayout-11:hover .fill-anable,
html body .blogsqode-blog-wrap .blogsqode_read_more_button.blogsqode-rmlayout-10 .fill-disable,
html body .blogsqode-blog-wrap .blogsqode_read_more_button.blogsqode-rmlayout-11 .fill-disable{
	display: none;
}
html body .blogsqode-blog-wrap .blogsqode_read_more_button.blogsqode-rmlayout-10:hover .fill-disable,
html body .blogsqode-blog-wrap .blogsqode_read_more_button.blogsqode-rmlayout-11:hover .fill-disable{
	display: block;
}
html body .blogsqode-blog-wrap .blogsqode_read_more_button.blogsqode-rmlayout-10.fillDisable:hover .fill-anable,
html body .blogsqode-blog-wrap .blogsqode_read_more_button.blogsqode-rmlayout-11.fillDisable:hover .fill-anable,
html body .blogsqode-blog-wrap .blogsqode_read_more_button.blogsqode-rmlayout-10.fillDisable .fill-disable,
html body .blogsqode-blog-wrap .blogsqode_read_more_button.blogsqode-rmlayout-11.fillDisable .fill-disable{
	display: block;
}
html body .blogsqode-blog-wrap .blogsqode_read_more_button.blogsqode-rmlayout-10.fillDisable:hover .fill-disable,
html body .blogsqode-blog-wrap .blogsqode_read_more_button.blogsqode-rmlayout-11.fillDisable:hover .fill-disable,
html body .blogsqode-blog-wrap .blogsqode_read_more_button.blogsqode-rmlayout-10.fillDisable .fill-anable,
html body .blogsqode-blog-wrap .blogsqode_read_more_button.blogsqode-rmlayout-11.fillDisable .fill-anable
{
	display: none;
}
html body .blogsqode-blog-wrap .blogsqode_read_more_button.blogsqode-rmlayout-11 {
	border-radius: 20px 20px 20px 0px;
}
html body .blogsqode-blog-wrap .blogsqode_read_more_button.blogsqode-rmlayout-12 {
	border-radius: 20px 5px;
}
html body .blogsqode-blog-wrap .blogsqode_read_more_button.blogsqode-rmlayout-13,
html body .blogsqode-blog-wrap .blogsqode_read_more_button.blogsqode-rmlayout-14 {
	background-color: transparent;
	color: var(--bg-color);
	padding: 0;
	border: none;
}
html body .blogsqode-blog-wrap .blogsqode_read_more_button.blogsqode-rmlayout-13 svg path,
html body .blogsqode-blog-wrap .blogsqode_read_more_button.blogsqode-rmlayout-14 svg path{
	fill:var(--bg-color);
}
html body .blogsqode-blog-wrap.blog-slider-layout-bg .blogsqode_read_more_button.blogsqode-rmlayout-13 svg path,
html body .blogsqode-blog-wrap.blog-slider-layout-bg .blogsqode_read_more_button.blogsqode-rmlayout-14 svg path{
	fill:var(--slider-bg-color);
}
html body .blogsqode-blog-wrap.blog-slider-layout-bg-with-sidebar .blogsqode_read_more_button.blogsqode-rmlayout-13 svg path,
html body .blogsqode-blog-wrap.blog-slider-layout-bg-with-sidebar .blogsqode_read_more_button.blogsqode-rmlayout-14 svg path{
	fill:var(--slider-secondary-bg-color);
}
html body .blogsqode-blog-wrap.blog-listing-with-sidebar .blogsqode_read_more_button.blogsqode-rmlayout-13 svg path,
html body .blogsqode-blog-wrap.blog-listing-with-sidebar .blogsqode_read_more_button.blogsqode-rmlayout-14 svg path{
	fill:var(--secondary-bg-color);
}
html body .blogsqode-blog-wrap.blog-slider-layout-bg .blogsqode_read_more_button.blogsqode-rmlayout-13,
html body .blogsqode-blog-wrap.blog-slider-layout-bg .blogsqode_read_more_button.blogsqode-rmlayout-14 {
	background-color: transparent;
	color: var(--slider-bg-color);
}
html body .blogsqode-blog-wrap.blog-slider-layout-bg-with-sidebar .blogsqode_read_more_button.blogsqode-rmlayout-13,
html body .blogsqode-blog-wrap.blog-slider-layout-bg-with-sidebar .blogsqode_read_more_button.blogsqode-rmlayout-14 {
	background-color: transparent;
	color: var(--slider-secondary-bg-color);
}
html body .blogsqode-blog-wrap.blog-slider-layout-bg-with-sidebar a.blogsqode_read_more_button.fillDisable.blogsqode-rmlayout-10:hover{
	color:#fff;
}
html body .blogsqode-blog-wrap.blog-slider-layout-bg-with-sidebar a.blogsqode_read_more_button.blogsqode-rmlayout-10:hover,
html body .blogsqode-blog-wrap.blog-slider-layout-bg-with-sidebar a.blogsqode_read_more_button.blogsqode-rmlayout-10:focus{
	background-color: unset !important;
    border: none;
}
html body .blogsqode-blog-wrap.blog-slider-layout-bg-with-sidebar .blogsqode-rmlayout-10.fillDisable.blogsqode_read_more_button{
	border: none;
}
html body .blogsqode-blog-wrap.blog-slider-layout-bg-with-sidebar .blogsqode-rmlayout-11.fillUnable.blogsqode_read_more_button:hover,
html body .blogsqode-blog-wrap.blog-slider-layout-bg-with-sidebar .blogsqode-rmlayout-11.fillDisable.blogsqode_read_more_button,
html body .blogsqode-blog-wrap.blog-slider-layout-bg-with-sidebar .blogsqode-rmlayout-13.blogsqode_read_more_button{
	border:none;
}
html body .blogsqode-blog-wrap.blog-listing-with-sidebar .blogsqode_read_more_button.blogsqode-rmlayout-13,
html body .blogsqode-blog-wrap.blog-listing-with-sidebar .blogsqode_read_more_button.blogsqode-rmlayout-14 {
	background-color: transparent;
	color: var(--secondary-bg-color);
}
html body .blogsqode-blog-wrap .blogsqode_read_more_button.blogsqode-rmlayout-13 svg {
	transform: translateY(2px);
}
html body .blogsqode-blog-wrap .blogsqode_read_more_button.blogsqode-rmlayout-14 svg {
	margin-left: 5px;
	transform: translateY(4px);
}
html body .read_more_btn_lyt_15 {
	display: inline-block;
	height: 45px;
	line-height: 45px;
	background-color: #ffffff;
	box-shadow: 1px 1px 3px 0 rgb(0 0 0 / 20%);
	margin: 20px 0;
	padding-right: 20px;
	transition: all .3s ease-in-out;
}
html body .selected-layout.layout-24 .read_more_btn_lyt_15 {
	margin-left: 30px;
} 
html body .read_more_btn_lyt_15:hover {
	background-color: var(--bg-color);
	cursor: pointer;
}
html body .blog-slider-layout-bg .read_more_btn_lyt_15:hover,
html body .blog-slider-layout-bg .read_more_btn_lyt_15_svg  {
	background-color: var(--slider-bg-color);
}
html body .blog-slider-layout-bg-with-sidebar .read_more_btn_lyt_15:hover,
html body .blog-slider-layout-bg-with-sidebar .read_more_btn_lyt_15_svg  {
	background-color: var(--slider-secondary-bg-color);
}
html body .blog-listing-with-sidebar .read_more_btn_lyt_15:hover,
html body .blog-listing-with-sidebar .read_more_btn_lyt_15_svg  {
	background-color: var(--secondary-bg-color);
}
html body .read_more_btn_lyt_15:hover .blogsqode_read_more_button,
html body .read_more_btn_lyt_15 .blogsqode_read_more_button:hover {
	color: #ffffff !important;
}
html body .read_more_btn_lyt_15_svg {
	width: 50px;
	height: 45px;
	background: var(--bg-color);
	clip-path: polygon(0 0, 70% 0, 100% 100%, 0% 100%);
	display: flex;
	align-items: center;
	float: left;
}
html body .read_more_btn_lyt_15 svg {
	margin-left: 10px;
	color: #ffffff;
}
html body .read_more_btn_lyt_15 .blogsqode-rmlayout-15 {
	color: #14141F;
	background-color: transparent;
	border: none;
	padding: 0;
	margin: 0 !important;
}
html body .read_more_btn_lyt_15 .blogsqode-rmlayout-15:hover {
	border: none;
	color: #14141F;
}
html body .selected-layout.layout-2 .blogsqode_read_more_button,
html body .selected-layout.layout-3 .blogsqode_read_more_button,
html body .selected-layout.layout-5 .blogsqode_read_more_button,
html body .selected-layout.layout-6 .blogsqode_read_more_button,
html body .selected-layout.layout-7 .blogsqode_read_more_button,
html body .selected-layout.layout-8 .blogsqode_read_more_button,
html body .selected-layout.layout-10 .blogsqode_read_more_button{
	margin: 20px 0;
}
html body .blogsqode-single-post.with-sidebar {
	width: 65%;
	float: left;
}
html body .blogsqode_main_head #blogsqode_sidebar {
	width: 35% !important;
	float: right !important;
	padding-left: 30px !important
}
html body .blogsqode_main_head #blogsqode_sidebar>:first-child {
	width: 100%;
	max-width: 100%
}
html body .blogsqode-single-post-foot .blogsqode-author-wrap > img{
	height: 40px;
	width: 40px;
	border-radius: 10px;
	float: left;
	margin-right: 10px;
}
html body .blogsqode-single-post-foot .blogsqode-author-wrap .blogsqode-authorname-date{
	float: left;
}
html body .blogsqode-single-post-foot p.blogsqode-post-date{
	margin-bottom: 0;
	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
	color: #808080;
}
html body .post-template-default.single {
	background-color: #fff
}
html body h2.entry-title.blogsqode-single-post-title {
	font-size: 36px;
	line-height: 30px;
	color: #14141f;
	font-weight: 700;
	margin-bottom: 40px;
}
html body .blog-single-thumbnail-wrap {
	border-radius: 20px;
	width: 100%;
	height: 580px;
	background-size: cover;
	background-position: center;
	margin: 20px 0;
}
html body .blogsqode-single-count-cat .blogsqode-comments-number,
html body .blogsqode-single-count-cat .blogsqode_post_cat {
	display: inline-block;
	vertical-align: middle;
}
html body .blogsqode-single-count-cat .blogsqode-comments-number {
	margin-right: 40px;
	margin-bottom: 0;
	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
	color: #808080;
}
html body #single-layout-1 .blogsqode-comments-number {
	margin-top: 0;
}
html body #single-layout-1 .blogsqode_post_cat {
	display: inline;
    vertical-align: middle;
}
html body .blogsqode-single-post-foot,
html body .blogsqode-tag-social {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}
html body .blogsqode-entry-content>:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce) {
	max-width: 100% !important;
}
html body .blogsqode-single-count-cat .blogsqode_post_cat {
	height: 24px;
	line-height: 24px;
	border: 1px solid var(--bg-color);
	border-radius: 5px;
	padding: 0 10px;
	color: var(--bg-color);
}
html body .blog-slider-layout-bg .blogsqode-single-count-cat .blogsqode_post_cat {
	border: 1px solid var(--slider-bg-color);
	color: var(--slider-bg-color);
}
html body .blog-slider-layout-bg-with-sidebar .blogsqode-single-count-cat .blogsqode_post_cat {
	border: 1px solid var(--slider-secondary-bg-color);
	color: var(--slider-secondary-bg-color);
}
html body .blogsqode-single-post .blogsqode-entry-content {
	margin: 0 0 30px 0 !important;
}
html body .blogsqode-single-post .blogsqode-entry-content p {
	margin-bottom: 20px !important;
	margin-top: 0 !important;
	font-size: 18px;
	line-height: 30px;
	color: grey;
}
html body .blogsqode-single-post .blogsqode-entry-content p:last-child {
	margin-bottom: 0 !important;
}
html body .blogsqode-entry-content blockquote {
	margin: 40px 0;
	background: #ecf1f9;
	padding: 40px 70px 40px 85px;
	position: relative;
	border-left: 15px solid var(--bg-color);
}
html body .blog-slider-layout-bg .blogsqode-entry-content blockquote {
	background: #ecf1f9;
	border-left: 15px solid var(--slider-bg-color);
}
html body .blog-slider-layout-bg-with-sidebar .blogsqode-entry-content blockquote {
	background: #ecf1f9;
	border-left: 15px solid var(--slider-secondary-bg-color);
}
html body .blogsqode-entry-content blockquote p {
	margin-bottom: 0 !important;
	color: #14141f !important;
	font-weight: 600;
}
html body .blogsqode-entry-content .row {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
html body .blogsqode-entry-content .row .col-6 {
	width: 50%;
}
html body .blogsqode-entry-content .row .col-6:first-child {
	padding: 0 15px 0 0;
}
html body .blogsqode-entry-content .row .col-6:last-child {
	padding: 0 0 0 15px;
}
html body .blogsqode-entry-content .row .col-6 img {
	width: 100%;
	border-radius: 20px;
}
html body .blogsqode-single-post .blogsqode-entry-content h2,
html body .blogsqode-single-post .blogsqode-entry-content h3 {
	font-weight: 700;
	font-size: 24px;
	line-height: 24px;
	margin: 30px 0;
}
html body .blogsqode-tag-social h3 {
	font-weight: 700;
	font-size: 18px;
	line-height: 18px;
	margin-top: 0;
	margin-bottom: 5px;
	color: #14141F;
}
html body .blogsqode-tag-social a.blogsqode-single-tags-link {
	font-size: 18px;
	line-height: 18px;
	color: grey;
	position: relative;
	margin-right: 10px;
}
html body .blogsqode-tag-social a.blogsqode-single-tags-link:after {
	position: absolute;
	content: ",";
	font-size: 14px;
	color: grey;
	right: -3px;
	bottom: 0;
}
html body .blogsqode-tag-social a.blogsqode-single-tags-link:last-child:after {
	content: none;
}
html body .blogsqode-single-social-share .blogsqode-social-icon {
	display: inline-flex;
	vertical-align: middle;
	background-color: #e9e9e9;
	width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 100px;
	margin: 5px;
}
html body .blogsqode-single-social-share .blogsqode-social-icon img,
html body .blogsqode-single-social-share .blogsqode-social-icon svg {
	width: 20px;
	line-height: 40px;
	margin: auto;
	display: inline-block;
}
html body .blogsqode-single-social-share .blogsqode-social-icon svg path{
	fill:var(--bg-color);
}
html body .single-blogsqode-layout-5 .blogsqode-single-social-share .blogsqode-social-icon svg path{
	fill : #fff;
}
html body .blogsqode-single-social-share .blogsqode-social-icon:focus,
html body .blogsqode-single-social-share .blogsqode-social-icon:hover,
html body .blogsqode_single_tags_4 .blogsqode-single-tags-link:hover {
	background-color: var(--bg-color) !important;
}
html body .blogsqode-single-social-share .blogsqode-social-icon:focus svg path{
    filter: brightness(100);
}
html body .blogsqode-single-social-share .blogsqode-social-icon:focus img{
	filter:unset !important;
}
html body #single-layout-4 .single_blog_tag_box_lyt_4 .blogsqode_single_tags_4 .blogsqode-single-tags-link:hover,
html body #single-layout-5 .tags-layout-5 .blogsqode-single-tags a:hover  {
	color: #FFFFFF !important;
}
html body #single-layout-4 .single_blog_share_box_lyt_4 .blogsqode-single-social-share a:hover {
    color: #fff !important;
}
html body .blogsqode-single-social-share .blogsqode-social-icon:focus img,
html body .blogsqode-single-social-share .blogsqode-social-icon:hover img
html body .blogsqode-single-social-share .blogsqode-social-icon:focus svg path,
html body .blogsqode-single-social-share .blogsqode-social-icon:hover svg path
{
	filter: brightness(100);
}
html body .blogsqode-single-post .post-navigation {
	padding-top: 40px;
	padding-bottom: 0;
	margin-top: 30px;
	border-top: 1px solid #ecf1f9;
	border-bottom: none;
	margin-bottom: 0;
	max-width: 100%;
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-left: 0;
	padding-right: 0;
}
html body .posts-navigation .nav-links .nav-previous a::before, 
html body .post-navigation .nav-links .nav-previous a::before {
	content: none !important;
}
html body .tg-page-header {
	display: none;
}
html body .blogsqode_main_head {
	max-width: 1170px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}
html body .blogsqode-single-post .post-navigation .nav-links {
	overflow: hidden;
	margin: 0;
	max-width: 100%;
	-webkit-box-orient: initial;
	-webkit-box-direction: initial;
	-moz-box-orient: initial;
	-moz-box-direction: initial;
	-ms-flex-direction: initial;
	-webkit-flex-direction: initial;
	flex-direction: initial;
	display: flex;
	border: none;
}
html body .single .post-navigation a{
	margin: 0;
	height: auto;
}
html body .blogsqode_main_head .blogsqode-single-post .nav-links .meta-nav {
	font-weight: 700;
	font-size: 18px;
	line-height: 18px;
	margin: 0 0 30px 0;
	color: #14141f !important;
	margin-right: 10px !important;
}
html body .blogsqode_main_head .blogsqode-single-post .nav-links .nav-previous .meta-nav {
	margin-right: 0 !important;
}
html body .blogsqode_main_head .blogsqode-single-post .nav-links .nav-previous svg {
	margin-right: 10px;
}

html .single-blogsqode-post.dark-mode-unable .single-layout-2-svg path,
html .blog-listing.dark-mode-unable .single-layout-2-svg path,
html .blog-listing-slider.dark-mode-unable .single-layout-2-svg path,
html .blog-listing-slider-with.dark-mode-unable .single-layout-2-svg path  {
	fill: #ffffff;
}
html body .next-prev-post .pagination-title-date .blogsqode-post-date{
	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
	color: #808080;
}
html body .blogsqode_main_head .blogsqode-single-post .nav-links .nav-previous .meta-nav,
html body .blogsqode_main_head .blogsqode-single-post .nav-links .nav-previous .pagination-title-date{
	text-align: left;
}
html body .blogsqode_main_head .blogsqode-single-post .nav-links .nav-next .meta-nav,
html body .blogsqode_main_head .blogsqode-single-post .nav-links .nav-next .pagination-title-date{
	text-align: right;
}
html body .posts-navigation .nav-links .nav-next a::after, 
html body .post-navigation .nav-links .nav-next a::after {
	content: none !important;
}
html body .blogsqode_main_head .post-navigation .nav-links .nav-next {
	text-align: right;
}
html body .post-navigation .nav-links .nav-next .meta-nav:after,
html body .post-navigation .nav-links .nav-previous .meta-nav:before {
	content: none !important;
}
html body .blogsqode_main_head .next-prev-post .blog-single-pagination-wrap {
	height: 100px;
	width: 100px;
	border-radius: 10px;
	background-position: center;
	background-size: cover;
	max-width: 100px;
	min-width: 100px;
	margin-right: 20px;
}
html body .blogsqode_main_head .next-prev-post .blog-single-pagination-wrap.post-next {
	margin: 0 0 0 20px;
}
html body .blogsqode_main_head .next-prev-post {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
html body .blogsqode_main_head .nav-next .next-prev-post {
	-webkit-box-pack: end;
	-moz-box-pack: end;
	-ms-flex-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
html body .blogsqode_main_head .post-navigation .pagination-title-date .post-title {
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 30px 0;
	color: #14141f;
}
html body .blogsqode-single-post .post-navigation .nav-previous {
	order: 1 !important;
	float: left;
	padding-right: 15px;
	margin-left: 0;
	min-height: auto;
	border: none;
	padding: 0;
}
html body .blogsqode_main_head .post-navigation .nav-links .nav-next {
	order: 2 !important;
	float: right;
	margin-left: auto;
	padding-left: 15px;
	margin-right: 0;
	min-height: auto;
	padding: 0;
}

html body .post-navigation div + div {
	border-top: none !important;
}

html body .blogsqode-single-post .post-navigation .nav-next a,
html body .blogsqode-single-post .post-navigation .nav-previous a {
	background-color: transparent !important;
	float: none !important;
	padding: 0;
	border: none;
}
html body .blogsqode-single-post .post-navigation .nav-next a:hover,
html body .blogsqode-single-post .post-navigation .nav-previous a:hover {
	box-shadow: none;
}
html body .blogsqode-comment-title {
	font-size: 24px;
	line-height: 24px;
	border-top: 1px solid #ecf1f9;
	padding-top: 40px;
	margin-top: 40px;
	font-weight: 700;
	clear: both;
}
html body .blogsqode-single-post .comments-title {
	display: none;
}
html body .blogsqode-single-post #comments {
	max-width: 100%;
	margin: 0;
}
html body .blogsqode_main_head .comments-area .comment-reply-link {
	font-size: 14px;
	line-height: 14px;
	color: var(--bg-color);
	position: relative;
	background: 0 0;
	padding: 0 20px 0 0;
}
html body .blogsqode_main_head .comments-area .comment-reply-link:after {
	position: absolute;
	content: "";
	height: 14px;
	width: 14px;
	right: 0;
	top: 50%;
	background-image: url(../images/arrow.svg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
html body #blog-no-sidebar .mix,
html body #blog-with-sidebar .mix {
	display: none;
}
html body #blog-no-sidebar,
html body #blog-with-sidebar{
	min-height: 0!important;
}
html body .pagination-tab,
html body .pagination-with-tab{
    justify-content: center;
    display: flex;
	gap:10px;
	padding-top:10px;
}
html body .pagination-tab a,
html body .pagination-with-tab a  {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    font-weight: 500;
    font-size: 16px;
    color: #14141f;
    display: inline-block;
    border: 1px solid #e9e9e9;
    background-color: #fff;
    vertical-align: middle;
    position: relative;
    z-index: 1;
}
html body .pagination-tab .jp-current,
html body .pagination-tab .jp-current:hover,
html body .pagination-tab .jp-current:focus {
    color: #fff !important;
    background-color: var(--bg-color) !important;
}
html body .pagination-tab a.custom-pagination-link:hover{
	color: #fff !important;
    background-color: var(--bg-color) !important;
}
html body .custom-pagination-link:hover svg path {
	fill: #fff;
}
html body .pagination-with-tab .jp-current,
html body .pagination-with-tab .jp-current:hover,
html body .pagination-with-tab .jp-current:focus {
    color: #fff !important;
    background-color: var(--secondary-bg-color) !important;
}
html body .pagination-with-tab a.custom-pagination-link:hover{
	color: #fff !important;
    background-color: var(--secondary-bg-color) !important;
}

html body .blogsqode-navigation {
	margin: 0 !important;
	max-width: 100% !important;
	width: 100%!important;
}
html body .blogsqode-navigation ul {
	padding: 0;
	list-style: none;
	text-align: center;
	margin: 0;
}
html body .blogsqode-navigation ul li {
	display: inline-block;
	vertical-align: middle;
	margin: 5px;
}
html body .blogsqode-navigation ul li a {
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	font-weight: 500;
	font-size: 16px;
	color: #14141f;
	display: inline-block;
	border: 1px solid #e9e9e9;
	background-color: #fff;
	vertical-align: middle;
	position: relative;
	z-index: 1;
}
html body .blogsqode-navigation ul li a:focus,
html body .blogsqode-navigation ul li a:hover,
html body .blogsqode-navigation ul li.active a,
html body .blogsqode-navigation.paginate-layout-1 ul li a:focus,
html body .blogsqode-navigation.paginate-layout-2 ul li a:focus,
html body .blogsqode-navigation.paginate-layout-3 ul li a:focus {
	color: #fff !important;
	background-color: var(--bg-color) !important;
}
html body .blogsqode-navigation.blogsqode-navigation-with-sidebar ul li a:focus,
html body .blogsqode-navigation.blogsqode-navigation-with-sidebar ul li a:hover,
html body .blogsqode-navigation.blogsqode-navigation-with-sidebar ul li.active a,
html body .blogsqode-navigation.blogsqode-navigation-with-sidebar.paginate-layout-1 ul li a:focus,
html body .blogsqode-navigation.blogsqode-navigation-with-sidebar.paginate-layout-2 ul li a:focus,
html body .blogsqode-navigation.blogsqode-navigation-with-sidebar.paginate-layout-3 ul li a:focus {
	color: #fff !important;
	background-color: var(--secondary-bg-color) !important;
}
html body .blogsqode-navigation.blogsqode-navigation-with-sidebar.paginate-layout-4 ul li a,
html body .blogsqode-navigation.blogsqode-navigation-with-sidebar.paginate-layout-5 ul li a,
html body .blogsqode-navigation.blogsqode-navigation-with-sidebar.paginate-layout-6 ul li a,
html body .blogsqode-navigation.blogsqode-navigation-with-sidebar.paginate-layout-7 ul li a,
html body .blogsqode-navigation.blogsqode-navigation-with-sidebar.paginate-layout-9 ul li a,
html body .blogsqode-navigation.blogsqode-navigation-with-sidebar.paginate-layout-10 ul li a,
html body .blogsqode-navigation.blogsqode-navigation-with-sidebar.paginate-layout-11 ul li a,
html body .blogsqode-navigation.blogsqode-navigation-with-sidebar.paginate-layout-12 ul li a,
html body .blogsqode-navigation.blogsqode-navigation-with-sidebar.paginate-layout-13 ul li a,
html body .blogsqode-navigation.blogsqode-navigation-with-sidebar.paginate-layout-19 ul li a {
	background-color: transparent !important;
}
html body .blogsqode-navigation.paginate-layout-1 ul li a {
	border-radius: 5px;
}
html body .blogsqode-navigation.paginate-layout-2 ul li a {
	border-radius: 0;
}
html body .blogsqode-navigation.paginate-layout-3 ul li a {
	border-radius: 100px;
}
html body .blogsqode-navigation.paginate-layout-4 ul li a,
html body .blogsqode-navigation.paginate-layout-5 ul li a,
html body .blogsqode-navigation.paginate-layout-6 ul li a,
html body .blogsqode-navigation.paginate-layout-7 ul li a,
html body .blogsqode-navigation.paginate-layout-9 ul li a,
html body .blogsqode-navigation.paginate-layout-10 ul li a,
html body .blogsqode-navigation.paginate-layout-11 ul li a,
html body .blogsqode-navigation.paginate-layout-12 ul li a,
html body .blogsqode-navigation.paginate-layout-13 ul li a,
html body .blogsqode-navigation.paginate-layout-19 ul li a {
	border: none !important;
	background-color: transparent !important;
	font-size: 14px;
}
html body.dark-mode-unable .blogsqode-navigation.paginate-layout-19 ul li a,
html body.dark-mode-unable .blogsqode-navigation.paginate-layout-19 ul li a .paginate19,
html .blog-listing.dark-mode-unable .blogsqode-navigation.paginate-layout-19 ul li a,
html .blog-listing.dark-mode-unable .blogsqode-navigation.paginate-layout-19 ul li a .paginate19,
html .blog-listing-slider.dark-mode-unable .blogsqode-navigation.paginate-layout-19 ul li a,
html .blog-listing-slider.dark-mode-unable .blogsqode-navigation.paginate-layout-19 ul li a .paginate19 {
	filter: invert(1);
}
html body .blogsqode-navigation.paginate-layout-4 ul li a .paginate4,
html body .blogsqode-navigation.paginate-layout-5 ul li a .paginate5,
html body .blogsqode-navigation.paginate-layout-6 ul li a .paginate6,
html body .blogsqode-navigation.paginate-layout-7 ul li a .paginate7,
html body .blogsqode-navigation.paginate-layout-9 ul li a .paginate9,
html body .blogsqode-navigation.paginate-layout-10 ul li a .paginate10,
html body .blogsqode-navigation.paginate-layout-11 ul li a .paginate11,
html body .blogsqode-navigation.paginate-layout-12 ul li a .paginate12,
html body .blogsqode-navigation.paginate-layout-13 ul li a .paginate13,
html body .blogsqode-navigation.paginate-layout-19 ul li a .paginate19 {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
}
html body .blogsqode-navigation.paginate-layout-19 ul li a:focus,
html body .blogsqode-navigation.paginate-layout-19 ul li a:hover,
html body .blogsqode-navigation.paginate-layout-19 ul li.active a,
html body .blogsqode-navigation.paginate-layout-19 ul li a:focus,
html body .blogsqode-navigation.paginate-layout-19 ul li a:focus,
html body .blogsqode-navigation.paginate-layout-19 ul li a:focus {
	color: #000000 !important;
}
html body .blogsqode-navigation ul li a:focus svg path,
html body .blogsqode-navigation ul li a:hover svg path,
html body .blogsqode-navigation ul li.active a svg path {
    fill: var(--bg-color);
    stroke: var(--bg-color);
}
html body .blogsqode-navigation.blogsqode-navigation-with-sidebar ul li a:focus svg path,
html body .blogsqode-navigation.blogsqode-navigation-with-sidebar ul li a:hover svg path,
html body .blogsqode-navigation.blogsqode-navigation-with-sidebar ul li.active a svg path {
    fill: var(--secondary-bg-color);
    stroke: var(--secondary-bg-color);
}
html body .blogsqode-navigation.paginate-layout-8 ul li a {
	border-radius: 15px;
}
html body .blogsqode-navigation.paginate-layout-14 ul li a {
	border-radius: 0px 15px;
}
html body .blogsqode-navigation.paginate-layout-15 ul li a {
	border-radius: 5px 15px;
}
html body .blogsqode-navigation.paginate-layout-16 ul li a {
	border-radius: 20px 20px 20px 0px;
}
html body .blogsqode-navigation.paginate-layout-17 ul li a {
	border-radius: 20px 20px 0px 0px;
}
html body .blogsqode-navigation.paginate-layout-18 ul li a {
	border-radius: 20px 20px 5px 5px;
}
html body .blogsqode-navigation ul li a.blogsqode_next_link,
html body .blogsqode-navigation ul li a.blogsqode_previous_link {
	font-size: 0;
	position: relative;
}
html body .blogsqode-navigation ul li a.blogsqode_next_link:after,
html body .blogsqode-navigation ul li a.blogsqode_previous_link:after {
	content: "";
	height: 18px;
	width: 18px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 50%;
	transform: translateY(-50%);
	background-position: center;
	background-repeat: no-repeat;
}
html body .blogsqode-navigation ul li a.blogsqode_next_link:after {
	background-image: url(../images/next-arrow.svg)
}
html body .blogsqode-navigation ul li a.blogsqode_previous_link:after {
	background-image: url(../images/prev-arrow.svg)
}
html body .blogsqode-navigation ul li a.blogsqode_next_link:focus:after,
html body .blogsqode-navigation ul li a.blogsqode_next_link:hover:after,
html body .blogsqode-navigation ul li a.blogsqode_previous_link:focus:after,
html body .blogsqode-navigation ul li a.blogsqode_previous_link:hover:after {
	filter: brightness(100);
}
html body .blogsqode-navigation.paginate-layout-19 ul li a.blogsqode_next_link:focus:after,
html body .blogsqode-navigation.paginate-layout-19 ul li a.blogsqode_next_link:hover:after,
html body .blogsqode-navigation.paginate-layout-19 ul li a.blogsqode_previous_link:focus:after,
html body .blogsqode-navigation.paginate-layout-19 ul li a.blogsqode_previous_link:hover:after {
	filter: brightness(0);
}
html body .load_more_posts ,
html body .load_more_posts_unable,
html body .load_more_posts_tab_off{
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	background-color: var(--bg-color);
	color: #ffffff;
	font-weight: 500;
	display: block;
	margin: 0 auto !important;
	width: 120px !important;
	text-align: center;
	cursor: pointer;
}
html body .load_more_posts_with_sidebar,
html body .load_more_posts_with_sidebar1,
html body .load_more_posts_with_sidebar_disable,
html body .load_more_posts_with_sidebar_tab_filter_unable ,
html body .load_more_posts_with_sidebar3{
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	background-color: var(--secondary-bg-color);
	color: #ffffff;
	font-weight: 500;
	display: block;
	margin: 0 auto !important;
	width: 120px !important;
	text-align: center;
	cursor: pointer;
}
html body .load_more_posts:hover,
html body .load_more_posts_unable:hover,
html body .load_more_posts_tab_off:hover{
	background-color: #14141f;
}
html body .load_more_posts_with_sidebar:hover,
html body .load_more_posts_with_sidebar_disable:hover,
html body .load_more_posts_with_sidebar_tab_filter_unable:hover,
html body .load_more_posts_with_sidebar3:hover,
html body .load_more_posts_with_sidebar1:hover{
	background-color: #14141f;
}
html body .content-area {
	overflow: hidden;
}
html body .blogsqode-single-post .blogsqode-entry-header {
	margin: 0 !important
}
html body .layout-4 .blogsqode_post_cat{
	background: #32E1FB;
	padding: 0 10px;
	border-radius: 5px;
	line-height: 24px;
	height: 24px;
	color: #ffffff !important;
	position: absolute;
	right: 20px;
	top: 0;
	left: auto;
	z-index: 1;
}
html body .layout-4 .blogsqode-post-item-inner{
	padding-top: 10px;
}
html body .layout-4 .blogsqode-post-item-inner .content{
	padding-top: 20px;
}
html body .layout-4 .blogsqode-post-item-inner .blogsqode-comments-number{
	float: right;
	clear: none;
}
html body .layout-4 .blogsqode-post-item-inner .blogsqode_post_sort_desc{
	margin-bottom: 15px!important;
	margin-top: 5px;
}
html body .selected-layout.layout-5 .content,
html body .selected-layout.layout-6 .content{
	margin-top: -30px;
	width: -moz-calc(100% - 50px);
	width: -webkit-calc(100% - 50px);
	width: -o-calc(100% - 50px);
	width: calc(100% - 50px);
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
	position: relative;
	background-color: #ffffff;
	box-shadow: 0px 5px 10px rgba(233, 233, 233, 0.3);
	border-radius: 30px;
	padding: 20px;
}
html body .selected-layout.layout-6 .content .blogsqode-comments-number {
	margin: 0;
}
html body .layout-5-top,
html body  .layout-6-top{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
html body .layout-5-top .blogsqode-post-date{
	position: relative;
	margin-top: 0;
}
html body .selected-layout.layout-5 .content{
	padding: 20px;
}
html body .selected-layout.layout-5 .content .blogsqode_post_sort_desc,
html body .selected-layout.layout-6 .content .blogsqode_post_sort_desc{
	margin: 5px 0 15px 0;
}
html body .selected-layout.layout-5 .content .blogsqode-rmlayout-3,
html body .selected-layout.layout-6 .content .blogsqode-rmlayout-3{
	margin-bottom: 20px;
}
html body .selected-layout.layout-5 .content .blogsqode-author-wrap,
html body .selected-layout.layout-6 .content .blogsqode-author-wrap{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
html body .selected-layout.layout-5 .blogsqode-post-item,
html body .selected-layout.layout-6 .blogsqode-post-item{
	margin-bottom: 60px;
}
html body .blogsqode_main_head article{
	padding-left: 0!important;
	padding-top: 0!important;
	padding-bottom: 0!important;
	padding-right: 0!important;
}
html body .blog-thumbnail-wrap.layout-1 {
	position: relative;
	overflow: hidden;
}
html body .blog-thumbnail-wrap.layout-1::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(111,57,253,0) 0%, rgba(111,57,253,0.8) 55%);
	content: '';
	opacity: 0;
	-webkit-transform: translate3d(0,50%,0);
	transform: translate3d(0,50%,0);
	transition: opacity 0.35s, transform 0.35s;
	border-radius: 50%/100%;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
html body .blogsqode-blog-wrap .layout-1 .blogsqode-post-item-inner:hover .blog-thumbnail-wrap.layout-1::before {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
html body .blogsqode-blog-wrap .layout-1 .blogsqode-post-item-inner:hover .blogsqode_post_title a {
	color: var(--bg-color);
}
html body .blogsqode-blog-wrap.blog-slider-layout-bg .layout-1 .blogsqode-post-item-inner:hover .blogsqode_post_title a {
	color: var(--slider-bg-color);
}
html body .blogsqode-blog-wrap.blog-slider-layout-bg-with-sidebar .layout-1 .blogsqode-post-item-inner:hover .blogsqode_post_title a {
	color: var(--slider-secondary-bg-color);
}
html body .blog-listing-with-sidebar .layout-1 .blogsqode-post-item-inner:hover .blogsqode_post_title a {
	color: var(--secondary-bg-color);
}
html body .selected-layout.layout-1 .blogsqode-post-item-inner .content .bottom{
	align-items: center;
}
html body .blog-thumbnail-wrap.layout-2 {
	position: relative;
}
html body .blog-thumbnail-wrap.layout-2::before {
	content: "";
	background-color: var(--bg-color);
	border-radius: 20px;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all .3s ease;
}
html body .blog-slider-layout-bg .blog-thumbnail-wrap.layout-2::before,
html body .blog-slider-layout-bg .blog-thumbnail-wrap.layout-11::before,
html body .blog-slider-layout-bg .image-overlay-layout-12,
html body .blog-slider-layout-bg .blog-thumbnail-wrap-layout-13::after,
html body .blog-slider-layout-bg .blogsqode-post-item-inner-layout-19 .blog-thumbnail-wrap::before,
html body .blog-slider-layout-bg .blogsqode-post-item-inner-layout-19 .blog-thumbnail-wrap::after,
html body .blog-slider-layout-bg .blogsqode-post-item-inner-layout-21 .blog-thumbnail-wrap::before,
html body .blog-slider-layout-bg .blog-thumbnail-wrap-layout-22 .image-overlay-layout-22,
html body .blog-slider-layout-bg .blog-thumbnail-wrap-layout-23::after,
html body .blog-slider-layout-bg .blog-thumbnail-wrap-layout-29::before  {
	background-color: var(--slider-bg-color);
}
html body .blog-slider-layout-bg-with-sidebar .blog-thumbnail-wrap.layout-2::before,
html body .blog-slider-layout-bg-with-sidebar .blog-thumbnail-wrap.layout-11::before,
html body .blog-slider-layout-bg-with-sidebar .image-overlay-layout-12,
html body .blog-slider-layout-bg-with-sidebar .blog-thumbnail-wrap-layout-13::after,
html body .blog-slider-layout-bg-with-sidebar .blogsqode-post-item-inner-layout-19 .blog-thumbnail-wrap::before,
html body .blog-slider-layout-bg-with-sidebar .blogsqode-post-item-inner-layout-19 .blog-thumbnail-wrap::after,
html body .blog-slider-layout-bg-with-sidebar .blogsqode-post-item-inner-layout-21 .blog-thumbnail-wrap::before,
html body .blog-slider-layout-bg-with-sidebar .blog-thumbnail-wrap-layout-22 .image-overlay-layout-22,
html body .blog-slider-layout-bg-with-sidebar .blog-thumbnail-wrap-layout-23::after,
html body .blog-slider-layout-bg-with-sidebar .blog-thumbnail-wrap-layout-29::before  {
	background-color: var(--slider-secondary-bg-color);
}
html body .blog-listing-with-sidebar .blog-thumbnail-wrap.layout-2::before,
html body .blog-listing-with-sidebar .blog-thumbnail-wrap.layout-11::before,
html body .blog-listing-with-sidebar .image-overlay-layout-12,
html body .blog-listing-with-sidebar .blog-thumbnail-wrap-layout-13::after,
html body .blog-listing-with-sidebar .blogsqode-post-item-inner-layout-19 .blog-thumbnail-wrap::before,
html body .blog-listing-with-sidebar .blogsqode-post-item-inner-layout-19 .blog-thumbnail-wrap::after,
html body .blog-listing-with-sidebar .blogsqode-post-item-inner-layout-21 .blog-thumbnail-wrap::before,
html body .blog-listing-with-sidebar .blog-thumbnail-wrap-layout-22 .image-overlay-layout-22,
html body .blog-listing-with-sidebar .blog-thumbnail-wrap-layout-23::after,
html body .blog-listing-with-sidebar .blog-thumbnail-wrap-layout-29::before  {
	background-color: var(--secondary-bg-color);
}
html body .blogsqode-blog-wrap .layout-2 .blogsqode-post-item .blogsqode-post-item-inner:hover .blog-thumbnail-wrap.layout-2::before,
html body .blogsqode-blog-wrap.blog-slider-layout-bg .layout-2 .blogsqode-post-item .blogsqode-post-item-inner:hover .blog-thumbnail-wrap.layout-2::before {
	opacity: 0.5;
}
html body .blogsqode-blog-wrap .layout-2 .blogsqode-post-item .blogsqode-post-item-inner .blogsqode_post_cat {
	transition: all .3s ease;
}
html body .blogsqode-blog-wrap .layout-2 .blogsqode-post-item .blogsqode-post-item-inner:hover .blogsqode_post_cat {
	background-color: #ffffff;
}
html body .blogsqode-blog-wrap .layout-2 .blogsqode-post-item .blogsqode-post-item-inner:hover .blogsqode_post_title a ,
html body .blogsqode-blog-wrap .layout-18 .blogsqode-post-item .blogsqode-post-item-inner:hover .blogsqode_post_title a{
	color: var(--bg-color);
}
html body .blog-listing-with-sidebar .layout-2 .blogsqode-post-item .blogsqode-post-item-inner:hover .blogsqode_post_title a,
html body .blog-listing-with-sidebar .layout-18 .blogsqode-post-item .blogsqode-post-item-inner:hover .blogsqode_post_title a {
	color: var(--secondary-bg-color);
}
html body .blog-listing-slider .layout-18 .blogsqode-post-item .blogsqode-post-item-inner:hover .blogsqode_post_title a {
	color: var(--slider-bg-color);
}
html body .blogsqode-blog-wrap.blog-slider-layout-bg .layout-2 .blogsqode-post-item .blogsqode-post-item-inner:hover .blogsqode_post_title a,
html body .blogsqode-blog-wrap.blog-slider-layout-bg .layout-3 .blogsqode-post-item .blogsqode-post-item-inner:hover .blogsqode_post_title a,
html body .blogsqode-blog-wrap.blog-slider-layout-bg .layout-4 .blogsqode-post-item .blogsqode-post-item-inner:hover .blogsqode_post_title a,
html body .blogsqode-blog-wrap.blog-slider-layout-bg .layout-5 .blogsqode-post-item-inner:hover .blogsqode_post_title a,
html body .blogsqode-blog-wrap.blog-slider-layout-bg .layout-6 .blogsqode-post-item-inner:hover .blogsqode_post_title a,
html body .blogsqode-blog-wrap.blog-slider-layout-bg .layout-7 .blogsqode-post-item-inner:hover .blogsqode_post_title a,
html body .blogsqode-blog-wrap.blog-slider-layout-bg .layout-8 .blogsqode-post-item-inner:hover .blogsqode_post_title a,
html body .blogsqode-blog-wrap.blog-slider-layout-bg .layout-9 .blogsqode-post-item-inner:hover .blogsqode_post_title a,
html body .blogsqode-blog-wrap.blog-slider-layout-bg .layout-10 .blogsqode-post-item-inner:hover .blogsqode_post_title a,
html body .blog-slider-layout-bg .layout-11-content .blogsqode-author-name,
html body .blogsqode-blog-wrap.blog-slider-layout-bg .layout-11 .blogsqode-post-item-inner:hover .layout-11-content .blogsqode_post_title a,
html body .blogsqode-blog-wrap.blog-slider-layout-bg .layout-12 .blogsqode-post-item-inner:hover .blogsqode_post_title a,
html body .blog-slider-layout-bg .blogsqode-post-item-inner-layout-13:hover .layout-13-content .blogsqode_post_title a,
html body .blog-slider-layout-bg .blogsqode-post-item-inner-layout-14:hover .layout-14-content .blogsqode_post_title a,
html body .blog-slider-layout-bg .blogsqode-post-item-inner-layout-15:hover .layout-15-content .blogsqode_post_title a,
html body .blogsqode-blog-wrap.blog-slider-layout-bg .layout-16 .blogsqode-post-item-inner:hover .blogsqode_post_title a,
html body .blog-slider-layout-bg .blogsqode-post-item-inner-layout-18:hover .blogsqode_post_title a,
html body .blog-slider-layout-bg .layout-19-content .blog_date,
html body .blog-slider-layout-bg .layout-19-top .blogsqode-authorname-date .blogsqode-author-name,
html body .blog-slider-layout-bg .blogsqode-post-item-inner-layout-19:hover .blogsqode_post_title a,
html body .blog-slider-layout-bg .blogsqode-post-item-inner-layout-20:hover .blogsqode_post_title a,
html body .blog-slider-layout-bg .read_more_btn_layout_21 .blogsqode_read_more_button,
html body .blog-slider-layout-bg .blogsqode-post-item-inner-layout-21:hover .blogsqode_post_title a,
html body .blog-slider-layout-bg .read_more_btn_layout_21 .blogsqode_read_more_button,
html body .blog-slider-layout-bg .blogsqode-post-item-inner-layout-21:hover .blogsqode_post_title a,
html body .blog-slider-layout-bg .read_more_btn_layout_22 .blogsqode_read_more_button,
html body .blog-slider-layout-bg .blogsqode-post-item-inner-layout-22:hover .blogsqode_post_title a,
html body .blog-slider-layout-bg .blogsqode-post-item-inner-layout-23:hover .blogsqode_post_title a,
html body .blogsqode-blog-wrap.blog-slider-layout-bg .layout-24 .blogsqode-post-item-inner-layout-24:hover .blogsqode_post_title a,
html body .blog-slider-layout-bg .layout-25-bottom .blogsqode-author-name,
html body .blog-slider-layout-bg .blogsqode-post-item-inner-layout-25:hover .blogsqode_post_title a,
html body .blog-slider-layout-bg .layout-25-bottom .blogsqode-author-name,
html body .blog-slider-layout-bg .read_more_btn_content_layout_26 .blogsqode_read_more_button,
html body .blog-slider-layout-bg .blogsqode-post-item-inner-layout-26:hover .layout-26-content .blogsqode_post_title a,
html body .blog-slider-layout-bg .blogsqode-post-item-inner-layout-26:hover .blogsqode-post-date,
html body .blog-slider-layout-bg .blogsqode-post-item-inner-layout-27:hover .layout-27-content .blogsqode_post_title a,
html body .blog-slider-layout-bg .blogsqode-post-item-inner-layout-28:hover .layout-28-content .blogsqode_post_title a,
html body .blog-slider-layout-bg .blogsqode-post-item-inner-layout-29:hover .blogsqode-post-date-title-layout-29 .blogsqode_post_title a,
html body .blog-slider-layout-bg .layout-30-top .blogsqode-post-date .blog_date,
html body .blog-slider-layout-bg .blogsqode-post-item-inner-layout-30:hover .blogsqode_post_title a,
html body .blog-slider-layout-bg.blogsqode-blog-wrap .blogsqode_read_more_button.blogsqode-rmlayout-10:focus
{
	color: var(--slider-bg-color);
}

html body .blogsqode-blog-wrap.blog-slider-layout-bg-with-sidebar .layout-2 .blogsqode-post-item .blogsqode-post-item-inner:hover .blogsqode_post_title a,
html body .blogsqode-blog-wrap.blog-slider-layout-bg-with-sidebar .layout-3 .blogsqode-post-item .blogsqode-post-item-inner:hover .blogsqode_post_title a,
html body .blogsqode-blog-wrap.blog-slider-layout-bg-with-sidebar .layout-4 .blogsqode-post-item .blogsqode-post-item-inner:hover .blogsqode_post_title a,
html body .blogsqode-blog-wrap.blog-slider-layout-bg-with-sidebar .layout-5 .blogsqode-post-item-inner:hover .blogsqode_post_title a,
html body .blogsqode-blog-wrap.blog-slider-layout-bg-with-sidebar .layout-6 .blogsqode-post-item-inner:hover .blogsqode_post_title a,
html body .blogsqode-blog-wrap.blog-slider-layout-bg-with-sidebar .layout-7 .blogsqode-post-item-inner:hover .blogsqode_post_title a,
html body .blogsqode-blog-wrap.blog-slider-layout-bg-with-sidebar .layout-8 .blogsqode-post-item-inner:hover .blogsqode_post_title a,
html body .blogsqode-blog-wrap.blog-slider-layout-bg-with-sidebar .layout-9 .blogsqode-post-item-inner:hover .blogsqode_post_title a,
html body .blogsqode-blog-wrap.blog-slider-layout-bg-with-sidebar .layout-10 .blogsqode-post-item-inner:hover .blogsqode_post_title a,
html body .blog-slider-layout-bg-with-sidebar .layout-11-content .blogsqode-author-name,
html body .blogsqode-blog-wrap.blog-slider-layout-bg-with-sidebar .layout-11 .blogsqode-post-item-inner:hover .layout-11-content .blogsqode_post_title a,
html body .blogsqode-blog-wrap.blog-slider-layout-bg-with-sidebar .layout-12 .blogsqode-post-item-inner:hover .blogsqode_post_title a,
html body .blog-slider-layout-bg-with-sidebar .blogsqode-post-item-inner-layout-13:hover .layout-13-content .blogsqode_post_title a,
html body .blog-slider-layout-bg-with-sidebar .blogsqode-post-item-inner-layout-14:hover .layout-14-content .blogsqode_post_title a,
html body .blog-slider-layout-bg-with-sidebar .blogsqode-post-item-inner-layout-15:hover .layout-15-content .blogsqode_post_title a,
html body .blogsqode-blog-wrap.blog-slider-layout-bg-with-sidebar .layout-16 .blogsqode-post-item-inner:hover .blogsqode_post_title a,
html body .blog-slider-layout-bg-with-sidebar .blogsqode-post-item-inner-layout-18:hover .blogsqode_post_title a,
html body .blog-slider-layout-bg-with-sidebar .layout-19-content .blog_date,
html body .blog-slider-layout-bg-with-sidebar .layout-19-top .blogsqode-authorname-date .blogsqode-author-name,
html body .blog-slider-layout-bg-with-sidebar .blogsqode-post-item-inner-layout-19:hover .blogsqode_post_title a,
html body .blog-slider-layout-bg-with-sidebar .blogsqode-post-item-inner-layout-20:hover .blogsqode_post_title a,
html body .blog-slider-layout-bg-with-sidebar .read_more_btn_layout_21 .blogsqode_read_more_button,
html body .blog-slider-layout-bg-with-sidebar .blogsqode-post-item-inner-layout-21:hover .blogsqode_post_title a,
html body .blog-slider-layout-bg-with-sidebar .read_more_btn_layout_21 .blogsqode_read_more_button,
html body .blog-slider-layout-bg-with-sidebar .blogsqode-post-item-inner-layout-21:hover .blogsqode_post_title a,
html body .blog-slider-layout-bg-with-sidebar .read_more_btn_layout_22 .blogsqode_read_more_button,
html body .blog-slider-layout-bg-with-sidebar .blogsqode-post-item-inner-layout-22:hover .blogsqode_post_title a,
html body .blog-slider-layout-bg-with-sidebar .blogsqode-post-item-inner-layout-23:hover .blogsqode_post_title a,
html body .blogsqode-blog-wrap.blog-slider-layout-bg-with-sidebar .layout-24 .blogsqode-post-item-inner-layout-24:hover .blogsqode_post_title a,
html body .blog-slider-layout-bg-with-sidebar .layout-25-bottom .blogsqode-author-name,
html body .blog-slider-layout-bg-with-sidebar .blogsqode-post-item-inner-layout-25:hover .blogsqode_post_title a,
html body .blog-slider-layout-bg-with-sidebar .layout-25-bottom .blogsqode-author-name,
html body .blog-slider-layout-bg-with-sidebar .read_more_btn_content_layout_26 .blogsqode_read_more_button,
html body .blog-slider-layout-bg-with-sidebar .blogsqode-post-item-inner-layout-26:hover .layout-26-content .blogsqode_post_title a,
html body .blog-slider-layout-bg-with-sidebar .blogsqode-post-item-inner-layout-26:hover .blogsqode-post-date,
html body .blog-slider-layout-bg-with-sidebar .blogsqode-post-item-inner-layout-27:hover .layout-27-content .blogsqode_post_title a,
html body .blog-slider-layout-bg-with-sidebar .blogsqode-post-item-inner-layout-28:hover .layout-28-content .blogsqode_post_title a,
html body .blog-slider-layout-bg-with-sidebar .blogsqode-post-item-inner-layout-29:hover .blogsqode-post-date-title-layout-29 .blogsqode_post_title a,
html body .blog-slider-layout-bg-with-sidebar .layout-30-top .blogsqode-post-date .blog_date,
html body .blog-slider-layout-bg-with-sidebar .blogsqode-post-item-inner-layout-30:hover .blogsqode_post_title a 
{
	color: var(--slider-secondary-bg-color);
}
html body .blogsqode-blog-wrap.blog-listing-with-sidebar .layout-2 .blogsqode-post-item .blogsqode-post-item-inner:hover .blogsqode_post_title a,
html body .blogsqode-blog-wrap.blog-listing-with-sidebar .layout-3 .blogsqode-post-item .blogsqode-post-item-inner:hover .blogsqode_post_title a,
html body .blogsqode-blog-wrap.blog-listing-with-sidebar .layout-4 .blogsqode-post-item .blogsqode-post-item-inner:hover .blogsqode_post_title a,
html body .blogsqode-blog-wrap.blog-listing-with-sidebar .layout-5 .blogsqode-post-item-inner:hover .blogsqode_post_title a,
html body .blogsqode-blog-wrap.blog-listing-with-sidebar .layout-6 .blogsqode-post-item-inner:hover .blogsqode_post_title a,
html body .blogsqode-blog-wrap.blog-listing-with-sidebar .layout-7 .blogsqode-post-item-inner:hover .blogsqode_post_title a,
html body .blogsqode-blog-wrap.blog-listing-with-sidebar .layout-8 .blogsqode-post-item-inner:hover .blogsqode_post_title a,
html body .blogsqode-blog-wrap.blog-listing-with-sidebar .layout-9 .blogsqode-post-item-inner:hover .blogsqode_post_title a,
html body .blogsqode-blog-wrap.blog-listing-with-sidebar .layout-10 .blogsqode-post-item-inner:hover .blogsqode_post_title a,
html body .blogsqode-blog-wrap.blog-listing-with-sidebar .layout-11-content .blogsqode-author-name,
html body .blogsqode-blog-wrap.blog-listing-with-sidebar .layout-11 .blogsqode-post-item-inner:hover .layout-11-content .blogsqode_post_title a,
html body .blogsqode-blog-wrap.blog-listing-with-sidebar .layout-12 .blogsqode-post-item-inner:hover .blogsqode_post_title a,
html body .blogsqode-blog-wrap.blog-listing-with-sidebar .blogsqode-post-item-inner-layout-13:hover .layout-13-content .blogsqode_post_title a,
html body .blogsqode-blog-wrap.blog-listing-with-sidebar .blogsqode-post-item-inner-layout-14:hover .layout-14-content .blogsqode_post_title a,
html body .blogsqode-blog-wrap.blog-listing-with-sidebar .blogsqode-post-item-inner-layout-15:hover .layout-15-content .blogsqode_post_title a,
html body .blogsqode-blog-wrap.blog-listing-with-sidebar .layout-16 .blogsqode-post-item-inner:hover .blogsqode_post_title a,
html body .blogsqode-blog-wrap.blog-listing-with-sidebar .blogsqode-post-item-inner-layout-18:hover .blogsqode_post_title a,
html body .blogsqode-blog-wrap.blog-listing-with-sidebar .layout-19-content .blog_date,
html body .blogsqode-blog-wrap.blog-listing-with-sidebar .layout-19-top .blogsqode-authorname-date .blogsqode-author-name,
html body .blogsqode-blog-wrap.blog-listing-with-sidebar .blogsqode-post-item-inner-layout-19:hover .blogsqode_post_title a,
html body .blogsqode-blog-wrap.blog-listing-with-sidebar .blogsqode-post-item-inner-layout-20:hover .blogsqode_post_title a,
html body .blogsqode-blog-wrap.blog-listing-with-sidebar .read_more_btn_layout_21 .blogsqode_read_more_button,
html body .blogsqode-blog-wrap.blog-listing-with-sidebar .blogsqode-post-item-inner-layout-21:hover .blogsqode_post_title a,
html body .blogsqode-blog-wrap.blog-listing-with-sidebar .read_more_btn_layout_21 .blogsqode_read_more_button,
html body .blogsqode-blog-wrap.blog-listing-with-sidebar .blogsqode-post-item-inner-layout-21:hover .blogsqode_post_title a,
html body .blogsqode-blog-wrap.blog-listing-with-sidebar .read_more_btn_layout_22 .blogsqode_read_more_button,
html body .blogsqode-blog-wrap.blog-listing-with-sidebar .blogsqode-post-item-inner-layout-22:hover .blogsqode_post_title a,
html body .blogsqode-blog-wrap.blog-listing-with-sidebar .blogsqode-post-item-inner-layout-23:hover .blogsqode_post_title a,
html body .blogsqode-blog-wrap.blog-listing-with-sidebar .layout-24 .blogsqode-post-item-inner-layout-24:hover .blogsqode_post_title a,
html body .blogsqode-blog-wrap.blog-listing-with-sidebar .layout-25-bottom .blogsqode-author-name,
html body .blogsqode-blog-wrap.blog-listing-with-sidebar .blogsqode-post-item-inner-layout-25:hover .blogsqode_post_title a,
html body .blogsqode-blog-wrap.blog-listing-with-sidebar .layout-25-bottom .blogsqode-author-name,
html body .blogsqode-blog-wrap.blog-listing-with-sidebar .read_more_btn_content_layout_26 .blogsqode_read_more_button,
html body .blogsqode-blog-wrap.blog-listing-with-sidebar .blogsqode-post-item-inner-layout-26:hover .layout-26-content .blogsqode_post_title a,
html body .blogsqode-blog-wrap.blog-listing-with-sidebar .blogsqode-post-item-inner-layout-26:hover .blogsqode-post-date,
html body .blogsqode-blog-wrap.blog-listing-with-sidebar .blogsqode-post-item-inner-layout-27:hover .layout-27-content .blogsqode_post_title a,
html body .blogsqode-blog-wrap.blog-listing-with-sidebar .blogsqode-post-item-inner-layout-28:hover .layout-28-content .blogsqode_post_title a,
html body .blogsqode-blog-wrap.blog-listing-with-sidebar .blogsqode-post-item-inner-layout-29:hover .blogsqode-post-date-title-layout-29 .blogsqode_post_title a,
html body .blogsqode-blog-wrap.blog-listing-with-sidebar .layout-30-top .blogsqode-post-date .blog_date,
html body .blogsqode-blog-wrap.blog-listing-with-sidebar .blogsqode-post-item-inner-layout-30:hover .blogsqode_post_title a 
{
	color: var(--secondary-bg-color);
}
html body .blogsqode-blog-wrap .layout-3 .blogsqode-post-item .blogsqode-post-item-inner .content {
	transition: all .3s ease;
}
html body .blogsqode-blog-wrap .layout-3 .blogsqode-post-item .blogsqode-post-item-inner:hover .content {
	box-shadow: 0 2px 8px rgb(0 0 0 / 10%), 0 5px 15px rgb(0 0 0 / 20%);
}
html body .blog-thumbnail-wrap.layout-3 .blogsqode_post_cat {
	transition: all .3s ease;
}
html body .blogsqode-blog-wrap .layout-3 .blogsqode-post-item .blogsqode-post-item-inner:hover .blogsqode_post_cat {
	left: 10px;
}
html body .blogsqode-blog-wrap .layout-3 .blogsqode-post-item .blogsqode-post-item-inner:hover .blogsqode_post_title a {
	color: var(--bg-color);
}
html body .blog-listing-with-sidebar .layout-3 .blogsqode-post-item .blogsqode-post-item-inner:hover .blogsqode_post_title a {
	color: var(--secondary-bg-color);
}
html body .blogsqode-blog-wrap .layout-4 .blogsqode-post-item .blogsqode-post-item-inner {
	overflow: hidden;
}
html body .blog-thumbnail-wrap.layout-4 {
	transition: all .4s ease;
}
html body .blogsqode-blog-wrap .layout-4 .blogsqode-post-item .blogsqode-post-item-inner:hover .blog-thumbnail-wrap.layout-4 {
	border-radius: 0px;
}
html body .layout-4 .blogsqode_post_cat {
	transition: all .3s ease;
}
html body .blogsqode-blog-wrap .layout-4 .blogsqode-post-item .blogsqode-post-item-inner:hover .blogsqode_post_cat {
	background-color: var(--bg-color);
	top: 20px;
}
html body .blogsqode-blog-wrap.blog-listing-with-sidebar .layout-4 .blogsqode-post-item .blogsqode-post-item-inner:hover .blogsqode_post_cat {
	background-color: var(--secondary-bg-color);
}
html body .blogsqode-blog-wrap.blog-slider-layout-bg .layout-4 .blogsqode-post-item .blogsqode-post-item-inner:hover .blogsqode_post_cat {
	background-color: var(--slider-bg-color);
}
html body .blogsqode-blog-wrap.blog-slider-layout-bg-with-sidebar .layout-4 .blogsqode-post-item .blogsqode-post-item-inner:hover .blogsqode_post_cat {
	background-color: var(--slider-secondary-bg-color);
}
html body .blogsqode-blog-wrap .layout-4 .blogsqode-post-item .blogsqode-post-item-inner:hover .blogsqode_post_title a {
	color: var(--bg-color);
}
html body .blog-listing-with-sidebar .layout-4 .blogsqode-post-item .blogsqode-post-item-inner:hover .blogsqode_post_title a {
	color: var(--secondary-bg-color);
}

html body .blog-slider-layout-bg-with-sidebar .layout-4 .blogsqode-post-item .blogsqode-post-item-inner:hover .blogsqode_post_title a {
	color: var(--slider-secondary-bg-color);
}
html body .blog-slider-layout-bg  .layout-4 .blogsqode-post-item .blogsqode-post-item-inner:hover .blogsqode_post_title a {
	color: var(--slider-bg-color);
}

html body .blogsqode-blog-wrap .layout-5 .blogsqode-post-item-inner .blogsqode_post_title a,
html body .blogsqode-blog-wrap .layout-5 .blogsqode-post-item-inner .blogsqode_post_cat {
	transition: all .2s ease;
}
html body .blogsqode-blog-wrap .layout-5 .blogsqode-post-item-inner:hover .blogsqode_post_title a {
	color: var(--bg-color);
}
html body .blogsqode-blog-wrap.blog-listing-pagination-with-tab .layout-5 .blogsqode-post-item-inner:hover .blogsqode_post_cat {
	color: var(--bg-color) !important;
}
html body .blogsqode-blog-wrap.blog-listing-first .layout-5 .blogsqode-post-item-inner:hover .blogsqode_post_cat {
	color:var(--secondary-bg-color) !important;
}
html body .blogsqode-blog-wrap.blog-slider-layout-bg-with-sidebar .layout-5 .blogsqode-post-item-inner:hover .blogsqode_post_cat {
	color:var(--slider-bg-color) !important;
}
html body .blogsqode-blog-wrap.blog-slider-layout-bg .layout-5 .blogsqode-post-item-inner:hover .blogsqode_post_cat{
	color: var(--slider-secondary-bg-color) !important;
}
html .blog-single-layout.dark-mode-unable .blogsqode-blog-wrap .layout-5 .blogsqode-post-item-inner:hover .blogsqode_post_cat,
html .blog-listing.dark-mode-unable .blogsqode-blog-wrap .layout-5 .blogsqode-post-item-inner:hover .blogsqode_post_cat,
html .blog-listing-slider.dark-mode-unable .blogsqode-blog-wrap .layout-5 .blogsqode-post-item-inner:hover .blogsqode_post_cat,
html .blog-listing-slider-with.dark-mode-unable .blogsqode-blog-wrap .layout-5 .blogsqode-post-item-inner:hover .blogsqode_post_cat,
html .blog-listing-with-sidebar.dark-mode-unable .layout-5 .blogsqode-post-item-inner:hover .blogsqode_post_cat{
	color: #fff !important;
}
html body .blogsqode-blog-wrap .layout-5 .blogsqode-post-item-inner .content,
html body .blogsqode-blog-wrap .layout-5 .blogsqode-post-item-inner .blog-thumbnail-wrap.layout-5 {
	transition: all .5s ease;
}
html body .blogsqode-blog-wrap .layout-5 .blogsqode-post-item-inner:hover .content {
	transform: translateY(-50px);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
html body .blogsqode-blog-wrap .layout-5 .blogsqode-post-item-inner {
	overflow: hidden;
}
html body .blogsqode-blog-wrap .layout-5 .blogsqode-post-item-inner:hover .blog-thumbnail-wrap.layout-5 {
	transform: scale(1.1);
}

/***********************************************************************

============================== LAYOUT 6 ================================

************************************************************************/

html body .selected-layout.layout-6 .blogsqode-post-item-inner{
	padding-top: 35px;
}
html body .layout-6-top{
	position: absolute;
	background-color: #ffffff;
	padding: 20px;
	width: -moz-calc(100% - 70px);
	width: -webkit-calc(100% - 70px);
	width: -o-calc(100% - 70px);
	width: calc(100% - 70px);
	border-radius: 30px;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 5px;
	box-shadow: 0px 0 10px rgba(233, 233, 233, 0.3);
	z-index: 2;
}
html body .layout-6-bottom{
	align-items: center;
}
html body .layout-6-bottom .blogsqode-author-name{
	margin-bottom: 0!important;
}
html body .layout-6 .blogsqode-post-item-inner .blogsqode_post_title{
	padding-top: 0;
}
html body .blog-thumbnail-wrap.layout-6 {
	position: relative;
	overflow: hidden;
}
html body .blog-thumbnail-wrap.layout-6::after {
	position: absolute;
	top: 0;
	left: -85%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .5) 100%);
	transform: skewX(-25deg);
	z-index: 1;
}
html body .blogsqode-blog-wrap .layout-6 .blogsqode-post-item-inner:hover .blog-thumbnail-wrap.layout-6::after {
	animation: shine 1s;
}
html body .layout-6-top,
html body .layout-6-top .blogsqode_post_cat,
html body .layout-6-top .blogsqode-post-date,
html body .blogsqode-blog-wrap .layout-6 .blogsqode_post_title a {
	transition: all .3s ease;
}
html body .blogsqode-blog-wrap .layout-6 .blogsqode-post-item-inner:hover .layout-6-top {
	background-color: var(--bg-color);
}
html body .blogsqode-blog-wrap.blog-slider-layout-bg .layout-6 .blogsqode-post-item-inner:hover .layout-6-top {
	background-color: var(--slider-bg-color);
}
html body .blogsqode-blog-wrap.blog-slider-layout-bg-with-sidebar .layout-6 .blogsqode-post-item-inner:hover .layout-6-top {
	background-color: var(--slider-secondary-bg-color);
}
html body .blogsqode-blog-wrap.blog-listing-with-sidebar .layout-6 .blogsqode-post-item-inner:hover .layout-6-top {
	background-color: var(--secondary-bg-color);
}
html body .blogsqode-blog-wrap .layout-6 .blogsqode-post-item-inner:hover .layout-6-top .blogsqode_post_cat,
html body .blogsqode-blog-wrap .layout-6 .blogsqode-post-item-inner:hover .layout-6-top .blogsqode-post-date {
	color: #ffffff !important;
}
html body .blogsqode-blog-wrap .layout-6 .blogsqode-post-item-inner:hover .blogsqode_post_title a {
	color: var(--bg-color);
}

@keyframes shine {
	100% {
		left: 100%;
	}
}

/***********************************************************************

============================== LAYOUT 7 ================================

************************************************************************/

html body .blog-thumbnail-wrap.layout-7,
html body .blog-thumbnail-wrap.layout-8,
html body .blog-thumbnail-wrap.layout-9,
html body .blog-thumbnail-wrap.layout-10 {
	width: 100%;
	height: 300px;
	position: relative;
	border-radius: 0;
}
html body .blog-thumbnail-wrap.layout-7 .blogsqode-post-date{
	padding: 5px 15px;
	background-color:#32E1FB;
	color:#000000;
	font-weight: 600;
	font-size: 16px;
	line-height: 16px;
	display: inline-block;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
}
html body .layout-7-content{
	padding: 20px;
	background: #FFFFFF;
	box-shadow: 0px 5px 10px rgba(233, 233, 233, 0.3);
}
html body .layout-7-content .blogsqode_post_title{
	padding-top: 0;
}
html body .layout-7-bottom{
	margin-top: 10px;
	padding-top: 30px;
	border-top: 1px solid #808080;
}

html body .blogsqode-blog-wrap .layout-7 .blogsqode-post-item-inner {
	overflow: hidden;
}

html body .blog-thumbnail-wrap.layout-7 {
	position: relative;
	overflow: hidden;
	transition: all .7s ease;
}

html body .blogsqode-blog-wrap .layout-7 .blogsqode-post-item-inner:hover .blog-thumbnail-wrap.layout-7 {
	transform: scale(1.04,1.04);
}

html body .blogsqode-blog-wrap .layout-7 .blogsqode-post-item-inner:hover .blogsqode_post_title a {
	color: var(--bg-color);
}

html body .blogsqode-post-item:hover .blog-thumbnail-wrap.layout-7 .blogsqode-post-date,
html body .blogsqode-post-item:focus .blog-thumbnail-wrap.layout-7 .blogsqode-post-date {
    background-color: var(--bg-color);
    color: #fff;
}
html body .blog-slider-layout-bg .blogsqode-post-item:hover .blog-thumbnail-wrap.layout-7 .blogsqode-post-date,
html body .blog-slider-layout-bg .blogsqode-post-item:focus .blog-thumbnail-wrap.layout-7 .blogsqode-post-date {
	background-color: var(--slider-bg-color);
}
html body .blog-slider-layout-bg-with-sidebar .blogsqode-post-item:hover .blog-thumbnail-wrap.layout-7 .blogsqode-post-date,
html body .blog-slider-layout-bg-with-sidebar .blogsqode-post-item:focus .blog-thumbnail-wrap.layout-7 .blogsqode-post-date {
	background-color: var(--slider-secondary-bg-color);
}
html body .blogsqode-blog-wrap.blog-listing-with-sidebar .blogsqode-post-item:hover .blog-thumbnail-wrap.layout-7 .blogsqode-post-date,
html body .blogsqode-blog-wrap.blog-listing-with-sidebar .blogsqode-post-item:focus .blog-thumbnail-wrap.layout-7 .blogsqode-post-date {
	background-color: var(--secondary-bg-color);
}

@keyframes circle {
	100% {
		width: 100%;
		height: 100%;
	}
}

/***********************************************************************

============================== LAYOUT 8 ================================

************************************************************************/

html body .layout-8 .blogsqode_post_cat{
	position: absolute;
	left: 10px;
	top: 10px;
	font-weight: 500;
	font-size: 16px;
	line-height: 16px;
	background-color: #FFFFFF;
	mix-blend-mode: normal;
	padding: 5px 15px;
	color: #000000!important;
}
html body .layout-8-content{
	margin-right: 40px;
	padding: 20px 20px 0 0;
	margin-top: -40px;
	z-index: 1;
	position: relative;
	background-color: #ffffff;
}
html body .layout-8-content .blogsqode-comments-number,
html body .layout-9-content .blogsqode-comments-number{
	float: right;
	clear: none;
}

html body .blog-thumbnail-wrap.layout-8 {
	position: relative;
	overflow: hidden;
}

html body .blog-thumbnail-wrap.layout-8::before {
	position: absolute;
	content: '';
	top: 0px;
	right: 100%;
	background-color: var(--bg-color);
	opacity: 0.4;
	transition: all .4s ease;
	width: 100%;
	height: 100%;
}

html body .blog-listing-with-sidebar .blog-thumbnail-wrap.layout-8::before{
	background-color: var(--secondary-bg-color);
}

html body .blog-listing-slider .blog-thumbnail-wrap.layout-8::before{
	background-color: var(--slider-bg-color);
}

html body .blog-slider-layout-bg-with-sidebar .blog-thumbnail-wrap.layout-8::before{
	background-color: var(--slider-secondary-bg-color);
}

html body .blogsqode-blog-wrap .layout-8 .blogsqode-post-item-inner:hover .blog-thumbnail-wrap.layout-8::before {
	transform: scale(1, 1);
	transform-origin: left center;
	right: 0px;
}

html body .blog-thumbnail-wrap.layout-8 .blogsqode_post_cat {
	transition: all .4s ease;
}

html body .blogsqode-blog-wrap .layout-8 .blogsqode-post-item-inner:hover .blogsqode_post_cat {
	background-color: #32E1FB;
}


html body .blogsqode-blog-wrap .layout-8 .blogsqode-post-item-inner:hover .blogsqode_post_title a {
	color: var(--bg-color);
}


/***********************************************************************

============================== LAYOUT 9 ================================

************************************************************************/
html body .layout-9-content{
	padding: 20px;
	background-color: #EDF0F4;
}
html body .selected-layout.layout-9 .blogsqode_post_cat{
	padding: 5px 10px;
	color: #ffffff!important;
	background-color: var(--bg-color);
	position: absolute;
	left: 20px;
	bottom: 20px;
	z-index: 1;
	top: auto;
}
html body .blog-slider-layout-bg .selected-layout.layout-9 .blogsqode_post_cat{
	background-color: var(--slider-bg-color);
}
html body .blog-slider-layout-bg-with-sidebar .selected-layout.layout-9 .blogsqode_post_cat{
	background-color: var(--slider-secondary-bg-color);
}
html body .blog-listing-with-sidebar .selected-layout.layout-9 .blogsqode_post_cat{
	background-color: var(--secondary-bg-color);
}
html body .layout-9-content .bottom{
	margin-top: 20px; 
}

html body .blogsqode-blog-wrap .layout-9 .blogsqode-post-item-inner {
	transition: all 0.3s ease;
}

html body .blogsqode-blog-wrap .layout-9 .blogsqode-post-item-inner .blogsqode_post_cat {
	transition: all .3s ease;
}

html body .blogsqode-blog-wrap .layout-9 .blogsqode-post-item-inner:hover {
	transform: scale(1.05);
}

html body .blogsqode-blog-wrap .layout-9 .blogsqode-post-item-inner:hover .blogsqode_post_cat {
	color: var(--bg-color) !important;
	background-color: #ffffff;
}
html body .blogsqode-blog-wrap.blog-slider-layout-bg .layout-9 .blogsqode-post-item-inner:hover .blogsqode_post_cat{
	color: var(--slider-bg-color) !important;
}
html body .blogsqode-blog-wrap.blog-slider-layout-bg-with-sidebar .layout-9 .blogsqode-post-item-inner:hover .blogsqode_post_cat{
	color: var(--slider-secondary-bg-color) !important;
}
html body .blogsqode-blog-wrap.blog-listing-with-sidebar .layout-9 .blogsqode-post-item-inner:hover .blogsqode_post_cat{
	color: var(--secondary-bg-color) !important;
}
html body .blogsqode-blog-wrap .layout-9 .blogsqode-post-item-inner:hover .blogsqode_post_title a {
	color: var(--bg-color);
}

/***********************************************************************

============================== LAYOUT 10 ===============================

************************************************************************/

html body .blog-thumbnail-wrap.layout-10{
	border-radius: 20px;
}
html body .blogsqode_post_cat.layout-10{
	position: initial;
}
html body .selected-layout.layout-10 .blogsqode-post-item-inner{
	text-align: center;
}
html body .selected-layout.layout-10 .blogsqode_post_title{
	padding-top: 0;
}
html body .layout-10-bottom .blogsqode-author-name{
	margin-bottom: 0!important;
}
html body .layout-10-bottom .blogsqode-author-wrap{
	align-items: center;
	display: flex;
}
html body .layout-10-bottom{
	margin: 20px 0;
	align-items: center;
}
html body .layout-10-top{
	display: flex;
	justify-content: center;
	align-items: center;
	width: fit-content;
	margin: 0 auto;
	background-color: #32E1FB;
	border-radius: 30px;
	padding: 20px 20px;
	margin-top: -30px;
	z-index: 1;
	position: relative;
}
html body .layout-10-top .blogsqode_post_cat,
html body .layout-10-top .blogsqode-post-date{
	color: #000000!important;
	font-weight: 600;
	margin: 0 10px!important;
	padding: 0;
}
html body .selected-layout.layout-10 .blogsqode-post-item{
	margin-bottom: 60px;
}

html body .blog-thumbnail-wrap.layout-10 {
	position: relative;
	overflow: hidden;
}

html body .blog-thumbnail-wrap.layout-10::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	display: block;
	content: "";
	width: 0;
	height: 0;
	background: rgba(255, 255, 255, 0.3);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}

html body .blogsqode-blog-wrap .layout-10 .blogsqode-post-item-inner:hover .blog-thumbnail-wrap.layout-10::before {
	-webkit-animation: lyt-10-animation 0.75s;
	animation: lyt-10-animation 0.75s;
}

@keyframes lyt-10-animation {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}

html body .blogsqode-blog-wrap .layout-10 .blogsqode-post-item-inner:hover .blogsqode_post_title a {
	color: var(--bg-color);
}

html body .layout-10-top {
	transition: all .5s ease;
}

html body .blogsqode-blog-wrap .layout-10 .blogsqode-post-item-inner:hover .layout-10-top {
	background-color: var(--bg-color);
}
html body .blogsqode-blog-wrap.blog-slider-layout-bg .layout-10 .blogsqode-post-item-inner:hover .layout-10-top {
	background-color: var(--slider-bg-color);
}
html body .blogsqode-blog-wrap.blog-slider-layout-bg-with-sidebar .layout-10 .blogsqode-post-item-inner:hover .layout-10-top {
	background-color: var(--slider-secondary-bg-color);
}
html body .blogsqode-blog-wrap.blog-listing-with-sidebar .layout-10 .blogsqode-post-item-inner:hover .layout-10-top {
	background-color: var(--secondary-bg-color);
}
html body .layout-10-top .blogsqode_post_cat,
html body .layout-10-top .blogsqode-post-date {
	transition: all .3s ease;
}

html body .blogsqode-blog-wrap .layout-10 .blogsqode-post-item-inner:hover .blogsqode_post_cat,
html body .blogsqode-blog-wrap .layout-10 .blogsqode-post-item-inner:hover .blogsqode-post-date {
	color: #ffffff !important;
}

/***********************************************************************

============================== LAYOUT 11 ===============================

************************************************************************/

html body .blog-thumbnail-wrap.layout-11 {
	border-radius: 30px;
	width: 100%;
	height: 370px;
	position: relative;
}
html body .layout-11 .blogsqode-post-date{
	font-weight: 600;
	padding: 20px 30px;
	background-color: var(--bg-color);
	color: #ffffff;
	float: left;
	margin-top: -30px;
	z-index: 1;
	position: relative;
	border-radius: 0px 15px 15px 15px;
}
html body .blog-slider-layout-bg .layout-11 .blogsqode-post-date{
	background-color: var(--slider-bg-color);
}
html body .blog-slider-layout-bg-with-sidebar .layout-11 .blogsqode-post-date{
	background-color: var(--slider-secondary-bg-color);
}
html body .blog-listing-with-sidebar .layout-11 .blogsqode-post-date{
	background-color: var(--secondary-bg-color);
}
html body .blogsqode-authorname-date.layout-11{
	float: none;
}
html body .blogsqode_post_cat.layout-11{
	float: right;
	color: #000000!important;
	font-weight: 600;
	margin-top: 15px!important;
	padding: 0;
}
html body .layout-11-content{
	clear: both;
	margin-top: 60px;
}
html body .layout-11-content .blogsqode-author-name{
	margin-bottom: 0;
	font-weight: 500;
	font-size: 16px;
	line-height: 16px;
	color: var(--bg-color);
	text-transform: capitalize;
}
html body .selected-layout.layout-11 .blogsqode_read_more_button,
html body .selected-layout.layout-13 .blogsqode_read_more_button,
html body .selected-layout.layout-14 .blogsqode_read_more_button,
html body .selected-layout.layout-20 .blogsqode_read_more_button,
html body .selected-layout.layout-25 .blogsqode_read_more_button{
	margin-top: 20px;
}
html body .blogsqode-blog-wrap .layout-11 .blogsqode-post-item{
	margin-bottom: 60px;
}

html body .blog-thumbnail-wrap.layout-11 {
	overflow: hidden;
}

html body .blog-thumbnail-wrap.layout-11::before {
	content: "";
	background-color: var(--bg-color);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
	transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
}
html body .blog-thumbnail-wrap.layout-11::after {
	content: "";
	width: 80%;
	height: 80%;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	position: absolute;
	top: 35px;
	left: 40px;
	opacity: 0;
	z-index: 1;
	transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
}

html body .blogsqode-blog-wrap .layout-11 .blogsqode-post-item-inner:hover .blog-thumbnail-wrap.layout-11::before ,
html body .blogsqode-blog-wrap.blog-slider-layout-bg .layout-11 .blogsqode-post-item-inner:hover .blog-thumbnail-wrap.layout-11::before{
	opacity: 0.5;
}

html body .blogsqode-blog-wrap .layout-11 .blogsqode-post-item-inner:hover .blog-thumbnail-wrap.layout-11::after {
	opacity: 1;
} 

html body .blogsqode-authorname-date.layout-11 .blogsqode-post-date {
	transition: all .3s;
}

html body .blogsqode-blog-wrap .layout-11 .blogsqode-post-item-inner:hover .blogsqode-post-date {
	color: #000000;
	background-color: #32E1FB;
}

html body .blogsqode-blog-wrap .layout-11 .blogsqode-post-item-inner:hover .layout-11-content .blogsqode_post_title a {
	color: var(--bg-color);
}

/***********************************************************************

============================== LAYOUT 12 ===============================

************************************************************************/

html body .blog-thumbnail-wrap.layout-12 {
	height: 370px;
	width: 100%;
}
html body .layout-12 .blogsqode-post-item-inner{
	background-color: #ffffff;
	box-shadow: 0px 20px 40px -10px rgba(0, 0, 0, 0.1);
}
html body .layout-12-top{
	background-color:#32E1FB;
	border-radius: 10px;
	max-width: 85%;
	margin: 0 auto;
	padding: 15px 10px;
	display: flex;
	justify-content:  space-around;
	position: absolute;
	top: -26px;
	left: 0;
	right: 0;
	align-items: center;
}
html body .layout-12-top .blogsqode_post_cat.layout-12,
html body .selected-layout.layout-12 .layout-12-top .blogsqode-post-date{
	color:#000000 !important;
}
html body .selected-layout.layout-12 .blogsqode-post-item-inner .content{
	padding: 35px 30px 30px 30px;
	position: relative;
}
html body .blogsqode_post_cat.layout-12,
html body .selected-layout.layout-12 .blogsqode-post-date{
	color: #fff !important;
	text-transform: capitalize;
	font-weight: 600;
}
html body .selected-layout.layout-12 .blogsqode-post-date{
	margin:0;
}
html body .bottom.layout-12-bottom {
	margin-top: 5px!important;
	margin-bottom: 15px!important;
}
html body .bottom.layout-12-bottom .blogsqode-author-wrap{
	display: flex;
	align-items: center;
}
html body.dark-mode-unable .bottom.layout-12-bottom .blogsqode-author-name,
html .blog-listing.dark-mode-unable .bottom.layout-12-bottom .blogsqode-author-name,
html .blog-listing-slider.dark-mode-unable .bottom.layout-12-bottom .blogsqode-author-name{
	margin-bottom: 0!important;
	color: var(--bg-color) !important;
}
html .blog-slider-layout-bg.blog-listing-slider.dark-mode-unable .bottom.layout-12-bottom .blogsqode-author-name{
	color: var(--slider-bg-color) !important;
}
html .blog-slider-layout-bg-with-sidebar.blog-listing-slider.dark-mode-unable .bottom.layout-12-bottom .blogsqode-author-name{
	color: var(--slider-secondary-bg-color) !important;
}
html .blog-listing-with-sidebar.dark-mode-unable .bottom.layout-12-bottom .blogsqode-author-name{
	color: var(--secondary-bg-color) !important;
}
html body .selected-layout.layout-12 .blogsqode_read_more_button{
	margin-top: 30px;
}
html body .bottom.layout-12-bottom .blogsqode-author-wrap img{
	margin-right: 20px;
}
html body .selected-layout.layout-12 .blogsqode-post-item{
	margin-bottom: 60px;
}

html body .site:before {
	content: none !important;
}

html body .blog-thumbnail-wrap.layout-12 {
	position: relative;
}

html body .blog-thumbnail-wrap.layout-12::before {
	top: 40px;
	right: 30px;
	bottom: 60px;
	left: 30px;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	position: absolute;
	content: '';
	opacity: 0;
	transition: opacity 0.35s, transform 0.35s;
	z-index: 1;
}

html body .blog-thumbnail-wrap.layout-12::after {
	top: 20px;
	right: 50px;
	bottom: 40px;
	left: 50px;
	border-right: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
	transition: opacity 0.35s, transform 0.35s;
	content: "";
	opacity: 0;
	position: absolute;
}

html body .blogsqode-blog-wrap .layout-12 .blogsqode-post-item-inner:hover .blog-thumbnail-wrap.layout-12::before, 
html body .blogsqode-blog-wrap .layout-12 .blogsqode-post-item-inner:hover .blog-thumbnail-wrap.layout-12::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

html body .image-overlay-layout-12 {
	width: 100%;
	height: 100%;
	background-color: var(--bg-color);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	opacity: 0;
	transition: all .3s ease;
}

html body .blogsqode-blog-wrap .layout-12 .blogsqode-post-item-inner:hover .image-overlay-layout-12,
html body .blogsqode-blog-wrap.blog-slider-layout-bg .layout-12 .blogsqode-post-item-inner:hover .image-overlay-layout-12  {
	opacity: 0.5;
}

html body .blogsqode-blog-wrap .layout-12 .blogsqode-post-item-inner:hover .blogsqode_post_title a {
	color: var(--bg-color);
} 

/***********************************************************************

============================== LAYOUT 13 ===============================

************************************************************************/

html body .layout-13-content {
	border-top: 2px solid #32E1FB;
	margin-top: 20px;
	padding-top: 20px;
}

html body .layout-13-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

html body .layout-13-top .blogsqode-post-date {
	font-weight: 600;
	line-height: 16px;
	color: #000000;
	text-transform: uppercase;
	margin-top: 0;
}

html body .layout-13-top .blogsqode_post_cat {
	font-weight: 600;
	color: #000000 !important;
}

html body .blog-thumbnail-wrap-layout-13 {
	overflow: hidden;
}

html body .blog-thumbnail-wrap-layout-13 img {
	transition: all .5s ease;
}

html body .blogsqode-post-item img {
	display: block;
	width: 100%;
}

html body .blogsqode-post-item-inner-layout-13:hover .layout-13-content .blogsqode_post_title a {
	color: var(--bg-color);
}

html body .blog-thumbnail-wrap-layout-13 {
	position: relative;
}

html body .blog-thumbnail-wrap-layout-13::before {
	content: '';
	border: 1px solid #ffffff;
	opacity: 0;
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	z-index: 1;
	transform: scale(0);
	transition: all .6s ease;
}

html body .blogsqode-blog-wrap .layout-13 .blogsqode-post-item-inner:hover .blog-thumbnail-wrap-layout-13::before {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

html body .blog-thumbnail-wrap-layout-13::after {
	content: "";
	background-color: var(--bg-color);
	width: 0;
	height: 0;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transition: all .6s ease;
}

html body .blogsqode-blog-wrap .layout-13 .blogsqode-post-item-inner:hover .blog-thumbnail-wrap-layout-13::after,
html body .blogsqode-blog-wrap.blog-slider-layout-bg .layout-13 .blogsqode-post-item-inner:hover .blog-thumbnail-wrap-layout-13::after {
	opacity: 0.5;
	-webkit-transform: scale(1);
	transform: scale(1);
	width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}


/***********************************************************************

============================== LAYOUT 14 ===============================

************************************************************************/

html body .blogsqode-post-item-inner-layout-14 {
	background: #FFFFFF;
	border-radius: 0px 0px 20px 20px;
	box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.1);
}

html body .blog-thumbnail-wrap-layout-14 {
	position: relative;
	overflow: hidden;
	border-radius: 20px 20px 0px 0px;
}

html body .blog-thumbnail-wrap-layout-14 img {
	border-radius: 20px 20px 0px 0px;
	transition: all .4s ease;
}

html body .layout-14-top .blogsqode_post_cat {
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 10px;
	background: #FFFFFF;
	border-radius: 10px;
	color: #000000 !important;
	font-weight: 600;
}

html body .layout-14-top .blogsqode-post-date {
	font-weight: 600;
	font-size: 14px;
	line-height: 14px;
	color: #000000;
	background-color: #32E1FB;
	padding: 5px 10px 5px 25px;
	border-radius: 0px 5px 5px 5px;
	text-transform: uppercase;
	position: absolute;
	bottom: 20px;
	left: -15px;
	z-index: 2;
	transition: all .4s ease;
}

html body .layout-14-top .blog_date {
	display: block;
	font-weight: 700;
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 2px;
}

html body .layout-14-top .blogsqode-post-date:before {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 0;
	border-bottom: 13px solid transparent;
	border-right: 15px solid #32E1FB;
}

html body .layout-14-content {
	padding: 30px;
}

html body .layout-14-content .blogsqode_post_title {
	padding-top: 0;
	padding-bottom: 15px;
}

html body .layout-14-overlay {
	background-color: var(--bg-color);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	opacity: 0;
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	-ms-transition: all .4s ease;
}
html body .blog-slider-layout-bg .layout-14-overlay {
	background-color: var(--slider-bg-color);
}
html body .blog-slider-layout-bg-with-sidebar .layout-14-overlay {
	background-color: var(--slider-secondary-bg-color);
}
html body .blog-listing-with-sidebar .layout-14-overlay {
	background-color: var(--secondary-bg-color);
}
html body .blogsqode-post-item-inner-layout-14:hover .blog-thumbnail-wrap-layout-14 img {
	transform: scale(1.2) rotate(5deg);
	-webkit-transform: scale(1.2) rotate(5deg);
	-moz-transform: scale(1.2) rotate(5deg);
	-ms-transform: scale(1.2) rotate(5deg);
	-o-transform: scale(1.2) rotate(5deg);
}

html body .blogsqode-post-item-inner-layout-14:hover .layout-14-overlay {
	opacity: 0.6;
	box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
	-webkit-box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
	-moz-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	-ms-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	-o-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

html body .blogsqode-post-item-inner-layout-14:hover .layout-14-top .blogsqode-post-date {
	background-color: #ffffff;
}

html body .blogsqode-post-item-inner-layout-14:hover .layout-14-content .blogsqode_post_title a {
	color: var(--bg-color);
}

/***********************************************************************

============================== LAYOUT 15 ===============================

************************************************************************/

html body .blogsqode-post-item-inner-layout-15 {
	background-color: #ffffff;
}

html body .blog-thumbnail-wrap-layout-15 {
	position: relative;
	overflow: hidden;
}

html body .blog-thumbnail-wrap-layout-15 .blogsqode-post-date {
	display: inline-block;
	padding: 5px 10px;
	background-color: #ffffff;
	position: absolute;
	bottom: 10px;
	left: 10px;
	text-align: center;
	font-weight: 600;
	font-size: 14px;
	line-height: 14px;
	color: #000000;
	text-transform: uppercase;
	transition: all .3s ease;

}

html body .blog-thumbnail-wrap-layout-15 .blog_date {
	display: block;
	font-weight: 700;
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 2px;
}

html body .layout-15-content {
	padding-top: 20px;
}

html body .layout-15-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

html body .layout-15-top .blogsqode_post_cat {
	padding: 10px;
	border: 1px solid #808080;
	font-weight: 600;
	color: #808080 !important;
	transition: all .3s ease;
}

html body .layout-15-top .blogsqode-post-readtime {
	display: flex;
	align-items: center;
	font-weight: 600;
	line-height: 20px;
	color: #808080;
}

html body .layout-15-top .blogsqode-post-readtime svg {
	margin-right: 10px;
}

html body .layout-15-content .blogsqode_post_title {
	padding-top: 20px;
	padding-bottom: 0;
}

html body .blog-thumbnail-wrap-layout-15::before, 
html body .blog-thumbnail-wrap-layout-15::after {
	content: "";
	background: rgb(255, 255, 255);
	position: absolute;
	width: 0px;
	height: 0px;
	z-index: 1;
	transition-duration: 1.3s !important;
}

html body .blog-thumbnail-wrap-layout-15::before {
	top: 0px;
	right: 0px;
	opacity: 0.7;
}

html body .blog-thumbnail-wrap-layout-15::after {
	bottom: 0px;
	left: 0px;
	opacity: 0.7;
}

html body .blogsqode-post-item-inner-layout-15:hover .blog-thumbnail-wrap-layout-15::after, 
html body .blogsqode-post-item-inner-layout-15:hover .blog-thumbnail-wrap-layout-15::before {
	width: 100%;
	height: 100%;
	opacity: 0;
}

html body .blogsqode-post-item-inner-layout-15:hover .blog-thumbnail-wrap-layout-15 img {
	transform: scale(1.2);
}

html body .blog-thumbnail-wrap-layout-15 img {
	transition: transform 0.5s ease-in-out 0s;
}

html body .blogsqode-post-item-inner-layout-15:hover .blog-thumbnail-wrap-layout-15 .blogsqode-post-date {
	color: #ffffff;
	background-color: var(--bg-color);
}
html body .blog-slider-layout-bg .blogsqode-post-item-inner-layout-15:hover .blog-thumbnail-wrap-layout-15 .blogsqode-post-date,
html body .blog-slider-layout-bg .blogsqode-post-item-inner-layout-15:hover .layout-15-top .blogsqode_post_cat {
	background-color: var(--slider-bg-color);
}
html body .blog-slider-layout-bg-with-sidebar .blogsqode-post-item-inner-layout-15:hover .blog-thumbnail-wrap-layout-15 .blogsqode-post-date,
html body .blog-slider-layout-bg-with-sidebar .blogsqode-post-item-inner-layout-15:hover .layout-15-top .blogsqode_post_cat {
	background-color: var(--slider-secondary-bg-color);
}
html body .blog-listing-with-sidebar .blogsqode-post-item-inner-layout-15:hover .blog-thumbnail-wrap-layout-15 .blogsqode-post-date,
html body .blog-listing-with-sidebar .blogsqode-post-item-inner-layout-15:hover .layout-15-top .blogsqode_post_cat {
	background-color: var(--secondary-bg-color);
}
html body .blogsqode-post-item-inner-layout-15:hover .layout-15-top .blogsqode_post_cat {
	color: #ffffff !important;
	background-color: var(--bg-color);
}

html body .blogsqode-post-item-inner-layout-15:hover .layout-15-content .blogsqode_post_title a {
	color: var(--bg-color);
}

/***********************************************************************

============================== LAYOUT 16 ===============================

************************************************************************/

html body .blogsqode-post-item-inner-layout-16 {
	background-color: #ffffff;
}

html body .blog-thumbnail-wrap-layout-16 {
	position: relative;
}

html body .blog-thumbnail-wrap-layout-16 .blogsqode_post_cat {
	display: inline-block;
	font-weight: 600;
	color: #808080 !important;
	background-color: #ffffff;
	padding: 10px;
	position: absolute;
	bottom: 15px;
	left: 15px;
}

html body .layout-16-content {
	padding-top: 30px;
}

html body .layout-16-content .blogsqode_post_title {
	padding-top: 0;
	padding-bottom: 20px;
}

html body .layout-16-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

html body .layout-16-top .blogsqode-post-date {
	display: flex;
	align-items: center;
	font-weight: 600;
	line-height: 16px;
	color: #808080;
	margin-top: 0;
}

html body .layout-16-top .blogsqode-post-date svg {
	margin-right: 10px;
}

html body .layout-16-top .blogsqode-post-readtime {
	display: flex;
	align-items: center;
	font-weight: 600;
	line-height: 16px;
	color: #808080;
}

html body .layout-16-top .blogsqode-post-readtime svg {
	margin-right: 10px;
}

html body .blog-thumbnail-wrap-layout-16 {
	overflow: hidden;
	position: relative;
}

html body .blog-thumbnail-wrap-layout-16::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../svg/Image-overlay-16-shape-svg.svg) no-repeat center center;
	background-size: 100% 100%;
	content: '';
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(5,2.5,1);
	transform: scale3d(5,2.5,1);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

html body .blogsqode-blog-wrap .layout-16 .blogsqode-post-item-inner:hover .blog-thumbnail-wrap-layout-16::before {
	opacity: 0.6;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

html body .blog-thumbnail-wrap-layout-16 .blogsqode_post_cat {
	transition: all .3s ease;
}

html body .blogsqode-blog-wrap .layout-16 .blogsqode-post-item-inner:hover .blogsqode_post_cat {
	color: #000000 !important;
}

html body .blogsqode-blog-wrap .layout-16 .blogsqode-post-item-inner:hover .blogsqode_post_title a {
	color: var(--bg-color);
}

/***********************************************************************

============================== LAYOUT 17 ===============================

************************************************************************/

html body .blog-thumbnail-wrap-layout-17 {
	position: relative;
}

html body .layout-17-overlay {
	content: "";
	background: linear-gradient(180deg, rgba(20, 20, 31, 0) 0%, #14141F 100%);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

html body .blog-thumbnail-wrap-layout-17 .blogsqode_post_cat {
	position: absolute;
	bottom: 90px;
	left: 20px;
	padding: 10px;
	border: 1px solid #FFFFFF;
	font-weight: 600;
	color: #ffffff !important;
}

html body .blog-thumbnail-wrap-layout-17 .blogsqode_post_title {
	position: absolute;
	bottom: 20px;
	left: 20px;
	color: #ffffff;
	padding: 0;
}	

html body .blog-thumbnail-wrap-layout-17 .blogsqode_post_title a {
	color: #ffffff;
}

html body .blogsqode-post-item-inner-layout-17 .blogsqode_post_cat {
	transition: all .3s ease;
} 

html body .blogsqode-post-item-inner-layout-17:hover .blogsqode_post_cat {
	color: #000000 !important;
	background-color: #ffffff;
	border: 1px solid #ffffff;
	bottom: 100px;
}

html body .blogsqode-post-item-inner-layout-17 .layout-17-overlay {
	transition: all .3s ease;
}

html body .blogsqode-post-item-inner-layout-17:hover .layout-17-overlay {
	background: linear-gradient(180deg, rgba(20, 20, 31, 0) 0%, var(--bg-color) 100%);
}
html body .blog-slider-layout-bg .blogsqode-post-item-inner-layout-17:hover .layout-17-overlay {
	background: linear-gradient(180deg, rgba(20, 20, 31, 0) 0%, var(--slider-bg-color) 100%);
}
html body .blog-slider-layout-bg-with-sidebar .blogsqode-post-item-inner-layout-17:hover .layout-17-overlay {
	background: linear-gradient(180deg, rgba(20, 20, 31, 0) 0%, var(--slider-secondary-bg-color) 100%);
}
html body .blog-listing-with-sidebar .blogsqode-post-item-inner-layout-17:hover .layout-17-overlay {
	background: linear-gradient(180deg, rgba(20, 20, 31, 0) 0%, var(--secondary-bg-color) 100%);
}

/***********************************************************************

============================== LAYOUT 18 ===============================

************************************************************************/

html body .layout-18-content {
	position: relative;
	max-width: 90%;
	background: #FFFFFF;
	border: 1px solid #ECF1F9;
	margin-top: -30px;
}

html body .layout-18-content .blogsqode_post_title {
	padding: 20px;
}

html body .layout-18-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid #ECF1F9;
}

html body .layout-18-top .blogsqode-post-date {
	width: 82%;
	padding: 20px 0 20px 20px;
	border-right: 1px solid #ECF1F9;
	font-weight: 600;
	line-height: 16px;
	color: #808080;
	margin-top:0 !important;
}

html body .layout-18-content {
	transition: all .3s ease;
}

html body .blogsqode-post-item-inner-layout-18 .blogsqode_post_title a {
	transition: all .3s ease;
}

html body .blog-listing.dark-mode-unable .blogsqode-post-item-inner-layout-18:hover .blogsqode_post_title a,
html body .blog-listing.dark-mode-unable .blogsqode-post-item-inner-layout-19:hover .blogsqode_post_title a,
html body .blog-listing.dark-mode-unable .blogsqode-post-item-inner-layout-20:hover .blogsqode_post_title a,
html body .blog-listing.dark-mode-unable .blogsqode-post-item-inner-layout-21:hover .blogsqode_post_title a,
html body .blog-listing.dark-mode-unable .blogsqode-post-item-inner-layout-22:hover .blogsqode_post_title a,
html body .blog-listing.dark-mode-unable .blogsqode-post-item-inner-layout-23:hover .blogsqode_post_title a,
html body .blog-listing.dark-mode-unable .blogsqode-post-item-inner-layout-25:hover .blogsqode_post_title a,
html body .blog-listing.dark-mode-unable .blogsqode-post-item-inner-layout-30:hover .blogsqode_post_title a  {
	color: var(--bg-color);
}
html body .blog-listing-slider.dark-mode-unable .blogsqode-post-item-inner-layout-18:hover .blogsqode_post_title a,
html body .blog-listing-slider.dark-mode-unable .blogsqode-post-item-inner-layout-19:hover .blogsqode_post_title a,
html body .blog-listing-slider.dark-mode-unable .blogsqode-post-item-inner-layout-20:hover .blogsqode_post_title a,
html body .blog-listing-slider.dark-mode-unable .blogsqode-post-item-inner-layout-21:hover .blogsqode_post_title a,
html body .blog-listing-slider.dark-mode-unable .blogsqode-post-item-inner-layout-22:hover .blogsqode_post_title a,
html body .blog-listing-slider.dark-mode-unable .blogsqode-post-item-inner-layout-23:hover .blogsqode_post_title a,
html body .blog-listing-slider.dark-mode-unable .blogsqode-post-item-inner-layout-25:hover .blogsqode_post_title a,
html body .blog-listing-slider.dark-mode-unable .blogsqode-post-item-inner-layout-30:hover .blogsqode_post_title a{
	color: var(--slider-bg-color);
}
html body .blog-listing-slider-with.dark-mode-unable .blogsqode-post-item-inner-layout-18:hover .blogsqode_post_title a,
html body .blog-listing-slider-with.dark-mode-unable .blogsqode-post-item-inner-layout-19:hover .blogsqode_post_title a,
html body .blog-listing-slider-with.dark-mode-unable .blogsqode-post-item-inner-layout-20:hover .blogsqode_post_title a,
html body .blog-listing-slider-with.dark-mode-unable .blogsqode-post-item-inner-layout-21:hover .blogsqode_post_title a,
html body .blog-listing-slider-with.dark-mode-unable .blogsqode-post-item-inner-layout-22:hover .blogsqode_post_title a,
html body .blog-listing-slider-with.dark-mode-unable .blogsqode-post-item-inner-layout-23:hover .blogsqode_post_title a,
html body .blog-listing-slider-with.dark-mode-unable .blogsqode-post-item-inner-layout-25:hover .blogsqode_post_title a,
html body .blog-listing-slider-with.dark-mode-unable .blogsqode-post-item-inner-layout-30:hover .blogsqode_post_title a{
	color: var(--slider-secondary-bg-color);
}
html body .blog-listing-with-sidebar.dark-mode-unable .blogsqode-post-item-inner-layout-18:hover .blogsqode_post_title a,
html body .blog-listing-with-sidebar.dark-mode-unable .blogsqode-post-item-inner-layout-19:hover .blogsqode_post_title a,
html body .blog-listing-with-sidebar.dark-mode-unable .blogsqode-post-item-inner-layout-20:hover .blogsqode_post_title a,
html body .blog-listing-with-sidebar.dark-mode-unable .blogsqode-post-item-inner-layout-21:hover .blogsqode_post_title a,
html body .blog-listing-with-sidebar.dark-mode-unable .blogsqode-post-item-inner-layout-22:hover .blogsqode_post_title a,
html body .blog-listing-with-sidebar.dark-mode-unable .blogsqode-post-item-inner-layout-23:hover .blogsqode_post_title a,
html body .blog-listing-with-sidebar.dark-mode-unable .blogsqode-post-item-inner-layout-25:hover .blogsqode_post_title a,
html body .blog-listing-with-sidebar.dark-mode-unable .blogsqode-post-item-inner-layout-30:hover .blogsqode_post_title a{
	color: var(--secondary-bg-color);
}
html body .blogsqode-post-item-inner-layout-18 .blog-thumbnail-wrap {
	position: relative;
	overflow: hidden;
}

html body .blogsqode-post-item-inner-layout-18 .blog-thumbnail-wrap::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.5);
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}

html body .blogsqode-blog-wrap .layout-18 .blogsqode-post-item-inner-layout-18:hover .blog-thumbnail-wrap::before {
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

/***********************************************************************

============================== LAYOUT 19 ===============================

************************************************************************/

html body .blogsqode-post-item-inner-layout-19 {
	border:1px solid #ECF1F9;
	background-color: #ffffff;
}

html body .layout-19-content {
	position: relative;
}

html body .layout-19-content .blogsqode-post-date {
	display: inline-block;
	padding: 8px 18px;
	background-color: #ffffff;
	border: 1px solid #ECF1F9;
	position: absolute;
	top: -40px;
	left: 20px;
	font-size: 13px;
	line-height: 13px;
	color: #000000;
	text-align: center;
	text-transform: uppercase;
	z-index: 1;
}

html body .layout-19-content .blog_date {
	display: block;
	font-weight: 700;
	font-size: 48px;
	line-height: 48px;
	color: var(--bg-color);
	margin-bottom: 2px;
}

html body .blogsqode_cat_title_layout_19 {
	padding: 60px 20px 20px 20px;
}

html body .blogsqode_cat_title_layout_19 .blogsqode_post_cat {
	display: inline-block;
	background-color: var(--bg-color);
	padding: 5px;
	color: #FFFFFF !important;
}
html body .blog-slider-layout-bg .blogsqode_cat_title_layout_19 .blogsqode_post_cat {
	background-color: var(--slider-bg-color);
}
html body .blog-slider-layout-bg-with-sidebar .blogsqode_cat_title_layout_19 .blogsqode_post_cat {
	background-color: var(--slider-secondary-bg-color);
}
html body .blog-listing-with-sidebar .blogsqode_cat_title_layout_19 .blogsqode_post_cat {
	background-color: var(--secondary-bg-color);
}
html body .blogsqode_cat_title_layout_19 .blogsqode_post_title { 
	padding-bottom: 0;
}

html body .layout-19-top {
	border-top: 1px solid #ECF1F9;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

html body .layout-19-top .blogsqode-author-wrap {
	width: 82%;
	border-right: 1px solid #ECF1F9;
	padding: 20px 0 20px 20px;
	display: flex;
	align-items: center;
}

html body .layout-19-top .blogsqode-author-wrap img {
	margin-right: 20px;
}

html body .layout-19-top .blogsqode-authorname-date .blogsqode-author-name {
	font-size: 16px;
	line-height: 16px;
	color: var(--bg-color);
	margin-bottom: 0 !important;
}

html body .layout-19-top #wrapper.social_share {
	height: 80px;
	line-height: 80px;
}

html body .layout-19-top .social_share ul {
	bottom: 35px;
}

html body .blogsqode-post-item-inner-layout-19 .blog-thumbnail-wrap {
	position: relative;
	overflow: hidden;
}

html body .blogsqode-post-item-inner-layout-19 .blog-thumbnail-wrap::before,
html body .blogsqode-post-item-inner-layout-19 .blog-thumbnail-wrap::after {
	content: '';
	background-color: var(--bg-color);
	height: 50%;
	width: 100%;
	opacity: 0.7;
	position: absolute;
	top: -50%;
	left: 0;
	z-index: 1;
	transition: all 0.3s ease-in 0s;
}

html body .blogsqode-post-item-inner-layout-19 .blog-thumbnail-wrap::after {
	top: auto;
	bottom: -50%;
}

html body .blogsqode-post-item-inner-layout-19:hover .blog-thumbnail-wrap::before {
	top: 0;
} 

html body .blogsqode-post-item-inner-layout-19:hover .blog-thumbnail-wrap::after {
	bottom: 0;
}

html body .blogsqode-post-item-inner-layout-19:hover .blogsqode_post_title a {
	color: var(--bg-color);
}

/***********************************************************************

============================== LAYOUT 20 ===============================

************************************************************************/

html body .blogsqode-post-item-inner-layout-20 {
	background-color: #FFFFFF;
	box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.1);
}

html body .layout-20-top-content {
	padding: 30px;
}

html body .layout-20-top {
	display: flex;
	align-items: center;
}

html body .layout-20-top .blogsqode_post_cat {
	color: #000000 !important;
	margin-right: 30px !important;
	position: relative;
} 

html body .layout-20-top .blogsqode_post_cat:after {
	content: "";
	width: 8px;
	height: 8px;
	background: #32E1FB;
	border-radius: 4px;
	position: absolute;
	top: 50%;
	right: -20px;
	transform: translateY(-50%);
}
html body .layout-20-top .blogsqode-post-date {
	color: #808080;
	text-transform: uppercase;
	margin:0;
}

html body .layout-20-top .blogsqode-post-date .blog_date {
	margin-right: 5px;
}

html body .layout-20-top-content .blogsqode_post_title {
	padding-top: 20px;
	padding-bottom: 0;
}

html body .layout-20-bottom-content {
	padding: 30px;
}

html body .blogsqode-post-item-inner-layout-20 .blog-thumbnail-wrap {
	position: relative;
	overflow: hidden;
}

html body .blogsqode-post-item-inner-layout-20 .blog-thumbnail-wrap::before {
	content: "";
	width: 89%;
	height: 85%;
	opacity: 0; 
	background-color: var(--bg-color);
	outline: 5px solid var(--bg-color);
	outline-offset: 3px;
	position: absolute;
	top: 20px;
	left: 20px;
	visibility: hidden;
	transition: all .3s ease;
	transform: scale(.7);
} 
html body .blog-slider-layout-bg .blogsqode-post-item-inner-layout-20 .blog-thumbnail-wrap::before{
	background-color: var(--slider-bg-color);
	outline: 5px solid var(--slider-bg-color);
}
html body .blog-slider-layout-bg-with-sidebar .blogsqode-post-item-inner-layout-20 .blog-thumbnail-wrap::before{
	background-color: var(--slider-secondary-bg-color);
	outline: 5px solid var(--slider-secondary-bg-color);
}
html body .blog-listing-with-sidebar .blogsqode-post-item-inner-layout-20 .blog-thumbnail-wrap::before{
	background-color: var(--secondary-bg-color);
	outline: 5px solid var(--secondary-bg-color);
}
html body .blogsqode-post-item-inner-layout-20:hover .blog-thumbnail-wrap::before,
html body .blog-slider-layout-bg .blogsqode-post-item-inner-layout-20:hover .blog-thumbnail-wrap::before {
	opacity: 0.5;
	visibility: visible;
	transform: scale(1);
}

html body .blogsqode-post-item-inner-layout-20:hover .blogsqode_post_title a {
	color: var(--bg-color);
}

html body .blogsqode-post-item-inner-layout-20 {
	transition: all .5s ease;
}

html body .blogsqode-post-item-inner-layout-20:hover {
	box-shadow: 0 2px 8px rgb(0 0 0 / 10%), 0 5px 15px rgb(0 0 0 / 20%);
}

/***********************************************************************

============================== LAYOUT 21 ===============================

************************************************************************/

html body .blogsqode-post-item-inner-layout-21 {
	background-color: #ffffff;
	border: 2px solid #000000;
	padding: 20px;
	position: relative;
}

html body .blogsqode-post-background-layout-21 {
	content: "";
	background-color: #000000;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: -1;
	opacity: 0;
	transition: all .3s ease;
}

html body .layout-21-content {
	padding: 30px 10px 10px 10px;
}

html body .layout-21-top {
	display: flex;
	align-items: center;
}

html body .layout-21-top .blogsqode-post-date {
	font-size: 16px;
	line-height: 16px;
	color: #808080;
	margin-right: 20px !important;
	margin:0;
	position: relative;
	text-transform: uppercase;
}

html body .layout-21-top .blogsqode-post-date .blog_date {
	margin-right: 5px;
}

html body .layout-21-top .blogsqode-post-date:after {
	content: "/";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -13px;
}

html body .layout-21-top .blogsqode_post_cat {
	font-size: 14px !important;
	line-height: 14px;
	color: #808080 !important;
}

html body .layout-21-content .blogsqode_post_title {
	padding-bottom: 0;
}

html body .read_more_btn_layout_21 {
	margin-top: 20px;
	display: inline-block;
}

html body .read_more_btn_content_layout_21 {
	display: flex;
	align-items: center;
}

html body .read_more_btn_layout_21 .blogsqode_read_more_button {
	background-color: transparent;
	border: none;
	border-radius: 0 !important;
	padding: 0;
	color: var(--bg-color);
	line-height: 20px;
	padding-right: 5px;
}

html body .read_more_btn_layout_21 .blogsqode_read_more_button:hover {
	border: none;
}

html body .read_more_btn_layout_21 svg {
	cursor: pointer;
	transition: all .3s ease;
}

html body .blogsqode-post-item-inner-layout-21:hover .read_more_btn_content_layout_21 svg {
	transform: rotate(45deg);
}

html body .blogsqode-post-item-inner-layout-21:hover .blogsqode-post-background-layout-21 {
	opacity: 1;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

html body .blogsqode-post-item-inner-layout-21:hover .blogsqode_post_title a {
	color: var(--bg-color);
}

html body .blogsqode-post-item-inner-layout-21 .blog-thumbnail-wrap {
	position: relative;
	overflow: hidden;
}

html body .blogsqode-post-item-inner-layout-21 .blog-thumbnail-wrap::before {
	content: "";
	width: 0;
	height: 0;
	background-color: var(--bg-color);
	opacity: 0;
	transition: all 0.5s ease;
	position: absolute;
	top: 0;
	left: 0;
}

html body .blogsqode-post-item-inner-layout-21:hover .blog-thumbnail-wrap::before,
html body .blog-slider-layout-bg .blogsqode-post-item-inner-layout-21:hover .blog-thumbnail-wrap::before {
	width: 100%;
	height: 100%;
	opacity: 0.5;
}

html body .layout-21-content .blogsqode_read_more_button {
	margin-top: 20px;
}

/***********************************************************************

============================== LAYOUT 22 ===============================

************************************************************************/

html body .blogsqode-post-item-inner-layout-22 {
	background-color: #FFFFFF;
	box-shadow: 0px 20px 40px -10px rgba(0, 0, 0, 0.1);
}

html body .blog-thumbnail-wrap-layout-22 {
	position: relative;
}

html body .blog-thumbnail-wrap-layout-22 .blogsqode_post_cat {
	display: inline-block;
	color: #FFFFFF !important;
	background-color: #32E1FB;
	padding: 10px;
	position: absolute;
	bottom: 0;
	left: 20px;
	z-index: 1;
}

html body .layout-22-content {
	padding: 20px;
}

html body .layout-22-content .blogsqode_post_title {
	padding-top: 0;
	padding-bottom: 20px;
}

html body .layout-22-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 20px;
	border-bottom: 1px solid #ECF1F9;
}

html body .layout-22-top .blogsqode-post-date {
	color: #808080;
	margin:0;
}

html body .layout-22-top .blogsqode-author-name {
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #808080;
	margin: 0;
}

html body .read_more_btn_layout_22 {
	display: inline-block;
	margin-top: 20px;
}

html body .read_more_btn_content_layout_22 {
	display: flex;
	align-items: center;
}

html body .read_more_btn_layout_22 .blogsqode_read_more_button {
	border-radius: 0 !important;
	padding: 0;
	background-color: transparent;
	color: var(--bg-color);
	border: none;
	margin-right: 5px;
	line-height: 20px;
}

html body .read_more_btn_layout_22 .blogsqode_read_more_button:hover {
	border: none;
}

html body .read_more_btn_layout_22 svg {
	cursor: pointer;
}

html body .blog-thumbnail-wrap-layout-22 .image-overlay-layout-22 {
	width: 0%;
	height: 100%;
	opacity: 0.6;
	background-color: var(--bg-color);
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	z-index: 1;
	transition: all 0.8s ease-in-out;
}

html body .blogsqode-post-item-inner-layout-22:hover .image-overlay-layout-22 {
	width: 100%;
}

html body .blogsqode-post-item-inner-layout-22:hover .blogsqode_post_title a {
	color: var(--bg-color);
}

html body .blogsqode-post-item-inner-layout-22 .blogsqode_post_cat {
	transition: all .3s ease;
}

html body .blogsqode-post-item-inner-layout-22:hover .blogsqode_post_cat {
	color: #FFFFFF !important;
    background: var(--bg-color);
}
html body .blog-slider-layout-bg .blogsqode-post-item-inner-layout-22:hover .blogsqode_post_cat {
	background: var(--slider-bg-color);
}
html body .blog-slider-layout-bg-with-sidebar .blogsqode-post-item-inner-layout-22:hover .blogsqode_post_cat {
	background: var(--slider-secondary-bg-color);
}
html body .blog-listing-with-sidebar .blogsqode-post-item-inner-layout-22:hover .blogsqode_post_cat {
	background: var(--secondary-bg-color);
}
html body .layout-22-content .blogsqode_read_more_button {
	margin-top: 20px;
}

/***********************************************************************

============================== LAYOUT 23 ===============================

************************************************************************/

html body .blog-thumbnail-wrap-layout-23 img {
	border-radius: 185px 185px 0px 0px;
}

html body .layout-23-content {
	text-align: center;
}

html body .layout-23-top {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}

html body .layout-23-top .blogsqode_post_cat {
	position: relative;
	margin-right: 20px !important;
}

html body .layout-23-top .blogsqode_post_cat:after {
	content: "/";
	color: #808080;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -13px;
}

html body .layout-23-top .blogsqode-post-date {
	color: #808080;
	text-transform: uppercase;
	margin-top: 0;
}

html body .layout-23-content .blogsqode_post_title {
	padding-bottom: 0;
}

html body .blog-thumbnail-wrap-layout-23 {
	position: relative;
	overflow: hidden;
}

html body .blog-thumbnail-wrap-layout-23::after {
	content: "";
	width: 0;
	height: 100%;
	background-color: var(--bg-color);
	opacity: 0.473;
	border-radius: 185px 185px 0px 0px;
	position: absolute;
	top: 0;
	left: 0;
	transition-duration: 0.5s;
}

html body .blogsqode-post-item-inner-layout-23:hover .blog-thumbnail-wrap-layout-23::after {
	width: 100%;
}

html body .blogsqode-post-item-inner-layout-23:hover .blogsqode_post_title a {
	color: var(--bg-color);
}

/***********************************************************************

============================== LAYOUT 24 ===============================

************************************************************************/

html body .blogsqode-post-item-inner-layout-24 {
	background-color: #FFFFFF;
	border: 2px solid #ECF1F9;
}

html body .layout-24-top-content {
	padding: 30px;
}

html body .layout-24-top {
	display: flex;
	align-items: center;
}

html body .layout-24-top .blogsqode-post-date {
	color: #808080;
	text-transform: uppercase;
	position: relative;
	margin-right: 20px;
	margin-top: 0;
}

html body .layout-24-top .blogsqode-post-date .blog_date {
	margin-right: 5px;
}

html body .layout-24-top .blogsqode-post-date:after {
	content: "|";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -13px;
}

html body .layout-24-top .blogsqode_post_cat {
	color: #808080 !important;
}

html body .layout-24-top-content .blogsqode_post_title {
	padding-bottom: 0;
}

html body .read_more_btn_layout_24 {
	padding: 30px;
}

html body .read_more_btn_content_layout_24 {
	display: flex;
	align-items: center;
}

html body .read_more_btn_content_layout_24 .blogsqode_read_more_button {
	border-radius: 0 !important;
	padding: 0;
	background-color: transparent;
	color: var(--bg-color);
	border: none;
	line-height: 20px;
	padding-right: 5px;
}

html body .read_more_btn_layout_24 .blogsqode_read_more_button:hover {
	border: none;
}

html body .read_more_btn_layout_24 svg {
	cursor: pointer;
	transition: all .3s ease;
}

html body .blogsqode-post-item-inner-layout-24:hover .read_more_btn_content_layout_24 svg {
	transform: rotate(45deg);
}

html body .blogsqode-blog-wrap .layout-24 .blogsqode-post-item-inner-layout-24:hover .blogsqode_post_title a {
	color: var(--bg-color);
}

html body .blogsqode-post-item-inner-layout-24,
html body .blogsqode-post-item-inner-layout-24 .blog-thumbnail-wrap img {
	transition: all .3s ease;
}

html body .blogsqode-post-item-inner-layout-24:hover {
	box-shadow: 0 2px 8px rgb(0 0 0 / 10%), 0 5px 15px rgb(0 0 0 / 20%);
	border: 2px solid transparent;
}

html body .blogsqode-post-item-inner-layout-24:hover .blog-thumbnail-wrap img {
	transform: scale(0.9);
}

html body .blog-thumbnail-wrap-layout-25 {
	background: #000000;
	background: -moz-linear-gradient(-45deg, #000000 0%, #000000 25%, #1e539e 50%, #ff3083 75%, #7800a8 100%);
	background: -webkit-linear-gradient(-45deg, #000000 0%, #000000 25%, #1e539e 50%, #ff3083 75%, #7800a8 100%);
	background: linear-gradient(135deg, #000000 0%, #000000 25%, #1e539e 50%, #ff3083 75%, #7800a8 100%);
	background-size: 400% 400%;
	background-repeat: no-repeat;
	border-radius: 20px;
	width: 100%;
	height: 280px;
	position: relative;
	transition: 0.5s all;
}

html body .blog-thumbnail-wrap-layout-25 img {
	height: 100%;
	mix-blend-mode: screen;
}

html body .blogsqode-post-item-inner-layout-25:hover .blog-thumbnail-wrap-layout-25 {
	background-position: 100% 100%;
}

html body .blogsqode-post-item-inner-layout-25:hover .blogsqode_post_title a {
	color: var(--bg-color);
}

html body .layout-25-content {
	transition: all .3s ease;
}

html body .blogsqode-post-item-inner-layout-25:hover .layout-25-content {
	box-shadow: 0 2px 8px rgb(0 0 0 / 10%), 0 5px 15px rgb(0 0 0 / 20%);
	margin-top: -25px;
}

html body .blogsqode-post-item-inner-layout-24 .blogsqode_read_more_button {
	margin: 30px;
}

/***********************************************************************

============================== LAYOUT 25 ===============================

************************************************************************/

html body .blog-thumbnail-wrap-layout-25 img {
	border-radius: 20px;
}

html body .layout-25-content {
	background-color: #FFFFFF;
	border: 1px solid #ECF1F9;
	border-radius: 20px;
	box-shadow: 0px 20px 40px -10px rgba(0, 0, 0, 0.1);
	padding: 50px 30px 30px 30px;
	position: relative;
}

html body .layout-25-top {
	width: 80%;
	background-color: #32E1FB;
	border-radius: 10px;
	padding: 18px 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	top: -26px;
	left: 0;
	right: 0;
	margin:0 auto;
}

html body .layout-25-top .blogsqode_post_cat {
	color: #000000 !important; 
}

html body .layout-25-top .blogsqode-post-date {
	color: #000000;
	text-transform: uppercase;
	margin-top: 0;
}

html body .layout-25-top .blogsqode-post-date .blog_date {
	margin-right: 5px;
}

html body .layout-25-bottom .blogsqode-author-wrap {
	display: flex;
	align-items: center;
}

html body .layout-25-bottom .blogsqode-author-wrap img {
	margin-right: 20px;
}

html body .layout-25-bottom .blogsqode-author-name {
	margin-bottom: 0 !important;
	font-size: 16px;
	line-height: 16px;
	color: var(--bg-color);
}

html body .layout-25-content .blogsqode_post_title {
	padding-top: 20px;
	padding-bottom: 20px;
}

html body .layoput-25-content .blogsqode_post_sort_desc {
	font-weight: 500;
	color: #808080;
}

/***********************************************************************

============================== LAYOUT 26 ===============================

************************************************************************/

html body .blogsqode-post-item-inner-layout-26 {
	background-color: #FFFFFF;
	border: 1px solid #ECF1F9;
	border-radius: 20px;
	box-shadow: 0px 20px 40px -10px rgba(0, 0, 0, 0.1);
	padding: 10px;
}

html body .blog-thumbnail-wrap-layout-26 {
	position: relative;
}

html body .blog-thumbnail-wrap-layout-26 img {
	border-radius: 10px;
}

html body .blogsqode_cal_date_layout_26 .blogsqode-post-date {
	display: flex;
	align-items: center;
	padding: 12px 10px;
	background-color: var(--bg-color);
	border-radius: 5px;
	position: absolute;
	bottom: 10px;
	left: 10px;
	font-size: 18px;
	line-height: 18px;
	color: #ffffff;
	text-transform: uppercase;
}
html body .blog-slider-layout-bg .blogsqode_cal_date_layout_26 .blogsqode-post-date {
	background-color: var(--slider-bg-color);
}
html body .blog-slider-layout-bg-with-sidebar .blogsqode_cal_date_layout_26 .blogsqode-post-date {
	background-color:var(--slider-secondary-bg-color);
}
html body .blog-listing-with-sidebar .blogsqode_cal_date_layout_26 .blogsqode-post-date {
	background-color: var(--secondary-bg-color);
}

html body .blogsqode_cal_date_layout_26 .blogsqode-post-date svg {
	margin-right: 10px;
}

html body .blogsqode_cal_date_layout_26 .blogsqode-post-date .blog_date {
	margin-right: 5px;
}

html body .layout-26-content {
	padding: 20px 10px 10px 10px;
}

html body .layout-26-bottom {
	align-items: center;
}

html body .layout-26-bottom .blogsqode-author-wrap {
	display: flex;
	align-items: center;
}

html body .layout-26-bottom .blogsqode-author-wrap svg {
	margin-right: 10px;
}

html body .layout-26-bottom .blogsqode-authorname-date {
	float: none;
}

html body .layout-26-bottom .blogsqode-author-wrap .blogsqode-author-name {
	margin-bottom: 0 !important;
	font-size: 16px;
	line-height: 20px;
	color: #808080;
}

html body .layout-26-bottom .blogsqode-post-readtime {
	display: flex;
	align-items: center;
	line-height: 20px;
	color: #808080;
}

html body .layout-26-bottom .blogsqode-post-readtime svg {
	margin-right: 10px;
}

html body .layout-26-content .blogsqode_post_title {
	border-top: 1px solid #ECF1F9;
	margin-top: 20px !important;
	padding-top: 20px;
	padding-bottom: 20px;
}

html body .layout-26-content .blogsqode_post_sort_desc {
	font-weight: 500;
	color: #808080;
	height: 50px;
}

html body .read_more_btn_layout_26 {
	margin-top: 20px;
}

html body .read_more_btn_content_layout_26 {
	display: flex;
	align-items: center;
}

html body .read_more_btn_content_layout_26 .blogsqode_read_more_button {
	line-height: 20px;
	color: var(--bg-color);
	background-color: transparent;
	border: none;
	border-radius: 0 !important;
	padding: 0;
	padding-right: 5px;
}

html body .read_more_btn_layout_26 .blogsqode_read_more_button:hover {
	border: none;
}

html body .read_more_btn_layout_26 svg {
	cursor: pointer;
	transition: all .3s ease;
}

html body .blogsqode-post-item-inner-layout-26:hover .read_more_btn_content_layout_26 svg {
	transform: rotate(45deg);
}

html body .blog-thumbnail-wrap-layout-26 {
	position: relative;
	overflow: hidden;
}

html body .blog_lyt_26_mask_1 {
	width: 0;
    height: 0;
    background: rgba(20, 20, 31, 0.6);
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.35s ease-in-out;
}

html body .blogsqode-post-item-inner-layout-26:hover .blog_lyt_26_mask_1 {
    width: 100%;
    height: 100%;
}

html body .blogsqode-post-item-inner-layout-26:hover .layout-26-content .blogsqode_post_title a {
	color: var(--bg-color);
}

html body .layout-26-content .blogsqode_read_more_button {
	margin-top: 20px;
}

html body .blogsqode_cal_date_layout_26 .blogsqode-post-date,
html body .blogsqode_cal_date_layout_26 .blogsqode-post-date svg path {
	transition: all .3s ease;
}

html body .blogsqode-post-item-inner-layout-26:hover .blogsqode-post-date {
	color: var(--bg-color);
	background-color: #ffffff;
}

html body .blogsqode-post-item-inner-layout-26:hover .blogsqode-post-date svg path {
	fill: var(--bg-color);
}
html body .blog-slider-layout-bg .blogsqode-post-item-inner-layout-26:hover .blogsqode-post-date svg path {
	fill: var(--slider-bg-color);
}
html body .blog-slider-layout-bg-with-sidebar .blogsqode-post-item-inner-layout-26:hover .blogsqode-post-date svg path {
	fill: var(--slider-secondary-bg-color);
}
html body .blog-listing-with-sidebar .blogsqode-post-item-inner-layout-26:hover .blogsqode-post-date svg path {
	fill: var(--secondary-bg-color);
}

/***********************************************************************

============================== LAYOUT 27 ===============================

************************************************************************/

html body .blogsqode-post-item-inner-layout-27 {
	border: 1px solid #ECF1F9;
	border-radius: 20px;
}

html body .blog-thumbnail-wrap-layout-27 img {
	border-radius: 20px 20px 0px 0px;
}

html body .blog-thumbnail-wrap-layout-27 {
	position: relative;
	overflow: hidden;
}

html body .blogsqode_cal_date_layout_27 .blogsqode-post-date {
	font-weight: 600;
	font-size: 14px;
	line-height: 14px;
	color: #ffffff;
	background: #32E1FB;
	width: 50px;
	height: 60px;
	position: absolute;
	right: 30px;
	bottom: 0px;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	text-transform: uppercase;
}

html body .blogsqode_cal_date_layout_27 .blogsqode-post-date:before {
	content: "";
	border-right: 10px solid #32E1FB;
	border-bottom: 10px solid transparent;
	position: absolute;
	bottom: 0;
	left: -10px;
}

html body .blogsqode_cal_date_layout_27 .blogsqode-post-date:after {
	content: "";
	border-left: 10px solid #32E1FB;
	border-bottom: 10px solid transparent;
	position: absolute;
	bottom: 0;
	right: -10px;
}

html body .blogsqode_cal_date_layout_27 .blogsqode-post-date .blog_date {
	font-weight: 700;
	font-size: 24px;
	line-height: 24px;
	color: #FFFFFF;
	margin-bottom: 2px;
}

html body .layout-27-content {
	padding: 30px;
}

html body .blogsqode-author-comment-layout-27 {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

html body .blogsqode-author-comment-layout-27 .blogsqode-author-wrap {
	display: flex;
	align-items: center;
}

html body .blogsqode-author-comment-layout-27 .blogsqode-author-wrap svg {
	margin-right: 5px;
}

html body .blogsqode-author-comment-layout-27 .blogsqode-author-wrap .blogsqode-author-name {
	margin-bottom: 0 !important;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: #808080;
}

html body .blogsqode-author-comment-layout-27 .blogsqode-comments-number {
	display: flex;
	align-items: center;
	line-height: 20px;
	color: #808080;
	margin:0;
}

html body .blogsqode-author-comment-layout-27 .blogsqode-comments-number svg {
	margin-right: 5px;
}

html body .layout-27-content .blogsqode_post_title {
	padding-top: 30px;
	padding-bottom: 0;
}

html body .blogsqode-post-item-inner-layout-27 {
	overflow: hidden;
}

html body .blog-thumbnail-wrap-layout-27::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255,255,255,.3);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;	
}

html body .blogsqode-post-item-inner-layout-27:hover .blog-thumbnail-wrap-layout-27::before {
	animation: circle .75s;
}

@keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}

html body .blogsqode-post-item-inner-layout-27:hover .layout-27-content .blogsqode_post_title a {
	color: var(--bg-color);
}

html body .blogsqode-post-item-inner-layout-27:hover .blogsqode_cal_date_layout_27 .blogsqode-post-date {
	background: var(--bg-color);	
}

html body .blog-slider-layout-bg .blogsqode-post-item-inner-layout-27:hover .blogsqode_cal_date_layout_27 .blogsqode-post-date {
	background: var(--slider-bg-color);	
}
html body .blog-slider-layout-bg-with-sidebar .blogsqode-post-item-inner-layout-27:hover .blogsqode_cal_date_layout_27 .blogsqode-post-date {
	background: var(--slider-secondary-bg-color);	
}
html body .blog-listing-with-sidebar .blogsqode-post-item-inner-layout-27:hover .blogsqode_cal_date_layout_27 .blogsqode-post-date {
	background: var(--secondary-bg-color);	
}

html body .blogsqode_cal_date_layout_27 .blogsqode-post-date,
html body .blogsqode_cal_date_layout_27 .blogsqode-post-date:before,
html body .blogsqode_cal_date_layout_27 .blogsqode-post-date:after {
	transition: all .3s ease;
}

html body .blogsqode-post-item-inner-layout-27:hover .blogsqode_cal_date_layout_27 .blogsqode-post-date:before {
	border-right: 10px solid var(--bg-color);
}

html body .blogsqode-post-item-inner-layout-27:hover .blogsqode_cal_date_layout_27 .blogsqode-post-date:after {
	border-left: 10px solid var(--bg-color);
}

html body .blog-slider-layout-bg .blogsqode-post-item-inner-layout-27:hover .blogsqode_cal_date_layout_27 .blogsqode-post-date:before {
	border-right: 10px solid var(--slider-bg-color);
}

html body .blog-slider-layout-bg .blogsqode-post-item-inner-layout-27:hover .blogsqode_cal_date_layout_27 .blogsqode-post-date:after {
	border-left: 10px solid var(--slider-bg-color);
}
html body .blog-slider-layout-bg-with-sidebar .blogsqode-post-item-inner-layout-27:hover .blogsqode_cal_date_layout_27 .blogsqode-post-date:before {
	border-right: 10px solid var(--slider-secondary-bg-color);
}

html body .blog-slider-layout-bg-with-sidebar .blogsqode-post-item-inner-layout-27:hover .blogsqode_cal_date_layout_27 .blogsqode-post-date:after {
	border-left: 10px solid var(--slider-secondary-bg-color);
}

html body .blog-listing-with-sidebar .blogsqode-post-item-inner-layout-27:hover .blogsqode_cal_date_layout_27 .blogsqode-post-date:before {
	border-right: 10px solid var(--secondary-bg-color);
}

html body .blog-listing-with-sidebar .blogsqode-post-item-inner-layout-27:hover .blogsqode_cal_date_layout_27 .blogsqode-post-date:after {
	border-left: 10px solid var(--secondary-bg-color);
}

/***********************************************************************

============================== LAYOUT 28 ===============================

************************************************************************/

html body .blogsqode-post-item-inner-layout-28 {
	background-color: #ffffff;
}

html body .blog-thumbnail-wrap-layout-28 {
	position: relative;
	overflow: hidden;
}

html body .blog-thumbnail-wrap-layout-28 .blogsqode-post-date {
	display: inline-block;
	line-height: 20px;
	color: #FFFFFF;
	background-color: var(--bg-color);
	padding: 15px;
	text-transform: uppercase;
	position: absolute;
	bottom: 40px;
	left: 20px;
}
html body .blog-slider-layout-bg .blog-thumbnail-wrap-layout-28 .blogsqode-post-date {
	background-color: var(--slider-bg-color);
}
html body .blog-slider-layout-bg-with-sidebar .blog-thumbnail-wrap-layout-28 .blogsqode-post-date {
	background-color: var(--slider-secondary-bg-color);
}
html body .blog-listing-with-sidebar .blog-thumbnail-wrap-layout-28 .blogsqode-post-date {
	background-color: var(--secondary-bg-color);
}

html body .blog-thumbnail-wrap-layout-28 .blogsqode-post-date .blog_date {
	margin-right: 5px;
}

html body .layout-28-content {
	position: relative;
	background-color: #ffffff;
	max-width: calc(100% - 40px);
	margin-top: -40px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
}

html body .layout-28-bottom {
	align-items: center;
	justify-content: center !important;
}

html body .layout-28-bottom .blogsqode-author-wrap {
	display: flex;
	align-items: center;
}

html body .layout-28-bottom .blogsqode-author-wrap svg {
	margin-right: 5px;
}

html body .layout-28-bottom .blogsqode-author-wrap .blogsqode-author-name {
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	color: #808080;
	margin-bottom: 0 !important;
}

html body .layout-28-content .blogsqode_post_title {
	padding-top: 10px;
	padding-bottom: 0;
}

html body .blogsqode-post-item-inner-layout-28:hover .blogsqode-post-date {
	bottom: 30px;
}

html body .blogsqode-post-item-inner-layout-28:hover .layout-28-content {
	box-shadow: 0 0 13px 0px rgb(0 0 0 / 30%);
	margin-top: -30px;
}

html body .blogsqode-post-item-inner-layout-28:hover .layout-28-content .blogsqode_post_title a {
	color: var(--bg-color);
}

html body .blogsqode-post-item-inner-layout-28 .blogsqode_post_title a {
	text-align: center;
}

html body .blogsqode-post-item-inner-layout-28:hover .blog-thumbnail-wrap-layout-28 img {
	transform: scale(1.1);
}

html body .blog-thumbnail-wrap-layout-28 img,
html body .blog-thumbnail-wrap-layout-28 .blogsqode-post-date,
html body .layout-28-content {
	transition: all .3s ease;
}

/***********************************************************************

============================== LAYOUT 29 ===============================

************************************************************************/

html body .blogsqode-post-item-inner-layout-29 {
	background-color: #ffffff;
	border: 2px solid #ECF1F9;
	border-radius: 20px;
}

html body .blog-thumbnail-wrap-layout-29 {
	position: relative;
}

html body .blog-thumbnail-wrap-layout-29 img {
	border-radius: 20px 20px 0 0;	
}

html body .blog-thumbnail-wrap-layout-29 .blogsqode_post_cat {
	line-height: 20px;
	color: #000000 !important;
	background-color: #ffffff;
	border-radius: 10px;
	padding: 10px;
	position: absolute;
	top: 10px;
	left: 10px;
}

html body .blogsqode-post-date-title-layout-29 {
	padding: 30px;
	border-bottom: 2px solid #ECF1F9;
}

html body .blogsqode_cal_date_layout_29 .blogsqode-post-date {
	display: flex;
	align-items: center;
	font-size: 18px;
	line-height: 18px;
	color: #808080;
	text-transform: uppercase;
}

html body .blogsqode_cal_date_layout_29 .blogsqode-post-date svg {
	margin-right: 10px;
}

html body .blogsqode_cal_date_layout_29 .blogsqode-post-date .blog_date {
	margin-right: 5px;
}

html body .blogsqode-post-date-title-layout-29 .blogsqode_post_title {
	padding-top: 20px;
	padding-bottom: 0;
}

html body .read_more_btn_layout_29 {
	padding: 20px 30px;
}

html body .read_more_btn_content_layout_29 {
	display: flex;
	align-items: center;
}

html body .read_more_btn_content_layout_29 .blogsqode_read_more_button {
	line-height: 20px;
	color: var(--bg-color);
	background-color: transparent;
	border: none;
	border-radius: 0 !important;
	padding: 0;
	padding-right: 5px;
}

html body .selected-layout.layout-29 .layout-29-content .read_more_btn_lyt_15 {
	margin-left: 30px;
}

html body .read_more_btn_layout_29 .blogsqode_read_more_button:hover {
	border: none;
}

html body .read_more_btn_layout_29 svg {
	cursor: pointer;
	transition: all .3s ease;
}

html body .blogsqode-post-item-inner-layout-29:hover .read_more_btn_content_layout_29 svg {
	transform: rotate(45deg);
}

html body .blog-thumbnail-wrap-layout-29 {
	position: relative;
	overflow: hidden;
}

html body .blog-thumbnail-wrap-layout-29::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 100%;
	width: 100%;
	padding: 45% 20px;
	text-align: center;
	background-color: var(--bg-color);
	background-image: -webkit-repeating-radial-gradient(center center, rgba(255,255,255,.7), rgba(255,255,255,.7) 1px, transparent 1px, transparent 100%);
	background-size: 5px 5px;
	transition: all 0.5s linear;
	border-radius: 20px 20px 0 0;
	opacity: 0;
}

html body .blogsqode-post-item-inner-layout-29:hover .blog-thumbnail-wrap-layout-29::before ,
html body .blog-slider-layout-bg .blogsqode-post-item-inner-layout-29:hover .blog-thumbnail-wrap-layout-29::before{
	opacity: 0.5;
}

html body .blogsqode-post-item-inner-layout-29:hover .blogsqode-post-date-title-layout-29 .blogsqode_post_title a {
	color: var(--bg-color);
}

html body .layout-29-content .blogsqode_read_more_button {
	margin: 20px 30px;
}

/***********************************************************************

============================== LAYOUT 30 ===============================

************************************************************************/

html body .blogsqode-post-item-inner-layout-30 {
	background-color: #FFFFFF;
	box-shadow: 0px 20px 40px -10px rgba(0, 0, 0, 0.1);
}

html body .layout-30-content {
	padding: 60px 20px 20px 20px;
	position: relative;
}

html body .layout-30-top .blogsqode-post-date {
	color: #14141F;
	background-color: #FFFFFF;
	border-radius: 100%;
	padding: 15px 22px;
	text-align: center;
	text-transform: uppercase;
	position: absolute;
	top: -38px;
	left: 20px;
	transition: all .3s ease;
}

html body .layout-30-top .blogsqode-post-date .blog_date {
	display: block;
	font-weight: 700;
	font-size: 30px;
	line-height: 30px;
	color: var(--bg-color);
}

html body .layout-30-content .blogsqode_post_title {
	padding-top: 0;
	padding-bottom: 0;
}

html body .layout-30-bottom {
	align-items: center;
	margin: 20px 0;
}

html body .blogsqode-author-wrap-layout-30 {
	display: flex;
	align-items: center;
}

html body .blogsqode-author-wrap-layout-30 svg {
	margin-right: 10px;
}

html body .blogsqode-author-wrap-layout-30 svg path,
html body .blogsqode-post-readtime-layout-30 svg path {
	fill: var(--bg-color);
}

html body .blog-slider-layout-bg .blogsqode-author-wrap-layout-30 svg path,
html body .blog-slider-layout-bg .blogsqode-post-readtime-layout-30 svg path {
	fill: var(--slider-bg-color);
}
html body .blog-slider-layout-bg-with-sidebar .blogsqode-author-wrap-layout-30 svg path,
html body .blog-slider-layout-bg-with-sidebar .blogsqode-post-readtime-layout-30 svg path {
	fill: var(--slider-secondary-bg-color);
}
html body .blog-listing-with-sidebar .blogsqode-author-wrap-layout-30 svg path,
html body .blog-listing-with-sidebar .blogsqode-post-readtime-layout-30 svg path {
	fill: var(--secondary-bg-color);
}

html body .blogsqode-author-wrap-layout-30 .blogsqode-author-name {
	margin-bottom: 0 !important;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: #808080;
}

html body .blogsqode-post-readtime-layout-30 {
	display: flex;
	align-items: center;
	line-height: 20px;
	color: #808080;
}

html body .blogsqode-post-readtime-layout-30 svg {
	margin-right: 10px !important;
}

html body .blogsqode_post_sort_desc-layout-30 {
	height: 50px !important;
	font-weight: 500 !important;
	color: #808080 !important;
}

html body .layout-30-content .blogsqode_read_more_button {
	margin-top: 20px;
}

html body .blog-thumbnail-wrap-layout-30 {
	position: relative;
	overflow: hidden;
}

html body .blog-thumbnail-wrap-layout-30::before {
	content: "";
	border: 0px solid rgba(0,0,0,0.7);
	opacity: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;	
	transition: all 0.4s ease-in-out;
}

html body .blogsqode-post-item-inner-layout-30:hover .blog-thumbnail-wrap-layout-30::before {
	opacity: 1;
	border: 155px solid rgba(0,0,0,0.7);
}

html body .blogsqode-post-item-inner-layout-30:hover .blogsqode_post_title a {
	color: var(--bg-color);
}

html body .blogsqode-post-item-inner-layout-30:hover .blogsqode-post-date {
	box-shadow: 0px 20px 40px -10px rgb(0 0 0 / 10%);
}

/***********************************************************************

============================ Share Button CSS ==========================

************************************************************************/

html body #wrapper.social_share {
	width: 18%;
	height: 56px;
	line-height: 56px;
}

html body .social_share input[type="checkbox"] {
	display: none;
}

html body .social_share .social.checked_social{
	opacity: 1;
	transform: scale(1) translateY(-90px);
}

html body .social_share .label {
	font-size: 18px;
	color: #808080;
	cursor: pointer;
	position: relative;
	z-index: 9;
	display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

html body .social_share .social {
	transform-origin: 50% 0%;
	transform: scale(0) translateY(-190px);
	opacity: 0;
	transition: 0.5s;
}

html body .social_share ul {
	width: 300px;
	height: 50px;
	color: #ffffff;
	background: #3b5998;
	margin:0;
	padding: 0;
	list-style: none;
	position: relative;
	right: 220px;
	bottom: 18px;
}

html body .social_share ul li {
	float: left;
	width: 60px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

html body .social_share ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 15px;
}

html body .social_share ul .twitter a svg {
	margin-top: 2px;
}

html body .social_share ul li a svg path {
	fill: #ffffff;
}

html body .social_share ul li:hover {
	color: rgba(0, 0, 0, 0.5);
}

html body .social_share ul:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	margin: 46px auto;
	height: 0;
	width: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #C8232C;
}

html body .social_share .facebook {
	background: #3B5998;
}

html body .social_share .twitter {
	background: #00ACEE;
}

html body .social_share .linkedin {
	background: #0A66C2;
}

html body .social_share .pinterest {
	background: #C8232C;
}

html body .social_share .whatsapp  {
	background: #25D366;
}

html body .single_blog_share_box_lyt_3 .social_share .label{
	justify-content: end;
}
/***********************************************************************

================= LAYOUT 2 OF THE SINGLE BLOG PAGE CSS =================

************************************************************************/

html body #single-layout-2 .single_blog_wrapper,
html body #single-layout-3 .single_blog_wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

html body #single-layout-2 .user_detail_left_content,
html body #single-layout-3 .user_detail_left_content {
	display: flex;
	align-items: center;
}

html body #single-layout-2 .user_detail_right_content,
html body #single-layout-3 .user_detail_right_content {
	display: flex;
	align-items: center;
}

html body #single-layout-2 .user_image img,
html body #single-layout-3 .user_image img {
	width: 40px;
	height: 40px;
	border-radius: 10px;
	margin-right: 10px;
}


html body #single-layout-2 .user_name .blogsqode-author-name,
html body #single-layout-3 .user_name .blogsqode-author-name {
	font-weight: 500;
	font-size: 18px;
	line-height: 18px;
	color: #14141f;
	margin-top: 0 !important;
	text-transform: capitalize;
	margin-bottom: 0;
}

html body #single-layout-3 .single_blog_date {
	display: none;
}

html body #single-layout-2 .single_blog_date,
html body #single-layout-3 .single_blog_date {
	margin-right: 40px;
}

html body #single-layout-2 .single_blog_date .blogsqode-post-date,
html body #single-layout-2 .single_blog_comment .blogsqode-comments-number,
html body #single-layout-3 .single_blog_date .blogsqode-post-date,
html body #single-layout-3 .single_blog_comment .blogsqode-comments-number {
	margin: 0;
	font-weight: 500;
	font-size: 16px;
	line-height: 16px;
	color: #808080;
}

html body #single-layout-2 .blog-single-thumbnail-wrap,
html body #single-layout-3 .blog-single-thumbnail-wrap {
	margin: 40px 0;
}

html body #single-layout-2 .blogsqode-social-icon,
html body #single-layout-3 .blogsqode-social-icon {
	border-radius: 0;
	background-color: transparent;
	border: 1px solid #E9E9E9;
}

html .single-blogsqode-post.dark-mode-unable #single-layout-2 .blogsqode-social-icon,
html .single-blogsqode-post.dark-mode-unable #single-layout-3 .blogsqode-social-icon {
	border: 1px solid #343444;
}

html body .blogsqode_tag_cat_wrap {
	margin: 40px 0;
}

html body .post_cats,
html body .post_tags {
	float: left;
	width: 42%;
	background: #F5F5F5;
	margin-bottom: 40px;
	padding: 20px;
}

html body.dark-mode-unable .post_cats,
html body.dark-mode-unable .post_tags,
html .blog-listing.dark-mode-unable .post_cats,
html .blog-listing.dark-mode-unable .post_tags,
html .blog-listing-slider.dark-mode-unable .post_cats,
html .blog-listing-slider.dark-mode-unable .post_tags,
html .single-blogsqode-post.dark-mode-unable .post_cats,
html .single-blogsqode-post.dark-mode-unable .post_tags {
	background: #14141F;
}

html body .post_cats {
	margin-right: 30px;
}

html body .blogsqode-single-post .post-navigation {
	clear: both;
}

html body .post_cats h3,
html body .blogsqode-single-tags h3 {
	font-weight: 700;
	font-size: 18px;
	line-height: 18px;
	color: #14141F;
	margin-top: 0;
	margin-bottom: 25px;
}
html .single-blogsqode-post.dark-mode-unable #single-layout-2 .user_name .blogsqode-author-name,
html .single-blogsqode-post.dark-mode-unable .post_cats h3,
html .single-blogsqode-post.dark-mode-unable .blogsqode-single-tags h3,
html .blog-listing.dark-mode-unable .post_cats h3,
html .blog-listing.dark-mode-unable .blogsqode-single-tags h3,
html .blog-listing-slider.dark-mode-unable .post_cats h3,
html .blog-listing-slider.dark-mode-unable .blogsqode-single-tags h3{
	color: #ffffff;
}

html body .blogsqode-single-count-cat .blogsqode_post_cat,
html body .blogsqode-single-tags-link {
	font-weight: 500;
	font-size: 16px !important;
	line-height: 12px;
	text-transform: uppercase;
	color: #000000 !important;
	padding: 5px;
	background-color: #ffffff;
	margin: 0 5px;
}

html body #single-layout-1 .blogsqode-tag-social a.blogsqode-single-tags-link {
	color: #808080 !important;
	margin-left: 0;
	padding: 0;
}

html .blog-single-layout.dark-mode-unable #single-layout-1 .blogsqode-tag-social a.blogsqode-single-tags-link,
html .blog-listing.dark-mode-unable #single-layout-1 .blogsqode-tag-social a.blogsqode-single-tags-link ,
html .blog-listing-slider.dark-mode-unable #single-layout-1 .blogsqode-tag-social a.blogsqode-single-tags-link  {
	background-color: transparent;
}

html body .nav-links {
	display: flex;
	align-items: center;
}

html body .nav-previous a:has(> .single-layout-2-navigation.meta-nav) { 
	display: flex !important;
	flex-direction: row !important;
}

html body .nav-next a:has(> .single-layout-2-navigation.meta-nav) {
	display: flex !important;
	justify-content: flex-end;
	flex-direction: row !important;
	margin: 0;
}

html body .single-layout-2-navigation.meta-nav,
html body .single-layout-3-navigation.meta-nav {
	margin: 0 !important;
	text-transform: uppercase;
}

html body #single-layout-2 .blog-single-thumbnail-wrap,
html body #single-layout-3 .blog-single-thumbnail-wrap {
	border-radius: 0;
}

/***********************************************************************

================= LAYOUT 3 OF THE SINGLE BLOG PAGE CSS =================

************************************************************************/

html body #single-layout-3 .blogsqode-tag-social {
	display: none;
}

html body #single-layout-3 .blogsqode-entry-content p::first-letter {
	font-weight: 500;
	font-size: 100px;
	line-height: 120px;
}

html body #single-layout-3 .post_cats {
	float: none;
	width: auto;
	background-color: transparent;
	margin-bottom: 0;
	margin-right: 0;
	padding: 0;
	display: flex;
	align-items: center;
}

html body #single-layout-3 .single_blog_share_box_lyt_3 {
	display: flex;
	align-items: center;
	justify-content: end;
}

html body #single-layout-3 .blogsqode_tag_cat_wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

html body #single-layout-3 .post_cats h3 {
	margin-bottom: 0;
	margin-right: 10px;
}

html body #single-layout-3 .blogsqode_post_cat {
	background-color: #ECF1F9;
	border-radius: 5px;
	margin-right: 10px;
	padding: 5px 10px;
}

html body #single-layout-3 .single_blog_share_box_lyt_3 svg {
	cursor: pointer;
}

html body #single-layout-3 .single_blog_share_box_lyt_3 h3 {
	font-weight: 700;
	font-size: 18px;
	line-height: 18px;
	color: #14141F;
	padding-left: 10px;
	cursor: pointer;
	margin-bottom: 0;
	margin-top: 0;
}

html body #single-layout-3 #wrapper.social_share {
	width: auto;
	height: 24px;
	line-height: 30px;
	text-align: right;
}

html body #single-layout-3 .social_share .label {
	padding: 0;
	font-size: 24px;
	line-height: 24px;
}

html body #single-layout-3 .single_blog_share_box_lyt_3 label svg path {
	fill: #14141F;
}

html body #single-layout-3 .social_share ul {
	right: -140px;
}

html body #single-layout-3 .social_share .social {
	transform: scale(0) translate(100px, -190px);
}

html body #single-layout-3 .social_share .social.checked_social {
	opacity: 1;
	transform: scale(1) translate(0px, -90px);
}

/***********************************************************************

================= LAYOUT 4 OF THE SINGLE BLOG PAGE CSS =================

************************************************************************/

html body #single-layout-4 .blog-single-thumbnail-wrap {
	position: relative;
}


html body #single-layout-4 .blogsqode_l4_taxonomies{
	position: relative;
	display: flex;
    align-items: center;
    justify-content: start;
    padding-top: 20px;
	gap: 10px;
    flex-wrap: wrap;
}

html body #single-layout-4 .blogsqode_l4_taxonomies .blogsqode_post_cat {
	color: #ffffff !important;
	background-color: var(--bg-color);
	border-radius: 5px;
	padding: 10px 15px;
	margin-left: 20px !important;
}

html body #single-layout-4 .blogsqode-post-date  {
	display: inline-block;
	font-weight: 600;
	font-size: 16px;
	line-height: 16px;
	color: var(--bg-color);
	background-color: #ffffff;
	border-radius: 5px;
	padding: 10px 15px;
	position: relative;
	margin: 0;
}

html body #single-layout-4 .blogsqode-author-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

html body #single-layout-4 .author_detail_wrap {
	display: flex;
	align-items: center;
}

html body #single-layout-4 .author_detail_wrap .user_image img {
	width: 40px;
	height: 40px;
	border-radius: 10px;
	margin-right: 10px;
}

html body #single-layout-4 .author_detail_wrap .blogsqode-author-name {
	font-weight: 500;
	font-size: 18px;
	line-height: 18px;
	color: #14141f;
	text-transform: capitalize;
}

html body #single-layout-4 .blogsqode-comments .blogsqode-comments-number {
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
	color: #808080;
	margin-bottom: 0;
}

html body #single-layout-4 .blogsqode-entry-content p {
	margin-top: 30px !important;
}

html body #single-layout-4 .blogsqode-tag-social {
	display: none;
}

html body #single-layout-4 .blogsqode-entry-content p::first-letter {
	font-weight: 500;
	font-size: 100px;
	line-height: 120px;
	color: #14141f;
}

html body #single-layout-4 .single_blog_tag_box_lyt_4,
html body #single-layout-4 .single_blog_share_box_lyt_4 {
	margin-top: 40px;
}

html body #single-layout-4 .single_blog_tag_box_lyt_4 .blogsqode-single-tags,
html body #single-layout-4 .single_blog_share_box_lyt_4 .blogsqode-single-social-share,
html body #single-layout-5 .tags-layout-5 .blogsqode-single-tags {
	display: flex;
	align-items: center;
}

html body #single-layout-4 .single_blog_tag_box_lyt_4 .blogsqode-single-tags h3,
html body #single-layout-4 .single_blog_share_box_lyt_4 .blogsqode-single-social-share h3,
html body #single-layout-5 .tags-layout-5 .blogsqode-single-tags h3 {
	font-weight: 700;
	font-size: 18px;
	line-height: 18px;
	color: #ffffff;
	background-color: var(--bg-color);
	margin-bottom: 0;
	margin-right: 20px;
	padding: 10px 15px;
	position: relative;
}

html body #single-layout-4 .single_blog_share_box_lyt_4 .blogsqode-single-social-share h3 {
	margin-top: 0;
}

html body #single-layout-4 .single_blog_tag_box_lyt_4 .blogsqode-single-tags h3::after,
html body #single-layout-4 .single_blog_share_box_lyt_4 .blogsqode-single-social-share h3::after,
html body #single-layout-5 .tags-layout-5 .blogsqode-single-tags h3::after {
	content: "";
	width: 15px;
	height: 15px;
	background-color: var(--bg-color);
	position: absolute;
	top: 47%;
	right: 0;
	transform: rotate(45deg) translateY(-50%);
}

html body #single-layout-4 .single_blog_tag_box_lyt_4 .blogsqode-single-tags a,
html body #single-layout-4 .single_blog_share_box_lyt_4 .blogsqode-single-social-share a,
html body #single-layout-5 .tags-layout-5 .blogsqode-single-tags a {
	font-weight: 500;
	font-size: 16px !important;
	line-height: 16px;
	color: #000000 !important;
	background: #ECF1F9;
	border-radius: 5px;
	width: auto;
	height: auto;
	margin: 0 0px;
	padding: 10px 10px;
}

html body #single-layout-4 .single_blog_share_box_lyt_4 .blogsqode-single-social-share{
	flex-wrap: wrap;
	gap: 10px;
}

html body .svg-box-lyt-4 {
	width: 40px;
	height: 40px;
	border: 2px solid #ECF1F9;
	border-radius: 100%;
	margin-right: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

html body .svg-box-lyt-4.svg-next-box-lyt-4 {
	margin-right: 0;
}

html body .svg-box-lyt-4 svg {
	margin-right: 0 !important;
}

html body .nav-previous a:has(> .svg-box-lyt-4),
html body .nav-next a:has(.svg-box-lyt-4) {
	align-items: center;
}

html body.single-blogsqode-layout-4 .navigation.post-navigation,
html body.single-blogsqode-layout-5 .navigation.post-navigation {
	margin-top: 40px;
}

/***********************************************************************

================= LAYOUT 5 OF THE SINGLE BLOG PAGE CSS =================

************************************************************************/

html body #single-layout-5 .single_blog_wrapper {
	display: flex;
	align-items: center;
}

html body #single-layout-5 .single_blog_detail {
	position: relative;
	margin: 0 20px;
}

html body #single-layout-5 .single_blog_detail::after {
	content: "";
	width: 1px;
	height: 20px;
	background-color: #000000;
	position: absolute;
	top: 50%;
	right: -20px;
	transform: translateY(-50%);
}

html body #single-layout-5 .single_blog_detail.single_blog_category {
	margin-left: 0;
}

html body #single-layout-5 .single_blog_detail.single_blog_comment {
	margin-right: 0;
}

html body #single-layout-5 .single_blog_detail.single_blog_comment::after {
	content: none;
}

html body #single-layout-5 .blogsqode-post-date,
html body #single-layout-5 .blogsqode-comments-number {
	font-weight: 600;
	font-size: 16px;
	line-height: 16px;
	margin: 0;
}

html body #single-layout-5 .blog-single-thumbnail-wrap {
	border-radius: 0;
}

html body #single-layout-5 .blogsqode_post_cat {
	position: relative;
	top: 1px;
}

html body #single-layout-5 .blogsqode-author-name {
	display: inline-block;
	font-size: 18px;
	line-height: 18px;
	font-weight: 500;
	color: #14141F;
	text-transform: capitalize;
}

html body #single-layout-5 .blogsqode-entry-content p {
	margin-top: 40px !important;
}

html body #single-layout-5 .blogsqode-entry-content p::first-letter {
	font-weight: 500;
	font-size: 100px;
	line-height: 120px;
	color: #808080;
}

html body #single-layout-5 .blogsqode-tag-social {
	display: none;
}

html body #single-layout-5 .tags-layout-5 {
	margin-top: 40px;
}

html body #single-layout-5 .blogsqode-single-social-share {
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
}

html body #single-layout-5 .blogsqode-single-social-share a {
	background-color: blue;
	width: 130px;
	height: 40px;
	border-radius: 0;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

html body #single-layout-5 .blogsqode-social-icon.facebook {
	background-color: #3b5998;
}

html body #single-layout-5 .blogsqode-social-icon.twitter {
	background-color: #55acee;
}

html body #single-layout-5 .blogsqode-social-icon.linkedin {
	background-color: #007bb5;
}

html body #single-layout-5 .blogsqode-social-icon.pinterest {
	background-color: #E60023;
}

html body #single-layout-5 .blogsqode-social-icon.whatsapp {
	background-color: #25D366;
}

html body.single-blogsqode-layout-5 .pagination-title-date .post-title {
	margin: 0 !important;
}

html body.single-blogsqode-layout-5 .blogsqode_main_head .blogsqode-single-post .nav-links .meta-nav {
	margin-right: 0 !important;
}

html body.single-blogsqode-layout-5 .navigation .nav-links a {
	margin: 0;
}

html body.single-blogsqode-layout-5 .entry-title.blogsqode-single-post-title {
	margin-bottom: 30px;
}

/* slider with sidebar css */
html body .category-filter-all.slick-slider .slick-pre {
	position: absolute;
    right: 30px;
    top: 0;
    z-index: 111;
    cursor: pointer;
    background: #fff;
    height: 34px;
}
html body .category-filter-all.slick-slider .slick-next {
    right: 0;
    position: absolute;
    top: 0;
	z-index: 111;
    cursor: pointer;
    background: #fff;
    height: 34px;
}

.category-general-filter-all.slick-slider .slick-pre:hover rect,
.category-general-filter-all.slick-slider .slick-pre:hover path,
.category-general-filter-all.slick-slider .slick-next:hover rect,
.category-general-filter-all.slick-slider .slick-next:hover path {
	stroke:#fff;
	fill: var(--bg-color);
}

.category-general-filter.slick-slider .slick-pre:hover rect,
.category-general-filter.slick-slider .slick-pre:hover path,
.category-general-filter.slick-slider .slick-next:hover rect,
.category-general-filter.slick-slider .slick-next:hover path {
	stroke:#fff;
	fill: var(--secondary-bg-color);
}

.category-multiple-slide.slick-slider .slick-pre:hover rect,
.category-multiple-slide.slick-slider .slick-pre:hover path,
.category-multiple-slide.slick-slider .slick-next:hover rect,
.category-multiple-slide.slick-slider .slick-next:hover path {
	stroke:#fff;
	fill: var(--slider-bg-color);
}

.cat-with-slide.slick-slider .slick-pre:hover rect,
.cat-with-slide.slick-slider .slick-pre:hover path,
.cat-with-slide.slick-slider .slick-next:hover rect,
.cat-with-slide.slick-slider .slick-next:hover path {
	stroke:#fff;
	fill: var(--slider-secondary-bg-color);
}

.category-name.mixitup-control-active {
    background-color: var(--slider-secondary-bg-color);
    color: #fff;
}
.category-name.cat-name-active {
    background-color: var(--slider-secondary-bg-color);
    color: #fff !important;
}
.category-slider-filter-general .category-name.cat-name-active,
.category-general-filter-all .category-name.cat-name-active,
.category-general-filter-all .category-name.mixitup-control-active {
    background-color: var(--bg-color);
    color: #fff !important;
}
.category-general-filter-all .category-name.cat-name-active:focus,
.category-general-filter-all .category-name.mixitup-control-active:focus{
	background-color: var(--bg-color) !important;
}
.category-filter-all{
	padding-bottom:20px;
}
.category-filter-all.slick-slider .category-name{
	margin: 0 10px;
}
.category-general-filter .category-name.cat-name-active,
.category-general-filter .category-name.mixitup-control-active {
    background-color: var(--secondary-bg-color);
    color: #fff;
}
.category-general-filter .category-name:hover,
.category-general-filter .category-name:focus {
    background-color: var(--secondary-bg-color) !important; 
    color: #fff; 
}
.category-general-filter-all .category-name:hover,
.category-general-filter-all .category-name:focus {
    background-color: var(--bg-color) !important; 
    color: #fff; 
}

.category-general-filter-no-sidebar .category-name.cat-name-active,
.category-general-filter-no-sidebar .category-name.mixitup-control-active {
    background-color: var(--bg-color);
    color: #fff;
}
.category-general-filter-no-sidebar .category-name:hover,
.category-general-filter-no-sidebar .category-name:focus {
    background-color: var(--bg-color) !important; 
    color: #fff; 
}

.category-multiple-slide .category-name.cat-name-active,
.category-multiple-slide .category-name.mixitup-control-active{
	background-color: var(--slider-bg-color)!important;
    color: #fff;
}
.category-slider-filter-general .category-name.mixitup-control-active{
	background-color: var(--bg-color);
	color: #fff;
}
.category-slider-filter2.cat-with-side .category-name.mixitup-control-active,
.category-slider-filter2.cat-with-side .category-name.mixitup-control-active:focus{
	background-color: var(--bg-color);
	color: #fff;
}
.category-slider-filter2.cat-with-slide .category-name.mixitup-control-active,
.category-slider-filter2.cat-with-slide .category-name.mixitup-control-active:focus,
.category-slider-filter2.cat-with-slide .category-name.cat-name-active:focus{
background-color: var(--slider-secondary-bg-color) !important;
color: #fff;
}

.category-slider-filter,
.category-slider-filter2,
.category-slider-filter-general,
.category-general-filter,
.category-general-filter-no-sidebar,
.category-general-filter-all{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
	justify-content: center;
}
.category-slider-filter a.category-name,
.category-slider-filter2 a.category-name,
.category-slider-filter-general a.category-name,
.category-general-filter a.category-name,
.category-general-filter-no-sidebar a.category-name,
.category-general-filter-all a.category-name{
	cursor:pointer;
	font-weight: 600;
    border: 2px solid #bbb;
	color:#000;
    text-transform: uppercase;
    text-align: center;
	padding: 5px 10px;
	font-size: 16px;
	line-height: 20px;
	border-radius: 10px;
}

/* Slick slider Arrow Css */
html body .blogsqode-slick-slider .slick-list,
html body .blog-slick-slider-with-sidebar .slick-list{
	max-width: calc(100% - 60px);
	margin:0 auto;
}
html body .blogsqode-post-item.slick-slide{
	height:unset;
}
html body .blogsqode-slick-slider .slick-prev,
html body .blogsqode-slick-slider .slick-next,
html body .blog-slick-slider-with-sidebar .slick-prev,
html body .blog-slick-slider-with-sidebar .slick-next{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
html body .blogsqode-slick-slider .slick-prev,
html body .blog-slick-slider-with-sidebar .slick-prev{
    left: 0px;
}
html body .blogsqode-slick-slider .slick-next,
html body .blog-slick-slider-with-sidebar .slick-next{
    right: 0px;
}
html body .blogsqode-slick-slider .slick-prev:hover svg rect,
html body .blogsqode-slick-slider .slick-next:hover svg rect{
	stroke: var(--slider-bg-color);
}
html body .blog-slick-slider-with-sidebar .slick-prev:hover svg rect,
html body .blog-slick-slider-with-sidebar .slick-next:hover svg rect{
	stroke: var(--slider-secondary-bg-color);
}
html body .blogsqode-slick-slider .slick-prev:hover svg path,
html body .blogsqode-slick-slider .slick-next:hover svg path,
html body .blog-slick-slider-with-sidebar .slick-prev:hover svg path,
html body .blog-slick-slider-with-sidebar .slick-next:hover svg path {
	fill: #fff;
}
html body .blogsqode-slick-slider .slick-prev:hover svg,
html body .blogsqode-slick-slider .slick-next:hover svg,
html body .blog-slick-slider-with-sidebar .slick-prev:hover svg,
html body .blog-slick-slider-with-sidebar .slick-next:hover svg{
	fill: var(--slider-bg-color);
}

html body .blog-slick-slider-with-sidebar .slick-prev:hover svg,
html body .blog-slick-slider-with-sidebar .slick-next:hover svg{
	fill: var(--slider-secondary-bg-color);
}

/*********************** Dark Layout CSS  ***********/
html .blog-listing.dark-mode-unable .blogsqode_read_more_button.blogsqode-rmlayout-1,
html .blog-listing.dark-mode-unable .blogsqode_read_more_button.blogsqode-rmlayout-2,
html .blog-listing.dark-mode-unable .layout-1 .blogsqode_post_cat ,
html .blog-listing-slider.dark-mode-unable .blogsqode_read_more_button.blogsqode-rmlayout-1,
html .blog-listing-slider.dark-mode-unable .blogsqode_read_more_button.blogsqode-rmlayout-2,
html .blog-listing-slider.dark-mode-unable .layout-1 .blogsqode_post_cat,
html .blog-listing-slider-with.blog-slider-layout-bg-with-sidebar.dark-mode-unable .blogsqode_read_more_button.blogsqode-rmlayout-1,
html .blog-listing-slider-with.blog-slider-layout-bg-with-sidebar.dark-mode-unable .blogsqode_read_more_button.blogsqode-rmlayout-2,
html .blog-listing-slider-with.blog-slider-layout-bg-with-sidebar.dark-mode-unable .layout-1 .blogsqode_post_cat,
html .blog-listing-with-sidebar.dark-mode-unable .blogsqode_read_more_button.blogsqode-rmlayout-1,
html .blog-listing-with-sidebar.dark-mode-unable .blogsqode_read_more_button.blogsqode-rmlayout-2,
html .blog-listing-with-sidebar.dark-mode-unable .layout-1 .blogsqode_post_cat{
	color: #32e1fb !important;
}
html .blog-listing.dark-mode-unable .layout-1 .blogsqode-post-item-inner .content,
html .blog-listing-slider.dark-mode-unable .layout-1 .blogsqode-post-item-inner .content,
html .blog-listing-slider-with.blog-slider-layout-bg-with-sidebar.dark-mode-unable .layout-1 .blogsqode-post-item-inner .content
html .blog-listing-with-sidebar.dark-mode-unable .layout-1 .blogsqode-post-item-inner .content {
	border: 1px solid #14141f;
	background-color: #14141f
}
html .blog-listing.dark-mode-unable .comment-meta .comment-author .fn,
html .blog-listing.dark-mode-unable .comment-reply-title,
html .blog-listing.dark-mode-unable .comment-respond .comment-form>p label,
html .blog-listing.dark-mode-unable .blogsqode-authorname-date .blogsqode-author-name,
html .blog-listing.dark-mode-unable .blogsqode-comment-title,
html .blog-listing.dark-mode-unable .blogsqode-single-post .blogsqode-entry-content h2,
html .blog-listing.dark-mode-unable .blogsqode-single-post .blogsqode-entry-content h3,
html .single-blogsqode-post.dark-mode-unable .blogsqode-tag-social h3,
html .blog-listing.dark-mode-unable .blogsqode-post-item-inner .blogsqode_post_title a,
html .blog-listing.dark-mode-unable .blogsqode_read_more_button.blogsqode-rmlayout-1:focus,
html .blog-listing.dark-mode-unable .blogsqode_read_more_button.blogsqode-rmlayout-1:hover,
html .blog-listing.dark-mode-unable .blogsqode_read_more_button.blogsqode-rmlayout-2:focus,
html .blog-listing.dark-mode-unable .blogsqode_read_more_button.blogsqode-rmlayout-2:hover,
html .blog-listing.dark-mode-unable .post-navigation .pagination-title-date .post-title,
html .blog-listing.dark-mode-unable h2.entry-title.blogsqode-single-post-title,
html .blog-listing-slider.dark-mode-unable .comment-meta .comment-author .fn,
html .blog-listing-slider.dark-mode-unable .comment-reply-title,
html .blog-listing-slider.dark-mode-unable .comment-respond .comment-form>p label,
html .blog-listing-slider.dark-mode-unable .blogsqode-authorname-date .blogsqode-author-name,
html .blog-listing-slider.dark-mode-unable .blogsqode-comment-title,
html .blog-listing-slider.dark-mode-unable .blogsqode-single-post .blogsqode-entry-content h2,
html .blog-listing-slider.dark-mode-unable .blogsqode-single-post .blogsqode-entry-content h3,
html .blog-listing-slider.dark-mode-unable .blogsqode-tag-social h3,
html .blog-listing-slider.dark-mode-unable .blogsqode-post-item-inner .blogsqode_post_title a,
html .blog-listing-slider.dark-mode-unable .blogsqode_read_more_button.blogsqode-rmlayout-1:focus,
html .blog-listing-slider.dark-mode-unable .blogsqode_read_more_button.blogsqode-rmlayout-1:hover,
html .blog-listing-slider.dark-mode-unable .blogsqode_read_more_button.blogsqode-rmlayout-2:focus,
html .blog-listing-slider.dark-mode-unable .blogsqode_read_more_button.blogsqode-rmlayout-2:hover,
html .blog-listing-slider.dark-mode-unable .post-navigation .pagination-title-date .post-title,
html .blog-listing-slider-with.dark-mode-unable .comment-meta .comment-author .fn,
html .blog-listing-slider-with.dark-mode-unable .comment-reply-title,
html .blog-listing-slider-with.dark-mode-unable .comment-respond .comment-form>p label,
html .blog-listing-slider-with.dark-mode-unable .blogsqode-authorname-date .blogsqode-author-name,
html .blog-listing-slider-with.dark-mode-unable .blogsqode-comment-title,
html .blog-listing-slider-with.dark-mode-unable .blogsqode-single-post .blogsqode-entry-content h2,
html .blog-listing-slider-with.dark-mode-unable .blogsqode-single-post .blogsqode-entry-content h3,
html .blog-listing-slider-with.dark-mode-unable .blogsqode-tag-social h3,
html .blog-listing-slider-with.dark-mode-unable .blogsqode-post-item-inner .blogsqode_post_title a,
html .blog-listing-slider-with.dark-mode-unable .blogsqode_read_more_button.blogsqode-rmlayout-1:focus,
html .blog-listing-slider-with.dark-mode-unable .blogsqode_read_more_button.blogsqode-rmlayout-1:hover,
html .blog-listing-slider-with.dark-mode-unable .blogsqode_read_more_button.blogsqode-rmlayout-2:focus,
html .blog-listing-slider-with.dark-mode-unable .blogsqode_read_more_button.blogsqode-rmlayout-2:hover,
html .blog-listing-slider-with.dark-mode-unable .post-navigation .pagination-title-date .post-title,
html .blog-listing-with-sidebar.dark-mode-unable .comment-meta .comment-author .fn,
html .blog-listing-with-sidebar.dark-mode-unable .comment-reply-title,
html .blog-listing-with-sidebar.dark-mode-unable .comment-respond .comment-form>p label,
html .blog-listing-with-sidebar.dark-mode-unable .blogsqode-authorname-date .blogsqode-author-name,
html .blog-listing-with-sidebar.dark-mode-unable .blogsqode-comment-title,
html .blog-listing-with-sidebar.dark-mode-unable .blogsqode-single-post .blogsqode-entry-content h2,
html .blog-listing-with-sidebar.dark-mode-unable .blogsqode-single-post .blogsqode-entry-content h3,
html .blog-listing-with-sidebar.dark-mode-unable .blogsqode-tag-social h3,
html .blog-listing-with-sidebar.dark-mode-unable .blogsqode-post-item-inner .blogsqode_post_title a,
html .blog-listing-with-sidebar.dark-mode-unable .blogsqode_read_more_button.blogsqode-rmlayout-1:focus,
html .blog-listing-with-sidebar.dark-mode-unable .blogsqode_read_more_button.blogsqode-rmlayout-1:hover,
html .blog-listing-with-sidebar.dark-mode-unable .blogsqode_read_more_button.blogsqode-rmlayout-2:focus,
html .blog-listing-with-sidebar.dark-mode-unable .blogsqode_read_more_button.blogsqode-rmlayout-2:hover,
html .blog-listing-with-sidebar.dark-mode-unable .post-navigation .pagination-title-date .post-title,
html .single-blogsqode-post.dark-mode-unable.blogsqode_main_head h2.entry-title.blogsqode-single-post-title,
html .single-blogsqode-post.dark-mode-unable.blogsqode_main_head .blogsqode-authorname-date .blogsqode-author-name,
html .single-blogsqode-post.dark-mode-unable .comment-meta .comment-author .fn,
html .single-blogsqode-post.dark-mode-unable .comment-reply-title,
html .single-blogsqode-post.dark-mode-unable .comment-respond .comment-form>p label,
html .single-blogsqode-post.dark-mode-unable .blogsqode-authorname-date .blogsqode-author-name,
html .single-blogsqode-post.dark-mode-unable .blogsqode-comment-title,
html .single-blogsqode-post.dark-mode-unable .blogsqode-single-post .blogsqode-entry-content h2,
html .single-blogsqode-post.dark-mode-unable .blogsqode-single-post .blogsqode-entry-content h3,
html .single-blogsqode-post.dark-mode-unable .blogsqode-tag-social h3,
html .single-blogsqode-post.dark-mode-unable .blogsqode-post-item-inner .blogsqode_post_title a,
html .single-blogsqode-post.dark-mode-unable .blogsqode_read_more_button.blogsqode-rmlayout-1:focus,
html .single-blogsqode-post.dark-mode-unable .blogsqode_read_more_button.blogsqode-rmlayout-1:hover,
html .single-blogsqode-post.dark-mode-unable .blogsqode_read_more_button.blogsqode-rmlayout-2:focus,
html .single-blogsqode-post.dark-mode-unable .blogsqode_read_more_button.blogsqode-rmlayout-2:hover,
html .single-blogsqode-post.dark-mode-unable .post-navigation .pagination-title-date .post-title,
html .single-blogsqode-post.dark-mode-unable h2.entry-title.blogsqode-single-post-title{
	color: #fff;
}
html .blog-listing.dark-mode-unable .blogsqode-entry-content blockquote p,
html .single-blogsqode-post.dark-mode-unable .blogsqode-single-post .nav-links .meta-nav,
html .blog-listing.dark-mode-unable .blogsqode-post-item-inner .blogsqode_post_title a:focus,
html .blog-listing.dark-mode-unable .selected-layout.layout-9 .blogsqode_post_cat,
html .blog-listing-slider.dark-mode-unable .blogsqode-entry-content blockquote p,
html .blog-listing-slider.dark-mode-unable .blogsqode-single-post .nav-links .meta-nav,
html .blog-listing-slider.dark-mode-unable .blogsqode-post-item-inner .blogsqode_post_title a:focus,
html .blog-listing-slider.dark-mode-unable .selected-layout.layout-9 .blogsqode_post_cat,
html .blog-listing-slider-with.dark-mode-unable .blogsqode-entry-content blockquote p,
html .blog-listing-slider-with.dark-mode-unable .blogsqode-single-post .nav-links .meta-nav,
html .blog-listing-slider-with.dark-mode-unable .blogsqode-post-item-inner .blogsqode_post_title a:focus,
html .blog-listing-slider-with.dark-mode-unable .selected-layout.layout-9 .blogsqode_post_cat,
html .blog-listing-with-sidebar.dark-mode-unable .blogsqode-entry-content blockquote p,
html .blog-listing-with-sidebar.dark-mode-unable .blogsqode-single-post .nav-links .meta-nav,
html .blog-listing-with-sidebar.dark-mode-unable .blogsqode-post-item-inner .blogsqode_post_title a:focus,
html .blog-listing-with-sidebar.dark-mode-unable .selected-layout.layout-9 .blogsqode_post_cat{
	color: #fff !important;
}

html .blog-listing.dark-mode-unable .blogsqode_read_more_button.blogsqode-rmlayout-1 svg path,
html .blog-listing.dark-mode-unable .blogsqode_read_more_button.blogsqode-rmlayout-2 svg path,
html .blog-listing-slider.dark-mode-unable .blogsqode_read_more_button.blogsqode-rmlayout-1 svg path,
html .blog-listing-slider.dark-mode-unable .blogsqode_read_more_button.blogsqode-rmlayout-2 svg path,
html .blog-listing-slider-with.dark-mode-unable .blogsqode_read_more_button.blogsqode-rmlayout-1 svg path,
html .blog-listing-slider-with.dark-mode-unable .blogsqode_read_more_button.blogsqode-rmlayout-2 svg path,
html .blog-listing-with-sidebar.dark-mode-unable .blogsqode_read_more_button.blogsqode-rmlayout-1 svg path,
html .blog-listing-with-sidebar.dark-mode-unable .blogsqode_read_more_button.blogsqode-rmlayout-2 svg path   {
	fill: #32E1FB;
}

html .blog-listing.dark-mode-unable .blogsqode-navigation ul li a svg path,
html .blog-listing.dark-mode-unable .blogsqode_read_more_button.blogsqode-rmlayout-1:focus svg path,
html .blog-listing.dark-mode-unable .blogsqode_read_more_button.blogsqode-rmlayout-1:hover svg path,
html .blog-listing.dark-mode-unable .blogsqode_read_more_button.blogsqode-rmlayout-2:focus svg path,
html .blog-listing.dark-mode-unable .blogsqode_read_more_button.blogsqode-rmlayout-2:hover svg path ,
html .blog-listing-slider.dark-mode-unable .blogsqode-navigation ul li a svg path,
html .blog-listing-slider.dark-mode-unable .blogsqode_read_more_button.blogsqode-rmlayout-1:focus svg path,
html .blog-listing-slider.dark-mode-unable .blogsqode_read_more_button.blogsqode-rmlayout-1:hover svg path,
html .blog-listing-slider.dark-mode-unable .blogsqode_read_more_button.blogsqode-rmlayout-2:focus svg path,
html .blog-listing-slider.dark-mode-unable .blogsqode_read_more_button.blogsqode-rmlayout-2:hover svg path,
html .blog-listing-slider-with.dark-mode-unable .blogsqode-navigation ul li a svg path,
html .blog-listing-slider-with.dark-mode-unable .blogsqode_read_more_button.blogsqode-rmlayout-1:focus svg path,
html .blog-listing-slider-with.dark-mode-unable .blogsqode_read_more_button.blogsqode-rmlayout-1:hover svg path,
html .blog-listing-slider-with.dark-mode-unable .blogsqode_read_more_button.blogsqode-rmlayout-2:focus svg path,
html .blog-listing-slider-with.dark-mode-unable .blogsqode_read_more_button.blogsqode-rmlayout-2:hover svg path,
html .blog-listing-with-sidebar.dark-mode-unable .blogsqode-navigation ul li a svg path,
html .blog-listing-with-sidebar.dark-mode-unable .blogsqode_read_more_button.blogsqode-rmlayout-1:focus svg path,
html .blog-listing-with-sidebar.dark-mode-unable .blogsqode_read_more_button.blogsqode-rmlayout-1:hover svg path,
html .blog-listing-with-sidebar.dark-mode-unable .blogsqode_read_more_button.blogsqode-rmlayout-2:focus svg path,
html .blog-listing-with-sidebar.dark-mode-unable .blogsqode_read_more_button.blogsqode-rmlayout-2:hover svg path{
	fill: #ffffff;
}

html .blog-listing.dark-mode-unable .blogsqode-navigation ul li a:focus svg path,
html .blog-listing.dark-mode-unable .blogsqode-navigation ul li a:hover svg path,
html .blog-listing.dark-mode-unable .blogsqode-navigation ul li.active a svg path,
html .blog-listing-slider.dark-mode-unable .blogsqode-navigation ul li a:focus svg path,
html .blog-listing-slider.dark-mode-unable .blogsqode-navigation ul li a:hover svg path,
html .blog-listing-slider.dark-mode-unable .blogsqode-navigation ul li.active a svg path,
html .blog-listing-slider-with.dark-mode-unable .blogsqode-navigation ul li a:focus svg path,
html .blog-listing-slider-with.dark-mode-unable .blogsqode-navigation ul li a:hover svg path,
html .blog-listing-slider-with.dark-mode-unable .blogsqode-navigation ul li.active a svg path,
html .blog-listing-with-sidebar.dark-mode-unable .blogsqode-navigation ul li a:focus svg path,
html .blog-listing-with-sidebar.dark-mode-unable .blogsqode-navigation ul li a:hover svg path,
html .blog-listing-with-sidebar.dark-mode-unable .blogsqode-navigation ul li.active a svg path  {
	fill: #14141f;
	stroke: #ffffff;
}

html .single-blogsqode-post.dark-mode-unable.blogsqode_main_head,
html .blog-listing.dark-mode-unable .layout-4 .blogsqode-post-item-inner,
html .blog-listing.dark-mode-unable .layout-8 .blogsqode_post_cat,
html .blog-listing.dark-mode-unable .layout-8-content,
html .blog-listing-slider.dark-mode-unable .blogsqode_main_head,
html .blog-listing-slider.dark-mode-unable .layout-4 .blogsqode-post-item-inner,
html .blog-listing-slider.dark-mode-unable .layout-8 .blogsqode_post_cat,
html .blog-listing-slider.dark-mode-unable .layout-8-content,
html .blog-listing-slider-with.dark-mode-unable .blogsqode_main_head,
html .blog-listing-slider-with.dark-mode-unable .layout-4 .blogsqode-post-item-inner,
html .blog-listing-slider-with.dark-mode-unable .layout-8 .blogsqode_post_cat,
html .blog-listing-slider-with.dark-mode-unable .layout-8-content,
html .blog-listing-with-sidebar.dark-mode-unable .blogsqode_main_head,
html .blog-listing-with-sidebar.dark-mode-unable .layout-4 .blogsqode-post-item-inner,
html .blog-listing-with-sidebar.dark-mode-unable .layout-8 .blogsqode_post_cat,
html .blog-listing-with-sidebar.dark-mode-unable .layout-8-content {
	background-color: #000;
}

html .blog-listing.dark-mode-unable .layout-8 .blogsqode_post_cat ,
html .blog-listing-slider.dark-mode-unable .layout-8 .blogsqode_post_cat,
html .blog-listing-slider-with.dark-mode-unable .layout-8 .blogsqode_post_cat,
html .blog-listing-with-sidebar.dark-mode-unable .layout-8 .blogsqode_post_cat {
	color: #ffffff !important;
}

html .blog-listing.dark-mode-unable .layout-4 .blogsqode_post_cat,
html .blog-listing-slider.dark-mode-unable .layout-4 .blogsqode_post_cat,
html .blog-listing-slider-with.dark-mode-unable .layout-4 .blogsqode_post_cat,
html .blog-listing-with-sidebar.dark-mode-unable .layout-4 .blogsqode_post_cat {
	color: #000000 !important;
	background-color: #32E1FB;
}

html .blog-listing.dark-mode-unable .blog-thumbnail-wrap.layout-3 .blogsqode_post_cat,
html .blog-listing.dark-mode-unable .blogsqode-entry-content blockquote,
html .single-blogsqode-post.dark-mode-unable.blogsqode_main_head .blogsqode-single-social-share .blogsqode-social-icon,
html .blog-listing.dark-mode-unable .selected-layout.layout-2 .blogsqode-post-item-inner,
html .blog-listing.dark-mode-unable .selected-layout.layout-3 .content,
html .blog-listing.dark-mode-unable .selected-layout.layout-5 .content,
html .blog-listing.dark-mode-unable .selected-layout.layout-6 .content,
html .blog-listing.dark-mode-unable .layout-6-top,
html .blog-listing.dark-mode-unable .layout-9-content,
html .blog-listing.dark-mode-unable .layout-7-content,
html .blog-listing.dark-mode-unable .layout-12 .blogsqode-post-item-inner,
html .blog-listing-slider.dark-mode-unable .blog-thumbnail-wrap.layout-3 .blogsqode_post_cat,
html .blog-listing-slider.dark-mode-unable .blogsqode-entry-content blockquote,
html .blog-listing-slider.dark-mode-unable .blogsqode-single-social-share .blogsqode-social-icon,
html .blog-listing-slider.dark-mode-unable .selected-layout.layout-2 .blogsqode-post-item-inner,
html .blog-listing-slider.dark-mode-unable .selected-layout.layout-3 .content,
html .blog-listing-slider.dark-mode-unable .selected-layout.layout-5 .content,
html .blog-listing-slider.dark-mode-unable .selected-layout.layout-6 .content,
html .blog-listing-slider.dark-mode-unable .layout-6-top,
html .blog-listing-slider.dark-mode-unable .layout-9-content,
html .blog-listing-slider.dark-mode-unable .layout-7-content,
html .blog-listing-slider.dark-mode-unable .layout-12 .blogsqode-post-item-inner,
html .blog-listing-slider-with.dark-mode-unable .blog-thumbnail-wrap.layout-3 .blogsqode_post_cat,
html .blog-listing-slider-with.dark-mode-unable .blogsqode-entry-content blockquote,
html .blog-listing-slider-with.dark-mode-unable .blogsqode-single-social-share .blogsqode-social-icon,
html .blog-listing-slider-with.dark-mode-unable .selected-layout.layout-2 .blogsqode-post-item-inner,
html .blog-listing-slider-with.dark-mode-unable .selected-layout.layout-3 .content,
html .blog-listing-slider-with.dark-mode-unable .selected-layout.layout-5 .content,
html .blog-listing-slider-with.dark-mode-unable .selected-layout.layout-6 .content,
html .blog-listing-slider-with.dark-mode-unable .layout-6-top,
html .blog-listing-slider-with.dark-mode-unable .layout-9-content,
html .blog-listing-slider-with.dark-mode-unable .layout-7-content,
html .blog-listing-slider-with.dark-mode-unable .layout-12 .blogsqode-post-item-inner,
html .blog-listing-with-sidebar.dark-mode-unable .blog-thumbnail-wrap.layout-3 .blogsqode_post_cat,
html .blog-listing-with-sidebar.dark-mode-unable .blogsqode-entry-content blockquote,
html .blog-listing-with-sidebar.dark-mode-unable .blogsqode-single-social-share .blogsqode-social-icon,
html .blog-listing-with-sidebar.dark-mode-unable .selected-layout.layout-2 .blogsqode-post-item-inner,
html .blog-listing-with-sidebar.dark-mode-unable .selected-layout.layout-3 .content,
html .blog-listing-with-sidebar.dark-mode-unable .selected-layout.layout-5 .content,
html .blog-listing-with-sidebar.dark-mode-unable .selected-layout.layout-6 .content,
html .blog-listing-with-sidebar.dark-mode-unable .layout-6-top,
html .blog-listing-with-sidebar.dark-mode-unable .layout-9-content,
html .blog-listing-with-sidebar.dark-mode-unable .layout-7-content,
html .blog-listing-with-sidebar.dark-mode-unable .layout-12 .blogsqode-post-item-inner{
	background-color: #14141f;
}

html .blog-listing.dark-mode-unable .comment-respond,
html .blog-listing.dark-mode-unable .blogsqode-comment-title,
html .blog-listing.dark-mode-unable .blogsqode-single-post .post-navigation,
html .blog-listing.dark-mode-unable .selected-layout.layout-2 .blogsqode-post-item-inner,
html .blog-listing.dark-mode-unable .selected-layout.layout-3 .content,
html .blog-listing-slider.dark-mode-unable .comment-respond,
html .blog-listing-slider.dark-mode-unable .blogsqode-comment-title,
html .blog-listing-slider.dark-mode-unable .blogsqode-single-post .post-navigation,
html .blog-listing-slider.dark-mode-unable .selected-layout.layout-2 .blogsqode-post-item-inner,
html .blog-listing-slider.dark-mode-unable .selected-layout.layout-3 .content,
html .blog-listing-slider-with.dark-mode-unable .comment-respond,
html .blog-listing-slider-with.dark-mode-unable .blogsqode-comment-title,
html .blog-listing-slider-with.dark-mode-unable .blogsqode-single-post .post-navigation,
html .blog-listing-slider-with.dark-mode-unable .selected-layout.layout-2 .blogsqode-post-item-inner,
html .blog-listing-slider-with.dark-mode-unable .selected-layout.layout-3 .content,
html .blog-listing-with-sidebar.dark-mode-unable .comment-respond,
html .blog-listing-with-sidebar.dark-mode-unable .blogsqode-comment-title,
html .blog-listing-with-sidebar.dark-mode-unable .blogsqode-single-post .post-navigation,
html .blog-listing-with-sidebar.dark-mode-unable .selected-layout.layout-2 .blogsqode-post-item-inner,
html .blog-listing-with-sidebar.dark-mode-unable .selected-layout.layout-3 .content {
	border-color: #14141f
}

html .blog-listing.dark-mode-unable input,
html .blog-listing.dark-mode-unable textarea,
html .blog-listing-slider.dark-mode-unable input,
html .blog-listing-slider.dark-mode-unable textarea,
html .blog-listing-slider-with.dark-mode-unable input,
html .blog-listing-slider-with.dark-mode-unable textarea,
html .blog-listing-with-sidebar.dark-mode-unable input,
html .blog-listing-with-sidebar.dark-mode-unable textarea {
	background-color: #14141f !important
}

html .blog-listing.dark-mode-unable .selected-layout.layout-5 .content,
html .blog-listing.dark-mode-unable .selected-layout.layout-6 .content,
html .blog-listing.dark-mode-unable .layout-7-content,
html .blog-listing-slider.dark-mode-unable .selected-layout.layout-5 .content,
html .blog-listing-slider.dark-mode-unable .selected-layout.layout-6 .content,
html .blog-listing-slider.dark-mode-unable .layout-7-content,
html .blog-listing-slider-with.dark-mode-unable .selected-layout.layout-5 .content,
html .blog-listing-slider-with.dark-mode-unable .selected-layout.layout-6 .content,
html .blog-listing-slider-with.dark-mode-unable .layout-7-content,
html .blog-listing-with-sidebar.dark-mode-unable .selected-layout.layout-5 .content,
html .blog-listing-with-sidebar.dark-mode-unable .selected-layout.layout-6 .content,
html .blog-listing-with-sidebar.dark-mode-unable .layout-7-content{
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);	
}
html .blog-listing.dark-mode-unable .layout-6-top,
html .blog-listing-slider.dark-mode-unable .layout-6-top,
html .blog-listing-slider-with.dark-mode-unable .layout-6-top,
html .blog-listing-with-sidebar.dark-mode-unable .layout-6-top{
	box-shadow: 0px 0 10px rgba(0, 0, 0, 0.3);	
}
html .blog-listing.dark-mode-unable .layout-12 .blogsqode-post-item-inner,
html .blog-listing-slider.dark-mode-unable .layout-12 .blogsqode-post-item-inner,
html .blog-listing-slider-with.dark-mode-unable .layout-12 .blogsqode-post-item-inner,
html .blog-listing-with-sidebar.dark-mode-unable .layout-12 .blogsqode-post-item-inner{
	box-shadow: 0px 20px 40px -10px rgba(20, 20, 31, 0.1);
}
html .blog-listing.dark-mode-unable .blogsqode-single-count-cat .blogsqode_post_cat,
html .blog-listing-slider.dark-mode-unable .blogsqode-single-count-cat .blogsqode_post_cat,
html .blog-listing-with-sidebar.dark-mode-unable .blogsqode-single-count-cat .blogsqode_post_cat {
	color: var(--bg-color) !important;
	background-color: transparent;
}
html .blog-slider-layout-bg.blog-listing.dark-mode-unable .blogsqode-single-count-cat .blogsqode_post_cat,
html .blog-slider-layout-bg.blog-listing-slider.dark-mode-unable .blogsqode-single-count-cat .blogsqode_post_cat {
	color: var(--slider-bg-color) !important;
	background-color: transparent;
}
html .blog-slider-layout-bg-with-sidebar.blog-listing.dark-mode-unable .blogsqode-single-count-cat .blogsqode_post_cat,
html .blog-slider-layout-bg-with-sidebar.blog-listing-slider.dark-mode-unable .blogsqode-single-count-cat .blogsqode_post_cat {
	color: var(--slider-secondary-bg-color) !important;
	background-color: transparent;
}
html .blog-listing.dark-mode-unable .blogsqode-post-item-inner,
html .blog-listing-slider.dark-mode-unable .blogsqode-post-item-inner,
html .blog-listing-slider-with.dark-mode-unable .blogsqode-post-item-inner,
html .blog-listing-with-sidebar.dark-mode-unable .blogsqode-post-item-inner {
	background-color: #000000;
}
html .blog-listing.dark-mode-unable .blogsqode_post_cat.layout-11,
html .blog-listing.dark-mode-unable .layout-13-top .blogsqode-post-date,
html .blog-listing.dark-mode-unable .layout-13-top .blogsqode_post_cat,
html .blog-listing-slider.dark-mode-unable .blogsqode_post_cat.layout-11,
html .blog-listing-slider.dark-mode-unable .layout-13-top .blogsqode-post-date,
html .blog-listing-slider.dark-mode-unable .layout-13-top .blogsqode_post_cat,
html .blog-listing-slider-with.dark-mode-unable .blogsqode_post_cat.layout-11,
html .blog-listing-slider-with.dark-mode-unable .layout-13-top .blogsqode-post-date,
html .blog-listing-slider-with.dark-mode-unable .layout-13-top .blogsqode_post_cat,
html .blog-listing-with-sidebar.dark-mode-unable .blogsqode_post_cat.layout-11,
html .blog-listing-with-sidebar.dark-mode-unable .layout-13-top .blogsqode-post-date,
html .blog-listing-with-sidebar.dark-mode-unable .layout-13-top .blogsqode_post_cat{
	color: #808080 !important;
}
html .blog-listing.dark-mode-unable .blog-thumbnail-wrap-layout-16 .blogsqode_post_cat,
html .blog-listing-slider.dark-mode-unable .blog-thumbnail-wrap-layout-16 .blogsqode_post_cat,
html .blog-listing-slider-with.dark-mode-unable .blog-thumbnail-wrap-layout-16 .blogsqode_post_cat,
html .blog-listing-with-sidebar.dark-mode-unable .blog-thumbnail-wrap-layout-16 .blogsqode_post_cat{
	background-color: #32E1FB;
}
html .blog-listing.dark-mode-unable .blog-thumbnail-wrap-layout-16 .blogsqode_post_cat,
html .blog-listing-slider.dark-mode-unable .blog-thumbnail-wrap-layout-16 .blogsqode_post_cat,
html .blog-listing-slider-with.dark-mode-unable .blog-thumbnail-wrap-layout-16 .blogsqode_post_cat,
html .blog-listing-with-sidebar.dark-mode-unable .blog-thumbnail-wrap-layout-16 .blogsqode_post_cat {
	color: #000000 !important;
}

html .blog-listing.dark-mode-unable .layout-18-content,
html .blog-listing-slider.dark-mode-unable .layout-18-content,
html .blog-listing-slider-with.dark-mode-unable .layout-18-content,
html .blog-listing-with-sidebar.dark-mode-unable .layout-18-content {
	background-color: #000000;
}

html .blog-listing.dark-mode-unable .layout-19-content .blogsqode-post-date,
html .blog-listing-slider.dark-mode-unable .layout-19-content .blogsqode-post-date,
html .blog-listing-slider-with.dark-mode-unable .layout-19-content .blogsqode-post-date,
html .blog-listing-with-sidebar.dark-mode-unable .layout-19-content .blogsqode-post-date{
	color: #ffffff;
	background-color: #000000;
}

html .blog-listing.dark-mode-unable .layout-19-top .blogsqode-author-name ,
html .blog-listing-slider.dark-mode-unable .layout-19-top .blogsqode-author-name,
html .blog-listing-slider-with.dark-mode-unable .layout-19-top .blogsqode-author-name,
html .blog-listing-with-sidebar.dark-mode-unable .layout-19-top .blogsqode-author-name {
	color: #808080;
}

html .blog-listing.dark-mode-unable .layout-20-top .blogsqode_post_cat,
html .blog-listing-slider.dark-mode-unable .layout-20-top .blogsqode_post_cat,
html .blog-listing-slider-with.dark-mode-unable .layout-20-top .blogsqode_post_cat,
html .blog-listing-with-sidebar.dark-mode-unable .layout-20-top .blogsqode_post_cat  {
	color: #808080 !important;
}

html .blog-listing.dark-mode-unable .blogsqode-post-background-layout-21,
html .blog-listing-slider.dark-mode-unable .blogsqode-post-background-layout-21,
html .blog-listing-slider-with.dark-mode-unable .blogsqode-post-background-layout-21,
html .blog-listing-with-sidebar.dark-mode-unable .blogsqode-post-background-layout-21  {
	background-color: #ffffff;
}

html .blog-listing.dark-mode-unable .layout-25-content,
html .blog-listing-slider.dark-mode-unable .layout-25-content,
html .blog-listing-slider-with.dark-mode-unable .layout-25-content,
html .blog-listing-with-sidebar.dark-mode-unable .layout-25-content {
	background-color: #000000;
	border: 1px solid #000000;
}

html .blog-listing.dark-mode-unable .layout-25-bottom .blogsqode-author-name,
html .blog-listing-slider.dark-mode-unable .layout-25-bottom .blogsqode-author-name,
html .blog-listing-slider-with.dark-mode-unable .layout-25-bottom .blogsqode-author-name,
html .blog-listing-with-sidebar.dark-mode-unable .layout-25-bottom .blogsqode-author-name  {
	color: #808080;
}

html .blog-listing.dark-mode-unable .layout-26-bottom .blogsqode-author-name,
html .blog-listing-slider.dark-mode-unable .layout-26-bottom .blogsqode-author-name,
html .blog-listing-slider-with.dark-mode-unable .layout-26-bottom .blogsqode-author-name,
html .blog-listing-with-sidebar.dark-mode-unable .layout-26-bottom .blogsqode-author-name  {
	color: #808080;
}

html .blog-listing.dark-mode-unable .blog_lyt_26_mask_1,
html .blog-listing.dark-mode-unable .blog_lyt_26_mask_2,
html .blog-listing-slider.dark-mode-unable .blog_lyt_26_mask_1,
html .blog-listing-slider.dark-mode-unable .blog_lyt_26_mask_2,
html .blog-listing-slider.dark-mode-unable .blog_lyt_26_mask_1,
html .blog-listing-slider.dark-mode-unable .blog_lyt_26_mask_2,
html .blog-listing-with-sidebar.dark-mode-unable .blog_lyt_26_mask_1,
html .blog-listing-with-sidebar.dark-mode-unable .blog_lyt_26_mask_2 {
	background: rgba(255, 255, 255, 0.3);
}

html .blog-listing.dark-mode-unable .blogsqode-author-comment-layout-27 .blogsqode-author-name,
html .blog-listing-slider.dark-mode-unable .blogsqode-author-comment-layout-27 .blogsqode-author-name,
html .blog-listing-slider-with.dark-mode-unable .blogsqode-author-comment-layout-27 .blogsqode-author-name,
html .blog-listing-with-sidebar.dark-mode-unable .blogsqode-author-comment-layout-27 .blogsqode-author-name {
	color: #808080;
}

html .blog-listing.dark-mode-unable .blog-thumbnail-wrap-layout-27::before ,
html .blog-listing-slider.dark-mode-unable .blog-thumbnail-wrap-layout-27::before,
html .blog-listing-slider-with.dark-mode-unable .blog-thumbnail-wrap-layout-27::before,
html .blog-listing-with-sidebar.dark-mode-unable .blog-thumbnail-wrap-layout-27::before{
	content: none;
}

html .blog-listing.dark-mode-unable .layout-28-content,
html .blog-listing-slider.dark-mode-unable .layout-28-content,
html .blog-listing-slider-with.dark-mode-unable .layout-28-content,
html .blog-listing-with-sidebar.dark-mode-unable .layout-28-content {
	background-color: #000000;
}

html .blog-listing.dark-mode-unable .layout-28-bottom .blogsqode-author-name,
html .blog-listing-slider.dark-mode-unable .layout-28-bottom .blogsqode-author-name,
html .blog-listing-slider-with.dark-mode-unable .layout-28-bottom .blogsqode-author-name,
html .blog-listing-with-sidebar.dark-mode-unable .layout-28-bottom .blogsqode-author-name {
	color: #808080;
}

html .blog-listing.dark-mode-unable .blog-thumbnail-wrap-layout-29 .blogsqode_post_cat,
html .blog-listing-slider.dark-mode-unable .blog-thumbnail-wrap-layout-29 .blogsqode_post_cat,
html .blog-listing-slider-with.dark-mode-unable .blog-thumbnail-wrap-layout-29 .blogsqode_post_cat,
html .blog-listing-with-sidebar.dark-mode-unable .blog-thumbnail-wrap-layout-29 .blogsqode_post_cat{
	background-color: #32E1FB;
}

html .blog-listing.dark-mode-unable .blogsqode-author-wrap-layout-30 .blogsqode-author-name,
html .blog-listing-slider.dark-mode-unable .blogsqode-author-wrap-layout-30 .blogsqode-author-name,
html .blog-listing-slider-with.dark-mode-unable .blogsqode-author-wrap-layout-30 .blogsqode-author-name,
html .blog-listing-with-sidebar.dark-mode-unable .blogsqode-author-wrap-layout-30 .blogsqode-author-name{
	color: #808080;
}

html .blog-listing.dark-mode-unable .layout-30-top .blogsqode-post-date,
html .blog-listing-slider.dark-mode-unable .layout-30-top .blogsqode-post-date,
html .blog-listing-slider-with.dark-mode-unable .layout-30-top .blogsqode-post-date,
html .blog-listing-with-sidebar.dark-mode-unable .layout-30-top .blogsqode-post-date{
	background-color: #32E1FB;
}

html .blogsqode-blog-wrap.blog-listing.dark-mode-unable .layout-30-top .blogsqode-post-date .blog_date,
html .blog-listing-slider.dark-mode-unable .layout-30-top .blogsqode-post-date .blog_date,
html .blog-listing-slider-with.dark-mode-unable .layout-30-top .blogsqode-post-date .blog_date,
html .blog-listing-with-sidebar.dark-mode-unable .layout-30-top .blogsqode-post-date .blog_date {
	color: #000000;
}

html .blog-listing.dark-mode-unable .blogsqode-post-item-inner-layout-30:hover .blog-thumbnail-wrap-layout-30::before,
html .blog-listing-slider.dark-mode-unable .blogsqode-post-item-inner-layout-30:hover .blog-thumbnail-wrap-layout-30::before,
html .blog-listing-slider-with.dark-mode-unable .blogsqode-post-item-inner-layout-30:hover .blog-thumbnail-wrap-layout-30::before,
html .blog-listing-with-sidebar.dark-mode-unable .blogsqode-post-item-inner-layout-30:hover .blog-thumbnail-wrap-layout-30::before {
	opacity: 1;
	border: 140px solid rgba(255,255,255,0.7);
}

html .blog-listing.dark-mode-unable #single-layout-3 .user_name .blogsqode-author-name,
html .blog-listing-slider.dark-mode-unable #single-layout-3 .user_name .blogsqode-author-name,
html .blog-listing-slider-with.dark-mode-unable #single-layout-3 .user_name .blogsqode-author-name,
html .single-blogsqode-post.dark-mode-unable #single-layout-3 .user_name .blogsqode-author-name {
	color: #ffffff;
}

html .blog-listing.dark-mode-unable #single-layout-3 .blogsqode_post_cat,
html .blog-listing-slider.dark-mode-unable #single-layout-3 .blogsqode_post_cat,
html .blog-listing-slider-with.dark-mode-unable #single-layout-3 .blogsqode_post_cat,
html .single-blogsqode-post.dark-mode-unable #single-layout-3 .blogsqode_post_cat{
	color: #ffffff !important;
	background-color: #343444;
}

html .blog-listing.dark-mode-unable #single-layout-3 .single_blog_share_box_lyt_3 label svg path,
html .blog-listing-slider.dark-mode-unable #single-layout-3 .single_blog_share_box_lyt_3 label svg path,
html .blog-listing-slider-with.dark-mode-unable #single-layout-3 .single_blog_share_box_lyt_3 label svg path,
html .single-blogsqode-post.dark-mode-unable #single-layout-3 .single_blog_share_box_lyt_3 label svg path {
	fill: #ffffff;
}

html .blog-listing.dark-mode-unable #single-layout-3 .single_blog_share_box_lyt_3 h3,
html .blog-listing-slider.dark-mode-unable #single-layout-3 .single_blog_share_box_lyt_3 h3,
html .blog-listing-slider-with.dark-mode-unable #single-layout-3 .single_blog_share_box_lyt_3 h3,
html .single-blogsqode-post.dark-mode-unable #single-layout-3 .single_blog_share_box_lyt_3 h3 {
	color: #ffffff;
}

html .blog-listing.dark-mode-unable #single-layout-4 .blogsqode-post-date,
html .blog-listing-slider.dark-mode-unable #single-layout-4 .blogsqode-post-date,
html .blog-listing-slider-with.dark-mode-unable #single-layout-4 .blogsqode-post-date,
html .single-blogsqode-post.dark-mode-unable #single-layout-4 .blogsqode-post-date {
	color: #ffffff;
	background-color: #000000;
}

html .blog-listing.dark-mode-unable #single-layout-4 .author_detail_wrap .blogsqode-author-name,
html .blog-listing-slider.dark-mode-unable #single-layout-4 .author_detail_wrap .blogsqode-author-name,
html .blog-listing-slider-with.dark-mode-unable #single-layout-4 .author_detail_wrap .blogsqode-author-name,
html .single-blogsqode-post.dark-mode-unable #single-layout-4 .author_detail_wrap .blogsqode-author-name{
	color: #ffffff;
}

html .blog-listing.dark-mode-unable #single-layout-4 .blogsqode-entry-content p::first-letter,
html .blog-listing-slider.dark-mode-unable #single-layout-4 .blogsqode-entry-content p::first-letter,
html .blog-listing-slider-with.dark-mode-unable #single-layout-4 .blogsqode-entry-content p::first-letter,
html .single-blogsqode-post.dark-mode-unable #single-layout-4 .blogsqode-entry-content p::first-letter{
	color: #808080;
}

html .blog-listing.dark-mode-unable #single-layout-4 .single_blog_tag_box_lyt_4 .blogsqode-single-tags a,
html .blog-listing.dark-mode-unable #single-layout-4 .single_blog_share_box_lyt_4 .blogsqode-single-social-share a,
html .blog-listing-slider.dark-mode-unable #single-layout-4 .single_blog_tag_box_lyt_4 .blogsqode-single-tags a,
html .blog-listing-slider.dark-mode-unable #single-layout-4 .single_blog_share_box_lyt_4 .blogsqode-single-social-share a,
html .single-blogsqode-post.dark-mode-unable #single-layout-4 .single_blog_tag_box_lyt_4 .blogsqode-single-tags a,
html .single-blogsqode-post.dark-mode-unable #single-layout-4 .single_blog_share_box_lyt_4 .blogsqode-single-social-share a  {
	color: #ffffff !important;
	background-color: #343444;
}

html .blog-listing.dark-mode-unable #single-layout-5 .single_blog_detail::after,
html .blog-listing-slider.dark-mode-unable #single-layout-5 .single_blog_detail::after,
html .single-blogsqode-post.dark-mode-unable #single-layout-5 .single_blog_detail::after{
	background-color: #808080;
}

html .single-blogsqode-post.dark-mode-unable #single-layout-5 .blogsqode_post_cat,
html .single-blogsqode-post.dark-mode-unable #single-layout-5 .blogsqode-post-date,
html .single-blogsqode-post.dark-mode-unable #single-layout-5 .blogsqode-comments-number,
html .single-blogsqode-post.dark-mode-unable #single-layout-5 .blogsqode-author-name,
html .blog-listing-slider.dark-mode-unable #single-layout-5 .blogsqode_post_cat,
html .blog-listing-slider.dark-mode-unable #single-layout-5 .blogsqode-post-date,
html .blog-listing-slider.dark-mode-unable #single-layout-5 .blogsqode-comments-number,
html .blog-listing-slider.dark-mode-unable #single-layout-5 .blogsqode-author-name {
	color: #ffffff !important;
}

html body .blogsqode_single_tags_4 {
    display: flex;
    gap: 5px;
}

html .single-blogsqode-post.dark-mode-unable #single-layout-5 .tags-layout-5 .blogsqode-single-tags a,
html .blog-listing-slider.dark-mode-unable #single-layout-5 .tags-layout-5 .blogsqode-single-tags a {
	color: #ffffff !important;
	background-color: #343444;
}

@media(min-width: 1500px){
	html body .blogsqode-blog-wrap .selected-layout.post-grid-4{
		max-width: 1500px;
	}
}

@media(max-width: 1500px){
	html body .blogsqode-blog-wrap .selected-layout.layout-5,
	html body .category-filter-all{
		max-width: 100%;
	}
}

@media(max-width: 1600px) and (min-width: 1200px){
	html body .layout-10-top{
		padding: 20px 10px;
	}
	html body .layout-10-top .blogsqode_post_cat,
	html body  .layout-10-top .blogsqode-post-date{
		margin: 0 5px!important;
	}
}

@media(max-width: 1500px) and (min-width: 1200px){
	html body .post-grid-4 .layout-8-content .blogsqode-comments-number,
	html body .post-grid-4 .layout-9-content .blogsqode-comments-number{
		float: none;
		clear: both;
		display: inline-block;
		width: 100%;
	}
	html body .post-grid-4 .blog-thumbnail-wrap.layout-7,
	html body .post-grid-4 .blog-thumbnail-wrap.layout-8,
	html body .post-grid-4 .blog-thumbnail-wrap.layout-9{
		height: 240px;
	}

	html body .post-grid-4 .blog-thumbnail-wrap.layout-11,
	html body .post-grid-4 .blog-thumbnail-wrap.layout-12{
		height: 300px;
	}
	html body .post-grid-4 .layout-12-top{
		display: block;
		text-align: center;
		top: -30px;
		padding: 10px;
	}
	html body .post-grid-4 .blogsqode_post_cat.layout-12{
		margin-bottom: 5px!important;
	}
	html body .selected-layout.layout-12 .blogsqode-post-item-inner .content{
		padding: 35px 20px 30px 20px;
	}
}

@media(min-width:1200px) {
	html body .post-grid-2 .blog-thumbnail-wrap.layout-1 {
		height: 230px
	}
	html body .blogsqode-blog-wrap .selected-layout.post-grid-4 .layout-5-top{
		display: block;
	}
	html body .selected-layout.post-grid-4 .layout-5-top .blogsqode-post-date:before, 
	html body .selected-layout.post-grid-4 .layout-5-top .blogsqode-post-date:after{
		content: none;
	}
	html body .selected-layout.post-grid-4 .layout-5-top .blogsqode_post_cat{
		float: left;
	}
	html body .selected-layout.post-grid-4 .layout-5-top .blogsqode-post-date{
		float: right;
	}
	html body .selected-layout.post-grid-4 .layout-5-top .blogsqode-comments-number{
		display: block;
		margin-top: 5px;
		clear: both;
	}
}

@media(max-width: 1410px) and (min-width: 1200px){
	html body .selected-layout.post-grid-4 .layout-5-top .blogsqode-post-date{
		float: none;
		margin-top: 5px;
	}
	html body .selected-layout.post-grid-4 .layout-5-top .blogsqode_post_cat{
		float: none;

	}
}

@media(max-width:1500px) {
	html body .blog-single-thumbnail-wrap {
		height: 500px
	}
}
@media(max-width:1300px) {
	html body .post-grid-4 .blogsqode-post-item{
		max-width: 100%;
		width: 25%
	}
	html body .selected-layout.layout-5 .content,
	html body .selected-layout.layout-6 .content{
		padding: 10px;
	}
}

@media(max-width: 1200px) {
	html body #single-layout-5 .blogsqode-single-social-share a {
		width: 110px;
	}
	html body #single-layout-5 .blogsqode-entry-content p {
		margin-top: 20px !important;
	}
	html body.single-blogsqode-layout-4 .blogsqode-comment-title {
		margin-top: 20px;
	}
	html body.single-blogsqode-layout-4 .blogsqode-single-post .post-navigation {
		padding-top: 20px;
	}
	html body #single-layout-4 .single_blog_tag_box_lyt_4, 
	html body #single-layout-4 .single_blog_share_box_lyt_4 {
		margin-top: 30px;
	}
	html body #single-layout-4 .blogsqode-entry-content p {
		margin-top: 20px !important;
	}
	html body #single-layout-3 .blogsqode-entry-content p::first-letter,
	html body #single-layout-4 .blogsqode-entry-content p::first-letter,
	html body #single-layout-5 .blogsqode-entry-content p::first-letter {
		font-size: 80px;
		line-height: 80px;
	}
	html body #single-layout-3 .blog-single-thumbnail-wrap {
		margin: 30px 0;
	}
	html body .blogsqode-blog-wrap .layout-18 .blogsqode-post-item,
	html body .blogsqode-blog-wrap .layout-19 .blogsqode-post-item,
	html body .blogsqode-blog-wrap .layout-20 .blogsqode-post-item,
	html body .blogsqode-blog-wrap .layout-21 .blogsqode-post-item,
	html body .blogsqode-blog-wrap .layout-22 .blogsqode-post-item,
	html body .blogsqode-blog-wrap .layout-23 .blogsqode-post-item,
	html body .blogsqode-blog-wrap .layout-24 .blogsqode-post-item,
	html body .blogsqode-blog-wrap .layout-25 .blogsqode-post-item,
	html body .blogsqode-blog-wrap .layout-26 .blogsqode-post-item,
	html body .blogsqode-blog-wrap .layout-27 .blogsqode-post-item,
	html body .blogsqode-blog-wrap .layout-28 .blogsqode-post-item,
	html body .blogsqode-blog-wrap .layout-29 .blogsqode-post-item,
	html body .blogsqode-blog-wrap .layout-30 .blogsqode-post-item {
		padding:0;
	}
	html body .layout-30-content {
		padding: 50px 20px 20px 20px;
	}
	html body .blog-thumbnail-wrap-layout-29 .blogsqode_post_cat {
		padding: 5px;
	}
	html body .blogsqode-post-date-title-layout-29 {
		padding: 20px;
	}
	html body .layout-29-content .blogsqode_read_more_button {
		margin: 20px 20px;
	}
	html body .layout-27-content {
		padding: 20px;
	}
	html body .blogsqode-author-comment-layout-27 .blogsqode-comments-number {
		margin-top: 0;
	}
	html body .layout-27-content .blogsqode_post_title {
		padding-top: 20px;
	}
	html body .blogsqode_cal_date_layout_26 .blogsqode-post-date {
		font-size: 16px;
		line-height: 16px;
		padding: 5px 10px;
	}
	html body .blogsqode_cal_date_layout_26 .blogsqode-post-date svg {
		width: 20px;
		height: 20px;
		margin-right: 5px;
	}
	html body .layout-25-content .blogsqode_read_more_button {
		margin-top: 20px;
	}
	html body .layout-25-content {
		padding: 50px 20px 20px 20px;
	}
	html body .blogsqode-post-item-inner-layout-21 {
		padding: 15px;
	}
	html body .blogsqode-post-item-inner-layout-20 .blog-thumbnail-wrap::before {
		width: 85%;
	}
	html body .layout-20-top-content,
	html body .layout-20-bottom-content {
		padding: 20px;
	}
	html body .blogsqode-post-item-inner-layout-20 .blogsqode_read_more_button {
		margin-top: 20px;
	}
	html body .layout-18-top .blogsqode-post-date,
	html body .layout-19-top .blogsqode-author-wrap {
		width: 78%;
	}
	html body .layout-18-top #wrapper.social_share,
	html body .layout-19-top #wrapper.social_share {
		width: 22%;
	}
	html body .blog-thumbnail-wrap-layout-17 .blogsqode_post_title {
		bottom: 15px;
	}
	html body .blog-thumbnail-wrap-layout-17 .blogsqode_post_title a {
		font-size: 22px;
		line-height: 32px;
		height: 60px;
	}
	html body .blogsqode-blog-wrap .layout-10 .blogsqode-post-item-inner .blogsqode_read_more_button {
		margin-top: 20px;
	}
	html body .layout-8-content .blogsqode_read_more_button,
	html body .layout-13-content .blogsqode_read_more_button,
	html body .layout-14-content .blogsqode_read_more_button {
		margin-top: 20px;
	}
	html body .selected-layout {
		padding: 0 15px
	}
	html body .post-grid-2 .blogsqode_post_title a {
		height: 60px
	}
	html body .blogsqode-blog-wrap .post-grid-4 .blogsqode-post-item{
		width: calc(33.33% - 30px);
	}
	html body .blog-thumbnail-wrap.layout-5{
		height: 240px;
	}
	html body .layout-5-top{
		display: block;
	}
	html body .layout-5-top .blogsqode-post-date:before, 
	html body .layout-5-top .blogsqode-post-date:after{
		content: none;
	}
	html body .layout-5-top .blogsqode-post-date{
		float: right;
	}
	html body .layout-5-top .blogsqode_post_cat{
		float: left;
	}
	html body .blogsqode-comments-number{
		clear: both;
		margin-top: 10px;
		display: block;
	}
	html body .blogsqode-blog-wrap .selected-layout{
		max-width: 100%;
	}
	html body .layout-10-top{
		padding: 20px 10px;
	}
	html body .layout-10-top .blogsqode_post_cat, 
	html body .layout-10-top .blogsqode-post-date{
		margin: 0 5px!important;
	}
	html body h2.entry-title.blogsqode-single-post-title {
		font-size: 32px;
		margin-bottom: 30px;
	}
	html body #single-layout-2 .blog-single-thumbnail-wrap {
		margin: 30px 0;
	}
	html body .post_cats, 
	html body .post_tags {
		margin-bottom: 30px;
	}
	html body .blogsqode-single-post .post-navigation {
		padding-top: 30px;
	}
	html body .blogsqode-comment-title {
		margin-top: 30px;
	}
	/* Layout Responsive Wrap Box Grid-3 */
	html body .blogsqode-blog-wrap .layout-21 .blogsqode-post-item,
	html body .blogsqode-blog-wrap .layout-23 .blogsqode-post-item,
	html body .blogsqode-blog-wrap .layout-24 .blogsqode-post-item, 
	html body .blogsqode-blog-wrap .layout-25 .blogsqode-post-item, 
	html body .blogsqode-blog-wrap .layout-26 .blogsqode-post-item, 
	html body .blogsqode-blog-wrap .layout-27 .blogsqode-post-item, 
	html body .blogsqode-blog-wrap .layout-28 .blogsqode-post-item, 
	html body .blogsqode-blog-wrap .layout-29 .blogsqode-post-item, 
	html body .blogsqode-blog-wrap .layout-30 .blogsqode-post-item {
		margin: 0 10px;
		margin-bottom: 20px;
		width: calc(33.33% - 20px);
	}
	html body .selected-layout.layout-5 .content {
		padding: 15px;
	}
	html body .blogsqode-slick-slider .slick-list,
	html body .blog-slick-slider-with-sidebar .slick-list {
		max-width: calc(100%);
	}
}
@media(max-width: 1030px) and (min-width: 991px){
	html body .selected-layout.layout-1 .blogsqode-post-item-inner .content .bottom {
		gap:10px;
	}
	html body .layout-1 .content .blogsqode_read_more_button {
		padding: 10px;
	}
}
@media(max-width: 1200px) and (min-width: 992px){
	html body .layout-6-top,
	html body .layout-12-top{
		gap:10px;
		flex-direction: column;
	}
	html body .layout-6-top .blogsqode_post_cat{
		width:100%;
	}

	html body .layout-20-top .blogsqode_post_cat,
	html body .layout-24-top .blogsqode_post_cat{
		width:50%;
		word-wrap: break-word;
	}
}

@media(max-width: 1200px) and (min-width: 768px){
	html body .blog-thumbnail-wrap.layout-12{
		height: 300px;
	}
}

@media(max-width: 1024px){
	.blogsqode-slick-slider.slick-slider,
	.blog-slick-slider-with-sidebar.slick-slider {
		padding-top: 35px;
	}
	html body .blogsqode-slick-slider .slick-prev,
	html body .blogsqode-slick-slider .slick-next,
	html body .blog-slick-slider-with-sidebar .slick-prev,
	html body .blog-slick-slider-with-sidebar .slick-next{
		top: 20px;
	}
	html body .blogsqode-slick-slider .slick-prev{
		left:unset;
		right:70px;
	}
	html body .blog-slick-slider-with-sidebar .slick-prev{
		left:unset;
		right:70px;
	}
	html body .blogsqode-slick-slider .slick-next,
	html body .blog-slick-slider-with-sidebar .slick-next{
		right: 30px;
	}
}

@media(max-width: 991px) {
	html body #single-layout-4 .blogsqode-entry-content p {
		margin-top: 10px !important;
	}
	html body #single-layout-3 .social_share ul {
		right: -50px;
	}
	html body .single_blog_share_box_lyt_3 .social_share ul:after {
		right: -80%;
		border-top: 20px solid #25d366;
	}
	html body #single-layout-3 .user_image img {
		width: 30px;
		height: 30px;
	}
	html body #single-layout-3 .blog-single-thumbnail-wrap {
		margin: 20px 0;
	}
	html body #single-layout-3 .blogsqode-entry-content p::first-letter,
	html body #single-layout-4 .blogsqode-entry-content p::first-letter,
	html body #single-layout-5 .blogsqode-entry-content p::first-letter {
		font-size: 60px;
		line-height: 80px;
	}
	html body .layout-30-content {
		padding: 50px 15px 20px 15px;
	}
	html body .blogsqode-author-wrap-layout-30 svg {
		margin-right: 5px;
	}
	html body .blogsqode-post-readtime-layout-30 svg {
		margin-right: 5px !important;
	}
	html body .blogsqode-post-date-title-layout-29 {
		padding: 15px;
	}
	html body .layout-29-content .blogsqode_read_more_button {
		margin: 15px;
	}
	html body .blog-thumbnail-wrap-layout-28 .blogsqode-post-date {
		left: 15px;
		bottom: 30px;
		padding: 10px;
	}
	html body .layout-28-bottom {
		margin-top: 0 !important;
		margin-bottom: 10px !important;
	}
	html body .layout-28-content {
		padding: 10px;
		max-width: calc(100% - 30px);
		margin-top: -30px;
	}
	html body .layout-27-content {
		padding: 15px;
	}
	html body .blogsqode-author-comment-layout-27 {
		display: block;
	}
	html body .blogsqode-author-comment-layout-27 .blogsqode-comments-number {
		margin-top: 15px;
	}
	html body .layout-26-content .blogsqode_post_title {
		margin-top: 15px !important;
		padding-top: 15px;
	}
	html body .layout-26-bottom .blogsqode-post-readtime {
		margin-top: 15px;
	}
	html body .layout-26-bottom {
		display: block !important;
		margin: 0 !important;
	}
	html body .layout-25-bottom {
		margin-bottom: 0 !important;
	}
	html body .layout-25-content {
		padding: 30px 20px 20px 20px;
	}
	html body .layout-25-top {
		top: -23px;
		padding: 15px 10px;
		gap:5px;
	}
	html body .layout-25-top .blogsqode_post_cat {
		padding: 0;
	}
	html body .layout-24-top-content {
		padding: 15px;
	}
	html body .blogsqode-post-item-inner-layout-24 .blogsqode_read_more_button {
		margin: 15px;
	}
	html body .layout-22-content {
		padding: 10px;
	}
	html body .blogsqode-post-item-inner-layout-21 {
		padding: 10px;
	}
	html body .layout-21-content {
		padding: 20px 10px 10px 10px;
	}
	html body .layout-21-top .blogsqode-post-date {
		margin-right: 15px;
	}
	html body .blogsqode-post-item-inner-layout-20 .blog-thumbnail-wrap::before {
		width: 80%;
		height: 75%;
	}
	html body .layout-20-top-content .blogsqode_post_title {
		padding-top: 10px;
	}
	html body .layout-20-top .blogsqode_post_cat:after {
		right: -10px;
	}
	html body .layout-20-top .blogsqode_post_cat {
		padding: 5px 10px 5px 0px;
	}
	html body .layout-20-top-content, 
	html body .layout-20-bottom-content {
		padding: 15px;
	}
	html body .layout-20-top .blogsqode_post_cat {
		margin-right: 25px !important;
	}
	html body .layout-19-content .blogsqode-post-date {
		padding: 5px 15px;
		top: -34px;
		left: 10px;
	}
	html body .layout-19-content .blog_date {
		font-size: 40px;
		line-height: 40px;
	}
	html body .blogsqode_cat_title_layout_19 {
		padding: 50px 10px 20px 10px;
	}
	html body .layout-19-top #wrapper.social_share {
		height: 65px;
		line-height: 65px;
	}
	html body .social_share .label {
		padding: 16px;
	}
	html body .social_share ul,
	html body .layout-19-top .social_share ul {
		width: 250px;
        right: 170px;
	}
	html body .social_share ul li {
		width: 50px;
		height: 50px;
	}
	html body .social_share ul li a {
		padding: 10px 10px;
	}
	html body .layout-18-top .blogsqode-post-date,
	html body .layout-19-top .blogsqode-author-wrap {
		width: 75%;
		padding: 20px 0 20px 10px;
	}
	html body .layout-19-top .blogsqode-author-wrap {
		padding: 15px 0 15px 10px;
	}
	html body .layout-18-top #wrapper.social_share,
	html body .layout-19-top #wrapper.social_share {
		width: 25%;
	}
	html body .layout-19-top .blogsqode-author-wrap img {
		width: 35px;
		height: 35px;
		margin-right: 10px;
	}
	html body .layout-18-content .blogsqode_post_title {
		padding: 10px;
	}
	html body .layout-14-content {
		padding: 20px;
	}
	html body .blogsqode-blog-wrap .post-grid-4 .blogsqode-post-item{
		width: calc(50% - 30px);
	}
	html body .selected-layout {
		column-gap: 15px
	}
	html body #secondary,
	html body .blogsqode-single-post.with-sidebar,
	html body .blogsqode_main_head #blogsqode_sidebar {
		width: 100%!important;
		float: none!important;
		padding: 20px 0 0 0!important;
	}
	html body .selected-layout.layout-5 .blogsqode-post-item,
	html body .selected-layout.layout-6 .blogsqode-post-item {
		margin-bottom: 30px;
	}
	html body .blogsqode_post_cat{
		font-size: 14px!important;
		line-height: 14px;
	}
	html body .blogsqode-post-item-inner .blogsqode-comments-number, 
	html body .blogsqode-post-item-inner .blogsqode-post-date, 
	html body .blogsqode-post-item-inner .blogsqode-post-readtime,
	html body .blogsqode-post-item-inner .blogsqode_post_sort_desc{
		font-size: 14px;
	}
	html body .layout-6-top{
		padding: 10px;
		width: -moz-calc(100% - 10px);
		width: -webkit-calc(100% - 10px);
		width: -o-calc(100% - 10px);
		width: calc(100% - 10px);
	}
	html body .selected-layout.layout-2 .blogsqode_read_more_button,
	html body .selected-layout.layout-3 .blogsqode_read_more_button,
	html body .selected-layout.layout-5 .blogsqode_read_more_button,
	html body .selected-layout.layout-6 .blogsqode_read_more_button,
	html body .selected-layout.layout-7 .blogsqode_read_more_button{
		margin: 15px 0;
	}
	html body .selected-layout.layout-6 .blogsqode-post-item-inner{
		padding-top: 26px;
	}
	html body .layout-8-content{
		margin-right: 20px;
		margin-top: -20px;
	}
	html body .blogsqode-post-item-inner .content .bottom{
		margin: 15px 0;
	}
	html body .blogsqode-post-item-inner .layout-11-content  .bottom{
		margin: 0;
	}
	html body .blog-thumbnail-wrap.layout-11{
		height: 260px;
	}
	
	html body .layout-11 .blogsqode-post-date{
		padding: 15px;
		width: max-content;
	}
	html body .layout-11-content{
		margin-top: 20px;
	}
	html body .layout-1 .blogsqode-post-item-inner .content {
		padding: 15px;
	}
	html body .selected-layout.layout-1 .blogsqode_post_cat {
		padding: 5px 0px;
	}
	html body .blogsqode-blog-wrap .layout-1 .blogsqode-post-item-inner .blogsqode_read_more_button {
		padding: 10px 5px;
	}
	html body .selected-layout.layout-2 .blogsqode-post-item-inner {
		padding: 15px;
	}
	/* Layout Responsive Wrap Box Grid-3 */
	html body .blogsqode-blog-wrap .layout-1.post-grid-3 .blogsqode-post-item,
	html body .blogsqode-blog-wrap .layout-10.post-grid-3 .blogsqode-post-item,
	html body .blogsqode-blog-wrap .layout-21 .blogsqode-post-item,
	html body .blogsqode-blog-wrap .layout-23 .blogsqode-post-item,
	html body .blogsqode-blog-wrap .layout-24 .blogsqode-post-item, 
	html body .blogsqode-blog-wrap .layout-25 .blogsqode-post-item, 
	html body .blogsqode-blog-wrap .layout-26 .blogsqode-post-item, 
	html body .blogsqode-blog-wrap .layout-27 .blogsqode-post-item, 
	html body .blogsqode-blog-wrap .layout-28 .blogsqode-post-item, 
	html body .blogsqode-blog-wrap .layout-29 .blogsqode-post-item, 
	html body .blogsqode-blog-wrap .layout-30 .blogsqode-post-item{
		width: calc(50% - 30px);
		margin: 15px;
	}
	html body .blog-listing-with-sidebar .blogsqode-post-item-inner-layout-20:hover .blog-thumbnail-wrap::before,
	html body .blog-slick-slider-with-sidebar .blogsqode-post-item-inner-layout-20:hover .blog-thumbnail-wrap::before{
		width: calc(100% + 50px);
		left: -25px;
		right: -25px;
	}
}

@media(max-width: 991px) and (min-width: 768px){
	html body .blog-thumbnail-wrap.layout-2,
	html body .blog-thumbnail-wrap.layout-3, 
	html body .blog-thumbnail-wrap.layout-4{
		height: 170px;
	}
	html body .blog-thumbnail-wrap.layout-5{
		height: 200px;
	}
	html body .selected-layout.layout-5 .content,
	html body .selected-layout.layout-6 .content{
		width: -moz-calc(100% - 20px);
		width: -webkit-calc(100% - 20px);
		width: -o-calc(100% - 20px);
		width: calc(100% - 20px);
	}
	html body .layout-5-top .blogsqode_post_cat{
		float: none;
	}
	html body .layout-5-top .blogsqode-post-date {
		float: none;
		display: block;
		margin-top: 10px;
		clear: both;
	}
	html body .selected-layout.layout-5 .content .blogsqode_post_title,
	html body .selected-layout.layout-6 .content .blogsqode_post_title{
		font-size: 20px;
	}
	html body .layout-4 .blogsqode-post-item-inner .blogsqode-comments-number{
		float: none;
		clear: both;
		display: inline-block;
	}
	html body .blog-thumbnail-wrap.layout-5,
	html body .blog-thumbnail-wrap.layout-6,
	html body .blog-thumbnail-wrap.layout-7,
	html body .blog-thumbnail-wrap.layout-8,
	html body .blog-thumbnail-wrap.layout-9,
	html body .blog-thumbnail-wrap.layout-10{
		height: 220px;
	}
	html body .blogsqode-post-item-inner .content .bottom.layout-6-bottom{
		display: block;
	}
	html body .blogsqode_post_cat{
		padding: 5px 10px;
	}
	
	html body .layout-8-content .blogsqode-comments-number,
	html body .layout-9-content .blogsqode-comments-number{
		float: none;
		clear: both;
		display: inline-block;
		width: 100%;
	}
	html body .blogsqode_post_cat.layout-11,
	html body .layout-11 .blogsqode-post-date{
		float: none;
	}
	html body .selected-layout.layout-12 .blogsqode-post-item{
		width: 50%;
	}
	html body .blogsqode-blog-wrap .post-grid-2 .blogsqode-post-item,
	html body .blogsqode-blog-wrap .post-grid-3 .blogsqode-post-item,
	html body .blogsqode-blog-wrap .post-grid-4 .blogsqode-post-item{
		width: calc(50% - 30px);
		margin:15px;
	}
}

@media(max-width: 767px) {
	html body #single-layout-5 .blogsqode-single-social-share a {
		width: 100px;
	}
	html body #single-layout-5 .tags-layout-5,
	html body #single-layout-5 .blogsqode-single-social-share,
	html body.single-blogsqode-layout-5 .navigation.post-navigation {
		margin-top: 30px;
	}
	html body #single-layout-5 .single_blog_detail {
		margin: 0 15px;
	}
	html body #single-layout-5 .single_blog_detail::after {
		right: -15px;
	}
	html body #single-layout-5 .blogsqode-entry-content p {
		margin-top: 10px !important;
	}
	html body #single-layout-4 .blogsqode_l4_taxonomies .blogsqode_post_cat,
	html body #single-layout-4 .blogsqode-post-date {
		padding: 10px 10px;
	}
	html body .single_blog_share_box_lyt_3 .social_share ul:after {
		top: -5px;
		right: -2%;
	}
	html body #single-layout-3 .blogsqode-entry-content p::first-letter,
	html body #single-layout-4 .blogsqode-entry-content p::first-letter,
	html body #single-layout-5 .blogsqode-entry-content p::first-letter {
		font-weight: 500;
		font-size: 40px;
		line-height: 60px;
	}
	html body #single-layout-3 .blog-single-thumbnail-wrap {
		margin-bottom: 0px;
	}
	html body .layout-30-content {
		padding: 50px 10px 20px 10px;
	}
	html body .layout-19-top .social_share ul {
		bottom: 30px;
	}
	html body .layout-19-top .social_share ul {
		width: 225px;
		right: 175px;
	}
	html body .layout-18-top .blogsqode-post-date {
		padding: 17px 0 17px 10px;
	}
	html body #wrapper.social_share {
		height: 50px;
		line-height: 56px;
	}
	html body .social_share ul:after {
		border-top: 10px solid #25d366;
		margin: 45px auto;
		left: 80%;
	}
	html body .social_share ul li a svg {
		width: 26px;
		height: 26px;
	}
	html body .social_share ul li {
		width: 45px;
		height: 45px;
	}
	html body .social_share ul {
		width: 225px;
		height: 45px;
		right: 150px;
		bottom: 13px;
	}
	html body .blogsqode-blog-wrap .layout-6 .blogsqode-post-item-inner .blogsqode-author-wrap>img {
		width: 30px;
		height: 30px;
	}
	html body .blogsqode-blog-wrap .blogsqode_post_title a {
		height: 55px;
	}
	html body .blog-thumbnail-wrap-layout-17 .blogsqode_post_title a {
		height: 60px;
		max-width: 100%;
	}
	html body .blogsqode-blog-wrap .post-grid-2 .blogsqode-post-item,
	html body .blogsqode-blog-wrap .post-grid-3 .blogsqode-post-item,
	html body .blogsqode-blog-wrap .post-grid-4 .blogsqode-post-item{
		width: calc(50% - 15px);
		margin: 7.5px;
	}
	html body .layout-1 .blogsqode-post-item-inner .content {
		padding: 10px;
	}
	html body .blog-thumbnail-wrap.layout-1 {
		height: 150px;
	}
	html body .blogsqode-post-item-inner .blogsqode_post_title {
		font-size: 20px;
		line-height: 26px;
	}
	html body .layout-2 .blogsqode-post-item-inner .content .bottom,
	html body .layout-3 .blogsqode-post-item-inner .content .bottom {
		display: block
	}
	html body .layout-2 .bottom .blogsqode-comments-number,
	html body .layout-3 .bottom .blogsqode-comments-number {
		display: block;
		clear: both;
		padding-top: 10px;
	}
	html body .blogsqode-tag-social {
		display: block;
	}
	html body .blogsqode-single-social-share {
		margin-top: 20px;
	}
	html body .blogsqode-entry-content blockquote {
		padding: 30px 30px 30px 60px;
	}
	html body .nav-next,
	html body .nav-previous {
		max-width: 100% !important;
	}
	html body .blogsqode_main_head .next-prev-post .blog-single-pagination-wrap.post-next {
		margin: 0 20px 0 0;
		order: 1;
	}
	html body .blogsqode-navigation .nav-links .nav-next,
	html body .blogsqode-single-post .nav-links .meta-nav {
		text-align: left !important;
	}
	html body .pagination-title-date {
		order: 2;
	}
	html body .blogsqode_main_head .blogsqode-single-post .nav-links .meta-nav {
		margin-bottom: 20px;
	}
	html body h2.entry-title.blogsqode-single-post-title {
		margin-bottom: 20px;
	}
	html body .blog-single-thumbnail-wrap {
		height: 400px
	}
	html body .singular .has-post-thumbnail .blogsqode-entry-header {
		padding-bottom: 20px !important;
	}
	html body .blogsqode-single-post .blogsqode-entry-content p {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 20px !important;
	}
	html body .blogsqode-entry-content blockquote {
		margin: 20px 0;
		padding: 20px 20px 20px 40px
	}
	html body .blogsqode-entry-content .row .col-6 {
		width: 100%;
	}
	html body .blogsqode-entry-content .row,
	html body .blogsqode-single-post .post-navigation .nav-links	 {
		display: flex;
	}
	html body .nav-links:has(.single-layout-1-navigation.meta-nav) {
		display: block;
	}
	html body .nav-previous:has(.single-layout-1-navigation.meta-nav) {
		margin-bottom: 15px;
	}
	html body .blogsqode-entry-content .row .col-6:first-child {
		padding: 0 0 15px 0;
	}
	html body .blogsqode-entry-content .row .col-6:last-child {
		padding: 0;
	}
	html body .blogsqode-single-post .blogsqode-navigation.post-navigation {
		padding-top: 30px;
		margin-top: 20px;
	}
	html body .blogsqode-comment-title {
		padding-top: 30px;
		margin-top: 30px;
	}
	html body .comment-body {
		padding-left: 80px;
	}
	html body .blogsqode-single-post .post-navigation .nav-previous {
		float: none;
		width: 100%;
		padding: 0;
		margin: 0;
	}
	html body .next-prev-post .pagination-title-date .blogsqode-post-date{
		margin: 0;
	}
	html body .blogsqode_main_head .post-navigation .nav-links .nav-next {
		float: none;
		margin-left: 0;
		text-align: left;
		width: 100%;
		padding: 0;
	}
	html body .blogsqode_main_head .nav-next .next-prev-post {
		justify-content: flex-start;
		-webkit-box-pack: start;
		-moz-box-pack: start;
		-ms-flex-pack: start;
		-webkit-justify-content: flex-start;
	}
	html body .blogsqode_main_head .blogsqode-single-post .nav-links .nav-next .pagination-title-date{
		text-align: left;
	}
	html body .selected-layout.layout-10 .blogsqode-post-item,
	html body .blogsqode-blog-wrap .layout-11 .blogsqode-post-item {
		margin-bottom: 30px;
	}
	html body .blog-thumbnail-wrap.layout-12{
		height: 300px;
	}
	html body .layout-12-top{
		max-width: 85%;
	}
	html body .selected-layout.layout-12 .blogsqode-post-item {
		margin-bottom: 30px;
	}
	html body #single-layout-2 .single_blog_date {
		margin-right: 30px;
	}
	html body .post_cats {
		margin-right: 20px;
	}
	html body .post_cats, 
	html body .post_tags {
		width: 48%;
	}
	html body #single-layout-2 .blog-single-thumbnail-wrap {
		margin: 20px 0;
	}
	html body .blogsqode-single-post .blogsqode-entry-content {
		margin: 0 0 20px 0 !important;
	}
	html body .blogsqode_tag_cat_wrap {
		margin: 30px 0;
	}
	html body .blogsqode-single-post .post-navigation {
		padding-top: 20px;
	}
	html body .blogsqode-comment-title {
		margin-top: 20px;
	}
}
@media(max-width: 1200px) and (min-width: 1025px){
	html body .blogsqode-slick-slider .slick-list,
	html body .blog-slick-slider-with-sidebar .slick-list{
		max-width: calc(100% - 30px);
	}
}
@media(max-width: 767px) and (min-width: 576px){
	html body .layout-12-top{
		display: block;
		text-align: center;
		padding: 10px;
		top: -30px;
	}
	html body .blogsqode_post_cat.layout-12{
		margin-bottom: 5px!important;
	}
	html body .bottom.layout-12-bottom{
		margin-top: 0!important;
	}
	html body .selected-layout.layout-12 .blogsqode-post-item-inner .content{
		padding: 35px 20px 30px 20px;
	}
	html body .layout-20-top .blogsqode_post_cat{
		width:50%;
		word-wrap: break-word;
	}
	/* html body .blogsqode-slick-slider .slick-list,
	html body .blog-slick-slider-with-sidebar .slick-list{
		max-width: calc(100% - 40px);
	} */
}

@media(max-width: 575px) {
	html body .layout-30-content {
		padding: 50px 20px 20px 20px;
	}
	html body .blogsqode-author-comment-layout-27 {
		display: flex;
	}
	html body .blogsqode-author-comment-layout-27 .blogsqode-comments-number {
		margin-top: 0px;
	}
	html body .layout-27-content {
		padding: 20px;
	}
	html body .layout-26-bottom .blogsqode-post-readtime {
		margin-top: 0px;
	} 
	html body .layout-26-bottom {
		display: flex !important;
	}
	html body .layout-25-content .blogsqode_read_more_button {
		margin-top: 0px;
	}
	html body .layout-24-top-content {
		padding: 20px;
	}
	html body .blogsqode-post-item-inner-layout-24 .blogsqode_read_more_button {
		margin: 20px;
	}
	html body .layout-22-content {
		padding: 20px;
	}
	html body .blogsqode-post-item-inner-layout-20 .blog-thumbnail-wrap::before {
		width: 91%;
		height: 89%;
	}
	html body .blogsqode-post-item-inner-layout-20 .blogsqode_read_more_button {
		margin-top: 0px;
	}
	html body .layout-19-top .social_share ul {
		right: 155px;
	}
	html body .social_share ul {
		right: 160px;
	}
	html body .layout-18-top .blogsqode-post-date,
	html body .layout-19-top .blogsqode-author-wrap {
		width: 80%;
	}
	html body .layout-18-top #wrapper.social_share,
	html body .layout-19-top #wrapper.social_share {
		width: 20%;
	}
	html body .social_share .label {
		line-height: 50px;
		padding: 14px 34px;
	}
	html body .layout-13-content .blogsqode_read_more_button {
		margin-top: 20px;
	} 
	html body .blogsqode-blog-wrap .layout-10 .blogsqode-post-item-inner .blogsqode_read_more_button {
		margin-top: 10px;
	}
	html body .layout-8-content .blogsqode_read_more_button {
		margin-top: 10px;
	}
	html body .blogsqode-blog-wrap .post-grid-2 .blogsqode-post-item,
	html body .blogsqode-blog-wrap .post-grid-3 .blogsqode-post-item,
	html body .blogsqode-blog-wrap .post-grid-4 .blogsqode-post-item{
		width: 100%;
		padding: 0;
		margin: 15px 0 !important;
	}
	html body .blogsqode-blog-wrap .layout-10.post-grid-3 .blogsqode-post-item,
	html body .blogsqode-blog-wrap .layout-1.post-grid-3 .blogsqode-post-item{
		width: 100%;
		padding: 0;
	}
	html body .blogsqode-slick-slider .slick-prev{
		left:unset;
		right:55px;
	}
	html body .blog-slick-slider-with-sidebar .slick-prev{
		right: 55px;
		left:unset;
	}
	html body .blogsqode-slick-slider .slick-next,
	html body .blog-slick-slider-with-sidebar .slick-next{
		right: 15px;
	}

	html body .blog-thumbnail-wrap.layout-1 {
		height: 180px;
	}
	
	html body .blogsqode-single-post-foot {
		display: block;
	}
	html body .blogsqode-single-post-foot .blogsqode-author-wrap {
		overflow: hidden
	}
	html body .blogsqode-single-post-foot .blogsqode-single-count-cat {
		clear: both;
		margin-top: 20px;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: justify;
		-moz-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	html body .blog-single-thumbnail-wrap {
		height: 320px;
	}
	html body .comment-meta .comment-author,
	html body .comments-area.show-avatars .comment-metadata {
		padding: 0 !important;
		display: block;
		float: none;
	}
	html body .post-navigation .pagination-title-date .post-title {
		margin: 0 0 20px 0
	}
	html body .next-prev-post .blog-single-pagination-wrap {
		height: 80px;
		width: 100%;
		max-width: 80px;
		margin-right: 10px;
	}
	html body .blogsqode-blog-wrap .blogsqode_post_title a{
		height: auto;
		display: block;
	}
	/* Layout Responsive Wrap Box Grid-3 */
	html body .blogsqode-blog-wrap .layout-21 .blogsqode-post-item, 
	html body .blogsqode-blog-wrap .layout-23 .blogsqode-post-item,
	html body .blogsqode-blog-wrap .layout-24 .blogsqode-post-item, 
	html body .blogsqode-blog-wrap .layout-25 .blogsqode-post-item, 
	html body .blogsqode-blog-wrap .layout-26 .blogsqode-post-item, 
	html body .blogsqode-blog-wrap .layout-27 .blogsqode-post-item, 
	html body .blogsqode-blog-wrap .layout-28 .blogsqode-post-item, 
	html body .blogsqode-blog-wrap .layout-29 .blogsqode-post-item, 
	html body .blogsqode-blog-wrap .layout-30 .blogsqode-post-item{
		margin-bottom: 30px;
	}
}

@media(max-width: 500px) {
	html body.single-blogsqode-layout-5 .entry-title.blogsqode-single-post-title {
		margin-bottom: 20px;
	}
	html body #single-layout-5 .blogsqode-single-social-share a {
		width: 80px;
	}
	html body #single-layout-4 .single_blog_share_box_lyt_4 .blogsqode-single-social-share h3 {
		display: inline-block;
	}
	html body #single-layout-4 .single_blog_share_box_lyt_4 .blogsqode-single-social-share a {
		display: inline-block;
	}
	html body #single-layout-4 .single_blog_share_box_lyt_4 .blogsqode-single-social-share a:last-child {
		margin-top: 0px;
		margin-left: 0;
		margin-right: 0;
	}
	html body.single-blogsqode-layout-4 .navigation.post-navigation {
		margin-top: 30px;
	}
	html body #single-layout-3 .social_share ul {
		right: -45px;
	}
	html body .blogsqode-post-item-inner-layout-20 .blog-thumbnail-wrap::before {
		width: 90%;
		height: 87%;
	}
	html body .layout-19-top .social_share ul {
		right: 160px;
	}
	html body .social_share .label {
		padding: 13px 28px;
	}
	html body #single-layout-2 .user_image img {
		width: 30px;
		height: 30px;
	}
	html body .blogsqode-tag-social {
		margin-bottom: 20px;
	}
	html body .post_cats {
		margin-right: 0;
	}
	html body .post_cats, 
	html body .post_tags {
		width: 100%;
		margin-bottom: 20px;
	}
}

@media(max-width: 450px) {
	html body #single-layout-5 .blogsqode-single-social-share a {
		width: 70px;
	}
	html body #single-layout-3 .single_blog_share_box_lyt_3 {
		display: block;
	}
	html body #single-layout-3 #wrapper.social_share,
	html body #single-layout-3 .single_blog_share_box_lyt_3 h3 {
		display: inline-block;
	}
	html body #single-layout-3 #wrapper.social_share {
		width: 10px;
	}
	html body #single-layout-3 .social_share ul {
		right: 160px;
	}
	html body .blogsqode-post-item-inner-layout-20 .blog-thumbnail-wrap::before {
		width: 88%;
		height: 85%;
	}
	html body .layout-19-top .social_share ul {
		right: 165px;
	}
	html body .social_share .label {
		padding: 13px 23px;
	}
	html body .social_share ul {
		right: 170px;
	}
	html body h2.entry-title.blogsqode-single-post-title {
		font-size: 24px;
	}
	html body #single-layout-2 .single_blog_wrapper {
		display: block;
	}
	html body #single-layout-2 .user_detail_right_content {
		margin-top: 10px;
	}
	html body .blogsqode_tag_cat_wrap {
		margin: 20px 0;
	}
	html body .blogsqode_main_head .blogsqode-single-post .nav-links .meta-nav {
		font-size: 16px;
		margin-right: 5px !important;
	}
	html body .blogsqode-single-post .post-navigation {
		padding-top: 15px;
	}
	html body .blogsqode-comment-title {
		margin-top: 15px;
	}
	html body .nav-previous:has(.single-layout-1-navigation.meta-nav) {
		margin-bottom: 10px;
	}
}

@media (max-width: 400px) {
	html body #single-layout-5 .blogsqode-single-social-share a {
		width: 65px;
	}
	html body #single-layout-4 .single_blog_share_box_lyt_4 .blogsqode-single-social-share a:nth-child(4) {
		margin-top: 0px;
		margin-left: 0;
	}
	html body .layout-19-top .social_share ul {
		right: 170px;
	}
	html body .layout-18-top .blogsqode-post-date {
		width: 77%;
	}
	html body .layout-18-top #wrapper.social_share {
		width: 23%;
	}
	html body .blogsqode-post-item-inner-layout-20 .blog-thumbnail-wrap::before {
		width: 86%;
		height: 83%;
	}
}

@media(max-width: 374px) {
	html body .layout-19-top .social_share ul {
		right: 173px;
	}
	html body .layout-18-top .blogsqode-post-date {
		width: 75%;
	}
	html body .layout-18-top #wrapper.social_share {
		width: 25%;
	}
	html body .blog-thumbnail-wrap-layout-17 .blogsqode_post_title a {
		height: 60px;
	}
	html body .blog-thumbnail-wrap.layout-1 {
		height: 150px;
	}
	html body .blog-thumbnail-wrap.layout-2,
	html body .blog-thumbnail-wrap.layout-3 {
		height: 200px;
	}
	html body .selected-layout.layout-2 .blogsqode-post-item-inner {
		border-radius: 20px;
		padding: 15px;
	}
	html body .blog-thumbnail-wrap.layout-2,
	html body .blog-thumbnail-wrap.layout-3 {
		height: 200px;
		border-radius: 15px;
	}
	html body .selected-layout.layout-12 .blogsqode-post-item-inner .content{
		padding: 35px 20px 30px 20px;
	}
	html body .post_cats, 
	html body .post_tags {
		padding: 15px;
		margin-bottom: 10px;
	}
}

@media (max-width: 350px) {
	html body #single-layout-5 .blogsqode-single-social-share a {
		width: 55px;
	}
	html body #single-layout-5 .single_blog_detail {
		margin: 0 10px;
	}
	html body #single-layout-5 .single_blog_detail::after {
		right: -10px;
	}
	html body .layout-30-content {
		padding: 50px 15px 20px 15px;
	}
	html body .layout-27-content {
		padding: 15px;
	}
	html body .layout-27-content .blogsqode_post_title a {
		height: 55px;
	}
	html body .layout-26-content .blogsqode_post_title a {
		height: 55px;
	}
	html body .layout-26-bottom .blogsqode-post-readtime {
		margin-top: 15px;
	}
	html body .layout-26-bottom {
		display: block !important;
	}
	html body .layout-25-content .blogsqode_post_title a {
		height: 55px;
	}
	html body .layout-25-content .blogsqode_read_more_button {
		margin-top: 20px;
	}
	html body .blogsqode-blog-wrap .layout-24-top-content .blogsqode_post_title a {
		height: 55px;
	}
	html body .layout-22-content {
		padding: 10px;
	}
	html body .blogsqode-post-item-inner-layout-20 .blogsqode_read_more_button {
		margin-top: 20px;
	}
	html body .layout-19-top .social_share ul {
		right: 178px;
	}
	html body .social_share .label {
		padding: 13px 20px;
	}
	html body .blog-thumbnail-wrap-layout-17 .blogsqode_post_title a {
		height: 60px;
	}
	html body .nav-previous:has(.single-layout-1-navigation.meta-nav) {
		margin-bottom: 15px;
	}
	html body .blogsqode_main_head .post-navigation .pagination-title-date .post-title {
		margin: 0 0 20px 0;
	}
	html body .blogsqode-post-item-inner-layout-20 .blog-thumbnail-wrap::before {
		width: 83%;
		height: 80%;
	}
}