/*
Theme Name: Evaluation Insights Pixel Recreation
Theme URI: https://evaluationinsights.com/
Author: LookFar Labs Recovery Kit
Description: Pixel-oriented visual recreation of the archived Evaluation Insights WordPress site using user-provided screenshots and assets, rebuilt from scratch rather than copied from the original theme source.
Version: 3.0.1
License: GPL-2.0-or-later
Text Domain: evaluation-insights-pixel
*/

:root {
  --ei-bg: #d8d4c2;
  --ei-blue: #005d81;
  --ei-blue-dark: #005d80;
  --ei-link: #005fae;
  --ei-topline: #59a1ff;
  --ei-sidebar-heading: #aa9a82;
  --ei-copy: #071426;
  --ei-gray-copy: #605e58;
  --ei-wrap: 925px;
  --ei-left: 678px;
  --ei-gap: 10px;
  --ei-right: 235px;
}

* { box-sizing: border-box; }
html { margin: 0; padding: 0; }
body {
  margin: 0;
  min-width: 999px;
  color: var(--ei-copy);
  background: var(--ei-bg) url('assets/bgr.jpg') repeat;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.32;
}
body.admin-bar .ei-top { margin-top: 32px; }
a { color: #005faf; text-decoration: underline; }
a:hover { color: #ff1f00; }
img { max-width: 100%; height: auto; }

.ei-skip-link {
  position: absolute;
  left: 10px;
  top: -60px;
  z-index: 10000;
  background: #fff;
  color: #000;
  padding: 8px 12px;
}
.ei-skip-link:focus { top: 10px; }

.ei-top {
  position: relative;
  height: 148px;
  background: transparent;
  overflow: visible;
}
.ei-header-art {
  position: relative;
  width: 999px;
  height: 148px;
  margin: 0 auto;
  background: url('assets/header.png') no-repeat center top;
  overflow: visible;
}
.ei-logo-link {
  display: block;
  position: absolute;
  left: 43px;
  top: 16px;
  width: 236px;
  height: 118px;
  text-indent: -9999px;
  overflow: hidden;
}

.ei-login-strip {
  position: absolute;
  top: 0;
  right: 18px;
  width: 142px;
  height: 37px;
  background: #fff;
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
}
.ei-login-eye {
  position: absolute;
  left: 14px;
  top: 11px;
  width: 29px;
  height: 13px;
  background: #0d6688;
  border-radius: 50%;
}
.ei-login-eye:before {
  content: "";
  position: absolute;
  left: 5px;
  top: -2px;
  width: 18px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
}
.ei-login-eye:after {
  content: "";
  position: absolute;
  left: 13px;
  top: 2px;
  width: 5px;
  height: 5px;
  background: #005d81;
  border-radius: 50%;
}
.ei-login-button {
  position: absolute;
  top: 8px;
  right: 10px;
  width: 82px;
  height: 16px;
  line-height: 16px;
  color: #fff;
  background: linear-gradient(#4e9bc0, #075e80 48%, #267a99);
  border: 1px solid #317c9b;
  border-radius: 9px;
  text-align: center;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(0,0,0,.6);
  box-shadow: inset 0 1px 1px rgba(255,255,255,.6);
}
.ei-login-button:hover { color: #fff; text-decoration: none; }

.ei-primary-nav {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 50;
  height: 29px;
  overflow: visible;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: bold;
  font-size: 13px;
}
.ei-primary-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ei-primary-nav > div > ul,
.ei-primary-nav > ul {
  display: flex;
  align-items: flex-end;
}
.ei-primary-nav li {
  position: relative;
  margin: 0;
  padding: 0;
}
.ei-primary-nav a {
  display: block;
  height: 29px;
  min-width: 75px;
  padding: 8px 16px 0;
  color: #005d80;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.ei-primary-nav a:hover,
.ei-primary-nav .current-menu-item > a,
.ei-primary-nav .current_page_item > a,
.ei-primary-nav .current-menu-ancestor > a,
.ei-primary-nav .current_page_ancestor > a {
  color: #0080ff;
  background: #fff;
  text-decoration: none;
}
.ei-primary-nav li:hover > a { background: #fff; color: #0080ff; }
.ei-primary-nav .sub-menu,
.ei-primary-nav .children {
  display: none;
  position: absolute;
  left: 0;
  top: 29px;
  width: 230px;
  padding: 6px 0 7px;
  background: #fff;
  z-index: 200;
  box-shadow: none;
}
.ei-primary-nav li:hover > .sub-menu,
.ei-primary-nav li:hover > .children,
.ei-primary-nav li.focus > .sub-menu,
.ei-primary-nav li.focus > .children {
  display: block;
}
.ei-primary-nav .sub-menu li,
.ei-primary-nav .children li { display: block; }
.ei-primary-nav .sub-menu a,
.ei-primary-nav .children a {
  width: 230px;
  min-width: 230px;
  height: 27px;
  padding: 7px 16px 0 16px;
  text-align: left;
  color: #005d80;
  border-radius: 0;
  background: #fff;
  font-size: 13px;
}
.ei-primary-nav .sub-menu a:hover,
.ei-primary-nav .children a:hover {
  color: #0080ff;
  background: #fff;
}

.ei-topline {
  height: 8px;
  background: #65a4ff;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2);
}
.ei-hero {
  position: relative;
  height: 99px;
  background: var(--ei-blue);
  overflow: hidden;
}
.ei-hero-inner {
  width: var(--ei-wrap);
  height: 99px;
  margin: 0 auto;
  position: relative;
}
.ei-hero-title {
  position: absolute;
  left: 25px;
  top: 38px;
  margin: 0;
  color: #fff;
  white-space: nowrap;
  font-family: Rockwell, "Rockwell Extra Bold", Georgia, "Times New Roman", serif;
  font-size: 34px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -1.5px;
  text-shadow: 1px 1px 0 rgba(255,255,255,.35), 0 0 0 #fff;
}

.ei-main {
  width: var(--ei-wrap);
  margin: 0 auto;
  display: grid;
  grid-template-columns: var(--ei-left) var(--ei-right);
  gap: var(--ei-gap);
  align-items: start;
  min-height: 610px;
}
.ei-content-panel {
  background: #fff;
  min-height: 407px;
  padding: 13px 24px 18px 24px;
}
.ei-content-panel .entry-title { display: none; }
.entry-content {
  margin: 0;
  padding: 0;
}
.entry-content p {
  margin: 0 0 19px 0;
}
.entry-content ul {
  margin: -4px 0 15px 75px;
  padding: 0;
}
.entry-content ol {
  margin: 0 0 18px 32px;
  padding: 0;
}
.entry-content li {
  margin: 0 0 4px 0;
  padding-left: 1px;
}
.entry-content ul li::marker {
  color: #5795ff;
  font-size: 20px;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4 {
  color: #005d80;
  font-family: Georgia, "Times New Roman", serif;
  margin: 20px 0 8px;
  line-height: 1.2;
}
.entry-content h3 { font-size: 19px; }
.entry-content h4.lead,
.entry-content .lead {
  font-family: Georgia, "Times New Roman", serif;
  color: #6b6152;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.35;
}
.entry-content blockquote {
  margin: 16px 0;
  padding: 0 18px;
  border-left: 5px solid #d7d1bf;
  color: #605e58;
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
}
.entry-content a { color: #005fae; text-decoration: underline; }
.entry-content a:hover { color: #ff1f00; }

.ei-sidebar {
  min-height: 590px;
  padding: 15px 0 40px 0;
  background: url('assets/bgr-fleur.jpg') no-repeat 1px 4px;
  color: #605e58;
}
.ei-sidebar-photo {
  width: 235px;
  height: 163px;
  margin: 0 0 14px 0;
}
.ei-sidebar-photo img {
  display: block;
  width: 235px;
  height: 163px;
}
.ei-widget {
  margin: 0 0 22px 10px;
  padding: 0;
  width: 225px;
}
.ei-widget-title {
  margin: 0 0 7px 0;
  color: var(--ei-sidebar-heading);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  line-height: 1.1;
  font-weight: bold;
  letter-spacing: -1px;
}
.ei-good-measure { margin-top: 0; }
.ei-good-measure blockquote {
  margin: 0;
  padding: 0;
  border: 0;
  color: #646059;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
  line-height: 1.22;
  font-style: normal;
}
.ei-search-widget { margin-top: 20px; margin-bottom: 39px; }
.ei-search-form { margin: 0; padding: 0; }
.ei-search-form label { display: none; }
.ei-search-form input[type="search"],
.ei-search-form input[type="text"] {
  display: block;
  width: 242px;
  height: 24px;
  margin: 0;
  padding: 1px 3px;
  border: 1px solid #777;
  border-radius: 0;
  background: #fff;
  color: #000;
  font-family: "Times New Roman", Times, serif;
  font-size: 14px;
  line-height: 20px;
  box-shadow: inset 1px 1px 1px rgba(0,0,0,.12);
  appearance: none;
}
.ei-search-form input[type="submit"] { display: none; }
.ei-navigate-widget { margin-top: 0; }
.ei-navigate-widget .ei-widget-title { margin-bottom: 9px; }
.ei-sidebar-nav,
.ei-sidebar-nav ul {
  list-style: disc;
  margin: 0;
  padding: 0 0 0 18px;
  color: #666;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
  line-height: 1.32;
}
.ei-sidebar-nav ul { margin-top: 2px; padding-left: 20px; font-size: 13px; }
.ei-sidebar-nav li { margin: 0 0 2px 0; }
.ei-sidebar-nav a { color: #625f58; text-decoration: underline; }
.ei-sidebar-nav a:hover { color: #ff1f00; }
.ei-sidebar-nav .home-link { color: #ff1f00; }

.ei-footer { display: none; }

@media (max-width: 999px) {
  body { min-width: 0; }
  .ei-header-art,
  .ei-main,
  .ei-hero-inner { width: 925px; }
}
