.email-signature{
font-family: 'Dosis', sans-serif;
padding: 30px 30px 30px 50%;
margin: 8px;
border: 1px solid #cdcdcd;
position: relative;
z-index: 1;
}
.email-signature:before,
.email-signature:after{
content: "";
background: linear-gradient(to right,transparent 40%,rgba(255,255,255,0.9) 55%);
position: absolute;
top: 10px;
left: 10px;
right: 10px;
bottom: 10px;
z-index: -1;
}
.email-signature:after{
background: linear-gradient(#fff 50%,#f5f5f5 50%);
background-size: 10px 10px;
z-index: -2;
}
.email-signature .signature-icon{
width: 175px;
height: 175px;
border: 10px solid #fff;
position: absolute;
top: -8px;
left: -8px;
z-index: 1;
}
.email-signature .signature-icon img{
width: 100%;
height: auto;
}
.email-signature .signature-icon:after{
content: '';
height: 80%;
width: 80%;
border-right: 1px solid #cdcdcd;
border-bottom: 1px solid #cdcdcd;
position: absolute;
right: -11px;
bottom: -11px;
z-index: -1;
}
.email-signature .social-icon{
padding: 0;
margin: 0;
list-style: none;
transform: translateY(-50%);
position: absolute;
left: 38%;
top: 50%;
}
.email-signature .social-icon li{ margin: 10px 0; }
.email-signature .social-icon li a{
color: #fff;
background-color: #d63031;
font-size: 14px;
text-align: center;
line-height: 30px;
height: 30px;
width: 30px;
display: block;
transition: all 0.3s ease 0s;
}
.email-signature .social-icon li a:hover{
color: #d63031;
background-color: rgba(255,255,255,0.7);
box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.email-signature .signature-details{
color: #555;
margin: 0 0 15px;
}
.email-signature .title{
font-size: 28px;
font-weight: 500;
text-transform: capitalize;
letter-spacing: 0.5px;
margin: 0;
}
.email-signature .post{
color: #d63031;
font-size: 17px;
font-weight: 600;
text-transform: lowercase;
letter-spacing: 1px;
}
.email-signature .signature-content{
padding: 0;
margin: 0;
list-style: none;
}
.email-signature .signature-content li{
color: #555;
font-size: 15px;
margin: 0 0 5px;
}
.email-signature .signature-content li:last-child{ margin-bottom: 0; }
@media screen and (max-width:576px){
.email-signature{
padding: 230px 30px 30px;
text-align: center;
}
.email-signature:before{ background: linear-gradient(to bottom, transparent 40%, rgba(255, 255, 255, 0.9) 55%); }
.email-signature .signature-icon{
transform: translateX(-50%);
left: 50%;
}
.email-signature .signature-icon:after{ display: none; }
.email-signature .social-icon{
width: 100%;
transform: translateX(-50%) translateY(0);
top: 185px;
left: 50%;
}
.email-signature .social-icon li{
margin: 0 5px;
display: inline-block;
}
}