
// BLOG
.blog-wrap {
    &.grid, &.masonry {
        &.layout-container-fluid {
            padding: 0 15px;
        }
    }
    article{
        padding-bottom: 30px;
    }
}
.hentry.sticky{
    position: relative;
    &:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 0;
        height: 0;
        border-top: 75px solid @primary_color;
        border-left: 75px solid transparent;
        z-index: 3;
    }
    &:after {
        width: 150px;
        height: 50px;
        font-family: 'FontAwesome';
        content: "\f08d";
        position: absolute;
        right: -57px;
        top: -7px;
        color: @white;
        .rotate(45deg);
        text-align: center;
        line-height: 56px;
        font-size: 18px;
        z-index: 3;
    }
}

.blog-inner, .sofani-post {
    .entry-thumbnail {
        position: relative;
        overflow: hidden;
        a.prettyPhoto {
            position: absolute;
            top: 0;
            width: 56px;
            height: 55px;
            right: 0;
            line-height: 54px;
            font-size: 16px;
            text-align: center;
            color: @white;
            opacity: 0;
            .scale(0.8);
            z-index: 2;
            .transition(all 0.3s linear);
        }
    }
    article.post .entry-wrap:hover {
        a.entry-thumbnail_overlay:before {
            opacity: 1;
        }
        a.prettyPhoto {
            opacity: 1;
            .scale(1);
        }
    }
    article.format-video {
        > .entry-thumbnail-wrap > .entry-thumbnail {
            a.prettyPhoto {
                top: 0;
                bottom: 0;
                right: 0;
                left: 0;
                margin: auto;
                opacity: 0.8;
                width: 80px;
                height: 80px;
                font-size: 80px;
                line-height: 80px;
                .scale(1);
            }
        }
    }
    .entry-thumbnail_overlay img {
        width: 100%;
        display: block;
    }
    h3.entry-title {
        font-size: 25px;
        margin-bottom: 15px;
        a {
            color: @heading_color;
        }
    }
    .entry-post-meta-wrap {
        margin-bottom: 20px;
        ul.entry-meta {
            margin: 0;
            padding: 0;
            list-style-type: none;
            font-size: 0;
            li {
                display: inline;
                font-size: 14px;
                line-height: 1.4;
                margin-right: 15px;
                vertical-align: middle;
                a {
                    color: inherit;
                }
                i {
                    margin-right: 5px;
                    vertical-align: middle;
                }
            }
            li:last-child {
                margin-right: 0;
            }
        }
    }
    .entry-excerpt {
        p {
            margin-bottom: 0;
        }
    }
    .read-more {
        text-decoration: underline;
    }
    .jp-interface {
        background-color: transparent;
        height: 140px;
        border: 2px solid @border_color;
    }
    .jp-play-pause {
        padding: 0;
        text-align: center;
        background-color: transparent;
        height: 100%;
        width: auto;
        margin-left: 25px;
        i {
            font-size: 38px;
            line-height: 136px;
        }
    }
    .jp-progress {
        margin: 0 0 0 10px;
    }
    .jp-seek-bar {
        height: 18px;
        border: 2px solid @border_color;
        width: 100% !important;
    }
    .jp-volume {
        height: 18px;
        line-height: 1;
        position: absolute;
        right: 15px;
        top: 0;
        bottom: 0;
        margin: auto auto auto 50px;
        padding: 0;
        > li {
            display: inline-block;
            vertical-align: middle;
        }
    }
    .jp-volume-bar {
        height: 18px;
        width: 100px;
        border: 2px solid @border_color;
        margin-left: 10px;
    }
    .jp-volume-bar-value {
        height: 14px;
    }
    article.format-link, article.format-quote {
        .post-format-icon {
            width: 70px;
            height: 70px;
            line-height: 70px;
            text-align: center;
            font-size: 34px;
            float: left;
            margin-right: 30px;
            color: @white;
        }
        .entry-content-wrap {
            position: relative;
            overflow: hidden;
        }
    }
    article.format-link .entry-content-link {
        font-size: 16px;
        font-style: italic;
        letter-spacing: 0.02em;
        color: fade(@heading_color, 80%);
        a {
            color: inherit;
        }
    }
    article.format-quote {
        .entry-content-quote {
            blockquote {
                padding: 0;
                margin: 0;
                border: none;
                font-size: 16px;
                font-style: italic;
                letter-spacing: 0.02em;
                color: fade(@heading_color, 80%);
                p:before {
                    content: "“";
                    margin-right: 5px;
                }
                cite {
                    text-transform: uppercase;
                    text-decoration: underline;
                    display: block;
                    margin-top: 10px;
                    font-size: 14px;
                }
            }
        }
    }
    // Medium-image
    &.blog-style-medium-image {
        article {
            margin-bottom: 50px;
            padding-bottom: 0px;
            .post-item {
                margin-bottom: 50px;
                .entry-content-wrap {
                    .entry-detail {
                        padding-top: 0!important;
                        .entry-post-meta-wrap {
                            margin-bottom: 0;
                            padding-bottom: 20px;
                            border-bottom: 1px solid @border_color;
                            ul.entry-meta {
                                li {
                                    i, a {
                                        font-size: 12px;
                                        color: @secondary_color;
                                    }
                                    &.entry-meta-author, &.entry-meta-category {
                                        display: none;
                                    }
                                }
                            }
                        }
                        h3.entry-title {
                            a {
                                font-size: 18px;
                                color: @secondary_color;
                                &:hover{
                                    color: @primary_color;
                                }
                            }
                        }
                        .entry-excerpt {
                            margin: 25px 0px!important;
                            p {
                                color: @secondary_color;
                            }
                        }
                        a.btn-readmore {
                            font-size: 14px;
                            span.span-text {
                                display: block;
                                padding: 10px 0px!important;
                                text-align: center;
                                letter-spacing: 2px;
                            }
                        }
                    }
                }
            }
            &.has-post-thumbnail:nth-child(2n+1) {
                .entry-wrap {
                    .entry-thumbnail-wrap {
                        float: left;
                        width: 50%;
                        padding: 0 15px 0 0!important;
                    }
                    .entry-content-wrap {
                        float: right;
                        width: 50%!important;
                        padding: 0 0 0 15px!important;
                    }
                }
                @media(max-width: 767px){
                    .entry-wrap {
                        .entry-thumbnail-wrap {
                            float: left;
                            width: 100%;
                            padding: 0!important;
                        }
                        .entry-content-wrap {
                            float: right;
                            width: 100%!important;
                            padding: 0!important;
                        }
                    }
                }
            }
            &.has-post-thumbnail:nth-child(2n) {
                .entry-wrap {
                    .entry-thumbnail-wrap {
                        float: right;
                        width: 50%;
                        padding: 0 0 0 15px!important;
                    }
                    .entry-content-wrap {
                        float: left;
                        width: 50%!important;
                        padding: 0 15px 0 0!important;
                    }
                }
                @media(max-width: 767px){
                    .entry-wrap {
                        .entry-thumbnail-wrap {
                            float: left;
                            width: 100%;
                            padding: 0!important;
                        }
                        .entry-content-wrap {
                            float: right;
                            width: 100% !important;
                            padding: 0!important;
                        }
                    }
                }
            }
        }
    }
    // Large-image
    &.blog-style-large-image {
        article {
            margin-bottom: 30px;
            .post-item {
                margin-bottom: 0px;
                .entry-content-wrap {
                    .entry-detail {
                        padding: 30px!important;
                        .entry-post-meta-wrap {
                            margin-bottom: 0;
                            padding-bottom: 20px;
                            border-bottom: 1px solid @border_color;
                            ul.entry-meta {
                                li {
                                    i, a {
                                        font-size: 14px;
                                        color: @secondary_color;
                                        @media(max-width:767px){
                                            font-size: 12px;
                                        }
                                    }
                                    &.entry-meta-author, &.entry-meta-category {
                                        display: none;
                                    }
                                }
                            }
                        }
                        h3.entry-title {
                            a {
                                font-size: 24px;
                                color: @secondary_color;
                                &:hover{
                                    color: @primary_color;
                                }
                                @media(max-width:767px){
                                    font-size: 18px;
                                }
                            }
                        }
                        .entry-excerpt {
                            margin: 25px 0px!important;
                            p {
                                color: @secondary_color;
                            }
                        }
                        a.btn-readmore {
                            font-size: 14px;
                            span.span-text {
                                display: block;
                                padding: 10px 0px!important;
                                text-align: center;
                                letter-spacing: 2px;
                            }
                        }
                        @media(max-width:479px){
                            padding: 15px 0 !important;

                        }
                    }
                }
            }
            @media(max-width:767px){
                margin: 0;
            }
        }
    }
    //blog-2-column-with-sidebar
    &.blog-style-grid {
        article {
            float: left;
            .post-item {
                .entry-wrap {
                    .entry-content-wrap {
                        padding: 0!important;
                        .entry-detail {
                            h3.entry-title {
                                a {
                                    color: @secondary_color;
                                    font-weight: 600;
                                    font-size: 16px;
                                }
                            }
                            .entry-post-meta-wrap {
                                position: relative;
                                margin-bottom: 0!important;
                                padding-bottom: 30px!important;
                                &:before {
                                    position: absolute;
                                    content: '';
                                    top: 20px;
                                    left: 0;
                                    right: 0;
                                    bottom: 0;
                                    margin: auto;
                                    height: 1px;
                                    width: 50%;
                                    background: @border_color;
                                    .transition(all .3s ease);
                                }
                                ul.entry-meta {
                                    li {
                                        margin: 0 15px;
                                        display: inline-block;
                                        i, a {
                                            color: @secondary_color;
                                            font-size: 12px;
                                            font-weight: 600;
                                            text-transform: uppercase!important;
                                        }
                                        &.entry-meta-author, &.entry-meta-category {
                                            display: none;
                                        }
                                    }
                                }
                                @media(max-width:479px){
                                    &:before{
                                        bottom: -10px;
                                    }
                                }
                            }
                            .entry-excerpt {
                                padding: 0px 40px;
                                p {
                                    color: @secondary_color;
                                }
                            }
                            a.btn-readmore {
                                span.span-text {
                                    display: block;
                                    padding: 15px 0px;
                                }
                            }
                        }
                    }
                    &:hover {
                        .entry-content-wrap {
                            .entry-detail {
                                .entry-post-meta-wrap {
                                    &:before {
                                        width: 100%;
                                        background: @text_color;
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }

    //Blog-3-column
    &.blog-style-grid {
        &.blog-col-4{
            article {
                width: 25%;
                padding: 0 15px;
            }
        }
        &.blog-col-3{
            article {
                width: 33.3333%;
                padding: 0 15px;
            }
        }
        &.blog-col-2{
            article {
                width: 50%;
                padding: 0 15px;
            }
        }
        article {
            .post-item {
                .entry-wrap {
                    .entry-content-wrap {
                        .entry-detail {
                            h3.entry-title {
                                a {
                                    font-size: 16px;
                                }
                            }
                            .entry-post-meta-wrap {
                                ul.entry-meta {
                                    li {
                                        &.entry-meta-category {
                                            display: none;
                                        }
                                    }
                                }
                            }
                            .entry-excerpt {
                                padding: 0 20px;
                            }
                            a.btn-readmore {
                                span.span-text {
                                    padding: 10px 0px;
                                }
                            }
                        }
                    }
                }
            }
        }
    }
    // Blog-masonry
    &.blog-style-masonry {
        margin: 0 -15px;
        article {
            float: left;
            .post-item {
                .entry-wrap {
                    .entry-content-wrap {
                        .entry-detail {
                            h3.entry-title {
                                a {
                                    color: @secondary_color;
                                    font-size: 16px;
                                }
                            }
                            .entry-post-meta-wrap {
                                ul.entry-meta {
                                    li {
                                        color: @secondary_color;
                                        &.entry-meta-category {
                                            display: none;
                                        }
                                    }
                                }
                            }
                            .entry-excerpt {
                                color: @secondary_color;
                                padding: 0 20px;
                            }
                            a.btn-readmore {
                                display: none;
                            }
                            .entry-post-meta-wrap {
                                position: relative;
                                margin-bottom: 0!important;
                                padding-bottom: 30px!important;
                                &:before {
                                    position: absolute;
                                    content: '';
                                    top: 20px;
                                    left: 0;
                                    right: 0;
                                    bottom: 0;
                                    margin: auto;
                                    height: 1px;
                                    width: 50%;
                                    background: @border_color;
                                    .transition(all .3s ease);
                                }
                                ul.entry-meta {
                                    .entry-meta-author {
                                        display: none;
                                    }
                                }
                            }
                        }
                    }
                }
                &:hover {
                    .entry-content-wrap {
                        .entry-detail {
                            .entry-post-meta-wrap {
                                &:before {
                                    width: 100%;
                                    background: @text_color;
                                }
                            }
                        }
                    }
                }
            }
        }
        .entry-thumbnail-wrap {}
        article.format-link, article.format-quote {
            .post-format-icon, h3.entry-title, .entry-post-meta-wrap {
                display: none;
            }
            .entry-content-wrap {
                padding: 35px;
            }
        }
        .jp-interface {
            height: 70px;
        }
        .jp-play-pause {
            margin-left: 20px;
            i {
                line-height: 68px;
            }
        }
        .jp-volume {
            margin: auto auto auto 30px;
        }
        .jp-volume-bar {
            display: none !important;
        }
        .entry-post-meta-wrap {
            ul.entry-meta {
                li.entry-meta-category {
                    display: none;
                }
            }
        }
        article.format-quote {
            .entry-content-quote {
                blockquote {
                    font-size: 18px;
                }
            }
        }
        &.blog-col-2 article {
            width: 50%;
        }
        &.blog-col-3 article {
            width: 33.33333333333333%;
        }
        &.blog-col-4 article {
            width: 25%;
        }
    }
    &.blog-style-search {
        h3.entry-title {
            font-size: 25px;
        }
    }
}

.embed-responsive.embed-responsive-16by9 {
    padding-bottom: 66.66666666666667%;
}

.blog-paging-wrapper {
    .pagination > li > a, .pagination > li > span {
        font-size: 14px;
        color: @text_color;
        padding: 0;
        width: 40px;
        height: 40px;
        text-align: center;
        border-left: none!important;
        &.next, &.prev, {
            font-size: 18px;
            width: 45px;
            > i {
                line-height: 40px;
            }
        }
        &.current {
            .drop-shadow(0px, 0px, 0px, 0.0);
            color: @secondary_color;
        }
        &:hover {
            background-color: @white;
            color: @primary_color;
        }
        &:last-child {
            border-right: none!important;
        }
    }
    .pagination > li {
        float: left;
    }
}

.blog-paging-wrapper.blog-paging-load-more {
    text-align: center;
    .blog-load-more {
        > span[class^='fa'] {
            letter-spacing: 0;
        }
    }
}

.blog-wrap .entry-thumbnail-wrap, .sofani-post .sofani-post-image {
    /*owl-carousel*/
    .owl-carousel {
        margin: 0;
    }
    .owl-carousel .owl-nav div {
        position: absolute;
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin: auto;
        display: block;
        top: 0;
        bottom: 0;
        cursor: pointer;
        text-align: center;
        background-color: fade(@white, 80%);
        z-index: 200;
        padding: 0;
        opacity: 0;
        color: @white;
        font-size: 15px;
        .rounded(100%);
        .transition(all 0.3s);
        &:hover {
            background-color: @white;
            color: @primary_color;
        }
        &.owl-next {
            right: 15px;
            .translateX(50px);
        }
        &.owl-prev {
            left: 15px;
            .translateX(-50px);
        }
    }
    
    &:hover {
        .owl-carousel .owl-nav div {
            opacity: 1;
            .translateX(0px);
        }
    }
}

.entry-content, .comment-text {
    &:after {
        content: "";
        clear: both;
        display: block;
    }
    table {
        border-collapse: collapse !important;
    }
    table {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
    table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td {
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 1px solid @border_color;
    }
    table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 1px solid @border_color;
    }
    table > caption + thead > tr:first-child > th, table > colgroup + thead > tr:first-child > th, table > thead:first-child > tr:first-child > th, table > caption + thead > tr:first-child > td, table > colgroup + thead > tr:first-child > td, table > thead:first-child > tr:first-child > td {
        border-top: 0;
    }
    table > tbody + tbody {
        border-top: 1px solid @border_color;
    }
    blockquote p {
        position: relative;
        overflow: hidden;
    }
    blockquote cite {
        display: block;
        font-size: 15px;
    }
    input[type="submit"] {
        font-size: 15px;
        line-height: 1.6;
        font-weight: 400;
        text-align: center;
        display: inline-block;
        color: #fff;
        border: none;
        padding: 9px 25px;
        .transition(all 0.2s ease);
    }
    p:last-child {
        margin-bottom: 0;
    }
    dd, dt {
        line-height: 2.2;
    }
}

.entry-meta-tag {
    font-size: 0;
    label {
        font-size: 12px;
        margin-bottom: 0;
        color: fade(@heading_color, 70%);
        font-weight: normal;
        margin-right: 20px;
        text-transform: uppercase;
    }
    a {
        display: inline-block;
        margin-right: 20px;
        line-height: 1;
        font-size: 13px;
        color: fade(@heading_color, 80%);
        &:before {
            content: "#";
            margin-right: 5px;
            display: inline-block;
        }
    }
}

.entry-meta-tag {
    display: none;
}


/*
* Single Post
* 
 */

.single-post {
    .site-content-single-post {
        overflow: hidden;
        .blog-wrap {
            width: 75%;
            margin: 0 auto;
            .blog-inner {
                article {
                    background-color: @white;
                    .entry-post-meta-wrap {
                        margin-top: 60px;
                        margin-bottom: 60px;
                        .entry-meta-info {
                            position: relative;
                            .entry-meta-date {
                                span {
                                    display: block;
                                    text-transform: uppercase;
                                    line-height: 28px;
                                    &.day {
                                        font-size: 24px;
                                        font-weight: bold;
                                    }
                                    &.month {
                                        font-size: 16px;
                                    }
                                }
                            }
                            h1 {
                                text-align: center;
                                margin-bottom: 10px;
                                text-transform: uppercase;
                                font-size: 30px;
                                @media(max-width:479px){
                                    font-size: 18px;
                                }
                            }
                            ul {
                                text-align: center;
                                li {
                                    display: inline-block;
                                    margin-right: 30px;
                                    i {
                                        padding-right: 5px;
                                    }
                                    a {
                                        text-transform: capitalize;
                                    }
                                    &:hover > a {
                                        color: @text_color;
                                    }
                                }
                            }
                            .entry-post-format {
                                display: none;
                            }
                        }
                        @media(max-width:479px){
                            margin: 30px 0;
                        }
                    }
                    .entry-thumbnail-wrap {
                        margin-bottom: 40px;
                        .entry-thumbnail {
                            &:before {
                                display: none;
                            }
                        }
                    }
                    h3.entry-title {
                        font-size: 32px;
                    }
                    .entry-content {
                        margin-bottom: 25px;
                    }
                    blockquote {
                        border-left-width: 5px;
                        border-left-style: solid;
                    }
                    .author-info {
                        padding-top: 40px;
                        border-top: 1px solid @border_color;
                        margin-top: -1px;
                        .author-avatar {
                            float: left;
                            width: 100px;
                            margin-right: 40px;
                            margin-left: 50px;
                            text-align: center;
                            .alignnone {
                                margin: 0;
                            }
                            img.avatar {
                                .border-radius(100%);
                            }
                            h3.author-title {
                                margin: 20px 0 0 0;
                                font-size: 13px;
                                text-transform: uppercase;
                            }
                        }
                        .author-description {
                            position: relative;
                            overflow: hidden;
                            padding-left: 10px;
                            p.author-bio {
                                position: relative;
                                margin-bottom: 0;
                                padding: 25px;
                                &:after {
                                    right: 100%;
                                    top: 50px;
                                    border: solid transparent;
                                    content: " ";
                                    height: 0;
                                    width: 0;
                                    position: absolute;
                                    pointer-events: none;
                                    border-right-color: @border_color;
                                    border-width: 7px;
                                }
                            }
                        }
                    }
                    article.format-video {
                        > .entry-thumbnail-wrap > .entry-thumbnail {
                            a.prettyPhoto {
                                width: 100px;
                                height: 100px;
                                font-size: 100px;
                                line-height: 100px;
                            }
                        }
                    }
                }
                .post-navigation {
                    background-color: @white;
                    border-top: 2px solid darken(@border_color, 50%);
                    border-bottom: 2px solid darken(@border_color, 50%);
                    .nav-links {
                        .nav-previous {
                            width: 50%;
                            a {
                                padding: 15px 0px;
                                display: table;
                                width: 100%;
                                .post-navigation-left {
                                    display: table-cell;
                                    width: 50px;
                                    .post-navigation-label {
                                        display: none;
                                    }
                                    .post-navigation-icon {
                                        left: 0;
                                        color: @secondary_color;
                                        .transition( all 0.35s ease);
                                    }
                                }
                                .post-navigation-content {
                                    display: table-cell;
                                    .post-navigation-title {
                                        text-align: left;
                                        .transition( all 0.35s ease);
                                    }
                                     @media( max-width:479px){
                                        display: none;
                                    }
                                }

                            }
                            &:hover{
                                a{
                                    .post-navigation-left {
                                        .post-navigation-label {
                                            color: @primary_color;
                                        }
                                        .post-navigation-icon {
                                           color: @primary_color;
                                        }
                                    }
                                    .post-navigation-content {
                                        .post-navigation-title{
                                            color: @primary_color;
                                        }
                                       
                                    }
                                }
                            }
                        }
                        .nav-next {
                            width: 50%;
                            a {
                                padding: 15px 0px;
                                display: table;
                                width: 100%;
                                .post-navigation-right {
                                    display: table-cell;
                                    width: 50px;
                                    .transition( all 0.35s ease);
                                    .post-navigation-label {
                                        display: none;
                                    }
                                    .post-navigation-icon {
                                        right: 0;
                                        color: @secondary_color;
                                        .transition( all 0.35s ease);
                                    }
                                }
                                .post-navigation-content {
                                    display: table-cell;
                                    .post-navigation-title {
                                        text-align: right;
                                        .transition( all 0.35s ease);
                                    }
                                     @media( max-width:479px){
                                        display: none;
                                    }
                                }
                            }
                            &:hover{
                                a{
                                    .post-navigation-right {
                                        .post-navigation-label {
                                            color: @primary_color;
                                        }
                                        .post-navigation-icon {
                                           color: @primary_color;
                                        }
                                    }
                                    .post-navigation-content {
                                        .post-navigation-title{
                                            color: @primary_color;
                                        }
                                       
                                    }
                                }
                            }
                        }
                    }
                }
            }
            .social-share-wrap {
                label {
                    display: none;
                }
                ul.social-share {
                    padding: 0;
                    margin: 0;
                    display: inline;
                    li {
                        list-style: none;
                        float: left;
                        margin-right: 5px;
                        margin-top: 5px;
                        a {
                            display: block;
                            text-align: center;
                            .transition(all 0.2s);
                            padding: 10px 20px;
                            background: lighten(@text_color, 40%);
                            color: @secondary_color;
                            &:hover {
                                background: @secondary_color;
                                color: @white;
                            }
                            i {
                                &:before {
                                    padding-right: 10px;
                                }
                            }
                            @media(max-width:479px){
                                padding: 10px 9px;
                            }
                        }
                    }
                }
                @media(max-width: @screen-xs-min) {
                    width: 100%;
                    text-align: left;
                }
            }
            @media(max-width:479px){
                width: 85%;
            }
        }
        @media(max-width:@screen-sm-max) {
            .site-content-archive-inner {
                padding: 0px;
                .blog-wrap {
                    .blog-inner {
                        article {
                            .entry-content-wrap {
                                padding: 0px;
                            }
                            h1 {
                                font-size: 25px;
                            }
                        }
                    }
                }
            }
        }
    }
}

.entry-comments {
    margin-top: 50px;
    background-color: @white;
    padding: 50px 0px;
    h3.comments-title {
        font-size: 20px;
        padding-bottom: 8px;
        margin-bottom: 30px;
        text-transform: uppercase;
        font-weight: bold;
        position: relative;
        span{
            color: @secondary_color;
        }
        &:before {
            position: absolute;
            width: 50px;
            height: 2px;
            background-color: @primary_color;
            content: '';
            bottom: 0px;
            left: 0px;
        }
    }
    .entry-comments-list {
        padding-bottom: 45px;
        ol.commentlist {
            padding: 0;
            margin: 0;
            list-style: none;
            li {
                .children {
                    margin: 0px;
                    padding-left: 45px;
                    li {
                        list-style: none;
                    }
                }
                .comment-body {
                    border-bottom: 1px solid @border_color;
                    padding: 30px 0px;
                }
                img.avatar {
                    float: left;
                    width: 80px;
                    margin: 0;
                }
                .comment-text {
                    position: relative;
                    padding-left: 110px;
                    .comment-meta {
                        .comment-reply-link, .comment-edit-link {
                            font-size: 13px;
                            text-transform: uppercase;
                            color: @secondary_color;
                            .transition( all 0.35s ease-in-out);
                            &:hover{
                                color: @primary_color;
                            }
                        }
                        .comment-edit-link {
                            margin-left: 40px
                        }
                    }
                }
                .author {
                    position: relative;
                    .author-name {
                        font-size: 13px;
                        color: @black;
                        text-transform: capitalize;
                        font-weight: bold;
                        a {
                            color: inherit;
                        }
                    }
                    .comment-meta-date {
                        margin-left: 20px;
                        position: relative;
                        padding-left: 20px;
                        &:before {
                            position: absolute;
                            content: '';
                            width: 4px;
                            height: 4px;
                            background-color: @primary_color;
                            .transform(rotate(45deg));
                            bottom: 5px;
                            left: 0px;
                        }
                    }
                }
                .comment-respond {
                    margin-top: 20px;
                }
            }
            li:last-child {
                .comment-text {
                    border-bottom: none;
                    padding-bottom: 0;
                }
            }
        }
        nav.comment-navigation {
            margin-bottom: 20px;
            .page-numbers {
                display: inline-block;
                margin-right: 5px;
                width: 40px;
                height: 40px;
                line-height: 40px;
                text-align: center;
                border: 1px solid @border_color;
                color: #888;
                font-size: 14px;
                .border-radius(100%);
                &.next, &.prev {
                    border: none;
                    .border-radius(0);
                    font-size: 18px;
                }
                &:hover, &:focus {
                    color: #202020;
                }
                &.current {
                    color: @white;
                }
            }
            &.comment-navigation-bottom {
                margin-bottom: 0;
                margin-top: 20px;
            }
        }
    }
}

.comment-reply-title {
    font-size: 18px;
    margin-bottom: 45px;
    text-transform: uppercase;
    font-weight: bold;
    span {
        position: relative;
        color: @secondary_color;
        &:before {
            position: absolute;
            content: '';
            left: 0;
            bottom: -10px;
            width: 50px;
            height: 2px;
            background: @primary_color;
        }
    }
}

.comment-fields-wrap {
    .comment-fields-inner {
        .row {
            margin: 0;
        }
    }
}
#respond{
    .comment-form {
        input[type="text"], input[type="search"], input[type="email"], input[type="url"], input[type="password"], textarea {
            width: 100%;
            background-color: @white;
            .box-shadow(0 0 0 1px darken(@white, 10%));
            .border-radius(0);
            border: none;
            &:focus {
                .box-shadow(0 0 0 1px @primary_color);
            }
        }
        textarea {
            height: 100px;
        }
        .form-group {
            margin-bottom: 10px;
        }
        .form-submit {
            margin: 5px 0 0 0;
            text-transform: uppercase;
            input#submit {
                font-weight: bold;
                background: @secondary_color;
                color: @white;
                padding: 10px 15px;
                .transition(all 0.35s ease);
                text-transform: uppercase;
                border: none;
                &:hover {
                    background: darken(@primary_color,10%);
                }
            }
        }
        .comment-notes, .logged-in-as {
            display: none;
        }
    }
}

/* 
* General
*/

// .shortcode-blog-wrap {
.blog-wrap {
    margin-bottom: 0;
    .blog-inner {
        article {
            .post-item {
                background-color: @white;
                .entry-wrap {
                    position: relative;
                    .entry-thumbnail-wrap {
                        position: relative;
                        a.entry-thumbnail_overlay {
                            &:before {
                                position: absolute;
                                content: '\f064';
                                font-family: 'FontAwesome';
                                top: 40%;
                                left: 45%;
                                .translate(-50%;
                                -50%);
                                .rounded(50%);
                                .transform (scale(0));
                                .transition(all .3s ease);
                                padding: 15px;
                                line-height: 15px;
                                color: @white;
                                background: fade(@text_color, 60%);
                                z-index: 2;
                            }
                            img {
                                .transition(all 1s ease-in-out);
                            }
                        }
                        .date-overlay {
                            display: none;
                        }
                    }
                    .entry-content-wrap {
                        position: relative;
                        z-index: 2;
                        width: 100%;
                        padding: 0px 15px;
                        .entry-detail {
                            padding-top: 20px;
                            background-color: @white;
                            h3 {
                                font-weight: bold;
                                margin-top: 0px;
                            }
                            .entry-post-meta-wrap {
                                li {
                                    a {
                                        font-weight: bold;
                                    }
                                    &.entry-meta-author {
                                        a {
                                            text-transform: capitalize;
                                        }
                                    }
                                }
                            }
                            .btn-readmore {
                                position: relative;
                                background-color: darken(@white, 10%);
                                display: block;
                                color: @black;
                                text-transform: uppercase;
                                font-weight: bold;
                                overflow: hidden;
                                .transition( all 0.35s ease);
                                span {
                                    padding: 10px 0px;
                                    display: block;
                                    text-align: center;
                                }
                                &:hover {
                                    background-color: lighten(@black, 10%);
                                    color: @white;
                                    &:before {
                                        left: 120%;
                                    }
                                }
                            }
                            .entry-excerpt {
                                margin-bottom: 30px;
                            }
                        }
                    }
                }
                &:hover {
                    .entry-wrap .entry-thumbnail-wrap {
                        .entry-thumbnail {
                            a.entry-thumbnail_overlay {
                                &:before {
                                    .transform (scale(1));
                                }
                                img {
                                    .blur(2px);
                                    .transform (scale(1.2));
                                }
                            }
                        }
                    }
                }
                @media(max-width:@screen-xs-max) {
                    padding: 0px 0px 20px 0px;
                }
            }
        }
    }
    &.large-image {
        .blog-inner {
            .entry-wrap {
                .entry-content-wrap {
                    margin-top: -150px;
                    .entry-title {
                        font-size: 16px;
                    }
                    @media(max-width:479px){
                        margin: 0;
                        padding: 0 !important;
                    }
                }
            }
        }
    }
    /* 
    *   Blog Masonry
    */
    &.masonry {
        .blog-inner {
            .entry-wrap {
                .entry-content-wrap {
                    text-align: center;
                    .entry-title {
                        font-size: 16px;
                    }
                }
            }
        }
    }
    /*
    *   Blog Grid
    */
    &.grid {
        .blog-inner {
            .entry-wrap {
                .entry-content-wrap {
                    text-align: center;
                    .entry-title {
                        font-size: 16px;
                    }
                }
            }
        }
    }
}

&.hide_author {
    .blog-inner .entry-post-meta-wrap ul.entry-meta {
        .entry-meta-author {
            display: none;
        }
    }
}

&.hide_comment {
    .blog-inner .entry-post-meta-wrap ul.entry-meta {
        .entry-meta-comment {
            display: none;
        }
    }
}

&.hide_category {
    .blog-inner .entry-post-meta-wrap ul.entry-meta {
        .entry-meta-category {
            display: none;
        }
    }
}

&.hide_date {
    .blog-inner .entry-post-meta-wrap ul.entry-meta {
        .entry-meta-date {
            display: none;
        }
    }
}

&.hide_readmore {
    .blog-inner article .entry-wrap .entry-content-wrap .entry-detail {
        .btn-readmore {
            display: none;
        }
    }
}

// }
@media (max-width: 991px) {
    .blog-inner, .sofani-post {
        &.blog-style-grid, &.blog-style-masonry {
            article {
                width: 50% !important;
            }
        }
    }
}

@media (max-width: 767px) {
    .blog-inner, .sofani-post {
        .jp-interface {
            height: 70px;
        }
        .jp-play-pause {
            margin-left: 20px;
            i {
                line-height: 68px;
            }
        }
        .jp-volume {
            margin: auto auto auto 30px;
        }
        .jp-volume-bar {
            display: none !important;
        }
        &.blog-style-medium-image {
            .entry-thumbnail-wrap {
                float: none;
                margin: 0 0 40px 0;
                width: 100%;
                max-width: 100%;
            }
        }
        &.blog-style-grid, &.blog-style-masonry {
            article {
                width: 100% !important;
                padding: 0px!important;
            }
            article + article {
                margin-top: 30px;
            }
        }
    }
    .post-navigation .nav-previous, .post-navigation .nav-next {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .blog-inner, .sofani-post {
        article.format-link, article.format-quote {
            .post-format-icon {
                display: none;
            }
        }
    }
    .site-content-single-post .blog-inner .author-info .author-avatar {
        float: none;
        margin: 0 auto 20px auto;
    }
    .site-content-single-post .blog-inner .author-info .author-description {
        padding-left: 0;
    }
    .entry-comments .entry-comments-list ol.commentlist li img.avatar {
        width: 65px;
        margin-right: 10px;
    }
    .entry-comments .entry-comments-list ol.commentlist li .comment-text {
        padding-left: 0;
    }
    .entry-comments .entry-comments-list ol.commentlist li .author .comment-meta {
        position: relative;
    }
    .entry-comments-form-avatar {
        display: none;
    }
}

.yolo-site-content-page {
    .blog-inner {
        article {
            padding: 0 15px;
            @media(max-width: @screen-xs-max) {
                padding: 0px;
            }
        }
    }
}