/*
Theme Name: Stillwaters Vineyards
Theme URI: http://fertileminds.com
Description: Custom theme for Stillwaters Vineyards, based on Starkers by Elliot Jay Stocks
Version: 1.0
Author: Fertile Minds
Author URI: http://fertileminds.com
Tags: custom, wine, clean
*/

@import "css/reset.css";
@import "css/typography.css";
@import "css/layout.css";

body {
	background: #f9f5ed;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.5;
	color: #6f6c6c;
	overflow-x: hidden;
}
body.home {
	font-size: 14px;
}
a {
	color: #5a2340;
	text-decoration: none;
}
a:hover, a:focus, a:active {
	text-decoration: underline;
}
a.read-more {
	font-weight: 600;
	text-decoration: underline;
}
a.read-more:hover:after {
	content: ' \00BB';
}
p {
	margin-bottom: 20px;
}

/*** Responsive styles *****/
img {
	max-width: 100%;
	height: auto;
}

/*** Layout *****/
.header, #footer-wrapper, .home-4-cols, .quotes, .home-3-cols-wrapper {
	padding: 0 20px;
}
.container {
	max-width: 1000px;
	margin: auto;
}
@media screen and (min-width:581px) {
	.header, #footer-wrapper, .home-4-cols, .quotes, .home-3-cols-wrapper {
		padding: 0 40px;
	}
}

/*** header *****/
.header-top {
	background: #f9f5ed;
	text-align: center;
	padding: 43px 0 29px 0;
}
a#logo {
	display: inline-block;
}
#logo img {
	height: auto;
	max-height: 70px;
	width: auto;
}

/*** main menu *****/
#navigation {
	position: static;
	margin-bottom: 7px;
}
@media screen and (max-width:768px) {
	#navigation {
		display: none;
	}
}
ul#menu-main {
	text-align: center;
}
ul#menu-main li {
	display: inline-block;
	list-style: none;
	position: relative;
}
ul#menu-main a {
	color: #5a2340;
	display: block;
	/*padding: 10px 16px;*/
	padding: 10px 12px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 14px;
}
ul#menu-main a:hover, ul#menu-main a:focus, ul#menu-main a:active {
	text-decoration: underline;
	/*font-weight: 700;*/
}
@media screen and (min-width:1000px) and (max-width:1090px) {
	ul#menu-main a {
		padding: 10px;
	}
}
ul#menu-main li ul {
	background: #5a2440;
	text-align: left;
}
ul#menu-main li ul li {
	display: block !important;
}
ul#menu-main li ul li a {
	display: block !important;
	color: #ffffff !important;
	background: none;
	font-size: 14px !important;
	text-decoration: none;
	border:none !important;
	font-weight: 400;
}
ul#menu-main li ul li a:hover {
	text-decoration: none;
	color: #ffffff !important;
	background: rgba(90, 36, 64,.8);
}

.wrapper,
#flexslider {
	clear: both;
}

.flexslider .slides img {
	width: 100%;
}

/**** Forms ****/
form input[type="submit"],
form input.submit {
	background: #31acab;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 4px;
	border: none;
	display: inline-block;
	padding: 9px 30px;
	font-size: 16px;
}


/**** Home page ****/
.home-4-cols {
	margin-top: 55px;
	margin-bottom:45px;
}
.home-boxes {
	overflow: hidden;
	margin: 0 -4px;
}
.home-boxes .box {
	width: 100%;
}
.home-boxes .box .inner {
	margin: 0 4px;
	box-sizing: border-box;
	position: relative;
}
.home-boxes h2 {
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 400;
	letter-spacing: 3px;
	background: rgba(131, 205, 205,.7);
	display: block;
	text-align: center;
	padding: 8px 0;
	position: absolute;
	bottom:14px;
	left: 0;
	box-sizing: border-box;
	width: 86%;
	margin: 0 7%;
}
@media only screen and (min-width: 400px) {
	.home-boxes .box {
		width: 50%;
		float: left;
	}
	.home-boxes .box.third {
		clear: left;
	}
}
@media only screen and (min-width: 730px) {
	.home-boxes .box {
		width: 25%;
		float: left;
	}
	.home-boxes .box.third {
		clear: none;
	}
}
.home-boxes .box img {
	width: 100%;
}

.quotes {
	margin-bottom: 22px;
}
.home-quote {
	text-align: center;
	font-weight: 300;
	font-style: italic;
	clear: both;
	font-size: 16px;
	letter-spacing: 1px;
	max-width: 718px;
	margin: auto;
	line-height: 1.4;
}
.home-quote .credit {
	margin-top: 15px;
}
.home-quote p.quote strong {
	display: block;
	font-weight: 400;
	font-style: italic;
}

.home-3-cols-wrapper {
	background: #ffffff;
}
.home-three-cols {
	font-size: 14px;
	line-height: 1.3;
	padding-top: 40px;
}
.home-three-cols h2 {
	padding-top: 0;
	margin-top: -5px;
}

li.ne_title, .ne_title {
	padding-top: 15px;
	}
li.ne_title a, .ne_title, .ne_title a {
	font-weight: 600;
	margin-bottom: 9px;
	}

.home_events_col h3 {
	margin-bottom: 0;
}
.home-three-cols .col {
	border-left: 1px solid #e5ce97;
	margin-bottom: 20px;
}
.home-three-cols .col:first-child {
	border-left: none;
}
.flexslider-caption {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	background: rgba(90, 36, 64,.8);
}
.flexslider-caption h1 {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 50px;
	font-weight: 400;
	letter-spacing: 4px;
	line-height: .75;
	margin-top:38px;
	padding-bottom: 0;
	margin-bottom: 0;
}
.flexslider-caption h1 .smaller {
	font-size: 26px;
	letter-spacing: 2px;
	color: #c4b092;
	font-weight: 300;
}
.flexslider-caption a.flexslider-button {
	background: #31acab;
	color: #ffffff;
	font-size: 24px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 12px 30px;
	letter-spacing: 4px;
	display: inline-block;
	position: relative;
	bottom: -28px;
	box-shadow: 2px 2px 10px 1px rgba(0,0,0,.4);
}
.flexslider-caption a.flexslider-button:hover {
	background: #6ec5c4;
}
@media screen and (max-width:768px) {
	.flexslider-caption h1 {
		font-size: 40px;
		margin-top: 30px;
		margin-bottom: -5px;
	}
	.flexslider-caption h1 .smaller {
		font-size: 20px;
	}
	.flexslider-caption a.flexslider-button {
		font-size: 20px;
		padding: 10px 30px;
		bottom: -26px;
	}
}
@media screen and (max-width:580px) {
	.flexslider-caption {
		position: static;
		background: rgba(90, 36, 64,1);
	}
	.flexslider-caption h1 {
		margin-top: 0;
		padding-top: 30px;
	}
}
@media screen and (max-width:420px) {
	.flexslider-caption h1 {
		font-size: 30px;
		line-height: .8;
	}
}


/*** footer *****/
#footer {
	text-align: center;
	padding-top: 33px;
	padding-bottom: 40px;
}
#footer .footer-row.one h2 {
	font-weight: normal;
	letter-spacing: 5px;
	padding-bottom: 3px;
}
#footer .footer-row.one {
	border-bottom: 1px solid #ffffff;
	max-width: 550px;
	margin: auto;
	padding-bottom: 40px;
	margin-bottom: 25px;
}
#footer .footer-row.two {
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #fff;
	font-size: 13px;
}
#footer .footer-row.two h2 {
	font-size: 13px;
	font-weight: 300;
	margin-bottom: 5px;
}
#footer .footer-row.two p,
#footer .footer-row.two a {
	color: rgba(255, 255, 255,.8);
}
#footer .footer-row.two a:hover {
	text-decoration: underline;
}
#footer .footer-row.three > iframe,
#footer .footer-row.three #footer-social {
	display: inline-block;
	float: none;
}
#footer .footer-row.three #footer-social {
	position: relative;
	top: 10px;
}
#footer .footer-row.three > iframe {
	width: 98px !important;
}
#footer .footer-row.three {
	margin-top: 10px;
}

/**** Site Credits ****/
#site-credits {
	text-align: center;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #5a2340;
	padding: 8px 0;
}
#site-credits p {
	margin-bottom: 0;
	padding: 10px 0;
}

/**** Inner Pages ****/
#content-wrapper {
	background: #ffffff;
	padding-top: 50px;
}
#content-wrapper,
#wines-view {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 50px;
}

/**** Original styles****/

.cr2 h2 a {
	text-decoration: none;
	}

div.cr2 {
    float: left;
    padding: 0 20px 50px 0;
    width: 250px;
}

li.hf_title {
	padding-top: 15px;
	}
.featuredvintage .blogexcerpt {
	margin-top: 11px;
}

.main ol, .main ul, .main li {
    list-style: circle;
}

h2 a {
	text-decoration: none;
	}

table.purchase-grapes {
	margin-bottom: 30px;
	margin-top:30px;
}
table.purchase-grapes tr {
	vertical-align: top;
	}

table.purchase-grapes tr.dark {
	background-color: #f9f5ed;
	}

table.purchase-grapes td {
	padding: 10px 0;
	}

table.purchase-grapes td.left {
	padding-left: 20px;
	}

.cart .nextCartEnterCoupon  a {
	text-align: right !important;
	font-size: 11px !important;
	}

.nextPrice a {
	font-size: 10px !important;
	}

.main ul.bullets li {
	list-style: disc;
	list-style-position: inside;
	}


.main ul.bulletsout {
	padding-left: 20px;
	}

.main ul.bulletsout li {
	list-style: disc;
	}

.main ul.bullets li.nobullets {
	list-style: none;
	}

/************** Colors *******************/

.red {
	color: #501424;
	}

.tone {
	color: #8d8b74;
	}

.body {
	background: #f2f1e7;
	}

/************** Table formatting details *******************/

table {
	font-size: 14px;
	}

div.row span.label {
  	float: left;
  	width: 130px;
  	text-align: right;
  	margin-right: 3px;
	font-size: 14px;
  	}

div.row span.formw {
  	float: right;
  	width: 400px;
  	text-align: left;
  	}

.cellpad input {
 	text-align: center;
 	}

.cellpad td {
 	padding: 7px 20px 7px 0;
 	}

 .cellpad td.left {
 	padding-left: 20px;
 	}

a.club {
	background-color: #E9E8DF;
	padding: 2px 0;
	font-weight: bold;
	}

.swvbutton {
	background-color:#7D2039;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	border: 0;
	font-family: Georgia, Times, serif;
	display:inline-block;
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	padding:6px 22px;
	text-decoration:none;
	}
.swvbutton:hover {
	background-color:#2E1119;
	}

.swvbutton:active {
	position:relative;
	top:1px;
	}

/*.toppad {
	padding-top: 15px;
	}*/

.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, #tribe_events_filters_wrapper input[type="submit"], .tribe-events-button, .tribe-events-button.tribe-inactive, .tribe-events-button:hover, .tribe-events-button.tribe-active:hover {
    background-color: #501424 !important;
}

#tribe-events-content .tribe-events-tooltip h4, #tribe_events_filters_wrapper .tribe_events_slider_val, .single-tribe_events a.tribe-events-ical, .single-tribe_events a.tribe-events-gcal {
    color: #501424 !important;
}

h2.tribe-events-page-title, #tribe-geo-results h2.tribe-events-page-title, .tribe-events-list-separator-month span {
    font-weight: normal !important;
}


/* sub menus!!  */

ul#menu-main ul {
list-style: none;
margin:0; /* Appear just below the hovering list */
padding:0;
width:160px; /* specify the width. */
position:absolute; /* needed */
z-index:500; /* specify the order */
*z-index:99999;
}

ul#menu-main li ul {
top:38px; /* Positioning:Calc with top level horz list height */
left: 15px;
-moz-box-shadow:0 2px 10px #000; /* CSS 3 */
}

ul#menu-main ul ul {
top:0;
left:100%; /* Position the sub menus to right. */
}

ul#menu-main ul li {
float:none; /* umm.. Appear below the previous one. mmkay? */
}

/* Drop Down! */

/* Hide all the dropdowns (submenus) */
ul#menu-main ul,
ul#menu-main li:hover ul ul,
ul#menu-main ul li:hover ul ul
{ display: none; }

.sub-menu {
	 -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .1);
	box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .1);
}


.sub-menu a {
    background: none repeat scroll 0 0 #E0DECE;
    border-bottom: 1px solid #F9F7ED;
    color: #58585B !important;
    font-size: 16px !important;
    text-align: left;
    text-shadow: none !important;
}

/* Display the submenus only when li are hovered */
ul#menu-main li:hover ul,
ul#menu-main ul li:hover ul ,
ul#menu-main ul li ul li:hover ul
{ display: block;}

ul#menu-main li * a:hover {
/* Change color of links when hovered */
	color: #2d1018 !important;
}


.last a {
	border-bottom: none;
	}

.menu-item-55 .sub-menu {
	right: -1px;
	}

@-moz-document url-prefix() {
   .menu-item-55 .sub-menu {
        right: -3px;
    }
}

 .hide-event {
display: none;
}

.tribe-events-category-community-events h3 a, .tribe-events-category-community-events h3 {
	color: #a8903e;
	}

#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-color: #21759b;
    color: #fff !important;
}

.main_no_sidebar {
	padding: 0;
	width: auto;
}

.main_no_sidebar .galleria-container {
	/*width: 880px !important;*/
	width: 100% !important;
	height: 730px !important;
}
.main_no_sidebar .galleria-container .galleria-stage .galleria-image {
	width: 100% !important;
	height: 660px !important;
}
.main_no_sidebar .galleria-container .galleria-stage .galleria-image img {
	width: auto !important;
	height: auto !important;
	max-width: 100% !important;
}
.main_no_sidebar .galleria-container .galleria-stage .galleria-image img {
	left: 0;
}
.main_no_sidebar .galleria-container .galleria-stage {
	left: 0;
	right: 0;
}
.main_no_sidebar .galleria-container .galleria-thumbnails-container,
.main_no_sidebar .galleria-container .galleria-info,
.main_no_sidebar .galleria-container .galleria-tooltip,
.galleria-errors {
	display: none;
}

/*************** Responsive Styles ***************/
/**** mobile menu *****/
body #wprmenu_bar {
	background: #5a2440;
}
body #wprmenu_menu {
	background: rgba(90, 36, 64,.9) !important;
}
body #wprmenu_menu.wprmenu_levels ul li {
	border-bottom: 1px solid #5a2440;
	border-top: 1px solid #5a2440;
}
#wprmenu_menu.wprmenu_levels a.wprmenu_parent_item {
	border-left: 1px solid #5a2440;
}
#wprmenu_menu .sub-menu a {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.1);
}
body #wprmenu_menu ul li a {
	color: #F9F7ED;
}
body #wprmenu_menu .sub-menu a,
body #wprmenu_menu .wprmenu_icon_par,
body #wprmenu_bar .menu_title,
body #wprmenu_bar .wprmenu_icon_menu,
body #wprmenu_bar .wprmenu_icon span {
	color: #F9F7ED !important;
}
body #wprmenu_menu ul li a:hover,
body #wprmenu_menu .wprmenu_icon_par:hover {
	background: #5a2440;
	color: #F9F7ED;
}

/******** Responsive Styles **********/
@media only screen and (max-width:480px) {
.flex-container {
	margin: -40px -40px 0 -40px;
}
}


.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe {
	width: 540px;
	max-width: 100%;
}


.galleria-container {
	background: #ffffff;
}

.content-wrapper .main p img.alignright {
	padding: 15px 0 15px 25px;
}
.content-wrapper .main p img.alignleft {
	padding: 15px 20px 15px 0;
}
.blog .main p.top-meta {
	margin-top: -5px;
	margin-bottom: 10px;
}

/****** Wine Club Page ****/
#wine-club-cols {
	overflow: hidden;
}
#wine-club-cols .col {
	width: 100%;
	float: none;
	box-sizing: border-box;
	margin-bottom: 30px;
}
@media screen and (min-width:630px) {
	#wine-club-cols .col.three-cols {
		width: 33.33%;
		float: left;
		margin-bottom: 0;
	}
	#wine-club-cols .col.four-cols {
		width: 25%;
		float: left;
		margin-bottom: 0;
	}
	#wine-club-cols .col.two-cols {
		width: 50%;
		float: left;
		margin-bottom: 0;
	}
	#wine-club-cols .col img {
		width: 100%;
	}
}
@media screen and (max-width:629px) {
	#wine-club-cols .col {
		max-width: 282px;
		margin-left: auto;
		margin-right: auto;
	}
}

/*** responsive video ***/
.video {
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
}
.video video,
.video iframe {
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

.main #wine-club-cols ul.bullets,
.callout-box ul.bullets {
	padding: 0;
	color: #5a2440;
}
.main #wine-club-cols ul.bullets li,
.callout-box ul.bullets li {
	list-style-position: outside;
	line-height: 1.4;
	margin-bottom: 10px;
	list-style: none;
	background: url('images/checkbox-purple.gif') left 3px no-repeat;
	padding: 0 0 0 35px;
}
.callout-box ul.bullets li {
	background: url('images/checkbox-callout.gif') left 3px no-repeat;
}
#wine-club-cols .col .inner{
	padding: 0 20px;
}
#wine-club-cols {
	margin: 0 -20px;
	margin-bottom: 30px;
}
.page-id-13 #content-wrapper .container {
	max-width: 940px;
}
.callout-box {
	background: #f9f5ed;
	padding: 30px 60px;
	overflow: hidden;
	box-sizing: border-box;
}
.callout-box h3 {
	padding-top: 0 !important;
	font-weight: normal;
	font-size: 28px;
	text-transform: uppercase;
	margin-bottom: 20px;
		line-height: 1.3;
}
.callout-box h3 strong {
	font-weight: 600;
}
@media screen and (min-width: 980px) {
	.callout-box h3 {
		margin-bottom: 0;
		margin-top: 15px;
		letter-spacing: 2px;
		padding-right: 60px;
		box-sizing: border-box;
		text-align: right !important;
		width: 32%;
		float: left;
	}
	.callout-box ul.bullets {
		box-sizing: border-box;
		float: left;
	}
}
@media screen and (max-width: 580px) {
	.callout-box {
		padding: 30px 30px;
	}
}


.header-top {
	position: relative;
}
.header-top .user-menu {
	position: absolute;
	top: 23px;
	/*right: 0;*/
	font-size: 14px;
	right: 225px;
}
.header-top a.blue-btn.sm {
	font-size: 13px;
    margin-top: 10px;
    position: absolute;
    top: 3px;
    /*right: 85px;*/
    right: 0;
}
@media screen and (max-width: 768px){
	.header-top .user-menu {
		z-index: 100000;
		right: -10px;
	}
	.header-top a.my-account-link {
		position: absolute;
		top: -64px;
		right: 0;
		color: #ffffff;
		padding: 10px;
		z-index: 105;
		white-space: nowrap;
	}
	.header-top a.blue-btn.sm {
		position: static;
		display: block;
		max-width: 200px;
		margin: 15px auto 0 auto;
	}
	.header-top {
		padding-top: 29px;
	}
}
@media screen and (min-width: 769px) and (max-width: 970px) {
	.header-top .user-menu {
		right: 0;
		top: 62px;
	}
	.header-top a.blue-btn.sm {
		padding: 10px 15px;
    	letter-spacing: 1px;
	}
}

body .uwy.userway_p1 .uai {
	top: 52px !important;
}
@media screen and (min-width: 769px) {
	.header-top {
		margin-left: -24px;
		margin-right: -24px;
	}
	body .uwy.userway_p1 .uai {
		top: 13px !important;
		right: auto !important;
		left: 16px !important;
	}
}

/*** Instagram feed - homepage ***/
.home_feature_col #simple-instagram-wrap {
	padding-top: 15px;
}
.home_feature_col #simple-instagram-wrap .simple-instagram-list .simple-instagram-list-item {
	margin: 0;
	width: 100%;
}
.home_feature_col #simple-instagram-wrap .simple-instagram-caption {
	background: none;
	color: #6f6c6c;
	font-size: 14px;
	line-height: 1.3;
	font-family: 'Open Sans', sans-serif;
	padding-left: 0;
	padding-right: 0;
}
.home_feature_col #simple-instagram-wrap .si-follow-me {
	display: none;
}


a.blue-btn {
	background: #31acab;
	color: #ffffff;
	display: inline-block;
	letter-spacing: 2px;
	font-size: 18px;
	max-width: 100%;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	padding: 10px 30px;
	text-decoration: none;
}
a.blue-btn.sm {
	font-size: 16px;
	padding: 10px 20px;
}
a.blue-btn:hover, a.blue-btn:focus, a.blue-btn:active {
	background: #c4b092;
	text-decoration: none;
}

.gallery-wrap {
	margin: 30px -10px;
}

.modula-gallery {
	margin: 30px 0;
}

table.events tr:nth-child(odd) {
	background-color: #f9f5ed;
}
.wufoo input[type=tel] {
    min-width: 70px;
}

@media (max-width:580px) {
	.main > h1 {
		font-size: 24px;
		line-height: 1.1;
		margin-bottom: 30px;
	}
	#content-wrapper {
		padding-top: 40px;
	}
}
.home-three-cols .widget-title {
	font-size: 20px;
  padding: 5px 0 15px 0;
  font-weight: 700;
  color: #5a2340;
  text-transform: uppercase;
  margin-top: -5px;
}
.home-three-cols table.purchase-grapes {
	margin-top: 0;
}
.home-three-cols .widget-container + .widget-container {
	padding-top: 20px;
}

.responsive-video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
  }
.responsive-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.hero-video {
	position: relative;
}
@media (min-width:1145px) {
	.hero-video-container {
		height: 650px;
		overflow: hidden;
		position: relative;
	}
	.responsive-video-clip {
		position: relative;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
}

@media (min-width:769px) {
	.desktop-float-right {
		float: right;
		width: 50%;
		padding-left: 10px;
		box-sizing: border-box;
	}
	.desktop-float-left {
		float: left;
		width: 50%;
		padding-right: 10px;
		box-sizing: border-box;
	}
	.clear-floats {
		clear: both;
		overflow: hidden;
	}
	.pt-lg-1 {
		padding-top: 10px;
	}
	.pt-lg-2 {
		padding-top: 20px;
	}
	.pt-lg-3 {
		padding-top: 30px;
	}
	.pt-lg-4 {
		padding-top: 40px;
	}
	.pt-lg-5 {
		padding-top: 50px;
	}
	.pt-lg-6 {
		padding-top: 60px;
	}
}

.notification-banner {
	display: none;
}
.notification-banner a {
    color: #fff;
    display: block;
    padding: 10px 0;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    background: #5a2440;
}

.notification-banner a:hover {
	background: #923A67 !important;
}

.notification-banner a img {
	width: 30px;
	margin-bottom: -11px;
	position:  relative;
	top: -4px;
	margin-right: 10px;
}

body .uwy.userway_p1 .uai {
	left: 56px !important;
    top: 55px !important;
}

.btn-directions-mobile {
	display: none;
}

.btn-directions-mobile img {
	width: 26px;
    margin-bottom: -12px;
    position: relative;
    top: -3px;
    margin-right: 4px;
}

@media (min-width:769px) {
	.notification-banner {
		display: block !important;
	}
}

@media (max-width:768px) {
	.notification-banner {
		display: none !important;
	}
	body .uwy.userway_p1 .uai {
		left: auto !important;
		right: -36px !important;
		top: 55px !important;
	}
	.btn-directions-mobile {
		display: block;
	}
}