#scroll-top {
  position: fixed;
  bottom: -20px;
  right: 30px;
  font-size: 20px;
  border: none;
  outline: none;
  border-radius: 50px;
  color: #fff;
  background-color: #bf0a30;;
  cursor: pointer;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  box-shadow: var(--box-shadow2);
  transition: var(--transition);
  opacity: 0;
  visibility: hidden;
  z-index: 2;
}

#scroll-top.active{
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}

.use-bootstrap-tag > button {
  padding-left: 3px !important;
  padding-right: 3px !important;
}

div.error {
  color: red;
}

.blog-single .blog-info-wrap a {
  color: #bf0a30;
}
.blog-single .blog-info-wrap a:hover {
  text-decoration: underline;
}

.blog-single .blog-info-wrap .blog-content blockquote, .cke_editable blockquote {
  padding: 50px 60px;
  font-size: 20px;
  line-height: 38px;
  margin: 50px;
  font-style: italic;
  position: relative;
  border: 5px solid #bf0a30;
  font-weight: 500;
  color: #606060;
}

.blog-single .blog-info-wrap .blog-content blockquote::before,
.cke_editable blockquote::before {
  position: absolute;
  left: -44px;
  top: 50%;
  transform: translateY(-50%);
  content: "\f10e";
  font-family: fontawesome;
  background: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  padding: 20px 25px;
  font-size: 30px;
  color: #000;
  background: #fff;
}

.fb-share-button {
  margin-bottom: 20px;
  font-size: 1.5rem !important;
}

.clearfix-100 {
  margin-top: 0.5rem;
  clear: both !important;
  max-width: 100% !important;
}
ul.list-posts {
  list-style: none;
  list-style-position: outside !important;
  padding-left: 0;
  margin-left: 0;
}

ul.list-posts li::before {
  content: '▶'; /* Or any other caret character */
}

.page-title-2 {
  margin-bottom: 25px;
  padding: 6px 10px;
  /* padding-left: 34px; */
  font-weight: 700;
  /* line-height: 28px; */
  position: relative;
  /* background-color: #2D5F9C; */
  color: #bf0a30;
  font-size: 1.5rem;
  border-radius: 3px;
}
/* .page-title-2::before {
  content: "";
  width: 25px;
  height: 2px;
  position: absolute;
  top: 13px;
  bottom: 0;
  right: 0;
  left: 0;
  background: #bf0a30;
}
.page-title-2::after {
  content: "";
  width: 15px;
  height: 2px;
  bottom: 0;
  left: 10px;
  top: 18px;
  position: absolute;
  background: #bf0a30;
} */

.pagination .page-link {
  color: #bf0a30;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #bf0a30;
  border-color: #bf0a30;
}

.blog-single .breadcrumb {
  display: flex;
}

ul.nav.navbar-main > li > a {
  padding: 0 8px;
}

.rounded-top-right-1 {
  border-top-right-radius: 0.5rem; /* Adjust the value as needed */
}

.sermon-list .sermon-list-item-mobile .sermon-info {
  border-bottom: 1px solid rgb(165, 165, 165);
}

hr.sep {
  height: 0; /* Remove default height */
  border: 0; /* Remove default border */
  border-top: 1px solid rgb(165, 165, 165);
}

.header-sticky .navbar {
  background-color: #2D5F9C;
}

.blog .blog-info .blog-thumb {
  width: 35%;
  float: left;
  margin-top: 5px;
  margin-right: 10px;
}
.blog .blog-info .blog-desc {
  font-size: 16px;
}

.card-main .card-header {
  background-color: #2D5F9C;
}
.card-main .card-header .title a, .sidebar .widget-title .title a {
  color: white;
}

.card-main .card-header .title a:hover, .sidebar .widget-title .title a:hover {
  color: #bf0a30;
}

.sidebar .widget .list-post-content, .sidebar .widget .category-list, .sidebar .widget .tagcloud {
  padding: 15px;
}
span.post-date, div.postd-date {
  font-size: 13px;
  font-weight: 500;
  color: #666666;
  padding-right: 15px;
  font-style: italic;
}

.item-list-wrapper {
  border: 1px solid rgba(0, 0, 0, 0.06);
  padding: 1rem;
  background-color: white;
  border-radius: 3;
}

.item-list-wrapper .row:not(:first-child) {
  margin-top: 1rem;
}
.item-list-wrapper .row:not(:last-child) {
  margin-bottom: 1rem;
}

.blog-single .blog-title {
  color: #bf0a30;
  font-size: 24px;
  line-height: 38px;
  margin-bottom: 8px;
  font-weight: bold;
}

.blog-title h4, h4.plog-title {
  font-size: 19px;
}
.top-meta .post-date {
  font-size: 14px;
}

.text-justify {
  text-align: justify !important;
}

.btn.btn-outline-secondary {
  background: white !important;
  color: #222 !important;
  border-color: #666666 !important;
  outline: 1px solid #666666 !important;
}

@media (max-width: 767.98px) { 
  .top-banner-bg {
    background-color: #2D5F9C;
  }

  .blog .blog-info .blog-thumb {
    width: 100%;
    float: none;
    margin-top: 0px;
    margin-right: 0px;
  }
}

/* =================Calendar=========== */
.fc .fc-toolbar.fc-header-toolbar {
  margin-bottom: 0;
}
.fc .fc-toolbar-title {
  text-transform: capitalize;
  font-size: 1.2rem;
}

.fc .fc-button-primary {
  background-color: transparent;
  border-color: transparent;
  color: #222;
}
.fc .fc-button-primary:hover {
  background-color: transparent;
  border-color: transparent;
  color: #bf0a30;
}
.fc .fc-button:active {
  background-color: transparent;
  border-color: transparent;
  color: #bf0a30;
}
.fc .fc-button:focus {
    outline: none !important;
    box-shadow: none !important;
}

.fc table {
  margin-bottom: 0px;
  padding: 0px;
}
.fc-event.hidden {
  display: none;
}
.fc .fc-daygrid-day-events {
  display: none;
}
.fc .fc-daygrid-day-top {
  flex-direction: row; /* This is the default, so it can be omitted */
  justify-content: center; /* Centers content horizontally along the main axis */
  align-items: center; /* Centers content vertically along the cross axis */
}

.fc .fc-daygrid-day.fc-day-today {
  background-color: #bf0a30;
}
.fc .fc-daygrid-day.fc-day-today a {
  color: white;
}
.fc .fc-day-future a {
  color: #ccc;
  cursor: default;
}

/* =================Calendar=========== */

/* =================Pagination=========== */
ul.custom-pagination li.page-num {
  color: #666;
	font-size:16px;
	line-height:34px;
	font-weight: normal;
	text-align: center;
	border: 1px solid #BBB;
	min-width: 14px;
	padding: 0 7px;
	margin: 0 5px 0 0;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	background: #efefef; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#efefef 100%); /* IE10+ */
	background: linear-gradient(top, #ffffff 0%,#efefef 100%); /* W3C */
}
ul.custom-pagination li.disabled a {
  cursor: default; 
  color:white;
}
ul.custom-pagination li.disabled {
  background: #bf0a30; /* Old browsers */  
}
ul.custom-pagination li.prev, ul.custom-pagination li.next {
  background-color: #efefef;  
}
ul.custom-pagination li.prev a, ul.custom-pagination li.next a {
  color:#666;  
}

/* ======================= LOADING =================================== */
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #fff;
    opacity: 1.0;
    transition: opacity 2s ease;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 200px;
    height: 200px;
    margin: -100px 0 0 -100px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;
    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loading-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    /* 
    opacity: 100!important;

    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;

    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;

    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important; */
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e74c3c;
    -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f9c922;
    -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg); /* IE 9 */
        transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg); /* IE 9 */
        transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg); /* IE 9 */
        transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg); /* IE 9 */
        transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
    }
}
/*====================================================================*/