.storespacer {
  width: 25%;
}

.storeclick {
  width: 50%;
  padding: 10px;
}

.fts-powered-by-text p {
  display: none !important;
}

.secondtable{
  margin-top: -20px;
}
.firstspacer {
  margin-top: -80px;
}
.anchorflavours {
  padding: 10px;
}
.flavours {
  position: relative;
  height: 35px;
  padding-top: 4px;
  font-size: 14px;
  border-bottom: 1px solid #999999;
}
.flavours:hover {
  top: -4px;
  border-bottom: 2px solid #3e90d9;
  cursor: pointer;
}
.flavours p {
  color: #666666 !important;
}
.anchorsplash {
  padding: 10px;
}
.splash {
  position: relative;
  height: 35px;
  padding-top: 4px;
  font-size: 14px;
  border-bottom: 1px solid #999999;
}
.splash:hover {
  top: -4px;
  border-bottom: 2px solid #3e90d9;
  cursor: pointer;
}
.splash p {
  color: #666666 !important;
}
.anchorwheretobuy {
  padding: 10px;
}
.buy {
  position: relative;
  height: 35px;
  padding-top: 4px;
  font-size: 14px;
  border-bottom: 1px solid #999999;
}
.buy:hover {
  top: -4px;
  border-bottom: 2px solid #3e90d9;
  cursor: pointer;
}
.buy p {
  color: #666666 !important;
}
.anchorcontact {
  padding: 10px;
}
.contact {
  position: relative;
  height: 35px;
  padding-top: 4px;
  font-size: 14px;
  border-bottom: 1px solid #999999;
}
.contact:hover {
  top: -4px;
  border-bottom: 2px solid #3e90d9;
  cursor: pointer;
}
.contact p {
  color: #666666 !important;
}
.tdspacer {
  width: 50%;
}
.tdspacerfr {
  width: 60%;
}


#background {
  position: relative !important;
  left: 0px !important;
  top: 0px !important;
  margin-top: -50px;
  z-index: 1 !important;
  background-size: contain !important;
  background-position: center top !important;
  background-repeat: no-repeat !important;
}
#descriptions {
  position: relative !important;
  left: 0px !important;
  top: 0px !important;
  z-index: 9999 !important;
}


.titles {
  margin-top: -60px;
}

.secondary {
  display: none;
}

.age-gate-submit {
  background-color: #1477d0;
  padding: 20px 60px 20px 60px;
  font-size: 18px;
  color: white;
  border-radius: 10px;
}
.age-gate-submit:hover {
  cursor: pointer;
  background-color: #3e90d9;
}

.age-gate-form {
  background-color: white;
  border-radius: 20px;
  border: 1px solid #3e90d9;
  box-shadow: 3px 3px #3e90d9;
}

.logocell {
  padding: 10px;
}
.logo_pad {
  padding-top: 150px !important;
}

.header {
  padding-top: 475px !important;
}
.anchorssmall {
  display: none;
}
@media only screen and (max-width: 500px) {
  .header {
  	padding-top: 225px !important;
	}
  .logo_pad {
  	padding-top: 0px !important;
	}
  .anchorslarge {
    display: none;
  }
  .anchorssmall {
    display: inline;
  }
  .firstspacer {
  	margin-top: -20px;
	}
}
.cans_desktop {
  display: inline;
}
.cans_mobile {
  display: none;
}
@media only screen and (max-width: 500px) {
  .cans_desktop {
  	display: none;
	}
	.cans_mobile {
  	display: inline;
	}
}


/*Buttons*/

.buttons-box {
  position: relative;
  width: 100%;
}
.buttons {
  position: relative;
  width: 120px;
  margin: 0 auto;
}
.btn_twit {
  height: 30px;
  width: 30px;
  margin: 5px;
  background-image: url("http://splashspiked.com/site/wp-content/uploads/2018/03/twitter_idle.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.btn_twit:hover {
  cursor: pointer;
  background-image: url("http://splashspiked.com/site/wp-content/uploads/2018/03/twitter_over.png");
}
.btn_insta {
  height: 30px;
  width: 30px;
  margin: 5px;
  background-image: url("http://splashspiked.com/site/wp-content/uploads/2018/03/insta_idle.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.btn_insta:hover {
  cursor: pointer;
  background-image: url("http://splashspiked.com/site/wp-content/uploads/2018/03/insta_over.png");
}
.btn_face {
  height: 30px;
  width: 30px;
  margin: 5px;
  background-image: url("http://splashspiked.com/site/wp-content/uploads/2018/03/facebook_idle.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.btn_face:hover {
  cursor: pointer;
  background-image: url("http://splashspiked.com/site/wp-content/uploads/2018/03/facebook_over.png");
}

div.wpforms-container-full .wpforms-form label.wpforms-error {
    display: block;
    color: #ffffff;
    font-size: 12px;
    float: none;
}

div.wpforms-container-full .wpforms-form .wpforms-field input.wpforms-error, div.wpforms-container-full .wpforms-form .wpforms-field textarea.wpforms-error, div.wpforms-container-full .wpforms-form .wpforms-field select.wpforms-error {
    border: 1px solid #FFC300;
}