/* Hide the tagline */
#site-description { display: none; }

#site-logo {
  background: url(/wp-content/uploads/2015/09/Stinka_Wordmark_113_27_5c5c5c.png) no-repeat;
  background-size: cover;
  width: 113px;
  height: 28px;
}
#site-logo a {
  font-size: 0;
  color: transparent;
  width: 113px;
  height: 28px;
  display: inline-block;
}

/* Override the colour and upper-casing of headers */
h1, h2, h3, h4, h5, h6, th, #site-logo {
  text-transform: none !important;
  color: #5c5c5c !important;
}

/* Override the styling of inputs and buttons */
textarea, input[type=text], input[type=password], input[type=search], input[type=email], input[url], input[type=number] { 
  border: 1px solid #5c5c5c !important; 
  padding: 6px;
}
input[type=reset], input[type=submit], button, .button {
  background: #F5EDE6 !important;
  color: #5c5c5c !important;
  border: 1px solid #A99B8E !important;
  text-transform: none;
  padding: 8px 15px;
}

/* Put a border around the add-to-cart quantity */
.quantity { display: inline; }

/* Custom header social links */
nav #horizontal-menu li:nth-child(1),
nav #horizontal-menu li:nth-child(2),
nav #horizontal-menu li:nth-child(3) {
  position: absolute;
  font-size: 30px;
  margin-top: -10px;
}
nav #horizontal-menu li:nth-child(1) {
  left: 160px;
}
nav #horizontal-menu li:nth-child(2) {
  left: 205px;
}
nav #horizontal-menu li:nth-child(3) {
  left: 260px;
  margin-top: -7px;
}

/* Custom offcanvas nav social links */
#slide-nav #horizontal-menu li:nth-child(1),#slide-nav #horizontal-menu li:nth-child(2),#slide-nav #horizontal-menu li:nth-child(3) {
  font-size: 20px;
  display: inline-block;
}

/* Custom menu styles */
.horizontal-menu .current_page_item a, .horizontal-menu .current-menu-item a {
  background: #a6a6a6;
}
#cart-icon {
  background: #F5EDE6;
  color: #5c5c5c;
}
#menu-icon {
  color: #8c8c8c;
}

/* Don't show the back-to-top arrow */
p.back-top {
  display: none;
}

/* Bump the 'Shop Online' link down a bit on big viewports */
@media(min-width:810px) {
  .homeShopLink {
    padding-top: 15% !important;
  }
}

/* Cart */
.cart-collaterals .cart_totals { text-align: center !important; }
#shipping_method { margin-left: 0; }
#shipping_method li { list-style-type: none; }

/* Newsletter form */
.widget_wysija { 
  margin: 0;
  text-align: right; 
}
.widget_wysija .updated {
  background: none;
  border: none;
  color: inherit;
}
.widget_wysija_cont .wysija-submit { 
  margin-top: 10px;
  float: right;
}
.wysija-paragraph { margin: 0; }
.wysija-submit wysija-submit-field { float: right; }
@media(max-width:600px) {
  .widget_wysija { text-align: center; }
  .wysija-submit-field { margin: 10px auto 0 auto; }
  .widget_wysija_cont .wysija-submit { float: none; }
}

/* Footer */
.footer-widgets { margin: 40px 0 0 0; padding: 20px 0; }
#footer .social-widget { margin: 0; }
