/* # ArchOmaha.org Theme
Theme Name: ArchOmaha.org Theme
Theme URI: http://archomaha.org/
Description: WordPress theme for the Archdiocese of Omaha.
Author: Brian Wetjen for EG | Integrated
Author URI: http://www.actualvirtual.co/
Template: genesis
Template Version: 2.1.2
Tags: black, orange, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
- 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
	- Header Navigation
	- Primary Navigation
	- Secondary Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Retina Display
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 800px
*/


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}


/* ## Box Sizing
--------------------------------------------- */

*,
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:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}




/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

body {
	background: #fff url(images/bg.png) center repeat-y;
	color: #8d857f;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 16px;
	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,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #D87900;
	text-decoration: none;
}

a:hover {
	color: #333;
}

p {
	margin: 0 0 1em;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	font-style: normal;
	margin: 40px;
	font-family: Raleway, 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	color: #095c66;

}

blockquote::before {
/*	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px; */
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Raleway, 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 3px;
}

h1 {
	font-size: 36px;
	text-transform: uppercase;
	color: #095c66;
}

h2 {
	margin-bottom: 6px;
	font-size: 21px;
	color: #095c66;
}

h3 {
	margin-top: 1.5em;
	font-size: 18px;
	color: #8d857f;
	font-weight: bold;
}

h4 {
	font-size: 17px;
	color: #8d857f;
}

.content h4 {
	text-transform: none;
}

h5 {
	margin-bottom: 12px;
	padding-top: 24px;
	font-size: 22px;
	text-transform: uppercase;
	border-bottom: 1px solid #095c66;
	color: #095c66;
}

h6 {
	font-size: 14px;
	color: #095c66;
}


/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}


/* ## Sliders
--------------------------------------------- */

.tp-bullet {
	background: #d8d3cc !important;
}

.tp-bullet:hover,
.tp-bullet.selected {
	background: #D87900 !important;
}
/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

#gallery-1 img,
.gallery img {
	border: 0 !important; /* 1px solid #ddd; */
	height: auto;
	padding: 0 !important; /* 4px; */
}

.gallery img:hover {
	/* border: 1px solid #999; */
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-weight: 300;
	padding: 0px 0px 0px 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #D87900;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #ccc;
	font-weight: 300;
	font-style: italic;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #ccc;
	font-style: italic;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
    background-color: #b1a99e;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 300;
    padding: 8px 12px;
	text-transform: uppercase;
	width: auto;
    border-radius: 5px;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
	background-color: #e84a36;
	color: #fff;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	background-color: #D87900;
	color: #fff;
}

.entry-content .button:hover {
	color: #fff;
}

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover {
	background-color: #fff;
	color: #333;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}


/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 400;
}




/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Header / Featured Images */

.wp-post-image {
	/* margin-top: -55px; */
	margin-top: -40px;
}

/* ## Homepage
--------------------------------------------- */
body.home {
	background: url(images/bg-linen.jpg) center repeat-y;
}

#homepage-slider {
	clear: both;
	max-width: 1200px;
	margin: 0 auto;
	clear: inherit;
}

#home-left {
	width: 810px;
	float: left;
}

	#home-buttons {
		margin-bottom: 20px;
	}

		#home-button-one {
			background: url(images/btn-blue-arrow-right) no-repeat right;
			width: 255px;
			height: 48px;
			margin: 0 20px 0 0;
			float: left;
			text-align: center;
		}

			#home-button-one a {
				background: #7ea7ac url(images/btn-icon-heart.png) no-repeat;
				background-position: 2px;
				width: 246px;
				height: 48px;
				padding: 9px 0 0 50px;
				color: #fff;
				font-family: 'Raleway', Arial, Helvetica, sans-serif;
				text-transform: uppercase;
				font-size: 16px;
				font-weight: 600;
				line-height: 1em;
				text-align: left;
				display: block;
			}

		#home-button-two {
			background: url(images/btn-green-arrow-right) no-repeat right;
			width: 250px;
			height: 48px;
			margin: 0 20px 0 0;
			float: left;
			text-align: center;
		}
			#home-button-two a {
				background: #b8bf0d url(images/btn-icon-rings.png) no-repeat;
				background-position: 18px;
				width: 241px;
				height: 48px;
				padding: 16px 0 0 68px;
				color: #fff;
				font-family: 'Raleway', Arial, Helvetica, sans-serif;
				text-transform: uppercase;
				font-size: 16px;
				font-weight: 600;
				line-height: 1em;
				text-align: left;
				display: block;
			}

		#home-button-three {
			background: url(images/btn-red-arrow-right) no-repeat right;
			width: 245px;
			height: 48px;
			margin: 0 20px 20px 0;
			float: left;
		}
			#home-button-three a {
				background: #e84a36 url(images/btn-icon-cross.png) no-repeat;
				background-position: 4px;
				width: 236px;
				height: 48px;
				padding: 15px 0 0 48px;
				color: #fff;
				font-family: 'Raleway', Arial, Helvetica, sans-serif;
				text-transform: uppercase;
				font-size: 18px;
				font-weight: 600;
				line-height: 1em;
				display: block;
			}

	#home-faw {
		clear: both;
		background: #e84a36 url(images/bg-home-faith-at-work.jpg) no-repeat center top;
		background-size: cover;
		padding: 26px 35px;
		margin-right: 20px;
		width: 525px;
		min-height: 495px;
		float: left;
	}

		#faw-homepage-header {
			border-bottom: 2px solid rgba(255, 255, 255, 0.58);
			padding-bottom: 25px;
			margin-bottom: 22px;
		}

		.faw-homepage-image-link {
			float: right;
			display: block;
			width: 200px;
			height: 150px;
			margin-left: 10px;
			margin-top: 8px;
			background-repeat: no-repeat;
			background-position: center top;
			background-size: cover;
		}

		#faw-homepage-header faw-homepage-title,
		#faw-homepage-header H2 {
			font-family: 'Raleway', Arial, Helvetica, sans-serif;
			color: rgba(255, 255, 255, 0.58);
			font-size: 40px;
			font-weight: 600;
			text-transform: uppercase;
			margin-bottom: 10px;
			line-height: 1.1em;
		}

		#faw-homepage-header a:hover,
		#faw-homepage-header H2:hover {
			color: #fff;
		}

		.faw-homepage-title {
			color: #fff;
			text-transform: uppercase;
			font-size: 18px;
			font-family: 'Raleway', Arial, Helvetica, sans-serif;
			margin: 0;
		}

		#faw-homepage-content {
			color: #fff;
		}

		#faw-homepage-more {
			text-align: right;
		}

		#faw-homepage-more a {
			color: rgba(255, 255, 255, 0.58);
			text-transform: uppercase;
		}

		#faw-homepage-more a:hover {
			color: #fff;
		}

	#home-our-faith {
		background: #7ea7ac;
		width: 245px;
		min-height: 495px;
		float: left;
	}

		#text-3 .widget-title {
			background-color: #7ba7ae;
			background-image: url(images/bg-home-our-faith.png);
			background-repeat: no-repeat;
			background-position: center 14px;
			width: 245px;
			height: 120px;
			margin: 0;
			padding: 46px 25px 20px 25px;
			font-family: 'Raleway', Arial, Helvetica, sans-serif;
			color: #fff;
			font-size: 33px;
			font-weight: 600;
			text-align: center;
			text-transform: uppercase;
		}

		#text-3 .textwidget {
			background-color: #abc6ca;
			margin-top: 22px;
			padding: 25px 25px 20px 25px;
			width: 245px;
			font-size: 16px;
			font-weight: normal;
			color: #095c66;
		}

		.home-our-faith-learn-more {
			color: #095c66;
			font-size: 16px;
			font-weight: 600;
			text-decoration: none;
			text-transform: uppercase;
			text-align: right;
			display: block;
			width: 100%;
		}

		.home-our-faith-learn-more:hover {
			color: #fff;
		}

#home-right {
	width: 300px;
	float: left;
}

	#home-banner-blog {
		background: url(images/flag-grey-tail-left.png) no-repeat;;
		width: 300px;
		height: 48px;
		margin: 0;
		padding-left: 15px;
	}

	#home-banner-blog a {
		background: #8d857f;
		width: 285px;
		height: 48px;
		padding: 11px 15px;
		margin: 0;
		color: #fff;
		font-family: 'Raleway', Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		font-size: 26px;
		font-weight: 600;
		line-height: 1em;
		text-align: center;
		display: block;
	}

	#home-banner-blog a:hover {
		color: #333;
	}

	#home-blog-image {
		width: 270px;
		height: 150px;
		margin: 0 auto;
		background: #f7f7ef url(images/home-blog-hdrphoto.jpg) no-repeat center top;
		background-size: cover;
	}

	#home-blog-content {
		width: 270px;
		min-height: 514px;
		margin: 0 auto;
		padding: 20px 20px 11px 20px;
		background: #f7f7ef;
	}

	.home-blog-footer {
		text-align: right;
		text-transform: uppercase;
	}


	/* styles for the widget that displays recent blog posts */
	#recent-posts-3 .h4before,
	#recent-posts-3 .h4after,
	#recent-posts-3 h4 {
		display: none;
	}
	#recent-posts-3 li {
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 1px dashed #D87900;
	}

	#recent-posts-3 .post-date {
		font-size: 14px;
		font-weight: 300;
		color: #aea07c;
	}

	#recent-posts-3 li a {
		font-size: 16px;
		font-weight: 600;
		color: #7d7359;
		display: block;
	}

	#recent-posts-3 li a:hover {
		color: #D87900;
	}

	#recent-posts-3 .post-all {
		color: #D87900;
		font-size: 16px;
		font-weight: 600;
		text-decoration: none;
		text-transform: uppercase;
		text-align: right;
		display: block;
		width: 100%;
	}

	#recent-posts-3 post-all:hover {
		color: #7d7359;
	}







/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1256px;
}

.site-inner {
	clear: both;
	max-width: 1200px;
	padding: 40px 0px 45px 45px;
	border-top: 7px solid #8d857f; 	/* show the under-nav shadow bar 	*/
	clear: inherit; 	/* we want this to flow inline so the primary nav wraps appear "behind" these 	*/
}


.home > div.site-container > div.site-inner { 	/* we don't want to show the under-nav shadow bar on the homepage 	*/
	border-top: none;
}

/* ## 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: 810px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
	/* padding-top: 60px; this was added to compensate for the Simple Sidebars removing the Sidebar Markeup and <aside> */
}


/* ### Content */
body.sidebar-content-sidebar > div.site-container > div.site-inner > div.wrap {
	background: url(images/bg-content.png) repeat-y;
}

.content {
	float: right;
	width: 765px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-wrap img {
	/* margin-bottom: 33px; */
	margin-bottom: 0px;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 550px;
	margin-top: 10px;
	padding-right: 35px;
}

.full-width-content .content {
	width: 100%;
}


/* ### Primary Sidebar */

.sidebar-primary {
	width: 215px;
	margin: 58px 45px 40px 0;
	float: right;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}


/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 300px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}


/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}




/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}


/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description,
.author-box {
	background-color: #fff;
	font-size: 16px;
	margin-bottom: 40px;
	padding: 40px;
}

.author-box-title {
	font-size: 16px;
	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;
}

.site-header .search-form  input[type="search"] {
	font-size: 14px;
	padding: 10px;
}

.entry-content .search-form,
.site-header .search-form {
	width: 80%;
}

.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;
}

.entry-content .search-form input[type="submit"] {
	margin-top: 20px;
}

/* ## Titles
--------------------------------------------- */

.archive-title {
	font-size: 20px;
}

.entry-title {
	margin-bottom: 25px;
	padding-bottom: 5px;
	font-size: 36px;
	color: #095c66;
	border-bottom: 2px solid #095c66;
	/* margin-top: -58px; this was added to offset the content-sidebar-wrap CSS for top padding so that the sidebar elements are bumped down while the content column elements go back up */
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
}

.entry-title a:hover {
	color: #e84a36;
}

.widget-title {
	font-size: 18px;
	margin-bottom: 20px;
}

.footer-widgets .widget-title {
	color: #fff;
}


/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	/* margin: 0 24px 24px 0; */
	margin: 5px 22px 15px 0px;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	/* margin: 0 0 24px 24px; */
	margin: 5px 0px 15px 22px;
}

.wp-caption-text {
	font-size: 13px;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.sticky {
}




/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	margin: 15px 0 0 20px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}


/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	padding: 0 0 24px;
}

.footer-widgets .entry {
	border-bottom: 1px dotted #666;
}

.featured-content .entry-title {
	font-size: 20px;
}




/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

.enews-widget,
.enews-widget .widget-title {
	color: #fff;
}

.sidebar .widget.enews-widget {
	background-color: #333;
}

.enews-widget input,
.enews-widget input:focus {
	border: 1px solid #333;
}

.enews-widget input {
	font-size: 16px;
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	background-color: #e84a36;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #333;
}

.enews form + p {
	margin-top: 24px;
}


/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}




/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #ece4cd;
	min-height: 160px;
}

.site-header .wrap {
	padding: 0px 0px 40px 0px;
}


/* ## Title Area
--------------------------------------------- */

.title-area {
	width: 250px;
	height: 160px;
	margin-left: 41px;
	pading: 0;
	float: left;
}

.header-full-width .title-area {
	width: 100%;
}

.site-title {
	font-size: 32px;
	font-weight: 400;
	line-height: 1.2;
}

.site-title a,
.site-title a:hover {
	color: #333;
}

.header-image .site-title > a {
	background: url(images/logo.png) no-repeat left;
	float: left;
	min-height: 160px;
	width: 100%;
}

.site-description {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
}

.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 {
	margin-top: 53px;
	margin-right: 28px;
	float: right;
	text-align: right;
}




/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	color: #fff;
	display: block;
	padding: 22px 26px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #e84a36;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #8d857f;
	border: 1px solid #8d857f;
	border-top: none;
	width: 200px;
	padding: 12px 20px;
	font-family: Raleway, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.35em;
	position: relative;
}

.genesis-nav-menu .sub-menu li {
	border-bottom: 1px #b1a99e solid;
}

.genesis-nav-menu .sub-menu li > a:after {
    color: #fff;
    content: ' ▸';
}

.genesis-nav-menu .sub-menu li > a:only-child:after {
    content: '';
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -43px 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 {
	color: #fff;
	float: right;
	list-style-type: none;
	padding: 30px 0;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 10px 0 0;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -56px;
}

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}


/* ## Header Navigation
--------------------------------------------- */

#nav_menu-2 {
	/* background-color: #8d857f; */
}

#nav_menu-2 a {
	padding: 20px 0px 0px 20px;
	color: #8d857f;
	font-family: Raleway, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
}

#nav_menu-2 a:hover {
	color: #D87900;
}


/* ## Primary Navigation
--------------------------------------------- */

.nav-primary {
	/* background-color: #8d857f; */
	margin-top: -37px;
}

.nav-primary .wrap {
	background: #8d857f url(images/bg-content-home.jpg);
}

.nav-primary .genesis-nav-menu a {
	color: #7d7359;
	text-transform: uppercase;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	background: #8d857f;
	background-image: none;
	color: #fff;
	text-transform: capitalize;
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu .current-menu-item > a,
.nav-primary .genesis-nav-menu .current-menu-parent > a,
.nav-primary .genesis-nav-menu .current-page-ancestor > a {
	background-color: #D87900;
	background: url(images/bg-nav-on.png) no-repeat bottom;
	background-position: -22px 0px;
}

.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	background-color: #fff;
	color: #8d857f;
}

.nav-primary .genesis-nav-menu .sub-menu a:hover,
.nav-primary .genesis-nav-menu .sub-menu .current-page-ancestor > a,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a {
	background-color: #fff;
	background-image: none;
	color: #D87900;
}

.nav-primary .genesis-nav-menu .sub-menu .current-page-parent > a {
	background-color: #fff;
	background-image: none;
	color: #D87900;
}

.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	background-color: #fff;
	color: #D87900;
}

#menu-full-navigation-menu,
#menu-primary-navigation {
	font-family: 'Roboto Slab', Raleway, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #7d7359;
}

#nav-banner-wraps {
	max-width: 1256px;
	margin: 0 auto;
	position: relative;
}

.nav-wrap-left {
	width: 28px;
	height: 14px;
	background: url(images/navs-wrap-left.png) no-repeat;
	float: left;
}

.nav-wrap-right {
	width: 28px;
	height: 14px;
	background: url(images/navs-wrap-right.png) no-repeat;
	float: right;
}


/* ## Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #fff;
}

#advanced_menu-11,
#advanced_menu-10,
#advanced_menu-9,
#advanced_menu-8,
#advanced_menu-7,
#advanced_menu-6,
#advanced_menu-5,
#advanced_menu-4,
#advanced_menu-3 {
	margin-top: 17px;
}

.menu-contact-menu-container,
.menu-events-section-navigation-container,
.menu-news-section-navigation-container,
.menu-schools-section-navigation-container,
.menu-parishes-section-navigation-container,
.menu-worship-sacraments-section-navigation-container,
.menu-about-section-navigation-container,
.menu-ministries-section-navigation-container,
.menu-family-youth-section-navigation-container {
	margin: 15px 0px 0px 25px;
	padding-right: 10px;
}
#advanced_menu-11 a,
#advanced_menu-10 a,
#advanced_menu-9 a,
#advanced_menu-8 a,
#advanced_menu-7 a,
#advanced_menu-6 a,
#advanced_menu-5 a,
#advanced_menu-4 a,
#advanced_menu-3 a {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #8d857f;
}

#advanced_menu-11 a:hover,
#advanced_menu-10 a:hover,
#advanced_menu-9 a:hover,
#advanced_menu-8 a:hover,
#advanced_menu-7 a:hover,
#advanced_menu-6 a:hover,
#advanced_menu-5 a:hover,
#advanced_menu-4 a:hover,
#advanced_menu-3 a:hover {
	color: #D87900;
}


#advanced_menu-11 .current_page_item .sub-menu a,
#advanced_menu-10 .current_page_item .sub-menu a,
#advanced_menu-9 .current_page_item .sub-menu a,
#advanced_menu-8 .current_page_item .sub-menu a,
#advanced_menu-7 .current_page_item .sub-menu a,
#advanced_menu-6 .current_page_item .sub-menu a,
#advanced_menu-5 .current_page_item .sub-menu a,
#advanced_menu-4 .current_page_item .sub-menu a,
#advanced_menu-3 .current_page_item .sub-menu a {
	color: #8d857f;
}

#advanced_menu-11 .current_page_item a,
#advanced_menu-10 .current_page_item a,
#advanced_menu-9 .current_page_item a,
#advanced_menu-8 .current_page_item a,
#advanced_menu-7 .current_page_item a,
#advanced_menu-6 .current_page_item a,
#advanced_menu-5 .current_page_item a,
#advanced_menu-4 .current_page_item a,
#advanced_menu-3 .current_page_item a {
	color: #7ea7ac;
}

#advanced_menu-11 .current_page_item a:hover,
#advanced_menu-10 .current_page_item a:hover,
#advanced_menu-9 .current_page_item a:hover,
#advanced_menu-8 .current_page_item a:hover,
#advanced_menu-7 .current_page_item a:hover,
#advanced_menu-6 .current_page_item a:hover,
#advanced_menu-5 .current_page_item a:hover,
#advanced_menu-4 .current_page_item a:hover,
#advanced_menu-3 .current_page_item a:hover {
	color: #D87900;
}

#menu-item-2365 a,
#menu-item-1238 a,
#menu-item-197 a,
#menu-item-210 a,
#menu-item-219 a,
#menu-item-236 a,
#menu-item-258 a,
#menu-item-264 a,
#menu-item-284 a,
#menu-item-290 a {
	background: #7ea7ac url(images/bg-subnav-banner-1line.png) no-repeat;
	width: 300px;
	margin: 0px 0px 0px -25px;
	padding: 10px 20px 10px 25px;
	font-size: 18px;
	font-family: Raleway, Arial, Helvetica, sans-serif;
	font-weight: 600;
	color: #fff !important;
	text-transform: uppercase;
	display: block;
}

#menu-item-2365 a:hover,
#menu-item-1238 a:hover,
#menu-item-197 a:hover,
#menu-item-210 a:hover,
#menu-item-219 a:hover,
#menu-item-236 a:hover,
#menu-item-258 a:hover,
#menu-item-264 a:hover,
#menu-item-284 a:hover,
#menu-item-290 a:hover {
	color: #fff;
}

#menu-item-2365,
#menu-item-1238,
#menu-item-197,
#menu-item-210,
#menu-item-219,
#menu-item-236,
#menu-item-258,
#menu-item-264,
#menu-item-284,
#menu-item-290 {
	margin-right: -9px;
	padding-bottom: 7px;
	background: url(images/bg-subnav-banner-wrap.png) no-repeat bottom right;
}

/* Third Level Sidebar Navs need padding to wrap properly */
#menu-item-318 > ul,
#menu-item-2046 > ul,
#menu-item-369 > ul {
	padding-right: 15px;
}




/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.entry {
	margin-bottom: 0px;
	padding: 0px;
}

.content .entry {
	/* background-color: #fff; */
}

.entry-content ol,
.entry-content ul {
	margin-top: 1.15em;
	margin-bottom: 28px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
	/* margin-bottom: 0.75em; */
	margin-bottom: 0.25em;
}

.entry-content ul > li {
	list-style-type: disc;
	/* margin-bottom: 0.75em; */
	margin-bottom: 0.25em;
}

.entry-content ul.links > li {
	list-style-type: square;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

.content-video {
	margin: 0;
}

.content-video-caption {
	max-width: 500px;
	margin-top: -22px;
	margin-bottom: 22px;
	padding: 8px 10px;
	background: #7ea7ac;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
}

.priest-profile {
	margin-bottom: 30px;
	background: #ece3cd;
}

.priest-profile h2 {
	padding: 12px;
	background: #7ea7ac;
	color: #fff;
	text-transform: uppercase;
}

.priest-profile-content {
	padding: 8px 15px;
}

.orange-title {
	color: #D87900;
}

#inline-form {
	padding: 8px 15px;
	margin-bottom: 30px;
	background: #ece3cd;
}

.career-opportunity {
	padding-left: 30px;
	margin-top: 8px;
	margin-bottom: 22px;
}

.career-location {
	font-size: 14px;
	color: #b1a99e;
	text-transform: uppercase;
}

.career-title {
	font-family: Raleway, 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 600;
	line-height: 1.2;
	font-size: 18px;
	color: #095c66;
}

.career-contact {
	padding-bottom: 22px;
	border-bottom: 1px dotted #b1a99e;
}


/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #b1a99e;
	padding-top: 16px;
	margin-top: 16px;
	font-size: 12px;
}

.entry-footer .entry-meta {
	color: #b1a99e;
}

.entry-categories,
.entry-tags {
	color: #b1a99e;
	display: block;
}

.entry-categories a,
.entry-tags a {
	color: #b1a99e;
}

.entry-categories a:hover,
.entry-tags a:hover {
	color: #D87900;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}


/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.pods-pagination-advanced,
.adjacent-entry-pagination {
	margin-bottom: 35px;
	display: block;
}

.archive-pagination li {
	display: inline;
}

.pods-pagination-current,
.pods-pagination-advanced a {
	background-color: #b1a99e;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	padding: 6px 10px;
	border-radius: 5px;
	margin-bottom: 5px;
}

.pods-pagination-advanced a:hover {
	background-color: #D87900;
}

.archive-pagination li a {
	background-color: #b1a99e;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	padding: 6px 10px;
	border-radius: 5px;
}

.pods-pagination-current,
.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #D87900;
}

.pods-pagination-current {
	cursor: default;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 40px 40px 16px;
}

.entry-comments {
	padding: 40px;
}

.comment-header {
	font-size: 16px;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment-content {
	clear: both;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	padding: 24px;
}



/* ## Individual Pages
--------------------------------------------- */

/* NEWS */


.news-category {
	padding: 0px 19px 13px 19px;
	margin: 0px 0px 13px 0px;
	border: 1px solid #8d857f;
	min-height: 255px;
}

.news-title {
	padding: 100px 0px 10px 0px;
	margin: 0px -19px;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	display: block;
	text-align: center;
}

.news-snippet {
	 padding-top: 13px;
	 display: inline-block;
}

#news-faith-at-work {
	margin-right: 13px;
}

#news-faith-at-work .news-title {
	background: url(images/news-icon-faw.png) center top no-repeat;
	background-color: #e84a36;
}

#news-newsletter {
	margin-right: 0px;
}

#news-newsletter .news-title {
	background: url(images/news-icon-newsletter.png) center top no-repeat;
	background-color: #7ea7ac;
}

#gform_wrapper_6 {
	display: none;
}

#news-blog {
	margin-right: 13px;
}

#news-blog .news-title {
	background: url(images/news-icon-blog.png) center top no-repeat;
	background-color: #b9be10;
}

#news-media-gallery {
	margin-right: 0px;
}

#news-media-gallery .news-title {
	background: url(images/news-icon-media-gallery.png) center top no-repeat;
	background-color: #b9afa5;
}

#news-news-media {
	margin-right: 13px;
}

#news-news-media .news-title {
	background: url(images/news-icon-news-media.png) center top no-repeat;
	background-color: #D87900;
}

#news-catholic-voice {
	margin-right: 0px;
}

#news-catholic-voice .news-title {
	background: url(/wp-content/uploads/2016/04/monitorIcon1.png) center top no-repeat;
	background-color: #9f9060;
}

.news-title:hover {
	background-color: #D87900;
	color: #fff;
}

.more-link {
	text-transform: uppercase;
	font-weight: bold;
}


/* BLOG */

.content .post {
	border: 1px solid #b1a99e;
	padding: 18px 22px;
	margin-bottom: 22px;
}

.post h2 {
	margin-bottom: 0px;
}

.post .entry-title {
	border-bottom: none;
	font-size: 30px;
}

.post .entry-title a {
	color: #7ea7ac;
	font-weight: normal;
}

.post .entry-title a:hover {
	color: #D87900;
}

.post .entry-meta {
	color: #8d857f;
}

.blog-intro-text {
	margin-top: 50px;
}




/* SEMINARIANS */

.seminarian-title {
	width: 100%;
	clear: both;
	margin-top: 22px;
}

.seminarian-photo-listing {
	width: 120px;
	float: left;
	background: #7ea7ac;
	margin-bottom: 8px;
	margin-right: 8px;
	min-height: 182px;
}

.seminarian-photo-listing-caption-name {
	color: #fff;
	margin: 0;
	padding: 0px 8px 0px 8px;
	font-size: 12px;
	font-weight: bold;
}

.seminarian-photo-listing-caption-study-level {
	color: #fff;
	margin: 0;
	padding: 0px 8px 6px 8px;
	font-size: 11px;
}

.seminarian-bio {
	padding: 5px 20px;
}

.seminarian-name {
	font-weight: bold;
}

.seminarian-study-level {
	font-size: .85em;
}

.seminarian-school {
	font-size: .85em;
}




/* FAITH AT WORK */

.post-96 {
	margin-top: 30px;
}

.faw-header {
	background: #e84a36 url(images/bg-faw-top.jpg);
	background-size: cover;
	max-width: 810px;
	min-height: 110px;
	color: #fff;
	font-size: 50px;
	font-family: Raleway, 'Open Sans', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 25px 40px;
	display: block;
}

.faw-footer {
	background: #e84a36 url(images/bg-faw-bottom.jpg);
	background-size: cover;
	max-width: 810px;
	color: #fff;
	font-size: 36px;
	font-family: Raleway, 'Open Sans', Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	padding: 20px 40px;
	margin-top: -5px;
	display: block;
}

.faw-footer:hover {
	color: #fff;
}

.faw-box {
	width: 166px;
	height: 158px;
	margin-right: 4px;
	margin-bottom: 4px;
	float: left;
}

.faw-box-image {
	width: 166px;
	height: 158px;
	display: block;
}

.faw-box-caption {
	overflow: hidden;
	background-color:rgba(0, 0, 0, 0.58);
	width: 166px;
	min-height: 61px;
	max-height: 61px;
	padding: 5px 8px;
	margin-top: -61px;
	color: #fff;
	font-size: 12px;
	display: block;
}

.faw-box-caption:hover {
	color: #fff;
	background-color: #D87900;
}

.faw-title {
	margin-top: -9px;
	font-size: 32px;
}

.faw-meta {
	font-size: 14px;
	text-transform: none;
}

.faw-excerpt {
	background: #b9be10;
	font-size: 16px;
	color: #fff;
	padding: 15px;
	margin-top: 15px
}

#text-95 .textwidget {
	font-size: 18px;
	font-family: 'Raleway', Arial, Helvetica, sans-serif;
	line-height: 24px;
	background: url(images/bg-faw-heartbar-top.png) center top no-repeat;
	padding-top: 35px;
	padding-bottom: 22px;
	border-bottom: 2px solid #e84a36;
}

.type-faithatwork .entry-content {
	padding-top: 22px;
	padding-left: 41px;
}

.type-faithatwork h2 {
	font-size: 24px;
	color: #e84a36;
}

.type-faithatwork h3 {
	color: #e84a36;
}




/* PODCASTS  */

.podcast,
.podcast-track {
	padding-bottom: 6px;
	border-bottom: 1px dashed #b1a99e;
	margin-bottom: 15px;
}

.podcast-track .mejs-container {
	/* margin-top: -15px; */
}

.podcast-meta {
	margin: 0;
}

.podcast-date {
	font-size: 12px;
}

.podcast-title {
	font-weight: bold;
	text-transform: capitalize;
}

/* WP 3.6 Native Audio Player styling*/

/* change the color of the background */
.mejs-controls,
.mejs-mediaelement,
.mejs-container {
	background: url('') !important;
	background-color: #f4efe4 !important;
}

/* change the color of the lettering */
.mejs-currenttime,
.mejs-duration {
	color: black !important;
}

/* eliminate the yellow border around the play button during playback */
.mejs-controls .mejs-button button:focus {
	outline: none !important;
}

/* use a sprite file with darker transport icons */
.mejs-controls .mejs-button button {
	background-image: url('images/controls-dark.svg') !important;
}

/* change the color of the progress bar */
.mejs-controls .mejs-time-rail .mejs-time-total {
	background: #d8d3cc !important;
}

/* change the color of the current time bar */
.mejs-controls .mejs-time-rail .mejs-time-current {
	background: #7ea7ac !important;
}

/* change the color of the file loading bar */
.mejs-controls .mejs-time-rail .mejs-time-loaded {
	background: #b1a99e !important;
}

/* change the color of the volume level indicator */
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: rgba(216, 211, 204, .99) !important;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #b1a99e !important;
}




/* PARISHES */

#parish_city_list {
    -moz-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    column-count: 3;
    column-gap: 20px;
	padding: 20px 10px;
}

#parish_city_list ul {
	margin: 0;
	list-style-type: none;
}

#parish_city_list ul li {
	list-style-type: none;
}

.parish-city-list {
	text-transform: capitalize;
}

.parish {
	padding-bottom: 20px;
	border-bottom: 2px dotted #b1a99e;
	margin-bottom: 25px;
}

.parish-image {
	width: 150px;
	margin-right: 15px;
	float: left;
}

.parish-main-image { /* the large image in teh sidebar on a single-parish page */
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	width: 215px;
	height: 215px;
	margin-bottom: 15px;
}


.parish-link-image-thumb {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	width: 150px;
	height: 150px;
	display: block;
	margin-bottom: 40px;
}


#parish_dropdown_container {
	margin: 10px;
}

	.parish-dropdown {
		width: 87%;
		font-size: 12px;
		height: 39px;
		margin-right: 10px;
		padding-top: 0;
		padding-bottom: 0;
		float: left;
	}



.parish-name {

}

.parish-search-header,
.parish-mass-rec-times h3 { /* class for the expandable container that mass times appears in - controld the header/title style */
	display: block;
	width: 100%;
	text-transform: uppercase;
	padding: 10px;
	background: #d8d3cc;
	color: #8d857f;
	margin-bottom: 0;
	cursor: pointer;
}

.hidden {
	display: none;
}

.toggle-switch {
	font-size: 36px;
	font-weight: bold;
	float: right;
	line-height: .6em;
}

#parish-mass-time-filter {
	width: 100%;
	margin: -15px 0 10px 0;
	padding-bottom: 7px;
	border-bottom: 2px solid #095c66;
}

	.mass-filter-label {
		display: block;
		margin-bottom: 8px;
		font-size: 12px;
		color: #b1a99e;
		text-transform: uppercase;
	}

	.mass-filter {
		background: #d8d3cc;
		color: #D87900;
		font-size: 14px;
		padding: 8px 10px;
		margin-right: 5px;
		margin-bottom: 9px;
		display: inline-block;
	}

	.mass-filter:hover {
		background: #D87900;
		color: #fff;
	}

	.mass-filter-on {
		background: #D87900;
		color: #fff;
	}

	.mass-filter-on:hover {
		background: #b1a99e;
		color: #fff;
	}

#parish-results {
	margin-bottom: 25px;
	font-size: 12px;
	font-style: italic;
}

/*
body > div.site-container > div.site-inner > div > div > main > article > h1 {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0;
}
*/
.pods-pagination-advanced {
	margin-bottom: 35px;
}

.mass-time-chart {
	background: #ece3cd;
	border: 2px #d8d3cc solid;
}

.mass-time-chart td {
	padding: 4px 4px;
	font-size: 14px;
}

.mass-time-header {
	background: #e8e6e3;
}

.mass-time-row-1 {
	background: #f4efe4;
}

.mass-time-row-2 {
	background: #ece3cd;
}




/* EVENTS */

.post-type-archive-tribe_events .content,
.single-tribe_events .content {
	width: 770px;
}

.post-type-archive-tribe_events .content .sidebar-primary,
.single-tribe_events .content .sidebar-primary {
	display: none;
}




/* ## On-Page Icons and Symbols
--------------------------------------------- */

.content hr {
	background-color: #8e847b;
	margin: 20px 0px;
	height: 1px;
	border: 0;
	clear: both;
}

.email-link-button {
	display: block;
	width: 215px;
	padding: 15px 12px 13px 52px;
	background: #b1a99e url(images/icon-email-white.png) no-repeat;
	background-position: 12px 10px;
	color: #fff;
	float: left;
	margin-bottom: 20px;
}

.email-link-button:hover {
	background-color: #D87900;
	color: #fff;
}

.schedule-link-button {
	display: block;
	width: 205px;
	padding: 3px 12px;
	margin-right: 15px;
	background: #7ea7ac;
	color: #fff;
	text-align: center;
	float: left;
}

.schedule-link-button:hover {
	background-color: #D87900;
	color: #fff;
}

.button-arch-link {
	background: #D87900;
	display: block;
	padding: 20px;
	width: 100%;
	font-size: 24px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
}

.button-arch-link:hover {
	background: #e84a36;
	color: #fff;
}

.back-to-top {
	display: none;
	position: fixed; bottom: 185px; right: 215px;
	width: 80px;
	font: bold 0.9em/1.2em Arial, Helvetica, sans-serif; color: #fff; text-transform: uppercase; text-decoration: none;
	padding: 10px;
	background-color: #D87900;
	border-radius: 3px;
	text-align:center;
}

.back-to-top:hover { text-decoration: none; }

.arch-internal-link {
	max-width: 1200px;
	margin: 0 auto 10px auto;
	padding-left: 45px;
	text-transform: uppercase;
	font-size: 14px;
}

.arch-internal-link a {
	font-size: 14px;
}


/* On-Page Layout Elements */
.table-data {
	background: #ece3cd;
}

.table-data thead{
	background: #7ea7ac;
	color: #fff;
	font-weight: bold;
}

.table-data td {
	padding: 0px 10px;
}

.table-row-a {
	background: #d8d3cc;
}

.table-row-b {
	background: #ece3cd;
}





/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
}

.sidebar li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	/* margin-bottom: 20px; */
	padding: 0px;
}


/* Default Primary Sidebar */
	.sidebar-primary {
		/* background: #ece3cd; */
	}

	/* for the text areas that need to have the red banner top, add the text widget ID to the CSS classes below that have the .arch_banner_text class */
	/* for the text areas that need to have the grey banner top, add the text widget ID to the CSS classes below that have the .arch_resources_text class */

	#text-439,
	#text-435,
	#text-433,
	#text-430,
	#text-429,
	#text-425,
	#text-424,
	#text-423,
	#text-422,
	#text-421,
	#text-417,
	#text-415,
	#text-412,
	#text-411,
	#text-409,
	#text-404,
	#text-398,
	#text-396,
	#text-393,
	#text-391,
	#text-390,
	#text-388,
	#text-387,
	#text-386,
	#text-385,
	#text-441,
	#text-458,
	#text-446,
	#text-447,
	#text-448,
	#text-449,
	#text-450,
	#text-451,
        #text-452,
	#text-444,
	#text-445,
	#text-442,
	#text-459,
	#text-460,
	#text-461,
	#text-462,
	#text-463,
	#text-464,
	#text-469,
	#text-472,
	#text-474,
	#text-476,
	#text-384,
	#text-383,
	#text-382,
	#text-381,
	#text-380,
	#text-281,
	#text-370,
	#text-369,
	#text-368,
	#text-367,
	#text-366,
	#text-365,
	#text-364,
	#text-363,
	#text-362,
	#text-360,
	#text-359,
	#text-358,
	#text-357,
	#text-356,
	#text-355,
	#text-354,
	#text-353,
	#text-352,
	#text-351,
	#text-346,
	#text-345,
	#text-252,
	#text-250,
	#text-196,
	.arch_banner_text,
	.arch_resources_text {
		background: #ece3cd;
		margin-bottom: 20px;
	}

	#text-439 .textwidget,
	#text-435 .textwidget,
	#text-433 .textwidget,
	#text-430 .textwidget,
	#text-429 .textwidget,
	#text-425 .textwidget,
	#text-424 .textwidget,
	#text-423 .textwidget,
	#text-422 .textwidget,
	#text-421 .textwidget,
	#text-417 .textwidget,
	#text-415 .textwidget,
	#text-412 .textwidget,
	#text-411 .textwidget,
	#text-409 .textwidget,
	#text-404 .textwidget,
	#text-398 .textwidget,
	#text-396 .textwidget,
	#text-393 .textwidget,
	#text-391 .textwidget,
	#text-390 .textwidget,
	#text-388 .textwidget,
	#text-387 .textwidget,
	#text-386 .textwidget,
	#text-385 .textwidget,
	#text-441 .textwidget,
	#text-458 .textwidget,
	#text-446 .textwidget,
	#text-447 .textwidget,
	#text-448 .textwidget,
	#text-449 .textwidget,
	#text-450 .textwidget,
	#text-451 .textwidget,
	#text-452 .textwidget,
	#text-445 .textwidget,
	#text-444 .textwidget,
	#text-442 .textwidget,
	#text-459 .textwidget,
	#text-460 .textwidget,
	#text-461 .textwidget,
	#text-462 .textwidget,
	#text-463 .textwidget,
	#text-464 .textwidget,
	#text-469 .textwidget,
	#text-472 .textwidget,
	#text-474 .textwidget,
	#text-476 .textwidget,
	#text-384 .textwidget,
	#text-383 .textwidget,
	#text-382 .textwidget,
	#text-381 .textwidget,
	#text-380 .textwidget,
	#text-281 .textwidget,
	#text-370 .textwidget,
	#text-369 .textwidget,
	#text-368 .textwidget,
	#text-367 .textwidget,
	#text-366 .textwidget,
	#text-365 .textwidget,
	#text-364 .textwidget,
	#text-363 .textwidget,
	#text-362 .textwidget,
	#text-360 .textwidget,
	#text-359 .textwidget,
	#text-358 .textwidget,
	#text-357 .textwidget,
	#text-356 .textwidget,
	#text-355 .textwidget,
	#text-355 .textwidget,
	#text-354 .textwidget,
	#text-353 .textwidget,
	#text-352 .textwidget,
	#text-351 .textwidget,
	#text-346 .textwidget,
	#text-345 .textwidget,
	#text-252 .textwidget,
	#text-250 .textwidget,
	#text-196 .textwidget,
	.sidebar-primary .arch_banner_text .textwidget,
	.sidebar-primary .arch_resources_text .textwidget {
		padding: 15px 15px 15px 15px;
		font-size: 14px;
		line-height: 1.25em;
	}


	/* red banner text widgets */
	#text-435 .widget-title,
	#text-433 .widget-title,
	#text-430 .widget-title,
	#text-429 .widget-title,
	#text-425 .widget-title,
	#text-424 .widget-title,
	#text-423 .widget-title,
	#text-422 .widget-title,
	#text-421 .widget-title,
	#text-417 .widget-title,
	#text-415 .widget-title,
	#text-412 .widget-title,
	#text-411 .widget-title,
	#text-409 .widget-title,
	#text-409 .widget-title,
	#text-404 .widget-title,
	#text-398 .widget-title,
	#text-396 .widget-title,
	#text-393 .widget-title,
	#text-390 .widget-title,
	#text-388 .widget-title,
	#text-387 .widget-title,
	#text-386 .widget-title,
	#text-385 .widget-title,
	#text-441 .widget-title,
	#text-458 .widget-title,
	#text-446 .widget-title,
	#text-447 .widget-title,
	#text-448 .widget-title,
	#text-449 .widget-title,
	#text-450 .widget-title,
	#text-451 .widget-title,
	#text-452 .widget-title,
	#text-445 .widget-title,
	#text-444 .widget-title,
	#text-442 .widget-title,
	#text-459 .widget-title,
	#text-460 .widget-title,
	#text-461 .widget-title,
	#text-462 .widget-title,
	#text-463 .widget-title,
	#text-464 .widget-title,
	#text-469 .widget-title,
	#text-472 .widget-title,
	#text-474 .widget-title,
	#text-476 .widget-title,
	#text-384 .widget-title,
	#text-383 .widget-title,
	#text-382 .widget-title,
	#text-381 .widget-title,
	#text-380 .widget-title,
	#text-281 .widget-title,
	#text-370 .widget-title,
	#text-369 .widget-title,
	#text-368 .widget-title,
	#text-367 .widget-title,
	#text-366 .widget-title,
	#text-365 .widget-title,
	#text-364 .widget-title,
	#text-363 .widget-title,
	#text-362 .widget-title,
	#text-360 .widget-title,
	#text-360 .widget-title,
	#text-359 .widget-title,
	#text-358 .widget-title,
	#text-357 .widget-title,
	#text-356 .widget-title,
	#text-354 .widget-title,
	#text-353 .widget-title,
	#text-352 .widget-title,
	#text-351 .widget-title,
	#text-346 .widget-title,
	#text-345 .widget-title,
	.sidebar-primary .arch_banner_text .widget-title {
		margin: 0;
		padding: 12px 6px;
		background: #e84a36;
		color: #fff;
		font-weight: 600;
		text-transform: uppercase;
		text-align: center;
	}

	#text-435 .h4after,
	#text-433 .h4after,
	#text-430 .h4after,
	#text-429 .h4after,
	#text-425 .h4after,
	#text-424 .h4after,
	#text-423 .h4after,
	#text-422 .h4after,
	#text-421 .h4after,
	#text-417 .h4after,
	#text-415 .h4after,
	#text-412 .h4after,
	#text-411 .h4after,
	#text-409 .h4after,
	#text-404 .h4after,
	#text-398 .h4after,
	#text-396 .h4after,
	#text-393 .h4after,
	#text-390 .h4after,
	#text-388 .h4after,
	#text-387 .h4after,
	#text-386 .h4after,
	#text-385 .h4after,
	#text-441 .h4after,
	#text-458 .h4after,
	#text-446 .h4after,
	#text-447 .h4after,
	#text-448 .h4after,
	#text-449 .h4after,
	#text-450 .h4after,
	#text-451 .h4after,
	#text-452 .h4after,
	#text-445 .h4after,
	#text-444 .h4after,
	#text-442 .h4after,
	#text-459 .h4after,
	#text-460 .h4after,
	#text-461 .h4after,
	#text-462 .h4after,
	#text-463.h4after,
	#text-464.h4after,
	#text-469 .h4after,
	#text-472 .h4after,
	#text-474 .h4after,
	#text-476 .h4after,
	#text-384 .h4after,
	#text-383 .h4after,
	#text-382 .h4after,
	#text-381 .h4after,
	#text-380 .h4after,
	#text-281 .h4after,
	#text-370 .h4after,
	#text-369 .h4after,
	#text-368 .h4after,
	#text-367 .h4after,
	#text-366 .h4after,
	#text-365 .h4after,
	#text-364 .h4after,
	#text-363 .h4after,
	#text-362 .h4after,
	#text-360 .h4after,
	#text-359 .h4after,
	#text-358 .h4after,
	#text-357 .h4after,
	#text-356 .h4after,
	#text-354 .h4after,
	#text-353 .h4after,
	#text-352 .h4after,
	#text-351 .h4after,
	#text-346 .h4after,
	#text-345 .h4after,
	.sidebar-primary .arch_banner_text .h4after {
		min-width: 215px;
		height: 10px;
		display: block;
		background: url(images/bg-sidebar-arrow-down-red.png) no-repeat center;
	}


	/* grey banner resources widgets */
	#text-439 .widget-title,
	#text-391 .widget-title,
	#text-355 .widget-title,
	#text-252 .widget-title,
	#text-250 .widget-title,
	#text-196 .widget-title,
	.sidebar-primary .arch_resources_text .widget-title {
		margin: 0;
		padding: 12px 6px;
		background: #8d8379;
		color: #fff;
		font-weight: 600;
		text-transform: uppercase;
		text-align: center;
	}

	#text-439 .h4after,
	#text-391 .h4after,
	#text-355 .h4after,
	#text-252 .h4after,
	#text-250 .h4after,
	#text-196 .h4after,
	.sidebar-primary .arch_resources_text .h4after {
		min-width: 215px;
		height: 10px;
		display: block;
		background: url(images/bg-sidebar-arrow-down-grey.png) no-repeat center;
	}

	#text-439 .textwidget ul,
	#text-391 .textwidget ul,
	#text-355 .textwidget ul,
	#text-252 .textwidget ul,
	#text-250 .textwidget ul,
	#text-196 .textwidget ul,
	.sidebar-primary .arch_resources_text .textwidget ul {
		list-style-type: none;
		margin: 0;
	}

	#text-439 .textwidget ul li,
	#text-355 .textwidget ul li,
	#text-252 .textwidget ul li,
	#text-250 .textwidget ul li,
	#text-196 .textwidget ul li,
	.sidebar-primary .arch_resources_text .textwidget ul li {
		list-style-type: none;
		margin: 0;
		padding-bottom: 10px;
	}

	#text-439 .textwidget ul li a,
	#text-391 .textwidget ul li a,
	#text-355 .textwidget ul li a,
	#text-252 .textwidget ul li a,
	#text-250 .textwidget ul li a,
	#text-196 .textwidget ul li a,
	.sidebar-primary .arch_resources_text .textwidget ul li a {
		color: #8d857f;
	}

	#text-439 .textwidget ul li a:hover,
	#text-391 .textwidget ul li a:hover,
	#text-355 .textwidget ul li a:hover,
	#text-252 .textwidget ul li a:hover,
	#text-250 .textwidget ul li a:hover,
	#text-196 .textwidget ul li a:hover,
	.sidebar-primary .arch_resources_text .textwidget ul li a:hover {
		color: #D87900;
	}



	.sidebar-primary .textwidget ul {
		margin-left: 20px;
	}

	.sidebar-primary .textwidget ul li {
		list-style-type: disc;
		margin-bottom: 6px;
		padding-bottom: 6px;
	}



/* Sidebar Asset Styles */

.sidebar-link-email {
	display: block;
	margin-top: 10px;
	padding: 6px 12px 6px 38px;
	background: url(images/icon-email-orange.png) no-repeat;
	color: #D87900;
}

.sidebar-link-email:hover {
	color: #fff;
	background: url(images/icon-email-white.png) no-repeat;
}

.sidebar-button-green {
	display: block;
	width: 215px;
	margin-bottom: 20px;
	padding: 12px;
	background-color: #b9be10;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}

.sidebar-button-green:hover {
	color: #fff;
	background-color: #D87900;
}

.sidebar-button-blue {
	display: block;
	width: 215px;
	margin-bottom: 20px;
	padding: 12px;
	background-color: #7ea7ac;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}

.sidebar-button-blue:hover {
	color: #fff;
	background-color: #D87900;
}

.sidebar-button-red {
	display: block;
	width: 215px;
	margin-bottom: 20px;
	padding: 12px;
	background-color: #e84a36;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}

.sidebar-button-red:hover {
	color: #fff;
	background-color: #D87900;
}

.sidebar-button-orange {
	display: block;
	width: 215px;
	margin-bottom: 20px;
	padding: 0px;
	background-color: #D87900;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}

.sidebar-button-orange:hover {
	color: #fff;
	/* background-color: #D87900; */
}

.sidebar-button-orange img {
	margin-bottom: 0px;
}

.sidebar-button-pdf,
.sidebar-button-pdf-green,
.sidebar-button-pdf-blue,
.sidebar-button-pdf-red {
	background: url(images/icon-pdf-white.png) no-repeat 10px 10px;
	display: block;
	width: 215px;
	min-height: 62px;
	margin-bottom: 20px;
	padding: 8px 12px 10px 54px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}

.sidebar-button-pdf,
.sidebar-button-pdf-green {
	background-color: #b9be10;
}

.sidebar-button-pdf-blue {
	background-color: #7ea7ac;
}

.sidebar-button-pdf-red {
	background-color: #e84a36;
}

.sidebar-button-pdf:hover,
.sidebar-button-pdf-green:hover,
.sidebar-button-pdf-blue:hover,
.sidebar-button-pdf-red:hover {
	color: #fff;
	background-color: #D87900;
}

.sidebar-logo-schools {
	width: 145px;
	height: 83px;
	display: block;
	margin: 0 auto;
	background: url(/wp-content/uploads/2015/09/logo-schools-awaken-greatness-plain.png) no-repeat;
	text-indent: -999em;
}

.sidebar-image {
	margin: 0 0 16px 0;
	padding: 0;
	display: block;
}

.sidebar-image img {
	margin: 0;
}

/* News Section Sidebar Styles */

#recent-posts-4 {
	border-left: 1px solid #7ea7ac;
	border-bottom: 1px solid #7ea7ac;
	padding-left: 15px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

/** COMMENTED OUT since we've launched without blog categories or a plan for them */
#categories-3 {
	display: none;
}

#categories-3 {
	border-left: 1px solid #7ea7ac;
	padding-left: 15px;
	padding-top: 25px;
}

#categories-3 h4,
#recent-posts-4 h4 {
	color: #7ea7ac;
	text-transform: uppercase;
	margin-bottom: 7px;
}

#categories-3 ul,
#recent-posts-4 ul {
	margin-left: 20px;
}

#categories-3 li,
#recent-posts-4 li {
	list-style-type: disc;
	color: #7ea7ac;
	margin-bottom: 10px;
	font-size:12px;
}

#categories-3 a,
#recent-posts-4 a {
	color: #7ea7ac;
	font-weight: normal;
	font-size: 14px;
	margin-left: -3px;
}

#categories-3 a:hover,
#recent-posts-4 a:hover {
	color: #D87900;
}


/* About Section Sidebar Example */
	.sidebar-primary #text-7 {
		background: #d8d3cc;
	}

	.sidebar-primary #text-7 .widget-title {
		margin: 0;
		padding: 12px 6px;
		background: #8d857f;
		color: #fff;
		font-weight: 600;
		text-transform: uppercase;
		text-align: center;
	}

	.sidebar-primary #text-7 .h4after {
		width: 215px;
		height: 10px;
		display: block;
		background: url(images/bg-sidebar-arrow-down-grey.png) no-repeat center;
	}

	.sidebar-primary #text-7 .textwidget {
		padding: 15px;
		font-size: 14px;
	}

	.sidebar-primary #text-7 .textwidget ul {
		margin-left: 20px;
	}

	.sidebar-primary #text-7 .textwidget ul li {
		list-style-type: disc;
		margin-bottom: 6px;
		padding-bottom: 6px;
	}




/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	max-width: 1200px;
	margin: 0 auto 10px auto;
	background-color: #D87900;
	clear: both;
	padding: 20px 45px;
}

.footer-widgets,
.footer-widgets a {
	font-size: 14px;
	font-weight: normal;
	color: #fff;
}

.footer-widgets input {
	border: 1px solid #333;
}

.footer-widgets a.button,
.footer-widgets a:hover {
	color: #fff;
}

.footer-widgets li {
	border-bottom: 1px dotted #666;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.footer-widgets .widget {
	margin-bottom: 0px;
}

.footer-widgets .widgettitle {
	margin: 0;
	font-weight: normal;
	font-size: 14px;
	text-transform: none;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets-1 {
	width: 525px;
	margin: 16px 20px 0 0;
	float: left;
}

.footer-widgets-1 .textwidget {
	font-size: 14px;
	font-family: 'Raleway', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1.8em;
}

	.social-facebook {
		background: url('images/social-sprite.png') no-repeat 0 0;
		width: 25px;
		height:25px;
		margin:0 8px 0 10px;
		display:inline-block;
		text-indent:-999em;
		-webkit-transition: none;
		-moz-transition:    none;
		-ms-transition:     none;
		-o-transition:      none;
		transition:         none;
	}
	.social-facebook:hover{
		background: url('images/social-sprite.png') no-repeat 0 -25px;
	}

	.social-twitter {
		background: url('images/social-sprite.png') no-repeat -25px 0;
		width: 25px;
		height:25px;
		margin:0 8px 0 0;
		display:inline-block;
		text-indent:-999em;
		-webkit-transition: none;
		-moz-transition:    none;
		-ms-transition:     none;
		-o-transition:      none;
		transition:         none;
	}
	.social-twitter:hover{
		background: url('images/social-sprite.png') no-repeat -25px -25px;
	}

	.social-youtube {
		background: url('images/social-sprite.png') no-repeat -50px 0;
		width: 25px;
		height:25px;
		margin:0 20px 0 0;
		display:inline-block;
		text-indent:-999em;
		-webkit-transition: none;
		-moz-transition:    none;
		-ms-transition:     none;
		-o-transition:      none;
		transition:         none;
	}
	.social-youtube:hover{
		background: url('images/social-sprite.png') no-repeat -50px -25px;
	}

.footer-widgets-2 {
	width: 245px;
	float: left;
}

.footer-widgets-2 .textwidget {
	font-size: 14px;
}

.footer-widgets-2 .textwidget input[type=email],
.footer-widgets-2 .textwidget input[type=text] {
	margin-top: 6px;
	padding: 6px 10px;
	font-size: 14px;
	border: 1px solid #ddd;
}

.footer-widgets-3 {
	width: 280px;
	padding: 0 0 6px 20px;
	border-left: #fff dotted medium;
	float: right;
}

.footer-widgets-3 .textwidget {
	font-size: 14px;
}




/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	padding: 40px 0;
	background-color: #D87900;
	color: #fff;
	font-size: 18px;
	line-height: 1em;
	text-align: center;
}

.site-footer p {
	margin-bottom: 0;
}

.site-footer a:hover {
	color: #8d857f;
}


/* # Admin & Structural / Back-End Styles
---------------------------------------------------------------------------------------------------- */

.style-color {
	display: block;
	width: 150px;
	height: 75px;
	margin: 0px 10px 10px 0px;
	padding: 15px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	float: left;
}

/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1261px) {

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 20px 16px;
	}

}


@media only screen and (max-width: 1169px) {

	body {
		background-color: #fff;
		font-size: 16px;
	}

	.site-inner {
		padding: 40px 0px 45px 25px;
	}

	.site-inner,
	.wrap {
		padding-left: 3%;
		padding-right: 3%;
	}

	#nav-banner-wraps {
		display: none;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	body.sidebar-content-sidebar > div.site-container > div.site-inner > div.wrap {
		background: none;
	}

	.sidebar-content-sidebar .content,
	.sidebar-primary {
		margin: 0;
		padding: 0;
		float: none;
	}

	.site-header .wrap {
		padding: 20px 5%;
	}

	.header-image .title-area {
		background-position: center top;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget,
	.site-header {
		padding: 0;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
	}


	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 20px 16px;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.footer-widgets-1 {
		margin-right: 0;
	}



/* ARCHOMAHA */

	.title-area {
		width: 100%;
		height: 130px;
		margin: 0 auto;
	}

	.header-image .site-title > a {
		background: url(images/logo.png) no-repeat center;
		min-height: 118px;
	}

	.site-header .widget-area {
		margin: 0;
		text-align: center;
	}

	#nav_menu-2 a {
		padding: 5px 0px 0px 20px;
		font-size: 12px;
	}

	#nav_menu-2 ul li:first-child a {
		padding: 5px 0px 0px 0px;
	}

	.site-inner,
	.site-inner .wrap {
		margin: 0;
		padding: 0;
	}

	.sidebar-content-sidebar .content {
		padding: 10px;
	}


/* HOMEPAGE STUFF *************************************************************************/

#home-left {
	width: 100%;
	margin-top: 20px;
	float: none;
}

	#home-button-one {
		margin: 10px auto;
		width: 94%;
		float: none;
	}
		#home-button-one a {
			padding: 16px 0 0 60px;
			width: 100%;
		}

	#home-button-two {
		background: none;
		margin: 10px auto;
		width: 94%;
		float: none;
	}
		#home-button-two a {
			width: 100%;
			padding: 16px 0 0 60px;
			background-position: 5px;
		}

	#home-button-three {
		background: none;
		margin: 10px auto;
		width: 94%;
		float: none;
	}
		#home-button-three a {
			padding: 15px 0 0 60px;
			width: 100%;
		}

	#home-faw {
		padding: 26px 20px;
		margin-right: 0px;
		margin-bottom: 2px;
		width: 100%;
		float: none;
	}

		#faw-homepage-header {
			border-bottom: 2px solid rgba(255, 255, 255, 0.58);
			padding-bottom: 25px;
			margin-bottom: 22px;
		}

		.faw-homepage-image-link {
			float: none;
			width: 100%;
			height: 150px;
			margin-left: 0px;
			margin-top: 0px;
		}

	#home-our-faith {
		width: 100%;
		min-height: 50px;
		margin-bottom: 2px;
		float: none;
	}

		#text-3 .widget-title {
			width: 100%;
		}

		#text-3 .textwidget {
			width: 100%;
		}


#home-right {
	width: 100%;
	float: none;
}

	#home-banner-blog {
		background: none;
		width: 100%;
		padding-left: 0px;
	}

	#home-banner-blog a {
		width: 100%;
	}

	#home-blog-image {
		width: 100%;
		background: #f7f7ef url(images/home-blog-hdrphoto.jpg) no-repeat center top;
		background-size: cover;
	}

	#home-blog-content {
		width: 100%;
		min-height: 50px;
		margin: 0;
		padding: 15px 20px 15px 20px;
	}


.back-to-top {
	position: fixed; bottom: 55px; right: 60px;
	width: 75%;
}

.wp-post-image {
	display: block;
	margin: 0 auto;
	margin-top: 0;
}

#text-337,
#text-324,
#text-274,
#text-193 { /* infographic sidebar - about */
	text-align: center;
}


	.sidebar-primary {
		padding-left: 10px;
		padding-right: 10px;
	}

	#text-95,
	.email-link-button,
	.schedule-link-button,
	.sidebar-button-pdf,
	.sidebar-button-pdf-blue,
	.sidebar-button-pdf-green,
	.sidebar-button-pdf-red,
	.sidebar-button-pdf-orange,
	.sidebar-button-blue,
	.sidebar-button-green,
	.sidebar-button-red,
	.sidebar-button-orange {
		width: 100%;
		margin-bottom: 10px;
	}

	.schedule-link-button {
		padding: 12px;
	}

	.arch-internal-link {
		margin-bottom: 10px;
		padding: 10px;
		width: 100%;
		text-align: center;
	}

	.parish-dropdown {
		width: 100%;
		float: none;
		margin: 0 0 10px 0;
	}

	#parish_dropdown_container input[type="submit"] {
		width: 100%;
	}

	.parish-info {
		margin-bottom: 10px;
	}

	.news-category {
		margin: 0px 0px 10px 0px;
	}

	.type-faithatwork .entry-content {
		padding-top: 22px;
		padding-left: 32px;
	}

	.footer-widgets .widget-area {
		text-align: center;
	}

	.footer-widgets {
		padding: 20px 10px;
	}

	.footer-widgets-2 {
		margin: 30px 0px;
	}

	.footer-widgets-3 {
		border: none;
		padding: 0;
	}

	.mobile-block {
		display: block;
		padding: 20px 0px;
	}

	/* hide all the submenus on mobile since the hamburger menu covers everything */
	#advanced_menu-11,
	#advanced_menu-10,
	#advanced_menu-9,
	#advanced_menu-8,
	#advanced_menu-7,
	#advanced_menu-6,
	#advanced_menu-5,
	#advanced_menu-4,
	#advanced_menu-3 {
		display: none;
	}
}

.ias_container {
	background-color: #000000;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	justify-content: space-between;
	max-width: 1200px;
	margin: 0 auto;
}

.ias_container:after {
	content: "";
	height: 8px;
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	-webkit-box-shadow: inset 0px 6px 5px 0px rgba(0,0,0,0.6);
	-moz-box-shadow: inset 0px 6px 5px 0px rgba(0,0,0,0.6);
	box-shadow: inset 0px 6px 5px 0px rgba(0,0,0,0.6);
}

.ias_left {
	background-image: url(images/redbg.svg);
	background-position: right;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	flex: 1 1 540px;
	flex-direction: column;
	justify-content: center;
	padding: 10px;
}

.ias_left h2 {
	color: #ffffff;
	font-family: 'Raleway', 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	line-height: 31px;
	margin: 0px;
	text-align: center;
	text-transform: uppercase;
}

.ias_left h3 {
	color: #ffffff;
	font-family: 'Raleway', 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	margin: 0px;
	text-align: center;
	text-transform: uppercase;

}

.ias_right {
	box-sizing: border-box;
	display: flex;
	position: relative;
	flex: 1 1 660px;
	flex-direction: column;
	justify-content: center;
	padding: 40px 80px 40px 40px;
}

.ias_right h2 {
	color: #ffffff;
	font-family: 'Raleway', 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: 600;
	line-height: 31px;
	text-transform: uppercase;
}

.ias_right p {
	color: #ffffff;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 23px;
	margin-top: 8px;
}

@media only screen and (max-width: 1255px) {
	.ias_left {
		background-image: none;
		background-color: #e84a35;
		padding-top: 25px;
	}
	.ias_right {
		padding: 40px;
	}
}

@media only screen and (max-width: 768px) {
	.ias_right {
		padding: 30px;
	}
	.ias_left h2 {
		font-size: 22px;
		line-height: 22px;
	}
	.ias_left h3 {
		font-size: 14px;
		line-height: 14px;
	}
	.ias_right h2 {
		font-size: 20px;
		line-height: 20px;
	}
	.ias_right p {
		font-size: 16px;
		line-height: 21px;
	}
}


.ias_button {
	background-color: #e84a35;
	border: 2px solid transparent;
	color: #ffffff;
	display: inline-block;
	font-size: 18px;
	line-height: 18px;
	font-weight: 600;
	padding: 20px 40px;
	text-transform: uppercase;
	-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;

}

.ias_button:hover {
	background-color: transparent;
	border: 2px solid #e84a35;
	color: #ffffff;

}