/*

	MAKING THE LOGICAL MOVE -
	VERSION 1.0 [CORE]
	
	-----------------------------------------
	
	developer: 	Michel Joanisse
	email: 		mjoanisse@simplebranch.ca
	website: 	http://simplebranch.ca
	version:	657150115
	
*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, label, select,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}


blockquote, q {
  quotes: none;
  padding-top:15px;
  padding-bottom:25px;
  }

i {
  font-style: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
 * Mixins specific to this project.
 */
* {
  margin: 50px;
  padding: 0;
  font-size: 16px;
  color: #000;
  font-family: "Droid Sans", "Helvetica Neue", Helvetica, Arial;
  line-height: 1.5em;
}

#top {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  height: 0;
  width: 0;
}

abbr {
  cursor: help;
  border-bottom: 0;
}

input[type="text"] {
  border: 1px solid #ccc;
}

input[type="submit"] {
  background: #ccc;
}

b {
  font-weight: normal;
}

.nomargin {
  margin: 0 !important;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

body {
  overflow-x: hidden;
}

svg {
  width: 24px;
  height: 24px;
}

h1, h2, h3, h4, h5, h6, .hgroup,
p, ul, ol, blockquote, table {
  margin: 0 0 20px 0;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, .hgroup:last-child,
p:last-child, ul:last-child, ol:last-child, blockquote:last-child, table:last-child {
  margin: 0;
}

li {
  margin: 0 0 15px 0;
}

.hgroup h1, .hgroup h2, .hgroup h3 {
  margin: 0 0 10px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-family: "futura-pt", sans-serif;
  color: #16102f;
}

h1, h2, h3, h4 {
  line-height: 1.15em;
}

h1, .h1, h1 * {
  font-size: 36px;
}

h2, .h2, h2 * {
  font-weight: 700;
  font-size: 48px;
}

h3, .h3, h3 * {
  font-size: 24px;
  font-weight: bold;
}

h6, .h6, h6 * {
  font-size: 18px;
  font-weight: bold;
}

blockquote {
  border-left: 5px solid #4E4489;
  padding-left: 40px;
}
blockquote p {
  font-style: italic;
}
blockquote p, blockquote p * {
  font-size: 21px;
}
blockquote.testimonial * {
  text-align: left;
}
blockquote.testimonial p,
blockquote.testimonial p * {
  font-size: inherit;
  font-style: normal;  
}
blockquote.testimonial ul,
blockquote.testimonial ol {
  list-style: initial;
  padding-left: 1em;
}
hr.testimonial-divider {
  margin: 30px 50px 25px 50px;
}


input.text {
  width: 100%;
  padding: 7px 10px;
  border: 1px solid #b9b9b9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 2px 2px 7px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 2px 2px 7px rgba(0, 0, 0, 0.15);
  -o-box-shadow: inset 2px 2px 7px rgba(0, 0, 0, 0.15);
  box-shadow: inset 2px 2px 7px rgba(0, 0, 0, 0.15);
}

textarea {
  width: 100%;
  padding: 7px 10px;
  border: 1px solid #b9b9b9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 2px 2px 7px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 2px 2px 7px rgba(0, 0, 0, 0.15);
  -o-box-shadow: inset 2px 2px 7px rgba(0, 0, 0, 0.15);
  box-shadow: inset 2px 2px 7px rgba(0, 0, 0, 0.15);
  resize: vertical;
}

/*
#main-header,
#main-aside,
#main-footer,
.format-quote,
.format-image,
.format-standard {display:none!important;}
*/
body {
  -webkit-transition: margin-left 250ms ease;
  -moz-transition: margin-left 250ms ease;
  -ms-transition: margin-left 250ms ease;
  -o-transition: margin-left 250ms ease;
  transition: margin-left 250ms ease;
}
body.push {
  margin-left: -340px;
}

#small-screen {
  display: none;
  position: absolute;
  width: 1px;
  height: 1px;
  background-color: transparent;
}

#pre-footer {
  padding: 30px 0;
  background: #605c6d;
}
#pre-footer * {
  color: #fff;
  text-align: center;
}
#pre-footer h6 {
  font-family: "Droid Sans", "Helvetica Neue", Helvetica, Arial;
}
#pre-footer .column {
  margin-bottom: 20px;
  padding: 0 30px;
}
#pre-footer .column:nth-child(3n+1) {
  clear: left;
  padding-left: 0;
}
#pre-footer .column:nth-child(3n+3) {
  padding-right: 0;
}
#pre-footer:after {
  clear: both;
  content: "";
  display: block;
}
#pre-footer .cf {
  display: block;
  clear: both;
}

#main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  background: #fff;
  clear: both;
}
#main-header .grid {
  position: relative;
  height: 100%;
}
#main-header .menu-contents {
  position: absolute;
  right: 0;
  bottom: 0;
}
#main-header .menu-main-menu-container {
  float: right;
}
#main-header ul {
  font-size: 0;
  height: 100%;
}
#main-header ul.visible {
  display: block;
}
#main-header .main-menu-handle {
  margin-right: 20px;
  display: none;
  float: left;
  height: 100px;
  line-height: 100px;
}
#main-header .menu-handle-icon {
  width: 50px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
}
#main-header .menu-handle-icon .bar {
  display: block;
  -webkit-transition: background, 250ms, ease;
  -moz-transition: background, 250ms, ease;
  -ms-transition: background, 250ms, ease;
  -o-transition: background, 250ms, ease;
  transition: background, 250ms, ease;
  background: #151223;
  height: 5px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#main-header .menu-handle-icon .bar.bar2 {
  top: 10px;
}
#main-header .menu-handle-icon .bar.bar3 {
  top: 20px;
}
#main-header .menu-handle-icon:hover .bar {
  background: #605c6d;
}
#main-header li {
  height: 100px;
  line-height: 100px;
  float: left;
  margin: 0 40px 0 0;
}
#main-header li:last-child {
  margin: 0;
}
#main-header li > a {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
}
#main-header .mtlm-button {
  float: none;
  display: inline-block;
  vertical-align: middle;
}
#main-header .main-logo {
  display: block;
  margin-top: 10px;
}
#main-header .main-logo img {
  display: block;
  width: auto;
  margin: 1em 0;
  -webkit-transition: height 250ms ease, margin 250ms ease;
  -moz-transition: height 250ms ease, margin 250ms ease;
  -ms-transition: height 250ms ease, margin 250ms ease;
  -o-transition: height 250ms ease, margin 250ms ease;
  transition: height 250ms ease, margin 250ms ease;
}
#main-header.scrolled .main-logo img {
  height: 80px;
  margin: 0.5em 0;
}

#global-wrapper, #container {
  clear: both;
  overflow-x: hidden;
}

.grid {
  position: relative;
  max-width: 1152px;
  margin: 0 auto;
  height: 100%;
}

#main-footer {
  display: none;
  float: left;
  width: 100%;
  padding: 20px 0;
  background: #151223;
}
#main-footer .grid:after {
  clear: both;
  content: "";
  display: block;
}
#main-footer nav {
  float: left;
}
#main-footer nav li {
  display: inline-block;
  padding: 0 0.5em;
  margin: 0;
  border-left: 1px solid #f7b20e;
}
#main-footer nav li:first-child {
  padding-left: 0;
  border: 0;
}
#main-footer nav li:last-child {
  padding-right: 0;
}
#main-footer nav li a {
  font-size: 12px;
}
#main-footer p {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  font-size: 12px;
}
#main-footer * {
  color: #f7b20e;
}
#main-footer .logo {
  display: block;
  float: right;
  max-width: 154px;
  height: auto;
}

.post-content-wrapper:after {
  clear: both;
  content: "";
  display: block;
}

.post-header {
  margin: 0 0 20px 0;
}

/*
#post-134 { // !! will be cleaning this up.
	padding:50px 0;
	* {text-align:left;}
	.grid {max-width:$contextwidth;}
	li:before {
		content:"> ";
	}
	ul ul, 
	ul ol {
		margin:15px 0 0 40px;
		li {list-style:disc;}
		li:before {content:"";}
	}
}
*/
.post-section {
  padding: 50px 0;
}
.post-section:after {
  clear: both;
  content: "";
  display: block;
}
.post-section li:before {
  content: "> ";
}

.format-standard .grid,
.format-standard .post-content-body-header {
  max-width: 760px;
  margin: 0 auto;
}
.format-standard .post-content-body-header {
  margin-bottom: 50px;
}
.format-standard * {
  text-align: center;
}
.format-standard h1.h2, .format-standard h2 {
  font-size: 32px;
}
.format-standard p {
  color: #605c6d;
}
.format-standard .column:nth-child(2) {
  padding: 0 50px;
}
.format-standard .mtlm-icon {
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #f0f0f2;
  margin: 0 auto 40px auto;
  width: 128px;
  height: 128px;
  overflow: hidden;
}
.format-standard .mtlm-icon img {
  margin: -64px 0 0 -64px;
}
.format-standard .mtlm-icon.file img {
  margin-top: -66px;
}
.format-standard .mtlm-icon.team img {
  margin-top: -70px;
}
.format-standard.color-scheme-primary {
  background: #605c6d;
}
.format-standard.color-scheme-primary *, .format-standard.color-scheme-primary p {
  color: #fff;
}
.format-standard#post-118 h1.h2, .format-standard#post-118 h2 {
  display: none;
}
.format-standard#post-13 {
  padding: 100px 0;
}
.format-standard#post-13 .grid {
  max-width: 1152px;
}

.format-image {
  background-color: #605c6d;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  overflow: hidden;
}
.format-image#post-4 {
  height: 670px;
}
.format-image#post-4 h1.h2, .format-image#post-4 h2 {
  max-width: 560px;
  margin-left: -900%;
  -webkit-transition: margin-left 1s ease-in;
  -moz-transition: margin-left 1s ease-in;
  -ms-transition: margin-left 1s ease-in;
  -o-transition: margin-left 1s ease-in;
  transition: margin-left 1s ease-in;
}
.format-image#post-4 h1.h2.fly-in, .format-image#post-4 h2.fly-in {
  margin-left: 0;
}

.format-aside {
  overflow: hidden;
  padding: 0;
  margin-top: -1px;
  border-top: 1px solid #e3e2e6;
  background-color: #605c6d;
}
.format-aside p, .format-aside li {
  color: #fff;
}
.format-aside .grid {
  max-width: none;
}
.format-aside .post-content-wrapper {
  position: relative;
  margin: 0 auto;
  height: 100%;
  max-width: 1152px;
}
.format-aside .post-header,
.format-aside .post-content,
.format-aside .post-content-body {
  height: 100%;
}
.format-aside .post-content-body {
  background: #605c6d;
  width: 592px;
  float: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px;
  position: relative;
  z-index: 2;
}
.format-aside .post-content-body:after {
  background: #605c6d;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
}
.format-aside .post-content-body strong, .format-aside .post-content-body strong * {
  color: #f7b20e;
}
.format-aside .post-content-body em, .format-aside .post-content-body em * {
  color: inherit;
}
.format-aside .post-header {
  position: absolute;
  top: 0;
  width: 560px;
}
.format-aside .post-header > header {
  position: absolute;
  top: 0;
  left: 186.6666666667px;
  padding: 60px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 373.3333333333px;
  height: 100%;
  background: rgba(247, 178, 14, 0.35);
}
.format-aside .post-header > header > h2 {
  position: relative;
  top: 50%;
  margin-bottom: -50%;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #281b60;
}
.format-aside .post-header > img {
  position: absolute;
  height: 100%;
  width: auto;
  top: 0;
  margin-top: 0;
  right: 0;
}
.format-aside .featured-image {
  width: 50%;
  float: left;
  height: 100%;
  background-image: url("../_images/demo-image-12571515.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}
.format-aside.reverse-order {
  background-color: #f7b20e;
}
.format-aside.reverse-order .post-content-body {
  width: 560px;
  background: #f7b20e;
  float: left;
}
.format-aside.reverse-order .post-content-body:after {
  background: #f7b20e;
  left: -100%;
}
.format-aside.reverse-order .post-content-body strong, .format-aside.reverse-order .post-content-body strong * {
  color: #281b60;
}
.format-aside.reverse-order .post-content-body em, .format-aside.reverse-order .post-content-body em * {
  color: inherit;
}
.format-aside.reverse-order .post-header {
  left: 560px;
}
.format-aside.reverse-order .post-header > header {
  left: 0;
  background: rgba(21, 18, 35, 0.5);
}
.format-aside.reverse-order .post-header > header h2 {
  color: #f7b20e;
}
.format-aside.reverse-order .post-header > img {
  left: 0;
  right: auto;
}

.format-quote {
  padding: 50px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.format-quote p {
  font-weight: bold;
  font-size: 21px;
}
.format-quote .author {
  margin-top: 40px;
}
.format-quote .author-name {
  margin: 0;
  font-weight: bold;
}
.format-quote .author-name, .format-quote .author-title {
  text-transform: uppercase;
  font-size: 14px;
}
.format-quote .featured-image {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  float: right;
  width: 150px;
  height: 150px;
}
.format-quote .featured-image img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.format-quote.has-thumbnail-image .post-content-body {
  padding-right: 200px;
}
.format-quote.author-portrait-align-l .featured-image {
  float: left;
}
.format-quote.author-portrait-align-l.has-thumbnail-image .post-content-body {
  padding-right: 0;
  padding-left: 200px;
}

body.page section.type-page {
  padding: 30px;
}

.content-box {
  padding: 0;
}
.content-box .post-header {
  padding: 0 0 30px 0;
  margin: 0 0 30px 0;
  background-image: url("../_images/double-dotted-border.gif");
  background-repeat: repeat-x;
  background-position: bottom left;
}
.content-box .post-content-wrapper {
  background: rgba(21, 18, 35, 0.7);
  width: 60%;
  max-width: 560px;
  display: table;
  padding: 30px;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.content-box .post-content {
  display: table-cell;
  vertical-align: middle;
}
.content-box .post-content * {
  color: #fff;
}

#formtable td {
  vertical-align: top;
  padding-bottom: 1em;
}
#formtable input, #formtable textarea {
  width: 90%;
  text-align: left;
}

.hr {
  height: 1px;
  border-top: 1px solid #e3e2e6;
  margin: 1.5em 0;
  
}

.mtlm-button, .dvin_wcql_shopbtn_wrap {
  padding-bottom: 5px;
  float: left;
  background-color: #151223;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
}
.mtlm-button a, .mtlm-button button, .mtlm-button button.button, .mtlm-button button.button.alt, .dvin_wcql_shopbtn_wrap a, .dvin_wcql_shopbtn_wrap button, .dvin_wcql_shopbtn_wrap button.button, .dvin_wcql_shopbtn_wrap button.button.alt {
  border: 0;
  cursor: pointer;
  background-color: #281b60;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  padding: 10px 20px;
  font-weight: bold;
  text-decoration: none;
  display: block;
  color: #fff;
  -webkit-transition: background-color 0.4s, border-color 0.4s, color 0.4s;
  /* Safari */
  transition: background-color 0.4s, border-color 0.4s, color 0.4s;
}
.mtlm-button a:hover, .mtlm-button button:hover, .mtlm-button button.button:hover, .mtlm-button button.button.alt:hover, .dvin_wcql_shopbtn_wrap a:hover, .dvin_wcql_shopbtn_wrap button:hover, .dvin_wcql_shopbtn_wrap button.button:hover, .dvin_wcql_shopbtn_wrap button.button.alt:hover {
  background-color: #605c6d;
}

#formtable td > button.button.alt, .woocommerce button.button.alt.wcqlupdatelistbtn {
  background-color: #281b60;
}

.dvin_wcql_shopbtn_wrap {
  background-color: #605c6d;
}

.mtlm-button.alt {
  background-color: #605c6d;
}
.mtlm-button.align-r {
  float: right;
}
.mtlm-button.align-c {
  float: none;
  display: table;
  margin: 0 auto;
}
.mtlm-button.secondary-clr {
  background-color: #ca8f03;
}
.mtlm-button.secondary-clr a, .mtlm-button.secondary-clr button {
  background-color: #f7b20e;
}
.mtlm-button.secondary-clr a:hover, .mtlm-button.secondary-clr button:hover {
  background-color: #F9CD65;
}

#button-402160115 {
  margin-top: 50px;
}

label {
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 5px;
  display: block;
}

input[type="text"], textarea {
  color: #605c6d;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background 250ms ease;
  -moz-transition: background 250ms ease;
  -ms-transition: background 250ms ease;
  -o-transition: background 250ms ease;
  transition: background 250ms ease;
  padding: 10px;
}
input[type="text"]:active, input[type="text"]:focus, textarea:active, textarea:focus {
  background: #e3e2e6;
}

.screen-reader-response {
  display: none;
}

.wpcf7-response-output {
  display: block;
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  background: #151223;
  padding: 10px;
  font-size: 12px;
  margin-top: 20px;
}
.wpcf7-response-output.wpcf7-display-none {
  display: none;
}

.wpcf7-not-valid-tip {
  background: #cc0000;
  padding: 10px;
  color: #fff;
  display: block;
  font-size: 12px;
  margin-top: 1px;
}

#main-aside {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: right 250ms ease;
  -moz-transition: right 250ms ease;
  -ms-transition: right 250ms ease;
  -o-transition: right 250ms ease;
  transition: right 250ms ease;
  max-width: 90%;
  width: 340px;
  background: #605c6d;
  padding: 30px;
  padding-top: 94px;
  height: 100%;
  position: fixed;
  overflow: auto;
  top: 0;
  right: -340px;
  z-index: 5;
  z-index: 999999;
}
#main-aside * {
  color: #fff;
}
#main-aside > :last-child {
  margin-bottom: 30px;
}
#main-aside.is-active {
  right: 0;
}
#main-aside textarea,
#main-aside input[type="text"] {
  color: #605c6d;
}
#main-aside form:after {
  clear: both;
  content: "";
  display: block;
}
#main-aside .fieldset {
  margin: 0 0 10px 0;
}
#main-aside .asidemod {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #787389;
}
#main-aside .asidemod:last-child {
  padding: 0;
  border: 0;
}
#main-aside .handle {
  display: block;
  position: absolute;
  top: 30px;
  right: 30px;
  background: url("../_images/icon-close.png");
  background: url("../_images/icon-close.svg"), none;
  background-position: 50%;
  background-repeat: no-repeat;
  text-indent: -999em;
  width: 34px;
  height: 34px;
  -webkit-transition: opacity, 250ms, ease;
  -moz-transition: opacity, 250ms, ease;
  -ms-transition: opacity, 250ms, ease;
  -o-transition: opacity, 250ms, ease;
  transition: opacity, 250ms, ease;
}
#main-aside .handle:hover {
  opacity: 0.5;
}

#promos {
  background-color: #281b60;
}
#promos ul > li {
  margin-bottom: 0;
  padding: 0.5em 0;
  text-align: center;
}
#promos ul > li, #promos ul > li * {
  color: white;
  font-size: 21px;
}
#promos ul > li a {
  color: #f7b20e;
}
#promos ul > li a:hover {
  color: white;
  text-decoration: underline;
}
#promos ul > li .mtlm-button {
  position: absolute;
  right: 0;
  top: 50%;
  margin-bottom: -50%;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#promos ul > li .mtlm-button a {
  color: white;
  font-size: 14px;
  padding: 5px 10px;
}

.column {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.column.span-1 {
  width: 008.3333333%;
}
.column.span-2 {
  width: 016.666667%;
}
.column.span-3 {
  width: 25%;
}
.column.span-4 {
  width: 033.333333%;
}
.column.span-5 {
  width: 041.666667%;
}
.column.span-6 {
  width: 50%;
}
.column.span-7 {
  width: 058.333333%;
}
.column.span-8 {
  width: 066.666667%;
}
.column.span-9 {
  width: 75%;
}
.column.span-10 {
  width: 083.333333%;
}
.column.span-11 {
  width: 091.666667%;
}
.column.span-12 {
  width: 100%;
}
.column.span-6:first-child {
  padding-right: 30px;
}
.column.span-6:last-child {
  padding-left: 30px;
}

@media screen and (max-width: 1152px) {
  #main-header .grid {
    padding: 0 20px;
  }

  .format-standard .grid,
  .format-quote .grid,
  #pre-footer .grid {
    padding-left: 30px;
    padding-right: 30px;
  }

  .format-aside .post-header {
    left: 0;
    padding: 30px;
  }

  .content-box .mtlm-button {
    clear: both;
    width: 100%;
    float: none;
    text-align: center;
    margin-bottom: 5px;
  }
  .content-box .mtlm-button:last-child {
    margin: 0;
  }

  #main-footer p {
    left: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .format-aside .post-content-body {
    width: 50% !important;
  }
  .format-aside .grid {
    padding-left: 0;
    background-size: cover;
  }
  .format-aside .post-header {
    width: 50%;
  }
  .format-aside.reverse-order .post-header {
    left: 50%;
  }

  .content-box h1.h2,
  .content-box h2 {
    font-size: 32px;
  }

  .format-image#post-4 h1.h2, .format-image#post-4 h2 {
    max-width: none;
  }
}
@media screen and (max-width: 800px) {
  #main-header .menu-contents {
    position: static;
  }
  #main-header li {
    margin-right: 20px;
  }
  #main-header li > a,
  #main-header .mtlm-button a {
    font-size: 12px;
  }
  #main-header .main-logo img {
    max-height: 80px;
  }

  .post-section#post-118 {
    padding-bottom: 30px;
  }

  #pre-footer .column.span-4 {
    width: 100%;
    padding: 0 !important;
  }

  .content-box .post-content-wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  #small-screen {
    displaY: block;
  }

  #main-header, #main-header li, #main-header .main-menu-handle {
    height: 60px;
  }
  #main-header li, #main-header .main-menu-handle {
    line-height: 60px;
  }
  #main-header .main-logo img {
    width: 100px;
    height: auto;
  }

  h1.h2, h2 {
    font-size: 32px;
  }

  .post-section#post-118 {
    padding: 30px 0 0 0;
  }

  #button-402160115 {
    margin-top: 20px;
  }

  .format-aside .post-content-body {
    float: left;
    width: 100% !important;
    padding: 0 30px 30px 30px;
  }
  .format-aside .post-header {
    float: left;
    width: 100% !important;
    position: static;
    padding: 0;
  }
  .format-aside .post-header > header {
    position: relative;
    width: 100%;
    height: auto;
    left: 0;
    margin: 30px 0 0 0;
    padding: 0 30px;
    background: 0 !important;
  }
  .format-aside .post-header > header h1.h2, .format-aside .post-header > header h2 {
    color: #fff !important;
  }
  .format-aside .post-header > img {
    position: relative;
    left: 50%;
    margin-right: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .format-aside.reverse-order .post-header > img {
    left: inherit;
  }

  .format-standard#post-13 {
    padding: 50px 0;
  }
  .format-standard#post-13 .column {
    margin-bottom: 40px;
  }
  .format-standard#post-13 .column:last-child {
    margin: 0;
  }
  .format-standard#post-13 p {
    max-width: 400px;
    margin: 0 auto;
  }
  .format-standard#post-13 .mtlm-icon {
    margin-bottom: 20px;
  }

  .column.span-4 {
    width: 100%;
    padding: 0 !important;
  }

  #main-footer .grid {
    padding-right: 20px;
  }
  #main-footer p {
    max-width: 50%;
  }
}
@media screen and (max-width: 540px) {
  * {
    font-size: 12px;
  }

  h2, h2 *, .h2, .h2 * {
    font-size: 24px;
  }

  h3, h3 *, .h3, .h3 * {
    font-size: 18px;
  }

  h6, h6 *, .h6, .h6 * {
    font-size: 1em;
  }

  #main-header {
    height: auto;
  }
  #main-header .menu-main-menu-container {
    display: none;
  }
  #main-header .menu-main-menu-container.on {
    display: block;
  }
  #main-header .main-menu-handle {
    display: block;
    position: absolute;
    top: 12px;
    right: 0;
  }
  #main-header .mtlm-button {
    float: none;
    width: 100%;
  }
  #main-header li > a,
  #main-header .mtlm-button a {
    font-size: 10px;
  }
  #main-header .main-logo {
    display: block;
    margin: 10px auto;
    text-align: center;
  }
  #main-header .main-logo img {
    width: auto;
    display: inline;
    float: left;
    height: 70px;
  }
  #main-header .menu-main-menu-container {
    float: none;
  }
  #main-header .menu-contents {
    width: 100%;
  }
  #main-header li {
    text-align: center;
    height: auto;
    margin: 0;
    line-height: auto;
    clear: both;
    float: none;
    border-top: 1px solid #f0f0f2;
  }
  #main-header li > a {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
  }

  .format-quote {
    padding: 30px 0;
  }
  .format-quote p {
    font-size: 1em;
  }
  .format-quote .author * {
    font-size: 12px;
  }
  .format-quote .featured-image {
    float: none;
    margin: 0 auto 30px auto;
    width: 75px;
    height: 75px;
  }
  .format-quote.has-thumbnail-image .post-content-body {
    padding-right: 0;
  }
  .format-quote.author-portrait-align-l.has-thumbnail-image .post-content-body {
    padding-right: 0;
    padding-left: 0;
  }

  .format-image#post-4 {
    height: auto;
  }

  #main-footer nav {
    display: none;
  }
  #main-footer .logo {
    height: auto;
    width: 77px;
  }
}
@media screen and (max-width: 360px) {
  .format-quote * {
    font-size: 12px !important;
  }
}
/* SHOP */
.woocommerce .shop_table th.product-price > .nobr,
.woocommerce .shop_table .amount {
  display: none;
}

body.single-product .woocommerce-breadcrumb, body.single-product .page-description,
body.tax-product_cat .woocommerce-breadcrumb,
body.tax-product_cat .page-description,
body.tax-product_tag .woocommerce-breadcrumb,
body.tax-product_tag .page-description,
body.post-type-archive-product .woocommerce-breadcrumb,
body.post-type-archive-product .page-description {
  display: none;
}
body.single-product .content-box .grid:after,
body.tax-product_cat .content-box .grid:after,
body.tax-product_tag .content-box .grid:after,
body.post-type-archive-product .content-box .grid:after {
  clear: both;
  content: "";
  display: block;
}
body.single-product .content-box .grid .post-content-wrapper,
body.tax-product_cat .content-box .grid .post-content-wrapper,
body.tax-product_tag .content-box .grid .post-content-wrapper,
body.post-type-archive-product .content-box .grid .post-content-wrapper {
  display: block;
  float: left;
}
body.single-product .content-box:not(.bg-page-header) .grid .post-content-wrapper,
body.tax-product_cat .content-box:not(.bg-page-header) .grid .post-content-wrapper,
body.tax-product_tag .content-box:not(.bg-page-header) .grid .post-content-wrapper,
body.post-type-archive-product .content-box:not(.bg-page-header) .grid .post-content-wrapper {
  margin-top: 3em;
  background-color: transparent;
  width: 100%;
  max-width: none;
  height: auto;
  padding-left: 0;
  padding-right: 0;
}
body.single-product .content-box:not(.bg-page-header) .grid .post-content-wrapper > h3:after,
body.tax-product_cat .content-box:not(.bg-page-header) .grid .post-content-wrapper > h3:after,
body.tax-product_tag .content-box:not(.bg-page-header) .grid .post-content-wrapper > h3:after,
body.post-type-archive-product .content-box:not(.bg-page-header) .grid .post-content-wrapper > h3:after {
  clear: both;
  content: "";
  display: block;
}
body.single-product .content-box:not(.bg-page-header) .grid .post-content-wrapper > h3 > span,
body.tax-product_cat .content-box:not(.bg-page-header) .grid .post-content-wrapper > h3 > span,
body.tax-product_tag .content-box:not(.bg-page-header) .grid .post-content-wrapper > h3 > span,
body.post-type-archive-product .content-box:not(.bg-page-header) .grid .post-content-wrapper > h3 > span {
  float: left;
}
body.single-product .content-box:not(.bg-page-header) .grid .post-content-wrapper > h3 > a,
body.tax-product_cat .content-box:not(.bg-page-header) .grid .post-content-wrapper > h3 > a,
body.tax-product_tag .content-box:not(.bg-page-header) .grid .post-content-wrapper > h3 > a,
body.post-type-archive-product .content-box:not(.bg-page-header) .grid .post-content-wrapper > h3 > a {
  position: relative;
  float: right;
  font-size: 16px;
  margin-top: 4px;
}
body.single-product .content-box:not(.bg-page-header) .grid .post-content-wrapper > h3 > a:after,
body.tax-product_cat .content-box:not(.bg-page-header) .grid .post-content-wrapper > h3 > a:after,
body.tax-product_tag .content-box:not(.bg-page-header) .grid .post-content-wrapper > h3 > a:after,
body.post-type-archive-product .content-box:not(.bg-page-header) .grid .post-content-wrapper > h3 > a:after {
  content: "\203A";
  position: absolute;
  margin-left: 5px;
}
body.single-product .products,
body.tax-product_cat .products,
body.tax-product_tag .products,
body.post-type-archive-product .products {
  margin-bottom: 0;
}
body.single-product .products > li.product-category > a h3,
body.tax-product_cat .products > li.product-category > a h3,
body.tax-product_tag .products > li.product-category > a h3,
body.post-type-archive-product .products > li.product-category > a h3 {
  text-align: center;
  font-size: 1.2em;
  color: #605c6d;
}
body.single-product .products > li.product-category > a h3 mark.count,
body.tax-product_cat .products > li.product-category > a h3 mark.count,
body.tax-product_tag .products > li.product-category > a h3 mark.count,
body.post-type-archive-product .products > li.product-category > a h3 mark.count {
  display: none;
}
body.single-product .products > li.product > a h3, body.single-product .products > li.product > a span, body.single-product .products > li.product > a p,
body.tax-product_cat .products > li.product > a h3,
body.tax-product_cat .products > li.product > a span,
body.tax-product_cat .products > li.product > a p,
body.tax-product_tag .products > li.product > a h3,
body.tax-product_tag .products > li.product > a span,
body.tax-product_tag .products > li.product > a p,
body.post-type-archive-product .products > li.product > a h3,
body.post-type-archive-product .products > li.product > a span,
body.post-type-archive-product .products > li.product > a p {
  color: #605c6d;
  font-size: 15px;
}
body.single-product .products > li.product > a.button,
body.tax-product_cat .products > li.product > a.button,
body.tax-product_tag .products > li.product > a.button,
body.post-type-archive-product .products > li.product > a.button {
  color: #281b60;
  background-color: transparent;
  padding: 0;
  font-weight: normal;
  font-size: 0.85em;
}
body.single-product .products > li.product > a.button:after,
body.tax-product_cat .products > li.product > a.button:after,
body.tax-product_tag .products > li.product > a.button:after,
body.post-type-archive-product .products > li.product > a.button:after {
  content: "\203A";
  position: absolute;
  top: -2px;
  margin-left: 5px;
  font-size: 1.3em;
}
body.single-product #shop-page-header,
body.tax-product_cat #shop-page-header,
body.tax-product_tag #shop-page-header,
body.post-type-archive-product #shop-page-header {
  margin-bottom: 2em;
}
body.single-product #shop-page-header:after,
body.tax-product_cat #shop-page-header:after,
body.tax-product_tag #shop-page-header:after,
body.post-type-archive-product #shop-page-header:after {
  clear: both;
  content: "";
  display: block;
}
body.single-product #shop-page-header > .left-pane,
body.tax-product_cat #shop-page-header > .left-pane,
body.tax-product_tag #shop-page-header > .left-pane,
body.post-type-archive-product #shop-page-header > .left-pane {
  float: left;
  width: 50%;
}
body.single-product #shop-page-header > .left-pane h2,
body.tax-product_cat #shop-page-header > .left-pane h2,
body.tax-product_tag #shop-page-header > .left-pane h2,
body.post-type-archive-product #shop-page-header > .left-pane h2 {
  font-size: 40px;
}
body.single-product #shop-page-header > .left-pane .menu-shop-categories-container:after,
body.tax-product_cat #shop-page-header > .left-pane .menu-shop-categories-container:after,
body.tax-product_tag #shop-page-header > .left-pane .menu-shop-categories-container:after,
body.post-type-archive-product #shop-page-header > .left-pane .menu-shop-categories-container:after {
  clear: both;
  content: "";
  display: block;
}
body.single-product #shop-page-header > .left-pane .menu-shop-categories-container > ul,
body.tax-product_cat #shop-page-header > .left-pane .menu-shop-categories-container > ul,
body.tax-product_tag #shop-page-header > .left-pane .menu-shop-categories-container > ul,
body.post-type-archive-product #shop-page-header > .left-pane .menu-shop-categories-container > ul {
  font-size: 18px;
  font-weight: bold;
}
body.single-product #shop-page-header > .left-pane .menu-shop-categories-container > ul > li,
body.tax-product_cat #shop-page-header > .left-pane .menu-shop-categories-container > ul > li,
body.tax-product_tag #shop-page-header > .left-pane .menu-shop-categories-container > ul > li,
body.post-type-archive-product #shop-page-header > .left-pane .menu-shop-categories-container > ul > li {
  float: left;
  margin: 0;
  border-bottom: 4px solid transparent;
}
body.single-product #shop-page-header > .left-pane .menu-shop-categories-container > ul > li > a,
body.tax-product_cat #shop-page-header > .left-pane .menu-shop-categories-container > ul > li > a,
body.tax-product_tag #shop-page-header > .left-pane .menu-shop-categories-container > ul > li > a,
body.post-type-archive-product #shop-page-header > .left-pane .menu-shop-categories-container > ul > li > a {
  display: inline-block;
  text-decoration: none;
  color: #605c6d;
  padding: 5px;
  min-width: 70px;
  text-align: center;
  line-height: 1em;
}
body.single-product #shop-page-header > .left-pane .menu-shop-categories-container > ul > li.current-menu-item, body.single-product #shop-page-header > .left-pane .menu-shop-categories-container > ul > li:hover,
body.tax-product_cat #shop-page-header > .left-pane .menu-shop-categories-container > ul > li.current-menu-item,
body.tax-product_cat #shop-page-header > .left-pane .menu-shop-categories-container > ul > li:hover,
body.tax-product_tag #shop-page-header > .left-pane .menu-shop-categories-container > ul > li.current-menu-item,
body.tax-product_tag #shop-page-header > .left-pane .menu-shop-categories-container > ul > li:hover,
body.post-type-archive-product #shop-page-header > .left-pane .menu-shop-categories-container > ul > li.current-menu-item,
body.post-type-archive-product #shop-page-header > .left-pane .menu-shop-categories-container > ul > li:hover {
  border-color: #f7b20e;
}
body.single-product #shop-page-header > .left-pane .menu-shop-categories-container > ul > li:first-child > a,
body.tax-product_cat #shop-page-header > .left-pane .menu-shop-categories-container > ul > li:first-child > a,
body.tax-product_tag #shop-page-header > .left-pane .menu-shop-categories-container > ul > li:first-child > a,
body.post-type-archive-product #shop-page-header > .left-pane .menu-shop-categories-container > ul > li:first-child > a {
  padding-left: 0;
}
body.single-product #shop-page-header > .left-pane .menu-shop-categories-container > ul > li:last-child > a,
body.tax-product_cat #shop-page-header > .left-pane .menu-shop-categories-container > ul > li:last-child > a,
body.tax-product_tag #shop-page-header > .left-pane .menu-shop-categories-container > ul > li:last-child > a,
body.post-type-archive-product #shop-page-header > .left-pane .menu-shop-categories-container > ul > li:last-child > a {
  padding-right: 0;
}
body.single-product #shop-page-header > .right-pane,
body.tax-product_cat #shop-page-header > .right-pane,
body.tax-product_tag #shop-page-header > .right-pane,
body.post-type-archive-product #shop-page-header > .right-pane {
  float: right;
  width: 50%;
  height: 96px;
  text-align: right;
}
body.single-product #shop-page-header > .right-pane form, body.single-product #shop-page-header > .right-pane .mtlm-button,
body.tax-product_cat #shop-page-header > .right-pane form,
body.tax-product_cat #shop-page-header > .right-pane .mtlm-button,
body.tax-product_tag #shop-page-header > .right-pane form,
body.tax-product_tag #shop-page-header > .right-pane .mtlm-button,
body.post-type-archive-product #shop-page-header > .right-pane form,
body.post-type-archive-product #shop-page-header > .right-pane .mtlm-button {
  position: relative;
  float: right;
  top: 88%;
  -ms-transform: translate(0, -100%);
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
body.single-product #shop-page-header > .right-pane form,
body.tax-product_cat #shop-page-header > .right-pane form,
body.tax-product_tag #shop-page-header > .right-pane form,
body.post-type-archive-product #shop-page-header > .right-pane form {
  background-color: #f5f5f5;
  color: #605c6d;
  padding: 0.5em 1em;
}
body.single-product #shop-page-header > .right-pane form input[type=search], body.single-product #shop-page-header > .right-pane form input[type=text],
body.tax-product_cat #shop-page-header > .right-pane form input[type=search],
body.tax-product_cat #shop-page-header > .right-pane form input[type=text],
body.tax-product_tag #shop-page-header > .right-pane form input[type=search],
body.tax-product_tag #shop-page-header > .right-pane form input[type=text],
body.post-type-archive-product #shop-page-header > .right-pane form input[type=search],
body.post-type-archive-product #shop-page-header > .right-pane form input[type=text] {
  background-color: transparent;
  min-width: 200px;
}
body.single-product #shop-page-header > .right-pane form input[type=submit],
body.tax-product_cat #shop-page-header > .right-pane form input[type=submit],
body.tax-product_tag #shop-page-header > .right-pane form input[type=submit],
body.post-type-archive-product #shop-page-header > .right-pane form input[type=submit] {
  background-color: transparent;
  width: 20px;
  background: url("../_images/search-icon.png") center center no-repeat;
}
body.single-product #shop-page-header > .right-pane .mtlm-button,
body.tax-product_cat #shop-page-header > .right-pane .mtlm-button,
body.tax-product_tag #shop-page-header > .right-pane .mtlm-button,
body.post-type-archive-product #shop-page-header > .right-pane .mtlm-button {
  margin-left: 20px;
}
body.single-product #shop-page-header > .right-pane .mtlm-button a,
body.tax-product_cat #shop-page-header > .right-pane .mtlm-button a,
body.tax-product_tag #shop-page-header > .right-pane .mtlm-button a,
body.post-type-archive-product #shop-page-header > .right-pane .mtlm-button a {
  padding: 5px 20px;
}
body.single-product #shop-page-header > .right-pane .mtlm-button a:after,
body.tax-product_cat #shop-page-header > .right-pane .mtlm-button a:after,
body.tax-product_tag #shop-page-header > .right-pane .mtlm-button a:after,
body.post-type-archive-product #shop-page-header > .right-pane .mtlm-button a:after {
  content: url("../_images/calculator-icon.png");
  position: relative;
  top: 2px;
  margin-left: 5px;
}
body.single-product #shop-footer-sidebar,
body.tax-product_cat #shop-footer-sidebar,
body.tax-product_tag #shop-footer-sidebar,
body.post-type-archive-product #shop-footer-sidebar {
  background-color: #605c6d;
}
body.single-product #shop-footer-sidebar > .grid > ul,
body.tax-product_cat #shop-footer-sidebar > .grid > ul,
body.tax-product_tag #shop-footer-sidebar > .grid > ul,
body.post-type-archive-product #shop-footer-sidebar > .grid > ul {
  color: white;
  padding: 3em;
}
body.single-product #shop-footer-sidebar > .grid > ul > li,
body.tax-product_cat #shop-footer-sidebar > .grid > ul > li,
body.tax-product_tag #shop-footer-sidebar > .grid > ul > li,
body.post-type-archive-product #shop-footer-sidebar > .grid > ul > li {
  text-align: center;
}
body.single-product #shop-footer-sidebar > .grid > ul > li:after,
body.tax-product_cat #shop-footer-sidebar > .grid > ul > li:after,
body.tax-product_tag #shop-footer-sidebar > .grid > ul > li:after,
body.post-type-archive-product #shop-footer-sidebar > .grid > ul > li:after {
  clear: both;
  content: "";
  display: block;
}
body.single-product #shop-footer-sidebar > .grid > ul > li h2, body.single-product #shop-footer-sidebar > .grid > ul > li p,
body.tax-product_cat #shop-footer-sidebar > .grid > ul > li h2,
body.tax-product_cat #shop-footer-sidebar > .grid > ul > li p,
body.tax-product_tag #shop-footer-sidebar > .grid > ul > li h2,
body.tax-product_tag #shop-footer-sidebar > .grid > ul > li p,
body.post-type-archive-product #shop-footer-sidebar > .grid > ul > li h2,
body.post-type-archive-product #shop-footer-sidebar > .grid > ul > li p {
  color: white;
}
body.single-product #shop-footer-sidebar > .grid > ul > li h2,
body.tax-product_cat #shop-footer-sidebar > .grid > ul > li h2,
body.tax-product_tag #shop-footer-sidebar > .grid > ul > li h2,
body.post-type-archive-product #shop-footer-sidebar > .grid > ul > li h2 {
  font-size: 32px;
}
body.single-product #shop-footer-sidebar > .grid > ul > li p,
body.tax-product_cat #shop-footer-sidebar > .grid > ul > li p,
body.tax-product_tag #shop-footer-sidebar > .grid > ul > li p,
body.post-type-archive-product #shop-footer-sidebar > .grid > ul > li p {
  font-size: 17px;
}
body.single-product #shop-footer-sidebar > .grid > ul > li .mtlm-button,
body.tax-product_cat #shop-footer-sidebar > .grid > ul > li .mtlm-button,
body.tax-product_tag #shop-footer-sidebar > .grid > ul > li .mtlm-button,
body.post-type-archive-product #shop-footer-sidebar > .grid > ul > li .mtlm-button {
  position: relative;
  left: 50%;
  margin-right: -50%;
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin-top: 2em;
}
body.single-product .page-footer .post-content-wrapper,
body.tax-product_cat .page-footer .post-content-wrapper,
body.tax-product_tag .page-footer .post-content-wrapper,
body.post-type-archive-product .page-footer .post-content-wrapper {
  margin-top: 0;
}

body.post-type-archive-product .content-box:not(.bg-page-header) .grid .post-content-wrapper {
  margin-top: 0;
}
body.post-type-archive-product .bg-page-header {
  color: white;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
body.post-type-archive-product .bg-page-header .post-content-wrapper {
  padding: 4em 30px;
}
body.post-type-archive-product .bg-page-header .post-content-wrapper .post-content {
  display: block;
}
body.post-type-archive-product .bg-page-header .post-content-wrapper .post-content h2 {
  color: #f7b20e;
}
body.post-type-archive-product .bg-page-header .post-content-wrapper .post-content h2 > small {
  color: white;
  font-size: 32px;
  display: block;
}
body.post-type-archive-product .bg-page-header .post-content-wrapper .post-content-body * {
  color: white;
}
body.post-type-archive-product .product-list-container .post-content-wrapper {
  padding-bottom: 0;
}
body.post-type-archive-product #shop-page-header {
  margin-bottom: 0;
}
body.post-type-archive-product #shop-page-header > .right-pane {
  height: 50px;
}

body.tax-product_cat .content-box:not(.bg-page-header) .grid .post-content-wrapper,
body.tax-product_tag .content-box:not(.bg-page-header) .grid .post-content-wrapper {
  margin-top: 0;
}

body.single-product .content-box .grid .post-content-wrapper {
  width: 100%;
  max-width: none;
  background: none;
}
body.single-product .product h1.product_title {
  color: #281b60;
  font-size: 32px;
  font-weight: bold;
}
body.single-product .product .mtlm-button.alt, body.single-product .product .dvin_wcql_shopbtn_wrap {
  float: none;
  display: inline-block;
}
body.single-product .product .mtlm-button.alt a, body.single-product .product .mtlm-button.alt button, body.single-product .product .mtlm-button.alt button.button, body.single-product .product .mtlm-button.alt button.button.alt, body.single-product .product .dvin_wcql_shopbtn_wrap a, body.single-product .product .dvin_wcql_shopbtn_wrap button, body.single-product .product .dvin_wcql_shopbtn_wrap button.button, body.single-product .product .dvin_wcql_shopbtn_wrap button.button.alt {
  font-size: 0.75em;
}
body.single-product .product .shop_attributes > li {
  margin-bottom: 3px;
}
