/*
Theme Name: Inergia theme
Template: customify
*/

#site-content section.sekcja-promocji{
    display: none;
}

.b2b-form {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 15%;
}

.b2b-form form {
    box-shadow: 0px 0 3px #adadad;
    padding: 20px 40px;
    border-radius: 5px;
    background-color: #e0e0e038;
    text-align: center;
}

p.login-message, p.password-message{
    color: #b73232;
    background-color: #ffb5b5;
    display: inline;
    padding: 0 10px;
    border-radius: 5px;
    height: 20px;
    opacity: 0;
}

p.b2b-active{
    opacity: 1;
}

#site-footer.site-footer{
    position: relative;
}

#footer-wrap.fixed-footer{
    position: absolute;
    left:0;
    right:0;
    bottom:0;
}

#page.site {
    position: inherit;
}

.news-container .news-banner-box{
    padding: 5px;
}

.news-banner-box a{
    display: block;
}

.news-banner-box a:hover{
    box-shadow: 0 0 2px 3px #0000001c;
    border-radius: 3px;
}

@media(max-width: 767px){
    #footer-wrap.fixed-footer{
        position: relative;
    }
}

.news-banner-container{
    display: flex;
    justify-content: space-around;
    padding: 3% 0;
    flex-wrap: wrap;
}

.wrapper-baner a.st_owl_carousel_block{
    position: relative;
    display: block!important;
}

.wrapper-baner a i{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.wrapper-baner .background-div {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    transition: .4s;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    height: 100%;
}

.wrapper-baner a:hover .background-div{
    background-color: #000000;
    opacity: .7;
}

.wrapper-baner i{
    background: #e2771e;
    color: #fff;
    height: 55px;
    line-height: 55px;
    width: 55px;
    font-size: 25px;
    border-radius: 60px;
    text-align: center;
    opacity: 0;
    transition: .4s;
}

.wrapper-baner a:hover i{
    opacity: 1;
}

.btn-more-details{
    background-color: #303030;
    font-family: "Barlow", Sans-serif;
    font-weight: 500;
    border-radius: 10px;
    color: #ffffff!important;
    padding: 12px 24px;
    font-size: 14px;
    line-height: 1;
    margin: 0% 2% 0% 0%;
    float: right;
    overflow: hidden;
}

.see-more{
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translateX(-50%);
    color: #ffffff;
    transition: .4s;
    opacity: 0;
}

.wrapper-baner a:hover .see-more{
    opacity: 1;
}

.btn-more-details::before{
    background-color: #e2771e;
}

.full-news-content{
    display: flex;
    justify-content: space-around;
    padding: 3% 0;
    flex-wrap: wrap;
}

.full-news-content .wrapper-baner {
    flex-basis: 33%;
    padding: 10px;
}

.zpost-content {
    box-shadow: 0 1px 5px #c7c7c7;
    border-radius: 5px;
    padding: 20px;
    min-height: 250px;
    overflow: hidden;
    margin-bottom: 10px;
    display: flex;
}

.zpost-content .image {
    max-width: 49%;
    float: left;
    flex-basis: 30%;
}

.zpost-right-content {
    flex-basis: 70%;
    display: flex;
    flex-direction: column;
}

.zpost-content img {
    overflow: hidden;
    padding-right: 3%;
    padding-left: 3%;
    padding-bottom: 3%;
}

.zpost-right-content .date-add{
    font-weight: 600;
}

.zpost-right-content h3 a{
    color: #484848;
}

.read {
    /* position: absolute; */
    right: 40px;
    bottom: 40px;
    align-self: flex-end;
}

a.btn.btn-default.button.button-medium {
    color: #ffffff;
    background-color: #fe9126;
    padding: 0 12px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    text-transform: uppercase;
    border: none;
    line-height: 35px;
    transition: all 0.3s;
}

.porady-wskazowki{
    display: flex;
    flex-wrap: wrap;
    padding: 0 3% 2%;
}

.inwestycje-bsluga p{
    margin: 0;
    padding: 0;
    font-family: "Barlow", Sans-serif;
}

.inwestycje-bsluga p::before{
    content: '';
    display: inline-block;
    width: 10px;
    height: 3px;
    background-color: #e2771e;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    margin-right: 5px;
}

.inwestycje-bsluga2{
    font-family: "Barlow", Sans-serif;
}

.promo-container{
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.promo-container img{
    display: block;
    padding: 20px;
    transition: .3s;
    width: 33%;
}

.promo-container img:hover{
    transform: scale(0.9);
    opacity: 0.8;
}

h6.ff-label-wrapper{
    display: none;
}

@media(max-width: 1400px){
    .zpost-content{
        flex-direction: column;
    }
    .zpost-content .image {
        max-width: unset;
        flex-basis: 100%;
    }
}

@media(max-width: 1200px){
    .wrapper-baner, .full-news-content .wrapper-baner{
        flex-basis: 50%;
        padding: 2%; 
    }
    .wrapper-baner img{
        width: 100%;
    }

    .promo-container img{
        width: 50%;
    }
}

@media(max-width: 767px){
    .wrapper-baner, .full-news-content .wrapper-baner{
       flex-basis: 100%;
       padding: 2% 7%;
    }

    .promo-container img{
        width: 100%;
    }
}

@media(max-width: 400px){
    .wrapper-baner i {
        height: 40px;
        line-height: 40px;
        width: 40px;
    }

    .see-more {
        top: 20%;
        font-size: .9em;
    }

    .zpost-content .image {
        max-width: unset;
        flex-basis: 100%;
    }

    .zpost-right-content{
        font-size: 1em;
    }

    .zpost-right-content h3{
        font-size: 1.1em;
    }
}