/* @font-face {
  font-family: "Bringshoot";
  src: url(../fonts/Bringshoot.otf);
} */

.font-cursive,
.font-cursive span.fl-heading-text,
.font-cursive p,
.font-cursive h1,
.font-cursive h2,
.font-cursive h3,
.font-cursive--heading-only h1,
.font-cursive--heading-only h2,
.font-cursive--heading-only h3 {
  font-family: "Bringshoot" !important;
  line-height: 0.8 !important;
  margin-bottom: 15px !important;
}

/* ===== */
/* Fixes */
/* ===== */

/* Admin bar on mobile - fix */
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}

/* prevent overflow of elements */
.fl-page {
  overflow: hidden;
}

/* remove underline on links */

body .fl-page-content a {
  transition: all 0.15s;
}

body .fl-page-content a,
body .fl-page-content a:hover,
body .fl-page-content a:focus,
body .fl-page-content a:active,
body .fl-page-content a:visited,
body .fl-page-content a:link {
  text-decoration: none;
}

/* ======================= */
/* ======= General ======= */
/* ======================= */

/* ========= */
/* Utilities */
/* ========= */

.bold-heading {
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 3rem;
}

.remove-mouse-interaction {
  pointer-events: none;
}

.loading-spinner-small {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  position: relative;
  animation: rotate 1s linear infinite;
  display: none;
  margin-left: 10px;
}

.loading-spinner-small::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  inset: 0px;
  border-radius: 50%;
  border: 5px solid #fff;
  animation: prixClipFix 2s linear infinite;
}

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

@keyframes prixClipFix {
  0% {
    clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
  }
  25% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
  }
  50% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
  }
  75% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
  }
  100% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
  }
}

.form__submit-button.loading .loading-spinner-small,
.load-more-button.loading .loading-spinner-small {
  display: block;
}

.form__submit-button.loading::after {
}

.spacer-div-50 {
  height: 50px;
}

/* Buttons */

.button-large {
  font-weight: 900;
  font-size: 2.8rem;
  line-height: 1;
  border-radius: 50px;
  padding: 20px 25px;
  text-align: center;
  transition: all 0.2s;
}

.button-large.button-large-pink {
  border: 1px solid #ec217b;
  background-color: #ec217b;
  color: #fff;
}

.button-large.button-large-pink:hover {
  background-color: #d11d5f;
}

.button-large.button-large-blue {
  border: 1px solid #00acd7;
  background-color: #01b8e3;
  color: #fff;
}

.button-large.button-large-blue:hover {
  background-color: #059abd;
}

@media (max-width: 1100px) {
  .button-large {
    font-size: 2.6rem;
  }
}

@media (max-width: 1000px) {
  .button-large {
    font-size: 2.4rem;
  }
}


/* Pagination */

.search-page-results-pagination-container {
  margin: 30px 0 30px;
  display: flex;
  justify-content: center;
}

.page-numbers {
  display: inline-block;
  padding: 12px 15px;
  margin: 0 2px 0 0;
  border: 1px solid #e5e5e5;
  line-height: 1;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 600;
}

.page-numbers:not(:last-child) {
  margin-right: 5px;
}

.page-numbers,
.page-numbers:hover,
.page-numbers:active,
.page-numbers:focus {
  text-decoration: none;
  color: #01b9e4;
}

.page-numbers.current {
  background: #01b9e4;
  color: #fff;
  border: none;
}

a.page-numbers:hover {
  background: #f4f5f9;
}

/* Prayer Wall pagination */

.pagination {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

/* ========= */
/* Home page */
/* ========= */

.two-col-top-section-image {
}

/* Popup form */

/* .open-popup-button-container {
}

.open-popup-button-container .fl-button {
}

.popup-overlay {
  display: none;

  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.6);
  overflow-y: scroll;
}

.popup-overlay.active {
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup-form-container {
  position: relative;
  width: 90%;
  height: 100%;
  max-height: 40rem;
  max-width: 1000px;
}

.popup-form-container-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
}

.popup-form-content {
  position: relative;
  padding: 30px 30px 60px;

  background: #f7feff;
  border-radius: 15px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  margin-bottom: 40px;
}

.popup-form-content h2,
.popup-form-content h3 {
  margin-bottom: 25px;
  font-weight: 700;
}

.popup-form-content p {
  font-size: 1.8rem;
  color: #000;
  font-weight: 300;
  margin-bottom: 20px;
}

.close-popup {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 2.5rem;
  height: 3rem;
  width: 3rem;
  border-radius: 50%;
  background: #222;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;

  cursor: pointer;
} */

/* ====== */
/* Header */
/* ====== */

header {
  position: relative;
  z-index: 5;
}

.mobile-header-container {
  position: relative;
}

/* Header menu */

.menu-main-menu li a {
  font-size: 1.8rem;
  font-weight: 200;
}

li.header-menu-cta {
  margin-left: 1.5rem;
}

li.header-menu-cta a {
  border-radius: 5rem;
  padding: 1.1rem 2.4rem 1.1rem 2.2rem !important;
  background: #01b8e3;
  color: #fff !important;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0;
  margin-left: 1.3rem;
  transition: all 0.15s;
  text-decoration: none !important;
}

li.header-menu-cta i {
  /*color: #FF5757 !important;*/
  color: #ff5757 !important;
  margin-right: 0.7rem;
}

li.header-menu-cta:hover a {
  opacity: 0.85;
}

/* Header menu cta - icon animation */
/*
.bx-burst i {
    -webkit-animation: burst 1.5s infinite linear;
    animation: burst 1.5s infinite linear;
}

@keyframes burst {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    90% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}
*/
/* Menu links fix */
li.menu-item a:focus,
a:focus {
  text-decoration: none;
}

/* Sub menu fix on desktop */
@media (min-width: 769px) {
  .page .menu .fl-has-submenu .sub-menu,
  .page-template-default .menu .fl-has-submenu .sub-menu,
  .menu .fl-has-submenu .sub-menu {
    z-index: 11;
    border-radius: 0 0 3px 3px;
  }
}

/* Menu dropdown separators */

ul.menu li.menu-item-has-children ul.sub-menu li.menu-item:not(:last-child) {
  /*border-bottom: 1px solid #d4d4d4;*/
  border-bottom: 1.5px solid #fff;
}

/* Menu search */

li.menu-item.menu-search-button {
  transition: all 0.15s;
  margin-left: 2rem;
}

.mobile-header-menu__search-button-cont i {
  transition: all 0.15s;
}

li.menu-item.menu-search-button:hover,
.mobile-header-menu__search-button-cont {
  transform: scale(1.07);
}

li.menu-item.menu-search-button i,
.mobile-header-menu__search-button-cont i {
  font-size: 2.5rem;
  color: #01b9e4 !important;
}

/* =========== */
/* Mobile menu */
/* =========== */

.bb-container-mobile-menu {
  position: relative;
  min-height: 8rem;
}

.mobile-menu-container {
}

.mobile-menu-btn {
  height: 4rem;
  width: 4rem;
  /*background: #d3cdc6;*/
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  position: absolute;
  /*z-index: 550;*/
  top: 50%;
  right: 3rem;
  transform: translateY(-50%);
}

.mobile-menu-nav-container-inner {
  position: relative;
  width: 100%;
  margin-right: 3rem;
}

.mobile-menu-nav-container-inner .mobile-menu-btn {
  z-index: 550;
  top: 0;
  right: 0;
}

.menu-line {
  width: 3rem;
  height: 0.3rem;
  border-radius: 0.6rem;
  background-color: #01b9e4;
  transition: all 0.15s;
}

.mobile-menu-btn--when-not-active .menu-line {
  transition: all 0;
}

.mobile-menu-btn--when-is-active.mobile-menu-btn-active .menu-line {
  background-color: #ffffff;
}

.menu-line:not(:last-child) {
  margin-bottom: 0.7rem;
}

/* Mobile menu - sub menu toggle */

.mobile-menu-nav-container .sub-menu {
  display: none;
}

/* menu button active */
/*
.mobile-menu-btn-active .menu-line-1 {
    transform: rotate(45deg) translate(.9rem, .7rem);
}

.mobile-menu-btn-active .menu-line-2 {
    opacity: 0;
}

.mobile-menu-btn-active .menu-line-3 {
    transform: rotate(-45deg) translate(.7rem, -.6rem);
}
*/
.mobile-menu-btn--when-is-active .menu-line-1 {
  transform: rotate(45deg) translate(0.9rem, 0.7rem);
}

.mobile-menu-btn--when-is-active .menu-line-2 {
  opacity: 0;
}

.mobile-menu-btn--when-is-active .menu-line-3 {
  transform: rotate(-45deg) translate(0.7rem, -0.6rem);
}

.mobile-menu-nav-container {
  display: flex;
  background: #01b9e4;
  height: 100vh;
  /*width: 100vw;*/
  position: fixed;
  top: -100vh;
  /*left: 0;*/
  right: -100%;
  z-index: 500;
  transition: all 0.4s;
  top: 0;
}

.mobile-menu-nav-container-active.mobile-menu-nav-container {
  top: 0;
  right: 0;
  padding-top: 100px;
  align-items: flex-start;
  justify-content: flex-start;
  box-shadow: 0 0 3.5rem rgba(0, 0, 0, 0.3);
  width: 32rem;
  touch-action: none;
}

.mobile-menu-nav-container-background {
  position: fixed;
  top: 0;
  right: -101%;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: #000;
  z-index: 499;
}

.mobile-menu-nav-container-background.active {
  right: auto;
  left: 0;
}

/*
.mobile-menu-nav-container-active::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 499;
    background: #000;
}
*/
.mobile-menu-nav-container ul {
  list-style: none;
  padding: 0;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mobile-menu-nav-container .nav-links-inner-container > ul {
  position: relative;
  text-align: left;
  top: 3rem;
  padding: 2rem 2rem 2rem 3rem;
  width: 100%;
}

.mobile-menu-nav-container ul li {
  margin-bottom: 1.2rem;
  position: relative;
  cursor: pointer;
}

.mobile-menu-nav-container ul.nav-links li a {
  font-size: 2.4rem;
  text-decoration: none;
  color: #fff;
  font-weight: 300;
  transition: all 0.2s;
}

.mobile-menu-nav-container ul.nav-links li a:hover,
.mobile-menu-nav-container ul.nav-links li a:active {
  color: #fff;
}

.mobile-menu-nav-container li.menu-item-has-children > a::before {
  content: "\f0d7";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;

  position: absolute;
  top: 0;
  right: 0;

  transition: all 0.15s;
}

.mobile-menu-nav-container li.menu-item-has-children.active > a::before {
  transform: rotate(180deg);
}

.nav-links-inner-container {
  position: relative;
}

@media (max-width: 992px) {
  .mobile-menu-nav-container ul li ul.sub-menu a {
    color: #c3f4ff;
  }

  .mobile-menu-nav-container ul li ul.sub-menu {
    margin: 1.2rem 0 2.2rem 2rem;
  }

  .mobile-menu-nav-container ul li ul.sub-menu > li {
    position: relative;
  }
  /*
    .mobile-menu-nav-container ul li ul.sub-menu > li::before {
        content: "";
        display: block;
        position: absolute;
        height: 4px;
        width: 4px;
        border-radius: 50%;
        background: #fff;
        top: 50%;
        transform: translateY(-50%);
        left: -15px;
    }
    */
}

.mobile-header {
}

.mobile-header-logo-cont {
  max-width: 10rem;
}

.mobile-header-logo-cont img {
  width: 100%;
  position: relative;
  z-index: 700;
}

.mobile-header-menu-cont {
}

/*
@media(max-width: 768px) {
    .mobile-header-logo-cont {
    max-width: 8rem;
}
}
*/

/* ====== */
/* Footer */
/* ====== */

/* Footer menu */

.footer-menu-container ul.nav-links {
  display: flex;
  justify-content: space-around;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-menu-container ul.nav-links li {
  margin: 0;
  padding: 0;
}

.footer-menu-container ul.nav-links li:not(:last-child) {
  margin-right: 2rem;
}

.footer-menu-container ul.nav-links li a {
  text-decoration: none;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 200;
  transition: all 0.15s;
}

.footer-menu-container ul.nav-links li a:hover {
  color: #01b8e3;
}

@media (max-width: 768px) {
  .footer-menu-container ul.nav-links {
    flex-direction: column;
  }

  .footer-menu-container ul.nav-links li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 1.5rem;
  }

  .footer-menu-container ul.nav-links li a {
    font-size: 2rem;
  }
}

/* Footer links */

.footer-links-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.footer-buttons {
  display: flex;
  align-items: center;
  margin-right: 2rem;
}

.footer-buttons a {
  display: inline-block;
  padding: 0.4rem 1.2rem;
  color: #333333;
  background: #f0f9fd;
  border: 1px solid #d6d6d6;
  border-radius: 50px;
  font-size: 1.3rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.15s;
}

.footer-buttons a,
.footer-buttons a:hover,
.footer-buttons a:active,
.footer-buttons a:visited,
.footer-buttons a:link {
  text-decoration: none;
}

.footer-buttons a:not(:last-child) {
  margin-right: 0.8rem;
}

.social-icons-container {
}

.social-icons-container i::before {
  color: #333;
  font-size: 4.5rem;
}

.social-icons-container i.fa-brands.fa-tiktok {
  width: 4rem;
  height: 4rem;
  background: #333;
  border-radius: 0.6rem;
  position: relative;
}

.social-icons-container i.fa-brands.fa-tiktok::before {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3.5rem;
}

.social-icons-container a {
  transition: all 0.15s;
}

.social-icons-container a:hover {
  opacity: 0.8;
}

.icon-adjustment-top {
  position: relative;
  top: 0.3rem;
}

@media (max-width: 768px) {
  .footer-links-container {
    flex-direction: column-reverse;
  }

  .footer-buttons {
    margin-right: 0;
    margin-top: 1rem;
  }

  .footer-buttons a {
    font-size: 1.5rem;
  }
}

/* ========== */
/* Front page */
/* ========== */

/*Image with faded sides*/
/*
@media(min-width: 769px) {
	.image-with-faded-sides .fl-col-content {
		position: relative;
	}

	.image-with-faded-sides .fl-col-content::before,
	.image-with-faded-sides .fl-col-content::after{
		content: "";
		position: absolute;
		display: block;
		top: 0;
		height: 100%;
		width: 40px;
	}

	.image-with-faded-sides .fl-col-content::before {
		left: -1px;
		background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	}

}

@media(min-width: 1390px) {
	.image-with-faded-sides .fl-col-content::after {
		right: -1px;
		background: linear-gradient(to left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	}
}
*/

.home-top-buttons-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.home-top-buttons-container .button-large:not(:last-child) {
  margin-right: 1.5rem;
}

/* Story slider */

.story-slider {
}

.story-slider-single-container {
}
/*
.story-slider-single-container {
    font-weight: 200;
    font-size: 1.8rem;
    text-align: center;
}

.story-slider-single-container > div {
    max-width: 800px;
    margin: 0 auto;
    font-size: 2.2rem;
    color: #000;
}
*/

.story-slider-single-container {
  /*font-weight: 200;*/
  /*font-size: 1.8rem;*/
  text-align: center;
}

.story-slider-single-container > div {
  max-width: 800px;
  margin: 0 auto;
  font-size: 2rem;
  color: #000;
}

/* Make arrow buttons clickable on mobile */
button.slick-arrow,
.slick-prev,
.slick-next {
  z-index: 5;
}

.slick-rotator button.slick-prev:before,
.slick-rotator button.slick-next:before {
  font-size: 5rem;
  opacity: 0.75;
  color: #fff;
  transition: all 0.15s;
}

.slick-rotator button.slick-prev:hover::before,
.slick-rotator button.slick-next:hover::before {
  opacity: 1;
}

.slick-rotator button.slick-prev {
  left: 30px;
}

.slick-rotator button.slick-next {
  right: 30px;
}

.story-author-name {
  margin-top: 20px;
  font-size: 1.8rem;
  font-weight: 600;
  color: #000000;
}

/* ============ */
/* Slick slider */
/* ============ */

.story-slider .slick-slide {
  margin: 2rem;
}

.slick-arrow.slick-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.slick-arrow.slick-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.slick-arrow {
  border: none !important;
}

.story-slider .slick-prev:before,
.story-slider .slick-next:before {
  font-family: "slick";
  font-size: 5rem;
  line-height: 1;
  opacity: 0.75;
  color: #fff;
  transition: all 0.15s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

div.slick-track {
  display: flex;
  align-items: center;
  justify-content: center;
}

body .slick-initialized .slick-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.slick-slide {
  display: block;
  height: 20rem;
}

.slick-slide a {
  display: flex;
  height: 16rem;
  align-items: center;
  justify-content: center;
}

.slick-rotator .slick-slide img {
  /*max-height: 9rem;
    max-width: 22rem;*/
  display: block;
  margin: 0 auto;
  min-width: 100%;
  min-height: 100%;
}

/* Slick arrow button glitch fix */
.slick-slider button/*:focus*/ {
  position: absolute !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* =========== */
/* Listen page */
/* =========== */

/* Popup button */

a.button-gray:link,
a.button-gray:visited {
  border-radius: 50px;
  font-weight: 900;
  font-size: 1.5rem;
  border: 1px solid #242424;
  background-color: #303030;
  color: #fff;
  padding: 15px 25px;

  display: inline-block;
  width: 100%;
  /*max-width: 335px;*/
}

a.button-gray i {
  display: inline-block;
  margin-right: 5px;
}

a.button-gray:hover,
a.button-gray:active {
  color: #303030;
  background-color: #bcbcbc;
  border: 1px solid #bcbcbc;
}

/* Listen now page - slider */
.slick-rotator__single-slide {
  width: 100%;
  max-height: 50rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  border-radius: 8px;
  overflow: hidden;
}

.slick-rotator .slick-dots li {
  width: 2rem;
  height: 3rem;
  margin: 0 0.8rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.slick-rotator .slick-dots li.slick-active button:before,
.slick-rotator .slick-dots li button:before {
  font-size: 18px;
}

.slick-rotator .slick-dots {
  bottom: -50px;
}

/* Recently played section */

.recently-played-section-container {
  max-width: 1050px /*835px*/;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 2.3rem;
  grid-row-gap: 2.1rem;
  font-family: "Helvetica", Verdana, Arial, sans-serif;
}

.recently-played-single-item {
  background: #fff;
  border-radius: 0.7rem;
  padding: 0.6rem 0.9rem;
}

.recent-song-title {
  font-size: 1.8rem;
  font-weight: light;
  color: #333 !important;
  margin: 0;
}

.recent-song-artist {
  font-size: 2.2rem;
  font-weight: 700;
  color: #333 !important;
  margin: 0;
}

@media (max-width: 768px) {
  .recently-played-section-container {
    grid-template-columns: 1fr;
    grid-row-gap: 1.3rem;
  }

  .recently-played-single-item {
    padding: 0.3rem 0.8rem;
  }

  .recently-played-song-name {
    font-size: 2.2rem;
  }

  .recently-played-artist-name {
    font-size: 1.8rem;
  }
}

/* =============================== */
/* Artist pages - custom post type */
/* =============================== */

/* Streaming icons */

ul.streaming-icons {
  display: flex;
  align-items: center;
  list-style: none;

  padding-left: 0;
}

ul.streaming-icons li {
  max-width: 2.5rem;
  background-color: var(--fl-global-color-body-dark);
  border-radius: 50%;
}

ul.streaming-icons li:not(:last-child) {
  margin-right: 1rem;
}

ul.streaming-icons li img {
  width: 100%;
  object-fit: cover;
}

ul.streaming-icons li a {
  display: inline-block;
  transition: all 0.15s;
}

ul.streaming-icons li a:hover {
  transform: translateY(-0.5rem);
}

@media (max-width: 768px) {
  ul.streaming-icons {
    justify-content: start;
  }
}

/* About the artist */

.artist-single-about-image-outer-container {
  position: relative;
  height: 28.125rem;
}

.artist-single-about-image-container {
  width: 34.375rem;
  height: 34.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;

  position: absolute;
  top: 50%;
  right: -5rem;
  transform: translateY(-50%);
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.3);
}

.artist-single-about-image-container img {
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
}

@media (max-width: 992px) {
  .artist-single-about-image-container {
    width: 125rem;
    height: 125rem;
  }
}

@media (max-width: 768px) {
  .artist-single-about-image-outer-container {
    margin-top: 0;
    height: auto;
    padding: 16px;
  }

  .artist-single-about-image-container {
    position: relative;
    border-radius: 12px;
    right: unset;
    top: unset;
    width: 100%;
    height: auto;
    transform: translateY(0);
    box-shadow: none;
    overflow: hidden;
    box-shadow: 0 0 40px var(--fl-global-color-secondary);
    /*
        width: 45rem;
        height: 45rem;
        top: 50%;
        right: unset;
        left: 50%;
        transform: translate(-50%, -50%);
        */
  }

  .artist-single-about-image-container img {
  }
}

/* Connect box */

.about-artist-section__connect-box-outer-container {
  display: flex;
}

.about-artist-section__connect-box {
  padding: 1rem 3.5rem;
  border-radius: 5rem;
  background: #fff;

  display: flex;
  align-items: center;
}

.connect-box-icons-container {
  display: flex;
  align-items: center;
}

.about-artist-section__connect-box span.connect-box-title {
  color: #000 !important;
  margin-right: 1.3rem;
  font-size: 2.5rem;
  font-weight: bold;
}

.about-artist-section__connect-box i::before {
  color: #000;
  font-size: 4.5rem;
}

.about-artist-section__connect-box a {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.15s;
}

.about-artist-section__connect-box a:hover {
  opacity: 0.8;
}

.about-artist-section__connect-box a:not(:last-child) {
  margin-right: 0.9rem;
}

.about-artist-section__connect-box i.fa-brands.fa-tiktok {
  width: 4rem;
  height: 4rem;
  background: #000;
  border-radius: 0.6rem;
  position: relative;
}

.about-artist-section__connect-box i.fa-brands.fa-tiktok::before {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3.5rem;
}

/* Blog-artist - related posts */

.blog-artist-container {
  /*
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    */
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  row-gap: 3rem;
  column-gap: 2rem;
}

.blog-artist-single-item {
  max-width: 32rem;
}

.blog-artist-single-item a img,
.blog-artist-single-item a {
  transition: all 0.5s;
  cursor: pointer;
}

.blog-artist-single-item a:hover img {
  transform: scale(1.02);
}

.blog-artist-single-item a:hover {
  text-decoration: none;
}

.blog-artist-single-item__image-container {
  height: 22rem;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.3);
}

.blog-artist-single-item__image-container img {
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
}

.blog-artist-single-item__text-container {
  padding-top: 1rem;
}

.blog-artist-single-item__text-container h3 {
  margin-top: 0;
  font-size: 2.4rem;
}

@media (max-width: 992px) {
  /*
    .blog-artist-single-item__text-container h3 {
        font-size: 2.2rem;
    }
    */

  .blog-artist-container {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (max-width: 786px) {
  .blog-artist-container {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 480px) {
  .blog-artist-container {
    grid-template-columns: 1fr;
  }

  .blog-artist-single-item {
    max-width: 100%;
  }

  .blog-artist-single-item__image-container {
    height: 33rem;
  }
}
/*
@media(max-width: 992px) {
    .blog-artist-container {
        justify-content: center;
    }
}
*/

/* ===================== */
/* ===== Blog page ===== */
/* ===================== */

body .body-text-formatting p {
  color: #000000;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  margin: 0 0 25px;
}

.blog-category-menu-container {
}

ul.blog-category-menu-items {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

ul.blog-category-menu-items li.blog-category-menu-item {
  padding: 5px 20px;
  border-radius: 50px;
  background: #fff;
  color: #000;
  transition: all 0.15s;
  font-size: 1.8rem;
  border: 1px solid #4f4f4f;
  cursor: pointer;
  margin-bottom: 1.4rem;
}

ul.blog-category-menu-items li.blog-category-menu-item.active,
ul.blog-category-menu-items li.blog-category-menu-item:hover {
  background: #01b8e3;
  color: #fff;
  border: 1px solid #01b8e3;
}

ul.blog-category-menu-items li.blog-category-menu-item:not(:last-child) {
  margin-right: 1.5rem;
}

.blog-archive-results {
  display: none;
}

.blog-archive-results.active,
.fl-builder-edit .blog-archive-results {
  display: block;
}

/* =================== */
/* === Blog Single === */
/* =================== */

.blog-post__post-date {
  color: #000 !important;
  background: #fff;
  border-radius: 50px;
  padding: 3px 15px 4px;
  display: inline-block;
  margin-left: -2px;
}

.blog-post__post-author {
}
/*
<p cass="blog-post__post-date">[wpbb post:date format='F j, Y']</p>
<p cass="blog-post__post-author">by [wpbb post:author_name type='display' link='no']</p>
*/

/* ============== */
/* Search overlay */
/* ============== */

body {
  position: relative;
}

body.admin-bar .search-overlay {
  /*margin-top: 3.2rem;*/
}

@media (max-width: 782px) {
  /*
    body.admin-bar .search-overlay {
        margin-top: 4.6rem;
    }
    */
}

.search-overlay {
  transition: all 0.4s ease-out;
}

.search-overlay.search-overlay--active {
  top: 0;
}

.search-overlay-top {
  background: #fff;
  padding-right: 4rem;
  padding-left: 4rem;
  height: 10rem;
  display: flex;
  align-items: center;
}

.search-overlay-top-content {
  padding: 0.8rem 0;
  max-width: 150rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: 2px solid #e6e6e6;
}

@media (max-width: 992px) {
  .search-overlay-top-content {
    padding: 1.5rem 0;
  }
}

.search-overlay-top-content input.search-term,
.search-overlay-top-content input.search-term:focus {
  display: block;
  width: 100%;
  flex: 1;
  margin-left: 1.5rem;
  font-size: 2.3rem;
  padding: 0.8rem;
  border: none;
  background: none;
}

.search-overlay-top-content i.search-overlay__icon,
.mobile-header-menu__search-button-cont i {
  font-size: 2.5rem;
  color: #01b9e4;
}

.search-overlay-top-content i.search-overlay__close {
  font-size: 3.5rem;
  color: #df4c17;
}

.menu-search-button,
.search-overlay-top-content i.search-overlay__close,
.mobile-header-menu__search-button-cont {
  cursor: pointer;
}

@media (max-width: 786px) {
  .menu-search-button {
    margin-top: 2px;
  }
}

/* mobile menu - search icon */

.mobile-header-menu__search-button-cont {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 10.5rem;
  transform: translateY(-50%);
}

/* Live search results */

.search-overlay-bottom {
  /*
    display: none;
    opacity: 0;
    transition: opacity 3s;
    */
}

.search-overlay--active .search-overlay-bottom {
  /*
    display: block;
    opacity: 1;
    */
  max-height: calc(100vh - 100px);
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
}

body.admin-bar .search-overlay--active .search-overlay-bottom {
  max-height: calc(100vh - 100px - 32px);
}

@media (max-width: 782px) {
  body.admin-bar .search-overlay--active .search-overlay-bottom {
    max-height: calc(100vh - 100px - 46px);
  }

  .search-overlay-top {
    height: 110px;
  }
}

.search-overlay-bottom-content {
  padding: 0;
  max-width: 1300px;
  margin: 0 auto;

  padding-right: 3.5rem;
  padding-left: 3.5rem;
}

.search-overlay-bottom-content a:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.search-overlay-results a:hover .search-result-text-container span,
.search-overlay-results
  a:hover
  .search-result-text-container
  span.search-result-title,
.search-overlay-results
  a:hover
  .search-result-text-container
  span.search-result-post-type {
  text-decoration: none;
}

.search-overlay-results li {
  border-radius: 0.8rem;
  display: flex;
  overflow: hidden;
}

h2.search-overlay-section-title {
  padding-bottom: 2rem;
}

ul.link-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.link-list a {
  padding: 0.4rem;
  margin: 0.3rem 0;

  border-radius: 0.8rem;
}

ul.link-list li:not(:last-child) {
  /*border-bottom: 1px solid #f0f0f0;*/
}

ul.link-list a {
  display: flex;
  align-items: center;
  transition: all 0.15s;
}

ul.link-list a:hover,
ul.link-list a:active,
ul.link-list a:focus {
  text-decoration: none;
  opacity: 0.85;
}

.no-search-results-message {
  font-size: 1.8rem;
  margin: 4.5rem 0 1.5rem;
}

.search-result-thumbnail-container {
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 0.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-right: 1.5rem;

  background: #ffffff;
  border: 1px solid #eee;
}

.search-result-thumbnail-container img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.search-result-text-container {
}

.search-result-title {
  font-size: 2rem;
  color: #01b9e4;
  display: block;
}

.search-result-post-type {
  font-size: 1.6rem;
  color: #a8a8a8;
  text-transform: uppercase;
  display: block;
}

/* Load more - button */

.search-page-results__load-more-button-container {
  margin-top: 3rem;
  display: none;
}

.search-page-results__load-more-button-container.visible {
  display: block;
}

.load-more-button {
  padding: 1rem 1.2rem;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  background: #2b7bb9;
  transition: all 0.15s;
  cursor: pointer;
  position: relative;
  border-radius: 5rem;
  line-height: 1;

  display: inline-flex;
  align-items: center;

  cursor: pointer;
  transition: all 0.15s;
}

.load-more-button:hover {
  opacity: 0.85;
}

/*
<div class="search-page-results__load-more-button-container">
    <span class="load-more-button">Load more</span>
</div>
*/

/* Spinner loader */
.spinner-loader {
  width: 4.8rem;
  height: 4.8rem;
  border: 3px solid #01b9e4;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  margin: 4.5rem 1.5rem 1.5rem;
}

.spinner-loader::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 50%;
  border: 3px solid transparent;
  border-bottom-color: #ff3d00;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Search overlay - inner container -- JS generated html */

.search-overlay-bottom-content-inner {
  display: flex;
  justify-content: space-between;
}

h2.search-overlay__section-title {
}

.one-third {
  flex: 1;
}

.one-third:not(:last-child) {
  margin-right: 1.5rem;
}

.search-overlay-bottom-content-inner ul li {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
}

.search-overlay-bottom-content-inner ul li a {
  text-decoration: none;
}

.search-overlay-bottom-content-inner ul li div.search-result-image-container {
  width: 10rem;
  height: 6.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-right: 1rem;
  border-radius: 0.5rem;
}

.search-overlay-bottom-content-inner
  ul
  li
  div.search-result-image-container
  img {
  display: inline-block;
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
}

/* ====================== */
/* The Word For You Today */
/* ====================== */

/* Bible in a year */

.bible-in-a-year--inline-title {
  font-weight: bold;
}

.bible-in-a-year--button {
  margin: 2px 4px;
  padding: 5px 8px;
  border: 1px solid #333;
  border-radius: 0;
  color: #222;
  font-weight: 200;
}

/* TWFYT Display Section */

.twfyt-display-section-date-cont {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.twfyt-display-section-date-cont span {
  color: #1db0d1;
}

.twfyt-display-section-date-cont .twfyt-stack-month-year {
  display: flex;
  flex-direction: column;
  margin-left: 0.7rem;
}

.twfyt-display-section-date-cont .twfyt-day {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1;
}

.twfyt-display-section-date-cont .twfyt-month {
  font-size: 1.8rem;
  line-height: 1;
}

.twfyt-display-section-date-cont .twfyt-year {
  font-size: 1.8rem;
  line-height: 1;
}

.twfyt-display-section-text-cont img.twfyt-graphic {
  display: inline-block;
  max-width: 27rem;
  margin-bottom: 30px;
  padding-bottom: 33px;
  border-bottom: 2px solid rgb(217 217 217);
}

.twfyt-display-section-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.twfyt-display-section-image-cont {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 40rem;
  width: 40rem;
  max-width: 50%;
  margin: 2rem;
  border-radius: 1.5rem;
  box-shadow: 0 0 2.5rem rgba(0, 0, 0, 0.15);
}

.twfyt-display-section-image-cont img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.twfyt-display-section-image-cont a {
  height: 100%;
  width: 100%;
}

.twfyt-display-section-text-cont {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  flex: 1;
  padding: 3rem 4rem;
  height: 57.5rem;

  /*background: url("/wp-content/uploads/2024/07/2-background.png");*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.twfyt-display-section-text-cont h2 {
  font-weight: 700;
  font-size: 3.5rem;
  margin-top: 0;
  line-height: 1.2;
}

.twfyt-display-section-text-cont h3 {
  font-size: 2.7rem;
  margin-top: 0;
  margin-bottom: 2.7rem;
  line-height: 1.2;
  font-weight: 500;
}
/*
.twfyt-display-section-quote {
    font-weight: 100;
    font-size: 2.2rem;
    margin-bottom: 25px;
}
*/
.twfyt-display-section-quote {
  /*font-weight: 100;*/
  font-size: 2rem;
  margin-bottom: 25px;
}

a.read-more-button-small:link,
a.read-more-button-small:visited,
.read-more-button-small-container a:link,
.read-more-button-small-container a:visited {
  display: inline-block;
  padding: 0.5rem 1.2rem;
  background: #01b8e3;
  border-radius: 5rem;
  color: #fff;
  font-size: 2rem;
  line-height: 1.2;
  transition: all 0.15s;
  text-decoration: none;
}

a.read-more-button-small:hover,
a.read-more-button-small:active,
.read-more-button-small-container a:hover,
.read-more-button-small-container a:active {
  text-decoration: none !important;
  color: #fff;
  opacity: 0.85;
}

@media (max-width: 992px) {
  a.read-more-button-small:link,
    a.read-more-button-small:visited,
    .read-more-button-small-container a:link,
    .read-more-button-small-container a:visited {
    padding: 0.6rem 1.3rem;
    font-size: 2.5rem;
  }

  .twfyt-display-section-text-cont h2 {
    font-size: 4rem;
  }
}

/* TWFYT Display Section -- SMALLER VERSION adjustments */

.twfyt-display-section--smaller .twfyt-display-section-image-cont {
  height: 35rem;
  width: 35rem;
}

.twfyt-display-section--smaller .twfyt-display-section-image-cont a {
  height: 100%;
  width: 100%;
}

.twfyt-display-section--smaller .twfyt-display-section-text-cont {
  height: auto;
}

.twfyt-display-section--smaller .twfyt-display-section-text-cont h2 {
  font-size: 3.5rem;
}

.twfyt-display-section--smaller .twfyt-display-section-text-cont h3 {
  font-size: 2.5rem;
}

.twfyt-display-section--smaller .twfyt-display-section-quote {
  font-size: 2.2rem;
}

.twfyt-display-section--smaller a.read-more-button-small:link,
.twfyt-display-section--smaller a.read-more-button-small:visited,
.twfyt-display-section--smaller .read-more-button-small-container a:link,
.twfyt-display-section--smaller .read-more-button-small-container a:visited {
  padding: 0.7rem 2.1rem;
  font-size: 2.3rem;
  display: inline-block;
  margin-top: 1.5rem;
}

/* TWFYT Single template */

.post-date-and-author-text {
  font-size: 1.7rem;
  font-weight: 400;
}

body a.go-back-btn:link,
body a.go-back-btn:visited {
  text-transform: uppercase;
  font-size: 1.7rem;
  font-weight: 600;
  color: #000;
  transition: all 0.2s;
}

body a.go-back-btn.go-back-btn--black:link,
body a.go-back-btn.go-back-btn--black:visited {
  color: #000;
}

body a.go-back-btn:hover,
body a.go-back-btn:active {
  color: #b5f1ff !important;
}

.twfyt-single-featured-image-cont .fl-photo-content {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 41rem;
  width: 41rem;
  margin: 0 auto;
  border-radius: 1.5rem;
  box-shadow: 0 0 2.5rem rgba(0, 0, 0, 0.15);
}

.twfyt-single-featured-image-cont .fl-photo-content img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.twfyt-single-featured-image-cont .fl-photo-content a {
  height: 100%;
  width: 100%;
}

.twfyt-buttons-container {
  display: flex;
  justify-content: flex-end;
}

a.button-small-long:link,
a.button-small-long:visited {
  display: inline-block;
  background: #fff;
  color: #000;
  padding: 0.3rem 1.2rem;
  font-size: 1.8rem;
  border-radius: 5rem;
  transition: all 0.15s;
  margin-bottom: 10px;
}

a.button-small-long:hover,
a.button-small-long:active {
  text-decoration: none;
  color: #000 !important;
  opacity: 0.85;
}

.button-small-long:not(:last-child) {
  margin-right: 1rem;
}

@media (max-width: 992px) {
  .twfyt-buttons-container {
    justify-content: flex-start;
  }
}

@media (max-width: 768px) {
  /* TWFYT Display Section */
  .twfyt-display-section-container {
    flex-direction: column;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .twfyt-buttons-container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: self-start;
  }

  .twfyt-display-section-image-cont {
    width: 100%;
    height: auto;
    max-height: 500px;
    max-width: none;
  }

  .twfyt-display-section-text-cont {
    padding: 1rem 0 4rem;
  }

  /* TWFYT Display Section -- SMALLER VERSION adjustments */

  .twfyt-display-section--smaller .twfyt-display-section-container {
    flex-direction: column;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .twfyt-display-section--smaller .twfyt-display-section-image-cont {
    width: 100%;
    height: auto;
    max-height: 500px;
    max-width: none;
  }

  .twfyt-display-section--smaller .twfyt-display-section-text-cont {
    padding: 1rem 0 4rem;
  }
}

/* The Word For You Today - Date archive page */

.twfyt-date-archive-page-time-indicator {
  font-size: 2.5rem;
}

/* ================ */
/* Soliloquy slider */
/* ================ */

@media (min-width: 993px) {
  body .soliloquy-container .soliloquy-prev,
  body .soliloquy-container .soliloquy-next {
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
  }

  body .soliloquy-container .soliloquy-prev {
    /*left: -8.5rem;*/
  }

  body .soliloquy-container .soliloquy-next {
    /*right: -8.5rem;*/
  }

  body .soliloquy-container .soliloquy-pager {
    bottom: -3.3rem;
  }

  .soliloquy-next,
  .soliloquy-prev {
    /*background-size: 1.7rem 2.6rem !important;*/
    background-size: 12px 16px !important;
    transition: all 0.15s;
  }

  .soliloquy-next {
    background-position: 52% 50% !important;
  }
  .soliloquy-prev {
    background-position: 45% 50% !important;
  }

  .soliloquy-next:hover,
  .soliloquy-prev:hover {
    opacity: 0.85;
  }

  .soliloquy-viewport {
    overflow: hidden !important;
    border-radius: 5px !important;
  }
}

@media (max-width: 992px) {
  body .soliloquy-container .soliloquy-prev,
  body .soliloquy-container .soliloquy-next {
    border-radius: 50%;
  }
}

/* ===== */
/* Forms */
/* ===== */

/* Newsletter form */

.newsletter-form-container .gform-theme--foundation .gform_fields {
  font-family: "Helvetica", Verdana, Arial, sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
}

.newsletter-form-container.newsletter-form-container__full-width
  .gform-theme--foundation
  .gform_fields {
  justify-content: flex-start;
}

.newsletter-form-container input[type="text"],
.newsletter-form-container input[type="email"] {
  border-radius: 3px !important;
  border: none !important;
  font-size: 2rem !important;
  padding: 1.2rem 0.5rem !important;
  height: 5rem !important;
  background: rgba(255, 255, 255, 0.8) !important;
}

.newsletter-form-container input[type="submit"] {
  border-radius: 3px !important;
  border: none !important;
  font-size: 2.2rem !important;
  background: #000 !important;
  color: #fff !important;
  padding: 1.2rem 1.5rem !important;
  height: 5rem !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  min-width: 180px !important;
}

@media (max-width: 768px) {
  .newsletter-form-container .gform-theme--foundation .gform_fields {
    flex-direction: column;
    row-gap: 15px;
  }

  .newsletter-form-container .gfield,
  .newsletter-form-container .gfield .ginput_container {
    width: 100%;
    max-width: 350px;
  }

  .newsletter-form-container #field_submit {
    display: flex;
    justify-content: center;
  }
}

/* ======== */
/* Contests */
/* ======== */

.list-active-contests-container {
}

.list-active-contests-container ul {
  padding: 0;
  margin: 0;
}

.list-active-contests-container ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  margin: 0;
}

.list-active-contests-container ul li:not(:last-child) {
  margin-bottom: 1.5rem;
}

.list-active-contests-container ul li .contest-list-item__image-container {
  height: 15rem;
  width: 15rem;
  border-radius: 0.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.list-active-contests-container ul li .contest-list-item__image-container img {
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
}

.contest-list-item__text-container {
  margin-left: 1.2rem;
}

.contest-list-item__text-container a {
  display: block;
}

.contest-list-item__title {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 200;
  color: #000;
  margin-bottom: 1.2rem;
}

.contest-list-item__date {
  font-size: 1.7rem;
  font-weight: 300;
  display: block;
  margin-bottom: 1rem;
}

/* Contest single - Sponsored by */
.contest-single-sponsored-by-container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

p.contest-single-sponsored-by-text {
  text-align: right;
}

.contest-single-sponsored-by-logo-container {
  max-width: 250px;
  max-height: 200px;
  object-fit: cover;
}

.contest-single-sponsored-by-logo-container img {
  width: 100%;
}

.sponsor-logo-text {
  font-size: 2.5rem;
  font-weight: bold;
}

@media (max-width: 768px) {
  .contest-single-sponsored-by-container {
    align-items: center;
  }

  p.contest-single-sponsored-by-text {
    text-align: center;
  }
}

/* ============= */
/* Post archives */
/* ============= */

.post-archive-columns-container .fl-post-grid-post {
  border: none;
  background: none;
}

.post-archive-columns-item {
  margin-bottom: 1.5rem;
}

.post-archive-columns-item__image-cont {
  height: 30rem;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border: 2px solid #e9e9e9;
  border-radius: 13px;
}

.post-archive-columns-item__image-cont a {
  display: flex;
  justify-content: center;
  align-items: center;

  width: 100%;
  height: 100%;
}

.post-archive-columns-item__image-cont img {
  display: block;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}

.post-archive-columns-item__image-cont:hover img {
  transform: scale(1.02);
}

.post-archive-columns-item__text-cont {
  padding: 0 5px;
}

.post-archive-columns-item__text-cont h2 {
  margin: 1rem 0 1rem;
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 1.3;
}

@media (max-width: 992px) {
  .post-archive-columns-item__image-cont {
    height: 32rem;
  }
}

@media (max-width: 786px) {
  .post-archive-columns-item__image-cont {
    height: 36rem;
  }
}

/* Post archive - specific to TWFYT */

.post-type-archive-twfyt .post-archive-columns-item {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.post-type-archive-twfyt .fl-post-feed-post:nth-child(even) {
  background: #f8f8f8;
}

.post-type-archive-twfyt .post-archive-columns-item__image-cont {
  height: 20rem;
  width: 20rem;
  margin-right: 2.5rem;
}

.post-type-archive-twfyt .post-archive-columns-item__text-cont {
  flex: 1;
}

.post-type-archive-twfyt .fl-post-feed-post {
  border: none;
}

/* Fixing mobile issue on post list width on mobile */

@media (max-width: 768px) {
  body .fl-post-feed-post.fl-post-feed-image-beside,
  body .fl-post-feed-post.fl-post-feed-image-beside-content,
  body .fl-post-feed-post.fl-post-feed-image-beside-right,
  body .fl-post-feed-post.fl-post-feed-image-beside-content-right {
    max-width: 100% !important;
  }
}

@media (max-width: 550px) {
  .post-type-archive-twfyt .post-archive-columns-item {
    flex-direction: column;
    margin-bottom: 30px;
  }

  .post-type-archive-twfyt .post-archive-columns-item__image-cont {
    width: 100%;
    height: 36rem;
    margin: 0 0 5px;
  }

  .post-type-archive-twfyt .post-archive-columns-item__text-cont {
    width: 100%;
  }

  .post-type-archive-twfyt .fl-post-feed-post:nth-child(even) {
    background: none;
  }
}

/* =================== */
/* Virtuous Form embed */
/* =================== */

/*
form[id*="vcrm"] .v_ig .v_lw label {
    font-size: .875rem;
    font-weight: 300;
    margin-bottom: .25rem !important;
}
*/

/* =========== */
/* Search page */
/* =========== */

.search-page-main {
}

/* Form */

.search-page-form-container {
  background: #01b9e4;
  padding: 15px 30px 0;
}

.search-page-form-inner {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  min-height: 125px;
  z-index: 5;
  display: flex;
  align-items: center;
}

.search-page-form-inner h1 {
  margin: 0 0 1rem;
  font-weight: 700;
  color: #fff;
}

.form-input-and-live-container {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -25px;
}

form.search-page-form {
  width: 100%;
  position: relative;
  z-index: 8;
}

form.search-page-form label {
  display: none;
}

form.search-page-form .search-page-form-row {
  position: relative;
}

form.search-page-form .search-page-form-row::before {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);

  content: "\f002";
  font-size: 2rem;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #01b9e4;
}

form.search-page-form .search-page-form-row input.search-page-form-field {
  /*
    flex: 1;
    */
  width: 100%;
  padding-left: 5rem;
  height: 50px;
  border-radius: 100px;
  font-size: 1.8rem;
  border: none;
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.2);
}

form.search-page-form .search-page-form-row .search-page-form-submit-container {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}

form.search-page-form
  .search-page-form-row
  .search-page-form-submit-container
  button.search-page-form-submit {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 120px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  position: relative;
  background: #01b9e4;
  border: none;
}

form.search-page-form
  .search-page-form-row
  .search-page-form-submit-container
  button.search-page-form-submit::before {
  content: "\f002";
  font-size: 1.8rem;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #fff;
}

/* Results */

.search-page-results-container {
  min-height: 400px;
}

.search-page-results-inner {
  padding: 50px 30px;
  max-width: 1200px;
  margin: 0 auto;

  display: flex;
}

.search-page-results-inner .search-overlay {
  flex: 1;
}

.search-page-filters-container {
  width: 210px;
  border-right: 3px solid #f3f3f3;
}

.search-page-filters-container .search-page-filters-inner {
  padding: 1rem;
}

.search-page-filters-container
  .search-page-filters-inner
  .search-page-filter-item {
  margin-bottom: 1rem;
}

.search-page-filters-container
  .search-page-filters-inner
  .search-page-filter-item
  .search-page-filter-item-inner {
  display: inline-block;
}

.search-page-filters-container
  .search-page-filters-inner
  .search-page-filter-item
  input {
  margin-right: 1rem;
  transform: scale(1.2);
  cursor: pointer;
  margin: 5px 10px 3px 0;
}

.search-page-filter-item-inner span {
  display: inline-block;
  transform: translateY(-1px);
}

@media (max-width: 768px) {
  .search-page-results-inner {
    flex-direction: column;
  }

  .search-overlay-bottom-content {
    padding-right: 0;
    padding-left: 0;
  }

  .search-page-filters-container {
    border-right: none;
    border-bottom: 3px solid #f3f3f3;
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    width: 100%;
  }
}

/*
<div class="search-page-filters-container">
    <div class="search-page-filter-item">
        <input type="checkbox"><span>Artists</span>
    </div>
    <div class="search-page-filter-item">
        <input type="checkbox"><span>News</span>
    </div>
    <div class="search-page-filter-item">
        <input type="checkbox"><span>Word for you today</span>
    </div>
    <div class="search-page-filter-item">
        <input type="checkbox"><span>Events</span>
    </div>
</div>
*/

.search-page-results-item-container {
  display: flex;
  align-items: center;
  background: #f2f2f2;
  border: 3px solid #f2f2f2;
  overflow: hidden;
  border-radius: 10px;
}

.search-page-results-item-container:not(:last-child) {
  margin-bottom: 13px;
}

.search-page-results-item-image-container {
  width: 200px;
  height: 170px;
}

.search-page-results-item-image-container img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.search-page-results-item-text-container {
  padding: 15px;
}

.search-page-results-item-text-container h3 {
  font-weight: 700;
}

.search-page-results-item-text-container p {
  color: #000;
  font-weight: 300;
  font-size: 2rem;
}

/* Pagination */

.search-page-results-pagination-container {
  margin: 30px 0 30px !important;
  display: flex !important;
  justify-content: center !important;
}

.page-numbers {
  display: inline-block !important;
  padding: 12px 15px !important;
  margin: 0 2px 0 0 !important;
  border: 1px solid #e5e5e5 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  border-radius: 4px !important;
  font-weight: 600 !important;
}

.page-numbers:not(:last-child) {
  margin-right: 5px !important;
}

.page-numbers,
.page-numbers:hover,
.page-numbers:active,
.page-numbers:focus {
  text-decoration: none !important;
  color: #01b9e4 !important;
}

.page-numbers.current {
  background: #01b9e4 !important;
  color: #fff !important;
}

ul.page-numbers {
  border: none !important;
}

a.page-numbers:hover {
  background: #f4f5f9 !important;
}

/* Prayer Wall pagination */

.pagination {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

/* Search page template */

main.search-page-main__search-page-initial {
  overflow: hidden;
}

main.search-page-main__search-page-initial .search-page-results-inner {
  position: relative;
  min-height: 40rem;
}
.large-style-text {
  color: #f5f5f5;
  font-size: 10rem;
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  line-height: 1 !important;
}

/* =============================== */
/* ======= TWFYT - archive ======= */
/* =============================== */

.fc-archive-items-container .fl-post-feed-post {
  margin: 0;
  border-bottom: 0;
}

.fc-archive-item {
  display: flex;
  align-items: center;
}

.fc-archive-item-date {
  margin-bottom: 3rem;
}

.fc-archive-sidebar-links-container h3 {
  font-weight: 600;
}

.fc-archive-sidebar-links-container {
  /*background: #f6f6f6;*/
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  margin: 35px 20px 20px;
  border-radius: 5px;
}

.fc-archive-sidebar-links-container *,
.fc-archive-sidebar-links-container a {
  color: #000;
}

.fc-archive-sidebar-links-container li {
  list-style: none;
}

@media (min-width: 769px) {
  .fc-archive-items-container .fl-post-feed-post:nth-child(even) {
    background: #202020;
  }
}

.fc-archive-item * {
  /*color: #fff;*/
}

.fc-archive-item__image-container {
  height: 25rem;
  width: 25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-right: 3rem;
}

.fc-archive-item__image-container img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.fc-archive-item__text-container {
  flex: 1;
}

.fc-archive-item__text-container h3 a {
  text-decoration: none !important;
  transition: all 0.15s;
}

.fc-archive-item__text-container h3 a:hover {
  color: #1e8f9e;
}

.fc-archive-item__text-container a.button {
}

.fc-archive-sidebar .fl-html li,
.fc-archive-sidebar .fl-html li a,
.fc-archive-sidebar .fl-html a,
.fc-archive-sidebar .fl-html a:hover,
.fc-archive-sidebar .fl-html a:focus {
  /*color: #fff;*/
  text-decoration: none !important;
}

.fc-archive-sidebar .fl-html a:hover,
.fc-archive-sidebar .fl-html a:focus {
}

/* Mobile show-hide for FC Archive links */
.fc-archive-show-hide-button {
  display: block;
  text-align: center;
  padding: 1.3rem;
  background: #01b8e3;
  color: #fff;
  border-radius: 5px;

  font-family: "Avenir-Heavy", sans-serif !important;
  font-variation-settings: "wght" 700;
  cursor: pointer;

  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

.fc-archive-show-hide-button.active i {
  transform: rotate(180deg) translateY(-1px);
}

/*Hide for other than mobile*/
.fc-archive-show-hide-container {
  display: none;
}

/*Unhide in BB editor*/
.fl-builder .fc-archive-show-hide-container {
  display: block;
}

@media (max-width: 768px) {
  .fc-archive-items-container {
    margin-top: 3rem;
  }
  .fc-archive-item {
    display: block;
    margin-bottom: 4.5rem;
  }
  .fc-archive-item__image-container {
    margin-right: 0;
    margin-bottom: 3rem;

    height: auto;
    width: 100%;
  }

  .fc-archive-item__image-container img {
    min-width: 100%;
    width: 100%;
    object-fit: contain;
  }

  .fl-col-small.fc-archive-sidebar,
  .fc-archive-items-container .fl-post-feed-post.fact-check {
    max-width: 100% !important;
    margin-right: 0;
    margin-left: 0;
  }

  .fl-col-small:not(.fl-col-small-full-width) {
    max-width: 100% !important;
  }

  /* Mobile show-hide for FC Archive links */
  .fc-archive-show-hide-container {
    display: block;
  }

  .fc-archive-heading-container {
    display: none;
  }
}

/* Side bar - Year archive show/hide */

.fc-archive-year-item {
  display: none;
  padding-left: 2.2rem;
  position: relative;
}

.fc-archive-year-item a {
  text-decoration: none !important;
}

.fc-archive-year-item::before {
  content: "";
  width: 6.5px;
  height: 6.5px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.fc-archive-year-item.active {
  display: block;
}

.archive-item-year-button {
  /*color: #fff;*/
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  cursor: pointer;

  font-family: "Avenir-Heavy", sans-serif !important;
  font-variation-settings: "wght" 700;

  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

.archive-item-year-button i {
  margin-left: 1rem;
}

.archive-item-year-button.clicked i {
  transform: rotate(180deg);
}

/* ============================ */
/* ======= Audio player ======= */
/* ============================ */

.player {
  position: relative;
  width: 350px;
  background: #f1f3f4;
  box-shadow: 0 50px 80px rgba(0, 0, 0, 0.25);
}

.player .imgbx {
  position: relative;
  width: 100%;
  height: 350px;
}

.player .imgbx img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.player audio {
  width: 100%;
  outline: none;
}

/* =================== */
/* ======= Ads ======= */
/* =================== */

@media (max-width: 768px) {
  .align-ad-center-on-mobile .kbmde-adlabel,
  .align-ad-center-on-mobile ul.unslider-wrap li {
    text-align: center;
  }
}

/* Header announcement bar */
body .fl-builder-content .kbmde-highlight-wrapper p {
  margin-bottom: 0;
}

/* ======================== */
/* ==== EventON events ==== */
/* ======================== */

/*Event slider fix*/
body
  .evoslider.ajde_evcal_calendar.ss_imgtop
  .eventon_list_event.hasbgimg
  .evo_boxtop {
  background-position: center;
}

body .eventon_fullcal {
  box-shadow: 4px 6px 40px rgba(0, 0, 0, 0.2);
}

/* Single event page */

body.ajde_events-template-default .fl-page-content {
  padding-right: 3rem;
  padding-left: 3rem;
}

@media (max-width: 768px) {
  body.ajde_events-template-default .fl-page-content {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

/* Event submit button fix */
body .event-buttons-row .evoau_submission_form #evoau_form p #evoau_submit,
body .event-buttons-row a.evoAU_form_trigger_btn,
body .event-buttons-row .evoau_submission_form .msub_row a,
body .evcal_btn.evoau,
body .event-buttons-row .evoau_submission_form.loginneeded .evcal_btn {
  font-size: 2rem;
  border: 1px solid #e0156f;
  background-color: #ec217b;
  text-transform: none;
  font-weight: 400;
  border-radius: 50px;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  padding: 15px 30px;
  margin-top: 0;
  color: #fff;
}

.event-buttons-row .evoau_submission_form #evoau_form p #evoau_submit:hover,
body .event-buttons-row a.evoAU_form_trigger_btn:hover,
body .event-buttons-row .evoau_submission_form .msub_row a:hover,
body .event-buttons-row .evcal_btn.evoau:hover,
body .event-buttons-row .evoau_submission_form.loginneeded .evcal_btn:hover {
  background-color: #d11d5f;
}

/* Record button */
#vmwpmdp-wpvoicemessage-16a027c1a8371764b6c7a82b48c6236c-1
  .vmwpmdp-wpvoicemessage-start-btn:not(.vmwpmdp-wpvoicemessage-custom),
#vmwpmdp-wpvoicemessage-16a027c1a8371764b6c7a82b48c6236c-1
  .vmwpmdp-speak-now-btns
  button,
#vmwpmdp-wpvoicemessage-16a027c1a8371764b6c7a82b48c6236c-1
  .vmwpmdp-wpvoicemessage-thanks-box
  button,
#vmwpmdp-wpvoicemessage-16a027c1a8371764b6c7a82b48c6236c-1
  .vmwpmdp-send-btns
  button {
  font-size: 2rem;
  border: 1px solid #e0156f;
  background-color: #ec217b !important;
  text-transform: none;
  font-weight: 400;
  border-radius: 50px;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  padding: 15px 30px;
  margin-top: 0;
  color: #fff !important;
}

.vmwpmdp-wpvoicemessage-start-btn-box
  .vmwpmdp-wpvoicemessage-start-btn.vmwpmdp-icon-position-before
  span:nth-child(2) {
  color: #fff;
}

body
  .vmwpmdp-wpvoicemessage-form-box
  .vmwpmdp-wpvoicemessage-start-btn:not(.vmwpmdp-wpvoicemessage-custom):hover
  svg {
  background: none !important;
}

#vmwpmdp-wpvoicemessage-16a027c1a8371764b6c7a82b48c6236c-1
  .vmwpmdp-wpvoicemessage-start-btn:not(.vmwpmdp-wpvoicemessage-custom):hover,
#vmwpmdp-wpvoicemessage-16a027c1a8371764b6c7a82b48c6236c-1
  .vmwpmdp-speak-now-btns
  button:hover,
#vmwpmdp-wpvoicemessage-16a027c1a8371764b6c7a82b48c6236c-1
  .vmwpmdp-wpvoicemessage-thanks-box
  button:hover,
#vmwpmdp-wpvoicemessage-16a027c1a8371764b6c7a82b48c6236c-1
  .vmwpmdp-send-btns
  button:hover {
  background-color: #d11d5f !important;
}

/* Three column icons */

.three-column-icon .fl-photo,
.three-column-icon .fl-photo .fl-photo-content,
.three-column-icon .fl-photo .fl-photo-img {
  width: 160px;
  max-width: 160px;
  margin: 0 auto;
}

.three-column-icon .fl-photo a img {
  transition: all 0.15s;
}

.three-column-icon .fl-photo a:hover img {
  transform: translateY(-0.5rem);
}








