/*
 * This software is provided "as is" without warranty of any kind.
 *
 * Made by PrestaCraft
 *
 * Visit my website (http://prestacraft.com) for future updates, new articles and other awesome modules.
 *
 * @author     PrestaCraft
 * @copyright  PrestaCraft
 */
 
.pc-social-icon {
    height:50px;
    font-size:30px;
    text-align:center;
    padding-top: 3px;
    border-radius: 50%;
    margin-top: 10%;
}

.icon-behance:before{content:"\f1b4"}

@media(max-width: 768px){
    .pc-social-icon {
        padding-top:5px !important;
        border-radius: 0 !important;
        margin-top: 0 !important;
    }
}