@charset "UTF-8";
@media (min-width: 768px) {
  .container {
    width: 750px; } }
@media (min-width: 992px) {
  .container {
    width: 970px; } }
@media (min-width: 1200px) {
  .container {
    width: 1170px; } }

body header {
  background: transparent;
  z-index: 5; }
  body header .header-wrapper {
    border: 0;
    padding: 0;
    width: 100%; }
    body header .header-wrapper .header-bar {
      background: #c02640;
      border-radius: 0;
      float: left;
      font-family: 'Open Sans';
      padding: 0;
      width: 100%;
      z-index: 5; }
      body header .header-wrapper .header-bar .container {
        width: inherit; }
        @media (min-width: 992px) {
          body header .header-wrapper .header-bar .container {
            width: 970px; } }
        @media (min-width: 1200px) {
          body header .header-wrapper .header-bar .container {
            width: 1170px; } }
      body header .header-wrapper .header-bar nav .title {
        background: #c02640;
        color: #fff;
        height: 71px;
        padding-left: 0;
        padding-top: 15px;
        text-align: left;
        z-index: 10; }
        body header .header-wrapper .header-bar nav .title a {
          color: #fff; }
          body header .header-wrapper .header-bar nav .title a:hover {
            text-decoration: none; }
          body header .header-wrapper .header-bar nav .title a p {
            font-size: 14px;
            font-weight: bold;
            margin-bottom: 0; }
            @media (min-width: 480px) {
              body header .header-wrapper .header-bar nav .title a p {
                font-size: 16px; } }
            @media (min-width: 768px) {
              body header .header-wrapper .header-bar nav .title a p {
                font-size: 18px; } }
          body header .header-wrapper .header-bar nav .title a span {
            font-size: 12px; }
            @media (min-width: 768px) {
              body header .header-wrapper .header-bar nav .title a span {
                font-size: 16px; } }
      body header .header-wrapper .header-bar nav .nav-desktop {
        height: 71px;
        text-align: right;
        display: none !important; }
        @media (min-width: 992px) {
          body header .header-wrapper .header-bar nav .nav-desktop {
            display: block !important; } }
        body header .header-wrapper .header-bar nav .nav-desktop > li {
          margin-right: -3px; }
          body header .header-wrapper .header-bar nav .nav-desktop > li:hover a {
            color: #ededed; }
          body header .header-wrapper .header-bar nav .nav-desktop > li a {
            color: #fff;
            font-size: 16px;
            font-weight: normal;
            line-height: 71px;
            text-transform: none;
            cursor: pointer;
            padding-left: 15px;
            padding-right: 15px;
            transition: none !important;
            -webkit-transition: none !important;
            -moz-transition: none !important; }
          body header .header-wrapper .header-bar nav .nav-desktop > li.menu-item-has-children > a:after {
            color: white;
            content: "\f107";
            font-family: "FontAwesome";
            font-size: 18px;
            font-weight: bold;
            line-height: 71px;
            margin-left: 5px; }
          body header .header-wrapper .header-bar nav .nav-desktop > li.current_page_item > a, body header .header-wrapper .header-bar nav .nav-desktop > li:hover > a {
            font-weight: bold;
            border-bottom: 5px solid #fff;
            padding-bottom: 20px; }
          body header .header-wrapper .header-bar nav .nav-desktop > li .sub-menu {
            background: transparent;
            border-top: 5px solid #fff;
            top: 66px; }
            body header .header-wrapper .header-bar nav .nav-desktop > li .sub-menu li {
              background: #c02640;
              margin: 0;
              padding: 0; }
              body header .header-wrapper .header-bar nav .nav-desktop > li .sub-menu li a {
                display: block;
                font-size: 14px;
                line-height: 20px;
                padding: 10px;
                text-align: left; }
              body header .header-wrapper .header-bar nav .nav-desktop > li .sub-menu li .sub-menu {
                padding: 0; }
      body header .header-wrapper .header-bar nav .nav-overlay {
        left: 0;
        padding-bottom: 50px;
        position: absolute;
        width: 100%;
        z-index: 1; }
        @media (min-width: 992px) {
          body header .header-wrapper .header-bar nav .nav-overlay {
            display: none !important; } }
        body header .header-wrapper .header-bar nav .nav-overlay .title {
          left: 0;
          position: absolute;
          text-align: center;
          top: 70px;
          width: 100%; }
        body header .header-wrapper .header-bar nav .nav-overlay .nav-list {
          background-color: #c02640;
          border-radius: 0;
          padding: 20px;
          position: absolute;
          text-align: left;
          z-index: 0;
          -webkit-transition: all 0.35s ease;
          -moz-transition: all 0.35s ease;
          transition: all 0.35s ease; }
          body header .header-wrapper .header-bar nav .nav-overlay .nav-list li {
            border-top: 1px solid #a62037;
            padding: 10px 15px;
            padding-left: 10px; }
            body header .header-wrapper .header-bar nav .nav-overlay .nav-list li:last-child {
              border-bottom: 1px solid #a62037; }
              body header .header-wrapper .header-bar nav .nav-overlay .nav-list li:last-child.menu-item-has-children ul.sub-menu {
                margin-bottom: 0; }
            body header .header-wrapper .header-bar nav .nav-overlay .nav-list li a {
              color: #fff;
              font-size: 20px;
              font-weight: normal;
              text-transform: none; }
              body header .header-wrapper .header-bar nav .nav-overlay .nav-list li a:hover {
                color: #ededed; }
            body header .header-wrapper .header-bar nav .nav-overlay .nav-list li.menu-item-has-children .fa {
              background: #fff;
              color: #c02640;
              float: right;
              font-size: 18px;
              margin: -10px -15px;
              padding: 11.5px 13px; }
              body header .header-wrapper .header-bar nav .nav-overlay .nav-list li.menu-item-has-children .fa:before {
                display: inline-block;
                transform: rotate(0deg);
                -webkit-transition: all 0.35s ease;
                -moz-transition: all 0.35s ease;
                transition: all 0.35s ease; }
              body header .header-wrapper .header-bar nav .nav-overlay .nav-list li.menu-item-has-children .fa.active body header .header-wrapper .header-bar nav .nav-overlay .nav-list li.menu-item-has-children .fa:before {
                transform: rotate(180deg); }
            body header .header-wrapper .header-bar nav .nav-overlay .nav-list li.menu-item-has-children ul.sub-menu {
              background: none;
              border-radius: 0;
              float: left;
              height: 0;
              left: 15px;
              margin-bottom: 10px;
              margin-top: 0;
              opacity: 0;
              overflow: hidden;
              padding: 0;
              -webkit-transition: height 0.25s ease, opacity 0.75s ease;
              -moz-transition: height 0.25s ease, opacity 0.75s ease;
              transition: height 0.25s ease, opacity 0.75s ease; }
              body header .header-wrapper .header-bar nav .nav-overlay .nav-list li.menu-item-has-children ul.sub-menu.active {
                height: auto;
                margin-top: 10px;
                opacity: 1; }
              body header .header-wrapper .header-bar nav .nav-overlay .nav-list li.menu-item-has-children ul.sub-menu li {
                background: rgba(0, 0, 0, 0.1);
                padding: 10px;
                text-align: left; }
                body header .header-wrapper .header-bar nav .nav-overlay .nav-list li.menu-item-has-children ul.sub-menu li a {
                  font-size: 16px;
                  margin: 0; }
                body header .header-wrapper .header-bar nav .nav-overlay .nav-list li.menu-item-has-children ul.sub-menu li i {
                  margin-right: -10px; }
                body header .header-wrapper .header-bar nav .nav-overlay .nav-list li.menu-item-has-children ul.sub-menu li:before {
                  content: ""; }
                body header .header-wrapper .header-bar nav .nav-overlay .nav-list li.menu-item-has-children ul.sub-menu li:first-child {
                  border-top: none; }
        body header .header-wrapper .header-bar nav .nav-overlay .img-wrapper {
          left: 0;
          margin: auto;
          margin-top: 120px;
          position: relative;
          right: 0;
          width: 100%; }
          body header .header-wrapper .header-bar nav .nav-overlay .img-wrapper img {
            left: 0;
            margin: auto;
            position: absolute;
            right: 0;
            width: 200px; }
      body header .header-wrapper .header-bar nav .responsive-menu {
        background: #c02640;
        float: right;
        padding-right: 10px;
        position: relative;
        text-align: right; }
        body header .header-wrapper .header-bar nav .responsive-menu:hover i {
          color: #30302f; }
        body header .header-wrapper .header-bar nav .responsive-menu i {
          margin-right: 7px;
          margin-top: 25px; }
  body header nav.text-left {
    text-align: center; }

section.teaser {
  background-position: 100% 100%;
  background-size: cover; }
  section.teaser .event-teaser-wrapper {
    bottom: -71px;
    position: relative;
    top: 0; }
    section.teaser .event-teaser-wrapper .auro-wrapper {
      margin-top: 20px; }
      section.teaser .event-teaser-wrapper .auro-wrapper .btn {
        background: #fff;
        font-weight: bold;
        color: #c02640;
        line-height: 39px;
        height: 40px;
        width: 250px;
        border-radius: 20px;
        transition: all 1.0s ease-in-out;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 10px 20px rgba(0, 0, 0, 0.05);
        padding: 0; }
        section.teaser .event-teaser-wrapper .auro-wrapper .btn:after {
          opacity: 0;
          transition-delay: 0s; }
        section.teaser .event-teaser-wrapper .auro-wrapper .btn:before {
          visibility: visible;
          opacity: 1;
          content: "Sie suchen eine Geschenkidee?"; }
        section.teaser .event-teaser-wrapper .auro-wrapper .btn:hover {
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15), 0 10px 20px rgba(0, 0, 0, 0.1); }
          section.teaser .event-teaser-wrapper .auro-wrapper .btn:hover:after {
            visibility: visible;
            opacity: 1;
            transition: opacity 0.5s ease-in; }
          section.teaser .event-teaser-wrapper .auro-wrapper .btn:hover:before {
            content: "Verschenken Sie den Auro";
            transition: opacity 0.5s ease-out;
            transition-delay: 0s; }
          section.teaser .event-teaser-wrapper .auro-wrapper .btn:hover .fa {
            width: auto;
            margin-right: 5px; }
        section.teaser .event-teaser-wrapper .auro-wrapper .btn .fa {
          line-height: 40px;
          width: 100%; }
    section.teaser .event-teaser-wrapper .text-wrapper {
      bottom: 0;
      height: 100%;
      left: 0;
      right: 0;
      position: relative; }
      section.teaser .event-teaser-wrapper .text-wrapper .logo-aur {
        bottom: 0;
        display: none;
        padding-bottom: 25px;
        position: absolute;
        right: 0; }
        @media (min-width: 992px) {
          section.teaser .event-teaser-wrapper .text-wrapper .logo-aur {
            display: block; } }
        section.teaser .event-teaser-wrapper .text-wrapper .logo-aur img {
          opacity: 0.5; }
      section.teaser .event-teaser-wrapper .text-wrapper .teaser-text {
        background: #fff;
        border-radius: 2px;
        position: relative;
        margin-top: -35px;
        padding: 16px 20px;
        top: 50%;
        transform: translateY(-50%);
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 10px 20px rgba(0, 0, 0, 0.05);
        transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }
        section.teaser .event-teaser-wrapper .text-wrapper .teaser-text:hover {
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15), 0 10px 20px rgba(0, 0, 0, 0.1); }
        section.teaser .event-teaser-wrapper .text-wrapper .teaser-text .event-counter {
          padding: 0;
          padding-bottom: 15px; }
          section.teaser .event-teaser-wrapper .text-wrapper .teaser-text .event-counter .title a {
            cursor: pointer; }
            section.teaser .event-teaser-wrapper .text-wrapper .teaser-text .event-counter .title a:hover {
              text-decoration: none; }
            section.teaser .event-teaser-wrapper .text-wrapper .teaser-text .event-counter .title a h2 {
              color: #444444;
              font-size: 32px;
              font-weight: bold;
              letter-spacing: 0;
              margin-bottom: 7px;
              margin-top: 5px;
              text-align: left;
              font-family: "Open Sans";
              -webkit-transition: all 0.35s ease;
              -moz-transition: all 0.35s ease;
              transition: all 0.35s ease; }
          section.teaser .event-teaser-wrapper .text-wrapper .teaser-text .event-counter .date ul {
            text-align: left; }
            section.teaser .event-teaser-wrapper .text-wrapper .teaser-text .event-counter .date ul li {
              background: none;
              margin: 0;
              min-height: 0;
              padding: 0; }
              section.teaser .event-teaser-wrapper .text-wrapper .teaser-text .event-counter .date ul li span, section.teaser .event-teaser-wrapper .text-wrapper .teaser-text .event-counter .date ul li #days {
                color: #c02640;
                float: left;
                font-size: 14px;
                font-weight: bold;
                text-transform: none;
                font-family: "Open Sans"; }
              section.teaser .event-teaser-wrapper .text-wrapper .teaser-text .event-counter .date ul li #days {
                font-weight: bold; }
          section.teaser .event-teaser-wrapper .text-wrapper .teaser-text .event-counter p {
            font-size: 14px;
            line-height: 20px;
            color: #252525;
            margin-top: 8px;
            margin-bottom: 0; }
        section.teaser .event-teaser-wrapper .text-wrapper .teaser-text .event-more-info {
          float: right;
          margin-right: -20px;
          padding-bottom: 35px;
          padding-top: 15px;
          position: absolute;
          bottom: -45px;
          right: 40px; }
          section.teaser .event-teaser-wrapper .text-wrapper .teaser-text .event-more-info a {
            background: #c02640;
            color: #fff;
            padding: 12px;
            text-transform: uppercase;
            font-weight: bold;
            border: 2px solid #c02640; }
            section.teaser .event-teaser-wrapper .text-wrapper .teaser-text .event-more-info a:hover {
              background: #fff;
              color: #c02640;
              border: 2px solid #c02640;
              text-decoration: none; }
      section.teaser .event-teaser-wrapper .text-wrapper .scrollDown {
        bottom: 0;
        color: white;
        font-size: 40px;
        left: 0;
        margin-bottom: 40px;
        position: absolute;
        right: 0;
        text-align: center; }

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }
  body section .section-header {
    margin: 55px 0 10px !important; }
    body section .section-header h3 {
      font-size: 36px;
      margin: 0;
      text-transform: uppercase; }
    body section .section-header h4 {
      font-size: 22px;
      font-weight: bold; }
      @media (min-width: 768px) {
        body section .section-header h4 {
          font-size: 36px; } }
    body section .section-header p {
      margin-left: 2px; }
  body section .vc_column-inner {
    padding: 0 !important; }
  body section .vc_column_container {
    padding-left: 15px;
    padding-right: 15px; }
  body section .vc_separator h4 {
    text-align: center;
    width: 100%; }
  body hr {
    border-color: #ededed;
    margin: -10px 0;
    padding: 25px 0;
    width: 100%; }
  body .img-landscape {
    max-height: 100%;
    max-width: none;
    width: auto; }
  body .huge_it_google_map_container > div {
    max-height: 500px;
    min-height: 250px; }
  body #location-list {
    margin-top: 20px;
    padding: 0;
    text-align: center; }
    body #location-list .col-xs-6 {
      padding: 0; }
      body #location-list .col-xs-6:first-child {
        padding-right: 20px; }
      body #location-list .col-xs-6:last-child {
        padding-left: 20px; }
    body #location-list button {
      background: #c02640;
      padding: 0;
      width: 100%; }
      body #location-list button:hover {
        background: #c02640; }
      body #location-list button a {
        color: #fff;
        display: block;
        font-weight: bold;
        padding: 5px 20px; }
        body #location-list button a:hover {
          cursor: pointer;
          text-decoration: none; }
    body #location-list #location {
      margin: 50px 0;
      text-align: left; }
      body #location-list #location li {
        border-bottom: 1px solid #ededed;
        float: left;
        list-style-type: none;
        padding: 10px 10px;
        width: 100%; }
        @media (min-width: 480px) {
          body #location-list #location li {
            padding: 10px 50px; } }
        body #location-list #location li:nth-child(odd) {
          background-color: #ededed; }
        body #location-list #location li:hover {
          background-color: #dddcdc; }
          body #location-list #location li:hover i {
            display: inline-block; }
        body #location-list #location li input {
          margin-right: 10px;
          margin-top: 10px; }
        body #location-list #location li label {
          font-size: 12px;
          margin-bottom: 0;
          margin-top: 5px; }
          @media (min-width: 480px) {
            body #location-list #location li label {
              font-size: 14px; } }
        body #location-list #location li i {
          color: #252525;
          display: none;
          font-size: 10px;
          margin-left: 10px;
          margin-top: 10px; }
        body #location-list #location li button {
          float: right;
          width: auto; }
  body .team-member {
    margin: -20px 0 50px !important; }
    body .team-member .socials {
      position: relative; }
      body .team-member .socials li {
        width: 100%; }
        body .team-member .socials li a:hover {
          color: #c02640;
          text-decoration: none; }
          body .team-member .socials li a:hover i {
            color: #c02640; }
        body .team-member .socials li a span {
          text-align: center;
          word-wrap: break-word; }
  body .contact-form {
    float: left;
    margin: 0px 15%;
    width: 70%; }
    @media (min-width: 768px) {
      body .contact-form .row {
        margin-bottom: 50px; } }
    body .contact-form .row .col-xs-12 {
      text-align: center;
      margin-bottom: 50px; }
      @media (min-width: 768px) {
        body .contact-form .row .col-xs-12 {
          margin-bottom: 0; } }
      body .contact-form .row .col-xs-12 input, body .contact-form .row .col-xs-12 textarea {
        border: none;
        border-bottom: 1px solid #818181;
        border-radius: 0;
        box-shadow: none;
        font-size: 18px;
        line-height: 1em;
        margin-bottom: 1px;
        padding: 5px 10px;
        width: 100%; }
        body .contact-form .row .col-xs-12 input:focus, body .contact-form .row .col-xs-12 textarea:focus {
          border-color: #c02640;
          border-width: 2px;
          box-shadow: none;
          margin-bottom: 0;
          outline: none; }
      body .contact-form .row .col-xs-12 textarea {
        height: 32px;
        margin: 0;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        body .contact-form .row .col-xs-12 textarea:focus {
          height: 150px; }
      body .contact-form .row .col-xs-12 label {
        color: #818181;
        font-size: 16px;
        font-weight: normal;
        left: 20px;
        margin-bottom: 20px;
        pointer-events: none;
        position: absolute;
        text-align: left;
        text-transform: uppercase;
        top: 5px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        body .contact-form .row .col-xs-12 label.label-focus {
          color: #c02640;
          font-size: 14px;
          top: -15px; }
    body .contact-form .row.submit {
      text-align: center; }
      body .contact-form .row.submit input {
        background: #c02640;
        border: 2px solid #c02640;
        color: #fff;
        font-size: 20px;
        padding: 10px;
        text-align: center;
        width: 100%;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        body .contact-form .row.submit input:hover {
          background: white;
          color: #c02640; }
  body div.wpcf7-validation-errors, body div.wpcf7-mail-sent-ok, body .wpcf7-response-output {
    border: none !important; }
  body .vc_gitem-zone .vc_gitem_row .vc_custom_heading div {
    color: black !important; }
  body #backToTop {
    background: rgba(0, 0, 0, 0.75);
    bottom: 25px;
    height: 40px;
    padding: 10px;
    position: fixed;
    right: 25px;
    text-align: center;
    width: 40px;
    z-index: 5; }
    @media (min-width: 768px) {
      body #backToTop {
        bottom: 50px;
        right: 50px; } }
    body #backToTop i {
      color: white;
      font-size: 20px;
      line-height: 20px; }

footer {
  background: #252525; }
  footer .container .contact {
    margin-top: 30px; }
    @media (min-width: 968px) {
      footer .container .contact {
        margin-top: 0; } }
    footer .container .contact h4 {
      float: left;
      line-height: 26px;
      margin: 0;
      width: 100%; }
    footer .container .contact a {
      float: left;
      line-height: 26px;
      margin: 0;
      width: 100%; }
  footer .container .footer-bar {
    padding: 50px 0; }
  footer .container .inside {
    background: #252525;
    border-radius: 0;
    float: left;
    width: 100%; }
    @media (min-width: 480px) {
      footer .container .inside {
        padding: 50px 0 25px; } }
    footer .container .inside .copyright {
      color: #ededed;
      margin-top: 30px;
      text-align: center; }
    footer .container .inside h3 {
      color: #818181;
      font-size: 24px;
      font-weight: bold;
      text-align: left; }
    footer .container .inside a {
      color: #ededed;
      display: inline-block;
      font-weight: bold; }
      footer .container .inside a i {
        line-height: 26px;
        margin-right: 10px;
        min-width: 15px; }
    footer .container .inside .main-nav ul {
      display: block !important; }
      footer .container .inside .main-nav ul li {
        line-height: 26px;
        list-style-type: none; }
        footer .container .inside .main-nav ul li a {
          line-height: 26px;
          word-wrap: break-word; }
    footer .container .inside .footer-events {
      position: relative;
      margin-top: 30px; }
      @media (min-width: 768px) {
        footer .container .inside .footer-events {
          margin-top: 0; } }
      footer .container .inside .footer-events .footer-event {
        float: left;
        width: 100%; }
        footer .container .inside .footer-events .footer-event .footer-date {
          color: #818181;
          float: none;
          font-size: 11px;
          line-height: 26px;
          margin-right: 15px; }
          @media (min-width: 768px) {
            footer .container .inside .footer-events .footer-event .footer-date {
              display: inline-block; } }
        footer .container .inside .footer-events .footer-event p {
          line-height: 26px;
          margin: 0; }

hr {
  border-color: #ededed;
  margin-top: -10px;
  padding: 50px 0; }

#poststuff #event_metabox .inside .endDate .label {
  display: none; }

.post-type-sermons .wp-editor-expand {
  display: none; }

.sermons-section {
  padding-top: 0; }
  .sermons-section h4 {
    float: left;
    text-align: center;
    width: 100%; }
    .sermons-section h4 i {
      margin-right: 5px; }
  .sermons-section .sermon-description {
    text-align: center;
    width: 100%; }
  @media (min-width: 480px) {
    .sermons-section .sermons-grid .sermons-container {
      margin: auto;
      margin-bottom: 30px; } }
  .sermons-section .sermons-grid .sermons-container .sermons-slider {
    width: 100%; }
    .sermons-section .sermons-grid .sermons-container .sermons-slider .sermon {
      padding: 10px;
      padding-bottom: 20px; }
      @media (max-width: 992px) {
        .sermons-section .sermons-grid .sermons-container .sermons-slider .sermon:nth-child(3) {
          clear: both; } }
      .sermons-section .sermons-grid .sermons-container .sermons-slider .sermon.slick-slide:nth-child(3) {
        clear: none !important; }
      .sermons-section .sermons-grid .sermons-container .sermons-slider .sermon:focus {
        outline: none; }
      .sermons-section .sermons-grid .sermons-container .sermons-slider .sermon a {
        text-decoration: none; }
        .sermons-section .sermons-grid .sermons-container .sermons-slider .sermon a .sermon-box {
          margin: 0;
          min-height: 150px;
          padding: 20px;
          position: relative;
          width: 100%; }
          @media (min-width: 480px) {
            .sermons-section .sermons-grid .sermons-container .sermons-slider .sermon a .sermon-box:hover .sermon-img img {
              filter: grayscale(0) opacity(1); }
            .sermons-section .sermons-grid .sermons-container .sermons-slider .sermon a .sermon-box:hover h5 {
              color: #c02640;
              text-decoration: none; } }
          .sermons-section .sermons-grid .sermons-container .sermons-slider .sermon a .sermon-box:after {
            content: none; }
          .sermons-section .sermons-grid .sermons-container .sermons-slider .sermon a .sermon-box .sermon-icons, .sermons-section .sermons-grid .sermons-container .sermons-slider .sermon a .sermon-box .sermon-excerp {
            display: none; }
          .sermons-section .sermons-grid .sermons-container .sermons-slider .sermon a .sermon-box h5 {
            bottom: 0;
            margin-top: 40px;
            position: relative;
            text-align: center; }
          .sermons-section .sermons-grid .sermons-container .sermons-slider .sermon a .sermon-box .sermon-img {
            margin-bottom: 20px;
            position: relative; }
            .sermons-section .sermons-grid .sermons-container .sermons-slider .sermon a .sermon-box .sermon-img img {
              border: none;
              bottom: 0;
              left: 0;
              margin: 0 auto;
              padding: 10px;
              position: absolute;
              right: 0;
              top: 0;
              filter: grayscale(1) opacity(0.4);
              -webkit-filter: grayscale(1) opacity(0.4);
              -webkit-transition: filter 0.2s ease;
              -moz-transition: filter 0.2s ease;
              transition: filter 0.2s ease; }
  .sermons-section .sermons-grid .sermons-container .slick-dots {
    display: block;
    list-style: none;
    padding: 0;
    position: relative !important;
    text-align: center;
    top: 100% !important;
    transform: none !important;
    width: 100%; }
    .sermons-section .sermons-grid .sermons-container .slick-dots li {
      cursor: pointer;
      display: inline-block;
      height: 20px;
      margin: 0 5px;
      padding: 0;
      position: relative;
      width: 20px; }
      .sermons-section .sermons-grid .sermons-container .slick-dots li.slick-active button:before {
        opacity: 0.7; }
      .sermons-section .sermons-grid .sermons-container .slick-dots li button {
        background: transparent;
        border: 0;
        color: transparent;
        cursor: pointer;
        display: block;
        font-size: 0;
        height: 20px;
        line-height: 0;
        outline: none;
        padding: 5px;
        width: 20px; }
        .sermons-section .sermons-grid .sermons-container .slick-dots li button:before {
          color: #000;
          content: "•";
          font-size: 30px;
          height: 20px;
          left: 0px;
          line-height: 20px;
          opacity: 0.25;
          position: absolute;
          text-align: center;
          top: 0px;
          width: 20px; }

section .events-section .load-wrapper {
  float: left;
  margin-top: 10px;
  padding: 0 10px;
  width: 100%; }
  section .events-section .load-wrapper button {
    background: #c02640;
    color: #fff;
    font-size: 16px;
    height: 50px;
    width: 100%; }
section .events-section .col-md-4 {
  padding: 10px; }
  @media (max-width: 480px) {
    section .events-section .col-md-4 {
      width: 100%; } }
  section .events-section .col-md-4:nth-child(9) {
    display: none; }
    @media (min-width: 768px) {
      section .events-section .col-md-4:nth-child(9) {
        display: block; } }
    @media (min-width: 992px) {
      section .events-section .col-md-4:nth-child(9) {
        display: none; } }
section .events-section .event-box {
  overflow: visible;
  position: relative;
  margin-bottom: 30px; }
  section .events-section .event-box:hover .event-info-overlay {
    opacity: 1 !important; }
  section .events-section .event-box a {
    display: block;
    height: 100%;
    width: 100%; }
    section .events-section .event-box a .event-container {
      overflow: hidden;
      background-color: #fff;
      height: 100%;
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 10px 20px rgba(0, 0, 0, 0.05);
      border-radius: 2px;
      transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }
      section .events-section .event-box a .event-container:hover {
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15), 0 10px 20px rgba(0, 0, 0, 0.1); }
      section .events-section .event-box a .event-container .event-img {
        height: 260px;
        width: 100%; }
        @media (min-width: 768px) {
          section .events-section .event-box a .event-container .event-img {
            height: 290px; } }
        @media (min-width: 992px) {
          section .events-section .event-box a .event-container .event-img {
            height: 260px; } }
        @media (min-width: 1200px) {
          section .events-section .event-box a .event-container .event-img {
            height: 300px; } }
        section .events-section .event-box a .event-container .event-img img {
          width: 100%; }
        section .events-section .event-box a .event-container .event-img .event-info-overlay {
          background: rgba(192, 38, 64, 0.9);
          height: 189px;
          opacity: 0;
          position: absolute;
          top: 0;
          width: 100%;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          @media (min-width: 768px) {
            section .events-section .event-box a .event-container .event-img .event-info-overlay {
              height: 80%; } }
          section .events-section .event-box a .event-container .event-img .event-info-overlay span {
            bottom: 0;
            color: #fff;
            font-size: 14px;
            font-weight: bold;
            height: 1.5em;
            left: 0;
            margin: auto;
            position: absolute;
            right: 0;
            text-align: center;
            top: 0; }
            @media (min-width: 480px) {
              section .events-section .event-box a .event-container .event-img .event-info-overlay span {
                font-size: 16px; } }
            section .events-section .event-box a .event-container .event-img .event-info-overlay span i {
              margin-right: 5px;
              margin-top: 2px; }
              @media (min-width: 480px) {
                section .events-section .event-box a .event-container .event-img .event-info-overlay span i {
                  font-size: 16px;
                  margin-right: 10px; } }
      section .events-section .event-box a .event-container .event-hover {
        padding: 16px 0;
        position: absolute;
        background: #fff; }
        @media (min-width: 480px) {
          section .events-section .event-box a .event-container .event-hover {
            height: auto;
            min-height: 20%; } }
        section .events-section .event-box a .event-container .event-hover h3 {
          color: #c02640;
          float: left;
          font-size: 13px;
          font-weight: bold;
          letter-spacing: 0;
          line-height: 18px;
          padding-left: 5px;
          text-align: center;
          text-transform: none;
          top: 0;
          width: 100%; }
          @media (min-width: 480px) {
            section .events-section .event-box a .event-container .event-hover h3 {
              font-size: 14px; } }
          @media (min-width: 992px) {
            section .events-section .event-box a .event-container .event-hover h3 {
              font-size: 16px; } }
        section .events-section .event-box a .event-container .event-hover span {
          bottom: 0;
          color: #252525;
          float: left;
          font-size: 12px;
          text-align: center;
          width: 100%; }
          @media (min-width: 480px) {
            section .events-section .event-box a .event-container .event-hover span {
              font-size: 13px; } }
          @media (min-width: 992px) {
            section .events-section .event-box a .event-container .event-hover span {
              font-size: 14px; } }
      section .events-section .event-box a .event-container .event-date {
        float: left;
        line-height: 20px;
        margin: 10px;
        margin-right: 10px !important;
        padding: 0;
        position: absolute;
        right: -10px;
        text-align: center;
        top: -10px; }
        section .events-section .event-box a .event-container .event-date span {
          float: left;
          font-size: 12px;
          text-align: center;
          width: 100%; }
          @media (min-width: 480px) {
            section .events-section .event-box a .event-container .event-date span {
              font-size: 14px; } }
          @media (min-width: 992px) {
            section .events-section .event-box a .event-container .event-date span {
              bottom: 65px;
              font-size: 14px; } }
          section .events-section .event-box a .event-container .event-date span.event-month {
            background: #c02640;
            color: #fff;
            font-weight: bold;
            padding: 5px 5px;
            text-shadow: -1px 1px rgba(0, 0, 0, 0.2); }
            @media (min-width: 480px) {
              section .events-section .event-box a .event-container .event-date span.event-month {
                padding: 5px 15px; } }
section .big-events-section {
  padding: 0; }
  section .big-events-section .site-title {
    margin-bottom: 0; }
  section .big-events-section .event-big-box {
    border-bottom: none;
    border-top: 1px solid #ededed;
    margin-bottom: 0;
    padding-bottom: 30px;
    padding-top: 30px; }
    @media (min-width: 992px) {
      section .big-events-section .event-big-box {
        padding-bottom: 50px;
        padding-top: 50px; } }
    section .big-events-section .event-big-box .row {
      height: 100%; }
    section .big-events-section .event-big-box .event-image .event-big-image {
      margin-bottom: 0;
      overflow: hidden;
      text-align: center; }
      @media (min-width: 992px) {
        section .big-events-section .event-big-box .event-image .event-big-image {
          text-align: left; } }
    section .big-events-section .event-big-box .event-info {
      height: auto;
      position: relative; }
      section .big-events-section .event-big-box .event-info p {
        line-height: 20px;
        margin: 0; }
        section .big-events-section .event-big-box .event-info p:first-child {
          padding-bottom: 50px; }
      section .big-events-section .event-big-box .event-info h2 {
        font-size: 24px;
        margin-bottom: 10px;
        margin-top: 10px;
        text-align: left; }
        @media (min-width: 768px) {
          section .big-events-section .event-big-box .event-info h2 {
            margin-top: 0; } }
        @media (min-width: 992px) {
          section .big-events-section .event-big-box .event-info h2 {
            font-size: 24px; } }
      section .big-events-section .event-big-box .event-info.event-info {
        height: 100%;
        padding-right: 5px;
        position: relative; }
        section .big-events-section .event-big-box .event-info.event-info a {
          color: #c02640;
          font-size: 16px; }
        section .big-events-section .event-big-box .event-info.event-info .time-loc {
          float: left;
          margin-bottom: 10px;
          text-align: left;
          width: 100%; }
          section .big-events-section .event-big-box .event-info.event-info .time-loc .location, section .big-events-section .event-big-box .event-info.event-info .time-loc .date {
            color: #c02640;
            font-size: 12px;
            font-weight: bold;
            width: 100%; }
            section .big-events-section .event-big-box .event-info.event-info .time-loc .location i, section .big-events-section .event-big-box .event-info.event-info .time-loc .date i {
              line-height: 21px;
              margin-right: 10px;
              text-align: center;
              width: 15px; }
section.single-event-section .event-header {
  background: #30302f;
  height: 420px;
  overflow: hidden;
  position: relative; }
  section.single-event-section .event-header img {
    display: block;
    height: 100%;
    object-fit: contain;
    width: 100%; }
  section.single-event-section .event-header h2 {
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    margin-top: -25px;
    padding: 150px 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%; }
  section.single-event-section .event-header span {
    color: #fff;
    left: 0;
    position: absolute;
    text-align: center;
    top: 70%;
    width: 100%; }
section.single-event-section .event-content {
  margin: 30px 0; }
section #calendar .ui-datepicker-calendar tbody tr td.dateWithEvent {
  background: #ededed; }
  section #calendar .ui-datepicker-calendar tbody tr td.dateWithEvent:hover {
    cursor: pointer; }
  section #calendar .ui-datepicker-calendar tbody tr td.dateWithEvent a {
    color: #c02640; }
  section #calendar .ui-datepicker-calendar tbody tr td.dateWithEvent:after {
    border: 2px solid #fff;
    bottom: 0;
    content: "";
    left: 0;
    margin: 2px;
    position: absolute;
    right: 0;
    top: 0; }

.subpage .teaser-text, .subpage .scrollDown {
  display: none; }

html {
  scroll-behavior: smooth; }

body {
  background: #f7f7f6;
  color: #403c39;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7; }

#page > em {
  display: block;
  font-style: normal; }

a {
  color: #c52d48;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px; }

a:hover,
a:focus {
  color: #a82039; }

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(197, 45, 72, 0.38);
  outline-offset: 4px; }

h1,
h2,
h3,
h4,
h5,
h6,
.site-title {
  color: #322f2e;
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.16; }

p {
  line-height: 1.75; }

.container {
  max-width: 1200px; }

body header .header-wrapper {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20; }
body header .header-wrapper .header-bar {
  background: rgba(197, 45, 72, 0.97);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 8px 30px rgba(31, 28, 27, 0.12);
  font-family: "Open Sans", sans-serif;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px); }
  body header .header-wrapper .header-bar nav {
    min-height: 72px; }
    body header .header-wrapper .header-bar nav .title {
      background: transparent;
      height: 72px;
      padding: 0; }
      body header .header-wrapper .header-bar nav .title a {
        align-items: center;
        display: flex;
        gap: 12px;
        height: 72px;
        width: max-content; }
        body header .header-wrapper .header-bar nav .title a:hover, body header .header-wrapper .header-bar nav .title a:focus {
          color: #fff;
          text-decoration: none; }
      body header .header-wrapper .header-bar nav .title .brand-monogram {
        align-items: center;
        background: #fff;
        color: #c52d48;
        display: flex;
        flex: 0 0 40px;
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        font-weight: 700;
        height: 40px;
        justify-content: center;
        letter-spacing: 0.06em;
        position: relative; }
        body header .header-wrapper .header-bar nav .title .brand-monogram:after {
          border-color: transparent transparent #c52d48 transparent;
          border-style: solid;
          border-width: 0 0 9px 9px;
          bottom: 0;
          content: "";
          position: absolute;
          right: 0; }
      body header .header-wrapper .header-bar nav .title .brand-copy {
        display: flex;
        flex-direction: column;
        line-height: 1.2; }
      body header .header-wrapper .header-bar nav .title .brand-name {
        color: #fff;
        font-family: "Montserrat", sans-serif;
        font-size: 15px;
        font-weight: 700;
        letter-spacing: -0.01em; }
      body header .header-wrapper .header-bar nav .title .brand-claim {
        color: rgba(255, 255, 255, 0.68);
        font-size: 10px;
        letter-spacing: 0.02em;
        margin-top: 3px; }
    body header .header-wrapper .header-bar nav .nav-desktop {
      height: 72px; }
      body header .header-wrapper .header-bar nav .nav-desktop > li {
        margin: 0; }
        body header .header-wrapper .header-bar nav .nav-desktop > li > a {
          color: rgba(255, 255, 255, 0.82);
          display: inline-block;
          font-size: 14px;
          font-weight: 600;
          height: 72px;
          letter-spacing: 0.01em;
          line-height: 72px;
          padding: 0 14px;
          position: relative; }
        body header .header-wrapper .header-bar nav .nav-desktop > li.menu-item-has-children > a:after {
          color: rgba(255, 255, 255, 0.62);
          font-size: 13px;
          line-height: 72px;
          margin-left: 7px; }
        body header .header-wrapper .header-bar nav .nav-desktop > li.current_page_item > a, body header .header-wrapper .header-bar nav .nav-desktop > li.current-menu-ancestor > a, body header .header-wrapper .header-bar nav .nav-desktop > li:hover > a, body header .header-wrapper .header-bar nav .nav-desktop > li:focus-within > a {
          border: 0;
          color: #fff;
          font-weight: 700;
          padding-bottom: 0; }
          body header .header-wrapper .header-bar nav .nav-desktop > li.current_page_item > a:before, body header .header-wrapper .header-bar nav .nav-desktop > li.current-menu-ancestor > a:before, body header .header-wrapper .header-bar nav .nav-desktop > li:hover > a:before, body header .header-wrapper .header-bar nav .nav-desktop > li:focus-within > a:before {
            background: #fff;
            bottom: 0;
            content: "";
            height: 3px;
            left: 14px;
            position: absolute;
            right: 14px; }
        body header .header-wrapper .header-bar nav .nav-desktop > li .sub-menu {
          background: #fff;
          border: 0;
          border-radius: 0 0 8px 8px;
          box-shadow: 0 18px 38px rgba(31, 28, 27, 0.18);
          overflow: hidden;
          padding: 8px 0;
          top: 72px; }
          body header .header-wrapper .header-bar nav .nav-desktop > li .sub-menu li {
            background: #fff; }
            body header .header-wrapper .header-bar nav .nav-desktop > li .sub-menu li a {
              color: #403c39;
              font-size: 13px;
              line-height: 1.35;
              padding: 11px 18px; }
              body header .header-wrapper .header-bar nav .nav-desktop > li .sub-menu li a:hover, body header .header-wrapper .header-bar nav .nav-desktop > li .sub-menu li a:focus {
                background: #efeeec;
                color: #c52d48; }
    body header .header-wrapper .header-bar nav .responsive-menu {
      background: transparent;
      border: 0;
      color: #fff;
      float: right;
      height: 72px;
      padding: 0 18px;
      text-align: right; }
      body header .header-wrapper .header-bar nav .responsive-menu i {
        font-size: 21px;
        margin: 0; }
      body header .header-wrapper .header-bar nav .responsive-menu:hover i, body header .header-wrapper .header-bar nav .responsive-menu.active i {
        color: #fff; }
      body header .header-wrapper .header-bar nav .responsive-menu.active i:before {
        content: "\f00d"; }
    body header .header-wrapper .header-bar nav .nav-overlay {
      padding: 0; }
      body header .header-wrapper .header-bar nav .nav-overlay .nav-list {
        background: #a82039;
        border-radius: 0 0 12px 12px;
        box-shadow: 0 22px 45px rgba(31, 28, 27, 0.24);
        padding: 16px 22px 22px; }
        body header .header-wrapper .header-bar nav .nav-overlay .nav-list li {
          border-color: rgba(255, 255, 255, 0.1);
          padding: 12px 4px; }
          body header .header-wrapper .header-bar nav .nav-overlay .nav-list li:last-child {
            border-color: rgba(255, 255, 255, 0.1); }
          body header .header-wrapper .header-bar nav .nav-overlay .nav-list li a {
            font-family: "Montserrat", sans-serif;
            font-size: 17px; }
          body header .header-wrapper .header-bar nav .nav-overlay .nav-list li.menu-item-has-children .fa {
            background: transparent;
            color: rgba(255, 255, 255, 0.68);
            margin: -9px 0 0; }

section.teaser {
  background-position: center;
  height: 40vh;
  isolation: isolate;
  overflow: hidden;
  position: relative; }
  section.teaser.homepage {
    height: 100vh; }
  @media (max-height: 500px) {
    section.teaser {
      height: 500px; } }
  section.teaser:before {
    background: linear-gradient(90deg, rgba(31, 28, 27, 0.66) 0%, rgba(31, 28, 27, 0.24) 52%, rgba(31, 28, 27, 0.08) 100%);
    content: "";
    inset: 0;
    position: absolute;
    z-index: -1; }
  section.teaser.homepage .event-teaser-wrapper {
    height: 100vh; }
  section.teaser .event-teaser-wrapper {
    bottom: -72px;
    height: calc(40vh - 72px);
    padding: 0 15px; }
    @media (max-height: 500px) {
      section.teaser .event-teaser-wrapper {
        height: 429px; } }
    section.teaser .event-teaser-wrapper .auro-wrapper {
      margin-top: 28px; }
      section.teaser .event-teaser-wrapper .auro-wrapper .btn {
        align-items: center;
        background: rgba(255, 255, 255, 0.94);
        border: 1px solid rgba(255, 255, 255, 0.65);
        border-radius: 999px;
        box-shadow: 0 8px 24px rgba(31, 28, 27, 0.16);
        color: #322f2e;
        display: flex;
        font-size: 12px;
        height: 42px;
        justify-content: center;
        letter-spacing: 0.01em;
        line-height: 1;
        padding: 0 18px;
        width: auto; }
        section.teaser .event-teaser-wrapper .auro-wrapper .btn:before, section.teaser .event-teaser-wrapper .auro-wrapper .btn:after {
          content: none; }
        section.teaser .event-teaser-wrapper .auro-wrapper .btn:hover, section.teaser .event-teaser-wrapper .auro-wrapper .btn:focus {
          background: #fff;
          color: #c52d48;
          transform: translateY(-2px); }
    section.teaser .event-teaser-wrapper .text-wrapper .teaser-text {
      background: rgba(255, 255, 255, 0.97);
      border: 0;
      border-left: 6px solid #c52d48;
      border-radius: 0 14px 14px 0;
      box-shadow: 0 24px 65px rgba(31, 28, 27, 0.28);
      margin-top: -18px;
      max-width: 570px;
      padding: 34px 38px 30px; }
      section.teaser .event-teaser-wrapper .text-wrapper .teaser-text:hover {
        box-shadow: 0 28px 70px rgba(31, 28, 27, 0.32); }
      section.teaser .event-teaser-wrapper .text-wrapper .teaser-text .event-counter {
        padding-bottom: 8px; }
        section.teaser .event-teaser-wrapper .text-wrapper .teaser-text .event-counter .event-kicker {
          color: #c52d48;
          display: block;
          font-size: 11px;
          font-weight: 700;
          letter-spacing: 0.14em;
          margin-bottom: 11px;
          text-transform: uppercase; }
        section.teaser .event-teaser-wrapper .text-wrapper .teaser-text .event-counter .title a h2 {
          color: #322f2e;
          font-family: "Montserrat", sans-serif;
          font-size: clamp(27px, 3.1vw, 43px);
          font-weight: 700;
          letter-spacing: -0.04em;
          line-height: 1.04;
          margin: 0 0 14px; }
        section.teaser .event-teaser-wrapper .text-wrapper .teaser-text .event-counter .date {
          align-items: flex-start;
          display: flex;
          flex-direction: column;
          gap: 6px;
          margin: 6px 0 20px; }
          section.teaser .event-teaser-wrapper .text-wrapper .teaser-text .event-counter .date .event-date-label {
            color: #766f6a;
            flex: 0 0 auto;
            font-size: 10px;
            font-weight: 700;
            letter-spacing: 0.16em;
            text-transform: uppercase; }
          section.teaser .event-teaser-wrapper .text-wrapper .teaser-text .event-counter .date ul {
            margin: 0;
            padding: 0; }
            section.teaser .event-teaser-wrapper .text-wrapper .teaser-text .event-counter .date ul li span,
            section.teaser .event-teaser-wrapper .text-wrapper .teaser-text .event-counter .date ul li #days {
              color: #c52d48;
              float: none;
              font-family: "Montserrat", sans-serif;
              font-size: clamp(22px, 2.4vw, 30px);
              font-weight: 700;
              letter-spacing: -0.025em;
              line-height: 1.1;
              text-transform: none; }
            section.teaser .event-teaser-wrapper .text-wrapper .teaser-text .event-counter .date ul li + li {
              margin-top: 2px; }
        section.teaser .event-teaser-wrapper .text-wrapper .teaser-text .event-counter p {
          color: #403c39;
          font-size: 14px;
          line-height: 1.65;
          margin-top: 0; }
      section.teaser .event-teaser-wrapper .text-wrapper .teaser-text .event-more-info {
        bottom: auto;
        float: none;
        margin: 16px 0 0;
        padding: 0;
        position: relative;
        right: auto; }
        section.teaser .event-teaser-wrapper .text-wrapper .teaser-text .event-more-info a {
          background: #c52d48;
          border: 2px solid #c52d48;
          border-radius: 4px;
          display: inline-block;
          font-size: 11px;
          letter-spacing: 0.08em;
          padding: 10px 15px; }
          section.teaser .event-teaser-wrapper .text-wrapper .teaser-text .event-more-info a:hover, section.teaser .event-teaser-wrapper .text-wrapper .teaser-text .event-more-info a:focus {
            background: #fff;
            border-color: #c52d48;
            color: #c52d48; }
    section.teaser .event-teaser-wrapper .text-wrapper .logo-aur img {
      opacity: 0.72; }
    section.teaser .event-teaser-wrapper .text-wrapper .scrollDown {
      margin-bottom: 24px; }
      section.teaser .event-teaser-wrapper .text-wrapper .scrollDown button {
        align-items: center;
        background: rgba(31, 28, 27, 0.5);
        border: 1px solid rgba(255, 255, 255, 0.48);
        border-radius: 50%;
        color: #fff;
        display: inline-flex;
        height: 44px;
        justify-content: center;
        transition: transform 0.2s ease, background 0.2s ease;
        width: 44px; }
        section.teaser .event-teaser-wrapper .text-wrapper .scrollDown button:hover, section.teaser .event-teaser-wrapper .text-wrapper .scrollDown button:focus {
          background: #c52d48;
          transform: translateY(3px); }

body section.box.container,
body .blog-section > .container {
  padding-bottom: 80px;
  padding-top: 70px; }

body.page-id-19 #page > section.box.container:nth-of-type(1) {
  padding-bottom: 0;
  padding-top: 40px; }
body.page-id-19 #page > section.box.container:nth-of-type(2) {
  padding-bottom: 0;
  padding-top: 0; }
body.page-id-19 #page > section.box.container:nth-of-type(3) {
  padding-bottom: 24px;
  padding-top: 24px; }
body.page-id-19 #page > section.box.container:nth-of-type(4) {
  padding-bottom: 64px;
  padding-top: 0; }

body.page-id-27 #page > section.box.container:nth-of-type(1) {
  padding-bottom: 0; }
body.page-id-27 #page > section.box.container:nth-of-type(2) {
  padding-bottom: 48px;
  padding-top: 0; }
body.page-id-27 #page > section.box.container:nth-of-type(3) {
  padding-bottom: 0;
  padding-top: 0; }

body section .section-header {
  margin: 0 0 34px !important;
  text-align: left; }
  body section .section-header h3,
  body section .section-header h4 {
    color: #322f2e;
    font-size: clamp(30px, 4vw, 48px);
    letter-spacing: -0.04em;
    text-transform: none; }
  body section .section-header p {
    color: #766f6a;
    font-size: 15px;
    margin: 8px 0 0; }
body section .vc_separator.section-header {
  display: block; }
  body section .vc_separator.section-header .vc_sep_holder {
    display: none; }
  body section .vc_separator.section-header h4 {
    display: block;
    padding: 0;
    text-align: left;
    width: 100%; }
    body section .vc_separator.section-header h4:after {
      background: #c52d48;
      content: "";
      display: block;
      height: 4px;
      margin-top: 14px;
      width: 64px; }

body hr {
  border-color: #dedbd8;
  margin: 0;
  padding: 0; }

section .big-events-section .container {
  padding: 0; }
section .big-events-section .event-big-box {
  background: #fff;
  border: 1px solid #dedbd8;
  border-radius: 14px;
  box-shadow: 0 12px 32px rgba(31, 28, 27, 0.055);
  cursor: pointer;
  margin: 0 0 24px;
  overflow: hidden;
  padding: 20px;
  scroll-margin-top: 92px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease; }
  section .big-events-section .event-big-box:hover {
    border-color: rgba(50, 47, 46, 0.24);
    box-shadow: 0 18px 42px rgba(31, 28, 27, 0.09);
    transform: translateY(-2px); }
  section .big-events-section .event-big-box .row {
    align-items: center;
    display: flex;
    flex-wrap: wrap; }
  section .big-events-section .event-big-box .event-image .event-big-image {
    border-radius: 9px;
    overflow: hidden; }
    section .big-events-section .event-big-box .event-image .event-big-image img,
    section .big-events-section .event-big-box .event-image .event-big-image img.img-landscape {
      display: block;
      height: auto;
      max-height: none;
      max-width: none;
      width: 100%; }
  section .big-events-section .event-big-box .event-info.event-info {
    padding: 8px 14px 8px 20px; }
    section .big-events-section .event-big-box .event-info.event-info h2 {
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      color: #322f2e;
      display: -webkit-box;
      font-size: clamp(22px, 2.2vw, 29px);
      letter-spacing: -0.035em;
      line-clamp: 2;
      line-height: 1.16;
      margin: 0 0 14px;
      overflow: hidden;
      text-transform: none; }
    section .big-events-section .event-big-box .event-info.event-info .time-loc {
      display: grid;
      float: none;
      gap: clamp(28px, 5vw, 64px);
      grid-template-columns: max-content minmax(0, 1fr);
      margin-bottom: 18px; }
      section .big-events-section .event-big-box .event-info.event-info .time-loc .date,
      section .big-events-section .event-big-box .event-info.event-info .time-loc .location {
        display: flex;
        flex-direction: column;
        padding: 0;
        text-decoration: none;
        width: auto; }
      section .big-events-section .event-big-box .event-info.event-info .time-loc .date {
        color: #c52d48; }
      section .big-events-section .event-big-box .event-info.event-info .time-loc .location {
        color: #322f2e; }
        section .big-events-section .event-big-box .event-info.event-info .time-loc .location:hover, section .big-events-section .event-big-box .event-info.event-info .time-loc .location:focus {
          color: #a82039;
          text-decoration: none; }
          section .big-events-section .event-big-box .event-info.event-info .time-loc .location:hover .event-meta-value, section .big-events-section .event-big-box .event-info.event-info .time-loc .location:focus .event-meta-value {
            text-decoration: underline;
            text-decoration-thickness: 1px;
            text-underline-offset: 4px; }
      section .big-events-section .event-big-box .event-info.event-info .time-loc .event-meta-label {
        color: #766f6a;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 0.16em;
        line-height: 1.2;
        margin-bottom: 7px;
        text-transform: uppercase; }
      section .big-events-section .event-big-box .event-info.event-info .time-loc .event-meta-value {
        display: block;
        font-family: "Montserrat", sans-serif;
        font-size: 17px;
        font-weight: 700;
        letter-spacing: -0.015em;
        line-height: 1.25; }
    section .big-events-section .event-big-box .event-info.event-info .event-details-toggle {
      background: transparent;
      border: 0;
      border-bottom: 1px solid rgba(197, 45, 72, 0.52);
      border-radius: 0;
      color: #a82039;
      display: inline-block;
      font-size: 13px;
      font-weight: 700;
      letter-spacing: 0.025em;
      line-height: 1.35;
      margin-top: 10px;
      padding: 3px 0 5px;
      transition: border-color 0.2s ease, color 0.2s ease; }
      section .big-events-section .event-big-box .event-info.event-info .event-details-toggle:hover, section .big-events-section .event-big-box .event-info.event-info .event-details-toggle:focus {
        background: transparent;
        border-bottom-color: #c52d48;
        color: #c52d48; }
    section .big-events-section .event-big-box .event-info.event-info .event-details {
      clear: both;
      max-height: 82px;
      overflow: hidden;
      position: relative;
      transition: max-height 0.45s ease;
      width: 100%; }
      section .big-events-section .event-big-box .event-info.event-info .event-details:after {
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 88%);
        bottom: 0;
        content: "";
        height: 48px;
        left: 0;
        pointer-events: none;
        position: absolute;
        right: 0;
        transition: opacity 0.2s ease; }
    section .big-events-section .event-big-box .event-info.event-info .event-details-inner {
      color: #403c39;
      font-size: 16px;
      font-style: normal;
      line-height: 1.7;
      max-width: 75ch; }
      section .big-events-section .event-big-box .event-info.event-info .event-details-inner p {
        font-size: inherit;
        font-style: normal;
        line-height: inherit;
        margin: 0 0 12px;
        padding-bottom: 0; }
      section .big-events-section .event-big-box .event-info.event-info .event-details-inner em {
        font-style: normal; }
      section .big-events-section .event-big-box .event-info.event-info .event-details-inner p:last-child {
        margin-bottom: 0; }
  section .big-events-section .event-big-box.is-expanded .event-info.event-info .event-details {
    max-height: 2000px; }
    section .big-events-section .event-big-box.is-expanded .event-info.event-info .event-details:after {
      opacity: 0; }

section .events-section .event-box {
  margin-bottom: 22px; }
  section .events-section .event-box a .event-container {
    border: 1px solid #dedbd8;
    border-radius: 12px;
    box-shadow: 0 10px 28px rgba(31, 28, 27, 0.07); }
    section .events-section .event-box a .event-container:hover {
      box-shadow: 0 18px 40px rgba(31, 28, 27, 0.12);
      transform: translateY(-3px); }
    section .events-section .event-box a .event-container .event-img {
      background: #efeeec; }
      section .events-section .event-box a .event-container .event-img img {
        height: 100%;
        object-fit: cover; }
      section .events-section .event-box a .event-container .event-img .event-info-overlay {
        background: rgba(31, 28, 27, 0.84); }
    section .events-section .event-box a .event-container .event-hover {
      background: #fff; }
      section .events-section .event-box a .event-container .event-hover h3 {
        color: #322f2e;
        font-family: "Montserrat", sans-serif; }
section .events-section .load-wrapper button {
  background: #c52d48;
  border: 0;
  border-radius: 4px; }

body .team-member {
  background: #fff;
  border: 1px solid #dedbd8;
  border-radius: 12px;
  box-shadow: 0 10px 28px rgba(31, 28, 27, 0.05);
  margin-bottom: 28px !important;
  margin-top: 0 !important;
  overflow: hidden;
  padding-bottom: 20px; }
  body .team-member h6 {
    margin: 0 auto 6px; }
  body .team-member .socials {
    margin: 6px 0 10px; }

body .row:has(> .wpb_column .team-member) {
  display: flex;
  flex-wrap: wrap; }
  body .row:has(> .wpb_column .team-member) > .wpb_column {
    display: flex;
    flex-direction: column; }
    body .row:has(> .wpb_column .team-member) > .wpb_column .vc_column-inner,
    body .row:has(> .wpb_column .team-member) > .wpb_column .wpb_wrapper,
    body .row:has(> .wpb_column .team-member) > .wpb_column .team-member {
      display: flex;
      flex: 1;
      flex-direction: column; }

body .contact-form {
  background: #fff;
  border: 1px solid #dedbd8;
  border-radius: 14px;
  box-shadow: 0 12px 34px rgba(31, 28, 27, 0.06);
  float: none;
  margin: 10px 10% 30px;
  padding: 44px;
  width: 80%; }
  body .contact-form p {
    margin: 0; }
  body .contact-form .row {
    margin-bottom: 26px; }
    body .contact-form .row:last-child {
      margin-bottom: 0; }
  body .contact-form .row .col-xs-12 input[type="text"],
  body .contact-form .row .col-xs-12 input[type="email"],
  body .contact-form .row .col-xs-12 input[type="tel"],
  body .contact-form .row .col-xs-12 textarea {
    background: #f7f7f6;
    border: 1px solid transparent;
    border-radius: 10px;
    color: #322f2e;
    padding: 13px 16px;
    transition: background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease; }
    body .contact-form .row .col-xs-12 input[type="text"]:focus,
    body .contact-form .row .col-xs-12 input[type="email"]:focus,
    body .contact-form .row .col-xs-12 input[type="tel"]:focus,
    body .contact-form .row .col-xs-12 textarea:focus {
      background: #fff;
      border-color: #c52d48;
      box-shadow: 0 0 0 4px rgba(197, 45, 72, 0.13); }
  body .contact-form .row .col-xs-12 textarea {
    height: 140px; }
    body .contact-form .row .col-xs-12 textarea:focus {
      height: 140px; }
  body .contact-form .row .col-xs-12 label {
    color: #766f6a;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.11em;
    margin-bottom: 10px;
    pointer-events: auto;
    position: static;
    text-transform: uppercase; }
  body .contact-form .row .col-xs-12.acceptance-row {
    font-size: 14px; }
    body .contact-form .row .col-xs-12.acceptance-row .wpcf7-list-item {
      margin: 0; }
    body .contact-form .row .col-xs-12.acceptance-row label {
      align-items: flex-start;
      color: #403c39;
      display: flex;
      font-weight: 400;
      gap: 12px;
      letter-spacing: normal;
      text-transform: none; }
    body .contact-form .row .col-xs-12.acceptance-row input[type="checkbox"] {
      accent-color: #c52d48;
      cursor: pointer;
      flex-shrink: 0;
      height: 20px;
      margin-top: 2px;
      width: 20px; }
  body .contact-form .row.submit input {
    appearance: none;
    background: transparent;
    border: 2px solid #c52d48;
    border-radius: 10px;
    box-shadow: none;
    color: #c52d48;
    font-size: 15px;
    font-weight: 700;
    transition: background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, color 0.15s ease, transform 0.15s ease; }
    body .contact-form .row.submit input:hover:not(:disabled), body .contact-form .row.submit input:focus-visible:not(:disabled) {
      background: #a82039;
      border-color: #a82039;
      box-shadow: 0 14px 30px rgba(168, 32, 57, 0.32);
      color: #fff;
      transform: translateY(-1px); }
    body .contact-form .row.submit input:disabled {
      background: transparent;
      border-color: #e4a0ac;
      box-shadow: none;
      color: #e4a0ac;
      cursor: not-allowed; }
  body .contact-form .wpcf7-not-valid-tip {
    color: #a82039;
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin-top: 8px; }
  body .contact-form .hp-field {
    left: -9999px;
    position: absolute;
    top: -9999px; }

.wpcf7-response-output {
  border-radius: 6px;
  font-size: 14px;
  margin: 22px 0 0;
  padding: 14px 18px; }

.wpcf7-form.invalid .wpcf7-response-output,
.wpcf7-form.unaccepted .wpcf7-response-output,
.wpcf7-form.spam .wpcf7-response-output,
.wpcf7-form.aborted .wpcf7-response-output,
.wpcf7-form.failed .wpcf7-response-output {
  background: rgba(197, 45, 72, 0.1);
  border: 1px solid rgba(197, 45, 72, 0.35);
  color: #a82039; }

.wpcf7-form.sent .wpcf7-response-output {
  background: rgba(46, 125, 50, 0.1);
  border: 1px solid rgba(46, 125, 50, 0.35);
  color: #1b5e20; }

.sermons-section {
  background: #fff;
  padding: 60px 0 50px; }
  .sermons-section > h4 {
    color: #322f2e;
    font-size: 29px; }
  .sermons-section .sermon-description {
    color: #766f6a; }

body #backToTop {
  align-items: center;
  background: #322f2e;
  border-radius: 50%;
  box-shadow: 0 8px 24px rgba(31, 28, 27, 0.2);
  cursor: pointer;
  display: flex;
  height: 44px;
  justify-content: center;
  opacity: 0;
  padding: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  visibility: hidden;
  width: 44px; }
  body #backToTop.is-visible {
    opacity: 1;
    pointer-events: auto;
    visibility: visible; }

footer {
  background: #1f1c1b;
  border-top: 5px solid #c52d48; }
  footer .container .inside {
    background: #1f1c1b;
    padding: 68px 0 34px; }
    footer .container .inside h3 {
      color: #fff;
      font-size: 18px;
      letter-spacing: -0.02em;
      margin-bottom: 20px; }
      footer .container .inside h3:after {
        background: #c52d48;
        content: "";
        display: block;
        height: 3px;
        margin-top: 10px;
        width: 34px; }
    footer .container .inside a {
      color: rgba(255, 255, 255, 0.78);
      font-size: 13px;
      font-weight: 400; }
      footer .container .inside a:hover, footer .container .inside a:focus {
        color: #fff; }
    footer .container .inside .main-nav ul li,
    footer .container .inside .main-nav ul li a,
    footer .container .inside .footer-events .footer-event,
    footer .container .inside .contact a {
      line-height: 1.75; }
    footer .container .inside .footer-events .footer-event {
      margin-bottom: 12px; }
      footer .container .inside .footer-events .footer-event .footer-date {
        color: rgba(255, 255, 255, 0.45);
        font-size: 11px;
        letter-spacing: 0.05em;
        line-height: 1.5; }
    footer .container .inside .copyright {
      border-top: 1px solid rgba(255, 255, 255, 0.1);
      color: rgba(255, 255, 255, 0.45);
      font-size: 11px;
      margin-top: 46px;
      padding-top: 24px; }

@media (max-width: 991px) {
  body header .header-wrapper .header-bar nav .title {
    padding-left: 15px; }
  body header .header-wrapper .header-bar nav .nav-overlay .nav-list {
    left: 15px;
    right: 15px;
    width: auto; }

  section.teaser .event-teaser-wrapper .text-wrapper .teaser-text {
    max-width: 540px; } }
@media (max-width: 767px) {
  body {
    font-size: 15px; }

  body header .header-wrapper .header-bar nav .title .brand-monogram {
    flex-basis: 36px;
    height: 36px; }
  body header .header-wrapper .header-bar nav .title .brand-name {
    font-size: 13px; }
  body header .header-wrapper .header-bar nav .title .brand-claim {
    font-size: 9px; }

  section.teaser {
    background-position: 62% center; }
    section.teaser:before {
      background: linear-gradient(180deg, rgba(31, 28, 27, 0.2) 0%, rgba(31, 28, 27, 0.62) 100%); }
    section.teaser .event-teaser-wrapper .auro-wrapper {
      display: none; }
    section.teaser .event-teaser-wrapper .text-wrapper .teaser-text {
      border-left-width: 5px;
      border-radius: 0 10px 10px 0;
      margin-top: -10px;
      padding: 25px 22px 22px;
      top: 48%; }
      section.teaser .event-teaser-wrapper .text-wrapper .teaser-text .event-counter .title a h2 {
        font-size: clamp(24px, 7.6vw, 34px); }
    section.teaser .event-teaser-wrapper .text-wrapper .scrollDown {
      display: none; }

  body section.box.container,
  body .blog-section > .container {
    padding-bottom: 52px;
    padding-top: 48px; }

  body.page-id-19 #page > section.box.container:nth-of-type(1) {
    padding-bottom: 0;
    padding-top: 32px; }
  body.page-id-19 #page > section.box.container:nth-of-type(2) {
    padding-bottom: 0;
    padding-top: 0; }
  body.page-id-19 #page > section.box.container:nth-of-type(3) {
    padding-bottom: 20px;
    padding-top: 20px; }
  body.page-id-19 #page > section.box.container:nth-of-type(4) {
    padding-bottom: 44px;
    padding-top: 0; }

  body.page-id-27 #page > section.box.container:nth-of-type(1) {
    padding-bottom: 0; }
  body.page-id-27 #page > section.box.container:nth-of-type(2) {
    padding-bottom: 32px;
    padding-top: 0; }
  body.page-id-27 #page > section.box.container:nth-of-type(3) {
    padding-bottom: 0;
    padding-top: 0; }

  section .big-events-section .event-big-box {
    padding: 18px; }
    section .big-events-section .event-big-box .event-info.event-info {
      padding: 14px 18px 10px; }
      section .big-events-section .event-big-box .event-info.event-info h2 {
        margin-bottom: 10px; }
      section .big-events-section .event-big-box .event-info.event-info .time-loc {
        grid-template-columns: 1fr;
        gap: 10px;
        margin-bottom: 14px; }
      section .big-events-section .event-big-box .event-info.event-info .event-details-toggle {
        width: auto; }

  body .contact-form {
    margin: 0 0 30px;
    padding: 28px 20px;
    width: 100%; }

  footer .container .inside {
    padding: 48px 0 26px; } }
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto; }

  *,
  *:before,
  *:after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important; } }
