/* 
Theme Name: The Peninsula Picnic
Author: Melbourne Racing Club
Author URI: http://mrc.racing.com
Description: Theme for The Peninsula Picnic
Copyright 2015 Melbourne Racing Club
*/

   

/* ============================================================
320 and Up by Andy Clarke
Version: 3.0
URL: http://stuffandnonsense.co.uk/projects/320andup/
Apache License: v2.0. http://www.apache.org/licenses/LICENSE-2.0
============================================================ */ 
/* Reset =================================================== */
html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
/* Variables =================================================== */
/* Mixins =================================================== */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  position: static;
  clip: auto;
  height: auto;
  width: auto;
  margin: 0;
  overflow: visible;
}
/* Page =================================================== */
html {
  background: #ffffff;
  
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: #f3f5f6;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
 
}
body {
 background:none;
background-attachment: fixed;
background-size: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5em;
  color: #213040;
}


/* Typography =================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: "clarendon-text-pro";
  font-weight: normal;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small {
  font-weight: normal;
  color: #bfbfbf;
}
h1,
.h1 {
  margin-bottom: 0.75em;
  font-size: 32px;
  font-size: 2.4rem;
  line-height: 1.2;
}
h2,
.h2 {
  margin-bottom: 0.75em;
  font-size: 24px;
  font-size: 1.8rem;
  line-height: 1.2;
}
h3,
.h3 {
  margin-bottom: 1em;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.3;
}
h4,
.h4 {
  margin-bottom: 1.5em;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.25;
}
h5,
.h5 {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 1.5em;
}
h6,
.h6 {
  margin-bottom: 1.5em;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.header h1,
.header h2,
.header h3 {
  float: left;
  margin-right: 24px;
}
.header h1 a,
.header h2 a,
.header h3 a {
  display: block;
  position: relative;
  top: 6px;
  float: right;
  padding: 4px 12px;
  font-size: 14px;
  font-size: 1.4rem;
  background-color: #f3f5f6;
}
.header h1:hover,
.header h2:hover,
.header h3:hover {
  background-color: #f3f5f6;
}
.header .a-rss,
.header .a-rss:hover {
  float: left;
  width: 16px;
  height: 16px;
  padding: 0;
  background: transparent url(../img/a-rss.png) no-repeat 0 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
p,
ol,
ul,
dl,
address {
  margin-bottom: 1em;
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.5em;
}


small {
  font-size: 14px;
  font-size: 1.4rem;
}
ul,
ol {
  margin: 0 0 1.5em -24px;
  padding: 0 0 0 24px;
}
li ul,
li ol {
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
}
blockquote {
  margin: 0 0 1.5em -24px;
  padding-left: 24px;
  border-left: 2px solid #c7ced6;
  font-family: Cambria, Georgia, Times, "Times New Roman";
  font-style: normal;
}
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
cite {
  font-style: normal;
}
dl,
dd {
  margin-bottom: 1.5em;
}
dt {
  font-weight: bold;
}
.dl-horizontal dt {
  float: left;
  clear: left;
  width: 20.25%;
  text-align: right;
}
.dl-horizontal dd {
  margin-left: 22.78%;
}
abbr[title] {
  border-bottom: 1px dotted #c7ced6;
  cursor: help;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
ins {
  background-color: #f3f5f6;
  color: #000000;
  text-decoration: none;
}
mark {
  background-color: #f3f5f6;
  color: #000000;
  font-style: italic;
  font-weight: bold;
}
pre,
code,
kbd,
samp {
  font-family: Monaco, Courier New, monospace;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
sub,
sup {
  position: relative;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 0;
  vertical-align: baselineheight;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Colour =================================================== */
a {
  text-decoration: none;
 color: #203040;
}
a:visited {
 
}
a:hover {
 
}
a:focus {
  outline: thin dotted;
 
}
a:hover,
a:active {
  outline: 0;
}
::-moz-selection {
  background-color: #d6dbe1;
  color: #2d353e;
  text-shadow: none;
}
::selection {
  background-color: #d6dbe1;
  color: #2d353e;
  text-shadow: none;
}
/* Elements =================================================== */
hr {
  display: block;
  margin: 1em 0;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #c7ced6;
  border-bottom: 1px solid #ffffff;
}
img {
  max-width: 100%;
  border-width: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
  height: auto;
}

svg:not(:root) {
  overflow: hidden;
}
figure {
  margin-bottom: 1.5em;
}
figure img {
  margin-bottom: 0.375em;
}
figure figcaption {
  display: block;
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
  color: #808080;
}
.list-bordered {
  list-style-type: none;
  margin: 0 0 1.5em 0;
  padding: 0;
}
.list-bordered li {
  margin-bottom: 0.375em;
  padding-bottom: 0.375em;
  border-bottom: 1px dashed #c7ced6;
}
.list-bordered li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom-width: 0;
}
/* Forms =================================================== */
form {
  margin: 0 0 1.5em 0;
}
form fieldset {
  margin-bottom: 1.5em;
  padding: 0;
  border-width: 0;
}
form legend {
  display: block;
  width: 100%;
  margin-bottom: 3em;
  *margin-left: -7px;
  padding: 0;
  color: #000000;
  border: 0;
  border-bottom: 1px solid #8c9bab;
  white-space: normal;
}
form legend small {
  font-size: 14px;
  font-size: 1.4rem;
  color: #bfbfbf;
}
form p {
  margin-bottom: 0.75em;
}
form ul {
  list-style-type: none;
  margin: 0 0 1.5em 0;
  padding: 0;
}
form br {
  display: none;
}
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-size: 1.4rem;
  vertical-align: baseline;
  *vertical-align: middle;
}
input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
label {
  display: block;
  margin-bottom: 0.1875em;
  font-weight: bold;
  color: #000000;
  cursor: pointer;
  line-height: 1;
}


label input,
label textarea,
label select {
  display: block;
}
input,
textarea,
select {
  display: inline-block;
  width: 100%;
  padding: 4px;
  margin-bottom: 0.375em;
  background-color: #ffffff;
  border: 1px solid #8c9bab;
  color: #000000;
}
input:hover,
textarea:hover,
select:hover {
  border-color: #586879;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
input[type="image"],
input[type="checkbox"],
input[type="radio"] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  *margin-top: 0;
  line-height: normal;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0 \9;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}
input[type="image"] {
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type="file"] {
  width: auto;
  padding: initial;
  line-height: initial;
  border: initial;
  background-color: transparent;
  background-color: initial;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  width: auto;
  height: auto;
  cursor: pointer;
  *overflow: visible;
}
select,
input[type="file"] {
  height: 28px;
  *margin-top: 4px;
  line-height: 28px;
}
select {
  width: auto;
  background-color: #ffffff;
  font-size: 13px;
  font-size: 1.3rem;
}
select[multiple],
select[size] {
  height: auto;
}
textarea {
  resize: vertical;
  overflow: auto;
  height: auto;
  overflow: auto;
  vertical-align: top;
}
input[type="hidden"] {
  display: none;
}
.radio,
.checkbox {
  padding-left: 18px;
  font-weight: normal;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -18px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  cursor: not-allowed;
}
input:focus,
textarea:focus {
  border-color: #2d353e, 40%;
  outline: 0;
  outline: thin dotted \9;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
::-webkit-input-placeholder {
  font-size: 14px;
  font-size: 1.4rem;
}
input:-moz-placeholder {
  font-size: 14px;
  font-size: 1.4rem;
}
.help-block,
.help-inline {
  color: #808080;
}
.help-block {
  display: block;
  margin-bottom: 0.75em;
}
.help-inline {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
}
.form-inline input,
.form-inline textarea,
.form-inline select {
  display: inline-block;
  margin-bottom: 0;
}
.form-inline label {
  display: inline-block;
}
.form-inline .radio,
.form-inline .checkbox,
.form-inline .radio {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-left: 0;
  margin-right: 3px;
}
.form-search input,
.form-search textarea,
.form-search select {
  display: inline-block;
  margin-bottom: 0;
}
.form-search .search-query {
  padding-left: 14px;
  padding-right: 14px;
  margin-bottom: 0;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
}
.form-search label {
  display: inline-block;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"] {
  float: left;
  margin-left: 0;
  margin-right: 3px;
}

iframe {
	max-width: 100%;
}

/* Tables =================================================== */
table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1.5em;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: transparent;
}
table th,
table td {
  padding: 8px;
  vertical-align: top;
  border-top: 1px solid #8c9bab;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5em;
  text-align: left;
}
table th {
  font-weight: bold;
}
table thead th {
  vertical-align: bottom;
}
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
  border-top: 0;
}
table tbody + tbody {
  border-top: 2px solid #8c9bab;
}
table tbody tr td,
table tbody tr th {
  -webkit-transition: background-color 0.25s 0 linear;
  -moz-transition: background-color 0.25s 0 linear;
  -ms-transition: background-color 0.25s 0 linear;
  -o-transition: background-color 0.25s 0 linear;
  transition: background-color 0.25s 0 linear;
}
table tbody tr:hover td,
table tbody tr:hover th {
  background-color: #a9b4c1;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #8c9bab;
  border-left: 0;
  border-collapse: separate;
  *border-collapse: collapsed;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #8c9bab;
}
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #c7ced6;
}

/* NAVBAR ========================= */
a.screen-reader-text.skip-link {
	display: none;
}

a.mobilemenulink {
	text-align: center;
	display: block;
	background: #213040;
	position: relative;
	z-index: 99999;
	color: #fff !important;
}



div.social-share {
	background: #213040;
	color: #fff;
	text-align: center;
	padding: 20px;
}

div.social-share a {
	width: 30px;
	display: inline-block;
	vertical-align: text-bottom;
}


div.social-share h3 {
	display: inline-block;
	font-size: 32px;
	margin: 0;
	margin-right: 0px;
}
.navbar ul {
	padding: 0;
margin: 0;	
}



.navbar li {
	display: block;
	margin: 10px 10px;
}

div.menu-menu-1-container {
	text-align: center;
	padding: 10px 0 7px 0;
	position: relative;
	margin-top: -300%;
	transition: margin-top .3s;
	
}

.mobilemenuactive div.menu-menu-1-container {
	margin-top: 0;
}

.navbar a {
	color: #213040;
	font-family: "alternate-gothic-no-2-d", sans-serif;
	text-transform: uppercase;
	
	font-size:1.6rem;
	font-weight: normal;
}

/* HEADER ======================== */



div.logoheading {
	text-align: center;
	font-family: "alternate-gothic-no-2-d", sans-serif;
	padding: 50px 0px 0px 0px;
	margin-bottom: 0px;
}

div.logoheading img {
	max-width: 200px;
	width: 260px;
}
div.logoheading img.presentedbylockup {
	margin-top: 20px;
	max-width: 150px;
}

span.eventdate {
	
	font-family: "alternate-gothic-no-2-d", sans-serif;
	text-transform: uppercase;
	font-size: 20px;
	display: block;
	margin-top: 10px;
}

.site-title, div.logoheading p {
	margin-bottom: 20px;
	text-align: center;}
	
	div.logoheading p {
	margin-bottom: 0;
	font-size: 1.4rem;
}

div.cta-area {
	text-align: center;
	padding: 0px 0px 0px 0px;



}
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#203040+0,203040+100&amp;0+55,1+100 */

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,203040+100&amp;0+2,1+98,0+99 */

/*
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(1,1,1,0) 45%, rgba(31,47,63,1) 98%, rgba(32,48,64,0) 99%, rgba(32,48,64,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(45%,rgba(1,1,1,0)), color-stop(98%,rgba(31,47,63,1)), color-stop(99%,rgba(32,48,64,0)), color-stop(100%,rgba(32,48,64,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(1,1,1,0) 45%,rgba(31,47,63,1) 98%,rgba(32,48,64,0) 99%,rgba(32,48,64,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(1,1,1,0) 45%,rgba(31,47,63,1) 98%,rgba(32,48,64,0) 99%,rgba(32,48,64,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(1,1,1,0) 45%,rgba(31,47,63,1) 98%,rgba(32,48,64,0) 99%,rgba(32,48,64,0) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(1,1,1,0) 45%,rgba(31,47,63,1) 98%,rgba(32,48,64,0) 99%,rgba(32,48,64,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00203040',GradientType=0 ); /* IE6-9 */
background-size: 103%;
*/

#content div.cta-area h2 {
	font-size: 2.4rem;
	max-width: 600px;
	margin: 0 auto;
	margin-bottom: 30px;
}

a.cta-button {
	font-family: "alternate-gothic-no-2-d", sans-serif;
	text-transform: uppercase;
	font-size: 22px;
	font-size:2.2rem;
	color: #fff;
	background: #39A34A;
	padding: 18px 20px 12px 20px;
	line-height: 1;
	box-shadow: 0px 10px 0px 0px #006837;
	font-weight: normal;
	margin: 0 auto;
	margin-bottom: 40px;
	display: block;
	max-width: 230px;
}

.cta-form-button {
font-family: "alternate-gothic-no-2-d", sans-serif;
	text-transform: uppercase;
	font-size: 22px;
	font-size:2.2rem;
	color: #fff;
	background: #39A34A;
	padding: 18px 20px 12px 20px;
	line-height: 1;
	box-shadow: 0px 10px 0px 0px #006837;
	font-weight: normal;
	margin: 0 auto;
	margin-bottom: 40px;
	display: block;
	max-width: 230px;
}

a.cta-button.mid-page {
position: absolute;	
margin: 0 auto;
left: 0;
right: 0;
text-align: center;
margin-top: -33px;
}



p.homectareview {
	color: #ffffff;
	max-width: 608px;
	margin: 0 auto;
	line-height: 1.3;
	
}

/* Home Gallery */

#gallery-1 figure.gallery-item {
max-width: 18%;
display:inline-block;
margin-bottom: 0;
margin-right: 5px;
}

#gallery-1 figure.gallery-item img {
height: auto;
}

/* Home Sections ++++++++++ */

div.homesection {
	text-align: center;
	display: inline-block;
	width: 100%;
	padding-bottom: 60px;
margin-top: -1px;
}


div.homesection h3 {
	font-family: "alternate-gothic-no-2-d", sans-serif;
	text-transform: uppercase;
	font-size: 3.2rem;
	border: 5px solid;
display: inline-block;
padding: 10px 30px 5px 30px;
line-height: 1;
margin: 60px 0px 30px;
}



/* HOME - MUSIC SECTION========== */


div.homesection.music {
	background: url(/wp-content/uploads/2015/11/home-music-background.jpg) no-repeat center top;
	background-size: auto 100%;
}


div.homesection.music a.item, div.homesection.music span.item {
	max-width: 76%;
	width: 100%;
}

div.homesection.music a.item img, 
div.homesection.music span.item img  {
	width: 100%;
	height: auto;
} 



/* HOME - FOOD & WINE SECTION========== */


div.homesection.food-wine {
	background: url(/wp-content/uploads/2015/11/home-food-wine-background.jpg) no-repeat;
	background-size: auto 100%;
}

div.homesection.food-wine a.item {
	display: inline-block;
	max-width: 76%;
}



div.homesection.food-wine a.item img {
	width: 100%;
	height: auto;
}

/* ITEMS=========== */

.item h2 {
	font-family: "alternate-gothic-no-2-d", sans-serif;

	font-size: 1.8rem;
	margin-top: 10px;
	line-height: 1;
}

a.item {
	display: inline-block;
	vertical-align: top;
	
}

.internalcontent .item h2 {
	font-size: 1.6rem;
}

/* ITEM SINGLE============ */
div.partnerlinks {
background: #4CB1BB;
	padding: 8px 20px 4px 20px;
	line-height: 1.4;
	color: #fff;
	text-transform: uppercase;
	font-family: "alternate-gothic-no-2-d", sans-serif;
	font-size: 1.4rem;
	width: 100%;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;

}



div.partnerlinks a {
	color: #fff;
	text-transform: uppercase;
	font-family: "alternate-gothic-no-2-d", sans-serif;
	margin: 0px 0px;
	padding: 0px 6px 0px 4px;
	line-height: 1;
}

div.partnerlinks a:hover {
	text-decoration: underline;
}

div.partnerlinks a:last-child {
	border-right: 0;
}

.internalcontent .type-food-and-wine-stall .column h3 {
	font-size: 1.3rem;
	margin-top: 0px;
	margin-bottom: 10px;
	
}


/* Home Content =====================*/
div.textured{
background:none;
background-size: 100%;
padding: 80px 20px 30px 20px;	
display: block;
}

.half-half div.column {
display: inline-block;
vertical-align: top;

}

div.column img {
	height: auto;
	width: 100%;
}

.half-half div.column:first-child {
	max-width: 100%;
	padding-right: 0%;
}

.half-half div.column:last-child {
	max-width: 100%;
}



div.multi-column.half-half {
	max-width: 960px;
	margin: 0 auto;
	margin-bottom: 60px;
	padding-bottom: 60px;
	border-bottom: 2px solid #4CB1BB;
}

.internalcontent div.multi-column.half-half {
	
	margin: 0 auto;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom:0;
}




/* PHOTO GALLERY============= */
.column a.lightbox {
display: inline-block;
max-width: 100%;
margin: 1% 0;	

}

a.lightbox {
display: inline-block;
max-width: 100%;
margin: 1% 0;	

}

.internalcontent .photogallery a.lightbox {
display: inline-block;
max-width: 100%;
margin: 1% 0;	

}

.internalcontent .photogallery  {

text-align: center;

}

/* HOME REVIEWS ===================*/


div.review-wrapper {
	max-width: 960px;
	margin: 0 auto;
	
}


div.review {
display: inline-block;
max-width: 100%;
margin: 0%;	
vertical-align: top;
margin-top: 0;	
}

p.reviewsource {
color: #4CB1BB;	
}

/* OFFICIAL PARTNERS ============= */

div.official-partners {
	margin: 0 auto;
	margin-top: 30px;
	padding-top: 30px;
	border-top: 2px solid #4CB1BB;
text-align: center;	
max-width: 960px;
} 

div.official-partners .item {
vertical-align:middle;
margin: 10px 20px;
}

div.official-partners .item img {
max-height: 90px;
width: auto;
max-width: 100px;
}

div.official-partners h3 {
	margin-bottom: 20px;
}

/* FOOTER ======================*/

footer a {
	color: #ffffff;
}
footer#colophon.site-footer {
	
	background: #213040;
	color: #fff;
	text-align: center;
	padding: 25px 0px;
}

footer#colophon.site-footer p {
	margin:0;
	font-size: 1rem;
}

/* INTERNAL PAGES ====================*/

.internalcontent {
	background:none;
background-size: 100%;
padding: 10px 20px 30px 20px;	
display: block;

	margin: 0 auto;
	margin-bottom: 0px;
	padding-bottom: 30px;
	border-bottom: 2px solid #4CB1BB;

}

.internalcontent h1 {
	text-align: center;
}


.page-id-1207 .internalcontent h1 {
	display: none;
}
.internalcontent .post.type-post h1 {
	text-align: left;
	
}

.internalcontent .post.type-post h1:after {
	margin-left: 0;
}


.internalcontent h1:after {
	content: ' ';
	display: block;
	margin: 0 auto;
	width: 200px;
	margin-top: 20px;
	height: 2px;
	background: #4caeb8;
}

/* SPECIFIC PAGE STYLING ==============*/

/* ABOUT =======================*/

.page-id-2 div.entry-content {
	  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
            -moz-column-fill: auto;
       column-fill: auto;
       
       margin-bottom: 30px;
}


.page-id-2 div.entry-content p {
	display: inline-block;
}

/* FOOD ========================*/

.page-template-archive-food-and-wine-stall .item, .page-template-archive-wineries .item  {
	max-width: 100%;
	text-align: center;
}

.page-template-archive-food-and-wine-stall .item img, .page-template-archive-wineries .item img, .page-template-archive-producer-and-artisan .item img {
	height: auto;
}

.page-template-archive-food-and-wine-stall .internalcontent, .page-template-archive-wineries .internalcontent {
	text-align: center;
}

/* MUSIC ===================*/

.page-template-archive-musician .item {
	max-width: 100%;
	text-align: center;
}


.page-template-archive-musician .item img {
	height: auto;
}

div.internalcontent.musicians {
text-align: center;	
}

/* FAQ ====================*/


dt.faq-question {
	margin-bottom: 10px;
}

/* CONTACT =================== */

#frm_form_2_container {
max-width: 400px;	
}

/* RESTAURANT MENU AND ORDER FORM =========== */

.restaurantform span.description {
	font-size: 16px;
}


.restaurantform h2 {
	margin-bottom: 0;
	font-size: 23px;
	clear: both;
	margin-top: 40px;
	display: inline-block;
	width: 100%;
}


.restaurantform textarea {
	height: 100px;
}

.restaurantform label {
	font-size: 16px;
	font-weight: normal;
}

.restaurantform p {
	font-size: 16px;
clear:both;
}

.restaurantform span.wpcf7-list-item {
	margin: 0;
	display: block;
}

.restaurantform select, .restaurantform input {
	font-size: 16px;
}

.packagingorder p span {
	display: inline-block;
	float: left;
}
.packagingorder p label {
	display: inline-block;
	clear: left;
	float: left;
	width: 400px;
}
.entry-meta a {
		margin-right: 10px;
		display: inline-block;
		font-size: 13px;
}

.entry-meta {
	margin-bottom: 20px;
}

div.three-buttons a{
display: block;
background: #ccc;
text-align: center;
padding: 150px 0px;	
}

.three-buttons a:nth-child(1){
	background: transparent url(/wp-content/uploads/2015/11/the-cat-empire.jpg) no-repeat scroll;
	background-size: cover;
	background-position: center;
}

.three-buttons a:nth-child(2){
	background: transparent url(/wp-content/uploads/2016/12/alatanero.jpg) no-repeat scroll;
	background-size: cover;
	background-position: center;
}

.three-buttons a:nth-child(3){
	background: transparent url(/wp-content/uploads/2016/01/montalto-feat-image.jpg) no-repeat scroll;
	background-size: cover;
	background-position: center;
}


div.three-buttons {
	padding-bottom: 50px;

}

li#menu-item-921.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-921 a {
	background: #39A34A;
	padding: 10px 10px 5px 10px;
	display: block;
}

@media print {
  /* Print =================================================== */
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  @page  {
    margin: 0.5cm;
  }
  h2,
  h3 {
    orphans: 3;
    widows: 3;
    page-break-after: avoid;
  }
  p {
    orphans: 3;
    widows: 3;
  }
  pre,
  blockquote {
    border: 1px solid #808080;
    page-break-inside: avoid;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  img {
    max-width: 100% !important;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr {
    page-break-inside: avoid;
  }
}
.alternategothic {
	font-family: "alternate-gothic-no-2-d", sans-serif;
}

@media only screen and (min-width: 367px) {
body {
 background:none;
background-size: 100%;
background-attachment: fixed;
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5em;
  color: #213040;
}

div.logoheading img.presentedbylockup {
	margin-top: 20px;
	margin-left: 30px;
	max-width: 115px;
}
.page-id-1090 a.home-link {
display:none !important;
}

}
@media only screen and (min-width: 450px) {
  /* 450 =================================================== */
  
  .site-header .home-link {
	display: inline-block;
	margin:  0 auto;
}
  
  div.logoheading img.presentedbylockup {
	border-left: 2px solid #213040;
	padding-left: 30px;
}
div.logoheading img.penpiclogo {
	margin-right: 0px;
}

body {
 background:none;
background-size: 100%;
background-attachment: fixed;
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5em;
  color: #213040;
}
}

@media only screen and (max-width: 600px) {
	.navbar ul ul li {
	display: block;
	
	margin:0px 0px;
line-height: 30px;

	padding: 0px 0px;

}
}
@media only screen and (min-width: 600px) {
  /* 600 =================================================== */
  div.social-share h3 {
	display: inline-block;
	font-size: 32px;
	margin: 0;
	margin-right: 20px;
}
}
@media only screen and (min-width: 768px) {



  /* 768 =================================================== */

html {
  background: #ffffff;
  
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: #f3f5f6;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
 
background-size: 100% auto;
}

body {
   background:none;
background-size: 100%;
background-attachment: fixed;
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5em;
  color: #213040;
}

h1,
.h1 {
  margin-bottom: 0.75em;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.2;
}

h2,
.h2 {
  margin-bottom: 0.75em;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
}
p,
ol,
ul,
dl,
address {
  margin-bottom: 1em;
  font-size: 14px;
  font-size: 1.1rem;
  line-height: 1.5em;
}
/* NAV */
  .navbar li {
	display: inline-block;
	margin: 0px 8px;
}
  
  a.mobilemenulink {
	display: none;
}
div.menu-menu-1-container {
	text-align: center;
	padding: 10px 0 7px 0;
	position: relative;
	margin-top: 0;
	
}

/* Header */

div.logoheading {
	text-align: center;
	font-family: "alternate-gothic-no-2-d", sans-serif;
	padding: 0px 0px 0px 0px;
	margin-bottom: 0px;
}
#content div.cta-area h2 {
	font-size: 1.8rem;
	max-width: 800px;
	margin: 0 auto;
	margin-bottom: 30px;


}


a.cta-button {
	font-family: "alternate-gothic-no-2-d", sans-serif;
	text-transform: uppercase;
	font-size: 22px;
	font-size:2.2rem;
	color: #fff;
	background: #39A34A;
	padding: 18px 20px 12px 20px;
	line-height: 1;
	box-shadow: 0px 10px 0px 0px #006837;
	font-weight: normal;
	margin: 0 auto;
	margin-bottom: 90px;
	display: block;
	max-width: 230px;
}

.internalcontent a.cta-button {
	font-family: "alternate-gothic-no-2-d", sans-serif;
	text-transform: uppercase;
	font-size: 22px;
	font-size:1.6rem;
	color: #fff;
	background: #39A34A;
	padding: 18px 0px 12px 0px;
	line-height: 1;
	box-shadow: 0px 10px 0px 0px #006837;
	font-weight: normal;
	
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 90px;
	display: block;
	max-width: 230px;
	text-align: center;
}




.featitemright a.cta-button {
	margin: 0;
	text-align: center;
	font-size: 2rem;
}

div.cta-area a.cta-button {

	font-size: 1.9rem;
	padding: 15px 20px 9px 20px;
	margin-bottom: 30px;
	
}

a.cta-button.mid-page {
position: absolute;	
margin: 0 auto;
left: 0;
right: 0;
text-align: center;
margin-top: -33px;
width: 230px;
}


div.logoheading p {
	margin-bottom: -10px;
	font-size: 2rem; 
	line-height: 1;
	padding-top: 10px;
}
/* HOME - MUSIC SECTION========== */
div.homesection.music a.item, div.homesection.music span.item {
	max-width: 100%;
	width: 24.5%;
}
div.homesection.music {
	background: url(/wp-content/uploads/2015/11/home-music-background.jpg) no-repeat;
	background-size: 100% 100%;
}




/* HOME - FOOD & WINE SECTION========== */


div.homesection.food-wine {
	background: url(/wp-content/uploads/2015/11/home-food-wine-background.jpg) no-repeat;
	background-size: 100% 100%;
}

div.homesection.food-wine a.item {
	display: inline-block;
	max-width: 17%;
}

/* Home Content =====================*/
div.textured{
background:none;
background-size: 100%;
padding: 100px 100px 30px 100px;	
display: block;
}
.half-half div.column:first-child {
	max-width: 51%;
	padding-right: 3%;
}

.half-half div.column:last-child {
	max-width: 45%;
}
/* Home Reviews */

div.review {
display: inline-block;
max-width: 30%;
margin: 1%;	
vertical-align: top;
margin-top: 0;	
}

/* PHOTO GALLERY */

.column a.lightbox {
display: inline-block;
max-width: 30%;
margin: 1%;	

}

a.lightbox {
display: inline-block;
max-width: 30%;
margin: 1%;	

}

.internalcontent .photogallery a.lightbox {
display: inline-block;
max-width: 12%;
margin: 1%;	

}

/* Internal Content */

.internalcontent {
	background:none;
background-size: 100%;
padding: 0px 0px 0px 0px;	
display: block;

	margin: 0 auto;
	margin-bottom: 0px;
	padding-bottom: 30px;
	border-bottom: 2px solid #4CB1BB;

}
/* FOOD ========================*/

.page-template-archive-food-and-wine-stall .item {
	max-width: 19%;
	text-align: center;
}
.page-template-archive-wineries .item {
	max-width: 19%;
	text-align: center;
}

.page-template-archive-producer-and-artisan .item {
	max-width: 19%;
	text-align: center;
}
/* ABOUT =======================*/

.page-id-2 div.entry-content {
	  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
            -moz-column-fill: auto;
       column-fill: auto;
       
       margin-bottom: 30px;
}
/* MUSIC ==============*/

.page-template-archive-musician .item {
	
	max-width: 32%;
	text-align: center;
}

div.homesection.music .featured-artist span.item div {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
}

div.homesection.music .featured-artist span.item {
display:block;	
width: 100%;
margin:0 auto;
	margin-bottom: 30px;
	max-width: 88%;
}

div.multi-item-section {
	max-width: 88%;
	margin: 0 auto;
}

div.homesection.music .featured-artist span.item .featitemleft {
	display: inline-block;
	width: 50%;
	height: 100%;
}

div.homesection.music .featured-artist span.item .featitemleft img {
	width: 100%;
}

div.homesection.music .featured-artist span.item .featitemright {
	display: inline-block;
	width: 50%;
vertical-align: top;
text-align: left;
padding-left: 3%;
}




div.entry-thumbnail {
display: inline-block;	
}



.entry-meta {
	margin-bottom: 20px;
}
div.logoheading img {
	max-width: 400px;
	width: 260px;
}

div.logoheading img.penpiclogo {
	margin-right: 0px;
}

div.logoheading img.presentedbylockup {
	border-left: 2px solid #213040;
	padding-left: 30px;
}


div.three-buttons a{
display: inline-block;
width: 33.33%;
background: #ccc;
text-align: center;
padding: 220px 0px;	
box-sizing:border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}

div.three-buttons {
	padding-bottom: 50px;

}

.navbar ul ul {
	position: absolute;
	top: 25px;
	padding-top: 10px;
	left: -9999px;
	width: 200px;
}

.navbar ul ul li {
	display: block;
	text-align: left;
	margin:0;
	font-size: 22px;
	line-height: 1;
	padding: 5px 0px;

}
li.menu-item-has-children {
	position: relative;
	padding-bottom: 0px;
}
li.menu-item-has-children:hover ul {
	left: 0;
}

.navbar ul ul li a {
	font-size: 22px;
}
}
@media only screen and (min-width: 992px) {
  /* 992 =================================================== */
div.official-partners .item img {
max-height: 110px;
width: auto;
max-width: 200px;
}
	.page-id-80 .internalcontent {
		width: 96%;
		max-width: 1220px;
	}

 body {
   background:none;
background-size: 100%;
background-attachment: fixed;
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5em;
  color: #213040;
}

#content div.cta-area h2 {
	font-size: 2rem;
	max-width: 800px;
	margin: 0 auto;
	margin-bottom: 30px;


}


div.logoheading p {
	margin-bottom: -10px;
	font-size: 2.3rem; 
	line-height: 1;
	padding-top: 10px;
}
}


@media only screen and (min-width: 993px) {
  /* 1182 =================================================== */
 
#primary-menu.nav-menu li:nth-child(4) {
	margin-right: 370px;
}
	
	/* #primary-menu.nav-menu li:nth-child(7) a {
	background: rgba(24,170,144,0.8);
    color: #fff;
    padding: 10px;
	} */
div.logoheading {
	margin: 0 auto;
	margin-top: -120px;
	position: relative;
	width: 400px;
}

.navbar {
	padding-top: 100px;
}

.navbar a { font-size: 22px;}
} 

@media only screen
and (min-device-width:768px)
and (max-device-width: 1024px)
and (orientation: landscape)
and (-webkit-min-device-pixel-ratio: 2) {

 
 



body {
  background:none;
background-size: 100%;
background-attachment: fixed;
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5em;
  color: #213040;
}

.navbar a {
	color: #fff;
	font-family: "alternate-gothic-no-2-d", sans-serif;
	text-transform: uppercase;
	
	font-size:1.1rem !important;
	font-weight: normal;
}
div.logoheading img {
	max-width: 400px;
	width: 200px;
}

div.homesection.music a.item, div.homesection.music span.item {
	max-width: 100%;
	width: 24.4%;
}
.navbar li {
	display: inline-block;
	margin: 0px 6px;
}
div.cta-area {
	text-align: center;
	padding: 0px 0px 130px 0px;



}
div.homesection.music .featured-artist span.item .featitemright p {
	font-size: 13px !important;
}
.featitemright a.cta-button {
	margin: 0;
	text-align: center;
	font-size: 1.4rem;
}
.item h2 {
	font-family: "alternate-gothic-no-2-d", sans-serif;

	font-size: 1.4rem;
	margin-top: 10px;
	line-height: 1;
}
.internalcontent .item h2 {
	font-size: 1.4rem;
}
div.review p {
	font-size: 14px;
}
p,
ol,
ul,
dl,
address {
  margin-bottom: 1em;
  font-size: 14px;
  font-size: 0.9rem;
  line-height: 1.5em;
}
} 



@media only screen and (min-width: 1182px) {
  /* 1182 =================================================== */
 
  .navbar li {
	margin: 0 10px;
}
 
 .navbar li a {
	font-size: 30px;
}
  div.homesection.music .featured-artist span.item .featitemright h2 {
	font-size: 50px;
}

#content div.cta-area h2 {
	font-size: 2.5rem;
	max-width: 800px;
	margin: 0 auto;
	margin-bottom: 30px;


}
div.homesection.music .featured-artist span.item .featitemright p {
	font-size: 20px;
}
} 

@media only screen and (min-width: 1482px) {
  /* 1382 =================================================== */
 



body {
   background:none;
background-size: 100%;
background-attachment: fixed;
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5em;
  color: #213040;
}
} 

@media only screen and (min-width: 1600px) {
  /* 1382 =================================================== */
 div.homesection.music .featured-artist span.item .featitemright p {
	font-size: 24px;
}

 
body {
   background:none;
background-size: 100%;
background-attachment: fixed;
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5em;
  color: #213040;
}

div.cta-area {
	text-align: center;
	padding: 0px 0px 290px 0px;



}


}

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

 
body {
  background:none;
background-size: 100%;
background-attachment: fixed;
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5em;
  color: #213040;
}
	}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* 2x =================================================== */
}
@media print,
	(-o-min-device-pixel-ratio: 5/4),
	(-webkit-min-device-pixel-ratio: 1.25),
	(min-resolution: 120dpi) {

	.site-header .search-field {
		background-image: url(images/search-icon-2x.png);
	}

	.format-audio .audio-content,
	.format-status .entry-content:before,
	.format-status .entry-meta:before,
	.comment-list > li:after,
	.comment-list .children > li:before {
		background-image: url(images/dotted-line-2x.png);
	}
}

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}

	footer a[rel="bookmark"]:link:after,
	footer a[rel="bookmark"]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}

	.site {
		max-width: 98%;
	}

	.site-header {
		background-image: none !important;
	}

	.site-header .home-link {
		max-width: none;
		min-height: 0;
	}

	.site-title {
		color: #000;
		font-size: 21pt;
	}

	.site-description {
		font-size: 10pt;
	}

	.author-avatar,
	.site-footer,
	.comment-respond,
	.comments-area .comment-edit-link,
	.comments-area .reply,
	.comments-link,
	.entry-meta .edit-link,
	.page-links,
	.site-content nav,
	.widget-area,
	.main-navigation,
	.navbar,
	.more-link {
		display: none;
	}

	.entry-header,
	.entry-content,
	.entry-summary,
	.entry-meta {
		margin: 0;
		width: 100%;
	}

	.page-title,
	.entry-title {
		font-size: 21pt;
	}

	.entry-meta,
	.entry-meta a {
		color: #444;
		font-size: 10pt;
	
	}

	.entry-content img.alignleft,
	.entry-content .wp-caption.alignleft {
		margin-left: 0;
	}

	.entry-content img.alignright,
	.entry-content .wp-caption.alignright {
		margin-right: 0;
	}

	.format-image .entry-content .size-full {
		margin: 0;
	}

	/* Remove colors from post formats */
	.hentry {
		background-color: #fff;
	}

	/* Comments */
	.comments-area > li.comment {
		background: none;
		position: relative;
		width: auto;
	}

	.comment-metadata {
		float: none;
	}

	.comment-author .fn,
	.comment-reply-link,
	.comment-reply-login {
		color: #333;
	}
}