﻿.container {
    width: 1000px;
    overflow: auto;
    box-shadow: none;
    border: none;
    background-color: transparent;
}

h1 {
    font-size: 40px;
}

h2 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 100;
    letter-spacing: 1px;
    font-size: 24px;
    margin: 0;
}

p {
    line-height: 170%;
    letter-spacing: 0.25px;
    word-wrap: break-word;
    margin-top: 8px;
}

.post-date {
    margin: 0;
    font-size: 14px;
    padding-bottom: 5px;
    padding-top: 5px;
    float: left;
    color: #444;
}

.ad-image {
    max-width: 50%;
    height: auto;
}

.light-box {
    display: none;
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
}

    .light-box img {
        max-width: 80%;
        max-height: 80%;
        margin-top: 5%;
    }

    .light-box:target {
        display: block;
        outline: none;
    }

.ad-thumbnail {
    display: inline-block;
    margin-bottom: 20px;
}

.verified {
    background-image: url("../Images/Listing/check.png");
    background-repeat: no-repeat;
    border: none;
    padding-left: 16px;
    margin-left: 6px;
    background-position-y: 3px;
}

.boost {
    background-image: url("../Images/Listing/star.png");
    background-repeat: no-repeat;
    border: none;
    padding-left: 20px;
    margin-left: 6px;
    background-position-y: 3px;
}

.popular {
    background-image: url("../Images/Listing/fire.png");
    background-repeat: no-repeat;
    border: none;
    padding-left: 20px;
    margin-left: 4px;
    background-position-y: 3px;
}


.view-count {
    margin: 0;
    font-size: 14px;
    float: right;
    padding-bottom: 5px;
    padding-top: 5px;
}

.sub-header {
    display: inline-block;
    width: 100%;
    padding-bottom: 4px;
}

.fb-like {
    margin-top: 14px;
    width: 100%;
}

.twitter-share-button {
    margin-top: 8px;
    margin-bottom: 4px;
}

.share {
    margin: 0;
    font-weight: lighter;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 4px;
}

.description {
    min-height: 200px;
}

hr {
    margin: 0;
}

.popular:hover, .verified:hover, .boost:hover {
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
    cursor: help;
}

.listing-notice {
    width: 670px;
    margin-right: 25px;
    height: 25px;
    margin-top: 22px;
    padding-left: 10px;
    padding-top: 6px;
    padding-bottom: 4px;
    text-align: center;
    float: right;
    display: none;
    font-size: 14px;
    color: #000000;
    background-color: #ddd;
    border: 1px solid #ccc;
    border-radius: 8px;
    letter-spacing: 0.5px;
}

    .listing-notice a {
        color: #000000;
    }

.expiration {
    text-align: center;
    padding-top: 10px;
    background-image: url("/Images/calendar.png");
    background-repeat: no-repeat;
    height: 425px;
    background-position: center;
}

.deleted {
    text-align: center;
    padding-top: 10px;
    background-image: url("/Images/trash.png");
    background-repeat: no-repeat;
    height: 425px;
    background-position: center;
}

.images img {
    max-width: 125px;
}

.social-media {
    min-height: 115px;
}

.report-label {
    float: right;
    margin-top: 23px;
    padding-top: 16px;
    padding-right: 18px;
    background-image: url("/Images/Listing/report_icon.png");
    margin-right: 0;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: -15px;
}

.report-container {
    text-align: left;
}

.report-dropdown {
    margin-left: 20px;
    margin-right: 30px;
}

.report-prompt {
    margin-left: 20px;
    margin-right: 10px;
}

.report-result {
    text-align: center;
    display: none;
}

.success-result {
    background-color: #27ae60;
    border: 1px solid #169A4E;
    color: #fff;
}

.error-result {
    background-color: #c0392b;
    color: #ffffff;
    border: 1px solid #A0281C;
}

.comments {
    background-color: #ffffff;
    border-radius: 8px;
    border: 1px solid #dddddd;
    padding: 12px;
    margin-top: 14px;
    padding-bottom: 8px;
    padding-top: 8px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1), 0 4px 10px 0 rgba(0, 0, 0, 0.1);
    display: inline-block;
    margin-left: 292px;
    min-height: 178px;
    min-width: 660px;
    margin-bottom: 10px;
}
