/* 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
 */

/* colour scheme: pink:FD0274, blue/green: 0DAAA5, orange: F9B306 */
.gantry-logo img {
  width: 650px;
}
/* change colour of success contact form message */
.convertforms.cf-success .cf-response {
  background-color: #92d050;
}
/* in preparation to change font of dates and prices */
/*td.tdno0 {color: red;}*/
/* .table {color:blue;} */
figure {
  display: inline-block;
  width: 25%;
  vertical-align: top;
}
figcaption {
  font-size: 12px;
  text-align: center;
}
.ebm-upcoming-events .ebm-event-link {
  font-size: 200%;
  color: green !important;
}
/* format thumb images in Event Booking events */
.eb-thumb-left {
  margin-right: 32px !important;
  margin-bottom: 25px;
}
/* css for menu item in Hydrogen Gantry 5 used currently for news menu*/
.test1 {
  color: #FD0274 !important;
}
/* attempt to change news menu color - unsuccessful */
.news1 {
  color: blue !important;
}
/* cloud image at top section of page */
#g-navigation {
  /*background-image: url('gantry-media://cloudsky2long.jpg')!important; */
  background-repeat: no-repeat;
  background-position: center top;
}
/* to allow forest image to centre */
.forest img {
  max-width: 30%;
}
/* Images with text flowing on right */
.flowr {
  margin: 0px, 10px, 10px, 0px;
  float: left;
  width: 250px;
}
/* Set the title format for the list of events menu page */
a.eb-event-title {
  color: #00b0f0 !important;
  background: #eef2ed !important;
}
/* Green Text */
.green-text {
  color: green;
}
/* over ride text (used in news menu) */
.g-menu-item-582 {
  color: blue !important;
}
#menu-4903-particle {
  color: #0000f0 !important;
  font-size: 1.5rem;
  /* colour won't work */
}
/* Event detail page background */
#eb-event-page .eb-description {
  background: #eef2ed;
  color: #383636;
}
.eb-box-heading {
  background: #eef2ed;
}
/* Event buttons. Make colour of text stand out */
a.btn.btn-primary.eb-register-button.eb-individual-register-button {
  color: white !important;
}
#g-showcase a {
  color: white;
}
#g-showcase a:hover {
  color: blue;
}
.btn {
  background: #1d9bf0;
}
#g-showcase .button {
  background: #8bc34a;
}
#g-showcase .button:hover {
  background: #649130;
}
#g-showcase a {
  color: #ffffff;
  background: #8bc34a;
}
.btn-primary {
  background: #8bc34a;
}
.btn-primary:hover {
  background: #649130;
}
/* CODE FOR RESPONSIVE VIDEO */
.video-wrapper {
  overflow: hidden;
  position: relative;
  padding-bottom: 35%;
  height: 0;
}
@media screen and (max-width: 1000px) {
  .video-wrapper {
    overflow: hidden;
    position: relative;
    padding-bottom: 75%;
    height: 0;
  }
}
@media screen and (max-width: 640px) {
  .video-wrapper {
    overflow: hidden;
    position: relative;
    padding-bottom: 80%;
    height: 0;
  }
}
/* reduce padding to make columns closer */
.g-content {
  padding: 0 !important;
}
/* width of form fields when paying */
.form-control {
  width: 60%;
}
/* under construction sign colours */
#construction {
  color: white;
}
/* flexi contact form black text */
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  color: black;
}
/* test only */
/*# sourceMappingURL=custom_15.css.map */