/*
Theme Name: SilverStorm Child
Description: Child Theme für SilverStorm
Author: Dein Name
Template: silverstorm
Version: 1.0.0
*/

/* Hier kannst du eigene CSS-Regeln einfügen */


/* Old English-Stil für Überschriften */
@font-face {
    font-family: 'OldLondon';
    src: url('fonts/old-london.regular.woff2') format('woff2'),
         url('fonts/old-london.regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* Old London auf Überschriften anwenden */
html.silverstorm-theme h1 {
    font-family: 'OldLondon', serif !important;
    text-transform: lowercase !important;
}


/* Links nicht unterschreichen */
a {
    text-decoration: none !important;
}

/* Bandsintown Klickfinger nur bei TIcketbutton */
.bit-event {
    cursor: default !important; /* normale Maus */
}

.bit-event .bit-event-buttons a {
    cursor: pointer !important; /* Klickfinger nur beim Ticket-Button */
}

.bit-event-buttons a,
.bit-event-buttons a:visited {
    color: #000 !important; /* Schwarz */
    text-decoration: none !important;
}

.single-product .product_meta,
.single-product .stock-msg,
.single-product .woocommerce-tabs {
  display: none !important;
}


