p.event-location {
  display: flex;
}

a.event-info-download:before {
  content: "\f05a";
  font-family: fontAwesome;
  margin-right: 5px;
  font-size: 18px;
}

a.register-events {
  margin: 0;
  display: inline-block;
}

p.events-contact {
  display: inline-block;
  margin-left: 20px;
  vertical-align: -webkit-baseline-middle;
  width: 50%;
}

article.block-trip-item {
  margin-bottom: 20px;
}

.event-image-container {
  position: relative;
  overflow: hidden;
  min-height: 250px;
  line-height: 250px;
}

div#cancelled {
  display: block;
  position: absolute;
  transform: rotate(-15deg);
  left: -28px;
  margin-top: 147px;
  line-height: normal;
}

h1.event-cancelled,
h1.event-soldout {
  text-transform: uppercase;
  color: #ffffff;
  font-family: 'open sans', sans-serif;
  font-weight: 700;
  border: 4px solid;
  display: inline-block;
  padding: 10px 190px;
  letter-spacing: 5px;
  background: #ff0000;
  text-align: center;
}

h1.event-soldout {
  padding: 10px 215px;
}

.event-pane .featured-label {
  text-transform: uppercase;
  background: #a1b70d;
  color: #fff;
  display: inline-block;
  padding: 13px 30px;
  font-weight: 700;
  font-size: 18px;
  position: absolute;
  letter-spacing: 4px;
  line-height: initial;
}

.event-image-container img.event-image {
  vertical-align: middle;
}

article.block-trip-item.groups p,
article.block-trip-item.groups h4 {
  display: -webkit-box !important;
}

/* TEASER ON TAXONOMY PAGE */
.event-tag-teaser p {
  line-height: 1.5;
}

.view-duke-events p.result-time {
  margin-bottom: 10px;
}

.event-address {
  display: inline-block;
  color: #646464;
  font-size: 14px;
}

.view-duke-events .result-group a {
  color: #98999b;
}

.view-duke-events .cc-tags {
  margin-top: 10px;
  margin-left: 180px;
}





/* SHARE ICONS */
ul.share-buttons{
  list-style: none;
  padding: 0;
  text-align: right;
  margin: 0 auto;
}

ul.share-buttons li{
  display: inline;
}

ul.share-buttons .sr-only {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.share-event .share-buttons img {
  width: 25px;
}

p.share {
  margin-top: 0;
  font-weight: 600;
}
/* END: SHARE ICONS */

/* PLANNING TO ATTEND */
article.block-trip-item.pta p.count {
  width: 49%;
  vertical-align: middle;
  margin-top: 0;
}

.not-logged-in article.block-trip-item.pta p.count {
  vertical-align: top;
}

article.block-trip-item.pta a.dk-btn-2 {
  vertical-align: text-bottom;
}

article.block-trip-item.pta div.list {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  -moz-columns: 2;
  column-count: 2;
}

article.block-trip-item.pta div.list p {
  display: table-row;
  margin-bottom: 0;
  margin-top: 1px !important;
  float: left;
  width: 100%;
}

article.block-trip-item.pta div#scroll {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 180px;
}


#scroll::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
    background: #eee;
}

#scroll::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

/* end: PLANNING TO ATTEND */



/* EVENT PANE MOBILE */
@media only screen and (max-width: 767px) {

  .event-pane .travel-tags a {
    margin-bottom: 7px;
  }

  div#cancelled {
    margin-top: 65px;
  }

  h1.event-cancelled,
  h1.event-soldout {
    padding: 10px 90px;
  }

  .event-image-container {
    min-height: inherit;
    line-height: inherit;
  }

  article.block-trip-item.pta p.count {
    width: 100%;
  }

  p.count span.disp1 {
    width: initial !important;
  }

  article.block-trip-item.pta a.dk-btn-2 {
    margin-bottom: 20px;
  }

}
