.menu a:before {
content : none;
}

@media screen and (min-width: 481px) and (max-width: 1024px){
.menu a:before {
content : "\00a0";
}
}

.custom-link-button-inner {
background: none !important;
}

.custom-link-button-inner i {
display: block;
}

a:hover .custom-link-button-inner i {
color: #20A6FB;
}
