/*
Theme Name: Walters Houghton
*/

body {
  margin: 0 auto;
  box-sizing: border-box;
  background: #e5e5e5;
  font-family: 'acumin-pro', sans-serif;
}

.row {
  margin: 0;
  width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: 600;
  color: #333;
}

h2 {
  font-size: 28px;
  line-height: 38px;
}

p {
  font-size: 18px;
  line-height: 28px;
  color: #666;
}

a {
  color: #87c2bf;
  text-decoration: none;
  transition: color .2s ease;
}

a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
}

/* site navigation */
#site-header {
  background: #828687;
  padding: 20px 0;
}

#site-header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#site-header img {
  max-width: 440px;
  height: auto;
}

.nav-cards {
  display: flex;
  flex-grow: stretch;
  justify-content: flex-end;
  text-align: center;
  margin-top: -20px;
}

.nav-cards a {
  padding: 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  text-decoration: none;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}

.nav-cards a {
  background: #87c2bf;
  color: #fff;
}

#site-header nav {
  padding-top: 20px;
}

#site-header nav a {
  margin-right: 30px;
  text-decoration: none;
  color: #fff;
  transition: color .2s ease;
}

#site-header nav a:last-child {
  margin-right: 0;
}

#site-header nav a:hover {
  color: #87c2bf;
}

.nav-toggle {
  background: #87c2bf;
  padding: 20px;
  text-align: center;
  margin-top: 30px;
  cursor: pointer;
}

.nav-toggle svg {
  fill: #FFF;
}

.nav-show {
  display: block!important;
}

/* hero */
#hero {
  width: 100%;
  min-height: 70vh;
  padding: 200px 0;
  align-items: center;
  background-color: #87c2bf;
  background: url(img/hero2.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  justify-content: center;
  text-align: center !important;
}

#hero .col-md-6 {
  padding: 40px;
  text-transform: uppercase;
}

#hero h1 {
  color: #FFF;
  font-size: 48px;
  line-height: 58px;
}
#hero h2 {
  color: #FFF;
  font-size: 28px;
}
#hero p {
  color: #FFF;
  font-size: 18px;
}
small {
  font-weight: 300;
}

#hero img {
  max-width: 100%;
  height: auto;
}

.hero-card {
  padding: 40px;
  background: #5E2B60;
  color: #FFF;
}

.hero-card h2 {
  font-size: 22px;
  margin: 0 0 20px 0;
  text-transform: uppercase;
}

.hero-card p {
  margin-top: 0;
}

.hero-card a {
  color: #FFF;
  text-transform: uppercase;
}

.hero-card a:hover {
  color: #F0C652;
}

.turquoise {background-color: #87c2bf !important;}
.home-page-content  p {color: #fff !important;}
.home-page-content  p a {text-decoration: underline; color: #fff !important;}

.products {
  display: flex;
  justify-content: space-between;
}

.products a:hover {
  text-decoration: none;
}

.product-card {
  width: 200px;
  height: 200px;
  margin: 30px auto;
  text-align: center;
  text-transform: uppercase;
  padding: 85px 10px;
  background: #87c2bf;
}

.tile-wetted-towelettes {background-image: url("img/tile-wetted-towelettes.jpg");}
.tile-liquids-and-gels {background-image: url("img/tile-liquids-and-gels.jpg");}
.tile-granular {background-image: url("img/tile-granular.jpg");}
.tile-pump-sprays {background-image: url("img/tile-pump-sprays.jpg");}
.tile-foam-applicators {background-image: url("img/tile-foam-applicators.jpg");}

.product-card:hover {
  background-color: #828687;
 background-image: none;
  transition: all .2s ease;
}

.product-card h4 {color: #fff;}

.product-card-no-hover {
  width: 200px;
  height: 200px;
  margin: 30px auto;
  text-align: center;
  text-transform: uppercase;
  padding: 85px 10px;
}
.product-card h4, .product-card-no-hover h4 {color: #fff;}

.text-head {
  text-transform: uppercase;
  color: #87c2bf;
  margin-top: 30px;
  margin-left: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #87c2bf;
  width: 100%;
}

.home-page-content {display: block; width: 80%; height: auto; margin: 0px auto; text-align: center;}

nav #breadcrumb {
  background: none;
  padding: 0;
  margin-bottom: 0;
  color: #fff !important;
}

nav #breadcrumbs {
  color: #fff !important;
}

nav #breadcrumbs a {
  color: #fff !important;
  text-decoration: underline;
}

/* site footer */
#site-footer {
  background: #828687;
  padding: 30px 0;
  color: #FFF;
}

#site-footer .col-lg-4 {
  margin-bottom: 20px;
}

#site-footer h2 {
  color: #87c2bf;
  border-bottom: 2px solid #87c2bf;
  padding-bottom: 10px;
  margin: 0 0 20px 0;
  text-transform: uppercase;
}


#site-footer a {
  display: block;
  text-decoration: none;
  color: #FFF;
  margin-bottom: 10px;
  transition: color .2s ease;
}

#site-footer a:hover {
  color: #87c2bf;
}

#site-footer p {
  color: rgba(255, 255, 255, 0.6);
}

/* page content */
.page-content {
  background: #FFF;
  padding: 30px 0;
}

.page-header {
  padding: 30px 0;
  background: #87c2bf;
}

.page-header h1 {
  color: #FFF;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 48px;
}

#breadcrumbs {
  color: #fff;
  font-size: 14px;
}

#breadcrumbs a {
  color: #fff;
}

/* contact form */
.form-wrapper {
  background: #828687;
  padding: 30px;
}

.form-wrapper p {
  margin: 0;
}

.form-input {
  margin-bottom: 30px;
  width: 100%;
  padding: 10px;
  border: none;
  font-size: 16px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.form-input:focus {
  outline: 2px solid #87c2bf;
}

.form-input::placeholder {
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
}

.wpcf7-list-item {
  color: #fff;
  margin: 0!important;
}

.btn-submit {
  background: #87c2bf;
  padding: 10px 30px;
  width: 100%;
  margin: 30px 0;
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
  border: none;
  cursor: pointer;
  font-weight: 600;
  margin-bottom: 0;
}

.contact-page address {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}

.contact-page .row {
  margin-bottom: 30px;
}

.contact-page .row:last-child {
  margin: 0;
}

.contact-info a {
  display: block;
  margin-bottom: 20px;
}

.contact-info svg {
  display: inline-block;
  vertical-align: middle;
  fill: #87c2bf;
  margin-right: 5px;
}

/* product-list */
.card-list {
  padding-top: 30px;
}

.product {
  background: #fff;
  padding: 20px;
  display: block;
  margin-bottom: 30px;
}

.product img {
  margin-left: auto;
  margin-right: auto;
}

.product h4 {
  font-size: 24px;
  line-height: 32px;
  text-transform: uppercase;
  border-top: 1px solid #eee;
  padding-top: 20px;
}

.product:hover {
  text-decoration: none;
  transition: all .2s ease-in-out;
}

.product:hover h4 {
  color: #87c2bf;
}

.product p {
  color: #666;
}

.card-list p {padding: 20px 0px;}

/* application form */
#application {
  margin-top: 30px;
}

#application .row {
  margin: 20px 0;
}

#application .wpcf7-list-item {
  margin-right: 10px!important;
}

#application .wpcf7-list-item-label {
  color: #222!important;
}

#application label {
  font-family: 'acumin-pro', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 5px;
}

#application input[type="text"],
#application input[type="email"],
#application input[type="tel"],
#application textarea {
  width: 100%;
  font-family: 'acumin-pro', sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #222;
  padding: 15px;
  border: 1px solid #ebebeb;
}

#application input:focus, #application textarea:focus {
  outline: 2px solid #5e2b60;
}

.btn-submit-app {
  padding: 15px;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  background: #5e2b60;
  color: #FFF;
  transition: all .2s ease;
}

.btn-submit-app:hover {
  background: #7B517C;
}

@media (min-width: 769px) {
  .nav-toggle {
    display: none;
  }
}

@media (max-width: 768px) {
  #site-header .container {
    flex-direction: column;
  }

  .nav-cards {
    justify-content: center;
    margin-top: 20px;
  }

  #site-footer {
    text-align: center;
  }

  .footer-nav {
    text-align: center;
  }

  #site-header .nav-links {
    display: none;
    background: #87c2bf;
    padding: 20px 0;
    border-top: 1px solid #fff;
  }

  #site-header .nav-links a {
    display: block;
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
    color: #fff;
  }

  #site-header .nav-links a:hover {
    color: #fff;
  }

  #site-header .nav-links a:last-child {
    margin-bottom: 0;
  }

  #hero h1 {
    text-shadow: 0px 0px 10px rgba(150, 150, 150, 1);
  }
}

@media (max-width: 992px) {
  #site-header img {
    max-width: 240px;
  }
}
