/* line 2, ../sass/components/_EventsForm.scss */
.EventsForm-title {
  font-size: 40.5px;
}
/* line 6, ../sass/components/_EventsForm.scss */
.EventsForm-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: spa;
}
/* line 12, ../sass/components/_EventsForm.scss */
.EventsForm-column {
  width: 50%;
  padding-right: 20px;
  margin-bottom: 20px;
}
/* line 20, ../sass/components/_EventsForm.scss */
.EventsForm p {
  padding-bottom: 10px;
}
/* line 25, ../sass/components/_EventsForm.scss */
.EventsForm .event-categories .fancy-select-wrap {
  padding-top: 0;
}

/* line 31, ../sass/components/_EventsForm.scss */
#em-editor-content_ifr {
  height: 250px !important;
}

/* line 35, ../sass/components/_EventsForm.scss */
.event-editor,
.event-attributes,
.event-categories,
.event-form-image {
  margin-bottom: 20px;
}

/* line 1, ../sass/components/_Stepper.scss */
.Stepper {
  float: left;
  margin-right: 5px;
}
/* line 5, ../sass/components/_Stepper.scss */
.Stepper--inline {
  display: inline-block;
  float: none;
}
/* line 10, ../sass/components/_Stepper.scss */
.Stepper button {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  border: none;
  vertical-align: top;
}
/* line 19, ../sass/components/_Stepper.scss */
.Stepper button[disabled] {
  background: #aaa;
  cursor: default;
}
/* line 25, ../sass/components/_Stepper.scss */
.Stepper input {
  float: none;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0;
  vertical-align: top;
  border: 1px solid #ccc;
  border-width: 1px 0;
}
/* line 35, ../sass/components/_Stepper.scss */
.Stepper input[disabled] {
  background: #ddd;
  border-color: #ddd;
  cursor: default;
}

/* line 1, ../sass/components/_Event.scss */
.EventList {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
}

/* line 8, ../sass/components/_Event.scss */
.EventBlock {
  border: 1px solid #dadada;
  flex-basis: 48%;
  margin-bottom: 20px;
  margin-right: 4%;
  position: relative;
}
/* line 15, ../sass/components/_Event.scss */
.EventBlock:nth-child(2n) {
  margin-right: 0;
}
@media (max-width: 500px) {
  /* line 8, ../sass/components/_Event.scss */
  .EventBlock {
    flex-basis: 100%;
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  /* line 8, ../sass/components/_Event.scss */
  .EventBlock {
    flex-basis: 30%;
    margin-right: 5%;
  }
  /* line 29, ../sass/components/_Event.scss */
  .EventBlock:nth-child(2n) {
    margin-right: 5%;
  }
  /* line 33, ../sass/components/_Event.scss */
  .EventBlock:nth-child(3n) {
    margin-right: 0;
  }
}
/* line 52, ../sass/components/_Event.scss */
.EventBlock:last-child {
  margin-right: 0;
}
/* line 57, ../sass/components/_Event.scss */
.EventBlock-image {
  display: block;
  width: 100%;
  height: 200px;
  background-color: #dadada;
  background-size: cover;
  background-position: center center;
  background-image: url(../images/w.jpg);
}
/* line 66, ../sass/components/_Event.scss */
.EventBlock-imageInner {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
/* line 74, ../sass/components/_Event.scss */
.EventBlock-title, .EventBlock-date, .EventBlock-location, .EventBlock-link {
  margin: 0 20px 10px;
}
/* line 81, ../sass/components/_Event.scss */
.EventBlock-title {
  margin-top: 10px;
}
/* line 85, ../sass/components/_Event.scss */
.EventBlock-location {
  margin-bottom: 76px;
}
/* line 89, ../sass/components/_Event.scss */
.EventBlock-link {
  background-color: #e00a00;
  visibility: visible !important;
  width: calc(100% - 40px);
  text-align: center;
  position: absolute;
  bottom: 10px;
  top: auto;
  padding: 10px !important;
  color: #ffffff !important;
}

/* line 105, ../sass/components/_Event.scss */
.Event-featuredImage {
  width: 100%;
  height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
@media (max-width: 1000px) {
  /* line 105, ../sass/components/_Event.scss */
  .Event-featuredImage {
    height: 280px;
  }
}
@media (max-width: 550px) {
  /* line 105, ../sass/components/_Event.scss */
  .Event-featuredImage {
    height: 200px;
  }
}
/* line 132, ../sass/components/_Event.scss */
.Event-sidebar {
  margin: 20px 0 20px;
  width: 100%;
}
@media (min-width: 1000px) {
  /* line 132, ../sass/components/_Event.scss */
  .Event-sidebar {
    float: right;
    clear: right;
    width: 24.5%;
  }
}
/* line 142, ../sass/components/_Event.scss */
.Event-sidebar h3 {
  margin-bottom: 30px;
}
/* line 146, ../sass/components/_Event.scss */
.Event-sidebar h5 {
  line-height: 20px;
  margin-bottom: 15px;
}
/* line 151, ../sass/components/_Event.scss */
.Event-sidebar p {
  word-break: break-word;
}
/* line 156, ../sass/components/_Event.scss */
.Event-main {
  margin: 0 0 20px;
  width: 100%;
}
@media (min-width: 1000px) {
  /* line 156, ../sass/components/_Event.scss */
  .Event-main {
    width: 74.5%;
    float: left;
    padding-right: 20px;
  }
}
/* line 166, ../sass/components/_Event.scss */
.Event-main .auto_meta_overlaid_spaced .masonry-blog-item .post-featured-img:after {
  content: none;
}
/* line 171, ../sass/components/_Event.scss */
.Event-main .masonry-blog-item .inner-wrap {
  border-radius: 0;
}
/* line 179, ../sass/components/_Event.scss */
.Event-main .masonry.totalPosts--1 .masonry-blog-item {
  width: 100%;
}
/* line 185, ../sass/components/_Event.scss */
.Event-main .masonry.totalPosts--2 .masonry-blog-item {
  width: 50%;
}
/* line 193, ../sass/components/_Event.scss */
.Event-description, .Event-gallery, .Event-organisers, .Event-sponsors, .Event-categories, .Event-location, .Event-details {
  background-color: #ffffff;
  margin-bottom: 20px;
}
/* line 204, ../sass/components/_Event.scss */
.Event-organisers {
  margin-top: 40px;
  border-top: 1px solid #dadada;
  padding: 40px 0;
}
/* line 209, ../sass/components/_Event.scss */
.Event-organisers h5 {
  margin-bottom: 20px;
}
/* line 214, ../sass/components/_Event.scss */
.Event-categories, .Event-sponsors, .Event-description {
  padding-top: 20px;
}
/* line 220, ../sass/components/_Event.scss */
.Event-details, .Event-description {
  margin-top: 20px;
}
/* line 226, ../sass/components/_Event.scss */
.Event-details p {
  padding-bottom: 10px;
}
/* line 233, ../sass/components/_Event.scss */
.Event-gallery ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
/* line 241, ../sass/components/_Event.scss */
.Event-gallery li {
  display: inline-block;
  padding: 10px;
}
/* line 247, ../sass/components/_Event.scss */
.Event-organiser {
  clear: both;
}
/* line 250, ../sass/components/_Event.scss */
.Event-organiserImage {
  float: right;
  width: 30%;
  padding: 0 20px 40px 40px;
}
@media (max-width: 690px) {
  /* line 250, ../sass/components/_Event.scss */
  .Event-organiserImage {
    width: 100%;
  }
}
/* line 260, ../sass/components/_Event.scss */
.Event-organiserDescription {
  width: 70%;
}
@media (max-width: 690px) {
  /* line 260, ../sass/components/_Event.scss */
  .Event-organiserDescription {
    width: 100%;
  }
}
/* line 269, ../sass/components/_Event.scss */
.Event-organiserLink:after {
  content: ' | ';
  display: inline;
  color: #000;
}
/* line 276, ../sass/components/_Event.scss */
.Event-organiserLink:last-child:after {
  content: none;
}
/* line 284, ../sass/components/_Event.scss */
.Event-organiser--noImage .Event-organiserDescription {
  width: 100%;
}
/* line 292, ../sass/components/_Event.scss */
.Event-categories {
  margin-top: 10px;
}
/* line 295, ../sass/components/_Event.scss */
.Event-categories p {
  padding-bottom: 10px;
}
/* line 302, ../sass/components/_Event.scss */
.event .Event-location .Event-map {
  margin-top: 20px;
}
/* line 305, ../sass/components/_Event.scss */
.event .Event-location .Event-map .em-location-map-container {
  width: 100% !important;
  height: 250px !important;
}
/* line 313, ../sass/components/_Event.scss */
.Event-sponsor {
  text-align: center;
}
/* line 317, ../sass/components/_Event.scss */
.Event-nextPrev {
  position: relative;
}
/* line 321, ../sass/components/_Event.scss */
.Event-nextPrev .post-bg-img {
  background-image: none !important;
  background-color: #eee;
}
/* line 328, ../sass/components/_Event.scss */
.Event-nextPrev .blog_next_prev_buttons .next-post,
.Event-nextPrev .blog_next_prev_buttons .previous-post,
.Event-nextPrev .blog_next_prev_buttons[data-style="fullwidth_next_prev"] .next-post,
.Event-nextPrev .blog_next_prev_buttons[data-style="fullwidth_next_prev"] .previous-post {
  padding: 100px 9% 30px;
}
/* line 332, ../sass/components/_Event.scss */
.Event-nextPrev .blog_next_prev_buttons .next-post h3,
.Event-nextPrev .blog_next_prev_buttons .next-post span,
.Event-nextPrev .blog_next_prev_buttons .previous-post h3,
.Event-nextPrev .blog_next_prev_buttons .previous-post span,
.Event-nextPrev .blog_next_prev_buttons[data-style="fullwidth_next_prev"] .next-post h3,
.Event-nextPrev .blog_next_prev_buttons[data-style="fullwidth_next_prev"] .next-post span,
.Event-nextPrev .blog_next_prev_buttons[data-style="fullwidth_next_prev"] .previous-post h3,
.Event-nextPrev .blog_next_prev_buttons[data-style="fullwidth_next_prev"] .previous-post span {
  color: #888;
}
/* line 337, ../sass/components/_Event.scss */
.Event-nextPrev .blog_next_prev_buttons .next-post h3 .text .line,
.Event-nextPrev .blog_next_prev_buttons .previous-post h3 .text .line,
.Event-nextPrev .blog_next_prev_buttons[data-style="fullwidth_next_prev"] .next-post h3 .text .line,
.Event-nextPrev .blog_next_prev_buttons[data-style="fullwidth_next_prev"] .previous-post h3 .text .line {
  background-color: #888 !important;
}
/* line 342, ../sass/components/_Event.scss */
.Event-nextPrev .blog_next_prev_buttons ul .next-post,
.Event-nextPrev .blog_next_prev_buttons ul .previous-post,
.Event-nextPrev .blog_next_prev_buttons[data-style="fullwidth_next_prev"] ul .next-post,
.Event-nextPrev .blog_next_prev_buttons[data-style="fullwidth_next_prev"] ul .previous-post {
  min-height: 155px !important;
}
/* line 346, ../sass/components/_Event.scss */
.Event-nextPrev .blog_next_prev_buttons ul .next-post:after,
.Event-nextPrev .blog_next_prev_buttons ul .previous-post:after,
.Event-nextPrev .blog_next_prev_buttons[data-style="fullwidth_next_prev"] ul .next-post:after,
.Event-nextPrev .blog_next_prev_buttons[data-style="fullwidth_next_prev"] ul .previous-post:after {
  content: none;
}
/* line 350, ../sass/components/_Event.scss */
.Event-nextPrev .blog_next_prev_buttons ul .next-post .next-arrow line,
.Event-nextPrev .blog_next_prev_buttons ul .previous-post .next-arrow line,
.Event-nextPrev .blog_next_prev_buttons[data-style="fullwidth_next_prev"] ul .next-post .next-arrow line,
.Event-nextPrev .blog_next_prev_buttons[data-style="fullwidth_next_prev"] ul .previous-post .next-arrow line {
  stroke: #888 !important;
}
/* line 357, ../sass/components/_Event.scss */
.Event-allLink {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateY(-50%) translateX(-50%);
  padding: 20px;
  z-index: 999;
}
/* line 366, ../sass/components/_Event.scss */
.Event-allLink:hover i {
  font-size: 40px;
}
/* line 371, ../sass/components/_Event.scss */
.Event-allLink i {
  transition: font-size 0.3s ease-in-out;
  background-color: transparent;
  color: #888;
  font-size: 32px;
  width: auto;
  height: auto;
}
/* line 381, ../sass/components/_Event.scss */
.Event-button {
  background-color: #e00a00;
  padding: 5px 10px;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
  max-width: 200px;
}
/* line 392, ../sass/components/_Event.scss */
.Event-image {
  width: 50%;
  float: right;
}
@media (max-width: 500px) {
  /* line 392, ../sass/components/_Event.scss */
  .Event-image {
    width: 100%;
    float: none;
  }
}

/* line 404, ../sass/components/_Event.scss */
.em-pagination {
  display: flex;
  width: 100%;
  justify-content: space-around;
}
