* {
box-sizing: border-box;
}
a {
text-decoration: none;
}
.sb-clearfix:before,
.sb-clearfix:after {
content: "";
display: table;
}
.sb-clearfix:after {
clear: both;
}
.sb-align-left {
text-align: left;
}
.sb-align-center {
text-align: center;
}
.sb-align-right {
text-align: right;
} .wp-block-smart-blocks .sb-block-title {
margin-bottom: 30px;
font-size: var(--sb-header-typo-fs-lg, 20px);
letter-spacing: var(--sb-header-typo-ls-lg, 0);
line-height: var(--sb-header-typo-lh-lg, 1.3);
color: var(--sb-header-color, #000);
}
.wp-block-smart-blocks .sb-ff.sb-block-title {
font-family: var(--sb-header-typo-family);
}
.wp-block-smart-blocks .sb-fw.sb-block-title {
font-weight: var(--sb-header-typo-weight, 700);
font-style: var(--sb-header-typo-style, normal);
}
.wp-block-smart-blocks .sb-tt.sb-block-title {
text-transform: var(--sb-header-typo-tt, capitalize);
}
.wp-block-smart-blocks .sb-td.sb-block-title {
text-decoration: var(--sb-header-typo-td, none);
}
.wp-block-smart-blocks .sb-block-title a,
.wp-block-smart-blocks .sb-block-title span {
color: inherit;
}
.wp-block-smart-blocks .sb-title-style2.sb-block-title {
border-bottom: 3px solid var(--sb-header-long-border-color, #EEE);
}
.wp-block-smart-blocks .sb-title-style2.sb-block-title span {
position: relative;
display: inline-block;
padding-bottom: 10px;
}
.wp-block-smart-blocks .sb-title-style2.sb-block-title span:before {
content: "";
position: absolute;
height: 3px;
top: 100%;
left: 0;
width: 100%;
background: var(--sb-header-short-border-color, #000);
}
.wp-block-smart-blocks .sb-title-style3.sb-block-title {
position: relative;
display: flex;
border-left: 10px solid var(--sb-header-short-border-color, #000);
font-weight: bold;
line-height: 1;
}
.wp-block-smart-blocks .sb-title-style3.sb-block-title span {
padding: 0 20px 0 15px;
display: inline-block;
}
.wp-block-smart-blocks .sb-title-style3.sb-block-title:after {
content: "";
flex-grow: 1;
background: var(--sb-header-long-border-color, #EEE);
}
.wp-block-smart-blocks .sb-title-style4.sb-block-title {
display: flex;
align-items: center;
}
.wp-block-smart-blocks .sb-title-style4.sb-block-title:after {
content: "";
height: 3px;
background: var(--sb-header-long-border-color, #EEE);
flex-grow: 1;
margin-left: 15px;
} .sb-excerpt {
font-family: var(--sb-excerpt-typo-family);
font-weight: var(--sb-excerpt-typo-weight, 400);
font-style: var(--sb-excerpt-typo-style, normal);
text-transform: var(--sb-excerpt-typo-tt, none);
text-decoration: var(--sb-excerpt-typo-td, none);
font-size: var(--sb-excerpt-typo-fs-lg, 1em);
letter-spacing: var(--sb-excerpt-typo-ls-lg, 0);
line-height: var(--sb-excerpt-typo-lh-lg, 1.6);
color: var(--sb-excerpt-color, inherit);
} .sb-post-meta {
font-size: 12px;
opacity: 0.8;
}
.sb-post-meta>span {
margin-right: 20px;
font-family: var(--sb-post-metas-typo-family);
font-weight: var(--sb-post-metas-typo-weight, 400);
font-style: var(--sb-post-metas-typo-style, normal);
text-transform: var(--sb-post-metas-typo-tt, none);
text-decoration: var(--sb-post-metas-typo-td, none);
font-size: var(--sb-post-metas-typo-fs-lg, 12px);
letter-spacing: var(--sb-post-metas-typo-ls-lg, 0);
line-height: var(--sb-post-metas-typo-lh-lg, 1.3);
color: var(--sb-post-metas-color, inherit);
}
.sb-post-meta>span:last-child {
margin-right: 0;
}
.sb-post-meta i {
margin-right: 5px;
font-size: 0.88em;
font-weight: bold;
} .sb-post-thumb .post-categories {
position: absolute;
bottom: 10px;
left: 15px;
z-index: 1;
margin: 0;
padding: 0;
font-size: 0;
display: flex;
flex-wrap: wrap;
}
.post-categories li {
display: inline-block;
}
.post-categories li a {
font-family: var(--sb-category-typo-family);
font-weight: var(--sb-category-typo-weight, 400);
font-style: var(--sb-category-typo-style, normal);
text-transform: var(--sb-category-typo-tt, uppercase);
text-decoration: var(--sb-category-typo-td, none);
font-size: var(--sb-category-typo-fs-lg, 10px);
letter-spacing: var(--sb-category-typo-ls-lg, 0);
line-height: var(--sb-category-typo-lh-lg, 1.2);
background: var(--sb-category-background-color, #0E0E0E);
color: var(--sb-category-text-color, #F0F0F0);
display: block;
padding: 4px 6px;
margin-right: 5px;
margin-bottom: 5px;
}
.post-categories li a:hover {
background: var(--sb-category-background-hover-color, #0078af) !important;
color: var(--sb-category-text-hover-color, #FFFFFF) !important;
} .sb-post-content .post-categories {
margin: 0 0 5px;
padding: 0;
font-size: 0;
} .sb-tile-block .post-categories {
top: 25px;
left: 25px;
bottom: auto;
} .sb-post-content h3.sb-post-title {
color: var(--sb-title-color, #000);
clear: none;
}
.sb-post-content h3.sb-post-title:hover {
color: var(--sb-title-hover-color, var(--sb-title-color, #000));
}
.sb-post-content h3.sb-post-title a {
color: inherit;
}
h3.sb-large-title {
font-size: 26px;
}
h3.sb-big-title {
font-size: 22px;
} .sb-post-item {
margin-bottom: 30px;
}
.sb-post-item:last-child {
margin-bottom: 0;
} .sb-thumb-container {
position: relative;
padding-bottom: 70%;
background: #f7f7f7;
background-position: center;
background-size: cover;
overflow: hidden;
}
.sb-post-thumb .sb-thumb-container img {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
max-width: none;
}
.sb-post-thumb,
.sb-post-graident-title{
overflow: hidden;
position: relative;
border-radius: var(--sb-image-border-radius, 0);
}
.sb-post-thumb img {
transform: scale(1);
transition: all 0.3s ease;
}
.sb-post-thumb:hover img {
transform: scale(1.2);
}
.sb-post-title {
margin-bottom: 10px;
}
.sb-post-meta {
margin-bottom: 10px;
}
.sb-post-title:last-child,
.sb-post-meta:last-child,
.sb-excerpt:last-child {
margin-bottom: 0;
} .sb-post-content.sb-gradient-overlay {
position: absolute;
left: 0;
right: 0;
bottom: 0;
padding: 15px;
color: #fff;
background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, .9) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, .9)));
background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, .9) 100%);
background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, .9) 100%);
background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, .9) 100%);
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, .9) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0)
}
.sb-post-content.sb-gradient-overlay h3.sb-post-title,
.sb-post-content.sb-gradient-overlay .sb-post-meta span {
color: #fff
} .sb-news-module-one .sb-post-item:nth-child(1) .sb-post-title,
.sb-news-module-two .col1 .sb-post-title,
.sb-news-module-three .col1 .sb-post-title,
.sb-news-module-five .sb-big-block .sb-post-title,
.sb-news-module-seven .sb-big-block .sb-post-title,
.sb-news-module-eight .sb-big-block .sb-post-title,
.sb-news-module-nine .sb-big-post-item .sb-post-title,
.sb-tile-block.style1 .sb-left-col .sb-post-title,
.sb-tile-block.style2 .sb-left-col .sb-post-title {
font-size: var(--sb-featured-title-typo-fs-lg, 1.5em);
letter-spacing: var(--sb-featured-title-typo-ls-lg, 0);
line-height: var(--sb-featured-title-typo-lh-lg, 1.3);
margin-top: var(--sb-featured-title-margin-top-lg, 0);
margin-right: var(--sb-featured-title-margin-right-lg, 0);
margin-bottom: var(--sb-featured-title-margin-bottom-lg, 10px);
margin-left: var(--sb-featured-title-margin-left-lg, 0);
}
.sb-news-module-one .sb-post-item:nth-child(1) .sb-ff.sb-post-title,
.sb-news-module-two .col1 .sb-ff.sb-post-title,
.sb-news-module-three .col1 .sb-ff.sb-post-title,
.sb-news-module-five .sb-big-block .sb-ff.sb-post-title,
.sb-news-module-seven .sb-big-block .sb-ff.sb-post-title,
.sb-news-module-eight .sb-big-block .sb-ff.sb-post-title,
.sb-news-module-nine .sb-big-post-item .sb-ff.sb-post-title,
.sb-tile-block.style1 .sb-left-col .sb-ff.sb-post-title,
.sb-tile-block.style2 .sb-left-col .sb-ff.sb-post-title{
font-family: var(--sb-featured-title-typo-family);
}
.sb-news-module-one .sb-post-item:nth-child(1) .sb-fw.sb-post-title,
.sb-news-module-two .col1 .sb-fw.sb-post-title,
.sb-news-module-three .col1 .sb-fw.sb-post-title,
.sb-news-module-five .sb-big-block .sb-fw.sb-post-title,
.sb-news-module-seven .sb-big-block .sb-fw.sb-post-title,
.sb-news-module-eight .sb-big-block .sb-fw.sb-post-title,
.sb-news-module-nine .sb-big-post-item .sb-fw.sb-post-title,
.sb-tile-block.style1 .sb-left-col .sb-fw.sb-post-title,
.sb-tile-block.style2 .sb-left-col .sb-fw.sb-post-title{
font-weight: var(--sb-featured-title-typo-weight, 400);
font-style: var(--sb-featured-title-typo-style, normal);
}
.sb-news-module-one .sb-post-item:nth-child(1) .sb-tt.sb-post-title,
.sb-news-module-two .col1 .sb-tt.sb-post-title,
.sb-news-module-three .col1 .sb-tt.sb-post-title,
.sb-news-module-five .sb-big-block .sb-tt.sb-post-title,
.sb-news-module-seven .sb-big-block .sb-tt.sb-post-title,
.sb-news-module-eight .sb-big-block .sb-tt.sb-post-title,
.sb-news-module-nine .sb-big-post-item .sb-tt.sb-post-title,
.sb-tile-block.style1 .sb-left-col .sb-tt.sb-post-title,
.sb-tile-block.style2 .sb-left-col .sb-tt.sb-post-title{
text-transform: var(--sb-featured-title-typo-tt, none);
}
.sb-news-module-one .sb-post-item:nth-child(1) .sb-td.sb-post-title,
.sb-news-module-two .col1 .sb-td.sb-post-title,
.sb-news-module-three .col1 .sb-td.sb-post-title,
.sb-news-module-five .sb-big-block .sb-td.sb-post-title,
.sb-news-module-seven .sb-big-block .sb-td.sb-post-title,
.sb-news-module-eight .sb-big-block .sb-td.sb-post-title,
.sb-news-module-nine .sb-big-post-item .sb-td.sb-post-title,
.sb-tile-block.style1 .sb-left-col .sb-td.sb-post-title,
.sb-tile-block.style2 .sb-left-col .sb-td.sb-post-title{
text-decoration: var(--sb-featured-title-typo-td, none);
}
.sb-news-module-one .sb-post-item:nth-child(2) .sb-post-title,
.sb-news-module-one .sb-post-item:nth-child(3) .sb-post-title,
.sb-news-module-two .col2 .sb-post-title,
.sb-news-module-two .col3 .sb-post-title,
.sb-news-module-three .col2 .sb-post-title,
.sb-news-module-eight .sb-small-block .sb-post-title,
.sb-tile-block.style1 .sb-right-col .sb-post-title,
.sb-tile-block.style2 .sb-right-col .sb-post-title {
font-size: var(--sb-side-post-title-typo-fs-lg, 1.2em);
letter-spacing: var(--sb-side-post-title-typo-ls-lg, 0);
line-height: var(--sb-side-post-title-typo-lh-lg, 1.3);
margin-top: var(--sb-side-post-title-margin-top-lg, 0);
margin-right: var(--sb-side-post-title-margin-right-lg, 0);
margin-bottom: var(--sb-side-post-title-margin-bottom-lg, 10px);
margin-left: var(--sb-side-post-title-margin-left-lg, 0);
}
.sb-news-module-one .sb-post-item:nth-child(2) .sb-ff.sb-post-title,
.sb-news-module-one .sb-post-item:nth-child(3) .sb-ff.sb-post-title,
.sb-news-module-two .col2 .sb-ff.sb-post-title,
.sb-news-module-two .col3 .sb-ff.sb-post-title,
.sb-news-module-three .col2 .sb-ff.sb-post-title,
.sb-news-module-eight .sb-small-block .sb-ff.sb-post-title,
.sb-tile-block.style1 .sb-right-col .sb-ff.sb-post-title,
.sb-tile-block.style2 .sb-right-col .sb-ff.sb-post-title{
font-family: var(--sb-side-post-title-typo-family);
}
.sb-news-module-one .sb-post-item:nth-child(2) .sb-fw.sb-post-title,
.sb-news-module-one .sb-post-item:nth-child(3) .sb-fw.sb-post-title,
.sb-news-module-two .col2 .sb-fw.sb-post-title,
.sb-news-module-two .col3 .sb-fw.sb-post-title,
.sb-news-module-three .col2 .sb-fw.sb-post-title,
.sb-news-module-eight .sb-small-block .sb-fw.sb-post-title,
.sb-tile-block.style1 .sb-right-col .sb-fw.sb-post-title,
.sb-tile-block.style2 .sb-right-col .sb-fw.sb-post-title{
font-weight: var(--sb-side-post-title-typo-weight, 400);
font-style: var(--sb-side-post-title-typo-style, normal);
}
.sb-news-module-one .sb-post-item:nth-child(2) .sb-tt.sb-post-title,
.sb-news-module-one .sb-post-item:nth-child(3) .sb-tt.sb-post-title,
.sb-news-module-two .col2 .sb-tt.sb-post-title,
.sb-news-module-two .col3 .sb-tt.sb-post-title,
.sb-news-module-three .col2 .sb-tt.sb-post-title,
.sb-news-module-eight .sb-small-block .sb-tt.sb-post-title,
.sb-tile-block.style1 .sb-right-col .sb-tt.sb-post-title,
.sb-tile-block.style2 .sb-right-col .sb-tt.sb-post-title{
text-transform: var(--sb-side-post-title-typo-tt, none);
}
.sb-news-module-one .sb-post-item:nth-child(2) .sb-td.sb-post-title,
.sb-news-module-one .sb-post-item:nth-child(3) .sb-td.sb-post-title,
.sb-news-module-two .col2 .sb-td.sb-post-title,
.sb-news-module-two .col3 .sb-td.sb-post-title,
.sb-news-module-three .col2 .sb-td.sb-post-title,
.sb-news-module-eight .sb-small-block .sb-td.sb-post-title,
.sb-tile-block.style1 .sb-right-col .sb-td.sb-post-title,
.sb-tile-block.style2 .sb-right-col .sb-td.sb-post-title{
text-decoration: var(--sb-side-post-title-typo-td, none);
}
.sb-news-module-four .sb-post-item:nth-child(1) .sb-post-title,
.sb-news-module-four .sb-post-item:nth-child(2) .sb-post-title,
.sb-news-module-six .sb-big-block .sb-post-title {
font-size: var(--sb-top-post-title-typo-fs-lg, 1.5em);
letter-spacing: var(--sb-top-post-title-typo-ls-lg, 0);
line-height: var(--sb-top-post-title-typo-lh-lg, 1.3);
margin-top: var(--sb-top-post-title-margin-top-lg, 0);
margin-right: var(--sb-top-post-title-margin-right-lg, 0);
margin-bottom: var(--sb-top-post-title-margin-bottom-lg, 10px);
margin-left: var(--sb-top-post-title-margin-left-lg, 0);
}
.sb-news-module-four .sb-post-item:nth-child(1) .sb-ff.sb-post-title,
.sb-news-module-four .sb-post-item:nth-child(2) .sb-ff.sb-post-title,
.sb-news-module-six .sb-big-block .sb-ff.sb-post-title{
font-family: var(--sb-top-post-title-typo-family);
}
.sb-news-module-four .sb-post-item:nth-child(1) .sb-fw.sb-post-title,
.sb-news-module-four .sb-post-item:nth-child(2) .sb-fw.sb-post-title,
.sb-news-module-six .sb-big-block .sb-post-title{
font-weight: var(--sb-top-post-title-typo-weight, 400);
font-style: var(--sb-top-post-title-typo-style, normal);
}
.sb-news-module-four .sb-post-item:nth-child(1) .sb-tt.sb-post-title,
.sb-news-module-four .sb-post-item:nth-child(2) .sb-tt.sb-post-title,
.sb-news-module-six .sb-big-block .sb-tt.sb-post-title{
text-transform: var(--sb-top-post-title-typo-tt, none);
}
.sb-news-module-four .sb-post-item:nth-child(1) .sb-td.sb-post-title,
.sb-news-module-four .sb-post-item:nth-child(2) .sb-td.sb-post-title,
.sb-news-module-six .sb-big-block .sb-td.sb-post-title{
text-decoration: var(--sb-top-post-title-typo-td, none);
}
.sb-news-module-four .sb-post-item:nth-child(n+3) .sb-post-title,
.sb-news-module-six .sb-small-block .sb-post-title {
font-size: var(--sb-bottom-post-title-typo-fs-lg, 1.2em);
letter-spacing: var(--sb-bottom-post-title-typo-ls-lg, 0);
line-height: var(--sb-bottom-post-title-typo-lh-lg, 1.3);
margin-top: var(--sb-bottom-post-title-margin-top-lg, 0);
margin-right: var(--sb-bottom-post-title-margin-right-lg, 0);
margin-bottom: var(--sb-bottom-post-title-margin-bottom-lg, 10px);
margin-left: var(--sb-bottom-post-title-margin-left-lg, 0);
}
.sb-news-module-four .sb-post-item:nth-child(n+3) .sb-ff.sb-post-title,
.sb-news-module-six .sb-small-block .sb-ff.sb-post-title{
font-family: var(--sb-bottom-post-title-typo-family);
}
.sb-news-module-four .sb-post-item:nth-child(n+3) .sb-fw.sb-post-title,
.sb-news-module-six .sb-small-block .sb-fw.sb-post-title{
font-weight: var(--sb-bottom-post-title-typo-weight, 400);
font-style: var(--sb-bottom-post-title-typo-style, normal);
}
.sb-news-module-four .sb-post-item:nth-child(n+3) .sb-tt.sb-post-title,
.sb-news-module-six .sb-small-block .sb-tt.sb-post-title{
text-transform: var(--sb-bottom-post-title-typo-tt, none);
}
.sb-news-module-four .sb-post-item:nth-child(n+3) .sb-td.sb-post-title,
.sb-news-module-six .sb-small-block .sb-td.sb-post-title{
text-decoration: var(--sb-bottom-post-title-typo-td, none);
}
.sb-news-module-five .sb-small-block .sb-post-title,
.sb-news-module-seven .sb-small-block .sb-post-title,
.sb-news-module-nine .sb-post-item .sb-post-title,
.sb-news-module-ten .sb-post-item .sb-post-title,
.sb-news-module-eleven .sb-post-item .sb-post-title,
.sb-news-module-twelve .sb-post-item .sb-post-title,
.sb-news-module-thirteen .sb-post-item .sb-post-title,
.sb-news-module-fourteen .sb-post-item .sb-post-title,
.sb-news-module-fifteen .sb-post-item .sb-post-title,
.sb-tile-block.style3 .sb-post-title,
.sb-carousel-block .sb-post-content h3.sb-post-title,
.sb-single-post-one .sb-post-content h3.sb-post-title,
.sb-single-post-two .sb-post-content h3.sb-post-title {
font-size: var(--sb-listing-post-title-typo-fs-lg, 1.2em);
letter-spacing: var(--sb-listing-post-title-typo-ls-lg, 0);
line-height: var(--sb-listing-post-title-typo-lh-lg, 1.3);
margin-top: var(--sb-listing-post-title-margin-top-lg, 0);
margin-right: var(--sb-listing-post-title-margin-right-lg, 0);
margin-bottom: var(--sb-listing-post-title-margin-bottom-lg, 10px);
margin-left: var(--sb-listing-post-title-margin-left-lg, 0);
}
.sb-news-module-five .sb-small-block .sb-ff.sb-post-title,
.sb-news-module-seven .sb-small-block .sb-ff.sb-post-title,
.sb-news-module-nine .sb-post-item .sb-ff.sb-post-title,
.sb-news-module-ten .sb-post-item .sb-ff.sb-post-title,
.sb-news-module-eleven .sb-post-item .sb-ff.sb-post-title,
.sb-news-module-twelve .sb-post-item .sb-ff.sb-post-title,
.sb-news-module-thirteen .sb-post-item .sb-ff.sb-post-title,
.sb-news-module-fourteen .sb-post-item .sb-ff.sb-post-title,
.sb-news-module-fifteen .sb-post-item .sb-ff.sb-post-title,
.sb-tile-block.style3 .sb-ff.sb-post-title,
.sb-carousel-block .sb-post-content h3.sb-ff.sb-post-title,
.sb-single-post-one .sb-post-content h3.sb-ff.sb-post-title,
.sb-single-post-two .sb-post-content h3.sb-ff.sb-post-title{
font-family: var(--sb-listing-post-title-typo-family);
}
.sb-news-module-five .sb-small-block .sb-fw.sb-post-title,
.sb-news-module-seven .sb-small-block .sb-fw.sb-post-title,
.sb-news-module-nine .sb-post-item .sb-fw.sb-post-title,
.sb-news-module-ten .sb-post-item .sb-fw.sb-post-title,
.sb-news-module-eleven .sb-post-item .sb-fw.sb-post-title,
.sb-news-module-twelve .sb-post-item .sb-fw.sb-post-title,
.sb-news-module-thirteen .sb-post-item .sb-fw.sb-post-title,
.sb-news-module-fourteen .sb-post-item .sb-fw.sb-post-title,
.sb-news-module-fifteen .sb-post-item .sb-fw.sb-post-title,
.sb-tile-block.style3 .sb-fw.sb-post-title,
.sb-carousel-block .sb-post-content h3.sb-fw.sb-post-title,
.sb-single-post-one .sb-post-content h3.sb-fw.sb-post-title,
.sb-single-post-two .sb-post-content h3.sb-fw.sb-post-title{
font-weight: var(--sb-listing-post-title-typo-weight, 400);
font-style: var(--sb-listing-post-title-typo-style, normal);
}
.sb-news-module-five .sb-small-block .sb-tt.sb-post-title,
.sb-news-module-seven .sb-small-block .sb-tt.sb-post-title,
.sb-news-module-nine .sb-post-item .sb-tt.sb-post-title,
.sb-news-module-ten .sb-post-item .sb-tt.sb-post-title,
.sb-news-module-eleven .sb-post-item .sb-tt.sb-post-title,
.sb-news-module-twelve .sb-post-item .sb-tt.sb-post-title,
.sb-news-module-thirteen .sb-post-item .sb-tt.sb-post-title,
.sb-news-module-fourteen .sb-post-item .sb-tt.sb-post-title,
.sb-news-module-fifteen .sb-post-item .sb-tt.sb-post-title,
.sb-tile-block.style3 .sb-tt.sb-post-title,
.sb-carousel-block .sb-post-content h3.sb-tt.sb-post-title,
.sb-single-post-one .sb-post-content h3.sb-tt.sb-post-title,
.sb-single-post-two .sb-post-content h3.sb-tt.sb-post-title{
text-transform: var(--sb-listing-post-title-typo-tt, none);
}
.sb-news-module-five .sb-small-block .sb-td.sb-post-title,
.sb-news-module-seven .sb-small-block .sb-td.sb-post-title,
.sb-news-module-nine .sb-post-item .sb-td.sb-post-title,
.sb-news-module-ten .sb-post-item .sb-td.sb-post-title,
.sb-news-module-eleven .sb-post-item .sb-td.sb-post-title,
.sb-news-module-twelve .sb-post-item .sb-td.sb-post-title,
.sb-news-module-thirteen .sb-post-item .sb-td.sb-post-title,
.sb-news-module-fourteen .sb-post-item .sb-td.sb-post-title,
.sb-news-module-fifteen .sb-post-item .sb-td.sb-post-title,
.sb-tile-block.style3 .sb-td.sb-post-title,
.sb-carousel-block .sb-post-content h3.sb-td.sb-post-title,
.sb-single-post-one .sb-post-content h3.sb-td.sb-post-title,
.sb-single-post-two .sb-post-content h3.sb-td.sb-post-title{
text-decoration: var(--sb-listing-post-title-typo-td, none);
}
.wp-block-smart-blocks {
margin-top: var(--sb-block-margin-top-lg, 0);
margin-right: var(--sb-block-margin-right-lg, 0);
margin-bottom: var(--sb-block-margin-bottom-lg, 0);
margin-left: var(--sb-block-margin-left-lg, 0);
padding-top: var(--sb-block-padding-top-lg, 0);
padding-right: var(--sb-block-padding-right-lg, 0);
padding-bottom: var(--sb-block-padding-bottom-lg, 0);
padding-left: var(--sb-block-padding-left-lg, 0);
border-style: var(--sb-border-normal, none);
border-color: var(--sb-border-normal-color, transparent);
border-width: var(--sb-border-normal-width-top, 0) var(--sb-border-normal-width-right, 0) var(--sb-border-normal-width-bottom, 0) var(--sb-border-normal-width-left, 0);
border-radius: var(--sb-border-normal-radius-top, 0) var(--sb-border-normal-radius-right, 0) var(--sb-border-normal-radius-bottom, 0) var(--sb-border-normal-radius-left, 0);
box-shadow: var(--sb-border-normal-box-shadow-inset, ) var(--sb-border-normal-box-shadow-horizontal, 0) var(--sb-border-normal-box-shadow-vertical, 0) var(--sb-border-normal-box-shadow-blur, 0) var(--sb-border-normal-box-shadow-spread, 0) var(--sb-border-normal-box-shadow-color, transparent);
background: var(--sb-block-bg-color, transparent);
transition: all 0.3s ease;
}
.wp-block-smart-blocks:hover {
border-style: var(--sb-border-hover, var(--sb-border-normal, none));
border-color: var(--sb-border-hover-color, var(--sb-border-normal-color, transparent));
border-width: var(--sb-border-hover-width-top, var(--sb-border-normal-width-top, 0)) var(--sb-border-hover-width-right, var(--sb-border-normal-width-right, 0)) var(--sb-border-hover-width-bottom, var(--sb-border-normal-width-bottom, 0)) var(--sb-border-hover-width-left, var(--sb-border-normal-width-left, 0));
border-radius: var(--sb-border-hover-radius-top, var(--sb-border-normal-radius-top, 0)) var(--sb-border-hover-radius-right, var(--sb-border-normal-radius-right, 0)) var(--sb-border-hover-radius-bottom, var(--sb-border-normal-radius-bottom, 0)) var(--sb-border-hover-radius-left, var(--sb-border-normal-radius-left, 0));
box-shadow: var(--sb-border-hover-box-shadow-inset, var(--sb-border-normal-box-shadow-inset, )) var(--sb-border-hover-box-shadow-horizontal, var(--sb-border-normal-box-shadow-horizontal, 0)) var(--sb-border-hover-box-shadow-vertical, var(--sb-border-normal-box-shadow-vertical, 0)) var(--sb-border-hover-box-shadow-blur, var(--sb-border-normal-box-shadow-blur, 0)) var(--sb-border-hover-box-shadow-spread, var(--sb-border-normal-box-shadow-spread, 0)) var(--sb-border-hover-box-shadow-color, var(--sb-border-normal-box-shadow-color, transparent));
} .sb-news-module-one .sb-news-module-one-wrap {
margin-left: -20px;
margin-right: -20px;
display: flex;
align-items: center
}
.sb-news-module-one .sb-post-item {
padding: 0 20px;
margin-bottom: 0
}
.sb-news-module-one .sb-post-content {
text-align: center
}
.sb-news-module-one .sb-post-item .sb-post-thumb {
margin-bottom: 20px
}
.sb-news-module-one .sb-post-item:nth-child(1) .sb-thumb-container {
padding-bottom: var(--sb-featured-thumb-height, 80%);
}
.sb-news-module-one .sb-post-item:nth-child(2) .sb-thumb-container,
.sb-news-module-one .sb-post-item:nth-child(3) .sb-thumb-container {
padding-bottom: var(--sb-side-post-thumb-height, 100%);
}
.sb-news-module-one .sb-post-item:nth-child(1) {
width: 50%;
order: 2
}
.sb-news-module-one .sb-post-item:nth-child(2) {
order: 1;
width: 25%
}
.sb-news-module-one .sb-post-item:nth-child(3) {
order: 3;
width: 25%
} .sb-news-module-two .sb-news-module-two-wrap {
margin-left: -20px;
margin-right: -20px;
display: flex
}
.sb-news-module-two .sb-post-content {
text-align: center
}
.sb-news-module-two .sb-post-item .sb-post-thumb {
margin-bottom: 20px
}
.sb-news-module-two .col2 {
width: 25%;
order: 1;
padding: 0 20px
}
.sb-news-module-two .col1 {
width: 50%;
order: 2;
padding: 0 20px
}
.sb-news-module-two .col3 {
width: 25%;
order: 3;
padding: 0 20px
}
.sb-news-module-two .col1 .sb-thumb-container {
padding-bottom: var(--sb-featured-thumb-height, 86%);
}
.sb-news-module-two .col2 .sb-thumb-container,
.sb-news-module-two .col3 .sb-thumb-container {
padding-bottom: var(--sb-side-post-thumb-height, 80%);
} .sb-news-module-three .sb-news-module-three-wrap {
margin-left: -15px;
margin-right: -15px;
display: flex
}
.sb-news-module-three .col1,
.sb-news-module-three .col2 {
width: 50%;
padding: 0 15px
}
.sb-news-module-three .col1 .sb-post-item,
.sb-news-module-three .col1 .sb-post-thumb,
.sb-news-module-three .col1 .sb-post-thumb>a,
.sb-news-module-three .col1 .sb-thumb-container {
height: 100%
}
.sb-news-module-three .col1 .sb-post-thumb .post-categories {
left: 30px;
right: 30px;
bottom: auto;
top: 30px
}
.sb-news-module-three .col1 .sb-post-content {
padding: 30px
}
.sb-news-module-three .col1 .sb-thumb-container {
padding-bottom: 0
}
.sb-news-module-three .col2 .sb-post-item {
width: 50%;
padding: 0 15px
}
.sb-news-module-three .col2-wrap {
display: flex;
flex-wrap: wrap;
margin: 0 -15px
}
.sb-news-module-three .col2-wrap .sb-post-thumb {
margin-bottom: 15px
}
.sb-news-module-three .col2 .sb-post-item:nth-last-child(2),
.sb-news-module-three .col2 .sb-post-item:nth-last-child(1) {
margin-bottom: 0
}
.sb-news-module-three .col2 .sb-thumb-container {
padding-bottom: var(--sb-side-post-thumb-height, 70%);
}
.sb-news-module-three .col1 .sb-post-content .sb-post-title,
.sb-news-module-three .col1 .sb-post-content .sb-post-meta span {
color: var(--sb-featured-title-color, #FFFFFF);
}
.sb-news-module-three .col2 .sb-post-content .sb-post-title {
color: var(--sb-side-title-color, inherit);
}
.sb-news-module-three .col2 .sb-post-content .sb-post-title:hover {
color: var(--sb-side-title-hover-color, inherit);
} .sb-news-module-four .sb-news-module-four-wrap {
margin-left: -15px;
margin-right: -15px;
display: flex;
flex-wrap: wrap
}
.sb-news-module-four .sb-post-item {
width: 25%;
padding: 0 15px;
margin-bottom: 0
}
.sb-news-module-four .sb-post-content {
text-align: center
}
.sb-news-module-four .sb-post-thumb {
margin-bottom: 15px
}
.sb-news-module-four .sb-post-item:nth-child(1),
.sb-news-module-four .sb-post-item:nth-child(2) {
width: 50%;
margin-bottom: 30px
}
.sb-news-module-four .sb-post-item:nth-child(1) .sb-thumb-container,
.sb-news-module-four .sb-post-item:nth-child(2) .sb-thumb-container {
padding-bottom: var(--sb-top-thumb-height, 60%);
}
.sb-news-module-four .sb-post-item:nth-child(n+3) .sb-thumb-container {
padding-bottom: var(--sb-bottom-post-thumb-height, 70%);
} .sb-news-module-five-wrap {
margin-left: -15px;
margin-right: -15px;
display: flex;
flex-wrap: wrap
}
.sb-news-module-five .sb-big-block,
.sb-news-module-five .sb-small-block {
width: 50%;
padding: 0 15px;
}
.sb-news-module-five .sb-big-block .sb-post-item {
margin-bottom: 0;
}
.sb-news-module-five .sb-big-block .sb-post-thumb {
margin-bottom: 20px;
}
.sb-news-module-five .sb-big-block .sb-thumb-container {
padding-bottom: var(--sb-featured-thumb-height, 70%);
}
.sb-news-module-five .sb-small-block .sb-thumb-container {
padding-bottom: var(--sb-listing-post-thumb-height, 80%);
}
.sb-news-module-five .sb-small-block .sb-post-thumb {
float: left;
width: 120px;
}
.sb-news-module-five .sb-small-block .sb-post-content {
margin-left: 140px;
} .sb-news-module-six .sb-big-block .sb-post-thumb {
margin-bottom: 30px;
}
.sb-news-module-six .sb-big-block .sb-post-thumb .post-categories {
position: absolute;
left: 30px;
top: 30px;
right: auto;
bottom: auto;
}
.sb-news-module-six .sb-big-block .sb-thumb-container {
padding-bottom: var(--sb-top-thumb-height, 60%);
}
.sb-news-module-six .sb-small-block .sb-thumb-container {
padding-bottom: var(--sb-bottom-post-thumb-height, 70%);
}
.sb-news-module-six .sb-big-block .sb-post-content {
padding: 30px;
}
.sb-news-module-six .sb-small-block {
display: flex;
margin: 0 -15px;
}
.sb-news-module-six .sb-small-block .sb-post-item {
width: 33.33%;
padding: 0 15px;
margin-bottom: 0;
}
.sb-news-module-six .sb-small-block .sb-post-thumb {
margin-bottom: 15px;
} .sb-news-module-seven .sb-big-block {
margin-bottom: 30px;
}
.sb-news-module-seven .sb-big-block .sb-post-thumb {
float: left;
width: 50%;
}
.sb-news-module-seven .sb-big-block .sb-post-content {
margin-left: 50%;
padding-left: 30px;
}
.sb-news-module-seven .sb-small-block {
display: flex;
flex-wrap: wrap;
margin: 0 -15px;
}
.sb-news-module-seven .sb-small-block .sb-post-item {
width: 50%;
padding: 0 15px;
}
.sb-news-module-seven .sb-small-block .sb-post-item:nth-last-child(2) {
margin-bottom: 0;
}
.sb-news-module-seven .sb-small-block .sb-post-thumb {
float: left;
width: 120px;
}
.sb-news-module-seven .sb-small-block .sb-post-content {
margin-left: 140px;
}
.sb-news-module-seven .sb-big-block .sb-thumb-container {
padding-bottom: var(--sb-featured-thumb-height, 70%);
}
.sb-news-module-seven .sb-small-block .sb-thumb-container {
padding-bottom: var(--sb-listing-post-thumb-height, 70%);
} .sb-news-module-eight-wrap {
margin: 0 -15px;
display: flex;
}
.sb-news-module-eight .sb-big-block,
.sb-news-module-eight .sb-small-block {
width: 50%;
padding: 0 15px;
}
.sb-news-module-eight .sb-post-thumb {
margin-bottom: 15px;
}
.sb-news-module-eight .sb-big-block .sb-post-meta {
margin-bottom: 10px;
}
.sb-news-module-eight .sb-small-block-wrap {
margin: 0 -15px;
display: flex;
flex-wrap: wrap;
}
.sb-news-module-eight .sb-small-block .sb-post-item {
width: 50%;
padding: 0 15px;
}
.sb-news-module-eight .sb-small-block .sb-post-item:nth-last-child(2),
.sb-news-module-eight .sb-small-block .sb-post-item:nth-last-child(1) {
margin-bottom: 0;
}
.sb-news-module-eight .sb-big-block .sb-thumb-container {
padding-bottom: var(--sb-featured-thumb-height, 70%);
}
.sb-news-module-eight .sb-small-block .sb-thumb-container {
padding-bottom: var(--sb-side-post-thumb-height, 70%);
} .sb-big-post-item {
margin-bottom: 30px;
}
.sb-big-post-item .sb-post-thumb {
position: relative;
overflow: hidden;
}
.sb-big-post-item .sb-post-thumb img {
width: 100%;
}
.sb-big-post-item h3 {
font-size: 18px;
margin-bottom: 10px;
}
.sb-big-post-item .sb-post-thumb .post-categories {
top: 20px;
left: 20px;
bottom: auto;
}
.sb-news-module-nine .sb-post-item .sb-post-thumb {
float: left;
width: 120px;
}
.sb-news-module-nine .sb-post-item .sb-post-content {
margin-left: 140px;
}
.sb-news-module-nine .sb-big-post-item .sb-thumb-container {
padding-bottom: var(--sb-featured-thumb-height, 70%);
}
.sb-news-module-nine .sb-post-item .sb-thumb-container {
padding-bottom: var(--sb-listing-post-thumb-height, 70%);
} .sb-news-module-ten .sb-post-item .sb-post-thumb {
float: left;
width: var(--sb-listing-post-thumb-width, 120px);
}
.sb-news-module-ten .sb-post-item .sb-post-content {
margin-left: calc(var(--sb-listing-post-thumb-width, 120px) + 20px);
}
.sb-news-module-ten .sb-post-item .sb-thumb-container {
padding-bottom: var(--sb-listing-post-thumb-height, 70%);
} .sb-grid-blocks {
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
-webkit-flex-wrap: wrap;
margin: 0 -15px -30px;
}
.sb-grid-block {
width: 33.33%;
padding: 0 15px;
margin-bottom: 30px;
}
.sb-grid-block-inner {
position: relative;
overflow: hidden;
}
.sb-grid-block .sb-post-thumb .sb-thumb-container {
padding-bottom: var(--sb-listing-post-thumb-height, 100%);
}
.sb-grid-block .sb-post-meta {
max-height: 0;
margin-top: 5px;
color: #F6F6F6;
overflow: hidden;
transition: all 0.3s ease-in-out;
}
.sb-grid-block-inner:hover .sb-post-meta {
max-height: 30px;
}
.sb-grid-block .sb-post-thumb .post-categories {
bottom: auto;
top: 15px;
} .sb-double-small-block {
display: flex;
flex-wrap: wrap;
margin: 0 -15px;
}
.sb-double-small-block .sb-post-item {
width: 50%;
padding: 0 15px;
}
.sb-double-small-block .sb-post-item:nth-last-child(2) {
margin-bottom: 0;
}
.sb-double-small-block .sb-post-thumb {
float: left;
width: 120px;
}
.sb-double-small-block .sb-post-thumb .sb-thumb-container {
padding-bottom: var(--sb-listing-post-thumb-height, 80%);
}
.sb-double-small-block .sb-post-content {
margin-left: 140px;
} .sb-alternate-block {
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
-webkit-flex-wrap: wrap;
}
.sb-alt-post-item {
width: 33.333%;
background: var(--sb-content-bg-color, #F9F9F9);
display: -webkit-flex;
display: flex;
flex-direction: column;
margin: 0;
}
.sb-alt-post-item .sb-post-thumb .sb-thumb-container {
padding-bottom: var(--sb-listing-post-thumb-height, 100%);
}
.sb-alt-post-item .sb-post-thumb {
width: 100%;
}
.sb-alt-post-item .sb-post-thumb a img {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
.sb-alt-post-item:nth-child(2) {
flex-direction: column-reverse;
}
.sb-alt-post-item:hover {
background: var(--sb-content-bg-color, #F4F4F4);
}
.sb-alt-post-item .sb-post-content {
padding-bottom: var(--sb-listing-post-thumb-height, 100%);
overflow: hidden;
position: relative;
}
.sb-alt-post-item .sb-post-content .sb-post-content-inner {
position: absolute;
display: flex;
align-items: center;
padding: 30px;
height: 100%;
}
.sb-alt-post-item .posted-on {
margin-bottom: 6px;
} .sb-four-column-block {
margin: 0 -15px;
display: flex;
flex-wrap: wrap;
}
.sb-four-column-block.sb-col-1 .sb-post-item {
width: 100%;
}
.sb-four-column-block.sb-col-2 .sb-post-item {
width: 50%;
}
.sb-four-column-block.sb-col-3 .sb-post-item {
width: 33.33%;
}
.sb-four-column-block.sb-col-4 .sb-post-item {
width: 25%;
}
.sb-four-column-block .sb-post-item {
padding: 0 15px;
margin-bottom: 30;
}
.sb-four-column-block .sb-post-thumb {
margin-bottom: 20px;
}
.sb-four-column-block .sb-post-content {
margin-left: 0;
}
.sb-four-column-block .posted-on {
margin-bottom: 10px;
}
.sb-four-column-block .sb-post-thumb .sb-thumb-container {
padding-bottom: var(--sb-listing-post-thumb-height, 70%);
} .sb-mini-news {
display: flex;
display: -webkit-flex;
margin-left: -15px;
margin-right: -15px;
}
.sb-mini-news .sb-post-thumb {
width: 120px;
float: left;
}
.sb-mini-news .sb-post-thumb .sb-thumb-container {
padding-bottom: var(--sb-listing-post-thumb-height, 100%);
}
.sb-mini-news .sb-post-item {
width: 33.33%;
float: left;
margin-bottom: 0;
padding: 0 15px;
position: relative;
}
.sb-mini-news .sb-post-item .sb-post-content {
margin-left: 140px;
} .sb-thumb,
.sb-parent {
float: left;
}
.sb-width-25 {
width: 25%;
}
.sb-width-33 {
width: 33.33%;
}
.sb-width-35 {
width: 35%;
}
.sb-width-50 {
width: 50%;
}
.sb-width-65 {
width: 65%;
}
.sb-width-100 {
width: 100%;
}
.sb-height-33 {
height: 33.33%;
}
.sb-height-50 {
height: 50%;
}
.sb-height-100 {
height: 100%;
}
.sb-thumb img {
height: 100% !important;
width: 100% !important;
object-fit: cover;
object-position: center;
}
.space-10 {
margin: -5px;
}
.space-10 .sb-thumb {
padding: 5px;
}
.sb-post-thumb {
position: relative;
}
.sb-post-thumb>a {
position: relative;
display: block;
overflow: hidden;
}
.sb-post-thumb img {
transition: .3s ease-in-out;
}
.sb-thumb-inner.sb-post-thumb {
background-position: center;
background-size: cover;
}
.sb-thumb-inner.sb-post-thumb img {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
.sb-thumb-inner {
position: relative;
height: 100%;
}
.sb-thumb-inner>a {
position: relative;
height: 100%;
display: block;
}
.sb-title-container h3 {
color: #FFF;
margin-bottom: 0;
text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
position: relative;
transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
}
.sb-thumb-inner:hover .sb-title-container h3:after {
width: 100%;
}
.sb-title-container {
position: absolute;
bottom: 0;
left: 0;
right: 0;
color: #FFF;
z-index: 2;
background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, .9) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, .9)));
background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, .9) 100%);
background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, .9) 100%);
background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, .9) 100%);
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, .9) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0)
}
.sb-title-container .sb-post-title {
color: var(--sb-title-color, #FFF);
margin-bottom: 15px;
text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
position: relative;
transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
}
.sb-title-container .sb-post-title:hover {
color: var(--sb-title-color, #FFF);
}
.sb-title-container h3:after {
content: "";
position: absolute;
height: 1px;
margin-top: 6px;
background: var(--sb-title-color, #FFF);
top: 100%;
left: 0;
width: 0;
transition: all 0.3s ease;
}
.sb-thumb-inner:hover .sb-title-container h3:after {
width: 100%;
}
.sb-title-container>a {
color: #FFF !important;
padding: 25px 25px 15px;
display: block;
}
.sb-title-container .sb-post-meta>span {
color: var(--sb-title-color, #FFF);
}
.sb-tile-block.style1 {
height: var(--sb-module-height, 500px);
}
.sb-tile-block.style2 {
height: var(--sb-module-height, 500px);
}
.sb-tile-block.style3 {
height: var(--sb-module-height, 400px);
} .sb-single-post-one .sb-post-content {
padding-top: 20px;
position: relative;
}
.sb-single-post-one .sb-thumb-container {
padding-bottom: var(--sb-listing-post-thumb-height, 70%);
}
.sb-single-post-one .sb-excerpt {
margin-top: 20px;
} .sb-single-post-two .sb-thumb-container {
padding-bottom: var(--sb-listing-post-thumb-height, 70%);
}
.sb-single-post-one .sb-post-content,
.sb-single-post-two .sb-post-content {
margin-top: var(--sb-content-margin-top-lg, 0);
margin-right: var(--sb-content-margin-right-lg, 0);
margin-bottom: var(--sb-content-margin-bottom-lg, 0);
margin-left: var(--sb-content-margin-left-lg, 0);
padding-top: var(--sb-content-padding-top-lg, 20px);
padding-right: var(--sb-content-padding-right-lg, 0);
padding-bottom: var(--sb-content-padding-bottom-lg, 0);
padding-left: var(--sb-content-padding-left-lg, 0);
background: var(--sb-content-bg-color);
}
.sb-single-post-two .sb-post-content {
padding-top: var(--sb-content-padding-top-lg, 20px);
padding-right: var(--sb-content-padding-right-lg, 20px);
padding-bottom: var(--sb-content-padding-bottom-lg, 20px);
padding-left: var(--sb-content-padding-left-lg, 20px);
} .sb-post-graident-title {
position: relative;
}
.sb-post-graident-title .sb-post-content {
position: absolute;
left: 0;
right: 0;
bottom: 0;
background: var(--sb-content-overlay-gradient, linear-gradient(to top, rgba(0, 0, 0, 0.65) 0px, rgba(0, 0, 0, 0.45) 34%, transparent 100%));
}
.sb-post-graident-title h3.sb-post-title{
color: var(--sb-title-color, #FFF);
}
.sb-post-graident-title h3.sb-post-title:hover{
color: var(--sb-title-hover-color, var(--sb-title-color, #FFF));
}
.sb-post-graident-title .sb-excerpt {
color: var(--sb-excerpt-color, #FFF)
}
.sb-post-graident-title .sb-post-meta span{
color: var(--sb-post-metas-color, #FFF);
}
.sb-post-graident-title .sb-excerpt {
margin-top: 15px;
} .sb-carousel-block {
clear: both;
}
.sb-carousel-block .sb-post-thumb {
margin-bottom: 20px;
}
.sb-carousel-block .sb-post-content {
text-align: center;
padding: 0 10px;
}
.sb-carousel-block .owl-carousel .owl-nav button.owl-prev,
.sb-carousel-block .owl-carousel .owl-nav button.owl-next {
position: absolute;
top: 50%;
transform: translateY(-50%);
height: 40px;
width: 35px;
line-height: 40px;
text-align: center;
background: var(--sb-nav-normal-bg-color, #000);
font-size: 26px;
color: var(--sb-nav-icon-normal-color, #FFF);
opacity: 0;
display: flex;
justify-content: center;
align-items: center;
transition: all 0.3s ease;
}
.sb-carousel-block .owl-carousel .owl-nav button.owl-prev {
left: 0;
}
.sb-carousel-block .owl-carousel .owl-nav button.owl-next {
right: 0;
}
.sb-carousel-block .owl-carousel:hover .owl-nav button.owl-prev,
.sb-carousel-block .owl-carousel:hover .owl-nav button.owl-next {
opacity: 1;
}
.sb-carousel-block .owl-carousel .owl-nav button.owl-prev:hover,
.sb-carousel-block .owl-carousel .owl-nav button.owl-next:hover {
background: var(--sb-nav-hover-bg-color, var(--sb-nav-normal-bg-color, #000));
color: var(--sb-nav-icon-hover-color, var(--sb-nav-icon-normal-color, #FFF));
}
.sb-carousel-block .owl-carousel .owl-dots {
margin-top: 40px;
text-align: center;
}
.sb-carousel-block .owl-carousel button.owl-dot {
height: 12px;
width: 12px;
background: var(--sb-dots-bg-color, #000);
margin: 0 5px;
padding: 0;
box-shadow: none;
outline: 0;
border-radius: 20px;
transform: scale(1);
transition: all 0.3s ease;
}
.sb-carousel-block .owl-carousel button.owl-dot.active {
transform: scale(1.2);
background: var(--sb-dots-bg-color-hover, var(--sb-dots-bg-color, #000));
}
.sb-carousel-block .sb-thumb-container {
padding-bottom: var(--sb-listing-post-thumb-height, 70%);
} .sb-ticker {
position: relative;
background: var(--sb-ticker-content-bg-color, #F6F6F6);
padding: 10px;
overflow: hidden;
display: flex;
align-items: center;
}
.sb-ticker-title {
background: var(--sb-ticker-title-bg-color, #000);
color: var(--sb-ticker-title-color, #FFF);
white-space: nowrap;
padding: 0 30px 0 10px;
margin-right: 10px;
position: relative;
font-family: var(--sb-ticker-title-typo-family);
font-weight: var(--sb-ticker-title-typo-weight, 400);
font-style: var(--sb-ticker-title-typo-style, normal);
text-transform: var(--sb-ticker-title-typo-tt, none);
text-decoration: var(--sb-ticker-title-typo-td, none);
font-size: var(--sb-ticker-title-typo-fs-lg, 20px);
letter-spacing: var(--sb-ticker-title-typo-ls-lg, 0);
line-height: var(--sb-ticker-title-typo-lh-lg, 2);
clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
}
.sb-ticker .sb-ticker-posts {
padding-right: 75px;
flex-grow: 1;
overflow: hidden;
}
.sb-ticker .owl-item a {
display: block;
width: 100%;
color: var(--sb-ticker-content-color, #444);
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
font-family: var(--sb-ticker-content-typo-family);
font-weight: var(--sb-ticker-content-typo-weight, 400);
font-style: var(--sb-ticker-content-typo-style, normal);
text-transform: var(--sb-ticker-content-typo-tt, none);
text-decoration: var(--sb-ticker-content-typo-td, none);
font-size: var(--sb-ticker-content-typo-fs-lg, 20px);
letter-spacing: var(--sb-ticker-content-typo-ls-lg, 0);
line-height: var(--sb-ticker-content-typo-lh-lg, 1.3);
}
.sb-ticker .owl-item a:hover {
color: var( --ticker-content-hover-color, var(--sb-ticker-content-color, #444));
}
.sb-ticker .owl-nav {
position: absolute;
right: -75px;
top: 50%;
transform: translateY(-50%);
}
.sb-ticker .owl-carousel .owl-nav button.owl-prev,
.sb-ticker .owl-carousel .owl-nav button.owl-next {
height: 22px;
width: 22px;
line-height: 22px;
padding: 0;
background: var(--sb-nav-normal-bg-color, #0078af);
color: var(--sb-nav-icon-normal-color, #FFF);
display: inline-block;
text-align: center;
font-size: 14px;
margin-left: 4px;
}
.sb-ticker .owl-carousel .owl-nav button.owl-prev:hover,
.sb-ticker .owl-carousel .owl-nav button.owl-next:hover {
background: var(--sb-nav-hover-bg-color, #0E0E0E);
color: var(--sb-nav-icon-hover-color, #FFF)
}
.sb-ticker .owl-carousel .owl-nav button.owl-prev i,
.sb-ticker .owl-carousel .owl-nav button.owl-prev i {
line-height: 22px;
font-style: normal;
}
@media screen and (max-width:768px) {
.wp-block-smart-blocks .sb-block-title {
font-size: var(--sb-header-typo-fs-md, var(--sb-header-typo-fs-lg, 20px));
letter-spacing: var(--sb-header-typo-ls-md, var(--sb-header-typo-ls-lg, 0));
line-height: var(--sb-header-typo-lh-md, var(--sb-header-typo-lh-lg, 1.3));
}
.post-categories li a {
font-size: var(--sb-category-typo-fs-md, var(--sb-category-typo-fs-lg, 10px));
letter-spacing: var(--sb-category-typo-ls-md, var(--sb-category-typo-ls-lg, 0));
line-height: var(--sb-category-typo-lh-md, var(--sb-category-typo-lh-lg, 1.2));
}
.sb-news-module-one .sb-post-item:nth-child(1) .sb-post-title,
.sb-news-module-two .col1 .sb-post-title,
.sb-news-module-three .col1 .sb-post-title,
.sb-news-module-five .sb-big-block .sb-post-title,
.sb-news-module-six .sb-big-block .sb-post-title,
.sb-news-module-eight .sb-big-block .sb-post-title,
.sb-news-module-nine .sb-big-post-item .sb-post-title,
.sb-tile-block.style1 .sb-left-col .sb-post-title,
.sb-tile-block.style2 .sb-left-col .sb-post-title {
font-size: var(--sb-featured-title-typo-fs-md, var(--sb-featured-title-typo-fs-lg, 26px));
letter-spacing: var(--sb-featured-title-typo-ls-md, var(--sb-featured-title-typo-ls-lg, 0));
line-height: var(--sb-featured-title-typo-lh-md, var(--sb-featured-title-typo-lh-lg, 1.3));
margin-top: var(--sb-featured-title-margin-top-md, var(--sb-featured-title-margin-top-lg, 0));
margin-right: var(--sb-featured-title-margin-right-md, var(--sb-featured-title-margin-right-lg, 0));
margin-bottom: var(--sb-featured-title-margin-bottom-md, var(--sb-featured-title-margin-bottom-lg, 10px));
margin-left: var(--sb-featured-title-margin-left-md, var(--sb-featured-title-margin-left-lg, 0));
}
.sb-news-module-one .sb-post-item:nth-child(2) .sb-post-title,
.sb-news-module-one .sb-post-item:nth-child(3) .sb-post-title,
.sb-news-module-two .col2 .sb-post-title,
.sb-news-module-two .col3 .sb-post-title,
.sb-news-module-three .col2 .sb-post-title,
.sb-news-module-eight .sb-small-block .sb-post-title,
.sb-tile-block.style1 .sb-right-col .sb-post-title,
.sb-tile-block.style2 .sb-right-col .sb-post-title {
font-size: var(--sb-side-post-title-typo-fs-md, var(--sb-side-post-title-typo-fs-lg, 20px));
letter-spacing: var(--sb-side-post-title-typo-ls-md, var(--sb-side-post-title-typo-ls-lg, 0));
line-height: var(--sb-side-post-title-typo-lh-md, var(--sb-side-post-title-typo-lh-lg, 1.3));
margin-top: var(--sb-side-post-title-margin-top-md, var(--sb-side-post-title-margin-top-lg, 0));
margin-right: var(--sb-side-post-title-margin-right-md, var(--sb-side-post-title-margin-right-lg, 0));
margin-bottom: var(--sb-side-post-title-margin-bottom-md, var(--sb-side-post-title-margin-bottom-lg, 10px));
margin-left: var(--sb-side-post-title-margin-left-md, var(--sb-side-post-title-margin-left-lg, 0));
}
.sb-news-module-four .sb-post-item:nth-child(1) .sb-post-title,
.sb-news-module-four .sb-post-item:nth-child(2) .sb-post-title,
.sb-news-module-six .sb-big-block .sb-post-title {
font-size: var(--sb-top-post-title-typo-fs-md, var(--sb-top-post-title-typo-fs-lg, 26px));
letter-spacing: var(--sb-top-post-title-typo-ls-md, var(--sb-top-post-title-typo-ls-lg, 0));
line-height: var(--sb-top-post-title-typo-lh-md, var(--sb-top-post-title-typo-lh-lg, 1.3));
margin-top: var(--sb-top-post-title-margin-top-md, var(--sb-top-post-title-margin-top-lg, 0));
margin-right: var(--sb-top-post-title-margin-right-md, var(--sb-top-post-title-margin-right-lg, 0));
margin-bottom: var(--sb-top-post-title-margin-bottom-md, var(--sb-top-post-title-margin-bottom-lg, 10px));
margin-left: var(--sb-top-post-title-margin-left-md, var(--sb-top-post-title-margin-left-lg, 0));
}
.sb-news-module-four .sb-post-item:nth-child(n+3) .sb-post-title,
.sb-news-module-six .sb-small-block .sb-post-title {
font-size: var(--sb-bottom-post-title-typo-fs-md, var(--sb-bottom-post-title-typo-fs-lg, 20px));
letter-spacing: var(--sb-bottom-post-title-typo-ls-md, var(--sb-bottom-post-title-typo-ls-lg, 0));
line-height: var(--sb-bottom-post-title-typo-lh-md, var(--sb-bottom-post-title-typo-lh-lg, 1.3));
margin-top: var(--sb-bottom-post-title-margin-top-md, var(--sb-bottom-post-title-margin-top-lg, 0));
margin-right: var(--sb-bottom-post-title-margin-right-md, var(--sb-bottom-post-title-margin-right-lg, 0));
margin-bottom: var(--sb-bottom-post-title-margin-bottom-md, var(--sb-bottom-post-title-margin-bottom-lg, 10px));
margin-left: var(--sb-bottom-post-title-margin-left-md, var(--sb-bottom-post-title-margin-left-lg, 0));
}
.sb-news-module-five .sb-small-block .sb-post-title,
.sb-news-module-six .sb-small-block .sb-post-title,
.sb-news-module-nine .sb-post-item .sb-post-title,
.sb-news-module-ten .sb-post-item .sb-post-title,
.sb-news-module-eleven .sb-post-item .sb-post-title,
.sb-news-module-twelve .sb-post-item .sb-post-title,
.sb-news-module-thirteen .sb-post-item .sb-post-title,
.sb-news-module-fourteen .sb-post-item .sb-post-title,
.sb-news-module-fifteen .sb-post-item .sb-post-title,
.sb-tile-block.style3 .sb-post-title,
.sb-carousel-block .sb-post-content h3.sb-post-title,
.sb-single-post-one .sb-post-content h3.sb-post-title,
.sb-single-post-two .sb-post-content h3.sb-post-title {
font-size: var(--sb-listing-post-title-typo-fs-md, var(--sb-listing-post-title-typo-fs-lg, 20px));
letter-spacing: var(--sb-listing-post-title-typo-ls-md, var(--sb-listing-post-title-typo-ls-lg, 0));
line-height: var(--sb-listing-post-title-typo-lh-md, var(--sb-listing-post-title-typo-lh-lg, 1.3));
margin-top: var(--sb-listing-post-title-margin-top-md, var(--sb-listing-post-title-margin-top-lg, 0));
margin-right: var(--sb-listing-post-title-margin-right-md, var(--sb-listing-post-title-margin-right-lg, 0));
margin-bottom: var(--sb-listing-post-title-margin-bottom-md, var(--sb-listing-post-title-margin-bottom-lg, 10px));
margin-left: var(--sb-listing-post-title-margin-left-md, var(--sb-listing-post-title-margin-left-lg, 0));
}
.sb-excerpt {
font-size: var(--sb-excerpt-typo-fs-md, var(--sb-excerpt-typo-fs-lg, 16px));
letter-spacing: var(--sb-excerpt-typo-ls-md, var(--sb-excerpt-typo-ls-lg, 0));
line-height: var(--sb-excerpt-typo-lh-md, var(--sb-excerpt-typo-lh-lg, 1.3));
}
.sb-post-meta>span {
font-size: var(--sb-post-metas-typo-fs-md, var(--sb-post-metas-typo-fs-lg, 12px));
letter-spacing: var(--sb-post-metas-typo-ls-md, var(--sb-post-metas-typo-ls-lg, 0));
line-height: var(--sb-post-metas-typo-lh-md, var(--sb-post-metas-typo-lh-lg, 1.3));
}
.sb-single-post-one .sb-post-content,
.sb-single-post-two .sb-post-content {
margin-top: var(--sb-content-margin-top-md, var(--sb-content-margin-top-lg, 0));
margin-right: var(--sb-content-margin-right-md, var(--sb-content-margin-right-lg, 0));
margin-bottom: var(--sb-content-margin-bottom-md, var(--sb-content-margin-bottom-lg, 0));
margin-left: var(--sb-content-margin-left-md, var(--sb-content-margin-left-lg, 0));
padding-top: var(--sb-content-padding-top-md, var(--sb-content-padding-top-lg, 20px));
padding-right: var(--sb-content-padding-right-md, var(--sb-content-padding-right-lg, 0));
padding-bottom: var(--sb-content-padding-bottom-md, var(--sb-content-padding-bottom-lg, 0));
padding-left: var(--sb-content-padding-left-md, var(--sb-content-padding-left-lg, 0));
}
.sb-single-post-two .sb-post-content {
padding-top: var(--sb-content-padding-top-md, var(--sb-content-padding-top-lg, 20px));
padding-right: var(--sb-content-padding-right-md, var(--sb-content-padding-right-lg, 20px));
padding-bottom: var(--sb-content-padding-bottom-md, var(--sb-content-padding-bottom-lg, 20px));
padding-left: var(--sb-content-padding-left-md, var(--sb-content-padding-left-lg, 20px));
}
.wp-block-smart-blocks {
margin-top: var(--sb-block-margin-top-md, var(--sb-block-margin-top-lg, 0));
margin-right: var(--sb-block-margin-right-md, var(--sb-block-margin-right-lg, 0));
margin-bottom: var(--sb-block-margin-bottom-md, var(--sb-block-margin-bottom-lg, 0));
margin-left: var(--sb-block-margin-left-md, var(--sb-block-margin-left-lg, 0));
padding-top: var(--sb-block-padding-top-md, var(--sb-block-padding-top-lg, 0));
padding-right: var(--sb-block-padding-right-md, var(--sb-block-padding-right-lg, 0));
padding-bottom: var(--sb-block-padding-bottom-md, var(--sb-block-padding-bottom-lg, 0));
padding-left: var(--sb-block-padding-left-md, var(--sb-block-padding-left-lg, 0));
}
}
@media screen and (max-width:580px) {
.wp-block-smart-blocks .sb-block-title {
font-size: var(--sb-header-typo-fs-sm, var(--sb-header-typo-fs-md, var(--sb-header-typo-fs-lg, 20px)));
letter-spacing: var(--sb-header-typo-ls-sm, var(--sb-header-typo-ls-md, var(--sb-header-typo-ls-lg, 0)));
line-height: var(--sb-header-typo-lh-sm, var(--sb-header-typo-lh-md, var(--sb-header-typo-lh-lg, 1.3)));
}
.post-categories li a {
font-size: var(--sb-category-typo-fs-sm, var(--sb-category-typo-fs-md, var(--sb-category-typo-fs-lg, 10px)));
letter-spacing: var(--sb-category-typo-ls-sm, var(--sb-category-typo-ls-md, var(--sb-category-typo-ls-lg, 0)));
line-height: var(--sb-category-typo-lh-sm, var(--sb-category-typo-lh-md, var(--sb-category-typo-lh-lg, 1.2)));
}
.sb-news-module-one .sb-post-item:nth-child(1) .sb-post-title,
.sb-news-module-two .col1 .sb-post-title,
.sb-news-module-three .col1 .sb-post-title,
.sb-news-module-five .sb-big-block .sb-post-title,
.sb-news-module-seven .sb-big-block .sb-post-title,
.sb-news-module-eight .sb-big-block .sb-post-title,
.sb-news-module-nine .sb-big-post-item .sb-post-title,
.sb-tile-block.style1 .sb-left-col .sb-post-title,
.sb-tile-block.style2 .sb-left-col .sb-post-title {
font-size: var(--sb-featured-title-typo-fs-sm, var(--sb-featured-title-typo-fs-md, var(--sb-featured-title-typo-fs-lg, 26px)));
letter-spacing: var(--sb-featured-title-typo-ls-sm, var(--sb-featured-title-typo-ls-md, var(--sb-featured-title-typo-ls-lg, 0)));
line-height: var(--sb-featured-title-typo-lh-sm, var(--sb-featured-title-typo-lh-md, var(--sb-featured-title-typo-lh-lg, 1.3)));
margin-top: var(--sb-featured-title-margin-top-sm, var(--sb-featured-title-margin-top-md, var(--sb-featured-title-margin-top-lg, 0)));
margin-right: var(--sb-featured-title-margin-right-sm, var(--sb-featured-title-margin-right-md, var(--sb-featured-title-margin-right-lg, 0)));
margin-bottom: var(--sb-featured-title-margin-bottom-sm, var(--sb-featured-title-margin-bottom-md, var(--sb-featured-title-margin-bottom-lg, 10px)));
margin-left: var(--sb-featured-title-margin-left-sm, var(--sb-featured-title-margin-left-md, var(--sb-featured-title-margin-left-lg, 0)));
}
.sb-news-module-one .sb-post-item:nth-child(2) .sb-post-title,
.sb-news-module-one .sb-post-item:nth-child(3) .sb-post-title,
.sb-news-module-two .col2 .sb-post-title,
.sb-news-module-two .col3 .sb-post-title,
.sb-news-module-three .col2 .sb-post-title,
.sb-news-module-eight .sb-small-block .sb-post-title,
.sb-tile-block.style1 .sb-right-col .sb-post-title,
.sb-tile-block.style2 .sb-right-col .sb-post-title {
font-size: var(--sb-side-post-title-typo-fs-sm, var(--sb-side-post-title-typo-fs-md, var(--sb-side-post-title-typo-fs-lg, 26px)));
letter-spacing: var(--sb-side-post-title-typo-ls-sm, var(--sb-side-post-title-typo-ls-md, var(--sb-side-post-title-typo-ls-lg, 0)));
line-height: var(--sb-side-post-title-typo-lh-sm, var(--sb-side-post-title-typo-lh-md, var(--sb-side-post-title-typo-lh-lg, 1.3)));
margin-top: var(--sb-side-post-title-margin-top-sm, var(--sb-side-post-title-margin-top-md, var(--sb-side-post-title-margin-top-lg, 0)));
margin-right: var(--sb-side-post-title-margin-right-sm, var(--sb-side-post-title-margin-right-md, var(--sb-side-post-title-margin-right-lg, 0)));
margin-bottom: var(--sb-side-post-title-margin-bottom-sm, var(--sb-side-post-title-margin-bottom-md, var(--sb-side-post-title-margin-bottom-lg, 10px)));
margin-left: var(--sb-side-post-title-margin-left-sm, var(--sb-side-post-title-margin-left-md, var(--sb-side-post-title-margin-left-lg, 0)));
}
.sb-news-module-four .sb-post-item:nth-child(1) .sb-post-title,
.sb-news-module-four .sb-post-item:nth-child(2) .sb-post-title,
.sb-news-module-six .sb-big-block .sb-post-title {
font-size: var(--sb-top-post-title-typo-fs-sm, var(--sb-top-post-title-typo-fs-md, var(--sb-top-post-title-typo-fs-lg, 26px)));
letter-spacing: var(--sb-top-post-title-typo-ls-sm, var(--sb-top-post-title-typo-ls-md, var(--sb-top-post-title-typo-ls-lg, 0)));
line-height: var(--sb-top-post-title-typo-lh-sm, var(--sb-top-post-title-typo-lh-md, var(--sb-top-post-title-typo-lh-lg, 1.3)));
margin-top: var(--sb-top-post-title-margin-top-sm, var(--sb-top-post-title-margin-top-md, var(--sb-top-post-title-margin-top-lg, 0)));
margin-right: var(--sb-top-post-title-margin-right-sm, var(--sb-top-post-title-margin-right-md, var(--sb-top-post-title-margin-right-lg, 0)));
margin-bottom: var(--sb-top-post-title-margin-bottom-sm, var(--sb-top-post-title-margin-bottom-md, var(--sb-top-post-title-margin-bottom-lg, 10px)));
margin-left: var(--sb-top-post-title-margin-left-sm, var(--sb-top-post-title-margin-left-md, var(--sb-top-post-title-margin-left-lg, 0)));
}
.sb-news-module-four .sb-post-item:nth-child(n+3) .sb-post-title,
.sb-news-module-six .sb-small-block .sb-post-title {
font-size: var(--sb-bottom-post-title-typo-fs-sm, var(--sb-bottom-post-title-typo-fs-md, var(--sb-bottom-post-title-typo-fs-lg, 26px)));
letter-spacing: var(--sb-bottom-post-title-typo-ls-sm, var(--sb-bottom-post-title-typo-ls-md, var(--sb-bottom-post-title-typo-ls-lg, 0)));
line-height: var(--sb-bottom-post-title-typo-lh-sm, var(--sb-bottom-post-title-typo-lh-md, var(--sb-bottom-post-title-typo-lh-lg, 1.3)));
margin-top: var(--sb-bottom-post-title-margin-top-sm, var(--sb-bottom-post-title-margin-top-md, var(--sb-bottom-post-title-margin-top-lg, 0)));
margin-right: var(--sb-bottom-post-title-margin-right-sm, var(--sb-bottom-post-title-margin-right-md, var(--sb-bottom-post-title-margin-right-lg, 0)));
margin-bottom: var(--sb-bottom-post-title-margin-bottom-sm, var(--sb-bottom-post-title-margin-bottom-md, var(--sb-bottom-post-title-margin-bottom-lg, 10px)));
margin-left: var(--sb-bottom-post-title-margin-left-sm, var(--sb-bottom-post-title-margin-left-md, var(--sb-bottom-post-title-margin-left-lg, 0)));
}
.sb-news-module-five .sb-small-block .sb-post-title,
.sb-news-module-seven .sb-small-block .sb-post-title,
.sb-news-module-nine .sb-post-item .sb-post-title,
.sb-news-module-ten .sb-post-item .sb-post-title,
.sb-news-module-eleven .sb-post-item .sb-post-title,
.sb-news-module-twelve .sb-post-item .sb-post-title,
.sb-news-module-thirteen .sb-post-item .sb-post-title,
.sb-news-module-fourteen .sb-post-item .sb-post-title,
.sb-news-module-fifteen .sb-post-item .sb-post-title,
.sb-tile-block.style3 .sb-post-title,
.sb-carousel-block .sb-post-content .sb-post-title,
.sb-single-post-one .sb-post-content .sb-post-title,
.sb-single-post-two .sb-post-content .sb-post-title {
font-size: var(--sb-listing-post-title-typo-fs-sm, var(--sb-listing-post-title-typo-fs-md, var(--sb-listing-post-title-typo-fs-lg, 26px)));
letter-spacing: var(--sb-listing-post-title-typo-ls-sm, var(--sb-listing-post-title-typo-ls-md, var(--sb-listing-post-title-typo-ls-lg, 0)));
line-height: var(--sb-listing-post-title-typo-lh-sm, var(--sb-listing-post-title-typo-lh-md, var(--sb-listing-post-title-typo-lh-lg, 1.3)));
margin-top: var(--sb-listing-post-title-margin-top-sm, var(--sb-listing-post-title-margin-top-md, var(--sb-listing-post-title-margin-top-lg, 0)));
margin-right: var(--sb-listing-post-title-margin-right-sm, var(--sb-listing-post-title-margin-right-md, var(--sb-listing-post-title-margin-right-lg, 0)));
margin-bottom: var(--sb-listing-post-title-margin-bottom-sm, var(--sb-listing-post-title-margin-bottom-md, var(--sb-listing-post-title-margin-bottom-lg, 10px)));
margin-left: var(--sb-listing-post-title-margin-left-sm, var(--sb-listing-post-title-margin-left-md, var(--sb-listing-post-title-margin-left-lg, 0)));
}
.sb-excerpt {
font-size: var(--sb-excerpt-typo-fs-sm, var(--sb-excerpt-typo-fs-md, var(--sb-excerpt-typo-fs-lg, 16px)));
letter-spacing: var(--sb-excerpt-typo-ls-sm, var(--sb-excerpt-typo-ls-md, var(--sb-excerpt-typo-ls-lg, 0)));
line-height: var(--sb-excerpt-typo-lh-sm, var(--sb-excerpt-typo-lh-md, var(--sb-excerpt-typo-lh-lg, 1.3)));
}
.sb-post-meta>span {
font-size: var(--sb-post-metas-typo-fs-sm, var(--sb-post-metas-typo-fs-md, var(--sb-post-metas-typo-fs-lg, 16px)));
letter-spacing: var(--sb-post-metas-typo-ls-sm, var(--sb-post-metas-typo-ls-md, var(--sb-post-metas-typo-ls-lg, 0)));
line-height: var(--sb-post-metas-typo-lh-sm, var(--sb-post-metas-typo-lh-md, var(--sb-post-metas-typo-lh-lg, 1.3)));
}
.sb-single-post-one .sb-post-content,
.sb-single-post-two .sb-post-content {
margin-top: var(--sb-content-margin-top-sm, var(--sb-content-margin-top-md, var(--sb-content-margin-top-lg, 0)));
margin-right: var(--sb-content-margin-right-sm, var(--sb-content-margin-right-md, var(--sb-content-margin-right-lg, 0)));
margin-bottom: var(--sb-content-margin-bottom-sm, var(--sb-content-margin-bottom-md, var(--sb-content-margin-bottom-lg, 0)));
margin-left: var(--sb-content-margin-left-sm, var(--sb-content-margin-left-md, var(--sb-content-margin-left-lg, 0)));
padding-top: var(--sb-content-padding-top-sm, var(--sb-content-padding-top-md, var(--sb-content-padding-top-lg, 20px)));
padding-right: var(--sb-content-padding-right-sm, var(--sb-content-padding-right-md, var(--sb-content-padding-right-lg, 0)));
padding-bottom: var(--sb-content-padding-bottom-sm, var(--sb-content-padding-bottom-md, var(--sb-content-padding-bottom-lg, 0)));
padding-left: var(--sb-content-padding-left-sm, var(--sb-content-padding-left-md, var(--sb-content-padding-left-lg, 0)));
}
.sb-single-post-two .sb-post-content {
padding-top: var(--sb-content-padding-top-sm, var(--sb-content-padding-top-md, var(--sb-content-padding-top-lg, 20px)));
padding-right: var(--sb-content-padding-right-sm, var(--sb-content-padding-right-md, var(--sb-content-padding-right-lg, 20px)));
padding-bottom: var(--sb-content-padding-bottom-sm, var(--sb-content-padding-bottom-md, var(--sb-content-padding-bottom-lg, 20px)));
padding-left: var(--sb-content-padding-left-sm, var(--sb-content-padding-left-md, var(--sb-content-padding-left-lg, 20px)));
}
.wp-block-smart-blocks {
margin-top: var(--sb-block-margin-top-sm, var(--sb-block-margin-top-md, var(--sb-block-margin-top-lg, 0)));
margin-right: var(--sb-block-margin-right-sm, var(--sb-block-margin-right-md, var(--sb-block-margin-right-lg, 0)));
margin-bottom: var(--sb-block-margin-bottom-sm, var(--sb-block-margin-bottom-md, var(--sb-block-margin-bottom-lg, 0)));
margin-left: var(--sb-block-margin-left-sm, var(--sb-block-margin-left-md, var(--sb-block-margin-left-lg, 0)));
padding-top: var(--sb-block-padding-top-sm, var(--sb-block-padding-top-md, var(--sb-block-padding-top-lg, 0)));
padding-right: var(--sb-block-padding-right-sm, var(--sb-block-padding-right-md, var(--sb-block-padding-right-lg, 0)));
padding-bottom: var(--sb-block-padding-bottom-sm, var(--sb-block-padding-bottom-md, var(--sb-block-padding-bottom-lg, 0)));
padding-left: var(--sb-block-padding-left-sm, var(--sb-block-padding-left-md, var(--sb-block-padding-left-lg, 0)));
}
}
@media screen and (max-width: 768px) {
.sb-news-module-one .sb-news-module-one-wrap,
.sb-news-module-two .sb-news-module-two-wrap,
.sb-news-module-three .sb-news-module-three-wrap,
.sb-news-module-eight .sb-news-module-eight-wrap {
flex-wrap: wrap;
}
.sb-news-module-one .sb-post-item:nth-child(1),
.sb-news-module-two .col1,
.sb-news-module-three .col1 {
width: 100%;
order: unset;
margin-bottom: 30px;
}
.sb-news-module-one .sb-post-item:nth-child(2),
.sb-news-module-one .sb-post-item:nth-child(3),
.sb-news-module-two .col2,
.sb-news-module-two .col3 {
order: unset;
width: 50%;
}
.sb-news-module-three .col2,
.sb-news-module-eight .sb-big-block,
.sb-news-module-eight .sb-small-block {
width: 100%;
}
.sb-news-module-four .sb-post-item {
width: 50%;
margin-bottom: 30px;
}
.sb-news-module-eight .sb-big-block {
margin-bottom: 30px;
}
.sb-alternate-block {
margin: 0 -5px;
}
.sb-alternate-block .sb-alt-post-item {
padding: 0 5px;
background: none;
}
.sb-alt-post-item:nth-child(2) {
flex-direction: column;
}
.sb-alt-post-item .sb-post-content {
height: auto;
padding: 0;
}
.sb-alt-post-item .sb-post-content .sb-post-content-inner {
position: static;
padding: 20px 0 0;
}
.sb-four-column-block .sb-post-item {
width: 50% !important;
margin-bottom: 30px;
}
.sb-mini-news {
flex-wrap: wrap;
}
.sb-mini-news .sb-post-item {
width: 100%;
margin-bottom: 30px;
}
.sb-mini-news .sb-post-item:last-child {
margin-bottom: 0;
}
.sb-tile-block.style1,
.sb-tile-block.style2,
.sb-tile-block.style3 {
height: auto;
}
.sb-width-25,
.sb-width-33,
.sb-width-35,
.sb-width-50,
.sb-width-65,
.sb-width-100 {
width: 100%;
}
.sb-height-33,
.sb-height-50,
.sb-height-100 {
height: auto;
}
.sb-thumb-inner.sb-post-thumb>a {
position: relative;
padding-bottom: 70%;
background: #f7f7f7;
background-position: center;
background-size: cover;
}
.sb-thumb-inner.sb-post-thumb img {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 100%;
object-fit: cover;
}
}
@media screen and (max-width: 580px) {
.sb-news-module-one .sb-news-module-one-wrap,
.sb-news-module-two .sb-news-module-two-wrap,
.sb-news-module-three .sb-news-module-three-wrap {
display: block;
}
.sb-news-module-one .sb-post-item:nth-child(1),
.sb-news-module-one .sb-post-item:nth-child(2),
.sb-news-module-one .sb-post-item:nth-child(3),
.sb-news-module-two .col1,
.sb-news-module-two .col2,
.sb-news-module-two .col3,
.sb-news-module-three .col1,
.sb-news-module-three .col2 {
width: 100%;
order: unset;
margin-bottom: 30px;
}
.sb-news-module-three .col2 .sb-post-item,
.sb-news-module-three .col2 .sb-post-item:nth-last-child(2) {
width: 100%;
margin-bottom: 30px;
}
.sb-news-module-one .sb-post-item:last-child,
.sb-news-module-four .sb-post-item:last-child {
margin-bottom: 0;
}
.sb-news-module-four .sb-post-item:nth-child(1),
.sb-news-module-four .sb-post-item:nth-child(2),
.sb-news-module-four .sb-post-item {
width: 100%;
}
.sb-news-module-five .sb-big-block,
.sb-news-module-five .sb-small-block {
width: 100%;
float: none;
}
.sb-news-module-five .sb-big-block {
margin-bottom: 30px;
}
.sb-news-module-six .sb-small-block {
display: block;
}
.sb-news-module-six .sb-small-block .sb-post-item {
width: 100%;
margin-bottom: 30px;
}
.sb-news-module-six .sb-small-block .sb-post-item:last-child {
margin-bottom: 0;
}
.sb-news-module-seven .sb-big-block .sb-post-thumb,
.sb-news-module-seven .sb-big-block .sb-post-content {
width: 100%;
padding-right: 0;
padding-left: 0;
float: none;
margin: 0;
}
.sb-news-module-seven .sb-small-block .sb-post-item:nth-last-child(2) {
margin-bottom: 30px;
}
.sb-news-module-seven .sb-big-block .sb-post-thumb {
margin-bottom: 20px;
}
.sb-news-module-seven .sb-small-block .sb-post-item {
width: 100%;
}
.sb-news-module-eight .sb-small-block .sb-post-item {
width: 100%;
}
.sb-news-module-eight .sb-small-block .sb-post-item:nth-last-child(2) {
margin-bottom: 30px;
}
.sb-grid-blocks {
display: block;
margin: 0;
}
.sb-grid-block {
width: auto;
padding: 0;
}
.sb-grid-block:last-child {
margin-bottom: 0;
}
.sb-grid-block .sb-post-content {
padding: 25px;
}
.sb-double-small-block {
margin: 0;
}
.sb-double-small-block .sb-post-item {
width: 100%;
padding: 0;
}
.sb-double-small-block .sb-post-item:nth-last-child(2) {
margin-bottom: 30px;
}
.sb-alternate-block {
display: block;
}
.sb-alt-post-item .sb-post-thumb .sb-thumb-container {
padding-bottom: 70%;
}
.sb-alt-post-item {
width: 100%;
margin-bottom: 30px;
}
.sb-alt-post-item img {
width: 100%;
}
.sb-four-column-block .sb-post-item {
width: 100% !important;
}
.sb-ticker {
max-height: none;
}
.sb-ticker-title {
float: none;
display: block;
margin-right: 0;
text-align: center;
margin-bottom: 5px;
}
.sb-ticker-title:after {
display: none;
}
}