/*
	Theme Name: NC Conference Pro
	Theme URI: http://nccumc.org/
	Description: A mobile responsive and HTML5 theme built for the NC Conference and the Genesis Framework.
	Author: Derek Leek
	Author URI: http://nccumc.org/
	Version: 1.0.1
	
	Tags: black, green, 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, premise-landing-page
	
	Template: genesis
	Template Version: 2.0.0
	
	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Table of Contents
	
	- Imports
	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
		- Gutenberg Block Editor
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Responsive Slider
		- Genesis Simple FAQs
		- Gravity Forms
		- GravityView
		- Jetpack
	- Site Header
		- Notification Banner
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- After-Header Navigation
		- Primary Navigation
		- Secondary Navigation
		- Responsive Menu
	- Content Area
		- Home Page
		- Entries
		- Entry Meta
		- After Entry
		- Pagination
	- Comments
	- Sidebars
	- Sub Foooter
	- Footer Widgets
	- Site Footer
	- Media Queries
	- Retina Display
		- Retina
		- Max-width: 1139px
		- Max-width: 1023px
		- Max-width: 767px

*/

/*
Imports
---------------------------------------------------------------------------------------------------- */

@font-face {
	font-family: 'Icon';
	src:url('fonts/Icon.eot');
	src:url('fonts/Icon.eot?#iefix') format('embedded-opentype'),
		url('fonts/Icon.woff') format('woff'),
		url('fonts/Icon.ttf') format('truetype'),
		url('fonts/Icon.svg#Icon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.3 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:transparent}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}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:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}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}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}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}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/*article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block} */

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry-content:before,
.entry:before,
.footer-widgets:before,
.home-top .widget: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-content:after,
.entry:after,
.footer-widgets:after,
.home-top .widget: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
--------------------------------------------- */

body {
	background-color: #f5f5f5;
	color: #333;
	/*font-family: 'Lato', sans-serif;*/
	font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Avenir Next', 'Avenir', 'Segoe UI', 'Lucida Grande', 'Helvetica Neue', 'Helvetica', 'Fira Sans', 'Roboto', 'Noto', 'Droid Sans', 'Cantarell', 'Oxygen', 'Ubuntu', 'Franklin Gothic Medium', 'Century Gothic', 'Liberation Sans', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.625;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-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;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #e4002b;
	text-decoration: none;
}

a:hover {
	color: #333;
}

p {
	margin: 0 0 24px;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

blockquote {
	background-color: #f8f8f8;
	border: 1px solid #ddd;
	color: #999;
	margin: 0 0 26px;
	padding: 26px 26px 0;
}

cite {
	font-style: normal;
}

hr {
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	height: 0;
	margin-bottom: 26px;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 30px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 18px;
}

/*.page-id-31767 h2 {
	margin: 0 auto 30px;
	width: 60%;
}*/

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

iframe {
	border: 0;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

.ncc-featured-image {
	/*margin: -40px -40px 20px;*/
	margin: 0;
	/*max-height: 202px;*/
	max-width: 100%;
	width: 100%;
}

.page .ncc-featured-image {
	margin: 0 0 20px;
	max-width: 100%;
	width: auto;
}

.page-template-page-past_events .ncc-featured-image {
	margin: 0;
	width: 100%;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #999;
	font-size: 14px;
	font-weight: 400;
	padding: 16px;
	width: 100%;
}

#cse-search-box {
	/*width: 80% !important;*/
}

#cse-search-box input,
#searchforma input,
.subscribe input {
	border: 1px solid #ddd !important;
	padding: 16px !important;
	width: 100% !important;
}

#cse-search-box input[type="button"],
#cse-search-box input[type="reset"],
#cse-search-box input[type="submit"],
#searchforma input[type="button"],
#searchforma input[type="reset"],
#searchforma input[type="submit"],
.subscribe input[type="button"],
.subscribe input[type="reset"],
.subscribe input[type="submit"] {
	padding: 16px 24px !important;
	margin-top: 10px;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #666;
	opacity: 1;
	font-weight: 400;
}

::-webkit-input-placeholder {
	color: #666;
	font-weight: 400;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #e4002b;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 400;
	padding: 16px 24px;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	background-color: #333;
	color: #fff;
}

.button {
	display: inline-block;
}

.button-small {
	font-size: 14px;
	font-weight: 700;
	padding: 7px 14px;
	text-transform: capitalize;
	vertical-align: middle;
	white-space: normal;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
    border: 1px solid #e0e0e0;
	border-collapse: initial;
	border-spacing: 0;
	color: #212121;
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 1.25;
	padding: 20px;
	margin-bottom: 40px;
	width: 100%;
}

th {
	background-color: #fff;
	border-bottom: 1px solid rgba(0,0,0,.12);
	color: #757575;
	padding: 0 16px 16px;
	text-align: center;
	vertical-align: bottom;
}

td {
	/*border-top: 1px solid #eee;*/
	padding: 16px;
	text-align: left;
	vertical-align: middle;
}

tr:nth-child(odd) {
      background-color: #f5f5f5;
}

tr:hover {
	background-color: rgba(0,0,0,.12);
}

.content table p {
	margin-bottom: 0;
}

.responsive-table {
	overflow-x: auto;
}

/* Online Data Collection System (OLDCS) Specific Table Styles */
.oldcs-oneyear-appt {
	font-weight: 700;
}

/* Fix for overflowing tables

word-break: break-all;
word-wrap: break-word;
table-layout: fixed; // makes cells all the same width unless specified

Print Stylesheet

.oldcs-query,
.site-header,
.site-header .wrap a img {
    display: none;
}

.site-inner {
    font-size: 14px;
}

.tabPanel {
    border: none;
    padding: 30px 0;
}

table {
    font-size: 11px;
    table-layout: fixed;
    padding: 0;
    page-break-inside: avoid;
}

*/

/* Online Data Collection System (OLDCS) Date Picker */
.ui-datepicker {
    width: auto !important;
    padding: .2em !important;
}

.ui-datepicker tbody {
    border-bottom: 0;
}

.ui-datepicker td {
    padding: 1px !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #ddd !important;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.wrap {
	margin: 0 auto;
	max-width: 1140px;
}

.wrap-feature {
	margin: 0 auto;
	max-width: 100%;
}

.site-inner {
	clear: both;
	font-size: 18px;
	overflow: hidden;
}

.blocks .site-inner {
	background-color: #fff;
}

.outreach-pro-home .site-inner {
	padding: 60px 0 0 0;
}

.outreach-pro-landing .site-inner .wrap {
	max-width: 900px;
}

/* 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: 930px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Content */

.content {
	background-color: #fff;
	float: right;
	margin-bottom: 60px;
	padding: 40px;
	width: 760px;
}

.outreach-pro-home .content {
	margin: 0;
}

.blog .content {
	background-color: #f5f5f5;
	padding: 0;
}

.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: 550px;
}

.full-width-content .content {
	width: 100%;
}

.blocks .content {
	margin-bottom: 0;
	padding: 0 30px;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 350px;
}

.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;
}

/* Site Names
--------------------------------------------- */

[id*=blogname] {
	color: #fff;
	margin: -40px -40px 30px;
}

.has-post-thumbnail [id*=blogname] {
	color: #fff;
	margin: 0;
}

[id*=blogname] a,
[id*=blogname] a:hover {
	color: #fff;
	display: block;
	font-size: 20px;
	padding: 20px;
	width: 100%;
}

/* Media Center, Archives */
#blogname-7,
#blogname-27 {
	background-color: #2f4f83;
}

/* IT Office & NCCUMC.FM */
#blogname-8,
#blogname-59 {
	background-color: #58585a;
}

/* Treasurer's Office */
#blogname-9,
#blogname-70 {
	background-color: #52866c;
}

/* Bishop's Office, Conflict Transformation Ministries, Church Transformation Ministries */
#blogname-13,
#blogname-43,
#blogname-55,
#blogname-62 {
	background-color: #ca4542;
}

/* Conference Secretary, AC */
#blogname-14,
#blogname-54,
#blogname-56,
#blogname-61,
#blogname-64,
#blogname-69,
#blogname-71 {
	background-color: #999;
}

/* Connectional Ministries */
#blogname-15 {
	background-color: #1b75bc;
}

/* Ministerial Relations */
#blogname-16 {
	background-color: #7961ab;
}

/* Communications */
#blogname-25 {
	background-color: #e4002b;
}

/* CJAMM, Outreach, Generous NC, Hurricane Florence, Creation Care */
#blogname-31,
#blogname-36,
#blogname-60,
#blogname-68,
#blogname-73 {
	background-color: #f2634a;
}

/* Youth, Older Adult, Spiritual Formation, Christian Formation, Spiritual Direction */
#blogname-2,
#blogname-23,
#blogname-26,
#blogname-37,
#blogname-67 {
	background-color: #fce17f;
}

#blogname-2 a,
#blogname-2 a:hover,
#blogname-23 a,
#blogname-23 a:hover,
#blogname-26 a,
#blogname-26 a:hover,
#blogname-37 a,
#blogname-37 a:hover {
	color: #4c4615;
}

/* New Faith Communities */
#blogname-38 {
	background-color: #66c18c;
}

/* Multicultural, Hispanic, Leadership, Disciples Making Disciples, COSROW, Immigration Task Force */
#blogname-3,
#blogname-35,
#blogname-39,
#blogname-53,
#blogname-63,
#blogname-65 {
	background-color: #664967;
}

/* Board of Laity */
#blogname-52 {
	background-color: #57c7da;
}

/* GC 2016 */
#blogname-57 {
	background-color: #447bbf;
}

/* Every Day Grace TV */
#blogname-58 {
	background-color: #a8dcd8;
}

/* Pilgrimage */
#blogname-66 {
	background-color: #15aba3;
}

/* C4C */
#blogname-74 {
	background-color: #4d9cce;
}

/* Advent 2020 */
#blogname-75 {
	background-color: #2a3c60;
}

/* 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;
}

/* Column Classes From Old Site
--------------------------------------------- */

.onefourth,
.onefourth_last,
.onehalf,
.onehalf_last,
.onethird,
.onethird_last {
	float: left;
	margin-bottom: 40px;
	margin-right: 2.564102564102564%;
}

.onehalf,
.onehalf_last {
	width: 48.717948717948715%;
}

.onethird,
.onethird_last {
	width: 31.623931623931625%;
}

.onefourth,
.onefourth_last {
	width: 23.076923076923077%;
}

.onehalf_last,
.onethird_last,
.onefourth_last {
	margin-right: 0;
}

.row { 
	clear: both;
}


/*
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 {
	background-color: #f5f5f5;
	font-size: 12px;
	margin-bottom: 30px;
	padding: 10px 16px;
}

.archive-description {
	background-color: #f5f5f5;
	margin-bottom: 30px;
	padding: 30px;
}

.author-box {
	background-color: #fff;
	color: #333;
	margin: 0 -40px 40px;
	padding: 30px;
}

.author-box-title {
	font-size: 16px;
	font-weight: 700;
	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%;
}

.search-form 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-size: 20px;
}

.entry-title {
	font-size: 30px;
	font-weight: 700;
}

.content .entry-title a {
	color: #333;
}

.content .entry-title a:hover {
	color: #e4002b;
}

.widget-title {
	color: #e4002b;
	font-size: 18px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.footer-widgets .widget-title,
.site-header .widget-title {
	color: #fff;
}

/* WordPress
--------------------------------------------- */

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

a.alignnone {
	display: inline-block;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	display: block;
	margin-bottom: 16px;
}

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-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.center {
	text-align: center;
}

.line-box {
	background: #fff;
	border: 1px solid #cfd8dc;
	border-radius: 3px;
	margin-bottom: 20px;
	padding: 20px 15px 15px;
}

.section :last-child,
.entry-content .line-box p {
	margin-bottom: 0;
}

/* Gutenberg Block Editor
--------------------------------------------- */

.full-width-content .entry-content > .alignfull {
	margin-left: calc(-100vw / 2 + 100% / 2);
	margin-right: calc(-100vw / 2 + 100% / 2);
	max-width: 100vw;
	min-height: 350px;
}

.alignfull .alignwide,
.alignwide .alignwide {
	max-width: 1000px;
	margin: 0 auto;
}

@media only screen and (min-width: 1450px) {
.full-width-content .entry-content > .alignwide {
	margin-left: -180px;
	margin-right: -180px;
	max-width: calc(100% + 360px); /* 360 equals sum of left and right margin */
	width: auto;
}
}

/* Columns
----------- */

.site-container .wp-block-columns.alignfull {
	padding: 0 30px;
}

/* Cover Image
--------------- */

.full-width-content .entry-content > .wp-block-cover.alignfull {
	width: 100vw;
}

.site-container .wp-block-cover .wp-block-cover-text {
	font-size: 48px;
}

.has-small-font-size {
    font-size: 14px !important;
}

.has-regular-font-size {
    font-size: 18px !important;
}

.has-large-font-size {
    font-size: 22px !important;
}

.has-larger-font-size {
    font-size: 26px !important;
}

.has-red-color {
	color: #e4002b;
}

.has-red-background-color {
    background-color: #e4002b;
}

.has-dark-gray-color {
	color: #333;
}

.has-dark-gray-background-color {
    background-color: #333;
}

.has-light-gray-color {
	color: #f5f5f5;
}
.has-light-gray-background-color {
    background-color: #f5f5f5;
}

.has-white-color {
	color: #fff;
}
.has-white-background-color {
    background-color: #fff;
}

.has-alert-color {
	color: #4c4615;
}
.has-alert-background-color {
    background-color: #4c4615;
}

.has-info-color {
	color: #1b75bc;
}
.has-info-background-color {
    background-color: #1b75bc;
}

.has-success-color {
	color: #66c18c;
}
.has-success-background-color {
    background-color: #66c18c;
}

.has-all-places-color {
	color: #f2634a;
}
.has-all-places-background-color {
    background-color: #f2634a;
}

.has-all-creation-color {
	color: #66c18c;
}
.has-all-creation-background-color {
    background-color: #66c18c;
}

.has-all-people-color {
	color: #fce17f;
}
.has-all-people-background-color {
    background-color: #fce17f;
}

.has-all-worship-color {
	color: #7961ab;
}
.has-all-worship-background-color {
    background-color: #7961ab;
}
.wp-block-button__link {
    background-color: #e4002b !important;
}

/* Atomic Blocks */

.ab-block-post-grid h2 {
	line-height: 1 !important;
}
.ab-block-post-grid h2 a {
    color: #333 !important;
	font-size: 20px;font-weight: bold;
}
.ab-block-post-grid h2 a:hover,
.ab-text-link:hover {
    box-shadow: inset 0 -2px 0 #e4002b !important;
    color: #e4002b !important;
}
.ab-text-link {
	color: #e4002b !important;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
	margin-bottom: 30px;
}

.sidebar .featured-content .entry,
.widget li {
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-align: left;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget p:last-child,
.widget ol > li:last-child,
.widget ul > li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.widget_calendar table {
	border-color: #494949;
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	margin-bottom: 20px;
}

.featured-content .entry-title {
	font-size: 20px;
}

.featured-content .entry-comments-link {
	float: none;
}

.more-from-category {
	border-top: 1px solid #ddd;
	margin-top: 10px;
	padding-top: 10px;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget {
	background-color: #333 !important;
	color: #fff;
	text-align: center;
}

.sidebar .enews-widget .widget-title {
	color: #fff;
}

.enews-widget input {
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	border: none;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #999;
	color: #fff;
}

.enews form + p {
	margin-top: 24px;
}

/*.sidebar .enews-widget p:last-child {
	text-align: center;
}*/

.home .enews-widget {
	background-color: transparent !important;
	color: #333;
	text-align: left;
}

.home .footer-widgets .enews-widget {
	color: #fff;
}

/* Genesis Responsive Slider
------------------------------------------------------------ */

.content #genesis-responsive-slider {
	-webkit-box-shadow: 0 60px 100px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0 60px 100px rgba(0, 0, 0, 0.5);
	box-shadow:         0 60px 100px rgba(0, 0, 0, 0.5);
	border: none;
	padding: 0;
}

.content #genesis-responsive-slider a:hover,
.content #genesis-responsive-slider h2 a,
.content #genesis-responsive-slider h2,
.content #genesis-responsive-slider p {
	color: #fff;
}

.content #genesis-responsive-slider a,
.content #genesis-responsive-slider h2 a:hover {
	color: #e4002b;
}

#genesis-responsive-slider li {
	border: none;
	margin: 0;
	padding: 0;
}

.content .slide-excerpt {
	background-color: rgba(0, 0, 0, 0.7);
	border: none;
	filter: alpha(opacity=10);
	margin: 0;
	opacity: 1;
}

html > body .content .slide-excerpt-border {
	border: none;
	margin: 0;
	padding: 30px;
}

.content #genesis-responsive-slider p {
	color: #fff;
}

.widget.genesis_responsive_slider,
.content #genesis-responsive-slider .flex-control-nav {
	margin-bottom: 0;
}

.content #genesis-responsive-slider .flex-control-nav {
	margin-top: -40px;
}

.content .genesis_responsive_slider .flex-direction-nav li a {
	background: url(images/icon-direction-nav.png) no-repeat -50px 0;
	background-size: 100px 98px;
	height: 49px;
	right: -25px;
	-webkit-transition: none;
	-moz-transition:    none;
	-ms-transition:     none;
	-o-transition:      none;
	transition:         none;
	width: 50px;
}

.content .genesis_responsive_slider .flex-direction-nav li a:hover {
	background-position: -50px -49px;
}

.content .genesis_responsive_slider .flex-direction-nav li a.prev {
	background-position: 0 0;
	bottom: 10px;
	left: auto;
	right: 62px !important;
	top: auto;
}

.content #genesis-responsive-slider .flex-direction-nav li a.next {
	bottom: 10px;
	left: auto;
	right: 10px !important;
	top: auto;
}

.content .genesis_responsive_slider .flex-direction-nav li a:hover.prev {
	background-position: 0 -49px;
}


/* Genesis Simple FAQ
--------------------------------------------- */

.gs-faq__question {
    background: transparent;
    border-bottom: 1px solid #eee;
    color: #333;
    padding-left: 0;
    padding-right: 0;
	text-transform: none;
}

.gs-faq__question:focus,
.gs-faq__question:hover {
    background: transparent;
    color: #e4002b;
}

.gs-faq__question::after {
    content: "\f132";
    font-family: "dashicons";
    float: right;
}

.gs-faq__question.gs-faq--expanded::after {
    content: "\f460";
}


/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	padding: 16px;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
}

.gform_wrapper ul li.gfield {
	margin-top: 60px !important;
}

div.form_saved_message div.form_saved_message_emailform form input[type="text"] {
	height: inherit !important;
}

.gform_wrapper input.ginput_quantity {
	width: 4em !important;
}

.gform_wrapper .gf_progressbar_percentage {
	background: none !important;
}

.gform_wrapper .percentbar_blue {
    background-color: #e4002b !important;
}

/* Save & Continue */

.gform_wrapper .form_saved_message {
    background-color: #d8ebf8 !important;
    color: #333 !important;
	padding: 2em !important;
    text-align: left !important;
}


.form_saved_message p.resume_form_link_wrapper {
    margin-top: 26px !important;
    text-align: center !important;
}

.form_saved_message a.resume_form_link {
    color: #e4002b !important;
}

.form_saved_message_emailform {
    margin: 0 !important;
}

div.form_saved_message div.form_saved_message_emailform form input {
    margin: 0 auto !important;
}

div.form_saved_message div.form_saved_message_emailform form input[type="email"] {
    border: 1px solid #90c8eb !important;
}

div.form_saved_message div.form_saved_message_emailform form input[type="submit"] {
    background-color: #e4002b !important;
    border: 1px solid #e4002b !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    text-transform: none !important;
}

/* GravityView
--------------------------------------------- */

.postid-7062 .ab-accordion-text p {
    margin-bottom: 0;
}

.gv-list-view {
    border: 0 !important;
    margin-bottom: 0 !important;
}

.gv-list-view-content {
    padding: 0 !important;
}

.gv-list-view-content p {
    margin: 0 !important;
}

/* Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}

.sharedaddy {
	padding: 20px 0;
	text-align: center;
}

#front-page-4 .upcoming-events {
	margin-left: 0;
}

#front-page-4 .upcoming-events li {
	list-style: none;
	margin-bottom: 20px;
	padding-bottom: 30px;
	text-align: center;
}

#front-page-4 .upcoming-events .event-summary {
	color: #f2634a;
	font-size: 26px;
}

#front-page-4 .upcoming-events .event-when,
#front-page-4 .upcoming-events .event-location {
	font-size: 16px;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #f5f5f5;
	color: #333;
	min-height: 110px;
}

.site-header .widget {
	margin-bottom: 0;
}

.site-header .wrap {
	padding: 20px 0;
}

/* Notification Banner
--------------------------------------------- */

#notify-banner {
	/*background-color: #e4002b;*/
	color: #fff;
	font-size: 22px;
}

#notify-banner .wrap {
	margin: 0 auto;
	padding: 60px 0 80px;
	text-align: center;
}

#notify-banner.secondary .wrap {
	margin: 0 auto;
	padding: 30px 0;
}

#notify-banner.secondary p {
	margin: 0;
}

#notify-banner.secondary a {
	color: #e4002b;
	border-bottom: 1px dotted #e4002b;
}

#notify-banner.secondary a:hover {
	border-bottom: 1px solid #e4002b;
}

#notify-banner.secondary a:active {
	color: #333;
	border-bottom: 1px solid #333;
}

#notify-banner h2 {
	margin-bottom: 40px;
}

/* Notification Banner (Yellow)
--------------------------------------------- */

#notify-banner {
	/*background-color: #ffff99;*/
	background-color: #fff;
	color: #4c4615;
	font-size: 22px;
}

#notify-banner a {
	color: #333;
	border-bottom: 1px dotted #333;
}

#notify-banner a:hover {
	border-bottom: 1px solid #333;
}

#notify-banner a:active {
	color: #333;
	border-bottom: 1px solid #333;
}

#notify-banner a.noborder {
	border-bottom: 0;
}

.hide-banner #notify-banner {
	display: none;
}

/* Notification Banner (Blackout)
--------------------------------------------- */

#notify-banner.blackout {
	background-color: #000;
	color: #f5f5f7;
	font-size: 24px;
}

#notify-banner.blackout .wrap {
	margin: 0 auto;
	max-width: 655px;
	padding: 60px 0 80px;
	text-align: left;
}

@media only screen and (max-width: 860px) {
	#notify-banner.blackout .wrap {
		padding: 60px 30px 80px;
	}
}

#notify-banner.blackout a {
	color: #f5f5f7;
}

#notify-banner.blackout a.button {
	color: #000;
}

#notify-banner.blackout .button {
	background-color: #f5f5f7;
}

/* Notification Banner (AC 2020)
--------------------------------------------- */

#notify-banner.ac2020 {
	background-color: #7961AB;
	background-image: url(https://nccumc.org/ac2020/files/2020/06/ncc-ac20-bg.jpg);
	background-position: top center;
	background-size: cover;
	color: #fff;
	font-size: 24px;
}

#notify-banner.ac2020 .wrap {
	margin: 0 auto;
	max-width: 655px;
	padding: 60px 0 80px;
	text-align: center;
}

@media only screen and (max-width: 860px) {
	/*#notify-banner.ac2020 .wrap {
		padding: 60px 30px 80px;
	}*/
}

#notify-banner.ac2020 h2 {
	font-size: 36px;
	font-weight: 500;
	margin-bottom: 10px;
}

#notify-banner.ac2020 a {
	color: #fff;
}

#notify-banner.ac2020 a.button {
	color: #333;
}

#notify-banner.ac2020 .button {
	background-color: #fff;
}

#notify-banner.ac2020 p:last-child {
	margin: 0;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 14px 0;
	width: 300px;
}

.header-full-width .title-area {
	/*width: 100%;*/
}

.site-title {
	font-size: 43px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	color: #333;
}

.header-image .title-area {
	padding: 0;
}

.header-image .site-title > a {
	background-size: 300px 125px !important;
	float: left;
	min-height: 125px;
	width: 100%;
}

.site-description {
	color: #999;
	font-size: 16px;
	font-weight: 400;
	height: 0;
	line-height: 1.5;
	text-indent: -9999px;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	padding-top: 30px;
	text-align: right;
	width: 780px;
}

.site-header .widget-area a {
	color: #333;
}

.site-header .widget-area a:hover {
	color: #333;
}

.site-header .widget li {
	border-color: #fff;
}

.site-header .genesis-nav-menu li {
	background-color: #f5f5f5;
}

.site-header .genesis-nav-menu li li {
	background-color: #fff;
	float: left;
	margin: 0 0 20px 20px;
	padding: 0;
}

.site-header .genesis-nav-menu li li a {
	background-color: #666 !important;
	/*color: #e4002b;*/
	color: #fff;
	padding: 7px 20px;
}

.site-header .genesis-nav-menu li li:first-child,
.site-header .genesis-nav-menu li li:nth-child(6n) {
	clear: left;
	margin-left: 0;
}

.site-header .genesis-nav-menu li li li {
	border-bottom: 1px solid #e0e0e0;
	margin: 0;
	padding: 0;
}

.site-header .genesis-nav-menu li li li:last-child {
	border-bottom: none;
}

.site-header .genesis-nav-menu li li li a {
	background-color: #f5f5f5 !important;
	color: #333;
	padding: 7px 20px;
}

.site-header .genesis-nav-menu li li li a:hover {
	background-color: #ddd !important;
}

.site-header .widget-area button:hover,
.site-header .widget-area input:hover[type="button"],
.site-header .widget-area input:hover[type="reset"],
.site-header .widget-area input:hover[type="submit"],
.site-header .widget-area .button:hover {
	background-color: #98999a;
	color: #333;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	line-height: 1.5;
	width: 100%;
}

.genesis-nav-menu,
.genesis-nav-menu a {
	color: #fff;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	display: block;
	padding: 18px 20px;
}

.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu a:hover,
.genesis-nav-menu li:hover > a,
.nav-primary .genesis-nav-menu li li a:hover {
	background-color: #f5f5f5;
	color: #000;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu li:hover > a {
	background-color: #fff;
}

.nav-primary .genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	width: 200px;
	z-index: 999;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border-top: none;
	color: #333;
	font-size: 14px;
	position: relative;
	text-transform: uppercase;
	width: 200px;
}

.nav-primary .genesis-nav-menu .sub-menu .sub-menu {
	margin: -48px 0 0 199px;
}

.nav-primary .genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.nav-secondary .genesis-nav-menu .sub-menu {
	background-color: #fff;
	/*border-bottom: 20px solid #f5f5f5 !important;*/
	-webkit-box-shadow: 0 10px 6px -6px #999;
	-moz-box-shadow: 0 10px 6px -6px #999;
	box-shadow: 0 10px 6px -6px #999;
	height: auto;
	left: -9999px;
	opacity: 0;
	overflow: hidden;
	padding: 20px !important;
	position: absolute;
	width: 1140px;
	z-index: 999;
}

.nav-secondary .genesis-nav-menu .sub-menu a {
	background-color: #fff;
	color: #333;
	font-size: 16px;
	padding: 14px 20px;
	position: relative;
	width: 204px;
}

.nav-secondary .genesis-nav-menu .sub-menu .sub-menu {
	border: none !important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	height: auto;
	left: auto;
	opacity: 1;
	padding: 0 !important;
	position: relative;
	width: 204px;
}

.nav-secondary .genesis-nav-menu .sub-menu .sub-menu a {
	font-size: 14px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.nav-secondary .genesis-nav-menu .menu-item:hover > .sub-menu {
	left: 50%;
	margin-left: -570px;
	opacity: 1;
}

.nav-secondary .genesis-nav-menu .sub-menu .menu-item:hover > .sub-menu {
	left: auto;
	margin-left: 0;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 0;
	text-transform: uppercase;
}

.genesis-nav-menu > .date,
.genesis-nav-menu > .right > a {
	display: inline-block;
	padding: 18px 20px;
}

.genesis-nav-menu .right:hover > a {
	background: none;
	color: #fff;
}

.genesis-nav-menu .right > a:hover {
	background: #fff;
	color: #000;
}

.genesis-nav-menu > .search {
	padding: 9px 0 0;
}

.genesis-nav-menu input[type="search"] {
	font-size: 14px;
	padding: 10px 16px;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu li {
	
}

.site-header .genesis-nav-menu li,
.site-header .genesis-nav-menu li ul {
	border-bottom: none;
	font-weight: bolder;
	margin: 0;
	padding: 0;
}

.site-header .genesis-nav-menu li ul,
.site-header .genesis-nav-menu li ul li {
	font-weight: normal;
}

.site-header .genesis-nav-menu a:hover,
.site-header .genesis-nav-menu li:hover a {
	background-color: #fff;
}

.genesis-nav-menu .sub {
	font-size: 12px;
	font-weight: normal;
}

/* After-Header Navigation
--------------------------------------------- */

.after-header {
	background-color: #eee;
	clear: both;
	color: #333;
	font-size: 16px;
	line-height: 1.5;
	width: 100%;
}

.post-type-archive .after-header,
.single-ncc_seeds .after-header,
.tax-reflection_cat .after-header,
.tax-seeds_cat .after-header {
	background-color: #fff;
	background-position: top center;
	background-size: cover;
	color: #fff;
	padding: 100px;
}

.post-type-archive-ncc_events .after-header {
	background-image: url(images/ncc-event-pilgrimage.jpg);
}

.post-type-archive-ncc_prayers .after-header {
	background-image: url(images/ncc-prayer-wall.jpg);
}

.post-type-archive-ncc_seeds .after-header,
.single-ncc_seeds .after-header,
.tax-seeds_cat .after-header {
	background-image: url(images/ncc-seeds-bg.jpg);
}

.term-lent-2015 .after-header,
.term-lent-2016 .after-header,
.term-lent-2017 .after-header {
	background-image: url(images/ncc-reflections.jpg);
}

.term-lent-2020 .after-header {
	background-image: url(images/ncc-reflections-wheat.jpg);
}

.post-type-archive .after-header,
.post-type-archive .entry-form,
.single-ncc_seeds .after-header,
.tax-reflection_cat .after-header,
.tax-seeds_cat .after-header {
	margin-bottom: 60px !important;
	text-align: center;
}

.post-type-archive-ncc_events .after-header h1,
.post-type-archive-ncc_events .entry-form h2,
.post-type-archive-ncc_prayers .after-header h1,
.post-type-archive-ncc_prayers .entry-form h2,
.post-type-archive-ncc_seeds .after-header h1,
.single-ncc_seeds .after-header h1,
.tax-reflection_cat .after-header h1,
.tax-seeds_cat .after-header h1 {
	font-size: 48px;
	text-shadow: 1px 1px 0 #000;
}

.post-type-archive .entry-form,
.post-type-archive .entry-form {
	clear: both;
	margin: 0 auto;
	width: 80%
}

.post-type-archive-ncc_events .content,
.post-type-archive-ncc_prayers .content,
.post-type-archive-ncc_seeds .content,
.single-ncc_seeds .after-header .content,
.tax-reflection_cat .content,
.tax-seeds_cat .content {
	margin-bottom: 60px;
}

.prayer-intro {
	font-size: 28px;
	line-height: 1.6;
	text-align: center;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #333;
}

.nav-primary .genesis-nav-menu {
	width: auto;
	margin: 0 auto;
	display: table;
}

.nav-primary li {
	float: left;
}

.nav-primary a {
	font-size: 13px;
	padding: 10px 20px;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	float: right;
}

.nav-secondary .wrap {
	background-color: #f5f5f5;
	color: #333;
}

.nav-secondary .wrap a {
	color: #333;
}

.nav-secondary .genesis-nav-menu > li > a:hover,
.nav-secondary .genesis-nav-menu > li:hover > a {
	background: #fff;
}

.nav-secondary .genesis-nav-menu .sub-menu a:hover {
	/*text-decoration: underline;*/
}

.nav-secondary .genesis-nav-menu .sub-menu a {
	background-color: #090909;
	border-color: #666;
	color: #fff;
}

.nav-secondary .genesis-nav-menu .sub-menu .sub-menu a {
	color: #333;
}

.nav-secondary .sub-menu {
	border-color: #292929;
}

/* Responsive Menu
--------------------------------------------- */
 
.responsive-menu-icon {
	cursor: pointer;
	display: none;
	margin-bottom: -1px;
	text-align: center;
}
 
.responsive-menu-icon::before {
	content: "\f333";
	display: inline-block;
	font: normal 20px/1 'dashicons';
	margin: 0 auto;
	padding: 10px 5px 10px 10px;
}

.nav-primary .responsive-menu-icon::before,
.nav-primary .responsive-menu-text {
	color: #fff;
}

.nav-secondary .responsive-menu-icon::before,
.after-header  .responsive-menu-icon::before {
	color: #333;
}

.responsive-menu-text {
	display: inline-block;
	font-size: 14px;
	position: relative;
	text-transform: uppercase;
	top: -5px;
	width: auto;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Home Page
--------------------------------------------- */

.home-top .widget {
	line-height: 0;
	margin: 0;
	padding: 0;
}

.home-top .aligncenter {
	margin: 0;
	padding: 0;
}

.home-top .entry {
	margin: 0 !important;
	padding: 0 !important;
}

.home-top .one-fourth {
	margin-left: 0;	
	width: 25%;
}

.home-top .one-third {
	width: 100%;
}

.home-top img {
	height: auto;
	width: 100%;
}

.home-top .entry .entry-header {
	margin: 0 auto;
	margin-top: -120px;
	width: 1140px;
}

.home-top .entry .entry-title a {
	color: #fff;
	font-size: 40px;
	text-shadow: 1px 1px 0 #000;
}

.home-top .entry .entry-meta,
.home-top .entry .entry-meta a {
	color: #fff;
	/*display: block;*/
	margin: 0 auto;
	margin-top: -90px;
	text-shadow: 1px 1px 0 #000;
	width: 1140px;
}

.home-top .entry .entry-categories {
	float: none;
}

.home-top .entry .entry-content {
	color: #fff;
	font-size: 20px;
	line-height: 1.325;
	margin: 50px auto 13px;
	text-shadow: 1px 1px 0 #000;
	width: 1140px;
}

.home-top .widget.genesis_responsive_slider {
	padding: 0;
}

.outreach-pro-home .content {
	background-color: #f5f5f5;
	padding: 0 0 14px 0;
}

.home-bottom {
	background-color: #f5f5f5;
	padding: 60px 0 20px 0;
}

.home-bottom .widget {
	float: left;
	margin-left: 2.564102564102564%;
	width: 23.076923076923077%;
}

.home-bottom .widget:nth-child(4n+1) {
	clear: both;
	margin-left: 0;
}

.home-bottom .featured-content img {
	-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    1px 1px 4px rgba(0, 0, 0, 0.4);
	box-shadow:         1px 1px 4px rgba(0, 0, 0, 0.4);
}

.home-bottom .widget-title {
	color: #333;
	font-weight: 700;
}

/* Posts Intro */

.posts-intro {
	border-bottom: 0;
	clear: both;
	margin: 0 auto;
	margin-bottom: 60px;
	position: relative;
	text-align: center;
	width: 940px;
}

.posts-intro:before,
.posts-intro:after {
	-webkit-box-shadow: 0px 1px 0px #fff;
	-moz-box-shadow: 0px 1px 0px #fff;
	background-color: #ccc;
	box-shadow: 0px 1px 0px #fff;
	content: "";
	height: 1px;
	position: absolute;
	top: 50%;
	width: 38%;
	z-index: 0;
}

.posts-intro:before {
	left: 0;
}

.posts-intro:after {
	right: 0;
}

.posts-intro h1 {
	background-color: #f5f5f5;
	border-bottom: 0;
	color: #ccc;
	display: inline-block;
	font-size: 24px;
	margin-bottom: 0;
	padding: 0 24px;
	position: relative;
	text-align: center;
	text-shadow: 1px 1px 0 #fff;
	text-transform: uppercase;
	z-index: 1;
}

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

.blog .entry {
	background-color: #fff;
	padding: 40px;
}

.content ol,
.content p,
.content ul,
.entry-content ol,
.entry-content p,
.entry-content ul {
	margin-bottom: 26px;
}

.content ol,
.content ul,
.entry-content ol,
.entry-content ul {
	margin-left: 40px;
}

.content ol > li,
.entry-content ol > li {
	list-style-type: decimal;
}

.content ul > li,
.entry-content ul > li {
	list-style-type: disc;
}

.content ol ol,
.content ul ul,
.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

.page-id-31767 .content,
.page-id-32452 .content {
	float: none;
	margin-left: auto;
	margin-right: auto;
	width: 55%;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	color: #5a636c;
	font-size: 14px;
	font-style: italic;
	margin-bottom: 0;
}

p.entry-meta a {
	color: #e4002b;
}

p.entry-meta a:hover {
	color: #333;
}

.entry-footer .entry-meta {
	border-top: 1px solid #ddd;
	padding-top: 12px;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
	margin-top: -10px;
}

.entry-header .entry-meta .entry-time {
	color: #5a636c;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-decoration: none;
}

.entry-categories {
	float: left;
}

.entry-comments-link,
.entry-tags {
	float: right;
}

.blog .has-post-thumbnail {
	padding: 0 0 40px;
}

.blog .has-post-thumbnail .entry-title {
	padding: 20px 40px 0;
}

.blog .has-post-thumbnail .entry-content,
.blog .has-post-thumbnail .entry-meta {
	padding: 0 40px;
}

.featured-content .has-post-thumbnail .entry-content,
.featured-content .has-post-thumbnail .entry-meta,
.featured-content .has-post-thumbnail .entry-title {
	padding: 0;
}

/* After Entry
--------------------------------------------- */

.after-entry {
	background-color: #333;
	margin-bottom: 40px;
	padding: 30px;
	text-align: center;
}

.after-entry p:last-child {
	margin: 0;
}

.after-entry li {
	list-style-type: none;
}

.after-entry .featured-content li {
	text-align: center;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0 0;
}

.pagination ul {
	margin: 0;
	text-align: center;
}

.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;
	margin-bottom: 4px;
	padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #e4002b;
}

/* Dashicons
--------------------------------------------- */

.dashicons {
	height: 32px !important;
	width: 32px !important;
}

.dashicons-book:before,
.dashicons-businessman:before,
.dashicons-location-alt:before,
.dashicons-welcome-write-blog:before {
	color: #e4002b;
	display: inline-block;
	font: normal 32px/1 'dashicons';
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}

.dashicons-book:before {
	content: "\f331";
	font: normal 24px/32px 'dashicons';
}

.dashicons-businessman:before { 
	content: "\f338";
}

.dashicons-location-alt:before {
	content: "\f231";
}

.dashicons-welcome-write-blog:before {
	content: "\f119";
	font: normal 28px/32px 'dashicons';
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 30px;
}

li.comment,
li.pingback {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment-content {
	clear: both;
}

.comment-list li,
.entry-pings 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;
	padding: 24px;
}

/* Events, Prayers, Reflections and Seeds Pages
------------------------------------------------- */

.post-type-archive-ncc_events .content,
.post-type-archive-ncc_prayers .content,
.post-type-archive-ncc_reflections .content,
.post-type-archive-ncc_seeds .content,
.single-ncc_seeds .content,
.tax-reflection_cat .content,
.tax-seeds_cat .content {
	background-color: #f5f5f5;
	padding: 0;
}

.post-type-archive .entry,
.single-ncc_seeds .entry,
.tax-reflection_cat .entry,
.tax-seeds_cat .entry {
	background-color: #fff;
	padding: 40px;
}

.post-type-archive .has-post-thumbnail {
	padding: 0 0 40px;
}

.post-type-archive .has-post-thumbnail .entry-title {
	padding: 20px 40px 0;
}

.post-type-archive .has-post-thumbnail .entry-content,
.post-type-archive .has-post-thumbnail .entry-meta {
	padding: 0 40px;
}

.single-ncc_seeds .entry,
.single.tax-reflection_cat .entry {
	margin: 0 auto;
	padding: 60px 80px;
	width: 70%;
}

.post-type-archive .one-third,
.tax-seeds_cat .one-third {
    margin-left: 0.854717%;
	margin-right: 0.854717%;
}

.filter-group .wrap {
	margin-bottom: 60px;
	margin-top: 30px;
	text-align: right;
}

.filter-group .wrap select {
	width: 250px;
}

.element-item {
	float: left !important;
	position: relative;
}

.after-spt-button {
	padding: 20px 0 0;
	text-align: center;
}

.term-lent-2017 .entry-header,
.term-lent-2017 .entry-content,
.term-lent-2020 .entry-header {
	text-align: center;
}

.full-width-content .reflection_cat-lent-2017 .entry-header::after,
.full-width-content .reflection_cat-lent-2020 .entry-header::after{
    border-bottom: 1px solid #333;
    content: '';
    display: block;
    margin: 0 auto 40px;
    padding-bottom: 10px;
    width: 80px;
}

/* Staff Page
--------------------------------------------- */

.staff-office {
	 padding: 0;
}

.staff-office-top {
	 padding-top: 0;
}

#staff-info {
	font-size: 16px;
	margin-bottom: 30px;
}

/* Staff Single
--------------------------------------------- */

.content #author-avatar,
.content #author-extra {
	color: #666;
	font-size: 13px;
}

.content #author-extra {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 10px 0;
	padding: 5px;
}

.content #author-avatar img{
	margin-bottom: 20px;
}

.content #author-avatar ul {
	border-top: 1px solid #ddd;
	margin: 0 14px 0 0;
	padding: 0;
}

.content #author-avatar li {
	border-bottom: 1px solid #ddd;
	list-style: none;
	padding: 5px 10px;
	vertical-align: middle;
}

.content #author-description h1,
.content #author-description h3 {
	margin-bottom: 10px;
}

/* Landing Page
--------------------------------------------- */

.outreach-pro-landing .entry,
.outreach-pro-landing p:last-child {
	margin-bottom: 0;
}

.outreach-pro-landing .title-area {
	width: 100%;
}

.outreach-pro-landing .site-title,
.outreach-pro-landing .title-area {
	text-align: center;
}

.outreach-pro-landing .site-title a {
	background-position: center top !important;
}

/*
Church Map
---------------------------------------------------------------------------------------------------- */

#map,
#mapb,
#mapca,
#mapco,
#mapf,
#mapg,
#mapha,
#maphe,
#maps {
	float: right;
	height: 600px;
	width: 900px;
}

#map img,
#mapb img,
#mapca img,
#mapco img,
#mapf img,
#mapg img,
#mapha img,
#maphe img,
#maps img {  
    max-width: none;   
}

#controls {
	color: #333;
	display: none;
	float: left;
	font-size: 12px;
	height: 295px;
	padding: 5px 5px 0 0;
	width: 140px;
}

#controls h2,
#map_leftbtm h2 {
	color: #333;
	font-size: 15px;
	margin-bottom:5px;
}

#map_layers {
	margin: 0;
	padding: 0;
}

#map_layers li,
#placemarkList li,
#placemarkList2 li,
#placemarkList3 li,
#placemarkList4 li,
#placemarkList5 li,
#placemarkList6 li,
#placemarkList7 li,
#placemarkList8 li {
	border-bottom: 1px solid #ddd;
	list-style: none;
	padding: 4px 0 4px 12px;
}

#placemarkList li,
#placemarkList2 li,
#placemarkList3 li,
#placemarkList4 li,
#placemarkList5 li,
#placemarkList6 li,
#placemarkList7 li,
#placemarkList8 li {
	margin-right: 5px;
}

/*#recenter {
	margin:0 auto;
	margin-top: 5px;
	margin-left: 12px;
	
	border-radius: 3px;
	color: #fff;
	font-size: 16px;
	padding: 16px 24px;
	width: auto;
}*/

#map_leftbtm{
	background-color: #fff;
	float: left; 
	height: 300px;
	overflow: auto;
	position: relative;
	width: 160px; 
}

#placemarkList,
#placemarkList2,
#placemarkList3,
#placemarkList4,
#placemarkList5,
#placemarkList6,
#placemarkList7,
#placemarkList8 {
	background-color: #fff;
	color: #666;
	display: none;
	font-size: 12px;
	list-style-type: none;
	list-style-position: inside;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index:0;
}

#copy {
	clear: both;
	font-size: 14px;
	padding-top: 10px;
	text-align: center;
}

#map.map-request {
	float: none;
	height: 350px;
	margin-bottom: 30px;
	width: 100%;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar,
.sidebar .featured-content .entry-title {
	color: #333;
	font-size: 16px;
	font-weight: normal;
}

.sidebar .featured-content h2.entry-title {
	margin: 0;
}

.sidebar .widget {
	background-color: #fff;
	padding: 30px;
}

.sidebar li a,
.sidebar .featured-content .entry-title a {
	color: #333;
}

.sidebar li a:hover,
.sidebar .entry-meta a:hover,
.sidebar .featured-content .entry-title a:hover {
	color: #98999a;
}

/*
Sub Footer and Featured Columns
---------------------------------------------------------------------------------------------------- */

.featured-columns,
.sub-footer {
	background-color: #fff;
	padding: 80px 0;
}

.sub-footer-left {
	float: left;
	width: 74%;
}

.sub-footer-left .one-third {
	width: 100%;
}

.sub-footer-left .entry {
	margin-bottom: 0;
	padding: 0;
}

.sub-footer-left a.alignleft,
.sub-footer-left img.alignleft,
.sub-footer-left .wp-caption.alignleft {
    line-height: 0;
	margin: 0 30px 0 0;
	max-width: 360px;
}

.sub-footer-right {
	float: right;
	font-size: 16px;
	line-height: 42px;
	vertical-align: middle;
	width: 22%;
}

.sub-footer-right .first {
	margin-top: 7px;
}

.sub-footer-right a {
	color: #303030;
}

.sub-footer-right a:hover {
	border-bottom: 1px solid #e4002b;
	color: #e4002b;
}

.sub-footer-right .widget-title {
	color: #303030;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}

.sub-footer-left .entry-title {
	font-size: 30px;
}

.sub-footer-left .entry-content,
.sub-footer-left .entry-meta,
.sub-footer-left .entry-meta a,
.sub-footer-left .entry-title {
	padding: 0;
}

.sub-footer-left .entry-meta {
	margin-bottom: 10px !important;
	margin-top: -30px;
}


/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #333;
	color: #ccc;
	clear: both;
	font-size: 14px;
	padding: 60px 0 30px;
}

.footer-widgets input {
	border: 1px solid #333;
}

.footer-widgets .entry-meta a:hover,
.footer-widgets a:hover {
	color: #fff;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4,
.footer-widgets-1 .one-third,
.footer-widgets-2 .one-third,
.footer-widgets-3 .one-third,
.footer-widgets-4 .one-third {
	background-color: #333;
	padding: 0;
	width: 255px;
}

.footer-widgets-1,
.footer-widgets-2 {
	margin-right: 40px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	float: left;
}

.footer-widgets-4 {
	float: right;
}

.footer-widgets-1 .has-post-thumbnail .entry-content,
.footer-widgets-2 .has-post-thumbnail .entry-content,
.footer-widgets-3 .has-post-thumbnail .entry-content,
.footer-widgets-4 .has-post-thumbnail .entry-content,
.footer-widgets-1 .has-post-thumbnail .entry-meta,
.footer-widgets-2 .has-post-thumbnail .entry-meta,
.footer-widgets-3 .has-post-thumbnail .entry-meta,
.footer-widgets-4 .has-post-thumbnail .entry-meta,
.footer-widgets-1 .has-post-thumbnail .entry-title,
.footer-widgets-2 .has-post-thumbnail .entry-title,
.footer-widgets-3 .has-post-thumbnail .entry-title,
.footer-widgets-4 .has-post-thumbnail .entry-title {
	padding: 0;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #fff;
	color: #333;
	font-size: 16px;
	padding: 60px 30px;
	text-align: center;
}

.site-footer a {
	color: #000;
	font-weight: 700;
}

.site-footer a:hover {
	color: #000;
	text-decoration: underline;
}

.site-footer p {
	margin-bottom: 18px;
}

.site-footer p.copy {
	margin-bottom: 0;
}

/*
Shortcodes
---------------------------------------------------------------------------------------------------- */

/* Blockquotes */

blockquote.alignleft {
	float: left;
	margin: 5px 10px 10px 0;
	padding: 10px 15px 15px 15px;
	width: 200px;
}

blockquote.alignright {
	float: right;
	margin: 5px 0 10px 10px;
	padding: 10px 15px 5px 15px;
	width: 200px;
}

/* Callout Boxes */

.callout-alert,
.callout-info,
.callout-success,
.callout-warning {
	color: #fff;
	margin: 0px 0px 26px;
	overflow: hidden;
	padding: 20px;
}

.callout-info a,
.callout-success a,
.callout-warning a{
	border-bottom: 1px dotted #fff;
	color: #fff;
}

.callout-info a:hover,
.callout-success a:hover,
.callout-warning a:hover {
	border-bottom: 1px solid #fff;
}

.callout-alert p,
.callout-info p,
.callout-success p,
.callout-warning p {
	margin-bottom: 0;
}
 
.callout-alert {
	background: #ffff99;
	color: #4c4615;
	/*	background: #fdf6be;
	border: 1px solid #fcd21c;
	color: #4c4615; */
}

.callout-alert a {
	border-bottom: 1px dotted #333;
	color: #333;
}

.callout-alert a:hover {
	border-bottom: 1px solid #333;
}

.callout-info {
	background: #1b75bc;
	/*	background: #d8ebf8;
	border: 1px solid #90c8eb;
	color: #064674;*/
}

.callout-success {
	background: #66c18c;
	/*background: #e1edc1;
	border: 1px solid #c1d680;
	color: #174404;*/
}

.callout-warning {
	background: #e4002b; /* #fae0e0 */ /* border: 1px solid #fbc1c2 */
	color: #fff; /* #8a1b0a */
}

/* Excerpt Text */

.excerpt_text {
	color: #555;
	font: 20px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

/* Text Highlights */

.highlightyellow, .highlightblack, .highlightred, .highlightgreen {
	text-shadow: none;
}

.highlightyellow{
	background: #ffffc1;
}

.highlightblack{
	background: #333;
	color: #fff;
}

.highlightred {
	background: #cc0000;
	color: #fff;
}

.highlightgreen {
	background: #45c0B6;
	color: #fff;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */


@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {

	.content #genesis-responsive-slider .flex-direction-nav li a {
		background-image: url(images/icon-direction-nav@2x.png);
	}
	
}

@media only screen and (max-width: 1180px) {

	.wrap {
		max-width: 960px;
	}
	
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 750px;
	}
	
	.sub-footer-left {
		/*width: 710px;*/
	}
	
	.content {
		width: 630px;
	}
	
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}
	
	.site-header .wrap {
		width: 768px;
	}
	
	.header-image .site-title a {
		background-position: top !important;
	}
	
	.genesis-nav-menu li,
	.nav-secondary,
	.site-header ul.genesis-nav-menu {
		float: none;
	}
	
	.genesis-nav-menu,
	.nav-primary,
	.site-description,
	.site-header .search-form,
	.site-header .title-area,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}
	
	.nav-secondary .genesis-nav-menu .menu-item:hover > .sub-menu {
		margin-left: -510px;
	}
	
	.nav-secondary .genesis-nav-menu .sub-menu {
		width: 1020px;
    }
	
	.nav-secondary .genesis-nav-menu .sub-menu a,
	.nav-secondary .genesis-nav-menu .sub-menu .sub-menu {
    	width: 180px;
	}
	
	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 420px;
	}
	
	.sidebar-primary {
		width: 300px;
	}

	.home-top .entry .entry-header,
	.home-top .entry .entry-content {
		padding: 0 40px;
		width: 100%;
	}
	
	.home-top .entry .entry-meta,
	.home-top .entry .entry-meta a {
		width: 100%;
	}
	
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.sub-footer-right {
		width: 210px;
	}
	
	.outreach-pro-home .site-inner .wrap {
		max-width: none;
	}
	
	.posts-intro {
		width: 90%;
	}
	
	#map,
	#mapb,
	#mapca,
	#mapco,
	#mapf,
	#mapg,
	#mapha,
	#maphe,
	#maps {
		width: 720px;
	}

}

@media only screen and (max-width: 1023px) {
	
	.wrap {
		/*max-width: 768px;*/
	}
	
	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}
	
	.page-id-31767 .content,
	.page-id-32452 .content {
		width: 80%;
	}
	
	.site-header .wrap {
		/*padding: 20px 5% 16px;*/
	}
	
	.genesis-nav-menu li,
	.nav-secondary,
	.site-header .search-form,
	.site-header ul.genesis-nav-menu {
		float: none;
	}
	
	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 18px 12px;
	}
	
	.genesis-nav-menu li.right {
		display: none;
	}
	
	.home-top .one-fourth {
		width: 50%;
	}
	
	.sub-footer-left {
		/*width: 520px;*/
	}
	
	.footer-widgets-1,
	.footer-widgets-2 {
		margin-right: 0;
	}
	
	#map,
	#mapb,
	#mapca,
	#mapco,
	#mapf,
	#mapg,
	#mapha,
	#maphe,
	#maps {
		width: 528px;
	}
	
}

@media only screen and (max-width: 860px) {
	
	.wrap {
		/*padding-left: 5%;
		padding-right: 5%;*/
		padding: 0;
		width: 100%;
	}
	
	.outreach-pro-home .site-inner .wrap {
		padding: 0;
	}
	
	.sub-footer {
		padding: 40px 0;
	}
	
	.sub-footer .wrap {
		padding: 0;
	}
	
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget {
		box-shadow: none;
	}
	
	.post-type-archive .entry,
	.tax-reflection_cat .entry,
	.tax-seeds_cat .entry {
		margin-bottom: 60px;
	}
	
	.filter-group .wrap .one-half {
		margin-top: 30px;
		text-align: center;
	}
	
	.filter-group .wrap .one-half.first {
		margin-top: 0;
	}
	
	.filter-group .wrap input {
		width: 80%;
	}
	
	.archive-pagination li a {
		margin-bottom: 4px;
	}
	
	.five-sixths,
	.four-sixths,
	.home-top .one-fourth,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.sub-footer-left,
	.sub-footer-left .one-third,
	.sub-footer-right,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0 0 15px;
		width: 100%;
	}
	
	.outreach-pro-home .one-third {
		margin-bottom: 40px;
	}
	
	.outreach-pro-home .dashicons {
		margin-bottom: 20px;
	}
	
	.full-col .one-third,
	.home-top .one-fourth {
		margin: 0;
	}
	
	.content #genesis-responsive-slider .flex-direction-nav li .next,
	.content #genesis-responsive-slider .flex-direction-nav li .prev,
	.content .slide-excerpt {
		display: none;
	}
	
	.sub-footer-left a.alignleft {
		margin: 0 0 24px 0;
		width: 100%;
	}
	
	.sub-footer-left .featured-content img {
		width: 100%;
	}
	
	.sub-footer-left .entry-content,
	.sub-footer-left .entry-meta,
	.sub-footer-left .entry-meta a,
	.sub-footer-left .entry-title,
	.sub-footer-right {
		padding: 0 40px;
	}
	
	.sub-footer-right .two-thirds {
		width: 65.812%
	}
	
	.home-bottom .widget {
		text-align: center;
		width: 48%;
	}
	
	.home-bottom .widget:nth-of-type(2n) {
		clear: none;
		margin-left: 2.564102564102564%;
	}
	
	.home-bottom .widget:nth-of-type(2n+1) {
		clear: both;
		margin-left: 0;
	}
	
	.content #author-avatar {
		margin-bottom: 26px;
		text-align: center;
	}
	
}

@media only screen and (max-width: 768px) {
 
	.wrap {
		/*max-width: 768px;*/
	}
	
	.site-header .wrap {
		width: 100%;
	}
	
	.site-header .genesis-nav-menu li li {
		float: none;
	}
	
	.nav-primary .wrap {
		padding: 0;
	}
	
	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu,
	.genesis-nav-menu.responsive-menu,
	.menu.responsive-menu > .menu-item > .sub-menu,
	.menu.responsive-menu {
		display: none;
	}
 
	.genesis-nav-menu.responsive-menu .menu-item,
	.menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}
 
	.genesis-nav-menu.responsive-menu .menu-item,
	.menu.responsive-menu .menu-item {
		margin: 0;
	}
 
	.genesis-nav-menu.responsive-menu .menu-item:hover,
	.menu.responsive-menu .menu-item:hover {
		position: static;
	}
 
	.genesis-nav-menu.responsive-menu .current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu a,
	.genesis-nav-menu.responsive-menu a:hover,
	.menu.responsive-menu .current-menu-item > a,
	.menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.menu.responsive-menu a,
	.menu.responsive-menu a:hover {
		background: none;
		line-height: 1;
		padding: 16px 20px;
	}
	
	.nav-primary .genesis-nav-menu a:hover,
	.nav-primary .genesis-nav-menu li:hover > a {
    	background-color: #333;
	}
	
	.nav-primary .genesis-nav-menu.responsive-menu .current-menu-item > a,
	.nav-primary .genesis-nav-menu.responsive-menu a,
	.nav-primary .genesis-nav-menu.responsive-menu a:hover {
		color: #fff;
	}
	
	.nav-primary .genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a,
	.nav-primary .genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.nav-secondary .genesis-nav-menu.responsive-menu .current-menu-item > a,
	.nav-secondary .genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.nav-secondary .genesis-nav-menu.responsive-menu a,
	.nav-secondary .genesis-nav-menu.responsive-menu a:hover {
		color: #333;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children,
	.menu.responsive-menu .menu-item-has-children {
		cursor: pointer;
	}
 
	.genesis-nav-menu.responsive-menu .menu-item-has-children > a,
	.menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}
 
	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before,
	.menu.responsive-menu > .menu-item-has-children:before {
		content: "\f347";
		float: right;
		font: normal 16px/1 'dashicons';
		height: 16px;
		padding: 16px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}
	
	.nav-primary .genesis-nav-menu.responsive-menu > .menu-item-has-children:before,
	.nav-secondary .genesis-nav-menu.responsive-menu .sub-menu li a,
	.nav-secondary .genesis-nav-menu.responsive-menu .sub-menu li a:hover,
	.nav-secondary .menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.nav-secondary .menu.responsive-menu .sub-menu li a {
		color: #fff;
	}
	
	.nav-secondary .genesis-nav-menu.responsive-menu > .menu-item-has-children:before,
	.nav-secondary .genesis-nav-menu.responsive-menu .sub-menu .sub-menu li a,
	.nav-secondary .genesis-nav-menu.responsive-menu .sub-menu .sub-menu li a:hover,
	.nav-secondary .menu.responsive-menu .sub-menu .sub-menu .current-menu-item > a:hover,
	.nav-secondary .menu.responsive-menu .sub-menu .sub-menu li a {
		color: #333;
	}
 
	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before,
	.menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f343";
	}

	.genesis-nav-menu.responsive-menu .sub-menu,
	.menu.responsive-menu .sub-menu,
	.nav-secondary .genesis-nav-menu .menu-item:hover > .sub-menu {
		background-color: #fff;
		border: none;
		left: auto;
		opacity: 1;
		padding-left: 25px;
		position: relative;
		-moz-transition: opacity .4s ease-in-out;
		-ms-transition: opacity .4s ease-in-out;
		-o-transition: opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition: opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
	}
 
	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu,
	.menu.responsive-menu .sub-menu .sub-menu,
	.nav-secondary .genesis-nav-menu .sub-menu,
	.nav-secondary .genesis-nav-menu .menu-item:hover > .sub-menu {
		box-shadow: none;
		margin: 0;
		width: 100%;
	}
	
	.nav-secondary .genesis-nav-menu .sub-menu {
		padding: 0 0 20px !important;
	}
	
	.nav-secondary .sub-menu li {
		margin-bottom: 20px !important;
		text-transform: uppercase;
	}
	
	.nav-secondary .sub-menu li:last-child,
	.nav-secondary .sub-menu li:last-child,
	.nav-secondary .sub-menu li .sub-menu li {
		margin-bottom: 0 !important;
	}
	
	.nav-secondary .genesis-nav-menu > li > a:hover,
	.nav-secondary .genesis-nav-menu > li:hover > a {
		background-color: #f5f5f5;	
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover,
	.menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.menu.responsive-menu .sub-menu li a,
	.menu.responsive-menu .sub-menu li a:hover {
		background: none;
		border: none;
		color: #333;
		padding: 12px 20px;
		position: relative;
		width: 100%;
	}
	
	.home-top .widget {
		/*margin-bottom: 40px;*/
	}
	
	.home-top .entry .entry-header {
		margin-top: 30px;
	}
	
	.home-top .entry .entry-title a {
		color: #e4002b;
		text-shadow: none;
	}
	
	.home-top .entry .entry-title a:hover {
		color: #333;
	}
	
	.home-top .entry .entry-content,
	.home-top .entry .entry-meta,
	.home-top .entry .entry-meta a {
		color: #333;
		text-shadow: none;
	}
	
	.home-top .entry .entry-meta,
	.home-top .entry .entry-meta a {
		margin: 0 0 20px;
	}
	
	.home-top .entry .entry-content {
		padding-bottom: 40px;
		margin: 0 auto;
	}
	
	.sub-footer-left .featured-content .has-post-thumbnail .entry-content,
	.sub-footer-left .featured-content .has-post-thumbnail .entry-meta,
	.sub-footer-left .featured-content .has-post-thumbnail .entry-title {
		padding: 0 40px;
	}
	
	#map,
	#mapb,
	#mapca,
	#mapco,
	#mapf,
	#mapg,
	#mapha,
	#maphe,
	#maps {
		width: 423px;
	}
	
	#notify-banner {
		font-size: 20px;
	}
	
	#notify-banner .wrap {
		padding: 40px 0;
	}
	
	#notify-banner h2 {
		font-size: 22px;
		margin-bottom: 20px;
	}
	
	#notify-banner .one-fourth {
		margin-bottom: 30px;
	}
	
	#notify-banner .one-fourth:last-child {
		margin-bottom: 0;
	}
 
}

@media only screen and (max-width: 600px) {

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 4px 12px;
	}
	
	.nav-primary {
		padding: 14px 0;
	}
	
	embed,
	iframe,
	img,
	object,
	video,
	.wp-caption {
		height: 100%;
	}
	
	.entry-categories,
	.entry-comments-link,
	.entry-tags {
		display: block;
		float: none;
	}
			
}

@media only screen and (max-width: 480px) {

	.content {
		padding: 30px;
	}
	
	.content #genesis-responsive-slider .flex-control-nav {
		display: none;
	}

	.home-bottom .widget:nth-of-type(2n),
	.home-bottom .widget {
		margin: 0 0 40px 0;
		width: 100%;
	}
	
	.header-image .site-title a {
		background-size: contain !important;
	}
	
	.single-ncc_seeds .entry,
	.single.tax-reflection_cat .entry {
		width: 100%;
	}
	
	#map,
	#mapb,
	#mapca,
	#mapco,
	#mapf,
	#mapg,
	#mapha,
	#maphe,
	#maps {
		height: 300px;
		width: 100%;
	}
	
	#controls {
		padding-top: 0;
		margin: 20px 0;
		width: 36%;
	}
	
	#map_leftbtm {
		float: right;
		height: 280px;
		padding-top: 0;
		margin: 20px 0;
		width: 60%;
	}
	
	#map_leftbtm ul {
		width: 95%;
	}

}

@media only screen and (max-width: 320px) {
	
	.home-top .entry .entry-content {
		margin: 20px auto 0;
	}
	
	.home-top .entry .entry-meta,
	.home-top .entry .entry-meta a {
		margin: 0;
	}
	
	.post-type-archive .after-header,
	.single-ncc_seeds .after-header,
	.tax-reflection_cat .after-header,
	.tax-seeds_cat .after-header {
		padding: 40px;
	}
	
	.post-type-archive .after-header h1,
	.single-ncc_seeds .after-header h1,
	.tax-reflection_cat .after-header h1,
	.tax-seeds_cat .after-header h1 {
		font-size: 36px;
	}
	
	.post-type-archive-ncc_events .after-header .button {
		margin-top: 10px;
	}
	
	#controls {
		width: 47%;
	}
	
	#map_leftbtm {
		width: 52%;
	}

}

@media print {

	body {
		background: #fff;
		color: #000;
		margin: 0;
		padding: 0;
		width: 100%;
	}
	
	.after-header,
	.nav-primary,
	#notify-banner,
	.post-edit-link,
	.sidebar,
	.site-header,
	.site-footer {
		display: none;
	}
	
	.site-inner {
		padding-top: 0 !important;
	}
	
	.content {
		max-width: 100%;
	}
	
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		page-break-after: avoid;
	}

	img,
	pre,
	blockquote,
	ol,
	ul {
		page-break-inside: avoid;
	}
	
	article .entry-content a {
		font-weight: bold;
		text-decoration: none;
	}

	article .entry-content a[href^=http]:after {
		content:" <" attr(href) "> ";
	}
	
	article .entry-content a[href^="#"]:after {
		content: "";
	}

	$a:after > img {
		content: "";
	}
	
}