ul.photo-gallery li a:hover .over-btn {
    display: block;
    transition: ease-in-out .5s;
}

ul.photo-gallery li a .over-btn span {
    position: absolute;
    left: 0;
    top: 40%;
    margin: 0px auto;
    display: block;
    right: 0;
    background-color: #F5F5F5;
    width: 40px;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
    color: #444;
    border-radius: 50%;
}

ul.photo-gallery li a .over-btn span:hover {
    color: #1eb7ec;
}

ul.photo-gallery {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 8px;
    margin: 0px;
    width: 100%;
}

ul.photo-gallery li {
    width: 33.33%;
    display: inline-block;
}

ul.photo-gallery li a.gallery-img {
    margin: 8px;
    display: block;
    background-color: #fff;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}

ul.photo-gallery li a.gallery-img:hover h3 {
    color: #fff;
    font-size: 20px;
    margin: 0px;
    padding: 15px;
    font-weight: bold;
}

ul.photo-gallery li a.gallery-img:hover {
    text-decoration: none;
}

ul.photo-gallery li a.gallery-img h3 {
    color: #fff;
    font-size: 20px;
    margin: 0px;
    padding: 15px;
    text-shadow: 0px 0px 5px #333;
    font-weight: bold;
}

ul.photo-gallery li a.gallery-img::before {
    content: '';
    display: block;
    padding-top: 60%;
}

ul.photo-gallery li a .over-btn {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
}

.fc-button-group button, button.fc-today-button {
    background: #fff;
    box-shadow: none;
    border: 1px solid #333;
    height: auto !important;
    padding: 6px 12px !important;
    transition: ease-in-out .5s;
}

.fc-button-group button:hover, button.fc-today-button:hover {
    background: #333;
    color: #fff;
}

.fc-center h2 {
    font-size: 20px;
    margin: 2px 0px;
}

.btn-group-toggle label {
    cursor: pointer;
}

.timeline-container {
    position: relative;
}

.timeline-container article {
    position: relative;
    margin-top: 5px;
    margin-left: 30px;
    margin-bottom: 10px;
    clear: both;
}

.timeline-container:before {
    content: '';
    position: absolute;
    width: 10px;
    background: #eaeaea;
    top: 20px;
    bottom: 0px;
    margin-left: 40px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.timeline-container article::before {
    content: " ";
    display: table;
}

.timeline-container article::after {
    clear: both;
}

.timeline-inner {
    position: relative;
    margin-left: -20px;
}

.timeline-inner .timeline-date {
    color: #fff;
    display: block;
    width: 100px;
    height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    float: left;
    border: 5px solid #eaeaea;
    margin: 0px 0px 0px -17px;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    padding: 25px 5px;
}

.timeline-inner .timeline-label {
    position: relative;
    background: #fff;
    padding: 15px;
    border-radius: 4px;
    margin: 45px 0px 0px 103px;
    border: 0px solid #eaeaea;
    -webkit-box-shadow: 0 1px 6px rgba(150, 150, 150, 0.175);
    -moz-box-shadow: 0 1px 6px rgba(150, 150, 150, 0.175);
    box-shadow: 0 1px 6px rgba(150, 150, 150, 0.175);
    color: rgba(118, 118, 118, 1.0);
}

.timeline-inner .timeline-label h2 {
    font-family: 'Montserrat-SemiBold';
    font-size: 22px;
}

.timeline-inner .timeline-label::after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 9px 12px 0px;
    border-color: transparent #f5f5f5 transparent transparent;
    left: 0;
    top: 10px;
    margin-left: -9px;
}

.g-l-toggle {
    text-align: center;
    display: block;
}

.video-popup .modal-dialog {
    max-width: 600px;
}

.video-popup .modal-dialog iframe {
    width: 100%;
}

.video-popup .modal-dialog .modal-title {
    font-size: 18px;
}

table.songs-table tbody tr:first-child th, table.songs-table tbody tr:first-child td {
    border-top: 1px solid transparent;
}

table.songs-table tbody tr th {
    padding: 10px 10px;
}

table.songs-table tbody tr td audio {}

table.songs-table tbody tr td a.download {
    background-color: #fafafa;
    font-size: 18px;
    color: #5a5a5a;
    display: block;
    width: 30px;
    padding: 4px 0px;
    text-align: center;
    height: 32px;
    float: right;
}

table.songs-table tbody tr td {
    /* width: 346px; */
    padding-bottom: 0px;
}

ul.links {
    padding: 0px;
    list-style-type: none;
    margin: 0px;
}

ul.links li a {
    background-image: url(../images/link.png);
    background-position: 1px 3px;
    background-repeat: no-repeat;
    padding: 5px 15px 5px 15px;
    color: #444;
}

.height-holder {
    min-height: 355px;
}

.article .article-image {
    width: 100%;
    height: 200px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 10px;
}

.article a.article-text {
    font-size: 18px;
    color: #444;
    font-weight: 600;
    text-decoration: none !important;
}

.article a.article-text:hover {
    color: #007bff;
}

.article span {
    font-size: 13px;
    line-height: 14px;
    color: #999;
    margin: 10px 0px;
    display: block;
}

.article .read-more {
    text-decoration: underline;
}

.article a.read-more:hover {
    color: #444;
}

.article {
    margin-bottom: 15px;
}

.full-map iframe {
    width: 100%;
}

header.black-menu {
    background-color: #fff;
    box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.35);
}

header.black-menu a.logo {
    color: #333;
}

header.black-menu ul li a {
    color: #333;
}

.full-map {
    padding: 129px 0px 0px 0px;
}

ul.social-icons {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

ul.social-icons li a {
    margin: 0px 5px 0px 0px;
    padding: 0px;
    background-size: cover !important;
    width: 40px;
    height: 40px;
    text-indent: -99999px;
    float: left;
    -webkit-transition: All 0.3s ease-out;
    -moz-transition: All 0.3s ease-out;
    -o-transition: All 0.3s ease-out;
}

ul.social-icons li a.facebook {
    background: #314d91 url('../images/social-icons.png') no-repeat 0px 0px;
}

ul.social-icons li a.facebook:hover {
    background: #314d91 url('../images/social-icons.png') no-repeat 0px -59px;
}

ul.social-icons li a.twitter {
    background: #07beed url('../images/social-icons.png') no-repeat 0px -101px;
}

ul.social-icons li a.twitter:hover {
    background: #07beed url('../images/social-icons.png') no-repeat 0px -162px;
}

ul.social-icons li a.google-plus {
    background: #a7291b url('../images/social-icons.png') no-repeat 0px -204px;
}

ul.social-icons li a.google-plus:hover {
    background: #a7291b url('../images/social-icons.png') no-repeat 0px -264px;
}

.contact-form button {
    margin-top: 10px;
}

.contact-form input[type="text"] {
    border: 2px solid #DDD;
    margin-bottom: 5px;
}

.contact-form label {
    font-weight: 600;
}

.vicar-outer .vicar-img {
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 106px;
    width: 200px;
    margin: auto;
    /* width: 100%;
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; */
}

.vicar-outer {
    margin-bottom: 15px;
    text-align: center;
}

.vicar-outer h4 {
    color: #3F51B5;
    font-size: 20px;
    margin: 5px 0px;
    text-align: center;
}

.vicar-outer span {
    color: #aaaaaa;
    font-size: 14px;
}

.vicar-margin-top {
    margin-top: 25px;
}

.u-image {
    width: 130px;
    height: 130px;
    border-radius: 100px;
    display: block;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.u-name {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin: 10px 0px;
}

.f-name{
    font-size: 18px;
    font-weight:bold;
    margin-top: 10px;
}

.u-info {
    background: #e8e8e8;
    padding: 10px;
}

.u-info p {
    color: #878787;
    margin: 0px 0px 5px 0px;
}

.u-info p i {
    width: 20px;
}

.u-info p:last-child {
    margin: 0px;
}

.vicar-details h3 {
    font-size: 20px;
    font-weight: 600;
}

table.p-g-table {
    margin: 10px 0px 0px 0px;
}

ul.leaders-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    padding: 0px;
    list-style-type: none;
}

ul.leaders-list li {
    text-align: center;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

ul.leaders-list li h4 {
    font-size: 18px;
    font-weight: 600;
}

ul.leaders-list li .leaders-image {
    width: 130px;
    height: 130px;
    border-radius: 100px;
    margin: 0px auto 10px auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.leaders-title {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 15px;
}

.jesus-img {
    width: 300px;
    margin: auto;
    display: block;
}

.heading-text {
    text-align: center;
    margin-bottom: 30px;
}


.welcome-text{
    color: #2C5FAA;
    font-family: 'Montserrat-SemiBold';
}
 


.welcome-text h3 {
    margin: 0px;
}

.heading-text h3 {
    font-family: 'Montserrat-SemiBold';
}

.heading-text p {
    color: #8c8b8b;
}



.side-box {
    color: #fff;
    text-align: center;
    padding: 30px 15px;
}

.side-box h2 {
    font-family: 'Montserrat-SemiBold';
    font-size: 25px;
}

.side-box p {
    margin-bottom: 0px;
}

.side-box .round-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 200px;
    height: 200px;
    border-radius: 100px;
    display: block;
    margin: 0px auto 15px auto;
}

.margin-t-b-30 {
    margin: 30px 0px;
}

ul.upcoming-event-list {
    padding: 0px;
    margin: 0px 0px 30px 0px;
    list-style-type: none;
    position: relative;


}

.upcoming-event-list li{
    list-style-type: none;
}

ul.upcoming-event-list>li {
    position: relative;
    border-bottom: 2px solid #F5F5F5;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

ul.upcoming-event-list>li:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

ul.upcoming-event-list>li::after {
    content: "";
    clear: both;
    display: table;
}

ul.upcoming-event-list li a.event-img {
    width: 300px;
    height: 200px;
    display: block;
    float: left;
    margin-right: 30px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

ul.upcoming-event-list li .event-text {
    position: relative;
    overflow: hidden;
     padding: 20px;
    -moz-transform: skew(-9deg, 0deg);
    -webkit-transform: skew(-9deg, 0deg);
    -o-transform: skew(-9deg, 0deg);
    -ms-transform: skew(-9deg, 0deg);
    transform: skew(-9deg, 0deg);
    background:#2c7dc6;
    border-left: 4px solid #0f3b79;
}
}

ul.upcoming-event-list li ul {
    padding: 0px;
    margin: 0px 0px 15px 0px;
    list-style-type: none;
    overflow: hidden;
}

ul.upcoming-event-list li ul li {
    float: left;
    font-size: 13px;
    line-height: 14px;
    color:white;
    margin-right: 15px;
}

ul.upcoming-event-list li ul li i {
    margin-right: 2px;
}

ul.upcoming-event-list li ul li:last-child {
    margin-right: 0px;
}

ul.upcoming-event-list li .event-text .event-title {
    font-size: 15px;
    font-weight: 600;
    color: #f1f1f1;
    margin: 0px 0px 10px 0px;
    display: inline-block;
}

ul.upcoming-event-list li .event-text .event-title:hover {
    color:#ffffff;
    text-decoration: none;
}

ul.upcoming-event-list li .event-text p {
    min-height: 94px;
    overflow: hidden;
}

.quotes-outer {
    background: url(../images/green.jpg) center no-repeat fixed ;
    padding: 75px 0px;
    text-align: center;
    display: block;
    color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}



.quotes-outer h3 {
    font-family: 'Montserrat-SemiBold';
}

.quotes-outer h4 {}

a.style-link {
    color: #cf4a46;
    border-bottom: 2px solid #cf4a46;
    padding: 0px 5px 5px 5px;
    text-decoration: none !important;
}

.login-pop input[type="text"], .login-pop input[type="password"] {
    margin-bottom: 10px;
}

.side-box-holder {
    background-color: rgba(67, 142, 207, 0.65);
}

.margin-b-30 {
    margin: 0px 0px 30px 0px;
}

.form-group-holder {
    padding: 60px 15px;
    margin: 30px 0px 0px 0px;
}

.form-group .form-holder {
    padding: 40px;
}

.fancy-title h3 {
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}

.form-holder input[type="text"]::-webkit-input-placeholder, .form-holder input[type="password"]::-webkit-input-placeholder {
    color: #333;
}

.form-holder input[type="text"]::-moz-placeholder, .form-holder input[type="password"]::-moz-placeholder {
    color: #333;
}

.form-holder input[type="text"]:-ms-input-placeholder, .form-holder input[type="password"]:-ms-input-placeholder {
    color: #333;
}

.form-holder input[type="text"]:-moz-placeholder, .form-holder input[type="password"]:-moz-placeholder {
    color: #333;
}

.form-holder input[type="text"], .form-holder input[type="password"] {
    padding: 10px 14px;
    font-size: 15px;
    border: none;
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.40);
    box-shadow: none;
}

.form-holder .input-group-prepend {
    background-color: rgba(0, 0, 0, 0.35);
    color: #fff;
    font-size: 17px;
    padding: 8px 15px;
}

.extra-link {
    margin: 0px 0px 20px 0px;
}

.register-btn {
    color: #fff;
    background-color: transparent;
    border: none;
}

.register-btn:hover {
    color: #fff;
}

.extra-link a {
    text-decoration: none !important;
    color: #fff;
}

.form-holder button[type="submit"].login-btn {
    background-color: rgba(0, 0, 0, 0.35);
    width: 100%;
    color: #fff;
    font-weight: 600;
    height: 42px;
    padding: 10px 15px;
    border: none;
}

.form-holder label {
    font-weight: 600;
}

.form-holder .form-group {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 20px 0px !important;
}

.login-bg-image {
    background-image: url(../images/blue-sky.jpg);
    background-size: cover;
    background-position: inherit;
}

@media only screen and (min-width:320px) and (max-width: 992px) {
    ul.upcoming-event-list li a.event-img {
        width: 200px;
        height: 150px;
    }
}

@media only screen and (min-width:450px) and (max-width: 960px) {
    ul.leaders-list li {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media only screen and (min-width:320px) and (max-width: 449px) {
    ul.leaders-list li {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    ul.upcoming-event-list li a.event-img {
        width: 200px;
        height: 150px;
        display: block;
        float: none;
        margin: 10px auto;
    }
}

@media only screen and (min-width:320px) and (max-width: 760px) {
    /* table.songs-table {
        width: 720px;
    } */
    .u-info {
        margin-bottom: 15px;
    }
    .side-box h2 {
        font-size: 20px;
    }
    .quotes-outer h3 {
        font-size: 20px;
    }
    .quotes-outer h4 {
        font-size: 18px;
    }
}

@media only screen and (min-width:450px) and (max-width: 760px) {
    ul.photo-gallery li {
        width: 50%;
    }
}

@media only screen and (min-width:320px) and (max-width: 449px) {
    ul.photo-gallery li {
        width: 100%;
    }
    .timeline-inner .timeline-date {
        width: 75px;
        height: 75px;
        font-size: 14px;
        line-height: 17px;
        padding: 16px 5px;
    }
    .timeline-container:before {
        margin-left: 26px;
    }
    .timeline-inner .timeline-label {
        margin: 45px 0px 0px 75px;
    }
    .timeline-inner .timeline-label h2 {
        font-size: 18px;
    }
    .fc-toolbar .fc-right {
        margin-top: 5px;
    }
    .fc-toolbar .fc-center {
        padding: 5px 0px 0px 5px;
    }
}

/* 30-8-2018 */

ul.school-tab {
    border: 1px solid #ddd;
}

ul.school-tab li {
    width: 100%;
}

ul.school-tab li a {
    display: block;
    border-radius: 0 !important;
    border: none !important;
    color: #495057 !important;
    background-color: transparent !important;
    border-bottom: 1px solid #ddd !important;
}

ul.school-tab li a.nav-link.active, ul.school-tab li a.nav-link.active:hover {
    background-color: #e9ecef !important;
}

ul.school-tab li a.nav-link:hover {
    background-color: #f5f8fb !important;
}

ul.school-tab li:last-child a {
    border-bottom: 0px !important;
}

@media only screen and (min-width:320px) and (max-width: 500px) {
    ul.school-tab {
        margin-bottom: 15px;
    }
}





/*---------------------31-10-18----------------------------*/


.shadow1:before{
  position:absolute;
  content:"";
  width:80%;
  top:140px;bottom:15px;left:30px;
  background-color:#9F8641;
  z-index:-1;
  -webkit-box-shadow:0 23px 17px 0 #6885B0;
  -moz-box-shadow:0 23px 17px 0 #6885B0;
  box-shadow: 0 23px 17px 0 #6885B0;
  -webkit-transform:rotate(-4deg);
  -moz-transform:rotate(-4deg);
  transform:rotate(-4deg);
}

.vicars-message{
  color:white; 
  padding: 20px;
  font-size: 13px;
  float:left;
  background-color: #2C5FAA;
  border-radius:5px;
}

.vicars-message h4{ 
border-bottom:1px solid white;
padding-bottom: 8px; }


.shadow1{
  position:relative;
}
.shadow1{
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.1) inset;
}

.shadow1 p{

 color: white;
  border-radius:5px;
}


.welcome-bg-strip{
    /*background-color: blue;*/
    color: white;
    padding: 20px 0px;
    background-image: url(../images/green-border.png);
    background-position: bottom;
   
}


.nopadding{
    padding:0px;
}


/*-----------readmore button start-------------*/

.readmore-red {
  background-color: #ff8286 ;
}
.readmore-red .round {
  background-color:#ec1b23;
}


.readmore a {
  text-decoration: none;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  padding: 4px 53px 12px 23px;
  color: #fff;
  font-family: 'Montserrat-SemiBold';
  position: relative;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
}
.readmore a span {
  position: relative;
  z-index: 3;
}
.readmore a .round {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 33px;
  height: 33px;
  position: absolute;
  right: 3px;
  top: 3px;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 2;
}
.readmore a .round i {
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: 50%;
  margin-left: -4px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.readmore-txt {
  font-size: 14px;
  line-height: 1.45;
    top: 3px;
}

.readmore a:hover {
  padding-left: 48px;
  padding-right: 28px;
}
.readmore a:hover .round {
  width: calc(100% - 6px);
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
.readmore a:hover .round i {
  left: 12%;
}




.readmore-blue {
  background-color: #6797de ;
}
.readmore-blue .round {
  background-color:#196fec;
}


/*-----------readmore button end-------------*/

.zoom-app-section img {
    max-width: 300px;
    box-shadow: 6px 6px 21px 1px silver;
    border-radius: 8px;
}




.quick-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  
  .quick-menu ul li {
    text-align: center;
    width: 100%;
    position: relative;
    -webkit-transition: all .2s;
    transition: all .2s;
  }
  
  .quick-menu ul li:hover > :after {
    content: '';
    position: absolute;
    width: 84%;
    height: 76%;
    border: 1px solid #ffffff8f;
    z-index: 1;
    top: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-radius: 4px;
  }
  
  .quick-menu ul li:nth-child(1) {
    background: #f9ca24;
  }
  
  .quick-menu ul li:nth-child(2) {
    background: #f0932b;
  }
  
  .quick-menu ul li:nth-child(3) {
    background: #eb4d4b;
  }
  
  .quick-menu ul li:nth-child(4) {
    background: #6ab04c;
  }
  
  .quick-menu ul li:nth-child(5) {
    background: #686de0;
  }
  
  .quick-menu ul li a {
    display: block;
    padding: 20px 0;
    color: #fff;
    text-decoration: none !important;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    -webkit-transition: all .2s;
    transition: all .2s;
  }
  
  .quick-menu ul li a:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    z-index: 1;
    border-radius: 4px;
  }
  
  .quick-menu ul li a i {
    display: block;
    font-size: 22px;
    margin-bottom: 5px;
  }
  
  @media only screen and (max-width: 768px) {
    .quick-menu ul {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
  }