/* Navbar */
.logo-container {
  background: #fff !important;
}

/* Breadcrumb */
.breadcrumb-container {
  background: linear-gradient(-90deg, #dc354662, #ff790348);
  min-height: 150px;
  max-height: 150px;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
 text-transform: uppercase;
}

.breadcrumb-item a {
  text-decoration: none;
  color: #990b3f;
  transition: 0.5s;
}

.breadcrumb-item {
  text-decoration: none;
  color: #990b3f;
  transition: 0.5s;
}

.breadcrumb-item a:hover {
  color: #dc3545;
  transition: 0.5s;
}

.breadcrumb-item.active {
  text-decoration: none;
  color: #dc3545;
}

.breadcrumb-container .breadcrumb-img {
  position: absolute;
  bottom: 0;
  right: 0;
}

.breadcrumb-container .breadcrumb-img::after {
  content: "";
  position: absolute;
  display: block;
  background: radial-gradient(#ff7903, #ff79037a);
  height: 100px;
  width: 100px;
  top: -10px;
  right: 25%;
  z-index: -1;
  border-radius: 50%;
  filter: blur(25px);
}

.breadcrumb-container .breadcrumb-img img {
  height: 140px;
  opacity: 0.9;
}

.breadcrumb-container h2 {
  font-size: 2rem;
  font-weight: 600;
  color: #0b2848;
}

.inner-page-content {
  padding: 5rem 0;
}

.eparchy-container .our-saints-card .our-saints-title p span:first-child {
  color: #0b2848;
  font-weight: 300;
}

.eparchy-container .our-saints-card .our-saints-title p span:last-child {
  font-weight: 500;
}

.eparchy-container .our-saints-card .our-saints-title p {
  font-size: 14px;
}

.eparchy-container .our-saints-card .our-saints-title h6 {
  text-transform: uppercase;
}

.eparchy-container.commission-container .our-saints-card .our-saints-title h6 {
  text-transform: unset;
}

.eparchy-container .our-saints-card {
  margin: 15px auto;
}

.eparchy-container .our-saints-card:hover {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  transition: 0.5s;
}

.search-div .input-group .input-group-text {
  background: #fff;
  border-right: 0;
  border: 1px solid #0b2848;
}

.search-div .input-group .input-group-text i {
  color: #0b2848;
}

.search-div .input-group .form-control {
  border-left: 0 !important;
  padding-left: 0;
  border: 1px solid #0b2848;
  font-size: 14px;
  border-top-right-radius: 0.375rem !important;
  border-bottom-right-radius: 0.375rem !important;
}

.search-div .input-group .form-control:focus {
  box-shadow: unset;
}

.search-div label {
  position: absolute;
  z-index: 4;
  font-size: 13px;
  background: #fff;
  top: -6px;
  right: 1%;
  margin-bottom: 0;
  line-height: 12px;
  color: #0b2848;
  font-weight: 400;
}

.inner-page-content h2 {
  color: #0b2848;
  font-weight: 600;
  margin-bottom: 1.5rem;
  position: relative;
  margin-left: 15px;
  font-size: 1.8rem;
}

.inner-page-content h2::after {
  background: #dc3545;
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 100%;
  top: 0;
  left: -15px;
}

.eparchy-detail-container .eparchy-img {
  /* height: 100%; */
  object-fit: cover;
  width: 100%;
}

.icon-box-container {
  margin-bottom: 1rem;
}

.icon-box-container .icon-title {
  color: #0b2848;
  font-weight: 500;
  font-size: 18px;
}

.icon-box-container .icon-desc {
  color: #0b2848;
  font-weight: 400;
}

.inner-page-content h3.inner-title {
  color: #dc3545;
  font-weight: 600;
  margin-bottom: 1.1rem;
  position: relative;
  margin-left: 15px;
  font-size: 1.8rem;
}

.inner-page-content h3.inner-title::after {
  background: #0b2848;
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 100%;
  top: 0;
  left: -15px;
}

.inner-page-content p {
  color: #071a2e;
  /* font-weight: 300; */
  font-weight: 350;
 
}

.inner-page-content li {
  color: #0b2848;
  font-weight: 300;
}

.eparchy-curia .icon-title {
  font-weight: 600;
}

.eparchy-curia .icon-desc.imp-color {
  font-weight: 500;
}

.eparchy-curia .icon-box-container {
  margin-bottom: 3rem;
}

.eparchy-former-bishop .icon-title,
.former-archbishops .icon-title {
  font-weight: 600;
  line-height: 18px;
}

.eparchy-former-bishop .icon-desc.imp-color,
.former-archbishops .icon-desc.imp-color {
  font-weight: 500;
  font-size: inherit;
}

.eparchy-former-bishop .icon-desc,
.former-archbishops .icon-desc {
  font-size: 14px;
}

.major-archbishop-container .major-archbishop-img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.offcanvas#download-majorarchbishop-photos {
  height: 60vh;
}

.major-archbishop-container .icon-box-container {
  margin-bottom: 1.5rem;
}

.download-image-container img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.download-image-container {
  margin-bottom: 1.5rem;
  border: 1px solid #0b2848;
  border-radius: 5px;
  overflow: hidden;
}

.download-image-container ul li a {
  width: 40px;
  height: 40px;
  background: #dc3545;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  bottom: 0;
  right: 0;
  text-decoration: none;
  color: #fff;
  transition: 0.5s;
}

.download-image-container ul li a:hover {
  background: #0b2848;
  color: #dc3545;
  transition: 0.5s;
}

.download-image-container ul {
  position: absolute;
  bottom: 0;
  right: 0;
}

.archbishop-appointment {
  border: 1px solid #0b2848;
  border-radius: 5px;
  padding: 10px;
}

.appointment-item span {
  font-weight: 600;
  font-size: 13px;
  color: #dc3545;
}

.appointment-item p {
  font-size: 15px;
}

.bishop-list-item .bishop-list-img img {
  object-fit: cover;
  width: 100%;
  height: 350px;
}

.bishop-list-item .bishop-list-img .bishop-position {
  position: absolute;
  background: linear-gradient(90deg, #0b2848, #dc3545, #cb475200);
  color: #fff;
  width: 95%;
  padding: 3px 10px;
  font-size: 16px;
  bottom: 2px;
  font-weight: 500;
  letter-spacing: 1;
}

.bishop-list-item .bishop-list-img .bishop-position span {
  font-size: 14px;
}

.bishop-list-item .bishop-list-name {
  font-size: 19px;
  font-weight: 500;
  color: #0b2848;
  margin-top: 10px;
}

.info-container {
  padding: 15px;
  border-radius: 10px;
  border: 2px solid #dc3545;
  margin-bottom: 2rem;
  position: relative;
}

.info-container p {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 0;
}

.info-container .info-badge {
  font-size: 14px;
  margin-bottom: 0;
  background: #fff;
  top: -15px;
  letter-spacing: 1.5px;
  padding: 3px;
  font-weight: 600;
  color: #dc3545;
}

.ordinary-tribunal-container .our-saints-title h6 {
  font-size: 16px;
  font-weight: 500;
}

.our-saints-card .our-saints-title.bishops-title p span:last-child {
  font-weight: 500;
}

ul.chronology-ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.chronology-ul .chronology-item {
  padding-bottom: 1px;
  padding-left: 15px;
  border-left: 2px solid #cb535b;
}

ul.chronology-ul .chronology-item::before {
  content: "";
  position: relative;
  width: 15px;
  height: 15px;
  border-radius: 50px;
  left: -23px;
  top: 20px;
  background: #fff;
  border: 2px solid #cb535b;
  display: block;
}

ul.chronology-ul .chronology-item h5 span.badge {
  background: #e18a93;
  font-weight: 500;
  /* font-size: 14px; */
  font-size: 16px;
}

ul.chronology-ul .chronology-item h6.chronology-data {
  /* font-size: 14px;
  font-weight: 300; */
  font-size: 16px;
  font-weight: 500;
  color: #0b2848;
}

div#navbarSupportedContent li.nav-item {
  margin: 0 !important;
}

/* Search Results */
.search-div div.input-group {
  position: relative;
}

.search-result-ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid #0b2948;
  border-radius: 0.35rem;
  background: #fff;
}

.search-result-ul .search-icon img {
  object-fit: cover;
}

.search-result-div {
  top: 40px;
  width: 100%;
  border: 1px solid #0b294821;
  border-radius: 0.375rem !important;
  background: #fbfbfb;
  padding: 0.75rem;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.search-result-ul li{
  padding: 0.35rem;
  border-bottom: 1px solid #0b2948;
}
.search-result-ul li:last-child{
  border: 0 !important;
}
.search-result-ul a {
  text-decoration: none;
}
h1.news-event-title {
  color: #0b2848;
}
.blog-share,.blog-tags {
  border-top: 1px #F2F2F2 solid;
  border-bottom: 1px #F2F2F2 solid;
}
.line-1 {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.line-2 {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.line-3 {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.related-blog-title h6 {
  color: #000;
  font-weight: 300;
}
.object-fit-cover{
  object-fit: cover;
}
button.filterButton.active-filter{
position: relative;
}
button.filterButton.active-filter::before {
  content: '';
  display: block;
  width: 13px;
  height: 13px;
  position: absolute;
  border-radius: 50%;
  background: #dc3545;
  right: -5px;
  top: -5px;
}
.GalleryItem{
  aspect-ratio: 4 / 3;
}
.GalleryItem img{
  aspect-ratio: 4 / 3;
  object-fit: cover;
  width: 100%;
}
.GalleryItem .img-zoom {
  width: 40px;
  height: 40px;
  background: #dc3545;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  bottom: 0;
  right: 0;
  text-decoration: none;
}

.GalleryItem .img-zoom i {
  color: #fff;
  font-size: 1.5rem;
}
div#offcanvasFilter .d-flex.justify-content-between.position-absolute {
  background: #fff;
  padding-top: 1.5rem!important;
}
div#offcanvasFilter .offcanvas-body {
  overflow: scroll;
  max-height: 83vh;
}
div#offcanvasFilter .CategorySection {
  height: 35vh;
}
div#offcanvasFilter .commissionection,div#offcanvasFilter .tagSection{
  height: 35vh;
  padding-top: 2rem;
}
div#offcanvasFilter #categoriesDiv,div#offcanvasFilter #commissionsDiv,div#offcanvasFilter #tagsDiv {
  overflow: auto;
  max-height: 100%;
}
div#offcanvasFilter #categoriesDiv button {
  height: fit-content;
}
div#offcanvasFilter .offcanvas-body:not(.CategorySection) .tagSection {
  margin-top: 0 !important;
  padding-top: 0 !important;
  height: 100% !important;
}
.saints-info {
  border: 2px solid #f7d6da;
  border-radius: 0 0 6px 6px;
  padding: 6px;
}
.saints-info h6 {
  margin: 0;
  font-size: 0.9rem;
  color: #0b2848;
  font-weight: 200;
}
.saints-info h6 span:last-child{
  font-weight: 400;
  margin-left: .5rem;
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .logo-box-text h1 {
    font-size: 1.38rem;
  }
}

@media screen and (max-width: 576px) {
  .breadcrumb-container {
    min-height: 10vh !important;
  }

  .breadcrumb-container h2 {
    font-size: 1.5rem !important;
  }

  .breadcrumb-item {
    font-size: 12px;
  }

  .search-div .input-group {
    width: 100% !important;
  }

  .inner-page-content h3.inner-title {
    font-size: 1.5rem;
  }

  .download-image-container img {
    height: 150px;
  }

  .offcanvas#download-majorarchbishop-photos {
    height: 75vh;
  }
}


.blog-img{
  position: relative;
}
span.share-post {
position: absolute;
top: 0;
right: 0;
background: #dc3645;
padding: 8px;
display: flex;
align-items: center;
font-size: 16px;
color: #fff;
cursor: pointer;
}
span.share-post svg {
height: 18px;
margin-right: 8px;
}
.share-button{
width: 60px;
height: 60px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
text-decoration: none;
color: #fff;
}
.share-button i {
font-size: 30px;
}
.share-button.copy{
background: #f4f4f4;
color: #606060;
}
.share-button.whatsapp{
background: #25d366;
}
.share-button.fb{
background: #3b5898;
}
.share-button.twitter{
background: #1ea1f2;
}
.share-button.email{
background: #888888;
}
.share-button.reddit{
background: #ff4500;
}
.share-button.pinterest{
background: #bd081c;
}
.share-button.blog{
background: #f57d03;
}
.share-button.linkedin{
background: #0177b5;
}
.share-button:hover {
color: #fff;
opacity: .8;
}
.shareItem span {
font-size: 14px;
color: #a7a7a7;
font-weight: 300;
}
