@charset "UTF-8";

:root {
  --color-bg: #f7f1dd;          /* warm parchment */
  --color-surface: #fffcf3;     /* card cream */
  --color-surface-2: #f6ead2;   /* subtle section background */

  --color-ink: #24303a;         /* modern dark text */
  --color-muted: #6f675b;       /* secondary text */

  /*--color-primary: #122c3d;
  --color-primary-hover: #18384c;
  --color-accent: #b8792b;
  --color-accent-hover: #9f641f;*/

  --color-primary: #5c2a18;
  --color-primary-hover: #74351f;
  --color-accent: #813921; /*#b8792b;*/
  --color-accent-hover: #9e4528;

  --color-brown: #5c2a18;       /* use sparingly */
  --color-border: #e3d4b8;
  --color-border-soft: #eee3ca;
}

/*$color_1: #005b7a;*/
*, :after, :before {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

body, html {
  font-family: "Helvetica neue", sans-serif, Arial, sans-serif;
  letter-spacing: 0.2px;
  /*background-color: #f2f2f5;*/
  /*background-color: #f6f3e9;*/
  background-color: #f7f1dd;
  color: #32323d; }

body {
  /*line-height: 1.25rem;
   font-size: 0.875rem;*/
  /*font-size: 1rem;*/ }

a {
  text-decoration: none;
  color: inherit; }

h1, h2, h3 {
  font-weight: bold;
  color: #32323d; }

h1 {
  font-weight: bold; }

h1.main-heading {
  font-size: 1.5rem;
  line-height: 1.7rem;
  margin: 25px 0;
  font-weight: normal;
  color: black; }

h3 {
  font-size: 1.125rem; }

hr {
  box-sizing: content-box;
  overflow: visible; }

button {
  border: none;
  outline: 0;
  color: white;
  cursor: pointer;
  border-radius: 2px;
  background-color: #672b15;
  font-size: 1.1em;
  padding: 12px; }

header {
  margin: 0 10% 0 10%;
  padding: 5px 0 5px 30px;
  letter-spacing: 0.05em;
  font-size: 16px;
  display: flex;
  align-items: center;
  background-color: #672b15;
  color: white; }
  header img.logo {
    height: 70px;
    vertical-align: middle; }
  @media only screen and (max-width: 900px) {
    header {
      padding: 5px 0 5px 15px !important;
      margin: 0 !important; }
      header img.logo {
        height: 55px; } }
  header span {
    text-transform: uppercase;
    font-size: 1.15rem;
    letter-spacing: 0;
    font-family: Times; }
  header form[role=search] {
    margin: 5px 15px 5px 10%;
    height: 50px;
    display: flex;
    flex-direction: row;
    position: relative;
    max-width: 400px;
    width: 100%; }
    header form[role=search] *[type=submit] {
      font-size: 1.3em;
      background-color: inherit;
      align-self: center;
      height: 50px;
      position: absolute;
      right: 0;
      height: 80%;
      width: auto;
      margin-right: 8px;
      cursor: pointer; }
    @media only screen and (max-width: 768px) {
      header form[role=search] *[type=submit] {
        text-transform: uppercase;
        font-size: 1.3rem; } }
    header form[role=search] *[type=search] {
      height: 100%;
      border-radius: 2px;
      border: none;
      outline: none;
      box-shadow: 1px 2px 5px -2px rgba(1, 1, 1, 0.1), 0 2px 7px 0 rgba(22, 65, 89, 0.03);
      width: 100%;
      padding: 5px 10px;
      -webkit-appearance: none;
      font-size: 1rem; }
  header button {
    padding: 0;
    border: none;
    outline: none;
    background-color: transparent;
    align-self: stretch;
    margin: 0 20px 0 auto;
    cursor: pointer; }
    header button img {
      height: 45px;
      vertical-align: middle; }

@media only screen and (max-width: 1024px) {
  header {
    padding: 5px 0 5px 30px;
    margin: 0 !important; }
    header span.should-hide {
      display: none; }
    header form[role=search] {
      margin-left: 20px; } }

@media only screen and (max-width: 768px) {
  header {
    padding: 5px 0 5px 15px;
    margin: 0 !important; }
    header span.should-hide {
      display: none; } }

button, input {
  overflow: visible; }

.comment {
  background-color: white;
  max-width: 300px;
  float: left;
  margin: 10px;
  padding: 10px; }

.container {
  /*max-width: 1072px;*/ }

.hide {
  display: none !important; }

.block {
  display: block !important; }

.flex {
  display: flex !important; }
  .flex.flex-column {
    flex-direction: column; }

.inline {
  display: inline !important; }

.inline-block {
  display: inline-block !important; }

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 3px; }
  .pagination .page {
    border-radius: 2px;
    padding: 4px 8px;
    margin: 5px;
    background-color: transparent;
    color: black; }
  @media only screen and (max-width: 768px) {
    .pagination .page {
      padding: 3px 8px;
      margin: 3px;
      font-size: 0.9rem; }
    .pagination header {
      margin: 0; } }
  .pagination .page.current, .pagination .page:hover, .pagination .nextprev {
    background-color: #672b15;
    color: white;
    text-shadow: 0.5px 0px 0px white; }
  .pagination .separator.last {
    margin-right: 8px; }
  @media only screen and (max-width: 768px) {
    .pagination .nextprev header {
      margin: 0; } }
  .pagination .nextprev:hover {
    background-color: #7c3419; }

/* Stars */
.star-rating {
  display: inline-flex;
  background-color: #fff1c5;
  border-radius: 2px;
  overflow: hidden; }
  .star-rating img {
    width: inherit;
    height: inherit; }
  .star-rating span {
    width: inherit;
    height: inherit;
    background-repeat: no-repeat;
    transition: 200ms; }

.star-rating.small {
  width: 41.5384615385px;
  height: 15px;
  margin: auto 0;
  margin-right: 10px; }
  .star-rating.small span {
    background-size: 41.5384615385px 15px; }

.star-rating.medium {
  width: 162px;
  height: 30px; }
  .star-rating.medium span {
    background-size: 162px 30px; }

.star-rating.large {
  width: 216px;
  height: 40px; }
  .star-rating.large span {
    background-size: 216px 40px; }

.star-selector {
  display: flex;
  position: absolute;
  width: 216px;
  height: 40px;
  cursor: pointer; }
  .star-selector span:first-child, .star-selector span:last-child {
    width: 42px; }
  .star-selector span {
    display: inline-block;
    width: 44px;
    height: 40px; }

.card {
  /*box-shadow: 0 3px 4px 0 rgba(0,0,50,.04);*/
  background-color: #fffae9;
  background-color: #fffcf3;
  padding: 14px;
  border-radius: 10px;
  word-break: break-word;
  overflow-wrap: break-word;
  margin-bottom: 10px;
  /*border: 2px solid #eee;*/ }
  .card hr {
    display: block;
    margin: 10px -14px;
    height: 1px;
    color: #f2f2f5;
    background-color: #f2f2f5;
    outline: transparent;
    border: 0; }
  .card h2 {
    margin-bottom: 15px; }

.review.preview .user-information {
  align-items: flex-start; }
  .review.preview .review-content .header .logo {
    max-height: 74px;
    max-width: 99px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .review.preview .review-content .header .logo img {
      border-radius: 4px;
      max-width: inherit;
      max-height: inherit; }
  .review.preview .review-content .header .company-title, .review.preview .review-content .header .author {
    font-weight: bold; }

.review {
  margin-bottom: 10px; }
  .review .user-information {
    display: flex;
    /*border-bottom: 1px solid #e8e8eb;*/
    align-items: flex-end; }
    .review .user-information .author, .review .user-information .company-title, .review .user-information .email, .review .user-information .ip, .review .user-information .post-date {
      font-weight: bold;
      font-size: 0.85em; }
    .review .user-information .email, .review .user-information .ip {
      color: #73738f;
      font-size: 0.8rem; }
    .review .user-information .ip {
      margin-right: 0;
      margin-left: auto; }
    .review .user-information .post-date {
      display: inline; }
    .review .user-information .dropdown.menu {
      margin-top: 5px; }
    .review .user-information .company-title {
      font-size: 1rem;
      margin-bottom: 5px; }
    .review .user-information a {
      display: block; }
  .review .review-content {
    line-height: 1.5rem; }
    .review .review-content h4 {
      margin-right: auto; }
    .review .review-content .header {
      display: flex;
      justify-content: flex-start;
      flex-wrap: wrap;
      margin-bottom: 10px; }
      .review .review-content .body .title {
        font-size: 1.125rem;
        line-height: 1.5rem;
        margin-bottom: 8px; }
        .review .review-content .body .text a {
          color: #428bca; }
        .review .review-content .body .text img {
          max-width: 100%; }

.dropdown {
  margin-left: 10px;
  position: relative; }
  .dropdown > .toggler {
    padding: 1px 5px;
    font-size: 0.9em; }
  .dropdown > .toggler.melt {
    border-radius: 2px 2px 0 0; }
  .dropdown > .content {
    position: absolute;
    z-index: 1; }

.dropdown.menu .content ~ .toggler {
  color: red; }
.dropdown.menu > .content {
  display: flex;
  flex-direction: column;
  width: 100px;
  right: 0;
  background-color: #3d190c;
  border-radius: 2px 0 2px 2px;
  overflow: hidden; }
  .dropdown.menu > .content > .menuitem {
    font-size: 0.85rem;
    margin: 1px 1px 0 1px;
    border-radius: 0;
    display: block;
    padding: 2px 0; }
    .dropdown.menu > .content > .menuitem:hover {
      background-color: #913d1e; }
    .dropdown.menu > .content > .menuitem.m-circle::before {
      width: 1em;
      height: 1em;
      content: '';
      display: inline-block;
      vertical-align: middle;
      border-radius: 50%;
      margin-right: 0.5em; }
    .dropdown.menu > .content > .menuitem.m-default::before {
      background-color: white; }
    .dropdown.menu > .content > .menuitem.m-red::before {
      background-color: red; }
    .dropdown.menu > .content > .menuitem.m-green::before {
      background-color: green; }
    .dropdown.menu > .content > .menuitem.m-yellow::before {
      background-color: yellow; }
    .dropdown.menu > .content > .menuitem.m-blue::before {
      background-color: blue; }
    .dropdown.menu > .content > .menuitem.m-violet::before {
      background-color: violet; }
  .dropdown.menu > .content > .menuitem:last-child {
    margin-bottom: 1px; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }

.alert.warning {
  background-color: #fcf8e3;
  border-color: #c09853;
  color: #c09853; }

.alert.info {
  background-color: #3a87ad;
  border-color: #318292;
  color: #dbf3ff; }

.recent-comments-text {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1rem;
  line-height: 1.5rem;
  margin: -40px 12% 30px; }

.recent-comments {
  margin: 10px 10% 0 10%;
  column-count: 2;
  column-gap: 10px; }
  .recent-comments .review {
    display: block;
    break-inside: avoid; }
  .recent-comments .review:first-child {
    margin-top: 0; }

.bluelink {
  color: #428bca; }

@media (max-width: 1200px) {
  .recent-comments {
    column-count: 2 !important;
    margin: 10px 2% 0 2%; }
  header {
    margin: 0 !important; } }

@media (max-width: 900px) {
  .recent-comments-text {
    margin-left: 4%; }
  .recent-comments {
    margin: 10px 2% 0 2%;
    column-count: 1 !important; }
  header {
    margin: 0; } }

@media (max-width: 768px) {
  header {
    margin: 0; }
  .recent-comments {
    column-count: 1 !important; }
  .star-selector {
    width: 162px;
    height: 30px; }
    .star-selector span:first-child, .star-selector span:last-child {
      width: 30px; }
    .star-selector span {
      display: inline-block;
      width: 34px;
      height: 30px; }
  .star-rating.large {
    width: 162px;
    height: 30px; }
    .review .user-information .name {
      font-size: 1.1rem;
      line-height: 1.3rem; } }

@media (max-width: 480px) {
  .recent-comments {
    column-count: 1; }
  header {
    margin: 0; } }

.popup-window-wrapper {
  position: fixed;
  display: flex;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  overflow: auto; }
  .popup-window-wrapper .popup-window {
    width: 40%;
    margin: auto;
    padding: 10px;
    overflow: hidden;
    border: 3px solid #e9e9e9;
    background-color: #ffffff; }
    .popup-window-wrapper .popup-window .alert {
      padding: 5px 10px;
      margin-bottom: 10px;
      border-radius: 2px; }
    .popup-window-wrapper .popup-window .alert:last-child {
      margin-bottom: 0; }
    .popup-window-wrapper .popup-window button {
      width: 100%;
      margin-top: 10px;
      padding: 3px 0;
      background-color: #672b15; }
    .popup-window-wrapper .popup-window form .input-wrapper {
      margin: 5px 0 5px 0; }
    .popup-window-wrapper .popup-window form .input {
      padding: 8px; }
    .popup-window-wrapper .popup-window textarea {
      border: 3px solid #e9e9e9;
      height: 300px; }
    @media only screen and (max-width: 1200px) {
      .popup-window-wrapper .popup-window {
        width: 60%; } }
  @media only screen and (max-width: 768px) {
    .popup-window-wrapper .popup-window {
      width: 80%; } }
@media only screen and (max-width: 480px) {
  .popup-window-wrapper .popup-window {
    width: 98%; } }

.box > .title {
  color: white;
  background-color: #672b15;
  border-bottom: 1px solid #913d1e;
  padding: 5px 10px;
  font-size: 1rem; }
.box > .collapsible-content {
  background-color: white;
  padding: 12px; }

.box.collapsible > .title {
  cursor: pointer;
  user-select: none; }

footer {
  margin: 0 10% 0 10%;
  margin-top: 10px;
  padding: 20px 5px 20px 30px;
  color: white;
  display: flex;
  align-items: center;
  background-color: #672b15; }
@media only screen and (max-width: 1200px) {
  footer {
    margin: 0 !important; } }

.contact {
  margin-left: auto;
  margin-right: 16px; }


/* Update */

header,
footer,
.pagination .page.current,
.pagination .page:hover,
.pagination .nextprev,
.box > .title {
  background-color: var(--color-primary);
  color: white;
}

button,
.popup-window-wrapper .popup-window button {
  background-color: var(--color-accent);
  color: white;
}

button:hover,
.popup-window-wrapper .popup-window button:hover,
.pagination .nextprev:hover {
  background-color: var(--color-accent-hover);
}

body,
html {
  background-color: var(--color-bg);
  color: var(--color-ink);
}

.card {
  background-color: var(--color-surface);
  border: 1px solid var(--color-border-soft);
  box-shadow: 0 4px 14px rgba(18, 44, 61, 0.06);
}

.card hr,
.company-body .review-container .last-visited-item,
.company-body .review-container .last-commented-item,
.company-body .info .contact .location {
  border-color: var(--color-border);
}

h1, h2, h3 {
  color: var(--color-ink);
}

h1.main-heading {
  color: var(--color-ink);
}

.company-header-wrapper .company-header .info .overview {
  color: var(--color-muted);
}

.company-header-wrapper .company-header .info .overview h1 {
  color: var(--color-primary);
}

.company-body .review-container .evaluate.card h2 {
  color: var(--color-ink);
}

.review .review-content .body .text a,
.bluelink {
  color: var(--color-primary);
}

.review .review-content .body .text a:hover,
.bluelink:hover {
  color: var(--color-accent);
  text-decoration: underline;
}

.star-rating {
  background-color: #f4dfaa;
  border: 1px solid #e0c37a;
}

.company-header-wrapper.m-color-blue .company-header .info .overview h1 {
  background-color: #122c3d;
  color: white;
}

.company-header-wrapper.m-color-violet .company-header .info .overview h1 {
  background-color: #6e5a78;
  color: white;
}

.company-header-wrapper.m-color-red .company-header .info .overview h1 {
  background-color: #8f3f2f;
  color: white;
}

.company-header-wrapper.m-color-yellow .company-header .info .overview h1 {
  background-color: #d7a642;
  color: #2b241c;
}

.company-header-wrapper.m-color-green .company-header .info .overview h1 {
  background-color: #4f6f52;
  color: white;
}

.search {
  color: var(--color-ink);
}

.search h1 {
  color: var(--color-primary);
}

.search h2,
.search .subtext {
  color: var(--color-muted);
}

.search form[role=search] *[type=submit] {
  background-color: var(--color-accent);
  color: white;
  border-radius: 6px;
}

.search form[role=search] *[type=submit]:hover {
  background-color: var(--color-accent-hover);
}

.search form[role=search] *[type=search] {
  background-color: var(--color-surface);
  color: var(--color-ink);
  border: 1px solid var(--color-border);
  border-radius: 6px;
  box-shadow: 0 4px 14px rgba(18, 44, 61, 0.06);
}

@media only screen and (max-width: 768px) {
  .search-wrapper .search h1 {
    color: var(--color-primary);
  }

  .search-wrapper .search .subtext {
    color: var(--color-muted);
  }
}

