/*
 * Flaticon centering fixes used across the site.
 * Keeps glyph pseudo-elements optically centered in circular wrappers.
 */

i[class^="flaticon-"],
i[class*=" flaticon-"],
em[class^="flaticon-"],
em[class*=" flaticon-"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
}

i[class^="flaticon-"]::before,
i[class*=" flaticon-"]::before,
em[class^="flaticon-"]::before,
em[class*=" flaticon-"]::before {
    display: block;
    line-height: 1;
}

.service-card > [class^="flaticon-"],
.service-card > i {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1;
}

.service-card > [class^="flaticon-"]::before,
.service-card > i::before,
.contact-methods > ul li i::before,
.footer-social a i::before {
    line-height: 1;
}

.contact-methods > ul li i,
.footer-social a i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
