/*** red #c73335
 * link blue #0076CBA
 * hover green #65833A***/


/***Page Title Background***/
.wp-site-blocks .page-title h1 {
  background-color: rgba(105,105,105,.25);
		padding: 0px 10px;
}

/***Home Page Read More***/
.entry-content p > a {
	color: #007cba;
}
 .entry-content p > a:hover {
	color: #65833a;
}

/***Bottom Content Area Margin (Top is 3rem)***/
.content-area {
  margin-bottom: 5rem;
}

/***Paragraph Margin Borrom***/
.pmarginbottom { 
	font-weight: 500;
}

.single-content p.pmarginbottom  {margin-bottom: 10px;
}


/***Spacing underneath categories on posts***/
.entry-taxonomies
{
  margin-bottom: 2em;
}

/***Two columns with descending content***/
.post-archive {
display: block;
columns: 20em;
column-gap: 20px;
column-rule: 1px dotted red;
}

/***Spacing between posts on archive page**/
.post-archive .loop-entry .entry-content-wrap {
  padding: .6rem;
}
.loop-entry .entry-header .entry-title {
  margin: 10px 5px 0px 5px;
}

/***Board of Civil Authority for single column Category***/
.category-board-of-civil-authority-agenda .post-archive  {
columns: 40em;
}

/***removes indented loop entry styling above on search-results***/
.search-results .loop-entry .entry-header .entry-title {
  margin: 10px 0px -5px 0px;
}


/***Tribe Upcoming Events Widget Title***/
.tribe-events-widget-events-list__header h2.tribe-common-h6  {
	font-size: 24px;
	font-weight: bold;
}
article.post .entry-header h1.entry-title {
	text-align: center;
}

/***Center Archive Page Posts***/
xarticle.post .entry-header h2.entry-title {
	text-align: center;
}

/***Events Calendar***/
#primary .tribe-events {
padding: 30px;

}

/***Remove Tags from Community Events Form***/
.tribe-community-events .tribe-section-taxonomy + .tribe-section-taxonomy {
display: none;
}

/***CSS Spacing Lists Paragraphs***/

ul.margintop {
margin-top: -25px;}

ol.margintop {
margin-top: -25px;}

ul.no-bullets 
{list-style-type: none;
margin-top: -20px;}

ul.no-bullets-indent
{list-style-type: none;
margin-top: -20px;
padding: 0 0 0 50px;}

ul.no-bullets-only
{list-style-type: none;
}

li.no-bullets-only
{list-style-type: none;
}

ul.indentlist {
margin: -20px 0 20px 0;
padding: 0 0 0 30px;}

ul.strongindentlist {
margin: -20px 0 10px 80px;
list-style-type: circle;}

ul.toplistmargin {
	margin-top: -20px;
}

ol.indentlist
{margin-top: -25px;
	padding: 0 0 0 40px;}

ol.strong-indentlist
{margin-top: -20px;
	padding: 0 0 0 70px;}

p.nospace {
	margin-top: -10px;}

p.nomargintop {
	margin-top: -20px;}

p.indent {
padding: 0 0 0 20px;}

.wp-block-table.indenttwenty {
	padding: 0 0 0 30px;
	width: 80%;
}

p.indentblock {
	padding: 0 0 0 20px;
}

ol.lower-alpha {list-style-type: lower-alpha;}

/* Set the second layer of list items to lowercase alphabetic */
ol > li > ol {
    list-style-type: lower-alpha;
}

/* Set the third layer of list items to lowercase Roman numerals */
ol > li > ol > li > ol {
    list-style-type: lower-roman;
}

/* Set the fourth layer of list items to lowercase Roman numerals */
ol > li > ol > li > ol li > ol {
    list-style-type: decimal;
}

/**Unordered list 2nd level**/
ul ul {
	list-style-type: circle;
}
/**Unordered list 3rs level **/
ul ul ul {
	list-style-type: square;
}
ul ul ul li::marker {
	color: #666666;
}
ul ul ul ul {
	list-style-type: disc;
}

ul ul ul ul li::marker {
	color: #a6a6a6;
}


/****new site styling*/
/***mobile pop-up txt color***/
.popup-drawer .drawer-inner {
  color: #444444;
}

/***User-Submitted-Posts Confirmation***/
#usp-success-message {color: #c73335; }

/***Tribe Events Widget on Page Setting***/

#post-561 .tribe-common {
	background-color: #f0f7db;
}




