/*************************Blog Home*******************************/
.ukhomeblog-content {
    margin: 0 -15px;
}

.ukhomeblog-block {
    margin-bottom: 40px;
    position: relative;
}
.ukhomeblog-item-bottom{
    margin-top: 15px;
}
.ukhomeblog-item {
    padding: 0 15px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}
.ukhomeblog-item-date {
    margin-bottom: 10px;
    font-size: 14px;
}
.ukhomeblog-item-bottom .ukhomeblog-item-title a {
    color: #262b32;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 12px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    position: relative;
}
.ukhomeblog-item-bottom .ukhomeblog-item-title a:hover{
    color: var(--theme-custom-color);   
}
.ukhomeblog-item-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 12px;
    color: #636363;
    margin-bottom: 0;
    text-transform: capitalize;
}
.ukhomeblog-link {
    padding: 10px 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.ukhomeblog-item-thumbnail .ukhomeblog-item-date {
    font-size: 16px;
    color: #000;
    letter-spacing: 0;
    font-weight: 400;
    padding: 5px 10px 7px 0px;
    z-index: 10;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 20px;
    left: 0;
    background-color: #4ac1f7;
    margin-bottom: 10px;
}

.ukhomeblog-item-content p {
    font-size: 12px;
    font-style: oblique;
    color: #777777;
    margin-bottom: 15px;
    line-height: 24px;
    text-transform: capitalize;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

.ukhomeblog-item-content-more a {
    font-size: 16px;
    color: #000;
    line-height: 22px;
    font-weight: 400;
    text-transform: capitalize;
}

.ukhomeblog-item-content-more a:after {
    position: absolute;
    font-family: 'Material Icons';
    content: '\e315';
    font-size: 16px;
    color: #000;
    line-height: 24px;
}

.ukhomeblog-item-content-more a:hover:after {
    color: #f3283d;
}

.ukhomeblog-item-thumbnail {
    position: relative;
    overflow: hidden;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.ukhomeblog-item-thumbnail img {
    z-index: 1;
    position: relative
}

.ukblog-single-content-image .img-responsive {
    width: 100%;
}

.ukhomeblog-item-img-mask {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    z-index: 10;
    left: 0;
    right: 0;
    opacity: 0;
    transform: scale(.8);
    background-color: rgb(0 0 0 / 77%);
    transition: all .3s ease-in-out;
    display: flex; 
    align-items: center;
    justify-content: center;
}

.ukhomeblog-item:hover .ukhomeblog-item-img-mask {
    opacity: 1;
    transform: scale(1);
}

.ukhomeblog-item-img-mask i {
    color: #ffffff;
    font-size: 32px;
}

.ukhomeblog-item-bottom {
    text-align: left;
    padding: 0;
}
/*************************End =======> Blog Home*******************************/
/*************************All Blog Page*******************************/
.ukblog-archive-content-box .ukhomeblog-item{
    margin-bottom: 35px;
}
.ukblog-archive-pagination-content {
    margin: 0 -15px;
    overflow: hidden;
}
.ukblog-archive-title {
    font-size: 18px;
    font-weight: 500;
}
.ukblog-archive-pagination-list{
    text-align: right;
    margin: 0
}
.ukblog-archive-pagination-list li{
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 10px;
}
.ukblog-archive-pagination-list li a{
    width: 35px;
    height: 35px;
    display: block;
    text-align: center;
    line-height: 35px;
    font-size: 18px;
    background-color: #040404;
    color: #fff;
}
.ukblog-archive-pagination-list li:hover a,
.ukblog-archive-pagination-list li.current a{
    background-color: var(--theme-custom-color);
}
/*************************End =======>All Blog*******************************/
/*************************Single =======>All Blog*******************************/
.ukblog-single-content-image-wrapper {
    position: relative;
}
.ukblog-single-icon {
    position: absolute;
    top: 10px;
    right: 25px;
    width: 80px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    background-color: #fff;
}
.ukblog-single-icon i {
    font-size: 25px;
}
.ukblog-single-content-item-title {
    font-size: 35px;
    font-weight: 500;
    line-height: .8;
    margin-bottom: 15px;
}
.ukblog-single-content-item .ukhomeblog-item-date {
    margin-bottom: 10px;
    font-size: 22px;
}
.ukblog-single-author-comment-wrapper {
    display: flex;
    margin-bottom: 15px;
}
.ukblog-single-author {
    margin-right: 20px;
}
.ukblog-single-author span, 
.ukblog-single-comment span {
    font-size: 16px;
    font-weight: 500;
    margin-left: 5px;
}
.ukblog-single-author i, 
.ukblog-single-comment i {
    font-size: 19px;
    vertical-align: middle;
}
.ukblog-single-content-item {
    margin-bottom: 30px;
}
.ukcomment-lit-wrapper{
    margin-bottom: 40px;    
}
.comment_reply_title,
.comments_title{
    font-size: 25px;
    font-weight: 600;
    color: #444;
    margin-bottom: 30px;
}
.comment_list {
    padding: 0;
    margin: 0;
    display: block;
    list-style: none;
}
.comment_list .comment {
    margin-bottom: 15px;
}
.comment_list .comment .comment_body {
    display: flex;
    flex-wrap: wrap;
}
.comment_list .comment_author{
    flex-shrink: 0;
    margin-right: 15px;
}
.comment_content_bottom {
    flex: 0 0 100%;
    margin-top: 15px;
}
.comment_content_bottom p{
    margin: 0;
}
.comment_list .comment:not(:last-child) {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}
.comment_meta_author b {
    font-size: 16px;
    font-weight: 600;
}
.comment_meta_date {
    margin: 7px 0;
}
.comments_area {
    max-height: 400px;
    overflow-y: auto;
    border-right: 1px solid #eee;
}
@media(max-width: 767px){
    .ukblog-single-content-item-content {
        margin-top: 15px;
    }
    .ukblog-single-content-item-title {
        font-size: 22px;
    }
    .ukblog-single-icon{
        width: 60px;
        height: 50px;
        line-height: 55px;
    }
    .comments_area{
        margin-bottom: 30px;
    }
}
/*************************Single End =======>All Blog*******************************/