/*
Theme Name: evoResponsive-1.55
Theme URI: http://www.evowebdev.com
Description: Responsive business theme; supports widgets, threaded-comments and multi-level dropdown menu. Utilizes Advanced Custom Fields (required). Includes pagetitle row and onscroll changes to header.
Customized Aug/Sep 2017 for Adelaide Inn.
Version: 1.60
Author: Ray Gulick
Author URI: http://www.evowebdev.com
Tags: threaded-comments,light,multiple-columns,theme-options,white
License: GNU General Public License, v2 (or newer)
License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
 *
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 * 
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 * 
 * Note: see the "license.htm" page for copyright and 
 * license information for bundled resources, including images
*/

.slideshow div.wideslide, .confined .slideshow div.wideslide { display: none; }

.clearfix:after { 
   content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}

/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*** Correct `block` display not defined in IE 8/9.*/
article, aside, details, figcaption, figure, footer, header, main, nav, section, summary { display: block; }
/*** Correct `inline-block` display not defined in IE 8/9.*/
audio, canvas, video { display: inline-block; }
/*** Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.*/
audio:not([controls]) { display: none; height: 0; }
/*** Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.*/
[hidden], template { display: none; }
script { display: none !important; }
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html { font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ }
/*** Remove default margin.*/
body { margin: 0;  }
/* ==========================================================================
   Links
   ========================================================================== */
/*** Remove the gray background color from active links in IE 10.*/
a { background: transparent; }
/*** Address `outline` inconsistency between Chrome and other browsers. */
a:focus { outline: none; }
/** * Improve readability when focused and also mouse hovered in all browsers.*/
a:active, a:hover { outline: 0; }
/* ==========================================================================
   Typography
   ========================================================================== */
/*** Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.*/
h1 { font-size: 2em; margin: 0.67em 0; }
/*** Address styling not present in IE 8/9, Safari 5, and Chrome.*/
abbr[title] { border-bottom: 1px dotted; }
/*** Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.*/
b, strong { font-weight: 600 !important; }
/*** Address styling not present in Safari 5 and Chrome.*/
dfn { font-style: italic; }
/*** Address differences between Firefox and other browsers.*/
hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; }
/*** Address styling not present in IE 8/9. */
mark { background: #ff0; color: #000; }
/*** Correct font family set oddly in Safari 5 and Chrome.*/
code, kbd, pre, samp { font-family: monospace, serif; font-size: 1em; }
/*** Improve readability of pre-formatted text in all browsers.*/
pre { white-space: pre-wrap; }
/*** Set consistent quote types.*/
q { quotes: "\201C" "\201D" "\2018" "\2019"; }
/*** Address inconsistent and variable font size in all browsers.*/
small { font-size: 80%; }
/*** Prevent `sub` and `sup` affecting `line-height` in all browsers.*/
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.3em; }
sub { bottom: -0.1em; }
/* ==========================================================================
   Embedded content
   ========================================================================== */
/*** Remove border when inside `a` element in IE 8/9.*/
img { border: 0; }
/*** Correct overflow displayed oddly in IE 9.*/
svg:not(:root) { overflow: hidden; }

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 99.6%; } 
.embed-container iframe,
.embed-container object, 
.embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
#tab-2 .embed-container iframe {top: -1px;}
iframe {border:none;}
/* ==========================================================================
   Figures
   ========================================================================== */
/*** Address margin not present in IE 8/9 and Safari 5.*/
figure { margin: 0; }
/* ==========================================================================
   Forms
   ========================================================================== */
/*** Define consistent border, margin, and padding.*/
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend { border: 0; /* 1 */ padding: 0; /* 2 */ }
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button, input, select, textarea { font-family: inherit; /* 1 */ font-size: 100%; /* 2 */ margin: 0; /* 3 */ }
/*** Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.*/
button, input { line-height: normal; }
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button, select { text-transform: none; }
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type="button"], /* 1 */ input[type="reset"], input[type="submit"] { -webkit-appearance: button; /* 2 */ cursor: pointer; /* 3 */ }
/*** Re-set default cursor for disabled elements.*/
button[disabled], html input[disabled] { cursor: default; }
/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ }
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] { -webkit-appearance: textfield; /* 1 */ -moz-box-sizing: content-box; -webkit-box-sizing: content-box; /* 2 */ box-sizing: content-box; }
/*** Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.*/
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
/*** Remove inner padding and border in Firefox 4+.*/
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea { overflow: auto; /* 1 */ vertical-align: top; /* 2 */ }
/* ==========================================================================
   Tables
   ========================================================================== */
/*** Remove most spacing between table cells.*/
table { border-collapse: collapse; border-spacing: 0; }
/***END NORMALIZE***/

/***hdr searchform
.headeright .search-form { position: relative; display:inline; }
.headeright .search-field { background: transparent url(images/search-icon.png) no-repeat 5px 2px; background-size: 15px 16px; border: 0; cursor: pointer; height: 20px; margin: 3px 0; padding: 0 0 0 25px; position: relative; -webkit-transition: width 400ms ease, background 400ms ease; transition: width 400ms ease, background 400ms ease; width: 0; font-size:.8em;}
.headeright .search-field:focus { background-color: #fff; border: none; cursor: text; outline: 0; width: 210px; border-radius:2px; color:#666;}
.headeright .search-form .search-submit { display:none;  }
.headeright .screen-reader-text {display:none;}***/

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #e6e6e6;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #e6e6e6;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #e6e6e6;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #e6e6e6;
}
/***end hdr searchform***/

body .userway.userway_p1 { top: 46px!important; right:13px!important; transition:.3s; -moz-transition:.3s; -webkit-transition: .3s;  }
body.onscrollchg .userway.userway_p1 { top: 80px!important; right:13px!important; }

/****SUPERFISH****/
/*** ESSENTIAL STYLES ***/
/*menu bar *******/
.menubar { z-index:2000; position:absolute; height:66px; transition:.3s; -moz-transition:.3s; -webkit-transition: .3s; right:0; top:44px; }
.onscrollchg .menubar { top:0; } /**SCROLLCHANGE**/
html body { position:static !important; } /*fixes many issues caused by fixed header and wprmenu*/

/*.menubar.box-shadow { -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.1); -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.1); box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.1); } */
.menu-header { height:66px; margin: 0 auto; }
.menu-primary-navigation-container {width:auto;display:inline;float:right;}
#nav { padding:0; margin: 0 auto; height:66px; display:inline-block;} /* #nav is primary ul */
#nav ul { position:absolute; top:-999em; width:20em; /* left offset of submenus need to match (see below) */ }
/*#nav li.menu-item-401 ul{ width:11.8em;}*/
#nav ul li { width:100%; background:#681731; }
#nav li:hover { visibility:inherit; /* fixes IE7 'sticky bug' */ }
#nav li { float:left; position:relative; }
#nav a { display:block; position:relative; }
#nav li:hover ul, #nav li.sfHover ul { left:-20px; top:62px; /* match top ul list item height */ z-index:200;border-radius: 0 0 5px 5px;  }
#nav li.menu-item-320 ul, #nav li.menu-item-320.sfHover ul { left:-224px;}
#nav li:hover li ul, ul#nav li.sfHover li ul { top:-999em; }
/*#nav li li:hover ul, ul#nav li li.sfHover ul { left:15em;/* match ul width */ /*top:0;display:none;}*/
#nav li li:hover li ul, ul#nav li li.sfHover li ul { top:-999em;display:none; }
/*#nav li li li:hover ul, ul#nav li li li.sfHover ul { left:11em; /* match ul width */ /*top:0;display:none; }*/

/*** SKIN ***/
#nav, #nav * { list-style:none; }
#nav li { margin:0 6px 0 0;line-height:64px;background:transparent;font-weight:400;font-size:18px;font-family: Cinzel, "Times New Roman", serif; text-transform:uppercase;}
#nav li:last-child {margin-right:0;}
#nav li li {font-size:1.1em;line-height:1.15;margin:0;}
#nav li li:last-child {border-radius: 0 0 5px 5px;}

#nav li:hover,#nav li:active {}

/**TOP-LEVEL MENU ITEMS***/
/****Base Color and padding***/
#nav a { color:#681731; text-decoration:none; padding: 1px 12px 1px 12px; transition: .3s; -moz-transition: .3s; -webkit-transition: .3s;  }
#nav li li a {color:#f2f2f2!important;padding:10px 12px 10px 14px;}
#nav li li:first-child a {padding-top:14px;}
#nav li li:last-child a {padding-bottom:16px;border-radius: 0 0 5px 5px;}
/***Hover/Active Color*****/
#nav a:hover, 
#nav a:active {color:#000; }
#nav li li a:hover,
#nav li li a:active { color:#fff!important;background:#49051b;}

/**Hilite Color Base***/
#nav li a:hover,
#nav li a:active,
#nav li.sfHover a,
#nav li.current_page_item a, 
#nav li.current_page_ancestor a, 
#nav li.current_page_parent a {color:#000; background: url(images/menuhover.png) repeat-x 0 100%;/*background:#681731;*/}
/***Hilite Color Hover/Active***/
#nav li.current_page_item a:hover, 
#nav li.current_page_item a:active,
#nav li.current_page_ancestor a:hover, 
#nav li.current_page_ancestor a:active {color:#000;}
/**Undo Hilited Blog Item when on CPT single ("nohilite" class added on mu-plugins/evo-post-types.php***/
#nav li.current_page_parent.nohilite a { color:#a30a3b; background:transparent;} /*base color, above*/
#nav li.current_page_parent.nohilite a:hover,
#nav li.current_page_parent.nohilite a:active {color:#000;}
.menubar.box-shadow #nav li.current_page_parent.nohilite a { color:#a30a3b; background:transparent;} /*base color, above*/

@media screen and (max-width: 1020px) {
	#nav a { padding: 1px 8px 3px 8px; }
	#nav li.menu-item-320 ul, #nav li.menu-item-320.sfHover ul { left:-232px;}
}

/*****END SUPERFISH****/


/*****HEADER****/
#header_container { margin: 0 auto 0 auto; background: #f9f4de; position:fixed;top:0;width:100%; z-index:999; transition: .3s; -moz-transition: .3s; -webkit-transition: .3s;-webkit-box-shadow: 0px 4px 4px -4px rgba(114,24,50,0.2); -moz-box-shadow: 0px 4px 4px -4px rgba(114,24,50,0.2); box-shadow: 0px 4px 4px -4px rgba(114,24,50,0.2); }
.admin-bar #header_container {}

@media screen and (max-width: 950px) {
	body {margin-top:-7px;} /*accommodates narrowing of #wprmenu_bar from 42px to 37px (line 330ish)*/
}

.onscrollchg #header_container {-webkit-box-shadow: 0px 4px 4px -4px rgba(114,24,50,0.3); -moz-box-shadow: 0px 4px 4px -4px rgba(114,24,50,0.3); box-shadow: 0px 4px 4px -4px rgba(114,24,50,0.3); }
.topbar {background:#681731; height:33px;width:100%;}
#header2 { margin: 0 auto; padding: 0; position: relative; min-height: 110px; }
.onscrollchg #header2 { min-height: 66px; }  /**SCROLLCHANGE**/

.scrollup {position:fixed; bottom:12px; right:12px; z-index:999; opacity:0;}
.onscrollchg .scrollup {opacity:1.0;transition:.6s; -moz-transition:.6s; -webkit-transition:.6s;}
.onscrollchg .scrollup:hover,
.onscrollchg .scrollup:active {opacity:0.6;}

.tagline {font-family:Cinzel; font-size:15px;line-height:32px;margin:2px 0 0 2px; color:#F2F2F2;text-transform:uppercase;width:auto;float:left;}
.secondarynav {float:right;}
#nav2 {list-style-type:none;padding:0;margin:0;}
#nav2 li {font-family:Cinzel; font-size:15px;line-height:36px;margin:1px 0 0 0; text-transform:uppercase;display:inline;color:#F2F2F2;}
#nav2 li a {display:inline-block;padding:0 12px;color:#F2F2F2;}
#nav2 li:last-child a {padding-right:0;}
#nav2 li a:hover,
#nav2 li a:active { color:#fff;}
#nav2 li:after {content:"|"; }
#nav2 li:last-child:after {content:" "; }

#content_container { background:transparent; padding-top: 0;  }
.search #content_container{max-width:700px;}
.sitemap #content_container {max-width:400px;padding-bottom:20px;}
/*LOGO*/
#logo { position: absolute; z-index:1000; height:auto; width:308px; top:9px; transition: .3s; -moz-transition: .3s; -webkit-transition: .3s; max-width:90%;}
.onscrollchg #logo { position:relative; height:auto; width:220px; top:3px; }   /**SCROLLCHANGE**/
#logo img { border: none; width:100%; }
#logo2 { float: left; margin: 44px 30px 0 0; } /*no image*/
#logo2 a { text-decoration: none; color: #333; font-size: 36px; letter-spacing: 0; font-weight: normal; }

/*HEADERIGHT
.headeright { width: auto; float: right; padding:2em 0 0 0;text-align:right; transition: .3s; -moz-transition: .3s; -webkit-transition: .3s; }
.onscrollchg .headeright {display:none;}*/

.slideshow { background: #1A2832; position: relative; margin:146px 0 0 0; transition: .3s; -moz-transition: .3s; -webkit-transition: .3s; display:block; }

/***WPR Menu***/
.wpr_search .wpr-search-field { padding: 2px 5px !important; border: none; max-width: 100%; width: 100%; border-radius:3px; }
#wprmenu_menu.top {text-align:center;}
#wprmenu_menu_ul, .wpr_search {max-width:600px; margin:0 auto!important; text-align:left;}
.wpr_search {padding:1em 14px 1.3em 14px!important;}
#wprmenu_menu.wprmenu_levels ul li { border-bottom: 1px dotted #7a7171!important;}
#wprmenu_bar, 
#wprmenu_bar *, 
#wprmenu_menu, 
#wprmenu_menu * {font-family:Cinzel,"Times New Roman", serif; text-transform:uppercase;}
#wprmenu_menu .wpr-search-form input {font-family:Raleway;text-transform:none;margin:8px 0;}
#wprmenu_menu.wprmenu_levels ul li.fineprint {border:none!important;}
#wprmenu_menu li.fineprint a {text-align:center;font-size:13px!important;padding:6px 14px!important;}
#wprmenu_menu li.fineprint.top a {padding-top:13px!important;}
#wprmenu_menu li.fineprint.bottom a {padding-bottom:13px!important;}
#wprmenu_bar { padding: 8px 16px; height: 35px; }
#wprmenu_menu {top:35px;}

@media screen and (max-width: 950px) {
	.menubar,
	.topbar {display:none}
	#header_container {top:35px;}
	#wprmenu_bar .menu_title {font-family:Cinzel; font-size:15px;margin-top:0;}
	.headeright {display:none;}
	#header2,
	.onscrollchg #header2 { text-align: center; margin: 0; min-height:110px; }
	#logo, #logo2 { position: relative; display: block; margin: 0 auto 0 auto; top:15px; left: 0; float: none; }
	.onscrollchg #logo {width:308px; top:15px;}
	.tagline { margin-bottom: 20px; clear: both; }
	.headeright { width: 100%; float: none; text-align: center; padding: .8em 0 0 0; }
	.wpr_search { margin-bottom:-110px!important; } /*offsets slider top-margin set for hdr depth*/
	.slideshow { margin:104px 0 0 0; }
}

/***SLIDER********************/
.birdeye {position:absolute; top:72px;right:40px; transform: rotate(10deg);-webkit-box-shadow: 2px 3px 3px 0px rgba(0,0,0,0.3); -moz-box-shadow: 2px 3px 3px 0px rgba(0,0,0,0.3); box-shadow: 2px 3px 3px 0px rgba(0,0,0,0.3); -webkit-border-radius: 70px; -moz-border-radius: 70px; -o-border-radius: 70px; -ms-border-radius: 70px; border-radius: 70px; padding-top: 10px; overflow: hidden; background: #306130; height: 140px; }
@media screen and (max-width: 600px) {
	.birdeye {top:28%;}
}
@media screen and (max-width: 400px) {
	.birdeye {display:none;}
}

.onscrollchg .slideshow {margin:66px 0 0 0;}

.topcontainer {width:100%;position:absolute; top:0;}
.topcontainer .medium-12.columns {background-color:rgba(249,244,222,0.7);border-radius:0 0 4px 4px; }
.booking-container {text-align:center;}
.booking-area {min-height:70px; padding:20px 0; display: inline-block; width:auto;}
.booking-area h2,
.booking-area .gform_wrapper,
.booking-area .gform_wrapper .gform_body,
.booking-area .gform_wrapper .gform_footer { display: inline-block!important; width: auto!important; padding: 0; margin: 0; float: left;clear:none;vertical-align:middle!important; }
.booking-area .gform_wrapper .top_label .gfield_label { clip-path: inset(100%); clip: rect(1px, 1px, 1px, 1px); height: 1px; overflow: hidden; position: absolute; white-space: nowrap;  width: 1px;}
.booking-area .gform_wrapper .top_label div.ginput_container {margin-top: 0!important;}
.booking-area .gform_wrapper .top_label li.gfield.gf_inline input[type=text].datepicker.medium { width: 140px!important;background:#fcfcf9 url(images/booking.png) 96% 3px no-repeat; background-size:15%; }
.booking-area h2 {display:inline!important; padding: 0 15px 0 38px; background: url(images/booking.png) 0 -1px no-repeat; background-size:10.5%;line-height: 1.0; margin: 0!important; -webkit-margin-before: 0; -webkit-margin-after: 0; vertical-align: middle; font-size:2.1rem; }
.booking-area .gform_wrapper .gform_footer input.button, 
.booking-area .gform_wrapper .gform_footer input[type=submit], 
.booking-area .gform_wrapper .gform_page_footer input.button, 
.booking-area .gform_wrapper .gform_page_footer input[type=submit] { font-size: 13px; width: auto; margin:0; }

@media screen and (max-width:768px) {
.booking-area h2, 
.booking-area .gform_wrapper, 
.booking-area .gform_wrapper .gform_body, 
.booking-area .gform_wrapper .gform_footer {width:100%!important; text-align:center!important;}
.booking-area h2 {background-image:none; margin-bottom:7px!important;padding:0 15px;}
.booking-area.gform_wrapper .gform_footer,
.booking-area .gform_wrapper .gform_body,
.booking-area .gform_wrapper .top_label li.gfield.gf_inline {/*display:block!important;float:none;*/}
.booking-area .gform_wrapper li, 
.booking-area .gform_wrapper form li, 
body .booking-arear .gform_wrapper ul li.gfield { margin:0 0 5px 0!important; }
.booking-area.gform_wrapper {width:88%;margin:0 auto!important;display:inline-block;vertical-align:middle;}
.booking-area li.field_sublabel_below .ginput_complex { margin-top: 0!important; }
.booking-area .gform_wrapper form {width:100%;}
.gform_wrapper input#gform_submit_button_3[type=submit] { padding: 5px 16px!important;}
.booking-area .gform_wrapper .top_label li.gfield.gf_inline input[type=text].datepicker.medium { width: 95%!important; /* background-image: none; */ margin-bottom: 8px; display: inline-block!important; text-align: left; max-width:180px;}
.booking-area .gform_wrapper .gform_footer input.button, 
.booking-area .gform_wrapper .gform_footer input[type=submit], 
.booking-area .gform_wrapper .gform_page_footer input.button, 
.booking-area .gform_wrapper .gform_page_footer input[type=submit] { font-size: 13px; width: auto; margin:0 auto; }
.booking-area .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) { line-height: 1.2; min-height: 1rem;  text-align:center;}
}

.bottomcontainer {width:100%;position:absolute; bottom:0;}
.bottomcontainer .medium-12.columns {padding:0;}
.bottomcontainer .medium-12.columns:after {content: ""; display: table; clear: both; }
.slide-feature {background: rgba(249, 244, 222, 0.75);width:25%;display:inline-block;float:left;padding:15px 0; position:relative;transition-timing-function: ease-in-out; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; transition: all 0.5s;}
.slide-feature:first-child {padding-left: 0.9375em; border-radius: 4px 0 0 0; }
.slide-feature:last-child {padding-right: 0.9375em; border-radius: 0 4px 0 0; }
.sf-container { width:100%;height:165px; border-right:1px solid #681731;background-size:cover; overflow:hidden;}
.sf-container span.sf-text {background: rgba(249, 244, 222, 0.94);display:table;height:165px; width:100%;transition-timing-function: ease-in-out; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; transition: all 0.5s;}
.sf-container:hover span.sf-text {opacity:0;}
.slide-feature:last-child .sf-container { border:none;}
.sf-container .sf-text {padding:6px 4px; text-align:center;}
.sf-container h4 {font-family:Cinzel,"Times New Roman",serif; text-transform:uppercase; color:#721831;font-weight:400;font-size:1.35em;line-height:1.2;margin:6px auto 2px;}
.sf-container p {margin:8px 0; color:#555;}
.sf-container p.read-more {font-size: 13px; text-transform: uppercase; font-weight: 600; letter-spacing: .05em;color: #721831;}

.wideslide { width: 100%; background-size: cover; padding: 0 0 20px 0;position:relative; }
.wideslide .text.medium-4.columns { float: left; padding-bottom:30px; padding-right: 2em; }
.wideslide .text h1 { font-size:2em;color: #fff; line-height: 1.3; font-weight: 600;letter-spacing:0; margin: 18px 0 3px 0; }
.wideslide .text p { color: #fff; font-size: 1.7em;margin:0 0 .3em 0; line-height: 1.36; }
.wideslide .text p.read-more { font-size: 14px;letter-spacing:.1em;margin:1em 0 1.2em 0; }
.wideslide .text p.read-more a, .wideslide .text p.read-more a:visited { padding: 8px 20px 9px 22px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; width: auto; }
.wideslide .text .read-more .pointer { font-size: 150%; color:#fff; }
.slideshow-controls { position: absolute; width: 100%; height: 50px; bottom: 55%;-webkit-transition: bottom 0.6s ease-in-out; -moz-transition: bottom 0.6s ease-in-out; -o-transition: bottom 0.6s ease-in-out; transition: bottom 0.6s ease-in-out; z-index:100!important; }

@media screen and (max-width: 3200px) {
	.wideslide { min-height: 480px;-webkit-transition: min-height 0.6s ease-in-out; -moz-transition: min-height 0.6s ease-in-out; -o-transition: min-height 0.6s ease-in-out; transition: min-height 0.6s ease-in-out; }
	.wideslide.homepage {min-height: 880px;}
}
/*@media screen and (max-width: 1800px) {
    .wideslide { min-height: 650px;}
}
@media screen and (max-width: 1400px) {
    .wideslide { min-height: 575px;}
}
@media screen and (max-width: 1200px) {
	.wideslide { min-height: 500px;}
}*/
@media screen and (max-width: 1250px) {
.wideslide.homepage {min-height: 800px;}
}
@media screen and (max-width: 1100px) {
.wideslide.homepage {min-height: 720px;}
}
@media screen and (max-width:1020px) {
.sf-container h4 {font-size:1.1em;}
.sf-container p {font-size:.9em;}
}
@media screen and (max-width: 950px) {
	/*.slideshow-controls { bottom: 80%;}*/
	.wideslide { min-height: 420px; }
	.wideslide.homepage {min-height:680px;}
    .wideslide .text.medium-4.columns {padding-right: 0.9375em;}
}
@media screen and (max-width: 850px) {
	.slide-feature {width:100%;float:none;display:block;padding:0!important;background:transparent;}
	.slide-feature:first-child {padding-top:10px!important;}
	.slide-feature:last-child {padding-bottom:10px!important;}
	.wideslide { min-height: 380px;}
	.sf-container {height:auto;background-image:none!important;border-right:none;}
	.sf-container span.sf-text {text-align:left; padding:0 15px;max-width:630px;margin:0 auto;background: transparent; height:auto;}
	.sf-container .sf-text p {display:none;}
	.sf-container:hover,
	.sf-container:active {}
	.sf-container:hover span.sf-text,
	.sf-container:active span.sf-text {opacity:1.0;}
	.sf-container h4 {margin:6px 0;line-height:1; padding:8px 0 4px 12px;border:1px solid #c6b5a2; border-radius:18px; overflow:hidden; background: rgba(249, 244, 222, 0.7) url(images/rightdblangle.png) 100% 50% no-repeat;}
	.sf-container:hover span.sf-text h4,
	.sf-container:active span.sf-text h4 {border:1px solid #6B0001;background: rgba(255, 255, 255, 0.7) url(images/rightdblangle.png) 100% 50% no-repeat;} 
	
	.wideslide.homepage {min-height: 600px;}
	.wideslide .text.medium-4.columns { float: none; width: 100%; max-width: 100%; margin: 0 auto; text-align: center; border-radius: 0;position:relative; height:100%!important;min-height: 380px;background: url(images/blkTransp.png);padding-bottom:5px; }
	.wideslide .text h1 { margin-top:0; padding:30px 15px 0 15px;}
	.wideslide .text p { padding:0 15px;}
	.wideslide .text p.read-more {padding-bottom:10px;}
	/*.slideshow-controls { bottom: 10%;} */
}
@media screen and (max-width: 700px) {
    .wideslide,
	.wideslide .text.medium-4.columns { min-height: 320px; }
}
@media screen and (max-width: 500px) {
	.wideslide,
	.wideslide .text.medium-4.columns { min-height: 280px;}
	.wideslide .text h1 { font-size:1.7em; margin-top:0; padding:15px 15px 0 15px;}
    .wideslide .text p { font-size:1.4em;}
}
@media screen and (max-width: 440px) {
	.sf-container h4,
	.sf-container:hover span.sf-text h4,
	.sf-container:active span.sf-text h4 {background-position:200% 50%;text-align:center;padding:6px;}
}

.wideslide .absolutecontainer { width:100%;position:absolute;top:0;}/*moves text to bottom*/
.wideslide .row { }

@media screen and (max-width: 1080px) {
	/*.slideshow-controls { bottom: 16px; }*/
}
.slideshow-controls .slideshow-prev { position: absolute; left: 10px; width: 75px; height: 106px; background: url(images/slider_arrowL.png) 0 50% no-repeat; opacity: 0.4;cursor:pointer;background-size:85%; }
.slideshow-controls .slideshow-next { position: absolute; right: 10px; width: 75px; height: 106px; background: url(images/slider_arrowR.png) 100% 50% no-repeat; opacity: 0.4;cursor:pointer;background-size:85%; }
.slideshow-controls .slideshow-prev:hover, .slideshow-controls .slideshow-prev:active, .slideshow-controls .slideshow-next:hover, .slideshow-controls .slideshow-next:active { opacity: 1.0; }

/***confined slider****/
.confined .slideshow { -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; overflow: hidden; background-clip: border-box; margin-left: -0.9375em; margin-right: -0.9375em; }
.confined .wideslide .text.medium-4.columns { float: right; padding-right: 36px; }
.confined .wideslide .text h1 { color: #fff; line-height: 1.2; font-weight: 600; font-size: 1.9em; }
.confined .wideslide .text p { color: #fff; font-size: 1.1em; }
.confined .wideslide .text p.read-more { font-size: 14px; }
.confined .wideslide .text p.read-more a, 
.confined .wideslide .text p.read-more a:visited { padding: 4px 18px 5px 20px; -moz-border-radius: 15px; -webkit-border-radius: 15px; border-radius: 15px; width: auto; }
.confined .wideslide .text .read-more .pointer { font-size: 150%;color:#fff;  }

@media screen and (max-width: 1020px) {
.confined .slideshow { -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; }
}

@media screen and (max-width: 850px) {
.confined .wideslide .text h1 { font-size: 1.4em; }
}

@media screen and (max-width: 700px) {
.confined .wideslide .text.medium-4.columns { float: none; width: 100%; max-width: 100%; margin: 0 auto; text-align: center; padding-right: 0.9375em; border-radius: 0;position:relative; height:100%!important; }
.confined .wideslide .text h1 { font-size: 1.6em; margin-top:0; padding:30px 15px 0 15px;}
.confined .wideslide .text p { padding:0 15px;}
.confined .wideslide .text p.read-more {padding-bottom:10px;} 
}
/***end slider***/

/****SWIPER CAROUSEL***/
.carousel-container { background:#681731; padding:20px 0; text-align:center;}
.carousel-container h2 {text-align:center;color:#fff;text-transform:uppercase;padding:0 15px;}
.swiper-container { width: 100%; height:auto; margin: 20px auto;padding:10px; background:#5e152c; }
.swiper-slide { text-align: center; position:relative; overflow:hidden; }
.swiper-slide img {width:100%;}
.carousel-overlay {position:absolute; top:0; left:0;background: url(images/blkTransp70.png) repeat; min-height:400px;opacity:0;transition-timing-function: ease-in-out; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; transition: all 0.5s;}
.carousel-overlay:hover,
.carousel-overlay:active {opacity:1.0;}
.carousel-overlay h3 {font-family:Cinzel, "Times New Roman", serif; font-weight:400; color:#fff; text-transform:uppercase;max-width:92%;margin-left:auto;margin-right:auto;margin-top:80px;}
.carousel-overlay p {font-size:.9em; color:#fff;max-width:92%;margin-left:auto;margin-right:auto;}
.carousel-overlay p.learnmore {font-size:.8em;padding:4px 10px; border:1px solid #fff; max-width:120px;margin:6px auto;text-transform:uppercase; }

.swiper-button-next  { position: absolute; right: 0; width: 42px; height: 58px; background: url(images/slider_arrowR.png) 50% 50% no-repeat; background-size:65%;opacity: 0.7; cursor: pointer;z-index:1000; }
.swiper-button-prev { position: absolute; left:0; width: 42px; height: 58px; background: url(images/slider_arrowL.png) 50% 50% no-repeat; background-size:65%; opacity: 0.7;cursor:pointer; z-index:2000; }
.swiper-button-next:hover,
.swiper-button-next:active,
.swiper-button-prev:hover,
.swiper-button-prev:active {opacity:1.0;}

@media screen and (max-width: 1750px) {
.carousel-overlay h3 {margin-top:60px;}
}
@media screen and (max-width: 1500px) {
.carousel-overlay h3 {margin-top:50px;}
}
@media screen and (max-width: 1400px) {
.carousel-overlay h3 {margin-top:40px;}
}
@media screen and (max-width: 1300px) {
.carousel-overlay h3 {margin-top:25px;margin-bottom:.2em}
.carousel-overlay p {margin-bottom:.3em}
}
@media screen and (max-width: 1200px) {
.carousel-overlay h3 {margin-top:10px;margin-bottom:.1em}
.carousel-overlay p {margin-bottom:.2em; font-size:.86em;}
}
@media screen and (max-width: 1040px) {
.carousel-overlay h3 {margin-top:10px;margin-bottom:.1em}
.carousel-overlay p {margin-bottom:.2em; font-size:.86em;}
.carousel-overlay p.learnmore {display:none;}
}
/**switch to 3**/
@media screen and (max-width: 950px) {
.carousel-overlay h3 {margin-top:18px;margin-bottom:.3em}
.carousel-overlay p {margin-bottom:.3em; font-size:.9em;}
.carousel-overlay p.learnmore {display:block;}
}
@media screen and (max-width: 850px) {
.carousel-overlay h3 {margin-top:10px;margin-bottom:.1em}
.carousel-overlay p {margin-bottom:.2em; font-size:.86em;}
}
/*switch to 2*/
@media screen and (max-width: 800px) {
.carousel-overlay h3 {margin-top:40px;margin-bottom:.3em}
.carousel-overlay p {margin-bottom:.8em; font-size:.9em;}
}
@media screen and (max-width: 650px) {
.carousel-overlay p.learnmore {display:none;}
}
@media screen and (max-width: 550px) {
.carousel-overlay h3 {margin-top:10px;font-size:.94em;}
.carousel-overlay p {margin-bottom:.5em; font-size:.86em;}
}
@media screen and (max-width: 430px) {
.carousel-overlay h3 {margin-top:50px;font-size:1.2em;}
.carousel-overlay p {margin-bottom:.8em; font-size:1em;}
.carousel-overlay p.learnmore {display:block;}
}
/**end swiper****/

/****Final Tiles Gallery****/
.final-tiles-gallery .tile .caption-block .title {font-family:Cinzel, "Times New Roman", serif; font-size:1.1em!important;font-weight:400!important; line-height:1.2;texxt-align:center!important;}
.final-tiles-gallery {padding-bottom:2em; padding-top: 10px;}
.tile.ftg-loaded {-webkit-box-shadow: 2px 4px 7px 0px rgba(107,68,50,0.66); -moz-box-shadow: 2px 4px 7px 0px rgba(107,68,50,0.66); box-shadow: 2px 4px 7px 0px rgba(107,68,50,0.66); }
.final-tiles-gallery .caption-block { height: auto; padding:10px;}
@media screen and (max-width: 900px) {
	.final-tiles-gallery .tile .caption-block .title {font-size:1em!important;}
}
@media screen and (max-width: 600px) {
	.final-tiles-gallery .tile .caption-block .title {font-size:.9em!important;}
	.final-tiles-gallery .caption-block { height: auto; padding:2px;}
}
@media screen and (max-width: 400px) {
	.final-tiles-gallery .tile .caption-block .title {display:none;}
}

/***TABBED CONTENT****/
.tab-container { width: 100%; margin: 0 auto; }
.post-entry ul.tabs { margin: 0px; padding: 0px; list-style: none;background:rgba(104,23,49,0.2);border-radius:6px 6px 0 0;width:99.6%; }
.post-entry ul.tabs li { background:rgba(104,23,49,0.2); color: #fff; display: inline-block; padding: 10px; cursor: pointer; margin:0;text-indent:0;text-transform:uppercase; width:33.33%;text-align:center;transition-timing-function: ease-in-out; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; transition: all 0.5s;}
.post-entry ul.tabs li:first-child {border-radius:6px 0 0 0; }
.post-entry ul.tabs li:last-child {border-radius:0 6px 0 0; }
.post-entry ul.tabs li:hover {background:rgba(104,23,49,0.4); color:#fff;}
.post-entry ul.tabs li.current { background: #681731; color: #fff; }
.post-entry ul.tabs li:before { content:normal; }
.tab-content { display: none; background:transparent;margin-bottom:2.5em; }
.tab-content.current{ display: inherit; }

@media screen and (max-width: 850px) {
	.post-entry ul.tabs li,
	.post-entry ul.tabs li:last-child {display:block;width:100%;border-radius:0;padding:10px 10px 9px 10px;border-bottom:1px solid #681731;}
	.post-entry ul.tabs li:last-child {border:none;}
	.post-entry ul.tabs li:first-child {border-radius:6px 6px 0 0;}
}

/*FOOTER*/	
#footer { margin: 0 auto; background: #f9f4de; min-height: 270px; }
#footer-info { color: #444; margin: 0 auto; background: #f9f4de; padding:0 0 30px 0; overflow: visible; min-height: 100px; }
#copyright { text-align: left; width:49%; float:left; }
#copyright p { font-size:.85em; line-height: 1.3;margin-bottom:.3em; }
.sisterhotels {text-align:right;width:49%;float:right;}
.sisterhotels img {float:right; margin:-10px 0 15px 15px;}
.sisterhotels h5 {margin-top:-2px;}
#footer-info a { text-decoration: none; color: #444; }
#footer-info a:hover { color: #111; }
#footer-widget { padding: 16px 0 8px 0; float: left; color: #6a6a6a; line-height: 1.6em; }
@media screen and (max-width: 950px) {
	#copyright,
	.sisterhotels {float:none; text-align:center;width:100%;}
	.sisterhotels img {float:none;margin:22px auto 12px auto;}
	.sisterhotels h5 {margin-top:0;}
}
/*#footer-widget #search { width: 120px; height: 28px; background: #ebebeb; margin-left: 0; position: relative; }
#footer-widget #search #s { width: 110px; height: 24px; border: 0; margin-left: 7px; margin-right: 10px; margin-top: 3px; color: #666; display: inline; background: #ebebeb; float: left; }
#footer-widget #calendar_wrap { padding: 8px 0; }
#footer-widget #wp-calendar td { padding: 2px; }*/
#footer-widget .textwidget { padding: 0 0 5px 0; }
#footer-widget .widget_tag_cloud a { text-decoration: none; margin: 5px 5px 5px 0; line-height: 24px; color: #6a6a6a; }
#footer-widget .widget_tag_cloud a:hover { color: #fff; }
#footer-widget .widget-container ul li a { color: #585858; }
#footer-widget .widget-container ul li a:hover { color: #222; }
#footer-widget .widget-container h3 { color:#7B0103; margin-bottom: .5em; padding: 0; font-size: 1.15rem; line-height: 1.4; }
#footer-widget .widget-container ul li { padding:2px 0 5px 0; margin-left: 0; background: none; }
#footer-widget p { font-size: .95rem; color: #585858; line-height: 1.5; font-weight:300;margin:.6em 0 0 0; }
#footer-bar1 { float: left; }
#footer-bar2 { float: left; }
#footer-bar3 { float: left; }
#footer-bar4 { float: left; }
span#follow-box { position: absolute; right: 100px; }
span#follow-box img { margin: 0 2px; }
ul.xoxo { margin: 0; list-style-type: none; padding-top: .7em; padding-left:0;}
#footer1 ul.xoxo {padding-left:6px;}
a.smoothScroll {}

#footer-widget .widget-container  {margin-bottom:12px;}
#footer-widget .widget-container ul li a {font-weight:400!important;font-size:.96em;}
#footer-widget .widget-container ul li { font-family: Raleway, Helvetica, Arial, sans-serif; font-weight: 400; font-size: .95rem; line-height: 1.2; margin:0 0 .15rem 0; text-rendering: optimizeLegibility;list-style:none; margin-left:1.2rem;text-indent:-1.0rem; }
#footer-widget .widget-container  ul li:before { content: "\003E"; font-size:.75em;margin-right:.85em;position:relative; top:-2px;color:#7B0103; font-weight:700;}
#footer-widget .widget-container  ul { margin-left:0; margin-bottom: .3rem; }

#footer-widget .widget-container ul.social { margin: 0; padding: 1em 0 .4em 0; }
#footer-widget .widget-container ul.social li { list-style-type: none; margin: 0 10px; padding: 0; display: inline; }
#footer-widget .widget-container ul.social li:before {content:"";}
#footer-widget .widget-container ul.social li:last-child {margin:0;}
#footer-widget .widget-container ul.social a.smoothScroll { width: 32px !important; }
#footer-widget .widget-container ul.social li a { display: inline-block; }
#footer-widget .widget-container ul.social img {max-width:28px;}
#copyright .totop {padding:8px 0;}

.footer-affiliates {background:#f9f4de;}
.large-12.columns.affiliates {text-align:center; padding:0 15px 0 15px;}
.large-12.columns.affiliates img {vertical-align:middle; padding:3px 15px;display:inline;margin-top:-36px;}


/* main_container */
body { font-family: Raleway, Helvetica, Arial, sans-serif; color: #4f4f4f; min-height: 100%; /*background:#721831;*/ position:relative; background: rgba(249,244,222,0.4) url(images/bodybg.jpg) repeat-y 50% 0;width:100%; height:100%; -webkit-background-size: 100%; -moz-background-size: 100%; -ms-background-size: 100%; -o-background-size: 100%; background-size: 100%; }
body::after {
  content: "";
  opacity: 0.7;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;   
}
.pagecontainer {width:100%; background: rgba(249, 244, 222, 0.5) url(images/contentbgnew92.png) no-repeat scroll center top; min-height:700px; padding:.3em 0 1.5em 0;-webkit-box-shadow: 0px 4px 4px -4px rgba(114,24,50,0.5); -moz-box-shadow: 0px 4px 4px -4px rgba(114,24,50,0.5); box-shadow: 0px 4px 4px -4px rgba(114,24,50,0.5); position:relative; -webkit-background-size: 100%; -moz-background-size: 100%; -ms-background-size: 100%; -o-background-size: 100%; background-size: 100%; }
.pagecontainer.fourohfour { width: 100%; min-height:500px;background-size: cover;background-position:50% 60%;margin-top:120px;}
.pagecontainer.fourohfour .post-entry { max-width:800px;margin:0 auto;padding:50px 10px 20px 164px;}
.pagecontainer.fourohfour .post-entry p {color:#fff;}
.pagecontainer.fourohfour .post-entry h1 {color:#fff;line-height:1;margin-bottom:0;font-weight:400;}
.pagecontainer.fourohfour .post-entry h1.mainhead {font-size:4.5em;line-height:1;margin:.1em 0 .2em 0;}
.searchfourofour {padding:10px 0;background:transparent;}

@media screen and (max-width: 1750px) {
.pagecontainer { -webkit-background-size: 120%; -moz-background-size: 120%; -ms-background-size: 120%; -o-background-size: 120%; background-size: 120%; }
body { -webkit-background-size: 110%; -moz-background-size: 110%; -ms-background-size: 110%; -o-background-size: 110%; background-size: 110%; }
}
@media screen and (max-width: 1550px) {
.pagecontainer { -webkit-background-size: 130%; -moz-background-size: 130%; -ms-background-size: 130%; -o-background-size: 130%; background-size: 130%; }
}
@media screen and (max-width: 1450px) {
.pagecontainer { -webkit-background-size: 1920px; -moz-background-size: 1920px; -ms-background-size: 1920px; -o-background-size: 1920px; background-size: 1920px; }
body { -webkit-background-size: 1920px; -moz-background-size: 1920px; -ms-background-size: 1920px; -o-background-size: 1920px; background-size: 1920px; }
}

/***LANDING PAGE***/
#hdr2.landinghdr { height: 110px;text-align:center; }
.page-template-page_landingpage .tagline {float:none; text-align:center;}
.landinghdr #logolanding { margin:0 auto 0 auto;padding-top:9px;}
.onscrollchg .landinghdr #logo { width:308px;}
.pagecontainer.landing {margin-top:145px;padding-top:0;}
.topslide-container,
.bottomslide-container { color:#fff;text-align:center}
.slidedark {background: url(images/blkTransp.png);}
.row.top-slide,
.row.bottom-slide {padding-top:50px; padding-bottom:25px; min-height:380px; }
.top-slide .columns h1,
.top-slide .columns h2,
.top-slide .columns h3,
.top-slide .columns h4,
.top-slide .columns p,
.bottom-slide .columns h1,
.bottom-slide .columns h2,
.bottom-slide .columns h3,
.bottom-slide .columns h4,
.bottom-slide .columns p {color:#fff; text-align:center;font-size:1.1em;}
.top-slide .columns p.read-more,
.bottom-slide .columns p.read-more {font-size:14px;margin-top:24px;}
.top-slide .medium-9.columns,
.bottom-slide .medium-9.columns {margin:0 auto;text-align:center;float:none;}
.top-slide .columns h1,
.bottom-slide .columns h1 {font-size:60px; line-height: 1.1; margin:15px auto; font-weight:400;padding-bottom:15px!important;}
.top-slide .columns h3,
.bottom-slide .columns h3 {font-size:1.5em; margin:6px auto 15px; padding:0;}
.top-slide .columns img,
.bottom-slide .columns img {margin:0 auto!important; max-width:40%;}
.landing .title-container h1 {padding-bottom:10px;}
.medium-12.columns.landing {padding-left:2em; padding-right:2em;}
.lp-bottomtext {width:100%;background: rgba(249,244,222,0.4);padding-bottom:1em;}
.lp-bottomtext .post-entry h2 {font-size: 40px; padding: 18px 0 4px 0; }
#content_container3 {padding-top:1em;}
@media screen and (max-width: 950px) {
	/*body.page-template-page_landingpage {margin-top:-40px;}*/
	.page-template-page_landingpage .tagline {margin-bottom:0;}
	.page-template-page_landingpage #wprmenu_bar,
	.page-template-page_landingpage #wprmenu_menu {display:none!important;height:0;padding:0;margin:0;position:relative;}
	.page-template-page_landingpage .topbar {display:block!important;}
	.page-template-page_landingpage #header_container {top:0;}
	.page-template-page_landingpage .row.mainhd {height:110px;}
	.pagecontainer.landing {margin-top:110px;}
}
@media screen and (max-width: 850px) {
	.row.bottom-slide {padding-top:30px; padding-bottom:25px; min-height:280px; }
}
@media screen and (max-width: 600px) {
	.row.bottom-slide {padding-top:30px; padding-bottom:25px; min-height:220px; }
	.top-slide .columns h1 {font-size:48px;}
	.top-slide .columns h3 {font-size:1.2em;}
}
/***Landing Footer***/
.landing .large-12 columns.social {text-align:center;}
.landing ul.social { margin: 12px auto 0 auto; padding: 1em 0 .4em 0; display: table; }
.landing ul.social li { list-style-type: none; margin: 0 15px 0 0; padding: 0; display: inline; }
.landing ul.social li:before {content:"";}
.landing ul.social li:last-child {margin:0;}
.landing ul.social li a { display: inline-block; }
.landing ul.social img {max-width:28px;}
.landing #copyright { text-align:center; width:100%; float:none;}

#wrapper { margin: 0 auto; position: relative; }
a:link, 
a:visited { color: #681731;border:none; cursor:pointer; }
a:hover, 
a:active { color: #a70c07;border:none; cursor:pointer;}
.pagecontainer a:link,
.pagecontainer a:visited {color:#000; font-weight:500;}
.pagecontainer a:hover,
.pagecontainer a:active {color:#a70c07; font-weight:500;}
#footer a:link, 
#footer a:visited { color: #585858; }
#footer a:hover, 
#footer a:active { color: #222; }
.post-entry p a:hover, 
.post-entry p a:active, 
.post-entry li a:hover, 
.post-entry li a:active { text-decoration: underline; }

/*******FEATURE CONTAINER**********/
.feature-container { margin:2.5em 0; padding:30px 3px; background:#e8dec7; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius:10px; }
.post-entry .feature-container p { line-height:1.8;}
.post-entry .feature-container p:last-child { margin-bottom:3px; }
.post-entry .feature-container p.read-more {text-align:center;}
.post-entry .feature-container h2 {font-size:2em;text-align:center; margin-top:-6px;margin-right:.5em;text-transform:uppercase;padding:0; }
.post-entry .feature-container img {margin-bottom:0;}

.feature-container:nth-of-type(odd) .medium-5.columns,
.feature-container:nth-of-type(even) .medium-7.columns {float:right;}
.feature-container:nth-of-type(even) .medium-5.columns,
.feature-container:nth-of-type(odd) .medium-7.columns {float:left;}

.feature-container .medium-3.columns.winery {text-align:center;}

@media screen and (max-width: 850px) {
.feature-container:nth-of-type(odd) .medium-5.columns,
.feature-container:nth-of-type(even) .medium-7.columns,
.feature-container:nth-of-type(even) .medium-5.columns,
.feature-container:nth-of-type(odd) .medium-7.columns  {float:none;width:100%;}
.post-entry .feature-container h2  {padding-top:.85em; font-size:28px;}
.post-entry .feature-container ul {margin-left:50px;}
.feature-container .medium-7.columns {padding-bottom:20px;}
}
@media screen and (max-width: 550px) {
.post-entry .feature-container ul { margin-left: 25px;}
}

/***PACKAGE DETAILS****/
.packagedetails {max-width: 600px; margin: 0 auto;}

/*****ROOMS****/
.room-container {margin-right:-0.9375em; margin-left:-0.9375em; position:relative;}
.medium-6.columns.room {margin:2em 0 4em 0;}
.post-entry .room p { line-height:1.8;}
.post-entry .room img {margin-bottom:0;}
.post-entry .room h2 {font-size:2em;text-align:center; margin-top:0;margin-right:.5em;text-transform:uppercase;padding:12px 0 9px 0; }
.medium-6.columns.room .roomtext.card {background:#e8dec7;padding:12px 15px 32px 15px;}
.medium-6.columns.room .roomtext.card:hover {background:#efe6d2;}
.room-container p.read-more {position:absolute;bottom:-36px;left:50%;margin-left:-89px;}
.roomtext.card {border-bottom:1px solid #681731;}

.booknow {text-align:center;padding:15px 0;}
@media screen and (max-width: 850px) {
.medium-6.columns.room {float:none;width:100%;}
.medium-6.columns.room h2 {font-size:28px;}
}

/*responsive menu********************/
/* default style */
.selectnav { display: none; }

/*post-entry search*/
.post-entry #search { width: 303px; height: 28px;  margin-left: 0; margin-bottom: 28px; position: relative;  }
.post-entry #search #searchsubmit { background: url(images/go-btn.png) no-repeat top right; width: 28px; height: 28px; border: 0; position: absolute; right: -28px; top: 2px; }
.post-entry #search #s { width: 298px; height: 24px; border: 1px solid #ddd; margin-left: 2px; margin-right: 0; margin-top: 1px; color: #666; display: inline; background: #f6f6f6; float: left; padding: 0 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;}

/*widget search*/
#sidebar #search { width: 100%; max-width:320px; height: 28px;  margin-left: 0; margin-bottom: 28px; position: relative;  }
#sidebar #search #searchsubmit { background: url(images/go-btn-sidebar.png) no-repeat 4px 2px; width: 24%; height: 28px; border: 0; right:6px; top: 2px; float:right; display:inline;background-size:20px;}
#sidebar #search #s { width: 74%; height: 24px; border: 1px solid #ddd; margin-left:0; margin-right: 0; margin-top: 1px; color: #666; display: inline; background: #fff; float: left; padding: 0 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;}


/****HOMEPAGE SECTIONS****/
.medium-12.columns.page.home {}
.section {padding:15px 0 22px 0;}
.section.amenities {/*padding:15px 0 18px 0; if no background, use this and delete all below*/
padding:0 0 18px 0; margin-bottom:18px; border-radius:6px; border: 1px solid #dfd7be; background-color: rgba(249,244,222,0.8); -webkit-box-shadow: 1px 3px 4px 0px rgba(143,120,100,0.3); -moz-box-shadow: 1px 3px 4px 0px rgba(143,120,100,0.3); box-shadow: 1px 3px 4px 0px rgba(143,120,100,0.3); }
.section.amenities h2 {padding: 18px 0 0 0;margin-bottom:.4em;}
.section.amenities h2.homenities {padding: 18px 0 0 0;margin-bottom:0;}
.section.amenities div.homenities {margin-bottom:6px;}
.section.amenities h3 {padding-bottom:12px;}
.colcontainer.row .medium-4.columns {padding-left:2em;padding-right:1em;}
.colcontainer.row .medium-4.columns.top,
.colcontainer.row .medium-4.columns.middle {border-right:1px solid #721831;}
.post-entry .colcontainer.row .medium-4.columns li {margin:0 0 1.1rem 1.3rem; font-size:1.05rem;}
@media screen and (max-width: 850px) {
	.section.amenities {padding-bottom:28px;}/*delete if no background*/
	.colcontainer.row { text-align:center;}
	.colcontainer.row .medium-4.columns {text-align:left; width: 100%; float:none; border:none!important; padding-left:2em; padding-right:0.9375em;}
	.post-entry .colcontainer.row .medium-4.columns ul {max-width:450px;  margin:0 auto;}
	.post-entry .colcontainer.row .medium-4.columns li {margin:1.1rem .25em 1.1rem 1.2rem;}
}

.map-container.section {width:100%;height:450px;min-height:450px;padding:0;position:relative;overflow:hidden;}
/*#maprow-container {position:absolute; top:12%;width:100%;}*/
.map-overlay {padding:15px 15px 5px 15px; border:1px solid #CCC09A; background-color: rgba(249,244,222,0.6);text-align:center;-webkit-box-shadow: 1px 3px 4px 0px rgba(143,120,100,0.3); -moz-box-shadow: 1px 3px 4px 0px rgba(143,120,100,0.3); box-shadow: 1px 3px 4px 0px rgba(143,120,100,0.3); width:46%; position:absolute; top:12%; left:10%; transition-timing-function: ease-in-out; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s; transition: all 0.5s; border-radius:4px;}
button#DivButton {position:absolute; top:9px; left:50%; margin-left:-46px; font-family:Raleway,Helvetica,Arial,sans-serif;}
.map-overlay h2.map {line-height:1.1;}
.map-overlay p.map {text-align:left;margin-bottom:.3em;}
#huge_it_google_map_4954.huge_it_google_map {height:450px!important;}

.post-entry ul.mapkey {list-style-type:none;padding:6px 0;margin:0;}
.post-entry ul.mapkey li {display:inline-block; line-height:24px; padding:0 15px 3px 24px;margin:0;text-indent:0;font-size:.9em; background-size:24px!important;}
.hg-dir-info-block {background:#f9f4de!important;}
.hg-directions-block {background: #977b5c!important;}

.post-entry ul.mapkey li:before,
.post-entry .hg-travel-mode ul li:before{content: ""!important;margin-right:0!important;top:0!important;text-indent:0!important;}
.post-entry .hg-travel-mode ul li {margin:0 10px 0 0;line-height:1.2;}
.post-entry ul.hg-dist-units li:before {content: ""!important;margin-right:0!important;top:4px;text-indent:0!important;}
.post-entry ul.hg-dist-units li {margin:0 0 0 30px;line-height:.85;font-size:.9em;text-indent:0;vertical-align:top;}
.post-entry ul.list-inline.pull-right.hg-dist-units,
 ul.list-inline.pull-right.hg-dist-units {margin-top:-4px;}

.post-entry ul.mapkey li.museum {background: url(/wp-content/uploads/2017/10/pin-museum.png) 0 0 no-repeat;}
.post-entry ul.mapkey li.attraction {background: url(/wp-content/uploads/2017/10/pin-blue.png) 0 0 no-repeat;}
.post-entry ul.mapkey li.wine {background: url(/wp-content/uploads/2017/10/pin-wine.png) 0 0 no-repeat;}

@media screen and (max-width: 850px) {
.map-overlay {width:90%;left:5%;}
}

.testimonials.section {width:100%;min-height:400px;text-align:center;background-size:cover;background-position:50% 50%;-webkit-box-shadow: 0px 4px 4px -4px rgba(114,24,50,0.5); -moz-box-shadow: 0px 4px 4px -4px rgba(114,24,50,0.5); box-shadow: 0px 4px 4px -4px rgba(114,24,50,0.5);}
.testimonials.section .columns.testify {margin:0 auto;float:none;}
.testimonials.section h2 {color:#fff;padding-top:25px;}
.testimonials.section .testislder p {color:#fff; font-size:26px; line-height:1.9;font-style:italic;text-align:left;text-indent:-.4em;margin:0 0 .6em .4em;}
.testimonials.section .testislder .rating {margin:0 auto;text-align:center;}
.testimonials.section .testislder .rating img {max-width:180px;margin:0 auto;padding-bottom:15px;}

/******GENERAL TYPOGRAPHY*****/
h1,  
h2, 
h3, 
h4, 
h5, 
h6, 
.title-head { font-weight: 400; color: #681731; font-family: Cinzel, Georgia, "Times New Roman", serif;line-height:1.3;}
h1 { font-size: 2.5em;line-height:1.2; margin: 0.25em 0 1.1em 0; font-weight:700;; text-transform:uppercase;}
.post-entry h2 { font-size: 2.6em; color:#681731; font-family: Cinzel, Georgia, "Times New Roman", serif; text-align:center;padding:18px 0; }
h3 { font-size: 1.2rem; color:#681731;font-family: Raleway, Helvetica, Arial, sans-serif;font-weight:600; padding:6px 0 2px 0; }
h3.serif-center {font-family: Cinzel, "Times New Roman", serif; text-align:center; text-transform:uppercase;font-weight:400;font-size: 1.3rem;}
h4 { font-size: 1.2rem; color: #77675a;font-family: Raleway, Helvetica, Arial, sans-serif; }
h2.navlabel { display: none; }
.post-entry.blog h2.blogcat {margin:-13px 0 1em 0; font-size:2rem;}
h3.toggle {margin-bottom:.1em;cursor:pointer;}
.post-entry p, 
.post-entry blockquote { line-height: 2.0; font-weight: 300; font-size: 1.1rem; margin-bottom: 1.25rem; text-rendering: optimizeLegibility;font-family: Raleway, Helvetica, Arial, sans-serif; }
.post-entry blockquote p { line-height: 1.7; font-weight: normal; font-size: 1.25rem; margin-bottom: 0; text-rendering: optimizeLegibility;font-family: Raleway, Helvetica, Arial, sans-serif; }
.post-entry blockquote {border-left:none; padding:0 0 0 2em;}
.post-entry li { font-family: Raleway, Helvetica, Arial, sans-serif; font-weight: 400; font-size: 1.1rem; line-height: 1.5; margin: 1.1rem 0; text-rendering: optimizeLegibility; }
.post-entry ul li {list-style:none; margin-left:1.3rem;text-indent:-1.2rem;}
.post-entry ul li:before { content: "\003E"; font-size:.8em;margin-right:.85em;position:relative; top:-3px;color:#7B0103; font-weight:bold;}
.post-entry ul { margin-left:0; margin-bottom: 1.3rem; }
.post-entry ol { margin-left: 1.5rem; margin-bottom: 1.3rem; }
.post-entry ul#sitemap { margin: 0; }
.post-entry ul#sitemap li { list-style: none; margin: .5rem 0 .5rem 0; }
.post-entry ul#sitemap li ul { margin: 0 0 0 6em; }

.post-entry ul.two-column li {float:left;width:40%;margin:.5em 0 .5em 2rem;}
@media screen and (max-width: 500px) {
	.post-entry ul.two-column li {float:none;width:100%;margin:.5em 0 .5em 2rem;}
}


.post-entry p .more a {font-size:80%;text-decoration:none;}
.post-entry p.leadinParagraph {font-size:1.16rem;line-height:1.74;font-style:italic;}

.title-container {background:transparent; position:relative;}
/*.title-container .medium-9.columns {float:right;}*/
.title-container h1 {padding:30px 0;margin-bottom:0;text-align:center;color:#681731;}

.birdeye-onpage { float: right; text-align: center; -webkit-overflow-scrolling: touch; margin: .55em .2em .2em 1em; }
@media screen and (max-width: 600px) {
	.birdeye-onpage { float: none; }
}

/******* POST *******/

/*.blog-list { padding-top: 28px !important; }*/
.post { overflow: hidden; -ms-word-wrap: break-word; word-wrap: break-word; }
.post-entry { padding-bottom: 10px; padding-top: 5px; overflow: hidden; }
.post-entry.blog {padding-top:12px;}
.post-entry.blog p.excerpt { margin-bottom: 5px; }
.post-entry.blog img { margin-bottom: 10px; }
.meta-data { line-height: 16px; padding: 0; margin-bottom: 3px; font-size: .8em; border: none; }
.meta-data a { color:#555; }
.vcard { display: inline-block; margin: 0; border: none; padding: 0; }
.vcard .fn { font-weight: 400; /*font-size: 12px;*/ }
.excerpt-thumbnail {float:left; margin:.3em 15px .05em 0;padding:6px 6px 6px 6px;background:#721831;border-radius:5px;}
.post-entry.blog .excerpt-thumbnail img {margin:0; width:112px; border-left:1px solid #4D0001; border-top:1px solid #4D0001; border-right:1px solid #DAC5C5; border-bottom:1px solid #DAC5C5; }
.post-entry.blog .excerpt-text {margin-left:140px;}
.listdate {color:#fff; text-align:center;padding-top:6px; letter-spacing:.02em;}
.post-entry.blog {}
.title-container .blog h1.single {text-align:left;padding-bottom:10px;font-size: 2.4em;line-height:1.15; margin: .3em 0 0 0;font-weight: 400;text-transform:none;}
.title-container .blog h1.single .subhead { display: block; font-size: 42%; color: #999; text-transform: uppercase; letter-spacing: .05em; line-height: 1.1; font-family:Raleway,Helvetica,Arial,sans-serif; }
.title-container .blog h1.single .subhead a {font-size: 80%;}
.post-entry.blog h2 { text-align:left; font-size: 1.65em;line-height:1.1; color: #681731; font-family: Cinzel, Georgia, "Times New Roman", serif;padding: 12px 0 0 0;}
.post-entry.blog .excerpt h2 {padding: 3px 0 0 0;}
.post-entry.blog h2 a:link,
.post-entry.blog h2 a:visited {color:#681731;}
.post-entry.blog h2 .small {display:block;font-family:Raleway,Helvetica,Arial,sans-serif; font-size: 70% !important;line-height:1.15;color:#4f4f4f;}
.post-entry.blog h3 { text-align:left; }
.post-entry.blog h4 { text-align:left; }
table.content {margin-bottom:16px;}
table.content,
table.content tr,
table.content tr.even, 
table.content tr.alt, 
table.content tr:nth-of-type(even) {background:transparent;}
table.content tr td {padding:0 12px 10px 0; border:none;}
.post-entry.blog table.content img {margin:0;}

/**excerpt**/
.excerpt {margin-bottom:1.85em;}
.excerpt h2 { font-size: 1.2rem; margin:.05em 0 .1em 0; }
.excerpt p { line-height: 1.55;margin-bottom:0;font-size:1.05rem;}
.excerpt p .date { font-size: 90%; color: #777; }

/**news single**/
p.newsdate { font-size: .86rem; margin: .2em 0 0 0; float: left; vertical-align: baseline; color: #777; text-transform:uppercase;}
li.return { font-size: .84rem; }
h1 .subhead { display: block; font-size: 42%; color: #999; text-transform: uppercase; letter-spacing: .05em; line-height: 1; }

/***People Single***/
img.ppl-portrait {max-width:40%; float:left!important; margin:.45em 1em .2em 0;}
.post-entry h2.ppl-details,.post-entry p.ppl-details {line-height:1.2;margin:.1em 0 .4em;clear:none!important;}
.ppl-bio {padding-top:1em;}

/***People List***/
.cardwrapper {padding-bottom:.5em;}
.cardwrapper img {padding-top:.5em;}
.cardwrapper h3 {margin-bottom:.1em;}
.cardwrapper h3 a {color:#681731;}
.cardwrapper h3 a:hover,.cardwrapper h3 a:active {color:#6d0015;}
.cardwrapper h3 .title {color:#555;font-size:.9em;font-weight:400;}
.post-entry .cardwrapper p {line-height:1.3;font-size:.9em;}

.pagesidebar.news { padding-top: .95em; padding-bottom: 18px; }
.pagesidebar .subnavnote p.read-more { margin: 8px 0 12px 0; font-size: 11px; line-height: 1.3; }
p.read-more, 
.pagesidebar .subnavnote p.read-more, 
#promo-box p.read-more { font-size: 13px; text-transform: uppercase; font-weight: 400; letter-spacing: .1em; }

.read-more a, 
.read-more a:visited { display: inline-block; text-decoration: none!important; color: #fff!important; padding: 8px 17px 9px 18px; background: #681731; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; width: auto; -moz-transition: background .5s ease-in-out; -webkit-transition: background .5s ease-in-out; -o-transition: background .5s ease-in-out; transition: background .5s ease-in-out; }
button#DivButton { display: inline-block; text-decoration: none!important; color: #fff!important; padding: 5px 9px 5px 10px; background: #681731; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; width: auto; -moz-transition: background .5s ease-in-out; -webkit-transition: background .5s ease-in-out; -o-transition: background .5s ease-in-out; transition: background .5s ease-in-out;font-size: 12px; text-transform: uppercase;letter-spacing: .1em; }
.read-more a:hover, 
.read-more a:active,
button#DivButton:hover { background: #9b103d; color: #fff;}
.pagesidebar .subnavnote p.read-more a .pointer { font-size: 145%; color:#fff; position: relative; bottom: -1px; line-height: .7; margin-left: 0; }

p.read-more.edit {position:fixed;top:33px;right:15px;z-index:2000;}
p.read-more.edit a {padding: 4px 13px 5px 15px;border-radius:0 0 5px 5px;background:#43061a;}
p.read-more.edit a:hover {background:#f3a700;}

.medium-3.columns.pagesidebar { min-width: 200px; float: left; padding-right: 0;padding-top: .95em; }
.medium-3.columns.pagesidebar.blog {padding-top: .45em; }
.medium-9.columns.page { float: right; }
.clear, .clr { clear: both; }
.sticky { border-bottom: 1px solid #e7e7e7; }
.entry-thumbnail img { display: block; margin: 0 auto 10px; }
/**responsive tables - http://codepen.io/anon/pen/QwPVNW***/
.table-container { padding-top: .6em; }
table { border: none; width: 100%; border-collapse: collapse; border-spacing: 0; }
table th, 
table thead tr th { text-align: left; font-weight: 600; font-size: .75em; color: #fff; background: #681731; padding: 3px 6px; vertical-align: bottom; }
/*table { border: 1px solid #ccc; width: 100%; margin: 0; padding: 0; border-collapse: collapse; border-spacing: 0; }*/
table tr { border: none; padding: 5px; }
/*table tr.even, 
table tr.alt, 
table tr:nth-of-type(even) { background: #efefef; }*/
table td { text-align: left; font-weight: 400; font-size: .9em; padding: 8px 6px; vertical-align: top; background: transparent; border-bottom: 1px dotted #ccc; color: #666; }
table tr td { padding: 8px 6px; }
table td.noborder { border: none; padding-bottom: 3px; }
table td.tableright, 
table.data th.tableright { text-align: right; }
table tfoot td { font-style: italic; border: none; font-size: .8em; }

@media screen and (max-width: 850px) { /*
table { border: 0; }
table thead { display: none!important; }
table tr { margin-bottom: 10px; display: block; border: 1px solid #ddd; border-bottom: 2px solid #ddd; }
table td { display: block!important; text-align: left*//*see note on td:before (below)*//*; font-size: 13px; border-bottom: 1px dotted #ccc; padding: 10px; }
table td:last-child { border-bottom: 0; }
table td:before { content: attr(data-label); float: left; text-transform: uppercase; font-weight: 600; font-size: .8em; width: 55%/*drop width definition if change td text-align to right (above)*//*; }
table tr.even, 
table tr.alt, table tr:nth-of-type(even) { background: #fff; }
table td:nth-of-type(even) { background: #efefef; }*/
}
/***PIX/VID***/
.pagepix { width: 41.5%; max-width: 600px; float: right; padding-top: .25em; margin: 0 0 .3em 18px; }
.pixdiv { position: relative; text-align: center; }
.pagepix a, 
.post-entry .pagepix a:hover, 
.post-entry .pagepix a:active { color: #fff; text-decoration: none; }
.post-entry .pagepix p {font-size:.88em;font-weight:600; color:#7c6d62;line-height:1.3;margin:6px 0;}
.post-entry .pixdiv img { margin: 0; padding: 0; }
.pixdiv a.videobox { height: 50px; width: 80px; background: url(images/vidstart_hover.png) 0 -50px no-repeat; overflow: hidden; position: absolute; bottom: 40%; left: 50%; margin-left: -40px; }
.pixdiv a.videobox:hover, 
.pixdiv a.videobox:active { background-position: 0 0; }
.post-entry .pixdiv img.morepix {position:absolute;top:3px;right:3px;}
#swipebox-overlay { background: transparent url(images/lightbox-bkgrd.png) 0 0 repeat-x; }
#swipebox-top-bar { font-size: 1.1em; line-height: 1.4; padding: 14px; }
#swipebox-title { font-size: 1.1em; line-height: 1.4; }
.post-entry .figcaption p { font-size: .84rem; font-weight: 600; margin: 7px 0 0 0; line-height: 1.4; }
div.pp_default .pp_description { font-size: .9rem; }

/*****POPUP MAKER*****/
.buttongroup {text-align:center; padding-bottom:15px;}
.buttongroup p {display:inline; margin:0 5px;}
.buttongroup p.read-more a {width:135px;!important}
.pum-title.popmake-title {padding-bottom:6px;}
@media screen and (max-width:350px) {
	.buttongroup p.read-more a {width:auto;!important}
	.buttongroup p.read-more a {padding: 8px 12px 9px 12px;}
}


/* SIDEBAR*/
#sidebar { padding: 8px 0 20px 0; }
.single-post #sidebar { padding: 3px 0 20px 0; }
.pagesidebar #sidebar {padding:0 20px 20px 6px;}
#sidebar ul { list-style-type: none; margin-left: 0; }
#sidebar { word-wrap: break-word; }
.pagesidebar { padding-top:0; padding-bottom: 18px; }
.pagesidebar ul { margin-left: 0; list-style-type: none; }
.pagesidebar nav { margin: .35em 0 2em 0; }
.pagesidebar nav p.widgettitle, 
.pagesidebar nav li { font-size: 1rem; line-height: 1.3; margin: 0 0 12px 0; font-weight: 600; }
.pagesidebar nav a,
.pagesidebar nav a:visited { color: #aaa; }
.pagesidebar nav .current_page_item a, 
.pagesidebar nav .current_page_item a:visited, 
.pagesidebar nav a.current_page_item, 
.pagesidebar nav a.current_page_item:visited { color: #333; }
.pagesidebar nav a:active, 
.pagesidebar nav a:hover,
.pagesidebar nav .current_page_item a:hover,
.pagesidebar nav a.current_page_item:hover { color: #111; }

/***contactinfo****/
.contactinfo {padding-top:27px;}

/****sidebar quote***/
.pagesidebar .quote { margin: 1px 0 2em 0; }
.pagesidebar .quote p.quotetext { color: #888; margin-bottom: 5px; text-indent: -.4em; font-size: 1.05em; line-height: 1.6; }
.pagesidebar .quote p.author { color: #4f4f4f; font-size: .9rem; font-weight: 600; line-height: 1.2; }
.pagesidebar .quote p.author span { display: block; font-weight: normal; }

/****sidebar note****/
.pagesidebar .subnavnote {  margin: .5em 5px 2em 0; padding: 9px 9px 7px 14px; -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; background: #f4f4f4; }
.pagesidebar .subnavnote h3 { font-size: 1rem;line-height:1.3; margin: 0 0 5px 0; }
.pagesidebar .subnavnote p { font-size: .9rem; line-height: 1.4; margin: 0 0 5px 0; }
#sidebar .subnavnote ul { list-style-type: disc; margin-left: 1.2em; margin-bottom: .5rem;}
.pagesidebar .subnavnote li { font-size: .9rem; line-height: 1.3; margin: 0 0 5px 0; }

/* Buttons */
button, 
input[type="submit"], 
input[type="button"], 
input[type="reset"] { padding: 5px 15px; }
#sidebar img { width: 100%; }

/* COMMENTS  */
#comments { clear: both; }
#comments .navigation { padding: 0 0 18px 0; }
h3#comments-title, h3#reply-title { color: #000; font-size: 20px; margin-bottom: 0; }
h3#comments-title { padding: 24px 0; font-weight: normal; font-size: 16px; }
.commentlist { list-style: none; margin: 0; border-left: 1px solid #e7e7e7; }
.commentlist li { margin-left: 7px; }
.commentlist li.comment { line-height: 24px; margin: 0 0 24px 0; padding: 0 0 0 30px; }
.commentlist li:last-child { border-bottom: none; margin-bottom: 0; }
.commentlist .vcard  {font-size:15px;}
.commentlist .vcard .fn {font-weight:bold;}
#comments .comment-body ul, 
#comments .comment-body ol { margin-bottom: 18px; }
#comments .comment-body p:last-child { margin-bottom: 6px; }
#comments .comment-body blockquote p:last-child { margin-bottom: 24px; }
#comments .comment-body ul { margin: 0 0 10px 10px; }
#comments .comment-body ul li { display: block; margin: 5px 0; padding: 0 0 0 17px; background: url(images/bullet.png) no-repeat 0 5px; }
#comments .comment-body ol { margin: 5px 0 15px 20px; }
#comments .comment-body ol li { margin: 5px 0; list-style: decimal; padding: 0 0 0 5px; }
.commentlist ol { list-style: decimal; }
.commentlist .avatar { padding: 4px; border: 1px solid #e6e1db; float: left; margin-right: 8px; }
.comment-author .fn a { text-decoration: none; }
.comment-author cite { color: #000; font-style: normal; font-weight: bold; }
.comment-author .says { font-style: italic; }
.comment-meta { font-size: 12px; margin: 0 0 18px 0; }
.comment-meta a:link, 
.comment-meta a:visited { color: #999999; text-decoration: none; }
.comment-meta a:active, 
.comment-meta a:hover { color: #999999; }
.commentlist li.comment.thread-even {background:#f9f4de;padding-top:15px;padding-bottom:12px;}
.commentlist .bypostauthor { }
.reply { font-size: 12px; padding: 0 0 24px 0; }
.pagecontainer .reply a {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600!important;
    letter-spacing: .1em;
    background: #681731;
    color: #fff;
    border: none;
    padding: 4px 8px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-transition: background 0.5s ease-in-out;
    -webkit-transition: background 0.5s ease-in-out;
    transition: background 0.5s ease-in-out;
}
.reply a:hover { background: #9b103d; }
.commentlist .children { list-style: none; margin: 0; }
.commentlist .children li { border: none; margin: 0; }
.nopassword, 
.nocomments { display: none; }
#comments .pingback { border-bottom: 1px solid #e7e7e7; margin-bottom: 18px; padding-bottom: 18px; }
.commentlist li.comment+li.pingback { margin-top: -6px; }
#comments .pingback p { color: #888; display: block; font-size: 12px; line-height: 18px; margin: 0; }
#comments .pingback .url { font-size: 13px; font-style: italic; }

/* Comments form */
input[type=submit] { color: #fff; cursor: pointer; display: block; background-color: #681731; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; padding: 5px; }
#respond { margin: 24px 0; overflow: hidden; position: relative; }
#respond p { margin: 0 0 10px 0; }
#respond .comment-notes { margin-bottom: 1em; }
.form-allowed-tags { line-height: 1em; }
.children #respond { margin: 0 48px 0 0; }
h3#reply-title { margin: 18px 0; font-weight: normal; }
#comments-list #respond { margin: 0 0 18px 0; }
#comments-list ul #respond { margin: 0; }
#cancel-comment-reply-link { font-size: 12px; font-weight: normal; line-height: 18px; }
#respond .required { color: #681731; font-weight: bold; }
#respond label { color: #605c56; font-size: 13px;display:block; }
#respond input { margin: 0; width:75%;border: 1px solid #ebeae7; padding: 5px; color: #555;background:#fcfcf9; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;}
#respond textarea { width: 99.5%; border: 1px solid #ebeae7; background:#fcfcf9; color: #555; padding: 5px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
#respond .form-allowed-tags { color: #888; font-size: 12px; line-height: 18px; }
#respond .form-allowed-tags code { font-size: 11px; }
#respond .form-submit { margin: 12px 0; }
#respond .form-submit input {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600!important;
    letter-spacing: .1em;
	width:auto;
    background: #681731;
    color: #fff;
    border: none;
    padding: 8px 16px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-transition: background 0.5s ease-in-out;
    -webkit-transition: background 0.5s ease-in-out;
    -o-transition: background 0.5s ease-in-out;
    transition: background 0.5s ease-in-out;
}
#respond .form-submit input:hover { background: #9b103d; }

/*gallery-wp*/
#gallery-wp a { text-decoration: none; font-size: 18px; }
.gallery-caption { margin: 0 0 5px; }

/* navigation ///////////////////////////////////////////*/
.navigation { float: left; width: 100%; margin: 20px 0; }
.navigation .alignleft a { float: left; }
.navigation .alignright a { float: right; }
#nav-single { overflow: hidden; margin-top: 20px; margin-bottom: 10px; }
.nav-previous { float: left; width: 50%; font-size: .92rem; text-transform:uppercase;}
.nav-next { float: right; text-align: right; width: 50%; font-size: .92rem; text-transform:uppercase;}



/*--wp-pagenavi--*/
.wp-pagenavi { color: #a6907f; margin: 20px 0; font-size: .8rem; font-weight: 600; }
.wp-pagenavi a, 
.wp-pagenavi span.current { margin: 0 7px 0 0; padding: 1px 7px 4px 7px; text-decoration: none; border: none; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; }
.wp-pagenavi a.page { background: #a6907f; color: #fff; }
.wp-pagenavi a.page:hover, 
.wp-pagenavi a.page:active { background: #721831; }
.wp-pagenavi a.first, 
.wp-pagenavi a.last { padding: 0; }
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink { padding: 0; font-size:150%; font-weight:300;}
.wp-pagenavi span.current { background: #721831; color: #fff; }
.wp-pagenavi span.extend { padding: 2px 5px; margin: 2px; background: #a6907f; text-decoration: none; }
.wp-pagenavi span.pages { padding: 2px 5px 2px 0; margin: 2px; background:transparent; border:none; }
/*--widget-formatting ////////////////////////////////////*/
.widget-container { margin-bottom: 36px; }
.widget-container ul li a { text-decoration: none; }
.widget-container ul li a:hover { text-decoration: none; }
.widget-container h3 { color: #721831; padding: 0 0 4px 0; margin: 0; overflow: hidden; font-size: 1.15em; font-weight: 400; font-family:Cinzel,"Times New Roman",serif; text-transform:uppercase; }
.widget-container ul li { border: none; padding: 0 0 7px 0; margin-left: 0; margin-right: 0; font-size: 1rem; line-height: 1.4; }
.widget-container ul li ul li { margin-left: 6px; }
/*widgets*/
#calendar_wrap { text-align: left; padding: 8px 15px; margin: 0; }
#wp-calendar { text-align: left; margin-top: 5px; width: 100%; }
#footer-widget #wp-calendar a:hover { color: white; }
#wp-calendar caption { font-weight: normal; font-size: 14px; margin-bottom: .4em; }
#wp-calendar td { padding: 10px; }
#wp-calendar #today { font-weight: bold; color: #681731; }
.widget_tag_cloud a { text-decoration: none; margin: 5px 5px 5px 0; line-height: 24px; }

#CDSWIDCOE.widCOE { border: none!important; }

/*Alignments //////////////////////////////////*/
.alignleft, 
img.alignleft { display: inline; float: left; margin-right: 20px; margin-top: 10px; }
.alignright, 
img.alignright { display: inline; float: right; margin-left: 22px; margin-top: 10px; }
.aligncenter, 
img.aligncenter,
.center { clear: both; display: block; margin-left: auto; margin-right: auto;text-align:center; margin-top:20px;}
.alignleft, 
.alignright, 
.aligncenter, 
img.alignleft, 
img.alignright, 
img.aligncenter { margin-bottom: 4px; }
img.bumpdownimg {margin-top:22px!important;}
img.alignnone, 
.alignnone { display: block; margin-right:0; margin-top: 20px; margin-bottom: 4px; }
.wp-caption { border: none; background: #f1f1f1; color: #888; font-size: 12px; line-height: 18px; text-align: center; margin-bottom: 15px; padding: 4px; -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; }
.wp-caption img { margin: 5px; }
.wp-caption p.wp-caption-text { margin: 0 0 4px; }
.wp-smiley { margin: 0; }
small, 
.small { font-size: 80% !important; }
.formbar { float: left; margin-left: 2.2%; width:100%; max-width: 260px; margin-top:0; }
.formbar h3 { font-size: 1.05rem; line-height: 1.2; margin-bottom: 1px; }
.formbar p { font-size: .94rem; line-height: 1.4; margin:3px 0 .5em 0; color: #7d766d; }
.mapcontact {margin:40px 0;}
p.less-bottom,
p.center.less-bottom {margin-bottom:.5em !important;}

/******GRAVITY FORMS*****/
input, textarea, keygen, select, button {font-family:Raleway, Helvetica, Arial, sans-serif;font-size:14px;}
.formcontainer { width: 68%; max-width: 500px; float: left; margin-top:0; }
#gform_wrapper_2 {margin-top:12px;}
.gform_wrapper .gform_body {
    width: 100%!important;
}
.post-entry .gform_wrapper ul li { text-indent: 0;}
.gform_wrapper { margin: 0 0 10px 0; width: 100%; }
.gform_wrapper .top_label .gfield_label { font-size: .95rem; margin: 0;  font-weight: 600; line-height: 1em; clear: both; width: 100%; color: #6c454b; }
.gform_wrapper li,
.gform_wrapper form li,
body .gform_wrapper ul li.gfield { margin: 1px 0 1.5em 0; }
.gform_wrapper ul.gform_fields li.gfield { padding-right:0;}
.gform_wrapper li.gsection,
.gform_wrapper form li.gsection,
body .gform_wrapper ul li.gfield.gsection  { margin: 0 0 .5em 0;padding-top:.5em; }
.gform_wrapper .ginput_complex label, 
.gform_wrapper .gfield_time_hour label, 
.gform_wrapper .gfield_time_minute label, 
.gform_wrapper .gfield_date_month label, 
.gform_wrapper .gfield_date_day label, 
.gform_wrapper .gfield_date_year label, 
.gform_wrapper .instruction,
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, 
.gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label { margin-bottom: 0; }
.gform_wrapper .ginput_complex .ginput_right input[type=text], 
.gform_wrapper .ginput_complex .ginput_right input[type=url], 
.gform_wrapper .ginput_complex .ginput_right input[type=email], 
.gform_wrapper .ginput_complex .ginput_right input[type=tel], 
.gform_wrapper .ginput_complex .ginput_right input[type=number], 
.gform_wrapper .ginput_complex .ginput_right input[type=password], 
.gform_wrapper .ginput_complex .ginput_right select { width: 99%; color: #666 }
.gform_wrapper input[type=text], .gform_wrapper input[type=url], 
.gform_wrapper input[type=email], .gform_wrapper input[type=tel], 
.gform_wrapper input[type=number], .gform_wrapper input[type=password],
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){ font-size: 1em; padding: 5px 5px; }
.gform_wrapper .gfield_required { color: #681731; }
.gform_wrapper select { height: 26px; line-height: 1.3; background: #f6f6f6; border: 1px solid #ddd; font-size: .84em; color: #666; }
.gform_wrapper option { color: #666; }
.gform_wrapper input, 
.gform_wrapper textarea { border: 1px solid #ddd; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; background: #fcfcf9; color: #666 }
.gform_wrapper .top_label input.medium[type=file] {width:30%;}
.gform_wrapper input[type=file] {border:none;background:transparent;}
.gform_wrapper .screen-reader-text {font-size:.8em;font-style:italic;display:block;}
.gform_wrapper .gform_footer input.button, 
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_page_footer input.gform_next_button.button,
.gform_wrapper .gform_page_footer input.gform_previous_button.button,
.gform_wrapper .gform_page_footer .button.gform_button { font-size: 13px; text-transform: uppercase; font-weight: 400!important; letter-spacing: .1em; background: #681731; color: #fff; border: none; padding: 8px 16px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; -moz-transition: background 0.5s ease-in-out; -webkit-transition: background 0.5s ease-in-out; -o-transition: background 0.5s ease-in-out; transition: background 0.5s ease-in-out; font-family:Raleway, Helvetica, Arial, sans-serif;font-weight:500; }
.gform_wrapper .gform_footer input.button:hover, 
.gform_wrapper .gform_footer input[type=submit]:hover,
.gform_wrapper .gform_page_footer input.gform_next_button.button:hover,
.gform_wrapper .gform_page_footer input.gform_previous_button.button:hover,
.gform_wrapper .gform_page_footer .button.gform_button:hover { background: #9b103d; }
.gform_wrapper .gform_footer { padding: 6px 0 0 0; }
.gform_wrapper input.gform_button.button, 
.gform_wrapper input[type=submit] { margin-bottom:0;}
.gform_wrapper input#gform_submit_button_2[type=submit] {display:inline-block;}
.gform_wrapper li.gf_list_inline ul.gfield_checkbox li, .gform_wrapper li.gf_list_inline ul.gfield_radio li { margin: 0 15px 0 0;}
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_right.address_state select {width:96%; margin-top:0;}
.gform_wrapper .top_label div.ginput_container.ginput_container_radio { margin-top: 2px; }
.gform_wrapper .description_above .gfield_description { padding: 0 0 3px 0; }
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input,
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],
.gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] { margin-top: 0; }
body .gform_wrapper .top_label div.ginput_container {
    margin-top: 2px;
}
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_middle {
    padding-top: 0;
}

/****Header Res Form****/
.ui-datepicker-title select {width:28%;margin:2.5% 1%;}
.ui-datepicker-header { background-color: #927d5e!important; color: #fcfcfc!important;}
select.ui-datepicker-year {margin-top:0!important;}
.ui-datepicker th { text-shadow: none!important; color:#fff!important;padding:1px 0!important; }
.ui-datepicker-calendar .ui-state-default {
    background: -moz-linear-gradient(top,#ededed 0,#dad7d3 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#dad7d3),color-stop(100%,#dad7d3));
    background: -webkit-linear-gradient(top,#dad7d3 0,#dad7d3 100%);
    background: -o-linear-gradient(top,#dad7d3 0,#dad7d3 100%);
    background: -ms-linear-gradient(top,#dad7d3 0,#dad7d3 100%);
    background: linear-gradient(to bottom,#dad7d3 0,#dad7d3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dad7d3', endColorstr='#dad7d3', GradientType=0);
}
td.ui-datepicker-unselectable.ui-state-disabled { background-color: #dad7d3!important; }
/****footer optin form***/
.gform_wrapper .top_label .hide_label label {display:none!important;}
.newsletter .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first { padding-top: 0; }
.newsletter .gform_wrapper,
.newsletter .gform_wrapper form {width:auto;margin:12px auto!important;display:inline-block;vertical-align:middle;}
.newsletter .gform_wrapper .top_label div.ginput_container { margin-top: 0!important; }
.newsletter .gform_wrapper .gform_body {display:inline-block!important; width:auto!important; padding:0; margin:0; float:left;}
.newsletter .gform_wrapper .gform_footer {display:inline-block!important; width:auto!important; padding:0; margin:0; float:left; clear:none;}
.gform_wrapper input#gform_submit_button_2[type=submit] { font-size:13px;margin-top:1px; padding: 7px 16px;}
.newsletter .columns {text-align:center;}
.newsletter h2 {display:inline; padding:0 15px 0 45px; background: url(images/dealsicon.png) 0 5px no-repeat;line-height:1.0;margin:0!important;-webkit-margin-before:0; -webkit-margin-after:0;vertical-align:middle;}

@media screen and (max-width:828px) {
	.newsletter h2 {background-image:none; padding:0 0 5px 0; display:block;}
}

@media screen and (max-width:640px) {
.newsletter .large-12.columns { padding: 1em 0.9375em .9em 0.9375em;}
.newsletter .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {padding: 2px 4px;font-size:.9em;}
.newsletter .gform_wrapper .gform_footer,
.newsletter .gform_wrapper .gform_body {display:block!important;float:none;}
.newsletter .gform_wrapper li, 
.newsletter .gform_wrapper form li, 
body .newsletter .gform_wrapper ul li.gfield { margin:0 0 5px 0; }
.newsletter .gform_wrapper {width:88%;margin:0 auto!important;display:inline-block;vertical-align:middle;}
.gform_wrapper li.field_sublabel_below .ginput_complex { margin-top: 0!important; }
.newsletter .gform_wrapper form {width:100%;}
.gform_wrapper input#gform_submit_button_2[type=submit] { font-size:13px;margin-top:1px; padding: 5px 16px;}
}

/***validation errors***/
.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning { background-color:transparent!important; margin-bottom: 1em!important; padding: 0; border-top: none!important; border-bottom: none!important; -moz-border-radius:7px; -webkit-border-radius:7px; border-radius:7px; }
.gform_wrapper div.validation_error { color: #790000; font-size: 1em; line-height:1.4; font-weight: 600; border-top: none!important; border-bottom: none!important; padding: 0;text-align:left;margin-top:.5em; }
.newsletter .gform_wrapper div.validation_error,
.booking-area .gform_wrapper div.validation_error { color: #790000; font-size: 1em; line-height:1.4; font-weight: 600; border-top: none!important; border-bottom: none!important; padding: 0;text-align:left;margin-top:.2em;margin-bottom:6px!important; }
.newsletter .gform_wrapper li.gfield.gfield_error,
.booking-area .gform_wrapper li.gfield.gfield_error  { background:transparent!important;padding:0!important;}
.newsletter .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.booking-area .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {margin-top:0!important;}
.gform_wrapper .top_label .gfield_error { width: 100%; }
.gform_wrapper li.gfield.gfield_error.gfield_contains_required { padding-right: 12px; }
.gform_wrapper li.gfield.gfield_error.gfield_contains_required input.large {width:97%;}
.gform_wrapper .gfield_error input,
.gform_wrapper .gfield_error textarea,
.gform_wrapper .gfield_error select {background:#fff; border: 1px solid #790000;}

.gform_wrapper .ginput_full.address_line_1,.gform_wrapper .ginput_full.address_line_2 {margin-bottom:8px;float:none;display:block;}


/**fix name fields**/
div.ginput_container_name span.name_first, 
div.ginput_container_name span.name_last {padding-right:16px;width:50%;}
.gform_wrapper .ginput_complex.ginput_container.has_first_name.has_last_name span.name_last input { width: 50%; }
.gform_wrapper .ginput_complex .ginput_right input[type=text] { width: 96.5% !important; }
div.ginput_complex.ginput_container.gf_name_has_2 span.name_last { display: -moz-inline-stack; display: inline-block; vertical-align: top; padding-right: 16px;width:48.6%; }

@media screen and (max-width:640px) {
    div.ginput_complex.ginput_container.gf_name_has_2 span.name_last,
    div.ginput_complex.ginput_container.gf_name_has_2 span.name_first,
    .gform_wrapper .ginput_complex .ginput_right { width: 100%; padding-right: 0; }

    .gform_wrapper .top_label li.gfield.gf_inline.right40 { margin: 0; }

    .gform_wrapper .ginput_complex .ginput_right input[type=text],
	.ginput_complex input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
	.gform_wrapper textarea { width: 100% !important; }

    .gform_wrapper .ginput_container select,
    .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select { width: 100% !important; margin-left: 0; }
}

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit] { width: auto;  }
.gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title { font-size: 15px!important; filter: alpha(opacity=90);  -moz-opacity: .9;opacity: .9!important; margin: 0 0 8px 0!important;}
.gform_wrapper div.gf_progressbar {padding:0!important;}
.gform_wrapper h2.gsection_title {font-weight:600;padding-top:5px;border-top:1px solid #ddd;width:98%;}
.gfield.gsection {border:none!important;margin:8px 0;}
.gform_wrapper .hidden_label input.large,
.gform_wrapper .hidden_label select.large,
.gform_wrapper .top_label input.large,
.gform_wrapper .top_label select.large,
.gform_wrapper textarea.small,
.gform_wrapper textarea.medium,
.gform_wrapper textarea.large,
.gform_wrapper .ginput_complex .ginput_left input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]), 
.gform_wrapper .ginput_complex .ginput_right input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]), 
.gform_wrapper .ginput_complex .ginput_right select, .gform_wrapper .ginput_complex input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]), 
.gform_wrapper .ginput_complex select  { width: 98%; }

::-webkit-input-placeholder { color: #aaa; }
:-moz-placeholder { /* Firefox 18- */ color: #aaa; }
::-moz-placeholder { /* Firefox 19+ */ color: #aaa; }
:-ms-input-placeholder { color: #aaa; }

input:-webkit-autofill, select:-webkit-autofill { -webkit-box-shadow: 0 0 0px 1000px #f6f6f6 inset; }

/*****TRIBE EVENTS*************/
#tribe-bar-form,
#tribe-bar-collapse-toggle { background:#e8dec7; }
.tribe-bar-views-inner { background: #c6b5a2; }
.tribe-bar-search-filter { float: left; margin-bottom: 0; padding: 13px; width: 48%; }
.tribe-bar-date-filter { padding: 13px; }
.tribe-bar-submit { float: left; margin-bottom: 0; margin-left:0; padding: 15px;  width: 25%; }
#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a { background: #c6b5a2!important; color: #444; display: block; padding: 6px 15px 6px 15px; text-align: left; text-decoration: none; }
.post-entry #tribe-events ul li:before {content:none!important; }
.post-entry #tribe-events ul li {text-indent:0!important;}
#tribe-bar-form input[type=text] { background:#f6f2e9; border: none!important; border-radius: 3px; box-shadow: none; font-style: italic; font-weight: 400; height: auto; line-height: 1; padding: 5px; width: 100%; }
#tribe-bar-form input[type=text]:focus,
#tribe-bar-form input[type=text]:active {border: none!important; }
#tribe-geo-results h2.tribe-events-page-title, 
#tribe-events h2 {font-weight:400!important;margin-bottom:0!important;}
h2.tribe-events-list-event-title {padding:3px 8px 0 8px!important; background: #681731; }
.tribe-events-list .type-tribe_events h2 {font-size:1.25em;}
.pagecontainer h2.tribe-events-list-event-title a {color:#fff;}
#tribe-bar-form .tribe-bar-submit input[type=submit] { font-size: 13px; text-transform: uppercase; font-weight: 400!important; letter-spacing: .1em; background: #681731; color: #fff; border: none; padding: 8px 16px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; -moz-transition: background 0.5s ease-in-out; -webkit-transition: background 0.5s ease-in-out; -o-transition: background 0.5s ease-in-out; transition: background 0.5s ease-in-out; font-family:Raleway, Helvetica, Arial, sans-serif; }
#tribe-bar-form .tribe-bar-submit input[type=submit]:hover { background: #9b103d; }
#tribe-events-bar { clear: none; height: auto; margin:20px 0 6px 0; min-width: 220px; position: relative;  width: 100%; }
.tribe-events-event-cost span {border:none;font-size:1.25em;}
.tribe-events-event-meta,
.tribe-events-event-image,
.tribe-events-list .tribe-events-event-image + div.tribe-events-content,
.tribe-events-read-more {padding-left:.5em}

.eventstext { padding:0 0 1em; max-width:800px; margin:0 auto; }

/**calendar day headers**/
.tribe-events-calendar thead th {
    background-color: #681731;
    color: #fff;
    font-weight: 700;
    padding: .5em 0;
    white-space: nowrap;
    border-left: 1px solid #681731;
    border-right: 1px solid #681731;
}
.tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-]>a { background-color: #e8dec7; }
.tribe-events-calendar div[id*=tribe-events-daynum-], 
.tribe-events-calendar div[id*=tribe-events-daynum-] a { background-color: #c6b5a2; }
/**calendar day background**/
#tribe-events-content .tribe-events-calendar td { border: 1px solid #f3efe0; background:#fff;}
#tribe-events-content table.tribe-events-calendar .type-tribe_events.tribe-event-featured .tribe-events-month-event-title a:active,
#tribe-events-content table.tribe-events-calendar .type-tribe_events.tribe-event-featured .tribe-events-month-event-title a:hover { color: #f3efe0; }
#tribe-events-content .tribe-events-calendar td.tribe-events-othermonth { background: #f6f2e3; }
table tr.even, 
table tr.alt, 
table tr:nth-of-type(even) { background: #fff; }/*override foundation*/

#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: #681731!important; }

.events-list #tribe-events-footer, 
.single-tribe_events #tribe-events-footer, 
.tribe-events-day #tribe-events-footer, 
.tribe-events-map #tribe-events-footer, 
.tribe-events-photo #tribe-events-footer { border-top: 1px solid #681731; padding-top: 2em; }

#tribe-events-content .tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title {
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.25;
    margin: 0;
    overflow: hidden;
    padding: 3%;
    text-transform: none;
}
/***calendar tooltip***/
#tribe-events-content .tribe-events-tooltip h4, 
#tribe_events_filters_wrapper .tribe_events_slider_val, 
.single-tribe_events a.tribe-events-gcal, 
.single-tribe_events a.tribe-events-ical { color: #681731; }
#tribe-events-content .tribe-events-tooltip h4 {line-height:1.2;}
.tribe-events-event-body { font-size: 13px; padding: 0; }
.tribe-events-tooltip .tribe-events-event-body { font-size: 13px; padding: 0; }
.recurring-info-tooltip, .tribe-events-calendar .tribe-events-tooltip, .tribe-events-shortcode.view-week .tribe-events-tooltip, .tribe-events-week .tribe-events-tooltip {
    background-color: #fff;
    border: 1px solid #ddd;
    bottom: 30px;
    color: #333;
    display: none;
    left: 3px;
    line-height: 1.4;
    position: absolute;
	width:auto;
	min-width:200px;
    /*width: 320px;*/
    z-index: 1001;
	padding-bottom:12px;
	text-align:center;
}
.tribe-events-tooltip .tribe-events-event-thumb { float: none; padding:.85em 1em!important; text-align:center;}
.tribe-event-duration {white-space:nowrap;}
.post-entry .tribe-event-description p {font-size:.9em;line-height:1.3;text-align:left;}
/***list view****/
.events-list .tribe-events-loop, 
.single-tribe_organizer .tribe-events-loop, 
.single-tribe_venue .tribe-events-loop, 
.tribe-events-day .tribe-events-loop { max-width: 850px; margin: 0 auto; }
.tribe-events-loop { clear: both; }
.tribe-events-list-separator-month span { background-color: #681731; color:#fff; padding: 0 7.5%; }
.tribe-events-list .type-tribe_events {background: rgba(255,255,255,.1);}
.tribe-events-list .tribe-events-list-event-title {
    border: none;
    display: block;
    font-size: 1.4em;
    letter-spacing: 0;
    line-height: 1.4em;
    margin: 0;
    padding: 0;
    text-transform: none;
	text-align:left;
}

/***day view****/
.tribe-events-day .tribe-events-day-time-slot h5 {
    font-size: 21px;
	font-weight:400;
    margin: 1.5em 0 .25em;
    background-color: transparent;
    padding: 7px 10px 3px 10px;
    background: #a6907f;
    color: #fff;
    text-align: center;
    line-height: 1;
}

/*****single******/
.single-tribe_events .tribe-events-event-meta { background: rgba(255,255,255,.5);    border: 1px solid #e8dec7; margin: 30px 0; }
.post-entry p.tribe-events-back,
.post-entry li.tribe-events-nav-previous,
.post-entry li.tribe-events-nav-next {text-transform:uppercase; font-size:13px;}
.tribe-events-event-meta address.tribe-events-address, 
.tribe-events-list .tribe-events-venue-details { font-weight: 400; font-style: normal;line-height:1.35;}
.tribe-venue {font-weight:600;}
.tribe-events-notices {
    background: rgba(255,255,255,.5);
    border-radius: 4px;
    border: 1px solid #e8dec7;
    color: #681731;
    margin: 10px 0 18px;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 #fff;
}
.single-tribe_events h1.tribe-events-single-event-title { font-size: 2em; line-height: 1; margin: 0 auto; padding:0;text-align:center; }
.tribe-events-cost {display:block;text-align:center;width:100%;margin:0 auto;padding: 0 0 20px 0;}
.single-tribe_events .tribe-events-event-image { text-align: center; margin-bottom: 1.25em; }
.tribe-events-schedule {margin:0;}
.post-entry .tribe-events-schedule h2 {font-size:1.5em;padding-top:0;}
.tribe-events-read-more {font-size:13px;text-transform:uppercase;}

@media screen and (max-width: 768px) {
	.single-tribe_events .tribe-events-schedule { background: rgba(255,255,255,.5);    border: 1px solid #e8dec7; margin: 18px 0 8px; padding: 12px; }
	.tribe-events-loop .tribe-events-event-meta { background: rgba(255,255,255,.5);    border: 1px solid #e8dec7; }
	.tribe-events-sub-nav li a { background: #681731; color:#fff!important; }
	.tribe-events-cost {padding:0;}
	#tribe-events-content .tribe-events-calendar .mobile-active:hover, 
	#tribe-events-content .tribe-events-calendar td.tribe-events-othermonth.mobile-active, 
	#tribe-events-content .tribe-events-calendar td.tribe-events-othermonth.mobile-active div[id*=tribe-events-daynum-], 
	#tribe-events-content .tribe-events-calendar td.tribe-events-othermonth.mobile-active div[id*=tribe-events-daynum-] a, 
	.tribe-events-calendar .mobile-active div[id*=tribe-events-daynum-],
 	.tribe-events-calendar .mobile-active div[id*=tribe-events-daynum-] a, 
	.tribe-events-calendar td.mobile-active {background: #681731; color: #fff; border: none; -moz-transition: background 0.5s ease-in-out; -webkit-transition: background 0.5s ease-in-out; -o-transition: background 0.5s ease-in-out; transition: background 0.5s ease-in-out; font-family:Raleway, Helvetica, Arial, sans-serif; }
	.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 { color: #fff; }


}
@media screen and (max-width: 850px) {
.events-gridview .post-entry {max-width: 750px;}
}
/*****END EVENTS******/

/**WP LIGHTBOX**/
.hidden { display: none; }
.pp_content_container .pp_details { float: left; margin: 6px 0 2px; }
.pp_nav { clear: right; float: left; margin: 0 10px 0 0; vertical-align: middle; }
.pp_nav p.currentTextHolder { font-size: .8rem; color: #999; vertical-align: top; line-height: 1.1; }
.pp_close { float: right; }
div.light_rounded .pp_description, 
div.light_square .pp_description { margin-right: 0; }
p.pp_description { clear: both; font-size: .9rem; font-weight: 600; margin: 6px 0 0 0; padding-top: 6px; line-height: 1.3; }
.pp_hoverContainer a.pp_next, 
.pp_hoverContainer a.pp_previous { display: none; } /*allows us to avoid extra coding to add gallery view only when there are additional slides*/
div.light_rounded .pp_top .pp_left { background: #fff; -moz-border-radius: 12px 0 0 0; -webkit-border-radius: 12px 0 0 0; border-radius: 12px 0 0 0; }
div.light_rounded .pp_top .pp_right { background: #fff; -moz-border-radius: 0 12px 0 0; -webkit-border-radius: 0 12px 0 0; border-radius: 0 12px 0 0; }
div.light_rounded .pp_bottom .pp_left { background: #fff; -moz-border-radius: 0 0 0 12px; -webkit-border-radius: 0 0 0 12px; border-radius: 0 0 0 12px; }
div.light_rounded .pp_bottom .pp_right { background: #fff; -moz-border-radius: 0 0 12px 0; -webkit-border-radius: 0 0 12px 0; border-radius: 0 0 12px 0; }
#swipebox-close, 
#swipebox-next, 
#swipebox-prev { background-image: url(images/icons.png) !important; opacity: .7; }
#swipebox-close:hover, 
#swipebox-next:hover, 
#swipebox-prev:hover { background-image: url(images/icons.png) !important; opacity: 1.0; }
#swipebox-next.disabled, 
#swipebox-prev.disabled { opacity: .3; }
#swipebox-close { margin-right: 10px; }


/***Expanding Archive Plugin****/
.widget-container h3.expanding-archives-title {width:88%;background:transparent;padding:3px 0 0 0;border-top:1px dotted #a6907f;margin-top:4px;font-family:Raleway, Helvetica, Arial,sans-serif;font-weight:700;}
.expanding-archives-collapse-section { border:none;margin-bottom:12px;}
.expanding-archives-collapse-section,
.expanding-archives-title a {padding:0!important;}
.expanding-archive-count { float: none; }
.expand-collapse {font-size:120%;line-height:.9;}
.expanding-archive-month-results { padding-left: 10px!important; }
.widget-container ul li { padding:0; margin:7px 0; line-height:1.3; }
.widget-container ul li a {font-weight:400!important;font-size:.92em;}



/***** RESPONSIVE TWEAKS *******/
/*@media screen and (min-width: 1700px) {
.wideslide {min-height:600px;}
}*/

@media screen and (max-width: 1265px) {
	.pagecontainer {padding-left:2em;padding-right:2em;}
	.pagecontainer.landing {padding:0;}
}
@media screen and (max-width: 1000px) {
#header_container {  }
.menubar,
.flexslider,
.flexslider .slides img { -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; }
}
@media screen and (max-width: 950px) {
	#header_container { position: static; }
	#sidebar .widget_search {display:none;}
	.medium-3.columns.contact,
	.medium-4.columns.contact,
	.medium-9.columns.contact {float:none; display:block; width:100%;}
	.medium-9.columns.contact {padding-right:0;padding-bottom:2em;}
	.medium-3.columns.contact {text-align:center;}
	.formbar {max-width:400px;margin:25px auto;text-align:left;float:none;}
}


@media screen and (max-width: 900px) {
#nav li li { text-align: left; }
.headersearch { display: none; }
/*.footersearch { display: block; text-align: center; }
.footersearch #search { width: 100%; max-width: 303px; margin: 1em auto; }
.footersearch #search #s { width: 85%; }
.footersearch #search #searchsubmit { background: url(images/hdr_searchbutton.png) no-repeat top right; width: 18px; height: 18px; border: 0; position: absolute; right: 5%; top: 5px; }*/
.slidertext h2 { font-size: 2rem }
.slidertext p { font-size: 1rem; }
.slidertext p.moreinfo { margin-top: 1em; }
/*#footer1, #footer2, #footer3, #footer4 { float: none; display: block; width: 100% !important; max-width: 600px; margin-left: auto; margin-right: auto; }*/
#footer-widget p { font-size: .9rem; }
#footer-widget .widget-container h3 { font-size: 1.1em; }
#footer-widget .widget-container { margin-bottom: 12px; }
}

@media screen and (max-width: 850px) {
.pagecontainer {padding-left:0;padding-right:0;}
h1 {font-size:32px;}
.room h2,
.feature h2 {font-size:28px;}
#header2.home-none {display:block;}
.gform_wrapper .top_label input.medium[type=file] { width: 100%;}
.menubar {display:none;}
.formbar { width: 100%;max-width:400px; padding-top: 10px; float: none; margin: 0 auto; }
.formcontainer { width: 100%; max-width:620px; float: none; }
#sidebar { padding: 36px 20px 0 0; }
.pagesidebar .subnavnote, .pagesidebar .quick-facts { margin: 0 0 10px 0; max-width: 600px; }
.pagesidebar .quote { margin: 0 0 24px 0; max-width: 450px; }
#footer-widget p { font-size: .85rem; }
#footer-widget .widget-container h3 { font-size: 1em; }
.coursesummary, .pagepix { width: 100%; margin: 0 0 1em 0; float: none; }
.medium-3.columns.pagesidebar,.medium-3.columns.sidebar { width: 100%;padding-left: 0.9375em; padding-right: 0.9375em; }
/*.widget-container,
#sidebar #search { text-align: center; }*/
.post-entry,
#sidebar,
#comments,
.title-container .blog h1.single,
.searchform-container { width: 100%; max-width: 600px; margin-left: auto; margin-right: auto; float: none; display: block; }
#sidebar #search {margin-left: auto; margin-right: auto;}
#sidebar #search #s {width:86%;}
#sidebar #search #searchsubmit {width:12%;}
.pagecontainer.fourohfour .post-entry h1.mainhead {font-size:3em;}
.pagecontainer.fourohfour .post-entry  {padding:50px 10px 20px 20px;width: 100%; max-width: 580px;}
.ppl-bio {clear:both;}
.people .medium-4 {  width: 50%; }
.people .medium-4:nth-child(even) {float:right;}
.people .medium-4:nth-child(odd) {float:left;}

/*#left-col.blog-list {padding-left:0;}*/
.title-container h1 {position:relative;/*left:-5px;*/ max-width:600px;margin: 0.25em auto 0 auto;}
.textwidget img { max-width: 146px; }
.pagesidebar #sidebar { padding:0 0 20px 0; }
.medium-9.columns.page,.medium-9.columns { width: 100%; padding-right: 10px; }
.headertext h3.tagline { font-size: .9em; }
.headertext h5.sub { font-size: .8em; }
h2.navlabel { display: block; color: #aaa; font-size: 1rem; }
.pagesidebar nav { display:none;}

/*#welcome_container .columns,
#footer1,
#footer2,
#footer3,
#footer4,
#box_container .medium-4.columns,
#box_container .medium-3.columns { float: none; display: block; width: 100% !important; max-width: 600px; margin-left: auto; margin-right: auto; }*/
.boxes { margin: 2rem 0; }
/*.medium-3.columns,
.medium-4.columns,
.medium-5.columns,
.medium-6.columns,
.medium-7.columns { float: none!important; display: block; width: 100% !important; max-width: 600px; margin-left: auto; margin-right: auto;padding-bottom:24px;}*/
.feature-container {padding-bottom:6px;}
.feature-container.winery{padding:15px 0 15px 0;}
.medium-3.columns.winery {padding:20px 6px;}
.medium-6.columns.room {padding-left: 0; padding-right: 0;}
.room-container { margin-right: 0; margin-left: 0;}

.excerpt-thumbnail {float:left; margin:.4em 15px .05em 0;padding:8px 8px 6px 8px;background:#721831;border-radius:6px;}
.post-entry.blog .excerpt-thumbnail img {margin:0;width:122px;}
.post-entry.blog .excerpt-text {margin-left:0;}
}

@media screen and (max-width: 800px) {
.slidertext h2 { font-size: 1.75rem }
.slidertext p { font-size: .9rem; }
#swipebox-next { margin-right: 10px; }
}

@media screen and (max-width: 768px) {
.slidertext h2 { font-size: 1.65rem }
.testimonials.section .testislder p { font-size:18px;}
.post-entry .colcontainer.row .medium-4.columns li { font-size:1em;}
}

@media screen and (max-width: 700px) {
#header2 { text-align: center; margin: 0;}
.tagline { margin-bottom: 20px; clear: both; }
.headeright { width: 100%; float: none; text-align: center; padding: .4em 0 0 0; }
.menubar { display: none /*for WP Responsive Menu*/; float: none; clear: both; z-index: 99; margin: 18px auto 20px auto; position: relative; text-align: left; background: transparent; max-width: 400px; }
.slidertext h2 { font-size: 2.2rem }
.slidertext p { font-size: 1.2rem; }
#header_container { }
.headeright #search { margin: 0 auto 1.3em auto; }
.post-entry.news p { clear: right; }
.js #nav { display: none; }
.js #nav2 { display: none; }
.js .selectnav { display: block; list-style-type: none; }
.menu-header { max-width: 400px; margin: 0 auto; }
.socialicons { position: relative; top: 0; right: 0; width: 100%; margin: 0; padding: 0 4px; }
/*.tagline {position:relative;top:0;right:0;margin-top:15px;}*/
.headertext { position: relative; top: 0; right: 0; margin-top: 15px; width: 100%; padding: 0 20px 10px 20px; }
.custom-dropdown { position: absolute; display: inline-block; width: 100%; bottom: 0; }
.custom-dropdown select { width: 100%; background-color: #00769d; color: #fff; font-size: inherit; padding: .5em 2.5em .5em .5em;border: 0; margin: 0; border-radius: 3px; text-indent: 1px; text-overflow: ''; -webkit-appearance: button; /* hide default arrow in chrome OSX */ }
.custom-dropdown::before, .custom-dropdown::after { content: ""; position: absolute; pointer-events: none; }
.custom-dropdown::after { /*  Custom dropdown arrow */ content: "\25BC"; height: 1em; font-size: .625em; line-height: 1; right: 1.2em; top: 50%; margin-top: -.5em; color: #fff; }
.custom-dropdown::before { /*  Custom dropdown arrow cover */ width: 2em; right: 0; top: 0; bottom: 0; border-radius: 0 3px 3px 0; }
.custom-dropdown::before { background-color: rgba(0,0,0,.15); }
#footer-widget p { font-size: .8rem; }
#footer-widget .widget-container h3 { font-size: 1em; }
.slidertext, .flexslider .slides img { float: none; display: block; width: 100%; text-align: center; }
.flexslider .slides img { }
.slidertext { padding-bottom: 1em; }
.slidertext h2 { margin-top: .5em; }
#box_container { padding-top: 0; }
.calendar_feed li { font-size: .92rem; }
.calendar_feed h3 a, 
.calendar_feed h3 a:visited { font-size: 90%; }
#footer-widget p { font-size: .9rem; }
#footer-widget .widget-container h3 { font-size: 1em; }
#footer-widget li.widget-container { margin: 0 0 .4rem 0; }
#footer-widget .widget-container ul.social { padding-top: 1em; }
}

@media screen and (max-width:640px) {
.pagesidebar { padding-top: 0; padding-bottom: 0; }
#sidebar { padding-top: 0; padding-bottom: 6px; }
#footer-widget .widget-container {  text-align: center;}

.medium-9.columns.contact { padding-right: 0.9375em; }
}

@media screen and (max-width:600px) {
.post-entry p { clear: both; }
.post-entry .excerpt p {clear:none;}
.pagepix { width: 100%; max-width: 590px; margin-bottom: 1em; float: none; margin-left: 0; }
.pagepix .pixdiv { width: 100%; }
#left-col { padding-right: 0; }
.title-container h1 {position:relative;left:0;}
div#sidebar { padding-right: 10px; }
.pagepix.Normal .pixdiv p.morepix { }
.alignleft, 
img.alignleft, 
.alignright, 
img.alignright, 
.aligncenter, 
img.aligncenter { display: block; float: none; margin: 20px 0 5px 0; }

.excerpt-thumbnail {float:none; width:138px; margin:.4em auto .5em auto;padding:8px 8px 6px 8px;background:#721831;border-radius:6px; text-align:center;}
.post-entry.blog .excerpt-thumbnail img {margin:0;width:122px;}
.post-entry.blog .excerpt-text {margin-left:0;}
.post-entry.blog .excerpt-text h2,
.post-entry.blog .excerpt-text .meta-data {text-align:center;}
}
@media screen and (max-width:430px) {
h1 {font-size:28px;}
.room h2,
.feature h2 {font-size:24px;}
.post-entry p, 
.post-entry blockquote,
.post-entry .room p,
.post-entry .feature p {line-height:1.75;font-size:1em;}
.post-entry p.read-more {font-size:12px;}
.pagesidebar #sidebar { padding:0 0 20px 0; }
.pagecontainer.fourohfour .post-entry h1.mainhead {font-size:2.7em;}
}