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

.article-single-block.fw-hero .article-single-hero,
.article-single-block-new.fw-hero .article-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;
}

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

.article-single-block .article-single-hero .hero-text,
.article-single-block .article-single-hero .article-title,
.article-single-block.fw-hero .article-single-hero .ingress,
.article-single-block-new .article-single-hero .hero-text,
.article-single-block-new .article-single-hero .article-title,
.article-single-block-new.fw-hero .article-single-hero .ingress {
    color: #fff;
}

.article-single-block.fw-hero .article-single-hero .title-text,
.article-single-block-new.fw-hero .article-single-hero .title-text  {
    border-bottom: none;
}

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

/* End of Fullwidth Hero */

.article-single-block .breadcrumb,
.article-single-block-new .breadcrumb {
    background-color: inherit;
}

.article-single-block .breadcrumb-block,
.article-single-block-new .breadcrumb-block {
    padding: 1rem 0 2rem;
}

.article-single-block .breadcrumb-block .container,
.article-single-block-new .breadcrumb-block .container {
    padding: 0;
}

.article-single-block .breadcrumb-block .breadcrumb-divider i,
.article-single-block-new .breadcrumb-block .breadcrumb-divider i {
    padding: 0 5px;
}

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

.article-single-block .image-wrapper .image {
    max-height: 840px;
    width: auto;
    margin: 0 auto;
    display: block;
}

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

.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 .article-images-wrapper {
    margin-bottom: 50px;
}

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


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

.article-single-block .content .product-list {
    margin-bottom: 3rem;
}

.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 .article-carousel-item {
    position: relative;
}

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

.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 .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;
    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: var(--primary);
    color: var(--white);
    border-radius: 50%;
    cursor: pointer;
}

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

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

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

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

@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 .item {
        margin-bottom: 25px;
    }

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

}

/* Template-article-new */
.article-single-block-new {
    margin: 50px 0;
}

.article-single-block-new .date-category-writer-info {
    display: flex;
    font-size: 1.2rem;
}

.article-single-block-new .header .article-title {
    max-width: 80%;
}

.article-single-block-new .body .text-content.mobile-width,
.article-single-block-new .header .ingress {
    max-width: 60%;
}

.article-single-block-new blockquote {
    font-size: 1.5rem;
    border-left: 1rem solid var(--primary);
    font-weight: 700;
    display: block;
    padding-left: 1rem;
    margin: 3rem 1.5rem;
    max-width: 80%;
}

.article-single-block-new .social-media-block.mobile-width {
    align-self: baseline;
    max-width: 30%;
}

.article-single-block-new .social-media-block a {
    text-decoration: none !important;
}

.article-single-block-new .social-media-block a span:hover {
    text-decoration: underline !important;
}

.article-single-block-new .body p {
    margin-bottom: 2rem;
}

.article-single-block-new .date-category-writer-info .date,
.article-single-block-new .date-category-writer-info .categories {
    margin-right: 2rem;
}

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

.article-single-block-new .content-wrapper {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.article-single-block-new .content-wrapper.mobile-width {
    flex-direction: row;
}

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

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

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

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

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

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

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

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

.article-single-block-new .tags,
.article-single-block-new .attachments,
.article-single-block-new #article-images-wrapper {
    margin-bottom: 50px;
}

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

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

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

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

.article-single-block-new .attachments li {
    text-align: center;
    display: inline-block;
    margin: 0 3rem 3rem 3rem;
}

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

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

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

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

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

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

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

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

.article-single-block-new .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-new .writer-info .row {
    justify-content: center;
}

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

.article-single-block-new .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-new .text-content .wrapper .some-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

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

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

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

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

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

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

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

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

.article-single-block-new .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;
}

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

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

.article-single-block-new #article-videos-wrapper,
.article-single-block-new #article-image-wrapper {
    position: relative;
}

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

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

.article-single-block-new .social-media-block {
    margin-bottom: 3rem;
}

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

    .article-single-block-new .content-wrapper {
        flex-direction: column;
    }

    .article-single-block-new .social-media-block,
    .article-single-block-new .body .text-content,
    .article-single-block-new .header .article-title,
    .article-single-block-new .header .ingress {
        max-width: 100% !important;
    }

}

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

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

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

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

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

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

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

}

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

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

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

}