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

body {
	background-image: url('/assets/img/killearn-oilpaint-bg.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: none;
	background-attachment: fixed;
	font-family: 'Lato', sans-serif;
	padding-top: 10px;
}

img {
	max-width: 100%;
}

a {
	color: #0177aa;
}
a:hover {
	color: #aa0176;
	transition: all .3s ease-in-out 0s;
}

/* Navbar section */

header {
	padding-bottom: 50px;
	
}
nav {
	
}

.page-body {
	margin-top: 20px;
}

button.navbar-toggler {
	float: right;
	font-size: 30px;
	color: #0280b4;
}
nav li {
	font-size: 28px;
	font-weight: 300;
/* 	text-transform: lowercase; */
}
nav li a {
	color: #393939;
	outline: 0;
}
nav li a.active {
	color: #77a900;

}
nav ul.dropdown-menu {
	border: none;
	background-color: #f5f5f5;
}
nav ul.dropdown-menu > li {
	font-size: 20px;
}
nav ul.dropdown-menu > li > a {
	padding: 0px 12px;
}

nav.desktop > ul {
	list-style: none;
	padding: 20px 0;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	text-align: center;
	margin-bottom: 20px;
}
nav.desktop ul li a {
	padding: 0px 5px;
}
nav.desktop > ul > li > ul.dropdown-menu {
	/* top: -45px !important; */
	position: relative !important;
	width: 100%;
	text-align: center;
	background: none;
	padding: 0px;
	margin-bottom: 10px;
}
nav.desktop > ul > li > ul.dropdown-menu > li {
	padding: 0px !important;
}
nav.desktop > ul > li > ul.dropdown-menu > li:hover a {
	background: none !important;
	color: #aa0176 !important;
}

nav.desktop > .fb-page {
	width: 100%;
}

.home-header h1 {
	font-weight: 100;
	padding-left: 5px;
	padding-right: 20px;
}
#sec-nav {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	width: 100%;
}

#sec-nav a {
	padding: 15px 5px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	display: block;
	text-decoration: none;
	min-height: 100%;
	flex: 1;
}
#sec-nav a:hover {
	background-color: #eeeeee;
	color: #404040;
}

div.bg-blue > a {
	color: white;
}


/* Updated menu */

nav.desktop  ul {
	text-align: left;
}

nav .nav-item.dropdown.show a {
	color: #fff;
}


nav.desktop ul li ul.dropdown-menu {
	text-align: left;
	margin-left: 10px;
	background-color: hsl(203, 66%, 90%);
	width: 90%;
	
}

nav.desktop ul li ul.dropdown-menu li {
	font-size: 1.2em;
	padding: 5px 0px !important;
	color:  hsl(203, 66%, 40%);;
}

nav.desktop ul li ul.dropdown-menu li a {
	color:  hsl(203, 66%, 40%) !important;
}

nav.desktop ul li ul.dropdown-menu li a.active {
	background-color: hsl(203, 66%, 70%);
	color: #fff !important;
}


nav .nav-item.dropdown.show {
	background-color: hsl(203, 66%, 70%);
	border-radius: 5px;
	padding-left: 5px;
}

nav.mobile ul li ul a {
	color: hsl(203, 66%, 70%) !important;
}

nav.mobile ul li ul li a.active {
	color: #fff !important;
	background-color: hsl(203, 66%, 70%) !important;
}



/* Primary CSS */

section {
	margin-bottom: 20px;
}
.font20 {
font-size: 20px;
}

.cblock {
	padding: 30px;
}

a.dropdown-toggle::after {
	display: none;
}

.logo {
	margin-bottom: 30px;
	text-align: center;
}
.logo img {
	width: 60%;
	max-width: 300px;
}
.bg-blue-trans {
	background-color: #0177aa40;
}
.bg-pink-trans {
	background-color: #AA017740;
}
.bg-green-trans {
	background-color: #77AA0140;
}
.bg-orange-trans {
	background-color: #d6740c40;
}
.bg-purple-trans {
	background-color: #4f42b540;
}
.bg-blue {
	background-color: #0177aa;
}
.bg-pink {
	background-color: #AA0177;
}
.bg-green {
	background-color: #77AA01;
}
.bg-orange {
	background-color: #d6740c;
}
.bg-red {
	background-color: #b11212;
}
.bg-purple {
	background-color: #4f42b5;
}
.bg-grey {
	background-color: rgba(180, 180, 180, 0.3);
}
.white {
	color: #fff;
}

.dropdown {
	clear: both;
}


.btn.btn-give {
	width: 100%;
	background-color: hsl(1, 82%, 38%);
	color: #fff;
	border-radius: 12px;
}

.btn.btn-give h1 {
	font-size: 1.6em;
	padding-bottom: 5px;
	border-bottom: 1px solid hsl(1, 82%, 78%); 
}

.btn.btn-give h1 i {
	padding-left: 5px;
}

.btn.btn-give span i {
	padding-right: 5px;
	color: hsl(78, 97%, 34%);
}

.cblock .btn.btn-give {
	max-width: 230px;
}

/* Category Headers */

#category-header {	
	margin-bottom: 20px;
	position: relative;
}

#category-header img {	
	border-radius: 3px;
}

#category-header .category-name {	
	position: absolute;
	top:  10px;
	left: 30px;
	color: HSLA(0, 0%, 100%, 70%);
	font-size: 3.0rem;
	text-shadow: 2px 2px 5px HSLA(0, 0%, 0%, 50%);
}

	@media (max-width: 575.98px) {
		#sec-nav a {
			line-height: 1.1em;
			font-size: 0.9em;
			padding: 7px 2px;
		}
		.footer-socials {
			text-align: right !important;
		}
		.footer-smallprint {
			padding-top: 10px;
			text-align: center !important;
		}
		#category-header p.category-name {
			left:  10px;
			font-size: 2.0em;
		}
	}

	@media (min-width: 576px) and (max-width: 767.98px) {
		#sec-nav a {
			line-height: 1.1em;
			font-size: 0.9em;
			padding: 7px 2px;
		}
		.footer-socials {
			text-align: right !important;
		}
		.footer-smallprint {
			padding-top: 10px;
			text-align: center !important;
		}
	}

	@media (min-width: 768px) and (max-width: 991.98px) {
		.footer-socials {
			text-align: center !important;
		}
		.footer-smallprint {
			text-align: right !important;
		}
	}
	
	@media (min-width: 992px)  {
		.footer-socials {
			text-align: center !important;
		}
		.footer-smallprint {
			text-align: right !important;
		}
	}


/* HOME */

.event .event-time {
	font-size: 0.8em;
	margin-bottom: 5px;
	opacity: 0.7;
}

.event .event-title {
	font-size: 1.1em;
}

.news-headlines .headline {
	font-size: 1.2em;
	padding: 0px;
	margin: 0px 0px 2px 0px
}

.ico-large {
	font-size: 1.7rem;
}

.home-sec .event .event-title a {
	color: #fff;
}

/* colours */ 

/* news */

.news {
	height:150px;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* footer */
#footer {
	border-top: 3px solid HSL(205, 53%, 42%);
	padding: 14px 20px 0px 20px;
	margin-top: 45px;
	border-bottom: 3px solid HSL(205, 53%, 42%);
	margin-bottom: 30px;
}

#footer-right {
	text-align: right;
}

/* Who's Who */

.cblock .photo-image {
	border-radius: 10px;
	max-height: 220px;
	overflow: hidden;
	position: relative;
}

.cblock h4.photo-name {
	text-align: center;
	font-size: 1.2em;
	margin-top: 0.4em;
}

/* ******************************** */
/*               VIDEO              */
/* ******************************** */

.video-summary {
	clear:  left;
	margin-bottom: 60px;
}

.video-summary img {
	float: left;
	margin-right: 20px;
}

.video-summary h2 {
	font-size: 1.6em;
	margin: 0px 0px 2px 0px;
}

.video-summary .body p {
	margin: 0px 0px 4px 0px;
	color: #333;
}

.video-summary .dateline,
.video-feature .dateline {
	color: #999;
	font-size: 0.9em;;
}

.video-feature {
	padding-top: 20px;
	margin-bottom: 40px;
	/* border-top: 10px solid HSL(205, 53%, 42%);
	border-bottom: 10px solid HSL(205, 53%, 42%); */
}

.video-feature h1 {
	font-size: 1.8em;
	margin: 20px 0px 10px 0px;
}

.social {
	width: 24px;
	height: 24px;
}

/*
	Contacts Page
*/

#contact-detail {
	margin-top: 25px;
}

h2.contact {
	margin-bottom: 10px;
}

/*
	Groups
*/

section.groups {
	margin-top: 15px;
}

section.groups>div.cblock {
	padding: 10px;
}

div.cblock>p {
	margin-bottom: 0.2rem;
}

/*
	Calendar
*/

#calendar {
	width: 100%;
}

#calendar>thead>tr {
	height: 50px;
}

#calendar>tbody>tr {
	min-height: 150px;
}

#calendar tbody tr td {
	width: 14.2%;
	background-color: #fff;
	border: 1px solid hsl(137, 14%, 62%);
	background-clip: padding-box;
}

#calendar>thead>tr>th {
	width: 14.2%;
	text-align: center;
}


#calendar .day_cell.out_of_range {
	background-color: #d6d6d6;
}



#calendar .day_cell {
	text-align: left;
	position: relative;
	padding-top: 30px;
}


#calendar .day_cell .date {
	position: absolute;
	top:  0px;
	left: 0px;
	background-color: hsl(137, 14%, 62%);
	color:  #fff;
	text-align: center;
	width:  40px;
	border-bottom-right-radius: 5px;
}

#calendar .day_cell.out_of_range .date {
	background-color: #b6b6b6;
	border-bottom-right-radius: 5px;
}

#calendar .day_cell .event {
	font-size: 0.9em;
	line-height: 1.2em;
	margin:  4px 5px 5px 5px;
	padding: 3px 6px;
	background-color: hsl(137, 14%, 92%);
	border-radius: 4px;
}

.cal-event .cal-event-time {
	font-size: 0.9em;
	padding-top: 10px;
	color: #777;
}

.cal-event cal-event-title {
	
}

/* 
	Life Events
*/

#life-events-nav ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding-left: 0;
}

#life-events-nav ul li a {
	color: #0177aa;
	font-size: 1.2rem;
}

#life-events-nav ul li.here a {
	color: #393939;
	pointer-events: none;
}
/*  */