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

body {
	font-family: 'Open Sans', sans-serif;
	color: #525252;
}

.sans {
	font-family: 'Open Sans', sans-serif !important;
}
.cursive {
	font-family: 'cookie', cursive !important;
}

img {
	max-width: 100%;
}

.logo img {width: 100%}

a {
	color: #0882b8;
}
a:hover {
	color: #1a6389;
	text-decoration: none;
}

a, .btn {
	transition: all .2s ease-in-out 0s;
}
.btn {
	font-weight: 400 !important;

}
.btn:hover {
	color: #fff;
	box-shadow: 0 0 5px rgba(255, 255, 255, 0.6);
}

h1, h2, h3, h4 {
	font-family: 'cookie', cursive;
	text-transform: lowercase !important;
}
h1:first-letter, h2:first-letter, h3:first-letter, h4:first-letter, h5:first-letter, h6:first-letter {
	text-transform: uppercase !important;
}
h1 {
	font-size: 50px;
}
h2 {
	font-size: 36px;
}

header {
	background-size: cover;
	background-position: center;
	position: relative;
}
header:before {
	z-index: 1 !important;
	position: absolute;
	width: 100%;
	height: 100%;
	content: ' ';
	top: 0px;
	left: 0px;
	background-color: rgba(0, 0, 0, 0.26)
}
.preheader {
	padding: 10px 15px 5px;
	background-color: rgba(255, 255, 255, 0.09);
	z-index: 20 !important;
	position: relative;
}
.preheader p {
	margin: 0px;
}
.preheader, .preheader a {
	color: #fff;
}
.preheader a:hover {
	opacity: 0.8;
}

nav {
	background-color: #f2f2f2;
	box-shadow: 0 6px 20px #545454;
	border-radius: 3px;
	position: relative;
	z-index: 20;
}

nav ul.navi {
	padding-left: 0px;
	margin-bottom: 0px;
}
.navleft {
	margin-left: 4%;
}
.navright {
	margin-right: 4%;
}
nav ul li {
	display: inline-block;
	padding: 20px 8px;
	font-weight: 600;
}
nav ul li a {
	color: #0882b8;
}
nav ul li a:hover {
	color: #7d669f;
	text-decoration: none;
}

.logo {
	height: 50px;
	text-align: center;
}
.logo img {
	 margin-top: -9px;
	 width: 85%;
	 max-width: 250px;
}

.homepage {
	padding: 120px 25px;
	color: #fff;
	text-align: center;	
}
.homepage.subpage {
	padding: 60px 25px;
}
#pageheader {
	position: relative;
	z-index: 20;
}
#pageheader h2 {
	font-family: 'cookie', cursive;
	font-size: 60px;
}
#pageheader h3 {
	font-size: 50px;
}
#pageheader p {
	font-size: 22px;
}
#pageheader a {
	opacity: 0.7;
	color: #fff;
	text-decoration: underline;
}
#pageheader a:hover {
	opacity: 1;
}

.floatbox {
	margin-top: -25px;
	margin-bottom: 65px;
	z-index: 999 !important;
	position: relative;
}
.floatbox .headblock {
	height: 100%;
	padding-bottom: 10px;
}
.headblock {
	padding: 25px;
	
	margin-bottom: 35px;
	border-radius: 3px;
}
.msg {
	font-size: 13px;
	opacity: 0.8;
}
.headblock.bglayer {
	background-image: url('/assets/img/blip.png');
	background-size: 100%;
	background-position-x: -20px;
	background-position-y: 20px;
	background-repeat: no-repeat;
}

.headblock p:last-of-type {
	margin-bottom: 0px;
}
blockquote {
	font-style: italic;
	font-weight: 400;
	letter-spacing: .3px;
}
blockquote a {
	font-style: normal;
}
p.author {
	opacity: 0.6;
	font-weight: 300;
	font-size: 1.1em;
}
.fg-white a {
	color: #fff;
	opacity: 0.6;
	font-weight: 600;
	letter-spacing: normal;
	display: inline-block;
}

article.news {
	margin-bottom: 20px;
	max-width: 90%;
}

h4.sans {
	font-size: 20px;
}

footer {
	padding-top: 20px;
	background: url('/assets/img/footer-01.png') #f2f2f2;
	background-size: cover;
	background-position: center center;
}

ul.foot-links {
	list-style: none;
	padding-left: 0px;
	text-align: center;
}
ul.foot-links li {
	font-size: 15px;
}

.footbar {
	background-color: #2288bc;
}
.footbar p {
	margin: 0px;
	font-size: 13px;
	color: #fff;
	padding: 5px;
}
.event time {
	opacity: 0.7;
}
.event h5 {
	font-size: 18px;
}
.container.segment {
	margin-top: 60px;
	margin-bottom: 60px;
}
p.crumbs {
	background-color: rgba(0, 0, 0, 0.5);
	display: inline-block;
	padding: 0px 10px 5px;
	line-height: 20px;
}
p.crumbs a {
	font-weight: 600;
	font-size: 16px;
	position: relative;
	padding-right: 22px;
	line-height: 20px;
	opacity: .8 !important;
}
p.crumbs a::after {
	font-family: 'Font Awesome 5 Free';
	content: '\f105';
	position: absolute;
	font-weight: bold;
	color: #c4abf1;
	top: 2px;
	right: 3px;
	opacity: .7;
}
p.crumbs a.active-entry {
	font-weight: 400;
	text-decoration: none !important;
	padding-right: 0px;
}
p.crumbs a.active-entry::after {
	content: '';
}

.img-fl-right {
	float: right;
	max-width: 35%;
	margin: 0px 0px 20px 10px;
	border-radius: 3px;
}
article.video {margin-bottom: 10px}
article.video h3 {
	margin-bottom: 0px;
}
article.video .meta {font-size: 14px; font-weight: 100;}
article.video img {border-radius: 4px}

aside.archives ul {
	padding-left: 30px;
}
aside.archives ul li {
	list-style: none;
	position: relative;
	
}
aside.archives ul li:before {
	font-family: 'Font Awesome 5 Free';
	content: '\f105';
	font-weight: 900;
	position: absolute;
	left: -20px;
	color: #c1c1c1;
}
aside.archives ul li.active a {
	font-weight: 700;
	color: #454545;
}

@media only screen and (max-width: 600px) {
	.img-fl-left, .img-fl-right {
		width: 90% !important;
		display: block !important;
		height: auto !important;
		max-width: none;
		margin-bottom: 20px;
		margin-left: auto;
		margin-right: auto;
		float: none !important;
		
	}
}