/* @override 
	http://lenzie.sanctusmedia.net/assets/css/lenzie.css
	http://lenzie.sanctusmedia.net/assets/css/lenzie.css?* */

body, p, a, ul, li, th, tr, th {
	font-family: "Lato", sans-serif;
	font-weight: 400;
	font-style: normal;
}

a {
	text-decoration: none;
	font-weight: 500;
	color: hsla(266, 62%, 22%, 1.00);
}

.page main article .content a {
	text-decoration: underline;
}

p.red  { /* words of Jesus */
	color: hsla(10, 80%, 50%, 1.00);
}


.lenzie-site-footer {
	background-color: #cabdfc
}

.lenzie-accent {
	color: #391464
}

.lenzie-purple,
.lenzie-purple a {
	color: #735cfa;
}

.lenzie-purple-background {
	background-color: #a294f5;
	border-color: hsla(266, 62%, 62%, 1.00);
}

.lenzie-nav {
	align-items: stretch;
}

.lenzie-nav>li {
	display: flex;
	text-align: center;
	background-color: hsla(248, 83%, 95%, 0.50);
	align-items: center;
	justify-content: center;
}

.lenzie-nav>li>a {
	color: #735cfa;
	text-decoration: none;
	/*width: 100%;*/
	display: block;
	text-align: center;
	font-size: 1.0em;
	font-weight: 400;
	padding: 0px 0px;
	vertical-align: center;
}

.lenzie-nav>li {
	border-left: solid #fff 6px;
	flex-grow: 1;
}

.lenzie-nav>li:first-child {
	border-left: 0;
}

.lenzie-card {
	position: relative;
	display: block;
	color: white;
	text-shadow: 1px 1px 2px black;
	/*height: 200px;*/
	overflow: hidden;
}

.lenzie-card.small img {
		max-height: 200px;
		object-fit: cover !important;
	}

@media (min-width: 576px) { 
	.lenzie-card.small img {
		max-height: 200px;
	}

}

@media (min-width: 768px) {
	.lenzie-card.small img {
		max-height: 135px;
	}
}

@media (min-width: 992px) {
	.lenzie-card.small img {
		max-height: 180px;
	}
}

@media (min-width: 1200px) {
	.lenzie-card.small img {
		max-height: 210px;
	}
}

@media (min-width: 1400px) {
	.lenzie-card.small img {
		max-height: 250px;
	}
}

.lenzie-card-inner {
	position: absolute;
	bottom: 10px;
	left:10px;
}

.base header .title {
	font-size: 2.5em;
	margin-bottom: 5px;
}
.base header .subtitle {
	font-size: 1.0em;
}

.base header .header-contact ul {
	display: table-cell;
	color: ;
}

.base header .header-contact li {
	display: inline;
	font-size: 1.2em;
	padding-left: 0.5em;
}

header p.tagline {
	font-size: 1.4em;
	font-style: italic;
	font-weight: 300;
	color: hsla(266, 62%, 62%, 1.00);
}


/*
 * ############### HOME #############
 */

.base main.home h2 {
	font-weight: 800;
	font-size: 1.8em;
}

.base main.home h4 {
	font-weight: 600;
	font-size: 1.6em;
}

.base main.home h5 {
	font-weight: 600;
	font-size: 1.2em;
	color: hsla(266, 62%, 62%, 1.00);
}

.base main.home section.listing h3 {
	font-weight: 500;
	font-size: 1.3em;
	margin: 0px;
	margin-bottom: 3px;
}

.base main.home section.listing p.dateline {
	color: hsla(266, 22%, 62%, 1.00);;
	font-weight: 400;
	font-size: 1.0em;
}

.base .listing ul.entry-list {
	padding-left: 0px;
	margin-left: 0px;
}


.base .listing ul.entry-list li {
	list-style: none;
	list-style-type: none;
	line-height: 0.9em;
	margin-bottom: 1.4em;
	padding-left: 0px;
	margin-left: 0px;
}

.base main.home .cta p {
	font-size: 1.5em;
	font-weight: 300;
	padding-top: 8px;
	width: 100%;
}

.base main.home section.cta {
	border: 1px solid #333;
	border-radius: 8px;
	
}

.base main.home section.cta .image {
	background-color: yellow;
	background-image: url('/assets/images/prayer_chain.jpg');
	background-position: center;
	background-size: cover;

	border-radius: 7px;
	border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
	overflow: hidden;
}

.base main.home section.cta .col-md-3 {
	padding-left: 0px;
	/*background-color: red;*/
}



.base main.home .video {
	background-color: hsla(266, 62%, 92%, 1.00);
	border-radius: 8px;
}

.base main.home .video div.player {
	padding: 1.5em;
}

.base main.home .video div.text {
	padding: 1.5em;
}

.base main.home .video div.text h1 {
	font-weight: 600;
	font-size: 1.9em;
}

.base main.home .video div.text p {
	font-weight: 400;
	font-size: 1.2em;
}

.base main.home .video .video-container {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
}

.base main.home .video .video-embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.base main.home .feature {
	border: 1px solid #aaa;
	border-radius: 8px;
	padding: 1.5em 0.7em;
}

.base main.home .feature .list .item {
	min-height: 70px;
	margin-bottom: 10px;
}

.base main.home .feature .list .item:last-child {
	margin-bottom: 0px;
}

.base main.home .feature .list .item img {
	border: 1px solid #aaa;
	border-radius: 4px;
}

.base main.home .feature .main img {
	border: 1px solid #aaa;
	border-radius:10px;
}

.base main.home .feature .main h1,
.base main.home .feature .list .item h2 {
	font-weight: 700;
	font-size: 2.0em;
	margin-bottom: 2px;
}

.base main.home .feature .list .item h3 {
	font-weight: 700;
	font-size: 1.2em;
	margin-bottom: 2px;
}

.base main.home .feature .list .list-text {
	line-height: 1.4em;
}

.base main.home .feature p.dateline {
	font-weight: 400;
	font-size: 0.9em;
	color: hsla(266, 22%, 62%, 1.00);
}

.base main.home .feature .reading {
	border-left: 1px solid #333;
	padding-left: 20px;
}



/* 
 * ############# BREADCRUMBS ############
 */

.breadcrumbs {
	border-top: 1px solid #aaa;
}

.breadcrumbs a {
	color: #a294f5;
}




/* 
 * ########### FOOTER #############
 */
 
section h2.lenzie-accent {
	font-weight: 400;
}
 
  footer ul li a {
	color: hsl(265.4, 79.8%, 17.5%);
	font-weight: 400;
	font-size: 1.1em;
	text-decoration: none;
 }
 
 footer section.cofs-logo img {
	 max-width: 400px;
 }
 
 
 
 
 
 
 
 /* 
 * ############# PAGE ############
 */
 
  .page main article {
	 padding-right: 0.5em;
	 border-right: none;
  }
 
 
 @media (min-width: 992px) { 
	.page main article {
		padding-right: 2em;
		border-right: 1px solid #aaa;
	}
}
 
 
 .page main article h1 {
	 font-weight: 600;
	 font-size: 2.0em;
 }
 
 
 .page main article .feature img {
	 border-radius: 16px !important;
 }
 
 .page main article .content {
	 font-size: 1.3em;
 }
 
 .page aside article h3 {
	 font-weight: 600;
	 font-size: 1.3em;
 }
 
  .page aside article p {
	 font-weight: 400;
	 font-size: 1.0em;
	 line-height: 1.4em;
 }
 
 
 /*
 * ############# NEWS ############
 */
 
.page main.listing-page article {
	margin-bottom: 20px;
} 

.page main.listing-page article .dateline {

	color: #aaa;
}
.page main.listing-page article .content h1 {
	font-size: 1.3em;
}

.page main.listing-page article .content p {
	font-size: 0.9em;
}
 
 
 
.page main.article-page .heading h1 {
	font-size: 2.0em;
}
 
 .page main.article-page .content p {
	font-size: 1.1em;
	line-height: 1.7em;
}


 /*
 * ############# Get Involved ############
 */
 
.page article .get-involved {
	background-color: hsla(68, 50%, 86%, 1);
}

.page section .wrap {
	border: 1px solid #aaa;
	border-radius: 8px;
	/*padding-top: 0.9em;*/
	margin-bottom: 1em;;
}

.page section.cat-5 .wrap {
	/*height: 100%;*/
	background-color: hsla(105, 33%, 91%, 1.00);
}

.page section.cat-2 .wrap {
	background-color: hsla(14, 50%, 86%, 1.00);
}

.page section.cat-3 .wrap {
	background-color: hsla(158, 62%, 85%, 1.00);
}

.page section.cat-4 .wrap {
	background-color: hsla(250, 24%, 84%, 1.00);
}

.page section.cat-1 .wrap {
	background-color: hsla(188, 28%, 88%, 1);
}

.page .group-start img.group-image {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	height: 180px;
	width: 100%;
	object-fit: cover;
}

.page .group-start h1 {
	font-size: 2.0em;
	color: hsla(266, 62%, 22%, 1.00);
	padding-bottom: 0.4em;
	padding-top: 1em;
}


.page .group-start h2 {
	font-size: 1.5em;
	color: hsla(266, 62%, 22%, 1.00);
	padding: 0.6em 0.5em 0.0em 12px;
	margin-bottom:  0px;;
}

.page .group-start p {
	font-size: 1.1em !important;
	color: hsla(266, 62%, 12%, 1.00);
	padding: 0.5em 0.5em 0.5em 12px;
}



/* Calendar */

#calendar {
	background-color: hsla(252, 92%, 96%, 1.00);
}

#calendar th {
	background-color: hsla(248, 83%, 75%, 1.00);
	color:  white;
}

#calendar tbody tr {
	height: 100px;
	
}

#calendar .cal_nav a {
	color:  white;
}

#calendar .cal_nav a:hover {
	text-decoration: underline;
	color:  	hsla(264, 59%, 20%, 1.00);
}

#calendar .cal_title {
	font-size: 1.5em;
}

#calendar .day_of_week {
	width:  14.2%;
	border-top: 1px solid hsla(252, 92%, 96%, 1.00);;
}

#calendar .out_of_range {
	background-color: hsla(252, 92%, 99%, 1.00);
}

#calendar .day_cell {
	vertical-align: top;
	border: 1px solid hsla(252, 92%, 100%, 1.00);
}

#calendar .day_cell .date {
	color: hsla(248, 83%, 75%, 1.00);
	padding-left:  0.5em;
}

#calendar .day_cell.out_of_range .date {
	color: hsla(248, 83%, 85%, 1.00);
}

#calendar .day_cell .event {
	padding-top:  0.2em;
	padding-left:  0.5em;
	padding-right:  0.5em;
	padding-bottom:  0.3em;
	line-height: 1.1em;
	font-weight: 400;
}

#calendar .day_cell.out_of_range .event {
	opacity: 0.55;
}

#calendar .day_cell time {
	font-size: 0.9em;
}

#calendar .day_cell .event.church {
	background-color: #3d85cd;
}

#calendar .day_cell .event.groups.meet-and-chat {
	background-color: hsla(250, 24%, 84%, 1.00);
}

#calendar .day_cell .event.groups.well-being {
	background-color: hsla(14, 50%, 86%, 1.00);
}

#calendar .day_cell .event.groups.young-people {
	background-color: hsla(105, 33%, 91%, 1.00);
}

#calendar .day_cell .event.groups.step-of-faith {
	background-color: hsla(266, 62%, 62%, 1.00);
}












