/*!
Theme Name: CTK
Theme URI: http://underscores.me/
Author: Tony Scialdone
Author URI: https://straightstreetdesign.com/
Description: a custom theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ctk
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

CTK is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

:root {
	--eggplant:	#4a1a66;
	--bluebird:	#145b8b;
	--sage:		#497272;
	--jet:		#2c3235;
	--obsidian:	#191919;
	--pewter:	#b4bbc1;
}

body { margin: 0; }

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary { display: block; }
audio, canvas, progress, video { display: inline-block;	vertical-align: baseline; }
audio:not([controls]) { display: none; height: 0; }

[hidden], template { display: none; }

* { margin: 0; padding: 0; }

.flex { display: -webkit-box; display: -ms-flexbox; display: flex; }
.flex-row { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; }
.flex-column { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
.justify-center { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.justify-around { -ms-flex-pack: distribute; justify-content: space-around; }
.justify-between { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.align-center { -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.align-start { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }
.align-stretch { align-items: stretch; }
.flex-wrap { -ms-flex-wrap: wrap; flex-wrap: wrap; }
.flex img { flex: 0 0 auto; -ms-flex-item-align: start; align-self: flex-start; }

.flex { display: flex; }
.fr { flex-direction: row; }
.fc { flex-direction: column; }
.jc { justify-content: center; }
.ja { justify-content: space-around; }
.jb { justify-content: space-between; }
.je { justify-content: flex-end; }
.as { align-items: flex-start; }
.ac { align-items: center; }
.ae { align-items: flex-end; }
.astretch { align-items: stretch; }
.fw { flex-wrap: wrap; } 

a { background-color: transparent; }

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: var(--obsidian);
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
option,
select,
textarea {
	color: inherit;
	font-family: 'Montserrat', arial, sans-serif;
	margin: 0;
}

select { padding-right: 20px; }
option { font-size: 14px; }

label { 
	display: block; 
	margin-top: 10px; 
}

.group-list {
	margin: 2rem 0 0;
}

.group-list label { 
	display: inline; 
}

.group-list li {
	list-style-type: none;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 0;
}

#mc-embedded-subscribe-form hr { margin: 1rem 0; }
#mc-embedded-subscribe-form ul, #mc-embedded-subscribe-form li { list-style-type: none; margin-left: 0; }
#mc-embedded-subscribe-form input[type="checkbox"] { margin-right: 1rem; }
#mc-embedded-subscribe-form input[type="checkbox"] + label { display: inline-block; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 0px solid #c0c0c0;
	margin: 0 2px;
	padding: 0 0.625em 0.75em 0;
}

legend { display: none;
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Montserrat', arial, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big { font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html { -webkit-box-sizing: border-box; box-sizing: border-box; }

*,
*:before,
*:after { -webkit-box-sizing: inherit; box-sizing: inherit; }

p:empty { display: none; }

body {
	background: #fff; }

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	max-width: 100%; }

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	margin: 5px 0 5px 10px; 
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

a:link {
  color: #7171c1;
}

a:visited {
  color: var(--eggplant);
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {

}

.main-navigation a:link, .main-navigation a:visited {
	color: white; }

.main-navigatin ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; height: 1px;	width: 1px;	overflow: hidden;	word-wrap: normal !important;	}
.screen-reader-text:focus {	background-color: #f1f1f1;	border-radius: 3px;	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);	clip: auto !important;	color: #21759b;	display: block;	font-size: 14px; font-size: 0.875rem; font-weight: bold; 	height: auto; left: 5px; line-height: normal;	padding: 15px 23px 14px;	text-decoration: none;	top: 5px;	width: auto;	z-index: 100000; }
#content[tabindex="-1"]:focus { outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

html, body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	font-size: 16px;
	font-family: 'Montserrat', arial;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; }


.home {
	background: url(/wp-content/themes/ctk/images/mountains.jpg);
	background-color: #4A477B;
	background-attachment: fixed;
	background-size: cover;
	background-position:center
}

.home .entry-header, .entry-title { display: none; }


/* Elements */

h1, .home h2 {
	margin: 0 0 10px;
	font-size: calc(0.5rem + 2.5vmin); /* helps scale font sizes based on viewport */
	color: #fff;
	text-shadow: 0 3px 13px rgba(0,0,0, .9); }

.entry-content h2 { margin-bottom: 20px; }

h2, h3, h4 { color: var(--obsidian); } 

h1 { font-size: 37px; }
h2 { font-size: 36px; }
h3 { font-size: 1.44em; }
h4 { font-size: 1.2em; }

p { margin: 0 0 1.4em; }


dl, ul, ol { 
	margin: 0 0 15px; 
	padding: 0; }

dd, li { margin: 0 0 .5em 30px; }

blockquote { quotes: none; }

table {
	border-collapse: collapse;
	border-spacing: 0; }

.btn, [type="submit"] {
	display: inline-block;
	padding: .5rem 1rem;
	font-size: 1rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background-color: var(--eggplant);
	border-radius: .5rem;
	cursor:pointer;
}

[type="submit"] { 
	padding: 15px 25px; 
	color: #fff;
	font-size: .9rem; 
	border-radius: 3px; }

.btn:hover, 
[type="submit"]:hover { 	
	background-color: var(--bluebird); 
	color: #fff !important;
}

.btn-light {
	background-color:#fff;
	border-radius: .5rem;
	display: block;
	cursor:pointer;
	color: var(--eggplant);
	margin: 20px auto;
	padding: .5rem 1rem;
	font-size: 1rem;
	font-weight: bold;
	text-decoration:none;
	border: 1px solid transparent;
}
.btn-light:hover {
	background-color: var(--eggplant);
	color: #fff !important;
	border: 1px solid #fff;
}

/* Layout */

.header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	z-index: 3;
	margin: 0 0 0px;
	padding: 10px 40px; -webkit-box-sizing: border-box; box-sizing: border-box;
	width: 100%; max-width: 100%;
	background-color: var(--obsidian);
	background-repeat: repeat-x;
	background-size: auto 100%;
	border-bottom: 1px solid white;
}

.logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 2rem;
	color: #fff;
	text-decoration: none; }

.logo a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
	color: #fff;
	letter-spacing: -2px;
	text-decoration: none; 
	white-space: nowrap; }

.logo div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column; }

.logo span {
	display: block;
	margin: -11px 0 0;
	padding-left: 8px;
	font-size: .6rem;
	letter-spacing: 1.29em;
	text-align: left;
	text-transform: uppercase; }

nav {
	margin: 0; }

nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap; 
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center; }

nav li {
    flex: initial;
	margin: 0;
	padding: 0 20px; }

nav a {
	display: inline-block;
	padding: 0; 
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid transparent; }

nav a:hover, .current-menu-item a { 
	color: #fff;
	border-bottom: 1px dotted #fff; }

.home-intro {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 180px 0 180px;
	font-size: 1.5rem;
	color: #fff; }

.home-intro span {
	display: block;
	padding: 0;
	width: 670px; max-width: 100%; 
	font-size: 1.5rem;}

.home-intro h1 {
	margin-bottom: 0;
	max-width: 100%; }

.home-intro p {
	width: 770px; max-width: 100%;
	text-align: center;}

.home .content { 
	margin: 0 auto; 
	padding: 0;
	width: 100%; }

.home .content { 
	margin: 0 auto; 
	padding: 0;
	width: 100%; }

.content { 
	display: -webkit-box; 
	display: -ms-flexbox; 
	display: flex;
	z-index: 2;
	margin: 0 auto;
	padding-top: 00px; 
	width: 1000px; }

.hero {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center; 
	-webkit-box-align: center; 
	    -ms-flex-align: center; 
	        align-items: center; 
	margin: 0;
	width: 100%; 
	height: 300px;
	background: url(/wp-content/themes/ctk/images/mountains.jpg) no-repeat right -200px;
	background-color: #4A477B;
	background-attachment: fixed; 
	background-position: center;
	background-size:cover;
	border-bottom: 1px solid var(--obsidian); }

.home .primary {
	padding: 0; 
	width: 100%; 
	background: transparent; }

.primary {
	padding: 20px;
	width: calc(100% - 350px); 
	background: #f9f9f9; }

.secondary {
	padding: 20px; 
	width: 350px; }

.home article { margin-bottom: 0; }
.home .edit-link { display: none; }

.image-split {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 20px 10px;
	color: var(--eggplant); }

.image-split a:link {
  	color: #D8CEF6; }

.image-split a:visited {
 	color: #F2EFFB; }

.image-split div {
	padding: 0 20px;
	font-size: 1.4rem; }

.location {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 40px 10px;
	background-color: var(--eggplant);
	background: url(/wp-content/themes/ctk/images/bg-church.jpg) no-repeat left bottom;
	background-size: cover;
	color: #fff; 
	border-bottom: 1px solid white;
}

.location a:link {
  	color: #D8CEF6; }

.location a:visited {
 	color: #F2EFFB; }

.location img { -webkit-box-shadow: 0 0 10px rgba(0,0,0, .25); box-shadow: 0 0 10px rgba(0,0,0, .25); }

.location div {
	padding: 0 40px;
	font-size: 1.4rem; }

.upcoming {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding: 60px 10px 70px;
	background-color: var(--jet);
	color: #fff;
	text-align: center; 
	border-top: 1px solid white; border-bottom: 1px solid white;
}

.home .upcoming h2 { text-shadow: none; }

.upcoming a:link {
  	color: #D8CEF6; }

.upcoming a:visited {
 	color: #F2EFFB; }

.upcoming p {
	margin: 0;
	font-size: 1.2rem;
	line-height: 1.6; }

.upcoming h3 { color: #fff; }


.youtube a:link {
  	color: #ffffff; }

.youtube a:visited {
 	color: #ffffff; }

.latest-sermon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 40px 35%;
	background-color: var(--eggplant);
	background-image: radial-gradient(circle, transparent, #222);
	text-align: center; 
	border-bottom: 1px solid white;
}

.latest-sermon h2 {
	margin-bottom: 0;
}

.latest-sermon a:link {
  	color: #D8CEF6; }

.latest-sermon a:visited {
 	color: #F2EFFB; }

.latest-sermon h3 {
	margin-bottom: 10px; 
	color: #fff; }

.latest-sermon p { margin: 0 auto; width: 400px; -ms-flex-item-align: center; align-self: center; }

.who {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding: 60px 10px 70px;
	background-color: var(--eggplant);
	color: #fff;
	text-align: center; 
	border-bottom: 1px solid white;
}

.who a:link {
  	color: #D8CEF6; }

.who a:visited {
 	color: #F2EFFB; }

.who p {
	margin: 0 auto 15px;
	max-width: 1000px;
	font-size: 1.2rem;
	line-height: 1.6; }

.who p:first-of-type { font-size: 1.8rem; }

.who ul {
	text-align: left;
	margin: 0 auto 15px;
	max-width: 1000px;
	font-size: 1.2rem;
	line-height: 1.6; }

.library {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding: 40px 10px;
	color: #fff;
	text-align: center; 
	border-bottom: 1px solid white;
}

.library a:link {
  color: #7171c1; }

.library a:visited {
	color: var(--eggplant); }

.library p {
	margin: 0 auto 15px;
	max-width: 1000px;
	font-size: 1.2rem;
	line-height: 1.6; }

.library p:first-of-type { font-size: 1.8rem; }

.library ul {
	text-align: left;
	margin: 0 auto 15px;
	max-width: 1000px;
	font-size: 1.2rem;
	line-height: 1.6; }

.library .btn-wrap a[href*="xls"] {
	font-weight: bold; 
	font-size: 1rem; 
	text-align-last: center;
	display:inline-flex;
	padding:10px 20px;
}
.library .btn-wrap a[href*="xls"]:before {
	background-image: url(/wp-content/themes/ctk/images/excel.png);
	background-size:100%;
	background-position:center;
	display: inline-flex; 
	margin: 0 5px 0 0;
	font-size: .8rem;
	color: #fff;
	width:30px;
	height:30px;
	content:""
}

.small-groups {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding: 40px 10px;
	background: url(/wp-content/themes/ctk/images/wood.jpg) left top;
	color: #fff;
	text-align: center; 
	border-bottom: 1px solid white;
}

.small-groups a:link {
  	color: #D8CEF6; }

.small-groups a:visited {
 	color: #F2EFFB; }

.events {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding: 60px 10px 70px;
	background-color: var(--eggplant);
	color: #fff;
	text-align: center; }

.events a:link {
  	color: #D8CEF6; }

.events a:visited {
 	color: #F2EFFB; }

.events p {
	margin: 0 auto 15px;
	max-width: 1000px;
	font-size: 1.2rem;
	line-height: 1.6; }

.events ul {
	text-align: left;
	margin: 0 auto 15px;
	max-width: 1000px;
	font-size: 1.2rem;
	line-height: 1.6; }

.bible-quote {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding: 40px 10px;
	background: url(/wp-content/themes/ctk/images/mountains.jpg) no-repeat left top;
	font-size: 2rem;
	color: #fff;
	text-align: center; }

.bible-quote p {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1000px; }

.bible-quote cite { font-size: 1.5rem; }

.join-us {}

.join-us a:link {
  	color: #D8CEF6; }

.join-us a:visited {
 	color: #F2EFFB; }

.map {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 200px 10px;
	background: url(/wp-content/themes/ctk/images/map.jpg) no-repeat left center;
	background-size: cover; }

.map a:link {
  color: #7171c1; }

.map a:visited {
	color: var(--eggplant); }

.map p {
	position: relative; left: 300px;
	display: inline-block;
	margin: 0 auto;
	padding: 15px;
	background: var(--eggplant);
	color: #fff;
	border-radius: 3px; }

.map span { font-size: 1.5rem; }

.site-footer { display: none; }
.footer { 
	margin-bottom: 00px; 
	background: #222;
	clear: both; }

.home .footer { margin-bottom: 0; }

.edit-link {
	display: block;
	margin: 2rem; 
}

.copy {
		margin: 0;
		padding: 20px;
		font-size: .7em;
		color: #fff;
		text-align: center;
		text-transform: uppercase; }

.fb {
	margin: 10px auto;
	color: #fff; 
	line-height: 50px;
	text-align: center;
	text-decoration: none;
	white-space: nowrap; 
	border: 0; 
	border-radius: 4px; }

.fb img { 
	position: relative; top: 7px; 
	margin: 0 5px 0 30px; 
	border-radius: 4px; }

.page-id-12 .entry-content > div {
	margin: 0 0 120px;
	padding: 0 0 0; 
	background: #f3f3f3; 
	border-radius: 0px; 
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0, .15); 
	        box-shadow: 0 2px 2px rgba(0,0,0, .15); }

.page-id-12 .entry-content > div h2 { margin-bottom: 10px; padding: 10px 20px; background: #ddd; color: var(--eggplant); font-size: 24px; border-radius: 0; }
.page-id-12 .entry-content h3 { padding: 0 20px 0 50px; font-weight: normal; font-size: 16px; color: #333; }
.page-id-12 .entry-content h4 { margin-bottom: 10px; padding: 0 20px 0 50px; font-size: 16px; color: #333; }

.page-id-12 .primary { background: transparent; }

.page-id-86 aside { display: none; }
.page-id-86 .primary { width: 100%; }

/* Utility Classes */

.fleft { float: left; }
.fright { float: right; }
b, strong { font-weight: bold; }
i, em { font-style: italic; }

[hidden] { display: none !important; }


/* Document Links */

a[href$=".pdf"]:before {
	display: inline-block;
	position: relative; top: -2px;
	margin-right: 10px;
	padding: 2px 4px;
	height: .95em;
	width: 25px;
	font-size: .7em;
	line-height: 1em;
	color: #fff;
	text-align: center;
	border-radius: 3px; }


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0; margin: 0;
}

.home .entry-content { margin-top: 0; }

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}


/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}


/* YouTube Plugin style adjustments */ 

.yotu-videos ul {
	gap: 1rem;
}

.yotu-videos li {
	width: calc(50% - 1rem) !important;
}

.yotu-video-description {
	display: none !important;
}


/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/* Formidable Styles */

.frm_message p {
	padding: 10px; 
	background: var(--eggplant); 
	color: #fff; 
}
.frm_verify label { 
	margin: 0; 
	line-height: 1; 
	text-indent: -999999px; }

@media (max-width: 1060px) {
	.header { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
	.nav { margin: 20px 0; }
	.menu-toggle { display: none; }
	.location { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; padding: 40px 20px; }
	.latest-sermon { padding: 40px; }
	.map { background: url(/wp-content/themes/ctk/images/map.jpg) no-repeat center center; }
	.map p { left: 0; }
	.hero { margin-top: 235px }
}

@media (min-width: 1060px) and (max-height: 600px) {
	.logo { display:none; }
	.hero { margin-top: 45px; height: 150px; }
}

@media (max-width: 1060px) and (max-height: 600px) {
	.logo { display:none; }
	.hero { margin-top: 75px; height: 150px; }
}

@media (max-width: 1000px) {
	.content { padding: 0 20px; width: 100%; }
	h1 { width: 95%; text-align: center; }
} 

@media (max-width: 880px) {
	.nav { ont-size: 10px; }
	.hero { margin-top: 225px; }
	.content { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
	.primary, aside { min-width: 100%; }
}

@media (max-width: 880px) and (max-height: 600px) {
	.nav { font-size: 10px; }
	.hero { margin-top: 75px; }
	.content { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
	.primary, aside { min-width: 100%; }
}

@media (max-width: 750px) {
	.header { padding: 10px; }
	.nav { margin-bottom: 0px; }
	.nav ul { text-align: center; }
	.nav ul li { margin-bottom: 10px; }
	.current-menu-item a { background: #333; border: 0; }
	.current-menu-item a:hover { background: #333; }
	.hero { margin-top: 215px; }
} 

@media (max-width: 750px) and (max-height: 600px) {
	.header { padding: 10px; }
	.nav { margin-bottom: 0px; }
	.nav ul { text-align: center; }
	.nav ul li { margin-bottom: 10px; }
	.current-menu-item a { background: #333; border: 0; }
	.current-menu-item a:hover { background: #333; }
	.hero { margin-top: 65px; }
} 

@media (max-width: 670px) {
#	.hero { margin-top: 250px; }
	.home-intro { padding: 20px 20px 20px; }
	.home-intro span { padding-left: 0; text-align: center; }
	.home-intro h1 { margin: 10px 0 20px; line-height: 1.2; }
	.home-intro p { padding: 0 0 0 4px; text-align: center; }
	.content { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
	.primary, aside { min-width: 100%; }
	nav#site-navigation.nav.main-navigation { height: auto; width: auto; }
} 

@media (max-width: 670px) and (max-height: 600px) {
	.hero { margin-top: 65px; }
	.home-intro { padding: 20px 20px 20px; }
	.home-intro span { padding-left: 0; text-align: center; }
	.home-intro h1 { margin: 10px 0 20px; line-height: 1.2; }
	.home-intro p { padding: 0 0 0 4px; text-align: center; }
	.content { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
	.primary, aside { min-width: 100%; }
	nav#site-navigation.nav.main-navigation { height: auto; width: auto; }
}

@media (max-width: 520px) {
	.nav ul li { width: auto; }
	h1 { font-size: 35px; }
} 

@media (max-width: 415px) {
	.homeintro { padding-top: 220px; }
} 


@media (max-width: 400px) {
	.home-intro h1 { font-size: 20px; }
} 

@media (max-width: 350px) {
	.hero { width: 350px; }
	.content { width: 350px; }
	.footer { width: 350px; }
} 

@media screen and (max-width: 300px) {

#	.secondary { width: 100%; }
	.hero { margin-top: 45px; height: 150px; }
} 



.frm_screen_reader.frm_hidden {
	border:0; clip:rect(1px, 1px, 1px, 1px); clip-path:inset(50%); height:1px; margin:-1px; overflow:hidden; padding:0; position:absolute; width:1px; word-wrap:normal !important;
}



/* Comments look like this */