.breadcrumb-block {
    background: #ffffff;
    padding: 30px 0;
    position: relative;
    z-index: 1;
}

.breadcrumb-section {
    padding-right: 5px;
}

.breadcrumb-block .breadcrumb-section a {
    color: #313131;
}

.breadcrumb-block .breadcrumb-section a:hover {
    text-decoration: underline;
}

.travel-article-single-block .overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.travel-article-single-block .overlay-primary {
    background: rgba(17, 17, 17, 0.1);
}

.travel-article-single-block .hero-container {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 600px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 15px;
    text-align: center;
}

.travel-article-single-block .hero-container h1 {
    padding-top: 100px;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.travel-article-single-block .hero-container .hero-image {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.travel-article-single-block .header {
    text-align: center;
}

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

.travel-article-single-block .image-text {
    padding: 15px 0;
}

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

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

.travel-article-single-block .date {
    display: block;
    color: #595957;
}

.travel-article-single-block .title {
    margin-bottom: 1.5rem;
}


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


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

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

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

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

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

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

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

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

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

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

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

.travel-article-single-block .carousel-text,
.travel-article-single-block .video-carousel-text {
    padding: 15px 0;
}

.travel-article-single-block .slick-prev:before,
.travel-article-single-block .slick-next:before {
    color: #000000;
    font-size: 2rem;
}

.travel-article-single-block .slick-prev {
    left: 15px;
    z-index: 1;
}

.travel-article-single-block .slick-next {
    right: 25px;
}

.travel-article-single-block .slick-dots {
    display: none !important;
}

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

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


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

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

.travel-article-single-block .description {
    margin-bottom: 15px;
}

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

.travel-article-single-block .first-name,
.travel-article-single-block .last-name {
    display: inline-block;
    font-weight: 600;
    font-size: 1.1rem;
}

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

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

.travel-article-single-block .tags a {
    display: inline-block;
    margin: 0 10px 10px 0;
    padding: 5px 10px;
    font-size: 0.95rem;
    text-decoration: none;
}

.travel-article-single-block .tags a:last-child {
    margin-bottom: 0;
}

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

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

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

.travel-article-single-block .article-cta-image {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

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

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

    .travel-article-single-block .slick-dots {
        display: block !important;
        bottom: -35px;
    }

    .travel-article-single-block .slick-prev,
    .travel-article-single-block .slick-next {
        display: none !important;
    }

}

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

    .travel-article-single-block .text-wrapper {
        padding: 30px 0 10px;
    }

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

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

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

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

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

}

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

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

    .travel-article-single-block .title {
        font-size: 1.75rem;
        margin-bottom: 1rem;
    }

    .travel-article-single-block .text-wrapper {
        padding: 30px 0 5px;
    }

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

}