@charset "UTF-8";

/*!
Theme Name: pantonhillwinery
Theme URI: https://github.com/mor10/pantonhillwinery/
Author: Prazin Karki
Author URI: http://prazin.com
Description: Panton Hill Winery theme developed by precticeedge.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pantonhillwinery
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

pantonhillwinery is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/**
* Defalut style
**/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: "Montserrat", sans-serif, Georgia, Cambria, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 1.5;
}

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

	body,
	button,
	input,
	select,
	textarea {
		font-size: 18px;
	}
}

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

	body,
	button,
	input,
	select,
	textarea {
		font-size: 14px;
	}
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 0;
	font-family: "Lora", serif, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif;
	clear: both;
	font-weight: normal;
}

h1 {
	font-size: 2.8em;
	color: #3E2201;
}

h2 {
	font-size: 2.33em;
	color: #3E2201;
	font-weight: normal;
}

h3 {
	font-size: 1.8em;
	color: #3E2201;
	font-weight: normal;
}

h4 {
	font-size: 1.33em;
	color: #3E2201;
	font-weight: normal;
}

h5 {
	font-size: 1.22em;
	color: #3E2201;
	font-weight: normal;
}

h6 {
	font-size: 1em;
	color: #3E2201;
	font-weight: normal;
}

p {
	margin-top: .5em;
	margin-bottom: 1em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	position: relative;
	margin: 0 0 1em;
	background: #eee;
	padding: 1em 2em .5em 5em;
	font-style: italic;
}

blockquote:before {
	position: absolute;
	top: -.2em;
	left: -.13em;
	content: "“";
	font-family: "Lora", serif, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif;
	font-size: 12em;
	line-height: 100%;
	color: white;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 18.75px;
	font-size: 1.17188rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 18.75px;
	font-size: 1.17188rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

blockquote,
q {
	quotes: """";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li>ul,
li>ol {
	margin-bottom: 0;
	margin-left: .5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	border-collapse: collapse;
	margin: 0 0 1.5em;
	width: 100%;
}

thread th {
	border-bottom: 2px solid #bbb;
	padding-bottom: .5em;
}

td,
th {
	vertical-align: top;
}

th {
	padding: .4em;
	text-align: left;
}

tr {
	border-bottom: 1px solid #eee;
}

td {
	padding: .4em;
}

th:first-child,
td:first-child {
	padding-left: 0;
}

th:last-child,
td:last-child {
	padding-right: 0;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 2px solid;
	border-color: black;
	background: transparent;
	color: black;
	font-family: "Lora", serif, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1;
	padding: .5em 1em;
}

button:hover,
button:active,
button:focus,
input[type="button"]:hover,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus {
	background: white;
	color: black;
}

@media screen and (min-width: 1281px) {
	button {
		background: #3E2201;
		color: #fff;
		border-radius: 5px !important;
		padding: 11px 20px !important;
		min-height: 45px;
		border: 0 !important;
		font-size: 18px;
	}
}

@media screen and (max-width: 1280px) {
	button {
		background: #3E2201;
		color: #fff;
		border-radius: 5px !important;
		min-height: 45px;
		border: 0 !important;
		font-size: 14px;
		line-height: 1.5;
	}
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: none !important;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: none !important;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #000;
}

a:visited {
	color: #000;
}

a:hover,
a:focus,
a:active {
	color: #b51c35;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

.page-content a,
.entry-content a,
.entry-summary a,
.comment-content a {
	text-decoration: none;
}

.page-content a:focus,
.page-content a:hover,
.entry-content a:focus,
.entry-content a:hover,
.entry-summary a:focus,
.entry-summary a:hover,
.comment-content a:focus,
.comment-content a:hover {
	color: #b51c35;
}

.archive .top.center {
	background-image: url(//pantonhillwinery.com.au/wp-content/uploads/2019/02/Panton-Hill-Winery_Textured-BG.jpg) !important;
	background-repeat: no-repeat;
}

section#archive-page header.page-header h1.page-title {

	padding: 30px;
}

/*--------------------------------------------------------------
## Content Navigation
--------------------------------------------------------------*/
.comment-navigation,
.posts-navigation,
.post-navigation,
.paging-navigation {
	padding: 2em 0;
	font-family: "Lora", serif, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif;
	text-align: left;
	overflow: hidden;
}

.comment-navigation a,
.posts-navigation a,
.post-navigation a,
.paging-navigation a {
	display: block;
	width: 100%;
	text-decoration: none;
	padding: 1em;
	border: 1px solid #cccccc;
	color: black;
}

.comment-navigation a:hover,
.comment-navigation a:focus,
.posts-navigation a:hover,
.posts-navigation a:focus,
.post-navigation a:hover,
.post-navigation a:focus,
.paging-navigation a:hover,
.paging-navigation a:focus {
	color: white;
	border-color: #b51c35;
	background: #b51c35;
}

.nav-links {
	margin: 0 auto;
	padding: 0 .4em;
}

.nav-previous {
	padding-bottom: 1em;
}

@media screen and (min-width: 1025px) {
	.nav-links {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: stretch;
		align-items: stretch;
		padding: 0;
	}

	.comment-navigation .nav-previous,
	.comment-navigation .nav-next,
	.posts-navigation .nav-previous,
	.posts-navigation .nav-next,
	.post-navigation .nav-previous,
	.post-navigation .nav-next {
		float: left;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: stretch;
		align-items: stretch;
		width: 48%;
	}

	.comment-navigation .nav-next,
	.posts-navigation .nav-next,
	.post-navigation .nav-next {
		float: right;
		text-align: right;
	}

	.nav-previous {
		padding-bottom: 0;
	}
}

.post-navigation .meta-nav {
	display: block;
}

@media screen and (min-width: 30em) {
	.post-navigation {
		padding-bottom: 1em;
	}
}

.post-navigation .post-title {
	font-size: 1.2em;
	font-weight: 700;
	border-bottom: 3px solid #b51c35;
}

.post-navigation a:hover .post-title,
.post-navigation a:focus .post-title {
	border-bottom-color: white;
}

.pagination {
	font-family: "Lora", serif, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif;
}

.pagination .nav-links {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.pagination a,
.pagination span {
	padding: .5em 1em;
	background: white;
}

.pagination a {
	text-decoration: none;
}

.pagination a:focus,
.pagination a:hover {
	color: white;
	background: #b51c35;
}

.pagination .current {
	font-weight: 600;
	color: #b51c35;
}

.pagination .prev .icon {
	margin-right: 1em;
}

.pagination .next .icon {
	margin-left: 1em;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 17.5px;
	font-size: 1.09375rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-content:after {
	clear: both;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Global layouts
--------------------------------------------------------------*/
.entry-content.full-width.post-content {
	width: 100%;
}

.topbar.widget-area a {
	display: inline;
}

/* Single posts */
@media screen and (min-width: 1025px) {

	.single.has-sidebar .hentry,
	.page .hentry {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.single.has-sidebar .hentry .entry-header,
	.page .hentry .entry-header {
		width: 100%;
		-ms-flex: 1 0 100%;
		flex: 1 0 100%;
	}

	.single.has-sidebar .hentry .post-content,
	.page .hentry .post-content {
		width: 100%;
	}

	.single.has-sidebar .hentry .widget-area,
	.page .hentry .widget-area {
		width: 30%;
	}

	.page.has-page-sidebar .hentry {
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	.page:not(.has-page-sidebar) .hentry {
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

@media screen and (min-width: 1025px) {
	.single.no-sidebar .post-content__wrap {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.single.no-sidebar .post-content__wrap .entry-meta {
		width: 20%;
	}

	.single.no-sidebar .post-content__wrap .post-content__body {
		width: 70%;
	}
}

/*--------------------------------------------------------------
## Archives
--------------------------------------------------------------*/
.archive-view {
	background-color: #fff;
}

.archive-view .post,
.archive-view .page {
	position: relative;
	background: white;
}

@media screen and (min-width: 768px) {
	.archive-view .post__content {
		padding: 0 0 0 3em;
		-ms-flex: 2;
		flex: 2;
	}
}

@media screen and (max-width: 767px) {
	.archive-view .post__content {
		padding: 50px 20px;
		text-align: center;
	}
}

@media screen and (min-width: 1025px) {
	.archive-view.has-sidebar .site-content {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.archive-view.has-sidebar .page-header {
		width: 100%;
		-ms-flex: 1 0 100%;
		flex: 1 0 100%;
	}

	.archive-view.has-sidebar .content-area {
		width: 50%;
	}

	.archive-view.has-sidebar .widget-area {
		width: 100%;
	}
}

.page-header {
	font-family: "Lora", serif, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif;
}

.page-title {
	margin: .5em 0 .5em;
}

.archive-description {
	margin: -1em 0 2em;
}

/* For content-none.php */
.search .page-content,
.error-404 .page-content {
	margin-bottom: 2em;
	padding: 1em 2em;
	font-family: "Lora", serif, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif;
	color: white;
	background: #3E2201;
}

.search input[type="search"],
.error-404 input[type="search"] {
	padding: .5em;
}

.search input[type="submit"],
.error-404 input[type="submit"] {
	border-color: white;
	color: white;
}

.search input[type="submit"]:focus,
.search input[type="submit"]:hover,
.error-404 input[type="submit"]:focus,
.error-404 input[type="submit"]:hover {
	color: black;
}

.sticky::before {
	content: "";
	display: block;
	width: 2em;
	height: 2em;
	position: absolute;
	top: 0;
	right: 0;
	border-width: 0 2em 2em 0;
	border-color: #eee #eee white;
	border-style: solid;
	box-shadow: -1px 2px 2px rgba(26, 26, 26, 0.1);
}

.index-image img {
	display: block;
	margin: 0 auto;
	width: 100vh;
}

.index-image a:focus>img,
.index-image a:hover>img {
	opacity: .8;
}

.continue-reading {
	font-family: "Lora", serif, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif;
}

.continue-reading a {
	display: block;
	font-size: 1.22em;
	text-decoration: none;
	color: #3E2201 !important;
}

.continue-reading a:focus,
.continue-reading a:hover {
	color: #404040;
}

/**
* Archive Header
**/
section#archive-page {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

@media screen and (min-width: 768px) {
	section#archive-page header.page-header h1.page-title {
		padding-left: 140px;
		text-align: center;
	}
}

.post-type-archive-news h1.page-title {
	text-align: left !important;
}

@media screen and (max-width: 767px) {
	.post-type-archive-news h1.page-title {
		padding: 0 20px;
	}
}

@media screen and (max-width: 767px) {
	figure.featured-image.index-image {
		margin-top: 30px;
	}
}

/**
* Archive content area
**/
@media screen and (min-width: 1025px) {
	.post-type-archive-event.archive article {
		padding-left: 140px;
		padding-right: 140px;
	}
}

@media screen and (min-width: 768px) {
	.archive article {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: stretch;
		align-items: stretch;
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

@media screen and (min-width: 768px) {
	.archive figure.featured-image.index-image {
		margin: 10px;
		text-align: center;
		line-height: 75px;
		font-size: 30px;
		-ms-flex: .9;
		flex: .9;
	}
}

.archive h3.entry-title a {
	color: #3E2201 !important;
	text-decoration: none !important;
}

.archive #primary {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

@media screen and (max-width: 1024px) {
	.archive #primary {
		padding: 0 30px !important;
	}
}

@media screen and (min-width: 1025px) {
	.archive #secondary {
		width: 30%;
		display: block;
	}
}

.archive h2.widget-title {
	font-size: 1.22em;
}

.archive .cat-links {
	display: none;
}

@media screen and (max-width: 1024px) {
	.archive aside#secondary {
		padding: 0 30px;
	}
}

.archive.post-type-archive.post-type-archive-event .continue-reading {
	display: none;
}

.archive.post-type-archive.post-type-archive-event #primary {
	width: 100%;
}

.archive.post-type-archive.post-type-archive-event aside#secondary {
	display: none;
}

#post-149,
#post-141 {
	background: #F5F5EF;
}

@media screen and (min-width: 1025px) {
	.news-wrapper {
		max-width: 1920px;
		padding-left: 140px !important;
		padding-right: 140px !important;
		padding-bottom: 50px;
		padding-top: 50px;
	}
}

@media screen and (max-width: 1024px) {
	.news-wrapper {
		padding: 0 20px;
	}
}

.news-wrapper .full-bleed {
	width: 100%;
	margin: 0 auto !important;
}

section#archive-page h1.page-title {
	text-align: center;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.header-image {
	max-height: 60vh;
	overflow: hidden;
}

.header-image img {
	display: block;
	width: 100vw;
}

.header-image-page {
	max-height: 10vh;
	overflow: hidden;
}

.header-image-page img {
	display: block;
	width: 100vw;
	-o-object-fit: cover;
	object-fit: cover;
	height: 100px;
}

@media screen and (min-width: 1025px) {
	h1.entry-title.page-heading-title {
		padding-left: 140px;
		padding-right: 140px;
	}
}

.site-header {
	position: relative;
	padding: 1em;
	font-family: "Lora", serif, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif;
	color: #fff;
	background-color: #fff;
}

@media screen and (min-width: 767px) {
	.site-header {
		padding: 1em 140px 0 140px;
	}
}

@media screen and (min-width: 768px) {
	.site-branding {
		display: -ms-flexbox;
		display: flex;
		min-height: 65px;
	}
}

.custom-logo-link {
	margin-right: 1em;
}

@media screen and (min-width: 1025px) {
	.custom-logo-link img {
		display: block;
		height: 65px;
		width: auto;
		-o-object-fit: contain;
		object-fit: contain;
		top: -8px;
		position: relative;
	}
}

@media screen and (max-width: 1024px) {
	.custom-logo-link img {
		display: block;
		-o-object-fit: contain;
		object-fit: contain;
		position: relative;
		z-index: 100;
		padding: 0 20px;
	}
}

@media screen and (max-width: 467px) {
	.custom-logo-link img {
		float: left;
	}
}

.site-branding__text {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	height: 65px;
}

.site-title {
	margin: 0;
	padding: 0;
	font-size: 1.6em;
	font-weight: 900;
	line-height: 1em;
}

.site-title a {
	color: white;
	text-decoration: none;
}

.site-title a:hover,
.site-title a:focus {
	text-decoration: underline;
}

.site-description {
	margin: 0;
	font-size: .9em;
	font-style: italic;
	font-weight: 100;
}

@media screen and (min-width: 1025px) {
	.mobile-menu {
		display: none;
	}
}

/* About Page top inner */
@media screen and (max-width: 1024px) {
	.about-title {
		padding: 0 20px;
	}
}

@media screen and (min-width: 1025px) {
	.top-inner-about-page {
		width: 70%;
		margin: 10px;
	}
}

@media screen and (max-width: 1024px) {
	.top-inner-about-page {
		width: 100%;
		padding: 0 20px;
	}
}

.top-inner-about-side {
	background-color: #fff;
	margin: 10px;
	text-align: center;
	padding: 20px;
}

@media screen and (min-width: 1025px) {
	.top-inner-about-side {
		width: 30%;
	}
}

.top-inner-about-side img {
	width: 100vh;
}

/* Page top inner */
.top-inner-page {
	width: 70%;
	margin: 10px;
}

.top-inner-side {
	width: 30%;
	margin: 10px;
	text-align: center;
}

/* Media Queries */
@media screen and (min-width: 1025px) {
	.site-header {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.site-branding {
		width: 20%;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto;
	}

	.site-navigation {
		width: 55%;
	}
}

/*
Header Menu
*/
.main-navigation {
	display: block;
	font-family: "Lora", serif, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif;
	font-weight: 400;
	clear: left;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	margin-top: 1em;
	padding-left: 0;
}

@media screen and (max-width: 1280px) {
	.main-navigation ul {
		margin-top: 2em !important;
	}
}

.main-navigation ul ul {
	display: none;
	top: 1.5em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	top: 0;
}

.main-navigation ul ul li {
	padding-left: 1em;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
	left: 100%;
	background: #F5F5EF;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: inline-block;
	width: 100%;
	padding: 0 .5em 0 .5em;
	text-decoration: none;
	color: #3E2201;
}

.main-navigation a:hover,
.main-navigation a:focus {
	background: #F5F5EF;
}

.main-navigation .menu-item-has-children>a,
.main-navigation .page_item_has_children>a {
	padding-right: 2em;
}

button.dropdown-toggle {
	position: absolute;
	right: 0;
	border: none;
	background: inherit;
	color: white;
	line-height: 1.5em;
	padding: .4em 1em .4em .5em;
}

.menu-toggle {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	margin: 1.2em 1.2em 0 0;
	padding: .6em .8em;
	font-size: 80%;
	text-transform: uppercase;
	color: white;
	border: 1px solid rgba(255, 255, 255, 0.3);
}

/* Toggle small menu and children on */
.toggled-on ul,
.sub-menu.toggled-on {
	display: block;
}

@media screen and (min-width: 767px) {
	.menu-toggle {
		display: none;
	}

	.main-navigation .menu-item-has-children>a,
	.main-navigation .page_item_has_children>a {
		padding-right: 2em;
		background: rgba(255, 255, 255, 0.1);
	}

	.main-navigation ul {
		display: block;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.main-navigation ul ul {
		-ms-flex-direction: column;
		flex-direction: column;
		background: rgba(255, 255, 255, 0.1);
		margin-left: 0;
	}

	.main-navigation ul ul li {
		padding-left: 0;
	}

	.main-navigation ul ul li a {
		background: none;
	}
}

@media screen and (min-width: 1025px) {
	.main-navigation ul {
		-ms-flex-pack: end;
		justify-content: flex-end;
		bottom: 0;
		/* If you want dropdowns to open on hover, uncomment this: */
	}

	.main-navigation ul li:hover>ul,
	.main-navigation ul li:focus>ul {
		display: block;
	}
}

@media screen and (min-width: 1281px) {
	#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item {
		margin: 0 5px !important;
	}
}

@media screen and (min-width: 1281px) {
	#mega-menu-wrap-primary #mega-menu-primary {
		top: 18px;
	}
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
	line-height: 2;
	height: auto !important;
}

@media screen and (max-width: 1100px) {
	#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
		text-align: center;
	}
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-flyout ul.mega-sub-menu {
	margin-top: 0 !important;
}

#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open+#mega-menu-primary {
	z-index: 999;
}

@media screen and (max-width: 1100px) {
	#mega-menu-wrap-primary {
		margin-top: -40px;
	}

	.desktop.site-header {
		display: none;
	}

	#mega-menu-wrap-primary .mega-menu-toggle {
		background: none !important;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
		top: -35px;
		position: relative;
		padding: 0 20px;
	}
}

@media screen and (min-width: 1100px) {
	header#mobile-menu {
		display: none;
	}

	li#mega-menu-item-643 {
		display: none !important;
	}
}

@media screen and (max-width: 767px) {
	.custom-logo-link {
		top: 10px;
		position: relative;
	}

	#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
		top: -10px;
		position: relative;
		padding: 0 20px;
	}
}

/*--------------------------------------------------------------
## home
--------------------------------------------------------------*/
.home-latest-news h2 {
	text-align: center;
	padding-bottom: 50px;
}

/* Top Content Section */
.toparea-inner {
	display: block;
}

@media screen and (min-width: 1025px) {
	.toparea-inner {
		margin: 10px;
		width: 80%;
	}
}

@media screen and (max-width: 1024px) {
	.toparea-inner {
		margin: 0;
		width: 100%;
		padding: 0 20px;
	}
}

@media screen and (max-width: 1024px) {
	.topimage-inner img {
		display: block !important;
		margin: 0 auto !important;
		padding: 0 0 50px !important;
	}
}

.home .top {
	background-image: url(//pantonhillwinery.com.au/wp-content/uploads/2019/02/Panton-Hill-Winery_Textured-BG.jpg) !important;
	background-repeat: no-repeat;
}

@media screen and (max-width: 1024px) {
	.home .top {
		padding-top: 50px !important;
	}
}

@media screen and (min-width: 1025px) {
	.home-top-inner {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		padding-left: 140px;
		padding-right: 140px;
		padding-bottom: 30px;
		padding-top: 30px;
	}
}

@media screen and (min-width: 1025px) {
	.top-inner {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		padding-left: 140px;
		padding-right: 140px;
		padding-bottom: 30px;
	}
}

.topimage-inner {
	padding-top: 30px;
}

.top.center h1.entry-title.page-heading-title {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
}

/*--------------------------------------------------------------
## page
--------------------------------------------------------------*/
.page .vc_gitem-zone {
	position: relative;
	background-repeat: no-repeat;
	background-position: left !important;
	background-size: contain;
	background-clip: inherit !important;
	box-sizing: inherit !important;
	overflow: hidden;
}

.pageinner {
	text-align: center;
}

.pageinner.top-inner-page-full button {
	margin-bottom: 50px;
}

.gifts-left.wpb_column.vc_column_container.vc_col-sm-4 {
	background: #F5F5EF;
	padding: 12px;
}

.flex-grid {
	display: -ms-flexbox;
	display: flex;
}

.flex-grid .col {
	-ms-flex: 1;
	flex: 1;
}

.flex-grid-thirds {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

div.pp_default .pp_description {
	display: none !important;
}

@media (max-width: 400px) {

	.flex-grid,
	.flex-grid-thirds {
		display: block;
	}

	.flex-grid .col,
	.flex-grid-thirds .col {
		width: 100%;
		margin: 0 0 10px 0;
	}
}

.flex-grid {
	margin: 0 0 20px 0;
}

.col {
	padding: 20px 0;
}

.search div#content {
	max-width: 1920px;
	padding: 0 30px;
}

.search.search-results div#inner-container {
	display: none;
}

.page .top {
	background-image: url(//pantonhillwinery.com.au/wp-content/uploads/2019/02/Panton-Hill-Winery_Textured-BG.jpg) !important;
	background-repeat: no-repeat;
}

@media screen and (max-width: 1024px) {
	.page .top {
		padding: 0 20px;
	}
}

@media screen and (max-width: 1024px) {
	.gifts-left.wpb_column.vc_column_container.vc_col-sm-8 {
		width: 100%;
		padding: 50px 30px;
	}
}

@media screen and (max-width: 1024px) {
	.gifts-left.wpb_column.vc_column_container.vc_col-sm-4 {
		width: 100%;
		padding: 0 30px;
	}
}

/*table*/
@media screen and (max-width: 767px) {
	td {
		display: block;
		box-sizing: border-box;
		clear: both;
	}
}

@media screen and (max-width: 1024px) {
	.gifts-left.wpb_column.vc_column_container.vc_col-sm-8 .wpb_column.vc_column_container.vc_col-sm-6 {
		width: 100%;
	}
}

@media screen and (max-width: 1024px) {
	.contact-form-details.wpb_column.vc_column_container.vc_col-sm-6 {
		width: 100%;
	}
}

@media screen and (max-width: 1024px) {
	.contact-form.wpb_column.vc_column_container.vc_col-sm-6 {
		width: 100%;
	}
}

/*--------------------------------------------------------------
## about
--------------------------------------------------------------*/
.top-inner-side p {
	padding: 0 30px;
	color: #3E2201;
}

.top-inner-side img {
	width: 100vh;
}

.youtube-video-heading h2 {
	color: #3E2201;
	text-align: center;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 30px !important;
}

.otherpage-title h1.entry-title.page-heading-title {
	padding-top: 50px;
}

@media screen and (min-width: 768px) {
	.about-title h1.entry-title.page-heading-title {
		padding-top: 50px;
	}
}

@media screen and (max-width: 767px) {
	.about-title h1.entry-title.page-heading-title {
		padding: 50px 0 0;
	}

	.page .top {
		background-size: cover;
	}
}

@media screen and (max-width: 767px) {
	.top-inner-about-page button {
		margin-bottom: 30px;
	}
}

/*--------------------------------------------------------------
## wine
--------------------------------------------------------------*/
@media screen and (min-width: 1281px) {
	.wine-right-img img {
		height: 300px !important;
		-o-object-fit: cover;
		object-fit: cover;
	}

	.wine-right .vc_row.wpb_row.vc_inner.vc_row-fluid {
		padding: 10px 0 !important;
	}

	.wine-first-section {
		padding-left: 140px !important;
		padding-right: 140px !important;
		max-width: 1920px;
	}

	.vc_row.wpb_row.vc_row-fluid.wine-row-inner {
		padding-left: 140px !important;
		padding-right: 140px !important;
		max-width: 1920px;
	}
}

@media (min-width: 1025px) and (max-width: 1280px) {
	.wine-right-img img {
		height: 200px !important;
		-o-object-fit: cover;
		object-fit: cover;
	}

	.wine-right .vc_row.wpb_row.vc_inner.vc_row-fluid {
		padding: 10px 0 !important;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.wine-right-img img {
		height: 100px !important;
		-o-object-fit: cover;
		object-fit: cover;
	}

	.wine-right .vc_row.wpb_row.vc_inner.vc_row-fluid {
		padding: 10px 0 !important;
	}
}

/*--------------------------------------------------------------
## contact
--------------------------------------------------------------*/
@media screen and (min-width: 1025px) {
	.contact .entry-content.full-width {
		padding-left: 140px;
		padding-right: 140px;
	}
}

.contact-us-title h1.entry-title.page-heading-title {
	padding-top: 50px;
	padding-bottom: 50px;
}

/**
* Contact Form 7
**/
.contact-form.wpb_column.vc_column_container.vc_col-sm-6 {
	background: #F5F5EF;
	padding: 12px;
}

.wpcf7-form-control-wrap {
	width: 100%;
	background: #fff;
	border-radius: 3px;
}

button#searchsubmit {
	display: inline-block;
	padding: 0 10px !important;
	background: #fff;
	color: #3E2201;
	/* border: 1px solid #ccc!important; */
	/* border-radius: 3px; */
	/* padding: 3px; */
}

input#s {
	border: none !important;
}

@media screen and (min-width: 1025px) {
	input#s {
		width: 85%;
	}
}

@media screen and (max-width: 1024px) {
	input#s {
		width: 90%;
	}
}

input#s:-ms-input-placeholder {
	padding: 0 !important;
}

input#s::placeholder {
	padding: 0 !important;
}

.container-1 {
	border: 1px solid #ccc !important;
	border-radius: 3px;
	padding: 3px;
	background: #fff;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	width: 100%;
}

input.wpcf7-form-control.wpcf7-submit {
	float: right;
	background: #3E2201;
	color: #fff;
	border: none !important;
	border-radius: 5px;
}

.contact-form-details button {
	background: #ECECE5;
	color: #3E2201;
}

svg.icon.icon-Contact-Form-Icon---Name---Dark-Grey {
	top: 30px;
	z-index: 100;
	margin-left: 10px;
}

svg.icon.icon-Contact-Form-Icon---Email---Dark-Grey {
	top: 30px;
	z-index: 100;
	margin-left: 10px;
}

svg.icon.icon-Contact-Form-Icon---Phone---Dark-Grey {
	top: 30px;
	z-index: 100;
	margin-left: 10px;
}

svg.icon.icon-Contact-Form-Icon---Enquiry---Dark-Grey {
	top: 30px;
	z-index: 100;
	margin-left: 10px;
}

::-webkit-input-placeholder {
	/* WebKit browsers */
	padding-left: 20px;
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	padding-left: 20px;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	padding-left: 20px;
}

:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	padding-left: 20px;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.cf7-icon-field {
	padding-left: 55px !important;
}

textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.cf7-icon-field {
	padding-left: 50px !important;
}

::-webkit-textarea-placeholder {
	/* WebKit browsers */
	padding-left: 30px;
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	padding-left: 30px;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	padding-left: 30px;
}

:-ms-textarea-placeholder {
	/* Internet Explorer 10+ */
	padding-left: 30px;
}

textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.cf7-icon-field:-ms-input-placeholder {
	padding-left: 30px !important;
}

textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.cf7-icon-field::placeholder {
	padding-left: 30px !important;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0;
}

.entry-header {
	font-family: "Lora", serif, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif;
}

.cat-links {
	font-size: 90%;
	font-weight: 700;
}

.cat-links a {
	text-decoration: none;
	text-transform: uppercase;
	color: #b51c35;
}

.cat-links a:focus,
.cat-links a:hover {
	background-color: #b51c35;
	color: white;
}

.home .entry-title {
	margin: 0;
}

@media screen and (min-width: 1025px) {
	.home .entry-title {
		font-size: 50px;
		color: #3E2201;
		font-weight: normal;
	}
}

.home .entry-title a {
	text-decoration: none;
	color: black;
}

.home .entry-title a:focus,
.home .entry-title a:hover {
	border-bottom: 5px solid #b51c35;
}

.page .entry-title {
	margin: 0;
}

@media screen and (min-width: 1281px) {
	.page .entry-title {
		font-size: 50px;
		color: #3E2201;
		font-weight: normal;
	}
}

@media screen and (max-width: 1280px) {
	.page .entry-title {
		font-size: 30px;
		color: #3E2201;
		font-weight: normal;
	}
}

.page .entry-title a {
	text-decoration: none;
	color: black;
}

.page .entry-title a:focus,
.page .entry-title a:hover {
	border-bottom: 5px solid #b51c35;
}

.entry-meta,
.entry-footer {
	font-family: "Lora", serif, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif;
	font-size: 90%;
}

.entry-meta a,
.entry-footer a {
	font-weight: 700;
	text-decoration: none;
	color: black;
}

.entry-meta a:focus,
.entry-meta a:hover,
.entry-footer a:focus,
.entry-footer a:hover {
	color: black;
	border-bottom: 3px solid #b51c35;
}

.byline::after {
	content: "|";
	margin: 0 .5em;
}

.comments-link::before,
.edit-link::before {
	content: "|";
	margin: 0 .5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.extra {
	display: none;
}

/* Custom Post Meta rules for single post / no sidebar. */
.no-sidebar .entry-meta {
	margin-top: 1.5em;
}

@media screen and (min-width: 1025px) {
	.no-sidebar .post-content__wrap .entry-meta {
		margin-top: 2.25em;
		font-size: 80%;
	}

	.no-sidebar .post-content__wrap .entry-meta a {
		font-size: 110%;
		display: block;
		border-bottom: 3px solid white;
	}

	.no-sidebar .post-content__wrap .entry-meta a:hover,
	.no-sidebar .post-content__wrap .entry-meta a:focus {
		border-bottom-color: #b51c35;
	}

	.no-sidebar .post-content__wrap .byline,
	.no-sidebar .post-content__wrap .posted-on,
	.no-sidebar .post-content__wrap .comments-link,
	.no-sidebar .post-content__wrap .edit-link {
		display: block;
		margin-bottom: 1em;
	}

	.no-sidebar .post-content__wrap .byline:before,
	.no-sidebar .post-content__wrap .byline:after,
	.no-sidebar .post-content__wrap .posted-on:before,
	.no-sidebar .post-content__wrap .posted-on:after,
	.no-sidebar .post-content__wrap .comments-link:before,
	.no-sidebar .post-content__wrap .comments-link:after,
	.no-sidebar .post-content__wrap .edit-link:before,
	.no-sidebar .post-content__wrap .edit-link:after {
		margin: 0;
		content: "";
	}

	.no-sidebar .post-content__wrap .extra {
		display: inline;
	}
}

/* Single Post Featured Images */
.news-template-default.single.single-news section.post-content {
	padding-top: 50px;
}

.full-bleed {
	width: 100vw;
	max-height: 1200px;
	margin-top: 1em;
	margin-left: -1em;
	overflow: hidden;
}

@media screen and (min-width: 767px) {
	.full-bleed {
		margin-left: -2em;
	}
}

@media screen and (min-width: 1025px) {
	.full-bleed {
		margin-top: 1.5em;
		margin-right: -2em;
	}
}

@media screen and (min-width: 1920px) {
	.full-bleed {
		margin-right: calc(((-100vw + 1920px)/2) - 2em);
		margin-left: calc(((-100vw + 1920px)/2) - 2em);
	}
}

.full-bleed img {
	display: block;
	margin: 0 auto;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.entry-footer {
	margin: 1.5em 0;
	font-family: "Lora", serif, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif;
}

@media screen and (min-width: 768px) {
	#inner-container {
		max-width: 1920px;
		padding-left: 140px;
		padding-right: 140px;
	}
}

@media screen and (max-width: 767px) {
	#inner-container {
		padding: 0 20px;
	}
}

/*--------------------------------------------------------------
## Sidebar
--------------------------------------------------------------*/
section#search-2 {
	padding: 12px;
	background: #F5F5EF;
}

section#recent-posts-2 {
	margin-top: 30px;
	padding: 12px;
	background: #F5F5EF;
}

section#categories-2 {
	margin-top: 30px;
	padding: 12px;
	background: #F5F5EF;
}

section#archives-2 {
	margin-top: 30px;
	padding: 12px;
	background: #F5F5EF;
}

section#custom-post-type-recent-posts-2 {
	margin-top: 30px;
	padding: 12px;
	background: #F5F5EF;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comments-area {
	width: 100%;
	margin: 3em 0;
	padding: 1.5em 0;
	border-top: 1px solid #cccccc;
}

.comments-title {
	margin-bottom: 2em;
	font-size: 2.5em;
	font-weight: 900;
}

.comment-list {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.comment-list ol {
	list-style-type: none;
}

.comment-body {
	border-bottom: 1px solid #c3c3c3;
	margin-bottom: 3em;
}

.comment-meta {
	position: relative;
	margin-left: 70px;
	font-family: "Lora", serif, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif;
	font-size: 80%;
}

.comment-meta a,
.comment-form a {
	text-decoration: none;
	border: none;
}

.comment-meta a:hover,
.comment-meta a:focus,
.comment-form a:hover,
.comment-form a:focus {
	text-decoration: underline;
}

.comment .avatar {
	position: absolute;
	top: -5px;
	left: -70px;
	width: 50px;
	height: 50px;
	border-radius: 50px;
}

.children {
	margin-left: 1em;
	padding-left: 0;
}

@media screen and (min-width: 1025px) {
	.children {
		margin-left: 2em;
	}
}

@media screen and (min-width: 1025px) {
	.no-sidebar .children {
		margin-left: 2em;
	}

	.no-sidebar .children .comment-meta {
		margin-left: 80px;
		font-size: 90%;
	}

	.no-sidebar .children .comment .avatar {
		top: -7px;
		left: -80px;
		width: 60px;
		height: 60px;
	}

	.no-sidebar .children .comment-content {
		margin-left: 80px;
	}
}

@media screen and (min-width: 1920px) {
	.no-sidebar .children {
		margin-left: 3em;
	}

	.no-sidebar .comment-meta {
		margin-left: 90px;
	}

	.no-sidebar .comment .avatar {
		top: -8px;
		left: -90px;
		width: 70px;
		height: 70px;
	}

	.no-sidebar .comment-content {
		margin-left: 90px;
	}
}

.comment-metadata {
	margin-top: .2em;
	padding-bottom: .5em;
	font-size: .8em;
	line-height: 1em;
}

.comment-metadata a {
	color: #7D7D7D;
}

.comment-metadata a:hover,
.comment-metadata a:focus {
	border-color: #c3c3c3;
}

.comment-author {
	font-size: 1.4em;
	line-height: 1.3em;
}

.says {
	font-size: 80%;
}

.reply {
	margin-bottom: 1.5em;
	text-align: right;
}

.reply a {
	display: inline-block;
	padding: .5em 1.4em;
	font-family: "Lora", serif, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif;
	font-size: 85%;
	color: #000;
	line-height: 1.3em;
	text-decoration: none;
	border: 1px solid #c3c3c3;
}

.reply a:hover,
.reply a:focus {
	color: #fff;
	background: #b51c35;
	border-color: #b51c35;
}

.comment-content ol {
	list-style-type: decimal;
}

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor .avatar {
	box-sizing: content-box;
	border: 5px solid #b51c35;
	margin-top: -5px;
	margin-left: -5px;
}

/* Comment Form */
.comment-reply-title {
	margin-bottom: 1em;
}

.comment-list .comment-reply-title {
	text-align: left;
}

.comment-form {
	font-family: "Lora", serif, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif;
	line-height: 1.3em;
}

.comment-form a {
	font-weight: 500;
}

.comment-form .form-submit {
	text-align: right;
}

.comment-form .form-submit input {
	padding: .5em 1.4em;
	font-size: 85%;
	color: #000;
	line-height: 1.3em;
	text-decoration: none;
	border: 1px solid #c3c3c3;
}

.comment-form .form-submit input:hover,
.comment-form .form-submit input:focus {
	color: #fff;
	background: #b51c35;
	border-color: #b51c35;
}

.comment-form label {
	width: 33%;
	display: block;
	font-style: italic;
	padding-bottom: .4em;
}

.comment-form .required {
	color: #D54E21;
}

.pingback {
	font-family: "Lora", serif, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif;
}

.pingback .comment-body {
	padding: 1em 0;
}

.pingback a {
	font-style: italic;
	text-decoration: none;
}

/*--------------------------------------------------------------
## vc
--------------------------------------------------------------*/
a.more-link {
	display: none;
}

.search.search-results section#primary {
	width: 100%;
}

.search.search-results .post__content {
	padding: 0 !important;
}

.cat-links a {
	display: none;
}

/* Home page Latest News Section */
.vc_gitem-post-data h4 {
	font-size: 32px;
	color: #3E2201;
	text-align: center !important;
	font-weight: normal;
}

.vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_title h4 {
	color: #3E2201;
	text-align: center !important;
	font-weight: normal;
}

@media screen and (min-width: 1281px) {
	.vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_title h4 {
		font-size: 32px;
	}
}

@media screen and (max-width: 1280px) {
	.vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_title h4 {
		font-size: 18px;
	}
}

.vc_col-has-fill>.vc_column-inner,
.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner,
.vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner,
.vc_row-has-fill>.vc_column_container>.vc_column-inner {
	padding-top: 0 !important;
}

.vc_row.wpb_row.vc_inner.vc_row-fluid .vc_column-inner {
	padding-left: 0 !important;
}

.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
	color: #3E2201 !important;
	background: none !important;
	text-align: center !important;
	float: none !important;
	margin: 0 auto;
	display: block;
	font-family: "Lora", serif, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif;
}

.vc_gitem-post-data p {
	text-align: center;
}

/* Home VC Row */
.home .vc_row.wpb_row.vc_row-fluid.home-first-section {
	max-width: 1920px;
	margin: 0 auto;
}

@media screen and (min-width: 1025px) {
	.home .vc_row.wpb_row.vc_row-fluid.home-first-section {
		padding-left: 140px;
		padding-right: 140px;
	}
}

.home .vc_row.wpb_row.vc_row-fluid.home-masonry {
	max-width: 1920px;
	margin: 0 auto;
}

@media screen and (min-width: 1025px) {
	.home .vc_row.wpb_row.vc_row-fluid.home-masonry {
		padding-left: 140px;
		padding-right: 140px;
	}
}

.home .vc_row.wpb_row.vc_row-fluid.home-postgrid {
	padding: 50px 0;
	max-width: 1920px;
	margin: 0 auto;
}

@media screen and (min-width: 1025px) {
	.home .vc_row.wpb_row.vc_row-fluid.home-postgrid {
		padding-left: 140px;
		padding-right: 140px;
	}
}

.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid>li {
	margin-bottom: 0 !important;
}

@media screen and (min-width: 1025px) {
	.vc_gitem_row .vc_gitem-col {
		padding: 50px 0 !important;
	}
}

.vc_row.wpb_row.vc_row-fluid.home-masonry.vc_row-o-equal-height.vc_row-flex {
	max-width: 100%;
	margin: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	background: #F5F5EF;
}

.home-masonry .wpb_column.vc_column_container.vc_col-sm-12 {
	max-width: 1920px;
	margin: 0 auto;
}

@media screen and (min-width: 1025px) {
	.home-masonry .wpb_column.vc_column_container.vc_col-sm-12 {
		padding-left: 140px;
		padding-right: 140px;
	}
}

/* Content Home Three Cols Sections */
.wpb_text_column.wpb_content_element.phw-three-cols-text h2 {
	color: #3E2201;
	text-align: center;
	font-weight: normal;
}

@media screen and (min-width: 1281px) {
	.wpb_text_column.wpb_content_element.phw-three-cols-text h2 {
		font-size: 32px;
		min-height: 100px;
	}
}

@media screen and (min-widht: 768px) {
	.wpb_text_column.wpb_content_element.phw-three-cols-text h2 {
		font-size: 24px;
		min-height: 80px;
	}
}

.wpb_text_column.wpb_content_element.phw-three-cols-text p {
	color: #404040;
	text-align: center;
}

@media screen and (min-width: 1281px) {
	.wpb_text_column.wpb_content_element.phw-three-cols-text p {
		font-size: 18px;
	}
}

@media screen and (max-width: 1280px) {
	.wpb_text_column.wpb_content_element.phw-three-cols-text p {
		font-size: 14px;
	}
}

/* Home post grid */
.vc_gitem-zone.vc_gitem-zone-a.vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-3-4.vc_gitem-is-link {
	height: 300px;
	-o-object-fit: cover;
	object-fit: cover;
}

.vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_date {
	display: none;
}

.vc_grid-item-mini.vc_clearfix {
	background: none !important;
}

.vc_gitem-zone.vc_gitem-zone-c {
	background: none !important;
}

@media screen and (max-width: 767px) {
	.vc_grid-item-zone-c-right .vc_gitem-animated-block {
		width: 100% !important;
		float: none !important;
	}
}

@media screen and (max-width: 767px) {
	.vc_column_container>.vc_column-inner {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
}

@media screen and (max-width: 767px) {
	.vc_grid-item-zone-c-right .vc_gitem-zone-c {
		width: 100% !important;
		float: none !important;
	}
}

/* About page */
.about .vc_row.wpb_row.vc_row-fluid {
	max-width: 1920px;
	margin: 0 auto;
}

@media screen and (min-width: 768px) {
	.about .vc_row.wpb_row.vc_row-fluid {
		padding: 50px 0;
	}
}

@media screen and (min-width: 1025px) {
	.about .vc_row.wpb_row.vc_row-fluid {
		padding-left: 140px;
		padding-right: 140px;
	}
}

@media screen and (max-width: 1280px) {
	.vc_column_container {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

/* page */
.vc_row.wpb_row.vc_row-fluid {
	max-width: 1920px;
	margin: 0 auto;
}

@media screen and (min-width: 1281px) {
	.vc_row.wpb_row.vc_row-fluid {
		padding: 50px 0;
	}
}

@media screen and (min-width: 1025px) {
	.page .vc_grid.vc_row {
		padding-left: 140px;
		padding-right: 140px;
	}
}

@media screen and (min-width: 1025px) {
	.home .vc_grid.vc_row {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

.home .vc_col-sm-12.vc_gitem-col.vc_gitem-col-align- {
	padding-top: 0 !important;
}

.vc_btn3.vc_btn3-shape-rounded {
	border-radius: 5px;
	background: #3E2201 !important;
	color: #fff !important;
}

.vc_btn3.vc_btn3-shape-rounded:hover {
	background: #fff !important;
	color: #3E2201 !important;
}

@media screen and (min-width: 1025px) {
	.contact-icons span {
		margin: 0 20px 0 20px;
	}
}

@media screen and (max-width: 1024px) {
	.contact-icons span {
		width: 100% !important;
		display: block;
	}
}

#map-bottom {
	filter: grayscale(100%);
}

@media screen and (max-width: 1024px) {
	.wine .vc_row-has-fill {
		padding: 0 30px;
	}
}

@media screen and (max-width: 1024px) {
	.wine .wpb_column.vc_column_container.vc_col-sm-6 {
		padding-top: 20px !important;
		padding-bottom: 0 !important;
	}
}

@media screen and (max-width: 1024px) {
	.wine .vc_column_container {
		padding-bottom: 0 !important;
	}
}

@media screen and (max-width: 1024px) {
	.vc_row.wpb_row.vc_row-fluid.wine-row-inner {
		padding-bottom: 50px;
	}
}

@media screen and (max-width: 1024px) {
	.vc_row.wpb_row.vc_row-fluid.wine-row-inner img {
		width: 100%;
		-o-object-fit: contain;
		object-fit: contain;
		display: block;
		margin: 0 auto;
		text-align: center;
		height: 300px;
	}
}

@media screen and (max-width: 1024px) {
	.wpb_single_image.wpb_content_element.vc_align_left.wine-right-img img {
		width: 100%;
		-o-object-fit: contain;
		object-fit: contain;
	}
}

@media screen and (max-width: 1024px) {
	.vc_row.wpb_row.vc_row-fluid.wine-first-section.vc_custom_1550611432198.vc_row-has-fill {
		padding-bottom: 50px;
	}
}

@media screen and (max-width: 1024px) {
	.vc_row.wpb_row.vc_row-fluid.wine-row-inner h2 {
		padding: 0 30px;
	}
}

@media (min-width: 1025px) and (max-width: 1280px) {
	.vc_row.wpb_row.vc_row-fluid.wine-first-section.vc_custom_1550611432198.vc_row-has-fill {
		padding: 1em 140px 0 140px;
	}
}

@media (min-width: 1025px) and (max-width: 1280px) {
	.vc_row.wpb_row.vc_row-fluid.wine-row-inner {
		padding: 1em 140px 0 140px;
	}
}

@media (min-width: 1025px) and (max-width: 1280px) {
	.wine-row-inner .wpb_column.vc_column_container.vc_col-sm-6 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
}

@media (min-width: 1025px) and (max-width: 1280px) {
	.gifts-left.wpb_column.vc_column_container.vc_col-sm-4 {
		margin: 50px 0;
		padding-top: 0 !important;
	}
}

@media screen and (max-width: 1024px) {
	.vc_row.wpb_row.vc_row-fluid.wine-row-inner {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
}

.enquire.wpb_column.vc_column_container.vc_col-sm-12 {
	padding-top: 0 !important;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
	position: relative;
	padding: 1em;
	font-family: "Montserrat", sans-serif, Georgia, Cambria, "Times New Roman", Times, serif;
	color: #fff;
	background-color: #000000;
	text-align: center;
}

.site-footer a {
	font-weight: 700;
	color: white;
	text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus {
	text-decoration: underline;
}

@media screen and (min-width: 767px) {
	.site-footer {
		padding: 1em 2em;
	}
}

.site-footer__wrap {
	max-width: 1920px;
	margin: 0 auto;
}

@media screen and (min-width: 1025px) {
	.site-footer__wrap {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

.site-info {
	margin: auto;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

@media screen and (min-width: 1025px) {
	.site-info {
		text-align: center;
	}

	.site-info span {
		display: block;
	}
}

.social-menu {
	margin: 1em 0;
}

.social-menu ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.social-menu ul a {
	display: block;
	padding: .5em 1em;
	color: white;
	text-decoration: none;
	opacity: .6;
}

.social-menu ul a:hover,
.social-menu ul a:focus {
	text-decoration: underline;
	opacity: 1;
}

p.footer-img {
	text-align: right;
}

p.footer-img img {
	height: 55px;
	-o-object-fit: cover;
	object-fit: cover;
}

.footer-copyright {
	margin: 0 !important;
	padding: 0 !important;
}

.footer-copyright .textwidget.custom-html-widget {
	text-align: center !important;
}

p.footer-txt {
	text-align: right;
}

@media screen and (max-width: 1100px) {
	.mega-menu-primary-mobile-open header#mobile-menu {
		background: #e5e5e5 !important;
	}

	header#mobile-menu img.custom-logo {
		padding: 10px 30px;
	}

	li#mega-menu-item-643 {
		text-align: center;
		margin: 0 auto;
		display: block !important;
		background: #fff !important;
		padding: 20px 0 !important;
	}

	li#mega-menu-item-643 a.mega-menu-link {
		display: block !important;
		text-align: center !important;
		margin: 0 auto !important;
		color: #000 !important;
	}

	.footer-widgets {
		text-align: center;
	}

	p.footer-img {
		text-align: center;
	}

	p.footer-txt {
		text-align: center;
		padding: 0 20px;
	}

	svg.icon.icon-artisan-hills_logo {
		width: 50vh;
		height: 100px;
		-o-object-fit: cover;
		object-fit: cover;
		text-align: center;
		display: block;
		margin: 0 auto !important;
		right: 0;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	section#custom_html-4 {
		margin: 0 !important;
	}

	footer#colophon {
		margin-top: -11px;
	}

	section#custom_html-3 {
		padding-top: 50px;
	}

	section#custom_html-4 {
		padding-bottom: 100px;
	}
}

.button-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 100;
	height: 30px;
	border: 0;
	border-radius: 2px;
	box-shadow: none;
	background: #3E2201 !important;
	color: #fff !important;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	cursor: pointer;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.search-form .search-submit {
	background-color: inherit;
	border: none;
}

/* Topbar widgets for home page */
.topbar.widget-area {
	margin-top: 0 !important;
	text-align: right;
}

@media screen and (max-width: 767px) {
	.topbar.widget-area {
		display: none;
	}
}

.topbar .widget {
	margin: 0 !important;
	padding: 0 !important;
}

.topbar span {
	color: #404040;
	font-family: "Montserrat", sans-serif, Georgia, Cambria, "Times New Roman", Times, serif;
	font-size: 12px;
	margin: 0 1em;
}

@media screen and (max-width: 1024px) {
	.topbar span {
		font-size: 10px !important;
		width: 100%;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

/* Footer widgets for archive pages */
@media screen and (min-width: 1025px) {
	.archive-view.has-sidebar .footer-widgets {
		width: 100%;
	}
}

.widget {
	/* Make sure select elements fit in widgets. */
}

.widget ul,
.widget ol {
	padding: .7em 0 0;
	margin-bottom: 0;
	list-style-type: none;
}

.widget ul li,
.widget ol li {
	display: block;
	line-height: 2em;
}

.widget ul li ul,
.widget ul li ol,
.widget ol li ul,
.widget ol li ol {
	margin-left: .5em;
}

@media screen and (min-width: 30em) {

	.widget ul li ul,
	.widget ul li ol,
	.widget ol li ul,
	.widget ol li ol {
		margin-left: 1em;
	}
}

.widget a {
	font-weight: normal;
	text-decoration: none;
}

.widget select {
	width: 100%;
	height: 2.5em;
	padding: 10px;
	font-family: "Lora", serif, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif;
	border: 1px solid #ccc;
}

.widget-title {
	margin-top: 0;
	margin-bottom: .5em;
	font-size: 1.4em;
}

/* Archive and Categories widgets */
.widget_archive li {
	color: #7D7D7D;
}

.widget_categories .children {
	padding-top: 0;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

/* Pages and Menu widgets */
.widget_pages .children,
.widget_nav_menu .sub-menu {
	padding-top: 0;
	padding-bottom: .5em;
}

.widget_pages a,
.widget_nav_menu a {
	display: block;
	padding: 1em 0;
	text-decoration: none;
}

.widget_pages a:hover,
.widget_pages a:focus,
.widget_nav_menu a:hover,
.widget_nav_menu a:focus {
	text-decoration: none;
}

.widget_pages li,
.widget_nav_menu li {
	padding: 0;
}

/* Meta widget */
.widget_meta li {
	padding: 0;
}

/* Recent comments */
.widget_recent_comments li {
	line-height: 1.3em;
	padding-bottom: .5em;
}

.widget_recent_comments a:hover,
.widget_recent_comments a:focus {
	padding-left: 0;
}

/* RSS widget */
.widget_rss li {
	margin-bottom: 1em;
}

.widget li a.rsswidget {
	padding-right: .5em;
	font-size: 1em;
	line-height: 1.4em;
}

.rss-date,
.widget_rss cite {
	color: #333;
	font-size: .8em;
}

.rssSummary {
	padding: .5em 0;
	font-family: "Montserrat", sans-serif, Georgia, Cambria, "Times New Roman", Times, serif;
	font-size: .8em;
	line-height: 1.4em;
}

/* Search widget */
.widget_search input[type="search"] {
	box-sizing: border-box;
	width: 100%;
	padding: .5em 1em;
	border: 1px solid #c3c3c3;
	border-radius: 0;
}

/* Calendar widget */
.widget_calendar {
	font-weight: 400;
}

.widget_calendar caption {
	padding: .5em 0;
	font-size: 1em;
	font-weight: 500;
	text-align: left;
}

.widget_calendar thead {
	background: transparent;
	color: black;
}

.widget_calendar thead th {
	border-bottom-width: 2px;
}

.widget_calendar td {
	padding: .2em;
	font-size: .8em;
	text-align: center;
	background: white;
	border: 1px solid #cccccc;
}

.widget_calendar th {
	border: none;
	text-align: center;
}

.widget_calendar .pad {
	background: #eaeaea;
}

.widget_calendar a {
	font-weight: 900;
	text-decoration: none;
}

/* Text widget */
.textwidget {
	font-size: 80%;
	line-height: 1.3em;
}

/* Footer widget stylings */
.footer-widgets {
	background-color: #404040;
	font-family: "Montserrat", sans-serif, Georgia, Cambria, "Times New Roman", Times, serif !important;
}

@media screen and (min-width: 767px) {
	.footer-widgets {
		padding: 2em 140px 0 140px;
	}
}

.footer-widgets .widget {
	-ms-flex: 2;
	flex: 2;
	margin: 0 1em 2em;
	padding-top: 1em;
}

.footer-widgets .widget .original-title {
	color: rgba(255, 255, 255, 0.5);
}

.footer-widgets .widget,
.footer-widgets .widget-title,
.footer-widgets .widget a,
.footer-widgets .widget_calendar thead,
.footer-widgets .rss-date,
.footer-widgets .widget_rss cite {
	color: white;
}

.footer-widgets .widget_calendar td,
.footer-widgets .widget_calendar a {
	color: black;
}

@media screen and (min-width: 1025px) {
	.footer-widgets {
		/* Use flex to create a responsive layout */
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		/* If only one widget is displayed, make it full width. */
		/* If 2 or 3 widgets are displayed, make the second one twice as wide. */
		/* If 4 or more widgets are displayed, show three across when available. */
	}

	.footer-widgets .widget:only-of-type {
		width: 100%;
	}

	.footer-widgets .widget:nth-last-child(n+2):nth-last-child(-n+3):first-child~.widget:nth-child(2) {
		-ms-flex: 1;
		flex: 1;
	}

	.footer-widgets .widget:nth-last-child(n+4),
	.footer-widgets .widget:nth-last-child(n+4)~.widget {
		width: 30%;
		-ms-flex: 1 1 30%;
		flex: 1 1 30%;
	}
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 2em;
	max-width: 100%;
	font-family: "Lora", serif, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif;
	font-size: 90%;
	color: #666666;
	text-align: center;
}

.wp-caption a {
	color: inherit;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: .5em 0 1.5em 1em;
}

@media screen and (min-width: 767px) {
	.wp-caption .wp-caption-text {
		margin-left: 2em;
	}
}

@media screen and (min-width: 1025px) {
	.wp-caption .wp-caption-text {
		margin-left: 0;
	}
}

/*--------------------------------------------------------------
## Images
--------------------------------------------------------------*/
.wp-caption.aligncenter,
.centered-image {
	max-width: 100vw;
	margin: 0 -1em;
}

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

	.wp-caption.aligncenter,
	.centered-image {
		margin: 0 -2em;
	}
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin: 1.5em 0;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
	padding: 1em;
}

.gallery-item img {
	display: block;
}

.gallery-item a {
	display: inline-block;
	border-bottom: none;
}

.gallery-item a:hover,
.gallery-item a:focus {
	border-bottom: none;
	box-shadow: none;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	border-color: #b51c35;
}

.gallery-item a img {
	padding: .5em;
	margin: 0 auto;
	border: 1px solid #fff;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
	margin: 0;
	font-family: "Lora", serif, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif;
	border: none;
}

/*--------------------------------------------------------------
## Icons
--------------------------------------------------------------*/
/* SVG Icons base styles */
.icon {
	display: inline-block;
	fill: currentColor;
	height: 1em;
	position: relative;
	/* Align more nicely with capital letters */
	top: -0.0625em;
	vertical-align: middle;
	width: 1em;
}

@media screen and (min-width: 768px) {
	.icon-artisan-hills_logo {
		width: 30%;
		height: auto;
		float: right;
	}
}

/*--------------------------------------------------------------
SVG Fallbacks
--------------------------------------------------------------*/
.svg-fallback {
	display: none;
}

.no-svg .svg-fallback {
	display: inline-block;
}

.no-svg .nav-links .svg-fallback {
	padding: 0 .5em;
	color: inherit;
	background: inherit;
}

.no-svg .svg-fallback.icon-arrow-long-left:before {
	content: "←";
}

.no-svg .svg-fallback.icon-arrow-long-right:before {
	content: "→";
}

/* Social Menu fallbacks */
.no-svg .social-menu a {
	height: auto;
	width: auto;
}

.no-svg .social-menu li a .screen-reader-text {
	clip: auto;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	height: auto;
	position: relative !important;
	/* overrides previous !important styles */
	width: auto;
}

@media screen and (max-width: 767px) {
	input#s {
		width: 82%;
	}
}

/** Home Blog Feeds **/
.vc_gitem-zone.vc_gitem-zone-a.vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-1-1.vc_gitem-is-link {
    height: 300px;
    background-size: 100%;
}

/** Event single page **/
@media screen and (min-width: 1025px){
.event-wrapper {
    max-width: 1920px;
    padding-left: 140px !important;
    padding-right: 140px !important;
}
}
.event-wrapper section.post-content {
    text-align: center;
}
@media screen and (max-width: 1024px){
	.event-wrapper {
    width:100%;
		margin: 0 auto;
}
.event-wrapper figure.featured-image.full-bleed {
    margin-left: 0!important;
}
}
.single-event .findbtn{
    display:none !important;
}

/*# sourceMappingURL=../pantonhillwinery/sass/maps/style.css.map */