﻿/* Final restoration layer: keeps the original E Quinox / RapidWeaver look intact. */
body {
  color: #dedede;
}

#wrapper {
  max-width: 1040px;
}

header {
  background-color: #303030;
  background-image: url("../png/press_960.png");
  background-position: center top;
  background-repeat: no-repeat;
}

#layerTop,
#layerBottom {
  border-radius: 32px;
  background-color: rgba(0, 0, 0, .28);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 1px 3px rgba(0, 0, 0, .65);
}

#layerTop.navTrigger,
#layerBottom.navTrigger {
  cursor: pointer;
}

#layerTop.navTrigger,
#layerBottom.navTrigger {
  color: #f2f2f2;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .9);
}

#layerTop.navTrigger::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 22px;
  width: 28px;
  height: 18px;
  margin-left: -14px;
  border-top: 3px solid #f4f4f4;
  border-bottom: 3px solid #f4f4f4;
  box-sizing: border-box;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, .75));
}

#layerTop.navTrigger::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 30px;
  width: 28px;
  height: 3px;
  margin-left: -14px;
  background: #f4f4f4;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .75);
}

#layerTop.navTrigger:hover,
#layerBottom.navTrigger:hover {
  background-color: rgba(0, 0, 0, .42);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .14), 0 1px 5px rgba(0, 0, 0, .8);
}

section {
  background-color: #e8e8e8;
}

section {
  color: #2f2f2f;
  border-top: 1px solid rgba(255, 255, 255, .08);
}

section p,
section li,
section span,
section label {
  color: #343434;
}

aside,
aside p,
aside span,
aside li {
  color: #ececec !important;
  line-height: 1.65;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .9);
}

aside #asideTitle {
  color: #ff7a1a !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .85);
}

aside a {
  color: #fff !important;
}

section h1,
section h2,
section h3,
section h4,
section h5,
section h6 {
  color: #1d1d1d;
}

.restored-intro,
.restored-panel,
.restored-service,
.restored-cta,
.restored-contact-card {
  background: #f7f7f7;
  border: 1px solid #cfcfcf;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .18);
}

.restored-intro,
.restored-panel,
.restored-cta {
  margin: 22px 10px;
  padding: 22px 24px;
}

.restored-intro h2,
.restored-panel h2,
.restored-cta h2 {
  margin: 0 0 12px;
  font-size: 28px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.restored-intro p,
.restored-panel p,
.restored-cta p {
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.65;
}

.restored-intro,
.restored-intro p,
.restored-intro span,
.restored-panel,
.restored-panel p,
.restored-panel span,
.restored-service,
.restored-service p,
.restored-service span,
.restored-cta,
.restored-cta p,
.restored-cta span,
.restored-contact-card,
.restored-contact-card p,
.restored-contact-card span,
.restored-skill-list div,
.restored-skill-list div strong {
  color: #1f1f1f !important;
  text-shadow: none !important;
}

.restored-services {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 18px 10px 26px;
}

.restored-service {
  padding: 18px;
  min-height: 150px;
}

.restored-service h3 {
  margin: 0 0 10px;
  font-size: 20px;
  text-transform: uppercase;
}

.restored-service p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
}

.restored-button {
  display: inline-block;
  margin-top: 8px;
  padding: 10px 15px;
  background: #232323;
  color: #fff !important;
  border-radius: 2px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.restored-button:hover {
  background: #111;
  text-decoration: none;
}

.flex-caption {
  background: rgba(0, 0, 0, .72);
  color: #fff !important;
  padding: 8px 12px;
  font-size: 13px;
  line-height: 1.4;
}

.imageStyle,
.post img,
.blog-entry-body img {
  max-width: 100%;
  height: auto;
}

.restored-about-copy {
  color: #eeeeee !important;
  font-size: 15px;
  line-height: 1.65;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .85);
}

.restored-about-copy h2,
.restored-about-copy p,
.restored-about-copy span,
.restored-about-copy strong {
  color: #eeeeee !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .85);
}

.restored-skill-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.restored-skill-list div {
  background: #efefef;
  border-left: 4px solid #303030;
  padding: 10px 12px;
}

.restored-about-copy .restored-skill-list div,
.restored-about-copy .restored-skill-list div strong,
.restored-about-copy .restored-skill-list div br {
  color: #1f1f1f !important;
  text-shadow: none !important;
}

.restored-contact-card {
  margin: 0 0 18px;
  padding: 16px;
}

.restored-contact-card h3 {
  margin: 0 0 8px;
  font-size: 18px;
  text-transform: uppercase;
}

#formloom-page2 form {
  background: #f7f7f7;
  border: 1px solid #cfcfcf;
  border-radius: 3px;
  padding: 18px;
}

#formloom-page2 input,
#formloom-page2 textarea {
  max-width: 100%;
  box-sizing: border-box;
}

.tmblr-full img,
.photoset img {
  border: 1px solid #d0d0d0;
  background: #fff;
  padding: 4px;
}

.post__content p,
.post__content li {
  line-height: 1.65;
}

.blog-entry {
  color: #eeeeee;
}

.blog-entry-body,
.blog-entry-body p,
.blog-entry-body span,
.blog-entry-body li {
  color: #eeeeee !important;
  line-height: 1.7;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .85);
}

.blog-entry-body a {
  color: #ffffff !important;
  text-decoration: underline;
}

.blog-entry-date,
.blog-entry-date a,
.blog-entry-category,
.blog-entry-category a {
  color: #ff8a22 !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .85);
}

.blog-entry-title,
.blog-entry-title a {
  color: #ff8a22 !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .9);
}

.blog-entry-body img {
  box-shadow: 0 1px 5px rgba(0, 0, 0, .45);
}

.primary-nav {
  position: static !important;
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, .14);
}

body.nav-fixed .primary-nav,
body.nav-fixed .js-primary-nav {
  position: static !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  width: auto !important;
}

body.nav-fixed .header-info {
  margin-bottom: 0 !important;
}

.primary-nav__items {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0;
  padding: 0;
}

.primary-nav__item {
  list-style: none;
}

.primary-nav__link {
  display: block;
  padding: 9px 12px;
  background: rgba(0, 0, 0, .34);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 2px;
  color: #f2f2f2 !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: uppercase;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .85);
}

.primary-nav__link:hover,
.primary-nav__link--current {
  background: #1b1b1b;
  border-color: rgba(255, 138, 34, .65);
  color: #ff8a22 !important;
  text-decoration: none;
}

@media screen and (max-width: 760px) {
  #wrapper {
    margin: 20px auto;
    width: 96%;
  }

  header #title {
    width: auto;
    padding-left: 76px;
    padding-right: 12px;
  }

  header img {
    max-width: 220px;
    height: auto;
  }

  nav > ul > li {
    float: none;
    margin-left: 0;
  }

  .primary-nav__items {
    gap: 6px;
  }

  .primary-nav__link {
    padding: 8px 10px;
    font-size: 11px;
  }

  #feature {
    height: auto;
    min-height: 180px;
  }

  aside {
    float: none;
    width: auto;
    margin-bottom: 24px;
  }

  #mainContent {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .restored-services,
  .restored-skill-list {
    grid-template-columns: 1fr;
  }

  #columns-left,
  #columns-right {
    float: none !important;
    width: 100% !important;
  }
}
