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

/* Fullwidth Hero */
.blog-single-block.fw-hero {
    margin-top: 0;
}

.blog-single-block.fw-hero .blog-single-hero {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 500px;
    width: 100%;
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 50px 0;
}

.blog-single-block.fw-hero .blog-single-hero.parallax {
    background-attachment: fixed!important;
}

.blog-single-block .blog-single-hero .hero-text {
    color: #fff;
}

.blog-single-block.fw-hero .blog-single-hero .title-text {
    border-bottom: none;
}

.blog-single-block.fw-hero .blog-single-hero .categories a {
    color: #fff;
    font-weight: 700;
}

/* End of Fullwidth Hero */

.blog-single-block .breadcrumb {
    background-color: inherit;
}

.blog-single-block .breadcrumb-block {
    padding-top: 1rem;
}

.blog-single-block .breadcrumb-block .container {
    padding: 0;
}

.blog-single-block .breadcrumb-block .breadcrumb-divider i {
    padding: 0 5px;
}

.blog-single-block .ingress {
    font-size: 1.5rem;
    font-weight: 600
}

.blog-single-block .blog-carousel-item,
.blog-single-block .video-carousel-item {
    position: relative;
}

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

.blog-single-block .image-text {
    position: relative;
    bottom: 0;
    width: 100%;
    padding: 15px 20px;
    background: transparent;
    text-align: center;
    color: var(--dark) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.blog-single-block .carousel-text {
    position: relative;
    bottom: 0;
    width: 100%;
    padding: 15px 20px;
    background: transparent;
    text-align: center;
    color: var(--dark) !important;
}

.blog-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;
}

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

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

.blog-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;
}

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

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

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

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

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

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

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

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

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

.blog-single-block .share-buttons i {
    width: 40px;
    height: 40px;
    margin: 10px 10px 10px 0;
    padding: 9px;
    text-align: center;
    font-size: 1.5rem;
    background: var(--primary);
    color: var(--white);
    border-radius: 50%;
    cursor: pointer;
}

.blog-single-block .share-buttons i:hover,
.blog-single-block .share-buttons i:focus,
.blog-single-block .share-buttons i:active {
    background: var(--primaryhover);
}

.blog-single-block .share-buttons a:hover,
.blog-single-block .share-buttons a:focus,
.blog-single-block .share-buttons a:active {
    text-decoration: none;
}

.blog-single-block #article-videos-wrapper,
.blog-single-block #article-images-wrapper {
    position: relative;
}

.blog-single-block a .fa-twitter::before {
    background-color: var(--white);
}

#blog-image-carousel-wrapper,
#blog-video-carousel-wrapper {
    position: relative;
}

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

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

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

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

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

    .blog-single-block .attachments li {
        width: 100%;
        min-height: auto;
    }

    .blog-single-block .cta-content.p-4 {
        padding: 0 !important;
    }

}

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

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

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

}