﻿.postsContainer .postDetails {
    width: 80%;
    margin: auto;
    float: none;
    /*left: 50%;
    margin-left: calc(-80%/2);*/
}

.postsContainer {
    margin-top: 0px;
}

    .postsContainer .postDetails .ThumbnailImage {
        margin-left: 0px;
    }

    .postsContainer .postDetails .postHeader span img {
        width: 6px;
        height: 6px;
        margin-right: 7px;
    }

    .postsContainer .postDate {
        font-size: 11px;
    }

    .postsContainer .postCategory span {
        font-size: 9px;
    }

    .postsContainer .advisorImage {
        width: 80px;
        height: 80px;
        margin-right: 15px;
        margin-bottom: 20px;
    }

    .postsContainer .postBody .signupCallToAction {
        flex-wrap: wrap;
        margin-bottom: 50px;
    }

    .postsContainer .postBody .signupCallToAction .left {
        width:100%;
    }


        .postsContainer .postBody .signupCallToAction div {
            display: block;
            width: 100%;
        }

    .postsContainer .postedBy p {
        width: 200px;
    }

    .postsContainer .postedBy {
        margin-right: 0px;
        position: relative;
        margin: auto;
        width: 190px;
    }

    .postsContainer.trueValue .postBody .nextPost {
        margin-bottom: 30px;
    }

        .postsContainer.trueValue .postBody .nextPost .left {
            display: none;
            margin-top: 0px;
        }

        .postsContainer.trueValue .postBody .nextPost .right {
            margin-left: 0px;
        }

    .postsContainer .postBody img[src$='.svg'] {
        width: 60px;
    }

    .postsContainer .postedByLines {
        margin-top: 10px;
    }

    .postsContainer .postedByLine {
        font-size: 10px;
    }

    .postsContainer .advisorName {
        font-size: 10px;
    }

    .postsContainer .postBody {
        font-size: 14px;
        margin-left: 10px !important;
        margin-top: 0px;
    }

    .postsContainer .postedBy .advisorTitle {
        font-size: 12px;
        line-height: 17px;
    }

    .postsContainer .shareThis p {
        font-size: 10px;
        width: 90px;
    }

    .postsContainer .shareThis img {
        width: 15px;
        height: 15px;
    }

    .postsContainer .shareThis {
        width: 90px;
    }

    .postsContainer .shareThisLines {
        margin-top: 10px;
        margin-left: 25px;
    }

    .postsContainer .popularCategories li a {
        color: black;
        font-size: 11px;
        line-height: 14px !important;
        margin-bottom: 20px;
        display: block;
    }

    .postsContainer .postDetails .postHeader {
        margin-left: 0px;
    }

        .postsContainer .postDetails .postHeader h4 {
            font-size: 22px;
        }

    .postsContainer .noMobile {
        display: none;
    }

    .postsContainer .mobileOnly {
        display: block;
    }

img[src='/img/icons/daniel_graphic_mobile.png'] {
    display: block;
}

img[src='/img/icons/daniel_graphic.jpg'] {
    display: none;
}

/*side panels*/

.postsContainer .postSidePanels {
    width: 250px;
    margin-left: calc(50% - 125px);
    margin-right: calc(50% - 125px);
}



.postsContainer .popularCategories {
    width: 250px;
}

.postsContainer .searchposts {
    width: 250px;
}

.postsContainer .popularposts {
    display: none;
}

.postsContainer .postSidePanels .popularCategoriesContent p {
    font-size: 12px;
}

.postsContainer .postSidePanels .popularCategoriesContent p {
    font-size: 12px;
}

.postsContainer .postSidePanels .popularpostsContent,
.postsContainer .postSidePanels .searchpostsContent,
.postsContainer .postSidePanels .popularCategoriesContent {
    width: 210px;
    margin-left: 30px;
}

.postsContainer .postSidePanels h5 {
    font-size: 20px;
}

.postsContainer .postSidePanels .popularCategoriesHeader {
    right: 40px;
    top: 15px;
}

    .postsContainer .postSidePanels .popularCategoriesHeader p {
        font-size: 11px;
    }

.postsContainer .postSidePanels .popularposts h5 {
}

.postsContainer .postSidePanels .catColTwo,
.postsContainer .postSidePanels .catColOne {
}

    .postsContainer .postSidePanels .catColTwo *,
    .postsContainer .postSidePanels .catColOne * {
    }

.postsContainer .searchposts input {
    width: 175px;
    height: 28px;
    font-size: 11px;
}

.postsContainer .searchposts input {
    background-position: 150px 0px;
    background-size: 30px 30px;
}

.postsContainer .postSidePanels .postSummary .postImages {
    height: 145px;
}

.postsContainer .postSidePanels .postSummary {
    width: 210px;
}

    .postsContainer .postSidePanels .postSummary .ThumbnailImage {
        width: 195px;
        height: 107.25px;
        object-fit: cover;
    }

    .postsContainer .postSidePanels .postSummary .advisorImage {
        width: 60px;
        height: 60px;
        border: 2px solid white;
        top: 75px;
        left: 20px;
    }

    .postsContainer .postSidePanels .postSummary h4 {
        font-size: 16px;
    }

    .postsContainer .postSidePanels .postSummary h5 {
        font-size: 12px;
    }
