/*!
Theme Name: Penton Registry
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.23
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: penton-registry
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Penton Registry is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  font-family: "Instrument Sans", "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
  height: auto;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

p {
  text-wrap: pretty;
}

h1, h2, h3, h4, h5, h6 {
  text-wrap: balance;
}

#root, #__next {
  isolation: isolate;
}

:root {
  --type-sm: clamp(0.8rem, 0.24vi + 0.74rem, 0.94rem);
  --type-base: clamp(1rem, 0.31vi + 0.92rem, 1.19rem);
  --type-md: clamp(1.25rem, 0.41vi + 1.15rem, 1.5rem);
  --type-lg: clamp(1.56rem, 0.53vi + 1.43rem, 1.89rem);
  --type-xl: clamp(1.95rem, 0.7vi + 1.78rem, 2.38rem);
  --type-xxl: clamp(2.44rem, 0.91vi + 2.21rem, 2.99rem);
  --type-xxxl: clamp(3.05rem, 1.19vi + 2.75rem, 3.77rem);
}

@font-face {
  font-family: "Metropolis";
  src: url("fonts/metropolis/Metropolis-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Metropolis";
  src: url("fonts/metropolis/Metropolis-BlackItalic.woff2") format("woff2");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Metropolis";
  src: url("fonts/metropolis/Metropolis-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Metropolis";
  src: url("fonts/metropolis/Metropolis-LightItalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1.25;
  font-family: "Metropolis", sans-serif;
}

h1 {
  font-size: var(--type-xxxl);
  color: #231f20;
}

h1.entry-title {
  font-size: var(--type-xxl);
  font-weight: 300;
  line-height: 1;
  margin-top: 12px;
}

h2 {
  font-size: var(--type-xxl);
  color: #231f20;
}

.pnw-registry-entry h2 {
  margin: 21px 0 12px 0;
}

h3 {
  font-size: var(--type-xl);
  color: #231f20;
}

.pnw-registry-entry h3, h3.pnw-registry-gallery-title {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  font-size: var(--type-base);
  font-weight: bold;
}

h4 {
  font-size: var(--type-lg);
  color: #231f20;
}

h5 {
  font-size: var(--type-md);
  color: #231f20;
}

h6 {
  font-size: var(--type-base);
  color: #231f20;
}

body {
  line-height: 1.4;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

a {
  color: #231f20;
  text-decoration: underline;
}

a:hover {
  color: #243973;
}

p {
  margin: 0 0 20px 0;
  font-size: var(--type-base);
  line-height: 1.4;
}

ul, ol {
  margin: 0 0 10px 0;
  padding-inline-start: 40px;
  font-size: var(--type-base);
  line-height: 1.4;
}

.wp-block-separator {
  border-top: 1px solid #5b5b64;
  margin: 1.5rem 0;
}

header#masthead {
  width: 100%;
  padding: 5px 30px 5px 30px;
  display: flex;
  justify-content: center;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  background-color: #ffffff;
  z-index: 1;
  position: relative;
}

.site-branding {
  display: flex;
  align-items: center;
}

.site-logo {
  display: flex;
}

.site-logo img {
  width: 120px;
  height: auto;
}

.site-title {
  padding-left: 12px;
}

.site-title p {
  margin: 0;
}

main#primary {
  width: 100%;
  font-size: var(--type-base);
}

main article {
  margin: 25px auto;
  padding: 20px;
  width: 100%;
  max-width: 960px;
}

div.post-thumbnail img {
  border-radius: 12px;
}

.pnw-registry-entry {
  margin-top: 16px;
}

footer#colophon {
  width: 100%;
  padding: 20px;
  background-color: #f8f8f8;
  text-align: center;
}

button, .button, .wp-block-button__link, .wp-element-button, input[type=submit] {
  background-color: #0073aa;
  border-radius: 0.33rem;
  border-width: 0;
  color: #fff;
  font-family: inherit;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: inherit;
  padding-top: 0.6rem;
  padding-right: 1rem;
  padding-bottom: 0.6rem;
  padding-left: 1rem;
  text-decoration: none;
}
button:hover, .button:hover, .wp-block-button__link:hover, .wp-element-button:hover, input[type=submit]:hover {
  background-color: rgb(0, 63.25, 93.5);
  color: #fff;
  cursor: pointer;
}
button:visited, .button:visited, .wp-block-button__link:visited, .wp-element-button:visited, input[type=submit]:visited {
  color: #fff;
}
button:active, .button:active, .wp-block-button__link:active, .wp-element-button:active, input[type=submit]:active {
  color: #fff;
}

#hero-section {
  width: 100%;
  height: 600px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.hero-content {
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #231f20;
  background-color: #ffffff;
  border-radius: 24px;
  padding: 60px;
  margin-left: 20px;
}
@media (max-width: 1400px) {
  .hero-content {
    margin-left: 30px;
  }
}

.hero-content a.button {
  margin-top: 30px;
}

section.brands-section {
  width: 100%;
  padding: 25px 0;
}

figure.scroller-wrapper {
  display: flex;
  block-size: var(--scroller-item-height);
  overflow-x: hidden;
  position: relative;
  -webkit-mask-image: linear-gradient(to right, hsla(0, 0%, 0%, 0), hsl(0, 0%, 0%) 12%, hsl(0, 0%, 0%) 88%, hsla(0, 0%, 0%, 0));
  mask-image: linear-gradient(to right, hsla(0, 0%, 0%, 0), hsl(0, 0%, 0%) 12%, hsl(0, 0%, 0%) 88%, hsla(0, 0%, 0%, 0));
  position: relative;
}

figure.scroller-wrapper a {
  width: var(--scroller-item-width);
  height: var(--scroller-item-height);
  --scroller-item-offset: max(
    calc(var(--scroller-item-width) * var(--scroller-items)),
    calc(100% + var(--scroller-item-width))
  );
  --scroller-delay: calc(var(--scroller-duration) / var(--scroller-items) * (var(--scroller-items) - var(--scroller-item-index)) * -1);
  position: absolute;
  inset-inline-start: var(--scroller-item-offset);
  transform: translateX(-50%);
  animation: scroller-go linear var(--scroller-duration) var(--scroller-delay, 0s) infinite;
}

figure.scroller-wrapper a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  border: 1px solid transparent;
  transition: border-color 0.3s ease-in-out;
  border-radius: 12px;
}

figure.scroller-wrapper a img:hover {
  border-color: #d4d4d8;
  cursor: pointer;
  filter: grayscale(0.4);
}

@keyframes scroller-go {
  to {
    inset-inline-start: calc(var(--scroller-item-width) * -1);
  }
}
.scroller-items-13, .scroller-items-14, .scroller-items-15, .scroller-items-16, .scroller-items-17, .scroller-items-18, .scroller-items-19, .scroller-items-20 {
  --scroller-item-width: 150px;
  --scroller-item-height: 150px;
}

.scroller-items-13 {
  --scroller-items: 13;
  --scroller-duration: 36s;
}

.scroller-items-14 {
  --scroller-items: 14;
  --scroller-duration: 36s;
}

.scroller-items-15 {
  --scroller-items: 15;
  --scroller-duration: 36s;
}

.scroller-items-16 {
  --scroller-items: 16;
  --scroller-duration: 90s;
}

.scroller-items-17 {
  --scroller-items: 17;
  --scroller-duration: 48s;
}

.scroller-items-18 {
  --scroller-items: 18;
  --scroller-duration: 50s;
}

.scroller-items-19 {
  --scroller-items: 19;
  --scroller-duration: 52s;
}

.scroller-items-20 {
  --scroller-items: 20;
  --scroller-duration: 54s;
}

figure.scroller-wrapper a:nth-of-type(1) {
  --scroller-item-index: 1;
}

figure.scroller-wrapper a:nth-of-type(2) {
  --scroller-item-index: 2;
}

figure.scroller-wrapper a:nth-of-type(3) {
  --scroller-item-index: 3;
}

figure.scroller-wrapper a:nth-of-type(4) {
  --scroller-item-index: 4;
}

figure.scroller-wrapper a:nth-of-type(5) {
  --scroller-item-index: 5;
}

figure.scroller-wrapper a:nth-of-type(6) {
  --scroller-item-index: 6;
}

figure.scroller-wrapper a:nth-of-type(7) {
  --scroller-item-index: 7;
}

figure.scroller-wrapper a:nth-of-type(8) {
  --scroller-item-index: 8;
}

figure.scroller-wrapper a:nth-of-type(9) {
  --scroller-item-index: 9;
}

figure.scroller-wrapper a:nth-of-type(10) {
  --scroller-item-index: 10;
}

figure.scroller-wrapper a:nth-of-type(11) {
  --scroller-item-index: 11;
}

figure.scroller-wrapper a:nth-of-type(12) {
  --scroller-item-index: 12;
}

figure.scroller-wrapper a:nth-of-type(13) {
  --scroller-item-index: 13;
}

figure.scroller-wrapper a:nth-of-type(14) {
  --scroller-item-index: 14;
}

figure.scroller-wrapper a:nth-of-type(15) {
  --scroller-item-index: 15;
}

figure.scroller-wrapper a:nth-of-type(16) {
  --scroller-item-index: 16;
}

figure.scroller-wrapper a:nth-of-type(17) {
  --scroller-item-index: 17;
}

figure.scroller-wrapper a:nth-of-type(18) {
  --scroller-item-index: 18;
}

figure.scroller-wrapper a:nth-of-type(19) {
  --scroller-item-index: 19;
}

figure.scroller-wrapper a:nth-of-type(20) {
  --scroller-item-index: 20;
}

.pnw-registry-gallery ul.pnw-registry-gallery-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.pnw-registry-gallery ul.pnw-registry-gallery-list li {
  flex: 1 1 calc(20% - 10px);
  box-sizing: border-box;
}
.pnw-registry-gallery ul.pnw-registry-gallery-list li img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  transition: transform 0.3s ease;
}
.pnw-registry-gallery ul.pnw-registry-gallery-list li img:hover {
  transform: scale(1.05);
}

nav.navigation.post-navigation {
  margin: 78px auto 128px auto;
  max-width: 920px;
}

div.nav-links {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 12px;
}
div.nav-links img {
  width: 96px;
  height: auto;
}
div.nav-links:has(> :nth-child(1)):has(.nav-next) {
  justify-content: end;
}
div.nav-links:has(> :nth-child(2)):has(.nav-next) {
  justify-content: space-between;
}

div.nav-links .nav-next-wrap, div.nav-links .nav-prev-wrap {
  width: 230px;
  position: relative;
}

.nav-prev-wrap img.nav-thumbnail {
  position: absolute;
  left: 30px;
  border-radius: 6px;
}

.nav-next-wrap img.nav-thumbnail {
  position: absolute;
  right: 34px;
  border-radius: 6px;
}

.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  text-align: left;
}

.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: left;
}

.nav-next-heading, .nav-prev-heading {
  color: #231f20;
  font-weight: 900;
  font-size: 44px;
  line-height: 1;
  text-transform: uppercase;
  margin: 0;
  transform-origin: 0 0;
  transform: rotate(90deg);
  z-index: 2;
  opacity: 0.5;
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
}

.nav-next-heading {
  position: absolute;
  left: auto;
  right: -103px;
  top: -1px;
}

.nav-prev-heading {
  position: absolute;
  left: 34px;
  top: -1px;
}

.nav-next-text, .nav-prev-text {
  position: absolute;
  background-color: none;
  width: 132px;
  height: 50px;
  top: 0;
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
}

.nav-next-text {
  right: 0;
}

.nav-prev-text {
  left: 96px;
}

div.nav-links img.nav-next-arrow {
  position: absolute;
  width: 100px;
  height: 50px;
  rotate: 180deg;
  right: 130px;
  top: 25px;
  opacity: 0.5;
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
}

div.nav-links img.nav-prev-arrow {
  position: absolute;
  width: 100px;
  height: 50px;
  left: 30px;
  top: 25px;
  opacity: 0.5;
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
}

.nav-next-cat-text {
  font-size: 12px;
}

.nav-next-title-text {
  font-size: 16px;
  position: absolute;
  margin: 0;
  left: -81px;
  top: 38px;
  color: #fff;
}

.nav-prev-title-text {
  font-size: 16px;
  position: absolute;
  margin: 0;
  left: 54px;
  top: 38px;
  color: #fff;
}

.nav-previous a, .nav-next a {
  text-decoration: none;
}

.nav-previous a:hover, .nav-previous a:focus, .nav-next a:hover, .nav-next a:focus {
  color: #ffffff;
}
.nav-previous a:hover div .nav-next-prev-text, .nav-previous a:focus div .nav-next-prev-text, .nav-next a:hover div .nav-next-prev-text, .nav-next a:focus div .nav-next-prev-text {
  background-color: rgba(0, 0, 0, 0.7);
}
.nav-previous a:hover div .nav-next-heading, .nav-previous a:hover div .nav-prev-heading, .nav-previous a:hover img.nav-next-arrow, .nav-previous a:hover img.nav-prev-arrow, .nav-previous a:focus div .nav-next-heading, .nav-previous a:focus div .nav-prev-heading, .nav-previous a:focus img.nav-next-arrow, .nav-previous a:focus img.nav-prev-arrow, .nav-next a:hover div .nav-next-heading, .nav-next a:hover div .nav-prev-heading, .nav-next a:hover img.nav-next-arrow, .nav-next a:hover img.nav-prev-arrow, .nav-next a:focus div .nav-next-heading, .nav-next a:focus div .nav-prev-heading, .nav-next a:focus img.nav-next-arrow, .nav-next a:focus img.nav-prev-arrow {
  opacity: 1;
}

.nav-previous a span.nav-prev-icon, .nav-next a span.nav-next-icon {
  position: relative;
}

.nav-previous a span.nav-prev-icon svg, .nav-next a span.nav-next-icon svg {
  position: relative;
  height: 24px;
  width: 24px;
  vertical-align: middle;
  fill: #204569;
}

.nav-previous a span.nav-prev-icon svg, .nav-next a span.nav-next-icon svg {
  position: relative;
  height: 24px;
  width: 24px;
  vertical-align: middle;
  fill: #204569;
  top: -2px;
}

.nav-previous a:hover span.nav-prev-icon svg, .nav-previous a:focus span.nav-prev-icon svg, .nav-next a:hover span.nav-next-icon svg, .nav-next a:focus span.nav-next-icon svg {
  fill: #5691CB;
}

#site-navigation {
  display: flex;
  align-items: center;
}
#site-navigation ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}
#site-navigation .menu-item {
  margin: 0 12px;
}
#site-navigation .menu-item a {
  text-decoration: none;
}
#site-navigation .menu-item a:hover, #site-navigation .menu-item a:focus {
  text-decoration: underline;
}

#site-navigation .menu-wrapper {
  display: flex;
}
@media (max-width: 768px) {
  #site-navigation .menu-wrapper {
    display: none;
  }
}

button.menu-toggle {
  background: none;
  border: none;
  cursor: pointer;
  display: none;
}
@media (max-width: 768px) {
  button.menu-toggle {
    display: block;
  }
}
button.menu-toggle svg {
  width: 24px;
  height: 24px;
  stroke: #231f20;
}

p.comment-form-comment {
  display: flex;
  flex-direction: column;
}

p.comment-form-comment label .required {
  color: #dc3232;
}

div#comments {
  padding: 0 20px;
  margin: 0 auto;
  text-align: left;
  max-width: 920px;
}
@media (max-width: 768px) {
  div#comments > * {
    padding-left: 12px;
    padding-right: 12px;
  }
}

div.reply {
  margin-bottom: 12px;
}

ol.comment-list {
  margin: 0 0 12px 0;
  border-left: none;
  padding-left: 0;
}

ol.comment-list li {
  display: block;
}

ol.comment-list > li > ol.children {
  margin: 0 0 12px 0;
  border-left: 2px solid rgb(25.2173913043, 105.2826086957, 43.5);
  padding-left: 24px;
}

ol.comment-list > li > ol.children > li > ol.children {
  margin: 0 0 12px 0;
  border-left: 2px solid rgb(20.2898550725, 84.7101449275, 35);
  padding-left: 24px;
}

ol.comment-list > li > ol.children > li > ol.children > li > ol.children {
  margin: 0 0 12px 0;
  border-left: 2px solid rgb(15.3623188406, 64.1376811594, 26.5);
  padding-left: 24px;
}

ol.comment-list > li > ol.children > li > ol.children > li > ol.children > li > ol.children {
  margin: 0 0 12px 0;
  border-left: 2px solid rgb(10.4347826087, 43.5652173913, 18);
  padding-left: 24px;
}

ol.comment-list > li > ol.children > li > ol.children > li > ol.children > li > ol.children > li > ol.children {
  margin: 0 0 12px 0;
  border-left: 2px solid rgb(5.5072463768, 22.9927536232, 9.5);
  padding-left: 24px;
}

ol.comment-list > li > ol.children > li > ol.children > li > ol.children > li > ol.children > li > ol.children > li > ol.children {
  margin: 0 0 12px 0;
  border-left: 2px solid rgb(0.5797101449, 2.4202898551, 1);
  padding-left: 24px;
}

ol.comment-list > li > ol.children > li > ol.children > li > ol.children > li > ol.children > li > ol.children > li > ol.children > li > ol.children {
  margin: 0 0 12px 0;
  border-left: 2px solid hsl(133.7007874016, 61.3526570048%, -4.4117647059%);
  padding-left: 24px;
}

ol.comment-list > li > ol.children > li > ol.children > li > ol.children > li > ol.children > li > ol.children > li > ol.children > li > ol.children > li > ol.children {
  margin: 0 0 12px 0;
  border-left: 2px solid hsl(133.7007874016, 61.3526570048%, -9.4117647059%);
  padding-left: 24px;
}

ol.comment-list > li > ol.children > li > ol.children > li > ol.children > li > ol.children > li > ol.children > li > ol.children > li > ol.children > li > ol.children > li > ol.children {
  margin: 0 0 12px 0;
  border-left: 2px solid hsl(133.7007874016, 61.3526570048%, -14.4117647059%);
  padding-left: 24px;
}

ol.comment-list > li > ol.children > li > ol.children > li > ol.children > li > ol.children > li > ol.children > li > ol.children > li > ol.children > li > ol.children > li > ol.children > li > ol.children {
  margin: 0 0 12px 0;
  border-left: 2px solid hsl(133.7007874016, 61.3526570048%, -19.4117647059%);
  padding-left: 24px;
}

ul, ol {
  margin: 0 0 3em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 0.75em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}/*# sourceMappingURL=style.css.map */