/*=============================
	16. Spotlight Post
===============================*/
.spotlight-post-inner-wrap .row .col-70 {
    width: 69.7%;
    flex: 0 0 auto;
}
.spotlight-post-inner-wrap .row .col-30 {
    width: 30.3%;
    flex: 0 0 auto;
}
.spotlight-post-item-wrap {
    margin-bottom: 30px;
}
.spotlight-post-item-wrap .row .col-57 {
    width: 57.4%;
    flex: 0 0 auto;
}
.spotlight-post-item-wrap .row .col-43 {
    width: 42.6%;
    flex: 0 0 auto;
}
.spotlight-post {
    margin-bottom: 20px;
}
.spotlight-post-thumb {
    border-radius: 6px;
    overflow: hidden;
}
.spotlight-post.big-post .spotlight-post-thumb {
    margin-bottom: 20px;
}
.spotlight-post.big-post .spotlight-post-thumb img {
    width: 100%;
    object-fit: cover;
    height: 300px;
}
.spotlight-post:hover .spotlight-post-thumb img {
    transform: scale(1.1);
}
.spotlight-post.big-post .spotlight-post-content .post-title {
    font-size: 28px;
    margin-bottom: 18px;
    line-height: 1.28;
}
.spotlight-post-content .blog-post-meta .list-wrap {
    justify-content: flex-start;
}
.post-title.bold-underline a {
    background-size: 0 2px;
}
.spotlight-post:hover .post-title.bold-underline a {
    background-size: 100% 2px;
}
.spotlight-post.small-post {
    display: flex;
    flex-direction: row-reverse;
    gap: 20px;
}
.spotlight-post.small-post .spotlight-post-thumb {
    width: 140px;
    flex: 0 0 auto;
}
.spotlight-post.small-post .spotlight-post-thumb img {
    width: 140px;
    height: 100%;
    object-fit: cover;
}
.spotlight-post.small-post .spotlight-post-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.spotlight-post-content .post-title {
    margin-bottom: 13px;
    font-size: 20px;
    line-height: 1.3;
}
.spotlight-post:hover .post-title a {
    background-size: 100% 1px;
}
.ta-overlay-post-two {
    position: relative;
    margin-bottom: 10px;
}
.overlay-post-thumb-two {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}
.overlay-post-thumb-two::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.90) 0%, rgba(0, 0, 0, 0.20) 100%);
    pointer-events: none;
}
.overlay-post-thumb-two img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}
.ta-overlay-post-two:hover .overlay-post-thumb-two img {
    transform: scale(1.1);
}
.overlay-post-content-two {
    position: absolute;
    left: 30px;
    bottom: 30px;
    right: 30px;
}
.overlay-post-content-two .post-title {
    margin-bottom: 15px;
    font-size: 20px;
    color: var(--sjm-white);
    line-height: 1.3;
}
.overlay-post-content-two .post-title a:hover {
    color: var(--sjm-white);
}
.ta-overlay-post-two:hover .overlay-post-content-two .post-title a {
    background-size: 100% 1px;
}
.post-tag-three {
    background: rgba(255, 255, 255, 0.30);
}
.post-tag-three:hover {
    background: var(--sjm-primary-color);
}
.overlay-post-content-two .blog-post-meta .list-wrap {
    justify-content: flex-start;
}
.popular-post-item-wrap .row {
    --bs-gutter-x: 10px;
}
.widget-title-two {
    display: flex;
    align-items: center;
}
.widget-title-two .title {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 800;
    color: var(--sjm-white);
    padding: 8px 28px;
    position: relative;
    z-index: 1;
    white-space: nowrap;
}
.sidebar-newsletter {
    background: var(--sjm-secondary-color);
    border-radius: 5px;
    text-align: center;
    padding: 50px 35px 30px;
    position: relative;
    z-index: 1;
}
.sidebar-newsletter .icon {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    color: #7B96B7;
    opacity: 0.1;
    top: 28px;
    font-size: 75px;
    line-height: 0;
    z-index: -1;
}
.sidebar-newsletter .title {
    color: var(--sjm-white);
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 25px;
}
.sidebar-newsletter p {
    margin-bottom: 30px;
    color: var(--sjm-white);
    font-weight: 500;
}
.sidebar-newsletter-form form {
    position: relative;
}
.sidebar-newsletter-form input {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: var(--sjm-white);
    border: none;
    background: var(--sjm-primary-color);
    border-radius: 5px;
    padding: 13px 45px 13px 20px;
    height: 50px;
}
.sidebar-newsletter-form input::placeholder {
    color: var(--sjm-white);
    font-size: 14px;
    font-weight: 400;
    opacity: .8;
}
.sidebar-newsletter-form button {
    border: none;
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    color: var(--sjm-white);
    padding: 0;
    line-height: 1;
}
.sidebar-newsletter-form button svg {
    width: 16px;
    height: 16px;
}
.rc-post-wrap .popular-post {
    margin-bottom: 15px;
}
.rc-post-wrap .popular-post:last-child {
    margin-bottom: 0;
}
.sidebar-widget-two {
    margin-bottom: 50px;
}
.sidebar-widget-two:last-child {
    margin-bottom: 0;
}
.sidebar-categories .list-wrap li {
    margin-bottom: 5px;
}
.sidebar-categories .list-wrap li:last-child {
    margin-bottom: 0;
}
.sidebar-categories .list-wrap li a {
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    justify-content: space-between;
    padding: 25px 25px;
    min-height: 80px;
    z-index: 1;
    --arrow-hover-move-x: 110%;
    --arrow-hover-move-y: 100%;
}
.sidebar-categories .list-wrap li a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.65) 34.9%, rgba(0, 0, 0, 0.00) 97.88%);
    pointer-events: none;
    z-index: -1;
}
.sidebar-categories .list-wrap li a .post-tag {
    margin-bottom: 0;
    border-radius: 30px;
    transition: all 0.3s ease-out 0s;
}
.sidebar-categories .list-wrap li a:hover .post-tag {
    background: var(--sjm-primary-color);
}
.sidebar-categories .right-arrow svg {
    width: 16px;
    color: var(--sjm-white);
    transition: all 0.3s ease-out 0s;
}
.sidebar-categories .right-arrow svg path {
    transition: transform .38s cubic-bezier(.37, .08, .02, .93), opacity .18s ease-out;
}
.sidebar-categories .right-arrow svg path:nth-of-type(1) {
    transform: translateX(0) translateY(0);
    opacity: 1;
    transition-delay: .15s, .15s;
}
.sidebar-categories .right-arrow svg path:nth-of-type(2) {
    transform: translateX(calc(-1 * var(--arrow-hover-move-x))) translateY(var(--arrow-hover-move-y));
    opacity: .5;
    transition-delay: 0s, 0s;
}
.sidebar-categories .list-wrap li a:hover .right-arrow svg path:nth-of-type(1) {
    transform: translateX(var(--arrow-hover-move-x)) translateY(calc(-1 * var(--arrow-hover-move-y)));
    opacity: 0;
    transition-delay: 0s, 0s;
}
.sidebar-categories .list-wrap li a:hover .right-arrow svg path:nth-of-type(2) {
    transform: translateX(0) translateY(0);
    opacity: 1;
    transition-delay: .15s, .15s;
}
