/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/**
 * 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,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability 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;
}
select[multiple],
select[size] {
  height: auto;
}
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
body {
  background: #fff;
  font: normal 16px/1.4 "open-sans", arial, sans-serif;
  color: #000;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.1;
  font-family: "adobe-garamond-pro", garamond, times, serif;
  font-weight: 400;
  color: #a37e3a;
}
h1,
h2,
h3 {
  margin: 0 0 20px 0;
}
h4,
h5,
h6 {
  margin: 0 0 10px 0;
}
h1 {
  font-size: 30px;
}
h2 {
  font-size: 26px;
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 16px;
}
a {
  color: #ae956b;
  text-decoration: none;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
a img {
  border: 0;
}
a .img_cont.scale {
  display: block;
  overflow: hidden;
  position: relative;
}
a .img_cont.scale img {
  width: 100%;
  height: 212px !important;
  display: block;
  margin: 0 !important;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
a .img_cont.scale:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #412850;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
a .img_cont.scale span.hover {
  left: 0;
  right: 0;
  top: 55%;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 24px;
  height: 24px;
  z-index: 500;
  display: block;
  margin: 0 auto;
  margin-top: -12px;
  position: absolute;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  background-image: url(img/ico_search_white@2x.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
}
a:hover {
  text-decoration: underline;
}
a:hover .img_cont.scale:after {
  opacity: 0.56;
  filter: alpha(opacity=56.00000000000001);
}
a:hover .img_cont.scale span.hover {
  top: 50%;
  opacity: 1;
  filter: alpha(opacity=100);
}
img {
  max-width: 100%;
}
p {
  margin: 0 0 20px 0;
}
ol,
ul,
dd {
  margin: 20px;
}
hr {
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  height: 0px;
  margin: 30px 0 40px;
  padding: 0;
  width: 100%;
}
pre,
code,
blockquote {
  padding: 50px;
}
.placeholder {
  color: #898989;
}
/*used for js placeholder fix for ie*/
.rtecontent img {
  margin: 0;
  max-width: 100% !important;
}
.rtecontent img.rte_image_left {
  display: block;
  float: left;
  margin: 5px 25px 5px 0;
}
.rtecontent img.rte_image_right {
  display: block;
  float: right;
  margin: 5px 0 5px 25px;
}
.rtecontent img.rte_image_full {
  display: block;
  margin: 5px 0 25px 0;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.clearfix:before,
.rtecontent:before,
.clearfix:after,
.rtecontent:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after,
.rtecontent:after {
  clear: both;
}
.hide,
.no_display {
  display: none !important;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
#content[tabindex="-1"]:focus {
  outline: 0;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}
.cf {
  clear: both;
}
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}
.sticky {
  display: block;
}
.hentry {
  margin: 0 0 1.5em;
}
.byline,
.updated:not(.published) {
  display: none;
}
.single .byline,
.group-blog .byline {
  display: inline;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
embed,
iframe,
object {
  max-width: 100%;
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}
div.messages {
  color: #000000;
  padding: 22px 29px;
  margin: 0 0 20px 0;
  background: #e7e4e9;
  border: 1px solid #bfb7c3;
  font-family: "open-sans", arial, sans-serif;
  border-right: none;
  border-left: none;
}
div.messages p {
  margin: 0;
  padding: 0;
  font-size: 14px;
}
div.messages span {
  display: block;
  font-size: 26px;
  line-height: 120%;
  margin-bottom: 4px;
  font-family: "adobe-garamond-pro", garamond, times, serif;
}
div.messages span:before {
  content: "";
  width: 29px;
  height: 29px;
  display: block;
  margin-right: 8px;
  vertical-align: -6px;
  display: inline-block;
  background: url(img/ico-message-sprite@2x.png) 0 -53px no-repeat;
  background-size: 29px 83px;
}
div.messages.error span:before {
  content: "";
  width: 29px;
  height: 24px;
  display: block;
  margin-right: 8px;
  vertical-align: -1px;
  display: inline-block;
  background: url(img/ico-message-sprite@2x.png) 0 0 no-repeat;
  background-size: 29px 83px;
}
div.messages.success span:before {
  content: "";
  width: 29px;
  height: 29px;
  display: block;
  margin-right: 8px;
  vertical-align: -6px;
  display: inline-block;
  background: url(img/ico-message-sprite@2x.png) 0 -25px no-repeat;
  background-size: 29px 83px;
}
div.messages.warning span:before {
  content: "";
  width: 29px;
  height: 24px;
  display: block;
  margin-right: 8px;
  vertical-align: -1px;
  display: inline-block;
  background: url(img/ico-message-sprite@2x.png) 0 0 no-repeat;
  background-size: 29px 83px;
}
@media only screen and (max-width: 579px), only screen and (max-width: 439px) {
  div.messages {
    padding: 20px;
  }
  div.messages p {
    font-size: 14px !important;
  }
  div.messages span {
    font-size: 22px;
  }
}
.fb-share {
  color: #533366;
  font-size: 14px;
  padding-top: 2px;
  min-height: 33px;
  padding-left: 33px;
  margin-right: 20px;
  margin-bottom: 20px;
  display: inline-block;
  font-family: "open-sans", arial, sans-serif;
  background: url(img/ico-fb-chat@2x.png) 0 0 no-repeat;
  background-size: 23px 31px;
}
@media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px) {
  .fb-share {
    padding-top: 0;
  }
}
@media only screen and (max-width: 439px) {
  .fb-share {
    background-position: 0 3px;
  }
}
label {
  display: block;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "open-sans", arial, sans-serif;
}
label span.required {
  color: #ae956b;
}
label span.required.highlight {
  color: red;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 5px 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="radio"] + label,
input[type="checkbox"] + label {
  display: inline-block;
  margin: 0 0 0 5px;
  font-weight: normal;
}
input[type=text],
input[type=password],
input[type="email"],
input[type="tel"],
input[type="url"],
[type="number"],
select,
textarea,
.form-control {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 54px;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important;
  padding: 14px 12px;
  margin-bottom: 25px;
  -webkit-appearance: none;
  font-size: 14px;
  line-height: 15px;
  font-family: "open-sans", arial, sans-serif;
  color: #000;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d7d7d7;
  border-left-width: 7px;
  -moz-appearance: textfield;
  color: #898989;
}
input[type=text]:focus,
input[type=password]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
[type="number"]:focus,
select:focus,
textarea:focus,
.form-control:focus {
  outline: 0;
  color: #000;
  border-color: #412850;
}
input[type=text]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
[type="number"]:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder,
.form-control:-moz-placeholder {
  color: #898989;
}
input[type=text]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
[type="number"]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder,
.form-control::-moz-placeholder {
  color: #898989;
}
input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
[type="number"]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
  color: #898989;
}
input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
[type="number"]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: #898989;
}
input[type=text][disabled],
input[type=password][disabled],
input[type="email"][disabled],
input[type="tel"][disabled],
input[type="url"][disabled],
[type="number"][disabled],
select[disabled],
textarea[disabled],
.form-control[disabled],
input[type=text][readonly],
input[type=password][readonly],
input[type="email"][readonly],
input[type="tel"][readonly],
input[type="url"][readonly],
[type="number"][readonly],
select[readonly],
textarea[readonly],
.form-control[readonly],
fieldset[disabled] input[type=text],
fieldset[disabled] input[type=password],
fieldset[disabled] input[type="email"],
fieldset[disabled] input[type="tel"],
fieldset[disabled] input[type="url"],
fieldset[disabled] [type="number"],
fieldset[disabled] select,
fieldset[disabled] textarea,
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
textarea {
  height: 164px;
  resize: none;
}
/*input[type=checkbox],input[type=radio]{ position: absolute; left: -9999em; opacity: 0; }
.lt-ie9 input[type=checkbox], .lt-ie9 input[type=radio]{ position: relative; left: auto; opacity: 1; }

input[type=checkbox] + label,
input[type=radio] + label{
	position: relative;
	display: inline-block !important;
	margin: 0 5px @padding-base 0;
	padding: 0 0 0 20px !important;
	font-weight: normal;

	&:before{
    	content: "";
    	display: block;
    	width: 15px;
    	height: 15px;
    	position: absolute;
    	top: 2px;
    	left: 0;
    	background: #fff;
    }

    &.checked:before{ background: #000; }
}

input[type=checkbox]:checked + label,
input[type=radio]:checked + label{
	&:before{ background: #000; }
}

.lt-ie9 input[type=checkbox] + label,
.lt-ie9 input[type=radio] + label{
	padding: 0;
	&:before{ display: none; }
}*/
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
input[type="submit"],
input[type="button"] {
  display: block;
  margin: 20px 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
/*======================================
  CUSTOM SELECT BOX - Selectric v1.9.2
======================================*/
.selectric-wrapper {
  cursor: pointer;
  position: relative;
  margin-bottom: 25px;
}
.selectric-responsive {
  width: 100%;
}
.selectric {
  border: 1px solid #d7d7d7;
  border-left-width: 7px;
  background: #fff;
  position: relative;
}
.selectric .label {
  color: #898989;
  display: block;
  letter-spacing: 1px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 0;
  padding: 14px 12px;
  font-size: 13px;
  line-height: 15px;
  height: 54px;
  font-family: "open-sans", arial, sans-serif;
}
.selectric .button {
  top: -1px;
  margin: 0;
  padding: 0;
  right: -1px;
  width: 54px;
  height: 56px;
  display: block;
  position: absolute;
  background: #412850;
  color: transparent;
}
.selectric .button:after {
  left: 0;
  right: 0;
  top: 50%;
  bottom: 0;
  width: 11px;
  height: 7px;
  margin: auto;
  content: " ";
  margin-top: -3.5px;
  position: absolute;
  background: url(img/select-dropper@2x.png) 0 0 no-repeat;
  background-size: 11px 14px;
}
.selectric-open {
  z-index: 9999;
  margin-bottom: 26px;
}
.selectric-open .selectric {
  border-color: #412850;
  border-bottom: none;
}
.selectric-open .selectric b {
  background: none;
}
.selectric-open .selectric b:after {
  background-position: 0 -7px;
}
.selectric-open .selectric-items {
  display: block;
}
.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
  display: none;
}
.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}
.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}
/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  z-index: -1;
  margin-top: -5px;
  border: 1px solid #412850;
  border-left-width: 7px;
  border-top: none;
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
.selectric-items ul,
.selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}
.selectric-items li {
  display: block;
  padding: 8px;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #EEE;
  color: #666;
  cursor: pointer;
}
.selectric-items li.selected {
  background: #EFEFEF;
  color: #444;
}
.selectric-items li:hover {
  background: #F0F0F0;
  color: #444;
}
.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  color: #444;
}
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
.selectric-items .selectric-group li {
  padding-left: 25px;
}
.grid {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin: 0 0 45px 0;
}
.grid:before,
.grid:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.grid:after {
  clear: both;
}
.grid:before,
.grid:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.grid:after {
  clear: both;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .grid {
    margin: 0 0 20px 0;
  }
}
[class*='col-'] {
  float: left;
  padding-right: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  [class*='col-'] {
    padding-right: 20px;
  }
}
.grid [class*='col-']:last-of-type {
  padding-right: 0;
}
.col-2-3 {
  width: 66.66%;
}
.col-1-3 {
  width: 33.33%;
}
.col-1-1 {
  width: 100%;
}
.col-3-4 {
  width: 75%;
}
.col-1-2 {
  width: 50%;
}
.col-1-4 {
  width: 25%;
}
.col-1-8 {
  width: 12.5%;
}
/* Opt-in outside padding */
.grid-pad {
  padding: 45px 0 45px 45px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .grid-pad {
    padding: 20px 0 20px 20px;
  }
}
.grid-pad [class*='col-']:last-of-type {
  padding-right: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .grid-pad [class*='col-']:last-of-type {
    padding-right: 20px;
  }
}
.grid-pull {
  margin: -45px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .grid-pull {
    margin: -20px;
  }
}
.btn {
  color: #ae956b;
  font-weight: 600;
  background: #fff;
  padding: 15px 55px;
  text-align: center;
  letter-spacing: 1px;
  display: inline-block;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
  text-transform: uppercase;
  border: 2px solid #ae956b;
  font-size: 15px;
  font-family: "open-sans", arial, sans-serif;
}
.btn.sml {
  font-size: 13px;
}
.btn.lg {
  font-size: 19px;
}
.btn:hover {
  color: #fff;
  background: #ae956b;
  text-decoration: none;
}
.btn.dark {
  color: #fff;
  border-width: 1px;
  padding-left: 48px;
  background: #ae956b;
  border-left: 7px solid #8b7756;
}
.btn.dark:hover {
  background: #8e7957;
  border-color: #8e7957;
  border-left: 7px solid #726146;
}
@media only screen and (max-width: 439px) {
  .btn.dark {
    padding-left: 30px;
  }
}
.btn.interior {
  color: #fff;
  border-width: 1px;
  padding: 15px 45px;
  padding-left: 38px;
  border-color: #412850;
  background-color: #412850;
  border-left: 7px solid #342040;
}
.btn.interior:hover {
  background: #342040;
  border-color: #342040;
}
.btn.set-width {
  min-width: 180px;
}
@media only screen and (max-width: 579px) {
  .btn.set-width {
    min-width: 1px;
    padding: 15px 18px 15px 15px !important;
  }
}
.btn.wide {
  clear: both;
  width: 360px;
  max-width: 100%;
  margin-bottom: 20px;
}
.btn.push-top {
  margin-top: 15px;
}
.btn:disabled {
  background: #797979;
  border-color: #606060;
}
.btn:disabled:hover {
  background: #797979;
  border-color: #606060;
}
@media only screen and (min-width: 1200px) and (max-width: 1299px), only screen and (min-width: 1024px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 580px) and (max-width: 767px), only screen and (max-width: 579px) {
  .btn {
    padding: 12px 35px;
    font-size: 14px;
  }
  .btn.dark,
  .btn.interior {
    text-align: center;
  }
}
@media only screen and (min-width: 580px) and (max-width: 767px), only screen and (max-width: 579px) {
  .btn.interior {
    font-size: 12px;
  }
}
/*
 * jQuery FlexSlider v2.5.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  top: 32px;
  right: 32px;
  width: 18px;
  height: 18px;
  opacity: 0.75;
  overflow: hidden;
  text-indent: 100%;
  position: absolute;
  white-space: nowrap;
  filter: alpha(opacity=75);
  background: url(img/magnific-closer@2x.png) 0 0 no-repeat;
  background-size: 18px 18px;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
.popup {
  margin: 0 auto;
  max-width: 600px;
  background: #fff;
  position: relative;
  border: 1px solid #d7d7d7;
}
.popup h2 {
  margin: 0;
  color: #000;
  font-size: 32px;
  background: #f5f5f5;
  padding: 28px 60px 28px 28px;
}
.popup .pop-content {
  padding: 32px 28px;
}
.popup .pop-content span {
  display: block;
  font-size: 22px;
  font-family: "adobe-garamond-pro", garamond, times, serif;
}
.popup .pop-content span.em-note {
  font-size: 20px;
  font-style: italic;
}
.popup .pop-content .btn-wrap {
  margin: 0 -2%;
}
.popup .pop-content .btn-wrap .btn.dark.sml {
  margin: 0 2%;
  min-width: 28.66%;
  text-align: center;
  padding: 15px 20px 15px 18px;
}
@media only screen and (max-width: 579px) {
  .popup .pop-content .btn-wrap .btn.dark.sml {
    min-width: 45%;
  }
  .popup .pop-content .btn-wrap .btn.dark.sml:nth-of-type(1),
  .popup .pop-content .btn-wrap .btn.dark.sml:nth-of-type(2) {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 439px) {
  .popup .pop-content .btn-wrap .btn.dark.sml {
    min-width: 40%;
  }
}
.popup .pop-content .btn.interior {
  padding-left: 38px;
}
.utility {
  height: 36px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 22px;
  text-align: right;
  background: #ae956b;
}
.utility a {
  color: #fff;
}
@media only screen and (min-width: 1200px) and (max-width: 1299px), only screen and (min-width: 1024px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 580px) and (max-width: 767px), only screen and (max-width: 579px) {
  .utility {
    font-size: 12px;
    padding: 10px 22px;
  }
}
header.site-header {
  padding: 22px;
  position: relative;
  background: #000;
  z-index: 501;
}
header.site-header:before,
header.site-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
header.site-header:after {
  clear: both;
}
header.site-header:before,
header.site-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
header.site-header:after {
  clear: both;
}
header.site-header .site-branding {
  float: left;
}
header.site-header .site-branding a {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 29px;
  -webkit-transition: none;
  transition: none;
  font-family: "adobe-garamond-pro", garamond, times, serif;
}
header.site-header .site-branding a:before,
header.site-header .site-branding a:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
header.site-header .site-branding a:after {
  clear: both;
}
header.site-header .site-branding a:before,
header.site-header .site-branding a:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
header.site-header .site-branding a:after {
  clear: both;
}
header.site-header .site-branding a:hover {
  text-decoration: none;
}
header.site-header .site-branding p {
  float: left;
  width: 368px;
  height: 39px;
  display: block;
  font-size: 35px;
  overflow: hidden;
  text-indent: 100%;
  margin: 0 20px 0 0;
  white-space: nowrap;
  text-transform: uppercase;
  background: url(img/logo-new@2x.png) 0 0 no-repeat;
  background-size: 100% auto;
}
header.site-header .site-branding span {
  float: left;
  padding: 0 20px;
  position: relative;
  display: none;
}
header.site-header .site-branding span:before {
  left: 0;
  top: -8px;
  width: 1px;
  height: 55px;
  content: "";
  position: absolute;
  background: #ae956b;
}
header.site-header .menu-btn {
  display: none;
}
@media only screen and (min-width: 1200px) and (max-width: 1299px), only screen and (min-width: 1024px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 580px) and (max-width: 767px), only screen and (max-width: 579px) {
  header.site-header .site-branding a {
    font-size: 22px;
  }
  header.site-header .site-branding a p {
    width: 330px;
    margin-right: 10px;
    background-position: left 4px;
  }
  header.site-header .site-branding a span {
    padding: 5px 0 5px 10px;
  }
  header.site-header .site-branding a span:before {
    top: 0;
    height: 40px;
  }
}
@media only screen and (max-width: 579px) {
  header.site-header .site-branding a {
    font-size: 16px;
  }
  header.site-header .site-branding a p {
    height: 35px;
    width: 220px;
    margin-right: 10px;
    margin-top: 12px;
    background-position: left 2px;
  }
  header.site-header .site-branding a span {
    padding: 0;
    clear: left;
  }
  header.site-header .site-branding a span:before {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 580px) and (max-width: 767px), only screen and (max-width: 579px) {
  header.site-header .menu-btn {
    top: 27px;
    right: 20px;
    display: block;
    cursor: pointer;
    position: absolute;
  }
  header.site-header .menu-btn .toggle {
    width: 28px;
    height: 16px;
    margin: 0 auto;
  }
  header.site-header .menu-btn .toggle > span {
    display: block;
    width: 100%;
    height: 2px;
    margin-bottom: 5px;
    background: #fff;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  header.site-header .menu-btn > span {
    color: #fff;
    display: block;
    font-size: 10px;
    margin: 5px 0 0 0;
    text-transform: uppercase;
  }
  header.site-header .menu-btn.active .toggle {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  header.site-header .menu-btn.active .toggle span.l1 {
    -webkit-transform: translateY(7px);
    -ms-transform: translateY(7px);
    transform: translateY(7px);
  }
  header.site-header .menu-btn.active .toggle span.l2 {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  header.site-header .menu-btn.active .toggle span.l3 {
    -webkit-transform: rotate(-90deg) translateX(7px);
    -ms-transform: rotate(-90deg) translateX(7px);
    transform: rotate(-90deg) translateX(7px);
  }
  header.site-header .menu-btn:hover {
    text-decoration: none;
  }
}
@media only screen and (max-width: 579px) {
  header.site-header .menu-btn {
    top: 35px;
  }
}
.main-navigation {
  float: right;
}
.main-navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: left;
}
.main-navigation ul > li {
  vertical-align: top;
  display: inline-block;
}
.main-navigation ul > li a {
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 11px 15px;
}
.main-navigation ul > li a:hover {
  text-decoration: none;
}
.main-navigation ul > li.cart-link > a {
  padding-right: 0;
  padding-left: 10px;
}
.main-navigation ul > li.cart-link > a:before {
  content: "";
  width: 16px;
  height: 16px;
  margin-right: 6px;
  vertical-align: -2px;
  display: inline-block;
  background: url(img/ico_cart_brown@2x.png) 0 0 no-repeat;
  background-size: 16px 16px;
}
.main-navigation ul > li > ul {
  top: 100%;
  float: none;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 220px;
  left: -9999em;
  padding: 5px 22px;
  position: absolute;
  background: #fff;
  border: 1px solid #cdc9c9;
  border-top: none;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  z-index: 510;
}
.main-navigation ul > li > ul:before {
  top: -35px;
  content: "";
  width: 220px;
  height: 35px;
  display: block;
  background: trasnparent;
  position: absolute;
}
.main-navigation ul > li > ul:after {
  top: 0;
  width: 0;
  height: 0;
  left: 22px;
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
  border-bottom: 8px solid #fff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}
.main-navigation ul > li > ul > li {
  display: block;
  border-top: 1px solid #d8d8d8;
}
.main-navigation ul > li > ul > li:first-of-type {
  border: none;
}
.main-navigation ul > li > ul > li a {
  color: #000;
  padding: 10px 0;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.main-navigation ul > li:hover > a {
  color: #ae956b;
}
.main-navigation ul > li:hover > ul {
  left: auto;
  opacity: 1;
  filter: alpha(opacity=100);
}
.main-navigation ul > li:hover > ul:after {
  top: -8px;
}
.main-navigation ul > li.current-menu-ancestor > a,
.main-navigation ul > li.current-page-ancestor > a,
.main-navigation ul > li.current-menu-item > a {
  color: #ae956b;
}
@media only screen and (min-width: 1200px) and (max-width: 1299px), only screen and (min-width: 1024px) and (max-width: 1199px) {
  .main-navigation ul > li a {
    padding: 12px;
    font-size: 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 580px) and (max-width: 767px), only screen and (max-width: 579px) {
  .main-navigation {
    top: 0;
    left: auto;
    bottom: auto;
    height: 100%;
    height: auto;
    padding: 10px 22px;
    position: absolute;
    width: 320px;
    right: -320px;
  }
  .main-navigation.mobile-pull {
    top: -36px;
  }
  .main-navigation ul {
    float: none;
    border: none;
  }
  .main-navigation ul > li {
    float: none;
    display: block;
    border-bottom: 1px solid #494949;
  }
  .main-navigation ul > li a {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  .main-navigation ul > li.menu-item-has-children {
    position: relative;
  }
  .main-navigation ul > li.menu-item-has-children:after {
    top: 18px;
    right: 15px;
    content: "";
    width: 11px;
    height: 7px;
    display: block;
    position: absolute;
    background: url(img/ico-caret-brown@2x.png) 0 0 no-repeat;
    background-size: 11px 7px;
    pointer-events: none;
  }
  .main-navigation ul > li.menu-item-has-children.expanded > a {
    color: #ae956b;
  }
  .main-navigation ul > li ul {
    padding: 0;
    left: auto;
    width: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
    border: none;
    display: none;
    overflow: hidden;
    background: none;
    position: relative;
    background: #252525;
    padding: 0 15px 15px;
  }
  .main-navigation ul > li ul:after {
    display: none;
  }
  .main-navigation ul > li ul:before {
    left: 15px;
    top: 5px;
    width: 1px;
    content: "";
    height: auto;
    bottom: 25px;
    display: block;
    position: absolute;
    background: #ae956b;
  }
  .main-navigation ul > li ul li {
    border-color: transparent;
    border: none;
  }
  .main-navigation ul > li ul li a {
    padding: 5px 15px 10px;
    color: #fff;
  }
}
@media only screen and (min-width: 580px) and (max-width: 767px), only screen and (max-width: 579px) {
  .main-navigation {
    right: -250px;
    width: 250px;
  }
}
footer.site-footer {
  overflow: hidden;
}
footer.site-footer .legal {
  color: #fff;
  padding: 15px 0;
  font-size: 12px;
  text-align: left;
  background: #ae956b;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: table;
  width: 100%;
}
footer.site-footer .legal a {
  color: #fff;
}
footer.site-footer .legal .left,
footer.site-footer .legal .mc4wp-form {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
footer.site-footer .legal .left {
  padding-right: 20px;
}
footer.site-footer .legal .mc4wp-form {
  padding: 20px 0;
}
footer.site-footer .legal .mc4wp-form .chimp-form {
  text-align: center;
}
footer.site-footer .legal .mc4wp-form .chimp-form .chimp-row {
  width: 400px;
  text-align: left;
  position: relative;
}
footer.site-footer .legal .mc4wp-form .chimp-form .chimp-row input[type="email"],
footer.site-footer .legal .mc4wp-form .chimp-form .chimp-row input[type="text"] {
  width: 300px;
  height: 52px;
}
footer.site-footer .legal .mc4wp-form .chimp-form .chimp-row input[type="submit"] {
  top: 0;
  right: 0;
  margin: 0;
  height: 52px;
  width: 100px;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  text-align: center;
}
@media only screen and (min-width: 1024px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 580px) and (max-width: 767px), only screen and (max-width: 579px) {
  footer.site-footer .legal {
    font-size: 10px;
  }
}
@media only screen and (min-width: 580px) and (max-width: 767px), only screen and (max-width: 579px) {
  footer.site-footer .legal {
    padding-top: 40px;
    text-align: center;
  }
  footer.site-footer .legal .left,
  footer.site-footer .legal .mc4wp-form {
    display: block;
    width: 100%;
  }
  footer.site-footer .legal .mc4wp-form .chimp-form label {
    font-size: 12px;
  }
  footer.site-footer .legal .mc4wp-form .chimp-form .chimp-row {
    width: 280px;
    margin: 0 auto;
  }
  footer.site-footer .legal .mc4wp-form .chimp-form .chimp-row input[type="email"],
  footer.site-footer .legal .mc4wp-form .chimp-form .chimp-row input[type="text"] {
    width: 180px;
    font-size: 12px;
  }
  footer.site-footer .legal .mc4wp-form .chimp-form .chimp-row input[type="submit"] {
    font-size: 12px;
  }
}
section {
  padding: 65px 0;
  overflow: hidden;
}
section#hero-slider {
  position: relative;
  padding: 65px 30px;
  background: #ebebeb;
}
section#hero-slider .flexslider .slides li:before,
section#hero-slider .flexslider .slides li:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
section#hero-slider .flexslider .slides li:after {
  clear: both;
}
section#hero-slider .flexslider .slides li:before,
section#hero-slider .flexslider .slides li:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
section#hero-slider .flexslider .slides li:after {
  clear: both;
}
section#hero-slider .flexslider .slides li .caption,
section#hero-slider .flexslider .slides li .image {
  width: 50%;
  float: right;
  min-height: 382px;
  background: #fff;
  border: 1px solid #a5a3a3;
}
section#hero-slider .flexslider .slides li .image {
  border-left: none;
}
section#hero-slider .flexslider .slides li .caption .cap-wrap {
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  height: 100%;
  height: 380px;
  display: table;
}
section#hero-slider .flexslider .slides li .caption .cap-wrap .cap-cont {
  width: 100%;
  height: 100%;
  color: #000;
  padding: 20px 60px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  font-family: "adobe-garamond-pro", garamond, times, serif;
}
section#hero-slider .flexslider .slides li .caption .cap-wrap .cap-cont .cap-title {
  display: block;
  font-size: 36px;
  line-height: 120%;
  position: relative;
  margin-bottom: 35px;
}
section#hero-slider .flexslider .slides li .caption .cap-wrap .cap-cont .cap-title:before,
section#hero-slider .flexslider .slides li .caption .cap-wrap .cap-cont .cap-title:after {
  left: 0;
  right: 0;
  content: "";
  height: 1px;
  margin: 0 auto;
  display: block;
  max-width: 188px;
  position: absolute;
  background: #ae956b;
}
section#hero-slider .flexslider .slides li .caption .cap-wrap .cap-cont .cap-title:before {
  top: -12px;
}
section#hero-slider .flexslider .slides li .caption .cap-wrap .cap-cont .cap-title:after {
  bottom: -12px;
}
section#hero-slider .flexslider .slides li .caption .cap-wrap .cap-cont p {
  font-size: 28px;
  text-align: left;
  line-height: 120%;
  font-style: italic;
  margin-bottom: 35px;
}
section#hero-slider .flexslider .flex-direction-nav li {
  top: 50%;
  width: 30px;
  height: 70px;
  overflow: hidden;
  margin-top: -35px;
  text-indent: 100%;
  position: absolute;
  white-space: nowrap;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
  background-color: #ae956b;
}
section#hero-slider .flexslider .flex-direction-nav li:hover {
  background-color: #8e7957;
}
section#hero-slider .flexslider .flex-direction-nav li a {
  width: 100%;
  height: 100%;
  display: block;
}
section#hero-slider .flexslider .flex-direction-nav li.flex-nav-prev {
  left: 0;
  background-image: url(img/ico_arrow_left_white@2x.png);
  background-position: 7px center;
  background-repeat: no-repeat;
  background-size: 11px 18px;
}
section#hero-slider .flexslider .flex-direction-nav li.flex-nav-next {
  right: 0;
  background-image: url(img/ico_arrow_right_white@2x.png);
  background-position: 12px center;
  background-repeat: no-repeat;
  background-size: 11px 18px;
}
section#hero-slider .flexslider .flex-control-paging {
  left: 0;
  right: 0;
  height: 3px;
  bottom: 30px;
  text-align: center;
  position: absolute;
}
section#hero-slider .flexslider .flex-control-paging li {
  margin: 0 2px;
  display: inline-block;
}
section#hero-slider .flexslider .flex-control-paging li a {
  width: 38px;
  height: 3px;
  display: block;
  cursor: pointer;
  background: #d7d7d7;
  text-indent: -9999px;
}
section#hero-slider .flexslider .flex-control-paging li a:hover {
  background: #8e7957;
}
section#hero-slider .flexslider .flex-control-paging li a.flex-active {
  cursor: default;
  background: #ae956b;
}
@media only screen and (min-width: 1200px) and (max-width: 1299px), only screen and (min-width: 1024px) and (max-width: 1199px) {
  section#hero-slider .flexslider .slides li .caption .cap-wrap .cap-cont .cap-title {
    font-size: 32px;
  }
  section#hero-slider .flexslider .slides li .caption .cap-wrap .cap-cont p {
    font-size: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  section#hero-slider {
    padding: 50px 30px;
  }
  section#hero-slider .flexslider .slides li .caption .cap-wrap .cap-cont {
    padding: 20px 40px;
  }
  section#hero-slider .flexslider .slides li .caption .cap-wrap .cap-cont .cap-title {
    font-size: 28px;
  }
  section#hero-slider .flexslider .slides li .caption .cap-wrap .cap-cont p {
    font-size: 20px;
  }
  section#hero-slider .flexslider .flex-control-paging {
    bottom: 24px;
  }
}
@media only screen and (min-width: 580px) and (max-width: 767px), only screen and (max-width: 579px) {
  section#hero-slider {
    padding: 30px 0 42px;
  }
  section#hero-slider .flexslider .slides li .image,
  section#hero-slider .flexslider .slides li .caption {
    float: none;
    width: 100%;
  }
  section#hero-slider .flexslider .slides li .image {
    height: auto;
    padding-top: 56.5%;
    min-height: 1px;
    border-bottom: none;
    border-left: 1px solid #a5a3a3;
    background-position: center top !important;
  }
  section#hero-slider .flexslider .slides li .caption {
    height: auto;
    min-height: 1px;
    padding: 40px 20px;
  }
  section#hero-slider .flexslider .slides li .caption .cap-wrap {
    height: auto;
  }
  section#hero-slider .flexslider .slides li .caption .cap-wrap .cap-cont {
    padding: 20px 40px;
  }
  section#hero-slider .flexslider .slides li .caption .cap-wrap .cap-cont .cap-title {
    font-size: 28px;
  }
  section#hero-slider .flexslider .slides li .caption .cap-wrap .cap-cont p {
    font-size: 20px;
  }
  section#hero-slider .flexslider .flex-direction-nav {
    display: none;
  }
  section#hero-slider .flexslider .flex-control-paging {
    bottom: 20px;
  }
}
@media only screen and (max-width: 579px) {
  section#hero-slider .flexslider .slides li .image {
    height: 200px;
  }
  section#hero-slider .flexslider .slides li .caption .cap-wrap .cap-cont {
    padding: 20px 10px;
  }
  section#hero-slider .flexslider .slides li .caption .cap-wrap .cap-cont .cap-title {
    font-size: 24px;
  }
}
section#home-callout {
  position: relative;
  background: #fff;
  text-align: center;
}
section#home-callout h1 {
  font-size: 30px;
  line-height: 120%;
  position: relative;
  margin-bottom: 45px;
}
section#home-callout h1:before,
section#home-callout h1:after {
  left: 0;
  right: 0;
  content: "";
  height: 1px;
  margin: 0 auto;
  display: block;
  max-width: 188px;
  position: absolute;
  background: #ebebeb;
}
section#home-callout h1:before {
  top: -15px;
}
section#home-callout h1:after {
  bottom: -15px;
}
section#home-callout p {
  font-size: 25px;
  font-style: italic;
  margin-bottom: 45px;
  font-family: "adobe-garamond-pro", garamond, times, serif;
}
@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 580px) and (max-width: 767px), only screen and (max-width: 579px) {
  section#home-callout p {
    font-size: 20px;
  }
}
@media only screen and (min-width: 580px) and (max-width: 767px), only screen and (max-width: 579px) {
  section#home-callout {
    padding: 60px 0;
  }
}
section.featured-grid {
  min-height: 500px;
  background: url(img/bg_parallax.jpg) center top no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 580px) and (max-width: 767px), only screen and (max-width: 579px) {
  section.featured-grid {
    background-size: cover !important;
    background-attachment: scroll !important;
    background-position: top center !important;
  }
}
section.featured-grid .grid {
  margin-bottom: 0;
}
section.featured-grid .featured-block a {
  width: 100%;
  height: 100%;
  display: block;
  min-height: 100px;
  background: #fff;
  border: 1px solid #000;
}
section.featured-grid .featured-block a .top {
  height: 115px;
  padding: 30px 25px;
}
section.featured-grid .featured-block a .top h4 {
  color: #ae956b;
  margin-bottom: 3px;
  font-style: italic;
}
section.featured-grid .featured-block a .top h5 {
  color: #000;
  font-size: 32px;
  margin-bottom: 0;
}
section.featured-grid .featured-block a .featured-image {
  height: 184px;
  overflow: hidden;
  position: relative;
}
section.featured-grid .featured-block a .featured-image:before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  display: block;
  position: absolute;
  background: #412850;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
}
section.featured-grid .featured-block a .featured-image:after {
  content: "";
  left: 50%;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 70px;
  height: 70px;
  bottom: 40px;
  display: block;
  margin-left: -35px;
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
  background-color: #412850;
  background-image: url(img/ico_search_white@2x.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
}
section.featured-grid .featured-block a .excerpt {
  padding: 25px;
}
section.featured-grid .featured-block a .excerpt p {
  font-size: 14px;
  color: #000;
}
section.featured-grid .featured-block a .excerpt .fancy {
  color: #533366;
  font-size: 18px;
  font-style: italic;
  font-family: "adobe-garamond-pro", garamond, times, serif;
}
section.featured-grid .featured-block a:hover {
  background: #e1e1e1;
  text-decoration: none;
}
section.featured-grid .featured-block a:hover .featured-image:before {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
section.featured-grid .featured-block a:hover .featured-image:after {
  opacity: 1;
  filter: alpha(opacity=100);
  bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  section.featured-grid .featured-block a .top {
    height: auto;
    padding: 20px;
  }
  section.featured-grid .featured-block a .top h4 {
    font-size: 16px;
  }
  section.featured-grid .featured-block a .top h5 {
    font-size: 28px;
  }
  section.featured-grid .featured-block a .excerpt {
    padding: 20px;
    font-size: 14px;
  }
  section.featured-grid .featured-block a .excerpt .fancy {
    font-size: 16px;
  }
}
@media only screen and (min-width: 580px) and (max-width: 767px), only screen and (max-width: 579px) {
  section.featured-grid {
    padding: 60px 0;
  }
  section.featured-grid .featured-block {
    width: 100%;
    margin-bottom: 25px;
  }
  section.featured-grid .featured-block a .featured-image {
    height: 0;
    padding-top: 40%;
  }
  section.featured-grid .featured-block a .featured-image:after {
    bottom: 40%;
    margin-bottom: -35px;
  }
  section.featured-grid .featured-block a:hover .featured-image:after {
    bottom: 50%;
  }
}
@media only screen and (min-width: 580px) and (max-width: 767px), only screen and (max-width: 579px), only screen and (max-width: 439px) {
  section.featured-grid {
    padding-bottom: 0;
  }
}
section {
  overflow: hidden;
  padding: 65px 20px;
}
section#gen-interior {
  background: #ebebeb;
}
section#gen-interior > .container {
  padding: 0;
  max-width: 1000px;
  background: #fff;
  min-height: 400px;
  border: 1px solid #cdc9c9;
}
section#gen-interior .content {
  padding: 30px;
}
section#gen-interior .content.no-pad {
  padding: 0;
}
section#gen-interior .content.top {
  padding-bottom: 0;
}
section#gen-interior .content.top:before,
section#gen-interior .content.top:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
section#gen-interior .content.top:after {
  clear: both;
}
section#gen-interior .content.top:before,
section#gen-interior .content.top:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
section#gen-interior .content.top:after {
  clear: both;
}
section#gen-interior .content.top .main-headline {
  color: #000;
  font-size: 48px;
  position: relative;
  margin-bottom: 40px;
}
section#gen-interior .content.top .main-headline:after {
  left: 0;
  bottom: -18px;
  content: "";
  height: 1px;
  width: 188px;
  display: block;
  background: #ae956b;
  position: absolute;
}
section#gen-interior .content.top .sub-headline {
  color: #000;
  font-size: 30px;
  font-style: italic;
}
section#gen-interior .content.main {
  padding-top: 0;
  /* Opt-in outside padding */
}
section#gen-interior .content.main:before,
section#gen-interior .content.main:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
section#gen-interior .content.main:after {
  clear: both;
}
section#gen-interior .content.main:before,
section#gen-interior .content.main:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
section#gen-interior .content.main:after {
  clear: both;
}
section#gen-interior .content.main h2:not(.grid-title ) {
  font-size: 32px;
}
section#gen-interior .content.main h3 {
  font-size: 26px;
}
section#gen-interior .content.main p {
  line-height: 170%;
}
section#gen-interior .content.main h2:not(.grid-title ),
section#gen-interior .content.main h3 {
  margin-bottom: 15px;
}
section#gen-interior .content.main h4,
section#gen-interior .content.main h5,
section#gen-interior .content.main h6 {
  margin-bottom: 5px;
  margin-top: 5px;
}
section#gen-interior .content.main img {
  height: auto;
  display: block;
  max-width: 100%;
  margin: 5px 20px 5px;
}
section#gen-interior .content.main img.alignleft {
  float: left;
  margin-left: 0;
}
section#gen-interior .content.main img.alignright {
  float: right;
  margin-right: 0;
}
section#gen-interior .content.main figure.wp-caption {
  margin: 20px;
  padding: 10px;
}
section#gen-interior .content.main figure.wp-caption img {
  margin: 0;
}
section#gen-interior .content.main figure.wp-caption.alignleft {
  margin-left: 0;
}
section#gen-interior .content.main figure.wp-caption.alignright {
  margin-right: 0;
}
section#gen-interior .content.main ul:not(.og-grid):not(.plain):not(.products):not(.payment_methods):not(.woocommerce-error):not(.wc-tabs) {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin: 0 0 25px;
}
section#gen-interior .content.main ul:not(.og-grid):not(.plain):not(.products):not(.payment_methods):not(.woocommerce-error):not(.wc-tabs) li {
  font-size: 14px;
  padding-left: 18px;
  margin-bottom: 10px;
  background: url(img/ico-bullet-brown@2x.png) 0 6px no-repeat;
  background-size: 7px 11px;
}
section#gen-interior .content.main ul:not(.og-grid):not(.plain):not(.products):not(.payment_methods):not(.woocommerce-error):not(.wc-tabs) li ul {
  margin: 8px 0 0;
}
section#gen-interior .content.main ul:not(.og-grid):not(.plain):not(.products):not(.payment_methods):not(.woocommerce-error):not(.wc-tabs) li ul li {
  background: none;
  padding-left: 10px;
  position: relative;
}
section#gen-interior .content.main ul:not(.og-grid):not(.plain):not(.products):not(.payment_methods):not(.woocommerce-error):not(.wc-tabs) li ul li:before {
  left: 0;
  top: 11px;
  content: "";
  width: 3px;
  height: 3px;
  position: absolute;
  background: #000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
section#gen-interior .content.main .hentry {
  margin: 0;
  border: none;
  padding: 30px 0 0;
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin-bottom: none;
}
section#gen-interior .content.main .hentry header {
  padding: 0;
  border: none;
}
section#gen-interior .content.main .hentry header h1 {
  color: #000;
  font-size: 48px;
  position: relative;
  margin-bottom: 40px;
}
section#gen-interior .content.main .hentry header h1:after {
  left: 0;
  bottom: -18px;
  content: "";
  height: 1px;
  width: 188px;
  display: block;
  background: #ae956b;
  position: absolute;
}
section#gen-interior .content.main .hentry .entry-content {
  margin: 0;
  padding: 0;
}
section#gen-interior .content.main .hentry .entry-content .woocommerce .wc-backward {
  color: #fff;
  padding: 15px;
  min-width: 180px;
  font-weight: 600;
  padding-left: 12px;
  text-align: center;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  letter-spacing: 1px;
  display: inline-block;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
  background-color: #412850;
  text-transform: uppercase;
  border: 1px solid #412850;
  font-size: 15px;
  font-family: "open-sans", arial, sans-serif;
  border-left: 7px solid #342040;
}
section#gen-interior .content.main .hentry .entry-content .woocommerce .wc-backward:hover {
  background: #342040;
  border-color: #342040;
}
section#gen-interior .content.main .hentry .entry-content .woocommerce .woocommerce-message,
section#gen-interior .content.main .hentry .entry-content .woocommerce .woocommerce-error {
  border: none;
}
section#gen-interior .content.main .hentry .entry-content .woocommerce .woocommerce-info {
  border: none;
  padding: 20px 20px 20px 45px !important;
}
section#gen-interior .content.main .hentry .entry-content .woocommerce .woocommerce-info:before {
  color: #ae956b;
  top: 20px;
  left: 20px;
}
section#gen-interior .content.main .hentry .entry-content .woocommerce a.remove {
  width: auto;
  height: auto;
  font-size: 32px;
  line-height: 120%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #ae956b !important;
  background: none !important;
}
section#gen-interior .content.main .hentry .entry-content .woocommerce a.remove:hover {
  color: #980d0d !important;
}
section#gen-interior .content.main .hentry .entry-content .woocommerce form {
  padding: 0;
  border: none;
  margin: 10px 0;
  background: none;
}
section#gen-interior .content.main .hentry .entry-content .woocommerce form .form-row {
  padding: 0;
}
section#gen-interior .content.main .hentry .entry-content .woocommerce form .form-row input.button {
  height: 54px;
  color: #fff;
  padding: 15px;
  min-width: 180px;
  font-weight: 600;
  padding-left: 12px;
  text-align: center;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  letter-spacing: 1px;
  display: inline-block;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
  background-color: #412850;
  text-transform: uppercase;
  border: 1px solid #412850;
  font-size: 15px;
  font-family: "open-sans", arial, sans-serif;
  border-left: 7px solid #342040;
}
section#gen-interior .content.main .hentry .entry-content .woocommerce form .form-row input.button:hover {
  background: #342040;
  border-color: #342040;
}
section#gen-interior .content.main .hentry .entry-content .woocommerce form .select2-container {
  height: 0;
  opacity: 0;
  position: absolute;
  visibility: hidden;
}
section#gen-interior .content.main .hentry .entry-content .woocommerce form .col2-set .col-1,
section#gen-interior .content.main .hentry .entry-content .woocommerce form .col2-set .col-2 {
  padding: 0;
  width: 100%;
}
section#gen-interior .content.main .hentry .entry-content .woocommerce form .col2-set .col-1 .form-row,
section#gen-interior .content.main .hentry .entry-content .woocommerce form .col2-set .col-2 .form-row {
  padding: 0;
  width: 48.5%;
  margin: 0 0 20px;
}
section#gen-interior .content.main .hentry .entry-content .woocommerce form .col2-set .col-1 .form-row .required,
section#gen-interior .content.main .hentry .entry-content .woocommerce form .col2-set .col-2 .form-row .required {
  height: 20px;
  overflow: hidden;
  color: #a37e3a;
  display: inline-block;
}
section#gen-interior .content.main .hentry .entry-content .woocommerce form .col2-set .col-1 .form-row.woocommerce-validated input,
section#gen-interior .content.main .hentry .entry-content .woocommerce form .col2-set .col-2 .form-row.woocommerce-validated input {
  border-color: #d7d7d7;
}
section#gen-interior .content.main .hentry .entry-content .woocommerce form .col2-set .col-1 .form-row.form-row-wide,
section#gen-interior .content.main .hentry .entry-content .woocommerce form .col2-set .col-2 .form-row.form-row-wide {
  width: 100%;
}
section#gen-interior .content.main .hentry .entry-content .woocommerce form .col2-set .col-1 textarea,
section#gen-interior .content.main .hentry .entry-content .woocommerce form .col2-set .col-2 textarea {
  width: 100%;
}
section#gen-interior .content.main .hentry .entry-content .woocommerce form .col2-set#customer_details {
  margin-bottom: 20px;
}
@media only screen and (max-width: 579px) {
  section#gen-interior .content.main .hentry .entry-content .woocommerce form .col2-set .col-1,
  section#gen-interior .content.main .hentry .entry-content .woocommerce form .col2-set .col-2 {
    width: 100%;
  }
  section#gen-interior .content.main .hentry .entry-content .woocommerce form .col2-set .col-1 .form-row,
  section#gen-interior .content.main .hentry .entry-content .woocommerce form .col2-set .col-2 .form-row {
    width: 100%;
  }
}
section#gen-interior .content.main .hentry .entry-content .woocommerce form .required {
  color: #a37e3a;
}
section#gen-interior .content.main .hentry .entry-content .woocommerce form .woocommerce-checkout-review-order table tr.cart_item th,
section#gen-interior .content.main .hentry .entry-content .woocommerce form .woocommerce-checkout-review-order table tr.cart-subtotal th,
section#gen-interior .content.main .hentry .entry-content .woocommerce form .woocommerce-checkout-review-order table tr.order-total th {
  background: none;
}
section#gen-interior .content.main .hentry .entry-content .woocommerce form .woocommerce-checkout-review-order .woocommerce-checkout-payment {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background: none;
}
section#gen-interior .content.main .hentry .entry-content .woocommerce form .woocommerce-checkout-review-order .woocommerce-checkout-payment .payment_methods {
  margin-bottom: 30px;
}
section#gen-interior .content.main .hentry .entry-content .woocommerce form .woocommerce-checkout-review-order #place_order {
  color: #fff;
  padding: 15px;
  min-width: 180px;
  font-weight: 600;
  padding-left: 12px;
  text-align: center;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  letter-spacing: 1px;
  display: inline-block;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
  background-color: #412850;
  text-transform: uppercase;
  border: 1px solid #412850;
  font-size: 15px;
  font-family: "open-sans", arial, sans-serif;
  border-left: 7px solid #342040;
}
section#gen-interior .content.main .hentry .entry-content .woocommerce form .woocommerce-checkout-review-order #place_order:hover {
  background: #342040;
  border-color: #342040;
}
section#gen-interior .content.main .hentry .entry-content .woocommerce form table {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
section#gen-interior .content.main .hentry .entry-content .woocommerce form table.shop_table {
  border-collapse: collapse;
}
section#gen-interior .content.main .hentry .entry-content .woocommerce form table th {
  background: #f5f5f5;
}
section#gen-interior .content.main .hentry .entry-content .woocommerce form table td {
  font-size: 18px;
}
section#gen-interior .content.main .hentry .entry-content .woocommerce form table td.product-remove {
  width: 7.5%;
}
section#gen-interior .content.main .hentry .entry-content .woocommerce form table td.product-thumbnail {
  width: 94px;
}
section#gen-interior .content.main .hentry .entry-content .woocommerce form table td.product-thumbnail img {
  width: 70px;
}
section#gen-interior .content.main .hentry .entry-content .woocommerce form table td.product-name {
  width: 47%;
}
section#gen-interior .content.main .hentry .entry-content .woocommerce form table td.product-quantity .quantity .qty {
  width: 4.631em;
}
section#gen-interior .content.main .hentry .entry-content .woocommerce form table td.actions {
  padding: 20px;
}
section#gen-interior .content.main .hentry .entry-content .woocommerce form table td.actions .button {
  color: #fff;
  padding: 15px;
  min-width: 180px;
  font-weight: 600;
  padding-left: 12px;
  text-align: center;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  letter-spacing: 1px;
  display: inline-block;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
  background-color: #412850;
  text-transform: uppercase;
  border: 1px solid #412850;
  font-size: 15px;
  font-family: "open-sans", arial, sans-serif;
  border-left: 7px solid #342040;
}
section#gen-interior .content.main .hentry .entry-content .woocommerce form table td.actions .button:hover {
  background: #342040;
  border-color: #342040;
}
section#gen-interior .content.main .hentry .entry-content .woocommerce form table td.actions .coupon {
  width: 70%;
}
section#gen-interior .content.main .hentry .entry-content .woocommerce form table td.actions .coupon input:not(.button) {
  float: left;
  width: 145px;
  height: 48px;
  margin-right: 20px;
  padding-left: 15px;
  border: 1px solid #d7d7d7;
  border-left-width: 7px;
  -moz-appearance: textfield;
}
section#gen-interior .content.main .hentry .entry-content .woocommerce form table td.actions .coupon input:not(.button):focus {
  border-color: #412850;
}
section#gen-interior .content.main .hentry .entry-content .woocommerce form table td.actions .coupon .button {
  float: left;
}
@media only screen and (min-width: 580px) and (max-width: 767px) {
  section#gen-interior .content.main .hentry .entry-content .woocommerce form table td.actions .coupon {
    width: 100%;
    margin-bottom: 15px;
  }
  section#gen-interior .content.main .hentry .entry-content .woocommerce form table td.actions .coupon input.input-text {
    margin-bottom: 15px;
  }
  section#gen-interior .content.main .hentry .entry-content .woocommerce form table td.actions .button {
    float: left;
    width: 145px;
  }
}
@media only screen and (max-width: 579px) {
  section#gen-interior .content.main .hentry .entry-content .woocommerce form table.shop_table th,
  section#gen-interior .content.main .hentry .entry-content .woocommerce form table.shop_table td {
    padding: 6px 3px;
    font-size: 14px;
    text-align: center;
  }
  section#gen-interior .content.main .hentry .entry-content .woocommerce form table.shop_table th.product-quantity .quantity,
  section#gen-interior .content.main .hentry .entry-content .woocommerce form table.shop_table td.product-quantity .quantity {
    min-width: 60px;
  }
  section#gen-interior .content.main .hentry .entry-content .woocommerce form table.shop_table th.product-quantity .quantity .qty,
  section#gen-interior .content.main .hentry .entry-content .woocommerce form table.shop_table td.product-quantity .quantity .qty {
    width: 40px;
    margin: 0 auto;
    padding: 14px 4px;
  }
  section#gen-interior .content.main .hentry .entry-content .woocommerce form table.shop_table th.actions,
  section#gen-interior .content.main .hentry .entry-content .woocommerce form table.shop_table td.actions {
    padding: 20px;
  }
  section#gen-interior .content.main .hentry .entry-content .woocommerce form table.shop_table th.product-remove a.remove,
  section#gen-interior .content.main .hentry .entry-content .woocommerce form table.shop_table td.product-remove a.remove {
    font-weight: normal;
    margin-top: -5px;
  }
  section#gen-interior .content.main .hentry .entry-content .woocommerce form table.shop_table tr.shipping td p {
    font-size: 12px;
    text-align: left;
    margin: 0;
  }
  section#gen-interior .content.main .hentry .entry-content .woocommerce form table .coupon {
    padding: 0;
  }
  section#gen-interior .content.main .hentry .entry-content .woocommerce form table .coupon input {
    margin-bottom: 10px;
  }
  section#gen-interior .content.main .hentry .entry-content .woocommerce form table .button {
    float: left;
    clear: left;
  }
}
section#gen-interior .content.main .hentry .entry-content .woocommerce .cart-collaterals {
  text-align: right;
}
section#gen-interior .content.main .hentry .entry-content .woocommerce .cart-collaterals .cart_totals table {
  border: none;
}
section#gen-interior .content.main .hentry .entry-content .woocommerce .cart-collaterals .cart_totals table th,
section#gen-interior .content.main .hentry .entry-content .woocommerce .cart-collaterals .cart_totals table td {
  background: none;
  border: none;
}
section#gen-interior .content.main .hentry .entry-content .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button,
section#gen-interior .content.main .hentry .entry-content .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .wc-forward {
  color: #fff;
  padding: 15px;
  min-width: 180px;
  font-weight: 600;
  padding-left: 12px;
  text-align: center;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  letter-spacing: 1px;
  display: inline-block;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
  background-color: #412850;
  text-transform: uppercase;
  border: 1px solid #412850;
  font-size: 15px;
  font-family: "open-sans", arial, sans-serif;
  border-left: 7px solid #342040;
}
section#gen-interior .content.main .hentry .entry-content .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button:hover,
section#gen-interior .content.main .hentry .entry-content .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .wc-forward:hover {
  background: #342040;
  border-color: #342040;
}
section#gen-interior .content.main .hentry .entry-footer {
  border: none;
}
section#gen-interior .content.main .grid {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin: 0 0 30px 0;
}
section#gen-interior .content.main .grid:before,
section#gen-interior .content.main .grid:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
section#gen-interior .content.main .grid:after {
  clear: both;
}
section#gen-interior .content.main .grid:before,
section#gen-interior .content.main .grid:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
section#gen-interior .content.main .grid:after {
  clear: both;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  section#gen-interior .content.main .grid {
    margin: 0 0 20px 0;
  }
}
section#gen-interior .content.main [class*='col-'] {
  float: left;
  padding-right: 30px;
}
section#gen-interior .content.main [class*='col-'] img {
  margin: 0 0 25px;
}
section#gen-interior .content.main [class*='col-'] hr {
  margin: 25px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  section#gen-interior .content.main [class*='col-'] {
    padding-right: 20px ;
  }
}
@media only screen and (min-width: 580px) and (max-width: 767px), only screen and (max-width: 579px) {
  section#gen-interior .content.main [class*='col-'] {
    width: 100% !important;
    margin-bottom: 25px;
  }
}
.grid section#gen-interior .content.main [class*='col-']:last-of-type {
  padding-right: 0;
}
section#gen-interior .content.main .col-2-3 {
  width: 66.66%;
}
section#gen-interior .content.main .col-1-3 {
  width: 33.33%;
}
section#gen-interior .content.main .col-1-1 {
  width: 100%;
}
section#gen-interior .content.main .col-3-4 {
  width: 75%;
}
section#gen-interior .content.main .col-1-2 {
  width: 50%;
}
section#gen-interior .content.main .col-1-4 {
  width: 25%;
}
section#gen-interior .content.main .col-1-8 {
  width: 12.5%;
}
section#gen-interior .content.main .grid-pad {
  padding: 30px 0 30px 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  section#gen-interior .content.main .grid-pad {
    padding: 20px 0 20px 20px;
  }
}
section#gen-interior .content.main .grid-pad [class*='col-']:last-of-type {
  padding-right: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  section#gen-interior .content.main .grid-pad [class*='col-']:last-of-type {
    padding-right: 20px ;
  }
}
section#gen-interior .content.main .grid-pull {
  margin: -30px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  section#gen-interior .content.main .grid-pull {
    margin: -20px;
  }
}
section#gen-interior .content.main .selectric-items ul {
  margin: 0 0 8px;
}
section#gen-interior .content.main .selectric-items ul li {
  margin: 0;
  border: none;
  font-size: 14px;
  background: none;
  padding: 10px 12px;
  font-family: "open-sans", arial, sans-serif;
}
section#gen-interior .content.main .selectric-items ul li:hover {
  background: #e7e4e9;
}
section#gen-interior .content.main .selectric-items ul li.selected {
  background: #ebebeb;
}
section#gen-interior .content.main ul.products span.onsale {
  line-height: 38px;
  background: #ae956b;
}
section#gen-interior .content.main ul.products li.product .add_to_cart_button {
  color: #fff;
  padding: 15px;
  font-weight: 600;
  padding-left: 12px;
  text-align: center;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  letter-spacing: 1px;
  display: inline-block;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
  background-color: #412850;
  text-transform: uppercase;
  border: 1px solid #412850;
  font-size: 15px;
  font-family: "open-sans", arial, sans-serif;
  border-left: 7px solid #342040;
}
section#gen-interior .content.main ul.products li.product .add_to_cart_button:hover {
  background: #342040;
  border-color: #342040;
}
section#gen-interior .content.main ul.products li.product a img {
  margin: 0 0 20px;
}
section#gen-interior .content.main ul.products li.product a h3 {
  margin-bottom: 0;
  padding-bottom: 10px;
}
section#gen-interior .content.main ul.products li.product a span.price {
  font-size: 18px;
  color: #000;
}
section#gen-interior .featured-image {
  width: 100%;
  height: 315px;
  margin-top: 30px;
  margin-bottom: 30px;
}
section#gen-interior form {
  font-size: 20px;
  margin-top: 40px;
  padding: 25px 30px;
  background: #f5f5f5;
  font-family: "adobe-garamond-pro", garamond, times, serif;
}
section#gen-interior form:before,
section#gen-interior form:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
section#gen-interior form:after {
  clear: both;
}
section#gen-interior form:before,
section#gen-interior form:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
section#gen-interior form:after {
  clear: both;
}
section#gen-interior form .em-note {
  font-style: italic;
}
section#gen-interior form img {
  margin-bottom: 20px;
}
section#gen-interior form hr {
  margin: 25px 0 30px;
}
section#gen-interior form h2 {
  margin-bottom: 15px;
}
section#gen-interior form span.role,
section#gen-interior form a.fancy {
  font-style: italic;
}
section#gen-interior form select {
  opacity: 0;
}
section#gen-interior form p:not(.label) {
  font-family: "open-sans", arial, sans-serif;
  font-size: 16px;
}
section#gen-interior form h4 {
  font-size: 22px;
}
section#gen-interior form a.fancy {
  color: #533366;
  font-size: 18px;
}
@media only screen and (max-width: 579px) {
  section#gen-interior form a.fancy {
    font-size: 16px;
  }
}
section#gen-interior form a.img-magnif {
  display: block;
  overflow: hidden;
  position: relative;
  margin-bottom: 25px;
}
section#gen-interior form a.img-magnif:before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  display: block;
  position: absolute;
  background: #412850;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
}
section#gen-interior form a.img-magnif:after {
  content: "";
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  opacity: 0.75;
  filter: alpha(opacity=75);
  display: block;
  margin-top: -35px;
  margin-left: -35px;
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
  background-color: #412850;
  background-image: url(img/ico_search_white@2x.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
}
section#gen-interior form a.img-magnif img {
  width: 100%;
  margin-bottom: 0 !important;
}
section#gen-interior form a.img-magnif:hover:before {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
section#gen-interior form a.img-magnif:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
section#gen-interior form input[type="radio"],
section#gen-interior form input[type="checkbox"] {
  opacity: 0;
  filter: alpha(opacity=0);
  left: -9999em;
  visibility: hidden;
  position: absolute;
}
section#gen-interior form input[type="radio"] + label,
section#gen-interior form input[type="checkbox"] + label {
  cursor: pointer;
  font-size: 14px;
  padding-left: 32px;
  position: relative;
  font-weight: normal;
  text-transform: none;
  display: inline-block;
  margin: 0 20px 10px 0;
  letter-spacing: 1px;
}
section#gen-interior form input[type="radio"] + label:before,
section#gen-interior form input[type="checkbox"] + label:before {
  top: -1px;
  left: 0;
  content: "";
  width: 21px;
  height: 21px;
  display: block;
  position: absolute;
  background: url(img/radio-sprite@2x.png) 0 0 no-repeat;
  background-size: 21px 42px;
}
section#gen-interior form input[type="radio"]:checked + label:before,
section#gen-interior form input[type="checkbox"]:checked + label:before {
  background-position: 0 -21px;
}
section#gen-interior form input[type="checkbox"] + label {
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
}
section#gen-interior form input[type="checkbox"] + label:before {
  content: "";
  background: url(img/check-sprite@2x.png) 0 0 no-repeat;
  background-size: 21px 42px;
}
section#gen-interior form input[type="checkbox"]:checked + label:before {
  background-position: 0 -21px;
}
section#gen-interior form .row {
  width: 100%;
  display: table;
  border-top: 1px solid #d7d7d7;
}
section#gen-interior form .row:nth-of-type(2n+1) {
  background: #ebebeb;
}
section#gen-interior form .row.last-row {
  margin-bottom: 40px;
  border-bottom: 1px solid #d7d7d7;
}
section#gen-interior form .row.has_details {
  border-bottom: 0;
  margin-bottom: 0;
  margin-top: 20px;
  position: relative;
  border-left: 1px solid #cdc9c9;
  border-right: 1px solid #cdc9c9;
}
section#gen-interior form .row.has_details:after {
  width: 0;
  height: 0;
  top: 100%;
  left: 12.5%;
  content: "";
  position: absolute;
  border-top: 18px solid #ebebeb;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
}
section#gen-interior form .row + .details {
  padding: 35px 22px;
  background: #ebebeb;
  border-left: 1px solid #cdc9c9;
  border-right: 1px solid #cdc9c9;
  border-bottom: 1px solid #cdc9c9;
}
section#gen-interior form .row + .details p {
  font-size: 14px;
  line-height: 140%;
  margin-bottom: 5px;
  font-family: "open-sans", arial, sans-serif;
}
section#gen-interior form .row + .details p.desc {
  margin: 10px 0 20px;
  line-height: 170%;
}
section#gen-interior form .row + .details.rte {
  font-size: 18px;
}
section#gen-interior form .row + .details.rte span:not(.em-note) {
  color: #a37e3a;
}
section#gen-interior form .row + .details.rte.has_children {
  padding-bottom: 0;
  margin-bottom: 45px;
}
@media only screen and (max-width: 439px) {
  section#gen-interior form .row + .details.rte.has_children {
    margin-bottom: 25px;
  }
}
section#gen-interior form .row + .details.rte.has_children + .item-cost {
  float: right;
}
section#gen-interior form .row + .details.rte.has_children + .item-cost .cost {
  color: #a37e3a;
}
@media only screen and (max-width: 439px) {
  section#gen-interior form .row + .details.rte.has_children + .item-cost {
    float: none;
    margin-bottom: 20px;
  }
}
section#gen-interior form .row + .details.overview {
  font-size: 14px;
  margin-bottom: 20px;
  font-family: "open-sans", arial, sans-serif;
}
@media only screen and (min-width: 580px) and (max-width: 767px), only screen and (max-width: 579px), only screen and (max-width: 439px) {
  section#gen-interior form .row + .details.overview {
    padding-bottom: 15px;
  }
}
section#gen-interior form .row + .details.overview .col-1-4 span,
section#gen-interior form .row + .details.overview .col-1-2 span,
section#gen-interior form .row + .details.overview .col-3-4 span {
  display: block;
  margin-bottom: 5px;
}
section#gen-interior form .row + .details.overview .col-1-2:nth-of-type(2) {
  text-align: right;
}
@media only screen and (min-width: 580px) and (max-width: 767px) {
  section#gen-interior form .row + .details.overview .col-1-4 {
    width: 25% !important;
  }
  section#gen-interior form .row + .details.overview .col-1-2 {
    width: 50% !important;
  }
  section#gen-interior form .row + .details.overview .col-3-4 {
    width: 75% !important;
  }
}
@media only screen and (max-width: 579px), only screen and (max-width: 439px) {
  section#gen-interior form .row + .details.overview .col-1-4,
  section#gen-interior form .row + .details.overview .col-1-2,
  section#gen-interior form .row + .details.overview .col-3-4 {
    width: 100% !important;
    text-align: left;
  }
  section#gen-interior form .row + .details.overview .col-1-2:nth-of-type(2) {
    text-align: left;
  }
}
section#gen-interior form .row + .details.lower-stripe {
  font-size: 14px;
  padding-bottom: 0;
  margin-bottom: 20px;
  font-family: "open-sans", arial, sans-serif;
}
section#gen-interior form .row + .details.lower-stripe .grid .col-1-4 span,
section#gen-interior form .row + .details.lower-stripe .grid .col-1-2 span,
section#gen-interior form .row + .details.lower-stripe .grid .col-3-4 span {
  display: block;
  margin-bottom: 5px;
}
section#gen-interior form .row + .details.lower-stripe .grid .col-1-4 {
  text-align: right;
}
section#gen-interior form .row + .details.lower-stripe .grid .col-3-4 ul {
  margin: 8px 0 0;
}
section#gen-interior form .row + .details.lower-stripe .grid .col-3-4 ul li {
  background: none;
  padding-left: 8px;
  position: relative;
}
section#gen-interior form .row + .details.lower-stripe .grid .col-3-4 ul li:before {
  left: 0;
  top: 11px;
  content: "";
  width: 3px;
  height: 3px;
  position: absolute;
  background: #000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
section#gen-interior form .row + .details.lower-stripe .grid .col-1-4.cost {
  text-align: right;
}
@media only screen and (min-width: 580px) and (max-width: 767px) {
  section#gen-interior form .row + .details.lower-stripe .grid .col-1-4 {
    width: 25% !important;
  }
  section#gen-interior form .row + .details.lower-stripe .grid .col-1-2 {
    width: 50% !important;
  }
  section#gen-interior form .row + .details.lower-stripe .grid .col-3-4 {
    width: 75% !important;
  }
}
@media only screen and (max-width: 579px), only screen and (max-width: 439px) {
  section#gen-interior form .row + .details.lower-stripe .grid .col-1-4,
  section#gen-interior form .row + .details.lower-stripe .grid .col-1-2,
  section#gen-interior form .row + .details.lower-stripe .grid .col-3-4 {
    width: 100% !important;
    text-align: left;
  }
}
section#gen-interior form .row + .details.lower-stripe label {
  margin-bottom: 10px;
}
section#gen-interior form .row + .details.lower-stripe footer {
  padding: 20px 22px;
  background: #fff;
  margin: 30px -22px 0;
}
section#gen-interior form .row + .details.lower-stripe footer:before,
section#gen-interior form .row + .details.lower-stripe footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
section#gen-interior form .row + .details.lower-stripe footer:after {
  clear: both;
}
section#gen-interior form .row + .details.lower-stripe footer:before,
section#gen-interior form .row + .details.lower-stripe footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
section#gen-interior form .row + .details.lower-stripe footer:after {
  clear: both;
}
section#gen-interior form .row + .details.lower-stripe footer a.fancy {
  font-size: 18px;
  font-style: italic;
  font-family: "adobe-garamond-pro", garamond, times, serif;
}
section#gen-interior form .row + .details.lower-stripe footer .item-cost {
  float: right;
}
section#gen-interior form .row + .details.lower-stripe footer .item-cost .label {
  font-size: 15px;
  font-weight: 600;
  margin-right: 10px;
  letter-spacing: 1px;
  display: inline-block;
  text-transform: uppercase;
  font-family: "open-sans", arial, sans-serif;
}
@media only screen and (max-width: 579px), only screen and (max-width: 439px) {
  section#gen-interior form .row + .details.lower-stripe footer a.fancy {
    float: left;
    font-size: 15px;
    margin-bottom: 8px;
    display: inline-block;
  }
  section#gen-interior form .row + .details.lower-stripe footer .item-cost {
    float: left;
    clear: left;
    font-size: 13px;
  }
  section#gen-interior form .row + .details.lower-stripe footer .item-cost .label {
    font-size: 13px;
    margin-right: 5px;
  }
}
@media only screen and (max-width: 439px) {
  section#gen-interior form .row + .details.lower-stripe .grid .col-1-4 {
    text-align: left;
  }
}
section#gen-interior form .row + .details ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin: 0 0 20px;
}
section#gen-interior form .row + .details ul li {
  font-size: 18px;
}
section#gen-interior form .row + .details ul li span {
  color: #ae956b;
}
section#gen-interior form .row + .details .em-note {
  font-size: 14px;
  font-style: italic;
  font-family: "open-sans", arial, sans-serif;
}
@media only screen and (min-width: 580px) and (max-width: 767px), only screen and (max-width: 579px) {
  section#gen-interior form .row + .details .detail-image {
    display: none;
  }
  section#gen-interior form .row + .details ul li {
    font-size: 16px;
  }
}
@media only screen and (max-width: 579px) {
  section#gen-interior form .row + .details ul li span {
    display: block;
    margin-bottom: 5px;
  }
}
section#gen-interior form .row + .details + hr {
  margin-top: 40px;
}
section#gen-interior form .row.has_expander {
  margin-top: 10px;
  border-bottom: 1px solid #cdc9c9;
}
section#gen-interior form .row.has_expander:nth-of-type(1) {
  margin-top: 20px;
}
section#gen-interior form .row.has_expander:after {
  display: none;
}
section#gen-interior form .row.has_expander + .details {
  display: none;
}
section#gen-interior form .row.has_expander + .details .grid {
  opacity: 0;
  filter: alpha(opacity=0);
}
section#gen-interior form .row .row-role {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding: 15px 175px 15px 20px;
}
section#gen-interior form .row .row-role:before,
section#gen-interior form .row .row-role:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
section#gen-interior form .row .row-role:after {
  clear: both;
}
section#gen-interior form .row .row-role:before,
section#gen-interior form .row .row-role:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
section#gen-interior form .row .row-role:after {
  clear: both;
}
section#gen-interior form .row .row-role span {
  font-size: 22px;
  font-style: normal;
}
section#gen-interior form .row .row-role span.price,
section#gen-interior form .row .row-role span.name {
  color: #ae956b;
}
section#gen-interior form .row .row-role .radio_btn {
  opacity: 0;
  visibility: hidden;
}
section#gen-interior form .row .row-role input[type="checkbox"].radio_btn + label {
  cursor: pointer !important;
}
section#gen-interior form .row .row-role input[type="radio"].radio_btn + label,
section#gen-interior form .row .row-role input[type="checkbox"].radio_btn + label {
  margin: 0;
  margin-top: -21.5px;
}
@media only screen and (min-width: 580px) and (max-width: 767px), only screen and (max-width: 579px) {
  section#gen-interior form .row .row-role input[type="radio"].radio_btn + label,
  section#gen-interior form .row .row-role input[type="checkbox"].radio_btn + label {
    margin-top: -20.5px;
  }
}
@media only screen and (max-width: 579px) {
  section#gen-interior form .row .row-role input[type="radio"].radio_btn + label,
  section#gen-interior form .row .row-role input[type="checkbox"].radio_btn + label {
    margin-top: -19.5px;
  }
}
@media only screen and (max-width: 439px) {
  section#gen-interior form .row .row-role input[type="radio"].radio_btn + label,
  section#gen-interior form .row .row-role input[type="checkbox"].radio_btn + label {
    margin: 25px 0 0;
  }
}
section#gen-interior form .row .row-role input[type="radio"].radio_btn + label:before,
section#gen-interior form .row .row-role input[type="checkbox"].radio_btn + label:before {
  display: none;
}
section#gen-interior form .row .row-role label {
  top: 50%;
  right: 20px;
  color: #fff;
  cursor: pointer;
  min-width: 137px;
  font-weight: 600;
  text-align: center;
  border-width: 1px;
  position: absolute;
  padding: 11px 11px;
  background: #ae956b;
  letter-spacing: 1px;
  margin-top: -21.5px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 15px;
  font-family: "open-sans", arial, sans-serif;
  border-left: 7px solid #8b7756;
}
section#gen-interior form .row .row-role label:hover {
  background: #8e7957;
  border-color: #8e7957;
  border-left: 7px solid #726146;
}
section#gen-interior form .row .row-role.regular {
  padding-right: 20px;
}
section#gen-interior form .row .row-role.regular .fancy {
  float: right;
}
section#gen-interior form .row .row-role.regular .expander {
  float: right;
  color: #412850;
  padding: 4px 0;
  font-size: 14px;
  display: inline-block;
  font-family: "open-sans", arial, sans-serif;
}
section#gen-interior form .row .row-role.regular .expander:before {
  content: "";
  width: 18px;
  height: 18px;
  margin-right: 8px;
  vertical-align: -3px;
  display: inline-block;
  background: url(img/ico-expander-sprite@2x.png) 0 -18px no-repeat;
  background-size: 18px 36px;
}
section#gen-interior form .row .row-role.regular .expander.open:before {
  background-position: 0 0;
}
@media only screen and (max-width: 579px), only screen and (max-width: 439px) {
  section#gen-interior form .row .row-role.regular .expander {
    padding: 4px 8px;
    width: 30px;
    height: 26px;
    overflow: hidden;
    margin-right: -4px;
  }
}
@media only screen and (min-width: 580px) and (max-width: 767px) {
  section#gen-interior form .row .row-role.regular .fancy {
    font-size: 14px;
    margin-top: 5px;
  }
}
@media only screen and (max-width: 579px), only screen and (max-width: 439px) {
  section#gen-interior form .row .row-role.regular .fancy {
    float: none;
    clear: left;
    display: block;
    padding-top: 10px;
    margin-right: 80px;
  }
}
section#gen-interior form .row.light {
  background: #fff;
}
section#gen-interior form .row.light.has_details:after {
  width: 0;
  height: 0;
  top: 100%;
  left: 12.5%;
  content: "";
  position: absolute;
  border-top: 18px solid #fff;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
}
section#gen-interior form .row.checked {
  background: #897a92;
}
section#gen-interior form .row.checked .row-role span {
  color: #fff;
}
section#gen-interior form .row.checked .row-role span.price {
  color: #000;
}
section#gen-interior form .row.checked .row-role label {
  cursor: default;
  background: #412850;
  border-color: #342040;
}
section#gen-interior form .row.checked.has_details:after {
  width: 0;
  height: 0;
  top: 100%;
  left: 12.5%;
  content: "";
  position: absolute;
  border-top: 18px solid #897a92;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
}
@media only screen and (min-width: 580px) and (max-width: 767px), only screen and (max-width: 579px) {
  section#gen-interior form .row .row-role span {
    font-size: 18px;
  }
  section#gen-interior form .row .row-role label {
    width: 115px;
    font-size: 14px;
    margin-top: -20.5px;
  }
}
@media only screen and (max-width: 579px) {
  section#gen-interior form .row .row-role {
    padding: 15px 165px 15px 15px;
  }
  section#gen-interior form .row .row-role .radio_btn {
    top: 0;
    right: 0;
    position: absolute;
  }
  section#gen-interior form .row .row-role .label {
    right: 15px;
    font-size: 12px;
    margin-top: -19.5px;
  }
}
@media only screen and (max-width: 439px) {
  section#gen-interior form .row .row-role {
    padding: 15px;
  }
  section#gen-interior form .row .row-role span {
    float: left;
  }
  section#gen-interior form .row .row-role label {
    float: left;
    clear: left;
    margin: 20px 0 0;
    position: static;
  }
  section#gen-interior form .row .row-role b {
    float: left;
    margin: 0 5px;
  }
}
section#gen-interior form .row-int {
  display: table;
  margin: 0 -22px;
  padding: 0 22px;
  position: relative;
  margin-bottom: 1px;
  width: calc(100% + 44px);
}
section#gen-interior form .row-int:before {
  top: -1px;
  left: 22px;
  right: 22px;
  content: "";
  height: 1px;
  position: absolute;
  background: #d7d7d7;
}
section#gen-interior form .row-int .row-header {
  width: 100%;
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding: 15px 155px 15px 0;
}
section#gen-interior form .row-int .row-header:before,
section#gen-interior form .row-int .row-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
section#gen-interior form .row-int .row-header:after {
  clear: both;
}
section#gen-interior form .row-int .row-header:before,
section#gen-interior form .row-int .row-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
section#gen-interior form .row-int .row-header:after {
  clear: both;
}
section#gen-interior form .row-int .row-header .details span {
  font-size: 22px;
  line-height: 130%;
  font-style: normal;
}
section#gen-interior form .row-int .row-header .details span.desc {
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
}
section#gen-interior form .row-int .row-header .details span.role,
section#gen-interior form .row-int .row-header .details span.desc {
  color: #000;
}
section#gen-interior form .row-int .row-header .details span.price,
section#gen-interior form .row-int .row-header .details span.name {
  color: #ae956b;
}
section#gen-interior form .row-int .row-header .details .expander_int {
  clear: left;
  float: left;
  color: #412850;
  padding: 4px 0;
  font-size: 14px;
  display: inline-block;
  font-family: "open-sans", arial, sans-serif;
}
section#gen-interior form .row-int .row-header .details .expander_int:before {
  content: "";
  width: 18px;
  height: 18px;
  margin-right: 8px;
  vertical-align: -3px;
  display: inline-block;
  background: url(img/ico-expander-sprite@2x.png) 0 -18px no-repeat;
  background-size: 18px 36px;
}
section#gen-interior form .row-int .row-header .details .expander_int.open:before {
  background-position: 0 0;
}
section#gen-interior form .row-int .row-header .radio_btn {
  opacity: 0;
  visibility: hidden;
}
section#gen-interior form .row-int .row-header input[type="checkbox"].radio_btn + label {
  cursor: pointer !important;
}
section#gen-interior form .row-int .row-header input[type="radio"].radio_btn + label,
section#gen-interior form .row-int .row-header input[type="checkbox"].radio_btn + label {
  margin: 0;
}
section#gen-interior form .row-int .row-header input[type="radio"].radio_btn + label:before,
section#gen-interior form .row-int .row-header input[type="checkbox"].radio_btn + label:before {
  display: none;
}
section#gen-interior form .row-int .row-header label {
  top: 20px;
  right: 0px;
  color: #fff;
  cursor: pointer;
  min-width: 137px;
  font-weight: 600;
  text-align: center;
  border-width: 1px;
  position: absolute;
  padding: 11px 11px;
  background: #ae956b;
  letter-spacing: 1px;
  margin-top: -21.5px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 15px;
  font-family: "open-sans", arial, sans-serif;
  border-left: 7px solid #8b7756;
}
section#gen-interior form .row-int .row-header label:hover {
  background: #8e7957;
  border-color: #8e7957;
  border-left: 7px solid #726146;
}
section#gen-interior form .row-int + .details {
  display: none;
}
section#gen-interior form .row-int + .details .grid {
  opacity: 0;
  filter: alpha(opacity=0);
}
section#gen-interior form .row-int + .details.rte {
  padding-top: 20px;
}
section#gen-interior form .row-int.checked {
  background: #897a92;
}
section#gen-interior form .row-int.checked .row-header .details span {
  color: #fff;
}
section#gen-interior form .row-int.checked .row-header .details span.price {
  color: #000;
}
section#gen-interior form .row-int.checked .row-header label {
  cursor: default;
  background: #412850;
  border-color: #342040;
}
@media only screen and (min-width: 580px) and (max-width: 767px), only screen and (max-width: 579px) {
  section#gen-interior form .row-int .row-header .details span {
    font-size: 18px;
  }
  section#gen-interior form .row-int .row-header .details span.desc {
    font-size: 14px;
  }
  section#gen-interior form .row-int .row-header .details .expander_int:before {
    content: "";
    width: 12px;
    height: 12px;
    margin-right: 5px;
    vertical-align: 0;
    background-size: 12px 24px;
    background-position: 0 -12px;
  }
}
@media only screen and (max-width: 579px) {
  section#gen-interior form .row-int .row-header {
    padding: 15px 150px 15px 0px;
  }
  section#gen-interior form .row-int .row-header .radio_btn {
    top: 0;
    right: 0;
    position: absolute;
  }
}
@media only screen and (max-width: 439px) {
  section#gen-interior form .row-int .row-header {
    padding: 15px 0;
  }
  section#gen-interior form .row-int .row-header .details span {
    float: left;
  }
  section#gen-interior form .row-int .row-header label {
    top: 0;
    float: left;
    clear: left;
    position: static;
    margin: 15px 0 10px !important;
  }
  section#gen-interior form .row-int .row-header b {
    float: left;
    margin: 0 5px;
  }
}
section#gen-interior form .selectric-small {
  width: 122px;
}
section#gen-interior form button {
  margin-bottom: 10px;
}
@media only screen and (min-width: 580px) and (max-width: 767px), only screen and (max-width: 579px) {
  section#gen-interior form {
    padding: 25px 20px;
  }
}
section#gen-interior form .installment-details span {
  display: block;
  margin: 10px 0;
}
section#gen-interior form .payment-details,
section#gen-interior form .other-details,
section#gen-interior form .installment-details {
  opacity: 0;
  filter: alpha(opacity=0);
  display: none;
}
section#gen-interior form .cost-row {
  font-size: 14px;
  text-align: right;
  padding: 20px 22px 10px;
  background: #ebebeb;
  margin-bottom: 35px;
  font-family: "open-sans", arial, sans-serif;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
}
section#gen-interior form .cost-row:before,
section#gen-interior form .cost-row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
section#gen-interior form .cost-row:after {
  clear: both;
}
section#gen-interior form .cost-row:before,
section#gen-interior form .cost-row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
section#gen-interior form .cost-row:after {
  clear: both;
}
section#gen-interior form .cost-row span {
  margin: 0;
  display: inline-block;
  line-height: 170%;
}
section#gen-interior form .cost-row .item-cost {
  float: right;
}
section#gen-interior form .cost-row .item-cost .label {
  font-size: 15px;
  font-weight: 600;
  margin-right: 10px;
  letter-spacing: 1px;
  display: inline-block;
  text-transform: uppercase;
  font-family: "open-sans", arial, sans-serif;
}
section#gen-interior form .cost-row .item-cost .balance {
  color: #ae956b;
  padding-top: 10px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 439px) {
  section#gen-interior form .cost-row .item-cost {
    float: left;
    clear: left;
    text-align: left;
  }
}
section#gen-interior form.woocommerce-ordering {
  margin: 0;
  padding: 0;
  clear: left;
  float: left;
  width: 320px;
  background: none;
}
@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 580px) and (max-width: 767px), only screen and (max-width: 579px) {
  section#gen-interior .content.top .main-headline {
    font-size: 36px;
  }
  section#gen-interior .content.top .sub-headline {
    font-size: 24px;
  }
  section#gen-interior .content.main h2:not(.grid-title ) {
    font-size: 28px;
  }
  section#gen-interior .content.main h3 {
    font-size: 22px;
  }
  section#gen-interior .featured-image {
    height: 280px;
  }
}
@media only screen and (min-width: 580px) and (max-width: 767px), only screen and (max-width: 579px) {
  section#gen-interior .content {
    padding: 30px 20px;
  }
  section#gen-interior .featured-image {
    height: 240px;
  }
}
.woocommerce #respond input#submit.loading:after,
.woocommerce a.button.loading:after,
.woocommerce button.button.loading:after,
.woocommerce input.button.loading:after {
  top: 15px;
  position: static;
  margin-left: 0.53em;
  vertical-align: bottom;
  display: inline-block;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  font-size: inherit;
}
@media only screen and (max-width: 579px) {
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    font-size: 14px;
  }
}
.woocommerce section#gen-interior .content.main {
  padding-top: 30px;
}
.woocommerce section#gen-interior .content.main h1 {
  color: #000;
  font-size: 48px;
  position: relative;
  margin-bottom: 40px;
}
.woocommerce section#gen-interior .content.main h1:after {
  left: 0;
  bottom: -18px;
  content: "";
  height: 1px;
  width: 188px;
  display: block;
  background: #ae956b;
  position: absolute;
}
.woocommerce section#gen-interior .content.main span.onsale {
  line-height: 38px;
  background: #ae956b;
}
.woocommerce section#gen-interior .content.main div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce section#gen-interior .content.main div.product .woocommerce-tabs ul.tabs li:before {
  display: none;
}
.woocommerce section#gen-interior .content.main div.product .images img {
  margin: 0 !important;
}
.woocommerce section#gen-interior .content.main div.product span.price,
.woocommerce section#gen-interior .content.main div.product p.price {
  font-size: 18px;
  color: #a37e3a;
}
.woocommerce section#gen-interior .content.main div.product .single_add_to_cart_button {
  margin: 0;
  height: 48px;
  color: #fff;
  padding: 15px;
  font-weight: 600;
  padding-left: 12px;
  text-align: center;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  letter-spacing: 1px;
  display: inline-block;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
  background-color: #412850;
  text-transform: uppercase;
  border: 1px solid #412850;
  font-size: 15px;
  font-family: "open-sans", arial, sans-serif;
  border-left: 7px solid #342040;
}
.woocommerce section#gen-interior .content.main div.product .single_add_to_cart_button:hover {
  background: #342040;
  border-color: #342040;
}
.woocommerce section#gen-interior .content.main div.product .quantity input {
  height: 47px;
  margin: 0;
}
.woocommerce section#gen-interior .content.main .woocommerce-message {
  border: none;
}
.woocommerce section#gen-interior .content.main .woocommerce-message button,
.woocommerce section#gen-interior .content.main .woocommerce-message .wc-forward {
  display: none;
}
.woocommerce section#gen-interior .content.main form.cart {
  background: none;
  padding: 0;
}
.select2-choice {
  height: 0;
  width: 0;
}
.select2-drop,
.select2-drop-mask {
  z-index: -1;
}
.woocommerce-checkout #payment div.payment_box {
  background: #ebebeb;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.woocommerce-checkout #payment div.payment_box:before {
  border-color: transparent transparent #ebebeb;
}
.woocommerce-checkout #payment div.payment_box input.input-text,
.woocommerce-checkout #payment div.payment_box textarea {
  font-size: 14px;
}
.woocommerce-checkout #payment div.payment_box fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
.woocommerce table.shop_table {
  border-right: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.woocommerce table.shop_table th {
  background: none;
  border-right: 1px solid #eaedf2;
  border-bottom: none;
}
.woocommerce table.shop_table td:last-child {
  border-right: 1px solid #eaedf2;
}
.woocommerce table.shop_table_responsive tr td:before,
.woocommerce-page table.shop_table_responsive tr td:before {
  content: "";
}
.woocommerce-checkout #payment ul.payment_methods {
  padding: 0;
  border: none;
}
.woocommerce-checkout #payment ul.payment_methods li img {
  display: inline-block;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  color: #fff;
  font-weight: 600;
  background: #fff;
  padding: 15px 35px;
  text-align: center;
  letter-spacing: 1px;
  display: inline-block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
  text-transform: uppercase;
  border: 1px solid #8b7756;
  font-size: 15px;
  font-family: "open-sans", arial, sans-serif;
  border-width: 1px;
  padding-left: 48px;
  background: #ae956b;
  border-left: 7px solid #8b7756;
}
.woocommerce #respond input#submit.sml,
.woocommerce a.button.sml,
.woocommerce button.button.sml,
.woocommerce input.button.sml {
  font-size: 13px;
}
.woocommerce #respond input#submit.lg,
.woocommerce a.button.lg,
.woocommerce button.button.lg,
.woocommerce input.button.lg {
  font-size: 19px;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  color: #fff;
  background: #8e7957;
  text-decoration: none;
  border-color: #8e7957;
  border-left: 7px solid #726146;
}
.woocommerce .quantity .qty,
.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
  height: 47px;
}
.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
  width: 120px;
  margin-right: 20px;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  text-align: right;
  padding-top: 40px;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  width: auto;
  background: #ae956b;
  display: inline-block;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background: #8e7957;
}
.woocommerce-checkout .woocommerce label label,
.woocommerce-checkout #payment label {
  padding: 0 !important;
}
.woocommerce-checkout .woocommerce label label:before,
.woocommerce-checkout #payment label:before {
  display: none !important;
}
.woocommerce-checkout .woocommerce label input[type="checkbox"],
.woocommerce-checkout #payment input[type="checkbox"],
.woocommerce-checkout .woocommerce label input[type="radio"],
.woocommerce-checkout #payment input[type="radio"] {
  left: auto !important;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  position: static !important;
  margin: 0 5px 0 0 !important;
  visibility: visible !important;
  vertical-align: middle !important;
}
.woocommerce-checkout .woocommerce label span,
.woocommerce-checkout #payment span {
  padding: 0;
  vertical-align: middle;
}
.woocommerce-checkout #payment {
  background: none !important;
}
.select2-container {
  display: none !important;
}
.woocommerce-account .address {
  margin-bottom: 20px;
}
.woocommerce-account #saved-cards {
  margin-top: 40px;
  clear: both;
  text-transform: capitalize;
}
.woocommerce-account .woocommerce table.shop_table form {
  margin-top: 0px !important;
}
.woocommerce-account .selectric-state_select .selectric-items {
  max-height: 200px;
  overflow: scroll;
}
@media only screen and (min-width: 580px) and (max-width: 767px), only screen and (max-width: 579px) {
  .woocommerce #content table.cart td.actions .input-text,
  .woocommerce table.cart td.actions .input-text,
  .woocommerce-page #content table.cart td.actions .input-text,
  .woocommerce-page table.cart td.actions .input-text {
    margin-bottom: 10px;
  }
  .woocommerce #content table.cart td.actions .button.alt,
  .woocommerce #content table.cart td.actions .input-text + .button,
  .woocommerce table.cart td.actions .button.alt,
  .woocommerce table.cart td.actions .input-text + .button,
  .woocommerce-page #content table.cart td.actions .button.alt,
  .woocommerce-page #content table.cart td.actions .input-text + .button,
  .woocommerce-page table.cart td.actions .button.alt,
  .woocommerce-page table.cart td.actions .input-text + .button {
    float: none;
  }
  .woocommerce #content table.cart td.actions .button,
  .woocommerce #content table.cart td.actions .input-text,
  .woocommerce #content table.cart td.actions input,
  .woocommerce table.cart td.actions .button,
  .woocommerce table.cart td.actions .input-text,
  .woocommerce table.cart td.actions input,
  .woocommerce-page #content table.cart td.actions .button,
  .woocommerce-page #content table.cart td.actions .input-text,
  .woocommerce-page #content table.cart td.actions input,
  .woocommerce-page table.cart td.actions .button,
  .woocommerce-page table.cart td.actions .input-text,
  .woocommerce-page table.cart td.actions input {
    width: auto;
  }
  .woocommerce #customer_details .col-1,
  .woocommerce #customer_details .col-2 {
    padding-right: 0 !important;
  }
  .woocommerce table.woocommerce-checkout-review-order-table th,
  .woocommerce table.woocommerce-checkout-review-order-table td {
    display: table-cell !important;
  }
}
@media only screen and (max-width: 579px) {
  .woocommerce #payment #place_order,
  .woocommerce-page #payment #place_order,
  .woocommerce #respond input#submit,
  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce input.button,
  .woocommerce #respond input#submit.alt,
  .woocommerce a.button.alt,
  .woocommerce button.button.alt,
  .woocommerce input.button.alt {
    width: 100%;
    padding: 15px 20px;
  }
  .woocommerce table.shop_table {
    border: none;
  }
  .woocommerce table.shop_table th {
    display: none;
  }
  .woocommerce table.shop_table td {
    display: table-row;
  }
  .woocommerce table.shop_table td.product-subtotal {
    display: none;
  }
  .woocommerce table.shop_table td a,
  .woocommerce table.shop_table td span,
  .woocommerce .quantity .qty,
  .woocommerce #content table.cart td.actions .input-text,
  .woocommerce table.cart td.actions .input-text,
  .woocommerce-page #content table.cart td.actions .input-text,
  .woocommerce-page table.cart td.actions .input-text {
    display: inline-block;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 579px) {
  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last,
  .woocommerce-page form .form-row-first,
  .woocommerce-page form .form-row-last {
    width: 100%;
  }
  .woocommerce-account .woocommerce table.shop_table form {
    margin-top: 30px !important;
    padding: 0 !important;
    background: none !important;
  }
  .woocommerce table.my_account_orders tr td.order-actions,
  .woocommerce-page table.my_account_orders tr td.order-actions {
    border-right: none;
  }
}
.og-grid {
  clear: both;
  width: 994px;
  margin: 0 -28px;
  padding: 20px 0;
  list-style: none;
  text-align: center;
  position: relative;
  max-width: 106%;
}
.og-grid > li {
  width: 238px;
  height: 305px;
  padding: 0 12px;
  vertical-align: top;
  display: inline-block;
  margin: 10px 0 5px 0;
}
.og-grid > li h2.grid-title {
  margin: 0 0 5px;
  font-size: 22px;
}
.og-grid > li .grid-subtitle,
.og-grid > li .grid-minor {
  height: 32px;
  color: #464646;
  overflow: hidden;
  font-size: 12px;
  font-weight: 700;
  margin: 0 0 5px 0;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "open-sans", arial, sans-serif;
}
.og-grid > li .grid-minor {
  font-style: italic;
  font-size: 14px;
  margin: 0;
}
.og-grid > li > a {
  border: none;
  outline: none;
  display: block;
  position: relative;
  cursor: pointer;
  z-index: 1;
  text-align: left;
  color: #000;
}
.og-grid > li > a > .img_cont {
  display: block;
  margin: 0 0 20px 0;
}
.og-grid > li > a:hover {
  text-decoration: none;
}
.og-grid > li.og-expanded > a:after {
  content: " ";
  position: absolute;
  top: auto;
  left: 50%;
  margin: 10px 0 0 -15px;
  height: 0;
  width: 0;
  border: solid transparent;
  border-top-color: #fff;
  border-width: 15px;
  pointer-events: none;
}
.og-grid > li .og-expander {
  position: absolute;
  top: auto;
  left: 0;
  width: 100%;
  margin-top: 10px;
  padding: 0 26px;
  text-align: left;
  height: 0;
  overflow: hidden;
}
.og-grid > li .og-expander .og-expander-inner {
  background: #ebebeb;
  padding: 50px 30px;
  height: 100%;
}
.og-grid > li .og-expander .og-expander-inner .og-details .grid-subtitle {
  color: #ae956b;
  font-size: 20px;
  font-weight: 500;
  font-style: italic;
  margin-bottom: 2px;
  text-transform: none;
  font-family: "adobe-garamond-pro", garamond, times, serif;
}
.og-grid > li .og-expander .og-expander-inner .og-details .grid-title {
  color: #000;
  font-size: 41px;
  position: relative;
  margin-bottom: 35px;
  font-family: "adobe-garamond-pro", garamond, times, serif;
}
.og-grid > li .og-expander .og-expander-inner .og-details .grid-title:after {
  left: 0;
  bottom: -18px;
  content: "";
  height: 1px;
  width: 188px;
  display: block;
  background: #ae956b;
  position: absolute;
}
.og-grid > li .og-expander .og-expander-inner .og-close {
  top: 20px;
  width: 21px;
  right: 40px;
  height: 21px;
  cursor: pointer;
  position: absolute;
  background: url(img/og_grid_closer@2x.png) 0 0 no-repeat;
  background-size: 21px 21px;
}
@media only screen and (max-width: 579px) {
  .og-grid > li .og-expander .og-expander-inner {
    padding: 50px 20px;
  }
}
@media only screen and (max-width: 579px) {
  .og-grid > li {
    max-width: 100%;
    height: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 580px) and (max-width: 767px), only screen and (max-width: 579px) {
  .og-grid {
    margin: 0;
    max-width: 100%;
  }
}
@media only screen and (max-width: 579px) {
  .og-grid > li .og-expander {
    padding: 0;
  }
  .og-grid > li .og-expander .og-expander-inner .og-close {
    right: 15px;
    top: 15px;
  }
  .og-grid > li .og-expander .og-expander-inner .og-details .grid-title {
    font-size: 32px;
  }
}
.day-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding: 12px 0;
  margin-bottom: 35px;
  background: #f5f5f5;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
}
.day-list li {
  font-size: 14px;
  font-weight: 600;
  margin-right: 30px;
  display: inline-block;
  text-transform: uppercase;
}
@media only screen and (max-width: 579px) {
  .day-list {
    text-align: center;
  }
  .day-list li {
    margin: 10px 15px;
  }
}
.day-block {
  margin-bottom: 45px;
}
.day-block .small-headline {
  display: block;
  color: #ae956b;
  font-size: 20px;
  line-height: 120%;
  font-style: italic;
  font-family: "adobe-garamond-pro", garamond, times, serif;
}
.day-block .large-headline {
  display: block;
  font-size: 41px;
  line-height: 120%;
  margin-bottom: 25px;
  font-family: "adobe-garamond-pro", garamond, times, serif;
}
.day-block .time-grid {
  border-top: 1px solid #d7d7d7;
}
.day-block .time-grid:before,
.day-block .time-grid:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.day-block .time-grid:after {
  clear: both;
}
.day-block .time-grid:before,
.day-block .time-grid:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.day-block .time-grid:after {
  clear: both;
}
.day-block .time-grid .row {
  border-bottom: 1px solid #d7d7d7;
}
.day-block .time-grid .row:before,
.day-block .time-grid .row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.day-block .time-grid .row:after {
  clear: both;
}
.day-block .time-grid .row:before,
.day-block .time-grid .row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.day-block .time-grid .row:after {
  clear: both;
}
.day-block .time-grid .row:nth-of-type(2n) {
  background: #ebebeb;
}
.day-block .time-grid .row > div {
  float: left;
  font-size: 18px;
  font-family: "adobe-garamond-pro", garamond, times, serif;
}
.day-block .time-grid .row .left,
.day-block .time-grid .row .right {
  width: 25%;
}
.day-block .time-grid .row .left:before,
.day-block .time-grid .row .right:before,
.day-block .time-grid .row .left:after,
.day-block .time-grid .row .right:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.day-block .time-grid .row .left:after,
.day-block .time-grid .row .right:after {
  clear: both;
}
.day-block .time-grid .row .left:before,
.day-block .time-grid .row .right:before,
.day-block .time-grid .row .left:after,
.day-block .time-grid .row .right:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.day-block .time-grid .row .left:after,
.day-block .time-grid .row .right:after {
  clear: both;
}
.day-block .time-grid .row .left > div,
.day-block .time-grid .row .right > div {
  padding: 20px;
}
.day-block .time-grid .row .right {
  width: 75%;
}
.day-block .time-grid .row .right:before,
.day-block .time-grid .row .right:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.day-block .time-grid .row .right:after {
  clear: both;
}
.day-block .time-grid .row .right:before,
.day-block .time-grid .row .right:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.day-block .time-grid .row .right:after {
  clear: both;
}
.day-block .time-grid .row .right .r-wrap {
  overflow: hidden;
  padding: 0 !important;
  position: relative;
}
.day-block .time-grid .row .right .r-wrap:before,
.day-block .time-grid .row .right .r-wrap:after {
  left: 0;
  top: 5px;
  width: 1px;
  bottom: 5px;
  content: "";
  display: block;
  position: absolute;
  background: #d7d7d7;
}
.day-block .time-grid .row .right .r-wrap:after {
  right: 25%;
  left: auto;
}
.day-block .time-grid .row .right .r-wrap ~ .r-wrap {
  border-top: 1px solid #d7d7d7;
}
.day-block .time-grid .row .right .prog-info {
  width: 75%;
  float: left;
  padding: 10px 20px;
  position: relative;
}
.day-block .time-grid .row .right .prog-info .title,
.day-block .time-grid .row .right .prog-info .location {
  display: block;
}
.day-block .time-grid .row .right .prog-info .location {
  font-size: 15px;
  color: #ae956b;
}
.day-block .time-grid .row .right .add-to {
  width: 25%;
  float: left;
  padding: 20px;
  font-style: italic;
}
.day-block .time-grid .row .right .add-to a {
  color: #533366;
}
.day-block .time-grid .row .right .add-to ~ .add-to {
  border-top: 1px solid #d7d7d7;
}
@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 580px) and (max-width: 767px) {
  .day-block .large-headline {
    font-size: 36px;
  }
  .day-block .time-grid .row .left > div {
    padding: 13px 20px;
  }
  .day-block .time-grid .row .left .time-frame {
    font-size: 14px;
  }
  .day-block .time-grid .row .right .r-wrap:after {
    right: 20%;
  }
  .day-block .time-grid .row .right .prog-info {
    width: 80%;
  }
  .day-block .time-grid .row .right .add-to {
    font-size: 14px;
    width: 20%;
    padding: 13px 20px;
  }
}
@media only screen and (min-width: 580px) and (max-width: 767px) {
  .day-block .small-headline {
    font-size: 18px;
  }
  .day-block .large-headline {
    font-size: 32px;
  }
  .day-block .time-grid .row .left .time-frame {
    font-size: 14px;
  }
  .day-block .time-grid .row .right .r-wrap {
    position: relative;
  }
  .day-block .time-grid .row .right .r-wrap:after {
    right: 66px;
  }
  .day-block .time-grid .row .right .prog-info {
    width: 100%;
    padding-right: 66px;
  }
  .day-block .time-grid .row .right .add-to {
    top: 0;
    right: 0;
    width: 65px;
    font-size: 14px;
    position: absolute;
    padding: 12px 20px;
  }
  .day-block .time-grid .row .right .add-to a {
    width: 24px;
    display: block;
    padding-top: 26px;
    text-align: center;
    background: url(img/ico-cal-add@2x.png) center top no-repeat;
    background-size: 20px 24px;
  }
  .day-block .time-grid .row .right .add-to span {
    display: none;
  }
}
@media only screen and (max-width: 579px) {
  .day-block .small-headline {
    font-size: 18px;
  }
  .day-block .large-headline {
    font-size: 30px;
  }
  .day-block .time-grid .row {
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
  }
  .day-block .time-grid .row .left,
  .day-block .time-grid .row .right {
    float: none;
    width: 100%;
  }
  .day-block .time-grid .row .left .time-frame {
    font-size: 20px;
    font-style: italic;
    background: #ebebeb;
  }
  .day-block .time-grid .row .right .r-wrap {
    position: relative;
  }
  .day-block .time-grid .row .right .r-wrap:before {
    display: none;
  }
  .day-block .time-grid .row .right .r-wrap:after {
    right: 66px;
  }
  .day-block .time-grid .row .right .prog-info {
    width: 100%;
    padding-right: 66px;
  }
  .day-block .time-grid .row .right .add-to {
    top: 0;
    right: 0;
    width: 65px;
    font-size: 14px;
    position: absolute;
    padding: 12px 20px;
  }
  .day-block .time-grid .row .right .add-to a {
    width: 24px;
    display: block;
    padding-top: 26px;
    text-align: center;
    background: url(img/ico-cal-add@2x.png) center top no-repeat;
    background-size: 20px 24px;
  }
  .day-block .time-grid .row .right .add-to span {
    display: none;
  }
  .day-block .time-grid .row:nth-of-type(2n) {
    background: none;
  }
}
.hentry {
  background-color: white;
  border-radius: 3px;
  margin-bottom: 1.5em;
  border: 1px solid #cccccc;
}
.hentry header {
  border-bottom: 1px solid #f8f9fa;
  padding: 1.5em;
}
.hentry footer {
  padding: 1.5em;
  border-top: 1px solid #f8f9fa;
}
.hentry footer.comment-meta {
  padding: 1.5em 0;
}
.hentry footer p {
  margin: 0;
}
/* end .hentry */
.single-title,
.page-title,
.entry-title {
  margin: 0;
}
/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
/* general post style */
/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
/* post meta */
.byline {
  color: #9fa6b4;
  font-style: italic;
  margin: 0;
}
/* entry content */
.entry-content {
  padding: 1.5em 1.5em 0;
  /*
  image alignment on a screen this size may be
  a bit difficult. It's set to start aligning
  and floating images at the next breakpoint,
  but it's up to you. Feel free to change it up.
  */
}
.entry-content p {
  margin: 0 0 1.5em;
}
.entry-content table {
  width: 100%;
  border: 1px solid #eaedf2;
  margin-bottom: 1.5em;
}
.entry-content table caption {
  margin: 0 0 7px;
  font-size: 0.75em;
  color: #9fa6b4;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.entry-content table tr {
  border-bottom: 1px solid #eaedf2;
}
.entry-content table tr:nth-child(even) {
  background-color: #f8f9fa;
}
.entry-content table td {
  padding: 7px;
  border-right: 1px solid #eaedf2;
}
.entry-content table td:last-child {
  border-right: 0;
}
.entry-content table th {
  background-color: #f8f9fa;
  border-bottom: 1px solid #eaedf2;
  border-right: 1px solid #eaedf2;
}
.entry-content table th::last-child {
  border-right: 0;
}
.entry-content blockquote {
  margin: 0 0 1.5em 0.75em;
  padding: 0 0 0 0.75em;
  border-left: 3px solid #2980b9;
  font-style: italic;
  color: #9fa6b4;
}
.entry-content dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em;
}
.entry-content img {
  margin: 0 0 1.5em 0;
  max-width: 100%;
  height: auto;
}
.entry-content .size-auto,
.entry-content .size-full,
.entry-content .size-large,
.entry-content .size-medium,
.entry-content .size-thumbnail {
  max-width: 100%;
  height: auto;
}
.entry-content pre {
  background: #323944;
  color: #f8f9fa;
  font-size: 0.9em;
  padding: 1.5em;
  margin: 0 0 1.5em;
  border-radius: 3px;
}
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
}
.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}
.tags {
  margin: 0;
}
.no-widgets {
  background-color: white;
  padding: 1.5em;
  text-align: center;
  border: 1px solid #cccccc;
  border-radius: 2px;
  margin-bottom: 1.5em;
}
#comments-title {
  padding: 0.75em;
  margin: 0;
  border-top: 1px solid #f8f9fa;
}
.commentlist {
  margin: 0;
  list-style-type: none;
}
.comment {
  position: relative;
  clear: both;
  overflow: hidden;
  padding: 1.5em;
  border-bottom: 1px solid #f8f9fa;
}
.comment .comment-author {
  border: 0;
}
.comment .vcard cite.fn {
  font-weight: 700;
  font-style: normal;
}
.comment .vcard time {
  display: block;
  font-size: 0.9em;
  font-style: italic;
}
.comment .vcard time a {
  color: #9fa6b4;
  text-decoration: none;
}
.comment .vcard time a:hover {
  text-decoration: underline;
}
.comment .vcard .avatar {
  position: absolute;
  left: 16px;
  border-radius: 50%;
}
.comment:last-child {
  margin-bottom: 0;
}
.comment .children {
  margin: 0;
}
.comment[class*=depth-] {
  margin-top: 1.1em;
}
.comment.depth-1 {
  margin-left: 0;
  margin-top: 0;
}
.comment:not(.depth-1) {
  margin-top: 0;
  margin-left: 7px;
  padding: 7px;
}
.comment.odd {
  background-color: white;
}
.comment.even {
  background: #f8f9fa;
}
.comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em;
}
.comment-reply-link {
  font-size: 0.9em;
  float: right;
}
.comment-edit-link {
  font-style: italic;
  margin: 0 7px;
  text-decoration: none;
  font-size: 0.9em;
}
.comment-respond {
  padding: 1.5em;
  border-top: 1px solid #f8f9fa;
}
.comment-respond .comment-form:before,
.comment-respond .comment-form:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.comment-respond .comment-form:after {
  clear: both;
}
.comment-respond .comment-form:before,
.comment-respond .comment-form:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.comment-respond .comment-form:after {
  clear: both;
}
#reply-title {
  margin: 0;
}
.logged-in-as {
  color: #9fa6b4;
  font-style: italic;
  margin: 0;
}
.logged-in-as a {
  color: #5c6b80;
}
.comment-form-comment {
  margin: 1.5em 0 0.75em;
}
.form-allowed-tags {
  padding: 1.5em;
  background-color: #f8f9fa;
  font-size: 0.9em;
}
#submit {
  float: right;
  font-size: 1em;
}
#comment-form-title {
  margin: 0 0 1.1em;
}
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0;
}
.nocomments {
  margin: 0 20px 1.1em;
}
.pagination,
.wp-prev-next {
  margin: 1.5em 0;
}
.pagination {
  text-align: center;
}
.pagination ul {
  display: inline-block;
  background-color: white;
  white-space: nowrap;
  padding: 0;
  clear: both;
  border-radius: 3px;
}
.pagination ul li {
  padding: 0;
  margin: 0;
  float: left;
  display: inline;
  overflow: hidden;
  border-right: 1px solid #eaedf2;
}
.pagination ul li a,
.pagination ul li span {
  margin: 0;
  text-decoration: none;
  padding: 0;
  line-height: 1em;
  font-size: 1em;
  font-weight: normal;
  padding: 0.75em;
  min-width: 1em;
  display: block;
  color: #2980b9;
}
.pagination ul li a:hover,
.pagination ul li span:hover,
.pagination ul li a:focus,
.pagination ul li span:focus {
  background-color: #2980b9;
  color: white;
}
.pagination .current {
  cursor: default;
  color: #5c6b80;
}
.pagination .current:hover,
.pagination .current:focus {
  background-color: white;
  color: #5c6b80;
}
/* fallback previous & next links */
.wp-prev-next .prev-link {
  float: left;
}
.wp-prev-next .next-link {
  float: right;
}
html.touch a,
html.touch a.btn,
html.touch button.btn,
html.touch input.btn,
html.touch input[type="submit"],
html.touch .main-navigation ul > li a,
html.touch .main-navigation ul > li > ul:after,
html.touch footer.site-footer .social-area .ico,
html.touch footer.site-footer .social-area .ico:after,
html.touch section#hero-slider .flexslider .flex-direction-nav li,
html.touch section#hero-slider .flexslider .flex-control-paging li a,
html.touch section.featured-grid .featured-block a,
html.touch section.featured-grid .featured-block a .featured-image:before,
html.touch section.featured-grid .featured-block a .featured-image:after,
html.touch a .img_cont.scale:after,
html.touch a .img_cont.scale span.hover,
html.touch section#gen-interior form a.img-magnif:before,
html.touch section#gen-interior form a.img-magnif:after {
  -webkit-transition: none !important;
  transition: none !important;
}
#page {
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
}
#page.content-hidden {
  visibility: hidden;
}
/***** STRUCTURE *****/
.container {
  max-width: 1180px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.site-wrapper {
  height: 100%;
  overflow: hidden;
  position: relative;
  background: #252525;
}
@media only screen and (min-width: 580px) and (max-width: 767px), only screen and (max-width: 579px) {
  .site-wrapper #wpadminbar {
    top: -46px;
    position: absolute !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 580px) and (max-width: 767px), only screen and (max-width: 579px) {
  .site-pusher {
    position: relative;
    height: 100%;
    left: 0;
    -webkit-transition: left 0.25s ease;
    transition: left 0.25s ease;
  }
  .menu-open .site-pusher {
    left: -320px;
  }
}
@media only screen and (min-width: 580px) and (max-width: 767px), only screen and (max-width: 579px) {
  .menu-open .site-pusher {
    left: -250px;
  }
}
section.page {
  min-height: 500px;
  background: #fff;
}
section.page.top_bottom_gutters {
  padding-top: 20px;
  padding-bottom: 20px;
}
section.page nav.sideNav {
  width: 20%;
  float: left;
}
section.page nav.sideNav + .main-content {
  width: 80%;
  float: right;
  padding-left: 30px;
}
div.summary div.product_meta span.posted_in {
  display: none;
}

