/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

/*Flexside color change and boder*/
#g-fixedside {
  background: url('../images/backgrounds/fixedsidebg.jpg') no-repeat;
}
#g-fixedside .g-main-nav .g-toplevel > li.active > .g-menu-item-container > .g-menu-item-content {
  color: #ffffff !important;
  border-bottom: 2px solid white !important;
}
#g-fixedside .g-main-nav .g-toplevel > li > .g-menu-item-container > .g-menu-item-content {
  color: #ffffff !important;
  border-bottom: 2px solid transparent !important;
}
#g-fixedside .g-main-nav .g-toplevel > li:hover > .g-menu-item-container > .g-menu-item-content {
  color: #ffffff !important;
  border-bottom: 2px solid white !important;
}
#g-fixedside .g-main-nav .g-toplevel > li > .g-menu-item-container .g-menu-parent-indicator::after {
  color: #ffffff !important;
}
/*size title in header*/
#g-header .g-vertical-slides .g-swiper-slide-content-title {
  font-size: 2.5rem;
  letter-spacing: 0.3rem;
}
/*Transparent date on header*/
#g-header .g-carousel .swiper-slide-content {
  background-color: rgba(0, 0, 0, 0.5);
}
/*Hide navigation in header*/
#g-header .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
  display: none;
}
#g-header .g-carousel .swiper-button-next, #g-header .g-carousel .swiper-button-prev {
  display: none;
}
/*Image Caption used for agenda*/
figcaption {
  font-size: small;
}
figure {
  margin: 5px 20px 20px 0px;
}
/*clear title in agenda page using style in menu*/
.clearagenda h3 {
  font-size: 1.5rem;
  clear: both;
}
p {
  overflow: hidden !important;
}
/*# sourceMappingURL=custom_35.css.map */