MOON
Server: Apache
System: Linux server.netcommlabs.in 3.10.0-1160.83.1.el7.x86_64 #1 SMP Wed Jan 25 16:41:43 UTC 2023 x86_64
User: dermova (1051)
PHP: 5.4.45
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/dermova/www/india/wp-content/themes/ri-colias/sass/theme/components/_social.scss
//Style share box

.social{
    padding: 30px 0 10px;
    border-bottom: $border-color-base;
    margin-bottom: 30px;
    .social-item{
        padding:0 8px;
    }
}
.share-text{
    text-transform: uppercase;
    line-height: 40px;
    color: $black;
}

.social-icons{
    margin: 0;
}
.social-item{
    >a {
        color: #000000;
        text-align: center;
        font-size: 16px;
    }
}

.author-social{
    border-radius: 100%;
    @include size(24px,24px);
    text-align: center;
    line-height: 20px;
    border: $border-color-base;
    margin-right: 3px;
    .fa{
        font-size: 13px;
    }
}


.facebook{
//     color: #3b5998;
     &:hover{
         color:#3b5998 ;
     }
 }

.twitter{
//    color: #00aced;
    &:hover{
        color:#00aced ;
    }
}

.googleplus{
//    color: #dd4b39;
    &:hover{
        color:#dd4b39 ;
    }
}

.pinterest{
//    color: #cb2027;
    &:hover{
        color:#cb2027 ;
    }
}

.mail{
//    color: #666;
    &:hover{
        color:#666 ;
    }
}
//icon
.fa-facebook{
    &:hover{
        color: #3b5998;
    }
}
.fa-twitter{
    &:hover{
        color: #00aced;
    }
}
.fa-google-plus{
    &:hover{
        color: #dd4b39;
    }
}
.fa-pinterest{
    &:hover{
        color: #cb2027;
    }
}
.fa-envelope{
    &:hover{
        color: #666;
    }

}