/*
Theme Name: JH Web Designer
Theme URI: https://www.jhwebdesigner.com
Author: JH Web Designer
Author URI: https://www.jhwebdesigner.com
Description: CSS for Landing Page
Version: 1
*/
body {
	background-image: url('imgs/bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	color: #444;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
}
.site-header {
	display: block;
	padding: 24px 0;
	margin: 0;
}
.site-header img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
	width: 200px;
}
banner {
	display: block;
	margin: 0 0 24px;
}
banner img {
	display: block;
	cursor: pointer;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
	width: 100%;
}
a {
	outline: none;
	color: #aa7323;
	text-decoration: none;
}
a:hover {
	color: #444;
}
h1,
h2,
h3,
h4 {
	margin: 0 0 24px;
}
p {
	font-size: 16px;
	line-height: 1.71429;
	margin: 0 0 24px;
}
.site-page {
	display: block;
	margin: 24px auto 48px;
	max-width: 1200px;
	padding: 0 24px;
}
.entry-header {
	margin: 0 0 24px;
}
.entry-header .entry-title {
	color: #fff;
	font-family: 'Cookie', cursive;
	font-size: 38px;
	font-weight: normal;
	line-height: 1.2;
	text-transform: capitalize;
	text-align: center;
}
.entry-content {
	display: block;
	background-color: #fff;
	border: 1px solid #b5b5b5;
	border-top: 2px solid #E0BD8A;
	border-radius: 9px;
	box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
	margin: 0;
	padding: 24px;
	text-align: center;
}
footer {
	display: block;
	background-color: #d60000;
	color: #fff;
	font-size: 12px;
	line-height: 1.71429;
	margin: 0;
	padding: 24px;
	text-align: center;
}
footer a {
	color: #fff;
	text-decoration: underline;
}
footer a:hover {
	color: #FAD999;
	text-decoration: none;
}

div.add-to-cart-msg {
	display: none;
	background-color: #242424;
	color: #fff;
	top: 0;
	position: fixed;
	width: 100%;
	z-index: 9999;
}
div.add-to-cart-msg h2 {
	display: block;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	padding: 12px;
	margin: 0 auto;
	max-width: 960px;
}
div.add-to-cart-msg h2 span::after,
div.add-to-cart-msg h2 span::before {
	content: "\"";
}
div.add-to-cart-msg h2 a.view-cart-btn {
	background-color: #FAD999;
	border-radius: 3px;
	color: #242424;
	font-size: 14px;
	font-weight: bold;
	float: right;
	padding: 6px 12px;
	margin: -4px 0 0;
}
div.add-to-cart-msg h2 a.view-cart-btn:hover {
	background-color: #242424;
	color: #FAD999;
}

/* =WooCommerce
-------------------------------------------------------------- */
section.site-page span.product-meta {
	display: block;
	margin: 0 auto;
}
section.site-page .woocommerce ul.products li.product .price {
	display: block;
	color: #41951e;
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 6px;
}
section.site-page .woocommerce a.button {
	font-size: 100%;
	margin: 14px 0 0;
	line-height: 1;
	cursor: pointer;
	position: relative;
	text-decoration: none;
	overflow: visible;
	padding: 9px 12px;
	font-weight: bold;
	border-radius: 3px;
	left: auto;
	color: #FAD999;
	background-color: #242424;
	border: 1px solid #242424;
	white-space: nowrap;
	display: inline-block;
	background-image: none;
	box-shadow: none;
	text-shadow: none;
	text-transform: capitalize;
	transition: all 0.35s ease 0s;
}
section.site-page .woocommerce a.button:hover {
	font-size: 100%;
	margin: 14px 0 0;
	line-height: 1;
	cursor: pointer;
	position: relative;
	text-decoration: none;
	overflow: visible;
	padding: 9px 12px;
	font-weight: bold;
	border-radius: 3px;
	left: auto;
	color: #242424;
	background-color: #FAD999;
	border: 1px solid #242424;
	white-space: nowrap;
	display: inline-block;
	background-image: none;
	box-shadow: none;
	text-shadow: none;
	text-transform: capitalize;
	transition: all 0.35s ease 0s;
}
section.site-page .woocommerce ul.products {
	margin: 48px 0 0;
}
section.site-page .woocommerce a.added_to_cart {
	padding-top: 0;
	white-space: nowrap;
	display: inline-block;
	margin: 0 0 0 12px;
}

/* =Calendar
-------------------------------------------------------------- */
a.sn-button {
	display: inline-block;
	border: 2px solid #d00000;
	color: #d00000;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.5;
	padding: 6px 12px;
	transition: all 0.35s ease 0s;
}
a.sn-button:hover {
	background-color: #d00000;
	border: 2px solid #d00000;
	color: #fff;
	transition: all 0.35s ease 0s;
}
div.calendar {
	display: block;
}
div.calendar div.month-header {
	display: block;
	background-color: #d00000;
	color: #fff;
	padding: 6px;
}
div.calendar div.month-header h2 {
	margin: 0;
}
div.calendar div.days-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
}
div.calendar div.days-grid div.day {
	display: flex;
	color: #d00000;
	align-items: center;
	border: 1px solid #d00000;
	box-sizing: content-box;
	height: 55px;
	justify-content: center;
	text-align: center;
	position: relative;
	padding: 3px;
	margin: 2px;
	width: auto;
}
div.calendar div.days-grid div.day span {
	display: flex;
	background-color: #fff;
	box-sizing: border-box;
	cursor: default;
	align-items: center;
	justify-content: center;
	height: 100%;
	font-size: 28px;
	font-weight: bold;
	font-family: 'Cookie', cursive;
	text-align: center;
	position: absolute;
	width: 100%;
	z-index: 9999;
}
div.calendar div.days-grid div.day span.active {
	display: block;
	background-color: transparent;
	height: 20px;
	top: 0;
	right: 0;
	line-height: 1;
	width: 20px;
}
div.calendar div.days-grid div.day img {
	display: block;
	height: auto;
	width: 100%;
}
@media screen and (min-width: 600px) {
	body {
		border-top: 84px solid transparent;
	}
	.site-header {
		background-color: #fad999;
		height: 20px;
		position: relative;
	}
	hgroup {
		display: block;
		width: 100%;
		position: absolute;
		top: -68px;
	}
	.site-page {
		margin: 80px auto 48px;
	}
	.entry-header .entry-title {
		font-size: 48px;
	}
	div.calendar div.days-grid div.day {
		height: 154px;
	}
	div.calendar div.days-grid div.day span {
		font-size: 38px;
	}
	div.calendar div.days-grid div.day span.active {
		height: 30px;
		width: 30px;
	}
}
@media screen and (min-width: 960px) {
	div.calendar div.days-grid div.day {
		height: 219px;
	}
	div.calendar div.days-grid div.day span {
		font-size: 60px;
	}
	div.calendar div.days-grid div.day span.active {
		height: 50px;
		width: 50px;
	}
}