/*
Theme Name:     Notre Dame Peace Policy Child theme
Theme URI:      
Description:    Divi child theme.
Author:         Boxcar Studio
Author URI:     https://boxcarstudio.com
Template:       Divi
Version:        0.1.0
*/

/* TYPOGRAPHY */

a:not(.et_pb_button) {
	text-decoration: underline;
}

/* SIDEBAR */

#sidebar a {
    color: #557736;
}

#sidebar ul li {
    padding-bottom: .5em;
    line-height: 1.3em;
    margin-bottom: .5em;
}

/* FEATURED IMAGE CAPTION */

.featured-caption {
    font-style: italic;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 1em;
    margin-bottom: 1em;
}

/* TAX GRID */
ul.tax-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

ul.tax-list > li {
    display: inline-block;
    width: 21%;
    margin: 1em;
    padding: 1em;
    background: #f1f1f1;
}

ul.tax-list > li > a {
    font-weight: 700;
    text-transform: uppercase;
}


/* 
ul.tax-list {
    -webkit-columns: 4;
    -moz-columns: 4;
    columns: 4;
    -webkit-column-gap: 4em;
    -moz-column-gap: 4em;
    column-gap: 4em;
}

li.hasChildren {
    white-space: nowrap;
}
 */