/*
Theme Name:     Elysian
Author:         Argon Design
Author URI:     http://www.argondesign.com.au/
Version:        1.0
*/
/*! 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;
}

::-moz-selection {
  background: #FFE9A1;
  color: #000;
  text-shadow: none;
}

::selection {
  background: #FFE9A1;
  color: #000;
  text-shadow: none;
}

a {
  color: #19a9e5;
  text-decoration: none;
}
a:hover {
  color: #1176a0;
}
a:focus {
  outline: none;
}

header a {
  color: #000;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 29px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #725f5e;
  line-height: 1.2;
  text-rendering: optimizelegibility;
}

h1 small, h2 small, h3 small {
  font-size: 0.8em;
  font-weight: 300;
}
h1 span, h2 span, h3 span {
  display: block;
  font-size: 0.5em;
  font-weight: 300;
}

h1 {
  font-size: 42px;
  font-size: 2.33333rem;
  text-transform: uppercase;
}

h2 {
  font-size: 36px;
  font-size: 2rem;
}

h3 {
  font-size: 24px;
  font-size: 1.33333rem;
}

h4 {
  font-size: 21px;
  font-size: 1.16667rem;
}

h5 {
  font-size: 18px;
  font-size: 1rem;
}

h6 {
  font-size: 16px;
  font-size: 0.88889rem;
}

p {
  margin: 0 0 29px;
}
p small {
  font-size: 0.8em;
}

ul, ol {
  padding: 0;
  margin: 0 0 29px 29px;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

abbr {
  cursor: help;
}

hr {
  height: 0;
  margin-bottom: 29px;
  border: 0;
  border-top: 1px solid #c2bdad;
  border-bottom: 1px solid #FFF;
}

blockquote {
  padding: 29px;
  margin-bottom: 29px;
  background: #F5F5F5;
  border-left: 5px solid #EEE;
  font-style: italic;
}
blockquote footer,
blockquote small {
  display: block;
  color: #725f5e;
  font-weight: 700;
}
blockquote footer cite,
blockquote small cite {
  font-style: normal;
  font-weight: normal;
}

address {
  display: block;
  margin-bottom: 29px;
  font-style: normal;
}

table {
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.table {
  width: 100%;
  margin: 0 0 29px;
}
.table th,
.table td {
  padding: 8px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #DDD;
}
.table th {
  font-weight: bold;
}
.table thead th {
  vertical-align: bottom;
  background-color: #FFF;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #DDD;
}

.table-bordered {
  border: 1px solid #DDD;
  border-collapse: separate;
  *border-collapse: collapsed;
  border-left: 0;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #DDD;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}

.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #F9F9F9;
}

.table tbody tr:hover td,
.table tbody tr:hover th {
  background-color: #F5F5F5;
}

fieldset {
  margin-bottom: 29px;
  padding: 0;
  border: none;
}
fieldset legend {
  width: 100%;
  display: block;
  color: #725f5e;
  font-weight: 700;
  font-size: 1em;
  border-bottom: 1px solid #c2bdad;
  margin: 0 0 29px;
  padding: 0 0 29px;
}

label {
  display: block;
  color: "Roboto", sans-serif;
  font-weight: 700 !important;
}

input,
button,
select,
textarea {
  vertical-align: middle;
}

textarea,
select,
input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"] {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 6px !important;
  outline: none;
  font-size: 1em !important;
  color: #66585b;
  border: 1px solid #c2bdad;
  border-radius: 0;
  background: #FFF;
}

input[type="search"]::-webkit-search-decoration {
  display: none;
}

textarea {
  width: 100%;
  height: 150px;
  resize: none;
  overflow: auto;
}

select[multiple],
select[size] {
  height: auto;
}

::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.button,
button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
  padding: 5px 15px;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  font-weight: 700;
  font-size: 13px;
  font-size: 0.72222rem;
  vertical-align: middle;
  cursor: pointer;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  background: #c2bdad;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.button:hover, .button:active,
button:hover,
button:active,
input[type="button"]:hover,
input[type="button"]:active,
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="reset"]:hover,
input[type="reset"]:active {
  color: #FFF;
  text-decoration: none;
  background: #66585b;
}

input[type="image"] {
  border: 0;
}

.alert-success,
.alert-warning,
.alert-error,
#cancel-comment-reply-link {
  display: block;
  margin: 0 0 29px;
  padding: 10px 20px;
  border-radius: 3px;
}

.alert-success {
  background: #DFF0D8;
  border: 1px solid #b2dba1;
  color: #529138;
}

.alert-warning {
  background: #FCF8E3;
  border: 1px solid #f5e79e;
  color: #caad16;
}

.alert-error,
#cancel-comment-reply-link {
  background: #F2DEDE;
  border: 1px solid #e4b9b9;
  color: #c77070;
}

.gfield {
  margin-bottom: 10px !important;
}

.gsection {
  margin-top: 32px !important;
}

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type="submit"] {
  font-size: 13px !important;
}

.paypal-graphic {
  margin-top: 20px !important;
  margin-bottom: -30px !important;
}

.gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label,
.gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label,
.gform_wrapper ul.gfield_radio li input[type="radio"] + label,
.gform_wrapper ul.gfield_checkbox li input[type="checkbox"] + label {
  font-weight: 300 !important;
}

.gform_footer br {
  display: none;
}

.alignright,
.alignleft,
.aligncenter,
.alignnone {
  display: block;
}

.alignright {
  float: right;
  margin: 0 0 29px 29px;
}

.alignleft {
  float: left;
  margin: 0 29px 29px 0;
}

.aligncenter {
  margin: 0 auto 29px;
}

.alignnone {
  margin: 0 29px 29px 0;
}

.wp-caption {
  background: #DDD;
  text-align: center;
  padding-top: 5px;
}

.wp-caption-text {
  color: #000;
  font-weight: 700;
  margin: 0;
  padding: 0 5px 5px;
}

.widget_nav_menu ul,
.widget_pages ul,
.widget_categories ul,
.widget_recent_entries ul,
.widget_meta ul,
.widget_archive ul,
.widget_shoppcategorieswidget ul {
  margin: 0;
  list-style: none;
}
.widget_nav_menu ul li,
.widget_pages ul li,
.widget_categories ul li,
.widget_recent_entries ul li,
.widget_meta ul li,
.widget_archive ul li,
.widget_shoppcategorieswidget ul li {
  display: block;
}
.widget_nav_menu ul li a,
.widget_pages ul li a,
.widget_categories ul li a,
.widget_recent_entries ul li a,
.widget_meta ul li a,
.widget_archive ul li a,
.widget_shoppcategorieswidget ul li a {
  display: block;
}
.widget_nav_menu ul li ul,
.widget_pages ul li ul,
.widget_categories ul li ul,
.widget_recent_entries ul li ul,
.widget_meta ul li ul,
.widget_archive ul li ul,
.widget_shoppcategorieswidget ul li ul {
  display: none;
}

.widget_recent_entries ul li .post-date {
  display: block;
  font-size: 0.8em;
  color: #AAA;
}

#sitemap ul {
  margin-bottom: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.one-half {
  width: 48%;
}

.one-third {
  width: 30.66%;
}

.two-third {
  width: 65.33%;
}

.one-fourth {
  width: 22%;
}

.three-fourth {
  width: 74%;
}

.one-fifth {
  width: 16.8%;
}

.two-fifth {
  width: 37.6%;
}

.three-fifth {
  width: 58.4%;
}

.four-fifth {
  width: 67.2%;
}

.one-sixth {
  width: 13.33%;
}

.five-sixth {
  width: 82.67%;
}

.one-half,
.one-third,
.two-third,
.three-fourth,
.one-fourth,
.one-fifth,
.two-fifth,
.three-fifth,
.four-fifth,
.one-sixth,
.five-sixth {
  position: relative;
  margin-right: 4%;
  margin-bottom: 29px;
  float: left;
}

.last {
  margin-right: 0 !important;
  clear: right;
}

.clearboth {
  width: 100%;
  height: 0;
  display: block;
  line-height: 0;
  font-size: 0;
  clear: both;
}

html {
  height: 100%;
}

body {
  height: 100%;
  color: #66585b;
  line-height: 1.612;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

#wrapper {
  height: 100%;
  max-height: 100%;
  position: relative;
}

#header {
  color: #FFF;
}
#header .logo {
  max-width: 100%;
  display: block;
}
#header nav {
  clear: both;
}
#header nav ul {
  margin: 0;
  list-style: none;
  line-height: 1.2;
  letter-spacing: 4px;
  text-transform: uppercase;
}
#header nav ul li {
  margin-bottom: 28px;
  position: relative;
}
#header nav ul li a {
  color: #FFF;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#header nav ul li a:hover {
  text-decoration: none;
  color: #c2bdad;
}
#header nav ul li ul {
  margin: 10px 0 0 10px;
  font-size: 13px;
  font-size: 0.72222rem;
  letter-spacing: 0;
  text-transform: none;
}
#header nav ul li ul li {
  padding: 3px 0;
  margin: 0;
}

#content img {
  max-width: 100%;
}

@media (min-width: 0) {
  html {
    font-size: 12px;
  }

  #header {
    background: #66585b;
  }
  #header .inner {
    padding: 20px 80px 20px 20px;
    *zoom: 1;
  }
  #header .inner:before, #header .inner:after {
    content: " ";
    display: table;
  }
  #header .inner:after {
    clear: both;
  }
  #header .logo {
    float: left;
  }
  #header nav .menu-collapser {
    position: absolute;
    top: 30px;
    right: 20px;
  }
  #header nav .menu-collapser .collapse-button {
    font-size: 40px;
    font-size: 2.22222rem;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    line-height: 1;
    cursor: pointer;
  }
  #header nav .menu-collapser .collapse-button:hover {
    color: #c2bdad;
  }
  #header nav ul {
    padding-top: 40px;
  }

  #copyright {
    display: none;
  }

  #primary {
    padding: 40px 20px;
    background: #FFF;
  }

  #content-toggle {
    display: none;
  }

  #supersized {
    display: none !important;
  }
}
@media (min-width: 481px) {
  #wrapper {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
  }

  .error404 #wrapper {
    background-image: url(images/default.jpg);
  }

  #header {
    width: 100%;
    position: relative;
    z-index: 500;
    background: rgba(102, 88, 91, 0.9);
  }
  #header .inner {
    padding: 20px 60px 20px 3%;
  }

  #primary {
    width: 94%;
    height: 100%;
    padding: 110px 0 3%;
    position: absolute;
    top: 0;
    left: 3%;
    background: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #primary .inner {
    width: 100%;
    height: 100%;
    overflow: auto;
    background: rgba(255, 255, 255, 0.9);
  }

  #content {
    padding: 30px 20px;
  }

  #supersized {
    display: block !important;
  }
}
@media (min-width: 769px) {
  html {
    font-size: 18px;
  }

  #header {
    width: 300px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: auto;
  }
  #header .inner {
    padding: 150px 30px 70px;
  }
  #header .logo {
    margin-bottom: 195px;
    float: none;
  }
  #header nav ul {
    padding: 0;
  }

  #copyright {
    display: block;
    width: 240px;
    font-size: 13px;
    font-size: 0.72222rem;
    position: absolute;
    bottom: 10px;
    left: 30px;
    text-transform: none;
  }

  #primary {
    width: auto;
    padding: 0;
    margin: 0 0 0 300px;
    float: left;
    position: relative;
    top: inherit;
    left: inherit;
    background: rgba(255, 255, 255, 0.9);
  }
  #primary .inner {
    background: none;
  }

  #content-toggle {
    width: 47px;
    height: 47px;
    display: block;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-image: url(images/toggle_content.png);
    position: absolute;
    top: 150px;
    right: -47px;
  }
  #content-toggle.closed {
    background-position: -47px 0;
  }

  #content {
    width: 560px;
    padding: 0;
    margin: 100px 70px;
  }
}
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  @page {
    margin: 0.5cm;
  }
  h2, h3 {
    orphans: 3;
    widows: 3;
    page-break-after: avoid;
  }

  p {
    orphans: 3;
    widows: 3;
  }

  pre, blockquote {
    border: 1px solid gray;
    page-break-inside: avoid;
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a, a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  img {
    max-width: 100% !important;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr {
    page-break-inside: avoid;
  }
}
