/*
CTC Separate Stylesheet
Updated: 2022-09-05 23:53:30
*/
:root {
  --color-primary: #ff0066;
  --color-primary-menu: #2c3847;
  --font-familiy-sans: 'Work Sans', sans-serif;
}

.card {
  border: 2px solid #ebeef1;
  padding: 1rem;
}
.card > * {
  margin: 0.5rem;
}

.documentation-page li a {
  color: var(--color-primary-menu);
  font-family: var(--font-familiy-sans);
}
.documentation-page li a[aria-current='page'],
.documentation-page li a:hover,
.main-navigation .current-page-ancestor > a {
  color: var(--color-primary);
  text-decoration: none;
}

.entry-content .enlighter-default {
  border-radius: 0.5rem;
  padding: 1.5rem 0;
}

.wp-block-image {
  box-shadow: 0.3px 0.5px 0.8px hsl(0deg 0% 76% / 0.12),
    0.8px 1.7px 2.4px -0.5px hsl(0deg 0% 76% / 0.17),
    1.8px 3.6px 5.2px -0.9px hsl(0deg 0% 76% / 0.22),
    4px 8.1px 11.7px -1.4px hsl(0deg 0% 76% / 0.26);
}
.wp-block-image.is-style-circle-mask img,
.wp-block-image.is-style-rounded img,
.wp-block-image .is-style-rounded img {
  border-radius: 0.5rem;
}

/* Font Overrides */
/*
h1,
h2,
h3,
h4,
h5,
h6,
thead th,
button,
input[type='button'],
input[type='reset'],
input[type='submit'],
.button,
.more-link,
fieldset legend,
.main-navigation,
.navigation.pagination,
.post-navigation-wrapper .previous .post-title,
.post-navigation-wrapper .next .post-title,
.tags-links a,
.comments-area .comment-author .fn,
.comments-area .reply .comment-reply-link,
.site-description,
.search-modal .search-form .search-field,
.wp-block-button .wp-block-button__link,
.wp-block-file .wp-block-file__button,
.wp-block-quote cite,
.wp-block-quote .wp-block-quote__citation,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large .wp-block-quote__citation,
.wp-block-pullquote cite,
.wp-block-pullquote .wp-block-pullquote__citation,
.wp-block-getwid-testimonial .wp-block-getwid-testimonial__heading,
.wp-block-getwid-person
  .wp-block-getwid-person__content-wrapper
  .wp-block-getwid-person__title,
.wp-block-getwid-person
  .wp-block-getwid-person__content-wrapper
  .wp-block-getwid-person__subtitle,
.wp-block-getwid-banner .wp-block-getwid-banner__title,
.wp-block-getwid-price-box .wp-block-getwid-price-box__pricing,
.wp-block-getwid-counter
  .wp-block-getwid-counter__wrapper
  .wp-block-getwid-counter__number,
.wp-block-getwid-template-post-link {
  font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
    Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', Helvetica Neue,
    sans-serif;
}*/

.autox {
  margin: 0 auto;
}
.hidden {
  display: none;
}
.mt1 {
  margin-top: 1rem;
}
.mt2 {
  margin-top: 2rem;
}

@media (min-width: 992px) {
  .md\:hidden {
    display: none;
  }
  .md\:block {
    display: block;
  }
  .md\:flex {
    display: flex;
  }
  .md\:grow {
    flex-grow: 1;
  }
}
