/*
Theme Name: SSM Shell
Template: bizberg
Author: SSM
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Description: SSM Shell is a custom shell for WP, dark and minimalist.
Version: 1.0
Tested up to: 5.8
Requires PHP: 5.6
*/

body {
    background: #181d20;
}

.breadcrumb-wrapper {
    height: 27vw;
}

.full-screen-search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #000000;
    z-index: 9999;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 0.8;
}

.full-screen-search .search-form {
    position: absolute;
    top: 45%;
    width: 50%;
    height: 45px;
    margin: 0 auto;
    left: 0;
    right: 0;
    overflow: inherit;
    border: none;
    background: #ffffff;
}

.full-screen-search .search-form label:before {
    content: '\f002';
    font-family: "Font Awesome 5 Free";
    right: 2%;
    position: absolute;
    z-index: 9999;
    font-size: 17px;
    font-weight: 900;
    color: #bbb8b8;
    z-index: 0;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.full-screen-search .search-form label {
    width: 100%;
    position: relative;
    margin: 0;
    border-bottom: 1px solid #ccc;
}

.full-screen-search input[type="text"].search-field {
    color: #dfdfdf !important;
    background: #dd0000;
    font-size: 20px !important;
    font-weight: 600 !important;
    padding: 10px 70px 10px 15px;
    outline: none;
}

.full-screen-search input[type="text"].search-field::placeholder {
    color: #dfdfdf;
}

.full-screen-search input#searchsubmit {
    opacity: 0;
    top: 12px;
    padding: 10px 0;
}

.full-screen-search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
    background-color: #740445;
    padding: 10px 17px;
    opacity: 1;
}

.full-screen-search input[type="text"].search-field:focus {
    border: 0;
    box-shadow: 0px 0px 3px #740445;
}

.ssm-header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.ssm-header-wrapper .navbar-nav {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sticky .ssm-header-wrapper h3,
.sticky .primary_header_2 h3,
.ssm-header-wrapper h3 {
    color: #fff;
}

.sticky .ssm-header-wrapper p,
.sticky .primary_header_2 p,
.ssm-header-wrapper p {
    color: #fff;
}

body.bizberg_transparent_header header#masthead .ssm-header-wrapper h3,
body.bizberg_transparent_header header#masthead .primary_header_2 h3,
body.bizberg_transparent_header header#masthead .ssm-header-wrapper p,
body.bizberg_transparent_header header#masthead .primary_header_2 p {
    color: #fff;
}

body.bizberg_transparent_header header#masthead .sticky .ssm-header-wrapper h3,
body.bizberg_transparent_header header#masthead .sticky .primary_header_2 h3,
body.bizberg_transparent_header header#masthead .sticky .ssm-header-wrapper p,
body.bizberg_transparent_header header#masthead .sticky .primary_header_2 p {
    color: #fff;
}

.primary_header_2 h3,
.ssm-header-wrapper h3 {
    font-family: 'Playfair Display';
    font-size: 30px;
    font-weight: 700;
    line-height: 1.5;
    text-align: left;
    text-transform: none;
}

.primary_header_2 p,
.ssm-header-wrapper p {
    font-family: 'Open Sans';
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 1.8;
    text-align: left;
    text-transform: uppercase;
}

.navbar.sticky .ssm-header-wrapper .logo img {
    max-height: 51px;
}

@media (min-width: 481px) and (max-width: 1024px) {
    .primary_header_2 h3,
    .ssm-header-wrapper h3 {
        font-size: 23px !important;
    }
    .primary_header_2 p,
    .ssm-header-wrapper p {
        font-size: 13px !important;
    }
}

@media (max-width: 768px) {
    .ssm-header-wrapper {
        padding: 0 15px;
    }
}

@media (min-width: 1025px) and (max-width: 2000px) {
    .ssm-header-wrapper .logo img,
    .primary_header_2 a img {
        max-height: 132px;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .primary_header_2 h3,
    .ssm-header-wrapper h3 {
        font-size: 23px !important;
    }
    .primary_header_2 p,
    .ssm-header-wrapper p {
        font-size: 13px !important;
    }
}

@media only screen and (min-width: 1025px) {
    .ssm-header-wrapper h3,
    .primary_header_2 h3 {
        color: #fff;
    }
    .ssm-header-wrapper p,
    .primary_header_2 p {
        color: #fff;
    }
    .sticky .ssm-header-wrapper h3 {
        font-size: 23px;
    }
    .sticky .ssm-header-wrapper p {
        font-size: 13px;
    }
}

@media (min-width: 1025px) and (max-width: 2000px) {
    .ssm-header-wrapper .logo img,
    .primary_header_2 a img {
        max-height: 132px;
    }
}

.bizberg_detail_comment_count {
    display: none !important;
}

.ssm-post-alternate-lang {
    position: relative;
    padding: 10px;
    color: #efefef;
    font-size: 1.3rem;
    font-weight: 400;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 1.4;
}

.ssm-post-alternate-lang a {
    color: #ff5f5f !important;
}

.ssm-post-byline {
    position: relative;
    margin: 5px 0 2px 0;
    font-family: 'Roboto Slab', serif !important;
    font-size: 1.5rem !important;
    font-weight: 300 !important;
    line-height: 1.15 !important;
    text-transform: inherit;
    color: #a5a5a5;
}

.ssm-post-category {
    margin: 0 0 10px 0;
}

a.ssm-post-category-link {
    display: block;
    font-family: 'Roboto Slab', serif;
    margin: 0 50px 0 0;
    text-decoration: none !important;
    color: #bdbdbd !important;
}

a.ssm-post-category-link::before {
    content: '› ';
}

@media only screen and (min-width: 1025px) {
    a.ssm-post-category-link {
        display: inline-block;
    }
}

.ssm-post-content p {
    color: #ffffff;
    font-family: 'Noto Serif', serif !important;
    font-size: 1.7rem !important;
    font-weight: 300 !important;
    line-height: 1.5 !important;
}

.ssm-post-content p:first-of-type::first-letter {
    font-size: 3.2em;
    font-weight: 700;
    color: #ff5f5f;
    float: left;
    line-height: 0.8;
    padding-right: 6px;
    padding-top: 4px;
}

.ssm-post-content p a {
    color: #ef9f9f !important;
    text-decoration: none !important;
}

.ssm-post-content h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto Slab', serif !important;
    font-weight: 400 !important;
    color: #ff5f5f!important;
    margin: 0 !important;
}

.ssm-post-content h1 strong,
h1 * strong,
h2 strong,
h2 * strong,
h3 strong,
h3 * strong,
h4 strong,
h4 * strong,
h5 strong,
h5 * strong,
h6 strong,
h6 * strong {
    font-weight: inherit !important;
}

.ssm-post-content h1 {
    font-size: 3.1rem !important;
}

.ssm-post-content h2 {
    font-size: 2.8rem !important;
}

.ssm-post-content h3 {
    font-size: 2.5rem !important;
}

.ssm-post-content h4 {
    font-size: 2.2rem !important;
}

.ssm-post-content h5 {
    font-size: 1.9rem !important;
}

.ssm-post-content h6 {
    font-size: 1.6rem !important;
}

.ssm-post-content h3.wp-block-heading {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    margin: inherit;
}

.ssm-post-content h3 strong {
    font-weight: inherit;
    color: inherit;
}

.ssm-post-content h3.wp-block-heading strong {
    font-weight: inherit;
    color: inherit;
}

h1.ssm-archive-title {
    margin: 0 0 30px 15px;
    font-size: 3.1rem !important;
    font-family: 'Playfair Display', serif !important;
}

.ssm-post-date {
    position: relative;
    width: 100%;
    color: #ff5f5f;
    position: relative;
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 400;
    margin: 15px 0;
    padding: 0;
    font-family: 'Roboto Condensed', sans-serif;
}

.ssm-post-date::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 30px;
    height: 1px;
    background-color: #ff5f5f;
}

.ssm-post-date-updated {
    display: inline-block;
    color: #767676;
    margin-left: 20px;
}

.ssm-icon {
    display: inline-block;
    margin: 0 5px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    width: 20px;
    height: 20px;
    background-color: currentColor;
}

.ssm-icon-eye {
    display: inline-block;
    margin: 0 5px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    width: 20px;
    height: 20px;
    background-color: currentColor;
    mask: url('icons/eye.svg') no-repeat center / contain;
    -webkit-mask: url('icons/eye.svg') no-repeat center / contain;
}

.ssm-icon-print {
    display: none;
}

.ssm-icon.share {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    background-color: #91003c;
    mask: url('icons/share.svg') no-repeat center / contain;
    -webkit-mask: url('icons/share.svg') no-repeat center / contain;
}

.ssm-post-wrapper-element {
    position: relative;
    min-height: 30px;
}

.frm_form_fields,
.frm_form_fields label {
    color: #f0f0f0 !important;
}

.frm_form_fields textarea,
.frm_form_fields select,
.frm_form_fields input {
    color: #333333 !important;
}

.entry-comments {
    display: none !important;
}

@media(min-width: 1024px) {
    .ssm-icon-print {
        display: inline-block;
        margin: 0 5px;
        vertical-align: middle;
        position: relative;
        top: -1px;
        width: 20px;
        height: 20px;
        background-color: currentColor;
        mask: url('icons/print.svg') no-repeat center / contain;
        -webkit-mask: url('icons/print.svg') no-repeat center / contain;
    }
}

@media print {
    /* Remove everything except the article */
    header,
    footer,
    nav,
    .comments,
    .tag-cloud-wrapper,
    .ssm-post-category,
    figure.ssm-post-featured-image,
    .ssm-post-alternate-lang,
    .ssm-post-views,
    .ssm-icon-print,
    #ssm-read-start,
    #back-to-top,
    .crp_related {
        display: none !important;
    }
    .ssm-post-kicker {
        display: block!important;
        position: relative!important;
        color: #000000!important;
        top: unset!important;
        left: unset!important;
        background: unset!important;
        padding: unset!important;
        transition: unset!important;
    }
    /* Make the article full width */
    .post-content {
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    /* Avoid breaking only where it matters */
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    img,
    figure,
    blockquote,
    table,
    pre,
    .wp-block-image,
    .wp-block-quote,
    .wp-block-table {
        page-break-inside: avoid;
    }
    /* Allow paragraphs to break naturally */
    p {
        page-break-inside: auto;
    }
    /* Better line height for print */
    body {
        line-height: 1.5;
        font-size: 12pt;
    }
    a[href]:after {
        content: "" !important;
    }
    .ssm-post-content p a {
        color: #000000 !important;
        text-decoration: underline !important;
        text-decoration-style: dashed !important;
        text-decoration-color: #555 !important;
        text-decoration-thickness: 1px !important;
    }
    /* Optional: add your logo at the top of printed pages */
    /*.post-content::before {
        content: url('/path/to/logo.png');
        display: block;
        margin-bottom: 20px;
    }*/
}

.ssm-print-button {
    display: inline-flex;
    position: absolute;
    right: 0;
    top: 0;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
    font: inherit;
    color: inherit;
}

.ssm-hidden {
    display: none !important;
}

.ssm-sentence-highlight {
    background: rgba(255, 245, 150, 0.9);
    transition: background 0.25s ease;
}

.ssm-read-controls {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    background: #50022d;
    padding: 10px;
    opacity: 0.9;
    gap: 0.5rem;
    align-items: center;
    flex-wrap: wrap;
    z-index: 1;
}

.ssm-read-controls label {
    font-size: 0.9rem;
}

#ssm-ki-overlay {
    position: absolute;
    left: 0;
    right: 0;
    height: 0;
    background: #fff59680;
    pointer-events: none;
    z-index: 5;
    transition: top 0.2s ease, height 0.2s ease, opacity 0.2s ease;
    opacity: 0;
}

#ssm-read-start {
    float: right;
    padding: 0 0 8px 8px;
    border: none;
    background: transparent;
    cursor: pointer;
    border-radius: 4px;
    font-size: 20px;
}

#ssm-read-toggle,
#ssm-read-prev,
#ssm-read-next,
#ssm-read-stop {
    padding: 0 0 8px 8px;
    border: none;
    background: transparent;
    cursor: pointer;
    border-radius: 4px;
    font-size: 20px;
}

#ssm-read-toggle.activated {
    position: fixed;
    bottom: 16px;
    right: 70px;
    font-size: 30px;
}

.ssm-sentence-highlight {
    background: #e2e48a;
    color: #444444;
    padding: 2px;
    border-radius: 3px;
}

#ssm-read-voice {
    background: #000;
    color: #afacac;
    display: block;
    width: 300px;
}

.ssm-post-views {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    color: #767676;
    font-size: 1.5rem;
}

.ssm-post-editors-note {
    position: relative;
    padding: 10px 10px 24px 10px;
    color: #efefef;
    background-color: #300106;
    margin: 0 0 15px 0;
}

.ssm-post-editors-note::after {
    padding: 0 10px 4px 0;
    content: "\2014\00A0SocialistStruggle.org";
    position: absolute;
    right: 0;
    bottom: 0;
    font-family: 'Roboto Slab', serif;
    font-size: 13px;
    color: #efefef;
    letter-spacing: 0.5px;
}

.ssm-post-editors-note p {
    font-size: 1.3rem !important;
    font-weight: 400 !important;
    font-family: 'Roboto Condensed', sans-serif !important;
    line-height: 1.4 !important;
    margin-bottom: 10px !important;
}

.ssm-post-editors-note p:last-child {
    margin-bottom: 0 !important;
    /* prevents extra space at the end */
}

.ssm-post-footnote {
    position: relative;
    padding: 10px 10px 24px 10px;
    color: #efefef;
    background-color: #300106;
    margin: 0 0 15px 0;
}

.ssm-post-footnote::after {
    padding: 0 10px 4px 0;
    content: "\2014\00A0SocialistStruggle.org";
    position: absolute;
    right: 0;
    bottom: 0;
    font-family: 'Roboto Slab', serif;
    font-size: 13px;
    color: #efefef;
    letter-spacing: 0.5px;
}

.ssm-post-footnote p {
    font-size: 1.3rem !important;
    font-weight: 400 !important;
    font-family: 'Roboto Condensed', sans-serif !important;
    line-height: 1.4 !important;
    margin-bottom: 10px !important;
}

.ssm-post-footnote p:last-child {
    margin-bottom: 0 !important;
    /* prevents extra space at the end */
}

.ssm-post-subtitle {
    margin: 15px 0;
    font-family: 'Roboto Slab', serif !important;
    font-size: 2.0rem !important;
    font-weight: 300 !important;
    line-height: 1.4 !important;
    text-transform: inherit;
    color: #dfdfdf;
}

.ssm-post-tagline {
    font-family: 'Roboto Slab', serif !important;
    font-size: 1.4rem !important;
    font-weight: 300 !important;
    line-height: 1.15 !important;
    text-transform: inherit;
    color: #7a7a7a;
}

h1.ssm-post-title {
    font-family: 'Roboto Slab', serif !important;
    font-size: 3.5rem !important;
    font-weight: 400 !important;
    line-height: 1.15 !important;
    text-transform: inherit;
    color: #fff;
}

.ssm-post-kicker {
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8;
    padding: 10px 30px 12px 0;
    color: #ff5f5f;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.ssm-post-header-text {
    position: absolute;
    top: 30px;
    left: 0;
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8;
    background: rgba(255, 255, 255, 0.85);
    padding: 10px 30px 12px 30px;
    color: #333;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all ease-in-out 0.5s;
    z-index: 1;
}

.ssm-post-header-text:after {
    content: '';
    left: 0;
    width: 0;
    background: #dd3333;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    transition: all ease-in-out 0.5s;
}

.ssm-post-head-wrapper {
    position: relative;
    transition: all ease-in-out 0.5s;
    overflow: hidden;
}

.ssm-post-head-wrapper:hover .ssm-post-header-text {
    color: #fff;
}

.ssm-post-head-wrapper:hover .ssm-post-header-text:after {
    width: 100%;
    transition: all ease-in-out 0.5s;
}

figure {
    margin: 0;
}

figcaption.ssm-featured-image-caption {
    font-size: 1.3rem;
    font-weight: 400;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 1.4;
    color: #dfdfdf;
    padding: 5px;
}

.wp-block-list {
    margin: 20px;
}

.ssm-backtag {
    display: none;
}

.ssm-hp-featured-kicker {
    position: absolute;
    left: 15px;
    top: 15px;
    font-size: 14px;
    background: #de3434;
    padding: 2px 16px 3px;
    transition: all ease-in-out 0.5s;
    z-index: 2;
    color: #fff;
    border-radius: 3px;
}

.ssm-hp-slider-kicker {
    display: inline-block;
    font-size: 1.5rem;
    background: #de3434;
    padding: 2px 5px 3px 5px;
    transition: all ease-in-out 0.5s;
    z-index: 2;
    color: #fff;
    border-radius: 3px;
}

span.entry-read-time {
    display: block;
}

@media only screen and (min-width: 1025px) {
    span.entry-read-time {
        display: inline-block;
    }
}


/*.ssm-hp-slider-kicker {
    display: inline-block;
    background: #dd3333;
    font-family: 'MontserratRegular';
    font-size: 13px;
    font-weight: 300;
    line-height: 1.8;
    margin-right: 15px;
    padding: 5px 15px 5px 35px;
    text-align: center;
    color: #fff;
    position: relative;
}

.ssm-hp-slider-kicker::before {
    border-left-color: #dd3333;
    content: "";
    position: absolute;
    right: -17px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 17px solid #dd3333;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
}

.ssm-hp-slider-kicker::after {
    border-left-color: #181d20;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 17px solid #181d20;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
}*/

.ssm-hp-list-kicker {
    color: #de3434;
}

#blog .blog-post.blog-large .entry-title.ssm-hp-list-title {
    margin-top: 15px !important;
    line-height: 1.3 !important;
    margin-bottom: 15px !important;
    clear: none;
}

p {
    font-size: 16px;
}

div#respond h3#reply-title {
    text-transform: none;
}

.slicknav_nav a {
    font-size: 13px;
}

.navbar-nav li ul li a:hover {
    font-weight: bold;
}

.navbar-nav li ul li a {
    font-size: 13px;
}

.footer_social_links {
    display: block !important;
}

.navbar-default .navbar-nav>li>a {
    letter-spacing: 0;
}

.blog-grid .entry-content {
    margin: 50px 15px;
}

.navbar-default .has-no-menu-description .navbar-nav>li>a {
    padding: 15px 20px 17px;
}

.navbar-default .has-no-menu-description .navbar-nav li ul {
    top: 60px;
}

.bizberg_default_page .single_page h3.blog-title {
    text-transform: capitalize;
}


/* ssm-default-page */

.ssm-default-page .entry-content .blocks-gallery-grid img {
    margin-bottom: auto;
}

.ssm-default-page .single_page h3,
.ssm-default-page .detail-content.single_page p {
    padding-left: 0;
}

.ssm-default-page .entry-content {
    margin-top: 0;
}

.ssm-default-page .entry-content img {
    margin-bottom: 15px;
}

.ssm-default-page .single_page h3.blog-title,
.ssm-default-page .single_page h2.blog-title {
    /*text-transform: uppercase;*/
    margin-bottom: 15px;
    position: relative;
}

.ssm-default-page .single_page h3.blog-title:after,
.ssm-default-page .single_page h2.blog-title:after {
    content: '';
    position: absolute;
    border-bottom: 2px solid #ff5f5f;
    bottom: 0;
    width: 50px;
    left: 0;
}

.ssm-default-page .entry-header {
    position: relative;
    margin: 0 0 10px 0;
}

.detail-content.single_page img.ssm-featured-image {
    width: 100%;
}


/* ----------------- */


/* Article Archive */

.years-archive-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.archive-year-card {
    display: block;
    padding: 40px 30px;
    background: #1e0202;
    border-radius: 12px;
    text-align: center;
    text-decoration: none !important;
    transition: all 0.25s ease;
    border: 1px solid #e0e0e0;
}

.archive-year-card:hover {
    background: #ffffff;
    transform: translateY(-6px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.08);
}

.archive-year-number {
    font-family: 'Playfair Display', serif;
    font-size: 48px;
    font-weight: 700;
    color: #720020;
    letter-spacing: -1px;
    margin-bottom: 10px;
    text-shadow: 0 0px 3px #d9053f;
}

.archive-badge {
    background: #111;
    color: #fff;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
}

.homepage-archive-button-wrapper {
    text-align: center;
    margin: 60px 0 80px;
}

.homepage-archive-button {
    display: inline-block;
    padding: 18px 40px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.5px;
    background: #111;
    color: #fff !important;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.25s ease;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.homepage-archive-button:hover {
    background: #000;
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}


/* ----------------- */

@media (max-width: 1023px) {
    #blog .blog-post .entry-meta>span>a,
    #blog .blog-post .entry-meta>span.bizberg_read_time {
        font-size: 16px;
    }
}

@media (max-width: 639px) {
    #blog .blog-post.bizberg-list .entry-content {
        margin: 0;
    }
}

.artistic-blog-post {
    position: relative;
    overflow: hidden;
}

.artistic-blog-post .mb-3 {
    margin-bottom: 30px;
}

.artistic-blog-post-item {
    position: relative;
    overflow: hidden;
    background: linear-gradient(to bottom, #dd3333, #5d0606);
    transition: all ease-in-out 0.5s;
    height: 310px;
}

.artistic-blog-post-item:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    content: '';
    z-index: 1;
    transition: all ease-in-out 0.7s;
    transform: scale3d(7.9, 6.4, 0) rotate3d(0, 0, 1, 45deg) translate3d(0, -70%, 0);
}

.artistic-blog-post-item:hover:before {
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 110%, 0);
    transition: all ease-in-out 0.7s;
}

.artistic-blog-post-bg {
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    background-position: center;
}

.artistic-blog-post-item img {
    width: 100%;
    transition: all ease-in-out 0.5s;
}

.artistic-blog-post-item:hover img {
    transform: scale(1.1);
    transition: all ease-in-out 0.5s;
}

.artistic-blog-post-cats a {
    position: absolute;
    left: 15px;
    top: 15px;
    font-size: 14px;
    background: #de3434;
    padding: 2px 16px 3px;
    transition: all ease-in-out 0.5s;
    z-index: 2;
    color: #fff;
    border-radius: 3px;
}

.artistic-blog-post-cats a:hover {
    color: #fff !important;
}

.artistic-blog-post-item:hover .artistic-blog-post-cats a {
    background: #dd3333;
    color: #fff;
    transition: all ease-in-out 0.5s;
}

.artistic-blog-post-content {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    padding: 20px;
}

.ssm-hp-featured-item li {
    display: inline-block;
    padding-right: 10px;
}

.ssm-hp-featured-item li:last-child {
    padding-right: 0;
}

.ssm-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 2;
}

.ssm-hp-featured-item {
    color: #ffffff !important;
}

.ssm-hp-featured-item h4 {
    line-height: 1.3 !important;
    font-size: 2.5rem !important;
    color: #ffffff !important;
}

.ssm-hp-featured-item div.meta2 {
    margin: 15px 0 0 0;
}

.featured_posts_wrapper .section-heading-wrapper {
    margin-bottom: 50px;
}

.featured_posts_wrapper .section-heading-wrapper .section-title-wrapper {
    margin-bottom: 10px;
}

.artistic-blog-post-content a:hover {
    color: #fff !important;
}

.artistic-blog-post-cats a:focus,
.artistic-blog-post-content a:focus {
    color: #fff !important;
    outline-color: #fff !important;
}

.entry-date a:focus,
.entry-title a:focus,
.entry-meta a:focus,
#sidebar a:focus {
    color: #dd3333 !important;
}

.entry-date a:focus:after {
    border-color: #dd3333 !important;
}

.nav-links a:focus {
    border-color: #dd3333 !important;
    background: #dd3333 !important;
}

.footer_social_links a:focus i {
    background: #dd3333 !important;
    color: #fff !important;
}

#footer .inline-menu a:focus,
#footer .copyright a:focus {
    outline-color: #fff !important;
}

.tagcloud.tags a:focus {
    background: #dd3333 !important;
    color: #fff !important;
}

.navigation.post-navigation a:focus {
    border-color: #dd3333 !important;
    color: #dd3333 !important;
    background: transparent !important;
}

.ssm-footer-info {
    font-size: 1.3rem;
    padding: 10px;
    display: flex;
    flex-direction: column;
    text-align: left;
    width: 250px;
    margin: 0 auto;
}

.footer_social_links {
    display: block;
}

.edit_repy_links a {
    color: #fff !important;
}

#comments a:focus code {
    color: #fff;
}


/* Slider */

.blog-banner {
    position: relative;
    padding: 50px 0 50px;
}

.blog-banner .container {
    position: relative;
    display: grid;
}

.blog-banner .container::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background: linear-gradient(30deg, #be3026, #69077a);
    margin: 0 auto;
    right: 0;
}

.blog-banner .slider {
    background: transparent;
    padding: 0 30px 70px;
    height: 600px;
}

.blog-banner .slide-inner .slide-image {
    width: 50%;
    animation: none;
    left: 30px;
    background-color: #e91e63;
}

.blog-banner .swiper-content {
    width: 50%;
    background: #181d20;
    padding: 60px;
    position: absolute;
    top: 50%;
    right: 30px;
    left: auto;
    margin: 0;
    transform: translateY(-50%);
    text-align: left;
    box-shadow: 0 8px 30px rgb(0 0 0 / 40%);
}

.blog-banner .swiper-content .content-category a {
    margin-right: 15px;
    background: #dd3333;
    padding: 7px 15px 8px 35px;
    text-align: center;
    color: #fff;
    position: relative;
    font-size: 13px;
}

.blog-banner .swiper-content .content-category a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 17px solid #181d20;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
}

.blog-banner .swiper-content .content-category a::before {
    content: "";
    position: absolute;
    right: -17px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 17px solid #dd3333;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
}

.blog-banner .swiper-content.ssm-hp h2 {
    font-size: 3rem!important;
    padding: 30px 0;
}

@media(min-width: 1200px) {
    .blog-banner .swiper-content.ssm-hp h2 {
        font-size: 5rem!important;
    }
}

.blog-banner .swiper-content h2 a {
    background: linear-gradient(to right, #be3026, #69077a);
    background-position: left 87%;
    background-repeat: no-repeat;
    transition: all ease-in-out 0.5s;
    background-size: 0px 3px;
    padding-bottom: 8px;
}

.blog-banner .slide-inner:hover .swiper-content h2 a {
    text-decoration: none !important;
    background-size: 100% 3px;
    transition: all ease-in-out 0.5s;
}

.blog-banner .swiper-content .entry-meta span {
    margin-right: 15px;
}

.blog-banner .swiper-button-prev {
    left: -20px;
}

.blog-banner .swiper-button-next {
    right: -20px;
}

.blog-banner .swiper-button-prev,
.blog-banner .swiper-button-next {
    background: #14181b;
    padding: 24px 22px;
    transition: all ease 0.5s;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background: #dd3333;
    transition: all ease 0.5s;
}

.blog-banner .swiper-button-prev::after,
.blog-banner .swiper-button-next::after {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
}

.blog-banner .swiper-content .content-category a:hover,
.blog-banner .swiper-content .entry-meta a:hover,
.blog-banner .swiper-content h2 a:hover {
    color: #fff;
}

.blog-banner .swiper-content .content-category a {
    font-family: 'MontserratRegular';
    font-size: 13px;
    padding-top: 8px;
    padding-bottom: 10px;
}

@media (min-width: 1200px) {
    .blog-banner .container {
        max-width: 1300px;
    }
}

@media(min-width: 1600px) {
    .blog-banner .container {
        width: 1520px;
        max-width: 1520px;
    }
    .blog-banner .slider {
        height: 700px;
    }
}

@media(max-width: 1100px) and (min-width: 1024px) {
    .blog-banner .swiper-content {
        padding: 30px;
    }
    .blog-banner .swiper-button-prev,
    .blog-banner .swiper-button-next {
        display: block;
        height: 70px;
        width: 60px;
        line-height: 1;
    }
}

@media(max-width: 991px) and (min-width: 768px) {
    .blog-banner .slider {
        height: calc(90vh - 100px);
    }
}

@media(max-width: 991px) {
    .blog-banner .slide-inner .slide-image {
        width: 100%;
        left: 0;
    }
    .blog-banner .swiper-content {
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .blog-banner .container {
        display: block;
    }
}

@media (max-width: 991px) and (min-width: 769px) and (orientation: landscape) {
    .blog-banner .slider {
        height: 600px;
    }
}

@media(max-width: 767px) {
    .blog-banner .swiper-content {
        width: 70%;
    }
}

@media(max-width: 639px) {
    .blog-banner {
        padding: 0;
    }
    .blog-banner .container {
        padding: 0;
    }
    .blog-banner .slider {
        padding: 0;
        overflow: visible;
    }
    .blog-banner .slide-inner .slide-image {
        width: 100%;
        position: relative;
        top: inherit;
        left: inherit;
        right: inherit;
        transform: none;
    }
    .blog-banner .swiper-content {
        padding: 30px;
        box-shadow: none;
        bottom: 20px;
        transform: none;
        top: auto;
    }
}

.bizberg_dark_mode.bizberg_woocommerce_shop ul.products li.product .woocommerce-loop-product__title {
    font-size: 1.5em !important;
}

.bizberg_dark_mode.bizberg_woocommerce_shop #reviews #comments h2 {
    margin-bottom: 30px;
    font-size: 30px;
    text-transform: capitalize;
}