@charset "UTF-8";
@import url(/pkgs/admin/reset.css);
:root {
  color-scheme: light dark;
  --text-color: #ffffff;
  --background-color: #000;
  --background-color-alt: #252525;
  --phc-orange: #cb5e30;
  --phc-blue:#2392A1;
}

@font-face {
  font-family: "ArchivoNarrow";
  src: url("fonts/archivonarrow-regular.woff") format("woff"), url("fonts/archivonarrow-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "ArchivoNarrow";
  src: url("fonts/archivonarrow-bold.woff") format("woff"), url("fonts/archivonarrow-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "ArchivoNarrow";
  src: url("fonts/archivonarrow-bolditalic.woff") format("woff"), url("fonts/archivonarrow-bolditalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "ArchivoNarrow";
  src: url("fonts/archivonarrow-italic.woff") format("woff"), url("fonts/archivonarrow-italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "DINCondensed";
  src: url("fonts/29c74db5-200f-494b-b1fc-59a93b0ac1e8.eot?#iefix");
  src: url("fonts/29c74db5-200f-494b-b1fc-59a93b0ac1e8.eot?#iefix") format("eot"), url("fonts/24cac6da-66aa-48cc-b950-fcadf2b76ec5.woff2") format("woff2"), url("fonts/bd659a5c-378a-4055-80a1-69bc94044bac.woff") format("woff"), url("fonts/b9b6e838-c4d8-4301-ab7b-51398c1e0510.ttf") format("truetype");
}
@font-face {
  font-family: "Airstrike";
  src: url("fonts/airstrike.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
:root {
  color-scheme: light dark;
  --text-color: #ffffff;
  --background-color: #000;
  --background-color-alt: #252525;
  --phc-orange: #cb5e30;
  --phc-blue:#2392A1;
}

@font-face {
  font-family: "ArchivoNarrow";
  src: url("fonts/archivonarrow-regular.woff") format("woff"), url("fonts/archivonarrow-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "ArchivoNarrow";
  src: url("fonts/archivonarrow-bold.woff") format("woff"), url("fonts/archivonarrow-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "ArchivoNarrow";
  src: url("fonts/archivonarrow-bolditalic.woff") format("woff"), url("fonts/archivonarrow-bolditalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "ArchivoNarrow";
  src: url("fonts/archivonarrow-italic.woff") format("woff"), url("fonts/archivonarrow-italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "DINCondensed";
  src: url("fonts/29c74db5-200f-494b-b1fc-59a93b0ac1e8.eot?#iefix");
  src: url("fonts/29c74db5-200f-494b-b1fc-59a93b0ac1e8.eot?#iefix") format("eot"), url("fonts/24cac6da-66aa-48cc-b950-fcadf2b76ec5.woff2") format("woff2"), url("fonts/bd659a5c-378a-4055-80a1-69bc94044bac.woff") format("woff"), url("fonts/b9b6e838-c4d8-4301-ab7b-51398c1e0510.ttf") format("truetype");
}
@font-face {
  font-family: "Airstrike";
  src: url("fonts/airstrike.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
body {
  font-family: "ArchivoNarrow", sans-serif;
  font-size: 18px;
  color: var(--text-color);
  background-color: var(--background-color);
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

body.mce-content-body {
  padding: 6px;
}

h1 {
  color: var(--phc-orange);
  font-weight: bold;
  font-size: 1.33em;
  text-transform: uppercase;
}

h2 {
  text-transform: uppercase;
}

h3 {
  text-transform: uppercase;
  margin-top: 2em;
  margin-bottom: 1em;
}

p {
  margin-bottom: 1em;
}

ul {
  padding-left: 0.75em;
}

ul li {
  text-indent: -0.75em;
  margin-bottom: 2px;
}

ul li:before {
  content: "• ";
}

header {
  display: block;
  margin: 0 auto;
  margin-bottom: 6px;
  color: rgb(206, 206, 206);
  text-align: center;
}

header img.logo {
  position: absolute;
  height: 32px;
  top: 10px;
  left: 10px;
}

header img.livescoreLogo {
  margin-top: 10px;
}

header img.text {
  height: 17px;
  margin-top: 16px;
}

header a {
  color: var(--phc-orange);
}

header a.fa-bars,
header a.fa-magnifying-glass {
  position: absolute;
  top: 8px;
  font-size: 36px;
  color: rgb(206, 206, 206);
}

header a.fa-bars {
  right: 8px;
}

header a.fa-magnifying-glass {
  right: 54px;
  font-size: 36px;
}

div.social {
  margin: 1em;
  text-align: center;
}

div.social a {
  padding: 6px;
  font-size: 30px;
  color: rgb(206, 206, 206);
}

footer {
  font-size: 11px;
  text-align: center;
  padding: 24px 12px 12px 12px;
}

form.fullScreenForm {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  padding-top: 104px;
  background: rgba(128, 128, 128, 0.85);
  z-index: 10000;
}

form#searchForm input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 200px;
  border-radius: 15px;
  border: 1px solid #9B9B9B;
  padding: 1px 1px 1px 12px;
  outline: none;
  margin-right: 2px;
  font-size: 24px;
}

#sectionNav, #directoryNav {
  width: 100vw;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  font-family: "Airstrike";
}

#directoryNav a {
  display: inline-block;
  background-color: #d7d7d7;
  border-radius: 8px;
  width: 90vw;
  max-width: 414px;
  font-size: 32px;
  padding: 8px;
  text-align: center;
  margin: 4px 0;
  color: #000;
}

#sectionNav a {
  display: inline-block;
  background-color: #333;
  border-radius: 8px;
  width: 290px;
  font-size: 22px;
  margin: 2px 1px;
  color: #fff;
  text-align: left;
}

#sectionNav a img {
  vertical-align: middle;
  margin: 0 10px;
  max-width: 100px;
  max-height: 100px;
}

form#searchForm a.fas {
  font-size: 36px;
  vertical-align: bottom;
  color: rgb(206, 206, 206);
}

form#emailForm h1 {
  margin-bottom: 1em;
}

form#emailForm input,
form#emailForm textarea {
  width: 300px;
  font-size: 18px;
}

form#emailForm textarea {
  height: 50vh;
}

.userInfo {
  font-family: "DINCondensed";
  margin-left: 30px;
  float: left;
}

.userInfo > span {
  display: inline-block;
  vertical-align: top;
  padding-top: 21px;
}

body {
  background-color: #000;
}

body.chcInside header a.fa-bars {
  top: 6px;
  font-size: 36px;
}

body.chcInside header nav.chcLinks {
  margin-top: 9px;
  margin-right: 40px;
  text-align: left;
}

body.chcInside header nav.chcLinks a {
  display: none;
}

body.chcInside header {
  height: 48px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #000;
  border-bottom: 2px solid var(--phc-blue);
}

body.chcInside.chcAltHeader header {
  border-bottom: 2px solid var(--phc-orange);
}

body.chcInside header img.text {
  display: block;
  height: 8px;
  margin: 0 auto;
  position: absolute;
  left: 6px;
  top: 35px;
}

body.chcInside header form,
body.chcInside header div.userInfo,
body.chcInside header a.fa-magnifying-glass {
  display: none;
}

div.chcContent,
div.centerContainer {
  margin: 0 auto;
  overflow: hidden;
  color: #fff;
  min-height: 100vh;
}

body.chcInside div.chcContent {
  box-sizing: border-box;
  padding-top: 60px;
}

button.modusButton,
a.modusButton {
  background-color: var(--phc-blue);
  border-color: var(--phc-blue);
  color: var(--text-color) !important;
}

button.modusButton.alt,
a.modusButton.alt {
  background-color: var(--phc-orange);
  border-color: var(--phc-orange);
}

nav.chcLinks {
  display: block;
  font-size: 16px;
  padding-top: 4px;
  clear: both;
  text-align: right;
}

nav.chcLinks a {
  display: inline-block;
  padding: 2px 6px;
  vertical-align: top;
}

nav.chcMenu {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  width: 66vw;
  max-width: 400px;
  background: var(--phc-blue);
  padding: 0;
  font-size: 18px;
  padding-top: 8px;
  text-align: left;
}

nav.chcMenu hr {
  border-color: #43a9c4;
  margin: 0.5em 0;
}

nav.chcMenu a {
  display: block;
  padding: 6px 20px;
  color: #fff;
}

nav.chcMenu a.fa-circle-xmark {
  text-align: right;
}

.chcSingleView a {
  color: var(--phc-blue);
}

.chcSingleView h2 {
  margin-top: 0.25em;
  margin-bottom: 0.5em;
}

div.chcFeaturedScroller {
  margin-bottom: 5px;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-y: hidden;
  height: 240px;
  white-space: nowrap;
  text-transform: uppercase;
  font-family: "DINCondensed";
  background-color: #2e2e2e;
  font-size: 0.75em;
  padding-left: 30px;
}

div.chcFeaturedScroller > h2 {
  transform: rotate(270deg);
  position: absolute;
  font-size: 28px;
  left: -70px;
  margin-top: 88px;
  color: var(--phc-orange);
}

div.chcFeaturedScroller div,
div.chcFeaturedScroller a {
  display: inline-block;
  vertical-align: bottom;
}

div.chcFeaturedScroller a {
  display: inline-block;
  vertical-align: bottom;
  width: 200px;
  overflow: hidden;
  text-align: center;
}

div.chcFeaturedScroller a,
div.chcFeaturedScroller div.chcAd {
  margin-left: 5px;
  display: inline-block;
  vertical-align: top;
  color: #fff;
}

div.chcFeaturedScroller a img {
  vertical-align: bottom;
  width: 200px;
  height: 200px;
  display: block;
}

div.chcFeaturedScroller div.chcAd a,
div.chcFeaturedScroller div.chcAd a img {
  width: 320px;
}

div.chcFeaturedScroller span {
  vertical-align: bottom;
  white-space: normal;
  width: 200px;
  font-size: 14px;
  display: block;
  color: #eaebed;
  font-family: "DINCondensed";
}

span.itemSold {
  font-weight: bold;
  color: red !important;
  opacity: 0.75;
  position: absolute;
  transform: rotate(22deg);
}

.phcListingPhotos span.itemSold {
  font-size: 192px;
  margin-left: 128px;
  margin-top: 128px;
}

div.chcFeaturedScroller a span.itemSold {
  position: relative;
  font-size: 96px;
  margin-top: -120px;
  margin-left: 17px;
  margin-bottom: 24px;
}

div.chcListingView {
  padding-bottom: 1em;
}

div.chcListingView span.itemSold {
  font-size: 96px;
  margin-left: 32px;
  margin-top: -192px;
  position: relative;
}

h2.chcScrollerTitle {
  color: #eaebed;
  font-size: 22px;
  padding: 3px 5px;
  margin-top: 20px;
  text-transform: capitalize;
}

@media (max-width: 1024px) {
  div.chcFeaturedScroller {
    height: 92px;
    padding-left: 20px;
  }
  div.chcFeaturedScroller > h2 {
    font-size: 13px;
    margin-top: 38px;
    left: -36px;
  }
  div.chcFeaturedScroller a {
    width: 100px;
  }
  div.chcFeaturedScroller a,
  div.chcFeaturedScroller div.chcAd {
    height: 100px;
  }
  div.chcFeaturedScroller a img {
    width: 100px;
    height: 80px;
  }
  div.chcFeaturedScroller div.chcAd a,
  div.chcFeaturedScroller div.chcAd a img {
    width: 160px;
  }
  div.chcFeaturedScroller span {
    font-size: 12px;
    width: 100px;
  }
  div.chcFeaturedScroller a span.itemSold {
    position: relative;
    font-size: 48px;
    margin-top: -60px;
    margin-left: 9px;
    margin-bottom: 12px;
  }
}
div.phcSingleView {
  padding-bottom: 60px;
}

div.chcSingleView img {
  max-width: 90vw;
  height: inherit;
}

div.phcSingleViewTitle,
div.phcSingleViewLocation {
  width: 100vw;
  background-color: var(--background-color-alt);
  text-align: center;
  border-top: 1px solid #777;
  border-bottom: 1px solid #777;
  padding: 6px 0px;
  margin-bottom: 12px;
}

div.phcSingleViewTitle > div {
  display: inline-block;
  width: 45vw;
}

div.phcSingleViewTitle > div span {
  display: inline-block;
  text-transform: uppercase;
  padding: 4px 8px;
  background-color: var(--phc-blue);
  margin: 4px 4px 0 4px;
}

div.phcSingleViewTitle > div a {
  color: var(--phc-orange);
  display: inline-block;
}

div.phcSingleViewTitle > div a i {
  color: var(--text-color);
  margin: 0 4px;
}

div.phcSingleViewTitle > div h2 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}

div.phcSingleViewLocation {
  font-size: 20px;
}

div.phcSingleViewLocation a {
  color: var(--text-color);
}

div.phcSingleViewDescription {
  clear: both;
  margin-top: 2em;
  padding-top: 1em;
  border-top: 2px solid #777;
  line-height: 1.5;
  padding: 0 8px;
}

div.phcViewHighlights {
  margin-left: 1em;
  line-height: 1.5;
}

div.phcViewHighlights b {
  color: var(--phc-orange);
  text-transform: uppercase;
}

div.featuredBadge {
  text-align: center;
  text-transform: uppercase;
  color: var(--text-color);
  background: var(--phc-orange);
  letter-spacing: 1px;
  border-radius: 8px;
  padding: 3px 20px;
  font-weight: bold;
  clear: both;
  display: inline-block;
  font-size: 13px;
}

div.featuredImage img {
  max-width: 33vw;
  height: inherit;
}

div.chcSingleView pre {
  white-space: pre-wrap;
}

div.chcListingLeft {
  float: left;
  margin-right: 15px;
  width: 33vw;
}

div.phcListingPhotos {
  float: left;
  margin-right: 40px;
}

div.phcListingPhotos img {
  max-width: 100vw;
  height: inherit;
}

div.phcListingPhotos div.icons {
  max-width: 576px;
}

div.phcListingPhotos div.icons div {
  display: inline-block;
}

div.phcListingPhotos div.icons img {
  height: 64px;
  width: 64px;
}

div.chcVideo {
  text-align: center;
  margin: 1em 0;
}

.chcContent > h1,
table.phcListingTable {
  margin-left: 1em;
}

table.phcListingTable td {
  vertical-align: middle;
  padding: 4px 8px;
}

table.phcListingTable tr:nth-child(2n) {
  background-color: var(--background-color-alt);
}

table.phcListingTable th {
  vertical-align: bottom;
  padding: 1px 2px;
  text-transform: uppercase;
  font-size: 0.7em;
  font-weight: bold;
  white-space: nowrap;
}

table.phcListingTable td img {
  width: 128px;
  height: initial;
}

div.chcListingView h4 {
  text-transform: uppercase;
  font-weight: bold;
}

div.chcListingView a {
  display: inline-block;
  color: #000;
  background-color: #eee;
  padding: 8px;
  margin: 8px;
  width: 256px;
  border-radius: 8px;
  vertical-align: top;
}

div.chcListingView a img {
  width: 256px;
  height: inherit;
}

div.chcListingView a > div {
  display: inline-block;
  vertical-align: top;
  width: 256px;
}

div.chcListingView a > div.img {
  color: #777;
  font-size: 10px;
}

div.chcListingView a > div span {
  display: inline-block;
  float: right;
  font-size: 0.9em;
}

div.chcListingRight {
  margin-top: 1em;
  display: inline-block;
  max-width: 50vw;
}

nav.chcBottomNav {
  font-family: "ArchivoNarrow";
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  background: var(--phc-blue);
  color: #ededed;
  padding: 10px 16px;
  text-transform: uppercase;
  font-size: 18px;
  margin: 0 auto;
}

nav.chcBottomNav a {
  color: #ededed;
  vertical-align: middle;
}

nav.chcBottomNav *.fas {
  font-size: 22px;
  padding: 4px 0;
}

div.chcContactExtras {
  margin-top: 0.5em;
}

div.chcContactExtras a {
  padding: 4px;
  display: inline-block;
  vertical-align: middle;
}

div.chcShowcase {
  text-align: center;
  height: 80px;
  width: 100vw;
  margin-bottom: 5px;
}

div.chcContent div.chcShowcase {
  width: 100%;
}

div.chcShowcase div {
  position: absolute;
  text-align: center;
  width: 100vw;
}

div.chcContent div.chcShowcase div {
  width: 100%;
}

div.chcShowcase img {
  height: 80px;
}

div.chcAd {
  text-align: center;
  color: #fff;
}

div.frontdiv.chcAd img {
  width: 320px;
  height: 160px;
}

div.chcContentAd {
  padding: 4px;
  border-top: 1px solid rgb(206, 206, 206);
  background-color: rgb(206, 206, 206);
  text-align: center;
  margin-bottom: 0.5em;
}

div.chcContentAd h4 {
  color: #9B9B9B;
  text-transform: uppercase;
  font-size: 9px;
}

div.chcContentAd div.chcAd {
  display: inline-block;
  margin: 4px;
}

a.otherLink {
  float: right;
  text-transform: none;
}

a.otherLink i {
  display: inline-block;
  margin-left: 4px;
  vertical-align: middle;
}

div.descOverflow {
  height: 100px;
  overflow: auto;
  padding-bottom: 2.5em;
}

div.moreBar {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  height: 3em;
  margin-top: -3em;
  position: absolute;
  width: 100%;
  max-width: 440px;
}

div.chcControlBar {
  text-align: right;
}

div.chcControlBar a {
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  font-size: 22px;
}

div.chcSearchResults > div,
div.chcCategory > div {
  width: 100px;
  height: 132px;
  display: inline-block;
  overflow: hidden;
  margin: 7px;
  vertical-align: top;
}

div.chcSearchResults img,
div.chcCategory img {
  width: 100px;
  height: 80px;
  border-bottom: 4px solid #fff;
}

div.featured img {
  border-bottom: 4px solid var(--phc-blue);
}

div.chcSearchResults h1 span {
  color: #9B9B9B;
}

form#editForm {
  display: block;
  margin: 0 auto;
  padding: 0 11px 36px 11px;
  max-width: 1024px;
}

form#editForm > div,
form#editForm > table {
  margin: 18px 0;
}

form#editForm img {
  vertical-align: bottom;
}

form#editForm h1 {
  margin-bottom: 16px;
}

form#editForm input,
form#editForm select,
form#editForm textarea {
  font-size: 16px;
}

div.phcEditCols {
  column-count: 2;
}

div.phcEditCols > div > div:first-child {
  text-transform: uppercase;
  font-size: 0.75em;
}

div.phcEditCols > div {
  margin-bottom: 1em;
  break-inside: avoid;
}

table.chcFormImageTable td input {
  max-width: 100px;
}

table.chcFormImageTable td h2 {
  background-color: var(--phc-blue);
}

div.chcFormImagesRow > div {
  display: inline-block;
  vertical-align: bottom;
  cursor: move;
  min-height: 96px;
}

div.chcFormImagesRow span.fa-trash-can,
table.chcFormImageTable span.fa-trash-can {
  position: absolute;
  color: #fff;
  margin-left: -1.5em;
  margin-top: 70px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 4px;
  display: inline-block;
  border-radius: 3px;
}

table.chcFormImageTable a.fa-lg {
  display: inline-block;
  margin-top: 6px;
}

div.chcFormImagesRow {
  margin-top: 3px;
}

div.chcFormImagesRow a.fa-lg {
  display: inline-block;
  margin-left: 6px;
}

div.chcFormImagesRow img {
  height: 96px;
  width: inherit;
  margin-right: 3px;
}

a.chcImgBlock {
  padding: 40px;
  border: 1px dashed rgb(206, 206, 206);
  border-radius: 8px;
}

#editForm input[type=file] {
  display: none;
}

#editForm input[type=text] {
  width: 200px;
}

div.frontStylePreview > div {
  display: inline-block;
  margin-right: 3px;
  height: 40px;
  width: 100px;
  background-color: #9B9B9B;
  padding: 4px;
}

.chcHelp {
  color: #9B9B9B;
}

div.chcBottomMenu {
  position: absolute;
  right: 0;
  bottom: 50px;
  background-color: var(--phc-blue);
  font-size: 18px;
  border: 1px solid var(--phc-blue);
}

div.chcBottomMenu a {
  display: block;
  padding: 8px 16px 8px 12px;
  text-transform: none;
}

div.chcBottomMenu a:hover,
div.chcBottomMenu a:active {
  color: var(--phc-blue);
  background-color: #fff;
}

div.chcView-extra_images {
  margin-bottom: 0.5em;
  text-align: center;
}

div.chcView-extra_images div {
  display: inline-block;
  vertical-align: middle;
}

div.chcView-extra_images a.fas {
  font-size: 40px;
  opacity: 0.5;
  color: #fff;
  position: absolute;
  margin-left: 6px;
}

div.chcView-extra_images a.fa-chevron-right {
  margin-left: -26px;
}

table.chcSireDam td {
  vertical-align: middle;
}

body.chcInside header {
  z-index: 5;
}

form#searchForm {
  z-index: 20;
}

nav.chcMenu {
  z-index: 10;
}

nav.chcBottomNav {
  z-index: 5;
}

div.moreBar {
  z-index: 2;
}

div.chcPedigree {
  position: absolute;
  margin-top: 50px;
}

div.chcPedigreePadding {
  height: 20em;
}

form.userForm input {
  width: 200px;
}

ul.ui-autocomplete li {
  list-style: none;
  margin: 0;
  text-indent: 0;
}

ul.ui-autocomplete li:before {
  content: none;
}

tr.listingDeleted {
  text-decoration: line-through;
  color: #999;
}

table.chcPayHistory td,
table.chcPayHistory th {
  padding: 2px 6px;
  vertical-align: middle;
}

table.chcPayHistory th {
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  text-align: left;
}

div.leftPane {
  top: 54px;
  background-color: #000;
  width: 33vw;
}

div.rightPane {
  top: 54px;
  background-color: #000;
  width: 67vw;
  left: 34vw;
}

div.chcSubMenu {
  text-align: center;
}

div.chcSubMenu a {
  background-color: var(--phc-blue);
  display: inline-block;
  padding: 4px 12px;
  font-size: 14px;
  color: #ededed;
  margin: 1px 4px;
}

div.chcSubMenu a.on,
div.chcSubMenu a:hover {
  color: var(--phc-blue);
  background-color: #ededed;
}

label.bbxFVerr {
  background: #ee3333;
  color: #fff;
}

div.marquee {
  position: fixed;
  bottom: 50px;
  left: 0;
  right: 0;
  height: 64px;
  background-color: #2e2e2e;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
}

div.marquee div {
  animation: marquee 120s linear infinite;
}

div.marquee img {
  height: 64px;
  width: initial;
  display: inline;
  margin-right: 3px;
}

div.marqueePadding {
  height: 68px;
}

form#phcListingSearch {
  display: inline-block;
  padding: 8px;
  width: 256px;
  border: 1px solid #777;
  margin: 8px;
  border-radius: 8px;
  text-align: center;
}

form#phcListingSearch h4 {
  font-size: 12px;
  text-align: left;
  margin-top: 0.5em;
}

form#phcListingSearch select,
form#phcListingSearch input[type=search] {
  width: 250px;
}

@media (max-width: 414px) {
  .phcListingPhotos span.itemSold {
    font-size: 96px;
  }
  div.chcContent div.chcShowcase {
    width: 100vw;
  }
  div.chcListingView span.itemSold {
    font-size: 48px;
    margin-top: -64px;
  }
  #sectionNav a {
    text-align: center;
    width: 45vw;
    padding-bottom: 0.5em;
  }
  #sectionNav a img {
    display: block;
    margin: 0 auto;
    margin-bottom: 0.5em;
  }
  div.chcListingView {
    width: 100vw;
  }
  div.chcListingView a {
    display: block;
    padding: 4px;
    margin: 4px 0;
    border-radius: 0;
    width: 100vw;
  }
  div.chcListingView a img {
    width: 96px;
    height: inherit;
    margin-right: 8px;
  }
  div.chcListingView a > div.img {
    width: 108px;
  }
  div.chcListingView a > div {
    width: calc(100vw - 120px);
  }
  div.phcListingPhotos {
    float: none;
    margin-right: 0;
  }
  table.phcListingTable {
    margin-left: 0;
  }
  table.phcListingTable td img {
    width: 50px;
    height: inherit;
  }
  div.phcEditCols {
    column-count: 1;
  }
  form#phcListingSearch {
    width: 91vw;
  }
  form#phcListingSearch select,
  form#phcListingSearch input[type=search] {
    width: 90vw;
  }
  form#phcListingSearch select,
  form#phcListingSearch input[type=search],
  form#phcListingSearch h4 {
    font-size: 18px;
  }
  table#cartTable {
    font-size: 0.85em;
  }
}
@media (max-width: 320px) {
  header img.text {
    height: 14px;
  }
  nav.chcLinks {
    font-size: 12px;
  }
}

