/* Nordic Bridges Events CSS */

.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.partner-hero p.caption {
  font-size: 13px;
  margin: 3px 20px 0 0;
  padding-bottom: 0px;
  text-align: right;
  opacity: 0.75;
}

#event-container,
#more-event-container {
  max-width: 900px;
}

h1.an-event {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 10px;
}

.event-details h2 {
  font-size: 26px;
  font-weight: bold;
}

.event-details h3 {
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase;
  padding-bottom: 10px;
}

.event-details h3 a {
  color: #0069c8;
  text-decoration: underline;
  text-transform: uppercase;
}

.event-details h3 a:hover {
  color: #000062;
  text-decoration: underline;
  background-color: #c6edeb;
}

.overlay {
  z-index: 3;
  position: absolute;
  margin-top: 10px;
  margin-left: 10px;
  width: 70px;
  height: 70px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.overlay-more {
  z-index: 3;
  position: absolute;
  margin-top: 10px;
  margin-left: 90px;
  width: 70px;
  height: 70px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  text-align: center;
  background-color: #fff;
  justify-content: center;
  line-height: 1.25rem;
}

.overlay-month {
  display: flex;
  background-color: #0069c8;
  border-radius: 10px 10px 0 0;
  text-transform: uppercase;
  text-align: center;
  color: white;
  font-weight: bold;
  justify-content: center;
  padding: 1px 0;
}

.overlay-day {
  display: flex;
  flex: 1;
  align-items: center;
  background-color: white;
  border-radius: 0 0 10px 10px;
  justify-content: center;
  font-weight: bold;
  color: #000062;
  font-size: 200%;
  line-height: normal;
}

.overlay-title {
  z-index: 3;
  position: absolute;
  display: flex;
  text-transform: uppercase;
  color: white;
  font-weight: bold;
  font-size: 18px;
  bottom: 45px;
  padding-left: 10px;
}

.overlay-company {
  z-index: 3;
  position: absolute;
  display: flex;
  flex: 1;
  color: #fff;
  line-height: normal;
  bottom: 20px;
  padding-left: 10px;
}

.event-thumb {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

.more-fader {
  position: absolute;
  z-index: 2;
  background: linear-gradient(rgba(0, 0, 98, 0), rgba(0, 0, 98, 35));
  bottom: 0;
  width: 100%;
  height: 35%;
}

.single-event .event-thumb:hover {
  opacity: 1;
}

.additional-event .event-thumb:hover {
  opacity: 0.75;
}

.list-group-item .event-thumb img:hover {
  opacity: 0.75;
}

.event-left-col,
.event-right-col {
  display: none;
}

.event-details h2 {
  font-size: 26px;
  font-weight: bold;
}

.event-details h3 {
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase;
  padding-bottom: 15px;
}

.event-details h3 a {
  color: #0069c8;
  text-decoration: underline;
  text-transform: uppercase;
}

.event-details h3 a:hover {
  color: #000062;
  text-decoration: underline;
  background-color: #c6edeb;
}

a.partner-page-link {
  color: #0069c8;
  text-decoration: underline;
}

a.partner-page-link:hover {
  color: #000062;
  text-decoration: underline;
  background-color: #c6edeb;
}

.event-listing {
  margin-bottom: 20px;
}

.event-partner-location {
  display: block;
  padding-top: 5px;
}

p.event-synopsis {
  font-size: 22px;
}

.listing-date {
  font-size: 18px;
  font-weight: bold;
  color: #000062;
  margin-top: 0;
  margin-bottom: 20px;
}

.listing-time {
  font-size: 18px;
  margin-top: 3px;
}

.time-zone {
  font-size: 0.8em;
}

a.listing-tickets {
  border-radius: 40px;
  width: 100%;
  font-size: 0.8rem;
  background-color: #0069c8;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0.6rem;
}

a.listing-tickets:hover {
  background-color: #000062;
  color: #fff;
}

a.view-listings {
  border: 2px solid #000062;
  border-radius: 40px;
  width: 100%;
  font-size: 0.8rem;
  background-color: #fff;
  color: #000062;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0.5rem;
}

a.view-listings:hover {
  background-color: #000062;
  color: #fff;
}

button.listing-calendar {
  border: 2px solid #000062;
  border-radius: 40px;
  width: 100%;
  font-size: 0.8rem;
  background-color: #fff;
  color: #000062;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0.5rem;
}

button.listing-calendar:hover {
  background-color: #000062;
  color: #fff;
}

.event-carousel .carousel-inner {
  background-color: #fff;
}

.event-buttons-full {
  display: none;
}

.top-section {
  padding-top: 85px;
  padding-bottom: 25px;
}

.more-events h1 {
  font-size: 20px;
  margin: 0 15px 0 15px;
  padding-top: 20px;
  width: 100%;
  border-top: 5px solid #0069c8;
}

.share-this-event {
  width: 100%;
  font-weight: bold;
  color: #000062;
  text-align: center;
  margin-bottom: 5px;
}

.addtoany_list {
  display: flex !important;
  justify-content: space-between !important;
}

.addtoany_list a {
  display: flex;
  align-items: center;
}

.addtoany_list a img {
  filter: invert(13%) sepia(21%) saturate(7152%) hue-rotate(229deg)
    brightness(91%) contrast(137%);
}

.addtoany_list a img:hover {
  filter: invert(74%) sepia(61%) saturate(297%) hue-rotate(127deg)
    brightness(87%) contrast(92%);
}

.list-group-item {
  border-bottom: 1px dotted #333;
  padding: 30px 0 10px 0;
}

/* FacetWP */

.facetwp-search .card-body {
  background-color: #f0f0f0;
  padding: 1.25rem 0 1.25rem;
}

.listing-search {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.facetwp-facet {
  margin-bottom: 0 !important;
}

.facetwp-autocomplete {
  width: 100%;
  border: none;
  border-bottom: none;
  background-color: #f0f0f0;
}

.facetwp-autocomplete-update {
  display: none;
}

.facetwp-type-checkboxes {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: 5px;
  margin-right: 5px;
  color: #000062;
}

.facetwp-type-date_range {
  text-align: center;
}

.facetwp-checkbox {
  display: block;
  margin: 5px 10px;
}

.fdate-input {
  width: 90%;
}

.sort-row {
  border-top: 1px solid #bbb;
}

.sort-date,
.sort-spotlight {
  border: none;
  border-left: 1px solid #bbb;
}

.facetwp-facet-event_province .facetwp-counter {
  display: none;
}

.sort[aria-expanded="true"] {
  background-color: #0069c8;
  color: #fff;
}

.sort[aria-expanded="true"] .fa-arrow-down {
  transform: rotate(180deg);
}

@media (min-width: 576px) {
  .event-left-col,
  .event-right-col {
    display: flex;
    width: 20%;
  }

  a.listing-tickets {
    font-size: 14px;
  }

  button.listing-calendar {
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .event-buttons-full {
    display: block !important;
  }

  .event-buttons-mobile {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .event-buttons-mobile {
    display: none;
  }
}