/*Blogs*/
.ip-banner::before {
    background: rgb(0,0,0);
    background: -moz-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 39%, rgba(0,0,0,0.3) 67%, rgba(0,0,0,0.88) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 39%, rgba(0,0,0,0.3) 67%, rgba(0,0,0,0.88) 100%);
    background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 39%, rgba(0,0,0,0.3) 67%, rgba(0,0,0,0.88) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    height: 200%;
}
.custom-breadcrumbs .container.container-breadcrumbs {
/*    width: 1412px;*/
}
    .custom-breadcrumbs nav.rank-math-breadcrumb {
/*        padding: 26px 0;*/
    }

#inner-page-wrapper {
    margin-bottom: 0;
}
    #inner-page-wrapper > .container {
        padding: 0;
        width: 100%;
    }

#content-full {
    margin-top: 0;
}

#ip-blog-details-wrapper {
    position: relative;
}
    .bg-section.bg-blog-details {
        top: 0;
        opacity: 0.1;
        z-index: -1;
    }
        .bg-section.bg-blog-details:before {
            content: '';
            height: 397px;
            background: rgb(255,255,255);
            background: -moz-linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
            background: -webkit-linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
            background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
        }
        .bg-section.bg-blog-details:after {
            content: '';
            height: 63px;
            top: initial;
            background: rgb(255,255,255);
            background: -moz-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
            background: -webkit-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
            background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
        }
    .ip-blog-details-main-content {

    }
        .ip-blog-details-main-content-inner-wrap {
            width: 1330px;
            max-width: 100%;
            margin: 0 auto;
            padding: 0 15px;
        }
            #content h1.ip-blog-details-main-content-heading,
            #content h2.ip-blog-details-main-content-heading {
                text-align: center;
                margin: 0;
                line-height: 1;
                padding: 70px 0 0;
            }
                #content h1.ip-blog-details-main-content-heading .section-title,
                #content h2.ip-blog-details-main-content-heading .section-title {
                    line-height: 1.181818181818182;
                }

            .ip-blog-details-main-content-excerpt {

            }
                #content .ip-blog-details-main-content-excerpt p.author,
                #content .ip-blog-details-main-content-excerpt .author {
                    font-size: 20px;
                    font-weight: 600;
                    letter-spacing: 0.04em;
                    line-height: 1.5;
                    color: #343434;
                    margin: 18px 0 83px;
                    padding: 0;
                    clear: both;
                    text-align: center;
                }
                figure {
                    /*position: relative;
                    width: 39.6155%;*/
                }
                    #content figure .image-figure {
                        /*margin: 0;
                        text-align: center;*/
                    }
                        #content figure .image-figure img,
                        #content figure img {
                            /*width: 100%;
                            height: auto;*/
                            /* aspect-ratio: 515/562; */
                            max-width: 100%;
                            margin-bottom: 10px !important;
                            /*object-fit: cover;*/
                            object-fit: contain;
                            height: auto;
                        }
                        #content figure.size-auto .image-figure img,
                        #content figure.size-auto img {
                            aspect-ratio: auto;
                        }

                figure:nth-of-type(odd) {
                    /*float: right;
                    margin-left: 6%;*/
                }
                    figure:nth-of-type(odd) .image-figure img,
                    figure:nth-of-type(odd) img {
                        /*border-top-left-radius: 80px;*/
                    }
                figure:nth-of-type(even) {
                    /*float: left;
                    margin-right: 6%;*/
                }
                    figure:nth-of-type(even) .image-figure img,
                    figure:nth-of-type(even) img {
                        /*border-top-right-radius: 80px;*/
                    }

                #content figure.image-pull:nth-of-type(odd) .image-figure {
                    /*margin-right: calc((1300px - 100vw) / 2);*/
                }
                #content figure.image-pull:nth-of-type(even) .image-figure {
                    /*margin-left: calc((1300px - 100vw) / 2);*/
                }

                #content .ip-blog-details-main-content-excerpt p {
                    font-size: 16px;
                    letter-spacing: 0.04em;
                    line-height: 1.875;
                    margin: 0;
                    margin: 30px 0;
                    color: #343434;
                }
                #content .ip-blog-details-main-content-excerpt p.text-center {
                    text-align: center;
                }
                #content .ip-blog-details-main-content-excerpt h2 {
                    /*font-size: 55px;*/
                    font-size: 40px;
                    line-height: 1.181818181818182;
                    font-weight: 400;
                    /*font-family: var(--font-family-title);*/
                    text-transform: uppercase;
                }
                #content .ip-blog-details-main-content-excerpt h2.title-font,
                #content .ip-blog-details-main-content-excerpt h3.title-font,
                #content .ip-blog-details-main-content-excerpt h4.title-font,
                #content .ip-blog-details-main-content-excerpt h5.title-font {
                    font-family: var(--font-family-title);
                }
                #content .ip-blog-details-main-content-excerpt h3 {
                    font-size: 30px;
                    line-height: 1.2;
                    font-weight: 400;
                    font-family: var(--font-family-title);
                    text-transform: uppercase;
                    margin: 23px 0 41px;
                }
                #content .ip-blog-details-main-content-excerpt h4 {
                    font-size: 25px;
                    line-height: 1.2;
                    font-weight: 400;
                    font-family: var(--font-family-title);
                    text-transform: uppercase;
                }
                #content .ip-blog-details-main-content-excerpt h5 {
                    font-size: 20px;
                    line-height: 1.2;
                    font-weight: 400;
                    font-family: var(--font-family-title);
                    text-transform: uppercase;
                }
                #content .ip-blog-details-main-content-excerpt ul {
                    list-style: none;
                    font-size: 16px;
                    letter-spacing: 0.04em;
                    line-height: 1.75;
                    margin: 0 0 18px 66px;
                }
                #content .ip-blog-details-main-content-excerpt ul.column-2 {
                    column-count: 2;
                }
                    #content .ip-blog-details-main-content-excerpt ul li {
                        padding-left: 18px;
                        position: relative;
                        margin-bottom: 10px;
                    }
                        #content .ip-blog-details-main-content-excerpt ul li:before {
                            content: '';
                            width: 9px;
                            height: 9px;
                            background: var(--secondary);
                            border-radius: 50%;
                            position: absolute;
                            top: 9px;
                            left: 0;
                        }


                #content .ip-blog-details-main-content-excerpt .has-accent {
                    position: relative;
                    line-height: 1.555555555555556;
                    font-size: 18px;
                    letter-spacing: 0.04em;
                    color: #343434;
                    position: relative;
                    padding-left: 33px;
                }
                    #content .ip-blog-details-main-content-excerpt .has-accent:before {
                        content: '';
                        position: absolute;
                        width: 18px;
                        height: 36px;
                        background: url(../../images/accent-icon.png) center top / 100% no-repeat;
                        top: -10px;
                        left: 0;
                    }
                    #content .ip-blog-details-main-content-excerpt strong.has-accent,
                    #content .ip-blog-details-main-content-excerpt .has-accent strong {
                        margin-bottom: 20px;
                        display: inline-block;
                    }

            .spacer {
                clear: both;
                height: 65px;
                margin-bottom: 22px;
            }
            #content hr {
                clear: both;
                border-color: var(--secondary);
                border-top: 0;
                position: relative;
                overflow: visible;
                margin: 100px 0 100px;
            }
                #content hr:before {
                    content: '';
                    position: absolute;
                    background: #fff;
                    top: 0;
                    bottom: 0;
                    margin: auto;
                    left: 0;
                    right: 0;
                    width: 10px;
                    height: 10px;
                    transform: rotate(45deg);
                }
                #content hr:after {
                    content: '';
                    position: absolute;
                    width: 31px;
                    height: 45px;
                    top: -22px;
                    left: 0;
                    right: 0;
                    margin: 0 auto;
                    background: url(../../images/accent-icon.png) center top/100% no-repeat;
                }

        .break {
            clear: both;
        }

    .ip-blog-details-bottom-wrap {
        margin: 50px 0 0;
    }
        .ip-blog-details-bottom-col {

        }
            .ip-blog-details-bottom-share-post {

            }
                .ip-blog-details-bottom-share-post > span {
                    font-size: 20px;
                    font-family: var(--font-family-title);
                    color: #000;
                    text-transform: uppercase;
                    margin-right: 30px;
                }
                #content .ip-blog-details-bottom-share-post ul {
                    display: inline-flex;
                    align-items: center;
                    margin: 0;
                    list-style: none;
                }
                    #content .ip-blog-details-bottom-share-post ul li {
                        margin-right: 45px;
                    }
                        #content .ip-blog-details-bottom-share-post ul li a {
                            font-size: 30px;
                            color: #000;
                            transition: color var(--default-transition);
                        }
                        #content .ip-blog-details-bottom-share-post ul li a:hover {
                            color: var(--secondary);
                        }
                    #content .ip-blog-details-bottom-share-post ul li:last-child {
                        margin-right: 0;
                    }

/*cta*/
.team-cta-wrap {
    position: relative;
    margin: 90px 0 0;
    z-index: 1;
}
    .team-cta-wrap .container {
        position: relative;
        padding: 102px 15px 92px;
    }
    .team-cta-wrap .container:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: -100vw;
        right: 0;
        background: #000;
        border-bottom-right-radius: 80px;
        display: block;
        z-index: -1;
    }
    #content ul.team-cta-list {
        margin: 0;
    }
    .team-cta-list {
        max-width: 87.5%;
    }
        .team-cta-list li {

        }
            a.team-cta {
                display: flex;
                align-items: center;
            }
                .team-cta .accent-icon {
                    width: 31px;
                    position: relative;
                }
                .team-cta-text {
                    margin-left: 38px;
                }
                    #content .team-cta-text h2 {
                        font-size: 26px;
                        line-height: 1;
                        color: #fff;
                        text-transform: uppercase;
                        font-family: var(--font-family-title);
                        transition: color var(--default-transition);
                        margin: 0;
                        line-height: 1;
                        font-weight: 400;
                    }
                    .team-cta-text span {
                        display: block;
                        font-size: 14px;
                        letter-spacing: 0.1em;
                        color: #808080;
                        text-transform: uppercase;
                        margin-top: 11px;
                        transition: color var(--default-transition);
                    }

                a.team-cta:hover .team-cta-text span {
                    color: #fff;
                }


.ip-blog-details-featured-posts-wrapper {
    width: 1330px;
    max-width: 100%;
    margin: 123px auto 0;
    padding: 0 15px;
}
    .ip-blog-details-featured-posts-top-wrap {
        text-align: center;
        margin-bottom: 93px;
    }
        .ip-blog-details-featured-posts-top-wrap .section-title {
            justify-content: center;
        }
        #content .ip-blog-details-featured-posts-top-wrap p {
            font-size: 16px;
            letter-spacing: 0.04em;
            line-height: 1.875;
            color: #343434;
            font-weight: 600;
            margin: 32px 0 0;
        }

    .ip-blog-list {
        margin: 0 -38px;
    }
        .ip-blog-content-item {
            width: 50%;
            padding: 0 44px;
            margin-bottom: 92px;
        }
            .ip-blog-content-item-image-wrap {
                position: relative;
                display: block;
            }
                .ip-blog-content-item-date {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 115px;
                    background: #000;
                    border-bottom-right-radius: 30px;
                    text-transform: uppercase;
                    z-index: 1;
                    color: #fff;
                    padding: 22px 0 23px;
                    text-align: center;
                    line-height: 1;
                }
                    .ip-blog-content-item-date-month {
                        font-size: 16px;
                        font-weight: 300;
                        letter-spacing: 0.05em;
                    }
                    .ip-blog-content-item-date-day {
                        font-size: 50px;
                        font-family: var(--font-family-title);
                        padding: 3px 0;
                    }
                    .ip-blog-content-item-date-year {
                        font-size: 16px;
                        font-weight: 300;
                        letter-spacing: 0.05em;
                    }
                .ip-blog-content-item-image {
                    position: relative;
                }
                    .ip-blog-content-item-image canvas {
                        display: block;
                        width: 100%;
                        background-position: center;
                        background-size: cover;
                        border-bottom-right-radius: 60px;
                    }

            .ip-blog-content-item-bottom {
                padding-left: 50px;
                padding-top: 59px;
            }
                .ip-blog-content-item-title {
                    font-size: 29px;
                    line-height: 1.2;
                    color: #000;
                    font-family: var(--font-family-title);
                    position: relative;
                    margin-bottom: 20px;
                }
                    .ip-blog-content-item-title:before {
                        content: '';
                        position: absolute;
                        top: -13px;
                        left: -41px;
                        width: 19px;
                        height: 59px;
                        background: url(../../images/accent-icon.png) center top/100% no-repeat;
                    }
                .ip-blog-content-excerpt {
                    font-size: 16px;
                    line-height: 1.875;
                    letter-spacing: 0.05em;
                    color: #000;
                    font-weight: 300;
                    margin-bottom: 31px;
                }
                .ip-blog-content-btn {

                }
                    .ip-blog-content-btn a.btn-a > span:first-of-type {
                        text-transform: initial;
                    }

    .ip-blog-contact {
        margin: 0 0 0;
    }
        .ip-blog-contact-inner {
            width: 1330px;
            max-width: 100%;
            margin: 0 auto;
        }
            .ip-blog-contact-img {
                width: 30%;
                padding-left: 18px;
            }
                .ip-blog-contact-img img {
                    display: block;
                    max-width: 100%;
                    height: auto;
                }

            .ip-blog-contact-text {
                width: 70%;
                padding: 0 0 0 7.8%;
            }
                .ip-blog-contact-text img {
                    width: 226px;
                    display: block;
                    height: auto;
                    margin-bottom: 25px;
                }
                .ip-blog-contact-text p {
                    font-size: 20px;
                    letter-spacing: 0.05em;
                    line-height: 1.75;
                    color: #000;
                }

        .ip-blog-nl {
            width: 662px;
            width: 50%;
            position: relative;
            padding: 60px 80px 65px 20px;
        }
            .ip-blog-nl:before {
                content: '';
                position: absolute;
                top: 0;
                bottom: 0;
                right: 0;
                width: 100vw;
                background: #000;
                border-bottom-right-radius: 80px;
            }
            .about-nl-form {
                position: relative;
                padding-left: 65px;
                padding-top: 7px;
            }
                .about-nl-form .accent-icon {
                    width: 31px;
                    top: 0;
                    left: 0;
                }
                #content .about-nl-form h2 {
                    font-size: 55px;
                    color: #fff;
                    font-family: var(--font-family-title);
                    margin: 0;
                    margin-bottom: 10px;
                    line-height: 1;
                    font-weight: 400;
                    text-transform: uppercase;
                }
                .about-nl-form p,
                #content .about-nl-form p {
                    font-size: 18px;
                    line-height: 1.2;
                    letter-spacing: 0.1em;
                    color: #fff;
                    font-weight: 300;
                    text-transform: uppercase;
                    margin-bottom: 25px;
                }
                .about-nl-form form {
                    position: relative;
                }
                    .about-nl-field {
                        position: relative;
                        width: 100%;
                    }
                        .about-nl-field input {
                            width: 100%;
                            height: 50px;
                            background: transparent;
                            border: none;
                            border-bottom: 2px solid #fff;
                            font-size: 16px;
                            font-weight: 300;
                            letter-spacing: 0.04em;
                            color: #fff;
                            padding-right: 32px;
                        }

                    .about-nl-submit {
                        font-size: 27px;
                        position: absolute;
                        right: 0;
                        top: 10px;
                        color: var(--secondary);
                    }
                        .about-nl-submit input {
                            position: absolute;
                            top: 0;
                            left: 0;
                            width: 100%;
                            height: 100%;
                            opacity: 0;
                        }
                        .about-nl-submit .ajax-loader,
                        .about-nl-submit .wpcf7-spinner {
                            position: absolute;
                            bottom: -40px;
                            right: 0;
                        }

                    .use-floating-validation-tip .wpcf7-not-valid-tip {
                        width: auto;
                        position: absolute;
                        font-size: 12px;
                    }
                    .about-nl-form .wpcf7 form .wpcf7-response-output {
                        position: absolute;
                        top: 100%;
                        left: 0;
                        right: 0;
                        margin: 12px auto 0;
                        font-size: 12px;
                        text-align: center;
                        color: #fff!important;
                    }

        .ip-blog-smi {
            width: 50%;
        }
            #content .ip-blog-smi h2 {
                text-align: center;
                font-size: 20px;
                line-height: 1;
                color: #000;
                text-transform: uppercase;
                font-family: var(--font-family-title);
                margin-bottom: 30px;
                font-weight: 400;
            }
            .ip-blog-smi-links {
                display: flex;
                align-items: center;
                justify-content: center;
            }
                .ip-blog-smi-links a {
                    font-size: 32px;
                    margin: 0 40px;
                    transition: color var(--default-transition);
                }
                    .ip-blog-smi-links a:hover {
                        color: var(--secondary);
                    }

                    
body.single-post #wrapper #content{
    width: 100%;
    float: none;
}

body.single-post .origami-credit,
body.single-post .origami-caption {
    display: block;
    margin-top: 10px;
}

body.single-post .banner-title h1{
    display: none;
}

@media only screen and (max-width: 1330px) {
    #content figure.image-pull:nth-of-type(odd) .image-figure {
        margin-right: -15px;
    }
    #content figure.image-pull:nth-of-type(even) .image-figure {
        margin-left: -15px;
    }
}
@media only screen and (max-width: 1280px) {
    
}
@media only screen and (max-width: 1199px) {
    .ip-blog-list {
        margin: 0;
    }
        .ip-blog-content-item {
            padding: 0 15px;
        }
            .ip-blog-content-item-title {
                font-size: 25px;
            }
    #content .about-nl-form h2 {
        font-size: 40px;
    }
}
@media only screen and (max-width: 991px) {


    #content h1.ip-blog-details-main-content-heading,
    #content h2.ip-blog-details-main-content-heading {
        padding-top: 20px;
    }
    #content .ip-blog-details-main-content-excerpt p.author,
    #content .ip-blog-details-main-content-excerpt .author {
        margin-bottom: 50px;
    }
    figure {
        float: none!important;
        width: 100%;
        max-width: 600px;
        margin: 0 auto!important;
    }
    figure:nth-of-type(odd) .image-figure img,
    figure:nth-of-type(odd) img {
        border-top-left-radius: 40px;
    }
    figure:nth-of-type(even) .image-figure img,
    figure:nth-of-type(even) img {
        border-top-right-radius: 40px;
    }
    #content figure.image-pull:nth-of-type(odd) .image-figure {
        margin-right: 0;
    }
    #content figure.image-pull:nth-of-type(even) .image-figure {
        margin-left: 0;
    }

    #content .ip-blog-details-main-content-excerpt h2 {
        font-size: 35px;
    }
    #content hr {
        margin: 60px 0;
    }
    #content .ip-blog-details-main-content-excerpt ul.column-2 {
        column-count: 1;
        margin-left: 0;
    }
    .spacer {
        height: 30px;
    }
    .ip-blog-details-bottom-wrap {
        flex-flow: column;
        align-items: center;
    }

    .about-nl-form {
        padding-left: 50px;
    }
        #content .about-nl-form h2 {
            font-size: 25px;
        }
    .ip-blog-content {
        padding: 0px 0 0;
    }
        .ip-blog-content-item {
            width: 100%;
            margin-bottom: 50px;
        }

    .ip-blog-contact-img {
        width: 100%;
        max-width: 720px;
        margin: 0 auto 40px;
    }

        .ip-blog-contact-img img {
            margin: 0 auto;
        }

    .ip-blog-contact-text {
        width: 100%;
        margin: 0 0 50px;
        text-align: center;
        padding: 0;
    }

        .ip-blog-contact-text img {
            margin-left: auto;
            margin-right: auto;
        }

    .ip-blog-contact {
        padding: 0 15px;
    }

        .ip-blog-nl {
            width: 100%;
            padding-right: 10%;
            padding-left: 3%;
        }

        .ip-blog-smi {
            width: 100%;
            margin-top: 40px;
        }

            .ip-blog-smi-links a {
                margin: 0 20px;
            }

    .team-cta-list {
        max-width: 90%;
        flex-flow: column;
        width: 300px;
        margin: 0 auto;
    }

        .team-cta-list li {
            margin-bottom: 30px;
        }

        .team-cta-list li:last-child {
            margin-bottom: 0;
        }

        .team-cta-text {
            margin-left: 25px;
        }

    .ip-press-article-item {
        width: 50%;
    }
}
@media only screen and (max-width: 767px) {
    #content .ip-blog-details-main-content-excerpt h2 {
        font-size: 30px;
    }
    #content .ip-blog-details-main-content-excerpt h2 {
        font-size: 25px;
    }
}
@media only screen and (max-width: 480px) {
    .ip-blog-details-bottom-share-post {
        flex-flow: column;
        justify-content: center;
    }
        .ip-blog-details-bottom-share-post > span {
            margin: 0;
        }
}