/*
	Theme Name:  Christ Kirk
	Description: A custom <a href="http://genesistheme.com">Genesis</a> child theme.
	Author:      JT Grauke
	Author URI:  http://www.jtgrauke.com
	Version:     1.0.0
	License:     GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Template:    genesis
*/

.metaslider .caption {text-align:center;}


/* HTML 5 Reset
 * ========================================================================== */

/* Baseline Normalize - normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,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}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-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,select,textarea{color:inherit;font:inherit;margin:0}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]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}


/* Box Sizing
 * ========================================================================== */

html,
input[type="search"] {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

/* Float Clearing
 * ========================================================================== */

.clearfix:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.col2-set:before,
.wrap:before {
	content: " ";
	display: table;
}

.clearfix:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.col2-set:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}

/* Utility
 * ========================================================================== */

.mobile-hide {
	visibility: hidden;
	clip: rect(0px, 0px, 0px, 0px);
	position: absolute;
	display: none;
}

.text-center {
	text-align: center;
}

@media only screen and (min-width: 768px) {
	.mobile-hide {
		visibility: visible;
		position: relative;
		display: inherit;
	}

	.mobile-show {
		visibility: hidden;
		clip: rect(0px, 0px, 0px, 0px);
		position: absolute;
	}
}



/* Typography
 * ========================================================================== */

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
h6,
.entry-meta,
.nav-primary .genesis-nav-menu a,
.comment-meta,
.widgettitle,
.ui-tabs-nav li a {
	text-transform: uppercase;
	letter-spacing: 0.07em;
	font-weight: 500;
}

body {
	background-color: #fff;
	color: #333;
	font-family: "Century Gothic", "Poppins", "Avenir", Helvetica, arial;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.612;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 1em;
	line-height: 1.2;
}

h1 {
	font-size: 28px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
}

h6,
.widgettitle {
	font-size: 14px;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 20px;
}

p {
	margin: 0 0 1.625em;
	padding: 0;
}

strong {
	font-weight: 700;
}

blockquote {
	font-style: italic;
	font-size: 18px;
	font-weight: 400;
	margin: 24px 0;
	padding: 40px 0;
	border-bottom: 1px solid #dcdcdc;
	border-top: 1px solid #dcdcdc;
	text-align: center;
}

blockquote p:last-of-type {
	margin: 0;
}

code,
pre {
	font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
	font-size: 12px;
	color: #333333;
	border: 1px solid #e1e1e8;
	background-color: #f7f7f9
}

code {
	padding: 2px 4px;
	white-space: nowrap;
}

pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	line-height: 18px;
	word-break: break-all;
	word-wrap: break-word;
	white-space: pre;
	white-space: pre-wrap;
}

pre code {
	padding: 0;
	color: inherit;
	white-space: pre;
	white-space: pre-wrap;
	background-color: transparent;
	border: 0;
}

cite {
	font-style: normal;
}

hr,
.clear-line {
	overflow: hidden;
	width: 100%;
	border: none;
	border-bottom: 2px solid #f2f2f2;
	margin: 0 0 40px;
	padding: 40px 0 0;
}

@media only screen and (min-width: 1024px) {

	body {
		font-size: 18px;
	}

	h1 {
		font-size: 36px;
	}

	h2 {
		font-size: 28px;
	}

	h3 {
		font-size: 18px;
	}

	h4 {
		font-size: 16px;
	}

	blockquote {
		font-size: 32px;
		margin-left: -15%;
		margin-right: -15%;
	}
}

@media only screen and (min-width: 1281px) {

	h1 {
		font-size: 42px;
	}

	h2 {
		font-size: 36px;
	}

	h3 {
		font-size: 21px;
	}

	h4 {
		font-size: 18px;
	}
}

/* Links
 * ========================================================================== */

a {
	color: #3069B3;
	text-decoration: none;
	outline: 0;
}

a:hover {
	border-color: transparent;
	text-decoration: underline;
}

/* Transitions
 * ========================================================================== */

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.genesis-nav-menu a {
	-webkit-transition: all .2s cubic-bezier(0.23,1,.32,1);
	-moz-transition:    all .2s cubic-bezier(0.23,1,.32,1);
	-ms-transition:     all .2s cubic-bezier(0.23,1,.32,1);
	-o-transition:      all .2s cubic-bezier(0.23,1,.32,1);
	transition:         all .2s cubic-bezier(0.23,1,.32,1);
}

.genesis-nav-menu .sub-menu {
	-webkit-transition: opacity .2s ease-out;
	-moz-transition:    opacity .2s ease-out;
	-ms-transition:     opacity .2s ease-out;
	-o-transition:      opacity .2s ease-out;
	transition:         opacity .2s ease-out;
}


/* Selection
 * ========================================================================== */

::-moz-selection {
	background-color: rgba(0,0,0,0.5);
	color: #fff;
}

::selection {
	background-color: rgba(0,0,0,0.5);
	color: #fff;
}


/* Objects
 * ========================================================================== */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}


/* Forms, Inputs & Buttons
 * ========================================================================== */

input,
select,
textarea {
	background-color: #fff;
	border: none;
	border-radius: 3px;
	box-shadow: inset 0 0 0 1px #dcdcdc;
	color: #333;
	font-size: 16px;
	padding: 14px 16px 12px;
	width: 100%;
}

button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="password"],
input[type="text"],
input[type="search"],
input[type="email"] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
	margin-right: 10px;
	width: auto;
}

input:focus,
textarea:focus {
	outline: none;
	box-shadow: inset 0 0 0 1px #3069B3;
}

.input-large {
	font-size: 24px;
	padding: 15px;
}

select.input-large {
	height: 54px;
	line-height: 54px;
	padding-top: 12px;
}

.input-small {
	font-size: 12px;
	padding: 5px 10px;
}

::-moz-placeholder {
	color: #d8d8d8;
	opacity: 1;
}

::-ms-input-placeholder,
::-webkit-input-placeholder {
	color: #d8d8d8;
}

input:focus::-webkit-input-placeholder,
input:focus::-moz-placeholder,
input:focus:-ms-input-placeholder,
textarea:focus::-webkit-input-placeholder,
textarea:focus::-moz-placeholder,
textarea:focus:-ms-input-placeholder {
	color:transparent;
}


/* Buttons */

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #3069B3;
	border-radius: 3px;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	line-height: 1.6;
	display: inline-block;
	outline: none;
	text-align: center;
	padding: 14px 20px;
	text-decoration: none;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.button.-stroke:hover {
	text-decoration: none;
	color: #fff;
	opacity: 1;
	background-color: #3069B3;
	box-shadow: inset 0 0 0 100px rgba(255,255,255,0.1);
}

.button.-full-width {
	display: block;
	width: 100%;
}

.button.-light {
	background-color: rgba(48, 105, 179, 0.2);
    color: #3069B3;
}

.button.-light:hover {
	background-color: rgba(48,105,179,1);
    color: #fff;
}

[class*="bg-gradient-"] .button.-light {
	background-color: rgba(255,255,255,0.2);
	color: #fff;
}

.button.-minimal {
	background: transparent;
	color: #3069B3;
	padding-left: 0;
	padding-right: 0;
}

.button.-arrow-right:after {
	content: "\f344";
	font-family: Dashicons;
	margin-left: 4px;
	vertical-align: top;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Gallery
 * ========================================================================== */

.gallery {
	margin: 0 auto 40px;
	overflow: hidden;
	width: 100%;
}

.gallery-item {
	float: left;
	margin: 10px 0 0;
	text-align: center;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery img {
	border: 2px solid #cfcfcf;
}

.gallery-caption {
	margin-left: 0;
}


/* Tables
 * ========================================================================== */

table {
	max-width: 100%;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
}

.table {
	width: 100%;
	margin-bottom: 20px;
}

.table th,
.table td {
	padding: 8px;
	line-height: 20px;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #ddd;
}

.table th {
	font-weight: bold;
}

.table thead th {
  vertical-align: bottom;
}

.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
	border-top: 0;
}

.table tbody + tbody {
	border-top: 2px solid #ddd;
}

.table .table {
	background-color: #fff;
}

.table-condensed th,
.table-condensed td {
	padding: 4px 5px;
}

.table-bordered {
	border: 1px solid #ddd;
	border-collapse: separate;
	border-left: 0;
	border-radius: 4px;
}

.table-bordered th,
.table-bordered td {
  border-left: 1px solid #ddd;
}

.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
	border-top: 0;
}

.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
	border-top-left-radius: 4px;
}

.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
	border-top-right-radius: 4px;
}

.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
	border-bottom-left-radius: 4px;
}

.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
	border-bottom-right-radius: 4px;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
	border-bottom-left-radius: 0;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
	border-bottom-right-radius: 0;
}

.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
	border-top-left-radius: 4px;
}

.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
	border-top-right-radius: 4px;
}

.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
	background-color: #f9f9f9;
}

.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
	background-color: #f5f5f5;
}

/* Images
 * ========================================================================== */

img.rounded {
	border-radius: 2px;
}

.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

img.stretch {
	max-width: 112%;
	margin-left: -6%;
	display: inline-block;
	margin-top: 20px;
}

@media only screen and ( min-width: 1024px ) {
	img.stretch {
		max-width: 140%;
		margin-left: -20%;
	}
}


/* Site Containers
 * ========================================================================== */


.wrap {
	margin: 0 auto;
	padding: 0 5%;
}

.site-inner {
	clear: both;
	padding: 40px 0 0;
	overflow: hidden;
}

.home .site-inner {
	margin-top: -40px;
}

.page-template-flexible-template .site-inner,
.page-template-pricing .site-inner {
	padding: 0;
}

.full-width-content .content {
	width: 100%;
	margin: 0;
}

@media only screen and (min-width: 1024px) {

	.wrap {
		padding: 0 40px;
		max-width: 1024px;
	}

	.sidebar-content .content {
		float: right;
	}

	.content-sidebar .content {
		float: left;
	}

	.sidebar-primary {
		float: right;
	}

	.sidebar-content .sidebar-primary {
		float: left;
	}

	.site-inner {
		padding: 80px 0 0;
	}
}

@media only screen and (min-width: 1281px) {
	.wrap {
		padding: 0 40px;
		max-width: 1280px;
	}
}


/* Grid
 * ========================================================================== */


@media only screen and (min-width: 768px) {

	.grid,
	[class*="grid-"],
	.equal-heights > * {
		display: flex;
		flex-wrap: wrap;
	}

	.grid > *,
	[class*="grid-"] > * {
		align-self: stretch;
	}

	.equal-heights > * > * {
		align-self: stretch;
		flex-grow: 1;
		width: 100%;
	}

	.content,
	.footer-site-menus section,
	.five-sixths,
	.four-sixths,
	.four-fifths,
	.one-fifth,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-fifths,
	.three-sixths,
	.two-fourths,
	.two-fifths,
	.two-sixths,
	.two-thirds {
		float: left;
		margin-left: 3.448275862069%;
	}

	.one-half,
	.three-sixths,
	.two-fourths {
		width: 48.275862068966%;
	}

	.one-third,
	.two-sixths {
		width: 31.034482758621%;
	}

	.four-sixths,
	.two-thirds {
		width: 65.51724137931%;
	}

	.sidebar-primary,
	.one-fourth,
	.footer-site-menus section {
		width: 22.413793103448%;
	}

	.content,
	.three-fourths {
		width: 74.137931034483%;
	}

	.one-fifth {
		width: 17.241379310345%;
	}

	.two-fifths {
		width: 37.931034482759%;
	}

	.three-fifths {
		width: 58.620689655172%;
	}

	.four-fifths {
		width: 79.310344827586%;
	}

	.one-sixth {
		width: 13.793103448276%;
	}

	.five-sixths {
		width: 82.758620689655%;
	}

	.first,
	.footer-site-menus section:first-child {
		clear: both;
		margin-left: 0;
	}

	.only {
		float: none;
		margin: 0 auto;
	}
}


/* Site Header
 * ========================================================================== */

.site-header {
	background-color: #fff;
	box-shadow: 0 5px 10px -8px rgba(0,0,0,0.2);
	width: 100%;
	z-index: 999;
}

.title-area {
	width: 78%;
	max-width: 300px;
	height: 70px;
	float: left;
}

.site-title {
	height: 70px;
	margin: 0 auto;
}

.title-area a {
	background-image: url(images/logo.png);
	background-position: left;
	background-repeat: no-repeat;
	background-size: 100%;
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999em;
	color: transparent;
	border: 0;
}

@media only screen and (min-width: 768px) {

	.site-header {
		padding: 16px 0;
		position: relative;
		box-shadow: none;
	}
}


/* Navigation
 * ========================================================================== */

.genesis-nav-menu li {
	display: inline-block;
	list-style: none;
	position: relative;
}

.genesis-nav-menu a {
	border: none;
	display: block;
	margin: 0 16px 0;
	position: relative;
	color: #999;
}

.genesis-nav-menu li a:hover,
.genesis-nav-menu .menu-item a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	text-decoration: none;
	color: #3069B3;
}

@media only screen and (min-width: 768px) {

	.genesis-nav-menu .menu-item.highlight a {
		background-color: rgba(48, 105, 179, 0.2);
    	color: #3069B3;
		border-radius: 3px;
		line-height: 1;
		padding: 10px 20px 9px;
		margin-top: 22px;
	}

	.genesis-nav-menu .menu-item.highlight a:hover,
	.genesis-nav-menu .menu-item.highlight.current-menu-item a {
		background-color: rgba(48,105,179,1);
    	color: #fff;
	}

	.genesis-nav-menu .sub-menu {
		width: 160px;
		z-index: 99;
		background: #fff;
		box-shadow: 0 5px 10px -5px rgba(0,0,0,0.2);
		border-radius: 3px;
		opacity: 0;
		margin-top: -12px;
		padding: 12px 0;
		position: absolute;
		left: 18px;
		text-align: left;
		pointer-events: none;
		-webkit-transition: all .2s ease-out;
		-moz-transition:    all .2s ease-out;
		-ms-transition:     all .2s ease-out;
		-o-transition:      all .2s ease-out;
		transition:         all .2s ease-out;
	}

	.genesis-nav-menu .sub-menu:before {
		content: " ";
		position: absolute;
		top: -5px;
		left: 16px;
		width: 0;
		height: 0;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-bottom: 5px solid #fff;
	}

	.genesis-nav-menu .menu-item:hover > .sub-menu {
		margin-top: 0;
		opacity: 1;
		pointer-events: inherit;
	}

	.genesis-nav-menu .sub-menu a {
		border-top: none;
		padding: 6px 16px;
		width: 160px;
		margin: 0;
		color: #333;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -50px 0 0 198px;
	}
}


/* Nav Primary */

.nav-primary {
	width: auto;
}

.nav-primary .genesis-nav-menu a {
	font-size: 18px;
}

@media only screen and (min-width: 768px) {

	.nav-primary .genesis-nav-menu a {
		font-size: 12px;
	}

	.nav-primary {
		text-align: right;
	}

	.nav-primary > ul {
		margin: 0 0 0 170px;
	}

	.nav-primary .genesis-nav-menu > li > a {
		margin: 0 0 0 15px;
		padding: 30px 0 15px;
	}

	.nav-primary .genesis-nav-menu > li.left {
		float: left;
	}

	.nav-primary .genesis-nav-menu > li.menu-item-has-children > a {
		margin-right: 16px;
	}

	.nav-primary .genesis-nav-menu > li.menu-item-has-children > a:after {
		content: "\f347";
	    float: right;
	    position: absolute;
	    font: normal 12px/1 'dashicons';
	    right: -16px;
	    top: 34px;
	}

}

@media only screen and (min-width: 1024px) {

	.nav-primary .genesis-nav-menu > li > a {
		margin: -2px 0 0 24px;
		font-size: 14px;
	}
}

/* Responsive Nav */

.icon-responsive-nav {
	display: none;
}

@media only screen and (max-width: 767px) {

	.icon-responsive-nav {
		display: block;
		width: 100%;
		text-align: right;
		cursor: pointer;
		padding: 12px 0;
	}

	.icon-responsive-nav:before {
		content: "\f333";
		display: inline-block;
		font: normal 30px/1.5 'dashicons';
		margin: 0 auto;
		padding: 0;
	}

	.icon-responsive-nav.open::before {
	  content: "\f335";
	}

	.responsive-nav .menu-item-has-children:before {
		content: "\f347";
		float: right;
		position: absolute;
		font: normal 16px/1 'dashicons';
		padding: 14px 5px 14px;
		right: 0;
		top: 0;
		text-align: right;
		z-index: 9999;
		cursor: pointer;
	}

	.responsive-nav .menu-open.menu-item-has-children:before {
		content: "\f343";
	}

	.responsive-nav .sub-menu {
		display: none;
	}

	.responsive-nav .sub-menu .sub-menu {
		margin: 0;
		padding: 0;
	}

	.responsive-nav {
		display: none;
		width: 100%;
		overflow: hidden;
	}

	.responsive-nav li,
	.responsive-nav li a {
		display: block;
		width: 100%;
	}

	.responsive-nav > li:last-child {
		margin-bottom: 20px;
	}

	.responsive-nav li a {
		padding: 14px 0;
		margin: 0;
	}

	.resonsive-nav li:last-child {
		margin-bottom: 0;
	}
}

/* Nav Secondary */

.nav-secondary {
	overflow: hidden;
	margin-bottom: 40px;
}

.nav-secondary .genesis-nav-menu li {
	display: block;
	margin: 0 0 12px;
}

.nav-secondary .genesis-nav-menu a {
	margin: 0;
}

.nav-secondary .genesis-nav-menu li.current-menu-item a {
	font-weight: 600;
}

@media only screen and (min-width: 768px) {

}

@media only screen and (min-width: 1023px) {

	.nav-secondary .genesis-nav-menu a {
		font-size: 16px;
	}
}

/* Entry Navigation */

.pagination {
	margin-top: 40px;
	text-align: left;
}

.pagination ul {
	display: inline-block;
	overflow: hidden;
}

.pagination li {
	border: 1px solid #aeaeae;
	border-radius: 3px;
	margin: 2px;
	list-style-type: none;
	display: block;
	float: left;
	overflow: hidden;
}

.pagination .pagination-omission {
	border: 0;
}

.pagination li a {
	display: block;
	font-size: 12px;
	color: #aeaeae;
	padding: 6px 12px 4px;
	text-decoration: none;
}

.pagination li a:hover,
.pagination li.active a {
	background: #eee;
	border-bottom: 0;
}

/* Background Images and Colors
 * ========================================================================== */

.-with-background-image,
.box-image {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.bg-blue,
.bg-blue a,
.bg-black,
.bg-black a {
	color: #fff;
}

[class*="bg-"],
[class*="bg-"] .wrap {
	position: relative;
	z-index: 2;
}

.bg-blue:after,
.bg-light-gray:after,
.bg-gradient-fade:after,
.bg-black:after {
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
}

.bg-blue.-with-background-image:after,
.bg-light-gray.-with-background-image:after,
.bg-gradient-fade.-with-background-image:after {
	-ms-filter: "alpha(Opacity=90)";
	filter: alpha(opacity=90);
	opacity: .9;
}

.bg-blue:after {
	background: #3069B3;
}

.bg-light-gray:after {
	background: #f2f2f2;
}

.bg-gradient-fade:after {
	background: -moz-linear-gradient(top,  rgba(85,85,85,0.1) 50%, rgba(51,51,51,0.8) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(85,85,85,0.1) 50%,rgba(51,51,51,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(85,85,85,0.1) 50%,rgba(51,51,51,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33555555', endColorstr='#99333333',GradientType=0 ); /* IE6-9 */
}

.bg-black:after {
	background: #333;
}

.color-blue {
	color: #3069B3;
}

/* Page Header
 * ========================================================================== */

.page-header {
	padding: 40px 0 30px;
	position: relative;
	text-align: center;
	color: #fff;
}

.page-header h1 {
	line-height: 1.2;
	margin-bottom: 0.25em;
	display: inline-block;
}

.page-header .entry-categories a,
.page-header .author-name,
.page-header p {
	opacity: .7;
}

.page-header .button {
	margin-top: 40px;
	background-color: #fff;
}

@media only screen and (min-width: 768px) {

	.page-header {
		padding: 100px 0 80px;
	}

	.page-header h1 {
		font-size: 60px;
	}

	.page-header .entry-meta {
		font-size: 18px;
	}

}

@media only screen and (min-width: 1024px) {

	.page-header {
		text-align: center;
	}

	.page-header p {
		font-size: 24px;
	}
}

/* Sermon Header
 * ========================================================================== */

.page-header.-sermon {
	padding-top: 0;
	text-align: left;
}

.page-header.-sermon .fluid-width-video-wrapper {
	box-shadow: 0 0 20px rgba(0,0,0,0.5);
	border: 1px solid rgba(255,255,255,0.25);
	background: #555;
	margin-top: 10px;
	margin-bottom: 20px;
}

.single-sermon .site-header {
	background: #333;
}

.single-sermon .site-header .title-area a {
	background-image: url(images/logo-white.png);
}

.single-sermon .site-header .genesis-nav-menu a,
.single-sermon .site-header .icon-responsive-nav {
	color: #fff;
}

/* Flexible Content
 * ========================================================================== */

.flexible-content {
	padding: 40px 0;
	position: relative;
}

.flexible-content:last-child,
.flexible-content.no-bottom-padding {
	padding-bottom: 0;
}

.flexible-content.no-top-padding {
	padding-top: 0;
}

.flexible-content.bg-gradient-purple:last-child,
.flexible-content.bg-gradient-blue:last-child,
.flexible-content.bg-light-gray:last-child {
	padding-bottom: 40px;
}

.flexible-content p {
	color: #777;
}

.bg-gradient-purple p,
.bg-gradient-blue p {
	color: #fff;
	opacity: .65;
}

.flexible-content .button {
	margin: 12px 0;
}

.flexible-content .button + .button {
	margin: 12px;
}

.flexible-content i {
	font-size: 40px;
	color: #3069B3;
}

@media only screen and (min-width: 768px) {
	.flexible-content {
		padding: 80px 0;
	}

	.flexible-content.bg-gradient-purple:last-child,
	.flexible-content.bg-gradient-blue:last-child,
	.flexible-content.bg-light-gray:last-child {
		padding-bottom: 80px;
	}

}

/* Full Width Content
 * ========================================================================== */

.flexible-content.full-width-content h2,
.flexible-content.full-width-content .subtitle  {
	text-align: center;
}

/* Three Boxes // sermon Bios // Case Study // Box Image
 * ========================================================================== */

.sermon-grid {
	text-align: center;
}

.sermon-grid .one-fourth {
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 20px;
}

.sermon-grid .box-image {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 140px;
	width: 100%;
	margin-bottom: 30px;
	position: relative;
	z-index: -1;
}

.sermon-grid h3 {
	font-size: 16px;
}


/* Case Studies // Learning Center
 * ========================================================================== */

.case-studies-grid a h3,
.case-studies-grid a p,
.case-studies-grid a:hover,
.learning-center-grid a h3,
.learning-center-grid a p,
.learning-center-grid a:hover {
	color: #333;
	text-decoration: none;
}

.case-studies-grid a p,
.learning-center-grid a p {
	color: #777;
}

.case-studies-stats {
	padding: 25px 0 0;
}

.case-studies-stats h2 {
	color: #3069B3;
}

@media only screen and (min-width: 1024px) {

	.case-studies-stats {
		padding: 40px 0 15px;
	}
}

/* Content with Image
 * ========================================================================== */

.content-with-image {
	overflow: hidden;
}

.content-with-image h2 {
	margin-bottom: 1.612em;
}

.image.pull-down {
	margin-bottom: -60px;
}

@media only screen and (min-width: 768px) {

	.image.pull-left {
		margin-left: -50%;
	}

	.image.pull-down {
		margin-bottom: 0;
		width: 50%;
		position: absolute;
		bottom: -10px;
	}

	.image.pull-right {
		margin-right: -50%;
	}

	.content-with-image .grid.equal-heights > * {
		align-self: center;
	}
}

@media only screen and (min-width: 1281px) {
	.content-with-image .content {
		padding: 0 13.5%;
	}
}

/* Testimonials
 * ========================================================================== */

.testimonials {
	text-align: center;
}

.testimonials blockquote {
	max-width: 760px;
	padding: 0 5%;
	margin: 0 auto;
	border: 0;
}

.testimonial-source {
	max-width: 200px;
	margin: 40px auto;
	text-align: left;
}

.testimonials .testimonial-source img {
	max-width: 50px;
	border-radius: 25px;
	float: left;
	margin-right: 20px;
}

.testimonials .testimonial-source h3,
.testimonials .testimonial-source h4 {
	padding-left: 70px;
	margin-bottom: 0.5em;
}

.testimonials .testimonial-source h4 {
	opacity: .5;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	font-size: 12px;
}

.testimonials .bx-wrapper .bx-pager.bx-default-pager a:hover,
.testimonials .bx-wrapper .bx-pager.bx-default-pager a.active,
.testimonials .bx-wrapper .bx-pager.bx-default-pager a:focus {
	background: #333;
}

.testimonials .bx-wrapper .bx-pager.bx-default-pager a {
	border-color: #333;
}

.bg-gradient-blue .bx-wrapper .bx-pager.bx-default-pager a:hover,
.bg-gradient-blue .bx-wrapper .bx-pager.bx-default-pager a.active,
.bg-gradient-blue .bx-wrapper .bx-pager.bx-default-pager a:focus
.bg-gradient-purple .bx-wrapper .bx-pager.bx-default-pager a:hover,
.bg-gradient-purple .bx-wrapper .bx-pager.bx-default-pager a.active,
.bg-gradient-purple .bx-wrapper .bx-pager.bx-default-pager a:focus {
	background: #fff;
}

.bg-gradient-blue .bx-wrapper .bx-pager.bx-default-pager a,
.bg-gradient-purple .bx-wrapper .bx-pager.bx-default-pager a {
	border-color: #fff;
}

@media only screen and (min-width: 768px) {

	.testimonials blockquote {
		font-size: 24px;
	}

	.testimonials .quote p {
		font-size: 42px;
		line-height: 2;
	}
}

/* Page End Navigation
 * ========================================================================== */

.page-end-navigation {
	display: block;
	text-align: center;
	color: #333;
}

.page-end-navigation:hover {
	text-decoration: none;
}

/* Blog Toolbar / Search
 * ========================================================================== */

.blog-toolbar {
	padding: 32px 0 24px;
	border-bottom: 1px solid #f2f2f2;
}

.blog-toolbar span {
    display: inline-block;
    float: left;
    margin-right: 20px;
    margin-top: 3px;
}

.blog-toolbar .search-form {
	float: right;
	width: 100%;
}

/* Search Form */

.search-form {
	position: relative;
}

.search-form:after {
	content: "\f4a4";
	position: absolute;
	right: 7px;
	top: -4px;
	font-family: ionicons;
	font-size: 30px;
	pointer-events: none;
	color: #dcdcdc;
}

.search-form input[type="search"] {
	width: 100%;
	padding: 10px 38px 9px 12px;
	font-size: 14px;
}

.search-form input[type="submit"] {
	position: absolute;
	right: 0;
	text-indent: -9999px;
	border-color: transparent;
	background: transparent;
}


/* Entries
 * ========================================================================== */

.entry {
	margin-bottom: 1em;
}

.blog-archive .entry,
.blog .entry,
.single-post .entry,
.single-case-studies .entry {
	margin-bottom: 1em;
	padding: 40px 0;
	border-bottom: 2px solid #f2f2f2;
	position: relative;
}

.single-post .entry:first-child,
.single-case-studies .entry:first-child {
	padding-top: 0;
}

.entry-title {
	margin-bottom: .5em;
}

.entry-title a {
	color: #333;
}

.entry-content ol,
.entry p,
.entry-content p,
.author-box p,
.entry-content ul,
.entry ul,
.entry ol,
.entry-content .wp-video,
.entry-content .wp-audio-shortcode,
.entry-content .video-player,
.quote-caption {
	margin-bottom: 2em;
	line-height: 2;
}

.entry-content ol,
.entry ol,
.entry-content ul,
.entry ul {
	margin-left: 40px;
}

.entry-content .gform_wrapper ul.gform_fields {
	margin: 0 0 30px;
}

.entry-content ol li,
.entry ol li {
	list-style-type: decimal;
}

.entry-content ul li,
.entry ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry ol ol,
.entry-content ul ul,
.entry ul ul {
	margin-bottom: 0;
}

.entry-content ul.list-unstyled,
.entry-content ol.list-unstyled {
	margin-left: 20px;
}

.entry-content ul.list-unstyled > li,
.entry-content ol.list-unstyled > li,
.entry-content .gform_wrapper ul li {
	list-style: none;
}

.entry-meta img {
	max-width: 36px;
	width: 36px;
	height: 36px;
	border-radius: 18px;
	border: 2px solid rgba(255,255,255,0.5);
	margin-bottom: -12px;
	margin-right: 6px;
}

.entry-footer {
	margin: 40px 0 0;
}

.entry-meta {
	font-size: 14px;
}

.entry-meta .entry-categories {
	display: block;
}

.entry-meta .entry-categories a,
.entry-meta .entry-tags a {
	border: 0;
	padding: 4px 6px;
	font-size: 12px;
	font-weight: 500;
}

.before-content-snippet {
	margin-bottom: 40px;
}

.before-content-snippet img {
	display: block;
	margin: 0 auto;
}

@media only screen and (min-width: 768px) {

}

/* Social Dock
 * ========================================================================== */

a .a2a_svg {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

a:hover .a2a_svg {
	opacity: 1 !important;
	-webkit-filter: inherit;
	filter: inherit;
}

@media screen and (min-width: 980px) {
    .a2a_default_style {
    	display: none;
    }
}


@media screen and (max-width: 980px) {
    .a2a_vertical_style {
    	display: none;
    }

    .a2a_default_style {
	    margin-bottom: 40px;
	}
}

/* Slide Box
 * ========================================================================== */

.slidebox {
    padding: 30px 40px 40px;
    background-color: #fff;
    z-index: 99;
    position: fixed;
    bottom: 0;
    min-width: 300px;
    max-width: 400px;
    right: -430px;
    -moz-box-shadow: -2px -2px 50px rgba(0,0,0,0.1);
    -webkit-box-shadow: -2px -2px 50px rgba(0,0,0,0.1);
    box-shadow: -2px -2px 50px rgba(0,0,0,0.1);
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: #f2f2f2;
}

.slidebox .simple-social-icons {
	margin-bottom: 10px;
}

.slidebox .simple-social-icons .widgettitle {
	float: left;
	margin-top: 13px;
	color: #3069B3;
}

.slidebox .simple-social-icons ul {
	float: right !important;
}

a.close {
    margin: 20px 0 0;
    display: block;
}


/* Author Box
 * ========================================================================== */

.author-box {
	border-bottom: 2px solid #f2f2f2;
	padding: 40px 0;
}

.author.archive .author-box {
	padding-top: 0;
	margin: 0 auto 40px;
}

.author-box-content,
.author-box-title {
	margin: 0 0 20px;
	margin-left: 80px;
}

.author-box .avatar {
	border-radius: 40px;
	float: left;
	max-width: 60px;
}

@media only screen and (min-width: 768px) {

	.author.archive .author-box {
		padding: 0 10%;
	}

	.author-box .avatar {
		margin: 0 40px 40px 0;
		width: 100%;
	}

	.author-box-content,
	.author-box-title {
		margin-left: 120px;
	}

	.author.archive .author-box {
		margin-bottom: 80px;
		padding-bottom: 60px;
	}
}


/* Comments
 * ========================================================================== */

.entry-comments,
.entry-pings {
	padding: 40px 0;
}

.comment-respond h3 {
	padding-top: 20px;
}

p.comment-meta,
.entry-comments .comment,
.entry-comments .comment-reply {
	margin-bottom: 40px;
}

.entry-comments .comment,
.entry-comments .comment-reply {
	padding: 20px 0 40px;
	border-bottom: 1px solid #f2f2f2;
}

.entry-comments .comment:last-child,
.entry-comments .comment-reply:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.entry-comments .comment:last-child {
	margin-bottom: 0;
}

.comment-list .comment-respond {
	padding-left: 0;
}

.comment-header {
	line-height: 1;
}

.comment-author {
	margin: 6px 0 2px;
}

.comment-author span:first-of-type {
	font-weight: 600;
}

.comment-author .avatar {
	float: left;
	margin-right: 16px;
	margin-bottom: 16px;
	border-radius: 6px;
	margin-top: -6px;
}

.comment-autor, .comment-meta a {
	text-transform: uppercase;
}

.comment-meta a {
	font-size: 12px;
}

.comment-notes,
.entry-pings .reply {
	display: none;
}

p.comment-form-comment {
	margin-bottom: 20px;
}

.comment-list li {
	list-style-type: none;
}

.comment-reply-title small {
	font-size: 18px;
	font-weight: 400;
}

/* Sidebars
 * ========================================================================== */

.sidebar .widget {
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 40px;
	padding-bottom: 40px;
}

.sidebar .widget:last-child {
	border-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 16px;
}

/* Footer
 * ========================================================================== */

.footer-cta {
	padding: 20px 0 40px;
	overflow: auto;
}

.footer-site-menus {
	overflow: hidden;
}

.footer-cta .one-fourth .button,
.footer-site-menus li {
	margin: 0 0 10px 0;
}

.footer-site-menus .widgettitle {
	margin-bottom: 40px;
}

.footer-site-menus section,
.footer-newsletter section {
	margin-bottom: 40px;
}

.footer-site-menus li a {
	color: #333;
	opacity: .6;
}

.footer-site-menus li a:hover {
	opacity: 1;
}

@media only screen and (max-width: 768px) {

	.footer-site-menus {
		width: 100%;
		font-size: 10px;
	}

	.footer-site-menus section,
	.footer-cta .one-fourth {
		width: 48.275862068966%;
		float: left;
		margin-left: 3.448275862069%;
	}

	.footer-site-menus section:first-child,
	.footer-site-menus section:nth-child(3),
	.footer-cta .one-fourth:first-child,
	.footer-cta .one-fourth:nth-child(3) {
		clear: both;
		margin-left: 0;
	}

	.footer-newsletter {
		display: inline-block;
		overflow: auto;
		width: 100%;
		margin-left: 0;
	}
}

@media only screen and (max-width: 480px) {

	.footer-cta .one-fourth {
		width: 100%;
		float: none;
		margin-left: 0;
	}
}

.enews form {
	position: relative;
}

.enews #subbox {
	padding-right: 60px;
}

.enews #subbutton {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	border-radius: 0 3px 3px 0;
}

.site-credits {
	font-size: 12px;
	opacity: .5;
	text-transform: uppercase;
}

.site-credits p {
	margin: 0;
}


body .simple-social-icons ul li:first-child {
	margin-left: 0 !important;
}

.simple-social-icons ul li:first-child a {
	padding-left: 0 !important;
}

@media only screen and (min-width: 768px) {

	.footer-cta {
		padding: 40px 0 70px;
		overflow: auto;
	}


	.footer-site-menus li a {
		font-size: 14px;
	}

	.site-credits {
		text-align: right;
	}

	.footer-social-icons,
	.site-credits {
		padding: 20px 0 40px;
	}
}