/* ==========================================================================
   Piezo Website Redesign
   Created June 2019 by Neale Van Fleet
   ========================================================================== */
   
   
 /* ==========================================================================
   Colors
   ========================================================================== */

#header {
	border-bottom: none;
}

::-moz-selection {
	color: #fff;
    background: #C1773E;
    text-shadow: none;
}

::selection {
	color: #fff;
    background: #C1773E;
    text-shadow: none;
}

h1, h3, h4, h5, h6 {
	color: #333;
}

h2 {
	font-weight: 800;
	font-size: 32px;
	line-height: 36px;
	text-align: center;
	color: #CD732E;
}

a, a:link, a:visited {
	color: #CD732E;
}

a:hover {
	color: #333;
	text-decoration: underline;
	text-decoration-color:rgba(205, 115, 46, 0.5);
	text-decoration-thickness: 2px;
}

.new-badge{
	border-radius: 6px;
	color: #333;
	background: #FFEC51;
	padding: 5px 5px;
	margin: 0;
	font-size: 10px;
	display: inline;
}

.new {
	color: #FFEC51
}

.column.new {
	color: #333;
	padding: 0 0 0 55px;
}

.column.new:before {
	content: 'New';
	float: left;
}

p {
	margin-bottom: 15px;
}

/* ==========================================================================
   Splash Section
   ========================================================================== */

.section.splash {
	background: #333;
	background: url('images/background.png');
	overflow: hidden;
	padding-bottom: 15px;
	color: #fff;
}

@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi){ 
	.section.splash {
		background: url('images/background@2x.png');
		background-size: 48px 46px;
	}
}

.splash .title {
	text-align: left;
	display: inline-box;
	margin: 0 auto;
}

.splash .title .icon-container {
	float: left;
	margin: 0 15px 0 75px;
}

.splash h1 {
	font-weight: 900;
	color: #fff;
	text-transform: uppercase;
	font-size: 100px;
	line-height: 92px;
	padding-top: 25px;
	text-align: left;
}

.splash h2 {
	color: #C1773E;
	font-weight: 300;
	font-size: 32px;
	text-align: center;
	clear: both;
}


.splash h3 {
	color: #C1773E;
	font-weight: 800;
	font-size: 30px;
	line-height: 38px;
	margin: 30px 0 15px;
	text-align: center;
	clear: both;
}

.splash p {
	text-align: left;
	font-size: 22px;
	line-height: 28px;
}

.action-small.purchase, .action-large.purchase {
	background: url('../../global/images/siteimages/icon-basket.png') no-repeat 22px center, #CD732E;
	background-size: 24px 24px;
	font-weight: 600;
	color: #fff;
	position: relative;
	padding-left: 30px;
}

.action-small .basket-handle-left, .action-large .basket-handle-left {
	position: absolute;
	display: inline-block;
	left: 28px;
	top: 12px;
	height: 10px;
	width: 2px;
	border-radius: 0px;
	background: #fff;
	
	-ms-transform: rotate(-20deg); /* IE 9 */
    -webkit-transform: rotate(-20deg); /* Chrome, Safari, Opera */
    transform: rotate(-20deg);
    
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    
    transform-origin: bottom center;
}

.action-small .basket-handle-right, .action-large .basket-handle-right {
	position: absolute;
	display: inline-block;
	left: 38px;
	top: 12px;
	height: 10px;
	width: 2px;
	border-radius: 0px;
	background: #fff;
	
	-ms-transform: rotate(20deg); /* IE 9 */
    -webkit-transform: rotate(20deg); /* Chrome, Safari, Opera */
    transform: rotate(20deg);
    
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    
    transform-origin: bottom center;
}

/* Rotate Left Handle on Hover */
.action-small:hover .basket-handle-left, .action-large:hover .basket-handle-left {	
	-ms-transform: rotate(20deg); /* IE 9 */
    -webkit-transform: rotate(20deg); /* Chrome, Safari, Opera */
    transform: rotate(20deg);
    
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

/* Rotate Left Handle on Hover */
.action-small:hover .basket-handle-right, .action-large:hover .basket-handle-right {
	-ms-transform: rotate(-20deg); /* IE 9 */
    -webkit-transform: rotate(-20deg); /* Chrome, Safari, Opera */
    transform: rotate(-20deg);
    
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;	
}

@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi){ 
    .action-small.purchase, .action-large.purchase {
		background: url('../../global/images/siteimages/icon-basket@2x.png') no-repeat 22px center, #CD732E;
		background-size: 24px 24px;
	}
}

.action-small.purchase:hover, .action-large.purchase:hover {
	background: url('../../global/images/siteimages/icon-basket.png') no-repeat 22px center, #333;
	background-size: 24px 24px;
	color: #fff;
}

@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi){ 
	.action-small.purchase:hover, .action-large.purchase:hover {
		background: url('../../global/images/siteimages/icon-basket@2x.png') no-repeat 22px center, #333;
		background-size: 24px 24px;
	}
}

/* Download Button */

.action-small.download, .action-large.download {
	background: url('../../global/images/siteimages/icon-download-small.png') no-repeat 20px 15px, url('../../global/images/siteimages/icon-download-small-stem.png') no-repeat 20px 15px, #CD732E;
	background-size: 16px 20px;
	color: #fff;
	padding-left: 30px;
	position: relative;
	font-weight: 600;
}

.action-small.download:hover, .action-large.download:hover {
	background: url('../../global/images/siteimages/icon-download-small.png') no-repeat 20px 20px, url('../../global/images/siteimages/icon-download-small-stem.png') no-repeat 20px 15px, #333;
	background-size: 16px 20px;
	color: #fff;
	
	-webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;	
}



@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi){ 
	.action-small.download, .action-large.download {
		background: url('../../global/images/siteimages/icon-download-small@2x.png') no-repeat 20px 15px, url('../../global/images/siteimages/icon-download-small-stem@2x.png') no-repeat 20px 15px, #CD732E;
		background-size: 16px 20px;
	}
	
	.action-small.download:hover, .action-large.download:hover {
		background: url('../../global/images/siteimages/icon-download-small@2x.png') no-repeat 20px 20px, url('../../global/images/siteimages/icon-download-small-stem@2x.png') no-repeat 20px 15px, #333;
		background-size: 16px 20px;
	}
}

/* ==========================================================================
   Description Section
   ========================================================================== */

.section.description {
	padding: 30px 0 30px;
}

.description h2 {
	font-size: 42px;
	line-height: 48px;
	font-weight: 800;
	color: #CD732E;
	margin-top: 0;
	text-transform: uppercase;
}


.description p {
	text-align: left;
	font-size: 22px;
	line-height: 28px;
}


/* ==========================================================================
   Features Section
   ========================================================================== */

.section.feature-large {
	background: #FFF3E9;
	overflow: hidden;
	margin: 0 0 4px;
}

.section.feature-large h3 {
	font-size: 42px;
	line-height: 48px;
	font-weight: 800;
	color: #CD732E;
	margin-top: 35px;
	text-transform: uppercase; 
}

.section.feature-large p {
	font-size: 22px;
	line-height: 30px;
}

.section.features {
	background: #fff;
	overflow: hidden;
}

.section.features h2 {
	text-transform: uppercase;
	font-size: 42px;
	line-height: 48px;
}

.section.features h4 {
	color: #CD732E;
	font-weight: 700;
	margin: 5px 0 0;
}

.section.features p {
	font-size: 18px;
	line-height: 24px;
}

/* ==========================================================================
   Actions Section
   ========================================================================== */
   
.section.actions {
	background: #FFF3E9;
	font-size: 18px;
	line-height: 24px;
}

.section.actions p {
	font-size: 18px;
	line-height: 24px;
}

.section.actions p.smaller {
	font-size: 14px;
	line-height: 18px;
}

.section.actions h2 {
	margin-top: 14px;
	font-size: 42px;
	line-height: 48px;
	text-transform: uppercase;
}

/* ==========================================================================
   Accolades Section
   ========================================================================== */

.section.accolades {
	background: #333;
	background: url('images/background.png');
	color: #fff;
}

@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi){ 
	.section.accolades {
		background: url('images/background@2x.png');
		background-size: 48px 46px;
	}
}

.section.accolades h2 {
	font-size: 42px;
	line-height: 48px;
	font-weight: 800;
	color: #CD732E;
	margin-top: 0px;
	text-transform: uppercase; 
}

.section.accolades p {
	color: #fff;
	font-weight: 200;
	font-size: 18px !important;
	line-height: 28px !important;
}

.section.accolades a {
	color: #fff;
}

.section.accolades a:hover {
	color: #333;
	color: #FFF3E9;
}

#quotes-container {
	height: 230px;
}

/* ==========================================================================
   Buy Page
   ========================================================================== */

#title h2 {
	font-size: 22px;
	font-weight: 300;
	color: #CD732E;
	text-transform: none;
	text-align: left;
}

#title h2 img {
	margin-bottom: 4px;
}

a.storeButton, a.storeButton:link, a.storeButton:visited {
	color: #fff;
	background: #CD732E;
}

a.storeButton:hover {
	color: #fff;
	background: #333;
}

.store-item h3 {
	color: #21252b;
}

.store-block-big {
	background: #FFF3E9;
}

.store-box:has(h4:target), .store-box:target {
	box-shadow: 0 0 20px 5px #CD732E;
}

/* ==========================================================================
   Mobile Styles
   ========================================================================== */

@media all and (max-width: 631px) { 
	.splash h1 {
		font-size: 80px;
		text-align: center;
	}
	
	.splash .title .icon-container {
		margin: 0 auto;
		text-align: center;
		width: 100%;
	}
	
	.section.features h4 {
		text-align: center;
	}
	
	.splash h3, .section.feature-large h3, .section.accolades h2, .section.features h2, .section.actions h2, .section.description h2  {
		font-weight: 800;
		font-size: 34px;
		line-height: 42px;	
		text-align: center;
	}
	
}