@media (max-width: 575px) {
    #topbar {
        font-size: calc(var(--bodysize) - 4px) !important;
    }
}

@media (max-width: 767px) {
    #topbar .social-icons li a {
        height: 30px;
        line-height: 30px;
        width: 30px;
    }
}

.header-logo-center #logo img, #livNavLogo {
    height: 120px !important;
    margin-top: -20px !important;
}

.header-logo-center.header-sticky #logo img, #livNavLogo {
    margin-top: 5px !important;
}

@media (max-width: 991px) {
    .navigation-wrap .social-icons {
        display: none;
    }
}

body .lucent, body div.lucent {
    background-color: rgba(255,255,255,0.8);
    margin: 0;
    max-width: none;
    border-radius: 15px;
}

.hr-title {
    height: 10px;
    line-height: 20px;
    color: #146333;
    font-family: var(--subtitlefont);
    font-size: var(--subtitlesize);
    font-weight: bold;
    font-style: var(--subtitleitalic);
    margin-bottom: 10px;
    margin-top: 10px;
}

.hr-title abbr {
    letter-spacing: 4px;
    text-transform: none;
}

.mfp-bg, .mfp-wrap {
    z-index: 99999;
}

.portfolio-item img {
    width: unset;
    /* max-height: 250px; */
    max-width: 100%;
}

#st-1, .sharethis-inline-share-buttons {
    display: none !important;
}

.footer-content {
    display: none !important;
}

.copyright-content {
    border-top: none !important;
}

.wavTag-sold {
    position: absolute;
    height: 44px;
    width: 44px;
    top: -21px;
    right: 0;
    background: #d6284b;
    border-radius: 50%;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    line-height: 43px;
    text-align: center;
    text-shadow: 1px 2px 1px rgb(0 0 0 / 14%);
    z-index: 5;
}