@media (min-width: 1200px) {
  .container {
    width: 1200px !important;
  }
}

@media (min-width: 1400px) {
  .container {
    width: 1260px !important;
  }
}

.large-event-copy p {
    font-size:1.05em !important;
    color: #333;
}

p {
  margin-bottom: 15px;
  font-size: 17px;
    color: #333;
}

.dark-div p {
  color: #eee;
}

.tribe-events .tribe-events-c-promo {
  display: none !important;
}

div.tribe-events-widget-events-list__view-more.tribe-common-b1.tribe-common-b2--min-medium {
  display: none !important;
}

.copyright {
  display: flex;
  justify-content: space-between;
  align-items: center; 
  width: 100%; 
}

.attrib-link {
  margin-left: 10px; 
}

