.report {
    background: url('../images/grey-bg.png');
    padding: 30px 0 40px;
}

.report-title {
    margin: 70px 0;
}

.report-form-title {
    /*margin: 90px 0 0;*/
    margin: 0;
}

.report-form-container {
    margin: 90px 0 0;
}

.report-title:before,
.report-form-title:before {
    bottom: auto;
    top: -10px;
}

.report-content {
    /*width: 100%;*/
    /*max-width: 1100px;*/
    margin: 0 auto;
}

.report-form-container .report-form,
.report-main-info {
    width: 100%;
    float: left;
    margin-right: -320px;
}

.report-form-container .report-form-content,
.report-main-info-content {
    margin-right: 320px;
}

.report-meta-info {
    width: 300px;
    float: right;
    background: #e9e9e9;
    padding: 40px 25px;
    box-sizing: border-box;
    position: relative;
}

.report-summary {
    background: #000;
    padding: 40px;
    margin-bottom: 20px;
    color: #fff;
}

.report-summary-title {
    font-family: 'Stardos Stencil', serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 1em;
}

.report-summary-title .orange {
    color: #f67819;
}

.report-summary-text {
    margin-top: 30px;
    font-size: 18px;
    line-height: 1.3em;
}

.report-disproof {
    background: #f67819;
    padding: 30px 40px;
    margin-bottom: 20px;
    color: #fff;
}

.report-disproof-title {
    font-size: 28px;
    font-weight: 700;
}

.report-disproof-text {
    margin-top: 30px;
    font-size: 18px;
    line-height: 1.3em;
}

.report-disproof-text a {
    color: #fff;
    text-decoration: underline;
}

.report-meta-item {
    margin-bottom: 30px;
    line-height: 1.3em;
}

.report-meta-item b,
.report-meta-item span {
    display: block;
}

.report-meta-item b {
    color: #000;
}

.report-meta-item span {
    color: #404040;
}

.report-meta-item:last-child {
    margin-bottom: 0;
}

.report-disinfo-link {
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 30px;
}

.report-disinfo-link a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    position: relative;
}

.report-disinfo-link a:before {
    content: "";
    position: absolute;
    left: 0;
    top: -5px;
    height: 2px;
    width: 20px;
    border-top: 2px solid #f67819;
}

.report-disinfo-link a:hover {
    text-decoration: underline;
}

.report-actions {
    margin-bottom: 20px;
}

.report-form-desc {
    font-size: 18px;
    color: #404040;
    margin-bottom: 30px;
    padding-top: 20px;
}

.report-form-field {
    width: 100%;
    max-width: 650px;
    margin: 0 auto 25px;
}

.report-form-field input[type="text"],
.report-form-field input[type="email"],
.report-form-field textarea {
    display: inline-block;
    height: 50px;
    line-height: 45px;
    padding: 0;
    width: 100%;
    color: #000003;
    font-weight: 400;
    border-bottom: 1px solid #000003;
    font-size: 18px;
    border-radius: 0;
    background: transparent;
    position: relative;
    z-index: 1;
}

.report-form-field input::-webkit-input-placeholder {
    color: #404040;
    font-weight: 700;
}

.report-form-field input:-moz-placeholder {
    color: #404040;
    font-weight: 700;
}

.report-form-field textarea::-webkit-input-placeholder {
    color: #404040;
    font-weight: 700;
}

.report-form-field textarea:-moz-placeholder {
    color: #404040;
    font-weight: 700;
}

.trending-icon-single-report {
    position: absolute;
    height: 70px;
    left: 190px;
    top: 40;
    width: 50px;
    background: url(../images/rsz_disinfo-flame-single-rep.png) no-repeat center center;
}

.trending-icon-single-report:hover .trending-tooltip {
    visibility: visible;
}

@media (max-width: 800px) {
    .desktop-only {
        display: none;
    }

    .mobile-only {
        display: block;
    }

    .report-title,
    .report-form-title {
        font-size: 30px;
    }

    .report-title {
        margin: 30px 0;
    }

    .report-form-title {
        /*margin: 60px 0 0;*/
    }

    .report-form-container {
        margin: 60px 0 0;
    }

    .report-summary-title {
        font-size: 26px;
    }

    .report-disproof-title {
        font-size: 19px;
    }

    .report-form,
    .report-main-info,
    .report-form-content,
    .report-form-container .report-form-content,
    .report-main-info-content,
    .report-meta-info {
        float: none;
        margin-right: 0;
        margin-left: 0;
        width: auto;
    }

    .report-actions {
        position: relative;
    }

    .report-actions .post-share-with {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%);
    }

    .report,
    .report-summary-text,
    .report-disproof-text,
    .report-form-field input[type="text"],
    .report-form-field input[type="email"],
    .report-form-field textarea,
    .report-form-desc {
        font-size: 14px;
    }

    .report-summary,
    .report-disproof,
    .report-meta-info {
        padding: 20px 10px;
    }
}
