

.site-nav-wrap
  .search_wrapper
  .searchform
  .search-inner-wrap
  input#searchSubmit {
  background-color: #6bb1bd;
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
  
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.5px;
  padding: 6px 22px;
  transition: all 0.5s ease-in-out;
  height: 42px;
  border: 0;
}

.site-nav-wrap .search_wrapper .rcbo-searchform {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: #000000a6;
  border-radius: 0;
  overflow: hidden;
  padding: 15px;
  /* align-items: center; */
  justify-content: center;
  z-index: 99999;
}

.site-nav-wrap .search_wrapper .rcbo-searchform.show {
  display: flex;
}

.site-nav-wrap .search_wrapper .rcbo-searchform a.close-search {
  position: absolute;
  top: 40px;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 100%;
  right: 20px;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  box-shadow: 1px 2px 4px -1px #00000060;
  padding: 11px;
  z-index: 9;
}

.site-nav-wrap .search_wrapper .rcbo-searchform a.close-search:focus {
  outline: none;
}

.site-nav-wrap .search_wrapper .rcbo-searchform a.close-search img {
  max-width: 100%;
}

.site-nav-wrap .search_wrapper .rcbo-searchform .asp_w_container {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding-top: 150px;
  animation-name: topTpBottom;
  animation-duration: 1s;
}

.site-nav-wrap
  .search_wrapper
  .rcbo-searchform
  .asp_w_container
  .asp_main_container {
  border-radius: 0;
}

.site-nav-wrap
  .search_wrapper
  .rcbo-searchform
  .asp_w_container
  .proinput
  input.orig {
  /*padding: 0 !important;*/
  margin: 0 !important;
  
}

.site-nav-wrap
  .search_wrapper
  .rcbo-searchform
  .asp_w_container
  .proinput
  input.autocomplete {
  padding: 0 !important;
  margin: -60px 0 0 !important;
  display: none;
}

.site-nav-wrap .search_wrapper .rcbo-searchform .asp_w_container .promagnifier {
  background: none !important;
}

.site-nav-wrap
  .search_wrapper
  .rcbo-searchform
  .asp_w_container
  .promagnifier
  .innericon
  svg {
  width: 28px;
  fill: #929292;
}

@keyframes topTpBottom {
  from {
    transform: translateY(-50px);
  }

  to {
    transform: translateY(0);
  }
}

.mob-menu-header-holder {
  top: 63px;
  right: 10%;
  position: static;
  width: auto;
  height: auto;
  display: none;
}

.mob-menu-header-holder.mobmenu.duplicate {
  display: block;
  z-index: 92;
}

.mob-menu-header-holder .mobmenu-trigger-action {
  display: flex;
  align-items: center;
  column-gap: 10px;
  text-decoration: none;
}

.mob-menu-header-holder .mobmenu-trigger-action .right-menu-icon-text {
  color: #ffffff;
  transition: all 0.5s ease-in-out;
  
  text-transform: uppercase;
  font-size: 24px;
  line-height: 24px;
  display: block;
  float: none;
}

.mob-menu-header-holder .mobmenu-trigger-action .mob-menu-icon {
  width: 26px;
  height: 26px;
}

.mob-menu-header-holder .mobmenu-trigger-action .mob-menu-icon:before {
  font-size: 0;
  background: url('../images/hamburger_icon.png') no-repeat 0 0;
  background-size: contain;
  width: 100%;
  height: 100%;
  display: block;
  float: none;
  text-decoration: none;
  opacity: 1;
  display: block;
  margin: 0;
  transition: opacity 0.5s ease;
  visibility: visible;
}

.mob-menu-header-holder .mobmenu-trigger-action:hover .mob-menu-icon::before {
  opacity: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}

.mob-menu-header-holder .mobmenu-trigger-action .mob-menu-icon::after {
  content: '';
  font-size: 0;
  background-image: url('../images/hamburger_icon_salmon.png');
  background-size: contain;
  width: 100%;
  height: 100%;
  float: none;
  text-decoration: none;
  opacity: 0;
  margin: 0;
  display: block;
  visibility: hidden;
}

.mob-menu-header-holder .mobmenu-trigger-action:hover .mob-menu-icon::after {
  opacity: 1;
  visibility: visible;
}

body .mobmenur-container {
  position: static;
}

.show-nav-right .mobmenu-panel.show-panel {
  z-index: 9999999;
}

.mobmenu-right-panel .mobmenu-right-bt {
  right: 40px;
  top: 30px;
}

.mob-menu-header-holder .mobmenu-trigger-action i {
  transition: all 0.5s ease-in-out;
  font-size: 24px;
  color: #fff;
  padding-top: 3px;
}

.mob-menu-header-holder .mobmenu-trigger-action:hover {
  color: var(--wp--preset--color--secondary);
}

.mob-menu-header-holder .mobmenu-trigger-action:hover i.mob-menu-icon,
.mob-menu-header-holder .mobmenu-trigger-action:hover .right-menu-icon-text,
.mob-menu-header-holder .mobmenu-trigger-action:hover i {
  /* color: var(--wp--preset--color--secondary);
   */
   color: var(--wp--preset--color--secondary);
}

.mobmenu-panel {
  box-shadow: -10px 0 20px rgb(0 0 0 / 5%);
}

.mobmenu-panel button.sub-menu-toggle {
  background-color: transparent;
  border: 0;
  padding: 0;
  position: absolute;
  top: 16px;
  right: 28px;
}

.mobmenu-panel .mobmenu-content {
  overflow: unset;
  height: auto;
  margin-top: 65px;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 65px);
}

.mobmenu-panel .mobmenu-content li {
  position: relative;
  padding: 0 35px;
}

.mobmenu-panel .mobmenu-content ul#mobmenuright > li {
  padding: 3px 35px 3px 20px;
}

.mobmenu-panel .mobmenu-content ul#mobmenuright > li > a {
  font-family: 'Helvetica Neue Bold' !important;
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: capitalize;
}

.mobmenu-panel .mobmenu-content ul#mobmenuright > li.spcl-btn-pink a,
.mobmenu-panel .mobmenu-content ul#mobmenuright > li.current-menu-item > a {
  color: var(--wp--preset--color--secondary);
}

.mobmenu-panel .mobmenu-content li a {
  text-align: right;
  font-family: 'Helvetica Neue Bold' !important;
}

#mobmenuright li > ul.sub-menu {
  display: block;
  margin-top: 0 !important;
  height: auto !important;
  margin-bottom: 0 !important;
  transition: all 0.5s ease-in-out;
  max-height: 0;
  overflow: hidden;
}

#mobmenuright li > ul.sub-menu.show-sub-menu {
  max-height: 500px;
}

.mobmenu-panel .mobmenu-content ul#mobmenuright > li > .sub-menu {
  margin-bottom: 10px;
}

.mobmenu-panel .mobmenu-content ul#mobmenuright > li > .sub-menu > li {
  padding: 5px 0;
}

.mobmenu-panel .mobmenu-content ul#mobmenuright > li > .sub-menu > li > a {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  padding: 0 25px;
  position: relative;
}

.mobmenu-panel
  .mobmenu-content
  ul#mobmenuright
  > li
  > .sub-menu
  > li
  > ul.sub-menu.show-sub-menu {
  margin-top: 5px !important;
}

.mobmenu-panel .mobmenu-content li .sub-menu li > a .mob-expand-submenu {
  position: absolute;
  top: 0;
  right: 2px;
}

.mobmenu-panel .mobmenu-content li .sub-menu li a {
  padding: 0 25px;
  position: relative;
}

.mobmenu-panel .mobmenu-content li .sub-menu li .sub-menu li {
  padding: 0;
}

.mobmenu-panel .mobmenu-content li .sub-menu li .sub-menu li a {
  font-size: 14px !important;
  line-height: 22px !important;
  font-weight: 300 !important;
  
  color: #222222 !important;
}

.mobmenu-panel .mobmenu-content li .sub-menu li .sub-menu li:hover {
  background-color: transparent !important;
}

.mobmenu-panel .mobmenu-content li .sub-menu li .sub-menu li a:hover {
  color: #f1766b !important;
}

.mobmenu-panel button.sub-menu-toggle .icon-plus,
.mobmenu-panel button.sub-menu-toggle .icon-minus {
  display: none;
}

.mobmenu-panel .mobmenu-content .otherNavigation {
  text-align: right;
  padding: 8px 35px 15px 20px;
  margin-top: 30px;
}

.mobmenu-panel .mobmenu-content .otherNavigation .other-menu {
  display: block;
  text-decoration: none;
  margin-bottom: 20px;
  
}

.other-menu {
  font-size: 22px;
}

.mobmenu-panel .mobmenu-content .otherNavigation .other-menu:last-child {
  margin-bottom: 0;
}

.mobmenu-panel .mobmenu-content .otherNavigation .other-menu.lang-translate {
  display: flex;
  justify-content: flex-end;
}

.mobmenu-panel
  .mobmenu-content
  .otherNavigation
  .other-menu.lang-translate::before {
  /*content: 'Translate';*/
  background-color: transparent;
  color: #9aaea3;
  font-size: 22px;
  line-height: 28px;
  
  border: 0;
  padding: 0 10px;
  text-transform: capitalize;
}

/* ul.sub-menu .mob-expand-submenu .mob-icon-up-open{
    display: block !important;
}
ul.sub-menu .mob-expand-submenu.show-sub .mob-icon-up-open{
    display: none !important;
}
ul.sub-menu .mob-expand-submenu .mob-icon-down-open{
    display: none !important;
}
ul.sub-menu .mob-expand-submenu.show-sub .mob-icon-down-open{
    display: block !important;
} */
.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
  z-index: 999;
}

.mobmenu-panel .mobmenu-content .site-translate {
  padding: 20px 0 0;
  display: inline-flex;
  align-items: center;
}

.mobmenu-panel .mobmenu-content .site-translate .active-translate {
  background-color: transparent;
  color: #9aaea3;
  font-size: 22px;
  line-height: 28px;
  
  border: 0;
  padding: 5px 10px;
  text-transform: capitalize;
}

.wpml-ls-legacy-dropdown-click {
  width: 50px;
  max-width: 100%;
}

.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
  height: 35px;
  padding: 0 0 0 5px;
  display: flex;
  align-items: center;
  border: 0;
}

.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
  content: '\f004';
  font-family: 'mobmenu';
  font-style: normal;
  font-weight: normal;
  /* speak: none; */
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  /* font-size: 120%; */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 0;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.mobmenu-panel
  .mobmenu-content
  .wpml-ls-legacy-dropdown-click
  ul
  li.wpml-ls-item
  > a.wpml-ls-item-toggle.wpml-ls-item-toggle-active::after {
  transform: translateY(-50%) rotate(180deg);
}

.mobmenu-panel .mobmenu-content li.wpml-ls-item {
  padding: 0;
}

.wpml-ls-legacy-dropdown-click .wpml-ls-flag {
  display: block;
}

.mobmenu-panel
  .mobmenu-content
  .site-translate
  .active-translate
  span.active-flag {
  display: none;
  margin-left: 12px;
}

.mobmenu-panel
  .mobmenu-content
  .site-translate
  .active-translate
  span.active-flag
  img {
  display: block;
  width: 18px;
}

.mobmenu-panel
  .mobmenu-content
  .site-translate
  .wpml-ls-legacy-list-horizontal {
  padding: 0;
  margin-top: 10px;
}

.mobmenu-panel
  .mobmenu-content
  .site-translate
  .wpml-ls-legacy-list-horizontal
  ul {
  display: flex;
  justify-content: flex-end;
}

.mobmenu-panel
  .mobmenu-content
  .site-translate
  .wpml-ls-legacy-list-horizontal
  ul
  li {
  padding: 0;
  margin-left: 3px;
  transition: all 0.5s ease-in-out;
}

.mobmenu-panel
  .mobmenu-content
  .site-translate
  .wpml-ls-legacy-list-horizontal
  ul
  li:hover
  a {
  background-color: #ffba4dad;
}

.mobmenu-panel
  .mobmenu-content
  .site-translate
  .wpml-ls-legacy-list-horizontal
  ul
  li
  a {
  padding: 0;
  padding: 5px;
}

.mobmenu-panel
  .mobmenu-content
  .site-translate
  .wpml-ls-legacy-list-horizontal
  ul
  li
  a
  img {
  display: block;
  width: 18px;
}

.wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover > a,
.wpml-ls-legacy-dropdown-click a:focus,
.wpml-ls-legacy-dropdown-click a:hover {
  background-color: transparent;
}

/* .mobmenu-panel .mobmenu-content .site-translate .wpml-ls-legacy-dropdown-click{
    width: 100%;
}
.mobmenu-panel .mobmenu-content .wpml-ls-legacy-dropdown-click ul li.wpml-ls-item{
    padding: 0;
}
.mobmenu-panel .mobmenu-content .wpml-ls-legacy-dropdown-click ul li.wpml-ls-item > a.wpml-ls-item-toggle{
    background-color: transparent;
    color: #9aaea3;
    padding-right: 20px;
    font-family: "Helvetica Neue Light" !important;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0;
    text-transform: capitalize;
    border: 0;
}
.mobmenu-panel .mobmenu-content .wpml-ls-legacy-dropdown-click ul li.wpml-ls-item > a.wpml-ls-item-toggle::before {
    content: 'Translate';
    font-family: "Helvetica Neue Light" !important;
    font-size: 22px;
    line-height: 28px;
    margin-right: 5px;
}
.mobmenu-panel .mobmenu-content .wpml-ls-legacy-dropdown-click ul li.wpml-ls-item > a.wpml-ls-item-toggle::after{
    content: '\f004';
    font-family: "mobmenu";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    font-size: 120%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: 0;
    right: 0;
    font-size: 17px;
    top: 19px;
    transition: all 0.3s ease-in-out;
    transform: rotate(180deg);
}*/
.mobmenu-panel
  .mobmenu-content
  .wpml-ls-legacy-dropdown-click
  ul
  li.wpml-ls-item
  .wpml-ls-sub-menu {
  border: 0;
  display: block;
  max-height: 0;
  height: auto;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-100%);
  width: 40px;
  box-shadow: 0 0 5px #00000020;
  left: auto;
  background-color: #ffffff;
}

.mobmenu-panel
  .mobmenu-content
  .wpml-ls-legacy-dropdown-click
  ul
  li.wpml-ls-item
  .wpml-ls-sub-menu.show-sub-menu {
  max-height: 500px;
}

.mobmenu-panel
  .mobmenu-content
  .wpml-ls-legacy-dropdown-click
  ul
  li.wpml-ls-item
  .wpml-ls-sub-menu
  li
  a {
  font-size: 14px;
  line-height: 18px;
  padding: 7px 10px;
  position: relative;
  text-align: right;
  font-family: 'Helvetica Neue Bold' !important;
  color: #222222;
  border: 0;
  transition: all 0.3s ease-in-out;
}

.mobmenu-panel
  .mobmenu-content
  .wpml-ls-legacy-dropdown-click
  ul
  li.wpml-ls-item
  .wpml-ls-sub-menu
  li
  a:hover {
  background-color: #9aaea3b3;
  color: #9aaea3;
}

*/

/* Body */
.site-content {
  min-height: initial !important;
}

.banner-section .kc_col-sm-12 {
  padding: 0;
}

.banner-section .kc_col-sm-12 {
  padding: 0;
}

.banner-section ul.tp-revslider-mainul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.banner-title-wrap,
.banner-title-wrap * {
  position: static !important;
}

.banner-subtitle-wrap,
.banner-subtitle-wrap * {
  position: static !important;
}

.banner-cta-wrap,
.banner-cta-wrap * {
  position: static !important;
}

.rs-fullvideo-cover {
  background-color: rgba(0, 0, 0, 0.2);
}

.banner-title {
  font-size: 48px !important;
  line-height: 52px !important;
  font-family: 'Helvetica Neue Bold' !important;
  text-align: center !important;
  text-transform: none;
  margin-bottom: 20px !important;
}

.banner-subtitle {
  font-size: 35px !important;
  line-height: 55px !important;
  
  font-weight: 300 !important;
  text-align: center !important;
}

body.home .banner-title {
  font-size: 80px !important;
  line-height: 80px !important;
  font-family: 'Helvetica Neue Bold' !important;
  text-align: center !important;
  text-transform: none;
  margin-bottom: 20px !important;
}

body.home .banner-subtitle {
  font-size: 30px !important;
  line-height: 55px !important;
  
  font-weight: 300 !important;
  text-align: center !important;
}

.banner-cta {
  font-size: 16px !important;
  line-height: 26px !important;
  
  text-transform: uppercase;
  padding: 8px 40px !important;
  font-weight: 600 !important;
  margin-top: 30px !important;
}

.banner-btn-wrap {
  margin-top: 50px;
}

.banner-btn-wrap,
.banner-btn-wrap * {
  position: static !important;
}

.hermes.tp-bullets {
  top: 85% !important;
}

.tp-bullet {
  width: 10px !important;
  height: 10px !important;
}

.tp-bullet::after {
  background: transparent !important;
}

.tp-bullet.selected {
  box-shadow: inset 0 0 0 2px #ffba4d;
}

.tp-bullet.selected::after {
  background: transparent !important;
}

.tp-bullet.selected,
.tp-bullet:hover {
  background: #ffba4d !important;
  border-color: #ffba4d !important;
}

.find-section .kc_row_inner {
  display: flex;
  flex-wrap: wrap;
}

.find-section .kc_row_inner .kc-col-inner-container {
  position: relative;
}

.find-section .section-title,
.section-title .elementor-widget-container {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
  pointer-events: none;
}

.connect-us-section .section-title .elementor-widget-container,
.place-for-everyone-section .section-title .elementor-widget-container {
  position: relative;
  display: block;
}

.find-section .elementor-widget-wrap:hover .section-title {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.find-section .section-title h3,
.find-section .section-title h3.elementor-heading-title {
  color: #ffffff;
  margin: 0;
  text-align: center;
}

.find-section .item {
  padding: 0 15px;
}

.highlights h4,
.highlights h4.elementor-heading-title {
  text-transform: uppercase;
  color: var(--wp--preset--color--secondary);
}

/* .highlights .elementor-widget-text-editor {
  margin-bottom: 30px !important;
} */

.highlights .elementor-widget-text-editor,
.highlights .elementor-widget-text-editor p {
  
}

/* .home_highlights .highlight-carousel .owl-item .elementor-container .left {
  width: 45%;
} */

.home_highlights .highlight-carousel .owl-item .elementor-container .right {
  /* width: 55%; */
  padding: 0 30px 0 50px !important;
}

/* body.single-ministry .highlight-carousel .owl-item .elementor-container .right {
  width: 70%;
} */

.place-for-everyone-section .kc-col-container {
  max-width: 100%;
}

.place-for-everyone-section .middle-content-wrapper {
  max-width: 800px;
}

.place-for-everyone-section .kc_row_inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.place-for-everyone-section .kc_row_inner .left {
  padding-left: 0;
}

.place-for-everyone-section .kc_row_inner .right {
  padding: 0 20% 0 5%;
}

.place-for-everyone-section h2.section-title,
.place-for-everyone-section .section-title h2 {
  font-family: "Helvetica Neue Light"; 
  font-size: 65px !important;
  line-height: 75px !important;
  text-transform: unset;
  font-weight: 400;
  margin-bottom: 30px !important;
  color: #fff !important;
}

.place-for-everyone-section p {
  
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 30px;
  /* font-family: "Helvetica Neue Light"; */
}

.place-for-everyone-section .elementor-widget-text-editor {
  margin-bottom: 30px !important;
}

.image-with-text-blocks .elementor-container,
.image-with-text-blocks .kc_row_inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.image-with-text-blocks .elementor-inner-column,
.image-with-text-blocks .kc_col-sm-4 {
  padding: 0;
}

.image-with-text-blocks .elementor-inner-column .elementor-widget-container,
.image-with-text-blocks .kc_col-sm-4 .kc-col-inner-container {
  position: relative;
}

.image-with-text-blocks .elementor-inner-column .elementor-widget-container img,
.image-with-text-blocks .kc_col-sm-4 .kc_single_image img {
  width: 100%;
  max-width: none !important;
}

.image-with-text-blocks .elementor-inner-column .elementor-widget-heading,
.image-with-text-blocks .kc_col-sm-4 .kc-title-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
  pointer-events: none;
}

.image-with-text-blocks .elementor-inner-column:hover .elementor-widget-heading,
.image-with-text-blocks .kc_col-sm-4:hover .kc-title-wrap {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

/* .image-with-text-blocks .elementor-col-33.item-1:hover .kc-title-wrap{
    background: rgba(219, 99, 86,0.7);
}
.image-with-text-blocks .elementor-col-33.item-2:hover .kc-title-wrap{
    background: rgba(101, 93, 162, 0.7);
}
.image-with-text-blocks .elementor-col-33.item-3:hover .kc-title-wrap{
    background: rgb(148, 211, 222, 0.7);
} */
.image-with-text-blocks .elementor-inner-column .elementor-widget-heading h3,
.image-with-text-blocks .kc_col-sm-4 .kc-title-wrap h3 {
  /*font-size: 40px;
    line-height: 50px;*/
  color: #ffffff;
  
  margin: 0;
  text-align: center;
}

.community-stories {
  padding: 100px 0 180px 0;
}

.community-stories h2.section-title {
  color: #ffffff;
  /* line-height: 45px; */
  margin-bottom: 30px;
  /* font-family: "Helvetica Neue Light"; */
  text-transform: unset;
}

.community-stories h3 {
  font-size: 28px;
  line-height: 36px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 20px;
}

.community-stories p {
  color: #ffffff;
  text-align: justify;
  margin: 0 0 25px 0;
}

.community-stories .kc_row_inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.community-stories .kc_button {
  margin-top: 0px;
}

.community-stories .left {
  padding-left: 0;
}

.community-stories .left .owl-carousel .owl-stage {
  padding-right: 0 !important;
  padding-left: 80px !important;
}

.community-stories .right {
  padding: 0 13% 0 5%;
}

.community-stories .community-story a {
  display: block;
  position: relative;
}

.community-stories .community-story a .community-story-title {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
  pointer-events: none;
  padding: 10px 20px;
}

.community-stories .community-story a .community-story-title p {
  font-size: 17px;
  line-height: 24px;
  color: #ffffff;
  text-align: center;
}

.highlight-carousel .owl-stage {
  display: flex;
  overflow: hidden;
}

.highlight-carousel .owl-item {
  clear: both;
  overflow: hidden;
  padding: 0 5px;
}

.highlight-carousel .owl-item .elementor-container {
  display: flex;
  align-items: center;
}

.highlight-carousel .owl-item .elementor-container .start,
.highlight-carousel .owl-item .elementor-container .end {
  width: 9.12%;
}

.highlight-carousel .owl-item .elementor-container .left {
  padding: 0 15px;
  /* width: 33.49%; */
}

.highlight-carousel .owl-item .elementor-container .right {
  padding: 0 30px 0 50px !important;
  /* width: 48.25%; */
}

.highlight-carousel .owl-item .elementor-container .right h2 {
  font-size: 55px !important;
  line-height: 65px !important;
}

.highlight-carousel .right.fi-est h3 {
  font-size: 55px !important;
  line-height: 60px !important;
  color: #000 !important;
  text-transform: inherit !important;
}

.highlight-carousel .owl-item .elementor-container .right h3 {
  text-transform: uppercase;
  color: #9aaea3;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 20px;
}

.highlight-carousel .right.fi-est h4 {
  text-transform: uppercase;
  color: #9aaea3;
  font-size: 22px;
  line-height: 28px;
}

.highlight-carousel .owl-nav {
  margin: 0;
}

.highlight-carousel .owl-nav button {
  color: #000000 !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 0 !important;
}

.highlight-carousel .owl-nav button.disabled {
  color: #4b4b4b !important;
}

.highlight-carousel .owl-nav button.owl-prev {
  left: -40px;
}

.highlight-carousel .owl-nav button.owl-next {
  right: -40px;
}

.highlight-carousel .owl-carousel .owl-nav button i {
  font-size: 26px;
}

.have_question_section {
  text-align: center;
  padding: 280px 0;
}

.have_question_section h2.section-title {
  color: #ffffff;
  margin-bottom: 50px;
}

.have_question_section .select2-container--default .select2-selection--single {
  background-color: transparent;
  width: 560px;
  height: 60px;
  border: 3px solid #ffffff;
  border-radius: 30px;
  padding: 0 30px;
  transition: all 0.5s ease-in-out;
}

.have_question_section
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #ffffff;
  font-size: 35px;
  line-height: 54px;
  
  text-align: left;
  padding-left: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.have_question_section
  .select2-container--default
  .select2-selection--single:hover {
  border-color: #ffffff;
}

.have_question_section
  .select2-container--default
  .select2-selection--single:focus {
  outline: none;
  border-color: #ffffff;
}

.have_question_section
  .select2-container--default
  .select2-selection--single::placeholder {
  color: #ffffff;
  opacity: 0.8;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b,
.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #fff transparent transparent transparent;
  border-width: 8px 7px 0 7px;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #000000;
}

.have_question_section form input#question::-webkit-calendar-picker-indicator {
  opacity: 100;
}

.have_question_section form datalist#questions {
  background-color: #000000;
}

.select2-container--open .select2-dropdown {
  background-color: #fff;
    border: 1px solid #d1d1d1;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.40);
    margin: 0px 0 0 0!important;
    width: 182px!important;
    left: -27px!important;
    border-radius: 16px!important;
    padding: 10px;
    z-index: 9999999;
}

.select2-container--default .select2-results__option {
  color: #2e2e2e;
  /*font-family: "Helvetica Neue Bold";*/
  
  font-size: 20px;
  line-height: 20px;
}

.select2-container--default .select2-results__option[aria-selected='true'] {
  background-color: #000000;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  margin: 0;
  background-color: #d1d1d1;
  border-color: #d1d1d1;
  border-radius: 3px;
  color: #000;
  
  height: 48px;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #000;
    color: #fff!important;
}

.select2-container--default
  .select2-search--dropdown
  .select2-search__field:focus {
  outline: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 0px;
    overflow: visible;
    text-overflow: revert;
    white-space: nowrap;
}

.connect-us-section
  section
  > .elementor-container.elementor-column-gap-default {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.connect-us-section .section-title h2 {
  color: #ffffff !important;
  /* font-family: "Helvetica Neue Light"; */
  text-transform: unset;
  max-width: 300px;
  margin: 0 auto 30px;
}

ul.social-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  padding: 0;
  /* max-width: 300px; */
  /* margin: 0 auto; */
}

ul.social-menu li {
  margin-right: 8px;
  margin-bottom: 0;
}

.entry-content ul.social-menu li a {
  color: var(--wp--preset--color--secondary);
  border: 2px solid #f1766b;
  border-radius: 5px;
  display: flex;
  width: 40px;
  height: 40px;
  font-size: 20px;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
}

.connect-us-section ul.social-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  padding: 0;
  max-width: 300px;
  margin: 0 auto;
}

.connect-us-section ul.social-menu li {
  margin-right: 8px;
  margin-bottom: 0;
}

.connect-us-section ul.social-menu li:last-child {
  margin: 0;
}

.connect-us-section ul.social-menu li a {
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 5px;
  display: flex;
  width: 40px;
  height: 40px;
  font-size: 20px;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
}

.connect-us-section ul.social-menu li a:hover {
  background-color: #ffffff30;
}

.connect-us-section .right {
  padding: 0;
}

.connect-us-section .right .zoom-instagram-widget h5 {
  display: none;
}

.connect-us-section
  .right
  .zoom-instagram-widget
  ul.zoom-instagram-widget__items {
  margin: 0;
  padding: 0;
}

.connect-us-section
  .elementor-widget.zoom-instagram-widget
  ul
  li.zoom-instagram-widget__item {
  width: 33.33% !important;
  clear: none !important;
  margin: 0 !important;
}

.connect-us-section ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
}

.connect-us-section ul li a {
  
  color: #6bb1bd;
}

.connect-us-section
  .zoom-instagram-widget__items
  .zoom-instagram-widget__item
  .zoom-instagram-link {
  width: 100% !important;
}

.connect-us-section
  .zoom-instagram-widget__items
  .zoom-instagram-widget__item
  .zoom-svg-instagram-stroke {
  text-decoration: none;
}

.connect-us-section
  .right
  .zoom-instagram-widget
  .zoom-instagram-widget__follow-me {
  display: none;
}

.connect-us-section .right .connect-col-container {
  display: flex;
  flex-wrap: wrap;
}

.connect-us-section .right .connect-col-container .kc_col-sm-4 {
  padding: 0;
}

.connect-us-section
  .right
  .connect-col-container
  .kc_col-sm-4
  .kc-col-inner-container {
  position: relative;
}

.connect-us-section .right .connect-col-container .kc_col-sm-4 .kc_text_block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #cd6a5fc2;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 40px;
}

.connect-us-section
  .right
  .connect-col-container
  .kc_col-sm-4:hover
  .kc_text_block {
  opacity: 1;
  visibility: visible;
}

.connect-us-section
  .right
  .connect-col-container
  .kc_col-sm-4
  .kc_text_block
  p {
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  
  
  cursor: context-menu;
}

.zoom-instagram-widget__item .zoom-instagram-icon-wrap {
  bottom: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.zoom-svg-instagram-stroke {
  background-image: none;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 17px;
  line-height: 22px;
  padding: 30px 15px;
  width: auto;
  height: auto;
}

.be-part-section .elementor-column {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.be-part-section .elementor-column {
  min-height: 85vh;
}

.be-part-section .elementor-column > div {
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  position: relative;
  align-content: center;
}

.be-part-section .elementor-column > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
}

.be-part-section h2.section-title {
  color: #fff;
  max-width: 630px;
  margin: 0 auto 30px;
  text-align: center;
}

.be-part-section .elementor-column > div h2 {
  color: #fff !important;
  text-transform: none;
}

.be-part-section .elementor-column > div h2 a {
  color: inherit;
}

.partner-section {
  padding: 120px 0;
}

.partner-section
  .elementor-section.elementor-section-boxed
  > .elementor-container {
  width: 100% !important;
  max-width: 1000px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: flex;
  align-items: center;
}

.partner-section .kc_row_inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.partner-section .kc_row_inner .kc_col-of-5 {
  width: auto;
  margin-left: 40px;
}

.partner-section .kc_row_inner .kc_col-of-5:first-child {
  margin-left: 0;
}

.partner-section .kc_row_inner .kc_col-sm-3 {
  width: auto;
  margin-left: 40px;
}

.partner-section .kc_row_inner .kc_col-sm-3:first-child {
  margin-left: 0;
}

.inner-page .entry-content {
  padding: 80px 0;
  margin: 0;
  
}

.inner-page .entry-content > div {
  min-height: auto !important;
}

.ewd-ufaq-faqs .ewd-ufaq-faq-div {
  margin: 0 0 20px;
  padding: 0;
  transition: all 0.2s ease-in-out;
}

.ewd-ufaq-faqs .ewd-ufaq-faq-div.ewd-ufaq-post-active {
  box-shadow: 2px 3px 8px -4px #00000080;
}

.ewd-ufaq-faqs .ewd-ufaq-faq-body p {
  font-size: 18px;
  
}

.ewd-ufaq-faqs .ewd-ufaq-faq-body p span {
  color: #000;
}

.ewd-ufaq-faq-title {
  background-color: #9aaea3;
  transition: all 0.5s ease-in-out;
}

.ewd-ufaq-faq-title:hover {
  background-color: #d4634c;
}

.ewd-ufaq-faq-title a {
  display: flex;
  align-items: center;
  color: #fff;
  padding: 8px 15px;
  position: relative;
}

.ewd-ufaq-faqs
  .ewd-ufaq-faq-div.ewd-ufaq-post-active
  .ewd-ufaq-faq-title
  a:before {
  content: '';
  border-color: #9aaea3 transparent transparent transparent;
  display: block;
  position: absolute;
  bottom: -12px;
  border-width: 12px 12px 0 12px;
  border-style: solid;
  left: 12px;
  transition: all 0.5s ease-in-out;
}

.ewd-ufaq-faqs
  .ewd-ufaq-faq-div.ewd-ufaq-post-active
  .ewd-ufaq-faq-title:hover
  a:before {
  border-color: #d4634c transparent transparent transparent;
}

.ewd-ufaq-faq-title a .ewd-ufaq-post-margin-symbol {
  margin-right: 10px;
}

.ewd-ufaq-faq-title a .ewd-ufaq-post-margin-symbol span {
  font-size: 20px;
}

.ewd-ufaq-faq-title .ewd-ufaq-faq-title-text h4 {
  margin: 0 !important;
  color: #ffffff;
  font-size: 22px;
  line-height: 32px;
  
  
}

.ewd-ufaq-faqs .ewd-ufaq-faq-body {
  padding: 20px 25px 15px;
  background-color: #f1f1f1;
  font-size: 24px;
  line-height: 30px;
  /* font-family: "Helvetica Neue Light"; */
}

/* Ministry pages */
.ministry_cat_list {
  padding-bottom: 80px;
}

.ministry_cat_list .kc_col-sm-4 {
  width: 25%;
  float: left;
}

.ministry_cat_list.image-with-text-blocks .kc_col-sm-4 .kc-title-wrap h3 {
  padding: 0 20px;
}

.ministry_cat_list.image-with-text-blocks .protect-report-col-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

/* .ministry_cat_inner_wrap .owl-stage{
    display: flex;
}
.ministry_cat_inner_wrap .owl-stage .ministry_cat_col{
    height: 100%;
} */
.ministry_cat_inner_wrap .ministry_cat_col-inner {
  border-radius: 10px;
  overflow: hidden;
  display: block;
  background-color: #f7f7f7;
  transition: all 0.5s ease-in-out;
  margin: 20px 0;
}

.ministry_cat_inner_wrap .ministry_cat_col-inner:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.ministry_cat_inner_wrap .ministry_cat_col-inner .kc_single_image {
  height: 300px;
  overflow: hidden;
}

.ministry_cat_inner_wrap .ministry_cat_col-inner .kc_single_image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  transition: all 0.8s ease-in-out;
  opacity: 0.65;
}

.ministry_cat_inner_wrap .ministry_cat_col-inner:hover .kc_single_image img {
  transform: scale(1.05);
  opacity: 0.9;
}

.ministry_cat_inner_wrap .ministry_cat_col-inner .kc-title-wrap {
  padding: 30px 20px;
  min-height: 115px;
  display: flex;
  align-items: center;
}

.ministry_cat_inner_wrap .ministry_cat_col-inner .kc-title-wrap h3 {
  text-transform: inherit;
  transition: all 0.5s ease-in-out;
  
  font-size: 24px;
  line-height: 1.16667;
  font-weight: normal;
  letter-spacing: 0.009em;
  margin-bottom: 0;
}

.ministry_cat_inner_wrap .ministry_cat_col-inner .kc-title-wrap h3 i.fas {
  font-size: 18px;
  margin-left: 10px;
}

.ministry_cat_inner_wrap .owl-nav {
  margin-top: 30px;
  justify-content: center;
}

.ministry_cat_inner_wrap .owl-nav button {
  border-color: #000000 !important;
  color: #000000 !important;
}

.ministry_cat_inner_wrap .owl-nav button:hover {
  background-color: #000000;
  color: #ffffff !important;
}

.ministry_search {
  text-align: right;
  margin-right: 50px;
}

.ministry_search form {
  border: 1px solid #f1766b;
  width: auto;
  display: inline-block;
  border-radius: 5px;
}

.ministry_search .search-input-wrapper input {
  border: 0;
  padding: 0 10px;
  margin: 0;
  color: #000000;
  font-size: 20px;
  line-height: 20px;
  outline: none !important;
}

.ministry_search form input.btn.search_btn {
  background-color: var(--wp--preset--color--secondary);
  
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.5px;
  padding: 9px 30px;
  transition: all 0.5s ease-in-out;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  border: 0;
}



/* Directory */
.directory-banner-section .btn-primary {
  
  color: #fff !important;
  background: none !important;
}

.post-type-archive-directory .page-desc-section {
  padding: 80px 0;
}

.post-type-archive-directory .page-desc-section h2 {
  /* font-size: 45px;
    line-height: 50px;
    font-family: "Helvetica Neue Light"; */
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  text-transform: unset;
}

.post-type-archive-directory .category-listing-section,
.category-listing-section.with_bg {
  /*background: url('https://rcbodev.wpengine.com/wp-content/uploads/2021/09/directory-category-bg.png') no-repeat center;*/
  height: 100vh;
  transition: 1s background ease;
  position: relative;
  min-height: fit-content;
}

.directory_cat_image {
  height: 100%;
  width: 100%;
  position: relative;
}

.directory_cat_image img {
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  filter: alpha(opacity=0);
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.directory_cat_image img.opaque {
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  filter: alpha(opacity=1);
}

.category-listing-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.post-type-archive-directory .category-listing-section .container {
  height: 100%;
}

.post-type-archive-directory
  .category-listing-section
  .container
  .category-listing-wrapper {
  height: 100%;
}

.post-type-archive-directory .category-listing-wrapper ul,
.category-listing-section.with_bg .category-listing-wrapper ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0;
}

.post-type-archive-directory .category-listing-wrapper ul li,
.category-listing-section.with_bg .category-listing-wrapper ul li {
  margin-bottom: 30px;
}

.post-type-archive-directory .category-listing-wrapper ul li:last-child,
.category-listing-section.with_bg .category-listing-wrapper ul li:last-child {
  margin-bottom: 0;
}

.post-type-archive-directory .category-listing-wrapper ul li a,
.category-listing-section.with_bg .category-listing-wrapper ul li a {
  text-decoration: none;
  color: #ffffff;
  font-size: 35px;
  line-height: 45px;
  
  padding-bottom: 4px;
  
  text-transform: uppercase;
  position: relative;
  text-align: center;
  display: block;
}

.post-type-archive-directory .category-listing-wrapper ul li a:after,
.category-listing-section.with_bg .category-listing-wrapper ul li a:after {
  content: '';
  width: 0;
  height: 3px;
  background-color: #ffffff;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.5s ease-in-out;
}

.post-type-archive-directory .category-listing-wrapper ul li a:hover:after,
.category-listing-section.with_bg
  .category-listing-wrapper
  ul
  li
  a:hover:after {
  width: 100%;
}

.category-listing-section.with_bg .kc-row-container {
  height: 100%;
  max-width: 100%;
  padding: 0;
}

.category-listing-section.with_bg .kc-wrap-columns {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

.category-listing-section.with_bg .kc_column {
  height: 100%;
  padding: 0;
}

.category-listing-section.with_bg .kc_column .kc-raw-code {
  height: 100%;
}

/* directory details page */
.search-box-section {
  padding: 40px 0;
}

.search-box-section div.asp_main_container {
  background-image: none;
  border-radius: 5px;
  overflow: hidden;
  background-color: transparent;
  border: 1px solid #ccc;
}

.search-box-section div.asp_main_container .probox {
  height: 50px;
}

.search-box-section div.asp_main_container .proinput input.orig {
  padding-top: 0 !important;
  margin: 0 !important;
  height: 50px !important;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  
}

.search-box-section div.asp_main_container .promagnifier {
  background-color: transparent !important;
  background-image: none !important;
  height: 50px !important;
}

.search-box-section div.asp_main_container .promagnifier div.innericon {
  height: 50px !important;
}

.search-box-section div.asp_main_container .promagnifier div.innericon svg {
  fill: rgb(0 0 0) !important;
}

.search-result {
  padding: 0 0 80px;
}

.search-result-inner {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  /*margin: 0 -15px 20px -15px;*/
  width: 100%;
  max-width: 100%;
}

.content.mCustomScrollbar {
  width: 100%;
}

.search-result-inner article.directory,
.search-result-inner article.ocvocations {
  max-width: 25%;
  width: 25%;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

.search-result-inner article.directory .post-directory-inner,
.search-result-inner article.ocvocations .post-directory-inner {
  background-color: #f3f3f3;
  padding: 20px 15px;
  transition: all 0.8s ease;
  height: 100%;
  position: relative;
}

.tax-ocvocations_category section.search-result {
  padding: 80px 0;
}

.search-result-inner article.ocvocations ul.social-content {
  display: flex;
  justify-content: flex-start;
  min-height: initial !important;
  padding: 0 !important;
  margin: 0 !important;
}

.search-result-inner
  article.ocvocations
  .entry-content
  .post-inner-content
  ul.social-content
  li {
  margin-right: 12px;
  margin-bottom: 0;
  text-align: center;
  padding: 0;
}

.search-result-inner
  article.ocvocations
  .entry-content
  .post-inner-content
  ul.social-content
  li
  a {
  color: var(--wp--preset--color--secondary);
  /*border: 2px solid #f1766b;*/
  border-radius: 5px;
  display: flex;
  width: 30px;
  height: 10px;
  font-size: 20px;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
}

.search-result-inner
  article.ocvocations
  .entry-content
  .post-inner-content
  ul.social-content
  li
  a
  i {
  margin: 0;
  font-size: 18px;
}

.search-result-inner article.directory .post-directory-inner:hover,
.search-result-inner article.ocvocations .post-directory-inner:hover {
  box-shadow: 0 5px 15px rgb(0 0 0 / 17%);
}

.search-result-inner
  article.directory
  .post-directory-inner
  .entry-thumbnail
  img {
  margin: 0 auto;
  height: 250px;
  width: 100%;
  object-fit: cover;
}

.search-result-inner
  article.ocvocations
  .post-directory-inner
  .entry-thumbnail
  img {
  margin: 0 auto;
  height: 132px;
  width: auto;
}

.term-clergy-and-religious
  .search-result-inner
  article.directory
  .post-directory-inner
  .entry-thumbnail
  img {
  object-position: 0 20%;
}

.search-result-inner article.directory .entry-content,
.search-result-inner article.ocvocations .entry-content {
  padding: 0;
  margin-top: 20px;
}

.search-result-inner article.directory .entry-content h3,
.search-result-inner article.ocvocations .entry-content h3 {
  font-size: 26px;
  line-height: 30px;
  text-align: left;
  min-height: 65px;
  /* font-family: "Helvetica Neue Light"; */
  margin-bottom: 10px;
}

.search-result-inner article.directory .entry-content h3 a,
.search-result-inner article.ocvocations .entry-content h3 a {
  text-decoration: none;
  display: block;
}

.search-result-inner article.directory .entry-content .post-inner-content,
.search-result-inner article.ocvocations .entry-content .post-inner-content {
  margin-bottom: 20px;
  text-align: left;
}

.search-result-inner article.directory .entry-content .post-inner-content p,
.search-result-inner article.ocvocations .entry-content .post-inner-content p {
  font-size: 17px;
  line-height: 23px;
  font-weight: 400;
  /* font-family: "Helvetica Neue Light"; */
  margin-bottom: 5px;
  min-height: 60px;
}

.search-result-inner article.directory .entry-content .post-inner-content ul,
.search-result-inner article.ocvocations .entry-content .post-inner-content ul {
  list-style: none;
  padding-left: 0;
  min-height: 70px;
}

.search-result-inner article.directory .entry-content .post-inner-content ul li,
.search-result-inner
  article.ocvocations
  .entry-content
  .post-inner-content
  ul
  li {
  font-size: 17px;
  line-height: 23px;
  font-weight: 400;
  /* font-family: "Helvetica Neue Light"; */
  margin-bottom: 5px;
  color: #222222;
  display: flex;
}

.search-result-inner
  article.directory
  .entry-content
  .post-inner-content
  ul
  li
  i,
.search-result-inner
  article.ocvocations
  .entry-content
  .post-inner-content
  ul
  li
  i {
  font-size: 12px;
  margin-right: 10px;
  margin-top: 3px;
}

.search-result-inner
  article.directory
  .entry-content
  .post-inner-content
  ul
  li
  a,
.search-result-inner
  article.ocvocations
  .entry-content
  .post-inner-content
  ul
  li
  a {
  text-decoration: none;
  color: #222222;
}

.search-result-inner article.directory .entry-content .btn-primary {
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  /*font-family: "Helvetica Neue Light";*/
  padding: 10px 15px;
}

.search-result .pagination {
  border: 0;
  margin: 0;
  padding: 0;
}

.search-result .pagination .nav-links {
  text-align: center;
  margin: 0;
}

.search-result .pagination .nav-links .page-numbers {
  margin: 0 10px;
  font-size: 17px;
  line-height: 20px;
  font-weight: 400;
  
  min-height: inherit;
  max-height: inherit;
  min-width: inherit;
  transition: color 0.5s ease-in-out;
}

.search-result .pagination .nav-links a.page-numbers:hover {
  text-decoration: none !important;
  color: #9aaea3;
}

.search-result .pagination .nav-links .page-numbers svg.svg-icon {
  width: 16px;
  margin-left: 0;
}

.search-result .pagination .nav-links .page-numbers.current {
  min-height: 15px;
  min-width: 26px;
  padding: 2px 0 0;
  box-sizing: border-box;
  background-color: #9aaea3;
  color: #ffffff;
  text-decoration: none;
}

.single-directory .meta_field_container {
  margin-top: 40px;
  padding: 0 15px;
  clear: both;
  overflow: hidden;
  float: left;
}

.single-directory .meta_field_container ul li {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  
}

.parishes-location-section {
  padding: 80px 0;
}

.parishes-location-section .wpsl-search {
  padding: 50px 30px;
  margin-bottom: 30px;
  background-color: transparent;
  border: 1px solid #ccc;
}

.parishes-location-section .wpsl-search form {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 800px;
  margin: 0 auto !important;
  position: relative;
}

.parishes-location-section .wpsl-search form .wpsl-input {
  width: 100% !important;
  display: flex !important;
  align-items: center;
  margin: 0 15px 0 0 !important;
}

.parishes-location-section .wpsl-search form .wpsl-input label {
  font-size: 20px;
  line-height: 28px !important;
  font-weight: 400;
  
}

.parishes-location-section
  .wpsl-search
  form
  .wpsl-input
  input#wpsl-search-input {
  width: 100%;
  border-radius: 0;
  font-size: 20px;
  line-height: 28px !important;
  
}

.parishes-location-section
  .wpsl-search
  form
  .wpsl-input
  input#wpsl-search-input:focus {
  outline: none;
  border-color: #ffba4d;
}

/* .parishes-location-section .wpsl-search form .wpsl-search-btn-wrap{
    position: absolute;
    right: 0;
    bottom: 10px;
} */
.parishes-location-section
  .wpsl-search
  form
  .wpsl-search-btn-wrap
  input#wpsl-search-btn {
  background: #ffba4d;
  border: 0;
  color: #ffffff;
  font-size: 17px;
  line-height: 24px;
  
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.5px;
  padding: 10px 30px;
  transition: all 0.5s ease-in-out;
  position: relative;
  z-index: 1;
  border-radius: 0;
}

/* Single directory */
.single-directory .entry-content {
  max-width: 900px;
  margin: 0 auto;
}

.single-directory .entry-content p {
  text-align: justify;
  margin-bottom: 20px;
}

.single-directory .entry-content ul {
  margin-bottom: 20px;
  padding-left: 0;
  list-style: none;
}

.single-directory .entry-content ul.list_with_icon {
  list-style: none;
  /* padding-left: 0; */
}

.single-directory .entry-content ul li {
  /* font-size: 19px;
    line-height: 28px;
    font-family: "Helvetica Neue Light"; */
  font-weight: 300;
}

.single-directory .entry-content ul li i,
.single-directory .entry-content p i {
  margin-right: 9px;
  font-size: 14px;
  color: var(--wp--preset--color--secondary);
}

.single-directory .contact-info-content ul li i {
  color: #fff;
}

.single-directory .entry-content a {
  text-decoration: #f5b042;
}

.single-directory .entry-thumbnail img {
  border: 1px solid #ccc;
  margin: 0 auto 30px;
  padding: 15px;
}

.single-directory .kc_col-sm-12 {
  padding: 0;
}

.single-directory .contact-info-content {
  background-color: #6bb1bd;
  padding: 25px;
  border-radius: 15px;
  display: block;
  overflow: hidden;
  clear: both;
  margin-top: 30px;
  float: left;
  width: 100%;
}

.single-directory .contact-info-content h3 {
  color: #ffffff;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.single-directory .contact-info-content ul {
  list-style: none;
  padding: 0;
}

.single-directory .contact-info-content ul li {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  /* font-family: "Helvetica Neue Light"; */
  color: #ffffff;
  margin-bottom: 10px;
  display: flex;
}

.single-directory .contact-info-content ul li i {
  margin-right: 10px;
  margin-top: 3px;
}

.single-directory .contact-info-content ul li a {
  color: #ffffff;
  text-decoration: none;
}

/* Single directory */

/* Protect and report */
.protect-report-content h2.elementor-heading-title {
  margin-bottom: 15px;
  padding-top: 30px;
}

.protect-report-content
  .elementor-widget-heading:first-child
  h2.elementor-heading-title {
  padding-top: 0;
}

.protect-report-page .inner-page .entry-content {
  padding: 0;
}

.protect-report-intro {
  padding: 120px 0;
}

.protect-report-intro .kc-container {
  /*max-width: 1400px;*/
  max-width: 1470px;
}

.protect-report-intro h2.section-title {
  margin-top: 30px;
}

.protect-report-intro p {
/*  font-size: 30px;*/ /* 17.8.23 */
  font-size: 25px;
  line-height: 38px;
  /* font-family: "Helvetica Neue Light"; */
  /* letter-spacing: 1px; */
  text-align: center;
}

.protect-report-intro p strong {
  font-weight: 400;
   
}

.protect-report-intro p a {
  /* font-weight: 400;
    font-family: "Helvetica Neue Light"; */
  color: #000000;
  text-decoration: none;
}

.protect-report-intro p a:hover {
  color: #9aaea3;
}

.protect-report-cat .kc_col-sm-4 .kc-col-inner-container {
  position: relative;
  height: 100%;
  clear: both;
  overflow: hidden;
}

.protect-report-cat.image-with-text-blocks
  .kc_col-sm-4.item-1:hover
  .kc-title-wrap,
.protect-report-cat.image-with-text-blocks
  .kc_col-sm-4.item-2:hover
  .kc-title-wrap,
.protect-report-cat.image-with-text-blocks
  .kc_col-sm-4.item-3:hover
  .kc-title-wrap {
  background: rgba(0, 0, 0, 0.5);
}

/* Protect and report */

/* Protect and report taxonomy */
.protect-content h4 {
  /*font-size: 30px;*/
  margin-top: 50px;
}

.protect-content h4:first-child {
  margin-top: 0;
}

.protect-content p {
  /*font-size: 20px;
    line-height: 28px;*/
  text-align: justify;
}

.protect-content a {
  text-decoration: none;
}

.entry-content ol {
  margin-bottom: 20px;
}

.protect-content li,
.entry-content li {
  margin-bottom: 5px;
}

.protect-extra-post {
  padding-top: 7px;
}

.entry-content li ul {
  padding-left: 40px;
  margin-bottom: 0;
}

.protect-content li a {
  text-decoration: none;
}

.protect-content .post-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.protect-content .post-list li:not(:last-child),
.protect-list-item:not(:last-child) {
  margin-bottom: 20px;
}

.protect-content .post-list li a,
.protect-list-item a {
  color: #222222;
  text-decoration: none;
  font-size: 20px;
  line-height: 20px;
  font-family: 'Helvetica Neue Bold' !important;
  text-transform: uppercase;
  position: relative;
  transition: color 0.5s ease-in-out;
}

.protect-content li a:hover,
.protect-list-item a:hover {
  color: #9aaea3;
}

.protect-list-items-inner {
  display: flex;
  flex-direction: column;
}

/* Protect and report taxonomy */

/* Protect and report single */
/*.single-protect-report p{
    font-size: 18px;
}*/
/* Protect and report single */

/* Leaders Single */
.leader-container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  column-gap: 30px;
  justify-content: space-between;
}

.leader-container::before,
.leader-container::after {
  display: none;
}

.leader-container .leader-image {
  width: 35%;
  /* position: sticky;
    top: 0;
    left: 0;*/
}

.leader-container .leader-content {
  width: 100%;
  line-height: 42px;
}

.leader-container .leader-content a {
  text-decoration: none !important;
}

.leader-container .leader-content .leader-top-intro {
  margin-bottom: 30px;
}

.leader-container .leader-content .leader-top-intro h2 {
  font-size: 30px;
  line-height: 30px;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.leader-container .leader-content .leader-top-intro h3 {
  margin-bottom: 0;
  text-transform: uppercase;
}

.leader-container .leader-content li {
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
  /* font-family: "Helvetica Neue Light"; */
  margin: 0 0 18px;
  position: relative;
  list-style: none;
}

.leader-container .leader-content li:before {
  position: absolute;
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  left: -25px;
  top: 9px;
  background-color: #ffb760;
}

/* Leaders Single */

.wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
}

.wp-pagenavi .pages {
  border: 0;
  /* font-family: "Helvetica Neue Light"; */
  padding: 0;
  margin: 0 20px 0 0;
}

.wp-pagenavi .current {
  border: 0;
  min-height: 15px;
  min-width: 26px;
  padding: 2px 0 0;
  box-sizing: border-box;
  background-color: #9aaea3;
  color: #ffffff;
  text-decoration: none;
  /* font-family: "Helvetica Neue Light"; */
  text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
  border: 0;
  /* font-family: "Helvetica Neue Light"; */
  transition: color 0.3s ease-in-out;
  color: #000000;
}

.wp-pagenavi a.page:hover {
  color: #9aaea3;
}

.wp-pagenavi a.nextpostslink {
  border: 0;
  /* font-family: "Helvetica Neue Light"; */
  transition: color 0.3s ease-in-out;
  color: #000000;
}

.wp-pagenavi a.nextpostslink:hover {
  color: #9aaea3;
}

.wpz-insta-lightbox-wrapper .wpz-insta-lightbox .image-wrapper {
  width: 60%;
}

.wpz-insta-lightbox-wrapper .wpz-insta-lightbox .details-wrapper {
  width: 40%;
}

/* Life, Justice, and Peace */
.catholic-social-teachings .protect-report-intro p a {
  color: #fff;
}

.custom_banner_small_text .inner-page .entry-header.custom-entry-header h1 {
  font-size: 42px;
  padding-right: 30%;
  line-height: 50px;
}

.catholic-social-teachings .connect-us-section ul.social-menu li a {
  color: #000;
  border-color: #000;
  width: 50px;
  height: 50px;
  font-size: 25px;
}

.catholic-social-teachings .connect-us-section ul.social-menu li a:hover {
  border-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--secondary);
}

.catholic-social-teachings .connect-us-section ul.social-menu li {
  margin-right: 10px;
}

.catholic-social-teachings .connect-us-section {
  padding: 10% 0;
}

.catholic-social-teachings .connect-us-section ul.social-menu {
  margin-top: 20px;
}

.topic_content_section {
  background: #00a7e1;
}

.topic-content.have_question_section {
  padding: 30px 0;
}

.topic-content.have_question_section h2 {
  color: #fff;
  text-transform: initial;
  margin-bottom: 50px;
}

.LJP_topic_details h2 {
  padding-left: 15px;
}

.LJP_topic_details p strong {
  
}

/* add by santanu 27/10/2021 */
.section_seperator_solid:not(.elementor-widget-spacer) {
  border-top: 1px solid #ececec;
  margin: 15px 0;
}

.section_seperator_solid .elementor-widget-container {
  border: 1px solid #ececec;
  margin: 15px 0;
}

hr.section_seperator_solid:not(.elementor-widget-spacer) {
  border: 1px solid #ececec;
  margin: 15px 0;
}

/* add by santanu 27/10/2021 */
/* Life, Justice, and Peace */

/* Strategic plan */
.strategic-plan-page .inner-page .entry-content {
  padding: 0;
}

/* .strategic-plan-page .inner-page .entry-header.custom-entry-header h1{
   max-width: 500px;
}
.strategic-plan-page  .inner-page .entry-header.custom-entry-header p{
    font-style: italic;
} */
.bishop-lines .kc_row_inner,
.bishop-lines .elementor-inner-section .elementor-container {
  display: flex;
  flex-wrap: wrap;
}

.bishop-lines .left {
  padding-left: 0;
}

.bishop-lines .right {
  padding-left: 60px !important;
}

.bishop-lines .right .kc_text_block,
.bishop-lines .right .elementor-widget-text-editor {
  max-width: 620px;
}

.bishop-lines .right .kc_text_block p,
.bishop-lines .right .elementor-widget-text-editor p {
  /*font-size: 18px;*/
  line-height: 28px;
  
}

.bishop-lines .right .kc_text_block p span,
.bishop-lines .right .elementor-widget-text-editor p span {
  font-size: 24px;
  line-height: 34px;
  
  display: inline-block;
  margin-bottom: 10px;
  color: #6bb1bd;
}

/* .bishop-lines .right p a{
    color: #ffffff;
} */

.plan-type-list {
  padding-top: 100px;
}

.plan-type-list h2 {
  margin-bottom: 40px;
}

.plan-type,
.plan-type .elementor-container {
  margin-bottom: 150px;
  float: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.elementor-section.plan-type {
  margin-bottom: 0;
}

.plan-type h2::before {
  content: '';
  background-color: #ffba4d;
  width: 130px;
  height: 20px;
  margin-bottom: 30px;
  display: block;
}

.plan-type .kc_col-sm-8.video {
  width: calc(100% - 330px);
}

.plan-type .video iframe {
  width: 100%;
  height: 400px;
}

.plan-type .kc_col-sm-4.para {
  width: 330px;
}

.plan-type .para.para-right {
  padding-left: 60px !important;
}

.plan-type .para.para-left {
  padding-right: 60px !important;
}

.plan-type .para p {
  font-size: 24px;
  line-height: 30px;
  
}

.complete-plan-series {
  padding: 100px 0;
}

.complete-plan-series h2 {
  color: #ffffff;
}

.complete-plan-series p {
  font-size: 24px;
  line-height: 28px;
  
  color: #000000;
}

.complete-plan-series ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.complete-plan-series li a {
  font-size: 24px;
  line-height: 32px;
  color: #1a242f;
}

.complete-plan-series .planVideoSelector .select2-container {
  max-width: 300px;
  margin: 0 auto;
  display: block;
}

.complete-plan-series .planVideoSelector .select2-container .selection {
  display: block;
}

.complete-plan-series
  .planVideoSelector
  .select2-container.select2-container--default
  .select2-selection--single {
  border-radius: 0;
  border: 3px solid #ffba4d;
  height: 50px;
}

.complete-plan-series
  .planVideoSelector
  .select2-container.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 44px;
}

.complete-plan-series
  .planVideoSelector
  .select2-container.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #000 transparent transparent transparent;
}


/* add by santanu 24/11/2021 */
.sub-category-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.directory-sub-category-sections .sub-category-list li:not(:last-child) {
  margin-bottom: 15px;
}

.directory-sub-category-sections .sub-category-list li a {
  color: #222222;
  text-decoration: none;
  font-size: 20px;
  line-height: 20px;
  
  text-transform: uppercase;
  position: relative;
  transition: color 0.5s ease-in-out;
}

.directory-sub-category-sections li a:hover {
  color: #9aaea3;
}

/* Newsroom */
#mailpoet_form_1 form.mailpoet_form {
  padding: 30px 50px !important;
}

#mailpoet_form_1 form.mailpoet_form .mailpoet_spacer {
  height: 0;
  margin: 0;
}

#mailpoet_form_1 form.mailpoet_form h2.mailpoet-heading {
  font-size: 30px !important;
  font-family: 'Helvetica Neue Bold' !important;
  color: #ffffff !important;
  margin: 0 0 10px !important;
}

#mailpoet_form_1 form.mailpoet_form h5.mailpoet-heading {
  
  font-size: 20px !important;
  line-height: 24px !important;
  margin: 0 0 30px !important;
  color: #ffffff !important;
}

#mailpoet_form_1 form.mailpoet_form .mailpoet_paragraph .mailpoet_text {
  border: 1px solid #ffffff !important;
  height: 50px !important;
  border-radius: 5px !important;
  
  font-size: 20px !important;
  background-color: transparent;
  color: #ffffff;
}

#mailpoet_form_1 form.mailpoet_form .mailpoet_paragraph .mailpoet_text:focus {
  outline: none !important;
}

#mailpoet_form_1
  form.mailpoet_form
  .mailpoet_paragraph
  .mailpoet_text::placeholder {
  color: #ffffff;
}

#mailpoet_form_1 .parsley-errors-list {
  text-align: left;
  margin-top: 5px;
}

#mailpoet_form_1 .parsley-custom-error-message {
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
}

#mailpoet_form_1 .mailpoet_validate_success {
  color: #ffffff;
  font-size: 24px;
  line-height: 30px;
}

.mailpoet_paragraph.btn-primary {
  width: auto;
  display: block;
  max-width: 150px;
  margin: 0 auto;
  cursor: pointer;
}

.mailpoet_paragraph.btn-primary .mailpoet_submit {
  background-color: transparent;
  color: #fff;
  border: 0;
  padding: 0 !important;
  width: auto !important;
  
  text-transform: unset;
  font-size: 15px !important;
  line-height: 24px !important;
}

.newsroom-lists-section {
  background: #f5f5f7;
  padding: 100px 0;
}

.newsroom-lists-items ul,
.newsroom-lists-section ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  /*justify-content: space-around;*/
  margin: 0 -25px;
}

.newsroom-single-item {
  padding: 0 25px;
  margin-bottom: 50px;
}

.newsroom-single-item a {
  background: #fff;
  border-radius: 10px;
  text-decoration: none;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.newsroom-single-item.grid_1 {
  flex-basis: 100%;
}

.newsroom-single-item.grid_2 {
  flex-basis: 50%;
}

.newsroom-single-item.grid_3 {
  flex-basis: 33.33%;
}

.newsroom-single-item.grid_1 a {
  padding: 40px;
  flex-direction: row;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  align-items: center;
}

.newsroom-single-item .item-body span.btn-primary {
  width: 150px;
  font-size: 16px;
  padding: 5px 0;
  margin-top: 15px;
  
}

.newsroom-lists-section a.btn-primary {
  
  font-size: 16px;
}

.newsroom-single-item.grid_1 a:hover {
  box-shadow: 0 0 6px #00000010;
}

.newsroom-single-item .item-image {
  height: 350px;
  min-height: auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  border-radius: 10px 10px 0 0;
  position: relative;
}

.newsroom-single-item .item-image::after {
  content: '';
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
}

.newsroom-single-item.grid_1 .item-image {
  flex-basis: 50%;
  border-radius: 10px;
  /*  height: 450px;*/
}

.newsroom-single-item.grid_3 .item-image {
  height: 250px;
}

.newsroom-single-item a:hover .item-image::after {
  opacity: 1;
  visibility: visible;
}

.newsroom-single-item .item-image img {
  transition: all 0.5s ease-in-out;
  transform: scale(1);
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.newsroom-single-item a:hover .item-image img {
  transform: scale(1.03);
}

.newsroom-single-item .item-body {
  padding: 30px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex-grow: 1;
}

.newsroom-single-item.grid_1 .item-body {
  flex-basis: 50%;
  padding: 0 30px;
  justify-content: center;
}

.newsroom-single-item .item-body.no-thumb {
  justify-content: flex-start;
}

.newsroom-single-item .item-body h3 {
  text-transform: inherit;
  transition: all 0.5s ease-in-out;
  
  font-size: 24px;
  line-height: 1.16667;
  letter-spacing: 0.009em;
}

.newsroom-single-item a:hover .item-body h3 {
  color: #313131;
}

.newsroom-single-item.grid_1 .item-body h3 {
  margin-bottom: 6px;
  font-size: 32px;
  line-height: 1.125;
  font-weight: 700;
  letter-spacing: 0.004em;
}

/*.newsroom-single-item.grid_2 .item-body h3 {
    font-size: 24px;
    line-height: 30px;
}*/
.newsroom-single-item .item-body.no-thumb h3 {
  min-height: 150px;
}

.newsroom-single-item.grid_2 .item-body.no-thumb h3 {
  height: 280px;
}

.newsroom-single-item .item-body .item-date,
.newsroom-publish-date {
  color: #6e6e73;
  display: block;
  font-size: 19px;
  line-height: 1.28577;
  font-weight: 500;
  letter-spacing: -0.016em;
  
}

.newsroom-single-item.grid_1 .item-body .item-date {
  display: block;
}

.newsroom-single-item .item-excerpt-txt {
  margin-top: 20px;
}

.newsroom-single-item .item-excerpt-txt,
.single-newsroom .entry-content p {
  
  font-weight: normal;
  font-size: 19px;
  color: #1d1d1f;
  font-size: 19px;
  line-height: 1.4211;
  font-weight: normal;
  letter-spacing: 0.012em;
}

.more-links-container a.btn-primary {
  display: table;
}

.more-links-container.more-links-right a.btn-primary {
  margin: 0 0 20px auto;
}

.more-links-container.more-links-center a.btn-primary {
  margin: 0 auto;
}

.newsroom-related-posts-section h2 {
  font-size: 32px;
  line-height: 1.125;
  font-weight: 700;
  letter-spacing: 0.004em;
  text-transform: capitalize;
  
}

.newsroom-related-posts-section {
  padding: 80px 0;
}

.newsroom-related-posts-section .newsroom-single-item {
  padding: 0;
  margin: 0;
  height: 100%;
}

.newsroom-related-posts-section .newsroom-single-item a {
  background-color: #f5f5f7;
  transition: all 0.5s ease-in-out;
}

.newsroom-related-posts-section .newsroom-single-item a:hover {
  box-shadow: 0 0 6px #00000010;
}

.newsroom-related-posts-section .newsroom-single-item a .item-image {
  height: 250px;
}

.newsroom-related-posts-section .newsroom-related-posts-carousel .owl-stage {
  display: flex;
}

.newsroom-related-posts-section .newsroom-related-posts-carousel .owl-nav {
  display: block;
  margin: 0;
}

.newsroom-related-posts-section
  .newsroom-related-posts-carousel
  .owl-nav
  .owl-prev {
  position: absolute;
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ffffff;
  border-color: #9aaea3 !important;
  color: #9aaea3 !important;
}

.newsroom-related-posts-section
  .newsroom-related-posts-carousel
  .owl-nav
  .owl-next {
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ffffff;
  border-color: #9aaea3 !important;
  color: #9aaea3 !important;
}

.newsroom-related-posts-section .more-links-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 25px;
}

.newsroom-related-posts-section
  .more-links-container.more-links-center
  a.btn-primary {
  margin: 0;
}

.yarpp-related {
  margin: 0 0 50px !important;
}

/* Newsroom */

/* Newsroom single */
.single-newsroom .inner-page .entry-header.custom-entry-header {
  position: relative;
}

.single-newsroom .inner-page .entry-header.custom-entry-header::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.single-newsroom .inner-page .entry-header.custom-entry-header .container {
  position: relative;
}

.single-newsroom .inner-page .entry-content .container {
  max-width: 900px;
}

.single-newsroom .newsroom_topic_head {
  border-bottom: 1px solid #acacac;
  margin-bottom: 30px;
  padding-bottom: 20px;
}

.single-newsroom .newsroom_topic_head h2 {
  text-transform: capitalize;
  margin-bottom: 20px;
  
  font-size: 48px;
  line-height: 1.08349;
  font-weight: 700;
  letter-spacing: -0.003em;
}

.single-newsroom .newsroom_topic_meta_details {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.single-newsroom .newsroom_topic_meta_details .newsroom-meta {
  display: flex;
  align-items: center;
}

.single-newsroom
  .newsroom_topic_meta_details
  .newsroom-meta
  .mwb-pgfw-pdf-generate-icon__wrapper-frontend
  a {
  margin: 0 0 0 10px;
  display: block;
  border-left: 1px solid #ccc;
  padding: 0 0 0 15px;
}

/*.single-newsroom .newsroom_topic_details p strong{
    font-family: "Helvetica Neue Bold";
}*/
.single-newsroom .contact-detials {
  list-style: none;
  padding-left: 0;
}

.single-newsroom .contact-detials li {
  
  font-size: 19px;
  line-height: 1.4211;
}

.single-newsroom .contact-detials li i {
  width: 20px;
  font-size: 16px;
  line-height: 22px;
  margin-right: 5px;
}

.single-newsroom .backToActions {
  padding-top: 30px;
  clear: both;
}

.single-newsroom .backToActions a.btn-primary {
  display: table;
  
}

.newsroom-lists-section .group-heading h3 {
  font-size: 32px;
  line-height: 1.125;
  font-weight: 700;
  letter-spacing: 0.004em;
  text-transform: capitalize;
  
}

/* Newsroom single */

/* Internal Events */
.page-template-internal-page .sign-in {
  background-color: #efefef;
  padding: 20px 20px 30px;
  width: 400px;
  margin: 0 auto;
}

.page-template-internal-page .sign-in h3 {
  margin-bottom: 10px;
}

.page-template-internal-page .sign-in .form-row:not(:last-child) {
  margin-bottom: 15px;
}

.page-template-internal-page .sign-in input {
  border: 1px solid #0f0f0f;
  height: 50px;
  border-radius: 5px;
  
  font-size: 20px;
  line-height: 30px;
  background-color: transparent !important;
  color: #0f0f0f !important;
  width: 100%;
  display: block;
  margin: 0;
}

.page-template-internal-page .sign-in input:-webkit-autofill,
.page-template-internal-page .sign-in input:-webkit-autofill:active {
  box-shadow: 0 0 0px 1000px #fff inset;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

.page-template-internal-page .sign-in input:focus {
  outline: none;
}

.page-template-internal-page .sign-in button.btn-primary {
  border: 0;
}

.page-template-internal-page .sign-in button.btn-primary:focus {
  outline: none;
}

/* Internal Events */

/* Meditation */
.page-template-meditation-stations-lists .entry-content .container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.page-template-meditation-stations-lists
  .entry-content
  .container
  .meditation-stations-page-content {
  width: 70%;
  
}

.page-template-meditation-stations-lists
  .entry-content
  .container
  .meditation-stations-page-content
  .kc_single_image,
.page-template-meditation-stations-lists
  .entry-content
  .container
  .meditation-stations-page-content
  .elementor-widget-image {
  margin-bottom: 40px;
}

.page-template-meditation-stations-lists
  .entry-content
  .container
  .meditation-stations-page-content
  h2 {
  text-transform: capitalize;
}

.page-template-meditation-stations-lists
  .entry-content
  .container
  .meditation-stations-page-content
  h3 {
  color: #ef5d4f;
}

.page-template-meditation-stations-lists
  .entry-content
  .container
  .meditation-stations-page-content
  ol
  li {
  margin-bottom: 20px;
}

.page-template-meditation-stations-lists
  .entry-content
  .container
  .meditation-stations-page-content
  ol
  li::marker {
  
}

.page-template-meditation-stations-lists
  .entry-content
  .container
  .meditation-lists-section {
  width: 30%;
  padding-left: 60px;
}

.page-template-meditation-stations-lists
  .entry-content
  .container
  .meditation-lists-section
  h3 {
  color: #ef5d4f;
}

.meditation-lists-items ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.meditation-lists-items ul li {
  border-bottom: 1px solid #d5d5d5;
  margin: 0;
  padding: 7px 0;
}

.meditation-lists-items ul li:first-child {
  border-top: 1px solid #d5d5d5;
}

.meditation-lists-items ul li a {
  font-size: 24px;
  line-height: 30px;
  color: #000000;
  
  display: block;
}

.single-meditation-station .entry-content .container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.single-meditation-station
  .entry-content
  .container
  .meditation-stations-page-content {
  width: 70%;
  
}

.single-meditation-station
  .entry-content
  .container
  .meditation-stations-page-content
  .kc_single_image {
  margin-bottom: 40px;
}

.single-meditation-station
  .entry-content
  .container
  .meditation-stations-page-content
  h2, .ministry-meditation-station .entry-content .container .meditation-stations-page-content h2 {
  text-transform: capitalize;
}

.single-meditation-station
  .entry-content
  .container
  .meditation-stations-page-content
  h3 {
  color: #ef5d4f;
}

/* .single-meditation-station .entry-content .container .meditation-stations-page-content .srp_hide_player .album-player {
    display: block !important;
    background-color: #ffba4d;
} */
.single-meditation-station
  .entry-content
  .container
  .meditation-stations-page-content
  .sonaar-grid {
  display: block;
}

.single-meditation-station
  .entry-content
  .container
  .meditation-stations-page-content
  h3.sr_it-playlist-title {
  display: none;
}

.single-meditation-station
  .entry-content
  .container
  .meditation-stations-page-content
  .srp_tracklist {
  margin: 0 0 30px;
}

.single-meditation-station
  .entry-content
  .container
  .meditation-stations-page-content
  .sr-playlist-item {
  margin: 0;
}

.single-meditation-station
  .entry-content
  .container
  .meditation-stations-page-content
  .sr-playlist-item
  a {
  font-size: 24px;
  line-height: 30px;
  color: #000000;
  
}

.single-meditation-station
  .entry-content
  .container
  .meditation-stations-page-content
  .sr-playlist-item
  a
  .track-number {
  font-size: 24px;
  line-height: 30px;
}

.single-meditation-station .entry-content .container .meditation-lists-section {
  width: 30%;
  padding-left: 60px;
}

.single-meditation-station
  .entry-content
  .container
  .meditation-lists-section
  h3 {
  color: #ef5d4f;
}

/* Meditation */

.page-restrict-output {
  max-width: 480px;
  margin: 0 auto;
  background: #e1e1e1;
  padding: 40px;
  border-radius: 10px;
}

.page-restrict-output p label {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 20px;
  font-size: 20px;
}

.page-restrict-output input[type='text'],
.page-restrict-output input[type='password'] {
  border: 1px solid;
  height: auto;
  padding: 5px 10px;
  outline: none !important;
}

.page-restrict-output form p br {
  display: none;
}

.page-restrict-output p label[for='rememberme'] {
  cursor: pointer;
  flex-direction: initial;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 0;
}

.page-restrict-output p label[for='rememberme'] input {
  margin-right: 10px;
}

.page-restrict-output input[type='submit'] {
  background-color: #6bb1bd;
  color: #ffffff;
  font-size: 17px;
  line-height: 20px;
  
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.5px;
  padding: 10px 40px;
  transition: all 0.5s ease-in-out;
  position: relative;
  z-index: 1;
  margin: 10px 0;
  border: 0;
}

.fact-sheet hr {
  margin-bottom: 25px;
  border-color: #dfdfdf;
}

.addtoany_list.a2a_kit_size_32 a {
  line-height: 26px;
}

.addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service) > span {
  border-radius: 50% !important;
  padding: 5px !important;
}

.single-wpsl_stores .wpsl-locations-details {
  display: none;
}

.single-wpsl_stores .parishes_details_top_section .wpsl-locations-details {
  display: block;
  text-align: center;
}

.parishes_details_top_section {
  padding: 50px 0;
}

.single-wpsl_stores .wpsl-locations-details strong {
  
  font-size: 35px;
  display: block;
  padding-bottom: 10px;
}

.single-wpsl_stores .wpsl-locations-details {
  font-size: 25px;
  line-height: 30px;
}

.single-wpsl_stores .parishes_info h2 {
  font-size: 25px;
  margin: 20px 0 10px 0;
}

.single-wpsl_stores .leadership p {
  margin: 10px 0;
}

.parishes_info .elementor-widget-text-editor p b,
.parishes_info .elementor-widget-text-editor p strong,
.parishes_info .elementor-widget-text-editor li b,
.parishes_info .elementor-widget-text-editor li strong {
  
  font-size: 17px;
}

.single-wpsl_stores .mass_schedule > ul > li,
.single-wpsl_stores .mass_schedule .elementor-widget-container > ul > li {
  
  font-size: 17px;
}

.single-wpsl_stores .mass_schedule > ul > li li,
.single-wpsl_stores .mass_schedule .elementor-widget-container > ul > li li {
  font-size: 20px;
}

.single-wpsl_stores .bottom_notice_text {
  margin: 50px 0 20px 0;
  text-align: center;
  border-top: 1px solid #ccc;
  padding-top: 20px;
}

.single-wpsl_stores .bottom_notice_text h4 {
  font-size: 20px;
  line-height: 24px;
}

.single-wpsl_stores .wpsl-gmap-canvas {
  margin-bottom: 0 !important;
}

.popup_video_container {
  max-width: 100%;
  padding: 0;
}

.popup_video_container iframe {
  width: 100% !important;
  height: 450px;
}

.single_ministry .addtoany_content {
  text-align: right;
}

/* Career page */
.career-moto .kc_row_inner:nth-child(odd) .kc_col-sm-6,
.career-moto .elementor-inner-section:nth-child(odd) .elementor-col-50 {
  padding-right: 50px !important;
}

.career-moto .kc_row_inner:nth-child(even) .kc_col-sm-6,
.career-moto .elementor-inner-section:nth-child(even) .elementor-col-50 {
  text-align: right;
  padding-left: 0px !important;
}

.career-moto h2 {
  text-transform: none;
}

.career-moto h2::before {
  content: '';
  background-color: #ffba4d;
  width: 130px;
  height: 20px;
  margin-bottom: 30px;
  display: block;
}

.career-moto .kc_row_inner:nth-child(even) .kc_col-sm-6 h2::before,
.career-moto
  .elementor-inner-section:nth-child(even)
  .elementor-col-50
  h2::before {
  margin-left: auto;
}

.career-moto p {
  font-size: 25px;
  line-height: 38px;
}

.employee-talk {
  background-attachment: fixed !important;
}

.employee-talk .kc_text_block,
.employee-talk .elementor-widget-text-editor {
  max-width: 600px;
}

.employee-talk h3 {
  font-size: 40px;
  line-height: 50px;
  color: #ffffff;
  margin-bottom: 30px;
}

.employee-talk p {
  color: #ffffff;
}

.job-category h2.elementor-heading-title {
  text-transform: none;
  margin-bottom: 50px;
}

.job-category h2.elementor-heading-title span {
  color: #ffb760;
}

.job-category .kc_row_inner:not(:last-child),
.job-category .elementor-inner-section:not(:last-child) {
  margin-bottom: 60px;
}

.job-category .kc_row_inner .kc_single_image,
.job-category .elementor-inner-column .elementor-widget-image {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}

.job-category .kc_row_inner .kc_single_image img,
.job-category .elementor-inner-column .elementor-widget-image img {
  transition: all 0.5s ease-in-out;
}

.job-category .kc_row_inner .kc_single_image:hover img,
.job-category .elementor-inner-column .elementor-widget-image:hover img {
  transform: scale(1.1);
}

.job-category .kc_row_inner .kc_single_image p.scapt,
.job-category
  .elementor-inner-column
  .elementor-widget-image
  figcaption.widget-image-caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  display: flex;
  font-size: 30px;
  line-height: 40px;
  color: #ffffff;
  text-align: left;
  align-items: flex-end;
  
  font-weight: bold;
  padding: 30px;
  pointer-events: none;
}

.job-category
  .elementor-inner-column
  .elementor-widget-image
  figcaption.widget-image-caption {
  margin: 0;
}

.page.job-opening-page .inner-page .entry-content {
  padding: 0;
}

.opening-blue-bar .elementor-container {
  align-items: center;
}

.opening-blue-bar h2.elementor-heading-title {
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 0;
}

.opening-blue-bar p {
  font-size: 28px;
  line-height: 32px;
}

ul.job_listings {
  border-top: 0;
}

ul.job_listings li.job_listing {
  display: flex;
  align-items: flex-start;
  padding: 30px 0;
  border: 0;
}

ul.job_listings li.job_listing .position h3 {
  margin-bottom: 15px;
}

ul.job_listings li.job_listing .position ul.meta {
  display: none;
}

ul.job_listings li.job_listing .job_action {
  list-style: none;
  padding: 0;
  margin: 0 0 0 auto;
}

ul.job_listings li.job_listing .job_action a[name='apply-trigger-btn'] {
  
  background-color: #adadad;
  color: #ffffff;
  border-radius: 10px;
  padding: 10px 20px;
  text-align: center;
}

ul.job_listings li.job_listing .company {
  color: #969696;
  font-size: 18px;
}

/* Career page */

/* Ministry sub pages */
.inner-page .entry-content.single_ministry {
  padding: 0;
}

.ministry-sub-below-banner .elementor-widget-wrap .elementor-widget {
  margin-bottom: 30px;
}

.ministry-sub-below-banner
  .elementor-widget-wrap
  .elementor-widget-text-editor
  p {
  line-height: 1.4;
  
}

.caption-with-overlay-text.kc_single_image,
.caption-with-overlay-text .elementor-widget-container {
  position: relative;
  overflow: hidden;
}

.caption-with-overlay-text.kc_single_image img,
.caption-with-overlay-text .elementor-widget-container img {
  transition: all 0.5s ease-in-out;
}

.caption-with-overlay-text.kc_single_image:hover img,
.caption-with-overlay-text .elementor-widget-container:hover img {
  transform: scale(1.1);
}

.caption-with-overlay-text.kc_single_image p.scapt,
.caption-with-overlay-text .elementor-widget-container .widget-image-caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  display: flex;
  font-size: 30px;
  line-height: 36px;
  color: #ffffff;
  align-items: flex-end;
  
  font-weight: bold;
  padding: 30px;
  pointer-events: none;
}

.caption-with-overlay-text .elementor-widget-container .widget-image-caption {
  margin: 0;
}

.caption-with-overlay-text.caption-with-overlay-alignc.kc_single_image p.scapt,
.caption-with-overlay-text.caption-with-overlay-alignc
  .elementor-widget-container
  .widget-image-caption {
  align-items: center;
  justify-content: center;
  text-align: center;
}

.ministry-sub-find-event {
  padding: 200px 0;
}

.contact-list h2,
.contact-list h2.elementor-heading-title {
  margin-bottom: 50px;
}

.contact-list.contact-text-white {
  color: #ffffff;
}

.contact-list.contact-text-white h3 {
  font-size: 32px;
  line-height: 40px;
  color: #ffffff;
  margin-bottom: 12px;
}

.contact-list.contact-text-white p {
  margin-bottom: 12px;
}

.contact-list .kc_row_inner,
.contact-list .elementor-widget-container {
  text-align: center;
  margin-bottom: 50px;
}

.contact-list .kc_row_inner ul,
.contact-list .elementor-widget-container ul {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-list .kc_row_inner ul li,
.contact-list .elementor-widget-container ul li {
  
}

.contact-list .kc_row_inner ul li a,
.contact-list .elementor-widget-container ul li a {
  color: #000000;
}

.contact-list.contact-text-white .kc_row_inner ul li a {
  color: #ffffff;
}

.contact-list .kc_row_inner ul li:not(:last-child),
.contact-list .elementor-widget-container ul li:not(:last-child) {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #000000;
}

.contact-list.black-bg .elementor-widget-container ul li:not(:last-child) {
  border-color: #ffffff;
}

.contact-list.contact-text-white
  .elementor-widget-text-editor
  ul
  li:not(:last-child) {
  border-color: #ffffff;
}

.contact-list .kc_row_inner:last-child,
.contact-list .elementor-inner-section:last-child .elementor-widget-container {
  margin-bottom: 0;
}

.elementor-section.elementor-section-boxed.horizontal-image-text
  > .elementor-container
  .elementor-section.elementor-section-boxed
  > .elementor-container
  .elementor-column.right {
  padding-left: 40px;
}

.horizontal-image-text .right h2 {
  color: #ffffff;
}

.horizontal-image-text .right h4 {
  color: #ffffff;
}

.horizontal-image-text .right .kc_text_block,
.horizontal-image-text .right .elementor-widget-text-editor {
  margin-bottom: 30px;
}

.horizontal-image-text .right p {
  color: #ffffff;
  
}

.horizontal-image-text .btn-primary.white,
.horizontal-image-text .btn-primary.white a {
  color: #6bb1bd;
}

.our-team h2.elementor-heading-title {
  font-size: 55px;
  line-height: 65px;
}

.our-team .teaamInner {
  margin-top: 50px !important;
}

.our-team .teaamInner > div {
  align-items: center;
}

.our-team .elementor-widget-wrap .right {
  padding-left: 60px;
}

.our-team .elementor-widget-wrap h3 {
  font-size: 50px;
  line-height: 60px;
}

.our-team .elementor-widget-wrap p {
  
}

.our-team .elementor-widget-wrap ul {
  list-style: none;
  padding: 0;
}

.our-team .elementor-widget-wrap ul li {
  
}

.our-team .elementor-widget-wrap a {
  color: #000000;
}

.box-overlay-image-with-text .text-overlay-box,
.box-overlay-image-with-text
  .text-overlay-box
  .elementor-widget.elementor-widget-image {
  margin-bottom: 30px;
}

.box-overlay-image-with-text .text-overlay-box.no-margin,
.box-overlay-image-with-text
  .text-overlay-box
  .elementor-widget.elementor-widget-image.no-margin {
  margin-bottom: 0;
}

.box-overlay-image-with-text .text-overlay-box .kc-col-inner-container,
.box-overlay-image-with-text
  .text-overlay-box
  .elementor-widget.elementor-widget-image
  .elementor-widget-container {
  position: relative;
  clear: both;
  overflow: hidden;
}

.box-overlay-image-with-text
  .text-overlay-box
  .kc-col-inner-container
  .kc-title-wrap,
.box-overlay-image-with-text
  .text-overlay-box
  .elementor-widget-image
  .widget-image-caption {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
  pointer-events: none;
}

.box-overlay-image-with-text
  .text-overlay-box-grid
  .elementor-widget-image
  .widget-image-caption {
  margin: 0;
  padding: 0;
  
  font-size: 55px;
  line-height: 65px;
  color: #ffffff;
  text-transform: none;
}

.box-overlay-image-with-text
  .text-overlay-box:hover
  .kc-col-inner-container
  .kc-title-wrap,
.box-overlay-image-with-text
  .text-overlay-box
  .elementor-widget-image:hover
  .widget-image-caption {
  background: rgba(0, 0, 0, 0.5);
}

.box-overlay-image-with-text
  .text-overlay-box
  .kc-col-inner-container
  .kc-title-wrap
  h2 {
  color: #ffffff;
  margin-bottom: 0;
}

.box-overlay-image-with-text
  .text-overlay-box-grid
  .text-overlay-box
  .elementor-widget-image
  figure {
  display: block;
}

.box-overlay-image-with-text
  .text-overlay-box-grid
  .left.text-overlay-box
  .elementor-widget-image
  img {
  height: 730px !important;
  width: 100% !important;
  object-fit: cover;
}

.box-overlay-image-with-text
  .text-overlay-box-grid
  .right.text-overlay-box
  .elementor-widget-image
  img {
  height: 350px !important;
  width: 100% !important;
  object-fit: cover;
}

.ministry-welcome .section-subtitle {
  margin-bottom: 50px;
}

.ministry-welcome .kc_single_image {
  margin-bottom: 30px;
}

.ministry-welcome h3 {
  color: #ef5d4f;
  text-transform: uppercase;
}

.ministry-welcome p {
  color: #000000;
}

.who-we-are-bg {
  height: 340px;
  padding: 80px 0;
}

.who-we-are-bg .kc-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.who-we-are-bg .who-we-tooltip-view {
  background-color: #6bb1bd;
  padding: 20px;
  width: 400px;
  margin-bottom: 20px;
  position: relative;
}

.who-we-are-bg .who-we-tooltip-view::before {
  content: '';
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #6bb1bd;
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: -15px;
  left: 50px;
}

.who-we-are-bg .who-we-tooltip-view p {
  color: #ffffff;
}

.who-we-are-bg h2 {
  margin: 0;
}

.who-we-are-blocks .kc_column_inner {
  padding: 0;
}

.who-we-are-blocks .kc-col-inner-container {
  position: relative;
}

.who-we-are-blocks .kc_column_inner .kc-col-inner-container .kc-title-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
  pointer-events: none;
}

.who-we-are-blocks
  .kc_column_inner:hover
  .kc-col-inner-container
  .kc-title-wrap {
  background: rgba(0, 0, 0, 0.5);
}

.who-we-are-blocks .kc_column_inner .kc-col-inner-container .kc-title-wrap h3 {
  color: #ffffff;
}

.event-sing-up .sendpress {
  max-width: 1024px;
  margin: 0 auto;
}

.event-sing-up form {
  font-size: 0;
}

.event-sing-up #form-wrap p {
  margin: 0;
}

.event-sing-up #form-wrap p:first-child {
  display: none;
}

.event-sing-up #form-wrap p:nth-child(2) {
  display: inline-block;
  width: calc(100% - 250px);
  margin-right: 30px;
  vertical-align: top;
}

.event-sing-up #form-wrap input[type='text'] {
  border: 1px solid #ffffff;
  background-color: transparent;
  border-radius: 3px;
  color: #ffffff;
  height: 50px;
}

.event-sing-up #form-wrap input[type='text']::placeholder {
  color: #ffffff;
  opacity: 0.5;
}

.event-sing-up #form-wrap p.signup-fields-bottom {
  display: none;
}

.event-sing-up #form-wrap p.submit {
  display: inline-block;
  width: 200px;
  vertical-align: top;
}

.event-sing-up #form-wrap input[type='submit'] {
  margin: 0;
  border-color: #ffba4d;
  background-color: #ffba4d;
  color: #ffffff;
  display: table !important;
  width: 200px;
  padding: 10px 20px;
  height: 50px;
  text-transform: uppercase;
  font-size: 17px;
  line-height: 20px;
  
  text-transform: uppercase;
  font-weight: 400;
}

.find-things-section .kc_text_block,
.find-things-section .elementor-widget.elementor-widget-text-editor {
  margin-bottom: 30px;
}

.find-things-section a.btn-primary-outline,
.find-things-section .btn-primary-outline a {
  margin: 0 auto;
}

.single.youth-young-ministry-subpage
  .inner-page
  .entry-header.custom-entry-header {
  display: none;
}

.zoom-instagram-widget h2 {
  color: #4ac1ec;
  text-transform: none;
}

.single.youth-young-ministry-subpage .zoom-instagram-widget__items {
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
}

.single.youth-young-ministry-subpage .zoom-instagram-widget__items::before,
.single.youth-young-ministry-subpage .zoom-instagram-widget__items::after {
  display: none;
}

.single.youth-young-ministry-subpage .zoom-instagram-widget__items li {
  width: 16.67%;
}

.single.youth-young-ministry-subpage .zoom-instagram-widget__follow-me {
  display: none;
}

.single.youth-young-ministry-subpage .banner-bottom h2 {
  text-transform: none;
  font-size: 55px;
  line-height: 55px;
  margin-bottom: 0;
}

.single.youth-young-ministry-subpage
  .team-section
  .section-title
  .elementor-widget-container {
  position: relative;
  top: auto;
  left: auto;
}

.single.youth-young-ministry-subpage .team-section h2.section-title,
.single.youth-young-ministry-subpage .team-section .section-title h2 {
  text-transform: none;
  font-size: 55px;
  line-height: 55px;
  margin-bottom: 60px;
}

.single.youth-young-ministry-subpage .connect-us-section h2 {
  font-size: 55px;
  line-height: 55px;
}

.single.youth-young-ministry-subpage .connect-us-section ul {
  margin-bottom: 60px;
}

.single.youth-young-ministry-subpage
  .connect-us-section
  .kc_text_block
  > ul
  li
  a,
.single.youth-young-ministry-subpage
  .connect-us-section
  .elementor-widget-text-editor
  ul
  li
  a {
  color: #4ac1ec;
  font-size: 24px;
  line-height: 30px;
  
  transition: all 0.5s ease-in-out;
}

.single.youth-young-ministry-subpage
  .connect-us-section
  .kc_text_block
  > ul
  li
  a:hover,
.single.youth-young-ministry-subpage
  .connect-us-section
  .elementor-widget-text-editor
  ul
  li
  a:hover {
  color: #ffffff;
}

/* Ministry sub pages */

/* 404 */
.error404 .site-footer {
  display: none;
}

.error404 .otgs-development-site-front-end {
  display: none;
}

.error-404.not-found {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 100vh;
}

.error-404.not-found .container {
  height: 100%;
}

.not-found-inner {
  display: flex;
  align-items: flex-end;
  height: 100%;
  padding: 80px 0;
}

.not-found-inner .text {
  width: 70%;
}

.not-found-inner h1 {
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 0;
  font-size: 120px;
  line-height: 120px;
}

.not-found-inner h3 {
  color: #ffffff;
}

.not-found-inner h3::before {
  content: '';
  background-color: #ffba4d;
  width: 130px;
  height: 20px;
  margin-bottom: 30px;
  display: block;
}

.not-found-inner .action {
  width: 30%;
  display: flex;
}

.not-found-inner .action a:not(:last-child) {
  margin-right: 15px;
}

/* 404 */

/* SYNOD css 04th Feb 22 */
.synos-btn-list-wrapper .kc_button,
.synos-btn-list-wrapper .elementor-widget-button {
  margin: 0 auto;
}

.synos-btn-list-wrapper .kc-col-inner-container .kc-elm {
  display: flex;
  justify-content: center;
}

.synod-welcome-content p {
  text-align: center;
  
  line-height: 1.4;
}

.synod-welcome-content {
  margin: 0 0 35px 0;
}

.welcome-synod-main-wrapper {
  padding-bottom: 80px;
}

.how-youcan-wrapper {
  padding: 100px 0 120px;
}

.how-youcan-wrapper h2,
.how-youcan-wrapper h2.elementor-heading-title {
  text-align: center;
  color: #fff;
  margin-bottom: 70px;
  font-size: 75px;
  line-height: 85px;
}

.participant-img-wrapper {
  /*max-width: 323px;
  height: 327px;*/
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.participant-img-wrapper img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.participant-img-wrapper p {
  position: absolute;
}

.participate-container-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.participate-container-wrapper p {
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-size: 38px;
  
  line-height: 42px;
}

.message-center-wrapper {
  padding: 90px 0 0;
}

.message-center-wrapper h1 {
  color: #ffba4d;
  margin: 0 0 70px 0;
  font-size: 75px;
  line-height: 80px;
}

.choose-language-heading,
.choose-language-heading .elementor-widget-container {
  margin: 0 0 70px 0;
}

.message-center-wrapper .kc_tabs_nav > .ui-tabs-active > a,
.message-center-wrapper
  .elementor-widget-tabs.elementor-tabs-view-horizontal
  .elementor-tab-desktop-title {
  background-color: var(--wp--preset--color--secondary);
  color: #fff;
  border-radius: 35px;
}

.message-center-wrapper .kc_tabs_nav > li > a,
.message-center-wrapper .nav-pills > li > a {
  border-radius: 35px;
  background-color: #f1f1f1;
  border: 0;
  line-height: 40px;
}

.message-center-wrapper .kc_tabs_nav > li:hover,
.kc_tabs_nav > li > a:hover,
.message-center-wrapper
  .elementor-widget-tabs.elementor-tabs-view-horizontal
  .elementor-tab-desktop-title:hover,
.message-center-wrapper
  .elementor-widget-tabs.elementor-tabs-view-horizontal
  .elementor-tab-desktop-title
  > p:hover {
  background-color: #dd5548;
  color: #fff;
  border-radius: 35px;
  height: 40px;
}

.message-center-wrapper .ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0;
}

.message-center-wrapper .kc_tabs_nav ~ .kc_tab.ui-tabs-body-active {
  height: inherit !important;
  background: transparent;
}

.iframe-wrapper-main {
  display: flex;
  justify-content: center;
}

.message-center-wrapper .kc_tabs > .kc_wrapper > .kc_tabs_nav {
  background: transparent;
  display: flex;
  justify-content: center;
}

.participant-img-wrapper a {
  max-width: 323px;
  height: 327px;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.participant-img-wrapper a i {
  display: none;
}

.below-banner-welcome-content {
  margin-bottom: 90px;
}

.synod-welcome-prayer {
  margin: 0 0 75px 0;
}

/* SYNOD css 04th Feb 22 End */

/* ministry update css 06th Feb 22 */

.ministry-grid-container {
  max-width: 1470px;
  margin: 0 auto;
}

.ministry-row-new {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  /* margin: 0 -15px; */
}

.ministry-grid-new {
  width: 33.3%;
  padding: 0 15px;
}

.ministry_cat_inner_wrap.ministry-row-new .ministry_cat_col-inner {
  border-radius: 0px;
  overflow: hidden;
  display: block;
  background-color: #fff;
  transition: all 0.5s ease-in-out;
  margin: 20px 0;
  position: relative;
}

.ministry_cat_inner_wrap.ministry-row-new .ministry_cat_col-inner:hover {
  box-shadow: 0 0 0px rgb(0 0 0 / 20%);
}

.ministry_cat_inner_wrap.ministry-row-new
  .ministry_cat_col-inner
  .kc-title-wrap {
  padding: 20px 0px;
  min-height: 115px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.ministry_cat_inner_wrap.ministry-row-new
  .ministry_cat_col-inner
  .kc_single_image {
  height: 275px;
  overflow: hidden;
  border-radius: 10px;
  background-color: #333;
}

.ministry_post_status {
  display: flex;
  justify-content: flex-end;
  margin: 0 0 0 10px;
}

.ministry_post_status .status {
  /*  color: hsl(123deg 38% 37%);*/
  /*  background-color: hsl(120deg 36% 96%);*/
  color: #fff;
  background-color: #9aaea3;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  padding: 2px 8px;
  font-size: 15px;
}

.ministry_post_title p {
  font-size: 20px;
  color: #333;
}

.loadmore-wrapper {
  display: flex;
  justify-content: center;
  padding: 25px 0;
  border-top: 1px solid hsl(0deg 0% 93%);
  width: 100%;
}

.ministry_search.ministry_new_wrapper {
  text-align: right;
  margin-right: 0px;
  margin-left: 0px;
  padding: 35px 40px;
  background-color: #f5f5f7 !important;
  display: block;
}

.ministry_search.ministry_new_wrapper form {
  width: 100%;
  /* border: 1px solid #dddddd;*/
  border-radius: 5px;
  height: auto;
}

.ministry_search.ministry_new_wrapper .search-input-wrapper {
  position: relative;
  display: block;
  align-items: center;
  width: 100%;
}

.ministry_search.ministry_new_wrapper .search-input-wrapper input {
  border: 0;
  padding: 0 40px;
  width: 100%;
  height: 33px;
  margin: 1px 0 0 0;
}

.srch-icon-wrapper {
  position: absolute;
  left: 16px;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}

.srch-icon-wrapper i {
  color: #000;
  font-size: 14px;
  opacity: 0.4;
}

.ministry_search.ministry_new_wrapper .search-input-wrapper span.deleteicon {
  top: 23px;
  right: 15px;
}

.protect-report-intro p span {
  display: block;
}

body.protect-report-page.custom_banner_small_text
  .inner-page
  .entry-header.custom-entry-header
  h1 {
  font-size: 56px;
  padding-right: 12%;
  line-height: 62px;
}

body.protect-report-page .inner-page .entry-header.custom-entry-header p {
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 30px;
}

body.protect-report-page .kc_title.text-transform-none.big-heading,
body.protect-report-page
  .elementor-widget-heading.text-transform-none.big-heading
  h2 {
  font-size: 62px;
  line-height: 64px;
}

body.protect-report-page .protect-report-intro p {
  text-align: left;
}

body.protect-report-page .protect-report-intro p a.learn-more-btn {
  /* margin: 55px 0;
    display: block;
    max-width: 270px; */
  margin-top: 10px;
  display: inline-block;
}

.strategic-plan-welcome-panel {
  background-color: #7aafbb;
  padding: 135px 0;
}

.bishop-lines .right .kc_text_block p span,
.bishop-lines .right .elementor-widget-text-editor p span {
  color: #fff;
}

.bishop-lines .right .kc_text_block p,
.bishop-lines .right .elementor-widget-text-editor p {
  color: #fff;
}

.btn-primary.btn-strategic {
  padding: 0;
  margin: 25px 0 0 0;
}

.btn-primary.btn-strategic .elementor-button {
  /* font-size: 25px; */
  padding: 10px 30px;
  color: #7aafbb;
  /* display: inline-block; */
  margin: 0;
}

.btn-primary.btn-strategic .elementor-button::after {
  background-color: #ebebeb !important;
}

.btn-strategic.elementor-widget-button:after,
.btn-strategic.elementor-widget-button::before {
  content: '';
  display: none;
}

.about-reserved-welcome-wrapper {
  background-color: #f8756d;
  padding: 135px 0;
}

.about-reserved-welcome-wrapper h2,
.about-reserved-welcome-wrapper h2.elementor-heading-title {
  margin: 0 !important;
  padding: 0;
  color: #fff;
  text-transform: initial;
  text-align: center;
}

.about-revers-img-wrapper {
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.about-revers-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-cont-row-panel .kc_row_inner {
  display: flex;
  align-items: center;
}

.about-cont-row-panel .about-zigzag-row-wrapper,
.about-cont-row-panel .about-zigzag-row-wrapper .elementor-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 65px 0;
}

.about-cont-row-panel .kc_row_inner:nth-child(odd) .content-wrapper-single,
.about-cont-row-panel
  .elementor-inner-section:nth-child(odd)
  .content-wrapper-single
  .elementor-widget-wrap {
  padding: 0 0 0 130px;
}

.about-cont-row-panel .kc_row_inner:nth-child(even) .content-wrapper-single,
.about-cont-row-panel
  .elementor-inner-section:nth-child(even)
  .content-wrapper-single
  .elementor-widget-wrap {
  padding: 0 130px 0 0px;
}

.about-cont-row-panel .kc_row_inner:last-child .about-zigzag-row-wrapper,
.about-cont-row-panel .about-zigzag-row-wrapper .elementor-container {
  margin: 0 0 0px 0;
}

.content-wrapper-single p {
  font-size: 20px;
  line-height: 34px;
}

.content-wrapper-single h3 {
  text-transform: capitalize !important;
}

/*body.about-page .leaders-carousel-wrap .owl-nav button{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 0 !important;
    background: #f8756d !important;
    color: #fff !important;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
body.about-page .leaders-carousel-wrap .owl-nav button span{
    font-size: 0;
    position: relative;
    width: 100%;
    height: 100%;
}
body.about-page .leaders-carousel-wrap .owl-nav button.owl-prev{
    left: 46%;
}
body.about-page .leaders-carousel-wrap .owl-nav button.owl-next{
    right: 46%;
}
body.about-page .leaders-carousel-wrap .owl-nav button.owl-prev span::before{
        content: '';
    border-width: 12px 15px 12px 0;
    border-color: transparent #ffffff transparent transparent;
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    top: 50%;
    border-style: solid;
    transform: translateY(-50%);
    left: 19px;
}

body.about-page .leaders-carousel-wrap .owl-nav button.owl-next span::before{
    content: '';
    border-width: 12px 0 12px 15px;
    border-color: transparent transparent transparent #ffffff;
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    top: 50%;
    border-style: solid;
    transform: translateY(-50%);
    left: 24px;
}*/
/*body.about-page .inner-page .entry-header.custom-entry-header {
    height: 800px;
    padding: 80px 0;
    align-items: center;
}
body.about-page h1.entry-title {
    font-size: 76px;
    line-height: 85px;
}
body.about-page .inner-page .entry-header.custom-entry-header p {
    display: flex;
    align-items: center;
    color: #ffffff;
    font-size: 30px;
}*/

/* ministry update css 06th Feb 22 End */

/* Carrer page css 080222 */
.current-employee-link p {
  color: #fff;
}

.select-job-cat-list {
  display: flex;
  justify-content: flex-end;
}

.select-job-cat-list .select2-container--default .select2-selection--single {
  background-color: transparent;
  width: 100%;
  height: 60px;
  border: 3px solid #000;
  border-radius: 30px;
  padding: 0 30px;
  transition: all 0.5s ease-in-out;
}

.select-job-cat-list
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  font-size: 16px;
  margin: 8px 0 0 0;
  line-height: 32px;
}

.select-job-cat-list
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b,
.select-job-cat-list
  .select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #484848 transparent transparent transparent;
  border-width: 8px 7px 0 7px;
}

/* Leadership page css 080222 */
.btn-big-orange {
  border-radius: 50px;
  
  font-size: 28px !important;
  text-transform: capitalize;
  padding: 35px 45px !important;
  display: flex;
  align-items: center;
  background-color: #ffb760;
  line-height: 35px;
}

.btn-big-orange:before {
  background-color: #ffb760;
}

.btn-big-orange:after {
  content: '';
  position: absolute;
  width: 0;
  height: 100%;
  background-color: #dd8923;
  top: 0;
  left: 0;
  z-index: -1;
  transition: width 0.5s ease-in-out;
  border-radius: 25px;
}

.contact-to-bishop {
  display: flex;
  justify-content: flex-end;
}

.about-bishop h4 {
  
  color: #a3a3a3;
}

.leader-container .leader-content ul {
  margin: 30px 0;
}

.leader-container .leader-content p {
  margin: 0 0 30px 0;
}

.follow_shocial_medialink {
  width: 100%;
  display: flex;
  margin: 55px 0 0 0;
}

.follow_shocial_medialink .media_heading {
  color: #969696;
  font-size: 28px;
  
}

.ft_social_media_list {
  display: flex;
  align-items: center;
}

.ft_social_media_list ul {
  margin: 0 !important;
  display: flex;
  flex-wrap: wrap;
}

.ft_social_media_list ul li {
  
  font-size: 24px;
  color: #969696;
  margin: 0 20px 0 0 !important;
}

.ft_social_media_list ul li a {
  color: #969696;
}

.ft_social_media_list ul li:before {
  display: none;
}

.banner-content-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.banner-content-row .leadership-left {
  width: 58%;
}

.banner-content-row .leadership-right {
  width: 42%;
}

.banner-content-row .leadership-right .ft_social_media_list {
  justify-content: flex-end;
}

.banner-content-row h1 {
  font-size: 66px;
  line-height: 75px;
  color: #1a242f;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.banner-content-row .breadcrumbs-list span {
  font-size: 28px !important;
  line-height: 25px;
}

.banner-content-row .breadcrumbs-list {
  font-size: 28px !important;
}

.banner-content-row .ft_social_media_list ul li {
  
  font-size: 16px;
  color: #fff;
  list-style: none;
  margin: 0 0px 0 20px !important;
}

.banner-content-row .ft_social_media_list ul li a,
.banner-content-row .ft_social_media_list ul li a:hover,
.banner-content-row .ft_social_media_list ul li a:focus {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.banner-content-row .ft_social_media_list ul li a i {
  font-size: 25px;
  margin: 0 5px 0 0;
}

.ministry-page-zigzag-wrapper
  .elementor-container.elementor-column-gap-default {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ministry-page-zigzag-wrapper
  .kc_row.kc_row_inner:nth-child(odd)
  .ministry-page-fat-container,
.ministry-page-zigzag-wrapper
  .elementor-inner-section:nth-child(odd)
  .ministry-page-fat-container
  > .elementor-widget-wrap {
  padding: 0 25px 0 165px;
}

.ministry-page-zigzag-wrapper
  .kc_row.kc_row_inner:nth-child(even)
  .ministry-page-fat-container,
.ministry-page-zigzag-wrapper
  .elementor-inner-section:nth-child(even)
  .ministry-page-fat-container
  > .elementor-widget-wrap {
  padding: 0 165px 0 25px;
}

.team-section a.kc_button,
.team-section .elementor-widget-button {
  display: none;
}

/* About Consecreated life */
.consecreated-life-wrapper {
  padding: 100px 0;
}

.welcome-first-content {
  margin: 0 auto 65px auto;
  max-width: 1210px;
  width: 100%;
  display: block;
  float: none;
}

.welcome-single-content {
  margin: 0 auto 65px auto;
  padding: 0 0 65px 0;
  width: 100%;
  display: block;
  max-width: 1040px;
  float: none;
}

.welcome-first-content p {
  text-align: center;
}

.welcome-single-content p {
  text-align: center;
}

.consecreated-life-wrapper h2 {
  text-transform: capitalize;
  text-align: center;
}

body.ocvocations-template-default .btn-primary-outline:hover {
  background-color: #ffffff;
  color: #000000 !important;
}

/* PSA page css */

/* PSA Give Now */
.multiple-form-wrapper .kc_tabs_nav ~ .kc_tab.ui-tabs-body-active {
  background: transparent;
}

.multiple-form-wrapper .kc_tabs > .kc_wrapper > .kc_tabs_nav {
  background: transparent;
  float: none;
  display: flex;
  justify-content: center;
}

.multiple-form-wrapper .kc_tabs_nav > .ui-tabs-active > a,
.multiple-form-wrapper .kc_tabs_nav > .ui-tabs-active > a:hover {
  background-color: #ffba4d;
  color: #fff;
}

.multiple-form-wrapper .kc_tabs_nav > li {
  margin: 0 35px;
}

.multiple-form-wrapper .kc_tabs_nav > li,
.multiple-form-wrapper .kc_tabs_nav > li > a {
  background-color: transparent;
  color: #333;
  border-radius: 35px;
  text-transform: uppercase;
  font-size: 25px;
}

.multiple-form-wrapper .kc_tabs_nav > li:hover,
.multiple-form-wrapper .kc_tabs_nav > li > a:hover {
  background-color: #e7a02f;
  color: #fff;
}

.select-job-cat-list .select2-container {
  width: 280px !important;
}

/* all page banner same height same font size 09th feb 22*/
.inner-page .entry-header.custom-entry-header {
  height: 800px;
  padding: 80px 0;
  align-items: flex-end;
}

h1.entry-title {
  font-size: 76px;
  line-height: 85px;
}

.inner-page .entry-header.custom-entry-header p {
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 30px;
}

.btn-back-wrapper {
  margin: 35px 0 0 0;
}

/* Home page Oc catholic story slider */
.oc-catholic-slider {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.left-catholic-image {
  width: 44%;
  margin: 0 55px 0 0;
}

.right-catholic-content {
  width: 48%;
}

.oc-catholic-slider h2 {
  color: #ffffff;
  /* line-height: 45px; */
  margin-bottom: 30px;
  /* font-family: "Helvetica Neue Light"; */
  text-transform: unset;
}

.oc-catholic-slider .btn-primary {
  max-width: 220px;
 /* font-size: 17px;*/
}

.oc-catholic-slider .owl-nav {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.scrollTop {
  position: fixed;
  right: 56px;
  bottom: 192px;
  background-color: #60a8b5;
  padding: 20px;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
  border-radius: 50%;
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 900;
  box-shadow: rgb(0 0 0 / 16%) 0px 5px 30px;
}

.scrollTop a {
  font-size: 18px;
  color: #fff;
}

.scrollTop a i {
  font-size: 28px;
}

/* Hispanic ministry  */
.ministry_cat_inner_wrap.ministry-row-new.hispanic-ministry
  .ministry_cat_col-inner
  .hispanic-ministry-post-title {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.1);
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
}

.ministry_cat_inner_wrap.ministry-row-new.hispanic-ministry
  .ministry_cat_col-inner:hover
  .hispanic-ministry-post-title {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.5);
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
}

.ministry_cat_inner_wrap.ministry-row-new.hispanic-ministry
  .ministry_cat_col-inner
  .hispanic-ministry-post-title
  h3 {
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  padding: 0 25px;
  line-height: 30px;
  margin: 0;
}

/* Ministry page Search */
div.asp_s.asp_s_5.searchsettings {
  z-index: 9999999 !important;
}

.community-carousel .owl-nav {
  display: flex;
  justify-content: center;
  margin-top: 39px;
  position: relative;
  bottom: -60px;
}

/* 10th Feb 22 */

.ministry-single-pg-wrapper {
  padding: 100px 0;
}

.paragrapg-p-b {
  margin: 0 0 55px 0 !important;
}

.dcm-wrapper-main {
  background: #6bb1bd;
}

.dcm-wrapper-main h1 {
  text-align: center;
}

.dcm-sub-heading-link {
  text-align: center;
  margin: 0 0 25px 0;
}

.dcm-sub-heading-link a {
  font-weight: 700;
  color: #fff;
  text-decoration: underline;
}

.dcm-certificate-wrapper a {
  display: flex;
  justify-content: center;
}

.content-center-all {
  text-align: center;
}

.content-center-all a {
}

.content-center-all a:hover {
  text-decoration: underline !important;
}

.list-type-none ul {
  list-style: none;
}

.kaiteson-profile-wrappper,
.teaamInner > div,
.elementor-widget-wrap > .elementor-element.kaiteson-profile-wrappper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 1300px;
  margin: 0 auto;
}

.elementor-widget-wrap
  > .elementor-element.kaiteson-profile-wrappper.kaiteson-profile-wrappper-ele {
  max-width: 970px;
}

.kate-details-wrapper > .elementor-widget-wrap {
  padding: 0 0 0 60px !important;
}

.button-bay-wrapper-about {
  width: 100%;
  max-width: 720px;
}

/* Search page css */
.artical-row {
  display: flex;
  justify-content: flex-start;
}

.artical-left-image {
  width: 330px;
  margin: 0 60px 0 0;
}

.artical-left-image a {
  width: 100%;
  height: 190px;
  display: flex;
  overflow: hidden;
}

.artical-left-image a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.artical-all-content {
  width: calc(100% - 245px);
}

.artical-all-content h2 {
  font-size: 28px !important;
  text-transform: capitalize;
  line-height: 40px;
}

.artical-all-content h2 a,
.artical-all-content h2 a:hover {
  color: #000 !important;
  text-transform: capitalize !important;
}

.artical-all-content .media-cat {
  color: #9aaea3;
  display: block;
  font-size: 19px;
}

.artical-all-content .media-sub-heading {
  color: #878787;
  font-size: 22px;
  margin: 0 0 20px 0;
  display: flex;
}

.artical-all-content .post-content {
  line-height: 32px;
  margin-bottom: 20px;
  font-size: 20px;
}

.what-can-do-wrapper {
  background: #ffba4d;
}

.what-can-do-wrapper h1 {
  color: #fff;
  text-transform: capitalize;
}

.what-can-do-wrapper h3 {
  font-size: 28px;
  color: #fff;
}

.what-can-do-wrapper p {
  color: #fff;
}

body.custom-synod-share-your-thoughts .inner-page .entry-content {
  padding: 0;
}

.synod-share-your-thoughts {
  max-width: 100%;
  width: 100%;
  margin: 65px auto 0 auto;
  padding: 65px 45px;
  border: 1px solid #ccc;
}

.synod-share-your-thoughts form {
  max-width: 600px;
  width: 100%;
  margin: 0 auto 0 auto;
}

.synod-share-your-thoughts label,
.synod-share-your-thoughts label span,
.synod-share-your-thoughts label span input {
  width: 100%;
  display: block;
}

.synod-share-your-thoughts label span input {
  border: 1px solid #d2d2d2;
  height: 45px;
  outline: none;
}

.synod-share-your-thoughts label span input:focus {
  border: 1px solid #ffba4d;
  outline: none;
}

.synod-share-your-thoughts label span textarea {
  border: 1px solid #d2d2d2;
  height: 120px;
  outline: none;
}

.synod-share-your-thoughts label span textarea:focus {
  border: 1px solid #ffba4d;
  outline: none;
}

.synod-share-your-thoughts p {
  margin: 0 0 5px 0;
}

.synod-share-your-thoughts p input[type='submit'] {
  background: #ffba4d;
  border: 0;
  color: #ffffff;
  font-size: 19px;
  line-height: 24px;
  
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.5px;
  padding: 10px 30px;
  transition: all 0.5s ease-in-out;
  position: relative;
  z-index: 1;
  border-radius: 0;
  box-shadow: 0 1px 2px rgb(64 64 64 / 10%);
}

.hispanic-ministry-wrapper {
  padding: 70px 0 100px;
}

.t-margin-b,
.elementor-section .elementor-widget-wrap > .elementor-element.t-margin-b {
  margin: 0 0 25px 0;
}

.directrices-list {
  margin: 0 0 25px 0;
}

.directrices-list li {
  padding: 0 0 10px 0;
}

.v-encuentro-ft-video {
  margin: 0 0 25px 0;
}

.v-encuentro-ft-video iframe {
  border: none;
}

body.search .wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 35px 0;
}

.service-search-content-row {
  margin-top: 45px;
}

/* OC vocations section css 11th Feb 22 */

/*.find-section{
    float: none!important;
}*/
.oc-vocations-wrapper {
  margin: 0;
  padding: 100px 0 80px;
  background-color: #0376c9;
  clear: both;
}

.form-outer-wrapper {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  display: block;
}

.form-outer-wrapper h2 {
  color: #fff;
  text-align: center;
  font-size: 45px;
}

.form-outer-wrapper .field-container .two-column {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.form-outer-wrapper .field-container .two-column .elem-content {
  width: 49%;
}

.form-outer-wrapper .field-container .elem-content {
  width: 100%;
  margin-bottom: 20px;
}

.form-outer-wrapper .field-container .elem-content input,
.form-outer-wrapper .field-container .elem-content input:hover,
.form-outer-wrapper .field-container .elem-content input:focus {
  border: 0;
  width: 100%;
  color: #0376c9;
  margin: 0;
  font-size: 25px;
  line-height: 30px;
  
  outline: none;
}

.form-outer-wrapper .field-container .elem-content textarea,
.form-outer-wrapper .field-container .elem-content textarea:hover,
.form-outer-wrapper .field-container .elem-content textarea:focus {
  border: 0;
  color: #0376c9;
  height: 100px;
  margin: 0;
  font-size: 25px;
  line-height: 30px;
  
  outline: none;
}

.form-outer-wrapper .field-container .elem-content input[type='submit']:hover {
  background-color: #fff;
  color: #0376c9;
}

.form-outer-wrapper .field-container .elem-content input[type='submit'] {
  background-color: #0376c9;
  color: #fff;
  border: 0;
  width: auto;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
  
  padding: 10px 20px;
  margin: 0 auto;
  display: block;
  transition: all 0.5s ease-in-out;
}

.form-outer-wrapper
  .field-container
  .elem-content
  input::-webkit-input-placeholder {
  /* Edge */
  color: #0376c9;
}

.form-outer-wrapper .field-container .elem-content input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #0376c9;
}

.form-outer-wrapper .field-container .elem-content input::placeholder {
  color: #0376c9;
}

.form-outer-wrapper
  .field-container
  .elem-content
  textarea::-webkit-input-placeholder {
  /* Edge */
  color: #0376c9;
}

.form-outer-wrapper
  .field-container
  .elem-content
  textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #0376c9;
}

.form-outer-wrapper .field-container .elem-content textarea::placeholder {
  color: #0376c9;
}

/****************/
.social-form-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 25px 0 0 0;
}

.social-form-bottom .left {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.social-form-bottom .right {
  width: 40%;
}

.social-form-bottom .right .contact-details ul {
  text-align: right;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.social-form-bottom .right .contact-details ul li {
  margin-right: 0px;
  border-right: 0px solid #b4b4b4;
  padding-right: 0px;
}

.social-form-bottom .right .contact-details ul li a,
.social-form-bottom .right .contact-details ul li a:hover,
.social-form-bottom .right .contact-details ul li a:focus {
  color: #fff;
  font-size: 25px;
  line-height: 30px;
  font-style: italic;
  text-decoration: none;
  outline: none;
}

.social-form-bottom .left .site-social-links ul {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.social-form-bottom .left .site-social-links ul li {
  margin-right: 15px;
}

.social-form-bottom .left .site-social-links ul li a {
  display: block;
}

.social-form-bottom .left .site-social-links ul li a img {
  width: 40px;
}

.fetch-tweets-twitter p {
  display: none;
}

/* 14 th Feb  */
.internal-image-grid {
  float: none !important;
}

body.vocations-team .inner-page .entry-content {
  padding: 100px 0 0;
}

.oc-vocations-wrapper.top-lebel-grid-wrapper {
  margin-top: 100px;
}

.oc-vocations-wrapper.top-lebel-grid-wrapper .social-form-bottom {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
}

.comming-sooon-wrapper {
  font-style: italic;
  padding: 25px 0 50px 0;
  text-align: center;
}

.comming-sooon-wrapper p {
  font-size: 35px;
}

.btn-primary.tab-active {
  position: relative;
}

.btn-primary.tab-active:before {
  content: '';
}

.psa-give-cta-wrap {
  max-width: 995px !important;
  margin: 0 auto;
  float: none;
}

.psa-give-cta-wrap .elementor-column .elementor-widget-wrap {
  display: flex;
  justify-content: center;
}

.find-section .section-title h3 a,
.find-section .section-title h3 a:hover,
.find-section .section-title h3 a:focus {
  color: #fff;
  text-decoration: none;
}

.social-content {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 20px 0 !important;
  padding: 0;
}

.social-content li {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
}

.social-content li:marker {
  display: none;
}

.social-content li a i {
  font-size: 28px;
}

body.term-vocations-events .mec-container {
  padding: 100px 0;
}

.twitter_widget_containe {
  margin: 55px 0 0 0;
}

.twitter_widget_containe .fetch-tweets-twitter {
  display: flex !important;
  flex-wrap: wrap !important;
}

.fetch-tweets-twitter .twitter-tweet {
  width: 33.3% !important;
  margin: 0 0 30px 0 !important;
}

.vimeo-video-wrapper {
  width: 100%;
  padding: 0px 0 80px 0;
}

.vimeo-video-wrapper .kc-raw-code {
  display: flex;
  justify-content: center;
}

.ministry-group-heading {
  padding-top: 100px;
  margin-bottom: 15px;
}

.minitry_child_item_list .ministry_cat_inner_wrap {
  padding-top: 0px;
}

.p-t-single-80 {
  padding-top: 100px !important;
}

.mec-container {
  min-height: 300px;
  padding: 100px 0;
}

/* Books pages grid */
.resource_gallery_container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.book-grid-col {
  width: 25%;
  padding: 0 15px 55px 15px;
  display: flex;
}

.book-inner-box {
  background-color: #f3f3f3;
  padding: 25px;
  width: 100%;
}

.book-grid-col .image-thumbnail-cover {
  display: flex;
  justify-content: center;
  height: 350px;
  overflow: hidden;
  margin: 0 0 20px 0;
  border-radius: 20px;
}

.book-grid-col .image-thumbnail-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
}

.book-grid-col:hover .image-thumbnail-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.1);
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
}

.book-grid-col .img_caption h4 {
  font-size: 24px;
  margin: 0 0 35px 0;
}

.book-grid-col .btn-primary {
  padding: 7px 20px;
  font-size: 15px;
}

/* 16th Feb 22 */
.single-life-justice-peace hr {
  margin: 15px 0;
}

.single-life-justice-peace .content-area ul {
  margin-bottom: 25px;
}

.mec-skin-list-events-container {
  min-height: 0px;
  padding: 20px 0;
}

.custom-annual-pledge .entry-header.custom-entry-header {
  display: none;
}

.custom-annual-pledge .inner-page .entry-content {
  padding: 0;
}

.custom-recurring-gift .entry-header.custom-entry-header {
  display: none;
}

.custom-recurring-gift .inner-page .entry-content {
  padding: 0;
}

.custom-slick-faq-section {
  background: #eb5a4f;
}

.community-story-main-wrapper {
  display: block;
  padding: 100px 0;
}

.community-story-row-inner {
  display: flex;
  flex-wrap: wrap;
}

.community-story-vbox {
  width: 100%;
  padding: 0 10px 55px 10px;
}

.community-story-vbox .artical-left-image {
  width: 300px;
  margin: 0 35px 0 0;
  height: 200px;
  overflow: hidden;
}

.community-story-vbox .artical-left-image a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.community-story-vbox .artical-left-image a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.community-story-vbox .btn-primary {
  font-size: 16px;
  padding: 10px 25px;
}

.community-story-nav {
  display: flex;
  justify-content: center;
  padding: 25px 0;
  border-top: 1px solid hsl(0deg 0% 93%);
  width: 100%;
}

.hr-bar {
  padding: 35px 0;
}

.hr-bar hr {
  border: 1px solid #ececec;
}

.zigzag-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 45px -15px;
}

.zigzag-left {
  width: 232px;
  height: 300px;
  overflow: hidden;
  padding: 0 15px;
  margin: 0 45px 0 0;
}

.zigzag-right {
  width: calc(100% - 277px);
  padding: 0 15px;
}

.zigzag-full {
  width: 100%;
  margin: 0 0 25px 0;
  padding: 0 15px;
}

.zigzag-left-big {
  width: 340px;
  overflow: hidden;
  padding: 0 15px;
  margin: 0 45px 0 0;
}

.zigzag-right-big {
  padding: 0 15px;
  width: calc(100% - 385px);
  line-height: 40px;
}

.zigzag-left-big a {
  width: 100%;
  display: flex;
}

.zigzag-left-big a img {
  width: 100% !important;
}

.zigzag-left-big img {
  width: 100% !important;
  float: none;
}

.video-grid-box {
  width: 33.3%;
  padding: 0 15px;
}

.zigzag-wrapper.support-logo-panel {
  margin: 0 0 35px;
}

.zigzag-wrapper.support-logo-panel .zigzag-left {
  width: 110px;
  height: auto;
  overflow: hidden;
  margin: 0 45px 0 0;
}

.zigzag-wrapper.support-logo-panel .zigzag-right {
  width: calc(100% - 155px);
}

.logo-listing-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}

.logo-listing-wrapper ul li:marker {
  display: none;
}

.logo-listing-wrapper ul li {
  margin: 0 25px 20px 0;
}

.logo-listing-wrapper.nuestros_collaborates ul li {
  display: flex;
  align-items: center;
}

.logo-listing-wrapper.nuestros_collaborates ul li img {
  padding: 0 !important;
  margin: 0 !important;
}

.zigzag-wrapper.dramas-grid .video-grid-box a {
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.zigzag-wrapper.dramas-grid .video-grid-box {
  margin: 0 0 25px 0;
}

.zigzag-wrapper.dramas-grid .video-grid-box a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.leaders-carousel-wrap .leader-info {
  max-width: 340px;
  padding: 0 40px;
  margin: 0 auto;
}

.leaders-carousel-wrap .leader-info a img {
  width: 100% !important;
}

.single-life-justice-peace .content-area ol {
  margin-bottom: 25px;
}

.leaders-carousel-wrap .kc-row-container,
.leaders-carousel-wrap .elementor-container {
  width: auto;
  margin: 0 50px;
}

.mec-calendar .mec-calendar-header h2 {
  
}

.mec-calendar dl {
  
}

.mec-calendar dt {
  
}

.community-stories h2.elementor-heading-title {
  color: #fff;
  margin: 0 0 65px 0;
  text-transform: capitalize;
}

.community-story-footer-button {
  display: flex;
  justify-content: center;
  margin: 0px 0 0 0;
  display: none;
}

.find-resource-section {
  background: #00a7e1;
}

.find-resource-section h2 {
  color: #fff !important;
}

/* Resource and events dropdown */
.resources-event-landing
  .select2-container--default
  .select2-selection--single {
  background-color: transparent;
  width: 560px;
  height: 60px;
  border: 3px solid #ffffff;
  border-radius: 30px;
  padding: 0 30px;
  transition: all 0.5s ease-in-out;
}

.resources-event-landing
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #ffffff;
  font-size: 35px;
  line-height: 54px;
  
  text-align: left;
  padding-left: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.resources-event-landing
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}

.resources-event-landing
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b,
.resources-event-landing
  .select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #fff transparent transparent transparent;
  border-width: 8px 7px 0 7px;
}

.resources-event-landing .select2-container--open .select2-dropdown {
      background-color: #1f1f1f;
    border: 1px solid #1f1f1f;
    margin: 32px 0 0;
    width: 560px !important;
    left: 0!important;
    border-radius: 2px!important;
    padding: 3px!important;
}

.ministry_search_container_wrapper {
  position: static;
  display: flex;
  width: 100%;
  justify-content: center;
  margin: 45px 0 0 0;
}

.single-parishes-banner-wrapper {
  position: relative;
}

.single-parishes-banner-wrapper:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  background-color: rgba(0, 0, 0, 0);
  z-index: 10;
}

.single-container-panel {
  position: relative;
  z-index: 20;
}

.parishes-location-wrapper h2 {
  text-transform: inherit;
}

.community-story-img {
  height: 565px;
  width: 100%;
  object-fit: cover;
  overflow: hidden;
}

.community-story-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Address map 21th Feb 22 */
.address-map a iframe {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

.kc_single_image.thaan-logo-inner,
.thaan-logo-inner.elementor-widget-image .elementor-widget-container {
  max-width: 480px;
  margin: 0 auto;
  padding: 0 0 45px 0;
}

.kc_single_image.thaan-logo-inner img,
.thaan-logo-inner.elementor-widget-image .elementor-widget-container img {
  width: 100%;
  height: auto;
}

.thann-logo-wrapper {
  width: 100%;
}

.thann-logo-wrapper .kc-col-inner-container {
  width: 100%;
  display: flex;
  justify-content: center;
}

.thann-single-content {
  margin: 0 0 45px 0;
}

.igen-video-wrapper {
  margin: 45px 0 60px;
}

.igen-video-wrapper .kc-raw-code {
  display: flex;
  justify-content: center;
}

.world-sick-owl-slider {
  margin: 35px 0 45px 0;
}

.world-sick-owl-slider .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.world-sick-owl-slider .owl-stage {
  transform: translate3d(0px, 0px, 0px);
  transition: all 0.25s ease 0s;
  width: 2292px;
  position: relative;
  touch-action: manipulation;
}

.world-sick-owl-slider .owl-item {
  float: left;
}

.world-sick-owl-slider .owl-item img {
  width: 100%;
}

.world-sick-owl-slider .owl-dots {
  display: none;
}

.world-sick-owl-slider .owl-nav {
  display: flex;
  justify-content: flex-end;
  margin-top: 40px;
}

.world-sick-owl-slider .owl-nav button,
.world-sick-owl-slider .owl-nav button:hover,
.world-sick-owl-slider .owl-nav button:focus {
  border: 2px solid #333 !important;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: #333 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  position: relative;
  background-color: #fff;
}

.world-sick-owl-slider .owl-nav button.owl-prev {
  margin: 0 10px 0 auto;
}

.world-sick-owl-slider .owl-nav button.owl-next {
  margin: 0 auto 0 10px;
}

.world-sick-owl-slider .owl-nav button span {
  color: #333;
  font-size: 30px;
  line-height: 3px;
  display: flex;
  align-items: center;
  position: absolute;
  top: 13px;
}

.single-page-single-image {
  margin: 55px auto 75px auto;
  text-align: center;
}

.single-page-single-image img {
  width: 100%;
  max-width: 760px;
  height: auto;
  margin: 0 0 20px 0;
}

.single-page-single-image.full-length img {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 0 20px 0;
}

.title-track-wrapper-single {
  margin: 45px 0 25px 0;
}

.title-track-wrapper-single .iron-audioplayer .playlist {
  width: 100%;
}

.title-track-wrapper-single .iron-audioplayer .playlist h3 {
  word-break: break-all;
  line-height: 44px;
}

.single-paragraph-b {
  margin: 0 0 25px 0;
}

.contact-list-center h2,
.contact-list-center h2.elementor-heading-title {
  text-align: center;
  text-transform: capitalize;
}

.resource-by-topic .kc-col-container {
  max-width: 304px !important;
}

.place-for-everyone-section {
  width: 100%;
  position: relative;
  overflow: hidden;
  /*background-image: url(../images/a-place-foreveryone.webp);*/
  background-repeat: no-repeat;
  background-position: center 3%;
  background-attachment: scroll;
  background-size: 100%;
}

.place-for-everyone-section:before {
  position: absolute;
  content: '';
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.place-for-everyone-section > .elementor-container {
  position: relative;
  z-index: 2;
}

.emmaus-faq-wrapper .elementor-accordion .elementor-accordion-item {
  border: none;
}

.emmaus-faq-wrapper .kc_accordion_section > .kc_accordion_header::after {
  content: '+';
  font-size: 34px;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  color: #ffffff;
  display: block;
  right: 10px;
  pointer-events: none;
  position: absolute;
  left: 12px;
  top: 10px;
}

.emmaus-faq-wrapper
  .elementor-accordion-item
  .elementor-tab-title
  .elementor-accordion-icon {
  position: absolute;
  left: 12px;
  top: 10px;
}

.emmaus-faq-wrapper
  .elementor-accordion-item
  .elementor-tab-title
  .elementor-accordion-icon
  i::before {
  content: '+';
  font-size: 34px;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  color: #ffffff;
  display: block;
  right: 10px;
  pointer-events: none;
}

.emmaus-faq-wrapper
  .kc_accordion_section
  > .kc_accordion_header.ui-state-active::after,
.emmaus-faq-wrapper
  .elementor-accordion-item
  .elementor-tab-title.elementor-active
  .elementor-accordion-icon
  i::before {
  content: '-';
}

/* .emmaus-faq-wrapper .elementor-accordion-item .elementor-accordion-icon i {
  font-size: 34px;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  color: #ffffff;
  display: block;
  right: 10px;
  pointer-events: none;
} */

.emmaus-faq-wrapper .kc_accordion_header > a,
.emmaus-faq-wrapper .elementor-widget-accordion a.elementor-accordion-title {
  display: block;
  padding: 10px 15px 10px 46px;
  text-decoration: none;
  outline: 0;
  font-weight: 400;
  border: none;
  cursor: pointer;
  background-color: #9aaea3;
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
}

.emmaus-faq-wrapper .elementor-accordion .elementor-tab-title {
  padding: 0;
  background-color: transparent;
  border: 1px solid #e0e0e0;
  position: relative;
}

.emmaus-faq-wrapper .kc_accordion_header > a:hover,
.emmaus-faq-wrapper
  .elementor-widget-accordion
  a.elementor-accordion-title:hover {
  background-color: #d4634c;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
}

.emmaus-faq-wrapper .kc_accordion_content .kc-panel-body,
.emmaus-faq-wrapper .elementor-accordion .elementor-tab-content {
  padding: 20px 25px 15px;
  background-color: #f1f1f1;
  font-size: 18px;
  line-height: 30px;
  /* font-family: "Helvetica Neue Light"; */
  
  border: 1px solid #eaeaea;
  border-top: none;
}

.emmaus-faq-wrapper .kc_accordion_content .kc-panel-body p,
.emmaus-faq-wrapper .elementor-accordion .elementor-tab-content p {
  font-size: 18px;
  
  line-height: 28px;
}

.emmaus-faq-wrapper .kc_accordion_content .kc-panel-body ul li,
.emmaus-faq-wrapper .elementor-accordion .elementor-tab-content ul li {
  font-size: 18px;
  line-height: 30px;
  
  margin-bottom: 12px;
}

.emmaus-faq-wrapper .kc_accordion_section.group,
.emmaus-faq-wrapper .elementor-accordion .elementor-accordion-item {
  padding-bottom: 18px;
}

/*24 Feb 22*/
.entry-content.single_ministry.select-topic {
  background: #00a7e1;
}

.topic-content.have_question_section.new-select {
  padding: 30px 0;
  width: 100%;
}

/*01 March 22*/
body.custom-financial-statements
  .elementor-widget-heading
  .elementor-heading-title {
  display: none;
}

.house-of-prayer .kc-col-container {
  width: 100%;
  display: flex;
  justify-content: center;
}

.house-of-prayer .kc-col-container .kc_text_block,
.house-of-prayer .elementor-widget-wrap .elementor-widget-text-editor {
  width: 100%;
  max-width: 1172px;
  margin: 0 auto;
}

.house-of-prayer-video {
  padding: 0px 0 160px;
}

.house-of-prayer-video iframe {
  width: 100%;
  min-height: 500px;
  margin-top: 80px;
  border: none !important;
}

.spiritual_direction {
  padding: 70px 0;
}

div.asp_s.asp_s_6.searchsettings.asp_s {
  z-index: 99999999;
}

div.asp_r.asp_r_6.vertical,
div.asp_r.asp_r_6 {
  z-index: 999999;
}

.denery-grid-col {
  margin: 0 0 35px 0 !important;
}

.ref-btn-container {
  margin: 20px 0 15px 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.ref-btn-container a {
  margin: 20px;
}

.select-language-page h1.entry-title {
  text-align: center;
}

.select-language-page .inner-page .entry-header.custom-entry-header h1 {
  text-align: center;
}

.language-select-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin: 65px 0 0 0;
}

.select-language-page .breadcrumbs-list {
  width: 100%;
}

.select-language-page .breadcrumbs-list .language-select-wrapper p {
  text-align: center;
  font-size: 35px;
  margin: 0 0 55px 0;
}

.select-language-page .select-language-btn ul {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.select-language-page .select-language-btn {
  display: block;
}

.select-language-page .select-language-btn ul li {
  margin: 0 10px;
}

/*.select-language-page .entry-content{
    display: none;
}*/
.select-language-page .inner-page .entry-header.custom-entry-header {
  height: 100vh;
  padding: 80px 0;
  align-items: center;
  display: none;
}

.select-language-page .inner-page .entry-content {
  padding: 0;
}

.lc_button {
  height: 40px;
  background-color: #fff;
  color: #333;
  padding: 10px 40px !important;
  overflow: hidden;
}

.support-and-form-area h2 {
  text-transform: inherit;
  text-align: center;
  color: #333;
}

.donate-for-translate {
  display: flex;
  justify-content: center;
}

.donate-form-holder {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 55px 0 0 0;
}

.donate-form-holder .form-holder {
  width: 450px;
  height: 450px;
  background-color: #c9d0d7;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 65px;
  text-transform: uppercase;
}

.select-language-sublanguage-page
  .inner-page
  .entry-header.custom-entry-header {
  align-items: center;
}

.select-language-sublanguage-page
  .inner-page
  .entry-header.custom-entry-header
  h1 {
  text-align: center;
}

.select-language-sublanguage-page .BBFormSection .BBFormSectionHeading {
  background-color: #eb5a4f !important;
}

.select-language-sublanguage-page
  .BBFormSection
  .BBFormPaymentChoice
  .BBFormRadioPaymentSelected {
  background-color: #ffba4d !important;
  border-color: #ffba4d !important;
  color: #fff !important;
  border-radius: 0 !important;
}

.select-language-sublanguage-page
  .BBFormSection
  .BBFormPaymentChoice
  .BBFormRadioPaymentNotSelected {
  background-color: transparent !important;
  font-size: 18px !important;
  border-radius: 0 !important;
  border-color: #292929 !important;
  color: #000 !important;
}

.select-language-sublanguage-page .BBFormSection input.BBFormSubmitbutton {
  background-color: #ffba4d !important;
  color: #ffffff !important;
  font-size: 17px !important;
  line-height: 20px !important;
  
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.5px;
  padding: 10px 30px;
  transition: all 0.5s ease-in-out;
  position: relative;
  z-index: 1;
  text-decoration: none;
  text-align: center;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: none !important;
}

.select-language-sublanguage-page .BBFormSection .BBFormSelectList,
.select-language-sublanguage-page .BBFormSection .BBFormTextbox,
.select-language-sublanguage-page .BBFormSection .BBFormTextArea {
  border-radius: 0 !important;
  border-color: #292929 !important;
  padding: 5px !important;
  height: 40px;
  vertical-align: top;
  font-size: 18px !important;
  line-height: 24px !important;
  color: #000 !important;
}

.select-language-sublanguage-page
  .BBFormSection.BBDFormSectionComments
  .BBFormTextArea {
  margin-left: 0 !important;
  border-radius: 0 !important;
  border-color: #292929 !important;
}

.select-language-sublanguage-page .BBFormSection input[type='checkbox'] {
  border-radius: 100%;
  border: 1px solid #9aaea3;
  margin-right: 5px;
  height: 25px;
  width: 25px;
}

.select-language-sublanguage-page .BBFormSection .BBFormFieldContainer {
  display: flex;
  align-items: center;
}

.select-language-sublanguage-page
  .BBFormSection
  #bboxdonation_billing_divOptInIntro
  .BBFormFieldLabel {
  font-size: 18px !important;
  line-height: 24px !important;
}

.select-language-sublanguage-page .BBFormSection {
  font-size: 20px;
  line-height: 30px;
  margin: 15px auto 0 !important;
}

.select-language-sublanguage-page
  .BBFormSection
  ul#bboxdonation_billing_ulChannel {
  margin: 10px 15px;
}

.select-language-sublanguage-page .BBFormSection li#bboxdonation_billing_Email {
  margin-left: 0 !important;
}

.select-language-sublanguage-page .BBFormSection #bboxdonation_billing_Email {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.select-language-sublanguage-page
  .BBFormSection
  input[type='checkbox']:checked:after {
  background-color: #9aaea3;
  position: static;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 2px solid #fff;
}

.visitation-page-wrapper .inner-page .entry-header.custom-entry-header {
  align-items: center;
  text-align: center;
}

.visitation-page-wrapper .inner-page .entry-header.custom-entry-header h1 {
  text-align: center;
  margin-bottom: 56px;
}

.visitation-tn-list.select-language-btn ul {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

.visitation-tn-list.select-language-btn ul li {
  margin: 0 80px;
  justify-content: space-between;
}

.visitation-tn-list.select-language-btn ul li .lc_button.btn-hyperlink {
  height: 40px;
  background-color: var(--wp--preset--color--secondary);
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.5px;
  padding: 12px 30px !important;
  transition: all 0.5s ease-in-out;
  position: relative;
  z-index: 1;
  text-decoration: none;
  text-align: center;
  border-radius: 25px;
  overflow: hidden;
}

.visitation-page-wrapper
  .inner-page
  .entry-header.custom-entry-header
  .breadcrumbs-list {
  max-width: 1200px;
  width: 100%;
}

.jointhe-holy {
  text-align: center;
}

.jointhe-holy h2,
.jointhe-holy h3,
.jointhe-holy .elementor-widget-heading h2.elementor-heading-title {
  text-align: center;
  text-transform: inherit;
  color: #574e75;
}

.participating-parishes-section {
  background-color: #574e75;
  padding: 120px 0;
}

.participating-parishes-section h2.elementor-heading-title {
  text-align: center;
  text-transform: inherit;
  color: #fff;
}

.map-location-area-wrapper {
  background-color: #fff;
  padding: 50px 55px 15px;
}

.map-location-area-wrapper .wpsl-search {
  padding: 50px 30px;
  margin-bottom: 30px;
  background-color: transparent;
  border: 1px solid #ccc;
}

.map-location-area-wrapper .wpsl-search form {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 800px;
  margin: 0 auto !important;
  position: relative;
}

.map-location-area-wrapper .wpsl-search form .wpsl-input {
  width: 100% !important;
  display: flex !important;
  align-items: center;
  margin: 0 15px 0 0 !important;
}

.map-location-area-wrapper
  .wpsl-search
  form
  .wpsl-input
  input#wpsl-search-input {
  width: 100%;
  border-radius: 0;
  font-size: 20px;
  line-height: 28px !important;
  
}

.map-location-area-wrapper .wpsl-search form .wpsl-input p {
  width: 100%;
}

.map-location-area-wrapper
  .wpsl-search
  form
  .wpsl-search-btn-wrap
  input#wpsl-search-btn {
  background: #ffba4d;
  border: 0;
  color: #ffffff;
  font-size: 17px;
  line-height: 24px;
  
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.5px;
  padding: 10px 30px;
  transition: all 0.5s ease-in-out;
  position: relative;
  z-index: 1;
  border-radius: 0;
}

.guide-section-meditation {
  padding: 100px 0 100px 0;
  background-color: #e9e8e8;
}

.guide-section-meditation h2.elementor-heading-title {
  text-align: center;
  text-transform: inherit;
  color: #574e75;
}

.translated-pdf-pannel {
  padding: 110px 0 50px;
}

.translated-pdf-pannel .select-language-btn ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: center;
}

.translated-pdf-pannel .select-language-btn ul li {
  padding: 0 20px;
}

.translated-pdf-pannel .select-language-btn ul li a {
  height: 40px;
  background-color: #fff;
  color: #333;
  font-size: 20px;
  line-height: 20px;
  
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.5px;
  padding: 12px 30px !important;
  transition: all 0.5s ease-in-out;
  position: relative;
  z-index: 1;
  text-decoration: none;
  text-align: center;
  border-radius: 25px;
  overflow: hidden;
}

.translated-pdf-pannel .select-language-btn ul li a:after,
.translated-pdf-pannel .select-language-btn ul li a:before {
  display: none;
}

.translated-pdf-pannel .select-language-btn ul li a:hover {
  background-color: var(--wp--preset--color--secondary);
  color: #fff;
}

.select-language-sublanguage-page .select-language-btn ul {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.select-language-sublanguage-page .breadcrumbs-list .language-select-wrapper p {
  text-align: center;
  font-size: 35px;
  margin: 0 0 55px 0;
}

.select-language-sublanguage-page .select-language-btn {
  display: block;
}

.select-language-sublanguage-page .select-language-btn ul li {
  margin: 0 10px;
}

.select-language-sublanguage-page .breadcrumbs-list {
  width: 100%;
}

.select-language-sublanguage-page
  .select-language-btn
  ul
  li
  a.btn-primary.active:after,
.select-language-sublanguage-page
  .select-language-btn
  ul
  li
  a.btn-primary:focus:after {
  width: 100%;
}

.select-language-sublanguage-page .select-language-btn ul li .lc_button.active {
  background-color: #cc5145;
  color: #fff;
}

.visitation-page-wrapper
  .visitation-tn-list.select-language-btn
  ul
  li
  .lc_button.btn-hyperlink {
  background-color: #6859a6;
}

.visitation-page-wrapper
  .visitation-tn-list.select-language-btn
  ul
  li
  .lc_button.btn-hyperlink:hover,
.visitation-page-wrapper
  .visitation-tn-list.select-language-btn
  ul
  li
  .lc_button.btn-hyperlink:after {
  background-color: #473981;
}

.visitation-page-wrapper .inner-page .entry-content {
  padding: 0;
}

.jointhe-holy {
  background-color: #e9e8e8;
}

.select-language-page .tp-caption h1 {
  text-transform: inherit !important;
  color: #ffffff;
  margin-bottom: 20px !important;
  text-align: center !important;
  font-size: 76px !important;
  line-height: 85px !important;
  margin-top: 70px !important;
}

.select-language-page .tp-caption .language-select-wrapper p {
  text-align: center;
  font-size: 35px !important;
  margin: 0 0 50px 0 !important;
}

.select-language-page .tp-caption .lc_button {
  height: 40px;
  background-color: #fff;
  color: #333;
  padding: 10px 40px !important;
  overflow: hidden;
  font-size: 17px !important;
  line-height: 20px !important;
}

.select-language-page .tp-caption .lc_button:hover,
.select-language-page .tp-caption .lc_button:focus {
  color: #fff;
}

.select-language-page .tp-caption .btn-primary:before {
  background-color: #fff;
}

.select-language-sublanguage-page .btn-primary:hover:after,
.select-language-page .btn-primary:hover:after {
  background-color: #cc5145;
}

.tp-caption .language-select-wrapper {
  margin: 115px 0 0 0 !important;
}

.select-language-sublanguage-page
  .inner-page
  .entry-header.custom-entry-header {
  height: 100vh;
}

.leadership-block p {
  margin-bottom: 5px;
}

.leadership-block ul {
  margin-bottom: 25px;
}

body.diaconate-wrapper ul li p {
  display: none;
}

body.diaconate-wrapper ul {
  margin: 0 0 35px 0;
}

body.diaconate-wrapper ul li ul {
  margin: 10px 0 20px 0;
}

.featured-initiatives-heading h2 {
  text-align: center;
  margin: 0 0 45px 0;
}

.mec-single-event-organizer a {
  display: inline-block !important;
  padding: 0 0 0 11px !important;
}

.mec-next-event-details {
  padding: 20px 20px !important;
  width: 100%;
}

.mec-next-event-details .mec-date .mec-start-date-label {
  font-size: 18px !important;
  line-height: 24px !important;
}

.mec-next-event-details .mec-time .mec-events-abbr {
  font-size: 18px !important;
  line-height: 24px !important;
}

.mec-single-event.mec-sticky .col-md-4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.mec-qrcode-details {
  padding: 20px 20px !important;
  width: 40%;
  height: 160px;
}

.mec-event-social {
  padding: 20px 20px !important;
  width: 52%;
  margin: 0 25px 0 0;
}

.mec-single-event .mec-event-social li.mec-event-social-icon a {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mec-single-event .mec-event-sharing {
  margin: 0px 0 0px;
}

.mec-single-event .mec-event-social ul {
  display: flex;
  flex-wrap: wrap;
}

.map-toggler-wrapper {
  margin: 20px 0 55px 0;
}

.map-toggler-wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.map-toggler-wrapper ul li {
  padding: 0 15px;
  margin-bottom: 40px !important;
}

.map-toggler-wrapper ul li .view_map_custom {
  height: 40px;
  background-color: var(--wp--preset--color--secondary);
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.5px;
  padding: 12px 30px !important;
  transition: all 0.5s ease-in-out;
  position: relative;
  z-index: 1;
  text-decoration: none;
  text-align: center;
  border-radius: 25px;
  overflow: hidden;
}

body.single.single-mec-events .mec-events-event-image img {
  width: 100% !important;
  max-width: 100% !important;
}

body.single.single-mec-events h1 {
  text-transform: inherit;
}

body.single.single-mec-events .mec-single-event-description.mec-events-content {
  
  font-size: 20px;
  line-height: 24px;
}

.psa-give-cta-wrap .btn-primary.white {
  color: #ffba4d;
  border: 2px solid #ffba44;
}

.psa-give-section .BBFormSection .BBFormSectionHeading label {
  font-size: 30px;
}

.parish-boundary-wrapper {
  display: block;
  margin: 0 0 45px 0;
}

.parish-boundary-wrapper iframe {
  width: 100%;
  height: 720px;
}

.parish-boundary .ministry_cat_col {
  margin-bottom: 30px;
}

.ministry-de-prep-image {
  margin: 35px 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ministry-de-prep-image img {
  width: 100%;
}

.ministry-de-prep-image a {
  width: 100%;
}

.ministry-de-prep-image a img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
}

.below-m-b {
  margin: 0 0 40px 0;
}

.marriage-week-form-wrapper {
  position: relative;
}

.marriage-week-form-wrapper .kc-raw-code {
  position: relative;
}

.marriage-week-overlay {
  padding: 55px 0 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mec-calendar .mec-event-article {
  width: 100% !important;
  float: left !important;
}

.mec-month-side {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.mec-month-side .mec-table-side-title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.mec-month-side .mec-table-side-day {
  position: absolute !important;
  top: 28px;
  left: 0;
  right: 0;
}

.mec-calendar .mec-event-article .mec-event-image {
  width: 100px;
  height: auto;
}

.mec-calendar .mec-event-article .mec-event-title {
  font-size: 16px;
  padding: 0;
}

.mec-calendar .mec-calendar-topsec .mec-calendar-events-sec {
  width: 100%;
  margin: 105px 0 0 0;
  overflow: auto;
  max-height: 445px;
}

.mec-calendar .mec-calendar-topsec .mec-calendar-events-sec::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.mec-calendar
  .mec-calendar-topsec
  .mec-calendar-events-sec::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.mec-calendar
  .mec-calendar-topsec
  .mec-calendar-events-sec::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.mec-calendar
  .mec-calendar-topsec
  .mec-calendar-events-sec::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.etca-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.45);
  max-width: 740px;
  width: 100%;
}

.etca-form-heading {
  padding: 40px;
  width: 100%;
}

.etca-form-heading h4 {
  font-size: 32px;
}

.etca-form-heading p {
  font-size: 28px;
}

.etca-form-heading h4,
.etca-form-heading p {
  color: #fff;
}

.wpcf7 {
  width: 100%;
  padding: 20px 40px 0px 40px;
}

.form-main-inner-row {
  display: flex;
  margin: 0 -15px;
}

.form-main-inner-col {
  width: 50%;
  padding: 0 15px;
  margin: 0 0 25px 0;
}

.form-main-inner-col-full {
  width: 100%;
  padding: 0 15px;
  margin: 0 0 25px 0;
}

.form-main-inner-row label {
  color: #fff;
  font-size: 20px;
  margin: 0 0 0px 0;
}

.form-main-inner-row label span {
  color: red;
}

.form-main-inner-row input {
  width: 100%;
}

.form-main-inner-col-full input[type='submit'],
.form-main-inner-col-full input[type='submit']:hover,
.form-main-inner-col-full input[type='submit']:focus {
  width: 170px;
  border-radius: 30px;
  height: 55px;
  background-color: #9aaea3;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 7px;
}

.form-main-inner-col-full {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.form-main-inner-col-full p {
  display: flex;
  justify-content: center;
  width: 100%;
  flex-direction: column;
  align-items: center;
  border-top: 1px solid #d1d1d1;
  padding-top: 25px;
  margin: 25px 0 0 0;
}

.form-main-inner-col-full .wpcf7-form-control-wrap.your-email {
  width: 100%;
}

.form-main-inner-col-full label {
  width: 100%;
}

.form-main-inner-col-full br {
  display: none;
}

.mec-calendar-events-sec {
}

.office-for-family-small-header h1 {
  font-size: 62px !important;
}

.entry-content ul li .position {
  width: 80%;
}

.entry-content ul li .job_action {
  width: 20%;
}

/* Stylying for Restoration and Justice Volunteers page- OMI */

.entry-content .container .post-password-form {
  margin-bottom: 2rem;
}

.entry-content .container .post-password-message {
  margin-top: 2rem;
}

.init-btn-right,
.init-btn-left {
  display: flex;
  align-items: center;
}

.init-btn-right {
  justify-content: flex-start;
}

.init-btn-left {
  justify-content: flex-end;
}

.init-btn-left > div,
.init-btn-right > div {
  width: auto;
}

.init-btn-left .elementor-widget-wrap {
  padding: 0 25px 0 0px !important;
}

.init-btn-right .elementor-widget-wrap {
  padding: 0 0px 0 25px !important;
}

/* Alpha page 13th April */
.try-alpha-online {
  padding: 100px 0;
}

.try-alpha-online h2.elementor-heading-title {
  text-transform: inherit;
  color: red;
  display: flex;
  justify-content: center;
  font-size: 75px !important;
  line-height: 88px;
}

.connect-watch-discussed {
  background-color: #d85a45;
  padding: 100px 0 80px;
}

.grid-catch-row .kc-elm,
.grid-catch-row .elementor-widget-image {
  padding: 0 29px;
}

.grid-catch-row .kc-elm .kc_single_image,
.grid-catch-row .elementor-widget-image:not(:last-child) {
  /* display: flex;
  justify-content: center;
  align-items: center; */
  margin: 0 0 35px 0;
}

.grid-catch-row .kc-elm .kc_single_image img,
.grid-catch-row .elementor-widget-container img {
  width: 100%;
  max-width: 100% !important;
}

.grid-catch-row .kc-elm h3,
.grid-catch-row h3.elementor-heading-title {
  color: #fff;
  text-align: center;
  margin: 0 0 5px 0;
}

.grid-catch-row .kc-elm .kc_text_block,
.grid-catch-row .elementor-widget-text-editor {
  text-align: center;
  color: #fff;
}

.grid-catch-row .kc-elm .kc_text_block p,
.grid-catch-row .elementor-widget-text-editor p {
  line-height: 32px;
  font-size: 22px;
  
  font-weight: 100;
}

.try-alpha-online p {
  line-height: 1.4;
  
}

.register-here-wrapper {
  padding: 55px 0 150px 0;
}

.register-here-wrapper .kc-col-container .kc-elm {
  display: flex;
  justify-content: center;
}

.custom-slick-faq-section-new {
  padding: 150px 0 0 0;
  background-color: #fff !important;
}

.custom-slick-faq-section-new h2 {
  color: #000;
  text-transform: capitalize;
  padding-right: 5%;
  padding-top: 5%;
}

.custom-slick-faq-section-new .elementor-accordion .elementor-accordion-item {
  border: none;
  margin-bottom: 8px;
}

.custom-slick-faq-section-new .elementor-widget-accordion .elementor-tab-title {
  padding: 0;
  position: relative;
}

.custom-slick-faq-section-new
  .elementor-widget-accordion
  .elementor-accordion-title {
  font-size: 28px;
  line-height: 30px;
  color: #000;
  width: 100%;
  padding: 25px 35px 25px 0px;
  font-weight: 200;
  
}

.custom-slick-faq-section-new
  .elementor-widget-accordion
  .elementor-tab-title:after {
  content: '+';
  font-size: 34px;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  color: #000;
  display: block;
  top: 20px;
  right: 10px;
  pointer-events: none;
  position: absolute;
}

.custom-slick-faq-section-new
  .elementor-widget-accordion
  .elementor-tab-title.elementor-active:after {
  content: '-';
}

.custom-slick-faq-section-new .elementor-tab-content p {
  color: #000;
  font-size: 18px;
  line-height: 24px;
  
}

.custom-slick-faq-section-new .elementor-accordion .elementor-tab-content {
  padding: 20px 0;
}

.custom-slick-faq-section-new .elementor-widget-accordion .elementor-tab-title {
  border-color: transparent;
  border-bottom: 1px solid #000;
  display: flex;
  align-items: center;
}

.custom-slick-faq-section-new
  .elementor-widget-accordion
  .elementor-tab-title.elementor-active {
  background-color: #fff;
}

.custom-slick-faq-section-new .elementor-tab-content {
  border: none;
  display: flex;
  flex-direction: column;
}

.custom-slick-faq-section-new
  .elementor-tab-title
  > span.elementor-accordion-icon {
  display: none;
}

.orange-diocese-alpha-wrapper {
  background-color: #d85a45;
  padding: 170px 0 170px;
  text-align: center;
}

.orange-diocese-alpha-wrapper h3.elementor-heading-title {
  color: #fff;
}

.orange-diocese-alpha-wrapper .elementor-widget-text-editor p {
  color: #fff;
  text-align: center;
}

.orange-diocese-alpha-wrapper .elementor-widget-text-editor p a {
  font-size: 32px;
  font-weight: 200;
  color: #fff;
  text-align: center;
  
}

.alpha-page-templete .inner-page .entry-content {
  padding: 0;
}

/* Alpha page end */

/* Styling for Mysteries of the Rosary page - OMI */

/* Mysteries of the Rosary */

.page-template-mysteries-of-the-rosary-lists .entry-content .container {
  display: flex;

  flex-wrap: wrap;

  align-items: flex-start;
}

.page-template-mysteries-of-the-rosary-lists
  .entry-content
  .container
  .mysteries-of-the-rosary-page-content {
  width: 70%;

  
}

.page-template-mysteries-of-the-rosary-lists
  .entry-content
  .container
  .mysteries-of-the-rosary-page-content
  .kc_single_image,
.page-template-mysteries-of-the-rosary-lists
  .entry-content
  .container
  .mysteries-of-the-rosary-page-content
  .elementor-widget-image {
  margin-bottom: 40px;
}

.page-template-mysteries-of-the-rosary-lists
  .entry-content
  .container
  .mysteries-of-the-rosary-page-content
  h2 {
  text-transform: capitalize;
}

.page-template-mysteries-of-the-rosary-lists
  .entry-content
  .container
  .mysteries-of-the-rosary-page-content
  h3 {
  color: #ef5d4f;
}

.page-template-mysteries-of-the-rosary-lists
  .entry-content
  .container
  .mysteries-of-the-rosary-page-content
  ol
  li {
  margin-bottom: 20px;
}

.page-template-mysteries-of-the-rosary-lists
  .entry-content
  .container
  .mysteries-of-the-rosary-page-content
  ol
  li::marker {
  
}

.page-template-mysteries-of-the-rosary-lists
  .entry-content
  .container
  .mysteries-lists-section {
  width: 30%;

  padding-left: 60px;
}

.page-template-mysteries-of-the-rosary-lists
  .entry-content
  .container
  .mysteries-lists-section
  h3 {
  color: #ef5d4f;
}

.mysteries-lists-items ul {
  list-style: none;

  padding: 0;

  margin: 0;
}

.mysteries-lists-items ul li {
  border-bottom: 1px solid #d5d5d5;

  margin: 0;

  padding: 7px 0;
}

.mysteries-lists-items ul li:first-child {
  border-top: 1px solid #d5d5d5;
}

.mysteries-lists-items ul li a {
  font-size: 24px;

  line-height: 30px;

  color: #000000;

  

  display: block;
}

.single-mysteries-of-rosary .entry-content .container {
  display: flex;

  flex-wrap: wrap;

  align-items: flex-start;
}

.single-mysteries-of-rosary
  .entry-content
  .container
  .mysteries-of-the-rosary-page-content {
  width: 70%;

  
}

.single-mysteries-of-rosary
  .entry-content
  .container
  .mysteries-of-the-rosary-page-content
  .kc_single_image {
  margin-bottom: 40px;
}

.single-mysteries-of-rosary
  .entry-content
  .container
  .mysteries-of-the-rosary-page-content
  h2 {
  text-transform: capitalize;
}

.single-mysteries-of-rosary
  .entry-content
  .container
  .mysteries-of-the-rosary-page-content
  h3 {
  color: #ef5d4f;
}

/* .single-mysteries-of-rosary  .entry-content .container .mysteries-of-the-rosary-page-content .srp_hide_player .album-player {

        display: block !important;

        background-color: #ffba4d;

    } */

.single-mysteries-of-rosary
  .entry-content
  .container
  .mysteries-of-the-rosary-page-content
  .sonaar-grid {
  display: block;
}

/* .single-mysteries-of-rosary  .entry-content .container .mysteries-of-the-rosary-page-content h3.sr_it-playlist-title{

        display: none;

    } */

.single-mysteries-of-rosary
  .entry-content
  .container
  .mysteries-of-the-rosary-page-content
  .srp_tracklist {
  margin: 0 0 30px;
}

.single-mysteries-of-rosary
  .entry-content
  .container
  .mysteries-of-the-rosary-page-content
  .sr-playlist-item {
  margin: 0;
}

.single-mysteries-of-rosary
  .entry-content
  .container
  .mysteries-of-the-rosary-page-content
  .sr-playlist-item
  a {
  font-size: 24px;

  line-height: 30px;

  color: #000000;

  
}

.single-mysteries-of-rosary
  .entry-content
  .container
  .mysteries-of-the-rosary-page-content
  .sr-playlist-item
  a
  .track-number {
  font-size: 24px;

  line-height: 30px;
}

.single-mysteries-of-rosary .entry-content .container .mysteries-lists-section {
  width: 30%;

  padding-left: 60px;
}

.single-mysteries-of-rosary
  .entry-content
  .container
  .mysteries-lists-section
  h3 {
  color: #ef5d4f;
}

.single-mysteries-of-rosary
  .entry-content
  .container
  .mysteries-of-the-rosary-page-content
  h3 {
  color: #ef5d4f;

  padding-top: 20px;

  font-size: 30px;
}

/* Media Query --*/

@media only screen and (max-width: 1199px) {
  .single-mysteries-of-rosary
    .entry-content
    .container
    .mysteries-of-the-rosary-page-content {
    width: 100%;

    
  }

  .single-mysteries-of-rosary
    .entry-content
    .container
    .mysteries-of-the-rosary-page-content
    h3 {
    font-size: 18px;
  }

  .single-mysteries-of-rosary
    .entry-content
    .container
    .mysteries-lists-section {
    width: 100%;

    padding-left: 0px;
  }

  .single-mysteries-of-rosary
    .entry-content
    .container
    .mysteries-lists-section
    h3 {
    padding-top: 20px;
  }

  .single-mysteries-of-rosary
    .entry-content
    .container
    .mysteries-of-the-rosary-page-content
    .sr-playlist-item
    a,
  .single-mysteries-of-rosary
    .entry-content
    .container
    .mysteries-of-the-rosary-page-content
    .sr-playlist-item
    a
    .track-number,
  .mysteries-lists-items ul li a {
    font-size: 18px;
    line-height: 22px;
  }

  .page-template-mysteries-of-the-rosary-lists .entry-content .container {
    display: block;
  }

  .page-template-mysteries-of-the-rosary-lists
    .entry-content
    .container
    .mysteries-of-the-rosary-page-content {
    width: 100%;
  }

  .page-template-mysteries-of-the-rosary-lists
    .entry-content
    .container
    .mysteries-lists-section {
    width: 100%;
    padding-left: 0px;
  }

  .page-template-mysteries-of-the-rosary-lists
    .entry-content
    .container
    .mysteries-lists-section
    h3 {
    padding-top: 40px;
  }
}

/* chat panel css */

#msgAuth .card_box::-webkit-scrollbar {
  width: 10px;
}

/* Track */
#msgAuth .card_box::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
#msgAuth .card_box::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
#msgAuth .card_box::-webkit-scrollbar-thumb:hover {
  background: #555;
}

#msgAuth .wpcf7 {
  padding: 0;
}

#msgAuth .wpcf7 label {
  line-height: 32px;
}

#msgAuth .wpcf7 p {
  margin: 0 0 5px 0 !important;
}

#msgAuth .wpcf7 input[type='text'],
#msgAuth .wpcf7 input[type='tel'],
#msgAuth .wpcf7 input[type='email'],
#msgAuth .wpcf7 input[type='text']:focus,
#msgAuth .wpcf7 input[type='tel']:focus,
#msgAuth .wpcf7 input[type='email']:focus {
  border: 1px solid #333;
  height: 45px;
  outline: none;
}

#msgAuth .wpcf7 input[type='submit'] {
  background-color: #ffba4d;
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.5px;
  padding: 10px 30px;
  transition: all 0.5s ease-in-out;
  position: relative;
  z-index: 1;
  text-decoration: none;
  text-align: center;
  border-radius: 25px;
  overflow: hidden;
}

#msgAuth .wpcf7 input[type='submit']:hover,
#msgAuth .wpcf7 input[type='submit']:focus {
  background-color: var(--wp--preset--color--secondary);
}

#msgAuth .wpcf7 textarea,
#msgAuth .wpcf7 textarea:focus {
  border: 1px solid #333;
  height: 100px;
  outline: none;
}

#msgAuth .wpcf7 .wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 14px;
}

#msgAuth .wpcf7 .wpcf7-response-output {
  background-color: #ffba4d;
  font-size: 14px;
  margin: 20px 0;
  color: #fff;
  border-radius: 2px;
}

/* chat panel css end */

/* voterday page css */
.voterday-page-wrapper {
  font-size: 22px;
  
}

.voterday-page-wrapper p,
.voterday-page-wrapper p b,
.voterday-page-wrapper p strong {
  font-size: 22px;
  
  line-height: 30px;
}

.voterday-page-wrapper .inner-page .entry-content {
  padding: 0;
}

.try-voterday {
  padding: 100px 0 70px 0;
}

.try-voterday h2 {
  text-transform: initial !important;
}

.perl-blue-section-wrapper a {
  color: #fff !important;
  text-decoration: underline !important;
}

.the_history_list {
  margin: 0 0 42px 0 !important;
}

.the_history_list li {
  list-style: none;
  font-size: 22px !important;
  font-family: 'Helvetica Neue Bold' !important;
  line-height: 30px !important;
  margin: 0 0 15px 0 !important;
}

.blue_panel_list {
  margin: 0 0 42px 0 !important;
}

.blue_panel_list li {
  list-style: none;
  font-size: 22px !important;
  font-family: 'Helvetica Neue Bold' !important;
  line-height: 30px !important;
  margin: 0 0 15px !important;
}

.fst-blue-wrapper {
  margin-bottom: 40px !important;
}

.perl-blue-section-wrapper h3,
.perl-blue-section-wrapper h4 {
  color: #fff;
}

.zoom-meeting-loging {
  font-size: 22px !important;
  font-family: 'Helvetica Neue Bold' !important;
  line-height: 30px !important;
  margin: 0 0 35px 0;
}

/* voterday page css end */
.passproct-download-wrapper .entry-content.single_ministry {
  padding: 70px 0 80px 0;
}

.passproct-download-wrapper .post-password-form {
  max-width: 550px;
  width: 100%;
  display: flex;
}

.passproct-download-wrapper .post-password-form input[type='password'],
.passproct-download-wrapper .post-password-form input[type='password']:focus {
  max-width: 260px;
  width: 100%;
  height: 60px;
  border: 1px solid #000;
  outline: none;
}

.passproct-download-wrapper .post-password-form input[type='submit'] {
  background-color: #ffba4d;
  color: #ffffff;
  line-height: 9px;
  
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.5px;
  padding: 10px 30px;
  transition: all 0.5s ease-in-out;
  position: relative;
  z-index: 1;
  text-decoration: none;
  text-align: center;
  border-radius: 35px;
  overflow: hidden;
  height: 60px !important;
  font-size: 22px;
  max-width: 180px;
  width: 100%;
}

.passproct-download-wrapper .post-password-form input[type='submit']:hover,
.passproct-download-wrapper .post-password-form input[type='submit']:focus {
  background-color: #e7a02f;
}

/* Basketball page css  */
.basket-ball-page-wrapper .inner-page .entry-header.custom-entry-header {
  align-items: center;
  text-align: center;
}

.basket-ball-page-wrapper .inner-page .entry-header.custom-entry-header h1 {
  text-align: center;
}

.basket-ball-page-wrapper .inner-page .entry-header .breadcrumbs-list {
  text-transform: uppercase;
}

.basket-ball-welcome-wrapper {
  text-align: center;
}

.basket-ball-welcome-wrapper p,
.basket-ball-welcome-wrapper p b {
  font-size: 32px;
  line-height: 30px;
  margin-bottom: 30px;
  font-family: 'Helvetica Neue Bold' !important;
  text-align: center;
}

.basket-ball-welcome-wrapper p {
  margin: 0 0 35px 0;
}

.basket-ball-welcome-wrapper h3 {
  margin: 0 0 35px 0;
}

/* Basketball page css end  */

/* Payroll Manager */

body.single-job_listing .single_job_listing .company .company_video iframe {
  max-height: 480px !important;
  height: 480px !important;
  top: 35px;
  display: block;
  max-width: 800px !important;
  margin: 0 auto;
  position: static;
}

.single_job_listing .company .name {
  margin: 0 0 0 3em;
  padding: 0 0 0 1em;
  line-height: 52px;
}

.single_job_listing .company img {
  width: 55px;
  height: 52px;
}

.single_job_listing .company .company_video {
  position: relative;
  padding-bottom: 0px;
  padding-top: 30px;
  height: auto;
  overflow: hidden;
}

/* Payroll Manager End */

/* OMI Remove extra margin at the bottom*/
.site-footer {
  margin-bottom: -10px !important;
}

/* #truabilities-app .wdg_position.wdg_position_right{
    right:58px;
    top:55%;
} */

#truabilities-app .wdg_position.wdg_position_right {
  right: 58px !important;
  top: 55% !important;
}

/* OMI Trail Map Page*/
body.postid-31553 article.iron_widget_radio h3.widgettitle {
  color: #ef5d4f;
}

/* OMI Job Listing*/
body.single-job_listing div.single_job_listing h6 {
  color: #f08d3c;
}

/*Current Volunteers page*/
/* body.postid-24709 .protect-content .post-list{ */
body.postid-24709 .inner-page .entry-content.single_ministry {
  padding-top: 80px;
}

@media screen and (max-width: 1299px) {
}

ul.job_listings li.job_listing .job_action a[name='apply-trigger-btn'] {
  text-align: center;
}

/* OMI Pop Up maker in Newsroom*/
.pum-theme-3302 .pum-container,
.pum-theme-custom-theme .pum-container {
  background-color: rgba(107, 177, 189, 1);
}

.pum-theme-3302,
.pum-theme-custom-theme {
  background-color: rgba(0, 0, 0, 0.5);
}

/* office-for-worship 18th May */
body.office-for-worship .minitry_child_item_list {
  display: none;
}

body.office-for-worship .ministry-sub-below-banner h3 {
  color: #000 !important;
  margin-bottom: 40px !important;
}

.liturgical-listing ul li {
  margin-bottom: 18px !important;
}

/*.liturgy-guidelines-listing h2,
.liturgy-guidelines-listing h3,
.liturgy-guidelines-listing h4{
    font-size: 45px!important;
}*/
.liturgy-guidelines-listing ul {
  margin-bottom: 35px !important;
}

.liturgy-guidelines-listing ul li {
  margin-bottom: 18px !important;
}

.liturgical-listing-reflection ul {
  margin-bottom: 35px !important;
}

.liturgical-listing-reflection ul li {
  margin-bottom: 18px !important;
}

.guide-to-catholic-funerals-wrapper {
  margin-bottom: 40px;
}

.padding-b-50 {
  padding-bottom: 25px;
}

/* office-for-worship 18th May End */

/* OMI LJP Carousel  */
.highlight-carousel-ljp .owl-stage {
  display: flex;
  overflow: hidden;
}

.highlight-carousel-ljp .owl-item {
  clear: both;
  overflow: hidden;
  padding: 0 5px;
}

.highlight-carousel-ljp .owl-item .kc_row_inner {
  display: flex;
  align-items: center;
}

.highlight-carousel-ljp .owl-item .kc_row_inner .right {
  padding: 0 30px 0 50px;
}

.highlight-carousel-ljp .owl-item .kc_row_inner .right h2 {
  font-size: 55px;
  line-height: 60px;
}

.highlight-carousel-ljp .right.fi-est h3,
.highlight-carousel .fi-est h3 {
  font-size: 55px !important;
  line-height: 60px !important;
  color: #000 !important;
  text-transform: inherit !important;
}

.highlight-carousel-ljp .owl-item .kc_row_inner .right h3 {
  text-transform: uppercase;
  color: #9aaea3;
  font-size: 22px;
  line-height: 28px;
}

.highlight-carousel-ljp .right.fi-est h4 {
  text-transform: uppercase;
  color: #9aaea3;
  font-size: 22px;
  line-height: 28px;
}

.owl-carousel.highlight-carousel-ljp .owl-nav {
  margin: 0;
}

.owl-carousel.highlight-carousel-ljp .owl-nav button {
  color: #000000 !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 0 !important;
}

.owl-carousel.highlight-carousel-ljp .owl-nav button.disabled {
  color: #4b4b4b !important;
}

.owl-carousel.highlight-carousel-ljp .owl-nav button.owl-prev {
  left: -40px;
}

.owl-carousel.highlight-carousel-ljp .owl-nav button.owl-next {
  right: -40px;
}

.owl-carousel.highlight-carousel-ljp .owl-nav button i {
  font-size: 26px;
}

.archive .mevents-25 {
  margin-bottom: 25px;
  margin-top: 40px;
}

/* office-for-worship 18th May */
body.office-for-worship .minitry_child_item_list {
  display: none;
}

body.office-for-worship .ministry-sub-below-banner h3 {
  color: #000 !important;
  margin-bottom: 40px !important;
}

.liturgical-listing ul li {
  margin-bottom: 18px !important;
}

/*.liturgy-guidelines-listing h2,
.liturgy-guidelines-listing h3,
.liturgy-guidelines-listing h4{
    font-size: 45px!important;
}*/
.liturgy-guidelines-listing ul {
  margin-bottom: 35px !important;
}

.liturgy-guidelines-listing ul li {
  margin-bottom: 18px !important;
}

.liturgical-listing-reflection ul {
  margin-bottom: 35px !important;
}

.liturgical-listing-reflection ul li {
  margin-bottom: 18px !important;
}

.guide-to-catholic-funerals-wrapper {
  margin-bottom: 40px;
}

.padding-b-50 {
  padding-bottom: 25px;
}

/* office-for-worship 18th May End */
/*OMI*/
/* New Footer with Social Icons */
/*OMI Footer Social Media Icons */
/****************/
.social-form-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 25px 0 0 0;
}

.social-form-bottom.mt-30 {
  margin-top: 30px;
}

.social-form-bottom .left {
  width: 30% !important;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.social-form-bottom .right {
  /*     width: 70%; */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: auto;
  justify-content: flex-end;
}

.social-form-bottom .right .contact-details ul li {
  padding-top: 20px !important;
}

.footer-bottom .right {
  display: flex;
  justify-content: flex-end;
  /*  margin-top:-20px; */
}

.footer-bottom .right .logo img {
}

@media only screen and (max-width: 600px) {
  .footer-bottom .right {
    display: block;
    margin: 0 auto;
  }

  .footer-bottom .right .logo img {
    display: block;
    margin: 0 auto;
  }

  .social-form-bottom,
  .footer-bottom {
    display: block !important;
  }

  .footer-bottom .right {
    display: block !important;
    margin: 0 auto !important;
  }

  .social-form-bottom .left {
    display: block !important;
    margin: 0 auto !important;
  }

  .social-form-bottom .right {
    display: block !important;
    margin: 0 auto !important;
  }
}

/* 01-09-2022 NG */
.mb-0 {
  margin-bottom: 0 !important;
}

/* .elementor iframe {
  border: 2px inset;
} */





.parishes_info {
  display: flex;
  justify-content: center;
}



.btn-primary.elementor-widget-button {
  display: inline-block;
  width: auto;
}

.elementor-element-populated.owl-carousel .btn-primary.elementor-widget-button {
  margin-top: 1.5rem;
}

.btn-primary .elementor-button {
  padding: 15px 40px;
  background-color: transparent;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: 20px;
  margin: -15px -40px;
  display: block;
}

.elementor-widget:not(:last-child) {
  margin: 0;
}

.btn-row-matter-wrapper {
  padding-bottom: 35px;
}

.elementor-widget-image .elementor-widget-container a {
  display: block;
}

.elementor-editor-active .owl-carousel {
  display: block;
}

.elementor-widget-accordion .elementor-tab-content {
  color: #727272;
}

.protect-report-intro.elementor-section.elementor-section-boxed
  > .elementor-container {
  /*max-width: 1400px;*/
  max-width: 1400px;
}

.parallax-section > div {
  height: 100%;
}

.parallax-section .section-title .elementor-widget-container {
  position: relative;
  width: auto;
  height: auto;
  top: auto;
  left: auto;
  pointer-events: auto;
}

.parallax-section .section-title .elementor-widget-container h3 {
  margin-bottom: 20px;
}

.parallax-section .elementor-widget-button {
  width: auto;
  margin: 0 auto;
}

.bg-teal {
  background-color: #60a8b5;
}

.bg-teal .elementor-widget-text-editor {
  color: #fff;
}

.elementor-element-0e91cad > div {
  height: 100%;
}

/* .pregnancy_highlights .highlight-carousel .owl-item .elementor-container {
  align-items: flex-start;
} */

.podcasts img {
  width: auto !important;
  max-width: 100% !important;
}

/*-----------*/

/*----------------*/
/* 01-09-2022 SS */

.tour-video-child-s {
  padding-left: 0;
  padding-right: 0;
  margin-left: 217px;
  margin-right: 217px;
  margin-top: -10px !important;
}

.tour-text-child-s {
  padding-left: 0;
  padding-right: 0;
  margin-left: 217px;
  margin-right: 217px;
  padding-top: 0;
}

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

.social-form-footer .left .contact-details ul {
  text-align: right;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.social-form-footer .left .contact-details ul li {
  margin-right: 0px;
  border-right: 0px solid #b4b4b4;
  padding-right: 0px;
}

.social-form-footer .left .contact-details ul li a,
.social-form-footer .right .contact-details ul li a:hover,
.social-form-footer .right .contact-details ul li a:focus {
  color: #fff;
  font-size: 25px;
  line-height: 30px;
  font-style: italic;
  text-decoration: none;
  outline: none;
}

.social-form-footer .right .site-social-links ul {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.social-form-footer .right .site-social-links ul li {
  margin-right: 15px;
}

.social-form-footer .right .site-social-links ul li a {
  display: block;
}

.social-form-footer .right .site-social-links ul li a img {
  width: 40px;
}

body.post-type-archive-mec-events .mec-calendar .mec-event-footer {
  width: auto;
  min-height: 0px;
}

/*------------------*/


.search-result-output article {
  padding: 0 0 0 0;
  border-bottom: none;
  transition: 0.3s;
}

.artical-row {
  /*-webkit-box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.2);*/
  border-radius: 10px;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}

.search-result-output article:hover {
  /*box-shadow: 0px 0px 20px #848484;
  border-radius: 10px;*/
}

.artical-left-image {
  width: 330px;
  margin-right: 60px;
}

.artical-left-image {
  /*  width: 330px;*/
  width: 320px;
  margin-right: 60px;
}

.artical-all-content {
  width: 62.2%;
  /*  width: 52%;*/
  /*  border-right: 3px solid #eee;*/
  padding-right: 50px;
  padding-bottom: 32px;
  /*  margin-left: 30px;*/
  position: relative;
}

/*.artical-left-image + .artical-all-content{
    width: 56%;
margin-left: 0px;
}*/
.artical-all-content a.btn-primary {
  /*position: absolute;
  right: 3%;
  top: 50%;
  transform: translateY(-50%);
  max-width: 150px;*/
}

.artical-all-content .media-cat {
  color: #fff;
  background-color: #9aaea3;
  display: inline;
  padding: 0 8px;
}

.artical-all-content h2 {
  margin-top: 15px !important;
}

.artical-left-image a {
  height: 100%;
}

.search-no-results .search-inner-wrap {
  background-color: #f5f5f7;
  padding: 30px;
  margin-top: 37px;
}

.search-no-results .search-inner-wrap input[type='text'] {
  background-color: #fff !important;
  border-radius: 35px;
  padding-left: 25px !important;
  padding-top: 0px !important;
  /*width: 95% !important;*/
  -webkit-box-shadow: 1px 1px 3px -1px rgba(0, 0, 0, 0.39);
  -moz-box-shadow: 1px 1px 3px -1px rgba(0, 0, 0, 0.39);
  box-shadow: 1px 1px 3px -1px rgba(0, 0, 0, 0.39);
  border: none !important;
}

.search-no-results .search-inner-wrap button {
  top: 30px !important;
  border-radius: 35px;
  padding-left: 10px !important;
  padding-right: 10px !important;
  height: calc(100% - 60px) !important;
  right: 36px !important;
}

body div.asp_m.asp_m_6 .probox .promagnifier div.innericon {
  background-color: #363636;
  border-radius: 35px;
  /*margin-right: 10px;*/
  margin-left: 10px !important;
  background-image: none;
  padding-left: 10px;
  padding-right: 10px;
}

/*-----search-inner-result----------*/
body div.asp_r.asp_r_6 .results .item {
  -webkit-box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px !important;
  margin-bottom: 10px;
  padding: 0 0 0 0 !important;
  overflow: hidden;
  position: relative;
}

body div.asp_r.asp_r_6.vertical .results .item .asp_content {
  padding: 0 0 0 0 !important;
}

body div.asp_r.asp_r_6.vertical .results .item .asp_image {
  margin: 0 15px 0 0;
}

body div.asp_r.asp_r_6.vertical .item .asp_content h3 a {
  padding-top: 8px;
  color: #000 !important;
  text-transform: capitalize !important;
}

.asp_res_text {
  font-weight: 400;
  
  color: #1a242f !important;
  line-height: 32px;
  margin-bottom: 20px;
  font-size: 16px;
}

div.asp_r.asp_r_6.vertical {
  border-radius: 5px !important;
  margin: 8px 0 0 0 !important;
}

/*OMI 404 page*/

.not-found-inner .text p {
  margin-top: 40px;
  color: #fff;
  font-weight: bold !important;
}

.not-found-inner .action {
  margin: 0px 0 60px 0;
}

.mec-wrap.colorskin-custom .mec-totalcal-box .mec-totalcal-view span:hover {
  color: #fff !important;
}

/*----search-end-----*/

@media (min-width: 600px) and (max-width: 1500px) {
  .not-found-inner {
    padding: 0px !important;
  }
}

@media only screen and (max-width: 600px) {
  .not-found-inner {
    /* it place the items in vertical direction */
    flex-direction: column;
  }
}

/*----------5.9.22-----------*/

.elementor-accordion .elementor-accordion-item {
  border-left: 0px solid !important;
  border-right: 0px solid !important;
  border-top: 0px solid !important;
}

.elementor-45715
  .elementor-element.elementor-element-62cf594
  .elementor-accordion-title {
  font-size: 28px !important;
  font-weight: 200 !important;
  font-family: 'Helvetica Neue Bold' !important;
  width: 100% !important;
  padding: 25px 35px 25px 0px !important;
  line-height: 30px !important;
}

/*.fa, .fas {
  content: '+' !important;
  font-size: 34px !important;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 300 !important;
  color: #000;
  display: block;
  top: 20px;
  right: 10px;
  pointer-events: none;
  position: absolute;
}
*/

.elementor-45715
  .elementor-element.elementor-element-62cf594
  .elementor-accordion-item {
  padding-bottom: 8px;
}

.try-alpha-texts h6 {
  margin-top: 35px;
  margin-bottom: 23px !important;
}

.elementor-45775
  .elementor-element.elementor-element-fb39463
  .elementor-heading-title {
  
  font-size: 75px;
  line-height: 88px;
}

.elementor-45775
  .elementor-element.elementor-element-89ead04
  .elementor-heading-title {
  
  font-size: 27px;
  line-height: 33px;
  margin-bottom: 15px;
}

.protect-report-intro .text-left {
  font-size: 30px;
  line-height: 38px;
  text-align: center;
  font-weight: 400;
  
}

/*h2,
h2.section-title,
h2.elementor-heading-title {
  font-size: 52px !important;
  line-height: 52px !important;
  color: #1a242f !important;
  margin-bottom: 30px !important;
  font-family: 'Helvetica Neue Bold' !important;
}*/
@media only screen and (max-width: 820px) {
  .not-found-inner h1 {
    font-size: 32px !important;
    line-height: 38px !important;
    margin-bottom: 15px !important;
  }
}

.protect-report-intro h2.elementor-heading-title {
  font-size: 52px;
  line-height: 52px;
  color: #1a242f;
  margin-bottom: 30px;
  
}

.try-alpha-online h4.elementor-heading-title {
  font-size: 27px !important;
  line-height: 33px !important;
  margin-bottom: 15px !important;
}

.elementor-45923
  .elementor-element.elementor-element-36adf67
  .elementor-heading-title {
  font-family: 'Helvetica Neue Bold' !important;
}

.horizontal-image-text h3.elementor-heading-title {
  font-size: 45px !important;
  line-height: 52px !important;
  margin-bottom: 20px !important;
  font-family: 'Helvetica Neue Bold' !important;
}

.message-center-wrapper h1.elementor-heading-title {
  text-transform: none;
  text-transform: none;
  color: #ffba4d;
  margin: 0 0 70px 0;
  font-size: 75px;
  line-height: 80px;
  
}

.para-separation {
  margin-bottom: 30px !important;
}

.btn-back-wrapper i {
  line-height: 2px !important;
}

.btn-p-cls p {
  font-size: 15px;
  line-height: 18px;
}

.contact-list h3.elementor-heading-title {
  color: #fff !important;
}

.contact-list.black-bg .elementor-widget-container h3 {
  color: #fff;
  margin-bottom: 20px;
}

.contact-list.black-bg .elementor-widget-container ul li a {
  color: #fff;
}

.contact-list .elementor-widget-container p {
  
  margin-bottom: 15px;
}

@media only screen and (max-width: 600px) {
  .not-found-inner .text {
    width: 100%;
    display: block;
  }

  .not-found-inner .action {
    width: 100%;
    display: block;
  }

  .not-found-inner h1 {
    font-size: 32px !important;
    line-height: 38px !important;
    margin-bottom: 15px !important;
  }

  .not-found-inner .action .btn-primary-outline {
    display: block;
    margin: 0 auto;
    margin: 10px;
  }

  .not-found-inner .text {
    flex-shrink: 0;
    flex-basis: 0%;
  }

  .not-found-inner {
    padding-top: 100px !important;
  }

  .not-found-inner .action {
    margin: 30px 0 0 0;
  }
}

/* AG 09-09-2022 start */
.special_tags ul {
  list-style-type: none;
  display: inline-block;
  padding: 0;
  margin-top: 30px;
}

.special_tags ul li {
  float: left;
  display: inline-block;
  padding: 10px 15px;
  border: 1px solid #a7a6a6;
  margin: 0 10px 15px 0;
  text-transform: capitalize;
}

.special_tags ul li:hover {
  color: #9aaea3;
  cursor: pointer;
}

/* AG 09-09-2022 end */

.caption-with-overlay-text .elementor-widget-image {
  position: relative;
  overflow: hidden;
}

.caption-with-overlay-text .elementor-widget-image img {
  transition: all 0.5s ease-in-out;
}

.caption-with-overlay-text .elementor-widget-image a:hover img {
  transform: scale(1.1);
}

.caption-with-overlay-text .elementor-widget-image p.scapt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  display: flex;
  font-size: 30px;
  line-height: 36px;
  color: #ffffff;
  align-items: center;
  
  font-weight: bold;
  padding: 30px;
  pointer-events: none;
  justify-content: center;
}

.caption-with-overlay-text.caption-with-overlay-alignc
  .elementor-widget-image
  p.scapt {
  align-items: center;
  justify-content: center;
  text-align: center;
}

.elementor-widget-image .elementor-widget-container figure {
  display: inline-block;
  position: relative;
}

.try-alpha-online .walk-btn .elementor-button-text {
  
}

.try-alpha-online h5.elementor-heading-title {
  font-family: 'Helvetica Neue Bold' !important;
}

.message-center-wrapper
  .elementor-widget-tabs.elementor-tabs-view-horizontal
  .elementor-tab-desktop-title.elementor-active {
  background-color: var(--wp--preset--color--secondary);
  color: #fff;
}

.elementor-tab-content iframe {
  width: 780px;
}

.message-center-wrapper
  .elementor-widget-tabs.elementor-tabs-view-horizontal
  .elementor-tabs-wrapper {
  display: flex;
  justify-content: center;
}

.message-center-wrapper .kc_tabs_nav > .ui-tabs-active > a,
.message-center-wrapper
  .elementor-widget-tabs.elementor-tabs-view-horizontal
  .elementor-tab-desktop-title {
  background-color: #f1f1f1;
  color: #555;
  border-radius: 35px;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 35px;
  line-height: 40px;
  
  border: none;
}

.message-center-wrapper
  .elementor-widget-tabs.elementor-tabs-view-horizontal
  .elementor-tab-desktop-title.elementor-active:before,
.message-center-wrapper
  .elementor-widget-tabs.elementor-tabs-view-horizontal
  .elementor-tab-desktop-title.elementor-active:after {
  display: none;
}

.message-center-wrapper
  .elementor-widget-tabs.elementor-tabs-view-horizontal
  .elementor-tab-content {
  border: none;
  padding: 30px 30px 15px;
}

/*-------14.922-MB---------*/
.catholic-social-teachings .entry-content {
  padding-bottom: 0px;
}

/*----- 20.09.2022 ----- */
/* body.single-ministry
  .horizontal-image-text.elementor-section.elementor-section-boxed
  > .elementor-container {
  max-width: 89.2% !important;
}

body.single-ministry
  .banner-bottom
  .elementor-section.elementor-section-boxed
  > .elementor-container {
  max-width: 91.2%;
} */

.horizontal-image-text.elementor-section.elementor-section-boxed
  > .elementor-container {
  max-width: 1370px;
}

body.single-ministry
  .banner-bottom
  .elementor-section.elementor-section-boxed
  > .elementor-container
  .elementor-inner-column {
  padding-left: 15px;
  padding-right: 15px;
}

.find-section .kc-col-inner-container,
.place-for-everyone-section {
  background-color: #000 !important;
}

/*OMI Alert Notification Top Bar*/

#alertnotfn {
  background: #f5d96f;
  color: #000;
  font-size: 16px;
  z-index: 1;
  top: 0px;
  left: 0px;
  width: 100%;
  padding: 10px 0px;
  text-align: center;
  height: 42px;
  position: relative;
  margin-top: -1em;
}

#alertnotfn a {
  color: #000;
}

#alertnotfn.p-leave {
  background: #000;
  color: #fff;
}

#alertnotfn.p-leave a {
  color: #fff;
}

@media only screen and (max-width: 768px) {

  #alertnotfn p strong a {
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
  }

  #alertnotfn.p-leave {
    height: 62px;
  }
}

/*----- 21.09.2022 ----- */
.ministry-sub-team > .elementor-container {
  max-width: 1024px !important;
}

.ministry-sub-team section.elementor-inner-section:not(:last-child) {
  margin-bottom: 80px;
}

.ministry-sub-team section.elementor-inner-section:nth-child(even) .right {
  padding-left: 30px !important;
}

.ministry-sub-team section.elementor-inner-section:nth-child(odd) .left {
  padding-right: 30px !important;
}

.ministry-sub-team .kc_row_inner:not(:last-child),
.ministry-sub-team section.elementor-inner-section:not(:last-child) {
  margin-bottom: 80px;
}

.ministry-sub-team h2.elementor-heading-title {
  font-size: 65px;
  line-height: 75px;
  margin-bottom: 60px;
}

.ministry-sub-team h3.elementor-heading-title {
  font-size: 50px;
  line-height: 60px;
}

/* normal accordion style - 21-09-2022 - NG - start */
.normalAccordion .elementor-accordion .elementor-tab-title {
  position: relative;
  cursor: pointer;
  min-height: 30px;
  line-height: 30px;
  font-weight: 700;
  font-size: inherit;
  margin-top: 0;
  margin-bottom: -1px;
  border: 1px solid #e0e0e0;
  padding: 0;
}

.normalAccordion .elementor-accordion .elementor-tab-title a {
  display: block;
  font-size: 15px;
  padding: 10px 15px;
  text-decoration: none;
  outline: 0;
  font-weight: 400;
  border: none;
  cursor: pointer;
  color: #9aaea3;
}

.normalAccordion .elementor-accordion .elementor-tab-content {
  border: 1px solid #eaeaea;
  padding: 15px;
}

.normalAccordion .elementor-accordion .elementor-accordion-item {
  margin-bottom: 8px;
  border: none;
}

.normalAccordion .elementor-accordion .elementor-tab-title:after {
  content: '\e604';
  font-family: simple-line-icons;
  color: #aaa;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

.normalAccordion
  .elementor-accordion
  .elementor-tab-title.elementor-active:after {
  content: '\e607';
}

/* normal accordion style - 21-09-2022 - NG - end */

/* ministry page style -21-09-2022 - SS - start */

/*.color-a h4.elementor-heading-title a {
  color: #9aaea3;
}*/
.elementor-widget-heading.color-a
  .elementor-heading-title[class*='elementor-size-']
  > a {
  color: #9aaea3;
}

.elem-creative-btn.elementor-widget-button a.elementor-button {
  width: auto;
  color: #fff;
  background: #42bce2 !important;
  display: inline-block;
  transition: all 0.3s;
  text-transform: uppercase;
  border: 2px solid #42bce2;
  padding: 10px 30px;
  
  text-decoration: inherit;
  font-size: 30px;
}

.elem-creative-btn.elementor-widget-button a.elementor-button:active,
.elem-creative-btn.elementor-widget-button a.elementor-button:hover {
  background: #fff !important;
  color: #42bce2;
}

/* ministry page style -21-09-2022 - SS - end */

/* -- 22.09.2022 -- */
.fullHeightImage,
.fullHeightImage > div,
.fullHeightImage > div > figure {
  height: 100%;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.pt-30 {
  padding-top: 30px;
}

/*-------29.9.22-----*/
ul.tp-revslider-mainul {
  width: 100% !important;
}

/*----------Event-timer------------*/
.mec-wrap .flip-clock-divider {
  
}

.mec-wrap .flip-clock-wrapper ul li a div div.inn {
  
  line-height: 44px !important;
}

.copied_success {
  font-size: 20px;
  color: green;
  background: #f7f7f7;
  padding: 2px 5px;
  display: inline-block;
  position: absolute;
  top: -32px;
  
}

.mec-links-details {
  position: relative;
}

/*---Disclamer----*/
.disclamer_container {
  padding: 0 1.2%;
  background-color: var(--wp--preset--color--secondary);
  margin: 0 0 10px 0;
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  z-index: 500;
  /*transition: all ease-in-out 0.3s;*/
  transition: all 500ms cubic-bezier(0.1, 0, 0.1, 1);
}

.disclaimer_content {
  display: flex;
  align-content: center;
  justify-content: center;
  margin: 0px 0 0 0;
  padding: 8px 0;
}

body.home .disclamer_container {
  padding: 0 1.2%;
  background-color: var(--wp--preset--color--secondary);
  margin: 0 0 10px 0;
  position: fixed;
  top: 0px;
  /*top: 41px;*/
  left: 0;
  right: 0;
  z-index: 500;
  /*transition: all ease-in-out 0.3s;*/
  transition: all 500ms cubic-bezier(0.1, 0, 0.1, 1);
}

.img-text-left.elementor-widget-image,
.img-text-left figure.wp-caption {
  text-align: left;
}

.prayer-row iframe,
.single-ministry iframe {
  border: none;
}

/*---------------*/
body.postid-5228
  .two-floating-section
  .btn-primary-outline
  .elementor-button-wrapper
  a {
  margin: 0 auto;
}

.consecreated-life-wrapper-elementor .welcome-single-content {
  margin-bottom: 0;
}

.custom-slick-faq-section-new .elementor-widget-accordion {
  margin-bottom: 24px;
}

/*-------*/
.find-event-section h2 {
  color: #ffffff !important;
  text-transform: none;
  margin-bottom: 60px;
}

body.postid-5444
  .resources-event-landing
  .select2-container--default
  .select2-selection--single {
  background-color: transparent;
  width: 560px;
  height: 60px;
  border: 3px solid #ffffff;
  border-radius: 30px;
  padding: 0 30px;
  transition: all 0.5s ease-in-out;
}

body.postid-5444 .select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

/*-----------*/
.white_txt_color {
  color: #fff !important;
}

.parallax_section .parallax-content .elementor-widget-container h3 {
  color: #ffffff;
}

.parallax_section .parallax-content .elementor-widget-container p {
  font-size: 32px;
  line-height: 38px;
  color: #ffffff;
  
}

.parallax_section:before {
  display: none;
}

.pray_accord .elementor-tab-title {
  border-bottom: 1px solid #fff;
  padding: 25px 25px 25px 0 !important;
}

.pray_accord .elementor-active {
  border-width: 1px !important;
}

.white_txt_color .elementor-widget-container h2 {
  color: #fff !important;
}

.our-vocations-team .no_top_gap {
  padding-top: 0px !important;
}

.our-vocations-team .no_top_gap .elementor-container {
  padding-top: 0px !important;
}

.volunteer-training .passster-form h4 {
  font-size: 20px;
  font-weight: 700;
  color: #6804cc;
}

.volunteer-training .passster-submit {
  color: #ffffff !important;
  background: #6804cc !important;
}

.volunteer-training .passster-submit:hover {
  color: #ffffff !important;
  background: #2e0557 !important;
}

.volunteer-training .passster-form {
  background: #f9f9f9;
  padding: 30px;
}

.administrative-downloads .passster-form {
  background: #f9f9f9;
  padding: 30px;
}

.administrative-downloads .passster-form h4 {
  font-size: 20px;
  font-weight: 700;
  color: #6804cc;
}

.administrative-downloads .passster-submit {
  color: #ffffff !important;
  background: #6804cc !important;
}

.administrative-downloads .passster-submit:hover {
  color: #ffffff !important;
  background: #2e0557 !important;
}

.resources-events .find_res .ministry_search_container_wrapper {
  margin-top: 0px !important;
}

.image_adjust img {
  max-width: 100% !important;
  display: block !important;
}

.pray_accord a.elementor-accordion-title {
  font-size: 20px !important;
}

/* oc vocations 26-10-2022 */
.single-ocvocations .entry-content .addtoany_content {
  padding: 30px 0 15px;
}

.single-ocvocations .entry-content .elementor-widget-text-editor ul li {
  list-style-type: none;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}

.single-ocvocations .entry-content .elementor-widget-text-editor ul {
  padding-left: 0;
}

.single-ocvocations .entry-content .elementor-widget-text-editor ul li i {
  font-size: 20px;
  margin-right: 15px;
}

.single-ocvocations .entry-content ul.social-content li {
  margin-bottom: 10px;
  line-height: 1;
}

.single-ocvocations .entry-content ul.social-content li a i {
  font-size: 24px;
  line-height: 1;
}

a.kc_button.btn-primary.white {
  text-decoration: none;
}

.vid_width iframe {
  width: 100% !important;
  height: 377px !important;
}

.ministry-sub-below-banner.elementor-widget-text-editor {
  margin-bottom: 30px;
}

.ministry-sub-below-banner.elementor-widget-text-editor p {
  line-height: 1.4;
  
}

.catholic-social-teachings .inner-page .entry-content {
  padding: 0;
}

.elementor-button {
  white-space: nowrap;
}

.follow_shocial_medialink-top-mar-non {
  float: left;
  width: 100%;
}

/*------FAQ--------*/

/* 16th Nov Avijit Moumita*/
/* accordion style */
.accordion_container {
  display: flex;
}

.accordion_container_6 {
  width: 50%;
  flex: 1;
}

.accordion_container_6:first-child {
  margin-right: 32px;
}

.ac-pane {
  margin-bottom: 15px;
  background-color: #16a085;
  /*color:#fff;*/
}

.ac-pane:last-child {
  margin-bottom: 0;
}

.ac-pane.active {
  box-shadow: 2px 3px 8px -4px #00000080;
}

.ac-content {
  display: none;
}

.ac-title {
  /*border: 1px solid #fff;*/
  color: #fff !important;
  display: flex;
  align-items: center;
  padding: 12px;
  background-color: #9aaea3 !important;
  position: relative;
  font-family: 'Helvetica Neue Bold' !important;
  font-size: 22px;
}

.ac-title i {
  /*float: right;*/
  font-size: 20px;
  margin-right: 15px;
  margin-left: 15px;
}

/*.ac-title i:before { content: "\f107"; }
    .active .ac-title i:before { content: "\f106"; }*/

.ac-title i:before {
  content: '\f067';
}

.active .ac-title i:before {
  content: '\f068';
}

.ac-content {
  /*border: 1px solid #fff;*/
  margin-top: -1px;
  padding: 30px 35px 20px;
  background-color: #f1f1f1;
  font-size: 18px;
}

.ac-pane.active a.ac-title::before {
  content: '';
  border-color: #9aaea3 transparent transparent transparent;
  display: block;
  position: absolute;
  bottom: -12px;
  border-width: 12px 12px 0 12px;
  border-style: solid;
  left: 12px;
  transition: all 0.5s ease-in-out;
}

.ac-content p {
  font-size: 18px;
  
  line-height: 30px;
}

.ac-content ul li {
  font-size: 18px !important;
  
  margin: 0 0 5px 0 !important;
  padding: 0 0 5px 0;
  line-height: 30px !important;
}

.asp_highlight_txt {
  color: #9aaea3;
}

.disclaimer_content .arrow_forward_popup:hover,
.disclaimer_content .arrow_forward_popup:focus {
  background-color: #c02f22;
  color: #fff !important;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  box-shadow: 0 2px 15px 0 rgb(0 0 0 / 30%);
}

.disclaimer_content .textwidget {
  display: flex;
  align-items: center;
}

.disclaimer_content .arrow_forward_popup span {
  font-size: 18px;
}

.disclaimer_content .arrow_forward_popup {
  /* width: 20px;
    height: 18px;*/
  border-radius: 50%;
  background-color: #c02f22;
  margin: 0 0 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  outline: none;
  border: none;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  /* box-shadow: 0 2px 8px 0 rgb(0 0 0 / 30%);*/
  transition: all 500ms cubic-bezier(0.1, 0, 0.1, 1);
}

.disclaimer_content .arrow_forward_popup span {
  font-size: 18px;
  color: #fff;
  padding: 2px;
}

.disclaimer_content .textwidget p {
  font-size: 16px;
  display: block;
  line-height: 14px;
  color: #fff;
  
}

#popmake-96129 .popmake-content p {
  font-size: 16px;
  line-height: 22px;
  
}

/*--------------*/
.site-header-main {
  padding-top: 35px;
  /*transition: all ease-in-out 0.3s;*/
  transition: all 500ms cubic-bezier(0.1, 0, 0.1, 1);
}

body.home .site-header-main {
  padding-top: 50px;
  /*transition: all ease-in-out 0.3s;*/
  transition: all 500ms cubic-bezier(0.1, 0, 0.1, 1);
}

.fixed .site-header-main {
  padding-top: 50px;
}

.fixed .disclamer_container {
  top: 0px !important;
  /*transition: all ease-in-out 0.3s;*/
  transition: all 500ms cubic-bezier(0.1, 0, 0.1, 1);
}

#popmake-50530 .popmake-content p {
  font-size: 16px;
  line-height: 22px;
  
}

#popmake-50529 .popmake-content p {
  font-size: 16px;
  line-height: 22px;
  /**/
}

#popmake-50531 .popmake-content p {
  font-size: 16px;
  line-height: 22px;
  
}

.ewd-ufaq-faqs {
  display: flex;
  flex-wrap: wrap;
}

.ewd-ufaq-faqs .ewd-ufaq-faq-div {
  width: 47.5%;
  margin: 15px 15px;
}

/*font-family: "Helvetica Neue Light";*/
.disclamer_wrapper,
.disclamer_wrapper p {
  /* font-size: 28px!important;
    font-weight: 400;*/
  font-size: 16px !important;
  font-weight: 400;
  
  line-height: 27px;
  margin-bottom: 16px;
}

.site-nav-wrap
  .search_wrapper
  .rcbo-searchform
  .asp_w_container
  .proinput
  input.autocomplete {
  font-size: 24px;
  
}

body div.asp_m.asp_m_6 .probox .proinput input.autocomplete {
  background-color: #ffffff !important;
  display: block;
  position: absolute;
  z-index: 1;
  padding: 0 !important;
  margin: -60px 0 0 5px !important;
  opacity: 0.27 !important;
  font-size: 24px;
  
  padding: 0 0 0 25px !important;
  width: 92%;
  border-radius: 35px;
}

body
  .search_res_wrapper
  div.asp_m.asp_m_6
  .probox
  .proinput
  input.autocomplete {
  background-color: #ffffff !important;
  display: block;
  position: absolute;
  z-index: 1;
  padding: 0 !important;
  margin: -60px 0 0 5px !important;
  opacity: 0.27 !important;
  font-size: 24px;
  font-family: inherit !important;
  padding: 0 0 0 21px !important;
  width: 92%;
  border-radius: 35px;
}

/**************************/
body.custom-faq .ui-accordion-header {
  background-color: #9aaea3;
  display: flex;
  justify-content: flex-start;
}

body.custom-faq .ui-accordion-header.ui-state-active {
  background-color: #d4634c;
}

body.custom-faq .ui-accordion-header a {
  width: 100%;
  color: #fff;
  font-size: 22px;
}

body.custom-faq .ui-accordion-header .ui-accordion-header-icon {
  position: relative !important;
  width: 30px !important;
}

body.custom-faq .ui-accordion-header .ui-accordion-header-icon:before {
  color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s ease-in-out;
  font-size: 16px;
  line-height: 12px;
  font-family: 'Material Icons Outlined';
  content: '+' !important;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  width: 18px;
  height: 2px;
  background-color: #fff;
}

body.custom-faq .ui-accordion-header .ui-accordion-header-icon:after {
  color: #fff;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s ease-in-out;
  font-size: 16px;
  line-height: 12px;
  font-family: 'Material Icons Outlined';
  content: '+' !important;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  height: 30px;
  width: 2px;
  background-color: #fff;
}

body.custom-faq
  .ui-accordion-header.ui-state-active
  .ui-accordion-header-icon:after {
  color: #fff;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s ease-in-out;
  font-size: 16px;
  line-height: 12px;
  font-family: 'Material Icons Outlined';
  content: '+' !important;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  height: 0px;
  width: 2px;
  background-color: #fff;
}

/***************************/
.kc_accordion_section.group {
  padding-bottom: 20px;
}

/*******************/
body.custom-faq .ui-accordion-content {
  padding: 20px 25px 15px;
  background-color: #f1f1f1;
  font-size: 24px;
  line-height: 30px;
  box-shadow: 2px 3px 8px -4px #00000080;
}

body.custom-faq .ui-accordion-content p {
  font-size: 18px;
  
  line-height: 30px;
}

body.custom-faq .ui-accordion-content ul li {
  font-size: 18px !important;
  
  margin: 0 0 5px 0 !important;
  padding: 0 0 5px 0;
  line-height: 30px !important;
}

/*******************/
.ewd-ufaq-faq-post ul li {
  font-size: 18px !important;
  
  margin: 0 0 5px 0 !important;
  padding: 0 0 5px 0;
  line-height: 30px !important;
}

/******* 16th Nov End *******/
/******* 28th Nov *******/
/******* homepage slider *******/
.slider-image img {
  max-width: unset !important;
}

/*28th Oct*/
/* accordion style */
.accordion_container {
  display: flex;
}

.accordion_container_6 {
  width: 50%;
  flex: 1;
}

.accordion_container_6:first-child {
  margin-right: 32px;
}

.ac-pane {
  margin-bottom: 15px;
  background-color: #16a085;
  /*color:#fff;*/
}

.ac-pane:last-child {
  margin-bottom: 0;
}

.ac-pane.active {
  box-shadow: 2px 3px 8px -4px #00000080;
}

.ac-content {
  display: none;
}

.ac-title {
  /*border: 1px solid #fff;*/
  color: #fff !important;
  display: flex;
  align-items: center;
  padding: 12px;
  background-color: #9aaea3 !important;
  position: relative;
  font-family: 'Helvetica Neue Bold' !important;
  font-size: 22px;
}

.ac-title i {
  /*float: right;*/
  font-size: 20px;
  margin-right: 15px;
  margin-left: 15px;
}

/*.ac-title i:before { content: "\f107"; }
.active .ac-title i:before { content: "\f106"; }*/

.ac-title i:before {
  content: '\f067';
}

.active .ac-title i:before {
  content: '\f068';
}

.ac-content {
  /*border: 1px solid #fff;*/
  margin-top: -1px;
  padding: 30px 35px 20px;
  background-color: #f1f1f1;
    
}

.ac-pane.active a.ac-title::before {
  content: '';
  border-color: #9aaea3 transparent transparent transparent;
  display: block;
  position: absolute;
  bottom: -12px;
  border-width: 12px 12px 0 12px;
  border-style: solid;
  left: 12px;
  transition: all 0.5s ease-in-out;
}

.ac-content p {
  font-size: 18px;
  
  line-height: 30px;
}

.ac-content ul li {
  font-size: 18px !important;
  
  margin: 0 0 5px 0 !important;
  padding: 0 0 5px 0;
  line-height: 30px !important;
}

.asp_highlight_txt {
  color: #9aaea3;
}

.social_share i {
  color: #b30b00;
}

.attatchment_items i {
  color: #b30b00;
  font-size: 16px;
  top: -3px;
  position: relative;
}

.attatchment_items ul {
  padding-left: 0px !important;
}

.attatchment_items li {
  list-style-type: none;
  font-size: 23px !important;
  margin-bottom: 0px !important;
}

/* body.psa-page .ui-accordion-header {
  background-color: transparent;
}
body.psa-page .ui-accordion-content {
padding: 0;
background-color: transparent;
font-size: 24px;
line-height: 30px;
box-shadow: none;
}*/

.asp_nores .asp_nores_header {
  margin: 0 15px 15px 0;
}

.asp_nores .asp_nores_header {
  margin: 0 15px 15px 0;
}

.asp_nores .asp_keyword {
  cursor: pointer;
  margin: 0 5px 10px 0 !important;
}

.asp_nores .asp_keyword:hover,
.asp_nores .asp_keyword:focus {
  cursor: pointer;
  color: #f1776c;
  /*text-decoration-line: underline;
text-decoration-style: dotted;
text-decoration-color: #f1776c;*/
}

/*-----------------*/
/*.not_curr_lang_swicher_wrapper ul{
list-style-type: none;
padding: 0 0 0 0;
margin: 0 0 0 0;
text-align: right;
}

.not_curr_lang_swicher_wrapper ul li{ 
float: left;
margin-left: 6px;
padding: 6px;
margin-bottom:0px !important;
}


.not_curr_lang_swicher_wrapper ul li a{ 
font-size: 17px !important;
font-weight: bold !important;
padding: 10px 15px !important;
}*/
/*-----------------*/
.not_curr_lang_swicher_wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.not_curr_lang_swicher_wrapper ul {
  list-style-type: none;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  text-align: right;
  display: flex;
  justify-content: center;
  width: 100%;
}

.not_curr_lang_swicher_wrapper ul li {
  /*  float: left;*/
  margin-left: 6px;
  padding: 6px;
  margin-bottom: 0px !important;
}

.not_curr_lang_swicher_wrapper ul li a {
  font-size: 17px !important;
  font-weight: bold !important;
  padding: 10px 15px !important;
}

/*---Print-CSS----*/
@media print {
  * {
    -webkit-print-color-adjust: exact !important;
    /*Chrome, Safari */
    color-adjust: exact !important;
    /*Firefox*/
  }

  a[href]:after {
    content: none !important;
  }

  @page {
    margin-left: 15px !important;
    margin-right: 15px !important;
    /*  margin: 0.5in;*/
  }

  body {
    max-width: 100% !important;
    /*  font-size: 11pt;*/
    /*  font-family: Georgia, "Times New Roman", Times, serif;*/
    /*  line-height: 1.3;*/
  }

  .single-newsroom .inner-page .entry-content .container {
    max-width: 80% !important;
  }

  #main .custom-entry-header {
    width: 100% !important;
    margin: 0 auto !important;
  }

  /*---------*/
  #print_left {
    float: left !important;
  }

  #print_right {
    float: right !important;
  }

  #print_wrapper {
    float: left;
    width: 100% !important;
  }

  #sctop {
    display: none !important;
  }

  #main .container {
    width: 100% !important;
    margin: 0 auto !important;
  }

  .single-newsroom .inner-page .entry-content .container {
    width: 100% !important;
    margin: 0 auto !important;
  }

  .inner-page .entry-content {
    padding: 0 0 0 0 !important;
    margin: 0 0 0 0 !important;
  }

  #ctBtn {
    display: none !important;
  }

  .disclamer_container {
    display: none !important;
  }

  .disclaimer_content {
    display: none !important;
  }

  a {
    text-decoration: none !important;
  }

  /*--for STG--*/
  .owl-stage {
    /*         background: green; */
    margin: 0 0 0 0 !important;
    padding: 0 0 0 0 !important;
    /*        height: 700px;*/
    position: relative !important;
    top: 0px !important;
  }

  .owl-stage-outer {
    /*        background: #ff0 !important;*/
    margin: 0 0 0 0 !important;
    /*        position: relative !important;*/
    padding: 0 0 0 0 !important;
    /*top: 0px !important;*/
  }

  .owl-item {
    /*        background:#000 !important;*/
    /*         background: green; */
    margin: 0 0 0 0 !important;
    /*        height: 500px;*/
    padding: 0 0 0 0 !important;
    position: relative !important;
    /*        width: 30% !important;*/
    top: 0px !important;
  }

  .newsroom-related-posts-section .newsroom-single-item a .item-image {
    height: 250px !important;
  }
}

/*---Print-CSS-End---*/
/*----------22.11.22----------*/
.mec-single-event .mec-event-social li.mec-event-social-icon a {
  margin-right: 7px !important;
  margin-bottom: 7px !important;
}

/** 23th 22 **/

/** 24th Nov * */
.kc-css-661598 .BBFormSection .BBFormFieldContainer .BBFormSummaryTotal {
  display: none !important;
}

.kc-css-661598 .BBFormSection .BBFormFieldContainer .bboxdonation_btnSubmit {
  max-width: 235px !important;
  width: 230px;
}

.psa-give-section .BBFormSection input#bboxdonation_btnSubmit {
  max-width: 235px !important;
  width: 230px;
  padding: 10px 10px !important;
  display: flex !important;
  justify-content: center;
  text-align: center !important;
}

/** 24th Nov End * */

/*--------24.11.22---------*/
.rcbo-main-search-wrapper {
display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}

.rcbo-main-search-inner-wrapper {
  width: calc(100% - 330px);
}

.search_right_sidebar_wrapper {
  width: 290px;
  margin-right: 40px;
}

.quick_links_wrapper {
  -webkit-box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  background-color: #f5f5f7;
  padding: 25px;
  box-sizing: border-box;
}

.quick_links_wrapper h3 {
  font-size: 28px !important;
  text-transform: capitalize !important;
  line-height: 40px !important;
  padding-bottom: 8px;
  margin-bottom: 16px !important;
  border-bottom: 1px solid #dfdfe1 !important;
}

.quick_links_wrapper ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.quick_links_wrapper ul li {
  list-style-type: none;
  position: relative;
  padding-left: 15px;
  margin-bottom: 8px;
}

.quick_links_wrapper ul li:before {
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #ff846a;
  content: '';
  top: 13px;
  left: 0px;
}

.quick_links_wrapper ul li a {
  color: #1a242e;
  text-decoration: none;
  font-size: 23px;
  line-height: 29px;
  transition: all ease-in-out 0.3s;
}

.quick_links_wrapper ul li a:hover {
  color: #ff846a;
}

.popular_pages_wrapper h3 {
  font-size: 28px !important;
  text-transform: capitalize !important;
  line-height: 40px !important;
  padding-bottom: 8px;
  margin-bottom: 16px !important;
  padding-left: 25px;
  text-align: center;
}

.popular_page_item {
  margin-bottom: 25px;
  border-radius: 12px;
  position: relative;
  background-size: cover;
  max-height: 230px;
  height: 230px;
  text-align: center;
  
  object-fit: cover;
  width: 100%;
}

.popular_page_item a {
  font-size: 23px !important;
  text-transform: capitalize !important;
  line-height: 30px !important;
  text-decoration: none;
  padding-left: 10%;
  padding-right: 10%;
  color: #fff;
  transition: all ease-in-out 0.3s;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: end;
  padding-bottom: 20px;
}

.popular_page_item a:hover {
  color: #ff846a;
}

.artical-all-content a.btn-primary {
  margin-bottom: 20px;
  padding: 10px 22px !important;
}

/*-------No-Result-Risht-bar-adjust-2.12.22-----------*/

.no_search_result_wrap {
  width: 100%;
}

.no_search_result_right_section {
  width: 100% !important;
  margin-left: 0px;
  margin-top: 50px;
}

.no_search_result_right_section .popular_pages_wrapper h3 {
  padding-left: 0px;
  width: 100%;
}

.no_search_result_right_section .popular_pages_wrapper {
  display: flex;
  flex-wrap: wrap;
}

.no_search_result_right_section .popular_page_item {
  max-width: 265px;
  width: 100%;
  margin-right: 9px;
  margin-bottom: 10px;
}

.no_search_result_right_section_searchpage {
  width: 100% !important;
  margin-left: 0px;
  margin-top: 90px;
}

.no_search_result_right_section_searchpage .popular_pages_wrapper h3 {
  padding-left: 0px;
  width: 100%;
}

.no_search_result_right_section_searchpage .popular_pages_wrapper {
  display: flex;
  flex-wrap: wrap;
}

.no_search_result_right_section_searchpage .popular_col_box {
  max-width: calc(100% / 6);
  width: 100%;
  padding: 0 8px;
}

.no_search_result_right_section_searchpage .popular_page_item{
    max-width: 265px;
    width: 100%;
    margin-right:9px;
    margin-bottom:10px;
}

/* 07122022 */
body.page-template-search-page-template
  .inner-page
  .entry-header.custom-entry-header {
  height: 340px !important;
  background-position: center center;
}

/*-------23.12.22--------*/
.search_keywords {
  width: 620px;
}

select.catejob-select {
  background-color: transparent;
  width: 100%;
  height: 60px;
  border: 3px solid #000;
  border-radius: 30px;
  padding: 0 30px;
  transition: all 0.5s ease-in-out;
  margin-left: 10px;
}

select.catejob-select option {
  background-color: #000 !important;
  color: #fff !important;
}

input#search_keywords {
  background-color: transparent;
  width: 100%;
  height: 60px;
  border: 3px solid #000;
  border-radius: 30px;
  padding: 0 30px;
  transition: all 0.5s ease-in-out;
  margin-right: 10px;
  width: 450px;
  font-size: 18px;
}

.job_listings .search_jobs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.job_listings .search_jobs .search_submit{
  margin-left: 20px;
}

.job_listings .search_jobs label {
  font-size: unset;
}

.search_submit input[type='submit'] {
  background-color: var(--wp--preset--color--secondary);
  color: #ffffff;
  font-size: 17px;
  line-height: 20px;
  
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.5px;
  padding: 20px 30px;
  transition: all 0.5s ease-in-out;
  position: relative;
  z-index: 1;
  text-decoration: none;
  text-align: center;
  border-radius: 30px;
  overflow: hidden;
  border: none;
}

.search_submit input[type='submit']:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--wp--preset--color--secondary);
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 25px;
}

.search_submit input[type='submit']:after {
  content: '';
  position: absolute;
  width: 0;
  height: 100%;
  background-color: #cc5145;
  top: 0;
  left: 0;
  z-index: -1;
  transition: width 0.5s ease-in-out;
  border-radius: 25px;
}

.search_submit input[type='submit']:hover,
.search_submit input[type='submit']:focus {
  background-color: #cc5145;
  color: #ffffff;
  text-decoration: none;
}

.search_submit input[type='submit']:hover:after,
.search_submit input[type='submit']:focus:after {
  width: 100%;
}

ul.job_listings li.job_listing .job_action li {
  display: flex;
  justify-content: flex-end;
}

ul.job_listings li.job_listing .job_action a[name='apply-trigger-btn'] {
  background-color: var(--wp--preset--color--secondary);
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.5px;
  padding: 20px 30px;
  transition: all 0.5s ease-in-out;
  position: relative;
  z-index: 1;
  text-decoration: none;
  text-align: center;
  border-radius: 30px;
  overflow: hidden;
  border: none;
  max-width: 240px;
  width: 100%;
}

ul.job_listings li.job_listing .job_action a[name='apply-trigger-btn']:hover,
ul.job_listings li.job_listing .job_action a[name='apply-trigger-btn']:focus {
  background-color: #cc5145;
  color: #ffffff;
  text-decoration: none;
}

/** 12/26/22 ****/
.joblistingdiv {
  width: 100%;
  max-width: 1470px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

ul.job_listings li.job_listing .position {
  width: 70%;
}

ul.job_listings {
  margin: 0 0 25px 0;
}

.joblistingdiv .job_filters {
  margin: 0 0 25px 0;
}

.select-job-cat-list .select2 {
  margin: 0 0 0 15px !important;
}

body.page-template-current-openings-page-template .padding-y {
  padding: 100px 0 20px 0;
}

/** 03-01-2023 **/
.site-nav-wrap button#ocMainSearch {
  background-color: transparent;
  color: #ffffff;
  border: 0;
  padding: 0;
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #ffffff;
  transition: all 0.3s ease-in-out;
}

.site-nav-wrap button#ocMainSearch {
  font-size: 0;
}

.site-nav-wrap button#ocMainSearch i.fas {
  font-size: 20px;
}

.mobmenu-content button#ocMainSearch {
  background-color: transparent;
  color: #9aaea3;
  border: 0;
  padding: 0;
  margin-left: auto;
  transition: all 0.3s ease-in-out;
  
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0;
  text-transform: capitalize;
}

.mobmenu-content button#ocMainSearch i.fas {
  font-size: 17px;
}

.site-nav-wrap button#ocMainSearch:hover,
.site-nav-wrap button#ocMainSearch:focus {
  background-color: transparent;
  color: #9aaea3;
  text-decoration: none;
}

.mobmenu-content button#ocMainSearch:hover,
.mobmenu-content button#ocMainSearch:focus {
  background-color: transparent;
  color: #9aaea3;
  text-decoration: none;
}

.site-nav-wrap button#ocMainSearch.search-active,
.mobmenu-content button#ocMainSearch.search-active {
  background-color: transparent;
  color: #9aaea3;
  text-decoration: none;
}

.search-result-output article:hover {
  box-shadow: 0px 0px 20px #848484;
  border-radius: 10px;
}

.search-result-output article {
  padding: 0 0 0 0;
  border-bottom: none;
  transition: 0.3s;
}

/*----*/
/** 03-01-2023 end **/

/*-----25.1.23-----*/
.congress .custom-entry-header {
  display: none !important;
}

.congress .entry-content {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.congress_banner h1 {
  font-size: 48px !important;
  line-height: 52px !important;
  text-align: center !important;
  color: #fff;
  text-transform: none !important;
}

/*------CSS-from-Vocation-custom-starts---------*/
.vocations_page .entry-header.custom-entry-header {
  display: none !important;
}

.vocations_page .inner-page .entry-content {
  padding: 0;
}

.elementor-widget-button.btn-primary-outline .elementor-button {
  font-family: inherit;
  font-weight: inherit;
  background-color: inherit;
}

.elementor-widget-button.btn-primary-outline a.elementor-button,
a.btn-primary-outline {
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 30px;
  color: #ffffff;
  font-size: 17px;
  line-height: 20px;
  
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 9px 35px;
  transition: all 0.5s ease-in-out;
  position: relative;
  z-index: 1;
  text-decoration: none;
  display: table;
  text-align: center;
}

.elementor-widget-button.btn-primary-outline a.elementor-button:hover,
a.btn-primary-outline:hover {
  background-color: #ffffff;
  color: #000000;
}

.elementor-widget-button.btn-primary-outline.black a.elementor-button,
a.btn-primary-outline.black {
  border-color: #000000;
  color: #000000;
}

.elementor-widget-button.btn-primary-outline.black a.elementor-button:hover,
a.btn-primary-outline.black:hover {
  background-color: #000000;
  color: #ffffff;
}

/* Header */
.site_header {
  z-index: 999999;
}

.mob-menu-header-holder .mobmenu-trigger-action:hover i {
  color: var(--wp--preset--color--secondary);
}

.show-nav-right .mobmenu-panel.show-panel {
  z-index: 9999999;
}

/* .mob-menu-header-holder.mobmenu.duplicate{
    display: none;
} */
/* Header */

.single-ocvocations .inner-page .entry-content {
  padding: 0;
}

.single-ocvocations .inner-page .entry-header.custom-entry-header h1 {
  text-transform: initial;
}

/* Body */
.inner-page .entry-header.custom-entry-header p {
  line-height: 30px;
}

.category-listing-section .kc_col-sm-12 {
  padding: 0;
}

.category-listing-wrapper {
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.category-listing-wrapper h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 80px !important;
}

.category-listing-section.with_bg .category-listing-wrapper ul {
  height: auto;
}

.consecrated-life .inner-page .entry-header.custom-entry-header h1 {
  font-size: 42px;
  line-height: 50px;
  margin-bottom: 60px;
  max-width: 1150px;
  text-transform: initial;
}

.consecrated-life .inner-page .entry-header.custom-entry-header h1 span {
  position: relative;
}

.consecrated-life .inner-page .entry-header.custom-entry-header h1 span::after {
  content: '';
  background-color: #ffffff;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -3px;
  left: 0;
}

.two-floating-section .kc-wrap-columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.two-floating-section .left {
  padding: 0;
}

.two-floating-section .right {
  padding: 0;
}

.two-floating-section h2 {
  text-align: center;
  text-transform: capitalize;
  color: #000000;
  margin-bottom: 40px;
  padding: 0 20px;
}

.two-floating-section a.btn-primary-outline {
  margin: 0 auto;
}

/* Team */
.team-section .team-row,
.team-section .team-row .elementor-container {
  padding: 100px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.team-section .team-row:first-of-type .elementor-container {
  padding-top: 0;
}

.team-section .team-row:not(.team-row-reverse) .right,
.team-section .team-row:not(.team-row-reverse) .elementor-container .right {
  padding-left: 80px !important;
}

.team-section .team-row.team-row-reverse .left,
.team-section .team-row.team-row-reverse .elementor-container .left {
  padding-right: 80px !important;
}

.team-section .team-row h2 {
  text-transform: capitalize;
  margin-bottom: 10px;
}

.team-section .team-row p {
  
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 30px;
}

.team-section .team-row p.designation,
.team-section .team-row .designation p {
  font-style: inherit;
}

/* Team */

/* Diocesan Priesthood */
.parallax-section {
  min-height: 100vh;
  overflow-y: hidden;
  height: 1200px;
}

.parallax-section .kc-row-container,
.parallax-section .kc-wrap-columns {
  height: 100%;
}

.parallax-section .kc_col-sm-12 {
  padding: 0;
  height: 100%;
}

.parallax-section .parallax-content {
  max-width: 1400px;
  padding: 0 15px;
  margin: 0;
  width: 100%;
  float: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.parallax-section .parallax-content h3 {
  color: #ffffff;
}

.parallax-section .parallax-content p {
  font-size: 32px;
  line-height: 38px;
  color: #ffffff;
}

.parallax-banner {
  position: sticky;
  top: 0;
  left: 0;
  height: 100vh;
}

.parallax-banner img {
  height: 100% !important;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.custom-slick-faq-section.faq-red {
  background-color: #eb5a4f !important;
}

.custom-slick-faq-section {
  padding: 150px 0;
}

.custom-slick-faq-section h2,
.custom-slick-faq-section.faq-red h2 {
  color: #ffffff;
  text-transform: capitalize;
  padding-right: 5%;
}

.custom-slick-faq-section p,
.custom-slick-faq-section.faq-red p {
  color: #ffffff;
}

.custom-slick-faq-section .elementor-accordion,
.custom-slick-faq-section.faq-red .elementor-accordion {
  padding-bottom: 0;
}

.custom-slick-faq-section.faq-red
  .elementor-accordion
  .elementor-accordion-item {
  border: none;
}

.custom-slick-faq-section .elementor-accordion > .elementor-tab-title,
.custom-slick-faq-section.faq-red .elementor-accordion .elementor-tab-title {
  border-color: transparent;
  border-bottom: 1px solid #ffffff;
  display: flex;
  align-items: center;
  padding: 0;
  position: relative;
}

.custom-slick-faq-section .elementor-accordion > .elementor-tab-title .ui-icon {
  display: none;
}

.custom-slick-faq-section .elementor-accordion > .elementor-tab-title::after,
.custom-slick-faq-section.faq-red
  .elementor-accordion
  .elementor-tab-title::after {
  content: '+';
  font-size: 34px;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  color: #ffffff;
  display: block;
  top: 20px;
  right: 10px;
  pointer-events: none;
  position: absolute;
}

.custom-slick-faq-section
  .elementor-accordion
  > .elementor-tab-title.elementor-active,
.custom-slick-faq-section.faq-red
  .elementor-accordion
  .elementor-tab-title.elementor-active {
  background-color: transparent;
  border-color: transparent;
  border-bottom: 1px solid #ffffff;
}

.custom-slick-faq-section
  .elementor-accordion
  > .elementor-tab-title.elementor-active::after,
.custom-slick-faq-section.faq-red
  .elementor-accordion
  .elementor-tab-title.elementor-active::after {
  content: '-';
}

.custom-slick-faq-section .elementor-accordion > .elementor-tab-title a,
.custom-slick-faq-section.faq-red .elementor-accordion .elementor-tab-title a {
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  width: 100%;
  padding-right: 30px;
  padding: 25px 30px 25px 5px;
  
  font-weight: normal;
}

.custom-slick-faq-section .elementor-tab-content,
.custom-slick-faq-section.faq-red .elementor-tab-content {
  border-color: transparent;
}

.custom-slick-faq-section .elementor-tab-content p,
.custom-slick-faq-section.faq-red .elementor-tab-content p {
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
  
}

.custom-slick-faq-section .elementor-tab-content p a,
.custom-slick-faq-section.faq-red .elementor-tab-content p a {
  color: #ffba4d;
}

.custom-slick-faq-section .elementor-tab-content ul,
.custom-slick-faq-section.faq-red .elementor-tab-content ul {
  margin-bottom: 0;
}

.custom-slick-faq-section .elementor-tab-content ul li,
.custom-slick-faq-section.faq-red .elementor-tab-content ul li {
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
  
}

.custom-slick-faq-section .elementor-tab-content ul li a,
.custom-slick-faq-section.faq-red .elementor-tab-content ul li a {
  color: #ffba4d;
}

/* Diocesan Priesthood */

/* PSA Page */
.psa-below-banner .elementor-widget-heading {
  max-width: 900px;
  margin: 0 auto;
}

.psa-page .inner-page .entry-header.custom-entry-header {
  display: none;
}

.psa-page .inner-page .entry-content {
  padding: 0;
}

.psa-page .psa-banner .tp-revslider-slidesli {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column;
  padding: 0 0 80px !important;
}

.psa-page .psa-banner .tp-revslider-slidesli .psa-banner-title-wrap {
  width: 100%;
  max-width: 1470px;
  margin: 0 auto;
  padding: 0 15px;
}

.psa-page .psa-banner .tp-revslider-slidesli .psa-banner-title-wrap,
.psa-page .psa-banner .tp-revslider-slidesli .psa-banner-title-wrap * {
  position: static !important;
}

.psa-page .psa-banner .tp-revslider-slidesli .psa-banner-subtitle-wrap {
  width: 100%;
  max-width: 1470px;
  margin: 0 auto;
  padding: 0 15px;
}

.psa-page .psa-banner .tp-revslider-slidesli .psa-banner-subtitle-wrap,
.psa-page .psa-banner .tp-revslider-slidesli .psa-banner-subtitle-wrap * {
  position: static !important;
}

.psa-page .psa-banner .tp-revslider-slidesli .psa-banner-cta-wrap {
  width: 100%;
  max-width: 1470px;
  margin: 30px auto 0;
  padding: 0 15px;
}

.psa-page .psa-banner .tp-revslider-slidesli .psa-banner-cta-wrap,
.psa-page .psa-banner .tp-revslider-slidesli .psa-banner-cta-wrap * {
  position: static !important;
}

.psa-page .psa-banner .tp-revslider-slidesli .psa-banner-path-wrap {
  width: 100%;
  max-width: 1470px;
  margin: 30px auto 0;
  padding: 0 15px;
}

.psa-page .psa-banner .tp-revslider-slidesli .psa-banner-path-wrap,
.psa-page .psa-banner .tp-revslider-slidesli .psa-banner-path-wrap * {
  position: static !important;
}

.psa-banner .kc_col-sm-12 {
  padding: 0;
}

.psa-banner-title {
  font-size: 56px !important;
  line-height: 62px !important;
  font-family: 'Helvetica Neue Bold' !important;
  cursor: initial !important;
  text-transform: none;
  font-weight: bold !important;
}

.psa-banner-subtitle {
  font-size: 24px !important;
  line-height: 30px !important;
  
  margin-top: 20px !important;
  margin-bottom: 10px !important;
}

.psa-banner-cta {
  font-size: 17px !important;
  line-height: 20px !important;
  
  text-transform: uppercase !important;
  background-color: #ffba4d !important;
  min-width: initial !important;
  max-width: initial !important;
  width: auto !important;
  display: table !important;
}

.psa-banner-path {
  font-size: 24px !important;
  line-height: 30px !important;
  
  cursor: initial !important;
}

.psa-banner-path a {
  font-size: 24px !important;
  line-height: 30px !important;
  color: #ffffff;
  transition: all 0.5s ease-in-out !important;
}

.psa-banner-path a:hover {
  color: #9aaea3;
}

.psa-banner-cta:hover {
  background-color: #ffba4d !important;
  color: #ffffff !important;
}

.psa-below-banner {
  padding: 100px 0;
}

.psa-below-banner h2 {
  margin-bottom: 50px;
}

.psa-below-banner .kc-col-container {
  max-width: 900px;
  margin: 0 auto;
}

.psa-below-banner .elementor-widget-image {
  margin: 30px 0;
}

.psa-below-banner .elementor-widget-image img {
  max-width: 600px !important;
}

.psa-below-banner p {
  font-size: 26px;
  line-height: 34px;
}

.impact-section {
  padding: 150px 0;
}

.impact-section h2 {
  text-transform: none;
  margin-bottom: 80px;
}

.impact-inner .elementor-inner-section:not(:last-child) {
  margin-bottom: 80px;
}

.impact-section .kc_counter_box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.impact-section .elementor-counter .elementor-counter-number-wrapper {
  
  font-size: 40px;
  line-height: 40px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
}

.impact-section .kc_counter_box.dollar-number:before {
  content: '$';
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  
  margin-right: 3px;
}

.impact-section .kc_counter_box h4 {
  margin: 0;
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  
  margin-left: 3px;
}

.impact-section .number-for p {
  font-size: 26px;
  line-height: 30px;
  
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}

.impact-section .btn-primary-outline {
  margin: 0 auto;
  width: auto;
}

.psa-chart p {
  
}

.psa-below-video {
  padding: 120px 0;
}

.psa-below-video .btn-primary {
  font-size: 30px;
  line-height: 25px;
  padding: 20px 50px;
  border-radius: 36px;
}

.psa-below-video iframe {
  width: 100%;
  max-height: calc(100vh - 100px) !important;
  min-height: 500px;
  margin-top: 80px;
  border: none;
}

.psa-office p {
  font-size: 24px;
  line-height: 30px;
}

.psa-page .image-with-text-blocks .kc_col-sm-4 .kc-title-wrap h3 {
  font-size: 50px;
  line-height: 56px;
  max-width: 280px;
}

.psa-give-section .kc_text_block {
  max-width: 1024px;
  margin: 0 auto 50px;
  float: none;
  display: block;
}

.psa-give-section p {
  font-size: 26px;
  line-height: 32px;
  
}

.psa-give-section h3 {
  margin-bottom: 50px;
}

.psa-give-cta-wrap {
  max-width: 1024px;
  margin: 0 auto;
  float: none;
}

.psa-give-section .BBFormSection {
  font-size: 20px;
  line-height: 30px;
  margin: 15px auto 0 !important;
}

.psa-give-section .BBFormSection .BBFormFieldContainer {
  display: flex;
  align-items: center;
}

.psa-give-section .BBFormSection .BBFormFieldLabel {
  font-size: 18px !important;
  line-height: 24px !important;
}

.psa-give-section .BBFormSection #bboxdonation_billing_fldAnonymous {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.psa-give-section .BBFormSection #bboxdonation_billing_fldAnonymous > input {
  flex-shrink: 0;
}

.psa-give-section
  .BBFormSection
  #bboxdonation_billing_fldAnonymous
  .BBFormFieldLabel {
  width: 100%;
}

.psa-give-section .BBFormSection #bboxdonation_billing_Email {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.psa-give-section .BBFormSection #bboxdonation_billing_Email > input {
  flex-shrink: 0;
  margin-top: 0 !important;
}

.psa-give-section .BBFormSection #bboxdonation_billing_Email .BBFormCheckbox {
  font-size: 18px !important;
  line-height: 24px !important;
  width: 100%;
}

.psa-give-section
  .BBFormSection
  #bboxdonation_billing_divOptInIntro
  .BBFormFieldLabel {
  font-size: 18px !important;
  line-height: 24px !important;
}

.psa-give-section .BBFormSection .BBFormSectionHeading {
  background-color: #eb5a4f !important;
}

.psa-give-section .BBFormSection .BBFormGiftRadioOptions .BBFormFieldLabelEdit {
  font-size: 18px !important;
  border-radius: 0 !important;
}

.psa-give-section .BBFormSection .BBFormRadioGiftSelected {
  background-color: #6bb1bd !important;
  border-color: #6bb1bd !important;
  border-radius: 0 !important;
}

.psa-give-section
  .BBFormSection
  .BBFormWideButtonGivingLevels
  .BBFormRadioLabelGivingLevel {
  font-size: 18px !important;
  border-radius: 0 !important;
}

.psa-give-section
  .BBFormSection
  .BBFormWideButtonGivingLevels
  .BBFormRadioLabelGivingLevelSelected {
  background-color: #ffba4d !important;
  border-color: #ffba4d !important;
}

.psa-give-section
  .BBFormSection
  .BBFormWideButtonGivingLevels
  .BBFormRadioLabelGivingLevelNotSelected:hover {
  background-color: #ffe393 !important;
  border-color: #ffba4d !important;
}

.psa-give-section .BBFormSection .BBFormSelectList,
.psa-give-section .BBFormSection .BBFormTextbox,
.psa-give-section .BBFormSection .BBFormTextArea {
  border-radius: 0 !important;
  border-color: #292929 !important;
  padding: 5px !important;
  height: 40px;
  vertical-align: top;
  font-size: 18px !important;
  line-height: 24px !important;
  color: #000 !important;
}

.psa-give-section .BBFormSection .BBFormSelectList:focus,
.psa-give-section .BBFormSection .BBFormTextbox:focus,
.psa-give-section .BBFormSection .BBFormTextArea:focus {
  outline: none;
}

.psa-give-section .BBFormSection.BBDFormSectionComments .BBFormFieldLabel {
  margin-left: 0 !important;
  margin-bottom: 5px !important;
  font-size: 18px !important;
  line-height: 20px !important;
  width: 160px !important;
}

.psa-give-section .BBFormSection.BBDFormSectionComments .BBFormTextArea {
  margin-left: 0 !important;
  border-radius: 0 !important;
  border-color: #292929 !important;
}

.psa-give-section .BBFormSection input[type='checkbox'] {
  border-radius: 100%;
  border: 1px solid #9aaea3;
  margin-right: 5px;
  height: 25px;
  width: 25px;
}

.psa-give-section .BBFormSection input[type='checkbox']:focus {
  outline: none;
}

.psa-give-section .BBFormSection input[type='checkbox']:checked:after {
  background-color: #9aaea3;
  position: static;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 2px solid #fff;
}

.psa-give-section .BBFormSection ul {
  padding-left: 0 !important;
}

.psa-give-section .BBFormSection ul#bboxdonation_billing_ulChannel {
  margin: 10px 15px;
}

.psa-give-section .BBFormSection li#bboxdonation_billing_Email {
  margin-left: 0 !important;
}

.psa-give-section
  .BBFormSection
  .BBFormPaymentChoice
  .BBFormRadioPaymentNotSelected {
  background-color: transparent !important;
  font-size: 18px !important;
  border-radius: 0 !important;
  border-color: #292929 !important;
  color: #000 !important;
}

.psa-give-section
  .BBFormSection
  .BBFormPaymentChoice
  .BBFormRadioPaymentNotSelected:hover {
  background-color: #ffe393 !important;
  border-color: #ffba4d !important;
}

.psa-give-section
  .BBFormSection
  .BBFormPaymentChoice
  .BBFormRadioPaymentSelected {
  background-color: #ffba4d !important;
  border-color: #ffba4d !important;
  color: #fff !important;
  border-radius: 0 !important;
}

.psa-give-section .BBFormSection input.BBFormSubmitbutton {
  background-color: #ffba4d !important;
  color: #ffffff !important;
  font-size: 17px !important;
  line-height: 20px !important;
  
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.5px;
  padding: 10px 30px;
  transition: all 0.5s ease-in-out;
  position: relative;
  z-index: 1;
  text-decoration: none;
  text-align: center;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: none !important;
}

/* PSA Page */

/* Find a event */
.find-event-section {
  padding: 200px 0;
}

.find-event-section h2 {
  color: #ffffff;
  text-transform: none;
  margin-bottom: 60px;
}

.find-resource-section {
  padding: 150px 0;
}

.find-resource-section h2 {
  text-transform: none;
  margin-bottom: 65px;
}

.find-resource-section .owl-stage {
  display: flex;
  margin: 15px 0;
}

.find-resource-section .ministry_cat_inner_wrap .ministry_cat_col {
  height: 100%;
}

.find-resource-section .ministry_cat_inner_wrap .ministry_cat_col-inner {
  background-color: transparent;
  height: 100%;
  margin: 0;
  display: flex;
}

.find-resource-section
  .ministry_cat_inner_wrap
  .ministry_cat_col-inner
  .kc-title-wrap {
  padding: 20px;
}

.find-resource-section
  .ministry_cat_inner_wrap
  .ministry_cat_col-inner
  .kc-title-wrap
  h3 {
  font-size: 42px;
}

.find-resource-section
  .ministry_cat_inner_wrap
  .ministry_cat_col-inner
  .kc-title-wrap
  h3
  i.fas {
  display: none;
}

/* Find a event */

/* */
.post-seminarian-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -15px;
}

.post-seminarian-wrap .post-seminarian-item {
  width: 33.33%;
  padding: 0 15px;
  text-align: center;
  margin-bottom: 50px;
  text-decoration: none;
}

.post-seminarian .seminarian-thumbnail {
  position: relative;
  border-radius: 100%;
  margin: 0 auto 20px;
  overflow: hidden;
  width: 280px;
  height: 280px;
}

.post-seminarian .seminarian-thumbnail::before {
  content: '';
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  transition: background-color 0.5s ease-in-out;
}

.post-seminarian .post-seminarian-item:hover .seminarian-thumbnail::before {
  background-color: rgba(0, 0, 0, 0.5);
}

.post-seminarian .seminarian-thumbnail img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.post-seminarian-wrap .post-seminarian-item h4 {
  transition: all 0.5s ease-in-out;
}

.post-seminarian-wrap .post-seminarian-item:hover h4 {
  color: #9aaea3;
}

.post-single-seminarian {
  clear: both;
  overflow: hidden;
}

.post-single-seminarian h3 {
  font-size: 30px!important;
  line-height: 40px!important;
  
  text-transform: uppercase;
  margin-bottom: 5px;
}

.post-single-seminarian p {
  margin-bottom: 25px;
  line-height: 1.4;
}

/*.post-single-seminarian p:last-child{
    margin-bottom: 0;
}*/
.post-single-seminarian p,
.post-single-seminarian p strong {
  
}

.seminarian-short-detail {
  margin-bottom: 60px;
}

.seminarian-short-detail h2.seminarian-title {
  text-align: center;
}

.prayer-row {
  margin-bottom: 60px;
}

.prayer-row:first-child {
  margin-top: 60px;
}

.prayer-row iframe {
  max-width: 100%;
}

.addtoany_list {
  margin: 0 -5px;
  display: flex;
}

.single-ministry .addtoany_list {
  margin: 30px -5px;
  justify-content: flex-end;
}

.single-newsroom
  .inner-page
  .entry-header.custom-entry-header
  .breadcrumbs-list {
  padding-right: 40px;
}

.contact-info-list {
  list-style: none;
  padding: 0;
}

.contact-info-list li {
  display: flex;
}

.contact-info-list li i {
  margin-right: 10px;
  font-size: 18px;
  margin-top: 12px;
}

.plain-content-section p:last-child {
  margin: 0 0 35px;
}

.plain-content-section ul,
.plain-content-section ul:last-child {
  margin: 0 0 35px;
}

.plain-content-section .elementor-widget-text-editor:last-child p:last-child,
.plain-content-section .elementor-widget-text-editor:last-child ul:last-child {
  margin: 0;
}

.plain-content-section .elementor-inner-section:not(:last-child) {
  margin-bottom: 35px;
}

.plain-content-section .kc-raw-code:last-child p:last-child,
.plain-content-section .kc-raw-code:last-child ul:last-child {
  margin: 0;
}

div.asp_m.asp_m_5.asp_main_container {
  border: 1px groove rgb(0 0 0);
}

div.asp_m.asp_m_5 .probox .promagnifier {
  background-image: none;
}

/* Body */

@media screen and (max-width: 899px) {
  .site-footer .footer-inner .field-container .elem-content input,
  .site-footer .footer-inner .field-container .elem-content textarea {
    font-size: 20px;
    line-height: 26px;
  }

  .footer-bottom .left {
    margin-bottom: 20px;
  }

  .footer-bottom .left .site-social-links ul li a img {
    width: 30px;
  }

  .footer-bottom .right {
    display: block;
    width: 100%;
    text-align: center;
  }

  .footer-bottom .right .contact-details ul {
    text-align: center;
  }

  .footer-bottom .right .contact-details ul li a {
    font-size: 20px;
    line-height: 26px;
  }
}

@media screen and (max-width: 649px) {
  .banner-title {
    white-space: normal !important;
  }

  .image-with-text-blocks .elementor-col-33.item-1 .elementor-widget-heading,
  .image-with-text-blocks .elementor-col-33.item-2 .elementor-widget-heading,
  .image-with-text-blocks .elementor-col-33.item-3 .elementor-widget-heading {
    background: rgba(0, 0, 0, 0.7);
  }

  .site-footer .footer-inner .field-container .two-column {
    justify-content: flex-start;
  }

  .site-footer .footer-inner .field-container .two-column .elem-content {
    width: 100%;
  }

  .category-listing-wrapper h2 {
    margin-bottom: 30px;
  }

  .category-listing-section.with_bg .category-listing-wrapper ul li a {
    font-size: 24px;
    line-height: 32px;
  }

  .site-footer .footer-inner .field-container .elem-content input,
  .site-footer .footer-inner .field-container .elem-content textarea {
    font-size: 18px;
    line-height: 24px;
  }

  .site-footer
    .footer-inner
    .field-container
    .elem-content
    input[type='submit'] {
    font-size: 20px;
  }

  .contact-info-list li i {
    font-size: 16px;
  }
}

@media screen and (max-width: 479px) {
  .category-listing-section.with_bg .category-listing-wrapper ul li a {
    font-size: 20px;
    line-height: 28px;
  }

  .site-footer .footer-inner .field-container .elem-content input,
  .site-footer .footer-inner .field-container .elem-content textarea {
    font-size: 16px;
    line-height: 22px;
  }

  .site-footer
    .footer-inner
    .field-container
    .elem-content
    input[type='submit'] {
    font-size: 18px;
  }
}

/*------CSS-from-Vocation-custom-ends---------*/

.single-wpsl_stores .parishes_info h2,
.single-wpsl_stores .parishes_info h2.elementor-heading-title {
  font-size: 25px !important;
  margin: 20px 0 10px 0;
}

/*-----7.2.23-----*/
.eucharistic_revival .custom-entry-header {
  display: none !important;
}

.eucharistic_revival .entry-content {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

/*------9.2.23-----*/
/*Ministry Modification*/

.contact-list.ministry_contact h2 {
  color: #fff;
  text-align: center;
}

.contact-list.ministry_contact .address {
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
}

.contact-list.ministry_contact .address p a {
  color: #fff;
}

.ministry_contact p {
  color: #fff;
}

.ministry_contact {
  clear: both;
}

.ministry_contact .contact_person ul li span {
  color: #fff;
}

.ff_fa ul li i {
  font-family: 'FontAwesome';
}

/*--------15.2.23--------*/
body .BBFormContainer .BBFormFieldLabel,
body .BBFormContainer .BBFormSelectList,
body .BBFormContainer .BBFormTextbox {
  font-size: 18px !important;
}

body .BBFormContainer #bboxdonation_btnSubmit {
  font-size: 20px;
  padding: 8px 30px 10px;
  line-height: 27px;
}

/*--Directory-search--*/
.dir_search-wrapper {
  box-shadow: none;
  background-image: none;
  border: none;
  border-radius: 0;
  background-color: #f5f5f7;
/*  padding: 40px 20px;*/
  padding: 40px 0px; /*-- 5.6.23 --*/
  /*  margin-top: 37px;*/
  margin-bottom: 50px;
}

.dir_search-wrapper input[type='text'] {
  background-color: #fff !important;
  border-radius: 35px;
  padding-left: 25px !important;
  padding-top: 0px !important;
  /*width: 90%;*/
 /* -webkit-box-shadow: 1px 1px 3px -1px rgba(0, 0, 0, 0.39);
  -moz-box-shadow: 1px 1px 3px -1px rgba(0, 0, 0, 0.39);
  box-shadow: 1px 1px 3px -1px rgba(0, 0, 0, 0.39);*/
  border: none;
  outline: none;
  height: 60px;
  width: calc(100% - 110px);
  
  /*font-family: 'Poppins', sans-serif !important;*/
  padding-bottom: 0px !important;
  color: #656565;
  font-size: 20px;
  font-weight: 500;
}

#btnSubmit {
  /*background-color: #363636;*/
  border-radius: 35px;
  /*margin-right: 10px;*/
  margin-left: 10px !important;
  background-image: none;
  padding-left: 10px;
  padding-right: 10px;
  width: 90px;
  height: 65px;
  float: right;
  /*content: "\f002";*/
  font-size: 0px;
  background: url(../images/search_white.svg) no-repeat center center #363636;
  background-size: 30px;
  border: none;
  cursor: pointer;
  position: relative;
  background-color: #363636;
}
#btnSubmit:after{
  color: #523989;
    position: absolute;
    right: 5px;
    top: 53%;
    transform: translateY(-50%);
    transition: all 0.5s ease-in-out;
    font-size: 16px;
    line-height: 12px;
    font-family: 'Material Icons Outlined';
    content: "\e8b6";
}

.dir_search_result_inner h4 {
  font-weight: 300 !important;
}


.dir_search_result_inner article.directory {
  max-width: 100%;
  width: 100%;
  padding: 0 15px;
  display: flex;
  flex-direction: row;
  margin-bottom: 30px;

  margin-top: 16px;
}

.dir_search_result_inner article.directory:last-child {
  margin-bottom: 5px;
}

.dir_search_result_inner article.directory .post-directory-inner {
  width: 100%;
  background: none !important;
  box-shadow: 0 5px 15px rgb(0 0 0 / 17%);
  box-sizing: border-box;
  padding: 30px 30px 0px 30px;
  border-top: 5px solid #9aaea3;
  border-radius: 6px;
  overflow: hidden;
}

/*.dir_search_result_inner article.directory .single_member{
  margin-bottom: 30px;
}
.dir_search_result_inner article.directory .single_member{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}*/
/*.dir_search_result_inner article.directory .single_member span{
  background-color: #f5f5f7;
  width: 31%;
  margin-right: 2%;
  margin-bottom: 1%;
  box-sizing: border-box;
  padding: 15px;
font-size: 25px;
}*/
.dir_search_result_inner article.directory .single_member ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
  margin-bottom: 20px;
  padding-left: 0px !important;
}

.dir_search_result_inner article.directory .single_member ul li {
  
  background-color: #f5f5f7;
  width: 100%;
  margin-right: 0%;
  margin-bottom: 6px;
  box-sizing: border-box;
  /*  padding: 15px;*/
  padding: 10px 15px;
  /*-- 18.4.23 --*/
  font-size: 20px;
  list-style-type: none;
}

.dir_search_result_inner article.directory .single_member ul li:last-child {
  margin-bottom: 0px;
}

/*-----------*/
.dir_light_gry_bg {
  background-color: #f5f5f7 !important;
  /*background-color: red !important;*/
  padding: 0 0 0 0 !important;
  margin: 0 0 0 0 !important;
}

.result_count_container {
  padding: 25px 10px 25px 10px;
  text-align: left;
  
}

.result_count_container span {
  font-size: 20px;
}

.sub_membership_title {
  padding-left: 0px;
  /*font-family: 'Poppins', sans-serif !important;*/
  font-weight: 600 !important;
  /*font-size: 22px;*/
}

.sub_membership_title + .single_member {
  padding-left: 0px;
}

.ministry_post_status .status {
  max-width: 150px;
  width: auto;
}

.ministry_post_title {
  width: 70%;
}

.ministry_post_status {
  width: 28%;
}

.dir_search_result_inner + .wp-pagenavi {
  
  font-size: 20px !important;
}

/*--------------*/
.single-ministry .elementor-widget-container ul {
  padding-bottom: 15px !important;
}

/*--------*/
.mailpoet_paragraph {
  padding: 15px 33px !important;
}

.added_missing_icons i {
  font-family: FontAwesome;
}
/*--Directory-search End --*/
/****  10/03/23  ******/
/*** Directory all css MassAdoration Css ****/
.directory-common-new-wrapper .inner-page .entry-header.custom-entry-header {
  height: 440px;
  padding: 80px 0;
  align-items: flex-end;
}

body.directory-common-new-wrapper
  .inner-page
  .entry-header.custom-entry-header
  h1 {
  text-transform: inherit !important;
  color: #ffffff;
  margin-bottom: 20px;
  text-align: center;
  font-size: 76px;
  line-height: 85px;
}

body.directory-common-new-wrapper .inner-page .entry-header .breadcrumbs-list {
  display: flex;
  font-size: 25px;
  line-height: 25px;
  color: #ffffff;
  /* font-family: "Helvetica Neue Light"; */
  margin-top: 15px;
  width: 100% !important;
/*  */
  text-align: center !important;
  justify-content: center;
}

body.directory-common-new-wrapper
  .inner-page
  .entry-header.custom-entry-header
  p {
  
  text-align: center !important;
  font-size: 24px !important;
}

body.directory-common-new-wrapper .breadcrumbs-list span {
  
  text-align: center !important;
  font-size: 24px !important;
}

.mass_adoration_welcome_wrapper {
  padding: 70px 0;
}

.mass_adoration_content {
  margin: 0 auto;
  text-align: center;
  max-width: 1260px;
}

.mass_adoration_content p {
  
  text-align: center !important;
  font-size: 30px !important;
  line-height: 45px !important;
}

.mass_adoration_content p a {
  color: #000 !important;
  text-decoration: none !important;
}

body.restoreitive_justice_wrapper .ministry_contact {
  display: none !important;
}

.inner_directory_search_row {
  display: flex;
  justify-content: center;
  align-items: center;
}

.inner_directory_search_row .ado_search_label {
  max-width: 106px;
  width: 100%;
  margin: 0px 15px 0 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.inner_directory_search_row .ado_search_label label {
  font-family: 'Helvetica Neue Bold' !important;
  font-size: 18px;
  color: #656565;
  margin: 0;
  padding: 0;
}

.inner_directory_search_row .ado_main_search_main {
  max-width: 325px;
  width: 100%;
  margin: 0px 15px 0 0;
}

.inner_directory_search_row .ado_main_search_main input {
  width: 100% !important;
  background-color: #fff !important;
  border-radius: 18px;
  padding-left: 25px !important;
  padding-top: 0px !important;
  /* width: 90%; */
  /*-webkit-box-shadow: 1px 1px 3px -1px rgb(0 0 0 / 39%);
  -moz-box-shadow: 1px 1px 3px -1px rgba(0, 0, 0, 0.39);
  box-shadow: 1px 1px 3px -1px rgb(0 0 0 / 39%);*/
  border: none;
  outline: none;
  height: 70px;
  
  /* font-family: 'Poppins', sans-serif !important; */
  padding-bottom: 0px !important;
  color: #656565;
  font-size: 20px;
  font-weight: 500;
      border: 1px solid #dfdfdf;
}

.common_select_wrapper {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 18px;
  padding: 0 15px;
  /*-webkit-box-shadow: 1px 1px 3px -1px rgb(0 0 0 / 39%);
  -moz-box-shadow: 1px 1px 3px -1px rgba(0, 0, 0, 0.39);
  box-shadow: 1px 1px 3px -1px rgb(0 0 0 / 39%);*/
  border: 1px solid #dfdfdf;
}

.common_select_wrapper span {
  margin: 0 2px 0 0;
}

.common_select_wrapper select {
  width: 100% !important;
  background-color: transparent !important;
  border-radius: 18px;
  padding-left: 8px !important;
  padding-top: 0px !important;
  /* width: 90%; */

  border: none;
  outline: none;
  height: 70px;
  
  /* font-family: 'Poppins', sans-serif !important; */
  padding-bottom: 0px !important;
  color: #656565;
  font-size: 20px;
  font-weight: 500;
}

.common_select_wrapper select option {
  
}

.inner_directory_search_row .select_col {
  width: calc(70% / 4);
  margin: 0 15px 0 0;
}

.inner_directory_search_row .select_col .common_select_wrapper .filter_icon {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.adoration_list_outer {
  overflow: unset;
  border-radius: 5px;
  padding: 32px 45px;
  /*-webkit-box-shadow: 1px 1px 3px -1px rgb(0 0 0 / 39%);
  -moz-box-shadow: 1px 1px 3px -1px rgba(0, 0, 0, 0.39);
  box-shadow: 1px 1px 3px -1px rgb(0 0 0 / 39%);*/
  border: 1px solid #dfdfdf;
  
}

.search_ador_group {
  margin: 0 0 35px 0;
  border-bottom: 1px solid #f1f1f1;
  padding: 0 0 35px 0;
}

.scroller_minner_body {
  padding: 0 0px 0 0;
}

.set_timeframr_group {
  display: flex;
  flex-direction: column;
}

.set_time_left {
  width: 100%;
  
  font-size: 20px;
  color: #656565;
      margin: 0 0 10px 0;
    background-color: #ebebeb!important;
    padding: 15px 20px;
}

.set_time_content_data {
  width: calc(100% - 0px);
  
}

.set_inner_time_row {
  background-color: #f5f5f7;
  padding: 10px 5px 15px 5px!important;
  display: flex;
/* OMI */
/*  justify-content: space-between;*/
  align-items: center;
  margin: 0 0 15px 0;
  
  font-size: 20px;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
      
}
.set_time_content_data .set_inner_time_row{
  border-bottom: 1px solid #d1d1d1;
}
.set_time_content_data .set_inner_time_row:last-child{
  border-bottom: 0px solid #d1d1d1;
}

.set_inner_time_row:hover {
  background-color: #ebebeb;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
}

.set_inner_time_row .charch_name_src {
  max-width: 400px;
  width: 100%;
  
  padding: 0px 10px;
}
.set_inner_time_row .state_name_src {
  max-width: 170px;
  width: 100%;
  
  padding: 0px 10px;
}
.set_inner_time_row .charch_name_src a,
.set_inner_time_row .charch_name_src a:hover,
.set_inner_time_row .charch_name_src a:focus{
  color: #000;
  text-decoration: none;
}

.set_inner_time_row .city_name_src {
  width: 30%;
  
  padding: 0px 10px;
}

.set_inner_time_row .lng_name_src {
  width: 15%;
  
  padding: 0px 10px;
}

.set_inner_time_row .lern_more_src {
  width: 20%;
  
  padding: 0px 10px;
  display: flex;
  justify-content: flex-end;
}

.set_inner_time_row .lern_more_src .src_lrnmore {
  width: 140px;
  height: 40px;
  background-color: var(--wp--preset--color--secondary);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  
  font-size: 16px;
  border-radius: 35px;
  text-decoration: none;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
}

.set_inner_time_row .lern_more_src .src_lrnmore:hover,
.set_inner_time_row .lern_more_src .src_lrnmore:focus {
  background-color: #cb5a50;
  text-decoration: none;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
}

.inner_directory_search_row.board_commission .ado_main_search_main {
  max-width: unset;
  width: 100%;
  margin: 0px 15px 0 0;
}

.error_disclaimer {
  margin: 60px 0 25px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.error_disclaimer a {
  
  font-size: 22px;
  color: #000;
  text-decoration: underline;
  text-align: center;
}

.error_disclaimer a:hover,
.error_disclaimer a:focus {
  text-decoration: none;
  color: #000;
}

.more_common_grid {
  padding: 60px 0 150px 0;
}

.more_common_grid .grid_common_heading {
  display: flex;
  justify-content: center;
}

.more_common_grid .grid_common_heading h2 {
  text-transform: capitalize !important;
  text-align: center;
  font-size: 45px !important;
  margin: 0 0 50px 0 !important;
}

.more_grid_row_common {
  display: flex;
  margin: 0 -20px;
}

.more_grid_row_common .figure_col_wrapper {
  padding: 0 20px;
  width: 33.33%;
}

.figure_col_wrapper .figure_inner_col {
  position: relative;
  height: 314px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.figure_col_wrapper .figure_inner_col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.figure_col_wrapper .figure_inner_col .figure_outlook_overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
}

.figure_col_wrapper:hover .figure_inner_col .figure_outlook_overlay,
.figure_col_wrapper:focus .figure_inner_col .figure_outlook_overlay {
  background-color: rgba(0, 0, 0, 0.5);
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
}

.figure_col_wrapper .figure_inner_col .figure_outlook_overlay h3 {
  color: #fff !important;
  font-size: 42px !important;
  text-align: center !important;
  text-decoration: none !important;
}

#content-1 .mCSB_scrollTools .mCSB_draggerRail {
  width: 0px !important;
  display: none !important;
}

#content-1 .mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
  background-color: rgba(0, 0, 0, 0.4) !important;
  border-radius: 10px !important;
  width: 10px;
}

.monistry_searchFrm.ministry_newform {
  border: none !important;
}

.inner_directory_search_row.ministry_row {
  display: flex !important;
  align-items: center;
}

.inner_directory_search_row.ministry_row .ado_main_search_main input {
  width: 100% !important;
  background-color: #fff !important;
  border-radius: 18px;
  padding-left: 58px !important;
  height: 70px !important;
}

.directory_search_btn {
  display: flex !important;
  align-items: center !important;
/* OMI */
/*  justify-content: flex-end !important;*/
}

.inner_directory_search_row.ministry_row .ado_main_search_main {
  position: relative;
}

.inner_directory_search_row.ministry_row .srch-icon-wrapper i {
  color: #000;
  font-size: 22px;
  opacity: 0.4;
}

.src_group_heading h4 {
  
  text-transform: capitalize;
  font-weight: 400 !important;
}

#content-1 {
  height: 700px;
  overflow: auto;
  width: 100%;
  /* 5.4.23 */
  max-width: 100%;
  /* 5.4.23 */
}

.inner_directory_search_row.parishes_search .ado_main_search_main {
  max-width: 575px;
  width: 100%;
  margin: 0px 15px 0 0;
}

.inner_directory_search_row .select_col.adoration_az {
  width: 130px;
  margin: 0 15px 0 0;
}

.inner_directory_search_row .select_col.language_panel {
  width: calc(100% / 6);
  margin: 0 15px 0 0;
}

.parish_count {
  color: #656565;
  text-align: center;
  font-size: 20px;
  
  padding: 15px 0 40px 0;
}

.prish_data_inner_row {
  display: flex;
  justify-content: space-between;
}

.prish_data_inner_row .left_parish_date {
  width: 530px;
}

.prish_data_inner_row .right_parish_map {
  width: calc(100% - 550px);
}

#content-2 {
  height: 880px;
  overflow: auto;
}

.map_inner_wrapper {
  padding: 22px;
  /*box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.2);*/
  display: flex;
  justify-content: center;
  align-items: center;
}

.map_inner_wrapper img {
  width: 100%;
}

.inner_box_parishes {
 overflow: hidden;
    border-radius: 8px;
    padding: 16px 22px;
    border: 1px solid #dfdfdf;
    box-shadow: unset;
    margin: 10px 10px 15px 10px;
}

.inner_box_parishes a,
.inner_box_parishes a:hover,
.inner_box_parishes a:focus {
  display: block;
  /*  */
  font-size: 20px;
  color: #000;
  margin: 0 0 0px 0;
  text-decoration: none;
}

.inner_box_parishes .parishes_place_content {
  
  font-size: 18px;
  display: block;
}

#content-2 .mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
  background-color: rgba(0, 0, 0, 0.4) !important;
  border-radius: 10px !important;
  width: 10px;
}

#content-2 .mCSB_scrollTools .mCSB_draggerRail {
  width: 0px !important;
  display: none !important;
}

.directory_hover_slider {
  overflow: hidden;
  position: relative;
}

.slider_banner_wrapper {
  position: absolute;
  height: 100vh;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.slider_banner_wrapper .slider_panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
}

.slider_banner_wrapper .slider_panel.active {
  opacity: 1;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
}

.slider_banner_wrapper .slider_panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider_link_wrapper {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 300;
}

.slider_link_wrapper ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0;
  margin: 0;
}

.slider_link_wrapper ul li {
  margin-bottom: 30px;
}

.slider_link_wrapper ul li a {
  text-decoration: none;
  color: #ffffff;
  font-size: 35px;
  line-height: 45px;
  
  padding-bottom: 4px;
  
  text-transform: uppercase;
  position: relative;
  text-align: center;
  display: block;
}

.slider_link_wrapper ul li a:after {
  content: '';
  width: 0;
  height: 3px;
  background-color: #ffffff;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.5s ease-in-out;
}

.slider_link_wrapper ul li a:hover:after,
.slider_link_wrapper ul li a.active:after {
  width: 100%;
}

.popular_page_row {
  display: flex;
  width: 100%;
  margin: 0 -8px;
}

.popular_page_row_vertical {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.single_parish_storelocator {
  padding: 120px 0 50px 0;
}

.single_storelocator {
  display: flex;
  
}

.single_storelocator .single_storelocator_left {
  width: 450px;
  margin: 0 35px 0 0;
}

.single_storelocator .single_storelocator_right {
  width: calc(100% - 475px);
}

.store_location_details {
      border-radius: 8px;
    border: 1px solid #dfdfdf;
  margin: 0 0 20px 0;
}

.store_location_details .locstore_top {
  padding: 30px 32px;
  background-color: #f5f5f7;
  border-radius: 8px;
  /*box-shadow: 0 5px 10px 0 rgba(0,0,0,0.20);*/
}

.store_location_details .locstore_bottom {
  padding: 30px 32px;
  background-color: #fff;
}

.store_location_details .locstore_top h2 {
  border-bottom: 1px solid #e5e2e2;
  padding: 0 0 25px 0;
  margin: 0 0 20px 0;
  font-size: 32px !important;
  text-transform: capitalize;
  line-height: 40px;
}

.location_table {
  padding: 0 0 15px 0;
}

.location_table .local_row {
  display: flex;
  margin: 0 0 15px 0;
}

.location_table .local_row .local_icon {
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 15px 0 0;
}

.location_table .local_row .local_content {
  width: calc(100% - 45px);
  font-size: 18px;
}

.location_table .local_row .local_content a,
.location_table .local_row .local_content a:hover,
.location_table .local_row .local_content a:focus {
  color: #f1776c;
  text-decoration: none;
}

.locals_social_list {
  margin: 0 0 15px 0;
  padding: 0 5px;
}

.locals_social_list ul {
  display: flex;
  align-items: center;
  margin: 0 -5px !important;
  padding: 0 !important;
  list-style: none;
  flex-wrap: wrap;
}

.locals_social_list ul li {
  padding: 0 4px;
  
  width: 100%;
  max-width: 14%;
  margin: 0 0 10px 0;
}
.locals_social_list ul li.get_direction{
    width: 100%;
    max-width: 163px!important;
}

.locals_social_list ul li.get_direction a img {
  margin: 0 5px 0 0;
}

.locals_social_list ul li.get_direction a,
.locals_social_list ul li.get_direction a:hover,
.locals_social_list ul li.get_direction a:focus {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 156px;
  height: 44px;
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #d1d1d1;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  color: #000 !important;
}

.locals_social_list ul li.link_fb a {
  width: 100%;
  height: 45px;
  border-radius: 6px;
  background-color: #4267b2;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff !important;
  text-decoration: none !important;
}

.locals_social_list ul li.link_tw a {
  width: 100%;
  height: 45px;
  border-radius: 6px;
  background-color: #1da1f2;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff !important;
  text-decoration: none !important;
}

.locals_social_list ul li.link_mail a {
  width: 100%;
  height: 45px;
  border-radius: 6px;
  background-color: #a93338;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff !important;
  text-decoration: none !important;
}

.locals_social_list ul li.link_lnk a {
  width: 100%;
  height: 45px;
  border-radius: 6px;
  background-color: #c7a432;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff !important;
  text-decoration: none !important;
}

.pivot_data_list ul {
  padding: 0 !important;
  margin: 0 !important;
  list-style-type: none;
}

.pivot_data_list ul li {
  margin: 0 0 20px 0;
  
}

.pivot_data_list ul li .pivot_heading {
  
  font-size: 20px;
}

.pivot_data_list ul li .pivot_content {
  font-size: 18px;
}

.pivot_data_list ul li:last-child {
  margin: 0 0 0px 0;
}

.store_location_map {
  margin: 0 0 30px 0;
  padding: 22px;
  border-radius: 8px;
  border: 1px solid #dfdfdf;
}

.dir_search_result_inner.mass_store_datalist h4 {
  font-weight: 500 !important;
  
  text-transform: uppercase;
  color: #000;
}

.dir_search_result_inner.mass_store_datalist .single_member ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -16px;
  padding-left: 0px !important;
}

.dir_search_result_inner.mass_store_datalist .single_member ul li {
  
  /* width: 50%; */
  /*OMI 10/14*/
  width: 100%;
  padding: 0 16px;
  box-sizing: border-box;
/*  font-size: 20px;*/
/*OMI 10/14*/
  font-size: 17px !important;
  list-style-type: none;
/*  margin:0 0 16px 0;*/
margin:0 0 0px 0;
}
.dir_search_result_inner.mass_store_datalist .single_member ul li ul.weekly_inner_loop.nested_loop_withheader{
  margin: 0 -16px 25px -16px!important;
}

.dir_search_result_inner.mass_store_datalist
  .single_member
  ul
  li
  .weekday_label {
  margin: 0 0px 10px 0px;
  display: block;
  
}

.dir_search_result_inner.mass_store_datalist .single_member ul li ul {
  display: flex;
  margin: 0 -16px;
}

.dir_search_result_inner.mass_store_datalist .single_member ul li ul li {
  width: 100%;
}
.dir_search_result_inner.mass_store_datalist .single_member ul li ul li .loop_gray_box{
  width: 100%;
  
  background-color: #f5f5f7;
  height: 47px;
  padding: 15px;
/*  margin: 0 0 16px 0;*/
  margin: 0 0 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 6px;
}
.dir_search_result_inner.mass_store_datalist .single_member ul li ul li:last-child .loop_gray_box{
  margin: 0 0 0px 0;
}

.dir_search_result_inner.mass_store_datalist
  .single_member
  ul
  li
  ul
  li:last-child {
  margin: 0;
}

.mass_store_group {
  padding: 30px;
  border-radius: 8px;
    border: 1px solid #dfdfdf;
  margin: 0 0 30px 0;
}

.common_sort_toggle_button {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 18px;
  padding: 0 15px;
  border: 1px solid #dfdfdf;
  /*box-shadow: 1px 1px 3px -1px rgb(0 0 0 / 39%);*/
}
.common_sort_toggle_button.filter_by,
.common_sort_toggle_button.sort_by {
  border: 0px solid #dfdfdf;
}
.common_sort_toggle_button.deacons_nestoldes {
  max-width: 160px;
  width: 100%;
}

.common_sort_toggle_button .sort_azbtn .azza_btn_sort,
.common_sort_toggle_button .sort_azbtn .azza_btn_sort:hover,
.common_sort_toggle_button .sort_azbtn .azza_btn_sort:focus {
  background-color: transparent !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 72px;
  padding: 0 5px 0 15px;
  outline: none;
  border: none !important;
  font-size: 20px;
}

.common_sort_toggle_button .sort_azbtn {
  width: 100%;
}

.common_sort_toggle_button .sort_azbtn .azza_btn_sort .sort_azbtn_icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 15px 0 0;
}

.common_sort_toggle_button
  .sort_azbtn
  .azza_btn_sort
  .sort_azbtn_icon
  .arrow_up {
  font-size: 35px;
  position: absolute;
  top: -21px;
  color: #d1d1d1;
}

.common_sort_toggle_button
  .sort_azbtn
  .azza_btn_sort
  .sort_azbtn_icon
  .arrow_up.active {
  color: #000;
}

.common_sort_toggle_button
  .sort_azbtn
  .azza_btn_sort
  .sort_azbtn_icon
  .arrow_down {
  font-size: 35px;
  position: absolute;
  bottom: -25px;
  color: #d1d1d1;
}

.common_sort_toggle_button
  .sort_azbtn
  .azza_btn_sort
  .sort_azbtn_icon
  .arrow_down.active {
  color: #000;
}

.sort_by_cate {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 18px;
  padding: 0 15px;
  box-shadow: 1px 1px 3px -1px rgb(0 0 0 / 39%);
}

.sort_by_cate .sort_by_catebtn {
  width: 100%;
  padding: 0 0px 0 0;
}

.sort_by_cate .srt_catnbt,
.sort_by_cate .srt_catnbt:hover,
.sort_by_cate .srt_catnbt:focus {
  background-color: transparent !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 72px;
  padding: 0 0px 0 0px;
  outline: none;
  border: none !important;
  
  color: #000;
  text-decoration: none !important;
  font-size: 1.25rem;
}

.sort_by_cate .srt_catnbt .catncount {
  display: flex;
  width: 25px;
  height: 25px;
  background-color: #9aaea3;
  color: #fff;
  font-size: 14px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 15px;
}

.sort_by_cate .srt_catnbt .sortby_icon {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.adoration_catby {
  position: relative;
}

.inner_directory_search_row .select_col.adoration_azzato {
  width: calc(56% / 4);
  margin: 0 15px 0 0;
}
.inner_directory_search_row .select_col.deconsort_day {
      width: 100%;
    margin: 0 15px 0 0;
    display: flex;
    align-items: center;
    max-width: 280px;
}
.inner_directory_search_row .select_col.deconsort_day .common_sort_toggle_button{
  width: 100%;
}
.common_sort_toggle_button .sort_azbtn select{
       border: none;
    outline: none;
    font-size: 22px;
    height: 75px;
    
    border-radius: 23px;
    background-color: transparent;
}
.common_sort_toggle_button .sort_azbtn select option{
  
}
.sort_platform_body_wrapper {
  width: 420px;
  box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  padding: 25px 20px;
  position: absolute;
  top: 75px;
  left: 0;
  z-index: -30;
  background-color: #fff;
  
  opacity: 0;
  visibility: hidden;
  height: 0;
  transform: translate(0px, -50px);
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  overflow: hidden;
}

.sort_platform_body_wrapper.active_sort_body {
  opacity: 1;
  visibility: visible;
  height: auto;
  z-index: 30;
  transform: translate(0px, 0px);
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
}

/* Checkbox for sort */
.sort_container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.sort_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.sort_container .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 2px solid #cfcfcf;
}

/* On mouse-over, add a grey background color */
.sort_container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.sort_container input:checked ~ .checkmark {
  background-color: var(--wp--preset--color--secondary);
  border: 2px solid #f1766b;
}

/* Create the checkmark/indicator (hidden when not checked) */
.sort_container .checkmark:after {
  content: '';
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.sort_container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.sort_container .checkmark:after {
  left: 5px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.inner_directory_search_row .select_col.adoration_catby {
  max-width: calc(70% / 4);
  margin: 0 15px 0 0;
}

.top_sort_search {
  margin: 0 0 10px 0;
  position: relative;
}

.top_sort_search input[type='text'] {
  width: 100% !important;
  border-radius: 6px !important;
  background-color: #ebebeb !important;
  height: 50px !important;
  box-sizing: border-box;
  padding-right: 45px;
}

.top_sort_search .brd_comm_all_select {
  display: inline-flex;
}

.filter_clear_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0 5px 0;
  padding: 0 22px 0 0;
}

.filter_clear_wrapper a,
.filter_clear_wrapper a:hover,
.filter_clear_wrapper a:focus {
  
  color: #000;
  text-decoration: none !important;
  font-size: 1.25rem;
  text-decoration: none;
  outline: none;
  border: none;
}

.sort_platform_body_wrapper .top_sort_search span {
  position: absolute;
  top: 15px;
  right: 11px;
  cursor: pointer;
  background-color: #666464;
  color: #fff;
  font-size: 14px;
  width: 24px;
  height: 24px;
  line-height: 21px;
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
}

.temporary_list_check ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.temporary_list_check ul li {
  display: flex;
  padding: 0 0 20px 0;
  
  font-size: 18px;
}

.temporary_list_check ul li .check_wrapper {
  margin: 0 10px 0 0;
}

.temporary_list_check ul li .chck_cat_title {
  
  font-size: 18px;
  font-weight: 500;
}

#contentSortcat .mCSB_scrollTools .mCSB_draggerRail {
  width: 0px !important;
  display: none !important;
}

#contentSortcat .mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
  background-color: rgba(0, 0, 0, 0.4) !important;
  border-radius: 10px !important;
  width: 10px;
}

#contentSortcat {
  /*height:300px;*/
  overflow: auto;
  min-height: 0px;
  max-height: 300px;
}

.translater_box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.translater_box span {
  background-color: transparent;
  color: #9aaea3;
  font-size: 22px;
  line-height: 28px;
  
  border: 0;
  padding: 0 10px;
  text-transform: capitalize;
}

body.single-ministry .entry-content.single_ministry {
  padding: 120px 0 80px 0;
}

body.body_font_helvetica .ministry_post_status .status {
  color: #000;
  background-color: #fff;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  border:2px solid #000;
  padding: 3px 18px;
  font-size: 15px;
  
  transition: 0.3s;
}
body.body_font_helvetica .ministry_post_status .status:hover {
  background: #000;
  color: #fff;
}
body.body_font_helvetica .inner-page .entry-header.custom-entry-header p {
  
}

body.single-ministry p,
body.single-ministry ul li,
body.single-ministry ul li a,
body.single-ministry ol li,
body.single-ministry ol li a,
body.single-ministry p a,
body.single-ministry a,
body.all-services ul li,
body.single-ministry .entry-content p {
  
}

body.protect-report-page .protect-report-intro p {
  
}

/*** Directory all css MassAdoration Css ****/

/*-------1.4.23--------*/
.advent_page .entry-content {
  padding: 0 0 0 0 !important;
}

.white_text_color h3 {
  color: #fff !important;
}

/*----------*/
.sech_count_wrapper {
  width: 26px;
  display: block;
  padding: 0 10px 0 0;
  margin-right: 15px;
}

/** New KC to ELEM CSS 060423 ****/
.list_style_global ul {
  list-style-type: none;
  margin: 0 !important;
  padding: 0;
}

.list_style_global ul li {
  line-height: 20px;
  margin: 0 0 0px 0 !important;
}

.list_style_global ul li a {
  color: #9aaea3;
  font-size: 20px;
  line-height: 22px;
  
  margin: 0 !important;
  padding: 0 !important;
  font-weight: 600;
}

.list_style_global.list_global_bold ul li a {
  font-family: 'Helvetica Neue Bold' !important;
}

.heading_size_control h2,
.heading_size_control h3,
.heading_size_control h4,
.heading_size_control h5,
.heading_size_control h6 {
  font-size: 45px !important;
  line-height: 52px;
  text-decoration: none !important;
  text-transform: capitalize !important;
  margin-bottom: 22px !important;
}

.heading_capitalized_control h2,
.heading_capitalized_control h3,
.heading_capitalized_control h4,
.heading_capitalized_control h5,
.heading_capitalized_control h6 {
  text-transform: capitalize !important;
}

.global_elemaccor_wrapper {
  margin: 55px 0 120px 0;
}

.global_elemaccor_wrapper .elementor-tab-title {
  border: 1px solid #e0e0e0 !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.global_elemaccor_wrapper .elementor-tab-title a {
  font-size: 15px !important;
}

.global_elemaccor_wrapper .elementor-tab-content {
  border: 1px solid #e0e0e0 !important;
  border-top: 0 !important;
}

.breadcrumbs-list span span,
.breadcrumbs-list span span a,
.breadcrumbs-list span span.breadcrumb_last {
  color: #fff !important;
  
}
 
.breadcrumbs-list.ecumenism span span,
.breadcrumbs-list span span a,
.breadcrumbs-list span span.breadcrumb_last {
/*  color: yellow!important;*/
/*margin-top: 50px !important;*/
  
}
.global_elemaccor_wrapper
  .elementor-tab-title.elementor-active
  .elementor-accordion-icon
  .elementor-accordion-icon-opened {
  display: flex !important;
  justify-content: flex-end;
  align-items: center;
  color: #333;
}

.global_elemaccor_wrapper
  .elementor-tab-title.elementor-active
  .elementor-accordion-icon
  .elementor-accordion-icon-closed {
  display: none !important;
  justify-content: flex-end;
  align-items: center;
  color: #333;
}

.global_elemaccor_wrapper
  .elementor-tab-title
  .elementor-accordion-icon
  .elementor-accordion-icon-opened {
  display: none !important;
  justify-content: flex-end;
  align-items: center;
  color: #333;
}

.global_elemaccor_wrapper
  .elementor-tab-title
  .elementor-accordion-icon
  .elementor-accordion-icon-closed {
  display: flex !important;
  justify-content: flex-end;
  align-items: center;
  color: #333;
}

.global_elemaccor_wrapper
  .elementor-tab-title
  .elementor-accordion-icon
  .elementor-accordion-icon-opened
  i,
.global_elemaccor_wrapper
  .elementor-tab-title
  .elementor-accordion-icon
  .elementor-accordion-icon-closed
  i {
  color: #8d8d8d !important;
}

.global_elemaccor_wrapper .elementor-accordion-item {
  margin: 0 0 22px 0 !important;
}

/** New KC to ELEM CSS 060423 End ****/

/* css 28-04-2023 start */
.adoration_time .common_select_wrapper {
  height: 70px;
  position: relative;
}

.adoration_time .common_select_wrapper span.select2 {
  margin: 0 !important;
  position: absolute;
  width: calc(100% - 40px) !important;
  height: 100%;
  top: 0;
  left: 40px;
}

.adoration_time .common_select_wrapper span.select2 span.selection {
  height: 100%;
  display: block;
}

.adoration_time
  .common_select_wrapper
  span.select2.select2-container--default
  span.selection
  .select2-selection--single {
  height: 100%;
  background-color: transparent;
  border: none;
  display: flex;
  align-items: center;
  
  font-size: 20px;
}

.adoration_time
  .common_select_wrapper
  span.select2.select2-container--default
  span.selection
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-top-color: #000;
  border-width: 5px;
}

.adoration_time
  .common_select_wrapper
  span.select2.select2-container--default
  span.selection
  .select2-selection--single
  .select2-selection__arrow {
  right: 0;
    margin: 0;
    padding: 0 34px 0 0;
}

/* css 28-04-2023 end */

.padding_60{
  padding:60px 0 !important;
}

/** 08-05-23 ***/
.decon_src_outer_box{
    overflow: hidden;
   border-radius: 8px;
    padding: 16px 22px;
    border: 1px solid #dfdfdf;
    /*box-shadow: 0 1px 12px 0 rgba(0,0,0,0.40);*/
    margin: 10px 10px 15px 10px;
}
.dcon_inner_box h2{
  text-decoration: none;
  text-transform: capitalize!important;
  
  font-size: 26px!important;
  margin: 0 0 10px 0;
      line-height: 30px;
}
/*------5.5.23-N2M2-N2RCBO------*/
.padding_60{
  padding: 30px 0 0 0 !important;
}

body.single-ministry ul.no_list_bot_pad li ul{
  padding-bottom: 0px !important;
}
.center_text{
  text-align: center;
}
/*body.postid-4740 .elementor-tab-content ul li{
  color: #000;
  font-size: 18px;
  line-height: 24px;
    margin-bottom: 15px;
}*/
.custom-slick-faq-section-new .elementor-tab-content p, .custom-slick-faq-section-new .elementor-tab-content ul li, .custom-slick-faq-section-new .elementor-tab-content ol li{
  color: #000 !important;
  font-size: 18px !important;
  line-height: 24px !important;
    margin-bottom: 15px !important;
}

body.postid-4740 .elementor-tab-content ul{
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}
body.postid-4740 .custom-slick-faq-section-new .elementor-widget-accordion .elementor-accordion-title{
/*  padding-top: 0px !important;*/
}

body.postid-4740 .custom-slick-faq-section-new h2{
  padding-top: 0px;
}

/*-----office-contact----*/
.office_contact_wrapper{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 60px 0;
}
.office_contact_wrapper h2{ 
  text-align: center;
  font-size: 35px !important;
  display: block;
  width: 100%;
  text-transform: capitalize;
}
.off_add_wpar{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.off_add_box{
  width: 33%;
  text-align: center;
  margin-bottom: 25px;
}
.off_add_box p img{
  display: unset;
}
.off_add_box h3{
  font-size: 28px;
  margin-bottom: 10px;
  line-height: 35px;
}
.off_add_box p{
  font-size: 19px;
  line-height: 25px;
  margin-bottom: 5px;
}
.content-outer-box{
  width: 100%;
}
.pagination_support{
  margin-bottom: 20px;
}


/*----------*/
/*------11.5.23-N2M2-N2RCBO------*/
.padding_60{
  padding: 30px 0 0 0 !important;
}

body.single-ministry ul.no_list_bot_pad li ul{
  padding-bottom: 0px !important;
}
.center_text{
  text-align: center;
}
/*body.postid-4740 .elementor-tab-content ul li{
  color: #000;
  font-size: 18px;
  line-height: 24px;
    margin-bottom: 15px;
}*/
.custom-slick-faq-section-new .elementor-tab-content p, .custom-slick-faq-section-new .elementor-tab-content ul li{
  color: #000 !important;
  font-size: 18px !important;
  line-height: 24px !important;
    margin-bottom: 15px !important;
}

body.postid-4740 .elementor-tab-content ul{
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}
body.postid-4740 .custom-slick-faq-section-new .elementor-widget-accordion .elementor-accordion-title{
/*  padding-top: 0px !important;*/
}

body.postid-4740 .custom-slick-faq-section-new h2{
  padding-top: 0px;
}

/*-----office-contact----*/
.office_contact_wrapper{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 60px 0;
}
.office_contact_wrapper h2{ 
  text-align: center;
  font-size: 35px !important;
  display: block;
  width: 100%;
  text-transform: capitalize;
}
.off_add_wpar{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.off_add_box{
  width: 33%;
  text-align: center;
  margin-bottom: 25px;
}
.off_add_box p img{
  display: unset;
}
.off_add_box h3{
  font-size: 28px;
  margin-bottom: 10px;
  line-height: 35px;
}
.off_add_box p{
  font-size: 19px;
  line-height: 25px;
  margin-bottom: 5px;
}

body.postid-4740 .elementor-tab-content ol li{
  color: #000;
  font-size: 18px;
  line-height: 24px;
    margin-bottom: 15px;
}
/*----------*/
/*--------15.2.23--------*/
body .BBFormContainer .BBFormFieldLabel, body .BBFormContainer .BBFormSelectList , body .BBFormContainer .BBFormTextbox  {
  font-size: 18px !important;
}

body .BBFormContainer #bboxdonation_btnSubmit {
  font-size: 20px;
  padding: 8px 30px 10px;
  line-height: 27px;
}
/**** 06-03-23 ******/
.generic-banner-title-panel .banner-title-wrap-oc h1.banner-title{
  color: #fff!important
}
.generic-banner-title-panel .banner-subtitle-wrap-oc h1.banner-subtitle{
  color: #fff!important;
  
    font-weight: 300 !important;
    font-style: italic!important;
    text-transform: capitalize!important;
}
.search_res_wrapper form{
     width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
}
.search_res_wrapper form .ep-autosuggest-container{
  width: 90%;
}
.search_res_wrapper form .ep-autosuggest-container input[type="search"]{
  width: 100%;
  
}
.ep-search-modal{
  z-index: 99999999!important;
}
/*----------*/
body.young-adult-ministry .entry-content.single_ministry {
  padding: 0px 0 80px 0;
}
body.office-for-family-life .addtoany_shortcode{
  display:none;
}
body.single-ministry.header-gap-wrapper .entry-content.single_ministry {
    padding: 0px 0 80px 0!important;
}

/*------- 12th May 23 ---------*/
.adoration_time .select2-container--open .select2-dropdown {
    background-color: #fff;
    border: 1px solid #d1d1d1;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.40);
    margin: 34px 0 0 0!important;
    width: 200px!important;
    left: -27px!important;
}
.adoration_time .select2-container--default .select2-search--dropdown .select2-search__field {
    margin: 0;
    background-color: #d1d1d1;
    border-color: #1f1f1f;
    border-radius: 3px;
    color: #000!important;
    
}
.search-box-section .container{
/*  max-width: 1680px;*/ /*-- 5.6.23 --*/
  max-width: 1470px;
    padding: 0 15px;
    margin: 0 auto;
    width: 100%;
}
.elastick_search .search_res_wrapper .search-form{
      display: flex;
    align-items: center;
    flex-wrap: unset;
}
.elastick_search .search_res_wrapper .search-form label{
  max-width: unset;
    width: auto;
    margin: 0px 15px 0 0!important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-family: 'Helvetica Neue Bold' !important;
    font-size: 18px;
    color: #656565;
    padding: 0;
    display: none!important;
}
.elastick_search .search_res_wrapper .ep-autosuggest-container{
      max-width: unset;
    width: 100%;
    margin: 0px 15px 0 0;
}
.elastick_search .search_res_wrapper .ep-autosuggest-container input[type='search']{
      width: 100% !important;
    background-color: #fff !important;
    border-radius: 18px;
    padding-left: 25px !important;
    padding-top: 0px !important;
    /* width: 90%; */
    -webkit-box-shadow: 1px 1px 3px -1px rgb(0 0 0 / 39%);
    -moz-box-shadow: 1px 1px 3px -1px rgba(0, 0, 0, 0.39);
    box-shadow: 1px 1px 3px -1px rgb(0 0 0 / 39%);
    border: none;
    outline: none;
    height: 70px;
    
    /* font-family: 'Poppins', sans-serif !important; */
    padding-bottom: 0px !important;
    color: #656565;
    font-size: 20px;
    font-weight: 500;
}
.elastick_search .search_res_wrapper .ep-autosuggest-container input[type='search']::-webkit-input-placeholder { /* Edge */
  font-weight: 700;
}

.elastick_search .search_res_wrapper .ep-autosuggest-container input[type='search']:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-weight: 700;
}

.elastick_search .search_res_wrapper .ep-autosuggest-container input[type='search']::placeholder {
  font-weight: 700;
}
.elastick_search .search_res_wrapper input[type='submit']{
  background-color: #363636!important;
    border-radius: 35px!important;
    /* margin-right: 10px; */
    margin-left: 10px !important;
    background-image: none;
    padding-left: 10px!important;
    padding-right: 10px!important;
    width: 90px!important;
    height: 65px!important;
    /* content: "\f002"; */
    font-size: 0px!important;
    background: url(../images/search-icon.jpg) no-repeat center center #363636;
    background-size: 30px!important;
    border: none!important;
    cursor: pointer!important;
}
.elastick_search .search_res_wrapper .ep-autosuggest ul{
  padding: 15px 0!important;
}
.elastick_search .search_res_wrapper .ep-autosuggest ul li a{
  
  font-size: 18px!important;
  padding: 8px 20px!important;
  font-weight: 700;
}
.elastick_search .search_res_wrapper .ep-autosuggest ul li a:hover{
  text-decoration: none;
}
.search-box-section.elastick_search .container {
    max-width: 1470px;
    padding: 0 15px;
    margin: 0 auto;
    width: 100%;
}
.search-box-section.elastick_search{
  margin-top: 25px;
}
.search-box-section.elastick_search {
    padding: 40px 0px;
    /* margin-top: 37px; */
    margin-bottom: 50px;
}
.search-container.newelastic_search_wrapper h3{
  margin-bottom: 25px!important;
}
.ep-search-modal .ep-search-modal__content .ep-search-modal__close,
.ep-search-modal .ep-search-modal__content .ep-search-modal__close:hover,
.ep-search-modal .ep-search-modal__content .ep-search-modal__close:focus{
    margin: 40px 33px 40px 0!important;
    border-radius: 30px;
    background-color: #f5f5f7!important;
    height: 40px!important;
    display: flex;
    align-items: center;
    justify-content: center;
    
    font-size: 22px!important;
    outline: none!important;
    border:none!important;
    cursor: pointer!important;
}
.ep-search-page__header{
      background-color: #f5f5f7;
    padding: 40px 50px;
    position: relative;
    margin: 0 40px 50px 40px;
}
.ep-search-page__header .ep-search-toolbar{
  margin: 0!important;
}
.ep-search-page__header .ep-search-toolbar .ep-search-tokens .ep-search-small-button{
  margin: 20px 12px 0px 0!important;
    border-radius: 30px;
    background-color: #e3e3e3!important;
    height: 40px!important;
    display: flex;
    align-items: center;
    justify-content: center;
    
    font-size: 22px!important;
    outline: none!important;
    border: none!important;
}
.ep-search-page__header input.ep-search-input{
      width: 100% !important;
    background-color: #fff !important;
    border-radius: 18px;
    padding-left: 75px !important;
    padding-top: 0px !important;
    /* width: 90%; */
    -webkit-box-shadow: 1px 1px 3px -1px rgb(0 0 0 / 39%);
    -moz-box-shadow: 1px 1px 3px -1px rgba(0, 0, 0, 0.39);
    box-shadow: 1px 1px 3px -1px rgb(0 0 0 / 39%);
    border: none;
    outline: none;
    height: 70px;
    
    /* font-family: 'Poppins', sans-serif !important; */
    padding-bottom: 0px !important;
    color: #656565;
    font-size: 20px;
    font-weight: 500;
    position: relative;
}
.ep-search-page__header{
  position: relative;
}
.ep-search-page__header:after{
  color: #333;
    position: absolute;
    left: 70px;
    top: 79px;
    transform: translateY(-50%);
    transition: all 0.5s ease-in-out;
    font-size: 28px;
    line-height: 12px;
    font-family: 'Material Icons Outlined';
    content: "\e8b6";
}
.ep-search-page__body{
      margin: 0 40px 0 33px!important;
    padding: 0!important;
}
.ep-search-sidebar {
    max-height: calc(100% - 1em);
    min-width: 25%;
    overflow-y: auto;
    box-shadow: 0 1px 10px 0 rgba(0,0,0,0.50);
    border-radius: 6px;
    border: none!important;
    margin-top: 10px;
    margin-left: 7px;
}
.ep-search-panel{
  border:none!important;
}
.ep-search-panel__content ul li .ep-search-checkbox input[type='checkbox']{
  border-color: #dfdfdf!important;
}
.ep-search-panel__content ul li .ep-search-checkbox label{
  
  font-size: 20px!important;
}
.ep-search-panel__content .ep-search-small-button,
.ep-search-panel__content .ep-search-small-button:hover,
.ep-search-panel__content .ep-search-small-button:focus{
  background-color: #f1766b!important;
  border-radius: 35px!important;
  color: #fff!important;
  
  font-size: 20px!important;
  border:2px solid #f1766b!important;
}
.ep-search-results__header .ep-search-sort select{
  width: 100% !important;
    background-color: transparent !important;
    border-radius: 18px;
    padding-left: 25px !important;
    padding-top: 0px !important;
    /* width: 90%; */
    -webkit-box-shadow: 1px 1px 3px -1px rgb(0 0 0 / 39%);
    -moz-box-shadow: 1px 1px 3px -1px rgba(0, 0, 0, 0.39);
    box-shadow: 1px 1px 3px -1px rgb(0 0 0 / 39%);
    border: none;
    outline: none;
    height: 70px;
    
    /* font-family: 'Poppins', sans-serif !important; */
    padding-bottom: 0px !important;
    color: #656565;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    z-index: 20;
    -webkit-appearance: none!important;
    -moz-appearance: none!important;
    appearance: none!important;
}
.ep-search-results__header .ep-search-sort{
  position: relative;
}
/*.ep-search-results__header .ep-search-sort:after{
      color: #333;
    position: absolute;
    right: 6px;
    top: 39px;
    transform: translateY(-50%);
    transition: all 0.5s ease-in-out;
    font-size: 28px;
    line-height: 12px;
    font-family: 'Material Icons Outlined';
    content: "\e5cf";
}*/
.ep-search-results__header .ep-search-sort .ep-search-sort__label{
  
    font-size: 20px!important;
    max-width: 96px;
    width: 100%;
    color: #656565;
    font-weight: 700;
}
.ep-search-result{
      box-shadow: 1px 1px 10px -1px rgb(0 0 0 / 39%);
      border-radius: 10px!important;
}
.ep-search-result__header .ep-search-result__type{
  background-color: var(--wp--preset--color--secondary);
  color: #fff!important;
  
    font-size: 15px!important;
    border-radius: 0!important;
}
.ep-search-result__header .ep-search-result__title{
    font-size: 26px!important;
    text-transform: capitalize;
    font-weight: 700;
    display: block;
    line-height: 13px;
    margin: 15px 0 0 0;
}
.ep-search-result__header .ep-search-result__title a,
.ep-search-result__header .ep-search-result__title:hover a,
.ep-search-result__header .ep-search-result__title:focus a{
  color: #000;
  font-weight: 700;
  text-decoration: none;
  text-transform: capitalize;
  line-height: 36px;
}
.ep-search-result p{
  
    font-size: 20px!important;
}
.ep-search-results .ep-search-results__header h1{
  text-transform: capitalize!important;
}
/*.ep-search-result.null{
  display: flex;
}*/
.ep-search-result.null .ep-search-result__header{
  padding: 0 25px
}
.ep-search-result.null p{
  padding: 0 25px;
}
.ep-search-pagination .ep-search-pagination__previous button,
.ep-search-pagination .ep-search-pagination__previous button:hover,
.ep-search-pagination .ep-search-pagination__previous button:focus,
.ep-search-pagination .ep-search-pagination__next button,
.ep-search-pagination .ep-search-pagination__next button:hover,
.ep-search-pagination .ep-search-pagination__next button:focus{
  background-color: var(--wp--preset--color--secondary);
  height: 45px;
  border-radius: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  
    font-size: 20px!important;
    border: 2px solid #f1766b;
}
.ep-search-pagination .ep-search-pagination__count{
  
    font-size: 20px!important;
}
.ep-search-result__thumbnail{
  border-radius: 10px 0 0 10px!important;
}

.ep-search-result__description .readmoreclass{
  display: table;
text-decoration: none;
font-size: 16px;
padding: 10px 22px !important;
margin-top: 15px;

text-transform: capitalize;
}
/*** New Rev Slider css ****/
.mainslider_module rs-slides rs-slide{
  display: flex!important;
  justify-content: center!important;
  align-items: center!important;
  flex-direction: column!important;
}
/*** New Rev Slider css end ****/

/*------Tabs------*/

.active_tab{
/*        display: block;*/
    }
    .hide_tab{
        display: none;
    }
    
    .active_tab{
        color: red;        
    }
    .mass_addor_conf_search_result ul{
/*      width: 100%;*/
      display: flex;
      /*flex-wrap: wrap;*/
      margin-left: 65px;
      min-height: 44px;
    }
    .mass_addor_conf_search_result ul li{
      list-style: none;      
      /*margin-right: 8px;*/
      position: relative;
      padding: 0 4px;
      width: 33.33%;
    }
    .mass_addor_conf_search_result ul li a{
      color: #616163;
      text-decoration: none;
      background-color: #dfdfdf;
      padding: 18px 40px;
      
      border: 1px solid #dfdfdf;
      border-radius: 16px 16px 0 0;
      font-size:20px;
      border-bottom: none;
      font-weight: 400;
/*      transition: all ease-in-out 0.5s;*/
      /*position: relative;
      bottom: -17px;*/
      text-align: center;
    }
    .mass_addor_conf_search_result ul li:hover{
      background-color: #fff;
    }
    .mass_addor_conf_search_result ul li a.active_tab{
/*      bottom: 0px;*/
      background-color: var(--wp--preset--color--secondary);
      color: #fff;
      border-bottom: 1px solid #fff;
    }

    /*--------------*/
    .margin_bot_60px{
      margin-bottom: 60px;
    }
    .language_panel{
      position: relative;
    }
    .search_filter_reset_btn{
          position: absolute;
        color: #000;
        background: none !important;
        border: none;
        right: 8px;
        font-size: 15px !important;
        
        font-weight: bold !important;
        bottom: -40% !important;
        text-decoration: none;
        display: flex;
        align-items: center;
    }
    .search_filter_reset_btn span{
      margin: 0 5px 0 0;
    }
    /*.search_filter_reset_btn:before{
      content: "highlight_off";
      position: absolute;
      font-family: 'Material Icons';
      font-size: 17px;
      right: 62px;
      font-weight: normal;
      top: 0px;
    }*/
    .search_filter_reset_btn:focus{
      outline: none !important;
    }
    .search_filter_reset_btn:hover{
      border: none !important;
      color: var(--wp--preset--color--secondary);
    }
   
   /*---------------*/
/* Hispanic ministry  */
  .clergy_list_wrapper .ministry_cat_inner_wrap.ministry-row-new.hispanic-ministry .ministry_cat_col-inner .hispanic-ministry-post-title {
    align-items: end !important;
    padding-bottom: 40px;
    border-radius: 5px;
}
.clergy_list_wrapper .ministry-row-new{
  justify-content: center;
}
  .clergy_list_wrapper{
    padding-top: 150px;
  }
  .clergy_list_wrapper .ministry_cat_inner_wrap.ministry-row-new .ministry_cat_col-inner .kc_single_image{
    height: 285px;
  }
   .clergy_list_wrapper .ministry_cat_inner_wrap .ministry_cat_col-inner .kc_single_image img{
    opacity: 1.0 !important;
  }
    body.page-template-page-mass_adoration_confessions .breadcrumbs-list {
         
    }
  body.page-template-page-mass_adoration_confessions .breadcrumbs-list a{
    color: #fff !important;
    text-decoration: none !important;
  }
  /******* 19th May Search ************/
  .inner_directory_search_row.decon_clergy_priests_wrapper .ado_main_search_main {
    max-width: unset;
    width: 100%;
    margin: 0px 15px 0 0;
    position: relative;
    border-radius: 18px;
    display: flex;
    align-items: center;
}
.inner_directory_search_row.decon_clergy_priests_wrapper .select_col.deconsort_day {
    width: 100%;
    margin: 0 15px 0 0;
    display: flex;
    align-items: center;
    max-width: 280px;
}
.inner_directory_search_row.decon_clergy_priests_wrapper .common_sort_toggle_button.deacons_nestoldes {
    max-width: 160px;
    width: 100%;
}
.inner_directory_search_row.mass_adoration_wrapper .adoration_panel{
    width: 100%;
    margin: 0 15px 0 0;
    max-width: 160px;
}
.inner_directory_search_row.mass_adoration_wrapper .adoration_day   {
    width: 100%;
    margin: 0 15px 0 0;
    max-width: 190px;
}
.inner_directory_search_row.mass_adoration_wrapper .adoration_time{
    width: 100%;
    margin: 0 15px 0 0;
    max-width: 190px;
}
.inner_directory_search_row.mass_adoration_wrapper .language_panel{
    width: 100%;
    margin: 0 15px 0 0;
    max-width: 260px;
}
.inner_directory_search_row.mass_adoration_wrapper .ado_main_search_main {
    max-width: 460px;
    width: 100%;
    margin: 0px 2px 0 0;
}
.common_sort_toggle_button.selectbox_p0{
  padding: 0!important;
}

.common_sort_toggle_button.selectbox_p0 select {
    border: none;
    outline: none;
    width: 100%;
    padding: 0 16px;
}

.common_select_wrapper.selectbox_p0{
  padding: 0!important;
}
.common_select_wrapper.selectbox_p0 select {
    border: none;
    outline: none;
    width: 100%;
    padding: 0 16px;
}
.common_select_wrapper.selectbox_icon_p0{
      padding: 0 0px 0 15px;
}
.common_select_wrapper.selectbox_icon_p0 select {
    border: none;
    outline: none;
    width: 100%;
    padding: 0 16px;
}
.gm-style-iw.gm-style-iw-c{
  max-width: 410px !important;
  min-width: 280px!important;
}
.wpsl-locations-details span{
      font-size: 22px;
    display: block;
    width: auto;
     
    margin: 0 20px 0 0;
}
.wpsl-locations-details .wpsl-location-address{
  margin: 10px 0 10px 0;
  font-size: 16px;
}
.wpsl-locations-details .wpsl-location-address span{
  font-size: 16px!important;
  display: inline-block!important;
  width: auto!important;
   margin: unset;
}
.wpsl-locations-details  .wpsl-contact-details{
  font-size: 16px!important;
  margin: 0!important;
}
.wpsl-locations-details  .wpsl-contact-details span{
  font-size: 16px!important;
  display: inline-block!important;
  width: auto!important;
  margin: 5px 0 2px 0;
}
.wpsl-locations-details  .wpsl-contact-details a,
.wpsl-locations-details  .wpsl-contact-details span a{
  font-size: 16px!important;
}
.wpsl-locations-details  .wpsl-contact-details span a{
  margin: 0!important;
  display: block;
  width: 100%;
}
.wpsl-locations-details  .wpsl-contact-details a{
  margin: 5px 0 0 0;
  display: inline;
  width: 100%;
}
.gm-ui-hover-effect {
  opacity: .8;
  margin: 6px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 28px !important;
  height: 28px !important;
}
.gm-ui-hover-effect span{
  width: 20px!important;
    height: 20px!important;
    margin: 1px 2px 0 0!important;
}
/*-------School-Lists-------*/
.parish_school_wrapper .inner_box_parishes{
  transition: all ease-in-out 0.4s;
}
.parish_school_wrapper .inner_box_parishes a{
  transition: all ease-in-out 0.4s;
}
.parish_school_wrapper .inner_box_parishes a span{
  display: block;
  padding-top: 10px;
  transition: all ease-in-out 0.4s;
  margin: unset;
}
.parish_school_wrapper .inner_box_parishes:hover{
  background-color: #f0f0f0;
  /*box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.4);*/
}
.parish_school_wrapper .inner_box_parishes:hover a{
  color: #9aaea3;
}
.parish_school_wrapper .inner_box_parishes:hover a span{
  color: #333;
/*  font-weight: bold;*/
margin: unset;
}
.parish_school_lists_content{
  height: 880px !important;
  overflow: auto !important;
}
.term-schools .result_count_container{
  padding-bottom: 80px;
}
.parish_school_wrapper{
   /*height: 880px !important;
  overflow: auto !important;*/
}
/*----------------*/
body.single-ministry .site-footer ul li{
  
}
body.single-ministry .site-footer ul li a{
  
}
body.single-ministry .site-footer p a{
  
}
body.single-ministry .site-footer p{
  
}
body.single-ministry .site-footer .footer-menu-col ul.footer_give_serve_menu li:nth-last-child(2) a, body.single-ministry .site-footer .footer-menu-col ul.footer_give_serve_menu li:nth-last-child(1) a {
  font-size: 18px;
  line-height: 24px;
  font-family: 'Helvetica Neue Bold' !important;
  text-transform: uppercase;
  color: #ffffff;
}
body.term-schools .search-box-section .container{
  width: 1470px !important;
}
body.term-schools .dir_search-wrapper{
  padding-left: 0px !important;
  padding-right: 0px !important;
}
body.term-schools .inner_directory_search_row.decon_clergy_priests_wrapper .select_col.deconsort_day{
  max-width: 340px !important;
}
.parish_data_search{
  position: relative;
}


.overlay {
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        /*position: fixed;*/
        position: absolute;
        display: none;
        background: #4b4846cc;
       z-index: 100;
    }

    .overlay__inner {
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 999999!important;
    }

    /*.overlay__content {
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
    }*/

    .overlay__content {
           left: 0!important;
    position: sticky!important;
    top: 50%!important;
    transform: unset!important;
    width: 100%;
    justify-content: center;
    display: flex;
    right: 0;
    }

    .overlay__content .loader-txt {
        display: none;
        font-size: 30px;
        margin: 0 0 15px 0;
        font-weight: bold;
    }

    .overlay__content .spinner {
        width: 75px;
        height: 75px;
        display: inline-block;
        border-width: 4px;
        border-color: rgba(202, 106, 20, 0.05);
        border-top-color: #b06009;
        animation: spin 0.8s infinite linear;
        border-radius: 100%;
        border-style: solid;
    }
    .no-ministry-found {
        font-size: 32px;
        line-height: 1;
        padding: 70px 0;
    }

    @keyframes spin {
      100% {
        transform: rotate(360deg);
      }
    }
    .single.single-wpsl_stores .wpcf7 {
    width: 100%;
    padding: 0px 0px 0px 0px;
}
.field-container.school_query_frm{
  display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.field-container.school_query_frm .elem-content{
  width: 50%;
  padding: 0 15px;
}
.field-container.school_query_frm .elem-content.elem_two_col{
    width: 100%;
  padding: 0 15px;
}
.field-container.school_query_frm .elem-content.elem_two_col .wpcf7-form-control-wrap .wpcf7-checkbox{
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 15px 0;
}
.field-container.school_query_frm .elem-content.elem_two_col .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item{
  width: 20%;
    
    padding: 0 10px;
    margin: 0;
}
.field-container.school_query_frm .elem-content.elem_two_col .wpcf7-form-control-wrap{
  margin-bottom: 20px;
}
.field-container.school_query_frm .elem-content.elem_two_col .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  
  margin: 0 0 20px 0;
}
.mass_store_group p{
  
      font-size: 18px;
    line-height: 30px;
}
.field-container.school_query_frm .elem-content.elem_two_col .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label input{
  margin: 0 10px 0 0;
}
.field-container.school_query_frm .elem-content .wpcf7-form-control-wrap{
  margin: 0 0 25px 0;
}
.field-container.school_query_frm .elem-content input[type='text'],
.field-container.school_query_frm .elem-content input[type='email'],
.field-container.school_query_frm .elem-content input[type='tel']{
  margin: 0 0 25px 0;
  width: 100% !important;
    background-color: #f1f1f1 !important;
    border-radius: 18px;
    padding-left: 25px !important;
    padding-top: 0px !important;
    /* width: 90%; */
    -webkit-box-shadow: 1px 1px 3px -1px rgb(0 0 0 / 39%);
    -moz-box-shadow: 1px 1px 3px -1px rgba(0, 0, 0, 0.39);
    box-shadow: 1px 1px 3px -1px rgb(0 0 0 / 39%);
    border: none;
    outline: none;
    height: 70px;
    
    /* font-family: 'Poppins', sans-serif !important; */
    padding-bottom: 0px !important;
    color: #656565;
    font-size: 20px;
    font-weight: 500;
}
.field-container.school_query_frm .elem-content.elem_full_btn{
  width: 100%;
  padding: 0 15px;
}
.field-container.school_query_frm .elem-content.elem_full_btn input{
  background-color: #363636;
    border-radius: 35px;
    width: auto;
    height: 65px;
    background-size: 30px;
    border: none;
    color: #fff;
    cursor: pointer;
}

.board_commison_accordion .accor_block{
   max-width: 100%;
    width: 100%;
    padding: 0 15px;
    display: flex;
    flex-direction: row;
    /*margin-bottom: 30px;
    margin-top: 16px;*/
}
.board_commison_accordion .accor_block .post-directory-inner{
  width: 100%;
    background: none !important;
/*    box-shadow: 0 5px 15px rgb(0 0 0 / 17%);*/
    box-sizing: border-box;
    padding: 30px 30px 0px 0px;
/*  padding: 30px 30px 0px 30px;*/
/*    border-top: 5px solid #9aaea3;*/
/*    border-radius: 6px;*/
    overflow: hidden;
    border-bottom: 1px solid #000;
}
.board_commison_accordion .accor_block .post-directory-inner .accor_heading{
  margin: 0 0 25px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
}
.board_commison_accordion .accor_block .post-directory-inner .accor_heading .accor_btn_toggle .plush_icon{
  display: block;
}
.board_commison_accordion .accor_block .post-directory-inner .accor_heading .accor_btn_toggle .minus_icon{
  display: none;
}
.board_commison_accordion .accor_block .post-directory-inner .accor_heading .accor_btn_toggle{
  border:none;
  background-color: transparent;
  width: 40px!important;
  height: 40px!important;
  max-width: 40px!important;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
}
.board_commison_accordion .accor_block.active .post-directory-inner .accor_heading .accor_btn_toggle .plush_icon{
  display: none;
}
.board_commison_accordion .accor_block.active .post-directory-inner .accor_heading .accor_btn_toggle .minus_icon{
  display: block;
}
.board_commison_accordion .accor_block .post-directory-inner .accor_heading h3{
  margin: 0!important;
}
.board_commison_accordion .accor_block .post-directory-inner .accor_content{
  max-height: 0;
  transition: max-height 0.4s ease-out;
  overflow: hidden;
  opacity: 0;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  /*-moz-transition: height 1s ease;
  -webkit-transition: height 1s ease;
  -o-transition: height 1s ease;
  transition: height 1s ease;*/
}
.board_commison_accordion .accor_block.active .post-directory-inner .accor_content{
  max-height: 100%;
    transition: max-height 0.4s ease-in;
  overflow: hidden;
  opacity: 1;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  /*-moz-transition: height 1s ease;
  -webkit-transition: height 1s ease;
  -o-transition: height 1s ease;
  transition: height 1s ease;*/
}
.board_commison_accordion .accor_block .post-directory-inner .accor_content .single_member ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
    margin-bottom: 20px;
    padding-left: 0px !important;
}
.board_commison_accordion .accor_block .post-directory-inner .accor_content .single_member ul li {
    
    /*background-color: #f5f5f7;
    width: 100%;
    margin-right: 0%;
    margin-bottom: 6px;
    box-sizing: border-box;
    padding: 10px 15px;
    font-size: 20px;
    list-style-type: none;*/
        background-color: transparent;
    width: 100%;
    margin-right: 0%;
    margin-bottom: 6px;
    box-sizing: border-box;
    /* padding: 15px; */
    padding: 0px 0px;
    font-size: 17px;
    list-style-type: none;
}
   /*----------------*/
.miistry_accordion a.elementor-accordion-title{
  font-family: 'Helvetica Neue Bold' !important;
}
.miistry_accordion h3{
  font-size: 23px !important;
line-height: 35px !important;
}

.search_res_wrapper input[type='search'] {
    width: 100% !important;
    background-color: #fff !important;
    border-radius: 18px;
    padding-left: 25px !important;
    padding-top: 0px !important;
    /* width: 90%; */
    -webkit-box-shadow: 1px 1px 3px -1px rgb(0 0 0 / 39%);
    -moz-box-shadow: 1px 1px 3px -1px rgba(0, 0, 0, 0.39);
    box-shadow: 1px 1px 3px -1px rgb(0 0 0 / 39%);
    border: none;
    outline: none;
    height: 70px;
    
    /* font-family: 'Poppins', sans-serif !important; */
    padding-bottom: 0px !important;
    color: #656565;
    font-size: 20px;
    font-weight: 500;
        flex-grow: 1;
}
.algolia-autocomplete .aa-dropdown-menu{
  max-height: 500px;
  overflow: auto;
}
.algolia-autocomplete .aa-dropdown-menu .suggestion-link{
  
}
.algolia-autocomplete .aa-dropdown-menu .suggestion-link .suggestion-post-thumbnail{
  width: 80px;
  height: 80px;
  margin: 0 15px 0 0;
}
.algolia-autocomplete .aa-dropdown-menu .suggestion-link .suggestion-post-attributes .suggestion-post-title{
  font-size: 17px!important;
  color: #000;
}
.algolia-autocomplete .aa-dropdown-menu .suggestion-link .suggestion-post-attributes .suggestion-post-content{
  font-size: 15px!important;
  color: #000;
}
.algolia-autocomplete .aa-dropdown-menu .suggestion-link.user-suggestion-link .suggestion-post-title em,
.algolia-autocomplete .aa-dropdown-menu .suggestion-link.user-suggestion-link em,
.algolia-autocomplete .aa-dropdown-menu .suggestion-link em{
  color: #9aaea3!important;
}
.algolia-autocomplete .aa-dropdown-menu .autocomplete-header .autocomplete-header-title{
  font-size: 19px!important;
  margin-top: 10px!important;
  color: #000;
}
.artical-left-image a{
  font-size: 0px!important;
}
.search_res_wrapper .ais-SearchBox-submit {
    /* background-color: #363636; */
    border-radius: 35px;
    /* margin-right: 10px; */
    margin-left: 10px !important;
    background-image: none;
    padding-left: 10px;
    padding-right: 10px;
    width: 90px;
    height: 65px;
    float: right;
    /* content: "\f002"; */
    font-size: 0px;
    background: url(../images/search-icon.jpg) no-repeat center center #363636;
    background-size: 30px;
    border: none;
    cursor: pointer;
}
/*---------------*/
.dir_search_result_inner{
  padding-bottom: 45px;
}
.dir_search_result_inner h4{
/*  font-size: 24px !important;
  color: #4d4747;*/
}

/**** 050623 new search *****/
body.search.search-results .inner-page .entry-header.custom-entry-header {
    height: 420px;
}
#ais-facets div:first-child{
  display: block;
}
#ais-facets div{
  display: none;
}
#ais-wrapper{
  max-width: 1470px;
    padding: 60px 15px;
    margin: 0 auto;
    width: 100%;
}
#ais-facets {
    width: 360px;
    padding: 1rem;
}
#ais-facets .ais-Menu-list .ais-Menu-item{
  margin: 0 0 10px 0;
}
.ais-Menu .ais-Menu-list .ais-Menu-item .ais-Menu-link{
    
    font-size: 20px;
}
.ais-Menu .ais-Menu-list .ais-Menu-item .ais-Menu-link .ais-Menu-count{
      background-color: #9aaea3;
    border: none;
    color: #fff;
    padding: 3px 8px;
}
#algolia-hits .ais-Hits .ais-Hits-list .ais-Hits-item{
  padding: 0!important;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 1px 1px 7px -1px rgb(0 0 0 / 39%);
} 
#algolia-hits .ais-Hits .ais-Hits-list .ais-Hits-item article .ais-hits--thumbnail{
  margin-right: 10px;
}
#algolia-hits .ais-Hits .ais-Hits-list .ais-Hits-item article .ais-hits--thumbnail .ais-hits--thumbnail-link img{
  width: 320px!important;
}
#algolia-hits .ais-Hits .ais-Hits-list .ais-Hits-item article .ais-hits--content{
  padding: 20px 16px; 
}
#algolia-hits .ais-Hits .ais-Hits-list .ais-Hits-item article .ais-hits--content h2,
#algolia-hits .ais-Hits .ais-Hits-list .ais-Hits-item article .ais-hits--content h2 a,
#algolia-hits .ais-Hits .ais-Hits-list .ais-Hits-item article .ais-hits--content h2 a:hover,
#algolia-hits .ais-Hits .ais-Hits-list .ais-Hits-item article .ais-hits--content h2 a:focus{
  font-size: 32px;
    line-height: 28px;
    
    color: #000!important;
    text-transform: capitalize;
    text-decoration: none;
}
#algolia-hits .ais-Hits .ais-Hits-list .ais-Hits-item article .ais-hits--content h2{
  margin: 0 0 18px 0!important;
}
#algolia-hits .ais-Hits .ais-Hits-list .ais-Hits-item article .ais-hits--content h2 a mark{
   color: #9aaea3!important;
}
#algolia-hits .ais-Hits .ais-Hits-list .ais-Hits-item article .ais-hits--content .excerpt p{
      
      font-size: 18px;
          line-height: 28px;
}
#algolia-hits .ais-Hits .ais-Hits-list .ais-Hits-item article .ais-hits--content .ais-SearchBox .ais-SearchBox-form{
      padding: 15px 18px;
}
#ais-main .algolia-search-box-wrapper{
  /*background-color: #000!important;*/
}
#ais-main .algolia-search-box-wrapper #algolia-powered-by{
  display: none!important;
} 
#ais-main #algolia-stats .ais-Stats .ais-Stats-text{
  
  font-size: 18px;
}
#ais-main .algolia-search-box-wrapper #algolia-search-box .ais-SearchBox .ais-SearchBox-form{
      width: 100% !important;
    background-color: #fff !important;
    border-radius: 18px;
    padding-left: 25px !important;
    padding-top: 0px !important;
    /* width: 90%; */
    -webkit-box-shadow: 1px 1px 6px -1px rgb(0 0 0 / 39%);
    -moz-box-shadow: 1px 1px 6px -1px rgba(0, 0, 0, 0.39);
    box-shadow: 1px 1px 6px -1px rgb(0 0 0 / 39%);
    border: none;
    outline: none;
    height: 70px;
    
    /* font-family: 'Poppins', sans-serif !important; */
    padding-bottom: 0px !important;
    color: #656565;
    font-size: 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}
#ais-main .algolia-search-box-wrapper #algolia-search-box .ais-SearchBox .ais-SearchBox-form:before{
  display: block;
  font-size: 24px;
}
#ais-main .algolia-search-box-wrapper #algolia-search-box .ais-SearchBox .ais-SearchBox-form input{
  border:none!important;
}
.algolia-search-box-wrapper .search-icon{
  display: none!important;
}
.ais-Stats {
    position: absolute;
    top: 82px;
    font-size: 14px;
}
#algolia-search-box {
    margin-bottom: 55px;
}
#algolia-pagination .ais-Pagination .ais-Pagination-list{
  display: flex;
  justify-content: center;
  align-items: center;
}
#algolia-pagination .ais-Pagination .ais-Pagination-list .ais-Pagination-item.ais-Pagination-item--selected a{
  background-color: #9aaea3!important;
  color: #fff;
      background-image: none;
}
#algolia-pagination .ais-Pagination .ais-Pagination-list .ais-Pagination-item a{
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  
    font-size: 18px;
    box-shadow: unset;
}
#algolia-pagination .ais-Pagination .ais-Pagination-list .ais-Pagination-item.ais-Pagination-item--nextPage a,
#algolia-pagination .ais-Pagination .ais-Pagination-list .ais-Pagination-item.ais-Pagination-item--lastPage a,
#algolia-pagination .ais-Pagination .ais-Pagination-list .ais-Pagination-item.ais-Pagination-item--firstPage a,
#algolia-pagination .ais-Pagination .ais-Pagination-list .ais-Pagination-item.ais-Pagination-item--previousPage a{
  font-size: 25px;
}
.mass_store_group .post-directory-inner{
  margin: 0 0 30px 0;
}
.mass_store_group .post-directory-inner:last-child{
  margin: 0 0 0px 0;
}
/*----------*/
.tax-directory_category h5{
  font-weight: 300 !important;
  letter-spacing: 0 !important;
}
.locals_social_list ul li i{
  font-family: 'FontAwesome' !important;
}
.locals_social_list ul li.social_icon_blue i{
  color: #4167b1;
  font-size: 45px;
}
.locals_social_list ul li.social_icon_sky i{
  color: #179cf0;
  font-size: 45px;
}
.locals_social_list ul li.social_icon_maroon i{
  color: #e30a18;
  font-size: 45px;
}
/*-----------------*/
.locals_social_list ul li.link_instagram a {
  width: 100%;
  height: 45px;
  border-radius: 6px;
  background-color: #ed004f;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff !important;
  text-decoration: none !important;
}
.locals_social_list ul li.link_instagram a i {
  font-size: 25px;
  font-weight: normal !important;
}
.locals_social_list ul li.link_linkedin a {
  width: 100%;
  height: 45px;
  border-radius: 6px;
  background-color: #4267b2;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff !important;
  text-decoration: none !important;
}
.locals_social_list ul li.link_rss a {
  width: 100%;
  height: 45px;
  border-radius: 6px;
  background-color: #fb9f37;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff !important;
  text-decoration: none !important;
}
.locals_social_list ul li.link_gplus a {
  width: 100%;
  height: 45px;
  border-radius: 6px;
  background-color: #dc4a38;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff !important;
  text-decoration: none !important;
}
.locals_social_list ul li.link_reddit a {
  width: 100%;
  height: 45px;
  border-radius: 6px;
  background-color: #fd4400;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff !important;
  text-decoration: none !important;
}
.locals_social_list ul li.link_telegrm a {
  width: 100%;
  height: 45px;
  border-radius: 6px;
  background-color: #34aadf;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff !important;
  text-decoration: none !important;
}
.locals_social_list ul li.link_email a {
  width: 100%;
  height: 45px;
  border-radius: 6px;
  background-color: #3e65cf;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff !important;
  text-decoration: none !important;
}
.locals_social_list ul li.link_youtube a {
  width: 100%;
  height: 45px;
  border-radius: 6px;
  background-color: #c4302b;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff !important;
  text-decoration: none !important;
}
.locals_social_list ul li.link_blog a {
  width: 100%;
  height: 45px;
  border-radius: 6px;
  background-color: #fc4f08;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff !important;
  text-decoration: none !important;
}
.search-box-section.wanna_sticky{
  position: sticky;
  top: 0;
  z-index: 999999;
 /* box-shadow: 0 1px 10px 0 rgba(0,0,0,0.15);*/
}
.wanna_sticky{
  position: sticky;
  top: 0;
  z-index: 200;
 /* box-shadow: 0 1px 10px 0 rgba(0,0,0,0.15);*/
}
.sortfor_search{
  position: absolute;
    top: 0;
    right: 0;
    border-radius: 18px;
    width: 80px;
    padding: 0;
    background-color: #fff;
    bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.sortfor_search:hover,
.sortfor_search:focus{
  outline: none;
  border:none;
}
.deconrow{
  display: flex;
  margin:0 -15px; 
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 50px;
}
.deconrow.all_parishes_main_temp{
  padding-top: 0px;
}
.deconrow .row_col_9{
  width: 66%;
  padding: 0 15px;
}
.deconrow .row_col_3{
  width: 30%;
  padding: 0 15px;
}
.deconrow .row_col_full{
  width: 100%;
  padding: 0 15px;
}
.search-result.decon_panel .result_count_container {
    padding: 0px 0 25px 15px!important;
    text-align: left;
    
    display: flex;
}
.search-result.decon_panel .result_count_container span {
    font-size: 20px;
   /* font-weight: 600;*/
}
.search-box-section.wanna_sticky .dir_search-wrapper {
    padding: 20px 0px;
    margin: 0;
}
.directories_sidebar h3{
    font-size: 42px;
    line-height: 35px;
    font-weight: 700;
}
.directories_sidebar .custom-html-widget ul{
  list-style-type: none;
  padding: 0!important;
  margin:0!important;
}
.directories_sidebar .custom-html-widget ul li{
  padding: 15px 0!important;
  
}
.directories_sidebar .custom-html-widget ul li a{
  color: #FA8072!important;
  text-decoration: none!important;
  
      font-size: 22px;
      font-weight: 400;
      transition: 0.4 ease-in-out!important;
  -webkit-transition: 0.4 ease-in-out!important;
  -moz-transition: 0.4 ease-in-out!important;
}

.directories_sidebar .custom-html-widget ul li a:hover,
.directories_sidebar .custom-html-widget ul li a:focus{
  color: #f1766b!important;
  text-decoration: none!important;
  
      font-size: 22px;
      color: #000;
      font-weight: 400;
      transition: 0.4 ease-in-out!important;
  -webkit-transition: 0.4 ease-in-out!important;
  -moz-transition: 0.4 ease-in-out!important;
}
.search-result.decon_panel .decon_src_outer_box {
    overflow: hidden;
    border-radius: 8px;
    padding: 16px 22px;
    border: 1px solid #dfdfdf;
    box-shadow: unset;
    margin: 10px 10px 15px 10px;
}
.search-result.decon_panel .dcon_inner_box h2 {
    text-decoration: none;
    text-transform: capitalize!important;
    
    font-size: 26px!important;
    margin: 0 0 10px 0;
    line-height: 30px;
}
.search-result.decon_panel .dcon_inner_box a h2,
.search-result.decon_panel .dcon_inner_box a h2:hover,
.search-result.decon_panel .dcon_inner_box a h2:focus,
.search-result.decon_panel .dcon_inner_box h2 a,
.search-result.decon_panel .dcon_inner_box h2 a:hover,
.search-result.decon_panel .dcon_inner_box h2 a:focus{
  color:#000;
  text-decoration: none;
}
/*.search-result.decon_panel .event_details_decon ul li{
  
      font-size: 20px!important;
}*/
.search-result.decon_panel .event_details_decon ul li a,
.search-result.decon_panel .event_details_decon ul li a:hover,
.search-result.decon_panel .event_details_decon ul li a:focus{
  color:#000;
  text-decoration: none;
}
.more_common_grid.grid_orangecity{
  background-color: var(--wp--preset--color--secondary);
      padding: 120px 0 120px 0;
}
.more_common_grid.grid_orangecity .grid_common_heading {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.more_common_grid.grid_orangecity .grid_common_heading h2,
.more_common_grid.grid_orangecity .grid_common_heading h2 a,
.more_common_grid.grid_orangecity .grid_common_heading h2 a:hover,
.more_common_grid.grid_orangecity .grid_common_heading h2 a:focus{
      color: #fff;
    margin: 0 0 30px 0!Important;
    line-height: 55px;
    text-decoration: none;
}
.more_common_grid.grid_orangecity .grid_common_heading h2 span{
      text-transform: lowercase!important;
}
.more_common_grid.grid_orangecity .grid_common_heading p{
  color: #fff;
  text-align: center;
   
   font-size: 18px;
}
.error_disclaimer.decon {
    margin: 30px 0 85px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.orange_mass_adoration_wrapper{
      display: flex;
    justify-content: center;
    padding: 45px 0 0 0;
}
.masd_btn{
  border: 1px solid #fff;
    border-radius: 30px;
    padding: 10px 20px;
    
   font-size: 16px;
   color: #fff!important;
   text-decoration: none;
   display: flex;
   justify-content: center;
   align-items: center;
   transition: 0.4s ease;
   -webkit-transition: 0.4s ease;
   -moz-transition: 0.4s ease;
}
.masd_btn span{
  color: #fff;
  font-size: 16px;
  margin-left:10px;
  transition: 0.4s ease;
   -webkit-transition: 0.4s ease;
   -moz-transition: 0.4s ease; 
}

.masd_btn:hover,
.masd_btn:focus{
  border: 1px solid #fff;
    border-radius: 30px;
    padding: 10px 20px;
    
   font-size: 16px;
   color: #f1766b!important;
   text-decoration: none;
   display: flex;
   justify-content: center;
   align-items: center;
   background-color: #fff;
   transition: 0.4s ease;
   -webkit-transition: 0.4s ease;
   -moz-transition: 0.4s ease;
}
.masd_btn:hover span,
.masd_btn:focus span{
  color: var(--wp--preset--color--secondary);
  font-size: 16px;
  margin-left:10px; 
  transition: 0.4s ease;
   -webkit-transition: 0.4s ease;
   -moz-transition: 0.4s ease;
}
.for_sticky_wrapper{
  padding: 0;
}
.inner_sticky_element{
  padding-top: 0;
}

.custom_selectfor_sort{
      max-width: 200px;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}
.custom_selectfor_sort:after{
  background-image: url('../images/sort-icon.svg');
    width: 48px;
    height: 96%;
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    top: 0;
    right: 10px;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    background-color: transparent;
    background-position: center;
    background-size: 76%;
}

.custom_selectfor_sort select{
 -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border:none;
  width: 100%;
  z-index: 50;
  font-size: 0px!important;
  background-color: transparent!important;
  background: none;
}
.custom_selectfor_sort select option{
  font-size: 20px;
  font-weight:200!important;
}
/************** Oc vocations css 06th July 2023 ****************/

.vocation_men_wrapper{
  padding-top: 65px;
}
.search-result.vocation_men_wrapper .search-result-inner {
    flex-direction: column;
}


.search-result-inner article.ocvocations {
    max-width: 100%;
    width: 100%;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
        padding: 32px 35px;
    border: 1px solid #dfdfdf;
    box-shadow: 0 1px 12px 0 rgba(0,0,0,0.40);
        background-color: #fff;
}
.search-result-inner article.ocvocations .post-directory-inner{
  background-color: transparent;
  padding:0; 
}
.search-result-inner article.ocvocations:hover .post-directory-inner{
  box-shadow: unset;
}
.search-result-inner article.ocvocations .post-directory-inner .entry-content{
  margin: 0;
}
.search-result-inner article.ocvocations .post-directory-inner .entry-content .elementor-container{
  max-width: 100%;
  width: 100%;
}
.search-result-inner article.ocvocations .post-directory-inner .entry-content .elementor-widget-wrap{
  padding: 0;
}
.search-result-inner article.ocvocations .post-directory-inner .entry-content .post-inner-content{
  margin: 0!important;
  padding: 0;
}
.users_auth_list ul{
      display: flex;
    align-items: center;
    min-height: unset!important;
    padding: 10px 15px 1px 15px!important;
    background-color: #efefef;
    border-radius: 2px;
    margin: 0 0 5px 0!important;

    flex-wrap: wrap;
}
.users_auth_list ul li{
    font-size: 22px!important;
    
    color: #6e6e6e;
    margin: 0 20px 12px 0!important;
    padding: 0 20px 0 0;
    position: relative;
    display: flex;
    align-items: center;

}
.users_auth_list ul li:after {
   position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    content: '|';
    color: #6e6e6e;
    display: flex;
    align-items: center;
}
.users_auth_list ul li:last-child:after {    
    display: none;
}
.oc_vocations_site{
      margin: 0px 0 25px 0;
    display: flex;
    justify-content: flex-start;
    color: #000!important;
    font-size: 26px;
    align-items: center;
}
.oc_vocations_site a{
  color: #000!important;
}
.oc_vocations_site i{
      font-size: 14px;
    margin: 0 15px 0 0;
    color: #000!important;
    display: flex;
    align-items: center;
}.custom_selectfor_sort:after{
  background-image: url('../images/sort-icon.svg');
    width: 48px;
    height: 96%;
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    top: 0;
    right: 10px;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    background-color: transparent;
    background-position: center;
    background-size: 76%;
}
.ep-search-page.is-loading .ep-search-page__body {
  display: none;
}
.ep-search-page.is-loading{
  opacity: 1!important;
  background-image: url('../images/loading.gif');
  background-position: center center;
  background-repeat: no-repeat;
}
.search-box-section.adorationmass.wanna_sticky .dir_search-wrapper {
    padding: 32px 0px;
}
.deconrow .directories_sidebar{
  position: sticky;
  top: 145px;
}
.wp-pagenavi .pages,
.wp-pagenavi span.current,
.wp-pagenavi a, .wp-pagenavi span{
  
      font-size: 22px;
}
.school_web_link{
  display: flex;
    align-items: center;
    justify-content: flex-start;
}
.school_web_link a{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.school_web_link a span{
  font-size: 17px;
  margin: 0 0 0 5px;
}
#bc_search_rs_wrapper {
  position: relative;
}
.search_sort_container{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding:50px 0 40px 0;
}
.global_search_sort_wrapper_right{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.global_search_sort_wrapper_right .select_col{
  margin: 0 0 0 15px;
  position: relative;
}
.global_search_sort_wrapper_right .common_sort_toggle_button{
  box-shadow: unset;
}
.search_sort_container .result_count_container{
  padding: 0;
}
.global_search_sort_wrapper_right .common_sort_toggle_button .sort_azbtn label{
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  
  margin: 0!important;
}
.global_search_sort_wrapper_right .common_sort_toggle_button .sort_azbtn select{
    border: none;
    outline: none;
    font-size: 0px;
    height: 55px;
    border-radius: 23px;
    background-color: transparent;
    width: 105px;
    background: no-repeat;
    position: relative;
  z-index: 50!important;

}
.global_search_sort_wrapper_right .common_sort_toggle_button .sort_azbtn select option{
  font-size: 18px;
  
}
.common_sort_toggle_button.filter_by .sort_azbtn{
  position: relative;
}
/*.common_sort_toggle_button.filter_by .sort_azbtn:after{
  color: #333;
    position: absolute;
    right: 5px;
    top: 53%;
    transform: translateY(-50%);
    transition: all 0.5s ease-in-out;
    font-size: 25px;
    line-height: 12px;
    font-family: 'Material Icons Outlined';
    content: "\e152";
    z-index: 1;
}*/
.common_sort_toggle_button.sort_by .sort_azbtn{
  position: relative;
}
.common_sort_toggle_button.sort_by .sort_azbtn:after{
  color: #333;
    position: absolute;
    right: 5px;
    top: 53%;
    transform: translateY(-50%);
    transition: all 0.5s ease-in-out;
    font-size: 25px;
    line-height: 12px;
    font-family: 'Material Icons Outlined';
    content: "\e5cf";
    z-index: 1;
}
.more_grid_row_common.mighty_wrapper .figure_col_wrapper .figure_inner_col {
    border-radius: 35px;
}
.more_grid_row_common.mighty_wrapper .figure_outlook_overlay{
  text-decoration: none;
  text-align: center;
}
.more_grid_row_common.mighty_wrapper .figure_outlook_overlay h3{
      text-decoration: none;
    padding: 40px 0 0 0;
    display: flex;
    justify-content: center;
}

.report_anerror_wrapper{
  padding:50px 0 20px 0;
}
.report_anerror_wrapper.singlebtn_row{
  padding:0px 0 60px 0;
}
.report_anerror_wrapper .inner_report_panel{
  display: flex;
  justify-content: center;
  align-items: center;
}
.report_anerror_wrapper .inner_report_panel a{
  border-radius: 35px;
    height: 55px;
    background-color: #ebebeb;
    border: 1px solid #333;
    padding: 10px 35px;
    margin: 0 40px;
    
    color: #333;
    text-decoration: none;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
}

.report_anerror_wrapper .inner_report_panel a:hover,
.report_anerror_wrapper .inner_report_panel a:focus{
    background-color: #9aaea3;
    border: 1px solid #9aaea3;
    color: #fff;
    text-decoration: none;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
}


/* Checkbox for sort */
.global_search_sort_wrapper_right .common_sort_toggle_button .sort_azbtn .sort_container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.more_grid_row_common.mighty_wrapper .figure_col_wrapper:hover .figure_outlook_overlay h3{
   color: #9aaea3;
   transition: 0.4s ease-in-out;
   -webkit-transition: 0.4s ease-in-out;
   -moz-transition: 0.4s ease-in-out;
}

/* Hide the browser's default checkbox */
.global_search_sort_wrapper_right .common_sort_toggle_button .sort_azbtn .sort_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.global_search_sort_wrapper_right .common_sort_toggle_button .sort_azbtn .sort_container .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 2px solid #cfcfcf;
}

/* On mouse-over, add a grey background color */
.global_search_sort_wrapper_right .common_sort_toggle_button .sort_azbtn .sort_container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.global_search_sort_wrapper_right .common_sort_toggle_button .sort_azbtn .sort_container input:checked ~ .checkmark {
  background-color: var(--wp--preset--color--secondary);
  border: 2px solid #f1766b;
}

/* Create the checkmark/indicator (hidden when not checked) */
.global_search_sort_wrapper_right .common_sort_toggle_button .sort_azbtn .sort_container .checkmark:after {
  content: '';
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.global_search_sort_wrapper_right .common_sort_toggle_button .sort_azbtn .sort_container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.global_search_sort_wrapper_right .common_sort_toggle_button .sort_azbtn .sort_container .checkmark:after {
  left: 5px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.global_search_sort_wrapper_right .common_sort_toggle_button .sort_azbtn .sort_platform_body_wrapper {
    width: 207px;
    left: unset;
    right: 0;
}
.global_search_sort_wrapper_right .common_sort_toggle_button .sort_azbtn .sort_by_cate{
  box-shadow: unset;
}
.global_search_sort_wrapper_right .common_sort_toggle_button .sort_azbtn .sort_by_cate .srt_catnbt, .sort_by_cate .srt_catnbt:hover, .sort_by_cate .srt_catnbt:focus{
  
    font-size: 18px;
}
.global_search_sort_wrapper_right .common_sort_toggle_button .sort_azbtn .sort_by_cate .srt_catnbt .sortby_icon{
  margin: 0 0 0 25px;
}


.global_sort_wrapper.board_commission .search_sort_container {
    padding: 0px 0 40px 0;
}
.global_sort_wrapper.board_commission .sort_by_cate .srt_catnbt, 
.global_sort_wrapper.board_commission .sort_by_cate .srt_catnbt:hover, 
.global_sort_wrapper.board_commission .sort_by_cate .srt_catnbt:focus {
    height: 22px;
    }
    .board_commison_accordion .accor_block .post-directory-inner .accor_content{
      display: flex;
      flex-wrap: wrap;
      margin: 0 -15px;
    }
    .board_commison_accordion .accor_block .post-directory-inner .accor_content .accor_col_wrapper{
      width: 50%;
      padding: 0 15px;
      margin: 0 0 20px 0;
    }
    .board_commison_accordion .accor_block .post-directory-inner .accor_content .accor_col_wrapper h4{
          font-size: 22px;
    }
    .global_search_sort_wrapper_right .common_sort_toggle_button .sort_azbtn .sort_platform_body_wrapper.big_body{
      width: 420px;
      left: unset;
      right: 0;
    }

    .global_search_sort_wrapper_right .common_sort_toggle_button .sort_azbtn .sort_platform_body_wrapper.big_body .top_sort_search input[type='text'] {
    width: 100% !important;
    border-radius: 6px !important;
    background-color: #ebebeb !important;
    height: 50px !important;
    box-sizing: border-box;
    padding-right: 45px;

    padding-left: 25px !important;
    padding-top: 0px !important;
    /* width: 90%; */
    border: none;
    outline: none;
    
    /* font-family: 'Poppins', sans-serif !important; */
    padding-bottom: 0px !important;
    color: #656565;
    font-size: 20px;
    font-weight: 500;
}
.custom-html-widget ul li a{
  transition: 0.4 ease-in-out!important;
  -webkit-transition: 0.4 ease-in-out!important;
  -moz-transition: 0.4 ease-in-out!important;
}
.custom-html-widget ul li a:hover{
  color: #f1766b!important;
   transition: 0.4 ease-in-out!important;
  -webkit-transition: 0.4 ease-in-out!important;
  -moz-transition: 0.4 ease-in-out!important;
}
div.asp_m.ajaxsearchpro .probox .proinput form .ep-autosuggest-container{
  width: 100%;
}
/*****************************/
.popular_page_row.aftersearch {
    flex-wrap: wrap;
}
.popular_page_row.aftersearch .popular_col_box {
    width: 100%;
}
.popular_page_row.aftersearch .popular_col_box .popular_page_item {
    max-width: 265px;
    width: 100%;
    margin-right: 9px;
    margin-bottom: 10px;
}

/********* Search page brade crumb ************/

body.search .inner-page .entry-header .breadcrumbs-list,
body.search-results .inner-page .entry-header .breadcrumbs-list {
  display: flex;
  font-size: 25px;
  line-height: 25px;
  color: #ffffff;
  /* font-family: "Helvetica Neue Light"; */
  margin-top: 15px;
  width: 100% !important;
/*  */
  text-align: center !important;
  justify-content: center;
}
body.search .inner-page .entry-header .breadcrumbs-list span[typeof='ListItem'],
body.search-results .inner-page .entry-header .breadcrumbs-list span[typeof='ListItem']  {
    margin: 0 8px;
}
body.search .inner-page .entry-header .breadcrumbs-list span a,
body.search-results .inner-page .entry-header .breadcrumbs-list span a {
    text-decoration: none;
}
body.search .inner-page .entry-header .breadcrumbs-list span a span[property='name'],
body.search-results .inner-page .entry-header .breadcrumbs-list span a span[property='name']  {
    transition: all 0.5s ease-in-out;
}
body.search .inner-page .entry-header .breadcrumbs-list span,
body.search-results .inner-page .entry-header .breadcrumbs-list span {
    font-size: 25px;
    line-height: 25px;
}

/********* Search page brade crumb end ************/
body.all-services p strong{
  
}
body.custom-ministry .padding-y {
    padding: 0px 0;
}

/****************   28th   **********************/
.mobile_sort_sticky{
  display: none;
  justify-content: flex-start;
}
.mobile_sort_sticky .common_sort_toggle_button {
    background-color: transparent;
    padding: 0 0px;
}
.mobile_sort_sticky .sort_by_cate{
background-color: transparent;
}
.mobile_sort_sticky .global_search_sort_wrapper_right .select_col{
  margin: 0 16px 0 0;
}
.mobile_sort_sticky .sort_by_cate{
  padding: 0 0;
}

/*----------------------*/
/* .ministry_search.ministry_new_wrapper .search-input-wrapper span.deleteicon {
  top: 7px;
} */
body.custom-ministry .search-input-wrapper span.deleteicon{
  top: 22px;
}

body.single-ministry.resources_event_page_class .entry-content.single_ministry {
    padding: 0px 0 0px 0;
}
.resources-event-landing .select2-container--default .select2-results__option {
    color: #fff!important;
    
    
}
.resources-event-landing .select2-container--default .select2-search--dropdown .select2-search__field {
       background-color: #343434;
    border-color: #1f1f1f;
    border-radius: 3px;
    color: #fff;
    
}
.mec-wrap .mec-single-title, .single-mec-events .mec-wrap.mec-no-access-error h1 {
    font-weight: 500!important;
}
.mec-event-list-standard .mec-event-title {
    font-weight: 500!important;
}
.mec-next-multiple ul .mec-date {
    float: none;
    text-align: left;
    clear: both;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.mec-next-multiple ul li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    padding: 11px 14px 9px;
    z-index: 9;
    text-decoration: none;
}
.mec-events-meta-group-tags a{
  text-decoration: none;
}
/*------17.8.23-------*/
#bc_search_rs_wrapper{
  min-height: 600px;
}
.pos_R{
  position: relative;
}
/*----------single-ministry-mysteries-rosary-starts--------------*/
.single-ministry-mysteries-rosary  .entry-content .container{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.single-ministry-mysteries-rosary .entry-content .mysteries-of-the-rosary-page-content h2{
  text-transform: capitalize;
}
.single-ministry-mysteries-rosary .mysteries-of-the-rosary-page-content {
  width: 70%;
}
.single-ministry-mysteries-rosary  .mysteries-of-the-rosary-page-content .elementor-widget-image {
  margin-bottom: 40px;
}
.single-ministry-mysteries-rosary  .mysteries-of-the-rosary-page-content .elementor-widget-image img{
  height: unset !important;
}
.single-ministry-mysteries-rosary  .mysteries-of-the-rosary-page-content h3 {
  color: #ef5d4f;
  padding-top: 20px;
  font-size: 30px;
}
.single-ministry-mysteries-rosary  .mysteries-of-the-rosary-page-content ol {
  list-style-type: upper-alpha;
}
.single-ministry-mysteries-rosary  .mysteries-of-the-rosary-page-content ol li {
  font-size: 20px;
  line-height: 24px;
}

.single-ministry-mysteries-rosary .mysteries-lists-section {
  width: 30%;
  padding-left: 60px;
}
.single-ministry-mysteries-rosary .mysteries-lists-section h3 {
  color: #ef5d4f;
}
.single-ministry-mysteries-rosary .mysteries-lists-section .mysteries-lists-items ul li:first-child{
  padding-top: 12px !important;
}
.single-ministry-mysteries-rosary .mysteries-lists-section .mysteries-lists-items ul li a {
  font-size: 24px;
  line-height: 30px;
  color: #000000;
  font-family: "Helvetica Neue Bold" !important;
  display: block;
}
.single-ministry-mysteries-rosary  .mysteries-of-the-rosary-page-content ol li::marker {
  font-family: "Helvetica Neue Bold";
}

/*.single-ministry-mysteries-rosary  .mysteries-of-the-rosary-page-content h3.sr_it-playlist-title {
  display: none;
}*/
.single-ministry-mysteries-rosary  .mysteries-of-the-rosary-page-content  .srp_tracklist {
  margin: 0 0 30px 0;
}
.single-ministry-mysteries-rosary  .mysteries-of-the-rosary-page-content .sonaar-grid {
  display: block;
}
.single-ministry-mysteries-rosary  .mysteries-of-the-rosary-page-content  .sr-playlist-item a {
  font-size: 24px;
  line-height: 30px;
  color: #000000 !important;
  font-family: 'Helvetica Neue Bold' !important;
}
/*----------single-ministry-mysteries-rosary-ends--------------*/

/*----------single-ministry-meditation-station-starts--------------*/
.ministry-meditation-station  .entry-content .container{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.ministry-meditation-station .meditation-stations-page-content {
  width: 70%;
}
.ministry-meditation-station .meditation-stations-page-content .elementor-widget-image {
  margin-bottom: 40px;
}
.ministry-meditation-station .meditation-stations-page-content .elementor-widget-image img{
  height: unset !important;
}
.ministry-meditation-station  .meditation-stations-page-content h3 {
  color: #ef5d4f;
}
.ministry-meditation-station .meditation-stations-page-content ol {
  list-style-type: decimal;
}
.ministry-meditation-station  .meditation-stations-page-content ol li {
  font-size: 20px;
  line-height: 24px;
}

.ministry-meditation-station .meditation-lists-section {
  width: 30%;
  padding-left: 60px;
}
.ministry-meditation-station .meditation-lists-section h3 {
  color: #ef5d4f;
}
.ministry-meditation-station .meditation-lists-section .meditation-lists-items ul li:first-child{
  padding-top: 12px !important;
}
.ministry-meditation-station .meditation-lists-section .meditation-lists-items ul li a {
  font-size: 24px;
  line-height: 30px;
  color: #000000;
  font-family: "Helvetica Neue Bold" !important;
  display: block;
}
.ministry-meditation-station  .meditation-stations-page-content ol li::marker {
  font-family: "Helvetica Neue Bold";
}
.ministry-meditation-station  .meditation-stations-page-content h3.sr_it-playlist-title {
  display: none;
}
.ministry-meditation-station  .meditation-stations-page-content .srp_tracklist {
  margin: 0 0 30px 0;
}
.ministry-meditation-station  .meditation-stations-page-content .sonaar-grid {
  display: block;
}
.ministry-meditation-station  .meditation-stations-page-content  .sr-playlist-item a {
  font-size: 24px;
  line-height: 30px;
  color: #000000 !important;
}
/*----------single-ministry-meditation-station-ends--------------*/

/********* Search page brade crumb end ************/

/*------------21.7.23-Search-Result-Breabcrumb------------*/
nav.custom_breadcurmb{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
ul.bread{
  width: 100%;
  padding: 0 0 0px 0;
  margin: 0 0 0 0;
  list-style-type: none;
  float: left;
}
ul.bread li{
  float: left;
  position: relative;
 /* padding: 0 0 0 0;
  margin: 0 15px 0 0;*/
  padding: 0 3px 0 0;
  margin: 8px 13px 0 0;
  position: relative;
  font-size: 17px;
  line-height: 25px;
  word-break: break-word;
  text-transform: uppercase;
  color: #919191;
   
}
ul.bread li:after{
  content: "/";
  position: absolute;
  top: 0px;
  right: -9px;
}
ul.bread li:last-child:after{
  display: none;
}

ul.bread li a{
  color: #919191 !important;
  text-decoration: none !important;
  transition: all ease-in-out 0.4s;
  text-transform: uppercase;
   
}
ul.bread li a span{
  transition: all ease-in-out 0.4s;
  color: #919191 !important;
  text-decoration: none !important;
  text-transform: uppercase;
   
}
ul.bread li a:hover{
  color: #9aaea3 !important;
}
ul.bread li a:hover span{
  color: #9aaea3 !important;
   
}
.custom_breadcurmb + .post-content{
  padding-top: 10px !important;
   
   font-size: 20px;
}
.custom_breadcurmb .bread{
  display: inline;
  float: left;
  position: relative;
   
}
.custom_breadcurmb .bread .crumb{
  word-break: break-word;
    text-transform: uppercase;
    color: #9b9898;
    font-size: 18px;
    text-decoration: none;
    position: relative;
    margin: 0 15px 0 0;
     
}
.custom_breadcurmb .bread .crumb:after{
  font-family: 'Material Icons Outlined';
  content: "\e409";
  position: absolute;
  top: 0px;
right: -14px;
font-size: 16px;
font-weight: 300;
}
.custom_breadcurmb .bread .crumb a span {
  font-size: 14px;
   
}
.custom_breadcurmb .bread .crumb:last-child:after{
  display: none;
}

.custom_breadcurmb .bread .crumb:hover,
.custom_breadcurmb .bread .crumb:foocus{
  text-decoration: none;
}
.custom_breadcurmb .bread .crumb span{
  word-break: break-word;
    text-transform: uppercase;
    color: #9b9898;
    font-size: 18px;
    position: relative;
}
.custom_breadcurmb .bread .crumb a,
.custom_breadcurmb .bread .crumb a:hover,
.custom_breadcurmb .bread .crumb a:hover{
  text-decoration: none!important;
}
/******** 31st July *********/
.url_bread_crumb_wrapper{
  display: flex;
  align-items: center;
  margin: 14px 0 14px 0;
}
.url_bread_crumb_wrapper span{
  background-color: #ede9e9;
    border-radius: 4px;
    display: flex;
    padding: 6px 15px;
}
.url_bread_crumb_wrapper span a{
      display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #858585;
    font-size: 22px;
    text-decoration: none;
}
.url_bread_crumb_wrapper span a .material-icons-outlined{
  font-size: 18px;
}




/**************** Global search Sticky header 3rd August *******************/
.for_sticky_wrapper{
  padding: 0;
}
.inner_sticky_element{
  padding-top: 0;
}
.search-box-section.wanna_sticky {
    position: sticky;
    top: 0;
    z-index: 999999;
    /* box-shadow: 0 1px 10px 0 rgba(0,0,0,0.15); */
}

.dir_light_gry_bg {
    background-color: #f5f5f7 !important;
    /* background-color: red !important; */
    padding: 0 0 0 0 !important;
    margin: 0 0 0 0 !important;
}


/*--------------Search-page-MB-----------------*/

body div.asp_m.asp_m_6 {
  box-shadow: none;
  background-image: none;
  border: none;
  border-radius: 0;
  background-color: #f5f5f7;
  padding: 20px 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

body .search_res_wrapper div.asp_m.asp_m_6 {
  padding: 30px 0;
}

.rcbo-main-search-wrapper {
  margin-top: 100px;
}

body div.asp_m.asp_m_6 .probox {
      margin: 0;
    height: auto!important;
    background: transparent;
    border: 0 none rgb(104, 174, 199);
    border-radius: 0;
    box-shadow: none;
    display: flex;
    align-items: center;
}
.search-result-count,
.search-result-count p{
  
  font-size: 18px;
}
body div.asp_m.asp_m_6 .probox .proinput input.orig {
  background-color: #fff !important;
  border-radius: 15px;
  padding-left: 25px !important;
  padding-top: 0px !important;
  width: 95%!important;
  height: 65px!important;
      /*border: 1px solid #dfdfdf;*/
          
  
}
body div.asp_m.asp_m_6 .probox .proinput input.orig::-webkit-input-placeholder { /* Edge */
  
}

body div.asp_m.asp_m_6 .probox .proinput input.orig:-ms-input-placeholder { /* Internet Explorer 10-11 */
  
}

body div.asp_m.asp_m_6 .probox .proinput input.orig::placeholder {
  
}

body div.asp_m.ajaxsearchpro .probox .proclose {
  background-color: #fff;
  border-radius: 35px;
  margin-right: 10px;
  margin-left: 10px;
  background-image: none;
  padding-left: 10px;
  padding-right: 10px;
}

body div.asp_m.asp_m_6 .probox .prosettings {
  background-color: #f1776c;
  border-radius: 35px;
  margin-right: 10px;
  margin-left: 10px;
  background-image: none;
  padding-left: 10px;
  padding-right: 10px;
  height: 65px;
  /*display: none;*/
}

body div.asp_s.asp_s_6.searchsettings {
  background-image: none;
  background-color: #f1776c;
}

body div.asp_m.asp_m_6 .probox .promagnifier {
  background-color: #363636 !important;
  border-radius: 35px !important;
  margin-right: 10px !important;
  margin-left: 10px !important;
  background-image: none !important;
  padding-left: 10px !important;
  padding-right: 10px;
  /*--prev-disable--*/
      height: 65px!important;
}

body div.asp_m.asp_m_6 .probox .promagnifier .innericon svg {
  fill: rgb(255, 255, 255);
}

body div.asp_m.ajaxsearchpro .probox .prosettings .innericon svg {
  width: 32px;
}

body div.asp_m.ajaxsearchpro .probox .promagnifier .innericon svg {
  width: 32px !important;
}
.search_result_data{
  margin: 70px 0 0 0;
}

.mec-next-multiple ul .mec-date {
    float: none;
    text-align: left;
    clear: both;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.mec-next-multiple ul li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    padding: 11px 14px 9px;
    z-index: 9;
    text-decoration: none;
}
.mec-events-meta-group-tags a{
  text-decoration: none;
}
/************ 07-08-23 ****************/

.event_date_time_wrapper{
  display: flex;
  align-items: center;
  
  margin: 22px 0 0 0;
 }
.event_date_time_wrapper .mec-event-meta h3{
  display: none;
}
.event_date_time_wrapper .mec-event-meta{
  display: flex;
  align-items: center;
}
.event_date_time_wrapper .mec-event-meta .mec-single-event-date,
.event_date_time_wrapper .mec-event-meta .mec-local-time-details{
  background-color: transparent;
  display: flex;
  align-items: center;
  
  padding: 0 20px 0 0!important; 
}
.event_date_time_wrapper .mec-event-meta .mec-single-event-time{
background-color: transparent;
  display: flex;
  align-items: center;
  
  padding: 0 20px 0 0!important; 
}
.event_date_time_wrapper .mec-event-meta .mec-single-event-date dl dd,
.event_date_time_wrapper .mec-event-meta .mec-local-time-details dl dd{
  padding: 0 0 0 10px;
  font-size: 16px;
  display: flex;
  align-items: center;
}
.event_date_time_wrapper .mec-event-meta .mec-local-time-details ul,
.event_date_time_wrapper .mec-event-meta .mec-local-time-details ul li{
  display: flex;
  align-items: center;
  
}
.event_date_time_wrapper .mec-event-meta .mec-local-time-details ul li:nth-child(1),
.event_date_time_wrapper .mec-event-meta .mec-local-time-details ul li:nth-child(2){
  display: none;
}

.event_date_time_wrapper .mec-event-meta .mec-single-event-time dl dd{
  padding: 0 0 0 10px;
  font-size: 16px;
  display: flex;
  align-items: center;
}
.event_date_time_wrapper .mec-event-meta .mec-single-event-time ul li{
  display: flex;
  align-items: center;
  
  display: flex;
  align-items: center;
}

/***  14th Aug ***/
.directories_sidebar h3{
    font-size: 42px;
    line-height: 35px;
    font-weight: 700;
}
.directories_sidebar ul{
  list-style-type: none;
  padding: 0!important;
  margin:0!important;
}
.directories_sidebar ul li{
  padding: 15px 0!important;
  
}
.directories_sidebar ul li a{
  color: #FA8072!important;
  text-decoration: none!important;
  
      font-size: 22px;
      /* font-weight: 700; */
      transition: 0.4 ease-in-out!important;
  -webkit-transition: 0.4 ease-in-out!important;
  -moz-transition: 0.4 ease-in-out!important;
}

.directories_sidebar ul li a:hover,
.directories_sidebar ul li a:focus{
  color: #f1766b!important;
  text-decoration: none!important;
  
      font-size: 22px;
      color: #000;
      /* font-weight: 700; */
      transition: 0.4 ease-in-out!important;
  -webkit-transition: 0.4 ease-in-out!important;
  -moz-transition: 0.4 ease-in-out!important;
}
.mbd_35{
  margin: 0 0 35px 0;
}

.global_search_sort_wrapper_right .common_sort_toggle_button .sort_azbtn .sort_platform_body_wrapper.big_body{
      width: 420px;
      left: unset;
      right: 0;
    }

    /***** Global search filter *****/
    .search_right_sidebar_wrapper  .wpdreams_asp_sc {
  display: block !important;
  position: static !important;
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-animation-name: none !important;
   animation-name: none !important;
}

/******* 18th Aug ***********/

.asp_filter_cpt.asp_sett_scroll.asp_checkboxes_filter_box fieldset {
    width: 100%!important;
    min-width: 200px!important;
    max-width: 10000px!important;
}
div.asp_sb.asp_sb_6.searchsettings fieldset {
    width: 100%!important;
    min-width: 200px;
    max-width: 10000px;
}
div.asp_w.asp_sb.searchsettings fieldset {
    margin: 10px 0 20px!important;
}
div.asp_sb.asp_sb_6.searchsettings form {
    display: flex;
    margin: 0 0 25px 0 !important;
}
div.asp_sb.asp_sb_6.searchsettings fieldset legend{
  
  font-size: 28px!important;
  position: relative!important;
  padding: 0 0 20px 45px!important;
}
div.asp_sb.asp_sb_6.searchsettings fieldset legend:before {
   color: #000000;
    position: absolute;
    left: 5px;
    top: 28%;
    transform: translateY(-50%);
    transition: all 0.5s ease-in-out;
    font-size: 28px;
    line-height: 12px;
    font-family: 'Material Icons Outlined';
    content: "\e152";
}
div.asp_w.asp_s.searchsettings div.asp_option_label, 
div.asp_w.asp_sb.searchsettings div.asp_option_label{
   
   font-size: 16px!important;
}
div.asp_sb.asp_sb_6.searchsettings .asp_option_inner .asp_option_checkbox, div.asp_s.asp_s_6.searchsettings .asp_option_inner .asp_option_checkbox {
   background-image: -webkit-linear-gradient(180deg,rgb(255, 255, 255),rgb(255, 255, 255))!important;
    background-image: -moz-linear-gradient(180deg,rgb(255, 255, 255),rgb(255, 255, 255))!important;
    background-image: -o-linear-gradient(180deg,rgb(255, 255, 255),rgb(255, 255, 255))!important;
    background-image: -ms-linear-gradient(180deg,rgb(255, 255, 255) 0,rgb(255, 255, 255) 100%)!important;
    background-image: linear-gradient(180deg,rgb(255, 255, 255),rgb(255, 255, 255))!important;
    border: 1px solid #d1d1d1!important;
    width: 22px!important;
    height: 22px!important;
    top: -4px!important;
}
div.asp_w.asp_sb.searchsettings .asp_option, div.asp_w.asp_s.searchsettings .asp_option {
    margin: 5px 0 15px 0!important;
}
div.asp_w.asp_s.searchsettings .asp_option_inner, div.asp_w.asp_sb.searchsettings .asp_option_inner, div.asp_w.asp_sb.searchsettings input[type='text'] {
    margin: 2px 22px 0 10px!important;
}
div.asp_sb.asp_sb_6.searchsettings .asp_option_inner .asp_option_checkbox:after, div.asp_s.asp_s_6.searchsettings .asp_option_inner .asp_option_checkbox:after {
    color: rgb(0,0,0)!important;
    top: 1px!important;
    left: 0!important;
    font-size: 14px!important;
}
div.asp_sb.asp_sb_6.searchsettings .asp_sett_scroll {
    max-height: 352px!important;
    overflow: auto;
}

/*-------------*/
body.single_church_teachings_ministry .select2-container--open .select2-dropdown {
  background-color: #1f1f1f;
  border: 1px solid #1f1f1f;
  left: 0 !important;
/*  width: 100% !important;*/
  width: 550px !important;
}

body.single_church_teachings_ministry .select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #000000;
}

body.single_church_teachings_ministry .select2-container--default .select2-results__option {
  color: #fff;
  font-size: 20px;
}
body.single_church_teachings_ministry .select2-container--default .select2-search--dropdown .select2-search__field {
  margin: 0;
  background-color: #343434;
  border-color: #1f1f1f;
  border-radius: 3px;
  color: #fff;
/*  */
}
/************ New Directory Css 28th Sep **********/
.find_faith_row{
    display: flex;
    align-items: center;
    margin: 0 -25px;
}
.find_faith_row .faith_col_left{
  padding: 0 20px;
  max-width: 600px;
  width: 100%;
}
.find_faith_row .faith_col_right{
  padding: 0 20px;
  width: calc(100% - 600px);
}
.inner_faith_content{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.inner_faith_content .faitcont_header h2{
      text-transform: capitalize;
    font-size: 30px!important;
    margin: 0 0 10px 0;
}
.inner_faith_content .faitcont_cont p{
    text-align: center;
}
.more_common_grid.find_faith_community_wrapper {
    padding: 120px 0 120px 0;
}
.more_common_grid.find_faith_community_wrapper .more_grid_row_common.mighty_wrapper .figure_col_wrapper .figure_inner_col {
    border-radius: 25px;
    height: 175px;
}
.more_common_grid.find_faith_community_wrapper .more_grid_row_common.mighty_wrapper .figure_outlook_overlay h3 {
    text-decoration: none;
    padding: 16px 0 0 0;
    display: flex;
    justify-content: center;
    font-size: 22px;
}


/************ New Directory Css end **********/

/*** Mass Adoration single page tab css ****/
.mass_store_group {
    background-color: transparent;
}
.toggle_border {
    border: 0px solid #ccc!important;
    border-width: 0px!important;
}
.mass_store_datalist .tabs {
    border: 0px solid #ccc;
    overflow: hidden;
    display: flex;
}
.mass_store_datalist .tabs li {
    float: left;
    margin: 0 5px;
}
.mass_store_datalist .tabs li a {
     color: #616163;
    text-decoration: none;
    background-color: #dfdfdf;
    padding: 18px 40px;
    
    border: 1px solid #dfdfdf;
    border-radius: 20px 20px 0 0;
    font-size: 20px;
    border-bottom: none;
    font-weight: 400;
    transition: all ease-in-out 0.5s;
}
.mass_store_datalist .tabs li.active a {
    /* bottom: 0px; */
    background-color: #fff;
    border-bottom: 1px solid #fff;
}
.tab_content.toggle_display{
  width: 100%;
}
.tab_content.toggle_display.fadeOut{
  display: none;
}
.tab_content.toggle_display.fadeIn{
  display: block;
}

.tabccor_header{
  display: flex;
}
.tabccor_header a{
    color: #616163;
    text-decoration: none;
    background-color: #dfdfdf;
    padding: 18px 40px;
    
    border: 1px solid #dfdfdf;
    border-radius: 20px 20px 0 0;
    font-size: 20px;
    border-bottom: none;
    font-weight: 400;
    transition: all ease-in-out 0.5s;
    display: flex;
    margin: 0 5px 0 0;
}
.tabccor_header a.active{
  background-color: #fff;
    border-bottom: 1px solid #fff;
}
.tab_group_tab{
  display: none;
}
.tab_group_tab.active{
  display: block;
} 
/*---------Parish-details-page----------*/

.pivot_data_list ul li .pivot_content a{
/*  color: #000 !important;*/
  text-decoration: none !important;
  transition: all ease-in-out 0.4s;
}
.pivot_data_list ul li .pivot_content a:hover {
  color: #f1776c !important;
}

/*-------------*/

/* 19-10-2023 */
.mass_addor_conf_search_result ul {
  position: sticky;
    z-index: 100;
    margin: 0 -4px;
   /* padding-left: 90px;*/
   padding-left: 0px;
    top: 136px;
}

.mass_addor_conf_search_result ul:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  background-color: #fff;
  transform: translateX(-50%);
}

.mass_addor_conf_search_result ul li a {
  display: block;
}

div#result_count_mass_ador_conf.result_count_container.result_count_container {
  margin-bottom: 30px;
}

.set_inner_time_row {
  padding: 0;
  background: none;
  margin-bottom: 5px;
}

.set_timeframr_group {
  margin-bottom: 15px;
}



.set_inner_time_row .charch_name_src a {
  color: #9aaea3;
}

.set_inner_time_row:hover {
  background: none;
}

.src_group_heading.sticky {
  position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: #f1f1f1; /* Adjust this as needed */
}

.src_group_heading.sticky.visible {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
/* 19-10-2023 */

/** mass adoration sticky heding ***/
.src_group_heading.inner_heading_sticky{
  position: sticky;
  top: 200px;
}
/*** 11th Nov 23 ***/
/*.dencity_sticky{
  position: sticky;
  top: 198px;
  background-color: #fff;
  padding: 10px 0px;
}
.timeleft_sticky{
  position: sticky;
  top: 210px;
}*/
.dencity_sticky{
  /*position: static;
  top: 0px;*/

   position: sticky;
    top: 190px;
    background-color: #fff;
    padding: 20px 0px 10px 0;
    z-index: 50;
}
.timeleft_sticky{
  /* position: static;
  top: 0px;*/
  position: sticky;
    top: 262px;
    z-index: 10;
    background-color: #fff;
}



/*----------------New-accordion-section-for-service-directory-starts----------------*/
.service_accordian_wrapper{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  padding: 100px 0 0px 0;
}
.service_accordian_container {
  max-width: 1470px;
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
}
.service_accordian_container .single_sub_service{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin-bottom: 130px;
}
.service_accordian_container .single_sub_service:last-child{
  margin-bottom: 50px;
}
.sub_service_title{
  width: 40%;
}
.sub_service_title h3{
  font-size: 41px;
  line-height: 51px;
}

.sub_service_item_lists{
  width: 60%;
/*  display: flex;*/
/*  flex-wrap: wrap;*/
}
.sub_service_item{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 25px;
/*  margin-bottom: 25px;*/
}
.sub_service_item h5{
  font-size: 28px;
  line-height: 30px;
  color: #000;
  display: block;
  font-weight: 200;
  font-family: 'Helvetica Neue Bold' !important;
  width: 100%;
  cursor: pointer;
}
.sub_service_item p{
  color: #000 !important;
  font-size: 18px !important;
  line-height: 24px !important;
  margin-bottom: 15px !important;
}
.sub_service_item ul li{
  color: #000 !important;
  font-size: 18px !important;
  line-height: 24px !important;
  margin-bottom: 15px !important;
}
.sub_service_item ol li{
  color: #000 !important;
  font-size: 18px !important;
  line-height: 24px !important;
  margin-bottom: 15px !important;
}
.sub_service_item_header{
  width: 100%;
  display: flex; 
  padding-bottom: 15px;  
  border-bottom: 1px solid #000;
}
.sub_service_item_content{
  width: 100%;
  display: block;   
  padding-top: 25px;
}
.sub_service_item h3{
  font-size: 23px !important;
  line-height: 35px !important;
}
/*----------Mass-adoration-additional-work----------*/
body.mass_addoration_wrapper .breadcrumbs-list a{
  color: #fff!important;
  text-decoration: none!important;
}
.loop_gray_box.hasFootnote{
  flex-wrap: wrap;
}
.loop_gray_box.hasFootnote .footnote_txt{
  display: block;
  width: 100%;
/* OMI 10/14 */
  font-size: 14px;
  font-style: italic;

  padding: 5px 0 0 0;
}
.loop_gray_box .footnote_txt{
  display:none;
}
.dir_search_result_inner.mass_store_datalist .single_member ul li ul li .loop_gray_box.hasFootnote{
  height: auto;

}

/*----------------New-accordion-section-for-service-directory-ends----------------*/
/********** 7th Nov 2013 **********/
#searchBtnContainer{
  display: none;
}
/********** 7th Nov 2013 end **********/

.event_details_decon li a {
  color: #9aaea3 !important;
  text-decoration: none;
}
.single_sub_service .sub_service_title{
    padding: 0 35px 0 0;
  }

  /*--------New-Desc-Text------------*/
  .discm_message{
    text-align: right;
  font-size: 14px;
  font-style: italic;
/*  letter-spacing: 6px;*/
  padding-top: 10px;
  }
  .discm_message a{
    text-decoration: none;
    color: #000;
  }
  .discm_message a:hover{
    color: #9aaea3;
  }
  .top_mrg_aadj{
    margin-top: -25px;
  }
  /*-----------------------------------------*/
 

.mass_adoration_loadbtn{
   border-radius: 35px;
    height: 55px;
    background-color: #363636;
    border: 1px solid #333;
    padding: 10px 35px;
    margin: 0 40px;
    
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    margin: 35px auto 0 auto;
}
.mass_adoration_loadbtn span{
  margin: 0 10px 0 0;
  color: #fff;
}
.mass_adoration_loadbtn:hover,
.mass_adoration_loadbtn:focus{
  background-color: #363636;
    border: 1px solid #9aaea3;
    color: #fff;
    text-decoration: none;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
}
/********** 29th Nov 2023 ************/
.chat_fire_point {
    z-index: 9999999!important;
}
body.term-family-health-services .more_common_grid {
    padding: 60px 0 60px 0;
}
body.term-family-health-services .more_common_grid.grid_orangecity {
    padding: 120px 0 120px 0;
}
.inner_directory_search_row.mass_adoration_wrapper .ado_search_label {
    order: 1;
}
/*OMI 1/14*/
.inner_directory_search_row.mass_adoration_wrapper .ado_mass_find__commindsearch_wrapper {
   order: 2;
    display: flex;
    align-items: center;
    /* max-width: 480px; */
    max-width: 380px;
    width: 100%;
    margin-right: 1%;
}
.inner_directory_search_row.mass_adoration_wrapper .ado_main_search_main {
    order: 1;
}
.inner_directory_search_row.mass_adoration_wrapper .directory_search_btn {
    order: 7;
}
.inner_directory_search_row .adoration_panel.select_col{
  order: 4;
}
.inner_directory_search_row .adoration_day.select_col{
  order: 5;
}
.inner_directory_search_row .adoration_time.select_col{
   order: 6;
}
.inner_directory_search_row .language_panel.select_col{
    order: 7;
}
.inner_directory_search_row.mass_adoration_wrapper .directory_search_btn #btnSubmit {
    /* background-color: #363636; */
    border-radius: 35px;
    margin-right: 15px;
}
.wpsl-locations-details.roted_directions{
  display: flex;
}
.wpsl-locations-details.roted_directions .org_logo_wrapper{
  width:150px;
  padding: 0 10px 0 0;
}
.wpsl-locations-details.roted_directions .wpsl_all_details{
  padding: 0px;
  width:calc(100% - 160px);
}
.school_logo_wrapper{
  text-align: center;
}
.school_logo_wrapper .school_logo_panel{
  margin: 0 auto 25px auto;
  width: 240px;
  height:240px;
  border-radius: 50%;
  background-color: #fff;
  padding: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.school_logo_wrapper .school_logo_panel img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.parish_desc{
  padding-bottom: 50px;
}
.align_item_edg{
  display: flex !important;
  justify-content: space-between!important;
  align-items: center!important;
}
.parish_viewall_btn{
  text-decoration: none;
}
.parish_viewall_btn:hover,
.parish_viewall_btn:focus{
  text-decoration: underline;
}
/*-------24.4.24--------*/
.all_school_wrap{
  width: 100%;
  text-align: right;
  padding-top: 25px;
}
.all_school_wrap + .search_sort_container{
  padding-top: 15px;
}
/********* 23rd May Social UI *********/
.new-social-ui ul li a{
  width: 47px;
  height: 47px;
  border: 5px solid #fff;
  border-radius: 10px;
  display: flex!important;
  justify-content: center!important;
  align-items: center!important;
}
.new-social-ui ul li:first-child a{
  border: 0px solid #fff;
}
.new-social-ui ul li a i{
  color: #fff;
  opacity: 1;
  font-size: 26px;
}
.new-social-ui ul li:first-child a i{
  color: #fff;
  opacity: 1;
  font-size: 53px;
}


.result_count_container {
  padding: 25px 10px 25px 10px;
  text-align: left;
 
}

.result_count_container span {
  
  font-size: 22px;
  color: #000;
}


@media screen and (max-width: 899px) {
    .site-footer {
      padding: 0px !important;
  }
}