.wooma-posts-row {
margin-bottom: -40px;
padding-right: 30px;
}
.wooma-blog-card .wooma-posts-row {
margin-bottom: -30px;
}
.syler-blog-slider .wooma-blog-post-content {
padding: 30px;
}
.wooma-blog-classic .excerpt-none .wooma-blog-post-content .wooma-post-title {
margin-bottom: 0;
}
.blog-sticky {
background: var(--wooma-dark);
color: #fff;
padding: 3px 10px;
font-size: 10px;
text-transform: uppercase;
letter-spacing: 0.5px;
margin: 0 0 15px;
display: inline-block;
border-radius: 3px;
}  .wooma-blog-grid {
display: flex;
flex-wrap: wrap;
}
.wooma-blog-grid>* {
box-sizing: border-box;
flex-shrink: 0;
width: 100%;
max-width: 100%;
padding-right: calc(var(--bs-gutter-x) * .5);
padding-left: calc(var(--bs-gutter-x) * .5);
margin-top: var(--bs-gutter-y);
}
.wooma-post-item {
flex: 0 0 auto;
width: 25%;
}
.wooma-posts-row .wooma-blog-posts-item {
margin-bottom: 40px;
}
.wooma-posts-row .wooma-blog-posts-item.style-card {
margin-bottom: 30px;
}
.wooma-blog-post-content {
background-color: #fff;
}
.wooma-blog-thumb + .wooma-blog-post-content {
margin-top: 20px;
}
.wooma-blog-post-content .wooma-post-meta-title,
.wooma-blog-post-content .wooma-post-title,
.wooma-blog-post-content .wooma-post-excerpt {
margin: 0;
}
.wooma-blog-slider .wooma-blog-post-content {
margin: 0;
padding: 20px;
}
.wooma-post-excerpt {
line-height: 1.5;
}
.wooma-blog-post-content .wooma-blog-post-meta {
margin-bottom: 5px;
}
.wooma-blog-post-content .wooma-post-title {
margin-bottom: 10px;
}
.wooma-blog-thumb.image-fit {
position: relative;
overflow: hidden;
display: block;
padding-top: 75%;
}
.wooma-blog-thumb.image-fit img {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
min-height: 100%;
object-fit: cover;
}
.style-default .wooma-blog-post-category {
position: absolute;
display: block;
right: 15px;
top: 15px;
} .style-card .wooma-blog-post-item-inner {
display: flex;
flex-direction: column;
justify-content: flex-end;
min-height: 450px;
background-repeat: no-repeat;
background-size: cover;
position: relative;
padding: 30px;
overflow: hidden;
}
.style-card .wooma-blog-post-item-inner.category-none {
justify-content: flex-end;
}
.style-card .wooma-blog-post-item-inner:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgb(57 57 58 / 44%);
}
.style-card.thumb-none .wooma-blog-post-item-inner {
background-color: var(--wooma-bg-soft);
}
.style-card.thumb-none .wooma-blog-post-item-inner:before {
content: none;
}
.style-card .wooma-blog-post-content {
padding: 0;
background-color: transparent;
z-index: 1;
}
.style-card .wooma-blog-post-content,
.style-card .wooma-blog-post-content .wooma-blog-post-meta h6,
.style-card .wooma-blog-post-content .wooma-post-title {
color: #fff;
margin-right: 20px;
}
.style-card.thumb-none .wooma-blog-post-content,
.style-card.thumb-none .wooma-blog-post-content .wooma-blog-post-meta h6,
.style-card.thumb-none .wooma-blog-post-content .wooma-post-title {
color: var(--wooma-dark);
}
.style-card .wooma-blog-post-content .wooma-post-title a:hover {
color: #fff;
opacity: 0.7;
}
.style-card .wooma-blog-post-category {
text-align: right;
z-index: 1;
margin-bottom: 30px;
}
.wooma-blog-post-category span {
padding: 7px 15px;
display: inline-block;
text-align: center;
background: #fff;
line-height: 1;
}
.wooma-blog-post-meta {
margin-bottom: 10px;
display: flex;
justify-content: flex-start;
}
.wooma-blog-post-meta .wooma-post-author,
.wooma-blog-post-meta .wooma-post-date {
text-transform: uppercase;
font-size: 12px;
margin-right: 20px;
margin-bottom: 0;
color: var(--wooma-dark-soft);
}
.wooma-blog-post-meta .wooma-post-meta-title,
.wooma-blog-post-meta .wooma-post-meta-title a,
.wooma-blog-post-meta .wooma-post-meta-date a,
.wooma-blog-post-meta .wooma-post-meta-date {
text-transform: uppercase;
font-size: 11px;
letter-spacing: 0.5px;
margin-right: 5px;
font-weight: 500;
color: var(--wooma-dark-soft);
line-height: 2;
}
.wooma-blog-post-meta .wooma-post-meta-date a {
font-size: 11px;
margin-right: 10px;
}
.content-alignment-center .wooma-blog-post-meta {
justify-content: center;
align-items: baseline;
}  .style-split .wooma-blog-post-item-inner {
display: inline-flex;
flex-wrap: wrap;
width: 100%;
}
.style-split .wooma-blog-post-thumb-wrapper {
flex: 0 0 40%;
position: relative;
overflow: hidden;
min-height: 250px;
}
.style-split .wooma-blog-post-thumb {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-size: cover;
background-repeat: no-repeat;
}
.style-split.thumb-none .wooma-blog-post-thumb {
background-color: var(--wooma-bg-soft);
}
.style-split .wooma-blog-post-thumb img {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
min-height: 100%;
object-fit: cover;
}
.style-split a.blog-thumb-link {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}
.style-split a.wooma-blog-post-category {
position: absolute;
top: 10px;
left: 10px;
}
.style-split .wooma-blog-post-content {
padding: 15px 30px 0;
background-color: #fff;
flex: 0 0 60%;
display: flex;
flex-direction: column;
justify-content: flex-start;
}
.style-split .wooma-blog-post-meta.wooma-inline-two-block {
text-transform: uppercase;
font-size: 12px;
margin-bottom: 0;
margin-top: 20px;
padding: 10px 0;
border-top: 1px solid var(--wooma-gray-softer);
}
@media (max-width: 992px) {
.wooma-blog-sidebar {
margin-top: 60px;
}
}
@media(max-width:768px) {
.style-split .wooma-blog-post-item-inner {
flex-direction: column;
}
.style-split .wooma-blog-post-content {
padding: 15px 0 0;
}
}
@media(max-width:576px) {
.style-split .wooma-blog-post-thumb-wrapper {
min-height: auto;
}
.style-split .wooma-blog-post-thumb {
padding-bottom: 0;
position: relative;
}
.style-split .wooma-blog-post-thumb img {
position: relative;
}
} .search .product .wooma-blog-post-meta {
display: none;
}
@media (max-width: 992px){
.wooma-posts-row {
padding-right: 0px;
}
}