.events {
  /* Admin inputs */
}

.events.events-administration b, .events.events-administration strong {
  font-weight: bold;
}

.events.events-administration i, .events.events-administration em {
  font-style: italic;
}

.events.events-administration select,
.events.events-administration input[type="text"],
.events.events-administration input[type="password"],
.events.events-administration input[type="datetime"],
.events.events-administration input[type="datetime-local"],
.events.events-administration input[type="date"],
.events.events-administration input[type="month"],
.events.events-administration input[type="time"],
.events.events-administration input[type="week"],
.events.events-administration input[type="number"],
.events.events-administration input[type="email"],
.events.events-administration input[type="url"],
.events.events-administration input[type="search"],
.events.events-administration input[type="tel"],
.events.events-administration input[type="color"],
.events.events-administration .uneditable-input {
  min-height: 30px;
}

.events.events-administration textarea {
  width: 100%;
}

.events.events-administration textarea:focus {
  box-shadow: none;
}

.events.events-administration .week-schedule-delete-button {
  color: #d80000;
}

.events.events-administration .date .input-group-addon {
  cursor: pointer;
}

.events.events-administration .error {
  color: #d80000;
  margin-bottom: 5px;
  position: relative;
  top: -2px;
}

.events .dotted-border {
  border: 2px dotted #dcdcdc;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
}

.events .event-highlight {
  font-size: 0.9333em;
  width: 100%;
}

.events .event-highlight tr:nth-of-type(2n) {
  background: #F7F7F7;
}

.events .event-highlight td {
  padding: 0.5625em 0.625em;
  line-height: 1.125em;
  font-size: 0.88em;
}

.events .event-highlight td.time {
  color: #666;
  font-weight: 700;
  max-width: 55px;
}

.events .media-label {
  margin-top: 3px;
}

.events .media-label .label.media {
  background: #f9b000;
  color: #fff;
}

.events .active-copy-link {
  background-color: #5c5956 !important;
}

.events .hidden-xs-inline {
  display: none;
}

.events .url-copy-area {
  display: none;
  z-index: 999999;
  border-style: solid;
  border-width: 2px;
  border-color: #27a2d4;
  background-color: #FFFFFF;
  padding: 10px;
  text-align: left;
}

.events input#eventUrl {
  width: 350px;
}

.events .share [class^="icon-"] {
  display: block;
  height: 32px;
  width: 32px;
  margin-right: 5px;
  text-align: center;
  padding-top: 8px;
  float: left;
  background: #ddd;
}

.events .share h6 {
  float: left;
  margin-right: 15px;
}

.events h4.bg {
  background: #d6d5d5;
  padding: 10px 0;
  font-weight: bold;
  margin-bottom: 0;
}

.event-portlet .event-categories-list-small {
  float: right;
}

.event-portlet .wrapper-event-header {
  float: left;
  width: 100%;
}

.event-portlet .event-date {
  font-size: 1em;
  font-weight: 500;
  float: left;
}

.event-portlet .img-responsive {
  max-width: 55%;
  float: right;
  margin: 10px 0 20px 20px;
}

@media (max-width: 767px) {
  .event-portlet .img-responsive {
    max-width: 95%;
    float: none;
    clear: both;
    margin: 10px 0px 20px 0px;
  }
}

.event-portlet .event-organizer {
  font-weight: 600;
}

.event-portlet .share {
  float: right;
}

.event-portlet .lead {
  font-size: 1em;
  line-height: 1.4em;
}

.event-at-places h2 {
  font-size: 1.8em;
}

.event-at-places h3 {
  font-size: 1.35em;
}

.event-at-places .highlight-item {
  padding: 20px;
  background: #EFEFEF;
}

.event-at-places .highlight-item:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f7f7f7));
  background-image: -webkit-linear-gradient(#ffffff, #f7f7f7);
  background-image: -moz-linear-gradient(#ffffff, #f7f7f7);
  background-image: -o-linear-gradient(#ffffff, #f7f7f7);
  background-image: linear-gradient(#ffffff, #f7f7f7);
}

.event-at-places .event-date, .event-at-places .event-time {
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 500;
}

.event-at-places .event-location {
  margin-top: 10px;
}

@media (max-width: 767px) {
  .event-search-portlet .nav-tabs.event-tabs li {
    display: block;
    width: 100%;
  }
  .event-search-portlet .nav-tabs.event-tabs li.pull-right a {
    display: inline;
    float: right;
    padding: 0;
  }
  .event-search-portlet .text-center .prev-date, .event-search-portlet .text-center .next-date {
    font-size: 0.75em;
  }
  .event-search-portlet h3 {
    margin-bottom: 5px;
    font-size: 1em;
  }
  .event-search-portlet .event-item-list .description {
    padding-bottom: 10px;
    margin-bottom: 0;
  }
  .event-search-portlet .event-categories-list-small .img-wrapper {
    margin-left: 0;
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) {
  .hidden-xs-inline {
    display: inline;
  }
  .event-item-list:hover {
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f7f7f7));
    background-image: -webkit-linear-gradient(#ffffff, #fafafa);
    background-image: -moz-linear-gradient(#ffffff, #fafafa);
    background-image: -o-linear-gradient(#ffffff, #fafafa);
    background-image: linear-gradient(#ffffff, #fafafa);
  }
  .event-item-list.calendar-item:hover {
    background-image: none;
  }
  .frontpage-event-wrapper .pull-right, .parish-event-wrapper .pull-right {
    float: right !important;
  }
  .frontpage-event-wrapper .event-item, .parish-event-wrapper .event-item {
    padding: 17px 10px 17px 20px;
  }
  .frontpage-event-wrapper .event-item h4, .parish-event-wrapper .event-item h4 {
    font-size: 1.2em;
    padding-top: 4px;
  }
  .frontpage-event-wrapper .event-highlight {
    min-height: 250px;
  }
  .event-filter {
    margin: 0;
  }
  .event-filter li {
    display: inline;
    margin-bottom: 0;
  }
}

.show-past {
  margin-bottom: 0;
}

.show-past #show-past-events {
  margin-top: 4px;
  margin-right: 10px;
}

@media (min-width: 992px) {
  .event-search-portlet .share {
    position: absolute;
    right: 0;
    bottom: 10px;
  }
  .no-touch .event-item-list .share, .event-item-list .share {
    display: none;
    float: right;
  }
  .no-touch .event-item-list:hover .share, .event-item-list:hover .share {
    display: block;
  }
  .event-item-list {
    border: 0;
    position: relative;
  }
  .abc {
    min-height: 120px;
    border: 0px;
  }
  .single-event-display h2 {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    float: left;
    display: block;
    border: solid 1px #ccc;
    background-color: #efefef;
    border-radius: 5px;
    line-height: 2em;
  }
  .single-event-display small {
    font-size: 1em;
    clear: both;
    float: left;
  }
}

.frontpage .event-categories-list-small {
  margin: 0;
  float: left;
}

.event-categories-list-small .img-wrapper {
  height: 46px;
  width: 46px;
  float: left;
  margin-left: 8px;
}

.event-search-portlet .event-categories-list-small .img-wrapper {
  margin-left: 0px;
}

.event-organizer-portlet h3 {
  font-weight: bold;
}

.arrow-wrapper {
  position: relative;
  margin-left: 110px;
  display: none;
}

.arrow-wrapper.active {
  display: block;
}

.arrow-down {
  position: absolute;
  left: 2px;
  border-left: 12px solid transparent !important;
  border-right: 12px solid transparent !important;
}

.arrow-down-2 {
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  position: absolute;
}

.group-link {
  font-family: "Open Sans",Arial,Sans-serif;
  font-weight: 600;
  position: absolute;
  right: 20px;
  top: 18px;
}

.category-info {
  display: none;
}

.category-info.active {
  display: block;
  position: absolute;
  bottom: -15px;
  left: 15px;
  z-index: 10;
  font-family: "Open Sans",Arial,Sans-serif;
}

.category-info.active p {
  margin-bottom: 5px;
}

.category-info.active a {
  font-weight: 600;
}

.categories-wrapper {
  position: relative;
  padding-bottom: 60px;
}

.event-categories-list {
  padding-top: 15px;
  text-align: center;
}

.event-categories-list a {
  display: block;
}

.event-categories-list h1 {
  text-align: left;
}

.event-categories-list a.active, .event-categories-list a:hover {
  text-decoration: none;
}

.event-categories-list a.active .img-wrapper, .event-categories-list a:hover .img-wrapper {
  background: #fff !important;
}

.event-categories-list .row {
  padding-top: 15px;
}

.event-categories-list .img-wrapper {
  -moz-box-shadow: 2px 2px 2px #EBEBEB;
  -webkit-box-shadow: 2px 2px 2px #EBEBEB;
  box-shadow: 2px 2px 2px #EBEBEB;
  padding: 10px;
  height: 80px;
  width: 80px;
  margin: 0 auto 15px;
  background: #fff;
}

.event-categories-list h2 {
  font-size: 12px;
}

.event-categories-list h2 a {
  height: auto;
  word-break: break-word;
}

.event-categories-list hr {
  margin-top: 35px;
}

.event-categories-list .categories-filter ul {
  list-style-type: none;
  margin: 0;
}

.event-categories-list .categories-filter ul a {
  display: inline;
}

.event-categories-list .categories-filter ul li {
  display: inline;
  margin-right: 15px;
}

@media (min-width: 768px) {
  .event-categories-list hr {
    margin: 0;
    border-color: #ebebeb;
  }
  .event-categories-list h1 {
    text-align: left;
    margin-bottom: 0px;
    font-size: 1.67em;
    line-height: normal;
  }
  .event-categories-list h2 {
    font-size: 14px;
    font-family: "Open Sans",Arial,Sans-serif;
    font-weight: 600;
  }
  .event-categories-list .img-wrapper {
    -moz-box-shadow: 2px 2px 2px #ebebeb;
    -webkit-box-shadow: 2px 2px 2px #ebebeb;
    box-shadow: 2px 2px 2px #ebebeb;
    padding: 10px;
    height: 80px;
    width: 80px;
    margin: 0 auto 15px;
    background: #fff;
  }
}
