/*
*  STYLE DEFAULT TEAM
*
*
*  [Table of contents]
*
*  [&. Content / #key]
*  [Let press Ctrl + f and type of paste the key, then press Enter to search the content ]
*
*  Summary:
*
*
*   1.0 Variable
*       1.1 List Layout
*       1.2 Team Block
*       1.3 Team Image
*       1.4 Team Content
*   2.0 Layout Italy

*   I.0 Carousel
*       I.1 Style United State
*       I.2 Style United Kingdom 
*   RESPONSIVE
*   SOCIAL COLOR
*
*
*
*
*
*/

/*====================================
=            1.0 Variable            =
====================================*/
    
    /*----------  1.1 List Layout  -----------*/
        
        .slz-list-team-block {
            font-size: 0;
            margin: 0 -15px;
        }

        .slz-list-team-block > .item {
            font-size: 14px;
            padding: 0 15px;
            margin-top: 30px;
            vertical-align: top;
            display: inline-block;
        }
        
        .slz-list-team-block.slz-column-1 > .item {
            width: 100%;
        }

        .slz-list-team-block.slz-column-1 > .item:first-child {
            margin-top: 0;
        }

        .slz-list-team-block.slz-column-2 > .item {
            width: 50%;
        }

        .slz-list-team-block.slz-column-2 > .item:nth-child(-n + 2) {
            margin-top: 0;
        }

        .slz-list-team-block.slz-column-3 > .item {
            width: 33.3%;
        }

        .slz-list-team-block.slz-column-3 > .item:nth-child(3n) {
            width: 33.4%;
        }

        .slz-list-team-block.slz-column-3 > .item:nth-child(-n + 3) {
            margin-top: 0;
        }

        .slz-list-team-block.slz-column-4 > .item {
            width: 25%;
        }

        .slz-list-team-block.slz-column-4 > .item:nth-child(-n + 4) {
            margin-top: 0;
        }
    
    /*----------  1.2 Team Block  ------------*/
        .slz-team-block {
            position: relative;
            text-align: center;
            transition: all .3s ease;
            -o-transition: all .3s ease;
            -ms-transition: all .3s ease;
            -moz-transition: all .3s ease;
            -webkit-transition: all .3s ease;
        }

        .slz-team-block:before {
            content:"";
            top: 0;
            left: 0;
            width: 50px;
            height: 2px;
            z-index: 100;
            position: absolute;
            background-color: #333;
        }

        .slz-team-block:after {
            content: "";
            top: 0;
            left: 0;
            width: 2px;
            height: 50px;
            z-index: 100;
            position: absolute;
            background-color: #333;
        }
        
    /*----------  1.3 Team Image  -------------*/
        .slz-team-block .block-image {
            display: block;
            margin: 0 auto;
            overflow: hidden;
            position: relative;
            transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
        }

        .slz-team-block .block-image:before {
            display: block;
            content: '';
            padding-top: 125%;
        }

        .slz-team-block .block-image .link {
            top: 15px;
            left: 15px;
            right: 15px;
            bottom: 0;
            z-index: 3;
            overflow: hidden;
            position: absolute;
            border-radius: inherit;
        }

        .slz-team-block .block-image img {
            top: 50%;
            left: 50%;
            width: auto;
            height: 100%;
            max-width: none;
            position: absolute;
            -webkit-transform: translate3D(-50%, -50%, 0);
            -moz-transform: translate3D(-50%, -50%, 0);
            -ms-transform: translate3D(-50%, -50%, 0);
            -o-transform: translate3D(-50%, -50%, 0);
            transform: translate3D(-50%, -50%, 0);
        }
                
    /*----------  1.4 Team Content  ----------*/
        .slz-team-block .team-content {
            position: relative;
            padding: 10px 15px 15px 15px;
            -webkit-transition: all 0.4s ease;
            -moz-transition: all 0.4s ease;
            -o-transition: all 0.4s ease;
            transition: all 0.4s ease;
        }

        .slz-team-block:hover .team-content {
            box-shadow: 2px -22px 50px -5px rgba(51, 51, 51, 0.1);
            -webkit-box-shadow: 2px -22px 50px -5px rgba(51, 51, 51, 0.1);
        }

        .slz-team-block .name {
            margin: 0;
            color: #333;
            font-weight: 700;
            font-size: 24px;
            display: inline-block;
            text-transform: capitalize;
            font-family: 'Poppins',sans-serif;
        }

        .slz-team-block a.name:hover,
        .slz-team-block .read-more.link:hover {
            color: #76b7ef;
        }

        .slz-team-block .position {
            color: #333;
            font-size: 14px;
            font-weight: 500;
            line-height: 23px;
            margin-bottom: 5px;
            position: relative;
            text-transform: uppercase;
            font-family: 'Poppins',sans-serif;
        }

        .slz-team-block .position:after {
            content: "";
            width: 30px;
            height: 2px;
            margin-left: 10px;
            position: inherit;
            display: inline-block;
            vertical-align: middle;
            background-color: #333;
        }

        .slz-team-block .description {
            margin-top: 16px;
            position: relative;
            font-size: 16px;
            line-height: 22px;
        }

        .slz-team-block .slz-btn-readmore {
            display: block;
            font-weight: 600;
            margin-top: 10px;
            text-transform: capitalize;
        }

        .slz-team-block .slz-btn-readmore .slz-icon {
            color: inherit;
            margin-left: 5px;
            font-size: inherit;
            vertical-align: middle;
        }

        .slz-team-block .slz-btn-readmore .slz-icon:before {
            content: "\f105";
        }

        .slz-team-block .slz-info-block .info-item:before,
        .slz-team-block .slz-info-block .info-item:before  {
            color: inherit;
            font-size: inherit;
            margin-right: 10px;
            font-family: 'FontAwesome';
        }

        .slz-team-block .slz-info-block .mobile:before {
            content: "\f095";
        }

        .slz-team-block .slz-info-block .email:before {
            content: "\f0e0";
        }

        .slz-team-block .social-list {
            margin-top: 0px;
            margin-bottom: 10px;
        }

        .slz-team-block .social-list > .item {
            color: #333;
            margin: 0 5px;
            padding: 0;
            width: 40px;
            height: 40px;
            font-size: 18px;
            line-height: 40px;
            text-align: center;
            position: relative;
            vertical-align: top;
            display: inline-block;
            transform: translateZ(0);
            background-color: transparent;
        }

        .slz-team-block .social-list > .item .text {
            display: none;
        }

        .slz-team-block .social-list .icon {
            margin-left: 0;
            width: 100%;
            height: 100%;
            line-height: inherit;
            display: block;
        }


        .slz-team-block .social-list > .item:before {
            top: 100%;
            left: -50%;
            opacity: 0;
            content: "";
            z-index: -1;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            position: absolute;
            background-color: #76b7ef;
            transition: all 0.5s ease;
        }

        .slz-team-block .social-list > .item:hover:before {
            opacity: 1;
            top: 5px;
            left: -1px;
        }

        .slz-team-block .read-more.link {
            font-size: 14px;
            font-weight: 700;
            display: block;
            width: 150px;
            margin: 20px auto 0 auto;
            text-transform: uppercase;
            font-family: 'Poppins',sans-serif;
        }

        .slz-team-block .read-more.link:after {
            content: "\f30f";
            font-size: 16px;
            margin-left: 10px;
            position: inherit;
            display: inline-block;
            vertical-align: middle;
            font-family: "Ionicons";
            //font: normal normal normal 14px/1 FontAwesome;
        }


/*=====  End of 1.0 Variable  ======*/


/*===============================================
=            RESPONSIVE                         =
===============================================*/
    @media screen and (max-width: 1024px) {
        .slz-list-team-block.slz-column-4 > .item {
            width: 33.33%;
        }

        .slz-list-team-block.slz-column-4 > .item:nth-child(-n + 4) {
            margin-top: 30px;
        }

        .slz-list-team-block.slz-column-4 > .item:nth-child(-n + 3) {
            margin-top: 0px;
        }
    }
    
     @media screen and (max-width: 991px) {

        .slz-list-team-block.slz-column-3 > .item,
        .slz-list-team-block.slz-column-3 > .item:nth-child(3n),
        .slz-list-team-block.slz-column-4 > .item {
            width: 50%;
        }

        .slz-list-team-block.slz-column-3 > .item:nth-child(-n + 3),
        .slz-list-team-block.slz-column-4 > .item:nth-child(-n + 3) {
            margin-top: 30px;
        }

        .slz-list-team-block.slz-column-3 > .item:nth-child(-n + 2),
        .slz-list-team-block.slz-column-4 > .item:nth-child(-n + 2) {
            margin-top: 0px;
        }
    }

    @media screen and (max-width: 767px) {

        .slz-list-team-block.slz-column-3 > .item:nth-child(-n + 2),
        .slz-list-team-block.slz-column-4 > .item:nth-child(-n + 2) {
            margin-top: 0;
        }

        .slz-team-block .team-content {
            box-shadow: 2px -22px 50px -5px rgba(51, 51, 51, 0.1);
            -webkit-box-shadow: 2px -22px 50px -5px rgba(51, 51, 51, 0.1);
        }

    }

    @media screen and (max-width: 600px) {
    }

    @media screen and (max-width: 480px)  {
        .slz-list-team-block.slz-column-2 > .item,
        .slz-list-team-block.slz-column-3 > .item,
        .slz-list-team-block.slz-column-3 > .item:nth-child(3n),
        .slz-list-team-block.slz-column-4 > .item {
            width: 100%;
        }

        .slz-list-team-block.slz-column-2 > .item:nth-child(-n + 2),
        .slz-list-team-block.slz-column-3 > .item:nth-child(-n + 2),
        .slz-list-team-block.slz-column-4 > .item:nth-child(-n + 2) {
            margin-top: 30px;
        }

        .slz-list-team-block.slz-column-2 > .item:nth-child(-n + 1),
        .slz-list-team-block.slz-column-3 > .item:nth-child(-n + 1),
        .slz-list-team-block.slz-column-4 > .item:nth-child(-n + 1) {
            margin-top: 0;
        }
    }

    @media screen and (max-width: 414px) {

    }

    @media screen and (max-width: 414px) {

    }

/*=====  End of RESPONSIVE  ===================*/

