/*
	Theme Name: Disciples of Christ
	Theme URI: http://themesquare.com/themes/kreativ/
	Description: Kreativ Pro Portfolio WordPress theme for Genesis Framework
	Author: ThemeSquare
	Author URI: http://themesquare.com/

	Version: 1.2.2

	Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, rtl-language-support, translation-ready, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, sticky-post, theme-options, threaded-comments
	
	Launched by BHM in June, 2020

	Template: genesis
	Template Version: 2.5.3

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

	Text Domain: disciples-of-christ-theme
*/

/*! # 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
- Print Styles
*/

/*! # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/*! ## Baseline Normalize
--------------------------------------------- */

/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */

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,
main,
menu,
nav,
section,
summary {
	display: block
}

audio,
canvas,
progress,
video {
	display: inline-block
}

audio:not([controls]) {
	display: none;
	height: 0
}

progress {
	vertical-align: baseline
}

template,
[hidden] {
	display: none
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}

a:active,
a:hover {
	outline-width: 0
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: inherit
}

b,
strong {
	font-weight: bolder
}

dfn {
	font-style: italic
}

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

mark {
	background-color: #ff0;
	color: #000
}

small {
	font-size: 80%
}

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

sub {
	bottom: -0.25em
}

sup {
	top: -0.5em
}

img {
	border-style: none
}

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

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

figure {
	margin: 1em 40px
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

button,
input,
optgroup,
select,
textarea {
	font: inherit;
	margin: 0
}

optgroup {
	font-weight: bold
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText
}

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

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

textarea {
	overflow: auto
}

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

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

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

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

::-webkit-input-placeholder {
	color: inherit;
	opacity: 0.54
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

/*! ## Box Sizing
--------------------------------------------- */

html,
input[type="search"] {
	box-sizing: border-box;
}

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

/*! ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.prev-next-links: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,
.prev-next-links: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 */
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

/*! RTL Support */

body {
	direction: ltr;
	unicode-bidi: embed;
}

/*! Chrome fix */

body>div {
	font-size: 1.8rem;
}

body {
	background: rgb(255, 251, 238);
	/* background: linear-gradient(354deg, rgba(255,251,238,1) 0%, rgba(255,255,255,1) 100%); */
	color: #414042;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.more-link,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

a {
	color: #d61e39;
	text-decoration: none;
	font-weight: 600;
}

a:hover,
a:focus {
	color: #2f4052;
	text-decoration: none;
}

p a,
.site-inner li a {
	border-bottom: 1px solid #BB8C0C;
}

p a:hover,
p a:focus,
.site-inner li a:hover,
.site-inner li a:focus {
	border-bottom: 3px solid;
}

p {
	margin: 0 0 30px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #BB8C0C;
	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; */
/* } */

i.wpel-icon.fa.fa-external-link {
	vertical-align: super;
	font-size: 12px;
	font-size: 1.2rem;
}

/*! ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Noto Sans', sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 20px;
}

h1 {
	font-size: 26px;
	font-size: 2.6rem;
	color: #BB8C0C;
	font-weight: 600;
}

h2 {
	font-size: 22px;
	font-size: 2.2rem;
	color: #BB8C0C;
	font-weight: 600;
}

h3 {
	font-size: 20px;
	font-size: 2rem;
	color: #BB8C0C;
	font-weight: 600;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
	color: #231f20;
	text-transform: uppercase;
	letter-spacing: 1px;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
	color: #231f20;
	font-weight: 600;
	text-transform: uppercase;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
	color: #231f20;
	font-weight: 600;
}

@media only screen and (min-width: 860px) {
	h1 {
		font-size: 36px;
		font-size: 3.6rem;
	}
	h2 {
		font-size: 30px;
		font-size: 3rem;
	}
	h3 {
		font-size: 24px;
		font-size: 2.4rem;
	}
}

/*! ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

figure {
	margin: 0;
}

.featured-content img,
.gallery img {
	width: auto;
}

/*! ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin-left: 0;
	margin-bottom: 30px;
	margin-top: 0;
	text-align: center;
	width: 100%;
}

@media only screen and (min-width: 860px) {
	.gallery-item {
		margin-left: 2.564102564102564%;
		margin-bottom: 2.564102564102564%;
	}
	.gallery-columns-2 .gallery-item {
		width: 48.717948717948715%;
	}
	.gallery-columns-3 .gallery-item {
		width: 31.623931623931625%;
	}
	.gallery-columns-4 .gallery-item {
		width: 23.076923076923077%;
	}
	.gallery-columns-5 .gallery-item {
		width: 17.94871794871795%;
	}
	.gallery-columns-6 .gallery-item {
		width: 14.52991452991453%;
	}
	.gallery-columns-7 .gallery-item {
		width: 12.08791208791209;
	}
	.gallery-columns-8 .gallery-item {
		width: 10.25641025641026%;
	}
	.gallery-columns-9 .gallery-item {
		width: 8.831908831908832%;
	}
	.gallery-columns-2 .gallery-item:nth-of-type(2n+1),
	.gallery-columns-3 .gallery-item:nth-of-type(3n+1),
	.gallery-columns-4 .gallery-item:nth-of-type(4n+1),
	.gallery-columns-5 .gallery-item:nth-of-type(5n+1),
	.gallery-columns-6 .gallery-item:nth-of-type(6n+1),
	.gallery-columns-7 .gallery-item:nth-of-type(7n+1),
	.gallery-columns-8 .gallery-item:nth-of-type(8n+1),
	.gallery-columns-9 .gallery-item:nth-of-type(9n+1) {
		margin-left: 0;
		clear: left;
	}
}

.gallery-caption {}

.gallery-item img {
	border: medium none;
	padding: 0;
}

.gallery-item .gallery-icon>a {
	position: relative;
	display: block;
}

.gallery-item .gallery-icon>a img {
	vertical-align: middle;
	float: none;
	margin: 0;
}

.gallery-item .gallery-icon>a:after {
	background: #AA1F24 none repeat scroll 0 0;
	content: "\f105";
	border-radius: 50%;
	color: #fff;
	font-family: FontAwesome;
	font-size: 24px;
	font-size: 2.4rem;
	height: 50px;
	left: 50%;
	line-height: 50px;
	margin-left: -25px;
	margin-top: -25px;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 50px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.gallery-item .gallery-icon>a:hover:after {
	opacity: 1;
}

/*! ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 2px solid #ddd;
	border-radius: 50px;
	color: #414042;
	font-size: 16px;
	font-size: 1.6rem;
	-webkit-font-smoothing: antialiased;
	font-weight: 300;
	padding: 8px 12px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 2px solid #BB8C0C;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #414042;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #414042;
	font-weight: 300;
}

a.btn,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.more-link,
.wp-block-button__link,
.wp-block-advgb-button .wp-block-advgb-button_link,
a.uagb-button__link {
	background: #AA1F24 !important;
	border: 2px solid #AA1F24 !important;
	border-radius: 50px;
	color: #fff !important;
	cursor: pointer;
	display: inline-block;
	font-family: "Source Sans Pro", sans-serif;
	-webkit-font-smoothing: antialiased;
	padding: 10px 30px;
	width: fit-content;
	box-shadow: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 18px;
	font-size: 1.8rem;
	text-align: center;
	font-weight: 600 !important;
}

@media only screen and (min-width: 860px) {
	.button {
		padding: 8px 20px;
	}
}

.uagb-button__wrapper {
	border: none !important;
}

a.btn:hover,
a.btn:focus,
button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.more-link:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus,
.more-link:focus,
.wp-block-button__link:hover,
.wp-block-button__link:focus,
.wp-block-advgb-button .wp-block-advgb-button_link:hover,
.wp-block-advgb-button .wp-block-advgb-button_link:focus,
a.uagb-button__link:hover,
a.uagb-button__link:focus {
	box-shadow: none;
	color: #AA1F24 !important;
	border: 2px solid #AA1F24;
	background: transparent !important;
}

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

/*! ## Accordions
--------------------------------------------- */

.advgb-accordion-header,
.advgb-accordion-header.ui-accordion-header.ui-state-default {
	background: #d61e39 !important;
	border: none !important;
	border-radius: 50px !important;
}

.advgb-accordion-header,
.advgb-accordion-header.ui-accordion-header.ui-state-active {
	background: #aa1f24 !important;
}

.advgb-accordion-body,
.advgb-accordion-wrapper .advgb-accordion-body.ui-widget-content {
	border: 0 !important;
	border-bottom: 5px solid #d61e39 !important;
	border-radius: 50px !important;
}

.advgb-accordion-body,
.advgb-accordion-wrapper .advgb-accordion-body.ui-widget-content li {
	margin-bottom: 5px;
}

h4.advgb-accordion-header-title {
	color: #ffffff !important;
}

/* Stackable Accordion */

.ugb-accordion__title {
	color: #ffffff !important;
	font-size: 18px !important;
	font-weight: 500 !important;
}

.ugb-accordion__heading {
	background: #d61e39 !important;
	border-radius: 50px !important;
}

.ugb-accordion__heading .ugb-accordion__arrow {
	fill: #ffffff !important;
}


/*! ## 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: 600;
}

/*! ## 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 {
	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;
	margin: 30px 0 0;
	padding: 6px 20px;
	display: table;
}

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

/*! ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	padding-left: 5%;
	padding-right: 5%;
}

.site-inner {
	clear: both;
	padding-top: 30px;
	margin-bottom: 50px;
}

@media only screen and (min-width: 860px) {
	.site-inner {
		padding-top: 40px;
	}
	.site-inner,
	.wrap {
		max-width: 800px;
		margin: 0 auto;
		padding-left: 0;
		padding-right: 0;
	}
}

@media only screen and (min-width: 1023px) {
	.site-inner,
	.wrap {
		max-width: 960px;
	}
}

@media only screen and (min-width: 1200px) {
	.site-inner,
	.wrap {
		margin: 0 auto;
		max-width: 1170px;
	}
}

.landing-page .site-inner {
	max-width: 800px;
}

.template-full-width .site-inner,
.template-blank .site-inner {
	max-width: none;
	padding: 0;
}

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

/*! ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

@media only screen and (min-width: 1023px) {
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}
}

@media only screen and (min-width: 1200px) {
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 950px;
	}
}

/*! ### Content */

.content {
	width: 100%;
}

@media only screen and (min-width: 1023px) {
	.content {
		width: 640px;
		float: right;
	}
}

@media only screen and (min-width: 1200px) {
	.content {
		width: 800px;
	}
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

@media only screen and (min-width: 1023px) {
	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 420px;
	}
}

@media only screen and (min-width: 1200px) {
	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 580px;
	}
}

.full-width-content .content {
	width: 100%;
}

/*! ### Primary Sidebar */

@media only screen and (min-width: 1023px) {
	.sidebar-primary {
		width: 280px;
		float: right;
	}
}

@media only screen and (min-width: 1200px) {
	.sidebar-primary {
		width: 330px;
	}
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/*! ### Secondary Sidebar */

@media only screen and (min-width: 1023px) {
	.sidebar-secondary {
		float: left;
		width: 180px;
	}
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

span.post-date {
	display: block;
}

/*! ## 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: 0;
	width: 100%;
}

@media only screen and (min-width: 860px) {
	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		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;
	border-radius: 50%;
}

.comment .avatar {
	left: 0;
	margin: 0 15px 0 0;
	position: relative;
}

@media only screen and (min-width: 860px) {
	.comment .avatar {
		left: -80px;
		border-radius: 50%;
		margin: 0;
		position: absolute;
		top: 0;
	}
}

/*! ## Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 30px;
}

.author-box {
	background: #fff;
	padding: 30px;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
	border-radius: 2px;
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.archive-description .entry-title {
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.author-box-title {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/*! ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
	position: relative;
}

.site-header .search-form {
	text-align: left;
	float: right;
	padding-top: 16px;
	padding-bottom: 16px;
	-webkit-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

@media only screen and (min-width: 1023px) {
	.site-header .search-form {
		text-align: center;
		display: inline-block;
		padding-top: 0;
		padding-bottom: 0
	}
}

.entry-content .search-form {
	width: 50%;
}

.site-header .search-form input[type="submit"],
.genesis-nav-menu .search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.widget_search input[type="submit"] {
	margin-top: 10px;
}

/* Find a Congregation Search */

form#congregation-search-form input[type="text"] {
	width: 75%;
	display: inline-block;
	margin-right: 10px;
}

/*! ## Titles
--------------------------------------------- */

.archive-title {
	font-size: 36px;
	font-size: 3.6rem;
	color: #414042;
}

@media only screen and (min-width: 860px) {
	.archive-title {
		font-size: 30px;
		font-size: 3rem;
	}
}

.entry-title {
	font-size: 26px;
	font-size: 2.6rem;
}

@media only screen and (min-width: 860px) {
	.entry-title {
		font-size: 36px;
		font-size: 3.6rem;
	}
}

.entry-title a,
.sidebar .widget-title a {
	color: #231f20;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #AA1F24;
}

.widget-title {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 20px;
	font-weight: 600;
	color: #231f20;
	text-transform: uppercase;
}

.footer-widgets .widget-title {
	font-size: 20px;
	font-size: 2rem;
	color: #231f20;
}

/*! ## 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;
}

.widget ol>li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget ol li:before {
	content: "";
}

.widget li li {
	border: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/*! ## Featured Content
--------------------------------------------- */

.featured-content .entry {
	margin-bottom: 30px;
	padding: 0 0 30px;
}

.featured-content .entry .entry-title {
	font-size: 20px;
	font-size: 2rem;
	margin: 20px 0;
	padding: 0 30px;
}

.featured-content .entry .entry-content {
	padding: 0 30px;
}

.featured-content .entry .entry-meta {
	padding: 0 30px;
	margin-bottom: 15px;
}

.featured-content .entry .entry-image {
	vertical-align: middle;
	margin-bottom: 0;
}

/*! # Plugins
---------------------------------------------------------------------------------------------------- */

/*! ## Genesis eNews Extended
--------------------------------------------- */

.enews-widget input {
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	margin: 0;
}

.enews form+p {
	margin-top: 24px;
}

.enews .screenread {
	left: -1000em;
}

/*! ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}

/*! # Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/*! Display outline on focus */

:focus {
	color: #414042;
	outline: 1px solid #ccc;
}

/*! # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.site-header>.wrap {
	padding: 0 5%;
}

@media only screen and (min-width: 860px) {
	.site-header>.wrap {
		padding: 0;
	}
}

.custom-header .site-header {
	background-position: center !important;
	background-size: cover !important;
}

/*! ## Title Area
--------------------------------------------- */

.title-area {
	float: left;
	width: 100%;
	text-align: center;
	padding: 14px 0;
	-webkit-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

@media only screen and (min-width: 860px) {
	.title-area {
		width: auto;
		text-align: left;
	}
}

.site-title {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 1.2;
	text-transform: uppercase;
}

@media only screen and (min-width: 860px) {
	.site-title {
		font-size: 40px;
		font-size: 4rem;
	}
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
	color: #414042;
}

.site-description {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

/*! ## Custom Logo
--------------------------------------------- */

.wp-custom-logo .title-area {
	padding: 0;
}

.wp-custom-logo .custom-logo-link {
	display: block;
	line-height: 46px;
	height: 46px;
}

.wp-custom-logo .custom-logo-link img {
	/*   width: auto;
  max-height: 100%; */
	margin: auto;
	vertical-align: middle;
}

/*! ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
	padding: 18px 0;
	text-align: center;
}

@media only screen and (min-width: 860px) {
	.site-header .widget-area {
		padding: 0;
		text-align: right;
	}
	.site-header .widget-area .menu-toggle {
		margin-top: 20px;
	}
}

@media only screen and (min-width: 1023px) {
	.site-header .widget-area {
		float: right;
	}
}

/*! # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	color: #414042;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: inherit;
	width: 100%;
}

.genesis-nav-menu .sub-menu {
	line-height: 1.2;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	text-decoration: none;
	display: block;
	padding: 15px;
	margin: 0;
	color: #414042;
}

.genesis-nav-menu a:hover {
	color: #AA1F24;
}

.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 {}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: 0;
	padding: 12px 18px;
	font-size: 15px;
	font-size: 1.5rem;
	position: relative;
	width: 200px;
	word-wrap: break-word;
	margin: 0;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -42px 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;
}

.genesis-nav-menu>.right {
	float: right;
	list-style-type: none;
	padding: 15px 0;
}

.genesis-nav-menu>.right>a {
	padding: 0;
	display: inline-block;
}

.genesis-nav-menu>.rss>a {
	margin-left: 30px;
}

.genesis-nav-menu>.search {
	padding: 8px 0 0;
}

@media only screen and (min-width: 1023px) {
	.genesis-nav-menu>.menu-item.highlight a,
	.site-header.sticky .genesis-nav-menu>.menu-item.highlight a {
		border: 1px solid #ddd;
		border-radius: 2px;
		padding: 3px 15px;
		margin-left: 10px;
	}
	.genesis-nav-menu>.menu-item-has-children>a:after {
		color: #ddd;
		content: "\f107";
		font-family: fontawesome;
		padding: 0 0 0 8px;
		display: inline-block;
	}
	.genesis-nav-menu .sub-menu>.menu-item-has-children>a:after {
		color: #ddd;
		content: "\f105";
		float: right;
		font-family: fontawesome;
		padding: 0 0 0 8px;
		display: inline-block;
	}
	.menu-toggle,
	.sub-menu-toggle {
		display: none;
		visibility: hidden;
	}
}

/* Secondary Navigation (BHM) */

button#responsive-menu-button {
	left: 0 !important;
	top: 20% !important;
	background: #aa1f24 !important;
	border-radius: 0 50px 50px 0 !important;
	border-top: 3px solid #ffffff !important;
	border-right: 3px solid #ffffff !important;
	border-bottom: 3px solid #ffffff !important;
	padding-left: 20px !important;
	width: 75px !important;
	display: flex !important;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

button#responsive-menu-button:hover,
button#responsive-menu-button:focus {
	background: #414042 !important;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

button#responsive-menu-button.is-active {
	left: 25% !important;
	text-align: right !important;
	padding-right: 15px !important;
	background: #414042 !important;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

#responsive-menu-container {
	width: 25% !important;
	background: rgba(255, 255, 255, .9) !important;
	border-right: 3px solid #ffffff;
}

#responsive-menu-container #responsive-menu-wrapper {
	background: transparent !important;
}

#responsive-menu-container #responsive-menu li.responsive-menu-item a {
	background: #d61f39 !important;
	border-radius: 50px !important;
	border: 3px solid #d61f39 !important;
	font-size: 18px !important;
	font-size: 1.8rem !important;
	height: 55px !important;
	display: flex;
	width: 85%;
	margin: 5px auto;
	align-items: center;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	text-transform: uppercase;
}

#responsive-menu-container #responsive-menu,
#responsive-menu-container #responsive-menu ul {
	padding-top: 50px !important;
}

#responsive-menu-container #responsive-menu>li.responsive-menu-item:first-child>a {
	/* border-top: none !important; */
}

#responsive-menu-container .responsive-menu-search-box {
	border-radius: 50px !important;
}

#responsive-menu-container #responsive-menu li.responsive-menu-item a:hover,
#responsive-menu-container #responsive-menu li.responsive-menu-item a:focus {
	background: #000000 !important;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

/* Mega Menu & Secondary Menu */

/* Smartphones (portrait and landscape) ----------- */

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
	/* Mega Menu */
	#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
		color: #414042 !important;
	}
	#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu.mega-menu-item {
		width: 100% !important;
	}
	/* Secondary */
	#responsive-menu-container {
		width: 100% !important;
	}
	button#responsive-menu-button {
		top: 5% !important;
	}
	#responsive-menu-container #responsive-menu,
	#responsive-menu-container #responsive-menu ul {
		padding-top: 100px !important;
	}
	button#responsive-menu-button.is-active {
		left: 5% !important;
		border-radius: 50% !important;
		border: none !important;
		width: 55px !important;
		height: 55px;
		text-align: center !important;
		padding: 15px !important;
		margin: 0 auto;
		display: block !important;
	}
}

/*! Genesis Responsive Menus */

@media only screen and (max-width: 1023px) {
	/* Hide nav menu initially */
	.nav-primary,
	.nav-secondary {
		display: none;
	}
	nav.genesis-responsive-menu {
		display: none;
		position: relative;
	}
	.genesis-nav-menu {
		text-align: center;
	}
	.genesis-nav-menu li {
		float: none;
	}
	.js .genesis-nav-menu .sub-menu,
	.js .genesis-nav-menu .sub-menu a {
		width: 100%;
	}
	.js .site-header nav .wrap {
		padding: 0;
	}
	.genesis-skip-link .skip-link-hidden {
		display: none;
		visibility: hidden;
	}
	.menu-toggle,
	.sub-menu-toggle {
		/* background-color: #fff; */
		border: 0;
		color: #ffffff;
		position: relative;
		padding: 3px 15px;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
		cursor: pointer;
		width: 100% !important;
	}
	button#genesis-mobile-nav-secondary {
		margin: 1em auto !important;
		width: 90% !important;
	}
	.header-widget-area .menu-toggle {
		display: inline-block;
		width: auto;
	}
	.header-widget-area nav {
		clear: both;
		float: none;
	}
	.menu-toggle:focus,
	.menu-toggle:hover,
	.sub-menu-toggle:focus,
	.sub-menu-toggle:hover {
		color: #333;
	}
	.menu-toggle:focus,
	.sub-menu-toggle:focus {
		border-color: #fff;
		outline: 1px solid #ccc;
	}
	.menu-toggle:focus {
		outline-offset: -1px;
	}
	.menu-toggle {
		border: 1px solid #ddd;
		position: relative;
		z-index: 1000;
		width: 100%;
	}
	.menu-toggle#genesis-mobile-nav-secondary {
		z-index: 998;
	}
	.menu-toggle::before {
		color: #ffffff;
		content: "\f0c9";
		font-family: 'FontAwesome';
		font-size: 15px;
		font-size: 1.5rem;
		margin-right: 10px;
		text-rendering: auto;
		vertical-align: middle;
	}
	.sub-menu-toggle {
		float: right;
		padding: 10px 12px;
		position: absolute;
		right: 1px;
		top: 1px;
		z-index: 100;
		font-size: 16px;
		font-size: 1.6rem;
		border-radius: 0;
	}
	.sub-menu-toggle::before {
		color: #333;
		content: "\f107";
		font-family: 'FontAwesome';
		display: inline-block;
		text-rendering: auto;
		-webkit-transform: rotate( 0);
		-ms-transform: rotate( 0);
		transform: rotate( 0);
		-webkit-transition: transform .25s ease-in-out;
		-webkit-transition: -webkit-transform .25s ease-in-out;
		transition: -webkit-transform .25s ease-in-out;
		transition: transform .25s ease-in-out;
		transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
	}
	.sub-menu-toggle.activated::before {
		-webkit-transform: rotate( 180deg);
		-ms-transform: rotate( 180deg);
		transform: rotate( 180deg);
	}
	.genesis-responsive-menu .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		position: relative;
		text-align: left;
	}
	.genesis-responsive-menu .genesis-nav-menu .menu-item:focus,
	.genesis-responsive-menu .genesis-nav-menu .menu-item:hover {
		position: relative;
	}
	.genesis-responsive-menu .genesis-nav-menu a:focus,
	.genesis-responsive-menu .genesis-nav-menu a:hover {
		color: #AA1F24;
	}
	.genesis-responsive-menu .genesis-nav-menu a:focus {
		color: #AA1F24;
		outline: thin solid #ccc;
	}
	.genesis-responsive-menu .genesis-nav-menu .menu-item a {
		border-top: 1px solid #eee;
		margin-bottom: 1px;
		padding: 10px 20px;
		width: 100%;
	}
	.genesis-responsive-menu .genesis-nav-menu>.menu-item:first-child>a {
		border-top: 0;
	}
	.genesis-responsive-menu .site-header .genesis-nav-menu .menu-item a {
		padding: 10px 0;
	}
	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		border: none;
	}
	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		border: none;
	}
	.genesis-responsive-menu .genesis-nav-menu .menu-item>a:focus ul.sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .menu-item>a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}
	.genesis-responsive-menu .genesis-nav-menu>.menu-item-has-children>a::after {
		content: none;
	}
	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		padding-left: 0;
		position: static;
		width: 100%;
	}
	.genesis-responsive-menu .genesis-nav-menu .sub-menu a {
		border-left: none;
		border-right: none;
		border-bottom: none;
		border-top: 1px solid #eee;
		padding-left: 30px;
	}
	.genesis-responsive-menu .genesis-nav-menu .sub-menu a::before {
		content: "-";
		padding-right: 8px;
	}
	.genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {
		margin: 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 Navigation
--------------------------------------------- */

.nav-primary {
	background: #fff;
}

.nav-primary .wrap {
	padding: 0;
}

/*! ## Secondary Navigation
--------------------------------------------- */

ul#menu-secondary-navigation {
	text-align: right;
}

.nav-secondary {
	background: #AA1F24;
	border-bottom: 1px solid #851619;
}

.nav-secondary a {
	color: #ffffff;
	font-size: 14px;
}

.nav-secondary a:hover,
.nav-secondary a:focus {
	background: #851619;
	color: #ffffff;
}

@media only screen and (min-width: 1023px) {
	.nav-secondary {
		border-top: 1px solid #e6e9ed;
	}
}

/*! ## Site Header Navigation
--------------------------------------------- */

.site-header .nav-primary {
	clear: both;
}

@media only screen and (min-width: 1023px) {
	.site-header .nav-primary {
		float: right;
		border: 0 none;
		clear: none;
		width: 75%;
	}
}

.site-header .menu-toggle {
	float: none;
	clear: both;
	margin: 20px auto;
	width: auto;
	margin-top: 115px;
}

@media only screen and (min-width: 860px) {
	.site-header .menu-toggle {
		float: right;
		clear: right;
		margin: 20px 0;
	}
}

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -44px;
}

.site-header .genesis-nav-menu>li {
	margin: 0;
}

.site-header .genesis-nav-menu>li>a {
	padding-top: 25px;
	padding-bottom: 25px;
	margin: 0;
	line-height: inherit;
	-webkit-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/*! # Sticky Header
---------------------------------------------------------------------------------------------------- */

.site-header.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

.site-header.sticky .title-area {
	padding: 0;
}

.site-header.sticky .genesis-nav-menu>li>a {
	padding-top: 16px;
	padding-bottom: 16px;
	line-height: inherit;
}

.site-header.sticky .search-form {
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: inherit;
}

.admin-bar .site-header.sticky {
	top: 32px;
}

/*! ## Sticky Primary & Secondary Nav
--------------------------------------------- */

.nav-primary.sticky,
.nav-secondary.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

.admin-bar .nav-primary.sticky,
.admin-bar .nav-secondary.sticky {
	top: 32px;
}

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

/*! ## Entries
--------------------------------------------- */

.entry {
	background-color: #fff;
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	margin-bottom: 30px;
	padding: 0;
}

.entry>p {
	padding: 30px 30px 0;
}

.entry-image {
	vertical-align: middle;
}

.entry-title {
	margin: 30px 0 20px;
	padding: 0 30px;
}

@media only screen and (min-width: 860px) {
	.entry {
		margin-bottom: 40px;
	}
	.entry-title {
		padding: 0 50px;
	}
}

.entry-meta {
	padding: 0 30px;
}

@media only screen and (min-width: 860px) {
	.entry-meta {
		padding: 0 50px;
	}
}

.entry-footer .entry-meta {
	padding: 20px 30px;
}

@media only screen and (min-width: 860px) {
	.entry-footer .entry-meta {
		padding: 20px 50px;
	}
}

.entry-content {
	padding: 0 30px;
	padding-bottom: 50px;
}

@media only screen and (min-width: 860px) {
	.entry-content {
		padding: 0 50px;
		padding-bottom: 50px;
	}
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
	margin-left: 40px;
}

.entry-content ol>li {
	list-style-type: decimal;
}

.entry-content ul>li {
	list-style-type: none;
}

.entry-content ul li::before {
	content: "\2022";
	color: #BB8C0C;
	font-weight: 700;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
	font-size: 21px;
}

li.blocks-gallery-item:before {
	display: none !important;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

/*! ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	color: #414042;
	font-size: 15px;
	font-size: 1.5rem;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 20px;
}

.entry-footer .entry-meta {
	padding-top: 20px;
}

.entry-categories,
.entry-tags {}

.entry-meta a {
	color: #414042;
	margin-bottom: 0;
}

.entry-meta a:hover {
	color: #AA1F24;
}

/* .entry-meta .entry-time::after {
	content: "|";
	padding: 0 10px;
} */

.entry-meta .entry-comments-link::before {
	content: "|";
	padding: 0 10px;
}

.entry-meta .entry-tags::before {
	content: "|";
	padding: 0 10px;
}

.post-edit-link {
	display: inline-block;
	margin-bottom: 20px;
}

/*! ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a,
.pagination-next a,
.pagination-previous a {
	background: #fff none repeat scroll 0 0;
	border-radius: 3px;
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
	color: #414042;
	display: inline-block;
	padding: 6px 16px;
	margin-right: 5px;
}

.archive-pagination li a:hover,
.archive-pagination li a:focus,
.archive-pagination .active a {
	background: #AA1F24 none repeat scroll 0 0;
	color: #fff;
	border-bottom: none;
}

/*! ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-top: 40px;
	padding: 0;
}

.comment-header {
	font-size: 16px;
	font-size: 1.6rem;
}

.comment-content {
	clear: both;
	word-wrap: break-word;
}

.comment-list li {
	margin-top: 30px;
	padding: 0;
}

.comment-list .comment-time a {
	font-size: 14px;
	font-size: 1.4rem;
	color: #414042;
}

.comment-list .comment-time a:hover {
	color: #AA1F24;
}

.comment-list li article {
	background: #fff none repeat scroll 0 0;
	margin: 0;
	padding: 10px 20px;
	position: relative;
	border-radius: 2px;
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

@media only screen and (min-width: 860px) {
	.comment-list li article {
		margin: 0 0 0 80px;
	}
}

.comment-list li article p {
	margin-bottom: 10px;
}

.comment-form p {
	margin-bottom: 15px;
}

.comment-form .form-submit {
	margin-bottom: 30px;
}

.comment-list li li {
	margin-right: 0;
	margin-left: 0;
}

@media only screen and (min-width: 860px) {
	.comment-list li li {
		margin-left: 80px;
	}
}

.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 {
	color: #414042;
	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 p {
	margin-bottom: 20px;
}

.sidebar li {
	margin-bottom: 5px;
	padding-left: 20px;
	position: relative;
}

.sidebar li:before {
	content: "\f105";
	color: #BB8C0C;
	font-family: fontawesome;
	left: 5px;
	padding-right: 8px;
	position: absolute;
	top: 0;
}

.sidebar li a {
	color: #d61e39;
}

.sidebar li a:hover {
	color: #414042;
}

.sidebar p:last-child,
.sidebar ul>li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 30px;
}

@media only screen and (min-width: 860px) {
	.sidebar .widget {
		margin-bottom: 40px;
	}
}

.sidebar .button {
	font-size: 14px;
	font-size: 1.4rem;
	padding: 6px 16px;
}

/* BHM 
***********/

/* Quicklinks */

section#nav_menu-2 li:before {
	display: none;
}

section#nav_menu-2 li {
	padding-left: 0;
	height: 38px;
}

section#nav_menu-2 li a {
	border-bottom: none;
	font-weight: 500;
	font-size: 14px;
	font-size: 1.4rem;
	display: block;
	-webkit-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

section#nav_menu-2 li a i:first-child {
	color: #ffffff;
	background: #d61e39;
	text-align: center;
	border-radius: 50px;
	margin-right: 15px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	font-size: 14px;
	font-size: 1.4rem;
	-webkit-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

section#nav_menu-2 li a:hover i:first-child,
section#nav_menu-2 li a:focus i:first-child {
	background: #414042;
	font-size: 16px;
	font-size: 1.6rem;
	width: 35px;
	height: 35px;
	-webkit-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

/*! # Map Tool Tips
------------------------------------------- */

.tooltipster-sidetip.tooltipster-light .tooltipster-content {
    line-height: 1.25 !important;
}

.tooltipster-sidetip.tooltipster-light .tooltipster-content a {
	display: block !important;
	line-height: 1.5 !important;
}

.tooltipster-sidetip.tooltipster-light .tooltipster-box {
	break-word: wrap !important;
	height: auto !important;
	border-radius: 0 !important;
	max-width: 300px !important;
	box-shadow: 0px 5px 10px rgba(0,0,0,.6);
}

/*! # Events
------------------------------------------- */
/*
.template-full-width .site-inner,
.template-blank .site-inner {
	max-width: 1300px;
	padding: 40px;
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
	margin-top: 50px;
	background: #ffffff;
	margin-bottom: 60px;
}

.template-full-width .site-inner .entry {
	box-shadow: none !important;
}

.tribe-js-filters-toggle,
.tribe_events_filters_toggle {
	background: #AA1F24;
	border: 2px solid #AA1F24;
	border-radius: 50px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: "Source Sans Pro", sans-serif;
	-webkit-font-smoothing: antialiased;
	padding: 10px 30px;
	width: fit-content;
	box-shadow: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 18px;
	font-size: 1.8rem;
	text-align: center;
	font-weight: 600;
}

.tribe-js-filters-toggle:focus,
.tribe-js-filters-toggle:hover,
.tribe_events_filters_toggle:focus,
.tribe_events_filters_toggle:hover {
	box-shadow: none;
	color: #AA1F24;
	border: 2px solid #AA1F24;
	background: transparent !important;
}

#tribe_events_filters_wrapper .tribe-events-filter-group label {
	white-space: pre-wrap;
}

#tribe-events-content a {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

#tribe-events-content a:hover,
#tribe-events-content a:focus {
	color: #2f4052;
	text-decoration: none;
	border-bottom: 2px solid;
}

/*

/* Tribe Filter Customization */
/*
fieldset.tribe_events_filter_item button {
	background: transparent !important;
	border-radius: 0;
	border: none !important;
	border-color: transparent;
}
*/
/* Misc Tribe Buttons */
/*
button#tribe-bar-views-toggle {
	background: transparent !important;
	border-radius: 0;
	border: none !important;
}

#tribe_events_filters_wrapper input[type=submit] {
	display: inline-block;
	border-radius: 50px;
	font-size: 16px;
	height: auto;
	width: auto;
	padding: 5px 15px;
	margin: 15px 10px;
}

#tribe_events_filters_wrapper input[type=submit]:focus,
#tribe_events_filters_wrapper input[type=submit]:hover {
	background: transparent !important;
	color: #AA1F24 !important;
}

.tribe_events_filters_reset {
	padding: 5px 15px;
	font-size: 16px;
	color: #ffffff;
	align-items: center;
	justify-content: center;
	display: inline-flex;
	margin: 15px 5px;
}


button.tribe-events-filters-group-heading,
button#tribe-bar-views-toggle {
    color: #414042 !important;
}

*/
/* Single Event */

/* iPads (portrait and landscape) ----------- */
/*
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	.tribe-events-sub-nav li a {
		background: #d61e39;
		color: #fff;
		display: block;
		padding: 10px 20px;
		position: relative;
		white-space: normal;
		border-radius: 50px;
	}
}
*/

/* Post View update/styling */

.tribe-common-l-container {
    background: #ffffff;
    padding-top: 40px !important;
    box-shadow: 0 15px 30px rgba(0,0,0,.1);
    margin-top: 50px !important;
}

.tribe-events-header__events-bar {
	border: none !important;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-form-control-text__input {
	border: 2px solid #ddd !important;
	border-radius: 50px;
	width: 95% !important;
	padding: 15px 20px 15px 40px !important;
}

.tribe-common .tribe-common-c-svgicon {
    color: #AA1F24 !important;
}


.tribe-common .tribe-common-c-btn,
.tribe-common a.tribe-common-c-btn {
	border-radius: 50px !important;
	padding: 15px 20px !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list-item-link {
	padding: 20px !important;
	border-bottom: 0 !important;
	background: #eaeaea;
}

.tribe-events-c-view-selector__list-item--active .tribe-events-c-view-selector__list-item-link,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list-item-link:hover,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list-item-link:focus {
	background: #AA1F24 !important;
	color: #ffffff !important;
}

.tribe-events-c-view-selector__list-item--active .tribe-events-c-view-selector__list-item-link span,
.tribe-events-c-view-selector__list-item .tribe-events-c-view-selector__list-item-link:hover span,
.tribe-events-c-view-selector__list-item .tribe-events-c-view-selector__list-item-link:focus span {
	color: #ffffff !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list-item--active .tribe-events-c-view-selector__list-item-link:after {
	display: none !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector__list-item:focus, .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector__list-item:hover, .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector__list-item[focus-within] {
	background: #ffffff !important;
}

button.tribe-common-h3.tribe-common-h--alt.tribe-events-c-top-bar__datepicker-button {
    font-size: 18px;
    background: transparent !important;
    color: #141827 !important;
    border: none !important;
}

article.tribe-events-calendar-list__event,
article.tribe-events-calendar-day__event {
	box-shadow: none;
}

.tribe-events-calendar-list__month-separator-text {
    font-weight: 800 !important;
    font-size: 24px !important;
}

.tribe-events .tribe-events-c-ical__link {
	color: #AA1F24 !important;
	border: 1px solid #AA1F24 !important;
}

.tribe-events .tribe-events-c-ical__link:active, .tribe-events .tribe-events-c-ical__link:focus, .tribe-events .tribe-events-c-ical__link:hover {
	background-color: #AA1F24 !important;
	color: #ffffff !important
}

.tribe-filter-bar-c-filter__toggle {
    background: #eaeaea !important;
    color: #141827 !important;
    border: none !important;
    padding: 10px !important;
    font-size: 14px !important;
	font-weight: 600 !important;

}

.tribe-common--breakpoint-medium .tribe-filter-bar .tribe-filter-bar-c-filter--pill.tribe-filter-bar-c-filter--dropdown .tribe-filter-bar-c-filter__filter-fields, .tribe-common--breakpoint-medium .tribe-filter-bar .tribe-filter-bar-c-filter--pill.tribe-filter-bar-c-filter--multiselect .tribe-filter-bar-c-filter__filter-fields, .tribe-filter-bar .tribe-filter-bar-c-filter--dropdown .tribe-filter-bar-c-filter__container, .tribe-filter-bar .tribe-filter-bar-c-filter--multiselect .tribe-filter-bar-c-filter__container {
	margin-top: 0 !important;
}

.tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date, .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link {
	color: #AA1F24 !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__next,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev {
    background: #AA1F24 !important;
    border: 2px solid #AA1F24 !important;
    border-radius: 50px;
    color: #fff !important;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    padding: 10px 30px;
    width: fit-content;
    box-shadow: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
    font-weight: 600 !important;	
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev-icon-svg path,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__next-icon-svg path {
    fill: #ffffff !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__next:hover,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__next:focus,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev:hover,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev:focus {
	background: transparent !important;
	color: #AA1F24 !important;
	border: 2px solid #AA1F24 !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__next:hover .tribe-events-c-nav__prev-icon-svg path,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__next:focus .tribe-events-c-nav__prev-icon-svg path,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev:hover .tribe-events-c-nav__prev-icon-svg path,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev:focus .tribe-events-c-nav__prev-icon-svg path,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__next:hover .tribe-events-c-nav__next-icon-svg path,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__next:focus .tribe-events-c-nav__next-icon-svg path,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev:hover .tribe-events-c-nav__next-icon-svg path,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav__prev:focus .tribe-events-c-nav__next-icon-svg path {
	fill: #AA1F24 !important;
}

/* Single Events (New) */

.tribe_events-template-default .comment-respond {
	display: none !important;
}

.tribe-events-pg-template {
    background: #ffffff !important;
    margin-top: 50px !important;
	padding: 50px !important;
	box-shadow: 0 15px 30px rgba(0,0,0,.1);
}

.tribe-events-pg-template .entry {
	box-shadow: none !important;
}

.tribe-events-pg-template a {
	color: #d61e39 !important;
	border-bottom: 1px solid #BB8C0C !important;
}

.tribe-events-pg-template a:hover,
.tribe-events-pg-template a:focus {
	color: #141827 !important;
	border-bottom: 2px solid #141827 !important;
}

.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next,
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous {
    max-width: 40% !important;
}

/*! # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #ffffff;
	clear: both;
	font-size: 16px;
	font-size: 1.6rem;
	padding-top: 40px;
	padding-bottom: 10px;
	border-top: 2px solid #BB8C0C;
	position: relative;
}

.footer-widgets {
	color: #414042;
}

.footer-widgets input {
	background: #f7f7f7;
	border: none;
	font-size: 13px;
	font-size: 1.3rem;
	margin-bottom: 10px;
}

.footer-widgets a.btn {
	color: #ffffff;
	background: #aa1f24;
	border: 2px solid #aa1f24;
	border-radius: 50px;
	padding: 10px 30px;
	text-align: center;
	width: 100%;
	text-transform: uppercase;
	font-size: 18px;
	font-size: 1.8rem;
	display: block;
}

.footer-widgets a.btn:hover,
.footer-widgets a.btn:focus {
	background: transparent;
	color: #aa1f24;
}

.footer-widgets a.button,
.footer-widgets a:hover,
.footer-widgets a:focus {
	color: #414042;
}

.footer-widgets li {
	margin-bottom: 5px;
	padding-left: 20px;
	position: relative;
}

.footer-widgets li a {
	color: #414042;
}

.footer-widgets li a:hover,
.footer-widgets li a:focus {
	color: #d61e39;
	padding-left: 5px;
}

.footer-widgets li:before {
	content: "\f105";
	font-family: fontawesome;
	left: 5px;
	padding-right: 8px;
	position: absolute;
	top: 0;
	color: #BB8C0C;
}

.footer-widgets .widget {
	margin-bottom: 30px;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets .widget i {
	display: inline-block;
	padding: 0 8px 0 0;
	text-align: center;
	width: 24px;
}

.widget-area.footer-widgets-1.footer-widget-area {
	width: 100%;
	display: block;
}

.footer-widgets h3.widgettitle.widget-title {
	position: absolute !important;
	left: -10000px !important;
	top: auto !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

/* Congregation Search */

.footer-cong-search-wrapper {
	display: flex;
	flex-direction: row;
}

.cong-text-wrapper {
	flex-basis: 40%;
	text-align: right;
}

.cong-text-wrapper h2 {
	color: #414042;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 0;
}

.cong-search-wrapper {
	margin-left: 25px;
	display: flex;
	flex-direction: row;
	flex-basis: 60%;
}

#congregation-search-form .mainpage-congsearch-searchquery {
	flex-basis: 75%;
	width: 60%;
	background: transparent;
	border: 2px solid #414042;
	border-radius: 50px;
	margin-right: 25px;
}

.cong-search-wrapper input[type=submit] {
	background: #aa1f24;
	color: #ffffff;
	border: 2px solid #aa1f24;
	font-weight: 700;
}

.cong-search-wrapper input[type=submit]:hover,
.cong-search-wrapper input[type=submit]:focus {
	color: #aa1f24;
}

.mainpage-congregation-search-form {
	width: 100%;
}

@media only screen and (min-width: 1023px) {
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.footer-widgets-5 {
		width: 20%;
	}
	.footer-widgets-2 {
		width: 30%;
	}
	.footer-widgets-3 {
		margin-left: 5%;
	}
	/* 	.footer-widgets-2,
	.footer-widgets-3 {
		margin-left: 2.564102564102564%;
	} */
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.footer-widgets-5 {
		float: left;
	}
	.footer-widgets-5 {
		font-size: 14px;
		font-size: 1.4rem;
	}
}

/* Walking image */

.footer-img-wrap a {
	position: absolute;
	left: 0;
	right: 0;
	top: -50px;
	width: 100px;
	height: 100px;
	margin: 0 auto;
	padding: 25px;
	z-index: 2;
	background: #ffffff;
	display: block;
	text-align: center;
	border-radius: 50px;
	border: 2px solid #BB8C0C;
}

.footer-img-wrap a:hover,
.footer-img-wrap a:focus {
	border: 5px solid #BB8C0C;
	padding: 20px;
}

.footer-img-wrap img {
	height: 50px;
}

/*! # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #ffffff;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1;
	padding: 25px 0;
	position: relative;
	text-align: center;
	color: #414042;
}

@media only screen and (min-width: 1023px) {
	.site-footer {
		text-align: left;
	}
}

.site-footer a {
	color: #AA1F24;
}

.site-footer a:hover {
	color: #414042;
}

.site-footer p {
	margin-bottom: 0;
	display: inline-block;
}

/*! Footer navigation
--------------------------------------------- */

.nav-footer {
	margin: 20px 0 0;
}

@media only screen and (min-width: 1023px) {
	.nav-footer {
		float: right;
		margin: 0;
	}
}

.nav-footer .genesis-nav-menu {
	line-height: 1;
}

.nav-footer .genesis-nav-menu li {
	display: inline-block;
}

.nav-footer .genesis-nav-menu a {
	display: inline-block;
	margin: 0 0 0 10px;
	padding: 10px 0;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	text-transform: uppercase;
}

.nav-footer .genesis-nav-menu a:hover,
.nav-footer .genesis-nav-menu a:focus {
	background: #414042 !important;
	color: #ffffff !important;
	border-color: #414042 !important;
}

nav#genesis-nav-footer li:first-child a {
	background: transparent;
	color: #aa1f24;
	border: 2px solid #aa1f24;
	border-radius: 50px;
	padding: 10px 30px;
}

nav#genesis-nav-footer li:last-child a {
	background: #aa1f24;
	color: #ffffff;
	border: 2px solid #aa1f24;
	border-radius: 50px;
	padding: 10px 30px;
}

@media only screen and (min-width: 1023px) {
	.nav-footer .genesis-nav-menu a {
		padding: 0;
	}
}

/* .nav-footer .genesis-nav-menu a:hover {
	color: #AA1F24;
}
 */

.nav-footer .genesis-nav-menu li:first-child a {
	margin: 0;
}

.nav-footer .genesis-nav-menu li:first-child:before {
	content: "";
	padding: 0;
}

@media only screen and (min-width: 1023px) {
	/* 	.nav-footer .genesis-nav-menu li:before {
		content: "-";
		padding: 0 0 0 10px;
		font-weight: bold;
	} */
}

/*! Footer widgets
--------------------------------------------- */

.footer-widgets .enews {
	max-width: 300px;
}

.footer-widgets .enews form {
	position: relative;
}

.footer-widgets .enews-widget input[type="email"] {
	position: relative;
	margin: 0;
	padding: 10px;
}

.footer-widgets .enews-widget input[type="submit"] {
	background: #AA1F24 none repeat scroll 0 0;
	border-radius: 0 3px 3px 0;
	bottom: 0;
	margin: 0;
	padding: 10px;
	position: absolute;
	right: 0;
}

.simple-social-icons i.wpel-icon.fa.fa-external-link {
	position:absolute !important;
	left:-10000px !important;
	top:auto !important;
	width:1px !important;
	height:1px !important;
	overflow:hidden !important;	
}

/*! Scroll Up
--------------------------------------------- */

.scroll-up {
	position: relative;
}

.scrollup:before {
	content: "\f106";
	font-family: "fontawesome";
	font-size: 20px;
	font-size: 2rem;
}

.scrollup,
.scrollup:focus,
.scrollup:hover {
	position: fixed;
	display: none;
	right: 20px;
	bottom: 100px;
	color: #fff;
	line-height: 1;
	z-index: 10;
	padding: 5px 10px;
	background: #333 none repeat scroll 0 0;
	border-radius: 2px;
}

.site-footer .scrollup,
.site-footer .scrollup:hover {
	color: #fff;
}

/*! Archive page template
--------------------------------------------- */

.page-template-page_archive h2 {
	font-size: 24px;
	font-size: 2.4rem;
}

/*! 404 Error page
--------------------------------------------- */

.error404 .entry-content .search-form {
	margin-bottom: 30px;
}

.error404 .entry-content .search-form input[type="submit"] {
	margin-top: 10px;
}

/*! Topbar styling
--------------------------------------------- */

.site-topbar {
	background: #fff;
	border-bottom: 1px solid #e6e9ed;
	font-size: 14px;
	font-size: 1.4rem;
	color: #414042;
	line-height: normal;
	height: auto;
	text-align: center;
	display: none;
}

@media only screen and (min-width: 860px) {
	.site-topbar {
		display: block;
		height: 50px;
		line-height: 40px;
		overflow: hidden;
		text-align: left;
	}
}

.site-topbar .widget {
	float: left;
}

@media only screen and (min-width: 860px) {
	.site-topbar .widget {
		margin-left: 2.564102564102564%;
		width: 48.717948717948715%;
	}
	.site-topbar .widget:nth-of-type(2n+1) {
		margin-left: 0;
		text-align: left;
		float: left;
	}
	.site-topbar .widget:nth-of-type(2n+2) {
		text-align: right;
		float: right;
	}
}

.site-topbar a {
	color: #414042;
}

.site-topbar a:hover {
	color: #AA1F24;
}

.site-topbar li {
	display: inline-block;
	margin: 0 20px 0 0;
}

.site-topbar i {
	padding: 0 6px 0 0;
}

.site-topbar i.wpel-icon.fa.fa-external-link {
	display: none;
}

/* Top bar search */

.site-topbar input#searchform-1 {
	width: 75%;
	height: 40px;
	padding: 5px 10px;
	border-radius: 50px 0 0 50px;
}

.site-topbar .widget_search input[type="submit"] {
	margin-top: 5px;
	padding: 10px;
	height: auto;
	font-size: 16px;
	line-height: 1;
	border-radius: 0 50px 50px 0;
}

.site-topbar h3 {
	position: absolute !important;
	left: -10000px !important;
	top: auto !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

/*! ## Portfolio Widget
--------------------------------------------- */

.featured-portfolio .entry {
	margin-bottom: 30px;
	padding: 0;
}

.featured-portfolio .entry .entry-title {
	font-size: 20px;
	font-size: 2rem;
	margin: 20px 0;
	padding: 0 30px;
	text-align: center;
}

.featured-portfolio .entry .entry-content {
	padding: 0 30px;
}

.featured-portfolio .entry .entry-meta {
	padding: 0 30px;
	margin-bottom: 15px;
}

.featured-portfolio .entry .entry-thumbnail {
	position: relative;
	margin: 0;
	width: 100%;
}

.featured-portfolio .entry .entry-thumbnail img {
	vertical-align: middle;
	margin-bottom: 0;
	width: 100%;
}

.featured-portfolio .entry .entry-thumbnail:after {
	background: #AA1F24 none repeat scroll 0 0;
	content: "\f105";
	border-radius: 50%;
	color: #fff;
	font-family: fontawesome;
	font-size: 24px;
	font-size: 2.4rem;
	height: 50px;
	left: 50%;
	line-height: 50px;
	margin-left: -25px;
	margin-top: -25px;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 50px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.featured-portfolio .entry .entry-thumbnail:hover:after {
	opacity: 1;
}

/*! Portfolio archive
--------------------------------------------- */

.genesis-pro-portfolio .entry {
	width: 100%;
	text-align: center;
}

@media only screen and (min-width: 860px) {
	.genesis-pro-portfolio .entry {
		float: left;
		width: 31.623931623931625%;
		margin-left: 2.564102564102564%;
		padding: 0;
	}
	.genesis-pro-portfolio .entry:nth-of-type(3n+1) {
		margin-left: 0px;
		clear: both;
	}
}

.genesis-pro-portfolio .entry .entry-title {
	font-size: 20px;
	font-size: 2rem;
	margin: 0;
	padding: 20px;
}

.genesis-pro-portfolio .entry .entry-content {
	padding: 0;
}

.genesis-pro-portfolio .entry .portfolio-featured-image {
	position: relative;
	display: block;
}

.genesis-pro-portfolio .entry .portfolio-featured-image img {
	vertical-align: middle;
	margin: 0;
	width: 100%;
}

.genesis-pro-portfolio .entry .portfolio-featured-image:after {
	background: #AA1F24 none repeat scroll 0 0;
	content: "\f105";
	border-radius: 50%;
	color: #fff;
	font-family: fontawesome;
	font-size: 24px;
	font-size: 2.4rem;
	height: 50px;
	left: 50%;
	line-height: 50px;
	margin-left: -25px;
	margin-top: -25px;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 50px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.genesis-pro-portfolio .entry .portfolio-featured-image:hover:after {
	opacity: 1;
}

/*! # MISC Advanced Gutenberg
---------------------------------------------------------------------------------------------------- */

/* Tabs */

ul.advgb-tabs-panel li {
	border-radius: 50px !important;
	list-style: none !important;
}

ul.advgb-tabs-panel li.advgb-tab.ui-tabs-active,
ul.advgb-tabs-panel li.advgb-tab.advgb-tab-active {
	border-radius: 50px !important;
	background-color: #AA1F24 !important;
}

ul.advgb-tabs-panel li.advgb-tab a,
ul.advgb-tabs-panel li.advgb-tab a:focus,
ul.advgb-tabs-panel li.advgb-tab a:hover {
	border: none !important;
}

div.advgb-tab-body {
	border-top: 3px solid #AA1F24 !important;
	border-left: none !important;
	border-right: none !important;
	border-bottom: 3px solid #AA1F24 !important;
}

.advgb-tab-body-wrapper {
	border: none !important;
}

/*! # Simple Social Icons
---------------------------------------------------------------------------------------------------- */

.simple-social-icons {
	overflow: hidden;
}

.simple-social-icons ul {
	margin: 0;
	padding: 0;
}

.simple-social-icons ul li {
	background: none !important;
	border: none !important;
	float: left;
	list-style-type: none !important;
	margin: 2px 4px !important;
	padding: 0 !important;
}

.simple-social-icons ul li:before {
	content: "";
	left: auto;
	padding: 0;
}

.simple-social-icons ul li a {
	border: none !important;
	box-sizing: content-box;
	display: inline-block;
	font-style: normal !important;
	font-variant: normal !important;
	font-weight: normal !important;
	height: 1em;
	line-height: 1em;
	text-align: center;
	text-decoration: none !important;
	text-transform: none !important;
	width: 1em;
}

.simple-social-icons ul li a:focus {
	outline: 1px solid #ddd !important;
}

.simple-social-icons svg[class^="social-"],
.simple-social-icons svg[class*=" social-"] {
	display: inline-block;
	width: 1em;
	height: 1em;
	stroke-width: 0;
	stroke: currentColor;
	fill: currentColor;
}

/*! Topbar Social Icons */

@media only screen and (min-width: 860px) {
	.site-topbar .simple-social-icons {
		float: none;
		text-align: center;
	}
}

.site-topbar .simple-social-icons ul li {
	float: none;
}

.site-topbar .simple-social-icons li a,
.site-topbar .simple-social-icons li a:hover,
.site-topbar .simple-social-icons li a:focus {
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 11px 10px;
	text-align: center;
}

.site-topbar .simple-social-icons li a:focus {
	outline: 1px solid #ddd !important;
}

/*! Sidebar Social Icons */

.sidebar .simple-social-icons li a:focus {
	outline: 1px solid #ddd !important;
}

/* Mega Menu */

#mega-menu-wrap-primary #mega-menu-primary {
	text-align: right !important;
}

#mega-menu-wrap-primary li li a i:first-child {
	margin-right: 5px;
}

#mega-menu-wrap-primary #mega-menu-primary {
	background: #ffffff !important;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu.mega-menu-item {
	/* width: 18% !important; */
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
	/* 	background: #ffffff !important;
	color: #414042 !important;
	height: 46px !important;
	line-height: 46px !important;
	font-weight: 600 !important;
	text-transform: uppercase !important;
	text-align: center !important;
	border-left: 2px solid #ffffff !important;
	border-right: 2px solid #ffffff !important; */
	padding: 0 20px !important;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu {
	box-shadow: none !important;
	background: #e5e5e5 !important;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:hover,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:focus,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link {
	/* 	border-left: 2px solid rgba(0,0,0,.3) !important;
	border-right: 2px solid rgba(0,0,0,.3) !important; */
}

/* Smartphones (portrait and landscape) ----------- */

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
	#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu.mega-menu-item {
		width: 100% !important;
	}
	#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu:not(.mega-menu-tabbed) li.mega-menu-item-has-children:not(.mega-collapse-children)>a.mega-menu-link>span.mega-indicator,
	#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children.mega-hide-arrow>a.mega-menu-link>span.mega-indicator {
		display: block !important;
	}
}

/* Secondary Menu */

a.congregation-weblink {
	display: block;
	word-break: break-word;
}

td.congregation-distance {
	text-align: center;
}

/*! # Customs styling
---------------------------------------------------------------------------------------------------- */

/* Lectionary */

div.lectionary-verses ul {
	padding-left: 10px !important;
}

/*! # Find a Congregation results page
-------------------------------------- */

td.congregation-address {
	width: 45%;
}

td.congregation-contact {
	width: 40%;
}

td.congregation-distance {
	width: 15%;
}

.gs-web-image-box, .gs-promotion-image-box {
	display: none !important;
}

.gsc-webResult {
	margin-bottom: 50px;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
    cursor: pointer;
    color: #000;
    text-decoration: underline;
    margin-right: 8px;
    display: inline;
}

.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
    cursor: default;
    color: #a90a08;
    font-weight: bold;
    text-decoration: none;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
    text-decoration: none;
    color: #461200;
}

.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
    color: #950000;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
    border-color: #FFFFFF;
    background-color: #A25B08;
    color: #FFFFFF;
}

.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
    border-color: #FFFFFF;
    background-color: #461200;
    color: #FFFFFF;
}

.gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor-page {
    display: inline-block;
    border: none;
    padding: .5rem;
    background: #f1f1f1;
    font-weight: 700;
    text-decoration: none;
}

.gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
    color: #fff;
    background-color: #de1430;
    font-weight: 700;
    border: none;
}

.gsc-control-cse .gsc-above-wrapper-area-container {
    margin: 0;
    padding: 0;
    font-style: italic;
	border: 0;
}

.gsc-control-cse .gsc-above-wrapper-area-container tbody {
	border: 0;
}

.gsc-result-info {
    text-align: left;
    color: #676767;
    font-size: 13px;
    padding-left: 8px;
    margin: 10px 0 10px 0;
}

.gsc-search-button,
.gsc-search-box tbody,
.gsc-input {
	border: 0 !important;
}

.gsc-input-box table {
	margin: 0;
}

.search-content {
	background-color: white;
	padding-top: 20px;
}

.entry-title.search-entry-title {
	padding: 0 15px;
	margin: 0;
}

.gsc-result-info {
    margin-top: 0;
    margin-bottom: 0;
    padding: 4px;
    padding-bottom: 0px !important;
}


@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
	td.congregation-distance {
		text-align: left;
	}
	td.congregation-contact a {
		overflow-wrap: break-word;
		margin-bottom: 10px;
	}
	table#congregation-results td {
		width: auto;
	}
	.cong-email-address a {
		line-height: 1;
	}
	/* Force table to not be like tables anymore */
	table#congregation-results,
	table#congregation-results thead,
	table#congregation-results tbody,
	table#congregation-results th,
	table#congregation-results td,
	table#congregation-results tr {
		display: block;
	}
	/* Hide table headers (but not display: none;, for accessibility) */
	table#congregation-results thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	table#congregation-results tr {
		margin: 0 0 1rem 0;
	}
	table#congregation-results tr:nth-child(odd) {
		/* background: #ccc; */
	}
	table#congregation-results td {
		/* Behave  like a "row" */
		border: none;
		/* border-bottom: 1px solid #eee; */
		position: relative;
		padding-left: 50%;
	}
	table#congregation-results td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 0;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
	}
	td:nth-of-type(1):before {
		content: "Congregation";
		display: flex;
		align-content: flex-start;
		justify-content: flex-start;
	}
	td:nth-of-type(2):before {
		content: "Contact";
		display: flex;
		align-content: flex-start;
		justify-content: flex-start;
	}
	td:nth-of-type(3):before {
		content: "Distance";
		display: flex;
		align-content: flex-start;
		justify-content: flex-start;
	}
}

/*! # Smart Slider Font overrides
-------------------------------------- */

.n2-section-smartslider h1,
.n2-section-smartslider h2,
.n2-section-smartslider h3,
.n2-section-smartslider h4,
.n2-section-smartslider h5 {
	font-family: 'Noto Sans', sans-serif !important;
}

.n2-section-smartslider p,
.n2-section-smartslider a {
	font-family: 'Source Sans Pro', sans-serif !important;
}



/*! # Collapsable Table Classes
-------------------------------------- */

.collapsible-contact table { 
  width: 100%; 
  border-collapse: collapse; 
}
.collapsible-contact th { 
  background: #AA1F24; 
  color: white; 
  font-weight: bold; 
}
.collapsible-contact td, 
.collapsible-contact th { 
  padding: 6px; 
  border: 1px solid #ccc; 
  text-align: left; 
}

@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
	.collapsible-contact table,
	.collapsible-contact thead,
	.collapsible-contact tbody,
	.collapsible-contact th,
	.collapsible-contact td,
	.collapsible-contact tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	.collapsible-contact thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	
	.collapsible-contact td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
	}
	
	.collapsible-contact td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	
	/*
	Label the data
	*/
	.collapsible-contact td:nth-of-type(1):before { content: "Ministry"; font-weight: 700; }
	.collapsible-contact td:nth-of-type(2):before { content: "Location"; font-weight: 700; }
	.collapsible-contact td:nth-of-type(3):before { content: "Phone"; font-weight: 700; }
	.collapsible-contact td:nth-of-type(4):before { content: "Web Address"; font-weight: 700; }
}

/*! # All General Media Queries
---------------------------------------------------------------------------------------------------- */

/* Smartphones (portrait and landscape) ----------- */

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
	/* Footer */
	.footer-cong-search-wrapper {
		display: flex;
		flex-direction: column;
	}
	.cong-text-wrapper {
		flex-basis: 100%;
		text-align: center;
		margin-bottom: 15px;
	}
	.cong-search-wrapper {
		margin-left: 0;
		display: flex;
		flex-direction: column;
		flex-basis: 100%;
	}
	#congregation-search-form .mainpage-congsearch-searchquery {
		flex-basis: 100%;
		width: 100%;
	}
	#congregation-search-form .mainpage-congsearch-searchbutton {
		width: 100%;
	}
	/* hiding map on mobile */
	svg#Layer_1 {
		display: none;
	}
}

/* iPads (portrait and landscape) ----------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	/* Footer */
	.footer-cong-search-wrapper {
		flex-direction: column;
	}
	.cong-text-wrapper {
		flex-basis: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	.footer-widgets-3,
	.footer-widgets-4,
	.footer-widgets-5 {
		display: inline-block;
		width: 33%;
		vertical-align: top;
	}
}


/*! # 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 #414042;
		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;
	}
}

/* content-mobile for GCOM Formstack embedded forms */
#content-desktop {display: block;}
#content-mobile {display: none;}

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

#content-desktop {display: none;}
#content-mobile {display: block;}

}

/* Congregation Search Plugin Styles */
table#congregation-results {width:100%;display:table;}
/* #congregation-search-form #congregation-query {padding: 10px;font-size: 18px;border-top-left-radius: 10px;border-bottom-left-radius: 10px;border: 1px solid #ccaa99;box-shadow: inset 1px 1px 5px rgba(0,0,0,0.3);width: 400px;} */
#congregation-search-form #congregation-distance {display:none;}
/* #congregation-search-form #congregation-submit {font-size: 18px;padding: 10px;border: 1px solid rgb(173, 29, 29);border-top-right-radius: 10px;border-bottom-right-radius: 10px;background-image: linear-gradient(rgb(241, 49, 73) 0%, rgb(173, 29, 29) 100%);color: #ffffff;text-shadow: 1px 1px 3px rgba(0,0,0,0.3);} */
#congregation-search-form div {display:none;float: left;}
#congregation-search-form .mainpage-congsearch-searchquery {width: 80%;}
#congregation-search-form .mainpage-congsearch-searchbutton {height: 4rem !important;}
table#congregation-results tbody {width:100%;}
table#congregation-results td {line-height:1.6em;}
table#congregation-results tr th {background-image: linear-gradient(rgb(228, 228, 228) 0%, rgb(255, 255, 255) 100%);text-shadow: 1px 1px 1px rgb(255,255,255);color: #DF1E32;}
#map-canvas {width:100%;min-height:400px;display:inline-block;box-shadow: 3px 5px 10px rgba(0,0,0,0.2);vertical-align:top;margin-bottom:10px;}
#congregation-paging-links a.disabled-paging-link {display:none;}
#congregation-paging-links a.page-link {display: inline-block;padding: 2px 8px;border: 1px solid #e1e1e1;border-radius: 3px;box-shadow: 1px 1px 3px rgba(0,0,0,0.1);text-decoration:none;}
#congregation-paging-links a.current-page {font-weight: bold;text-decoration: none;border-width: 2px;padding-top: 5px;padding-bottom: 5px;font-size:1.1em;}
p.congregation-search-error, .congregation-search-error { display:block; padding:10px; border:1px solid #eeeeee;box-shadow:1px 1px 3px rgba(0,0,0,0.1);font-weight:bold;margin: 10px 0 !important;color:#990000;}
.congregation_search_form div {float:left;}
.grecaptcha-badge {display:none;}