@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/*
Theme Name: Maluszkowe Porady
Author: Facecube.dev
Author URI: https://fcecube.dev
Version: 1.0
*/

:root{
    --white: #FAFAFB;
    --brown: #806154;
    --vanilla: #FCF9EE;
}
body, html{
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box;
    background-color: var(--vanilla);
    font-family: "Montserrat", serif;
    overflow-x: hidden !important;
    width: 100%;
}
header{
    padding: 10px 0;
    height: 90px;
}
.navbar__logo a img{
    height: 70px !important;
}
.navbar-nav{
    color: var(--brown) !important;
    font-size: 14px;
    font-weight: 500;
    gap: 24px;
}
.navbar-nav li a{
    color: var(--brown);
}
.navbar-nav li a.active{
    color: var(--brown) !important;
}
.navbar-collapse{
    background-color: var(--vanilla);
    justify-content: end;
}

.mobile-logo{
    max-height: 60px;
}
.hero{
    background-image: url("assets/img/hero.webp");
    background-color: rgba(0, 0, 0, 0.3);
    background-blend-mode: multiply;
    height: 580px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.heroSingle{
    background-image: url("assets/img/hero.png");
    background-color: rgba(0, 0, 0, 0.3);
    background-blend-mode: multiply;
    height: 280px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.hero__content{
    background: linear-gradient(180deg, #D19D98 -327.46%, #806154 105.7%);
    padding: 24px;
    gap: 24px;
}
.hero__title{
    color: var(--white);
    font-size: 24px;
    font-style: italic;
    font-weight: 400;
}
.hero__description{
    font-size: 20px;
    font-style: italic;
    font-weight: 300;
    color: var(--white);
}
.frontPage__category h2{
    margin: 120px auto 64px auto;
    text-align: center;
    font-size: 32px;
    font-weight: 400;
    color: var(--brown);
}
.frontPage__categoryWrapper{
    gap: 24px;
    justify-content: center;
}
.frontPage__categoryItem{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #00000035;
    background-blend-mode: multiply;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(25% - 24px);
    transition: ease-in-out .2s;
}
.frontPage__categoryItem:hover{
    transform: scale(1.1);
    background-color: #00000075;
}

.frontPage__categoryItem h3{
    font-size: 32px;
    font-weight: 300;
    color: var(--white);
    text-align: center;
}
.blog h2{
    margin: 120px auto 64px auto;
    text-align: center;
    font-size: 32px;
    font-weight: 400;
    color: var(--brown);
}
.blog__articleWrapper{
    gap: 24px;
}
.blog__article{
    width: calc(25% - 24px);
    border: 1px solid rgba(164, 120, 101, 0.20);
}
.blog__article h3{
    font-size: 16px;
    font-weight: 500;
    color: var(--brown);
    padding: 12px;
    margin: 0;
}
.blog__article p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; 
            line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 14px;
    font-weight: 300;
    margin: 0;
    padding: 0 12px;
}
.blog__article a{
    font-size: 12px;
    font-weight: 500;
    margin: 0;
    padding: 12px 12px 24px 12px;
    color: black;
}
.blog__article img{
    width: 100%;
    height: 172px;
    object-fit: cover;
}
.blogCategory h1{
    margin: 120px auto 64px auto;
    text-align: center;
    font-size: 32px;
    font-weight: 400;
    color: var(--brown);
}
.blogCategory h2{
    font-size: 16px;
    font-weight: 500;
    color: var(--brown);
    padding: 12px;
    margin: 0;
}
.category__description{
    font-size: 14px;
    color: var(--brown);
}
.heroCategory{
    height: 300px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.3);
    background-blend-mode: multiply;
}
footer{
    background: rgba(128, 97, 84, 100%);
    padding: 48px;
    color: var(--vanilla);
    font-size: 14px;
}
footer .copy{
    font-size: 12px;
    font-weight: 400;
    margin-top: 24px;
}
footer .copy img{
    height: 25px;
    width: 25px;
}
.single{
    margin: 120px auto;
}
.single h1{
    font-size: 32px;
    font-weight: 400;
    color: var(--brown);
}
.single h2{
    font-size: 28px;
    font-weight: 400;
    color: var(--brown);
}
.single h3{
    font-size: 24px;
    font-weight: 400;
    color: var(--brown);
}
.single h4{
    font-size: 22px;
    font-weight: 400;
    color: var(--brown);
}
.single h5{
    font-size: 20px;
    font-weight: 400;
    color: var(--brown);
}
.single h6{
    font-size: 18px;
    font-weight: 400;
    color: var(--brown);
}
.single a{
    color: var(--brown);
}
.comment-form{
    display: flex;
    flex-wrap: wrap;
}
.comment-form textarea{
    width: 100%;
    background-color: var(--vanilla);
    border: 1px solid rgba(164, 120, 101, 0.40);
}
.comment-form textarea:focus{
    outline: 0;
}
.comment-form-author, .comment-form-email{
    display: flex;
    flex-direction: column;
    width: 50%;
}
.comment-form-author input, .comment-form-email input{
    background-color: var(--vanilla);
    border: 1px solid rgba(164, 120, 101, 0.40);
    width: 80%;
}
.comment a{
    color: var(--brown) !important;
}
.comment-respond a{
    color: var(--brown) !important;
}
.comment p{
    margin-left: 64px;
    border: 1px solid rgba(164, 120, 101, 0.40);
    padding: 12px;

}
.comment-meta{
    display: none;
}
.comment .children{
    list-style: none;
}
.btn-comment{
    background-color: var(--brown);
    color: var(--white);
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    padding: 8px 12px;
    border: none;
    box-shadow: none;
    margin-top: 16px;
}
.newsletter{
    height: 500px;
    background-image: url('assets/img/newsletter.webp');
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: rgba(128, 97, 84, 0.3);
    background-blend-mode: multiply;
    margin: 120px auto;
}
.newsletter__content{
    background-color: var(--white);
    border-radius: 6px;
    text-align: center;
    height: auto;
    min-height: 275px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 24px 0;
}
.newsletter__content h4{
    font-size: 24px;
    font-weight: 400;
    color: var(--brown);
    margin-bottom: 24px;
}
.newsletter__content input[type="email"]{
    width: 310px;
    border: 1px solid rgba(128, 97, 84, 0.40);
    font-size: 14px;
    padding: 6px;
    margin-bottom: 8px;
}
.newsletter__content .wpcf7-list-item-label{
    display: flex;
    width: 300px;
    font-size: 12px;
    font-weight: 400;
    margin-left: 8px;
}
.newsletter__content .wpcf7-list-item label{
    display: flex;
}
.newsletter__content p{
    margin: 0;
}
.newsletter__content input[type="submit"]{
    background-color: var(--brown);
    color: var(--white);
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    padding: 8px 12px;
    border: none;
    box-shadow: none;
    margin-top: 16px;
}
.page404{
    margin-top: 120px;
    margin-bottom: 120px;
}
.page404 h1{
    font-size: 32px;
    font-weight: 500;
    color: var(--brown);
    margin-bottom: 24px;
}
.page404 p{
    margin-bottom: 36px;
}
.page404 a{
    background-color: var(--brown);
    color: var(--white);
    padding: 12px 16px;
    text-decoration: none;
}
.releted__article{
    width: calc(33.333333% - 24px);
    border: 1px solid rgba(164, 120, 101, 0.20);
}
.releted__article h3{
    font-size: 16px;
    font-weight: 500;
    color: var(--brown);
    padding: 12px;
    margin: 0;
}
.releted__article p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; 
            line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 14px;
    font-weight: 300;
    margin: 0;
    padding: 0 12px;
}
.releted__article a{
    font-size: 12px;
    font-weight: 500;
    margin: 0;
    padding: 12px 12px 24px 12px;
    color: black;
}
.releted__article img{
    width: 100%;
    max-height: 172px;
    aspect-ratio: 16/9;
}
.ebook h2{
    margin: 120px auto 64px auto;
    text-align: center;
    font-size: 32px;
    font-weight: 400;
    color: var(--brown);
}
.ebook h3{
    font-size: 24px;
    font-weight: 400;
    color: var(--brown);
}
.ebook__CTA-1{
    background-color: var(--brown);
    color: var(--white) !important;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    text-decoration: none;
    padding: 8px 12px;
    border: none;
    box-shadow: none;
    margin-top: 16px;
}
.ebook__CTA-2{
    color: var(--brown);
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    padding: 8px 12px;
    border: solid 2px var(--brown);
    box-shadow: none;
    margin-top: 16px;
    margin-left: 24px;
}
.accordion-button{
    background-color: var(--vanilla);
    color: var(--brown);
}
.accordion-body{
    background-color: var(--vanilla);
        color: var(--brown);
}
.accordion-button:not(.collapsed){
    background-color: var(--vanilla);
    color: var(--brown);
}
.accordion-button:focus{
    box-shadow: none;
    color: var(--brown);
}
@media screen and (max-width: 441px) {
    .frontPage__categoryItem{
        width: 100%;
    }
    .blog__article{
        width: calc(100% - 24px);
        margin-left: auto;
        margin-right: auto;
    }
    .blog__article img{
        width: 100%;
        max-height: 220px;
        aspect-ratio: 16/9;
    }
    .navbar-nav{
        gap: 12px;
    }
    .navbar-nav li a{
        padding-bottom: 0;
    }
    .releted__article{
        width: calc(100% - 24px);
        margin-left: auto;
        margin-right: auto;
    }
    .releted__article img{
        width: 100%;
        max-height: 220px;
        aspect-ratio: 16/9;
    }
}