.header_button_icons .mce-fa-td{
width: 17px;
height: 17px;
float: left;
padding: 3px;
}
.header_button_icons .mce-fa-td span{
cursor: pointer;
}
.header_button_icons .mce-fa-td.mce-fontawesome-current{
background: #c6ff4a !important;
}
.widget_header_button a.header_button_wrap{
text-align: center;
}
.widget_header_button a.header_button_wrap:hover{
text-decoration: none;
}
.widget_header_button a.header_button_wrap:hover span.title{
margin-top: -37px;
}
.widget_header_button span{
display: block;
position: relative;
}
.widget_header_button span.title{
margin-top: -37px;
font-size: 20px;
color: #FFF; text-shadow:
2px 2px 2px #000, -2px -2px 2px #000,
2px -2px 2px #000,
-2px  2px 2px #000,
2px  2px 2px #000;
-webkit-transition: all .2s ease;
-moz-transition: all .2s ease;
-ms-transition: all .2s ease;
-o-transition: all .2s ease;
transition: all .2s ease;
}
.widget_header_button span.fa{
color: #000;
font-size: 60px;
height:60px;
opacity: 0.7;
transition: all .2s ease;
}
.widget_header_button a.header_button_wrap:hover span.fa{
opacity: 1;
}