/* PNP STYLES */

footer#main-footer.pnp-footer {
  margin: 0px;
  text-align: left;
  font-family: BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  display: block;
  background-color: #72cc83;
  color: #fff;
  padding-top: .5rem !important;
  box-sizing: border-box;
}

.pnp-footer .flex-container {
  width: 90%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

.pnp-footer .flex-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  box-sizing: border-box;
}

.pnp-footer .flex-fullwidth,
.pnp-footer .flex-thirds {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
  box-sizing: border-box;
}

.pnp-footer .flex-fullwidth {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: 1rem !important;
  margin-bottom: 1.5rem !important;
  text-align: center;
}

@media (min-width: 768px) {
  .pnp-footer .flex-thirds {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

.pnp-footer .footer-logo img {
  max-width: 100%;
  max-height: 100%
}

.pnp-footer .footer-contact {
  margin-bottom: 30px
}

.pnp-footer a {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
}

.pnp-footer hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  color: #842075;
  border-color: #842075;
  background-color: #842075;
  border-top: 1px;
  border-width: 5px
}

.tribe_events-template-page-template-pnp dt.tribe-events-event-categories-label,
.tribe_events-template-page-template-pnp dd.tribe-events-event-categories,
.tribe_events-template-page-template-pnp dt.tribe-event-tags-label,
.tribe_events-template-page-template-pnp dd.tribe-event-tags {
  display: none;
}

.tribe_events-template-page-template-pnp {
  --tec-font-size-2: 18px;
}