/*font*/
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,600,700,800');
.body-font {
  font-family: 'Roboto', serif;
}
.heading-font {
  font-family: 'Roboto', serif;
}
/*sizes*/
.transition1 {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
  color: #105368;
}
#content a {
  color: #3fa9f5;
}
#content a:hover {
  text-decoration: underline;
}
@media (max-width:1199px) {
  #open-menu {
    top: 7px;
  }
}
@media (max-width:767px) {
  #open-menu {
    top: 0.5rem;
  }
}
.navbar-brand {
  max-width: 165px;
}
@media (max-width:1199px) {
  .navbar-brand {
    max-width: 100px;
  }
}
.mm-navbar_size-2 .logo-menu {
  width: 120px;
}
main {
  overflow: hidden;
  color: #2e2d2c;
  min-height: 100vh;
  position: relative;
}
main .decoration {
  position: absolute;
  top: -100px;
  width: 100%;
  height: 110%;
  background: url("/wp-content/themes/fjp/images/bg-zone.png");
  background-size: 100%;
  background-repeat: repeat-y;
}
.btn-fjp {
  background-color: #5fc4e1;
  border-color: #5fc4e1;
  color: white !important;
  border-radius: 0;
}
.btn-fjp:hover,
.btn-fjp:focus {
  background-color: rgba(95, 196, 225, 0.8);
  border-color: rgba(95, 196, 225, 0.8);
  text-decoration: none !important;
}
.link-blue a {
  color: #105368;
  text-decoration: underline;
}
.link-blue a:hover,
.link-blue a:focus {
  color: rgba(16, 83, 104, 0.8);
}
.text-primary {
  color: #ffdd00;
}
.text-secondary {
  color: #105368;
}
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  background-color: #105368;
}
.page-numbers {
  color: white !important;
  background-color: #5fc4e1;
  border: 1px solid rgba(95, 196, 225, 0.8);
}
.page-numbers:hover {
  background-color: rgba(95, 196, 225, 0.8);
  color: white;
}
.page-numbers.current {
  background-color: #105368;
}
.page-numbers.current:hover {
  background-color: #105368;
  color: white;
}
.blog-posts .even > .row {
  background-color: #105368;
  color: white;
}
.blog-posts .even > .row h2 {
  color: white;
}
.tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date,
.tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link {
  color: #ffdd00;
}
.tribe-events .tribe-events-c-ical__link {
  color: #5fc4e1 !important;
  border: 1px solid #5fc4e1;
}
.tribe-events .tribe-events-c-ical__link:active,
.tribe-events .tribe-events-c-ical__link:focus,
.tribe-events .tribe-events-c-ical__link:hover {
  background-color: #5fc4e1;
  color: white !important;
  text-decoration: none !important;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-ical__link {
  border-radius: 0;
}
.tribe-events .tribe-events-c-ical__link:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M6 1v10m5-5H1' fill='none' fill-rule='evenodd' stroke='%235fc4e1' stroke-linecap='square' stroke-width='1.5'/%3E%3C/svg%3E");
}
.tribe-events .datepicker .day.active,
.tribe-events .datepicker .day.active.focused,
.tribe-events .datepicker .day.active:focus,
.tribe-events .datepicker .day.active:hover,
.tribe-events .datepicker .month.active,
.tribe-events .datepicker .month.active.focused,
.tribe-events .datepicker .month.active:focus,
.tribe-events .datepicker .month.active:hover,
.tribe-events .datepicker .year.active,
.tribe-events .datepicker .year.active.focused,
.tribe-events .datepicker .year.active:focus,
.tribe-events .datepicker .year.active:hover {
  background: #ffdd00;
}
.tribe-common .tribe-common-c-btn,
.tribe-common a.tribe-common-c-btn {
  background-color: #5fc4e1;
}
.tribe-common .tribe-common-c-btn:focus,
.tribe-common .tribe-common-c-btn:hover,
.tribe-common a.tribe-common-c-btn:focus,
.tribe-common a.tribe-common-c-btn:hover {
  background-color: rgba(95, 196, 225, 0.8);
}
.tribe-events-c-view-selector__list-item-text {
  display: none;
}
.tribe-events .tribe-events-calendar-month__calendar-event--featured:before {
  background-color: #ffdd00;
}
.tribe-common .tribe-common-svgicon--featured {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h16v20l-7.902-5.122L0 20z' fill='%235fc4e1'/%3E%3C/svg%3E");
}
.single-tribe_events .tribe-events-single-event-title {
  color: #105368;
}
.tribe-events .tribe-events-calendar-list__event-row--featured .tribe-events-calendar-list__event-date-tag-datetime:after {
  background-color: #ffdd00;
}
.tribe-events .tribe-events-calendar-month__day-cell--selected,
.tribe-events .tribe-events-calendar-month__day-cell--selected:focus,
.tribe-events .tribe-events-calendar-month__day-cell--selected:hover {
  background-color: #ffdd00;
}
.tribe-events .tribe-events-calendar-month-mobile-events__mobile-event-datetime-featured-text {
  color: #ffdd00;
}
.info-boxes .box {
  border: 1px solid #5fc4e1;
}
.wp-block-button .wp-block-button__link:after {
  background: #ffdd00;
}
.wpcf7 ::-webkit-input-placeholder {
  /* Edge */
  color: rgba(16, 83, 104, 0.8);
}
.wpcf7 :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(16, 83, 104, 0.8);
}
.wpcf7 ::placeholder {
  color: rgba(16, 83, 104, 0.8);
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
  color: #105368;
  border-bottom: 1px solid #105368;
}
blockquote,
q {
  border-left: 1px solid #105368;
}
.newsletter-email input {
  border: 1px solid #5fc4e1;
  color: #105368;
}
.newsletter-email input ::-webkit-input-placeholder {
  /* Edge */
  color: rgba(16, 83, 104, 0.8);
}
.newsletter-email input :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(16, 83, 104, 0.8);
}
.newsletter-email input ::placeholder {
  color: rgba(16, 83, 104, 0.8);
}
.newsletter-email ::-webkit-input-placeholder {
  /* Edge */
  color: rgba(16, 83, 104, 0.8);
}
.newsletter-email :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(16, 83, 104, 0.8);
}
.newsletter-email ::placeholder {
  color: rgba(16, 83, 104, 0.8);
}
#mobile-menu {
  display: none;
  --mm-color-background: white;
  --mm-color-border: rgba(16, 83, 104, 0.1);
  --mm-color-button: #105368;
  --mm-color-text: #105368;
  --mm-color-text-dimmed: #105368;
  --mm-color-background-highlight: rgba(255, 255, 255, 0.2);
  --mm-color-background-emphasis: rgba(255, 255, 255, 0.15);
  --mm-shadow: none;
}
#mobile-menu.mm-menu_opened {
  display: block;
}
/*# sourceMappingURL=theme-skin-zone.css.map */