html,
body {
	overflow-x: hidden;
}

@media (max-width: 767px) {
	.bar.bar--sm {
	    padding: 2em 0;
	}

	.bar .logo {
	    max-height: 106px;
	}
}

.bar.bar--sm.bar--top {
	padding: 16px 0 16px 16px;
	margin: 0 0 0 auto;
	overflow: hidden;
	float: right;
    height: 54px;
}

.bar--top:before {
	width: calc(30%);
	content: ' ';
	display: block;
	position: absolute;
	right: -24%;
	margin-top: -16px;
	background-color: #000;
    font-weight: 700;
    height: 54px;
    z-index: -1;
}

.bar--top p {
	display: inline-block;
}

.bar--top a {
	text-decoration: none;
}

.bar--top ul.list-inline {
	margin-left: 2em;
}

.bar--top ul.list-inline li:not(:last-child) {
	margin-right: 10px;
}

.bar--top > .container {
	margin-left: -140%;
}

@media (max-width: 767px)
{
	.bar--top .list-inline {
	     min-width: initial;
	}
}

@media (min-width: 768px) and (max-width: 991px)
{
	.bar .logo {
	    max-height: 80px;
	}

	#main-nav {
		padding: 10px 0;
	}

	#main-nav .menu-horizontal {
		padding-top: 30px;
	}
}

@media (min-width: 992px)
{
	.bar .logo {
	    max-height: 230px;
	    margin-bottom: -110px;
	    z-index: 10;
	}

	#main-nav .menu-horizontal {
		padding-top: 30px;
		font-size: 1.2em;
	}
}

.dropdown .dropdown__content {
	padding: .7em .5em;
}

.dropdown .dropdown__content,
.dropdown .dropdown__content * {
	border-radius: 0;
	color: #fff !important;
	box-shadow: none;
}

.dropdown .dropdown__content,
.dropdown .dropdown__content > * {
	background-color: #000 !important;
}

footer.footer-2 .row:last-child {
	margin-top: initial;
}

footer .dark-area {
	padding: 0 0 1em;
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6,
footer .h1,
footer .h2,
footer .h3,
footer .h4,
footer .h5,
footer .h6 {
	margin: 1em 0 .6em;
	line-height: .9em;
	color: #949CA6 !important;
}

footer ul.list-inline li {
	font-size: 1.4em;
}

footer ul.list-inline li:not(:last-child) {
	margin-right: 5px;
}

footer .after-dark {
	padding: 0;
	margin: 0;
}

footer.footer-2 .after-dark .row:last-child {
	margin-top: 1em;
}

footer .dark-area .logo-holder {
	padding-top: 1em;
}

footer .dark-area .logo-holder img {
	max-width: 100%;
	margin: 1em;
}

/* Parishes, Priests */
.module__user--parishes-chars select,
.module__user--parishes-chars input {
	padding: .3em;
	height: 2.6em;
	margin-top: .6em;
}

.module__user--parishes-chars select {
	-webkit-appearance: menulist;
}

.module__user--parishes-list .accordion__content > p,
.module__user--priests-list .accordion__content > p,
.module__user--priests-list .accordion__content > .bio {
	padding: 1.4em 1.4em !important;
	display: block;
}

.accordion.accordion-2 {
	min-height: initial !important;
}

.module__user--title-link a {
	font-size: .3em;
	font-family: 'Open Sans', sans-serif;
	color: #900927;
}

.map-spots--red-bar {
	border-top: 2em solid #900927;
}

/* Swiper, Vertical Highlights */
.swiper-container {
    margin: 0 15px;
}

.swiper-slide {
	overflow: hidden;
}

.unpad--left {
	padding-left: 0;
}

.vh-container {
	padding-left: 0;
}

.vh-container.container-fluid,
.vh-container div:not(.flex--self-center),
.vh-container ul,
.vh-container li {
	height: 100% !important;
}

.vh-slide {
	height: 100%;
}

.vh-slide h1,
.vh-slide p {
	color: #000 !important;
	line-height: normal;
	opacity: 1 !important;
}

.vh-slide h1 {
	font-weight: 600;
	line-height: 1.2em;
}

.vh-slide .row {
	margin: 0 !important;
}

.vh-container .flex--self-center {
	align-self: center;
}

.vh-col-1,
.vh-col-2 {
	flex-direction: row;
	overflow: hidden;
}

.vh-col-1 {
	background-color: rgba(196, 169, 94, .7);
}

.vh-col-2 {
	position: relative;
}

.vh-buttons {
	padding-top: 4em;
}

.vh-button {
	padding-top: .7em;
	color: #E2C561 !important;
	margin-top: .5em;
	display: inline-block;
	opacity: .8;
	background-color: #000;
	border-radius: 100%;
	width: 3em;
	height: 3em;
	font-size: 1em;
	cursor: pointer;
	transition: all .1s linear;
	text-decoration: none !important;
}

.vh-button:hover {
	opacity: 1;
}

.vh-button--link {
	font-size: .4em;
	line-height: normal;
	border-radius: 4px;
	width: auto;
	height: auto;
	padding: .2em .6em;
}

.vh-index {
	position: absolute;
    bottom: -2.105em;
    right: -.119em;
	font-size: 24em;
	color: #fff;
	font-family: 'Playfair Display', serif;
}

.slides .slide .container {
	background-color: rgba(196, 169, 94, .7);
	padding: 1em;
}

.slides .slide h1,
.slides .slide p {
	color: #000;
}

.slides .slide h1 {
	font-weight: bold;
}

.flickity-resize .slide {
	min-height: 100%;
}

.ac-grid {
  display: grid;
  height: 100%;
  grid-template-columns: calc(41.71% - 15px) calc(41.61% + 15px) 4.17% 4.17% 4.17% 4.17%;
  grid-template-rows: auto auto auto;
  grid-gap: 0px 0px;
  grid-template-areas: "ac--agenda ac--highlight ac--highlight-word ac--highlight-word ac--highlight-word ac--highlight-word" "ac--docs ac--stories . . . ." "ac--reflect ac--stories ac--reflect--bg . . .";
}

@media (max-width: 992px) {
	.ac-grid {
	  display: grid;
	  height: auto;
	  grid-template-columns: 100%;
	  grid-template-rows: auto auto auto auto auto auto auto;
	  grid-gap: 0px 0px;
	  grid-template-areas: "ac--highlight-word" "ac--highlight" "ac--agenda" "ac--docs" "ac--stories" "ac--reflect" "ac--reflect--bg";
	}
}

.ac--highlight-word {
	grid-area: ac--highlight-word;
	background-color: #E2C560;
	overflow: hidden;
}

@media(max-width: 991px) {
	.ac--highlight-word {
		display: none;
	}
}

.ac--highlight-word {
	text-align: left;
}

.ac--highlight-word img.word-v {
	max-height: calc(100% + 20px);
	max-width: 100%;
	margin: -10px 0;
}

.ac--highlight-word img.word-h {
	margin: 1em auto;
	max-width: 90%;
	width: 200px;
}

.ac--highlight {
	grid-area: ac--highlight;
	background-color: #E2C560;
	display: grid;
	grid-template-columns: 50% 50%;
	grid-template-rows: auto 6em;
	grid-gap: 0px 0px;
	grid-template-areas: "highlight--left highlight--right" "highlight--left highlight--right-bottom";
}

.highlight--left {
	grid-area: highlight--left;
}

.highlight--right {
	grid-area: highlight--right;
	background-color: #E2C560;
	padding: 2em;
}

.highlight--right-bottom {
	grid-area: highlight--right-bottom;
	padding: 2em;
}

.ac--agenda { grid-area: ac--agenda; }

.ac--docs { grid-area: ac--docs; }

.ac--reflect {
	grid-area: ac--reflect;
	background-color: #E2C560;
}

.ac--stories {
	grid-area: ac--stories;
	padding: 3em;
}

@media (max-width: 1199px)
{
	.ac--stories .row--flex.flex-2 > .col--flex {
		width: 100%;
		display: flex;
		flex-direction: column;
		margin-top: 1em;
    	margin-right: 0;
	}
}

@media (min-width: 1200px)
{
	.ac--stories .row--flex.flex-2 > .col--flex {
	    width: calc(50% - 1.5em);
	}

	.ac--stories .col--flex {
	    margin-right: 3em;
	}
}

.ac--reflect--bg {
	grid-area: ac--reflect--bg;
	background-color: #E2C560;
}

.ac--agenda,
.ac--docs {
	padding: 2em;
}

.ac--with-margin--left {
	padding-left: 2em;
}

@media (min-width: 992px) {
	.ac--agenda,
	.ac--docs {
		padding: 2em 2em 2em calc(24% - 15px);
	}

	.ac--with-margin--left {
		padding-left: calc(24% - 15px);
	}
}

.ac--highlight .imagebg {
	overflow: hidden;
}

.ac--highlight .imagebg .background-image-holder {
	transition: all .2s linear;
}

.ac--highlight:hover .imagebg .background-image-holder {
	transform: scale(1.4);
}

.module__user--all-content .highlight__pre {
	margin: 0;
	padding: 0;
	color: #fff;
	font-weight: bold;
}

.module__user--all-content .highlight__title {
	margin: 0;
	padding: 0;
	color: #000;
	font-weight: bold;
	margin-top: 5px;
}

.module__user--all-content .highlight__desc {
	margin: 0;
	padding: 0;
	color: #000;
	opacity: 1 !important;
	margin-top: 10px;
}

.module__user--all-content .highlight__link {
	margin: 0;
	padding: 0;
	color: #A62239;
	font-size: 1em;
	text-transform: uppercase;
}

.module__user--all-content .events,
.module__user--all-content .list {

}

.module__user--all-content .event,
.module__user--all-content .item {
    border-radius: 0;
    background: none;
    color: #000;
    transition: all .2s linear;
    display: block;
    border-color: #fff;
}

.module__user--all-content .item {
	width: calc(100% - 2em);
}

.module__user--all-content .event:hover {
	text-decoration: none;
	padding-left: 2em;
	border-left: 4px solid #E2C561;
}

.module__user--all-content .item:hover {
	text-decoration: none;
	padding-left: 2em;
	width: 100%;
	border-left: 4px solid #E2C561;
}

.module__user--all-content .item h1 {
    transition: all .2s linear;
}

.module__user--all-content .event:not(:first-child),
.module__user--all-content .item:not(:first-child) {
	margin-top: 1em;
}

.module__user--all-content .event .imagebg {
    height: 100px;
}

.module__user--all-content .event__date {
    text-transform: uppercase;
    line-height: 1em;
    font-weight: bold;
    padding-top: 2px;
	font-family: 'Playfair Display', serif;
	margin: 0;
}

.module__user--all-content .event__title {
    line-height: 1.1em;
    font-weight: bold;
     font-weight: 300;
    font-size: 1.4em;
    margin: 0;
}

.module__user--all-content .event__location,
.module__user--all-content .event__description {
    line-height: 1.3em;
    font-weight: bold;
    font-size: 1.2em;
    margin: 0;
}

.module__user--all-content .item__title {
    font-weight: bold;
    line-height: 1.4em;
	margin: 0;
	padding: 0;
	color: #000;
	opacity: 1 !important;
}

.module__user--all-content .item__author {
	font-family: 'Open Sans', sans-serif;
    font-weight: bold;
	margin: 6px 0 3px;
	padding: 0;
	color: #000;
	opacity: 1 !important;
}

.module__user--all-content .ac-stories ul li:not(:first-child) {
	margin-top: 2em;
}

.module__user--all-content .item__description {
	opacity: 1 !important;
	color: #000;
	font-weight: 500;
}

.module__user--all-content .story {
	border-left: 5px solid transparent;
	transition: all .2s linear;
	padding: 1em .5em;
}

.module__user--all-content .story:hover {
	border-left: 5px solid #E2C560;
}

.module__user--all-content .story a {
	transition: all .2s linear;
	text-decoration: none;
}

.module__user--all-content .story:hover a {
	color: #000;
}

.module__user--all-content .story .story__image {
    height: 200px;
    margin-bottom: 1em;
    overflow: hidden;
}

.module__user--all-content .story .background-image-holder {
	transition: all .2s linear;
}

.module__user--all-content .story:hover .background-image-holder {
	transform: scale(1.2);
}

.module__user--all-content .story .story__title {
    font-weight: bold;
    line-height: 1.4em;
}

.module__user--all-content .story .story__info {
}

.module__user--all-content .story .story__description {
    margin-top: .9em;
    line-height: 1.4em;
	color: #000;
	opacity: 1 !important;
}

.module__user--all-content .view-all {
    width: 100%;
    text-align: center;
    margin-top: 2em;
}

.module__user--all-content .view-all a {
    font-size: 14px;
    text-transform: uppercase;
	color: #A62239;
	font-size: 1em;
	transition: all .2s linear;
	text-decoration: none;
}

.module__user--all-content .view-all a:hover {
	opacity: .8;
}

.module__user--all-content .reflect__title {
	margin: 0;
	padding-top: .8em;
	padding-bottom: .5em;
	padding-right: 2em;
	font-weight: bold;
	line-height: .8em;
}

.module__user--all-content .reflect__image .background-image-holder {
	background-position: center center;
}

.module__user--all-content .reflect__content * {
	line-height: 1em;
}

.module__user--all-content .reflect__content {
	padding-top: 2em;
	padding-bottom: 2em;
	padding-right: 2em;
}

.module__user--all-content .reflect__content p {
	color: #000;
	opacity: 1 !important;
	line-height: 1em;
}

.bar__module--search {
	padding: .4em 1em;
	margin: 0 !important;
}

.bar__module--search:after {
	content: ' ';
	display: table;
	clear: both;
}

.bar__module--search .search {
	float: right;
}

.bar__module--search .search i {
	right: 8px;
	left: initial;
	cursor: text;
	color: #222;
}

.bar__module--search .search input {
	max-width: 40px !important;
	transition: all .1s linear;
	border: 0;
	border-bottom: 2px solid #222;
	border-radius: 0;
	background-color: transparent;
	padding-right: 2.78571429em;
	padding-left: 0;
}

.bar__module--search .search input:valid,
.bar__module--search .search input:focus {
	max-width: 200px !important;
}

.module__user--vertical--highlights .background-image-holder,
.module__user--daily-banner .background-image-holder {
	z-index: -1;
}

.module__user--scroll-arrow {
	display: block;
	height: 20px;
	width: 100%;
	position: fixed;
	bottom: 0;
	text-align: center;
	z-index: 10;
}

.scroll-arrow-container {
	position: relative;
	display: inline-block;
	width: 6em;
	height: 6em;
	margin: 0 auto;
	padding: 15px 1.6em;
	background-color: rgba(0,0,0,.7);
	transform: scale(.5);
    border-radius: 100%;
}

.scroll-arrow-chevron {
	position: absolute;
	width: 40px;
	height: 4px;
	opacity: 0;
	transform: scale3d(0.5, 0.5, 0.5);
	animation: move 3s ease-out infinite;
}

.scroll-arrow-chevron:first-child {
	animation: move 3s ease-out 1s infinite;
}

.scroll-arrow-chevron:nth-child(2) {
	animation: move 3s ease-out 2s infinite;
}

.scroll-arrow-chevron:before,
.scroll-arrow-chevron:after {
	content: ' ';
	position: absolute;
	top: 0;
	height: 100%;
	width: 51%;
	background: #fff;
}

.scroll-arrow-chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.scroll-arrow-chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;

  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

/* masses*/

.mass-container {
	width: 100%;
	height: auto;
	display: grid;
	position: relative;
	grid-template-columns: 250px auto;
	grid-template-rows: 70px max-content;
	grid-gap: 0 0;
	grid-template-areas: "buttons blank" "filters map";
}

.mass-container .container-working {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,.2);
	cursor: wait;
	z-index: 100;
}

.mass-container .container-working.done {
	display: none;
}

.mass-container .cell-buttons {
	display: grid;
	grid-area: buttons;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	grid-gap: 0 0;
	grid-template-areas: "btn1 btn2" "btn1 btn2";
}

.mass-container .cell-filters {
	display: grid;
	grid-area: filters;
	grid-template-columns: 1fr;
	grid-template-rows: max-content max-content;
	grid-gap: 0 0;
	grid-template-areas: "weekdays" "times";
}

.mass-container .cell-btn2 { grid-area: btn2; }
.mass-container .cell-btn1 { grid-area: btn1; }
.mass-container .cell-weekdays { grid-area: weekdays; }
.mass-container .cell-times { grid-area: times; }
.mass-container .cell-map { grid-area: map; }
.mass-container .cell-list { grid-area: map; }
.mass-container .cell-blank { grid-area: blank; }

.mass-container .cell-map {
	margin-bottom: 0;
}

.mass-container .cell-list {
	display: none;
	padding: 2em;
	background-color: #F7F7F7;
	overflow-y: auto;
}

.mass-container .cell-buttons,
.mass-container .cell-filters,
.mass-container .cell-blank {
	background-color: #E2C560;
}

.mass-container .cell-filters {
	padding: 2em;
	border-top: 1px solid rgba(0,0,0,.2);
}

.mass-container .cell-buttons a {
	color: #222;
	display: block;
	text-align: center;
	font-size: 1.1em;
	line-height: 70px;
	height: 100%;
	color: rgba(0,0,0,.6);
}

.mass-container .cell-buttons a:hover {
	text-decoration: none;
}

.mass-container .cell-buttons a:hover,
.mass-container .cell-buttons a.active {
	background-color: rgba(255,255,255,.3);
}

.mass-container .input-radio label,
.mass-container .input-checkbox label {
	border: 0;
	background-color: #fff;
}

.mass-container .input-radio input:checked + label,
.mass-container .input-checkbox input:checked + label {
	background-color: #fff;
	border: 0;
}

.mass-container .input-radio input:checked + label:after,
.mass-container .input-checkbox input:checked + label:after {
	color: #E2C561;
	background-color: #E2C561;
    left: 8px;
    top: 8px;
}

.mass-container .input-radio + span,
.mass-container .input-checkbox + span {
	font-size: .8em;
	color: #A62239;
	bottom: 8px;
	margin-left: 5px;
	display: inline-block;
    position: relative;
    white-space: nowrap;
}

.mass-container .input-radio label:before {
    content: initial;
}

.mass-container .color--red {
	color: #A62239;
}

@media(max-width: 767px) {
	.mass-container {
		width: 100%;
		height: auto;
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: 70px auto auto;
		grid-gap: 0 0;
		grid-template-areas: "buttons" "filters" "map";
	}

	.mass-container .cell-filters {
		display: grid;
		grid-area: filters;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 1fr;
		grid-gap: 0 0;
		grid-template-areas: "weekdays times";
	}
}

@media(min-width: 768px) {
	.mass-container .cell-weekdays {
		padding-bottom: 2em;
	}

	.mass-container .cell-times {
		padding-top: 2em;
		border-top: 1px solid rgba(0,0,0,.075);
	}
}

.modal-menu {
	background-color: rgba(0,0,0,.9);
	position: fixed;
	display: none;
	z-index: 100;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	padding: 4em 1em;
	overflow-y: auto;
	max-height: 100%;
}

.mm-open {
	overflow-y: hidden;
}

.modal-menu.visible {
	display: initial;
}

.modal-menu .modal-menu__close {
	position: fixed;
	top: 1em;
	right: 1em;
	cursor: pointer;
	transition: all .1s linear;
}

.modal-menu .modal-menu__close:hover {
	color: #fff;
}

.menu-holder {
	margin: 0 auto;
	width: 90%;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: start;
	align-items: start;
	align-content: center;
}

.modal-menu .modal-menu__center {
	float: left;
}

.modal-menu .menu-vertical {
	flex: 0 0 auto;
	margin: 0 0 1em;
	width: 33.3333%;
	font-size: 1em;
	padding: 4px;
}

@media(max-width: 991px) {
	.modal-menu .menu-vertical {
		width: 50%;
	}
}

@media(max-width: 480px) {
	.modal-menu .menu-vertical {
		width: 100%;
		font-size: 1em;
	}
}

.modal-menu .menu-vertical a:focus {
	color: #fff;
}

.modal-menu .menu-vertical li {
	margin: 0 0 5px;
	line-height: 1em;
}

.modal-menu .menu-vertical li:not(:last-child) {
	padding-bottom: 2px;
}

.modal-menu li.title {
    color: #777;
    font-weight: bold;
}

/* priests table */
.module__user--priests-list table {
	margin: 0;
}

.module__user--priests-list table td {
	padding: 5px;
}

.module__user--priests-list table tr > td:first-child {
	background-color: #eee;
}

.module__user--daily-banner .vh-slide h1,
.module__user--daily-banner-mobile h1 {
	font-size: 2em;
}

.module__user--daily-banner .vh-slide p,
.module__user--daily-banner-mobile p {
	font-size: 1.2em;
}

@media (max-width: 767px)
{
	.btn:not(:last-child) {
	    margin-bottom: 0;
	}
}

@media (max-width: 410px)
{
	.btn:not(:last-child) {
	    margin-bottom: 1em;
	}
}