.gform_ajax_spinner {
	display: block;
	width:25px;
	height:25px;
	color: #133488;

}



.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-type .wpem-event-type-text{
    background: #133488!important;
    color: #fff!important;
    font-family: 'BARLOW'!important;
    Padding: 10px 10px!important;
}
.wpem-event-location{
    font-family: 'BARLOW'!important; 
}
.wpem-event-date-time{
     font-family: 'BARLOW'!important; 
}
.wpem-from-date{
     font-family: 'BARLOW'!important; 
}
.wpem-event-listings-header .wpem-event-layout-action-wrapper .wpem-event-layout-action .wpem-event-layout-icon.wpem-active-layout{
    background-color:#133488!important;
}
.search_events.search-form-container{
     font-family: 'BARLOW'!important; 
}
.nice-select.event-manager-category-dropdown{
    display: none;
}
button.registration_button.wpem-theme-button{
    background-color: #133488;
}
button.registration_button.wpem-theme-button:hover{
    background-color: #b0853d;
}

h2.wpem-heading-text{
    display:none;
}
    .header {
      position: fixed;
      display:flex;
     justify-content: space-between;
      top: 0;
      left: 0;
      width: 100%;
      background-color: #02338D;
      color: #FFF;
    padding: 20px 0;
      z-index: 999;
      transition: height 0.3s ease;
    }

    .header.shrink {
      height: 80px;
      padding: 10px;
    }

    .logo {
      padding: 0 0 0 2em;
      display: inline-block;
      transition: max-height 0.3s ease;
    }

    .logo img {
      /*height: 100%;*/
      /*max-height: 60px;*/
      transition: max-height 0.3s ease;
    }

    .menu-sections {
      display: inline-block;
      float: right;
    }

    .menu-section {
      margin-right: 20px;
      transition: opacity 0.3s ease;
    }

    .menu-section.hidden {
      opacity: 0;
      pointer-events: none;
      visibility: hidden;
      display:none;
    }

    .menu-section a {
      color: #FFF;
      text-decoration: none;
      transition: color 0.3s ease;
    }

    .menu-section a:hover {
      color: #b0853d;
    }
    
.menu-section ul{
        width: 100%;
        float: left;
        text-align: end;
        margin: auto;
    } 
.menu-section ul li{
    display: inline-block;
}
.menu-section ul li a{
    font-size: 14px;
    padding: 0px;
    color: #fff;
    float: left;
    margin: 14px 8px;
    position: relative;
    font-family: 'Barlow';
    font-style: italic;
    
}

.main-menu-lists ul li a{
        margin: 14px 8px;
        text-transform: uppercase;
        font-weight: bold;
        font-size:14px;
           font-style: normal;
}

.carousel-container {
  /*border-radius: 30px;*/
  overflow: hidden;
  width:100%;
  /*max-width: 800px;*/
  position: relative;
  box-shadow: 0 0 30px -20px #223344;
  margin: auto;
  z-index: 0;
}

/* Hide the images by default */
.mySlides {
  display: none;
}
.mySlides img {
  display: block;
  width: 100%;
}

/* image gradient overlay [optional] */
/*  .mySlides::after {
  content: "";
  position: absolute;
  inset: 0;
    background-image: linear-gradient(-45deg, rgba(110, 0, 255, .1), rgba(70, 0, 255, .2));
} */

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: auto;
  padding: 20px;
  color: white;
  font-weight: bold;
  font-size: 24px;
  border-radius: 0 8px 8px 0;
  background: rgba(173, 216, 230, 0.1);
  user-select: none;
}
.next {
  right: 0;
  border-radius: 8px 0 0 8px;
}
.prev:hover,
.next:hover {
  background-color: rgba(173, 216, 230, 0.3);
}

/* Caption text */
.text {
  /*color: #f2f2f2;*/
  /*background-color: rgba(10, 10, 20, 0.1);*/
  /*backdrop-filter: blur(6px);*/
  /*border-radius: 10px;*/
  /*font-size: 20px;*/
  /*padding: 8px 12px;*/
  /*position: absolute;*/
  /*bottom: 60px;*/
  /*left: 50%;*/
  /*transform: translate(-50%);*/
  /*text-align: center;*/
}

/* Number text (1/3 etc) */
.number {
  color: #f2f2f2;
  font-size: 16px;
  background-color: rgba(173, 216, 230, 0.15);
  backdrop-filter: blur(6px);
  border-radius: 10px;
  padding: 8px 12px;
  position: absolute;
  top: 10px;
  left: 10px;
}
.dots-container {
  position: absolute;
  bottom: 10px;
  left: 87%;
  transform: translate(-50%);
}

/* The dots/bullets/indicators */
.dots {
  cursor: pointer;
  height: 10px;
  width: 10px;
  margin: 0 4px;
  background-color: #fff;
  backdrop-filter: blur(2px);
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.3s ease;
}
.active,
.dots:hover {
  background-color: #133488;
}

/* transition animation */
.animate {
  -webkit-animation-name: animate;
  -webkit-animation-duration: 1s;
  animation-name: animate;
  animation-duration: 2s;
}

@keyframes animate {
  from {
    transform: scale(1.1) rotateY(10deg);
  }
  to {
    transform: scale(1) rotateY(0deg);
  }
}


.wrapper--team {
  margin: 0;
  padding: 2rem 1rem;
  background-color: #E9E7D0;
}

.l-container {
  margin: 0 auto;
}

@media screen and (min-width: 64em) {
  .l-container {
    max-width: 64rem;
  }
}
@media screen and (min-width: 75em) {
  .l-container {
    max-width: 75rem;
  }
}
.team-grid {
  margin: 0;
  text-align: center;
  zoom: 1;
}
.team-grid:before, .team-grid:after {
  content: " ";
  display: table;
}
.team-grid:after {
  clear: both;
}

.team-grid__member {
  max-width: 100%;
  padding: 0.5rem;
  margin: 0 0 0.5rem;
  display: inline-block;
  float: none;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}

/*@media screen and (min-width: 28em) {*/
/*  .team-grid__member {*/
/*    width: 49%;*/
/*    max-width: none;*/
/*  }*/
/*}*/
/*@media screen and (min-width: 42em) {*/
/*  .team-grid__member {*/
/*    width: 32.5%;*/
/*  }*/
/*}*/
/*@media screen and (min-width: 62em) {*/
/*  .team-grid__member {*/
/*    width: 19.45%;*/
/*  }*/
/*}*/
.team-grid__member {
  position: relative;
  overflow: hidden;
      width: 30.33%;
}

.team-grid__member img {
  width: 100%;
  height: auto;
  border: 8px solid #fff;
  box-sizing: border-box;
  display: block;
}

.member__info {
  color: #fff;
  height: auto;
  width: auto;
  opacity: 0;
  position: absolute;
  top: 1rem;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  background: rgba(0, 0, 0, 0.85);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: opacity 0.4s ease-in-out;
}

.member__name {
  color: #d0ae5e;
  font-size: 1rem;
  letter-spacing: 1px;
  line-height: 1.2rem;
  margin-bottom: 0;
  padding: 0 12px;
}

.member__title {
  margin-bottom: 0.75rem;
  font-size: 0.8rem;
  font-weight: normal;
  line-height: 1rem;
  padding: 0 1.5rem;
}

a.member__link {
  background: #D68D2C;
  color: #FFF;
  border-radius: 2px;
  border: 0;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  padding: 8px;
  text-align: center;
  text-decoration: none;
}

.team-grid__member:hover .member__info {
  opacity: 1;
  cursor:pointer;
}

.member__info:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.center-vert-content {
  display: inline-block;
  vertical-align: middle;
}



/* Style about timeline*/
#news-slider{
    margin-top: 80px;
}
.post-slide{
    background: #fff;
    margin: 20px 15px 20px;
    border-radius: 15px;
    padding-top: 1px;
    box-shadow: 0px 14px 22px -9px #bbcbd8;
}
/*.post-slide .post-img{*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*    border-radius: 10px;*/
/*    margin: -12px 15px 8px 15px;*/
/*    margin-left: -10px;*/
/*}*/
.post-slide .post-img img{
    width: 100%;
    height: auto;
    transform: scale(1,1);
    transition:transform 0.2s linear;
}
.post-slide:hover .post-img img{
    transform: scale(1.1,1.1);
    cursor:pointer;
}
.post-slide .over-layer{
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    opacity:0;
    background: linear-gradient(-45deg, rgba(6,190,244,0.75) 0%, rgba(45,112,253,0.6) 100%);
    transition:all 0.50s linear;
      cursor:pointer;
}
.post-slide:hover .over-layer{
    opacity:1;
    text-decoration:none;
      cursor:pointer;
}
.post-slide .over-layer i{
    position: relative;
    top:45%;
    text-align:center;
    display: block;
    color:#fff;
    font-size:25px;
}
.post-slide .post-content{
    background:#fff;
    padding: 0px 10px 0px;
        min-height: 172px;
    /*border-radius: 15px;*/
}
.post-slide .post-title a{
    font-size:15px;
    font-weight:bold;
    color:#333;
    display: inline-block;
    text-transform:uppercase;
    transition: all 0.3s ease 0s;
}
.post-slide .post-title a:hover{
    text-decoration: none;
    color:#3498db;
}
.post-slide .post-description{
    line-height:24px;
    color:#808080;
    margin-bottom:25px;
}
.post-slide .post-date{
    color:#a9a9a9;
    font-size: 14px;
}
.post-slide .post-date i{
    font-size:20px;
    margin-right:8px;
    color: #CFDACE;
}
.post-slide .read-more{
    padding: 7px 20px;
    float: right;
    font-size: 12px;
    background: #2196F3;
    color: #ffffff;
    box-shadow: 0px 10px 20px -10px #1376c5;
    border-radius: 25px;
    text-transform: uppercase;
}
.post-slide .read-more:hover{
    background: #3498db;
    text-decoration:none;
    color:#fff;
}
.owl-controls .owl-buttons{
    text-align:center;
    margin-top:20px;
}
.owl-controls .owl-buttons .owl-prev{
    background: #fff;
    position: absolute;
    top:-13%;
    left:15px;
    padding: 0 18px 0 15px;
    border-radius: 50px;
    box-shadow: 3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-next{
    background: #fff;
    position: absolute;
    top:-13%;
    right: 15px;
    padding: 0 15px 0 18px;
    border-radius: 50px;
    box-shadow: -3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after{
    content:"\f104";
    font-family: FontAwesome;
    color: #333;
    font-size:30px;
}
.owl-controls .owl-buttons .owl-next:after{
    content:"\f105";
}
@media only screen and (max-width:1280px) {
    .post-slide .post-content{
        padding: 0px 15px 25px 15px;
    }
}
.post-title{
    color:#133488;
    font-size:12px;
    text-align:right;
    padding:0 0 10px;
}
.post-img figure {
    /* position: absolute; */
    /* z-index: 1; */
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    padding: 0;
    border: none;
    outline: none;
    box-shadow: none;
    cursor: pointer;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    transform-origin: center;
    margin:0;
}
.post-img figure img {
    /* position: absolute; */
    z-index: 1;
    top: 0;
    filter: grayscale(100%);
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    vertical-align: middle;
    transform-origin: center;
}
.post-slide:hover .post-img figure img{
    filter: grayscale(0%);
    cursor:pointer;

}



/*chaplaincy Teams*/

/* Our Team
-------------------------------------------------------*/

.our-team .team-row {
  margin-left: -40px;
  margin-right: -40px;
}

.our-team .team-wrap {
  padding: 0 40px;
}

.our-team .container-fluid {
  padding: 0 50px;
}

.team-img img {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  overflow: hidden;
  width: 100%;
display: inline-block;

}

.team-member,
.team-img {
  position: relative;
  overflow: hidden;
      text-align: center;
}

.team-title {
    font-size: 14px;
    margin: 20px 0 20px;
    color: #133488;
}

.overlay {
  background-color: rgba(20,20,20,.7);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.team-details2 {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 0;
  padding: 5%;
  overflow: hidden;
  width: 100%;
  z-index: 2;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.team-details2 p {
  color: #fff;
}
.team-details2 h5 {
    font-size: 20px;
  color: #fff;
}

.team-img:hover .team-details2 {
  opacity: 1;
  margin-top: -80px;
}

.team-img:hover .overlay {
  opacity: 1;
}

.socials a {
  display: inline-block;
  width: 37px;
  height: 37px;
  background-color: transparent;
}

.socials i {
  line-height: 37px;
  color: #616161;
  font-size: 14px;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.team-details2 .socials i {
	color: #fff;
}

.socials a:hover i {
  color: #fff;
  background-color: #355c7d;
}
.team-wrap{
    width: 30.33%;
display: inline-block;
    margin: 0 15px 0 15px;
}
.team-row{
    width:100%;
    float:left;
      text-align: center;
}
.team-row img {
  display: block;
  margin: 0 auto;
}
.container-chap{
    width: 100%;
    padding: 0 4em;
    float:left;
}


















.gform_heading{
    display:none;
}	
/*.ginput_container_text {*/
/*    width:47%;*/
/*    float:left;*/
/*    padding: 25px 0;*/
/*    margin: 0 10px 0 0;*/
    
/*}*/
.gfield input::-webkit-input-placeholder{
    color: #133488;
    font-size: 13px;
}
label#label_58_8_1{
    color: #133488!important;
}
.current{
    color: #133488!important;
}
.ginput_container_text input[type=text] {
    width: 100%;
    /*padding: 10px 0;*/
    border: #707070 1px solid;
    outline: none;
    /*border-bottom: #707070 1px solid;*/
    background-color: #F4F4F4;
    
}
/*.ginput_container.ginput_container_email{*/
/*        width:47%;*/
/*    float:left;*/
/*    padding: 25px 0;*/
/*     margin: 0 10px 0 0;*/
/*}*/
.ginput_container.ginput_container_email input[type=email] {
    width: 100%;
    padding: 10px 0;
    border: #707070 1px solid;
    outline: none;
    /*border-bottom: #707070 1px solid;*/
    background-color: #F4F4F4;
    
}
/*.ginput_container.ginput_container_select{*/
/*            width:47%;*/
/*    float:left;*/
/*    padding: 25px 0;*/
/*    margin: 0 10px 0 0;*/
    
/*}*/
.nice-select.large.gfield_select{
    border: #707070 1px solid;
    /*border-bottom: #707070 1px solid;*/
    /*padding: 15px 0;*/

}
/*.ginput_container_number {*/
/*    width: 47%;*/
/*    float:left;*/
/*    padding: 25px 0;*/
/*    margin: 0 10px 0 0;*/
    
/*}*/

.gform_wrapper.gravity-theme .gfield_label{
       color: #133488;
    font-family: 'Barlow';
}

/*.label.gfield_label.gform-field-label{*/
/*    color: #133488important;*/
/*    font-family: 'Barlow'important;*/
    
/*} */
/*.gform_wrapper .gform_body{*/
/*    width: 100%;*/
/*    float: left;*/
/*    display: block!important;*/
/*}*/
/*.gform_wrapper.gravity-theme fieldset{*/
/*    width:100%;*/
/*    float:left;*/
/*}*/
.ginput_container_number input {
    width: 100%;
    padding: 10px 0;
    border: #707070 1px solid;
    outline: none;
    /*border-bottom: #707070 1px solid;*/
    background-color: #F4F4F4;
    
}
/*.ginput_container.ginput_container_checkbox{*/
/*        padding: 0 0 2em;*/
/*}*/
/*.gform_footer.top_label{*/
/*   padding: 7em 0 0!important;*/
/*}*/
.gform_footer input[type=submit] {
    padding: 10px 35px;
    border: none;
    border: 1px solid #133488;
    transition: all ease 0.9s;
    background: #fff;
    font-weight: 400;
    cursor:pointer;
    
}

.gform_footer input[type=submit]:hover{
    background-color: #133488;
    color: #fff;
    
}

/*.gform_wrapper.gravity-theme .gform_footer{*/
/*    display: inline-block!important;*/
/*}*/

/*.gform_footer{*/
/*        padding: 3em 0 0!important;*/
/*}*/
/*#gform_submit_button_61{*/
/*        margin: 4em 0 0!important;*/
/*}*/


/*.gform_wrapper.gravity-theme .gform_fields{*/
/*    display:block!important;*/
/*}*/
/*.gform_footer input[type=submit]:hover {*/

    
/*}*/
/*.ginput_container_date{*/
/*    display: block!important;*/
/*    width: 100%;*/
/*    padding: 2em 0;*/
/*    float: left;*/
/*}*/

.ginput_container_phone input{
    width: 100%;
    padding: 10px 0;
    border: #707070 1px solid;
    outline: none;
    /*border-bottom: #707070 1px solid;*/
    background-color: #F4F4F4;
}
/*.ginput_container_phone {*/
/*    width: 47%;*/
/*    float:left;*/
/*    padding: 25px 0;*/
/*    margin: 0 10px 0 0;*/
    
/*}*/
/*.ginput_container_date{*/
/*    width: 100%;*/
/*    display: block!important;*/
/*    float:left;*/
/*    padding: 2em 0;*/
  
/*}*/
.ginput_container_date input{
  border: #707070 1px solid;
}
.ginput_container.ginput_complex.gform-grid-row input{
      border: #707070 1px solid;
      /*padding: 0 0 30px;*/
}
.ginput_container.ginput_complex.gform-grid-row{
    width:100%;
    float:left;
    /*padding: 0 0 20px;*/
}
/*.gform_wrapper.gravity-theme h5{*/
/*        padding: 13px 0;*/
/*}*/
.ginput_container ginput_container_radio{
    width: 100%;
    float:left;
    font-family: 'Barlow';
    color: #133488;
    
}

#field_60_5 .gfield_label{
    display: inline-block!important;
    font-family: 'Barlow';
}
#field_60_5{
    font-family: 'Barlow';
    color:#133488;
}
#field_61_12 .gfield_label{
    display: inline-block!important;
    font-family: 'Barlow'!important; 
    color:#133488;
    /*padding: 1em 0 0;*/
}
.ginput_container_textarea textarea::placeholder{
    color: #133488;
}
.ginput_container.ginput_container_checkbox{
    color:#133488;
    font-family: 'Barlow';
}
/*.ginput_recaptcha{*/
/*        padding: 3em 0 0!important;*/
/*}*/
.gfield--type-html{
font-family: 'Barlow'!important;
    color:#133488; 
}
.gfield_description{
    font-family: 'Barlow'!important;
    color:#133488;
}
.gfield--type-captcha{
    width:100%;
    float:left;
    
}
.gform_footer.top_label{
    width: 100%;
    float:left;
}
.gform-body.gform_body{
    width: 100%;
    float: left;
}




/*Vertical Tabs*/
.mdl-tabs__panel {
  display: none;
}
.vertical-mdl-tabs {
    margin-top: 30px;
}
.vertical-mdl-tabs .mdl-tabs__tab-bar {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 35px;
    height: inherit;
    border-bottom: none;
    border-right: 1px solid rgba(10, 11, 49, 0.20);
}

.vertical-mdl-tabs .mdl-tabs__tab {
    width: 100%;
    height: 35px;
    line-height: 35px;
    box-sizing: border-box;
    letter-spacing: 2px;
}

.vertical-mdl-tabs .mdl-tabs__tab:hover {
  background: rgba(158, 158, 158, 0.34);
  color: black;
}

.vertical-mdl-tabs.mdl-tabs.is-upgraded a.mdl-tabs__tab.is-active {
    border-left: 5px solid #ED462F;
}
.vertical-mdl-tabs.mdl-tabs.is-upgraded .mdl-tabs__tab.is-active:after {
    content: inherit;
    height: 0;
}

.vertical-mdl-tabs.mdl-tabs.is-upgraded .mdl-tabs__panel.is-active, .mdl-tabs__panel {
    padding: 0 30px;
}
.mdl-tabs__panel a{
    color: #133488!Important;
}
.vertical-mdl-tabs.mdl-tabs .mdl-tabs__tab {
    text-align: left;
    color:#133488;
}

.text-center {
  text-align: center;
}

.mdl-tabs.is-upgraded .mdl-tabs__tab.is-active {
   color: #133488!important;
}
#menu-item-2318{
    /*border: 1px solid #fff;*/
    background-color:#CC9C4A;
    color: #fff;
	border-radius: 6px;
}
#menu-item-1771 a:hover{
    color: #fff;
}
.wpem-heading-text{
    color:#133488!important;
}