
.apsc-theme-2 {
    margin-bottom: -5px !important;
}

.apsc-theme-2 .apsc-each-profile {
    width: 100px;
    margin: 0 0 5px;
}

.apsc-theme-2 .apsc-each-profile .apsc-inner-block {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.apsc-theme-2 .apsc-each-profile:hover .apsc-inner-block {
    opacity: 0.7;
}

.apsc-theme-2 .apsc-each-profile + .apsc-each-profile {
    margin-left: 5px;
}

.apsc-theme-2 .apsc-each-profile,
.apsc-theme-2 .apsc-each-profile a {
    min-height: 100px;
}

.apsc-theme-2 .apsc-each-profile a,
.apsc-theme-2 .apsc-inner-block {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.apsc-theme-2 .apsc-each-profile a:hover{
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
}

.apsc-theme-2 .apsc-inner-block {
    position: absolute;
    left: 50%;
    top: 50%;

    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    width: 100%;
}

.apsc-theme-2 .social-icon {
    margin-bottom: 2px;
}

.apsc-theme-2 .social-icon .fa {
    font-size: 34px;
    font-size: 3.4rem;
}

.apsc-theme-2 .apsc-count {
    font-family: 'Arial', sans-serif;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: bold;
    margin-bottom: 5px;
}

.apsc-theme-2 .apsc-media-type {
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    text-transform: uppercase;
}


/**
 *  Media Queries -> 240px ( 15em )
 */

@media screen and (min-width: 15em) {

    .apsc-theme-2 .apsc-each-profile {
        width: 68px;
    }

    .apsc-theme-2 .apsc-each-profile,
    .apsc-theme-2 .apsc-each-profile a {
        min-height: 68px;
    }

    .apsc-theme-2 .social-icon .fa {
        font-size: 22px;
        font-size: 2.2rem;
    }

    .apsc-theme-2 .apsc-count {
        font-size: 14px;
        font-size: 1.4rem;
    }

    .apsc-theme-2 .apsc-media-type {
        display: none;
        font-size: 9px;
        font-size: 0.9rem;
    }

}

/**
 *  Media Queries -> 320px ( 20em )
 */

@media screen and (min-width: 20em) {

    .apsc-theme-2 .apsc-each-profile {
        width: 93px;
    }

    .apsc-theme-2 .apsc-each-profile,
    .apsc-theme-2 .apsc-each-profile a {
        min-height: 93px;
    }.apsc-theme-2 .social-icon .fa {
         font-size: 28px;
         font-size: 2.8rem;
     }

    .apsc-theme-2 .apsc-count {
        font-size: 16px;
        font-size: 1.6rem;
    }

    .apsc-theme-2 .apsc-media-type {
        display: block;
        font-size: 12px;
        font-size: 1.2rem;
    }

}

/**
 *  Media Queries -> 480px
 */

@media screen and (min-width: 480px) {

    .apsc-theme-2 .apsc-each-profile {
        width: 120px;
    }

    .apsc-theme-2 .apsc-each-profile,
    .apsc-theme-2 .apsc-each-profile a {
        min-height: 120px;
    }

}

/**
 *  Media Queries -> 768px
 */

@media screen and (min-width: 768px) {

    .apsc-theme-2 .apsc-each-profile {
        width: 68px;
    }

    .apsc-theme-2 .apsc-each-profile,
    .apsc-theme-2 .apsc-each-profile a {
        min-height: 68px;
    }

    .apsc-theme-2 .social-icon .fa {
        font-size: 22px;
        font-size: 2.2rem;
    }

    .apsc-theme-2 .apsc-count {
        font-size: 14px;
        font-size: 1.4rem;
    }

    .apsc-theme-2 .apsc-media-type {
        display: none;
        font-size: 10px;
        font-size: 1.0rem;
    }

}

/**
 *  Media Queries -> 992px
 */

@media screen and (min-width: 992px) {

    .apsc-theme-2 .apsc-each-profile {
        width: 93px;
    }

    .apsc-theme-2 .apsc-each-profile,
    .apsc-theme-2 .apsc-each-profile a {
        min-height: 93px;
    }

    .apsc-theme-2 .social-icon .fa {
        font-size: 35px;
        font-size: 3.5rem;
    }

    .apsc-theme-2 .apsc-count {
        font-size: 19px;
        font-size: 1.9rem;
    }

    .apsc-theme-2 .apsc-media-type {
        display: block;
        font-size: 13px;
        font-size: 1.3rem;
    }

}

/**
 *  Media Queries -> 1240px ( 77.5em )
 */

@media screen and (min-width: 77.5em) {

    .apsc-theme-2 .apsc-each-profile {
        width: 115px;
    }

    .apsc-theme-2 .apsc-each-profile,
    .apsc-theme-2 .apsc-each-profile a {
        min-height: 115px;
    }

}


/* Rtl */

body.rtl .apsc-theme-2 .apsc-each-profile + .apsc-each-profile {
    margin-right: 5px;
    margin-left: auto;
}


/**
 *  Media Queries -> Browsers adjustments -> IE10+
 */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

    .apsc-theme-2 .apsc-each-profile + .apsc-each-profile {
        margin-left: 4px;
    }

    body.rtl .apsc-theme-2 .apsc-each-profile + .apsc-each-profile {
        margin-right: 4px;
        margin-left: auto;
    }
}

/**
 *  Media Queries -> Browsers adjustments -> Edge
 */

@supports (-ms-ime-align:auto) {

    .apsc-theme-2 .apsc-each-profile + .apsc-each-profile {
        margin-left: 4px;
    }

    body.rtl .apsc-theme-2 .apsc-each-profile + .apsc-each-profile {
        margin-right: 4px;
        margin-left: auto;
    }
}