/**
 * Theme Name:  Killaloe Diocese
 * Version: 1.0.4124
 * Theme URI: -
 * Author: -
 * Author URI: -
 * Description: The 2017 theme starter.
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Tags: custom
 * Text Domain: kd
 */
/*
 1. Fonts
 2. Variables
 3. General Resets
 4. Bootstrap Resets
 3. Header
 4. Footer
 5. Home Page
*/
@font-face {
  font-family: 'quicksand-bold';
  src: url("assets/fonts/quicksand-bold/Quicksand-Bold.eot");
  src: url("assets/fonts/quicksand-bold/Quicksand-Bold.eot?#iefix") format("embedded-opentype"), url("assets/fonts/quicksand-bold/Quicksand-Bold.woff2") format("woff2"), url("assets/fonts/quicksand-bold/Quicksand-Bold.woff") format("woff"), url("assets/fonts/quicksand-bold/Quicksand-Bold.ttf") format("truetype"), url("assets/fonts/quicksand-bold/Quicksand-Bold.svg#Quicksand-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Quicksand", sans-serif;
  font-size: 16px;
  font-weight: 400; }

/*Start Globals*/
blockquote {
  border: none; }

.subtitle {
  font-size: 36px;
  font-weight: 400;
  color: #1f7ebf; }

.btn {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  background-color: #1f7ebf;
  border: 1px solid #1f7ebf;
  border-radius: 70px;
  padding: 15px 27px;
  line-height: 7px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s; }
  .btn:hover {
    background-color: #ffffff;
    color: #1f7ebf; }

article {
  background-color: #ffffff;
  margin-bottom: 40px;
  border-radius: 5px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.08); }
  article img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
  article .img-wrapper {
    position: relative;
    display: block; }
    article .img-wrapper img {
      position: absolute;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      left: 50%;
      top: 50%;
      z-index: 9999;
      width: 100%;
      height: auto; }
    article .img-wrapper .placeholder {
      position: relative;
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0);
      z-index: 1;
      left: 0;
      top: 0; }
  article .article-details {
    padding: 20px; }
    article .article-details time {
      color: #98c567;
      font-size: 14px;
      line-height: 26px; }
    article .article-details h3 {
      margin-top: 0;
      margin-bottom: 0;
      color: #434242;
      font-size: 18px;
      font-weight: 400;
      line-height: 24px;
      min-height: 85px; }
      article .article-details h3 a:hover {
        text-decoration: none; }
    article .article-details p {
      font-size: 15px;
      line-height: 18px;
      color: #7f7e7e;
      min-height: 100px; }

.banner {
  background-image: url("assets/img/banner.jpg");
  background-position: bottom center;
  background-repeat: repeat-x;
  background-size: cover;
  padding-top: 71px;
  padding-bottom: 88px;
  min-height: 190px; }
  .banner h1 {
    font-size: 36px;
    font-weight: 400;
    line-height: 26px;
    color: #ffffff;
    margin: 0; }
  .banner.banner-donate {
    background-image: url("assets/img/banner-donate.jpg");
    background-position: center center; }
    .banner.banner-donate h1 {
      color: #2e87c3; }
    .banner.banner-donate .container {
      position: relative; }
      .banner.banner-donate .container .logo {
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%); }
        .banner.banner-donate .container .logo img {
          width: 170px;
          height: auto; }
    .banner.banner-donate .breadcrumb li a,
    .banner.banner-donate .breadcrumb li span {
      color: #676565; }
    .banner.banner-donate .breadcrumb > li + li::before {
      color: #676565; }

.filters {
  text-align: center;
  padding: 40px 0 0 0;
  background: #e6f2f9; }
  .filters ul {
    display: inline-block;
    text-transform: uppercase; }
    .filters ul a:focus, .filters ul a:active, .filters ul a:hover {
      background: transparent;
      color: #84939e; }

.title-line {
  position: relative;
  margin-top: 0;
  margin-bottom: 23px; }
  .title-line span {
    font-size: 36px;
    line-height: 40px;
    font-weight: 400;
    color: #1f7ebf;
    background-color: #e6f2f9;
    position: relative;
    z-index: 20;
    padding-right: 25px; }
  .title-line .line {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    height: 1px;
    background-color: #9fddfd;
    z-index: 1; }
    .title-line .line.red-line {
      background-color: #d83324; }

.panel-group {
  margin-bottom: 0; }
  .panel-group .panel-heading {
    background-color: #1f7ebf;
    border-radius: unset;
    border: none;
    padding: 0;
    position: relative; }
    .panel-group .panel-heading a {
      display: block;
      color: #ffffff;
      font-size: 18px;
      line-height: 26px;
      font-weight: 400;
      padding: 10px 10px 10px 50px; }
      .panel-group .panel-heading a:hover, .panel-group .panel-heading a:focus, .panel-group .panel-heading a:active {
        text-decoration: none; }
    .panel-group .panel-heading.active {
      background-color: #55ade5;
      border: none; }
      .panel-group .panel-heading.active span {
        transform: rotate(90deg); }
    .panel-group .panel-heading span {
      background-color: transparent;
      color: #ffffff;
      -webkit-transition: all 0.2s ease-in-out 0s;
      -moz-transition: all 0.2s ease-in-out 0s;
      -ms-transition: all 0.2s ease-in-out 0s;
      -o-transition: all 0.2s ease-in-out 0s;
      transition: all 0.2s ease-in-out 0s;
      position: absolute;
      top: 14px;
      left: 16px; }
  .panel-group .collapsing {
    background-color: #f4fcfd; }
  .panel-group .panel-default {
    border: none; }
    .panel-group .panel-default .panel-body {
      margin-top: 6px;
      padding: 26px 0 28px 0;
      background-color: #f4fcfd;
      border: none !important; }
      .panel-group .panel-default .panel-body p a {
        color: #6b6b6c;
        font-weight: 400; }

h3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: #1f7ebf;
  margin-top: 0;
  margin-bottom: 0; }

.parish-box {
  margin-left: 11px;
  margin-right: 8px; }
  .parish-box h1 {
    margin-top: 0;
    margin-bottom: 62px;
    font-size: 36px;
    line-height: 26px;
    font-weight: 400;
    color: #1f7ebf; }
  .parish-box .box-address {
    border-right: 1px solid #bababa;
    min-height: 89px; }
    .parish-box .box-address.border-none {
      border: none; }
    .parish-box .box-address h6 {
      font-size: 18px;
      line-height: 10px;
      font-weight: 400;
      color: #131313;
      margin-bottom: 10px; }
    .parish-box .box-address p,
    .parish-box .box-address address,
    .parish-box .box-address a {
      font-size: 16px;
      line-height: 24px;
      color: #8b8b8b; }
    .parish-box .box-address ul {
      padding: 0; }
    .parish-box .box-address li {
      list-style-type: none; }
    .parish-box .box-address .cta-box {
      background-color: #d8ecfa;
      border: 1px solid #3b93d2;
      border-radius: 25px;
      padding-top: 24px;
      padding-bottom: 30px; }
      .parish-box .box-address .cta-box p {
        margin: 0; }
      .parish-box .box-address .cta-box .cta-title {
        color: #1f7ebf;
        font-size: 18px;
        line-height: 26px; }
      .parish-box .box-address .cta-box .cta-pdf {
        color: #1473b3;
        font-size: 18px;
        line-height: 30px;
        font-weight: 500; }
  .parish-box .btn-donations {
    position: relative;
    padding: 15px 25px 15px 60px;
    border: 1px solid #f8d6a8;
    display: inline-block;
    font-size: 19px;
    line-height: 20px;
    color: #f26a36;
    font-weight: 500;
    background-color: #fef0dd;
    border-radius: 20px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s; }
    .parish-box .btn-donations:after {
      content: '';
      background-image: url("assets/img/heart-btn.png");
      width: 30px;
      height: 25px;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      position: absolute;
      top: 50%;
      left: 17px;
      -webkit-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%); }
  .parish-box .forms h3 {
    margin-top: 15px;
    font-size: 18px;
    line-height: 24px;
    color: #131313; }
  .parish-box .forms ul {
    padding-left: 0;
    list-style: none; }
    .parish-box .forms ul li a {
      font-size: 16px;
      line-height: 24px;
      color: #8b8b8b; }

.table thead tr th {
  border-bottom: 2px solid #e9f2f7; }

table {
  text-align: center;
  margin-bottom: 0; }
  table th {
    background-color: #c2dbed;
    color: #504f4f;
    line-height: 30px;
    font-weight: 400;
    text-transform: uppercase; }
  table td {
    background-color: #dbeaf6;
    color: #6b6b6c; }
  table th,
  table td {
    border: 2px solid #e9f2f7;
    text-align: center;
    min-width: 130px; }
  table .sunday {
    background-color: #ebdaa3; }
  table .saturday {
    background-color: #ebcaa3; }
  table .sunday-schedule {
    background-color: #f4edd3; }
  table .saturday-schedule {
    background-color: #f2dec6; }
  table .holydays {
    background-color: #d5e3c6; }
  table .holydays-schedule {
    background-color: #ebf4e1; }
  table .notes {
    background-color: #cccbea;
    color: #464389;
    font-size: 18px;
    line-height: 26px;
    vertical-align: middle;
    padding: 5px; }
  table .additional-notes {
    background-color: #d6d9ef;
    color: #585858;
    line-height: 24px;
    text-align: left;
    padding-left: 24px; }
    table .additional-notes span {
      display: block; }

.wrapper-content {
  padding-top: 45px;
  padding-left: 49px;
  padding-right: 49px; }
  .wrapper-content p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #8b8b8b;
    padding: 0;
    margin-bottom: 30px; }
    .wrapper-content p:last-child {
      margin-bottom: 50px; }

.gallery {
  max-width: 1030px;
  margin: auto;
  padding-top: 40px; }
  .gallery > .row {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 6px; }
    .gallery > .row > [class*='col-'] {
      padding-right: 10px;
      padding-left: 10px; }
  .gallery a {
    display: block; }
    .gallery a.gallery-image {
      margin-bottom: 25px; }
      .gallery a.gallery-image .img-thumbnail {
        border-radius: unset; }

.news-article {
  padding: 0;
  margin: 0;
  background-color: transparent;
  margin-top: 20px; }
  .news-article a {
    color: #ffffff; }
    .news-article a:hover {
      text-decoration: none; }
  .news-article li {
    color: #ffffff;
    line-height: 24px; }
    .news-article li.active {
      color: #ffffff; }

.wrapper-resources .wrapper {
  padding-top: 20px;
  padding-bottom: 15px;
  border-bottom: 5px solid #ffffff; }
  .wrapper-resources .wrapper:last-child {
    border-bottom: none; }
  .wrapper-resources .wrapper img {
    width: 81px;
    height: 81px;
    margin-top: 10px; }
  .wrapper-resources .wrapper .description h6 {
    font-size: 18px;
    line-height: 26px;
    color: #1f7ebf;
    margin: 0; }
  .wrapper-resources .wrapper .description time {
    font-size: 14px;
    line-height: 26px;
    color: #1f7ebf; }
  .wrapper-resources .wrapper .description p {
    line-height: 26px;
    color: #6e6e6f;
    margin-bottom: 0; }
  .wrapper-resources .wrapper .text-center {
    padding-top: 18px; }
    .wrapper-resources .wrapper .text-center span {
      display: block;
      color: #1f7ebf; }
    .wrapper-resources .wrapper .text-center .btn {
      margin-top: 5px;
      margin-bottom: 10px;
      font-weight: 400;
      padding-left: 20px;
      padding-right: 15px;
      padding-top: 10px;
      padding-bottom: 10px; }
      .wrapper-resources .wrapper .text-center .btn:hover {
        background-color: #5cbaf6;
        border: 1px solid #5cbaf6;
        color: #ffffff;
        font-weight: 400; }
      .wrapper-resources .wrapper .text-center .btn i {
        padding-left: 9px; }

.wrapper-resources .wrapper-color {
  background-color: #deeff9; }

.nav-tabs {
  margin-left: 20px;
  margin-right: 20px;
  border-bottom: 0; }
  .nav-tabs li {
    background-color: #ffffff;
    width: 20%;
    text-align: center; }
    .nav-tabs li:hover a, .nav-tabs li.active a {
      background-color: #e9f2f7;
      color: #2b85c2;
      border: 0; }
      .nav-tabs li:hover a:hover, .nav-tabs li:hover a:focus, .nav-tabs li.active a:hover, .nav-tabs li.active a:focus {
        background-color: #e9f2f7;
        color: #2b85c2;
        border: 0; }
    .nav-tabs li a {
      line-height: 24px;
      color: #616161;
      border: none;
      margin-right: 0;
      padding-top: 20px;
      padding-bottom: 20px;
      text-transform: uppercase;
      border-radius: unset; }
      .nav-tabs li a:active, .nav-tabs li a:hover {
        background-color: #e9f2f7;
        border: none;
        color: #2b85c2; }
  .nav-tabs i {
    font-size: 30px;
    margin-bottom: 6px;
    display: block; }

.event {
  border-bottom: 1px solid #e2edf2;
  padding-top: 20px;
  padding-bottom: 23px;
  position: relative; }
  .event time {
    line-height: 26px;
    color: #d19904; }
  .event i {
    color: #2e87c3; }
  .event .arrow {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid #d7e9f2;
    margin-top: -18px;
    float: right;
    background-color: #d7e9f2;
    color: #55b4fa;
    position: absolute;
    bottom: 27px;
    right: 23px;
    text-align: center;
    font-weight: 700;
    line-height: 20px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s; }
    .event .arrow:hover {
      background-color: #ffffff;
      border: 1px solid #ffffff;
      color: #55b4fa; }

.box-priest {
  border-bottom: 1px solid #d3d3d3;
  padding-top: 50px;
  padding-bottom: 55px;
  margin-left: 55px;
  margin-right: 60px; }
  .box-priest:last-child {
    border-bottom: none; }
  .box-priest:first-child {
    padding-top: 13px; }
  .box-priest .img-priest {
    text-align: right;
    padding-right: 37px; }
  .box-priest .wrapper-content-priest h4 {
    line-height: 30px;
    font-weight: 400;
    color: #131313;
    margin-top: -8px;
    margin-bottom: 10px; }
    .box-priest .wrapper-content-priest h4 a {
      color: #131313; }
  .box-priest .wrapper-content-priest a {
    display: block;
    color: #3a8dc6;
    line-height: 24px; }
  .box-priest .wrapper-content-priest .details {
    line-height: 24px;
    color: #8b8b8b; }
    .box-priest .wrapper-content-priest .details:hover {
      text-decoration: none; }
  .box-priest .wrapper-content-priest p {
    line-height: 24px;
    color: #868686;
    margin-bottom: 25px; }
  .box-priest .wrapper-content-priest .priest-box-content {
    margin-top: 15px;
    margin-bottom: 20px; }
  .box-priest .parish {
    color: #8b8b8b;
    margin-bottom: 10px;
    display: block; }
    .box-priest .parish a {
      display: inline;
      color: #8b8b8b; }

.gform_wrapper {
  margin-bottom: 0; }
  .gform_wrapper h3.gform_title {
    color: #1f7ebf;
    font-size: 36px;
    line-height: 26px;
    font-weight: 400;
    text-align: center;
    margin-top: 0;
    margin-bottom: 60px; }
  .gform_wrapper .gform_body label.gfield_label {
    display: none; }
  .gform_wrapper .gform_body .gfield {
    margin-top: 0;
    margin-bottom: 24px; }
  .gform_wrapper .gform_body input::placeholder,
  .gform_wrapper .gform_body textarea::placeholder {
    color: #8b8b8b;
    text-transform: capitalize; }
  .gform_wrapper .gform_body input,
  .gform_wrapper .gform_body textarea {
    border: 1px solid #96c3e1; }
  .gform_wrapper .gform_footer {
    text-align: center; }
    .gform_wrapper .gform_footer input.button {
      background-color: #1f7ebf;
      border: 1px solid #1f7ebf;
      border-radius: 50px;
      text-transform: uppercase;
      font-size: 16px;
      line-height: 24px;
      color: #ffffff;
      margin: 0;
      padding-top: 7px;
      padding-bottom: 7px;
      padding-left: 25px;
      padding-right: 28px;
      -webkit-transition: all 0.2s ease-in-out 0s;
      -moz-transition: all 0.2s ease-in-out 0s;
      -ms-transition: all 0.2s ease-in-out 0s;
      -o-transition: all 0.2s ease-in-out 0s;
      transition: all 0.2s ease-in-out 0s; }
      .gform_wrapper .gform_footer input.button:hover {
        background-color: #ffffff;
        color: #1f7ebf; }
  .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 18px; }

.ui-checkboxradio-label {
  position: relative;
  padding-left: 18px !important;
  font-size: 12px !important;
  line-height: 16px !important;
  font-weight: 400;
  color: #1f7ebf; }
  .ui-checkboxradio-label .ui-checkboxradio-icon {
    position: absolute;
    top: 3px;
    left: 0;
    border: 1px solid #1f7ebf;
    width: 10px;
    height: 10px; }

.ui-state-active {
  border: none;
  background: transparent;
  font-weight: 400 !important; }

.ui-icon-check {
  background-position: -67px -149px; }

.breadcrumb > li + li::before {
  padding: 0px 13px;
  content: "\00BB"; }

.media-icon {
  padding-left: 0;
  padding-top: 11px; }
  .media-icon li a {
    padding: 4px; }
    .media-icon li a i {
      width: 22px;
      height: 22px;
      border-radius: 50%;
      color: #ffffff;
      font-size: 14px;
      padding-top: 4px; }
      .media-icon li a i.twitter {
        background-color: #65b8e3; }
      .media-icon li a i.facebook {
        background-color: #5170a7; }
      .media-icon li a i.instagram {
        background-color: #1f7ebf; }
      .media-icon li a i.vimeo {
        background-color: #65b8e3; }

/*End Globals*/
/*Start header*/
header .navbar-default {
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.27);
  background-color: #ffffff;
  border: none;
  margin-bottom: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  padding-top: 18px; }
  header .navbar-default .navbar-brand {
    position: relative;
    padding: 0;
    height: auto;
    margin: 15px; }
    header .navbar-default .navbar-brand .logo-light {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0; }
  header .navbar-default .nav-top ul.follow li {
    color: #84939e; }
    header .navbar-default .nav-top ul.follow li a {
      font-size: 15px;
      line-height: 26px;
      color: #84939e;
      padding: 15px;
      -webkit-transition: all 0.2s ease-in-out 0s;
      -moz-transition: all 0.2s ease-in-out 0s;
      -ms-transition: all 0.2s ease-in-out 0s;
      -o-transition: all 0.2s ease-in-out 0s;
      transition: all 0.2s ease-in-out 0s; }
      header .navbar-default .nav-top ul.follow li a:hover {
        color: #434242; }
    header .navbar-default .nav-top ul.follow li.current-menu-item a {
      color: #434242; }
    header .navbar-default .nav-top ul.follow li.menu-item-donate a {
      background-color: #e96038 !important;
      border-radius: 20px;
      color: #FFF;
      padding: 2px 20px;
      margin-top: 13px;
      font-weight: bold; }
      header .navbar-default .nav-top ul.follow li.menu-item-donate a:hover {
        text-decoration: underline; }
      header .navbar-default .nav-top ul.follow li.menu-item-donate a i {
        font-size: 14px;
        color: #FFF;
        display: inline-block;
        margin-right: 7px; }
  header .navbar-default .nav-top ul.media-icon {
    padding-left: 0;
    padding-top: 11px; }
    header .navbar-default .nav-top ul.media-icon li a {
      padding: 4px; }
      header .navbar-default .nav-top ul.media-icon li a i {
        width: 22px;
        height: 22px;
        border-radius: 50%;
        color: #ffffff;
        font-size: 14px;
        padding-top: 4px; }
        header .navbar-default .nav-top ul.media-icon li a i.twitter {
          background-color: #65b8e3; }
        header .navbar-default .nav-top ul.media-icon li a i.facebook {
          background-color: #5170a7; }
        header .navbar-default .nav-top ul.media-icon li a i.instagram {
          background-color: #1f7ebf; }
        header .navbar-default .nav-top ul.media-icon li a i.vimeo {
          background-color: #65b8e3; }
    header .navbar-default .nav-top ul.media-icon li.follows {
      padding-top: 4px;
      padding-left: 22px;
      padding-right: 10px;
      font-size: 15px;
      line-height: 26px;
      color: #84939e; }
  header .navbar-default .nav-bottom .navbar-nav.menu li {
    position: relative;
    padding-bottom: 28px; }
    header .navbar-default .nav-bottom .navbar-nav.menu li a {
      color: #1f7ebf;
      font-family: "Quicksand", sans-serif;
      font-size: 19px;
      line-height: 26px;
      padding: 0 17px;
      font-weight: 400;
      -webkit-transition: all 0.2s ease-in-out 0s;
      -moz-transition: all 0.2s ease-in-out 0s;
      -ms-transition: all 0.2s ease-in-out 0s;
      -o-transition: all 0.2s ease-in-out 0s;
      transition: all 0.2s ease-in-out 0s; }
      header .navbar-default .nav-bottom .navbar-nav.menu li a:hover {
        color: #6abbea; }
      header .navbar-default .nav-bottom .navbar-nav.menu li a.btn {
        padding-top: 7px;
        padding-bottom: 7px;
        padding-right: 40px;
        padding-left: 15px;
        margin-top: -7px;
        border-radius: 70px;
        border-color: #2d96de;
        font-weight: 500;
        font-size: 15px;
        line-height: 25px;
        color: #2d96de;
        background-color: #ffffff; }
        header .navbar-default .nav-bottom .navbar-nav.menu li a.btn span {
          position: absolute;
          right: 7%;
          bottom: 25%;
          background-color: #1f7ebf;
          border-radius: 50%;
          color: #ffffff;
          width: 20px;
          height: 20px;
          display: block;
          float: right;
          line-height: 17px;
          text-align: center;
          font-family: "Quicksand", sans-serif; }
    header .navbar-default .nav-bottom .navbar-nav.menu li.current-menu-ancestor a, header .navbar-default .nav-bottom .navbar-nav.menu li.current-menu-item a {
      color: #6abbea; }
    header .navbar-default .nav-bottom .navbar-nav.menu li.button {
      margin-bottom: 20px;
      padding-bottom: 0; }
    header .navbar-default .nav-bottom .navbar-nav.menu li .sub-menu {
      display: none;
      list-style-type: none;
      position: absolute;
      top: 54px;
      left: 0;
      background-color: #55ade5;
      padding-left: 0;
      width: 222px; }
      header .navbar-default .nav-bottom .navbar-nav.menu li .sub-menu li {
        padding-bottom: 0;
        width: 100%; }
        header .navbar-default .nav-bottom .navbar-nav.menu li .sub-menu li a {
          display: inline-block;
          padding: 4px 20px;
          text-decoration: none;
          font-size: 16px;
          line-height: 36px;
          color: #ffffff;
          width: 100%; }
          header .navbar-default .nav-bottom .navbar-nav.menu li .sub-menu li a:hover {
            background-color: #2e87c3; }
    header .navbar-default .nav-bottom .navbar-nav.menu li:hover .sub-menu {
      display: block; }

header .form-search {
  border: 1px solid #2d96de;
  background: #FFF;
  border-radius: 70px;
  padding-left: 7px;
  padding-right: 7px; }
  header .form-search input {
    background: transparent;
    border: 0; }
    header .form-search input.form-control {
      width: 85px;
      box-shadow: none;
      text-transform: uppercase;
      padding-top: 0;
      line-height: 24px;
      height: 24px;
      padding-bottom: 0;
      font-size: 14px;
      -webkit-transition: all 0.2s ease-in-out 0s;
      -moz-transition: all 0.2s ease-in-out 0s;
      -ms-transition: all 0.2s ease-in-out 0s;
      -o-transition: all 0.2s ease-in-out 0s;
      transition: all 0.2s ease-in-out 0s; }
      header .form-search input.form-control:focus {
        width: 150px; }
  header .form-search button {
    padding: 3px;
    font-size: 7px; }

/*End header*/
.finder .collapse, .finder.collapse {
  display: block; }

/*Start footer*/
footer {
  background: -moz-linear-gradient(top, #1f7ebf 1%, #236ca5 84%);
  background: -webkit-linear-gradient(top, #1f7ebf 1%, #236ca5 84%);
  background: linear-gradient(to bottom, #1f7ebf 1%, #236ca5 84%); }
  footer form label {
    font-size: 24px;
    color: #FFF;
    font-weight: 300; }
  footer form .form-group {
    margin-right: 10px; }
  footer form input {
    border: 1px solid #6ebee4;
    color: #6ebee4;
    padding: 10px;
    font-size: 16px;
    line-height: 20px;
    background: transparent;
    max-width: 170px; }
  footer form button {
    background: #6ebee4;
    border: 0;
    color: #2271ad;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 20px;
    padding: 10px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s; }
    footer form button:hover {
      background: rgba(110, 190, 228, 0.8); }
  footer form p {
    color: #83b7db;
    font-size: 16px;
    margin-top: 10px; }
  footer .footer-top.border-bottom {
    border-bottom: 1px solid #6ebee4; }
  footer .footer-top .col-lg-25 {
    width: 20%;
    border-left: 1px solid #6ebee4;
    padding-top: 44px;
    padding-bottom: 44px;
    font-size: 24px;
    line-height: 22px; }
    footer .footer-top .col-lg-25:last-child {
      border-right: 1px solid #6ebee4; }
    footer .footer-top .col-lg-25 a {
      color: #6ebee4;
      -webkit-transition: all 0.2s ease-in-out 0s;
      -moz-transition: all 0.2s ease-in-out 0s;
      -ms-transition: all 0.2s ease-in-out 0s;
      -o-transition: all 0.2s ease-in-out 0s;
      transition: all 0.2s ease-in-out 0s; }
      footer .footer-top .col-lg-25 a:hover {
        text-decoration: none;
        color: #f6f6f6; }
    footer .footer-top .col-lg-25 i {
      padding-right: 10px; }
  footer .footer-bottom {
    padding-top: 44px;
    padding-bottom: 37px; }
    footer .footer-bottom .wrapper-footer-bottom {
      margin-bottom: 35px; }
      footer .footer-bottom .wrapper-footer-bottom img {
        margin-left: -15px; }
      footer .footer-bottom .wrapper-footer-bottom .menu-footer li,
      footer .footer-bottom .wrapper-footer-bottom .social-media li {
        list-style-type: none;
        display: inline-block; }
      footer .footer-bottom .wrapper-footer-bottom .menu-footer {
        padding-left: 0;
        padding-top: 20px;
        margin: 0; }
        footer .footer-bottom .wrapper-footer-bottom .menu-footer li {
          padding-right: 34px; }
          footer .footer-bottom .wrapper-footer-bottom .menu-footer li:last-child {
            padding-right: 0; }
          footer .footer-bottom .wrapper-footer-bottom .menu-footer li a {
            color: #f6f6f6;
            font-size: 18px;
            line-height: 26px;
            -webkit-transition: all 0.2s ease-in-out 0s;
            -moz-transition: all 0.2s ease-in-out 0s;
            -ms-transition: all 0.2s ease-in-out 0s;
            -o-transition: all 0.2s ease-in-out 0s;
            transition: all 0.2s ease-in-out 0s; }
            footer .footer-bottom .wrapper-footer-bottom .menu-footer li a:hover {
              text-decoration: none;
              color: #6ebee4; }
      footer .footer-bottom .wrapper-footer-bottom .social-media {
        padding-left: 0;
        padding-top: 10px;
        margin-left: -28px;
        margin-right: -19px;
        margin-bottom: 0; }
        footer .footer-bottom .wrapper-footer-bottom .social-media i {
          width: 36px;
          height: 36px;
          border-radius: 50%;
          background-color: #b5d4eb;
          margin: 3px;
          font-size: 18px;
          line-height: 36px;
          color: #2175b2;
          -webkit-transition: all 0.2s ease-in-out 0s;
          -moz-transition: all 0.2s ease-in-out 0s;
          -ms-transition: all 0.2s ease-in-out 0s;
          -o-transition: all 0.2s ease-in-out 0s;
          transition: all 0.2s ease-in-out 0s; }
          footer .footer-bottom .wrapper-footer-bottom .social-media i:hover {
            background-color: #6ebee4; }
    footer .footer-bottom .list-inline {
      margin-top: 0;
      margin-bottom: 25px;
      line-height: 24px;
      color: #83b7db; }
      footer .footer-bottom .list-inline a {
        margin: 0;
        line-height: 24px;
        color: #83b7db;
        -webkit-transition: all 0.2s ease-in-out 0s;
        -moz-transition: all 0.2s ease-in-out 0s;
        -ms-transition: all 0.2s ease-in-out 0s;
        -o-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s; }
        footer .footer-bottom .list-inline a:hover {
          text-decoration: none;
          color: #ffffff; }
      footer .footer-bottom .list-inline .privacy-policy {
        font-weight: 500; }
        footer .footer-bottom .list-inline .privacy-policy a {
          -webkit-transition: all 0.2s ease-in-out 0s;
          -moz-transition: all 0.2s ease-in-out 0s;
          -ms-transition: all 0.2s ease-in-out 0s;
          -o-transition: all 0.2s ease-in-out 0s;
          transition: all 0.2s ease-in-out 0s; }
    footer .footer-bottom .copyright {
      display: inline-block;
      width: 100%;
      text-align: center;
      color: #83b7db; }
      footer .footer-bottom .copyright a {
        color: #83b7db;
        -webkit-transition: all 0.2s ease-in-out 0s;
        -moz-transition: all 0.2s ease-in-out 0s;
        -ms-transition: all 0.2s ease-in-out 0s;
        -o-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s; }
        footer .footer-bottom .copyright a:hover {
          color: #fff;
          text-decoration: none; }

/*End footer*/
/*Start sliders*/
.sliders {
  position: relative; }
  .sliders .slider {
    display: none; }
    .sliders .slider.slick-initialized {
      display: block; }
  .sliders .slide {
    width: 100vw;
    height: 100vh; }
  .sliders .bg-full {
    background-position: center center;
    background-repeat: repeat-x;
    background-size: cover; }
  .sliders .slide-box {
    position: absolute;
    bottom: 54px;
    left: 0;
    width: 100%;
    z-index: 2; }
  .sliders .slide-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+99&0+0,0.5+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 99%, rgba(0, 0, 0, 0.5) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 99%, rgba(0, 0, 0, 0.5) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 99%, rgba(0, 0, 0, 0.5) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );
    /* IE6-9 */ }
  .sliders h1 {
    font-size: 48px;
    font-weight: 500;
    line-height: 60px;
    color: #ffffff;
    margin-top: 0; }
  .sliders p {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    color: #ffffff;
    margin-bottom: 30px; }
  .sliders .slick-dots {
    position: absolute;
    bottom: 8px;
    left: 0;
    width: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .sliders .slick-dots li {
      display: inline-block; }
      .sliders .slick-dots li button {
        padding: 0;
        margin: 6px;
        width: 13px;
        height: 13px;
        background-color: #ffffff;
        border: 1px solid #ffffff;
        border-radius: 50%;
        text-indent: 100px;
        overflow: hidden; }
      .sliders .slick-dots li.slick-active button {
        background-color: #2e87c3;
        border: 1px solid #2e87c3; }

/*End sliders*/
/*Start intro*/
.intro {
  padding: 53px 0;
  background-color: #ffffff;
  font-family: "Quicksand", sans-serif; }
  .intro h2 {
    margin-bottom: 63px; }
  .intro .content {
    max-width: 950px;
    margin-left: auto;
    margin-right: auto; }
    .intro .content p {
      color: #84939e;
      margin-bottom: 39px; }
      .intro .content p:last-child {
        margin-bottom: 23px; }

/*End intro*/
.welcome h2 {
  font-size: 26px;
  margin-bottom: 30px; }
  .welcome h2 span {
    max-width: 210px;
    vertical-align: middle;
    display: inline-block; }

.welcome .img {
  border-radius: 50%;
  border: 5px solid #e6f2f9;
  max-width: 400px;
  margin: auto;
  margin-top: -70px;
  width: 100%; }

/* Start message-box */
.message-box {
  padding-top: 40px;
  padding-bottom: 60px; }
  .message-box .title-line {
    margin-bottom: 45px; }
    .message-box .title-line span {
      background: #fff; }
  .message-box .content {
    max-width: 490px; }
    .message-box .content p {
      margin-bottom: 25px;
      line-height: 24px;
      color: #8b8b8b; }
  .message-box img {
    width: 552px;
    height: auto; }

/* End message-box */
/*Start grid*/
.bg-info {
  background-color: rgba(5, 120, 197, 0.88); }

.bg-danger {
  background-color: #e47411; }

.bg-warning {
  background-color: #d7a209; }

.grid {
  padding-top: 85px;
  padding-bottom: 52px;
  color: #fff; }
  .grid .container {
    max-width: 1230px;
    width: 100%; }
  .grid .row {
    margin-left: -4px;
    margin-right: -4px; }
    .grid .row [class*="col-"] {
      padding-left: 4px;
      padding-right: 4px; }
  .grid .img-placeholder {
    width: 100%; }
  .grid .box-one,
  .grid .box-two,
  .grid .box-three,
  .grid .box-four {
    position: relative;
    margin-bottom: 8px; }
  .grid .box-one .placeholder .img-placeholder {
    opacity: 0; }
  .grid .box-one .inner-box {
    padding: 20px; }
    .grid .box-one .inner-box h2 {
      font-size: 24px; }
  .grid .box-one .btn-link {
    padding: 0;
    border: none; }
    .grid .box-one .btn-link:hover {
      color: #fff; }
  .grid .box-two .placeholder {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 235px 215px; }
    .grid .box-two .placeholder .img-placeholder {
      opacity: 0; }
  .grid .box-two .inner-box {
    padding-left: 50px;
    padding-right: 50px;
    bottom: 65px;
    text-align: center; }
  .grid .box-two .mask-bg-danger {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: radial-gradient(#ec9a15, #e57b11);
    background: -moz-radial-gradient(#ec9a15, #e57b11);
    background: -webkit-radial-gradient(#ec9a15, #e57b11);
    z-index: -1; }
  .grid .box-two .mask-bg-warning {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: radial-gradient(#e3bc0d, #daa80a);
    background: -moz-radial-gradient(#e3bc0d, #daa80a);
    background: -webkit-radial-gradient(#e3bc0d, #daa80a);
    z-index: -1; }
  .grid .box-two .mask-bg-info {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: radial-gradient(#0e87d2, #0477c4);
    background: -moz-radial-gradient(#0e87d2, #0477c4);
    background: -webkit-radial-gradient(#0e87d2, #0477c4);
    z-index: -1; }
  .grid .box-two .btn {
    padding: 8px 20px; }
  .grid .box-two .btn-link:active, .grid .box-two .btn-link:focus {
    color: #fff; }
  .grid .box-three .placeholder {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 440px; }
    .grid .box-three .placeholder .img-placeholder-long,
    .grid .box-three .placeholder .img-responsive-short {
      opacity: 0;
      width: 100%; }
  .grid .box-three .inner-box {
    position: absolute;
    top: 100px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    text-align: center; }
    .grid .box-three .inner-box h2 {
      margin-bottom: 40px; }
    .grid .box-three .inner-box ul li {
      margin-bottom: 13px; }
  .grid .box-three.long .img-placeholder-short {
    display: none; }
  .grid .box-three.short {
    background-position-y: 350px; }
    .grid .box-three.short .img-placeholder-short {
      display: block; }
    .grid .box-three.short .img-placeholder-long {
      display: none; }
  .grid .box-three .btn {
    padding: 8px 20px; }
  .grid .box-three .btn-link:active, .grid .box-three .btn-link:focus {
    color: #fff; }
  .grid .box-three .mask-bg-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, #3198f3 0%, #50b2f3 100%);
    background: -webkit-linear-gradient(top, #3198f3 0%, #50b2f3 100%);
    background: linear-gradient(top, #3198f3 0%, #50b2f3 100%);
    z-index: -1; }
  .grid .box-four {
    overflow: hidden; }
    .grid .box-four .placeholder {
      background-color: #50b2f3; }
    .grid .box-four .inner-box {
      display: inline-block;
      color: #fff;
      padding: 5px 10px;
      font-weight: 400;
      font-size: 25px;
      -webkit-transition: all 0.2s ease-in-out 0s;
      -moz-transition: all 0.2s ease-in-out 0s;
      -ms-transition: all 0.2s ease-in-out 0s;
      -o-transition: all 0.2s ease-in-out 0s;
      transition: all 0.2s ease-in-out 0s; }
      .grid .box-four .inner-box h2 {
        font-size: 24px; }
      .grid .box-four .inner-box.bg-danger {
        background-color: rgba(231, 126, 17, 0.8); }
        .grid .box-four .inner-box.bg-danger:hover {
          background-color: rgba(231, 126, 17, 0.9);
          text-decoration: none; }
      .grid .box-four .inner-box.bg-warning {
        background-color: rgba(219, 171, 11, 0.9); }
        .grid .box-four .inner-box.bg-warning:hover {
          background-color: rgba(219, 171, 11, 0.9);
          text-decoration: none; }
      .grid .box-four .inner-box img {
        display: inline-block;
        width: 18px;
        height: auto;
        position: absolute;
        right: 10px;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%); }
  .grid .inner-box {
    width: 100%;
    position: absolute;
    bottom: 0; }
    .grid .inner-box h2 {
      margin-top: 0;
      margin-bottom: 10px;
      font-weight: 400;
      font-size: 26px;
      line-height: 30px; }
    .grid .inner-box p {
      margin-bottom: 0; }
    .grid .inner-box ul {
      padding: 0;
      margin-bottom: 30px;
      list-style: none; }
      .grid .inner-box ul li a {
        color: #fff; }
    .grid .inner-box .btn-link {
      background: transparent;
      border-color: #fff;
      font-size: 16px;
      line-height: 24px;
      font-weight: 400; }
      .grid .inner-box .btn-link:hover {
        color: #fff; }

/*End grid*/
/*Start news*/
.news {
  background-color: #e6f2f9;
  padding: 40px 0 80px 0; }
  .news h2 {
    margin-bottom: 28px;
    font-size: 36px;
    line-height: 26px; }
  .news p {
    color: #616060;
    line-height: 24px; }
  .news .section-title-box {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px; }
  .news .container {
    max-width: 900px; }
  .news .col-sm-4 {
    padding: 10px; }
  .news .read-more {
    color: #2e87c3;
    line-height: 26px; }
    .news .read-more i {
      padding: 10px;
      font-family: "Quicksand", sans-serif;
      font-size: 16px; }
  .news .slider .slide {
    padding-left: 10px;
    padding-right: 10px; }
  .news .slick-arrow {
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 50px;
    border: 1px solid #ffffff;
    font-size: 21px;
    font-weight: 500;
    line-height: 38px;
    color: #2e87c3;
    background-color: #ffffff;
    margin: 0 20px; }

/*End news*/
/*Start events*/
.events {
  background-image: url("assets/img/events-background.jpg");
  background-repeat: no-repeat;
  background-position: bottom right;
  padding-top: 83px;
  padding-bottom: 100px; }
  .events h2 {
    line-height: 26px;
    margin-top: 0;
    margin-bottom: 35px; }
  .events p {
    font-size: 18px;
    line-height: 24px;
    color: #6abbea;
    margin-bottom: 65px; }
  .events .btn {
    margin-top: 54px; }

/*End events*/
/*Start diocese*/
.diocese {
  background-image: url("assets/img/diocese-background.jpg");
  background-position: center bottom;
  background-repeat: repeat-x;
  background-size: cover;
  padding-top: 85px;
  padding-bottom: 73px; }
  .diocese h2 {
    line-height: 26px;
    margin-bottom: 35px; }
  .diocese .container {
    max-width: 730px; }
  .diocese p {
    line-height: 24px;
    color: #3d3a3a;
    margin-bottom: 50px; }
  .diocese .box {
    position: relative;
    width: 212px;
    height: 199px;
    border-radius: 20%;
    background-color: #ffffff;
    padding: 35px; }
    .diocese .box.box-1 {
      color: #51b5f8; }
    .diocese .box.box-2 {
      color: #efb107; }
    .diocese .box.box-3 {
      color: #87b327; }
    .diocese .box h5 {
      font-size: 20px;
      line-height: 25px;
      font-weight: 400; }
    .diocese .box img {
      width: 85px;
      display: block;
      margin-left: auto;
      margin-right: auto; }
    .diocese .box .mask {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      text-decoration: none; }
      .diocese .box .mask:hover {
        text-decoration: none; }
  .diocese .row {
    margin-bottom: 40px; }
  .diocese .btn {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    background-color: #2e87c3;
    border: 1px solid #2e87c3; }
    .diocese .btn:hover {
      background-color: #ffffff;
      color: #2e87c3; }

/*End diocese*/
/*Start news-feeds*/
.news-feeds {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px; }
  .news-feeds p {
    font-size: 18px;
    line-height: 26px;
    color: #727171;
    margin-bottom: 56px; }
    .news-feeds p a {
      color: #727171; }
  .news-feeds .row {
    margin: 0 -5px; }
    .news-feeds .row div[class^="col"] {
      padding: 0 5px; }
  .news-feeds .slide {
    background-color: #d6e9f8;
    padding: 5px;
    border-radius: 6px;
    margin-bottom: 47px; }
    .news-feeds .slide h2 {
      font-size: 24px;
      line-height: 26px;
      color: #1f7ebf;
      margin-top: 0;
      margin-bottom: 35px; }
    .news-feeds .slide p {
      font-size: 18px;
      line-height: 26px;
      color: #727171;
      margin-bottom: 30px; }
    .news-feeds .slide .box-content {
      padding: 15px;
      height: 370px; }
      .news-feeds .slide .box-content .subparagraph {
        color: #1f7ebf; }
        .news-feeds .slide .box-content .subparagraph i {
          padding-right: 7px; }
      .news-feeds .slide .box-content .btn {
        background-color: #ffffff;
        color: #1f7dbe;
        border: 1px solid #b0c7d8;
        border-radius: 8px;
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
        padding: 6px;
        -webkit-transition: all 0.2s ease-in-out 0s;
        -moz-transition: all 0.2s ease-in-out 0s;
        -ms-transition: all 0.2s ease-in-out 0s;
        -o-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s;
        position: absolute;
        bottom: 15px; }
        .news-feeds .slide .box-content .btn:hover {
          background-color: #1f7dbe;
          color: #ffffff; }
        .news-feeds .slide .box-content .btn.button-right {
          left: auto;
          right: 22px; }
  .news-feeds .feedbox img,
  .news-feeds .feeds-boxes img {
    margin-bottom: 34px; }
  .news-feeds .feedbox a,
  .news-feeds .feeds-boxes a {
    font-size: 14px;
    line-height: 24px;
    color: #727171;
    font-weight: normal; }
  .news-feeds .slick-arrow {
    width: 36px;
    height: 36px;
    font-weight: 700;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.8);
    color: #ffffff;
    opacity: 1;
    border: none;
    position: absolute;
    bottom: 50%;
    left: -16px;
    z-index: 10; }
    .news-feeds .slick-arrow.slick-next {
      right: -16px;
      left: auto; }
  .news-feeds .cn-feed {
    padding: 25px 10px 0 25px; }

/*End news-feeds*/
/*Start banner*/
.banner-article {
  padding-bottom: 50px; }
  .banner-article .news-article {
    padding: 0;
    margin-top: 20px;
    background-color: transparent; }
    .banner-article .news-article a {
      color: #ffffff; }
    .banner-article .news-article li {
      color: #ffffff;
      line-height: 24px; }

/*End banner*/
/*Start loop*/
.loop {
  background-color: #e6f2f9;
  padding-top: 80px;
  padding-bottom: 80px; }
  .loop .container {
    max-width: 900px; }
  .loop article {
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
    .loop article:hover {
      background-color: #2174b1; }
      .loop article:hover time {
        color: #7acbfe; }
      .loop article:hover h3 {
        color: #ffffff; }
      .loop article:hover p {
        color: #ffffff; }
      .loop article:hover a {
        color: #7acbfe; }
  .loop .loop-more {
    position: relative; }
    .loop .loop-more i {
      display: none;
      position: absolute;
      right: -30px;
      top: 10px;
      color: #1f7ebf; }

/*End loop*/
.content-event .alignright {
  float: right;
  max-width: 100%;
  margin: 10px 0 10px 10px; }

.content-event .alignleft {
  float: left;
  max-width: 100%;
  margin: 10px 10px 10px 0; }

/*Start content-article*/
.content-article {
  padding-top: 60px;
  background-color: #e6f2f9; }
  .content-article .article-title-box {
    margin-bottom: 22px; }
    .content-article .article-title-box time {
      font-size: 16px;
      font-weight: 400;
      line-height: 26px;
      display: inline-block;
      color: #6bbb36;
      margin-top: 0; }
  .content-article .content p {
    line-height: 24px;
    color: #8b8b8b;
    margin-top: 0; }
    .content-article .content p a {
      font-weight: 500;
      color: #1f7ebf; }
    .content-article .content p:last-child {
      margin-bottom: 140px; }
  .content-article .content .margin-paragraph {
    margin-bottom: 28px; }
  .content-article .content .margin-a {
    margin-bottom: 36px; }
  .content-article .content .alignleft {
    float: left;
    max-width: 100%;
    height: auto;
    margin: 0 20px 20px 0; }
  .content-article .content .alignright {
    float: right;
    max-width: 100%;
    height: auto;
    margin: 0 0 20px 20px; }
  .content-article .pagination-article {
    border-top: 1px solid #9fddfd;
    padding-top: 56px;
    padding-bottom: 74px; }
    .content-article .pagination-article .button {
      padding: 0 70px;
      color: #2e87c3;
      font-size: 15px;
      line-height: 27px;
      text-transform: uppercase; }
      .content-article .pagination-article .button:hover {
        text-decoration: none; }
      .content-article .pagination-article .button em {
        font-style: unset; }
    .content-article .pagination-article span {
      margin: 10px;
      width: 42px;
      height: 42px;
      display: inline-block;
      background-color: #ffffff;
      border-radius: 50%;
      line-height: 40px;
      font-weight: 700;
      -webkit-transition: all 0.2s ease-in-out 0s;
      -moz-transition: all 0.2s ease-in-out 0s;
      -ms-transition: all 0.2s ease-in-out 0s;
      -o-transition: all 0.2s ease-in-out 0s;
      transition: all 0.2s ease-in-out 0s; }
      .content-article .pagination-article span:hover {
        background-color: #83b7db;
        color: #ffffff; }

/*End content-article*/
/*Start banner-contact*/
.banner-contact {
  background-image: url("assets/img/banner2.jpg");
  padding-bottom: 50px; }
  .banner-contact h1 {
    color: #2e87c3; }
  .banner-contact .breadcrumb > li + li::before {
    color: #676565; }
  .banner-contact .news-article li a {
    line-height: 24px;
    color: #676565; }
  .banner-contact .news-article li span, .banner-contact .news-article li.active {
    color: #676565; }

.extra-padding {
  padding-bottom: 90px; }

/*End banner-contact*/
/*Start content-contact*/
.content-contact {
  padding-top: 60px;
  padding-bottom: 60px; }
  .content-contact.no-padding-top {
    padding-top: 0; }
  .content-contact .title-line {
    margin-bottom: 50px; }
    .content-contact .title-line span {
      background-color: #ffffff; }
      .content-contact .title-line span.line {
        background-color: #9fddfd; }
  .content-contact p {
    line-height: 23px;
    color: #8b8b8b;
    margin-bottom: 50px; }
  .content-contact .panel-default .panel-body {
    padding-top: 15px;
    padding-bottom: 37px;
    padding-left: 48px; }
    .content-contact .panel-default .panel-body p {
      color: #1f7ebf;
      font-weight: 500;
      font-size: 18px;
      line-height: 26px;
      margin-bottom: 0; }
    .content-contact .panel-default .panel-body a {
      color: #6b6b6c;
      line-height: 26px;
      text-decoration: none; }
    .content-contact .panel-default .panel-body.simple-panel-body p {
      color: #8b8b8b;
      font-size: 16px;
      font-weight: 400;
      margin-bottom: 20px; }
      .content-contact .panel-default .panel-body.simple-panel-body p.last-child {
        margin-bottom: 0px; }
    .content-contact .panel-default .panel-body.simple-panel-body ul {
      color: #8b8b8b;
      margin-bottom: 20px; }
    .content-contact .panel-default .panel-body.simple-panel-body img {
      max-width: 100%;
      height: auto; }
    .content-contact .panel-default .panel-body.simple-panel-body .alignleft {
      float: left;
      margin-bottom: 20px;
      margin-left: 20px; }
    .content-contact .panel-default .panel-body.simple-panel-body .alignright {
      float: right;
      margin-bottom: 20px;
      margin-left: 20px; }

/*End content-contact*/
/*Start content-vocations*/
.content-vocations {
  padding-top: 60px; }
  .content-vocations .title-line {
    margin-bottom: 48px; }
    .content-vocations .title-line span {
      background-color: #ffffff; }
      .content-vocations .title-line span.line {
        background-color: #9fddfd; }
        .content-vocations .title-line span.line.red-line {
          background-color: #d83324; }
  .content-vocations .paragraph {
    margin-bottom: 104px;
    line-height: 24px;
    color: #8b8b8b;
    margin-bottom: 34px; }
    .content-vocations .paragraph .alignright {
      float: right;
      margin-left: 20px;
      margin-bottom: 20px;
      max-width: 100%;
      height: auto; }
    .content-vocations .paragraph .alignleft {
      float: left;
      margin-right: 20px;
      margin-bottom: 20px;
      max-width: 100%;
      height: auto; }
  .content-vocations .form-search {
    max-width: 300px;
    margin: 0 auto 100px auto;
    text-align: center; }
    .content-vocations .form-search input {
      border: 1px solid #96c3e1; }

/*End content-vocations*/
/*Start form*/
.form {
  background-color: #e6f2f9;
  padding-top: 75px;
  padding-bottom: 108px; }
  .form .container {
    max-width: 800px; }
    .form .container .gform_wrapper .gsection .gfield_label, .form .container .gform_wrapper h2.gsection_title, .form .container .gform_wrapper h3.gform_title {
      font-size: 36px;
      font-weight: 400;
      margin-bottom: 60px; }
    .form .container .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
      display: none; }

/*End form*/
/*Start parish-address*/
.container {
  max-width: 1125px; }

.parish-address {
  padding-top: 64px;
  padding-bottom: 60px; }

/*End parish-address*/
/*Start tab*/
.tab {
  padding-top: 0;
  padding-bottom: 55px; }
  .tab .tab-content {
    padding-top: 37px;
    padding-bottom: 37px;
    padding-left: 47px;
    padding-right: 47px;
    background-color: #e9f2f7; }
    .tab .tab-content .table {
      margin-bottom: 0; }
    .tab .tab-content .panel-body {
      margin: 0;
      background-color: #e9f2f7; }
    .tab .tab-content .panel-group .panel-heading.active {
      background-color: #ffffff; }
      .tab .tab-content .panel-group .panel-heading.active a {
        color: #1f7ebf; }
      .tab .tab-content .panel-group .panel-heading.active span {
        color: #1f7ebf; }
  .tab .panel-body {
    padding: 0; }
    .tab .panel-body .school-box {
      margin-left: 43px;
      margin-right: 43px;
      padding-top: 20px;
      padding-bottom: 20px; }
      .tab .panel-body .school-box .school-col-box {
        margin-bottom: 50px; }
        .tab .panel-body .school-box .school-col-box .school-address {
          border-right: 1px solid #bababa;
          min-height: 102px;
          padding-right: 20px; }
          .tab .panel-body .school-box .school-col-box .school-address.border-none {
            border: none; }
          .tab .panel-body .school-box .school-col-box .school-address h6 {
            font-size: 18px;
            line-height: 30px;
            font-weight: 400;
            color: #131313;
            margin: 0; }
          .tab .panel-body .school-box .school-col-box .school-address address {
            margin-bottom: 0;
            line-height: 24px;
            color: #8b8b8b; }
          .tab .panel-body .school-box .school-col-box .school-address a {
            display: block;
            color: #8b8b8b;
            line-height: 24px; }
            .tab .panel-body .school-box .school-col-box .school-address a:hover {
              color: #8b8b8b; }
      .tab .panel-body .school-box .wrapper-content {
        padding: 0; }
        .tab .panel-body .school-box .wrapper-content p {
          margin-bottom: 0; }

.tribe-events-calendar th, .tribe-events-calendar td {
  min-width: 0px; }

.tribe-events-calendar .tribe-events-month-event-title {
  line-height: 19px; }

/*End tab*/
/*Start listing-church*/
.listing-church .parish-box {
  margin: 0;
  padding-top: 75px;
  padding-bottom: 60px; }

/*End listing-church*/
/*Start listing-table*/
.listing-table table {
  margin-bottom: 35px; }
  .listing-table table thead th {
    border: 2px solid #ffffff; }
  .listing-table table td {
    border: 2px solid #ffffff; }

.listing-table .wrapper-content {
  padding-top: 0;
  padding-left: 5px;
  padding-right: 5px; }
  .listing-table .wrapper-content p {
    margin-bottom: 35px; }

/*End listing-table*/
/*Start listing-gallery*/
.listing-gallery .gallery {
  padding-top: 15px; }
  .listing-gallery .gallery .gallery-image {
    margin-bottom: 15px; }

/*End listing-gallery*/
/*Start resources*/
.resources .panel-group {
  margin-bottom: 80px; }
  .resources .panel-group .panel-default .panel-body {
    padding: 0; }

.resources .content-contact p {
  margin-bottom: 0; }

/*End resources*/
/*Start main-content*/
.main-content {
  padding-top: 60px;
  padding-bottom: 40px; }
  .main-content h3 {
    margin-bottom: 47px; }
    .main-content h3 span {
      background-color: #ffffff; }
  .main-content .align-right {
    float: right;
    margin-left: 90px;
    margin-bottom: 45px; }
  .main-content .align-left {
    float: left;
    margin-right: 20px;
    margin-bottom: 45px; }
  .main-content p {
    line-height: 24px;
    color: #8b8b8b;
    margin-bottom: 30px; }

/*End main-content*/
/*Start motto*/
.motto {
  background-color: #e7f1f8;
  padding-top: 80px;
  padding-bottom: 95px; }
  .motto h2 {
    margin-top: 0;
    margin-bottom: 40px;
    line-height: 26px; }
  .motto h6 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #8b8b8b;
    margin-top: 0;
    margin-bottom: 30px; }
  .motto blockquote {
    font-size: 20px;
    line-height: 24px;
    color: #1f7ebf;
    margin-bottom: 32px;
    padding: 0; }
  .motto p {
    margin: 0;
    line-height: 24px;
    color: #8b8b8b; }

/*End motto*/
/*Start bishop-social-media*/
.bishop-social-media {
  background-image: url("assets/img/social-media-background.jpg");
  background-position: center center;
  background-repeat: repeat-x;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 50px; }
  .bishop-social-media h2 {
    margin-top: 0;
    margin-bottom: 52px;
    line-height: 26px; }
  .bishop-social-media i {
    width: 67px;
    height: 67px;
    border-radius: 50%;
    background-color: #1f7ebf;
    color: #f7e6b7;
    font-size: 40px;
    line-height: 67px;
    margin-left: 10px;
    margin-right: 10px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s; }
    .bishop-social-media i:hover {
      background-color: #6ebee4; }

/*End bishop-social-media*/
/** START .blog-slider */
.blog-slider .intro-blog {
  margin-bottom: 25px; }

.blog-slider .slick-arrow {
  top: 50%;
  position: absolute;
  left: -75px; }
  .blog-slider .slick-arrow.slick-next {
    left: auto;
    right: -75px; }

/** END .blog-slider */
/*Start banner-logo*/
.banner-logo {
  background-image: url("assets/img/banner3.jpg");
  padding-top: 80px; }
  .banner-logo .container {
    position: relative; }
    .banner-logo .container .logo {
      position: absolute;
      top: -45px;
      left: 0; }
      .banner-logo .container .logo img {
        width: 165px;
        height: 134px; }

/*End banner-logo*/
/*Start red-accordion*/
.default-resources-accordion .panel-group {
  margin-bottom: 77px; }
  .default-resources-accordion .panel-group .panel-default .panel-body {
    padding: 0; }

.default-resources-accordion .wrapper img {
  margin-top: 0; }

.red-accordion .panel-group {
  margin-bottom: 77px; }
  .red-accordion .panel-group .panel-default .panel-heading.active {
    background-color: #d83324; }
  .red-accordion .panel-group .panel-default .panel-body {
    padding: 0; }

.red-accordion .wrapper-resources-red .wrapper {
  background-color: #f1eff2; }
  .red-accordion .wrapper-resources-red .wrapper .description {
    background-image: url("assets/img/logo2.png");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 149px 128px; }
  .red-accordion .wrapper-resources-red .wrapper .btn:hover {
    background-color: #d83324;
    border: 1px solid #d83324; }
  .red-accordion .wrapper-resources-red .wrapper img {
    margin-top: 0; }

.red-accordion .wrapper-resources-red .wrapper-color {
  background-color: #eedbdd; }

/*End red-accordion*/
/*Start form-safeguarding*/
.form-safeguarding {
  background-color: #d5e9f7;
  background-image: url("assets/img/safeguardian-form-background.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 650px 465px;
  padding: 50px 0 40px 0; }
  .form-safeguarding .gform_wrapper h3.gform_title {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 30px;
    margin-top: 30px; }
  .form-safeguarding .gform_wrapper span.gform_description {
    color: #8b8b8b;
    line-height: 24px;
    text-align: center;
    padding-left: 24px;
    margin-bottom: 30px; }
  .form-safeguarding .gform_wrapper .gform_body {
    max-width: 394px;
    margin: 0 auto; }
    .form-safeguarding .gform_wrapper .gform_body .gform_fields .gfield {
      margin-bottom: 0; }
      .form-safeguarding .gform_wrapper .gform_body .gform_fields .gfield input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
        padding-left: 24px; }
      .form-safeguarding .gform_wrapper .gform_body .gform_fields .gfield input {
        width: 100%; }
      .form-safeguarding .gform_wrapper .gform_body .gform_fields .gfield textarea {
        padding-left: 24px;
        padding-top: 16px; }
  .form-safeguarding .gform_wrapper .field_description_below .gfield_description {
    padding-bottom: 10px;
    padding-top: 0;
    padding-right: 0;
    color: #8b8b8b;
    font-size: 12px;
    line-height: 24px; }
  .form-safeguarding .gform_wrapper .gform_footer {
    padding-top: 10px;
    margin-top: 10px;
    margin-bottom: 30px; }

/*End form-safeguarding*/
/** START Gravity Form */
.gform_wrapper ul.gform_fields li.gfield {
  margin-bottom: 15px; }
  .gform_wrapper ul.gform_fields li.gfield.half-column {
    width: 50%;
    padding: 0 8px;
    float: left;
    clear: none; }
    .gform_wrapper ul.gform_fields li.gfield.half-column:nth-child(2n+1) {
      clear: both; }
  .gform_wrapper ul.gform_fields li.gfield.full-column {
    widows: 100%;
    padding: 0 8px;
    float: none; }
  .gform_wrapper ul.gform_fields li.gfield textarea.large {
    height: 100px; }
  .gform_wrapper ul.gform_fields li.gfield div.ginput_container {
    margin: 0; }

/** END Gravity Forms */
/*Start all-events*/
.all-events {
  padding-top: 55px;
  padding-bottom: 58px; }
  .all-events .container {
    max-width: 795px; }
    .all-events .container .nav-tabs {
      text-align: center; }
      .all-events .container .nav-tabs li {
        float: none;
        display: inline-block;
        width: 35%; }
  .all-events blockquote {
    font-size: 18px;
    line-height: 24px;
    color: #6abbea;
    margin-bottom: 60px; }
  .all-events .tab-content {
    padding-top: 37px;
    padding-bottom: 37px;
    padding-left: 47px;
    padding-right: 47px;
    background-color: #e9f2f7; }
    .all-events .tab-content .table {
      margin-bottom: 0; }
    .all-events .tab-content table h3 {
      padding-right: 0; }
    .all-events .tab-content .panel-body {
      margin: 0;
      background-color: #e9f2f7; }
    .all-events .tab-content .panel-group .panel-heading.active {
      background-color: #ffffff; }
      .all-events .tab-content .panel-group .panel-heading.active a {
        color: #1f7ebf; }
      .all-events .tab-content .panel-group .panel-heading.active span {
        color: #1f7ebf; }
    .all-events .tab-content .tab-content {
      padding: 0; }
  .all-events .tab-content .event {
    padding-top: 40px;
    padding-left: 25px;
    padding-bottom: 20px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s; }
    .all-events .tab-content .event:hover {
      background-color: #d6e9f3; }
      .all-events .tab-content .event:hover time {
        color: #5fb8f9; }
      .all-events .tab-content .event:hover h3 a {
        color: #5fb8f9;
        text-decoration: none; }
      .all-events .tab-content .event:hover h3 span {
        background-color: #ffffff; }
  .all-events .tab-content time {
    font-size: 16px;
    line-height: 26px; }
  .all-events .tab-content h3 {
    font-size: 18px;
    line-height: 30px;
    padding-right: 60px; }
    .all-events .tab-content h3 a, .all-events .tab-content h3 span {
      -webkit-transition: all 0.2s ease-in-out 0s;
      -moz-transition: all 0.2s ease-in-out 0s;
      -ms-transition: all 0.2s ease-in-out 0s;
      -o-transition: all 0.2s ease-in-out 0s;
      transition: all 0.2s ease-in-out 0s; }

/*End all-events*/
/*Start event-content*/
.event-content {
  padding-top: 67px; }
  .event-content .content-event {
    margin-bottom: 67px; }
    .event-content .content-event h5 {
      margin-top: 0;
      margin-bottom: 20px;
      font-size: 16px;
      line-height: 26px;
      font-weight: 400;
      color: #d19904; }
    .event-content .content-event p {
      margin: 0;
      line-height: 24px;
      color: #666666;
      margin-bottom: 20px; }
  .event-content aside .tribe-events-event-meta {
    background-color: #e9f2f7;
    padding-top: 15px;
    padding-bottom: 20px;
    margin-bottom: 70px; }
    .event-content aside .tribe-events-event-meta:first-child {
      border-top: 0; }
    .event-content aside .tribe-events-event-meta dt,
    .event-content aside .tribe-events-event-meta h5 {
      margin-top: 0;
      margin-bottom: 0;
      font-size: 16px;
      line-height: 26px;
      font-weight: 400;
      color: #d19904; }
    .event-content aside .tribe-events-event-meta dd,
    .event-content aside .tribe-events-event-meta time,
    .event-content aside .tribe-events-event-meta a,
    .event-content aside .tribe-events-event-meta p {
      color: #1f7ebf;
      margin: 0; }
    .event-content aside .tribe-events-event-meta a {
      display: block; }
      .event-content aside .tribe-events-event-meta a:hover {
        text-decoration: none;
        color: #7acbfe; }
    .event-content aside .tribe-events-event-meta .box {
      border-bottom: 1px solid #d7dfe4;
      margin-left: 42px;
      margin-right: 42px;
      padding-bottom: 20px;
      padding-top: 25px;
      padding-left: 35px; }
      .event-content aside .tribe-events-event-meta .box.border-none {
        border-bottom: none; }
    .event-content aside .tribe-events-event-meta .tribe-region {
      display: block; }
  .event-content .form {
    background-color: transparent;
    padding: 0;
    margin: auto; }
    .event-content .form .gform_wrapper .gform_heading .gform_title {
      margin-top: 0;
      margin-bottom: 16px;
      font-size: 16px;
      line-height: 26px;
      font-weight: 400;
      color: #d19904;
      text-align: left; }
    .event-content .form .gform_wrapper .gform_body .textarea {
      max-height: 110px; }
    .event-content .form .gform_wrapper .gform_footer {
      text-align: left;
      padding: 0;
      margin-top: 0;
      margin-bottom: 70px; }
    .event-content .form .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
      display: none; }

/*End event-content*/
/*Start event-button*/
.event-button {
  padding-top: 59px;
  padding-bottom: 59px; }
  .event-button .button {
    padding: 0 70px;
    color: #2e87c3;
    font-size: 15px;
    line-height: 27px;
    font-weight: 500; }
    .event-button .button:hover {
      text-decoration: none; }
    .event-button .button em {
      font-style: unset; }
  .event-button span {
    margin: 10px;
    width: 42px;
    height: 42px;
    display: inline-block;
    color: #2e87c3;
    background-color: #cce6f4;
    border-radius: 50%;
    line-height: 40px;
    font-weight: 700; }
    .event-button span:hover {
      color: #cce6f4;
      background-color: #2e87c3; }

/*End event-button*/
/*Start map*/
.map .map-height {
  height: 375px; }

.map.directory-map {
  height: 800px; }

/*style the box*/
.gm-style .gm-style-iw {
  color: #1f7ebf !important;
  padding: 10px;
  font-size: 18px;
  font-weight: bold; }

/*Start map*/
/*Start priest-directory*/
.priest-directory {
  padding-left: 60px;
  position: relative; }
  .priest-directory .list {
    position: absolute;
    left: 0;
    top: 119px;
    width: 60px;
    height: 100vh;
    background-color: #14497a;
    padding-top: 30px; }
    .priest-directory .list ul {
      padding-left: 0;
      margin: 0; }
      .priest-directory .list ul li {
        margin-bottom: 8px;
        list-style-type: none;
        text-align: center; }
        .priest-directory .list ul li a {
          color: #ffffff;
          text-decoration: none;
          line-height: 23px; }

/*End priest-directory*/
/*Start priests-list*/
.priests-list {
  background-color: #e6f2f9;
  margin-left: 460px;
  min-height: 100vh;
  padding-top: 30px;
  padding-bottom: 30px; }
  .priests-list .box-priest {
    margin-right: 20px;
    position: relative; }
    .priests-list .box-priest .mask {
      background: #d5e8f6;
      opacity: 0;
      position: absolute;
      top: 0;
      left: -10px;
      width: 100%;
      -webkit-transition: all 0.2s ease-in-out 0s;
      -moz-transition: all 0.2s ease-in-out 0s;
      -ms-transition: all 0.2s ease-in-out 0s;
      -o-transition: all 0.2s ease-in-out 0s;
      transition: all 0.2s ease-in-out 0s;
      height: 100%;
      z-index: 10; }
    .priests-list .box-priest .row {
      position: relative;
      z-index: 20; }
    .priests-list .box-priest:hover .mask {
      opacity: 1; }
    .priests-list .box-priest .img-priest {
      text-align: left;
      padding: 0; }
      .priests-list .box-priest .img-priest img {
        border: 1px solid #000; }
    .priests-list .box-priest .wrapper-content-priest {
      padding-left: 30px;
      max-width: 700px; }

/*End priests-list*/
/* Start ctas*/
.ctas {
  padding-top: 60px;
  padding-bottom: 70px;
  font-family: "Quicksand", sans-serif; }
  .ctas img.logo-cta {
    width: 220px;
    height: auto; }
  .ctas h2 {
    margin-top: 0;
    margin-bottom: 55px; }
  .ctas .cta {
    position: relative;
    min-width: 220px;
    min-height: 130px;
    background: #55ade5;
    border-radius: 5px;
    border: 1px solid transparent;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s; }
    .ctas .cta h5 {
      margin: 0;
      font-size: 19px;
      line-height: 22px;
      color: #fff;
      font-weight: 400;
      text-align: center;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -webkit-transition: all 0.2s ease-in-out 0s;
      -moz-transition: all 0.2s ease-in-out 0s;
      -ms-transition: all 0.2s ease-in-out 0s;
      -o-transition: all 0.2s ease-in-out 0s;
      transition: all 0.2s ease-in-out 0s; }
    .ctas .cta .mask {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .ctas .cta:hover {
      background: #fff;
      border: 1px solid #acacac; }
      .ctas .cta:hover h5 {
        color: #55ade5; }

/* End ctas*/
/* Start parishes*/
.parishes {
  padding-top: 95px;
  padding-bottom: 130px;
  background: #f2f9fd; }
  .parishes .title-line span {
    background: #f2f9fd;
    line-height: 26px; }
  .parishes ul {
    padding-left: 0;
    list-style: none; }
    .parishes ul li h3 {
      margin-top: 35px;
      text-transform: uppercase;
      font-size: 24px;
      line-height: 36px;
      font-weight: 700;
      color: #66a8d6; }
    .parishes ul li a {
      font-size: 18px;
      line-height: 24px;
      font-weight: 400;
      color: #898b8c;
      -webkit-transition: all 0.2s ease-in-out 0s;
      -moz-transition: all 0.2s ease-in-out 0s;
      -ms-transition: all 0.2s ease-in-out 0s;
      -o-transition: all 0.2s ease-in-out 0s;
      transition: all 0.2s ease-in-out 0s; }
    .parishes ul li:hover a {
      color: #66a8d6; }

/* End parishes */
/* Start donation-ctas */
.donation-ctas {
  padding-top: 60px;
  padding-bottom: 85px; }
  .donation-ctas .row {
    margin-left: -7px;
    margin-right: -7px; }
    .donation-ctas .row [class*='col-'] {
      padding-right: 7px;
      padding-left: 7px; }
  .donation-ctas h2 {
    margin-top: 0;
    margin-bottom: 35px;
    font-size: 36px;
    line-height: 26px;
    color: #eb5f2e;
    font-weight: 400; }
  .donation-ctas .cta {
    margin-bottom: 15px;
    border: 1px solid #dfd0b8;
    position: relative; }
    .donation-ctas .cta .header-cta {
      min-height: 235px;
      padding: 25px 0; }
      .donation-ctas .cta .header-cta img {
        margin: 0 auto;
        width: 195px;
        height: auto; }
    .donation-ctas .cta .body-cta {
      padding: 30px 15px 40px 20px;
      background: #fef7ec;
      -webkit-transition: all 0.2s ease-in-out 0s;
      -moz-transition: all 0.2s ease-in-out 0s;
      -ms-transition: all 0.2s ease-in-out 0s;
      -o-transition: all 0.2s ease-in-out 0s;
      transition: all 0.2s ease-in-out 0s; }
      .donation-ctas .cta .body-cta h3 {
        margin-bottom: 25px;
        font-size: 36px;
        line-height: 26px;
        color: #3883b7; }
      .donation-ctas .cta .body-cta p {
        margin-bottom: 15px;
        font-size: 16px;
        line-height: 24px;
        color: #8b8b8b;
        min-height: 72px; }
      .donation-ctas .cta .body-cta .btn-donate {
        margin-top: 15px;
        padding: 10px 30px;
        display: inline-block;
        font-weight: 500;
        font-size: 24px;
        line-height: 26px;
        border-radius: 20px;
        border-width: 1px;
        border-style: solid;
        -webkit-transition: all 0.2s ease-in-out 0s;
        -moz-transition: all 0.2s ease-in-out 0s;
        -ms-transition: all 0.2s ease-in-out 0s;
        -o-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s; }
        .donation-ctas .cta .body-cta .btn-donate:hover {
          text-decoration: none; }
    .donation-ctas .cta .mask {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .donation-ctas .cta-one .header-cta {
    background: #eb612e;
    background: radial-gradient(#eaa040, #eb612e);
    background: -moz-radial-gradient(#eaa040, #eb612e);
    background: -webkit-radial-gradient(#eaa040, #eb612e); }
  .donation-ctas .cta-one .body-cta {
    border-bottom: 20px solid #eb5f2e; }
    .donation-ctas .cta-one .body-cta .btn-donate {
      color: #eb5f2e;
      border-color: #eb5f2e; }
  .donation-ctas .cta-one:hover .body-cta {
    background: #fff; }
    .donation-ctas .cta-one:hover .body-cta .btn-donate {
      color: #fff;
      background: #eb5f2e; }
  .donation-ctas .cta-two .header-cta {
    background: #e5b10e;
    background: radial-gradient(#f2eba0, #e5b10e);
    background: -moz-radial-gradient(#f2eba0, #e5b10e);
    background: -webkit-radial-gradient(#f2eba0, #e5b10e); }
  .donation-ctas .cta-two .body-cta {
    border-bottom: 20px solid #d7a710; }
    .donation-ctas .cta-two .body-cta .btn-donate {
      color: #d7a710;
      border-color: #d7a710; }
  .donation-ctas .cta-two:hover .body-cta {
    background: #fff; }
    .donation-ctas .cta-two:hover .body-cta .btn-donate {
      color: #fff;
      background: #d7a710; }
  .donation-ctas .cta-three .header-cta {
    background: #20a1db;
    background: radial-gradient(#97ddfa, #20a1db);
    background: -moz-radial-gradient(#97ddfa, #20a1db);
    background: -webkit-radial-gradient(#97ddfa, #20a1db); }
  .donation-ctas .cta-three .body-cta {
    border-bottom: 20px solid #45b2e4; }
    .donation-ctas .cta-three .body-cta .btn-donate {
      color: #45b2e4;
      border-color: #45b2e4; }
  .donation-ctas .cta-three:hover .body-cta {
    background: #fff; }
    .donation-ctas .cta-three:hover .body-cta .btn-donate {
      color: #fff;
      background: #45b2e4; }

/* End donation-ctas */
/* Start donation-form */
.donation-form {
  padding-top: 50px;
  padding-bottom: 75px; }
  .donation-form h2 {
    margin-bottom: 45px;
    font-size: 36px;
    line-height: 26px;
    font-weight: 400;
    color: #eb5f2e; }
  .donation-form .give-form-wrap {
    padding: 70px 150px;
    background: #fef7ec; }
  .donation-form form[id*="give-form"] .give-donation-amount .give-currency-symbol {
    background-color: #f1eae0;
    border-top-color: #d0cac1;
    border-bottom-color: #d0cac1;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500; }
  .donation-form form[id*="give-form"] .give-donation-amount #give-amount {
    font-size: 16px;
    line-height: 30px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    font-weight: 500; }
  .donation-form form[id*="give-form"] .give-donation-amount #give-amount {
    background: transparent; }
  .donation-form [id*="give-form"] .give-recurring-donors-choice {
    line-height: 40px; }
    .donation-form [id*="give-form"] .give-recurring-donors-choice label {
      font-weight: 500; }
  .donation-form .checker {
    position: relative;
    margin-top: -3px;
    border: 1px solid #d0cac1;
    border-radius: 2px;
    width: 13px;
    height: 13px;
    cursor: pointer;
    cursor: hand; }
    .donation-form .checker .checked {
      width: 13px;
      height: 13px;
      border-radius: 2px;
      position: absolute;
      top: -1px;
      left: -1px;
      background-image: url("assets/img/check.svg");
      background-size: 11px 11px;
      background-repeat: no-repeat;
      background-position: center center !important; }
    .donation-form .checker span,
    .donation-form .checker input {
      display: inline-block !important;
      width: 11px;
      height: 11px;
      position: absolute !important;
      top: -1px;
      left: -1px;
      background-position: 0; }
    .donation-form .checker:hover span.checked,
    .donation-form .checker .hover span.checked,
    .donation-form .checker .focus span.checked {
      background-position: center center !important; }
  .donation-form .give-btn {
    padding: 2px 10px;
    background-color: #f1eae0;
    border-radius: 2px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500; }
  .donation-form [id*="give-form"].give-fl-form.give-fl-style-give input.give-fl-input {
    background: transparent; }
    .donation-form [id*="give-form"].give-fl-form.give-fl-style-give input.give-fl-input::placeholder, .donation-form [id*="give-form"].give-fl-form.give-fl-style-give input.give-fl-input::-webkit-input-placeholder, .donation-form [id*="give-form"].give-fl-form.give-fl-style-give input.give-fl-input::-moz-placeholder, .donation-form [id*="give-form"].give-fl-form.give-fl-style-give input.give-fl-input:-ms-input-placeholder, .donation-form [id*="give-form"].give-fl-form.give-fl-style-give input.give-fl-input:-moz-placeholder {
      color: #737373;
      opacity: 1;
      font-weight: 500; }
  .donation-form [id*="give-form"].give-fl-form textarea.give-fl-textarea {
    background: transparent;
    color: #737373;
    font-weight: 500; }
  .donation-form form[id*="give-form"] #give-final-total-wrap .give-donation-total-label {
    background: #f1eae0; }
  .donation-form form[id*="give-form"] #give-final-total-wrap .give-final-total-amount {
    background: transparent; }
  .donation-form .bootstrap-select.give-recurring-donors-choice-period {
    margin-top: -10px; }
    .donation-form .bootstrap-select.give-recurring-donors-choice-period .btn {
      border: 1px solid #d0cac1;
      background: transparent;
      padding: 5px 7px;
      border-radius: 2px;
      background: #f9f2e7; }
  .donation-form .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    display: block;
    line-height: 18px;
    color: #737373; }
  .donation-form .bootstrap-select.btn-group .dropdown-toggle .caret {
    color: #737373; }
  .donation-form .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 80px; }
  .donation-form .give_warning {
    background: #f1eae0; }
  .donation-form .give_terms_links {
    color: #000;
    font-weight: 500; }
  .donation-form .give-submit-button-wrap .give-btn {
    padding: 4px 30px;
    font-size: 16px;
    color: #fff;
    background: #46678e;
    border: 1px solid #46678e;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s; }
    .donation-form .give-submit-button-wrap .give-btn:hover {
      background: transparent;
      color: #46678e; }

/* End donation-form */
/*Start directory-finder*/
.directory-finder {
  padding-top: 140px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 460px;
  z-index: 100;
  background: -moz-linear-gradient(left, #1d6ba1 0%, #0e588f 100%);
  background: -webkit-linear-gradient(left, #1d6ba1 0%, #0e588f 100%);
  background: linear-gradient(to right, #1d6ba1 0%, #0e588f 100%);
  color: #ffffff;
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s; }
  .directory-finder form {
    margin-bottom: 36px; }
    .directory-finder form .row {
      margin-bottom: 35px; }
      .directory-finder form .row .bootstrap-select {
        position: relative;
        max-width: 133px;
        max-height: 46px; }
        .directory-finder form .row .bootstrap-select .btn {
          border-radius: unset;
          border: 1px solid #078ac5;
          background-color: #0e598f;
          color: #ffffff; }
        .directory-finder form .row .bootstrap-select .dropdown-menu {
          position: absolute;
          top: 0;
          margin: 0;
          background-color: #0e598f;
          border: 1px solid #3b93d2; }
          .directory-finder form .row .bootstrap-select .dropdown-menu.open li {
            padding: 10px 0;
            margin-left: 10px;
            margin-right: 10px;
            border-bottom: 1px solid #3b93d2; }
            .directory-finder form .row .bootstrap-select .dropdown-menu.open li:last-child {
              border: none; }
            .directory-finder form .row .bootstrap-select .dropdown-menu.open li a {
              color: #ffffff;
              font-size: 16px;
              line-height: 18px; }
              .directory-finder form .row .bootstrap-select .dropdown-menu.open li a:focus, .directory-finder form .row .bootstrap-select .dropdown-menu.open li a:hover, .directory-finder form .row .bootstrap-select .dropdown-menu.open li a:active {
                background-color: #0e598f;
                outline: none; }
      .directory-finder form .row .btn {
        border: none;
        background-color: transparent;
        color: #48a9ec;
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        padding-top: 10px;
        padding-bottom: 10px; }
      .directory-finder form .row .btn-reset {
        padding-left: 0; }
    .directory-finder form h3 {
      font-size: 30px;
      line-height: 24px;
      color: #ffffff;
      margin-bottom: 26px; }
    .directory-finder form .search {
      font-size: 18px;
      line-height: 24px;
      background-color: #125586;
      color: #48a9ec;
      padding-top: 20px;
      padding-bottom: 20px;
      padding-left: 15px;
      border: none;
      border-bottom: 1px solid #ffffff;
      width: 100%; }
  .directory-finder .title-line {
    margin-bottom: 0;
    overflow: hidden; }
    .directory-finder .title-line span {
      background-color: transparent;
      color: #7dc5f7;
      font-size: 24px;
      font-weight: 500;
      line-height: 40px;
      padding-right: 12px;
      position: relative; }
    .directory-finder .title-line .line {
      background-color: #7dc5f7;
      display: block;
      left: 100%;
      width: 999px;
      position: absolute; }
  .directory-finder .directory-group ul {
    padding: 0; }
    .directory-finder .directory-group ul li {
      list-style-type: none; }
      .directory-finder .directory-group ul li:last-child {
        margin-bottom: 27px; }
      .directory-finder .directory-group ul li a {
        color: #ffffff;
        font-size: 18px;
        line-height: 20px; }
  .directory-finder .close-directory {
    position: absolute;
    top: 50%;
    right: -147px;
    white-space: nowrap;
    background-color: #0e598f;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    padding-left: 50px;
    padding-right: 40px;
    padding-top: 13px;
    padding-bottom: 7px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    font-size: 19px;
    line-height: 24px; }
    .directory-finder .close-directory a {
      color: #ffffff;
      text-decoration: none; }
    .directory-finder .close-directory i {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg);
      font-size: 24px;
      position: absolute;
      left: 20px; }
  .directory-finder .directory-finder-wrapper {
    padding-top: 22px;
    padding-bottom: 72px;
    padding-left: 28px;
    padding-right: 28px;
    height: 100vh;
    height: calc(100% - 10px);
    overflow: hidden;
    overflow-y: scroll; }
    .directory-finder .directory-finder-wrapper .scroll-element_track {
      background-color: transparent; }
    .directory-finder .directory-finder-wrapper .scroll-content {
      padding-bottom: 0; }
  .directory-finder.open {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
    .directory-finder.open i {
      -webkit-transform: rotate(0);
      -moz-transform: rotate(0);
      -ms-transform: rotate(0);
      -o-transform: rotate(0);
      transform: rotate(0); }
  .directory-finder.priest-directory form .search {
    width: auto; }
  .directory-finder.priest-directory form .btn-reset {
    background: transparent;
    border: 0;
    padding-left: 10px;
    padding-right: 10px; }

/*End directory-finder*/
.search-results {
  list-style: none; }
  .search-results .loop {
    padding-top: 0; }
  .search-results h3 {
    margin-top: 40px; }

/*Start admin-bar*/
.admin-bar main {
  padding-top: 128px; }

.admin-bar .directory-finder {
  top: 32px; }

.admin-bar .navbar-default {
  top: 32px; }

/*End admin-bar*/
main {
  padding-top: 128px; }

/*Start header-page-template-home*/
.home main {
  padding-top: 0; }

/*End header-page-template-home*/
/*Start @media query*/
@media only screen and (min-width: 1200px) {
  .tab .container {
    min-width: 1200px; }
  header .container {
    min-width: 1245px; }
  footer .container {
    min-width: 1200px; } }

.page-template-default .default-resources-accordion .title-line span:not(.line) {
  background-color: #FFF; }

/*End @media query*/
/*====== tablet landscape ====*/
@media (max-width: 1199px) {
  header .navbar-default .nav-top .media-icon li.follows {
    font-size: 14px; }
  header .navbar-default .nav-top .follow li a {
    font-size: 14px; }
  header .navbar-default .nav-bottom .navbar-nav.menu li a {
    font-size: 16px; }
    header .navbar-default .nav-bottom .navbar-nav.menu li a ul.sub-menu li a {
      font-size: 12px;
      line-height: 24px;
      color: #68c6fb; }
    header .navbar-default .nav-bottom .navbar-nav.menu li a.btn {
      width: 20px;
      height: 20px;
      overflow: hidden;
      padding: 0;
      margin: 0;
      border-color: #1f7ebf; }
      header .navbar-default .nav-bottom .navbar-nav.menu li a.btn span {
        position: absolute;
        right: -7%;
        bottom: 0%; }
  .event-content {
    padding-top: 40px; }
    .event-content .content-event {
      margin-bottom: 40px; }
    .event-content aside .widget-event-meta .box {
      padding-left: 20px; }
    .event-content .form .gform_wrapper .gform_footer {
      margin-bottom: 30px; }
  footer .footer-top .col-lg-25 {
    font-size: 22px; }
  footer .footer-bottom {
    padding-top: 25px; }
    footer .footer-bottom .wrapper-footer-bottom {
      margin-bottom: 25px; }
      footer .footer-bottom .wrapper-footer-bottom .menu-footer {
        padding-top: 10px; }
        footer .footer-bottom .wrapper-footer-bottom .menu-footer li {
          padding-right: 10px; }
          footer .footer-bottom .wrapper-footer-bottom .menu-footer li a {
            font-size: 16px; }
      footer .footer-bottom .wrapper-footer-bottom .social-media {
        padding-top: 0;
        margin-left: 0;
        margin-right: -100px; }
        footer .footer-bottom .wrapper-footer-bottom .social-media i {
          width: 33px;
          height: 33px;
          font-size: 16px;
          line-height: 34px; }
    footer .footer-bottom .list-inline {
      padding-left: 20px;
      margin-bottom: 40px; }
      footer .footer-bottom .list-inline .pull-right {
        float: left !important; }
  .tab {
    padding-bottom: 20px; }
    .tab table th,
    .tab table td {
      min-width: 0;
      font-size: 15px; }
    .tab table .notes {
      font-size: 15px; }
  .content-vocations .paragraph {
    margin-bottom: 30px; }
  .form,
  .form-safeguarding {
    padding-top: 30px;
    padding-bottom: 30px; }
  .donation-ctas .cta .body-cta h3 {
    font-size: 30px; }
  .donation-ctas .cta .body-cta p {
    min-height: 96px; } }

@media (min-width: 992px) {
  .parish-address .col-md-priest {
    width: 20%; }
  .parish-address .col-md-address {
    width: 25%; }
  .parish-address .col-md-contact {
    width: 20%; }
  .parish-address .col-md-details {
    width: 30%; }
    .parish-address .col-md-details > .box-address {
      padding-right: 30px; }
  .parish-address .col-md-donations {
    width: 30%; } }

@media (max-width: 1199px) and (min-width: 991px) {
  .grid .box-three .inner-box {
    top: 55px; } }

/*=======tablet portret====*/
@media (max-width: 991px) {
  .home .affix-top.navbar-default {
    background: #FFF;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.27); }
  header .navbar-default {
    padding-top: 0; }
    header .navbar-default .container {
      width: 100%;
      padding-right: 0;
      padding-left: 0;
      padding-top: 0; }
      header .navbar-default .container .navbar-header {
        float: none;
        position: relative;
        margin-left: 25px; }
        header .navbar-default .container .navbar-header .search {
          position: absolute;
          bottom: 0;
          right: 68px;
          width: 69px;
          height: 58px;
          border: none;
          background-color: #0f598f; }
          header .navbar-default .container .navbar-header .search img {
            width: 26px;
            height: 20px; }
        header .navbar-default .container .navbar-header .navbar-toggle {
          width: 69px;
          height: 58px;
          background-color: #2289cf;
          border-radius: 0; }
          header .navbar-default .container .navbar-header .navbar-toggle:hover {
            background-color: #2289cf; }
          header .navbar-default .container .navbar-header .navbar-toggle .hamburger-box .hamburger-inner,
          header .navbar-default .container .navbar-header .navbar-toggle .hamburger-box .hamburger-inner::after,
          header .navbar-default .container .navbar-header .navbar-toggle .hamburger-box .hamburger-inner::before {
            background-color: #ffffff; }
        header .navbar-default .container .navbar-header .navbar-brand {
          margin: 0 0 0 -10px; }
          header .navbar-default .container .navbar-header .navbar-brand img {
            width: 124px;
            height: auto;
            margin-top: 7px; }
      header .navbar-default .container .navbar-collapse {
        border-top: none;
        max-height: calc(100vh - 58px); }
        header .navbar-default .container .navbar-collapse.collapse {
          display: none !important; }
        header .navbar-default .container .navbar-collapse.in {
          display: block !important; }
      header .navbar-default .container .nav-bottom.pull-right {
        float: none !important; }
      header .navbar-default .container .nav-bottom .navbar-nav {
        margin: 0; }
        header .navbar-default .container .nav-bottom .navbar-nav.pull-right {
          float: none !important; }
        header .navbar-default .container .nav-bottom .navbar-nav.menu li {
          position: relative;
          float: none !important;
          background-color: #2289cf;
          border-bottom: 1px solid #2383bc;
          padding-bottom: 0;
          margin-bottom: 0; }
          header .navbar-default .container .nav-bottom .navbar-nav.menu li:hover {
            background-color: #1974bb; }
          header .navbar-default .container .nav-bottom .navbar-nav.menu li .arrow i {
            -webkit-transform: rotate(-90deg);
            -moz-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
            -o-transform: rotate(-90deg);
            transform: rotate(-90deg); }
          header .navbar-default .container .nav-bottom .navbar-nav.menu li.open {
            background-color: #1974bb; }
            header .navbar-default .container .nav-bottom .navbar-nav.menu li.open a {
              background-color: transparent; }
            header .navbar-default .container .nav-bottom .navbar-nav.menu li.open i {
              -webkit-transform: rotate(0deg);
              -moz-transform: rotate(0deg);
              -ms-transform: rotate(0deg);
              -o-transform: rotate(0deg);
              transform: rotate(0deg); }
          header .navbar-default .container .nav-bottom .navbar-nav.menu li a {
            position: relative;
            color: #ffffff;
            font-size: 16px;
            line-height: 37px;
            padding-left: 25px;
            padding-right: 25px; }
            header .navbar-default .container .nav-bottom .navbar-nav.menu li a.btn {
              overflow: visible;
              width: 100%;
              font-size: 16px;
              font-weight: 400;
              text-transform: capitalize;
              background-color: transparent;
              border: none;
              border-radius: unset;
              text-align: left;
              padding-bottom: 40px;
              background-color: #0f598f; }
              header .navbar-default .container .nav-bottom .navbar-nav.menu li a.btn span {
                display: none; }
          header .navbar-default .container .nav-bottom .navbar-nav.menu li .arrow {
            position: absolute;
            top: 0;
            right: 0;
            padding: 8px 25px; }
            header .navbar-default .container .nav-bottom .navbar-nav.menu li .arrow i {
              font-size: 8px;
              color: #ffffff;
              display: inline-block; }
          header .navbar-default .container .nav-bottom .navbar-nav.menu li ul.sub-menu {
            position: relative;
            left: auto;
            top: auto;
            width: auto;
            color: #68c6fb; }
            header .navbar-default .container .nav-bottom .navbar-nav.menu li ul.sub-menu li {
              background-color: #1974bb;
              padding-left: 25px;
              border-bottom: none; }
              header .navbar-default .container .nav-bottom .navbar-nav.menu li ul.sub-menu li a {
                color: #68c6fb;
                font-size: 14px;
                line-height: 24px; }
                header .navbar-default .container .nav-bottom .navbar-nav.menu li ul.sub-menu li a:hover {
                  color: #ffffff; }
          header .navbar-default .container .nav-bottom .navbar-nav.menu li:hover .sub-menu {
            display: none; }
          header .navbar-default .container .nav-bottom .navbar-nav.menu li.button {
            background: #1d6ba1; }
        header .navbar-default .container .nav-bottom .navbar-nav.menu .menu-item-donate {
          background-color: #0f598f; }
          header .navbar-default .container .nav-bottom .navbar-nav.menu .menu-item-donate i {
            font-size: 14px;
            color: #e75e24;
            display: inline-block;
            margin-right: 10px; }
  .title-line {
    line-height: 42px; }
    .title-line .line {
      display: none; }
  .finder .title-line .line {
    display: block; }
  .directory-finder {
    padding-top: 67px; }
  .priest-directory {
    width: 50%;
    padding-left: 0;
    height: 100%;
    position: relative;
    top: 0 !important; }
    .priest-directory form .search {
      width: 100% !important; }
    .priest-directory .letters {
      display: none; }
  .single-priest main,
  .post-type-archive-priest main {
    position: relative; }
    .single-priest main .priests-list,
    .post-type-archive-priest main .priests-list {
      padding-left: 50%;
      top: 58px;
      left: 0;
      width: 100%; }
      .single-priest main .priests-list .box-priest,
      .post-type-archive-priest main .priests-list .box-priest {
        text-align: center;
        margin: 0 20px;
        padding-bottom: 0; }
        .single-priest main .priests-list .box-priest .img-priest,
        .post-type-archive-priest main .priests-list .box-priest .img-priest {
          margin-bottom: 20px;
          text-align: center;
          margin-left: auto;
          margin-right: auto; }
          .single-priest main .priests-list .box-priest .img-priest img,
          .post-type-archive-priest main .priests-list .box-priest .img-priest img {
            display: inline-block; }
        .single-priest main .priests-list .box-priest .wrapper-content-priest,
        .post-type-archive-priest main .priests-list .box-priest .wrapper-content-priest {
          padding-left: 0; }
  main {
    padding-top: 58px; }
  .content-article .pagination-article .button {
    padding: 0 30px; }
  .event-content aside .widget-event-meta {
    margin-bottom: 30px; }
    .event-content aside .widget-event-meta .box {
      padding-left: 5px; }
  .event-content .gform_wrapper .gform_footer {
    margin-bottom: 30px; }
  .event-button .button {
    padding: 0 30px; }
  .resources .content-contact {
    padding-top: 40px;
    padding-bottom: 40px; }
  .resources .panel-group {
    margin-bottom: 40px; }
  .parish-address {
    padding-top: 35px;
    padding-bottom: 35px; }
    .parish-address .parish-box {
      margin: 0; }
      .parish-address .parish-box h1 {
        font-size: 30px;
        margin-bottom: 30px; }
      .parish-address .parish-box .box-address h6 {
        font-size: 16px; }
      .parish-address .parish-box .box-address a {
        font-size: 15px; }
      .parish-address .parish-box .box-address.border-none-tablet {
        border: none; }
      .parish-address .parish-box .box-address.border-none .cta-box {
        border-radius: unset; }
        .parish-address .parish-box .box-address.border-none .cta-box .cta-title {
          font-size: 16px; }
      .parish-address .parish-box .btn-donations {
        padding: 12px 20px 12px 45px; }
        .parish-address .parish-box .btn-donations:after {
          width: 25px;
          height: 21px;
          left: 13px; }
  .tab {
    padding-bottom: 20px; }
    .tab a {
      font-size: 15px;
      line-height: 18px; }
    .tab .panel-group .panel-default .panel-body {
      padding-top: 20px;
      padding-bottom: 10px; }
      .tab .panel-group .panel-default .panel-body table thead tr th {
        padding: 6px; }
      .tab .panel-group .panel-default .panel-body table th,
      .tab .panel-group .panel-default .panel-body table td {
        font-size: 12px; }
      .tab .panel-group .panel-default .panel-body table .notes {
        font-size: 12px; }
      .tab .panel-group .panel-default .panel-body .school-box {
        padding: 0; }
        .tab .panel-group .panel-default .panel-body .school-box .school-col-box {
          margin-bottom: 20px; }
          .tab .panel-group .panel-default .panel-body .school-box .school-col-box .school-address {
            font-size: 13px; }
            .tab .panel-group .panel-default .panel-body .school-box .school-col-box .school-address a {
              font-size: 13px; }
        .tab .panel-group .panel-default .panel-body .school-box .wrapper-content {
          padding: 0; }
      .tab .panel-group .panel-default .panel-body .wrapper-content {
        padding-top: 35px;
        padding-left: 45px;
        padding-right: 40px; }
        .tab .panel-group .panel-default .panel-body .wrapper-content p {
          font-size: 15px;
          margin-bottom: 20px; }
    .tab .box-priest {
      padding-bottom: 35px; }
    .tab .gallery {
      padding: 0; }
  .banner-logo .logo {
    display: none; }
  .main-content {
    padding-top: 60px;
    padding-bottom: 0; }
    .main-content h3.title-line span {
      font-size: 30px; }
    .main-content .align-right {
      float: none;
      margin: 0 auto;
      margin-bottom: 20px; }
    .main-content .align-left {
      float: none;
      margin: 0 auto; }
    .main-content p {
      margin-bottom: 20px; }
  .motto {
    padding-top: 50px;
    padding-bottom: 50px; }
  .bishop-social-media {
    padding-top: 50px;
    padding-bottom: 50px; }
    .bishop-social-media h2 {
      font-size: 30px;
      margin-bottom: 30px; }
    .bishop-social-media i {
      width: 50px;
      height: 50px;
      font-size: 30px;
      line-height: 50px; }
  .red-accordion .panel-group {
    margin-bottom: 20px; }
  .form-safeguarding .gform_wrapper h3.gform_title {
    margin-bottom: 20px;
    font-size: 30px; }
  .all-events {
    padding-top: 40px;
    padding-bottom: 40px; }
    .all-events blockquote.text-center {
      margin-bottom: 20px; }
    .all-events .nav-tabs i {
      font-size: 25px; }
  .priests-list {
    margin-left: 0; }
  /*ctas*/
  .ctas .cta {
    margin-bottom: 15px; }
  footer .footer-top {
    background-color: #2289cf; }
    footer .footer-top.border-bottom {
      border-bottom: 1px solid #ffffff; }
    footer .footer-top .wrapper-i {
      text-align: center; }
    footer .footer-top .col-lg-25 {
      border: none;
      padding: 25px 15px;
      border-right: 1px solid #ffffff;
      width: 25%; }
      footer .footer-top .col-lg-25:last-child {
        border-right: none; }
      footer .footer-top .col-lg-25 i {
        padding-right: 0; }
    footer .footer-top .text {
      font-size: 11px;
      line-height: 22px;
      color: #ffffff;
      display: block; }
  footer .footer-bottom {
    background: #2185c9;
    background: -moz-linear-gradient(top, #2185c9 0%, #207cca 47%, #1a527b 100%);
    background: -webkit-linear-gradient(top, #2185c9 0%, #207cca 47%, #1a527b 100%);
    background: linear-gradient(to bottom, #2185c9 0%, #207cca 47%, #1a527b 100%);
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 12px;
    line-height: 18px; }
    footer .footer-bottom .list-inline {
      padding-left: 0;
      line-height: 20px; }
      footer .footer-bottom .list-inline .pull-right {
        float: left !important; }
  article .article-details p {
    max-height: 72px;
    overflow: hidden; }
  .donation-ctas .cta .header-cta {
    min-height: 200px; }
    .donation-ctas .cta .header-cta img {
      width: 150px;
      height: auto; }
  .donation-ctas .cta .body-cta h3 {
    font-size: 26px; }
  .donation-ctas .cta .body-cta p {
    min-height: 65px;
    line-height: 18px;
    font-size: 15px; }
  .donation-ctas .cta .body-cta .btn-donate {
    font-size: 18px;
    line-height: 20px; }
  .donation-form .give-form-wrap {
    padding: 50px; }
  .admin-bar main {
    padding-top: 58px; } }

/** Wordpress mobile breakpoint */
@media (max-width: 800px) {
  .diocese {
    display: none; } }

/** Wordpress mobile breakpoint */
@media (max-width: 782px) {
  .admin-bar .navbar-default {
    top: 46px; }
  .admin-bar main {
    padding-top: 58px; } }

/**/
/*Gallery breakpoint*/
@media (min-width: 768px) {
  .col-sm-25 {
    width: 20%; } }

/*=======phone====*/
@media (max-width: 767px) {
  header .navbar-default {
    background: #FFF; }
    header .navbar-default .navbar-header {
      margin-left: 25px;
      margin-right: 0; }
  .finder {
    position: absolute;
    width: 100%;
    position: fixed;
    overflow-y: scroll;
    height: 100vh;
    z-index: 1000; }
    .finder .collapse, .finder.collapse {
      display: none; }
      .finder .collapse.in, .finder.collapse.in {
        display: block; }
  .directory-finder {
    position: absolute;
    width: 100%;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    padding-top: 67px;
    bottom: auto; }
    .directory-finder .title-line .line {
      display: block; }
    .directory-finder form .btn-reset {
      line-height: 45px !important; }
    .directory-finder form .search {
      float: right;
      width: calc(100% - 100px);
      padding-top: 10px;
      padding-bottom: 10px;
      border: 1px solid #078ac5; }
    .directory-finder .directory-finder-wrapper {
      height: auto;
      padding-left: 15px;
      padding-right: 15px;
      padding-top: 17px;
      padding-bottom: 28px; }
      .directory-finder .directory-finder-wrapper form {
        margin-bottom: 33px; }
        .directory-finder .directory-finder-wrapper form h2 {
          font-weight: 300;
          margin-top: 0;
          margin-bottom: 20px; }
        .directory-finder .directory-finder-wrapper form .row {
          margin-bottom: 0; }
          .directory-finder .directory-finder-wrapper form .row .btn-group {
            width: 100%; }
            .directory-finder .directory-finder-wrapper form .row .btn-group.bootstrap-select {
              max-width: 100% !important;
              margin-bottom: 8px; }
          .directory-finder .directory-finder-wrapper form .row .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
            width: 100%; }
          .directory-finder .directory-finder-wrapper form .row .btn.btn-reset {
            padding: 0 0 0 15px;
            color: #27a1f4; }
          .directory-finder .directory-finder-wrapper form .row .btn.btn-list {
            padding: 0;
            color: #ffffff;
            -webkit-transition: all 0.2s ease-in-out 0s;
            -moz-transition: all 0.2s ease-in-out 0s;
            -ms-transition: all 0.2s ease-in-out 0s;
            -o-transition: all 0.2s ease-in-out 0s;
            transition: all 0.2s ease-in-out 0s; }
            .directory-finder .directory-finder-wrapper form .row .btn.btn-list i {
              padding-left: 10px;
              padding-right: 9px;
              color: #ffffff;
              -webkit-transition: all 0.2s ease-in-out 0s;
              -moz-transition: all 0.2s ease-in-out 0s;
              -ms-transition: all 0.2s ease-in-out 0s;
              -o-transition: all 0.2s ease-in-out 0s;
              transition: all 0.2s ease-in-out 0s; }
            .directory-finder .directory-finder-wrapper form .row .btn.btn-list:hover {
              color: #27a1f4; }
              .directory-finder .directory-finder-wrapper form .row .btn.btn-list:hover i {
                color: #27a1f4; }
      .directory-finder .directory-finder-wrapper .wrapper-list {
        margin: 0 10px; }
        .directory-finder .directory-finder-wrapper .wrapper-list h3 {
          font-size: 24px;
          line-height: 24px;
          color: #ffffff;
          margin-bottom: 22px; }
        .directory-finder .directory-finder-wrapper .wrapper-list .search {
          font-size: 18px;
          line-height: 24px;
          background-color: #125586;
          color: #48a9ec;
          padding-top: 20px;
          padding-bottom: 20px;
          padding-left: 15px;
          border: none;
          border-bottom: 1px solid #ffffff;
          width: 100%;
          margin-bottom: 40px; }
    .directory-finder .directory-finder-title {
      font-size: 22px;
      line-height: 24px;
      font-weight: 400; }
      .directory-finder .directory-finder-title .btn {
        margin-top: 0px;
        padding: 3px 14px;
        font-size: 17px;
        line-height: 20px;
        font-weight: 500;
        border: 1px solid #0088ca;
        background: transparent;
        -webkit-transition: all 0.2s ease-in-out 0s;
        -moz-transition: all 0.2s ease-in-out 0s;
        -ms-transition: all 0.2s ease-in-out 0s;
        -o-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s;
        float: right; }
        .directory-finder .directory-finder-title .btn i {
          display: inline-block;
          margin-right: 7px;
          color: #e75e24;
          font-size: 14px;
          -webkit-transition: all 0.2s ease-in-out 0s;
          -moz-transition: all 0.2s ease-in-out 0s;
          -ms-transition: all 0.2s ease-in-out 0s;
          -o-transition: all 0.2s ease-in-out 0s;
          transition: all 0.2s ease-in-out 0s; }
        .directory-finder .directory-finder-title .btn:hover {
          background: #0088ca;
          color: #fff; }
  .sliders h1 {
    font-size: 22px;
    line-height: 28px; }
  .sliders .slide {
    height: 300px; }
  .title-line {
    line-height: 40px; }
  .intro h2 {
    font-size: 28px; }
  .welcome {
    text-align: center; }
    .welcome h2 {
      margin: 0; }
    .welcome .pull-right {
      float: none !important; }
    .welcome .img {
      margin: 30px auto;
      width: 100%; }
  /*grid - 767*/
  .grid .welcome-top .inner-box {
    position: static; }
  .grid img {
    width: 100%; }
  .grid .box-three .placeholder {
    background-position: center center;
    background-size: 275px; }
    .grid .box-three .placeholder .img-placeholder-long,
    .grid .box-three .placeholder .img-placeholder-short {
      display: none; }
  .grid .box-three .inner-box {
    position: static;
    margin: auto;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    padding-top: 30px;
    padding-bottom: 30px; }
  .grid .pull-right {
    float: none !important; }
  .banner
h1 {
    line-height: 33px; }
  .news .btn {
    padding: 15px 19px; }
  .news .slider article {
    max-width: 270px;
    margin-left: auto;
    margin-right: auto; }
  .events {
    padding-top: 80px;
    padding-bottom: 60px; }
    .events .event h3 {
      line-height: 25px; }
  .diocese {
    padding-top: 60px;
    padding-bottom: 60px; }
    .diocese .box {
      margin: 0 auto;
      margin-bottom: 15px; }
  .news-feeds {
    padding-bottom: 40px; }
    .news-feeds .slide {
      margin-bottom: 20px; }
      .news-feeds .slide .box-content {
        height: 380px;
        position: relative; }
        .news-feeds .slide .box-content .btn {
          position: absolute;
          bottom: 6px;
          line-height: 15px; }
    .news-feeds .feeds-boxes img {
      margin-top: 20px;
      margin-bottom: 5px; }
    .news-feeds .feeds-boxes a {
      line-height: 20px; }
  .content-article {
    padding-top: 60px; }
    .content-article .title-line {
      margin: 0; }
      .content-article .title-line span {
        line-height: 30px; }
    .content-article .content p.margin-a {
      margin-bottom: 20px; }
    .content-article .content p:last-child {
      margin-bottom: 40px; }
    .content-article .pagination-article {
      border-top: none; }
      .content-article .pagination-article .button {
        padding: 0; }
      .content-article .pagination-article span {
        margin: 0; }
  .banner.banner-donate .container .logo {
    position: static; }
    .banner.banner-donate .container .logo img {
      width: 110px;
      height: auto;
      margin: auto; }
  .content-vocations .paragraph .alignleft {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .content-contact {
    padding-top: 35px;
    padding-bottom: 35px; }
    .content-contact .title-line {
      margin-bottom: 20px; }
    .content-contact p {
      margin-bottom: 30px; }
    .content-contact .panel-group .panel-default .panel-heading a {
      position: relative;
      padding-top: 10px;
      padding-bottom: 10px;
      padding-left: 25px;
      line-height: 30px;
      font-size: 16px; }
      .content-contact .panel-group .panel-default .panel-heading a span {
        position: absolute;
        top: 20px;
        left: 10px;
        font-size: 9px; }
    .content-contact .panel-group .panel-body {
      padding: 15px; }
      .content-contact .panel-group .panel-body p {
        font-size: 16px; }
        .content-contact .panel-group .panel-body p a {
          font-size: 15px; }
  .event-content .form .gform_wrapper .gform_body .gfield {
    margin-bottom: 0; }
    .event-content .form .gform_wrapper .gform_body .gfield .ginput_complex {
      margin-top: 8px !important; }
  .event-content .form .gform_wrapper .gform_body .textarea {
    margin-bottom: 8px; }
  .event-content aside .widget-event-meta .box {
    margin-left: 25px;
    margin-right: 25px;
    padding-top: 8px;
    padding-bottom: 8px; }
  .event-button {
    padding-top: 35px;
    padding-bottom: 35px; }
    .event-button .button {
      padding: 0; }
    .event-button span {
      margin: 0; }
  .map .map-height {
    height: 200px; }
  .resources {
    font-size: 14px; }
    .resources .content-contact {
      padding-top: 15px;
      padding-bottom: 20px; }
    .resources .panel-group .panel-default .panel-heading a {
      position: relative;
      padding-top: 10px;
      padding-bottom: 10px;
      padding-left: 25px;
      line-height: 30px;
      font-size: 16px; }
      .resources .panel-group .panel-default .panel-heading a span {
        position: absolute;
        top: 20px;
        left: 10px;
        font-size: 9px; }
    .resources .panel-group .panel-default .panel-body .wrapper {
      text-align: center;
      padding-left: 10px;
      padding-right: 10px; }
      .resources .panel-group .panel-default .panel-body .wrapper h6 {
        margin-bottom: 10px;
        line-height: 22px; }
  .parish-address .parish-box h1 {
    font-size: 24px; }
  .parish-address .parish-box .btn-donations {
    margin-top: 20px; }
  .parish-address .parish-box .forms h3 {
    font-size: 16px; }
  .parish-address .box-address {
    border-right: unset;
    border-bottom: 1px solid #bababa;
    min-height: 0;
    padding-top: 10px; }
  .tab .nav-tabs {
    margin-left: 5px;
    margin-right: 5px; }
    .tab .nav-tabs a {
      font-size: 9px;
      line-height: 18px;
      padding: 5px 2px; }
  .tab .tab-content {
    padding: 15px; }
    .tab .tab-content table th,
    .tab .tab-content table td {
      text-align: left;
      padding-left: 40px; }
    .tab .tab-content table td span {
      padding-right: 14px; }
    .tab .tab-content .panel-group .panel-default .panel-heading a {
      position: relative;
      padding-top: 10px;
      padding-bottom: 10px;
      padding-left: 25px;
      line-height: 30px;
      font-size: 16px; }
      .tab .tab-content .panel-group .panel-default .panel-heading a span {
        position: absolute;
        top: 20px;
        left: 10px;
        font-size: 9px; }
    .tab .tab-content .panel-group .panel-default .panel-body {
      padding-bottom: 0; }
      .tab .tab-content .panel-group .panel-default .panel-body .wrapper-content {
        padding: 15px; }
        .tab .tab-content .panel-group .panel-default .panel-body .wrapper-content p {
          font-size: 14px;
          margin-bottom: 15px; }
      .tab .tab-content .panel-group .panel-default .panel-body .school-box {
        margin: 0; }
        .tab .tab-content .panel-group .panel-default .panel-body .school-box .school-col-box {
          margin-bottom: 0; }
          .tab .tab-content .panel-group .panel-default .panel-body .school-box .school-col-box .school-address {
            border-right: unset;
            padding-right: 0;
            text-align: center;
            min-height: 0;
            margin-bottom: 10px; }
    .tab .tab-content .box-priest {
      margin: 0;
      padding-bottom: 20px;
      padding-top: 30px; }
      .tab .tab-content .box-priest:first-child {
        padding-top: 10px; }
      .tab .tab-content .box-priest .img-priest {
        padding: 0; }
        .tab .tab-content .box-priest .img-priest img {
          margin: 0 auto; }
      .tab .tab-content .box-priest .wrapper-content-priest {
        text-align: center;
        margin-bottom: 10px; }
        .tab .tab-content .box-priest .wrapper-content-priest h4 {
          padding-top: 10px;
          margin-bottom: 0; }
        .tab .tab-content .box-priest .wrapper-content-priest .priest-box-content {
          margin: 0;
          font-size: 15px; }
  .priests-list .box-priest {
    margin: 0;
    padding-top: 30px;
    padding-bottom: 35px; }
    .priests-list .box-priest .img-priest {
      text-align: center;
      margin-bottom: 20px; }
      .priests-list .box-priest .img-priest img {
        margin: 0 auto; }
    .priests-list .box-priest .wrapper-content-priest {
      padding-left: 15px;
      padding-right: 15px;
      text-align: center; }
      .priests-list .box-priest .wrapper-content-priest h4 {
        margin-bottom: 10px; }
      .priests-list .box-priest .wrapper-content-priest p,
      .priests-list .box-priest .wrapper-content-priest .details {
        font-size: 14px; }
      .priests-list .box-priest .wrapper-content-priest .priest-box-content {
        margin-top: 10px;
        margin-bottom: 15px; }
  .news-article a {
    font-size: 15px; }
  .news-article li {
    font-size: 15px; }
  .banner-logo {
    padding-top: 70px;
    padding-bottom: 50px; }
    .banner-logo h1 {
      font-size: 30px; }
  .main-content {
    padding-top: 25px; }
    .main-content h3.title-line {
      margin-bottom: 20px;
      text-align: center; }
      .main-content h3.title-line span {
        font-size: 25px;
        padding-right: 0; }
      .main-content h3.title-line .line {
        background-color: transparent; }
    .main-content p {
      font-size: 14px;
      margin-bottom: 10px; }
  .motto {
    font-size: 14px;
    padding-top: 35px;
    padding-bottom: 35px; }
    .motto h2.subtitle {
      font-size: 25px;
      margin-bottom: 20px; }
    .motto h6 {
      font-size: 14px;
      margin-bottom: 20px; }
    .motto blockquote {
      font-size: 18px;
      margin-bottom: 20px; }
  .form-safeguarding {
    padding-bottom: 0; }
    .form-safeguarding .gform_wrapper .gform_description {
      font-size: 14px; }
    .form-safeguarding .gform_wrapper .gform_footer {
      padding-top: 16px;
      margin-top: 16px;
      margin-bottom: 0; }
  .red-accordion .panel-group .panel-body .wrapper {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px; }
    .red-accordion .panel-group .panel-body .wrapper h6 {
      margin-bottom: 10px;
      line-height: 22px; }
  .form {
    padding-bottom: 0; }
    .form .container .gform_wrapper h3.gform_title {
      font-size: 30px;
      margin-top: 20px;
      margin-bottom: 30px; }
    .form .container .gform_wrapper .gform_body .gfield {
      margin-top: 0;
      margin-bottom: 0; }
    .form .container .gform_wrapper li.field_sublabel_below .ginput_complex {
      margin-top: 0 !important; }
  .content-vocations {
    padding-top: 25px;
    padding-bottom: 0; }
    .content-vocations h3.title-line {
      margin-bottom: 20px; }
      .content-vocations h3.title-line span {
        font-size: 25px;
        padding-right: 0; }
      .content-vocations h3.title-line span.line {
        background-color: transparent; }
    .content-vocations .paragraph {
      margin-bottom: 20px;
      font-size: 14px;
      margin-bottom: 10px; }
  .event-content {
    padding-top: 25px; }
    .event-content .form .gform_wrapper .gform_footer {
      padding-top: 16px;
      margin-top: 16px; }
  .all-events .nav-tabs a {
    font-size: 13px; }
    .all-events .nav-tabs a i {
      font-size: 20px; }
  .all-events .tab-content {
    padding: 20px 20px 10px 20px; }
    .all-events .tab-content time {
      font-size: 15px; }
    .all-events .tab-content h3 {
      font-size: 17px; }
  .all-events .nav-tabs a {
    padding-top: 10px;
    padding-bottom: 5px; }
  .loop-item {
    width: 100%; }
  /*ctas*/
  .ctas img.logo-cta.center-block {
    margin-left: 0;
    margin-right: 0; }
  .ctas h2 {
    margin-bottom: 40px; }
    .ctas h2.text-center {
      text-align: left; }
  .donation-ctas h2 {
    line-height: 40px; }
  .donation-ctas .cta {
    max-width: 360px;
    margin: 0 auto 15px auto; }
  .donation-form h2 {
    margin-bottom: 40px;
    font-size: 30px; }
  .message-box .content {
    max-width: 100%; }
  .message-box img {
    margin: auto; }
  footer .footer-top .col-lg-25 i {
    padding-right: 5px;
    font-size: 20px; } }

@media (max-width: 720px) {
  footer .footer-top .col-lg-25 i {
    display: block;
    padding-right: 0;
    margin-bottom: 5px; } }

@media (max-width: 600px) {
  .priest-directory {
    padding-left: 0;
    padding-top: 15px;
    position: static;
    width: 100%; }
    .priest-directory .letters {
      display: none; }
  .priests-list {
    display: none; }
  .single-priest .priest-directory {
    display: none; }
  .single-priest .priests-list {
    padding-left: 0 !important;
    position: static;
    display: block;
    min-height: calc(100vh - 220px); }
  .back-to-priests {
    padding: 15px 0; }
  footer .footer-top .col-lg-25 {
    font-size: 15px; } }

/*Breakpoint*/
@media (max-width: 445px) {
  footer .footer-top .col-lg-25 {
    font-size: 12px;
    padding: 7px 10px; } }

@media (max-width: 360px) {
  footer .footer-top .col-lg-25 {
    font-size: 10px;
    padding: 7px 10px; } }
