/* 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%;
}
html,
body,
html a {
  -webkit-font-smoothing: antialiased !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  padding-top: 88px;
  font-family: var(--wp--preset--font-family--sfpro);
}
a:not(.btn),
a:not(.btn):active {
  border: 0;
  outline: 0;
}
img {
  border: 0;
  outline: 0;
  height: auto;
  max-width: 100%;
}
.aligncenter {
  text-align: center;
}
td {
  font-size: var(--wp--preset--font-size--regular);
}
.has-white-color a {
  color: white;
  text-underline-offset: 2px;
}
/* page layout */
#wrapper {
  margin: 0 auto;
}
/* buttons */
.btn {
  font-family: var(--wp--preset--font-family--titillium);
  text-transform: uppercase;
  text-decoration: none;
  padding: 16px 32px;
}
.btn,
.btn:hover,
.btn:active {
  background-color: var(--wp--preset--color--blue);
  border-color: var(--wp--preset--color--blue);
  transition: all 0.2s ease-in-out;
}
.btn:hover {
  filter: brightness(0.8);
}
.wp-block-button__link {
  transition: all 0.2s ease-in-out;
}
.wp-block-button__link:hover {
  background-color: #047daa !important;
  transition: all 0.2s ease-in-out;
}
.wp-block-button__link.has-white-background-color:hover {
  background-color: var(--wp--preset--color--blue) !important;
  color: white !important;
}
/* header */
#header {
  position: fixed;
  background: var(--wp--preset--color--blue);
  top: 0;
  left: 0;
  right: 0;
  padding: 0 12px;
  z-index: 10;
}
#header #header-logo {
  display: none;
}
/* top menu */
.menu {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  padding: 0;
  margin: 0;
}
.menu li {
  list-style-type: none;
}
.menu a {
  display: block;
  text-decoration: none;
}
nav#top-menu a {
  color: var(--wp--preset--color--white);
  font-family: var(--wp--preset--font-family--titillium);
  text-transform: uppercase;
  font-weight: bolder;
  font-size: 1.25rem;
  padding: 28px;
  white-space: nowrap;
  transition: padding 0.2s ease-in-out;
}
.menu-docked nav#top-menu a {
  padding: 8px 20px;
  transition: padding 0.2s ease-in-out;
}
nav#top-menu a span {
  position: relative;
}
nav#top-menu a span:after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0%;
  transition: width 0.2s ease-in-out;
  height: 1px;
  background-color: var(--wp--preset--color--white);
}
nav#top-menu a:hover span:after {
  width: 100%;
  transition: width 0.2s ease-in-out;
}
/* footer */
#footer {
  background: var(--wp--preset--color--blue);
  color: var(--wp--preset--color--white);
  padding-top: 40px;
  padding-bottom: 40px;
  z-index: 10;
}
#footer,
#footer p {
  font-size: 1rem;
}
#footer p.address {
  margin-bottom: 36px;
}
#footer .copyright p {
  text-align: right;
}
#footer a {
  color: var(--wp--preset--color--white);
  text-decoration: underline;
}
#footer .container-fluid {
  max-width: 1140px;
}
#footer .location:last-child p {
  text-align: right;
}
#footer .row:first-child {
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
#footer .row:first-child:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 12px;
  right: 12px;
  border-bottom: 1px solid var(--wp--preset--color--white);
}
nav#footer-menu .menu {
  justify-content: flex-start;
}
nav#footer-menu a {
  color: var(--wp--preset--color--white);
  padding: 8px 16px;
  font-size: 1rem;
}
nav#footer-menu li:first-child a {
  padding-left: 0;
}
nav#footer-menu li:last-child a {
  padding-right: 0;
}
.socialLinks {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}
.socialLinks a {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  height: 42px;
  width: 42px;
  margin: 0 8px;
}
.socialLinks a.social-twitter {
  background-image: url('/wp-content/themes/nikkipenny/img/twitter.svg');
}
.socialLinks a.social-facebook {
  background-image: url('/wp-content/themes/nikkipenny/img/facebook.svg');
}
.socialLinks a.social-instagram {
  background-image: url('/wp-content/themes/nikkipenny/img/instagram.svg');
}
.socialLinks a.social-vimeo {
  background-image: url('/wp-content/themes/nikkipenny/img/vimeo.svg');
}
.servicesList {
  padding-top: 64px;
}
.servicesList .service {
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 10%;
  text-align: center;
}
.servicesList .service .wp-post-image {
  margin-bottom: 16px;
}
.servicesList .service a:first-child {
  flex-shrink: 0;
}
.servicesList .service h2 {
  line-height: 120%;
  font-weight: 300;
  margin: 0;
  font-size: 1.6rem;
}
.servicesList .service a {
  text-decoration: none;
  text-transform: uppercase;
}
.teamMembers .container-fluid {
  max-width: 1140px;
}
.teamMembers .team-member {
  margin-bottom: 32px;
}
.teamMembers .team-member a {
  display: block;
}
.teamMembers .team-member a img {
  transition: all 0.2s ease-in-out;
}
.teamMembers .team-member a:hover img {
  transform: scale(1.03);
  transition: all 0.2s ease-in-out;
}
.single-team-member .btn {
  display: inline-block;
  margin: 16px 0;
}
.single-team-member .wp-block-uagb-container {
  display: flex;
  justify-content: center;
  padding: 96px 0;
}
.the-content a {
  text-decoration: underline;
}
.the-content .wp-block-buttons a {
  text-decoration: none;
}
figure.wp-block-gallery {
  margin-bottom: 0;
}
/* cookie bot */
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
  background-color: var(--wp--preset--color--blue) !important;
  border-color: var(--wp--preset--color--blue) !important;
}
#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonCustomize,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
  border-color: var(--wp--preset--color--blue) !important;
}
@media (max-width: 1366px) {
  nav#top-menu a {
    padding: 18px;
  }
}
@media (max-width: 921px) {
  #header {
    background-color: var(--wp--preset--color--blue);
    height: 54px;
  }
  #header #header-logo {
    display: flex;
    flex-flow: row nowrap;
    gap: 18px;
    font-family: "Titillium Web";
    text-transform: uppercase;
    line-height: 54px;
    color: var(--wp--preset--color--white);
    text-decoration: none;
    font-weight: 600;
    font-size: 1.5rem;
  }
  #header #header-logo img {
    display: block;
    max-height: 45px;
    width: auto;
    padding-top: 8px;
  }
  nav#top-menu {
    position: fixed;
    top: 54px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    background: var(--wp--preset--color--blue);
    transform: translateX(100%);
    transition: all 0.2s ease-in-out;
  }
  .menu-open nav#top-menu {
    transform: translateX(0);
    transition: all 0.2s ease-in-out;
  }
  nav#top-menu ul {
    flex-flow: column nowrap;
    justify-content: center;
    height: 100%;
  }
  nav#top-menu a {
    text-align: center;
  }
  #menu-toggle {
    position: absolute;
    top: 16px;
    right: 14px;
    display: block;
    width: 30px;
    z-index: 998;
    /* toggle link */
    /* menu open */
  }
  #menu-toggle:hover {
    text-decoration: none !important;
  }
  #menu-toggle:focus {
    text-decoration: none;
  }
  #menu-toggle i {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 50%;
    margin-bottom: 10px;
    display: block;
    /* bar 1 */
    /* bar 2 */
    /* bar 3 */
    /* odd bars */
  }
  #menu-toggle i span {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 2px;
    opacity: 1;
    z-index: 999;
    background-color: var(--wp--preset--color--white);
    -webkit-transition: background-color 0.5s ease-in-out 0, opacity 0.5s ease-in-out 0.3s;
    -khtml-transition: background-color 0.5s ease-in-out 0, opacity 0.5s ease-in-out 0.3s;
    -moz-transition: background-color 0.5s ease-in-out 0, opacity 0.5s ease-in-out 0.3s;
    transition: background-color 0.5s ease-in-out 0, opacity 0.5s ease-in-out 0.3s;
  }
  #menu-toggle i span:nth-of-type(1) {
    top: 0;
  }
  #menu-toggle i span:nth-of-type(2) {
    top: 9px;
    -webkit-transition: background-color 0.2s ease-in-out 0s, opacity 0s ease-in-out 0.5s;
    -khtml-transition: background-color 0.2s ease-in-out 0s, opacity 0s ease-in-out 0.5s;
    -moz-transition: background-color 0.2s ease-in-out 0s, opacity 0s ease-in-out 0.5s;
    transition: background-color 0.2s ease-in-out 0s, opacity 0s ease-in-out 0.5s;
  }
  #menu-toggle i span:nth-of-type(3) {
    top: 18px;
  }
  #menu-toggle i span:nth-of-type(odd) {
    -webkit-transition: background-color 0.2s ease-in-out 0s, transform 0.3s ease-in-out 0s, top 0.3s ease-in-out 0.3s;
    -khtml-transition: background-color 0.2s ease-in-out 0s, transform 0.3s ease-in-out 0s, top 0.3s ease-in-out 0.3s;
    -moz-transition: background-color 0.2s ease-in-out 0s, transform 0.3s ease-in-out 0s, top 0.3s ease-in-out 0.3s;
    transition: background-color 0.2s ease-in-out 0s, transform 0.3s ease-in-out 0s, top 0.3s ease-in-out 0.3s;
  }
  .menu-open #menu-toggle {
    /* dropdown bars */
  }
  .menu-open #menu-toggle i {
    /* bar 1 */
    /* bar 2 */
    /* bar 3 */
    /* odd bars */
  }
  .menu-open #menu-toggle i span {
    background-color: var(--wp--preset--color--white);
  }
  .menu-open #menu-toggle i span:nth-of-type(1) {
    top: 9px;
    -webkit-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .menu-open #menu-toggle i span:nth-of-type(2) {
    opacity: 0;
    -webkit-transition: background-color 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s;
    -khtml-transition: background-color 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s;
    -moz-transition: background-color 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s;
    transition: background-color 0.2s ease-in-out 0s, opacity 0.2s ease-in-out 0s;
  }
  .menu-open #menu-toggle i span:nth-of-type(3) {
    top: 9px;
    transform: rotate(-45deg);
  }
  .menu-open #menu-toggle i span:nth-of-type(odd) {
    -webkit-transition: background-color 0.2s ease-in-out 0s, transform 0.1s ease-in-out 0.2s, top 0.1s ease-in-out 0s;
    -khtml-transition: background-color 0.2s ease-in-out 0s, transform 0.1s ease-in-out 0.2s, top 0.1s ease-in-out 0s;
    -moz-transition: background-color 0.2s ease-in-out 0s, transform 0.1s ease-in-out 0.2s, top 0.1s ease-in-out 0s;
    transition: background-color 0.2s ease-in-out 0s, transform 0.1s ease-in-out 0.2s, top 0.1s ease-in-out 0s;
  }
  #footer .location p {
    font-size: 0.8rem;
  }
  #footer .socialLinks {
    order: 3;
    padding-bottom: 16px;
  }
  #footer .copyright p {
    margin-top: 32px;
    text-align: center;
    margin-bottom: 0;
  }
  nav#footer-menu .menu {
    flex-flow: column;
  }
  nav#footer-menu a {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
  .single-team-member .back {
    text-decoration: none;
    display: block;
    padding: 16px 0 16px 0;
    margin-bottom: 32px;
  }
  .single-team-member .wp-block-uagb-container {
    padding: 0 15px;
  }
}
