@font-face {
font-family: "Montepetrum Bold";
src: url("Fonts/Montepetrum regular.ttf");
}

.special-btn {
  background-color: unset;
  border: unset;
  text-decoration: underline;
  color: black;
  padding: unset;
  width: unset;
  letter-spacing: .1em;
  font-size: 1em;
  border-radius: unset;
  box-shadow: unset;
  justify-content: center;
  align-items: center;
}
.special-btn:hover {
  background-color: unset;
  color: unset;
}


/*//////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////LIVE STREAM BANNER///////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////////////////////////////*/

#live-stream-banner {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(red, #a90000);
  padding: 0 1vw;
  box-sizing: border-box;
}

#live-stream-banner p {
  color: white;
  text-transform: uppercase;
  letter-spacing: .11rem;
  text-align: center;
  margin-right: 3vw;
}

#live-stream-banner a {
  color: #ffffff;
  /* border: black 1px solid; */
  padding: 7px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: .1rem;
  text-decoration: underline;
}

#previous-streams{
  display:flex;
  justify-content:center;
  width:100%;
  flex-wrap: wrap;
}

.stream-date {
  color:white;
  background: #0000008c;
  margin: 0;
  padding: 5px;
  box-sizing: border-box;
  text-transform: uppercase;
  font-size: 1vw;
}

/*needs a minimum*/
.place-holder-box {
  /*width: 18vw;*/
  /*height: 10vw;*/
  background-color: rgb(226, 226, 226);
  margin-bottom: 0;
  position: relative;
  margin:0.5vw;
  overflow: hidden;
}

.video {
  width: 18vw;
  height: 10vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.video p {
  letter-spacing: .1rem;
  text-transform: uppercase;
}

.box-item-section {
  display:flex;
  flex-direction:column;
  align-items: center;
  width:80%;
}

.description-header {
  width: 75%;
}



/*disables scrolling of website when overlays are visible*/
.noscroll{
    position:fixed;
    overflow:hidden;
}

body {
  font-family: 'Fira Sans', sans-serif;
  font-style: normal;
  font-weight: 300;
  display:flex;
  flex-direction:column;
  background-color: #fff;
  padding:0px;
  margin:0px;
  width: 100%;
  align-items:center;
}

.aspect-16-9 {
  background-color: black;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  z-index:-3;
}

.date-time {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
}

.small-title-clear {
    padding: 0px 10px;
    margin: auto 0;
    color: #858585;
    font-size: 1.2em;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 1em;
}

.event-details {
  background-color: #00000014;
  margin: 2px 0 2px 0;
  border-radius: .2rem;
  padding: 10px;
  display: flex;
}

.event-details img {
  margin: auto 0;
  width: 14px;
  height: 16px;
}

hr.thin-line {
  margin: 2px 0;
  min-width: initial;
}

.square-img {
  width: auto;
  height: 192px;

}

.flex-row {
  display: flex;
  flex-direction: row;
}

.disclaimer-text {
  padding: 0px;
  margin: 0px;
  text-transform: uppercase;
  font-size: .7em;
  color: red;
  font-weight: bold;
  letter-spacing: .2em;
}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////Navigation///////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////////////////////////////*/

#a-l-i {
  width: 100%;
  background-color:#5ae05a;
  height:30px;
  display:flex;    
  justify-content: center;
  vertical-align: middle;
  box-sizing: border-box;
}

#a-l-i p {
  color: white;
  text-transform: uppercase;
  margin: auto 0;
  padding: 0;
  vertical-align: middle;
  letter-spacing: 2px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 600;
}




h2 {
  line-height:.9em;
  padding:0px;
  margin: 0px;
  text-transform: uppercase;
}


hr {
  min-width:450px;
  width: 100%;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0px;
  margin-top: 30px;
  margin-bottom: 30px;
}

hr.small-line {
  width: 30%;
  margin-top: 20px;
  margin-bottom: 15px;
}
/*----------------------------------------------*/
.content {
	width:70%;
	min-width:650px;
}

#event-display {
	width:80%;
}

.content-column {
  display:flex;
  flex-direction: column;
  /*width: 70%;*/
  justify-content:center;
  text-align:center;
}

.content-row {
  display:flex;
  flex-direction: row;
  /*min-width: 70%;*/
  text-align:center;
  justify-content: space-evenly;
}
/*----------------------------------------------*/

.flex-content {
  display:flex;
  flex-direction: column;
  /*width: 70%;*/
  align-items:center;
  /*justify-content:center;*/
  text-align:center;
}






.flex-content h1 {
  text-align:center;
  color:#676767;
  font-style:italic;
  letter-spacing: 1px;
 /* line-height: 5px;*/
  font-size: 2em;
  line-height:1.5em;
  padding:0px;
  margin: 0px;
  text-transform: uppercase;
}
.flex-content h2 {
  font-family: 'Poiret One', cursive;
  text-align:center;
  font-weight: bold;
  letter-spacing: 3px;
  color: #858585;
  font-size: 5em;
  line-height:.9em;
  padding:0px;
  margin: 0px;
  text-transform: uppercase;
}

.flex-content h3 {
  font-family: 'Poiret One', cursive;
  text-align:center;
  font-weight: bold;
  letter-spacing: 1px;
  color: #858585;
  font-size: 3em;
  line-height:1em;
  padding:0px;
  margin: 0px;
  text-transform: uppercase;
}

.flex-content p {
  font-family: 'Poiret One', cursive;
  font-size: 25px;
  color: #3e3e3e;
  /*font-weight:bold;*/
  padding:0px;
  margin: 10px 0;
  letter-spacing: 1px;
  line-height: 1.5;
}

.flex-content p.times {
  font-family: 'Poiret One', cursive;
  font-size:2em;
  color: #191919;
  font-weight:normal;
  padding:0px;
  margin:0px;
  letter-spacing: 1px;
}
 .flex-content li.paragraph-li {
  background-color:white;
  text-transform: uppercase;
  letter-spacing:3px;
  font-weight: 500;
  font-size:15px;
  color: #a7a7a7;
  border: 1px solid #191919;
  -webkit-transition: background-color ease-in-out .1s; /* Safari */
    transition: background-color ease-in-out .1s;
  position:relative; /*needed to correctly position drop-down menus*/

  display: flex;
  justify-content: center;

  padding:0px;
 }

  .flex-content li.paragraph-li a {
    padding:10px;
    width:100%;
  }

 .flex-content li.paragraph-li:hover {
  background-color: #191919;
  border: 1px solid #191919;
 }
 .flex-content li.paragraph-li:hover a{
  color: #fff;
 }

.flex-content ul.paragraph-ul {
	margin-right:0px;
}



.video-banner {
  background-color: black;
  display:flex;
  max-height:700px;
  width:100%;
  vertical-align: middle;
  box-orient: vertical;
  align-items: center;
  justify-content: center;
  overflow-y: hidden;
  z-index: -3;
}

#banner-background {
	position:absolute;
	display:flex;
  	z-index: -2;
  width:100%;
  /*vertical-align: middle;
  align-items: center;
  justify-content: center;*/
  overflow-y: hidden;
}

#banner-video {
  width:100%;
  display:flex;
  position:relative;
  padding-bottom: 56.25%;
}

#banner-title {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display:block;
  font-family: 'Ubuntu', sans-serif;
  flex-direction:column;
  align-items: center;
  text-align:center;
  justify-content: center;
  color:white;
  text-transform: uppercase;
  width:100%;
  height:100%;

  padding: 5px;
  box-sizing: border-box;
}

#banner-title h1{
  /*font-family: 'Tangerine', cursive;*/
  display:flex;
  flex-direction:column;
  font-weight: 300;
  padding:0px;
  margin:0px;
  line-height: 50px;
  font-size:3em;
  letter-spacing:3px;
}
#banner-title h2{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size:8em;
  margin:0;
  padding:0px;
  line-height: 140px;
  letter-spacing:5px;
}

#banner-title-positioning{
  left: 0;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  display:inline-block;
}


#player {
  position:absolute;
  width:100%;
  height:100%;
  z-index: -2;
  filter:blur(15px);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity ease-in-out .4s; /* Safari */
    transition: opacity ease-in-out .4s;
}

.container {
  background-color: white;
  vertical-align: middle;
  align-items: center;
  display:flex;
  height:700px;
  width:100%;
  vertical-align: middle;
  align-items: center;
  overflow-y: hidden;
}

.map-container {
  width:100%;
  height:100%;
  display:flex;
  position:relative;
}

#map {
  position:absolute;
  width:100%;
  height:700px;
  border:none;
  z-index: 1;
}



#background-lines {
  background: url(../Images/LineTransparentDark.png);
  opacity: 0.5;
  filter: alpha(opacity=50);
  width:100%;
  height:100%;
  display:flex;
  padding: 0px;
  margin: 0px;
  position: absolute;
  z-index: -1;
  top:0px;
  left:0px;
}




/*Event specific styles - temporary*/

article {
  font-family: 'Fira Sans', sans-serif;
 /* padding: 10px;*/
  /*background-color: #efefef;*/
  text-align:left;
  /*box-shadow: 0 0 3px #646464;*/
	
}

.hr-thin {
  width: 100%;
  min-width:inherit;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0px;
  margin-top: 1px;
  margin-bottom: 1px;
}

.temp {
  display:flex;
  background-color: #efefef;
  width: 40%;
  min-width:220px;
  margin-bottom: 10px;
  margin-left: 10px;
  padding:5px;
  box-shadow: 0 0 3px #646464;
}

/*//////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////EVENTS PAGE ///////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////////////////////////////*/

/*//////////////////////////////////////////EVENTS PAGE BANNER//////////////////////////////////////////*/
.image-banner {
  display:block;
  background-color: black;
  width: 100%;
  height:unset;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;

  overflow: hidden;
  z-index: -3;
  position: relative;
}

.image-container {
  height:100%;
  position:  absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display:block;
  z-index: -2;
  width:100%;

  overflow: hidden;
}

.banner-img {
  width:100%;
  min-width: 1920px;
  min-height: 300px;
  transform: translateY(-50%);
}

#image-pos-1 {
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  width: 100%;
  right: 0;
}

#set-height-container {
  min-width:1920px;
  width:100%;
  top:50%;
  transform: translateY(-50%);
  -webkit-transform: translate(-50%,-50%);
}


/*//////////////////////////////////////////CONTENT CONTAINERS///////////////////////////////////////////*/

.events {
  display: flex;
  margin:0;
  padding:0;
  box-sizing: border-box;
  justify-content: center;
}

/*////////////////////////////////////////////ASIDE SCROLLER/////////////////////////////////////////////*/

.events aside {
  position: absolute;
  left: 45px;

}

.events ul {
  display: flex;
  flex-direction: column;
  word-wrap: break-word;
  list-style: initial;
  margin:0;
}

.events li {
  padding: 0;
  margin: 0 0 0 0;
  font-family: sans-serif;
  border: none;
  cursor: pointer;
}

.events li:hover {
  border: none;
}

.events aside a {
  font-size: 12px;
  letter-spacing: initial;
}

/*////////////////////////////////////////////ARTICLE SECTION////////////////////////////////////////////*/

.events .article-container {
  display:flex;
  flex-direction: column;
  max-width: 50%;
  margin:0;
  padding:0;
  box-sizing: border-box;
  /*max-width: 65%;*/
}

.events article {
  margin-bottom: 90px;
}

.events h2 {
  font-family: 'Poiret One', cursive;
  font-weight: 600;
  letter-spacing: 4px;
  color: #161616;
  font-size: 35px;
  line-height:1em;
  padding:0px;
  margin: 0px;
  /*text-transform: none;*/
  word-wrap: break-word;
  /*word-break: break-all;*/
}

.events p.sub-text {
  font-family: sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #a9a9a9;
  letter-spacing: 1px;
  
  padding: 0px;
  margin: 0px;
}

.events div.paragraph {
  padding: 10px 0 0 0;
}
.events p.paragraph {
  font-family: sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #6f6f6f;
  /*text-align: justify;*/
  padding: 0;
  margin:4px 0;
  line-height: 1.4em;
  /*letter-spacing: .5px;*/
}

.events .title {
  display: inline-block;
}

.dp-heading {
  color: #161616;
}

.event-complete {
  background-color: #ffe8e8;
  padding: 10px;
  border-radius: 5px;
}

#event li {
  margin: 0;
}

.loading-circle {
  display: none;
  height: 45px;
  width: auto;
}

.loading-circle div {
  width: inherit;
  height: inherit;
}
.loading-circle svg {
  width:auto;
  height: 100%;
}
.contact-details, .bank-details {
  display:none;
}



/*//////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////Google Maps///////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////////////////////////////*/

.small-map {
  background-color: #000;
  vertical-align: middle;
  align-items: center;
  display:flex;
  height:700px;
  width:50%;
  max-width:70%;
  vertical-align: middle;
  align-items: center;
  overflow-y: hidden;
}


/*//////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////Information///////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////////////////////////////*/

.info-container {
  display: flex;
  width:70%;
  flex-direction: column;

  max-width: 1332px;
  min-width: 1332px;

  margin: 0 auto;
}

.info-container .info-content {
  display: flex;
}

.info-container #service-times {
  margin: auto 0;
  width:50%;
}


/*//////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////Ministries////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////////////////////////////*/

.article-section {
  display:flex;
  flex-direction: column;
  /*max-width: 65%;*/
  min-width: 65%;  /*if items dont have enough content..*/
}

section.ministries {
  width: 50%;
  min-width: 700px;
}
h2.ministries {
  font-weight: bold;
  font-size: 45px;
  letter-spacing: 6px;
}

.article-section article {
  margin-bottom: 30px;/*
  background-color: #f9f9f9;
  box-shadow: 0px 4px 8px #dcdcdc;
  padding: 12px;
  box-sizing: border-box;*/
}

.article-section h2 {
  font-family: 'Poiret One', cursive;
  color: #2d2d2d;
  line-height:1em;
  padding:0px;
  margin: 0px;
  /*text-transform: none;*/
  word-wrap: break-word;
  /*word-break: break-all;*/
}

.article-section div.paragraph {
  padding: 0 0 0 10px;
  margin: auto 0;
}
.article-section div.paragraph p{
  font-family: sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #6f6f6f;
  text-align: initial;
  padding: 0;
  margin:4px 0;
  line-height: 1.4em;
}

.article-section .title {
  display: inline-block;
  letter-spacing: 0.1em;
  font-size: 2em;
}


/*//////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////Sermons/////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////////////////////////////*/

#uploads-list {
  display: flex;
  flex-direction:column;
  margin-right:0;
}

.box-list-item {
  background: #ececec;
  display:flex;

  -webkit-transition: none;
  transition: none;
  border: none;
  margin-bottom:1em;
}
.box-list-item:hover {
  border: none;
}

.box-list-item button, .dlbtn {
  display: flex;
  border: none;
  border-radius: 0;
  box-shadow: none;
  text-transform: uppercase;
}
.box-list-item div {
  display: flex;
}
.box-list-item p {
  margin: auto 0;
  padding: 0 10px;
  font-size: 1.2em;
  color: #8c8c8c;
}

.box-list-item p.info { 
  text-transform: capitalize;
}

.space-between {
  display: flex;
  justify-content: space-between;
}



/*//////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////Gallery/////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////////////////////////////*/


.gallery{
  display: grid;
  grid-template-columns: auto auto auto;
  grid-gap: 0.5em;
}

.gallery-img {
  width:100%;
}


#background-cover {
  display:block;
  position:fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity:0.6;
  background-color: black;
  z-index: 1;
}

#download-form {
  display:block;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  width: 30%;
  padding: 25px;
  z-index: 2;
  text-align: center;
}