.elfsight-widget-facebook-chat .eafc-chat-window-container
{
margin-left: 70px !important
}
.eafc-button-button {
-webkit-appearance: button-bevel !important;
}
.menu-item a {
text-transform: uppercase;
text-decoration: none;
letter-spacing: 0.15em;
display: inline-block;
padding: 10px 0px !important;
position: relative;
}
.menu-item a:after {    
background: none repeat scroll 0 0 transparent;
bottom: 0;
content: "";
display: block;
height: 2px;
left: 50%;
position: absolute;
background: #ec008c;
transition: width 0.3s ease 0s, left 0.3s ease 0s;
width: 0;
}
.menu-item a:hover:after { 
width: 100%; 
left: 0; 
}
@media only screen and (max-width: 48em) { }