/*
Theme Name: NeuroDisney Theme
Theme URI: https://neurodisney.co
Description: Minimal theme for NeuroDisney. Custom pages via ND Pages plugin.
Version: 1.0.0
Author: Raising Superkids LLC
Author URI: https://raisingsuperkids.com
License: Proprietary
Text Domain: neurodisney-theme
*/

/* ============================================
   RESET & BASE
   ============================================ */

*, *::before, *::after {
    box-sizing: border-box;
}

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    line-height: 1.6;
    color: #3a3a3a;
    background-color: #ffffff;
}

@media (max-width: 768px) {
    body { font-size: 17px; }
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: inherit;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    line-height: 1.2;
    font-family: 'Alfa Slab One', display, serif;
    font-weight: 400;
}

/* ============================================
   LAYOUT
   ============================================ */

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ============================================
   WORDPRESS DEFAULTS
   ============================================ */

.entry-content {
    max-width: none;
    margin: 0;
    padding: 0;
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

/* ============================================
   BLANK TEMPLATE - Full Width, No Constraints
   ============================================ */

body.blank-template {
    background: none;
    margin: 0;
    padding: 0;
}

body.blank-template .entry-content,
body.blank-template article,
body.blank-template #main,
body.blank-template .site-main {
    max-width: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

/* ============================================
   DEFENSIVE STYLES
   ============================================ */

img.emoji,
img[src*="s.w.org/images/core/emoji"] {
    width: 1em !important;
    height: 1em !important;
    max-width: 1em !important;
    max-height: 1em !important;
    vertical-align: -0.1em;
    display: inline !important;
}

svg:not(.emoji) {
    max-width: 100%;
    height: auto;
}
