#events section {
  padding: 60px 10px; }
#events h2 {
  text-align: center; }
#events main {
  padding: 50px 0; }
#events .event-list {
  display: none; }
  #events .event-list .event {
    list-style: none;
    position: relative;
    margin-bottom: 18px;
    padding: 35px 0 20px;
    border-bottom: 1px solid #e8e8e8; }
    #events .event-list .event time {
      position: absolute;
      top: 0;
      left: 0;
      line-height: 20px;
      font-size: 20px;
      font-weight: 600;
      font-style: italic; }
    #events .event-list .event h3 {
      margin-bottom: 10px;
      font-size: 18px;
      font-weight: 600;
      color: #7d0c14; }
    #events .event-list .event .params li {
      list-style: none;
      display: inline-block;
      margin: 0 0 10px 20px; }
    #events .event-list .event .btn.def {
      height: 35px;
      margin-top: 10px;
      background-image: linear-gradient(to right, #7d0c14, #640007 50%, #7d0c14);
      background-position: center left;
      background-size: 200% 100%;
      line-height: 35px;
      font-size: 14px;
      font-weight: 600;
      color: white;
      transition: background-position .3s ease; }
      #events .event-list .event .btn.def:hover {
        background-position: center right; }
  #events .event-list.active {
    display: block; }
#events .pagination {
  padding-top: 30px;
  word-spacing: -0.3em;
  text-align: center; }
  #events .pagination.first-page .prev {
    opacity: 0;
    pointer-events: none; }
  #events .pagination.last-page .next {
    opacity: 0;
    pointer-events: none; }
  #events .pagination button:not(.number) {
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    position: relative;
    border-radius: 10px;
    background: #70060e; }
    #events .pagination button:not(.number) .arrow {
      display: block;
      width: 6px;
      height: 6px;
      position: absolute;
      top: calc(50% - 3px);
      border-bottom: 1px solid white;
      transform: rotate(-45deg); }
    #events .pagination button:not(.number).prev .arrow {
      left: calc(50% - 2px);
      border-left: 1px solid white;
      transform: rotate(45deg); }
    #events .pagination button:not(.number).next .arrow {
      left: calc(50% - 4px);
      border-right: 1px solid white; }
  #events .pagination .number {
    vertical-align: middle;
    margin: 5px;
    line-height: 20px;
    font-size: 20px;
    font-weight: 600;
    color: #888888; }
    #events .pagination .number.active {
      color: black; }

/*# sourceMappingURL=events.css.map */
