@font-face {
  font-family: 'Zooja';
  src: url('https://showitvision.wpengine.com/wp-content/plugins/showit-events/fonts/zooja.ttf');
  font-weight: normal;
}

.showit-events-title,
.showit-events-title-right {
  color: #ff5500 !important;
  font-size: 30px !important;
  line-height: 40px !important;
  margin-bottom: .3em !important;
  padding-bottom: .3em;
  position: relative;
}

.showit-events-list {
  padding: 100px 50px 0;
}

.showit-events-title:before {
  content: '';
  background-color: #ff5500;
  bottom: 0;
  height: 4px;
  left: 0;
  position: absolute;
  width: 660px;
  z-index: 1;
}

.showit-events-text-right .showit-events-title:before {
  right: 0 !important;
  left: auto;
}

.showit-events-title-right:before {
  content: '';
  background-color: #ff5500;
  bottom: 0;
  height: 4px;
  right: 0;
  position: absolute;
  width: 660px;
  z-index: 1;
}

.showit-events-text ul {
  margin-left: 0;
}

.dates-location ul {
  margin-left: 0;
}

.dates-location li {
  font-size: 20px;
  font-weight: 600;
}

.dates-location li:first-of-type {
  border-right: 1px solid gray;
}

.showit-event-wrapper a {
  box-shadow: none !important;
  color: #ff5500 !important;
  letter-spacing: 0.1em;
  margin-top: 10px;
  text-transform: uppercase;
  display: block;
}

.showit-events-feature,
.showit-events-feature-left {
  position: relative;
}

.showit-events-feature:before,
.showit-events-feature-left:before {
  content: '';
  border: 4px solid #ff5500;
  height: 100%;
  position: absolute;
  top: -20px;
  width: 100%;
}

.showit-events-feature:before {
  left: -20px;
}

.showit-events-feature-left:before {
  right: -20px;
}

.showit-events-feature img,
.showit-events-feature-left img {
  width: 100%;
}

.showit-events-title-right {
  text-align: right !important;
}

.showit-events-list a:hover {
  text-decoration: none !important;
}

/* Old Posts */

.m-fadeOut {
  visibility: hidden;
  opacity: 0;
  transform: translateY(150px);
  transition: all 1.5s;
}

.m-fadeIn {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: all 1.5s;
}

#past-event-main-title {
  border: 4px solid #000;
  padding: 20px;
  margin: 0 auto;
  max-width: 400px;
  text-transform: uppercase;
}

.past-event-title {
  font-size: 20px !important;
  text-align: left !important;
  margin-bottom: 0 !important;
}

.showit-past-events ul {
  text-align: left !important;
  margin-left: 0 !important;
  margin-bottom: 0 !important;
  display: inline;
}

.showit-past-events li {
  margin-bottom: 5px;
}

.showit-past-events p {
  margin-bottom: 0 !important;
}

.showit-past-events a {
  display: block;
  color: black !important;
}

/* End of Old Posts */

/* Individual Post Pages */

.event-details li:first-of-type {
  border-right: 1px solid #ccc;
  padding-right: 14px;
}

.event-reg-button {
  border: 2px solid #ff5500;
  box-shadow: none !important;
  color: #ff5500;
  letter-spacing: .02em;
  margin: 20px 0 0 0;
  padding: 10px 30px;
  text-decoration: none;
  text-transform: uppercase;
}

.event-site-button {
  border: 2px solid #ff5500;
  box-shadow: none !important;
  color: #ff5500;
  letter-spacing: .02em;
  margin: 20px 20px 0 0;
  padding: 10px 30px;
  text-decoration: none;
  text-transform: uppercase;
}

.event-details {
  margin-left: 0 !important;
}

.sib-page-content p {
  padding-bottom: 15px;
}

.event-reg-button,
.event-site-button {
  color: #ff5500 !important;
}

.event-reg-button:hover,
.event-site-button:hover {
  text-decoration: none !important;
}

/* End of Individual Post Pages */

/* Break Points */

@media only screen and (max-width: 1200px) {
  .past-event-wrapper {
    background-size: 130%;
  }
}

@media only screen and (max-width: 991px) {
  .showit-event-wrapper a {
    display: block;
  }

  .showit-events-title:before,
  .showit-events-title-right:before {
    width: 100%;
  }

  .showit-events-title-right {
    text-align: left !important;
  }
}

@media only screen and (max-width: 767px) {

  .event-reg-button,
  .event-site-button {
    display: inline-block;
  }

  .past-event-wrapper {
    background-position-y: center !important;
    background-size: cover !important;
  }

  .showit-past-events .row {
    padding: 50px 0;
  }

  .dates-location li:first-of-type {
    border: none;
  }

  .showit-events-list {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .showit-events-text {
    order: 1;
  }
}

/* End of Break Points */