/**
 * Theme Name: CrossPoint Medical Management
 * Template:   twentytwentyfive
 * Version: 1.0.1
 */
html,
body {
  height: 100%;
}
a {
  transition: all 0.35s;
}
.wp-block-button__link {
 word-break: normal;
}
.wp-block-separator {
  max-width: 125px;
}
.wp-site-blocks {
  position: relative;
  min-height: 100%;
}
header.wp-block-template-part li.wp-block-navigation-link a.active {
  color: var(--wp--preset--color--accent-1) !important;
}
header.affix {
  color: var(--wp--preset--color--accent-1) !important;
  font-size: 14px;
}
footer.wp-block-template-part {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
#contact a:hover,
#contact a:focus,
footer.wp-block-template-part
  .wp-block-navigation
  li.wp-block-navigation-link:hover,
footer.wp-block-template-part
  .wp-block-navigation
  li.wp-block-navigation-link:focus,
footer.wp-block-template-part
  .wp-block-navigation
  .wp-block-navigation-item__content.wp-block-navigation-item__content:hover,
footer.wp-block-template-part
  .wp-block-navigation
  .wp-block-navigation-item__content.wp-block-navigation-item__content:focus {
  color: var(--wp--preset--color--accent-1) !important;
  text-decoration: underline;
  cursor: pointer;
}
@media (min-width: 600px) {
  .entry-content {
    padding-bottom: 175px;
  }
}
@media (max-width: 599px) {
  .entry-content {
    padding-bottom: 115px;
  }
}
