@charset "UTF-8";
/*
Theme Name: Lebenswelt
*/
/*$black: #000;*/
/*
==============================================
CSS3 ANIMATION CHEAT SHEET
==============================================

Made by Justin Aguilar

www.justinaguilar.com/animations/

Questions, comments, concerns, love letters:
justin@justinaguilar.com
==============================================
*/
/*
==============================================
slideDown
==============================================
*/
.slideDown {
  animation-name: slideDown;
  -webkit-animation-name: slideDown;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important; }

@keyframes slideDown {
  0% {
    transform: translateY(-100%); }
  50% {
    transform: translateY(8%); }
  65% {
    transform: translateY(-4%); }
  80% {
    transform: translateY(4%); }
  95% {
    transform: translateY(-2%); }
  100% {
    transform: translateY(0%); } }
@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%); }
  50% {
    -webkit-transform: translateY(8%); }
  65% {
    -webkit-transform: translateY(-4%); }
  80% {
    -webkit-transform: translateY(4%); }
  95% {
    -webkit-transform: translateY(-2%); }
  100% {
    -webkit-transform: translateY(0%); } }
/*
==============================================
slideUp
==============================================
*/
.slideUp {
  animation-name: slideUp;
  -webkit-animation-name: slideUp;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important; }

@keyframes slideUp {
  0% {
    transform: translateY(100%); }
  50% {
    transform: translateY(-8%); }
  65% {
    transform: translateY(4%); }
  80% {
    transform: translateY(-4%); }
  95% {
    transform: translateY(2%); }
  100% {
    transform: translateY(0%); } }
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(100%); }
  50% {
    -webkit-transform: translateY(-8%); }
  65% {
    -webkit-transform: translateY(4%); }
  80% {
    -webkit-transform: translateY(-4%); }
  95% {
    -webkit-transform: translateY(2%); }
  100% {
    -webkit-transform: translateY(0%); } }
/*
==============================================
slideLeft
==============================================
*/
.slideLeft {
  animation-name: slideLeft;
  -webkit-animation-name: slideLeft;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important; }

@keyframes slideLeft {
  0% {
    transform: translateX(150%); }
  50% {
    transform: translateX(-8%); }
  65% {
    transform: translateX(4%); }
  80% {
    transform: translateX(-4%); }
  95% {
    transform: translateX(2%); }
  100% {
    transform: translateX(0%); } }
@-webkit-keyframes slideLeft {
  0% {
    -webkit-transform: translateX(150%); }
  50% {
    -webkit-transform: translateX(-8%); }
  65% {
    -webkit-transform: translateX(4%); }
  80% {
    -webkit-transform: translateX(-4%); }
  95% {
    -webkit-transform: translateX(2%); }
  100% {
    -webkit-transform: translateX(0%); } }
/*
==============================================
slideRight
==============================================
*/
.slideRight {
  animation-name: slideRight;
  -webkit-animation-name: slideRight;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important; }

@keyframes slideRight {
  0% {
    transform: translateX(-150%); }
  50% {
    transform: translateX(8%); }
  65% {
    transform: translateX(-4%); }
  80% {
    transform: translateX(4%); }
  95% {
    transform: translateX(-2%); }
  100% {
    transform: translateX(0%); } }
@-webkit-keyframes slideRight {
  0% {
    -webkit-transform: translateX(-150%); }
  50% {
    -webkit-transform: translateX(8%); }
  65% {
    -webkit-transform: translateX(-4%); }
  80% {
    -webkit-transform: translateX(4%); }
  95% {
    -webkit-transform: translateX(-2%); }
  100% {
    -webkit-transform: translateX(0%); } }
/*
==============================================
slideExpandUp
==============================================
*/
.slideExpandUp {
  animation-name: slideExpandUp;
  -webkit-animation-name: slideExpandUp;
  animation-duration: 1.6s;
  -webkit-animation-duration: 1.6s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease -out;
  visibility: visible !important; }

@keyframes slideExpandUp {
  0% {
    transform: translateY(100%) scaleX(0.5); }
  30% {
    transform: translateY(-8%) scaleX(0.5); }
  40% {
    transform: translateY(2%) scaleX(0.5); }
  50% {
    transform: translateY(0%) scaleX(1.1); }
  60% {
    transform: translateY(0%) scaleX(0.9); }
  70% {
    transform: translateY(0%) scaleX(1.05); }
  80% {
    transform: translateY(0%) scaleX(0.95); }
  90% {
    transform: translateY(0%) scaleX(1.02); }
  100% {
    transform: translateY(0%) scaleX(1); } }
@-webkit-keyframes slideExpandUp {
  0% {
    -webkit-transform: translateY(100%) scaleX(0.5); }
  30% {
    -webkit-transform: translateY(-8%) scaleX(0.5); }
  40% {
    -webkit-transform: translateY(2%) scaleX(0.5); }
  50% {
    -webkit-transform: translateY(0%) scaleX(1.1); }
  60% {
    -webkit-transform: translateY(0%) scaleX(0.9); }
  70% {
    -webkit-transform: translateY(0%) scaleX(1.05); }
  80% {
    -webkit-transform: translateY(0%) scaleX(0.95); }
  90% {
    -webkit-transform: translateY(0%) scaleX(1.02); }
  100% {
    -webkit-transform: translateY(0%) scaleX(1); } }
/*
==============================================
expandUp
==============================================
*/
.expandUp {
  animation-name: expandUp;
  -webkit-animation-name: expandUp;
  animation-duration: 0.7s;
  -webkit-animation-duration: 0.7s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important; }

@keyframes expandUp {
  0% {
    transform: translateY(100%) scale(0.6) scaleY(0.5); }
  60% {
    transform: translateY(-7%) scaleY(1.12); }
  75% {
    transform: translateY(3%); }
  100% {
    transform: translateY(0%) scale(1) scaleY(1); } }
@-webkit-keyframes expandUp {
  0% {
    -webkit-transform: translateY(100%) scale(0.6) scaleY(0.5); }
  60% {
    -webkit-transform: translateY(-7%) scaleY(1.12); }
  75% {
    -webkit-transform: translateY(3%); }
  100% {
    -webkit-transform: translateY(0%) scale(1) scaleY(1); } }
/*
==============================================
fadeIn
==============================================
*/
.fadeIn {
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important; }

@keyframes fadeIn {
  0% {
    transform: scale(0);
    opacity: 0.0; }
  60% {
    transform: scale(1.1); }
  80% {
    transform: scale(0.9);
    opacity: 1; }
  100% {
    transform: scale(1);
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    -webkit-transform: scale(0);
    opacity: 0.0; }
  60% {
    -webkit-transform: scale(1.1); }
  80% {
    -webkit-transform: scale(0.9);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
    opacity: 1; } }
/*
==============================================
expandOpen
==============================================
*/
.expandOpen {
  animation-name: expandOpen;
  -webkit-animation-name: expandOpen;
  animation-duration: 1.2s;
  -webkit-animation-duration: 1.2s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  visibility: visible !important; }

@keyframes expandOpen {
  0% {
    transform: scale(1.8); }
  50% {
    transform: scale(0.95); }
  80% {
    transform: scale(1.05); }
  90% {
    transform: scale(0.98); }
  100% {
    transform: scale(1); } }
@-webkit-keyframes expandOpen {
  0% {
    -webkit-transform: scale(1.8); }
  50% {
    -webkit-transform: scale(0.95); }
  80% {
    -webkit-transform: scale(1.05); }
  90% {
    -webkit-transform: scale(0.98); }
  100% {
    -webkit-transform: scale(1); } }
/*
==============================================
bigEntrance
==============================================
*/
.bigEntrance {
  animation-name: bigEntrance;
  -webkit-animation-name: bigEntrance;
  animation-duration: 1.6s;
  -webkit-animation-duration: 1.6s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  visibility: visible !important; }

@keyframes bigEntrance {
  0% {
    transform: scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);
    opacity: 0.2; }
  30% {
    transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);
    opacity: 1; }
  45% {
    transform: scale(0.98) rotate(1deg) translateX(0%) translateY(0%);
    opacity: 1; }
  60% {
    transform: scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);
    opacity: 1; }
  75% {
    transform: scale(0.99) rotate(1deg) translateX(0%) translateY(0%);
    opacity: 1; }
  90% {
    transform: scale(1.01) rotate(0deg) translateX(0%) translateY(0%);
    opacity: 1; }
  100% {
    transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);
    opacity: 1; } }
@-webkit-keyframes bigEntrance {
  0% {
    -webkit-transform: scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);
    opacity: 0.2; }
  30% {
    -webkit-transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);
    opacity: 1; }
  45% {
    -webkit-transform: scale(0.98) rotate(1deg) translateX(0%) translateY(0%);
    opacity: 1; }
  60% {
    -webkit-transform: scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);
    opacity: 1; }
  75% {
    -webkit-transform: scale(0.99) rotate(1deg) translateX(0%) translateY(0%);
    opacity: 1; }
  90% {
    -webkit-transform: scale(1.01) rotate(0deg) translateX(0%) translateY(0%);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);
    opacity: 1; } }
/*
==============================================
hatch
==============================================
*/
.hatch {
  animation-name: hatch;
  -webkit-animation-name: hatch;
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  visibility: visible !important; }

@keyframes hatch {
  0% {
    transform: rotate(0deg) scaleY(0.6); }
  20% {
    transform: rotate(-2deg) scaleY(1.05); }
  35% {
    transform: rotate(2deg) scaleY(1); }
  50% {
    transform: rotate(-2deg); }
  65% {
    transform: rotate(1deg); }
  80% {
    transform: rotate(-1deg); }
  100% {
    transform: rotate(0deg); } }
@-webkit-keyframes hatch {
  0% {
    -webkit-transform: rotate(0deg) scaleY(0.6); }
  20% {
    -webkit-transform: rotate(-2deg) scaleY(1.05); }
  35% {
    -webkit-transform: rotate(2deg) scaleY(1); }
  50% {
    -webkit-transform: rotate(-2deg); }
  65% {
    -webkit-transform: rotate(1deg); }
  80% {
    -webkit-transform: rotate(-1deg); }
  100% {
    -webkit-transform: rotate(0deg); } }
/*
==============================================
bounce
==============================================
*/
.bounce {
  animation-name: bounce;
  -webkit-animation-name: bounce;
  animation-duration: 1.6s;
  -webkit-animation-duration: 1.6s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%; }

@keyframes bounce {
  0% {
    transform: translateY(0%) scaleY(0.6); }
  60% {
    transform: translateY(-100%) scaleY(1.1); }
  70% {
    transform: translateY(0%) scaleY(0.95) scaleX(1.05); }
  80% {
    transform: translateY(0%) scaleY(1.05) scaleX(1); }
  90% {
    transform: translateY(0%) scaleY(0.95) scaleX(1); }
  100% {
    transform: translateY(0%) scaleY(1) scaleX(1); } }
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0%) scaleY(0.6); }
  60% {
    -webkit-transform: translateY(-100%) scaleY(1.1); }
  70% {
    -webkit-transform: translateY(0%) scaleY(0.95) scaleX(1.05); }
  80% {
    -webkit-transform: translateY(0%) scaleY(1.05) scaleX(1); }
  90% {
    -webkit-transform: translateY(0%) scaleY(0.95) scaleX(1); }
  100% {
    -webkit-transform: translateY(0%) scaleY(1) scaleX(1); } }
/*
==============================================
pulse
==============================================
*/
.pulse {
  animation-name: pulse;
  -webkit-animation-name: pulse;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite; }

@keyframes pulse {
  0% {
    transform: scale(0.9);
    opacity: 0.7; }
  50% {
    transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(0.9);
    opacity: 0.7; } }
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
    opacity: 0.7; }
  50% {
    -webkit-transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(0.95);
    opacity: 0.7; } }
/*
==============================================
floating
==============================================
*/
.floating {
  animation-name: floating;
  -webkit-animation-name: floating;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite; }

@keyframes floating {
  0% {
    transform: translateY(0%); }
  50% {
    transform: translateY(8%); }
  100% {
    transform: translateY(0%); } }
@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0%); }
  50% {
    -webkit-transform: translateY(8%); }
  100% {
    -webkit-transform: translateY(0%); } }
/*
==============================================
tossing
==============================================
*/
.tossing {
  animation-name: tossing;
  -webkit-animation-name: tossing;
  animation-duration: 2.5s;
  -webkit-animation-duration: 2.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite; }

@keyframes tossing {
  0% {
    transform: rotate(-4deg); }
  50% {
    transform: rotate(4deg); }
  100% {
    transform: rotate(-4deg); } }
@-webkit-keyframes tossing {
  0% {
    -webkit-transform: rotate(-4deg); }
  50% {
    -webkit-transform: rotate(4deg); }
  100% {
    -webkit-transform: rotate(-4deg); } }
/*
==============================================
pullUp
==============================================
*/
.pullUp {
  animation-name: pullUp;
  -webkit-animation-name: pullUp;
  animation-duration: 1.1s;
  -webkit-animation-duration: 1.1s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%; }

@keyframes pullUp {
  0% {
    transform: scaleY(0.1); }
  40% {
    transform: scaleY(1.02); }
  60% {
    transform: scaleY(0.98); }
  80% {
    transform: scaleY(1.01); }
  100% {
    transform: scaleY(0.98); }
  80% {
    transform: scaleY(1.01); }
  100% {
    transform: scaleY(1); } }
@-webkit-keyframes pullUp {
  0% {
    -webkit-transform: scaleY(0.1); }
  40% {
    -webkit-transform: scaleY(1.02); }
  60% {
    -webkit-transform: scaleY(0.98); }
  80% {
    -webkit-transform: scaleY(1.01); }
  100% {
    -webkit-transform: scaleY(0.98); }
  80% {
    -webkit-transform: scaleY(1.01); }
  100% {
    -webkit-transform: scaleY(1); } }
/*
==============================================
pullDown
==============================================
*/
.pullDown {
  animation-name: pullDown;
  -webkit-animation-name: pullDown;
  animation-duration: 1.1s;
  -webkit-animation-duration: 1.1s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%; }

@keyframes pullDown {
  0% {
    transform: scaleY(0.1); }
  40% {
    transform: scaleY(1.02); }
  60% {
    transform: scaleY(0.98); }
  80% {
    transform: scaleY(1.01); }
  100% {
    transform: scaleY(0.98); }
  80% {
    transform: scaleY(1.01); }
  100% {
    transform: scaleY(1); } }
@-webkit-keyframes pullDown {
  0% {
    -webkit-transform: scaleY(0.1); }
  40% {
    -webkit-transform: scaleY(1.02); }
  60% {
    -webkit-transform: scaleY(0.98); }
  80% {
    -webkit-transform: scaleY(1.01); }
  100% {
    -webkit-transform: scaleY(0.98); }
  80% {
    -webkit-transform: scaleY(1.01); }
  100% {
    -webkit-transform: scaleY(1); } }
/*
==============================================
stretchLeft
==============================================
*/
.stretchLeft {
  animation-name: stretchLeft;
  -webkit-animation-name: stretchLeft;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  -webkit-transform-origin: 100% 0%; }

@keyframes stretchLeft {
  0% {
    transform: scaleX(0.3); }
  40% {
    transform: scaleX(1.02); }
  60% {
    transform: scaleX(0.98); }
  80% {
    transform: scaleX(1.01); }
  100% {
    transform: scaleX(0.98); }
  80% {
    transform: scaleX(1.01); }
  100% {
    transform: scaleX(1); } }
@-webkit-keyframes stretchLeft {
  0% {
    -webkit-transform: scaleX(0.3); }
  40% {
    -webkit-transform: scaleX(1.02); }
  60% {
    -webkit-transform: scaleX(0.98); }
  80% {
    -webkit-transform: scaleX(1.01); }
  100% {
    -webkit-transform: scaleX(0.98); }
  80% {
    -webkit-transform: scaleX(1.01); }
  100% {
    -webkit-transform: scaleX(1); } }
/*
==============================================
stretchRight
==============================================
*/
.stretchRight {
  animation-name: stretchRight;
  -webkit-animation-name: stretchRight;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%; }

@keyframes stretchRight {
  0% {
    transform: scaleX(0.3); }
  40% {
    transform: scaleX(1.02); }
  60% {
    transform: scaleX(0.98); }
  80% {
    transform: scaleX(1.01); }
  100% {
    transform: scaleX(0.98); }
  80% {
    transform: scaleX(1.01); }
  100% {
    transform: scaleX(1); } }
@-webkit-keyframes stretchRight {
  0% {
    -webkit-transform: scaleX(0.3); }
  40% {
    -webkit-transform: scaleX(1.02); }
  60% {
    -webkit-transform: scaleX(0.98); }
  80% {
    -webkit-transform: scaleX(1.01); }
  100% {
    -webkit-transform: scaleX(0.98); }
  80% {
    -webkit-transform: scaleX(1.01); }
  100% {
    -webkit-transform: scaleX(1); } }
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 150px, 0);
    -ms-transform: translate3d(0, 150px, 0);
    transform: translate3d(0, 150px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 150px, 0);
    -ms-transform: translate3d(0, 150px, 0);
    transform: translate3d(0, 150px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }
.smoothUp {
  -webkit-animation: fadeInUp 1.2s cubic-bezier(0.55, 0.085, 0, 0.99) forwards;
  animation: fadeInUp 1.2s cubic-bezier(0.55, 0.085, 0, 0.99) forwards;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  visibility: visible !important; }

/* Highlighting */
::selection {
  background: #fff2a8; }

::-moz-selection {
  background: #fff2a8; }

/* Type */
h1, h2, h3, h4, h5, h6 {
  font-family: "Libre Baskerville", georgia, serif;
  font-weight: 700;
  color: #000; }

h1 {
  font-size: 28px;
  padding: 0 0 10px;
  line-height: 1.2em; }

h2 {
  font-size: 24px;
  padding: 0 0 5px; }

h3 {
  font-size: 22px;
  padding: 0 0 5px; }

h4 {
  font-size: 20px;
  padding: 0 0 5px; }

h5 {
  font-size: 18px;
  padding: 0 0 5px; }

h6 {
  font-size: 16px;
  padding: 0 0 5px; }

p, .p {
  margin-bottom: 1em;
  font-size: 18px;
  line-height: 1.4em;
  color: #333;
  font-weight: 300;
  font-family: "Raleway", sans-serif; }

p small {
  font-size: 14px;
  color: #888; }

b, strong {
  font-weight: bold; }

em {
  font-style: italic; }

small {
  font-size: 80%; }

/* Large intro paragraph for posts */
.single .textcontent > p:first-of-type {
  font-size: 1.5em;
  color: #444; }

/* Colors */
.white {
  color: #fff; }

.black {
  color: #000; }

/* Design */
hr {
  margin: 18px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff; }

.btn {
  white-space: normal; }

/* Lists */
ol {
  list-style: decimal; }

ul {
  list-style: square; }

article ul {
  margin-left: 20px;
  margin-bottom: 1em;
  font-size: 18px;
  line-height: 1.4em;
  color: #333;
  font-weight: 300;
  font-family: "Raleway", sans-serif; }

ul.styled {
  list-style: none;
  color: #999;
  line-height: 1.4em;
  font-size: 18px;
  font-weight: 200; }

ul.styled > li:before {
  content: "»";
  margin-right: 10px; }

/* Blockquotes */
blockquote {
  padding: 20px 20px 20px;
  margin: 30px 0 30px;
  border-left: 5px solid #ffc20d;}

blockquote p {
  color: #333;
  margin-bottom: 18px;
  font-weight: 300;
  font-size: 16px;
  line-height: 22.5px; }

.gallery .gallery-item {
  width: 25%;
  float: left;
  max-width: 100%;
}

.gallery .gallery-item img {
  margin: 20px auto;
}

.wp-caption-text.gallery-caption {
  display: none;
}

.featherlight-content .caption {
  margin-top: 10px;
}

img.attachment-featured.size-featured.wp-post-image {
  min-width: 100%;
  object-fit: cover;
  object-position: center;
}

/* Links */
a {
  text-decoration: none;
  color: #ffc20d;
  color: #0047bb;}

a:hover, a:active, a:focus {
  color: #0e2c8e;
  color: #005bed;
  text-shadow: none;
  text-decoration: none; }

/* Spacing */
.pad_v_0 {
  padding-top: 0;
  padding-bottom: 0; }

.pad_v_10 {
  padding-top: 10px;
  padding-bottom: 10px; }

.pad_v_20 {
  padding-top: 20px;
  padding-bottom: 20px; }

.pad_v_30 {
  padding-top: 30px;
  padding-bottom: 30px; }

.pad_v_40 {
  padding-top: 40px;
  padding-bottom: 40px; }

.pad_h_0 {
  padding-left: 0;
  padding-right: 0; }

.pad_h_10 {
  padding-left: 10px;
  padding-right: 10px; }

.pad_h_20 {
  padding-left: 20px;
  padding-right: 20px; }

.pad_h_30 {
  padding-left: 30px;
  padding-right: 30px; }

.pad_h_40 {
  padding-left: 40px;
  padding-right: 40px; }

.mar_h_0 {
  margin-left: 0;
  margin-right: 0; }

.mar_h_10 {
  margin-left: 10px;
  margin-right: 10px; }

.mar_h_20 {
  margin-left: 20px;
  margin-right: 20px; }

.mar_h_30 {
  margin-left: 30px;
  margin-right: 30px; }

.mar_h_40 {
  margin-left: 40px;
  margin-right: 40px; }

.mar_v_0 {
  margin-top: 0;
  margin-bottom: 0; }

.mar_v_10 {
  margin-top: 10px;
  margin-bottom: 10px; }

.mar_v_20 {
  margin-top: 20px;
  margin-bottom: 20px; }

.mar_v_30 {
  margin-top: 30px;
  margin-bottom: 30px; }

.mar_v_40 {
  margin-top: 40px;
  margin-bottom: 40px; }

.mar_neg_r_50 {
  margin-right: -50px; }

.mar_neg_l_50 {
  margin-left: -50px; }

.borderless td {
  border: none !important;
}
/* Layout */
body {
  background: #fff;
  font-weight: 300;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 1.4em;
}

body.single-post {
  margin-top: 0px;
}

body.page {
  margin-top: 0px;
}

body.single-apostolate {
  margin-top: 0px;
}

#footer {
  background: rgba(0, 0, 0, 0.85);
  padding: 50px 0 30px; }

#footer p {
  color: #ddd;
  font-size: 14px; }

#footer a:hover, #footer a:active {
  color: #fff; }

/**
 * Add Topnav style here
 */
/* Side Nav */
#sidebar .menu {
  font-size: 16px;
  margin: 20px;
  list-style: none;
  border: 1px solid #ddd;
  background: #fff; }

#sidebar .menu li a {
  border-bottom: 1px solid #ddd;
  padding: 15px;
  border-left: 3px solid transparent;
  display: block; }

#sidebar .menu li:nth-child(even) {
  background: transparent; }

#sidebar .menu li ul.sub-menu a {
  padding-left: 30px; }

#sidebar .menu li a:hover {
  border-left: 3px solid #bf0a0a;
  background: #f4f7f7; }

#sidebar .menu li.current_page_item > a {
  background: #fff;
  border-left: 3px solid #bf0a0a; }

img {
  max-width: 100%;
  height: auto;
  display: block; }

.tags {
  font-style: italic;
  color: #777;
  font-size: 12px; }

.widget {
  margin-bottom: 20px; }

/*** Carousel Fade alternative to slide  ***/
.carousel-fade .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;}

.carousel-fade .active {
  opacity: 1; }

.carousel-fade .active.left,
.carousel-fade .active.right {
  left: 0;
  opacity: 1;
  z-index: 1; }

.carousel-fade .next.left,
.carousel-fade .prev.right {
  opacity: 1; }

.carousel-caption {
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  left: 0;
  width: 100%; }

.carousel-caption p {
  margin-bottom: 0;
  font-size: 130%;
  color: #fff; }

body.logged-in.admin-bar .navbar-fixed-top {
  top: 32px !important; }

textarea,
iframe,
iframe *,
.video-wrapper * {
  max-width: 100% !important; }

.center {
  text-align: center; }

.alignleft {
  float: left;
  margin: 10px 25px 10px 0; }

.alignright {
  float: right;
  margin: 10px 0 10px 10px; }

.aligncenter,
.alignnone {
  display: block;
  margin: 10px auto; }

.borderbox {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.container {
  padding: 0;
  width: 100%; }

.grad0 {
  width: 100%;
  max-width: 1800px; }

.grad1 {
  width: 100%;
  max-width: 1200px; }

.grad2 {
  width: 80%;
  max-width: 1000px; }

.grad3 {
  width: 60%;
  max-width: 800px; }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("assets/fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("assets/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("assets/fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("assets/fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("assets/fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons-halflingsregular") format("svg"); }
.navbar {
  border: none;
  margin: 0;
  transition: background 0.5s;
  -webkit-transition: background 0.5s; }

.navbar.affix {
  background: rgba(0, 0, 0, 0.85); }

.navbar.home {
  background: rgba(0, 0, 0, 0.85); }

.navbar-nav {
  text-align: right;
  float: none;
  text-transform: uppercase;
  font-size: 14px; }

.navbar-nav > li {
  float: none;
  display: inline-block;
  font-weight: 700;
  letter-spacing: 1px;
  margin-top: 20px;
  margin-bottom: 16px;
  padding: 0 17px; }

.navbar-nav > li > a {
  color: #fff;
  padding: 7px 10px 10px;
  border-top: 2px solid transparent; }

.navbar.home .navbar-nav > li > a {
  color: #fff; }


.navbar .navbar-nav .menu-item-26922 > a {
  background: #ffc20d;
  border-top: none;
  padding-top: 10px;
}

.navbar .navbar-nav .menu-item-26922 > a:hover {
  background: #f7f7f7;
  color: #0e2c8e;
  transition: .5s;
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus,
li.current-menu-item a {
  background: transparent;
  border-top: 2px solid #ffc20d; }

.navbar img {
  height: 150px;
  z-index: 1;
  padding: 10px 0;
  position: fixed;
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out; }

.navbar.affix img {
  height: 75px; }

#wp-fssp-nav .navbar-nav > li {
  padding: 0 8px;}

#intro #the-carousel {
  margin-top: 0px;
}

#intro #the-carousel .item img{
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

#intro #the-carousel.owl-theme .owl-controls {
  margin-top: -28px;
  text-align: center;
}

#intro h1 {
  font-weight: 400;
  text-align: center;
  margin: 0;
  padding: 0;
  color: #fff;
  letter-spacing: 2px;
  font-size: 40px;
  font-family: trajan-pro-3, serif;
  font-style: normal;
  text-shadow: 2px 2px 2px #333;}

#intro h6 {
  color: #fff;
  text-align: center;
  font-size: 20px;
  text-shadow: 1px 1px 1px #333;
  letter-spacing: 1px;
  font-weight: 300;
  margin-top: 20px;
}

.introtext p {
  font-size: 24px;
  font-family: "Libre Baskerville", georgia, serif;
  line-height: 2em;
  letter-spacing: 1px;
  color: #777;
  margin: 0;
  text-shadow: none; }

#intro {
  overflow: hidden;
  background-size: cover;
  height: 800px;
  position: relative;
  margin-top: -90px;
  max-height: 700px; }

.intro-inner {
  padding: 325px 0; }

#intro img {
  margin: 0 auto 20px;
  width: 150px; }

#intro video {
  height: auto;
  width: auto;
  min-width: 100%;
  min-height: 100%; }

.intro-over {
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  top: 0;
  right: 0;
  left: 0; }

.btn {
  border-radius: 0;
  padding: 12px 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: .2s ease-in-out;
  -moz-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out; }

/*.btn:hover, .btn:active {
  padding-right: 50px;
  padding-left: 50px; }*/

.btn-no-change:hover, .btn-no-change:active {
  padding-right: 30px;
  padding-left: 30px; }

.btn-gold {
  background: #ffc20d;
  color: #fff;
  font-weight: 700; }

.btn-gold:hover {
  color: #fff;
  background: #0e2c8e; }

.btn-blue {
  background: #0e2c8e;
  color: #fff;
  font-weight: 700; }

.btn-blue:hover {
  color: #fff;
  background: #ffc20d; }

.btn-white {
  color: #fff;
  background: #ffc20d;
  font-weight: 700;
  letter-spacing: 2px; }

.btn-white:hover {
  color: #000;
  background: #fff; }

.watchthis {
  display: inline-block;
  margin: 0 0 0 20px;
  font-size: 16px; }

.watchthis a {
  color: #fff;
  text-shadow: 1px 1px 1px #000; }

.watchthis a:hover {
  color: #ffc20d; }

#home-about {
  background: #fff;
  padding: 100px 0;
  border-top: 10px solid #E7E7E9;
  text-align: left; }

#home-map {
  background: #eee;}

.map-inner h2 {
  padding: 0;
  margin: 0 0 10px;
  color: #000;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase; }

.map-inner p {
  margin: 0; }

.map-inner {
  margin: 55px 0 20px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.8);
  border-top: 3px solid #ffc20d; }

body.single-apostolate .mapp-title {
  display: none !important;
}

.btn-map {
  margin: 0 auto 100px;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 15px 20px; }

.btn-map:hover {
  background: #fff;
  color: #000; }

.btn-news {
  border: 1px solid #ddd;
  background: rgba(255, 255, 255, 0.8);
  border-top: 3px solid #ffc20d;
  margin-bottom: 50px;
  color: #bbb;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 15px 20px; }

.btn-news:hover {
  background: #fff;
  color: #000; }

#home-support {
  background-image: url("/wp-content/uploads/incensebg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 100px 0;
  text-align: left; }

#home-happening {
  padding: 40px 0 50px;
  background: #fff; }

.newscard-title {
  font-family: "Libre Baskerville", georgia, serif;
  font-size: 26px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 1.2em; }

.newscard-title a {
  color: #000; }

.newscard-date {
  color: #bbb;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 5px; }

.newscard-date .fa {
  margin-left: 10px;
  color: #777; }

.newscard-image {
  min-height: 200px; }

.titletype1 {
  margin: 0 0 40px;
  padding: 0;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px; }

.titletype2 {
  margin: 0 0 20px;
  padding: 0;
  text-align: center;
  font-size: 20px; }

.sectionbreak {
  margin: 20px 0 10px;
  border-top: 3px solid #ffc20d;
  border-bottom: none;
  display: inline-block;
  width: 100px; }

.postbreak {
  margin: 20px 0 10px;
  border-top: 3px solid #ffc20d;
  border-bottom: none;
  display: inline-block;
  width: 100px; }

#home-newsletter {
  padding: 50px 0 20px; }

#home-newsletter .fa {
  margin-right: 10px;
  font-style: italic; }

#home-summation {
  background: #9cbfde;
  border-bottom: 45px solid #ffc20d;
  padding-top: 40px; }

#home-summation .crest-central {
  background: url("/wp-content/uploads/shield_central.png");
  background-position: top center;
  background-repeat: no-repeat;
  height: 500px;
  margin-bottom: -170px; }

#home-summation .crest-border {
  background-image: url("/wp-content/uploads/crest-initial.v2.png");
  background-size: 90%;
  background-position: top center;
  background-repeat: no-repeat;
  height: 400px;
  padding: 20px; }

/*#home-summation .crest-border:hover {
  background-image: url("/wp-content/uploads/crest-hover.png");
}

#home-summation .crest-border.church-goods {
  background-image: url("/wp-content/uploads/crest-initial-coming-soon.png");
}*/

/*#home-summation .crest-border.church-goods:hover {
  background-image: url("/wp-content/uploads/crest-hover-coming-soon.png");
}*/

#home-summation .crest-border h2 {
  color: #333;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: 1px;
  text-shadow: 0 0 15px #eee; }

#home-summation .crest-border p {
  color: #fff;
  text-align: center;
  text-shadow: 0 0 4px #000;
  font-size: 22px;
  font-family: "Libre Baskerville", georgia, serif; }

#home-summation .crest-border:hover p {
  color: #000;
  text-shadow: 0 0 4px #fff; }

#home-summation .crest-border a {
  height: 280px;
  display: block; }

#gform_wrapper_1 input {
  border: 3px solid #E7E7E9; }

#input_1_2 {
  width: 98.5% !important; }

body .gform_wrapper .gform_body .gform_fields .gfield select {
  border: none;
  height: 38px;
  width: 97.5%; }

.gform_wrapper .top_label .gfield_label {
  margin: 40px 0 0 !important; }

.gform_wrapper .ginput_complex.ginput_container label {
  font-size: 12px !important;
}

.gfield_description {
  font-size: 14px !important;
}

#gform_submit_button_1, #gform_submit_button_2, .gform_footer .gform_button {
  margin: 0 auto;
  display: block;
  color: #0e2c8e;
  background: #ffc20d;
  padding: 12px 30px;
  letter-spacing: 1px;
  border: none !important;
  font-weight: 700;
  border-radius: none;
  text-transform: uppercase;
  font-size: 14px; }

#gform_submit_button_1:hover, #gform_submit_button_2:hover,.gform_footer .gform_button:hover {
  background: #0e2c8e;
  color: #ffc20d; }

.gform_wrapper .gfield_checkbox li input[type=checkbox] {
  margin-top: 0 !important;
  margin-right: 3px !important;
}

.gfield_label {
  color: #0e2c8e !important;
}

.mapMove, .seasonMove {
  visibility: hidden; }

.happen-outer {
  padding: 40px 0 !important; }

.happen-outer .col-sm-pull-6 {
  text-align: right; }

.happen-outer img {
  margin: 0 auto; }

.reflectionwrap .col-sm-4 {
  min-height: 450px;
  position: relative; }

.reflectionwrap {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding-top: 500px;
  position: relative; }

.reflectionwrap h2 {
  position: absolute;
  top: 200px;
  left: 0;
  padding: 30px;
  margin: 0;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 2px;
  text-shadow: 1px 1px 1px #333; }

#home-reflection .btn-map {
  margin-top: 20px;
  text-shadow: 0 0 1px #000; }

#home-reflection .btn-map:hover {
  text-shadow: none; }

.tallboxouter {
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px; }

.tallbox {
  margin: 0;
  padding: 50px 50px;
  background: rgba(255, 255, 255, 0.8);
  border-top: 3px solid #ffc20d;
  transition: background 0.5s;
  -webkit-transition: background 0.5s; }

.tallbox:hover {
  background: white; }

.tallbox p {
  color: #000;
  margin: 0;
  font-size: 16px; }

.tallbox h3 {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 20px;
  padding: 0;
  color: #000;
  letter-spacing: 1px; }

.alertbar {
  background: #0e2c8e;
  padding: 14px 0 20px;
  min-height: 70px;}

.alertbar p {
  margin: 0;
  line-height: 1.7em;
  color: #fff; }

.alertbar .fa-exclamation-circle {
  float: left;
  margin-right: 20px;
  margin-top: 5px;
  font-size: 30px;
  color: #fff; }

#maincontent {
  padding: 0; }

#maincontent p {
  font-family: "Libre Baskerville", georgia, serif;
  line-height: 2em; }

.billboard {
   background-size: 100%;
   background-repeat: no-repeat;
   background-position: center;
}

@media (max-width: 767px) {
  #maincontent img {
    width: 100% !important;
  }
  #main-content {
    margin-top: 75px;
  }
  .billboard {
    background-size: cover;
  }
}

.billboard-over {
  background: rgba(0, 0, 0, 0.3); }

.billboard-over h1 {
  color: #fff;
  font-size: 34px;
  text-align: center;
  padding: 120px 0; }

.category .billboard-over h1 {
  color: #fff;
  font-size: 34px;
  text-align: center;
  padding: 192px 0 130px; }

.single-post .billboard-over h1 {
  color: #fff;
  font-size: 34px;
  text-align: center;
  padding: 192px 0 130px; }

.page .billboard-over h1 {
  color: #fff;
  font-size: 34px;
  text-align: center;
  padding: 192px 0 130px; }

.single-apostolate .billboard-over h1 {
  color: #fff;
  font-size: 34px;
  text-align: center;
  padding: 192px 0 130px; }

.newsbox {
  margin: 0;
  padding: 50px 50px;
  border: 1px solid #ddd;
  background: rgba(255, 255, 255, 0.8);
  border-top: 3px solid #ffc20d;
  margin-bottom: 20px;
  transition: background 0.5s;
  -webkit-transition: background 0.5s; }

.newsbox p {
  color: #000;
  margin: 0;
  font-size: 16px; }

.newsbox h3 {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 20px;
  padding: 0;
  color: #000;
  letter-spacing: 1px; }

#news-after {
  background: #E7E7E9;
  padding-top: 50px;
}

#news-after .newsbox {
  margin-bottom: 0;
  min-height: 312px;
}

#news-after .btn-news {
  border-top: none;
  border-bottom: 3px solid #ffc20d;
}

figure .wp-caption-text {
  background: #E7E7E9;
  padding: 7px;
  font-size: 12px;
  color: #000;
  font-weight: 400;
}

.section-gallery ul {
  list-style: none;
  margin: 0 !important; }

.section-gallery ul li {
  text-align: center;
  margin: 20px 0; }

.section-gallery ul li img {
  display: block;
  margin: 0 auto; }

.section-gallery ul li p {
  padding: 10px 15px;
  font-size: 14px;
  line-height: 1.4em !important; }

.mapp-layout {
  margin: 0 0 20px !important; }

.mapp-map-links {
  border: none !important; }

.listing-entry {
  border-bottom: 1px solid #ddd; }

.gform_wrapper ul.gform_fields li.gfield input[type=radio] {
  margin: 0 2px !important; }

.support-nav {
  margin: 0; }

.support-nav-content {
  padding-top: 20px; }

.support-nav-content #gform_wrapper_2 {
  margin-top: -50px; }

.modal.fade:not(.in) .modal-dialog {
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);}

body.page-id-13638 {
  margin-top: 0;
}

.blog-title {
  margin-left: 150px;
  color: #fff;
  padding-top: 5px;
}

.single-blog-title {
  color: #fff;
  padding-top: 5px;
  margin-left: 150px;
}

body.single .navbar-logo img {
  margin-left: 65px;
  height: 82px;
}

#blog-navbar .navbar-nav > li {
  padding: 0 14px;
}

#single-navbar .navbar-nav > li {
  padding: 0 14px;
}

h3.blog-title {
  margin-top: 4px;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: 'Eagle Lake';
  font-weight: 400;
}

p.blog-tagline {
  color: #fff;
  text-align: right;
  margin-right: 15px;
  margin-bottom: 2px;
  font-size: 15px;
  font-family: 'Eagle Lake';
}

h3.single-blog-title {
  margin-top: 4px;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: 'Eagle Lake';
  font-weight: 400;
  color: #0e2c8e;
}

p.single-blog-tagline {
  color: #0e2c8e;
  text-align: right;
  margin-right: 15px;
  margin-bottom: 2px;
  font-size: 15px;
  font-family: 'Eagle Lake';
}

.featured-title {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin-top: 180px;
  padding-right: 55px;
  padding-left: 0;
}

.featured-title-headlines {
  top: 0;
  right: 0;
  left: 0;
  padding-right: 55px;
  padding-left: 0;
}

.featured-info-box {
  background: rgba(0,0,0,.6);
  color: #fff;
  padding: 14px 40px;
  border-top: 3px solid #ffc20d;
}

.featured-info-box h2 {
  color: #fff;
  font-size: 25px;
}

.featured-info-box p {
  color: #fff;
  font-family: "Raleway", sans-serif !important;
  line-height: 1.5em !important;
}

.featured-headlines {
  margin-top: -350px;
}

.recent-post {
  height: 280px;
  background: #f7f7f7;
  margin-bottom: 30px;
  margin-top: 30px;
  padding: 30px 10px;
  box-shadow: 1px 1px 2px #ccc;
}

.recent-post p {
  margin-bottom: 10px;
  font-family: "Raleway", sans-serif !important;
  line-height: 1.5em !important;
}

.recent-post h2 {
  margin-top: 0;
}

.btn-read-more {
  background: #0e2c8e;
  color: #fff;
  font-weight: 700;
  border: 0;
  text-transform: uppercase;
  padding: 12px 20px;
  letter-spacing: 1px;
  font-size: 14px;
}

.btn-read-more:hover {
  background: #ffc20d;
  transition: .5s;
}

.btn-social {
  background: #0e2c8e;
  color: #fff;
  font-weight: 700;
  border: 0;
  text-transform: uppercase;
  padding: 12px 9px;
  letter-spacing: 1px;
  font-size: 14px;
  margin-bottom: 30px;
  margin-left: 5px;
  width: 43px;
  border-radius: 50%;
}

.btn-social:hover {
  background: #ffc20d;
  width: 43px !important;
  padding: 12px 9px !important;
}

#mc_embed_signup input.email {
  padding: 19px 10px !important;
}

.btn-signup {
  background: #f7f7f7;
  opacity: .8;
  font-weight: 700;
  border: 0;
  text-transform: uppercase;
  padding: 12px 30px;
  letter-spacing: 1px;
  font-size: 14px;
  margin: 0 auto;
  display: block;
  color: #0e2c8e;
}

.btn-signup:hover {
  opacity: 1;
  transition: .5s;
}


.btn-donate {
  background: #f7f7f7;
  opacity: .8;
  font-weight: 700;
  border: 0;
  text-transform: uppercase;
  padding: 12px 30px;
  letter-spacing: 1px;
  font-size: 14px;
  margin: 0 auto;
  display: block;
  color: #cc0000;
}

.btn-donate:hover {
  opacity: 1;
  transition: .5s;
}

.button-bar {
  height: 100px;
  padding: 25px 0 20px;
}

.button-bar .btn {
  width: 100%;
}

.left-sidebar-buttons {
  background: #0e2c8e;
  height: 1006px;
  padding: 20px;
}

.left-sidebar-buttons .form-group {
  padding-left: 30px;
}

.left-sidebar-buttons h3 {
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.btn-blog-sidebar-gold {
  background: #ffc20d;
  color: #fff;
  font-weight: 700;
  border: 0;
  text-transform: uppercase;
  padding: 12px 30px;
  letter-spacing: 1px;
  font-size: 14px;
}

.btn-blog-sidebar {
  background: #f7f7f7;
  color: #0e2c8e;
  font-weight: 700;
  border: 0;
  text-transform: uppercase;
  padding: 12px 30px;
  letter-spacing: 1px;
  font-size: 14px;
  margin: 25px auto 40px;
  display: block;
}

.btn-blog-sidebar:hover {
  background: #ffc20d;
  transition: .5s;
}

.submit-button {
  margin-top: -7px;
  margin-bottom: 35px}

.btn-blog-sidebar-gold:hover {
  background: #f7f7f7;
  color: #0e2c8e;
  transition: .5s;
}

.featured-videos {
  padding: 10px 0 40px;
}

.featured-videos h1 {
  padding: 10px 0 20px;
  text-align: center;
}

.blog-signup {
  background: #0e2c8e;
  padding: 15px;
  margin-bottom: 30px;
}

.blog-signup h3 {
  color: #fff;
  text-align: center;
}

.blog-signup p {
  color: #fff;
  text-align: center;
}

#post-signup-block h3 {
  margin-top: 10px;
}

#field_15_1 .gfield_label {
  display: none;
}

#field_15_1 input {
  margin: 0 auto;
  display: block;
}

#gform_submit_button_15 {
  margin: 0 auto;
  display: block;
}

#gform_submit_button_15:hover {
  background: #fff;
  transition: .3s;
}

.apostolate {
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 500px;
  margin: 20px 0;
  opacity: .5;
}

.apostolate-title {
  margin-top: -540px;
  padding: 0;
}

.apostolate-title h1 {
  text-align: center;
  font-size: 50px;
  height: 500px;
  padding-top: 210px;
}

.apostolate-title h1:hover {
  color: #0e2c8e;
  transition: .3s;
}

.donate-box {
  background: #cc0000;
  margin: 30px 0 50px;
  padding: 15px;
}

.donate-box h3 {
  color: #fff;
  text-align: center;
}

.donate-box .btn {
  margin: 20px auto;
  display: block;
  opacity: .7;
  font-weight: bold;
  font-size: 16px;
}

#quotecarousel {
  margin-bottom: 30px;
}

.carousel-background {
  height: 300px;
  background: rgba(255,255,255,.6);
  margin-top: 50px;
}

.testimonial {
  padding: 20px 50px;
}

.testimonial p {
  color: #000;
  font-size: 20px;
}

.memento-box {
  background: #0e2c8e;
  margin: 50px 0;
  padding: 15px;
}

.memento-box h3 {
  color: #fff;
  text-align: center;
}

.memento-box .btn {
  margin: 20px auto;
  display: block;
  opacity: .7;
  font-weight: bold;
}

#mc_embed_signup .button {
  background: #ffc20d !important;
  color: #fff !important;
  font-weight: 700 !important;
}

#music h2 {
  text-align: center;
  padding: 20px;
}

.album {
  min-height: 375px;
}

.retreats-box {
  background: #b3d9ff;
  padding: 22px 35px 6px;
  margin-bottom: 10px;
  border-radius: 20px;
}

.pilgrimages-box {
  background: #ffdf80;
  padding: 22px 35px 6px;
  margin-bottom: 10px;
  border-radius: 20px;
}

.BBFormContainer[data-bbox-part-id="27bb82c2-794f-4757-a201-30feea79f8ee"] .BBFormGiftOtherAmount {
  color: #000;
}

@media (max-width: 767px) {
  .container > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-header, .container-fluid > .navbar-collapse {
    margin: 0; }

  #intro #the-carousel {
      margin-top: 75px;
    }

  .navbar img {
    height: 75px !important;
    margin-left: 10px !important; }

  .navbar, .navbar.affix {
    min-height: 75px;
    background: rgba(0, 0, 0, 0.85); }

  .navbar-toggle .icon-bar {
    background-color: #fff; }

  .navbar-toggle {
    margin-top: 20px; }

  .navbar-nav {
    text-align: center; }

  .grad3 {
    width: 90%; }

  .newsbox {
    padding: 20px; }

  .newsbox h3 {
    font-size: 20px; }

  #intro h1 {
    font-size: 30px; }

  .intro-inner {
    padding: 100px 0; }

  #home-about {
    padding: 30px 0 0; }

  #home-support {
    padding: 30px 0; }

  .pad_h_40 {
    padding-right: 20px;
    padding-left: 20px; }

  .introtext {
    line-height: 1.5em;
    font-size: 20px; }

  body.home.page .form-group {
    padding-right: 15px !important;
    padding-left: 15px !important; }

  body.home.page h2.titletype1 {
    margin: 0; }

  body.single-post {
    margin-top: 102px;}

  .newscard-date {
    margin-top: 10px; }

  #footer img {
    max-width: 75px;
    margin: 0 auto 20px; }

  #footer {
    text-align: center; }

  #footer p {
    text-align: center !important; }

  #footer img {
    border: none !important; }

  .mobile-btn-last {
    margin-top: 20px; }

  .reflectionwrap .col-sm-4 {
    min-height: 10px; }

  .tallboxouter {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0; }

  .reflectionwrap {
    padding-top: 200px;
    background-position: top;
    background-attachment: scroll;}

  .reflectionwrap h2 {
    top: 50px;
    font-size: 26px; }

  .navbar-nav > li > a {
    color: #fff;
    padding: 5px; }

  body.page {
    margin-top: 75px; }

  #intro {
    margin-top: -75px; }

  #home-summation .crest-border {
    min-height: 500px;
    height: auto;
    margin: 0 20px; }

  #home-map .col-sm-7 {
    padding-left: 35px;
    padding-right: 35px; }

  .map-inner {
    margin: 0 0 20px;
  }

  .btn-blue {
    width: 100% !important;
    margin-bottom: 20px;}

  #maincontent .page {
    padding: 0px 30px; }

  #maincontent .post {
    padding: 0px 30px; }

  #maincontent img {
    width: auto; }

  .billboard-over h1 {
    padding: 40px 0;
  }

  .ginput_complex label {
    white-space: normal !important; }

  figure {
    max-width: 100% !important; }

  #maincontent > a {
    white-space: normal !important; }

  .blog-title span {
    letter-spacing: .1em !important;
  }

  .blog-title {
    margin-left: 60px;
  }

  .left-sidebar-buttons {
    height: 925px;
    margin-top: 275px;
  }

  .left-sidebar-buttons h3 {
    padding-top: 15px;
  }

  .btn-blog-sidebar {
    margin: 25px auto 35px;
  }

  .btn-blog-sidebar-gold {
    margin: 15px auto 0;
    display: block;
  }

  .button-bar {
    padding: 0;
  }

  .featured-post img {
    margin-top: 102px;
  }

  .featured-headlines {
    margin-top: 0;
  }

  @media (max-width: 767px) {
    .featured-post img {
      margin-top: 27px;
    }

    .attachment-square.size-square.wp-post-image {
      max-height: 250px;
      object-fit: cover;
      object-position: center;
    }
  }

  .featured-title {
    margin-top: 158px;
    padding-right: 0;
  }

  .featured-title-headlines {
    margin-top: 0;
    padding-right: 0;
  }

  .left-sidebar-buttons {
    margin-top: 275px;
  }

  .navbar-collapse {
    box-shadow: none;
  }

  .navbar-nav > li {
    margin: 15px 0;
  }

  .btn-read-more {
    width: 100%;
  }

  .recent-post img {
    margin: 0 auto;
    display: block;
  }

  .recent-post {
    height: 580px;
  }

  @media (max-width: 767px) {
    .recent-post {
      height: auto;
    }
  }

  .recent-post h2 {
    text-align: center;
    line-height: 1.3em;
  }

  .recent-post h2 {
    font-size: 22px;
    margin-top: 15px;
  }

  .apostolate-title h1 {
    font-size: 40px;
    padding-top: 150px;
  }

  .donate-box h3, .memento-box h3 {
    font-size: 20px;
    line-height: 1.3em;
  }

  .testimonial {
    padding: 0 30px;
  }

  .testimonial p {
    font-size: 19px;
    line-height: 1.7em !important;
  }

  .carousel-background {
    height: 400px;
    margin-top: 15px;}

  .featured-videos {
    padding: 10px 0;
  }

  .donate-box {
    margin: 35px 0 0;
  }

  .memento-box {
    margin: 15px 0;
  }

@media (max-width: 767px) and (orientation: landscape) {
  #home-support .btn-blue {
    display: block; }

  #home-summation .crest-border {
    min-height: 800px; }

  #maincontent img {
    width: auto; }

    .intro-inner {
      padding: 155px 0;
    }

  figure {
    max-width: 100% !important; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .navbar img {
    margin-left: 10px; }

  .intro-inner {
    padding: 225px 0;
  }

  body.home.page form .btn {
    padding-left: 10px;
    padding-right: 10px; }

  #home-about {
    padding: 85px 0; }

  #home-support {
    padding: 85px 0; }

  .mobile-btn-last {
    margin-top: 20px; }

  #home-map .col-md-5 {
    padding-left: 35px; }

  #home-summation {
    padding-right: 15px;
    padding-left: 15px; }

  .reflectionwrap {
    padding-top: 600px; }

  .newsbox h3 {
    font-size: 18px;
    line-height: 1.3em; }

  #maincontent img {
    width: auto; }

  figure {
    max-width: 100% !important; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {

  body.single-post {
    margin-top: 138px;}

  .navbar img {
    margin-left: 10px; }

  .navbar-nav {
    float: right !important;
  }

  .featured-post {
    margin-top: 80px !important;
  }

  .intro-inner {
    padding: 125px 0;
    }

  .tallbox {
    padding: 25px; }

  .reflectionwrap h2 {
    top: 50px; }

  #home-about {
    padding: 85px 0; }

  #home-support {
    padding: 85px 0; }

  #home-support .btn-blue {
    display: block; }

  .mobile-btn-last {
    margin-top: 20px; }

  #home-map .col-md-5 {
    padding-left: 35px; }

  #home-summation .crest-border {
    height: 300px; }

  #home-summation .crest-central {
    height: 450px; }

  #home-summation .crest-border p {
    font-size: 14px; }

  #home-summation .crest-border h2 {
    font-size: 18px;
    margin-top: 0; }

  #home-summation {
    padding-right: 15px;
    padding-left: 15px; }

  .newsbox {
    padding: 20px 25px; }

  .newsbox h3 {
    font-size: 16px;
    line-height: 1.3em; }

  #maincontent img {
    width: auto; }

  figure {
    max-width: 100% !important; } }
@media (min-width: 1200px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    /*enable dropdown menu on hover*/ } }

.navbar {
  border-radius: 0px;
  background: rgba(0, 0, 0, 0.85);
}

ul.dropdown-menu {
  background-color: #333333;
  color: #f7f7f7;
  border-radius: 0px;
  padding: 15px;
}

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