/* # Bargetto Wineries  
Theme Name: Bargetto Wineries  
Theme URI: http://bargetto.com
Description: This is the Bargetto Theme created by Iversen Design   
Author: StudioPress  
Author URI: http://iversendesign.com 
Template: genesis  
Template Version: 2.1.1  
Tags: wineries
*/ 


/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Header Navigation
	- Primary Navigation
	- Secondary Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Retina Display
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 800px
*/


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

@font-face {
    font-family: 'Genericons';
    src: url('font/genericons-regular-webfont.eot');
    src: url('font/genericons-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/genericons-regular-webfont.woff') format('woff'),
         url('font/genericons-regular-webfont.ttf') format('truetype'),
         url('font/genericons-regular-webfont.svg#genericonsregular') format('svg');
    font-weight: normal;
    font-style: normal; 
}

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:Serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,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:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;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-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* ## Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}

/* Font Import */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700);

@font-face {
    font-family: 'medici';
	src: url('/fonts/medici.woff') format('woff');
    src: url('/fonts/medici.ttf') format('truetype'); 
    font-weight: normal;
    font-style: normal; 
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

body {
	background-color: #f5f5f5;
	color: #333;
	font-family: Open Sans, sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4;
	margin: 0;
	background: url(/wp-content/uploads/2014/07/body-background.png);
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #9b0000;
	text-decoration: none;
}

a:hover {
	color: #333;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

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

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #9a0000;
	font-family: Playfair Display SC, Lato, sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

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

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

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

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

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

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

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

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

.gallery img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover {
	border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-weight: 300;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #fff;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #fff;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #333;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 300;
	padding: 16px 24px;
	text-transform: uppercase;
	width: auto;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
	background-color: #e5554e;
	color: #fff;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	background-color: #e5554e;
	background-color: #9a0000;
	color: #fff;
}

.entry-content .button:hover {
	color: #fff;
}

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover {
	background-color: #fff;
	color: #333;
}

.button {
	display: inline-block;
}

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

/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 400;
}

.ship-type {font-weight: 700;}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1200px;
}

.site-inner {
	clear: both;
	background: #f1ecce;
	padding:13px 7px 10px;
	box-shadow: 0px 0px 4px 1px #000;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 980px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* ### Content */

.content {
	float: right;
	width: 850px;
	border: 3px solid #a29060;
	padding: 10px;
	margin: 5px 10px 5px 0px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 580px;
}

.full-width-content .content {
	width: 100%;
	border: 3px solid #a29060;
	padding: 10px;
	margin: 0;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 300px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
	border: 3px solid #a29060;
	margin: 5px 5px;
}

.sidebar .menu-item a {font-size: 30px; font-family: Playfair Display SC, serif; color: #000; margin-left: 10px; display: block;}

.sidebar .sub-menu .menu-item a { font-size: 18px; }


.sidebar .sub-menu .current-menu-item, .sidebar .sub-menu .menu-item:hover {background: transparent; }

.sidebar .sub-menu .current-menu-item a, .sidebar .sub-menu .menu-item:hover a {color: #990000 !important; font-style: italic;}

.sub-menu {/border-top: 2px solid #990000;}

#menu-item-624 > a, #menu-item-936 > a, #menu-item-573 > a, #menu-item-979 > a, #menu-item-997 > a, #menu-item-957 > a {
font-size: 27px;
}

.widget_search_filter_register_widget {padding: 10px;}

.sf-field-submit input {width: 100% !important;}

/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

.home-widget-area {}

.home-label, .buy-label {width: 100%; background: #f1ecce; padding: 3px; margin-top: 100px;
text-align: center}

.visit-label {width: 100%; background: #f1ecce; padding: 3px; margin-top: 90px;
text-align: center}

.santa-cruz {background:url(/wp-content/uploads/2014/07/santa-cruz1.jpg); background-size: cover;
height: 160px;
border: 2px solid #a29062;}

.monterey {background:url(/wp-content/uploads/2014/07/monterey.jpg); background-size: cover;
height: 160px;
border: 2px solid #a29062;}

.events {background:url(/wp-content/uploads/2014/07/events.jpg); background-size: cover;
height: 160px;
border: 2px solid #a29062;}

.private-events {background:url(/wp-content/uploads/2014/07/private-events.jpg); background-size: cover;
height: 160px;
border: 2px solid #a29062;}

.buy-wine {background:url(/wp-content/uploads/2014/07/wine-bottles1.jpg); background-size: cover; height: 160px; border: 2px solid #a29062; display: block; clear: both; margin-top: 10px; float:left; width: 100%; }



.buy-label {margin-top: 50px; }

.home-fourth {border: 2px solid #a29062; text-align: center; margin-top: 22px; min-height: 345px;}

.home-fourth img {border-bottom: 2px solid #a29062;}

.home-fourth h3 {border-bottom: 2px solid #9b0000; margin: 0 15px; font-size: 22px; min-height: 52px;}

.home-fourth p {text-align: left; padding: 5px 20px; margin-bottom: 0px; min-height: 123px;
}

.home-fourth a {font-weight: 800; margin-bottom: 5px;}

.ourhistory {width: 400px; padding-left: 10px; margin-bottom: 10px !important; margin-top: 15px !important; float: right;}

.ourhistory-left {width: 400px; padding-right: 10px; margin-bottom: 10px !important; margin-top: 15px !important; float: left;}

.entry-content p a {font-style: italic; font-weight: 700;}

.home .content {margin: 0;}

.join-wine-club {background:url(/wp-content/uploads/2014/07/wine-club-header2.jpg); background-size: cover;
height: 190px; background-position: center center;
border: 2px solid #a29062;}

.b-wine-club {background:url(/wp-content/uploads/2014/07/bargetto-bottles1.jpg); background-size: cover;
height: 190px; background-position: center center;
border: 2px solid #a29062;}

.c-wine-club {background:url(/wp-content/uploads/2014/07/chaucers-bottles.jpg); background-size: cover; background-position: center center;
height: 190px;
border: 2px solid #a29062;}

.r-wine-club {background:url(/wp-content/uploads/2014/07/lavita-bottles.jpg); background-size: cover;
height: 190px; background-position: center center;
border: 2px solid #a29062;}

.c-wine-buy {background: url(/wp-content/uploads/sites/3/2014/07/award-bottles.jpg); background-position: center center;}

.b-wine-buy {background:url(/wp-content/uploads/2014/07/wine-bottles1.jpg); background-position: center center;}

.r-wine-buy {background: url(/wp-content/uploads/sites/2/2014/07/buy-lavita.jpg); background-position: center center;}

.our-benef img {max-height: 300px; width: 100%;}

/*Cart Styling */
.enhanced-text-widget a {
  display: inline !important;
  padding: 0 !important;
}


/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-fifth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.one-fifth {width: 17.94871794%}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description,
.author-box {
	background-color: #fff;
	font-size: 16px;
	margin-bottom: 40px;
	padding: 40px;
}

.author-box-title {
	font-size: 16px;
	margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 12px;
}

.entry-content .search-form,
.site-header .search-form {
	width: 40%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.gform_wrapper input[type=text], .gform_wrapper input[type=url], .gform_wrapper input[type=email], .gform_wrapper input[type=tel], .gform_wrapper input[type=number], .gform_wrapper input[type=password] {font-size: 16px !important; padding: 5px 15px !important;}

.footer-widgets .gform_wrapper .gfield_required {display: none;}

.footer-widgets .gform_wrapper .top_label .gfield_label {display: none;}

input, select, textarea {background-color: rgba(48,49,44,0.9) !important; color: #fff !important; padding: 6px 13px; font-size: 14px;}

.gform_wrapper .gform_footer { padding: 0px 0 4px 0 !important; margin: -4px 0 0 0 !important; clear: none !important; float: left;}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {background-color: #9a0000 !important; border: none;}

.gform_body {float: left;
width: 190px;
padding-right: 10px;}

button, input[type="button"], input[type="reset"], input[type="submit"], .button { padding: 9px 10px !important;}

#gform_widget-2 {margin-bottom: 70px;}
 

/* ## Titles
--------------------------------------------- */

.archive-title {
	font-size: 20px;
}

.entry-title {
	font-size: 36px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
}

.entry-title a:hover {
	color: #e5554e;
}

.widget-title {
	font-size: 25px;
	margin-bottom: 10px;
}

.footer-widgets .widget-title {
	color: #f1eccc;
}




/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 10px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 10px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.sticky {
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	padding: 14px 0 14px 30px;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

.footer-widgets .textwidget {padding-left: 10px; }

.widget_tag_cloud {padding: 5px 10px;}

.page-template-page_blog-php .content p {margin-bottom: 10px;}

.page-template-page_blog-php .entry-footer .entry-meta {padding-top: 10px;}

.page-template-page_blog-php .content .entry {margin-bottom: 0; padding: 10px 30px;}


/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	padding: 0 0 24px;
}

.footer-widgets .entry {
	border-bottom: 1px dotted #666;
}

.featured-content .entry-title {
	font-size: 20px;
}


/* Full Width Slider
------------------------------------*/

.slider {box-shadow: 0px 4px 8px #000; position: relative;}

/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

.enews-widget,
.enews-widget .widget-title {
	color: #fff;
}

.sidebar .widget.enews-widget {
	background-color: #333;
}

.enews-widget input,
.enews-widget input:focus {
	border: 1px solid #333;
}

.enews-widget input {
	font-size: 16px;
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	background-color: #e5554e;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #333;
}

.enews form + p {
	margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
	background: url(/wp-content/uploads/2014/07/body-background.png);
	min-height: 118px;
	border-top: 1px solid #000;
}

.site-header .wrap {
	padding: 00px 0;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 3px 0;
	width: auto;
}

.header-full-width .title-area {
	width: 100%;
}

.site-title {
	font-size: 42px;
	font-weight: 700;
	line-height: 0.75;
	font-family: "athelas";
}

.title-letter {font-size: 52px;}

.site-title a,
.site-title a:hover {
	color: #f1ecce;
	background: url(/wp-content/uploads/2014/07/bargetto-logo.png);
	background-repeat: no-repeat;
}

.site-title a, .site-title a:hover, .site-description {padding-left: 125px; padding-bottom: 46px; padding-top: 26px; display: block; }

.header-image .site-title > a {
	background: url(images/logo.png) no-repeat left;
	float: left;
	min-height: 60px;
	width: 100%;
}

.site-description {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.5;
	color: #f1ecce;
	padding-bottom: 0;
	padding-top: 0;
	margin-top: -45px;
	font-family: Playfair Display SC;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: auto;
	color: #fff;
	font-family: Playfair Display SC;
	padding-top: 20px;
}




/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 18px;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
	float:left;
}

.genesis-nav-menu a {
	color: #333;
	display: block;
	padding: 11px 24px;
	font-family: Playfair Display SC;
}

/*-----Main Menu Divider---*/
#menu-main-menu li a {border-left: 1px solid #f0daab;}

#menu-main-menu li {border-left: 2px solid #990000;}

#menu-main-menu li:last-child a {border-right: 2px solid #990000;}

#menu-main-menu li:last-child {border-right: 1px solid #f0daab;}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #e5554e;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: none;
	font-size: 14px;
	padding: 15px 10px;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -55px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	color: #fff;
	float: right;
	list-style-type: none;
	padding: 30px 0;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 10px 0 0;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -56px;
}

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* ## Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: rgba(46,46,46,0.85);
	border-top: 1px solid #333;
	position: absolute;
	height: 41px;
	width: 100%;
	z-index: 99;
}

.nav-primary .genesis-nav-menu a {
	color: #fff;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	color: #333;
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu .current-menu-item > a,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #f1ecce;
}

/* ## Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #fff;
	border-bottom: 2px solid #555;
	background: #eee2ba; /* Old browsers */
	background: -moz-linear-gradient(top,  #eee2ba 0%, #e8dfb6 51%, #c7be95 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eee2ba), color-stop(51%,#e8dfb6), color-stop(100%,#c7be95)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eee2ba 0%,#e8dfb6 51%,#c7be95 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eee2ba 0%,#e8dfb6 51%,#c7be95 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eee2ba 0%,#e8dfb6 51%,#c7be95 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #eee2ba 0%,#e8dfb6 51%,#c7be95 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eee2ba', endColorstr='#c7be95',GradientType=0 ); /* IE6-9 */
	border-bottom: 1px solid #acaba9;
	border-top: 1px solid #acaba9;
}

.genesis-nav-menu .widget {
    float: left;
	padding-left: 15px;
	padding-top: 10px;
}


#menu-top-menu .widget_text {margin-top: 8px; font-family: Playfair Display SC, serif; font-size: 15px;}
 
.genesis-nav-menu .top-menu-widget-area ul li {
	margin-bottom: 0 !important;
	margin-top: 0.7rem !important;
}

.nav-secondary .genesis-nav-menu a {padding: 12px 24px;}

.nav-secondary .genesis-nav-menu a:hover, .nav-secondary .genesis-nav-menu .current-menu-item > a, .nav-secondary .genesis-nav-menu .sub-menu .current-menu-item > a:hover {color: #000;}

.selected-site{
	background: #fbf7ec; /* Old browsers */
	background: -moz-linear-gradient(top,  #fbf7ec 41%, #eae4d8 80%, #d4cbc2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(41%,#fbf7ec), color-stop(80%,#eae4d8), color-stop(100%,#d4cbc2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fbf7ec 41%,#eae4d8 80%,#d4cbc2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fbf7ec 41%,#eae4d8 80%,#d4cbc2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fbf7ec 41%,#eae4d8 80%,#d4cbc2 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fbf7ec 41%,#eae4d8 80%,#d4cbc2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbf7ec', endColorstr='#d4cbc2',GradientType=0 ); /* IE6-9 */
	
}

.bargetto-top-menu a {font-family: "athelas", serif; text-transform:uppercase; font-size: 27px; padding: 13px 24px 12px !important; font-weight: 700;}

.chaucers-top-menu a {font-family: "viva-std",serif; text-transform:uppercase; font-size: 27px; font-weight: 800; padding: 42px 92px 10px !important; font-size: 0 !important; background: url(/wp-content/uploads/2014/07/chaucers.png);
background-repeat: no-repeat;
background-position: center;
background-size: 155px;}

.chaucers-top-menu {
}

.lavita-top-menu a {font-family: 'medici',serif; text-transform:uppercase; font-size: 22px; padding: 16px 24px 14px !important;}

.shop-top-menu a{font-size: 17px; padding: 17px 24px 18px !important; background: url(/wp-content/uploads/2014/07/shop-background.png) no-repeat center center;}

.sub-menu a, .sub-menu li {border-right: none !important;}

.sub-menu .current-menu-item a, .nav-primary .sub-menu a:hover {color: #990000 !important;}

#menu-top-menu li:first-child {display: none;}

/*-----Sub Menu Divider---*/
#menu-top-menu li a {border-left: 1px solid #d9d1aa;}

#menu-top-menu li {border-left: 1px solid #fffff5;}

.shop-top-menu a {border-right: 1px solid #fffff5;}

.shop-top-menu {border-right: 1px solid #d9d1aa;}

/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.entry {
	margin-bottom: 20px;
	padding: 20px 30px;
}

.content .entry {
	/background-color: #fff;
}

.home .content .entry {display: none;}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

.featured-page-image {
width: 100%;
background-size: cover !important;
background-position: center center !important;
background-repeat: no-repeat;
overflow: auto;
height: 340px;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 3px 6px rgba(0,0,0, .2);
margin: 0 auto;
/border-bottom: 1px solid #f5f5f5;
box-shadow: 0px 4px 8px #000; position: relative;
}

.menu-space {height: 50px;}

.single-ai1ec_event .featured-page-image {background: transparent !important;
height: 50px;
box-shadow: none;}

.ai1ec-calendar-toolbar {display:none;}

.single-ai1ec_event .site-inner {/margin-top: 42px;}

/* Trade & Media */

.brand-assets, .bottle-card {background:#fff; padding: 10px; border: 3px solid #a29060; min-height: 386px; margin-bottom: 30px;}

.brand-assets h4 {border-bottom: 1px solid #9a0000; }

.bottle-card img {height: 200px;}

.bottle-card {text-align: center;}

.bottle-card .bottle-text {font-weight: 800; border-bottom: 2px solid #000; margin-bottom: 10px; min-height: 46px;}

.bottle-card p {margin: 0;}

.bottle-card ul {margin-bottom: 10px; text-align:left; margin-left: 60px;}

.tm-brand {margin-top: 35px;}

.tm-category {padding: 0 10px; margin-bottom: 20px; background: #eee2ba;
background: -moz-linear-gradient(top, #eee2ba 0%, #e8dfb6 51%, #c7be95 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eee2ba), color-stop(51%,#e8dfb6), color-stop(100%,#c7be95));
background: -webkit-linear-gradient(top, #eee2ba 0%,#e8dfb6 51%,#c7be95 100%);
background: -o-linear-gradient(top, #eee2ba 0%,#e8dfb6 51%,#c7be95 100%);
background: -ms-linear-gradient(top, #eee2ba 0%,#e8dfb6 51%,#c7be95 100%);
background: linear-gradient(to bottom, #eee2ba 0%,#e8dfb6 51%,#c7be95 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eee2ba', endColorstr='#c7be95',GradientType=0 );
border: 1px solid #acaba9;}

.tm-category:hover {background: #fbf7ec;
background: -moz-linear-gradient(top, #fbf7ec 41%, #eae4d8 80%, #d4cbc2 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(41%,#fbf7ec), color-stop(80%,#eae4d8), color-stop(100%,#d4cbc2));
background: -webkit-linear-gradient(top, #fbf7ec 41%,#eae4d8 80%,#d4cbc2 100%);
background: -o-linear-gradient(top, #fbf7ec 41%,#eae4d8 80%,#d4cbc2 100%);
background: -ms-linear-gradient(top, #fbf7ec 41%,#eae4d8 80%,#d4cbc2 100%);
background: linear-gradient(to bottom, #fbf7ec 41%,#eae4d8 80%,#d4cbc2 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbf7ec', endColorstr='#d4cbc2',GradientType=0 );}

.tm-category h2 {color: #000;}

.tm-contact-box {height: 40px !important; margin-bottom: 8px;}

.tm-contact h2 {font-size: 25px; margin-top: -20px;}

.tm-contact-box p {display: none;}

/*Distribut by State */

#scroll-up {position: fixed;
right: 50px;
font-weight: 400;
bottom: 50px;}



/* Plugins
***************************************** */

.pp_social {display: none;}

div.pp_default .pp_expand {transition: 0s;}



.gallery h3 {
color: #fff;
font-weight: normal;
position: relative;
float: left;
z-index: 1;
padding: 13px 10px;
background: rgba(0,0,0,0.8);
background-position: 0 0;
background-repeat: repeat-x;
width: 100%;
height: 45px;
font-family: Open Sans;
margin: 0;
font-size: 18px;
margin-bottom: -45px;
}

.gallery img {border: none; padding: 0;}

.gallery img:hover {border: none;}

.gallery {border: 3px solid #a29060; }

.gallery br {display: none !important;}

.gallery a {line-height: 0;}

.gallery, .gallery p { margin-top: 0; margin-bottom: 0; padding: 0; line-height: 0;}

.gallery:hover {border: 3px solid #9a0000;}

.gallery:hover h3 {background: rgba(0,0,0, 0.4);}

.gallery h3:after {content: '\f431'; float:right; font-family: genericons; font-size: 32px; line-height: 0.6;}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	padding-top: 24px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #333;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #e5554e;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 40px 40px 16px;
}

.entry-comments {
	padding: 40px;
}

.comment-header {
	font-size: 16px;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment-content {
	clear: both;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	padding: 24px;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
}

.sidebar li {
	border-bottom: 1px dotted #ddd;
	/margin-bottom: 10px;
	padding-bottom: 10px;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	background-color: #f1ecce;
	/margin-bottom: 40px;
	/padding: 40px;
}


/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #5c5d4f;
	clear: both;
	padding-top: 40px;
	border-top: 1px solid #2e2e2e;
}

.footer-widgets,
.footer-widgets a {
	color: #fff;
	font-size:15px;
}

.footer-widgets input {
	border: 1px solid #000;
}

.footer-widgets a.button,
.footer-widgets a:hover {
	color: #fff;
}

.footer-widgets li {
	/border-bottom: 1px dotted #666;
	/margin-bottom: 10px;
	/padding-bottom: 10px;
	font-weight: 800;
	padding-left: 10px;
}

.footer-widgets .widget {
	margin-bottom: 20px;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3, 
.footer-widgets-4 {
	width: 24%;
	margin-left: 1.33%;
	float:left;
}

.footer-widgets-1 {
	margin-left: 0px;
}

.simple-social-icons ul {margin-left: 4px !important;}

.amazingcarousel-image  div:last-child {display: none !important;}


/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #343434;
	font-size: 14px;
	line-height: 1;
	padding: 10px 0;
	text-align: center;
	color: #f1eccc;
	font-weight: 700;
}

.site-footer p {
	margin-bottom: 0;
}


/* # Media Queries
---------------------------------------------------------------------------------------------------- */

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

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content,
	.site-header .widget-area {
		width: 620px;
		
	}
	
	

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	
	.sidebar-primary,
	.title-area {
		width: 300px;
	}
	
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4 {}

	.footer-widgets-1 {
		/margin-right: 30px;
	}

	.site-header .widget-area, .title-area {width: auto; }
	
	.site-header .widget-area {font-size: 16px; padding-top: 27px;}
	
	.site-header .wrap {padding: 0 10px;}
	
	.genesis-nav-menu .widget {padding-left: 7px;}
	
	.bargetto-top-menu a {padding: 13px 7px 12px;}
	
	.chaucers-top-menu a {padding: 42px 83px 9px;}
	
	.lavita-top-menu a {padding: 16px 7px 8px;}
	
	.shop-top-menu a {padding: 17px 7px;}
	
	.footer-widgets .wrap {padding: 0 10px;}
	
	.gform_button {width: 100% !important; margin-top: 10px;}
	
	.gform_wrapper .gform_footer {margin-top: 4px !important; float: none !important;}
	
	#gform_widget-2 {margin-bottom: 0;}
	
	.entry {padding: 10px 15px;}
	
	.featured-page-image {height: 260px;}
	
	.content {margin: 5px 5px 5px 0;}
	
	.sidebar-primary {width: 295px;}
	
	.entry-content img {max-width: 300px;}
	
	.widget_search {width: 150px;}
	
	.lavita-top-menu a{padding: 15px 12px !important;}
	
	.chaucers-top-menu a{}
	
	.bargetto-top-menu a {padding: 13px 12px 12px !important;}
}

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

	.site-inner,
	.wrap {
		max-width: 800px;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.site-header .wrap {
		padding: 20px 5%;
	}

	.header-image .title-area {
		background-position: center top;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 11px 10px;
		font-size:17px;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.footer-widgets-1 {
		margin-right: 0;
	}
	
	.title-area {width: 575px; margin: auto; float:none; }
	
	.site-header .wrap {padding: 4px 5% 20px}
	
	.header-widget-area {display: none;}
	
	.widget_search {display: none;}
	
	h2 {font-size: 27px;}
	
	.content {margin: 0;}
	
	.sidebar-content .sidebar-primary, .sidebar-sidebar-content .sidebar-primary {margin: 10px 0; }
	
	#menu-main-menu {width: 686px; margin: auto;}
	

}

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

	body {
		background-color: #fff;
		font-size: 16px;
	}

	.site-inner,
	.wrap {
		padding-left: 5%;
		padding-right: 5%;
		padding-left: 0%;
		padding-right: 0%;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget,
	.site-header {
		padding: 0;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	
	.one-fourth { width: 48%; margin: 10px 1%;}
	
	.one-half {width: 98%; margin: 10px 1%;}

	.sidebar .widget.enews-widget {
		padding: 40px;
	}

	.buy-wine {margin-top: 1%;}
	
	.home-fourth {min-height: 330px;}
	
	.footer-widgets-1, 
	.footer-widgets-2, 
	.footer-widgets-3, 
	.footer-widgets-4 {width: 48%; margin: 10px 1%; float: left; }
	
	.footer-widgets-3 {clear: left;}
	
	.featured-page-image {height: 190px;}
	
	#text-4 {font-size: 14px; padding-top: 11px;}
		.genesis-nav-menu a, .genesis-nav-menu > .first > a, .genesis-nav-menu > .last > a {padding: 11px 4px; font-size: 16px;}
	
	.nav-secondary .widget-area {display: none;}
	
	#menu-top-menu { width: 484px; margin: auto;}
	
	.chaucers-top-menu a {background-size: 115px; }
	
	.chaucers-top-menu a {padding: 30px 70px 10px !important;}
	
	.shop-top-menu a {padding: 12px 24px !important;}
	
	.lavita-top-menu a { padding: 13px 12px 11px !important; }
	
	.bargetto-top-menu a {font-size: 20px 11px 12px 9px !important;}
	
	.home-fourth {min-height: 350px;}
	
.dp_pec_wrapper.dp_pec_compact_wrapper.dp_pec_compact_upcoming_wrapper .dp_pec_content .dp_pec_date_event{
	border-bottom: 1px solid #ccc;
	}
	
	.dp_pec_compact_wrapper.dp_pec_wrapper {
		background: transparent;
	}
	
	    /* Force table to not be like tables anymore */
	#no-more-tables table, 
	#no-more-tables thead, 
	#no-more-tables tbody, 
	#no-more-tables th, 
	#no-more-tables td, 
	#no-more-tables tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#no-more-tables tr { border: 1px solid #ccc; }
 
	#no-more-tables td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		white-space: normal;
		text-align:left;
	}
 
	#no-more-tables td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
 
	/*
	Label the data
	*/
	#no-more-tables td:before { content: attr(data-title); }

	
}


@media only screen and (max-width: 720px) {
	.slider {display: none;}
	
	.nav-primary {position: relative; height: auto;}
	
	.site-header .wrap {padding: 4px 1% 20px;}
	
	.featured-page-image {display: none;}
	
	#menu-main-menu {width: 572px;}
	

	
	
}

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

	.site-title {font-size: 32px;}
	
	.title-letter {font-size: 40px;}
	
	.site-description {font-size: 14px;}
	
	.site-description img {height: 25px;}
	
	.title-area {width: 444px; padding: 7px 0;}
	
	.site-title a, .site-title a:hover  {background-size: 22%;}
	
	.site-title a, .site-title a:hover, .site-description { padding-left: 80px;}
	
	.entry-content img { max-width: 100%; float: none; margin: 10px auto; padding: 0; max-height: 450px; display:block;}
	
	.entry-content p img {text-align:center;}
	
	img[Attributes Style] {width: 100% !important;}
	
	.one-third {width: 98%; margin: 10px 1%;}
	
	#menu-main-menu {width: auto;}
	
	#menu-main-menu li, #menu-main-menu li a, #menu-main-menu li:last-child a, #menu-main-menu li:last-child {border: none;}
	
	#menu-main-menu li {width: 100%; margin: auto; float: none; text-align:center;}
	
	#menu-main-menu li a {font-size: 22px; padding: 7px 5px;}
	
	#menu-main-menu .sub-menu{display: none;}
	
	#menu-top-menu li {width: 100%; text-align:center;}
	
	#text-4 {float:none; margin: 0; padding: 0; display: none;}
	
	#menu-top-menu li {display: none;}
	
	#menu-top-menu li:first-child {display: block; }
	
	.top-menu-click a {font-size: 25px; background: url(/wp-content/uploads/2014/07/menu-icon.png) no-repeat scroll right center; background-size: 40px; background-position-x: 92%; background-position-y: 6px; text-align:left; width: 60%; margin: auto;}
	
	/*#menu-top-menu:hover li, .menu-secondary:hover li {display: block;}*/
	
	#menu-top-menu { width: 100%; margin: auto;}
	
	.our-benef img {max-height: 100%; width: 100%;}
	
	
}

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

	.one-fourth, .one-half {width: 98%; margin: 10px 1%;}
	
	.site-title a, .site-title a:hover, .site-description { padding-left: 0px; background: transparent; }
	
	.title-area {width: 315px;}

	.site-title a {font-size: 30px;}
	
	.title-letter {font-size: 36px;}
	
	.site-description {font-size: 13px;}
	
	.site-description img {height: 20px;}
	
	iframe {height: 159px;}
	
	.footer-widgets-1, 
	.footer-widgets-2, 
	.footer-widgets-3, 
	.footer-widgets-4 {width: 250px; margin: 10px auto; float: none; }
	
	.buy-label {font-size: 30px;}
	
	.buy-wine {height: 180px; background-position: center;}
	
	.top-menu-click a {width: auto;}
	
	iframe {display: none;}
	
	
	
	
	
	
	
	
}