  /* -----------------------------------------------------------------------------
* $BRAND COLORS : Use this classes to customize theme
* -------------------------------------------------------------------------- */

  /* TEXT & BUTTON COLORS */
  .row-title,
  .page-header h2 {
      color: #306A93;
  }

  .article-meta .fa,
  .read-more span,
  .read-more .far,
  .read-more .fas,
  a .far,
  a .fa {
      color: #6FACD8;
  }

  .btn {
      padding: 6px 8px;
      margin: 5px 0;
      border-radius: 4px;
      border: 1px solid #232323;
      width: auto;
      background-color: #fff !important;
      display: inline-block;
      text-align: center;
      color: #232323;
      transition: 0.3s all cubic-bezier(0, 0, 0.2, 1);
  }

  ul.tribe-events-sub-nav li a:hover,
  #tribe-events a.tribe-events-button:hover,
  .elvotics_event_list_button a:hover,
  .btn-default:hover,
  .btn:hover {
      color: #fff !important;
      background-color: #6FACD8 !important;
      border-color: #6FACD8 !important;
  }

  .story {
      border-bottom: 1px solid #6FACD8;
  }

  .pagination span,
  .pagination a {
      background-color: #306A93 !important;
  }

  .pagination .current,
  .pagination a:hover,
  .tp-bannertimer.tp-bottom {
      background-color: #6FACD8 !important;
  }

  /* HEADER & FOOTER */
  .menu-item.is-social-icon {
      float: right;
  }

  .brand_logo,
  .top-lb {
      display: flex;
      justify-content: center;
      align-items: center;
  }

  .menu-bg {
      background-color: #6FACD8;
  }

  .schedule-now {
      background-color: #6FACD8;
  }

  .schedule-next {
      background-color: #306A93;
  }

.supermenu__menu-items-ul>li>a {
  font-family: 'Poppins', sans-serif !important;
  font-size:13px !important;
}

  /* COPYRIGHT */

  .footer-wrapper {
      background-color: #6FACD8;
  }

.countdown-clock {display:none!important}