.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta,
.page-content {
	max-width: 85%;
}

.widget a:hover {
  color: #f51e1e;
}

.widget a {
  color: #adadad;
}

.content-sidebar .widget a:hover {
  color: #e32929;
}

.content-sidebar .widget a {
  color: #666464;
}

.wp-block-pages-list__item {
  
}

.entry-content .wp-block-image figcaption {
		text-align: center;
		font-style: normal;
		font-size: 12pt;
		margin-top: 0;
		padding-top: 0;
}

.entry-content .wp-block-image figure {
    margin-top: 0px;
    margin-bottom: 0px;
}


.entry-content .wp-block-video figcaption {		
		text-align: center;
		font-style: normal;
		font-size: 12pt;
		margin-top: 0;
		padding-top: 0;
}

.entry-content .wp-block-video  video {
    margin-top: 0px;
    margin-bottom: 0px;
}

.entry-title {
	color: #e32929;
	text-align: center;
	font-weight: 450;
	margin-bottom: 50px;
}

#page {
	margin-left: auto;
	margin-right: auto;
}

.sl-overlay {
	background: #000 !important;
	color: #e3e3e3 !important;
}

.sl-wrapper .sl-navigation button, 
.sl-wrapper .sl-close {
    color: #e3e3e3 !important;
}

.sl-wrapper .sl-counter {
   color: #e3e3e3 !important;
}


.primary-navigation ul ul {
  background-color: #000000;
	color: #e32929;
}


.secondary-navigation ul ul {
    background-color: #000000;
}