/*
* New Events Section Styles
* Added by Adam Prince on September 20, 2016
*/
.card-event {
  background-color: #f9f9f9;
  border-radius: 3px;
  box-shadow: -1px 0 2px 0 rgba(0, 0, 0, 0.12), 1px 0 2px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
  margin-bottom: 20px;
  padding: 15px;
  position: relative; }

@media screen and (min-width: 768px) {
  .card-event {
    margin-bottom: 30px; } }
.card-description {
  height: 4.2em;
  margin-bottom: 15px;
  overflow: hidden;
  position: relative; }
  .card-description:after {
    background: -webkit-linear-gradient(left, rgba(249, 249, 249, 0), #f9f9f9 80%);
    background: linear-gradient(to right, rgba(249, 249, 249, 0), #f9f9f9 80%);
    content: "";
    height: 1.42857143em;
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: right;
    width: 30%; }

.card-actions {
  bottom: 15px;
  height: 30px;
  position: absolute;
  right: 15px;
  width: 64px; }

.card-action {
  box-sizing: border-box;
  color: #328ed1;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center; }

.card-body {
  overflow: hidden;
  position: relative; }

.card-date {
  letter-spacing: 0.03em;
  text-transform: uppercase; }

.event-detail .card-date {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 21px;
  margin: 0 0 5px;
  text-transform: none; }

.card-footer {
  border-top: 1px solid #e5e5e5;
  margin-top: 15px;
  padding-top: 15px; }

.card-detail {
  color: #888;
  display: block;
  font-size: 13px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
  .card-detail a,
  .card-detail a:hover {
    color: #888;
    text-decoration: underline; }

.card-title {
  color: #328ed1;
  display: -webkit-box;
  font-size: 15px;
  font-weight: bold;
  height: 42px;
  letter-spacing: 0;
  line-height: 21px;
  max-height: 42px;
  margin: 5px 0 5px;
  overflow: hidden;
  padding: 0;
  white-space: normal;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.filter-sidebar {
  background-color: #f9f9f9;
  border-radius: 3px;
  box-shadow: -1px 0 2px 0 rgba(0, 0, 0, 0.12), 1px 0 2px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
  margin-bottom: 20px;
  padding: 15px;
  position: relative; }

.filter-sidebar-item {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 15px;
  padding-bottom: 10px; }
  .filter-sidebar-item:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0; }

.featured-event-slide {
  min-height: 437px; }
  @media screen and (min-width: 768px) {
    .featured-event-slide {
      min-height: 460px; } }

.events-carousel .img-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  z-index: -1; }

.featured-event-info {
  max-width: 65%;
  padding-top: 60px;
  position: relative; }

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .featured-event-info {
    max-width: 85%; } }
@media screen and (max-width: 767px) and (orientation: portrait) {
  .featured-event-info {
    max-width: 100%; } }
@media screen and (max-width: 767px) {
  .featured-event-info {
    padding-top: 20px; }
    .featured-event-info h2 {
      font-size: 30px;
      line-height: 1.24em; } }
.list-share a {
  background-color: #3e7ebe;
  border-radius: 100%;
  display: inline-block;
  font-size: 22px;
  line-height: 50px;
  width: 50px;
  height: 50px; }

/* AddEvent theme CSS
---------------------------------------------------------------------- */
/* The button */
.addeventatc {
  display: inline-block;
  position: relative;
  z-index: 999998;
  cursor: pointer; }

.addeventatc .start,
.addeventatc .end,
.addeventatc .timezone,
.addeventatc .title,
.addeventatc .description,
.addeventatc .location,
.addeventatc .organizer,
.addeventatc .organizer_email,
.addeventatc .facebook_event,
.addeventatc .all_day_event,
.addeventatc .date_format,
.addeventatc .alarm_reminder,
.addeventatc .recurring,
.addeventatc .attendees,
.addeventatc .calname,
.addeventatc .uid,
.addeventatc .status {
  display: none !important; }

/* The drop down */
.addeventatc_dropdown {
  width: 200px;
  position: absolute;
  z-index: 99999;
  padding: 6px 0px 0px 0px;
  background: #fff;
  text-align: left;
  display: none;
  margin-top: 4px;
  margin-left: -1px;
  border-top: 1px solid #c8c8c8;
  border-right: 1px solid #bebebe;
  border-bottom: 1px solid #a8a8a8;
  border-left: 1px solid #bebebe;
  box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.15); }

.addeventatc_dropdown span {
  display: block;
  line-height: 100%;
  background: #fff;
  text-decoration: none;
  font-size: 14px;
  padding: 9px 10px 9px 40px; }

.addeventatc_dropdown span:hover {
  background-color: #f4f4f4;
  text-decoration: none;
  font-size: 14px; }

.addeventatc_dropdown em {
  color: #999 !important;
  font-size: 12px !important; }

.addeventatc_dropdown .frs {
  background: #fff;
  color: #cacaca !important;
  cursor: pointer;
  font-size: 9px !important;
  font-style: normal !important;
  font-weight: normal !important;
  line-height: 110% !important;
  padding-left: 10px;
  position: absolute;
  right: 10px;
  text-align: right;
  text-decoration: none;
  top: 5px;
  z-index: 101; }

.addeventatc_dropdown .frs:hover {
  color: #999 !important; }

.addeventatc_dropdown .ateappleical {
  background-image: url(clientlibs_eventsredesign/i/dropdown-apple-t1.png);
  background-position: 13px 50%;
  background-repeat: no-repeat; }

.addeventatc_dropdown .ateoutlook {
  background-image: url(clientlibs_eventsredesign/i/dropdown-outlook-t1.png);
  background-position: 13px 50%;
  background-repeat: no-repeat; }

.addeventatc_dropdown .ateoutlookcom {
  background-image: url(clientlibs_eventsredesign/i/dropdown-outlook-t1.png);
  background-position: 13px 50%;
  background-repeat: no-repeat; }

.addeventatc_dropdown .ategoogle {
  background-image: url(clientlibs_eventsredesign/i/dropdown-google-t1.png);
  background-position: 13px 50%;
  background-repeat: no-repeat; }

.addeventatc_dropdown .ateyahoo {
  background-image: url(clientlibs_eventsredesign/i/dropdown-yahoo-t1.png);
  background-position: 13px 50%;
  background-repeat: no-repeat; }

.addeventatc_dropdown .atefacebook {
  background-image: url(clientlibs_eventsredesign/i/dropdown-facebook-t1.png);
  background-position: 13px 50%;
  background-repeat: no-repeat; }

.addeventatc_dropdown .copyx {
  height: 21px;
  display: block;
  position: relative;
  cursor: default; }

.addeventatc_dropdown .brx {
  height: 1px;
  overflow: hidden;
  background: #e0e0e0;
  position: absolute;
  z-index: 100;
  left: 10px;
  right: 10px;
  top: 9px; }