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

@charset "UTF-8";
.gantry-logo img {
  width: 650px;
}
/* Make mailerlite button text black */
button {
  color: black;
}
/* Over-ride Font Awesome mapping to give correct character */
.fa.fa-map-marker:before {
  content: "";
}
/* format thumb images in Event Booking events */
.eb-thumb-left {
  margin-right: 32px !important;
  margin-bottom: 25px;
}
/* testing to change menu style */
.a.g-menu-item-container.test1 {
  color: green;
}
/* attempt to change news menu color - unsuccessful */
.news1 {
  color: blue !important;
}
/* cloud image at top section of page */
#g-navigation {
  background-image: url('../images/cloudsky2long.jpg') !important;
  /*	background-image: url('gantry-media://galaxy2.jpg'); */
  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;
}
.flowr2 {
  margin: 0px, 10px, 10px, 0px;
  float: left;
  width: 400px;
}
/* Set the title format for the list of events menu page */
a.eb-event-title {
  color: darkorange !important;
  background: #354d59 !important;
}
/* Set colour of price field in timeline display */
.eb-individual-price {
  color: darkorange !important;
  background: #354d59 !important;
  font-weight: bold;
}
/* Set colour of blue date circle in timeline display */
.bg-primary {
  background-color: darkorange !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 */
}
/*change size of book now button*/
.eb-register-button {
  font-size: 40px;
}
/* Event detail page background */
#eb-event-page .eb-description {
  background: #354d59;
  color: #ffffff;
}
.eb-box-heading {
  background: #354d59;
}
/* 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: #8f4dae;
}
#g-showcase .button:hover {
  background: #633679;
}
#g-showcase a {
  color: #ffffff;
  background: #8f4dae;
}
.btn-primary {
  background: #8f4dae;
}
.btn-primary:hover {
  background: #633679;
}
/* 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__body_only.css.map */