/* =====================================================
   Art Studio 4 Kids — Style Overrides
   Extracted from Weebly inline styles
   ===================================================== */

/* Icon Fonts (local) */
@font-face {
    font-family: 'wicons';
    src: url('/fonts/wicons.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'wsocial';
    src: url('/fonts/wsocial.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* Body / Paragraph Typography */
.wsite-elements.wsite-not-footer:not(.wsite-header-elements) div.paragraph,
.wsite-elements.wsite-not-footer:not(.wsite-header-elements) p,
.wsite-elements.wsite-not-footer:not(.wsite-header-elements) .product-block .product-title,
.wsite-elements.wsite-not-footer:not(.wsite-header-elements) .product-description,
.wsite-elements.wsite-not-footer:not(.wsite-header-elements) .wsite-form-field label,
#wsite-content div.paragraph,
#wsite-content p,
#wsite-content .product-block .product-title,
#wsite-content .product-description,
#wsite-content .wsite-form-field label,
.blog-sidebar div.paragraph,
.blog-sidebar p,
.blog-sidebar .wsite-form-field label {
    font-family: "Open Sans" !important;
    font-weight: 400 !important;
    letter-spacing: 0px !important;
}

/* Footer Paragraph */
.wsite-elements.wsite-footer div.paragraph,
.wsite-elements.wsite-footer p,
.wsite-elements.wsite-footer .product-block .product-title,
.wsite-elements.wsite-footer .product-description,
.wsite-elements.wsite-footer .wsite-form-field label {
    letter-spacing: 1px !important;
}

/* H2 Headings */
.wsite-elements.wsite-not-footer:not(.wsite-header-elements) h2,
#wsite-content h2,
.blog-sidebar h2 {
    font-family: "Patua One" !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
}
#wsite-content h2,
.blog-sidebar h2 {
    color: #080a0c !important;
}

/* Footer H2 */
.wsite-elements.wsite-footer h2 {
    font-family: "Raleway" !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
}

/* Site Title */
#wsite-title {
    font-family: "Patua One" !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
}

/* Navigation */
.wsite-menu-default a {
    font-family: "Montserrat" !important;
    font-weight: 400 !important;
    letter-spacing: 2px !important;
}

/* Headlines / Header */
.wsite-headline,
.wsite-header-section .wsite-content-title {
    font-family: "Patua One" !important;
    letter-spacing: 5px !important;
}
.wsite-headline-paragraph,
.wsite-header-section .paragraph {
    font-family: "Open Sans" !important;
}

/* Buttons */
.wsite-button-inner {
    font-family: "Droid Sans" !important;
    letter-spacing: 1px !important;
}
.wsite-button-small .wsite-button-inner {
    font-size: 12px !important;
}

/* Desktop sizes (min-width: 767px) */
@media screen and (min-width: 767px) {
    .wsite-elements.wsite-not-footer:not(.wsite-header-elements) div.paragraph,
    .wsite-elements.wsite-not-footer:not(.wsite-header-elements) p,
    #wsite-content div.paragraph,
    #wsite-content p,
    .blog-sidebar div.paragraph,
    .blog-sidebar p {
        font-size: 17px !important;
        line-height: 33px !important;
    }

    .wsite-elements.wsite-not-footer:not(.wsite-header-elements) h2,
    #wsite-content h2,
    .blog-sidebar h2 {
        font-size: 35px !important;
        line-height: 44px !important;
    }

    #wsite-title {
        font-size: 26px !important;
    }
    .wsite-menu-default a {
        font-size: 13px !important;
    }
    .wsite-headline,
    .wsite-header-section .wsite-content-title {
        font-size: 55px !important;
    }
}

/* Mailchimp Subscribe Form (footer) */
#mc_embed_signup label {
    display: none;
}
#mc_embed_signup .email {
    width: 100%;
    padding: 10px 12px;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 3px;
    background: rgba(255,255,255,0.1);
    color: #fff;
    box-sizing: border-box;
    margin-bottom: 8px;
}
#mc_embed_signup .email::placeholder {
    color: rgba(255,255,255,0.5);
}
#mc_embed_signup .email:focus {
    outline: none;
    border-color: #c1a367;
    background: rgba(255,255,255,0.15);
}
#mc_embed_signup .button {
    display: inline-block;
    padding: 8px 20px;
    font-family: "Droid Sans", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    background: #c1a367;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    transition: background 0.2s;
}
#mc_embed_signup .button:hover {
    background: #d4b87a;
}

/* Image aspect ratio for commerce (keep for compatibility) */
#wsite-com-product-images .wsite-imageaspectratio-image-height,
.wsite-com-category-product-image-height.wsite-imageaspectratio-image-height,
.wsite-product .wsite-imageaspectratio-image-height {
    margin-bottom: 100% !important;
}
