/* HEADER EVENTS */
.eventbrite_list .tabs-header-list {
    padding: 0;
}
.eventbrite_list .tabs-header-list li:first-child {
    padding-left: 0;
}
.eventbrite_list .tabs-header-list li {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    font-size: 15px;
    line-height: normal;
    padding: 0 8px;
    margin: 0;
    vertical-align: baseline;
    list-style-type: none;
    height: 36px;
    line-height: 33px;
}
.eventbrite_list .tabs-header-list li>a {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    color: #6F7287;
    font-weight: 600;
    margin: 0;
    overflow: visible;
    padding: 12px 0;
    text-decoration: none;
}
.eventbrite_list .tabs-header-list li>a em {
    font-style: initial;
    padding-left: 5px;
}
.eventbrite_list .tabs-header-list li.ui-tabs-active>a {
    border-bottom: 2px solid #D1410C;
    color: #D1410C;
}
.eventbrite_list .tabs-header-list li>a:hover,
.eventbrite_list .tabs-header-list li>a:focus {
    outline: 0;
    text-decoration: none;
}
/* ARTICLE EVENTS */
.eventbrite_list article {
    padding-top: 20px;
}
.list-card-v2 {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    transition: box-shadow .2s cubic-bezier(0,.2,.4,1);
    background-color: #FFF;
    box-shadow: 0 1px 0 0 rgba(0,0,0,.1);
    display: block;
}
.l-mar-top-2 {
    margin-top: 10px;
}
.list-card-v2 .list-card__main {
    display: block;
    padding: 0;
}
.l-media>:first-child, .list-card>:first-child, .list-card-v2 .list-card__main>:first-child {
    float: left;
    margin-right: 10px;
    overflow: visible;
}
.list-card-v2 .list-card__main>:first-child {
    margin-right: 0;
}
.list-card-v2 .list-card__header {
    position: relative;
    width: 300px;
}
.l-media>*, .list-card>*, .list-card-v2 .list-card__main>* {
    overflow: hidden;
    zoom: 1;
}
.list-card-v2 .list-card__image {
    -webkit-transition: background-color .5s;
    -moz-transition: background-color .5s;
    transition: background-color .5s;
    overflow: hidden;
    text-align: center;
    height: 150px;
}
.list-card-v2 .list-card__image img {
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    top: 50%;
}
.list-card-v2 .list-card__label {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    background-color: #fff;
    background-color: rgba(255,255,255,.92);
    text-transform: uppercase;
    font-size: 13px;
    line-height: 16px;
    color: #1E0A3C;
    box-sizing: border-box;
    padding: 2px 10px;
    background-color: #eeedf2;
    background-color: #EEEDF2;
    display: block;
    height: 37px;
    line-height: 37px;
}
.list-card-v2 .list-card__body {
    height: 150px;
    padding: 0 20px;
    border-bottom: 1px solid #EEEDF2;
}
.list-card-v2 .list-card__date {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    color: #39364F;
    font-size: 13px;
    line-height: 16px;
    height: 2em;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 20px 0 0;
    box-sizing: initial;
}
.list-card-v2 .list-card__title {
    display: block;
    display: -webkit-box;
    max-height: 40px;
    margin: 0 auto;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #1E0A3C;
    font-size: 15px;
    line-height: 20px;
    max-height: 2.5em;
    font-weight: 600;
    letter-spacing: 0;
    padding: 0;
    height: 40px;
    margin-bottom: 2px;
}
.list-card-v2 a:hover .list-card__title {
    color: #D1410C;
}
.list-card-v2 .list-card__description {
    display: block;
    display: -webkit-box;
    max-height: 36px;
    margin: 0 auto;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: initial;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0;
    padding: 0;
    height: 36px;
    margin-bottom: 10px;
}
.list-card-v2 .list-card__organizer, .list-card-v2 .list-card__venue {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #6F7287;
    font-size: 13px;
    line-height: 16px;
    height: 2em;
}
.list-card-v2 .list-card__footer {
    position: relative;
    min-height: 2.8em;
    max-height: 3em;
    line-height: 36px;
    padding-right: 72px;
}
.list-card-v2 .list-card__tags {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-left: 20px;
}
.list-card-v2 .list-card__tags a, .list-card-v2 .list-card__tags span {
    color: #39364F;
    font-size: 13px;
    margin-right: 10px;
    text-transform: capitalize;
}
.list-card-v2 .list-card__actions {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0;
    line-height: 34px;
}
.list-card-v2 .list-card__actions .list-card__share {
    display: inline-block;
    color: #6F7287;
    font-size: 10px;
    width: 160px;
    height: 36px;
    /*border-left: 1px solid #EEEDF2;*/
    box-sizing: border-box;
    text-align: center;
    line-height: initial;
}
.list-card-v2 .list-card__actions .list-card__more {
    display: inline-block;
    color: #6F7287;
    font-size: 14px;
    width: 120px;
    height: 36px;
    border-left: 1px solid #EEEDF2;
    box-sizing: border-box;
    text-align: center;
}
.list-card-v2 .list-card__actions .list-card__more a:hover {
    background-color: #333333;
}
.list-card-v2 .list-card__actions .list-card__more a {
    background-color: #1a80b6;
    color: #fff;
    padding: 5px 10px;
}
.clrfix:after, .list-card:after, .list-card-v2:after {
    content: "";
    display: table;
    clear: both;
}

/* SHARE BUTTONS */
.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin: 0.5em
}

.resp-sharing-button {
  border-radius: 5px;
  transition: 25ms ease-out;
  padding: 0.5em 0.75em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif
}

.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  vertical-align: top
}

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none
}

.resp-sharing-button--twitter {
  background-color: #55acee
}

.resp-sharing-button--twitter:hover {
  background-color: #2795e9
}

.resp-sharing-button--facebook {
  background-color: #3b5998
}

.resp-sharing-button--facebook:hover {
  background-color: #2d4373
}

.resp-sharing-button--linkedin {
  background-color: #0077b5
}

.resp-sharing-button--linkedin:hover {
  background-color: #046293
}

.resp-sharing-button--email {
  background-color: #777
}

.resp-sharing-button--email:hover {
  background-color: #5e5e5e
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}

.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;
}

.resp-sharing-button--email {
  background-color: #777777;
  border-color: #777777;
}

.resp-sharing-button--email:hover,
.resp-sharing-button--email:active {
  background-color: #5e5e5e;
  border-color: #5e5e5e;
}

.resp-sharing-button--linkedin {
  background-color: #0077b5;
  border-color: #0077b5;
}

.resp-sharing-button--linkedin:hover,
.resp-sharing-button--linkedin:active {
  background-color: #046293;
  border-color: #046293;
}

@media only screen and (max-width:800px){
    .list-card-v2 .list-card__header {
        width: 250px;
    }
    .list-card-v2 .list-card__image {
        height: 125px;
    }
    .list-card-v2 .list-card__label {
        height: 25px;
        line-height: 25px;
        padding: 0 10px;
    }
    .list-card-v2 .list-card__body {
        padding: 0 10px;
    }
}
@media only screen and (max-width:640px){
    .eventbrite_list .tabs-header-list li  {
        display: block;
        padding: 0;
    }
    .eventbrite_list .tabs-header-list li.ui-tabs-active>a {
        border-bottom: none;
        border-left: 2px solid #D1410C;
    }
    .eventbrite_list .tabs-header-list li>a {
        padding: 0 0 0 12px;
    }
    .list-card-v2 .list-card__main>:first-child {
        float: none;
    }
    .list-card-v2 .list-card__footer {
        max-height: none;
    }
    .list-card-v2 .list-card__actions {
        position: initial;
        padding-right: 0;
    }
}