/*
 *
 *    [Table of contents]
 *
 *    [&. Content / #key]
 *    [Let press Ctrl + f and type of paste the key, then press Enter to search the content ]
 *
 *    Summary: Icon Box
 *
 *    1. Icon Box 
 *      - 1.1. Icon Box General
 *      - 1.2. Icon Box Style Vertical
 *      - 1.3. Icon Box Style Horizontal
 *    2. Responsive
 *
 *
 */


/*===================================
=            1. Icon Box            =
===================================*/
    
    /*----------  1.1. Icon Box General  ----------*/
        .sc_icon_box .item .content-cell .title {
            color: #263e5f;
            text-transform: uppercase;
            font-weight: 700;
        }

        .sc_icon_box .item .content-cell .description {
            color: #263e5f;
        }

        .sc_icon_box .slz-list-block > .item {
            margin-top: 50px;
        }

        .sc_icon_box .slz-list-block.slz-column-4 > .item:nth-child(-n + 4),
        .sc_icon_box .slz-list-block.slz-column-3 > .item:nth-child(-n + 3),
        .sc_icon_box .slz-list-block.slz-column-2 > .item:nth-child(-n + 2),
        .sc_icon_box .slz-list-block.slz-column-1 > .item:nth-child(-n + 1) {
            margin-top: 0;
        }

    /*----------  1.2. Icon Box Style Vertical  ----------*/
        .slz-icon-box-1 .wrapper-icon {
            border: none;
        }
        
        .sc_icon_box .item .style-vertical .icon-cell .wrapper-icon {
            position: relative;
            width: 170px;
            height: 170px;
        }

        .sc_icon_box .item .style-vertical .icon-cell .wrapper-icon .slz-icon {
            position: absolute;
            left: 50%;
            top: 50%;
            width: 100%;
            height: auto;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            font-size: 70px;
            z-index: 3;
        }

        .sc_icon_box .item .style-vertical .icon-cell .wrapper-icon:before {
            content: '';
            position: absolute;
            width: auto;
            height: auto;
            left: -4px;
            bottom: -4px;
            right: -4px;
            top: -4px;
            background: #D32EB2;
            background: -moz-linear-gradient(left,  #D32EB2 0%, #0C72C7 100%);
            background: -webkit-linear-gradient(left,  #D32EB2 0%,#0C72C7 100%);
            background: linear-gradient(to right,  #D32EB2 0%,#0C72C7 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D32EB2', endColorstr='#0C72C7',GradientType=1 );
            border-radius: 50%;
            -webkit-border-radius: 50%;
            z-index: 1;
            -webkit-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        .sc_icon_box .item .style-vertical .icon-cell .wrapper-icon:after {
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            top: 0;
            background-color: #fff;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            z-index: 2;
        }

        .slz-icon-box-1.style-vertical .content-cell {
            margin-top: 30px;
            padding-top: 0;
        }

        .sc_icon_box .item .style-vertical .content-cell .description {
            margin-top: 10px;
        }

        .sc_icon_box .item .slz-icon-box-1.style-vertical {
            background-color: transparent;
            padding-bottom: 0;
            padding-top: 0;
        }
        

        .sc_icon_box .item .slz-icon-box-1.style-vertical .icon-cell .wrapper-icon-image {
            display: inline-block;
            position: relative;
            margin: 0 auto;
            width: 170px;
            height: 170px;
        }

        .sc_icon_box .item .slz-icon-box-1.style-vertical .icon-cell .wrapper-icon-image img {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }
            
        .sc_icon_box .item .slz-icon-box-1.style-vertical .icon-cell .wrapper-icon-image:before {
            content: '';
            width: auto;
            height: auto;
            position: absolute;
            left: 0;
            bottom: 0;
            right: 0;
            top: 0;
            background: #D32EB2;
            background: -moz-linear-gradient(left, #D32EB2 30%, #0C72C7 100%);
            background: -webkit-linear-gradient(left, #D32EB2 30%, #0C72C7 100%);
            background: linear-gradient(to right, #D32EB2 30%, #0C72C7 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D32EB2', endColorstr='#0C72C7',GradientType=1 );
            border-radius: 50%;
            -webkit-border-radius: 50%;
            z-index: -3;
            -webkit-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        .sc_icon_box .item .slz-icon-box-1.style-vertical .icon-cell .wrapper-icon-image:after {
            content: '';
            position: absolute;
            left: 3px;
            right: 3px;
            bottom: 3px;
            top: 3px;
            background-color: #fff;
            border-radius: 50%;
            -webkit-border-radius: 50%; 
            z-index: -3;
        }

    /*----------  1.3. Icon Box Style Horizontal  ----------*/
        .sc_icon_box .slz-list-block.slz-column-1 .item {
            margin-top: 0;
            margin-bottom: 0;
            position: relative;
        }
        
        .slz-icon-box-1 .wrapper-icon-image {
            min-width: 51px;
        }

        .sc_icon_box .item .slz-icon-box-1 .wrapper-icon {
            width: auto;
            height: auto;
            line-height: 24px;
        }

        .sc_icon_box .item .icon-cell .wrapper-icon-image:before {
            position: absolute;
            content: "";
            width: 1px;
            height: 100%;
            background: #2d333f;
            top: 0;
            right: 0;
        }

        .sc_icon_box .item .icon-cell .wrapper-icon:before {
            position: absolute;
            content: "";
            width: 1px;
            height: 100%;
            background: #2d333f;
            top: 0;
            right: -2px;
        }

        .sc_icon_box .icon-cell {
            position: relative;
            min-width: 70px;
        }

        .slz-icon-box-1 .wrapper-icon-image .slz-icon-img {
            margin: 0 auto;
        }
    

/*=====  End of 1. Icon Box  ======*/


/*=====================================
=            2. Responsive            =
=====================================*/
    
    @media screen and (max-width: 1024px) {
        .sc_icon_box .slz-list-block.slz-column-4 > .item:nth-child(-n + 4) {
            margin-top: 50px;
        }

        .sc_icon_box .slz-list-block.slz-column-4 > .item:nth-child(-n + 3) {
            margin-top: 0;
        }
    }

    @media screen and (max-width: 768px) {
        .sc_icon_box .slz-list-block.slz-column-4 > .item:nth-child(-n + 3),
        .sc_icon_box .slz-list-block.slz-column-3 > .item:nth-child(-n + 3) {
            margin-top: 50px;
        }

        .sc_icon_box .slz-list-block.slz-column-4 > .item:nth-child(-n + 2),
        .sc_icon_box .slz-list-block.slz-column-3 > .item:nth-child(-n + 2) {
            margin-top: 0;
        }
    }

    @media screen and (max-width: 480px) {
        .sc_icon_box .slz-list-block.slz-column-4 > .item:nth-child(-n + 2),
        .sc_icon_box .slz-list-block.slz-column-3 > .item:nth-child(-n + 2),
        .sc_icon_box .slz-list-block.slz-column-2 > .item:nth-child(-n + 2) {
            margin-top: 50px;
        }

        .sc_icon_box .slz-list-block.slz-column-4 > .item:nth-child(-n + 1),
        .sc_icon_box .slz-list-block.slz-column-3 > .item:nth-child(-n + 1),
        .sc_icon_box .slz-list-block.slz-column-2 > .item:nth-child(-n + 1) {
            margin-top: 0;
        }
    }

    @media screen and (max-width: 414px) {
        .sc_icon_box .slz-list-block.slz-column-1 .slz-icon-box-1 {
            padding: 20px;
        }
    }

/*=====  End of 2. Responsive  ======*/
