/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

@-webkit-keyframes bounce-left {
  0% {
    -webkit-transform: translateX(4rem);
            transform: translateX(4rem);
    opacity: 0; }
  40% {
    opacity: .3; }
  80% {
    opacity: .6; }
  100% {
    -webkit-transform: translateX(0rem);
            transform: translateX(0rem);
    opacity: 0; } }

@keyframes bounce-left {
  0% {
    -webkit-transform: translateX(4rem);
            transform: translateX(4rem);
    opacity: 0; }
  40% {
    opacity: .3; }
  80% {
    opacity: .6; }
  100% {
    -webkit-transform: translateX(0rem);
            transform: translateX(0rem);
    opacity: 0; } }
@-webkit-keyframes bounce-right {
  0% {
    -webkit-transform: translateX(0rem);
            transform: translateX(0rem);
    opacity: 0; }
  40% {
    opacity: .3; }
  80% {
    opacity: .6; }
  100% {
    -webkit-transform: translateX(4rem);
            transform: translateX(4rem);
    opacity: 0; } }
@keyframes bounce-right {
  0% {
    -webkit-transform: translateX(0rem);
            transform: translateX(0rem);
    opacity: 0; }
  40% {
    opacity: .3; }
  80% {
    opacity: .6; }
  100% {
    -webkit-transform: translateX(4rem);
            transform: translateX(4rem);
    opacity: 0; } }
.bounce-arrow-left:after {
  content: url("/wp-content/themes/lonas/images/svg/arrow.svg");
  display: none;
  width: 4.5vw;
  height: auto;
  margin-left: .2rem;
  vertical-align: middle;
  -webkit-animation: bounce-left 1.5s ease-out infinite running;
          animation: bounce-left 1.5s ease-out infinite running; }
  @media screen and (min-width: 1025px) {
    .bounce-arrow-left:after {
      display: inline-block; } }

.bounce-arrow-right:after {
  content: url("/wp-content/themes/lonas/images/svg/arrow-right.svg");
  display: none;
  width: 4.5vw;
  height: auto;
  margin-left: .2rem;
  vertical-align: middle;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  -webkit-animation: bounce-right 1.5s ease-out infinite running;
          animation: bounce-right 1.5s ease-out infinite running; }
  @media screen and (min-width: 1025px) {
    .bounce-arrow-right:after {
      display: inline-block; } }

@font-face {
  font-family: 'KomikaAxis';
  src: url("../../fonts/KomikaAxis.eot");
  src: url("../../fonts/KomikaAxis.eot?#iefix") format("embedded-opentype"), url("../../fonts/KomikaAxis.woff2") format("woff2"), url("../../fonts/KomikaAxis.woff") format("woff"), url("../../fonts/KomikaAxis.ttf") format("truetype"), url("../../fonts/KomikaAxis.svg#KomikaAxis") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Pompiere-Regular';
  src: url("../../fonts/Pompiere-Regular.eot");
  src: url("../../fonts/Pompiere-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/Pompiere-Regular.woff2") format("woff2"), url("../../fonts/Pompiere-Regular.woff") format("woff"), url("../../fonts/Pompiere-Regular.ttf") format("truetype"), url("../../fonts/Pompiere-Regular.svg#Pompiere-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Vibur-Regular';
  src: url("../../fonts/Vibur-Regular.eot");
  src: url("../../fonts/Vibur-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/Vibur-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Vibur';
  src: url("../../fonts/Vibur.woff") format("woff"), url("../../fonts/Vibur.ttf") format("truetype"), url("../../fonts/Vibur.svg#Vibur") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Mono Social Icons Font';
  src: url("../../fonts/MonoSocialIconsFont-1.10.eot");
  src: url("../../fonts/MonoSocialIconsFont-1.10.eot?#iefix") format("embedded-opentype"), url("../../fonts/MonoSocialIconsFont-1.10.woff") format("woff"), url("../../fonts/MonoSocialIconsFont-1.10.ttf") format("truetype"), url("../../fonts/MonoSocialIconsFont-1.10.svg#MonoSocialIconsFont") format("svg");
  src: url("../../fonts/MonoSocialIconsFont-1.10.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
html {
  font-size: 20px; }
  @media screen and (min-width: 768px) {
    html {
      font-size: 18px; } }

body {
  font-family: 'Pompiere-Regular', sans-serif;
  color: #2d2d2d; }

a {
  text-decoration: none;
  -webkit-transition: opacity .25s ease-in-out;
          transition: opacity .25s ease-in-out;
  color: #f57204;
  opacity: 1; }
  a:hover {
    opacity: .5; }

.more-link {
  margin: 0 auto;
  min-width: 174px;
  max-width: 194px;
  display: block !important; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 900;
  color: #f57204;
  font-size: 2rem; }

h1 {
  font-size: 3rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 2rem; }
  h1.entry-title {
    text-align: center; }

h2 {
  font-size: 2.7rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1.5rem; }

h3 {
  font-size: 2rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1.2rem; }

h4 {
  font-size: 1.7rem;
  margin-top: 0;
  margin-bottom: 1rem; }

h5 {
  font-size: 1.2rem;
  margin-top: 0;
  margin-bottom: .5rem; }

h6 {
  font-size: 1rem;
  margin-top: 0;
  margin-bottom: .2rem; }

#content {
  letter-spacing: .07rem;
  padding-bottom: 90px; }
  @media screen and (min-width: 768px) {
    #content .max-width > div > p, #content body:not(.home) #container > div > p, body:not(.home) #content #container > div > p {
      padding: 0 105px;
      font-size: 1.2rem; } }

p {
  line-height: 1.4; }

section.entry-content p {
  padding: 0;
  margin: 1rem 0 3rem; }
  @media screen and (min-width: 769px) {
    section.entry-content p {
      margin-left: auto;
      max-width: 800px;
      margin-right: auto; } }

.bold {
  font-weight: 900; }

.orange {
  color: #f57204; }

.underline {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px;
  border-style: solid;
  -webkit-transition: border-bottom .25s ease;
          transition: border-bottom .25s ease; }
  .underline:hover {
    border-bottom: 1px solid transparent; }

.uppercase {
  text-transform: uppercase; }

.lowercase {
  text-transform: lowercase; }

.text-right {
  text-align: right; }

.text-center, .more-link {
  text-align: center; }

.text-left {
  text-align: left; }

.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none; }
  .list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px; }

.symbol, a.symbol:before {
  font-family: 'Mono Social Icons Font';
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased; }

a.symbol:before {
  content: attr(title);
  margin-right: 0.3em;
  font-size: 130%; }

html {
  position: relative;
  height: 100%;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased; }

* {
  box-sizing: border-box; }

body {
  background: #ffffff; }

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

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .flex.column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .flex.row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media screen and (min-width: 768px) {
      .flex.row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row; } }
  .flex.around {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around; }
  .flex.between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .flex.centered {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .flex.start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .flex.end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .flex.wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }

header#header div#nav-wrapper {
  position: relative;
  z-index: 10;
  background-color: #ffffff;
  padding-bottom: 20px; }
  header#header div#nav-wrapper nav.menu.home {
    min-height: 46px;
    display: none; }
    @media screen and (min-width: 768px) {
      header#header div#nav-wrapper nav.menu.home {
        display: block; } }
  header#header div#nav-wrapper #branding {
    position: relative;
    background-color: #ffffff; }
    header#header div#nav-wrapper #branding .patterns {
      display: none;
      position: relative;
      width: 100vw; }
      @media screen and (min-width: 768px) {
        header#header div#nav-wrapper #branding .patterns {
          display: inline-block;
          height: 120px;
          max-width: 28vw; } }
      @media screen and (min-width: 1280px) {
        header#header div#nav-wrapper #branding .patterns {
          height: 156px;
          max-width: 34vw; } }
      header#header div#nav-wrapper #branding .patterns .pattern {
        background-repeat: repeat;
        background-size: 10px 10px;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        opacity: 1; }
      header#header div#nav-wrapper #branding .patterns .pattern.bottom {
        background-image: url("../../images/svg/logo-pattern-bg-bottom.svg");
        background-size: 30px;
        background-color: transparent;
        background-repeat: space;
        background-position: 0 0;
        z-index: 0; }
      header#header div#nav-wrapper #branding .patterns .pattern.middle {
        background-image: url("../../images/svg/logo-pattern-bg-middle.svg");
        background-size: 30px;
        background-color: transparent;
        background-repeat: space;
        background-position: 0 0;
        z-index: 1; }
      header#header div#nav-wrapper #branding .patterns .pattern.top {
        background-image: url("../../images/svg/logo-pattern-bg-top.svg");
        background-size: 30px;
        background-color: transparent;
        background-repeat: space;
        background-position: 0 0;
        z-index: 2; }
    header#header div#nav-wrapper #branding .site-title {
      text-align: center;
      width: 100vw;
      display: inline-block;
      font-size: 2.2rem;
      margin: 0.67em 0; }
      @media screen and (min-width: 768px) {
        header#header div#nav-wrapper #branding .site-title {
          max-width: 30vw; } }
      header#header div#nav-wrapper #branding .site-title a {
        font-family: 'Vibur', cursive;
        letter-spacing: 0;
        display: inline-block;
        width: 100%;
        overflow: hidden;
        text-decoration: none;
        color: #f57204;
        line-height: .8;
        text-transform: capitalize;
        font-weight: 100 !important; }
        header#header div#nav-wrapper #branding .site-title a small {
          font-family: 'Pompiere-Regular', sans-serif;
          text-transform: lowercase;
          font-size: 1rem;
          letter-spacing: 0.2rem;
          color: #ee89cd;
          font-weight: bold; }
        header#header div#nav-wrapper #branding .site-title a svg {
          width: 18vw;
          height: 25vw;
          margin: 0 41% 1rem 41%;
          display: block;
          padding-bottom: 1px; }
          @media screen and (min-width: 768px) {
            header#header div#nav-wrapper #branding .site-title a svg {
              height: auto;
              margin-bottom: 1rem;
              width: 6vw;
              height: 7vw;
              display: table; } }
          header#header div#nav-wrapper #branding .site-title a svg path {
            fill: #01c6cf; }
header#header div#sticky-header {
  width: 100%;
  position: fixed;
  z-index: 300;
  top: -60px;
  height: 60px;
  background-color: #ffffff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  -webkit-transition: .4s top;
          transition: .4s top; }
  header#header div#sticky-header.not-home-header {
    top: 0px; }
  header#header div#sticky-header.visible {
    top: 0px; }
  header#header div#sticky-header .content-wrapper #sticky-logo-wrapper {
    position: absolute;
    height: 100%;
    left: 15px; }
    header#header div#sticky-header .content-wrapper #sticky-logo-wrapper img {
      height: 50px;
      margin-top: 5px;
      width: auto; }
  header#header div#sticky-header .content-wrapper div#sticky-nav-wrapper {
    height: 100%;
    text-align: right;
    padding: 0 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    header#header div#sticky-header .content-wrapper div#sticky-nav-wrapper .title-wrapper {
      height: 100%;
      max-width: 70%; }
      @media screen and (min-width: 768px) {
        header#header div#sticky-header .content-wrapper div#sticky-nav-wrapper .title-wrapper {
          max-width: 20%; } }
      header#header div#sticky-header .content-wrapper div#sticky-nav-wrapper .title-wrapper a.sticky-nav-title {
        height: 100%;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        font-family: 'Vibur', cursive;
        letter-spacing: 0;
        width: auto;
        overflow: hidden;
        text-decoration: none;
        color: #f57204;
        line-height: .8;
        text-transform: capitalize;
        font-weight: 100 !important;
        padding-top: 6px; }
        header#header div#sticky-header .content-wrapper div#sticky-nav-wrapper .title-wrapper a.sticky-nav-title svg {
          width: 22px;
          height: auto;
          margin: 0 .5rem;
          display: inline-block;
          margin-top: -10px; }
          header#header div#sticky-header .content-wrapper div#sticky-nav-wrapper .title-wrapper a.sticky-nav-title svg path {
            fill: #01c6cf; }
      header#header div#sticky-header .content-wrapper div#sticky-nav-wrapper .title-wrapper .site-title {
        text-align: left;
        display: block;
        font-size: 1.1rem;
        margin: 0;
        position: relative;
        line-height: 1.5rem;
        padding: 0;
        font-weight: 100 !important; }
        @media screen and (min-width: 768px) {
          header#header div#sticky-header .content-wrapper div#sticky-nav-wrapper .title-wrapper .site-title {
            font-size: 1.1rem; } }
        @media screen and (min-width: 1024px) {
          header#header div#sticky-header .content-wrapper div#sticky-nav-wrapper .title-wrapper .site-title {
            font-size: 1.5rem; } }
    header#header div#sticky-header .content-wrapper div#sticky-nav-wrapper nav.menu {
      vertical-align: middle;
      font-size: 1rem;
      color: #0aa7af;
      width: 100vw;
      max-width: 100vw;
      display: block;
      top: -100vh;
      left: 0;
      opacity: 0;
      -webkit-transition: top .25s ease-in-out, opacity .10s ease-out;
              transition: top .25s ease-in-out, opacity .10s ease-out;
      overflow: hidden;
      position: fixed; }
      @media screen and (min-width: 768px) {
        header#header div#sticky-header .content-wrapper div#sticky-nav-wrapper nav.menu {
          opacity: 1;
          position: relative;
          top: auto;
          padding-top: 6px;
          max-width: 80%; } }
      header#header div#sticky-header .content-wrapper div#sticky-nav-wrapper nav.menu:after {
        opacity: 0;
        -webkit-transition: opacity .25s ease-in-out .3s;
                transition: opacity .25s ease-in-out .3s;
        content: '';
        display: block; }
        @media screen and (min-width: 768px) {
          header#header div#sticky-header .content-wrapper div#sticky-nav-wrapper nav.menu:after {
            display: none; } }
      header#header div#sticky-header .content-wrapper div#sticky-nav-wrapper nav.menu ul {
        padding: 0;
        list-style: none; }
        header#header div#sticky-header .content-wrapper div#sticky-nav-wrapper nav.menu ul.list-inline {
          padding: 0 7px; }
        header#header div#sticky-header .content-wrapper div#sticky-nav-wrapper nav.menu ul li {
          width: 100%;
          display: block;
          text-align: center;
          padding: .4rem 0; }
          @media screen and (min-width: 768px) {
            header#header div#sticky-header .content-wrapper div#sticky-nav-wrapper nav.menu ul li {
              padding: 0 7px;
              width: auto;
              display: inline; } }
          header#header div#sticky-header .content-wrapper div#sticky-nav-wrapper nav.menu ul li a {
            display: inline;
            vertical-align: middle;
            color: #0aa7af; }
      header#header div#sticky-header .content-wrapper div#sticky-nav-wrapper nav.menu.show {
        width: 100vw;
        top: 60px;
        left: 0;
        max-width: 100vw;
        z-index: 0;
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
        background-color: #ffffff;
        overflow: visible;
        height: auto;
        opacity: 1; }
        header#header div#sticky-header .content-wrapper div#sticky-nav-wrapper nav.menu.show:after {
          opacity: 1;
          height: 100vh;
          position: absolute;
          width: 100vw;
          background-color: rgba(45, 45, 45, 0.5); }
        header#header div#sticky-header .content-wrapper div#sticky-nav-wrapper nav.menu.show ul {
          padding: .6rem 0; }
          header#header div#sticky-header .content-wrapper div#sticky-nav-wrapper nav.menu.show ul li {
            width: 100%;
            display: block;
            text-align: center;
            padding: .4rem 0; }
            @media all and (max-width: 736px) and (orientation: landscape) {
              header#header div#sticky-header .content-wrapper div#sticky-nav-wrapper nav.menu.show ul li:not(:first-child) {
                width: 50%;
                display: inline-block; } }
      @media screen and (min-width: 768px) {
        header#header div#sticky-header .content-wrapper div#sticky-nav-wrapper nav.menu {
          display: inline-block; } }
    header#header div#sticky-header .content-wrapper div#sticky-nav-wrapper a#menu-hamburger {
      display: block;
      position: relative;
      cursor: pointer;
      width: 60px;
      height: 25px;
      color: #666; }
      header#header div#sticky-header .content-wrapper div#sticky-nav-wrapper a#menu-hamburger img {
        width: 40%;
        opacity: .6; }
      @media screen and (min-width: 768px) {
        header#header div#sticky-header .content-wrapper div#sticky-nav-wrapper a#menu-hamburger {
          display: none; } }
      header#header div#sticky-header .content-wrapper div#sticky-nav-wrapper a#menu-hamburger span {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        -webkit-transition: opacity .25s ease-in-out;
                transition: opacity .25s ease-in-out;
        text-transform: uppercase;
        font-weight: 900; }
      header#header div#sticky-header .content-wrapper div#sticky-nav-wrapper a#menu-hamburger span.closed {
        opacity: 1; }
      header#header div#sticky-header .content-wrapper div#sticky-nav-wrapper a#menu-hamburger span.open {
        opacity: 0; }
      header#header div#sticky-header .content-wrapper div#sticky-nav-wrapper a#menu-hamburger.open span.closed {
        opacity: 0; }
      header#header div#sticky-header .content-wrapper div#sticky-nav-wrapper a#menu-hamburger.open span.open {
        opacity: 1; }

body:not(.home) header#header div#sticky-header {
  top: 0px;
  position: fixed; }
  body:not(.home) header#header div#sticky-header .menu-menu-1-container {
    margin: 0 auto; }
    @media screen and (min-width: 768px) {
      body:not(.home) header#header div#sticky-header .menu-menu-1-container {
        margin: 0 0 0 auto; } }

div#sticky-header .menu-menu-1-container {
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    div#sticky-header .menu-menu-1-container {
      margin: 0 0 0 auto; } }

#nav-wrapper {
  display: none; }

body.home #nav-wrapper {
  display: block; }

header#header .header.widget {
  width: 100%;
  margin: 0 auto;
  background-color: transparent;
  text-align: center;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  margin-bottom: -30px;
  line-height: 40px;
  margin-top: -10px; }
header#header .widget {
  background-color: #ffffff;
  border-radius: 0 0 10px 10px;
  width: auto;
  padding: 0 1.5rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  header#header .widget .op-status-label {
    font-weight: 100; }

.op-status-label {
  opacity: .7;
  background-image: none !important;
  padding-left: 0 !important; }
  @media screen and (min-width: 768px) {
    .op-status-label {
      width: auto;
      margin: 0;
      border: none; } }

footer.main {
  z-index: 10;
  background-color: #01c6cf;
  height: auto;
  width: 100%;
  padding-top: .6rem;
  padding-bottom: 2rem;
  -webkit-padding-after: 1rem;
  -webkit-transition: height .25s ease-in-out, bottom .25s ease-in-out;
          transition: height .25s ease-in-out, bottom .25s ease-in-out; }
  @media screen and (min-width: 768px) {
    footer.main {
      position: fixed;
      bottom: -200px; } }
  @media screen and (min-width: 1024px) {
    footer.main {
      position: fixed;
      bottom: -214px; } }
  @media screen and (min-width: 768px) {
    footer.main .content-wrapper #top-row {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  footer.main .content-wrapper #top-row * {
    margin-top: 1rem; }
    @media screen and (min-width: 768px) {
      footer.main .content-wrapper #top-row * {
        margin-top: 0.4rem;
        margin-bottom: .4rem; } }
    @media screen and (min-width: 1024px) {
      footer.main .content-wrapper #top-row * {
        margin-bottom: 0; } }
  footer.main .content-wrapper #top-row a {
    color: #ffffff;
    letter-spacing: .1rem;
    font-weight: 900; }
    footer.main .content-wrapper #top-row a.address br {
      display: inline; }
      @media screen and (min-width: 768px) {
        footer.main .content-wrapper #top-row a.address br {
          display: none; } }
    @media screen and (min-width: 768px) {
      footer.main .content-wrapper #top-row a {
        margin-right: 1rem; } }
    footer.main .content-wrapper #top-row a.sign-up-button {
      cursor: pointer; }
  footer.main .content-wrapper #bottom-row {
    height: 0px;
    overflow: hidden;
    margin: 6vw 5vw;
    -webkit-transition: height .25s ease-in-out;
            transition: height .25s ease-in-out; }
    @media screen and (min-width: 768px) {
      footer.main .content-wrapper #bottom-row {
        height: auto;
        margin: 0;
        padding: 0 2vw; } }
    footer.main .content-wrapper #bottom-row div.wpcf7 {
      background-color: rgba(130, 83, 175, 0);
      -webkit-transition: background-color .4s ease-in-out;
              transition: background-color .4s ease-in-out; }
    footer.main .content-wrapper #bottom-row:before {
      display: none;
      background-color: rgba(130, 83, 175, 0);
      width: .45rem;
      height: 1rem;
      -webkit-transition: width .25s ease-in-out, background-color .25s ease-in-out;
              transition: width .25s ease-in-out, background-color .25s ease-in-out;
      content: '';
      margin-left: 32%; }
      @media screen and (min-width: 1024px) {
        footer.main .content-wrapper #bottom-row:before {
          display: block; } }
  footer.main a.sign-up-button.active {
    background-color: #8253af; }
  @media screen and (min-width: 768px) {
    footer.main.open {
      position: fixed;
      bottom: 0; } }
  footer.main.open #bottom-row {
    height: auto; }
    footer.main.open #bottom-row div.wpcf7 {
      background-color: #8253af; }
    footer.main.open #bottom-row:before {
      background-color: #8253af; }

#sidebar .widget-area ul.xoxo {
  list-style: none; }
  #sidebar .widget-area ul.xoxo a {
    color: #2d2d2d; }

footer div.wpcf7 {
  padding: 0 7vw;
  padding-bottom: 2rem; }
  @media screen and (min-width: 768px) {
    footer div.wpcf7 {
      padding: 0 2vw; } }
  footer div.wpcf7 form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media screen and (min-width: 768px) {
      footer div.wpcf7 form {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
    footer div.wpcf7 form img.ajax-loader {
      width: 16px;
      height: 16px;
      border: none;
      vertical-align: middle;
      margin-left: 10px;
      margin-right: -26px; }
    footer div.wpcf7 form p {
      color: #ffffff;
      width: 100%;
      padding: 1% 0;
      margin-bottom: .5rem;
      font-size: 1.2rem; }
      @media screen and (min-width: 768px) {
        footer div.wpcf7 form p {
          width: 28%; } }
      footer div.wpcf7 form p input {
        width: 100%;
        padding: 13px;
        border: none;
        outline: 0;
        border-radius: 0;
        -webkit-appearance: none;
        color: #2d2d2d;
        text-transform: uppercase;
        letter-spacing: .07rem; }
      footer div.wpcf7 form p:last-of-type {
        width: 100%;
        padding: 0;
        margin-top: 0;
        text-align: center; }
        @media screen and (min-width: 768px) {
          footer div.wpcf7 form p:last-of-type {
            text-align: right; } }
        footer div.wpcf7 form p:last-of-type input {
          width: 150px;
          background-color: #f57204;
          color: #ffffff;
          font-weight: 900;
          letter-spacing: .07rem;
          -webkit-transition: background-color .25s ease-in-out;
                  transition: background-color .25s ease-in-out; }
          footer div.wpcf7 form p:last-of-type input:hover {
            background-color: #ee89cd; }
footer div.wpcf7-mail-sent-ok {
  border: 2px solid #398f14; }
footer div.wpcf7-response-output {
  background: white;
  margin: 2em auto;
  padding: 1rem; }

.max-width, body:not(.home) #container {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }

.content-wrapper {
  height: 100%; }

body:not(.home) #container {
  padding: 3rem 0; }

#content.max-width {
  padding: 0 8vw;
  padding-bottom: 90px; }

.text-center, .more-link {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.alignleft {
  float: left;
  margin: 0 2vw;
  min-width: 100%; }
  @media screen and (min-width: 768px) {
    .alignleft {
      min-width: initial; } }

.alignright {
  float: right;
  margin: 0 2vw; }
  @media screen and (min-width: 768px) {
    .alignright {
      min-width: initial; } }

.padding-small {
  padding: 1rem 2rem; }

.padding-medium {
  padding: 1rem 4rem; }

.padding-big {
  padding: 1rem 6rem; }

.margin-small {
  margin-top: 1rem;
  margin-bottom: 1rem; }

.margin-medium, .more-link {
  margin-top: 2rem;
  margin-bottom: 2rem; }

.margin-big {
  margin-top: 4rem;
  margin-bottom: 4rem; }

.section {
  background-color: white;
  position: relative;
  z-index: 3;
  padding: 2vw 8vw; }
  .section p {
    text-align: center; }
    @media screen and (min-width: 768px) {
      .section p {
        text-align: left; } }

body:not(.home) header {
  min-height: 60px; }

.btn, .more-link {
  padding: 12px 26px;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #f57204;
  font-weight: 900;
  letter-spacing: 0.2rem;
  font-size: 1rem;
  -webkit-transition: background-color .25s ease;
          transition: background-color .25s ease;
  display: inline-block; }
  .btn:hover, .more-link:hover {
    opacity: 1;
    background-color: #ee89cd; }

.entry-content a.btn, .entry-content a.more-link {
  margin: 1rem 0; }

.social-icons {
  display: inline-block;
  margin-left: 1rem; }
  .social-icons a {
    color: #ffffff;
    font-size: 2rem;
    padding-right: .5rem; }

div.slider-wrapper {
  position: relative;
  height: 44vw;
  overflow: hidden;
  z-index: 0;
  display: none; }
  @media screen and (min-width: 768px) {
    div.slider-wrapper {
      display: block; } }
  div.slider-wrapper section.home-slide-show {
    position: absolute;
    height: 134%;
    overflow: hidden;
    width: 100%;
    margin-top: -5vh;
    top: 0; }
    div.slider-wrapper section.home-slide-show .rslides_nav {
      padding: 10px 12px; }

.slider-mobile-replacement {
  display: block;
  width: 100vw;
  height: 56vw;
  overflow: hidden;
  position: relative; }
  @media screen and (min-width: 767px) {
    .slider-mobile-replacement {
      display: none; } }
  .slider-mobile-replacement.landing section {
    background-image: url("../../images/slider-mobile-replacement-1.jpg");
    background-size: cover;
    position: absolute;
    height: 134%;
    overflow: hidden;
    width: 100%;
    background-position: center center; }
  .slider-mobile-replacement.home-1 section {
    background-image: url("../../images/slider-mobile-replacement-1.jpg");
    background-size: cover;
    position: absolute;
    height: 134%;
    overflow: hidden;
    width: 100%;
    background-position: center center; }
  .slider-mobile-replacement.home-2 section {
    background-image: url("../../images/slider-mobile-replacement-2.jpg");
    background-size: cover;
    position: absolute;
    height: 134%;
    overflow: hidden;
    width: 100%; }
  .slider-mobile-replacement.home-3 section {
    background-image: url("../../images/slider-mobile-replacement-3.jpg");
    background-size: cover;
    position: absolute;
    height: 134%;
    overflow: hidden;
    width: 100%;
    margin-top: 6vw; }

.slider-mobile-replacement, .slider-wrapper {
  display: none; }

body.home .slider-mobile-replacement, body.page-template-template-landing .slider-mobile-replacement {
  display: block; }
  @media screen and (min-width: 767px) {
    body.home .slider-mobile-replacement, body.page-template-template-landing .slider-mobile-replacement {
      display: none; } }
body.home .slider-wrapper, body.page-template-template-landing .slider-wrapper {
  display: none; }
  @media screen and (min-width: 768px) {
    body.home .slider-wrapper, body.page-template-template-landing .slider-wrapper {
      display: block; } }

.menu-menu-1-container, .menu-landing-menu-container {
  overflow: hidden;
  display: table;
  margin: 0 auto; }
  .menu-menu-1-container ul, .menu-landing-menu-container ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    @media screen and (min-width: 768px) {
      .menu-menu-1-container ul, .menu-landing-menu-container ul {
        min-width: 400px; } }
    .menu-menu-1-container ul li, .menu-landing-menu-container ul li {
      display: inline;
      line-height: 1.4;
      padding: 0 .5vw; }
      .menu-menu-1-container ul li a, .menu-landing-menu-container ul li a {
        text-transform: uppercase;
        font-weight: 900;
        letter-spacing: 0.2rem;
        padding: 1vw;
        font-size: 1rem;
        text-decoration: none;
        color: #0aa7af;
        -webkit-transition: color .25s ease;
                transition: color .25s ease; }
        @media screen and (min-width: 768px) {
          .menu-menu-1-container ul li a, .menu-landing-menu-container ul li a {
            font-size: 1.5vw;
            padding: .5vw; } }
        @media screen and (min-width: 1024px) {
          .menu-menu-1-container ul li a, .menu-landing-menu-container ul li a {
            font-size: 1rem; } }
        .menu-menu-1-container ul li a:hover, .menu-landing-menu-container ul li a:hover {
          color: #f57204; }
      @media screen and (min-width: 768px) {
        .menu-menu-1-container ul li:last-child a, .menu-landing-menu-container ul li:last-child a {
          padding-right: 0; } }
      .menu-menu-1-container ul li ul, .menu-landing-menu-container ul li ul {
        display: none; }

#lona-map {
  clear: both;
  float: right;
  min-height: 176px;
  width: 100%; }

.hours-alert {
  width: 100%;
  margin: 0 auto;
  background-color: transparent;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
  font-weight: bold; }
  @media screen and (min-width: 768px) {
    .hours-alert {
      text-align: left; } }
  .hours-alert.header {
    background-color: #ffffff;
    text-transform: uppercase;
    border-radius: 0 0 10px 10px;
    padding: 0 1.5rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    font-weight: 100;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    background-color: #ffffff;
    width: auto; }
    .hours-alert.header .inside {
      width: auto;
      border-radius: 0 0 10px 10px;
      padding: 0 1.5rem; }
  .hours-alert .inside {
    background-color: #ffffff;
    width: 100%;
    padding: 0;
    height: 40px;
    margin-bottom: -30px;
    line-height: 40px;
    margin-top: -10px; }
    @media screen and (min-width: 768px) {
      .hours-alert .inside {
        width: auto; } }
    .hours-alert .inside div {
      opacity: .7;
      display: none; }
      .hours-alert .inside div.show {
        display: block; }
    .hours-alert .inside .open {
      color: green; }
    .hours-alert .inside .closed {
      color: red; }

body.home #content {
  padding-bottom: 100px; }
body.home #sticky-header.not-home-header {
  display: none; }
body.home .rslides_nav {
  top: 43%;
  background-color: rgba(1, 198, 207, 0.6); }
@media screen and (min-width: 1280px) {
  body.home .hours-location-home {
    padding: 2vw 0;
    padding-top: 70px;
    margin-top: 0; } }
body.home .hours h2, body.home .location h2 {
  width: 100%; }
body.home .hours {
  text-align: center;
  margin-bottom: 5rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  @media screen and (min-width: 768px) {
    body.home .hours {
      text-align: left;
      margin-bottom: 0; } }
  body.home .hours > .widget {
    width: 78%;
    margin: 0 10%; }
    @media screen and (min-width: 768px) {
      body.home .hours > .widget {
        width: 100%;
        margin: 0; } }
  body.home .hours .widgettitle {
    display: none; }
  body.home .hours .op-table {
    margin-top: 2rem;
    letter-spacing: .08rem;
    width: 100%; }
    @media screen and (min-width: 768px) {
      body.home .hours .op-table {
        width: auto;
        margin-left: 0; } }
    body.home .hours .op-table th, body.home .hours .op-table td {
      padding: 5px 0 5px 0; }
      @media screen and (min-width: 768px) {
        body.home .hours .op-table th, body.home .hours .op-table td {
          padding: 5px 20px 5px 0; } }
    body.home .hours .op-table th {
      text-align: left; }
body.home .location {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center; }
  body.home .location br {
    line-height: 3; }
  body.home .location p {
    margin: 1rem auto; }
    body.home .location p span {
      font-family: 'Vibur', cursive;
      letter-spacing: 0;
      color: #ee89cd; }
  @media screen and (min-width: 768px) {
    body.home .location {
      text-align: left; }
      body.home .location br {
        line-height: 1.8; }
      body.home .location p {
        margin: 1rem 0; } }
body.home .menus-home .menus-grid a {
  margin-bottom: 1rem; }
body.home .about-home {
  padding-top: 18vw; }
  @media screen and (min-width: 768px) {
    body.home .about-home {
      padding-top: 6vw; } }
  body.home .about-home h3 {
    font-family: 'Vibur', cursive;
    letter-spacing: 0;
    font-size: 1.3rem;
    text-align: center;
    text-transform: none;
    font-weight: 100 !important;
    color: #ee89cd;
    padding: 0 1rem; }
    @media screen and (min-width: 768px) {
      body.home .about-home h3 {
        padding: 0; } }
  body.home .about-home h2 {
    text-align: center; }

body.page-id-117 #lona-map {
  margin: 26px 0; }
body.page-id-117 #content .wpcf7 {
  width: 70%;
  margin: 0 15%;
  padding: 2rem;
  background-color: #8253af; }
  body.page-id-117 #content .wpcf7 p {
    color: #ffffff;
    padding: 1% 0;
    margin-bottom: .5rem;
    font-size: 1.2rem;
    letter-spacing: .07rem; }
    body.page-id-117 #content .wpcf7 p:last-of-type {
      text-align: right; }
      body.page-id-117 #content .wpcf7 p:last-of-type input {
        letter-spacing: .07rem;
        width: 150px;
        background-color: #f57204;
        color: #ffffff;
        font-weight: 900;
        letter-spacing: .07rem;
        -webkit-transition: background-color .25s ease-in-out;
        transition: background-color .25s ease-in-out; }
        body.page-id-117 #content .wpcf7 p:last-of-type input:hover {
          background-color: #ee89cd; }
  body.page-id-117 #content .wpcf7 input, body.page-id-117 #content .wpcf7 textarea {
    width: 100%;
    padding: 13px;
    border: none;
    outline: 0;
    border-radius: 0;
    -webkit-appearance: none;
    color: #2d2d2d;
    text-transform: uppercase;
    letter-spacing: .07rem; }

body.blog #content, body.single-post #content {
  width: 80%;
  margin: 0 10%; }
  @media screen and (min-width: 768px) {
    body.blog #content, body.single-post #content {
      width: 60%;
      margin: 0 20%; } }
  body.blog #content h1, body.single-post #content h1 {
    text-align: center;
    width: 100%; }
  body.blog #content article, body.single-post #content article {
    width: 100%;
    margin: 5rem 0 2rem 0; }
    body.blog #content article:first-child, body.single-post #content article:first-child {
      margin-top: 0; }
    body.blog #content article h2, body.single-post #content article h2 {
      font-size: 2rem; }
    body.blog #content article p, body.single-post #content article p {
      margin: 1rem 0 2rem; }

body.error404 .entry-content p {
  text-align: center; }
body.error404 .entry-content form {
  width: 320px;
  margin: 0 auto; }

body.page-template-template-landing .slider-mobile-replacement.home-1 {
  overflow: visible; }
  body.page-template-template-landing .slider-mobile-replacement.home-1 section {
    height: 139%;
    overflow: visible; }
body.page-template-template-landing .rslides_nav {
  top: 43%;
  background-color: rgba(1, 198, 207, 0.6); }
body.page-template-template-landing header#header div#sticky-header {
  background-color: rgba(1, 198, 207, 0.98); }
  @media screen and (min-width: 768px) {
    body.page-template-template-landing header#header div#sticky-header {
      top: -5rem;
      position: fixed;
      height: 10rem;
      -webkit-transform: skew(0deg, -4deg);
              transform: skew(0deg, -4deg); } }
  body.page-template-template-landing header#header div#sticky-header .menu-span {
    font-family: 'Pompiere-Regular', sans-serif;
    text-transform: capitalize;
    text-align: left;
    margin: 0;
    font-size: 22px;
    padding-top: 6px;
    font-family: 'Vibur', cursive;
    color: #f57204; }
    @media screen and (min-width: 768px) {
      body.page-template-template-landing header#header div#sticky-header .menu-span {
        font-size: 1.2rem;
        font-family: 'Pompiere-Regular', sans-serif;
        text-transform: uppercase;
        color: #2d2d2d;
        position: relative;
        top: -29%;
        flex-shink: 0;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        padding-top: 0;
        min-width: 100px; } }
  body.page-template-template-landing header#header div#sticky-header .menu-landing-menu-container {
    margin: 0; }
  @media screen and (min-width: 768px) {
    body.page-template-template-landing header#header div#sticky-header .content-wrapper div#sticky-nav-wrapper {
      height: 50%;
      bottom: 0;
      position: absolute;
      text-align: left; } }
  body.page-template-template-landing header#header div#sticky-header .content-wrapper div#sticky-nav-wrapper nav.menu ul li a {
    color: white; }
  body.page-template-template-landing header#header div#sticky-header .content-wrapper div#sticky-nav-wrapper .title-wrapper {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%; }
    @media screen and (min-width: 768px) {
      body.page-template-template-landing header#header div#sticky-header .content-wrapper div#sticky-nav-wrapper .title-wrapper {
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
            -ms-flex-align: end;
                align-items: flex-end;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        padding-left: 19px;
        max-width: 420px; } }
  body.page-template-template-landing header#header div#sticky-header .content-wrapper div#sticky-nav-wrapper a.sticky-nav-title {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
    body.page-template-template-landing header#header div#sticky-header .content-wrapper div#sticky-nav-wrapper a.sticky-nav-title svg {
      width: 35px; }
      body.page-template-template-landing header#header div#sticky-header .content-wrapper div#sticky-nav-wrapper a.sticky-nav-title svg path {
        fill: #fff; }
  body.page-template-template-landing header#header div#sticky-header .content-wrapper div#sticky-nav-wrapper .site-title {
    line-height: 1.5rem; }
    @media screen and (min-width: 768px) {
      body.page-template-template-landing header#header div#sticky-header .content-wrapper div#sticky-nav-wrapper .site-title {
        font-size: 33px !important; } }
    @media screen and (min-width: 1024px) {
      body.page-template-template-landing header#header div#sticky-header .content-wrapper div#sticky-nav-wrapper .site-title {
        font-size: 2.5rem; } }
  body.page-template-template-landing header#header div#sticky-header .content-wrapper div#sticky-nav-wrapper a#menu-hamburger {
    display: none; }
  body.page-template-template-landing header#header div#sticky-header .content-wrapper div#sticky-nav-wrapper .menu {
    display: none; }
    @media screen and (min-width: 768px) {
      body.page-template-template-landing header#header div#sticky-header .content-wrapper div#sticky-nav-wrapper .menu {
        display: block; } }
body.page-template-template-landing #container {
  padding: 7rem 0 0; }
  @media screen and (min-width: 768px) {
    body.page-template-template-landing #container {
      padding: 3rem 0; } }
  body.page-template-template-landing #container .entry-content {
    font-size: 130%;
    width: 100%;
    padding: 0 20px; }
    body.page-template-template-landing #container .entry-content h1, body.page-template-template-landing #container .entry-content h2, body.page-template-template-landing #container .entry-content h3, body.page-template-template-landing #container .entry-content h4 {
      text-align: center; }
      @media screen and (min-width: 768px) {
        body.page-template-template-landing #container .entry-content h1, body.page-template-template-landing #container .entry-content h2, body.page-template-template-landing #container .entry-content h3, body.page-template-template-landing #container .entry-content h4 {
          text-align: left; } }
    body.page-template-template-landing #container .entry-content div.form-phone-btn {
      position: absolute;
      right: 0;
      top: -17px;
      z-index: 1;
      width: 100%;
      text-align: center; }
      @media screen and (min-width: 768px) {
        body.page-template-template-landing #container .entry-content div.form-phone-btn {
          position: fixed;
          right: 10%;
          top: 150px;
          width: auto;
          z-index: 101; } }
      @media screen and (min-width: 1024px) {
        body.page-template-template-landing #container .entry-content div.form-phone-btn {
          top: 130px; } }
      @media screen and (min-width: 1025px) {
        body.page-template-template-landing #container .entry-content div.form-phone-btn {
          top: 8%; } }
    body.page-template-template-landing #container .entry-content blockquote {
      text-align: center;
      font-size: 143%;
      margin: 0 14%; }
      body.page-template-template-landing #container .entry-content blockquote p {
        display: inline; }
    @media screen and (min-width: 768px) {
      body.page-template-template-landing #container .entry-content {
        width: calc(90% - 318px);
        padding: 0 0 0 40px; } }
    @media screen and (min-width: 1280px) {
      body.page-template-template-landing #container .entry-content {
        width: 68%; } }
    @media screen and (min-width: 768px) {
      body.page-template-template-landing #container .entry-content > *:not(.wpcf7) {
        -webkit-transform: skew(0deg, -4deg);
                transform: skew(0deg, -4deg); } }
    body.page-template-template-landing #container .entry-content div.wpcf7 {
      box-shadow: 0 0 0px 11px rgba(1, 198, 207, 0.6);
      background-color: white;
      padding: 5px 20px;
      z-index: 100;
      margin-top: -5rem;
      margin-bottom: 3rem; }
      @media screen and (min-width: 768px) {
        body.page-template-template-landing #container .entry-content div.wpcf7 {
          margin-top: 0;
          margin-bottom: 0;
          box-shadow: 3px 5px 0px 11px rgba(1, 198, 207, 0.6);
          -webkit-transform: skew(0deg, -4deg);
                  transform: skew(0deg, -4deg);
          position: fixed;
          right: 30px;
          top: 200px;
          max-width: 40%; } }
      @media screen and (min-width: 1024px) {
        body.page-template-template-landing #container .entry-content div.wpcf7 {
          right: 5%;
          top: 180px;
          max-width: 30%; } }
      @media screen and (min-width: 1025px) {
        body.page-template-template-landing #container .entry-content div.wpcf7 {
          top: 15%; } }
      body.page-template-template-landing #container .entry-content div.wpcf7 p {
        margin: 1rem 0; }
        body.page-template-template-landing #container .entry-content div.wpcf7 p label {
          color: #f57204;
          font-weight: 900; }
          body.page-template-template-landing #container .entry-content div.wpcf7 p label * {
            color: initial;
            font-weight: initial; }
          body.page-template-template-landing #container .entry-content div.wpcf7 p label .wpcf7-not-valid-tip {
            color: #f00; }
        body.page-template-template-landing #container .entry-content div.wpcf7 p input, body.page-template-template-landing #container .entry-content div.wpcf7 p textarea {
          padding: 3px 10px;
          box-sizing: border-box;
          max-width: 100%;
          border: 1px solid #e4e4e4; }
        body.page-template-template-landing #container .entry-content div.wpcf7 p input[type="submit"] {
          background-color: #f57204;
          color: #ffffff;
          font-weight: 900;
          text-transform: uppercase;
          border: none;
          -webkit-transform: scale(1);
                  transform: scale(1);
          -webkit-transform-origin: 0 50%;
                  transform-origin: 0 50%;
          -webkit-transition: -webkit-transform .25s ease, background-color .25s ease;
                  transition: transform .25s ease, background-color .25s ease;
          padding: 10px 30px; }
          body.page-template-template-landing #container .entry-content div.wpcf7 p input[type="submit"]:hover {
            background-color: #ee89cd;
            -webkit-transform: scale(1.2);
                    transform: scale(1.2); }
        body.page-template-template-landing #container .entry-content div.wpcf7 p:last-of-type:after {
          display: none;
          content: url("/wp-content/themes/lonas/images/svg/arrow.svg");
          width: 19%;
          height: auto;
          margin-left: .2rem;
          vertical-align: middle;
          -webkit-animation: bounce-left 1.5s ease-out infinite running;
                  animation: bounce-left 1.5s ease-out infinite running; }
          @media screen and (min-width: 1025px) {
            body.page-template-template-landing #container .entry-content div.wpcf7 p:last-of-type:after {
              display: inline-block; } }
    body.page-template-template-landing #container .entry-content .wpcf7-form-control-wrap {
      position: static; }
    body.page-template-template-landing #container .entry-content section {
      border-top: 1px solid rgba(245, 114, 4, 0.3);
      padding: 2rem 0 0;
      margin-top: 2rem; }
      body.page-template-template-landing #container .entry-content section:last-of-type {
        margin-bottom: 4rem; }
@media screen and (min-width: 768px) {
  body.page-template-template-landing div.slider-wrapper {
    -webkit-transform: skew(0deg, -4deg);
            transform: skew(0deg, -4deg);
    margin-top: -1.5rem; } }
@media screen and (min-width: 1024px) {
  body.page-template-template-landing div.slider-wrapper {
    margin-top: -2rem; } }
@media screen and (min-width: 1025px) {
  body.page-template-template-landing div.slider-wrapper {
    margin-top: -5rem; } }
@media screen and (min-width: 768px) {
  body.page-template-template-landing div.slider-wrapper img {
    -webkit-transform: skew(0deg, 4deg);
            transform: skew(0deg, 4deg); } }
body.page-template-template-landing footer {
  background-color: rgba(1, 198, 207, 0.95);
  bottom: -285px; }
  @media screen and (min-width: 768px) {
    body.page-template-template-landing footer {
      -webkit-transform: skew(0deg, -4deg);
              transform: skew(0deg, -4deg);
      bottom: -5rem;
      padding-bottom: 6rem; } }
  body.page-template-template-landing footer #top-row {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
    padding-right: 5%; }
    @media screen and (min-width: 1025px) {
      body.page-template-template-landing footer #top-row {
        padding-right: 0; } }
  body.page-template-template-landing footer #bottom-row {
    display: none; }
  body.page-template-template-landing footer .sign-up-button {
    display: none; }
  body.page-template-template-landing footer .content-wrapper #bottom-row {
    padding: 0 2vw 6vw; }
    body.page-template-template-landing footer .content-wrapper #bottom-row:before {
      height: 2rem; }
  body.page-template-template-landing footer.main.open {
    position: fixed;
    bottom: -100px; }
  body.page-template-template-landing footer a.address {
    text-align: center; }
  @media screen and (min-width: 768px) {
    body.page-template-template-landing footer a.address {
      text-align: left; } }
  @media screen and (min-width: 1025px) {
    body.page-template-template-landing footer a.address {
      display: inline; } }
body.page-template-template-landing footer.main .content-wrapper #bottom-row:before {
  margin-left: 49%; }
