  /*
    Theme Name: 
    Author: Phuse
    Author URL: http://phuse.ca
    Version: 1.0


    This File Is Not Used For Styles.
    They Live In The /dist/styles directory and are compiled from sass files.
*/

@media (min-width: 511px) {
    .latest-news-grid {
        display: flex;
    }
}

.latest-news-grid .grid-1of3 {
    display: flex;
}

.latest-news-grid .grid-1of3 .sidebar {
    display: flex;
    flex-direction: column;
}

.module-latest-news .sidebar {
    background-color: rgba(12, 19, 71, 0.06);
    padding: 26px 20px 42px;
}

.module-latest-news .sidebar h3.section-title {
    margin-bottom: 0;
}

.module-latest-news .sidebar .tease > div:not(:last-child) {
    padding-bottom: 20px;
}

.module-latest-news .sidebar h3 {
    font-size: 24px;
    margin-bottom: 18px;
}

.module-latest-news .sidebar h4.tease-title {
    color: #A34198;
}