/* Latest Blogs */
#inner-page-wrapper {
    margin-bottom: 100px;
}

.ip-lb {
    padding: 182px 0 0;
}

.ip-lb-btn {
    font-size: 12px;
    border: 1px #b8b8b8 solid;
    text-transform: uppercase;
    display: inline-block;
    padding: 15px 50px;
    transition: all .5s;
}

.ip-lb-btn:hover {
    background: var(--primary-color);
    color: #fff;
}

.ip-lb .gsite-button {
    padding: 0 50px;
    width: auto;
}

.custom-breadcrumbs {
    margin-bottom: 85px;
}

.gsite-title  {
    text-align: center;
    margin-bottom: 80px;
}

.ip-lb-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 60px 0 30px;
}

.ip-lb-item:not(:last-child) {
    padding-bottom: 55px;
    margin-bottom: 55px;
    border-bottom: 1px #ccc solid;
}

.ip-lb-item-title {
    font-size: 25px;
    text-transform: uppercase;
    font-family: var(--font-family-title);
    color: var(--font-color-title);
    margin-bottom: 15px;
    line-height: 120%;
}

.ip-lb-item-date {
    color: var(--primary-color);
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.ip-lb-item-desc {
    font-size: 16px;
    line-height: 160%;
    margin-bottom: 30px;
}

.ip-lb-item-photo {
    margin-right: 50px;
}

.ip-lb-item-photo a {
    overflow: hidden;
    display: block;
}

.ip-lb-item-photo img {
    transition: all .5s;
    width: 392px;
    max-width: 100%;
}

.ip-lb-item-photo a:hover img {
    transform: scale(1.1);
}

.ip-lb-item-body {
    flex: 1;
}

.ip-lb-load-more {
    text-align: center;
    margin-top: 100px;
}

@media(max-width: 991px) {
    .ip-lb {
        padding-top: 0;
    }
    .ip-lb-item {
        justify-content: center;
        padding: 0 20px;
    }
    .ip-lb-item-photo {
        margin-right: 0;
        margin-bottom: 55px;
    }
    .ip-lb-item-body {
        width: 100%;
        flex:auto;
        text-align: center;
    }
}