/* Custom Fonts
-------------------------------------------------------------------------------*/

@font-face{ 
	font-family: 'Gilroy-Bold';
	src: url('../fonts/gilroy-bold-webfont.eot');
	src: url('../fonts/gilroy-bold-webfont.eot?#iefix') format('embedded-opentype'),
	     url('../fonts/gilroy-bold-webfont.woff') format('woff'),
	     url('../fonts/gilroy-bold-webfont.ttf') format('truetype'),
	     url('../fonts/gilroy-bold-webfont.svg#webfont') format('svg');
}


/* Default Styles
-------------------------------------------------------------------------------*/
body {
	font: 16px Roboto, Freesans, sans-serif;
}

body,
select,
input,
textarea {
	color: #111;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	text-decoration: underline
}

::-moz-selection {
	background: #fcd700;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #fcd700;
	color: #fff;
	text-shadow: none;
}

a:link {
	-webkit-tap-highlight-color: #fcd700;
}

ins {
	background-color: #fcd700;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #fcd700;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

::-webkit-input-placeholder {
	color: #777;
	font-size: 13px;
	font-family: Roboto;
	opacity: 1;
}

:-moz-placeholder {
	/* Firefox 18- */
	color: #777;
	font-size: 13px;
	font-family: Roboto;
	opacity: 1;
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: #777;
	font-size: 13px;
	font-family: Roboto;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #777;
	font-size: 13px;
	font-family: Roboto;
	opacity: 1;
}

blockquote {
	padding: 16px;
	background: #eee;
}

iframe {
	display: block;
}


/* General
-------------------------------------------------------------------------------*/

body p {
	margin-bottom: 20px;
	color: #515151;
}

body p:last-child {
	margin-bottom: 0px;
}


/* Hero
-------------------------------------------------------------------------------*/

#hero {
	background: rgba(0, 0, 0, 0) url("../images/hero.jpg") repeat scroll 0 0;
	background-size: cover;
	padding: 80px 30px 190px;
	background-color: #000;
}

#hero h1 {
	color: #fff;
	font-family: Gilroy-Bold;
	font-size: 33px;
	line-height: 1.4;
	margin-bottom: 20px;
	letter-spacing: -0.5px;
}


#hero p {
	color: #FFFFFFD6;
	font-size: 18px;
}


/* Home
-------------------------------------------------------------------------------*/

.card-section {
	padding: 0 30px;
}

.card {
	padding: 30px 30px 35px;
	background: url(../images/firewood-card.jpg) center center;
	margin-top: -115px;
	border-radius: 5px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.card .button:hover {
	background-color: #E6E6E6;
	color: #000;
	text-decoration: none;
	border-color: #f25500;
	transition: all ease-in 0.1s;
}

.card .button {
	padding: 14px 14px;
	border-radius: 25px;
	display: block;
	width: 200px;
	text-align: center;
	font-size: 14px;
	color: #444;
	font-weight: 700;
	float: right;
	margin-top: 10px;
	background-color: #FFF;
}

.card h2 {
	color: #FFF;
}

.card p {
	color: #FFF;
}

.card h2 {
	font-family: Gilroy-Bold;
	font-size: 20px;
	line-height: 1.15;
	margin-bottom: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.card p {
	font-size: 15px;
	line-height: 1.6;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

.line {
	height: 4px;
	width: 40px;
	background-color: #E6E6E6;
	display: block;
	margin-top: 20px;
}

/* Layout
-------------------------------------------------------------------------------*/

.container {
	max-width: 1000px;
	margin: auto;
	position: relative;
}

.content {
	padding: 60px 30px;
}

.content h2 {
	font-family: Gilroy-Bold;
	font-size: 22px;
	line-height: 1.5;
	margin-bottom: 10px;
	color: #515151;
	letter-spacing: -0.5px;
}

.content h3 {
		font-family: Gilroy-Bold;
		font-size: 16px;
		margin-bottom: 10px;
		text-transform: uppercase;
		letter-spacing: 1px;
		color: #343944
}

.content p {
	font-size: 15px;
	line-height: 2;
	text-align: left;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

.content ul {
	margin-bottom: 20px;
}

.content ul li {
	font-size: 15px;
	line-height: 1.6;
	color: #515151;
	list-style: none;
	background-image: url(../images/checkmark-outline.svg);
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-size: 15px;
	padding-left: 22px;
	margin-bottom: 7px
}

.content ul li:last-child {
	margin-bottom: 0;
}

.chevron-list li {
	background-image: url(../images/cheveron-outline-right-dark.svg) !important;
}

.content ol {
	margin-bottom: 20px;
}

.content ol li {
	list-style-position: inside;
	font-size: 14px;
	margin-bottom: 10px
}

.content a {
    color: #DD6B20;
    text-decoration: underline;
}

.content .image {}

.no-bullet li {
	list-style-image: none !important;
}


/* Products
-------------------------------------------------------------------------------*/

.product {
	height: auto;
	overflow: auto;
	background-color: #FFF;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
	border-radius: 5px;
}

.product .description {
	padding: 25px;
	height: auto;
	overflow: auto
}

.product h5 {
	font-size: 14px;
	display: block;
	color: #1A202C;
	margin-bottom: 15px;
	font-weight: bold;
	float: left;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.product .title {
	display: block;
	height: auto;
	overflow: auto;
}

.product ul li {
	background-image: none;
	padding-left: 0 !important;
	font-size: 13px;
	margin-bottom: 0px;
	color: #626262;
}

.product p {
	color: #626262;
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 10px;
	text-align: left;
}

.product .price {
	font-size: 20px;
	font-family: Gilroy-Bold;
	color: #3e3e3e;
	margin-top: 7px;
	display: inline-block;
	letter-spacing: 0.5px;
}

.product .button-cart {
	text-align: center;
	font-size: 13px;
	padding: 13px 25px;
	display: inline-block;
	background-color: #FAB38B;
	color: #572508;
	float: right;
	cursor: pointer;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	box-shadow: 0 1px 2px #CCC;
	width: 150px;
	border-radius: 5px;
}

.product .button-cart-disabled {
	background-color: #FFD3BA !important;
}
.product .button-cart:hover {
	background-color: #FFD3BA;
}

.product .button-cart:active {
	box-shadow: none;
}

.product .weight {
	color: #0f0f0f;
	letter-spacing: 1px;
	font-size: 14px;
	float: right;
	font-weight: bold;
	text-transform: uppercase;
}

.product .qty {
	display: block;
	width: 100%;
	margin-bottom: 15px;
	padding: 15px 16px;
	font-size: 13px;
	border: 2px solid #d7d7d7;
	color: #686868;
	background-color: #EEEDED;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(../images/cheveron-down.svg);
	background-repeat: no-repeat;
	background-position: right 15px top 13px;
	background-size: 21px;
	font-family: Roboto;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	cursor: pointer;
	border-radius: 5px;
}

.product-row {
	margin-top: 20px;
}

/* Add to Cart Banner
-------------------------------------------------------------------------------*/

.banner {
	 display:none;
}


.banner{
		width: 100%;
		background-color: #1A202C;
		position: fixed;
		color: #FFF;
		top: 0;
		padding: 15px 30px;
		z-index: 100
}
	
	
.banner p {
    color: #CBD5E0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    font-family: roboto;
		float: left;
		margin-bottom: 0;
		margin-top: 13px
}
	
	
.banner .view-cart {
	color: #E2E8F0;
	float: right;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 13px;
	font-weight: bold;
	background-color: #4A5568;
	padding: 13px 36px;
	border-radius: 25px;
}
	
.banner .continue-shopping{
	color: #CBD5E0;
	float: right;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 13px;
	margin-right: 25px;
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;
	margin-top: 13px
	
}


/* Checkout
-------------------------------------------------------------------------------*/

.checkout {
	width: 100%;
	padding: 30px 35px;
	background-color: #FFF;
	box-shadow: 0 2px 4px #D9D9D9;
	height: auto;
	overflow: auto;
}

.checkout table {
	border-collapse: collapse;
	width: 100%
}

.checkout .heading {
	border-bottom: 1px solid #E3E3E3;
}

.checkout .heading th {
	font-size: 14px;
	font-family: roboto;
	padding: 0 0 20px 0;
	color: #1A202C;
}

.checkout .product td {
	font-size: 14px;
	font-family: roboto;
	padding: 20px 0px;
	color: #1A202C;
}

.checkout table tr:nth-last-child(2) {
	border-bottom: none;
	border-collapse: separate
}

.checkout .product{
	box-shadow: none !important;
		
}

.checkout .product .remove-link {
	font-size: 12px;
	text-decoration: underline;
	padding-top: 5px;
	color: #626262;
	cursor: pointer;
	display: table-cell;
}

.checkout .product .remove-link:hover {
	color: #000
}

.checkout .product tr:first-child {
	border-top: 0
}

.checkout .total td {
	font-size: 14px;
	font-family: roboto;
	padding: 15px 0;
	border-top: 1px solid #E3E3E3;
	border-bottom: 1px solid #E3E3E3;
}

.form label {
	display: block;
	font-size: 14px;
	margin: 25px 0 5px;
	color: 515151
}

.form label:first-child {
	margin-top: 0
}

.form input,
.form textarea {
	width: 100%;
	padding: 14px;
	border-radius: 0px;
	background-color: #F7F7F7;
	font-size: 15px;
	border: 1px solid #EEEDED;
}

.form input:focus,
.form textarea:focus {
	background-color: #F7F7F7;
}



.form textarea {
	height: 130px;
}

.form .button {
	width: 220px;
	border-radius: 25px;
	background-color: #FAB38B;
	float: right;
	color: #572508;
	display: block;
	overflow: auto;
	height: 47px;
	font-size: 13px;
	border: 0;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	font-family: roboto;
	box-shadow: 0 2px 4px #D9D9D9;
}


.form .button:hover {
	background-color: #FFD3BA
}

.form .button:active{
		box-shadow: none;
}

.form .button::after {
	content: "";
	clear: both;
	display: table;
}

.form .contact-group {
	margin-top: 20px
}

.need-help {
    margin-top: 13px;
    display: inline-block;
    color: #888;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
}
	
.need-help .question-mark {
    width: 20px;
    margin-right: 10px;
    vertical-align: -4px;
}

/* About
-------------------------------------------------------------------------------*/

.about table td {
	border: 0 !important;
	padding: 7px 0;
	font-size: 14px !important;
}



/* Navigation
-------------------------------------------------------------------------------*/

#nav {
	height: auto;
	overflow: auto;
	padding: 20px 30px;
	width: 100%;
	text-align: right;
	z-index: 100;
}

#nav .logo {
	display: block;
	position: absolute;
	top: 2px;
	width: 110px;
}

#nav ul {
	margin-bottom: 0;
	text-align: center
}

#nav ul li {
	color: #000;
	display: inline-block;
	font-size: 13px;
	line-height: 0;
	background-image: none;
	padding-left: 17px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px
}

#nav ul li:after {
	margin-right: 0;
}

#nav ul li a {
	color: #3B3B3B;
}

#nav .cart {
	color: #000;
	font-size: 14px;
	line-height: 0;
	display: inline-block;
	border-radius: 20px;
	font-weight: bold;
	margin-left: 20px;
}

#nav .items {
	margin-left: 20px;
	position: absolute;
	top: 2px;
	display: block;
	right: 0;
	font-size: 13px;
	color: #3B3B3B;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#nav .cart-icon {
	width: 16px;
	vertical-align: -3px;
	margin-right: 7px;
}

.item-count {
	border-radius: 25px;
	padding: 4px 7px;
	margin-left: 10px;
	background: #3B3B3B;
	color: #fff;
}


/* Mobile Navigation
-------------------------------------------------------------------------------*/

#mobile-nav-wrapper {
	display: none;
	padding: 0 30px;
	position: relative
}

#mobile-nav {
	background-color: #fff;
	border-bottom: 1px solid #E4E4E4;
	height: auto;
	overflow: auto;
	width: 100%;
	z-index: 100;
	position: relative;
}

.phone-icon {
	box-sizing: content-box;
	display: block;
	float: left;
	padding: 15px;
	width: 30px;
}

.menu-icon {
	box-sizing: content-box;
	display: block;
	float: right;
	padding: 18px 0 16px 15px;
	width: 20px;
}

.menu-items {
	color: #3B3B3B;
	height: auto;
	overflow: auto;
	display: none;
	padding: 20px 0;
}

.menu-items li a {
	font-size: 14px;
	font-weight: bold;
	padding: 8px 0px;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: block
}

.menu-items li:last-child a {
	border-right: none
}

.toggle-menu {
	display: block !important;
}

#mobile-nav .phone {
	float: right;
	font-family: Noto Sans;
	font-size: 15px;
	line-height: 0;
	padding: 17px 0;
}

#mobile-nav .phone::after {
	content: url(../images/phone-mobile.svg);
	padding-left: 10px;
	vertical-align: -6px;
}

.mobile-logo {
	box-sizing: content-box;
	width: 135px;
	position: absolute;
	left: 0;
	right: 0;
	top: 20px;
}

.phone-icon {
	box-sizing: content-box;
	display: block;
	padding: 15px 0 15px 15px;
	width: 30px;
}

#mobile-nav .items {
	margin-left: 20px;
	position: absolute;
	display: block;
	font-size: 13px;
	color: #3B3B3B;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	top: 21px;
	right: 46px;
}


/* Page Titles
-------------------------------------------------------------------------------*/

#title {
	background: rgba(0, 0, 0, 0) url("../images/hero.jpg") repeat scroll 0 0;
	background-size: cover;
	padding: 35px 30px;
	background-color: #000;
}

#title h1 {
	color: #fff;
	font-family: Gilroy-Bold;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#title .breadcrumb {
	font-family: Gilroy-Bold;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #ffffffb3;
	text-align: right
}


/* Contact Page
-------------------------------------------------------------------------------*/

.contact {
	background-color: #F7F7F7
}

.contact a {
	font-weight: normal;
	color: #515151;
}

.contact h4 {
	color: #1A202C;
	font-family: Gilroy-Bold;
	font-size: 13px;
	line-height: 1.1;
	margin-bottom: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 20px
}

.contact p {
	font-size: 15px;
	line-height: 1.6;
	text-align: left;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	padding-right: 20px;
	color: #515151
}


/* Footer
-------------------------------------------------------------------------------*/

#footer {
	background-color: #1A202C;
	padding: 60px 30px;
}

#footer h4 {
	color: #A0AEC0;
	font-family: Gilroy-Bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 13px;
	margin-top: 50px;
	display: block;
	margin-bottom: 5px
}

.business-hours {
	color: #FFF;
	font-size: 15px;
	margin-bottom: 5px;
}

#footer .phone {
	color: #FFF;
	font-size: 37px;
	font-family: Gilroy-Bold;
	display: block
}

#footer h3 {
	color: #CBD5E0;
	font-family: Gilroy-Bold;
	font-size: 15px;
	line-height: 1.1;
	margin-bottom: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#footer p {
	color: #FFF;
	font-size: 15px;
	line-height: 2
}

#footer .button {
	padding: 15px 14px;
	border-radius: 25px;
	display: block;
	width: 220px;
	text-align: center;
	font-size: 14px;
	color: #313131;
	font-weight: 700;
	margin-top: 40px;
	background-color: #F7FAFC;
}

#footer .button:hover {
	background-color: #E6E6E6;
	text-decoration: none;
	border-color: #f25500;
	color: #000
}


/* Copyright
-------------------------------------------------------------------------------*/

#copyright,
#footer {}

#copyright {
	color: #E2E8F0;
	padding: 25px 30px;
	background-color: #1A202C;
	border-top: 1px solid #4A5568;
}

#copyright a {
	color: #E2E8F0;
	font-size: 14px;
}

#copyright .sitemap {
	float: right;
}

#copyright ul {
	float: right;
}

#copyright ul li {
	display: inline-block;
	margin-right: 10px;
}

#copyright ul li:last-child {
	margin-right: 0px;
}




/* Media queries
-------------------------------------------------------------------------------*/

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

/* Mobile Banner
-------------------------------------------------------------------------------*/
	
.banner{
		padding: 20px 30px;
}
	
.banner p {
		float: none;
		margin-bottom: 15px	;
		text-align: center;
		margin-top: 0;
}

.banner .view-cart {
	
}
	
.banner .continue-shopping {
	margin-right: 25PX;
}	
	

}


@media screen and (max-width: 800px) {
	
/* Mobile Navigation
-------------------------------------------------------------------------------*/
#nav {
	display: none !important;
}
	
#mobile-nav-wrapper {
	display: block;
}
	
/* Footer Mobile
-------------------------------------------------------------------------------*/

#footer .button {
	margin-top: 20px;
	margin-bottom: 60px;
}
	
#footer h4 {
	margin-top: 30px;
}
	
/* Home Page Mobile
-------------------------------------------------------------------------------*/

.line {
	background-color: #FFF;
	margin-top: 10px;
}
	
#hero {
	padding: 60px 30px 60px;
}
	
.card-section {
	padding: 0
}
	
.card-section .one {
	margin-bottom: 0px
}
	
.card {
	margin-top: 0;
}
	
.content ul li {
	background-image: none;
	padding-left: 0px;
}
	
.chevron-list li{
	background-image: none !important;
	padding-left: 0px;
}
	

	
/* Contact Us Mobile
-------------------------------------------------------------------------------*/

.contact h4 {
	margin-bottom: 5px
}
	
/* Checkout Mobile
-------------------------------------------------------------------------------*/

.form p {
	padding-bottom: 30px
}
	
.form .phone {
	padding-top: 20px;
}
	
/* Title Mobile
-------------------------------------------------------------------------------*/

.breadcrumb {
	display: none;
}
	
/* Product Mobile
-------------------------------------------------------------------------------*/

.product {
	margin-top: 30px;
}
	
.first {
	margin-top: 0
}
	
.product-row {
	margin-top: 0;
}
	
/* Content Mobile
-------------------------------------------------------------------------------*/

.content img {
	width: 100%;
}
	
}

@media screen and (max-width: 600px) {
	
/* Mobile Copyright
-------------------------------------------------------------------------------*/

	
#copyright {
	text-align: center;
}
	
#copyright span {
	display: block;
	padding-bottom: 5px;
	text-align: center;
}
	
#copyright ul {
	float: none;
}
	
/* Mobile Checkout Need Help
-------------------------------------------------------------------------------*/
	
.need-help {
		display: none;
}
	

	
}

/* Print styles
-------------------------------------------------------------------------------*/

@media print {}



