@font-face{
	font-family: 'geobrand-fontregular';
	src: url('../fonts/GeoBrand-Font-Regular.eot');
	src: url('../fonts/GeoBrand-Font-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/GeoBrand-Font-Regular.woff2') format('woff2'),
		url('../fonts/GeoBrand-Font-Regular.woff') format('woff'),
		url('../fonts/GeoBrand-Font-Regular.ttf') format('truetype'),
		url('../fonts/GeoBrand-Font-Regular.svg#geobrand-fontregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

.dg-custom-icons{
	font-family: 'geobrand-fontregular';
	font-style: normal;
}

.woocommerce-order-received .titlebar-title{
	margin-bottom: 5px;
}

.woocommerce-order-received .order-received-notice{
	margin-top: 0;
	margin-bottom: 80px;
}

.woocommerce-order-received .woocommerce .woocommerce-thankyou-order-details{
	margin: 0 0 40px;
	padding: 0;
	width: 100%;
}

.woocommerce-order-received .woocommerce .woocommerce-thankyou-order-details li{
	display: block;
	float: none;
	margin-right: 0;
	padding: 0;
	margin-bottom: 30px;
	border: none;
}

.woocommerce-order-received .thankyou-sidebar{
	border-right: solid 1px #593547;
	box-sizing: border-box;
}

.woocommerce-order-received .thankyou-title{
	font-size: 60px;
	line-height: 70px;
	text-transform: uppercase;
	color: #593547;
	margin-bottom: 20px;
}

.woocommerce-order-received .thankyou-text{
	font-size: 18px;
	line-height: 28px;
	color: #593547;
}

.woocommerce-order-received .thankyou-main{
	padding-left: 100px
}

.woocommerce-order-received .thankyou-button-container{
	padding: 30px 20px 38px;
	box-sizing: border-box;
	border-radius: 10px;
	text-align: center;
	box-shadow: 3px 3px 10px rgba(0,0,0,0.25);
}

.woocommerce-order-received .thankyou-button-container .inner-button{
	margin-bottom: 0;
}

.woocommerce-order-received .thankyou-button-container .inner-button a{
	padding: 7px 14px;
	border-radius: 7px;
}

.woocommerce-order-received .thankyou-button-container .button-title{
	text-transform: uppercase;
	font-size: 26px;
}

.woocommerce-order-received .thankyou-add-to-basket{
	background-color: #134135;
	background-image: url('../images/wine-club/wine-glasses.png');
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center;
}

.woocommerce-order-received .thankyou-add-to-basket .button-title{
	color: #ffc54d;
}

.woocommerce-order-received .thankyou-find-out-more{
	background-color: #5e759c;
	background-image: url('../images/wine-club/wine-bottle.png');
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center;
}

.woocommerce-order-received .thankyou-find-out-more .button-title{
	color: #eae8cc;
}

.woocommerce-order-received .thankyou-add-to-basket .inner-button a{
	background-color: #1a5142;
	color: #fff;
	transition: 0.2s linear all;
}

.woocommerce-order-received .thankyou-add-to-basket .inner-button a:hover{
	background-color: #ffc54d;
	color: #344469;
}

.woocommerce-order-received .thankyou-find-out-more .inner-button a{
	background-color: #ffc54d;
	color: #344469;
	transition: 0.2s linear all;
}

.woocommerce-order-received .thankyou-find-out-more .inner-button a:hover{
	background-color: #1a5142;
	color: #fff;
}

.thankyou-form-container .nf-form-cont{
	width: 100%;
	font-size: 0;
	background-color: #134135;
	color: #fff;
	padding: 0 20px;
	box-sizing: border-box;
	border-radius: 10px;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 30px;
}

.thankyou-form-container .nf-form-title{
	width: 50%;
}

.thankyou-form-container .nf-form-wrap{
	width: 50%;
}

.thankyou-form-container .nf-form-title,
.thankyou-form-container .nf-form-wrap{
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
}

.thankyou-form-container .nf-form-title h3{
	font-family: "Josefin Sans";
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 0;
}

.thankyou-form-container .nf-form-wrap .nf-form-layout nf-fields-wrap{
	width: 100%;
	font-size: 0;
	padding: 0 !important;
	height: auto !important;
}

.thankyou-form-container #nf-form-3-cont nf-fields-wrap{
	background: none !important;
	border-radius: none !important;
	box-shadow: none !important;
}

.thankyou-form-container .nf-form-wrap .nf-form-layout nf-fields-wrap nf-field{
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	height: 45px;
}

.thankyou-form-container .nf-form-wrap .nf-form-layout nf-fields-wrap nf-field:first-child{
	width: 70%;
}

.thankyou-form-container .nf-form-wrap .nf-form-layout nf-fields-wrap nf-field:last-child{
	width: 30%;
}

.thankyou-form-container .nf-form-wrap .nf-form-layout .nf-form-errors{
	margin-top: 0;
}

.thankyou-form-container .nf-form-wrap .nf-form-layout nf-fields-wrap nf-field .textbox-wrap input{
	background-color: #fff !important;
	border: none !important;
	height: 45px !important;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
}

.thankyou-form-container .nf-form-wrap .nf-form-layout nf-fields-wrap nf-field .submit-wrap input{
	background-color: #ffc54d !important;
	color: #344469;
	border: none !important;
	height: 45px !important;
	width: 100%;
	cursor: pointer;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
}

.thankyou-form-container .nf-form-wrap .nf-form-layout nf-fields-wrap nf-field .submit-wrap input:hover{
	background-color: #1a5142 !important;
	color: #fff !important;
}

.thankyou-form-container .nf-after-form-content .nf-form-errors{
	display: none !important;
}

.thankyou-form-container .nf-form-wrap .nf-form-layout nf-fields-wrap nf-field .nf-error-msg{
	background-color: #593547;
	padding: 5px;
	color: #fff !important;
	margin-right: 0;
}

.thankyou-form-container .nf-error.field-wrap .nf-field-element::after{
	background: #593547;
	color: #fff;
	font-family: FontAwesome;
	font-size: 19px;
	content: "\f12a";
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	height: 45px;
	width: 25px;
	line-height: 50px;
	text-align: center;
	transition: all .5s;
}

.thankyou-form-container .nf-pass.field-wrap .nf-field-element::after{
	right: 10px;
	line-height: 47px;
}

.page-template-tmpl-wine-club{
	overflow-x: hidden;
}

.wine-club-header{
	text-align: center;
	width: 100%;
	position: relative;
	background-color: #1b2549;
	background-image: url('../images/wine-club/header.png');
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
}

.wine-club-border-box{
	padding: 40px;
	position: relative;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	max-width: 700px;
}

.wine-club-border-box .top-left,
.wine-club-border-box .top-right,
.wine-club-border-box .bottom-left,
.wine-club-border-box .bottom-right{
	position: absolute;
	border: solid 6px #fff;
	background-color: #1b2549;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	box-sizing: border-box;
	z-index: 9;
}

.wine-club-border-box .border-box{
	border: solid 6px #fff;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	left: 0;
	top: 0;
}

.wine-club-border-box .top-left{
	top: -25px;
	left: -25px;
}

.wine-club-border-box .top-right{
	top: -25px;
	right: -25px;
}

.wine-club-border-box .bottom-left{
	bottom: -25px;
	left: -25px;
}

.wine-club-border-box .bottom-right{
	bottom: -25px;
	right: -25px;
}

.wine-club-header .container{
	position: relative;
	padding-top: 40px;
	padding-bottom: 40px;
}

.wine-club-header .leaves,
.wine-club-header .grapes,
.wine-club-header .bottles1,
.wine-club-header .bottles2{
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.wine-club-header .leaves{
	width: 388px;
	height: 500px;
	right: -25%;
	bottom: -375px;
	background-image: url('../images/wine-club/wine-leaves.png');
	z-index: 2;
}

.wine-club-header .grapes{
	width: 300px;
	height: 325px;
	left: -20%;
	bottom: -235px;
	background-image: url('../images/wine-club/grape.png');
	z-index: 2;
}

.wine-club-header .bottles1{
	width: 477px;
	height: 250px;
	left: -20%;
	bottom: -87px;
	background-image: url('../images/wine-club/bottles1.png');
	z-index: 1;
}

.wine-club-header .bottles2{
	width: 496px;
	height: 250px;
	right: -25%;
	bottom: -87px;
	background-image: url('../images/wine-club/bottles2.png');
	z-index: 1;
}

.wine-club-header .wine-club-title{
	color: #fff;
	text-transform: uppercase;
}

.wine-club-header .wine-club-header-text{
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
}

.wine-club-header .wine-club-header-text p{
	color: #fff;
	font-size: 18px;
}

.wine-club-header .wine-club-header-text p:last-child{
	margin-bottom: 0;
}

.sub-product{
	margin-bottom: 80px;
}

.sub-product .sub-product-price,
.sub-product .sub-product-title{
	font-size: 32px;
	margin-bottom: 0;
	text-transform: uppercase;
}

.sub-product .sub-product-desc{
	margin-top: 20px;
}

.sub-product .sub-product-image{
	width: 100%;
	height: 400px;
	border-radius: 15px;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.25);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.sub-product-short-desc{
	margin-top: 20px;
}

.sub-product-short-desc ul{
	margin-bottom: 0;
	padding: 0;
	list-style: none;
}

.sub-product-short-desc ul li{
	position: relative;
	padding-left: 25px;
}

.sub-product-short-desc ul li:after{
	font-family: 'geobrand-fontregular';
	font-style: normal;
	content: "V";
	color: #fff;
	position: absolute;
	left: 0;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	top: 4px;
	line-height: 13px;
	text-align: center;
	font-size: 12px;
}

.sub-product .sub-product-buy-button{
	display: inline-block;
	padding: 7px 12px 5px;
	border-radius: 5px;
	color: #fff;
	transition: 0.2s linear all;
	margin-top: 20px;
}

.left-column.sub-product-text-container{
	padding-right: 80px;
}

.right-column.sub-product-text-container{
	padding-left: 80px;
}

.left-column.sub-product-image-container{
	padding-right: 0;
}

.right-column.sub-product-image-container{
	padding-left: 0;
}

.green-sub-product .sub-product-price,
.green-sub-product .sub-product-title{
	color: #103d31;
}

.green-sub-product .sub-product-image{
	background-color: #103d31;
}

.green-sub-product .sub-product-buy-button{
	background-color: #103d31;
}

.green-sub-product .sub-product-short-desc ul li:after{
	background-color: #103d31;
}

.blue-sub-product .sub-product-price,
.blue-sub-product .sub-product-title{
	color: #5e759c;
}

.blue-sub-product .sub-product-image{
	background-color: #5e759c;
}

.blue-sub-product .sub-product-buy-button{
	background-color: #5e759c;
}

.blue-sub-product .sub-product-short-desc ul li:after{
	background-color: #5e759c;
}

.yellow-sub-product .sub-product-price,
.yellow-sub-product .sub-product-title{
	color: #ffc54d;
}

.yellow-sub-product .sub-product-image{
	background-color: #ffc54d;
}

.yellow-sub-product .sub-product-buy-button{
	background-color: #ffc54d;
}

.yellow-sub-product .sub-product-short-desc ul li:after{
	background-color: #ffc54d;
}

.sub-product .sub-product-buy-button:hover{
	background-color: #593547;
}

.select-package-title{
	position: relative;
	text-align: center;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	color: #5d3a4c;
	margin-bottom: 60px;
}

.select-package-title::before,
.select-package-title::after{
	content: '';
	width: 32%;
	height: 3px;
	background-color: #76a090;
	position: absolute;
	top: 13px;
}

.select-package-title::before{
	left: 0;
}

.select-package-title::after{
	right: 0;
}

.package-product .package-col-inner{
	position: relative;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 15px;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.25);
	cursor: pointer;
}

.package-product .package-image{
	height: 200px;
	width: 100%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.package-product .sub-product-price{
	position: absolute;
	top: 0;
	right: 0;
	top: 20px;
	right: 20px;
	font-size: 36px;
}

.package-product.green-package-product .package-col-inner{
	background-color: #103d31;
}

.package-product.green-package-product .sub-product-title,
.package-product.green-package-product .sub-product-price,
.package-product.green-package-product .package-desc p{
	color: #ffc54d;
}

.package-product.blue-package-product .package-col-inner{
	background-color: #5e759c;
}

.package-product.blue-package-product .sub-product-title,
.package-product.blue-package-product .sub-product-price,
.package-product.blue-package-product .package-desc p{
	color: #fff;
}
	
.package-product.yellow-package-product .package-col-inner{
	background-color: #ffc54d;
}

.package-product.yellow-package-product .sub-product-title,
.package-product.yellow-package-product .sub-product-price,
.package-product.yellow-package-product .package-desc p{
	color: #103d31;
}

.package-product .package-selector{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: solid 2px #103d31;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	position: relative;
	cursor: pointer;
}

.package-product .package-selector::before{
	content: '';
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: transparent;
	position: absolute;
	top: 3px;
	left: 3px;
	transition: 0.2s linear all;
}

.package-product .package-selector:hover::before,
.package-product .active-selector.package-selector::before{
	background-color: #103d31;
}

.package-button-container{
	text-align: center;
	margin-top: 40px;
}

.package-button-container .package-button{
	display: inline-block;
	background-color: #ffc54d;
	color: #103d31;
	padding: 8px 12px 5px;
	border-radius: 5px;
	transition: 0.2s linear all;
}

.package-button-container .package-button:hover{
	background-color: #593547;
	color: #fff;
}

@media only screen and (max-width: 1190px){
	.wine-club-header .bottles1{
		left: -35%;
	}
	
	.wine-club-header .bottles2{
		right: -38%;
	}
	
	.woocommerce-order-received .thankyou-title{
		font-size: 50px;
		line-height: 60px;
	}
	
	.menu-header > ul > li a{
		padding: 1.3em 1.2em;
	}
}

@media only screen and (max-width: 992px){	
	.select-package-title::before,
	.select-package-title::after{
		display: none;
	}
	
	.package-product .package-image{
		height: 150px;
	}
	
	.sub-product-title{
		margin-bottom: 0;
	}
	
	.package-product .sub-product-price{
		position: relative;
		top: 0;
		right: 0;
		font-size: 20px;
	}
	
	.sub-product .sub-product-image{
		height: 300px;
	}
	
	.thankyou-form-container .nf-form-title,
	.thankyou-form-container .nf-form-wrap{
		display: block;
		width: 100%;
	}
	
	.#nf-form-3-cont form{
		padding: 0;
	}
	
	.thankyou-form-container .nf-form-cont{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	.woocommerce-order-received .thankyou-add-to-basket{
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 768px){
	.page-template-tmpl-select-package .aws-container .aws-search-form,
	.page-template-tmpl-wine-club .aws-container .aws-search-form{
		margin-top: 25px;
		z-index: 99;
		width: 100%;
	}
	
	.wine-club-border-box{
		padding-top: 85px;
	}
	
	.package-product{
		margin-bottom: 40px;
	}
	
	.sub-product .sub-product-price,
	.sub-product .sub-product-title{
		font-size: 24px;
	}
	
	.sub-product .sub-product-image{
		height: 200px;
	}
	
	.sub-product-image-container,
	.sub-product-text-container{
		padding-left: 25px !important;
		padding-right: 25px !important;
	}
	
	.sub-product-image-container{
		margin-top: 20px;
	}
	
	.woocommerce-order-received .thankyou-sidebar{
		border: none;
	}
	
	.woocommerce-order-received .thankyou-main{
		padding-left: 15px;
		padding-right: 15px;
		margin-top: 40px;
	}
	
	.woocommerce-order-received .thankyou-title{
		font-size: 36px;
		line-height: 46px;
	}
}