/* Secret Discount Page */
@font-face {
    font-family: 'manus';
    src: url('/assets/css/fonts/manus-webfont.woff2') format('woff2'),
         url('/assets/css/fonts/manus-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.secretdisc {
	/*max-width: 1400px; */
    display: flex;
    flex-direction: column;
    align-items: center;
	/*font-size: 20px;*/
	margin: 0 0 30px 0;
}

.secretdisc h1 {
	font-family: 'manus';
    font-weight: normal;
	font-size: 45px;
	/*line-height: 1em;*/
}

.secretdisc .header {
	text-align: center;
    background: #b3b150 radial-gradient(#8d832b, transparent);
    color: #fff;
    padding: 20px 50px;
	width: 100%;
	/*width: 500px;*/
	min-height: 300px;
	background-image: url(/images/banners/Christmas-disc-Background-XL.jpg);
	background-size: cover;
	background-position: center;
}

.secretdisc .intro {
	font-size: 30px;
	line-height: 1.1em;
}

.secretdisc .copybutton{
	background: #bc8a45;
    color: #fff;
    padding: 10px;
    font-size: 20px;
    font-family: inherit;
    margin-top: 10px;
	border: #fff 3px solid;
}

.secretdisc .showbutton {
	background: #bc8a45;
    color: #fff;
    padding: 10px;
    font-size: 20px;
    font-family: inherit;
    margin: 30px;
    width: fit-content;
	border: #fff 3px solid;
}

#vouchershow, .vouchercode_shown {
	display: none;
	flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.secretdisc .header .voucher .vouchercode {
	background: #fff;
    color: #000;
    padding: 5px;
    font-size: 25px;
    font-family: inherit;
    margin-top: 10px;
    border: #bc8a45 solid 2px;
    text-align: center;
    font-weight: bold;
    width: 160px;

}

.secretdisc .header .voucher {
    /*background: url(https://www.cooksongold.com/images/banners/secret-disc-ticket.png);*/
    padding: 10px;
    max-width: 750px;
    font-size: 20px;
    color: #000;
    display: flex;
    flex-direction: column;
    /*align-content: flex-end;*/
    flex-wrap: wrap;
    /*width: 700px;*/
    /*height: 300px;*/
	position: relative;
	min-width: 270px;
    margin: 10px;
}

.secretdisc .header .voucher img {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
    z-index: 1;
}

.secretdisc .voucher .copy {
	z-index: 2;
    /*position: relative;*/
    margin: 10px;
	color: #fff;
	/*text-align: left;*/
	font-size: 15px;
}

.secretdisc .voucher .copy .discount {
	font-size: 30px;
    font-weight: bold;
}

.secretdisc .terms {
	padding: 10px;
}

.secretdisc .terms p {
	font-weight: bold;
	font-size: 13px;
}

.secretdisc .terms ol {
	padding-left: 20px;
	font-size: 13px;
}

.secretdisc .terms a {
	color: inherit;
}

.secretdisc.offer__copy {
	/*max-width: 600px;*/
	font-size: 18px;
	padding: 10px 20px;
	display: flex;
	text-align: center;
}

.secretdisc.offer__copy p {
	margin-bottom: 20px;
}

.secretdisc.offer__copy p strong, .secretdisc .steps_title p strong {
	font-size: 22px;	
}

.secretdisc .step p{
text-align:center;
}

.secretdisc .step i {
	font-size: -webkit-xxx-large;
	padding-top: 20px;
}

.secretdisc .steps {
	display: flex;
	justify-content: space-evenly;
	padding: 10px;
}
.secretdisc .step {
	width: 32%;
	border: solid grey 1px;
}
.secretdisc .step_title {
	background: #8d832b;
	padding: 5px;
	color: #fff;
	font-weight: bold;
}
.secretdisc .step i {
	font-size: xxx-large;
	padding-top: 20px;
}
.secretdisc .step p {
	padding: 20px;
	text-align:center;
}

@media only screen and (max-width: 800px) {
	.secretdisc .steps {
		flex-direction: column;
	}
	.secretdisc .step {
		width: 100%;
	}	
}

@media screen only and (max-width: 600px) {
	.secretdisc .header {
		background-image: url(/images/banners/Christmas-disc-Background.jpg);
	}
	
	
}
