body {
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6, .title, .product-title {
  font-weight: normal;
  font-family: 'Futura BT W01 Book';
}

h1 {
  margin-bottom: 10px;
  letter-spacing: 0.2em;
}

h2 {
  font-size: 30px;
  letter-spacing: 0.1em;
}

h3, h4, h5, h6 {
  letter-spacing: 0.05em;
}

span.underline {
  width: 124px;
  height: 10px;
  display: block;
  margin: 15px auto;
  background: #b4c0c9;
}

button {
  font-size: 14px;
  letter-spacing: 0.05em;
  padding: 9px 13px 11px;
  background: transparent;
  text-transform: uppercase;
  border: 1px solid #1a2a36;
}

button.btn-reverse {
  color: #ffffff;
  border-color: #ffffff;
}

.entry-content .woocommerce .button {
  color: #ffffff !important;
}

.content-center > div {
  position: relative;
}

.content-center .widget-title {
  top: 50%;
  margin: 0;
  width: 100%;
  color: #ffffff;
  font-size: 30px;
  text-align: center;
  position: absolute;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.hero-banner {
  color: #ffffff;
  text-align: center;
}

.hero-banner h3, .hero-banner h4 {
  letter-spacing: 0;
}

.hero-banner h3 {
  font-size: 48px;
  margin-bottom: 0;
}

.hero-banner h4 {
  font-size: 31px;
  margin-bottom: 30px;
}

.main-nav a,
.main-nav span {
  font-weight: normal;
  text-transform: none !important;
}

#site-header li.menu-item-has-children > span::after,
#site-header li.menu-item-has-children > a::after {
  color: #3c4a54 !important;
}

#site-header {
  margin-bottom: -11px;
}

#logo img {
  max-width: 170px;
}

#footer {
  padding-bottom: 0 !important;
}

#footer .main {
  padding-top: 30px !important;
  padding-bottom: 0 !important;
}

#footer .widget-box {
  margin-bottom: 20px !important;
}

#footer .menu li {
  padding: 0;
  border: none !important;
}

#footer .secondary {
  padding: 20px 0 20px 0;
  background: #3c4a54;
}

#footer .secondary p {
  line-height: 20px;
  font-size: 11px !important;
}
