/*
Theme Name: Astra Child
Description: Motyw potomny dla Astra
Author: Adam Lipski
Template: astra
Version: 1.0.0
Text Domain: astra-child
*/
/*
Theme Name: Astra Child
Description: Motyw potomny dla Astra
Author: Adam Lipski
Template: astra
Version: 1.0.0
Text Domain: astra-child
*/

/* Zmiana stylu nagłówków */
h1, h2, h3, h4, h5, h6 {
    text-transform: none !important;
    font-variant: normal !important;
}

/* Pierwsza litera nagłówka na wielką */
h1::first-letter,
h2::first-letter,
h3::first-letter,
h4::first-letter,
h5::first-letter,
h6::first-letter {
    text-transform: uppercase !important;
}

/* Zmiana stylu tytułów stron */
.page-title {
    text-transform: none !important;
    font-variant: normal !important;
}

/* Pierwsza litera tytułu strony na wielką */
.page-title::first-letter {
    text-transform: uppercase !important;
}

/* Zapobieganie poziomemu przewijaniu */
html, body {
    max-width: 100% !important;
    overflow-x: hidden !important;
}

/* Poprawna stylizacja list na wybranych stronach */
body.page-id-2010 main ol, 
body.page-id-2010 main ul,
body.page-id-2012 main ol, 
body.page-id-2012 main ul,
body.page-id-2015 main ol, 
body.page-id-2015 main ul,
body.single-post main ol,
body.single-post main ul {
    margin-top: 1em !important;
    margin-bottom: 1em !important;
    padding-left: 30px !important;
    list-style-position: outside !important;
}

/* Stylizacja list po nagłówkach */
body.page-id-2010 main h2 + ol, body.page-id-2010 main h2 + ul,
body.page-id-2012 main h2 + ol, body.page-id-2012 main h2 + ul,
body.page-id-2015 main h2 + ol, body.page-id-2015 main h2 + ul,
body.single-post main h2 + ol, body.single-post main h2 + ul {
    margin-top: 0.5em !important;
}

/* Ukrycie reCAPTCHA */
.grecaptcha-badge { 
    visibility: hidden !important;
}
