﻿.CVIBlogSingle {
}

.CVIBlogSingle .sfpostTitle {
    font-size: 4em;
    font-family: convergeFont-LatoMedium;
    margin: 20px 0;
}

.CVIBlogSingle .MainImage img {
    width: 100%;
    height: auto;
}

.CVIBlogSingle .sfcontent li {
    margin-left: 20px;
}

.CVIBlogSingle .sfCategoriesList {
    list-style: none;
}

.CVIBlogSingle .sfCategoriesList li {
    font-size: 1.5em;
    padding: 0.5em 0;
}

.CVIBlogSingle .MainContent {
    margin-top: 20px;
}

.CVIBlogSingle .CommentsWrapper {
    margin-top: 40px;
}

.CVIBlogSingle .CommentsWrapper p {
    margin: 20px 0;
    text-align: center;
}

.CVIBlogSingle .CommentsWrapper .sfError {
    margin-top: 10px;
    margin-bottom: 20px;
    color: red;
    font-size: 1.6em;
}

.CVIBlogSingle .CommentsWrapper .TopCommmentsLine {
    height: 2px;
    background-color: #f1f1f2;
}

.CVIBlogSingle .CommentsWrapper .sfcommentsOrderFilterWrp {
    /* Order comments button wrapper */
    display: none !important;
}

.CVIBlogSingle .CommentsWrapper .sfcommentsTitle {
    /* Number of comments H2-Tag */
    display: none !important;
}

.CVIBlogSingle .CommentsWrapper .sfLeaveCommentLnk {
    /* Top 'Leave a comment' A-Tag */
    display: none !important;
}

.CVIBlogSingle .CommentsWrapper .sfcommentsList {
    border: 0;
}

.CVIBlogSingle .CommentsWrapper .sfcommentDetails {
    /* Individual comment wrapper Li-Tag */
    padding: 1em;
    list-style: none;
    border-bottom: 1px solid #f1f1f2;
}

.CVIBlogSingle .CommentsWrapper .sfcommentAuthorAvatar {
    /* Individual comment image Img-Tag */
    display: none;
}

.CVIBlogSingle .CommentsWrapper .sfcommentAuthor {
    /* Individual comment Name Span-Tag */
    font-family: convergeFont-LatoMedium;
    font-size: 2em;
}

.CVIBlogSingle .CommentsWrapper .sfcommentSeparator {
    display: none;
}

.CVIBlogSingle .CommentsWrapper .sfcommentDate {
    /* Individual comment Date I-Tag */
    margin-left: 20px;
    font-family: convergeFont-LatoRegular;
    font-size: 1.4em;
}

.CVIBlogSingle .CommentsWrapper .sfcommentText {
    /* Individual comment text Div-Tag */
    font-size: 1.6em;
}

.CVIBlogSingle .CommentsWrapper .sfcommentText p {
    font-size: 1em;
    text-align: left;
    margin: 0;
}

.CVIBlogSingle .CommentsWrapper .sfNeutral {
    /* Confirmation text for submitting comments 'it was successful' or 'awaiting approval' */
    margin-top: 20px;
    color: green;
}

.CVIBlogSingle .CommentsWrapper .sfcommentsFormWithAvatarWrp {
    /* New Comment Wrapper */
    margin-top: 20px;
}

.CVIBlogSingle .CommentsWrapper .sfcommentsFormWithAvatarWrp .sfcommentsFieldsList {
    list-style: none;
}

.CVIBlogSingle .CommentsWrapper .sfcommentsFormWithAvatarWrp table {
    /* New Comment text wrapper  */
    border: 0;
    margin-bottom: 10px;
}

.CVIBlogSingle .CommentsWrapper .sfcommentsFormWithAvatarWrp label {
    /* New Comment Name/Email Label */
    font-size: 1.6em;
}

.CVIBlogSingle .CommentsWrapper .sfcommentsFormWithAvatarWrp input[type="text"] {
    /* New Comment Name/Email Field */
    margin-left: 20px;
}

.CVIBlogSingle .CommentsWrapper .sfcommentsFormWithAvatarWrp .sfcommentsSubmitBtnWrp input {
    /* New Comment Submit Button */
    border: 1px solid #a0a0a0;
    background-color: transparent;
    color: #616264;
    padding: 0.5em 1.5em;
    margin-top: 10px;
    margin-bottom: 40px;
    cursor: pointer;
}

.CVIBlogSingle .CommentsWrapper .sfSubscribeToEmailLnk {
    border: 1px solid #a0a0a0;
    display: inline-block;
    padding: 0.25em 1em;
    font-family: convergeFont-LatoMedium;
    font-size: 1.5em;
    cursor: pointer;
    color: #616264;
}

.CVIBlogSingle .CommentsWrapper .sfSubscribeToEmailMsgWrp {
    font-family: convergeFont-LatoRegular;
    font-size: 1.75em;
}

.CVIBlogSingle .CommentsWrapper .sfSubscribeToEmailMsgWrp a {
    border: 1px solid #a0a0a0;
    display: inline-block;
    padding: 0.25em 1em;
    font-family: convergeFont-LatoMedium;
    font-size: 0.9em;
    cursor: pointer;
    color: #616264;
}

.CVIBlogSingle .BackButton {
    position: relative;
    z-index: 0;
    margin-top: 40px;
}

.CVIBlogSingle .BackButton a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.CVIBlogSingle .BackButton .Wrapper {
    display: inline-block;
    vertical-align: middle;
    background-color: #f1f1f2;
    padding: 0.25em 1em;
}

.CVIBlogSingle .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;
}

.CVIBlogSingle .BackButton .Text {
    font-family: convergeFont-LatoMedium;
    font-size: 1.75em;
    color: #616264;
}

.CVIBlogSingle .MainContent .sfcontent {
    font-size: 14px;
}

.CVIBlogSingle .MainContent .sfcontent h2,
.CVIBlogSingle .MainContent .sfcontent h3,
.CVIBlogSingle .MainContent .sfcontent h4,
.CVIBlogSingle .MainContent .sfcontent h5,
.CVIBlogSingle .MainContent .sfcontent h6 {
    font-family: "convergeFont-LatoMedium";
    margin: 20px 0;
}

.CVIBlogSingle .MainContent .sfcontent h1 {
    font-size: 4em;
}

.CVIBlogSingle .MainContent .sfcontent h2 {
    font-size: 2em;
}

.CVIBlogSingle .MainContent .sfcontent h3,
.CVIBlogSingle .MainContent .sfcontent h4,
.CVIBlogSingle .MainContent .sfcontent h5,
.CVIBlogSingle .MainContent .sfcontent h6 {
    font-size: 1.5em;
}

.CVIBlogSingle .MainContent .sfcontent div,
.CVIBlogSingle .MainContent .sfcontent p,
.CVIBlogSingle .MainContent .sfcontent a {
    font-size: 1.25em;
}

.CVIBlogSingle .MainContent .sfcontent a:hover {
    text-decoration: underline;
}
