﻿.CVIBlogCategoryList .BlogPost {
    display: inline-block;
    margin-right: 17px;
    height: 100px;
    max-width: 360px;
    background-color: #f1f1f2;
    margin-bottom: 20px;
}
.CVIBlogCategoryList .BlogPost:nth-child(3n) {
    margin-right: 0;
}
.CVIBlogCategoryList .ImageWrapper {
    width: 100px;
    height: 100px;
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.CVIBlogCategoryList .ImageWrapper img {
    height: 100%; /* fits box height without stretching image */
    transform: translateX(-25%); /* centers the image */
}
.CVIBlogCategoryList .TextWrapper {
    display: inline-block;
    margin-left: -3px; /* Negative margin to remove gap from inline-blocks */
    vertical-align: top;
    position: relative;
    width: 260px;
    padding: 10px;
}
.CVIBlogCategoryList .sfCategoriesList {
    list-style: none;
    display: none;
}
.CVIBlogCategoryList .sfCategoriesList li span {
    font-family: convergeFont-LatoRegular;
    font-size: 1.5em;
}
.CVIBlogCategoryList a {
    font-family: convergeFont-LatoMedium;
    font-size: 1.8em;
    text-decoration: none;
}
.CVIBlogCategoryList a:hover {
    text-decoration: underline;
    color: #616264;
}

.CVIBlogCategoryList .BackButton {
    position: relative;
    z-index: 0;
    margin-top: 20px;
}
.CVIBlogCategoryList .BackButton a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.CVIBlogCategoryList .BackButton .Wrapper {
    display: inline-block;
    vertical-align: middle;
    background-color: #f1f1f2;
    padding: 0.25em 1em;
}
.CVIBlogCategoryList .BackButton .Icon {
    display: inline-block;
    position: relative;
    top: 3px;
    width: 20px;
    height: 20px;
    background-image: url('/images/default-source/cvi/common/icon-arrow-20x20.png?Status=Temp&sfvrsn=2');
    background-size: contain;
    transform: rotateZ(180deg);
    margin-right: 5px;
}
.CVIBlogCategoryList .BackButton .Text {
    font-family: convergeFont-LatoMedium;
    font-size: 1.75em;
    color: #616264;
}

.CVIBlogCategoryList[max-width~="1119px"] .BlogPost { margin-right: 20px; }
.CVIBlogCategoryList[max-width~="1119px"] .BlogPost:nth-child(2n) { margin-right: 0; }
.CVIBlogCategoryList[max-width~="739px"] .BlogPost { display: block; margin-left: auto; margin-right: auto !important; }

.CVIBlogCategoryList[max-width~="360px"] .BlogPost { height: auto;}

.CVIBlogCategoryList[max-width~="360px"] .BlogPost .ImageWrapper { display: block; margin: 0 auto; width: 100%; height: auto; }
.CVIBlogCategoryList[max-width~="360px"] .BlogPost img { transform: initial; height: auto; width: 100%; }
.CVIBlogCategoryList[max-width~="360px"] .BlogPost .TextWrapper { display: block; top: inherit; transform: inherit; text-align: center; width: 100%;}