﻿.theme-page-content {
  background-color: black;
  color: white; }
  .theme-page-content * {
    color: white; }
  .theme-page-content select, .theme-page-content input {
    background-color: #333333;
    color: white; }

.theme-location {
  background-color: black !important;
  color: white; }
  .theme-location * {
    color: white; }

.theme-gallery-item a {
  overflow: hidden; }
  .theme-gallery-item a .theme-lot-img {
    transition: transform 0.2s ease; }
  .theme-gallery-item a:hover {
    background-color: black !important;
    color: #999999 !important;
    border-color: #999999 !important; }
    .theme-gallery-item a:hover * {
      color: #999999 !important; }
    .theme-gallery-item a:hover .theme-lot-img {
      transform: scale(1.03); }

.theme-gallery-item-container {
  color: white;
  overflow: hidden; }

.theme-lot-list .theme-gallery-item > .theme-gallery-item-container:hover {
  background-color: black !important; }

.theme-pager a {
  color: white !important; }

.theme-auctioneer-location {
  filter: grayscale(1) brightness(100); }

