/*Start-Fix padding*/
@media(min-width:678px) {
div.redesign .agent-info {
padding: 96px 0;
}
}
/*End*/
/*Start-Fix social icons*/
@media(max-width:678px) {
.redesign .socials {
flex-wrap: nowrap!important;
justify-content:center!important;
}
div.redesign .agent-info-bio .socials.socials--light-grey>li {
width: 44px!important;
}
div.redesign .agent-info-bio .socials.socials--light-grey>li:nth-child(3n) {
width: 44px!important;
}
div.redesign .agent-info-bio .socials {
padding: 0 0px 0 0!important;
}
}
/*End*/
/*style-link*/
.redesign {
.agent-info-details {
.details-list {
li {
a {
color: #002A39;
&:hover {
color: #005575;
}
}
}
}
}
.link {
&:before {
background-color: #dedede;
}
&:after {
background-color: #002A39;
}
}
}
/*end*/