@charset "UTF-8";
/***********************************************************************
Filename: _style.scss
Title: Style
Author: Maraid Design
Client: TAVIP
************************************************************************/
/* Reset
-----------------------------------------------------------------------*/
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * 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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 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;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong,
.strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn,
em,
.em {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
  content: "";
  content: none;
}

small, .small {
  font-size: 75%;
}

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

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0;
}

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px;
}

ol,
ul {
  padding: 0;
  list-style-type: none;
}

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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;
}

/**
 * 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 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 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 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

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

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.clearfix, .cf, .comment-respond {
  zoom: 1;
}
.clearfix:before, .clearfix:after, .cf:before, .comment-respond:before, .cf:after, .comment-respond:after {
  content: "";
  display: table;
}
.clearfix:after, .cf:after, .comment-respond:after {
  clear: both;
}

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville, "Goudy Old Style", Palatino, "Book Antiqua", serif !important;
  font-style: italic;
}

/* Import formatting
-----------------------------------------------------------------------*/
/******************************************************************
Filename: _mixins.scss
Title: Mixins
Author: Maraid Design
Client: TAVIP
******************************************************************/
/*
@mixin block-text {
	font-family: $body;
	text-transform: uppercase;
	font-size: 100%;
}
*/
/***********************************************************************
Filename: _fonts.scss
Title: Fonts
Author: Maraid Design
Client: TAVIP
************************************************************************/
/* Import fonts
-----------------------------------------------------------------------*/
@font-face {
  font-family: "fsme-regular";
  src: url("webfonts/FSMeWeb-Regular.eot");
  src: url("webfonts/FSMeWeb-Regular.eot?#iefix") format("embedded-opentype"), url("webfonts/FSMeWeb-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "fsme-italic";
  src: url("webfonts/FSMeWeb-Italic.eot");
  src: url("webfonts/FSMeWeb-Italic.eot?#iefix") format("embedded-opentype"), url("webfonts/FSMeWeb-Italic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "fsme-bold";
  src: url("webfonts/FSMeWeb-Bold.eot");
  src: url("webfonts/FSMeWeb-Bold.eot?#iefix") format("embedded-opentype"), url("webfonts/FSMeWeb-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "neo_latinaregular";
  src: url("webfonts/neo-latina.woff2") format("woff2"), url("webfonts/neo-latina.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* Font stack
-----------------------------------------------------------------------*/
/* Body font variations
-----------------------------------------------------------------------*/
/***********************************************************************
Filename: _base.scss
Title: Main colours etc
Author: Maraid Design
Client: TAVIP
************************************************************************/
/* Set media query names
-----------------------------------------------------------------------*/
/* Text sizes
-----------------------------------------------------------------------*/
/* Main site colours
-----------------------------------------------------------------------*/
/* Main links
-----------------------------------------------------------------------*/
a {
  color: #205b7e;
}
a:hover {
  color: #174159;
}

strong, b {
  font-family: "fsme-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}

italic, em {
  font-family: "fsme-italic", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* Headings
-----------------------------------------------------------------------*/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  text-rendering: optimizelegibility;
  font-weight: normal;
  color: #125a59;
}

h1, .h1 {
  font-size: 38px;
  line-height: 1.333em;
  font-family: "fsme-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h2, .h2 {
  font-size: 26px;
  line-height: 1.4em;
  margin-bottom: 0.375em;
  font-family: "fsme-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h3, .h3 {
  font-size: 26px;
  font-size: 1.125em;
  font-family: "fsme-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h4, .h4 {
  font-size: 1.1em;
  font-weight: 700;
}

h5, .h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* General
-----------------------------------------------------------------------*/
body {
  font-size: 20px;
  line-height: 1.6;
  color: #131313;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "fsme-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.wrap {
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
}

.container {
  margin: 0 auto;
  max-width: 1040px;
  width: 90%;
}
@media screen and (min-width: 481px) {
  .container {
    width: 90%;
  }
}
@media screen and (min-width: 1100px) {
  .container {
    width: 100%;
  }
}

/* Blockquote
-----------------------------------------------------------------------*/
blockquote {
  padding: 0 0 0 20px;
  border-left: 5px solid #efcb37;
}

/* Address
-----------------------------------------------------------------------*/
address {
  font-style: normal;
}

/* Pagination and blog prev back
-----------------------------------------------------------------------*/
.pagination,
.wp-prev-next {
  margin: 1.5em 0;
}

.pagination {
  text-align: center;
}
.pagination ul {
  display: inline-block;
  background-color: #fff;
  white-space: nowrap;
  padding: 0;
  clear: both;
  border-radius: 3px;
}
.pagination li {
  padding: 0;
  margin: 0;
  float: left;
  display: inline;
  overflow: hidden;
  border-right: 1px solid #eaedf2;
}
.pagination a, .pagination span {
  margin: 0;
  text-decoration: none;
  padding: 0;
  line-height: 1em;
  font-size: 1em;
  font-weight: normal;
  padding: 0.75em;
  min-width: 1em;
  display: block;
  color: #205b7e;
}
.pagination a:hover, .pagination a:focus, .pagination span:hover, .pagination span:focus {
  background-color: #205b7e;
  color: #fff;
}
.pagination .current {
  cursor: default;
  color: #131313;
}
.pagination .current:hover, .pagination .current:focus {
  background-color: #fff;
  color: #131313;
}

/* end .bones_page_navi */
/* fallback previous & next links */
.wp-prev-next .prev-link {
  float: left;
}
.wp-prev-next .next-link {
  float: right;
}

/* end .wp-prev-next */
/***********************************************************************
Filename: _animation.scss
Title: Animation
Author: Maraid Design
Client: TAVIP 
************************************************************************/
/* Set the animation
-----------------------------------------------------------------------*/
@keyframes reveal {
  0% {
    opacity: 0;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes revealmove {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Animation in use
-----------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .main-col, .side-col, .wide {
    animation-name: revealmove;
    animation-duration: 800ms;
    animation-delay: 200ms;
    animation-timing-function: ease;
    animation-fill-mode: both;
  }

  .side-col {
    animation-delay: 500ms;
  }
}
header, .nav-wrap {
  animation-name: reveal;
  animation-duration: 800ms;
  animation-delay: 200ms;
  animation-timing-function: ease;
  animation-fill-mode: both;
}

/***********************************************************************
Filename: _grid.scss
Title: Grid
Author: Maraid Design
Client: TAVIP
************************************************************************/
/* Internal pages
-----------------------------------------------------------------------*/
.main-col {
  margin-top: 20px;
  overflow: hidden;
}
@media screen and (min-width: 1030px) {
  .main-col {
    width: 70%;
    float: left;
    margin-bottom: 50px;
  }
}

.side-col {
  overflow: hidden;
}
@media screen and (min-width: 1030px) {
  .side-col {
    width: 25.4545454545%;
    float: right;
    margin-top: 50px;
  }
}

/* half and half  (used on detail page)
-----------------------------------------------------------------------*/
@media screen and (min-width: 1030px) {
  .half {
    width: 47%;
    float: left;
    margin-bottom: 50px;
    margin-top: 50px;
    margin-left: 3%;
  }
}

@media screen and (min-width: 1030px) {
  .second {
    float: right;
    margin-top: 0;
    margin-right: 0;
  }
}

/* Clears and hides
-----------------------------------------------------------------------*/
.hidden, footer span, .screen-reader-text, ul.children, .search-header button {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  top: auto;
}

.clear-float:after {
  /*clear floated elements*/
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .clear-float {
  height: 1%;
}

/* IE6 */
*:first-child + html .clear-float {
  min-height: 1%;
}

/* IE7 */
.clear {
  /*clears anything leaving no gap*/
  float: none;
  clear: both;
  height: 0px;
  line-height: 0px;
  font-size: 0px;
}

.clearheight {
  /*clear anything leaving a gap*/
  float: none;
  clear: both;
}

.end {
  margin-right: 0 !important;
}

/***********************************************************************
Filename: _images.scss
Title: Images
Author: Maraid Design
Client: TAVIP
************************************************************************/
/* base images
-----------------------------------------------------------------------*/
img, .wp-caption, .alignnone {
  width: 100%;
  height: auto;
  max-width: 100%;
}

img.size, label img, .mepr-loading-gif, .mepr-payment-method-icon img {
  width: auto;
}

/* floated images
-----------------------------------------------------------------------*/
#main .alignright, #main img.alignright {
  margin-bottom: 20px;
}
@media screen and (min-width: 600px) {
  #main .alignright, #main img.alignright {
    width: 45% !important;
    float: right;
    margin: 20px 0 20px 30px !important;
    max-width: 45% !important;
  }
}

#main .alignleft, #main img.alignleft {
  margin-bottom: 20px;
}
@media screen and (min-width: 600px) {
  #main .alignleft, #main img.alignleft {
    width: 45% !important;
    float: left;
    margin: 20px 30px 20px 0 !important;
    max-width: 45% !important;
  }
}

#main .aligncenter, #main img.aligncenter {
  margin-bottom: 20px;
  display: block;
}
@media screen and (min-width: 600px) {
  #main .aligncenter, #main img.aligncenter {
    width: 60% !important;
    margin: 30px auto 30px auto !important;
    max-width: 60% !important;
  }
}

/***********************************************************************
Filename: _lists.scss
Title: Lists
Author: Maraid Design
Client: TAVIP
************************************************************************/
/* Lists in content
-----------------------------------------------------------------------*/
article ul, .entry-content ul {
  list-style-type: disc;
  margin-left: 1em;
}

article ol {
  list-style-type: decimal;
  margin-left: 1.5em;
}

/* basic no images
-----------------------------------------------------------------------*/
ul.basic {
  list-style-type: none !important;
  margin-left: 0 !important;
}
ul.basic h2, ul.basic h3 {
  font-size: 26px;
  margin-bottom: 0;
  color: #205b7e;
}
ul.basic p {
  margin: 0;
}
ul.basic p.byline {
  color: #131313;
  font-size: 16px;
}

/* products
-----------------------------------------------------------------------*/
ul.products h2 {
  color: #205b7e;
  font-weight: normal;
  font-family: "fsme-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/***********************************************************************
Filename: _forms.scss
Title: Forms
Author: Maraid Design
Client: TAVIP
************************************************************************/
/* Defaults
-----------------------------------------------------------------------*/
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color],
select,
textarea,
.field {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 12px;
  margin-bottom: 14px;
  font-size: 1em;
  color: #131313;
  border-radius: 3px;
  vertical-align: middle;
  box-shadow: none;
  border: 0;
  width: 100%;
  max-width: 600px;
  background-color: #e8e8e8;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
input[type=text]:focus, input[type=text]:active,
input[type=password]:focus,
input[type=password]:active,
input[type=datetime]:focus,
input[type=datetime]:active,
input[type=datetime-local]:focus,
input[type=datetime-local]:active,
input[type=date]:focus,
input[type=date]:active,
input[type=month]:focus,
input[type=month]:active,
input[type=time]:focus,
input[type=time]:active,
input[type=week]:focus,
input[type=week]:active,
input[type=number]:focus,
input[type=number]:active,
input[type=email]:focus,
input[type=email]:active,
input[type=url]:focus,
input[type=url]:active,
input[type=search]:focus,
input[type=search]:active,
input[type=tel]:focus,
input[type=tel]:active,
input[type=color]:focus,
input[type=color]:active,
select:focus,
select:active,
textarea:focus,
textarea:active,
.field:focus,
.field:active {
  background-color: #f7f8fa;
  outline: none;
}

textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em;
}

select {
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  -webkit-appearance: none;
  background-position: calc(100% - 20px) 50%;
  background-repeat: no-repeat;
  background-image: url("../images/form-arrow.svg");
  background-size: 20px 15px;
}

select::-ms-expand {
  display: none;
}

.searchform {
  display: block;
  width: 100%;
}
.searchform input#s {
  float: left;
  width: calc(100% - 170px);
  height: 52px;
  border-radius: 5px;
  margin-bottom: 0;
}
.searchform button#searchsubmit {
  float: left;
  width: 140px;
  height: 52px;
  background-color: #efcb37 !important;
  color: #0f4948 !important;
}
@media screen and (min-width: 900px) {
  .searchform button#searchsubmit {
    float: right;
  }
}
.searchform button#searchsubmit:hover, .searchform button#searchsubmit:focus {
  background-color: #B3F2F4 !important;
}

.em-search-wrapper {
  display: none;
}

.mp_wrapper select {
  padding: 0 !important;
}

/***********************************************************************
Filename: _buttons.scss
Title: Buttons
Author: Maraid Design
Client: TAVIP
************************************************************************/
/*-------------------
BUTTON DEFAULTS
Here's a quick video to show how it works: http://www.youtube.com/watch?v=hwdVpKiJzac
-------------------*/
.button, input[type=submit], #searchsubmit, .woocommerce ul.products li.product .button, .single_add_to_cart_button, .wc-backward, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-weight: normal !important;
  padding: 14px;
  border-radius: 5px;
  border: 0;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  color: #fff !important;
}
.button:hover, input[type=submit]:hover, #searchsubmit:hover, .woocommerce ul.products li.product .button:hover, .single_add_to_cart_button:hover, .wc-backward:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .button:focus, input[type=submit]:focus, #searchsubmit:focus, .woocommerce ul.products li.product .button:focus, .single_add_to_cart_button:focus, .wc-backward:focus, .woocommerce #respond input#submit.alt:focus, .woocommerce a.button.alt:focus, .woocommerce button.button.alt:focus, .woocommerce input.button.alt:focus {
  color: #fff;
  text-decoration: none;
}
.button:active, input[type=submit]:active, #searchsubmit:active, .woocommerce ul.products li.product .button:active, .single_add_to_cart_button:active, .wc-backward:active, .woocommerce #respond input#submit.alt:active, .woocommerce a.button.alt:active, .woocommerce button.button.alt:active, .woocommerce input.button.alt:active {
  top: 1px;
}

/* the individual buttons
-----------------------------------------------------------------------*/
.button, input[type=submit], #searchsubmit, .woocommerce ul.products li.product .button, .single_add_to_cart_button, .wc-backward, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: #125a59;
  font-family: "fsme-bold", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.button:hover, .button:focus, input[type=submit]:hover, input[type=submit]:focus, #searchsubmit:hover, #searchsubmit:focus, .woocommerce ul.products li.product .button:hover, .woocommerce ul.products li.product .button:focus, .single_add_to_cart_button:hover, .single_add_to_cart_button:focus, .wc-backward:hover, .wc-backward:focus, .woocommerce #respond input#submit.alt:hover, .woocommerce #respond input#submit.alt:focus, .woocommerce a.button.alt:hover, .woocommerce a.button.alt:focus, .woocommerce button.button.alt:hover, .woocommerce button.button.alt:focus, .woocommerce input.button.alt:hover, .woocommerce input.button.alt:focus {
  background-color: #B3F2F4;
  color: #0f4948;
}
.button:active, input[type=submit]:active, #searchsubmit:active, .woocommerce ul.products li.product .button:active, .single_add_to_cart_button:active, .wc-backward:active, .woocommerce #respond input#submit.alt:active, .woocommerce a.button.alt:active, .woocommerce button.button.alt:active, .woocommerce input.button.alt:active {
  background-color: #B3F2F4;
  color: #0f4948;
}

/***********************************************************************
Filename: _footers.scss
Title: Footers
Author: Maraid Design
Client: TAVIP
************************************************************************/
/* content footer
-----------------------------------------------------------------------*/
#content footer {
  padding: 30px;
  border-top: 1px solid #f8f9fa;
}

/* real footer
-----------------------------------------------------------------------*/
.footer {
  clear: both;
  background-color: #0f4948;
  color: #fff;
  padding: 30px 0;
}
.footer h2 {
  color: #fff;
}
.footer a {
  color: #efcb37;
}
.footer a:hover, .footer a:focus {
  color: #fff;
}
.footer .info {
  border-top: 4px solid #719c9b;
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .footer .footer-area {
    width: 47%;
    float: left;
    margin-right: 6%;
  }
}
.footer .footer-area:last-of-type {
  margin-right: 0;
}

/***********************************************************************
Filename: _main_header.scss
Title: Main Header
Author: Maraid Design
Client: TAVIP
************************************************************************/
/* Main header
-----------------------------------------------------------------------*/
.header {
  background-color: #125a59;
  color: #fff;
  padding: 30px 0;
  margin: 0;
}
.header a {
  color: #fff;
}
.header a:hover, .header a:focus {
  color: #fff;
  text-decoration: none;
}
.header ul {
  margin: 0;
}
.header ul li {
  display: inline-block;
}
.header ul li#menu-item-213 a {
  background: url("../images/user.svg") no-repeat 0 50%;
  background-size: 17px 17px;
  padding-left: 28px;
  margin-right: 20px;
}
.header ul li#menu-item-214 a {
  background: url("../images/basket.svg") no-repeat 0 50%;
  background-size: 17px 17px;
  padding-left: 28px;
}
.header acronym[title] {
  font-family: "neo_latinaregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 120px;
  letter-spacing: 0.15em;
  text-decoration: none;
  text-shadow: 2px 2px #0f4948;
  background: url("../images/logo-shape.png") no-repeat 0 50%;
  background-size: 68px 65px;
  padding-left: 80px;
  line-height: 1em;
  color: #B3F2F4;
}
.header acronym[title] span {
  color: #efcb37;
}
.header p.strapline {
  position: relative;
  top: -10px;
  line-height: 1em;
}

@media screen and (min-width: 900px) {
  #logo {
    width: 50%;
    float: left;
    position: relative;
    top: -10px;
  }
}
#logo a {
  text-decoration: none;
}
#logo p {
  margin: 0 0 10px;
}
@media screen and (min-width: 900px) {
  #logo p {
    margin: 0;
  }
}

@media screen and (min-width: 900px) {
  .header-area-search {
    width: 40%;
    float: right;
  }
}

@media screen and (min-width: 900px) {
  .header-area-account {
    width: 40%;
    float: right;
    text-align: right;
  }
}

@media screen and (min-width: 900px) {
  .changer {
    width: 50%;
    float: right;
    text-align: right;
  }
}
.changer h2 {
  color: #fff;
  font-size: 100%;
  font-family: "fsme-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media screen and (min-width: 900px) {
  .changer h2 {
    display: inline-block;
  }
}
.changer .btn {
  border: 1px solid #B3F2F4;
}
.changer .btn:hover, .changer .btn:focus {
  border-color: yellow;
}
.changer .contrast-1 {
  background-color: #125a59;
  color: #fff;
}
.changer .contrast-2 {
  background-color: #131313;
  color: #fff;
}
.changer .contrast-3 {
  background-color: #fff;
  color: #131313;
}

/* Content header
-----------------------------------------------------------------------*/
/*
#content {
	margin-top: 1.5em;
}

.hentry {

		header {
		border-bottom: 1px solid $light-gray;
		padding: 1.5em;
		}


} 

*/
/***********************************************************************
Filename: _blog_posts.scss
Title: Blog posts
Author: Maraid Design
Client: TAVIP
************************************************************************/
/* General
-----------------------------------------------------------------------*/
/* post meta */
.byline {
  margin: 0;
  font-size: 16px;
}
.wp-caption {
  max-width: 100%;
  border-bottom: 1px solid #ccc;
}
.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
  display: block;
}
.wp-caption p.wp-caption-text {
  font-size: 80%;
  margin: 8px 0;
  text-align: center;
}
.wp-caption p.wp-caption-text a {
  color: #131313;
}

/* comments
-----------------------------------------------------------------------*/
/* h3 comment title */
#comments-title {
  padding: 0.75em;
  margin: 0;
  border-top: 1px solid #f8f9fa;
  /* number of comments span */
}
.commentlist {
  margin: 0;
  list-style-type: none;
}

.comment {
  position: relative;
  clear: both;
  overflow: hidden;
  padding: 1.5em;
  border-bottom: 1px solid #f8f9fa;
  /* vcard */
  /* end .commentlist .vcard */
  /* end children */
  /* general comment classes */
}
.comment .comment-author {
  padding: 7px;
  border: 0;
}
.comment .vcard {
  margin-left: 50px;
}
.comment .vcard cite.fn {
  font-weight: 700;
  font-style: normal;
}
.comment .vcard time {
  display: block;
  font-size: 0.9em;
  font-style: italic;
}
.comment .vcard time a {
  color: #9fa6b4;
  text-decoration: none;
}
.comment .vcard time a:hover {
  text-decoration: underline;
}
.comment .vcard .avatar {
  position: absolute;
  left: 16px;
  border-radius: 50%;
}
.comment:last-child {
  margin-bottom: 0;
}
.comment .children {
  margin: 0;
  /* variations */
  /* change number for different depth */
}
.comment[class*=depth-] {
  margin-top: 1.1em;
}
.comment.depth-1 {
  margin-left: 0;
  margin-top: 0;
}
.comment:not(.depth-1) {
  margin-top: 0;
  margin-left: 7px;
  padding: 7px;
}
.comment.odd {
  background-color: #fff;
}
.comment.even {
  background: #f8f9fa;
}
/* comment meta */
/* comment content */
.comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em;
}

/* end .commentlist .comment_content */
/* comment reply link */
.comment-reply-link {
  font-size: 0.9em;
  float: right;
}
/* end .commentlist .comment-reply-link */
/* edit comment link */
.comment-edit-link {
  font-style: italic;
}

/* comment forms
-----------------------------------------------------------------------*/
.comment-respond {
  padding: 1.5em;
  border-top: 1px solid #f8f9fa;
}

#reply-title {
  margin: 0;
}

.logged-in-as {
  color: #9fa6b4;
  font-style: italic;
  margin: 0;
}
.logged-in-as a {
  color: #131313;
}

.comment-form-comment {
  margin: 1.5em 0 0.75em;
}

.form-allowed-tags {
  padding: 1.5em;
  background-color: #f8f9fa;
  font-size: 0.9em;
}

/* comment submit button */
#submit {
  float: right;
  font-size: 1em;
}

/* comment form title */
#comment-form-title {
  margin: 0 0 1.1em;
}

/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0;
}

/* no comments */
.nocomments {
  margin: 0 20px 1.1em;
}

@media only screen and (min-width: 481px) {
  /* entry content */
  .entry-content {
    /* at this larger size, we can start to align images */
  }
  .entry-content .alignleft, .entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
  }
  .entry-content .alignright, .entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
  }
  .entry-content .aligncenter, .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
  }

  /* end .entry-content */
}
/* end .media query */
/***********************************************************************
Filename: _homepage.scss
Title: Home page 
Author: Maraid Design
Client: TAVIP
************************************************************************/
/* x
-----------------------------------------------------------------------*/
body.home #main, .search-results #main, .page-template-page-basket #main {
  margin: 50px 0;
  max-width: 800px;
}

/***********************************************************************
Filename: _main_content.scss
Title: Main content
Author: Maraid Design
Client: TAVIP
************************************************************************/
/* Shop - overwriting shop css
-----------------------------------------------------------------------*/
.woocommerce ul.products li.product h2 {
  text-decoration: underline;
}
.woocommerce ul.products li.product .price {
  color: #131313;
}
.woocommerce ul.products li.product a.button {
  background-color: #205b7e;
  color: #fff;
  font-family: "fsme-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: #131313;
}
.woocommerce div.product form.cart .button {
  background-color: #205b7e;
  color: #fff;
  font-family: "fsme-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  background-color: #205b7e;
  color: #fff;
  font-family: "fsme-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  background-color: #205b7e;
  color: #fff;
  font-family: "fsme-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.woocommerce #payment #place_order a, .woocommerce-page #payment #place_order a {
  color: #131313;
}

/*
.hentry {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 1.5em;
}

.entry-content {
    padding: 1.5em 1.5em 0;
}
*/
/***********************************************************************
Filename: _social.scss
Title: Social
Author: Maraid Design
Client: TAVIP
************************************************************************/
/* x
-----------------------------------------------------------------------*/
/***********************************************************************
Filename: _main_nav.scss
Title: Main nav
Author: Maraid Design
Client: TAVIP
************************************************************************/
/* skip
-----------------------------------------------------------------------*/
nav.skip-nav ul {
  margin: 0;
  padding: 0;
}
nav.skip-nav a.skip-main {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}
nav.skip-nav a.skip-main:focus, nav.skip-nav a.skip-main:active {
  color: #fff;
  background-color: black;
  left: auto;
  top: auto;
  width: auto;
  height: auto;
  overflow: auto;
  padding: 10px;
  z-index: 999;
}

/*-------------------
Main nav
-------------------*/
.nav-wrap .wrap-inner {
  overflow: hidden;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#main-nav {
  margin-bottom: 20px;
  font-weight: 500;
  text-align: left;
  background-color: #0f4948;
  background-size: 244px 150px;
  min-height: 60px;
  position: relative;
  background-color: none;
}
@media screen and (max-width: 580px) {
  #main-nav {
    padding: 14px 0;
    background-position: 100% 0;
    margin: 0;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
}
#main-nav ul {
  font-family: "fsme-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  list-style: none;
  line-height: 0;
  margin: 0 !important;
  padding: 1em 0 0.8em 0;
  width: 100%;
}
@media screen and (max-width: 580px) {
  #main-nav ul {
    display: block;
  }
}
@media screen and (min-width: 581px) {
  #main-nav ul {
    float: left;
  }
}
#main-nav ul li {
  position: relative;
  list-style: none;
  background: none;
  padding: 0;
}
@media screen and (max-width: 580px) {
  #main-nav ul li {
    width: 100%;
    text-align: left;
    border-bottom: 2px solid #e5e5e5;
    border-color: rgba(255, 255, 255, 0.2);
  }
}
@media screen and (min-width: 581px) {
  #main-nav ul li {
    float: left;
  }
}
@media screen and (max-width: 580px) {
  #main-nav ul li:first-child {
    margin-top: 20px;
  }
}
#main-nav ul li:first-child a {
  padding-left: 0;
  margin-left: 0;
}
#main-nav ul li a {
  display: block;
  padding: 0.2em 0.3em;
  color: #fff;
  text-decoration: none;
  line-height: 1.3em;
  margin: 0 0.3em;
}
@media screen and (max-width: 580px) {
  #main-nav ul li a {
    margin-left: 0;
    padding: 1em 0.2em 0.8em;
  }
}
#main-nav ul li a:hover, #main-nav ul li a:focus {
  color: #efcb37;
}
#main-nav ul li:last-child a {
  margin-right: 0;
}

@media screen and (max-width: 580px) {
  .btn {
    cursor: pointer;
    width: 90%;
    margin: 0 auto;
  }

  .nav-text {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    text-transform: uppercase;
    font-size: 120%;
    color: #fff;
    padding-top: 3px;
  }

  .nav-btn {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    background: transparent;
    width: 30px;
    height: 16px;
    margin-top: 5px;
    z-index: 100;
    margin-right: 10px;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .nav-btn span {
    margin-top: 0;
  }
  .nav-btn span,
.nav-btn span:before,
.nav-btn span:after {
    width: 30px;
    height: 2px;
    display: block;
    margin-bottom: 6px;
    background: #fff;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .nav-btn span:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
  }
  .nav-btn span:after {
    content: "";
    position: absolute;
    top: 14px;
    left: 0;
  }
}
@media screen and (max-width: 580px) {
  .nav-open .nav-btn {
    top: 0;
  }
  .nav-open .nav-btn span {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 7px;
  }
  .nav-open .nav-btn span:before {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .nav-open .nav-btn span:after {
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin-top: -14px;
  }
}
/***********************************************************************
Filename: _sub_nav.scss
Title: Sub nav and asides
Author: Maraid Design
Client: TAVIP
************************************************************************/
/* x
-----------------------------------------------------------------------*/
.advanced-sidebar-menu, .widget_categories {
  background-color: #0f4948;
  padding: 30px;
  line-height: 1.2em;
  color: #fff;
  border-radius: 5px;
}
.advanced-sidebar-menu a, .widget_categories a {
  color: #fff;
}
.advanced-sidebar-menu a:hover, .advanced-sidebar-menu a:focus, .widget_categories a:hover, .widget_categories a:focus {
  color: #efcb37;
}
.advanced-sidebar-menu h2, .widget_categories h2 {
  margin-top: 0;
  color: #fff;
}

.widgettitle {
  margin-bottom: 1em;
}

.widget {
  margin: 20px 0 30px;
}
.widget ul {
  margin: 0;
}
.widget ul li {
  margin-bottom: 1em;
  /* deep nesting */
}
.widget ul li:last-child {
  margin-bottom: 0;
}
.widget ul li ul {
  margin-top: 0.75em;
  padding-left: 1em;
}

/******************************************************************
Filename: _Contrast.scss
Title: Contrast settings
Author: Maraid Design
Client: TAVIP
******************************************************************/
.contrast-2 {
  background-color: #131313;
  color: #fff;
}
.contrast-2 a {
  color: #efcb37;
}
.contrast-2 a:hover, .contrast-2 a:focus {
  color: #fff;
}
.contrast-2 header {
  background-color: #131313;
}
.contrast-2 header a {
  color: #fff;
}
.contrast-2 header a:hover, .contrast-2 header a:focus {
  color: #efcb37;
}
.contrast-2 header ul li#menu-item-213 a {
  background-image: url("../images/user-white.svg");
}
.contrast-2 header ul li#menu-item-214 a {
  background-image: url("../images/basket-white.svg");
}
.contrast-2 header acronym[title] {
  text-shadow: none;
  color: #fff;
  background-image: url("../images/logo-shape-white.png");
}
.contrast-2 header acronym[title] span {
  color: #fff;
}
.contrast-2 header .searchform button#searchsubmit {
  background-color: #fff !important;
  color: #131313 !important;
}
.contrast-2 header .searchform button#searchsubmit:hover, .contrast-2 header .searchform button#searchsubmit:focus {
  background-color: #B3F2F4 !important;
}
.contrast-2 #main-nav {
  background-color: #131313;
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
}
.contrast-2 footer {
  border-top: 4px solid #fff;
  background-color: #131313;
}
.contrast-2 .footer .info {
  border-color: #fff;
}
.contrast-2 h1, .contrast-2 h2, .contrast-2 h3, .contrast-2 h4, .contrast-2 h5 {
  color: #fff;
}
.contrast-2 .button, .contrast-2 input[type=submit], .contrast-2 #searchsubmit, .contrast-2 .woocommerce ul.products li.product .button, .contrast-2 .single_add_to_cart_button, .contrast-2 .wc-backward, .contrast-2 .woocommerce #respond input#submit.alt, .contrast-2 .woocommerce a.button.alt, .contrast-2 .woocommerce button.button.alt, .contrast-2 .woocommerce input.button.alt {
  background-color: #fff;
  font-family: "fsme-bold", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  color: black !important;
}
.contrast-2 .button:hover, .contrast-2 .button:focus, .contrast-2 input[type=submit]:hover, .contrast-2 input[type=submit]:focus, .contrast-2 #searchsubmit:hover, .contrast-2 #searchsubmit:focus, .contrast-2 .woocommerce ul.products li.product .button:hover, .contrast-2 .woocommerce ul.products li.product .button:focus, .contrast-2 .single_add_to_cart_button:hover, .contrast-2 .single_add_to_cart_button:focus, .contrast-2 .wc-backward:hover, .contrast-2 .wc-backward:focus, .contrast-2 .woocommerce #respond input#submit.alt:hover, .contrast-2 .woocommerce #respond input#submit.alt:focus, .contrast-2 .woocommerce a.button.alt:hover, .contrast-2 .woocommerce a.button.alt:focus, .contrast-2 .woocommerce button.button.alt:hover, .contrast-2 .woocommerce button.button.alt:focus, .contrast-2 .woocommerce input.button.alt:hover, .contrast-2 .woocommerce input.button.alt:focus {
  background-color: #B3F2F4;
  color: #0f4948;
}
.contrast-2 .button:active, .contrast-2 input[type=submit]:active, .contrast-2 #searchsubmit:active, .contrast-2 .woocommerce ul.products li.product .button:active, .contrast-2 .single_add_to_cart_button:active, .contrast-2 .wc-backward:active, .contrast-2 .woocommerce #respond input#submit.alt:active, .contrast-2 .woocommerce a.button.alt:active, .contrast-2 .woocommerce button.button.alt:active, .contrast-2 .woocommerce input.button.alt:active {
  background-color: #B3F2F4;
  color: #0f4948;
}
.contrast-2 .advanced-sidebar-menu, .contrast-2 .widget_categories {
  background-color: #131313;
  border: 4px solid #fff;
}
.contrast-2 .advanced-sidebar-menu a, .contrast-2 .widget_categories a {
  color: #efcb37;
}
.contrast-2 .advanced-sidebar-menu a:hover, .contrast-2 .advanced-sidebar-menu a:focus, .contrast-2 .widget_categories a:hover, .contrast-2 .widget_categories a:focus {
  color: #fff;
}
.contrast-2 .advanced-sidebar-menu h2, .contrast-2 .widget_categories h2 {
  margin-top: 0;
  color: #fff;
}
.contrast-2 .woocommerce ul.products li.product h2 {
  text-decoration: underline;
}
.contrast-2 .woocommerce ul.products li.product .price {
  color: #131313;
}
.contrast-2 .woocommerce ul.products li.product a.button {
  background-color: #fff;
  color: #131313;
  font-family: "fsme-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.contrast-2 .woocommerce div.product form.cart .button {
  background-color: #fff;
  color: #131313;
}
.contrast-2 #add_payment_method .wc-proceed-to-checkout a.checkout-button, .contrast-2 .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .contrast-2 .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  background-color: #fff;
  color: #131313;
}
.contrast-2 .woocommerce #payment #place_order, .contrast-2 .woocommerce-page #payment #place_order {
  background-color: #fff;
  color: #131313;
}
.contrast-2 #payment {
  color: #131313;
}
.contrast-2 .button, .contrast-2 .product_type_simple, .contrast-2 .add_to_cart_button, .contrast-2 .ajax_add_to_cart {
  color: #131313 !important;
  /*
  	  	&:hover, &:focus {
  	   		background-color: $light-blue;
  	   		color: $dark-teal;
  	  	}	 
  	  	&:active {
  	    	background-color: $light-blue;
  	   		color: $dark-teal;
  	  	} 
  */
}
.contrast-2 ul.products h2 {
  color: #efcb37;
}
.contrast-2 ul.products h2:hover, .contrast-2 ul.products h2:focus {
  color: #fff;
}
.contrast-2 .woocommerce ul.products li.product a.button {
  background-color: #fff;
  color: #fff;
}
.contrast-2 .woocommerce div.product form.cart .button {
  background-color: #fff;
  color: #fff;
}
.contrast-2 #add_payment_method .wc-proceed-to-checkout a.checkout-button, .contrast-2 .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .contrast-2 .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  background-color: #fff;
  color: #fff;
}
.contrast-2 .woocommerce #payment #place_order, .contrast-2 .woocommerce-page #payment #place_order {
  background-color: #fff;
  color: #fff;
}
.contrast-2 .woocommerce #payment #place_order a, .contrast-2 .woocommerce-page #payment #place_order a {
  color: #131313;
}

.contrast-3 header {
  background-color: white;
  color: #131313;
}
.contrast-3 header a {
  color: #131313;
}
.contrast-3 header a:hover, .contrast-3 header a:focus {
  color: #0f4948;
}
.contrast-3 header acronym[title] {
  text-shadow: none;
  color: #131313;
  background-image: url("../images/logo-shape-black.png");
}
.contrast-3 header acronym[title] span {
  color: #131313;
}
.contrast-3 header ul li#menu-item-213 a {
  background-image: url("../images/user-black.svg");
}
.contrast-3 header ul li#menu-item-214 a {
  background-image: url("../images/basket-black.svg");
}
.contrast-3 header .searchform button#searchsubmit {
  background-color: #131313 !important;
  color: #fff !important;
}
.contrast-3 header .searchform button#searchsubmit:hover, .contrast-3 header .searchform button#searchsubmit:focus {
  background-color: #B3F2F4 !important;
  color: #131313 !important;
}
.contrast-3 #main-nav {
  background-color: #fff;
  border-top: 4px solid #131313;
  border-bottom: 4px solid #131313;
}
.contrast-3 #main-nav a {
  color: #131313;
}
.contrast-3 #main-nav a:focus, .contrast-3 #main-nav a:hover {
  color: #205b7e;
}
.contrast-3 h1, .contrast-3 h2, .contrast-3 h3, .contrast-3 h4, .contrast-3 h5 {
  color: #131313;
}
.contrast-3 footer {
  border-top: 4px solid #131313;
  background-color: #fff;
  color: #131313;
}
.contrast-3 footer a {
  color: #131313;
}
.contrast-3 footer a:hover, .contrast-3 footer a:focus {
  color: #205b7e;
}
.contrast-3 .footer .info {
  border-color: #131313;
}
.contrast-3 .advanced-sidebar-menu, .contrast-3 .widget_categories {
  background-color: #fff;
  border: 4px solid #131313;
}
.contrast-3 .advanced-sidebar-menu a, .contrast-3 .widget_categories a {
  color: #131313;
}
.contrast-3 .advanced-sidebar-menu a:hover, .contrast-3 .advanced-sidebar-menu a:focus, .contrast-3 .widget_categories a:hover, .contrast-3 .widget_categories a:focus {
  color: #205b7e;
}
.contrast-3 .nav-text, .contrast-3 .nav-btn {
  color: #131313 !important;
}
.contrast-3 .nav-text span,
.contrast-3 .nav-text span:before,
.contrast-3 .nav-text span:after, .contrast-3 .nav-btn span,
.contrast-3 .nav-btn span:before,
.contrast-3 .nav-btn span:after {
  color: #131313 !important;
  background-color: #131313;
}

/* Third party
-----------------------------------------------------------------------*/
/* Print
-----------------------------------------------------------------------*/
@media print {
  /***********************************************************************
  Filename: _print.scss
  Title: Print
  Author: Maraid Design
  Client:
  ************************************************************************/
  /* to test print styles in chrome:

  	open inspect
  	go to '3 dots' menu 
  	choose more tools > rendering
  	click box for 'emulate css media' then choose 'print' from dropdown
  -----------------------------------------------------------------------*/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  /*
   header img {
        filter: url(../images/logo.svg#negative) !important;
        -webkit-filter: invert(100%) !important;
        filter: invert(100%) !important;
    } 
  */
  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }

  a.button, p.link a, input[type=submit] {
    border: 2px solid #205b7e;
    padding: 10px !important;
    color: #205b7e;
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img, .wp-caption {
    max-width: 500px !important;
  }

  .entry-content ul {
    list-style-type: circle;
  }
  .entry-content ul li {
    padding-left: 0;
  }

  .js-accordion__panel[aria-hidden=true] {
    display: block;
  }

  .js-accordion .js-accordion__header {
    border: 2px solid #131313;
  }

  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  .sidebar,
.page-navigation,
.wp-prev-next,
.respond-form,
nav {
    display: none;
  }

  input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color],
select,
textarea,
.field {
    border: 2px solid #131313;
  }

  /* row1 image and text side by side
  -----------------------------------------------------------------------*/
  ul.modules-row1 li {
    margin-bottom: 1em;
  }
  ul.modules-row1 img {
    float: left;
    margin-bottom: 0;
    margin-top: 0;
    width: 33.052%;
    margin-bottom: 1em;
  }
  ul.modules-row1 h2 {
    margin-bottom: 0.4em;
    margin-top: 0;
    position: relative;
    top: -5px;
  }
  ul.modules-row1 .text {
    float: right;
    width: 64.135%;
  }

  /* row - modules side by side (1 row of 3 only)
  -----------------------------------------------------------------------*/
  ul.modules-row li {
    margin-bottom: 1em;
    width: 30.7%;
    margin-right: 3.8888888889%;
    float: left;
    margin-bottom: 0;
  }

  /* row - modules side by side (3 across) - margin of 40px
  -----------------------------------------------------------------------*/
  ul.modules-row3 {
    margin: 50px 0 0 0;
  }
  ul.modules-row3 li {
    width: 31.1111111%;
    margin-bottom: 20px;
    margin-right: 3.3333333333%;
    float: left;
  }
  ul.modules-row3 li:nth-child(3n+3) {
    margin-right: 0;
  }
  ul.modules-row3 li:nth-child(3n+1) {
    clear: both;
  }

  /* row - modules side by side (4 across)
  -----------------------------------------------------------------------*/
  ul.modules-row4 li {
    width: 22.5%;
    margin-right: 3.3333333333%;
    float: left;
  }
  ul.modules-row4 li:nth-child(4n+4) {
    margin-right: 0;
  }
  ul.modules-row4 li:nth-child(4n+1) {
    clear: both;
  }
}

/*# sourceMappingURL=style.css.map */
