.article-single-block {
    margin: 50px 0;
}

.article-single-block .image-wrapper {
    position: relative;
}

.article-single-block .image-text {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 15px 20px;
    background: rgba(0,0,0,0.7);
    text-align: left;
}

.article-single-block .image-text p {
    margin-bottom: 0;
}

.article-single-block .text-wrapper {
    padding: 50px 0 15px;
}

.article-single-block .date {
    margin-right: 10px;
}

.article-single-block .writer-name::before {
    content: '/';
    margin-right: 10px;
}

.article-single-block .body {
    padding-top: 15px;
    padding-bottom: 15px;
}

.article-single-block .footer {
    margin-top: 30px;
    margin-bottom: 15px;
}

.article-single-block .cta-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.article-single-block .content,
.article-single-block .tags,
.article-single-block .attachments,
.article-single-block .carousel-wrapper {
    margin-bottom: 50px;
}

.article-single-block .content a {
    text-decoration: underline;
}

.article-single-block .content .tags a {
    text-decoration: none;
}

.article-single-block .attachments a {
    text-decoration: none;
}

.article-single-block .attachments ul {
    list-style-type: none;
    padding-left: 0;
}

.article-single-block .attachments li {
    display: inline-block;
    float: left;
    width: 25%;
    text-align: center;
    margin-bottom: 30px;
    padding-right: 30px;
}

.article-single-block .attachments span {
    display: block;
}

.article-single-block .attachments i {
    font-size: 11.5rem;
    margin-bottom: 20px;
}

.article-single-block .attachments .description {
    margin-top: 10px;
}

.article-single-block .attachments img {
    margin-bottom: 20px;
}

.article-single-block .video-carousel:hover .video-carousel-text{
    display: none;
}

.article-single-block .video-carousel iframe {
    display: block;
    border: none;
}

.article-single-block .carousel-text,
.article-single-block .video-carousel-text {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 15px 20px 5px 20px;
    background: rgba(0,0,0,0.7);
    color: #ffffff;
}

.article-single-block .article-slider-next,
.article-single-block .article-slider-prev {
    position: absolute;
    display: block;
    z-index: 3;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    font-size: 2.5rem;
    color: #ffffff;
    opacity: 1;
    border: none;
    outline: none;
    background: #222222;
    width: 52px;
    height: 52px;
    padding: 5px 0;
    text-align: center;
}

.article-single-block .article-slider-next {
    right: 0;  
}

.article-single-block .article-slider-prev {
    left: 0;
}

.article-single-block .writer-info .row {
    justify-content: center;
}

.article-single-block .staff img {
    margin-bottom: 30px;
}

.article-single-block .text-content .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}

.article-single-block .text-content .wrapper .some-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.article-single-block .text-content {
    padding: 25px 0;
}

.article-single-block .contact-info {
    margin-bottom: 15px;
}

.article-single-block .first-name,
.article-single-block .last-name {
    display: inline-block;
    font-weight: bold;
}

.article-single-block .some-wrapper {
    overflow: hidden;
    margin-bottom: 15px;
}

.article-single-block .some-wrapper i {
    font-size: 2rem;
    margin-right: 12px;
    display: inline-block;
}

.article-single-block .categories {
    margin-bottom: 10px;
}

.article-single-block .category:after {
    content: '/';
    padding: 0 5px;
}

.article-single-block .category:last-child:after {
    content: none;
}

.article-single-block .share-buttons i {
    width: 40px;
    height: 40px;
    margin: 10px 10px 10px 0;
    padding: 9px;
    text-align: center;
    font-size: 1.5rem;
    background: #dbdbdb;
    color: #ffffff;
    border-radius: 50%;
    cursor: pointer;
}

@media screen and (max-width:991px) {

    .article-single-block .carousel-text {
        position: relative;
        background: rgba(0,0,0,1);
    }

}

@media screen and (max-width:767px) {

    .article-single-block .footer {
        margin-top: 15px;
        margin-bottom: 0;
    }

    .article-single-block .text-content .wrapper {
        display: block;
    }

    .article-single-block .text-content .wrapper .some-wrapper {
        margin-top: 10px;
    }

    .article-single-block .some-wrapper i {
        margin-left: 0;
        margin-right: 12px;
    }

    .article-single-block .attachments li {
        width: 100%;
        min-height: auto;
    }
    
    .article-single-block .cta-content.p-4 {
        padding: 0!important;
    }

}

@media screen and (max-width:425px) {

    .article-single-block .image {
        height: 225px;
    }

    .article-single-block .item {
        margin-bottom: 25px;
    }

    .article-single-block {
        margin-top: 15px;
    }

}
