/*
	Theme Name: MDWine Pro
	Theme URI: http://www.marylandwine.com/
	Description: This is a custom HTML5 and responsive theme built for the Marlyland Wine Association.
	Author: DatAchieve Digital
	Author URI: http://www.datachieve.com/

	Version: 2.2.8

	Tags: black, red, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.2.8

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- 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
- Skip Links
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- After Header Navigation
	- Footer Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Max-width: 1340px
	- Max-width: 1200px
	- Max-width: 1023px
	- Max-width: 860px
- Print Styles
*/

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

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:0.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

/*TEMP
-----------------*/
.sub-menu.mm-listview{
	display: block !important;
}

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

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

*,
*:before,
*:after {
	box-sizing: inherit;
}


/* ## 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,
.widget: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,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


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

#wpadminbar {
	background: #0a4553 !important;
	color: #fff !important;
}

#user_switching_switch_on{
    display: block !important;
    width: 100%  !important;
    position: relative  !important;
    background: #FFF  !important;
    z-index: 9999 !important;
    padding: 48px !important;
    font-weight: 600 !important;
    text-align: center !important;
    font-size: 2.0rem !important;
}

/* # Home Hero Section Animation
---------------------------------------------------------------------------------------------------- */

@keyframes test {
   0% {
      transform: matrix(1, 0, 0, 1, 0, 0);
    }
    100% {
      transform: matrix(1, 0, 0, 1, 250, 250);
    }
}

.home .backstretch {
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: auto;
    right: auto;
    width: 100%;
    height: 100%;
    z-index: -5;
    max-width: none !important;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    transform-origin: 0px 0px;
    -webkit-animation: bgMove 75s infinite; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: bgMove 75s infinite; /* Firefox < 16 */
    -ms-animation: bgMove 75s infinite; /* Internet Explorer */
    -o-animation: bgMove 75s infinite; /* Opera < 12.1 */
    animation: bgMove 75s infinite;
}

.backstretch {
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: auto;
    right: auto;
    width: 100%;
    height: 100%;
    z-index: -5;
    max-width: none !important;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    transform-origin: 0px 0px;
    -webkit-animation: none; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: none; /* Firefox < 16 */
    -ms-animation: none; /* Internet Explorer */
    -o-animation: none; /* Opera < 12.1 */
    animation: none;
}

@keyframes bgMove {
    0% {
        transform: matrix(1, 0, 0, 1, 0, 0) scale(1.0);
    }
    50% {
        transform: matrix(1, 0, 0, 1, 0, 0) scale(1.3);
    }
    100% {
        transform: matrix(1, 0, 0, 1, 0, 0) scale(1.0);
    }
}

/* Firefox < 16 */
@-moz-keyframes bgMove {
    0% {
        transform: matrix(1, 0, 0, 1, 0, 0) scale(1.0);
    }
    50% {
        transform: matrix(1, 0, 0, 1, 0, 0) scale(1.3);
    }
    100% {
        transform: matrix(1, 0, 0, 1, 0, 0) scale(1.0);
    }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes bgMove {
    0% {
        transform: matrix(1, 0, 0, 1, 0, 0) scale(1.0);
    }
    50% {
        transform: matrix(1, 0, 0, 1, 0, 0) scale(1.3);
    }
    100% {
        transform: matrix(1, 0, 0, 1, 0, 0) scale(1.0);
    }
}

/* Internet Explorer */
@-ms-keyframes bgMove {
    0% {
        transform: matrix(1, 0, 0, 1, 0, 0) scale(1.0);
    }
    50% {
        transform: matrix(1, 0, 0, 1, 0, 0) scale(1.3);
    }
    100% {
        transform: matrix(1, 0, 0, 1, 0, 0) scale(1.0);
    }
}

/* Opera < 12.1 */
@-o-keyframes bgMove {
    0% {
        transform: matrix(1, 0, 0, 1, 0, 0) scale(1.0);
    }
    50% {
        transform: matrix(1, 0, 0, 1, 0, 0) scale(1.3);
    }
    100% {
        transform: matrix(1, 0, 0, 1, 0, 0) scale(1.0);
    }
}

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

html {
	font-size: 62.5%; /* 10px browser default */
}

.home .site-container {
	background: -moz-linear-gradient(top,  rgba(34,14,25,1) 0%, rgba(125,185,232,0) 20%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(34,14,25,1) 0%,rgba(125,185,232,0) 20%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(34,14,25,1) 0%,rgba(125,185,232,0) 20%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#220e19', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */
}

.site-container {
	background: -moz-linear-gradient(top,  rgba(34,14,25,1) 0%, rgba(125,185,232,0) 30%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(34,14,25,1) 0%,rgba(125,185,232,0) 30%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(34,14,25,1) 0%,rgba(125,185,232,0) 30%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#220e19', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */
	overflow: hidden;
}

.single-my-page .site-container {
	background: -moz-linear-gradient(top,  rgba(34,14,25,1) 0%, rgba(125,185,232,0) 70%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(34,14,25,1) 0%,rgba(125,185,232,0) 70%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(34,14,25,1) 0%,rgba(125,185,232,0) 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#220e19', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */
}

body {
	background-color: #eee;
	color: #333;
	font-family: "acumin-pro",sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
}

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

a {
	color: #b43e24;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #0a4553;
	text-decoration: none;
}

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

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

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #eee;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 700;
}

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

blockquote {
	margin: 40px;
}

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


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

/*font-family: "tamarillo-jf",sans-serif;*/

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "minion-pro-display",serif;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 30px;
	font-size: 3rem;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

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

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

img {
	height: auto;
}

figure {
	margin: 0;
}

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

.gallery {
	overflow: hidden;
}

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

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.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-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

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

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

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	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: #333;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #b43e24;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	padding: 16px 24px;
	text-decoration: none;
	white-space: normal;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus  {
	background-color: #0a4553;
	color: #ffcb69;
}

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

.button {
	display: inline-block;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
	padding: 8px 16px;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

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

.wp-block-button__link {
	background-color: #b43e24 !important;
}

.wp-block-button__link:hover {
	background-color: #0a4553 !important;
}

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

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

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

td,
th {
	text-align: left;
}

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

th {
	font-weight: 400;
	padding: 0 6px;
}

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

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #333;
	background: #fff;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

.more-link {
    position: relative;
}


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

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

.wrap {
	margin: 0 auto;
	max-width: 1280px;
}

.home .site-inner {
	background-color: #fff;
	clear: both;
	padding: 40px 0;
	word-wrap: break-word;
}

.site-inner {
	background-color: #fff;
	clear: both;
	padding: 40px 0 0;
	word-wrap: break-word;
}

.landing-page .site-inner {
	max-width: 800px;
}

/* ## 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: 1060px;
}

.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: 880px;
}

.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: 660px;
}

.full-width-content .content {
	width: 100%;
}

.wine-card .content{
	padding-bottom:48px;
}

/* ### Primary Sidebar */

.sidebar-primary {
	border-left: 2px dotted #000;
	float: right;
	width: 360px;
}

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

/* ### Secondary Sidebar */

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

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

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

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.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%;
}

.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 {
	border-radius: 50%;
	float: left;
}

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

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

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

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

.breadcrumb {
	background-color: #fff;
    border-bottom: 2px dotted #000;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 30px;
    padding: 0 0 30px;
}

.after-entry,
/*.archive-description,*/
.author-box {
	background-color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 40px;
	padding: 60px;
}

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

/* ## Search Form
--------------------------------------------- */
#search-btn {
	float: right;
}

#search-btn a {
	font-size: 20px;
	margin-top: 33px;
	padding: 20px;
	display: inline-block;
	text-decoration: none;
	line-height: 1;
}

.nav-header .genesis-nav-menu a {
	padding: 20px;
}

.header-widget-area .widget {
	float: right;
	margin-bottom: 0;
}

#header-wrap {
	position: relative;
}

.search-form {
	overflow: hidden;
}

/*  Animated Search Form
---------------------------------------------- */

.site-header > .search {
	display: inline-block;
	position: relative;
	width: auto;
	padding: 0;
}

.site-header  li a.icon-search:before {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	content: "\f002";
}

.site-header li a.icon-search {
	cursor: pointer;
}

.search-div {
	display: none;
	position: absolute;
	z-index: 10;
	right: 0;
	width: 300px;
	padding: 10px;
	-webkit-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	background: #b12331;
}

.search-div .search-form {
	position: relative;
}

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

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

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

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

.search-results.author .archive-description.author-archive-description.author-description,
.search-results.author .archive-description{
	display: none;
}

.search-results.author .site-inner{
	padding-bottom: 48px;
}

/* Relocating Entry Title below Header
--------------------------------------------- */
.entry-header-wrapper {
	border-top: 2px dotted rgba(255,255,255,.30);
	margin-top: 15px;
	padding: 42px 0;
	text-align: center;
}

.archive-description {
	padding: 40px 0 80px;
}

.member-page.mdwine .archive-description {
	text-align: center;
	padding: 40px 0 30px;
}

.entry-header-wrapper .entry-title,
.entry-title,
.archive-title {
	margin-bottom: 24px;
}

.entry-header-wrapper, .entry-header-wrapper h1 {
	color: #fff;
}

.archive-title {
	color: #000;
	font-size: 42px;
}

.entry-header-wrapper a {
	color: #000;
}

.archive-title + p {
	margin-top: 20px;
}

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

	.entry-header-wrapper {
		margin-top: 0;
	}

}

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

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 42px;
	font-size: 4.2rem;
}

.entry-title {
	font-size: 42px;
	font-size: 4.2rem;
}

span.subtitle {
	color: #E8A454;
	font-family: "tamarillo-jf",sans-serif;
	font-size: 28px;
    display: block;
    margin-top: -18px;
}

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

.entry-title a:hover,
.entry-title a:focus {
	color: #b43e24;
}

.widget-title {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 20px;
}

/* ## 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 24px 0;
}

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

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	margin: 0;
	text-align: center;
}

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

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}


/* # Login Portal
---------------------------------------------------------------------------------------------------- */

.login-portal {
        display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 12px;
	max-width: 500px;
	margin: auto;
}

.login-portal-cont-1, .login-portal-cont-2 {
        display: flex;
        align-items: center;
        justify-content: center;
}

.login-portal-cont-1, .login-portal-cont-2 div.cont {
        padding: 24px;
}

.login-portal-cont-1 div.cont button {
        margin: 0 auto;
	display: block;
}

.login-portal-cont-2 div.cont button {
        margin: 0 auto;
	display: block;
}


.login-portal-cont-1 div.cont h3 {
        text-align: center;
	font-size: 2rem;
}

.login-portal-cont-2 div.cont h3 {
        text-align: center;
	font-size: 2rem;
}

.login-portal-cont-1 {
	margin: 0;
        border-right: 2px dotted black;
}

@media only screen and (max-width: 450px) {
        .login-portal {
                display: block;
	}
        .login-portal-cont-1 {
                border-right: none;
		border-bottom: 2px dotted black;
        }
}


/* # Commerce7 Subscription Signup Pages
---------------------------------------------------------------------------------------------------- */

.c7-checkout-breadcrumbs a { /*Changes font size of breadcrumbs at top of form*/
        font-size: 1.6rem !important;
}

.c7-checkout-breadcrumbs div { /*Changes font size of breadcrumbs at top of form*/
        font-size: 1.6rem !important;
}

.c7-checkout__content__summary div { /*Changes font size of breadcrumbs at top of form*/
        font-size: 1.6rem !important;
}

#c7-email, #c7-birthMonth, #c7-birthDay, #c7-birthYear, #c7-firstName, #c7-lastName {
        font-size: 1.6rem !important;
}

#c7-company, #c7-address, #c7-address2, #c7-countryCode, #c7-city, #c7-stateCode, #c7-zipCode, #c7-phone {
        font-size: 1.6rem !important;
}

#c7-cardNumber, #c7-expiryMo, #c7-expiryYr, #c7-cvv2, #c7-cardHolderName { 
        font-size: 1.6rem !important;
}

.c7-checkout__content__title a { /*Changes font size of "Already have an account?" button*/
        font-size: 1.4rem !important;
}

.c7-checkout__footer ul li a { /*Footer links ie. privacy policy, terms of service*/
        font-size: 1.4rem !important;
}

.c7-checkout__content__buttons a { /*Fixes cursor for "Return to customer information" button*/
        cursor: pointer !important;
}

#c7-login {
        display: none !important;
}

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

.widget {
	margin-bottom: 40px;
	word-wrap: break-word;
}

.widget p:last-child,
.widget ul > li:last-of-type,
.widget-area .widget:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

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

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

.widget_calendar table {
	width: 100%;
}

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

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

.featured-content .entry {
	background: none;
	padding: 0;
}

.featured-content .entry:last-of-type {
	margin-bottom: 0;
}

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


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

/* # Events Calender
--------------------------------------------- */

.home .tribe-mini-calendar-event .list-date {
	background: #daac3a;
}

.home .tribe-events-event-image {
	margin-bottom: 15px;
}

.home .tribe-mini-calendar-event .list-info h2 {
	font-size: 20px;
}

.home .tribe-mini-calendar-event .list-info h2 a {
	text-decoration: none;
}

.tribe-mini-calendar-event .list-info {
	font-size: 15px;
}

.home .tribe-events-duration {
    font-weight: 600;
    border-bottom: 2px dotted #ccc;
    float: left;
    display: block;
    padding-bottom: 15px;
    margin-bottom: 15px;
    width: 100%;
}

.home .tribe-events-duration:before {
	content: "\f402";
	font-family: "ionicons";
	font-weight: normal;
	margin-right: 5px;
}

.home span.tribe-events-venue {
	float: left;
    display: block;
	margin-bottom: 10px;
	width: 100%;
}

.type-tribe_events.tribe-events-photo-event .tribe-events-photo-event-wrap {
	background: #f9fafa;
}

.events-archive .tribe-event-schedule-details {
    margin-bottom: 10px;
}

#tribe-bar-form .tribe-bar-submit input[type=submit],
#tribe-events .tribe-events-button, #tribe-events .tribe-events-button:hover, #tribe_events_filters_wrapper input[type=submit], .tribe-events-button, .tribe-events-button.tribe-active:hover, .tribe-events-button.tribe-inactive, .tribe-events-button:hover, .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a {
	background: #b43e24 !important;
}

.tribe-events-calendar thead th {
	background: #000 !important;
}

#tribe-events-pg-template {
	max-width: 100% !important;
}

#tribe-bar-form {
    border: 2px dotted #000;
    background: #fff !important;
    margin: 0;
    position: relative;
    width: 100%;
}

h2.tribe-events-page-title,
.tribe-events-user-recurrence-toggle {
	text-align: left;
}

.home-tabs-container p.tribe-events-widget-link {
    float: left;
    margin-top: 40px;
    text-align: center;
}

.home-tabs-container p.tribe-events-widget-link a {
	color: #fff;
    background-color: #b43e24;
	font-size: 18px;
	font-weight: 700;
    padding: 10px 40px;
    position: absolute;
    text-decoration: none;
    bottom: -60px;
    margin-left: -125px;
    left: 50%;
	text-align: center;
    text-transform: uppercase;
    width: 250px;
}

.home-tabs-container p.more-from-category a {
	color: #fff;
    background-color: #b43e24;
	font-size: 18px;
	font-weight: 700;
    padding: 10px 40px;
    position: absolute;
    text-decoration: none;
    bottom: -75px;
    margin-left: -125px;
    left: 50%;
	text-align: center;
    text-transform: uppercase;
    width: 250px;
}

.home-tabs-container p.tribe-events-widget-link a:hover,
.home-tabs-container p.more-from-category a:hover {
	background-color: #0a4553;
}

.tribe-events-list .tribe-events-loop .tribe-event-featured, .tribe-events-list #tribe-events-day.tribe-events-loop .tribe-event-featured, .type-tribe_events.tribe-events-photo-event.tribe-event-featured .tribe-events-photo-event-wrap, .type-tribe_events.tribe-events-photo-event.tribe-event-featured .tribe-events-photo-event-wrap:hover{
	background: #FFF !important;
}

.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-content,
.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-list-event-title a,
.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-meta {
	color: #000;
}

/* ## Events Winery Name
--------------------------------------------- */
.tec-winery{
	position: absolute;
	top: 0;
	right: 0;
	background: #0a4553;
	color: #FFF;
	font-size: 1.0rem;
	padding: 6px 12px;
	width: 100%;
	text-align: right;
	text-transform: uppercase;
}

h2.type-photo.tribe-events-list-event-title{
	padding-top: 34px;
}

/* ## Events Filter Bar
--------------------------------------------- */

#tribe_events_filters_wrapper .tribe-events-filters-group-heading {
	background: #b43e24;
	color: #fff;
	font-family: "acumin-pro",sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
}

#tribe_events_filters_wrapper .tribe-events-filters-group-heading:hover {
	background: #0a4553;
}

#tribe_events_filters_wrapper h3:before {
	margin: 7px 0 0 -10px;
}

#tribe_events_filters_toggle {
	text-transform: uppercase;
}

#tribe-geo-results h2.tribe-events-page-title, h2.tribe-events-page-title {
    font-size: 42px;
    font-weight: 700;
}

.single-tribe_events .tribe-events-single-event-title {
    font-size: 42px;
	color: #b43e24;
    line-height: 1;
    margin: 0;
    padding: 0;
}

/*Custom Winery Link to*/
select#winerylink{
	
}
/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}

#jp-relatedposts h3.jp-relatedposts-headline {
	font-size: 24px !important;
	font-size: 2.4rem !important;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
	font-weight: 600 !important;
}

/* # Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


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

.site-header {
	background-color: #fff;
}

.site-header > .wrap {
	position: relative;
}

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

.title-area {
	float: left;
	width: 130px;
}

.header-image .title-area {
	margin: 0 auto;
	max-width: 300px;
	padding: 0;
}

.site-title {
	background-image: url(images/mwa-logo.png);
	background-repeat: no-repeat;
	background-size: contain;
	height: 130px;
	font-size: 30px;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.2;
	text-indent: -9999px;
	width: 130px;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
	color: #333;
	display: block;
	height: 130px;
	text-decoration: none;
}

.header-image .site-title > a {
	background-position: center !important;
	background-size: contain !important;
	float: left;
	min-height: 80px;
	width: 100%;
}

.site-description {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
}

.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;
	margin-top: 34px;
	text-align: right;
	width: 1000px;
}

/* Sub menu indicators
--------------------------------------------- */

.site-container .genesis-nav-menu.header-menu.responsive-menu .menu-item.menu-item-has-children > a:after {
     content: "\f107";
     font-family: 'FontAwesome';
     padding-left: 0.5rem;
     speak: none;
}

.site-container ul.sub-menu li.menu-item-has-children > a:after {
     content: "\f105";
     font-family: 'FontAwesome';
     padding-left: 1rem;
     speak: none;
}

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

.site-container .genesis-nav-menu {
	clear: both;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1;
	width: 100%;
}

.site-container .genesis-nav-menu .menu-item {
	display: inline-block;
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: left;
}

.site-container .genesis-nav-menu a {
	color: #000;
	font-size: 18px;
	font-size: 1.8rem;
	text-decoration: none;
	display: block;
	padding: 32px 25px;
}

.site-container .genesis-nav-menu a:hover,
.site-container .genesis-nav-menu a:focus,
.site-container .genesis-nav-menu .current-menu-item > a,
.site-container .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.site-container .genesis-nav-menu .sub-menu .current-menu-item > a:focus  {
	color: #b43e24;
}

.site-container .genesis-nav-menu .sub-menu {
	border-top: 1px solid #eee;
	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;
}

.site-container .genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: 0;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 20px;
	position: relative;
	width: 200px;
	word-wrap: break-word;
}

.site-container .genesis-nav-menu .sub-menu .sub-menu {
	margin: -56px 0 0 199px;
}

.genesis-nav-menu .sub-menu:after,
.genesis-nav-menu .sub-menu:before {
	bottom: 100%;
	left: 20%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
	
.genesis-nav-menu .sub-menu:after {
	border-bottom-color: #fff;
	border-width: 10px;
	margin-left: -10px;
}
	
.genesis-nav-menu .sub-menu:before {
	border-bottom-color: #ddd;
	border-width: 11px;
	margin-left: -11px;
}

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

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

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

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

.site-container .genesis-nav-menu > .right {
	float: right;
}

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.sub-menu-toggle,
.menu-toggle {
	display: none;
	visibility: hidden;
}

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

.genesis-nav-menu.header-menu {
	float: right;
	clear: none;
    margin-top: 22px;
    text-align: right;
    max-width: 1100px;
}

.genesis-nav-menu.header-menu a {
	font-size: 16px;
}

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

span.sub {
	font-family: "acumin-pro",sans-serif;
	font-size:small;
	font-weight: 400;
	text-transform: none;
}

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

.nav-primary {
	display: none;
}

.responsive-menu-icon {
	display: none;
	float:right;
	font-weight: 700;
	margin-top:45px;
	text-transform: uppercase;
}

.responsive-menu-icon:before {
	content: "\f20e";
	font-size: 24px;
	font-family: "ionicons";
	margin-right: 7px;
	vertical-align: middle;
}

.mm-listview>li>a, .mm-listview>li>span {
	color: #000;
	font-weight: 600;
}

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

.home .site-container .nav-secondary {
	background-color: transparent;
	margin-top: 20px;
	margin-bottom: 0;
}

.site-container .nav-secondary {
	background-color: transparent;
	margin: 15px 0;
}

.nav-secondary .genesis-nav-menu a {
	color: #fff;
	font-family: "minion-pro-display",serif;
	font-size: 28px;
	font-weight: 700;
	padding: 32px 45px;
	text-transform: uppercase;
}

.site-container .nav-secondary .menu-item a {
    border-right: 2px dotted rgba(255,255,255,.30);
}

.nav-secondary .genesis-nav-menu a:hover,
.nav-secondary .genesis-nav-menu a:focus,
.nav-secondary .genesis-nav-menu .current-menu-item > a,
.nav-secondary .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.nav-secondary .genesis-nav-menu .sub-menu .current-menu-item > a:focus  {
	color: #ffcb69 !important;
}

.nav-secondary .genesis-nav-menu a:hover,
.nav-secondary .genesis-nav-menu a:focus,
.nav-secondary .genesis-nav-menu .current-menu-item > a,
.nav-secondary .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.nav-secondary .genesis-nav-menu .sub-menu .current-menu-item > a:focus  {
	color: #ffcb69 !important;
}

.nav-secondary .genesis-nav-menu a.newsletter-btn,
.nav-secondary .genesis-nav-menu a.vol-btn {
	background-color: #b43e24;
    border-right: none;
    font-size: 16px;
    padding: 15px 25px;
    text-align: center;
}

.nav-secondary .genesis-nav-menu a.newsletter-btn:hover,
.nav-secondary .genesis-nav-menu a.vol-btn:hover {
	background-color: #0a4553;
	color: #fff;
}

.nav-secondary .genesis-nav-menu a.newsletter-btn {
	margin-bottom: 8px;
}

.nav-secondary .genesis-nav-menu li.menu-item.featured-btns {
	margin-left: 40px;
	position: relative;
	top: 10px;
}

/* ## Member Navigation
--------------------------------------------- */

.member-menu {
	background-color: #fff;
	border-bottom: 1px solid #eee;
}

.member-menu .menu-item {
	border-right: 1px solid #eee;
}

/* ## Member Content
--------------------------------------------- */
.wrap.member-wrap{
	display: block;
	clear: both;
}

.wrap.member-wrap span.member-doc-section-title{
	background: #381539;
	display: block;
	color: #FFF;
	padding: 14px;
	font-size: 2.2rem;
	margin: 14px 0;
    font-family: "minion-pro-display",serif;
	font-weight: 600;
}

.doc-wrap{
	display: block;
	clear: both;
	overflow: hidden;
	padding: 14px 0 14px 14px;
	border-bottom: solid 1px rgba(0,0,0,.1);
}

span.doc-name{
	font-size: 1.6rem;
}

a.doc-url.button{
	display: block;
	width: 100%;
	text-align: center;
}

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

.hero-container {
	color: #fff;
	text-align: center;
}

.hero-container .wrap {
    padding: 80px 0 140px 0;
}

.hero-container h2 {
	font-size: 60px;
}

.hero-container h2.tagline-one {
	font-family: "tamarillo-jf",sans-serif;
	font-weight: 400;
	font-size: 72px;
	position: relative;
}

.hero-container h2.tagline-one:before,
.hero-container h2.tagline-one:after {
	background-color: #fff;
	content: "";
	display: inline-block;
	height: 1px;
	position: relative;
	vertical-align: middle;
	width: 6%;
}

.hero-container h2.tagline-one:before {
	right: 0.3em;
	margin-top: -4px;
}

.hero-container h2.tagline-one:after {
	left: 0.3em;
	margin-top: -4px;
}

.hero-container h2.tagline-two {
	margin-bottom: 40px;
	text-transform: uppercase;
}

.hero-container h2.tagline-two:after {
	display: block;
    content: "";
    width: 600px;
    height: 4px;
    background: #ffffff;
    margin: 20px auto 0 auto;
}

/* # Event Slider
--------------------------*/

/* carousel height */
.home .main-carousel {
    height: 50px;
}

.home .flickity-viewport {
	width: 100%;
}

/* cell inherit height from carousel */
.home .carousel-cell {
    height: 100%;
	width: 100%;
}

.carousel-cell.is-selected {
    color: #fff !important;
}

.featured-events-bar {
	background-color: rgba(10,69,83,.85);
	color: #fff;
	float: left;
	padding: 20px 0 0;
	text-align: center;
	width: 100%;
}

.featured-events-bar .line-item {
	display: inline-block;
	padding: 0 20px;
}

.featured-events-bar a.button.line-item {
    background-color:  transparent;
    border: 1px solid #fff;
    padding: 8px 20px;
	font-size: 12px;
	font-size: 1.2rem;
}

.featured-events-bar a.button:after {
	content: "\f105";
	font-family: "FontAwesome";
	font-weight: normal;
	margin-left: 7px;
}

.featured-events-bar h4.line-item {
	border-right: 1px solid rgba(255,255,255,.20);
	border-left: 4px solid rgba(255,255,255,.20);
}

.home .mdwine-newsletter {
	background-color: #fff;
	border-top: none;
	font-size: 17px;
	padding: 100px 0;
	text-align: center;
}

.home .mdwine-newsletter {
	background-color: #fff;
	border-top: none;
	font-size: 17px;
	padding: 100px 0;
	text-align: center;
}

.mdwine-newsletter {
	background: #fff url(images/md-wine-washout.jpg) no-repeat center center;
	border-top: 2px dotted #000;
	float: left;
	clear: both;
	font-size: 17px;
	padding: 60px 0;
	text-align: center;
	width: 100%;
}

.home-newsletter-1.widget-area.one-half.first {
    padding: 75px;
}

.mdwine-newsletter .home-newsletter-1 h3.widgettitle.widget-title {
	color: #b43e24;
    font-size: 30px;
}

.mdwine-newsletter .home-newsletter-1 h3.widgettitle.widget-title:after {
	display: block;
    content: "";
    width: 380px;
    height: 1px;
    background: #000;
    margin: 40px auto;
}

.mdwine-newsletter .home-newsletter-2 h3.widgettitle.widget-title {
	color: #fff;
	font-family: "tamarillo-jf",sans-serif;
	font-size: 72px;
	font-weight: 400;
	margin-top: 30px;
}

.mdwine-newsletter .home-newsletter-2 h3.widgettitle.widget-title:before,
.mdwine-newsletter .home-newsletter-2 h3.widgettitle.widget-title:after {
	background-color: #fff;
	content: "";
	display: inline-block;
	height: 1px;
	position: relative;
	vertical-align: middle;
	width: 14%;
}

.mdwine-newsletter .home-newsletter-2 h3.widgettitle.widget-title:before {
	right: 0.3em;
	margin-top: -4px;
}

.mdwine-newsletter .home-newsletter-2 h3.widgettitle.widget-title:after {
	left: 0.3em;
	margin-top: -4px;
}

.home-newsletter-2.widget-area.one-half {
	background-image: url(images/wine-newsletter-bg-overlay.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 60px 0;
	position: relative;
	min-height: 380px;
}

.home-newsletter-2 .mc4wp-form-fields {
	position: relative;
}

.home-newsletter-2 form#mc4wp-form-1 {
	background: #b43e24;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    width: 100%;
}

.home-newsletter-2 .mc4wp-form-fields label {
	display: none;
}

.home-newsletter-2 form#mc4wp-form-1 input[type="submit"] {
	background-color: #0a4553;
	position: absolute;
    top: 2px;
    right: 3px;
}

.hero-container a.cta-btn-desktop,
.hero-container a.cta-btn-mobile{
	max-width: 200px;
	margin: auto;
}

.hero-container a.cta-btn-desktop{
	display: block;
}

.hero-container a.cta-btn-mobile{
	display: none;
}

@media only screen and (max-width: 760px) {
	.hero-container a.cta-btn-desktop{
		display: none;
	}

	.hero-container a.cta-btn-mobile{
		display: block;
	}	
}

/* # Featured Pages with excerpts sliding up on hover
---------------------------------------------------------------------------------------------------- */

.home-featured,
.top-row,
.bottom-row {
	border-top: 2px solid #fff;
	float: left;
	width: 100%;
}

.home-featured-title {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}

.home-featured .wrap {
	max-width: none;
}

.featured-item {
	overflow: hidden;
	float: left;
	position: relative;
}

.top-row .featured-item {
	border-right: 4px solid #fff;
	width: 33.33%;
}

/*.top-row .featured-item:nth-child(3) {
	border-right: none;
}*/

.bottom-row .featured-item {
	width: 25%;
}

.featured-item a {
	border-bottom: none;
	text-decoration: none;
}

.featured-item img {
}

.featured-item:last-child img {
	border-right: none;
}

.bottom-row img {
	border-top: 1px solid #fff;
}

.featured-item img {
	vertical-align: top;
	/*transition: all 0.3s ease-in-out 0s;*/
}

.featured-item .entry-title {
	position: absolute;
	bottom: 0;
	font-size: 22px;
	color: #fff;
	margin-bottom: 0;
	width: 100%;
	padding: 6px 10px;
	font-weight: normal;
	text-shadow: 2px 2px 2px #000;
	text-align: left;
}

/* Overlay on hover */

.f_overlay {
	opacity: 0;
	background:rgba(0,0,0,0.5);
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 999;
	top: 0;
	left: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.featured-item:hover .f_overlay {
	opacity: 1;
}

.f_read_more {
	font-size: 12px;
	background-color: #b43e24;
	color: #fff;
	line-height: 40px;
	padding: 8px 20px 8px 20px;
}

.f_read_more:after {
	content: "\f3d6";
	font-family: "ionicons";
	margin-left: 7px;
}

.f_read_more:hover {
	background-color: #0a4553;
	color: #ffcb69;
	text-decoration: none;
}

.featured_title_over h2 {
	font-size: 24px;
	color: #fff;
	text-shadow: rgba(0,0,0,.6) 0 0 5px;
	z-index: 1001;
	position: relative;
	margin-bottom: 0;
	/*font-family: 'Open Sans', sans-serif;*/
}

.featured_title_over {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px 20px 20px 20px;
	z-index: 1001;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.featured_title_over h2 a {
	color: #fff;
    font-size: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.featured_title_over h2 a:hover {
	text-decoration: none;
}

.featured_excerpt {
	opacity: 0;
	padding: 5px 20px 0 0;
	position: absolute;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	transition: opacity .3s;
	-o-transition: opacity .3s;
}

.featured_excerpt p {
	font-size: 14px;
	line-height: 22px;
	color: #fff;
	margin: 0 0 5px;
}

.f_title_bg {
	height: 100%;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 0;
	position: absolute;
	content: '';
	pointer-events: none;
	/*background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.9)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );*/
	opacity: .6;
	background-color: #292484;
	background-image: -webkit-linear-gradient(135deg, #220e19, #b43e24);
	background-image: -moz-linear-gradient(135deg, #220e19, #b43e24);
	background-image: -o-linear-gradient(135deg, #220e19, #b43e24);
	background-image: linear-gradient(135deg, #220e19, #b43e24);
}

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

  .featured-item {
		width: 49%;
	}

	.featured_title_over {
		padding: 9px;
	}

	.featured_title_over h2 {
		line-height: 1;
	}
  
}

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

	.featured_title_over {
		padding: 20px;
	}

	.top-row .featured-item,
	.bottom-row .featured-item,
	.top-row .featured-item img,
	.bottom-row .featured-item img {
		border-right: none;
		width: 100%;
	}
	
	.home-featured, .top-row, .bottom-row {
		border-top: none;
	}
	
	.home-featured .featured-item {
		border-top: 2px solid #fff;
	}
	
	.event-title .widget-title {
    	font-size: 26px;
	}

}

/* # Home Welcome
---------------------------------------------------------------------------------------------------- */

.mdwine-content {
	font-size: 17px;
    padding: 60px 0 40px;
	text-align: center;
}

.home-content-1.widget-area.one-half.first {
	position: relative;
}

.home-content-1.widget-area.one-half.first:after {
	content: "\f361";
    font-family: "ionicons";
    color: #fff;
    font-size: 92px;
    position: absolute;
    top: 130px;
    right: -1px;
}

.home-content-1.widget-area.one-half.first  img.entry-image.attachment-page.aligncenter {
	margin-bottom: 0;
}

.home-content-2.widget-area.one-half {
    padding: 75px;
}

.home-content-2 h3.widget-title {
	color: #b43e24;
    font-size: 30px;
}

.home-content-2 h3.widget-title:after {
	display: block;
    content: "";
    width: 380px;
    height: 1px;
    background: #000;
    margin: 40px auto;
}

/* #Home Featured Posts Grid
---------------------------------------------------------------------------------------------------- */

.home-posts {
	float: left;
    clear: both;
	overflow: hidden;
    width: 100%;
}

.home-posts .col {
	width: 33.33333333%;
	float: left;
}

.home-posts .item {
	position: relative;
	padding: 20px;
}

.home-posts .large {
	height: 350px;
}

.home-posts .small {
	height: 175px;
}

.home-posts .item .post-img {
	border: 2px solid #fff;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.5);
	box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.5);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.home-posts .item .post-img:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #220e19;
	background-image: -webkit-linear-gradient(135deg, #220e19, #dc4225);
	background-image: -moz-linear-gradient(135deg, #220e19, #dc4225);
	background-image: -o-linear-gradient(135deg, #220e19, #dc4225);
	background-image: linear-gradient(135deg, #220e19, #dc4225);
	opacity: .6;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition:    all 0.4s ease-in-out;
	-ms-transition:     all 0.4s ease-in-out;
	-o-transition:      all 0.4s ease-in-out;
	transition:         all 0.4s ease-in-out;
}

.home-posts .col:nth-child(1) .item:nth-child(2) .post-img:after {
	background-color: #d38312;
	background-image: -webkit-linear-gradient(135deg, #d38312, #a83279);
	background-image: -moz-linear-gradient(135deg, #d38312, #a83279);
	background-image: -o-linear-gradient(135deg, #d38312, #a83279);
	background-image: linear-gradient(135deg, #d38312, #a83279);
}

.home-posts .col:nth-child(2) .item:nth-child(1) .post-img:after {
	background-color: #002f4b;
	background-image: -webkit-linear-gradient(135deg, #002f4b, #0a4553);
	background-image: -moz-linear-gradient(135deg, #002f4b, #0a4553);
	background-image: -o-linear-gradient(135deg, #002f4b, #0a4553);
	background-image: linear-gradient(135deg, #002f4b, #0a4553);
}

.home-posts .col:nth-child(2) .item:nth-child(2) .post-img:after {
	background-color: #d38312;
	background-image: -webkit-linear-gradient(135deg, #d38312, #002f4b);
	background-image: -moz-linear-gradient(135deg, #d38312, #002f4b);
	background-image: -o-linear-gradient(135deg, #d38312, #002f4b);
	background-image: linear-gradient(135deg, #d38312, #002f4b);
}

.home-posts .col:nth-child(2) .item:nth-child(3) .post-img:after {
	background-color: #220e19;
	background-image: -webkit-linear-gradient(135deg, #220e19, #dc4225);
	background-image: -moz-linear-gradient(135deg, #220e19, #dc4225);
	background-image: -o-linear-gradient(135deg, #220e19, #dc4225);
	background-image: linear-gradient(135deg, #220e19, #dc4225);
}

.home-posts .col:nth-child(3) .item:nth-child(1) .post-img:after {
	background-color: #b43e24;
	background-image: -webkit-linear-gradient(135deg, #b43e24, #a83279);
	background-image: -moz-linear-gradient(135deg, #b43e24, #a83279);
	background-image: -o-linear-gradient(135deg, #b43e24, #a83279);
	background-image: linear-gradient(135deg, #b43e24, #a83279);
}

.home-posts .col:nth-child(3) .item:nth-child(2) .post-img:after {
	background-color: #ffcb69;
	background-image: -webkit-linear-gradient(135deg, #ffcb69, #dc4225);
	background-image: -moz-linear-gradient(135deg, #ffcb69, #dc4225);
	background-image: -o-linear-gradient(135deg, #ffcb69, #dc4225);
	background-image: linear-gradient(135deg, #ffcb69, #dc4225);
}

.home-posts .item:hover .post-img:after {
	opacity: .9;
}

.home-posts .item a:hover {
	text-decoration: none;
}

.home-posts .item h2,
.home-posts .item p {
	position: relative;
	z-index: 10;
	color: #fff;
	margin-top: 0;
}

.home-posts .item h2 {
	font-size: 30px;
	line-height: 1.3em;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	text-transform: uppercase;
	margin-bottom: 2px;
}

.home-posts .item.small h2 {
	font-size: 20px;
}

.p-comment-count {
	float: right;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	background: #95ae20;
	color: #fff;
	padding: 0 5px;
	position: relative;
}

.p-comment-count:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: 0 solid transparent;
	border-top-color: black;
	border-width: 5px 7px 0 0;
	position: absolute;
	top: 100%;
	right: 0;
}

.home-posts a {
	text-decoration: none;
}

p.byline {
	font-size: 12px;
	font-weight: 300;
}

.mwa-events-container {
	background-color: #fff;
	border-top: 2px solid #fff;
	float: left;
	clear:both;
	width: 100%;
}

.mwa-events-container .featured-content .entry {
	background-color: #0a4553;
	float: left;
	margin-bottom: 0;
	padding-bottom: 24px;
	width: 33.33%;
}

.mwa-events-container .featured-content .entry-title {
	margin-bottom: 10px;
	padding-left: 30px;
}

.mwa-events-container .featured-content .entry-title:before {
	content: "\f3f3";
	color: #fff;
	font-family: "ionicons";
	font-weight: normal;
	margin-right: 7px;
}

.mwa-events-container .featured-content .entry-title:after {
	content: "| event";
	color: #ffcb69;
	font-family: "acumin-pro",sans-serif;
	font-weight: normal;
	margin-left: 7px;
	text-transform: uppercase;
}

.mwa-events-container .featured-content .entry-title a {
	color: #fff;
}

p.byline.post-info {
	color: #ffcb69;
	padding-left: 30px;
}

.mwa-events-container img.alignnone, 
.mwa-events-container .alignnone {
	margin-bottom: 10px;
}
 
.mwa-events-container .gs-1,
.mwa-events-container .gs-2,
.mwa-events-container .gs-3 {
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
}



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

	.home-posts .col {
		width: 100%;
	}

}

/* # Home Tabbed Events
---------------------------------------------------------------------------------------------------- */

.event-title {
	background-color: #fff;
	border-top: 2px dotted #000;
	padding: 20px 0;
}

.event-title .widget-title {
	color: #b43e24;
	float: left;
	font-size: 42px;
	letter-spacing: 1px;
	margin-top: 4px;
	margin-bottom: 0;
	text-transform: uppercase;
}

.event-title .button {
	float: right;
	margin-left: 1%;
}

.event-title .button:after {
	content: "\f48a";
	font-family: "ionicons";
	font-weight: normal;
	margin-left: 7px;
}

.home-tabs-container .widget ul > li {
	margin-bottom: 0;
	padding-bottom: 0;
}

/* #Featured Events using tabs
---------------------------------------------------------------------------------------------------- */

.home-tabs {
	/*padding: 100px 0 170px 0;*/
	padding: 40px 0 170px 0;
}

.home-tabs .wrap {
	position: relative;
	padding-top: 60px;
}

.home-tabs .ui-tabs-nav {
	position: absolute;
	top: 0;
	left: 0;
	/*-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: 543px;*/
}

.home-tabs .ui-tabs-nav li {
	display: inline-block;
	margin-right: 10px;
	position: relative;
}

.home-tabs .ui-tabs-nav li:last-child {
	margin-right: 0;
}

.home-tabs .ui-tabs-nav li a {
	background-color: #b43e24;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    padding: 10px 25px;
    font-weight: bold;
    letter-spacing: .08em;
}

.home-tabs .ui-tabs-nav li.ui-tabs-active a {
	background-color: #0a4553;
	color: #ffcb69;
	cursor: default;
}

.home-tabs .ui-tabs-nav li.ui-tabs-active a:after {
	top: 117%;
    left: 50%;
    z-index: 1000;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255,255,255, 0);
    border-bottom-color: #0a4553;
    border-width: 10px;
    margin-left: -10px;
    margin-top: 0;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.home-tabs .ui-tabs-nav li a:hover {
	background-color: #0a4553;
}

.home-tabs .ui-tabs-nav li.ui-tabs-active a:hover {
	background-color: #0a4553;
}

.home-tabs .entry {
	margin-bottom: 0;
	padding: 0;
	position: relative;
}

.home-tabs .entry a img,
.home-popular .wpp-thumbnail {
	vertical-align: top;
	display: block;
}

.home-popular .wpp-thumbnail {
	margin-right: 0;
}

.home-tabs .tab {
	overflow: hidden;
}

.home-tabs .type-tribe_events {
    float: left;
    padding: 5px !important;
	position: relative;
    width: 25%;
}

.home-tabs .home-news {
    border-bottom: none;
    background-color: #fff;
	float: left;
    padding: 20px;
	position: relative;
	margin-left: 2.564102564102564%;
	width: 23.076923076923077%;
	min-height: 465px;
}

.home-tabs .home-news.gs-1 {
	margin-left: 0;
}

.home-tabs .home-news a.more-link {
	color: #000;
	border: 2px dotted #000;
	padding: 8px;
	margin-top: 10px;
	text-align: center;
	display: block;
	text-transform: uppercase;
}

.home-tabs .home-news a.more-link:after {
	content: "\f3d6";
	font-family: "ionicons";
	margin-left: 7px;
}

.home-tabs .home-news a.more-link:hover {
	background-color: #0a4553;
	border: 2px solid #eee;
	color: #fff;
}

.home-tabs .home-news .entry-title {
	margin-bottom: 15px;
}

.home-tabs .tribe-mini-calendar-event {
    border-bottom: none;
    background-color: #fff;
	padding:20px;
}

.home-tabs .home-events-1.widget-area {
    padding-bottom: 20px;
}

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

	.home-tabs .entry {
		float: left;
		width: 31.623931623931625%;
		margin-left: 2.564102564102564%;
		clear: none;
	}

	.home-tabs .entry.first {
		margin-left: 0;
	}

}

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

	.home-tabs .wrap {
		padding-bottom: 0;
	}

	.home-tabs .caption {
		position: static;
	}

	.home-tabs .entry a {
		text-decoration: none;
	}

	.home-popular .wpp-thumbnail {
		float: none;
	}

}

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

	.home-tabs .caption .title {
		font-size: 14px;
	}

}

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

	.home-tabs .ui-tabs-nav li {
		margin-right: 5px;
	}

	.home-tabs .ui-tabs-nav li.ui-tabs-active a:after {
		display: none;
	}

}

.tribe-mini-calendar-event .list-info {
	width: 100%;
}

/*.parallax-section {
	background-attachment: fixed;
	background-position: 0 0;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size:    cover;
	background-size:         cover;
}*/

.home-tabs-container {
	background-image: url(images/md-wine-washout.jpg);
	-webkit-background-size: cover;
	-moz-background-size:    cover;
	background-size:         cover;
	background-position: bottom center;
	position: relative;
}

/* Social media drawer
-----------------------------------------------------------------*/

#top-section {
	display: none;
	position: relative;
	text-align: center;
    width: 100%;
	z-index: 200;
	background: #6e335e;
	overflow: hidden;
}

#top-section .panel {
	background: #6e335e;
	position: relative;
    color: #fff;
	padding: 40px;
	float: left;
	width: 50%;
}

#top-section .panel .widget-title {
    border-bottom: 1px solid rgba(255,255,255,.20);
    color: #fff;
    font-size: 24px;
    padding: 10px;
    text-transform: uppercase;
}

a.show-switch {
	color: #fff;
	text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    border: 2px dotted #fff;
    padding: 10px 30px;
	margin-left: 20px;
    text-transform: uppercase;
}

a.show-switch:after {
	content: "\f48a";
	font-family: "ionicons";
	font-weight: normal;
	margin-left: 7px;
}

a.show-switch:hover {
	color: #d1993c;
	text-shadow: 1px 1px 0px rgba(0,0,0,.35);
}

a.show-switch.off:hover {
	color: #d5a90d;
	text-shadow: 1px 1px 0px rgba(0,0,0,.35);
}

a.show-switch:focus {
	outline: none;
}

#top-section .panel .aptf-single-tweet-wrapper {
    border-bottom: 1px solid rgba(255,255,255,.10);
    /* background: #FFF; */
    clear: both;
    float: left;
    margin-bottom: 20px;
    padding-bottom: 10px;
    width: 100%;
}

#top-section .panel #cff .cff-item {
	 border-bottom: 1px solid rgba(255,255,255,.10);
}

#top-section .panel .aptf-single-tweet-wrapper a {
	color: #fec5ef;
}

#top-section .panel .aptf-single-tweet-wrapper a:hover {
	color: #fff;
}

.cta-link {
	background-image: url(images/social-feed-bg.jpg);
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center center;
    color: #fff;
	display: block;
	font-size: 28px;
    clear: both;
    float: left;
    padding: 60px 0;
	text-align: center;
    width: 100%;
}

.cta-link .highlight-font {
	font-family: "tamarillo-jf",sans-serif;
	font-size: 50px;
	color: #ffcb69;
}

.social-media {
	color: #000;
	float: left;
	font-size: 20px;
	font-weight: 600;
	padding: 20px;
	text-align: center;
	width: 50%;
}

.social-media.facebook-social {
	/*background-color: #3b5998;*/
	background-color: #fff;
    border-bottom: 2px dotted #000;
    border-right: 2px dotted #000;
}

.social-media.facebook-social:before {
	content: "\f230";
	font-family: "ionicons";
	font-weight: normal;
	margin-right: 7px;
}

.social-media.twitter-social {
	/*background-color: #00AFF0;*/
	background-color: #fff;
	border-bottom: 2px dotted #000;
	border-right: 2px dotted #000;
}

.social-media.twitter-social:before {
	content: "\f242";
	font-family: "ionicons";
	font-weight: normal;
	margin-right: 7px;
}

.social-media.instagram-social {
	/*background-color: #d62b8e;*/
	background-color: #fff;
	border-bottom: 2px dotted #000;
}

.social-media.instagram-social:before {
	content: "\f350";
	font-family: "ionicons";
	font-weight: normal;
	margin-right: 7px;
}

/*Facebook*/
.cff-wrapper a,
.sb_instagram_header a{
	color: #00B0ED !important
}

/*.fb_iframe_widget{
	display: none !important;
}*/

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

	#top-section {
		position: static;
	}

}

.affiliate-image .js-box.affiliate-member {
    height: 205px;
    object-fit: contain;
    width: 205px;
}


/* Winery Member Archive
-----------------------------------------------------------------*/

/*
Filterable Winery Members
------------------------ */

.member-page {
	background: transparent;
}

/* Recipes Filter Begin */

#members-filter {
	padding: 0 2%;
    text-align: center;
    margin-bottom: 40px;
}

#members-filter .filter {
	display: inline-block;
	margin-left: 10px;
	margin-bottom: 10px;
	text-transform: uppercase;
	background: rgba(0, 0, 0, 0.3);
	color: #fff;
	padding: 8px 16px;
	cursor: pointer;
	font-size: 1.2rem;
}

#members-filter .filter:first-child {
	margin-left: 0;
}

#members-filter .filter:hover,
#members-filter .filter.active {
	background: #b43e24;
}

/* Winery Members Filter End */

.members-page .entry-title {
	margin-bottom: 40px;
}
.members-page .entry-header .entry-title {
	margin-bottom: 0;
}

#members-list {
	text-align: justify; /* evently space items */
	font-size: 0; /* to collapse white-space between items */
}

#members-list:after { /* to break and justify the last line of elements */
  content: '';
  display: inline-block;
  width: 100%;
}

#members-list .entry,
#members-list .gap {
  display: inline-block;
  width: 20%; /* for 5 columns */
}

#members-list .entry {
	text-align: center;
	display: none;
	padding: 2%;
	vertical-align: top;
	margin-bottom: 0;
}

#members-list .item:before { /* to maintain a consistent aspect ratio */
  content: '';
  display: inline-block;
  padding-top: 60%;
}

#members-list .entry-header {
	margin-bottom: 10px;
}

img.recipe-photo {
	vertical-align: top;
	width: 100%;
}

#members-list .entry-title {
	font-size: 16px;
	text-transform: uppercase;
	margin-top: 16px;
}

#members-list .entry-footer .entry-meta {
	border-top: none;
	padding-top: 0;
}

#members-list .entry-footer .entry-meta a {
	color: #323232;
}

#members-list .entry-title a:hover,
#members-list .entry-footer .entry-meta a:hover {
	color: #2bb7e2;
}

.members-page .site-footer {
	background: #333;
	color: #fff;
}

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

	#members-list .entry,
	#members-list .gap {
		width: 33%;
	}

}

@media only screen and (max-width: 568px) {
	
	#members-list .entry,
	#members-list .gap {
  		width: 50%;
	}

}

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

	#members-list .entry,
	#members-list .gap {
  		width: 100%;
	}

}

.my-page.entry .entry-title {
	font-size: 24px;
	margin-top: 15px;
}

.tax-class_type .content .entry {
	padding: 0;
}

.tax-class_type .content .entry-content {
	padding: 40px;
}

.program-image {
	background-color: rgba(255,255,255,1);
	position: relative;
}

.program-image:hover {
	background-color: rgba(10,69,83,1);
}

.program-image.half-opacity:hover{
	background-color: rgba(10,69,83,0);
}

.program-image img {
	display: block;
    vertical-align: top;
    height: 205px;
    width: 100%;
    object-fit: contain;
}

.program-image ul.wine-trail-terms li{
	font-size: 1.2rem;
}

.locations {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	padding: 40px;
	text-align: center;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition:    all 0.2s ease-in-out;
	-ms-transition:     all 0.2s ease-in-out;
	-o-transition:      all 0.2s ease-in-out;
	transition:         all 0.2s ease-in-out;
	opacity: 0;
	color: #fff;
}

.program-image:hover .locations {
	opacity: 1;
}

.program-image:hover img {
	opacity: 0.1;
}

.program-image.half-opacity:hover img {
	opacity: 1;
}


.locations {
	font-size: 18px;
}

.locations h4 {
	border-bottom: 1px solid #fff;
    padding: 8px;
    font-size: 20px;
    text-transform: uppercase;
}

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

	.program-image {
		background-color: transparent;
	}

	.locations {
		position: static;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
		opacity: 1;
		color: #fff;
		padding: 20px;
		font-size: 15px;
		background-color: #0a4553;
	}
	
	.locations h4 {
		font-size: 18px;
	}

	.program-image:hover img {
		opacity: 1;
	}

	.program-image a {
		text-decoration: none;
	}

}

/* Single Winery Member Template
-----------------------------------------------------------------*/

.winery-featured-image {
    margin-bottom: 20px;
}

.winery-featured-image img {
    background-color: #fff;
    padding: 20px;
    width: 200px;
    object-fit: contain;
}

nav.winery-nav-menu {
    display: block;
    float: left;
    text-align: center;
    width: 100%;
}

.winery-nav-menu li.menu-item-winery a {
	color: #fff;
	font-size: 16px;
    font-size: 1.6rem;
	font-weight: 600;
    text-decoration: none;
	text-transform: uppercase;
    padding: 15px;
	outline: 0;
    overflow:hidden;
    background: none;
    position: relative;
    z-index: 1;
    cursor: pointer;
    transition:         0.08s ease-in;
    -o-transition:      0.08s ease-in;
    -ms-transition:     0.08s ease-in;
    -moz-transition:    0.08s ease-in;
    -webkit-transition: 0.08s ease-in;
}

.winery-nav-menu .fill:hover {
	color: #fff;
} 

.winery-nav-menu .fill:before {
    content: "";
    position: absolute;
    background: rgba(180,62,36,.70);
    bottom: 0;
    left: 0;
    right: 0;
    top: 100%;
    z-index: -1;
    -webkit-transition: top 0.09s ease-in;
}

.winery-nav-menu .fill:hover:before {
    top: 0;
}

.winery-nav-menu li.menu-item-winery {
	background-color: #b43e24;
    display: inline-block;
    margin-bottom: 0;
    padding-bottom: 0;
    text-align: left;
    overflow: hidden;
    position: relative;
    padding: 15px;
}

.winery-nav-menu li.menu-item-winery:hover {
	background-color: #0a4553;
}

.winery-nav-menu li.menu-item-winery.phone a:before {
	content: "\f4b8";
	font-family: "ionicons";
	font-weight: normal;
	margin-right: 7px;
}

.winery-nav-menu li.menu-item-winery.website a:before {
	content: "\f38c";
	font-family: "ionicons";
	font-weight: normal;
	margin-right: 7px;
}

.winery-nav-menu li.menu-item-winery.map a:before {
	content: "\f455";
	font-family: "ionicons";
	font-weight: normal;
	margin-right: 7px;
}

.winery-nav-menu li.menu-item-winery.wines a:before {
	content: "\f4d0";
	font-family: "ionicons";
	font-weight: normal;
	margin-right: 7px;
}

.single-my-page .activity-bar {
	background-color: #0a4553;
	border-bottom: 1px solid rgba(255,255,255,.20);
	color: #fff;
	padding: 10px 0;
}

.single-my-page .activity-bar span {
	color: #ffcb69;
	font-family: "minion-pro-display",serif;
	font-size: 24px;
	font-weight: 600;
}

.single-my-page .activity-bar i.icon {
	color: #fff;
	border-right: 1px solid #0f505f;
	font-weight: normal;
	padding: 0 20px;
	font-size: 24px;
}

.single-my-page .activity-bar li.menu-item {
	display: inline-block;
	font-size: 20px;
	padding: 0 15px;
}

.single-my-page .activity-bar li.menu-item a {
	color: #fff;
}

.single-my-page .activity-bar i.icon:hover,
.single-my-page .activity-bar li.menu-item a:hover {
	color: #ffcb69;
}

.single-my-page .activity-bar .acf-activity-icons {
    float: left;
}

.single-my-page .activity-bar .acf-activity-social {
	float: right;
}

.single-my-page .activity-bar span.icon-barell,
.single-my-page .activity-bar span.icon-grapes,
.single-my-page .activity-bar span.icon-table,
.single-my-page .activity-bar span.icon-vip,
.single-my-page .activity-bar span.icon-gazebo,
.single-my-page .activity-bar i.fa-gift{
	color:#FFF !important;
	font-weight:normal !important;
	padding:7px 20px;
	border-right: 1px solid #0f505f;
}

.single-my-page .activity-bar i.fa-gift{
	font-size:2.4rem;	
}

.single-my-page .activity-bar span.icon-barell:hover,
.single-my-page .activity-bar span.icon-grapes:hover,
.single-my-page .activity-bar span.icon-table:hover,
.single-my-page .activity-bar span.icon-vip:hover,
.single-my-page .activity-bar span.icon-gazebo:hover{
	color:#ffcb69 !important;	
}

/* Posts */
h3.my-page-post-title{
	text-transform: capitalize;
    max-width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

h3.my-page-post-title span{
    font-size: 1.3rem;
    position: absolute;
    float: right;
    color: #FFF;
    background: #0A4553;
    padding: 8px;
    right: 0;
}

h3.my-page-post-title span i{
	padding-right: 4px;
}

/* Events */
a.more-post-link.events{
    background-color: #b43e24;
    color: #fff;
    font-size: 1.3rem;
    padding: 10px 15px;	
	display: block;
	text-align: center;
	margin-top: 8px;
}

a.more-post-link.events:hover{
	background-color: #0a4553;
}

.project-related__block li a{
	text-transform: capitalize;
}

img.my-page-post-img{
	object-fit: cover;
	width: 100%;
	height: 175px;
}

.events-container.wrap ul.bulletless-list li{
	display: inline-block;
	width: 31.3%;
	margin: 1%;
}

@media only screen and (max-width: 1023px) {
  
	.events-container.wrap ul.bulletless-list li{
		width: 47.3%;
	}
    
}

@media only screen and (max-width: 760px) {
  
	.events-container.wrap ul.bulletless-list li{
		width: 100%;
		margin: 1% 0;
	}
    
}


/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #257284;
	font-size: 16px !important;
    color: #fff !important;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;

    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 1s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #257284 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.single-my-page .winery-intro {
    background-image: url(images/winery-intro-bg.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.single-my-page .color-section-bg {
	background: -webkit-linear-gradient(right, #E7E4DF 50%, transparent 50%);
    background: -o-linear-gradient(right, #E7E4DF 50%, transparent 50%);
    background: -moz-linear-gradient(right, #E7E4DF 50%, transparent 50%);
    background: linear-gradient(to right, #E7E4DF 50%, transparent 50%);
	padding: 40px 0 20px;
}

.single-my-page .about-content.one-half.first {
    padding: 0 40px 0 0;
}

.single-my-page .winery-hours.one-half {
	color: #fff;
	padding: 0 0 0 40px;
}

.single-my-page .hours-wrap {
	border-bottom: 1px dotted rgba(255,255,255,.30);
    display: block;
    float: left;
    padding: 4px 0;
    width: 100%;
}

.single-my-page .winery-intro .widget-title {
	color: #b43e24;
    font-size: 36px;
}

.single-my-page .winery-hours.one-half .widget-title {
    color: #fff;
    font-size: 36px;
}

.single-my-page .winery-hours.one-half .widget-title:before {
	content: "\f26e";
	font-family: "ionicons";
	 font-size: 30px;
	font-weight: normal;
	margin-right: 7px;
}

.single-my-page .member-posts.two-thirds.first,
.single-my-page .member-posts.two-thirds.first h2 {
	position: relative;
}

.single-my-page .member-posts.two-thirds.first h2,
.single-my-page .events-container.one-third h2 {
	margin-bottom: 30px;
    font-size: 24px;
    font-size: 2.4rem;
    text-transform: uppercase;
}

.single-my-page .member-posts.two-thirds.first h2:after {
	background-color: #eee;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 70%;
}

.single-my-page .member-posts.two-thirds.first h2:after {
	left: 0.5em;
	margin-top: -4px;
}

.single-my-page .post-container {
    margin-bottom: 40px;
    padding-bottom: 10px;
    border-bottom: 2px dotted #000;
}

.single-my-page .member-posts.two-thirds.first a.more-post-link {
	background-color: #b43e24;
    color: #fff;
    font-size: 13px;
    padding: 10px 15px;
    position: absolute;
    right: 0;
    top: -6px;
}

.single-my-page a.more-link {
	background-color: #b43e24;
    color: #fff;
    font-size: 13px;
    padding: 10px 15px;
    display: block;
    margin-top: 20px;
    text-align: center;
    width: 106px;
}

.single-my-page .member-posts.two-thirds.first a.more-post-link:hover,
.single-my-page a.more-link:hover {
	background-color: #0a4553;
}

.single-my-page .events-container.one-third {
    padding: 0 0 0 40px;
	border-left: 2px dotted;
}

.single-my-page .member-posts .one-third.first img {
    border: 1px solid #eee;
    padding: 5px;
}

.single-my-page .member-gallery-map {
	background: #fff;
	border-top: 2px dotted #000;
	padding: 80px 0 20px;
	position: relative;
}

.single-my-page .member-gallery-map .wrap {
	position: relative;
}

.single-my-page .member-gallery-map .headline-container span {
    background-color: #fff;
    border: 2px dotted #000;
    color: #000;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
    font-family: "minion-pro-display",serif;
    width: 300px;
    padding: 10px 0;
    position: absolute;
    top: -113px;
    left: 50%;
    margin-left: -150px;
    text-align: center;
    text-transform: uppercase;
}

.single-my-page .member-gallery-map .widget-title {
	font-size: 30px;
}

.single-my-page .acf-map {
	width: 100%;
	height: 335px;
	padding: 5px;
	border: 1px solid #eee;
	max-width: 100%;
}

/* fixes potential theme css conflict */
.single-my-page .acf-map img {
   max-width: inherit !important;
}

.single-my-page .site-inner {
	padding: 40px 0 80px;
}

.single-my-page ul.bulletless-list li a {
	font-size: 20px;
	font-weight: 600;
}

.single-my-page span.side-events.entry-meta {
    display: block;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    padding-bottom: 10px;
    width: 100%;
}

.single-my-page span.side-events.entry-meta:before {
	content: "\f3f3";
	font-family: "ionicons";
	margin-right: 7px;
}

.single-my-page .wine-map-info-container{
	display:none; /*Hide content that is used for Maps page. This is then hidden by goolg eusing <!--googleoff: index--> attribute */
}

.single-my-page .wp-caption-text {
	display: none;
}

/* ## Member Wine List
--------------------------------------------- */

.wine-card .archive-description {
	text-align: center;
}

.wine-card .site-inner .entry {
	background-color: #fff;
	padding: 30px;
	box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
}

.wine-card .site-inner .entry-content-wrap {
	background: url(images/halftone.png) repeat;
	padding: 20px 30px 80px;
	position: relative;
}

.wine-card .site-inner .entry-content-wrap p {
	margin: 0 0 18px;
}

.wine-card .entry .entry-title a {
	color: #b43e24;
	font-size: 28px;
	font-size: 2.8rem;
}

.wine-card .entry .entry-title a:after {
    border-bottom: 2px solid #d09a02;
    content: "";
    display: block;
    padding-bottom: 20px;
    width: 5%;
}

.wine-card .wine-categories {
	font-family: "minion-pro-display",serif;
	font-style: italic;
	color: #d09a02;
	font-weight: 600;
    border-top: 1px solid #e0d6bd;
    padding-top: 16px;
}

.wine-card .wine-categories li {
	display: inline-block;
	margin-right: 4px;
}

.wine-card .md-bottle {
	background-color: #fff;
    padding: 5px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.wine-card .md-bottle .icon-whitewine {
	display: block;
	background:#fff url(images/white-wine-icon.svg) no-repeat center 50%;
	width: 60px;
	height: 76px;
}

.wine-card .md-bottle .icon-whiteblendwine {
	display: block;
	background:#fff url(images/whiteblend-wine-icon.svg) no-repeat center 50%;
	width: 60px;
	height: 76px;
}

.wine-card .md-bottle .icon-rosewine {
	display: block;
	background:#fff url(images/rose-wine-icon.svg) no-repeat center 50%;
	width: 60px;
	height: 76px;
}

.wine-card .md-bottle .icon-redwine {
	display: block;
	background:#fff url(images/red-wine-icon.svg) no-repeat center 50%;
	width: 60px;
	height: 76px;
}

.wine-card .md-bottle .icon-redblendwine {
	display: block;
	background:#fff url(images/redblend-wine-icon.svg) no-repeat center 50%;
	width: 60px;
	height: 76px;
}

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

.entry {
	background-color: #fff;
	margin-bottom: 40px;
}

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

.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: #eee;
}

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

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

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

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	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 a {
	background-color: #fff;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination a:hover,
.archive-pagination a:focus,
.archive-pagination .active a {
	background-color: #b43e24;
	color: #fff;
}

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

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

.comment-respond,
.entry-pings {
	padding: 60px 60px 32px;
}

.entry-comments {
	padding: 60px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

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

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

.comment-header p {
	margin-bottom: 0;
}

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


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

.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
}

.sidebar h3.widgettitle.widget-title {
	color: #6E335E;
	font-size: 24px;
	font-size: 2.4rem;
}

.sidebar .widget {
	background-color: #fff;
	padding: 40px;
}

.sidebar section.widget.cta-wine-map {
    background-image: url(images/map-pattern.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	font-size: 14px;
	padding-bottom: 80px;
	position: relative;
	margin: 10px;
	text-align: center;
}

.sidebar section.widget.cta-wine-map .widget-wrap {
    border: 1px solid rgba(255,255,255,.30);
    padding: 20px 10px;
}

.sidebar section.widget.cta-wine-map .widget-title {
	color: #ffcb69;
	font-size: 28px;
	font-size: 2.8rem;
}

.sidebar section.widget.cta-wine-map a.button {
	background: #6E335E;
	position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.sidebar section.widget.cta-wine-map a.button:before {
	content: "\f37c";
	font-family: "ionicons";
	font-weight: normal;
	margin-right: 7px;
}

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

.footer-widgets {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	clear: both;
	padding: 60px 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 380px;
}

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

.footer-widgets-1 img {
	margin-bottom: 0;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}

.footer-widgets .widget-title {
	color: #b43e24;
	font-size: 22px;
}

.footer-widgets p {
    margin: 0 0 5px;
}

.footer-widgets .button {
    display: inline-block;
    margin-top: 10px;
}

.footer-widgets p.email:before {
	content: "\f132";
    color: #b43e24;
    font-family: "ionicons";
    font-size: 21px;
    margin-right: 7px;
    vertical-align: middle;
}

.footer-widgets p.phone:before {
	content: "\f3a2";
    color: #b43e24;
    font-family: "ionicons";
    font-size: 21px;
    margin-right: 7px;
    vertical-align: middle;
}

.footer-widgets p.fax:before {
	content: "\f38c";
    color: #b43e24;
    font-family: "ionicons";
    font-size: 21px;
    margin-right: 7px;
    vertical-align: middle;
}

.footer-widgets p.toll-free:before {
	content: "\f4b9";
    color: #b43e24;
    font-family: "ionicons";
    font-size: 21px;
    margin-right: 7px;
    vertical-align: middle;
}

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

.site-footer {
	background-color: #fff;
	border-top: 2px dotted #000;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	padding: 60px 0;
	position: relative;
	z-index: 888;
}

.site-footer .wrap {
	position: relative;
}

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

a.gototop {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: absolute;
    top: -81px;
    left: 50%;
    margin-left: -20px;
    text-indent: 100%;
    white-space: nowrap;
    border: 2px dotted #000;
    background: #fff url(images/to-top-black.png) no-repeat center 50%;
	background-size: 20px;
}

.nav-footer .widget {
    float: right;
	margin-bottom: 0;
}

#nav_menu-3 li {
	border-right: 2px dotted #000;
	display: inline-block;
	padding: 0 20px;
	margin-bottom: 0;
}

/*
Sliding down overlay with winery member login
------------------------------------------------------------- */

body .overlay {
	background: rgba(34,14,25,0.9);
}

body .overlay .overlay-close {
	background-image: url(images/cross.png);
}

.admin-bar .overlay .overlay-close {
	margin-top: 32px;
}

.overlay .login-form-holder {
	color: #fff;
	text-align: center;
	position: relative;
	top: 50%;
	/*height: 60%;*/
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 300px;
	max-width: 100%;
	margin: 0 auto;
}

.overlay .login-form-holder span {
	color: #ffcb69;
	display: block;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}

a#trigger-overlay.button:after {
	content: "\f39c";
	font-family: "ionicons";
	font-weight: normal;
	margin-left: 7px;
}

/* CSS Flipping Animation
------------------------------------------------------ */

.home-featured-posts {
	margin-top: 40px;
}

/* entire container, keeps perspective */
.flip-container {
	perspective: 1000;
	transform-style: preserve-3d;
	border: 8px solid #fff;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
	overflow: hidden;
}
	
/*flip the pane when hovered */
.flip-container:hover .back {
	transform: rotateY(0deg);
}

.flip-container:hover .front {
	transform: rotateY(180deg);
}

.flip-container, .front, .back {
	height: 300px;
}

/* flip speed goes here */
.flipper {
	transition: 0.6s;
	transform-style: preserve-3d;
	position: relative;
}
	
.flipper .info {
	padding: 20px;
}
	
.flipper .info h3 {
	margin-bottom: 10px;
}
	
.flipper .info p {
	margin-bottom: 0;
}
	
.flipper a.button {
	margin-top: 20px;
	padding: 10px 30px;
	font-size: 14px;
}

/* hide back of pane during swap */
.front, .back {
	backface-visibility: hidden;
	transition: 0.6s;
	transform-style: preserve-3d;
	position: absolute;
	top: 0;
	left: 0;
}

.front {
	z-index: 2;
	transform: rotateY(0deg);
	width: 100% !important;
}
	
.front img {
	width: 100%;
}

.back {
	transform: rotateY(-180deg);
	background-color: #fff;
}

.vertical.flip-container {
	position: relative;
}

.vertical .back {
	transform: rotateX(180deg);
}

.vertical.flip-container:hover .back {
	transform: rotateX(0deg);
}

.vertical.flip-container:hover .front {
	transform: rotateX(180deg);
}

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

	.flipper .info h3 {
		font-size: 20px;
	}
	
	.flipper .info p {
		font-size: 15px;
	}

}

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

	.flip-container {
		margin-bottom: 40px;
		box-shadow: none;
	}

}

/* Custom Post Grid for Categories
----------------------------------------------------- */

body.category {
	background-color: transparent;
}

.archive-heading {
	background-color: #6e335e;
	border-bottom: 1px solid rgba(255,255,255,.30);
	text-align: center;
}

.category .archive-description {
	color: #fff;
	padding: 40px 200px 10px;
	margin-bottom: 0;
}

.category .archive-title {
	font-size: 40px;
	text-transform: uppercase;
	color: #fff;
}

.top-level-categories {
	background-color: #6e335e;
	padding: 20px 0 30px;
	text-align: center;
}

.top-level-categories li,
.top-level-categories li a {
	display: inline-block;
}

.top-level-categories li {
	margin-right: 14px;
	margin-bottom: 14px;
}

.top-level-categories li a {
	text-decoration: none;
	text-transform: uppercase;
	background-color: #fff;
	color: #26244f;
	padding: 7px 14px;
	letter-spacing: -1px;
}

.top-level-categories li.current-cat a,
.top-level-categories li a:hover {
	background-color: transparent;
	border: 2px solid #fff;
	color: #fff;
}

.latest-post {
	background-color: #fff;
	border-bottom: 2px dotted #000;
	padding-top: 20px;
}

.latest-post .entry-title {
	font-size: 34px;
}

.latest-post .entry {
	background-color: transparent;
	padding: 40px 0;
	margin-bottom: 0;
}

.latest-post a {
	text-decoration: none;
}

.latest-post .more-link {
	display: table;
	border: 2px solid #b43e24;
	padding: 10px 50px 10px 10px;
	margin-top: 20px;
	text-transform: uppercase;
	line-height: 1;
	letter-spacing: -1px;
	position: relative;
}

.latest-post .more-link:after {
	content: "\f105";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	padding: 10px 16px;
	background-color: #b43e24;
	color: #fff;
	position: absolute;
	right: 0;
	top: 0;
}

.latest-post .entry-time {
	background-color: #fff;
	padding: 5px 10px;
	color: #26244f;
}

.entry-categories a {
	color: #26244f;
}

.latest-post .entry-categories a {
	color: #B85333;
	font-size: 20px;
}

.category .content {
	float: none;
	width: auto;
}

.category-news .site-inner {
	padding-bottom: 30px;
}

.category .content .entry {
	float: left;
	width: 23.828125%;
	margin-left: 1.5625%;
	margin-bottom: 1.5625%;
	padding: 0 0 30px 0;
	position: relative;
	background-color: #f4f3f1;
	min-height: 440px;
}

.category .content .entry:nth-of-type(4n+1) {
	margin-left: 0;
	clear: left;
}

.category .content .entry .entry-time {
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(110,51,94,0.8);
    padding: 5px 15px;
    color: #fff;
}

.category .content .entry .category-post-image {
	overflow: hidden;
}

.category .content .entry img.alignright {
	margin-left: 0;
	margin-bottom: 0;
}

.category .content .entry .entry-header .entry-meta {
	margin-bottom: 10px;
}

.category .content .entry .entry-title {
	font-size: 18px;
	text-transform: uppercase;
}

.category .content .entry a {
	text-decoration: none;
}

.category .content .entry .entry-title a {
	color: #b43e24;
}

.category .content .entry .entry-content {
	line-height: 1.3;
	font-size: 16px;
}

.category .content .entry .entry-categories,
.category .content .entry .entry-title,
.category .content .entry .entry-content {
	padding-left: 22px;
	padding-right: 22px;
}

.category .content .entry .entry-categories {
	font-size: 12px;
}

.category .archive-pagination {
	text-align: center;
}

.category .archive-description p:last-child {
	margin-bottom: 24px;
}

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

	.latest-post .category-post-image img {
		width: 50%;
	}

	.category .content .entry {
		float: left;
		width: 48.9583333333%;
		margin-left: 2.0833333333%;
		margin-bottom: 2.0833333333%;
	}

	.category .content .entry:nth-of-type(4n+1) {
		margin-left: 2.0833333333%;
		clear: none;
	}

	.category .content .entry:nth-of-type(2n+1) {
		margin-left: 0;
		clear: left;
	}

}

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

	.latest-post .category-post-image img {
		float: none;
		width: auto;
		margin-left: 0;
	}

}

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

	.category .content .entry {
		float: none;
		width: 100%;
		margin-left: 0%;
		margin-bottom: 16px;
	}

	.category .content .entry:nth-of-type(4n+1) {
		margin-left: 0;
	}

	.category .content .entry:nth-of-type(2n+1) {
		clear: none;
	}

}

/* Custom template for MWA featured events on archive page
-------------------------------------------------------------- */

.archive .mwa-events-featured {
	display: none;
}

.mwa-events-featured {
	float: left;
	clear: both;
	background-color: #fff;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	width: 100%;
}

.mwa-events-featured h1 {
	background-image: url(images/social-feed-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
	color: #fff;
	margin-bottom: 0;
	font-size: 22px;
	font-size: 2.2rem;
	padding: 20px 0;
	text-align: center;
	text-transform: uppercase;
}

.featured-event-item {
	overflow: hidden;
	float: left;
	width: 25%;
	position: relative;
	background-color: #000;
}

.featured-event-item img {
 	display: block;
    object-fit: cover;
    height: 300px;
	vertical-align: top;
	transition: all 0.3s ease-in-out 0s;
	width: 100%;
}

.featured-event-item img:hover {
	opacity: 0.6;
}

.featured-event-item .entry-title {
	position: absolute;
	bottom: 0;
	font-size: 16px;
	background: rgba(180,62,36,0.9);
	color: #fff;
	margin-bottom: 0;
	width: 100%;
	padding: 6px 10px;
	font-weight: bold;
}

.featured-event-item{
	border-right: dotted 1px #e9e9e9;
}

.mwa-events-featured .featured-event-item:nth-child(5) {  
	border-right: none!important;
}

.featured-event-item img.featured-event-item-image,
.featured-event-item span.js-box{
	height: 318px;
	width: 100%;
}

.featured-event-item img.featured-event-item-image{
	object-fit: contain;
}

.featured-event-item a.featured-event-item-link{
    background: #FFF;
    position: relative;
    overflow: hidden;
    display: block;
}

.featured-event-item h2.entry-title{
	
}

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

	.featured-event-item {
		width: 50%;
	}

}

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

	.featured-event-item {
		width: 100%;
	}

}

/* Custom template for Wine Trails archive
-------------------------------------------------------------- */

.mdwine-trail .archive-description {
	padding: 0;
	text-align: center;
}

.mdwine-trail .site-inner a.button:before {
	content: "\f203";
    font-family: "ionicons";
    font-size: 40px;
    font-weight: normal;
    margin-right: 7px;
    vertical-align: middle;
}

.mdwine-trail .site-inner a.button {
	text-transform: uppercase;
}

.thumbnail-grid {
	background-color: #fff;
}

.thumbnail-grid .wrap {
	max-width: 1400px;
	padding: 40px 0;
}

.thumbnail-grid .widget-title {
	text-align: center;
	font-size: 30px;
}

.og-grid {
	list-style: none;
	padding: 20px 0;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}

.widget .og-grid li {
	display: inline-block;
	margin: 10px 5px 0 5px;
	vertical-align: top;
	height: 250px;
	padding-bottom: 0;
}

.og-grid li > a,
.og-grid li > a img {
	border: none;
	outline: none;
	display: block;
	position: relative;
}

.og-grid li > a img:hover {
	opacity: .8;
}

.og-grid li.og-expanded > a::after {
	top: auto;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: #fff;
	border-width: 15px;
	left: 50%;
	margin: -30px 0 0 -15px;
}

.og-expander {
	background-image: url(images/md-wine-washout.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
	position: absolute;
	top: auto;
	left: 0;
	width: 100%;
	margin-top: 10px;
	text-align: left;
	height: 0;
	overflow: hidden;
}

.og-expander-inner {
	padding: 50px 230px;
	height: 100%;
}

.og-close {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 20px;
	right: 20px;
	cursor: pointer;
}

.og-close::before,
.og-close::after {
	content: '';
	position: absolute;
	width: 100%;
	top: 50%;
	height: 1px;
	background: #888;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

.og-close::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.og-close:hover::before,
.og-close:hover::after {
	background: #333;
}

.og-fullimg,
.og-details {
	width: 100%;
	float: left;
	height: 100%;
	overflow: hidden;
	position: relative;
	text-align: center;
}

.og-details {
	padding: 0 40px 0 20px;
}

.og-fullimg {
	display: none;
	text-align: center;
}

.og-fullimg img {
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
}

.og-details h3 {
	color: #b43e24;
	font-weight: 300;
	font-size: 52px;
	padding: 40px 0 10px;
	margin-bottom: 10px;
}

.og-details p {
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	/*color: #999;*/
}

.og-details a {
	font-weight: 700;
	font-size: 16px;
	color: #333;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 10px 20px;
	border: 3px solid #333;
	display: none !important;
	margin: 30px 0 0;
	outline: none;
	text-decoration: none;
}

.og-details a::before {
	content: '\2192';
	display: inline-block;
	margin-right: 10px;
}

.og-details a:hover {
	border-color: #999;
	color: #999;
}

.og-loading {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #ddd;
	box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ccc;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	-webkit-animation: loader 0.5s infinite ease-in-out both;
	-moz-animation: loader 0.5s infinite ease-in-out both;
	animation: loader 0.5s infinite ease-in-out both;
}

@-webkit-keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

@-moz-keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

@keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

.home .pagination {
	padding: 0 40px;
}

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

	.og-expander h3 { font-size: 32px; }
	.og-expander p { font-size: 13px; }
	.og-expander a { font-size: 12px; }

}

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

	.og-fullimg { display: none; }
	.og-details { float: none; width: 100%; }

}

span.category-title {
	display: block;
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: 700;
	margin-bottom: 24px;
}

h3.question {
	color: #b43e24;
}

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

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

	.wrap {
		max-width: 1140px;
	}

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

	.content {
		width: 800px;
	}
	
	.genesis-nav-menu.header-menu {
		width: 1000px;
	}

	.genesis-nav-menu.header-menu ul li a {
                font-size: 1.7rem;
	}
	
	.site-container .genesis-nav-menu a {
		padding: 32px 22px;
	}
	
	.nav-secondary .genesis-nav-menu a {
		padding: 32px 35px;
	}
	
	.home-content-2 h2.entry-title {
		font-size: 28px;
	}
	
	.home-content-2.widget-area.one-half {
    	padding: 45px;
	}
	
	.home-content-1.widget-area.one-half.first:after {
		top: 107px;
	}
	
	.tribe-events-duration {
		font-size: 13px;
	}

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

	.sidebar-primary {
		width: 300px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 340px;
	}

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

}


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

	.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 {
		width: 620px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}
	
	.featured-events-bar {
		padding: 20px;
	}
	
	.featured-events-bar .wrap {
		padding: 0;
		max-width: 100%;
	}
	
	.genesis-nav-menu.header-menu {
    	width: 806px;
	}
	
	.site-container .genesis-nav-menu a {
    	padding: 32px 15px;
	}
	
	.nav-secondary .genesis-nav-menu a {
    	padding: 32px 20px;
	}
	
	.nav-secondary .genesis-nav-menu li.menu-item.featured-btns {
		margin-left: 0;
	}
	
	.featured_excerpt p {
		font-size: 12px;
	}
	
	.featured_title_over h2 a {
		font-size: 24px;
	}
	
	.home-content-2 h2.entry-title,
	.mdwine-newsletter .home-newsletter-1 h3.widgettitle.widget-title {
		font-size: 24px;
	}
	
	.home-content-2.widget-area.one-half {
    	padding: 10px 20px 20px;
	}
	
	.home-content-1.widget-area.one-half.first:after {
    	top: 25%;
	}
	
	.home-newsletter-1.widget-area.one-half.first {
    	padding: 60px;
	}
	
	.mdwine-newsletter .home-newsletter-2 h3.widgettitle.widget-title {
		font-size: 60px;
		margin-top: 38px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 300px;
	}

	.footer-widgets-1 {
		margin-right: 30px;
	}
	
	h3.my-page-post-title{
		width:75%;
	}
	
	.home-posts .item.small h2{
		font-size: 2vmin;
	}

}

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

	.wrap {
		max-width: 800px;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.js .genesis-nav-menu .sub-menu a,
	.js .genesis-nav-menu .sub-menu, 
	.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 {
		width: 100%;
	}
	
	.home .main-carousel {
    	height: 110px;
	}
	
	.featured-events-bar a.button.line-item {
		display: block;
		margin: 0 auto;
		text-align: center;
		width: 150px;
	}
	
	.home .site-header {
		border-bottom: none;
	}
	
	.site-header {
		border-bottom: 2px dotted #000;
	}
	
	.responsive-menu-icon {
		display: block;
	}
	
	.site-header .header-widget-area,
	.header-widget-area .widget.widget_nav_menu {
		float: none;
	}

	.site-header .header-widget-area {
		clear: both;
	}

	.site-header .wrap {
		padding-left: 5%;
		padding-right: 5%;
		max-width: 100%;
	}
	
	#c7wp-cart-box {
		position: absolute;
		top: 40px !important;
		right: 165px !important;
		left: auto;
		bottom: auto;
	}

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

	.site-description,
	.site-header .title-area,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}

	.site-header .search-form {
		margin: 16px auto;
	}
	
	.hero-container .wrap {
    	padding: 80px 0 120px 0;
	}
	
	.hero-container h2.tagline-one {
		font-size: 60px;
	}
	
	.home-content-2.widget-area.one-half {
		padding: 0;
		margin: 0;
		width: 100%;
	}
	
	.mdwine-content {
		padding: 20px 0;
	}
	
	.event-title .widget-title {
		font-size: 36px;
		margin-top: 6px;
	}
	
	.mdwine-content {
		padding: 20px 0 30px 0;
	}
	
	.event-title .widget-title {
		font-size: 36px;
		margin-top: 6px;
	}
	
	.home-newsletter-1.widget-area.one-half.first {
		padding: 0;
		width: 100%;
	}
	
	.home .mdwine-newsletter {
		padding: 60px;
	}
	
	.home-tabs .ui-tabs-nav li a,
	.home-tabs-container p.tribe-events-widget-link a {
		font-size: 15px;
	}
	
	.home-tabs .ui-tabs-nav {
		width: 488px;
	}
	
	.home-tabs .home-news {
		border-bottom: none;
		background-color: #fff;
		float: left;
		padding: 20px;
		position: relative;
		margin-left: 2.564102564102564%;
		margin-bottom: 2.564102564102564%;
		width: 48.717948717948715%;
		min-height: 465px;
	}
	
	.home-tabs .home-news.gs-3 {
		margin-left: 0;
		clear: both;
	}
	
	.home-newsletter-1.widget-area.one-half.first {
		padding: 0;
		width: 100%;
	}
	
	.home-newsletter-2.widget-area.one-half {
		margin: 40px 0 0;
		width: 100%;
	}
	
	.cta-link {
		font-size: 24px;
	}
	
	.nav-secondary,
	.genesis-nav-menu.header-menu,
	.nav-primary,
	#search-btn,
	.home-content-1.widget-area.one-half.first {
		display: none;
	}
	
	.single-my-page .activity-bar {
		background-color: #0a4553;
		color: #fff;
		padding: 10px 0;
	}
	
	.single-my-page .activity-bar .acf-activity-icons,
	.single-my-page .activity-bar .acf-activity-social { 
		float: none;
		display: block;
		text-align:center;
		width: 100%;
	}
	
	.single-my-page .activity-bar .acf-activity-social {
		border-top: 1px solid #0f505f;
		margin-top: 10px;
		padding-top: 10px;
	}
	
	.winery-nav-menu li.menu-item-winery {
		padding: 15px;
	}
	
	.winery-nav-menu li.menu-item-winery a {
		font-size: 16px;
	}
	
	.about-content.two-thirds.first {
		width: 100%;
	}
	
	.entry-header-wrapper {
		border-top: none;
	}
	
	.single-my-page #genesis-content {
    	display: none;
	}
	
	.single-my-page .member-gallery-map .headline-container {
		top: -95px;
	}
	
	.single-my-page .winery-hours.one-third {
		margin: 20px 0 0;
		width: 100%;
	}
	
	.single-my-page .winery-hours.one-third .one-third.first {
		margin-left: 0;
	}
	
	.single-my-page .winery-hours.one-third .one-third {
		float: left;
		margin-left: 2.564102564102564%;
		width: 31.623931623931625%;
	}
	
	.single-my-page .about-content.two-thirds.first {
		padding: 0;
	}
	
	.footer-widgets-1,
	.footer-widgets-2 {
		float: left;
		width: 50%;
	}
	
	.footer-widgets-3 {
		width: 100%;
	}

	.footer-widgets-1,
	.footer-widgets-2 {
		margin: 0 auto 40px;
	}

	.member-posts.two-thirds.first,
	.events-container.one-third{
		width: 100%;
		margin: 0 0 24px 0;
	}
	
	.single-my-page .events-container.one-third{
		border: none;
		padding: 0;
	}
	
	.event-title .button{
		font-size: 1.0rem;
	}
}

@media only screen and (max-width: 860px) {
	
	.site-inner {
		padding: 5% 5% 20px;
	}
	
	.single-my-page .site-inner {
		padding: 40px 5% 120px;
	}

	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}
	
	.home .site-inner .wrap {
		padding-left: 5%;
		padding-right: 5%;
	}
	
	.site-inner .wrap {
		padding-left: 0;
		padding-right: 0;
	}
	
	.home-featured .wrap {
		padding-left: 0;
		padding-right: 0;
	}
	
	#top-section .panel {
		width: 100%;
	}
	
	a.show-switch {
		display: block;
		margin-left: 0;
		margin-top: 20px;
	}
	
	.cta-link {
		line-height: 1.3em;
	}
	
	.social-media {
		font-size: 18px;
	}
	
	.hero-container .wrap {
    	padding: 60px 0 80px 0;
	}
	
	.home-tabs .wrap {
		padding-top: 20px;
	}
	
	.home-tabs .type-tribe_events {
		width: 50%;
	}
	
	.home-tabs .ui-tabs-nav li {
		display: block;
		margin-right: 0;
	}
	
	.home-tabs .ui-tabs-nav {
    	width: 100%;
	}
	
	.home-tabs .ui-tabs-nav li a {
		border-top: 1px solid rgba(255,255,255,.30);
		border-right: 1px solid rgba(255,255,255,.30);
		display: block;
		float: left;
		font-size: 12px;
		text-align: center;
		width: 33.33%;
	}
	
	.home-tabs .ui-tabs-nav {
		top: -63px;
		max-width: 100%;
	}
	
	.home-tabs .ui-tabs-nav li.ui-tabs-active a:after {
		display: none;
	}
	
	.hero-container h2.tagline-one,
	.hero-container h2 {
		font-size: 48px;
	}
	
	.hero-container h2.tagline-two:after {
		width: 480px;
	}
	
	.event-title .widget-title {
		font-size: 30px;
		margin-top: 10px;
	}
	
	.winery-nav-menu li.menu-item-winery {
		float: left;
		margin-bottom: 0;
		padding-bottom: 0;
		overflow: hidden;
		position: relative;
		padding: 10px;
		text-align: center;
		width: 47.3333%;
    	margin: 0.2%;
	}
	
	.winery-nav-menu li.menu-item-winery.archive-wine{
		margin-left: 25%;
	}
	
	.winery-nav-menu li.menu-item-winery a {
		font-size: 13px;
		font-weight: 400;
		padding: 0px;
	}
	
	li.menu-item-winery.phone.fill,
	li.menu-item-winery.website.fill {
    	border-bottom: none;
	}
	
	li.menu-item-winery.phone.fill,
	li.menu-item-winery.map.fill {
		border-right: none;
	}
	
	.single-my-page .events-container.one-third {
    	padding: 0;
    	border-left: none;
	}

	.sidebar {
		margin-bottom: 5%;
	}

	.pagination {
		margin: 5% auto;
	}

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

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	
	.single-my-page .color-section-bg{
		background: #E7E4DF;
	}
	
	.single-my-page .winery-hours.one-half{
		padding: 0;
	}
	
	.single-my-page .winery-hours.one-half .widget-title{
		color: #b43e24;
	}
	
	.single-my-page .hours-wrap{
		color: #333;
		border-bottom: 1px dotted rgba(0,0,0,.30);
	}
	
	.single-my-page .hours-wrap .one-third{
		width: 20%;
		float: left;
		padding-right: 8px;
	}
	
	.single-my-page .hours-wrap .one-third.first{
		font-weight: 600;
		width: 100%;
		font-size: 1.5rem;
	}

}

@media only screen and (max-width: 768px){
	.home-posts .item.small h2{
		font-size: 1.9rem;
	}
}

@media only screen and (max-width:760px){
	
	.featured-events-bar {
		display: none;
	}
	
	.top-row .featured-item {
		width: 50%;
	}	
	
	.top-row .featured-item.Journey{
		display: none;
	}
	
	.event-title .button {
		float: none;
	}
	
	.event-title .widget-title{
		float: none;
		display: block;
		width: 100%;
		text-align: center;
	}
	
	.widget.cta-wine-map{
		display: none;
	}
}

@media only screen and (max-width:712px){
	.top-row .featured-item {
		width: 100%;
	}	
	
	/* carousel height */
	.home .main-carousel {
		height: 130px;
	}
	
	.featured-events-bar .line-item {
    	display: block;
	} 
	
	h2.ft-title.line-item {
		display: none;
	}
	
	.featured-events-bar h4.line-item {
		border-left: none;
		border-right: none;
	}
	
	.featured-events-bar a.button.line-item {
		font-size: 13px;
		font-size: 1.3rem;
		margin: 20px auto 0;
	}
}

@media only screen and (max-width: 600px) {
	
	#wpadminbar {
    	position: fixed !important;
	}
	
	#c7wp-cart-box {
		position: absolute;
		top: 33px !important;
		right: 125px !important;
		padding: 0 !important;
		left: auto;
		bottom: auto;
	}
	
	.featured-events-bar .line-item {
    	display: block;
	} 
	
	h2.ft-title.line-item {
		display: none;
	}
	
	.featured-events-bar h4.line-item {
		border-left: none;
		border-right: none;
	}
	
	.featured-events-bar a.button {
		font-size: 13px;
		font-size: 1.3rem;
	}
	
	.responsive-menu-icon {
		font-size: 13px;
		font-size: 1.3rem;
		margin-top: 28px;
	}

	.title-area {
		width: 87px;
	}
	
	.site-title {
		/*background-image: url(images/mwa-mobile-logo.png);*/
		background-repeat: no-repeat;
		background-size: contain;
		height: 90px;
		width: 90px;
	}
	
	.archive-description .entry-title, .archive-title, .author-box-title {
		font-size: 36px;
	}
	
	.hero-container h2.tagline-one, .hero-container h2 {
    	font-size: 40px;
	}
	
	.hero-container h2.tagline-two:after {
    	width: 400px;
	}
	
	.hero-container .button {
		font-size: 13px;
	}
	
	.hero-container h2.tagline-two {
    	margin-bottom: 30px;
	}
	
	.home-content-2 h2.entry-title:after,
	.mdwine-newsletter .home-newsletter-1 h3.widgettitle.widget-title:after {
		width: 220px;
	}
	
	.home-content-2.widget-area.one-half {
		padding: 0;
	}
	
	.mdwine-content .wrap {
		padding-left: 0;
		padding-right: 0;
	}
	
	.home-tabs .wrap {
		padding: 0;
	}
	
	.home-tabs {
    	padding: 100px 0 120px 0;
	}
	
	.home-tabs .ui-tabs-nav {
		position: absolute;
    	top: -93px;
		margin: 0 auto;
	}
	
	.home-tabs .ui-tabs-nav li a, 
	.home-tabs-container p.tribe-events-widget-link a {
		font-size: 13px;
	}
	
	.home-tabs .ui-tabs-nav li a {
		padding: 10px;
	}
	
	.event-title {
		padding: 10px 0 20px;
		text-align: center;
	}
	
	.event-title .widget-title {
		float: none;
		font-size: 24px;
		margin-top: 0;
	}
	
	.event-title .button {
		float: none;
		margin-top: 10px;
	}
	
	.home .mdwine-newsletter {
    	padding: 40px 20px;
	}
	
	.mdwine-newsletter .home-newsletter-2 h3.widgettitle.widget-title {
		font-size: 52px;
	}
	
	.nav-footer .widget {
		float: none;
		margin-bottom: 20px;
	}
	
	.home .mdwine-newsletter {
    	padding: 40px 20px;
	}
	
	.cta-link {
    	font-size: 20px;
	}
	
	a.show-switch {
		font-size: 13px;
	}
	
	.social-media {
		font-size: 16px;
	}
	
	.breadcrumb {
		padding: 0 0 15px;
	}
	
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 100%;
	}
	
	h3.my-page-post-title{
		width:70%;
	}

}

@media only screen and (max-width: 480px) {
	
	.hero-container .wrap {
    	padding: 40px 0 40px 0;
	}
	
	.hero-container h2.tagline-one {
		font-size: 30px;
	}
	
	.hero-container h2 {
    	font-size: 24px;
	}
	
	.hero-container h2.tagline-two:after {
    	width: 240px;
	}
	
	.hero-container h2.tagline-two:after {
		height: 2px;
	}
	
	.home-tabs .type-tribe_events {
		width: 100%;
	}
	
	.home-tabs .ui-tabs-nav li a {
		font-size: 11px;
	}
	
	.home-tabs .home-news {
		margin-left: 0;
		margin-bottom: 2.564102564102564%;
		width: 100%;
	}
	
	.home .mdwine-newsletter {
		padding: 40px 0;
	}
	
	.mdwine-newsletter .home-newsletter-2 h3.widgettitle.widget-title {
		font-size: 34px;
	}
	
	.home-newsletter-2 form#mc4wp-form-1 input[type="submit"] {
		background-color: #0a4553;
		position: relative;
		top: 0;
		right: 0;
		margin-top: 10px;
		width: 100%;
	}
	
	.social-media {
		display: none;
	}
	
	.single-my-page .entry-header-wrapper .entry-title {
		font-size: 34px;
	}
	
	.single-my-page .winery-intro .widget-title {
		font-size: 30px;
	}
	
	.single-my-page .winery-hours.one-third .one-third {
		font-size: 13px;
		padding: 10px 0;
		text-align: center;
	}
	
	.home-posts .item.small h2{
		font-size: 1.7rem;
	}	
}


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

	

}


/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*:before,
	*:after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]:after,
	a[href^="#"]:after,
	.site-title > a:after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}
