.key-card {
    background: #fff;
    /*border: 1px solid gray;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.9);*/
    margin-bottom: 27px;
    border: 7px solid #492a42;
    margin-left: 0;
    margin-right: 0;
}

.key-card h2 {
    color: #492a42;
}

.key-card .date-obj,
.card .date-obj {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    box-shadow: none;
}

.up-next-image {
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center center;
}

@media (max-width: 767px) {
    .up-next-image {
        background-position: cover;
    }
}

.up-next-image-wrap {
    padding-left: 0;
}

@media (max-width: 767px) {
    .up-next-image-wrap {
        height: 200px;
        overflow: hidden;
        padding-right: 0;
    }
}

.card .date-obj {
    width: 50px;
    padding: 5px;
    margin-left: 15px;
}

.card .date-obj .date-day {
    font-size: 1.5em;
    margin-top: 5px;
}

.key-card img {
    width: 100%;
}

.key-info-container {
    padding: 15px 15px 10px 0px;
    margin-bottom: 27px;
}

.key-card-title {
    font-weight: bold;
    font-size: 1.7em;
}

.key-card-date {
    font-weight: bold;
    color: #492a42;
    margin-bottom: 10px;
}

.key-card-content {
    /*font-style: italic;*/
    font-size: 0.9em;
    margin-bottom: 10px;
    line-height: 1.4em;
}

.key-card-location {
    font-weight: bold;
}

.key-card-city {
    font-style: italic;
}

.key-card-btn {
    text-align: right;
    padding: 15px;
}

.event-btn {
    background: #492a42;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    padding: 10px 20px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
}

.event-btn:hover {
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
    color: #fff;
}

.card {
    background: #fff;
    /*border: 1px solid gray;
    border-bottom: 3px solid gray;*/
    margin-bottom: 27px;
    /*box-shadow: 0 0 7px rgba(0, 0, 0, 0.7);*/
    min-height: 393px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
}

.card:hover {
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
}

.card a {
    color: #333;
}

.card a:hover {
    color: #333;
}

.card img {
    width: 100%;
}

.card-container {
    padding: 10px 15px;
}

.card-title {
    font-weight: bold;
    font-size: 1.2em;
}

.card-date {
    font-weight: bold;
    color: #492a42;
    margin-bottom: 10px;
}

.card-content {
    /*font-style: italic;*/
    font-size: 0.9em;
    margin-bottom: 10px;
    line-height: 1.4em;
}

.card-location {
    font-weight: bold;
}

.card-city {
    font-style: italic;
}


.event-description-title {
    margin-top: 0;
}


.event-full-time {
    text-align: center;
    font-weight: bold;
    color: #492a42;
    font-size: 1.3em;
    margin-bottom: 12px;
}



.date-obj {
    text-align: center;
    width: 70px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    background: #492a42;
    color: #fff;
    padding: 10px;
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
}

.date-day {
    font-size: 2em;
    margin-top: 10px;
}

.date-month {
    font-weight: bold;
}

.date-time {
    font-size: 0.85em;
}

.bottom-location {
    font-weight: bold;
}

.bottom-address, .bottom-city {
    font-style: italic;
}

.get-directions {
    margin-top: 7px;
    margin-bottom: 20px;
}

.event-link,
.event-link:hover {
    color: #492a42;
}

.list-group-item {
    background: transparent;
    border: none;
    padding-left: 0;
}

.list-group {
    box-shadow: none;
    border: none;
}

.details-row {
    margin-top: 15px;
    display: -webkit-flex;
    display: flex;
    align-items: stretch;
    -webkit-align-items: stretch;

}

.bordered-r {
    border-right: 1px solid #ddd;
}

@media (max-width: 767px) {
    .bordered-r {
        border-right: none;
    }
    .details-row {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }
}

.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin: 0.5em
}

@media (max-width: 767px) {
    .resp-sharing-button__link {
        margin: 0;
    }
}

.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
}

.resp-sharing-button span {
  padding-left: 0.4em
}

/* 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--pinterest {
  background-color: #bd081c
}

.resp-sharing-button--pinterest:hover {
  background-color: #8c0615
}

.resp-sharing-button--facebook {
  background-color: #3b5998
}

.resp-sharing-button--facebook:hover {
  background-color: #2d4373
}

.resp-sharing-button--tumblr {
  background-color: #35465C
}

.resp-sharing-button--tumblr:hover {
  background-color: #222d3c
}

.resp-sharing-button--reddit {
  background-color: #5f99cf
}

.resp-sharing-button--reddit:hover {
  background-color: #3a80c1
}

.resp-sharing-button--google {
  background-color: #dd4b39
}

.resp-sharing-button--google:hover {
  background-color: #c23321
}

.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--xing {
  background-color: #1a7576
}

.resp-sharing-button--xing:hover {
  background-color: #114c4c
}

.resp-sharing-button--whatsapp {
  background-color: #25D366
}

.resp-sharing-button--whatsapp:hover {
  background-color: #1da851
}

.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--google {
  background-color: #dd4b39;
  border-color: #dd4b39;
}

.resp-sharing-button--google:hover,
.resp-sharing-button--google:active {
  background-color: #c23321;
  border-color: #c23321;
}

.resp-sharing-button--tumblr {
  background-color: #35465C;
  border-color: #35465C;
}

.resp-sharing-button--tumblr:hover,
.resp-sharing-button--tumblr:active {
  background-color: #222d3c;
  border-color: #222d3c;
}

.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--pinterest {
  background-color: #bd081c;
  border-color: #bd081c;
}

.resp-sharing-button--pinterest:hover,
.resp-sharing-button--pinterest:active {
  background-color: #8c0615;
  border-color: #8c0615;
}

.caption.event-slide-caption {
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-box-pack: flex-end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
    padding-bottom: 15px;
}

.event-slide-caption p {
    font-size: 25px;
}

@media (max-width: 991.98px) {
    .event-slide-caption p {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .event-slide-caption p {
        display: none;
    }

    .event-slide-caption h1 {
        margin: 10px 0;
    }
}

.event-slide-date {
    background: #492a42;
    text-shadow: none;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    padding: 10px;
    display: inline;
}

@media (max-width: 991.98px) {
    .event-slide-date {
        font-size: 11px;
        padding: 5px;
    }
}
