/*
Theme Name: URC
Theme URI: http://my.studiopress.com/themes/genesis/
Description: This is the sample theme created for the Genesis Framework.
Author: LimeCuda
Author URI: https://limecuda.com/
Template: genesis
Template Version: 3.0.1
Tags: black, orange, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- Primary Navigation
	- Secondary Navigation
	- Skip Links
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Retina Display
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 800px
- Print Styles
*/

/* COLORS
URC Green: #647171 rgb(138,179,51)
URC Dark Blue: #2B3F4F rgb(32,62,77)
URC Blue: #628CA4 rgb(98,140,164)
URC Dark Gray: #575748 rgb(87,87,72)
URC Medium Gray: #8A8A7B rgb(138,138,123)
URC Light Gray: #DFDFD0 rgb(223,223,208)

*/

/* # HTML5 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:#333}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"]{
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	}
*,
*:before,
*:after {
	box-sizing: inherit;
	}

/* ## Float Clearing
--------------------------------------------- */
.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
	}
.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
	}

/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */
html {
    font-size: 62.5%; /* 10px browser default */
	}
/* Chrome fix */
body > div {
    font-size: 1.8rem;
	}
body {
	background-color: #fff;
	color: #333;
	font-family: Nunita Sans, sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 1.625;
	margin: 0;
	}
a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
	}
a {
	color: #466C8E;
	text-decoration: none;
	}
	a:hover,
	a:focus {
		color: #2B3F4F;
		text-decoration: none;
		}
p {
	margin: 0 0 20px;
	padding: 0;
	}
ol,
ul {
	margin: 0;
	padding: 0;
	}
	li {
		list-style-type: none;
		}
hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #DFDFD0;
	clear: both;
	margin: 2em 0;
	}
b,
strong {
	font-weight: 700;
	}
blockquote,
cite,
em,
i {
	font-style: italic;
	}
blockquote {
	margin: 40px;
	}
	blockquote::before {
		content: "\201C";
		display: block;
		font-size: 30px;
		font-size: 3rem;
		height: 0;
		left: -20px;
		position: relative;
		top: -10px;
		}

/* ## Headings
--------------------------------------------- */
h1,
h2,
h3 {
	color: #575748;
	font-family: Nunito Sans, sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 10px;
	}
h4,
h5,
h6 {
	color: #333;
	font-family: Playfair Display, sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 10px;
	}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
	color: #647171;
	margin-bottom: 10px;
	}
h2 {
	font-size: 26px;
	font-size: 2.6rem;
	}
	.sermons h2.title {
		font-size: 36px;
		font-size: 3.6rem;
		color:#647171;
		font-family: Playfair Display, sans-serif;
		font-style: italic;
		}
h3 {
	font-size: 26px;
	font-size: 2.6rem;
	}
	article.post h3,
	article.page h3 {
		font-weight:bold;
		}
		/*body.home .page h3 {
			font-weight:normal;
			}*/
h4 {
	font-size: 22px;
	font-size: 2.2rem;
	font-style: italic;
	}
h5 {
	font-size: 20px;
	font-size: 2rem;
	}
	.sermons .sermon-transcript h5 {
		padding-left: 1em;
		border-left: 3px solid #DFDFD0;
		color: #575748;
		line-height: 1.8em;
		margin: 1em 0 1em 2em;
		font-style: italic;
		}
h6 {
	font-size: 18px;
	font-size: 1.8rem;
	color: #647171;
	}

/* ## Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
	}
img {
	height: auto;
	}
.featured-content img,
.gallery img {
	width: auto;
	}

/* ## Gallery
--------------------------------------------- */
.gallery {
	overflow: hidden;
	}
	.gallery-item {
		float: left;
		margin: 0 0 28px;
		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: 1px solid #ddd;
		height: auto;
		padding: 4px;
		}
		.gallery img:hover,
		.gallery img:focus {
			border: 1px solid #999;
			}

/* ## Forms
--------------------------------------------- */
input,
select,
textarea,
.fs-label-wrap,
.sermon-facet-search .facetwp-dropdown {
	background-color: #fff;
	border: 1px solid #8A8A7B;
	color: #8A8A7B;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	padding: 10px;
	width: 100%;
	}
	input:focus,
	textarea:focus {
		border: 1px solid #575748;
		outline: none;
		}
	input[type="checkbox"],
	input[type="image"],
	input[type="radio"] {
		width: auto;
		}
::-moz-placeholder {
	color: #333;
	font-weight: 300;
	opacity: .6;
	}
::-webkit-input-placeholder {
	color: #333;
	opacity: .5;
	font-weight: 300;
	}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	display: inline-block;
	font-family: Nunito Sans, sans-serif;
	text-transform: uppercase;
	color: #466C8E;
	border: 2px solid #466C8E;
	text-decoration: none;
	font-weight: bold;
	font-size: .75em;
	padding: 5px 10px;
	transition-property: all;
  	transition-duration: 350ms;
  	transition-timing-function: ease-in-out;
	}
button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus {
	background-color: #466C8E;
	color: #fff;
	}
.entry-content .button:hover,
.entry-content .button:focus {
	color: #fff;
	}
.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
	background-color: #466C8E;
	color: #fff;
	}
	.footer-widgets button:hover,
	.footer-widgets input:hover[type="button"],
	.footer-widgets input:hover[type="reset"],
	.footer-widgets input:hover[type="submit"],
	.footer-widgets .button:hover,
	.footer-widgets button:focus,
	.footer-widgets input:focus[type="button"],
	.footer-widgets input:focus[type="reset"],
	.footer-widgets input:focus[type="submit"],
	.footer-widgets .button:focus {
		background-color: #fff;
		color: #333;
		}
.button {
	display: inline-block;
	}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
	}
.content .gform_wrapper ul li {
	padding-bottom: 0.8em;
	}
/*hide required asterix on the email newsletter form*/
#gform_wrapper_3 .gfield_required {
    display: none;
	}
#gform_wrapper_3 ul li {
	padding: 0;
	}
#gform_wrapper_3 .gform_footer input[type=submit] {
	width: 98%;
	}

/* ## Buttons
--------------------------------------------- */
.button.small,
.button.medium,
.button.large {
	display: inline-block;
	font-family: Nunito Sans, sans-serif;
	text-transform: uppercase;
	color: #466C8E;
	border: 2px solid #466C8E;
	text-decoration: none;
	font-weight: bold;
	transition-property: all;
  	transition-duration: 350ms;
  	transition-timing-function: ease-in-out;
	}
	.button.small {
		font-size: 0.65em;
		padding: 5px;
		}
	.button.medium {
		font-size: 0.75em;
		padding: 5px 10px;
		}
	.button.large {
		font-size: 0.9em;
		padding: 7px 15px;
		}
		.button.large:after {
			font-family: FontAwesome;
			content: '\f101';
			padding-left: 7px;
			font-weight: normal;
			transition-property: padding-left;
			transition-duration: 500ms;
			transition-timing-function: ease-in-out;
			}
		.button.large:hover:after {
			font-family: FontAwesome;
			content: '\f101';
			padding-left: 13px;
			font-weight: normal;
			}
	.button.small:hover,
	.button.medium:hover,
	.button.large:hover {
		background-color: #466C8E;
		color: #fff;
		}
.button.watch,
.button.listen,
.button.download {
	display: inline-block;
	font-family: Nunito Sans, sans-serif;
	text-transform: uppercase;
	color: #8A8A7B;
	border: 2px solid #628CA4;
	text-decoration: none;
	font-weight: bold;
	font-size: .75em;
	transition-property: all;
  	transition-duration: 350ms;
  	transition-timing-function: ease-in-out;
	padding: 3px 5px;
	font-weight: normal;
	margin: 10px 10px 15px 0;
	}
	.button.download {
		margin-top: 0;
	}
	.button.watch:hover,
	.button.listen:hover,
	.button.download:hover,
	.button.watch:focus,
	.button.listen:focus,
	.button.download:focus	{
		background-color: #628CA4;
		color: #fff;
		}
	.button.watch::after {
		font-family: FontAwesome;
		content: '\f03d';
		padding-left: 7px;
		font-weight: normal;
		transition-property: padding-left;
		transition-duration: 500ms;
		transition-timing-function: ease-in-out;
		}
	.button.listen::after {
		font-family: FontAwesome;
		content: '\f04b';
		padding-left: 7px;
		font-weight: normal;
		transition-property: padding-left;
		transition-duration: 500ms;
		transition-timing-function: ease-in-out;
		}
	.button.download::after {
		font-family: FontAwesome;
		content: '\f0ed';
		padding-left: 7px;
		font-weight: normal;
		transition-property: padding-left;
		transition-duration: 500ms;
		transition-timing-function: ease-in-out;
		}
.button.green {
	background-color: #647171;
	color: #fff;
	border: 2px solid #fff;
	}
.button.footer-feedback {
	position: fixed;
	right:0;
	bottom:0;
	}

/* ## Events Calendar
--------------------------------------------- */
ul.ecs-event-list h4.entry-title {
	font-size:18px;
	text-align:left;
	margin-top:2em;
	color:#2B3F4F;
	}
body #tribe-events-pg-template {
    margin-top: 2.5em;
    margin-bottom: 2.5em;
	}
body #tribe-events .tribe-events-button,
body #tribe-events .tribe-events-button:hover,
body #tribe_events_filters_wrapper input[type=submit],
body .tribe-events-button,
body .tribe-events-button.tribe-active:hover,
body .tribe-events-button.tribe-inactive,
body .tribe-events-button:hover,
body .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-],
body .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a {
    background-color: #2B3F4F;
	}
body ul.tribe-events-sub-nav a {
    font-size: 22px;
	}
.tribe-mini-calendar-event .list-date {
    background: #575748;
	}
.tribe-events-event-image img {
    max-height: 400px;
    width: auto;
	}
body #tribe-bar-form {
    background: #F1F1EB;
	}
body .tribe-events-calendar thead th,
body #tribe-bar-form .tribe-bar-submit input[type=submit] {
    background-color: #575748;
	}
body .tribe-events-calendar div[id*='tribe-events-daynum-'], 
body .tribe-events-calendar div[id*='tribe-events-daynum-'] a {
    background-color: #8A8A7B;
	}
body .tribe-events-calendar td.tribe-events-past div[id*='tribe-events-daynum-'], 
body .tribe-events-calendar td.tribe-events-past div[id*='tribe-events-daynum-']>a,
body .tribe-bar-views-inner,
body #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a,
body #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option.tribe-bar-active a:hover  {
    background-color: #DFDFD0;
	}
body.single-tribe_events #jp-relatedposts { /*hide jetpack related on events single*/
	display:none!important;	
	}
#tribe-events span.tribe-address {
    display: block;
	}
	abbr.tribe-region.tribe-events-abbr:before,
	span.tribe-postal-code:before,
	span.tribe-postal-code:after {
		content: " ";
	}
#tribe-bar-views .tribe-bar-views-list { /* make sure nav dropdown don't go under this*/
	z-index: 98;
	}
.tribe-events-loop .tribe-events-event-meta a,
.tribe-events-loop .tribe-events-list-event-description a{
	color:#466c8e;
	}
#tribe-events-content h2 a.tribe-event-url {
	padding: 0.4em;
	}
/* ## Sermon Archive
--------------------------------------------- */
.sermon-loop {
	margin-bottom: 30px;
	display: block;
	}

/* ## Sermon Search
--------------------------------------------- */
.sermon-facet-search .facetwp-facet {
    margin-bottom: 1.2em;
	}
.sermon-facet-search .fs-label-wrap {
	border: 1px solid #8A8A7B;
	font-size: 16px;
	font-size: 1.6rem;
	}
	.sermon-facet-search .fs-label-wrap .fs-label {
		padding: 2px 4px;
		}
.sermon-facet-search .fs-arrow {
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 6px solid #8A8A7B;
	}
.sermon-facet-search .facetwp-date-min,
.sermon-facet-search .facetwp-date-max {
    width: 49%;
	}
	.sermon-facet-search .facetwp-date-min {
		margin-right:2%
		}
.sermon-facet-search .facetwp-type-fselect .fs-wrap {
    width: 100%;
	}
	.sermon-facet-search .facetwp-facet-speaker .fs-label-wrap .fs-label:before {
		content: "\f007";
		font-family: FontAwesome;
		padding-right: 10px;
		}
	.sermon-facet-search .facetwp-facet-book .fs-label-wrap .fs-label:before {
		content: "\f02d";
		font-family: FontAwesome;
		padding-right: 10px;
		}
	.sermon-facet-search .facetwp-facet-series .fs-label-wrap .fs-label:before {
		content: "\f130";
		font-family: FontAwesome;
		padding-right: 10px;
		}
	.sermon-facet-search .facetwp-facet-service .fs-label-wrap .fs-label:before {
		content: "\f185";
		font-family: FontAwesome;
		padding-right: 10px;
		}
.sermon-facet-loop {
    margin-top: 12px;
	}
	.sermon-facet-loop .facetwp-selections ul {
		margin-left:0;
		}
	.sermon-facet-loop .facetwp-counts {
		font-style:italic;
		font-size:0.8em;
		}
		.sermon-facet-loop .facetwp-counts:before {
			content: "Showing ";
			}
.sermon-facet-loop .facetwp-per-page {
	float:right;
	}

/* ## Sermon Single
--------------------------------------------- */
.sermon-wrap {
	margin-top: 20px;
	}
.sermon-label {
	color: #8A8A7B;
	}
.single-sermons .entry-meta {
	display: none;
	}
h3.sermon-subheading {
	text-align:center;
	}
	h3.sermon-subheading a {
		color:#575748;
		}
		h3.sermon-subheading a:hover {
			color:#628CA4;
			}

.wp-video .mejs-controls { /* WordPress controls on video embed. They cover up the native Vimeo controls. Trust me on this one. (Josh H) */
	display: none;
	}
/* change the color of the background of the audio player */
.mejs-controls,
.mejs-mediaelement,
.mejs-container {
	background: url('') !important;
	background-color: #2B3F4F !important;
	}
.archive-sermons .entry-header .entry-meta {
	display: none;
	}
.sermon-series-sidebar {
	text-align: center;
}


/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
	}
tbody {
	border-bottom: 1px solid #ddd;
	}
td,
th {
	text-align: left;
	}
	td {
		border-top: 1px solid #ddd;
		padding: 6px 0;
		}
	th {
		font-weight: 400;
		}

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
	}
.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #333;
	background: #fff;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
	}
.more-link {
    position: relative;
	}

/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */
.wrap {
	margin: 0 auto;
	max-width: 1200px;
	}
.site-inner {
	clear: both;
	padding-top: 0;
	margin: 30px auto 0;
	max-width: 1200px;
	}
	.page .site-inner {
		border-top: 1px solid #DFDFD0;
		}
		body.page .site-inner {
			border-top: 0;
			}
.single-books .site-inner,
.single-tribe_events .site-inner {
	padding-top: 60px;
	}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */
.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 980px;
	}
.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
	}
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
	}

/* ### Content */
.content {
	float: right;
	width: 800px;
	}
.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
	}
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 580px;
	}
.full-width-content .content {
	width: 100%;
	}

/* ### Primary Sidebar */
.sidebar-primary {
	float: right;
	width: 360px;
	}
.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
	}

/* ### Secondary Sidebar */
.sidebar-secondary {
	float: left;
	width: 180px;
	}
.content-sidebar-sidebar .sidebar-secondary {
	float: right;
	}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
	}
.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
	}
.one-third,
.two-sixths {
	width: 31.623931623931625%;
	}
.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
	}
.one-fourth {
	width: 23.076923076923077%;
	}
.three-fourths {
	width: 74.35897435897436%;
	}
.one-sixth {
	width: 14.52991452991453%;
	}
.five-sixths {
	width: 82.90598290598291%;
	}
.first {
	clear: both;
	margin-left: 0;
	}

/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */
.avatar {
	float: left;
	}
.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
	}
.alignright .avatar {
	margin-left: 24px;
	}
.comment .avatar {
	margin: 0 16px 24px 0;
	}

/* ## Genesis
--------------------------------------------- */
.breadcrumb {
	margin-bottom: 20px;
	}
body.page-template-page_archive ul.children {
	padding-left: 1.5em;
	}
.archive-description,
.author-box {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
	padding: 40px;
	}
	.author-box-title {
		font-size: 16px;
		font-size: 1.6rem;
		margin-bottom: 4px;
		}
	.archive-description p:last-child,
	.author-box p:last-child {
		margin-bottom: 0;
		}

/* ## Search Form
--------------------------------------------- */
.search-form {
	overflow: hidden;
	}
	.site-header .search-form {
		float: right;
		margin-top: 12px;
		}
	.entry-content .search-form,
	.site-header .search-form {
		width: 50%;
		}
.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
	}

/* ## Titles
--------------------------------------------- */
.archive-title {
	font: italic 20px Lora, serif;
	font-size: 2rem;
	text-align: center;
	}
.entry-title {
	font: italic 36px Lora, serif;
	font-size: 3.6rem;
	margin-top: 75px;
	text-align: center;
	}
.staff-entry {
	padding-top: 60px;
	}
.single .entry-title,
.page-template-page_blog .entry .entry-title {
	margin-top: 10px;
	}
.entry-title a,
.sidebar .widget-title a {
	color: #466C8E;
	}
	.entry-title a:hover,
	.entry-title a:focus {
		color: #2B3F4F;
		}
.widget-title {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 0.8em;
	}
.footer-widgets .widget-title {
	color: #fff;
	}

/* ## WordPress
--------------------------------------------- */
a.aligncenter img {
	display: block;
	margin: 0 auto;
	}
a.alignnone {
	display: inline-block;
	}
.alignleft {
	float: left;
	text-align: left;
	}
.alignright {
	float: right;
	text-align: right;
	}
a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
	}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	}
img.alignnone,
.alignnone {
	margin-bottom: 12px;
	}
a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
	}
a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
	}
.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
	}
.entry-content p.wp-caption-text {
	margin-bottom: 0;
	}
.sticky {
	}
.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
	}

/* # Widgets
---------------------------------------------------------------------------------------------------- */
.widget {
	word-wrap: break-word;
	text-align: left;
	}
	.widget ol > li {
		list-style-position: inside;
		list-style-type: decimal;
		padding-left: 20px;
		text-indent: -20px;
		}
	.widget li li {
		border: 0;
		margin: 0 0 0 30px;
		padding: 0;
		}
.widget_calendar table {
	width: 100%;
	}
	.widget_calendar td,
	.widget_calendar th {
		text-align: center;
		}

/* ## Featured Content
--------------------------------------------- */
.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	padding: 0 0 24px;
	}
.footer-widgets .entry {
	border-bottom: 1px dotted #666;
	}
.featured-content .entry-title {
	font-size: 20px;
	font-size: 2rem;
	}

/* # Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
	margin: 0;
	}
.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
	}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
	}

/* # Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
	background-color: #2B3F4F;
	text-align: center;
	width: 100%;
	z-index: 100;
	}
.header-image .site-header.condense .site-title > a {
	background-image: url(images/logo-condensed.png);
	margin: 15px auto;
	width: 270px;
	}
.site-header.condense .nav-primary,
.site-header.condense .nav-secondary {
	margin-top: 5px;
	width:38%;
	}
.customize-support .site-header {
	top: 30px;
	}

/* ## Title Area
--------------------------------------------- */
.title-area {
	width: 360px;
	margin-left: auto;
	margin-right: auto;
	}
.header-image .site-title > a {
	background: url(images/logo.png) no-repeat left;
	line-height: normal;
	float: left;
	min-height: 141px;
	width: 316px;
	margin: 15px auto;
	}
.site-title {
	margin-bottom: 0;
	}
.header-image .site-title {
	display: block;
	text-indent: -9999px;
	}

/* # Site Navigation
---------------------------------------------------------------------------------------------------- */
nav.hidden {
	display: none!important;
	}
.genesis-nav-menu {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	width: 100%;
	}
	.genesis-nav-menu .menu-item {
		display: inline-block;
		text-align: left;
		}
	.genesis-nav-menu a {
		color: #fff;
		font-family: Nunito Sans, sans-serif;
		font-weight: 600;
		text-decoration: none;
		display: block;
		padding: 30px 24px;
		}
		.genesis-nav-menu a:hover,
		.genesis-nav-menu a:focus,
		.genesis-nav-menu .current-menu-item > a,
		.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
		.genesis-nav-menu .sub-menu .current-menu-item > a:focus  {
			color: #DFDFD0;
			text-decoration: none;
			}
	.genesis-nav-menu .sub-menu {
		left: -9999px;
		opacity: 0;
		position: absolute;
		-webkit-transition: opacity .4s ease-in-out;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 225px;
		z-index: 99;
		}
		.genesis-nav-menu .sub-menu a {
			background-color: #2B3F4F;
			border: 1px solid #eee;
			border-top: 0;
			font-size: 1.4rem;
			padding: 20px;
			position: relative;
			width: 225px;
			word-wrap: break-word;
			}
		.genesis-nav-menu .sub-menu .sub-menu {
			margin: -55px 0 0 199px;
			}
.genesis-nav-menu .menu-item:hover {
	position: static;
	}
.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
	}
.genesis-nav-menu > .first > a {
	padding-left: 0;
	}
.genesis-nav-menu > .last > a {
	padding-right: 0;
	}

/* ## Accessible Menu
--------------------------------------------- */
.menu .menu-item:focus {
	position: static;
	}
	.menu .menu-item > a:focus + ul.sub-menu,
	.menu .menu-item.sfHover > ul.sub-menu {
		left: auto;
		opacity: 1;
		}

/* ## Primary & Secondary Navigation (They are the same)
--------------------------------------------- */
.nav-primary,
.nav-secondary {
	text-transform: uppercase;
	float: left;
	margin-top: 80px;
	width: 36%;
	}
.nav-primary .genesis-nav-menu a,
.nav-secondary .genesis-nav-menu a {
	color: #fff;
	}
.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu a:focus,
.nav-primary .genesis-nav-menu .current-menu-item > a,
.nav-secondary .genesis-nav-menu a:hover,
.nav-secondary .genesis-nav-menu a:focus,
.nav-secondary .genesis-nav-menu .current-menu-item > a  {
	color: #628CA4;
	text-decoration: none;
	}
.nav-primary .genesis-nav-menu .sub-menu a,
.nav-secondary .genesis-nav-menu .sub-menu a {
	color: #fff;
	}
.nav-primary .genesis-nav-menu .sub-menu a:hover,
.nav-primary .genesis-nav-menu .sub-menu a:focus,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a,
.nav-secondary .genesis-nav-menu .sub-menu a:hover,
.nav-secondary .genesis-nav-menu .sub-menu a:focus,
.nav-secondary .genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #fff;
	background: #628CA4;
	text-decoration: none;
	}

/* Responsive Menu
--------------------------------------------- */

@media only screen and (min-width: 961px) {

	.nav-primary.nav-mobile {
		display: none;
		}

}

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

	.nav-header,
	.nav-primary {
		display: none;
		}
	.nav-primary.nav-mobile {
		position: relative;
		}
	.menu-toggle {
		position: absolute;
		background: #fff;
		font-size: 24px;
		right: 20px;
		top: 20px;
		z-index: 100;
		}

}

.responsive-menu-icon {
	cursor: pointer;
	display: none;
	}
.responsive-menu-icon::before {
	content: "\f333";
	display: block;
	font: normal 20px/1 'dashicons';
	margin: 0 auto;
	padding: 10px;
	text-align: center;
	}

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

/* ## Home Page
---------------------------------------------
body.home .site-inner {
    margin-top: 32px;
	}
body.home .entry {
    padding: 36px 60px 43px 60px;
	}
.home-mission-statement {
	font-size: 20px;
	font-style: italic;
	text-align: center;
	margin-bottom: 15px;
	}
.home-top {
	background-image: url("images/flourish-vertical-left.png"), url("images/flourish-vertical-right.png");
	background-repeat: no-repeat, no-repeat;
	background-position: center left, center right;
	max-width: 800px;
	margin: 0 auto 2em auto;
	}
	.home-top p {
		margin-bottom: 0;
		}
	.home-top a {
		font-weight: bold;
		font-size: smaller;
		text-decoration: none;
		}
	.home-top-left {
		display: inline-block;
		text-align: center;
		width: 50%;
		float: left;
		font-family: Nunito Sans, sans-serif;
		}
	.home-top-right {
		display: inline-block;
		text-align: center;
		width: 50%;
		font-family: Nunito Sans, sans-serif;
		} */
/*Home Slider
.home-slider {
	margin: 0 auto;
	}
	.home-slider .slide-excerpt {
		display: none;
		}
	.home-slider #genesis-responsive-slider {
		border: none;
		max-width: 1280px;
		margin: 0;
		padding: 0;
		}
		.home-slider #genesis-responsive-slider .flex-control-nav {
			margin-top: -40px;
			text-align: left;
			display: none;
			}
			.home-slider #genesis-responsive-slider .flex-control-nav li {
				padding-left: 5px;
				text-indent: 0;
				display: none;
				} 
.home-title {
	font-size: 1.5em;
	margin: 35px 0 60px;
	text-align: center;
	position: relative;
	}
	.home-title::after {
		content: url(images/flourish-center.png);
		height: 22px;
		position: absolute;
			bottom: -32px;
			left: 50%;
			right: auto;
		margin-left: -41px;
		width: 82px;
		}*/
/*Home Sermon and Events
.home-date,
.sermon-archive-date {
	display: inline-block;
	font-size: 1em;
	color: #8A8A7B;*/
	/*margin-right: 2%
	line-height: 1em;
    padding-top: 6px;
    float: left;
    width: 10%;
	}
	.home-date span.home-ds {
		font-size:0.75em;
		}

.home-sermon-details,
.home-event-details  {
	display: inline-block;
	vertical-align: top;
	color: #8A8A7B;
	font-size: 0.8em;
	float: left;
	width:88%;
	}*/

/*Home Events
.home-upcoming-events {

	}
	.home-upcoming-events .event {
		height: 90px;
		}
/*Home Sermons
.one-half.home-latest-sermons {
    background: url(images/flourish-divider-vertical.png) no-repeat left center;
    margin-left: 0;
    padding-left: 4%;
	}
.home-latest-sermons .home-sermon {
	height: 90px;
	padding-left: 5%;
	}
	.home-latest-sermons .home-sermon-title {
		margin-bottom: 10px;
		}
.home-sermon-author-more {
    display: inline-block;
    width:52%;
	}

.latest-news a.button,
.home-upcoming-events a.button,
.home-latest-sermons a.button {
    margin: 0 auto;
    display: block;
    text-align: center;
    width: 236px;
	margin-top:2em;
	}
.home-sermon-listen-watch {
    float: right;
	}
	.home-watch,
	.home-listen {
		border: 2px solid #628CA4;
		display: inline-block;
		font-family: Nunito Sans, sans-serif;
		text-transform: uppercase;
		font-weight: bold;
		padding: 3px 10px;
		color: #8A8A7B;
		font-size: 0.85em;
		margin: 0 5px;
		}
		.home-watch:hover,
		.home-listen:hover {
			background-color: #628CA4;
			color: #fff;
			}
		.home-watch::after {
			font-family: FontAwesome;
			content: '\f03d';
			padding-left: 7px;
			font-weight: normal;
			transition-property: padding-left;
			transition-duration: 500ms;
			transition-timing-function: ease-in-out;
			}
		.home-listen::after {
			font-family: FontAwesome;
			content: '\f04b';
			padding-left: 7px;
			font-weight: normal;
			transition-property: padding-left;
			transition-duration: 500ms;
			transition-timing-function: ease-in-out;
			}*/
/**
 * Sermon Archive
 */
.sermon {
	float: left;
	margin: 25px 0;
	width: 100%;
	}
.sermon .sermon-buttons {
	position: relative;
	/*left: 20%;*/
	}

/*Home News
.home-archive {
	font-family: Nunito Sans, sans-serif;
	border: 2px solid #2B3F4F;
	font-size: .8em;
	font-weight: 500;
	padding: 5px 10px;
	text-align: center;
	}
	.home-archive::after {
		font-family: FontAwesome;
		content: '\f101';
		padding-left: 7px;
		font-weight: bold;
		}
	.home-archive:hover {
		background-color: #2B3F4F;
		color: #fff;
		}
.home .latest-news {
	margin-top: 35px;
	}
	.home .latest-news .news.one-half {
		padding-left:0;
		}
		.home .latest-news .news.one-half.first {
			padding-left:0;
			}
	.home .latest-news .news{
	    margin-bottom: 2em;
		}
		.home .news img {
			margin-top:6px;
			opacity: 1;
			transition: opacity .25s ease-out;
			-moz-transition: opacity .25s ease-out;
			-webkit-transition: opacity .25s ease-out;
			-o-transition: opacity .25s ease-out;
			}
			.home .news img:hover {
				opacity: 0.8;
				}
		.home .latest-news .news h3 {
			}
		.home .latest-news .news a:hover {
			color: #628CA4;
			}
		.home .latest-news .news p {
			margin-top: 0;
			margin-bottom:8px;
			}
.home .entry-title {
	display: none;
	}*/

/* ## Entries
--------------------------------------------- */
.entry {
	margin-bottom: 40px;
	padding: 0;
	}
.content .entry {
	background-color: #fff;
	}
	.entry-content ol,
	.entry-content ul {
		margin-bottom: 28px;
		margin-left: 40px;
		}
		.entry-content ol > li {
			list-style-type: decimal;
			}
		.entry-content ul > li {
			list-style-type: disc;
			}
		.entry-content ol ol,
		.entry-content ul ul {
			margin-bottom: 0;
			}
	.entry-content code {
		background-color: #333;
		color: #ddd;
		}
	.no-title h1.entry-title {
		display: none;
		}
span.year {
	font-family: Playfair Display, sans-serif;
	font-size: 1.8em;
	color: #8A8A7B;
	margin-right: .5em;
	border-bottom: 2px solid #DFDFD0;
	}

/* ## Entry Meta
--------------------------------------------- */
p.entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
	}
.entry-header .entry-meta {
	margin-bottom: 24px;
	}
.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	padding-top: 24px;
	}
.entry-categories,
.entry-tags {
	display: block;
	}
.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
	}

/* ## Pagination
--------------------------------------------- */
.pagination {
	clear: both;
	margin: 40px 0;
	}
.adjacent-entry-pagination {
	margin-bottom: 0;
	}
.archive-pagination li {
	display: inline;
	}
	.archive-pagination li a {
		background-color: #333;
		color: #fff;
		cursor: pointer;
		display: inline-block;
		font-size: 16px;
		font-size: 1.6rem;
		padding: 8px 12px;
		text-decoration: none;
		}
		.archive-pagination li a:hover,
		.archive-pagination li a:focus,
		.archive-pagination .active a {
			background-color: #c3251d;
			text-decoration: underline;
			}

/* ## Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
	}
.comment-respond,
.entry-pings {
	padding: 40px 40px 16px;
	}
.entry-comments {
	padding: 40px;
	}
.comment-header {
	font-size: 16px;
	font-size: 1.6rem;
	}
li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: 0;
	}
.comment-content {
	clear: both;
	word-wrap: break-word;
	}
.comment-list li {
	margin-top: 24px;
	padding: 32px;
	}
	.comment-list li li {
		margin-right: -32px;
		}
.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
	}
.comment-respond label {
	display: block;
	margin-right: 12px;
	}
.entry-comments .comment-author {
	margin-bottom: 0;
	}
.entry-pings .reply {
	display: none;
	}
.bypostauthor {
}
.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 24px;
	}

/* # Sidebars
---------------------------------------------------------------------------------------------------- */
.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
	}
	.sidebar li {
		margin-bottom: 10px;
		padding-bottom: 10px;
		}
	.sidebar p:last-child,
	.sidebar ul > li:last-child {
		margin-bottom: 0;
		}
.sidebar .widget {
	background-color: #fff;
	margin-bottom: 10px;
	padding: 40px;
	}
body.content-sidebar .sidebar-primary {
    border-left: 1px solid #DFDFD0;
	}
body.sidebar-content .sidebar-primary {
    border-right: 1px solid #DFDFD0;
	}
.single .sidebar-primary {
	margin-top: 80px;
	}
.sidebar-primary .widget_nav_menu a {
	text-transform:uppercase;
	font-family: Nunito Sans, sans-serif;
	font-weight: 600;
    font-size: 16px;
    font-size: 1.6rem;
	}
	.sidebar-primary .widget_nav_menu li {
		padding-bottom:6px;
		}
	.sidebar-primary .widget_nav_menu li.current-menu-item a{
		color:#2B3F4F;
		}
		.sidebar-primary .widget_nav_menu li.current-menu-item a:before {
			content: "\f101";
			font-family: FontAwesome;
			padding-right: 5px;
			margin-left: -14px;
			}
h4.sidebar-callout {
    border-top: 1px solid #DFDFD0;
    border-bottom: 1px solid #DFDFD0;
    padding-top: 1.2em;
    padding-bottom: 1.2em;
    text-align: center;
	}
.fa.fa-height-fix {
	vertical-align: top;
    padding-top: 1px;
	}
/*fix the position of quick nav menu on Assets*/
body.page-id-9131 section#text-27 {
    position: fixed;
	}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
	background-color: #3E4E4E;
	color: #fff;
	font-family: Nunito Sans, sans-serif;
	clear: both;
	font-size: 14px;
	}
	.footer-widgets a,
	.footer-widgets h1,
	.footer-widgets h2,
	.footer-widgets h3,
	.footer-widgets h4,
	.footer-widgets h5 {
		color: #fff;
		}
		.footer-widgets h5 {
			font-family: Lora, serif;
			font-style: italic;
			}
	.footer-widgets a {
		text-decoration: none;
		}
		.footer-widgets a:hover {
			color:#9EA6A6;
			font-weight: 600;
			transition: all ease-in-out 0.1s;
			}
			.footer-widgets strong a:hover {
				font-weight: bold;
				}
	.footer-widgets li::before {
		content: "- ";
		}
	.footer-widgets .wrap {
		overflow: hidden;
		padding: 60px 0 30px;
		}
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	padding-right: 4%;
	width: 33.3333333333%;
	}
	.footer-widgets-1,
	.footer-widgets-2 {
		float: left;
		}
	.footer-widgets-3 {
		float: right;
		}
.footer-widgets .widget {
	margin-bottom: 30px;
	word-wrap: break-word;
	}
.footer-widgets .search-form {
	width: 100%;
	padding: 0;
	}
.footer-widgets .footer-apple {
	display: inline-block;
	margin-bottom: 15px;
	}
.footer-widgets .footer-android {
	display: inline-block;
	float: right;
	}
.footer-widgets select.goog-te-combo {
	margin-left: none;
	}
.footer-widgets input[type="search"] {
	padding: 10px;
	font-size: 1.4rem;
	font-size: 1.4em;
	}
.footer-widgets #gform_wrapper_3 label {
	display: none;
	}
.footer-widgets #gform_wrapper_3 input {
	width: 75%;
	padding: 10px;
	background: rgba(255, 255, 255, 1);
	color: #333;
	font-size: 1.4rem;
	font-size: 1.4em;
	font-weight: 300;
	width: 100%;
	}
	.footer-widgets #gform_wrapper_3 input.button {
		background-color: #3E4E4E;
		color: #fff;
		padding: 2px;
		border: 2px solid #fff;
		width: 100%;
		}
		.footer-widgets #gform_wrapper_3 input.button:hover {
			background-color: #fff;
			color: #3E4E4E;
			}
	.footer-widgets #gform_wrapper_3 .gform_footer {
		padding: 0;
		}
#text-6.widget .widget-wrap { /*shift mobile app section down*/
    margin-top: 4em;
	}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
	background-color: #3E4E4E;
	color: #e5e5e5;
	font-family: Nunito Sans, sans-serif;
	font-size: 12px;
	padding: 0 0 25px 0;
	text-align: left;
	font-size: 15px;
	}
	.site-footer a {
		text-decoration: none;
		color: #fff;
		}
		.site-footer a:hover {
			color: #9EA6A6;
			}
	.site-footer p {
		margin: 0;
		}
.footer-social i.fa {
    font-size: 1.7em;
    margin-right: 0.75em;
	}
	.footer-social a i.fa:hover {
			color:#2B3F4F!important;
			}

/* # Misc.
---------------------------------------------------------------------------------------------------- */
#wpseo-directions-wrapper {
    margin-top: 2em;
	}
	#wpseo-directions-wrapper input#origin {
		margin-bottom: 1em;
		}
.wpseo-address-wrapper {
    margin-bottom: 1em;
	}

body .acf-map { /*growth group map*/
    margin: 20px 0 0 0;
	}
 body.page-id-551 #map_canvas { /*bump map down on contact page*/
    margin-top: 10px;
	}
.tl-img-container { /*member image grid*/
	position:relative;
	}
	h3.tl-img-grid {
		position: absolute;
	   top: calc(50% - 20px);
	   left: 0;
	   text-align: center;
	   width: 100%;
	   z-index:40;
		}
		h3.tl-img-grid span {
			color:white;
			}
	.tl-img-container:after {
		content: '\A';
		position: absolute;
		width: 100%; height:100%;
		top:0; left:0;
		background:rgba(0,0,0,0.6);
		opacity: 0.8;
		transition: all 1s;
		-webkit-transition: all 1s;
		}
		.tl-img-container:hover:after {
			opacity: 0.3;
			}
	.tl-img-container img {
		width: 100%;
		vertical-align: top;
		margin-bottom:0;
		}
#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
	}
/* # Slider
---------------------------------------------------------------------------------------------------- */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
	}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
	}
	.slick-list:focus {
		outline: none;
		}
	.slick-list.dragging {
		cursor: pointer;
		cursor: hand;
		}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
	}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
	}
	.slick-track:before,
	.slick-track:after {
		display: table;
		content: '';
		}
	.slick-track:after {
		clear: both;
		}
.slick-loading .slick-track {
    visibility: hidden;
	}
.slick-slide {
    display: none;
    float: left;
    min-height: 1px;
	}
[dir='rtl'] .slick-slide {
    float: right;
	}
.slick-slide img {
    display: block;
	}
.slick-slide.slick-loading img {
    display: none;
	}
.slick-slide.dragging img {
    pointer-events: none;
	}
.slick-initialized .slick-slide {
    display: block;
	}
.slick-loading .slick-slide {
    visibility: hidden;
	}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
	}
.slick-arrow.slick-hidden {
    display: none;
	}
body .slick-arrow {
	font-size: 3.5em!important;
	left: 20px;
	position: absolute;
	top: 42%;
	z-index: 90;
	color:#fff;
	text-shadow:0 0 3px #444;
	}
	body .slick-arrow.fa-angle-right {
		left: auto;
		right: 20px;
		}
	body .slick-arrow:hover {
		cursor:pointer;
		}
body .slick-slider .slick-arrow {
	display:none!important;
	}
	body .slick-slider:hover .slick-arrow {
		display: block!important;
		}
body .slick-dots {
	bottom: 0;
	right: 10px;
	position: absolute;
	list-style-type: none;
	}
	body .slick-dots:hover {
		cursor:pointer;
		}
	body .slick-dots li {
		background: none;
		border: 1px solid #ccc;
		border-radius: 100%;
		text-indent: -9999px;
		width: 15px;
		height: 15px;
		float: left;
		margin: 0 5px;
		z-index: 100;
		list-style-type: none;
		}
		body .slick-dots li.slick-active {
			background: #fff;
			}
		body .slick-dots li:hover {
			background:#628CA4;
			}
/* Growth Group Finder
---------------------------------------------------------------------------------------------------- */
.growth-group {
	border: 1px solid #2B3F4F;
	float: left;
	margin: 10px 0;
	padding: 20px;
	position: relative;
	width: 100%;
	}
	.growth-group h2 {
		display: inline-table;
		margin-right: 20px;
		}
	.growth-group .address {
		display: block;
		margin-bottom: 10px;
		width: 100%;
		}
	.growth-group .time {
		font-size: 14px;
		}
	.growth-group p {
		display: block;
		font-size: 14px;
		margin-top: 10px;
		margin-bottom: 0;
		width: 100%;
		}
	.growth-group span {
		margin-right: 20px;
		}
	.growth-group .childcare {
		position: absolute;
		bottom: 20px;
		right: 0;
		}
	.growth-group .seeking-new-members {
		position: absolute;
		top: 23px;
		right: 0;
		}
		.growth-group .seeking-new-members::before {
			content: '';
			background: #647171;
			border-radius: 100%;
			width: 14px;
			height: 14px;
			top: 3px;
			left: -20px;
			position: absolute;
			}

/* # Media Queries
---------------------------------------------------------------------------------------------------- */

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

	.site-inner,
	.wrap {
		max-width: 960px;
		}
	.site-inner {
		margin-top: 40px!important;
		}
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
		}
	.content{
		width: 620px;
		}
	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
		}
	.sidebar-primary,
	.title-area {
		width: 300px;
		}
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-primary,
	.title-area {
		width: 300px;
		}
	.footer-widgets-1 {
		margin-right: 30px;
		}

}

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

	.site-inner,
	.wrap {
		max-width: 800px;
		}
	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.title-area {
		width: 100%;
		}
	.site-header .wrap {
		padding: 20px 5%;
		}
	.header-image .site-title > a {
		background-position: center top;
		}
	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
		}
	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
		}
	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 20px 16px;
		}
	.site-header .search-form {
		margin: 16px auto;
		}
	.genesis-nav-menu li.right {
		display: none;
		}
	.footer-widgets-1 {
		margin-right: 0;
		}
/*
	.home-date, .sermon-archive-date,
	.home-sermon-details, .home-event-details {
		width: 100%;
		}
	.home-date span.home-ds {
		font-size: 1em;
		}
	.home-date br, .sermon-archive-date br {
		display: none;
		}
	.home-latest-sermons .home-sermon,
	.home .latest-news .news.one-half {
		padding-left: 0;
		}
	.home .latest-news {
		text-align: center;
		}
	body.home .slider-wrap {
		padding-left: 0;
		padding-right: 0;
		width: 100%;
		}
	body.home .slick-arrow,
	body.home .slick-dots,
body .slick-slider:hover .slick-arrow 	{
		display: none!important;
		}
*/
}

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

	body {
		background-color: #fff;
		font-size: 16px;
		font-size: 1.6rem;
		}
	.nav-primary,
	.nav-secondary {
		display: none;
		}
	.site-inner,
	.wrap {
		padding: 0 20px;
	}

	.site-header .wrap {
		padding: 10px;
	}

	.header-image .site-title > a {
		background-image: url(images/logo-condensed.png);
		background-position: left!important;
	}
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget,
	.site-header {
		padding: 0;
		}
	.archive-pagination li a {
		margin-bottom: 4px;
		}
	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
		}
	.sidebar .widget.enews-widget {
		padding: 40px;
		}

	body .growth-group .seeking-new-members,
	body .growth-group .childcare {
		display: block;
		position: relative!important;
		left: 20px;
		top: 5px;
	}

}

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

	/*body.home .entry {
		padding-left: 25px;
		padding-right: 25px;
		}*/
	.entry-title {
		margin-top: 50px;
		}
/*	.one-half.home-latest-sermons {
		background:none;
		padding-left: 0;
		}
	.home-latest-sermons {
		padding-left: 0;
		}
	.home-upcoming-events {
		background:none;
		}
	.home-top {
		background:none;
		}
	.home-top-left,
	.home-top-right {
		margin: 10px 0;
		width: 100%;
		}
	.home-upcoming-events .event,
	.home-latest-sermons .home-sermon {
		float: left;
		height: auto;
		margin: 20px 0;
		}
	.home-latest-sermons .home-sermon .speaker {
		display: block;
		width: 100%;
		}
	.home-sermon-listen-watch {
		float: left;
		margin: 10px 0 0 0;
		}
	.home-sermon-listen-watch a {
		margin: 0 10px 0 0;
		}*/
	.sermon .sermon-image.one-sixth img {
		max-width:150px;
		}
	.footer-widgets .wrap {
		padding-left: 25px;
		padding-right: 25px;
		}
	body #uncopyright-info {
		padding: 20px!important;
		width: 98%!important;
		margin-left: 0!important;
		left: 0!important;
		}
/*	body.home .alert-wrap .one-fourth.first {
		display:none;
		}
	body.home .alert-wrap .three-fourths p {
		text-align:center;
		}*/
}

/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*:before,
	*:after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
		}
	a,
	a:visited {
		text-decoration: underline;
		}
	a[href]:after {
		content: " (" attr(href) ")";
		}
	abbr[title]:after {
		content: " (" attr(title) ")";
		}
	a[href^="javascript:"]:after,
	a[href^="#"]:after,
	.site-title > a:after {
		content: "";
		}
	thead {
		display: table-header-group;
		}
	img,
	tr {
		page-break-inside: avoid;
		}
	img {
		max-width: 100% !important;
		}
	@page {
		margin: 2cm 0.5cm;
		}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
		}
	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
		}
	.content,
	.content-sidebar {
		width: 100%;
		}
	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
		}
	.title-area {
		text-align: center;
		width: 100%;
		}
	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
		}
	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
		}
	.author-box {
		margin-bottom: 0;
		}
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
		}
	img {
		page-break-after: avoid;
		page-break-inside: avoid;
		}
	blockquote,
	pre,
	table {
		page-break-inside: avoid;
		}
	dl,
	ol,
	ul {
		page-break-before: avoid;
		}

}


/**
 * Mobile Navigation
 *
 * @link http://wpbacon.com/tutorials/genesis-responsive-menu-2-0/
 * @since 1.0.0
 */


nav {
	/*clear: both;*/
}

/* Navigation toggles
--------------------------------------------- */

.sub-menu-toggle,
.menu-toggle {
	display: none;
	visibility: hidden;
	}

/* Navigation toggles - Ensure Menu Displays when Scaled Up
--------------------------------------------- */

@media only screen and (min-width: 1200px) {

	nav {
		display: block!important;
		}

	nav.menu-mobile-container {
		display: none!important;
		}

}

/* Navigation toggles - Mobile (Change max width as you see fit)
--------------------------------------------- */
@media only screen and (max-width: 1200px) {

	.menu-mobile-container {
		width: 100%;
		z-index: 200;
		max-height: 420px;
		overflow-y: scroll;
		}
	.menu-toggle,
	.sub-menu-toggle {
		display: block;
		font-size: 36px;
		font-weight: 700;
		margin: 0 auto;
		overflow: hidden;
		padding: 10px;
		text-align: center;
		visibility: visible;
		}
	button.menu-toggle,
	button.sub-menu-toggle {
		border: none;
		background: none;
		color: #fff;
		}
	.sub-menu-toggle {
		padding: 8px 18px;
		position: absolute;
		right: 0;
		top: 0;
		}
	.menu-toggle:before {
		content: "\2261";
		}
	.menu-toggle.activated:before {
		content: "\2191";
		}
	.sub-menu-toggle:before {
		content: "+";
		}
		.sub-menu-toggle.activated:before {
			content: "-";
			}
	nav {
		display: none;
		position: relative;
		}
	.genesis-nav-menu .menu-item {
		background-color: #2B3F4F;
		display: block;
		position: relative;
		text-align: left;
		}
		.genesis-nav-menu .menu-item:hover {
			position: relative;
			}
	.genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		opacity: 1;
		position: static;
		width: 100%;
		}
		.genesis-nav-menu .sub-menu a {
			border-left: 0;
			position: relative;
			width: auto;
			}
		.genesis-nav-menu .sub-menu .sub-menu {
			margin: 0;
			}
			.genesis-nav-menu .sub-menu .sub-menu a {
				background-color: #ddd;
				padding-left: 30px;
				}
				.genesis-nav-menu .sub-menu .sub-menu .sub-menu a {
					background-color: #fff;
					padding-left: 40px;
					}
	.nav-primary a:hover,
	.nav-primary .current-menu-item > a {
		color: #333;
		}

}

/* Staff listing
---------------------------------------------------------------------------------------------------- */
.staff-listing {
	margin-bottom: 20px;
	}
	.staff-listing img {
		border: 2px solid #DFDFD0;
		display: block;
		margin: 0 auto 10px auto;
		opacity: .9;
		padding: 4px;
		position: relative;
		}
		.staff-listing img:hover {
			opacity: 1.0;
			transition: opacity .5s ease-in-out;
			-moz-transition: opacity .5s ease-in-out;
			-webkit-transition: opacity .5s ease-in-out;
			}
	.staff-listing a,
	.staff-listing h5 {
		color: #628CA4;
		font-family: Nunito Sans, sans-serif;
		font-style: normal;
		font-weight: 600;
		text-align: center;
		text-transform: uppercase;
		}
	.staff-listing h6 {
		color: #8A8A7B;
		font-family: Nunito Sans, sans-serif;
		text-align: center;
		}

/* # People
---------------------------------------------------------------------------------------------------- */
.people-subtitle {
	color: #8A8A7B;
	font-family: Nunito Sans, sans-serif;
	font-weight: bold;
	text-align: center;
	}
.people-content {
	margin-top: 40px;
	}
.people-sidebar {
	border-left: 1px solid #DFDFD0;
	background-color: #fff;
	margin-bottom: 40px;
	padding: 40px;
	}
	.people-sidebar .button {
		margin-top: 25px;
		text-align: center;
		width: 100%
		}
.people-meta {
	margin-top: 15px;
	font-family: Nunito Sans, sans-serif;
	font-size: 1em;
	}
.people-social {
	margin-top: 15px;
	}
	.people-social .fa {
		margin-right: 10px;
		}

/* # Books
---------------------------------------------------------------------------------------------------- */
.book-sidebar {
	border-right: 1px solid #DFDFD0;
	background-color: #fff;
	margin-bottom: 40px;
	padding: 40px;
	text-align: center;
	}
	.book-sidebar .button {
		margin-top: 50px;
		text-align: center;
		width: 100%
		}
.book-content {
	margin-top: 40px;
	}

/* # Emergency Alert
---------------------------------------------------------------------------------------------------- */
.alert-wrap {
	border: 2px solid #647171;
	/*box-shadow: 3px 3px 8px #999;
		-moz-box-shadow: 3px 3px 8px #999;
		-webkit-box-shadow: 3px 3px 8px #999;*/
	/*display: flex;
	flex-direction: row;
	flex-wrap: wrap;*/
	margin-bottom: 30px;
	padding: 1em 1em;
	text-align: center;
	max-width: 800px;
	margin: 0 auto 2em auto;
	}
	.flex-wrap {
		align-items: center;
		display: flex;
		flex-direction: row;
		}
	.alert-wrap p {
		text-align: left;
		}
	.alert-wrap .fa {
		color: #628CA4;
		}
	.alert-fa {
		padding-right: 25px;
		}
	.alert-title {
		text-align: center;
		}
	.alert-message {
		}

/* # Accordion Styling
---------------------------------------------------------------------------------------------------- */
.gb-accordion {
	margin: 30px 0;
	}
	.gb-accordion .ui-accordion-header {
		font-family: Nunito Sans, sans-serif;
		color:#fff;
		text-transform:uppercase;
		font-weight:600;
		background:#2B3F4F;
		padding:1em;
		margin: 3px 0 0 0;
		cursor: pointer;
		}
		.gb-accordion .ui-accordion-header:before {
			content: '\f067';
			font-family: FontAwesome;
			font-weight: normal;
			margin-right: 15px;
			}
		.gb-accordion .ui-accordion-header-active:before {
			content: '\f068';
			}
	.gb-accordion .gb-accordion-content {
		border:1px solid #DFDFD0;
		padding:1em 1em 1em 2.5em;
		}


