/*Remove top grey border*/
.anu-wf-social-banner .container > .row {
     border-top: 0px !important;
}

/*ANU logo is not 100% center aligned with the meeting line*/
footer.anu-wf-footer .anu-container .anu-row .anu-col .anu-row:nth-of-type(1) .anu-logo >img{
    transform: translateX(2px) !important;
}

@media screen and (max-width:991px) {
    footer.anu-wf-footer .anu-container .anu-row .anu-col .anu-row:nth-of-type(1) .anu-logo >img {
        transform: translateX(-3px) !important;
    }
}

.anu-wf-social-banner .container {
    position: relative;
    margin: 0 auto;
    width: calc(100% - 4rem);
    padding-left: 3rem;
    padding-right: 1rem;
}



.anu-wf-social-banner {
    background-color: black;
}

.anu-wf-social-banner .container > .row {
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
}

.anu-wf-social-banner .anu-wf-social-banner .d-flex {
    justify-content: right !important;
    align-items: center;
    gap: 20px;
}

.anu-wf-social-banner .anu-wf-social-banner .d-flex .social-txt {
    font-size: 27px;
}

.anu-wf-social-banner .anu-wf-social-banner .d-flex span.fa-stack i:nth-of-type(1) {
    color: #be830e;
}

.anu-wf-social-banner .anu-wf-social-banner .d-flex span.fa-stack i:nth-of-type(2) {
    color: #000;
}

.anu-wf-social-banner .anu-wf-social-banner .d-flex span.fa-stack:hover i:nth-of-type(1) {
    color: #fff;
}

.fa-xl{
    font-size: 1em !important;
}
/*change gap between each icon*/
.anu-wf-social-banner .anu-wf-social-banner .d-flex {
    gap: 10px;
}
/*delete the padding*/
.anu-wf-social-banner.p-4 {
    padding: 0px !important;
}
.anu-wf-social-banner .anu-wf-social-banner .d-flex .social-txt {
    font-size: 1.2em;
}


