.welcome-message {
  font-family: "Arial", sans-serif;
  padding: 0.25em 1em;
  text-align: center;
  letter-spacing: 0.1px;
}
.welcome-message a {
  color: #ffffff;
}

.post-content figure.wp-block-image img,
.post-content .wp-block-image figure img {
  height: auto !important;
  max-width: 100% !important;
}

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  color: #333333;
  font-family: Georgia, Helvetica, sans-serif;
}

h1 {
  font-size: 2em;
  font-weight: 400;
  text-align: center;
}

h3 {
  font-size: 1.5em;
  font-weight: 400;
  text-align: center;
}

a {
  color: #333333;
  text-decoration: none;
}

p a {
  text-decoration: underline;
}

blockquote {
  padding: 0.75rem 1.5rem;
  font-size: 1.5em;
  border-left: 5px solid rgba(255, 255, 255, 0.84);
}
blockquote cite {
  font-size: 0.75em;
}

footer {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-family: "Arial", sans-serif;
}
footer, footer a {
  color: rgba(255, 255, 255, 0.85);
}
footer:hover, footer a:hover {
  color: white;
}

.bg-dark img {
  filter: invert(1);
}

.card {
  border: none;
  text-align: center;
  padding-bottom: 1.5rem;
  background-color: transparent;
}
.card p {
  text-align: left;
}
.card.card-md {
  border: 1px solid #cccccc;
}
.card figcaption {
  overflow: hidden;
  margin-top: 1.5rem;
}
.card figcaption .artist-alias {
  text-transform: uppercase;
}
.card figcaption .artwork-sku {
  display: block;
}
.card figcaption.teaser {
  padding: 0 1em;
}
.card figcaption.teaser h3 {
  height: 3.75em;
  overflow: hidden;
}
.card figcaption.teaser p {
  min-height: 6em;
}
.card .card-image-holder {
  background-color: #212529;
}
.card .card-image {
  display: block;
  margin: 0 auto;
  min-height: 300px;
  height: 300px;
  max-width: 550px;
}
.card .card-image img {
  max-width: 100%;
  max-height: 100%;
}
.card .card-image.square-img {
  height: 0;
  padding: 50%;
  overflow: hidden;
}
.card .card-image.square-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: initial;
  max-height: initial;
  min-width: 300px;
  min-height: 300px;
  margin-left: 50%;
  margin-top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.card .read-more {
  border: 1px solid #cccccc;
  line-height: 4em;
  margin: 1em;
  padding: 1em;
  text-transform: uppercase;
}

.posts {
  padding-bottom: 1.5rem;
}
.posts a:hover {
  color: #7f7f7f;
  text-decoration: none;
}
.posts .top-dot {
  height: initial;
  position: relative;
  margin-top: -2em;
}
.posts .top-dot .date-stamp {
  background: #000000;
  width: 3em;
  height: 3em;
  text-transform: uppercase;
  border-radius: 50%;
  margin: 0 auto;
  padding-top: 1em;
  padding-bottom: 1em;
  color: #ffffff;
}
.posts .top-dot .date-stamp span.date-stamp-month {
  display: block;
  font-size: 8px;
  font-weight: bold;
  line-height: 1em;
  font-family: "Arial", sans-serif;
}
.posts .top-dot .date-stamp span.date-stamp-number {
  display: block;
  font-size: 11px;
  line-height: 1em;
  font-family: Georgia, Helvetica, sans-serif;
}

.post-container p, .post-container li {
  font-size: 1.25em;
}
.post-container div.lead p,
.post-container p.lead {
  font-style: italic;
}

.content-section.long-content figure,
.post-content-section figure {
  text-align: center;
  margin-top: 3rem;
}
.content-section.long-content figure figcaption,
.post-content-section figure figcaption {
  -bs-text-opacity: 1;
  color: #6c757d !important;
  font-family: "Arial", sans-serif;
  font-size: 1em;
  margin: 0.25em 0;
}

.relateds {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.relateds h3 {
  margin-bottom: 1.5rem;
}

i.icon.home {
  background: url("/design/home_icon.svg") no-repeat top left;
  display: block;
  width: 1.5em;
  height: 1.5em;
}

.btn.btn-outline-primary.dropdown-toggle.link-no-list::after {
  content: none;
}

.content-section h3 {
  margin-bottom: 1em;
}

.image-theater {
  width: 100%;
  min-height: 90vh;
}
.image-theater .image-box-display {
  display: inline-block;
  min-height: 90vh;
  width: 100%;
  text-align: center;
}
.image-theater .image-box-display a {
  display: inline-block;
  height: 90vh;
  width: 100%;
}
.image-theater .image-box-display img {
  max-height: 90vh;
  max-width: 100%;
}

.artworks-show .section-breadcrumb {
  background: #e1e3e5;
}
.artworks-show .container-artwork-images {
  background: #e1e3e5;
  border-bottom: 1px solid #ccd0d2;
}
.artworks-show .content-artwork-description {
  border-top: none;
}

.img-thumbnail {
  opacity: 0.9;
}

.image-ondeck .image-box-thumb a,
.image-ondeck .image-box-thumb > div {
  opacity: 0.9;
  border: 0.1vh solid #555555;
}
.image-ondeck .image-box-thumb a:hover,
.image-ondeck .image-box-thumb > div:hover {
  opacity: 1;
}

.image-ondeck {
  text-align: center;
}
.image-ondeck .image-box-thumb {
  display: inline-block;
  height: 10vh;
  width: 10vh;
  line-height: 8vh;
  padding: 1vh;
}
.image-ondeck .image-box-thumb a,
.image-ondeck .image-box-thumb > div {
  display: inline-block;
  line-height: 7.4vh;
  height: 7.8vh;
  width: 7.8vh;
  cursor: pointer;
}
.image-ondeck .image-box-thumb a:hover,
.image-ondeck .image-box-thumb > div:hover {
  border-color: #e77600;
}
.image-ondeck .image-box-thumb img {
  max-height: 7.4vh;
  max-width: 7.4vh;
}

.pricing-details,
.profile-details {
  padding: 0;
}
.pricing-details .action-btn,
.pricing-details .actions,
.profile-details .action-btn,
.profile-details .actions {
  padding: 0 0 15px 0;
  text-align: center;
}
.pricing-details .action-btn .left-btn,
.pricing-details .action-btn .right-btn,
.pricing-details .action-btn .full-btn,
.pricing-details .actions .left-btn,
.pricing-details .actions .right-btn,
.pricing-details .actions .full-btn,
.profile-details .action-btn .left-btn,
.profile-details .action-btn .right-btn,
.profile-details .action-btn .full-btn,
.profile-details .actions .left-btn,
.profile-details .actions .right-btn,
.profile-details .actions .full-btn {
  padding: 0 0 0.5em 0;
}
@media (min-width: 1200px) {
  .pricing-details .action-btn .left-btn,
.pricing-details .actions .left-btn,
.profile-details .action-btn .left-btn,
.profile-details .actions .left-btn {
    padding-right: 0.5em;
  }
  .pricing-details .action-btn .right-btn,
.pricing-details .actions .right-btn,
.profile-details .action-btn .right-btn,
.profile-details .actions .right-btn {
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .pricing-details .action-btn,
.pricing-details .actions,
.profile-details .action-btn,
.profile-details .actions {
    padding: 0 15px 15px 0;
  }
  .pricing-details .action-btn:first-child,
.pricing-details .actions:first-child,
.profile-details .action-btn:first-child,
.profile-details .actions:first-child {
    padding-left: 0;
  }
  .pricing-details .action-btn:last-child,
.pricing-details .actions:last-child,
.profile-details .action-btn:last-child,
.profile-details .actions:last-child {
    padding-right: 0;
  }
}
.pricing-details .action-btn a,
.pricing-details .actions a,
.profile-details .action-btn a,
.profile-details .actions a {
  display: block;
  text-align: center;
}
.pricing-details .action-btn a.btn,
.pricing-details .actions a.btn,
.profile-details .action-btn a.btn,
.profile-details .actions a.btn {
  border: 2px solid #000000;
  border-radius: 0;
  text-transform: uppercase;
  transition: background-color 0.2s, color 0.2s;
  font-size: 0.9em;
}
.pricing-details .action-btn a.btn.btn-primary,
.pricing-details .actions a.btn.btn-primary,
.profile-details .action-btn a.btn.btn-primary,
.profile-details .actions a.btn.btn-primary {
  background: #000000;
  border-color: #000000;
  color: rgba(255, 255, 255, 0.84) !important;
}
.pricing-details .action-btn a.btn.btn-primary:hover,
.pricing-details .actions a.btn.btn-primary:hover,
.profile-details .action-btn a.btn.btn-primary:hover,
.profile-details .actions a.btn.btn-primary:hover {
  background: #ffffff;
  border-color: #000000;
  color: rgba(0, 0, 0, 0.94) !important;
}
.pricing-details .action-btn a.btn.btn-default,
.pricing-details .actions a.btn.btn-default,
.profile-details .action-btn a.btn.btn-default,
.profile-details .actions a.btn.btn-default {
  background: #ffffff;
  color: rgba(0, 0, 0, 0.94) !important;
}
.pricing-details .action-btn a.btn.btn-default:hover,
.pricing-details .actions a.btn.btn-default:hover,
.profile-details .action-btn a.btn.btn-default:hover,
.profile-details .actions a.btn.btn-default:hover {
  background: #000000;
  color: rgba(255, 255, 255, 0.84) !important;
}
.pricing-details .action-btn a.btn.btn-disabled,
.pricing-details .actions a.btn.btn-disabled,
.profile-details .action-btn a.btn.btn-disabled,
.profile-details .actions a.btn.btn-disabled {
  background: #555;
  border-color: #555;
  color: rgba(255, 255, 255, 0.84);
  pointer-events: auto;
  cursor: no-drop;
}

.table.artwork-details.table-sm {
  font-size: 0.95em;
}
.table.artwork-details.table-sm h1, .table.artwork-details.table-sm h2 {
  font-size: 1.5em;
}
.table.artwork-details.table-sm > :not(caption) > * > * {
  padding: 0;
  line-height: 1.5;
}
.table.artwork-details.table-sm > :not(caption) > * th {
  font-weight: normal;
  white-space: nowrap;
  padding-right: 1em;
}
