/*
    Created on : Jan 21, 2021 05:01:44 pm
    Author     : asanka.kumara@ebeyonds.com
*/
.blog-item .single-line-meta span.listing-tag {
    background-color: #0f9d58;
    color: #fff;
    border-radius: 14px;
    display: inline-block;
    font-size: 12px;
    text-align: center;
    padding: 5px 13px;
    font-weight: 100;
    margin-right: 10px;
}
.tags-wrapper .tag-link, .blog-tags .tag-link {
    text-transform: none;
    margin: 0 5px 10px 0;
    padding: 6px 12px;
    line-height: 1.2;
    height: auto;
    background: transparent;
    display: inline-block;
    border-width: 1px;
    border-style: solid;
    border-radius: 14px;
    overflow: hidden;
    font-weight: 100;
    position: relative;
    z-index: 1;
}
.tags-wrapper .tag-link:before {
    background-color: #ffffff;
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.tags-wrapper .tag-link:hover:before,
.tags-wrapper .tag-link.active:before {
    opacity: 0;
}
.featured-item {
    border-bottom-color: #efefef;
}
.blog-categories-wrapper .tag-link {
    z-index: 1;
    display: inline-block;
    text-align: left;
    position: relative;
    margin-bottom: 15px;
    padding-left: 26px;
    line-height: 20px;
}
.blog-categories-wrapper .tag-link {
    color: #4a4a4a;
}
.blog-categories-wrapper .tag-link:before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 1px;
    border: 2px solid #808080;
    border-radius: 3px;
}
.blog-categories-wrapper .tag-link:hover {
    color: #ff5900;
}
.blog-categories-wrapper .tag-link.active:before {
    background-color: #ff5900;
    border: 2px solid #ff5900;
}
.blog-categories-wrapper .tag-link.active {
    color: #ff5900;
}
.tags-wrapper .tag-link,
.blog-tags .tag-link,
.tags-wrapper .tag-link:before {
    transition: all 1s cubic-bezier(0.3, 0, 0, 1);
}
.blog-sidebar .archive-month {
    display: block !important;
    padding-left: 20px;
    margin: 0;
}

.archive-year > span {
    border-bottom: 0;
    padding: 0;
}

.archive-year > span:after {
    display: none;
}

.blog-sidebar .archive-month li {
    margin: 10px 0;
}
.read-more-wrapper {
    text-align: right;
}
.error-message {
    padding: 10px 0;
    text-align: center;
    border: 1px solid #ffc8c8;
    background-color: #ffeded;
    max-width: 800px;
    margin: 0 auto;
}
.blog-listing-wrapper .blog-item img {
    background-color: #ff5900;
    box-shadow: 0 0 10px 1px #bdbdbd;
}

.support-links a {
    margin-left: 20px;
    position: relative;
    z-index: 1;
    display: inline-block;
    font-size: 0.98em;
}
.support-links a:after {
    content: ".";
    font-size: 2em;
    line-height: 0;
    height: 20px;
    display: block;
    position: absolute;
    width: 20px;
    left: 0;
    text-align: center;
    transform: translate(-22px, 5px);
    top: 0;
    color: #bbbbbb;
}
.support-links a:first-child {
    margin-left: 0;
}
.support-links a:first-child:after {
    display: none;
}

.featured-image-wrapper.image-wrapper.vmb3 {
    /* flex-basis: 0; */
    /* max-width: 0; */
    margin-right: 20px;
}
.featured-item .featured-link {
    flex-basis: 100%;
    max-width: 100%;
}
.featured-item .blog-date {
    text-align: right;
}
.with-image .featured-image-wrapper.image-wrapper.vmb3 {
    flex-basis: 40%;
    max-width: 40%;
}

.featured-item.with-image .featured-link {
    flex-basis: 60%;
    max-width: 60%;
}

.featured-image-wrapper + .featured-link {
    flex-basis: 50%;
    max-width: 50%;
}

@media (min-width: 1366px) {
    .with-image .featured-image-wrapper.image-wrapper.vmb3 {
        flex-basis: 30%;
        max-width: 30%;
    }

    .featured-item.with-image .featured-link {
        flex-basis: 60%;
        max-width: 60%;
    }
    
    .featured-image-wrapper + .featured-link {
        flex-basis: 60%;
        max-width: 60%;
    }
}




.content-wrapper ol li {
    margin-left: 22px;
    text-indent: 0px; 
    list-style-position: outside;
    margin-bottom: 20px;
}


.blog-item .single-line-meta .datepicker {white-space: nowrap;}

.blog-date {
    display: flex;
}

.blog-item .single-line-meta span.listing-tag {
    margin-bottom: 10px;
}