
/*=============================
	24. Weekly Post
===============================*/
.weekly-post-inner-wrap .row .col-70 {
    width: 69.7%;
    flex: 0 0 auto;
}
.weekly-post-inner-wrap .row .col-30 {
    width: 30.3%;
    flex: 0 0 auto;
}
.weekly-post-item {
    display: flex;
    gap: 40px;
    margin-bottom: 20px;
}
.weekly-post-thumb {
    width: 440px;
    flex: 0 0 auto;
    overflow: hidden;
    border-radius: 6px;
}
.weekly-post-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.weekly-post-item:hover .weekly-post-thumb img {
    transform: scale(1.1);
}
.weekly-post-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.weekly-post-content .post-title {
    font-size: 22px;
    margin-bottom: 15px;
    line-height: 1.4;
}
.weekly-post-item:hover .weekly-post-content .post-title a {
    background-size: 100% 1px;
}
.weekly-post-content .blog-post-meta {
    margin-bottom: 15px;
}
.weekly-post-content p {
    margin-bottom: 20px;
}
.weekly-post-content .view-all-btn .link-btn {
    font-weight: 600;
}
.hot-post-item {
    margin-bottom: 20px;
}
.hot-post-item:last-child {
    margin-bottom: 0;
}
.hot-post-thumb {
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 20px;
}
.hot-post-thumb img {
    height: 220px;
    object-fit: cover;
    width: 100%;
}
.hot-post-item:hover .hot-post-thumb img {
    transform: scale(1.1);
}
.hot-post-content .post-title {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 1.3;
}
.hot-post-item:hover .hot-post-content .post-title a {
    background-size: 100% 1px;
}
.hot-post-content .blog-post-meta .list-wrap {
    justify-content: flex-start;
}
.sidebar-img img {
    border-radius: 5px;
}

/* weekly-post-two */
.weekly-post-item.weekly-post-two {
    flex-direction: row-reverse;
    margin-bottom: 30px;
}
.sidebar-overlay-post {
    position: relative;
    margin-bottom: 25px;
}
.so-post-thumb {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
.so-post-thumb::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
    pointer-events: none;
}
.so-post-thumb img {
    width: 100%;
    height: 364px;
    object-fit: cover;
}
.sidebar-overlay-post:hover .so-post-thumb img {
    transform: scale(1.1);
}
.so-post-content {
    position: absolute;
    left: 30px;
    bottom: 30px;
    right: 25px;
}
.so-post-content .post-title {
    color: var(--sjm-white);
    font-size: 20px;
    line-height: 1.4;
}
.so-post-content .post-title a:hover {
    color: var(--sjm-white);
}
.sidebar-overlay-post:hover .so-post-content .post-title a {
    background-size: 100% 1px;
}
.so-post-content .blog-post-meta .list-wrap {
    justify-content: flex-start;
}

/* weekly-post-three */
.weekly-post-three {
    margin-bottom: 30px;
}
.weekly-post-three .weekly-post-thumb {
    position: relative;
    margin-bottom: 15px;
    width: 100%;
}
.weekly-post-three .weekly-post-thumb .post-tag {
    position: absolute;
    left: 30px;
    top: 30px;
}
.weekly-post-three .weekly-post-thumb img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.weekly-post-three:hover .weekly-post-thumb img {
    transform: scale(1.1);
}
.weekly-post-three:hover .weekly-post-content .post-title a {
    background-size: 100% 1px;
}
.weekly-post-three .weekly-post-content p {
    margin-bottom: 0;
}
.sidebar-newsletter-form-two .form-grp input {
    width: 100%;
    border: none;
    border-radius: 5px;
    background: var(--sjm-white);
    text-align: center;
    font-size: 14px;
    padding: 13px 20px;
    color: var(--sjm-secondary-color);
    height: 50px;
}
.sidebar-newsletter-form-two .form-grp input::placeholder {
    font-size: 14px;
    color: #6D757F;
}
.sidebar-newsletter-form-two .btn {
    width: 100%;
    background: var(--sjm-primary-color);
    justify-content: center;
    text-transform: uppercase;
    margin-top: 15px;
}
.sidebar-newsletter-form-two .btn::before {
    background: var(--sjm-white);
}
.sidebar-newsletter-form-two .btn:hover {
    color: var(--sjm-primary-color);
}
.form-check {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    margin-top: 20px;
}
.form-check .form-check-input {
    border-radius: 3px;
    border: 1px solid #436793;
    margin: 0 8px 0 0;
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    background-color: var(--sjm-secondary-color);
    cursor: pointer;
}
.form-check .form-check-input:focus {
    outline: 0;
    box-shadow: none;
}
.form-check label {
    text-align: left;
    font-size: 14px;
    color: #7488A1;
    user-select: none;
}

/* weekly-post-four */
.weekly-post-item.weekly-post-four {
    margin-bottom: 40px;
}