
.wpb-js-composer .blog-post-loop:not([class*="col-"]) {
	margin-bottom: 50px;
}

.elementor-default .blog-post-loop:not([class*="col-"]):not(:last-child) {
	margin-bottom: 50px;
}

.blog-post-loop .wd-entry-content>div[class*="wpb_"] {
	display: none;
}

.blog-post-loop .wd-entry-content twitterwidget {
	margin: 10px auto;
}

.blog-post-loop .wd-entry-content p {
	margin-bottom: 15px;
}

.blog-post-loop .wd-entry-content .read-more-section {
	margin-bottom: 0;
	line-height: 1;
}

.slider-type-post :is(.owl-stage-outer, .owl-carousel:not(.owl-loaded)) {
	padding-top: 11px;
	padding-bottom: 11px;
}

.blog-post-loop .entry-thumbnail img {
	width: 100%;
	border-radius: var(--wd-brd-radius);
}

.blog-post-loop .entry-header {
	position: relative;
	text-align: center;
}

.blog-post-loop .article-inner {
	border-radius: var(--wd-brd-radius);
}

.blog-post-loop .article-body-container {
	position: relative;
	z-index: 1;
	padding: 25px;
	border-radius: var(--wd-brd-radius);
	background-color: var(--bgcolor-white);
	text-align: center;
}

.blog-post-loop .post-title {
	margin-bottom: 10px;
}

.blog-post-loop:hover .post-image-mask:after, .blog-post-loop:hover .post-image-mask:before, .blog-post-loop:hover .post-image-mask span {
	opacity: 1;
	animation: wd-fadeInLeft .3s ease;
}

.blog-post-loop:hover .post-image-mask:before {
	transition-delay: .2s;
	animation-delay: .2s;
}

.blog-post-loop:hover .post-image-mask span {
	transition-delay: .1s;
	animation-delay: .1s;
}

.blog-post-loop:hover .post-img-wrapp a {
	transform: scale(1.03);
}

.blog-post-loop:hover .post-img-wrapp a:after {
	opacity: 1;
}

.wd-add-shadow .article-body-container {
	box-shadow: 0 0 4px rgba(0, 0, 0, .12);
	transition: box-shadow .6s ease;
}

.wd-add-shadow:hover .article-body-container {
	box-shadow: 0 0 9px rgba(0, 0, 0, .2);
}

.post-img-wrapp {
	overflow: hidden;
	border-radius: var(--wd-brd-radius);
	vertical-align: middle;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-webkit-mask-image: -webkit-radial-gradient(white, black);
}

.post-img-wrapp a {
	display: block;
	margin: -2px;
	transition: transform .7s ease, opacity .7s ease;
	transform: scale(1);
}

.post-img-wrapp a:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .5);
	opacity: 0;
	transition: opacity .7s ease;
}

.post-image-mask {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -5px;
	margin-left: -22px;
	text-align: center;
	font-size: 0;
}

.post-image-mask:after, .post-image-mask:before {
	content: "";
}

.post-image-mask:after, .post-image-mask:before, .post-image-mask span {
	display: inline-block;
	margin-right: 7px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #fff;
	vertical-align: middle;
	opacity: 0;
	transition: opacity .2s ease;
	animation: wd-fadeOutRight .3s ease;
}

.post-image-mask:after {
	margin-right: 0;
}

.post-image-mask span {
	transition-delay: .1s;
	animation-delay: .1s;
}

.post-image-mask:before {
	transition-delay: .15s;
	animation-delay: .15s;
}

@keyframes wd-fadeOutRight {
	from {
		transform: none;
	}
	
	to {
		transform: translate3d(50px, 0, 0);
	}
}

.hovered-social-icons {
	position: relative;
	display: inline-block;
	margin-bottom: 10px;
	color: var(--color-gray-300);
	vertical-align: middle;
	font-size: 0;
	transition: all .25s ease;
}

.hovered-social-icons div.wd-tooltip-label {
	display: block !important;
	padding: 5px !important;
	height: auto;
	line-height: 1;
	pointer-events: auto;
}

.hovered-social-icons div.wd-tooltip-label:after {
	content: "";
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	height: 10px;
}

.hovered-social-icons:after {
	display: inline-block;
	width: 20px;
	height: 20px;
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	content: "";
	font-family: "woodmart-font";
}

.hovered-social-icons:hover {
	color: var(--color-gray-500);
}

.meta-categories-wrapp {
	position: absolute;
	top: -13px;
	right: 15px;
	left: 15px;
	overflow: hidden;
	height: 25px;
	line-height: 25px;
}

.wpb-js-composer :is(.wd-spacing-0, .wd-spacing-2, .wd-spacing-6)+.blog-footer {
	margin-top: 15px;
}

.format-quote :is(.post-title, .post-image-mask, .meta-post-categories, .post-date, .entry-meta, .entry-header, .hovered-social-icons, .share-with-lines) {
	display: none;
}

.format-quote .entry-header {
	z-index: 2;
	margin-bottom: 0;
}

.format-quote .post-img-wrapp {
	background: transparent;
}

.format-quote .post-img-wrapp a {
	margin: 0;
}

.format-quote .post-img-wrapp a:after {
	content: none;
}

.format-quote .post-img-wrapp img {
	display: inline-block;
	max-height: 75px;
	width: auto;
	border-radius: 50%;
}

.format-quote blockquote {
	margin-bottom: 0;
	padding-left: 0;
	border-left: none;
	color: #777;
	text-align: center;
}

.format-quote blockquote cite, .format-quote blockquote cite a {
	font-size: 16px;
}

.format-quote.has-post-thumbnail .entry-header {
	display: block;
}

.format-quote:not(.post-single-page) .article-body-container:before {
	position: absolute;
	right: 30px;
	bottom: 15px;
	z-index: -1;
	display: inline-block;
	color: var(--color-gray-200);
	font-size: 96px;
	line-height: 90px;
	content: "";
	font-family: "woodmart-font";
}

.format-quote:hover .post-img-wrapp a {
	opacity: 1;
	transform: none;
}

.format-link .entry-content a {
	display: inline-block;
	padding: 10px 20px;
	background-color: var(--bgcolor-gray-100);
	font-size: 22px;
}

.format-link .entry-content a:hover {
	background-color: var(--bgcolor-gray-300);
}

@keyframes wd-fadeInLeft {
	from {
		transform: translate3d(-50px, 0, 0);
	}
	
	to {
		transform: none;
	}
}

.wpb-js-composer .post-slide {
	margin-bottom: 0 !important;
}

.post-slide:not(.has-post-thumbnail) .post-date {
	display: none;
}

.post-slide:not(.has-post-thumbnail) .meta-categories-wrapp {
	position: static;
	margin-bottom: 15px;
}

.owl-items-lg-4 .post-slide .wd-entry-meta .meta-author {
	font-size: 0;
}

.owl-items-lg-4 .post-slide .wd-entry-meta .meta-author a {
	font-size: 14px;
}

.read-more-section {
	margin-top: 20px;
	margin-bottom: 0;
	line-height: 1;
}

.read-more-section a {
	position: relative;
	display: inline-block;
	border-bottom: none;
	color: var(--wd-primary-color);
	text-transform: var(--btn-transform);
	font-weight: 800;
	font-size: 13px;
}

.read-more-section a:after {
	position: absolute;
	bottom: 0;
	left: 100%;
	display: inline-block;
	margin-left: 5px;
	height: 5px;
	font-weight: 400;
	font-size: 14px;
	line-height: 5px;
	opacity: 0;
	transition: opacity .35s ease;
	content: "";
	font-family: "woodmart-font";
}

.read-more-section a:hover {
	color: var(--wd-primary-color);
}

.read-more-section a:hover:after {
	opacity: 1;
	animation: wd-ShakeNext 1s ease infinite;
}

@media (min-width: 1025px) {
	.owl-items-lg-4 .post-slide .post-title {
		font-size: 20px;
	}
}

@media (max-width: 1024px) {
	.blog-post-loop .meta-author>span {
		display: none;
	}
	
	.blog-post-loop:hover .post-img-wrapp a {
		transform: none;
	}
	
	.post-img-wrapp a:after, .post-image-mask {
		display: none;
	}
	
	.wd-blog-holder :is([class*="blog-design-default"], .blog-design-small-images:not(.has-post-thumbnail)) .post-title {
		font-size: 28px;
	}
}

@media (max-width: 768.98px) {
	.wpb-js-composer .blog-post-loop:not([class*="col-"]) {
		margin-bottom: 30px;
	}
	
	.elementor-default .blog-post-loop:not([class*="col-"]):not(:last-child) {
		margin-bottom: 30px;
	}
	
	.wd-blog-holder [class*="blog-design-default"] .wd-entry-content {
		font-size: inherit;
	}
	
	.wd-blog-holder :is([class*="blog-design-default"], .blog-design-small-images:not(.has-post-thumbnail)) .post-title {
		font-size: 24px;
		line-height: 1.4;
	}
	
	.wd-blog-holder :is(.blog-design-default, .blog-design-small-images).format-quote .article-body-container {
		padding-right: 35px;
		padding-left: 35px;
	}
}

@media (max-width: 576px) {
	.blog-post-loop .article-body-container {
		padding-right: 15px;
		padding-left: 15px;
	}
	
	.wpb-js-composer .blog-post-loop.blog-style-flat {
		margin-bottom: 45px;
	}
	
	.elementor-default .blog-post-loop.blog-style-flat:not([class*="col-"]):not(:last-child) {
		margin-bottom: 45px;
	}
	
	.blog-post-loop.blog-style-flat .article-body-container {
		padding-right: 0;
		padding-bottom: 0;
		padding-left: 0;
	}
	
	.hovered-social-icons {
		display: none;
	}
	
	.wd-blog-holder [class*="blog-design-default"] :is(img, .post-img-wrapp) {
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
	}
	
	.wd-blog-holder [class*="blog-design-default"] .article-body-container {
		margin-right: 0;
		margin-left: 0;
	}
	
	.wd-blog-holder [class*="blog-design-default"].has-post-thumbnail .article-body-container {
		margin-top: 0;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}
	
	.wd-blog-holder [class*="blog-design-default"]:not(.has-post-thumbnail) .post-date {
		display: none;
	}
	
	.wd-blog-holder :is([class*="blog-design-default"], .blog-design-small-images:not(.has-post-thumbnail)) .post-title {
		font-size: 20px;
	}
}
