/* Parscale Media Style Sheet
-----------------------------------------------------------------------------

Prototype Version:  2.4
Developer: 			Giles-Parscale Inc
Email Address:		info@parscale.com
Developer Website:  http://www.parscale.com/

Client Website: 	http://www.trumpwinery.com
Last Modifier:		Ali Alvarez - Giles-Parscale Inc
Last Modified: 		06.27.2014

*/

/* Table of Contents
-----------------------------------------------------------------------------

	1. Clean Base
	2. Base Typography
	3. Images
	4. Links
	5. Forms
	6. Tables
	7. Framework

*/

/* 1. Create a Clean Base
------------------------------------------------------------------------------*/

html, body, br, hr, div, span, a, object, iframe, ul, ol, dl, li, dt, dd, h1, h2, h3, h4, h5, h6, p, blockquote, q, address,
small, big, cite, dfn, ins, del, i, em, b, strong, sup, sub, strike, pre, code, samp, kbd, var, tt, form, fieldset, legend, label,
input, textarea, option, .nobox {background: transparent; border: 0; font-size: 100%; margin: 0; outline: 0; padding: 0; vertical-align: baseline;}

blockquote, q {font-family: 'Sabon','Libre Baskerville',serif; font-size: 18px; color: #F4F2ED; line-height: 33px; letter-spacing: .01em; }
br {height: 0;}
ul, ol, dl {list-style: none;}

/* Class for clearing floats */
.clear {clear:both; display:block; overflow:hidden; visibility:hidden; width:0; height:0;}


/* 2. Define Base Typography
------------------------------------------------------------------------------*/
@font-face {
	font-family: 'Sabon';
	src: url('/fonts/Sabon-Bold_1.otf');

	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
}
@font-face {
    font-family: 'Avenir';
    src: url('/fonts/LinotypeAvenirLTStdLight.eot');
    src: url('/fonts/LinotypeAvenirLTStdLight.eot') format('embedded-opentype'),
         url('/fonts/LinotypeAvenirLTStdLight.woff2') format('woff2'),
         url('/fonts/LinotypeAvenirLTStdLight.woff') format('woff'),
         url('/fonts/LinotypeAvenirLTStdLight.ttf') format('truetype'),
         url('/fonts/LinotypeAvenirLTStdLight.svg#LinotypeAvenirLTStdLight') format('svg');
    font-weight: normal;
	font-style: normal;
	font-stretch: normal;
}
@font-face {
    font-family: 'sofia';
    src: url('/fonts/sofiapro-light-webfont.eot');
    src: url('/fonts/sofiapro-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/sofiapro-light-webfont.woff2') format('woff2'),
         url('/fonts/sofiapro-light-webfont.woff') format('woff'),
         url('/fonts/sofiapro-light-webfont.ttf') format('truetype'),
         url('/fonts/sofiapro-light-webfont.svg#sofia') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* Create the Default Headers  */
h1, h2, h3, h4, h5, h6 {color: #000; font-family: 'Sabon','Libre Baskerville', serif; font-weight: 400;}

/* Create the Default Paragraphs */
p {color: #fff; line-height: 24px; font-size: 16px; font-family: 'sofia','Libre Baskerville', serif; letter-spacing: .03em; font-weight: 400;}

/* Specific Header Settings */
h1 {font-size: 16px; color: #b5985a; text-transform: uppercase; letter-spacing: .110em; margin-bottom: 10px; font-weight: 700;}
h2 {font-size: 15px; color: #b5985a; text-transform: uppercase; letter-spacing: .110em; margin-bottom: 10px;}
h3 {font-size: 15px; color: #b5985a; margin-bottom: 10px; font-weight: 700;}
h4 {font-size: 14px; /*font-family: 'Lato', sans-serif;*/ font-weight: 700; color: #fff; text-transform: uppercase; margin-bottom:10px;}
h5 {font-size: 14px; /*font-family: 'Lato', sans-serif;*/ font-weight: 400; color: #fff;}
h6 {font-family: 'Libre Baskerville', serif; font-weight: 400; font-size: 14px; color: #000;}

/* Other Typo */
strong {font-weight: bold;}
hr {border: 1px #826C41 solid;  clear: both; height: 0;}
ol {list-style: decimal;}
ul {list-style: disc;}

.content li{margin-left: 32px}
.content .even li{margin-left: 20px}

/* Google Fonts
font-family: 'Lato', sans-serif; 400, 700
font-family: 'Libre Baskerville', serif; 400, 700
*/

/* Google Web Font Smoothing */
html, body, p, a, h1, h2, h3, h4, h5, h6 {-webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }

/* 3. Images
------------------------------------------------------------------------------*/

/* Remove border around linked images */
img {border: 0; border-style: none;}

/* 4. Links
------------------------------------------------------------------------------*/

/* Default Link Types */
a {color:#b5985a; text-decoration: none; font-family: 'Libre Baskerville', serif; font-weight: 400;}
a:hover {color:#ffffff; text-decoration: none;}
a:active {outline: none;}
a:focus {outline: none;}

/* 5. Forms
------------------------------------------------------------------------------*/

/* Removes fieldset borders. even on Opea 7 */
fieldset {border: 1px solid transparent;}

/* 6. Tables
------------------------------------------------------------------------------*/

/* Table Fixes */
table {border-spacing: 0; border-collapse: collapse;}
td {text-align: left; font-weight: normal; vertical-align: top; padding-bottom: 40px;}


input[type="text"], textarea , input[type="submit"], input[type="reset"]{-webkit-appearance: none; border-radius: 0px;}
input[type="text"], input[type="password"] { outline: none; }
textarea:focus, input:focus, a, div, img { outline: none; }


/* 7. Framework
------------------------------------------------------------------------------*/

/* Page Layout */
html, body {height: 100%; font-size: 13px; font-family: 'Lato', sans-serif; -webkit-text-size-adjust:none;}
#home {padding-top: 585px;}

/* General */
#wrapper {min-height: 100%; height: auto !important; margin:0 auto -40px;padding-top:0 !important;}
.container {width: 940px; margin: auto; position: relative;}
.last {margin-right: 0px !important;}
.disable-hover {pointer-events: none;}
.home_negative {margin: -10px auto -40px !important;}
#main_container{ position: relative; z-index: 99;}
/* Header */
#header_wrapper {position:fixed;top:0;width: 100%; min-width: 940px; height: 85px; background: url(/images/site/menu_bg_rptr2.png) bottom left repeat-x; z-index: 200;}
.internal_header {margin-bottom: -85px !important;}
header {width: 940px; height: 85px; position: relative; margin: 0 auto;}
.fixed {position: fixed; top: 0; left: 0; padding: 0;}
.bottom {position: fixed; bottom: 0; left: 0; padding: 0;}
#brand {position: absolute; z-index: 300; top: 5px; left: 384px;}
/*#header_cart {-webkit-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.64); -moz-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.64); box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.64); position: absolute; top: 76px; right: 10px; width: 150px; height: 28px; background: url(/images/site/header_tab.png); z-index: 50;}
#header_cart ul {padding-left: 30px;}
#header_cart ul li {list-style: none; float: left; padding: 0 4px; line-height: 30px; color: #fff;}
#header_cart ul li a {color: #fff; font-family: 'Lato', sans-serif; font-size: 11px; letter-spacing: .065em;}*/

/* Header - Drop Down Menus */
#menu_visit_nav, #menu_events_nav {padding-top: 50px;}
.menu_drop {display: none; position: absolute; z-index: 200; top: 76px; left: -72px; width: auto; height: 200px;overflow: hidden;border-radius: 0 0 15px 15px;box-shadow:0px 3px 3px rgba(0,0,0,.5);}
.menu_drop#menu_visit{left: 60px}
.menu_drop#menu_events{left: 176px}
.menu_drop#menu_shop{left: 576px}
.menu_drop .top_shadow {position: absolute; top: 0; left: 0; background: url(/images/site/top_shadow.png) repeat-x; height: 11px; width: 100%;}
nav ul li#winery_m:hover #menu_winery {display: block;}
nav ul li#visit:hover #menu_visit {display: block;}
nav ul li#events:hover #menu_events {display: block;}
nav ul li#shop:hover #menu_shop {display: block;}
.menu_drop .menu_nav {padding: 30px 20px; width: 200px; height: 165px; text-align: center; background: url(/images/site/menu_drop_wood_bg.png) no-repeat; float: left;}
.menu_drop .menu_nav ul li {line-height: 17px; float: none; margin-right: 0px !important; margin-left: 0px !important; margin-bottom: 10px;}
.menu_drop .menu_nav ul li a {padding-bottom: 0px; font-family: 'sofia', sans-serif; color: #25221e; font-size: 12px; font-weight: 400; font-weight:bold;letter-spacing: .135em; text-transform: uppercase;}
.menu_drop .menu_nav ul li a:hover {border-bottom: 0px;}
.menu_drop .menu_nav ul li a:after {padding-left: 30px; padding-top: 10px; display: block; content: ""; width: 170px; height: 5px; background: transparent url('/images/site/divider_drop_menu_dotted.png') bottom center no-repeat;}
.menu_drop #menu_shop_nav ul li {margin-bottom: 4px;}
.menu_drop #menu_shop_nav ul li a:after {padding-top: 4px;}
.menu_drop .menu_nav ul li:last-child a:after {display: none;}
.menu_drop .menu_img {float: left; width: 705px; overflow: hidden;display: none}

#winery_m.new .menu_drop .menu_nav {padding: 15px 20px 25px;}
#winery_m.new .menu_drop .menu_nav ul li a:after {padding-top: 6px;}

/* Navigation */
nav ul li {list-style: none; float: left; line-height: 100px;}
nav ul li a {padding-bottom: 14px; font-family: 'Sabon', serif; color: #86662d; text-transform: uppercase; letter-spacing: .05em;}
nav ul li a:hover {color: #86662d; border-bottom: 4px solid #ad8b40;}
nav ul li a.cur {color: #86662d; border-bottom: 4px solid #ad8b40;}
nav#nav_left {float: left;}
nav#nav_left ul li {margin-right: 30px;}
nav#nav_right {float: right;}
nav#nav_right ul li {margin-left: 30px;}
li#reserve-room {margin-left:30px !important; }
li#wine-club {margin-left:30px !important; }

.mobile-menu-icon{ display: none; background: url(/images/site/res_nav_btn.png) center center; float: right; height: 34px; margin: 0; padding: 0; width: 33px; position: absolute; right: 0; top: 10px; z-index: 999;}
.mobile-menu-icon:hover, .mobile-menu-icon.active{ color: #25221e !important; text-decoration: none;}
.mobile-nav{ display: none;}

/* Home */
#home_background_wrapper, #top .home_background_cycle {background: #000; width: 100%; min-width: 940px; height: 670px; overflow: hidden; position: fixed; top: 0; left: 0; z-index: -1; text-align: center;}
#home_background_wrapper .home_background_container {margin: 0 auto;}
#home_background_wrapper .home_background_container .inner_container {position: relative; float: right; right: 50%;}
#home_background_wrapper .home_background_container .inner_container img.home_background {position: relative; right: -50%; min-width: 100%; min-height: 670px;}

#home_background_wrapper .quote_wrapper {width: 100%; min-width: 940px; height: 675px; position: absolute; top: 0; left: 0; z-index: 1;}

#home_background_wrapper #quote_one {width: 660px; position: absolute; bottom: 120px; left: 0; right: 0; margin: auto; text-align: center; vertical-align: bottom;}
#home_background_wrapper #quote_two {width: 710px; position: absolute; bottom: 120px; left: 0; right: 0; margin: auto; text-align: center; vertical-align: bottom;}
#home_background_wrapper #quote_three {width: 515px; position: absolute; top: 110px; left: 0; right: 0; margin: auto; text-align: center; vertical-align: bottom;}

#home_background_wrapper #quote_one h2 {text-transform: none; line-height: 40px; filter: Shadow(Color=black, Direction=130, Strength=1); text-shadow: 1px 1px 6px rgba(0, 0, 0, 1); margin-bottom: 20px; font-size: 25px; color: #fff; font-family: 'Libre Baskerville', serif; font-weight: 400; letter-spacing: .04em;}
#home_background_wrapper #quote_one h3 {line-height: 40px; text-shadow: 1px 1px 6px rgba(0, 0, 0, 1); font-size: 15px; color: #fff; text-transform: uppercase; font-family: 'Libre Baskerville', serif; font-weight: 700; letter-spacing: .110em;}

#home_background_wrapper #quote_two h2 {text-transform: none; line-height: 40px; text-shadow: 1px 1px 6px rgba(0, 0, 0, 1); margin-bottom: 20px; font-size: 25px; color: #ebe3d2; font-family: 'Libre Baskerville', serif; font-weight: 400; letter-spacing: .04em;}
#home_background_wrapper #quote_two h3 {line-height: 40px; text-shadow: 1px 1px 6px rgba(0, 0, 0, 1); font-size: 15px; color: #ebe3d2; text-transform: uppercase; font-family: 'Libre Baskerville', serif; font-weight: 700; letter-spacing: .110em;}
#home_background_wrapper #quote_two h3 span {font-style: italic; font-weight: 400;}

#home_background_wrapper #quote_three h2 {text-transform: none; line-height: 40px; margin-bottom: 20px; font-size: 25px; color: #25221e; font-family: 'Libre Baskerville', serif; font-weight: 400; letter-spacing: .02em;}
#home_background_wrapper #quote_three h3 {line-height: 40px; font-size: 15px; color: #25221e; text-transform: uppercase; font-family: 'Libre Baskerville', serif; font-weight: 700; letter-spacing: .05em;}
#home_background_wrapper #quote_three h3 span {text-transform: none; font-weight: 400; font-style: italic; letter-spacing: 0em;}

.quoteauthor p{font-family: 'Sabon','Libre Baskerville', serif !important;}

section#first #sticky_push {height: 75px; width: 100%; min-width: 940px;}
section#first {width: 100%; min-width: 940px; height: 365px; background: url(/images/site/slides_home_5.jpg) center center no-repeat #24191B;}
section#second {width: 100%; min-width: 940px; height: 365px; background: url(/images/site/slides_home_2.jpg) center center no-repeat #26221F;}
section#third {width: 100%; min-width: 940px; height: 365px; background: url(/images/site/slides_home_4.jpg) center center no-repeat #26221F;}
.home_callout {width: 415px; text-align: center;}
.home_callout h2 {margin-bottom: 15px; text-shadow: 1px 1px 6px rgba(0, 0, 0, 1); letter-spacing: .110em; padding-bottom: 3px; display: inline-block; color: #b5985a; font-size: 16px; font-weight: 700; font-family: 'Libre Baskerville', serif; border-bottom: 1px solid #b5985a;}
.home_callout h2 span {font-style: italic; font-weight: 400; text-transform: none;}
.home_callout p {margin-bottom: 35px;}
.home_callout a.home_btn {margin: auto; line-height: 30px; display: block; background: url(/images/site/btn_home.png) no-repeat; width: 250px; height: 30px; color: #25221e; font-style: italic; letter-spacing: .05em;}
.home_callout a.home_btn:hover {color: #25221e;}
.home_callout a:hover {color: #b5985a;}
#callout_first {float: left;}
#callout_second {float: right; margin-top: 90px;}
#callout_third {float: left; margin-top: 80px;}
.home_divider {width: 100%; min-width: 940px; height: 1px; background: #eae5d6; position: relative;}
.home_divider .home_divider_element {width: 160px; height: 15px; background: url(/images/site/divider_icon.png) no-repeat; position: absolute; right: 0; left: -21px; top: -6px; margin: auto;}

/* Internal */
body#basic {background: #25221D;}
body#basic section.content {padding: 120px 0;}
body#basic section.content h1 {text-align: center;}
body#basic section#default {width: 735px; margin: auto; min-width: 735px;}
body#basic section#default p {font-family: 'sofia','Lato', sans-serif; letter-spacing: 0;font-weight: bold}
body#basic section#email {width: 570px; margin: auto; min-width: 570px;}
body#basic section#email p {font-family: 'Lato', sans-serif; letter-spacing: 0;}
body#basic section#default ul li {font-family: 'Lato', sans-serif; color: #fff; margin-left: 20px; line-height: 24px; font-size: 14px; margin-bottom: 10px;}
section.banner {width: 100%; min-width: 940px; height: 350px; overflow: hidden;}

.content p{font-size: 16px}

section.banner .banner_container {width: 100%; min-width: 940px; height: auto; margin: 0 auto;}
section.banner .banner_container .inner_container {position: relative; float: right; right: 50%;}
section.banner .banner_container .inner_container img {min-width: 100%; min-height: 350px; position: relative; right: -50%;}
section.content {width: 100%; min-width: 940px; overflow: hidden; padding: 40px 0;}
section.content a {font-family: 'sofia','Libre Baskerville', serif; font-style: italic; text-decoration: underline; color: #fff;font-weight: bold}
#email_signup {width: 500px; margin: 40px 0;}
#email_signup input[type=text] {padding: 10px; width: 280px; height: 20px; background: #EBE5D5; float: right; margin-bottom: 10px;}
#email_signup input[type=submit] {cursor: pointer; width: 198px; height: 29px; background: url(/images/site/subscribe.png); text-indent: -9999px;}
#email_signup_form {width: 300px; float: right;}
#email_signup_txt {float: left; width: 200px; text-align: left;}
#email_signup_txt label {width: 130px !important; line-height: 40px; font-style: italic; color: #fff; display: block;}
#email_signup_txt input[type="text"]{ display: none;}

/* Winery */
body#winery section.content {text-align: center;}
body#winery section.content p {width: 745px; display: block; margin: auto; }
body#winery.weddings #related_galleries ul li h4,body#winery.weddings section.content p,body#winery.weddings section.content a {color: #49453a;}
body#winery.weddings p strong{font-family: 'Sabon'}
body#winery section.content table p {width: auto;}
body#winery section.content table td {padding: 12px; color: #fff; line-height: 24px; font-size: 16px; font-family: 'sofia','Libre Baskerville', serif; letter-spacing: .03em; font-weight: 400; width: 440px;}
#winery_media {text-align: center; margin: auto; position: relative;}
#winery_media .winery_media_item {margin: auto;max-width:465px;max-height: 218px;overflow: hidden;}
#winery_media .winery_media_item img {max-width:100%;height:auto;}
#winery_media .winery_media_item h2 a {text-decoration: none; font-style: normal; font-family: 'Sabon','Lato', sans-serif;}
#winery_video, #winery_gallery {display: inline-block;}
#winery_video h2, #winery_gallery h2 {color: #fff; margin: auto; display: block; font-family: 'Lato', sans-serif; font-size: 13px; text-transform: uppercase; letter-spacing: .110em; margin-bottom: 7px;}
#winery_video h2 {width: 195px; background: url(/images/site/winery_icons_video.png) left center no-repeat;}
#winery_gallery h2 {width: 170px; background: url(/images/site/winery_icons_gallery_over.png) left center no-repeat;}
ul#categories li {padding: 0 3px; color: #b5985a; margin-bottom: 25px; list-style: none; display: inline-block; font-family: 'Libre Baskerville', serif; font-style: italic;}
ul#categories li a {text-decoration: none; color: #b5985a; font-size: 15px;font-family: 'Sabon'}
ul#categories li a.active {color: #fff;}
#accolades_container {width: 785px; margin: auto;}
#accolades_container h3 {color: #b5985a; text-align: left; margin-left: 340px; text-transform: uppercase; letter-spacing: .110em; margin-bottom: 20px;}
.accolades {margin-bottom: 50px;}
.accolades_img {width: 300px; height: 225px; overflow: hidden; float: left; margin-right: 40px;}
.accolades_img img {height: 225px;}
.accolades_txt {width: 445px; float: left; text-align: left;}
.accolades_txt h2 {color: #b5985a; font-size: 14px; font-weight: 400; margin-bottom: 5px; text-transform: none;}
.accolades_txt ul li {list-style: none; margin-bottom: 5px;}
.accolades_txt ul li p {font-family: 'sofia','Lato', sans-serif; font-weight: 400;font-weight: bold;}
.accolades_txt a.buy {color: #000 !important; text-decoration: none !important; margin-top: 10px; text-align: center; line-height: 30px; display: block; background: url(/images/site/btn_shop.png) no-repeat; width: 180px; height: 30px; color: #25221e; font-style: italic; letter-spacing: .05em;}
.accolades_txt h2 a {color: #b5985a; font-style: none; text-transform: uppercase; text-decoration: none; font-style: normal;}
body#winery section.content table{ width: 100%;}/* new add */
body#winery section.content table.team_list tr td{ float: right;}
body#winery section.content table.team_list tr td + td{ float: left;}


/* Careers */
#winery.careers .accolades_txt {width:100%;}
#winery.careers .accolades_txt .btn {margin:10px 0px 0px 20px; background: #b5985a; color: #25221e !important; font: italic 14px/16px "Libre Baskerville",serif; text-transform: capitalize; letter-spacing: 1.5px; padding: 8px 15px; display: inline-block; vertical-align: middle; border: 3px double #000;}
#winery.careers .accolades_txt .btn a {text-transform: none; text-decoration: none; font-style: normal;}


/* Visit */
#events_feed {margin-bottom: 30px;}
#events_feed h2 {margin-bottom: 5px;}
#events_feed ul {text-align: center;}
#events_feed ul li {list-style: none; display: inline-block; width: 300px; height: 180px; margin: 30px 10px 0 0;}
.events_feed_img {width: 140px; height: 140px; overflow: hidden; float: left; margin-right: 20px;}
.events_feed_img img {height: 140px;}
.events_feed_txt {width: 140px; float: left; text-align: left;}
.events_feed_txt h4 {margin-bottom: 10px;font-family: 'sofia';font-weight: bold;}
.events_feed_txt h3 a {color: #b5985b; font-style: normal; text-decoration: none; font-weight: 700; font-size: 16px;}

/* Calendar */
#cal_detail_left span {margin-bottom: 5px;}
.st_pinterest_custom {cursor: pointer; width: 25px; height: 25px; background: url(/images/site/share_pin.png) no-repeat scroll left top transparent; display: block;}
.st_facebook_custom {cursor: pointer; width: 25px; height: 25px; background: url(/images/site/share_fb.png) no-repeat scroll left top transparent; display: block;}
.st_twitter_custom {cursor: pointer; width: 25px; height: 25px; background: url(/images/site/share_twitter.png) no-repeat scroll left top transparent; display: block;}
section#cal_detail_content .container {width: 620px; margin: auto;}
#cal_detail_img {margin: 30px 0; text-align: left;}
#cal_detail_img img {max-width: 620px; min-width: 620px;}
#cal_detail_left {width: 25px; float: left; margin-right: 20px;}
#cal_detail_right {width: 575px; float: left; text-align: left;}
#cal_detail_right p {letter-spacing: 0em; width: 575px !important;}
#cal_detail_right h5 {margin: 15px 0;}
#cal_detail_right a#back {cursor: pointer; font-family: 'Lato', sans-serif; color: #b5985a; font-style: normal; font-weight: 400; text-decoration: none; display: block; margin: 20px 0;}
#cal_options {margin: 35px 0;}
#cal_options_left {border-top: 1px solid #b5985a; width: 470px; height: 35px; float: left;}
#cal_options_left li {list-style: none; float: left; margin-right: 20px;}
#cal_options_left li#calendar a, #cal_options_left li#list a, #cal_options_left li#club a {padding-left: 25px; display: block; line-height: 35px; text-decoration: none; font-style: normal; font-family: 'Lato', sans-serif; color: #b5985a; font-size: 11px; text-transform: uppercase; letter-spacing: .05em;}
#cal_options_left li#calendar a {background: url(/images/site/visit_icons_calendar.png) left center no-repeat;}
#cal_options_left li#list a {background: url(/images/site/visit_icons_list.png) left center no-repeat;}
#cal_options_left li#club a {background: url(/images/site/visit_icons_wine.png) left center no-repeat;}
#cal_options_right {width: 455px; float: right;}
#cal_options_right ul li {list-style: none; float: left; margin-right: 10px;}
#cal_options_right #styled_select select {overflow: hidden; position: relative; cursor: pointer; font-family: 'Libre Baskerville', serif; font-size: 14px; color: #25221e; padding: 0 5px; background: transparent; width: 225px; -webkit-appearance: none; -moz-appearance: none; -o-appearance: none; appearance: none; height: 25px; border: 0; border-radius: 0;}
#cal_options_right #styled_select select::-ms-expand {display: none;}
@-moz-document url-prefix(){#cal_options_right #styled_select select {padding: .2em; width: 110%;}}
#cal_options_right #styled_select {width: 205px; height: 25px; border-right: 10px solid #b5985a; overflow: hidden; background: url(/images/site/arrows.png) no-repeat right #b5985a;}
#cal_options_right #styled_select_border {width: 215px; height: 25px; border: 1px solid #b5985a; padding: 1px;}
#calendar_month h2 {text-transform: none; font-style: italic; margin-bottom: 0; color: #b5985a; font-size: 18px; text-decoration: none; letter-spacing: .110em;}
#calendar_month {position: relative; border-bottom: 1px solid #b5985a; padding-bottom: 5px; margin-top: 40px;}
#calendar_month_prev {position: absolute; bottom: 10px; left: 0;}
#calendar_month_prev a {display: block; width: 7px; height: 13px; background: url(/images/site/arrow_prev.png) no-repeat; text-indent: -9999px;}
#calendar_month_next {position: absolute; bottom: 10px; right: 0;}
#calendar_month_next a {display: block; width: 7px; height: 13px; background: url(/images/site/arrow_next.png) no-repeat; text-indent: -9999px;}
.calendar_day {width: 130px; float: left; text-align: center; margin-right: 5px;}
.calendar_day h3 {color: #fff; font-style: italic; font-size: 17px;}
.calendar_box {width: 110px; height: 110px; float: left; text-align: left; padding: 10px; margin: 0 2px 4px 2px;}
.calendar_box h5 a {font-family: 'Lato', sans-serif; font-weight: 400; font-style: normal; text-decoration: none;}
.inactive {background: #b5985b; opacity: .25; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=25)"; zoom: 1;}
.active_noevent {background: #EBE5D5;}
.active_event {background: #B5985C;}
#cal_list {width: 620px; margin: auto;}
#cal_list ul li {list-style: none; width: 620px; margin: 50px 0;}
#cal_list .events_feed_img {width: 140px; height: 140px; overflow: hidden; float: left; margin-right: 20px;}
#cal_list .events_feed_img img {height: 140px;}
#cal_list .events_feed_txt {width: 460px; float: left; text-align: left;}
#cal_list .events_feed_txt h4 {margin-bottom: 10px;}
#cal_list .events_feed_txt h3 a {color: #b5985b; font-style: normal; text-decoration: none; font-weight: 700; font-size: 16px;}
#cal_list .events_feed_txt h5 a {font-family: 'Lato', sans-serif; color: #b5985a; font-style: normal; font-weight: 400; text-decoration: none;}
#cal_list .events_feed_txt p {width: 460px !important;}

/* Events */
#related_galleries {margin: 30px 0;}
#related_galleries > h3{display: none}
#related_galleries ul {text-align: center;}
#related_galleries ul li {list-style: none; display: inline-block; margin: 10px 2px 0 0;}
#related_galleries ul li h4 {font-weight: 400; margin-bottom: 10px;}
#wedding_links {border-top: 1px solid #b5985a; width: 620px; margin: auto; height: 35px; margin-top: 20px;}
#wedding_links li {list-style: none; float: left;}
#wedding_links li#testimonials a, #wedding_links li#info a, #wedding_links li#manager a {padding-left: 25px; display: block; margin: 0 10px; line-height: 35px; text-decoration: none; font-style: normal; font-family: 'Lato', sans-serif; color: #b5985a; font-size: 11px; text-transform: uppercase; letter-spacing: .05em;}
#wedding_links li#testimonials a {background: url(/images/site/events_icons_testimonials.png) left center no-repeat;}
#wedding_links li#info a {background: url(/images/site/events_icons_event_info.png) left center no-repeat;}
#wedding_links li#manager a {background: url(/images/site/events_icons_events_manager.png) left center no-repeat;}
#wedding_links #wedding_social {border-right: 1px solid #b5985a; float: left; padding-right: 25px; margin-right: 10px;}
#wedding_links #wedding_social li {list-style: none; float: left; margin: 10px 4px 0 2px;}
#wedding_links #wedding_social li a {text-indent: -9999px; display: block; width: 20px; height: 20px;}
#wedding_links #wedding_social li.twitter a {background: url(/images/site/social_twitter.png) no-repeat;}
#wedding_links #wedding_social li.twitter a:hover {background: url(/images/site/social_twitter_over.png) no-repeat;}
#wedding_links #wedding_social li.facebook a {background: url(/images/site/social_facebook.png) no-repeat;}
#wedding_links #wedding_social li.facebook a:hover {background: url(/images/site/social_facebook_over.png) no-repeat;}
#wedding_links #wedding_social li.pinterest a {background: url(/images/site/social_pinterest.png) no-repeat;}
#wedding_links #wedding_social li.pinterest a:hover {background: url(/images/site/social_pinterest_over.png) no-repeat;}
#wedding_links #wedding_social li.instagram a {background: url(/images/site/social_instagram.png) no-repeat;}
#wedding_links #wedding_social li.instagram a:hover {background: url(/images/site/social_instagram_over.png) no-repeat;}

/* Wine Club */
section#club_content {text-align: left; width: 735px; margin: auto; min-width: 735px;}
section#club_content h1, section#club_content h2, section#club_content h3, section#cart_content h1 {text-align: center; font-style: normal;}
#club_content {padding: 75px 0;}
.membership {width: 180px; /*float: left;*/ display: inline-block; margin: 35px 20px 35px;}
.membership img {width: 100%}
.membership h4 {margin-bottom: 25px; display: block; color: #eae5d6; border-bottom: 1px solid #b5985a; padding-bottom: 7px; font-size: 13px; letter-spacing: .110em;font-family: 'sofia';font-weight: bold;}
.membership h5 {margin: 10px 0; color: #b5985a; letter-spacing: .04em;font-family: 'sofia';font-weight: bold;}
.membership h2 {margin: 15px 0; color: #fff; text-transform: none; font-style: italic; letter-spacing: .05em; font-size: 18px;}
.membership a.signup {font-family: 'Libre Baskerville', serif; line-height: 30px; display: inline-block; margin: auto; background: url(/images/site/btn_wineclub.png) no-repeat; width: 180px; height: 30px; color: #25221e !important; text-decoration: none !important; font-style: italic; letter-spacing: .05em;}
a#login {position: absolute; top: -52px; padding-right: 10px; right: 0; font-family: 'Lato', sans-serif; line-height: 50px; display: inline-block; background: url(/images/site/menu_member_login_bg.png) no-repeat; width: 160px; height: 50px; color: #fff; text-decoration: none; letter-spacing: .05em; font-style: normal; text-transform: uppercase; font-size: 11px;}
#member_login {width: 435px; margin: 40px auto;}
#member_login input[type=text], #member_login input[type=password] {width: 280px; height: 20px; background: #EBE5D5; float: right; margin-bottom: 10px; padding: 10px;}
#member_login input[type=password] {margin-bottom: 25px;}
#member_login input[type=submit] {margin-right: 5px; float: left; cursor: pointer; width: 91px; height: 29px; background: url(/images/site/login.png); text-indent: -9999px;}
#member_login_form {width: 300px; float: right;}
#member_login_txt {float: left; width: 130px; text-align: left;}
#member_login_txt p {width: 130px !important; line-height: 40px; font-style: italic;}
#wrapper .content .center-container {width: 91.4%; margin: 0 auto;}

/* Contact */
section#contact_content {padding-top: 125px;}
section#contact_content h1 {text-align: center;}
#contact_left {width: 535px; float: left; margin: 30px 100px 30px 0;}
#contact_left .dform {margin: 30px 0;}
#contact_left form input[type="text"] {width: 505px; height: 10px; background: #EBE5D5; padding: 15px;}
#contact_left form input:focus, #contact_left form textarea:focus {background: #D6CFBE;}
#contact_left form textarea {width: 505px; height: 100px; background: #EBE5D5; padding: 15px;}
#contact_left form input[type="submit"] {margin: 10px 0; cursor: pointer; font-family: 'Libre Baskerville', serif; line-height: 30px; display: block; background: url(/images/site/btn_contact.png) no-repeat; width: 200px; height: 30px; color: #25221e; font-style: italic; letter-spacing: .05em;}
#contact_left form label.dform_label {color: #fff; font-family: 'Sabon','Libre Baskerville', serif; font-style: italic; font-weight: 400; font-size: 15px;}
#contact_left form h3 {font-size: 16px;}
#contact_right {width: 300px; float: left; margin: 10px 0;}
#contact_right h2 {font-size: 16px; text-transform: none; letter-spacing: .05em; margin-bottom: 5px;}
#contact_right h3 {font-size: 14px; margin-bottom: 5px;}
#contact_right p {font-family: 'sofia','Lato', sans-serif; letter-spacing: .05em; font-weight: 400;font-weight: bold; line-height: 18px;}
#contact_right img {display: block; margin: 20px 0;}

/* Footer Push */
#push {height: 40px;}

/* Footer */
footer {width: 100%; min-width: 940px; background: url(/images/site/footer_menu_bg_rptr.jpg) repeat; overflow: hidden;}
footer a#footer_contact {float: left; line-height: 40px;}
/*footer #footer_cart {width: 150px; height: 40px; background: #b5985a; float: left; margin-right: 15px;}
footer #footer_cart ul {padding-left: 7px;}
footer #footer_cart ul li {list-style: none; float: left; color: #fff; font-family: 'Lato', sans-serif; font-size: 11px; letter-spacing: .065em; padding: 0 4px; line-height: 40px;}
footer #footer_cart ul li a {color: #fff; font-family: 'Lato', sans-serif; font-size: 11px; letter-spacing: .065em;}*/
footer ul#social li {list-style: none; float: left; margin: 10px 2px 0 2px;}
footer ul#social li a {text-indent: -9999px; display: block; width: 20px; height: 20px;}
footer ul#social li.twitter a {background: url(/images/site/social_twitter.png) no-repeat;}
footer ul#social li.twitter a:hover {background: url(/images/site/social_twitter_over.png) no-repeat;}
footer ul#social li.facebook a {background: url(/images/site/social_facebook.png) no-repeat;}
footer ul#social li.facebook a:hover {background: url(/images/site/social_facebook_over.png) no-repeat;}
footer ul#social li.pinterest a {background: url(/images/site/social_pinterest.png) no-repeat;}
footer ul#social li.pinterest a:hover {background: url(/images/site/social_pinterest_over.png) no-repeat;}
footer ul#social li.instagram a {background: url(/images/site/social_instagram.png) no-repeat;}
footer ul#social li.instagram a:hover {background: url(/images/site/social_instagram_over.png) no-repeat;}
footer ul#footer_text {display: block; max-width: 520px;margin:0 auto;}
footer ul#footer_text li {line-height: 30px; text-align: center;list-style: none; float: left; color: #000; font-size: 10px; text-transform: uppercase; letter-spacing: 0em;}
footer ul li.line {margin: 0 3px;}
footer ul#footer_text li a {color: #000; font-family: 'Lato', sans-serif;}
footer ul#footer_text2 {display: block; max-width:263px;margin: 10px auto;}
footer ul#footer_text2 li {line-height: 20px;text-align:center; list-style: none; float: left; color: #000; font-size: 10px; text-transform: uppercase; letter-spacing: .03em;}
footer ul#footer_text2 li a {color: #000; font-family: 'Lato', sans-serif;}

/* Shadowbox
#sb-title-inner,#sb-info-inner,#sb-loading-inner,div.sb-message{font-family:"HelveticaNeue-Light","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:200;color:#fff;}
#sb-container{position:fixed;margin:0;padding:0;top:0;left:0;z-index:999;text-align:left;visibility:hidden;display:none;}
#sb-overlay{position:relative;height:100%;width:100%;}
#sb-wrapper{position:absolute;visibility:hidden;width:100px;}
#sb-wrapper-inner{position:relative;border:1px solid #303030;overflow:hidden;height:100px;}
#sb-body{position:relative;height:100%;}
#sb-body-inner{position:absolute;height:100%;width:100%;}
#sb-player.html{height:100%;overflow:auto;}
#sb-body img{border:none;}
#sb-loading{position:relative;height:100%;}
#sb-loading-inner{position:absolute;font-size:14px;line-height:24px;height:24px;top:50%;margin-top:-12px;width:100%;text-align:center;}
#sb-loading-inner span{background:url(/images/jquery/loading.gif) no-repeat;padding-left:34px;display:inline-block;}
#sb-body,#sb-loading{background-color:#000000;}
#sb-title,#sb-info{position:relative;margin:0;padding:0;overflow:hidden;}
#sb-title,#sb-title-inner{height:26px;line-height:26px;}
#sb-title-inner{font-size:16px;}
#sb-info,#sb-info-inner{height:20px;line-height:20px;}
#sb-info-inner{font-size:12px;}
#sb-nav{float:right;height:16px;padding:2px 0;width:45%;}
#sb-nav a{display:block;float:right;height:16px;width:16px;margin-left:3px;cursor:pointer;background-repeat:no-repeat;}
#sb-nav-close{background-image:url(/images/jquery/close.png);}
#sb-nav-next{background-image:url(/images/jquery/next.png);}
#sb-nav-previous{background-image:url(/images/jquery/previous.png);}
#sb-nav-play{background-image:url(/images/jquery/play.png);}
#sb-nav-pause{background-image:url(/images/jquery/pause.png);}
#sb-counter{float:left;width:45%;}
#sb-counter a{padding:0 4px 0 0;text-decoration:none;cursor:pointer;color:#fff;}
#sb-counter a.sb-counter-current{text-decoration:underline;}
div.sb-message{font-size:12px;padding:10px;text-align:center;}
div.sb-message a:link,div.sb-message a:visited{color:#fff;text-decoration:underline;} */

/* Shadowbox */
#sb-title-inner,#sb-info-inner,#sb-loading-inner,div.sb-message{font-family:"HelveticaNeue-Light","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:200;color:#fff;}
#sb-container{position:fixed;margin:0;padding:0;top:0;left:0;z-index:300;text-align:left;visibility:hidden;display:none;}
#sb-overlay{position:relative;height:100%;width:100%;}
#sb-wrapper{position:absolute;visibility:hidden;width:100px;}
#sb-wrapper-inner{position:relative;border:1px solid #303030;overflow:hidden;height:100px;}
#sb-body{position:relative;height:100%;}
#sb-body-inner{position:absolute;height:100%;width:100%; background: #fff;}
#sb-player.html{height:100%;overflow:auto;}
#sb-body img{border: 1px solid #c5c5c5;}
#sb-loading{position:relative;height:100%;}
#sb-loading-inner{position:absolute;font-size:14px;line-height:24px;height:24px;top:50%;margin-top:-12px;width:100%;text-align:center;}
#sb-loading-inner span{background:url(/images/jquery/loading.gif) no-repeat;padding-left:34px;display:inline-block;}
#sb-body,#sb-loading{background-color:#060606;}
#sb-info,#sb-info-inner{height:20px;line-height:20px;}
#sb-info-inner{font-size:12px;}
#sb-nav{float:right;height:16px;padding:2px 0;width:45%;}
#sb-nav-close{background-image:url(/images/jquery/close.png);}
#sb-nav-close{cursor: pointer; width: 16px; height: 16px; position: absolute; bottom: 0; right: 0; z-index: 999; background-image:url(/images/jquery/close.png);}
#sb-nav-next{cursor: pointer; width: 45px; height: 80px; position: absolute; top: 42%; right: 0; z-index: 999; background-image:url(/images/site/arrow_right.png);}
#sb-nav-previous{cursor: pointer; width: 45px; height: 80px; position: absolute; top: 42%; left: 0; z-index: 999; background-image:url(/images/site/arrow_left.png);}
#sb-nav-play{display: none;}
#sb-nav-pause{display: none;}
#sb-counter{display: none;}
#sb-counter a{padding:0 4px 0 0;text-decoration:none;cursor:pointer;color:#fff;}
#sb-counter a.sb-counter-current{text-decoration:underline;}
div.sb-message{font-size:12px;padding:10px;text-align:center;}
div.sb-message a:link,div.sb-message a:visited{color:#fff;text-decoration:underline;}

/*----- edits on @V2/23/2016 -----*/
.reserve-block{display: inline-block; position: relative; margin:0 auto; background:#b5975a; max-width: 445px; margin-right: 0; padding:10px 10px 7px 8px; margin-top: -9px; float: right; position: absolute; background: url('/images/site/background-glow.jpg'); background-repeat: no-repeat; left: auto; right: 0; background-position: top left; background-size:100% auto;}
.reserve-block form{margin:0 auto; display: inline-block}
.reserve-block label{width: auto; display: inline-block; vertical-align: middle; font-size: 12px; line-height: 24px; color: #fff; padding: 0 8px; font-family: 'Playfair Display', serif; padding-left: 0; font-weight: 500}
.reserve-block .calendar{background:#f9f3de; display: inline-block; vertical-align: middle; height: 25px; width: 96px; -webkit-box-sizing: border-box;box-sizing: border-box; padding: 2px 25px 2px 8px; background-image: url('/images/site/calender-img.png'); background-repeat: no-repeat; background-position: 93% 6px; margin-right: 5px; font-size: 10px; font-weight: 400; color: #000}
.reserve-block .calendar + .calendar{width: 105px;}
.reserve-block .check_availability{background:#251c1d;-webkit-appearance: none; outline: none; height: 30px; border: none; max-width: 80px; width: 100%; display: inline-block; vertical-align: middle; color: #fff; font-size: 11px; line-height: normal; font-family: 'Lato', sans-serif;cursor:pointer;}
