﻿.blogImage {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    transition: all .3s ease-in-out;
}


div.bloglistitem {
    background: #FFFFFF;
    /* Light grey 40 */
    border: 1px solid #EEEEEF;
    box-sizing: border-box;
    border-radius: 4px;
    margin-bottom: 32px;
    /*height: 341px;*/
    cursor: pointer;
    overflow: hidden;
    min-height: 339px;
}
div.bloglistitem:hover {
    background: #EEEEEF;
}

div.bloglistitem:hover .blogImage {
    transform: scale(1.03);
}

.blogitemheader {
    margin-top: 32px;
    margin-right: 32px;
}
.bloglistheader {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.bloglistheader > col-8 > h4 {
    /* H4 30px Bold */
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 140%;
    /* identical to box height, or 42px */
    letter-spacing: 0.1px;
    /* Dark text */
    color: #222222;
}

.blogdate {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    /* identical to box height, or 150% */
    text-align: right;
    /* Grey 100 */
    color: #73737F;
}

.blogcategory {
    font-style: normal;
    font-weight: 900;
    font-size: 12px;
    line-height: 18px;
    /* identical to box height, or 150% */
    letter-spacing: 1px;
    text-transform: uppercase;
    /* Grey 100 */
    color: #73737F;
}
div.bloglistitem > div > .blogtitle {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 140%;
    /* identical to box height, or 34px */
    /* Black */
    color: #222222;
}

.blogtitle {
    font-weight: bold;
    font-size: 48px;
    line-height: 160%;
    /* identical to box height, or 77px */
    /* Black */
    color: #222222;
}
.caption{
    margin:12px;
}
.blogsubtitle {
    /* P1 14px Regular */
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    /* identical to box height, or 143% */
    /* Grey 100 */
    color: #73737F;
}

    .blogauthor > img, .blogPublishInfo > .blogImage {
        width: 20px;
        font-family: Material Icons;
        font-style: normal;
        font-weight: normal;
        font-size: 20px;
        line-height: 160%;
        /* or 32px */
        align-items: center;
        letter-spacing: 0.4px;
        /* Dark text */
        color: #222222;
        border-radius: 50%;
    }
.blogPublishInfo.details > div.blogImage {
    min-height: 52px;
    min-width: 52px;
}
.blogPublishInfo.list > div.blogImage {
    min-height: 32px;
    min-width: 32px;
    max-width: 32px;
}
.bloglistitem .blogPublishInfo{
    width:100%;
}

.blogauthor {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    /* identical to box height, or 143% */
    /* Black */
    color: #222222;
}

.blogauthor.align-items-center{
    display:flex;
}

.fab, .far {
    color: black;
}

.table td, .table th {
    border-top: 0px;
}

a:hover{
    text-decoration:none;
}

.fa-1_5x{
    font-size:1.3em;
}
