.tribe-common .tribe-common-anchor-thin {
border: none;
transition: none;
}

.tribe-common a:not(.tribe-common-anchor--unstyle), .tribe-common a:not(.button-medium), .tribe-common a:not(.button-small), .tribe-common a:not(.button-medium):hover , .tribe-common a:not(.tribe-common-anchor--unstyle):active, .tribe-common a:not(.tribe-common-anchor--unstyle):focus, .tribe-common a:not(.tribe-common-anchor--unstyle):hover, .tribe-common a:not(.tribe-common-anchor--unstyle):visited {
    color: #00aeef;
    outline: 0;
    text-decoration: none;
}


.tribe-common div.tribe-events-calendar-list__event-description.tribe-common-b2.tribe-common-a11y-hidden a.button-medium, .tribe-common div.tribe-events-calendar-month-mobile-events__mobile-event-details a.button-medium {

margin-top:20px;
padding: 0px 40px;
border-radius: 100px;
background-color: var(--Light-Blue, #00AEEF);
color: #ffffff;
display: inline-flex;
height: 40px;
min-width: 80px;
justify-content: center;
align-items: center;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 100%; /* 16px */
}

.tribe-common div.tribe-events-calendar-list__event-description.tribe-common-b2.tribe-common-a11y-hidden a.button-medium:hover {
background-color: #0089BC;
}


.tribe-events-calendar-list__event-description.tribe-common-b2.tribe-common-a11y-hidden a.button-medium:hover, .tribe-events-calendar-month-mobile-events__mobile-event-details a.button-medium:hover {
background-color: #0089BC;
}

.post-type-archive-tribe_events .tribe-events-calendar-list__event-description.tribe-common-b2.tribe-common-a11y-hidden, .post-type-archive-tribe_events .tribe-events-calendar-month__event-description.tribe-common-b2.tribe-common-a11y-hidden {
  display: block !important;
  visibility: visible !important;
  margin-top: 10px !important;
}

/* calendar tooltip desktop */
.tribe-common div.tribe-events-calendar-month__calendar-event-tooltip-description.tribe-common-b3 a.button-small, tribe-common a {

margin-top:14px;
padding: 0px 32px;
border-radius: 100px;
background-color: var(--Light-Blue, #00AEEF);
color: #ffffff;
display: inline-flex;
height: 32px;
min-width: 74px;

justify-content: center;
align-items: center;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 100%; /* 16px */
}

.tribe-common div.tribe-events-calendar-month__calendar-event-tooltip-description.tribe-common-b3 a.button-small:hover {
background-color: #0089BC;
}

