/*
-- Spis treści --
0. Podstawowe
1. Banner
2. Fabuła
3. Bohaterowie
5. Fragmenty
6. Recenzje
*/



/* 0. Podstawowe */

.full-page-div {
    width: 100%;
}

.container {
    max-width: 1320px; 
    margin: 0 auto; 
}

.single-div {
    margin: 10px auto; 
}

.amazon-button {
    width: 180px;
    height: auto;
}

.amazon-button:hover {
    opacity: 0.8;
}

.single-div .featured-image {
    display: flex;
    justify-content: center; 
    align-items: center;
    margin-bottom: 20px;
}    

.single-div .featured-image .wp-post-image {
    margin: 0 auto;
    border-radius: 8px;
    text-align: center;
}

h1.entry-title {
    margin: 50px 0;
    text-align: center;
}

.entry-content {
    font-size: 18px;
    line-height: 31px;
    letter-spacing: 1px;
}

section {
    background-position: top center;
    background-size: auto auto;
    background-origin: padding-box;
}



/* 1. Banner */

section#banner {
    padding: 60px 0 0 0;
    margin: 0;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 550px;
}

section#banner h2 {
    font-family: 'Allison', serif;
    font-size: 80px;
    color: #fff;
}

section#banner p {
    margin-top: 50px;
    color: #fff;
}

section#banner .ksiazka-img {
    margin-bottom: -81px;
}

section#banner .button {
    padding: 22px 35px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 1px;
}

section#banner a.button {
    text-decoration: none;
}

/* mobile */
@media (max-width: 768px) {

    section#banner h2 {
        font-size: 60px;
        text-align: center;
    }

    section#banner p {
        margin-top: 40px;
        text-align: center;
    }

    section#banner .ksiazka-img {
        width:50%;
        height: auto;
        margin-top: 50px;
        margin-right: 20px;
    }

    section#banner a.button {
        text-decoration: none;
        margin-top: 60px;
        display: block;
    }
}




/* 2. Fabuła */

section#fabula {
    padding: 120px 0 50px 0;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 550px;
}

section#fabula h2 {
    font-size: 65px;
    color: #000;
}

section#fabula p {
    margin-top: 50px;
}

/* mobile */
@media (max-width: 768px) {
    section#fabula h2 {
        font-size: 50px;
        text-align: center;
        margin-top: 30px;
    }

    section#fabula p {
        margin-top: 40px;
        text-align: center;
    }

    section#fabula .fabula-img {
        width: 60%;
        height: auto;
    }
}





/* 3. Bohaterowie */

section#bohaterowie {
    padding: 60px 0 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 550px;
}

section#bohaterowie h2 {
    font-size: 65px;
    margin-bottom: 50px;
    color: #000;
}

section#bohaterowie h3 {
    font-family: 'Allison', serif;
    font-size: 70px;
    color: #000;
}

section#bohaterowie p {
    margin: 10px 0 40px 0;
    color: #444;
}

section#bohaterowie .bohaterowie-img {
    margin-bottom: -100px;
}

/* mobile */
@media (max-width: 768px) {

    section#bohaterowie h2 {
        font-size: 50px;
        text-align: center;
        margin-top: 0px;
    }

    section#bohaterowie h3 {
        font-size: 44px;
        text-align: center;
    }

    section#bohaterowie p {
        margin-top: 40px;
        text-align: center;
    }

    section#bohaterowie .bohaterowie-img {
        width: 70%;
        height: auto;
    }

}



/* 4. Fragmenty */

section#fragmenty {
    padding: 60px 0 60px;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 550px;
}

section#fragmenty h2 {
    font-size: 65px;
    color: #000;
    margin-bottom: 50px;
}

section#fragmenty p {
    margin: 30px 0 60px 0;
}

section#fragmenty .amazon-button {
    margin-top: 50px;
}


/* Slider */
.mgk-slider {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 0;
    border-radius: 5px;
    background-color: #F7F7EA;
    box-shadow: 0 8px 24px rgba(0,0,0,.10);

}

@media (max-width: 1023px) {
    .mgk-slider {
        border-radius: 0 0px 15px 15px;
    }
}

.mgk-slide {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.mgk-slide-content {
    position: relative;
    width: 82%;
    margin: 60px 120px;
    box-sizing: border-box;
}

.mgk-slide-title {
    font-size: 40px;
    font-weight: 100;
    line-height: 39px;
    min-height: 100px;
    color: #133D8D;
    text-transform: uppercase;
}

.mgk-slide-description {
    font-family: serif;
    font-style: italic;
    font-size: 19px;
    letter-spacing: 2px;
    font-weight: 300;
    line-height: 22px;
    font-weight: 300;
    color: #666;
    margin-bottom: 20px;
}


/* Strzałki dla slidera głównego */
.slick-prev-main,
.slick-next-main {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    color: #000;
    padding: 10px;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 800;
    z-index: 1;
    cursor: pointer;
    border: none;
}

.slick-prev-main {
    left: 40px;
}

.slick-next-main {
    right: 40px;
}

.slick-prev-main:hover,
.slick-next-main:hover {
    background-color: #133e8d26;
}

.slick-prev:hover,
.slick-next:hover {
    background-color: #133e8d26;
}


/* mobile */
@media (max-width: 768px) {

    section#fragmenty h2 {
        font-size: 50px;
        text-align: center;
        margin-top: 50px;
    }

    section#fragmenty p {
        margin-top: 40px;
        text-align: center;
    }



    .mgk-slider {
        margin: 5;
    }

    .mgk-slide {
        height: 560px;
    }

    .mgk-slide-content {
        width: 85%;
        margin: 30px 30px;
    }

}








/* 4. Recenzje */

section#recenzje {
    padding: 260px 0 80px;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 550px;
}

section#recenzje h2 {
    font-size: 65px;
    color: #fff;
    margin-bottom: 50px;
}

section#recenzje p {
    color: #fff;
}

section#recenzje .amazon-button {
    margin-top: 50px;
}

.s-rec {
    margin: 20px;
    padding: 40px;
    background-color: #0000008b;
    border-radius: 10px;
    color: #fff;
}

/* mobile */
@media (max-width: 768px) {

    section#recenzje {
        padding: 30px 0;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }

    section#recenzje h2 {
        font-size: 50px;
        text-align: center;
        margin-top: 0px;
    }

    section#recenzje p {
        margin-top: 40px;
        text-align: center;
    }

    section#recenzje .amazon-button {
        margin-top: 30px;
        margin-bottom: 50px;
    }

    .s-rec {
        margin: 10px;
        padding: 20px;
    }

}