/*
*  STYLE FOR ABOUT ME
*
*
*  [Table of contents]
*
*  [&. Content / #key]
*  [Let press Ctrl + f and type of paste the key, then press Enter to search the content ]
*
*  Summary:
*
*
*  1. About Me 01
*  2. About Me 02
*  3. About Me 03
*  n. Responsive
*
*
*/


/*----------  1. About Me 01  ----------*/
    .slz-about-me-01 {
        display: inline-block;
        vertical-align: top;
    }

    .slz-about-me-01 .block-wrapper {
        margin-top: 60px;
        text-align: center;
        border: solid 1px #E1E1E1;
        padding: 80px 30px 30px;
        background-color: #ffffff;
        position: relative;
    }

    .slz-about-me-01 .image-wrapper {
        width: 120px;
        position: absolute;
        left: 50%;
        top: 0%;
        background-color: #FFFFFF;
        -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.1);
        -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.1);
        box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.1);
        border-radius: 50%;
        -webkit-border-radius: 50%;
        overflow: hidden;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
    }

    .slz-about-me-01 .image-wrapper:before {
        content: "";
        display: block;
        padding-top: 100%;
    }

    .slz-about-me-01 .image-wrapper:after {
        position: absolute;
        content: "";
        z-index: -1;
        left: -3px;
        right: -3px;
        top: -3px;
        bottom: -3px;
        background-color: #fff;
        border: solid 1px #E1E1E1;
        border-radius: 50%;
        -webkit-border-radius: 50%;
    }

    .slz-about-me-01 .image-wrapper img {
        position: absolute;
        top: 0;
        left: 50%;
        width: auto;
        height: 100%;
        max-width: none;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .slz-about-me-01 .name {
        font-size: 20px;
        color: #2b3a58;
        text-transform: uppercase;
        font-weight: 700;
        position: relative;
        display: inline-block;
        margin-bottom: 0px;
    }
    .slz-about-me-01 .position {
        font-size: 16px;
        color: #646a7a;
        text-transform: capitalize;
    }
    .slz-about-me-01 .position +.info,
    .slz-about-me-01 .position +.content-text {
        margin-top: 15px;
    }
    .slz-about-me-01 .social-wrapper {
        display: inline-block;
        font-weight: 600;
        margin-top: 20px;
    }

    .slz-about-me-01 .list-social-wrapper {
        margin: 10px 0 0 0;
        padding: 0;
        display: inline-block;
    }

    .slz-about-me-01 .list-social-wrapper li {
        padding: 0;
        margin: 0 5px;
    }
    .slz-about-me-01 .list-social-wrapper li a {
        display: block;
        margin:0px;
        font-size: 14px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        position: relative;
        overflow: hidden;
        z-index: 1;
        vertical-align: middle;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        background-color: #F8F8F8;
        color: #989898;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
    .slz-about-me-01 .list-social-wrapper li a:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1;
        opacity: 0;
        pointer-events: none;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        background: -moz-linear-gradient(top,  rgba(255,255,255,0.6) 0%, rgba(255,255,255,0) 100%);
        background: -webkit-linear-gradient(top,  rgba(255,255,255,0.6) 0%,rgba(255,255,255,0) 100%);
        background: linear-gradient(to bottom,  rgba(255,255,255,0.6) 0%,rgba(255,255,255,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99ffffff', endColorstr='#00ffffff',GradientType=0 );
    }
    .slz-about-me-01 .list-social-wrapper li a:hover {
        background-color: #26BBEC;
        color: #FFFFFF;
    }
    .slz-about-me-01 .list-social-wrapper li a:hover:before {
        opacity: 0.6;
    }
    .slz-about-me-01 .heading-wrapper {
        padding-bottom: 10px;
        border-bottom: 1px solid #E1E1E1;
    }

    .slz-about-me-01 .heading-wrapper .heading-left {
        float: left;
    }

    .slz-about-me-01 .heading-wrapper .heading-right {
        float: right;
    }

/*----------  2. About Me 02  ----------*/
    .slz-about-me-02 {
        display: block;
    }

    .slz-about-me-02 .block-wrapper {
        margin-top: 0;
        font-size: 0;
        text-align: left;
        border: solid 1px #E1E1E1;
        padding: 30px;
        background-color: #ffffff;
        position: relative;
    }

    .slz-about-me-02 .image-wrapper {
        width: 100px;
        position: relative;
        display: inline-block;
        vertical-align: top;
        font-size: 14px;
        overflow: hidden;
        -webkit-box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.1);
        -moz-box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.1);
        box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.1);
    }

    .slz-about-me-02 .image-wrapper:before {
        content: "";
        display: block;
        padding-top: 100%;
    }

    .slz-about-me-02 .image-wrapper img {
        position: absolute;
        top: 0;
        left: 50%;
        width: auto;
        max-width: none;
        height: 100%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .slz-about-me-02 .content-wrapper {
        width: calc(100% - 100px);
        display: inline-block;
        vertical-align: top;
        padding-left: 25px;
        font-size: 14px;
    }

    .slz-about-me-02 .name {
        font-size: 20px;
        color: #2b3a58;
        font-weight: 700;
        margin-bottom: 0px;
        text-transform: uppercase;
        position: relative;
        display: inline-block;
    }
    .slz-about-me-02 .position {
        margin-bottom: 15px;
    }
    .slz-about-me-02 .content-text {
        padding-top: 30px;
    }

    .slz-about-me-02 .list-social-wrapper {
        margin: 0;
        padding: 0;
        display: inline-block;
    }

    .slz-about-me-02 .list-social-wrapper li {
        padding: 0;
        margin: 0 10px;
    }

    .slz-about-me-02 .list-social-wrapper li:last-child {
        margin-right: 0;
    }

    .slz-about-me-02 .heading-wrapper {
        padding-bottom: 10px;
        border-bottom: 1px solid #E1E1E1;
    }

    .slz-about-me-02 .heading-wrapper .heading-left {
    }

    .slz-about-me-02 .heading-wrapper .heading-right {
    }
     .slz-about-me-02 .social-wrapper {
        margin-top: 15px;
    }
     .slz-about-me-02 .list-social-wrapper  >li {
        padding: 0;
        margin: 0 10px 10px 0;
    }
     .slz-about-me-02 .list-social-wrapper  >li >.link {
        display: block;
        margin: 0px;
        font-size: 14px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        position: relative;
        overflow: hidden;
        z-index: 1;
        vertical-align: middle;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        background-color: #F8F8F8;
        color: #989898;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
     .slz-about-me-02 .list-social-wrapper  >li >.link:hover {
        background-color: #26BBEC;
        color: #FFFFFF;
    }
     .slz-about-me-02 .list-social-wrapper  >li >.link:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1;
        opacity: 0;
        pointer-events: none;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        background: -moz-linear-gradient(top, rgba(255,255,255,0.6) 0%, rgba(255,255,255,0) 100%);
        background: -webkit-linear-gradient(top, rgba(255,255,255,0.6) 0%,rgba(255,255,255,0) 100%);
        background: linear-gradient(to bottom, rgba(255,255,255,0.6) 0%,rgba(255,255,255,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99ffffff', endColorstr='#00ffffff',GradientType=0 );
    }
    .list-social-wrapper  >li >.link:hover:before {
        opacity: 0.6;
    }

    .slz-about-me-02.style-02 + .entry-content {
        margin-top: 50px;
    }
    
/*----------  3. About Me 03  ----------*/

    .slz-about-me-02.style-02 .block-wrapper {
        padding: 30px;
        border: 1px solid #e4e4e4;
    }

    .slz-about-me-02.style-02 .img-wrapper {
        float: left;
        width: 33.3333%;
        background-color: #f8f8f8;
        position: relative;
    }

    .slz-about-me-02.style-02 .img-wrapper img {
        position: absolute;
        top: 0;
        left: 50%;
        width: auto;
        height: 100%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }

    .slz-about-me-02.style-02 .img-wrapper:before {
        content: '';
        display: block;
        padding-top: 113%;
    }

    .slz-about-me-02.style-02 .content-wrapper {
        width: 66.6667%;
        float: left;
        padding-left: 30px;
    }

    .slz-about-me-02.style-02 .heading-wrapper {
        border: none;
    }

    .slz-about-me-02.style-02 .name {
        text-transform: uppercase;
        font-weight: 700;
        font-size: 20px;
        display: block;
    }

    .slz-about-me-02.style-02 .name:hover {
        color: #26bbec;
    }

    .slz-about-me-02.style-02 .info-wrapper:before,
    .slz-about-me-02.style-02 .info-wrapper:after {
        content: '';
        display: table;
    }

    .slz-about-me-02.style-02 .info-wrapper:after {
        clear: both;
    }

    .slz-about-me-02.style-02 .list-info li {
        position: relative;
        text-transform: capitalize;
    }

    .slz-about-me-02.style-02 .list-info li + li {
        padding-left: 25px;
    }

    .slz-about-me-02.style-02 .list-info li + li:before {
        content: '/';
        position: absolute;
        top: 0;
        left: 10px;
    }

    .slz-about-me-02.style-02 .personal-link {
        font-size: 14px;
        font-style: italic;
        display: block;
    }

    .slz-about-me-02.style-02 .social-wrapper {
        display: block;
        text-align: right;
    }

    .slz-about-me-02.style-02 .content-text {
        padding-top: 15px;
    }

    .slz-about-me-02.style-02 .contact-info {
        border-top: 1px solid #e4e4e4;
        border-bottom: 1px solid #e4e4e4;
        margin: 15px 0;
        padding: 8px 0;
    }

    .slz-about-me-02.style-02 .contact-info .team-contact{
        margin-top: 5px;
        margin-bottom: 10px;   
    }

    .slz-about-me-02.style-02 .contact-info a {
        display: block;
        color: #26bbec;
    }

    .slz-about-me-02.style-02 .contact-info span {
        position: relative;
        display: inline-block;
        color: #646a7a;
        margin-right: 15px;
    }
    .slz-about-me-02.style-02 .contact-info a:hover {
        color: #2b3a58;
    }
    .slz-about-me-02.style-02 .contact-info .email span:before {
        content: '\f0e0';
    }
    .slz-about-me-02.style-02 .contact-info .mobile span:before {
        content: '\f095';
    }
    .slz-about-me-02.style-02 .contact-info span:before {
        font-family: 'fontawesome';
        font-size: 14px;
        margin-right: 7px;
    }
    .slz-about-me-02.style-02 .team-channel {
        margin-bottom: 10px;
    }

/*=====================================
=            n. Responsive            =
=====================================*/

    @media screen and (max-width: 1024px) {
        .slz-about-me-01 .block-wrapper {
            padding: 80px 20px 20px 20px;
        }

        .slz-about-me-02 .block-wrapper {
            padding: 20px;
        }
        .slz-about-me-02 .content-wrapper {
            width: calc(100% - 180px);
        }
        .slz-about-me-02 .image-wrapper {
            width: 180px;
        }
    }

    @media screen and (max-width: 600px) {
        .slz-about-me-02.style-02 .img-wrapper {
            float: none;
            width: 33.3333%;
            margin: auto;
        }

        .slz-about-me-02.style-02 .content-wrapper {
            text-align: center;
            width: 100%;
            float: none;
            padding-left: 0;
            margin-top: 23px;
        }

        .slz-about-me-02.style-02 .img-wrapper {
            width: 75%;
        }
        .slz-about-me-02 .content-wrapper {
            width: calc(100% - 120px);
        }
        .slz-about-me-02 .image-wrapper {
            width: 120px;
        }
    }

    @media screen and (max-width: 480px) {
        .slz-about-me-02 .image-wrapper {
            display: block;
            margin: 0 auto;
        }

        .slz-about-me-02 .content-wrapper {
            display: block;
            width: 100%;
            padding: 0;
            margin-top: 20px;
        }

        .slz-about-me-02 .content-text {
            padding-top: 20px;
            text-align: center;
        }
        .slz-about-me-02 .social-wrapper,
        .slz-about-me-02 .heading-wrapper .heading-left {
            text-align: center;
        }
    }

    @media screen and (max-width: 414px) {
        .slz-about-me-02.style-02 .img-wrapper {
            width: 100%;
        }
        .slz-about-me-02.style-02 .block-wrapper {
            padding: 30px 30px 15px;
        }
    }

    @media screen and (max-width: 380px) {
        .slz-about-me-02.style-02 .block-wrapper {
            padding: 15px;
        }
    }

/*=====  End of n. Responsive  ======*/
