/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*=====================================================
BREAKPOINTS
=====================================================*/
/*=====================================================
COLOURS
=====================================================*/
/*=====================================================
ELEMENT VARIABLES
=====================================================*/
/*=====================================================
UNDERSCORES
=====================================================*/
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

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

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

big {
  font-size: 125%;
}

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

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

blockquote,
q {
  quotes: "" "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 1.5em;
  padding: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.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: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

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

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

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.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;
}

/*=====================================================
GENERAL
=====================================================*/
html {
  height: 100%;
  min-height: 100%;
}

body, body * {
  box-sizing: border-box;
}

body {
  position: relative;
  text-align: center;
  margin-bottom: 0;
  overflow-x: hidden;
  background-color: #4f5858;
  height: 100%;
  min-height: 100%;
  margin: 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  body {
    text-align: left;
  }
}



body.home {
  padding-top: 0;
}

section {
  position: relative;
  padding: 3rem 0;
  background-color: white;
}

body {
  font-family: 'Oxygen', sans-serif;
  line-height: 1.5;
  font-weight: 300;
  color: #888;
  font-size: 18px;
}

p:last-child {
  margin-bottom: 0;
}

a {
  text-decoration: none;
  color: #4f5858;
  font-weight: bold;
}
a:visited {
  color: #4f5858;
}
a:focus {
  color: #8a5c9d;
}
a:hover {
  text-decoration: underline;
}
a:active {
  color: #8a5c9d;
}

h1, h2, h3, h4, h5, h6 {
  display: block;
  line-height: 1.25;
  font-family: 'PT Sans', sans-serif;
  margin-bottom: 0.5em;
  font-weight: 600;
  margin-top: 1.5em;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child {
  margin-top: 0;
}

h1 {
  color: #4f5858;
  font-size: 2rem;
}
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 3rem;
  }
}

h2 {
  color: #4f5858;
  font-size: 1.75rem;
}
@media only screen and (min-width: 768px) {
  h2 {
    font-size: 2rem;
  }
}

h3, h2.rounded {
  font-size: 1.125rem;
  color: #4f5858;
}
@media only screen and (min-width: 768px) {
  h3, h2.rounded {
    font-size: 1.25rem;
  }
}

h4 {
  font-size: 1.125rem;
  color: #4f5858;
}
@media only screen and (min-width: 768px) {
  h4 {
    font-size: 1.25rem;
  }
}

#main > section:first-child {
  padding: 7.5rem 0 4rem;
}
section.top_section h1 {
    color: #fff;
    text-align: center;
    margin: 1.5rem 0;
}
@media only screen and (min-width: 768px) {
  #main > section:first-child {
    padding: 9.5rem 0 4rem;
  }
}

#main section#home_benefits:first-child {
  padding: 4rem 0 0.5rem;
}
@media only screen and (min-width: 1250px) {
  #main section#home_benefits:first-child {
    padding: 6rem 0 0.5rem;
        margin-top: 2rem;
  }
}

.whitesection {
  background-color: white;
}
.whitesection h3 {
  color: #ff9f33;
}

.greysection {
  background-color: #f5f5f5;
}
.greysection h3 {
  color: #4f5858;
}

.bluesection {
  background-color: #8a5c9d;
  color: white;
}
.bluesection h1, .bluesection h2, .bluesection h3 {
  color: white;
}

.centered {
  display: block;
  width: 100%;
  max-width: 700px;
  margin: auto;
  text-align: center !important;
}
.centered h1, .centered h2, .centered h3 {
  margin: inherit auto;
  text-align: center;
}

.w-row.overflow, .w-container.overflow {
  overflow: visible !important;
}

/*--------------Forms--------------*/
input[type="text"], input[type="number"], input[type="password"], input[type="email"], select, textarea, .lookupQuantity {
  border-width: 1px;
  border: 1px solid #e3e3e3;
  line-height: 2.5rem;
  height: 2.5rem;
  margin: 0;
  padding: 0 10px;
  display: block;
  width: 100%;
  color: #888;
}
input.quote_field {
    margin-bottom: 0.5rem;
}
input[type="number"] {
	width: 50%;
}

textarea {
  height: 4rem;
}

input[type="checkbox"] {
  width: auto;
  height: auto;
  margin: 1rem 0;
}

input[type="radio"] {
  height: auto;
  width: auto;
  line-height: 2.5rem;
  display: inline-block;
  vertical-align: middle;
}

input[type="file"] {
  border-radius: 0 !important;
}

span.radio_label {
  display: inline-block;
  vertical-align: middle;
  line-height: 3;
  margin-left: 10px;
  margin-right: 20px;
}

#main {
  background-color: white;
}

/*=====================================================
NAV
=====================================================*/
header#top_header {
  display: none;
}
@media only screen and (min-width: 1250px) {
  header#top_header {
    display: block;
    position: relative;
    height: 30px;
    background-color: #4f5858;
    padding: 0.5rem 20px;
    line-height: 1;
    color: rgba(255,255,255,0.8);
    font-size: 0.9rem;
  }
}

.top_header_detail {
  margin-right: 20px;
  color:  rgba(255,255,255,0.8);
}
.top_header_detail:visited {
  color: rgba(255,255,255,0.8);
}
.top_header_detail:focus {
  color: #b2e2f6;
}
.top_header_detail:hover {
  color: #fcdc00;
  text-decoration: none;
}
.top_header_detail:active {
  color: #b2e2f6;
}
.top_header_detail i {
  display: inline-block;
  margin-right: 5px;
}

.tagline {
  font-weight: 600;
  color: #fcdc00;
}
h2.product_decription_h2 {
    display: inline-block;
    margin-right: 1rem;
}
header#masthead {
  text-align: left;
  padding: 0.5rem 10px;
  position: absolute;
  left: 0;
  z-index: 9998;
  width: 100%;
  line-height: 1;
  background-color: #e8e8e8;
  -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media only screen and (min-width: 1250px) {
  header#masthead {
    padding: 1rem 20px;
    top: 30px;
  }
}

.home header#masthead {
  background-color: transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

header#masthead.mini-header {
  position: fixed;
  top: 0;
  background-color: #e8e8e8;
  padding: 0.5rem 10px;
  -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  z-index: 9999;
}
@media only screen and (min-width: 1250px) {
  header#masthead.mini-header {
    padding: 0.5rem 20px;
  }
}

a.site-branding {
  display: inline-block;
  position: relative;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-right: 20px;
}

header#masthead.mini-header img.main_logo {
  height: 4.5rem;
}

img.main_logo {
  width: auto;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: 4.5rem;
  position: relative;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (min-width: 1250px) {
  img.main_logo {
    height: 5.5rem;
  }
}

img.main_logo.dark {
  width: auto;
}

img.main_logo.light {
  display: none;
}

.home img.main_logo.dark {
  opacity: 0;
}
.home img.main_logo.light {
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: auto;
  opacity: 1;
  position: absolute;
}
.home .mini-header img.main_logo.dark {
  opacity: 1;
}
.home .mini-header img.main_logo.light {
  opacity: 0;
}

#site-navigation {
  display: none;
}
@media only screen and (min-width: 1250px) {
  #site-navigation {
    position: relative;
    float: none;
    display: inline-block;
    vertical-align: top;
    background-color: transparent;
    top: auto;
    right: auto;
    width: auto;
    height: auto;
    overflow: visible;
    -moz-transition: 0s;
    -o-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s;
  }
}

@media only screen and (min-width: 1250px) {
  #site-navigation > ul {
    position: relative;
    opacity: 1;
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0 30px 0 0;
    height: 5.5rem;
    line-height: 5.5rem;
    padding: 0;
    -moz-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    -webkit-transition: ease 0.5s;
    transition: ease 0.5s;
  }
}

@media only screen and (min-width: 1250px) {
  header#masthead.mini-header #site-navigation > ul {
    height: 4.5rem;
    line-height: 4.5rem;
  }
}

@media only screen and (min-width: 1250px) {
  #site-navigation > ul > li {
    position: relative;
    display: inline-block;
    margin-left: 12px;
    padding: 0;
  }
}
@media only screen and (min-width: 1400px) {
  #site-navigation > ul > li {
    margin-left: 20px;
  }
}

@media only screen and (min-width: 1250px) {
  #site-navigation > ul > li > a, #site-navigation > ul > li > a:visited {
    margin-left: 0px;
    font-size: 1rem;
    color: #888;
    font-weight: bold;
    padding: 0;
  }
}
#site-navigation > ul > li > a, #site-navigation > ul > li > a:hover {
  text-decoration: none;
}
#site-navigation > ul > li:hover > a {
  /*color: #fcdc00 !important;*/
}

li.menu-item-type-post_type a:hover {
    color: #fcdc00 !important;
}

#site-navigation > ul > li > a.cta:hover {
    color: #4F5858 !important;
}

.home #site-navigation > ul > li > a {
  color: white;
}
.home #site-navigation > ul > li:hover > a {
  color: #4f5858;
}

header#masthead.mini-header #site-navigation > ul > li > a, header#masthead.mini-header #site-navigation > ul > li > a:visited {
  display: inline-block;
  color: #888;
  padding: 0.125rem 0;
}
header#masthead.mini-header #site-navigation > ul > li:hover > a {
  color: #307673;
}

header#masthead.mini-header #site-navigation > ul > li:hover > a {
  color: #fcdc00;
}

.account_links {
  display: none;
}
@media only screen and (min-width: 1250px) {
  .account_links {
    display: block;
    float: right;
    padding: 1.5rem 0;
  }
}

header#masthead.mini-header .account_links {
  padding: 0.25rem 0;
  padding-top: 20px;
}

.account_link {
  position: relative;
  display: inline-block;
  color: #4f5858;
  background-color: #fcdc00;
  -moz-border-radius: 1.25rem;
  -webkit-border-radius: 1.25rem;
  border-radius: 1.25rem;
  height: 2.5rem;
  line-height: 2.5rem;
  width: 2.5rem;
  text-align: right;
  margin-left: 10px;
  cursor: pointer;
  -moz-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  overflow: hidden;
}
.account_link:visited {
  color: #4f5858;
}
.account_link:focus {
  color: #4f5858;
}
.account_link:hover {
  color: #4f5858;
}
.account_link:active {
  color: #4f5858;
}
.account_link:nth-child(even) {
    background-color: #4f5858;
    color: #fcdc00;
}
.account_link:hover {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.account_link.cart_link {
  width: auto;
  padding-right: 10px;
}
.account_link.cart_link:hover {
    text-decoration: none;
}
.account_link.cart_link span {
  font-size: 0.75rem;
  line-height: 2.5rem;
  display: inline-block;
  vertical-align: top;
}

.account_link i {
  height: 2.5rem;
  line-height: 2.5rem;
  width: 2.5rem;
  text-align: center;
  position: relative;
  z-index: 10;
  vertical-align: top;
  display: inline-block;
}

.search_link.active {
  width: 240px;
}

.searchform {
  background-color: transparent;
  position: absolute;
  right: 20px;
  top: 0;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0;
  border: 0;
  width: 200px;
  display: inline-block;
}

.searchform input[type=text] {
  background-color: transparent;
  color: grey;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0;
  border: 0;
  width: 100%;
  padding: 0;
  outline: none !important;
}

#headersearchbutton {
  position: absolute;
  top: 0;
  right: -20px;
  width: 0px;
  padding: 0px;
  height: 100%;
  background: transparent;
  border: none;
  color: transparent;
  z-index: 9999;
}

.search_link.active #headersearchbutton {
  width: 40px;
}

.account_link.search_link.active i:hover {
  opacity: 0.75;
}

/*-----------PRODUCTS MENU---------------*/
.products_menu_container {
  position: absolute;
  top: 100%;
  margin-top: -1rem;
  width: 1100px;
  left: 0px;
  padding-top: 13px;
  display: none;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -moz-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

header#masthead.mini-header .products_menu_container {
  left: 0px;
}

.products_menu_container.templates_container {
  left: -300px;
}

header#masthead.mini-header .products_menu_container {
  margin-top: -0.5rem;
}

.products_menu_container.active {
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.products_menu {
  background-color: #f5f5f5;
  min-height: 500px;
  -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  line-height: 1;
  position: relative;
  overflow: hidden;
}

.products_menu_container:before {
  content: url("../../img/speechtop.png");
  position: absolute;
  top: 0px;
  left: 30px;
  line-height: 1;
  display: block;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

header#masthead.mini-header .products_menu_container:before {
  left: 30px;
}

.products_menu_container.templates_container:before {
  left: 330px;
}

a.products_menu_image {
  position: absolute;
  right: 0;
  top: 0;
  width: 25%;
  height: 100%;
  background-size: cover;
  background-position: center;
  padding: 1.5rem 20px;
  color: white;
}
a.products_menu_image:visited {
  color: white;
}
a.products_menu_image:focus {
  color: white;
}
a.products_menu_image:hover {
  color: white;
}
a.products_menu_image:active {
  color: white;
}
a.products_menu_image {
    display: none;
}
.menu_image_heading {
  margin-top: 0;
  color: white;
  font-size: 1.5rem;
}

.products_menu_image span {
  color: white;
  line-height: 1.5;
}

.products_menu_image i {
  display: inline-block;
  padding-left: 10px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.products_menu_image:hover i {
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

ul.products_menu_list {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0%;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-column-count: 7;
  /* Chrome, Safari, Opera */
  -moz-column-count: 7;
  /* Firefox */
  column-count: 7;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  padding: 1.5rem 20px 0.5rem;
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.25;
}

ul.products_menu_list > li {
  display: block;
  padding-bottom: 1.5rem;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

ul.products_menu_list li > ul {
  display: block;
  padding: 0;
  margin: 0;
}

.products_menu_templates {
  padding: 10px;
  margin: 0;
  list-style: none;
  width: 75%;
}

.products_menu_templates .menu_template {
  float: left;
  padding: 10px 0;
  display: inline-block;
  width: 100%;
}

.products_menu_templates .menu_template a {
  display: block;
}

.products_menu_templates .menu_template:hover img {
  opacity: 0.75;
}

ul.products_menu_list > li > a {
  font-weight: bold;
  padding-bottom: 0.25rem;
  display: block;
  color: #4f5858
}

.list_title {
  font-size: 0.875rem;
  padding-top: 0.25rem;
  font-weight: bold;
}

ul.products_menu_list li > ul > li {
  display: block;
}

ul.products_menu_list li > ul > li > a {
  display: block;
  padding: 0.125rem 0;
  color: #888;
}
ul.products_menu_list li > ul > li > a:visited {
  color: #888;
}
ul.products_menu_list li > ul > li > a:focus {
  color: #888;
}
ul.products_menu_list li > ul > li > a:hover {
/*  color: #307673; */
}
ul.products_menu_list li > ul > li > a:active {
  color: #888;
}

/*-----------MOBILE MENU---------------*/
.mobile_button {
  position: absolute;
  top: 0.25rem;
  right: 0;
  padding: 10px 12px;
  color: white;
  font-size: 28px;
  opacity: 1;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (min-width: 1250px) {
  .mobile_button {
    display: none;
  }
}

.mobile_button.fa-close {
  top: 0;
  cursor: pointer;
}

header#masthead.mini-header .mobile_button {
  color: #4f5858;
}

#mobile_nav {
  display: none;
}

#masthead i.fa-close, #masthead i.fa-bars {
  display: none;
}

@media screen and (max-width: 1249px) {
  #mobile_nav {
    display: block;
    position: fixed;
    overflow: scroll;
    right: 0;
    top: 0;
    height: 100vh;
    background-color: #fcdc00;
    z-index: 20;
    -webkit-box-shadow: -5px 0px 4px -1px rgba(0, 0, 0, 0.47);
    -moz-box-shadow: -5px 0px 4px -1px rgba(0, 0, 0, 0.47);
    box-shadow: -5px 0px 4px -1px rgba(0, 0, 0, 0.47);
    width: 250px;
    transition: 1s ease;
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -o-transition: 1s ease;
    z-index: 9999;
  }

  #mobile_nav.notvisible {
    transform: translateX(320px);
    -webkit-transform: translateX(320px);
    -moz-transform: translateX(320px);
  }

  div#cart-head {
    display: inline-block;
  }

  .mobile_icons {
    padding-left: 10px;
    padding-top: 3rem;
    display: block;
    background-color: #4f5858;
  }

  .mobile_icons i {
    font-size: 1.25rem;
    padding: 10px;
  }
  /* FW 01-11-2016: a:visited, a:active, removed because it was applying to all links. if turns out needed, reapply using specific class/id */
  .mobile_icons a, .searchicon {
    color: white;
    text-decoration: none;
  }

  #mobile_nav .search_form {
    display: block;
    padding: 0.5rem 20px;
    background-color: #008fcc;
    margin-right: 0;
    position: relative;
    height: auto;
    display: none;
  }

  #mobile_nav .search_form .search_field {
    width: 100%;
  }

  #mobile_nav form input.searchicon {
    margin-right: 15px;
    margin-top: 0.25rem;
  }

  #mobile_nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 1.125rem;
    background-color: #FFC11E;
    padding-bottom: 0.5rem;
  }

  #mobile_nav ul li a {
    color: #997312;
    padding: 0.25rem 20px;
    display: block;
  }

  #mobile_nav #mobile_products_links {
    padding-top: 0.5rem;
    background-color: #fcdc00;
    font-size: 1rem;
    opacity: 0.85;
    padding-bottom: 3rem;
  }

  #mobile_nav #mobile_products_links li a {
    color: #4f5858;
  }

  #masthead i.fa-times, #masthead i.fa-bars {
    display: block;
    position: absolute;
    padding: 10px 10px;
    top: 20px;
    right: 0px;
    cursor: pointer;
    font-size: 28px;
    color: white;
    transition: 1s ease;
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -o-transition: 1s ease;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    opacity: 1;
  }

  #masthead i.fa-bars {
    color: #4f5858;
  }

  #masthead i.fa-times.notvisible {
    margin-right: -60px;
    opacity: 0;
    -webkit-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
  }

  #masthead i.fa-bars.notvisible {
    margin-right: 60px;
    opacity: 0;
    -webkit-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
  }
  .home header#masthead .fa.fa-bars {
    color: #fcdc00;
  }
  .home header#masthead.mini-header .fa.fa-bars {
    color: #4f5858;
  }
}
/*=====================================================
FOOTER
=====================================================*/
footer#colophon {
  font-size: 0.875rem;
  padding: 2rem 0;
  background-color: #4f5858;
  color: white;
  position: relative;
}

.site-info {
  text-align: right;
}
a.copy {
  display: inline-block;
}

footer h3, footer h2.rounded {
  color: white;
}

footer#colophon a {
  color: white;
}
footer#colophon a:visited {
  color: white;
}
footer#colophon a:focus {
  color: white;
}
footer#colophon a:hover {
  opacity: 0.75;
  text-decoration: none;
}
footer#colophon a:active {
  color: white;
}

.footer_contact {
  position: relative;
  display: block;
  line-height: 1;
  font-size: 1.25rem;
  margin-bottom: 1rem;
  min-height: 1.75rem;
}
.footer_contact i {
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #fcdc00;
  color: #4f5858;
  line-height: 1.25rem;
  font-size: 0.75rem;
  text-align: center;
  vertical-align: middle;
  margin-left: -0.725rem;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
@media only screen and (min-width: 992px) {
  .footer_contact i {
    position: absolute;
    top: 0;
    left: 0;
    width: 1.75rem;
    height: 1.75rem;
    margin-left: 0;
    width: 1.75rem;
    height: 1.75rem;
    line-height: 1.75rem;
    font-size: 0.875rem;
  }
}
.footer_contact span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (min-width: 992px) {
  .footer_contact span {
    display: block;
    padding-left: 40px;
  }
}
.footer_contact span.contact_detail {
  position: relative;
  font-weight: 600;
  font-weight: 600;
  display: inline-block;
}
@media only screen and (min-width: 992px) {
  .footer_contact span.contact_detail {
    display: block;
  }
}
.footer_contact span.hours {
  font-size: 0.875rem;
  line-height: 1.5;
  padding-top: 0.25rem;
  display: block;
}
.footer_contact:last-child {
  margin-bottom: 0;
}

footer#colophon a.social {
  display: inline-block;
  width: 1.75rem;
  height: 1.75rem;
  color: white;
  line-height: 1.75rem;
  font-size: 0.875rem;
  margin-right: 10px;
  text-align: center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: white;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
footer#colophon a.social:visited {
  color: white;
}
footer#colophon a.social:focus {
  color: white;
}
footer#colophon a.social:hover {
  color: white;
}
footer#colophon a.social:active {
  color: white;
}
footer#colophon a.social:hover {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.facebook {
  background-color: #3765A3;
}

.twitter {
  background-color: #5EA9DD;
}

.google {
  background-color: red;
}

.linkedin {
  background-color: #0274B3;
}

#subscribe_form, #cm_ajax_form_2 {
  display: inline-block;
}

.cm_ajax_widget_form p {
  margin: 0;
  text-align: left !important;
}

.cm_ajax_widget_form label {
  display: none;
}

input#subscribe, #cm-ajax-email {
  display: inline-block;
  width: 200px;
  margin-bottom: 0.5rem;
}

input[type="submit"].roundsubmit {
  display: inline-block;
  font-family: FontAwesome;
  padding: 0;
  width: 1.75rem;
  height: 1.75rem;
  color: white;
  line-height: 1.75rem;
  font-size: 0.875rem;
  text-align: center;
  margin-left: 5px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
input[type="submit"].roundsubmit:hover {
  color: white;
}

#footer_links {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 1rem;
}

.copy {
  opacity: 0.75;
  display: block;
}

footer .w-col {
  padding-bottom: 1rem;
}
footer .w-col:last-child {
  padding-bottom: 0;
}

.footer_contact p {
  margin: 0;
}

/*=====================================================
HOME
=====================================================*/
/*----------Slider------------*/
#main > section#home_hero {
  background-color: #ccc;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  display: block;
  height: auto;
}

.lSAction > a {
  z-index: 9998;
}

#home_hero .lSSlideOuter .lSPager.lSpg {
  background-color: transparent;
  position: relative;
  position: absolute;
  bottom: 10px;
  width: 100%;
}

.lSSlideOuter .lSPager.lSpg > li a {
  background-color: white !important;
}

.lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: #fcdc00 !important;
}

#home_hero .slick-slider {
  height: 100%;
  margin-bottom: 0;
}

#home_hero .slick-list, #home_hero .slick-track {
  height: 100%;
}

.slide {
  position: relative;
  outline: none;
  color: white;
  height: auto;
  width: 100%;
  overflow: hidden;
  height: 55vh;
  min-height: 30rem;
  background-size: cover;
  background-position: center;
}

.slide h2 {
  font-size: 2.5rem;
  color: white;
  margin-bottom: 0;
  opacity: 0;
  -moz-transition: ease 1s 0.5s;
  -o-transition: ease 1s 0.5s;
  -webkit-transition: ease 1s;
  -webkit-transition-delay: 0.5s;
  transition: ease 1s 0.5s;
}
@media only screen and (min-width: 992px) {
  .slide h2 {
    font-size: 4rem;
  }
}

.slide .message {
  font-size: 1rem;
  margin-bottom: 1rem;
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  -moz-transition: ease 1s 0.6s;
  -o-transition: ease 1s 0.6s;
  -webkit-transition: ease 1s;
  -webkit-transition-delay: 0.6s;
  transition: ease 1s 0.6s;
}
@media only screen and (min-width: 992px) {
  .slide .message {
    font-size: 1.5rem;
  }
}

.slide_image {
  display: none;
}
@media only screen and (min-width: 992px) {
  .slide_image {
    position: absolute;
    margin-left: 40px;
    left: 10%;
    width: 30%;
    height: auto;
    top: 50%;
    opacity: 0;
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -moz-transition: ease 1s 0.5s;
    -o-transition: ease 1s 0.5s;
    -webkit-transition: ease 1s;
    -webkit-transition-delay: 0.5s;
    transition: ease 1s 0.5s;
    display: block;
  }
}

.badge {
  display: none;
}
@media only screen and (min-width: 992px) {
  .badge {
    display: block;
    width: 100px;
    height: 100px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #fcdc00;
    color: #4f5858;
    text-align: center;
    position: absolute;
    top: 55%;
    left: 35%;
    padding: 29px 0;
    line-height: 1;
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -moz-transition: ease 1s 1s;
    -o-transition: ease 1s 1s;
    -webkit-transition: ease 1s;
    -webkit-transition-delay: 1s;
    transition: ease 1s 1s;
    opacity: 0;
  }
}

.badge_top {
  font-size: 10px;
  display: block;
}

.badge_bottom {
  font-size: 32px;
  font-weight: bold;
  display: block;
}

.mobile_badge {
  color: #92c832;
  font-weight: 600;
  font-size: 1.5rem;
  display: none;
}

.slide .cta {
  -moz-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  opacity: 0;
  -moz-transition: -moz-transform 0.3s ease 1.25s, opacity 0.3s ease 1.25s;
  -o-transition: -o-transform 0.3s ease 1.25s, opacity 0.3s ease 1.25s;
  -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease;
  -webkit-transition-delay: 1.25s, 1.25s;
  transition: transform 0.3s ease 1.25s, opacity 0.3s ease 1.25s;
}

.slide_content {
  position: absolute;
  top: 50%;
  width: 100%;
  display: block;
  text-align: left;
  padding: 0 40px;
  z-index: 9999;
}
@media only screen and (min-width: 992px) {
  .slide_content {
    width: 50%;
    left: 45%;
    display: inline-block;
  }
}

.slide.active .message, .slide.active h2, .slide.active .cta {
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
  transition: all .2s ease-in-out;
}
.slide.active .slide_image {
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}
.slide.active .badge {
  opacity: 1;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.slick-dots {
  bottom: 0;
  width: 100%;
  text-align: right;
  z-index: 9999;
  padding: 0 20px 1rem 0;
  margin: 0;
}

.slick-dots li button:before {
  font-family: FontAwesome;
  content: "\f10c";
  color: white;
  opacity: 1;
  font-size: 1rem;
}

.slick-dots li.slick-active button:before {
  content: "\f111";
  color: white;
}

.grid_section {
  background-color: #f5f5f5;
  background-image: url('../../img/grid.png?1458129496');
  background-attachment: fixed;
}

#main_title {
  outline: none !important;
}

.imac_section {
  padding-top: 0;
  padding-bottom: 0;
}

.imac_accompany {
  padding-top: 3rem;
  padding-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
  .imac_accompany {
    padding-bottom: 4rem;
    padding-top: 25%;
  }
}
.imac_accompany h2 {
  font-size: 1.5rem;
  margin-bottom: 0.25rem;
}

.imac {
  position: relative;
  top: 1.5rem;
  z-index: 10;
  width: 100%;
  max-width: 250px;
}
@media only screen and (min-width: 768px) {
  .imac {
    max-width: 100%;
  }
}

.service_logo {
  height: 4rem;
  margin-bottom: 1rem;
}

/*----------Design Methods------------*/
.design_method, .design_method:hover, .design_method:visited {
  display: block;
  position: relative;
  background-color: white;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  color: white;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 768px) {
  .design_method, .design_method:hover, .design_method:visited {
    margin-bottom: 0;
  }
}

.w-col:last-child .design_method {
  margin-bottom: 0;
}

.design_method_image_block {
  position: relative;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px;
  border-radius: 10px 10px 0 0;
  background-size: cover;
  background-position: center;
}

.design_method_title {
  margin: 0;
  padding: 0.5rem 20px;
  text-align: center;
  display: block;
  color: #4f5858;
}

.design_description {
  opacity: 0;
  background-color: rgba(255, 239, 138, 0.9);
  background-repeat: repeat;
  display: block;
  padding: 1.5rem 20px;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px;
  border-radius: 10px 10px 0 0;
  min-height: 15rem;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #4f5858;
}
.design_description h4 {
  font-size: 1.5rem;
  color: white;
}

@media only screen and (min-width: 992px) {
  .design_method:hover .design_description {
    opacity: 1;
  }
}

/*----------Benefits Section------------*/
section#home_benefits {
  display: none;
}
@media only screen and (min-width: 992px) {
  section#home_benefits {
    display: block;
    padding: 0 10px;
    background-color: #4f5858;
  }
}

.home_benefit {
  display: block;
  padding: 1.5rem 20px;
  color: #307673;
}
.home_benefit .home_benefit_title {
    color: #fcdc00;
}
span.home_benefit_description {
    color: #fff;
}
.home_benefit .home_benefit_title:hover {
    color: #fcdc00;
    cursor: pointer;
}
.home_benefit:visited {
  color: #007fb5;
}
.home_benefit:focus {
  color: #007fb5;
}
.home_benefit:hover {
  color: #8a5c9d;
}
.home_benefit:active {
  color: #007fb5;
}

.home_benefit i {
  display: inline-block;
  vertical-align: top;
  font-size: 1.5rem;
  background-color: white;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  text-align: center;
  color: #4f5858;
}

.home_benefit > span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
  width: 75%;
  padding-top: 0.25rem;
}

.home_benefit_title {
  display: block;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1;
}
@media only screen and (min-width: 1250px) {
  .home_benefit_title {
    font-size: 1.5rem;
  }
}

/*----------Products------------*/
.featured_products_section {
  /*background-image: url("../../img/squaresbg.jpg");*/
  background-position: right top;
  background-repeat: no-repeat;
}

.squares {
  display: none;
  position: absolute;
  height: 60px;
  left: 0;
  z-index: 100;
  bottom: -20px;
}
@media only screen and (min-width: 1400px) {
  .squares {
    height: auto;
    bottom: -42px;
  }
}

.product {
  position: relative;
  display: block;
  margin-top: 0.5rem;
  margin-bottom: 20px;
  color: #888;
}
.product:visited {
  color: #888;
}
.product:focus {
  color: #888;
}
.product:hover {
  color: #307673;
}
.product:active {
  color: #888;
}

.product_image {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  display: block;
  width: 100%;
  height: auto;
}

.product_title {
  margin-top: 2.5rem;
  margin-bottom: 0;
}

.tab-content {
    margin-bottom: 0.25rem;
}

.product_subtitle {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: #4f5858;
  line-height: 1;
}
.product_subtitle .subtitle_price {
  font-size: 1.5rem;
}

.product_image_container {
  position: relative;
}

.product_overlay {
  opacity: 0;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: rgba(255, 239, 138, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  display: none;
}
@media only screen and (min-width: 992px) {
  .product_overlay {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
	h4.product_title {
	    display: inline-block;
	    width: 70%;
	    vertical-align: top;
	}
	.product_image_container {
	    width: 28.5%;
	    display: inline-block;
	    text-align: left;
	}
	.product_subtitle {
	    display: inline-block;
	    font-size: 0.875rem;
	    font-weight: 600;
	    color: #4f5858;
	    line-height: 1;
	    width: 70%;
	    text-align: center;
	    float: right;
	    position: absolute;
	    right: 0;
	    top: 70px;
	}
	.product_subtitle .subtitle_price {
	    font-size: 1rem;
	}
}
.product:hover .product_overlay, .blog_article:hover .product_overlay, .cat_tile:hover .product_overlay, .side_cta:hover .product_overlay {
  opacity: 1;
}

.product_overlay a {
  display: table;
  position: relative;
  height: 100%;
  width: 100%;
  color: #4f5858;
}
.product_overlay a:visited {
  color: #4f5858;
}
.product_overlay a:focus {
  color: #b2e2f6;
}
.product_overlay a:hover {
  color: white;
  text-decoration: none;
}
.product_overlay a:active {
  color: #b2e2f6;
}

.product_overlay a.fullheight {
  height: 100%;
}

.product_overlay a.full {
  height: 100%;
  border-bottom: none;
}

/*.product_overlay a:first-child {
  border-bottom: 1px solid #307673;
}*/

.product_overlay a span {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  text-align: center;
  font-weight: 600;
}
.product_overlay a span:hover {
    color: #4f5858;
}
.mobile_overlay_link {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 992px) {
  .mobile_overlay_link {
    display: none;
  }
}

/*----------Testimonial------------*/
.testimonialroll {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  background-color: white;
  margin-top: 2rem;
}
@media only screen and (min-width: 992px) {
  .testimonialroll {
    margin-top: 0;
  }
}

.testimonial_image {
  display: block;
  width: 100%;
  height: auto;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px;
  border-radius: 10px 10px 0 0;
}

.quote_content {
  display: block;
  padding: 1.5rem 20px;
  display: block;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0;
  border-radius: 0 0 10px 10px;
}
.quote_content span {
  display: block;
}

.person {
  font-weight: 600;
  padding-top: 0.5rem;
}

/*----------Blog------------*/
.blog_article {
  background-color: #f5f5f5;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  display: block;
  position: relative;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 992px) {
  .blog_article {
    margin-bottom: 0;
  }
}

.roll_article {
  margin-bottom: 20px;
}

.w-col:last-child .blog_article {
  margin-bottom: 0;
}

.blog_image {
  height: 10rem;
  background-size: cover;
  background-position: center;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px;
  border-radius: 10px 10px 0 0;
}

.blog_extract {
  padding: 1.5rem 20px;
}
.blog_extract h3 {
  color: #4f5858;
}

.product_overlay a.blog_link {
  height: 100%;
  display: table;
  border-bottom: 0;
}

.quote {
  display: table;
  width: 100%;
}
.quote h3 {
  color: #4f5858;
  font-size: 1.5rem;
}

.quote_content {
  display: table-cell;
  vertical-align: middle;
}

@media only screen and (min-width: 992px){
.w-col-12>article>.blog_image {
    position: absolute;
    height: 100%;
    width: 66.66666%;
    -moz-border-radius: 10px 0 0 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px 0 0 10px;
}

.w-col-12>article>.blog_extract {
    float: right;
    width: 33.3333333%;
}
}
/*=====================================================
HOW IT WORKS
=====================================================*/
.about_section {
  padding-bottom: 2.5rem;
}

.video_container {
  display: block;
  margin: auto;
  max-width: 800px;
}
@media only screen and (min-width: 1250px) {
  .video_container {
    max-width: 1200px;
  }
}

.step {
  text-align: center;
  padding: 0 20px 1.5rem;
}
.step i {
  font-size: 5rem;
  color: #ff9319;
}
.step h3 {
  color: #8a5c9d;
  margin-bottom: 0rem;
}

.w-row.steps_row {
  padding-top: 3rem;
}

/*=====================================================
BLOG
=====================================================*/
section.whitesection.blogsection {
  padding: 0;
}

.blog_post {
  padding: 4rem 0;
}
.blog_post:nth-child(even) {
  background-color: #f5f5f5;
}

@media only screen and (min-width: 992px) {
  .blog_content {
    padding-left: 20px;
  }
}

.date {
  display: block;
  color: #4f5858;
  font-size: 1rem;
  font-weight: 600;
  margin-top: -0.5rem;
}

.blogcol {
  width: 100%;
  max-width: 700px;
  margin: auto;
  float: none;
  text-align: center;
  padding: 0 20px;
  top: -3rem;
  position: relative;
}

.blogcol img {
  width: 100%;
  height: auto;
}

section.post_section {
  padding-top: 0;
  position: relative;
  display: block;
  padding-bottom: 0;
}

section.post_header {
  padding-bottom: 6rem;
}

/*=====================================================
PAGE
=====================================================*/
.about_section, .banner_section {
  background-size: cover;
  background-position: bottom left;
}
@media only screen and (min-width: 992px) {
  .about_section, .banner_section {
    background-position: bottom right;
  }
}

/*=====================================================
CONTACT
=====================================================*/
.form_section {
  background-image: url('../../img/grid.png?1458129496');
  background-repeat: repeat;
}

form, form.wpcf7-form {
  text-align: left;
}

label {
  color: #ff9319;
  font-weight: 600;
  padding-bottom: 0.5rem;
  display: block;
  font-size: 1.25rem;
}

.form_group {
  padding-bottom: 1rem;
}

.contact_form {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 1rem 20px;
  background-color: white;
}

body.page-id-30 {
  background-color: #8a5c9d;
}

/*=====================================================
LOGIN / LOGOUT
=====================================================*/
.tml .message {
  background-color: white;
  color: #888;
  border: 1px solid #8a5c9d;
}

.tml.tml-login {
  margin: auto;
  background-color: #f5f5f5;
  max-width: 360px;
  padding: 20px;
}

.tml-rememberme-wrap label {
  font-weight: normal;
  font-size: 0.875rem;
}

/*=====================================================
PRODUCTS
=====================================================*/
.sidebar_phone {
  display: block;
  font-size: 1.25rem;
  font-weight: bold;
  padding-top: 0.5rem;
}
.sidebar_phone i {
  padding-right: 10px;
}

#topmaincontent h1.title {
  padding: 8rem 20px 1rem;
  max-width: 1200px;
  margin: auto;
}

.p-maincontent h1.title {
  padding: 7rem 20px 1rem;
  max-width: 1200px;
  margin: auto;
}

div.p-thumbs {
  padding: 8.5rem 20px 0;
  max-width: 1200px;
  margin: auto;
}

section#catalogue {
  padding-top: 0;
}

#description_tabs > li > a {
  padding: 0px 20px 1rem 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #4f5858;
}
#description_tabs > li > a:visited {
  color: #4f5858;
}
#description_tabs > li > a:focus {
  color: #4f5858;
}
#description_tabs > li > a:hover {
  color: #4f5858;
  text-decoration: none;
  opacity: 0.75;
}
#description_tabs > li > a:active {
  color: #4f5858;
}

#description_tabs > li.active > a {
  padding: 0px 20px 1rem 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #4f5858;
  opacity: 0.75;
}
#description_tabs > li.active > a:visited {
  color: #4f5858;
}
#description_tabs > li.active > a:focus {
  color: #4f5858;
}
#description_tabs > li.active > a:hover {
  color: #4f5858;
  text-decoration: none;
}
#description_tabs > li.active > a:active {
  color: #4f5858;
}

#description_tabs > li > a:focus {
  background-color: transparent;
}

.optionscta {
  margin-top: 1rem;
}

.nav-tabs li, .nav-tabs li a {
  border: none !important;
  outline: none !important;
}

.product_top_section {
  padding: 6rem 0 3rem;
}
@media only screen and (min-width: 992px) {
  .product_top_section {
    padding: 2rem 0 3rem;
  }
}

/*---------Responsive Tabs Plugin-------------*/
.r-tabs .r-tabs-nav {
  margin: 0;
  padding: 0;
}

.r-tabs .r-tabs-tab {
  display: inline-block;
  margin: 0;
  list-style: none;
  background-color: #4f5858;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px;
  border-radius: 4px 4px 0 0;
}
.r-tabs .r-tabs-tab a, .r-tabs .r-tabs-tab a:visited {
  display: block;
  padding: 0.5rem 15px;
  color: white;
}

.r-tabs-tab.r-tabs-state-active {
  border: none;
  background-color: white;
}
.r-tabs-tab.r-tabs-state-active a, .r-tabs-tab.r-tabs-state-active a:visited {
  color: #4f5858;
}

.r-tabs .r-tabs-panel {
  padding: 1.5rem 20px;
  display: none;
  background-color: white;
  -moz-border-radius: 0 4px 4px 4px;
  -webkit-border-radius: 0;
  border-radius: 0 4px 4px 4px;
}

.r-tabs .r-tabs-accordion-title {
  display: none;
  background-color: grey;
  position: relative;
  line-height: 3rem;
  border-bottom: 1px solid white;
}
.r-tabs .r-tabs-accordion-title a {
  color: white;
  display: block;
  padding: 0 40px 0 20px;
}
.r-tabs .r-tabs-accordion-title a:visited {
  color: white;
}
.r-tabs .r-tabs-accordion-title a:focus {
  color: white;
}
.r-tabs .r-tabs-accordion-title a:hover {
  color: white;
}
.r-tabs .r-tabs-accordion-title a:active {
  color: white;
}
.r-tabs .r-tabs-accordion-title a:after {
  content: "\f0d7";
  font-family: FontAwesome;
  position: absolute;
  right: 20px;
  top: 1rem;
  line-height: 1rem;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.r-tabs-accordion-title.r-tabs-state-active a:after {
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.r-tabs .r-tabs-panel.r-tabs-state-active {
  display: block;
}

/* Accordion responsive breakpoint */
@media only screen and (max-width: 768px) {
  .r-tabs .r-tabs-nav {
    display: none;
  }

  .r-tabs .r-tabs-accordion-title {
    display: block;
  }
}
#responsiveTabs {
  margin-top: 1.5rem;
}

.r-tabs-anchor i {
  display: inline-block;
  padding-right: 10px;
}

/*matrix*/
.p-matrix-price.p-matrix-price-active {
  background-color: #fcdc00;
  color: white;
}

.p-matrix caption h2 {
  display: none;
}

.p-matrix caption {
  text-align: left;
  font-size: 0.875rem;
}

.p-matrix caption em {
  display: block;
  font-style: normal;
  padding-bottom: 0.5rem;
}

.p-matrix-price a {
  transition: color .1s ease-in-out;
  -moz-transition: color .1s ease-in-out;
  -webkit-transition: color .1s ease-in-out;
}

.p-matrix-price:hover {
  background-color: #4f5858;
  color: white;
}

.p-matrix-price:hover a {
  color: white;
}

.p-matrix-price a {
  opacity: 1 !important;
}

#p-matrix-options-container, #p-matrix-container, .p-matrix-container-title {
  margin: 0 0 0.5rem;
}

.p-matrix-options-container, .p-matrix-options {
  width: 100%;
}

.p-matrix td, .p-matrix th {
  border: 1px solid #fff;
  padding: 6px 10px;
  line-height: 18px;
  box-sizing: border-box;
}

.p-matrix th {
  background-color: #4f5858;
  color: white;
}

.p-matrix-attributegroup, .p-matrix-attributes {
  line-height:2.5rem;
  min-height: 30px;
  padding-top: 0.5rem;
  float: left;
}

.p-matrix-attributegroup {
  width: 45%;
  clear: left;
  padding-right: 20px;
}

.p-matrix-attributes {
  width: 55%;
}

.p-matrix-attribute {
  margin-right: 0.7rem;
  display: inline-block;
}
.p-matrix-attribute label { display: inline-block;margin-left: 0.2rem;padding-bottom: 0; font-size:1rem; color: #888; } 
.p-matrix {
  width: 100%;
  border-collapse: collapse;
}

.p-matrix-quantityheading, .p-matrix-format {
  text-align: center;
  font-weight: normal;
}

.p-matrix-quantityheading {
  background-color: #FDFDFC;
}

.p-matrix-quantity {
  background-color: #e9ecec;
  text-align: center;
  font-weight: bold;
  font-size: 0.875rem;
}

.p-matrix-price {
  background-color: #f7f7f7;
  text-align: center;
  font-size: 0.875rem;
}

.p-matrix-price-link {
  width: 100%;
  display: block;
  color: #485a60;
  text-decoration: none;
}

.p-matrix-group {
  color: #FFF;
  background: #485a60;
  height: 35px;
}

.p-matrix-group h2 {
  font-size: 16px;
  color: #FFF;
  margin: 3px 8px;
}

.p-matrix-options {
  margin: 0;
}

.p-matrix-cost {
  display: block;
  padding-top: 0.5rem;
  font-weight: bold;
  color: #4f5858;
  font-size: 1.5rem;
}

#optiontabs h3, .p-matrix-optionsheading {
  font-size: 1.5rem;
  color: #4f5858;
  font-weight: 600;
}

/*-----------Sidebar--------------*/
.sidebar_box {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  background-color: white;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}
.sidebar_box:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .sidebar_box {
    margin-top: 0;
  }
}

.sidebar_title {
  background-color: #4f5858;
  padding: 1.5rem 20px;
}
.sidebar_title h4 {
  color: white;
  padding: 0;
  margin: 0;
  font-size: 1.25rem;
}

.sidebar_content {
  display: block;
  padding: 1.5rem 20px;
  display: block;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0;
  border-radius: 0 0 10px 10px;
}
.sidebar_content p:first-child {
  margin-top: 0;
}

/*=====================================================
GALLERY
=====================================================*/
.top_section {
  background-color: #f5f5f5;
  background-image: url(http://essexsignandprint.co.uk/wp-content/uploads/2017/05/slate_bg.jpg)!important;
}

ul.whitebox {
  background-color: white;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 1rem 20px;
  margin: 1rem 0 0;
  list-style: none;
}

ul.whitebox li {
  padding: 0 0 0.5rem 40px;
  position: relative;
  font-weight: bold;
  color: #8a5c9d;
}
ul.whitebox li:last-child {
  padding-bottom: 0;
}
ul.whitebox li:before {
  display: inline-block;
  margin-right: 10px;
  content: "\f058";
  font-family: FontAwesome;
}
@media only screen and (min-width: 768px) {
  ul.whitebox li:before {
    position: absolute;
    left: 10px;
    top: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  ul.whitebox li {
    margin: 0;
  }
}

.gallery_image {
  padding-bottom: 1rem;
  display: block;
}

.gallery_image img {
  width: 100%;
  height: auto;
  display: block;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.gallery_image img:hover {
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.gallerysection {
  padding-bottom: 2rem;
}

.fancybox-overlay {
  background-color: rgba(0, 0, 0, 0.8);
}

/*=====================================================
PAGE
=====================================================*/
.quote_content.grey {
  background-color: #f5f5f5;
}

/*=====================================================
BLOG
=====================================================*/
.nav-previous, .nav-next {
  display: inline-block;
  margin-right: 20px;
}

#archives {
  list-style: none;
  padding: 0;
  margin: 0;
}

.blogarticle {
  background-color: white;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 1rem;
  text-align: left;
}

.blog_written_content {
  padding: 1.5rem 20px;
}

.blog_main_image {
  margin: 0 0 1rem 0;
  display: block;
  width: 100%;
  height: auto;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px;
  border-radius: 10px 10px 0 0;
}

.post-categories {
  font-size: 0.75rem;
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0 0 0 10px;
  padding-bottom: 0.5rem;
}
.post-categories li {
  padding: 0 10px 0 0;
  display: inline-block;
}
.post-categories li a {
  display: block;
  font-weight: bold;
  color: #307673;
}
.post-categories li a:hover {
  color: #ff9f33;
}

.blogback {
  display: block;
  padding-bottom: 1rem;
}

.blogarticle h1 {
  margin-top: 0;
}

@media only screen and (min-width: 992px) {
  .w-col-12 > article > .blog_image {
    position: absolute;
    height: 100%;
    width: 66.66666%;
    -moz-border-radius: 10px 0 0 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px 0 0 10px;
  }
}

@media only screen and (min-width: 992px) {
  .w-col-12 > article > .blog_extract {
    float: right;
    width: 33.3333333%;
  }
}

.cat-item, .tags li {
  display: inline-block;
  list-style: none;
  padding-right: 10px;
  padding-bottom: 10px;
}

.cat-item a, .tags a {
  background-color: #8a5c9d;
  color: white;
  padding: 0.5rem 10px;
  display: block;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 0.875rem;
}
.cat-item a:hover, .tags a:hover {
  background-color: #007fb5;
  color: white;
}
.cat-item a:visited, .tags a:visited {
  color: white;
}

.blog_sidebar ul {
  padding: 0;
  margin: 0 0 2rem;
}

.cat_tile {
  background-color: green;
  height: 200px;
  display: table;
  width: 100%;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-size: cover;
  background-positon: center;
  position: relative;
  margin-bottom: 1rem;
}

.cat_title {
  vertical-align: middle;
  display: table-cell;
  width: 100%;
  text-align: center;
  padding: 20px;
  font-weight: bold;
  color: white;
}

.reducedbottom {
  padding-bottom: 2rem;
}

.blog_cat_link {
  position: absolute;
  top: 50%;
  margin-top: -0.5rem;
  width: 100%;
  text-align: center;
  color: white;
  font-weight: 600;
  display: block;
}

/*=====================================================
CONTACT
=====================================================*/
.acf-map {
  width: 100%;
  height: 350px;
}

.map {
  height: 350px;
  display: block;
  line-height: 1;
  padding: 0;
  cursor: pointer;
  position: relative;
}

.map .acf-map, .map .acf-map * {
  pointer-events: none;
  cursor: pointer;
}

.map.active .acf-map, .map.active .acf-map * {
  pointer-events: auto;
}

.contactdetails h4 {
  margin-bottom: 0;
}

.contacttext p:first-child {
  margin: 0;
}

.contactdetails {
  margin: 1.5rem 0 0 0;
}
@media only screen and (min-width: 768px) {
  .contactdetails {
    margin: 0;
  }
}

/*=====================================================
GET QUOTE
=====================================================*/
.page_content .wpcf7-form label {
  display: block;
  color: #828181;
  font-size: 1rem;
}
@media only screen and (min-width: 768px) {
  .page_content .wpcf7-form label {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    line-height: 2rem;
  }
}
.page_content .wpcf7-form span {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .page_content .wpcf7-form span {
    display: inline-block;
    vertical-align: top;
    width: 70%;
    max-width: 400px;
  }
}

/*=====================================================
TEMPLATE CLOUD PAGES
=====================================================*/
.designs_wrapper {
  padding: 20px;
  background-color: white;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

#optiontabs .designs_wrapper {
  padding: 1rem 0 0;
}

#optiontabs h1.designheader {
  display: none;
}

.tc-image img {
  max-width: 100%;
  height: auto;
  border: 1px solid #ddd;
}

.tc-back .checkout-action {
  text-align: left;
}

.tc-template #p-matrix-container {
  margin-top: 20px;
  clear: both;
}

/*.p-matrix-cost { font-size:16px; color: #F7901E; font-weight: bold; }*/
.tc-design-price {
  display: block;
}

.tc-filters ul {
  margin-left: 0;
  padding-left: 0;
}

.tc-filters ul li {
  list-style-type: none;
}

.tc-loading {
  background: #F2F2F2;
  font-size: 20px;
  padding: 5px 10px;
  text-align: center;
  width: 450px;
  margin: 0px auto;
  display: none;
  border-radius: 5px;
}

.listing-tc-image {
  display: table;
  width: 100%;
  height: 250px;
  position: relative;
  padding-top: 1.5rem;
}

.listing-tc-image img {
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
  max-width: 100%;
  max-height: 200px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.listing-tc-image-link {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  text-align: center;
}

.listing-tc-image-link > span {
  width: 90%;
  position: relative;
}

.listing-tc-image-link > span:hover {
  z-index: 100;
}

#tc-matched .listing-tc-image img, #tc-similar .listing-tc-image img {
  width: 100%;
  height: auto;
}

.listing-tc-image-1 {
  z-index: 10;
  position: relative;
  display: block;
}

.listing-tc-image-link > .listing-tc-image-2 {
  display: block;
}

.listing-tc-image-link > .listing-tc-image-2 > img {
  position: absolute;
  z-index: 5;
  top: -10px;
  left: 10px;
  display: block;
}

.listing-tc-image-link > img {
  -moz-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

@media only screen and (min-width: 992px) {
  .template_link:hover .listing-tc-image-link > span:first-child img {
    -moz-transform: scale(1) rotate(3deg) translateY(-5px);
    -ms-transform: scale(1) rotate(3deg) translateY(-5px);
    -webkit-transform: scale(1) rotate(3deg) translateY(-5px);
    transform: scale(1) rotate(3deg) translateY(-5px);
  }
}

@media only screen and (min-width: 992px) {
  .template_link:hover .listing-tc-image-link > span:last-child img {
    -moz-transform: scale(1.05) rotate(-5deg);
    -ms-transform: scale(1.05) rotate(-5deg);
    -webkit-transform: scale(1.05) rotate(-5deg);
    transform: scale(1.05) rotate(-5deg);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.05);
  }
}

a.template_link {
  display: block;
  margin-bottom: 20px;
  height: 350px;
  background-color: #F0F0F0;
  padding: 0 20px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.listing-tc-name {
  font-weight: bold;
  font-size: 1rem;
}

.listing-tc-price {
  font-size: 0.875rem;
  display: block;
}

.tab_banner {
  width: 100%;
}

.tc-image .nav-tabs li, #myTab2 li {
  margin-right: 3px;
}

.tc-image .nav-tabs li a, #myTab2 li a {
  background-color: #e9e9e9;
  font-weight: bold;
}

.tc-image .nav-tabs li.active a, #myTab2 li.active a {
  background-color: white;
}

#myTab2 + .tab-content {
  background-color: white;
  padding: 1rem 20px;
  margin-bottom: 1rem;
}

.tc-image .tab-content {
  text-align: left;
}

.info-tab-content {
  text-align: left;
}

.tc-design-price {
  font-size: 0.75rem;
  padding-top: 0.5rem;
}

.catalogue-matrix-container {
  background-color: white;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 2rem 20px;
  margin-bottom: 1rem;
  max-width: 800px;
}

.catalogue-matrix-container caption em {
  padding: 1rem 0;
  display: block;
}

.cart-discount {
  float: none;
  background-color: #f5f5f5;
  margin-bottom: 1.5rem;
}

#cartform .cart-notes.text-right {
  text-align: left;
}

.order_step {
  position: relative;
  display: none;
}
@media only screen and (min-width: 768px) {
  .order_step {
    opacity: 0.6;
    display: block;
    min-height: 60px;
  }
}

.order_step.active {
  opacity: 1;
  display: block;
}

.order_step i {
  display: none;
}
@media only screen and (min-width: 768px) {
  .order_step i {
    position: absolute;
    left: 0;
    display: inline-block;
    vertical-align: top;
    font-size: 1.5rem;
    background-color: white;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
  }
}

.order_step.active i {
  color: white;
  background-color: #307673;
}

.orderspan {
  position: relative;
  display: block;
}
@media only screen and (min-width: 768px) {
  .orderspan {
    padding-left: 70px;
  }
}

.order_step_title {
  font-size: 1rem;
  color: #7B7B7B;
  display: block;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .order_step_title {
    color: #7B7B7B;
  }
}

.order_step.active .order_step_title {
  color: white;
}
@media only screen and (min-width: 768px) {
  .order_step.active .order_step_title {
    color: #8a5c9d;
  }
}

.order_step_description {
  font-weight: 400;
  display: block;
  line-height: 1.5;
  font-size: 0.875rem;
  color: white;
}

.mobilestep {
  display: inline-block;
  margin-right: 5px;
  background-color: white;
  height: 1.25rem;
  width: 1.25rem;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1.25rem;
  vertical-align: middle;
  color: #307673;
}
@media only screen and (min-width: 768px) {
  .mobilestep {
    display: none;
  }
}

.title_span {
  display: inline-block;
  vertical-align: middle;
  color: white;
}

.process_section {
  padding: 1rem 0;
  background-color: #8a5c9d;
}

.lp-usp li {
  list-style: none;
}

.lp-usp li i {
  color: #007fb5;
  display: inline-block;
  margin-right: 10px;
}

.landing_template_wrapper #tc-designs {
  background-color: #f5f5f5;
  padding: 1.5rem 20px;
  margin: 1rem 0;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.tc-filters {
  background-color: white;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .tc-filters {
    margin-bottom: 0;
  }
}

.tc-filters h2 {
  margin-bottom: 0;
  padding: 0 20px;
}
.tc-filters h2:after {
  font-family: FontAwesome;
  content: "\f0d7";
  display: inline-block;
  margin-left: 15px;
  font-size: 1rem;
  line-height: 2rem;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  .tc-filters h2:after {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .tc-filters h2 {
    margin-bottom: 1.25rem;
  }
}

.tc-filters label {
  display: inline-block;
  font-size: 0.75rem;
  color: #888;
  font-weight: normal;
  padding-left: 10px;
  padding-bottom: 0;
}

.tc-filters input[type="checkbox"] {
  margin: 0;
}

#tc-form-filters {
  display: none;
  padding: 0 20px;
}
@media only screen and (min-width: 768px) {
  #tc-form-filters {
    display: block;
  }
}

.filter-more, .filter-less {
  margin-top: 1rem;
  font-size: 0.875rem;
}
.filter-more:before, .filter-less:before {
  content: "+";
  display: inline-block;
  margin-right: 10px;
}

.filter-less:before {
  content: "-";
}

.tc-next {
  margin-top: 0.5rem;
}
@media only screen and (min-width: 768px) {
  .tc-next {
    margin-top: 0;
  }
}

.designheader {
  margin-top: 0;
}

/*=====================================================
LOGIN
=====================================================*/
.new-customer, .existing-customer {
  display: inline-block;
  width: 100%;
  max-width: 400px;
  background: #f5f5f5;
  float: none;
  padding: 1rem 20px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 20px;
  vertical-align: top;
  color: #888;
}
@media only screen and (min-width: 768px) {
  .new-customer, .existing-customer {
    width: 50%;
  }
}

@media only screen and (min-width: 992px) {
  .new-customer {
    margin-right: 20px;
  }
}

.boxheader {
  font-size: 16px;
  font-weight: bold;
  color: #4f5858;
}

.login-email-label, .login-password-label {
  margin-bottom: 0;
}

.login-email-input, .login-password-input {
  margin-top: 0;
}

.login-forgotpassword {
  display: block;
  margin-top: -1rem;
}

.login-forgotpassword input[type="submit"] {
  background-color: transparent;
  color: #4f5858;
  padding: 0;
  font-size: 0.75rem;
}
.login-forgotpassword input[type="submit"]:hover {
  color: #ff9f33;
  background-color: transparent;
  transform: scale(1) !important;
}

/*.boxcontent #emailadd {margin-left: 30px;}
.boxcontent #password {margin-left: 9px;}*/
.boxcontent .small-text {
  margin-left: 9px;
}

.boxcontent .checkout-action {
  margin-top: 20px;
}

/*=====================================================
FAQs
=====================================================*/
.faq {
  margin-bottom: 1rem;
  cursor: pointer;
}
.faq:last-child {
  margin-bottom: 0;
}

.faq .entry-content {
  display: none;
}

.faq p:first-child {
  margin-top: 0;
}

.faq h3:hover {
  opacity: 0.8;
}

.side_cta {
  display: block;
  background-color: #f5f5f5;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  color: #888;
  position: relative;
}

.cta_content {
  padding: 1.5rem 20px;
}

.side_cta img {
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px;
  border-radius: 10px 10px 0 0;
}
.subheading {
  display: block;
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
  font-weight: 600;
  margin-top: -0.5em;
}

.subheading_small {
  display: block;
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
  font-weight: 600;
  color: #888;
}
@media only screen and (max-width: 767px) {
  .subheading {
    margin-top: 1.5rem;
  }
}

strong {
  font-weight: bold !important;
}

em {
  font-style: italic;
}

.cta, input[type="submit"], .checkout-action a, .cart-view, .cart-add, .cart-save, .form-submit, .wpcf7-submit,
.vo-btns button.moreButton {
  display: block;
  background-color: #fcdc00;
  color: #4f5858;
  padding: 0.75rem 20px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: none;
  text-align: center;
  font-weight: bold;
}
input.wpcf7-form-control.wpcf7-submit {
    margin-top: 1rem;
}
.checkout-action .cart-view {
    float: right;
    font-size: 1rem;
}
.cta:visited, input[type="submit"]:visited, .checkout-action a:visited, .cart-view:visited, .cart-add:visited, .cart-save:visited, .form-submit:visited, .wpcf7-submit:visited {
  color: #4f5858;
}
.cta:focus, input[type="submit"]:focus, .checkout-action a:focus, .cart-view:focus, .cart-add:focus, .cart-save:focus, .form-submit:focus, .wpcf7-submit:focus {
  color: white;
}
.cta:hover, input[type="submit"]:hover, .checkout-action a:hover, .cart-view:hover, .cart-add:hover, .cart-save:hover, .form-submit:hover, .wpcf7-submit:hover {
  color: white;
}
.cta:active, input[type="submit"]:active, .checkout-action a:active, .cart-view:active, .cart-add:active, .cart-save:active, .form-submit:active, .wpcf7-submit:active {
  color: white;
}
.cta:hover, input[type="submit"]:hover, .checkout-action a:hover, .cart-view:hover, .cart-add:hover, .cart-save:hover, .form-submit:hover, .wpcf7-submit:hover,
.vo-btns button.moreButton:hover {
    color: #4f5858;
    transform: scale(1.1) !important;
    text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .cta, input[type="submit"], .checkout-action a, .cart-view, .cart-add, .cart-save, .form-submit, .wpcf7-submit {
    display: inline-block;
    padding: 0.5rem 20px;
  }
}

/*--------------------------------------------------------------
Webflow Grid System
--------------------------------------------------------------*/
.w-clearfix:before,
.w-clearfix:after {
  content: " ";
  display: table;
}

.w-clearfix:after {
  clear: both;
}

.w-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.w-container {
  max-width: 1200px;
  overflow: hidden;
  padding: 0 20px;
}

.w-container.fullwidth {
  max-width: 100%;
}

.w-container:before,
.w-container:after {
  content: " ";
  display: table;
}

.w-container:after {
  clear: both;
}

.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}

.w-row:before,
.w-row:after {
  content: " ";
  display: table;
}

.w-row:after {
  clear: both;
}

.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.w-col-1 {
  width: 8.33333333%;
}

.w-col-2 {
  width: 16.66666667%;
}

.w-col-3 {
  width: 25%;
}

.w-col-4 {
  width: 33.33333333%;
}

.w-col-5 {
  width: 41.66666667%;
}

.w-col-6 {
  width: 50%;
}

.w-col-7 {
  width: 58.33333333%;
}

.w-col-8 {
  width: 66.66666667%;
}

.w-col-9 {
  width: 75%;
}

.w-col-10 {
  width: 83.33333333%;
}

.w-col-11 {
  width: 91.66666667%;
}

.w-col-12 {
  width: 100%;
}

.w-col-push-1 {
  left: 8.33333333%;
}

.w-col-push-2 {
  left: 16.66666667%;
}

.w-col-push-3 {
  left: 25%;
}

.w-col-push-4 {
  left: 33.33333333%;
}

.w-col-push-5 {
  left: 41.66666667%;
}

.w-col-push-6 {
  left: 50%;
}

.w-col-push-7 {
  left: 58.33333333%;
}

.w-col-push-8 {
  left: 66.66666667%;
}

.w-col-push-9 {
  left: 75%;
}

.w-col-push-10 {
  left: 83.33333333%;
}

.w-col-push-11 {
  left: 91.66666667%;
}

.w-col-pull-1 {
  right: 8.33333333%;
}

.w-col-pull-2 {
  right: 16.66666667%;
}

.w-col-pull-3 {
  right: 25%;
}

.w-col-pull-4 {
  right: 33.33333333%;
}

.w-col-pull-5 {
  right: 41.66666667%;
}

.w-col-pull-6 {
  right: 50%;
}

.w-col-pull-7 {
  right: 58.33333333%;
}

.w-col-pull-8 {
  right: 66.66666667%;
}

.w-col-pull-9 {
  right: 75%;
}

.w-col-pull-10 {
  right: 83.33333333%;
}

.w-col-pull-11 {
  right: 91.66666667%;
}

.w-col-offset-1 {
  margin-left: 8.33333333%;
}

.w-col-offset-2 {
  margin-left: 16.66666667%;
}

.w-col-offset-3 {
  margin-left: 25%;
}

.w-col-offset-4 {
  margin-left: 33.33333333%;
}

.w-col-offset-5 {
  margin-left: 41.66666667%;
}

.w-col-offset-6 {
  margin-left: 50%;
}

.w-col-offset-7 {
  margin-left: 58.33333333%;
}

.w-col-offset-8 {
  margin-left: 66.66666667%;
}

.w-col-offset-9 {
  margin-left: 75%;
}

.w-col-offset-10 {
  margin-left: 83.33333333%;
}

.w-col-offset-11 {
  margin-left: 91.66666667%;
}

.w-hidden-main {
  display: none !important;
}

@media screen and (max-width: 991px) {
  .w-container {
    max-width: 100%;
  }

  .w-hidden-main {
    display: inherit !important;
  }

  .w-hidden-medium {
    display: none !important;
  }

  .w-col-medium-1 {
    width: 8.33333333%;
  }

  .w-col-medium-2 {
    width: 16.66666667%;
  }

  .w-col-medium-3 {
    width: 25%;
  }

  .w-col-medium-4 {
    width: 33.33333333%;
  }

  .w-col-medium-5 {
    width: 41.66666667%;
  }

  .w-col-medium-6 {
    width: 50%;
  }

  .w-col-medium-7 {
    width: 58.33333333%;
  }

  .w-col-medium-8 {
    width: 66.66666667%;
  }

  .w-col-medium-9 {
    width: 75%;
  }

  .w-col-medium-10 {
    width: 83.33333333%;
  }

  .w-col-medium-11 {
    width: 91.66666667%;
  }

  .w-col-medium-12 {
    width: 100%;
  }

  .w-col-medium-push-1 {
    left: 8.33333333%;
  }

  .w-col-medium-push-2 {
    left: 16.66666667%;
  }

  .w-col-medium-push-3 {
    left: 25%;
  }

  .w-col-medium-push-4 {
    left: 33.33333333%;
  }

  .w-col-medium-push-5 {
    left: 41.66666667%;
  }

  .w-col-medium-push-6 {
    left: 50%;
  }

  .w-col-medium-push-7 {
    left: 58.33333333%;
  }

  .w-col-medium-push-8 {
    left: 66.66666667%;
  }

  .w-col-medium-push-9 {
    left: 75%;
  }

  .w-col-medium-push-10 {
    left: 83.33333333%;
  }

  .w-col-medium-push-11 {
    left: 91.66666667%;
  }

  .w-col-medium-pull-1 {
    right: 8.33333333%;
  }

  .w-col-medium-pull-2 {
    right: 16.66666667%;
  }

  .w-col-medium-pull-3 {
    right: 25%;
  }

  .w-col-medium-pull-4 {
    right: 33.33333333%;
  }

  .w-col-medium-pull-5 {
    right: 41.66666667%;
  }

  .w-col-medium-pull-6 {
    right: 50%;
  }

  .w-col-medium-pull-7 {
    right: 58.33333333%;
  }

  .w-col-medium-pull-8 {
    right: 66.66666667%;
  }

  .w-col-medium-pull-9 {
    right: 75%;
  }

  .w-col-medium-pull-10 {
    right: 83.33333333%;
  }

  .w-col-medium-pull-11 {
    right: 91.66666667%;
  }

  .w-col-medium-offset-1 {
    margin-left: 8.33333333%;
  }

  .w-col-medium-offset-2 {
    margin-left: 16.66666667%;
  }

  .w-col-medium-offset-3 {
    margin-left: 25%;
  }

  .w-col-medium-offset-4 {
    margin-left: 33.33333333%;
  }

  .w-col-medium-offset-5 {
    margin-left: 41.66666667%;
  }

  .w-col-medium-offset-6 {
    margin-left: 50%;
  }

  .w-col-medium-offset-7 {
    margin-left: 58.33333333%;
  }

  .w-col-medium-offset-8 {
    margin-left: 66.66666667%;
  }

  .w-col-medium-offset-9 {
    margin-left: 75%;
  }

  .w-col-medium-offset-10 {
    margin-left: 83.33333333%;
  }

  .w-col-medium-offset-11 {
    margin-left: 91.66666667%;
  }

  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  .w-hidden-main {
    display: inherit !important;
  }

  .w-hidden-medium {
    display: inherit !important;
  }

  .w-hidden-small {
    display: none !important;
  }

  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }

  .w-col-small-1 {
    width: 8.33333333%;
  }

  .w-col-small-2 {
    width: 16.66666667%;
  }

  .w-col-small-3 {
    width: 25%;
  }

  .w-col-small-4 {
    width: 33.33333333%;
  }

  .w-col-small-5 {
    width: 41.66666667%;
  }

  .w-col-small-6 {
    width: 50%;
  }

  .w-col-small-7 {
    width: 58.33333333%;
  }

  .w-col-small-8 {
    width: 66.66666667%;
  }

  .w-col-small-9 {
    width: 75%;
  }

  .w-col-small-10 {
    width: 83.33333333%;
  }

  .w-col-small-11 {
    width: 91.66666667%;
  }

  .w-col-small-12 {
    width: 100%;
  }

  .w-col-small-push-1 {
    left: 8.33333333%;
  }

  .w-col-small-push-2 {
    left: 16.66666667%;
  }

  .w-col-small-push-3 {
    left: 25%;
  }

  .w-col-small-push-4 {
    left: 33.33333333%;
  }

  .w-col-small-push-5 {
    left: 41.66666667%;
  }

  .w-col-small-push-6 {
    left: 50%;
  }

  .w-col-small-push-7 {
    left: 58.33333333%;
  }

  .w-col-small-push-8 {
    left: 66.66666667%;
  }

  .w-col-small-push-9 {
    left: 75%;
  }

  .w-col-small-push-10 {
    left: 83.33333333%;
  }

  .w-col-small-push-11 {
    left: 91.66666667%;
  }

  .w-col-small-pull-1 {
    right: 8.33333333%;
  }

  .w-col-small-pull-2 {
    right: 16.66666667%;
  }

  .w-col-small-pull-3 {
    right: 25%;
  }

  .w-col-small-pull-4 {
    right: 33.33333333%;
  }

  .w-col-small-pull-5 {
    right: 41.66666667%;
  }

  .w-col-small-pull-6 {
    right: 50%;
  }

  .w-col-small-pull-7 {
    right: 58.33333333%;
  }

  .w-col-small-pull-8 {
    right: 66.66666667%;
  }

  .w-col-small-pull-9 {
    right: 75%;
  }

  .w-col-small-pull-10 {
    right: 83.33333333%;
  }

  .w-col-small-pull-11 {
    right: 91.66666667%;
  }

  .w-col-small-offset-1 {
    margin-left: 8.33333333%;
  }

  .w-col-small-offset-2 {
    margin-left: 16.66666667%;
  }

  .w-col-small-offset-3 {
    margin-left: 25%;
  }

  .w-col-small-offset-4 {
    margin-left: 33.33333333%;
  }

  .w-col-small-offset-5 {
    margin-left: 41.66666667%;
  }

  .w-col-small-offset-6 {
    margin-left: 50%;
  }

  .w-col-small-offset-7 {
    margin-left: 58.33333333%;
  }

  .w-col-small-offset-8 {
    margin-left: 66.66666667%;
  }

  .w-col-small-offset-9 {
    margin-left: 75%;
  }

  .w-col-small-offset-10 {
    margin-left: 83.33333333%;
  }

  .w-col-small-offset-11 {
    margin-left: 91.66666667%;
  }
}
@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }

  .w-hidden-main {
    display: inherit !important;
  }

  .w-hidden-medium {
    display: inherit !important;
  }

  .w-hidden-small {
    display: inherit !important;
  }

  .w-hidden-tiny {
    display: none !important;
  }

  .w-col {
    width: 100%;
  }

  .w-col-tiny-1 {
    width: 8.33333333%;
  }

  .w-col-tiny-2 {
    width: 16.66666667%;
  }

  .w-col-tiny-3 {
    width: 25%;
  }

  .w-col-tiny-4 {
    width: 33.33333333%;
  }

  .w-col-tiny-5 {
    width: 41.66666667%;
  }

  .w-col-tiny-6 {
    width: 50%;
  }

  .w-col-tiny-7 {
    width: 58.33333333%;
  }

  .w-col-tiny-8 {
    width: 66.66666667%;
  }

  .w-col-tiny-9 {
    width: 75%;
  }

  .w-col-tiny-10 {
    width: 83.33333333%;
  }

  .w-col-tiny-11 {
    width: 91.66666667%;
  }

  .w-col-tiny-12 {
    width: 100%;
  }

  .w-col-tiny-push-1 {
    left: 8.33333333%;
  }

  .w-col-tiny-push-2 {
    left: 16.66666667%;
  }

  .w-col-tiny-push-3 {
    left: 25%;
  }

  .w-col-tiny-push-4 {
    left: 33.33333333%;
  }

  .w-col-tiny-push-5 {
    left: 41.66666667%;
  }

  .w-col-tiny-push-6 {
    left: 50%;
  }

  .w-col-tiny-push-7 {
    left: 58.33333333%;
  }

  .w-col-tiny-push-8 {
    left: 66.66666667%;
  }

  .w-col-tiny-push-9 {
    left: 75%;
  }

  .w-col-tiny-push-10 {
    left: 83.33333333%;
  }

  .w-col-tiny-push-11 {
    left: 91.66666667%;
  }

  .w-col-tiny-pull-1 {
    right: 8.33333333%;
  }

  .w-col-tiny-pull-2 {
    right: 16.66666667%;
  }

  .w-col-tiny-pull-3 {
    right: 25%;
  }

  .w-col-tiny-pull-4 {
    right: 33.33333333%;
  }

  .w-col-tiny-pull-5 {
    right: 41.66666667%;
  }

  .w-col-tiny-pull-6 {
    right: 50%;
  }

  .w-col-tiny-pull-7 {
    right: 58.33333333%;
  }

  .w-col-tiny-pull-8 {
    right: 66.66666667%;
  }

  .w-col-tiny-pull-9 {
    right: 75%;
  }

  .w-col-tiny-pull-10 {
    right: 83.33333333%;
  }

  .w-col-tiny-pull-11 {
    right: 91.66666667%;
  }

  .w-col-tiny-offset-1 {
    margin-left: 8.33333333%;
  }

  .w-col-tiny-offset-2 {
    margin-left: 16.66666667%;
  }

  .w-col-tiny-offset-3 {
    margin-left: 25%;
  }

  .w-col-tiny-offset-4 {
    margin-left: 33.33333333%;
  }

  .w-col-tiny-offset-5 {
    margin-left: 41.66666667%;
  }

  .w-col-tiny-offset-6 {
    margin-left: 50%;
  }

  .w-col-tiny-offset-7 {
    margin-left: 58.33333333%;
  }

  .w-col-tiny-offset-8 {
    margin-left: 66.66666667%;
  }

  .w-col-tiny-offset-9 {
    margin-left: 75%;
  }

  .w-col-tiny-offset-10 {
    margin-left: 83.33333333%;
  }

  .w-col-tiny-offset-11 {
    margin-left: 91.66666667%;
  }
}
/* -- Countdown Timer -- */
.link_graphic.countdown {
    background-color: #fcdc00;
    border-radius: 5px;
    color: #4f5858;
    text-align: center;
    margin-top: 2.6rem;
    margin-bottom: 1rem;
}
.countdown .countdown-header {
    text-align: center;
}
.countdown .p-schedule-collection-wrapper {
    margin: 5px 0;
    width: 100%;
    padding: 0.5rem 0;
    border-radius: 5px;
    background-color: rgba(255,255,255,0.3);
    line-height:1.2;
}
.countdown .p-schedule-wrapper {
    margin: 5px 0;
    width: 100%;
    padding: 0.5rem 0;
    border-radius: 5px;
    background-color: #4f5858;
}

.p-schedule-head {
    color: white;
}

div#schedule-dispatch {
    color: white;
}

.countdown .p-schedule-head, .countdown .p-schedule-date {
    float: none;
}
.countdown .countdown-section {
width: 15%;
}

section.blogsection {
    display: none;
}


.home section.blogsection {
    /*display: none;*/
}
span.wpcf7-list-item {
    width: 32% !important;
    display: inline-block !important;
}
.body_container {
    width: 100%;
    margin-left: -25px;
}
/* -- Template System -- */
.proceed_box .lonebutton {
    margin-right: 1rem;
}
a.optionbutton {
    display: inline-block;
    background-color: #fcdc00;
    color: #4f5858;
    padding: 0.5rem 20px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: none;
    text-align: center;
    font-weight: bold;
    margin-top: 1rem;
    width: 100%
}
a.optionbutton:hover {
    color: #4f5858;
    transform: scale(1.1) !important;
    text-decoration: none;
}

/*=====================================================
TEMPLATES PAGE
=====================================================*/
.templates_section {
  padding-bottom: 2rem; }

.templates_section .other_designs {
  display: none; }
  @media only screen and (min-width: 992px) {
    .templates_section .other_designs {
      display: block; } }

.filter_block {
  position: relative;
  padding: 20px;
  background-color: #f7f7f7;
  margin-bottom: 1rem; }
  @media only screen and (min-width: 992px) {
    .filter_block {
      margin-bottom: 0; } }
  .filter_block h2 {
    padding-bottom: 0;
    font-size: 1.25rem;
    margin: 0; }
    @media only screen and (min-width: 768px) {
      .filter_block { 
        padding-top: 0;
        background-color: transparent;}
      .filter_block h2 {
        font-size: 1.5rem; } }
    .filter_block h2:after {
      display: none; }

.filter_block .toggle {
  cursor: pointer;
  display: block;
  position: absolute;
  right: 20px;
  top: 1.25rem;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #e67b1f; }
  @media only screen and (min-width: 768px) {
    .filter_block .toggle {
      display: none; } }
  .filter_block .toggle.expanded {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }

#filters {
  display: none;
  padding-top: 1rem; }
  @media only screen and (min-width: 768px) {
    #filters {
      display: block; } }

#filters input[type="checkbox"] {
  display: inline-block;
  margin: 0 10px 0 0; }

.template_container {
  margin-bottom: 20px;
  background-color: white;
}

.template_thumb, .template_large, .listing-image-link img {
  width: 100%;
  height: auto;
  display: block; }
.listing-name {
    font-size: 1.25rem;
    font-weight: bold;
    color: #4f5858;
}
.template_container_content {
  padding: 20px 20px 5rem;
  background-color: white;
  position: relative;
}

.cta_container {
  position: absolute;
  bottom: 1.5rem;
  width: 100%;
  left: 0;
  padding: 0 20px;
}

.template_container_content h4 {
  margin: 0 0 0.25rem;
  padding: 0; }

.available {
  padding-top: 0.25rem;
  font-size: 0.75rem; }

.colours {
  display: block;
  padding-top: 0.25rem; }

.colour {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 5px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer; }
  .colour.active {
    border: 2px solid rgba(0, 0, 0, 0.3); }

/*=====================================================
DESIGN SUMMARY PAGE
=====================================================*/
#template_quote select {
  width: auto; }

#template_quote .price_label {
  margin-right: 20px; }

.your_price {
  margin-top: 1rem;
  margin-bottom: 0.5rem; }

@media only screen and (min-width: 768px) {
  form#quickquote.non-home {
    padding: 1.5rem 0 0 0; } }
form#quickquote.non-home h3 {
  padding: 0; }

.product_tabs {
  margin-top: 2rem; }

.product_tabs .nav-tabs {
  border: none; }

.nav-tabs.product_tabs a {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none; }
  .nav-tabs.product_tabs a:hover {
    border: none; }

.product_tabs .tab-content {
  background-color: white;
  padding: 2rem 20px; }

.basic-product-form {
  margin-top: 2rem; }

section.templatesection {
  padding-bottom: 3rem;
}
.w-row.template-details {
  margin-top: 2rem;
}
.p-matrix-attributegroup span {
  display: none;
}
.template-details p {
  margin-bottom: 0.5rem;
}
a.btn.secondary.lonebutton {

}
a.btn.secondary.lonebutton:hover {

}
.proceed_box a.form-submit {

}
.proceed_box a.form-submit:hover {

}
div#tc-matched {
  margin: 0 -10px;  
}
h1.template_header {
  border: 1px solid #e67b1f;
  text-align: center;
  padding: 1rem;
  margin: 0;
  margin-left: -10px;
}
.templatelogin-form .checkout-action a {
    margin: 0;
    line-height: 34px;
}
.template-continue a.lonebutton {
    margin-right: 0.5rem;
}
@media only screen and (max-width: 767px) {
.template-continue button.form-submit {
    display: inline-block;
    line-height: 1.2rem;
    margin-left: 1rem;
}
.templatelogin > div, .templatelogin form {
    float: none; 
    display: block;
    width: 100%;
    clear: both;
}
.templatelogin-form {
    border-left: 0px solid #000;
}
.templatelogin {
    text-align:left;
}
.templatelogin .form-submit {
    margin-top: 0;
}
}

.mega_link a.cta {
    line-height: 2;
    padding: 0.25rem 20px !important;
    color: #4f5858 !important;
}
.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
}
/*-- Ajax address lookup --*/
.float-right {
  float: right;
}
.address_lookup {
  margin: 0 0 1.5em;
}
.address_lookup label {
  font-weight: 300;
  color: #888;
  font-size: 1em;
}
.selectAddress {
  border: 1px solid #eee;
  border-bottom: 0;
  padding: 0.25rem;
  cursor: pointer;
}
.selectAddress:last-of-type {
  border-bottom: 1px solid #eee;
  margin-bottom: 2rem;
}
.box-info p {
  margin: 0;
}

.cartbox-delivery-container {
  background-color: #fcdc00;
  border-radius: 4px;
}

.delivery-text-right {
    background-color: #fcdc00;
    border-radius: 4px;
}

.cartbox-payment-method {
    background-color: #fcdc00;
    border-radius: 4px;
}

.payment-text-right {
    border-radius: 4px;
    background-color: #fcdc00;
}

.cartbox-billing-container {
    background-color: #fcdc00;
}

.billing-text-right {
    background-color: #fcdc00;
}

@media only screen and (max-width: 480px) {

li.menu-item-type-post_type a:hover {
    color: #4f5858 !important;
    text-decoration: none;
}

}
label.quote_label {
    color: #888;
}

select.delivery-dd {
    border: 1px solid red;
}

.esp-box-info {
    margin: 0;
}

a.smoothscroll {
    display: none;
}

/* Points */

ul.points{
  list-style: none;
}

.points li i{
  color: #fcdc00;
  display: inline-block;
  margin-right: 10px;
}

section#catalogue{
  background-color: transparent;
  padding:0;
}
.whitesection .sidebar_box{
  background-color: #f5f5f5;
}
.whitesection .sidebar_box h3{
  color:#fcdc00;
  margin:0;
}

.promocode{
  background-color: #fcdc00;
  color:#4f5858;
  border-radius: 5px;
  padding:20px;
  font-weight: bold;
  display: inline-block;
}

p.info{
  margin:0;
}
p.promo{
  background-color: #fffbdf;
  padding:10px 30px;
  border-radius: 5px;
  font-size: 1.5rem;
  display: inline-block;
  margin-top: 1rem;
}

.footer_contact span span {
    padding-left: 0px;
}

.cart-discount{
float:left;
width:40%;
}
#cartform{
float:right;
}
button#cart-proceed-link{
	display: block;
    background-color: #fcdc00;
    color: #4f5858;
    padding: 0.75rem 20px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: none;
    text-align: center;
    font-weight: bold;
    float:right;
}

p.cart-view{
margin-top:0;}
.cart-discount .form-submit{
margin-top:0.5rem;}

/*td.cartbox-cell .addressLookup, td.cartbox-cell .addressManual {
    display: inline-block;
}*/
.addressLookup, .addressManual {
    display: inline-block;
}
.float-right {
    float: right;
}
td.cartbox-cell .float-right {
    float: right;
}
.w-hidden {
    display: none;
}
.selectAddress {
    border-bottom: 1px solid #dddddd;
    cursor: pointer;
    	padding:0.25rem 10px;
}
.selectAddress:last-child {
    border-bottom: 0px;
}
.selectAddress:nth-child(odd){
	background-color:#FFF;
}

.selectAddressDiv {
    width: 100%;
    background-color: #f7f7f7;
    overflow-y: scroll;
    margin-bottom: 1rem;
        border: 1px solid #ddd;
    margin-top: 1rem;
    display:none;
    /*margin-left:25%;*/
    float:left;
}
.selectAddressDiv .active {
	display:block;
    	padding:0.25rem 10px;
}

.selectAddressDiv .w-col-12{
	padding:0;
}


#createform .address_lookup .form_group label{
    width:50%;
    font-weight: normal;
}

#createform .address_lookup .form_group input[type="text"]{
    width:50%;
}

.selectAddressDiv span{
background-color:#FFF;
display:block;
	padding: 0.25rem 10px;
	font-weight:bold;
}

.vo-btns{
  text-align:center;
  padding-left: 10px;
}

.vo-btns button.moreButton,
.vo-btns button#reloadOrderProduct,
#content .vo-btns a.readmore.cta{
font-family:inherit;
  line-height: 1.7;
  margin-bottom: 0.5rem;
  width:100%;
  padding:10px;
}

.box-warning{
	margin:0;
}