
/* SOCIAL ICONS */

.view-display-id-exhibitor_info .social {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 2rem; 
}
  
.view-display-id-exhibitor_info .social > span {
    height: fit-content;
    display: block;
    margin: 0 .5rem;
}

.social span a:before,
.field--name-field-common-instagram .field--item:before,
.field--name-field-common-linkedin .field--item:before,
.field--name-field-common-twitter .field--item:before,
.field--name-field-common-facebook .field--item:before {
  background-image: url(../../src/images/sprites-e-con.png);
}

.view-stand-blocks-exhibitor-contact .social span a:hover { opacity: 0.8; }
