/*
ELENA's Fixes
---------------------

Instructions:

Add your fixes below. Due to order the CSS files are loaded, you will need to use the !important declaration for each line you fix. Once you come to a stopping point, let me know and I'll fold these into the main theme - M*/

.entry, .entry p {
/* 	font-size: 18px !important; */
/* 	line-height: 22px !important; */
}




/*tighten line-height*/

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
    font-weight: 400;
    line-height: 1.2em !important; /* changed from 1.1 to 1.2 by mf on 11/12/13 */
}


/*tighten spacing between sidebar items*/

ul.page-list li {
    border-bottom: 1px solid #666666;
    font-size: 15px;
    padding-bottom: 5px !important;
    padding-left: 0;
    padding-top: 5px !important;
	text-indent: 0;
}

/* footer orange different than what was specced and waht was at the top bar*/

div#footer-widgets-container {
    background-color: #f79d49 !important;
	color: #000;
}
#footer-container {
    background-color: #ffffff !important;
	color: #000;
}
#footer {
    background-color: #ffffff !important;
	padding:10px 0 0 0;
}
#footer-widgets-container a,
#footer-container a {
	color: #000;
	text-decoration: underline !important;
}
#footer-widgets-container a:hover,
#footer-container a:hover {
	text-decoration: none !important;
}

#footer-widgets {
	display: flex;
	align-items: flex-end;
	padding:0;
}


#footer-yellow-container {
	background: #fcc334;
}
#footer-yellow-container > div {
	padding: 15px 0;
	padding-left: 1.618em;
	padding-right: 1.618em;
	color: #000;
	font-size: 14px;
	line-height: 1.5em;
}
#footer-yellow-container > div a {
	color: #000;
	text-decoration: underline !important;
}
#footer-yellow-container > div a:hover {
	text-decoration: none;
}

.footer-widget-1 {
	width: 35% !important;
	padding-left: 0 !important;
}
.footer-widget-2 {
	width: 20% !important;
}
.footer-widget-3 {
	padding-right: 0 !important;
}

.footer-widget-2 .fab {
	font-size: 25px;
	margin-left: 10px;
}

.fab {
    font-family: "Font Awesome 5 Brands" !important;
}

#footer-widgets-container h3 a, a:link, a:visited, a:hover {
	color: #c41e3a;
	text-decoration: none !important;
}

/*for tweaking event-program page

p.hazon-event-location {
    font-size: 20px !important;
}
*/

h3.hazon-event-date {
	 font-size: 20px !important;
}


/*blockquote*/
.entry p {
    margin-bottom: 1.0em !important;
}

.hazon-event-entry {
/* border-bottom: 1px solid red; */
}



