/*
  Theme Name:   Idium Child Theme
  Theme URI:    http://idium.no/
  Description:  Idium WordPress theme. Most flexibile, yet elegant, theme in the world.
  Author:       Idium
  Author URI:   http://idium.no/
  Template:     idium
  Version:      1.0

  Text Domain:  idium-child

  License:      All rights reserved by Idium AS
*/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 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;
}
/* HTML5 display definitions
     ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
     ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
     ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
     ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
     ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
     ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *        Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *        and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *        `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *        (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 and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
     ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
img {
  border: none;
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
  color: #006f51;
}
a:hover {
  text-decoration: underline;
}
a:active {
  background-color: transparent;
}
figure {
  margin: 0;
  padding: 0;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
html {
  height: 100%;
  font-size: 62.5%;
}
html body {
  color: #252525;
  background: #ffffff;
  font-family: 'PT Sans', Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6;
  position: relative;
}
html body #wrapper {
  width: 100%;
  position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin-top: 0;
}
h1,
h2 {
  font-size: 40px;
  font-size: 4rem;
}
h3 {
  font-size: 18px;
  font-size: 1.8rem;
}
p {
  margin-top: 0;
}
blockquote {
  border-left: 4px solid #006f51;
  margin-left: 0;
  padding-left: 1.4em;
}
.layout-container {
  max-width: 1236px;
  padding: 0 1em;
  margin: 0 auto;
}
.btn {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.35);
  padding: 0.5em;
  background: #006f51;
  color: #ffffff;
  font-weight: 700;
}
.btn:hover {
  text-decoration: none;
  opacity: 0.8;
}
#middle {
  position: relative;
}
.column > a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.column > a:hover * {
  opacity: 0.8;
}
/**
 * Grid
 */
.columns {
  margin: 0;
}
.columns .column {
  width: 100%;
  float: left;
  padding: 0 1.6667em 1.6667em;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
/**
 * Navigation
 */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1010;
  background: #2e2e2e;
  border-bottom: 1px solid #3a3a3a;
}
.header .logo-container a {
  color: #FFFFFF;
}
.nav-container {
  position: relative;
}
.logo-container {
  width: auto;
  display: inline-block;
  position: absolute;
  background: #006f51;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.35);
  font-size: 12px;
  font-size: 1.2rem;
}
.logo-image {
  display: block;
  margin: 0 0.25em;
  padding: 0.25em 0.125em;
  line-height: 1;
}
.logo-image:hover {
  text-decoration: none;
}
.logo-image:focus img {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(255, 255, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(255, 255, 0, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(255, 255, 0, 0.75);
}
a.logo-image:focus {
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.logo-image-wrapper {
  margin: 0;
}
.hide-logo .logo-container {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: none;
}
.hide-logo .logo-image {
  margin: 0;
  padding: 0;
  line-height: 0.5;
}
.hide-logo .logo-image img {
  width: 0;
}
.hide-logo .logo-image:after {
  content: attr(title);
  font-size: 20px;
  font-size: 2rem;
  color: #ffffff;
}
.hide-logo .logo-image:hover:after {
  color: #006f51;
}
.small-logo .logo-container {
  max-width: 100px;
  height: 100%;
  max-height: 60px;
}
.small-logo .logo-image-wrapper {
  height: 100%;
}
.small-logo .logo-image {
  height: 100%;
  padding: 0 0.1em;
  margin: 0;
  position: relative;
}
.small-logo .logo-image img {
  max-height: 100%;
  height: auto;
  width: auto;
}
.onepage-nav ul {
  display: block;
  float: left;
}
.onepage-nav li {
  display: block;
  float: left;
}
.onepage-nav ul.idium-onepager-menu .section-link {
  display: none;
}
.nav {
  float: right;
}
.nav ul {
  margin: 0;
}
.nav a {
  display: block;
  text-transform: uppercase;
  padding: 1.35em 1.6667em;
  border-left: 1px solid #3b3b3b;
  color: #ffffff;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
}
.nav a:hover {
  background: #00a276;
  color: #fff;
  text-decoration: none;
}
.nav a.current {
  color: #00a276;
}
.nav a.current:hover {
  color: #fff;
}
.nav-toggle.nav-toggle {
  display: block;
  float: left;
  font-size: 22px;
  font-size: 2.2rem;
  text-align: center;
  width: 2em;
  padding: 0.44em;
  color: #006f51;
}
.nav-toggle.nav-toggle:hover {
  text-decoration: none;
  background: none;
}
.nav-toggle.nav-toggle span {
  font-size: 12px;
  font-size: 1.2rem;
}
.nav-toggle.cart-toggle {
  width: auto;
  color: #fff;
}
.nav-toggle.cart-toggle span {
  font-size: 14px;
  font-size: 1.4rem;
  vertical-align: middle;
  font-weight: 700;
  font-family: 'PT Sans';
}
.dropdownmenu {
  display: none;
  position: absolute;
  right: 0;
  top: 6rem;
  z-index: 1000;
  width: 400px;
  padding: 1.6667em;
  background: #2e2e2e;
  border: 1px solid #3a3a3a;
  font-size: 0.8em;
}
.dropdownmenu li {
  margin: 0.1em 0;
}
.dropdownmenu li a {
  padding-left: 3em !important;
}
.dropdownmenu ul ul {
  border-top: 1px solid #3a3a3a;
  border-bottom: 1px solid #3a3a3a;
}
.main-menu-nav,
.mobile-navigation .idium-onepager-menu {
  background: #2e2e2e;
  margin: 0;
  padding: 1em 0 1em;
}
.main-menu-nav li,
.mobile-navigation .idium-onepager-menu li {
  list-style-type: none;
}
.main-menu-nav li a,
.mobile-navigation .idium-onepager-menu li a {
  display: block;
  color: #ffffff;
  position: relative;
  padding: 0.5em 0.25em 0.5em 2.5em;
}
.main-menu-nav li a:hover,
.mobile-navigation .idium-onepager-menu li a:hover {
  text-decoration: none;
  background: #006f51;
}
.main-menu-nav li .caret,
.mobile-navigation .idium-onepager-menu li .caret {
  position: absolute;
  right: auto;
  left: 1em;
  display: inline-block;
  line-height: inherit;
  width: 2em;
}
.main-menu-nav li .caret:after,
.mobile-navigation .idium-onepager-menu li .caret:after {
  vertical-align: middle;
}
.main-menu-nav .dropdown-menu,
.mobile-navigation .idium-onepager-menu .dropdown-menu {
  display: none;
}
nav ul.main-menu-nav {
  background: #2e2e2e;
  margin: 0;
  padding: 1em 0 1em;
}
nav ul.main-menu-nav li.dropdown > a {
  padding-left: 2.5em;
}
nav ul.main-menu-nav li > a {
  padding-left: 1.1em;
}
nav ul.main-menu-nav > li.dropdown > a {
  padding-left: 2em;
  font-weight: bold;
}
nav ul.main-menu-nav li {
  list-style-type: none;
}
nav ul.main-menu-nav li a {
  display: block;
  color: #ffffff;
  position: relative;
  padding: 0.5em 0.25em 0.5em 3em;
}
nav ul.main-menu-nav li a:hover {
  text-decoration: none;
  background: #006f51;
}
nav ul.main-menu-nav li .caret {
  position: absolute;
  right: auto;
  left: 0;
  top: 0;
  display: inline-block;
  line-height: inherit;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  background: rgba(255, 255, 255, 0.1);
  text-align: center;
}
nav ul.main-menu-nav .dropdown-menu {
  display: none;
  padding-left: 0;
}
.mediummenu,
.bigmenu {
  display: none;
}
.mobile-navigation {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}
.mobile-navigation nav ul.main-menu-nav li.dropdown > a {
  padding-left: 3em;
}
.mobile-navigation #nav-mobile {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 100%;
  top: 0;
  padding: 6em 2em 0;
  overflow: auto;
  background: #2e2e2e;
  z-index: 999;
}
.nav-opened #nav-mobile {
  left: 0;
}
#nav-mobile {
  display: block;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
/**
 * Accessibility
 */
.accessibility-top {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1236px;
}
.accessibility-top ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.accessibility-top ul li {
  float: left;
  padding: 0 32px 0 0;
}
.accessibility-top ul li a {
  background: #000;
  color: #fff;
  display: block;
  font-size: 16px;
  line-height: 19px;
  position: absolute;
  left: -10000px;
  z-index: 1100;
}
.accessibility-top ul li a:focus {
  left: 0;
}
/**
 * Breadcrumbs
 */
nav.breadcrumbs {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0 1.9em;
  width: 69%;
  border: none;
}
nav.breadcrumbs li a {
  color: #656565;
}
nav.breadcrumbs li.active-crumb {
  color: #8b8b8b;
}
/**
 * Call to action
 */
.template-call-to-action {
  text-align: center;
}
.template-call-to-action p {
  font-size: 18px;
  font-size: 1.8rem;
}
.template-call-to-action .btn {
  padding: 0.5em 1.2em;
  font-size: 16px;
  font-size: 1.6rem;
}
.singular-call-to-action h1.title {
  text-transform: uppercase;
}
/**
 * News
 */
.template-news {
  text-align: center;
}
.template-news .columns {
  text-align: left;
}
.template-news .btn {
  padding: 0.5em 1.2em;
}
.image-wrapper {
  display: block;
  position: relative;
  min-height: 75px;
}
.image-wrapper .date {
  font-size: 25px;
  font-size: 2.5rem;
  text-align: center;
  display: block;
  width: 3em;
  height: 3em;
  line-height: 1em;
  padding: 0.5em;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
}
.image-wrapper .date span {
  font-size: 33px;
  font-size: 3.3rem;
}
.news-columns h3 {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 0;
}
.more-link {
  font-size: 33px;
  font-size: 3.3rem;
}
.more-link:hover {
  text-decoration: none;
}
.view-all {
  font-size: 24px;
  font-size: 2.4rem;
}
/**
 * Shortcuts
 */
.template-shortcuts .intro {
  text-align: center;
}
.shortcuts-columns {
  text-align: center;
}
.shortcuts-columns img {
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.35);
}
.shortcuts-columns .column h3 {
  margin-bottom: 0;
}
.shortcuts-columns .column .btn {
  display: block;
  width: 60%;
  margin: 0.5em auto 0;
}
/**
 * Article
 */
.article-content .article-image,
.article-content .article-content {
  padding: 2em;
  float: left;
  width: 100%;
}
.article-content .content-wrapper a {
  text-decoration: underline;
}
/**
 * Contact
 */
.contact-section h3 {
  font-size: 36px;
  font-size: 3.6rem;
  margin-bottom: 0.25em;
}
.contact-section p {
  margin-bottom: 0;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.35;
}
.contact-section-form input,
.contact-section-form textarea {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.contact-section-form .gform_wrapper .gform_body li input[type="text"],
.contact-section-form .gform_wrapper .gform_body li input[type="email"],
.contact-section-form .gform_wrapper .gform_body li textarea.textarea {
  margin-bottom: 8px;
  border: none;
  padding: 0.625em;
  font-size: 18px;
  font-size: 1.8rem;
}
.contact-section-form .gform_wrapper .gform_body li .gfield_required {
  color: inherit;
}
.contact-section-form .gform_wrapper .gform_footer.gform_footer input[type="submit"] {
  text-transform: uppercase;
  padding: 0.5em 1em;
  font-size: 20px;
  font-size: 2rem;
}
.contact-socials h4 {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 0.25em;
}
.contact-socials a {
  font-size: 28px;
  font-size: 2.8rem;
  margin-right: 15px;
}
.contact-socials a:hover {
  text-decoration: none;
  opacity: 0.8;
}
/**
 * Sections
 */
.section-wrapper {
  /* Dont use this clearfix unless you really have to, rather enter the class in the markup if possible. At least group your selector so we dont bloat the code */
  zoom: 1;
  margin-bottom: 2em;
}
.section-wrapper:before,
.section-wrapper:after {
  content: "";
  display: table;
}
.section-wrapper:after {
  clear: both;
}
.section-wrapper article a {
  color: #2e2e2e;
}
/**
 * Default templates
 */
#middle {
  max-width: 1260px;
  margin: 40px auto 0;
  padding: 60px 0 40px 0;
  /* Dont use this clearfix unless you really have to, rather enter the class in the markup if possible. At least group your selector so we dont bloat the code */
  zoom: 1;
}
#middle:before,
#middle:after {
  content: "";
  display: table;
}
#middle:after {
  clear: both;
}
/**
 * One page section
 */
.home #middle {
  max-width: none;
  margin: 40px 0 0 0;
  padding: 0;
}
.home #middle section {
  padding: 4em 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.home #middle section h2 {
  text-transform: uppercase;
}
.home #middle section:first-child {
  padding: 4em 0 2em 0;
}
.home .intro {
  font-size: 30px;
  font-size: 1.25em;
}
#content,
#sidebar {
  padding: 0 1.66667em;
}
#content form.search input[type="text"],
#sidebar form.search input[type="text"] {
  padding: 0.3em;
  width: auto;
}
#content form.search input[type="submit"],
#sidebar form.search input[type="submit"] {
  padding: 0.5em;
  text-transform: none;
}
.title {
  text-align: left;
}
.page-header .title {
  line-height: 1.2;
}
.page-header .metadata {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 1em;
}
.article-content-wrapper {
  line-height: 1.4;
}
.article-content-wrapper h2,
.article-content-wrapper h3,
.article-content-wrapper h4,
.article-content-wrapper h5 {
  text-align: left;
  font-weight: normal;
}
.article-content-wrapper h2 {
  font-size: 26px;
  font-size: 2.6rem;
}
.article-content-wrapper h3 {
  font-size: 24px;
  font-size: 2.4rem;
}
.article-content-wrapper h4 {
  font-size: 22px;
  font-size: 2.2rem;
}
.article-content-wrapper h5 {
  font-size: 20px;
  font-size: 2rem;
}
.article-content-wrapper .intro {
  font-size: 24px;
  font-size: 2.4rem;
}
.article-content-wrapper ul {
  list-style-type: none;
  padding: 0;
}
.article-content-wrapper ul li:before {
  content: "\203A";
  margin-right: 0.2em;
  color: inherit;
}
.article-content-wrapper ul li:before {
  margin-right: 0.4em;
}
.article-content-wrapper ol {
  padding-left: 0;
  list-style-position: inside;
}
/**
 * Archives
 */
.article-archive {
  border-bottom: 1px solid #dedede;
  margin-bottom: 1.66667em;
}
.article-archive .meta {
  color: #656565;
}
.article-archive .archive-excerpt {
  color: #252525;
  padding-top: 0.3em;
}
.article-archive .read-more {
  display: block;
  font-size: 1.1em;
  font-weight: bold;
  cursor: pointer;
  color: #006f51;
}
.article-archive a:hover {
  text-decoration: none;
}
.article-archive a:hover * {
  opacity: 0.8;
}
h3.archive-title {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 0;
  line-height: 1.3em;
}
/**
 * Pagination
 */
.pagination ul {
  list-style-type: none;
  padding: 0;
  margin: 0 0 1.66667em;
}
.pagination ul li {
  display: inline-block;
}
.pagination ul .page-numbers {
  display: block;
  padding: 0.2em 0.8em;
  margin-right: 1px;
  background: #006f51;
  color: #ffffff;
}
.pagination ul .page-numbers.current {
  background: #252525;
}
/**
 * Sidebar
 */
.sidebar .widget {
  margin-bottom: 2.6667em;
}
.sidebar .widget:last-child {
  margin-bottom: 0;
}
.sidebar .widget .widget-title {
  font-size: 22px;
  font-size: 2.2rem;
  text-transform: uppercase;
}
.sidebar .widget ul {
  list-style-type: none;
  padding: 0;
  margin-top: 0;
}
.sidebar .widget ul li a:before {
  content: "\203A";
  margin-right: 0.2em;
  color: inherit;
}
.sidebar .widget ul li {
  padding: 0;
  color: #252525;
}
.sidebar .widget ul li a {
  display: block;
  padding: 0.25em 1em;
  color: inherit;
}
.sidebar .widget ul li a:hover {
  background: #006f51;
  color: #ffffff;
  text-decoration: none;
}
.sidebar .widget ul li ul {
  padding-left: 1em;
}
.sidebar .widget .gform_wrapper .gform_body li ::-webkit-input-placeholder {
  color: #252525;
}
.sidebar .widget .gform_wrapper .gform_body li :-moz-placeholder {
  color: #252525;
}
.sidebar .widget .gform_wrapper .gform_body li ::-moz-placeholder {
  color: #252525;
}
.sidebar .widget .gform_wrapper .gform_body li:-ms-input-placeholder {
  color: #252525;
}
.sidebar .widget .gform_wrapper .gform_footer.gform_footer input[type="submit"] {
  color: #fff;
  padding: 0.625em 1em;
}
.sidebar .widget .gform_wrapper input,
.sidebar .widget .gform_wrapper textarea {
  margin-bottom: 2px !important;
}
.sidebar .gform_wrapper li {
  padding: 0;
}
.sidebar .gform_wrapper .gform_body.gform_body li input,
.sidebar .gform_wrapper .gform_body.gform_body li textarea {
  background: #fff;
  color: #252525;
  border: 1px solid #dedede;
}
/**
 * Footer
 */
#footer {
  background: #404040;
  border-top: 1px solid #ffffff;
  padding: 0.75em 0 0.75em;
}
#copyright {
  float: right;
  text-transform: lowercase;
}
#copyright a {
  color: #fff;
  font-size: 10px;
  font-size: 1rem;
}
#copyright a:hover {
  text-decoration: none;
}
#copyright a img {
  vertical-align: middle;
}
.footer-holder ul {
  list-style-type: none;
}
.footer-holder ul li a {
  display: block;
  padding: 0.5em 0;
  color: #ffffff;
}
.footer-holder ul li a:hover {
  color: #00a276;
}
.footer-holder input,
.footer-holder textarea {
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.footer-holder .gform_wrapper .gform_body li {
  display: block;
  color: #fff;
}
.go-top {
  position: fixed;
  right: 0.5em;
  bottom: 0.5em;
  color: #fff;
  font-size: 60px;
  font-size: 6rem;
  text-shadow: 0px 0px 1px #000;
}
.go-top:hover {
  text-decoration: none;
}
.go-next {
  font-size: 60px;
  font-size: 6rem;
  text-shadow: 0px 0px 1px #000;
}
.go-next:hover {
  text-decoration: none;
}
.section-next {
  /* Dont use this clearfix unless you really have to, rather enter the class in the markup if possible. At least group your selector so we dont bloat the code */
  zoom: 1;
  text-align: center;
  margin-top: 3em;
}
.section-next:before,
.section-next:after {
  content: "";
  display: table;
}
.section-next:after {
  clear: both;
}
/**
 * Forms
 */
form input[type="text"],
form input[type="password"],
form input[type="email"],
form textarea {
  border: 1px solid #dedede;
  padding: 0.625em;
  width: 100%;
  background: #f7f7f7;
  color: #252525;
  margin-bottom: 4px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 16px;
  font-size: 1.6rem;
}
form input[type="text"] ::-webkit-input-placeholder,
form input[type="password"] ::-webkit-input-placeholder,
form input[type="email"] ::-webkit-input-placeholder,
form textarea ::-webkit-input-placeholder {
  color: #737373;
}
form input[type="text"] :-moz-placeholder,
form input[type="password"] :-moz-placeholder,
form input[type="email"] :-moz-placeholder,
form textarea :-moz-placeholder {
  color: #737373;
}
form input[type="text"] ::-moz-placeholder,
form input[type="password"] ::-moz-placeholder,
form input[type="email"] ::-moz-placeholder,
form textarea ::-moz-placeholder {
  color: #737373;
}
form input[type="text"]:-ms-input-placeholder,
form input[type="password"]:-ms-input-placeholder,
form input[type="email"]:-ms-input-placeholder,
form textarea:-ms-input-placeholder {
  color: #737373;
}
form select {
  background: #f7f7f7;
  color: #252525;
  width: auto;
  padding: 0.5em;
  line-height: 1;
  overflow: auto;
  border: 1px solid #dedede;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 16px;
  font-size: 1.6rem;
}
form input[type="submit"],
form input[type="button"] {
  background: #006f51;
  color: #ffffff;
  text-align: center;
  width: auto;
  padding: 1em 2em;
  line-height: 1;
  text-transform: uppercase;
  border: none;
  font-weight: normal;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
form input[type="submit"]:hover,
form input[type="button"]:hover {
  opacity: 0.8;
}
form label {
  font-weight: normal;
}
.gform_wrapper .gform_body li input[type="text"],
.gform_wrapper .gform_body li input[type="email"],
.gform_wrapper .gform_body li textarea.textarea {
  width: 100%;
  padding: 0.625em;
  font-size: 16px;
  font-size: 1.6rem;
}
.gform_wrapper .gform_footer.gform_footer {
  padding: 0;
}
.gform_wrapper .gform_footer.gform_footer input[type="submit"] {
  padding: 0.625em;
}
/**
 * WooCommerce related
 */
.dropdown-widget {
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
  background: #444444;
  border: 1px solid #3a3a3a;
  color: #fff;
  padding: 1.66667em;
}
.dropdown-widget .widget-title {
  font-size: 18px;
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: normal;
  text-align: left;
}
.dropdown-widget .cart-close {
  color: #fff;
  position: absolute;
  right: 1.66667em;
  top: 1.66667em;
}
.dropdown-widget .cart-close:hover {
  cursor: pointer;
}
.dropdown-widget .widget_shopping_cart_content ul {
  border-color: #fff;
}
.dropdown-widget .widget_shopping_cart_content ul a {
  color: #fff;
}
.cart-opened .dropdown-widget {
  display: block;
}
.widget_shopping_cart ul {
  list-style-type: none;
  padding-left: 0;
  border-bottom: 1px solid #252525;
}
.widget_shopping_cart ul li {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 12px;
}
.widget_shopping_cart ul a {
  color: #252525;
  font-family: 'PT Sans';
  font-weight: normal !important;
}
.widget_shopping_cart ul img {
  border: 3px solid #252525;
}
.widget_shopping_cart .total {
  font-size: 16px;
  font-size: 1.6rem;
}
.widget.widget.woocommerce.widget_shopping_cart .wiget_shopping_cart_content a {
  font-weight: normal;
}
.woocommerce-tabs .panel h2 {
  text-align: left;
  font-size: 24px;
  font-size: 2.4rem;
}
.product h3 {
  font-size: 24px;
  font-size: 2.4rem;
}
#payment li:before {
  display: none;
}
.woocommerce ul.products .onsale.onsale {
  z-index: 990;
}
/**
 * Others
 */
.admin-bar .header {
  margin-top: 32px;
}
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}
/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}
/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
   j.mp/bestclearfix */
.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix {
  zoom: 1;
}
section.default {
  background: #ffffff;
  color: #252525;
}
section.default a {
  color: #252525;
}
section.default .btn,
section.default .gform_wrapper .gform_footer.gform_footer input[type="submit"] {
  background-color: #006f51;
  color: #ffffff;
}
section.default .image-wrapper .date {
  background: rgba(0, 111, 81, 0.8);
}
section.default .contact-socials a {
  color: #006f51;
}
section.default .gform_wrapper .gform_body li input[type="text"],
section.default .gform_wrapper .gform_body li input[type="email"],
section.default .gform_wrapper .gform_body li textarea.textarea {
  background: #444444;
  color: #ffffff;
}
section.default .gform_wrapper .gform_body li ::-webkit-input-placeholder {
  color: #ffffff;
}
section.default .gform_wrapper .gform_body li :-moz-placeholder {
  color: #ffffff;
}
section.default .gform_wrapper .gform_body li ::-moz-placeholder {
  color: #ffffff;
}
section.default .gform_wrapper .gform_body li:-ms-input-placeholder {
  color: #ffffff;
}
/*
* Scheme Name: Dark
*/
section.Dark {
  background: #2e2e2e;
  color: #ffffff;
}
section.Dark a {
  color: #ffffff;
}
section.Dark .btn,
section.Dark .gform_wrapper .gform_footer.gform_footer input[type="submit"] {
  background-color: #549dc5;
  color: #ffffff;
}
section.Dark .image-wrapper .date {
  background: rgba(84, 157, 197, 0.8);
}
section.Dark .contact-socials a {
  color: #549dc5;
}
section.Dark .gform_wrapper .gform_body li input[type="text"],
section.Dark .gform_wrapper .gform_body li input[type="email"],
section.Dark .gform_wrapper .gform_body li textarea.textarea {
  background: #444444;
  color: #ffffff;
}
section.Dark .gform_wrapper .gform_body li ::-webkit-input-placeholder {
  color: #ffffff;
}
section.Dark .gform_wrapper .gform_body li :-moz-placeholder {
  color: #ffffff;
}
section.Dark .gform_wrapper .gform_body li ::-moz-placeholder {
  color: #ffffff;
}
section.Dark .gform_wrapper .gform_body li:-ms-input-placeholder {
  color: #ffffff;
}
/**
 * Scheme Name: Light
 */
section.Light {
  background: #ffffff;
  color: #2e2e2e;
}
section.Light a {
  color: #2e2e2e;
}
section.Light .btn,
section.Light .gform_wrapper .gform_footer.gform_footer input[type="submit"] {
  background-color: #549dc5;
  color: #ffffff;
}
section.Light .image-wrapper .date {
  background: rgba(84, 157, 197, 0.8);
}
section.Light .contact-socials a {
  color: #549dc5;
}
section.Light .gform_wrapper .gform_body li input[type="text"],
section.Light .gform_wrapper .gform_body li input[type="email"],
section.Light .gform_wrapper .gform_body li textarea.textarea {
  background: #444444;
  color: #ffffff;
}
section.Light .gform_wrapper .gform_body li ::-webkit-input-placeholder {
  color: #ffffff;
}
section.Light .gform_wrapper .gform_body li :-moz-placeholder {
  color: #ffffff;
}
section.Light .gform_wrapper .gform_body li ::-moz-placeholder {
  color: #ffffff;
}
section.Light .gform_wrapper .gform_body li:-ms-input-placeholder {
  color: #ffffff;
}
/**
 * Scheme Name: Blue
 */
section.Blue {
  background: #549dc5;
  color: #ffffff;
}
section.Blue a {
  color: #ffffff;
}
section.Blue .btn,
section.Blue .gform_wrapper .gform_footer.gform_footer input[type="submit"] {
  background-color: #2e2e2e;
  color: #ffffff;
}
section.Blue .image-wrapper .date {
  background: rgba(46, 46, 46, 0.8);
}
section.Blue .contact-socials a {
  color: #2e2e2e;
}
section.Blue .gform_wrapper .gform_body li input[type="text"],
section.Blue .gform_wrapper .gform_body li input[type="email"],
section.Blue .gform_wrapper .gform_body li textarea.textarea {
  background: #444444;
  color: #ffffff;
}
section.Blue .gform_wrapper .gform_body li ::-webkit-input-placeholder {
  color: #ffffff;
}
section.Blue .gform_wrapper .gform_body li :-moz-placeholder {
  color: #ffffff;
}
section.Blue .gform_wrapper .gform_body li ::-moz-placeholder {
  color: #ffffff;
}
section.Blue .gform_wrapper .gform_body li:-ms-input-placeholder {
  color: #ffffff;
}
/**
 * Heads up!
 * & { } is needed to create separate variable scopes for schemes!
 */
/* =WordPress Core
-------------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .alignnone {
    margin: 5px 30px 30px 0;
  }
  .aligncenter,
  div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
  }
  .alignright {
    float: right;
    margin: 5px 0 30px 30px;
  }
  .alignleft {
    float: left;
    margin: 5px 30px 30px 0;
  }
  a img.alignright {
    float: right;
    margin: 5px 0 30px 30px;
  }
  a img.alignnone {
    margin: 5px 30px 30px 0;
  }
  a img.alignleft {
    float: left;
    margin: 5px 30px 30px 0;
  }
  a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
  }
  .wp-caption.alignnone {
    margin: 5px 20px 20px 0;
  }
  .wp-caption.alignleft {
    margin: 5px 20px 20px 0;
  }
  .wp-caption.alignright {
    margin: 5px 0 20px 20px;
  }
  .wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
  }
  .wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
  }
}
@media only screen and (min-width: 768px) {
  h1,
  h2 {
    font-size: 60px;
    font-size: 6rem;
    margin-bottom: 0.2em;
    text-align: center;
  }
  h3 {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .home #middle,
  #middle {
    margin-top: 60px;
  }
  .nav-toggle.nav-toggle {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .template-call-to-action p {
    font-size: 28px;
    font-size: 2.8rem;
    max-width: 68%;
    margin: 0 auto 1.5em;
    line-height: 1.4;
  }
  .template-call-to-action .btn {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .news-columns h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  #copyright a {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .more-link {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .template-shortcuts .intro {
    font-size: 30px;
    font-size: 3rem;
  }
  .contact-section-form,
  .contact-section-text {
    float: left;
  }
  .contact-section-form {
    width: 52.5%;
  }
  .contact-section-text {
    width: 47.5%;
    padding: 0 5.25em;
  }
  .dropdown-widget {
    right: 4.555em;
    width: 400px;
  }
}
@media only screen and (min-width: 980px) {
  .mobile-navigation {
    display: none;
  }
  .idium-with-sidebar .sidebar {
    float: right;
    width: 31%;
    padding: 0 1.66667em;
    margin-top: -3.35rem;
  }
  .idium-with-sidebar #content {
    width: 69%;
    padding: 0 1.66667em;
    float: left;
  }
  .two-columns .column {
    width: 48%;
  }
  .two-columns .column:nth-child(2n+1) {
    clear: both;
  }
  .three-columns .column {
    width: 32%;
  }
  .three-columns .column:nth-child(3n+1) {
    clear: both;
  }
  .four-columns .column {
    width: 24%;
  }
  .four-columns .column:nth-child(4n+1) {
    clear: both;
  }
  .article-big .article-image,
  .article-big .article-content {
    width: 50%;
  }
  .article-small .article-image {
    width: 25%;
  }
  .article-small .article-content {
    width: 75%;
  }
  .article-image-left .article-image {
    float: left;
  }
  .article-image-right .article-image {
    float: right;
  }
  .article-content p {
    font-size: 1.3333em;
    line-height: 1.25em;
  }
  .dropdownmenu,
  .mediummenu,
  .bigmenu {
    display: none;
  }
  .nav-opened .dropdownmenu,
  .nav-opened .mediummenu,
  .nav-opened .bigmenu {
    display: block;
  }
  .onepage-nav ul.idium-onepager-menu {
    display: block;
    padding-left: 200px;
  }
  .onepage-nav ul.idium-onepager-menu .section-link {
    display: block;
  }
  .dropdownmenu {
    position: absolute;
    right: 0;
    top: 6rem;
    padding: 1.66667em;
    font-size: 0.8em;
    z-index: 1000;
  }
  .popupmenu {
    width: 100%;
    padding: 0;
    position: fixed;
    top: 9em;
    left: 0;
    z-index: 1000;
  }
  .popupmenu ul.dropdown-menu.lvl-1 {
    display: block;
  }
  .popupmenu > * {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
  .popupmenu ul.main-menu-nav {
    /* Dont use this clearfix unless you really have to, rather enter the class in the markup if possible. At least group your selector so we dont bloat the code */
    zoom: 1;
    width: 100%;
    padding-top: 2em;
    padding-left: 0;
    border-bottom: 6px solid #006f51;
  }
  .popupmenu ul.main-menu-nav:before,
  .popupmenu ul.main-menu-nav:after {
    content: "";
    display: table;
  }
  .popupmenu ul.main-menu-nav:after {
    clear: both;
  }
  .popupmenu ul.main-menu-nav ul {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .popupmenu ul.main-menu-nav ul ul {
    border-top: 1px solid #444444;
    border-bottom: 1px solid #444444;
  }
  .popupmenu ul.main-menu-nav > li {
    width: 33.333%;
    padding: 0 1em;
    float: left;
  }
  .popupmenu ul.main-menu-nav > li a {
    padding-left: 2.5em;
    padding-right: 0.5em;
  }
  .popupmenu ul.main-menu-nav li:nth-child(3n+1) {
    clear: left;
  }
  .popupmenu ul.main-menu-nav li .caret {
    font-size: 0.8em;
    top: 0.3em;
  }
  .popupmenu-wrapper {
    position: relative;
    padding: 0;
    max-width: 1160px;
    background: #2e2e2e;
    border: 1px solid #3a3a3a;
  }
  .popupmenu-wrapper .popupmenu-close {
    position: absolute;
    right: 1.25em;
    top: 0.25em;
    text-transform: uppercase;
    color: #ffffff;
  }
  .menu-widgets {
    /* Dont use this clearfix unless you really have to, rather enter the class in the markup if possible. At least group your selector so we dont bloat the code */
    zoom: 1;
    background: #444444;
  }
  .menu-widgets:before,
  .menu-widgets:after {
    content: "";
    display: table;
  }
  .menu-widgets:after {
    clear: both;
  }
  .menu-widgets > .widget {
    width: 33.333%;
    float: left;
    color: #ffffff;
    padding: 1.8em 1.6667em;
  }
  .menu-widgets > .widget .widget-title {
    font-size: 18px;
    font-size: 1.8rem;
    text-transform: uppercase;
    font-weight: normal;
    text-align: left;
  }
  .menu-widgets > .widget ul {
    list-style-type: none;
    padding: 0;
    margin-top: 0;
  }
  .menu-widgets > .widget ul li a {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0.5em 1em;
    color: #ffffff;
  }
  .menu-widgets > .widget ul li a:before {
    content: "\f054";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 0.75em;
    margin-right: 0.5em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .menu-widgets > .widget ul li a:hover {
    background: #006f51;
    text-decoration: none;
  }
  nav.mediummenu .popupmenu-wrapper .menu-widgets {
    float: right;
    width: 33.333%;
  }
  nav.mediummenu .popupmenu-wrapper .menu-widgets > .widget {
    width: 100%;
  }
  nav.mediummenu .popupmenu-wrapper ul.main-menu-nav {
    float: right;
    width: 66.666%;
    border-bottom: none;
  }
  .go-top {
    position: fixed;
    right: 1em;
    bottom: 1em;
  }
  .go-next {
    right: 1em;
    bottom: 1em;
  }
  .footer-holder .widget {
    float: left;
    width: auto;
  }
  .footer-holder .widget ul {
    display: inline-block;
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .footer-holder .widget li {
    display: inline-block;
  }
  .footer-holder .widget li a {
    display: inline-block;
    margin-right: 1em;
    text-transform: uppercase;
  }
  .footer-holder .widget li a:hover {
    text-decoration: none;
  }
  .footer-holder .widget li a:after {
    content: "|";
    margin-left: 1em;
  }
  .footer-holder .widget li a:hover:after {
    color: #ffffff;
  }
  .footer-holder .widget li:last-child a:after {
    display: none;
  }
}
@media screen amd (min-width: 1150px) {
  .onepage-nav ul.idium-onepager-menu {
    display: block;
  }
}
@media screen and (min-width: 782px) {
  body.logged-in.admin-bar {
    margin-top: 32px;
  }
}
@media screen and (max-width: 782px) {
  body.logged-in.admin-bar .mobile-navigation {
    margin-top: 46px;
  }
}
@media print {
  * {
    background: none !important;
    color: #000 !important;
  }
  body {
    font: 13px/18px Arial, Helvetica, sans-serif;
  }
  #nav,
  #sidebar,
  #footer,
  #slider,
  #idium-cookies-notification-bar,
  .social,
  .support-menu,
  .carousel,
  .news-header .view-more,
  .breadcrumbs,
  .form-area,
  .pagination,
  .read-more,
  .go-top,
  .section-next,
  .mobile-navigation,
  .onepage-nav ul.idium-onepager-menu,
  .chat_box {
    display: none!important;
  }
  #header {
    padding: 0 0 5%;
  }
  .btn {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .logo {
    font-weight: normal;
    font-size: 28px;
    line-height: 34px;
  }
  .slogan {
    padding: 0 0 16pt;
    text-align: center;
  }
  .slogan h2 {
    font-size: 21px;
    line-height: 24px;
    font-weight: normal;
    margin: 0 0 1%;
  }
  .four-columns .column {
    display: inline-block;
    padding: 0 1% 4%;
    vertical-align: top;
    width: 46%;
  }
  .four-columns img,
  .news img {
    max-width: 100%;
    padding: 0 0 5pt;
  }
  .four-columns p {
    margin: 0;
  }
  .news-header > h2 {
    font-size: 21px;
    font-weight: normal;
    line-height: 24px;
    text-align: center;
    margin: 0 0 2%;
  }
  .four-columns .column > h3,
  .news h3 {
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 1%;
  }
  .news {
    padding: 5% 0 0;
  }
  .news .column:first-child {
    page-break-after: always;
  }
  .news .column {
    padding: 0 0 15pt;
    overflow: hidden;
  }
  .news img {
    float: left;
    padding: 0 12pt 0 12pt;
  }
  .news p {
    margin: 0;
  }
  #content .alignleft {
    float: left;
    margin: 0 10pt 0 0;
    padding: 0;
  }
  #content .article-holder p {
    margin: 0;
  }
  #content .article {
    margin: 0 0 3%;
    overflow: visible;
  }
  #content .article:after {
    content: '';
    display: block;
    clear: both;
  }
  .article-holder h2 {
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    margin: 0;
  }
  h1.title {
    font-size: 24px;
    line-height: 28px;
    font-weight: normal;
    margin: 0 0 2%;
  }
  .intro {
    font-size: 16px;
    line-height: 20px;
  }
  .author,
  .category {
    font-style: italic;
  }
  #content .alignright {
    float: right;
    margin: 0 0 0 2%;
    page-break-before: always;
    width: 30%;
  }
  #content .article-holder .alignleft {
    width: 30%;
  }
  #content img {
    display: block;
    height: auto;
    width: 99%;
  }
  h1 {
    font-size: 28px;
    line-height: 30px;
    margin: 0;
  }
  h2 {
    font-size: 26px;
    font-weight: normal;
    line-height: 29px;
    margin: 0 0 1%;
  }
  h3 {
    font-size: 24px;
    font-weight: normal;
    line-height: 27px;
    margin: 0 0 1%;
  }
  h4 {
    font-size: 22px;
    font-weight: normal;
    line-height: 25px;
    margin: 0 0 2%;
  }
  h5 {
    font-size: 20px;
    font-weight: normal;
    line-height: 23px;
    margin: 0 0 2%;
  }
}
.woocommerce .button,
.woocommerce-page .button {
  border: 0;
  background: #006f51;
  color: #ffffff;
  margin: 0.5em 0;
  padding: 0.5em;
  font-size: 18px;
  font-size: 1.8rem;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.woocommerce .button:hover,
.woocommerce-page .button:hover,
.woocommerce .button:focus,
.woocommerce-page .button:focus {
  opacity: 0.8;
}
.woocommerce #sidebar .widget.woocommerce.widget_shopping_cart .button,
.woocommerce-page #sidebar .widget.woocommerce.widget_shopping_cart .button {
  padding: 0.5em 0.2em;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
}
#content .woocommerce input.button {
  font-size: 18px;
  font-size: 1.8rem;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.woocommerce table.shop_table {
  width: 100%;
}
.woocommerce table.shop_table tr th,
.woocommerce table.shop_table tr td {
  padding: 0.6em;
}
.woocommerce table.shop_table tbody tr,
.woocommerce table.shop_table tfoot tr {
  border-bottom: 1px solid #eaeaea;
}
.woocommerce table.shop_table thead tr {
  background: #006f51;
  color: #ffffff;
  text-align: left;
}
.woocommerce table.shop_table dl.variation {
  margin: 0;
}
.woocommerce table.shop_table dl.variation dt {
  float: left;
  clear: left;
}
.woocommerce table.shop_table dl.variation dd {
  margin: 0 0 0 6px;
  float: left;
  font-weight: bold;
}
.woocommerce #content .quantity,
#content .woocommerce .quantity {
  margin-right: 5px;
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 80px;
  font-size: 20px;
  font-size: 2rem;
}
.woocommerce #content .quantity .minus,
#content .woocommerce .quantity .minus,
.woocommerce #content .quantity .plus,
#content .woocommerce .quantity .plus {
  background: #fff;
  color: #006f51;
  border: 1px solid #eaeaea;
  height: 18px;
  padding: 0;
  position: absolute;
  right: 0;
  width: 21px;
  font-size: 14px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.woocommerce #content .quantity .minus:hover,
#content .woocommerce .quantity .minus:hover,
.woocommerce #content .quantity .plus:hover,
#content .woocommerce .quantity .plus:hover {
  opacity: 0.8;
}
.woocommerce #content .quantity .minus,
#content .woocommerce .quantity .minus {
  bottom: 0;
}
.woocommerce #content .quantity .plus,
#content .woocommerce .quantity .plus {
  top: 0;
}
.woocommerce #content .quantity input.qty,
#content .woocommerce .quantity input.qty {
  -moz-appearance: textfield;
  border: 1px solid #eaeaea;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #006f51;
  float: left;
  font-weight: bold;
  height: 35px;
  width: 56px;
  text-align: center;
}
.woocommerce #content .quantity input[type=number]::-webkit-inner-spin-button,
#content .woocommerce .quantity input[type=number]::-webkit-inner-spin-button,
.woocommerce #content .quantity input[type=number]::-webkit-outer-spin-button,
#content .woocommerce .quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
  /* Removes leftover margin */
}
p.woocommerce-info {
  background: #f6f6f6;
  border: 1px solid #eaeaea;
  color: #000000;
  padding: 0.6em;
}
p.woocommerce-info a {
  color: #000;
  text-decoration: underline;
  display: block;
}
p.woocommerce-info a:hover {
  text-decoration: none;
}
.woocommerce-error {
  list-style: none;
  padding: 0.6em;
  background: #FFBABA;
  border: 1px solid #D8000C;
}
.woocommerce-message {
  background: #f6f6f6;
  padding: 0.6em;
  border: 1px solid #eaeaea;
  border-left: 4px solid #006f51;
  margin-bottom: 1.5em;
}
.woocommerce-message a.button {
  background: none;
  color: #006f51;
}
.woocommerce ins {
  text-decoration: none;
}
.woocommerce mark {
  background: none;
}
.woocommerce ul.products {
  list-style: none;
  margin: 0 0 1em 0;
  padding: 0;
  clear: both;
}
.woocommerce ul.products li.product {
  width: 100%;
  margin: 0 0 40px 0;
}
.woocommerce ul.products li.product a {
  position: relative;
  display: block;
}
.woocommerce ul.products li.product > a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.woocommerce ul.products li.product img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.woocommerce ul.products li.product h3 {
  padding: .5rem 0;
  margin: 0;
  line-height: 30px;
}
.woocommerce ul.products li.product .price {
  display: block;
  font-weight: normal;
  margin-bottom: 10px;
  font-size: 22px;
  font-size: 2.2rem;
  color: #727272;
}
.woocommerce ul.products li.product .price del,
.woocommerce ul.products li.product .price del .amount {
  color: #e42626;
}
.woocommerce ul.products li.product .price .amount {
  color: #252525;
}
.woocommerce ul.products li.first {
  clear: both;
}
.woocommerce ul.products .onsale {
  padding: 0.5em 0.6em;
  background: #006f51;
  color: #ffffff;
  position: absolute;
  top: 20px;
  left: 0;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1.6rem;
  z-index: 999;
}
.woocommerce .woocommerce-ordering {
  margin: 0 0 1em 0;
}
.woocommerce #content div.product {
  position: relative;
}
.woocommerce #content div.product .images {
  width: 100%;
  margin-bottom: 10px;
}
.woocommerce #content div.product .images a {
  display: block;
}
.woocommerce #content div.product .images a > img,
.woocommerce #content div.product .images > img {
  width: 100%;
  height: auto;
}
.woocommerce #content div.product .images .thumbnails {
  padding-top: 1em;
}
.woocommerce #content div.product .images .thumbnails a {
  float: left;
  width: 30.75%;
  margin-right: 3.8%;
}
.woocommerce #content div.product .images .thumbnails a.first {
  clear: both;
}
.woocommerce #content div.product .images .thumbnails a.last {
  margin-right: 0;
}
.woocommerce #content div.product .images .thumbnails a img {
  display: block;
  width: 100%;
  height: auto;
}
.woocommerce #content div.product .onsale {
  padding: 0.6em 0.7em;
  background: #006f51;
  color: #ffffff;
  position: absolute;
  top: 20px;
  left: 0;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.8rem;
  z-index: 999;
}
.woocommerce #content div.product .price {
  color: #252525;
  display: block;
  font-size: 26px;
  font-size: 2.6rem;
}
.woocommerce #content div.product .price .from {
  color: #006f51;
}
.woocommerce #content div.product .price del,
.woocommerce #content div.product .price del .amount {
  color: #e42626;
}
.woocommerce #content div.product form.cart {
  margin-bottom: 10px;
}
.woocommerce #content div.product form.cart .button {
  margin-left: 0;
  display: block;
}
.woocommerce #content div.product form.cart select {
  border: 1px solid #eaeaea;
}
.woocommerce #content div.product form.cart .variations .label {
  padding-right: 1em;
}
.woocommerce #content div.product form.cart .variations .label,
.woocommerce #content div.product form.cart .variations .value {
  padding-bottom: 0.8em;
}
.woocommerce #content div.product form.cart .variations .reset_variations {
  margin-left: 5px;
}
.woocommerce #content div.product .product_meta > span {
  display: block;
}
.woocommerce #content div.product .woocommerce-tabs {
  margin-bottom: 20px;
}
.woocommerce #content div.product ul.tabs {
  list-style: none;
  /* Dont use this clearfix unless you really have to, rather enter the class in the markup if possible. At least group your selector so we dont bloat the code */
  zoom: 1;
  padding: 0;
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 0;
}
.woocommerce #content div.product ul.tabs:before,
.woocommerce #content div.product ul.tabs:after {
  content: "";
  display: table;
}
.woocommerce #content div.product ul.tabs:after {
  clear: both;
}
.woocommerce #content div.product ul.tabs li {
  float: left;
  margin: 0 1px 0 0;
  position: relative;
  z-index: 2;
}
.woocommerce #content div.product ul.tabs li a {
  display: block;
  background: #006f51;
  color: #ffffff;
  padding: 0.5em 1em;
  color: #fff;
}
.woocommerce #content div.product ul.tabs li a:hover,
.woocommerce #content div.product ul.tabs li a:focus {
  background: #ccc;
  color: #000;
  text-decoration: none;
}
.woocommerce #content div.product ul.tabs li.active a {
  background: #000;
  color: #fff;
  text-decoration: none;
}
.woocommerce #content div.product .panel.entry-content {
  padding: 4%;
  border: 1px solid #eaeaea;
  position: relative;
  top: -1px;
  z-index: 1;
}
.woocommerce #content div.product .panel.entry-content h2 {
  margin-bottom: 8px;
}
.woocommerce #content div.product .shop_attributes p {
  margin: 0;
}
.woocommerce #content div.product .shop_attributes th {
  margin-right: 1em;
  display: block;
  text-align: left;
}
.woocommerce #content div.product .related h2,
.woocommerce #content div.product .upsells h2 {
  margin-bottom: 10px;
}
.woocommerce #content div.product .related .price,
.woocommerce #content div.product .upsells .price {
  font-size: 22px;
  font-size: 2.2rem;
}
.woocommerce .pp_woocommerce h3 {
  margin-bottom: 20px;
}
.woocommerce .pp_woocommerce label {
  display: block;
}
.woocommerce .pp_woocommerce textarea {
  border: 1px solid #eaeaea;
  width: 100%;
}
.woocommerce .pp_woocommerce input[type="submit"] {
  border: 0;
  background: #006f51;
  color: #ffffff;
  margin: 0.5em 0;
  padding: 0.5em;
  font-size: 18px;
  font-size: 1.8rem;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.woocommerce .pp_woocommerce input[type="submit"]:hover,
.woocommerce .pp_woocommerce input[type="submit"]:focus {
  opacity: 0.8;
}
.woocommerce-cart table.cart td.product-price,
.woocommerce-cart table.cart th.product-price,
.woocommerce-cart table.cart td.product-thumbnail,
.woocommerce-cart table.cart th.product-thumbnail {
  display: none;
}
.woocommerce-cart table.cart td.product-remove {
  padding: 0 0.5em;
}
.woocommerce-cart table.cart td.product-remove a {
  display: block;
  color: #000;
  font-size: 2em;
  font-weight: bold;
}
.woocommerce-cart table.cart td.product-remove a:hover {
  text-decoration: none;
  opacity: 0.6;
  color: red;
}
.woocommerce-cart table.cart .coupon {
  display: block;
  background: #f6f6f6;
  padding: 1em;
  margin: 0 0 0.5em;
}
.woocommerce-cart table.cart .coupon label {
  text-transform: uppercase;
  font-weight: bold;
  margin-right: 0.3em;
  color: #000;
}
.woocommerce-cart table.cart .coupon .input-text {
  padding: 0.2em;
}
.woocommerce-cart table.cart .coupon .button {
  margin: 0 0 0 10px;
  padding: 0.3em 0.5em;
}
.woocommerce-cart #content .actions {
  padding-top: 10px;
}
.woocommerce-cart #content .actions input.checkout-button {
  margin-left: 10px;
}
.woocommerce-cart .cross-sells {
  margin-top: 20px;
}
.woocommerce-cart .cross-sells h2 {
  margin-bottom: 15px;
}
.woocommerce-cart .cart_totals {
  margin: 25px 0;
}
.woocommerce-cart .cart-collaterals table {
  width: 100%;
}
.woocommerce-cart .cart-collaterals table tr {
  border-bottom: 1px solid #eaeaea;
}
.woocommerce-cart .cart-collaterals table tr th {
  width: 70%;
  text-align: left;
  padding: 0.5em 0;
}
.woocommerce-cart .cart-collaterals table tr td {
  text-align: right;
  padding: 0.5em 0;
}
.woocommerce-cart .cart-collaterals table tr td strong {
  font-weight: normal;
}
.woocommerce-cart .cart-collaterals table tr.total strong {
  font-weight: bold;
}
.woocommerce-cart .cart-collaterals table .shipping ul {
  list-style: none;
  margin: 0;
}
.woocommerce-checkout .col-2 {
  position: relative;
}
.woocommerce-checkout p#shiptobilling {
  position: absolute;
  top: 5px;
  right: 0;
  font-size: 16px;
  font-size: 1.6rem;
  width: 70%;
  text-align: right;
}
.woocommerce-checkout p#shiptobilling label.checkbox {
  position: relative;
  top: 2px;
  margin-left: 5px;
}
.woocommerce-checkout .chzn-container {
  font-size: 18px;
  font-size: 1.8rem;
}
.woocommerce-checkout #content input,
.woocommerce-checkout #content textarea {
  font-size: 18px;
  font-size: 1.8rem;
}
.woocommerce-checkout abbr.required {
  border-bottom: none;
}
.woocommerce-checkout #order_review_heading {
  margin: 30px 0 10px 0;
}
.woocommerce-checkout .shop_table tfoot th {
  text-align: left;
}
.woocommerce-checkout .shop_table .product-total,
.woocommerce-checkout .shop_table tr.cart-subtotal td,
.woocommerce-checkout .shop_table tr.shipping td,
.woocommerce-checkout .shop_table tr.total td,
.woocommerce-checkout .shop_table tr.discount td {
  text-align: right;
}
.woocommerce-checkout .shop_table #shipping_method {
  list-style: none;
  margin: 0;
}
.woocommerce-checkout #payment {
  border: 1px solid #eaeaea;
  padding: 1em;
  margin-top: 1.5em;
}
.woocommerce-checkout #payment ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.woocommerce-checkout #payment ul li {
  padding: 0.2em 0;
}
.woocommerce-checkout #payment ul li label {
  margin: 0 0.3em;
  font-weight: bold;
}
.woocommerce-checkout #payment ul li label img {
  margin-left: 6px;
}
.woocommerce-checkout #payment label.checkbox {
  display: inline;
  position: relative;
  margin-right: 6px;
}
.woocommerce-checkout #payment .form-row.place-order {
  margin-top: 1em;
}
.woocommerce-checkout #payment p.terms {
  margin-top: 10px;
  float: right;
  font-weight: bold;
}
.woocommerce-checkout .order_details {
  list-style: none;
  padding: 0;
}
.woocommerce-checkout table.order_details {
  margin-top: 10px;
}
.woocommerce-checkout table.order_details tfoot td {
  text-align: right;
}
.woocommerce-checkout header h2 {
  margin-top: 1em;
}
.woocommerce-checkout dl.customer_details {
  margin: 0;
  /* Dont use this clearfix unless you really have to, rather enter the class in the markup if possible. At least group your selector so we dont bloat the code */
  zoom: 1;
}
.woocommerce-checkout dl.customer_details:before,
.woocommerce-checkout dl.customer_details:after {
  content: "";
  display: table;
}
.woocommerce-checkout dl.customer_details:after {
  clear: both;
}
.woocommerce-checkout dl.customer_details dt {
  float: left;
  clear: left;
}
.woocommerce-checkout dl.customer_details dd {
  margin: 0 0 0 6px;
  float: left;
}
.woocommerce-checkout .addresses {
  clear: both;
  margin-top: 1em;
}
.woocommerce-account h2 {
  margin-top: 15px;
}
.woocommerce-account table.shop_table {
  margin: 10px 0;
}
.woocommerce-account table.shop_table td.order-total .amount {
  font-weight: bold;
}
.woocommerce-account table.shop_table td.order-actions {
  text-align: right;
}
.woocommerce-account table.shop_table td.order-actions a.view {
  padding: 0.3em 0.7em;
}
.woocommerce-account table.shop_table tr .order-date,
.woocommerce-account table.shop_table tr .order-status {
  display: none;
}
.woocommerce-account mark {
  font-weight: bold;
}
.woocommerce-account table.order_details .product-total {
  text-align: right;
}
.woocommerce-account table.order_details tfoot th {
  text-align: left;
}
.woocommerce-account table.order_details tfoot td {
  text-align: right;
}
.woocommerce-account dl.customer_details {
  margin: 0;
  /* Dont use this clearfix unless you really have to, rather enter the class in the markup if possible. At least group your selector so we dont bloat the code */
  zoom: 1;
}
.woocommerce-account dl.customer_details:before,
.woocommerce-account dl.customer_details:after {
  content: "";
  display: table;
}
.woocommerce-account dl.customer_details:after {
  clear: both;
}
.woocommerce-account dl.customer_details dt {
  float: left;
  clear: left;
}
.woocommerce-account dl.customer_details dd {
  margin: 0 0 0 6px;
  float: left;
}
.woocommerce-account .addresses {
  clear: both;
  margin-top: 1em;
}
.woocommerce-account abbr.required {
  border-bottom: none;
}
.woocommerce-account #content form .chzn-container {
  font-size: 18px;
  font-size: 1.8rem;
}
.woocommerce-account #content form input,
.woocommerce-account #content form textarea {
  font-size: 18px;
  font-size: 1.8rem;
}
#sidebar .widget.woocommerce ul.product_list_widget li,
#header .widget.woocommerce ul.product_list_widget li,
#footer .woocommerce ul.product_list_widget li {
  /* Dont use this clearfix unless you really have to, rather enter the class in the markup if possible. At least group your selector so we dont bloat the code */
  zoom: 1;
  clear: both;
}
#sidebar .widget.woocommerce ul.product_list_widget li:before,
#header .widget.woocommerce ul.product_list_widget li:before,
#footer .woocommerce ul.product_list_widget li:before,
#sidebar .widget.woocommerce ul.product_list_widget li:after,
#header .widget.woocommerce ul.product_list_widget li:after,
#footer .woocommerce ul.product_list_widget li:after {
  content: "";
  display: table;
}
#sidebar .widget.woocommerce ul.product_list_widget li:after,
#header .widget.woocommerce ul.product_list_widget li:after,
#footer .woocommerce ul.product_list_widget li:after {
  clear: both;
}
#sidebar .widget.woocommerce ul.product_list_widget a,
#header .widget.woocommerce ul.product_list_widget a,
#footer .woocommerce ul.product_list_widget a {
  display: block;
  font-weight: bold;
  margin: 0 0 5px;
}
#sidebar .widget.woocommerce ul.product_list_widget a:hover,
#header .widget.woocommerce ul.product_list_widget a:hover,
#footer .woocommerce ul.product_list_widget a:hover {
  opacity: 0.8;
  text-decoration: none;
}
#sidebar .widget.woocommerce ul.product_list_widget img,
#header .widget.woocommerce ul.product_list_widget img,
#footer .woocommerce ul.product_list_widget img {
  float: right;
  width: 48px;
  height: auto;
}
#sidebar .widget.woocommerce.widget_shopping_cart .quantity,
#header .widget.woocommerce.widget_shopping_cart .quantity,
#footer .woocommerce.widget_shopping_cart .quantity {
  clear: left;
}
#sidebar .widget.woocommerce.widget_shopping_cart dl.variation,
#header .widget.woocommerce.widget_shopping_cart dl.variation,
#footer .woocommerce.widget_shopping_cart dl.variation {
  /* Dont use this clearfix unless you really have to, rather enter the class in the markup if possible. At least group your selector so we dont bloat the code */
  zoom: 1;
  margin: 0 0 6px 0;
}
#sidebar .widget.woocommerce.widget_shopping_cart dl.variation:before,
#header .widget.woocommerce.widget_shopping_cart dl.variation:before,
#footer .woocommerce.widget_shopping_cart dl.variation:before,
#sidebar .widget.woocommerce.widget_shopping_cart dl.variation:after,
#header .widget.woocommerce.widget_shopping_cart dl.variation:after,
#footer .woocommerce.widget_shopping_cart dl.variation:after {
  content: "";
  display: table;
}
#sidebar .widget.woocommerce.widget_shopping_cart dl.variation:after,
#header .widget.woocommerce.widget_shopping_cart dl.variation:after,
#footer .woocommerce.widget_shopping_cart dl.variation:after {
  clear: both;
}
#sidebar .widget.woocommerce.widget_shopping_cart dl.variation dt,
#header .widget.woocommerce.widget_shopping_cart dl.variation dt,
#footer .woocommerce.widget_shopping_cart dl.variation dt {
  float: left;
  clear: left;
  margin: 0 0 6px;
}
#sidebar .widget.woocommerce.widget_shopping_cart dl.variation dd,
#header .widget.woocommerce.widget_shopping_cart dl.variation dd,
#footer .woocommerce.widget_shopping_cart dl.variation dd {
  margin: 0 0 6px 6px;
  float: left;
  font-weight: bold;
}
#sidebar .widget.woocommerce.widget_shopping_cart p.buttons,
#header .widget.woocommerce.widget_shopping_cart p.buttons,
#footer .woocommerce.widget_shopping_cart p.buttons {
  margin: 0;
}
#sidebar .widget.woocommerce.widget_shopping_cart p.buttons a,
#header .widget.woocommerce.widget_shopping_cart p.buttons a,
#footer .woocommerce.widget_shopping_cart p.buttons a {
  width: 48%;
  display: inline-block;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  color: #ffffff;
  margin: 0;
}
#sidebar .widget.woocommerce.widget_shopping_cart p.buttons a.checkout,
#header .widget.woocommerce.widget_shopping_cart p.buttons a.checkout,
#footer .woocommerce.widget_shopping_cart p.buttons a.checkout {
  margin-left: 2%;
}
#sidebar .widget.woocommerce.widget_shopping_cart p.buttons a:hover,
#header .widget.woocommerce.widget_shopping_cart p.buttons a:hover,
#footer .woocommerce.widget_shopping_cart p.buttons a:hover {
  text-decoration: none;
  opacity: 0.8;
}
#sidebar .widget.woocommerce.widget_price_filter .price_slider,
#header .widget.woocommerce.widget_price_filter .price_slider,
#footer .woocommerce.widget_price_filter .price_slider {
  margin-bottom: 1em;
}
#sidebar .widget.woocommerce.widget_price_filter .price_slider_amount,
#header .widget.woocommerce.widget_price_filter .price_slider_amount,
#footer .woocommerce.widget_price_filter .price_slider_amount {
  text-align: right;
}
#sidebar .widget.woocommerce.widget_price_filter .price_slider_amount .button,
#header .widget.woocommerce.widget_price_filter .price_slider_amount .button,
#footer .woocommerce.widget_price_filter .price_slider_amount .button {
  float: left;
  margin-top: 0;
}
#sidebar .widget.woocommerce.widget_price_filter .price_label,
#header .widget.woocommerce.widget_price_filter .price_label,
#footer .woocommerce.widget_price_filter .price_label {
  padding-top: 8px;
}
#sidebar .widget.woocommerce.widget_price_filter .ui-slider,
#header .widget.woocommerce.widget_price_filter .ui-slider,
#footer .woocommerce.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
  margin-top: 20px;
  background: #EEE;
}
#sidebar .widget.woocommerce.widget_price_filter .ui-slider .ui-slider-handle,
#header .widget.woocommerce.widget_price_filter .ui-slider .ui-slider-handle,
#footer .woocommerce.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 0.9em;
  height: 0.9em;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #006f51;
  cursor: pointer;
  background: #FFF;
  outline: none;
  top: -0.3em;
}
#sidebar .widget.woocommerce.widget_price_filter .ui-slider .ui-slider-handle:last-child,
#header .widget.woocommerce.widget_price_filter .ui-slider .ui-slider-handle:last-child,
#footer .woocommerce.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -1em;
}
#sidebar .widget.woocommerce.widget_price_filter .ui-slider .ui-slider-range,
#header .widget.woocommerce.widget_price_filter .ui-slider .ui-slider-range,
#footer .woocommerce.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background: #006f51;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#sidebar .widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content,
#header .widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content,
#footer .woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content {
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#sidebar .widget.woocommerce.widget_price_filter .ui-slider-horizontal,
#header .widget.woocommerce.widget_price_filter .ui-slider-horizontal,
#footer .woocommerce.widget_price_filter .ui-slider-horizontal {
  height: .5em;
}
#sidebar .widget.woocommerce.widget_price_filter .ui-slider-horizontal .ui-slider-range,
#header .widget.woocommerce.widget_price_filter .ui-slider-horizontal .ui-slider-range,
#footer .woocommerce.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
#sidebar .widget.woocommerce.widget_price_filter .ui-slider-horizontal .ui-slider-range-min,
#header .widget.woocommerce.widget_price_filter .ui-slider-horizontal .ui-slider-range-min,
#footer .woocommerce.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}
#sidebar .widget.woocommerce.widget_price_filter .ui-slider-horizontal .ui-slider-range-max,
#header .widget.woocommerce.widget_price_filter .ui-slider-horizontal .ui-slider-range-max,
#footer .woocommerce.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}
#footer .woocommerce ul.product_list_widget li {
  margin-bottom: 5px;
}
#footer .woocommerce ul.product_list_widget li img {
  width: 30px;
}
#footer .woocommerce ul.product_list_widget li:after {
  width: 4px;
  height: 4px;
  background: #FFF;
}
@media only screen and (min-width: 480px) {
  .woocommerce ul.products {
    /* Dont use this clearfix unless you really have to, rather enter the class in the markup if possible. At least group your selector so we dont bloat the code */
    zoom: 1;
  }
  .woocommerce ul.products:before,
  .woocommerce ul.products:after {
    content: "";
    display: table;
  }
  .woocommerce ul.products:after {
    clear: both;
  }
  .woocommerce ul.products li.product {
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
    width: 50%;
    padding: 0 10px;
    float: left;
  }
  .woocommerce ul.products li.product:nth-child(2n+1) {
    clear: both;
  }
  .woocommerce .woocommerce-result-count {
    float: left;
  }
  .woocommerce .woocommerce-ordering {
    float: right;
    margin-right: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .woocommerce ul.products li.product {
    width: 25%;
  }
  .woocommerce ul.products li.product:nth-child(2n+1) {
    clear: none;
  }
  .woocommerce ul.products li.product:nth-child(4n+1) {
    clear: both;
  }
  .woocommerce #content div.product .images {
    float: left;
    width: 48%;
    margin-bottom: 20px;
  }
  .woocommerce #content div.product .summary {
    float: right;
    width: 48%;
    margin-bottom: 20px;
  }
  .woocommerce #content div.product .woocommerce-tabs {
    clear: both;
  }
  .woocommerce-cart table.cart td.product-price,
  .woocommerce-cart table.cart th.product-price,
  .woocommerce-cart table.cart td.product-thumbnail,
  .woocommerce-cart table.cart th.product-thumbnail {
    display: table-cell;
  }
  .woocommerce-cart table.cart td.product-thumbnail img {
    width: 50px;
    margin-top: 5px;
  }
  .woocommerce-account table.my_account_orders tr .order-date,
  .woocommerce-account table.my_account_orders tr .order-status {
    display: table-cell;
  }
}
@media only screen and (min-width: 980px) {
  .woocommerce ul.products {
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
    padding: 0 6% 0 0;
  }
  .woocommerce .woocommerce-ordering {
    padding-right: 6%;
  }
  .woocommerce #content div.product {
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
    padding: 0 6% 0 0;
  }
  /*.woocommerce-checkout form.checkout .col-1,
  .woocommerce-checkout form.checkout .col-2 {
    float: left;
    width: 50%;
    margin-bottom: 3%;
  }*/
  #sidebar .widget.woocommerce p.buttons a {
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
  }
  #sidebar .widget.woocommerce p.buttons a.checkout {
    margin-left: 0;
  }
}
#tribe-events-pg-template {
  max-width: none;
}
.single-tribe_events .tribe-events-event-meta,
.tribe-events-loop .tribe-events-event-meta {
  font-size: 16px;
  font-size: 1.6rem;
}
.tribe-events-tooltip .tribe-events-event-body {
  font-size: 14px;
  font-size: 1.4rem;
}
.tribe-events-tooltip .tribe-events-event-body p {
  font-size: 14px;
  font-size: 1.4rem;
}
.single-tribe_events .tribe-events-content {
  margin-top: 15px;
}
#tribe-events .tribe-events-button,
#tribe-events .tribe-events-button:hover,
#tribe_events_filters_wrapper input[type=submit],
.tribe-events-button,
.tribe-events-button.tribe-active:hover,
.tribe-events-button.tribe-inactive,
.tribe-events-button:hover,
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-],
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] > a {
  background: #006f51;
}
#tribe-events-content .tribe-events-calendar td.mobile-active,
#tribe-events-content .tribe-events-calendar .mobile-active:hover,
.tribe-events-calendar .mobile-active div[id*=tribe-events-daynum-],
.tribe-events-calendar td.tribe-events-present.mobile-active div[id*=tribe-events-daynum-],
#tribe-events-content .tribe-events-calendar td.tribe-events-present.mobile-active:hover,
.tribe-events-calendar td.tribe-events-present.mobile-active {
  background-color: #006f51;
}
#tribe-events-content .tribe-events-tooltip h4,
#tribe_events_filters_wrapper .tribe_events_slider_val,
.single-tribe_events a.tribe-events-gcal,
.single-tribe_events a.tribe-events-ical {
  color: #006f51;
}
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] {
  color: #FFF;
}
#tribe-events .tribe-events-button:hover,
ul.tribe-events-sub-nav a:hover,
#tribe-events-content a:hover {
  opacity: 0.8;
}
.tribe-mini-calendar th {
  font-weight: normal!important;
}
.tribe-mini-calendar-event .list-date .list-dayname {
  font-size: 13px !important;
  font-size: 1.3rem !important;
}
#tribe-events-pg-template .tribe-events-content h2,
.tribe-events-after-html h2,
.tribe-events-before-html h2 {
  font-size: 26px;
  font-size: 2.6rem;
}
#tribe-events-pg-template .tribe-events-content h3,
.tribe-events-after-html h3,
.tribe-events-before-html h3 {
  font-size: 24px;
  font-size: 2.4rem;
}
#tribe-events-pg-template .tribe-events-content h4,
.tribe-events-after-html h4,
.tribe-events-before-html h4 {
  font-size: 22px;
  font-size: 2.2rem;
}
#tribe-events-pg-template .tribe-events-content h5,
.tribe-events-after-html h5,
.tribe-events-before-html h5 {
  font-size: 20px;
  font-size: 2rem;
}
@media only screen and (min-width: 768px) {
  #tribe-events-pg-template #tribe-events-content.tribe-events-single .tribe-events-single-event-description,
  #tribe-events-pg-template #tribe-events-content.tribe-events-single .tribe-events-cal-links {
    display: inline-block;
    vertical-align: top;
  }
  #tribe-events-pg-template #tribe-events-content.tribe-events-single .tribe-events-single-event-description {
    width: 70%;
  }
  #tribe-events-pg-template #tribe-events-content.tribe-events-single .tribe-events-cal-links {
    width: 29%;
  }
}
@media only screen and (min-width: 980px) {
  #tribe-events-pg-template #tribe-events-content.tribe-events-single .tribe-events-single-event-description {
    width: 60%;
  }
  #tribe-events-pg-template #tribe-events-content.tribe-events-single .tribe-events-cal-links {
    width: 39%;
  }
}
/**
 * Scheme Name: Green
 */
section.Green {
  background: #ffffff;
  color: #006f51;
}
section.Green a {
  color: #006f51;
}
section.Green .btn,
section.Green .gform_wrapper .gform_footer.gform_footer input[type="submit"] {
  background-color: #006f51;
  color: #ffffff;
}
section.Green .image-wrapper .date {
  background: rgba(0, 111, 81, 0.8);
}
section.Green .contact-socials a {
  color: #006f51;
}
section.Green .gform_wrapper .gform_body li input[type="text"],
section.Green .gform_wrapper .gform_body li input[type="email"],
section.Green .gform_wrapper .gform_body li textarea.textarea {
  background: #444444;
  color: #ffffff;
}
section.Green .gform_wrapper .gform_body li ::-webkit-input-placeholder {
  color: #ffffff;
}
section.Green .gform_wrapper .gform_body li :-moz-placeholder {
  color: #ffffff;
}
section.Green .gform_wrapper .gform_body li ::-moz-placeholder {
  color: #ffffff;
}
section.Green .gform_wrapper .gform_body li:-ms-input-placeholder {
  color: #ffffff;
}
.logo-container {
  background: #fff;
}
.mixitup {
  margin: 0 -1em;
}
.mixitup .mixitup-filters {
  margin-left: 1em;
}
.mixitup .mixitup-filters .active {
  background: #00a276;
}
.mixitup-item {
  padding: 1em;
  vertical-align: top;
  display: none;
}
.mixitup-item img {
  margin: 0;
}
.mixitup-item h2 {
  color: #006f51;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  border-bottom: 1px solid #dedede;
  padding: 0.5em 0;
  line-height: 1.2;
}
.mixitup-item h3 {
  line-height: 1.3;
  font-style: italic;
}
.mixitup-item p {
  margin-bottom: 0;
}
.mixitup-item:hover {
  opacity: 0.8;
}
.template-call-to-action .btn {
  margin: 0 10px;
}
.category #content section.article-holder {
  margin: 0;
}
.category #content section.article-holder .category-list,
.category #content section.article-holder .article-list {
  text-align: left;
  margin-top: 2em;
}
.category #content section.article-holder .category-list .column,
.category #content section.article-holder .article-list .column,
.category #content section.article-holder .category-list .article,
.category #content section.article-holder .article-list .article {
  width: 100%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  vertical-align: top;
}
.category #content section.article-holder .category-list .column a,
.category #content section.article-holder .article-list .column a,
.category #content section.article-holder .category-list .article a,
.category #content section.article-holder .article-list .article a {
  display: block;
  text-decoration: none;
}
.category #content section.article-holder .category-list .column a:hover,
.category #content section.article-holder .article-list .column a:hover,
.category #content section.article-holder .category-list .article a:hover,
.category #content section.article-holder .article-list .article a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.category #content section.article-holder .category-list .column figure img,
.category #content section.article-holder .article-list .column figure img,
.category #content section.article-holder .category-list .article figure img,
.category #content section.article-holder .article-list .article figure img {
  margin: 0;
}
.category #content section.article-holder .category-list .column h3,
.category #content section.article-holder .article-list .column h3,
.category #content section.article-holder .category-list .article h3,
.category #content section.article-holder .article-list .article h3 {
  font-size: 20px;
  font-size: 2rem;
  color: #006f51;
  font-weight: bold;
  padding: 0.5em 0;
  line-height: 1.2;
}
aside#sidebar .widget_nav_menu h1.widget-title,
aside#sidebar .widget_nav_menu h3.widget-title {
  border-bottom: 2px solid #252525;
  margin: 0;
  padding: 0 0 0.3em;
  text-align: left;
}
aside#sidebar .widget_nav_menu ul li {
  border-bottom: 1px dotted #dedede;
}
aside#sidebar .widget_nav_menu ul li a {
  padding: 0.5em 0.8em;
}
aside#sidebar .widget_nav_menu ul li a:before {
  content: "";
  margin: 0;
}
@media screen and (min-width: 480px) {
  .home section.template-shortcuts .layout-container .columns .column {
    width: 49%;
  }
  .category #content section.article-holder .category-list,
  .category #content section.article-holder .article-list {
    padding: 0;
    max-width: 100%;
    margin: 0 -20px;
  }
  .category #content section.article-holder .category-list .column,
  .category #content section.article-holder .article-list .column,
  .category #content section.article-holder .category-list .article,
  .category #content section.article-holder .article-list .article {
    width: 49%;
    display: inline-block;
    padding: 0 20px 40px;
    border: 0;
  }
}
@media screen and (min-width: 768px) {
  .home section.template-shortcuts .layout-container .columns .column {
    width: 33%;
  }
  .category #content section.article-holder .category-list .column,
  .category #content section.article-holder .article-list .column,
  .category #content section.article-holder .category-list .article,
  .category #content section.article-holder .article-list .article {
    width: 32%;
  }
}
@media print {
  #header.header {
    position: inherit;
    text-align: center;
    padding: 0;
  }
  #header.header .logo-container {
    position: inherit;
    -webkit-box-shadow: inherit;
    -moz-box-shadow: inherit;
    box-shadow: inherit;
  }
  .btn,
  .description_tab {
    display: none;
  }
  .layout-container > h2 {
    text-align: center;
    font-size: 40px;
    font-size: 4rem;
  }
  .layout-container .article-image {
    text-align: center;
  }
  .layout-container span.image-wrapper {
    float: left;
    margin: 0 2em 0 0;
  }
  .layout-container h3 {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.5;
  }
  .layout-container .contact-section-form .gform_wrapper .gform_body li input[type="text"],
  .layout-container .contact-section-form .gform_wrapper .gform_body li input[type="email"],
  .layout-container .contact-section-form .gform_wrapper .gform_body li textarea.textarea {
    border: 1px solid #333;
    color: #333!important;
  }
  .layout-container .contact-section-form .gform_wrapper .gform_body li input[type="text"]::-webkit-input-placeholder,
  .layout-container .contact-section-form .gform_wrapper .gform_body li input[type="url"]::-webkit-input-placeholder,
  .layout-container .contact-section-form .gform_wrapper .gform_body li textarea::-webkit-input-placeholder {
    color: #333!important;
  }
  .layout-container .contact-section-form .gform_wrapper .gform_body li input[type="text"]:-moz-placeholder,
  .layout-container .contact-section-form .gform_wrapper .gform_body li input[type="url"]:-moz-placeholder,
  .layout-container .contact-section-form .gform_wrapper .gform_body li textarea:-moz-placeholder {
    color: #333!important;
  }
  .layout-container .contact-section-form .gform_wrapper .gform_body li input[type="text"]::-moz-placeholder,
  .layout-container .contact-section-form .gform_wrapper .gform_body li input[type="url"]::-moz-placeholder,
  .layout-container .contact-section-form .gform_wrapper .gform_body li textarea::-moz-placeholder {
    color: #333!important;
    opacity: 1;
  }
  .layout-container .contact-section-form .gform_wrapper .gform_body li input[type="text"]:-ms-input-placeholder,
  .layout-container .contact-section-form .gform_wrapper .gform_body li input[type="url"]:-ms-input-placeholder,
  .layout-container .contact-section-form .gform_wrapper .gform_body li textarea:-ms-input-placeholder {
    color: #333!important;
  }
  .layout-container .contact-section-form .gform_wrapper .gform_footer.gform_footer input[type="submit"] {
    padding: 1em 0 0 0;
    font-weight: bold;
  }
}
#lang_sel_list ul a {
  background: none!important;
}
#footer #lang_sel_list ul {
  borer-top: none;
}
#footer #lang_sel_list ul li a:after {
  content: '';
  margin: 0;
  display: none;
}
#footer #lang_sel_list ul li a:hover {
  opacity: 0.8;
}
header#header {
  border-bottom: 0;
}
header#header .subline {
  border-top: 1px solid #eaeaea;
  background: #fff;
  padding: 0.5em 0;
}
header#header .subline #lang_sel_list.lang_sel_list_horizontal {
  height: inherit;
  border: 0;
  font-family: 'PT Sans', Arial, Helvetica, sans-serif;
}
header#header .subline #lang_sel_list.lang_sel_list_horizontal ul {
  border-top: 0;
  float: right;
}
header#header .subline #lang_sel_list.lang_sel_list_horizontal ul li a {
  display: block;
  padding: 0 0 0 3em;
  background: none;
  color: #333;
}
header#header .subline #lang_sel_list.lang_sel_list_horizontal ul li a:hover {
  background: none;
  opacity: 0.8;
  color: #333;
}
.category #content section.article-holder .category-list .column,
.category #content section.article-holder .article-list .column,
.category #content section.article-holder .category-list .article,
.category #content section.article-holder .article-list .article {
  width: 100%;
  padding: 0 2% 2%;
  border: 0;
}
.category #content section.article-holder .category-list .column h3,
.category #content section.article-holder .article-list .column h3,
.category #content section.article-holder .category-list .article h3,
.category #content section.article-holder .article-list .article h3 {
  border: 0;
}
@media screen and (min-width: 768px) {
  .category #content section.article-holder .category-list .column,
  .category #content section.article-holder .article-list .column,
  .category #content section.article-holder .category-list .article,
  .category #content section.article-holder .article-list .article {
    width: 32%;
  }
}
.home #middle section:first-child {
  display: flex;
  min-height: 300px;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .home #middle section:first-child {
    min-height: 600px;
  }
}
.home #middle section:first-child .section-overlay {
  /*default, Light */
  background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.95) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-radial-gradient(center, ellipse cover, 0%, rgba(0, 0, 0, 0) 100%);
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.95) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.home #middle section:first-child.Dark .section-overlay,
.home #middle section:first-child.Blue .section-overlay {
  background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-radial-gradient(center, ellipse cover, 0%, rgba(0, 0, 0, 0) 100%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}
.home #middle section:first-child .layout-container {
  position: relative;
  z-index: 2;
  padding-top: 2em;
  padding-bottom: 2em;
}
