/*!
 * shariff - v3.2.0 - Mon, 01 Apr 2019 08:20:54 GMT
 * https://github.com/heiseonline/shariff
 * Copyright (c) 2019 Ines Pauer, Philipp Busse, Sebastian Hilbig, Erich Kramer, Deniz Sesli
 * Licensed under the MIT license
 *
 *
 * === custom AZP styles ===
 */

.shariff ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
    align-items: center;
    justify-content: flex-start;
}

.shariff[data-align="left"] ul {
    justify-content: flex-start;
}

.shariff[data-align="center"] ul {
    justify-content: center;
}

.shariff[data-align="right"] ul {
    justify-content: flex-end;
}

.shariff li {
    margin-right: 5px;
    margin-bottom: 5px;
}

.shariff li:last-child {
    margin-right: 0;
}

.shariff a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    line-height: 35px;
    position: relative;
    background-color: #aaaaaa;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.5s;
}

.shariff a .fa {
    line-height: 35px;
    font-size: 22px;
    font-weight: 400;
    font-style: normal;
    font-family: FontAwesome;
}

.shariff a:hover {
    background-color: #aaaaaa;
    color: #ffffff;
    text-decoration: none;
    font-weight: 400;
    font-style: normal;
}

.shariff a::before {
    content: '';
    padding-top: 100%;
    display: block;
    float: left;
}



/* ==================================== */
/* === THEMES === */
/* ==================================== */

/* === theme-square === */
.shariff .theme-square a {
    border-radius: 0;
}

/* === theme-square-text === */
.shariff .theme-square-text a {
    border-radius: 0;
    width: auto;
    display: flex;
}

.shariff .theme-square-text a::before {
    display: none;
}

.shariff .theme-square-text .fa {
    width: 35px;
    text-align: center;
}

.shariff .theme-square-text .share_text {
    text-align: center;
    padding: 0px 10px 0px 5px;
    font-size: 1.3rem;
}

/* === theme-square-grey === */
.shariff .theme-square-grey a {
    border-radius: 0;
    background-color: #999999 !important;

}

.shariff .theme-square-grey a:hover {
    background-color: #999999 !important;
    opacity: 0.6;
}

/* === theme-square-grey-text === */
.shariff .theme-square-grey-text a {
    border-radius: 0;
    width: auto;
    background-color: #999999 !important;
    display: flex;
}

.shariff .theme-square-grey-text a::before {
    display: none;
}

.shariff .theme-square-grey-text a:hover {
    background-color: #999999 !important;
    opacity: 0.6;
}

.shariff .theme-square-grey-text .fa {
    width: 35px;
    text-align: center;
}

.shariff .theme-square-grey-text .share_text {
    text-align: center;
    padding: 0px 10px 0px 5px;
    font-size: 1.3rem;
}

/* === theme-round === */
.shariff .theme-round a {
    border-radius: 200px;
}

/* === theme-round-text === */
.shariff .theme-round-text a {
    border-radius: 200px;
    width: auto;
    display: flex;
    padding: 0px 5px 0px 5px;
}

.shariff .theme-round-text a::before {
    display: none;
}

.shariff .theme-round-text .fa {
    width: 35px;
    text-align: center;
}

.shariff .theme-round-text .share_text {
    text-align: center;
    padding: 0px 10px 0px 5px;
    font-size: 1.3rem;
}

/* === theme-round-grey === */
.shariff .theme-round-grey a {
    border-radius: 200px;
    background-color: #999999 !important;
}

.shariff .theme-round-grey a:hover {
    background-color: #999999 !important;
    opacity: 0.6;
}

/* === theme-round-grey-text === */
.shariff .theme-round-grey-text a {
    border-radius: 200px;
    width: auto;
    background-color: #999999 !important;
    display: flex;
    padding: 0px 5px 0px 5px;
}

.shariff .theme-round-grey-text a::before {
    display: none;
}

.shariff .theme-round-grey-text a:hover {
    background-color: #999999 !important;
    opacity: 0.6;
}

.shariff .theme-round-grey-text .fa {
    width: 35px;
    text-align: center;
}

.shariff .theme-round-grey-text .share_text {
    text-align: center;
    padding: 0px 10px 0px 5px;
    font-size: 1.3rem;
}


/* ==================================== */
/* === SERVICES COLORS === */
/* ==================================== */

.shariff .addthis a {
    background-color: #f8694d
}

.shariff .addthis a:hover {
    background-color: #f75b44
}

.shariff .buffer a {
    background-color: #3a3a3a
}

.shariff .buffer a:hover {
    background-color: #555
}

.shariff .diaspora a {
    background-color: #999
}

.shariff .diaspora a:hover {
    background-color: #b3b3b3
}

.shariff .facebook a {
    background-color: #3b5998
}

.shariff .facebook a:hover {
    background-color: #4273c8
}


.shariff .flattr a {
    background-color: #7ea352
}

.shariff .flattr a:hover {
    background-color: #f67c1a
}

.shariff .flipboard a {
    background-color: #e12828
}

.shariff .flipboard a:hover {
    background-color: #ff2e2e
}

.shariff .info {
    border: 1px solid #ccc
}

.shariff .info a {
    color: #666;
    background-color: #fff
}

.shariff .info a:hover {
    background-color: #efefef
}

.shariff .linkedin a {
    background-color: #0077b5
}

.shariff .linkedin a:hover {
    background-color: #0369a0
}

.shariff .mail a {
    background-color: #999
}

.shariff .mail a:hover {
    background-color: #a8a8a8
}

.shariff .print a {
    background-color: #999
}

.shariff .print a:hover {
    background-color: #a8a8a8
}

.shariff .pinterest a {
    background-color: #bd081c
}

.shariff .pinterest a:hover {
    background-color: #d50920
}

.shariff .pocket a {
    background-color: #ef4056
}

.shariff .pocket a:hover {
    background-color: #ff5066
}

.shariff .reddit a {
    background-color: #ff4500
}

.shariff .reddit a:hover {
    background-color: #ff6a33
}

.shariff .stumbleupon a {
    background-color: #eb4924
}

.shariff .stumbleupon a:hover {
    background-color: #ef7053
}

.shariff .twitter a {
    background-color: #55acee
}

.shariff .twitter a:hover {
    background-color: #32bbf5
}

.shariff .whatsapp a {
    background-color: #5cbe4a
}

.shariff .whatsapp a:hover {
    background-color: #34af23
}

.shariff .xing a {
    background-color: #126567
}

.shariff .xing a:hover {
    background-color: #29888a
}

.shariff .tumblr a {
    background-color: #36465d
}

.shariff .tumblr a:hover {
    background-color: #44546b
}

.shariff .threema a {
    background-color: #333
}

.shariff .threema a:hover {
    background-color: #1f1f1f
}

.shariff .weibo a {
    background-color: #f56770
}

.shariff .weibo a:hover {
    background-color: #fa7f8a
}

.shariff .tencent-weibo a {
    background-color: #26ace0
}

.shariff .tencent-weibo a:hover {
    background-color: #38bbeb
}

.shariff .telegram a {
    background-color: #08c
}

.shariff .telegram a:hover {
    background-color: #007dbb
}

.shariff .qzone a {
    background-color: #2b82d9
}

.shariff .qzone a:hover {
    background-color: #398fe6
}

.shariff .vk a {
    background-color: #5d7fa4
}

.shariff .vk a:hover {
    background-color: #678eb4
}
