/* TYPEWRITER FONT */
/* Make Courier New bolder everywhere */
body, p, li, span, div, a, h1, h2, h3, input, textarea {
    font-family: 'Courier New', Courier, monospace !important;
    font-weight: 900 !important;
}
/* Make blog post fonts match the rest of site */
.single-post .entry-content,
.single-post .entry-content p,
.single-post .entry-content h1,
.single-post .entry-content h2,
.single-post .entry-content h3,
.single-post .entry-content li,
.single-post .entry-content span,
.blog .entry-content,
.blog .entry-content p {
    font-family: 'Courier New', Courier, monospace !important;
    font-weight: 900 !important;
}


body, p, li, span, div, a, h1, h2, h3, input, textarea {
    font-family: 'Courier New', Courier, monospace !important;
}
.main-navigation a {
    font-family: Impact, 'Arial Black', sans-serif !important;
    font-weight: normal !important;
}
/* Little Noodle Shop menu item - adjusted gradient */
.main-navigation a[href*="little-noodle-shop"] {
    background: linear-gradient(to right, 
        #2d7a4e 0%, 
        #2d7a4e 37%, 
        #d4a817 38%, 
        #d4a817 67%, 
        #1a1a1a 68%, 
        #1a1a1a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.main-navigation a[href*="little-noodle-shop"]:hover {
    opacity: 0.7;
}
body {
    background-color: #f9f6f0;
    background-image: 
        radial-gradient(circle at 10% 20%, rgba(0,0,0,0.08) 1px, transparent 1px),
        radial-gradient(circle at 30% 50%, rgba(0,0,0,0.06) 1px, transparent 1px),
        radial-gradient(circle at 50% 30%, rgba(0,0,0,0.07) 1.5px, transparent 1.5px),
        radial-gradient(circle at 70% 60%, rgba(0,0,0,0.05) 1px, transparent 1px),
        radial-gradient(circle at 90% 40%, rgba(0,0,0,0.09) 1px, transparent 1px);
    background-size: 35px 35px, 50px 50px, 42px 42px, 60px 60px, 38px 38px;
    background-position: 0 0, 15px 15px, 30px 30px, 45px 45px, 20px 40px;
    color: #2a2a2a;
    font-weight: bold !important;
}

/* Make all text bold */
p, li, span, div, a {
    font-weight: bold !important;
}
/* ============================
   REMOVE ALL WHITE BACKGROUNDS
   ============================ */

/* Header and navigation */
.site-header,
.inside-header,
.main-navigation {
    background: transparent !important;
}

/* Footer */
.site-footer,
.footer-widgets,
.inside-site-info {
    background: transparent !important;
}

/* All content areas */
.site,
.site-content,
.inside-article,
.entry-header,
.entry-content,
.entry-summary,
article,
.page article,
.post,
.container,
.inside-container {
    background: transparent !important;
}

/* Widgets and sidebar (if any show up) */
.widget-area,
.sidebar {
    background: transparent !important;
}

/* ============================
   REMOVE WHITE CONTENT BOX
   ============================ */
.site-content {
    background: transparent !important;
    padding: 40px 20px;
}
/* Remove white from copyright bar */
.site-info,
.copyright-bar,
.footer-bar,
.footer-widgets-container {
    background: transparent !important;
}
/* Make copyright footer minimal */
.site-footer {
    padding: 20px 0 !important;
}

.site-info,
.inside-site-info {
    padding: 10px 20px !important;
    font-size: 12px !important;
}

.footer-bar {
    padding: 10px 0 !important;
}
article {
    background: transparent !important;
}

/* ============================
   LINK COLORS
   ============================ */
a {
    color: #2a2a2a;
}

/* Light blue for hover */
a:hover {
    color: #6ba3d4;
}

/* ============================
   BLOG POST STYLING
   ============================ */
/* Light red border */
.entry-content {
    border-left: 6px solid #e57373;
    padding-left: 40px;
}
/* Make paragraphs normal weight instead of bold */
p {
    font-weight: normal !important;
}
/* ============================
   HEADERS - BOLD & UPPERCASE
   ============================ */
h1, h2, h3 {
    font-weight: bold !important;
    text-transform: uppercase;
}

h1 {
    font-size: 42px;
}

h2 {
    font-size: 32px;
}

/* ============================
   NAVIGATION
   ============================ */
.main-navigation a {
    font-weight: bold;
    text-transform: uppercase;
}
/* Move black line very close to copyright */
.site-footer {
    margin-top:60px !important;
}
/* ============================
   FOOTER BORDER
   ============================ */
.site-footer {
    border-top: 3px solid #2a2a2a;
    margin-top: 80px;
    padding-top: 40px;
}
/* ============================
   MAILERLITE FORM STYLING
   ============================ */

/* Form container */
.ml-embedded,
.ml-form-embedContainer {
    max-width: 400px !important;
    margin: 30px auto !important;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
}

/* Remove all MailerLite backgrounds */
.ml-form-embedWrapper,
.ml-form-embedBody,
.ml-form-embedContent {
    background: transparent !important;
    background-color: transparent !important;
}

/* Input field */
.ml-form-embedContent input[type="email"],
.ml-form-fieldRow input {
    font-family: 'Radio Newsman', 'Courier New', Courier, monospace !important;
    font-size: 14px !important;
    padding: 10px !important;
    background: rgba(249, 246, 240, 0.7) !important;
    border: none !important;
    border-bottom: 2px solid #2a2a2a !important;
    font-weight: bold !important;
    color: #2a2a2a !important;
}

/* Submit button */
.ml-form-embedSubmit button,
.ml-form-embedContent button {
    font-family: 'Courier New', Courier, monospace !important;
    font-size: 12px !important;
    padding: 10px 20px !important;
    background: #2a2a2a !important;
    color: #f9f6f0 !important;
    border: none !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
}

.ml-form-embedSubmit button:hover {
    background: #d4a817 !important;
}

/* Form labels/text */
.ml-form-embedContent h4,
.ml-form-embedContent p,
.ml-form-embedContent label {
    font-family: 'Courier New', Courier, monospace !important;
    font-size: 12px !important;
    font-weight: bold !important;
    color: #2a2a2a !important;
}
/* Remove spacing above email input */
.ml-form-embedContent,
.ml-form-fieldRow {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* Success message */
.ml-form-successContent {
    background: transparent !important;
    border-left: 6px solid #2d7a4e !important;
    padding-left: 20px !important;
    color: #2a2a2a !important;
}
/* Remove copyright footer completely */
.site-footer {
    display: none !important;
}
/* Hide page titles */
.page .entry-title {
    display: none !important;
}
/* Make content text smaller */
.entry-content p {
    font-size: 14px !important;
}
/* Remove all top spacing from form */
.ml-embedded {
    margin-top: 0 !important;
}
/* Little Noodle Shop menu - green on mobile */
@media (max-width: 768px) {
    .main-navigation a[href*="little-noodle-shop"] {
        background: none !important;
        -webkit-text-fill-color: #2d7a4e !important;
        color: #2d7a4e !important;
    }
}
/* Blog post titles */
.entry-title {
    font-family: 'Courier New', Courier, monospace !important;
    font-weight: 900 !important;
}

/* Make paragraphs even bolder */
.entry-content p,
.entry-content li,
.entry-content span {
    font-weight: 900 !important;
}

/* Make blog previews/excerpts bold */
.blog .entry-summary,
.blog .entry-summary p,
.archive .entry-summary,
.archive .entry-summary p,
.entry-summary,
.entry-summary p,
.blog .entry-content,
.blog .entry-content p {
    font-family: 'Courier New', Courier, monospace !important;
    font-weight: 900 !important;
}

/* Blog titles on listing page */
.blog .entry-title,
.archive .entry-title {
    font-family: 'Courier New', Courier, monospace !important;
    font-weight: 900 !important;
}
/* Make blog post titles smaller */
.entry-title,
.single-post .entry-title,
.blog .entry-title {
    font-size: 20px !important;
}
/* Keep blog titles red everywhere */
.entry-title,
.entry-title a,
.single-post .entry-title,
.blog .entry-title,
.archive .entry-title,
.entry-title a:hover,
.entry-title a:visited {
    color: #e57373 !important;
}