.article-lists-template2 {
    width: 100%;
    margin: 30px 0;
    border-radius: 7px;
}

.article-lists-template2 .views-content,
.article-lists-template2 .owl-stage {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0
}

.article-lists-template2 .views-row {
    padding: 10px 0 10px 15px;
    flex: 0 0 32.3%
}

.article-lists-template2 .views-row .image {
    width: 110px;
    margin-left: 10px;
    float: right;
    border: 1px solid #eee;
    border-radius: 4px;
    overflow: hidden
}

.article-lists-template2 .views-row .title {
    margin-bottom: 10px
}

.article-lists-template2 .views-row .title a {
    color: #222;
    display: block;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 13px
}

.article-lists-template2 .views-row .date .field-content {
    color: #aaa;
    font-size: 11px
}

.article-lists-template2 .views-row .date .field-content svg {
    width: 9px;
    height: 9px;
    fill: #aaa;
    position: relative;
    top: 2px;
    margin-left: 2px
}

.article-lists-template2.read-with-me .block-header .block-title {
    border-bottom: 3px solid #26becb;
    padding: 0;
    margin: 0 0 5px;
    display: inline-block;
    width: 100%
}

.article-lists-template2.read-with-me .block-header .block-title span {
    background: #26becb;
    padding: 7px 14px 4px 17px;
    margin: 0;
    font-size: 16px;
    display: inline-block;
    font-weight: 100;
    border-radius: 4px 4px 0 0;
    color: #fff
}

.article-lists-template2.read-with-me .block-header .block-title span:before {
    background: #26becb
}

.article-lists-template2.read-with-me .view-header a {
    color: #26becb
}

.article-lists-template2.read-with-me .owl-dots button.active {
    background: #26becb
}

.article-lists-template2.read-with-me .views-row .image img {
    border-radius: 5px
}

.article-lists-template2.read-with-me .block-more {
    position: absolute;
    left: 5px;
    bottom: 10px
}

.article-lists-template2.read-with-me .block-header {
    position: relative
}

.article-lists-template2.read-with-me {
    background: #26becb14;
    padding: 15px
}

.article-lists-template2.read-with-me.owlCarousel3th .owl-dots button {
    background: #fff
}

.article-lists-template2.read-with-me.owlCarousel3th .owl-dots button.active {
    background: var(--colorAccent)
}

.article-lists-template2 header {
    display: inline-block;
    padding: 0;
    width: 100%;
    margin-bottom: 10px
}

.article-lists-template2 .block-header .block-more {
    position: absolute;
    left: 0;
    bottom: 10px
}

.article-lists-template2 .block-header .block-more a {
    color: #000;
    font-size: 12px;
    border-radius: 5px;
    padding: 2px 7px 3px 10px
}

.article-lists-template2 .block-header .block-more a i {
    position: relative;
    top: 2px;
    margin-left: 2px
}

@media screen and (max-width: 900px) {
    .article-lists-template2 .views-row {
        flex: 0 0 48%
    }
}

@media screen and (max-width: 650px) {
    .article-lists-template2 .views-row .image {
        width: 100px
    }

    .article-lists-template2 .views-row .title a {
        font-size: 12px
    }
}

@media screen and (max-width: 550px) {
    .article-lists-template2 .views-row {
        flex: 0 0 100%
    }

    .article-lists-template2 .views-row .image {
        width: 150px
    }

    .article-lists-template2 .views-row .title a {
        font-size: 14px
    }
}

@media screen and (max-width: 450px) {
    .article-lists-template2 .views-row .image {
        width: 110px
    }

    .article-lists-template2 .views-row .title a {
        font-size: 13px
    }
}

@media screen and (max-width: 350px) {
    .article-lists-template2 .views-row .image {
        width: 105px
    }

    .article-lists-template2 .views-row .title a {
        font-size: 13 px
    }
}

.owlCarousel3th .views-content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start
}

.owlCarousel3th .views-content.owl-carousel {
    justify-content: flex-start;
    overflow: hidden;
    padding-bottom: 0;
    position: relative
}

.owlCarousel3th .views-content .three-columns {
    flex: 0 0 32.3%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0
}

.owlCarousel3th .views-content .three-columns:nth-child(3)~.three-columns {
    display: none
}

.owlCarousel3th .views-row:nth-child(9)~.views-row {
    display: none
}

.owlCarousel3th .views-content .three-columns .views-row {
    flex: 0 0 100%
}

.owlCarousel3th .views-content.owl-carousel .three-columns:nth-child(1)~.three-columns {
    display: flex
}

.owlCarousel3th .owl-nav {
    display: none
}

.owlCarousel3th .owl-dots {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    justify-content: center;
    border-radius: 7px;
    overflow: hidden;
    max-width: 90px;
    margin: 7px auto 0;
}

.owlCarousel3th .owl-dots button {
    display: inline-block;
    flex: 1;
    height: 4px;
    background: #fff;
    margin: 0;
    border-radius: 30px;
    margin: 0 5px;
    border: 0 solid;
}

.owlCarousel3th .owl-dots button.active {
    background: var(--colorAccent);
}

.owlCarousel3th .owl-nav {
    display: none
}

.owlCarousel3th .views-row:nth-child(9)~.views-row {
    display: none
}

.owlCarousel3th .owl-carousel .views-row:nth-child(1)~.views-row {
    display: inline-block
}

@media screen and (max-width: 900px) {
    .owlCarousel3th .owl-dots {
        max-width: 140px
    }
}

@media screen and (max-width: 700px) {
    .owlCarousel3th .owl-dots {
        max-width: 200px
    }
}

.blue-color {
    background: #a7104314;
    padding: 15px;
}

.article-lists-template2 .block-header {
    padding: 0;
    width: 100%;
    position: relative;
    margin-bottom: 0;
    position: relative;
}

.article-lists-template2 .block-header .block-title {
    border-bottom: 3px solid var(--colorAccent);
    padding: 0;
    margin: 0 0 5px;
    display: inline-block;
    width: 100%;
}

.article-lists-template2 .block-header .block-title span {
    background: var(--colorAccent);
    padding: 7px 14px 4px 17px;
    margin: 0;
    font-size: 16px;
    display: inline-block;
    font-weight: 100;
    border-radius: 4px 4px 0 0;
    color: #fff;
    width: auto;
}

.article-lists-template2 .block-header .block-title span:before {
    background: #26becb none repeat scroll 0 0;
    content: "";
    height: 35px;
    position: absolute;
    right: 70px;
    top: 0;
    transform: skewX(-30deg);
    width: 75px;
    z-index: -1;
}

.node-lists-without-img {
    width: 50%;
    padding: 10px;
    position: relative;
    margin-bottom: 17px
}

.node-lists-without-img .block-header {
    padding: 0;
    width: 100%;
    position: relative;
    margin-bottom: 15px
}

.node-lists-without-img .block-header .block-title {
    padding: 0;
    display: inline-block;
    width: 100%;
    border-bottom: 3px solid var(--colorAccent);
}

.node-lists-without-img .block-header .block-title span {
    padding: 7px 14px 4px 17px;
    margin: 0;
    font-size: 16px;
    display: inline-block;
    font-weight: 100;
    border-radius: 4px 4px 0 0;
    color: #fff;
    background: var(--colorAccent);
    position: relative;
    z-index: 1;
    width: auto;
    min-width: 100px;
}

.node-lists-without-img .block-header .block-title a {
    margin: 0;
    font-size: 16px;
    display: inline-block;
    font-weight: 100;
    border-radius: 4px 4px 0 0;
    color: #fff;
    background: var(--ketabak-red);
    position: relative;
    z-index: 1
}

.node-lists-without-img .block-header .block-title span:before {
    background: var(--colorAccent) none repeat scroll 0 0;
    content: "";
    height: 35px;
    position: absolute;
    right: 80px;
    top: 0;
    transform: skewX(-30deg);
    width: 75px;
    z-index: -1
}

.node-lists-without-img .content {
    width: 100%;
    float: right;
    border-radius: 3px;
    overflow: hidden;
    background-color: #fff
}

.node-lists-without-img .views-row {
    width: 100%;
    float: right;
    position: relative
}

.node-lists-without-img .views-row .date {
    position: absolute;
    left: 10px;
    top: 9px
}

.node-lists-without-img .views-row .date span {
    font-size: 11px;
    direction: ltr;
    color: #333
}

.node-lists-without-img .views-row .date svg {
    width: 9px;
    float: left;
    position: relative;
    top: 4px;
    margin-right: 9px;
    fill: #aaa
}

.node-lists-without-img .views-row:nth-child(2n+1) {
    background: #eee;
    border-right: 2px solid var(--colorAccent);
}

.node-lists-without-img .views-row:nth-child(2n) {
    background: #fff;
    border-right: 2px solid #dedede
}

.front-wide-wrapper .node-lists-without-img .views-row .title {
    width: 75%;
    float: right;
    position: relative;
    padding: 0 0
}

.node-lists-without-img .views-row .title {
    width: 100%;
    float: right;
    position: relative;
    padding: 0 0
}

.node-lists-without-img .views-row .title a {
    font-size: 13px;
    width: 100%;
    float: right;
    text-align: right;
    font-weight: 500;
    color: #222;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 34px;
    text-indent: 11px
}

/* .path-node .node-lists-without-img { width:100% !important; } */

.two-column-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.two-column-wrapper>div {
    flex: 0 0 50%;
    float: none;
}


.node-lists-without-img.wide { width: 100%; }

@media screen and (max-width: 1000px) {
    .node-lists-without-img {
        width: 100%
    }

    .two-column-wrapper>div {
        flex: 0 0 100%;
    }
}
















.node-in-text {
    background: #fdfaee;
    padding: 10px 10px;
    border-radius: 11px;
    border: 1px solid #ffe990;
    border-right: 3px solid #ffcc00;
}

.node-in-text .ncontainer {}

.node-in-text .nimage {
    width: 180px;
    float: right;
    margin-left: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.node-in-text .nimage * {
    width: 100%;
    margin: 0
}

.node-in-text .nfields {}

.node-in-text .ntitle {}

.node-in-text .ntitle a {
    color: #6a5400;
    line-height: 24px;
    display: block;
}

.node-in-text a:before {
    display: none !important
}

.node-in-text .nbody {
    line-height: 20px;
    font-size: 11px;
    color: #777;
}

@media screen and (max-width:650px) {
    .node-in-text .nimage {
        width: 150px;
    }
}

@media screen and (max-width:500px) {
    .node-in-text .nbody {}
}


.footer-rss-link {
    text-align: left;
    width: 100%;
    display: inline-block;
    padding: 10px 0;
    font-size: 13px;
}