#no-link{
   text-decoration:none;
   color:#000;
}
#no-link:hover{
   text-decoration:none;
   color:#000;
}

/* unvisited link */
#no-link:link{
   text-decoration:none;
   color:#000;
}

/* visited link */
#no-link:visited{
   text-decoration:none;
   color:#000;
}
/* selected link */
#no-link:active{
   text-decoration:none;
   color:#000;
}

/* background csi image framework.css style */
.bg-csi{background-image:url(../images/pictures/csi.jpg);}

/* bishops and officers */
.fourth-element{
   margin-left:18%;
}

.header-logo{background-size:28px 28px; width:50px; background-image:url(../images/preload-logo.png);}
/*Custom-grid-icons*/
#grid-icons-3 a i{
   font-size: 24px;
   width: 42px;
   height:42px;
   margin:0 auto;
   padding-top:0;    
   padding-bottom:0;
   text-align: center;
}
#grid-icons-3 img{
  font-size: 24px; 
  width: 42px;
  height:42px;
  padding:5px;
}

#grid-icons-3 a{
   text-decoration: none;
   height:115px;
}

#grid-icons-3 a span{
    padding-top: 10px;
    margin:0px 10px; 
    font-size: 13px;
    color: #1F1F1F;
}
#footer-5-icons a{
   text-decoration: none;
}
/*not an option by default*/
.theme-dark .grid-icons span{  
   color:#FFF!important;
}

/* Accordion */
.accordion-style-1 a:hover{  /* to avoid bootstrap changing the color to blue*/
   color:#FFF;
}

/* Maintenance page */
.bg-cons{background-image:url(../images/pictures/18.jpg);}

/* Church Tracker */
#tracker{
   background-color:#d9534f; color:#FFF; margin-right:25px;
}

/*login-form */
.one-half a{
    color:#ad4199;
}

.one-half a:active, .one-half a:visited{
    color:#ad4199;
    text-decoration:none;
}

/* settings page */
#vcard{
   height:40px;
}
#vcard a{
  padding-top:20px;
}
#vcard i{
   top:15px;
   right:0px;
   bottom:8px;
   font-size:16px;
   opacity:1;
}

/*for bible view*/
a{
  text-decoration:none!important;
}

.bible_text{
  color:#000000;
  padding: 14px 20px 5px 20px;
}

.bible_ul{
  list-style-type:none;
  display:flex;
  margin-left:30px;
  margin-right:30px;
}

.reference{
    border-bottom:5px solid #ad4199;
    
}

.invisible{
  display:none;
}

.bible_div{
 background-color:#edf1f7;
 min-height:100px;
}

#bible_display_section{
    margin-top:40px;
    padding-top: 10px;
    padding-left: 3px;
     /*padding-right: 5px;*/
}

.bible_header{
 position:fixed;
 top:48px;
 left:0px;
 right:0px;
 display:block;
 /*height:70px;*/
 z-index:999;
 background-color:#fcfcfc;
}

#myInput {
  background-image: url('/assets/images/search2.png'); /* Add a search icon to input */
  background-position: 14px 20px; /* Position the search icon */
  background-repeat: no-repeat; /* Do not repeat the icon image */
  background-size: 16px 16px;
  /* background-color:#f0f5f0; */
  width: 80%; /* Full-width */
  font-size: 16px; /* Increase font-size */
  padding: 16px 20px 12px 40px; /* Add some padding */
  border: 1px solid #ddd; /* Add a grey border */
  margin-bottom: 12px; /* Add some space below the input */
  position:fixed;
  top:113px;
  width:100%;
  left:0;
  z-index:99;
}


#myUL {
  /* Remove default list styling */
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#myUL li a {
  margin-top: -1px; /* Prevent double borders */
  padding: 12px; /* Add some padding */
  text-decoration: none; /* Remove default text underline */
  font-size: 18px; /* Increase the font-size */
  color: black; /* Add a black text color */
  display: block; /* Make it into a block element to fill the whole list */
  margin-bottom:15px;
  border-radius: 10px; 
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

#myUL li a:hover:not(.header) {
  background-color: #eee; /* Add a hover effect to all links, except for headers */
}

.book_active a{
 color:#ad4199!important;
}

.bible_active{
 background-color:#ad4199!important;
 color:#fff!important;
}

a.verNum
{
  padding:8px;
  text-align: center;
  width:40px;
  color:#000000;
  margin:5px;
  border-radius: 10px; 
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

a.chNum
{
  padding:8px;
  text-align: center;
  width:40px;
  color:#000000;
  margin:5px;
  border-radius: 10px; 
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);

}

#chapters_dis{
  padding:14px;     
 display:flex;
 flex-wrap:wrap;
}

#verses_dis{
 padding-left:14px;     
 display:flex;
flex-wrap:wrap;
}

.bible_text{
  font:12px;
  text-align:justify!important;
}

/* bible theme dark */
.theme-dark .chNum {
  color: #FFFF;
}

.theme-dark .verNum {
  color: #FFFF;
}

.theme-dark #myInput{
  color: #FFFF;
  background-color:#000000;
  border:none;
  
}

.theme-dark #myUL li a {
  color: #FFFF;
}

.theme-dark .bible_header {
  color: #FFFF;
  background-color:#000000;
}


.theme-dark .bible_text {
  color: #FFFF;
}

.bible_ul a{
  margin-right:18px;
}



/* For Bishop and  officers */
@media(max-width:357px){
   .fourth-element{
   margin-left:0%;
   }
   
   .fifth-element{
   margin-left:22%;
   }
}




