/* ==================================================
   My overriding style in here
================================================== */


/* ==================================================
   Slider
================================================== */
.tp-resizeme{
  font-size: 18px;
}
/* ==================================================
   Sermon
================================================== */
.sermon-actions{
  text-align: center;
}
.footer-widget ul li{
  padding: 5px;
}
.featured-sermon h4{
  margin: 0 0 2px 0;
}
.featured-sermon small{
  line-height: 30px;
  font-style: italic;
}
.format-image img{
  border-radius: 5px;
  transition: 0.3s;
}
.format-image img:hover{
   border-radius: 0;
 }
.with-image img{
   text-align: center;
 }
.navigation h4{
   text-align: left;
 }
.bank_details ul li{
   margin: 8px 0;
 }
.breadcrumb > li {
    color: #bdafaf;
 }
li span.details{
  text-transform: capitalize;
  color: #777;
  font-style: italic;
 }
.widget ul.bank_details > li {
   padding: 0 0;
   font-size: 16px;
 }
.news p{
   margin: 10px 10px 20px 20px;
   padding-left: 5px;
   border-left: 2px solid #006777;
   border-radius: 5px;
 }
.post{
   margin-bottom: 20px;
   padding-bottom: 20px;
   border-bottom: 0.07em solid #ccc;
 }
.cant{
   color: #F00;
   cursor: no-drop;
 }
.calendar iframe{
   width: 100%;
   border: none;
   min-height: 650px;
 }
.footer-widget small{
  font-style: italic;
}
.footer-widget small::before{
    content:"\2013";
    margin-right: 5px;
}



/* ==================================================
   backgrounds
================================================== */
.bg1{
  background-image:url(../images/backgrounds/bg_1.jpg);
}
.bg2{
  background-image:url(../images/backgrounds/bg_2.jpg);
}
.bg3{
  background-image:url(../images/backgrounds/bg_3.jpg);
}
.bg4{
  background-image:url(../images/backgrounds/bg_4.jpg);
}
.bg5{
  background-image:url(../images/backgrounds/bg_5.jpg);
}
.bg6{
  background-image:url(../images/backgrounds/bg_6.jpg);
}
.bg7{
  background-image:url(../images/backgrounds/bg_7.jpg);
}
.bg8{
  background-image:url(../images/backgrounds/bg_8.jpg);
}
.bg9{
  background-image:url(../images/backgrounds/bg_9.jpg);
}
.bg10{
  background-image:url(../images/backgrounds/bg_10.jpg);
}

/* ==================================================
   DATA TABLES
================================================== */
.dataTables_filter input, .dataTables_length select{
  padding: 10px 14px;
  font-size: 14px;
  line-height: 1.33;
  border-radius: 5px;
  border: 1px solid #ccc;
}
.dataTables_length select{

}

.table span, td.listen a{
  text-decoration: none;
  cursor: pointer;
}
.table span:hover{
  color: #a96f34;
}
