/* ==============================
   Blog Banner
   ============================== */
:root {
  --titleColor: #303030;
  --contentColor: #7d7d7d;
  --marginBottom: 16px;
}
.new-article{
    position: relative;
}
.new-article .article-box {
    display: flex;
}
.new-article .article-breadcrumb{
    z-index: 1;
    position: absolute;
    right: 24px;
    background: #fff;
    padding: 8px 12px;
    top: 24px;
}
.new-article .article-breadcrumb .breadcrumb {
    margin: 0;
}
.article-items {
    position: relative;
}
.article-content {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 90%;
}
.article-title {
    font-size: 1.25rem;
    margin-bottom: 12px;
    color: #fff;
    text-shadow: 0 0 5px #000;
    line-height: 1.5;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.item-content {
    font-size: .875rem;
    color: #fff;
    text-shadow: 0 0 5px #000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
}
.item-overlay {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 400ms ease !important;
    -moz-transition: all 400ms ease !important;
    -ms-transition: all 400ms ease !important;
    transition: all 400ms ease !important;
    background-color: rgba(22,22,22,0.65);
}
/*.article-items:hover .item-overlay {
    opacity: 1;
    visibility: visible;
}*/

@media screen and (max-width:991px) { 
    .new-article .article-box .article-items:nth-child(4), 
    .new-article .article-box .article-items:nth-child(5){
        display: none;
    }
}
@media screen and (max-width:767px) { 
    .new-article{
        display: none;
    }
}

/* ==============================
   Blog
   ============================== */

   .blog-item{
    margin-bottom: 80px;
    position: relative;
}
.blog-media{
    margin-bottom: 30px;
}
.blog-media img,
.blog-media .video,
.blog-media iframe{
    width: 100%;
}
.blog-item-title{
    margin: 0 0 .35em 0;
    padding: 0;
    line-height: 1.2;
}
.blog-item-title a{
    color: var(--contentColor);
    text-decoration: none;
}
.blog-item-title a:hover{
    color: #757575;
    text-decoration: none;
}
.blog-item-data{
    margin-bottom: 30px;
    font-size: 13px;
    color: #888;
}
.blog-item-data a{
    color: #888;
    text-decoration: none;
    white-space: nowrap;
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.blog-item-data a:hover{
    color: #000;
    text-decoration: none;
}
.separator{
    margin: 0 5px;
}
.blog-item-body{
    margin-bottom: 37px;
}
.blog-item-body h1,
.blog-item-body h2,
.blog-item-body h3,
.blog-item-body h4,
.blog-item-body h5,
.blog-item-body h6{
    margin: 1.3em 0 0.5em 0;
    line-height: 1.2;
}
.blog-item-body blockquote p:before{
    content: '“';
    position: absolute;
    top: -0.23em;
    left: -0.58em;
    font-family: Georgia, "Times New Roman", Serif;
    font-size: 1.25rem;
    opacity: .2;
}
.blog-item-more{
    border: 1px solid #ccc;
    padding: 5px 10px 8px 10px;
    font-size: .875rem;
    font-weight: 500;
    color: #757575;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.blog-item-more:hover{
    text-decoration: none;
    border-color: #111;
}
.blog-item-more .fa{
    font-size: .875rem;
}
a.blog-item-more{
    color: #757575;
    text-decoration: none;
}
a.blog-item-more:hover{
    color: #111;
}
.blog-item-q{
    background: none;
    border: none;
    padding: 0;
    margin: 1em 0;
    letter-spacing: -0.02em;
    line-height: 1.7;
}
.blog-item-q p{
    position: relative;
    background: #f5f5f5;
    padding: 17px 20px;
    font-size: .875rem;
    font-style: normal;
    line-height: 1.6;
}
.blog-item-q p a{
    color: #555;
    text-decoration: none;
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.blog-item-q:hover a,
.blog-item-q p a:hover{
    text-decoration: none;
    color: #757575;
}
.blog-item-q p:before,
.blog-item-q p:after{
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.blog-item-q p:before{
    content: '"';
    position: absolute;
    top: 10px;
    left: 10px;
}
.blog-item-q p:after{
    content: '"';
}
.blog-item-q p:hover:before,
.blog-item-q p:hover:after{
    color: #777;
}
.blog-page-title{
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.light-content .blog-item-title a{
    color: #fff;
}
.light-content .blog-item-title a:hover{
    color: #bbb;
}
.light-content .blog-item-data{
    color: rgba(255,255,255, .8);
}
.light-content .blog-item-data a{
    color: rgba(255,255,255, .8);
}
.light-content .blog-item-data a:hover{
    color: #fff;
}
.light-content .blog-page-title{
    border-color: #555;
}
.light-content .blog-item-more{
    border-color: #555;
    color: #ccc;
}
.light-content .blog-item-more:hover{
    border-color: #ccc;
}
.light-content a.blog-item-more{
    color: #ccc;
}
.light-content a.blog-item-more:hover{
    color: #fff;
}
.light-content .blog-item-q p{
    background-color: #222;
}
.light-content .blog-item-q p a{
    color: #bbb;
}
.light-content .blog-item-q:hover a,
.light-content .blog-item-q p a:hover{
    color: #fff;
}
.light-content .blog-item-q p:before,
.light-content .blog-item-q p:after{
    color: #bbb;
}
.light-content .blog-item-q p:hover:before,
.light-content .blog-item-q p:hover:after{
    color: #fff;
}


/*
 * Pagination
 */

.pagination{
    font-size: 13px;
}
.pagination a{
    display: inline-block;
    min-width: 46px;
    margin-right: 5px;
    padding: 9px 16px;
    border: 1px solid #d0d0d0;
    color: #888;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.pagination .fa{
    position: relative;
    top: -1px;
    font-size: 13px;
}
.pagination a:hover{
    text-decoration: none;
    border-color: #888;
    color: #555;
}
.pagination a.active,
.pagination a.active:hover{
    border-color: #888;
    color: #555;
    cursor: default;
}
.pagination a.no-active,
.pagination a.no-active:hover{
    border-color: #eee;
    color: #999;
    cursor: default;
}

.light-content .pagination a{
    border-color: #5f5f5f;
    color: #bbb;
}
.light-content .pagination a:hover{
    border-color: #bbb;
    color: #fff;
}
.light-content .pagination a.active,
.light-content .pagination a.active:hover{
    border-color: #bbb;
    color: #fff;
}
.light-content .pagination a.no-active,
.light-content .pagination a.no-active:hover{
    border-color: #333;
    color: #333;
}


/*
 * Comments
 */

.comment-item{
    padding-top: 30px !important;
    border-top: 1px dotted #ddd;
    color: #5f5f5f;
    font-size: 16px;
    overflow: hidden;
}
.comment-item:first-child{
    padding-top: 0;
    border-top: none;
}

.media-body{
    overflow: hidden;
}
.comment-avatar{
    width: 50px;
    margin-right: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.comment-item-data{
    margin: 0 0 5px;
    font-size: 13px;
}
.comment-item-data a{
    color: #757575;
    text-decoration: none;
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.comment-item-data a:hover{
    color: #111;
    text-decoration: none;
}
.comment-author{
    display: inline-block;
    margin-right: 20px;
    font-weight: 600; 
}
.comment-author a{
    color: #757575;
}

.light-content .comment-item{
    border-color: #282828;
    color: #ccc;
}
.light-content .comment-item-data a{
    color: #ccc;
}
.light-content .comment-item-data a:hover{
    color: #fff;
}
.light-content .comment-author a{
    color: #bbb;
}


/*
 * Sidebar
 */

.widget{
    margin-bottom: 60px;
}
.widget .img-left{
    margin: 0 10px 10px 0;
}
.widget .img-right{
    margin: 0 0 10px 10px;
}
.widget-title{
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -0.02em;
    border-bottom: 1px solid #ccc;
}
.widget-body{
    font-size: 16px;
    color: #757575;
}
.widget-text{
    line-height: 1.7;
}

.light-content .widget-title{
    border-color: #555;
}
.light-content .widget-body{
    color: #bbb;
}


/* Search widget */

.search-wrap{
    position: relative;
}
.search-field{
    width: 100% !important;
    height: 50px !important;
    padding-right: 30px !important;
    font-size: 15px !important;
}
.search-button{
    width: 42px;
    height: 50px;
    line-height: 48px;
    margin-top: -25px;
    position: absolute;
    top: 50%;
    right: 1px;    
    overflow: hidden;
    background: transparent;
    border: none;
    outline: none;
    color: #999;
    font-size: 14px;
}

.search-button:hover{
    color: #111;
}
.search-button:hover + .search-field{
    border-color: #ccc;
}


/* Widget menu */

.widget-menu{
    font-size: 18px;
}
.widget-menu li{
    padding: 5px 0;
    
}
.widget-menu li a{
    color: #555;
    text-decoration: none;
    padding-bottom: 2px;
    text-decoration: none;
    border-bottom: 1px solid transparent;    
    -webkit-transition: all 0.17s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.17s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.widget-menu li a:hover,
.widget-menu li a.active{
    color: #999;
}
.widget-menu li small{
    font-size: 12px;
    color: #999; 
}

.light-content .widget-menu li a{
    color: #ccc;
}
.light-content .widget-menu li a:hover,
.light-content .widget-menu li a.active{
    color: #fff;
}
.light-content .widget-menu li small{
    font-size: 12px;
    color: #bbb; 
}


/* Widget tags */

.tags a{
    display: inline-block;
    margin: 0 2px 8px 0;
    padding: 5px 7px 6px 7px;
    border: 1px solid #ddd;
    color: #555;
    font-size: 15px;
    text-decoration: none;
    border-radius: 3px;
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.tags a:hover{
    text-decoration: none;
    border-color: #333;
    color: #111;
}

.light-content .tags a{
    border-color: #bbb;
    color: #ccc;
}
.light-content .tags a:hover{
    border-color: #fff;
    color: #fff;
}

/* Comments */

.widget-comments{
    color: #888;
}
.widget-comments li{
    padding: 12px 0;
    border-bottom: 1px dotted #ddd;
}
.widget-comments li:last-child{
    border-bottom: none;
}
.widget-comments li a{
    color: #555;
    text-decoration: none;
    -webkit-transition: all 0.17s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.17s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.widget-comments li a:hover{
    color: #999;
}

.light-content .widget-comments{
    color: #bbb;
}
.light-content .widget-comments li{
    border-bottom-color: #282828;
}
.light-content .widget-comments li a{
    color: #ccc;
}
.light-content .widget-comments li a:hover{
    color: #fff;
}

/* Posts */

.widget-posts{
    color: #888;
}
.widget-posts li{
    font-size: 14px;
    padding: 12px 0;
    border-bottom: 1px dotted #ddd;
}
.widget-posts li:last-child{
    padding-bottom: 0;
    border: none;
}
.widget-posts li a{
    display: block;
    color: #555;
    font-weight: 600;
    text-decoration: none;    
    -webkit-transition: all 0.17s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.17s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.widget-posts li a:hover{
    color: #999;
}
.widget-posts-img{
    float: left;
    margin: 0 12px 0 0;
}
.widget-posts-descr{
    overflow: hidden;
}

.light-content .widget-posts{
    color: #bbb;
}
.light-content .widget-posts li{
    border-color: #282828;
}
.light-content .widget-posts li a{
    color: #ccc;
}
.light-content .widget-posts li a:hover{
    color: #fff;
}



/**************************************************
        blog-list
**************************************************/
.blog-list-wrap {padding: 80px 0 120px;}
.sidebar-widget {margin-left: 15px;}
.sidebar-widget h6 {
    margin-bottom: 20px;
        padding-bottom: 3px;
        border-bottom: 1px solid #333;
        display: inline-block;
        color: var(--titleColor);
        font-size: 1rem;
        font-weight: 500;
}
.sidebar-widget + .sidebar-widget {margin-top: 50px;}
.widget-search {position: relative;}
.widget-search input {
        padding-right: 30px;
        box-shadow: none;
}
.widget-search button {
    background: transparent;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}
.widget-search i {
        padding: 12px 22px;
        font-size: .875rem;
        color: var(--titleColor);
        cursor: pointer;
}
.widget-categories {
    margin: 0;
    padding: 0;
    list-style: none;
}
.widget-categories li {
    border-bottom: none;
    border-spacing: 5px;
        padding-bottom: 8px;
        margin-bottom: 12px;
}
.widget-categories li a {
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: .875rem;
    color: var(--titleColor);
}
.widget-categories li a:hover {color: #888;}
.widget-categories li i {
    padding-left: 2px;
        margin-right: 10px;
        font-size: .75rem;
}
.widget-categories.recent-post li {
    padding-bottom: 12px;
        margin-bottom: 12px;
}
.sidebar-widget .recent-post-content {
    display: flex;
    flex-direction: column;
    position: relative;
}
.sidebar-widget .recent-post .recent-post-image {padding: 0 0 480px;}
.sidebar-widget .recent-post .recent-post-image img {
    width: 50px;
    margin-left: 15px;
}
.sidebar-widget .recent-post .recent-post-info a {
        display: block;
        margin-bottom: 8px;
        font-size: .875rem;
        color: var(--titleColor);
}
.sidebar-widget .recent-post .recent-post-info a h3 {
    font-size: .875rem;
    margin-bottom: 0;
    letter-spacing: 1px;
}
.sidebar-widget .recent-post .recent-post-info a:hover h3 {color: #888;}
.sidebar-widget .recent-post .recent-post-info time {
    display: flex;
    align-items: center;
    line-height: normal;
    color: var(--contentColor);
    opacity: 1;
    margin-right: 15px;
    font-size: .875rem;
}
.recent-post-info .d-flex {justify-content: space-between;}
.sidebar-widget .recent-post .recent-post-info time i {color: var(--contentColor);}
.sidebar-widget .recent-post .recent-post-info span {font-size: .875rem;color: var(--titleColor);}
.bg-pill-major-80 {background-color: rgba(16,26,42,.8);}
.bg-pill-blue-primary {background-color: rgba(66,134,222,1);}
.bg-pill-minor {background-color: rgba(48,99,186,1);}
.bg-pill-major-60 {background-color: rgba(16,26,42,.6);font-size: .75rem;font-weight: 400;}
.widget-categories.pop-post li {
    padding-bottom: 12px;
        margin-bottom: 12px;
}
.sidebar-widget .pop-post-content {
        display: flex;
        flex-direction: row-reverse;
}
.pop-post-info {width: 100%;}
.sidebar-widget .pop-post .pop-post-image {flex: 0 0 65px;}
.sidebar-widget .pop-post .pop-post-image img {
    width: 50px;
    margin-left: 15px;
}
.sidebar-widget .pop-post .pop-post-info a {
        display: block;
        margin-bottom: 8px;
        font-size: .875rem;
        color: var(--titleColor);
}
.sidebar-widget .pop-post .pop-post-info a h3 {
    font-size: .875rem;
    margin-bottom: 0;
    letter-spacing: 1px;
}
.sidebar-widget .pop-post .pop-post-info a:hover h3 {color: #888;}
.sidebar-widget .pop-post .pop-post-info time {
    display: flex;
    align-items: center;
    line-height: normal;
    color: var(--contentColor);
    opacity: 1;
    margin-right: 15px;
    font-size: .875rem;
}
.sidebar-widget .pop-post .pop-post-info time i {color: var(--contentColor);}
.sidebar-widget .pop-post .pop-post-info span {font-size: .875rem;color: var(--titleColor);}
.pop-post-info .d-flex {justify-content: space-between;}
.pop-post-info b {
    font-size: .75rem;
    color: var(--titleColor);
    font-weight: 500;
}
.sidebar-widget .widget-tags ul {
    margin: 0;
    padding: 0;
}
.sidebar-widget .widget-tags li {
    display: inline-block;
    margin-right: 4px;
        margin-bottom: 10px;
}
.sidebar-widget .widget-tags li a {
        padding: .375rem .75rem;
        border: 1px solid #e5e5e5;
        border-radius: .25rem;
        font-size: .75rem;
        color: #333;
        text-decoration: none;
}
.sidebar-widget .widget-tags li:hover a {
    border-color: #888;
    color: #888;
}
.sidebar-widget .widget-tags li:hover a span {color: #bbab8d;}
.sidebar-widget .ig_item {
    width: calc(100% / 3 - (8px));
    margin: 4px;
}
.sidebar-widget .ig_item.carousel_album::before{
    width: 12px;
    height: 12px;
    right: 6px;
    top: 6px;
}
.blog-entry {
    border: none;
        -webkit-transition: all 0.5s ease-out 0s;
        -moz-transition: all 0.5s ease-out 0s;
        -ms-transition: all 0.5s ease-out 0s;
        -o-transition: all 0.5s ease-out 0s;
        transition: all 0.5s ease-out 0s;
}
/*.blog-entry:hover {box-shadow: 0px 0px 10px rgb(0 0 0 / 6%);}*/
.entry-image img {width: 100%;height: auto;object-fit: cover;}
.blog-entry .blog-detail {
        background: #ffffff;
        padding: 30px;
}
.blog-entry .blog-detail .entry-title a h2 {
        font-size: 1.25rem;
        color: var(--titleColor);
        line-height: normal;
        margin-bottom: 10px;
        overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.blog-entry .blog-detail .entry-title a:hover h2 {color: #888;}
.entry-meta {margin-bottom: 10px;}
.entry-meta ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}
.blog-entry .entry-meta ul li {
        display: flex;
        align-items: center;
        margin-right: 0;
        margin-bottom: 5px;
        line-height: normal;
        font-size: .875rem;
        color: var(--contentColor);
}
.blog-entry .entry-meta > ul > li:first-child {flex: 0 0 100%;}
.blog-entry .entry-meta > ul > li:nth-child(2) {margin-right: 8px;padding-right: 8px;border-right: 1px solid var(--contentColor);}
.blog-entry .entry-meta ul li i {
        color: var(--contentColor);
        padding-right: 6px;
        padding-top: 0;
        font-size: .75rem;
}
.blog-entry .entry-meta ul li a {
        line-height: normal;
        padding-right: 5px;
        font-size: .875rem;
        color: var(--contentColor);
}
.blog-entry .entry-meta ul li:last-child a {padding-right: 0;}
.entry-meta ul ul {display: inline-block;}
.blog-entry .entry-meta ul ul li {
    display: inline-block;
        margin-right: 0px;
}
.blog-entry .entry-meta ul ul li:not(:last-child)::after {content: ",";}
.entry-button > a {margin-top: 0rem;}
.blog-list-items .blog-entry:nth-child(n+2) {margin-top: 50px;}
.pagination {margin: 60px 0 0;}
.pagination .page-item {margin-right: 1%;}
.pagination .page-item:last-child {margin-right: 0;}
.page-link {
        color: #333;
        background-color: transparent;
        border: none;
        padding: .5rem 1rem;
        border-radius: 0;
}
.page-item:last-child .page-link {
        border-top-right-radius: 0rem;
        border-bottom-right-radius: 0rem;
}
.page-item.active .page-link {
        background-color: rgba(17,17,17, .9);
        border-color: rgba(17,17,17, .9);
}
.pagination .page-item:not(.active):not(.disabled):hover .page-link {color: rgba(17,17,17, .9);}
.blog-entry a {text-decoration: none;}
.entry-content p {font-size: 16px;}
.widget-search .search-button {
    width: auto;
    height: auto;
    line-height: inherit;
    margin-top: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    font-size: inherit;
}
.blog-entry {
    display: flex;
    overflow: hidden;
}
.blog-entry .entry-image {
    width: 40%;
}
.blog-entry .entry-image a {
    max-height: 306px;
    min-height: 306px;
    display: flex;
    align-items: stretch;
    justify-content: center;
}
.blog-entry .blog-detail {
    width: 60%;
}
.page-section.blog-list-wrap, .page-section.blog-detail-wrap {overflow: unset;}
.sidebar-group.sticky-top {top: 126px;}
@media screen and (max-width: 991px) {
    .blog-list-wrap {padding: 60px 0;}
    .sidebar-widget {
        margin-top: 100px;
        margin-left: 0;
    }
}
@media screen and (max-width: 767px) {
    .blog-entry {
        flex-direction: column;
    }
    .blog-entry .entry-image {
        width: 100%;
        max-height: none;
        min-height: auto;
    }
    .blog-entry .blog-detail {
        width: 100%;
    }
}

/**************************************************
        blog-detail
**************************************************/
.edit-area {margin-top: 50px;}
.blog-detail-wrap {padding: 80px 0;}
.blog-detail-wrap .section-title {
    margin-bottom: 10px;
    font-size: 1.25rem;
    color: var(--titleColor);
    font-weight: 500;
}
.blog-detail-wrap .blog-entry {
    border: none;
    margin-bottom: 0px;
}
.blog-detail-wrap .blog-entry:hover {box-shadow: none;}
.blog-detail-wrap .entry-image {margin: 15px 0 30px;}
.related-post, .post-navigation {
    padding-top: 4rem;
    margin-top: 4rem;
    border-top: 1px solid #eee;
}
.related-post li {
    padding-bottom: 12px;
        margin-bottom: 12px;
}
.related-post-content {
        display: flex;
        flex-direction: row-reverse;
        margin-bottom: 40px;
}
.related-post-info {width: calc(100% - 135px);}
.related-post .related-post-image {flex: 0 0 135px;}
.related-post .related-post-image img {
    width: 120px;
    margin-left: 15px;
}
.related-post .related-post-info a {
        display: block;
        margin-bottom: 8px;
        font-size: 16px;
        text-decoration: none;
}
.related-post .related-post-info a h3 {
    font-size: 16px;
    margin-bottom: 0;
    letter-spacing: 1px;
}
.related-post .related-post-info a:hover h3 {color: #bbab8d;}
.related-post .related-post-info time {
    display: flex;
    align-items: center;
    line-height: normal;
    color: #333;
    opacity: .4;
    margin-right: 15px;
    font-size: 14px;
}
.related-post .related-post-info time i {color: #333;margin-right: 10px;}
.related-post-info .d-flex {justify-content: flex-start;}
.related-post h6 {
    margin-bottom: 30px;
        padding-bottom: 3px;
        border-bottom: 2px solid #333;
        display: inline-block;
}
.post-navigation .fa-long-arrow-alt-left {
    margin-right: 8px;
    padding-top: 5px;
    font-size: .75rem;
    color: var(--titleColor);
}
.post-navigation .fa-long-arrow-alt-right {
    margin-left: 8px;
    padding-top: 5px;
    font-size: .75rem;
    color: var(--titleColor);
}
.post-navigation a {
    margin: 8px 0;
    display: flex;
    text-decoration: none;
    font-size: .875rem;
    letter-spacing: .8px;
    color: var(--titleColor);
}
.post-navigation > .col-12:first-child > a {text-align: left;}
.post-navigation > .col-12:last-child > a {
    text-align: right;
    justify-content: flex-end;
}
.edit-area img {margin-bottom: 1.5em;}
.edit-area p > img {margin-bottom: 0;}
.blog-entry .blog-detail .btn.btn-mod {
    background: transparent;
    color: var(--titleColor);
    font-size: .875rem;
    font-weight: 400;
    border: none;
    padding: 0;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
    .related-post-info .d-flex {display: block!important;}
    .related-post .related-post-info time {
        margin-right: 0;
        margin-bottom: 5px;
    }
}
@media screen and (max-width: 991px) {
    .blog-detail-wrap {padding: 60px 0;}
    .post-navigation a {justify-content: center;}
    .post-navigation > .col-12:last-child > a {justify-content: center;}
}
@media screen and (max-width: 767px) {
    .post-navigation, .related-post {
        padding-top: 2rem;
        margin-top: 2rem;
    }
    .related-post-content {margin-bottom: 20px;}
    .related-post .entry:last-child .related-post-content {margin-bottom: 0px;}
}
@media screen and (max-width: 349px) {
    .related-post-info .d-flex {display: block!important;}
    .related-post .related-post-info time {
        margin-right: 0;
        margin-bottom: 5px;
    }
}
.blog-list-items .entry-content {
    font-size: .875rem;
    margin: 0 0 1.5em 0;
    color: var(--titleColor);
    overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}

.blog-detail-wrap .edit-area .row:has(img){
	text-align:center;
}