/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
*/
/* colors
 * STLC green: #006766;
 * link reddish: #831515;
 */
#site-logo img {
	max-height: 100px;}
#sidebar .widget a,
#sidebar .widget a:hover {
	color: #831515;
}
#footbar .widget a,
#footbar .widget a:hover {
	color: #831515;
}
.button {
	display: inline-block;
	padding: 12px 24px;
	border-radius: 6px;
	border: 0;
	font-weight: bold;
	letter-spacing: .0625em;
	/* background: #0B6063; */
	background: #006766;
	color: #ffffff;!important
}

/* Add a rollover background color but keep the text white */
.button:hover,
.button:focus,
.button:active {
	background: #4E9DA4;
	color: #006766;
}

/* fixes missing theme background URL */
/* button, input[type=button], input[type=submit] {
background: #006766;
} */
.wp-block-button__link,
.wp-block-button__link:visited.
.body.wordpress .button {
	background: #006766;
}
.wp-block-button__link:hover,
.wp-block-button__link:focus,
.wp-block-button__link:active,
.body.wordpress .button:hover,
.body.wordpress .button:focus,
.cta-button .button:hover {
	background: #aaaaaa;
	color: #006766;
}

_static:906
@media screen and (max-width: 959px) {
	#sidebar-container {
		display: block;
		background-color: white;
		width: 100%;
		border-radius: 0 0 4px 4px;
	}
	
	#sidebar > li {
		display: block;
	}
	
	#sidebar li:first-child {
		display: none;
	}
}

#ajaxsearchlite1 .probox, 
#asl_w .probox
{background-color:#006766;
	background-image:radial-gradient(ellipse at center,#006766,#006766);}

div.asl_m .probox .promagnifier .innericon, div.asl_m .probox .prosettings .innericon, div.asl_m .probox .proclose .innericon {
	background-color: #449493;}

.stlc-block-post.wp-block-latest-posts.wp-block-latest-posts__list li 
{
	/* changes block posts on the home page (class=stlc-block-post) */
	margin: 2px;
	/*border: 1px 0px 1px 0px;*/
	border-top: 0px;
	border-bottom: 1px;
	border-right: 0px;
	border-left: 0px;
	border-style: solid;
	border-color: #006766;
}

.sublist.stlc-block-post.wp-block-latest-posts li, .stlc-block-post.wp-block-latest-posts__post-full-content li,
.stlc-block-post.wp-block-latest-posts.wp-block-latest-posts__list.stk-block-list li,
.sublist.stlc-block-post.wp-block-latest-posts li, .stlc-block-post.wp-block-latest-posts__post-full-content li,
.wp-block-stackable-icon-list-item.stk-block-icon-list-item.stk-block.stlc-default,
.stlc-default.wp-block-list.eplus-wrapper li
{
	/* changes block posts on the home page (class=stlc-block-post) */
	margin: 2px;
	border-top: 0px;
	border-bottom: 0px;
	border-right: 0px;
	border-left: 0px;
	border-style: solid;
	border-color: #006766;
}

.wp-block-stackable-icon-list.stk-block-icon-list.stk-block.stlc-default li {
	/* remove bottom border for icon lists in posts
	 */
    border-bottom: 0px;
}
.stlc-event-long {
	/* changes the near event on the home page (class=stlc-event-long) */
	margin: 1px;
	border: 1px;
	border-style: solid;
	border-color: #006766;
	padding: 3px;}

.wp-block-latest-posts__list a {
/* set post title */
list-style: none;
	font-size: 1.5em;
	font-weight: bold;	
	color: #666;
}
.wp-block-latest-posts__post-full-content a {
/* resets a to normal */
	font-size: 1em;
	font-weight: normal;
	color: #006766;
}
.entry-title {
	color: #666; /* gray */
}
.entry-meta {
	font-family: Arial;
	font: Arial sans-serif;
}
.eme-rsvp-form th {
	background-color:#006766;
	color: #fff;
	border: 1px solid #bbb;
}
.stlc-post-carousel div, .stlc-post-carousel img {
	max-height: 350px;
} */