// Events Styles //======================================================= .eo-widget-cal-wrap { tfoot { #eo-widget-prev-month { a { right: 30px; margin-right: 5px; background: lighten($bc01, 2%); color: $white; &:before { content: '\f104'; font-family: fontawesome; line-height: 1.5em; } } } #eo-widget-next-month { a { right: 0; margin-left: 5px; background: lighten($bc01, 2%); color: $white; &:before { content: '\f105'; font-family: fontawesome; line-height: 1.5em; } } } } }