@font-face {
  font-family: "sunshine";
  src: url(../fonts/sunshine/sunshine-bold-webfont.woff2) format("woff2");
  font-weight: bold;
  font-weight: normal;
}

@font-face {
  font-family: "sunshine";
  src: url(../fonts/sunshine/sunshine-italic-webfont.woff2) format("woff2");
  font-style: italic;
  font-weight: normal;
}

@font-face {
  font-family: "sunshine";
  src: url(../fonts/sunshine/sunshine-light-webfont.woff2) format("woff2");
  font-weight: light;
}

@font-face {
  font-family: "sunshine";
  src: url(../fonts/sunshine/sunshine-lightitalic-webfont.woff2) format("woff2");
  font-weight: light;
  font-style: italic;
}

@font-face {
  font-family: "sunshine";
  src: url(../fonts/sunshine/sunshine-regular-webfont.woff2) format("woff2");
  font-weight: normal;
  font-style: normal;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Libre Baskerville", serif, "Open Sans", sans-serif;
  color: #313030;
  position: relative;
}

a {
  color: #ff5821;
  text-decoration: none;
}

a:hover {
  color: #ff7e54;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald", sans-serif;
}


h1.title,
h2.title,
h3.title,
h4.title,
h5.title {
  font-weight: 700;
  color: #797979;
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #0dcaf0;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: rgb(41, 155, 201);
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: rgba(188, 36, 51, 1);
  font-size: 14px;
  padding: 0;
  color: rgba(255, 255, 255, 0.8);
  height: 54px;
}

#topbar .topbar_left ul,
#topbar .topbar_right ul {
  list-style: none;
  margin: auto 0 auto;
}

#topbar .topbar_left ul li {
  height: 100%;
  float: left;
  line-height: 54px;
  padding-right: 16px;
  color: #efefef;
  padding-left: 16px;
  border-right: 1px solid rgba(145, 10, 23, 1);
}

#topbar .topbar_left ul li:hover,
#topbar .topbar_right ul li:hover {
  background-color: rgba(151, 13, 27, 1);
  border-color: rgba(151, 13, 27, 1);
}

#topbar .topbar_right {
  float: right;
}

#topbar .topbar_right ul li {
  height: 100%;
  float: right;
  line-height: 54px;
  padding-right: 16px;
  color: #efefef;
  padding-left: 16px;
  border-left: 1px solid rgb(145, 10, 23);
}

#topbar .topbar_right ul li i {
  font-size: 1.5em;
}

@media (max-width: 991px) {
  #topbar {
    height: auto;
  }

  #topbar .topbar_left ul {
    line-height: 30px;
    text-align: center;
  }

  #topbar .topbar_left a {
    display: inline-block;
    vertical-align: middle;
  }

  #topbar .topbar_left ul li {
    border-right: 0;
    line-height: 30px;
  }

  #topbar .topbar_right {
    float: none;
  }

  #topbar .topbar_right ul {
    height: 57px;
    text-align: center;
  }

  #topbar .topbar_right a {
    display: inline-block;
    height: auto;
  }

  #topbar .topbar_right ul li {
    border-left: 0;
    height: 57px;
  }
}

#topbar .contact-info i {
  font-style: normal;
  color: #ff5821;
}

#topbar .contact-info i a,
#topbar .contact-info i span {
  padding-left: 5px;
  color: #fff;
  text-transform: uppercase;
}

#topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
}

#topbar .contact-info i a:hover {
  color: #ff5821;
}

#topbar .cta a {
  color: #fff;
  background: #ff5821;
  padding: 10px 20px;
  display: inline-block;
  transition: 0.3s;
}

#topbar .cta a:hover {
  background: #ff6b3b;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 220px;
  transition: all 0.5s;
  z-index: 997;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width:567px) {
  #header {
    height: auto;
  }
}

#header.header-fixed {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

#header .banner {
  min-height: 160px;
  position: relative;
}

#header .banner .container {
  position: relative;
  top: 50%;
  /*left: 50%;
  transform: translate(-50%, -50%);*/
  transform: translateY(-50%);
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  line-height: 0;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #635551;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 240px;
}

#header .banner h6 {
  margin-bottom: 10px;
  font-style: italic;
  font-weight: 700;
  font-size: 22px;
  color: rgba(248, 84, 127, 1);
  /* #656262;*/
}

.scrolled-offset {
  margin-top: 70px;
}

main {
  background-color: #e5e5e5;
  z-index: 3;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/

.navbar {
  padding: 0;
  /*background-color: #b6f0fb;
  background-color: #cdf0ff;*/
  background-color: #aadef3;
  box-shadow: inset 0px -7px 9px -7px rgba(255, 255, 255, 0.8),
    inset 0px 7px 9px -7px rgba(255, 255, 255, 0.8);
  z-index: 99999;
}

.navbar ul {
  margin: 0 auto;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
  height: 60px;
  display: flex;
  align-items: center;
}

.navbar a,
.navbar a:focus {
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: #7d7d7d;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: rgb(248, 84, 127);
  /*#e03854;*/
}

.navbar .getstarted {
  background: #ff5821;
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 4px;
  color: #fff;
}

.navbar .getstarted:hover {
  color: #fff;
  background: #ff6b3b;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
  height: 38px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #03bef7;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #473d3a;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  #header {
    /*height:100px;*/
    flex-direction: row;
  }

  #header .banner {
    width: 85%;
  }

  #header .banner .logo {
    margin-bottom: 10px;
  }

  #header .banner h6 {
    font-size: 30px;
  }

  .navbar {
    background-color: #ffffff;
    justify-content: flex-end;
  }

  .mobile-nav-toggle {
    display: block;
    margin-right: 14px;
    margin-top: 20px;
  }

  .navbar ul {
    display: none;
  }
}

@media (max-width: 567px) {
  #header .banner h6 {
    font-size: 14px;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(43, 37, 35, 0.9);
  transition: 0.3s;
  z-index: 9999999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  left: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a {
  padding: 10px 20px;
  font-size: 15px;
  color: #797979;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #e03854;
}

.navbar-mobile .getstarted {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #03bef7;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*-------------------------------------------------------------
# Slider
--------------------------------------------------------------*/
.main-slider {
  width: 100%;
  /*height:600px;*/
  padding: 0;
}

.tp-banner-container {
  width: 100%;
  position: relative;
  padding: 0;
}

.tp-banner {
  width: 100%;
  position: relative;
}

.tp-caption .font-weight-300 {
  font-weight: 300;
}

.tp-caption .font-weight-400 {
  font-weight: 400;
}

.tp-caption .font-weight-500 {
  font-weight: 500;
}

.tp-caption .font-weight-600 {
  font-weight: 600;
}

.tp-caption .font-weight-700 {
  font-weight: 700;
}

.tp-caption .font-weight-800 {
  font-weight: 800;
}

.tp-caption .font-weight-900 {
  font-weight: 900;
}

.tp-caption h1,
.tp-caption h2,
.tp-caption h3,
.tp-caption h4,
.tp-caption h5,
.tp-caption h6 {
  font-weight: 800;
  margin-bottom: 24px;
  color: #ffffff;
}

.tp-caption h1 {
  font-size: 70px;
  line-height: 60px;
}

.tp-caption h2 {
  font-size: 60px;
  line-height: 50px;
}

.tp-caption h3 {
  font-size: 50px;
  line-height: 40px;
  margin-bottom: 20px;
}

.tp-caption h4 {
  font-size: 40px;
  line-height: 30px;
  margin-bottom: 15px;
}

.tp-caption h5 {
  font-size: 30px;
  line-height: 4px;
  margin-bottom: 10px;
}

.tp-caption h6 {
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 10px;
}

.tp-caption h4,
.tp-caption h5,
.tp-caption h6 {
  font-weight: 600;
}

.tp-caption .text {
  color: #ffffff;
  font-size: 20px;
  line-height: 24px;
  width: 500px;
}

.overlay-row {
  background: #000 none repeat scroll 0 0;
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 60vh;
  background: url("../img/hero-bg.jpg") center center;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding: 0;
  margin-bottom: -120px;
}

#hero:before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .container {
  z-index: 2;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

#hero h2 {
  color: #eee;
  margin-bottom: 50px;
  font-size: 24px;
}

#hero .get-started-icon {
  font-size: 24px;
  background: #ff5821;
  padding: 14px;
  color: #fff;
  border-radius: 50px;
  position: relative;
  z-index: 5;
  box-shadow: 10px 2px 15px rgba(0, 0, 0, 0.1);
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  transition: 0.5s;
  margin-left: -10px;
  padding: 8px 26px 8px 26px;
  color: #fff;
  background: #584b48;
  border-radius: 0 50px 50px 0;
  position: relative;
  z-index: 4;
}

#hero .btn-get-started:hover {
  background: #ff5821;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 1024px),
(max-height: 768px) {
  #hero {
    margin-bottom: -150px;
    height: 80vh;
  }
}

@media (max-width: 768px) {
  #hero {
    height: 80vh;
  }

  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

@media (max-height: 640px) {
  #hero {
    height: 120vh;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #66615f;
}

.section-bg-light {
  background-color: #e5e5e5;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 20px;
  padding-bottom: 0;
  font-family: "Poppins", sans-serif;
  color: #635551;
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f4f2f2;
  margin-bottom: 40px;
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 500;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #635551;
  content: "/";
}

.priest_message .priest_image {
  float: left;
  border-radius: 50%;
  border: 2px solid #bbadad;
  margin: 0 10px 0 0;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}

#slogan .title {
  font-size: 24px;
  color: #ffffff;
  letter-spacing: 3px;
  word-spacing: 10px;
  font-weight: 700;
}

@media (max-width:567px) {
  #slogan .title {
    letter-spacing: 2px;
    word-spacing: 7px;
  }
}

#about p {
  font-size: 16px !important;
}

#about .container .row [class^="col-"]>div {
  background-color: #ffffff;
  height: 100%;
  border-radius: 16px;
  border: 8px solid rgba(102, 97, 95, 0.7);
  box-sizing: border-box;
  box-shadow: 0 0 6px 0 rgba(224, 224, 224, 0.5);
  min-height: 400px;
}

#about .about_img_container {
  max-height: 580px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  #about .about_img_container {
    max-height: 700px;
  }
}

@media (min-width: 1200px) {
  #about .about_img_container {
    max-height: 600px;
  }
}

/*#about .container .row [class^="col-"] > div h4 {
  font-weight: 700;
  color: #585858;
}*/

#about .container .row [class^="col-"]>div>img {
  border-radius: 8px;
  height: 100%;
}

/*#news_events>h2{
  font-weight:700;
  color: #585858;
}*/
#news_events .container .row [class^="col-"]>div {
  background-color: #FFFFFF;
  border-radius: 8px;
}

/*#news_events .container .row [class^="col-"] > div h4{
  font-weight: 700;
  color: #585858;
}*/
#news {
  height: 300px;
  border-radius: 8px;
  background-color: #EFEFEF;
  padding: 8px;
  overflow: hidden;
}

#news_events #news ul {
  list-style: none;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding-left: 0;
}

#news_events #news ul li {
  line-height: 3;
  border-radius: 4px;
}

#news_events #news ul li span.date {
  color: #f8547f;
  padding: 4px;
  margin-right: 3em;
}

#news ul li,
#timings ul li {
  padding-top: 0.6em;
  padding-bottom: 0.6em;
  padding-left: 1em;
  padding-right: 1em;
  height: .3.5em;
  line-height: 1.5em
}

#news ul li.title,
#timings ul li.title {
  color: #f8547f;
  background-color: #c4eaf1;
}

#news ul li.content_even,
#timings ul li.content_even {
  background-color: #EFEFEF;
}

#news ul li.content_odd,
#timings ul li.content_odd {
  background-color: #F7F7F7;
}

#news ul li.content:nth-child(odd),
#timings ul li.content:nth-child(odd) {
  background-color: #EFEFEF;
}

#news ul li.content:nth-child(even),
#timings ul li.content:nth-child(even) {
  background-color: #FFFFFF;

}


#obituary {
  height: 300px;
}

#obituary .obi-img-container {
  width: 20%;
  padding: 10px;
}

#obituary .obi-img-container img {
  width: 100px;
  height: 100px;
  border-radius: 4px;
}

@media screen and (max-width:567px) {
  #obituary .obi-img-container img {
    width: 60px;
    height: 60px;
  }

  #obituary .obi-content-container .obi-content {
    font-size: 0.9em;
  }
}

#obituary .obi-content-container .obi-content {
  list-style: none;
}



#timings {
  max-height: 490px;
  overflow: auto;
  border-radius: 4px;
}

#timings ul {
  list-style: none;
  width: 100%;
  padding-left: 0;
}

.marquee {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
  list-style: none;
  padding-left: 0;
  background-color: #EFEFEF;
}

/*.marquee:hover{
  animation-play-state: paused;
}
.marquee{
  list-style:none;
  display: inline-block;
  padding-top: 20%;
  
  animation-name: marquee;
  animation-duration: 16s;
  animation-iteration-count: infinite;
  animation-timing-function:linear;
  animation-delay: -2s;
  
}
@keyframes marquee {
  0%   { transform: translate(0, 100%); }
  100% { transform: translate(0, -100%); }
}
*/
#news_events h3.title {
  font-size: 1.6em;
}

#news_events h4.title {
  font-size: 1.2em;
}

#news_events .box_3_caption {
  min-height: 5em;
}

#news_events .box_3_caption a {
  color: #EFEFEF !important;
}

#news_events .box_3_caption a:hover {
  color: #ff5821 !important;
}

#festivals_box1,
#festivals_box2 {
  min-height: 300px;
  background-color: rgba(188, 36, 51, 1) !important;
  color: #EFEFEF !important;
  border-radius: 8px;

}

#festivals_box1 img,
#festivals_box2 img {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

#new_church_box {
  min-height: 300px;
  background-color: rgba(188, 36, 51, 1) !important;
  color: #EFEFEF !important;
  /* background-color:#EFEFEF;*/
  border-radius: 8px;
}

#festivals_box2 iframe,
#new_church_box iframe {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}

#featured_gallery .section-head .title {
  font-size: 28px;
  color: #ffffff;
  font-weight: 700;
}

#featured_gallery .site-filters {
  margin-bottom: 30px;
}

#featured_gallery .site-filters li input {
  display: none;
}

#featured_gallery .site-filters li input:focus {
  outline: none !important;
}




.site-filters {
  margin-bottom: 30px;
}

.site-filters ul {
  margin: 0;
  list-style: none;
}

.site-filters li {
  display: inline-block;
  padding: 0;
  margin-bottom: 3px;
}

.site-filters li.btn {
  box-shadow: none;
  -webkit-box-shadow: none;
  outline: none !important;
  border: none !important;
}

.site-filters li.btn:focus {
  outline: 0 !important;
}

.site-filters ul li [class*="site-button"] {
  color: #d8dadd;
  border: none !important;
}

.site-filters ul li input:focus [class*="site-button"] {
  outline: none !important;
}

.site-filters .active>[class*="site-button"] {
  color: #fff;
  background-color: var(--color-primary);
  border: none !important;
}

#masonry .image_thumb,
#masonry2 .image_thumb,
#masonry3 .image_thumb {
  overflow: hidden;
  position: relative;
}

#masonry .site-filters .filters .btn a,
#masonry2 .site-filters .filters .btn a {
  clear: both;
  display: table-cell;
  padding: 5px 20px;
  text-align: center;
}

#masonry .image_thumb img {
  width: 100%;
  height: 160px;
  border-radius: 4px;
}

#masonry2 .image_thumb img {
  width: 100%;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

@media (max-width:575px) {
  #masonry .image_thumb img {
    height: 300px;
  }
}

@media (max-width:499px) {
  #masonry .image_thumb img {
    height: 230px;
  }
}


#masonry .image_thumb .image_overlay,
#masonry2 .image_thumb .image_overlay,
#masonry3 .image_thumb .image_overlay {
  background: rgba(10, 10, 10, 0.3);
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#masonry2 .image_thumb .image_overlay {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

#masonry .image_thumb .image_overlay .fa,
#masonry2 .image_thumb .image_overlay .fa,
#masonry3 .image_thumb .image_overlay .fa {
  background: #cdf0ff;
  border-radius: 50%;
  color: #FFFFFF;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;

  /* http://www.smashingmagazine.com/2013/08/09/absolute-horizontal-vertical-centering-css/ */
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#masonry .image_thumb:hover .image_overlay,
#masonry2 .image_thumb:hover .image_overlay,
#masonry3 .image_thumb:hover .image_overlay {
  opacity: 0.9;
}

#masonry,
#masonry2,
#masonry3 {
  list-style: none;
  margin: 0;
  padding: 0;
}

#masonry2 .img-container .image_info {
  min-height: 280px;
}

#masonry2 .img-container .image_info .event_date {
  color: #767676;
  font-size: 14px;
}

#masonry2 .img-container .image_info .event_title {

  font-size: 18px;
  font-weight: 700;
}

#masonry2 .img-container .image_info .event_title a {
  text-decoration: none;
  color: rgb(113, 28, 28);
}

#masonry2 .img-container .image_info .event_desc {
  font-size: 14px;
  line-height: 1.3;
  height: 2.6em;
  text-align: left;
  white-space: initial;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}




#masonry2 .img-container>div {
  border-radius: 6px;

}

#masonry .img-container,
#masonry2 .img-container,
#masonry3 .img-container {
  margin-bottom: 30px;
}

#masonry2 .img-container .read_more_link {
  padding: 1em;
  text-align: right;
}

#contact {
  background-color: #e5e5e5;
}

#contact .info i.bi-geo-alt-fill {
  font-size: 46px;
  color: #a3def5;
}

#contact .info i {
  font-size: 28px;
  color: #a3def5;
}


#gallery .fixed-sidepanel {
  position: fixed;
  top: 60px;
  z-index: 99;
}

#thanks-given .thanks-given-item {
  border-radius: 8px;
}

#thanks-given .thanks-given-text {
  min-height: 130px;
}

#thanks-given .thanks-given-text i.fa {
  color: #767676;
}


#thanks-given .thanks-given-devotee-details {
  color: #767676;
}



#obituary-pg .obi-item {
  border-radius: 8px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #313030;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px;
}

.contact .info-box i {
  font-size: 32px;
  color: #ff5821;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #ffded4;
  float: left;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #656262;
  font-weight: 700;
  margin: 10px 0 10px 68px;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin: 0 0 0 68px;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #ff5821;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
  background: #ff5821;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #ff7e54;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #313030;
  font-size: 14px;
  background: #8fd4ef;
  /*rgb(163, 222, 245);*/
  z-index: 99999;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background-color: #8fd4ef;
  /*#cdf0ff; rgb(163, 222, 245);*/
}

#footer .footer-top>.container>.row>h2 {
  position: relative;
  margin: 0 0 0.75em;
  padding: 0 0 15px 0;
  line-height: 40px;
  font-size: 32px;
  color: #878787;
}

#footer .footer-top>.container>.row>h2:after {
  position: absolute;
  content: "";
  height: 1px;
  border-radius: 2px;

  left: 0;
  bottom: 0;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.6);
  width: 100%;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #656262;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #313030;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: transparent;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  /*color: #656262;*/
  color: rgba(31, 70, 128, 0.9);
  font-style: oblique;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  text-transform: uppercase;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: rgba(248, 84, 127, 1);
}

#footer .footer-bottom {
  background-color: #656262;
}

#footer .footer-bottom .copyright {
  color: #efefef;
}

#footer .footer-bottom .credits {
  color: #ffffff;
}

#footer .footer-bottom .credits a {
  color: rgb(178, 221, 239);
}

#footer .footer-newsletter {
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  color: #313030;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  text-align: left;
  border: 1px solid #ffe2d9;
}

#footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #ff5821;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type="submit"]:hover {
  background: #ed3b00;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #313030;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #0dcaf0;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: rgb(41, 155, 201);
  color: #fff;
  text-decoration: none;
}




/*------------------- History of Parish--------------------- */
#history_of_parish p {
  line-height: 1.9;
}

#mass-timing-pg .section-head {
  padding: 2em 0;
}

#mass-timing-pg h4.title {

  font-family: "Poppins", sans-serif;
}

#mass-timing-pg h4.title .date {
  font-size: 0.8em;
  color: #e4592a;
}

#mass-timing-pg .mass-timing-list-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

#mass-timing-pg .mass-timing-list {
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;

  min-height: 200px;


}

#mass-timing-pg .mass-timing-list li {
  padding-top: 1em;
  padding-bottom: 1em;
  font-weight: 700;
  color: #767676;
}

#mass-timing-pg .mass-timing-img-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 70px;
}

#mass-timing-pg .mass-timing-img {
  width: 90%;
  border: 8px double #EFEFEF;
  border-radius: 3px;
}


/*---------------------------- New Church-------------------------*/


#new_church_gallery .section-head .title {
  font-size: 28px;
  color: #ffffff;
  font-weight: 700;
}

#new_church_gallery .site-filters {
  margin-bottom: 30px;
}

#new_church_gallery .site-filters li input {
  display: none;
}

#new_church_gallery .site-filters li input:focus {
  outline: none !important;
}



#new_church_gallery .image_thumb img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

#new_church_gallery .image_thumb {
  overflow: hidden;
  position: relative;
}

#new_church_gallery .image_thumb .image_overlay {
  background: rgba(10, 10, 10, 0.3);
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#new_church_gallery .image_thumb .image_overlay .fa {
  background: #cdf0ff;
  border-radius: 50%;
  color: #FFFFFF;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;

  /* http://www.smashingmagazine.com/2013/08/09/absolute-horizontal-vertical-centering-css/ */
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#new_church_gallery .image_thumb:hover .image_overlay {
  opacity: 0.9;
}


#contruction_details .fa-file-pdf-o {
  color: #901111;
}


#contruction_details a {
  display: block;
  border-radius: 5px;
  line-height: 1.3;
  padding: 1em 1em 1em 30px;
  background-color: #EFEFEF;
  transition: margin 0.5s;
  margin-bottom: 1.2em;
}


#contruction_details a:hover {
  background-color: #CDCDCD;
  color: #FFFFFF;
  margin-left: -16px;
  margin-right: -16px;
}



#enquiry-form .error-message,
#contact-form .error-message,
#prayer-request .error-message {
  display: none;
  color: #FFFFFF;
  background: #910A17;
  text-align: center;
  padding: 8px;
  font-weight: 600;
  border-radius: 4px;
  margin: 5px 0;
}

#enquiry-form .error-message br+br,
#contact-form .error-message br+br,
#prayer-request .error-message br+br {
  margin-top: 25px;
}

#enquiry-form .sent-message,
#contact-form .sent-message,
#prayer-request .sent-message {
  display: none;
  color: #FFFFFF;
  background: #0ca811;
  text-align: center;
  padding: 8px;
  font-weight: 600;
  border-radius: 4px;
}

#enquiry-form .loading,
#contact-form .loading,
#prayer-request .loading {
  display: none;
  background: transparent;
  text-align: center;
  padding: 15px;
}

#enquiry-form .loading:before,
#contact-form .loading:before,
#prayer-request .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #06760a;
  border-top-color: #FFFFFF;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}



@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}






#news_events .btn-primary {
  background-color: rgba(188, 36, 51, 1) !important;
  color: #EFEFEF !important;
  border-color: #e74141 !important;
}

#news_events .btn-primary:hover,
#news_events .btn-primary:active {
  background-color: rgba(198, 36, 51, 1) !important;
}



#news_events .btn-outline-primary {
  color: #ba2d2d;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}




#new_church_questions .questions {
  padding: 0 100px;
}


#new_church_questions .questions ul {
  padding: 0;
  list-style: none;
}



#new_church_questions .questions ul li+li {
  margin-top: 15px;
}



#new_church_questions .questions ul li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

#new_church_questions .questions ul a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
}

#new_church_questions .questions ul .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #ffb8a1;
}




#new_church_questions .questions ul .icon-show,
#new_church_questions .questions ul .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

#new_church_questions .questions ul p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

#new_church_questions .questions ul li ol li {
  margin-top: .5em !important;
  padding: .5em !important;
}

#new_church_questions .questions ul .icon-show {
  display: none;
}

#new_church_questions .questions ul a {
  color: #ff5821 !important;
}

#new_church_questions .questions ul a.collapsed {
  color: #343a40 !important;
}

#new_church_questions .questions ul a.collapsed:hover {
  color: #ff5821;
}

#new_church_questions .questions ul a.collapsed .icon-show {
  display: inline-block;
}

#new_church_questions .questions ul a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  #new_church_questions .questions {
    padding: 0;
  }
}

#newsevent .cover_img {
  border-radius: 5px;
}

#newseventgal li .image_thumb img {
  border-radius: 6px;
}

#newseventgal li .image_thumb .image_overlay {
  border-radius: 6px;
}

#masonry3 .image_thumb img {
  height: 100%;
  width: 100%;
}

.gslide-description {
  text-align: center;
}

@media(min-width:768px) {
  .gslide-image img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }

  .gslide-description {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;

  }
}


@media (max-width:767px) {
  .gslide-image img {
    border-radius: 5px;
  }
}

#religious_houses {
  min-height: 100vh;
  position: relative;
}

#religious_houses section {
  position: relative;
  z-index: 99999;
}

#religious_houses:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background-repeat: no-repeat;
  background-attachment: fixed;

  background-position: center;
  background-size: cover;
}

#religious_houses section {
  padding-top: 40px;
  padding-bottom: 20px;
}

#religious_houses .church_associations {
  padding-bottom: 0;
}


.church_org {
  list-style: none;
  padding-left: 0;
}

.church_org li {
  line-height: 2.5;
}



#festivals fieldset {
  border: 6px solid #898989;
  padding: 20px;
  border-radius: 14px;

}


#festivals fieldset legend {
  border: 3px solid rgb(145, 10, 23);
  padding: 6px 10px;
  margin-left: 1em;
  background-color: rgb(175, 12, 28);
  color: #FCFCFC;
  width: inherit;
  border-radius: 50px;
}


.other_festivals {
  list-style: none;
  padding-left: 0;
}

.other_festivals li {
  padding: 1em 0;
}

#priest_religious .religious {
  list-style: none;
  padding-left: 0;

}

#priest_religious .religious li {
  height: 4em;
}

#priest_religious .row [class^="col-"]>div {
  border-radius: 8px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.7);
}

#priest_religious .women_religious {
  list-style: none;
  padding-left: 0;
}

#priest_religious .women_religious li {
  height: 3em;
}

#priest_religious .vicars {
  border-radius: 8px;
  padding: 2em 0;
  border-collapse: separate;
  border-spacing: 0;
}

#priest_religious .vicars td {
  padding-left: 1.5em;
}