/*
 *
 *    [Table of contents]
 *
 *    Summary:
 *
 *    1. Team Single
 *    2. Related Portfolio
 *    3. Recruiment Single
 *    4. Service Single
 *    5. Block Detail Layout 4
 *    
 *
 */

/*----------  1. Team Single  ----------*/
    .slz-teams .project-wrapper {
        margin: 50px 15px 0;
        overflow: hidden;
    }

    .slz-teams .slz-about-me-02.style-02 .block-wrapper {
        background-color: transparent;
        border-bottom: 4px solid #c8ac49;
        margin-bottom: 50px;
        display: table;
        width: 100%;
        padding: 0;
    }

    .slz-teams .slz-about-me-02 .image-wrapper {
        width: 350px;
        display: table-cell;
        vertical-align: top;
        position: relative;
        overflow: hidden;
        border-radius: 0;
        -webkit-border-radius: 0;
    }

    .slz-teams .slz-about-me-02 .image-wrapper:before {
        padding-top: 129%;
        display: block;
        content: '';
    }

    .slz-teams .slz-about-me-02.style-02 .image-wrapper img {
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        max-width: none;
    }

    .slz-teams .slz-about-me-02.style-02 .content-wrapper {
        width: calc(100% - 350px);
        padding-top: 40px;
        display: table-cell;
        vertical-align: top;
        padding-left: 50px;
    }

    .slz-teams .slz-about-me-02.style-02 .heading-wrapper {
        padding-bottom: 20px;
    }

    .slz-teams .slz-about-me-02.style-02 .heading-left {
        float: left;
    }

    .slz-teams .slz-about-me-02.style-02 .heading-right {
        float: right;
    }

    .slz-teams .slz-about-me-02.style-02 .content-wrapper .description {
        margin-bottom: 10px;
    }

    .slz-teams .slz-about-me-02.style-02 .content-wrapper .slz-info-block a {
        display: block;
    }

    .slz-teams .slz-about-me-02.style-02 .name {
        font-size: 24px;
        font-family: 'Libre Baskerville', serif;
        font-weight: 700;
        color: #304771;
        cursor: default;
    }

    .slz-teams .slz-about-me-02.style-02 .info-wrapper {
        font-size: 14px;
        color: #c8ac48;
        font-weight: 400;
    }

    .slz-teams .slz-about-me-02 .list-social-wrapper {
        margin: 5px 0;
        padding: 0;
    }

    .slz-teams .slz-about-me-02 .list-social-wrapper li {
        margin: 0 15px;
    }

    .slz-teams .slz-about-me-02 .list-social-wrapper li:first-child {
        margin-left: 0;
    }

    .slz-teams .slz-about-me-02 .list-social-wrapper li:last-child {
        margin-right: 0;
    }

    .slz-teams .slz-about-me-02 .list-social-wrapper li a {
        margin: 0;
    }

    .slz-teams .slz-about-me-02.style-02 .info-description {
        margin-top: 15px;
    }

    .slz-teams .slz-about-me-02.style-02 .info-description a {
        display: block;
        margin-top: 5px;
    }

    .slz-teams .slz-about-me-02.style-02 .info-description a span {
        padding-right: 5px;
        font-weight: 700;
        color: #3b424d;
    }

    .slz-teams .slz-about-me-02.style-02 .info-description a:first-child {
        margin-top: 0;
    }
    
    .slz-teams .project-wrapper .title {
        font-family: 'Libre Baskerville', serif;
        font-size: 18px;
        font-weight: 700;
        color: #304771;
        text-transform: uppercase;
        margin-bottom: 30px;
    }

/*----------  2. Related Portfolio  ----------*/
    .slz-portfolio .related-portfolio {
        padding: 0 15px;
    }

    .slz-portfolio .related-portfolio > .title {
        font-size: 24px;
        font-family: 'Libre Baskerville', serif;
        font-weight: 700;
        color: #304771;
        text-transform: uppercase;
        position: relative;
        padding-top: 15px;
        margin-bottom: 50px;
        display: inline-block;
    }

    .slz-portfolio .related-portfolio > .title:before {
        position: absolute;
        content: '';
        width: 50%;
        height: 2px;
        background-color: #c8ac48;
        top: 0;
        left: 0;
    }

    .slz-portfolio .related-portfolio > .title:after {
        position: absolute;
        content: '';
        width: 100%;
        height: 2px;
        background-color: #c8ac48;
        top: 4px;
        left: 0;
    }

    .slz-carousel-wrapper .slz-block-item-01 .block-content-wrapper {
        text-align: center;
        font-size: 14px;
    }

    .slz-carousel-wrapper .slz-block-item-01 .block-content-wrapper li .title {
        font-weight: 700;
        color: #7a7a7a;
        margin-right: 5px;
        font-family: 'Libre Baskerville', serif;
    }

    .slz-carousel-wrapper .slz-block-item-01 .block-title {
        font-size: 16px;
        font-family: 'Libre Baskerville',serif;
        line-height: inherit;
    }
    
/*----------  3. Rescruiment Single  ----------*/
    .slz-recruitments .recruitment-detail-wrapper .title {
        font-family: 'Libre Baskerville', serif;
        font-size: 27px;
        margin-bottom: 15px;
        color: #3b424d;
    }

    .slz-recruitments .recruitment-detail-wrapper .block-info {
        margin-bottom: 30px;
        font-style: normal;
    }

/*----------  4. Service Single  ----------*/
    .slz-services .service-detail-wrapper .title {
        font-family: 'Libre Baskerville', serif;
        font-size: 27px;
        margin-bottom: 15px;
        color: #3b424d;
    }

/*----------  5. Block Detail Layout 4  ----------*/
    .slz-blog-detail.layout-4 .title {
        margin-bottom: 10px;
    }

    