/*!
Theme Name: DPI Theme
Theme URI: http://underscores.me/
Author: Diocesan
Author URI: http://diocesan.com
Description: Custom theme based on _s
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sacredheartjoliet
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

sacredheartjoliet is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
@import url("https://fonts.googleapis.com/css?family=Roboto");
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  font-family: "Lato", sans-serif;
}

h1 {
  font-size: 48px;
  line-height: 48px;
  width: fit-content;
  padding: 15px 0;
  margin: 15px auto;
  font-weight: 800;
  color: #202E2E;
  position: relative;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

h1:after {
  border-bottom: 1px solid #202E2E;
  content: "";
  position: absolute;
  width: 215px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}

blockquote {
  margin: 0 1.5em;
  border-left: 1px solid gray;
  padding-left: 15px;
}

p {
  margin-bottom: 1.5em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

.button {
  color: #F9E6C5;
  font-size: 1.5rem;
  font-weight: 700;
  display: block;
  width: fit-content;
  max-width: 50%;
  margin: 0 auto;
  background: transparent;
  border: 3px solid #F9E6C5;
  text-decoration: none;
  padding: 5px 15px;
}

.button:hover {
  color: #202E2E;
  background: #F9E6C5;
}

.buttonDark {
  color: #202E2E;
  font-size: 1.5rem;
  font-weight: 700;
  display: inline-block;
  /*width: fit-content;*/
  max-width: 50%;
  margin: 0 auto;
  background: transparent;
  border: 3px solid #202E2E;
  text-decoration: none;
  padding: 5px 15px;
}

.buttonDark:hover {
  color: #F9E6C5;
  background: #202E2E;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #1876BF;
  text-decoration: none;
}

a:visited {
  color: #404040;
  text-decoration: underline;
}

a:hover, a:focus, a:active {
  color: #1876BF;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

a:hover {
  text-decoration: underline;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.menu-wrap {
  display: flex;
  justify-content: space-around;
  margin: 1% 0;
}

.menu-wrap .main-navigation {
  clear: both;
  align-items: center;
  margin-right: 25px;
  background: transparent;
  font-weight: 300;
  width: 100%;
}

.menu-wrap .main-navigation .menu-primary-menu-container {
  height: 100%;
}

.menu-wrap .main-navigation .sub-menu {
  flex-direction: column;
}

.menu-wrap .main-navigation #primary-menu {
  height: 100%;
  align-items: center;
}

.menu-wrap .main-navigation ul {
  display: flex;
  justify-content: space-evenly;
  list-style: none;
  margin: 0 auto;
  width: 100%;
  padding-left: 0;
}

.menu-wrap .main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.menu-wrap .main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.menu-wrap .main-navigation ul ul li:hover > ul,
.menu-wrap .main-navigation ul ul li.focus > ul {
  left: 100%;
}

.menu-wrap .main-navigation ul ul a {
  width: 200px;
  margin: 0;
  background: #F9E6C5;
  transition: .15s all;
}

.menu-wrap .main-navigation ul ul :hover > a,
.menu-wrap .main-navigation ul ul .focus > a {
  background: #fefaf3;
}

.menu-wrap .main-navigation ul ul a:hover,
.menu-wrap .main-navigation ul ul a.focus {
  background: #fefaf3;
}

.menu-wrap .main-navigation ul li:hover > ul,
.menu-wrap .main-navigation ul li.focus > ul {
  left: auto;
  width: 200px;
}

.menu-wrap .main-navigation li {
  float: left;
  position: relative;
  transition: .15s all;
}

.menu-wrap .main-navigation a {
  display: block;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: -1px;
  color: #000000;
  padding: 5px;
  margin: 0 5px;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.menu-wrap .main-navigation a:hover, .menu-wrap .main-navigation a.focus {
  border-bottom: 1px solid #000000;
}

.menu-wrap .main-navigation .current_page_item > a,
.menu-wrap .main-navigation .current-menu-item > a,
.menu-wrap .main-navigation .current_page_ancestor > a,
.menu-wrap .main-navigation .current-menu-ancestor > a {
  border-bottom: 1px solid #000000;
}

nav#site-navigation .mega-menu-wrap {
  width: fit-content;
  background: transparent;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
  color: #000;
}

body .mega-menu-link {
  font-size: 18px !important;
  font-family: "Roboto", sans-serif !important;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 1271px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    /*display: flex;
    justify-content: flex-end;*/
  }
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

@media screen and (max-width: 1555px) {
  .main-navigation a {
    font-size: 1rem;
  }
}

@media screen and (max-width: 1360px) {
  .main-navigation a {
    margin: 0;
  }
}

@media screen and (max-width: 1024px) {
  .header2 {
    flex-direction: column;
    justify-content: center;
  }
  .main-navigation {
    align-items: initial;
    justify-content: space-between;
  }
  .menu-toggle {
    display: block;
  }
  .main-navigation .menu-primary-menu-container #primary-menu {
    display: none;
  }
  .main-navigation #primary-menu {
    justify-content: center;
  }
  .main-navigation a {
    margin: 0 5px;
  }
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.entry-content {
  margin: 0 10%;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.entry-header h1 {
  font-weight: 300;
  text-align: center;
  font-size: 36px;
}

.entry-header h1:after {
  content: '';
  border-bottom: 2px solid #ad7412;
  max-width: 400px;
  display: block;
  width: 90%;
  margin: 5px auto;
}

.entry-content {
  /*width: 95%;
	max-width: 1200px;*/
  margin: 0 10%;
}

.visual-editor-row .two-column {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.visual-editor-row .two-column .column {
  width: 47.5%;
}

.visual-editor-row .one-column .column {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.post-template-default.single .attachment-post-thumbnail, .events-template-default.single .attachment-post-thumbnail {
  margin-left: 1%;
  width: 42%;
  float: left;
}

.post-template-default.single .entry-content, .events-template-default.single .entry-content {
  width: 54%;
  float: right;
  margin: 0;
}

/* Bulletin Plugin */
.bulletins {
  justify-content: space-evenly;
  display: flex;
}

@media screen and (max-width: 1440px) {
  .bulletins:first-child .bulletins-wrapper {
    flex-direction: column;
  }
}

.bulletins:last-child {
  margin-right: 0;
}

.bulletins h2 {
  width: auto;
}

.bulletins h1:nth-child(n+2):after {
  margin: 0;
  width: 100%;
  content: none;
}

.bulletins button {
  background: #fff;
  padding: .7em 1em .6em;
}

.bulletins button:hover {
  box-shadow: 0 0 1px 1px #000;
}

.bulletins-wrapper {
  display: flex;
  flex-direction: column;
}

.bulletins-wrapper h4 {
  color: #8F9796;
  font-weight: 400;
}

.bulletins-wrapper a {
  text-decoration: none;
  color: #202E2E;
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
}

.bulletins-wrapper > div {
  flex-direction: column;
}

.dpi_bulletin {
  margin: 10px 0;
}

.dpi_bulletin_cover_wrapper {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 1vh;
}

.dpi_bulletin_cover {
  display: block;
  margin: 5px 25px 0 5px;
  box-shadow: 0px 0px 7px #333;
  transition: 0.2s all;
}

body.home #bulletins .bulletins-wrapper .bulletin-cover .dpi_bulletin_cover_wrapper:hover img.dpi_bulletin_cover {
  margin-top: -5px;
}

.archive .site-main, .error404 .site-main, .search .site-main {
  margin: 0 10%;
}

.category .entry-content {
  margin: 0;
}

.header3 {
  background: #F9E6C5;
  display: flex;
  justify-content: space-between;
  padding: 15px 5%;
}

.site-branding {
  width: 30%;
}

.headerNav.mobileNav {
  display: none;
}

.headerNav {
  width: 65%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}

.headerInfo {
  display: flex;
}

.headerSocial {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.headerSocial a img {
  width: 25px;
  margin-right: 15px;
  max-width: none;
}

.headerSocial a i {
  font-size: 1.75rem;
  margin-right: 15px;
  color: #000000;
}

.header-wrap {
  display: flex;
  justify-content: space-around;
  background: #F9E6C5;
}

.site-branding a {
  text-decoration: none;
}

.site-branding h1, .site-branding h3 {
  margin: 0;
  color: #ffffff;
}

.site-branding h1 {
  margin-top: 10px;
  font-size: 42px;
  line-height: 42px;
}

.site-branding h3 {
  margin-bottom: 20px;
  line-height: 30px;
}

.headerSearch button, .headerSearch input[type="button"], .headerSearch input[type="reset"], .headerSearch input[type="submit"] {
  display: none;
}

.site-header .header-search {
  transition: 0.15s all;
  display: inline-block;
  position: relative;
  height: 100%;
}

.site-header .header-search .toggle {
  font-size: 20px;
  right: 10px;
  top: 50%;
  color: #A1A1A1;
  transform: translateY(-50%);
  position: absolute;
  z-index: 100;
}

.site-header .header-search .toggle:hover {
  opacity: 0.8;
}

.site-header .header-search img {
  width: 20px;
  height: 20px;
  max-width: 20px;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
}

.site-header .header-search .search-form {
  top: 100%;
  z-index: 99;
  right: 0;
  display: flex;
  transition: 0.2s all;
  overflow: hidden;
}

.site-header .header-search .search-form input.search-field:focus {
  outline: 0;
}

.site-header .header-search .search-form .search-submit {
  border: none;
  background: #F9E6C5;
  border-radius: 0;
  font-size: 14px;
  color: #fff;
  height: 50px;
  width: 110px;
  padding: 2px 20px;
  transition: 0.25s all;
  cursor: pointer;
  display: none;
}

.site-header .header-search .search-form .search-submit:hover {
  color: #A1A1A1;
  background: #fefaf3;
}

.site-header .header-search.open .search-form {
  max-height: 200%;
}

.site-header .header-search .search-field {
  border-radius: 20px;
  border-color: #A1A1A1;
  padding: 5px 10px;
}

.site-header .header-search .search-field::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #A1A1A1;
}

.site-header .header-search .search-field::-moz-placeholder {
  /* Firefox 19+ */
  color: #A1A1A1;
}

.site-header .header-search .search-field:-ms-input-placeholder {
  /* IE 10+ */
  color: #A1A1A1;
}

.site-header .header-search .search-field:-moz-placeholder {
  /* Firefox 18- */
  color: #A1A1A1;
}

@media screen and (max-width: 1440px) {
  .site-branding h1 {
    font-size: 32px;
    line-height: 32px;
  }
  .site-branding h3 {
    font-size: 24px;
  }
  .site-logo {
    width: 125px;
  }
}

@media screen and (max-width: 1360px) {
  .site-branding a img {
    width: 450px;
  }
}

@media screen and (max-width: 1300px) {
  .site-branding a img {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  /*.header2{
    flex-direction:column;
  }*/
  .headerLeft {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .headerLeft:after {
    content: none;
  }
  .site-logo {
    position: relative;
  }
  .site-branding {
    margin-left: 10px;
    width: 50%;
  }
  .headerNav {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .headerNav.mobileNav {
    display: flex;
    width: 100%;
    margin-bottom: 5px;
  }
  .headerInfo.fullNav {
    display: none;
  }
  .header3 {
    flex-wrap: wrap;
  }
  .site-branding {
    width: 60%;
  }
  .headerNav.fullNavigation {
    width: 30%;
  }
}

@media screen and (max-width: 425px) {
  .site-branding {
    width: 100%;
  }
  .headerNav.fullNavigation {
    width: 100%;
  }
  .header3 {
    padding: 15px 2%;
  }
  /*.headerSocial a i {
    font-size: 1.25rem;
  }*/
  .site-header .headerSearch .search-field {
    padding: 0 10px;
  }
  /*.headerSocial a img {
    width: 20px;
    margin-right: 15px;
  }*/
}

#main {
  position: relative;
}

.page-template-homepage .metaslider {
  z-index: -1;
  overflow: hidden;
}

.page-template-homepage .site-content .flexslider {
  border: none;
  margin-bottom: 0;
  overflow: hidden;
}

.page-template-homepage .site-content .flexslider .slides {
  position: relative;
}

.page-template-homepage .site-content .flexslider .slides > li {
  display: block;
}

.page-template-homepage .site-content .flexslider .slides li {
  position: relative;
}

.page-template-homepage .site-content .flexslider .slides li img {
  height: 700px;
  object-fit: cover;
}

.page-template-homepage .site-content .flexslider .slides .sliderOverlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: .35;
}

.page-template-homepage .site-content .flexslider .slides li .sliderInfoBox {
  position: absolute;
  top: 35%;
  left: 0;
  right: 0;
  width: fit-content;
  text-align: center;
  color: #ffffff;
  margin: 0 auto;
}

.page-template-homepage .site-content .flexslider .slides li .height-300px {
  top: 15%;
}

.page-template-homepage .site-content .flexslider .slides li .sliderInfoBox h1 {
  width: 100%;
  margin: 20px auto;
  color: #ffffff;
}

.page-template-homepage .site-content .flexslider .slides li .sliderInfoBox h4 {
  width: 100%;
  margin: 20px auto 35px;
}

.page-template-homepage .site-content .flexslider .slides li .sliderInfoBox a {
  color: #ffffff;
  display: block;
  width: fit-content;
  max-width: 50%;
  margin: 0 auto;
  background: #F9E6C5;
  border: 3px solid #F9E6C5;
  text-decoration: none;
  padding: 15px 25px;
}

.page-template-homepage .site-content .flexslider .slides li .sliderInfoBox a:hover {
  color: #F9E6C5;
  background: #ffffff;
}

.page-template-homepage .site-content .flexslider .slides li .box-bg {
  background: rgba(0, 0, 0, 0.45);
  border: 3px solid #ffffff;
  padding: 50px;
}

.homeWelcome {
  margin: 5% 10%;
  text-align: center;
}

.homeInfo {
  padding: 5% 10%;
  display: flex;
  justify-content: space-between;
}

.infoContainer {
  width: 48%;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}

.infoContainer h3 {
  text-align: center;
}

.infoContainer img {
  width: 10%;
  align-self: center;
}

.infoContainer a {
  display: block;
  text-align: center;
}

.infoContainer a img {
  width: 50%;
}

.infoContainerHeader {
  background: #1F2D2D;
  overflow: hidden;
  padding: 15px 25px;
  position: relative;
}

.infoContainerHeader:before {
  content: "";
  position: absolute;
  right: 82px;
  top: -13px;
  width: 30px;
  height: 115%;
  z-index: 9;
  transform: rotate(25deg);
  background: #1F2D2D;
}

.infoContainerHeader:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  height: 100%;
  background: #234A53;
}

.infoContainerHeader h4 {
  color: #ffffff;
  margin: 0;
  font-weight: 100;
  font-size: 24px;
}

#bulletins-tabs {
  display: flex;
  height: calc(100% - 66px);
}

.nav.nav-tabs {
  display: flex;
  flex-direction: column;
}

.homeInfo .dpi_bulletin_wrapper .nav-tabs {
  flex: 2;
}

.homeInfo .dpi_bulletin_wrapper .tab-content {
  flex: 5;
  border: none;
}

.homeInfo .infoContainer .dpi_bulletin_wrapper .nav-tabs > li.active {
  border-width: 1px 1px 1px 1px;
  border-color: #fff;
}

.homeInfo .dpi_bulletin_wrapper .nav-tabs > li.active > a, .homeInfo .dpi_bulletin_wrapper .nav-tabs > li.active > a:hover, .homeInfo .dpi_bulletin_wrapper .nav-tabs > li.active > a:focus {
  border-right-color: #ffffff;
  border-bottom-color: #000000;
}

.dpi_bulletin_wrapper .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, .homeInfo .dpi_bulletin_wrapper .nav-tabs > li a {
  height: 100%;
}

.homeInfo .dpi_bulletin_wrapper .nav-tabs > li {
  border-width: 1px 1px 1px 1px;
  border-color: #ffffff;
}

.dpi_bulletin_wrapper .nav-tabs > li {
  float: left;
  margin-right: -1px;
}

.dpi_bulletin_wrapper .nav-tabs > li {
  flex: 1;
}

.homeInfo .dpi_bulletin_wrapper .nav-tabs li.active::before {
  content: none;
}

.homeInfo .dpi_bulletin_wrapper .nav-tabs li a {
  display: flex;
  align-items: center;
  background: #EDEBD3;
}

.homeInfo .dpi_bulletin_wrapper .nav-tabs li a:hover {
  background: #EDEBD3;
}

.homeInfo .dpi_bulletin_wrapper .dpi-bulletins-time {
  color: #234A53;
  filter: brightness(150%);
  font-size: 20px;
}

.dpi_bulletin_wrapper .dpi-bulletins-meta {
  display: none;
}

.infoContainerReadings {
  height: calc(100% - 66px);
  padding: 0 25px 25px;
}

.infoContainerReadings .feedzy-rss .rss_item {
  border-bottom: none;
}

.infoContainerReadings .feedzy-rss .title a {
  color: #1F2D2D;
  text-decoration: none;
  font-size: 1.2rem;
}

.homeApp {
  width: 80%;
  margin: 5% auto;
}

.homeWelcome .homeWelcomeSection:first-child {
  width: 60%;
}

.homeWelcome .homeWelcomeSection:last-child {
  width: 40%;
}

.homeWelcomeSection {
  text-align: left;
}

.homeWelcomeSection h1::after {
  content: none;
}

@media screen and (max-width: 1440px) {
  .homeEvents {
    width: 95%;
  }
  .homeEvents .wp-show-posts-entry-header {
    padding: 15px 15px 0;
  }
  .homeEvents .wp-show-posts-entry-header {
    padding: 0 15px;
  }
}

@media screen and (max-width: 1100px) {
  .massTimesWrapper {
    width: 375px;
    padding: 25px;
    right: 100px;
  }
  .massTimesWrapper h1 {
    font-size: 2rem;
    line-height: 2rem;
  }
  .massTimesWrapper .massTimes {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
  .homeInfo {
    padding: 5%;
  }
  .infoContainer {
    width: 48%;
  }
}

@media screen and (max-width: 900px) {
  .massTimesWrapper {
    top: -175px;
    right: 50px;
  }
  .homeInfo {
    flex-direction: column;
  }
  .infoContainer {
    width: 100%;
    margin: 20px 0;
  }
  .homeEvents .wp-show-posts-columns {
    display: flex;
    flex-direction: column;
  }
  .homeEvents .wp-show-posts-columns article {
    width: 100%;
  }
  .homeEvents .wp-show-posts-inner {
    height: 250px;
  }
  .homeEvents .wp-show-posts-columns .wp-show-posts-single:not(.wp-show-posts-masonry-block) .wp-show-posts-image img {
    height: 250px;
  }
}

@media screen and (max-width: 768px) {
  .home .metaslider .flexslider {
    margin: 0;
  }
  .massTimesWrapper {
    width: 100%;
    position: relative;
    top: 0;
    right: 0;
    margin-bottom: 25px;
  }
  .massTimesWrapper h1 {
    text-align: center;
  }
  .homePastorGiving {
    flex-direction: column;
  }
  .homePastor {
    width: 100%;
  }
  .homeGiving {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .infoContainer .dpi_bulletin_wrapper a.tab_drawer_heading::after {
    top: 0;
  }
  .infoContainer .dpi_bulletin_wrapper a.d_active::after {
    top: -0.4rem;
  }
}

@media screen and (max-width: 425px) {
  .homeEvents .wp-show-posts-inner {
    height: 300px;
  }
  .homeEvents .wp-show-posts-columns .wp-show-posts-single:not(.wp-show-posts-masonry-block) .wp-show-posts-image img {
    height: 300px;
  }
}

.page-template-landing .site-header {
  display: none;
}

.landingParishes {
  display: flex;
}

.landingWelcome {
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  margin: auto;
  width: 400px;
  text-align: center;
  font-size: 3rem;
  color: #ffffff;
  background: #F9E6C5;
  z-index: 99;
}

.landingParish {
  width: 50%;
  height: 775px;
  position: relative;
}

.landingParish img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.landingParishWelcome {
  width: fit-content;
  text-align: center;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}

.landingParishWelcome img {
  height: 75px;
  width: auto;
}

.landingParishWelcome a {
  display: block;
  margin: 30px auto;
  width: fit-content;
  font-size: 1.5rem;
  color: #F9E6C5;
  border: 2px solid #F9E6C5;
  background: #ffffff;
  padding: 5px 25px;
  text-transform: uppercase;
  font-weight: 800;
  text-decoration: none;
}

.landingParishWelcome a:hover {
  color: #ffffff;
  background: #F9E6C5;
}

@media screen and (max-width: 1300px) {
  .landingParishWelcome img {
    height: 50px;
  }
  .landingParishWelcome a {
    font-size: 1rem;
  }
}

@media screen and (max-width: 1024px) {
  .landingParish {
    height: 675px;
  }
}

@media screen and (max-width: 768px) {
  .landingParishes {
    flex-direction: column;
  }
  .landingParish {
    width: 100%;
    height: 300px;
  }
  .landingParishWelcome {
    top: 35%;
  }
  .landingWelcome {
    top: 0;
    width: 100%;
    font-size: 2rem;
  }
}

@media screen and (max-width: 425px) {
  .landingParishWelcome img {
    height: 40px;
    width: auto;
  }
}

.column {
  margin: 0 10%;
}

.twoColumns {
  margin: 0 10%;
  justify-content: space-between;
  display: flex;
}

.columns {
  width: 48%;
  margin: 2% 0;
}

.threeColumns {
  margin: 0 10%;
  display: flex;
  justify-content: space-between;
}

.threeColumns .columnThird {
  width: 30%;
}

@media screen and (max-width: 768px) {
  .column {
    margin: 0 5%;
  }
  .twoColumns {
    margin: 0 5%;
  }
  .twoColumns {
    flex-wrap: wrap;
  }
  .columns {
    width: 100%;
  }
  .threeColumns {
    margin: 0 5%;
    flex-direction: column;
  }
  .threeColumns .columnThird {
    width: 100%;
  }
}

.pageSidebar {
  margin: 0 10%;
  display: flex;
  justify-content: space-between;
}

.pageSidebar .sidebarColumn {
  width: 60%;
}

.pageSidebar .sidebar {
  width: 30%;
}

@media screen and (max-width: 600px) {
  .pageSidebar {
    flex-direction: column;
    margin: 0 5%;
  }
  .pageSidebar .sidebarColumn, .pageSidebar .sidebar {
    width: 100%;
  }
}

.banner {
  width: 100%;
  position: relative;
  height: auto;
  margin-bottom: 25px;
  padding: 50px 0;
  color: #F9E6C5;
  z-index: 1;
}

.banner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #34535E;
  opacity: .9;
  z-index: -1;
}

.banner h1, .banner h2, .banner h3, .banner h4, .banner h5, .banner h6 {
  color: #F9E6C5;
}

.banner h1:after {
  border-bottom: 1px solid #F9E6C5;
}

@media screen and (max-width: 500px) {
  .bannerText {
    width: 100%;
  }
}

.buttons {
  margin: 3% 10%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.pageContentButton {
  width: 45%;
  text-align: center;
  height: 250px;
  margin: 25px 0 0 3%;
  box-shadow: 0 0 2px 1px #808080;
}

.pageContentButton:hover {
  box-shadow: 0 0 20px 4px #808080;
}

.pageContentButton a::after {
  content: '';
  background: linear-gradient(rgba(255, 255, 255, 0.2) 85%, #000 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.pageContentButton:not(.pageContentButtonList):hover a:before {
  content: '';
  background: #2e3131;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  opacity: .5;
}

.pageContentButtonList:nth-child(4n+1) a:after,
.pageContentButtonList:nth-child(4n+4) a:after {
  background: #B79443;
  opacity: .66;
}

.pageContentButtonList:nth-child(4n+2) a:after,
.pageContentButtonList:nth-child(4n+3) a:after {
  background: #B25D27;
  opacity: .66;
}

.pageContentButtonLink {
  display: block;
  height: 100%;
  position: relative;
}

.pageContentButtonLink img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.pageContentButtonLink h2 {
  position: absolute;
  max-width: 80%;
  top: 75%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  padding: 0px 6px;
  margin: 0 8%;
  font-size: 2rem;
  color: #ffffff;
  text-align: left;
  z-index: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pageContentButtonLink h2:before {
  border-top: 1px solid #fff;
  content: "";
  position: absolute;
  width: 50%;
  left: 0;
}

.pageContentButtonLink h3 {
  position: absolute;
  width: fit-content;
  max-width: 80%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  padding: 5px 25px;
  margin: 0 auto;
  font-size: 2rem;
  border: 3px solid #ffffff;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.5);
}

.colorList {
  opacity: 0;
  position: absolute;
  max-width: 80%;
  bottom: 40%;
  left: 0;
  right: 0;
  margin: 0 1%;
  font-size: 1rem;
  color: #ffffff;
  text-align: left;
  z-index: 1;
}

.pageContentButtonList .pageContentButtonLink:hover .colorList {
  opacity: 1;
  transition: opacity 1s;
}

.colorListItem {
  font-family: Montserrat, sans-serif;
  list-style-position: inside;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pageTextButtons {
  display: flex;
  justify-content: space-evenly;
  margin: 3% 10%;
  flex-wrap: wrap;
}

@media screen and (max-width: 425px) {
  .pageTextButtons {
    margin: 3%;
    flex-direction: column;
  }
  .pageTextButtons a {
    margin: 3% 0;
  }
}

.pageTextButtons a {
  border-radius: 30px;
  border-color: #AF9244;
  background-color: #AF9244;
  text-decoration: none;
  padding: 10px 20px;
  font-size: 1.4rem;
  color: #fff;
  align-self: center;
}

@media screen and (max-width: 1024px) {
  .pageContentButtonLink h2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .buttons {
    margin: 3%;
  }
}

@media screen and (max-width: 768px) {
  .pageContentButton {
    width: 100%;
  }
}

.pageGallery {
  padding: 3% 10%;
  margin: 3% 0;
  background-size: cover;
  background-position: center bottom;
  position: relative;
  z-index: 10;
}

.pageGallery #envira-gallery-wrap-181 {
  z-index: 999;
}

.pageGallery:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: -1;
}

.contact-info {
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 2%;
}

.contact-info .contactList {
  text-align: left;
  align-self: center;
  margin-bottom: 2%;
}

.contact-info .contactList img {
  margin-right: 5%;
}

.contact-info .contactList div {
  margin-bottom: 10px;
}

.contact-info .contactList div a {
  text-decoration: none;
  color: #000000;
  margin-bottom: 10px;
  margin: 0 auto 10px;
}

.contact-info h2 {
  position: relative;
}

.contact-info h2:after {
  border-bottom: 1px solid #202E2E;
  content: "";
  position: absolute;
  width: 300px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}

.contact-info img {
  width: 30px;
  height: 30px;
  vertical-align: sub;
}

.maps {
  display: flex;
  justify-content: space-around;
}

input[type="text"], input[type="email"], input[type="url"],
input[type="password"], input[type="search"], input[type="number"],
input[type="tel"], input[type="range"], input[type="date"],
input[type="month"], input[type="week"], input[type="time"],
input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
  border: 2px solid #666;
}

.formContainer, .maps {
  padding-left: 10%;
  padding-right: 10%;
}

.formContainer .gform_wrapper h3.gform_title {
  text-align: center;
  font-size: 30px;
}

.gform_body input {
  border-top: none;
  border-left: none;
  border-right: none;
}

.gform_footer.top_label input {
  background: transparent;
  color: #666;
  padding: 15px 35px;
  border-radius: 0;
}

.gform_footer.top_label input:hover {
  background: #666;
  color: #ffffff;
}

.page-template-page-contact .formContainer .gform_wrapper .gform_footer.top_label input[type="submit"] {
  font-size: 1.4rem;
  margin: 0 auto;
}

.page-template-page-contact .gform_wrapper .gform_footer input.button,
.page-template-page-contact .gform_wrapper .gform_footer input[type=submit],
.page-template-page-contact .gform_wrapper .gform_page_footer input.button,
.page-template-page-contact .gform_wrapper .gform_page_footer input[type=submit] {
  margin: 0 auto;
}

.page-template-page-contact .gform_wrapper .gform_footer {
  text-align: center;
}

.pageContent .accordion {
  margin-bottom: 2%;
}

.pageContent .accordion .accordionSectionTitle {
  border: none;
  color: #000000;
  background-color: transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  margin: 0 10%;
}

.pageContent .accordion .accordionSectionTitle h3 {
  margin: 0;
  padding: 5px 0;
  font-weight: 400;
}

.accordionSectionTitle .ui-accordion-header-icon.ui-icon {
  display: none;
}

.accordionSectionTitle i {
  transition: transform .2s ease-in-out;
  color: #C6C9C9;
}

.accordionSectionTitle.ui-accordion-header-active i {
  transform: rotate(45deg);
  transition: transform .2s ease-in-out;
  color: #8E9595;
}

.pageContent .accordion .accordionContent {
  background-color: #F9E6C5;
  color: #000;
  padding: 5% 10%;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pageContent .accordion .accordionContent img {
  max-width: 500px;
  max-height: 500px;
}

.pageHeader {
  position: relative;
  margin-bottom: 50px;
}

.pageHeader img {
  position: relative;
  width: 100%;
  height: 170px;
  object-fit: cover;
  object-position: 0 -380px;
}

.pageHeaderTitle {
  text-align: center;
  position: absolute;
  font-size: 2.25rem;
  font-weight: 700;
  top: 50px;
  border: 3px solid #1F2D2D;
  border-radius: 4px;
  padding: 0 30px;
  font-family: "Roboto", sans-serif;
  color: #1F2D2D;
  z-index: 99;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.5);
}

.textHeaderTitle {
  font-size: 3rem;
  color: #000000;
  width: fit-content;
  margin: 50px auto 0;
}

.textHeaderLine {
  border-bottom: 2px solid #000000;
  width: 75%;
  margin: 5px auto 15px;
}

.noHeader {
  margin-top: 50px;
}

@media screen and (max-width: 900px) {
  .pageHeader img {
    object-position: 0;
  }
}

.simcal-default-calendar-list dt.simcal-day-label {
  display: none;
}

.simcal-default-calendar-list .simcal-align-right {
  display: none;
}

.simcal-events-list-container {
  display: flex;
  flex-wrap: wrap;
}

.simcal-default-calendar-list ul.simcal-events {
  padding: 0;
}

.home .simcal-default-calendar-list ul.simcal-events {
  margin: 10px 5px 0;
}

.simcal-default-calendar-list dd.simcal-day {
  width: 49%;
}

.simcal-default-calendar-list .simcal-event-details {
  display: flex;
}

.calendarDate {
  font-size: 34px;
  font-weight: 800;
  line-height: 34px;
  text-align: center;
  color: #202E2E;
  width: 115px;
  padding: 15px 15px;
  border: 6px solid beige;
}

.calendarEvent {
  border: 6px solid beige;
  border-left: none;
  padding: 15px;
  width: 325px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.calendarEventTitle {
  font-size: 22px;
  line-height: 22px;
  font-weight: 600;
  text-align: center;
}

.calendarEventTime {
  text-align: center;
  font-size: 16px;
}

.massTimesWrapper {
  background: #202E2E;
  width: 100%;
  padding: 25px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #F9E6C5;
}

.massTimesWrapper h4 {
  text-align: center;
}

.massTimesWrapper a {
  font-size: 1rem;
  text-transform: uppercase;
}

.massTimesWrapper a:visited {
  color: #F9E6C5;
}

.massTimesWrapper .massTimes {
  font-size: 1rem;
  line-height: 1rem;
  display: flex;
  justify-content: space-around;
}

.massTimesWrapper .massTimes .massTime {
  margin-bottom: 10px;
  text-align: center;
  color: #F9E6C5;
  width: 33%;
}

.massTime h3 {
  text-transform: uppercase;
  line-height: 30px;
}

.massTime .dayMass {
  font-size: 1.5rem;
  line-height: 2rem;
}

.massTime .noteMass {
  font-size: 1rem;
  margin: 1% 0;
}

.homeEvents {
  padding: 1% 10%;
  color: #202E2E;
  position: relative;
  background-image: url("images/wood_paper.jpg");
  background-size: cover;
  z-index: 0;
}

.homeEvents:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #F9E6C5;
  opacity: .9;
  z-index: -1;
}

.homeEvents h1 {
  text-align: center;
}

.calendarLink {
  display: block;
  width: fit-content;
  margin: 0 auto;
  color: #202E2E;
  font-weight: 600;
  text-decoration: none;
}

.homeEvents a {
  margin-bottom: 15px;
}

.homeEvents .wp-show-posts-image.wpsp-image-center {
  position: relative;
  margin: 0;
}

.homeEvents .wp-show-posts-entry-header {
  padding: 25px 0 0;
}

.homeEvents .wp-show-posts-entry-header h2 a {
  color: #202E2E;
}

.homeEvents .wp-show-posts-entry-header .wp-show-posts-entry-meta {
  display: none;
}

.homeEvents .wp-show-posts-entry-content, .homeEvents .wp-show-posts-entry-summary {
  padding: 0;
}

.wpsp-read-more {
  padding: 0 0 25px;
  text-align: center;
}

.wpsp-read-more a:active {
  text-decoration: none;
}

.wpsp-read-more a:focus {
  background: transparent;
}

.homeEvents .wpsp-read-more a {
  border: none;
  font-size: 0.8em;
  font-weight: 700;
  padding: 0;
}

a.wp-show-posts-read-more, a.wp-show-posts-read-more:visited, a.wp-show-posts-read-more:hover {
  border: none;
  padding: 0;
  text-decoration: underline;
  font-style: italic;
  margin: 0 auto;
  background: transparent;
  color: #222;
}

.myparish-home-feed {
  height: 275px;
}

.myparish-home-feed-wrap {
  display: flex;
  height: 100%;
  box-shadow: 0px 0px 5px #000000;
}

.myparish-home-feed-app {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  flex: 1;
  background: #EDEBD3;
  padding: 25px;
}

.myparish-home-feed-app .myparish-title {
  width: 100%;
  text-align: center;
}

.myparish-home-feed-app .myparish-title h5, .myparish-home-feed-app .myparish-title h2 {
  margin: 0;
}

.myparish-home-feed-app svg {
  width: 60px;
  height: 60px;
}

.myparish-home-feed-app .myparish_view_more {
  width: 100%;
  text-align: center;
}

.myparish-home-feed-app .myparish_view_more button {
  background: transparent;
  border: none;
}

.myparish-home-feed-app .myparish_view_more button:hover {
  text-decoration: underline;
}

#mpa_slider {
  flex: 3;
}

#mpa_slider .dpi_mpa_messages_container {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
  align-items: center;
}

#mpa_slider .dpi_mpa_messages_container li {
  flex: 1;
  background: #F6F4E9;
  padding: 25px 15px;
  height: 100%;
  justify-content: space-between;
}

#mpa_slider .dpi_mpa_messages_container li:hover {
  height: 110%;
  border-top: 5px solid #234A53;
  box-shadow: 0px 0px 5px #000000;
  z-index: 10;
}

#mpa_slider .dpi_mpa_messages_container li a {
  text-decoration: none;
}

#mpa_slider .dpi_mpa_messages_container li a .dpi_mpa_message {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.dpi_mpa_message span {
  color: #000000;
  margin-bottom: 15px;
}

.dpi_mpa_message .dpi_mpa_message_date {
  font-size: 20px;
}

.dpi_mpa_message .dpi_mpa_message_link {
  color: #234A53;
}

@media screen and (max-width: 900px) {
  .myparish-home-feed-wrap {
    flex-direction: column;
    width: 100%;
  }
  .myparish-home-feed {
    height: auto;
  }
  .myparish-home-feed-wrap #mpa_slider {
    flex-direction: column;
  }
  #mpa_slider .dpi_mpa_messages_container li {
    height: 250px;
  }
}

@media screen and (max-width: 600px) {
  #mpa_slider .dpi_mpa_messages_container {
    flex-direction: column;
  }
  #mpa_slider .dpi_mpa_messages_container li {
    width: 100%;
    height: auto;
  }
}

.page-template-homepage .metaslider {
  z-index: -1;
  overflow: hidden;
}

.page-template-homepage .site-content .flexslider {
  border: none;
  margin-bottom: 0;
  overflow: hidden;
}

.page-template-homepage .site-content .flexslider .slides {
  position: relative;
}

.page-template-homepage .site-content .flexslider .slides > li {
  display: block;
}

.page-template-homepage .site-content .flexslider .slides li {
  position: relative;
}

.page-template-homepage .site-content .flexslider .slides li img {
  height: 700px;
  object-fit: cover;
}

.page-template-homepage .site-content .flexslider .slides .sliderOverlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: .35;
}

.page-template-homepage .site-content .flexslider .slides li .sliderInfoBox {
  position: absolute;
  top: 35%;
  left: 0;
  right: 0;
  width: 35%;
  text-align: center;
  color: #ffffff;
  margin: 0 auto;
  padding: 0 15px;
}

.page-template-homepage .site-content .flexslider .slides li .height-300px {
  top: 15%;
}

.page-template-homepage .site-content .flexslider .slides li .sliderInfoBox h1 {
  width: 100%;
  margin: 20px auto;
  color: #F9E6C5;
}

.page-template-homepage .site-content .flexslider .slides li .sliderInfoBox h1:after {
  content: none;
}

.page-template-homepage .site-content .flexslider .slides li .sliderInfoBox h4 {
  width: 100%;
  margin: 20px auto 35px;
  color: #F9E6C5;
}

.page-template-homepage .site-content .flexslider .slides li .sliderInfoBox a {
  color: #F9E6C5;
  font-size: 1.5rem;
  font-weight: 700;
  display: inline-block;
  max-width: 50%;
  margin: 0 auto;
  background: transparent;
  border: 3px solid #F9E6C5;
  text-decoration: none;
  padding: 5px 15px;
}

.page-template-homepage .site-content .flexslider .slides li .sliderInfoBox a:hover {
  color: #202E2E;
  background: #F9E6C5;
}

.page-template-homepage .site-content .flexslider .slides li .box-bg {
  background: rgba(0, 0, 0, 0.45);
  border: 3px solid #ffffff;
  padding: 50px;
}

.page-template-homepage .flexslider .flex-direction-nav a {
  height: 50px;
}

.page-template-homepage .flexslider .flex-direction-nav a:before {
  color: rgba(243, 236, 215, 0.8);
}

.page-template-homepage .flexslider .flex-control-nav {
  bottom: 0;
}

.page-template-homepage .flexslider .flex-control-nav li a {
  width: 20px;
  height: 20px;
  background: rgba(243, 236, 215, 0.5);
  border: 3px solid rgba(243, 236, 215, 0.5);
}

.page-template-homepage .flexslider .flex-control-nav li a.flex-active {
  background: rgba(243, 236, 215, 0.9);
  border: 3px solid #f3ecd7;
}

@media screen and (max-width: 425px) {
  .page-template-homepage .site-content .flexslider .slides li .sliderInfoBox h1 {
    font-size: 2.2rem;
  }
}

.contact-info {
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 2%;
}

.contact-info .contactList {
  text-align: left;
  align-self: center;
  margin-bottom: 2%;
}

.contact-info .contactList img {
  margin-right: 5%;
}

.contact-info .contactList div {
  margin-bottom: 10px;
}

.contact-info .contactList div a {
  text-decoration: none;
  color: #000000;
  margin-bottom: 10px;
  margin: 0 auto 10px;
}

.contact-info h2 {
  position: relative;
}

.contact-info h2:after {
  border-bottom: 1px solid #202E2E;
  content: "";
  position: absolute;
  width: 300px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}

.contact-info img {
  width: 30px;
  height: 30px;
  vertical-align: sub;
}

.maps {
  display: flex;
  justify-content: space-around;
}

input[type="text"], input[type="email"], input[type="url"],
input[type="password"], input[type="search"], input[type="number"],
input[type="tel"], input[type="range"], input[type="date"],
input[type="month"], input[type="week"], input[type="time"],
input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
  border: 2px solid #666;
}

.formContainer, .maps {
  padding-left: 10%;
  padding-right: 10%;
}

.formContainer .gform_wrapper h3.gform_title {
  text-align: center;
  font-size: 30px;
}

.gform_body input {
  border-top: none;
  border-left: none;
  border-right: none;
}

.gform_footer.top_label input {
  background: transparent;
  color: #666;
  padding: 15px 35px;
  border-radius: 0;
}

.gform_footer.top_label input:hover {
  background: #666;
  color: #ffffff;
}

.page-template-page-contact .formContainer .gform_wrapper .gform_footer.top_label input[type="submit"] {
  font-size: 1.4rem;
  margin: 0 auto;
}

.page-template-page-contact .gform_wrapper .gform_footer input.button,
.page-template-page-contact .gform_wrapper .gform_footer input[type=submit],
.page-template-page-contact .gform_wrapper .gform_page_footer input.button,
.page-template-page-contact .gform_wrapper .gform_page_footer input[type=submit] {
  margin: 0 auto;
}

.page-template-page-contact .gform_wrapper .gform_footer {
  text-align: center;
}

.site-footer {
  background-color: #F9E6C5;
  font-family: Roboto, sans-serif;
}

.site-footer .site-info {
  background-color: #202E2E;
  color: #ffffff;
  font-size: 16px;
}

.site-footer .site-info a {
  text-decoration: none;
  color: #ffffff;
  font-size: 16px;
  font-weight: 100;
}

.site-footer .site-info p {
  opacity: 0.85;
  display: flex;
  line-height: 16px;
  justify-content: space-between;
  padding: 10px 0;
  font-size: 16px;
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
  font-weight: 100;
}

.site-footer .site-branding {
  width: 225px;
  margin: 20px auto;
}

.site-footer .site-branding a {
  display: block;
  width: 225px;
  height: 135px;
  background-size: 225px;
}

.site-footer .footer-content {
  padding: 25px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000000;
  overflow: hidden;
}

.site-footer .footer-content a {
  color: #1F2D2D;
  text-decoration: none;
}

.site-footer .footer-content h2 {
  color: #ffffff;
  font-weight: 600;
  width: fit-content;
  margin: 25px auto 5px;
}

.site-footer .footer-content .footerInfo {
  display: flex;
  position: relative;
  justify-content: space-around;
}

.site-footer .footer-content .footerInfo .footerLogo {
  margin-bottom: 25px;
}

.site-footer .footer-content .footerInfo a {
  text-decoration: none;
}

.site-footer .footer-content .footerContact {
  display: flex;
  flex-direction: column;
  width: 30%;
  font-size: 18px;
  font-weight: 400;
}

.site-footer .footer-content .footerContact span {
  margin-bottom: 10px;
}

.site-footer .footer-content .footerLinks {
  display: flex;
  flex-direction: column;
  width: auto;
}

.site-footer .footer-content .footerLinks h4 {
  width: 100%;
  font-weight: 700;
  margin: 0 0 15px;
}

.site-footer .footer-content .footerLinks a {
  width: 50%;
  padding: 5px 0 0;
  font-weight: 400;
  text-align: left;
}

.site-footer .footer-content .footerMap {
  width: 30%;
}

.site-footer .footer-content .footerMap iframe {
  height: 250px;
  box-shadow: 0px 0px 5px #3D3D3D;
}

/* Search */
.site-footer .footer-search {
  position: relative;
  margin-top: 1vh;
  align-self: center;
  display: flex;
  flex-direction: column;
}

.site-footer .footer-search .toggle {
  font-size: 20px;
  right: 10px;
  top: 24%;
  color: #A1A1A1;
  transform: translateY(-50%);
  position: absolute;
  z-index: 100;
}

.site-footer .footer-search .toggle:hover {
  opacity: 0.8;
}

.site-footer .footer-search .search-form {
  top: 100%;
  z-index: 99;
  right: 0;
  display: flex;
  transition: 0.2s all;
  overflow: hidden;
}

.site-footer .footer-search .search-form input.search-field {
  background: #fff;
  height: 50px;
  line-height: 50px;
}

.site-footer .footer-search .search-form input.search-field:focus {
  outline: 0;
}

.site-footer .footer-search .search-field {
  border-radius: 20px;
  border-color: transparent;
  padding: 5px 10px;
}

.site-footer .footer-search .search-field::placeholder {
  color: #A1A1A1;
}

.footerSocial {
  display: flex;
  margin: 5% 15% 0;
  justify-content: space-evenly;
}

.footerSocial img, .footerSocial i {
  max-width: 40px;
  font-size: 40px;
  margin-right: 5%;
}

.search-submit {
  display: none;
}

@media screen and (max-width: 1440px) {
  .site-footer .footer-content .footerLinks {
    width: 30%;
    z-index: 99;
  }
  .site-footer .footer-content .footerContact {
    width: 50%;
  }
}

@media screen and (max-width: 1024px) {
  .site-footer .footer-content .footerInfo:after {
    right: -65px;
    height: 500px;
    transform: rotate(15deg);
  }
  .homeApp {
    width: 95%;
  }
}

@media screen and (max-width: 768px) {
  .site-footer .footer-content {
    flex-direction: column;
  }
  .site-footer .footer-content .footerLinks {
    width: 40%;
  }
  .site-footer .footer-content .footerInfo {
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
  }
  .site-footer .footer-content .footerLogo {
    width: 100%;
    align-self: center;
  }
  .site-footer .footer-content .footerLogo img {
    width: 15%;
  }
  .site-footer .footer-content .footerContact {
    width: 45%;
    align-items: center;
    z-index: 10;
  }
  .site-footer .footer-content .footerMap {
    width: 100%;
  }
  .site-footer .footer-content .footerMap iframe {
    width: 100%;
  }
  .site-footer .footer-content .footerInfo:after {
    content: none;
  }
}

@media screen and (max-width: 600px) {
  .site-footer .footer-content .footerContact, .site-footer .footer-content .footerLinks {
    width: 100%;
  }
  .site-footer .footer-content .footerLinks a {
    text-align: center;
  }
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

/*# sourceMappingURL=style.css.map */