/* Safari 7.1+ */
/* https://browserstrangeness.bitbucket.io/css_hacks.html#safari */
/* https://stackoverflow.com/a/25975282 */

/* Search icon in menu creates unwanted space for all other li's */
/* Add menu-safari-fix class to anchor tag in $search_button (template.php) */
/* Add css to theme (can't be sass as this nullifies the hack) */

_::-webkit-full-page-media, _:future, :root .menu-safari-fix {
  padding: 0 !important;
}
