﻿/***** BEGIN RESET *****/
@import url("https://use.typekit.net/vvj2cxh.css");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;	
}

ol, ul {
	list-style: none;
}

table{border-collapse:collapse; width:100%;}
td{vertical-align:top;}

/* Make HTML 5 elements display block-level for consistent styling */  
header, nav, article, footer, address {  
    display: block;  
} 

/*-------- COLORS --------

*/

/***** END RESET *****/
::-moz-selection {
    background: #000; 
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}


/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

/*-------- BODY STYLES --------*/

body {

}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}

h1, h2, p {
	font-family: 'epilogue', sans-serif;
}

hr{border:#000 1px solid;}

/*--- HEADER STYLES ---------------------*/
header {}

.header-contact {
    color: #000;
	background-color:#fff;
    padding-top: 24px;
	padding-bottom: 24px;
    transition: .3s ease;
	font-family: 'epilogue', sans-serif;
	font-size: 18px;
}

.header-contact ul {
	justify-content: flex-end;
}

.header-contact .wrapper {
	position: relative;
}

.header-contact .header-logo {
	position: absolute;
	z-index: 500;
	top: -25px;
}

.header-contact a {
	color: #000;
}

.header-contact i {
	color: #C8262C;
	margin-right: 25px;
	margin-left: 75px;
}

.header-contact a:hover {
	text-decoration: underline;
}

.header-contact i:hover {
	color: #336642;
}


.header-logo img{max-width: 300px;
	padding: 50px 10px;
    background: #fff;
	border-radius: 20px;
	box-sizing: border-box;
}
.logo{
/*	width:100%;*/
}


/*---BODY--------------------------------*/

/*---hero---*/

.hero {
	background: url("../siteart/home-hero.jpg");
    background-size: cover;
    background-position: center;
    height: 740px;
	background-color: #2A3132;
}

.hero > .flex {
	padding-top: 100px;
}

.hero > .flex {
	justify-content: center;
	align-items: center;
}

.hero hr {
	margin-left: 100px;
	margin-right: 100px;
	border:#fff 3px solid;
	height: 340px;
}

.hero .heading-lg {
	max-width: 780px;
}

.hero a {
	align-items: center;
	margin: 5px 0px;
	padding: 10px;
	color: #fff;
	transition: .3s ease;
}

.hero a:hover {
	background: #2AA34A;
}

.hero img {
	max-width: 130px;
	margin-right: 30px;
}

/*---hero-contact---*/

.contact-hero {
	background: url("../siteart/contact.jpg");
    background-size: cover;
    background-position: center;
    height: 350px; 
	background-color: #2A3132;
}

.contact-hero .heading-lg, .shipping-hero .heading-lg {
	padding-top: 140px;
}

/*---hero-shipping---*/

.shipping-hero {
	background: url("../siteart/shipping.jpg");
    background-size: cover;
    background-position: center;
    height: 350px; 
	background-color: #2A3132;
}

/*---thankyou-shipping---*/

.thankyou-hero {
	background: url("../siteart/thankyou.jpg");
    background-size: cover;
    background-position: center;
    height: 350px;
	background-color: #2A3132;
}

/*shipping-page*/

#shipping .heading-md {
	margin-bottom: 60px;
}

#shipping .btn-green:hover {
	color: #fff!important;
	background: #C8262C!important;
	border: 3px solid #C8262C!important;
}

/*thankyou-page*/

#thankyou .heading-lg {
	margin-bottom: 20px;
	color: #000;
}

#thankyou p {
	font-size: 18px;
	margin-bottom: 60px;
}

#thankyou .btn-green:hover {
	color: #fff!important;
	background: #C8262C!important;
	border: 3px solid #C8262C!important;
}

/*contact-page*/

.center-section {
	text-align: center;
	padding-top: 130px;
	padding-bottom: 130px;
	background: #F1F1F1;
}

.center-section .wrapper > div {
	margin: 0 auto;
	max-width: 1000px;
	width: 100%;
}

.center-section .heading-md {
	margin-bottom: 40px;
}

.center-section p {
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 15px;
}

#contact .contact .wrapper > .flex > div:last-child {
	background: #336642;
}

#contact .contact .heading-md, #contact .contact p, #contact .contact i {
	color: #fff;
}

#contact .contact .btn-green {
	margin-top: 25px;
	border: none;
}

#contact .contact {
	padding-bottom: 0;
	background: linear-gradient(to top, #2A3132 35%, #F1F1F1 35%);
}

#contact .contact .wrapper > .flex > div:last-child {
	padding: 180px 0px 168px 107px;
}

#contact .contact .margin-bottom {
	margin-bottom: 35px!important;
}

.center-section a {
	font-weight: 700;
	color: #336642;
}

.center-section a:hover {
	color: #C8262C;
}

/*---grey background---*/

.grey-background {
	padding: 53px;
}

.grey-background div:first-child  {
	position: relative;
}

.grey-background div:last-child {
	height: 220px;
	background: #F1F1F1;
	position: absolute;
	z-index: -1;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 898px;
}


/*---about---*/

.about {
	background: linear-gradient(to bottom, #F1F1F1 50%, #fff 50%);
}

.about p {
	font-size: 16px;
	line-height: 30px;
	max-width: 615px;
	color: #fff;
	margin-top: 37px;
	margin-bottom: 50px;
}

.about .heading-md {
	color: #fff;
}

.about > .wrapper > .flex > div:first-child {
	background: #336642;
	padding: 118px 176px 98px 80px;
	box-shadow: -2px 4px 8px rgba(0, 0, 0, 0.25);
}

.about .btn-green {
	margin-right: 20px;
	margin-bottom: 20px;
}

.about .btn-outline {
	margin-bottom: 20px;
}

.about > .wrapper > .flex > div:last-child {
	height: auto;
	max-width: 720px;
}

.about img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	box-shadow: -2px 4px 8px rgba(0, 0, 0, 0.25);
}

/*---contact---*/

.contact .wrapper > .flex {
	justify-content: center;
	align-items: center;
}

.iframe-height {
	max-width: 650px;
	width: 100%;
	height: 615px;
	box-shadow: -2px 4px 8px rgba(0, 0, 0, 0.25);
}

.contact .heading-md {
	margin-bottom: 50px;
}

.contact p, .contact i {
	color: #000;
	font-size: 18px;
}

.contact i {
	margin-right: 25px;
}

.contact .wrapper > .flex > div:last-child > .flex {
	margin-top: 35px;
	margin-bottom: 35px;
}

.contact .margin-bottom {
	margin-bottom: 50px!important;
}

.contact .wrapper > .flex > div:last-child > a:hover {
	text-decoration: underline;
	color: #000;
}

.contact .wrapper > .flex > div:last-child > .flex, .contact .heading-md {
	max-width: 370px;
}

.contact .btn-red {
	margin-top: 25px;
}

.contact .wrapper > .flex > div:last-child {
	padding: 126px 0px 126px 107px; 
	background: #F1F1F1;
	max-width: 650px;
	width: 100%;
	box-shadow: -2px 4px 8px rgba(0, 0, 0, 0.25);
}

/*---inv-links---*/

.inv-links {
	padding-top: 130px;
	background: linear-gradient(to top, #2A3132 35%, #F1F1F1 35%);
}

.inv-links .flex {
	gap: 20px;
	justify-content: center;
	flex-wrap: wrap;
}

.inv-links .flex > a > div:before {
	content: "";
	max-width: 433px;
	width: 100%;
	height: 228px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
}

.inv-links .flex > a:hover p {
	background: #2AA34A;
}

.inv-links .flex > a > div {
	position: relative;
	height: 356px;
	max-width: 433px;
}

.inv-links img {
	object-fit: cover;
	height: 100%;
	width: 100%;
	box-shadow: -2px 4px 8px rgba(0, 0, 0, 0.25);
	opacity: 1;
}

.inv-links p {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	padding: 30px 5px;
	color: #fff;
	transition: .3s ease;
}

/*--------FORM STYLES--------------------*/

/*---search form---*/

.search-form .form-background {
	background: #fff;
	padding: 50px;
	box-shadow: -2px 4px 8px rgba(0, 0, 0, 0.25);
}

.search-form {
	box-sizing: border-box;
	max-width: 1340px!important; 
	width: 100%;
	margin: 0 auto;
	text-align: center;
	margin-top: -100px!important;
}

.flex-row {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
}

.form-half {
	display: inline-block;
	max-width: 400px;
	width: 100%;
	margin: 15px 15px 15px 0;
	border: #000 1.5px solid;
	box-shadow: -2px 4px 8px rgba(0, 0, 0, 0.25);
}

.form-half input {
	padding: 30px!important;
	max-width: 400px;
	width: 100%;
	background: #fff;
	border: none;
	font-family: 'epilogue', sans-serif;
	font-size: 18px;
	box-sizing: border-box;
	color: #5D5D5D;
}

.form-half select {
	display: inline-block;
    padding: 30px!important;
    width: 100%;
    background: #fff;
    font-family: 'epilogue', sans-serif;
	font-size: 18px;
    box-sizing: border-box;
	border: none;
	color: #777;
}

.form-2nd-row {
	margin-right: 0;
}

select {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}


/*---contact form---*/

.contact-form {
	background: linear-gradient(to top, #fff 55%, #F1F1F1 55%);
	padding-bottom: 130px;
}

.contact-form .form-background-contact {
	background: #2A3132;
	max-width: 1600px;
	width: 100%;
}

.contact-form .form-width {
	width: 50%;
	margin: 0 auto;
	padding-top: 100px;
	padding-bottom: 100px;
}

.contact-form .heading-md {
	color: #fff;
	margin-bottom: 40px;
	text-align: center;
}

.form-full-sm input {
	margin: 15px 15px 15px 0;
	width: 100%;
	display: inline-block;
    padding: 30px;
    border: none;
    background: #fff;
    font-family: 'epilogue', sans-serif;
	font-size: 16px;
    box-sizing: border-box;
	color: #5D5D5D;
	box-shadow: -2px 4px 8px rgba(0, 0, 0, 0.25);
}

.form-full textarea {
	width: 100%;
	padding: 30px;
	border: none;
	background: #fff;
	box-sizing: border-box;
	margin-bottom: -8px;
	font-family: 'epilogue', sans-serif;
	box-shadow: -2px 4px 8px rgba(0, 0, 0, 0.25);
	font-size: 16px;
}

.form-full {
	margin: 15px 0 30px 0;
}

.include-captcha{display:none;}

.CaptchaWhatsThisPanel > a, .CaptchaMessagePanel {
	color: #fff;
	font-family: 'epilogue', sans-serif;
}

/*--------Captcha--------------------*/

.CaptchaPanel {
	text-align: left!important;
	margin-left: 0;
	padding-left: 0!important;
}

.CaptchaImagePanel, .CaptchaMessagePanel, .CaptchaAnswerPanel, .CaptchaWhatsThisPanel {
	margin-left: 0;
	padding-left: 0!important;
}


.btn-red-form {
	display: flex;
	justify-content: flex-end;
	margin-left: 15px;
}

.btn-red-form {
	border: none;
	display: inline-block;
	width: 100%;
	color: #fff;
	background: #C8262C;
	padding: 28px 0;
	text-align: center;
	font-family: 'epilogue', sans-serif!important;
	font-weight: 700;
	font-size: 25px;
	transition: all .3s ease-out;
	margin-top: 15px;
	box-shadow: -2px 4px 8px rgba(0, 0, 0, 0.25);
	box-sizing: border-box;
}

.btn-red-form:hover {
	background: #2AA34A;
	text-decoration: none!important;
}

#submit-btn {
	width: 100%;
	max-width: 400px;
}


/*-------- FOOTER STYLES ----------------*/
footer{
	background: #2A3132;
}

.footer-nav {
	justify-content: space-between;
	align-items: flex-end;
	padding: 100px 15px!important;
	flex-wrap: wrap;
}

.footer-links .flex {
	justify-content: flex-end;
}

.footer-logo img {
	max-width: 195px;
	padding: 36px 10px;
	background: #fff;
	border-radius: 20px;
}

.footer-links a, .footer-contact p {
	color: #fff;
	font-family: 'epilogue', sans-serif;
	font-weight: 700;
	font-size: 18px;
}

.footer-contact a, .footer-contact p {
	font-weight: 400!important;
}

.footer-nav a:hover {
	text-decoration: underline!important;
}

.footer-links > ul:first-child li {
	margin-left: 50px;
}

.footer-links > ul:first-child {
	margin-bottom: 34px;
}

.footer-contact li {
	margin-left: 75px;
}

.footer-contact i {
	margin-right: 20px; 
}

/*-------- CLASS STYLES ----------------*/

.flex {
	display: flex;
}

.wrapper {
	margin: 0 auto;
    max-width: 1600px;
	padding: 0 15px;
}

.heading-lg {
	color: #fff;
	font-size: 75px;
	font-weight: 600;
	line-height: 85px;
}

.heading-md  {
	font-size: 55px;
	font-weight: 500;
}

.par-lg {
	font-size: 25px;
}

.par-lg span {
	font-weight: 700;
}

.par-md {
	font-size: 18px;
}

.bg-lg {
	padding-top: 130px;
	padding-bottom: 130px;
}

/*-------- BUTTON STYLES ----------------*/

.btn-green {
	display: block;
	color: #fff;
	background: #2AA34A;
	max-width: 300px;
	width: 100%;
	font-size: 25px;
	font-family: 'epilogue', sans-serif;
	font-weight: 700;
	padding: 28px 0;
	text-align: center;
	border: 3px solid #2AA34A;
	transition: .3s ease;
	box-shadow: -2px 4px 8px rgba(0, 0, 0, 0.25);
	box-sizing: border-box;
}

.btn-green:hover {
	background: #fff;
	color: #336642!important;
	border: 3px solid #fff;
	text-decoration: none!important;
}

.btn-red {
	display: block;
	color: #fff;
	background: #C8262C;
	max-width: 300px;
	width: 100%;
	font-size: 25px;
	font-family: 'epilogue', sans-serif;
	font-weight: 700;
	padding: 28px 0;
	text-align: center;
	transition: .3s ease;
	box-shadow: -2px 4px 8px rgba(0, 0, 0, 0.25);
	border: none;
	box-sizing: border-box;
}

.btn-red:hover {
	background: #2AA34A;
	text-decoration: none!important;
	color: #fff!important;
}

.btn-outline {
	color: #fff;
	max-width: 236px;
	width: 100%;
	font-size: 25px;
	font-family: 'epilogue', sans-serif;
	font-weight: 700;
	padding: 28px 0;
	text-align: center;
	border: 3px solid #fff;
	transition: .3s ease;
	box-shadow: -2px 4px 8px rgba(0, 0, 0, 0.25);
}

.btn-outline:hover {
	border: 3px solid #fff;
	background: #fff;
	color: #336642;
}


/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/

.container {
	margin-top: 50px!important;
}

.faceted-search-content .selected-facets-container .selected-facet {
	background: #336642!important;
}

.list-content .price-container .price, .listing-prices__retail-price, .listing-prices__discount-formatted-price, .listing-prices__alternate-retail-price, .listing-prices__exclusive-wholesale-price {
	color: #336642!important;
}


/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 1470px) {
	.heading-lg {
		font-size: 50px;
		line-height: 60px;
	}
}

@media only screen and (max-width: 1350px) {
	.grey-background div:last-child {
		position: relative;
		height: 130px;
		top: 0;
	}
	
	.grey-background {
		padding: 0px;
	}
	
	.about > .wrapper > .flex {
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}
	
	.about > .wrapper > .flex > div:last-child {
		max-width: 880px;
	}
	
	.about .wrapper {
		padding: 0;
	}
}

@media only screen and (max-width: 1335px) {
	.flex-row {
		flex-direction: column;
		align-items: center;
	}
	
	.form-half {
		margin-right: 0;
	}
	
	.btn-red-form {
		margin-left: 0;
	}
}

@media only screen and (max-width: 1200px) {
	.header-contact i {
		margin-left: 40px;
	}
}

@media only screen and (max-width: 1130px) {
	.header-contact span, .header-contact .fa-map-marker-alt {
		display: none;
	}
	
	.header-contact i {
		margin-right: 0;
	}
	
	.contact-form .form-width {
		width: 80%;
	}
}

@media only screen and (max-width: 1120px) {
	
	.footer-nav {
		flex-direction: column;
		align-items: center;
	}
	
	.footer-nav, .footer-links .flex {
		justify-content: center;
	}
	
	.footer-links {
		margin-top: 60px;
	}
	
	.footer-links > ul:first-child li:first-child, .footer-contact li:first-child {
		margin-left: 0;
	}
}

@media only screen and (max-width: 1070px) {
	.contact .wrapper > .flex {
		flex-wrap: wrap;
	}
	
	.iframe-height {
		max-width: 758px;
	}
}

@media only screen and (max-width: 1020px) {
	.hero > .flex {
		flex-wrap: wrap;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.hero hr {
		max-width: 770px;
		width: 100%;
		height: 0;
		margin: 0 auto;
		margin-top: 20px;
		margin-bottom: 10px;
	}
	
	.hero {
		height: 1000px; 
	}
}

@media only screen and (max-width: 940px) {
	
	.heading-lg {
		font-size: 45px;
		line-height: 55px;
	}
	
	.heading-md {
		font-size: 40px;
	}
	
	.contact-form .wrapper {
		padding-left: 0;
		padding-right: 0;
	}
}

@media only screen and (max-width: 813px) {
	.footer-links .flex {
		flex-direction: column;
		align-items: center;
	}
	
	.footer-links > ul:first-child li, .footer-contact li {
		margin-left: 0;
		margin-top: 30px; 
	}
}

@media only screen and (max-width: 760px) {
	.contact > .wrapper {
		padding: 0;
	}	
}

@media only screen and (max-width: 720px) {
	.about > .wrapper > .flex > div:first-child {
		padding: 118px 113px 98px 80px;
	}
	
}

@media only screen and (max-width: 550px) {
	.about > .wrapper > .flex > div:first-child {
		padding: 118px 15px 98px 15px;
	}
	
	.contact .wrapper > .flex > div:last-child, #contact .contact .wrapper > .flex > div:last-child {
		padding: 120px 0 120px 50px; 
	}
	
}


@media only screen and (max-width: 530px) {
	.header-contact i {
		margin-left: 30px;
	}
	
	.header-logo img {
		max-width: 180px;
		padding: 30px 10px;
	}
	
	.search-form .form-background {
		padding: 50px 15px;
	}
	
	.hero > .flex {
		padding-top: 50px;
	}
	
	.inv-links .flex > a > div {
		height: 300px;
	}
	
	.contact-form .form-width {
		width: 90%;
	}

}

@media only screen and (max-width: 490px) {
	.hero a {
		flex-direction: column;
	}
	
	.hero img {
		margin-right: 0;
		margin-bottom: 15px;
	}
	
	.par-lg {
		text-align: center;
	}
	
	.hero {
		height: 1200px; 
	}
	
	.about > .wrapper > .flex > div:first-child > .flex {
		flex-wrap: wrap;
	}
	
	.about .btn-green {
		margin-right: 0;
	}
}

@media only screen and (max-width: 450px) {
	.contact .wrapper > .flex > div:last-child, #contact .contact .wrapper > .flex > div:last-child {
		padding: 120px 15px 120px 15px; 
	}
}

@media only screen and (max-width: 400px) {
	.heading-lg {
		font-size: 35px;
		line-height: 45px;
	}
	
	.heading-md {
		font-size: 35px;
	}
	
	.hero {
		height: 1150px; 
	}
	
	.inv-links .flex > a > div {
		height: 230px;
	}
}

@media only screen and (max-width: 390px) {
	.contact .wrapper > .flex > div:last-child > .flex {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	
	.contact i {
		margin-right: 0;
		margin-bottom: 15px;
	}
	
	.contact .heading-md {
		text-align: center;
	}
	
	.contact .btn-red {
		margin-left: auto;
		margin-right: auto;
	}
}

@media only screen and (max-width: 380px) {
	.footer-contact a, .footer-contact p {
		display: flex;
		flex-direction: column;
		align-items: center;
		font-size: 16px;
	}
	
	.footer-contact i {
		margin-right: 0;
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 345px) {
	.contact p, .contact i {
		font-size: 16px;
	}
}







