/* @override 
	https://chinawinecompetition.com/cont/css/styles_public_styleWinnerPrintouts.css
	https://local.chinawinecompetition.com/cont/css/styles_public_styleWinnerPrintouts.css
*/

/* @group Certificates */

@page {
	margin: 1rem; 
}

body {
	margin: 0.5rem 1rem 0rem 1rem;
	padding: 0rem; 
	background-color: #FFF;
}

body#competitionCertificate {
	padding: 2rem;
	text-align: center;
	background-color: #FFFFFF;
}

body#competitionCertificate main {
	height: 24cm;
	padding: 1rem 2rem 1rem 2rem;
	/*border: 4px solid #AAA;*/
	border-radius: 2rem;
	/*background-image: url('/cont/img/certificateImagery/certificatesBackgroundPattern.png');*/
	background-blend-mode: multiply;
	background-color: #FFFFFF;
	background-size: 15%;
}

body#competitionCertificate main .compLogo {
	width: 25%;
	margin: 0rem 0rem 2rem 0rem;
}

#competitionCertificate .winnerInfo {
	height: 9.2cm;
}

#competitionCertificate h1 {
	margin: 0rem 0rem 0.5rem 0rem;
	padding: 0rem;
	font-family: 'Source Serif Pro';
	font-weight: 700;
	font-size: 3.2rem;
	letter-spacing: 0.2rem;
	color: #231F20;
	line-height: 1.1;
}

#competitionCertificate h2 {
	margin: 0rem 0rem 2rem 0rem;
	padding: 0rem;
	font-family: 'Source Sans Pro';
	font-weight: 300;
	font-size: 2rem;
	font-style: italic;
	letter-spacing: 0.2rem;
	color: #231F20;
	line-height: 1.1;
}

#competitionCertificate h3 {
	margin: 0rem 0rem 2rem 0rem;
	padding: 0rem;
	font-family: 'Source Sans Pro';
	font-weight: 600;
	font-size: 1rem;
	letter-spacing: 0.2rem;
	color: #D50058;
	text-transform: uppercase;
}

#competitionCertificate .medal {
	width: 19%;
	margin: 0rem 0rem 2rem 0rem;
}

#competitionCertificate h4 {
	margin: 0rem 0rem 1rem 0rem;
	padding: 0rem;
	font-family: 'Source Serif Pro';
	font-weight: 400;
	font-size: 2rem;
	letter-spacing: 0rem;
	color: #231F20;
}

#competitionCertificate h5 {
	margin: 0rem 0rem 1rem 0rem;
	padding: 0rem;
	font-family: 'Source Sans Pro';
	font-weight: 400;
	font-size: 1rem;
	letter-spacing: 0.1rem;
	color: #D50058;
	text-transform: uppercase;
}

#competitionCertificate h6 {
	margin: 1rem 0rem 1rem 0rem;
	padding: 0rem;
	font-family: 'Source Sans Pro';
	font-weight: 400;
	font-size: 1.2rem;
	letter-spacing: 0.1rem;
	color: #D50058;
	text-transform: uppercase;
}

#competitionCertificate .signature {
	width: 20%;
	margin: 1rem 0rem 0rem 0rem !important;
}

#competitionCertificate p {
	margin: 0rem 0rem 0.5rem 0rem;
	font-family: 'Source Sans Pro';
	font-size: 1rem;
	font-weight: 700;
}

#competitionCertificate p em {
	display: block;
	margin: 0rem 0rem 2rem 0rem;
	font-family: 'Source Sans Pro';
	font-size: 1rem;
	font-style: normal;
	font-weight: 600;
}

#competitionCertificate .qr {
	width: 10%;
}

/* @end */

/* @group Shelf Talkers custom styles */  

/* Letter paper size: 21.5 cm x 27.9 cm */

#shelfTalkers.letter {
	width: 20.5cm; /* accounts for printer margins */
	height: 25.9cm; /* accounts for printer margins */
	padding: 0.5cm 0cm 0cm 0.5cm;
}

#shelfTalkers.letter main {
	display: flex;
	flex-wrap: wrap;
}

#shelfTalkers.letter main > aside {
	padding: 0rem 3.5% 0.2rem 0rem;
	font-size: 0.6rem;
	text-align: center;
	font-family: Helvetica;
	color: #383838;
}

#shelfTalkers.awardType-medals .quadrant {
	width: 9.5cm;
	height: 12.95cm;
	padding: 1.8rem 0rem 0rem 0rem;
	display: flex;
	flex-direction: column;
	border: 1px solid #593453;
}

#shelfTalkers .quadrant1 {
	margin-right: 0.3cm;
	margin-bottom: 0.5rem;
}

#shelfTalkers .quadrant3 {
	margin-right: 0.3cm;
}

/* START Regular medal Shelf Talker */

#shelfTalkers.awardType-medals .quadrant .medalImagesContainer {
	width: 100%;
	height: 3cm;
	padding: 0.3cm;
	position: relative;
	border-top: 1px dashed #b3b3b3;
}

#shelfTalkers.awardType-medals .quadrant .medalImagesContainer .awardImg {
	width: 3.2cm;
	height: 3.2cm;
	top: 0.3cm;
	left: 0.5cm;
	position: absolute;
}

#shelfTalkers.awardType-medals .quadrant .medalImagesContainer .compLogo {
	height: 2.2cm;
	position: absolute;
	top: 0.5cm;
	left: 4.5cm;
}

#shelfTalkers.awardType-medals .quadrant header {
	margin: 0rem;
	padding: 0.7cm 0.5cm 0.2cm 0.6cm;
	width: 100%;
	height: 2.8cm;
	background-color: #5b5d60;
	font-family: 'Source Serif Pro';
}

#shelfTalkers.awardType-medals .quadrant header h1 {
	/* medal name */
	margin: 0rem;
	padding: 0rem;
	color: #FFF;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.5;
}

#shelfTalkers.awardType-medals .quadrant header h2 {
	/* points text */
	margin: 0rem;
	padding: 0rem;
	color: #FFF;
	font-size: 1.2rem;
	font-weight: 400;
}

#shelfTalkers.awardType-medals .quadrant article {
	margin: 0rem;
	padding: 0.5cm 0.6cm 0.5cm 0.6cm;
}

#shelfTalkers.awardType-medals .quadrant article h3 {
	/* brand name */
	margin: 0rem 0rem 0.4rem 0rem;
	padding: 0rem;
	font-size: 1.4rem;
	font-weight: 700;
	color: #cd004f;
}

#shelfTalkers.awardType-medals .quadrant article h4 {
	/* producer name */
	margin: 0rem 0rem 0.4rem 0rem;
	padding: 0rem;
	font-weight: 400;
	font-size: 1rem;
}

#shelfTalkers.awardType-medals .quadrant article h4.vintage {
	/* Vintage year */
	margin: 0rem 0rem 0.5rem 0rem;
	padding: 0rem;
	font-weight: 400;
	font-size: 0.9rem;
}

#shelfTalkers.awardType-medals .quadrant article h5 {
	/* Tasting Notes title */
	margin: 0rem 0rem 0.5rem 0rem;
	padding: 0rem;
	font-family: 'Source Sans Pro';
	font-size: 0.9rem;
	font-weight: 700;
	text-transform: uppercase;
	color: #534d4b;
}

#shelfTalkers.awardType-medals .quadrant article p {
	/* tasing notes body */
	margin: 0rem;
	padding: 0rem;
	font-size: 0.8rem;
	font-weight: 400;
	color: #777777;
	line-height: 1.4;
}

/* START Special awards Shelf Talker */

#shelfTalkers.awardType-special-awards {
	
}

#shelfTalkers.awardType-special-awards .quadrant {
	width: 9.5cm;
	height: 12.95cm;
	padding: 1.8rem 0rem 0rem 0rem;
	display: flex;
	flex-direction: row-reverse;
	border: 1px solid #593453;
	overflow: hidden;
}

#shelfTalkers.awardType-special-awards .quadrant .medalImagesContainer {
	width: 30%;
	height: 13.2cm;
	padding: 0.3cm;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	border-top: 1px dashed #b3b3b3;
	background-color: #bdbdbd;
	/* background-color: #DADADA; */
	/* background-color: #6DC6C2; */
}

#shelfTalkers.awardType-special-awards .quadrant .medalImagesContainer .awardImg {
	width: 100%;
}

#shelfTalkers.awardType-special-awards .quadrant.awardsCount7 .medalImagesContainer .awardImg {
	width: 90%;
}

#shelfTalkers.awardType-special-awards .quadrant.awardsCount2 .medalImagesContainer img, 
#shelfTalkers.awardType-special-awards .quadrant.awardsCount3 .medalImagesContainer img, 
#shelfTalkers.awardType-special-awards .quadrant.awardsCount4 .medalImagesContainer img, 
#shelfTalkers.awardType-special-awards .quadrant.awardsCount5 .medalImagesContainer img {
	margin-bottom: 0.2rem;
}
 
#shelfTalkers.awardType-special-awards .quadrant.awardsCount6 .medalImagesContainer img,
#shelfTalkers.awardType-special-awards .quadrant.awardsCount7 .medalImagesContainer img {
	margin-bottom: -0.9rem;
}

#shelfTalkers.awardType-special-awards .quadrant .txt {
	width: 70%;
	border-top: 1px dashed #b3b3b3;
}

#shelfTalkers.awardType-special-awards .quadrant header {
	display: flex;
	flex-direction: column;
}

#shelfTalkers.awardType-special-awards .quadrant header .logoHeader {
	/* Competition Logo */
	height: 2.7cm;
	padding: 0.3cm;
	overflow: hidden;
}

#shelfTalkers.awardType-special-awards .quadrant header .logoHeader img {
	margin: 0.3rem 0rem 0rem 2.9rem;
	height: 1.9cm;
}

#shelfTalkers.awardType-special-awards .quadrant header .txtHeader {
	padding: 0.3cm;
	background-color: #65676b;
}

#shelfTalkers.awardType-special-awards .quadrant header .txtHeader h1 {
	margin: 0rem 0rem 0.5rem 0rem;
	padding: 0rem;
	color: #FFF;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
}

#shelfTalkers.awardType-special-awards .quadrant header .txtHeader h2 {
	margin: 0rem;
	padding: 0rem;
	color: #FFF;
	font-size: 1.2rem;
	font-weight: 400;
	text-align: right;
}


#shelfTalkers.awardType-special-awards .quadrant article {
	width: 100%;
	height: 6.9cm;
	padding: 0.3cm;
	display: flex;
	flex-direction: column;
	align-items: left;
	position: relative;
}

#shelfTalkers.awardType-special-awards .quadrant article h3 {
	/* brand name */
	margin: 0rem 0rem 0.2rem 0rem;
	padding: 0rem;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.1;
	color: #cd004f;
}

#shelfTalkers.awardType-special-awards .quadrant article h4 {
	/* producer name */
	margin: 0rem 0rem 0.5rem 0rem;
	padding: 0rem;
	font-weight: 400;
	font-size: 1rem;
}

#shelfTalkers.awardType-special-awards .quadrant article h4.vintage {
	/* Vintage year */
	margin: 0rem 0rem 0.4rem 0rem;
	padding: 0rem;
	font-weight: 400;
	font-size: 0.8rem;
}

#shelfTalkers.awardType-special-awards .quadrant article h5 {
	/* Tasting Notes title */
	margin: 0rem 0rem 0.4rem 0rem;
	padding: 0rem;
	font-family: 'Source Sans Pro';
	font-size: 0.9rem;
	font-weight: 700;
	text-transform: uppercase;
	color: #cd004f;
}

#shelfTalkers.awardType-special-awards .quadrant article p {
	/* tasing notes body */
	margin: 0rem;
	padding: 0rem;
	font-size: 0.8rem;
	font-weight: 400;
	color: #777777;
	line-height: 1.5;
}

/* @end */