/* Local restoration polish — matches SimpleSite stefan-asafti snapshot */

html,
body {
  margin: 0;
  padding: 0;
  background: #8a8278;
  min-height: 100%;
}

body.stefan-asafti {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  color: #333;
}

.site-wrapper {
  background: #fff;
  max-width: 980px;
  margin: 0 auto 50px;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.45);
  border-radius: 0 0 10px 10px;
}

.header-wrapper {
  background-color: #edeae1 !important;
  color: #6d5160;
}

.header-wrapper .title-wrapper .title,
.header-wrapper .title-wrapper .title-link {
  font-family: "Great Vibes", "Pacifico", cursive;
  font-size: 56px;
  line-height: 1.1;
  color: #6d5160 !important;
  text-decoration: none;
}

.header-wrapper .subtitle {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  color: #6d5160;
  font-size: 22px;
}

/* Navigation — visible & horizontal on desktop even before JS */
@media (min-width: 980px) {
  .navbar .btn-navbar {
    display: none !important;
  }

  .navbar .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
    display: block !important;
  }

  .navbar .nav {
    display: block;
    margin: 0;
    width: 100%;
  }

  .navbar .nav > li {
    float: left;
    position: relative;
  }

  .navbar .nav > li > a {
    float: none;
    padding: 10px 12px;
    color: #6d5160;
    text-shadow: none;
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-size: 14px;
  }

  .navbar .nav > li.active > a,
  .navbar .nav > li > a:hover {
    background-color: #dbd8ce !important;
    color: #000;
  }

  .navbar-inner {
    background: #edeae1 !important;
    border: none;
    box-shadow: none;
  }
}

.navbar .nav {
  list-style: none;
}

.content-wrapper {
  background: #fff;
}

.thumbnails {
  list-style: none;
  margin-left: 0;
}

.thumbnails > li {
  float: left;
}

.thumbnails img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Slider */
.slider-wrapper,
.slider-wrapper [jssor-slider] {
  max-width: 100%;
  overflow: hidden;
}

.slider-wrapper [jssor-slider] img {
  width: 100% !important;
  height: auto !important;
  position: relative !important;
}

/* Sidebar */
#right .wrapper {
  background: #f7f5f0;
  border-radius: 6px;
  margin-bottom: 16px;
  padding: 12px;
}

.signature-sign {
  font-family: "Dancing Script", cursive;
  font-size: 28px;
}

.footer-wrapper {
  background: #fff;
  border-radius: 0 0 10px 10px;
  text-align: center;
  padding: 16px;
}

/* Bootstrap 2 grid helpers */
.row-fluid:before,
.row-fluid:after {
  content: "";
  display: table;
  line-height: 0;
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*="span"] {
  display: block;
  float: left;
  min-height: 1px;
  margin-left: 2.12765957%;
  box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

.row-fluid .span3 { width: 23.40425532%; }
.row-fluid .span4 { width: 31.91489362%; }
.row-fluid .span6 { width: 48.93617021%; }
.row-fluid .span9 { width: 74.46808511%; }
.row-fluid .span12 { width: 100%; margin-left: 0; }

.content-inner {
  overflow: hidden;
}

.thumbnails > li.span4 { width: 31.91489362%; }
.thumbnails > li.span6 { width: 48.93617021%; }

.img-simple .image img {
  width: 100%;
  height: auto;
  border-radius: 2px;
}

h4 a {
  color: #6d5160;
  text-decoration: none;
}

h4 a:hover {
  text-decoration: underline;
}

/* Mobile menu toggle */
@media (max-width: 979px) {
  .navbar .btn-navbar {
    display: block;
    margin-bottom: 8px;
  }

  .navbar .nav-collapse.collapse:not(.in) {
    display: none;
  }

  .navbar .nav-collapse.collapse.in {
    display: block;
    height: auto !important;
  }

  .navbar .nav > li {
    float: none;
  }
}
