/*
 Theme Name:   Total Child Theme
 Theme URI:    https://your-site.com/
 Description:  Your site description. Go to Appearance > Editor to modify this file.
 Author:       Your Name
 Author URI:   https://your-site.com/
 Template:     total
 Version:      1.0.0
 Text Domain:  total-child
*/

.archive-title-wrapper {
    text-align: center;
}
/* Posts container */
.ium-posts-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.ium-post {
    margin: 1rem;
    max-width: 320px;
    background: #e4e4e4;
    box-shadow: rgba(84, 84, 84, 0.9) 3px 3px 3px;
}

.ht-post-wrapper {
    padding-left: 0;
}

.ht-post-wrapper h2 {
    width: 95%;
    font-size: 18px;
}

.entry-figure + .entry-header {
    width: 100%;
    margin: 0 0.5rem;
    background: transparent;
    padding: 0;
}
.entry-summary {
    margin: 0 0.5rem;
}

.all-impressions-link-wrapper {
    text-align: right;
    margin: 1rem 0;
}

.partner-logos img {
    margin: 1rem;
}

.single-featured-img img {
    width: 100%;
    height: auto;
}

.psac-post-short-content {
    margin: 0.5rem;
    text-align: left;
}

@media only screen and (max-device-width: 480px) {
    .tv-report {
        margin: 0 !important;
    }
}
