/**
 * AccessPress Social Counter
 */

/* remove border radius */
.apsc-theme-1 .apsc-each-profile a,
.apsc-theme-2 .apsc-each-profile a,
.apsc-theme-2 .apsc-inner-block,
.apsc-theme-4 .apsc-each-profile a,
.apsc-theme-5 .apsc-each-profile a {
    border-radius: 0;
}

/* AccessPress Social Counter -- remove box shadow */
.apsc-theme-1 .apsc-each-profile a,
.apsc-theme-2 .apsc-each-profile a,
.apsc-theme-2 .apsc-inner-block,
.apsc-theme-5 .apsc-each-profile a,
.apsc-theme-5 .apsc-each-profile a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#b3b3b3)";/*IE 8*/
    -moz-box-shadow: none;/*FF 3.5+*/
    -webkit-box-shadow: none;/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
    box-shadow: none;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=0, Color=#b3b3b3); /*IE 5.5-7*/
}

/* AccessPress Social Counter -- layout changes */
.apsc-theme-1,
.apsc-theme-2,
.apsc-theme-4,
.apsc-theme-5 {
    margin: -6px 0 0 -6px;
}
.widget-width__full .apsc-theme-1,
.widget-width__full .apsc-theme-1:last-child,
.widget-width__full .apsc-theme-2,
.widget-width__full .apsc-theme-2:last-child,
.widget-width__full .apsc-theme-4,
.widget-width__full .apsc-theme-4:last-child,
.widget-width__full .apsc-theme-5,
.widget-width__full .apsc-theme-5:last-child {
    margin: 0 0 6px 0;
}
.apsc-theme-1 .apsc-each-profile,
.apsc-theme-2 .apsc-each-profile,
.apsc-theme-4 .apsc-each-profile,
.apsc-theme-5 .apsc-each-profile {
    margin: 6px 0 0 6px;
}

/* AccessPress Social Counter -- theme 2 */
.apsc-theme-2 .social-icon .fa {
    font-size: 26px;
}
.apsc-theme-2 .apsc-count {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
}
.apsc-theme-2 .apsc-media-type {
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    margin-top: -1px;
}

/* AccessPress Social Counter -- remove animation on hover */
.apsc-theme-2 .apsc-each-profile a:hover {
    transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
}

/**
 * Responsive and widget placements
 */

@media screen and (min-width: 15em) {
    .apsc-theme-2 .apsc-each-profile {
        width: 78px;
        min-height: 78px;
    }
    .apsc-theme-2 .apsc-inner-block {
        padding: 13px 8px;
    }
    .apsc-theme-2 .apsc-count {
        font-size: 10px;
        line-height: 10px;
    }
    .apsc-theme-2 .apsc-media-type {
        font-size: 10px;
        line-height: 10px;
    }
}

@media screen and (min-width: 768px) {
    .apsc-theme-2 .apsc-each-profile {
        width: 111px;
        min-height: 111px;
    }
    .apsc-theme-2 .apsc-inner-block {
        padding: 27px 8px;
    }
    .apsc-theme-2 .apsc-count {
        font-size: 12px;
        line-height: 12px;
    }
    .apsc-theme-2 .apsc-media-type {
        font-size: 12px;
        line-height: 12px;
    }
}

@media screen and (min-width: 992px) {
    .apsc-theme-2 .apsc-each-profile {
        width: 73px;
        min-height: 73px;
    }
    .apsc-theme-2 .apsc-inner-block {
        padding: 17px 8px;
    }
    .apsc-theme-2 .apsc-count {
        font-size: 11px;
        line-height: 11px;
    }
    .apsc-theme-2 .apsc-media-type {
        font-size: 11px;
        line-height: 11px;
    }
}

@media screen and (min-width: 1200px) {
    .apsc-theme-2 .apsc-each-profile {
        width: 92px;
        min-height: 92px;
    }
    .apsc-theme-2 .apsc-inner-block {
        padding: 20px 8px;
    }
    .apsc-theme-2 .apsc-count {
        font-size: 12px;
        line-height: 12px;
    }
    .apsc-theme-2 .apsc-media-type {
        font-size: 12px;
        line-height: 12px;
    }
}

/* Secondary -- left/right site sidebar */
@media screen and (min-width: 15em) {
    .secondary .apsc-theme-2 .apsc-each-profile {
        width: 78px;
        min-height: 78px;
    }
    .secondary .apsc-theme-2 .apsc-inner-block {
        padding: 13px 8px;
    }
    .secondary .apsc-theme-2 .apsc-count {
        font-size: 10px;
        line-height: 10px;
    }
    .secondary .apsc-theme-2 .apsc-media-type {
        font-size: 10px;
        line-height: 10px;
    }
}

@media screen and (min-width: 20em) {
    .secondary .apsc-theme-2 .apsc-each-profile {
        width: 82px;
        min-height: 82px;
    }
    .secondary .apsc-theme-2 .apsc-inner-block {
        padding: 15px 8px;
    }
    .secondary .apsc-theme-2 .apsc-count {
        font-size: 10px;
        line-height: 10px;
    }
    .secondary .apsc-theme-2 .apsc-media-type {
        font-size: 10px;
        line-height: 10px;
    }
}

@media screen and (min-width: 768px) {
    .secondary .apsc-theme-2 .apsc-each-profile {
        width: 111px;
        min-height: 111px;
    }
    .secondary .apsc-theme-2 .apsc-inner-block {
        padding: 27px 8px;
    }
    .secondary .apsc-theme-2 .apsc-count {
        font-size: 12px;
        line-height: 12px;
    }
    .secondary .apsc-theme-2 .apsc-media-type {
        font-size: 12px;
        line-height: 12px;
    }
}

@media screen and (min-width: 992px) {
    .secondary .apsc-theme-2 .apsc-each-profile {
        width: 88px;
        min-height: 88px;
    }
    .secondary .apsc-theme-2 .apsc-inner-block {
        padding: 17px 8px;
    }
    .secondary .apsc-theme-2 .apsc-count {
        font-size: 11px;
        line-height: 11px;
    }
    .secondary .apsc-theme-2 .apsc-media-type {
        font-size: 11px;
        line-height: 11px;
    }
}

@media screen and (min-width: 1200px) {
    .secondary .apsc-theme-2 .apsc-each-profile,
    .secondary .apsc-theme-2 .apsc-each-profile .apsc-inner-block {
        width: 116px;
        min-height: 116px;
    }
    .secondary .apsc-theme-2 .apsc-inner-block {
        padding: 20px 8px;
    }
    .secondary .apsc-theme-2 .apsc-count {
        font-size: 12px;
        line-height: 12px;
    }
    .secondary .apsc-theme-2 .apsc-media-type {
        font-size: 12px;
        line-height: 12px;
    }
}

/* Footer -- widgets sidebar */
@media screen and (min-width: 15em) {
    .footer__widgets-row .apsc-theme-2 .apsc-each-profile {
        width: 78px;
        min-height: 78px;
    }
    .footer__widgets-row .apsc-theme-2 .apsc-inner-block {
        padding: 13px 8px;
    }
    .footer__widgets-row .apsc-theme-2 .apsc-count {
        font-size: 10px;
        line-height: 10px;
    }
    .footer__widgets-row .apsc-theme-2 .apsc-media-type {
        font-size: 10px;
        line-height: 10px;
    }
}

@media screen and (min-width: 20em) {
    .footer__widgets-row .apsc-theme-2 .apsc-each-profile {
        width: 92px;
        min-height: 92px;
    }
    .footer__widgets-row .apsc-theme-2 .apsc-inner-block {
        padding: 20px 8px;
    }
    .footer__widgets-row .apsc-theme-2 .apsc-count {
        font-size: 10px;
        line-height: 10px;
    }
    .footer__widgets-row .apsc-theme-2 .apsc-media-type {
        font-size: 10px;
        line-height: 10px;
    }
}

@media screen and (min-width: 768px) {
    .footer__widgets-row .apsc-theme-2 .apsc-each-profile {
        width: 116px;
        min-height: 116px;
    }
    .footer__widgets-row .apsc-theme-2 .apsc-inner-block {
        padding: 30px 8px;
    }
    .footer__widgets-row .apsc-theme-2 .apsc-count {
        font-size: 12px;
        line-height: 12px;
    }
    .footer__widgets-row .apsc-theme-2 .apsc-media-type {
        font-size: 12px;
        line-height: 12px;
    }
}

@media screen and (min-width: 992px) {
    .footer__widgets-row .apsc-theme-2 .apsc-each-profile {
        width: 107px;
        min-height: 107px;
    }
    .footer__widgets-row .apsc-theme-2 .apsc-inner-block {
        padding: 25px 8px;
    }
    .footer__widgets-row .apsc-theme-2 .apsc-count {
        font-size: 12px;
        line-height: 12px;
    }
    .footer__widgets-row .apsc-theme-2 .apsc-media-type {
        font-size: 12px;
        line-height: 12px;
    }
}

@media screen and (min-width: 1200px) {
    .footer__widgets-row .apsc-theme-2 .apsc-each-profile {
        width: 81px;
        min-height: 81px;
    }
    .footer__widgets-row .apsc-theme-2 .apsc-inner-block {
        padding: 13px 5px;
    }
    .footer__widgets-row .apsc-theme-2 .apsc-count {
        font-size: 11px;
        line-height: 11px;
    }
    .footer__widgets-row .apsc-theme-2 .apsc-media-type {
        font-size: 11px;
        line-height: 11px;
    }
}