/*
 Theme Name: Community Food Funders
 Description: Divi child theme for Community Food Funders
 Author: Abigail Miller
 Template: Divi
 Version: 1.0.0
*/

h1, h2, h3, h4 {
	line-height: 1.1;
	text-wrap: balance;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.et_pb_heading_container h2, .et_pb_heading_container h3 {
	margin-top: 0;
}

h1.entry-title.main_title, #foodfunder-directory h1 {
	text-align: center;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #B3530F;
}

#left-area {
	max-inline-size: 75ch;
    margin: auto;
}

/* make invisible border between default Divi main content and sidebar */
#main-content .container::before {
	background-color: transparent;
}

#foodfunder-directory {
	/* width: clamp(40ch, 65%, 75ch); */
	margin: auto;
}

#foodfunder-directory h2 {
  margin-top: 1em;
}

#left-area, #foodfunder-directory {
	margin-bottom: 5vw;
}

.little-gap-below li {
	margin-bottom: 0.5em;
}

.medium-gap-below li {
	margin-bottom: 1em;
}

.little-gap-below li:last-of-type, .medium-gap-below li:last-of-type {
	margin-bottom: 0;
}