body{
    outline: none !important;
}

div.posts-wrapper.row{
    display: flex;
    flex-wrap: wrap;
}

div.posts-wrapper.row div.col-md-4{
    display: flex;
    flex-direction: column;
}

div.posts-wrapper.row div.col-md-4 > div{
    background-color: rgba(255,255,255,0.4);
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    
}

div.posts-wrapper.row div.col-md-4 > div:nth-child(2){
    background-color: rgba(255,255,255,0.4);
    padding-bottom: 15px;
    
}

div.posts-wrapper.row div.col-md-4 > div:last-child{
    height: 100%;
}

div.posts-wrapper.row div.col-md-4 > div:nth-child(2) ol{
    padding-left: 0px;
    list-style-position: inside;
}

div.posts-wrapper.row div.col-md-4 > div:nth-child(2) li{
    padding-bottom: 10px;
}

div.posts-wrapper.row div.col-md-4 > div:nth-child(2) li a{
    word-break: keep-all;
}

div.posts-wrapper.row div.col-md-4 > div .image-above{
   
}
.col-md-12{
    margin: 0;
}

.textpic{
    padding-left: 15px !important;
}
@media screen and (max-width: 768px){
    div.posts-wrapper.row div.col-md-4{
        max-width: 360px;
        width: 100%;
        margin-bottom: 30px;
        margin-left: auto;
        margin-right: auto;
    }

    div.posts-box{
        margin-bottom: 0 !important;
    }

    div.posts-wrapper.row{
        padding-bottom: 0;
    }

    .textpic{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

   

    .escape_template h1{
        line-height: 30px !important;
        height: auto !important;
    }
}

@media screen and (max-width: 992px){
    .escape_fields > div:first-child{
        text-align: center;
    }
}

.task-box{
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
    background-color: rgba(255,255,255,0.4);
    margin-top: 30px;
    text-align: left !important;
    padding-bottom: 20px;
}

.task-box p{
    padding-left: 10px;
}

.task-box h3{
    width: 100%;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    background-color: #ffffff;
    padding-left: 10px;
    margin-top: 0;
    text-align: left !important;
}

.eforloeb-top{
    display: none;
}

.sidebar-widget .widget-title .title{
    background-color: transparent !important;
}

.bottom-forloeb-bar{
    display: none;
}
