/* Calendar Entries */
.em.pixelbones p {
    margin: 0 0 0px !important;
}

/* List Item */
#content ul li{
	margin-bottom:12px;
}

#content {
  padding-top: 0px;
}



/* Site below header wrap */
.ast-below-header-wrap .ast-below-header .site-below-header-wrap{
  xmargin-bottom:60px;
padding-bottom:60px;
background-color: #efefef;  

  background: 
    /* top, transparent red, faked with gradient */ 
    linear-gradient(
      rgba(0, 0, 0, 0.2), 
      rgba(0, 0, 0, 0.3)
    ),
    /* bottom, image */
    url(https://www.citizensplanning.org/wp-content/uploads/2021/08/b18149_dce4cc104fd34680b531cd0e2db57ac6.jpg);
background-size:cover; 
background-position-x:50%;
background-position-y:55%;
}

/*	background-position-x:50%;
	background-position-y:55%;
	background-repeat:no-repeat;
	background-image:url("https://www.citizensplanning.org/wp-content/uploads/2021/08/b18149_dce4cc104fd34680b531cd0e2db57ac6.jpg");
	background-size:cover;  */


/* Page Title */
.header-widget-area .widget{
	color:#ffffff;
	font-size:44px;
	/*font-weight:700;
	text-transform:uppercase;*/
	text-shadow:rgba(0, 0, 0, 0.9) 2px 2px 22px;
	letter-spacing:3px;
	line-height: 90%;
}

/* Menu Link 
#site-navigation .sub-menu .menu-link{
	margin-bottom:110px;
} */


