/* Variables
-------------------------------------------------------------- */
/* Colors */
/* Front Page Colors */
/* Fonts */
/* Weights */
/* Mix-Ins */
@-webkit-keyframes sectionstripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 26px 13px;
  }
}
@-moz-keyframes sectionstripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 26px 13px;
  }
}
@-o-keyframes sectionstripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 26px 13px;
  }
}
@keyframes sectionstripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 26px 13px;
  }
}
@-webkit-keyframes stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 12px;
  }
}
@-moz-keyframes stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 12px;
  }
}
@-o-keyframes stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 12px;
  }
}
@keyframes stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 12px;
  }
}
/* From retina.less
 * A helper mixin for applying high-resolution background images (http://www.retinajs.com)
 * Append @2x to the end of your retina version. ex: /images/my_image@2x.png
 */
/* Retina image helper mixing that allows you to specify different images for different device widths */
.tribe-events-calendar thead th {
  font-family: "ronnia", Georgia, serif;
}
.tribe-events-single .tribe-events-schedule h2 {
  display: inline-block;
  margin: 0;
  vertical-align: top;
}
.tribe-bar-date-filter,
.single-tribe_events #tribe-events-content .tribe-events-event-meta dt {
  font-family: "ronnia", Georgia, serif;
}
#tribe-events-content .tribe-events-calendar div[id*="tribe-events-event-"] h3.tribe-events-month-event-title {
  font-family: inherit;
}
ul.tribe-events-sub-nav a,
.tribe-events-back a,
.tribe-events-list-widget .tribe-events-widget-link a,
.tribe-events-adv-list-widget .tribe-events-widget-link a {
  display: block;
  min-width: 90px;
}
.single-tribe_events .tribe-events-event-meta {
  font-size: inherit;
  font-family: "ronnia", Georgia, serif;
  font-weight: 300;
}
.single-tribe_events #tribe-events-content .tribe-events-event-meta dt {
  font-weight: 400;
}
.single-tribe_events .tribe-events-venue-map img {
  max-width: inherit;
}
@media (max-width: 768px) {
  .single-tribe_events .tribe-events-venue-map {
    width: 92%;
    display: block;
    float: none;
    margin: 0 auto;
  }
  .single-tribe_events .tribe-events-venue-map #tribe-events-gmap {
    height: 100% !important;
    width: 100% !important;
    margin: 0 !important;
    padding-top: 0 !important;
  }
}
.tribe-events-back {
  margin-top: 10px;
}
#tribe-bar-form .tribe-bar-submit input[type=submit]:hover {
  background-color: #4d4d4d;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
h3.tribe-events-month-event-title a:before,
h2.tribe-events-list-event-title a:before {
  content: '';
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  background-color: #055495;
  margin-right: 5px;
}
.tribe-events-category-entertainment h3.tribe-events-month-event-title a:before,
.tribe-events-category-entertainment h2.tribe-events-list-event-title a:before {
  background-color: #9951a0;
}
.tribe-events-category-commemoration h3.tribe-events-month-event-title a:before,
.tribe-events-category-commemoration h2.tribe-events-list-event-title a:before {
  background-color: #3d2e7f;
}
.tribe-events-category-cultural h3.tribe-events-month-event-title a:before,
.tribe-events-category-cultural h2.tribe-events-list-event-title a:before {
  background-color: #6f2a7c;
}
.tribe-events-category-education h3.tribe-events-month-event-title a:before,
.tribe-events-category-education h2.tribe-events-list-event-title a:before {
  background-color: #d02c91;
}
.tribe-events-category-family h3.tribe-events-month-event-title a:before,
.tribe-events-category-family h2.tribe-events-list-event-title a:before {
  background-color: #59c1b7;
}
.tribe-events-category-fundraising h3.tribe-events-month-event-title a:before,
.tribe-events-category-fundraising h2.tribe-events-list-event-title a:before {
  background-color: #03B3DE;
}
.tribe-events-category-holidays-observances h3.tribe-events-month-event-title a:before,
.tribe-events-category-holidays-observances h2.tribe-events-list-event-title a:before {
  background-color: #3caa69;
}
.tribe-events-category-sports-wellness h3.tribe-events-month-event-title a:before,
.tribe-events-category-sports-wellness h2.tribe-events-list-event-title a:before {
  background-color: #2c8240;
}
.tribe-events-category-theatre h3.tribe-events-month-event-title a:before,
.tribe-events-category-theatre h2.tribe-events-list-event-title a:before {
  background-color: #f28a20;
}
.tribe-events-category-tikun-olam h3.tribe-events-month-event-title a:before,
.tribe-events-category-tikun-olam h2.tribe-events-list-event-title a:before {
  background-color: #d31e41;
}
#secondary #menu-event-categories li {
  display: inline-block;
  margin: 8px;
}
#secondary #menu-event-categories li a {
  color: #fff;
  background-color: #055495;
  padding: 8px 20px;
}
#secondary #menu-event-categories li a:hover {
  background-color: #04487f;
}
#secondary #menu-event-categories li.tribe-events-category-entertainment a {
  background-color: #9951a0;
}
#secondary #menu-event-categories li.tribe-events-category-entertainment a:hover {
  background-color: #7f4385;
}
#secondary #menu-event-categories li.tribe-events-category-commemoration a {
  background-color: #3d2e7f;
}
#secondary #menu-event-categories li.tribe-events-category-commemoration a:hover {
  background-color: #2f2361;
}
#secondary #menu-event-categories li.tribe-events-category-cultural a {
  background-color: #6f2a7c;
}
#secondary #menu-event-categories li.tribe-events-category-cultural a:hover {
  background-color: #461b4e;
}
#secondary #menu-event-categories li.tribe-events-category-education a {
  background-color: #d02c91;
}
#secondary #menu-event-categories li.tribe-events-category-education a:hover {
  background-color: #ae257a;
}
#secondary #menu-event-categories li.tribe-events-category-family a {
  background-color: #59c1b7;
}
#secondary #menu-event-categories li.tribe-events-category-family a:hover {
  background-color: #42b0a5;
}
#secondary #menu-event-categories li.tribe-events-category-fundraising a {
  background-color: #03B3DE;
}
#secondary #menu-event-categories li.tribe-events-category-fundraising a:hover {
  background-color: #0293b6;
}
#secondary #menu-event-categories li.tribe-events-category-holidays-observances a {
  background-color: #3caa69;
}
#secondary #menu-event-categories li.tribe-events-category-holidays-observances a:hover {
  background-color: #318c56;
}
#secondary #menu-event-categories li.tribe-events-category-sports-wellness a {
  background-color: #2c8240;
}
#secondary #menu-event-categories li.tribe-events-category-sports-wellness a:hover {
  background-color: #226431;
}
#secondary #menu-event-categories li.tribe-events-category-theatre a {
  background-color: #f28a20;
}
#secondary #menu-event-categories li.tribe-events-category-theatre a:hover {
  background-color: #dc760d;
}
#secondary #menu-event-categories li.tribe-events-category-tikun-olam a {
  background-color: #d31e41;
}
#secondary #menu-event-categories li.tribe-events-category-tikun-olam a:hover {
  background-color: #8c142b;
}
a[class*="tribe-events-category-"] {
  background-color: #4ebed9;
}
a[class*="tribe-events-category-"]:hover {
  background-color: #2db1d1;
}
a.tribe-events-category-federation {
  background-color: #e0b50b;
}
a.tribe-events-category-federation:hover {
  background-color: #b99609;
}
a.tribe-events-category-commemoration {
  background-color: #3d2e7f;
}
a.tribe-events-category-commemoration:hover {
  background-color: #2f2361;
}
a.tribe-events-category-cultural {
  background-color: #6f2a7c;
}
a.tribe-events-category-cultural:hover {
  background-color: #461b4e;
}
a.tribe-events-category-education {
  background-color: #d02c91;
}
a.tribe-events-category-education:hover {
  background-color: #ae257a;
}
a.tribe-events-category-entertainment {
  background-color: #9951a0;
}
a.tribe-events-category-entertainment:hover {
  background-color: #7f4385;
}
a.tribe-events-category-family {
  background-color: #59c1b7;
}
a.tribe-events-category-family:hover {
  background-color: #42b0a5;
}
a.tribe-events-category-fundraising {
  background-color: #03B3DE;
}
a.tribe-events-category-fundraising:hover {
  background-color: #0293b6;
}
a.tribe-events-category-holidays-observances {
  background-color: #3caa69;
}
a.tribe-events-category-holidays-observances:hover {
  background-color: #318c56;
}
a.tribe-events-category-sports-wellness {
  background-color: #2c8240;
}
a.tribe-events-category-sports-wellness:hover {
  background-color: #226431;
}
a.tribe-events-category-theatre {
  background-color: #f28a20;
}
a.tribe-events-category-theatre:hover {
  background-color: #dc760d;
}
a.tribe-events-category-tikun-olam {
  background-color: #d31e41;
}
a.tribe-events-category-tikun-olam:hover {
  background-color: #8c142b;
}
#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-right,
#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-right {
  min-width: 120px;
}
