/*------------------------------------*\
    RESET
\*------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	border-image-width: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:0 20px 0 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}


	abbr[title] {border: none; 
  cursor: inherit !important;
  text-decoration: none !important;}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
	

/* General definitions */

img {
border-image-width: 0 !important;
max-width: 100%;
height: auto;}

ol, ul {
	list-style: none;
	margin-bottom: 30px;
}

main ol, main ul {
	list-style: disc;
	margin-bottom: 30px;
	margin-left: 20px;
}

main ol li, main ul li {margin-bottom: 15px;}

main .su-column,
.su-column-size-1-2 ul {margin-bottom: 0 !important;}

blockquote, q {
	quotes: none;
	padding: 30px;
	background-color: #e5e5e5;
	max-width: 850px;
	margin: 30px auto;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

blockquote p:last-child {margin-bottom: 0;}

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

p:empty {
  display: none;
}

em {font-style: italic;}

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/*Clearfix*/
.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}


/***************/
/** STRUCTURE **/
/***************/

/***fonts***/

body {
	font-family:'Maven Pro', sans-serif;
	font-size: 18px;
	line-height: 1.6;
	color: #333 ; /*#525252;*/
	background: #fff;
}


/*
.tabbed-locations .su-tabs-nav span,
a.button,
.gform_footer input[type="submit"],
.ctct-form-field-submit input[type="submit"],
*/

h1,h2,h3,h4,
.see-more-news a.button,
.learn-more a.button
{
	font-family: 'Abhaya Libre', serif;
}


h1 {margin-bottom: 10px; font-size: 40px; color: #242021; line-height: 1.2;}
h2 {margin-bottom: 10px; font-size: 30px; color: #242021; line-height: 1.2;}
h3 {margin-bottom: 10px; font-size: 28px; color: #242021; line-height: 1.2;}

.page-content h1 {margin-top: 30px;}
.page-content h2 {margin-top: 30px;}
.page-content h3 {margin-top: 30px;}

.acf-map h4 {margin-bottom: 0;}


/* background colors */


.header, .pre-header {
	background-color: #fff;}

.footer,
.home-featured-footer,
.see-more-news a.button:hover
 {background-color: #010101;}
 
 
	
.footer-widgets {background-color: #010101;}

.header,
.header .logo-img,
section,
.footer,
.home main,
.footer li{
	float: none;
	width: 100%;
	clear: both;
}

main {clear: both; overflow: hidden;}

.wrapper {
	max-width:1140px;
	width:95%;
	margin:0 auto;
	position:relative;
}

a {color: #3c63ae; text-decoration: none; font-weight: bold;} 

.woocommerce a.button,
a.button,
.ctct-form-field-submit input[type="submit"],
.gform_footer input[type="submit"]{
	border: none;
	color: #fff;
	background-color: #757575;
	font-size: 1em;
	padding: 3px 10px;
	text-decoration: none;
	display: inline-block;
	text-transform: uppercase;
	border-radius: 3px;
	line-height: 1.6;
	font-weight: normal;
}

.home .ctct-form-wrapper .ctct-message.ctct-success {color: #fff !important;}

.home-content a.button {
	display: inline-block; 
	padding: 10px 40px 10px 40px; 
	margin: 0 auto;}

a.button:hover, a.button:hover:after, 
.ctct-form-field-submit input[type="submit"]:hover,
.gform_footer input[type="submit"]:hover {background-color: #4e4e4e;}


@media screen and (max-width: 490px)
{
	.home-content a.button {margin: 0 auto; text-align: center;}
	.home-content a.button:after {display: none;}
	
}

h4 {margin-bottom: 20px;}

#billing_state-description, #shipping_state-description {display: inline-block !important;}

/************/
/** PRE-HEADER **/
/************/

.switcher {display: inline-block; vertical-align: middle; }

.pre-header {padding: 0; color: #fff; text-align: right; position: relative; font-size: 18px;  overflow: hidden;}
.pre-header a {color: #fff;}
.pre-header ul {margin-bottom: 0; }

.pre-header-unit {display: inline-block; vertical-align: middle; margin-left: 10px;}
.pre-header-unit-s {margin-top: 20px; text-align: right; width: 100%; max-width: 450px; display: inline-block;}
.pre-header-unit-s .ysm-search-widget-1 {display: inline-block; width:100%;}

.pre-header-unit-s .ysm-search-widget-1 .smart-search-results.has-scrollbar.smart-search-firefox > .smart-search-suggestions {width: 100% !important}

#responsive-menu-pro-container .search-field {padding: 8px; font-size: 18px;}
#responsive-menu-pro-additional-content .ysm-search-widget .smart-search-results a {color: #222;}
#responsive-menu-pro-additional-content .ysm-search-widget .smart-search-results {color: #222;}

.ph-tagline { vertical-align: bottom; line-height: 1em; font-size: 18px; font-style: italic; color: #757575; display: inline-block; width: 230px;}

.ph-search input {background: none; border: 1px solid #fff; margin-bottom: 40px; color: #fff; font-size: 16px; padding: 5px;}
.ph-search input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.ph-search input::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.ph-search input:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.ph-search input:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

.ph-cart, .ph-button {padding: 0; }


.social-links-header {margin-left: 15px;}
.social-links-header a .fa {
	line-height: 25px;
	font-size: 20px;
	text-align: center;
	display: inline-block;
	}
.social-links-header a .fa:hover {color: #ce6404;}	
.social-links-header:empty {display: none;}

.pre-content {text-align: right;  position: relative; padding: 10px 0; width: calc(100% - 550px); vertical-align: middle; display: inline-block;}

@media screen and (max-width: 800px)
{
	.pre-content:before {display: none;}
	.pre-content {display: blocl; width: 100%; margin: 0; padding-right: 0;}
	.pre-header .wrapper  {width: 100%; text-align: left;}
}


/************/
/** HEADER **/
/************/


.header {
	padding: 20px 0 0 0;
	position: relative;
	text-align: left;
}

.header .logo {
	display: inline-block;
	width: 300px;
	font-size: 0;
	vertical-align: middle;
}

.header .nav {
	display: block;
	float: none;
	margin: 15px 0 5px 0;
	padding: 10px 0;
	font-size: 0;
	background-color: #010101;
}

.header .nav > ul{
	font-size: 16px;
	float: none;
	width: 100%;
	text-align: center;
	line-height: 1em;
	margin-bottom: 0;
}

.header .nav > ul > li{
	display: inline-block;
	margin: 0 0 0 35px;
	position: relative;
}
.header .nav > ul > li:first-child{
	margin: 0;
}
.header .nav li a{
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	text-transform: uppercase;
}
.header .nav li a:hover{
	color: #fff;
}

.header .nav .sub-menu{
	display: none;
	left: 0;
	padding-top: 10px;
	position: absolute;
	text-align: left;
	top: 99%;
	z-index: 1000;
}
.header .nav li:hover .sub-menu{
	display: block;
}
.header .nav .sub-menu a{
	background: #4162ae;
	float: left;
	height: auto;
	line-height: 1.2em;
	padding: 15px 10px;
	width: 250px;
	color: #fff;
}
.header .nav .sub-menu a:hover{
	background: #23355f;
	color: #fff;
	text-decoration: none;
}

#extra-menu .empty-wpmenucart {display: block !important;}

@media screen and (max-width: 980px)
{
	.header{
		padding: 10px 20px;
		text-align: left;
	}
	.header .nav {display: none;}
	.header .logo {
		width: 300px;
	}
	.pre-header-unit {margin-top: 10px;}
}

@media screen and (max-width: 900px)
{
	.header .logo {
		width: 150px;
	}
}

.header-wrapper {margin: 0 auto; position: relative;}

.header-text-bck {background-size: cover;}
.header-text  {color: #fff; text-align: center; padding-top: 250px; padding-bottom: 200px; text-shadow: 0px 0px 20px #65666a;}
.header-text h1 {font-size: 45px; line-height: 1.2; }
.header-text h2 {color: #fff; font-weight: normal; line-height: 1.2;}

.shopping-note {padding: 20px 0; text-align: center; background: red; color: #fff; margin-bottom: 5px; display: none;}
.shopping-note a {color: #fff;}

.woocommerce-page .shopping-note,
.shop-wide-river-winery .shopping-note {display: block;}

.woocommerce div.product p.stock {margin-bottom: 30px; font-size: 25px; font-weight: bold;}
.woocommerce li.product.instock a .stock {color: #77a464;;}

.woocommerce li.product.onbackorder a .stock,
.woocommerce div.product.onbackorder p.stock {color: orange;}

#vs-cart {display: none;}

/*****************/
/**   CONTENT   **/
/*****************/
.wc-banner {
	background-size: cover; 
	padding: 100px 0 40px 0; 
	background-position: 50% 50%; 
	box-shadow: inset 0 0 0 1000px #0008;
	text-align: center;
	color: #fff;
	}
	
.wc-banner.wc-cat-title {padding: 100px 0;}
/*
.banner-title {background-color: #757575; padding: 40px 0;}
.wc-banner  h1,
.banner-title h1 { color: #fff; font-size: 45px; line-height: 1;}
*/

.banner-title {padding: 40px 0 20px 0;}
.wc-banner  h1  {color: #fff; font-size: 45px; line-height: 1;}
.banner-title h1 { color: #000; font-size: 45px; line-height: 1;}

.wc-banner.wc-cat-title h1 {font-size: 55px;}
.wc-banner  h3 { color: #fff; font-size: 22px; line-height: 1.2; margin-top: 10px;}
.wc-banner a {color: #fff; text-decoration: none;}
.wc-banner a:hover {text-decoration: underline;}

.wc-content .page-title {display: none;}

.wc-content {overflow: hidden;}

.location-title {margin-bottom: 60px;}
.location-detail-1, .location-detail-2 {display: inline-block;}
.location-detail-1 {margin-right: 50px;}

main { clear: both;}

.home main {padding-top: 0;}

.home-content {font-size: 0; text-align: center;}
.home-content h1 {font-size: 40px; line-height: 1.2; margin-bottom: 15px;}
.home-content h2 {font-size: 40px; line-height: 1.2; margin-bottom: 0; margin-top: 0;}
.home-content p {margin-bottom: 20px; font-size: 18px; line-height: 1.4;} 

.home-content-1 {display: inline-block; padding-right: 100px; width: 75%; font-size: 22px; vertical-align: top; margin-bottom: 40px;}

.content-2 {padding: 30px 0; background: #fff;}
.home-content-2 {text-align: center; display: inline-block; font-size: 16px; margin: 0 auto;}
.home-content-2 p {max-width: 850px; margin: 0 auto;}


@media screen and (min-width: 800px)
{
	.home-content-2 .woocommerce ul.products li.product {margin-bottom: 0;}
	 main .wrapper .home-content-2 .woocommerce  {padding-bottom: 0;}
}

.home-facebook {display: inline-block; width: 33%; vertical-align: top;}

.home-content-3 {margin-top: 40px; margin-bottom: 80px; font-size: 22px;}

.tabbed-locations {background: #e1e1e1; text-align: center; padding: 30px 0 0 0; margin-bottom: 30px;}
.tabbed-locations .su-tabs-nav {text-align: center; display: inline-block; margin-bottom: 20px;}
.tabbed-locations .su-tabs {margin: 30px auto; background: #e1e1e1; text-align: center;}
.tabbed-locations .su-tabs-pane {text-align: left; background: none; font-size: 20px;}
.tabbed-locations .su-tabs-pane p {text-align: left; background: none; font-size: 20px;}
.tabbed-locations .su-tabs-nav span {
	color: #fff; 
	text-transform: uppercase; 
	background: #757575; 
	font-size: 18px; 
	margin-right: 10px; 
	line-height: 1em; 
	min-height: 0;
	padding: 5px 10px;
	border-radius: 0;}
.tabbed-locations .su-tabs-nav span:hover {color: #fff; text-transform: uppercase; background: #4e4e4e;}
.tabbed-locations .su-tabs-nav span.su-tabs-current {color: #757575; text-transform: uppercase; background: #fff;}


#wrw-logo-tab {height: 40px; width: auto; margin-right: 60px; margin-bottom: 20px; display: inline-block; vertical-align: bottom;}

@media screen and (min-width: 1200px)
{
	.tabbed-locations .su-tabs-pane p img {margin-top: -72px;}
	.tabbed-locations .su-tabs-nav {text-align: right;}
	.tabbed-locations .su-tabs {text-align: right;}
}

@media screen and (max-width: 800px)
{
	.tabbed-locations .su-tabs-nav span {font-size: 14px;}
}

.home-footer-images {font-size: 0;}
.home-footer-images img {max-width: 33.33333%;}


@media screen and (max-width: 980px)
{
	.home-content-2 {display: block; width: 100%; padding: 20px 0;}
	.home-facebook {display: block; width: 100%; padding: 20px 0; text-align: center;}
}

@media screen and (max-width: 780px)
{
	.home-content-1 {display: block; width: 100%; padding: 20px 0;}
	.info-sidebar {display: none;}
}


.page-content .tiled-gallery {margin: 40px 0;}
.homepage-posts {font-size: 0; margin: 40px 0;}
.homepage-posts h2 {font-size: 30px; margin-bottom: 20px;}
.posts-entry {display: inline-block; width: 50%; font-size: 18px; vertical-align: top;}
.posts-entry img {max-width: 100%; height: auto;}
.posts-row {margin-bottom: 30px;}
.posts-left {padding-right: 40px;}
.post-image {float: left; margin: 0 20px 10px 0;}
.post-image img {margin: 0;}
.post-header {font-size: 22px;}

.wine-club-header {padding: 3px; color: #fff; background: #7d8d93; text-align: center; margin-bottom: 10px;}

.recipe-col-2, .recipe-col-1 {width:49%; display: inline-block; vertical-align: top;}
.wine-pairings {text-align: center; font-size: 0;}
.wine-pairings h3 {text-align: center; margin-top: 0;}
.wine-pairing {width:30%; display: inline-block; vertical-align: top; font-size: 18px;}
.wine-pairing img {display: block; margin: 0 auto; max-height: 300px; width: auto;}
.wine-pairing img:hover {opacity: 0.7;}

.recipe-col-1 h3 {margin-top: 0;}

.recipe-description {font-size: 1.2em;}

@media screen and (max-width: 850px)
{
	.recipe-col-2, .recipe-col-1 {width:100%; display: block;}
	.alignleft, .alignright {float: none; display: block; margin: 0 auto 20px auto;}
}


main .wrapper .woocommerce, 
.wc-content, .page-content, 
.blog-loop
{background: #fff; padding: 0 0 40px 0;}

.blog-loop article {clear: both;}

.post .date {margin-bottom: 20px;}

.loop-image {display: inline-block; width: 30%; vertical-align: top;}
.loop-image img {
	max-width: 100%;
	height: auto;
	padding-right: 30px;}
.loop-content {display: inline-block; margin-bottom: 30px;}

.not-home h1.product_title {font-size: 2.3em; line-height: 1.2;}
.woocommerce button.button.alt,
.woocommerce a.button.alt {
	background: #3c63ae;
	border-radius: 0;}
.woocommerce button.button.alt:hover,
.woocommerce a.button.alt:hover {background: #2b477b;}
.woocommerce div.product p.price {margin-bottom: 15px; color: #2b477b; font-weight: bold;}
.woocommerce div.product form.cart div.quantity input {padding: 8px;}
.product_meta .sku_wrapper {display: none;}
.wc-content .term-description {margin-bottom: 30px;}


.woocommerce main #content div.product div.images, 
.woocommerce main div.product div.images, 
.woocommerce-page main #content div.product div.images, 
.woocommerce-page main div.product div.images 
{width: 30%;}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title {font-size: 22px;}

.woocommerce-page main .woocommerce-product-details__short-description {margin-bottom: 30px;}

main .woocommerce .product-category,
main .woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product,
main .woocommerce li.type-product  {text-align: center; }


main .woocommerce ul.products li.product:hover, 
.woocommerce-page ul.products li.product:hover,
main .woocommerce  li.type-product:hover,
main .woocommerce .product-category:hover {opacity: 0.7;}

.woocommerce div.product form.cart .button {float: none;}

.woocommerce ul.products li.product .price {color: #2b477b;}

.single-product .banner-title {padding: 10px 0;}
.woocommerce .woocommerce-breadcrumb {margin-bottom: 30px; margin-top: 20px;}

@media screen and (max-width: 500px)
{
	 .woocommerce main #content div.product div.images, 
	 .woocommerce main div.product div.images, 
	 .woocommerce-page main #content div.product div.images, 
	 .woocommerce-page main div.product div.images 
	{width: 100%;}
}

.see-more-news {font-size: 22px; text-align: center;}
.see-more-news a.button {
	display: inline-block; 
	background: #fff; 
	color: #525252;
	border: 1px solid #000;
	padding: 5px 15px;
	}
.see-more-news a.button:hover {color: #fff;} 	
	
.learn-more {font-size: 20px; text-align: center;}
.learn-more a.button {
	display: inline-block; 
	background: none; 
	color: #fff;
	border: 1px solid #fff;
	padding: 5px 15px;
	}	
.learn-more a.button:hover {color: #fff; background-color: #00B0D9;} 	

.page-content p {margin-bottom: 15px;}
.page-content img {max-width: 100%; height: auto;}


.content-block {padding: 50px 30px 30px 30px;}

.content-block p {margin-bottom: 20px; font-size: 18px;}
.content-block h2 {margin-top: 0; font-size: 35px;}
.content-block:nth-child(odd) {background: #e1e1e1}

#gform_13 label, 
#gform_14 label {display: none;}

.locations,
.staff_members,
.fs-galleries,
.tribe-events-widget-events-list__events{
	display: flex;
    flex-wrap: wrap;
	justify-content: center;
	margin-top: 0;
	font-size: 0;
	margin: 30px 0;}
	
.locations {margin: 40px 0 80px 0;}	
	
.home-buttons{
	display: flex;
    flex-wrap: wrap;
	justify-content: center;
	margin-top: 0;
	font-size: 0;
	margin-bottom: 50px;}
	
	
.home-button
{
	display: flex;
	flex: 0 1 calc(33% - 40px);
	margin: 10px 20px 20px 0;
	padding: 15px 30px 25px 30px;
	color: #525252;
	background: #fff;
	position: relative;
	text-decoration: none;
	font-size: 16px;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}	

.home-button h2 {font-size: 18px; font-weight: bold; text-transform: uppercase;}
.home-button img {width: auto;}
.home-button a.button {margin-top: 20px; display: inline-block;}
.home-button a.button:hover {background: #186718 !important;}
	
.tribe-compatibility-container {margin-top: 40px;}

.tribe-compatibility-container .tribe-events-widget-events-list__event-row.tribe-common-g-row
{
	flex: 0 1 calc(30% - 20px);
	width: 30%;
	text-align: left;
	position: relative;
	padding: 0 20px 0 10px;
	margin: 0 10px 20px 10px;
	font-size: 14px;
	border-right: 1px solid #010101;
}	

.tribe-events-widget-events-list__event-row.tribe-common-g-row:last-child {border: none;}
.tribe-events-widget-events-list__event-row.tribe-common-g-row h3 {line-height: 1; font-size: 18px !important; }
.tribe-events-widget-events-list__event-row.tribe-common-g-row h3 a {text-decoration: none;}
.tribe-events-widget-events-list__event-row.tribe-common-g-row .tribe-event-duration p {margin-top: 15px; font-size: 16px;}
	
.locations .location
{
	display: block;
	flex: 0 1 calc(33.333% - 20px);
	width: 33.3333%;
	text-align: left;
	position: relative;
	padding: 20px;
	background: #eee;
	margin: 0 10px 20px 10px;
	color: #fff;
	background: #d21887
}



.locations .location:nth-child(even) {background: #61585b;}

.locations .location h3 {font-size: 22px; color: #fff; margin: 20px 0 10px 0;}

.locations .location p {margin-bottom: 10px; font-size: 16px;}

.employee
{
	display: block;
	flex: 0 1 calc(33% - 20px);
	margin: 0 10px 20px 10px;
	width: 33%;
	font-size: 16px;
	text-align: left;
	position: relative;
	color: #fff;
	background: #757575;
}

.employee .employee-details {background: #757575; padding: 20px;}
.employee .employee-details a {color: #fff; text-decoration: underline;}


.employee:nth-child(even),
.employee:nth-child(even) .employee-details {background: #3c63ae;}


.employee img {
	max-width: 100%;
	width: 100%;
	display: block;
}

.employee h3 {
	margin: 0 0 5px 0;
	font-size: 25px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}


.employee h4 {
	margin: 0 0 15px 0;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}


.employee .fa {
	margin-right: 10px; 
	font-weight: bold; 
	font-size: 20px; 
	width: 30px; 
	text-align: center;
	vertical-align: middle;
	}
.employee .fa.fa-mobile {font-size: 28px;}
.employee .employee_phone {margin-bottom: 5px;}
.employee .employee_email {margin-bottom: 0;}
.employee .employee_email a {color: #fff;}

.fs-gallery
{
	display: block;
	flex: 0 1 calc(50% - 30px);
	margin: 10px;
	width: 50%;
	font-size: 16px;
	text-align: center;
	position: relative;
	background: #eee;
	padding: 10px;
	text-decoration: none;
	color: #000;
}

.fs-gallery:hover {background: #ddd}

.fs-gallery img {
	max-width: 100%;
	display: block;
}

.fs-gallery h2 {
	margin: 15px 0 5px 0;
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
}

#post-404 {margin: 50px auto;}

#responsive-menu-pro-additional-content a {color: #fff; text-decoration: none;}

.divider {clear: both;}

.embed-youtube {text-align: left !important; max-width: 100% !important; margin-top: 30px !important;}

.embed-youtube {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.embed-youtube iframe,  
.embed-youtube object,  
.embed-youtube embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.gform_confirmation_message {
	color: #fff  !important;
	background: green !important;
	padding: 20px  !important;
}

.page-content .gform_wrapper h2.gsection_title {font-size: 35px; padding-top: 40px !important;}

.jp-carousel-titleanddesc {display: none !important;}

.rtecenter {text-align: center;}
.table-restaurant-menu{ border-spacing:0; border:0; width:100%;  }
.table-restaurant-menu td, .table-restaurant-menu th { border:1px solid #bbbbbb; }
.table-restaurant-menu th {font-weight:bold; background: #220040; color: #fff; font-size: 25px; padding: 10px;}
.table-restaurant-menu td.rtecenter {vertical-align: middle;}
.table-restaurant-menu td, .table-restaurant-menu th { padding:5px; }
.table-restaurant-menu {
	width: 100%;
	}
.table-restaurant-menu  td,
.table-restaurant-menu  th {
	border-left: none;
	border-right: none;
	}
.table-restaurant-menu img {width: 100%; display: block;}
.table-restaurant-menu strong {font-size: 24px;}

ul.menu-jump { list-style:none; margin:0; padding:0; list-style-image:none; }
ul.menu-jump  li{display: inline-block; background-color: #220040; padding: 5px; margin: 5px; font-size: 25px;}
ul.menu-jump  li:hover {background-color: #007D20;}
ul.menu-jump  li a {color: #fff; text-decoration: none;}

.su-divider {max-width: 60%; margin: 40px auto 0 auto !important;}


main .tablepress td {border: none !important; padding: 3px 0 3px 0 !important;}

.testimonial_rotator {background: #eee; padding: 0 30px; width: 90%; margin: 0 auto;}
.testimonial_rotator_quote {padding: 0 30px; font-size: 1.2em;}

.col-3 {     
	-webkit-columns: 2 auto;
    -moz-columns: 2 auto;
    columns: 2 auto;
	}

	
@media screen and (max-width: 820px)
{
	.col-3 { 
		-webkit-columns: 1 auto;
		-moz-columns: 1 auto;
		columns: 1 auto;
		}
}	


.newsletter-signup.content-block {
	color: #fff;
	background: #3c63ae;
	text-align: center;
}
.newsletter-signup.content-block h2, .newsletter-signup.content-block a {color: #fff;}
.newsletter-signup.content-block .ctct-disclosure {font-size: 11px; text-align: left;}
.newsletter-signup.content-block .ctct-disclosure hr {color: #7d8d93;}
.ctct-email {padding: 10px; border: none; border-radius: 3px;}
.ctct-form-field {display: inline-block;}
a.ctct-button {display: none !important;}
.ctct-form-field-submit input[type="submit"] {padding: 6px; margin-left: 10px;}

.product-discount-message {
	background: #ffe14f;
	padding: 20px;
	font-weight: bold;
	margin-bottom: 30px;
	font-size: 0.9em;
}

/* -----------  Big Imprint Slider CSS Start */


.soliloquy-container .soliloquy-caption {
    position: absolute ;
    display: block !important;
    width: 100%;
    height: 100%;
    z-index: 100 !important;
	background: none;
	left:0; right:0; top: 0;
	margin: 0 auto;
	text-align: left;
	/*box-shadow: #0003 0px 0px 0px 1000px inset;*/
	font-size: 16px;
}

.soliloquy-container .soliloquy-caption .wrapper .sliding {	
	position: relative;
	text-align: left;
    left: -1500px;
	width: 100%;    
	-webkit-animation: slide 0.5s forwards;
    -webkit-animation-delay: 2s;
    animation: slide 0.5s forwards;
    animation-delay: 0;
	margin-top: 20px;
}



@-webkit-keyframes slide {
    100% { left: 0; }
}

@keyframes slide {
    100% { left: 0; }
}


.home .soliloquy-container .soliloquy-item {overflow: hidden;}
.home .soliloquy-container .soliloquy-image {min-height: 400px; width: auto; object-fit: cover;}

.home main .soliloquy-container {margin-bottom: 0 !important;}

.home main .soliloquy-container .soliloquy-caption .wrapper {margin: 0 auto; padding-left: 0; }
 
.home main .soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
    display: table;
    width: 100%;
	height: 100%;
    background-color: transparent;
	color: #fff;
	font-weight: 500;
}

.home main .soliloquy-container .soliloquy-caption .soliloquy-caption-inside .slide-header {margin-bottom: 50px;}
 
.home main .soliloquy-container .soliloquy-caption-inside .wrapper {
		text-align: left;
        vertical-align: middle !important;
		max-width: 1140px !important;
		padding-top: 20px;
}
 
.home main .soliloquy-container .soliloquy-caption h1,
.home main .soliloquy-container .soliloquy-caption h2,
.home main .soliloquy-container .soliloquy-caption p
{
    color: #fff;
    line-height: 1.1em;
	width: 80%;
	max-width: 320px;
} 


.home main .soliloquy-container .soliloquy-caption h3 {font-size: 22px; }
.home main .soliloquy-container .soliloquy-caption h3 a {text-decoration: none; text-transform: uppercase !important;}

.home main .soliloquy-container .soliloquy-caption p {
	font-size: 16px;
	line-height: 1.4;
}


.soliloquy-caption-inside .wrapper .sliding div p:last-child {margin-bottom: 0 !important;}
.home main .soliloquy-container .soliloquy-caption p:last-child {margin-bottom: 0 !important;}
 
.home main .soliloquy-container .soliloquy-caption h1 {
	margin-top: 11% !important;
	margin-bottom: 20px;
    font-size: 30px;
	font-weight: 400;
}

.home main .soliloquy-container .soliloquy-caption h2 {
    font-size: 25px;
	font-weight: normal;
}
 
.home main .soliloquy-container .soliloquy-pager {bottom: 30px;}
 
.divider {clear: both;}

.home main .soliloquy-container .soliloquy-caption a {color: #fff; text-decoration: underline;}

.home main .soliloquy-container .soliloquy-caption a.button {
	padding: 10px 30px;
	font-size: 16px;
	display: inline-block;
	border: none;
	background: #fff;
	color: #d21887
	text-transform: uppercase;
	text-decoration: none;
	font-weight: normal;
}

.home main .soliloquy-container .soliloquy-caption a.button:hover {background: #3c63ae; color: #fff;}
.home main .soliloquy-controls-direction {display: none !important;}


/* responsive */

@media screen and (min-width: 1700px) {
	.home main .soliloquy-container .soliloquy-caption h1 {
	margin-top: 15% !important;}
	.home main .soliloquy-container .soliloquy-caption h1,
	.home main .soliloquy-container .soliloquy-caption h2,
	.home main .soliloquy-container .soliloquy-caption p
	{
		max-width: 300px;
	} 
}
	
@media screen and (max-width: 1260px) {
	 
	.home main .soliloquy-container .soliloquy-caption h1 {
		font-size: 35px;
		}
	.home .soliloquy-container .soliloquy-image {object-position: 10% 50%;}
}


@media screen and (max-width: 800px) {
	.home main .soliloquy-container .soliloquy-caption h2 {
		font-size: 30px;
	}	
	.home main .soliloquy-container .soliloquy-caption a.button {
		padding: 10px;
	}
	.home main .soliloquy-container .soliloquy-caption p {display: none;}
}	


@media screen and (max-width: 550px) {
	
	.home main .soliloquy-container .soliloquy-caption h1 {
		font-size: 25px;
	}
	.soliloquy-container .soliloquy-caption .wrapper .sliding {	margin-top: 0;}
	.home main .soliloquy-container .soliloquy-caption h1 {
	margin-top: 25% !important;}
	.home main .soliloquy-container .soliloquy-caption h1,
	.home main .soliloquy-container .soliloquy-caption h2,
	.home main .soliloquy-container .soliloquy-caption h3,
	.home main .soliloquy-container .soliloquy-caption p
	{
		max-width: 250px;
	} 
}


@media screen and (max-width: 450px) {
	.home main .soliloquy-image {height: 250px !important;}
	.home main .soliloquy-container .soliloquy-caption h1 {
		font-size: 35px !important;
	}
	.home main .soliloquy-container .soliloquy-caption p {display: none;}
}




.slide-divide {
	position: relative;
	background: #101732;
	content: ' ';
	min-height: 40px;
}
.slide-divide:after, .slide-divide:before {
	bottom: 98%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}



/* ---------- Big Imprint Slider CSS end */


/************/
/** FOOTER **/
/************/
.footer{
	color: #fff;
	padding: 20px 0;
	font-size: 0;
}
.footer a{
	color: #fff;
	text-decoration: none;
}
.footer a:hover{
	text-decoration: underline;
}

.footer-widgets {padding: 20px 0; clear: both; font-size: 0;}
.footer-widgets h2 {font-size: 22px; margin-bottom: 15px;}

.footer-widget {
	display: inline-block; 
	vertical-align: middle; 
	padding-right: 30px; 
	font-size: 14px;
	width: 20%;
	}
.footer-widget h3 {font-size: 24px; font-weight: bold;}
.footer-widget.hours-block {padding: 0;}

.info-block {padding: 0; text-align: right;}

.copyright {margin: 0; font-size: 12px; color: #8a8a8a; text-align: center;}
.copyright a {font-weight: normal; color: #8a8a8a; }	
.footer .social-links {text-align: right; padding-right: 0;}

.footer-logo img {max-width: 150px; height: auto;}

@media screen and (max-width: 800px)
{
	.footer span {display: block;}
}

.social-links .wrapper{
	text-align: center;
	}
.social-links a .fa,
.social-links a .fab  {
	line-height: 25px;
	font-size: 18px;
	text-align: center;
	display: inline-block;
	padding: 0;
	margin-left: 3px;}
.social-links a .fab:hover, 
.social-links a .fa:hover {color: #ce6404;}	
.social-links:empty {display: none;}

.wp-google-content-inner {display: none !important;}
.google-reviews-widget {
	list-style-type: none;
	margin-top: 20px;
	padding: 20px;
	background: #fff;}
	
.bottom-menu {width: 100%; display: none;}
.bottom-menu .menu-item {
	padding: 10px 0;
	border-bottom: 1px dotted;}
.bottom-menu .menu-item a {text-decoration: none;}

/* responsive */


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

	.locations .location, .employee, .fs-gallery tribe {width: 40%; flex: 0 1 calc(40%);}
	.tribe-compatibility-container .tribe-events-widget-events-list__event-row.tribe-common-g-row {width: 100%; flex: 0 1 calc(100%); border-right: none; border-bottom: 1px solid #010101; padding-bottom: 20px;}
	.tribe-events-widget-events-list__events {display: block;}
	.home-buttons {margin-top: 0;}
	.home-button {display: flex; width: 100%;}
}
 

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

		
	.footer-widget, .footer-widget.location {width: 100%; margin: 0 0 30px 0; text-align: center;}
	
	.info-block {text-align: left;}
	
	.alignnone {margin: 0;}
	.header-text {padding: 80px 0;}
	.header-text h1 {font-size: 25px;}
	.header-text h2 {font-size: 20px;}
	.footer .social-links {text-align: center;}
	.pre-content {display: none;}
	.banner-title {padding-top: 0;}
	
	.woocommerce ul.products li.product a img {max-height: 300px; width:auto; margin: 0 auto;}
	li.product-category .product {text-align: center;}
}	
 

@media screen and (max-width: 765px) {
	.table-restaurant-menu th {font-size: 18px;}
	.pre-header {text-align: left;}
	.not-home .page-content h2 {line-height: 1.2; font-size: 30px; margin-bottom: 15px; }
	.ph-tagline {display: none; margin-top: 10px;}

	.wc-banner {padding: 50px 0;}
	main h1.wc-banner-title {font-size: 30px;}
		
	main .wrapper .woocommerce, 
	.wc-content, .page-content, 
	.blog-loop
	{padding: 20px;}
	
	
	.banner-title .wrapper {padding: 0 20px;}
	.banner-title {padding-bottom: 0; margin-top: 20px;}
	.banner-title h1 {font-size: 35px;}
	
	.not-home .page-content h2 {font-size: 28px;}
	.not-home .page-content h3 {font-size: 24px;}
	
	.su-u-trim > ul:first-child {margin-top: 30px !important;}

	.loop-image, .loop-content {width: 100%; padding: 0;}
	
	.footer-widget, .footer-widget.location {width: 100%; margin: 30px 0 0 0; padding: 0;}
	
	.locations .location, .home-button, .employee, .fs-gallery {width: 100%; flex: 0 1 calc(100%);}
	.location-title {margin-bottom: 30px;}
	.location-details {text-align: center;}
	.location-detail-1 {margin: 0;}
	.home-button {margin: 0;}
	.bottom-menu {display: block;}
	.content-block {padding-top: 30px;}
	.lyte-wrapper {margin: 0 !important;}
	.ctct-form-field-submit input[type="submit"] {margin: 0;}
}	
 
@media screen and (max-width: 550px) {
	body {font-size: 18px;}
	.home-content h1 {font-size: 30px;}
	.home-content h2 {font-size: 30px;}
	.alignright {float: none; display: block; margin: 30px auto;}
	
	.ph-search {display: none;}
	.ph-cart {border: none; padding-left: 0;}
	.home-featured-title {font-size: 25px;}
	.posts-entry {width: 100%; padding: 0;}
	.posts-left {margin-top: 30px;}
	.footer-widgets {padding-top: 0;}
	.footer-widget {width: 100%; margin-top: 30px;}
	#responsive-menu-pro-container #responsive-menu-pro-title {font-size: 20px !important; padding: 10px 5% !important;}
	.pre-content {text-align: left;}
	.pre-header-unit {margin-top: 10px; margin-left: 0;}
	#wrw-logo-tab {height: 40px; width: auto; margin-right: 0; margin-bottom: 20px; display: inline-block; vertical-align: bottom;}
}


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

	.home-content {padding-top: 0;}
}