/*GENERAL ITEMS*/

html {
	background-image: url(images/bk-html.png);
	margin: 0 0 0 0;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #e8e4c5;
	font-size: .96em;	
}

body{
	position: relative;
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background-image: url(images/bk-body.png);
	background-position: center top;
	background-repeat: repeat-y;
	min-width: 972px;
}

@font-face {
	font-family: 'MyriadProSemibold';
	src: url('fonts/myriadpro-semibold-webfont.eot');
	src: local('☺'), url('fonts/myriadpro-semibold-webfont.woff') format('woff'), url('fonts/myriadpro-semibold-webfont.ttf') format('truetype'), url('fonts/myriadpro-semibold-webfont.svg#webfontgdMou8Tt') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	/* This declaration targets Internet Explorer */
	font-family: 'MyriadProSemiboldItalic';
	src: url('fonts/myriadpro-semiboldit-webfont.eot');
}

@font-face {
	/* This declaration targets everything else */
	font-family: 'MyriadProSemiboldItalic';
	src: url(//:) format('no404'), url('fonts/myriadpro-semiboldit-webfont.woff') format('woff'), url('fonts/myriadpro-semiboldit-webfont.ttf') format('truetype'), url('fonts/myriadpro-semiboldit-webfont.svg#webfontv7zsicyX') format('svg');
	font-weight: normal;
	font-style: normal;
}

img{
	border: none;
}

.clear{
	clear: both;
	height: 0.1em;
}

.spacer{
	margin-left: 5px;
	height: 0.1em;
}

a{
	outline: none;
	text-decoration: underline;
	font-size: 91%;
	font-family: Tahoma, Arial;
	font-weight: bold;
	text-transform: uppercase;
}

a:link, a:visited{
	color: #8aa101;
}

a:active, a:hover, a:focus{
	color: #9a5e0a;
}




h1{
	color: #9a5e0a;
	font-size: 3em;
	font-family: "MyriadProSemibold", Arial;
	margin-top: .2em;
	margin-bottom: .4em;
}

h2{
	font-size: 130%; 
	color: #7da41a; 
	font-family: Arial, Tahoma; 
	font-weight: bold;
}

h3{display: none;}

p, ul, ol, dl, ul ul{line-height: 170%;}



/*ACCESSIBILITY*/


#accessibility{}

#font-size{}

#accessibility-options{position: relative;}

/* Skip Links */


/* Text Size */

/* only shown if javascript is active */

.contrast-switch{
	padding: 3px;
	background-color: #526204;
}


#accessibility{font-family: Tahoma, Arial;
font-size: 12px;
color: #9a5e0a;
z-index: 100;
float: right;
margin-left: 1em;
margin-bottom: 1em;
margin-top: 1px;
padding: 0px!important;

}

#font-size{}

#accessibility-options{}

#accessibility #text-size {
	font-size: 12px;
	color: #9a5e0a;
	padding-left: 122px;
}

#accessibility #google_translate_element {
	
}

#accessibility #text-size {line-height: 13px!important;}




/*EVERYPAGE*/


#holder{
	position: relative;
	width: 972px;
	border: none;;
	margin: 0 auto 0 auto;
	background: white;
}

#header {
	position: relative;
	background-image: url(images/bk-header.png);
	width: 972px;
	height: 105px;
}

#brand{
	width: 193px;
	height: 78px;
	margin-left: 38px;
}

#brand p#heading {
	margin: 0;
	padding: 0;
}

#brand p#heading a {
	display: block;
	width: 193px;
	height: 78px;
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 38px;
}

#brand p#heading strong {
	position: absolute;
	left: -9999px;
}

#search-button{display: none;}
#menu-button{display: none;}
#back-button{display: none;}


/*MENU*/

#menu{
	position: relative;
	top: 0px;
	margin-top: -50px!important;
	margin-left: 200px;
	height: 40px;
}

ul#menu li{
	list-style: none;
	display: inline;
	
	
}

#menu img{
	behavior:  url(iepngfix.htc);
	height: 40px;
}

.menu-item {
background: rgb(111,100,11); /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  rgba(111,100,11,1) 46%, rgba(73,65,5,1) 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(46%,rgba(111,100,11,1)), color-stop(100%,rgba(73,65,5,1))); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  rgba(111,100,11,1) 46%,rgba(73,65,5,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  rgba(111,100,11,1) 46%,rgba(73,65,5,1) 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  rgba(111,100,11,1) 46%,rgba(73,65,5,1) 100%); /* IE10+ */
background: radial-gradient(ellipse at center,  rgba(111,100,11,1) 46%,rgba(73,65,5,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f640b', endColorstr='#494105',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	border-radius: 10px;
}


#menu a{
	text-transform:none;
	text-decoration:none;
	display: block;
	float: left;
	position: relative;
	margin: 10px 3px;
	padding: 8px 10px;
	color:#fff;
	font-size: 1.250em;
	overflow: hidden;
	font-weight: normal;
	text-shadow: 1px 2px #333;
	font-family: 'PT Sans', sans-serif;
	
}

#menu a:active, #menu a:hover{
	background: #4b4408;
}

/*.menu-about{
	background: url(images/menu-about.png); width: 142px;
}
.menu-facilities{
	background-image: url(images/menu-facilities.png); width: 91px;
}
.menu-reservations{
	background-image: url(images/menu-reservations.png); width: 182px;
}
.menu-gallery{
	background-image: url(images/menu-gallery.png); width: 129px;
}
.menu-contact{
	background-image: url(images/menu-contact.png); width: 109px;
}
*/


/*BANNER*/

#banner p.banner-text-home{
	margin: 0;
	font-size: 3.125em;
	font-weight: bold;
	color: #8b7f1c;
	text-shadow: 5px 5px 20px #7d7329;
	
	font-family: 'PT Sans', sans-serif;
	font-style: italic;
	padding-right: 66px;
	line-height: 45px;
	margin: 0;
	padding-top: 25px;
	text-align: right;
}

ul.custom-home{
	padding-left: 390px;
	padding-top: 10px;
		
}

ul.custom-home li.leaf{
	display: inline;
	background: url(images/home-bullet-leaf.png) no-repeat center left;
	font-size: 1.500em;
	font-style: italic;
	color: #FFF;
	text-shadow: 2px 2px 20px #5e551e;
	text-transform: uppercase;
	font-family: 'PT Sans', sans-serif;
	font-weight: bold;
	height: 46px;
	padding: 0 5px 0 20px;
	
	
}

#banner p.banner-text-standard{
	font-size: 1.875em;
	font-weight: bold;
	color: #8b7f1c;
	text-shadow: 5px 5px 20px #7d7329;
	
	font-family: 'PT Sans', sans-serif;
	padding-left: 35px;
	line-height: 26px;
	margin: 0;
	padding-top: 20px;
	font-style: italic;
	
}

ul.custom-standard{
	padding-left: 35px;
	padding-top: 10px;
	margin: 0;
	
}
ul.custom-standard li.leaf{
	display: inline;
	background: url(images/standard-bullet-leaf.png) no-repeat center left;
	font-size: 1.025em;
	color: #FFF;
	text-shadow: 2px 2px 20px #5e551e;
	text-transform: uppercase;
	font-family: 'PT Sans', sans-serif;
	font-weight: bold;
	height: 36px;
	padding: 0 7px 0 15px;
	font-style: italic;
	
}

/*FOOTER*/

#footer{
	width: 972px;
	height: auto;
}

#footer-top{
	width: 972px;
	height: 59px;
	background-image: url(images/bk-footer-top.jpg);
	background-repeat: repeat-x;
}

#footer-piper{
	position: relative;
	margin-top: 0px;
	height: 59px;
	margin-left: 840px;
	width: 76px;
	z-index: 2;
}


#footer-info{
	font-size: .94em;
}

#footer-info{
	width: 972px;
	min-height: 102px;
	background-image: url(images/bk-footer.jpg);
	padding-top: 20px;
	padding-bottom: 20px;
	color: white;	
	line-height: 60%;
}


#footer-left{
	width: 580px;
	float: left;
}

#footer-left p{
	margin-top: 0px;
	margin-left: 20px;
}

#footer-left strong{
	margin-right: 12px;
}


#footer-left a{
	color: #fee200;
	font-weight: bold;
	margin-right: 9px;
}

#footer-left a:link, #footer-left a:visited{
	text-decoration: none;
}

#footer-left a:active, #footer-left a:hover, #footer-left a:focus{
	text-decoration: underline;
}

#footer-associations{
	float: left;
	width: 332px;
	height: 68px;
/* 	background-image:url(images/footer-associations.jpg); */
	margin-left: 30px;
}



/*HOME*/

.home #content #description{
	float: left;
	width: 532px;
	margin-left: 38px;
	margin-top: 0;
	overflow: hidden;
}

.home #content #right-items{
	float: left;
	width: 340px;
	margin-left: 45px;
	margin-top: 18px;
	overflow: hidden;
}

.home #content #right-items .side-title{
	color: #9a5e0a;
	font-size: 190%;
	font-family: "MyriadProSemiboldItalic", Arial;
	margin-top: -.2em;
	margin-bottom: .4em;
}

.home #content #right-items p a{
	font-size: 91%;
	margin-left: 5px;
}

.gallery a{
	padding: 3px;
	border: solid 1px #b6af76;
	background: #faf5d3;
	height: 90px;
	width: 90px;
	float: left;
	margin-right: 6px;
	margin-bottom: 6px;
}

#content .gallery img {
	display: block;
	border: none;
}




/*STANDARD*/


.page #description, .error404 #description{
	float: left;
	width: 480px;
	margin-left: 38px;
	margin-top: 0;
	overflow: hidden;
	margin-top: 10px;
}

.page #right-items, .error404 #right-items {
	float: left;
	width: 410px;
	margin-left: 15px;
	overflow: hidden;
	margin-top: -70px;
	z-index: 40;
}

.error404 #right-items {
	margin-top: 0;	
}

.page #right-items #featured-photo {
	width: 400px;
	height: 295px;
	background-image: url(images/bk-featured-photo.png);
}


.page #right-items #featured-photo img {
	margin-top: 35px;
	margin-left: 35px;
	height: 218px;
	width: 322px;
}

.page #right-items .side-title, .error404 #right-items .side-title {
	color: #788b28;
	font-size: 200%;
	font-family: "MyriadProSemibold", Arial;
	margin-top: .2em;
	margin-bottom: .4em;
}

#side-directions{
	width: 345px;
	margin: 0px auto 0px auto;
	padding-right: 15px;
	font-size: .9em;
}

#side-map{
	float: left;
	width: 190px;
	margin-right: 12px;
	padding-top: 3px;
	padding-bottom: 0px;
	background: white;
	border: solid 1px #bababa;
	font-size: 96%;
	text-align: center;
}

#side-map p{
	margin: 2px auto 2px auto;
	
}


/*RESERVATIONS*/

.res-form{
	padding: 15px; 
	background: #f7f9dd; 
	border-top: solid 2px #e3e7b5; 
	border-bottom: solid 2px #e3e7b5;
}


/*CONTACT*/

#contact-map{
	width: 464px;
	background: white;
	border: solid 1px #b6af76;
	font-size: 96%;
	background: #faf5d3;	
	padding: 5px;
}

#contact-gallery{
	margin-left: 35px;
}

/*TRANSLATE*/




.translate {
  float: left;
  position: relative;
  margin: 0;
  top: -5px; 
  padding-left: 49px;
    
  
}

.translate .open {
    cursor: pointer;
    display: inline-block;
    height: 12px;
    padding: 11px 20px 11px 5px;
    background: #faf9f0 url(images/icon-translate.png) right center no-repeat;
    background: url(images/icon-translate.png) right center no-repeat, linear-gradient(to bottom, #feffff 50%,#faf9f0 100%) top left no-repeat;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: solid 1px #dcd8d5; }

.ie .translate .open {
    border: solid 1px #cccccc; }

.translate .wrapper {
    position: absolute;
    top: 0;
    left: -45px;
    width: 300px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff; }

.translate .wrapper h2 {
      color: #fff; }

.translate .wrapper #google_translate_element {
      margin-bottom: 2em; }

.translate .wrapper #google_translate_element a {
        border: none; }

.translate .wrapper .close {
      cursor: pointer;
      color: white;
      font-size: 0.8em;
      font-weight: bold;
      line-height: 1;
      text-transform: uppercase;
      text-decoration: none;
      text-align: center;
      border: none;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      padding: 0.83333em 1.75em;
      background: #70828f;
      background: linear-gradient(to bottom, #70828f 0%, #70828f 15%, #62727e 100%); }

.translate .hide {
    display: block;
    position: absolute;
    left: -999em;
    top: -999em; 
}
	
.ie7 #translate .wrapper {
  background-color: #000; }

.trans {
  padding: 2em; }

.trans h2 {
    margin-top: 0; }


.wpcf7-form-control-wrap .form_text {
	width: 100%;
	max-width: 400px;
	padding: 15px;
	font-size: 16px;
	font-family: inherit;
}

.form_select {
	
	width: 100%;
	max-width: 435px;
	padding: 15px;
	font-size: 16px;
	font-family: inherit;
	
}

input.wpcf7-submit {
    -webkit-appearance: none;
    appearance: none;
    border: none;
     background: radial-gradient(ellipse at center, rgba(111, 100, 11, 1) 46%, rgba(73, 65, 5, 1) 100%);
    color: #fff;
    padding: 16px 32px;
    border-radius: 8px;
    font-size: 18px;
    font-family: inherit;
    font-weight: 600;
    box-shadow: none;
    outline: none;
    cursor: pointer;
    transition: background 0.2s;
	margin-bottom: 35px;
}

input.wpcf7-submit:hover {
	background: radial-gradient(ellipse at center, rgba(73, 65, 5, 1) 100%, rgba(73, 65, 5, 1) 100%);
}

.red {
	color: red !important;
}

@media (max-width: 768px)
{
	div#content {
    display: flex;
    flex-direction: column;
}
}


