/**/

.minemopro-box-blog .minemopro-box-desc {
    padding-top: 12px;
}
.minemopro-box-blog .minemopro-blogbox-desc-footer {
    padding-top: 22px;
    padding-bottom: 6px;
}

.minemopro-box-blog .minemopro-blogbox-desc-footer a {
    position: relative;
}

.minemopro-box-blog.minemopro-blogbox-default {
    overflow: hidden;
    position: relative;
    transition: 0.5s all;
}

.minemopro-box-blog .entry-header:not(.ttm-titlebar) .entry-title {
    margin-bottom: 4px;
}
.minemopro-box-blog .ttm-box-post-icon {
    bottom: -30px;
    left: 20px;
    top: auto;
}
.minemopro-box-blog.minemopro-blogbox-default:hover {
    transform: translateY(10px);
}

.minemopro-box-blog.minemopro-blogbox-default .minemopro-box-content {
    text-align: left;
}

.minemopro-box-blog.minemopro-blogbox-default .ttm-featured-outer-wrapper.ttm-post-featured-outer-wrapper {
    overflow: hidden;
    border-radius: var(--border-radius-image);
}
.minemopro-box-blog .minemopro-meta-details .minemopro-blogbox-meta-row-date:after {
    position: absolute;
    right: 11px;
    top: -3px;
    width: 0;
    height: 0;
    content: " / ";
    font-size: 15px;
}
.minemopro-box-blog .minemopro-box-content .ttm-entry-meta .ttm-meta-line:last-child {
    padding-right: 0px;
}

.minemopro-box-blog .minemopro-box-content .ttm-entry-meta .ttm-meta-line.cat-links a {
    display: inline-block;
    margin: 0 5px 9px 0;
    background-color: var(--ttm-whitecolor);
    padding: 5px 15px;
    border-radius: 40px;
    color: var(--ttm-secondarycolor);
}

.minemopro-box-blog .ttm-post-format-icon-wrapper i {
    position: absolute;
    top: -85px;
    color: var(--ttm-whitecolor);
    right: 5px;
    font-size: 19px;
}

.minemopro-box-blog.minemopro-blogbox-format-quote blockquote {
    margin: 40px 40px;
}

.minemopro-box-blog.minemopro-blogbox-default .minemopro-box-content .ttm-featured-wrapper img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: all 0.6s ease-in-out;
    min-width: 100%;
    border-radius: var(--border-radius-image);
}

.minemopro-box-blog.minemopro-blogbox-default:hover .minemopro-box-content .ttm-featured-wrapper img {
    -moz-transform: scale(1.09);
    -webkit-transform: scale(1.09);
    -ms-transform: scale(1.09);
    transform: scale(1.09);
    border-radius: var(--border-radius-image);
}

.minemopro-box-blog.minemopro-blogbox-default .minemopro-box-content .minemopro-box-desc {
    padding-top: 23px;
}

.minemopro-box-blog.minemopro-blogbox-default .minemopro-box-content .minemopro-box-desc .entry-header {
    display: flex;
    padding-bottom: 7px;
}

.minemopro-box-blog.minemopro-blogbox-default .minemopro-box-content .minemopro-box-desc .entry-header .ttm-blog-cat {
    padding: 3px 12px;
    border: 1px solid var(--ttm-bordercolor);
    border-radius: 50px;
    background-color: var(--ttm-greycolor);
    display: inline-block;
}

.minemopro-box-blog.minemopro-blogbox-default .minemopro-box-content .minemopro-box-desc .entry-header .ttm-date,
.minemopro-box-blog.minemopro-blogbox-default .minemopro-box-content .minemopro-box-desc .entry-header .ttm-read-times {
    position: relative;
}

.minemopro-box-blog.minemopro-blogbox-default .minemopro-box-content .minemopro-box-desc .entry-header .ttm-date:after {
    position: absolute;
    content: '|';
    left: -18px;
    right: auto;
    font-size: 10px;
}

.minemopro-box-blog.minemopro-blogbox-default .minemopro-box-content .minemopro-box-desc .minemopro-box-title h4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.minemopro-box-blog.minemopro-blogbox-default .minemopro-box-content .minemopro-box-desc 
.minemopro-box-desc-text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.minemopro-box-blog.minemopro-blogbox-default .minemopro-box-content .minemopro-box-desc .minemopro-blogbox-footer-readmore {
    display: flex;
    justify-content: space-between;
}

.minemopro-box-blog.minemopro-blogbox-default .minemopro-box-content .minemopro-box-desc .minemopro-box-title {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid var(--ttm-bordercolor);
}

.minemopro-box-blog.minemopro-blogbox-default .minemopro-box-content .minemopro-box-desc .minemopro-blogbox-footer-readmore .ttm-date {
    color: var(--ttm-secondarycolor);
}

.minemopro-box-blog.minemopro-blogbox-default .minemopro-box-content .minemopro-box-desc .minemopro-blogbox-footer-readmore a {
    position: relative;
}

.minemopro-box-blog.minemopro-blogbox-default .minemopro-box-content .minemopro-box-desc .minemopro-blogbox-footer-readmore a:before {
    content: '';
    -webkit-mask: url(../images/up-arrow.svg) no-repeat 100% 100%;
    mask: url(../images/up-arrow.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
    height: 17px;
    width: 15px;
    position: absolute;
    right: 2px;
    bottom: -23px;
    background-color: var(--ttm-secondarycolor);
    transform: rotate(90deg);
}

.minemopro-box-blog.minemopro-blogbox-default .minemopro-box-content .minemopro-box-desc .minemopro-blogbox-footer-readmore a:hover:before {
     background-color: var(--ttm-skincolor);
}