@import url('../../structure/features/schedule.css');

/*
==============================================
Schedule Online Styles
==============================================
*/
.bio-social .fa-calendar:before {
  color: inherit !important;
}
.co-schedule .callout-item .callout-cta-wrapper button, 
.co-schedule.callouts-mobile-slider .callout-item .callout-cta-wrapper button {
  display: inline-flex;
  color: var(--dark);
  border: 1px solid var(--medium);
  font-family: var(--font-1);
  font-size: 15px;
  line-height: 18px;
  padding: 10px 20px !important;
  font-weight: 400;
  background: none;
  text-transform: uppercase;
  text-decoration: none;
  align-items: center;
  justify-content: center;

}
.co-schedule .callout-item:hover button, 
.co-schedule.callouts-mobile-slider .callout-item:hover button {
  color: var(--white) !important;
  border: 1px solid var(--white) !important;

}