@charset "UTF-8";
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
}
body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.7em;
	line-height: 1.6;
	color: #000000;
	font-weight: 400;
	background: #FBF7EB;
}
body.has-active-menu {
	overflow: hidden;
}
.pg-wrapper {
	-webkit-transition: -webkit-transform 0.3s;
	        transition: transform 0.3s;
}
.pg-mask {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 0;
	height: 0;
	background-color: #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
	        transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
}
.pg-mask.is-active {
	width: 100%;
	height: 100%;
	-webkit-transition: opacity 0.3s;
	        transition: opacity 0.3s;
               opacity: 0.7;
}
.pg-width {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 480px) {
	body {
	font-size: 1.4em;
}
}

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 20px;
}
h1 { font-size: 3.7rem; line-height: 1.2; font-family: 'Libre Baskerville', serif; letter-spacing: 2px; text-transform: uppercase; }
h2 { font-size: 3rem; line-height: 1.2; font-family: 'Libre Baskerville', serif; text-transform: uppercase; }
h3 { font-size: 2.5rem; line-height: 1.3; }
h4 { font-size: 1.8rem; line-height: 1.6; }
p { margin-top: 0; }

.text-center {
	text-align: center;
}
.text-para1 {
	font-size: 2.2rem;
}
.text-feature {
	font-family: 'Libre Baskerville', serif;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.text-small {
	font-size: 1.4rem;
}
.text-x-small {
	font-size: 1.1rem;
}
.text-highlight {
	color: #a90707;
}
.red {
	color: #a90707;
}
.linethrough {
	text-decoration: line-through;
}
strong {
	font-weight: 700 !important;
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 480px) {
	h1 { font-size: 2.5rem; line-height: 1.2; font-family: 'Libre Baskerville', serif; letter-spacing: 2px; }
	h2 { font-size: 2.2rem; line-height: 1.2; font-family: 'Libre Baskerville', serif; }
	h3 { font-size: 1.8rem; line-height: 1.3; }
	h4 { font-size: 1.5rem; line-height: 1.6; }
	
	.text-para1 {
		font-size: 1.6rem;
	}
}

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a, a:visited {
	text-decoration: none;
	color: #D2232C;
}
a:hover {
	color: #000;
}

/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.column {
	float: left;
	overflow: hidden;
	padding: 20px 30px 20px 30px;
	  -webkit-box-sizing: border-box;
	     -moz-box-sizing: border-box;
	          box-sizing: border-box;
}
.one.column 		{ width: 8.3333333%; }
.two.column 		{ width: 16.6666667%; }
.three.column 		{ width: 25%; }
.four.column 		{ width: 33.3333333%; }
.five.column 		{ width: 41.6666667%; }
.six.column 		{ width: 50%; }
.seven.column 		{ width: 58.3333333%; }
.eight.column 		{ width: 66.6666667%; }
.nine.column 		{ width: 75%; }
.ten.column 		{ width: 83.3333333%; }
.eleven.column 		{ width: 91.6666667%; }
.twelve.column 		{ width: 100%; }

@media only screen and (max-width: 768px)  {
	.column {
		width: 100% !important;
	}
}

/* Structure
–––––––––––––––––––––––––––––––––––––––––––––––––– */
header.main {
	position: relative;
	z-index: 10;
	height: 600px;
	background-image:  url(../images/banner.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
header.internal {
	position: relative;
	z-index: 10;
	height: 300px;
	background-image:  url(../images/banner.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
header.menu {
	display: none;
}
.caption {
	text-align: center;
	color: #FBF7EB;
	max-width: 550px;
	margin: 30px auto 0 auto;
}
.slider ul {
	width: 100%;
	max-width: 768px;
	height: 200px;
	list-style: none;
	margin: 0 auto 40px auto !important;
	display: block;
	overflow: visible;
	position: relative;
	background: #C1272F;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
	   -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
	        box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
}
.slider ul li {
	height: 200px;
	width: 100%;
	background-position: center center;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
section.feature {
	width: 100%;
	margin: -100px auto 0 auto;
	background-image: url(../images/section-feature.png);
	background-position: top 100px center;
	background-repeat: repeat-x;
	position: relative;
	z-index: 100;
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
	   -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
	        box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
}
.box-divide {
	width: 100%;
	max-width: 450px;
	background: rgba(251,247,235,0.9);
	padding: 30px;
	font-size: 1.4rem;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
main {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	overflow: hidden;
	clear: both;
	position: relative;
	padding: 60px 0;
}
footer.main {
	clear: both;
	padding: 40px 0;
	background-image: url(../images/section-feature.png);
	background-position: top center;
	background-repeat: repeat-x;
	position: relative;
	z-index: 100;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
	   -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
	        box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
}
@media only screen and (max-width: 1024px) {
	.caption {
		width: 90%;
	}
}
@media only screen and (max-width: 768px) {
	header.menu {
		display: block;
	}
	.box-divide {
		width: 100%;
		max-width: 100%;
	}
	.slider ul {
		width: 90%;
	}
}
@media only screen and (max-width: 480px) {
	header.main {
		height: 450px;
	}
	.caption {
		margin: 15px auto 0 auto;
		font-size: 1.1rem;
	}
	.box-divide {
		font-size: 1.3rem;
	}
	.slider ul {
		width: 90%;
		margin-top: 20px;
		margin-bottom: 20px;
		height: 150px;
	}
	.slider ul li {
		height: 150px;
		width: 100%;
	}
}


/* Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.trigger, .trigger-close {
	display: none;
}
input[type=checkbox] {
	display: none;
}
input[type=checkbox]:checked ~ #menu {
	display: block;
}
nav.nav-primary {
	position: relative;
	background: #F5F0DC;
	overflow: hidden;
	font-family: 'Libre Baskerville', serif;
}
nav.nav-primary ul {
	overflow: hidden;
	display: table;
	margin: 0 auto;
}
nav.nav-primary ul li {
	float: left;
	font-size: 1.2rem;
	line-height: 50px;
	text-align: center;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0 auto;
}
nav.nav-primary ul li a {
	display: block;
	padding: 0 20px;
}
nav.nav-primary ul li a:hover {
	color: #000;
}

@media only screen and (max-width: 1024px) {
	nav.menu-wrapper {
		position: fixed;
		z-index: 200;
		background-color: #F5F0DC;
		-webkit-transition: -webkit-transform 0.3s;
				transition: transform 0.3s;
	}
	nav.menu-slide {
		height: 100%;
		width: 80%;
		top: 0;
		left: 0;
		overflow-y: scroll;
		-webkit-transform: translateX(-100%);
			-ms-transform: translateX(-100%);
				transform: translateX(-100%);
	}
	nav.menu-slide.is-active {
		-webkit-transform: translateX(0);
			-ms-transform: translateX(0);
				transform: translateX(0);
	}
	nav.nav-primary ul {
		max-width: 1024px;
		margin: 0 auto;
		width: 80%;
	}
	nav.nav-primary ul li {
		float: left;
		width: 100%;
		font-size: 1.2rem;
		line-height: 40px;
		text-align: center;
		letter-spacing: 2px;
		border-bottom: solid 1px rgba(0,0,0,0.2);
	}
	nav.nav-primary ul li a {
		display: block;
		padding: 5px 0;
	}
	nav.nav-primary ul li a:hover {
		color: #D2232C;
	}
	.trigger {
		position: absolute;
		width: 50px;
		height: 50px;
		display: block;
		top: 15px;
		right: 15px;
		background: url(../images/icons/icon-menu.png) center center no-repeat;
		background-size: 40px 40px;
		border: none;
		box-shadow: none;
		border-radius: none;
		cursor: pointer;
		z-index: 100;
		-webkit-appearance: none;
		   -moz-appearance: none;
				appearance: none;
	}
	.trigger:focus {
		outline: none;
	}
	.trigger-close {
		position: absolute;
		width: 50px;
		height: 50px;
		display: block;
		top: 0;
		right: 0;
		background: url(../images/icons/icon-close.png) center center no-repeat;
		background-size: 15px 15px;
		border: none;
		box-shadow: none;
		border-radius: none;
		cursor: pointer;
		-webkit-appearance: none;
		   -moz-appearance: none;
				appearance: none;
	}
	.trigger-close:focus {
		outline: none;
	}
}


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Feature Items
–––––––––––––––––––––––––––– */
ul.featitems {
	width: 100%;
	max-width: 768px;
	margin: -40px auto 0 auto;
	padding: 30px 0;
	overflow: hidden;
}
ul.featitems li {
	width: 33.333%;
	height: 200px;
	float: left;
	text-align: center;
	font-family: 'Libre Baskerville', serif;
	font-size: 3rem;
	letter-spacing: 2px;
	position: relative;
	z-index: 1;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
ul.featitems li:hover {
	-webkit-transform: scale(1.05);
	   -moz-transform: scale(1.05);
	     -o-transform: scale(1.05);
	        transform: scale(1.05);
}
ul.featitems li a {
	color: #FFF;
	display: block;
	padding: 70px 0;
	position: absolute;
	z-index: 10;
	width: 100%;
	top: 0;
	left: 0;
}
ul.featitems li img {
	position: absolute;
	z-index: 1;
	top: 20px;
	left: 0;
}

/*List Items
–––––––––––––––––––––––––––– */
ul.list-items {
	
}
ul.list-items li {
	padding: 20px 0 5px 0;
	font-size: 1.4rem;
	border-bottom: solid 1px rgba(0,0,0,0.2);
}
ul.list-items li h4 {
	font-family: 'Libre Baskerville', serif;
	text-transform: uppercase;
	font-size: 1.6rem;
	letter-spacing: 1px;
	margin-bottom: 0;
}

/*Gallery
–––––––––––––––––––––––––––– */
ul.light-gallery {
	list-style: none;
	margin: 0;
}
ul.light-gallery li {
	width: 18%;
	height: auto;
	float: left;
	margin-right: 2%;
	margin-bottom: 15px;
	position: relative;
	z-index: 50;
	cursor: pointer;
}
ul.light-gallery li img {
	width: 100%;
	height: auto;
	display: block;
}
ul.light-gallery li img:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

@media only screen and (max-width: 768px) {
	ul.light-gallery li {
		width: 31.333%;
	}
}

@media only screen and (max-width: 480px) {
	ul.light-gallery li {
		width: 48%;
	}
}

/* Feature Items
–––––––––––––––––––––––––––– */
ul.sitemap {
	font-family: 'Libre Baskerville', serif;
	width: 100%;
	overflow: hidden;
	display: table;
	margin: 0 auto 10px auto;
	text-align: center;
}
ul.sitemap li {
	display: inline-block;
	font-size: 1.4rem;
	line-height: 40px;
	text-align: center;
	letter-spacing: 2px;
	margin: 0 15px 0 15px;
	text-transform: uppercase;
}
ul.sitemap li a {
	display: block;
	padding: 5px 0;
}
ul.sitemap li a:hover {
	color: #D2232C;
}

/* Wine Form
–––––––––––––––––––––––––––– */
ul.form-wine.header {
	width: 100%;
	font-size: 1.3rem;
	margin: 0 0 0 0;
	background: none;
	border: none;
}
ul.form-wine.header li:nth-child(1) {
	width: 75%;
	padding: 0;
}
ul.form-wine.header li:nth-child(2) {
	width: 25%;
	padding: 0;
	font-weight: normal;
	font-family: 'Libre Baskerville', serif;
}

ul.form-wine {
	width: 95%;
	font-size: 1.2rem;
	overflow: hidden;
	background: #F5F0DC;
	border: solid 1px #DDD;
	margin: 0 0 10px 0;
	padding: 10px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
ul.form-wine li {
	float: left;
}
ul.form-wine li h4 {
	margin-bottom: 0;
	font-size: 1.6rem;
}
ul.form-wine li p {
	margin-bottom: 0;
}
ul.form-wine li:nth-child(1) {
	width: 65%;
	padding: 5px 0 0 0;
	font-family: 'Libre Baskerville', serif;
}
ul.form-wine li:nth-child(2) {
	width: 35%;
	padding: 10px 0;
	font-weight: bold;
}

/* Social
–––––––––––––––––––––––––––– */
ul.social {
	position: relative;
	width: 120px;
	margin: 0 auto 20px auto;
	overflow: hidden;
}
ul.social li {
	width: 40px;
	height: 40px;
	display: block;
	float: left;
	margin: 0 auto;
}
ul.social li img {
	width: 100%;
	height: auto;
}
ul.social li img:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

@media only screen and (max-width: 768px) {
	ul.featitems {
		max-width: 480px;
		margin: 0 auto -50px auto;
		padding: 0;
	}
	ul.featitems li a {
		padding: 0;
		top: 0;
		left: 0;
	}
	ul.featitems li img {
		top: 5px;
		left: 0;
	}
	ul.featitems li {
		font-size: 2rem;
	}
	ul.featitems li a {
		padding: 37px 0;
	}
	ul.sitemap li {
		margin: 0 10px 0 10px;
	}
}
@media only screen and (max-width: 480px) {
	ul.featitems {
		max-width: 250px;
		margin: 0 auto 20px auto;
	}
	ul.featitems li {
		width: 100%;
		font-size: 2rem;
		height: 170px;
		padding: 25px 15px;
	}
	ul.featitems li a {
		top: 25px;
	}
	ul.sitemap li {
		margin: 0 10px 0 10px;
		font-size: 1.2rem;
	}
}

/* Images
–––––––––––––––––––––––––––––––––––––––––––––––––– */
img.logo {
	width: 250px;
	height: auto;
	display: block;
	margin: 0 auto;
	padding: 70px 0 0 0;
}
img.logo-menu {
	width: 50%;
	height: auto;
	display: block;
	margin: 0 auto;
	padding: 15px 0;
}
img.logo-footer {
	width: 150px;
	height: auto;
	display: block;
	margin: 0 auto 20px auto;
}
img.full {
	width: 100%;
	height: auto;
	display: block;
}
img.social {
	width: 30px;
	height: auto;
	display: block;
	float: left;
	margin-top: -5px;
	margin-right: 6px;
}
img.img-beechworth {
	width: 200px;
	height: auto;
	margin: 0 5px;
	border-radius: 3px;
}
img.img-beechworth:hover {
	-webkit-transform: scale(1.1);
	   -moz-transform: scale(1.1);
	     -o-transform: scale(1.1);
	        transform: scale(1.1);
}

@media only screen and (max-width: 768px) {
	img.logo {
		padding: 30px 0 0 0;
	}
}
@media only screen and (max-width: 480px) {
	img.logo {
		width: 200px;
	}
}

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="text"],
input[type="tel"],
textarea,
select {
	width: 95%;
	padding: 15px 10px;
	margin-bottom: 10px;
	background-color: #F5F0DC;
	border: solid 1px #DDD;
	box-shadow: none;
	font-size: 1.2rem;
	color: #999;
	float: left;
	border-radius: 3px;
	background-position: right 10px center;
	background-repeat: no-repeat;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
		-webkit-appearance: none;
           -moz-appearance: none;
	            appearance: none;
}
textarea {
	min-height: 215px;
}
input[type="number"] {
	width: 50px;
	height: 30px;
	background-color: #FBF7EB;
	border: solid 1px #DDD;
	border-radius: 3px;
	margin-left: 10px;
	padding: 0 0 0 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
select {
	background-image: url(../images/icons/icon-select.png);
}
input[type="email"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
textarea:focus, 
select:focus {
	border: 1px solid red;
	outline: 0;
	-webkit-transition: ease-in-out 0.5s;
       -moz-transition: ease-in-out 0.5s;
            transition: ease-in-out 0.5s;
}
input[type="submit"],
input[type="reset"],
input[type="button"] {
	color: #FFF;
	background-color: #D2232C;
	display: block;
	padding: 10px 20px;
	margin: 30px auto 0 auto;
	font-size: 1.3rem;
	letter-spacing: 1px;
	border-radius: 2px;
	font-family: 'Libre Baskerville', serif;
	text-transform: uppercase;
	border: none;
	-webkit-appearance: none;
	-webkit-font-smoothing: inherit;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	color: #FFFFFF;
	background: #333;
}
label {
	font-size: 1.2rem;
	text-align: left;
	display: block;
	margin-bottom: 5px;
	font-family: 'Libre Baskerville', serif;
}
legend {
	margin: 20px 0;
	display: block;
	font-size: 1.8rem;
}
.form-half {
	width: 49% !important;
	float: left;
}
.required {
	color: #D2232C;
}
fieldset {
	border-width: 0;
	width: 50%;
	float: left;
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
::-webkit-input-placeholder { color: #D2232C; }
     :-ms-input-placeholder { color: #D2232C; }
         ::-moz-placeholder { color: #D2232C; }
          :-moz-placeholder { color: #D2232C; }

@media only screen and (max-width: 768px) {
	fieldset {
		width: 100%;
	}
}
@media only screen and (max-width: 480px) {
}

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a.btn-primary {
	color: #FFF;
	background-color: #D2232C;
	display: inline-block;
	margin-top: 10px;
	padding: 5px 20px;
	font-size: 1.3rem;
	letter-spacing: 1px;
	border-radius: 2px;
	font-family: 'Libre Baskerville', serif;
	text-transform: uppercase;
}
a.btn-primary:hover {
	background-color: #333;
}
a.btn-left {
	color: #FFF;
	background-color: #D2232C;
	display: inline-block;
	padding: 15px 20px;
	width: 200px;
	font-size: 1.3rem;
	letter-spacing: 1px;
	margin-right: 10px;
	border-radius: 2px;
	font-family: 'Libre Baskerville', serif;
	text-transform: uppercase;
}
a.btn-right {
	color: #FFF;
	background-color: #000;
	display: inline-block;
	padding: 15px 20px;
	width: 200px;
	font-size: 1.3rem;
	letter-spacing: 1px;
	border-radius: 2px;
	font-family: 'Libre Baskerville', serif;
	text-transform: uppercase;
}
a.btn-left:hover, a.btn-right:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

a.btn-fixed {
	display: inline-block;
    position: fixed;
    top: 150px;
    right: -85px;
    z-index: 200;
    transform: rotate(90deg);
	text-align: center;
	padding: 15px 25px;
	margin: 15px auto 0 auto;
	background-color: #d4252d;
	font-size: 1.3rem;
	font-weight: 700;
	letter-spacing: 1px;
	color: #FFF;
	border-radius: 0 0 5px 5px;
	border: solid 1px #FFF;
	text-transform: uppercase;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
	-webkit-transition: background-color 0.2s;
	-moz-transition: background-color 0.2s;
	transition: background-color 0.2s;
}
a.btn-fixed:hover {
	background-color: #000000;
}

@media only screen and (max-width: 1024px) {
    a.btn-corona {
        top: 180px;
        right: -87px;
        font-size: 0.9rem;
        padding: 10px 25px;
    }
}

@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 480px) {
	a.btn-left {
		margin-right: 0;
		margin-bottom: 20px;
	}
}

/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.padding20 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.padding40 {
	padding-top: 40px;
	padding-bottom: 40px;
}
.padding60 {
	padding-top: 60px;
	padding-bottom: 60px;
}
.padding80 {
	padding-top: 80px;
	padding-bottom: 80px;
}
.no-padding {
	padding: 0;
}
.flt-left {
	float: left;
}
.flt-right {
	float: right;
}
.margin-top {
	margin: 80px 0 0 0;
}

@media only screen and (max-width: 768px) {
	.padding20,
	.padding40,
	.padding60,
	.padding80 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.margin-top {
		margin: 0 0 0 0;
	}
}

/* Google Map
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#google-container {
	position: relative;
	width: 100%;
	max-width: 1024px;
	height: 400px;
	margin: 0 auto;
	background-color: #e7eaf0;
}
#cd-google-map {
	position: relative;
}
#cd-google-map address {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	padding: 15px 0;
	background-color: rgba(210,35,44,0.9);
	color: #FFF;
	font-size: 1.5rem;
	text-align: center;
	font-style: normal;
	display: none;
}
#cd-zoom-in, #cd-zoom-out {
	height: 32px;
	width: 32px;
	cursor: pointer;
	margin-left: 10px;
	background-color: rgba(210,35,44,0.9);
	background-repeat: no-repeat;
	background-size: 32px 64px;
	background-image: url("../images/google-map/cd-icon-controller.svg");
}
.no-touch #cd-zoom-in:hover, .no-touch #cd-zoom-out:hover {
	background-color: #D2232C;
}
#cd-zoom-in {
	background-position: 50% 0;
	margin-top: 10px;
	margin-bottom: 1px;
}

#cd-zoom-out {
	background-position: 50% -32px;
}


@media only screen and (max-width: 768px) {
	#google-container {
		height: 300px;
	}
	#cd-zoom-in, #cd-zoom-out {
		margin-left: 50px;
	}
	#cd-zoom-in {
		margin-top: 50px;
	}
}

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.clearfix {
	clear: both;
}
.simplybook-widget-button {
    bottom: 50% !important;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
hr.spacer {
	width: 70px;
	border-top: solid 6px #000000;
	border-bottom: none;
	margin-top: 40px;
	margin-bottom: 40px;
}
hr.spacer-sm {
	width: 50px;
	border-top: solid 4px #000000;
	border-bottom: none;
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: 0;
	margin-right: 0;
}
hr.divide {
	border-top: solid 1px #FBF7EB;
	border-bottom: none;
	margin: 20px 0;
}
.byline {
	font-size: 1rem;
	line-height: 30px;
	background: #F5F0DC;
	text-align: center;
}

@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 480px) {
}


/* RSS Blog Feed
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.rss2html-note a {
    font-size: 1rem;
    display: none;
}
p.feed-item-desc {
    border-bottom: solid 1px #DDD;
    padding: 0 0 15px 0;
}
