/*
Theme Name: Inwestuj.
Theme URI: Nieznany
Description: Layout dla Cofund.
Version: 1.0
Author: Nieznany
Author URI: brak
*/

.post-image{
    position: relative;
    width: 100%;
    height: 0px;
    padding-top: calc(100% * 9 / 16);
    background-size: cover;
    background-position: center;
}

.post-link{
    display: block;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding: 25px;
}

.full-post{
    padding: 0px;
    padding-bottom: 25px;
}

.post-link .text{
    color: #222;
}

.post-link .date{
    display: block;
    font-size: 13px;
    color: #cccccc;
    margin: 25px 0px 15px;
}

.header.static{
    top: 0px;
}

.blog-post{
    padding-top: 115px;
}

.btn-pagination{
    border-color: #1672ac !important;
    color: #222;
}

.posts-pagination{
    text-align: center;
    padding-bottom: 25px;
}

#slider-pager{
    width: 104px;
    height: 40px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 90px;
    z-index: 99;
    margin-bottom: 0px;
}

#slider-pager a{
    display: inline-block;
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,.6);
    border-radius: 50px;
    box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
    text-align: center;
    line-height: 40px;
}

#slider-pager a.active{
    background: rgba(255,255,255,.85);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.23), 0 10px 40px rgba(0, 0, 0, 0.19);
}

#slider-pager a:not(:last-child){
    margin-right: 20px;
}

.bx-wrapper{
    margin: 0px 0px;
}

#individual-download h1{
    margin-top: 0px;
}

.faq-link{
    padding-top: 130px;
}

.header-mv .menu-icon div span {
    background: #1672ac;
}

.header-mv .menu-icon div.text {
    color: #222;
}

h4.panel-title{
    padding-right: 54px;
    position: relative;
}

.panel-default > .panel-heading img{
    display: block;
    float: none;
    margin-top: 0px;
    position: absolute;
    right: 30px;
    top: calc((100% - 34px) / 2);
    width: 34px;
    height: 34px;
}

@media (max-width: 991px){
    .faq-link{
    padding-top: 50px;
}
}

@media (max-width: 770px){
    .faq-link{
        padding-top: 0px;
    }
}

.btn-flag{
    position: absolute;
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 35px;
    border: 1px solid #222;
    right: 100px;
    top: 24px;
}

.btn-flag.more-margin{
    top: 40px;
}