/* Override */
#inner-page-wrapper {
    padding: 100px 0 70px;
    background: #F4F4F4;
}

#inner-page-wrapper > .container {
    max-width: 1470px;
    padding: 0 15px;
}

.ip-banner-title-inner {
    max-width: 1400px;
    width: 100%;
}

.ip-banner canvas {
    opacity: 0.2;
}

.ip-single-article-content {
    width: 69.4444%;
}

.ip-single-article-sidebar {
    width: 30.5556%;
}

/* Sidebar */
.ip-single-article-sidebar {
    padding: 0 0 0 15px;
}

.ip-single-article-sidebar-inner {
    max-width: 380px;
    width: 100%;
    margin: 0 0 0 auto;
}

.ip-single-article-sidebar h3 {
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    font-family: var(--font-family-title-alt);
    color: #000;
}

.ip-other-news-item {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 27px;
}

.ip-other-news-item .img-wrapper img {
    filter: grayscale(1);
}

.ip-other-news-item .img-wrapper::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0F6295;
    background: linear-gradient(0deg, rgba(15, 98, 149, 1) 0%, rgba(52, 58, 115, 1) 100%);
    z-index: 10;
    opacity: 0.8;
}

.ip-other-news-photo .ip-other-news-date {
    position: absolute;
    z-index: 20;
    left: 15px;
    bottom: 15px;
    color: var(--accent);
    font-size: 14px;
    font-family: var(--font-family-title-alt);
}

.ip-other-news-label a {
    font-family: var(--font-family-title-alt);
    font-weight: 700;
    font-size: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    color: #000;
}

.ip-other-news-desc {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.7;
    color: #000;
    margin: 10px 0;
}

.ip-other-news-link a {
    font-size: 14px;
    font-weight: 700;
    color: #000;
}

.ip-other-news-details {
    border-top: 2px solid var(--accent);
    padding: 15px;
}

.ip-single-article-services {
    margin-top: 50px;
}

.ip-single-article-services .about-item a {
    display: block;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    border-bottom: 3px solid var(--accent);
    margin: 0 0 25px;
}

.ip-single-article-services .about-item a h3 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    font-family: var(--font-family-title-alt);
    font-weight: 400;
    font-size: 25px;
    letter-spacing: 1px;
    text-align: center;
    color: var(--accent);
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ip-single-article-services .about-item .img-wrapper::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #343A73;
    background: linear-gradient(180deg, rgba(52, 58, 115, 1) 0%, rgba(15, 98, 149, 1) 100%);
    opacity: 0.9;
    z-index: 2;
}

/* Content */
.entry-title {
    font-size: clamp(20px,1.46vw,28px);
    font-family: var(--font-family-title-alt);
    margin: 0;
    line-height: 1.5;
    color: #000;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.entry-tags {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    margin: 20px 0;
}

.entry-tags i {
    font-size: 20px;
    width: 20px;
    margin-top: 3px;
}

.entry-tags span {
    width: calc(100% - 20px);
    color: #000;
    font-size: clamp(15px,0.94vw,18px);
    letter-spacing: 1px;
    padding-left: 15px;
}

.entry-tags span a {
    color: #000;
    text-decoration: underline !important;
}

.entry-meta span {
    font-size: 18px;
    letter-spacing: 2px;
}

.entry-img {
    margin: 50px 0;
}

.entry-content {
    font-family: var(--font-family-default);
    font-size: clamp(16px,0.89vw,17px);
    line-height: 1.7;
}

.entry-content p {
    margin: 0 0 clamp(15px,1.51vw,29px);
}

.entry-content a {
    color: #000;
    text-decoration: underline !important;
}

.back-to-top button {
    height: 80px;
    width: 80px;
    border-radius: 10px !important;
    color: #fff;
    background: var(--secondary);
    font-size: 32px;
    margin: 50px 0 0;
    border: 0;
    transition: var(--default-transition);
    cursor: pointer;
}

.back-to-top button:hover {
    background: var(--primary);
}


@media only screen and (max-width : 1024px) {
    .ip-single-article-content {
        width: 100%;
    }

    .ip-single-article-sidebar {
        padding: 50px 0 0;
    }

    .ip-single-article-sidebar {
        width: 100%;
    }

    .ip-single-article-sidebar-inner {
        max-width: 500px;
        width: 100%;
        margin: 0 auto;
    }

    .entry-title-banner {
        font-size: clamp(25px, 2.6vw, 50px);
    }

    .ip-banner canvas {
        min-height: 300px;
    }

    .entry-title {
        letter-spacing: 0;
    }
}