/* ------------------------------------------------
   The Whisky Exchange
   Designed and Built by The Whisky Exchange
   All Rights Reserved

   2 CSS file 

   Content:
   Image Header
   Quiz Item
   Intro
   Question
   Answer
   Actions
   Complete
   Products
   Share
   ------------------------------------------------ */

/* ------------------------------------------------
   Image Header
   ------------------------------------------------ */
.quiz--2 .quiz-image-header {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

/* ------------------------------------------------
   Quiz Item
   ------------------------------------------------ */
.quiz--2 .quiz-item {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background-color: #fff;
}
.quiz--2 .quiz-item__header {
	background-color: #000000;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	font-family: 'Sanchez', times, serif;
	font-size: 1.4em;
	font-weight: 400;
	letter-spacing: 0.3em;
	color: #fff;
}

/* ------------------------------------------------
   Intro
   ------------------------------------------------ */
.quiz--2 .quiz-intro__copy {
	font-family: 'Sanchez', times, serif;
	font-size: 1.8em;
	font-weight: 400;
	letter-spacing: 0.3em;
	color: #000000;
}
.quiz--2 .quiz-intro__message {
	color: #000000;
	line-height: 1.5;
}

/* ------------------------------------------------
   Question
   ------------------------------------------------ */

/* Copy */
.quiz--2 .quiz-question__copy {
	font-family: 'Sanchez', times, serif;
	font-size: 1.8em;
	font-weight: 400;
	letter-spacing: 0.3em;
	color: #000000;
}

/* ------------------------------------------------
   Answer
   ------------------------------------------------ */

/* Button */
.quiz--2 .quiz-answer__content {
	background: #000000;
}
.quiz--2 .quiz-answer__content::before {
	background: rgba(187,172,120,1);
	background: -moz-linear-gradient(left, rgba(187,172,120,1) 0%, rgba(187,172,120,0) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(187,172,120,1)), color-stop(100%, rgba(187,172,120,0)));
	background: -webkit-linear-gradient(left, rgba(187,172,120,1) 0%, rgba(187,172,120,0) 100%);
	background: -o-linear-gradient(left, rgba(187,172,120,1) 0%, rgba(187,172,120,0) 100%);
	background: -ms-linear-gradient(left, rgba(187,172,120,1) 0%, rgba(187,172,120,0) 100%);
	background: linear-gradient(to right, rgba(187,172,120,1) 0%, rgba(187,172,120,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1568b6', endColorstr='#1568b6', GradientType=1 );
}
.quiz--2 .quiz-answer__content::after {
	background: #000000;
	border: 8px solid #000000;
}
.quiz--2 .quiz-answer__input:checked + .quiz-answer__content::after {
	background: #bbac78;
}

/* ------------------------------------------------
   Actions
   ------------------------------------------------ */
.quiz--2 .quiz-action__button {
	background: #bbac78;
}

/* ------------------------------------------------
   Complete
   ------------------------------------------------ */
.quiz--2 .quiz-complete__spinner {
	color: #000000;
}
.quiz--2 .quiz-complete__title {
	color: #303030;
}
.quiz--2 .quiz-complete__number {
	color: #000000;
}
.quiz--2 .quiz-complete__message {
	color: #000000;
}

/* ------------------------------------------------
   Products
   ------------------------------------------------ */
.quiz--2 .quiz-products__title {
	font-family: 'Sanchez', times, serif;
	font-size: 1.5em;
	font-weight: 400;
	letter-spacing: 0.3em;
	line-height: 1.3;
	color: #000000;
}
.quiz--2 .quiz-products__product {
	color: #000000;
}
.quiz--2 .quiz-products__copy {
	height: 80px;
}
.quiz--2 .quiz-products__name {
	font-family: 'Sanchez', times, serif;
	font-size: 0.9em;
	font-weight: 400;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
.quiz--2 .quiz-products__product:hover .quiz-products__name {
	color: #bbac78;
}
.quiz--2 .quiz-products__meta {
	font-size: 0.8em;
	color: #777777;
}
.quiz--2 .quiz-products__price {
	font-weight: 700;
	letter-spacing: 0.05em;
}
.quiz--2 .quiz-products__product:hover .quiz-products__price {
	color: #bbac78;
}
.quiz--2 .quiz-products__ppl {
	font-size: 0.8em;
	color: #777777;
}

/* ------------------------------------------------
   Share
   ------------------------------------------------ */
.quiz--2 .quiz-share__title {
	color: #000000;
}