/*!
Theme Name: Diocesan My Religion
Theme URI: http://underscores.me/
Author: Diocesan
Author URI: http://diocesan.com/
Description: Custom WordPress theme based on Diocesan My Religion
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: my_religion
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.

Diocesan My Religion 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 tha nks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
@import url("https://fonts.googleapis.com/css?family=Crimson+Text:400,400i,600i|Montserrat:400,500,700|Source+Sans+Pro:300,400,400i,600|Cinzel");
/*--------------------------------------------------------------
>>> 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: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  color: #2c213a;
  margin: 1em 0 .4em 0; }

h1 {
  font-size: 32px; }

h2 {
  font-size: 30px; }

h3 {
  font-size: 27px; }

h4 {
  font-size: 24px;
  font-family: "Crimson Text", serif; }

h5 {
  font-size: 22px;
  font-family: "Crimson Text", serif;
  color: #832928; }

h6 {
  font-size: 18px;
  font-family: "Crimson Text", serif;
  color: #c0973c; }

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

/*--------------------------------------------------------------
# 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: transparent;
  background-image: url("img/separator.png");
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 40px;
  display: block;
  clear: both;
  border: 0;
  margin: .4em auto 1em; }

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

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

blockquote {
  font-family: "Crimson Text", serif;
  position: relative;
  margin: 1.5em 0;
  font-size: 20px;
  padding: 0 75px 0 75px;
  color: #646464; }
  blockquote:before {
    content: '\201D';
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1;
    font-size: 80px;
    color: #a3a3a3; }

/* News */
.page-template-page-news div.contain {
  display: flex;
  justify-content: space-between; }
  .page-template-page-news div.contain > div.myparish {
    width: 60%;
    flex-wrap: wrap; }
    .page-template-page-news div.contain > div.myparish h3, .page-template-page-news div.contain > div.myparish .sub-heading {
      margin: 0;
      text-align: center; }
      .page-template-page-news div.contain > div.myparish h3 {
        margin-top: 0.5em; }
      .page-template-page-news div.contain > div.myparish .sub-heading {
        margin-bottom: 1em; }
  .page-template-page-news div.contain > div.events-calendar {
    width: 35%;
    flex-wrap: wrap; }
    .page-template-page-news div.contain > div.events-calendar h3, .page-template-page-news div.contain > div.events-calendar .sub-heading {
      margin: 0;
      text-align: center; }
      .page-template-page-news div.contain > div.events-calendar h3 {
        margin-top: 0.5em; }
      .page-template-page-news div.contain > div.events-calendar .sub-heading {
        margin-bottom: 1em; }

/* myParish */
.myparish-home-feed .myparish-home-feed-wrap {
  display: flex;
  box-shadow: 0px 0px 8px #888888;
  height: 100%; }
  .myparish-home-feed-wrap .myparish-home-feed-app {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 25px; }
    .myparish-home-feed-app .myparish-title {
      width: 100%; }
      .myparish-home-feed-app .myparish-title h2, .myparish-home-feed-app .myparish-title h5 {
        color: #832928; }
      .myparish-home-feed-app .myparish-title h2 {
        margin-top: 0; }
      .myparish-home-feed-app .myparish-title h5 {
        margin-bottom: 0; }

    .myparish-home-feed-app .myparish-icon-wrapper svg, .myparish-home-feed-app .android-icon-wrapper svg, .myparish-home-feed-app .apple-icon-wrapper svg {
      fill: #2C213A; }
      .myparish-home-feed-app .myparish-icon-wrapper svg:hover, .myparish-home-feed-app .android-icon-wrapper svg:hover, .myparish-home-feed-app .apple-icon-wrapper svg:hover {
        fill: #972F2E; }
    .myparish-home-feed-app .myparish_view_more {
      width: 100%;
      text-align: center; }
      .myparish_view_more a {
          text-decoration: none; }
          .myparish_view_more a button {
            background: #2C213A;
            border: 0;
            border-radius: 2px;
            color: #fff;
            font-family: Montserrat, "Helvetica Neue", sans-serif;
            font-weight: 700;
            letter-spacing: 0.046875em;
            line-height: 1;
            padding: 0.84375em 0.875em 0.78125em;
            text-transform: uppercase; }
            .myparish_view_more a button:hover, .myparish_view_more a button:focus {
              background: #972F2E;
              cursor: pointer; }
    .myparish-home-feed-wrap #mpa_slider {
      flex: 3; }
      .myparish-home-feed-wrap .dpi_mpa_messages_container {
        display: flex;
        flex-wrap: wrap;
        margin: 0;
        padding: 0; }
      .dpi_mpa_messages_container li {
        list-style: none;
        padding: 20px 20px 20px 0;
        width: 100%;
        height: 100%;
        margin-bottom: 0; }
      .dpi_mpa_messages_container a {
        text-decoration: none; }
      .dpi_mpa_messages_container a .dpi_mpa_message {
        display: flex;
        flex-direction: column; }
        .dpi_mpa_message .dpi_mpa_message_date {
          color: #636363;
          font-size: 1.2rem;
          font-weight: 700;
          text-shadow: 0.25px 0.25px #636363;
          margin-bottom: 10px; }
          .dpi_mpa_message .dpi_mpa_message_date:hover {
            text-decoration: underline; }
        .dpi_mpa_message .dpi_mpa_message_text {
          font-size: 1.2rem;
          line-height: 1.5;
          color: #636363; }
        .dpi_mpa_message_link {
          margin-top: 20px;
          color: #999999; }
          .dpi_mpa_message_link:hover {
            color: #972F2E; }


/* Calendar */
.simcal-calendar > .simcal-align-right {
  display: none; }

.simcal-calendar-list .simcal-events-list-container ul.simcal-events {
  margin: 0;
  padding: 0; }
  .simcal-calendar-list .simcal-events-list-container ul.simcal-events li .simcal-event-details {
    display: flex;
  }
    .simcal-calendar-list .simcal-events-list-container ul.simcal-events li .simcal-event-details div.date {
      width: 70px;
      height: 70px;
      background: #2C213A;
      margin: 1px 10px;
      box-shadow: 0px 0px 3px #000000;
      text-align: center; }
    .simcal-calendar-list .simcal-events-list-container ul.simcal-events li .simcal-event-details p {
      max-width: 65%; }
    .simcal-calendar-list .simcal-events-list-container ul.simcal-events li .simcal-event-details div.date span {
      color: #FFF; }
      .simcal-calendar-list .simcal-events-list-container ul.simcal-events li .simcal-event-details div.date span.day {
        font-size: 24px;
        font-weight: 800; }
      .simcal-calendar-list .simcal-events-list-container ul.simcal-events li .simcal-event-details div.date span.month {
        font-size: 20px; }
    .simcal-calendar-list .simcal-events-list-container ul.simcal-events li .simcal-event-details p a {
      color: #972F2E;
      font-size: 18px;
      font-weight: 700;
      text-decoration: none; }
      .simcal-calendar-list .simcal-events-list-container ul.simcal-events li .simcal-event-details p span {
        font-size: 16px; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 2px solid lightgrey;
  border-radius: 0;
  background: transparent;
  color: #707070;
  line-height: 1;
  padding: 10px 20px;
  transition: color .15s ease; }
  button:hover, button:active, button:focus,
  input[type="button"]:hover,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:hover,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:hover,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    background: #2c213a;
    border-color: #2c213a;
    color: #fff; }

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: #c0973c; }
  a:hover, a:focus, a:active {
    text-decoration: none; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0; }
  .main-navigation ul ul {
    box-shadow: 0px 0px 1px #20182a;
    float: left;
    background: #2c213a;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
    padding: 10px; }
    .main-navigation ul ul ul {
      left: -999em;
      top: 0; }
    .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
      left: 100%;
      top: -10px; }
    .main-navigation ul ul li:after {
      display: none; }
    .main-navigation ul ul a {
      line-height: 24px;
      width: 200px;
      text-transform: none;
      font-weight: 400;
      opacity: .7; }
    .main-navigation ul ul :hover > a,
    .main-navigation ul ul .focus > a {
      opacity: 1;
      background: #382a4a; }
  .main-navigation ul li:hover > ul,
  .main-navigation ul li.focus > ul {
    left: auto; }
.main-navigation li {
  float: left;
  position: relative;
  padding: 0 0.1vw; }
  .main-navigation li:hover > a, .main-navigation li.focus > a {
    opacity: .7; }
  .main-navigation li:after {
    content: '';
    width: 1px;
    height: 16px;
    top: calc(50% - 8px);
    display: block;
    background: #fff;
    position: absolute;
    right: 0; }
  .main-navigation li:last-child:after {
    display: none; }
.main-navigation a {
  display: block;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  padding: 10px;
  line-height: 80px;
  transition: line-height .2s ease, color .2s ease, opacity .2s ease; }
@media (min-width: 1400px) {
  .main-navigation a {
    padding-left: 20px;
    padding-right: 20px; } }

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

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }

  .main-navigation ul {
    display: block; } }
.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%; }

.sticky .main-navigation a {
  line-height: 50px; }

.sticky .main-navigation ul ul a {
  line-height: 24px; }

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

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

.separator-graphic {
  display: block;
  margin: 30px auto; }

.colorful-tiles {
  margin: 0;
  padding: 0;
  clear: both;
  width: 100%;
  display: flex;
  position: relative;
  width: 100vw;
  margin-left: -50vw;
  left: 50%; }
  .colorful-tiles a {
    margin: 0;
    width: 25%;
    text-align: center;
    text-decoration: none;
    padding: 10px;
    height: 150px;
    color: #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
    transition: background-color .15s ease; }
    .colorful-tiles a > .icon {
      display: block;
      font-size: 35px;
      margin-bottom: 10px; }
    .colorful-tiles a .link-title {
      display: block;
      font-family: "Montserrat", sans-serif;
      font-weight: 500;
      font-size: 22px;
      margin-bottom: 20px;
      font-weight: 500; }
    .colorful-tiles a .link-description {
      font-family: "Crimson Text", serif;
      font-style: italic;
      font-size: 15px; }
    .colorful-tiles a:nth-child(1) {
      background: #2c213a; }
      .colorful-tiles a:nth-child(1):hover {
        background: #382a4a; }
    .colorful-tiles a:nth-child(2) {
      background: #832928; }
      .colorful-tiles a:nth-child(2):hover {
        background: #972f2e; }
    .colorful-tiles a:nth-child(3) {
      background: #c0973c; }
      .colorful-tiles a:nth-child(3):hover {
        background: #c8a24e; }
    .colorful-tiles a:nth-child(4) {
      background: #395f95; }
      .colorful-tiles a:nth-child(4):hover {
        background: #406ba7; }
    .colorful-tiles a.icon-tile {
      padding: 30px 50px; }
  @media (max-width: 767.98px) {
    .colorful-tiles {
      flex-wrap: wrap; }
      .colorful-tiles a {
        width: 50%; } }

.banner {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 60px 0;
  position: relative;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100vw;
  margin-left: -50vw;
  left: 50%; }
  .banner .banner-wrap {
    width: 95%;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    color: #fff;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .banner .banner-wrap .sub-heading {
      color: #fff;
      font-size: 20px;
      margin-bottom: 15px; }
    .banner .banner-wrap .heading {
      font-size: 28px;
      line-height: 1.6;
      color: #fff;
      margin: 0;
      padding: 0; }
    .banner .banner-wrap .button {
      color: #fff;
      border-color: #fff;
      display: inline-block;
      margin: 30px 15px 0; }
      .banner .banner-wrap .button:hover {
        color: #2c213a;
        background: #fff; }
  .banner:after {
    content: '';
    position: absolute;
    z-index: 0;
    background: #000;
    opacity: .35;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .banner.white-background {
    color: #7d7d7d; }
    .banner.white-background:after {
      display: none; }
    .banner.white-background .sub-heading {
      color: #c0973c;
      font-size: 20px;
      margin-bottom: 15px; }
    .banner.white-background .heading {
      font-size: 28px;
      line-height: 1.6;
      color: #2c213a;
      margin: 0;
      padding: 0; }
    .banner.white-background .button {
      color: #2c213a;
      border-color: #2c213a;
      display: inline-block;
      margin: 30px 15px 0; }
      .banner.white-background .button:hover {
        color: #fff;
        background: #2c213a; }

.button {
  padding: 7px 17px;
  border: 2px solid;
  font-size: 13px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  transition: color .15s ease;
  cursor: pointer; }

.content-area {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto; }

.flexible-content.two-column {
  margin: 0 auto;
  display: flex;
  justify-content: space-around; }
  .flexible-content.two-column .column {
    width: 47.5%; }
  @media (max-width: 767.98px) {
    .flexible-content.two-column {
      display: block; }
      .flexible-content.two-column .column {
        width: 100%; } }

.button-grid {
  display: flex;
  justify-content: space-around;
  max-width: 800px;
  margin: 0 auto;
  flex-wrap: wrap;
  padding: 30px 0;
  text-align: center; }
  .button-grid a {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: "Cinzel", "Crimson Text", serif;
    color: #fff;
    font-size: 26px;
    text-decoration: none;
    width: calc(50% - 10px);
    margin: 10px 0;
    min-height: 190px;
    position: relative;
    padding: 10px; }
    .button-grid a:hover {
      filter: brightness(1.3); }
    @media (max-width: 767.98px) {
      .button-grid a {
        font-size: 20px;
        min-height: 130px;
        margin: 5px 0;
        padding: 5px;
        width: calc(50% - 5px); } }
    .button-grid a:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: #45335b;
      opacity: .8;
      z-index: 1; }
    .button-grid a:nth-child(2n):after {
      background: #832928; }
    .button-grid a .link-text {
      position: relative;
      z-index: 2; }
  .button-grid.two-column a:after {
    background: #2c213a; }
  .button-grid.two-column a:nth-child(2):after, .button-grid.two-column a:nth-child(3):after, .button-grid.two-column a:nth-child(6):after, .button-grid.two-column a:nth-child(7):after, .button-grid.two-column a:nth-child(10):after {
    background: #832928; }
  @media (max-width: 767.98px) {
    .button-grid.two-column {
      display: flex; } }
  .button-grid.three-column {
    max-width: 1000px; }
    .button-grid.three-column a {
      width: calc( 33% - 10px ); }
      @media (max-width: 767.98px) {
        .button-grid.three-column a {
          width: calc( 50% - 5px); }
          .button-grid.three-column a:after {
            background: #2c213a; }
          .button-grid.three-column a:nth-child(2):after, .button-grid.three-column a:nth-child(3):after, .button-grid.three-column a:nth-child(6):after, .button-grid.three-column a:nth-child(7):after, .button-grid.three-column a:nth-child(10):after {
            background: #832928; } }

#ajax-load-more ul.alm-listing {
  margin: 0;
  padding: 0; }
  #ajax-load-more ul.alm-listing li {
    display: inline-block;
    float: left;
    margin: 20px;
    width: calc( 24.9% - 40px ); }
    @media (max-width: 991.98px) {
      #ajax-load-more ul.alm-listing li {
        margin: 10px;
        width: calc( 49.9% - 20px ); } }
    @media (max-width: 575.98px) {
      #ajax-load-more ul.alm-listing li {
        margin: 10px 0;
        width: 99.9%; } }
    #ajax-load-more ul.alm-listing li .featured-image {
      display: block;
      width: 100%;
      margin: 0 0 20px;
      padding-bottom: 60%;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; }
    body:not(.home) #ajax-load-more ul.alm-listing li:nth-child(4n + 1) {
      clear: both;
    }
    #ajax-load-more ul.alm-listing li h3 {
      margin: 0;
      font-size: 20px; }
      #ajax-load-more ul.alm-listing li h3 a {
        color: #832928;
        text-decoration: none; }
    #ajax-load-more ul.alm-listing li p {
      font-weight: 400;
      font-size: 15px;
      color: #666;
      margin: 10px 0 15px; }

a.read-more {
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 500; }
  a.read-more:hover {
    text-decoration: underline; }

.alm-btn-wrap {
  display: block;
  clear: both; }
  .alm-btn-wrap .alm-load-more-btn {
    display: block;
    margin: 35px auto;
    cursor: pointer; }
    .alm-btn-wrap .alm-load-more-btn.done {
      opacity: .4;
      cursor: auto; }
      .alm-btn-wrap .alm-load-more-btn.done:hover, .alm-btn-wrap .alm-load-more-btn.done:active, .alm-btn-wrap .alm-load-more-btn.done:focus {
        color: #7d7d7d;
        background: #fff;
        border-color: lightgrey; }

.clearfix:after {
  content: '';
  visibility: hidden;
  display: block;
  height: 0;
  clear: both; }

.dpi-bulletins-tab--image {
  max-width: 300px; }

#page {
  overflow-x: hidden; }

header.site-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100px;
  background: rgba(50, 50, 50, 0.55);
  z-index: 10;
  transition: background-color 0.2s ease, height 0.2s ease; }
  @media (max-width: 767.98px) {
    header.site-header {
      height: 75px; } }
  header.site-header.sticky {
    background: #2c213a;
    border: 0;
    height: 70px;
    box-shadow: 0px 0px 1px #20182a; }
    header.site-header.sticky:after {
      display: none; }
  header.site-header:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #666;
    opacity: 0.7;
    display: block; }
  header.site-header .header-wrap {
    width: 95%;
    margin: 0 auto;
    /*max-width: 1300px;*/
    display: flex;
    justify-content: space-between; }
    @media (max-width: 1310px) {
      header.site-header .header-wrap {
        padding-right: 32px; } }
    header.site-header .header-wrap .site-branding {
      display: inline-block;
      float: left; }
      header.site-header .header-wrap .site-branding:before {
        display: none; }
      header.site-header .header-wrap .site-branding a {
        display: block;
        width: 330px;
        height: 100px;
        background-image: url("img/logo.png");
        background-repeat: no-repeat;
        background-size: 325px;
        background-position: center center;
        transition: background-size 0.2s ease, width 0.2s ease, height 0.2s ease; }
        header.site-header .header-wrap .site-branding a h1 {
          text-indent: -9999px;
          padding: 0;
          margin: 0; }
      @media (max-width: 767.98px) {
        header.site-header .header-wrap .site-branding {
          width: 250px; }
          header.site-header .header-wrap .site-branding a {
            width: 250px;
            background-size: 250px;
            height: 75px; } }
  header.site-header.sticky .site-branding a {
    height: 70px;
    width: 250px;
    background-size: 240px; }
  header.site-header .menu-toggle {
    display: none;
    justify-content: space-between;
    flex-direction: column; }
    header.site-header .menu-toggle .top-line {
      width: 100%;
      height: 2px;
      border-radius: 2px;
      background: #fff;
      display: block;
      transition: transform 0.3s ease; }
    header.site-header .menu-toggle .center-line {
      width: 100%;
      height: 2px;
      border-radius: 2px;
      background: #fff;
      display: block; }
    header.site-header .menu-toggle .bottom-line {
      width: 100%;
      height: 2px;
      border-radius: 2px;
      background: #fff;
      display: block;
      transition: transform 0.3s ease; }
    @media (max-width: 1310px) {
      header.site-header .menu-toggle {
        display: flex;
        width: 30px;
        height: 28px;
        cursor: pointer;
        position: absolute;
        right: 2.5%;
        top: calc( 50% - 14px ); } }
  @media (max-width: 1310px) {
    header.site-header #menu-location-menu-1 {
      display: none; } }

.mm-wrapper_opening .menu-toggle .top-line {
  width: 41px !important;
  transform: rotate(45deg) translateX(7px) translateY(12px); }
.mm-wrapper_opening .menu-toggle .center-line {
  display: none !important; }
.mm-wrapper_opening .menu-toggle .bottom-line {
  width: 41px !important;
  transform: rotate(-45deg) translateX(7px) translateY(-11px); }

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

.hero {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  min-height: 300px;
  align-items: center;
  padding-top: 100px; }
  .hero:after {
    content: "";
    position: absolute;
    background: #000;
    opacity: 0.2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1; }
  .hero .page-title {
    position: relative;
    z-index: 2;
    width: 95%;
    max-width: 800px;
    margin: 0 auto;
    padding: 25px 0;
    text-align: center; }
    .hero .page-title h1 {
      position: relative;
      z-index: 2;
      color: #fff;
      text-align: center;
      margin: 0;
      padding: 0;
      font-family: "Montserrat", sans-serif; }

#crumbs {
  position: absolute;
  bottom: 20px;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-family: "Crimson Text", serif;
  font-style: italic;
  z-index: 2; }
  #crumbs a {
    text-decoration: none;
    color: #fff; }

.scroll-button {
  display: block;
  position: absolute;
  z-index: 3;
  bottom: 20px;
  left: calc( 50% - 15px );
  text-align: center;
  transition: opacity 0.2s ease; }
  .scroll-button:hover, .scroll-button:focus, .scroll-button:active {
    opacity: 0.7; }
  .scroll-button a {
    color: #fff;
    text-decoration: none; }
  .scroll-button p {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 12px; }
@-webkit-keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%; }
  15% {
    opacity: 1;
    top: 50%; }
  50% {
    opacity: 0;
    top: 50%; }
  100% {
    opacity: 0;
    top: 29%; } }
@-moz-keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%; }
  15% {
    opacity: 1;
    top: 50%; }
  50% {
    opacity: 0;
    top: 50%; }
  100% {
    opacity: 0;
    top: 29%; } }
@keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%; }
  15% {
    opacity: 1;
    top: 50%; }
  50% {
    opacity: 0;
    top: 50%; }
  100% {
    opacity: 0;
    top: 29%; } }
  .scroll-button .mouse {
    position: relative;
    display: block;
    width: 30px;
    height: 43px;
    margin: 0 auto 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid white;
    border-radius: 23px; }
    .scroll-button .mouse > .finger {
      position: absolute;
      display: block;
      top: 29%;
      left: 50%;
      width: 4px;
      height: 8px;
      margin: -4px 0 0 -2px;
      background: white;
      border-radius: 6px;
      -webkit-animation: ani-mouse 2.5s linear infinite;
      -moz-animation: ani-mouse 2.5s linear infinite;
      animation: ani-mouse 2.5s linear infinite; }

.header-search {
  transition: 0.15s all;
  display: inline-block;
  position: relative;
  margin-left: -15px; }
  .header-search .toggle {
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 4px 15px;
    justify-content: center;
    height: 100%;
    transition: opacity 0.15s ease; }
    .header-search .toggle:hover {
      opacity: 0.8; }
  .header-search img {
    width: 20px;
    height: 20px;
    max-width: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .header-search .search-form {
    position: absolute;
    top: 100%;
    z-index: 99;
    right: 0;
    display: flex;
    transition: 0.2s all;
    max-height: 0;
    overflow: hidden;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); }
    .header-search .search-form input.search-field {
      background: #fff;
      border: none;
      border-radius: 0;
      height: 50px;
      line-height: 50px;
      padding: 0 25px; }
      .header-search .search-form input.search-field:focus {
        outline: 0; }
    .header-search .search-form .search-submit {
      background: #2c213a;
      border: none;
      border-radius: 0;
      font-size: 14px;
      color: #fff;
      height: 50px;
      width: 110px;
      padding: 2px 20px;
      transition: color 0.15s ease;
      cursor: pointer; }
      .header-search .search-form .search-submit:hover {
        background: #832928; }
  .header-search.open .search-form {
    max-height: 200%; }

.colorful-tiles a.icon-tile {
  padding: 30px 50px; }
  .colorful-tiles a.icon-tile * {
    margin-bottom: 0; }


.page-template-page-contact .colorful-tiles * {
  margin-bottom: 0 !important; }
  .page-template-page-contact .colorful-tiles .link-title {
    font-size: 1.3rem; }
    @media (max-width: 1446px){
      .page-template-page-contact .colorful-tiles a {
        padding: 30px 10px; }
      .page-template-page-contact .colorful-tiles .link-title {
        font-size: 1rem; } }

.page-template-page-contact .google-map .place-card-large {
  display: none; }

.news-header {
  position: absolute;
  z-index: 3;
  color: #fff;
  bottom: 32px;
  font-size: 20px; }
  .news-header a {
    margin: 0 10px;
    color: #fff;
    text-decoration: none; }
    .news-header a:hover {
      text-decoration: underline; }

footer.site-footer {
  background: #2c213a;
  padding: 20px 0 0; }
  footer.site-footer .footer-wrap {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto; }
    footer.site-footer .footer-wrap .footer-content {
      display: flex; }
      @media (max-width: 991.98px) {
        footer.site-footer .footer-wrap .footer-content {
          flex-wrap: wrap; } }
      footer.site-footer .footer-wrap .footer-content .footer-widget {
        color: #fff;
        font-size: 15px;
        flex: 1;
        margin-right: 20px; }
        @media (max-width: 991.98px) {
          footer.site-footer .footer-wrap .footer-content .footer-widget {
            flex: auto;
            width: calc( 50% - 10px); }
            footer.site-footer .footer-wrap .footer-content .footer-widget:nth-child(2) {
              margin-right: 0; } }
        @media (max-width: 575.98px) {
          footer.site-footer .footer-wrap .footer-content .footer-widget {
            width: 100%;
            margin-right: 0; } }
        footer.site-footer .footer-wrap .footer-content .footer-widget:last-child {
          margin-right: 0; }
        footer.site-footer .footer-wrap .footer-content .footer-widget h1, footer.site-footer .footer-wrap .footer-content .footer-widget h2, footer.site-footer .footer-wrap .footer-content .footer-widget h3, footer.site-footer .footer-wrap .footer-content .footer-widget h4, footer.site-footer .footer-wrap .footer-content .footer-widget h5, footer.site-footer .footer-wrap .footer-content .footer-widget h6 {
          color: #fff;
          font-family: "Montserrat", sans-serif; }
        footer.site-footer .footer-wrap .footer-content .footer-widget h4 {
          font-size: 18px;
          font-weight: 500; }
        footer.site-footer .footer-wrap .footer-content .footer-widget p, footer.site-footer .footer-wrap .footer-content .footer-widget a {
          font-family: "Montserrat", sans-serif;
          color: #fff;
          opacity: 0.6;
          line-height: 1.8;
          text-decoration: none; }
        footer.site-footer .footer-wrap .footer-content .footer-widget a:hover {
          opacity: 1;
          text-decoration: underline; }
        footer.site-footer .footer-wrap .footer-content .footer-widget p {
          margin: 0 0 10px 0; }
        footer.site-footer .footer-wrap .footer-content .footer-widget .social-media {
          font-size: 20px; }
          footer.site-footer .footer-wrap .footer-content .footer-widget .social-media a {
            margin-right: 15px; }
            footer.site-footer .footer-wrap .footer-content .footer-widget .social-media a:hover {
              opacity: 1; }
              footer.site-footer .footer-wrap .footer-content .footer-widget .social-media a#myparish-logo img {
                vertical-align: middle;
                margin-bottom: 3px;
                margin-right: -5px; }
  footer.site-footer .site-info {
    font-size: 14px;
    color: #fff;
    opacity: 0.4;
    font-weight: 300;
    margin-top: 20px; }
    @media (max-width: 575.98px) {
      footer.site-footer .site-info {
        text-align: center; } }
    footer.site-footer .site-info:before {
      content: "";
      display: block;
      background: #fff;
      opacity: 0.3;
      height: 1px;
      width: 100%; }
    footer.site-footer .site-info .right {
      float: right; }
      @media (max-width: 575.98px) {
        footer.site-footer .site-info .right {
          display: block;
          margin-top: 10px;
          float: none; } }
    footer.site-footer .site-info a {
      color: #fff;
      text-decoration: none; }
      footer.site-footer .site-info a:hover {
        opacity: 1; }
  footer.site-footer a {
    transition: opacity 0.15s ease; }
    footer.site-footer a:hover {
      opacity: 1; }

.home .hero {
  padding-top: 0;
  height: calc( 100vh - 165px );
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 300px; }
  .home .hero .page-title h1 {
    font-family: "Crimson Text", serif, cursive;
    color: #fff;
    text-align: center;
    font-style: italic;
    font-weight: 400;
    font-size: 45px;
    text-shadow: 0px 0px 8px #111;
    margin: 0;
    padding: 0; }
  .home .hero .hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  @media (max-width: 767.98px) and (max-height: 1023.98px) {
    .home .hero {
      background-image: url("img/mobile_hero.jpg") !important; }
      .home .hero .hero-video {
        display: none; } }

.mass-times-area .mass-times-wrap {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
  text-align: center; }
  .mass-times-area .mass-times-wrap > h3 {
    color: #2c213a;
    font-size: 26px;
    font-family: "Montserrat", sans-serif;
    margin: 0; }
  .mass-times-area .mass-times-wrap .sub-heading {
    margin: 0; }
  .mass-times-area .mass-times-wrap .mass-times {
    display: flex;
    justify-content: space-between; }
    .mass-times-area .mass-times-wrap .mass-times .column {
      flex: 1; }
      .mass-times-area .mass-times-wrap .mass-times .column h5 {
        color: #832928;
        font-family: "Montserrat", sans-serif;
        font-size: 20px;
        margin: 0 0 10px 0; }
      .mass-times-area .mass-times-wrap .mass-times .column p {
        margin: 0;
        color: #888; }
    @media (max-width: 767.98px) {
      .mass-times-area .mass-times-wrap .mass-times {
        display: block; }
        .mass-times-area .mass-times-wrap .mass-times .column {
          margin-bottom: 20px; } }
  .mass-times-area .mass-times-wrap .button {
    color: #2c213a;
    border-color: #ccc;
    margin: 30px 15px 0;
    display: inline-block; }
    .mass-times-area .mass-times-wrap .button:hover {
      color: #fff;
      background: #2c213a;
      border-color: #2c213a; }

.sub-heading {
  font-family: "Crimson Text", serif;
  color: #888;
  font-style: italic; }
  .sub-heading a {
    text-decoration: none; }
    .sub-heading a:hover {
      text-decoration: underline; }

.home .content-area {
  width: 100%;
  max-width: 100%; }

.home .news {
  width: 95%;
  max-width: 1200px;
  margin: 40px auto; }
  .home .news > h3 {
    text-align: center; }
  .home .news .sub-heading {
    text-align: center; }
  .home .news ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .home .news ul li {
      display: inline-block;
      float: left;
      padding: 20px;
      width: calc(1/3 * 100%); }
      @media (max-width: 767.98px) {
        .home .news ul li {
          padding: 10px; } }
      @media (max-width: 575.98px) {
        .home .news ul li {
          width: 100%; } }
      .home .news ul li .featured-image {
        display: block;
        width: 100%;
        margin: 0 0 20px;
        padding-bottom: 60%;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat; }
      .home .news ul li h3 {
        margin: 0;
        font-size: 20px; }
        .home .news ul li h3 a {
          color: #832928;
          text-decoration: none; }
      .home .news ul li p {
        font-weight: 400;
        font-size: 15px;
        color: #666;
        margin: 10px 0 15px; }

@media screen and (min-width: 576px){
	.home #ajax-load-more ul.alm-listing li {
		margin: 0;
		width: calc(1/3 * 100%);
	}
	.home #ajax-load-more ul.alm-listing li:nth-child(4n + 1) {
		/* clear: none; */
	}
}

.site-content .flex-contain {
  display: flex;
  flex-wrap: wrap; }
  .site-content .flex-contain .the-content {
    flex: 3; }
  .site-content .flex-contain .the-sidebar {
    flex: 1;
    padding-left: 40px; }
    .site-content .flex-contain .the-sidebar .widget_recent_entries ul {
      list-style-type: none;
      margin-left: 0;
      padding-left: 0; }
      .site-content .flex-contain .the-sidebar .widget_recent_entries ul li {
        border-bottom: 1px solid #EAEAEA;
        padding: 10px 0; }
        .site-content .flex-contain .the-sidebar .widget_recent_entries ul li a {
          text-decoration: none; }
          .site-content .flex-contain .the-sidebar .widget_recent_entries ul li a:hover {
            text-decoration: underline; }

footer.entry-footer {
  display: none; }

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

/* STAFF: ALL */
.staff-member-listing {
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 1100px) {
    .staff-member-listing {
      padding: 0 10%;
      margin: 1.5em auto 0 auto; } }
  /*@media (max-width: 900px) {
    .staff-member-listing {
      margin: 1.5em 10% 0 10%; } }*/


.staff-member-listing .staff-member {
  background-color: #2C213A;
  padding-bottom: 0;
  margin: 5px 5px 0 5px;
  width: calc(25% - 10px);
  cursor: pointer; }
  @media (max-width: 1100px) {
    .staff-member-listing .staff-member {
      margin: 0 5% 1.5em 5%;
      width: calc(40% - 10px); } }
  @media (max-width: 750px) {
    .staff-member-listing .staff-member {
      /*margin: 0 5% 1.5em 5%;*/
      width: calc(100% - 10px); } }

  .staff-member-listing .staff-member:hover {
    background-color: #832928;
      -webkit-transition: background-color 0.3s ease-in-out;
      -moz-transition: background-color 0.3s ease-in-out;
      -o-transition: background-color 0.3s ease-in-out;
      transition: background-color 0.3s ease-in-out; }
  .staff-member-listing .staff-member-info-wrap {
    text-align: center;
    padding: 3%;
    margin: 0; }
  .staff-member-listing .staff-member * {
    color: #FFFFFF; }
  .staff-member-listing .staff-member img {
    object-fit: cover;
    width: 100%; }
  .staff-member-listing .staff-member h3 {
    font-size: 22px; }
  .staff-member-listing .staff-member h4, .staff-member-listing .staff-member a.staff-member-phone {
    font-size: 20px; }
    @media (max-width: 900px) {
      .staff-member-listing .staff-member h4, .staff-member-listing .staff-member a.staff-member-phone {
        font-size: 16px; }
      .staff-member-listing .staff-member a.staff-member-email {
        font-size: 14px; } }
  .staff-member-listing .staff-member a {
    text-decoration: none; }
    .staff-member-listing .staff-member a:hover {
      text-decoration: underline; }
    .staff-member-listing .staff-member a.btn {
      cursor: pointer;
      display: block;
      margin: 6% auto;
      border: 2px solid lightgrey;
      border-radius: 0;
      background: transparent;
      line-height: 1;
      padding: 10px 20px;
      transition: color .15s ease;
      width: 50%; }
      .staff-member-listing .staff-member a.btn:hover {
        background-color: #2C213A;
        text-decoration: none; }

/* STAFF: SINGLE */
.single-staff-member .site-content {
  margin-top: 3em; }
  .single-staff-member .site-content .staff-header {
    display: flex;
    flex-wrap: wrap; }
    .single-staff-member .site-content .staff-header .staff-contain {
      padding-left: 0.5em; }
      .single-staff-member .site-content .staff-header .staff-contain h1.entry-title {
        margin: 0; }
      .single-staff-member .site-content .staff-header .staff-contain .staff-meta .title {
        font-size: 22px; }


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