/*
Website Name: BerkshireElegantCountryInns.com
Description: A responsive website framework, agile and progressively enhanced
Version: 1.0
Author: Adworkshop
Author URI: http://www.adworkshop.com
*/

/* ======================================================= */
/*                  GENERIC FONT SETTINGS                  */
/* ======================================================= */

  .sans-serif{ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .serif{ font-family: "Cambria", Georgia, Times, "Times New Roman"; }
  .monospace{ font-family: "Monaco", Courier New, monospace; }
	
/* ======================================================= */
/*                           RESET                         */
/* ======================================================= */

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

/* ======================================================= */
/*                         CLEARFIX                        */
/* ======================================================= */

  /* Use clearfix class to clear */
  .clearfix:before,
  .clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; 
  }
  
  .clearfix:after {
  clear: both; 
  }
  
  .clearfix {
  zoom: 1; 
  }
  
  /* You can also use a <br class="clear" /> to clear */
  .clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
  }
	
/* ======================================================= */
/*                        BASE STYLES                      */
/* ======================================================= */	
	
  *,
  *:after,
  *:before {
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
  }
  
  html {
  image-rendering: -moz-crisp-edges;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  }
  
  body {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  line-height: 1;
  color: #666;
  background: #fff;
  }
  
  ::-webkit-selection { background: rgba(0, 0, 0, 0.2); color: #fff; text-shadow: none; }
  ::-moz-selection { background: rgba(0, 0, 0, 0.2); color: #fff; text-shadow: none; }
  ::selection { background: rgba(0, 0, 0, 0.2); color: #fff; text-shadow :none; }
  
  h1, h2, h3, h4, h5, h6 {
  font-weight: normal;	
  }
  
  p {
  margin: 0 0 20px 0;		   
  -webkit-hyphens: none;
  -moz-hyphens: none;	
  }
  
  img {
  image-rendering: optimizeQuality;
  -ms-interpolation-mode: bicubic;
  }
  
  a {
  color: #7a7a48;
  font-weight: 600;
  text-decoration: underline;	  
  -webkit-transition: color .2s ease-in-out;	
  -moz-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  -ms-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;	
  }
  
  a:hover {
  color: #535423;
  }
  
  a, a:link, a:visited, a:active, a:hover, img, a img { 
  border: none; 
  outline: none; 
  }	
  
  b, strong {
  font-weight: 700;	  
  }
  
  em {
  font-style: italic;	  
  }
  
/* ======================================================= */
/*                 MISC/GLOBAL SHARED ELEMENTS             */
/* ======================================================= */	
	
  /* Global Container Class - Used to Set Horizontal Padding */
  .global-width {
  position: relative;
  padding: 0 20px;
  }
  
  /* Inline Block Parent - Wrapper for Grids Laid Out with inline-block */
  .inline-block-grid-parent {
  font-size: 0;	
  }

/* ======================================================= */
/*          BASIC FORM ELEMENTS AND FORM OVERRIDES         */
/* ======================================================= */		
	
  /* Bootstrap form element reset - Taken from Twitter Bootstrap v3.1.0 (http://getbootstrap.com) */
  pre {
  overflow: auto;
  }
  
  code,
  kbd,
  pre,
  samp {
  font-family: monospace, monospace;
  font-size: 1em;
  }
  
  button,
  input,
  optgroup,
  select,
  textarea {
  margin: 0;
  font: inherit;
  color: inherit;
  }
  
  button {
  overflow: visible;
  }
  
  button,
  select {
  text-transform: none;
  }
  
  button,
  html input[type="button"],
  input[type="reset"],
  input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  }
  
  button[disabled],
  html input[disabled] {
  cursor: default;
  }
  
  button::-moz-focus-inner,
  input::-moz-focus-inner {
  padding: 0;
  border: 0;
  }
  
  input {
  line-height: normal;
  }
  
  input[type="checkbox"],
  input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  }
  
  input[type="number"]::-webkit-inner-spin-button,
  input[type="number"]::-webkit-outer-spin-button {
  height: auto;
  }
  
  input[type="search"] {
  -webkit-box-sizing: content-box;
   -moz-box-sizing: content-box;
		box-sizing: content-box;
  -webkit-appearance: textfield;
  }
  
  input[type="search"]::-webkit-search-cancel-button,
  input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  }
  
  fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
  }
  
  legend {
  padding: 0;
  border: 0;
  }
  
  textarea {
  overflow: auto;
  }
  
  optgroup {
  font-weight: bold;
  }
  
  input,
  button,
  select,
  textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  }
  
  code,
  kbd,
  pre,
  samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  }
  
  code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  white-space: nowrap;
  background-color: #f9f2f4;
  border-radius: 4px;
  }
  
  kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
  }
  
  pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
  }
  
  pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
  }
  
  fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
  }
  
  legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  }
  
  label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
  }
  
  input[type="search"] {
  -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
		box-sizing: border-box;
  }
  
  input[type="radio"],
  input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
  }
  
  input[type="file"] {
  display: block;
  }
  
  input[type="range"] {
  display: block;
  width: 100%;
  }
  
  select[multiple],
  select[size] {
  height: auto;
  }
  
  input[type="file"]:focus,
  input[type="radio"]:focus,
  input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  }
  
  output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  }
  
  input[type="date"] {
  line-height: 34px;
  }
  
  input[type="radio"][disabled],
  input[type="checkbox"][disabled],
  .radio[disabled],
  .radio-inline[disabled],
  .checkbox[disabled],
  .checkbox-inline[disabled],
  fieldset[disabled] input[type="radio"],
  fieldset[disabled] input[type="checkbox"],
  fieldset[disabled] .radio,
  fieldset[disabled] .radio-inline,
  fieldset[disabled] .checkbox,
  fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
  }
  
  /* Selects and Inputs */
  select {
  margin: 0;
  padding: 15px 12px 12px 12px;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #777;
  vertical-align: middle;
  border: 1px solid #edf1e1;
  outline: none;
  background-color: #fff;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAANCAYAAAC+ct6XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjBBRUQ1QTQ1QzkxMTFFMDlDNDdEQzgyNUE1RjI4MTEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjBBRUQ1QTU1QzkxMTFFMDlDNDdEQzgyNUE1RjI4MTEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGMEFFRDVBMjVDOTExMUUwOUM0N0RDODI1QTVGMjgxMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGMEFFRDVBMzVDOTExMUUwOUM0N0RDODI1QTVGMjgxMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pk5mU4QAAACUSURBVHjaYmRgYJD6////MwY6AyaGAQIspCieM2cOjKkIxCFA3A0TSElJoZ3FUCANxAeAWA6IOYG4iR5BjWwpCDQCcSnNgxoIVJCDFwnwA/FHWlp8EIpHSKoGgiggLkITewrEcbQO6mVAbAbE+VD+a3IsJTc7FQAxDxD7AbEzEF+jR1DDywtoCr9DbhwzDlRZDRBgACYqHJO9bkklAAAAAElFTkSuQmCC);
  background-position: right center;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;	
  -webkit-transition: all linear 0.2s;	
  -moz-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  transition: all linear 0.2s;
  }
  
  select:focus {
  color: #777;	
  border-color: #edf1e1;
  background-color: #edf1e1;
  }
  
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"],
  input[type="search"],
  input[type="tel"],
  input[type="color"] {
  margin: 0;
  padding: 15px 12px 12px 12px;	
  width: 100%;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  color: #777;
  vertical-align: middle;
  outline: none;
  border: 1px solid #edf1e1;	
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;	
  -webkit-transition: all 0.2s linear;	
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  }
  
  textarea {
  line-height: 22px;	
  resize: vertical;  
  }
  
  textarea:focus,
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="time"]:focus,
  input[type="week"]:focus,
  input[type="number"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="color"]:focus {
  color: #777;	
  border-color: #edf1e1;
  background-color: #edf1e1;
  }
  
  input[type="file"],
  input[type="image"],
  input[type="submit"],
  input[type="reset"],
  input[type="button"],
  input[type="radio"],
  input[type="checkbox"] {
  width: auto;
  }

  /* Buttons and Submits */
  a.button,
  input[type="submit"],
  .form-actions a#edit-cancel {
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 15px;
  font-size: 13px;
  font-weight: 700;
  font-style: normal;
  color: #efeee8;
  text-decoration: none;
  text-align: center;	  
  border: 1px solid #fff;	  
  background: #7a7a48; /* Old browsers */
  background: -moz-linear-gradient(top,  #7a7a48 0%, #535423 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7a7a48), color-stop(100%,#535423)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #7a7a48 0%,#535423 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #7a7a48 0%,#535423 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #7a7a48 0%,#535423 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #7a7a48 0%,#535423 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a7a48', endColorstr='#535423',GradientType=0 ); /* IE6-9 */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
  }
  
  a.button:hover,
  input[type="submit"]:hover,
  .form-actions a#edit-cancel:hover {
  color: #fff;	  
  background: #535423; /* Old browsers */
  background: -moz-linear-gradient(top,  #535423 0%, #7a7a48 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#535423), color-stop(100%,#7a7a48)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #535423 0%,#7a7a48 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #535423 0%,#7a7a48 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #535423 0%,#7a7a48 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #535423 0%,#7a7a48 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#535423', endColorstr='#7a7a48',GradientType=0 ); /* IE6-9 */
  }
  
  a.button:active,
  input[type="submit"]:active,
  .form-actions a#edit-cancel:active {
  position: relative;
  top: 1px;
  }
  
  a.button [class^="icon-"], 
  a.button [class*=" icon-"],
  input[type="submit"] [class^="icon-"],
  input[type="submit"] [class*=" icon-"] {
  display: inline-block;
  margin: 0 5px 0 0;
  vertical-align: bottom;	
  }
  
  /* Drupal 7 Zen forms.css overrides for: /sites/all/themes/whiteface/css/zen-defaults/components/misc.css */			
  /* Wrapper for a form element (or group of form elements) and its label. */
  .form-item {
  margin: 0 0 30px 0;	
  }
  
  /* Pack groups of checkboxes and radio buttons closer together. */
  .form-checkboxes .form-item,
  .form-radios .form-item {
  /* Drupal core uses "0.4em 0". */
  margin: 8px 0;
  }
  
  /* Form items in a table. */
  tr.odd .form-item,
  tr.even .form-item {
  margin: 8px 0;
  }
  
  /* Highlight the form elements that caused a form submission error. */
  .form-item input.error,
  .form-item textarea.error,
  .form-item select.error {
  border: 1px solid #a30046;
  }
  
  /* The descriptive help text (separate from the label). */
  .form-item .description {
  margin: 5px 0;
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
  line-height: 1;		
  font-weight: 400;
  color: #999;
  }
  .form-type-radio .description,
  .form-type-checkbox .description {
  margin-left: 2.4em;
  }
  
  /* The part of the label that indicates a required field. */
  .form-required {
  color: #a30046;
  }
  
  /* Labels for radios and checkboxes. */
  label.option {
  display: inline;
  font-weight: normal;
  }
  
  /* Buttons used by contrib modules like Media. */
  a.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  }
  
  /* Adworkshop Custom Form Styles/Additions */	
  .form-item label,
  .views-exposed-widget label { /* The label for a form element */
  display: block;	
  margin: 0 0 10px 0;	
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  line-height: 1;
  font-weight: 600;
  color: #282828;
  text-transform: none;
  }
  
  .form-item label.option { /* The label for a radio button or checkbox */
  display: inline;
  margin: 0;
  padding: 0;
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  line-height: 17px;
  font-weight: 400;
  color: #999999;
  text-transform: none;
  cursor: pointer;
  -webkit-transition: color .2s ease-in-out;	
  -moz-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  -ms-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;	
  }	
  
  .form-item label.option:hover {
  color: #333;	
  }
  
  .form-item input[type="checkbox"], 
  .form-item input[type="radio"] { /* The input for a radio button or checkbox */
  display: inline;
  margin: -3px 5px 0 0;
  padding: 0;  
  width: 13px;
  height: 13px;
  vertical-align: middle;
  }
  
  .form-item .description .item-list ul {
  margin: 5px 0 0 15px !important;	  
  }
  
  .filter-wrapper {
  padding: 0;	  
  }
  
  .form-actions {
  margin: 30px 0 0 0;	  
  }
  
  .form-actions a#edit-cancel {
  margin: 0 0 0 5px;	  
  }
	
/* ======================================================= */
/*                           HEADER                        */
/* ======================================================= */	
  
  header.site-header {
  position: relative;
  border-bottom: 3px solid #fff;
  background: transparent url('../../i/patterns/fancy_deboss.png') repeat scroll left top;
  z-index: 999;
  -webkit-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.2), 0 0 3px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.2), 0 0 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.2), 0 0 3px 0 rgba(0, 0, 0, 0.2);
  }
  
  /* Header Logo */
  .header-logo {
  display: inline-block;
  margin: 0 0 -15px 0;
  padding: 15px;
  line-height: 0; 
  border: 3px solid #fff;
  border-top: none;
  background: #efeee8;
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
  }
  
  .header-logo img {
  width: 130px;
  height: auto;	  
  }
  
  .header-logo a img {
  -webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */
  backface-visibility: hidden;	  	  
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;	
  transition: opacity 0.3s ease-in-out;	  
  }
  
  .header-logo a img:hover {
  opacity: 0.6;
  }
  
  /* Header Tagline */
  .header-tagline {
  display: none; /* Hide Initially */
  margin: 15px 0;	  
  font-family: 'Great Vibes', cursive;
  font-size: 22px;
  line-height: 1.3;
  font-weight: normal;	  
  color: #7a7a48;
  text-align: center;
  }
  
/* ======================================================= */
/*               FEATURED SLIDER/FEATURED IMAGE            */
/* ======================================================= */    
  
  .featured-slider-container {
  position: relative;	  
  background: #fff;
  z-index: 1;
  }
  
  #featured-slider {
  position: relative;	
  width: 100%;	
  z-index: 1;
  }
  
  #featured-slider.royalSlider.heroSlider,
  #featured-slider.royalSlider.heroSlider .rsOverflow {
  height: 300px !important;
  }
  
  /* Bullets (/plugins/royalslider/royalslider/skins/minimal-white/rs-minimal-white.css) */	
  #featured-slider .rsBullet {
  padding: 6px 6px 6px 6px !important;	
  }  
  
/* ======================================================= */
/*                    SECTION HEADER IMAGES                */
/* ======================================================= */ 

  .section-header-image {
  display: none;	  
  }
  
/* ======================================================= */
/*                    PAGE TITLE/HERO TEXT                 */
/* ======================================================= */   

  .page-title-hero-container {
  position: relative;
  padding: 40px 0;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  background: transparent url('../../i/patterns/halftone.png') repeat scroll left top;
  z-index: 2;
  -webkit-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.2), 0 0 3px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.2), 0 0 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.2), 0 0 3px 0 rgba(0, 0, 0, 0.2);
  }

  h1.page-title {
  margin: 0;	  
  font-family: 'Great Vibes', cursive;
  font-size: 30px;
  line-height: 1.3;	  
  font-weight: normal;
  color: #535423;	  
  text-align: center;
  }
  
  .hero-text {
  margin: 20px 0 0 0;	  
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 500;
  text-align: center;
  color: #7a7a48;
  }
  
/* ======================================================= */
/*                      PARTICIPATING INNS                 */
/* ======================================================= */  

  .participating-inns-container {
  position: relative;
  padding: 40px 0 0 0;	
  background: transparent url('../../i/patterns/lightpaperfibers.png') repeat scroll left top;
  z-index: 1;	
  }
  
  .participating-inn {
  display: inline-block;
  width: 100%;
  margin: 0 0 40px 0;
  vertical-align: top;	  
  }
  
  .participating-inn-image {
  margin: 0 0 20px 0;
  line-height: 0;	  
  }
  
  .participating-inn-image img {
  width: 100%;
  max-width: 100%;
  height: auto;	  
  }
  
  .participating-inn-image a img {
  -webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */
  backface-visibility: hidden;	  	  
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;	
  transition: opacity 0.3s ease-in-out;	  
  }
  
  .participating-inn-image a img:hover {
  opacity: 0.6;
  }
  
  .participating-inn-title {
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  line-height: 1.3;
  font-weight: normal;
  color: #535423;	  
  }
  
  .participating-inn-meta {
  margin: 10px 0 0 0;	
  font-size: 13px;
  line-height: 1.4;  
  font-weight: 600;	  
  color: #333;  
  }
  
  .participating-inn-meta span.fa {
  margin: 0 5px 0 0;
  color: #7a7a48;
  }
  
  .participating-inn-meta a {
  font-weight: 600;	
  color: #333;
  text-decoration: underline;	  
  }
  
  .participating-inn-meta a:hover {
  color: #535423;
  }
  
  .participating-inn-teaser {
  margin: 10px 0 0 0;	
  font-size: 13px;
  line-height: 1.8; 
  }
  
  .participating-inn-actions {
  margin: 20px 0 0 0;	  
  }
  
  .participating-inn-actions a.button:last-child {
  margin: 0;	  
  }  
  
/* ======================================================= */
/*                     CONTENT CONTAINERS                  */
/* ======================================================= */   

  .content-container {
  position: relative;
  padding: 40px 0;
  border-top: 6px solid #efeee8;
  background: transparent url('../../i/patterns/ricepaper2.png') repeat scroll left top;
  z-index: 1;		
  }
  
  .content-container.popup {
  padding: 10px;
  border: 6px solid #efeee8;
  background: transparent url('../../i/patterns/ricepaper2.png') repeat scroll left top;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  }
  
  .content-sidebar {
  margin: 40px 0 0 0;
  padding: 40px 0 0 0;
  border-top: 2px solid #efeee8;		  
  }
   
/* ======================================================= */
/*                     GENERAL PAGE CONTENT                */
/* ======================================================= */   	
  
  .page-content h2 {
  margin: 0 0 10px 0;
  font-family: 'Raleway', sans-serif;
  font-size: 22px;
  line-height: 1.3;
  font-weight: normal;
  color: #535423;
  }
  
  .page-content h2.section-title {
  margin: 0 0 30px 0;
  }
  
  .page-content h3 {
  margin: 0 0 5px 0;
  font-size: 15px;
  line-height: 1.4;  
  font-weight: 600;	  
  color: #333;
  }
  
  .page-content p {
  font-size: 13px;
  line-height: 1.8;
  }
  
  .page-content a,
  .special-teaser a {		
  color: #7a7a48;
  font-weight: 600;
  text-decoration: underline;
  }
  
  .page-content a:hover,
  .special-teaser a:hover {
  color: #535423;
  }
  
  .page-content ul,
  .special-teaser ul {
  margin: 0 0 25px 15px;
  list-style: disc;  
  font-size: 13px;
  line-height: 1.4;
  }
  
  .page-content ol,
  .special-teaser ol {
  margin: 0 0 25px 15px;
  list-style: decimal;  
  font-size: 13px;
  line-height: 1.4;
  }

  .page-content ul li,
  .page-content ol li,
  .special-teaser ul li,
  .special-teaser ol li {
  margin: 0 0 5px 0;
  }
  
  .page-content p:last-child,
  .page-content ul:last-child {
  margin-bottom: 0;	  
  }
  
  .page-content hr,
  .special-teaser hr {
  height: 1px; 
  border: 0; 
  margin: 30px 0;
  color: #efeee8;
  background-color: #efeee8;	
  }
  
  .page-content img {	
  max-width: 100%;
  height: auto;	
  }
  
  /* Prevent Issues with Images within Google Maps */
  #map_canvas img,
  .google-maps img {
  max-width: none;
  }
  
/* ======================================================= */
/*                          SPECIALS                       */
/* ======================================================= */   

  .specials-container {
  position: relative;
  padding: 40px 0;
  border-top: 6px solid #efeee8;
  background: transparent url('../../i/patterns/lightpaperfibers.png') repeat scroll left top;
  z-index: 1;		
  }  
  
  .special {
  display: inline-block;
  width: 100%;
  margin: 0 0 25px 0;
  padding: 0 0 30px 0;
  vertical-align: top;
  border-bottom: 1px solid #efeee8;	  
  }
  
  .special.last {
  margin: 0;
  padding: 0;
  border-bottom: none;  
  }
  
  .special-title {
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  line-height: 1.3;
  font-weight: normal;
  color: #535423;	  
  }
  
  .special-teaser {
  margin: 10px 0 0 0;
  font-size: 13px;
  line-height: 1.8;	  
  }
  
  .special-teaser p:last-child,
  .special-teaser ul:last-child {
  margin-bottom: 0;	  
  }
  
/* ======================================================= */
/*                        IMAGE GALLERY                    */
/* ======================================================= */  

  .image-gallery-container {
  position: relative;
  padding: 40px 0;	
  border-top: 6px solid #535423;
  background: transparent url('../../i/patterns/green_cup.png') repeat scroll left top;
  z-index: 1;	
  }
  
  .image-gallery-grid-item {
  display: inline-block;
  width: 50%;
  vertical-align: top;	  
  }
  
  .image-gallery-grid-item img {
  width: 100%;
  max-width: 100%;
  height: auto;	  
  }
  
  .image-gallery-grid-item a img {
  -webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */
  backface-visibility: hidden;	  	  
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;	
  transition: opacity 0.3s ease-in-out;	  
  }
  
  .image-gallery-grid-item a img:hover {
  opacity: 0.6;
  }
  
/* ======================================================= */
/*                             MAP                         */
/* ======================================================= */  
  
  .map-container {
  position: relative;	
  height: 300px;  
  line-height: 0;
  border-top: 6px solid #535423;
  background-color: transparent;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  z-index: 1;	
  }
  
  .map-container #map-canvas {
  height: 100%;		  
  }
  
  .map-details-popup {	  
  font-size: 11px;
  line-height: 1.6;	  
  }
  
  .map-details-popup p {
  margin: 0 0 10px 0;	  
  }
  
  .map-details-popup p:last-child {
  margin: 0;	  
  }
  
  .map-details-popup a {
  font-weight: 600;			
  color: #074f0a;
  text-decoration: underline;
  }
  
  .map-details-popup a:hover {
  color: #ffbb00;
  }
  
  .gm-style-iw {
  max-width: 240px !important;	  
  padding: 2px !important;  
  }
  
/* ======================================================= */
/*                           FOOTER                        */
/* ======================================================= */

  footer.site-footer {
  position: relative;
  padding: 40px 0;	  
  border-top: 3px solid #fff;	  
  background: transparent url('../../i/patterns/fancy_deboss.png') repeat scroll left top;
  z-index: 2;
  -webkit-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.2), 0 0 3px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.2), 0 0 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.2), 0 0 3px 0 rgba(0, 0, 0, 0.2);
  }
  
  .footer-info {
  font-size: 13px;
  line-height: 1.8;
  text-align: center;	  
  }

/* ======================================================= */
/*                        MEDIA QUERIES                    */
/* ======================================================= */	

  @media all and (min-width: 320px) {
  
  }
  
  @media all and (min-width: 480px) {
  
  }  
  
  @media all and (min-width: 600px) {
	  
	/**************************************
	*
	* MISC/GLOBAL SHARED ELEMENTS 
	*
	**************************************/
	/* Global Container Class - Used to Set Horizontal Padding */
	.global-width {	
	padding: 0 30px;
	}
	
	/**************************************
	*
	* HEADER
	*
	**************************************/
	/* Header Logo */
	.header-logo img {
	width: 160px;	
	}
	/* Header Tagline */
	.header-tagline {
	font-size: 26px;	
	}
	
	/**************************************
	*
	* FEATURED SLIDER/FEATURED IMAGE
	*
	**************************************/
	#featured-slider.royalSlider.heroSlider,
	#featured-slider.royalSlider.heroSlider .rsOverflow {
	height: 400px !important;
	}
	
	/**************************************
	*
	* SECTION HEADER IMAGES
	*
	**************************************/
	.section-header-image {
	display: block;
	position: relative;
	min-height: 300px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	background-size: cover;
	z-index: 1;
	}	
	
	/**************************************
	*
	* PAGE TITLE/HERO TEXT
	*
	**************************************/
	.page-title-hero-container {
	z-index: 3;
	}
	h1.page-title {
	font-size: 36px;
	}
	.hero-text {
	font-size: 18px;	
	}
	
	/**************************************
	*
	* PARTICIPATING INNS
	*
	**************************************/
	.participating-inns-container {
	border-bottom: 6px solid #efeee8;
	z-index: 2;
	-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
	}
	
	/**************************************
	*
	* CONTENT CONTAINERS
	*
	**************************************/
	.content-container {
	border-bottom: 6px solid #d6d5c0;
	border-top: 6px solid #d6d5c0;
	z-index: 2;
	-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
	}
	
	/**************************************
	*
	* GENERAL PAGE CONTENT
	*
	**************************************/
	.page-content h2 {
	font-size: 24px;
	}	
	.page-content h3 {
	font-size: 16px;
	}
	
	/**************************************
	*
	* SPECIALS
	*
	**************************************/
	.specials-container {
	border-bottom: 6px solid #efeee8;	
	z-index: 2;
	-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
	}
	
	/**************************************
	*
	* IMAGE GALLERY
	*
	**************************************/
	.image-gallery-container {
	border-bottom: 6px solid #535423;	
	z-index: 2;
	-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
	}
	.image-gallery-grid-item {
	width: 33.33%;
	}
	
	/**************************************
	*
	* MAP
	*
	**************************************/
	.map-container {
	height: 400px;
	z-index: 2;
	-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);	
	}
	
	/**************************************
	*
	* FOOTER
	*
	**************************************/
	footer.site-footer {
	z-index: 3;
	}
	  
  }
  
  @media all and (min-width: 768px) {	
	  
  }
  
  @media all and (min-width: 960px) {
	  
	/**************************************
	*
	* MISC/GLOBAL SHARED ELEMENTS 
	*
	**************************************/
	/* Global Container Class - Used to Set Horizontal Padding */
	.global-width {	
	padding: 0 40px;
	}	
	
	/**************************************
	*
	* HEADER
	*
	**************************************/
	/* Header Logo */
	.header-logo img {
	width: 190px;	
	}
	/* Header Tagline */
	.header-tagline {
	font-size: 30px;	
	}
	
	/**************************************
	*
	* FEATURED SLIDER/FEATURED IMAGE
	*
	**************************************/
	#featured-slider.royalSlider.heroSlider,
	#featured-slider.royalSlider.heroSlider .rsOverflow {
	height: 450px !important;
	}
	
	/**************************************
	*
	* PAGE TITLE/HERO TEXT
	*
	**************************************/
	.page-title-hero-container {
	padding: 50px 0;	
	}
	h1.page-title {
	font-size: 40px;
	}
	.hero-text {
	font-size: 20px;	
	}
	
	/**************************************
	*
	* PARTICIPATING INNS
	*
	**************************************/
	.participating-inns-container {
	padding: 50px 0 10px 0;	
	}
	.participating-inns {
	margin: 0 -15px;	
	}
	.participating-inn {
	width: 50%;	
	padding: 0 15px;
	}
	.participating-inn-title {
	font-size: 20px;
	}
	.participating-inn-meta {
	font-size: 14px;
	}
	
	/**************************************
	*
	* CONTENT CONTAINERS
	*
	**************************************/
	.content-container {
	padding: 50px 0;	
	}
	
	/**************************************
	*
	* GENERAL PAGE CONTENT
	*
	**************************************/
	.page-content h2 {
	font-size: 26px;
	}	
	.page-content h3 {
	font-size: 17px;
	}
	.page-content p {
	font-size: 14px;
	}
	.page-content ul,
	.special-teaser ul {
	font-size: 14px;
	}  
	.page-content ol,
	.special-teaser ol {
	font-size: 14px;
	}
	
	/**************************************
	*
	* SPECIALS
	*
	**************************************/
	.specials-container {
	padding: 50px 0;	
	}
	.special-title {
	font-size: 20px;
	}
	
	/**************************************
	*
	* IMAGE GALLERY
	*
	**************************************/
	.image-gallery-container {
	padding: 50px 0;	
	}
	.image-gallery-grid-item {
	width: 25%;
	}
	
	/**************************************
	*
	* MAP
	*
	**************************************/
	.map-container {
	height: 450px;	
	}
	
	/**************************************
	*
	* FOOTER
	*
	**************************************/
	footer.site-footer {
	padding: 50px 0;	
	}
	
  }
  
  @media all and (min-width: 1024px) {
  
  }
  
  @media all and (min-width: 1100px) {
	
	/**************************************
	*
	* HEADER
	*
	**************************************/
	/* Header Logo */
	.header-logo {
	padding: 25px 20px;	
	margin: 0 0 -20px 0;	
	}
	.header-logo img {
	width: 220px;
	}
	/* Header Tagline */
	.header-tagline {
	display: block !important;
	position: absolute;
	top: 15px;
	right: 40px;
	margin: 0;
	font-size: 32px;
	text-align: right;	
	}
	
	/**************************************
	*
	* FEATURED SLIDER/FEATURED IMAGE
	*
	**************************************/
	#featured-slider.royalSlider.heroSlider,
	#featured-slider.royalSlider.heroSlider .rsOverflow {
	height: 500px !important;
	}
	
	/**************************************
	*
	* PAGE TITLE/HERO TEXT
	*
	**************************************/
	.page-title-hero-container {
	padding: 60px 0;	
	}
	h1.page-title {
	font-size: 44px;
	}
	.hero-text {
	font-size: 22px;	
	}
	
	/**************************************
	*
	* PARTICIPATING INNS
	*
	**************************************/
	.participating-inns-container {
	padding: 60px 0 20px 0;	
	}
	.participating-inn {
	width: 33.33%;	
	}
	.participating-inn-title {
	font-size: 22px;
	}
	.participating-inn-meta {
	font-size: 15px;
	}
	
	/**************************************
	*
	* CONTENT CONTAINERS
	*
	**************************************/
	.content-container-inner {
	display: table;
	width: 100%;	
	}
	.content-main {
	display: table-cell;
	width: auto;
	padding: 0 40px 0 0;
	vertical-align: top;	
	}
	.content-main.no-sidebar {
	padding: 0;	
	}
	.content-sidebar {
	display: table-cell;
	width: 340px;
	margin: 0;
	padding: 0 0 0 40px;
	vertical-align: top;
	border-top: none;
	border-left: 2px solid #efeee8;	
	}
	
	/**************************************
	*
	* GENERAL PAGE CONTENT
	*
	**************************************/
	.page-content h2 {
	font-size: 28px;
	}	
	.page-content h3 {
	font-size: 18px;
	}
	
	/**************************************
	*
	* SPECIALS
	*
	**************************************/
	.specials-container {
	padding: 60px 0;
	}
	.special-title {
	font-size: 22px;
	}
	
	/**************************************
	*
	* IMAGE GALLERY
	*
	**************************************/
	.image-gallery-container {
	padding: 60px 0;	
	}
	
	/**************************************
	*
	* MAP
	*
	**************************************/
	.map-container {
	height: 500px;	
	}
	
	/**************************************
	*
	* FOOTER
	*
	**************************************/
	footer.site-footer {
	padding: 60px 0;	
	}

  }
  
  @media all and (min-width: 1200px) {
	  
	/**************************************
	*
	* MISC/GLOBAL SHARED ELEMENTS 
	*
	**************************************/
	/* Global Container Class - Used to Set Horizontal Width/Padding */
	.global-width {
	margin: 0 auto;	
	padding: 0;
	width: 85%;
	max-width: 1280px;
	}  
	
	/**************************************
	*
	* HEADER
	*
	**************************************/
	/* Header Tagline */
	.header-tagline {
	right: 0;
	}
	
	/**************************************
	*
	* SECTION HEADER IMAGES
	*
	**************************************/
	.section-header-image {
	background-attachment: fixed;
	}
  
  }
  
  @media all and (min-width: 1400px) {
	 
	/**************************************
	*
	* HEADER
	*
	**************************************/
	/* Header Logo */
	.header-logo img {
	width: 263px;	
	} 
	  
	/**************************************
	*
	* FEATURED SLIDER/FEATURED IMAGE
	*
	**************************************/
	#featured-slider.royalSlider.heroSlider,
	#featured-slider.royalSlider.heroSlider .rsOverflow {
	height: 600px !important;
	}
	
	/**************************************
	*
	* PAGE TITLE/HERO TEXT
	*
	**************************************/
	.page-title-hero-container {
	padding: 60px 0;	
	}
	h1.page-title {
	font-size: 48px;
	}
	.hero-text {
	font-size: 24px;	
	}
	
	/**************************************
	*
	* CONTENT CONTAINERS
	*
	**************************************/
	.content-main {
	padding: 0 60px 0 0;	
	}
	.content-main.no-sidebar {
	padding: 0;	
	}
	.content-sidebar {
	width: 460px;
	padding: 0 0 0 60px;
	}
	
	/**************************************
	*
	* GENERAL PAGE CONTENT
	*
	**************************************/
	.page-content h2 {
	font-size: 32px;
	}	
	
	/**************************************
	*
	* MAP
	*
	**************************************/
	.map-container {
	height: 600px;	
	}
	  
  }
  
  @media all and (min-width: 1600px) {
	  
	/**************************************
	*
	* FEATURED SLIDER/FEATURED IMAGE
	*
	**************************************/
	#featured-slider.royalSlider.heroSlider,
	#featured-slider.royalSlider.heroSlider .rsOverflow {
	height: 650px !important;
	}  
	
	/**************************************
	*
	* MAP
	*
	**************************************/
	.map-container {
	height: 650px;	
	}

  }
  
  @media all and (min-width: 1800px) {	

	/**************************************
	*
	* FEATURED SLIDER/FEATURED IMAGE
	*
	**************************************/
	#featured-slider.royalSlider.heroSlider,
	#featured-slider.royalSlider.heroSlider .rsOverflow {
	height: 700px !important;
	}  
	
	/**************************************
	*
	* MAP
	*
	**************************************/
	.map-container {
	height: 700px;	
	}

  }