/*Komunikat o pracach na stronie*/

/*Kominikat o pracach na stronie [END]*/

.main-page-img-container{
    padding: 25px;
}
.main-page-box-description{
    padding: 0px 25px;
}
.main-page-box-description > h2.white{
    color: #fff;
    font-size: 2.8vw;
    font-weight: 400;
}
.main-page-box-description > h2.black{
    color: #000;
    font-size: 2.8vw;
    font-weight: 400;
}
.main-page-box-description > .white-desc{
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
}
.small-upper-red{
    margin-top: 25px;
    margin-bottom: -10px;
    font-weight: 600;
    color: #cf4a46;
}
.has-sub-div{
    margin-top: 25px;
}
.button-opening{
    position: relative;
    background-color: #cf4a46;
    color: #fff;
    padding: 5px 10px 5px 50px;
    font-size: 22px;
    font-weight: 600;
    cursor: pointer;
}
.sub-desc{
    padding: 10px; 
    display: none;
}
.third-area-page-home{
    background-image: url(/wp-content/themes/parafia_theme/_img/jp2.jpg);
    background-size: 100%;
    background-position: center;
    min-height: 600px;
    position: relative;
}
.image_background_cover{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
}
.sacraments-desc{
    z-index: 10;
    position: relative;
    color: #fff;
}
.center-title{
    text-align: center;
}
.title-600{
    font-weight: 600;
}
.padding-bottom-25{
    margin-bottom: 25px;
}
.post-news-title{
    color: #fff;
    font-weight: 600;
    font-size: 30px;
}
.excerpt-news-desc{
    margin-top: 25px;
    color: #fff;
}
.important-news-image > img{
    width: 100%;
    height: auto;
}
.permalink-red-button > a{
    display: table;
    padding: 10px 40px;
    background-color: #cf4a46;
    color: #fff;
    margin-top: 35px;
    font-weight: 600;
}
.permalink-white-button > a{
    display: table;
    padding: 10px 40px;
    color: #cf4a46;
    background-color: #fff;
    margin-top: 35px;
    font-weight: 600;
}
.post-title-slider, .post-excpert-slider, .post-date-slider{
    background-color: #f5f5f5;
}
.post-title-slider{
    padding: 15px 15px 0px;
}
.post-title-slider > h3{
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0px;
}
.post-date-slider{
    padding: 5px 15px 15px;
    color: #cf4a46;
    font-weight: 600;
}
.post-excpert-slider{
    padding: 0px 15px 15px;
}
.post-readmore-slider > a{
    padding: 15px;
    width: calc(100% - 30px);
    display: table;
    text-align: center;
    background-color: #cf4a46;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    position: absolute;
    bottom: 0px;
    left: 15px;
}
.custome-buttom li {
    background-color: #cf4a4675;
}
.custome-buttom .active{
    background-color: #cf4a46;
}
.custome-buttom{
    bottom: -65px !important;
}
.carousel-control.right.custome{
    right: -60px;
}
.carousel-control.left.custome{
    left: -60px;
}
.post-thumbnail-slider{
    height: 250px;
    background-size: cover;
    background-position: center;
}
.post-thumbnail-slider > img{
    width: 100%;
    height: auto;
}
.open-button-area{
    position: absolute;
    right: 15px;
    top: 5px;
    transform: rotate(90deg);
    cursor: pointer;
    transition: all ease-in-out 350ms;
    -webkit-transition: all ease-in-out 350ms;
}
.open-button-area > img{
    width: 20px;
}
.opened-state > .open-button-area{
    transform: rotate(270deg);
}
.new-posts-slider{
    background-color: #f5f5f5;
    position: relative;
}
.welcome-img{
    display: block;
    /* max-height: 400px; */
    width: 100%;
    margin: 0px auto;
}
.important-news{
    display: flex;
}

@media only screen and (max-width: 1024px) {
    .announcements-img-mobile{
        display: none;
    }
    .fourth-area-page-home{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .third-area-page-home{
        background-size: auto 100%;
        background-position: center;
        background-repeat: no-repeat;
        min-height: 600px;
        position: relative;
    }
    .about-image-mobile > img{
        width: 100%;
    }
    .second-area-page-home{
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
@media only screen and (max-width: 768px) {
    .important-news{
        display: table;
    }
    .mobile-desc{
        width: 100%;
    }
    .mobile-important-thumbnail{
        height: 350px;
    }
    .fiveth-area-page-home .desc-container{
        padding-top: 35px;
        padding-bottom: 35px;
        padding-left: 50px;
        padding-right: 50px;
    }    
}
@media only screen and (max-width: 560px) {
    .about-image-mobile, .about-image-mobile > img{
        width: 100% !important;
    }
}

