/* Skin-specific styles
----------------------- */
a,
button,
input[type=button],
input[type=submit] {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* The Events Calendar */
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__today-button {
  border-radius: 30px;
}

.tribe-common button.tribe-events-c-search__button:active,
.tribe-events .tribe-events-c-search__button:focus,
.tribe-events .tribe-events-c-search__button:hover,
.tribe-events button.tribe-events-c-search__button:focus,
.tribe-events button.tribe-events-c-search__button:hover,
.tribe-common button.tribe-events-c-search__button,
.tribe-common button.tribe-events-c-search__button:hover,
.tribe-common .tribe-common-c-btn.tribe-events-c-search__button {
  padding: 1.38em 3.5em;
  border-radius: 35px;
}

.tribe-common .tribe-events-view-loader__dots .tribe-common-c-loader__dot {
  border-radius: 50%;
}

.sc_events.sc_events_default .sc_events_item_text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.post_item_single button.wp-block-navigation__submenu-icon {
  background: transparent !important;
  color: revert !important;
}

.widget-container iframe + a[href*="oddspedia.com"] {
  display: none;
}