/*
 * Hrankovic iPhone Tap Fix 1.0.3
 * Ove korekcije važe samo kada JS potvrdi iPhone/iPad i doda
 * klasu .hrc-iphone-tap-fix na <html>.
 *
 * Cilj: prvi tap na Sahifa naslovu ne treba ostaviti "hover underline"
 * prije nego što Safari otvori link.
 */

html.hrc-iphone-tap-fix #main-content a:hover,
html.hrc-iphone-tap-fix #main-content a:focus,
html.hrc-iphone-tap-fix #sidebar a:hover,
html.hrc-iphone-tap-fix #sidebar a:focus,
html.hrc-iphone-tap-fix #theme-footer a:hover,
html.hrc-iphone-tap-fix #theme-footer a:focus,
html.hrc-iphone-tap-fix .footer-widget-container a:hover,
html.hrc-iphone-tap-fix .footer-widget-container a:focus,
html.hrc-iphone-tap-fix .widget-container a:hover,
html.hrc-iphone-tap-fix .widget-container a:focus,
html.hrc-iphone-tap-fix .flexslider a:hover,
html.hrc-iphone-tap-fix .flexslider a:focus,
html.hrc-iphone-tap-fix .slider-caption h2 a:hover,
html.hrc-iphone-tap-fix .slider-caption h2 a:focus,
html.hrc-iphone-tap-fix #featured-posts a:hover,
html.hrc-iphone-tap-fix #featured-posts a:focus,
html.hrc-iphone-tap-fix #mobile-menu a:hover,
html.hrc-iphone-tap-fix #mobile-menu a:focus {
    text-decoration: none !important;
}
