body {
  background: #8e8e8e;
  color: #666;
  font-family: 'Lato';
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

img.bg {
  display: block;
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 1024px;
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
  /* Set up positioning */
  position: fixed;
  top: 0;
  left: 0;
}

#root-container {
  margin: 40px auto;
}

#wrapper {
  background: #fff url('../images/content-bg.gif') repeat;
  -moz-box-shadow: 0 5px 15px #444;
  -webkit-box-shadow: 0 5px 15px #444;
  box-shadow: 0 5px 15px #444;
}

/***** Logo and Banner *****/
#logo {
  left: 30px;
  position: absolute;
  top: 20px;
  z-index: 999;
}

#banner {
  background: #eee;
  line-height: 0;
  min-height: 250px;
}

/***** Main Menu *****/
#menu {
  margin-top: -25px;
  margin-bottom: 50px;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 999;
}

#menu.home {
  margin-top: -30px;
}

#menu.layerslider {
  margin-top: -25px;
}

#menu select {
  display: none;
}

#menu ul {
  -moz-box-shadow: 0 1px 5px #333;
  -webkit-box-shadow: 0 1px 5px #333;
  box-shadow: 0 1px 5px #333;
  margin-bottom: 0;
  margin-top: 0;
}

ul#root-menu {
  background: #000 url('../images/menu-bg.jpg') bottom repeat-x;
  display: inline-block;
  /*padding: 13px 40px 10px 40px;*/
  padding: 0 40px;
  min-height: 50px;
}

ul#root-menu > li > a {
  font-size: 16px;
}

ul#root-menu li {
  float: left;
  /*margin-top: 0;*/
  margin-top: 13px;
  margin-bottom: 1px;
  position: relative;
  z-index: 999;
}

ul#root-menu a {
  color: #888;
  padding: 13px 15px 18px 15px;
  text-decoration: none;
}

ul#root-menu a:hover {
  color: #ccc;
}

ul#root-menu a.active,
ul#root-menu > li.current-menu-item > a,
ul#root-menu > li.current-menu-ancestor > a {
  color: #fff;
}

ul#root-menu a.active:hover,
ul#root-menu li.current-menu-item > a:hover {
  color: #fff;
}

ul#root-menu li:hover > a {
  color: #ccc;
}

ul#root-menu li:hover a.active,
ul#root-menu li.current-menu-item:hover > a,
ul#root-menu > li.current-menu-ancestor:hover > a {
  color: #fff;
}

ul#root-menu img {
  opacity: 1;
  vertical-align: middle;
}

ul#root-menu img:hover {
  opacity: 1;
}

/*** 1st-level submenu ***/
ul#root-menu li ul {
  background: rgb(51, 51, 51);
  background: rgba(34, 34, 34, 0.9);
  display: none;
  position: absolute;
  top: 37px;
  /*width: 210px;*/
}

ul#root-menu li ul li {
  border-bottom: 1px solid #555;
  float: none;
  /*font-size: 13px;*/
  margin: 0;
  text-align: left;
}

ul#root-menu li ul li a {
  display: block;
  padding: 7px 20px;
  font-size: 13px;
}

/* 2nd-level submenu */
ul#root-menu li ul li ul {
  /*left: 211px;*/ /* match with the 1st-level submenu's width */
  top: 0;
  /*width: 150px;*/
}

/* 3rd-level submenu */
ul#root-menu li ul li ul li ul {
  /*left: 151px;*/ /* match with the 2nd-level submenu's width */
  top: 0;
  /*width: 150px;*/
}

ul#root-menu li ul li span:first-child {
  display: none;
}

span.sf-sub-indicator {
  display: inline !important;
}

/***** Intro Section *****/
#intro {
  font-size: 16px;
  margin: 45px auto;
  padding: 0 25px;
  text-align: center;
  width: 90%;
}

#intro p {
  line-height: 25px;
}

#intro p + p span {
  font-family: 'Vollkorn:400italic';
  font-size: 20px;
  font-style: italic;
  margin: 0 15px;
}

/***** Headings, Paragraph and List *****/
h1,
h2,
h3,
h4 {
  background: url('../images/heading-line.gif') center repeat-x;
  color: #222;
  font-family: 'Vollkorn:400italic';
  font-style: italic;
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 0;
}

h1 span,
h2 span,
h3 span,
h4 span {
  background-image: url('../images/content-bg.gif');
  display: inline-block;
  padding: 0 25px;
}

h3 span,
h4 span {
  padding: 0 15px;
}

h1 {
  /* font-size: 35px; */
  font-weight: normal;
  margin-bottom: 15px;
  margin-top: 15px;
}

#logo h1 {
  font-size: 38px;
  background: none;
}

h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 15px;
}

h3 {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 15px;
}

h4 {
  font-size: 18px;
  margin-bottom: 5px;
  margin-top: 5px;
}

span.left {
  padding-left: 0;
}

span.footer {
  background: #eee;
  /*color: #444;*/
}

h1.center,
h2.center,
h3.center,
h4.center {
  text-align: center;
}
h1.left,
h2.left,
h3.left,
h4.left {
  text-align: left;
}
h1.left span,
h2.left span,
h3.left span,
h4.left span {
  padding-left: 0;
}
h1.blog,
h2.blog,
h3.blog,
h4.blog {
  background: none;
  font-family: 'Lato', sans-serif;
  font-style: normal;
  line-height: 1.3em;
  margin: 15px 0;
}
h1.blog a,
h2.blog a,
h3.blog a,
h4.blog a {
  color: inherit;
  text-decoration: none;
}

.blog.sticky {
  background: url('images/pin.png') left center no-repeat !important;
  padding-left: 40px;
}

.nobg {
  background: none;
}

p {
  margin: 0;
  margin-bottom: 15px;
  margin-top: 10px;
}

/***** Button Styles *****/
.button {
  border: none !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  -moz-box-shadow: 0 2px 2px #6f6f6f !important;
  -webkit-box-shadow: 0 2px 2px #6f6f6f !important;
  box-shadow: 0 2px 2px #6f6f6f !important;
  color: #444;
  font-family: 'Lato' !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-variant: normal !important;
  position: relative !important;
}

.button:visited {
  text-decoration: none;
}

.button:active {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  left: 1px;
  top: 1px;
}

.button.gray {
  background: #afafaf url('../images/gray-button.jpg') top repeat-x;
}

.button.gray:hover {
  color: #000;
}

.button.black {
  background: #2d2d2d url('images/black-button.png') top repeat-x;
  color: #ddd;
  text-shadow: 0 1px #555;
}

.button.black:hover {
  color: #fff;
}

.button.blue {
  background: #1b62cd url('images/blue-button.png') top repeat-x;
  color: #eee;
  text-shadow: 0 1px #555;
}

.button.blue:hover {
  color: #fff;
}

.button.steel-blue {
  background: #597a99 url('images/steel-blue-button.png') top repeat-x;
  color: #eee;
  text-shadow: 0 1px #555;
}

.button.steel-blue:hover {
  color: #fff;
}

.button.brown {
  background: #9a662a url('images/brown-button.png') top repeat-x;
  color: #eee;
  text-shadow: 0 1px #555;
}

.button.brown:hover {
  color: #fff;
}

.button.red {
  background: #b13636 url('images/red-button.png') top repeat-x;
  color: #eee;
  text-shadow: 0 1px #555;
}

.button.red:hover {
  color: #fff;
}

.button.green {
  background: #2da72d url('images/green-button.png') top repeat-x;
  color: #eee;
  text-shadow: 0 1px #555;
}

.button.green:hover {
  color: #fff;
}

.button.seagreen {
  background: #4da568 url('images/light-green-button.png') top repeat-x;
  color: #efefef;
  text-shadow: 1px 1px #444;
}

.button.seagreen:hover {
  color: #fff;
}

.button.small {
  font-size: 12px;
  line-height: 1em;
  padding: 6px 20px 8px;
}

.button.medium {
  font-size: 14px;
  line-height: 1em;
  padding: 7px 22px 9px;
}

.button.large {
  font-size: 16px;
  line-height: 1em;
  padding: 8px 25px 10px;
}

.button.disabled {
  box-shadow: 0 0 0 white !important;
  color: #888;
  cursor: auto;
}

.button.disabled:hover {
  color: #888 !important;
}

.button.disabled:active {
  margin-left: 1px;
  margin-top: 1px;
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #menu.page {
    margin-top: -45px;
  }

  #menu {
    height: 50px;
    width: 100%;
  }

  ul#root-menu li > a {
    padding-left: 12px;
    padding-right: 12px;
  }

  /* 1st-level submenu */
  ul#root-menu li ul {
    top: 37px;
    width: 150px;
  }

  /* 2nd-level submenu */
  ul#root-menu li ul li ul {
    left: 151px;
  }

  #intro {
    padding: 0 10px;
    width: 90%;
  }

  .section {
    width: 700px;
  }

  .section .full-width.column {
    margin-left: 0;
    width: 700px;
  }

  .section .half.column,
  .section .one-half.column {
    margin-left: 10px;
    margin-right: 10px;
    width: 340px;
  }

  .section .one-third.column {
    margin-left: 10px;
    margin-right: 10px;
    width: 220px;
  }

  .section .two-third.column {
    margin-left: 10px;
    margin-right: 10px;
    width: 460px;
  }

  .section .one-fourth.column {
    margin-left: 10px;
    margin-right: 10px;
    width: 160px;
  }

  .section .three-fourth.column {
    width: 520px;
  }

  .hover.one-third {
    width: 220px;
  }

  .hover.one-fourth {
    width: 160px;
  }

  blockquote.full-width p {
    font-size: 18px;
    margin-left: 40px;
    margin-right: 50px;
    margin-top: 35px;
    padding: 10px 25px 0 50px;
  }

  #gallery.three-columns {
    margin: 0 auto;
    width: 575px;
  }

  #gallery.four-columns {
    margin: 0 auto;
    width: 642px;
  }

  #blog-content {
    padding-right: 10px;
    width: 450px;
  }

  #blog-content.last {
    padding-right: 0;
    width: 450px;
  }

  #author-description {
    width: 75%;
  }

  #post-nav a {
    width: 200px;
  }

  .comment.depth-2,
  .parent.depth-2 #respond,
  .comment.depth-3,
  .parent.depth-3 #respond,
  .comment.depth-4,
  .parent.depth-4 #respond,
  .comment.depth-5,
  .parent.depth-5 #respond {
    margin-left: 30px;
  }

  #sidebar-content.first {
    margin-right: 10px;
    width: 220px;
  }

  .searchbox {
    width: 150px !important;
  }

  /***** Layouts in Two-Third Width *****/

  .two-third.column .container_theme.section {
    width: 460px;
  }

  .two-third.column .full-width.column {
    width: 460px;
  }

  .two-third.column .one-third.column {
    width: 140px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .two-third.column .half.column,
  .two-third.column .one-half.column {
    width: 220px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .two-third.column .two-third.column {
    margin-left: 10px;
    margin-right: 10px;
    width: 300px;
  }

  .two-third.column .one-fourth.column {
    width: 100px;
  }

  .two-third.column .three-fourth.column {
    margin-left: 10px;
    margin-right: 10px;
    width: 340px;
  }

  .two-third.column .one-third.hover {
    width: 140px;
  }

  .two-third.column .one-fourth.hover {
    width: 100px;
  }

  #page-content.two-third.column .one-third.column .searchbox {
    width: 100px !important;
  }

  ul.tabs li a {
    padding: 0px 15px;
  }

  #footer .searchbox {
    width: 120px !important;
  }
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 28px;
  }

  #logo {
    background: #ddd;
    padding: 15px;
    position: static;
    text-align: center;
  }

  #logo img {
    height: 75px;
  }

  .banner-caption {
    display: none;
  }

  #menu {
    background: #000 url('images/menu-bg.jpg') bottom repeat-x;
    height: 40px;
    margin: 0;
    margin-bottom: 50px;
    padding-top: 10px;
  }

  #menu.layerslider {
    margin-top: 0 !important;
  }

  ul#root-menu {
    display: none;
  }

  #menu select {
    color: #333;
    display: block;
    font-size: 14px;
    margin: 0 auto;
    padding: 5px;
    width: 80%;
  }

  .section.header {
    margin-bottom: 20px;
    padding: 0 20px;
    width: 360px;
  }

  .hover.half {
    width: 100%;
  }

  .hover.one-third {
    margin: auto;
    width: 260px;
  }

  .hover.one-fourth {
    margin: auto;
  }

  .two-third.column .one-third.hover {
    width: 260px;
  }

  #content.room-content {
    text-align: center;
  }

  #gallery.three-columns {
    margin: 0 auto;
    width: 290px;
  }

  #gallery.four-columns {
    margin: 0 auto;
    width: 400px;
  }

  #gallery.four-columns .photo-item {
    width: 185px !important;
  }

  #about-author {
    text-align: center;
    width: 100%;
  }

  #author-photo {
    margin-right: 0;
    margin-bottom: 20px;
  }

  #author-description {
    width: 100%;
  }

  form#commentform label,
  form#contact-form label {
    display: block;
    text-align: left;
  }

  form#commentform textarea,
  form#contact-form textarea {
    width: 90%;
  }

  .comment.depth-2,
  .parent.depth-2 #respond,
  .comment.depth-3,
  .parent.depth-3 #respond,
  .comment.depth-4,
  .parent.depth-4 #respond,
  .comment.depth-5,
  .parent.depth-5 #respond {
    margin-left: 20px;
  }

  form#commentform #submit {
    margin-left: 0;
  }

  .searchbox {
    width: 200px !important;
  }

  #footer-gallery ul,
  .widget-gallery {
    margin: 25px 0 0 0;
  }

  #copyright {
    text-align: center;
  }

  #social {
    float: none;
  }

  #social li {
    display: inline;
    float: none;
  }

  #text {
    float: none;
  }

  #page-content.two-third.column .one-third.column .searchbox {
    width: 200px !important;
  }

  #post-content .container_theme.section {
    margin-left: -10px;
  }

  .two-third.column .one-fourth.hover {
    width: 200px;
  }
  .two-third.column .one-fourth.column {
    text-align: center;
  }

  ul.tabs li {
    display: block;
    float: none;
  }

  #footer .searchbox {
    width: 80% !important;
  }
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #menu.page {
    margin-top: -17px;
  }

  #intro {
    width: 375px;
  }

  .section {
    width: 400px;
  }

  #page-content {
    margin-left: -10px;
  }

  .two-third.column .container_theme.section {
    width: 400px;
  }

  .section .full-width.column,
  .section .half.column,
  .section .one-half.column,
  .section .one-third.column,
  .section .two-third.column,
  .section .one-fourth.column,
  #footer .one-fourth.column,
  .section .three-fourth.column,
  .two-third.column .full-width.column,
  .two-third.column .half.column,
  .two-third.column .one-half.column,
  .two-third.column .one-third.column,
  .two-third.column .two-third.column,
  .two-third.column .one-fourth.column,
  .two-third.column .three-fourth.column {
    margin: 0 0 15px 0;
    padding: 0 10px;
    width: 380px;
  }

  .section .one-fourth.column {
    width: 180px;
  }

  .section .one-fourth.with-three-fourth.column {
    width: 380px;
  }

  .hover.one-fourth {
    width: 170px;
  }

  blockquote.full-width {
    width: 380px;
  }

  blockquote.full-width p {
    font-size: 18px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 35px;
    padding: 10px 25px 0 50px;
  }

  blockquote.full-width cite {
    float: right;
    margin-right: 25px;
  }

  #post-nav a {
    width: 160px;
  }
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
  /* Solved unselectable menu on Android */
  /*   img.bg {
    display: none !important;
  } */
  #menu.home {
    margin-top: 0 !important;
  }
  .flex-direction-nav {
    display: none !important;
  }
  /* Solved unselectable menu on Android */

  #menu.page {
    margin-top: -45px;
  }

  h1 {
    font-size: 24px;
  }

  #intro {
    width: 250px;
  }

  #intro p {
    font-size: 14px;
  }

  #intro p + p span {
    display: none;
  }

  .section {
    width: 280px;
  }

  #page-content {
    margin-left: -10px;
  }

  .two-third.column .container_theme.section {
    width: 280px;
  }

  .section.header {
    margin-bottom: 20px;
    padding: 0 20px;
    width: 260px;
  }

  .section .full-width.column,
  .section .half.column,
  .section .one-half.column,
  .section .one-third.column,
  .section .two-third.column,
  .section .one-fourth.column,
  #footer .one-fourth.column,
  .section .three-fourth.column,
  .two-third.column .full-width.column,
  .two-third.column .half.column,
  .two-third.column .one-half.column,
  .two-third.column .one-third.column,
  .two-third.column .two-third.column,
  .two-third.column .one-fourth.column,
  .two-third.column .three-fourth.column {
    margin: 0 0 15px 0;
    padding: 0 10px;
    width: 260px;
  }

  #home-testimonial blockquote.full-width p {
    font-size: 16px;
  }

  #home-testimonial blockquote.full-width cite {
    font-size: 13px;
  }

  blockquote.full-width {
    width: 260px;
  }

  blockquote.full-width p {
    background: none;
    font-size: 18px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 20px;
    padding: 10px 25px 0;
  }

  blockquote.full-width cite {
    float: right;
    font-size: 14px;
    margin: 5px 15px;
  }

  blockquote.post {
    display: block;
    margin: 10px 0;
    width: 230px;
  }

  .commenter-photo {
    display: none;
  }

  #gallery.four-columns {
    margin: 0 auto;
    width: 214px;
  }

  #gallery.four-columns .photo-item {
    width: 200px !important;
  }

  form#reservation-form label {
    display: block;
    text-align: left;
  }

  form#reservation-form textarea {
    width: 90%;
  }

  #post-nav a {
    width: auto;
    margin-bottom: 20px;
  }

  #footer-gallery ul {
    text-align: center;
    width: 100%;
  }

  #footer-gallery p {
    text-align: right;
  }
}
