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

/*
==============================================
Schedule Online Styles
==============================================
*/
.bio-social .fa-calendar:before, 
.bio-connect-links .fa-calendar:before, 
.bio-connect-links .bio-detail-link .fa-calendar:before {
  color: inherit !important;
  top:0;
}
.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: 2px solid var(--medium);
  font-family: var(--font-2);
  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;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.co-schedule .callout-item:hover button, 
.co-schedule.callouts-mobile-slider .callout-item:hover button {
  color: var(--white) !important;
  border: 2px solid var(--white) !important;

}