/* fonts */
@font-face {
  font-family: 'Titillium Web';
  src: url('/wp-content/themes/nikkipenny/fonts/TitilliumWeb-Bold.woff2') format('woff2'), url('/wp-content/themes/nikkipenny/fonts/TitilliumWeb-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Titillium Web';
  src: url('/wp-content/themes/nikkipenny/fonts/TitilliumWeb-Regular.woff2') format('woff2'), url('/wp-content/themes/nikkipenny/fonts/TitilliumWeb-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Titillium Web';
  src: url('/wp-content/themes/nikkipenny/fonts/TitilliumWeb-Italic.woff2') format('woff2'), url('/wp-content/themes/nikkipenny/fonts/TitilliumWeb-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'SF Pro';
  src: url('/wp-content/themes/nikkipenny/fonts/SFPro-Regular.woff2') format('woff2'), url('/wp-content/themes/nikkipenny/fonts/SFPro-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SF Pro';
  src: url('/wp-content/themes/nikkipenny/fonts/SFPro-RegularItalic.woff2') format('woff2'), url('/wp-content/themes/nikkipenny/fonts/SFPro-RegularItalic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
/* vendor prefixes */
/* loading */
@keyframes expandWidth {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes expandWidth {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-moz-keyframes expandWidth {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.body-loading {
  position: fixed;
  z-index: 999999999;
  top: 0;
  left: 0;
  height: 3px;
  background-color: var(--wp--preset--color--white);
  display: none;
}
body.loading .body-loading {
  display: block;
  -webkit-animation: expandWidth 2s linear 1;
  -khtml-animation: expandWidth 2s linear 1;
  -moz-animation: expandWidth 2s linear 1;
  animation: expandWidth 2s linear 1;
}
/* layout */
.constrain {
  position: relative;
}
.center-xy {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.center-x {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -khtml-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}
.center-y {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.fill {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.height100 {
  position: relative;
  min-height: -moz-fill-available;
  min-height: fill-available;
  min-height: 100vh;
}
/* Avoid Chrome to see Safari hack */
@supports (-webkit-touch-callout: none) {
  .height100 {
    /* The hack for Safari */
    min-height: -webkit-fill-available;
  }
}
.fullwidth {
  width: 100%;
}
.fullscreen {
  position: relative;
  min-height: -moz-fill-available;
  min-height: fill-available;
  min-height: 100vh;
  width: 100%;
}
.wp-editor {
  background: #fff;
}
.login h1 a {
  background-size: auto !important;
  height: 167px !important;
}
.theme-options-menu {
  border-bottom: 1px solid #000;
  min-height: 25px;
  display: flex;
  flex-flow: row nowrap;
}
.theme-options-menu a {
  display: block;
  border: solid #bbb;
  border-width: 1px 1px 0 1px;
  line-height: 25px;
  padding: 0 10px;
  color: #000;
  text-decoration: none;
}
.theme-options-menu a.selected {
  background-color: #000;
  color: #fff;
}
.theme-options-menu li {
  margin: 0;
}
.default-thumbnail {
  max-width: 200px;
}
