/* Site: additive3d.com
 * Author: Christoph Zamaitat (FirmCatalyst GmbH)
 * Author URI: http://zamaitat.de // http://firmcatalyst.com
 * Version: 1.0
 * Theme Name: Zuki - Child Theme
 * Template: zuki */
@import 'https://fonts.googleapis.com/css?family=Catamaran:300,400,500,600,700';
body {
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, p, a, strong, em, i, td, th, .entry-title {
  font-family: 'Catamaran', sans-serif !important;
}

a {
  cursor: crosshair;
}

#site-nav {
  padding: 0 0 30px 0;
}

@media screen and (min-width: 1260px) {
  #site-nav ul li a {
    font-weight: 700;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 766px) {
  #site-title {
    padding: 12px 0 40px 10px;
  }
}

#site-title h1 {
  font-weight: 400;
  font-size: 1.4rem;
}

@media screen and (min-width: 1260px) {
  #site-title h1 {
    font-weight: 200;
    font-size: 1.1rem;
  }
}

table, thead, tbody, th, td, tr {
  display: block;
  overflow: hidden;
  color: #282828;
}

table {
  border-collapse: separate;
  border-spacing: 2px;
  border-bottom: 0;
}

thead tr {
  position: absolute;
  top: -9999px;
  left: -9999px;
  background-color: white;
}

tbody tr:nth-child(odd) {
  background-color: #f5f5f5;
}

th {
  font-size: 14px !important;
  line-height: 130% !important;
  padding: 0.5em !important;
}

td, td p {
  font-size: 13px !important;
  line-height: 130% !important;
}

td {
  padding: 0.5em 0.5em !important;
  border: 0 !important;
}

td:before {
  content: attr(data-label) ": ";
  display: inline-block;
  font-weight: bold;
  width: 9em;
}

@media screen and (min-width: 990px) {
  table {
    display: table;
    width: 100%;
  }
  thead {
    display: table-header-group;
  }
  thead tr {
    position: static;
    top: auto;
    left: auto;
  }
  tbody {
    display: table-row-group;
  }
  tr {
    display: table-row;
  }
  th {
    display: table-cell;
    padding: 6px 12px;
    vertical-align: top;
    text-align: left;
    font-size: 13px !important;
  }
  td, td p {
    font-size: 11px !important;
  }
  td {
    display: table-cell;
    padding: 0.5em !important;
    vertical-align: top;
    text-align: left;
  }
  td:first-of-type {
    font-weight: 700;
  }
  td:before {
    content: "";
    width: auto;
  }
}

@media screen and (max-width: 989px) {
  td {
    padding-left: 9em !important;
  }
  td:first-of-type {
    background-color: black;
    color: white;
    padding-top: 1em !important;
    padding-bottom: 1em !important;
  }
  td:before {
    margin-left: -9em;
    padding-left: .5em;
    padding-right: .5em;
  }
}

.entry-details,
.entry-author {
  display: none;
}

.credit li:not(.copyright) {
  display: none !important;
}

.blog .post .entry-meta,
.archive .post .entry-meta,
.search-results .entry-meta {
  margin-top: 20px;
}

.site-content .post {
  margin-bottom: 60px;
  padding-bottom: 60px;
}

h3.widget-title,
h3.blog-title {
  font-size: 0.9em !important;
}

.widget-area .widget {
  padding: 30px 0;
}

.widget-area .widget ul li {
  padding: 5px 0;
  line-height: 1.5;
}

.widget_recent_entries ul {
  margin-bottom: 0;
}

.widget.widget_search {
  padding: 20px 0;
}

#primary h3.blog-title {
  padding-top: 20px;
}

/*# sourceMappingURL=style.css.map */
