/* Wayback restoration: supplement styles for pages missing their theme CSS
   (christieantiquesnew / CherryFramework generation was never archived) */

/* r-template_article.php demotes header's h1.site-title to h2 (single-H1 rule);
   original theme CSS only hides the h1 variant -- keep it hidden as h2 too */
.site-title {
  display: none;
}

.motopress-wrapper.header {
  background: #fff;
  border-bottom: 3px solid #21759b;
  padding: 15px 0;
}
.motopress-wrapper .logo_h {
  display: block;
  width: 260px;
  height: 90px;
  background: url('/wp-content/themes/christieantiques/img/calogo.png') no-repeat left center;
  background-size: contain;
}
.motopress-wrapper .logo_tagline {
  color: #666;
  font-size: 13px;
  margin-top: 6px;
}
.motopress-wrapper .nav.nav__primary {
  margin-top: 20px;
}
.motopress-wrapper .nav.nav__primary > #topnav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.motopress-wrapper .nav.nav__primary > #topnav > li {
  margin-right: 18px;
}
.motopress-wrapper .nav.nav__primary a {
  color: #333;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: .04em;
}
.motopress-wrapper .nav.nav__primary a:hover {
  color: #21759b;
}
.motopress-wrapper .nav.nav__primary .sub-menu {
  list-style: none;
  margin: 4px 0 0 0;
  padding: 0;
}

.motopress-wrapper.content-holder {
  padding: 30px 0 50px;
}
.title-section {
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 12px;
}
.title-section .title-header {
  color: #21759b;
  font-size: 28px;
  margin: 0;
}

#content table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
#content table td {
  padding: 8px 10px;
  border-bottom: 1px solid #eee;
}
#content table tr:nth-child(odd) td {
  background: #faf7f2;
}

.sidebar#sidebar {
  padding-top: 10px;
}
.sidebar#sidebar ul#menu-default {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar#sidebar ul#menu-default li {
  border-bottom: 1px solid #eee;
}
.sidebar#sidebar ul#menu-default a {
  display: block;
  padding: 8px 4px;
  color: #333;
  text-decoration: none;
}
.sidebar#sidebar ul#menu-default a:hover {
  color: #21759b;
}
.sidebar#sidebar ul.sub-menu {
  list-style: none;
  margin: 0 0 0 12px;
  padding: 0;
}

.motopress-wrapper.footer {
  background: #2b2b2b;
  color: #ccc;
  padding: 25px 0;
  margin-top: 30px;
}
.motopress-wrapper.footer a {
  color: #ddd;
}
.motopress-wrapper.footer .footer-logo {
  font-size: 13px;
}

/* Google Maps embed JS never loads (plugin JS not archived) -- hide stuck "Loading Map..." box */
.em-location-map-container {
  display: none !important;
}

/* Sitewide footer block (romlifooter) sits on three different page backgrounds across
   the site's three theme generations (blue #3C639C on christieantiques below the hero
   image, white on twentyeleven, dark #2b2b2b on motopress) -- the inherited gray link
   color (#686868) has near-identical luminance to the blue background and disappears.
   Give it its own high-contrast badge instead of relying on inherited footer link color. */
.romlifooter {
  display: inline-block;
  background: #ffffff;
  padding: 6px 14px;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
.romlifooter a {
  color: #222222 !important;
  text-decoration: underline;
}
