.post-page-blog #inner-page-wrapper .container {
    width: 100%;
}

.post-page-blog #inner-page-wrapper {
    margin-bottom: 0;
}

.post-page-blog article#content {
    padding: 0 0 43px;
}

p#breadcrumbs {
    max-width: 1140px;
    margin: -40px auto 0;
}

.ip-bl-head {
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
}

.post-page-blog #inner-page-wrapper::before {
    position: absolute;
    top: 38px;
    left: 40.5%;
    content: 'Blog By';
    font-family: var(--ff-barlow);
    font-size: var(--fs-st);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px var(--fc-gray-light);
    z-index: -1;
}

.site-title h2 {
    font-weight: 700 !important;
    font-size: 99px !important;
    line-height: 1;
}

.site-title span {
    display: block;
    font-size: 36px;
    font-weight: 500;
    font-family: 'Roboto';
    letter-spacing: 1.4px;
    margin-top: 5px;
}

.site-title em {
    margin-bottom: 8px;
}

.ip-blogs-holder {
    position: relative;
    padding: 86px 0 63px;
    margin: 0 -15px;
}

.ip-blogs-holder::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../../images/blogs/bl-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    pointer-events: none;
}

.ip-bl-inner {
    max-width: 1163px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    position: relative;
    z-index: 5;
}

.ip-bl-col {
    width: calc(100% / 3);
    padding: 0 11.5px;
}

.ip-bl-list {
    margin-bottom: 23px;
}

.ip-bl-list a {
    position: relative;
    display: block;
    padding: 73px 0 15px;
    background: #fff;
}

.ip-bl-photo {
    position: relative;
}

.ip-bl-photo canvas {
    display: block;
    width: 100%;
    background: #000;
}

.ip-bl-photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ip-bl-list a:hover .ip-bl-photo img {
    opacity: .7;
}

.ip-bl-content {
    position: relative;
    padding: 32px 30px 5px;
}

.ip-bl-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--fc-primary);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    line-height: 1.2;
    margin: 0 0 10px;
}

.ip-bl-text p {
    font-size: 14px;
    font-weight: 300;
    color: #424242;
    line-height: 1.9;
}

.ip-bl-list.ip-bl-short a {
    min-height: 446px;
}

.ip-bl-list.ip-bl-long a {
    min-height: 693px;
}

.ip-bl-list.ip-bl-medium a {
    min-height: 550px;
}

.ip-bl-list.ip-bl-medium .ip-bl-content {
    padding: 21px 30px 1px;
}

.ip-bl-list.ip-bl-medium2 .ip-bl-content {
    padding: 26px 30px 5px;
}

section#hp-testimonials {
    margin: 0 -15px;
}

/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/
@media only screen and (max-width: 1366px) {
} 
 
/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */ 
@media only screen and (max-width: 1199px) {
    .site-title h2 {
        font-size: 89px !important;
    }

    .site-title span {
        font-size: 31px;
    }

    .post-page-blog article#content {
        padding: 0;
    }

    .ip-bl-list a {
        padding: 53px 0 15px;
    }

    .ip-bl-content {
        padding: 32px 15px 5px;
    }

    .ip-bl-list.ip-bl-long a {
        min-height: 642px;
    }
} 

/* iPad(portrait) | Galaxy Tab 4(portrait)  */ 
@media only screen and (max-width: 991px) {
    .site-title {
        display: inline-block;
    }

    .ip-bl-head {
        text-align: center;
    }

    #inner-page-wrapper::before {
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
    }

    .ip-bl-col {
        width: 100%;
        max-width: 384px;
        margin: 0 auto;
        padding: 0 11px;
    }

    .ip-bl-inner {
        display: block;
    }
} 

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */ 
@media only screen and (max-width: 767px) {
    #inner-page-wrapper::before {
        top: 36px;
        font-size: 130px;
    }

    .ip-bl-col {
        max-width: 385px;
    }

    .site-title h2 {
        font-size: 55px !important;
    }
}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */ 
@media only screen and (max-width: 480px) {
    #inner-page-wrapper::before {
        top: 65px;
        font-size: 90px;
    }

    .site-title span {
        font-size: 26px;
    }

    .site-title h2 {
        font-size: 40px !important;
    }
}