.hero {
	height: 650px;
	background: url('/images/hero-image.jpg?20180327') right no-repeat;
}
@media screen and (min-width: 2500px) {
	.hero {
		background-position:center;
	}
	
}

.hero .content-holder {
	height: 650px;
	position: relative;
}

.hero .content-holder .text-button-holder {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	padding: 0 50px;
}

.hero .content-holder .text-button-holder h2 {
	color: white;
	font-size: 38px;
	text-transform: uppercase;
	margin-top: 0;
	text-shadow: 0px 0px 50px black;
	background:rgba(0,0,0,0.4);
	padding:30px;
	border-radius:30px;
}

.hero .content-holder .text-button-holder .linkbutton {
	display: block;
	background-color: white;
	width: 185px;
	line-height: 42px;
	text-align: center;
	color: #5c5656;
	text-decoration: none;
	font-size: 20px;
	text-transform: uppercase;
	margin: 60px auto 0;
}

.subhero-prodslide-section {
	position: relative;
}

.subhero-prodslide-section .pasta {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-65%);
	pointer-events: none;
}

.subhero-prodslide-section .subhero {
	position: relative;
	min-height: 410px;
	background: #e6e8d8 url('/images/salt-pepper.jpg') right no-repeat;
}

.subhero-prodslide-section .subhero .content-holder {
	display: table;
	width: 100%;
	min-height: 410px;
}

.subhero-prodslide-section .subhero .text {
	display: table-cell;
	width: 100%;
	height: 410px;
	text-align: center;
	vertical-align: middle;
	padding: 20px;
}

.subhero-prodslide-section .subhero .text h2 {
	color: #474747;
	font-size: 38px;
	text-transform: uppercase;
}

.subhero-prodslide-section .subhero .text p {
	color: #5c5656;
	line-height: 28px;
}

.subhero-prodslide-section .prodslide-holder {
	/*height: 565px;/*removed with below section */
	height:565px;
	background-color: white;
	padding-top: 35px;
}

.coffee-section {
	position: relative;
	height: 520px;
	background: url('/images/coffee.jpg') no-repeat center;
}

.coffee-section a {
	position: absolute;
	width: 100%;
	max-width: 380px;
	height: 200px;
	display: block;
	top: 50%;
	left: 50%;
	transform: translate(-66%,-40%);
}

.newsletter-social-section {
	position: relative;
	height: auto;
	background-color: white;
	text-align: center;
}

.newsletter-social-section .pasta {
	position: absolute;
	bottom: 10px;
	right: 0;
	pointer-events: none;
}

.newsletter-social-section .top-text {
	padding-top: 50px;
}

.newsletter-social-section .top-text div {
	font-style: italic;
}

.newsletter-social-section h2 {
	font-size: 34px;
	margin: 0;
	color: #727271;
}

.newsletter-social-section .box-holder {
	width: 100%;
	max-width: 1180px;
	padding: 50px 30px;
	margin: auto;
}

.newsletter-social-section .box-holder .box {
	width: 100%;
	max-width: 550px;
	height: auto;
	min-height: 290px;
	background-color: #e6e8d8;
	color: #474747;
	float: right;
	padding: 30px 30px 24px
}

.newsletter-social-section .box-holder .box:first-child {
	float: left;
}

.newsletter-social-section .box-holder .box .icon {
	display: inline-block;
	margin-bottom: 10px;
}

.newsletter-social-section .box-holder .icon img {
	display: block;
}

.newsletter-social-section .box-holder .box h2 {
	font-size: 26px;
	text-transform: uppercase;
}

.newsletter-social-section .box-holder .box .input-holder {
	margin: auto;
	position: relative;
	width: 100%;
	max-width: 240px;
	height: 32px;
	border: 1px solid #93948c;
}

.newsletter-social-section .box-holder .box .input-holder input[type=email] {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: calc(100% - 30px);
	border: 0;
	background-color: #e6e8d8;
	outline: 0;
	padding-left: 10px;
	background:transparent;
}

.newsletter-social-section .box-holder .box .input-holder input[type=submit] {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 30px;
	border: 0;
	background-color: #e6e8d8;
	cursor: pointer;
	outline: 0;
}

.newsletter-social-section .box-holder .box .input-holder i {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 30px;
	text-align: center;
	line-height: 30px;
	pointer-events: none;
	color: #7a7d78;
}

.newsletter-social-section .box-holder .box .social {
	text-align: center;
}

.newsletter-social-section .box-holder .box .social .link {
	display: inline-block;
	margin: 0 5px;
}

.newsletter-social-section .box-holder .box .social .link a {
	display: block;
}










































