/*
Theme Name: Chili Riot
Template: bands
Description: Chili Riot child theme for chiliriot.rocks
Version: 1.0
*/

@font-face {
    font-family: 'KnowYourProduct';
    src: url('fonts/knowyourproduct.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Belligerent';
    src: url('fonts/belligerent.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Copystruct';
    src: url('fonts/copystruct.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PermanentMarker';
    src: url('fonts/permanentmarker.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

/* Typography */
h1, h2, h3 {
    font-family: 'KnowYourProduct', sans-serif;
    letter-spacing: 3px;
    text-transform: uppercase;
}

#header {
    min-height: 0;
    height: auto;
    padding: 20px 0;
    background-size: cover;
    background-position: center bottom;
}

#site-description {
    padding: 10px 20px;
}

#menu a[aria-current="page"] {
    border-bottom: 2px solid #FF2222;
    color: #fff;
}

html, body {
    overflow-x: hidden;
    max-width: 100%;
}

body {
    font-family: 'Copystruct', cursive;
}

.entry-content p {
    font-family: 'Copystruct', cursive;
    font-size: 16px;
    line-height: 1.5 !important;
    letter-spacing: 1.5px;
    word-spacing: 4px;
}

/* Contact Form 7 - Input Styling */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
    width: 100%;
    background-color: #222;
    color: #fff;
    border: 1px solid #444;
    padding: 10px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 16px;
    margin-bottom: 12px;
}

/* Dropdown */
.wpcf7 select {
    width: 100%;
    background-color: #222;
    color: #fff;
    border: 1px solid #444;
    padding: 10px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 16px;
    margin-bottom: 12px;
}

/* Submit button */
.wpcf7 input[type="submit"] {
    background-color: #FF2222;
    color: #fff;
    border: none;
    padding: 12px 30px;
    font-family: 'PermanentMarker', cursive;
    font-size: 20px;
    letter-spacing: 2px;
    cursor: pointer;
    text-transform: uppercase;
}

.wpcf7 input[type="submit"]:hover {
    background-color: #cc0000;
}

.wpcf7 label {
    font-family: 'PermanentMarker', cursive;
    font-size: 16px;
}

.menu-toggle {
    color: #fff;
    border-color: #FF2222;
}

.menu-icon {
    color: #fff;
}

a {
    color: #FF2222;
}

a:hover {
    color: #cc0000;
}

a:visited {
    color: #cc0000;
}

