@font-face {
  font-family: "Fa V 4 Compatibility";
  src: url('../fonts/fa-v4compatibility.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Solid 900";
  src: url('../fonts/fa-solid-900.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Brands 400";
  src: url('../fonts/fa-brands-400.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

a {
  width: 30%;
  text-decoration: underline;
}

.landing {
  height: 100vh;
}

.container {
  background-color: #fff0;
  max-width: 100%;
  height: 6vh;
  margin-left: 0;
  margin-right: 0;
}

.menu-button {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 0;
  display: block;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.menu-button.w--open {
  background-color: #000;
}

.brand {
  background-image: url('../images/Logo_White.png');
  background-position: 50%;
  background-size: cover;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-left: 47%;
  margin-right: auto;
  display: flex;
}

.navbar {
  background-color: #ddd0;
  justify-content: flex-start;
  align-items: center;
  height: 6vh;
  display: flex;
}

.lottie-animation {
  height: 100px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  transform: scale(2);
}

.image {
  width: 0;
  max-width: 100px;
  height: 100px;
}

.container-2 {
  opacity: 1;
  background-image: url('../images/BG.jpg');
  background-position: 50%;
  background-size: auto;
  max-width: 100%;
  height: 100vh;
}

.columns {
  margin-top: 15%;
}

.hosts {
  color: #fff;
  text-align: center;
  font-family: Exo, sans-serif;
}

.lottie-animation-2 {
  z-index: 99;
  height: 6vh;
  position: relative;
}

.nav-menu {
  background-color: #000;
  justify-content: flex-end;
  align-items: center;
  margin-top: 6vh;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: auto;
}

.navlinkall {
  color: #fff;
  text-align: right;
  text-transform: uppercase;
  width: 100%;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
}

.locations {
  height: auto;
  box-shadow: 0 2px 5px #0003;
}

.events {
  height: auto;
}

.contact {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.container-3 {
  max-width: 100%;
}

.columns-2 {
  margin-top: 0;
}

.image-2, .image-3 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.churchinfo {
  text-align: center;
  margin-top: 20px;
  margin-left: 50px;
  margin-right: 50px;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.churchname {
  text-align: center;
  text-transform: uppercase;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Exo, sans-serif;
  font-size: 24px;
}

.container-4 {
  color: #0000;
  background-color: #0000;
  max-width: 100%;
  height: 30vh;
  margin-top: 10px;
}

.heading {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 100px;
  font-family: Exo, sans-serif;
  font-weight: 600;
}

.event1 {
  background-image: url('../images/Event_1.jpg');
  background-position: 50%;
  background-size: cover;
  border-bottom: 10px solid #ffffff80;
  max-width: 100%;
  height: 200px;
}

.event2 {
  background-image: url('../images/Event_2.jpg');
  background-position: 50%;
  background-size: cover;
  border: 3px #000;
  border-bottom: 10px solid #ffffff80;
  max-width: 100%;
  height: 200px;
}

.gotolocations {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  margin: 10px auto;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.lottie-animation-3 {
  width: 10%;
}

.eventhead {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  font-family: Exo, sans-serif;
  font-weight: 700;
}

.eventinfo {
  text-align: center;
  font-family: Exo, sans-serif;
  font-size: 18px;
}

.event3 {
  background-image: url('../images/Event_4.jpg');
  background-position: 50% 0;
  background-size: cover;
  border-bottom: 10px solid #ffffff80;
  max-width: 100%;
  height: 200px;
}

.event4 {
  background-image: url('../images/Event_3.jpg');
  background-position: 0 0;
  background-size: auto;
  border-bottom: 10px solid #fff;
  max-width: 100%;
  height: 200px;
}

.womicodesc {
  text-align: center;
  font-family: Exo, sans-serif;
  font-weight: 700;
}

.donateblock {
  background-color: #fff;
  border-radius: 5px;
  width: 50%;
  max-width: 100%;
  height: 50%;
}

.contacthead {
  color: #333;
  font-family: Exo, sans-serif;
  font-weight: 700;
}

.formhead {
  font-family: Exo, sans-serif;
}

.field-label, .field-label-2 {
  display: none;
}

.text-field {
  outline-offset: 0px;
  color: #000;
  border: 1px #fff;
  border-bottom: 1px solid #777;
  outline: 3px #d9d9d9;
  font-family: Exo, sans-serif;
}

.text-field-2 {
  color: #000;
  border: 1px solid #fff;
  border-bottom-color: #777;
  font-family: Exo, sans-serif;
}

.textarea {
  border: 1px #fff;
  border-bottom: 1px solid #000;
  font-family: Exo, sans-serif;
}

.contactinfo {
  color: #000;
  margin-bottom: 20px;
  margin-left: 40px;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.flex-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
}

.submit-button {
  background-color: #000;
  width: 100%;
}

.link, .link-2 {
  color: #000;
  text-decoration: none;
}

.link-block {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.eventshead {
  color: #333;
  text-align: center;
  text-transform: uppercase;
  font-family: Exo, sans-serif;
  font-style: italic;
  font-weight: 800;
}

.lottie-animation-4 {
  justify-content: center;
  align-items: center;
  width: 10%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button {
  color: #fff;
  background-color: #000;
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 20%;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: Exo, sans-serif;
  font-weight: 500;
  display: flex;
}

.columns-3, .container-6 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.paragraph {
  margin-top: 25px;
  margin-bottom: 25px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.column-5 {
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-2 {
  color: #fff;
  font-family: Oswald, sans-serif;
}

.button-2 {
  color: #272727;
  text-align: center;
  background-color: #fff;
  background-image: linear-gradient(311deg, #eeadc9, #dba3f3);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 40%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
  display: block;
}

.button-2:hover {
  background-image: none;
}

.container-7 {
  background-image: url('../images/conv.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 100%;
  height: 75vh;
}

.background-video {
  height: 100vh;
}

.slider {
  background-color: #ddd0;
  height: 75vh;
}

.container-8 {
  max-width: 100%;
  height: 88vh;
}

.section {
  background-image: url('../images/bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 80%;
}

.homesignin {
  color: #000;
  vertical-align: baseline;
  background-color: #fff;
  border-radius: 20px;
  width: 10%;
  margin: 8px 25px;
  font-family: Exo, sans-serif;
  font-weight: 500;
  display: inline-block;
  position: absolute;
}

.homesignin:hover {
  background-color: #ffffffa1;
}

.text-span {
  font-family: "Fa Brands 400", Arial, sans-serif;
}

.button-4 {
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  font-family: Exo, sans-serif;
  font-size: 25px;
  font-weight: 700;
  display: block;
  position: relative;
}

.button-4:hover {
  color: #fff;
  background-image: linear-gradient(172deg, #ec6d9e, #bc84ca);
}

.sermonsmain {
  height: 90vh;
  margin-left: auto;
  margin-right: auto;
}

.body {
  background-color: #252525;
  overflow: hidden;
}

.bodydiv {
  height: 78vh;
}

.searchsermon {
  background-color: #494747;
  border-radius: 20px;
}

.columns-4, .column-6 {
  height: 78vh;
}

.column-7 {
  height: 78vh;
  display: block;
}

.sermontitleblock {
  background-color: #252525;
  border-radius: 9px;
  justify-content: space-between;
  height: 60px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  
}

.sermontitleblock:hover {
  background-color: #3d3d3d;
}

.sermontitle {
  color: #fff;
  margin-bottom: 5px;
  padding-left: 10px;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.sermonpastorname, .categoryanddate {
  color: #b4b4b4;
  padding-left: 10px;
  font-family: Exo, sans-serif;
}

.div-block {
  margin-top: 15px;
}

.playingsermontitle {
  color: #222;
  text-align: center;
  margin-top: 15px;
  padding-left: 15px;
  font-family: Exo, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.nowplayingpsname, .nowplayingcat {
  color: #4b4b4b;
  text-align: center;
  padding-left: 15px;
  font-family: Exo, sans-serif;
  font-size: 20px;
}

.container-9 {
  background-image: url('../images/BabaThumbnail.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 10%;
  width: 150px;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
}

.nowplayingtitle {
  margin-bottom: 30px;
}

.sundaysermonscat {
  background-color: #111;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 6vh;
  margin-top: 1px;
  margin-bottom: 1px;
  padding-left: 10px;
  display: flex;
}

.sundaysermonscat:hover {
  background-color: #fff;
}

.sundaysermonscat .active{
  background-color: white;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 6vh;
  margin-top: 1px;
  margin-bottom: 1px;
  padding-left: 10px;
  display: flex;
}

.categoryname {
  color: #b4b4b4;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 0;
  padding-top: 0;
  font-family: Exo, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 25px;
  display: flex;
}

.conventioncat {
  background-color: #111;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 6vh;
  margin-top: 1px;
  margin-bottom: 1px;
  padding-left: 10px;
  display: flex;
}

.conventioncat:hover {
  background-color: #fff;
}

.conventioncat.active {
  background-color:white;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 6vh;
  margin-top: 1px;
  margin-bottom: 1px;
  padding-left: 10px;
  display: flex;
}

.womicocat {
  color: #111;
  background-color: #111;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 6vh;
  margin-top: 1px;
  margin-bottom: 1px;
  padding-left: 10px;
  display: flex;
}

.womicocat:hover {
  background-color: #fff;
}

.womicocat.active {
  color: white;
  background-color: white;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 6vh;
  margin-top: 1px;
  margin-bottom: 1px;
  padding-left: 10px;
  display: flex;
}

.iycat {
  background-color: #111;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 6vh;
  margin-top: 1px;
  margin-bottom: 1px;
  padding-left: 10px;
  display: flex;
}

.iycat:hover {
  background-color: #fff;
}

.iycat.active {
  background-color: white;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 6vh;
  margin-top: 1px;
  margin-bottom: 1px;
  padding-left: 10px;
  display: flex;
}

.column-8 {
  height: 78vh;
}

.playerdiv {
  background-color: #111;
  width: 100%;
  height: 10vh;
  position: absolute;
  inset: auto 0% 0%;
}

.sermonlist {
  height: 78vh;
  overflow-x: hidden;
  overflow-y: auto;
}

.columns-5 {
  height: 6vh;
  margin-left: 0;
  margin-right: 0;
}

.column-9 {
  justify-content: flex-start;
  align-items: center;
  height: 6vh;
  display: flex;
}

.column-10 {
  height: 6vh;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.column-11 {
  height: 6vh;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.search-input {
  border-radius: 5px;
  width: 50%;
  margin: 0 auto;
}

.nowplaying {
  background-color: var(--white);
  height: 40vh;
  margin-top: 10px;
}

.mostplayedheading {
  color: #a1a1a1;
  font-family: Exo, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.nowplayingdiv {
  height: 30vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10%;
}

.sermonsignin {
  color: #111;
  background-color: #fff;
  border-radius: 5px;
  width: 10%;
  margin: 7px 10px;
  font-family: Exo, sans-serif;
  display: inline-block;
  position: static;
}

.sermonsignin:hover {
  background-color: #a0a2a3;
}

.paragraph-2 {
  text-align: center;
  font-family: Exo, sans-serif;
}

.mpstitleblock {
  background-color: #252525;
  border-radius: 9px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.mpstitleblock:hover {
  background-color: #3d3d3d;
}

.mpstitle {
  color: #fff;
  margin-bottom: 2px;
  padding-left: 10px;
  font-family: Exo, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.mpspastorname {
  color: #b4b4b4;
  padding-left: 10px;
  font-family: Exo, sans-serif;
}

.librarycat {
  background-color: #111;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 6vh;
  margin-top: 1px;
  margin-bottom: 1px;
  padding-left: 10px;
  display: flex;
}

.librarycat:hover {
  background-color: #fff;
}

.librarycat.active {
  background-color: white;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 6vh;
  margin-top: 1px;
  margin-bottom: 1px;
  padding-left: 10px;
  display: flex;
}

.code-embed {
  margin-top: 2%;
  margin-left: auto;
  margin-right: auto;
}

.buybutton {
  height: auto;
}

.buynowbutton {
  text-align: center;
  border-radius: 5px;
  width: 80%;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  font-family: Exo, sans-serif;
  display: block;
}

.playsermonnow {
  background-color: #e47ee6;
  text-align: center;
  border-radius: 5px;
  width: 80%;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  font-family: Exo, sans-serif;
  display: block;
}

.admonlanding {
  height: 100vh;
}

.adminheading {
  font-family: Exo, sans-serif;
}

.adminhome {
  cursor: pointer;
  background-color: #fff;
  border: 1px #000;
  border-bottom-style: solid;
  height: 8vh;
  margin-top: 5px;
  margin-bottom: 5px;
}

.adminhome:hover {
  background-color: #f3f3f3;
}

.heading-3 {
  padding: 9px;
  font-family: Exo, sans-serif;
  font-size: 30px;
}

.container-10 {
  height: 100vh;
}

.adminsearch {
  border: 1px solid #000;
  margin-top: 20px;
  margin-bottom: 20px;
}

.editbtn {
  background-image: url('../images/pencil.png');
  background-position: 0 0;
  background-size: auto;
}

.editpic {
  cursor: pointer;
  max-width: 30%;
  margin: 15px auto 20px;
  display: block;
}

.adminsermontitle {
  margin-top: 10px;
  margin-bottom: auto;
  font-family: Exo, sans-serif;
}

.sermondetail:hover {
  background-color: #f3f3f3;
}

.adminpastorname {
  font-family: Exo, sans-serif;
  font-weight: 600;
}

.dltpic {
  cursor: pointer;
  max-width: 30%;
  margin: 15px auto 20px;
  display: block;
}

.categoryplusdate {
  font-family: Exo, sans-serif;
}

.adminaddnew {
  cursor: pointer;
  background-color: #fff;
  border: 1px #000;
  border-bottom-style: solid;
  height: 8vh;
  margin-top: 5px;
  margin-bottom: 5px;
}

.adminaddnew:hover {
  background-color: #f3f3f3;
}

.addnewsermon {
  background-color: #fff;
  height: 100vh;
  display: block;
  position: fixed;
  inset: 0%;
}

.heading-4 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 50px;
  padding-top: 50px;
  padding-bottom: 0;
  font-family: Exo, sans-serif;
}

.addnewsection {
  max-width: 100vh;
  margin-left: auto;
  margin-right: auto;
}

.newstitle, .newspastorname {
  color: #000;
  border: 1px solid #000;
  font-family: Exo, sans-serif;
}

.newscategory {
  color: #000;
  border: 0 solid #000;
  font-family: Exo, sans-serif;
}

.adminaddsermon {
  background-color: #000;
  width: 100%;
  max-width: 100%;
  margin: 23px auto;
  font-family: Exo, sans-serif;
  display: block;
}

.newsdate {
  color: #000;
  border: 1px solid #000;
}

.uploadbtn {
  color: #000;
  background-color: #fff;
  border: 2px solid #000;
  width: 100%;
  max-width: 100%;
  margin: 23px auto;
  font-family: Exo, sans-serif;
  font-size: 20px;
  display: block;
}

.closebtn {
  float: right;
  vertical-align: sub;
  max-width: 30px;
  margin: 25px 25px 25px auto;
  display: block;
  position: static;
}

.form {
  padding-top: 20px;
  padding-bottom: 20px;
}

.addnewsermon-copy {
  background-color: #fff;
  height: 100vh;
  display: block;
  position: fixed;
  inset: 0%;
}

.editsermon {
  background-color: #fff;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.deletesermon {
  background-color: #ff4d4d;
  width: 100%;
  max-width: 100%;
  margin: 23px auto;
  font-family: Exo, sans-serif;
  display: block;
}

.deleteprompt {
  background-color: #fff;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.body-2 {
  background-color: #000;
}

.section-3 {
  max-width: 50%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.heading-5 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  padding-top: 50px;
  font-family: Exo, sans-serif;
}

.form-block {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

.adminusr {
  color: #000;
  border-radius: 5px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Exo, sans-serif;
}

.adminpwd {
  border-radius: 5px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.submit-button-3 {
  background-color: #83259e;
  border-radius: 5px;
  width: 100%;
  max-width: 100%;
  margin: 11px auto;
}

.adminlink {
  color: #fff;
  text-align: right;
  text-transform: uppercase;
  background-color: #000;
  width: 100%;
  height: 40px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: Exo, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
}

.column-12 {
  padding-top: 10px;
}

.audioplayer {
  height: 11vh;
}

.klgadmin {
  cursor: pointer;
  background-color: #fff;
  border: 1px #000;
  border-bottom-style: solid;
  height: 8vh;
  margin-top: 5px;
  margin-bottom: 5px;
}

.klgadmin:hover {
  background-color: #f3f3f3;
}

.dtitle, .dpastorname {
  color: #000;
  border: 1px solid #000;
  font-family: Exo, sans-serif;
}

.dcategory {
  color: #000;
  border: 0 solid #000;
  font-family: Exo, sans-serif;
}

.ddate {
  color: #000;
  border: 1px solid #000;
}

.etitle, .epastorname {
  color: #000;
  border: 1px solid #000;
  font-family: Exo, sans-serif;
}

.ecategory {
  color: #000;
  border: 0 solid #000;
  font-family: Exo, sans-serif;
}

.edate {
  color: #000;
  border: 1px solid #000;
}

.editsermonbtn {
  background-color: #000;
  width: 100%;
  max-width: 100%;
  margin: 23px auto;
  font-family: Exo, sans-serif;
  display: block;
}

.column-13, .column-14 {
  display: block;
}

.searchheading, .column-15, .column-16, .column-17 {
  height: 5vh;
}

.signinandnav {
  height: 6vh;
  display: block;
}

.currentlyplaying {
  color: #fff;
  text-align: center;
  font-family: Exo, sans-serif;
  font-weight: 700;
}

.div-block-2 {
  width: 50px;
}

.comingsoon {
  background-color: #fff;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.image-7 {
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: block;
}

.innerbuynow {
  width: 15%;
}

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

.paragraph-3 {
  text-align: center;
  margin-bottom: 0;
}

.donate {
  color: #fff;
  text-align: right;
  text-transform: uppercase;
  background-color: #cb6ce6;
  width: 100%;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
}

.donatecontainer {
  background-color: #000000b8;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0%;
}

.heading-6 {
  text-align: center;
  margin-top: 10px;
  font-family: Exo, sans-serif;
}

.image-8 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.donatename {
  color: #000;
  font-family: Exo, sans-serif;
}

.donateform {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.donateemail {
  color: #000;
  font-family: Exo, sans-serif;
  font-weight: 400;
}

.donateamount {
  color: #000;
  font-family: Exo, sans-serif;
}

.submit-button-4 {
  background-color: #cb6ce6;
  font-family: Exo, sans-serif;
  font-weight: 600;
}

.closedonate {
  float: right;
  vertical-align: baseline;
  max-width: 3%;
  margin-top: 5px;
  margin-right: 5px;
  display: block;
}

.klgadmindiv {
  background-color: #fff;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.klgadmininner {
  width: auto;
  max-width: 100%;
  height: 80vh;
  margin-left: auto;
  margin-right: auto;
}

.column-18 {
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.klgadminmenu {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Exo, sans-serif;
  font-size: 14px;
}

.search-button {
  display: none;
}

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

.klgadminsearch {
  float: none;
  color: #000;
  width: 50%;
  margin-left: 25%;
  margin-right: auto;
  font-family: Exo, sans-serif;
  display: block;
  position: absolute;
}

.allvisitorsdiv {
  max-width: 100%;
  height: 80vh;
}

.visitornamediv {
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  height: 50px;
  display: flex;
}

.heading-7 {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Exo, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.image-9 {
  max-width: 50%;
  display: block;
  position: relative;
}

.contactvisitordiv {
  width: 10%;
}

.visitorblock {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.closevisitors {
  float: right;
  vertical-align: sub;
  max-width: 30px;
  margin: 25px 25px 25px auto;
  display: block;
  position: static;
}

.kivpaynow {
  text-align: center;
  width: 10%;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: Exo, sans-serif;
  font-weight: 700;
  display: block;
}

@media screen and (max-width: 991px) {
  .container {
    height: 50px;
    margin-left: 0;
  }

  .brand {
    width: 80px;
    height: 80px;
    margin-top: 5px;
  }

  .navbar {
    position: static;
  }

  .lottie-animation {
    height: 90px;
    margin-top: 0;
    margin-right: 0;
  }

  .lottie-animation-2 {
    float: right;
    height: 6vh;
    position: relative;
  }

  .nav-menu {
    margin-top: 6vh;
    margin-right: 0;
  }

  .navlinkall {
    font-size: 16px;
  }

  .events, .contact {
    height: auto;
  }

  .churchname {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
    line-height: 30px;
  }

  .heading {
    margin-left: 100px;
    margin-right: 100px;
  }

  .flex-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .image-4, .image-5, .image-6 {
    width: 60%;
    max-width: none;
  }

  .lottie-animation-4 {
    width: 30%;
  }

  .button {
    max-width: 35%;
  }

  .button-4 {
    width: 60%;
    font-weight: 700;
  }

  .columns-4 {
    height: 78vh;
  }

  .column-7 {
    display: block;
  }

  .sermontitleblock {
    height: 60px;
  }

  .sermontitle {
    margin-bottom: 0;
    font-size: 14px;
  }

  .sermonpastorname {
    font-size: 10px;
  }

  .sundaysermonscat {
    justify-content: flex-start;
    align-items: center;
    height: 5vh;
  }

  .categoryname {
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0;
    font-size: 14px;
    display: flex;
  }

  .conventioncat, .womicocat, .iycat {
    height: 5vh;
  }

  .columns-5 {
    width: 100%;
    overflow: visible;
  }

  .column-10 {
    padding-left: 0;
    padding-right: 0;
  }

  .search-input {
    width: 70%;
  }

  .sermonsignin {
    width: 15%;
  }

  .mpstitle {
    font-size: 12px;
  }

  .mpspastorname {
    font-size: 10px;
  }

  .librarycat {
    height: 5vh;
  }

  .buynowbutton {
    margin-top: 10px;
  }
  .playsermonnow {
    margin-top: 10px;
  }

  .admonlanding, .addnewsermon {
    display: none;
  }

  .form-block {
    max-width: 80%;
  }

  .adminlink {
    font-size: 16px;
  }

  .audioplayer, .columns-6 {
    margin-left: auto;
    margin-right: auto;
  }

  .currentlyplaying {
    font-size: 12px;
  }

  .donate {
    font-size: 16px;
  }

  .donatecontainer {
    height: auto;
  }

  .kivpaynow {
    width: 20%;
  }
    .successmessage {
    font-size: 30px;
  }

  .qrcontainer {
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  .container {
    height: 50px;
  }

  .brand {
    width: 60px;
    height: 60px;
    margin-top: 5px;
    margin-left: 43%;
  }

  .lottie-animation {
    height: 70px;
    margin-top: 0;
    margin-right: 0;
    transform: scale(1.6);
  }

  .lottie-animation-2 {
    height: 6vh;
    margin-right: 0;
  }

  .nav-menu {
    margin-top: 6vh;
  }

  .navlinkall {
    font-size: 14px;
  }

  .locations {
    background-image: none;
    height: auto;
    box-shadow: 0 2px 5px #0003;
  }

  .events, .contact {
    height: auto;
  }

  .churchinfo {
    font-size: 14px;
    line-height: 16px;
  }

  .heading {
    font-size: 30px;
  }

  .column {
    display: none;
  }

  .column-2 {
    display: flex;
  }

  .eventhead {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 30px;
    line-height: 30px;
  }

  .eventinfo {
    margin-left: 40px;
    margin-right: 40px;
    font-size: 14px;
  }

  .womicodesc {
    margin-left: 40px;
    margin-right: 40px;
  }

  .contacthead, .formhead {
    text-align: center;
  }

  .contactinfo {
    text-align: center;
    margin-right: 40px;
  }

  .flex-block {
    justify-content: center;
    align-items: center;
  }

  .column-3 {
    display: none;
  }

  .image-4, .image-5, .image-6 {
    width: 70%;
  }

  .column-4 {
    margin-top: 40px;
  }

  .eventshead {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 30px;
  }

  .lottie-animation-5 {
    width: 15%;
    margin-left: auto;
    margin-right: auto;
  }

  .link-block-2, .link-block-3, .link-block-4 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .button {
    max-width: 40%;
    margin-top: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
  }

  .paragraph {
    font-size: 14px;
  }

  .button-2 {
    width: 40%;
  }

  .container-7 {
    background-image: url('../images/convMob.png');
  }

  .section {
    background-image: url('../images/mobBG.png');
  }

  .button-4 {
    border-radius: 10px;
    width: 60%;
    font-size: 20px;
    font-weight: 700;
  }

  .columns-4 {
    height: 78vh;
  }

  .column-6 {
    height: 73vh;
  }

  .column-7 {
    display: none;
  }

  .sermontitleblock {
    height: 60px;
  }

  .sermontitle {
    margin-bottom: 0;
  }

  .sundaysermonscat {
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    height: 4vh;
    display: flex;
  }

  .categoryname {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-left: 0;
    font-size: 10px;
    font-weight: 600;
  }

  .conventioncat, .womicocat, .iycat {
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    height: 4vh;
    display: flex;
  }

  .column-8 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    height: 4vh;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0 10px;
    display: flex;
  }

  .sermonlist {
    height: 71.5vh;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .search-input {
    width: 90%;
  }

  .sermonsignin {
    border-radius: 5px;
    width: 20%;
    margin-top: 6px;
    margin-bottom: 6px;
    margin-left: 5%;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 5px;
    display: flex;
  }

  .librarycat {
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    height: 4vh;
    display: flex;
  }

  .buynowbutton {
    border-radius: 3px;
    width: 65%;
    margin-top: 0;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 10px;
  }

  .playsermonnow {
    border-radius: 3px;
    width: 65%;
    margin-top: 0;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 10px;
  }

  .section-3 {
    max-width: 70%;
  }

  .form-block {
    max-width: 100%;
  }

  .adminlink {
    font-size: 14px;
  }

  .column-13, .column-14, .column-15 {
    display: none;
  }

  .column-16 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .column-17 {
    display: none;
  }

  .signinandnav {
    display: block;
  }

  .currentlyplaying {
    font-size: 10px;
  }

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

  .donate {
    font-size: 14px;
  }

  .donatecontainer {
    height: auto;
  }
    .signinparent {
    width: 30%;
  }

  .column-99 {
    height: 3vh;
  }

  .closedonate {
    max-width: 10%;
  }
    .successmessage {
    margin: 27px;
  }
}

@media screen and (max-width: 479px) {
  a {
    color: #000;
    text-decoration: none;
  }

  .container {
    height: 40px;
  }

  .menu-button {
    margin-left: 0;
    margin-right: 0;
  }

  .brand {
    margin-left: 40%;
  }

  .navbar {
    height: 5vh;
  }

  .lottie-animation {
    height: 70px;
    margin-top: 0;
    margin-right: 0;
    transform: scale(1.5);
  }

  .container-2 {
    background-size: cover;
  }

  .lottie-animation-2 {
    height: 5vh;
  }

  .nav-menu {
    margin-top: 5vh;
  }

  .locations, .events, .contact {
    height: auto;
  }

  .churchinfo {
    font-size: 14px;
  }

  .heading {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 26px;
  }

  .eventhead {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 20px;
    line-height: 25px;
  }

  .eventinfo {
    margin-left: 60px;
    margin-right: 60px;
  }

  .donateblock {
    width: 100%;
  }

  .image-4, .image-5, .image-6 {
    width: 50%;
  }

  .eventshead {
    margin-left: 40px;
    margin-right: 40px;
    font-size: 26px;
  }

  .lottie-animation-4 {
    width: 50%;
  }

  .lottie-animation-5 {
    width: 30%;
  }

  .button {
    max-width: 60%;
  }

  .paragraph {
    font-size: 12px;
  }

  .button-2 {
    width: 60%;
    font-size: 12px;
  }

  .button-4 {
    border-radius: 5px;
    width: 80%;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 15px;
  }

  .bodydiv {
    height: 70vh;
  }

  .column-6 {
    height: 72.5vh;
  }

  .sermontitleblock {
    justify-content: space-between;
    height: 60px;
    display: flex;
  }

  .sermontitle {
    margin-bottom: 0;
    font-size: 12px;
  }

  .sermonpastorname {
    font-size: 8px;
  }

  .sundaysermonscat {
    border-radius: 5px;
    height: 4vh;
    padding-left: 0;
  }

  .categoryname {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-left: 0;
    font-size: 10px;
    line-height: 15px;
    display: flex;
  }

  .conventioncat, .womicocat, .iycat {
    border-radius: 5px;
    height: 4vh;
    padding-left: 0;
  }

  .column-8 {
    height: 5vh;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .sermonlist {
    height: 72vh;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .columns-5, .column-9, .column-10 {
    height: 5vh;
  }

  .search-input {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 9px;
    font-size: 10px;
  }

  .sermonsignin {
    border-radius: 5px;
    justify-content: left;
    align-items: left;
    width: 30%;
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: 5%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 10px;
    display: flex;
  }

  .librarycat {
    border-radius: 5px;
    height: 4vh;
    padding-left: 0;
  }

  .buynowbutton {
    border-radius: 3px;
    width: 65%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    font-size: 10px;
  }

  .playsermonnow {
    border-radius: 3px;
    width: 65%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    font-size: 10px;
  }
  .column-12 {
    padding-top: 5px;
  }

  .searchheading, .signinandnav {
    height: 5vh;
  }

  .image-7 {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .innerbuynow {
    justify-content: center;
    align-items: center;
    width: 30%;
    display: flex;
  }

  .donatecontainer {
    height: auto;
  }

  .heading-6 {
    font-size: 30px;
  }

  .donateform {
    width: 90%;
  }

  .kivpaynow {
    width: 40%;
  }

    .successmessage {
    font-size: 15px;
  }

  .qrcontainer {
    width: 30vh;
  }
}

.column-99{
  margin-left: -50px;
  border: 1px solid white;
  border-radius: 5px;
}

.sermonAudio {
  width: 100%;
  margin: 20px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #f5f5f5;
  padding: 10px;
  z-index: 1000;
}

/* Style for currently playing sermon */
.sermontitleblock.currently-playing {
  background-color: #52345b; /* Light green background */
  border-left: 4px solid #cb6ce6;          /* Green left border */
  padding-left: 12px;                      /* Adjust for border */
}

/* Optional: Add animation for better visibility */
@keyframes pulse {
  0% { background-color: rgba(145, 53, 171, 0.1); }
  50% { background-color: rgba(145, 53, 171, 0.2); }
  100% { background-color: rgba(145, 53, 171, 0.1); }
}
 
.sermontitleblock.currently-playing {
  animation: pulse 2s infinite;
}

.successcontainer {
  height: 100vh;
}

.logoheader {
  justify-content: center;
  align-items: center;
  height: 15vh;
  display: flex;
}

.successcontent {
  flex-flow: column;
  height: 85vh;
  display: flex;
}

.qrcontainer {
  width: 40vh;
  max-width: none;
  height: 40vh;
}

.emailcontainer {
  width: 80%;
  height: 10vh;
}

/* Pink-themed audio player */
.sermonAudio {
  width: 100%;
  padding: 5px;
  background: linear-gradient(135deg, #ffffff 0%, #fdfdfa 100%);
  border-radius: 5px;
  margin: 20px 0;
}

/* Currently playing sermon highlight */
.sermontitleblock.currently-playing {
  background-color: #fff0f5;
  border-left: 4px solid #d23669;
  padding-left: 12px;
  transform: scale(1.02);
  transition: all 0.3s ease;
}

@font-face {
  font-family: 'Fa V 4 Compatibility';
  src: url('../fonts/fa-v4compatibility.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.progress-bar {
  width: 0%;
  height: 30px;
  background-color: #4CAF50;
  text-align: center;
  line-height: 30px;
  color: white;
  transition: width 0.3s;
}