/*
	Theme Name: ACF Pro
	Theme URI: http://my.studiopress.com/themes/outreach/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/
	Version: 3.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.1
	
	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements.button a {
	color: #ffffff;
	font-size: 24px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition:    all 0.3s ease-in-out;
	-ms-transition:     all 0.3s ease-in-out;
	-o-transition:      all 0.3s ease-in-out;
	transition:         all 0.3s ease-in-out;
		- Headings
		- Objects
		- Gallery
		- Forms
		- Tables
	- 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
		- Genesis Responsive Slider
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- 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
	- Theme Colors
		- ACF Pro Blue
		- ACF Pro Orange
		- ACF Pro Purple
		- ACF Pro Red
	- Media Queries
	- Retina Display
		- Retina
		- Max-width: 1139px
		- Max-width: 1023px
		- Max-width: 767px

*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.3 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{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:active,a:hover{outline: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}

/* 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: #ffffff;
	color: #413c3d;
	font-weight: 400;
	line-height: 1.65;
	font-family: Roboto, sans-serif;
}


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: #c51626;
	text-decoration: none;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

a:hover {
	color: #db1428;
	-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;
}

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

strong {
	/* font-weight: 600; */
}

.footer-widgets strong {
	color: inherit;
}

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

li {
	list-style-type: none;
}

.heart-list li:before {
	content: "\f004";
	font-family: 'FontAwesome';
	margin-right: 10px;
	margin-left: -33px;
}

blockquote,
blockquote::before {
	color: #1c3660;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 180px;
	height: 0;
	left: -20px;
	position: relative;
	top: -170px;
}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */
.white-text,
.white-text h1 {
	color: #ffffff;
}

.blue-text {
	color: #1c3660;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	 
	 */
	 line-height: 1.2;
	 margin: 0 0 12px;
	 font-family: Poppins, sans-serif;
}

.wf-loading h1,
.wf-loading h2,
.wf-loading h3,
.wf-loading h4,
.wf-loading h5,
.wf-loading h6 {
	visibility: hidden;
}

.delete-it {
    color: #3cc4de;
    color: #8cc325;
}

h1 {
	font-size: 47px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0 0 17px;
	margin: 0 auto 20px;
	line-height: 1.2;
	display: block;
	letter-spacing: 1px;
	word-spacing: normal;
	position: relative;
	color: #951421;
	border-bottom: 7px solid rgba(137, 137, 137, 0.49);
}

.main-section:not(#size-100) h1 {
	font-size: 35px;
	padding: 0 0 5px;
	margin: 0 auto 25px;
}


h2 {
	font-size: 38px;
	color: #595959;
	font-weight: 700;
	display: block;
	width: 100%;
	clear: both;
	position: relative;
	margin: 0 0 13px 0;
	padding: 0 0 3px 0;
	line-height: 1.35;
	font-style: italic;
	font-family: Poppins, sans-serif;
	text-transform: uppercase;
}

.main-section h2 {
	/* margin-bottom: 25px; */
}

h3 {
	font-size: 27px;
	margin-bottom: 5px;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: 1px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* Objects
--------------------------------------------- */

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

img {
	height: auto;
}

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

.featured-image-area {
	overflow: hidden;
	width: 100%;
	max-height: 600px;
	display: inline-block;
	vertical-align: middle;
}

.no-post-thumbnail .featured-image-area {
	display: none;
}

.page-template-page_blog .featured-image-area {
	top: 0px;
	margin-bottom: -11px;
}

.top-featured-image {
	width: 100%;
	overflow: hidden;
	/* filter: saturate(0); */
	position: relative;
	display: inline-block;
	float: none;
	vertical-align: middle;
}
/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
	margin-bottom: 28px;
}

.gallery-item {
	float: left;
	margin: 0;
	padding: 0 4px;
	text-align: center;
	width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery .gallery-item img {
	border: none;
	height: auto;
	margin: 0;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid rgba(129, 162, 169, 0.6);
	color: #616167;
	font-size: 14px;
	font-weight: 300;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

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

::-moz-placeholder {
	color: #7d7d83;
	opacity: 1;
	font-weight: 300;
	font-family: Roboto, sans-serif;
}

::-webkit-input-placeholder {
	color: #7d7d83;
	font-weight: 300;
	font-family: Roboto, sans-serif;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	color: #ffffff;
	background-color: #a31a28;
	cursor: pointer;
	font-size: 20px;
	padding: 13px 4%;
	width: auto;
	display: inline-block;
	margin: 15px 5px 15px 0;
	font-weight: 800;
	letter-spacing: 2px;
	text-transform: uppercase;
	line-height: 1.2;
	font-family: Roboto, serif;
	border: none !important;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition:    all 0.3s ease-in-out;
	-ms-transition:     all 0.3s ease-in-out;
	-o-transition:      all 0.3s ease-in-out;
	transition:         all 0.3s ease-in-out;
}

.main-section:not(#size-100) .button,
.main-section:not(#size-100) input {
	font-size: 19px;
	padding: 13px 5%;
}

.mejs-controls button {
	border-radius: 0;
}

.white-text .button {color: #fff !important;}

.white-text.button {
	background-color: #ffffff;
	color: #0f2e52;
}

.white-text.button a {
	color: #0f2e52;
}

.white-text.button:hover {
	background-color: #619ade;
	color: #fff;
}

.white-text.button:hover a {
	color: #fff;
}

.button:hover {
	background-color: #c31b2c;
	color: #fff;
}


.button a {
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition:    all 0.3s ease-in-out;
	-ms-transition:     all 0.3s ease-in-out;
	-o-transition:      all 0.3s ease-in-out;
	transition:         all 0.3s ease-in-out;
}

.button:hover a {
	color: #ffffff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition:    all 0.3s ease-in-out;
	-ms-transition:     all 0.3s ease-in-out;
	-o-transition:      all 0.3s ease-in-out;
	transition:         all 0.3s ease-in-out;
}

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

/* 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: 700;
	text-transform: uppercase;
}


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

/* Site Containers
--------------------------------------------- */

.wrap {
	margin: 0 auto;
	max-width: 100%;
}

.site-inner {
        background-color: #fff;
        clear: both;
        font-size: 23px;
        overflow: hidden;
        position: relative;
        z-index: 9998;
        min-height: 500px;
}

.woocommerce .site-inner,
.woocommerce-page .site-inner {
	padding-top: 76px;
}

.page-template-page_blog .site-inner {
	background-color: transparent;
}

.ACF-pro-home .site-inner {
	font-size: 23px;
}

.logged-in .site-inner {
	/* padding-top: 58px; */
}

.ACF-pro-home .site-inner {
	/* padding: 0; */
}

.ACF-pro-landing .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;
	/* margin-bottom: 30px; */
}

.ACF-pro-home .content {
	margin: 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;
}

.archive .content {
	padding: 65px 0;
	max-width: 100%;
	width: 960px;
	display: block;
	margin: 0 auto;
	float: none;
	text-align:  center;
}

.full-width-content .content {
	/* width: 100%; */
	/* padding-top: 35px; */
}

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

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

.content-column {
	min-height: 1px;
}

.one_half {
	width: 46% !important;
}

.one_third {
	padding: 0 2%;
}

.one_half:nth-of-type(1) {
	margin-right: 8%;
}

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

/* Genesis
--------------------------------------------- */

.breadcrumb {
	background-color: #f5f5f5;
	font-size: 12px;
	margin-bottom: 30px;
	padding: 10px 16px;
}

.archive-description {
	background-color: #f5f5f5;
	margin-bottom: 30px;
	padding: 30px;
	margin-top: 63px;
}

.author-box {
	background-color: #111;
	color: #fff;
	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%;
}

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

/* Titles
--------------------------------------------- */

.archive-title {
	font-size: 20px;
}

.page .entry-header,
.single .entry-header,
.archive .entry-header {
	text-align: center;
	margin-top: 65px;
}

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

.single .entry-header {
	margin-bottom: 0px;
}

.page-template-page_blog .entry-header {
	margin: 0 auto;
	max-width: 100%;
}

.entry-title,
.page-title {
	font-size: 35px;
	width: auto;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 1.2;
	margin: 0 auto;
	padding: 4px 0;
	display: block;
	width: 960px;
	max-width: 94%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition:    all 0.3s ease-in-out;
	-ms-transition:     all 0.3s ease-in-out;
	-o-transition:      all 0.3s ease-in-out;
	transition:         all 0.3s ease-in-out;
}

.archive .entry-title {
	font-size: 27px;
}

.page .entry-title {
	font-size: 46px;
}

.page-template-page_blog .entry-title,
.search .entry-title {
	padding: 0;
	margin-bottom: 26px;
	border: none;
	text-align: left;
}

.content .entry-title a {
	color: #454548;
}

.archive .entry-title a {
	color: #454548;
	-webkit-transition: all 0.1s linear;
	-moz-transition:    all 0.1s linear;
	-ms-transition:     all 0.1s linear;
	-o-transition:      all 0.1s linear;
	transition:         all 0.1s linear;
}

.page-template-page_blog .entry-title {
	font-size: 36px;
	line-height: 1.4;
	margin-bottom: 17px;
	text-align: center;
}

.page-template-page_blog .entry:nth-of-type(1) .entry-title {
	font-size: 62px;
}

.content .entry-title a {
	color: #454548;
	-webkit-transition: all 0.1s linear;
	-moz-transition:    all 0.1s linear;
	-ms-transition:     all 0.1s linear;
	-o-transition:      all 0.1s linear;
	transition:         all 0.1s linear;

}

.content .entry-title a:hover {
	color: #619ade;
	-webkit-transition: all 0.1s linear;
	-moz-transition:    all 0.1s linear;
	-ms-transition:     all 0.1s linear;
	-o-transition:      all 0.1s linear;
	transition:         all 0.1s linear;
}

.widget-title {
	font-size: 47px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0 0 17px;
	margin: 0 auto 20px;
	line-height: 1.2;
	display: block;
	letter-spacing: 1px;
	word-spacing: normal;
	position: relative;
	color: #a41a27;
	border-bottom: 7px solid rgba(137, 137, 137, 0.49);
}

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

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

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 33px 17px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.gallery-caption {
	margin: 0 0 10px;
}

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

.wp-caption-text a {
	font-size: 20px;
	font-weight: 700;
	text-transform: none;
}

.wp-caption-text .button {
	background-color: #d6d6d7;
}

.wp-caption-text .button:hover {
	background-color: #1c3660;
}

.wp-caption-text .button:hover a {
	color: #fff;
}

.wp-caption-text .button a{
	font-family: Roboto, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #1c3660;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
	/* margin-bottom: 30px; */
}

.widget li {
	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;
}

/* 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 dotted #494949;
	margin-top: 10px;
	padding-top: 10px;
}

.entry-more-button {
	line-height: 1;
	background-color: #404040;
	display: inline-block;
	font-family: Roboto, sans-serif;
	letter-spacing: 0.4px;
	-webkit-transition: all 0.1s linear;
	-moz-transition:    all 0.1s linear;
	-ms-transition:     all 0.1s linear;
	-o-transition:      all 0.1s linear;
	transition:         all 0.1s linear;
}

.entry-more-button:hover {
	background-color: #f39c0c;
	-webkit-transition: all 0.1s linear;
	-moz-transition:    all 0.1s linear;
	-ms-transition:     all 0.1s linear;
	-o-transition:      all 0.1s linear;
	transition:         all 0.1s linear;
}

.entry-more-button a {
	color: #fff;
	padding: 15px 21px;
	display: block;
}

.home .featured-content {
	text-align: center;
}

.home .featured-content .entry .alignnone {
	margin-bottom: 1px;
}

.home .featured-content .entry:nth-child(3n+2) {
	margin: 0 6%;
}

.home .featured-content .entry-title {
	padding: 0 0 20px;
	margin: 0 auto 10px;
	line-height: 1.5;
	background-color: transparent;
	font-size: 29px;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.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: #eee;
	color: #333;
}

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

/* 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: #6ab446;
}

#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;
}


/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea {
	font-size: 16px;
	padding: 8px 14px !important;
}

body .gform_wrapper .gfield_checkbox li label, body .gform_wrapper .gfield_radio li label {
	font-size: 18px;
}

body .gform_wrapper
.ginput_complex input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]) {
	margin-bottom: 10px;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
	padding: 0 0 24px !important;
}

.gform_wrapper .top_label li.gfield.gf_left_half {
	padding-right: 16px !important;
}

body .gform_wrapper {
	margin: 38px auto;
}

.home .gform_wrapper {
	margin: 0 auto;
	background-color: #d4d4d4;
	padding: 41px 6%;
	color: #264b7f;
	border: 3px solid #a9a9a9;
}

.top-aligned.main-section .gform_wrapper {
	margin: 0 auto 38px;
}

body .gform_wrapper label.gfield_label {
	font-weight: 600;
	color: #464646;
	text-transform: uppercase;
	font-size: 15px;
}

.home .gform_wrapper label.gfield_label {
	color: #264b7f;
}

body .gfield_label {
}

body .gform_wrapper li.gfield.gfield_error,
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background-color: #ececec;
	padding: 21px;
}

body .gform_wrapper .gfield_error .gfield_label,
body .gform_wrapper .validation_message {
	color: #92272b;
}

body .gform_wrapper .gform_footer input.button,
body .gform_wrapper .gform_footer input[type=submit],
body .gform_wrapper .gform_page_footer input.button,
body .gform_wrapper .gform_page_footer input[type=submit] {
	/* color: #ffffff; */
	cursor: pointer;
	font-size: 23px;
	padding: 12px 36px;
	width: auto;
	display: inline-block;
	margin: 14px 17px 3px;
	border: none !important;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition:    all 0.3s ease-in-out;
	-ms-transition:     all 0.3s ease-in-out;
	-o-transition:      all 0.3s ease-in-out;
	transition:         all 0.3s ease-in-out;
}


.gform_footer {
	text-align: center;
	margin: 0 auto !important;
	padding: 5px 1% !important;
}

.gform_footer a {
	color: #344e38;
	font-weight: 700;
	font-size: 24px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition:    all 0.3s ease-in-out;
	-ms-transition:     all 0.3s ease-in-out;
	-o-transition:      all 0.3s ease-in-out;
	transition:         all 0.3s ease-in-out;
}

.gform_footer:hover a {
	color: #5e9adb;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition:    all 0.3s ease-in-out;
	-ms-transition:     all 0.3s ease-in-out;
	-o-transition:      all 0.3s ease-in-out;
	transition:         all 0.3s ease-in-out;
}

.gform_wrapper.gf_browser_chrome .gform_body {
	width: 100% !important;
}

.gf_progressbar {
	border-radius: 8px !important;
}

.gform_wrapper .gf_progressbar_percentage {
	background-color: #0fe !important;
	border-radius: 8px !important;
}

.gform_wrapper .gfield_required {
	color: #c51627 !important;
}

/* Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.before-header {
	text-align: center;
	background-color: #2f0206;
	color: #ffffff;
	padding: 0;
	font-size: 0;
	overflow: auto;
	position: relative;
}

.before-header a {
	color: #f01325;
	font-weight: 700;
	margin-left: 8px;
}

.before-header .button {
/*	position: absolute;*/
/*	right: 15px;*/
/*	top: 9px;*/
	color: #fff;
	margin: 0 auto;
	padding: 10px 2%;
	font-size: 16px;
}

.before-header .widget {
	float: left;
	width: 100%;
	padding: 12px 0;
}

.before-header br {
	display: none;
}

.before-header .widget:nth-child(1) {
	/* padding: 6px 0; */
}

.before-header .widget_nav_menu #menu-social-media .menu-item a {
	font-family: Roboto, sans-serif;
	font-weight: 700;
	color: #fff;
	font-size: 16px;
	letter-spacing: 2px;
}

.before-header .widget_nav_menu #menu-social-media .menu-item {
	margin: 0 12px;
	text-align: center;
	display: inline-block;
}

.before-header .widget_nav_menu #menu-social-media .menu-item .fa {
	font-size: 22px;
	display: block;
}

.before-header p {
	display: inline-block;
	margin: 0 18px;
	line-height: 1.4;
	font-size: 25px;
	font-family: Poppins;
	letter-spacing: 1px;
}

.site-header {
	color: #fff;
	/* top: 0; */
	z-index: 9999;
	width: 100%;
	padding: 0;
	position: relative;
	background-color: rgb(255, 255, 255);
	/* background: linear-gradient( rgb(243, 243, 247) 25%, rgb(255, 255, 255)); */
}

.logged-in .site-header {
	/* top: 32px; */
}

.site-header .widget {
	margin-bottom: 0;
	display: block;
	position: relative;
	z-index: 9999;
	width: 100%;
}

.site-header .widget:nth-child(1) {
	display: block;
	margin: 22px auto;
	float: none;
	width: 350px;
	line-height: 0;
	max-width: 80%;
}

.site-header .widget_nav_menu {
	display: block;
	margin: 0 auto;
	float: none;
	width: 100% !important;
	text-align: center;
	background-color: #a41a27;
	position: relative;
}

/* Title Area
--------------------------------------------- */

.title-area {
        display: none;
	float: left;
	padding: 14px 0;
	width: 340px;
}

.header-full-width .title-area {
	width: 100%;
}

.site-title {
	font-family: Roboto, sans-serif;
	font-size: 30px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 1;
	margin-bottom: 0;
	text-transform: uppercase;
}

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

.header-image .title-area {
	padding: 0;
}

.header-image .site-title > a {
	float: left;
	min-height: 100px;
	width: 100%;
}

.site-description {
	color: #999;
	font-size: 16px;
	font-weight: 300;
	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 {
	text-align: center;
	padding: 0;
	margin: 0 auto;
	float: none;
	display: block;
	overflow: auto;
}

.site-header .widget li {
	border-color: #fff;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition:    all .4s ease-in-out;
	-ms-transition:     all .4s ease-in-out;
	-o-transition:      all .4s ease-in-out;
	transition:         all .4s ease-in-out;
}

.site-header .genesis-nav-menu li li {
	margin-left: 0;
	display: block;
	float: left;
	width: 100%;
	background-color: rgba(52, 57, 60, 0.65);
	text-align: left;
	z-index: 9999;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition:    all .4s ease-in-out;
	-ms-transition:     all .4s ease-in-out;
	-o-transition:      all .4s ease-in-out;
	transition:         all .4s ease-in-out;
}

.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: #fff;
	color: #000;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition:    all .4s ease-in-out;
	-ms-transition:     all .4s ease-in-out;
	-o-transition:      all .4s ease-in-out;
	transition:         all .4s ease-in-out;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	display: inline-block;
	font-size: 0;
	/*width: 70%;*/
}

.genesis-nav-menu,
.genesis-nav-menu a {
	/*color: #fff;*/
	color: #0e2345;
	/* font-weight: 700; */
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: center;
	float: none;
}

.genesis-nav-menu a {
	display: block;
	padding: 11px 21px;
	font-family: Roboto, sans-serif;
	font-size: 18px;
	color: #f0f0f0;
	line-height: 1;
	font-weight: 700;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition:    all .3s ease-in-out;
	-ms-transition:     all .3s ease-in-out;
	-o-transition:      all .3s ease-in-out;
	transition:         all .3s ease-in-out;
}

.genesis-nav-menu .description {
	font-size: 13px;
	display: block;
	color: #aaa;
	margin-top: 5px;
	font-weight: 400;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition:    all .3s ease-in-out;
	-ms-transition:     all .3s ease-in-out;
	-o-transition:      all .3s ease-in-out;
	transition:         all .3s ease-in-out;
}

.genesis-nav-menu .menu-item:hover .description {
	color: #5886c1;
}


.wf-loading .genesis-nav-menu a {
	visibility: hidden;
}

.genesis-nav-menu .menu-item:hover > a {
	color: #ffffff;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition:    all .3s ease-in-out;
	-ms-transition:     all .3s ease-in-out;
	-o-transition:      all .3s ease-in-out;
	transition:         all .3s ease-in-out;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
	cursor: pointer;
}

.genesis-nav-menu .menu-item .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	width: 100%;
	z-index: 999;
	text-align: left;
	top: 35px;
	width: 265px;
	border-top: 4px solid transparent;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition:    all .3s ease-in-out;
	-ms-transition:     all .3s ease-in-out;
	-o-transition:      all .3s ease-in-out;
	transition:         all .3s ease-in-out;
}

.genesis-nav-menu .sub-menu .menu-item {
	width: 100%;
	background-color: #8d8687;
}

.genesis-nav-menu .sub-menu a {
	color: #fff;
	font-size: 16px;
	padding: 10px 20px;
	position: relative;
	font-weight: 400;
	margin: 0 auto;
	text-align: left;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition:    all .3s ease-in-out;
	-ms-transition:     all .3s ease-in-out;
	-o-transition:      all .3s ease-in-out;
	transition:         all .3s ease-in-out;
}

.genesis-nav-menu .sub-menu .menu-item:hover > a {
	background-color: rgb(126, 126, 126);
	color: #fff;
}

.genesis-nav-menu .menu-item:hover .sub-menu a {
	opacity: 1;
}

.genesis-nav-menu .sub-menu li:hover > a {
	color: #0d294a;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition:    all .3s ease-in-out;
	-ms-transition:     all .3s ease-in-out;
	-o-transition:      all .3s ease-in-out;
	transition:         all .3s ease-in-out;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -48px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	transition:         all .4s ease-in-out 0.05s;

}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	top: 35px;
	opacity: 1;
	-webkit-transition: all .4s ease-in-out 0.05s;
	-moz-transition:   all .4s ease-in-out 0.05s;
	-ms-transition:     all .4s ease-in-out 0.05s;
	-o-transition:      all .4s ease-in-out 0.05s;
	transition:         all .4s ease-in-out 0.05s;
}


.genesis-nav-menu .sub-menu .menu-item .sub-menu {
	/* top: 145px; */
	display: block;
	float: right;
	position: relative;
	margin: 0;
	opacity: 1;
	background-color: #a3c3c2;
	top: 0;
	z-index: 9999;
	left: 0;
	border: none;
	/* padding: 9px 0; */
	-webkit-transition: all .2s ease-in-out;
	-moz-transition:    all .2s ease-in-out;
	-ms-transition:     all .2s ease-in-out;
	-o-transition:      all .2s ease-in-out;
	transition:         all .2s ease-in-out;
}

.genesis-nav-menu .sub-menu .menu-item:hover .sub-menu {
	display: block;
	float: right;
	margin: 0;
	border-top: none;
	top: 0;
	opacity: 1;
	height: auto;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition:    all .2s ease-in-out;
	-ms-transition:     all .2s ease-in-out;
	-o-transition:      all .2s ease-in-out;
	transition:         all .2s ease-in-out;
}

.genesis-nav-menu .sub-menu .menu-item .sub-menu .menu-item {
	opacity: 1;
	height: auto;
	background-color: #6f9895;
	/* border-bottom: 1px solid #b4b9bb; */
	-webkit-transition: all .2s ease-in-out;
	-moz-transition:    all .2s ease-in-out;
	-ms-transition:     all .2s ease-in-out;
	-o-transition:      all .2s ease-in-out;
	transition:         all .2s ease-in-out;
}


.genesis-nav-menu .sub-menu .menu-item .sub-menu .menu-item:last-child {
	border: none;
}

.genesis-nav-menu .sub-menu .menu-item .sub-menu .menu-item:hover {
	/* background-color: #7bbcea; */
}

.genesis-nav-menu .sub-menu .menu-item .sub-menu .menu-item:hover a {
	color: #ffffff;
	background-color: rgba(255, 255, 255, 0.14);
}

.genesis-nav-menu .sub-menu .menu-item .sub-menu .menu-item a {
	color: #ececec;
	font-size: 14px;
	text-transform: uppercase;
	padding: 7px 20px 7px 32px;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition:    all .4s ease-in-out;
	-ms-transition:     all .4s ease-in-out;
	-o-transition:      all .4s ease-in-out;
	transition:         all .4s ease-in-out;
}

.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 ul {
	border-bottom: none;
	margin: 0;
	padding: 0;
	cursor: default;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition:    all .4s ease-in-out;
	-ms-transition:     all .4s ease-in-out;
	-o-transition:      all .4s ease-in-out;
	transition:         all .4s ease-in-out;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #454142;
	text-align: center;
	/* border-bottom: 4px solid #f7931d; */
	/* border-top: 2px solid #f7931d; */
	position: relative;
	z-index: 9999;
	overflow: visible;
}

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

.responsive-menu-icon {
	cursor: pointer;
	display: none;
	text-align: center;
}

.responsive-menu-icon::before {
	color: #ffffff;
	content: "\f333";
	display: block;
	float: none;
	font: normal 38px/1 'dashicons';
	margin: 0 auto;
	padding: 10px;
	vertical-align: top;
	width: auto;
}

.site-header .responsive-menu-icon::before {
	padding: 0;
}



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

/* Home Page
--------------------------------------------- */

.home-top .widget {
	margin: 0;
	display: block;
}

.home-top .widget:nth-child(2) {
	padding: 80px 2%;
}
.ACF-pro-home .content {
	padding: 0;
}

.home-bottom {
	background-color: #002447;
	/* padding: 70px 4%; */
}

.home-bottom .widget {
	display: inline-block;
	float: left;
	width: 37%;
	text-align: center;
}

.home-bottom .widget p:last-child {
	text-align: center !important;
}


.home-bottom .widget-title {
	text-align: center;
	font-size: 55px;
}

.home-bottom .widget:nth-child(4n+1) {
	clear: both;
	margin-left: 9%;
	margin-right: 8%;
}

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

/* Entries
--------------------------------------------- */

.archive .entry {
	padding: 19px 0;
	margin: 0 auto 27px;
	max-width: 92%;
}

.archive .entry {
	border-bottom: 1px solid #ccc;
}

.archive .entry-header .entry-meta {
	text-align: center;
	display: none;
}

.entry {
	margin-bottom: 40px;
	/* max-width: 1080px; */
	margin: 0 auto;
	width: 100%;
	position: relative;
}

.page .entry,
.single .entry {
	/* width: 960px; */
	/* max-width: 95%; */
}

.page-template-page_blog .entry {
	margin-top: 0;
	width: 960px;
	max-width: 100%;
	padding: 21px 3%;
}

.page-template-page_blog .content {
	/* margin-top: 257px; */
	padding: 40px 5%;
}

.page-template-page_section .entry-content {
	text-align: center;
}

.page .entry-content {
	background-color: #fff;
	/* max-width: 960px; */
	margin: 120px auto 0;
}

.no-post-thumbnail .entry-content,
.page .entry-content {
	margin: 0 auto;
}

.page-template-page_blog .entry-content {
	margin: 0 auto;
	max-width: 1024px;
}

.single-wpfc_sermon .wpfc_sermon-audio {
	margin: 0 auto 15px;
}

.single-wpfc_sermon .wpfc_sermon_image {
	margin: 0 auto 2px !important;
	float: none;
}

.single .entry-content {
	width: 960px;
	max-width: 95%;
	/* margin: 241px auto 0; */
	margin: 0 auto;
}

.single-wpfc_sermon .entry-content {
	width: 800px;
	text-align: center;
}


.entry-content ol,
.entry-content p,
.entry-content ul {
	margin-bottom: 24px;
}

.entry-content ol,
.entry-content ul {
	margin-left: 44px;
}

.entry-content ol > li {
	list-style-type: decimal;
	padding-left: 23px;
	margin-bottom: 17px;
}

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

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

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

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	color: #7c7c8a;
	font-size: 16px;
	margin-bottom: 0;
	text-transform: uppercase;
	text-align: left;
}

p.entry-meta a {
	color: #999;
}

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

.entry-footer {
	max-width: 960px;
	margin: 0 auto;
}

.single .entry-footer {
	display: none;
}

.page-template-page_blog .entry-footer {
	max-width: 100%;
}

.entry-footer .entry-meta {
	border-top: 1px dotted #ddd;
	padding-top: 12px;
}

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

.single .entry-header .entry-meta {
	margin-bottom: 24px;
	margin-top: 80px;
	max-width: 960px;
	margin: 120px auto 13px;
	display: none;
}

.no-post-thumbnail.single .entry-header .entry-meta {
	margin: 5px auto 27px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #ccc;
}

.entry-categories {
	float: left;
}

.entry-comments-link,
.entry-tags {
	float: right;
}

/* After Entry
--------------------------------------------- */

.after-entry {
	background-color: #f5f5f5;
	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 {
	margin: 40px 0 0;
	padding: 3px 2%;
	text-align: center;
}

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

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #000;
	border: 1px solid #000;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	letter-spacing: 1px;
	padding: 8px 12px;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #ffffff;
	color: #000;
	border: 1px solid #000;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	color: #ccc;
	font-size: 14px;
}

.sidebar .widget {
	background-color: #111;
	border-radius: 3px;
	padding: 30px;
}

.sidebar li a {
	color: #ccc;
}

.sidebar li a:hover,
.sidebar .entry-meta a:hover {
	color: #fff;
}

/*
Sub Footer
---------------------------------------------------------------------------------------------------- */

.sub-footer {
	/* background-color: #ffffff; */
	padding: 60px 0;
	text-align: center;
	max-width: 1080px;
	margin: 0 auto;
}

.sub-footer .button {
	background-color: transparent;
}

.sub-footer-left,
.sub-footer-right  {
	width: 46%;
	display: inline-block;
	vertical-align: top;
	padding: 10px 3%;
}

.sub-footer-left .entry-title {
	font-size: 30px;
}


/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #ffffff;
	color: #838389;
	clear: both;
	font-size: 20px;
	padding: 0;
	text-align: center;
}

.hide-footer .footer-widgets {
	display: none;
}

.footer-widgets input {
	border: 1px solid #333 !important;
}

.footer-widgets .entry-meta a:hover,
.footer-widgets a:hover {
	color: #c93a3a;
}

.footer-widgets .entry-meta a,
.footer-widgets a {
	/* font-weight: 700; */
}
.gm-style-iw div {
	/* height: auto; */
}

.wpgmp_infowindow a {
	color: #3f86b9;
	font-size: 23px !important;
	text-align: left;
	font-weight: 700;
}

.wpgmp_infowindow a:hover {
	color: #66b6f0;
}

.wpgmp_infowindow h2 {
	margin-bottom: 0;
	font-size: 28px;
}

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

.sub-footer {
	text-align: center;
	font-size: 25px;
	color: #524a4a;
	padding: 75px 0;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	margin: 0 auto;
	background-color: #fff;
	max-width: 97%;
}

.sub-footer strong {
	text-transform: uppercase;
}

.sub-footer .widget_wpgmp_google_map_widget_class {
	margin: 10px auto 25px;
}

.wpgmp_map_container {
	box-shadow: none !important;
	border: none !important;
}

body .wpgmp_map_container .gm-style-iw {
	width: 100% !important;
	left: 0px !important;
}

.sub-footer .widget:nth-child(1) {
	padding: 20px 2%;
	max-width: 960px;
	color: #0f2e52;
	font-size: 24px;
	line-height: 1.4;
}

.sub-footer .widget:nth-child(1) a {
	color: #0f2e52;
}

.footer-widgets-1 {
	width: 100%;
	text-align: center;
	float: left;
	background-color: #f3f3f3;
	padding: 0;
	font-size: 21px;
}

.home .footer-widgets-1 {
	background-color: #fefefe;
}

.footer-widgets-1 h2 {
	margin-bottom: 5px;
	line-height: 1.4;
}
.footer-widgets-1 .widget .menu-item {
	display: inline-block;
	border-bottom: none;
	padding: 0;
	font-size: 20px;
	padding: 15px;
	text-align: center;
}

.footer-widgets-1 .widget .menu-item a {
	color: #ffffff;
	text-transform: uppercase;
}

.footer-widgets-1 .widget .sub-menu {
	display: none;
}

.footer-widgets-1 .widget {
	margin-bottom: 0;
}

.footer-widgets-1 .widget:nth-child(1) {
	padding: 0;
	/* background-color: #002447; */
	width: 860px;
	max-width: 92%;
	margin: 100px auto 0;
}

.footer-widgets-1 .widget:nth-child(2) p {
	display: inline-block;
	padding: 0 3% ;
	margin: 0 auto 22px;
}

.footer-widgets-1 .widget:nth-child(2) p:nth-of-type(1),
.footer-widgets-1 .widget:nth-child(2) p:nth-of-type(2)
 {
	border-right: 1px solid #ccc;
}

.footer-widgets-1 .widget:nth-child(2) {
	padding: 25px 4% 0;
	margin-bottom: 70px;
}

.footer-widgets-1 .widget:nth-child(3) {
	background-color: #595959;
	display: block;
	width: 100%;
	float: left;
	color: #fff;
}

.footer-widgets-1 .widget:nth-child(3) .gform_wrapper label.gfield_label {
	color: #fff;
}

.footer-widgets-1 .widget:nth-child(3) .gform_wrapper .gsection {
	margin: 13px auto -12px !important;
	padding: 0 !important;
}

.footer-widgets-1 .widget:nth-child(3) .gform_wrapper h2 {
	color: #fff;
}

.footer-widgets-1 .widget:nth-child(3) .widget-wrap {
	width: 960px;
	max-width: 95%;
	margin: 0 auto;
	padding: 40px 0;
}

.footer-widgets-1 .widget:nth-child(3) .widget-title {
	color: #fff;
}

.footer-widgets-2 {
	width: 100%;
	padding: 0 2%;
	display: block;
	float: left;
	background-color: #a41a27;
}

.page-id-220 .footer-widgets-2 {
	display: none;
}

.footer-widgets-2 .widget {
	width: 960px;
	max-width: 92%;
	margin: 0 auto;
}

.footer-widgets-2 .widget:nth-child(2) {
	margin-top: 25px;
	color: #ffffff;
}

.footer-widgets-2 .widget-title {
	color: #fff;
}

.footer-widgets-2 .widget:nth-child(2) p {
	margin-bottom: 22px;
}

.footer-widgets-3 {
	padding: 11px 2%;
	display: block;
	float: left;
	width: 100%;
	background-color: #810915;
	color: #fff;
	font-size: 15px;
	font-style: italic;
}

.footer-widgets .widget_nav_menu {
	text-align: center;
	width: 100%;
}

.footer-widgets .widget_nav_menu .menu-item {
	display: inline-block;
	margin: 0 8px;
	padding: 0;
}

.footer-widgets .widget_nav_menu .menu-item .sub-menu {
	display: none;
}

.footer-widgets .widget_nav_menu .menu-item a {
	font-size: 15px;
	color: #f6f7f6;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 15px 6px;
	display: block;
	font-family: Roboto, serif;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition:    all 0.2s ease-in-out;
	-ms-transition:     all 0.2s ease-in-out;
	-o-transition:      all 0.2s ease-in-out;
	transition:         all 0.2s ease-in-out;
}

.footer-widgets .widget_nav_menu .menu-item:hover a {
	/* color: #619ade; */
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition:    all 0.2s ease-in-out;
	-ms-transition:     all 0.2s ease-in-out;
	-o-transition:      all 0.2s ease-in-out;
	transition:         all 0.2s ease-in-out;
}

.footer-widgets .widget_nav_menu #menu-social-media .menu-item a {
	font-family: Roboto, sans-serif;
	font-weight: 700;
	color: #fff;
	font-size: 16px;
	padding: 8px 5px 3px;
	letter-spacing: 2px;
}

.footer-widgets .widget_nav_menu #menu-social-media .menu-item {
	margin: 0 13px;
	text-align: center;
	line-height: 1 !impo;
}

.footer-widgets .widget_nav_menu #menu-social-media .menu-item .fa {
	font-size: 27px;
	display: block;
}

.footer-widgets-2 .widget_nav_menu .menu-item a {
	/* padding: 10px 24px; */
}

.footer-widgets-4 {
	padding: 8px 2%;
	display: block;
	float: left;
	width: 100%;
	background-color: #231f20;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #2f2f2f;
	/* border-top: 1px solid rgba(0, 0, 0, 0.2); */
	color: #ffffff;
	font-size: 15px;
	padding: 45px 4%;
	text-align: center;
	font-weight: 400;
	font-family: Roboto, serif;
}

.site-footer a {
	font-weight: 700;
	color: #ee2a3c;
}
.site-footer p {
	margin-bottom: 0;
}



/*
Homepage
---------------------------------------------------------------------------------------------------- */
.page-template-page_section .entry {
	width: 100% !important;
	max-width: 100% !important;
	padding: 0 !important;
}

.main-section-wrapper {
	overflow: visible;
	float: left;
	position: relative;
}

.main-section-wrapper:nth-of-type(1) .section-padding {
	/* padding-top: 50px; */
}

.main-section-wrapper.notch:before {
	content: '';
	background-color: inherit;
	width: 24px;
	height: 40px;
	display: block;
	position: absolute;
	right: -23px;
	top: 56px;
	z-index: 10000;
	-webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
	clip-path: polygon(100% 50%, 0 0, 0 100%);
}

.site-inner .main-section {
    float: left;
    width: 100%;
    overflow: visible;
    /* height: 500px; */
    position: relative;
    z-index: 9999;
    text-align: center;
    min-height: 25px;
}

.main-section:not(#size-100) {
	float: left;
	height: 500px;
	position: relative;
	z-index: 9999;
	text-align: center;
	display: block;
	vertical-align: middle;
	overflow: hidden;
	font-size: 0;
}

.site-inner .notch-element {
	margin-top: 45px;
	font-size: 70px;
	position: absolute;
	z-index: 10000;
	left: 0;
	width: 20px;
	overflow: hidden;
}

.site-inner .notch-element:before {
	margin-left: -5px;
}

.extra-tall-section,
.extra-short-section {
	position: relative;
	z-index: 9999;
}

.main-section:not(#size-100) p {
	margin-bottom: 12px;
}

.extra-tall-section .main-section:not(#size-100) {
	height: 700px;
}

.extra-short-section .main-section:not(#size-100) {
	height: 350px;
}

.main-section .fullwidthbanner-container {
	text-align: left;
}

.main-section:not(#size-100) .post-content {
	display: inline-block;
	font-size: 20px;
	width: 100%;
	/* padding: 29px; */
}

.main-section:not(#size-100) .section-padding .post-content {
	/* background-color: #fff; */
}

.main-section:not(#size-100) > * {
	vertical-align: middle;
}

.main-section .top-align {
	vertical-align: top;
	/* position: relative; */
	z-index: 9999;
	float: none;
	display: inline-block;
	width: 100%;
}

.main-section:not(#size-100) .has-padding {
	vertical-align: top;
	display: inline-block;
	width: 600px;
	max-width: 100%;
}

.main-section .no-padding p {
	margin-bottom: 0;
}

.main-section:not(#size-100) .section-padding {
	width: 100%;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	/* overflow: auto; */
}

.main-section:not(#size-100) .top-align .section-content {
	display: block;
	float: none;
}

.main-section:not(#size-100):before {
	content:'';
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em;
}

.main-section.top-aligned:not(#size-100):before {
	vertical-align: top;
}

.main-section.bottom-aligned:not(#size-100):before {
	vertical-align: bottom;
}

.section-content {
    position: relative;
    background-color: transparent;
    width: 100%;
    z-index: 9998;
    text-align: center !important;
    /* font-size: initial; */
    /* padding: 40px 3%; */
    /* max-width: 1400px; */
    /* margin: 0 auto; */
    /* float: none; */
}

.section-padding {
    padding: 100px 6%;
    width: 1080px;
    max-width: 100%;
    margin: 0 auto;
    float: none;
    overflow: auto;
    text-align: center;
}

.main-section:not(#size-100) .section-padding {
	padding: 20px 6%;
	overflow: inherit;
	width: 750px;
	max-width: 100%;
	margin: 0 auto;
}

.extra-short.section-padding {
    padding: 45px 6%;
}

.main-section:not(#size-100) .extra-tall.section-padding {
	padding: 64px 8%;
}

.extra-short h1 {
	/* margin-bottom: 19px; */
}

.extra-tall.section-padding {
    padding: 240px 5%;
}

.extra-narrow .wrap {
    padding: 0 6%;
}

.section-background {
    width: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    height: 100%;
}

.section-background-image {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    /* padding: 40px 4%; */
    height: 100%;
}

.right-align .section-background-image {
    background-position: center right;
}

.left-align .section-background-image {
    background-position: center left;
}

.fixed-image .section-background-image {
    background-attachment: fixed;
}

.background-color {
    position: absolute;
    z-index: 9998;
    width: 100%;
    height: 100%;
    top: 0;
}

.main-section:not(#size-100) iframe {
	margin-bottom: 0;
}



.download-button {
	width: 100%;
	margin-bottom: 22px;
	text-align: right;
}

.download-button .button {
	padding: 0;
}



.testimonial_rotator.format-list .slide {
	border-bottom: 1px solid #ccc;
	color: #33322f !important;
}

.testimonial_rotator.template-longform .slide {
	color: #ffffff;
	font-size: 17px;
}

.testimonial_rotator.template-longform .slide .testimonial_rotator_author_info{
	font-size: 18px;
	text-align: center;
	font-weight: 600;
	margin: 14px auto 0px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.testimonial_rotator.template-longform .slide .testimonial_rotator_author_info p {
	margin-bottom: 0;
}

.testimonial_rotator.template-longform hr.longform_hr {
	/* display: none; */
	width: 61px !important;
	margin: 20px auto 0 !important;
}

.testimonial_rotator_nav {
	width: 59px;
	height: 35px;
	overflow: auto !important;
	display: block;
	position: relative;
	margin: 0 auto;
}

.testimonial_rotator_prev,
.testimonial_rotator_next {
	color: #fff !important;
	font-size: 15px !important;
}

.main-section .simcal-align-right {
	display: none;
}

.main-section .simcal-default-calendar-list .simcal-event-details p {
	margin-bottom: 1px;
}

.main-section .simcal-default-calendar-list ul.simcal-events {
	margin-top: 0;
}

body .sermon_date {
	font-size: 18px;
}

.section-link {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 9999;
	top: 0;
	left: 0;
}

.no-hyperlink .section-link {
	pointer-events: none;
}



.main-section .wpgmp_map_container {
	box-shadow: none;
	border: none;
	border-radius: 0;
	margin: 0 auto;
}

.staff-basics {
	width: 45%;
	float: left;
	margin-right: 5%;
}

.staff-member {
	margin: 0 auto 28px;
	display: block;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	overflow: auto;
	background-color: #f1f1f1;
	padding: 41px 5%;
}

.staff-member:last-child {
	border-bottom: none;
}

.staff-photo {
	width: 385px;
	max-width: 100%;
	display: block;
	margin: 0 auto 15px;
}

.staff-name h2 {
	line-height: 1;
	margin-bottom: 0;
	border-bottom: 0;
	padding: 0;
	margin: 0 auto;
	font-size: 24px;
}

.staff-bio {
	font-size: 18px;
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

.staff-phone {
	font-size: 18px;
	line-height: 1;
	margin-top: 7px;
	padding-top: 12px;
	border-top: 1px solid #e8e8e8;
}

.staff-email {
	font-size: 18px;
}

.wpsm_panel-group {
	text-align: initial;
}

.youtube_channel {
	/* text-align: center !important; */
	width: 100%;
	padding: 12px 1%;
}

.youtube_channel .ytc_video_container {
	margin: 0 auto;
	padding: 0 7px;
	float: none !important;
	display: inline-block;
}

.foogallery-container {
	margin-bottom: 35px;
}

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


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

	.genesis-nav-menu a {
		padding: 11px 13px;
	}

   .main-section:not(#size-100) .section-padding {
    	padding: 20px 8%;
    }

   .main-section:not(#size-100) .section-padding .extra-narrow {
    	padding: 0 4%;
    }

    .footer-widgets-2 .widget:nth-child(1) {
    	width: 28%;
    }
     .footer-widgets-2 .widget:nth-child(2) {
     	width: 23%;
     }

    .footer-widgets-2 .widget:nth-child(n+3) {
    	width: 31%;
    }
}

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

	body .site-container {
		/* margin: 25px auto; */
		/* max-width: 94%; */
	}

	h1,.main-section:not(#size-100) h1 {
		font-size: 43px;
		margin: 0 auto 29px;
	}

	.site-inner {
		padding: 0;
		border-top: none;
	}

	.genesis-nav-menu .menu-item a:before {
		display: none;
	}

	.genesis-nav-menu .menu-item:hover a:before {
		display: none;
	}

	.site-header {
		position: relative;
		padding: 0;
		border-bottom: none;
	}

	.site-header .widget-area {
		padding: 0;
		/* overflow: auto; */
		margin: 0 auto;
		text-align:  center;
		max-width: 100%;
		/* display: flex; */
		/* flex-direction: column; */
	}

	.genesis-nav-menu {
		opacity: 0;
	}

	.site-header .widget:nth-child(1) .responsive-menu-icon {
		display: none;
	}

		#menu-social-media.genesis-nav-menu.responsive-menu {
		display: block !important;
		background-color: transparent;
		padding: 0;
		width: auto;
		margin: 0 auto;
		float: none;
	}
	.genesis-nav-menu.responsive-menu {
		display: none;
		width: 100%;
		background-color: #e9e9e9;
		color: #000;
		float: right;
		position: relative;
		/* top: 40px; */
		z-index: 99999;
		padding: 18px 0;
		opacity: 1;
	}

	.genesis-nav-menu {
		/* top: 37px; */
	}


	.site-header .widget:nth-child(1) .menu-item {
		display: inline-block;
		float: none;
		width: auto !important;
		margin: 0 12px;
	}


	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
		float: left;
		width: 100% !important;
	}

	.nav-primary {
		background-color: #231f20;
	}

	.responsive-menu-icon {
		width: 100px;
		float: none;
		margin: 0 auto;
		text-align: center;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item {
		margin-right: 0;
	}

	.genesis-nav-menu.responsive-menu .sub-menu .menu-item,
	.genesis-nav-menu .menu-item:hover > .sub-menu .menu-item {
		border-bottom: none;
		text-align: center;
		margin: 0;
		max-height: none;
		background-color: #f5f5f5;
		border-top: none;
	}

	.genesis-nav-menu .sub-menu a:after {
		display: none;
	}

	.genesis-nav-menu .sub-menu .menu-item .sub-menu .menu-item {
		background-color: transparent;
		color: #fff;
		border: none;
	}

	.genesis-nav-menu.responsive-menu .sub-menu .menu-item a {
		opacity: 1;
	}

	.genesis-nav-menu .sub-menu .menu-item .sub-menu .menu-item a {
		color: #fff;
		font-size: 15px;
		padding: 1px 33px 1px 0;
	}

	.genesis-nav-menu.responsive-menu .sub-menu .menu-item a {
		text-align: center;
		color: #537fc7 !important;
		padding: 3px 10px;
		margin-right: 0;
		background-color: transparent;
		font-size: 15px;
	}

	.genesis-nav-menu.responsive-menu .menu-item {
		position: static;
		margin: 9px 0 0;
	}


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

	.genesis-nav-menu .menu-item:last-child:hover a {
		position: static;
		background-color: transparent;
	}

	.genesis-nav-menu.responsive-menu .menu-item:hover,
	.genesis-nav-menu .sub-menu .menu-item:last-child:hover a {
		position: static;
		background-color: inherit;
		transform: scale(1);
	}

	.genesis-nav-menu .sub-menu .menu-item:last-child:hover a {
		padding: 3px 10px;
	}
	
	.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 > .first > a,
	.genesis-nav-menu.responsive-menu > .last > a,
	.genesis-nav-menu.responsive-menu a,
	.genesis-nav-menu.responsive-menu a:hover,
	.genesis-nav-menu.responsive-menu li:hover > a {
		background: none;
		color: #595959;
		line-height: 1;
		padding: 5px 0;
		border: none;
		max-width: 100%;
		/* margin-left: 40px; */
		text-align: center;
	}

	.genesis-nav-menu a {
		padding: 5px 0;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {padding: 4px 0px 3px !important;}

	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f347";
		float: right;
		font: normal 16px/1 'dashicons';
		height: 16px;
		padding: 9px 46px 9px 10px;
		right: 0;
		text-align: right;
		z-index: 9999;
		color: #ffffff;
		display: none;
	}

	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f343";
	}
	
	.nav-primary .genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		color: #fff;
	}

	.genesis-nav-menu.responsive-menu .sub-menu {
		border: none;
		left: auto;
		opacity: 1;
		position: relative;
		float: left;
		-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;
		overflow: auto;
		top: 0;
		text-align: center;
	}

	.genesis-nav-menu .menu-item:hover .sub-menu {
		top: 0;
	}

	.genesis-nav-menu .menu-item > .sub-menu {
		/* display: none; */
		padding: 0 0 6px;
		background-color: #f5f5f5;
		box-shadow: none;
		margin-left: 0;
	}

	.genesis-nav-menu .menu-item:hover > .sub-menu {
		/* display: none; */
	}

	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu,
	.genesis-nav-menu .sub-menu .menu-item:hover .sub-menu {
		background-color: transparent;
		margin: 0;
		padding-left: 25px;
		left: auto;
		opacity: 1;
		display: block;
		margin-left: 0.4%;
		border: none;
		margin-bottom: 5px;
	}
	.genesis-nav-menu .sub-menu .sub-menu .menu-item  {
		border: none;
	}

	.genesis-nav-menu .sub-menu .sub-menu .menu-item a {
		padding-top: 0;
		color: #8C8C8C;
	}

	.genesis-nav-menu.responsive-menu .sub-menu li a {
		background: none;
		border: none;
		padding: 14px 20px;
		position: relative;
		width: 100%;
		float: right;
		margin-right: 15px;
	}


	
	.entry-categories,
	.entry-comments-link,
	.entry-tags {
		display: block;
		float: none;
	}
	.sub-footer .widget-title {
		font-size: 75px;
	}

	.sub-footer-left, .sub-footer-right {
		display: block;
		margin: 0 auto 25px;
		width: 70%;
		min-width: 450px;
	}

	.page-template-page_blog .entry-title {
		font-size: 30px;
	}

	body .main-section-wrapper {
		width: 100% !important;
	}

	
	#size-25 {
    	width: 100% !important;
    }

    #size-50 {
    	width: 100% !important;
    }

    #size-75 {
    	width: 100% !important;
    }

    .staff-photo, .staff-bio {
    	height: auto !important;
    }

    .staff-photo {
    	padding: 30px 3% 0;
    }

    .staff-bio {
    	padding: 0 3% 35px;
    }

    body .main-section:not(#size-100) {
    	/* height: auto !important; */
    	/* min-height: 275px !important; */
    }

    .main-section:not(#size-100):before {
    	vertical-align: middle !important;
    }

    body .main-section:not(#size-100),
    body .main-section:not(#size-100) .post-content * {
    	text-align: center !important;
    }

    body .entry-content .main-section:not(#size-100) ul {
    	margin: 0 auto;
    }

    body .entry-content .main-section:not(#size-100) li {
    	list-style-type: none;
    }

    .main-section:not(#size-100) p:last-child {
    	margin-bottom: 0;
    }

    body .main-section:not(#size-100) a.alignright, body .main-section:not(#size-100) img.alignright, body .main-section:not(#size-100) .wp-caption.alignright {
    	margin: 0 auto;
    	float: none;
    }
   .main-section:not(#size-100) iframe {
    	margin-bottom: -15px;
    }
   .main-section:not(#size-100) .button {
    	float: none;
    	margin-bottom: 8px;
    }

   .main-section:not(#size-100) .section-padding {
    	padding: 21px 6%;
    }

    .extra-narrow .wrap {
    	padding: 0 9%;
    }

    .footer-widgets-2 .widget {
    	letter-spacing: 0px !important;
    }

    h2:after {
    	float: none;
    	margin: 0 auto;
    	display: block;
    	position: relative;
    }

    .footer-widgets-2 .widget:nth-child(2) {
    	width: 480px;
    	text-align: center;
    	font-size: 16px;
    	margin: 0 auto 25px;
    	max-width: 96%;
    	float: none;
    	border-right: none;
    }

    .one_third {
    	width: 100% !important;
    	margin: 0 auto !important;
    }

    .footer-widgets-2 .widget:nth-child(2) .one_half {
    	width: 46% !important;
    	clear: none;
    }


    .footer-widgets-2 {
    	text-align: center;
    }

       .footer-widgets-2 .widget:nth-child(n+3) {
    	width: 600px;
    	max-width: 95%;
    	display: block;
    	float: none;
    	margin: 0 auto 32px;
    	vertical-align: top;
    }


	.main-section-wrapper.notch:before {
		bottom: -24px;
		top: auto;
		right: 50%;
		margin-right: -20px;
		width: 40px;
		height: 24px;
		-webkit-clip-path: polygon(50% 100%, 100% 0, 0 0);
		clip-path: polygon(50% 100%, 100% 0, 0 0);
	}

	.main-section:not(#size-100) .content-column {
		width: 100% !important;
	}
	.entry-title, .page-title, .page .entry-title {
		font-size: 37px;
	}

	.widget-title {
		font-size: 42px;
	}

	.staff-basics {
		width: 100%;
		margin: 0 auto 25px;
	}

	.before-header .button {
		position: relative;
		margin-bottom: 12px;
		display: inline-block;
		right: 0;
		top: 0;
		margin-top: 6px;
	}

}

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

	.footer-widgets-3 .widget .menu-item a {
		padding: 0;
	}

	h1,
	:not(#size-100) h1 {
		font-size: 40px;
	}

	h2 {
		font-size: 36px;
	}

	h3 {
		font-size: 24px;
	}

	.page .entry-title {
		font-size: 48px;
	}

body .gform_wrapper .gform_footer input.button,
body .gform_wrapper .gform_footer input[type=submit], body .gform_wrapper .gform_page_footer input.button,
body .gform_wrapper .gform_page_footer input[type=submit] {
	font-size: 22px;
	padding: 8px 23px;
	}

	.footer-widgets-4 .widget_nav_menu .menu-item a {
		padding: 8px 5px;
		font-size: 16px;
	}

	.footer-widgets .widget_nav_menu .menu-item {
		/* padding: 4px; */
		margin: 0 9px;
	}

	.footer-widgets-4 .widget_nav_menu .menu-item {
		display: block;
		text-align: center;
	}

	.wpgmp_infowindow {
		width: 400px;
		line-height: 1.2;
		max-width: 90%;
		margin: 0 auto !important;
	}

	.footer-widgets .wpgmp_infowindow a {
		font-size: 15px !important;
	}

	.single .entry {
		margin-top: 0;
		padding: 59px 5%;
	}

	.page .entry-content {
		background-color: #fff;
		max-width: 960px;
		margin: 0 auto;
	}

	.page .entry-header,
	.single .entry-header {
		/* margin: 0 auto; */
	}

	.featured-image-area {
		position: relative;
		top: 0;
		height: auto;
	}

	.page-template-page_blog .content {
		margin-top: 0;
	}

	.top-featured-image {
		position: relative;
		top: 0;
	}

	.single .entry-header .entry-meta {
		margin-top: 0;
		margin-bottom: 0;
	}

	button, input[type="button"], input[type="reset"], input[type="submit"], .button, .main-section:not(#size-100) .button {
		font-size: 18px;
		padding: 13px 4%;
	}

	.farmer {
		max-width: 760px;
		margin: 0 auto 40px;
		display: block;
		float: none;
	}


	.farmer-photo {
		width: 100%;
		display: block;
		margin: 0 auto 17px;
	}

	.woocommerce .site-inner {
		padding-top: 0;
	}

	.woocommerce .images {
		width: 480px !important;
		max-width: 100%;
		display: block;
		float: none !important;
		margin: 0 auto 25px;
	}

	.woocommerce .summary {
		max-width: 100% !important;
		width: 650px !important;
		display: block;
		float: none !important;
		margin: 0 auto;
		text-align: center;
	}

	.single_variation_wrap {
		max-width: 100%;
		width: 338px;
		display: block;
		float: none;
		overflow: auto;
		margin: 0 auto;
		text-align: center;
	}

	a.alignright, img.alignright, .wp-caption.alignright {
		float: none;
		margin: 0 auto 15px;
		display: block;
		width: 100%;
	}


	.box-button-wrap {
		width: 172px;
		height: 172px;
		margin-right: 3%;
	}
	
	.box-button {
		background-size: 110px;
	}

	
    #size-25 {
    width: 100% !important;
    }

    .before-header {
    	max-width: 100%;
    	padding: 5px 0 0;
    }

    .before-header .widget:nth-child(1) {
    	max-width: 95%;
    	float: none;
    	margin: 0 auto;
    }

    .before-header .widget:nth-child(1):before {
    	font-size: 18px;
    }

    .before-header .widget:nth-child(2) {
    	background-color: #78787b;
    	width: 100%;
    	text-align: center;
    	padding: 5px 2%;
    	color: #fff;
    }

    .before-header .widget:nth-child(2) a {
    	color: #fff;
    }

    .footer-widgets-1 .button {
		float: none;
	}

	.footer-widgets-1 h2 {
		/* margin-bottom: 22px; */
		/* width: 100%; */
	}

	.testimonial_rotator_wrap {
		padding: 0 !important;
	}

	
	.one_half {
		width: 100% !important;
		margin: 0 auto !important;
	}

	.one_half p:last-of-type {
		margin-bottom: 0;
	}

	.widget-title {
		font-size: 41px;
	}

	.footer-widgets-1 .widget:nth-child(2) p {
		width: 100%;
	}

	.footer-widgets-1 .widget:nth-child(2) p:nth-of-type(1),
	.footer-widgets-1 .widget:nth-child(2) p:nth-of-type(2) {
		border-right: none;
		border-bottom: 1px solid #ccc;
		padding-bottom: 16px;
	}
	
}

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


	h1,
	:not(#size-100) h1 {
		font-size: 36px;
		/* padding: 0; */
	}

	.sub-footer-left, .sub-footer-right {
		min-width: 0;
		padding: 15px 5%;
		width: 100%;
	}

	.sub-footer .widget-title {
		font-size: 45px;
	}

	body {
		font-size: 19px;
	}

	.page .entry-title {
		font-size: 42px;
		/* padding: 0 0 7px; */
	}



	.footer-widgets .widget_nav_menu #menu-social-media .menu-item {
		margin: 0 7px;
		width: auto;
	}

	.footer-widgets .widget_nav_menu #menu-social-media .menu-item a {
		font-size: 16px;
	}

	.footer-widgets .widget_nav_menu .menu-item {
		/* width: 100%; */
		margin-bottom: 8px !important;
		text-align: center;
		margin: 0 auto;
	}

	.footer-widgets .widget_nav_menu .menu-item a {
		font-size: 18px;
		padding: 4px 2%;
	}

	.footer-widgets-4 {
		padding: 25px 1%;
	}


	.entry-content ol, .entry-content ul {
		margin-left: 4%;
	}

	.ACF-pro-home .site-inner {
		font-size: 20px;
	}

	.footer-widgets .widget_nav_menu #menu-social-media .menu-item a {
		font-size: 15px;
	}

	.footer-widgets .widget_nav_menu #menu-social-media .menu-item .fa {
		font-size: 30px;
		margin-bottom: 0;
	}

	button, input[type="button"], input[type="reset"], input[type="submit"], .button, .main-section:not(#size-100) .button {
		font-size: 17px;
	}

	h2 {
		font-size: 32px;
	}

		.box-button-wrap {
		width: 250px;
		height: 250px;
		display: block;
		margin: 0 auto 25px;
	}

	.box-button {
		background-size: 120px;;
	}

	.box-wrap .box-button-wrap-last {
		margin: 0 auto 25px;
	}

	.footer-widgets-2 .widget:nth-child(n+3) {
		width: 100%;
	}

	.before-header p {
		/* font-size: 23px; */
		width: 100%;
		margin: 0 auto;
	}

	.before-header a {
		margin-left: 0;
	}

	.section-padding {
		padding: 71px 5%;
	}

	.site-header .widget:nth-child(4) br {
		display: block;
	}

	.site-header .widget:nth-child(4) a {
		width: 100%;
		display: block;
		border: none;
		text-align: center;
		font-size: 21px;
	}
	
	.wpgmp_infowindow h2 {
		font-size: 21px;
	}

	.wpgmp_infowindow {
		font-size: 18px !important;
		width: 250px !important;
		max-width: 100%;
	}

	.wpgmp_infowindow a {
		font-size: 17px !important;
	}

	.before-header br {
		display: block;
	}
			
}

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

	.page-template-page_blog .entry-title {
		font-size: 27px;
	}

	.site-header .widget_revslider {
		/* margin: 0; */
	}

	.extra-tall .section-padding {
		padding: 140px 5%;
	}

	h1,
	:not(#size-100) h1 {
		font-size: 35px;
	}

	.fixed-image .section-background-image {
		background-attachment: scroll;
	}

	.entry-title {
		font-size: 27px;
	}

	#foogallery-gallery-714 a {
		width: 80%;
	}

	#foogallery-gallery-714 a,
	#foogallery-gallery-714 a:nth-child(2n+2) {
		margin: 0 auto 25px;
	}

	.page .entry-header, .single .entry-header {
		/* margin-bottom: 23px; */
		/* padding-bottom: 0; */
	}

	.footer-widgets .widget_nav_menu #menu-social-media {
		padding: 15px 0;
	}

	.footer-widgets .widget_nav_menu #menu-social-media .menu-item {
		/* width: 100%; */
		/* margin: 0 auto 25px; */
	}

	.footer-widgets .widget_nav_menu #menu-social-media .menu-item:last-child {
		margin-bottom: 0;
	}

	.widget-title {
		font-size: 36px;
		padding-bottom: 12px;
		border-width: 5px;
	}

	.site-header .widget:nth-child(3) {
		border-radius: 7px;
		width: 300px;
	}

	.site-header .widget:nth-child(3) .widget-title,
	.site-header .widget:nth-child(3) a {
		width: 100%;
		border-radius: 0;
	}

	body #accordion_pro_39 .wpsm_panel-title > a {
		padding: 0 !important;
	}

	body #accordion_pro_39 .wpsm_panel-title {
		border-bottom: 1px solid rgba(236, 236, 236, 0.31) !important;
		margin-bottom: 25px !important;
	}

	body .collapse {
		margin-bottom: 35px !important;
	}
	body #accordion_pro_39 .wpsm_panel:last-child .wpsm_panel-title {
		border-bottom: none !important;
	}

	body #accordion_pro_39 .wpsm_panel-title > a:after, body #accordion_pro_39 .wpsm_panel-title > a.collapsed:after {
		display: block !important;
		position: relative !important;
		margin: 14px auto 20px;
		padding: 0;
		float: none;
		width: auto;
		left: auto !important;
	}
}

/* 2020 Additions (JDH/CDS)
---------------------------------------------------------------------*/

.visually-hidden {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

/* before-header widget area reformat (converting to flex). See line 1502 for overridden code */
.before-header > section#black-studio-tinymce-3 > div.widget-wrap > div.textwidget > p {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}
.before-header > section#black-studio-tinymce-3 > div.widget-wrap > div.textwidget > p > span {
    margin: .5rem 1rem;
}
.before-header > section#black-studio-tinymce-3 > div.widget-wrap > div.textwidget > p > span:first-child {
    margin-left: 0;
}
.before-header > section#black-studio-tinymce-3 > div.widget-wrap > div.textwidget > p > span:last-child {
    margin-right: 0;
}

@media only screen and (max-width: 820px) {
    .before-header > section#black-studio-tinymce-3 > div.widget-wrap > div.textwidget > p {
        align-content: center;
        flex-flow: column nowrap;
    }
    .before-header > section#black-studio-tinymce-3 > div.widget-wrap > div.textwidget > p > span {
        margin: .5rem 1rem;
    }
    .before-header > section#black-studio-tinymce-3 > div.widget-wrap > div.textwidget > p > span:first-child {
        margin-left: 1rem;
    }
    .before-header > section#black-studio-tinymce-3 > div.widget-wrap > div.textwidget > p > span:last-child {
        margin-right: 1rem;
    }
}