h1 {
    line-height: 1.2;
    overflow-wrap: break-word;
}

/*Header/Logo Title */
#topSearch {
  float: right;
  position: static;
  width: 500px;
}

.header {
  background: url('https://turbifycdn.com/ty/cdn/yhst-61727502248570/bg-header.jpg') no-repeat center center;
  top: 0px;
  width: 100%;
  height:145px;
  padding:0px;
  text-align: center;
  position:absolute;
  z-index: -1;
}

#logo {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.50);
  text-align: center;
}

.cartBar a, #superbarContainer a {
    text-decoration: none;
    color: white;
        font-weight: bold;
}


/* footer */

footer {
	background-color: transparent;
}

.newsletter input[type='email'] {
display:none;
}

.newsletter input[type='submit'] {
display:none;
} 

.newsletterSocial {
    background-color: transparent;
    padding: 0px 0;
}

.newsletter > form {
  border-radius: 0px;
}

.newsletter input[type="email"] {
  height: 0px;
}

.newsletter input[type="submit"] {
  height: 0px;
  border-radius: 0px;
}

/*Footer Image*/

 .footer {
    background: url('https://turbifycdn.com/ty/cdn/yhst-61727502248570/bg-blackstone.jpg');
    background-repeat: repeat-x;
    left: 0;
    bottom: 0;
   width: 100%;
    padding: 4px;
    margin: 0;
    height: 267px;
    text-align: center;
    position: absolute;
    z-index: -1;  
}


