/* Hounworks — content pages base stylesheet (reconstructed, monochrome studio look) */

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #363636;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; }
a { color: #363636; text-decoration: none; }
a:hover { color: #999; }

#top { display: none; }
.top_line { height: 0; }

#main_container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 24px;
}

/* --- Header / menu --- */
#menu_container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px 28px;
  padding: 22px 0 18px;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 34px;
}
.logo_new { flex: 0 0 auto; }
.logo_new a {
  display: block;
  width: 190px;
  height: 46px;
  background: url(/HW/wp-content/uploads/2014/09/hw2_dark.png) no-repeat left center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
}
ul.left_list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 4px 6px;
  align-items: center;
}
ul.left_list > li { margin: 0; }
ul.left_list > li > a {
  display: block;
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .07em;
  color: #363636;
}
ul.left_list > li.current-menu-item > a,
ul.left_list > li > a:hover { color: #999; }

ul.left_list_second {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 4px 4px;
  align-items: center;
}
ul.left_list_second > li { margin: 0; }
ul.left_list_second > li,
ul.left_list_second > li > a {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #999;
  padding: 4px 8px;
}
ul.left_list_second > li > a:hover { color: #363636; }

.right_search { margin-left: auto; }
.right_search #searchform { display: flex; align-items: center; }
.right_search input#s {
  border: 1px solid #dcdcdc;
  background: #fafafa;
  padding: 6px 10px;
  font-size: 13px;
  color: #363636;
  width: 150px;
  max-width: 40vw;
}
.right_search .search_icon {
  border: 0;
  background: #363636;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.header_text { flex-basis: 100%; }

#header_container, #header_category_container { clear: both; }

/* --- Content --- */
#content { padding-bottom: 48px; }
.single { max-width: 100%; }

h1, h2, h3, h4 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #363636;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 .6em;
}
h1 { font-size: 30px; }
h2 { font-size: 23px; }
h3 { font-size: 19px; }
p { margin: 0 0 1.2em; }

.single img { display: block; margin: 0 0 18px; }

ul.services {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
}
ul.services > li {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}

/* grid-columns plugin supplies column widths; add breathing room */
.column-grid { margin: 0 -12px; }
.column { padding: 0 12px; margin-bottom: 24px; }

.clear { clear: both; }

/* --- Footer --- */
#footer {
  background: #363636;
  color: #cfcfcf;
  margin-top: 40px;
  padding: 34px 0;
}
#footer a { color: #cfcfcf; }
#footer a:hover { color: #fff; }
#footer .menu-footer-container { max-width: 1080px; margin: 0 auto; padding: 0 24px; }
#footer ul#menu-footer {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 20px;
}
#footer ul#menu-footer > li > a {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .06em;
}

@media (max-width: 700px) {
  #menu_container { gap: 12px 16px; }
  .right_search { margin-left: 0; }
  h1 { font-size: 24px; }
}
