@charset "UTF-8";
/*!
	Theme Name: Silo Restaurant
	Author: Neptik
	Version: 1.0
	Author URI: http://www.neptik.com
	Theme URI: http://www.neptik.com/silorestaurant
	Tags: 
	Description: Another great obile first responsive theme
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500);
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * 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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after 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;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * 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.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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;
}

/**
 * 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 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

/**
 * @license
 * MyFonts Webfont Build ID 3069307, 2015-08-03T05:36:49-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Novecentosanswide-Bold by Synthview
 * URL: http://www.myfonts.com/fonts/synthview/novecento/wide-bold/
 * Copyright: Copyright &#x00A9; 2013 by Jan Tonellato. All rights reserved.
 * Licensed pageviews: Unlimited
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3069307
 * 
 * © 2015 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: 'Novecentosanswide-Bold';
  src: url("fonts/2ED57B_0_0.eot");
  src: url("fonts/2ED57B_0_0.eot?#iefix") format("embedded-opentype"), url("fonts/2ED57B_0_0.woff2") format("woff2"), url("fonts/2ED57B_0_0.woff") format("woff"), url("fonts/2ED57B_0_0.ttf") format("truetype");
}
body {
  background: #2d2d2d;
  color: #FFFFFF;
  text-rendering: optimizeLegibility;
  font-smooth: always;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 55em) {
  body {
    padding-top: 100px;
  }
}

body.custom-background {
  background-position: center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

a {
  color: #FFFFFF;
  text-decoration: none;
  cursor: pointer;
}
a:focus {
  outline: 0;
}
a:hover {
  color: #b3b3b3;
}

h1 a {
  color: #FFFFFF;
}

img {
  max-width: 100%;
  height: auto;
}

a img {
  border: 0;
}

input, textarea {
  border: 2px solid #FFFFFF;
  background: #252525;
  padding: 0.3em 0.4em;
  box-shadow: none;
}

.site {
  overflow: hidden;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

.transition-fast, a, .news--block a img {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.transition-slow, input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea,
select[multiple=multiple] {
  -webkit-transition: all 1.5s ease-in-out;
  -moz-transition: all 1.5s ease-in-out;
  -o-transition: all 1.5s ease-in-out;
  transition: all 1.5s ease-in-out;
}

.center {
  text-align: center;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
/**Had to remove hidden as it wasn't working properly. This is a quick fix**/
.hidden {
  opacity: 1;
}

.visible {
  opacity: 1;
}

/******************************************************************************\
	Settings
\******************************************************************************/
html {
  font-size: 14px;
}
@media screen and (min-width: 481px) {
  html {
    font-size: 15px;
  }
}

/******************************************************************************\
	Font calculation mixins
\******************************************************************************/
/******************************************************************************\
	Standard font styling
\******************************************************************************/
body {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.6;
  font-weight: 400;
}

em, i {
  font-style: italic;
  line-height: inherit;
}

strong, b {
  font-weight: bold;
  line-height: inherit;
}

address {
  font-style: normal;
}

p,
ul,
ol {
  margin-top: 0rem;
  margin-bottom: 1.6rem;
}

blockquote {
  border-left: 3px solid #FFFFFF;
  padding-left: 1em;
  margin: 1em 0.5em;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
.story-intro p,
h4,
h5,
h6 {
  font-family: "Novecentosanswide-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.2;
  font-weight: normal;
}
@media screen and (min-width: 769px) {
  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3,
  .story-intro p,
  h4,
  h5,
  h6 {
    word-wrap: normal;
  }
}

h1, h2 {
  letter-spacing: 0.18em;
}

h2 + h3 {
  margin-top: 0.8rem;
}

h1:before {
  font-family: FontAwesome;
  display: inline-block;
  content: "\f068";
  padding-right: 0.75em;
  vertical-align: middle;
  color: #c0c0c0;
  font-size: 0.8em;
}
h1:after {
  font-family: FontAwesome;
  display: inline-block;
  content: "\f068";
  padding-left: 0.75em;
  vertical-align: middle;
  color: #c0c0c0;
  font-size: 0.8em;
}

h1,
.h1 {
  font-size: 16.8px;
  font-size: 1.2rem;
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
  -webkit-animation: scale 1s ease-in;
  -moz-animation: scale 1s ease-in;
  animation: scale 1s ease-in;
  text-transform: uppercase;
}
@media screen and (min-width: 481px) {
  h1,
  .h1 {
    font-size: 18.2px;
    font-size: 1.3rem;
  }
}

h2,
.h2 {
  font-size: 15.4px;
  font-size: 1.1rem;
  margin-top: 3.2rem;
  margin-bottom: 0rem;
  -webkit-animation: scale 1s ease-in;
  -moz-animation: scale 1s ease-in;
  animation: scale 1s ease-in;
  text-transform: uppercase;
}
@media screen and (min-width: 481px) {
  h2,
  .h2 {
    font-size: 16.8px;
    font-size: 1.2rem;
  }
}
h2:first-of-type,
.h2:first-of-type {
  margin-top: 0;
}

h3,
.h3,
.story-intro p {
  font-size: 15.4px;
  font-size: 1.1rem;
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
  color: #c0c0c0;
  font-weight: 500;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 481px) {
  h3,
  .h3,
  .story-intro p {
    font-size: 15.4px;
    font-size: 1.1rem;
  }
}

h4,
h5,
h6 {
  font-size: 14px;
  font-size: 1rem;
  margin-top: 2.4rem;
  margin-bottom: 0.8rem;
  font-weight: 400;
}

h2,
h3 {
  page-break-after: avoid;
}

p,
h2,
h3 {
  orphans: 3;
  widows: 3;
}

p ~ h1 {
  margin-top: 3.2rem;
}

/*
<div class="search-bar">
  <form role="search">
    <input type="search" placeholder="Enter Search">
    <button type="submit">
      <img src="https://raw.githubusercontent.com/thoughtbot/refills/master/source/images/search-icon-black.png" alt="Search Icon">
    </button>
  </form>
</div>
*/
.search-bar {
  width: 100%;
}
.search-bar form {
  position: relative;
}
.search-bar input {
  box-sizing: border-box;
  display: block;
  margin: 0;
  position: relative;
  width: 100%;
}
.search-bar button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 5px 10px;
}
.search-bar img {
  height: 12px;
  opacity: 0.7;
}

button, input[type="button"], input[type="reset"], input[type="submit"],
.btn {
  appearance: none;
  background-color: transparent;
  border: 2px solid #FFFFFF;
  border-radius: 0px;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: "Novecentosanswide-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-decoration: none;
  transition: opacity 150ms ease;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  opacity: 0.6;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  margin-bottom: 1em;
}
@media screen and (min-width: 481px) {
  button, input[type="button"], input[type="reset"], input[type="submit"],
  .btn {
    margin-bottom: 0;
  }
}
button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus,
.btn:hover,
.btn:focus {
  outline: 0;
  opacity: 1;
  color: #FFFFFF;
}
button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled,
.btn:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
button:disabled:hover, input[type="button"]:disabled:hover, input[type="reset"]:disabled:hover, input[type="submit"]:disabled:hover,
.btn:disabled:hover {
  background-color: #FFFFFF;
}

fieldset {
  background-color: #c0c0c0;
  border: 1px solid #ddd;
  margin: 0 0 0.75em;
  padding: 1.5em;
}

input,
label,
select {
  display: block;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
}

label {
  font-weight: 600;
  margin-bottom: 0.375em;
}
label.required::after {
  content: "*";
}
label abbr {
  display: none;
}

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea,
select[multiple=multiple] {
  background-color: #c0c0c0;
  border: 0;
  border-radius: 0px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: background-color 150ms ease;
  width: 100%;
}
input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, textarea:hover,
select[multiple=multiple]:hover {
  background-color: #999999;
}
input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, textarea:focus,
select[multiple=multiple]:focus {
  border-color: #FFFFFF;
  box-shadow: 0;
  outline: none;
}
input[type="color"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="email"]:disabled, input[type="month"]:disabled, input[type="number"]:disabled, input[type="password"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="text"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="week"]:disabled, textarea:disabled,
select[multiple=multiple]:disabled {
  background-color: #2a2a2a;
  cursor: not-allowed;
}
input[type="color"]:disabled:hover, input[type="date"]:disabled:hover, input[type="datetime"]:disabled:hover, input[type="datetime-local"]:disabled:hover, input[type="email"]:disabled:hover, input[type="month"]:disabled:hover, input[type="number"]:disabled:hover, input[type="password"]:disabled:hover, input[type="search"]:disabled:hover, input[type="tel"]:disabled:hover, input[type="text"]:disabled:hover, input[type="time"]:disabled:hover, input[type="url"]:disabled:hover, input[type="week"]:disabled:hover, textarea:disabled:hover,
select[multiple=multiple]:disabled:hover {
  border: 1px solid #ddd;
}

::-webkit-input-placeholder {
  color: #252525;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #252525;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #252525;
}

:-ms-input-placeholder {
  color: #252525;
}

textarea {
  resize: vertical;
}

input[type="search"] {
  appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.375em;
}

input[type="file"] {
  margin-bottom: 0.75em;
  width: 100%;
}

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto;
}

table {
  border-collapse: collapse;
  font-feature-settings: "kern", "liga", "tnum";
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%;
}

th {
  border-bottom: 1px solid #a5a5a5;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left;
}

td {
  border-bottom: 1px solid #ddd;
  padding: 0.75em 0;
}

tr,
td,
th {
  vertical-align: middle;
}

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
dl {
  margin-bottom: 0.75em;
}
dl dt {
  font-weight: bold;
  margin-top: 0.75em;
}
dl dd {
  margin: 0;
}

.container_boxed, .post-aside {
  padding-left: 1em;
  padding-right: 1em;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
}
.container_boxed::after, .post-aside::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (min-width: 481px) {
  .container_boxed, .post-aside {
    padding-left: 1em;
    padding-right: 1em;
  }
}

.container_boxed--narrow {
  padding-left: 1em;
  padding-right: 1em;
}
@media screen and (min-width: 481px) {
  .container_boxed--narrow {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  .container_boxed--narrow {
    width: 80%;
    margin: 0 auto;
  }
}

.container__12col .container__inner {
  float: left;
  display: block;
  margin-right: 1.02489%;
  width: 7.39385%;
}
.container__12col .container__inner:last-child {
  margin-right: 0;
}

.container__6col .container__inner {
  float: left;
  display: block;
  margin-right: 1.02489%;
  width: 100%;
}
.container__6col .container__inner:last-child {
  margin-right: 0;
}

.container__4col .container__inner {
  float: left;
  display: block;
  margin-right: 1.02489%;
  width: 100%;
}
.container__4col .container__inner:last-child {
  margin-right: 0;
}
@media screen and (min-width: 481px) {
  .container__4col .container__inner {
    float: left;
    display: block;
    margin-right: 1.02489%;
    width: 49.48755%;
  }
  .container__4col .container__inner:last-child {
    margin-right: 0;
  }
  .container__4col .container__inner:nth-child(2n) {
    margin-right: 0;
  }
  .container__4col .container__inner:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (min-width: 769px) {
  .container__4col .container__inner {
    float: left;
    display: block;
    margin-right: 1.02489%;
    width: 24.23133%;
  }
  .container__4col .container__inner:last-child {
    margin-right: 0;
  }
  .container__4col .container__inner:nth-child(2n) {
    margin-right: 1.02489%;
  }
  .container__4col .container__inner:nth-child(2n+1) {
    clear: none;
  }
  .container__4col .container__inner:nth-child(4n) {
    margin-right: 0;
  }
  .container__4col .container__inner:nth-child(4n+1) {
    clear: left;
  }
}

.container__3col .container__inner {
  float: left;
  display: block;
  margin-right: 1.02489%;
  width: 100%;
}
.container__3col .container__inner:last-child {
  margin-right: 0;
}
@media screen and (min-width: 769px) {
  .container__3col .container__inner {
    float: left;
    display: block;
    margin-right: 1.02489%;
    width: 32.65007%;
  }
  .container__3col .container__inner:last-child {
    margin-right: 0;
  }
}

.container__2col .container__inner {
  float: left;
  display: block;
  margin-right: 1.02489%;
  width: 100%;
}
.container__2col .container__inner:last-child {
  margin-right: 0;
}
@media screen and (min-width: 769px) {
  .container__2col .container__inner {
    float: left;
    display: block;
    margin-right: 1.02489%;
    width: 49.48755%;
  }
  .container__2col .container__inner:last-child {
    margin-right: 0;
  }
}

.container__1col .container__inner {
  float: left;
  display: block;
  margin-right: 1.02489%;
  width: 100%;
}
.container__1col .container__inner:last-child {
  margin-right: 0;
}

.col__1 {
  float: left;
  display: block;
  margin-right: 1.02489%;
  width: 100%;
}
.col__1:last-child {
  margin-right: 0;
}
@media screen and (min-width: 481px) {
  .col__1 {
    float: left;
    display: block;
    margin-right: 1.02489%;
    width: 7.39385%;
  }
  .col__1:last-child {
    margin-right: 0;
  }
}

.col__2 {
  float: left;
  display: block;
  margin-right: 1.02489%;
  width: 100%;
}
.col__2:last-child {
  margin-right: 0;
}
@media screen and (min-width: 481px) {
  .col__2 {
    float: left;
    display: block;
    margin-right: 1.02489%;
    width: 49.48755%;
  }
  .col__2:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 769px) {
  .col__2 {
    float: left;
    display: block;
    margin-right: 1.02489%;
    width: 15.81259%;
  }
  .col__2:last-child {
    margin-right: 0;
  }
}

.col__3 {
  float: left;
  display: block;
  margin-right: 1.02489%;
  width: 100%;
}
.col__3:last-child {
  margin-right: 0;
}
@media screen and (min-width: 769px) {
  .col__3 {
    float: left;
    display: block;
    margin-right: 1.02489%;
    width: 24.23133%;
  }
  .col__3:last-child {
    margin-right: 0;
  }
}

.col__4 {
  float: left;
  display: block;
  margin-right: 1.02489%;
  width: 100%;
}
.col__4:last-child {
  margin-right: 0;
}
@media screen and (min-width: 481px) {
  .col__4 {
    float: left;
    display: block;
    margin-right: 1.02489%;
    width: 32.65007%;
  }
  .col__4:last-child {
    margin-right: 0;
  }
}

.col__5 {
  float: left;
  display: block;
  margin-right: 1.02489%;
  width: 100%;
}
.col__5:last-child {
  margin-right: 0;
}
@media screen and (min-width: 481px) {
  .col__5 {
    float: left;
    display: block;
    margin-right: 1.02489%;
    width: 41.06881%;
  }
  .col__5:last-child {
    margin-right: 0;
  }
}

.col__6 {
  float: left;
  display: block;
  margin-right: 1.02489%;
  width: 100%;
}
.col__6:last-child {
  margin-right: 0;
}
@media screen and (min-width: 481px) {
  .col__6 {
    float: left;
    display: block;
    margin-right: 1.02489%;
    width: 49.48755%;
  }
  .col__6:last-child {
    margin-right: 0;
  }
}

.col__7 {
  float: left;
  display: block;
  margin-right: 1.02489%;
  width: 100%;
}
.col__7:last-child {
  margin-right: 0;
}
@media screen and (min-width: 481px) {
  .col__7 {
    float: left;
    display: block;
    margin-right: 1.02489%;
    width: 57.9063%;
  }
  .col__7:last-child {
    margin-right: 0;
  }
}

.col__8 {
  float: left;
  display: block;
  margin-right: 1.02489%;
  width: 100%;
}
.col__8:last-child {
  margin-right: 0;
}
@media screen and (min-width: 481px) {
  .col__8 {
    float: left;
    display: block;
    margin-right: 1.02489%;
    width: 66.32504%;
  }
  .col__8:last-child {
    margin-right: 0;
  }
}

.col__9 {
  float: left;
  display: block;
  margin-right: 1.02489%;
  width: 100%;
}
.col__9:last-child {
  margin-right: 0;
}
@media screen and (min-width: 769px) {
  .col__9 {
    float: left;
    display: block;
    margin-right: 1.02489%;
    width: 74.74378%;
  }
  .col__9:last-child {
    margin-right: 0;
  }
}

.col__10 {
  float: left;
  display: block;
  margin-right: 1.02489%;
  width: 100%;
}
.col__10:last-child {
  margin-right: 0;
}
@media screen and (min-width: 481px) {
  .col__10 {
    float: left;
    display: block;
    margin-right: 1.02489%;
    width: 49.48755%;
  }
  .col__10:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 769px) {
  .col__10 {
    float: left;
    display: block;
    margin-right: 1.02489%;
    width: 83.16252%;
  }
  .col__10:last-child {
    margin-right: 0;
  }
}

.col__11 {
  float: left;
  display: block;
  margin-right: 1.02489%;
  width: 100%;
}
.col__11:last-child {
  margin-right: 0;
}
@media screen and (min-width: 481px) {
  .col__11 {
    float: left;
    display: block;
    margin-right: 1.02489%;
    width: 91.58126%;
  }
  .col__11:last-child {
    margin-right: 0;
  }
}

.col__12 {
  float: left;
  display: block;
  margin-right: 1.02489%;
  width: 100%;
}
.col__12:last-child {
  margin-right: 0;
}
@media screen and (min-width: 481px) {
  .col__12 {
    float: left;
    display: block;
    margin-right: 1.02489%;
    width: 100%;
  }
  .col__12:last-child {
    margin-right: 0;
  }
}

.container_full .container__inner:last-of-type {
  margin-right: 0;
}

.container_full {
  display: block;
}
.container_full::after {
  clear: both;
  content: "";
  display: table;
}

.container__inner:last-of-type {
  margin-right: 0;
}

.band {
  padding-top: 2em;
  padding-bottom: 2em;
}
@media screen and (min-width: 769px) {
  .band {
    padding-top: 3em;
    padding-bottom: 3em;
  }
}

.band + .band {
  padding-top: 0px;
}

.grid-items__container {
  float: left;
  display: block;
  margin-right: 1.02489%;
  width: 32.65007%;
}
.grid-items__container:last-child {
  margin-right: 0;
}

.grid-items::after {
  clear: both;
  content: "";
  display: table;
}
.grid-items .grid-item {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: white;
  border-bottom: 9px solid #2d2d2d;
  border-left: 4.5px solid #2d2d2d;
  border-right: 4.5px solid #2d2d2d;
  border-top: 0;
  cursor: pointer;
  float: left;
  height: 14em;
  overflow: hidden;
  outline: none;
  padding: 2em;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
@media screen and (min-width: 53.75em) {
  .grid-items .grid-item {
    width: 33.33333%;
  }
}
.grid-items .grid-item img {
  display: block;
  height: 3em;
  margin-bottom: 1em;
  margin: auto;
}
.grid-items .grid-item h1 {
  color: white;
  font-size: 1.3em;
  margin-bottom: 0.4em;
}
.grid-items .grid-item p {
  line-height: 1.5em;
  margin: auto;
  color: rgba(255, 255, 255, 0.7);
}
@media screen and (min-width: 40em) {
  .grid-items .grid-item p {
    max-width: 70%;
  }
}
@media screen and (min-width: 53.75em) {
  .grid-items .grid-item-big {
    width: 66.66667%;
  }
}
@media screen and (min-width: 40em) {
  .grid-items .grid-item-big p {
    max-width: 60%;
  }
}
.grid-items .grid-item-image {
  background: url("https://raw.githubusercontent.com/thoughtbot/refills/master/source/images/mountains.png");
  background-color: white;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

.sticky {
  background: none;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  float: none;
}

.post-links {
  margin: 1em auto;
  max-width: 900px;
}
.post-links::after {
  clear: both;
  content: "";
  display: table;
}
.post-links a {
  float: right;
}
.post-links a:first-child {
  float: left;
}

.linked-page-nav {
  margin-top: 1em;
}

.widget {
  float: left;
  display: block;
  margin-right: 1.02489%;
  width: 100%;
  padding: 1em;
  position: relative;
}
.widget:last-child {
  margin-right: 0;
}
.widget h2 {
  font-size: 15.4px;
  font-size: 1.1rem;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0.5em;
}
.widget ul {
  padding-left: 0;
}
.widget p {
  text-align: justify;
}
@media screen and (min-width: 1025px) {
  .widget {
    float: left;
    display: block;
    margin-right: 1.02489%;
    width: 24.23133%;
    padding: 2em 1.8em;
  }
  .widget:last-child {
    margin-right: 0;
  }
}

.widget:nth-child(4n) {
  margin-right: 0;
}

.widget:nth-child(4n+1) {
  clear: left;
}

.widget_search label {
  display: block;
  padding: 0.2em 0;
}
.widget_search input {
  width: 100%;
}

#searchsubmit, #submit {
  margin-top: 0.2em;
  box-shadow: none;
}

.comments {
  display: block;
  font-size: 12.6px;
  font-size: 0.9rem;
  padding: 1em;
  margin-bottom: 3em;
}
.comments::after {
  clear: both;
  content: "";
  display: table;
}
.comments ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.comment-body {
  margin-bottom: 1.5em;
}

.children .comment-body {
  padding-left: 2em;
}

.comment-author {
  text-align: center;
  padding: 0.6em 0;
  position: relative;
}
.comment-author img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: auto;
}

.byuser .comment-author a {
  text-decoration: underline;
}

.comment-meta {
  text-align: center;
  margin-top: 0.2em;
  margin-bottom: 0.8em;
}

.comments-title {
  font-size: 15.4px;
  font-size: 1.1rem;
  text-align: center;
  margin-top: 0;
}

.site-header {
  position: relative;
  display: block;
  background-color: #252525;
  transition: top 0.2s ease-in-out;
  width: 100%;
  z-index: 1000;
}
.site-header::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (min-width: 55em) {
  .site-header {
    height: 100px;
    position: fixed;
    top: 0;
  }
}
.site-header .site-logo {
  width: 70px;
  position: absolute;
  float: left;
}
@media screen and (min-width: 55em) {
  .site-header .site-logo {
    width: 100px;
  }
  .site-header .site-logo img {
    width: 100%;
  }
}

.custom-header {
  position: absolute;
  top: 0;
}

.logo {
  position: relative;
  z-index: 2;
}
.logo .blog-name {
  margin-bottom: 0.2em;
  text-align: center;
}
.logo .blog-description {
  margin-bottom: 1.5em;
  text-align: center;
  font-style: italic;
}

.main-menu {
  padding-top: 20px;
}
.main-menu .menu-item a {
  white-space: nowrap;
}

/* HTML Markup
<header class="navigation" role="banner">
  <div class="navigation-wrapper">
    <a href="javascript:void(0)" class="logo">
      <img src="https://raw.githubusercontent.com/thoughtbot/refills/master/source/images/placeholder_logo_1_dark.png" alt="Logo Image">
    </a>
    <a href="javascript:void(0)" class="navigation-menu-button" id="js-mobile-menu">Menu</a>
    <nav role="navigation">
      <ul id="js-navigation-menu" class="navigation-menu show">
        <li class="nav-link"><a href="javascript:void(0)">About Us</a></li>
        <li class="nav-link"><a href="javascript:void(0)">Contact</a></li>
        <li class="nav-link"><a href="javascript:void(0)">Testimonials</a></li>
        <li class="nav-link"><a href="javascript:void(0)">Sign up</a></li>
      </ul>
    </nav>
  </div>
</header>
*/
.site-logo {
  padding: 1em;
}

@media screen and (min-width: 55em) {
  .nav-up {
    top: -100px;
  }
}

.navigation .navigation-menu-button {
  display: block;
  float: right;
  margin: 0;
  padding: 1em;
  line-height: 40px;
}
@media screen and (min-width: 55em) {
  .navigation .navigation-menu-button {
    display: none;
  }
}
.navigation .navigation-wrapper {
  position: relative;
  padding: 0 1em;
  width: 100%;
  min-width: 100%;
}
.navigation .navigation-wrapper::after {
  clear: both;
  content: "";
  display: table;
}
.navigation .logo {
  float: left;
}
.navigation .logo img {
  max-height: 2em;
  padding-right: 1em;
}
.navigation nav {
  float: none;
}
@media screen and (min-width: 55em) {
  .navigation nav {
    float: left;
    line-height: 1.5em;
    padding-top: 0.3em;
    text-align: center;
    width: 100%;
  }
}
.navigation ul.navigation-menu {
  clear: both;
  display: none;
  margin: 0 auto;
  overflow: visible;
  padding: 1em 1em 2em 1em;
  width: 100%;
  font-family: "Novecentosanswide-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}
@media screen and (min-width: 55em) {
  .navigation ul.navigation-menu {
    line-height: 100px;
    display: block;
    margin: 0;
    padding: 0;
  }
}
.navigation ul.navigation-menu.show {
  display: block;
}
.navigation ul.navigation-menu .current-menu-item a {
  color: #FFFFFF;
}
.navigation ul.navigation-menu .current-menu-item a:after {
  content: "";
  display: block;
  height: 2px;
  width: 0;
  background-color: #FFFFFF;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.navigation ul.navigation-menu .current-menu-item a:hover {
  color: #cccccc;
}
.navigation ul li.nav-link {
  display: block;
  text-align: right;
  width: 100%;
  line-height: 2.5em;
  border-bottom: 1px solid #424242;
}
@media screen and (min-width: 55em) {
  .navigation ul li.nav-link {
    background: transparent;
    display: inline;
    text-decoration: none;
    width: auto;
    line-height: auto;
    border-bottom: 0;
  }
}
.navigation li.nav-link a {
  display: inline-block;
  color: #c0c0c0;
}
.navigation li.nav-link a:after {
  content: "";
  display: block;
  height: 2px;
  width: 0;
  background-color: #FFFFFF;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.navigation li.nav-link a:hover {
  color: #FFFFFF;
}
.navigation li.nav-link a:hover:after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background-color: #FFFFFF;
}
@media screen and (min-width: 55em) {
  .navigation li.nav-link a {
    padding-right: 1em;
  }
}
.navigation li.more.nav-link {
  padding-right: 0;
}
@media screen and (min-width: 55em) {
  .navigation li.more.nav-link {
    padding-right: 1em;
  }
}
@media screen and (min-width: 55em) {
  .navigation li.more.nav-link > ul > li:first-child a {
    padding-top: 1em;
  }
}
.navigation li.more.nav-link > a {
  padding-right: 0.6em;
}
.navigation li.more.nav-link > a:before {
  position: absolute;
  top: -2px;
  right: -0.4em;
  bottom: auto;
  left: auto;
  content: '+';
}
.navigation li.more {
  overflow: visible;
  padding-right: 0;
}
.navigation li.more a {
  padding-right: 0.8em;
}
.navigation li.more > a {
  padding-right: 1.6em;
  position: relative;
}
@media screen and (min-width: 55em) {
  .navigation li.more > a {
    margin-right: 1em;
  }
}
.navigation li.more > a:before {
  content: '+';
  font-size: 1.2em;
  position: absolute;
  right: 0.5em;
}
.navigation li.more:focus > .sub-menu, .navigation li.more:hover > .sub-menu {
  display: block;
  background-color: #252525;
  z-index: 1000;
}
@media screen and (min-width: 55em) {
  .navigation li.more {
    padding-right: 0.8em;
    position: relative;
  }
}
.navigation ul.sub-menu {
  display: none;
  padding-left: 0;
}
@media screen and (min-width: 55em) {
  .navigation ul.sub-menu {
    left: -1em;
    position: absolute;
    top: 1.5em;
  }
}
@media screen and (min-width: 55em) {
  .navigation ul.sub-menu .sub-menu {
    left: 11.8em;
    top: 0;
  }
}
.navigation ul.sub-menu li {
  display: block;
  padding-right: 0;
}
@media screen and (min-width: 55em) {
  .navigation ul.sub-menu li {
    line-height: 2em;
    border-bottom: 1px solid #424242;
  }
  .navigation ul.sub-menu li:first-child > a {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
  .navigation ul.sub-menu li:last-child > a {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    padding-bottom: 0.7em;
  }
}
.navigation ul.sub-menu li a {
  display: inline-block;
  text-align: right;
  width: 100%;
}
@media screen and (min-width: 55em) {
  .navigation ul.sub-menu li a {
    padding-left: 1em;
    text-align: left;
    width: 12em;
  }
}

/******************************************************************************\
	General
\******************************************************************************/
article::after {
  clear: both;
  content: "";
  display: table;
}

.archive-title, .search-title h1 {
  font-size: 18.2px;
  font-size: 1.3rem;
  font-weight: normal;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0.6em 0;
}

.archive-description, .second-search {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0.8em;
}
.archive-description p, .second-search p {
  margin: 0;
}
.archive-description form, .second-search form {
  margin-top: 0.5em;
  margin-bottom: 0.6em;
}
.archive-description input, .second-search input {
  box-shadow: none;
}

/******************************************************************************\
	Standard-page
\******************************************************************************/
.post-title {
  margin-bottom: 0.2em;
}
.post-title:first-child {
  margin-top: 1em;
}

.single .post-title:first-child {
  margin-top: 1em;
}

.post-content {
  position: relative;
  margin-top: 1.5em;
}

.page .post-content {
  margin-bottom: 3.5em;
}

/******************************************************************************\
	Front-page and archives
\******************************************************************************/
.home .post-content, .archive .post-content, .search .post-content, .author .post-content {
  background: none;
  padding: 0;
}

.pagination {
  float: left;
  display: block;
  margin-right: 1.02489%;
  width: 100%;
}
.pagination:last-child {
  margin-right: 0;
}
.pagination ul {
  list-style: none;
  text-align: center;
  margin: 1em 0 0 0;
  padding: 0.6em 0;
}
.pagination li {
  display: inline;
  margin: 0 0.5em;
}

/******************************************************************************\
	Widgets
\******************************************************************************/
.home-widgets {
  display: block;
}
.home-widgets::after {
  clear: both;
  content: "";
  display: table;
}

.page-content .widgets {
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
}
.page-content .widgets::after {
  clear: both;
  content: "";
  display: table;
}
.page-content .widgets .widgettitle {
  margin-top: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.3;
}
@media screen and (min-width: 481px) {
  .page-content .widgets .widgettitle {
    font-size: 16.8px;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 769px) {
  .page-content .widgets .widgettitle {
    font-size: 28px;
    font-size: 2rem;
  }
}
.page-content .widgets .widget {
  float: left;
  display: block;
  margin-right: 1.02489%;
  width: 100%;
  margin-bottom: 2em;
}
.page-content .widgets .widget:last-child {
  margin-right: 0;
}
.page-content .widgets .widget:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 481px) {
  .page-content .widgets .widget {
    float: left;
    display: block;
    margin-right: 1.02489%;
    width: 24.23133%;
    margin-bottom: 0;
  }
  .page-content .widgets .widget:last-child {
    margin-right: 0;
  }
  .page-content .widgets .widget:nth-child(4n) {
    margin-right: 0;
  }
  .page-content .widgets .widget:nth-child(4n+1) {
    clear: left;
  }
}
@media screen and (min-width: 769px) {
  .page-content .widgets .widget {
    font-size: 14px;
    font-size: 1rem;
  }
}
.page-content .widgets .wp-post-image {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 1em;
}
.page-content .widgets .read-more {
  -webkit-transition: padding 0.25s ease-in-out;
  -moz-transition: padding 0.25s ease-in-out;
  transition: padding 0.25s ease-in-out;
  border-bottom: 2px solid #fff;
  padding-bottom: 0.25em;
}
.page-content .widgets .read-more:hover {
  border-bottom: 2px solid #fff;
}

.format-status .date, .format-link .date, .format-quote .date {
  width: 100%;
  padding: 5px 0 0;
}

.post-aside {
  display: block;
}
.post-aside::after {
  clear: both;
  content: "";
  display: table;
}

article.post {
  display: block;
  padding: 1em;
}
article.post::after {
  clear: both;
  content: "";
  display: table;
}

.footer-widgets {
  float: left;
  display: block;
  margin-right: 1.02489%;
  width: 100%;
  padding: 1.5em 0;
  list-style: none;
  margin: 0;
}
.footer-widgets::after {
  clear: both;
  content: "";
  display: table;
}
.footer-widgets:last-child {
  margin-right: 0;
}

/*
<footer class="footer" role="contentinfo">
  <div class="footer-logo">
    <img src="https://raw.githubusercontent.com/thoughtbot/refills/master/source/images/placeholder_logo_1.png" alt="Logo image">
  </div>
  <div class="footer-links">
    <ul>
      <li><h3>Content</h3></li>
      <li><a href="javascript:void(0)">About</a></li>
      <li><a href="javascript:void(0)">Contact</a></li>
      <li><a href="javascript:void(0)">Products</a></li>
    </ul>
    <ul>
      <li><h3>Follow Us</h3></li>
      <li><a href="javascript:void(0)">Facebook</a></li>
      <li><a href="javascript:void(0)">Twitter</a></li>
      <li><a href="javascript:void(0)">YouTube</a></li>
    </ul>
    <ul>
      <li><h3>Legal</h3></li>
      <li><a href="javascript:void(0)">Terms and Conditions</a></li>
      <li><a href="javascript:void(0)">Privacy Policy</a></li>
    </ul>
  </div>

  <hr>

  <p>Disclaimer area lorem ipsum dolor sit amet, consectetur adipisicing elit. Rerum, nostrum repudiandae saepe.</p>
</footer>*/
.footer {
  background: #252525;
  padding: 0.5em;
  width: 100%;
  display: block;
}
.footer::after {
  clear: both;
  content: "";
  display: table;
}
.footer .footer-logo {
  margin-bottom: 2em;
  text-align: center;
}
.footer .footer-logo img {
  height: 3em;
}
.footer .footer-links {
  margin-bottom: 1.5em;
}
.footer .footer-links::after {
  clear: both;
  content: "";
  display: table;
}
.footer ul {
  padding: 0;
}
@media screen and (min-width: 40em) {
  .footer ul::after {
    clear: both;
    content: "";
    display: table;
  }
}
.footer li {
  line-height: 1.5em;
  list-style: none;
  text-align: center;
}
.footer li img {
  text-align: center;
  opacity: 0.4;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 40em) {
  .footer li img {
    text-align: right;
    opacity: 0.4;
    float: right;
  }
}
@media screen and (min-width: 40em) {
  .footer li {
    text-align: left;
    float: left;
    display: block;
    margin-right: 1.02489%;
    width: 24.23133%;
  }
  .footer li:last-child {
    margin-right: 0;
  }
  .footer li:nth-child(4n) {
    margin-right: 0;
  }
  .footer li:nth-child(4n+1) {
    clear: left;
  }
  .footer li::after {
    clear: both;
    content: "";
    display: table;
  }
}
.footer li a {
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
}
.footer li a:focus, .footer li a:hover {
  color: white;
}
.footer li h3 {
  color: white;
  font-size: 1em;
  font-weight: 800;
  margin-bottom: 0.4em;
}
.footer hr {
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin: 0 auto 1.5em;
  width: 12em;
}
.footer p {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.9em;
  line-height: 1.5em;
  margin: auto;
  max-width: 35em;
  text-align: center;
}

.footer-credit {
  opacity: 1 !important;
  font-family: "Novecentosanswide-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  padding: 0.5em;
  text-align: center;
  font-size: 0.8em;
  color: #c0c0c0;
  letter-spacing: 0.2em;
}

.container--border {
  border-top: 3px solid #4b4b4b;
}

.home .menu-listing h2 {
  margin-bottom: 1.6rem;
}

.pre-footer {
  border-top: 3px solid #4b4b4b;
  border-bottom: 3px solid #4b4b4b;
}

ul.pre-footer-widgets li {
  float: left;
  display: block;
  margin-right: 1.02489%;
  width: 100%;
  text-transform: uppercase;
  font-family: "Novecentosanswide-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.18em;
  padding: 1em;
}
ul.pre-footer-widgets li:last-child {
  margin-right: 0;
}
ul.pre-footer-widgets li a {
  margin-right: 1em;
  display: block;
  padding: 0.5em 0;
}
@media screen and (min-width: 769px) {
  ul.pre-footer-widgets li a {
    display: inline-block;
    padding: 0;
    font-size: 0.85em;
  }
}

.newsletter-signup {
  background-color: #424242;
  padding: 1.5em 0;
  margin-top: 2em;
}
.newsletter-signup .mcwp-form {
  width: 100%;
  display: inline-block;
  float: left;
}
@media screen and (min-width: 1025px) {
  .newsletter-signup .mcwp-form {
    width: 70%;
  }
}
.newsletter-signup h4 {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 100%;
  display: inline-block;
  font-size: 16.8px;
  font-size: 1.2rem;
  margin-top: 0;
  vertical-align: middle;
  line-height: 2em;
  text-align: center;
}
@media screen and (min-width: 481px) {
  .newsletter-signup h4 {
    font-size: 21px;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .newsletter-signup h4 {
    width: 30%;
    margin-bottom: 0;
    float: left;
    text-align: left;
    font-size: 16.8px;
    font-size: 1.2rem;
  }
}
.newsletter-signup .mc4wp-form {
  margin: 0 !important;
}
.newsletter-signup .mc4wp-form input[type="email"] {
  width: 100%;
  display: inline-block;
  float: left;
  height: 2.8em;
}
@media screen and (min-width: 1025px) {
  .newsletter-signup .mc4wp-form input[type="email"] {
    width: 70%;
    margin-bottom: 0;
  }
}
.newsletter-signup .mc4wp-form input[type="submit"] {
  width: 100%;
  display: inline-block;
  float: left;
}
@media screen and (min-width: 1025px) {
  .newsletter-signup .mc4wp-form input[type="submit"] {
    width: 29%;
    margin-left: 1%;
    height: 2.9em;
  }
}
.newsletter-signup .mc4wp-form .mc4wp-alert {
  clear: both !important;
  margin-top: 2em;
}

@media screen and (min-width: 769px) {
  .story-intro {
    max-width: 60%;
  }
}
.story-intro p {
  line-height: 1.6em;
}

form label {
  text-align: left;
}
form .container__2col {
  display: block;
}
form .container__2col::after {
  clear: both;
  content: "";
  display: table;
}

.delivery .quote {
  font-size: 16.8px;
  font-size: 1.2rem;
}
.delivery .quote h6 {
  margin-top: 0;
}

.caps-menu strong {
  font-family: "Novecentosanswide-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: normal;
}

.menu h6 {
  text-transform: uppercase;
}
.menu .menu-listing .container__inner {
  float: left;
  display: block;
  margin-right: 1.02489%;
  width: 100%;
}
.menu .menu-listing .container__inner:last-child {
  margin-right: 0;
}
@media screen and (min-width: 769px) {
  .menu .menu-listing .container__inner {
    padding: 0 0.5em;
    float: left;
    display: block;
    margin-right: 1.02489%;
    width: 49.48755%;
  }
  .menu .menu-listing .container__inner:last-child {
    margin-right: 0;
  }
  .menu .menu-listing .container__inner:nth-child(2n) {
    margin-right: 0;
  }
  .menu .menu-listing .container__inner:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (min-width: 1025px) {
  .menu .menu-listing .container__inner {
    float: left;
    display: block;
    margin-right: 1.02489%;
    width: 24.23133%;
  }
  .menu .menu-listing .container__inner:last-child {
    margin-right: 0;
  }
  .menu .menu-listing .container__inner:nth-child(2n) {
    margin-right: 1.02489%;
  }
  .menu .menu-listing .container__inner:nth-child(2n+1) {
    clear: none;
  }
  .menu .menu-listing .container__inner:nth-child(4n) {
    margin-right: 0;
  }
  .menu .menu-listing .container__inner:nth-child(4n+1) {
    clear: left;
  }
}
.menu .container__4col {
  display: block;
}
.menu .container__4col::after {
  clear: both;
  content: "";
  display: table;
}
.menu .caps-menu h1 {
  text-align: center;
}
.menu .caps-menu img {
  text-align: center;
  display: block;
  margin: 0 auto;
  max-height: 170px;
  width: auto;
}

.container--grid .gallery {
  padding-bottom: 0.5em !important;
  display: block;
}
.container--grid .gallery::after {
  clear: both;
  content: "";
  display: table;
}

.grid-item-block .gallery-item {
  margin: 0 !important;
}
.grid-item-block .gallery-item:first-of-type {
  width: 100% !important;
  padding-bottom: 0.5em;
}
.grid-item-block .gallery-item:first-of-type img {
  width: 100% !important;
}
.grid-item-block .gallery-item:nth-of-type(2) {
  padding-right: 0.5em;
}
.grid-item-block .gallery-item:nth-of-type(2) img {
  width: 100% !important;
}
.grid-item-block .gallery-item:nth-of-type(3) {
  padding-left: 0.5em;
}
.grid-item-block .gallery-item:nth-of-type(3) img {
  width: 100% !important;
}
.grid-item-block .gallery-item dt.gallery-icon {
  margin-top: 0 !important;
}
.grid-item-block .gallery-item dl dt {
  margin-top: 0 !important;
}
.grid-item-block .gallery-item .gallery-icon img {
  border: 0 !important;
}

.grid-item-block-inverse .gallery-item {
  margin: 0 !important;
}
.grid-item-block-inverse .gallery-item:nth-of-type(1) {
  padding-right: 0.5em;
}
.grid-item-block-inverse .gallery-item:nth-of-type(1) img {
  width: 100% !important;
}
.grid-item-block-inverse .gallery-item:nth-of-type(2) {
  padding-left: 0.5em;
}
.grid-item-block-inverse .gallery-item:nth-of-type(2) img {
  width: 100% !important;
}
.grid-item-block-inverse .gallery-item:nth-of-type(3) {
  width: 100% !important;
  padding-top: 0.5em;
}
.grid-item-block-inverse .gallery-item:nth-of-type(3) img {
  width: 100% !important;
}
.grid-item-block-inverse .gallery-item dt.gallery-icon {
  margin-top: 0 !important;
}
.grid-item-block-inverse .gallery-item dl dt {
  margin-top: 0 !important;
}
.grid-item-block-inverse .gallery-item .gallery-icon img {
  border: 0 !important;
}

.single .news-item h1:before {
  display: none;
}
.single .news-item h1:after {
  display: none;
}

.signle .post-meta {
  margin-bottom: 1em;
}

.news--block {
  display: block;
}
.news--block::after {
  clear: both;
  content: "";
  display: table;
}
.news--block h2 {
  margin: 1em 0;
}
.news--block a.news-read-more {
  font-family: "Novecentosanswide-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.08em;
}
.news--block a img:hover {
  opacity: 0.6;
}
.news--block .news--excerpt {
  display: block;
  padding-bottom: 2em;
}
.news--block .news--excerpt::after {
  clear: both;
  content: "";
  display: table;
}
.news--block .news-item {
  margin-bottom: 2em;
}

.news--block.container__3col .container__inner:nth-child(3n) {
  margin-right: 0;
}
.news--block.container__3col .container__inner:nth-child(3n+1) {
  clear: left;
}

.news-img--crop {
  display: block;
  max-height: 300px;
  overflow: hidden;
  vertical-align: middle;
  text-align: center;
  margin: 2em 0;
  position: relative;
  height: 400px;
}
.news-img--crop::after {
  clear: both;
  content: "";
  display: table;
}
.news-img--crop img {
  top: 50%;
  position: absolute;
  width: 100%;
  transform: translateY(-50%);
  margin: 0 auto;
  left: 0;
  right: 0;
}

.news-item.post-content {
  max-width: 900px;
  margin: 0 auto;
}
.news-item.post-content p {
  font-size: 16.8px;
  font-size: 1.2rem;
}

section.news .news-item {
  padding: 0.5em;
}

.archive article.post {
  float: left;
  display: block;
  margin-right: 1.02489%;
  width: 100%;
  padding: 0.5em;
}
.archive article.post:last-child {
  margin-right: 0;
}
@media screen and (min-width: 769px) {
  .archive article.post {
    float: left;
    display: block;
    margin-right: 1.02489%;
    width: 32.65007%;
  }
  .archive article.post:last-child {
    margin-right: 0;
  }
  .archive article.post:nth-child(3n) {
    margin-right: 0;
  }
  .archive article.post:nth-child(3n+1) {
    clear: left;
  }
}
.archive article.post h1:before {
  display: none;
}
.archive article.post h1:after {
  display: none;
}
.archive article.post .post-meta {
  margin-bottom: 1em;
}

.blog-widgets ul {
  display: block;
}
.blog-widgets ul::after {
  clear: both;
  content: "";
  display: table;
}
.blog-widgets ul li.widget {
  float: left;
  display: block;
  margin-right: 1.02489%;
  width: 100%;
}
.blog-widgets ul li.widget:last-child {
  margin-right: 0;
}
.blog-widgets ul li.widget ul {
  text-align: center;
}
.blog-widgets ul li.widget ul li {
  display: inline-block;
  margin-right: 1em;
}
.blog-widgets ul li.widget ul li:last-of-type {
  margin-right: 0;
}

.content_overlay_group {
  position: relative;
}
.content_overlay_group .image_overlay {
  position: absolute;
  z-index: 1000;
  width: 100%;
  top: 50%;
  -moz-transform: translateY(-50%);
  /* firefox*/
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -webkit-transform: translateY(-50%);
  /* Chrome, Safari, Opera */
  transform: translateY(-50%);
}

@media screen and (min-width: 1025px) {
  .silo-info .container__inner {
    padding: 0 1em;
  }
}
.silo-info img {
  width: 100px;
  margin-right: 1.5em;
}

div.wpcf7-response-output {
  border: 0;
}

.wpcf7-not-valid-tip {
  color: #c0c0c0 !important;
}

#map {
  height: 400px;
}

.book .post-title {
  text-align: center;
}

.silo-intro .fa {
  margin-right: 0.5em;
}

.contact textarea {
  height: 16em;
}

/*# sourceMappingURL=style.css.map */
