/*
Theme Name: Saviah Cellars
Theme URI: http://underscores.me/
Author: Sean Dozeman
Author URI: http://underscores.me/
Description: Custom Wordpress Theme for Saviah Cellars
Version: 1.0-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: saviah-cellars
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.

 Saviah Cellars is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
13.0 Custom Styles / Global
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
	box-sizing: border-box; /* Apply a natural box layout model to the document; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
}
*,
*: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: #e3dfd0; /*#282828;  Fallback for when there is no custom background color defined. */
}

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

ol,
ul {
	list-style: none;
}

table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

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

a { color: #d08038; }
a:focus {
	outline: thin dotted;
}

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

a img {
	border: 0;
}

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}
/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #594737;
	font-family: "futura-pt",sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 120%;
}

h1 { font-size: 46px; }
h2 { font-size: 38px; }
h3 { font-size: 32px; }
h4 {
  font-size: 22px;
  color: #d08038;
  font-weight: 600;
}
h5 { font-size: 18px; }

p {
	margin-bottom: 1.5em;
}

b,
strong {
	font-weight: bold;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	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: 15px;
	font-size: 1.5rem;
}

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

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

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

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.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;
}

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

th {
	font-weight: bold;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	color: #d08038;
}

a:visited {
	color: #594737;
}

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

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

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

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	display: none;
	left: -999em;
	top: 0;
}


.main-navigation ul li:hover > ul {
	left: 50%;
	margin-left: -78.5px;
}

.main-navigation ul ul li:hover > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}

/* Small menu */
.menu-toggle {
	display: none;
}

@media screen and (max-width: 699px) {
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
		opacity: 1;
	}

	.main-navigation ul {
		display: none;
	}
}

.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
6.0 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:hover,
.screen-reader-text:active,
.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: #21759b;
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	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 */
}

/*--------------------------------------------------------------
7.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: 0 auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

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

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

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

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

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

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

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

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

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.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;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.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%;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

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

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

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

.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;
}

/*--------------------------------------------------------------
13.0 Custom Styles / Global
--------------------------------------------------------------*/
#page {
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.5);
  max-width: 1300px;
  margin: 0 auto;
}

.site-wrap { position: relative; }

#hero.interior {
  background: center center no-repeat;
  background-size: cover;
  padding: 65px 40px;
  position: relative;
  height: 580px;
  width: 100%;
}

#hero.interior .overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute; 
  background: url(img/slide_overlay.png) left bottom repeat-x;
  background-size: 1px 490px;
}

#hero.interior .info {
  padding: 8px;
  width: 372px;
  position: relative;
  background: url(img/repeat_texture_semi.png) 0 0 repeat;
}

#hero.interior .info .info-interior {
  border: 3px solid #d08038;
  text-align: center;
  padding: 20px;
  height: 100%;
  width: 100%;
}
#hero.interior .info .info-interior h1 {
  font-size: 38px;
}
#hero.interior .info .info-interior .text {
  font-size: 22px;
  line-height: 130%;
}

#sub-navigation {
  left: 0;
  right: 0;
  bottom: 16px;
  margin: 0 auto;
  list-style: none;
  position: absolute;
  text-align: center;
}

#sub-navigation li {
  display: inline-block;
  margin: 0 11px;
}

#sub-navigation li a {
  text-transform: uppercase;
  text-decoration: none;
  line-height: 180%;
  font-size: 16px;
  color: #fcf9e8;
  display: block;
  padding: 0 4px;
  border-bottom: 3px solid transparent;
}
#sub-navigation li:hover a {
  color: #cd7c35;
}

#sub-navigation li.current_page_item a {
  width: 100%;
  color: #cd7c35;
  border-bottom: 3px solid #fcf9e8;
}
#sub-navigation li ul { display: none; }

#content {}

#content .main {
  padding: 65px 150px;
  overflow: hidden;
}

#content .main .content {
  font-size: 18px;
  line-height: 140%;
}

#content .main .content.right,
#content .main .content.left {
  width: 650px;
}

#content .main .content.left { float: left; }
#content .main .content.right { float: right; }

#content .main aside {
  text-align: center;
  line-height: 120%;
  font-size: 18px;
  width: 325px;
  margin: 0;
}

#content .main aside img {
  display: block;
  width: 100%;
}

#content .main aside.right {
  margin-left: 25px;
  float: right;
}

#content .main aside.right img {
  margin-bottom: 25px;
}

#content .main aside.left {
  margin-right: 25px;
  float: left;
}
#content .main aside.left a.btn {
  display: block;
  color: #f4eedb;
  font-size: 26px;
  line-height: 50px;
  text-align: center;
  margin-bottom: 15px;
  background: #d08038;
  text-decoration: none;
  text-transform: uppercase;
}

#content .main aside.left a.btn:hover {
  background: #594737;
}

#content .main aside.left .rtecontent {
  padding: 20px;
}

#content .main aside.left.classic {
  padding-bottom: 220px;
  background: url(img/logo_classic.png) center bottom 20px  no-repeat;
}

#content .main aside.left.reserve {
  padding-bottom: 230px;
  background: url(img/logo_reserve.png) center bottom 20px no-repeat;
}

#content .main aside.left.estate {
  padding-bottom: 200px;
  background: url(img/logo_estate.png) center bottom 20px no-repeat;
}

#content .main aside.left.jack {
  padding-bottom: 250px;
  background: url(img/logo_jack.png) center bottom 20px no-repeat;
}

#content .main aside.left img {
  background: #f0e9d6;
  margin: 5px 0 10px;
}

.content-area {
  background: url(img/repeat_texture.jpg) 0 0 repeat;
  background-size: 177px 162px;
}

.site-header {
  height: 138px;
  background: url(img/repeat_texture.jpg) 0 0 repeat;
  background-size: 177px 162px;
  padding: 40px 42px 27px 22px;
  position: relative;
}

.site-header:before {
  top: 0;
  left: 0;
  right: 0;
  content: "";
  height: 18px;
  display: block;
  position: absolute;
  background: url(img/header_topper.png) 0 0 repeat-x;
  background-size: 1px 18px;
}

.site-branding {
  float: left;
  width: 184px;
  height: 70px;
  position: relative;
  background: url(img/saviah_logo@2x.png) 0 0 no-repeat;
  background-size: 184px 70px;
}

.site-title,
.site-title > a {
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  display: block;
  height: 100%;
  width: 100%;
}

.utility-navigation {
  float: right;
}

#utility > ul {
  margin: 0;
  display: inline;
  list-style: none;
}

#utility li {
  float: left;
  position: relative;
  display: inline-block;
  padding: 0 10px 0 8px;
}

#utility li:last-child {
  padding-right: 0;
}

#utility li:after {
  content: "";
  top: 6px;
  right: 0;
  width: 1px;
  height: 13px;
  position: absolute;
  background: #281e1c;
}

#utility li:last-child:after {
  display: none;
}

#utility a {
  color: #281e1c;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
}

#utility a:hover { color: #d08038; }

.main-navigation {
  width: auto;
  float: right;
  clear: right;
  margin-top: 20px;
}

.main-navigation .nav-menu {}
.main-navigation .nav-menu > li {
  padding: 0 12px;
}

.main-navigation .nav-menu > li > a {
  color: #594737;
  font-size: 18px;
  padding: 0 8px;
  text-transform: uppercase;
}

.main-navigation .nav-menu > li:last-child,
.main-navigation .nav-menu > li:last-child a{
  padding-right: 0;
}

.main-navigation .nav-menu li:hover > a {
  color: #d08038;
}
.main-navigation .nav-menu li.current_page_item > a {
  color: #d08038;
}
.main-navigation .nav-menu > li.current_page_item > a,
.main-navigation .nav-menu > li.current_page_parent > a {
  border-bottom: 3px solid #d08038;
  color: #d08038;
}
.main-navigation ul > li.page_item_has_children:hover  > a {
  border-bottom: none;
}

.main-navigation ul ul {
  width: 157px;
  overflow:hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.main-navigation ul ul:before {
  background: none repeat scroll 0 0 red;
  content: "";
  display: block;
  height: 24px;
  width: 157px;
  background: url(img/dropdown_topper.png) 0 0 no-repeat;
  background-size: 157px 26px;
}

.main-navigation ul ul li {
  width: 100%;
  float: none;
  text-align: center;
}

.main-navigation ul ul li a {
  width: 100%;
  color: #fcf9e8;
  padding: 4px 0;
  font-size: 16px;
  line-height: 140%;
  background: #5b4838;
  border-top: 1px solid #7e6f5f;
  border-bottom: 1px solid #483627 !important;
}
.main-navigation ul ul li:first-of-type a {
  border-top: none;
}
.main-navigation ul ul li:last-child a {
  border-bottom: none;
}

.site-footer {
  padding: 35px 20px 78px;
  min-height: 436px;
  background: #5b4838 url(img/footer_bg.jpg) left bottom no-repeat;
  background-size: 100% auto;
}

.site-footer-branding {
  width: 184px;
  height: 70px;
  margin: 0 auto 30px;
  background: url(img/saviah_logo_f@2x.png) 0 0 no-repeat;
  background-size: 184px 70px;
}

.site-footer-branding a {
  display: block;
  height: 100%;
  width: 100%;
  overflow:hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.company-info {
  max-width: 777px;
  margin: 0 auto;
  padding: 28px 0;
  overflow: hidden;
  position: relative;
}

.company-info:before,
.company-info:after {
  content: "";
  top: 0;
  left: 0;
  height: 3px;
  width: 100%;
  display: block;
  position: absolute;
  background: url(img/footer_double_line_bg.png) 0 0 repeat-x;
  background-size: 1px 3px;
}
.company-info:after {
  top: auto;
  bottom: 0;
}

.company-info .col33 {
  float: left;
  width: 33.33%;
  color: #fcf7e4;
  padding:  0 10px;
  text-align:center;
}

.company-info .col33 .title {
  color: #d08038;
  display: block;
  font-size: 20px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.company-info .col33 p {
  line-height: 120%;
  margin: 0;
}

.site-info {
  text-align: center;
  font-size: 14px;
  color: #fcf7e4;
  margin: 15px auto;
}

.company-info a,
.site-info a {
  color: #fcf7e4;
  text-decoration: none;
}

.company-info a:hover,
.site-info a:hover {
  color: #fff;
  text-decoration: underline;
}

.social {
  text-align:center;
}

.social .icon {
  width: 28px;
  height: 28px;
  margin: 0 7px;
  background: red;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: inline-block;
  background: url(img/social_icons_sprite@2x.png) 0 0 no-repeat;
  background-size: 57px 57px;
}

.social .icon.tw {
  background-position: -29px 0;
}

.social .icon.fb:hover {
  background-position: 0 -29px;
}

.social .icon.tw:hover {
  background-position: -29px -29px;
}

.banner {
  padding: 25px 0;
  min-height: 104px;
  text-align:center;
  background: url(img/headline_bg.png) 0 0 repeat-x;
  background-size: 1px 100%;
}

.banner span {
  color: #d08038;
  font-size: 36px;
  display: inline-block;
  text-transform: uppercase;
}

.grid {
  padding: 80px 38px;
  overflow: hidden;
}

.grid .block {
  float: left;
  width: 33.33%;
  height: 500px;
  margin-bottom: 30px;
  padding: 0 42px;
  text-align: center;
}

.grid .block .top {
  width: 100%;
  position: relative;
  border: 3px solid transparent;
}

.grid .block .top img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}

.grid .block .bottom {
  text-decoration: none !important;
  overflow:hidden;
  padding: 25px 0;
}

.grid .block .bottom .title {
  text-transform: uppercase;
  line-height: 120%;
  font-size: 38px;
}
.grid.wines .block .bottom .title {
  font-size: 24px;
}

.grid .block .bottom p {
  margin: 0;
  font-size: 20px;
  line-height: 120%;
}

.grid .block a {
  text-decoration: none !important;
  color: #5b4838;
  display: block;
  width: 100%;
}

.grid .block a:hover .bottom .title {
  color: #d08038;
}

.grid .block a:hover .top {
  border: 3px solid #d08038;
}


.grid.tall {
  padding: 0 2px;
}

.grid.tall .block {
  margin: 0;
  height: 645px;
  padding: 5px 3px;
}

.grid.tall .block .top {
  max-height: 420px;
}

.grid.tall .block .bottom {
  height: 205px;
  padding: 25px;
}
.grid.tall .block .bottom p {
  color: #5b4838 !important;
}

@media screen and (max-width: 1299px) {/* desktop-sml*/
  /* GLOBAL */
  .grid .block,
  .grid.tall .block,
  .grid .block .bottom,
  .grid.tall .block .bottom { height: auto; }
  
  /* HOME */
  
  
  /* INTERIOR */
  #content .main { padding: 65px 40px; }
  #content .main .content.right, #content .main .content.left,
  #content .main .content.right, #content .main .content.right { width: 72%; }
  #content .main aside { width: 25%; }
  #content .main aside.right { margin-left: 3%; }
  #content .main aside.left { margin-right: 3%; }
  
}/* desktop-sml*/

@media screen and (max-width: 1024px) {/* tablet-ls */
  /* GLOBAL */
  .grid .block .bottom,
  .grid.tall .block .bottom { padding: 25px 0; }
  .grid .block .bottom .title { line-height: 100%; }
  /* HOME */
  /* INTERIOR */
  
} /* tablet-ls */

@media screen and (max-width: 949px) {/* tablet-pt */
  /* GLOBAL */
  .site-header {
	padding: 40px 20px 20px;
	height: auto;
  }
  
  .site-branding {
	width: 135px;
	height: 51px;
	margin-top: 20px;
	background-size: 100% auto;
  }
  
  .main-navigation .nav-menu > li { padding: 0 6px; }
  .main-navigation .nav-menu > li > a { font-size: 16px; }
  
  .grid { padding: 80px 20px; }
  .grid .block { padding: 0 20px; }
  .grid .block .bottom { padding: 25px 0 0; }
  .grid.tall .block .bottom { padding: 25px 15px; }
  .grid .block .bottom .title,
  .grid.tall .block .bottom .title { font-size: 30px; }
  .grid .block .bottom p,
  .grid.tall .block .bottom p { font-size: 16px; }
  
  /* HOME */
  /* INTERIOR */
  #hero.interior .info { margin: 0 auto; }
  
  #content .main { padding: 65px 40px; }
  #content .main .content.right,
  #content .main .content.left,
  #content .main .content.right,
  #content .main .content.right { width: 65%; }
  #content .main aside { width: 32%; }
  #content .main aside.right { margin-left: 3%; }
  #content .main aside.left { margin-right: 3%; }
  
} /* tablet-pt */

@media screen and (max-width: 699px) {/* mobile */
  /* GLOBAL */
  .site-wrap {
    min-width: 100%;
    min-height: 100%;
    background-color: #fff;
    position: relative;
    top: 0;
    bottom: 100%;
    right: 0;
    z-index: 1;
  }
  .menu-toggle {
	top: 80px;
	padding: 0;
	right: 20px;
	z-index: 100;
	border: none;
	color: #594737;
	font-size: 18px;
	border-radius: 0;
	box-shadow: none;
	background: none;
	position: absolute;
	text-transform: uppercase;
  }
  .menu-toggle:hover {
	box-shadow: none;
  }
  
  .menu-toggle .toggle {
	display: inline-block;
	margin-left: 5px;
    height: 14px;
    width: 20px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
  }
  
  .menu-toggle .toggle span {
    background: #d08038;
	margin-bottom: 3px;
    display: block;
    height: 3px;
    width: 100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
  }
  .menu-toggle:focus {
	outline: none;
	box-shadow: none;
  }
  
  .menu-toggle.toggled .toggle {
	-webkit-transform: rotate(-45deg) translateX(0px) translateY(-2px);
	-moz-transform: rotate(-45deg) translateX(0px) translateY(-2px);
	-ms-transform: rotate(-45deg) translateX(0px) translateY(-2px);
	transform: rotate(-45deg) translateX(0px) translateY(-2px);
  }
  
  .menu-toggle.toggled .toggle span.l1 {
	-webkit-transform: translateY(8px);
	-moz-transform: translateY(8px);
	-ms-transform: translateY(8px);
	transform: translateY(8px);
  }
  
  .menu-toggle.toggled .toggle span.l2 {
	opacity: 0;
  }
  
  .menu-toggle.toggled .toggle span.l3 {
	-webkit-transform: rotate(90deg) translateX(-4px);
	-moz-transform: rotate(90deg) translateX(-4px);
	-ms-transform: rotate(90deg) translateX(-4px);
	transform: rotate(90deg) translateX(-4px);
  }
  
  .main-navigation.toggled ~ .site-wrap {
	right: 250px;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.5);
  }
  
  .main-navigation.toggled .menu-toggle,
  .site-wrap {
    transition: right 0.3s;
  }
  
  .main-navigation .nav-menu {
	list-style: none;
    background: #fdf8e8;
	position: fixed;
	padding: 20px;
    width: 250px;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
	opacity: 0;
	display: block;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
  }
  .main-navigation li { float: none; }
  .main-navigation .nav-menu > li { margin-bottom: 10px; }
  .main-navigation .nav-menu > li > a { font-size: 20px; }
  .main-navigation ul > li.page_item_has_children.current_page_parent:hover  > a,
  .main-navigation ul > li.page_item_has_children.current_page_item:hover  > a { border-bottom: 3px solid #d08038 !important; }
  .main-navigation ul ul:before { display: none; }
  .main-navigation ul ul {
	display: none;
	position: relative;
	float: none;
	left: 0 !important;
	top: 0;
	width: 100%;
	border-radius: 0;
	margin: 0 !important;
  }
  .main-navigation ul ul li {
	text-align: left;
	margin-bottom: 0;
  }
  .main-navigation ul ul li a {
	border: none;
	color: #5b4838;
	background: none;
	padding: 4px 10px 0;
	line-height: 140%;
  }
  
  .main-navigation.toggled .nav-menu {
	opacity: 1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
  }
  
  #utility { margin-top: 35px; }
  #utility ul li:after { display: none; }
  #utility ul li a { padding: 6px 7px 4px; border-bottom: none !important; }
  
  .grid { padding: 40px 20px; }
  .grid .block { padding: 0; width: 100%; }
  .grid.tall .block .bottom { padding: 25px 20px; }
  
  .company-info .col33 {
	width: 100%;
	margin-bottom: 20px;
  }
  .company-info .col33:last-child {
	margin-bottom: 0;
  }
  
  /* HOME */
  /* INTERIOR */
  #hero.interior {
	height: auto;
	padding: 40px 20px;
	background-size: cover !important;
	background-repeat: no-repeat !important;
  }
  #hero.interior .info {
	width: 100%;
	margin-bottom: 52px;
  }
  #hero.interior #sub-navigation {
	position: relative;
	bottom: 0;
  }
  #hero.interior #sub-navigation > li {
	margin: 0 11px 11px;
	display: block;
  }
  #hero.interior #sub-navigation > li.current_page_item a { border: none; }
  
  
  #content .main { padding: 65px 40px; }
  #content .main .content.right,
  #content .main .content.left,
  #content .main .content.right,
  #content .main .content.right { width: 100%; }
  #content .main aside { width: 100%; }
  #content .main aside.right { margin-left: 0%; }
  #content .main aside.left { margin-right: 0%; }
  
} /* mobile */