html {
  font-size: 100%; }

body {
  color: #333;
  background: #f1f1f1;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 100%;
  line-height: 1.618; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Raleway', Georgia, cursive; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 1em 0;
  color: #000; }

h1 {
  font-size: 2.0em;
  /* 16 x 2.0   = 32 */ }

h2 {
  font-size: 1.5em;
  /* 16 x 1.5   = 24 */ }

h3 {
  font-size: 1.125em;
  /* 16 x 1.125 = 18 */ }

h4 {
  font-size: 1.0em;
  /* 16 x 1     = 16 */ }

h5 {
  font-size: 0.875em;
  /* 16 x 0.875 = 14 */ }

h6 {
  font-size: 0.75em;
  /* 16 x 0.75  = 12 */ }

pre {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  white-space: pre;
  font-family: monospace;
  padding: 1em;
  background: #f1f1f1;
  overflow: auto; }

select {
  max-width: 100%; }

form p {
  padding: .2em 0; }

strong {
  font-weight: 700; }

small {
  font-size: .75em; }

big {
  font-size: 1.2em; }

ul, ol {
  margin-left: 0px;
  padding-left: 20px; }

a:link {
  color: #859A7C; }

a:visited {
  color: #6F5555; }

a:hover {
  color: #556F6A; }

a:active {
  color: #fc0; }

p:last-child {
  margin-bottom: 0; }

table {
  border: 1px solid #ccc;
  margin: .5em 0; }

th, td {
  padding: .3em .8em;
  border: 1px solid #ccc; }

th {
  font-weight: 700;
  background: #f1f1f1; }

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

#wrap {
  position: relative;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  overflow: hidden;
  background: #f1f1f1; }

.pane {
  padding: 20px;
  margin-bottom: 20px; }

h3#reply-title,
.pane-title {
  padding: 0 20px 20px;
  border-bottom: 1px solid #eee;
  margin: 0 -20px 20px; }

.concavebox {
  border-radius: 5px;
  background: #fff; }

.widget {
  overflow: hidden; }

.widget + .widget {
  padding-top: 20px; }

.widget .widget-title {
  margin-top: 0; }

.post, .hentry {
  margin-bottom: 20px;
  position: relative; }

.hentry .icon {
  display: none; }

.hentry.sticky p.byline:before {
  content: "\e146";
  font-family: 'Glyphicons Halflings';
  padding-right: 15px; }

.post .featured-img img {
  border-radius: 5px 5px 0 0; }

.entry-header {
  padding: 20px 20px 0; }

.entry-header h1 {
  margin: 0 0 20px; }

.entry-header p.byline {
  text-transform: uppercase;
  color: #999; }

.entry {
  padding: 20px; }

.entry p {
  margin-bottom: 16px; }

.entry p:last-child {
  margin-bottom: 0; }

.entry p:first-child {
  padding-top: 0; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 20px; }

.video-container iframe, .video-container object, .video-container embed, .video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.entry-footer {
  padding: 20px;
  border-top: 1px solid #eee; }

div.entry .featured {
  padding: .5em 1em;
  margin: .5em 0;
  background: #f5f5c5;
  -moz-box-shadow: inset 0 -1px 3px #ccc;
  -webkit-box-shadow: inset 0 -1px 3px #ccc;
  box-shadow: inset 0 -1px 3px #ccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

div.entry img {
  display: block; }

div.entry .featured-img {
  margin: -1em -1.5em 1em; }

div.entry .featured-img img {
  border-radius: 5px 5px 0 0; }

.aligncenter {
  margin: 0 auto; }

.alignleft {
  float: left;
  margin: 0 10px 10px 0; }

.alignright {
  margin: 0 0 10px 10px;
  float: right; }

.page-link {
  clear: both; }

.wp-caption {
  text-align: center;
  max-width: 100%;
  height: auto;
  font-style: italic; }

.wp-caption img {
  margin: 5px 0; }

.wp-caption-text {
  text-align: center;
  margin-bottom: 0; }

.gallery {
  margin-bottom: 1em; }

.gallery-caption {
  text-align: center; }

.gallery-item img {
  margin: 0 auto; }

.gallery-icon:last-child {
  margin-bottom: 10px; }

#footer {
  color: #aaa;
  padding-bottom: 20px; }

.copyright {
  font-size: 0.875em;
  text-align: center; }

#branding {
  padding: 20px 0;
  text-align: center;
  width: 100%;
  max-width: inherit;
  z-index: 99; }
  #branding img {
    display: inline-block;
    height: 45px; }

nav.main {
  background: #fff;
  width: 100%;
  margin: 0 auto 20px;
  border-radius: 5px;
  height: 45px; }

nav.main ul {
  margin: 0;
  padding: 0 1em;
  text-indent: 0;
  height: 45px;
  overflow: hidden;
  text-align: center; }

nav.main ul li {
  display: inline-block;
  list-style: none;
  padding: 0; }

nav.main ul li a {
  line-height: 45px;
  padding: 0 0.8em;
  display: block;
  text-decoration: none; }

nav.main ul li.current-menu-item a,
nav.main ul li a:hover {
  border-top: 2px solid transparent;
  border-bottom: 2px solid #fc0;
  line-height: 41px; }

nav.main ul li ul {
  display: none; }

#btn-mobile-menu-toggle {
  display: none;
  position: absolute;
  right: 5px;
  top: 25px;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  color: #666;
  background: white;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 2px;
  font-size: 18px;
  outline: none; }
  #btn-mobile-menu-toggle:before {
    font-family: 'Glyphicons Halflings';
    content: "\e012"; }

#mobile-nav {
  position: fixed;
  right: 0;
  top: 0;
  width: 240px;
  height: 100%;
  display: none;
  background: #4e4e4e;
  box-shadow: inset -3px 0 3px rgba(0, 0, 0, 0.25); }
  #mobile-nav ul {
    list-style: none;
    padding: 0; }
    #mobile-nav ul li > a {
      display: block;
      color: #fff;
      text-decoration: none;
      padding: .75rem 1rem; }
    #mobile-nav ul li.current-menu-item > a {
      background: #414141; }

/** Animation **/
#wrap {
  position: relative; }

#wrap.menu-visible {
  right: 240px; }

#wrap.animating {
  transition: transform .25s ease-in-out; }

#wrap.animating.left {
  transform: translate3d(-240px, 0, 0); }

#wrap.animating.right {
  transform: translate3d(240px, 0, 0); }

.pager a {
  font-size: 0.875em;
  /* 14px */ }

/* Comments */
#comments {
  margin-bottom: 20px; }

.commentlist {
  margin-left: 0;
  padding-left: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word; }

.commentlist ul,
.commentlist ol {
  margin-left: 0;
  padding-left: 60px;
  list-style: none; }

.commentlist li {
  position: relative;
  list-style: none;
  padding: 20px 0 0; }

.commentlist li .vcard {
  float: left; }

.commentlist li .vcard img {
  border-radius: 50px; }

.commentlist li .text {
  padding-left: 60px; }

.commentlist li time {
  font-size: 75%;
  color: #999; }

.commentlist li .date .fn a {
  font-size: 1em; }

.commentlist li .date a {
  font-size: .75em;
  color: #999; }

.commentlist li .date a:hover {
  text-decoration: none;
  color: #333; }

.commentlist li:first-child {
  padding-top: 0; }

.commentlist li:last-child {
  padding-bottom: 0; }

.commentlist li.bypostauthor {
  border-right: 3px solid #eee; }

.commentlist ul.children {
  padding-top: 20px; }

.commentlist li .text ul,
.commentlist li .text ol {
  padding: 1em 2em; }

.commentlist li .text ul li {
  list-style-type: disc; }

.commentlist li .text ol li {
  list-style-type: decimal; }

.commentlist li .text li {
  padding: 0; }

h3#reply-title {
  margin-top: 0; }

.form-submit {
  display: none; }

#commentform .form-group label img {
  border-radius: 75px;
  margin-top: -7px; }

#commentform .form-group:last-of-type {
  margin-bottom: 0; }

aside .half {
  width: 50%;
  float: left;
  margin: 0;
  padding: 0;
  overflow: hidden; }

aside section {
  padding: 0 .5em; }

aside .half select,
aside .half img {
  max-width: 100%; }

.comment-nav {
  height: 2.5em;
  line-height: 2.5em; }

.comment-nav .nav-previous {
  float: left; }

.comment-nav .nav-next {
  float: right; }

/* Responsive */
@media screen and (min-width: 700px) {
  #wrap {
    width: 700px; }

  #nav nav {
    width: 700px; } }
@media screen and (max-width: 400px) {
  #comments ol li .vcard {
    float: none; }

  #comments ol li .text {
    padding-left: 0; }

  #btn-mobile-menu-toggle {
    display: block; }

  #nav {
    display: none; }

  .concavebox {
    border-radius: 0; }

  .hentry {
    margin-bottom: 0;
    border-bottom: 1px solid #eee; }

  .post .featured-img img {
    border-radius: 0; } }
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/*# sourceMappingURL=style.css.map */
