/* BASE CSS */
* {
	margin: 0px;
	padding: 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	background-color: #FFFEF7;
	-webkit-text-size-adjust: 100%;
}

body {
	font-family: "Crimson Text", Georgia, Times, "Times New Roman", serif;
	font-size: 18px;
	line-height: 2em;
	color: #5D5B50;
}

body.editor, body.short_editor {
	background-image: none;
	min-height: 500px;
	transition: none;
}

body.short_editor {
	min-height: 200px;
}

body.editor, .cke_panel_block {
	background-color: #FFFFFF;
}

table {
	border-collapse:collapse;
	border-spacing: 0px;
	border: 0px;
}

table.data_table {
	width: 100%;
}

table td {
	vertical-align: top;
}

p {
	margin-bottom: 1em;
}

.block_content p {
	text-align: justify;
}

ul {
	padding-left: 15px;
}

#content ul, #content ol, .editor ul, .editor ol {
	padding-left: 15px;
	margin-bottom: 10px;
}

h1 {
	font-size: 34px;
	line-height: 1em;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	color: #801830;
	letter-spacing: .1em;
	margin-bottom: 1em;
}

h2 {
	font-size: 24px;
	line-height: 1em;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .05em;
	margin-bottom: .25em;
}

@media only screen and (max-width: 699px) {

	h1 {
		font-size: 26px;
	}

	h2 {
		font-size: 20px;
	}
}

hr {
	border: 0px;
	height: 1px;
	margin: 20px auto;
	color: #9C9981;
	background-color: #9C9981;
}

img {
	border: none;
}

#content img, .editor img, .block img {
	max-width: 100%;
	height: auto;
}

a {
	text-decoration: none;
	outline: none;
	cursor: pointer;
	color: #801830;
}

a:hover {
}

a:hover, .button, input[type="button"], input[type="submit"], input[type="reset"] {
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
}

blockquote {
	margin: 10px 0px 10px 15px;
}

.cl {
	clear: left;
}

.cr {
	clear: right;
}

.cb {
	clear: both;
}

.cf:before, .cf:after {
	content: "";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	zoom: 1;
}

.stretch {
	text-align: justify;
	-ms-text-justify: distribute-all-lines;
	text-justify: distribute-all-lines;
}

.stretch:after {
	content: "";
	display: inline-block;
	width: 100%;
}

#content .embed_container, #page_blocks .embed_container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0px;
	overflow: hidden;
	max-width: 100%;
	margin-bottom: 20px;
}

#content .embed_container iframe, #content .embed_container object, #content .embed_container embed,
#page_blocks .embed_container iframe, #page_blocks .embed_container object, #page_blocks .embed_container embed {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.table_container {
	-webkit-overflow-scrolling: touch;
	overflow-x: auto;
}


.right_photo {
	float: right;
	margin: 5px 0px 40px 40px;
	display: inline;
	max-width: 50%;
}

.left_photo {
	float: left;
	margin: 5px 40px 40px 0px;
	display: inline;
	max-width: 50%;
}

@media only screen and (max-width: 599px) {

	.right_photo, .left_photo {
		float: none;
		margin: 0px auto 20px auto;
		display: block;
	}

}

@media only screen and (min-width: 600px) {

	.cols {
		display: flex;
		justify-content: space-between;
	}

	.col2 {
		width: calc(50% - 5px);
	}

}

/* FORM CSS */

#mc-embedded-subscribe-form {
	width: 100%;
	max-width: 400px;
	margin: 0px auto;
}

label, .label {
	white-space: nowrap;
}

input, select, textarea {
	font-family: "Crimson Text", Georgia, Times, "Times New Roman", serif;
	font-size: 16px;
	line-height: 18px;
	padding: 2px 5px;
	border: 0px;
	-webkit-border-radius: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0px;
}

select {
	line-height: 16px;
	padding: 0px 5px;
}

input:focus, select:focus, textarea:focus {
        outline: 0px; 
}

button, .button, input[type="button"], input[type="submit"], input[type="reset"] {
	border: 0px;
	background-color: #801830;
	color: #FFFEF7;
	font-family: "Crimson Text", Georgia, Times, "Times New Roman", serif;
	font-size: 16px;
	text-transform: uppercase;
	padding: 4px 8px;
	-webkit-appearance: none;
	cursor: pointer;
}

.vs-cart-button {
	background-color: #e9e9ed;
}

.alert, .red, #error {
	color: #FF0000;
}

#error li {
	list-style: none;
}

/* LAYOUT CSS */

.container {
	width: 100%;
	max-width: 1160px;
	margin: 0px auto;
	padding: 0px 30px;
	position: relative;
}

header {
	position: relative;
}

#header_inner {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 300px;
	background: rgb(255,254.247);
	background: linear-gradient(180deg, rgba(255,254,247,1) 40px, rgba(255,254,247,0) 100%);
	z-index: 500;
}

.layout2 #header_inner {
	height: 25%;
	background: linear-gradient(180deg, rgba(255,254,247,1) 0%, rgba(255,254,247,0) 100%);
}

#logo {
	position: absolute;
	top: 40px;
	left: 0px;
	width: 100%;
	text-align: center;
}

#logo img {
	width: 200px;
	height: auto;
	display: inline-block;
	position: relative;
	z-index: 500;
}

#header_photo {
	position: relative;
}

#header_photo img {
	display: block;
	width: 100%;
}

#header_overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(98,88,66,.3);
}


@media only screen and (max-width: 999px) {

	#header_inner {
		height: 200px;
	}

	#header_photo {
		height: 300px;
		overflow: hidden;
	}

	#header_photo img {
		width: 1000px;
	}

	#header_photo.center img {
		position: relative;
		left: 50%;
		margin-left: -500px;
	}

	#header_photo.right img {
		float: right;
	}

	#header_photo.left_center img {
		position: relative;
		left: 25%;
		margin-left: -250px;
	}

	#header_photo.right_center img {
		position: relative;
		left: 75%;
		margin-left: -750px;
	}

}

.collapsed_temp #header_inner, .collapsed #header_inner {
	position: fixed;
	top: -60px;
	width: 100%;
	height: 60px;
	min-height: auto;
	background-color: #FFFEF7;
	background-image: none;
	z-index: 500;
	border-bottom: 1px solid #9C9981;
}

.collapsed #header_inner {
	top: 0px;
	-webkit-transition: top 0.4s ease-in;
	transition: top 0.4s ease-in;
}

.collapsed_temp #logo, .collapsed #logo {
	top: 10px;
	height: 40px;
	overflow: hidden;
}

.collapsed_temp #logo img, .collapsed #logo img {
	width: 100px;
}

@media only screen and (min-width: 900px) {

	.collapsed_temp #nav, .collapsed #nav {
		top: 20px;
	}

}

#ctas {
	padding: 10px;
	overflow-x: hidden;
}

.cta {
	backround-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
}

.cta a {
	display: block;
	color: #FFFEF7;
	font-size: 40px;
	line-height: 1em;
	text-align: center;
	letter-spacing: 5px;
	padding: 10px;
}

.cta a {
	background-color: rgba(98,88,66,.5);
}

.cta a:hover {
	background-color: #2D2825;
}

.cta a:hover {
	background-color: transparent;
}

.cta a span {
	display: block;
	border: 1px solid #FFFFFF;
	padding: 5% 5%;
}

.layout2 .cta a span {
	padding: 15% 5%;
}

.cta a strong {
	display: block;
	font-size: 1.75em;
	font-weight: normal;
	line-height: 1em;
	text-transform: uppercase;
}

.cta a em {
	color: #801830;
}

@media only screen and (min-width: 600px) {

	#ctas {
		padding: 10px;
		display: flex;
		justify-content: space-between;
	}

	.cta {
		width: calc(50% - 5px);
	}

}

@media only screen and (max-width: 599px) {

	.cta:first-child {
		margin-bottom: 10px;
	}

}

footer {
	background-color: #5B5646;
	background-image: url('../images/footer-bg.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	height: 752px;
	padding-top: 100px;
	text-align: center;
}

#footer_logo {
	margin-bottom: 60px;
}

#footer_logo img {
	width: 120px;
}

#mailinglist {
	font-size: 25px;
	line-height: 1em;
	letter-spacing: .05em;
	color: #9C9981;
	width: 100%;
	max-width: 350px;
	margin: 0px auto 3em auto;
}

#mailinglist .title {
	font-size: 1.4em;
	line-height: 1em;
	letter-spacing: .1em;
	color: #FFFEF7;
	margin-bottom: .5em;
}

#mailinglist label, #mailinglist p {
	white-space: normal;
	font-style: italic;
}

#mailinglist form div, #mailinglist a {
	border: 1px solid #FFFEF7;
	margin-top: 1.5em;
	padding: 10px 15px;
}

#mailinglist #email_box {
	background-color: transparent;
	font-size: 16px;
	color: #9C9981;
	width: calc(100% - 80px);
}

#mailinglist #email_submit, #mailinglist a {
	background-color: transparent;
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
	color: #9C9981;
	width: 80px;
	text-align: center;
}

#mailinglist #email_submit:hover, #mailinglist a:hover {
	color: #FFFEF7;
}

@media only screen and (max-width: 499px) {

	#mailinglist {
		font-size: 20px;
	}

}

footer a {
	color: #B0955B;
}

#social {
	padding: 0px;
	margin-bottom: 2em;
	text-align: center;
}

#social li {
	list-style: none;
	display: inline-block;
	margin: 0px 10px;
	font-size: 28px;
	line-height: 28px;
}

#social li a {
	display: block;
	color: #FFFEF7;
}

#social li a:hover {
	color: #9C9981;
}

#footer_links {
	margin-bottom: 1em;
}

#footer_links a {
	text-transform: uppercase;
	color: #9C9981;
}

#footer_contact {
	margin-bottom: 1.5em;
}

#footer_contact a {
	color: #9C9981;
	margin: 0px 10px;
}

#footer_links a:hover, #footer_contact a:hover {
	color: #FFFEF7;
}

#copyright {
	line-height: 1.5em;
	font-style: italic;
	color: #7C7960;
}

#copyright a {
	color: #7C7960;
}

@media only screen and (min-width: 2000px) {

	footer {
		background-position: center center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}

}

@media only screen and (min-width: 500px) {

	#copyright br {
		display: none;
	}

}

/* NAVIGATION CSS */

#nav ul {
	padding: 0px;
}

#nav li {
	list-style: none;
	position: relative;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 3px;
	text-transform: uppercase;
}

#nav li a {
	color: #9C9981;
}

#nav li li {
	font-size: 15px;
	font-style: italic;
	text-transform: none;
	letter-spacing: 1px;
}

#subnav, #back_link {
	border-bottom: 1px solid #9C9981;
	padding: 30px 0px;
}

#subnav ul {
	padding: 0px;
}

#subnav li, #back_link {
	list-style: none;
	font-size: 18px;
	font-style: italic;
}

#subnav li a, #back_link a {
	color: #9C9981;
}

#subnav li a:hover, #subnav li.active a, #back_link a:hover {
	color: #801830;
}

/* PAGE BLOCK CSS */

.block.padding_top {
	padding-top: 100px;
}

.block.padding_bottom {
	padding-bottom: 100px;
}

.block.border_top {
	border-top: 1px solid #DDDDDD;
}

.block_photo {
	max-width: none;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.block_photo img {
	width: 100%;
	display: block;
}

.block_content_photo .photo img {
	width: 100%;
	display: block;
}

.block_content_photo .content_inner {
	padding: 10%;
}

@media only screen and (min-width: 1050px) {

	.block_content_photo .container {
		display: flex;
	}

	.block_content_photo.right .container {
		flex-direction: row-reverse; 
	}

	.block_content_photo .container .photo {
		flex: 1;
		margin-bottom: 0px;
	}

	.block_content_photo .content {
		display: flex;
		flex: 1;
		justify-content: center;
		align-items: center;
	}

}

@media only screen and (max-width: 799px) {

	.block_content_photo .container .photo {
		min-height: 70vh;
	}

}

.block_box {
	margin-bottom: 40px;
}

.block_box a {
	display: block;
	position: relative;
}

.block_box img {
	width: 100%;
	display: block;
}

.block_box .content {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: rgba(45,40,37,.6);
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	padding: 10px;
}

.block_box .content_inner {
	display: block;
	border: 1px solid #FFFFFF;
	width: 100%;
	height: 100%;
}

.block_box .content_inner_inner {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	transform: translateY(-50%);
	font-size: 60px;
	line-height: .8em;
	letter-spacing: .1em;
	color: #FFFFFF;
}

.block_box .title {
	text-transform: uppercase;
}

.block_box .title em {
	font-size: 0.833333333333333em;
	text-transform: none;
	color: #801830;
}

.block_box a:hover .content {
	background-color: transparent;
}

.block_box a:hover .title em {
	color: #FFFFFF;
}

@media only screen and (min-width: 599px) {

/*
	.block_boxes .container_inner {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.block_box {
		width: calc(50% - 5px);
	}
*/
}

@media only screen and (max-width: 767px) {

	.block.padding_top {
		padding-top: 40px;
	}

	.block.padding_bottom {
		padding-bottom: 40px;
	}

}

/* HOME CSS */

.block_slideshow {
	clear: both;
	width: 100%;
	position: relative;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.layout2 .block_slideshow {
	height: 100vh;
}

.block_slideshow ul {
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 100%;
}

.layout2 .block_slideshow ul {
	height: 100%;
}

.block_slideshow li {
	list-style: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	opacity: 0;
}

.layout2 .block_slideshow li {
	height: 100% !important;
}

.block_slideshow li:first-child {
	display: block;
	float: left;
	opacity: 1;
}

.block_slideshow li img {
	width: 100%;
	float: left;
}

.block_slideshow .content {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	font-size: 40px;
	line-height: 1em;
	color: #FFFEF7;
	letter-spacing: .1em;
	text-align: center;
	background-color: rgba(98,88,66,.3);
}

.block_slideshow .content_inner {
	position: relative;
	top: 55%;
	transform: translateY(-55%);
}

.block_slideshow .content .title {
	font-size: 2.25em;
	line-height: 1em;
	text-transform: uppercase;
	padding: 0px 10px;
}

.block_slideshow .content .subtitle {
	font-style: italic;
	margin-top: .5em;
	padding: 0px 10px;
}

.rslides_tabs {
	padding: 0px;
	text-align: center;
	position: absolute;
	bottom: 1%;
	left: 0px;
	width: 100%;
	z-index: 100;
}

.rslides_tabs li {
	list-style: none;
	display: inline-block;
	margin: 0px 3px;
	width: 14px;
	height: 14px;
	position: relative;
}

.rslides_tabs li a {
	display: block;
	width: 14px;
	height: 14px;
	overflow: hidden;
	text-indent: 105%;
	cursor: pointer;
}

.rslides_tabs li a:before {
	position: absolute;
	top: 0px;
	left: 0px;
	content: "\f10C";
	font-family: FontAwesome;
	font-size: 14px;
	line-height: 14px;
	color: #FFFFFF;
	text-indent: 0px;
}

.rslides_tabs li.rslides_here a:before {
	content: "\f111";
}

.rslides_nav {
	display: none;
}

/* GALLERY CSS */

.gallery {
	padding: 0px;
	margin: 20px 0px 20px -2%;
}

.gallery li {
	list-style: none;
	width: 23%;
	float: left;
	display: inline;
	text-align: center;
	margin: 0px 0px 20px 2%;
	line-height: 16px;
}

.gallery li img {
	background-color: #DDDDDD;
	padding: 3%;
	margin-bottom: 5px;
	width: 100%;
}

@media only screen and (max-width: 599px) {

	.gallery li {
		width: 31.3333%;
	}

}

@media only screen and (max-width: 449px) {

	.gallery li {
		width: 48%;
	}
}

/* PRODUCTS CSS */

.block_products .container {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 20px;
}

.block_products .product {
	display: inline-block;
	vertical-align: top;
	min-width: 210px;
	border: 1px solid #9C9981;
	font-size: 24px;
	text-align: center;
	position: relative;
	padding-bottom: 80px;
	margin-bottom: 40px;
}

.block_products .photo {
	padding: 20px 20px 10px 20px;
}

.block_products .photo img {
	width: 100%;
}

.block_products .title {
	padding: 0px 10px;
	line-height: 1.3em;
	margin-bottom: .2em;
}

.block_products .price {
	font-style: italic;
	color: #801830;
	margin-bottom: 20px;
}

.block_products .bottom {
	border-top: 1px solid #9C9981;
	font-size: 0.875em;
	font-style: italic;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
}

.block_products .bottom a, .block_products .bottom span {
	display: block;
	height: 44px;
	line-height: 44px;
	color: #5D5B50;
}

.block_products .details {
	border-bottom: 1px solid #9C9981;
}

.block_products .details a:hover {
	color: #801830;
}

.block_products .buy {
	font-size: 18px;
	height: 44px;
	line-height: 44px;
}

.block_products .buy a:hover {
	background-color: #801830;
	color: #FFFEF7;
}

.block_products .buy input.numeric {
	width: 30px !important;
	text-align: center;
	vertical-align: top;
	margin-top: 7px;
	margin-left: 5px;
}

.block_products .buy .button {
	display: inline-block;
	vertical-align: top;
	font-size: 24px;
	line-height: 1em;
	margin-top: 8px;
	color: #5D5B50;
	background-color: transparent;
	text-transform: none;
	font-style: italic;
}

.block_products .buy .button:hover {
	color: #801830;
	/*background-color: #801830;
	color: #FFFEF7;*/
}


@media only screen and (max-width: 999px) {

	.block_products .container {
		grid-template-columns: 1fr 1fr 1fr;
	}

}

@media only screen and (max-width: 699px) {

	.block_products .container {
		grid-template-columns: 1fr 1fr;
	}

}

@media only screen and (max-width: 499px) {

	.block_products .container {
		display: block;
	}

	.block_products .product {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

}

#product_photo {
	border: 1px solid #9C9981;
	text-align: center;
	padding: 2% 2%;
}

#product_photo img {
	width: 100%;
	display: block;
}

#product_buy {
	border: 1px solid #9C9981;
	display: inline-block;
	font-style: italic;
	margin-bottom: 1.75em;
}

#product_price {
	float: left;
	font-size: 2.352941176470588em;
	line-height: 1.6em;
	color: #801830;
	padding: 9px .5em 0px .5em;
}

#product_buy form {
	border-left: 1px solid #9C9981;
	float: left;
	padding-left: .75em;
}

#product_buy label {
	vertical-align: top;
	display: inline-block;
	margin-top: 21px;
	margin-right: 5px;
}

#product_buy input.numeric {
	vertical-align: top;
	width: 30px !important;
	text-align: center;
	margin-top: 24px;
}

#product_buy a, #product_buy .button {
	display: inline-block;
	padding: 9px .5em 0px .5em;
	font-size: 2.058823529411765em;
	line-height: 1.85em;
	color: #5D5B50;
	background-color: transparent;
	text-transform: none;
	font-style: italic;
}

#product_buy a:hover, #product_buy .button:hover {
	color: #801830;
	/*background-color: #801830;
	color: #FFFEF7;*/
}

#product_buy form span {
	line-height: 4.3em;
	padding-right: .75em;
}

#wine_specs {
	margin-top: 1.75em;
	border-top: 1px solid #9C9981;
	border-bottom: 1px solid #9C9981;
	font-style: italic;
	line-height: 1.5em;
	padding: 2em 0px 1.5em 0px;
}

#wine_specs dt, #wine_specs dd {
	width: 120px;
	float: left;
	margin-bottom: .5em;
}

#wine_specs dd {
	width: calc(100% - 120px);
	color: #801830;
}

#product_techsheet {
	margin-top: 1.5em;
	font-size: 1.235294117647059em;
	font-style: italic;
}

#product_techsheet a {
	color: #2D2825;
	position: relative;
	padding-left: 1em;
	line-height: 1em;
}

#product_techsheet a:before {
	position: absolute;
	top: 0px;
	left: 0px;
	content: "\f15b";
	font-family: FontAwesome;
	font-size: .75em;
	line-height: 1.55em;
	font-style: normal;
	color: #9C9981;
}

#product_techsheet a:hover {
	color: #9C9981;
}

@media only screen and (min-width: 700px) {

	#product_photo {
		float: right;
		width: 34.0909090909091%;
	}

	#product_description {
		width: 58%;
	}

}

@media only screen and (max-width: 699px) {

	#product_photo {
		margin-bottom: 2em;
	}

	#product_photo img {
		margin: 0px auto;
	}

}

@media only screen and (max-width: 499px) {

	#product_buy {
		font-size: .75em;
	}

	#product_buy label {
		margin-top: 14px;
	}

	#product_buy input.numeric {
		margin-top: 16px !important;
	}

}

/* EVENT CSS */

.block_events .event {
	border: 1px solid #9C9981;
	text-align: center;
	padding: 3% 3% 2% 3%;
	margin-bottom: 14px;
}

.block_events.featured .event {
	margin-bottom: 0px;
	padding: 2% 2% 1.1% 2%;
}

.block_events .title {
	font-size: 34px;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #9C9981;
	margin-bottom: .15em;
}

.block_events .date {
	font-size: 25px;
	line-height: 1em;
	letter-spacing: .1em;
	color: #5D5B50;
	margin-bottom: 1em;
}

.block_events p {
	font-size: 16px;
	line-height: 1.5em;
	text-align: justify;
	margin-bottom: 2em;
}

.block_events a {
	font-size: 25px;
	line-height: 1em;
	font-style: italic;
	letter-spacing: .1em;
}

div.event_date {
	text-align: center;
	font-style: italic;
	font-size: 1.2em;
	margin-bottom: 1em;
}

@media only screen and (min-width: 850px) { 

	.block_events .container_inner {
		padding: 10px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.block_events.featured .container {
		max-width: none;
	}

	.block_events .event {
		width: calc(50% - 7px);
	}

	.block_events.featured .event {
		width: calc(33.3333333333% - 7px);
	}

}

@media only screen and (max-width: 1349px) { 

	.block_events .event {
		padding: 3% 3% 2% 3%;
	}

	.block_events .title {
		font-size: 28px;
	}

	.block_events .date {
		font-size: 20px;
	}

}

@media only screen and (max-width: 849px) { 

	.block_events.featured .event {
		margin-bottom: 15px;
	}

}

@media only screen and (max-width: 699px) {

	.block_events .event {
		padding: 4% 4% 2.8% 4%;
	}

	.block_events .title {
		font-size: 26px;
	}

	.block_events .date {
		font-size: 20px;
	}

}

@media only screen and (max-width: 499px) {

	.block_events .event {
		padding: 20px 20px 10px 20px;
	}

}

/* TRADE STYLES */

#content_box .trade {
	margin-top: -2em;
	margin-left: -2.5%;
}

.trade .thumbnail {
	border: 3px solid #9C9981;
	padding: 15px;
	margin-bottom: .5em;
	text-align: center;
}

.trade .thumbnail img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0px auto;
}

.trade .item {
	list-style: none;
	width: 22.5%;
	float: left;
	margin-left: 2.5%;
	display: inline;
	line-height: 1.5em;
	margin-top: 2em;
}

.trade_cats .item {
	text-align: center;
}

.trade em {
	white-space: nowrap;
}


@media only screen and (max-width: 999px) {

	.trade .item {
		width: 30.8333333333333%;
	}
}

@media only screen and (max-width: 649px) {

	.trade .item {
		width: 47.5%;
	}
}

@media only screen and (max-width: 449px) {

	#content_box .trade {
		margin-left: 0px;
	}

	.trade .item {
		width: 100%;
		margin-left: 0px;
	}
}

/* FAQ CSS */

.block_faqs div.question {
	cursor: pointer;
	padding: 5px 15px;
	margin-bottom: 10px;
	background-color: #DDDDDD;
	padding: 10px 15px 10px 15px;
}

.block_faqs div.question:before {
	float: left;
	margin-right: 10px;
	display: inline;
	content: '\f0d7';
	font-family: FontAwesome;
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
}

.block_faqs div.answer {
	display: none;
}

.block_faqs div.expand div.question:before {
	content: '\f0d8';
}

.block_faqs div.expand div.answer {
	display: block;
	margin-bottom: 20px;
}

/* FEEDBACK CSS */

#content form.feedback {
	background-color: #EEEEEE;
	padding: 20px;
}

form.feedback label {
	display: block;
}

form.feedback div {
	margin-bottom: 10px;
}

form.feedback div label {
	display: inline;
}

form.feedback input, form.feedback select, form.feedback textarea {
	width: 100%;
	height: 35px;
	padding: 0px 10px;
}

form.feedback input.radio, form.feedback input.checkbox {
	width: auto;
	height: auto;
	padding: 0px;
}

form.feedback textarea {
	width: 100%;
	height: 100px;
	padding: 5px 10px;
}

form.feedback input.button {
	width: auto;
}

/* RESPONSIVE CSS */

@media only screen and (min-width: 1000px) {

	#nav_trigger, #nav_close {
		display: none;
	}

	#nav {
		position: absolute;
		top: 70px;
		left: 0px;
		width: 100%;
	}

	#main_nav {
		width: 100%;
		max-width: 1100px;
		margin: 0px auto;
		display: flex;
		justify-content: space-between;
	}

	#nav > ul > li {
		margin: 0px 25px;
		padding-bottom: 4px;
	}

	#nav li.spacer {
		width: 200px;
	}

	#nav li a:after {
		content: " ";
		transition: all .2s;
		width: 20px;
		height: 1px;
		position: absolute;
		bottom: -3px;
		left: calc(50% - 10px);
	}

	#nav li a:hover:after, #nav li.active a:after {
		background-color: #801830;
	}

	#nav li > ul {
		position: absolute;
		top: 26px;
		left: 0px;
		padding: 10px 0px;
		z-index: 200;
		visibility: hidden;
		opacity: 0;
		transition: .2s .2s;
		background-color: #9C9981;
	}

	#nav li:hover > ul {
		visibility: visible;
		transition-delay: 0s;
		opacity: 1;
	}

	#nav li li {
		white-space: nowrap;
		text-align: left;
	}

	#nav li:hover li, #nav li.active li {
		border: 0px;
	}

	#nav li li a {
		display: block;
		padding: 7px 15px;
		color: #FFFFFF;
	}

	#nav li li a:hover {
		color: #E6E5DD;
	}

	#nav li li a:after {
		display: none;
	}

	#subnav, #back_link {
		text-align: center;
		margin-bottom: 30px;
	}

	#subnav li {
		display: inline;
		margin: 0px 15px;
		white-space: nowrap;
	}

	#section_title {
		display: none;
	}

}

@media only screen and (max-width: 959px) { 

	.container {
		padding: 0px 15px;
	}

	#nav {
		right: 15px;
	}

}

@media only screen and (max-width: 999px) {

	.mobile_nav body {
		overflow: hidden;
	}

	#logo {
		top: 20px;
	}

	#nav_trigger, #nav_close {
		cursor: pointer;
		display: block;
		position: absolute;
		top: 45px;
		right: 15px;
		z-index: 100;
		font-size: 30px;
		line-height: 30px;
		color: #801830;
	}

	.collapsed_temp #nav_trigger, .collapsed #nav_trigger {
		top: 15px;
	}

	#nav_close {
		top: 15px;
		font-size: 25px;
		line-height: 25px;
		color: #FFFFFF;
	}

	.mobile_nav #header_inner {
		height: 100vh;
		overflow-y: scroll;
		position: fixed;
	}

	#nav {
		width: 0px;
		height: 100vh;
		position: absolute;
		right: 0px;
		top: 0px;
		background-color: #9C9981;
		padding-top: 100px;
		z-index: 500;
		overflow-x: hidden;
		overflow-y: scroll;
		transition: width 0.4s ease;
	}

	.mobile_nav #nav {
		width: 100%;
	}

	#nav li {
		display: block;
		font-size: 18px;
		text-align: center;
	}

	#nav li.spacer {
		display: none;
	}

	#nav li a {
		display: block;
		padding: 10px 15px;
		color: #FFFFFF;
	}

	#nav li ul {
		padding: 0px;
		max-height: 0px;
		overflow: hidden;
		transition: all 0.4s cubic-bezier(0,1,0,1);
	}

	#nav li.expanded > ul {
		padding-bottom: 10px;
		max-height: 499px;
		transition: all 0.4s cubic-bezier(1,0,1,0);
	}

	#nav li li {
		font-size: 16px;
	}

	#nav li li a {
		padding: 6px 30px;
	}

	#subnav {
		padding: 0px;
		margin: 0px 0px 20px 0px;
		height: 42px;
		position: relative;
	}

	#section_title {
		padding: 0px 15px;
		font-size: 18px;
		font-style: italic;
		line-height: 38px;
		text-align: center;
		color: #9C9981;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
	}

	#section_title:after {
		padding-left: 10px;
		content: '\f0d7';
		font-family: FontAwesome;
		font-size: 20px;
		font-weight: normal;
		font-style: normal;
	}

	#subnav.expanded #section_title:after {
		content: '\f0d8';
	}

	#subnav ul {
		position: absolute;
		top: 40px;
		left: 0px;
		width: 100%;
		max-height: 0px;
		overflow: hidden;
		background-color: #9C9981;
		z-index: 300;
		transition: all 0.4s cubic-bezier(0,1,0,1);
	}

	#subnav.expanded ul {
		max-height: 499px;
		overflow: auto;
		transition: all 0.4s cubic-bezier(1,0,1,0);
	}

	#subnav li {
		margin: 0px;
		display: block;
		text-align: center;
		line-height: 20px;
	}

	#subnav li:first-child {
		padding-top: 10px;
	}

	#subnav li:last-child {
		padding-bottom: 10px;
	}

	#subnav li a {
		display: block;
		padding: 10px 15px;
		color: #FFFFFF;
	}

	#subnav li a:hover, #subnav li.active a {
		color: #E6E5DD;
	}

}
