/*
* custom styles for the event manager plugin
*
*/

.wp-child-theme-hybridmagChild .em.em-list-widget .em-item {
  flex-wrap: wrap; /* original no-wrap causes responsiveness issues. */
  margin-bottom: 1em !important; /* Important because event manager itself uses important */
}

.wp-child-theme-hybridmagChild .em.pixelbones a {
  color: var(--hybridmag-color-link) !important; /* Important because event manager itself uses important */
}

.wp-child-theme-hybridmagChild .em.pixelbones a:hover {
  color: var(--hybridmag-color-link-hover) !important; /* Important because event manager itself uses important */
}

.wp-child-theme-hybridmagChild .em.pixelbones .input button.button-primary {
  background-color: var(--hybridmag-color-button-background) !important;
  border-color: var(--hybridmag-color-border) !important;
  color: var(--hybridmag-color-button-text) !important;
}

.wp-child-theme-hybridmagChild .em.pixelbones .input button.button-primary:hover {
  background-color: var(--hybridmag-color-button-hover-background) !important;
  border-color: var(--hybridmag-color-border) !important;
  color: var(--hybridmag-color-button-hover-text) !important;
}