@charset "UTF-8";
/*!Lyric Flowers theme Copyright (c) 2015 */
/*--------------------------------------------------------------
# Reset
--------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0; }

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

html {
  margin: 0 auto; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #413e39; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: ""; }

blockquote,
q {
  quotes: "" ""; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

li {
  line-height: 1.4em;
  padding-bottom: 0.95em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

@font-face {
  font-family: "lyric-flowers-icons";
  src: url("fonts/lyric-flowers-icons.eot");
  src: url("fonts/lyric-flowers-icons.eot?#iefix") format("embedded-opentype"), url("fonts/lyric-flowers-icons.woff") format("woff"), url("fonts/lyric-flowers-icons.ttf") format("truetype"), url("fonts/lyric-flowers-icons.svg#lyric-flowers-icons") format("svg");
  font-weight: normal;
  font-style: normal; }
[data-icon]:before {
  font-family: "lyric-flowers-icons" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="lf-icon-"]:before,
[class*=" lf-icon-"]:before {
  font-family: "lyric-flowers-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.lf-icon-flower-angle:before {
  content: "a"; }

.lf-icon-flower-square:before {
  content: "b"; }

.lf-icon-rosette:before {
  content: "c"; }

.lf-icon-flower:before {
  content: "d"; }

.lf-icon-flower {
  font-size-adjust: 0.55 !important; }

.lf-icon-flower-triad:before {
  content: "e"; }

.lf-icon-two-blooms:before {
  content: "f"; }

.lf-icon-leaf-1:before {
  content: "g"; }

.lf-icon-floral-1:before {
  content: "h"; }

.lf-icon-floral-2:before {
  content: "i"; }

.lf-icon-floral-3:before {
  content: "j"; }

.lf-icon-floral-4:before {
  content: "k"; }

.lf-icon-floral-5:before {
  content: "l"; }

.lf-icon-floral-6:before {
  content: "m"; }

.lf-icon-floral-7:before {
  content: "n"; }

.lf-icon-floral-8:before {
  content: "o"; }

.lf-icon-ornament-1:before {
  content: "p"; }

.lf-icon-ornament-2:before {
  content: "q"; }

.lf-icon-down-arrow:before {
  content: "r"; }

.lf-icon-down-arrow {
  z-index: 99; }

.lf-icon-flourish:before {
  content: "t"; }

.lf-icon-flourish {
  font-size-adjust: 1.1 !important; }

.lf-icon-angle-branch:before {
  content: "u"; }

.lf-icon-side-branch:before {
  content: "v"; }

.lf-icon-leaf-2:before {
  content: "w"; }

.lf-icon-leaf-3:before {
  content: "x"; }

.lf-icon-facebook-square:before {
  content: "y"; }

.lf-icon-email-envelope:before {
  content: "z"; }

.lf-icon-pinterest-square:before {
  content: "A"; }

.lf-icon-linkedin-square:before {
  content: "B"; }

.lf-icon-twitter-square:before {
  content: "C"; }

.lf-icon-instagram:before {
  content: "D"; }

.lf-icon-branch:before {
  content: "s"; }

.lf-icon-branch {
  font-size-adjust: 0.38 !important; }

.lf-icon-prize-award:before {
  content: "E"; }

.lf-icon-pin-map:before {
  content: "F"; }

.lf-icon-tachometer:before {
  content: "G"; }

.lf-icon-tag:before {
  content: "H"; }

.lf-icon-star:before {
  content: "I"; }

.lf-icon-rss:before {
  content: "J"; }

.lf-icon-present-gift:before {
  content: "K"; }

.lf-icon-plane-airport:before {
  content: "L"; }

.lf-icon-lightbulb:before {
  content: "M"; }

.lf-icon-globe-world:before {
  content: "N"; }

.lf-icon-camera-retro:before {
  content: "O"; }

@font-face {
  font-family: "lyric";
  src: url("fonts/lyric.eot");
  src: url("fonts/lyric.eot?#iefix") format("embedded-opentype"), url("fonts/lyric.woff") format("woff"), url("fonts/lyric.ttf") format("truetype"), url("fonts/lyric.svg#lyric") format("svg");
  font-weight: normal;
  font-style: normal; }
[data-icon]:before {
  font-family: "lyric" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "lyric" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-branch:before {
  content: "a"; }

.icon-flourish:before {
  content: "b"; }

.icon-flower:before {
  content: "c"; }

/*--------------------------------------------------------------
# Font Stacks
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html,
body,
button,
input,
select,
textarea,
.pure-g [class*="pure-u"] {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  color: #413e39;
  font-size: 16px;
  font-size: 1rem; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  clear: both; }

p {
  margin-bottom: 1.5em; }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark,
ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

@-moz-keyframes bounce {
  0% {
    -moz-transform: translateY(0px);
    transform: translateY(0px); }
  30% {
    -moz-transform: translateY(-24px);
    transform: translateY(-24px); }
  50% {
    -moz-transform: translateY(0px);
    transform: translateY(0px); }
  80% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px); } }
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  30% {
    -webkit-transform: translateY(-24px);
    transform: translateY(-24px); }
  50% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  80% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }
@keyframes bounce {
  0% {
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  30% {
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  50% {
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  80% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }
.bounce {
  -moz-animation: bounce 2.5s infinite;
  -webkit-animation: bounce 2.5s infinite;
  animation: bounce 2.5s infinite; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue; }

a:visited {
  color: purple; }

a:hover,
a:focus,
a:active {
  color: midnightblue; }

a:focus {
  outline: thin dotted; }

a:hover,
a:active {
  outline: 0; }

/*--------------------------------------------------------------
## MAIN NAVIGATION
--------------------------------------------------------------*/
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: right; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* 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. */ }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.widget ul {
  list-style: none;
  padding-left: 20px; }
  .widget ul a {
    text-decoration: none;
    color: #d2564a; }
    .widget ul a:hover {
      color: #bb3b2e;
      text-decoration: underline; }

.widget-title {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.10em; }

.search-field {
  border-radius: 4px;
  border: 1px solid #c5c2b9;
  padding: 4px; }

.search-submit {
  border: 1px solid #c5c2b9;
  border-radius: 4px;
  text-decoration: none;
  background: #c5c2b9;
  color: white;
  padding: 4px;
  text-transform: uppercase;
  font-family: "alegreya sans sc";
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.05em;
  margin: 5px 0;
  display: inline-block; }
  .search-submit:hover {
    background: #aeaa9d;
    border-color: #aeaa9d; }
  .search-submit:visited {
    text-decoration: none;
    color: white; }

.page aside, aside {
  display: block;
  vertical-align: top;
  margin: 0 25px; }

@media screen and (min-width: 64em) {
  aside {
    display: block;
    margin: 0; } }

.site-wrap > p {
  display: none; }

.fancy-heading {
  position: relative;
  font-family: 'mr de haviland', 'mr dehaviland', cursive;
  font-weight: normal;
  text-transform: none;
  letter-spacing: 0;
  display: block;
  font-size: 90px; }
  @media screen and (min-width: 35.5em) {
    .fancy-heading {
      line-height: 1.5em;
      margin-bottom: -62px;
      font-size: 112px; } }
  @media screen and (min-width: 48em) {
    .fancy-heading {
      font-size: 123px; } }

.block-container {
  position: relative;
  background: white;
  text-align: center; }
  .block-container h1 {
    font-size: 42px;
    color: #413e39;
    text-transform: uppercase;
    font-weight: 900;
    margin: 0; }
    @media screen and (min-width: 48em) {
      .block-container h1 {
        font-size: 52px; } }
  .block-container img {
    max-width: 675px; }
  .block-container .link-block {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 35px; }
  .block-container .content {
    line-height: 1.6em;
    font-size: 18px;
    color: #413e39;
    font-weight: 300;
    margin: 0 1.4em 0 1.4em; }
    @media screen and (min-width: 35.5em) {
      .block-container .content {
        margin-left: 80px;
        margin-right: 80px;
        font-size: 22px; } }
    @media screen and (min-width: 48em) {
      .block-container .content {
        font-size: 22px; } }
    @media screen and (min-width: 64em) {
      .block-container .content {
        font-size: 18px; } }
  .block-container .fancy-heading {
    color: #d2564a; }

.white-block {
  background: white;
  padding: 50px 0 25px 0; }
  .white-block .content {
    margin-top: -30px; }
  @media screen and (min-width: 35.5em) {
    .white-block {
      padding-top: 25px; } }
  .white-block img {
    width: 90%;
    max-width: 675px;
    margin: 25px auto 0 auto; }
    @media screen and (min-width: 35.5em) {
      .white-block img {
        width: 60%; } }
    @media screen and (min-width: 64em) {
      .white-block img {
        width: 90%;
        margin-top: 0; } }
  .white-block a {
    text-transform: uppercase;
    font-size: 24px;
    color: #d2564a;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  .white-block a:hover {
    text-shadow: 0px 0 15px #d2564a; }
  .white-block h1 {
    letter-spacing: 0.08em;
    line-height: 1.3em;
    font-size: 30px;
    cursor: default;
    padding-bottom: 30px; }
    @media screen and (min-width: 48em) {
      .white-block h1 {
        font-size: 52px;
        letter-spacing: 0.2em;
        line-height: 0.9em; } }
  .white-block i {
    font-size: 150px;
    color: #413e39;
    line-height: 0px;
    cursor: default; }

.colour-block {
  max-height: 521px;
  background-size: cover; }
  .colour-block h1 {
    color: white;
    font-size: 50px;
    letter-spacing: 0.18em;
    line-height: 0.9em;
    cursor: default; }
    @media screen and (min-width: 48em) {
      .colour-block h1 {
        font-size: 74px;
        letter-spacing: 0.2em; } }
  .colour-block .fancy-heading {
    padding-top: 130px;
    color: #cd9743; }
    @media screen and (min-width: 48em) {
      .colour-block .fancy-heading {
        color: #721413;
        text-shadow: 1px 1px 1px rgba(200, 200, 200, 0.6); } }
  @media screen and (min-width: 48em) {
    .colour-block {
      height: 521px; } }
  .colour-block a {
    text-transform: uppercase;
    font-size: 22px;
    color: white;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 0.08em;
    -webkit-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
    border-bottom: 1px solid rgba(255, 255, 255, 0); }
  .colour-block a:hover {
    border-bottom: 1px solid white; }
  .colour-block .link-icon a {
    border: none; }
  .colour-block .link-icon a:hover {
    border: none; }

.hero-block {
  background-size: cover;
  height: 100%;
  max-height: 800px;
  text-shadow: black 1px 1px 20px; }
  .hero-block .fancy-heading {
    color: white;
    text-transform: lowercase;
    font-size: 40px; }
    @media screen and (min-width: 35.5em) {
      .hero-block .fancy-heading {
        font-size: 70px; } }
    @media screen and (min-width: 48em) {
      .hero-block .fancy-heading {
        font-size: 80px;
        line-height: 1.5em; } }
    @media screen and (min-width: 64em) {
      .hero-block .fancy-heading {
        font-size: 90px; } }
  .hero-block h1 {
    color: white;
    font-size: 48px;
    padding-top: 100px;
    letter-spacing: 0.1em;
    cursor: default; }
    @media screen and (min-width: 48em) {
      .hero-block h1 {
        font-size: 82px;
        line-height: 1.0em; } }
    @media screen and (min-width: 80em) {
      .hero-block h1 {
        letter-spacing: 0.2em;
        font-size: 74px;
        padding-top: 250px; } }
    @media screen and (min-width: 86em) {
      .hero-block h1 {
        padding-top: 280px; } }
  .hero-block .link-block {
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.04em;
    font-size: 18px;
    line-height: 1.5em;
    padding-top: 80px;
    z-index: 30; }
    @media screen and (min-width: 64em) {
      .hero-block .link-block {
        font-weight: 600;
        letter-spacing: 0.08em;
        font-size: 22px;
        padding-top: 90px; } }
  .hero-block a {
    text-decoration: none;
    color: white; }

.link-icon {
  z-index: 99; }
  @media screen and (min-width: 64em) {
    .link-icon {
      padding-top: 50px; } }
  .link-icon i {
    font-family: 'lyric';
    font-size: 50px; }

.link-icon.bounce {
  padding-bottom: 80px; }

.about-block {
  background-color: #413e39;
  padding: 25px 0 45px 0; }
  @media screen and (min-width: 64em) {
    .about-block .fancy-heading {
      font-size: 122px; } }
  .about-block h1 {
    color: white;
    cursor: default;
    letter-spacing: 0.2em;
    font-size: 30px;
    line-height: 1.1em;
    padding-top: 16px; }
    @media screen and (min-width: 64em) {
      .about-block h1 {
        font-size: 52px; } }
  .about-block i {
    color: #7a7876;
    font-size: 100px;
    cursor: default; }
  .about-block a {
    color: #d2564a;
    font-weight: 400;
    text-decoration: none;
    border-bottom: 1px solid;
    text-transform: uppercase; }
    @media screen and (min-width: 64em) {
      .about-block a {
        font-size: 20px; } }
  .about-block .content {
    color: white;
    font-size: 16px; }

.connect-with-us {
  font-size: 22px; }
  .connect-with-us h1 {
    font-size: 20px;
    letter-spacing: 0.16em;
    line-height: 2.6em;
    cursor: default; }
    @media screen and (min-width: 64em) {
      .connect-with-us h1 {
        line-height: 0.8em; } }
  .connect-with-us .fancy-heading {
    font-size: 53px;
    margin-bottom: -22px; }

.hide-small {
  display: none; }
  @media screen and (min-width: 80em) {
    .hide-small {
      display: block; } }

.hide-large {
  display: block; }
  @media screen and (min-width: 80em) {
    .hide-large {
      display: none; } }

.subscribe-newsletter {
  color: white;
  font-size: 14px;
  text-align: center;
  padding-top: 25px; }
  @media screen and (min-width: 80em) {
    .subscribe-newsletter {
      text-align: left;
      padding-top: 0; } }
  .subscribe-newsletter p, .subscribe-newsletter #subscription-result {
    margin: 10px;
    padding: 0; }

fieldset {
  border: none; }
  fieldset span {
    color: #413e39;
    position: relative;
    left: -30px;
    top: 4px;
    font-size: 1.4em; }

#subscription-email-field {
  margin: 0 auto;
  font-size: 14px;
  width: 90%;
  padding: 4px 35px 4px 10px; }
  @media screen and (min-width: 35.5em) {
    #subscription-email-field {
      width: 240px; } }

#submit-email-subscription {
  width: 0;
  height: 0;
  border: none;
  padding: 0; }

.subscribe-newsletter + .panel-container {
  margin-bottom: 25px;
  margin: 0 auto 25px auto; }
  @media screen and (min-width: 80em) {
    .subscribe-newsletter + .panel-container {
      margin: 0 0 25px 10px; } }

#social-media-nav-lower,
#social-media-nav-upper {
  padding: 10px 0 0 0; }
  #social-media-nav-lower li,
  #social-media-nav-upper li {
    display: inline;
    margin: 0 5px 0 5px; }
  #social-media-nav-lower i,
  #social-media-nav-upper i {
    color: #c5c2b9;
    cursor: pointer;
    font-size: 30px; }
  #social-media-nav-lower a,
  #social-media-nav-upper a {
    border: none; }
  #social-media-nav-lower i:hover,
  #social-media-nav-upper i:hover {
    color: white; }

#social-media-nav ul li a {
  text-decoration: none;
  border: none; }

.hero-block .tel {
  border: 2px solid white;
  color: white;
  background: rgba(255, 255, 255, 0.05);
  padding: 5px 14px 5px 14px; }
  @media screen and (min-width: 80em) {
    .hero-block .tel {
      border: none;
      background: none; } }

.hero-tel {
  color: white;
  margin-top: 80px;
  margin-bottom: -80px;
  font-size: 2em;
  font-weight: 400; }

.navigation-overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: #191919;
  opacity: 0.56;
  z-index: 8; }
  @media screen and (min-width: 80em) {
    .navigation-overlay {
      display: block; } }

.navigation-solid {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: #191919;
  opacity: 1; }
  @media screen and (min-width: 80em) {
    .navigation-solid {
      display: block;
      z-index: 8; } }

.main-nav ._mi {
  display: none !important; }

.navigation-container {
  width: 300px;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
  margin: 0;
  padding: 0;
  overflow: auto;
  overflow-y: scroll;
  background: #191919; }
  @media screen and (min-width: 80em) {
    .navigation-container {
      background: transparent;
      right: 0;
      position: absolute;
      text-align: right;
      width: auto;
      height: 80px;
      z-index: 10;
      overflow: hidden; } }

.site-branding {
  position: relative;
  z-index: 0;
  font-size: 14px;
  left: 70px;
  top: 24px;
  width: auto;
  height: auto;
  display: none; }
  @media screen and (min-width: 80em) {
    .site-branding {
      display: block;
      position: absolute;
      z-index: 20; } }

.site-title a {
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: white;
  font-weight: 700;
  border-bottom: 1px solid white; }
  @media screen and (min-width: 80em) {
    .site-title a {
      font-size: 22px; } }

body.admin-bar .navigation-overlay, body.admin-bar .navigation-container, body.admin-bar .navigation-solid {
  top: 28px; }

body.admin-bar .site-branding {
  top: 45px; }

@media screen and (min-width: 80em) {
  .navigation-solid ~ .site-wrap {
    top: 70px; } }

@media screen and (min-width: 80em) {
  .menu-main-container {
    margin-top: 28px; } }

.main-nav {
  letter-spacing: 0.16em;
  list-style: none; }
  @media screen and (min-width: 80em) {
    .main-nav {
      margin-top: 28px; } }
  .main-nav a {
    text-decoration: none;
    text-transform: uppercase;
    color: #c5c2b9; }
    .main-nav a:hover, .main-nav a:active {
      color: white; }
  .main-nav ul {
    display: inline-block;
    padding: 0;
    margin-left: 0; }
    @media screen and (min-width: 80em) {
      .main-nav ul {
        padding: 20px 0 0 0; } }
  .main-nav li {
    width: 300px;
    font-size: 1em;
    padding: 10px 0 10px 15px;
    padding-left: 80px;
    background: #3f3a31;
    /* Old browsers */
    background: -moz-linear-gradient(top, #3f3a31 1%, #191919 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #3f3a31 1%, #191919 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #3f3a31 1%, #191919 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3f3a31', endColorstr='#191919', GradientType=0);
    /* IE6-9 */ }
    @media screen and (min-width: 48em) {
      .main-nav li {
        font-size: 1.2em;
        padding: 15px 0 15px 15px;
        padding-left: 80px; } }
    @media screen and (min-width: 80em) {
      .main-nav li {
        background: transparent;
        font-size: 1em;
        font-family: "source sans pro", sans-serif;
        padding: 0;
        padding-top: 28px;
        margin: 0; } }
  @media screen and (min-width: 80em) {
    .main-nav li {
      display: inline; }
    .main-nav li:after {
      content: "\00b7";
      color: white;
      font-size: 20px;
      padding: 30px;
      cursor: default; }
    .main-nav li:last-child:after {
      content: ''; } }
  .main-nav .current-menu-item {
    border: none; }
    .main-nav .current-menu-item a {
      border-bottom: 1px solid; }

.current-menu-item {
  border-bottom: 1px solid white; }

.site-wrap {
  min-width: 100%;
  min-height: 100%;
  background-color: fff;
  position: relative;
  bottom: 100%;
  left: 0;
  z-index: 1; }

.nav-trigger {
  position: fixed;
  clip: rect(0, 0, 0, 0); }
  @media screen and (min-width: 80em) {
    .nav-trigger {
      display: none; } }
  .nav-trigger :focus + label {
    outline: thin solid;
    outline-offset: 3px; }

label[for="nav-trigger"] {
  position: fixed;
  top: 15px;
  left: 20px;
  z-index: 2;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' x='0px' y='0px' width='30px' height='30px' viewBox='0 0 30 30' enable-background='new 0 0 30 30' xml:space='preserve'><rect width='30' height='6'/><rect y='24' width='30' height='6'/><rect y='12' width='30' height='6'/></svg>");
  background-size: contain; }
  @media screen and (min-width: 80em) {
    label[for="nav-trigger"] {
      display: none; } }

body.admin-bar label[for="nav-trigger"] {
  top: 50px; }

.nav-trigger:checked ~ .site-wrap {
  transform: translate3d(300px, 0, 0); }

.nav-trigger + label, .site-wrap {
  transition: 0.5s; }

.body {
  overflow-x: hidden; }

.site-footer {
  background: #191919;
  text-align: center;
  z-index: 10; }

.footer-menu {
  display: none;
  letter-spacing: 0.16em; }
  @media screen and (min-width: 80em) {
    .footer-menu {
      display: block; } }
  .footer-menu ul {
    font-size: 15px;
    font-weight: 400;
    display: inline-block;
    padding: 20px 0 0 0; }
  .footer-menu li {
    padding: 0;
    margin: 0; }
  .footer-menu li:after {
    content: "\00b7";
    color: white;
    font-size: 20px;
    padding: 30px; }
  .footer-menu li:last-child:after {
    content: ''; }
  .footer-menu .current-menu-item {
    border: none; }
    .footer-menu .current-menu-item a {
      border-bottom: 1px solid; }
  .footer-menu .menu-main-container {
    margin-top: 0; }

.site-info {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.3em;
  padding: 20px; }
  .site-info a {
    color: white;
    text-decoration: none; }
  .site-info a:visited {
    color: white; }
  .site-info a:hover {
    border-bottom: 1px solid; }
  .site-info a:active {
    color: #413e39; }

.footer-flourish {
  background: url(flourish.png) no-repeat no-repeat center;
  height: 80px;
  width: 102px;
  margin: 0 auto 0 auto;
  cursor: default; }

.footer-copyright {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.3em;
  color: #c5c2b9;
  text-transform: uppercase;
  padding-bottom: 20px;
  cursor: default; }

.back-to-top-link {
  padding-top: 1em;
  padding-bottom: 1em; }
  .back-to-top-link a {
    color: #d2564a;
    font-weight: 200; }

.panel-container {
  background: #413e39;
  border: 1px solid #c5c2b9;
  color: #d2564a;
  width: 300px;
  margin: 0 auto;
  text-align: left; }
  @media screen and (min-width: 48em) {
    .panel-container {
      margin-left: 10px; } }

.panel-container label {
  z-index: 20;
  position: relative;
  display: block;
  font-family: 'source sans pro';
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 700;
  font-size: 14px;
  height: 30px;
  top: 5px;
  cursor: pointer;
  padding-left: 10px; }

.panel-container input:checked + label,
.panel-container input:checked + label:hover {
  color: white; }

.panel-container input:checked + label:after,
.panel-container input:checked + label:hover:after {
  display: inline-block;
  transform: rotate(0deg);
  transition: all 0.3s; }

.panel-container label:after {
  display: inline-block;
  content: '';
  transition: all 0.2s;
  position: absolute;
  width: 20px;
  height: 10px;
  right: 10px;
  top: 5px;
  background: url(white-down-arrow.png) no-repeat center center;
  transform: rotate(90deg); }

.panel-container input {
  display: none; }

.panel-container article {
  background: #191919;
  color: #c5c2b9;
  margin-top: -1px;
  overflow: hidden;
  height: 0px;
  position: relative;
  z-index: 10;
  transition: height 0.3s ease-in-out;
  padding: 0 15px 0 15px;
  font-weight: 300;
  font-size: 14px; }
  .panel-container article p {
    padding-top: 10px; }

.panel-container input:checked ~ article {
  transition: height 0.5s ease-in-out; }

.panel-container input:checked ~ article.small-content {
  height: 140px; }

.panel-container input:checked ~ article.medium-content {
  height: 180px; }

.panel-container input:checked ~ article.large-content {
  height: 230px; }

h1.lyric-title {
  margin: 0;
  padding: 0;
  display: block;
  text-align: center;
  font-size: 1.5em;
  letter-spacing: 0.16em;
  cursor: default;
  text-transform: uppercase;
  color: #413e39;
  z-index: 1;
  padding-top: 1.2em;
  padding-bottom: 1.2em; }
  @media screen and (min-width: 48em) {
    h1.lyric-title {
      font-size: 2.75em; } }
  h1.lyric-title span {
    position: relative;
    z-index: 2;
    font-family: 'mr de haviland', 'mr dehaviland', cursive;
    font-weight: normal;
    color: #d2564a;
    text-transform: capitalize;
    letter-spacing: 0;
    display: block;
    font-size: 2.0em;
    padding-bottom: 5px; }

.site-wrap {
  background: white; }

.search-results .format-quote .entry-summary,
blockquote {
  overflow: hidden;
  display: block;
  font-weight: 400;
  letter-spacing: -0.04em;
  word-spacing: 0.1em;
  font-size: 1.2em;
  color: #d2564a;
  border-left: 0.125em solid #d2564a;
  background: #fdf6f6;
  margin: 1.5em 0;
  padding: 0.4em 0.25em;
  quotes: "“" "”"; }
  @media screen and (min-width: 48em) {
    .search-results .format-quote .entry-summary,
    blockquote {
      font-size: 1.4em; } }
  @media screen and (min-width: 64em) {
    .search-results .format-quote .entry-summary,
    blockquote {
      font-size: 1.7em;
      border-left: 0.45em solid #d2564a;
      margin: 1.5em 0;
      padding: 0.7em 1.1em; } }
  .search-results .format-quote .entry-summary:before,
  blockquote:before {
    color: #d2564a;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em; }

.search-results .format-quote .entry-summary p,
blockquote p {
  display: inline; }

blockquote footer {
  padding-top: 0.625em; }
  blockquote footer:before {
    content: "\2014"; }

.search-results .format-quote .entry-summary {
  margin-top: 0; }

.entry-meta {
  word-spacing: 0.2em;
  text-align: center;
  padding-bottom: 20px; }
  @media screen and (min-width: 64em) {
    .entry-meta {
      font-size: 0.8em; } }

.entry-meta:before {
  content: '';
  display: block;
  background: url(tilde.png) no-repeat center center;
  height: 1em;
  width: auto;
  margin-top: 0;
  margin-bottom: 1.25em; }

.format-quote {
  padding: 1.25em; }
  @media screen and (min-width: 48em) {
    .format-quote {
      padding: 1.25em 3.125em; } }

.format-quote .entry-meta {
  text-align: center; }
  .format-quote .entry-meta:before {
    height: 0; }

.posted-on, .author {
  font-size: 0.9em;
  font-family: 'alegreya sans sc';
  font-weight: 400;
  text-transform: capitalize;
  font-style: normal; }
  @media screen and (min-width: 48em) {
    .posted-on, .author {
      font-size: 1.25em; } }
  .posted-on a, .author a {
    text-decoration: none;
    color: #413e39; }
    .posted-on a:hover, .author a:hover {
      color: #262421;
      border-bottom: 1px solid #262421; }

span.byline {
  font-family: 'times';
  font-size: 1em;
  text-transform: lowercase;
  font-style: italic;
  font-weight: 300;
  color: #c5c2b9; }

.edit-link {
  display: block;
  text-align: center;
  margin: 0;
  font-family: 'source sans pro'; }
  @media screen and (min-width: 80em) {
    .edit-link {
      text-align: right; } }
  .edit-link a {
    border: 1px solid #cd9743;
    border-radius: 4px;
    text-decoration: none;
    background: #cd9743;
    color: white;
    padding: 4px;
    text-transform: uppercase;
    font-family: "alegreya sans sc";
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.05em;
    margin: 5px 0;
    display: inline-block; }
    .edit-link a:hover {
      background: #af7c2e;
      border-color: #af7c2e; }
    .edit-link a:visited {
      text-decoration: none;
      color: white; }

#primary.content-area {
  margin: 0 0.625em; }
  @media screen and (min-width: 48em) {
    #primary.content-area {
      margin: 0 1.25em; } }
  @media screen and (min-width: 80em) {
    #primary.content-area {
      margin: 0 1.875em; } }

.post-thumbnail {
  text-align: center; }
  @media screen and (min-width: 80em) {
    .post-thumbnail .thumbnail-on-left {
      padding-right: 1.25em; } }
  .post-thumbnail .thumbnail-on-right {
    padding-left: 1.25em; }

.more-link {
  text-decoration: none;
  text-align: center;
  margin: 0.625em 0;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 600;
  font-size: 0.875em;
  color: #d2564a;
  padding: 0.625em; }
  .more-link:visited {
    color: #d2564a; }
  .more-link:hover {
    color: #d2564a;
    text-decoration: underline; }

h1.entry-title {
  margin-top: 0;
  display: block;
  font-size: 2.125rem;
  text-transform: uppercase;
  text-align: center;
  padding: 0 1.56em; }
  h1.entry-title a {
    text-decoration: none;
    color: #191919; }
    h1.entry-title a:hover {
      color: black;
      border-bottom: 1px solid black; }

.cat-links a {
  border: 1px solid #d2564a;
  border-radius: 4px;
  text-decoration: none;
  background: #d2564a;
  color: white;
  padding: 4px;
  text-transform: uppercase;
  font-family: "alegreya sans sc";
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.05em;
  margin: 5px 0;
  display: inline-block; }
  .cat-links a:hover {
    background: #bb3b2e;
    border-color: #bb3b2e; }
  .cat-links a:visited {
    text-decoration: none;
    color: white; }

.tags-links {
  margin-left: 1.25em; }
  .tags-links a {
    color: #cd9743; }

.comments-link {
  margin-left: 1.25em; }
  .comments-link a {
    border: 1px solid #c5c2b9;
    border-radius: 4px;
    text-decoration: none;
    background: #c5c2b9;
    color: white;
    padding: 4px;
    text-transform: uppercase;
    font-family: "alegreya sans sc";
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.05em;
    margin: 5px 0;
    display: inline-block; }
    .comments-link a:hover {
      background: #aeaa9d;
      border-color: #aeaa9d; }
    .comments-link a:visited {
      text-decoration: none;
      color: white; }

.search-results + article.page,
article.post {
  margin: 1em 0; }
  @media screen and (min-width: 48em) {
    .search-results + article.page,
    article.post {
      margin: 4.375em 0; } }
  .search-results + article.page:not(.format-quote),
  article.post:not(.format-quote) {
    text-align: center; }
  .search-results + article.page.format-standard .entry-footer,
  article.post.format-standard .entry-footer {
    padding: 1.25em 3.125em 0 3.125em; }
  .search-results + article.page:not(.has-post-thumbnail) .entry-content,
  article.post:not(.has-post-thumbnail) .entry-content {
    margin: 0 auto;
    width: 90%; }
    @media screen and (min-width: 48em) {
      .search-results + article.page:not(.has-post-thumbnail) .entry-content,
      article.post:not(.has-post-thumbnail) .entry-content {
        width: 80%; } }
    @media screen and (min-width: 80em) {
      .search-results + article.page:not(.has-post-thumbnail) .entry-content,
      article.post:not(.has-post-thumbnail) .entry-content {
        width: 80%; } }

.entry-summary,
.entry-content {
  line-height: 2em;
  letter-spacing: -0.01em; }
  .entry-summary img,
  .entry-content img {
    margin-top: 1em;
    margin-bottom: 1em; }
  .entry-summary h2,
  .entry-content h2 {
    color: #191919;
    font-size: 1.4em;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 0.1em;
    letter-spacing: 0.02em; }
    .entry-summary h2 + p,
    .entry-content h2 + p {
      margin-top: 1em; }
  .entry-summary h3,
  .entry-content h3 {
    font-family: 'alegreya sans sc';
    text-transform: uppercase;
    font-size: 1.1em;
    font-weight: 400;
    color: #979181;
    margin-bottom: 0;
    letter-spacing: 0.1em; }
    .entry-summary h3 + p,
    .entry-content h3 + p {
      margin-top: 0.2em; }
  .entry-summary a,
  .entry-content a {
    color: #d2564a; }
    .entry-summary a:hover,
    .entry-content a:hover {
      color: #bb3b2e; }

.entry-footer {
  text-align: center; }

.page .entry-content, .post .entry-content {
  margin: 0 auto;
  width: 90%; }
  @media screen and (min-width: 48em) {
    .page .entry-content, .post .entry-content {
      width: 70%; } }
  @media screen and (min-width: 80em) {
    .page .entry-content, .post .entry-content {
      width: 70%; } }

.single article.post, article.page:not(section .search-results) {
  text-align: left;
  font-size: 1.225em;
  color: #333333;
  font-weight: 300; }

.nav-links {
  text-align: center; }

.nav-previous {
  border: 1px solid #b9b6ab;
  border-radius: 4px;
  text-decoration: none;
  background: #b9b6ab;
  color: white;
  padding: 4px;
  text-transform: uppercase;
  font-family: "alegreya sans sc";
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.05em;
  margin: 5px 0;
  display: inline-block;
  margin-right: 0.5em; }
  .nav-previous:hover {
    background: #a29e8f;
    border-color: #a29e8f; }
  .nav-previous:visited {
    text-decoration: none;
    color: white; }
  .nav-previous a {
    color: white;
    text-decoration: none; }
  .nav-previous:before {
    content: 'Previous Post: ';
    text-transform: capitalize; }

.nav-next {
  border: 1px solid #b9b6ab;
  border-radius: 4px;
  text-decoration: none;
  background: #b9b6ab;
  color: white;
  padding: 4px;
  text-transform: uppercase;
  font-family: "alegreya sans sc";
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.05em;
  margin: 5px 0;
  display: inline-block;
  margin-left: 0.5em; }
  .nav-next:hover {
    background: #a29e8f;
    border-color: #a29e8f; }
  .nav-next:visited {
    text-decoration: none;
    color: white; }
  .nav-next a {
    color: white;
    text-decoration: none; }
  .nav-next:before {
    content: 'Next post: ';
    text-transform: capitalize; }

.single .post .post-image {
  text-align: center;
  padding: 0 0 2.2em 0; }

#secondary {
  padding-left: 1em; }
  @media screen and (min-width: 64em) {
    #secondary {
      padding-top: 3em; } }

article ul {
  padding: 1em 0 0.5em 3em;
  color: #413e39; }
  article ul li {
    padding-bottom: 0.4em; }

@media screen and (min-width: 64em) {
  .search-results main {
    padding: 0 50px 0 50px; } }

.archive-page-header .lyric-title {
  padding-bottom: 0.2em; }
.archive-page-header .taxonomy-description {
  text-align: center;
  font-family: 'alegreya sans sc', sans-serif;
  font-weight: normal;
  font-size: 1.2em;
  color: #d2564a; }
  @media screen and (min-width: 80em) {
    .archive-page-header .taxonomy-description {
      font-size: 1.5em; } }

.google-map {
  margin: 0 auto;
  height: 250px;
  width: 90%;
  position: relative; }
  @media screen and (min-width: 48em) {
    .google-map {
      height: 300px;
      width: 70%; } }
  @media screen and (min-width: 64em) {
    .google-map {
      height: 400px; } }
  @media screen and (min-width: 80em) {
    .google-map {
      height: 450px; } }

.separator {
  clear: both;
  margin: 0 auto;
  padding: 0;
  height: 1px;
  border-bottom: 1px solid #c5c2b9;
  width: 300px; }

address {
  display: block;
  text-transform: uppercase;
  font-style: normal;
  line-height: 1.4em;
  letter-spacing: 0.08em; }
  address strong {
    font-size: 1.5em; }

a.tel {
  background: transparent;
  padding: 5px; }
  @media screen and (min-width: 80em) {
    a.tel {
      text-decoration: none;
      pointer-events: none;
      color: #191919; } }

.send-email {
  text-decoration: none;
  border-bottom: 1px solid #d2564a; }
  .send-email:before {
    content: 'z';
    padding-right: 10px;
    font-family: 'lyric-flowers-icons';
    border: none; }

.contact-address {
  padding-left: 20px;
  padding-bottom: 25px;
  text-align: center; }
  @media screen and (min-width: 80em) {
    .contact-address {
      text-align: right; } }

div.wpcf7 {
  padding-top: 20px;
  line-height: 1.4em;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  color: #191919; }
  div.wpcf7:before {
    content: 'Contact Us!';
    font-size: 1.1em;
    font-weight: 700;
    color: #d2564a;
    text-transform: uppercase;
    letter-spacing: 0.12em; }
  @media screen and (min-width: 80em) {
    div.wpcf7 {
      padding-top: 80px; } }
  div.wpcf7 p {
    font-size: 1em;
    margin: 0.2em;
    padding-top: 10px; }
  div.wpcf7 input, div.wpcf7 textarea {
    width: 100%; }

.wpcf7-submit {
  border: 1px solid #d2564a;
  border-radius: 4px;
  text-decoration: none;
  background: #d2564a;
  color: white;
  padding: 4px;
  text-transform: uppercase;
  font-family: "alegreya sans sc";
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.05em;
  margin: 5px 0;
  display: inline-block; }
  .wpcf7-submit:hover {
    background: #bb3b2e;
    border-color: #bb3b2e; }
  .wpcf7-submit:visited {
    text-decoration: none;
    color: white; }

div.wpcf7-validation-errors {
  border: 2px solid #d2564a;
  font-size: 0.8em; }

.store-hours {
  padding-top: 80px;
  line-height: 1.6em;
  margin-left: 20px; }

.error-404 .page-header {
  padding-top: 30px;
  text-align: center; }
  @media screen and (min-width: 64em) {
    .error-404 .page-header {
      padding-top: 50px;
      padding-bottom: 0; } }

.error-404 .lf-icon-flourish {
  font-size: 100px;
  text-align: center; }

.error-404 .page-content {
  text-align: center; }

.error-404 .error-search {
  text-align: center; }
  @media screen and (min-width: 64em) {
    .error-404 .error-search {
      text-align: right; } }

.error-404 .error-recent {
  padding-left: 25px;
  padding-top: 20px;
  text-align: left; }
  @media screen and (min-width: 64em) {
    .error-404 .error-recent {
      padding-top: 0; } }
  .error-404 .error-recent .widgettitle {
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.10em; }
  .error-404 .error-recent .widget {
    padding-bottom: 20px; }
    .error-404 .error-recent .widget li {
      padding-bottom: 0.4em; }

.landing {
  margin: 0;
  padding: 0 10px;
  background: transparent;
  background: url(../landing.jpg) no-repeat no-repeat; }
  @media screen and (min-width: 64em) {
    .landing {
      background-size: cover; } }
  @media screen and (min-width: 80em) {
    .landing {
      font-size: 1.2rem; } }
  .landing a {
    color: #721413;
    text-decoration: none; }
    .landing a:hover {
      border-bottom: 1px solid #460c0c;
      color: #460c0c; }
  .landing .send-email {
    border-bottom: 1px solid #721413; }
  .landing .site-wrap {
    width: 100%;
    text-align: center;
    background: transparent;
    font-family: 'source sans pro', sans-serif; }
  .landing h1 {
    padding-top: 2em;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 50px;
    line-height: 1em;
    margin-bottom: 0.6em; }
  .landing h2 {
    margin: 0;
    text-transform: lowercase;
    font-family: 'mr de haviland';
    font-size: 54px;
    font-weight: normal;
    line-height: 1em;
    padding: 0;
    color: #721413; }
  .landing h3 {
    text-transform: uppercase;
    letter-spacing: 0.04em;
    padding: 20px;
    margin-bottom: 1em; }
  .landing p {
    margin-top: 1em;
    display: block; }
  .landing .icon-flourish {
    font-size: 100px; }

/*# sourceMappingURL=base.css.map */
