@charset "UTF-8";
/*
Theme Name: Cardboard - Beyond The Box
Author: Luke Clifton
Description: Theme for Cardboard - Beyond The Box only. Use elsewhere is stricly forbidden.
Version: 1.0
*/
/**
 * _Variables
 *
 * @since version 1.0.0
 */
/**
 * Variables
 *
 * @since version 1.0.0
 */
/**
 * Colours 
 *
 * @since version 1.0.0
 */
/* Fonts 
 *
 * @since version 1.0.0
 */
/* Border
 *
 * @since version 1.0.0
 */
/**
 * Animations
 *
 * @since version 1.0.0
 */
/**
 * Responsive (media Queries) break-points
 *
 * @since version 1.0.0
 */
/**
 * Mixin Flexbox 
 * 
 * flexbox() 
 * inline-flex() 
 * flex-direction()
 * flex-wrap()
 * flex-flow()
 * order()
 * flex-grow()
 * flex-shrink()
 * flex-basis()
 * flex() shorthand
 * justify-content()
 * align-items()
 * align-self()
 * align-content()
 *
 */
/**
 * Flexbox Containers
 * display: flex | inline-flex
 *
 * @since version 1.0.0
 */
/**
 * Flexbox Direction
 * Values: row | row-reverse | column | column-reverse
 *
 * @since version 1.0.0
 */
/**
 * Flexbox Wrap
 * Values: nowrap | wrap | wrap-reverse
 *
 * @since version 1.0.0
 */
/**
 * Flexbox Flow (shorthand)
 * Values: <flex-direction> | <flex-wrap>
 *
 * @since version 1.0.0
 */
/**
 * Flexbox Order
 *
 * @since version 1.0.0
 */
/**
 * Flexbox Grow
 * Default: 0
 *
 * @since version 1.0.0
 */
/**
 * Flexbox Shrink
 * Default: 1
 *
 * @since version 1.0.0
 */
/**
 * Flexbox Basis
 * Values: Like "width"
 *
 * @since version 1.0.0
 */
/**
 * Flexbox "Flex" (shorthand)
 * Values: none | <flex-grow> <flex-shrink> || <flex-basis>
 *
 * @since version 1.0.0
 */
/**
 * Flexbox Justify Content
 * Values: flex-start | flex-end | center | space-between | space-around
 *
 * @since version 1.0.0
 */
/** 
 * Flexbox Align Items
 * Values: flex-start | flex-end | center | baseline | stretch
 *
 * @since version 1.0.0
 */
/**
 * Flexbox Align Self
 * Values: auto | flex-start | flex-end | center | baseline | stretch
 *
 * @since version 1.0.0
 */
/**
 * Flexbox Align Content
 * Values: flex-start | flex-end | center | space-between | space-around | stretch
 *
 * @since version 1.0.0
 */
/**
 * Primary Button
 *
 * @since version 1.0.0
 */
/**
 * Page Header
 *
 * @since version 1.2.0
 */
/**
 * Underline
 *
 * @since version 1.0.0
 */
/**
 * Reset
 *
 * @since version 1.0.0
 */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
}

body {
  margin: 0;
  position: relative;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: 1px #767676 dotted;
  text-decoration: none;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: 700;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #eee;
  color: #222;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #bbb;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* ---- Alignments ---- */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* ---- Clearings ---- */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
  clear: both;
}

/* ---- Formatting ---- */
hr {
  background-color: #bbb;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

/* ---- Lists ---- */
ul,
ol {
  margin: 0 0 1.5em;
  padding: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

#wpadminbar {
  position: fixed !important;
}

/**
 * Fonts - Links
 *
 * @since version 1.0.0
 */
html, body {
  background: #fff;
  color: #3c3c3b;
  font-family: "Lato", sans-serif;
}

body,
button,
input,
select,
textarea {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.66;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  line-height: 1;
  font-weight: 800;
  margin: 8px 0 0;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  padding-top: 0;
}

body,
button,
input,
select,
textarea {
  font-size: 16px;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 26px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 15px;
}

p {
  font-size: 17px;
  font-weight: 300;
line-height: 27px;
	letter-spacing: 0.2px;
}

.entry-content blockquote.alignleft,
.entry-content blockquote.alignright {
  font-size: 14px;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  font-size: 18px;
  font-size: 1.125rem;
  font-style: italic;
  line-height: 1.7;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

blockquote cite {
  display: block;
  font-style: normal;
  font-weight: 600;
  margin-top: 0.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #eee;
  text-decoration: none;
}

big {
  font-size: 125%;
}

blockquote {
  quotes: "" "";
}

q {
  quotes: "“" "”" "‘" "’";
}

blockquote:before,
blockquote:after {
  content: "";
}

:focus {
  outline: none;
}

/* ---- Links ---- */
a {
  text-decoration: none;
  color: #575756;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

a:focus {
  outline: thin dotted;
  color: #575756;
}

a:hover,
a:active {
  outline: 0;
  color: #edd9c0;
}

/* ---- Buttons ---- */
.button {
  border: 1px solid #88B14A;
  border-radius: 40px;
  display: inline-block;
  color: #88B14A;
  font-weight: 700;
  font-size: 13px;
  height: 40px;
  padding: 0 20px;
  text-align: center;
  text-transform: uppercase;
  line-height: 40px;
}
.button:hover {
  border-color: #edd9c0;
}

/* ---- Icons ---- */
.rocket-icon-inner {
  fill: #575756;
}

.recycle-icon-inner {
  fill: none;
  stroke: #575756;
  stroke-width: 1.2568;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

.box-icon-inner {
  fill: none;
  stroke: #575756;
  stroke-width: 1.278;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

.leaf-icon-inner {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #575756;
  stroke: #575756;
  stroke-width: 0.618;
  stroke-miterlimit: 10;
}

/* ------------------------
 * Fonts & Links Media Queries
 * ------------------------
*/
@media screen and (min-width: 1080px) {
  body,
  button,
  input,
  select,
  textarea {
    font-size: 16px;
  }

  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 15px;
  }

  .entry-content blockquote.alignleft,
  .entry-content blockquote.alignright {
    font-size: 14px;
  }
}
@media screen and (max-width: 1079px) {
  body,
  button,
  input,
  select,
  textarea {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }

  .entry-content blockquote.alignleft,
  .entry-content blockquote.alignright {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
/**
 * Forms
 *
 * @since version 1.0.0
 */
.control-box {
  padding: 15px 0;
}

label {
  color: #575756;
  display: block;
  font-weight: 800;
  margin-bottom: 0.5em;
}

fieldset {
  margin: 0;
  text-align: left;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  border: 1px solid #88B14A;
  border-radius: 50px;
  color: #3c3c3b;
  display: block;
  font-size: 13px;
  height: 50px;
  line-height: 50px;
  padding: 0 25px;
  width: 100%;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  border-color: #edd9c0;
}

textarea {
  border-radius: 40px;
  height: 210px;
}

select {
  border: 1px solid #88B14A;
  border-radius: 50px;
  color: #3c3c3b;
  display: block;
  font-size: 13px;
  height: 50px;
  line-height: 50px;
  padding: 0 25px;
  width: 100%;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  max-width: 100%;
}

input[type="radio"],
input[type="checkbox"] {
  margin-right: 0.5em;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
  font-weight: 400;
}

button {
  border: none;
  cursor: pointer;
}

form button,
form input[type="button"],
form input[type="submit"] {
  border: 1px solid #88B14A;
  border-radius: 50px;
  display: inline-block;
  color: #88B14A;
  font-weight: 700;
  font-size: 13px;
  height: 50px;
  padding: 0 30px;
  text-align: center;
  text-transform: uppercase;
  line-height: 50px;
  cursor: pointer;
}

form button:focus,
form input[type="button"]:focus,
form input[type="submit"]:focus,
form button:hover,
form input[type="button"]:hover,
form input[type="submit"]:hover {
  border-color: #edd9c0;
}

.submit {
  background: transparent;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.submit:hover {
  color: #edd9c0;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
  color: #88B14A;
  font-family: "Lato", sans-serif;
  font-size: 13px;
}

:-moz-placeholder {
  color: #88B14A;
  font-family: "Lato", sans-serif;
  font-size: 13px;
}

::-moz-placeholder {
  color: #88B14A;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  opacity: 1;
  /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
  color: #88B14A;
  font-family: "Lato", sans-serif;
  font-size: 13px;
}

/* ---- Primary Form ---- */
form#primary_contact_form {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 75px;
}
form#primary_contact_form fieldset {
  border: none;
  padding: 0;
  width: 50%;
}
form#primary_contact_form fieldset:first-child {
  padding-right: 30px;
}
form#primary_contact_form fieldset:last-child {
  padding-left: 30px;
}
form#primary_contact_form .submit-box {
  text-align: right;
}
form#primary_contact_form .submit-box .button {
  background: transparent;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
form#primary_contact_form .submit-box .button:hover {
  border-color: #edd9c0;
  color: #edd9c0;
}
form#primary_contact_form .submit-box .button:disabled {
  cursor: default;
  opacity: 0.3;
}
form#primary_contact_form .submit-box .button:disabled:hover {
  border-color: #88B14A;
}
form#primary_contact_form textarea {
  resize: none;
}

/* ---- Notifications ---- */
#message {
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  padding: 12px 0;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#message.error {
  background-color: #960514;
}
#message.success {
  background-color: #88B14A;
}

input.error, select.error, textarea.error {
  border-color: #960514;
  -webkit-transition: all 0.6s linear;
  transition: all 0.6s linear;
}

/* ------------------------
 * Forms Media Queries
 * ------------------------
*/
@media screen and (max-width: 600px) {
  /* ---- Primary Form ---- */
  form#primary_contact_form fieldset {
    border: none;
    padding: 0;
    width: 100%;
  }
  form#primary_contact_form fieldset:first-child {
    padding-right: 0px;
  }
  form#primary_contact_form fieldset:last-child {
    padding-left: 0px;
  }
  form#primary_contact_form .submit-box {
    text-align: center;
  }
  form#primary_contact_form .submit-box .button {
    width: 100%;
  }
}
/**
 * Tables
 *
 * @since version 1.0.0
 */
table {
  border-collapse: collapse;
  margin: 0 0 1.5em;
  width: 100%;
}

thead th {
  border-bottom: 2px solid #bbb;
  padding-bottom: 0.5em;
}

th {
  padding: 0.4em;
  text-align: left;
}

tr {
  border-bottom: 1px solid #eee;
}

td {
  padding: 0.4em;
}

th:first-child,
td:first-child {
  padding-left: 0;
}

th:last-child,
td:last-child {
  padding-right: 0;
}

/* ------------------------
 * Tables Media Queries
 * ------------------------
*/
/**
 * Navigation 
 *
 * @since version 1.0.0
 */
#primary-navigation {
  color: #575756;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
#primary-navigation #contact_nav ul {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
#primary-navigation #contact_nav ul li {
  font-size: 20px;
  font-weight: 700;
  list-style: none;
  line-height: 1;
  text-transform: uppercase;
  vertical-align: middle;
}
#primary-navigation #contact_nav ul li.social-icon {
  font-size: 0;
  padding: 14px 14px 0;
}
#primary-navigation #contact_nav ul li.social-icon svg {
  color: #575756;
  font-size: 19px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#primary-navigation #contact_nav ul li.social-icon svg:hover {
  color: #edd9c0;
}
#primary-navigation #contact_nav ul li .forwardslashit {
  color: #C9D8C5;
  font-size: 40px;
  font-weight: 400;
  padding: 0 10px 0 28px;
  vertical-align: sub;
}
#primary-navigation .main-navigation {
  clear: both;
  display: block;
}

.front-page-header #primary-navigation #contact_nav ul li .forwardslashit {
  color: #88B14A;
}

.menu-primary-menu-container {
  background: #88B14A;
  background: rgba(136, 177, 74, 0.9);
  top: 106px;
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
}
.menu-primary-menu-container ul {
  height: auto;
  list-style: none;
  margin: 0;
  padding: 50px 76px;
  text-align: left;
}
.menu-primary-menu-container ul ul {
  padding: 0 0 0 2.5em;
}
.menu-primary-menu-container ul ul.toggled-on {
  display: block;
}
.menu-primary-menu-container ul ul li {
  color: #fff;
}
.menu-primary-menu-container ul ul li a {
  color: #fff;
  font-size: 44px;
  text-transform: uppercase;
}
.menu-primary-menu-container li {
  color: #fff;
  position: relative;
  padding: 6px 0;
}
.menu-primary-menu-container li li,
.menu-primary-menu-container li:last-child {
  border: 0;
}
.menu-primary-menu-container a {
  color: #fff;
  font-size: 53px;
  font-weight: 900;
  line-height: 1;
  padding: 0;
  text-decoration: none;
  text-transform: uppercase;
}
.menu-primary-menu-container a:hover {
  color: #edd9c0;
}

/* ---- Menu toggle ---- */
/* Display the menu toggle when JavaScript is available. */
.js .menu-toggle {
  display: block;
}

.main-navigation.toggled-on ul.nav-menu {
  display: block;
}

.menu-toggle {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #88B14A;
  font-size: 0;
  padding: 8px 0 0 28px;
  line-height: 1.5;
  width: 54px;
}
.menu-toggle:hover, .menu-toggle:focus {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
.menu-toggle:focus {
  outline: none;
}
.menu-toggle svg {
  color: #88B14A;
  font-size: 30px;
}

.toggled-on .menu-toggle .icon-bars,
.menu-toggle .icon-close {
  display: none;
}

.toggled-on .menu-toggle .icon-close {
  display: inline-block;
}

/* ---- Dropdown Toggle ---- */
.dropdown-toggle {
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #222;
  display: block;
  font-size: 16px;
  right: -0.5em;
  line-height: 1.5;
  margin: 0 auto;
  padding: 0.5em;
  position: absolute;
  text-shadow: none;
  top: 0;
}
.dropdown-toggle:hover, .dropdown-toggle:focus {
  background: transparent;
}
.dropdown-toggle:focus {
  outline: thin dotted;
}
.dropdown-toggle.toggled-on .icon {
  /* IE 9 */
  -webkit-transform: rotate(-180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-180deg);
}

/* ---- Footer Navigation ---- */
#menu-footer-menu li {
  color: #fff;
  list-style: none;
  margin: 17px 0;
}
#menu-footer-menu li a {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  padding: 6px 0;
  text-transform: uppercase;
}
#menu-footer-menu li a:hover {
  color: #88B14A;
}

/* ---- Legal Navigation ---- */
.legal-menu {
  display: inline;
}
.legal-menu li {
  display: inline;
}
.legal-menu li:before {
  color: #88B14A;
  content: '/';
  padding: 0 1px;
}

/* ---- Scroll down arrow ---- */
.site-header .menu-scroll-down {
  display: none;
}

/* ---- Post Navigation ---- */
.post-navigation, .pagination, .comments-pagination {
  font-weight: 800;
  margin: 3em auto;
  max-width: 1200px;
}
.post-navigation > .screen-reader-text, .pagination > .screen-reader-text, .comments-pagination > .screen-reader-text {
  display: none;
}
.post-navigation .nav-links, .pagination .nav-links, .comments-pagination .nav-links {
  padding: 1em 0;
}
.post-navigation .nav-links .nav-next, .post-navigation .nav-links .next, .pagination .nav-links .nav-next, .pagination .nav-links .next, .comments-pagination .nav-links .nav-next, .comments-pagination .nav-links .next {
  float: right;
  margin: 0;
}
.post-navigation .nav-links .nav-next svg, .post-navigation .nav-links .next svg, .pagination .nav-links .nav-next svg, .pagination .nav-links .next svg, .comments-pagination .nav-links .nav-next svg, .comments-pagination .nav-links .next svg {
  font-size: 17px;
  margin-left: 12px;
}
.post-navigation .nav-links .nav-previous, .post-navigation .nav-links .prev, .pagination .nav-links .nav-previous, .pagination .nav-links .prev, .comments-pagination .nav-links .nav-previous, .comments-pagination .nav-links .prev {
  float: left;
  margin: 0;
}
.post-navigation .nav-links .nav-previous svg, .post-navigation .nav-links .prev svg, .pagination .nav-links .nav-previous svg, .pagination .nav-links .prev svg, .comments-pagination .nav-links .nav-previous svg, .comments-pagination .nav-links .prev svg {
  font-size: 17px;
  margin-right: 12px;
}
.post-navigation .page-numbers, .pagination .page-numbers, .comments-pagination .page-numbers {
  padding: 0 14px;
}
.post-navigation .current, .pagination .current, .comments-pagination .current {
  color: #88B14A;
}

.nav-subtitle {
  background: transparent;
  display: block;
  font-size: 11px;
  font-size: 0.6875rem;
  letter-spacing: 0.1818em;
  margin-bottom: 1em;
  text-transform: uppercase;
}

.nav-title {
  font-size: 15px;
  font-size: 0.9375rem;
}

.post-navigation .nav-next {
  margin-top: 1.5em;
}

.nav-links .nav-previous .nav-title .nav-title-icon-wrapper {
  margin-right: 0.5em;
}

.nav-links .nav-next .nav-title .nav-title-icon-wrapper {
  margin-left: 0.5em;
}

/* ------------------------
 * Navigation Media Queries
 * ------------------------
*/
@media screen and (max-width: 930px) {
  #contact_nav {
    display: none;
  }

  .menu-primary-menu-container ul {
    padding: 50px 0;
  }
  .menu-primary-menu-container li {
    text-align: center;
    padding: 12px;
  }
  .menu-primary-menu-container li a {
    font-size: 38px;
  }
  .menu-primary-menu-container ul ul li a {
    font-size: 30px;
  }
}
@media screen and (max-width: 600px) {
  .menu-primary-menu-container li {
    text-align: center;
    padding: 10px;
  }
  .menu-primary-menu-container li a {
    font-size: 32px;
  }
  .menu-primary-menu-container ul ul li a {
    font-size: 26px;
  }
}
@media screen and (max-width: 500px) {
  .menu-primary-menu-container li {
    text-align: center;
    padding: 8px;
  }
  .menu-primary-menu-container li a {
    font-size: 26px;
  }
  .menu-primary-menu-container ul ul li a {
    font-size: 20px;
  }
}
/**
 * Header & Footer
 *
 * @since version 1.0.0
 */
/* ---- Header ---- */
.site-header {
  background: #fff;
  -webkit-box-shadow: 0px 5px 8px  #efefef;
          box-shadow: 0px 5px 8px  #efefef;
  height: 106px;
  position: relative;
  z-index: 99999;
}
.site-header.front-page-header {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.site-header.front-page-header figure#site_logo {
  display: none;
}
.site-header figure#site_logo {
  height: 83px;
  left: 36px;
  margin-top: -41.5px;
  position: absolute;
  top: 50%;
}
.site-header figure#site_logo img {
  height: 100%;
  width: auto;
}
.site-header nav#primary-navigation {
  float: right;
  margin-right: 31px;
  margin-top: 30px;
}

.menu-open #masthead {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  overflow: scroll;
  z-index: 10000;
}
.menu-open #masthead .front-page-header {
  background: #fff;
  -webkit-box-shadow: 0px 5px 8px  #efefef;
          box-shadow: 0px 5px 8px  #efefef;
}
.menu-open #masthead .front-page-header #site_logo {
  display: block;
}
.menu-open #masthead #primary-navigation #contact_nav ul li .forwardslashit,
.menu-open #masthead .menu-toggle svg {
  color: #88B14A;
}

/* ---- Footer ---- */
.site-footer {
  background: url("assets/images/footer-pattern.jpg") repeat top left;
  background-size: 107px 193px;
  height: 665px;
  margin-top: 60px;
  padding: 75px 106px 0;
  position: relative;
 line-height: 25px;
}
.site-footer #footer_location {
  margin: 110px auto 0;
  width: 250px;
}
.site-footer #footer_location .location-icon {
  display: block;
  height: auto;
  margin: 0 auto;
  width: 70px;
}
.site-footer #footer_location .location-icon svg .st0 {
  fill: #fff;
}
.site-footer hr {
  display: block;
  margin: 0 auto;
  height: 4px;
  width: 71px;
  background-color: #88B14A;
  margin: 36px auto;
}
.site-footer address {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  font-style: normal;
  line-height: 26px;
  margin-bottom: 30px;
}
.site-footer h6.phone {
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  margin: 0;
}
.site-footer h6.phone a {
  color: #fff;
}
.site-footer .copyright {
  bottom: 47px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  position: absolute;
  left: 105px;
}
.site-footer .copyright a {
  color: #88B14A;
  padding-left: 2px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.site-footer .copyright a:hover {
  color: #edd9c0;
}
.site-footer #footer_logo {
  bottom: 47px;
  height: 130px;
  margin: 0;
  position: absolute;
  right: 105px;
}
.site-footer #footer_logo img {
  height: 100%;
  width: auto;
}

/* Cookie Bar */
.cc-banner, .cc-floating {
  background: #88B14A;
}

.home .cc-banner {
  position: fixed;
}

/* ------------------------
 * Header & Footer Media Queries
 * ------------------------
*/
@media screen and (max-width: 930px) {
  .site-footer {
    padding: 50px 50px 0;
  }
  .site-footer .copyright {
    bottom: 30px;
    left: 50px;
  }
  .site-footer #footer_logo {
    bottom: 30px;
    height: 100px;
    right: 50px;
  }

  /* ---- Layout ---- */
  .cc-banner .cc-compliance .button, .cc-floating .cc-compliance .button {
    border-radius: 30px;
    font-size: 10px;
    height: 30px;
    line-height: 30px;
  }
}
@media screen and (max-width: 600px) {
  .site-footer {
    height: auto;
  }
  .site-footer .copyright,
  .site-footer #footer_logo {
    position: static;
  }
  .site-footer .copyright {
    margin-bottom: 60px;
  }
  .site-footer #footer_logo {
    margin: 50px 0;
  }
}
@media screen and (max-width: 500px) {
  .site-footer {
    padding: 50px 0 0;
    text-align: center;
  }
  .site-footer #footer_location {
    width: auto;
  }
}
/**
 * Layout
 *
 * @since version 1.0.0
 */
html, body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}

html {
  overflow-x: hidden;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

#page {
  position: relative;
  word-wrap: break-word;
}

/* ---- Content ---- */
.site-content-contain {
  position: relative;
}

#primary {
  text-align: center;
}
#primary.full-width {
  margin: 0 auto;
  max-width: 1200px;
}

/* ---- Headers ---- */
.page-header {
  margin: 92px auto 0;
  width: 930px;
}
.page-header .page-title {
  color: #edd9c0;
  font-size: 76px;
  font-weight: 900;
  margin-bottom: 90px;
  text-align: center;
}
.page-header .page-title .line {
  display: block;
  margin: 0 auto;
  height: 8px;
  width: 121px;
  background-color: #edd9c0;
  margin-top: 38px;
}

.entry-title {
  color: #575756;
  font-size: 31px;
  font-weight: 900;
  margin-bottom: 26px;
  text-align: center;
  text-transform: uppercase;
}
.entry-title .line {
  display: block;
  margin: 0 auto;
  height: 4px;
  width: 71px;
  background-color: #88B14A;
  margin-top: 22px;
}
.entry-title.white {
  color: #fff;
}
.entry-title.white .line {
  background-color: #fff;
}

.s930 {
  margin: 20px auto;
  width: 930px;
}

.wysiwyg-entry-title h1, .wysiwyg-entry-title h2, .wysiwyg-entry-title h3, .wysiwyg-entry-title h4, .wysiwyg-entry-title h5, .wysiwyg-entry-title h6 {
  color: #575756;
  font-size: 31px;
  font-weight: 900;
  margin-bottom: 26px;
  text-align: center;
  text-transform: uppercase;
}
.wysiwyg-entry-title h1:after, .wysiwyg-entry-title h2:after, .wysiwyg-entry-title h3:after, .wysiwyg-entry-title h4:after, .wysiwyg-entry-title h5:after, .wysiwyg-entry-title h6:after {
  display: block;
  margin: 0 auto;
  height: 4px;
  width: 71px;
  background-color: #88B14A;
  margin-top: 22px;
  content: '';
}

/* ------------------------
 * Layout Media Queries
 * ------------------------
*/
@media screen and (max-width: 930px) {
  #primary {
    padding: 0 18px;
  }
  #primary.full-width {
    max-width: auto;
  }

  .s930 {
    padding: 0 20px;
    margin: 20px 0;
    width: 100%;
  }

  .page-header {
    margin: 70px 0 0;
    padding: 0 20px;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  /* ---- Headers ---- */
  .page-header .page-title {
    font-size: 46px;
    margin-bottom: 62px;
  }
  .page-header .page-title .line {
    display: block;
    margin: 0 auto;
    height: 8px;
    width: 121px;
    background-color: #edd9c0;
    margin-top: 32px;
  }

  .entry-title {
    font-size: 22px;
    margin-bottom: 26px;
  }
}
/**
 * Posts
 *
 * @since version 1.0.0
 */
/* ---- List Layout ---- */
#posts {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#posts article.hentry {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 14px;
  width: 33.3%;
  text-align: center;
}
#posts article.hentry .post-thumbnail {
  height: 230px;
  margin-bottom: 12px;
  overflow: hidden;
  width: 100%;
}
#posts article.hentry .post-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#posts article.hentry header {
  margin: 0 15px;
}
#posts article.hentry header h5.entry-title {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 0;
  text-transform: uppercase;
}
#posts article.hentry .entry-content {
  line-height: 1.1;
  margin-bottom: 10px;
}
#posts article.hentry .link {
  margin-top: auto;
}

/* ---- Single ---- */
.single-post .wrap, .single-news .wrap {
  margin: 0 auto;
  max-width: 1200px;
}
.single-post #main, .single-news #main {
  max-wdith: 1200px;
}
.single-post #main .entry-content, .single-news #main .entry-content {
  text-align: center;
}
.single-post #main .entry-content p, .single-news #main .entry-content p {
  margin: 1em auto;
  max-width: 930px;
}
.single-post #main .entry-content ul, .single-news #main .entry-content ul {
  font-weight: 300;
  margin-left: 25px;
}
.single-post.has-sidebar .wrap, .single-news.has-sidebar .wrap {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.single-post.has-sidebar .wrap #primary, .single-news.has-sidebar .wrap #primary {
  -webkit-box-flex: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-right: 60px;
}
.single-post.has-sidebar .wrap #secondary, .single-news.has-sidebar .wrap #secondary {
  -ms-flex-preferred-size: 200;
  flex-basis: 200;
  margin-top: 120px;
  width: 200px;
}

/* ---- Downloads ---- */
#downloadables {
  margin-top: 40px;
}
#downloadables .download-item {
  display: inline-block;
  padding: 8px;
  text-align: center;
}
#downloadables .download-item .download-icon {
  max-width: 55px;
  height: auto;
}
#downloadables .download-item .link a {
  color: #88B14A;
  font-size: 18px;
}

.sticky {
  position: relative;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

/* ---- Aligned blockquotes ---- */
.entry-content blockquote.alignleft,
.entry-content blockquote.alignright {
  font-size: 13px;
  font-size: 0.8125rem;
  width: 48%;
}

/* ---- Blog landing, search, archives ---- */
.blog .site-main > article,
.archive .site-main > article,
.search .site-main > article {
  padding-bottom: 2em;
}

.blog .entry-meta a.post-edit-link,
.archive .entry-meta a.post-edit-link,
.search .entry-meta a.post-edit-link {
  display: inline-block;
  margin-left: 1em;
  white-space: nowrap;
}

.search .page .entry-meta a.post-edit-link {
  margin-left: 0;
  white-space: nowrap;
}

.taxonomy-description {
  font-size: 13px;
  font-size: 0.8125rem;
}

/* ---- More tag ---- */
.entry-content .more-link:before {
  content: "";
  display: block;
  margin-top: 1.5em;
}

.page-links {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 800;
  padding: 2em 0 3em;
}

.page-links .page-number {
  color: #767676;
  display: inline-block;
  padding: 0.5em 1em;
}

.page-links a {
  display: inline-block;
}

/* ---- Entry footer ---- */
.entry-footer .cat-links, .entry-footer .tags-links {
  display: block;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.1818em;
  padding-left: 2.5em;
  position: relative;
  text-transform: uppercase;
}
.entry-footer .cat-links + .tags-links {
  margin-top: 1em;
}
.entry-footer .edit-link {
  display: inline-block;
}
.entry-footer .edit-link a.post-edit-link {
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 800;
  margin-top: 2em;
  padding: 0.7em 2em;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  white-space: nowrap;
}

/* ---- Post Formats ---- */
.blog .format-status .entry-title,
.archive .format-status .entry-title,
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

.format-quote blockquote {
  color: #333;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
  overflow: visible;
  position: relative;
}
.format-quote blockquote .icon {
  display: block;
  height: 20px;
  left: -1.25em;
  position: absolute;
  top: 0.4em;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
  width: 20px;
}

/* ------------------------
 * Posts Media Queries
 * ------------------------
*/
@media screen and (max-width: 1079px) {
  .comments-pagination,
  .post-navigation {
    clear: both;
  }

  .post-navigation .nav-previous {
    float: left;
    width: 50%;
  }

  .post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
  }

  .nav-next,
  .post-navigation .nav-next {
    margin-top: 0;
  }
}
@media screen and (max-width: 930px) {
  /* ---- Posts ---- */
  #posts article.hentry {
    width: 50%;
  }
  #posts article.hentry .post-thumbnail {
    height: 260px;
  }
  #posts article.hentry .post-thumbnail img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 600px) {
  /* ---- Posts ---- */
  #posts article.hentry .post-thumbnail {
    height: 200px;
  }
  #posts article.hentry header {
    margin: 0;
  }
  #posts article.hentry header h5.entry-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 500px) {
  /* ---- Posts ---- */
  #posts article.hentry {
    width: 100%;
  }
  #posts article.hentry .post-thumbnail {
    height: 160px;
  }
}
/**
 * Pages
 *
 * @since version 1.0.0
 */
/* ---- Home ---- */
.home footer {
  margin-top: 0;
}

#home_page_welcome {
  margin-bottom: 100px;
}
#home_page_welcome .content {
  margin: 0 auto;
  max-width: 1000px;
  width: auto;
}
#home_page_welcome .logo {
  margin: 40px auto;
  width: 220px;
}
#home_page_welcome .logo img {
  height: auto;
  width: inherit;
}
#home_page_welcome .home-images {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 90px auto 20px;
  max-height: 320px;
  max-width: 1500px;
}
#home_page_welcome .home-images li {
  list-style: none;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#home_page_welcome .home-images li img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#home_page_welcome .home-images.w2-col li {
  width: 50%;
}
#home_page_welcome .home-images.w3-col li {
  width: 33.3%;
}

#twitter_feed {
  margin: 0 auto 30px;
  max-width: 930px;
  text-align: center;
}
#twitter_feed .twitter-icon {
  color: #88B14A;
  display: block;
  font-size: 34px;
  margin: 30px 0;
}
#twitter_feed .tweet-feed {
  margin: 0 auto;
  max-width: 420px;
}
#twitter_feed .tweet-feed h6.date {
  color: #3c3c3b;
  font-size: 14px;
  font-weight: 600;
}

/* Home - USP */
#usp {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto 120px;
  max-width: 1200px;
}
#usp .usp-item {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px;
  text-align: center;
  width: 33.3%;
  -webkit-transition: all 0.6s linear;
  transition: all 0.6s linear;
}
#usp .usp-item .icon {
  display: block;
  height: 80px;
  margin-bottom: 36px;
  width: auto;
}
#usp .usp-item .icon .icon-inner {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#usp .usp-item .icon svg {
  height: inherit;
  width: auto;
}
#usp .usp-item .excerpt {
  padding-bottom: 48px;
}
#usp .usp-item .excerpt p {
  margin: 0;
}
#usp .usp-item .link {
  margin-top: auto;
}
#usp .usp-item:hover .icon .box-icon-inner,
#usp .usp-item:hover .icon .recycle-icon-inner {
  stroke: #88B14A;
}
#usp .usp-item:hover .icon .rocket-icon-inner {
  fill: #88B14A;
}
#usp .usp-item:hover .icon .leaf-icon-inner {
  fill: #88B14A;
  stroke: #88B14A;
}

/* ---- home - The White Label ---- */
#the_white_label {
  margin: 0 0 106px;
}
#the_white_label .entry-content {
  margin: 0 auto;
  max-width: 930px;
  text-align: center;
}
#the_white_label .entry-content .download-icon {
  display: block;
  width: 70px;
  height: auto;
  margin: 32px auto;
}
#the_white_label .entry-content .download-icon img {
  width: 100%;
  height: auto;
}
#the_white_label .entry-content span.download-instructions {
  color: #88B14A;
}

/* ---- home - Posts ---- */
#home_posts {
  margin: 0 auto 120px;
  max-width: 1200px;
}

/* ---- Why Cardboard ---- */
#why_cardboard {
  margin: 0 auto;
  max-width: 1000px;
}
#why_cardboard .why-cardboard-item {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-flex-direction: "row";
  -ms-flex-direction: "row";
  flex-direction: "row";
  -ms-flex-wrap: "wrap";
  flex-wrap: "wrap";
  margin: 75px 0;
}
#why_cardboard .why-cardboard-item .image, #why_cardboard .why-cardboard-item .container {
  width: 50%;
}
#why_cardboard .why-cardboard-item .container {
  padding: 0 0 0 23px;
  text-align: left;
}
#why_cardboard .why-cardboard-item .container header .entry-title {
  font-size: 28px;
  text-align: left;
}
#why_cardboard .why-cardboard-item .container header .entry-title .line {
  margin: 22px 0 0;
}
#why_cardboard .why-cardboard-item .image {
  height: 370px;
  margin: 0;
  padding: 0 23px 0 0;
}
#why_cardboard .why-cardboard-item .image img {
  height: 100%;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
#why_cardboard .why-cardboard-item:nth-of-type(even) .container {
  padding: 0 23px 0 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
#why_cardboard .why-cardboard-item:nth-of-type(even) .image {
  padding: 0 0 0 23px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

/* ---- What is corrugate cardboard ---- */
.page-template-what_is_cardboard footer {
  margin-top: 0;
}

#meet_corrugted_cardboard {
  margin: 115px auto;
}
#meet_corrugted_cardboard article {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 870px;
}
#meet_corrugted_cardboard article figure, #meet_corrugted_cardboard article .container {
  width: 50%;
}
#meet_corrugted_cardboard article figure {
  margin: 0;
  padding-right: 30px;
}
#meet_corrugted_cardboard article .container {
  padding-left: 30px;
  text-align: left;
}
#meet_corrugted_cardboard article .container .entry-title {
  color: #88B14A;
  font-size: 20px;
  margin: 0;
  padding: 60px 0 0;
  text-align: left;
}

#cardboard_recycles {
  background: #88B14A url("assets/images/recycle-background.jpg") no-repeat;
  background-position: right;
  background-size: cover;
  padding: 92px 0;
}
#cardboard_recycles .recycle-icon {
  height: 145px;
  text-align: center;
}
#cardboard_recycles .recycle-icon svg {
  width: auto;
  height: 100%;
}

/* ---- Contact ---- */
#latest_news {
  margin-bottom: 60px;
}

#location {
  margin: 110px auto 90px;
  width: 250px;
}
#location .location-icon {
  display: block;
  height: auto;
  margin: 0 auto;
  width: 70px;
}
#location .location-icon svg .st0 {
  fill: #575756;
}
#location hr {
  display: block;
  margin: 0 auto;
  height: 4px;
  width: 71px;
  background-color: #88B14A;
  margin: 36px auto;
}
#location address {
  color: #575756;
  font-size: 20px;
  font-weight: 300;
  font-style: normal;
  line-height: 26px;
  margin-bottom: 30px;
}
#location h6 {
  color: #575756;
  font-size: 20px;
  font-weight: 600;
  margin: 6px 0;
}
#location h6.email {
  font-weight: 400;
}

/* ------------------------
 * Posts Media Queries
 * ------------------------
*/
@media screen and (min-width: 1080px) {
  #hero {
    min-height: 600px;
  }
}
@media screen and (max-width: 930px) {
  /* ---- Home ---- */
  /* home - images */
  #home_page_welcome .home-images {
    max-height: 100%;
  }
  #home_page_welcome .home-images li {
    width: 100% !important;
    padding: 10px 15px;
  }

  /* Home - USP */
  #usp {
    width: 100%;
  }
  #usp .usp-item {
    width: 50%;
  }
}
@media screen and (max-width: 750px) {
  /* ---- Why Cardboard ---- */
  #why_cardboard {
    margin: 0 auto;
  }
  #why_cardboard .why-cardboard-item {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #why_cardboard .why-cardboard-item .image, #why_cardboard .why-cardboard-item .container {
    width: 100%;
  }
  #why_cardboard .why-cardboard-item .container {
    padding: 0;
    text-align: left;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #why_cardboard .why-cardboard-item .container header .entry-title {
    font-size: 28px;
    padding-top: 28px;
    text-align: left;
  }
  #why_cardboard .why-cardboard-item .container header .entry-title .line {
    margin: 18px 0 0;
  }
  #why_cardboard .why-cardboard-item .image {
    height: 420px;
    margin: 0;
    padding: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #why_cardboard .why-cardboard-item .image img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #why_cardboard .why-cardboard-item:nth-of-type(even) .container {
    padding: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #why_cardboard .why-cardboard-item:nth-of-type(even) .image {
    padding: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 600px) {
  /* Home - Posts */
  #home_posts {
    width: 100%;
  }

  #hero .down-arrow {
    bottom: 12px !important;
    width: 60px !important;
  }

  /* ---- Posts ---- */
  #posts article.hentry {
    width: 50%;
  }

  /* ---- Why Cardboard ---- */
  #why_cardboard .why-cardboard-item .image {
    height: 350px;
  }

  /* ---- What is cardboard ---- */
  #meet_corrugted_cardboard article figure {
    margin: 0 auto;
    width: 80%;
    padding: 0;
  }
  #meet_corrugted_cardboard article .container {
    padding: 0;
    text-align: center;
    width: 100%;
  }
  #meet_corrugted_cardboard article .container .entry-title {
    padding: 0 0 12px 0;
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  /* ---- Home ---- */
  #home_page_welcome .logo {
    width: 190px;
  }

  /* ---- Why Cardboard ---- */
  #why_cardboard .why-cardboard-item .image {
    height: 290px;
  }
}
@media screen and (max-width: 400px) {
  /* ---- Home ---- */
  /* Home - USP */
  #usp .usp-item {
    width: 100%;
    padding: 20px 40px;
  }

  /* Home - Twitter feed */
  #twitter_feed {
    padding: 0 32px;
  }
}
#hero {
  border-bottom: 10px solid #88B14A;
  width: 100vw;
  height: 100vh;
  position: relative;
}
#hero .down-arrow {
  bottom: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  width: 100px;
}
#hero .down-arrow img {
  width: 100%;
  height: auto;
}

@media screen and (orientation: landscape) {
  #hero {
    background: url("assets/images/comingsoon/landscape-background.jpg") no-repeat top center;
    background-size: cover;
  }
}
@media screen and (orientation: portrait) and (min-width: 501px) {
  #hero {
    background: url("assets/images/comingsoon/portrait-tablet-background.jpg") no-repeat top center;
    background-size: cover;
    height: 95vh;
  }
}
/**
 * Mobile Layout
 *
 */
@media screen and (orientation: portrait) and (max-width: 500px) {
  #hero {
    background: url("assets/images/comingsoon/portrait-tablet-background.jpg") no-repeat top center;
    background-size: cover;
    height: 65vh;
  }
}
@media screen and (orientation: landscape) and (max-width: 768px) {
  #hero {
    background: url("assets/images/comingsoon/landscape-mobile-background.jpg") no-repeat top center;
    background-size: cover;
    height: 90vh;
  }
  #hero .down-arrow {
    bottom: 15px;
    width: 50px;
  }
}
/**
 * Comments 
 *
 * @since version 1.0.0
 */
#comments {
  clear: both;
  margin: 0 auto;
  width: 930px;
  padding: 2em 0 0.5em;
}

.comments-title {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 1.5em;
}

.comment-list,
.comment-list .children {
  list-style: none;
  margin: 0;
  padding: 0;
}

.comment-list li:before {
  display: none;
}

.comment-body {
  margin-left: 65px;
}

.comment-author {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0.4em;
  position: relative;
  z-index: 2;
}
.comment-author .avatar {
  height: 50px;
  left: -65px;
  position: absolute;
  width: 50px;
}
.comment-author .says {
  display: none;
}

.comment-meta {
  margin-bottom: 1.5em;
}

.comment-metadata {
  color: #767676;
  font-size: 10px;
}
.comment-metadata a.comment-edit-link {
  color: #222;
  margin-left: 1em;
}

.comment-body {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 4em;
  text-align: left;
}

#respond {
  margin: 0 auto;
  max-width: 600px;
  padding: 0 40px;
}
#respond #reply-title {
  color: #575756;
  font-weight: 900;
  margin-bottom: 26px;
  text-align: center;
  text-transform: uppercase;
}
#respond #reply-title:after {
  content: '';
  display: block;
  margin: 0 auto;
  height: 4px;
  width: 71px;
  background-color: #88B14A;
  margin-top: 22px;
}

.comment-reply-link {
  font-weight: 800;
  position: relative;
}
.comment-reply-link .icon {
  left: -2em;
  height: 1em;
  position: absolute;
  top: 0;
  width: 1em;
}

.children .comment-author .avatar {
  height: 30px;
  left: -45px;
  width: 30px;
}

.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
  border: 1px solid #333;
  padding: 2px;
}

.no-comments,
.comment-awaiting-moderation {
  color: #767676;
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
}

.comments-pagination {
  margin: 2em 0 3em;
}

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

.comment-form label {
  text-align: left;
}

.comment-form-cookies-consent {
  text-align: left;
}

/* ------------------------
 * Comments Media Queries
 * ------------------------
*/
@media screen and (max-width: 1079px) {
  #comments {
    padding-top: 5em;
  }

  .comments-title {
    margin-bottom: 2.5em;
  }

  ol.children .children {
    padding-left: 2em;
  }
}
/**
 * Widgets 
 *
 * @since version 1.0.0
 */
#secondary {
  padding: 1em 0 2em;
}

.widget {
  padding-bottom: 3em;
}

h2.widget-title {
  color: #575756;
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 26px;
  text-align: left;
  text-transform: uppercase;
}
h2.widget-title:after {
  content: '';
  display: block;
  margin: 0 auto;
  height: 4px;
  width: 71px;
  background-color: #88B14A;
  margin: 22px 0 0;
}

.widget-title a {
  color: inherit;
}

/* ---- widget forms ---- */
.widget select {
  width: 100%;
}

/* ---- widget lists ---- */
.widget ul {
  list-style: none;
  margin: 0;
}

.widget ul li,
.widget ol li {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 0.5em 0;
}

.widget:not(.widget_tag_cloud) ul li + li {
  margin-top: -1px;
}

.widget ul li ul {
  margin: 0 0 -1px;
  padding: 0;
  position: relative;
}

.widget ul li li {
  border: 0;
  padding-left: 24px;
  padding-left: 1.5rem;
}

/* ---- Widget lists of links ---- */
.widget_top-posts ul li ul,
.widget_rss_links ul li ul,
.widget-grofile ul.grofile-links li ul,
.widget_pages ul li ul,
.widget_meta ul li ul {
  bottom: 0;
}

.widget_nav_menu ul li li,
.widget_top-posts ul li,
.widget_top-posts ul li li,
.widget_rss_links ul li,
.widget_rss_links ul li li,
.widget-grofile ul.grofile-links li,
.widget-grofile ul.grofile-links li li {
  padding-bottom: 0.25em;
  padding-top: 0.25em;
}

.widget_rss ul li {
  padding-bottom: 1em;
  padding-top: 1em;
}

/* ---- Widget markup ---- */
.widget .post-date,
.widget .rss-date {
  font-size: 0.81em;
}

/* ---- Text widget ---- */
.widget_text {
  word-wrap: break-word;
}

.widget_text ul {
  list-style: disc;
  margin: 0 0 1.5em 1.5em;
}

.widget_text ol {
  list-style: decimal;
}

.widget_text ul li,
.widget_text ol li {
  border: none;
}

.widget_text ul li:last-child,
.widget_text ol li:last-child {
  padding-bottom: 0;
}

.widget_text ul li ul {
  margin: 0 0 0 1.5em;
}

.widget_text ul li li {
  padding-left: 0;
  padding-right: 0;
}

.widget_text ol li {
  list-style-position: inside;
}

.widget_text ol li + li {
  margin-top: -1px;
}

/* ---- RSS Widget ---- */
.widget_rss .widget-title .rsswidget:first-child {
  float: right;
}

.widget_rss .widget-title .rsswidget:first-child:hover {
  background-color: transparent;
}

.widget_rss .widget-title .rsswidget:first-child img {
  display: block;
}

.widget_rss ul li {
  padding: 2.125em 0;
}

.widget_rss ul li:first-child {
  border-top: none;
  padding-top: 0;
}

.widget_rss li .rsswidget {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 300;
  line-height: 1.4;
}

.widget_rss .rss-date,
.widget_rss li cite {
  color: #767676;
  display: block;
  font-size: 10px;
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1.5;
  text-transform: uppercase;
}

.widget_rss .rss-date {
  margin: 0.5em 0 1.5em;
  padding: 0;
}

.widget_rss .rssSummary {
  margin-bottom: 0.5em;
}

/* ---- Contact Info Widget ---- */
.widget_contact_info .contact-map {
  margin-bottom: 0.5em;
}

/* ---- Gravatar ---- */
.widget-grofile h4 {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0;
}

/* ---- Recent Comments ---- */
.widget_recent_comments table,
.widget_recent_comments th,
.widget_recent_comments td {
  border: 0;
}

/* ---- Recent Posts widget ---- */
.widget_recent_entries .post-date {
  display: block;
}

/* ---- Search ---- */
.search-form {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.search-form input[type="search"] {
  border-radius: 32px;
  height: 32px;
  line-height: 32px;
}
.search-form .search-submit {
  background: transparent;
  border-radius: 32px;
  height: 32px;
  line-height: 32px;
  padding: 0 16px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.search-form .search-submit:hover {
  color: #edd9c0;
}

.search-form .search-submit .icon {
  height: 24px;
  top: -2px;
  width: 24px;
}

/* ---- Tag cloud widget ---- */
.tagcloud ul li {
  float: left;
  border-top: 0;
  border-bottom: 0;
  padding: 0;
  margin: 4px 4px 0 0;
}

.tagcloud,
.widget_tag_cloud,
.wp_widget_tag_cloud {
  line-height: 1.5;
}

.widget .tagcloud a,
.widget.widget_tag_cloud a,
.wp_widget_tag_cloud a {
  border: 1px solid #ddd;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  padding: 4px 10px 5px;
  position: relative;
  width: auto;
  word-wrap: break-word;
  z-index: 0;
}

.widget .tagcloud a:hover,
.widget .tagcloud a:focus,
.widget.widget_tag_cloud a:hover,
.widget.widget_tag_cloud a:focus,
.wp_widget_tag_cloud a:hover,
.wp_widget_tag_cloud a:focus {
  border-color: #bbb;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
}

/* ---- Calendar widget ---- */
.widget_calendar th,
.widget_calendar td {
  text-align: center;
}

.widget_calendar tfoot td {
  border: 0;
}

/* ---- Gallery widget ---- */
.gallery-columns-5 .gallery-caption,
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

/* ------------------------
 * Widgets Media Queries
 * ------------------------
*/
@media screen and (max-width: 1079px) {
  /* Widgets */
  h2.widget-title {
    font-size: 11px;
    font-size: 0.6875rem;
    margin-bottom: 2em;
  }
}
/**
 * Media
 *
 * @since version 1.0.0
 */
img,
video {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

img.alignleft,
img.alignright {
  float: none;
  margin: 0;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* ---- Make sure embeds and iframes fit their containers. ---- */
embed,
iframe,
object {
  margin-bottom: 1.5em;
  max-width: 100%;
}

p > embed:only-child,
p > iframe:only-child,
p > object:only-child {
  margin-bottom: 0;
}

.wp-caption,
.gallery-caption {
  color: #666;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

/* ---- Images ---- */
.size-thumbnail {
  padding: 12px;
}

.size-medium {
  padding: 15px;
}

.size-full {
  padding: 80px 0;
}

.inline-medium {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 91px auto;
  width: 100%;
}
.inline-medium.about {
  margin-bottom: 60px;
}
.inline-medium img {
  width: 50%;
  height: 100%;
}
.inline-medium img:nth-child(odd) {
  padding-left: 0;
}
.inline-medium img:nth-child(even) {
  padding-right: 0;
}

/* ---- Media Elements---- */
.mejs-container {
  margin-bottom: 1.5em;
}

/* ---- Audio Player ---- */
.mejs-controls a.mejs-horizontal-volume-slider,
.mejs-controls a.mejs-horizontal-volume-slider:focus,
.mejs-controls a.mejs-horizontal-volume-slider:hover {
  background: transparent;
  border: 0;
}

/* ---- Galleries ---- */
.gallery-item {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin: 0 0 1.5em;
  padding: 0 1em 0 0;
  width: 50%;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus,
.widget-area .gallery-item a,
.widget-area .gallery-item a:hover,
.widget-area .gallery-item a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  display: inline-block;
  max-width: 100%;
}

.gallery-item a img {
  display: block;
  -webkit-transition: -webkit-filter 0.2s ease-in;
  transition: -webkit-filter 0.2s ease-in;
  transition: filter 0.2s ease-in;
  transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
  -webkit-filter: opacity(60%);
  filter: opacity(60%);
}

.gallery-caption {
  display: block;
  text-align: left;
  padding: 0 10px 0 0;
  margin-bottom: 0;
}

/* ------------------------
 * Media Media Queries
 * ------------------------
*/
@media screen and (min-width: 1080px) {
  /* Fix image alignment */
  img.alignleft {
    float: left;
    margin-right: 1.5em;
  }

  img.alignright {
    float: right;
    margin-left: 1.5em;
  }

  /* Gallery Columns */
  .gallery-item {
    max-width: 25%;
  }

  .gallery-columns-1 .gallery-item {
    max-width: 100%;
  }

  .gallery-columns-2 .gallery-item {
    max-width: 50%;
  }

  .gallery-columns-3 .gallery-item {
    max-width: 33.33%;
  }

  .gallery-columns-4 .gallery-item {
    max-width: 25%;
  }
}
@media screen and (max-width: 1079px) {
  /* Gallery Columns */
  .gallery-columns-5 .gallery-item {
    max-width: 20%;
  }

  .gallery-columns-6 .gallery-item {
    max-width: 16.66%;
  }

  .gallery-columns-7 .gallery-item {
    max-width: 14.28%;
  }

  .gallery-columns-8 .gallery-item {
    max-width: 12.5%;
  }

  .gallery-columns-9 .gallery-item {
    max-width: 11.11%;
  }
}
@media screen and (max-width: 600px) {
  /* ---- About ---- */
  .inline-medium img {
    width: 100%;
    height: 100%;
    padding: 15px 0;
  }
}
/**
 * Print
 * 
 * @since version 1.0.0
 */
@media print {
  /* Hide elements */
  form,
  button,
  input,
  select,
  textarea,
  .navigation-top,
  .social-navigation,
  #secondary,
  .content-bottom-widgets,
  .header-image,
  .panel-image-prop,
  .icon-thumb-tack,
  .page-links,
  .edit-link,
  .post-navigation,
  .pagination.navigation,
  .comments-pagination,
  .comment-respond,
  .comment-edit-link,
  .comment-reply-link,
  .comment-metadata .edit-link,
  .pingback .edit-link,
  .site-footer aside.widget-area,
  .site-info {
    display: none !important;
  }

  .entry-footer,
  #comments,
  .site-footer,
  .single-featured-image-header {
    border: 0;
  }

  /* Font sizes */
  body {
    font-size: 12pt;
  }

  h1 {
    font-size: 24pt;
  }

  h2 {
    font-size: 22pt;
  }

  h3 {
    font-size: 17pt;
  }

  h4 {
    font-size: 12pt;
  }

  h5 {
    font-size: 11pt;
  }

  h6 {
    font-size: 12pt;
  }

  .page .panel-content .entry-title,
  .page-title,
  body.page:not(.cbb-front-page) .entry-title {
    font-size: 10pt;
  }

  /* Layout */
  .wrap {
    padding-left: 5% !important;
    padding-right: 5% !important;
    max-width: none;
  }

  /* Site Branding */
  .site-header {
    background: transparent;
    padding: 0;
  }

  .custom-header-media {
    padding: 0;
  }

  .cbb-front-page.has-header-image .site-branding,
  .cbb-front-page.has-header-video .site-branding,
  .home.blog.has-header-image .site-branding,
  .home.blog.has-header-video .site-branding {
    position: relative;
  }

  .site-branding {
    margin-top: 0;
    margin-bottom: 1.75em !important;
    /* override styles added by JavaScript */
  }

  .site-title {
    font-size: 25pt;
  }

  .site-description {
    font-size: 12pt;
    opacity: 1;
  }

  /* Posts */
  .single-featured-image-header {
    background: transparent;
  }

  .entry-meta {
    font-size: 9pt;
  }

  /* Colors */
  body,
  .site {
    background: none !important;
    /* Brute force since user agents all print differently. */
  }

  body,
  a,
  .site-title a,
  .cbb-front-page.has-header-image .site-title,
  .cbb-front-page.has-header-video .site-title,
  .cbb-front-page.has-header-image .site-title a,
  .cbb-front-page.has-header-video .site-title a {
    color: #222 !important;
    /* Make sure color schemes don't affect to print */
  }

  h2,
  h5,
  blockquote,
  .site-description,
  .cbb-front-page.has-header-image .site-description,
  .cbb-front-page.has-header-video .site-description,
  .entry-meta,
  .entry-meta a {
    color: #777 !important;
    /* Make sure color schemes don't affect to print */
  }

  .entry-content blockquote.alignleft,
  .entry-content blockquote.alignright {
    font-size: 11pt;
    width: 34%;
  }

  .site-footer {
    padding: 0;
  }
}
