dl.event-attributes > * {
  display: inline;
  margin: 0;
  padding: 0; }
dl.event-attributes dd {
  margin: 0 5px 0 5px; }

.single-event h3 {
  margin: 0; }
.single-event .col-md-3:first-child h3 {
  text-align: left; }
.single-event .col-md-3:last-child h3 {
  text-align: right; }
.single-event .row + .row {
  margin-top: 20px; }
.single-event p:first-child {
  margin-top: 0; }
.single-event p strong:first-child {
  text-transform: uppercase; }
.single-event .place-and-date {
  display: inline-block;
  border: 2px solid #000;
  padding: 35px 10px;
  margin-top: 70px; }
  .single-event .place-and-date > * {
    display: block; }
  .single-event .place-and-date strong {
    color: #0815ca;
    font-size: 20px; }
  .single-event .place-and-date span {
    text-transform: uppercase; }
.single-event .sharify-container {
  padding: 0;
  margin-top: -20px; }
  .single-event .sharify-container li {
    float: none;
    padding: 0;
    height: auto;
    line-height: 1;
    font-family: inherit; }
    .single-event .sharify-container li a {
      border: 0;
      background: none !important;
      display: inline;
      font-size: 15px;
      line-height: 1;
      height: auto;
      color: initial;
      position: static;
      text-decoration: none;
      text-transform: initial;
      width: auto;
      transition: all .2s ease-in-out; }
      .single-event .sharify-container li a:before {
        display: inline; }
      .single-event .sharify-container li a > * {
        display: none; }
    .single-event .sharify-container li.sharify-btn-facebook a:before {
      content: "Facebook"; }
    .single-event .sharify-container li.sharify-btn-twitter a:before {
      content: "Twitter"; }
.single-event .event-categories {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right; }
.single-event .event-categories a {
  color: inherit; }
.single-event .event-tickets-link {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-left: 50px; }

.table {
  display: table; }
  .table .tr {
    display: table-row; }
    .table .tr .th, .table .tr .td {
      display: table-cell; }

.events-grouped-list {
  width: 100%;
  table-layout: fixed; }
  .events-grouped-list .col-time {
    width: 7%; }
  .events-grouped-list .col-location {
    width: 13%; }
  .events-grouped-list .col-like {
    width: 5%;
    text-align: center;
    font-size: 16px; }
  .events-grouped-list .col-title {
    width: 55%; }
  .events-grouped-list .col-type, .events-grouped-list .col-ticket {
    width: 10%; }

.btn-toggle-like-event {
  font-size: 16px;
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
  color: #000;
  vertical-align: middle; }
  .btn-toggle-like-event:hover {
    color: inherit; }
  .btn-toggle-like-event i {
    position: absolute;
    right: 0;
    top: 0; }
    .btn-toggle-like-event i.fa-heart {
      display: none; }
  .btn-toggle-like-event:hover i.fa-heart-o, .btn-toggle-like-event.like-it i.fa-heart-o {
    display: none; }
  .btn-toggle-like-event:hover i.fa-heart, .btn-toggle-like-event.like-it i.fa-heart {
    display: block; }

/*# sourceMappingURL=events_manager.min.css.map */
