/* This is the Sass/Scss file loaded by WordPress in frontend.
 * Tweak it and have fun.
 */
@import url("../../reverie-master/css/style.css");
@import url(http://fonts.googleapis.com/css?family=Playfair+Display|Lato);
body {
  background: #fefefe;
}

#content {
  padding: 0 0.9375em;
  border: none;
}

.footer-widget {
  padding-top: 1em;
  padding-bottom: 1em;
}

#sidebar .widget h4, h4.underline {
  text-align: center;
  font-family: "Lato", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  padding-bottom: 0.5em;
  font-size: 1.1875rem;
  font-weight: normal;
  border-bottom: 1px solid #fff220;
  color: black;
  letter-spacing: 0.12em;
}

#sidebar .panel {
  background: transparent;
  padding-left: 0;
  padding-right: 0;
}

.panel.search input {
  margin: 0;
}

.page-numbers li span.current {
  background: #fff220;
  color: black;
}

.page-numbers li a {
  color: black;
}

body > header.contain-to-grid {
  margin-bottom: 0;
}

div.row.top.menu {
  margin-top: 2em;
}
