@charset "UTF-8";
/*
Theme metadata is picked up from <themepath>/style.css. 
That file is not read by the head of the site
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Core config
2.0 - Libraries: Bourbon, Bitters, Neat, Web Made Good
3.0 - Typography
4.0 - Default styles
5.0 - Grid settings
6.0 - Normalise / reset
7.0 - Components / Add-ons
8.0 - Layout and structural elements / modules
9.0 - Templates
10.0 - Woocommerce
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Core config
--------------------------------------------------------------*/
/* =Variables
-------------------------------------------------------------- */
/*--------------------------------------------------------------
XXXXX5.0 Grid settings for Neat
--------------------------------------------------------------*/
/*--------------------------------------------------------------
2.0 Libraries (Bourbon, Bitters, Neat, WMG)
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

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

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

@-ms-viewport {
  width: device-width;
}
/*--------------------------------------------------------------
XXXX3.0 Libraries (Bourbon, Bitters, Neat, WMG)
--------------------------------------------------------------*/
/*

$min1000: new-breakpoint(min-width 1001px);

$min900max1000: new-breakpoint(min-width 900px max-width 1000);
*/
/*--------------------------------------------------------------
3.0 Typography
--------------------------------------------------------------*/
/* =Typographical Mixins/Functions
-------------------------------------------------------------- */
/**
 * PX to Rem Sizing
 *
 * How to use
 * @include fontSize(20px);
 *
 * Ouputs —
 * font-size: 20px;
 * font-size: 1.25rem;
 */
/* =Genericons and Dashicons
-------------------------------------------------------------- */
/* icomoon backup – 151030
@font-face {
	font-family: 'icomoon';
	src:url('/wp-content/themes/webmadegood_surgeon/assets/fonts/icomoon.eot?vq18lf');
	src:url('/wp-content/themes/webmadegood_surgeon/assets/fonts/icomoon.eot?vq18lf#iefix') format('embedded-opentype'),
		url('/wp-content/themes/webmadegood_surgeon/assets/fonts/icomoon.ttf?vq18lf') format('truetype'),
		url('/wp-content/themes/webmadegood_surgeon/assets/fonts/icomoon.woff?vq18lf') format('woff'),
		url('/wp-content/themes/webmadegood_surgeon/assets/fonts/icomoon.svg?vq18lf#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
*/
/* icomoon backup – 151109
@font-face {
	font-family: 'icomoon';
	src:url('/wp-content/themes/webmadegood_surgeon/assets/fonts/icomoon.eot?7d48kb');
	src:url('/wp-content/themes/webmadegood_surgeon/assets/fonts/icomoon.eot?7d48kb#iefix') format('embedded-opentype'),
		url('/wp-content/themes/webmadegood_surgeon/assets/fonts/icomoon.ttf?7d48kb') format('truetype'),
		url('/wp-content/themes/webmadegood_surgeon/assets/fonts/icomoon.woff?7d48kb') format('woff'),
		url('/wp-content/themes/webmadegood_surgeon/assets/fonts/icomoon.svg?7d48kb#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
*/
@font-face {
  font-family: 'icomoon';
  src: url("/wp-content/themes/webmadegood_surgeon/assets/fonts/icomoon.eot?547dc2");
  src: url("/wp-content/themes/webmadegood_surgeon/assets/fonts/icomoon.eot?547dc2#iefix") format("embedded-opentype"), url("/wp-content/themes/webmadegood_surgeon/assets/fonts/icomoon.ttf?547dc2") format("truetype"), url("/wp-content/themes/webmadegood_surgeon/assets/fonts/icomoon.woff?547dc2") format("woff"), url("/wp-content/themes/webmadegood_surgeon/assets/fonts/icomoon.svg?547dc2#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
body,
h1, h2, h3, h4, h5, h6,
input,
.pages,
textarea,
nav li a,
nav li a:hover,
.woocommerce-checkout label,
.home pre,
.home pre div {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 400;
}

.home li h2,
.blog article h1,
.details dt {
  font-weight: 700;
}

.home #posts ul li.box4 div a:after,
.home .twitter .user:before,
.home .release dd a:after,
.home .more a:after,
.home .instagram dd span:before,
.releases main article .cart.button a:before,
header nav .cart a:before,
.release main div article aside a.cart:before,
.releases aside a.cart:before,
.releases dl.audio dd p.play a:before,
[class^="icon-"],
[class*=" icon-"],
.icon {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

//	font-family: 'icomoon', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
*/
/*--------------------------------------------------------------
4.0 Default styles
--------------------------------------------------------------*/
#submit {
  background: #0ec15a;
  border: solid 5px #555;
  border-radius: 0;
  box-shadow: none;
  clear: both;
  margin: 10px 0;
  padding: 20px;
  transition: all 200ms ease-in-out;
}
#submit:focus {
  background: #0ca94f;
  border: solid 5px #222222;
  border-radius: 0;
  box-shadow: none;
  padding: 20px;
}
#submit:hover {
  background: #0ca94f;
  border: solid 5px #222222;
  border-radius: 0;
  box-shadow: none;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  padding: 20px;
}
#submit:hover {
  background-color: #555;
}

.neat-button {
  background: #ffffff;
  border: solid 5px #ccc;
  border-radius: 0;
  box-shadow: none;
  clear: both;
  margin: 10px 0;
  padding: 20px;
  transition: all 200ms ease-in-out;
}
.neat-button:focus {
  background: #f2f2f2;
  border: solid 5px #999999;
  border-radius: 0;
  box-shadow: none;
  padding: 20px;
}
.neat-button:hover {
  background: #f2f2f2;
  border: solid 5px #999999;
  border-radius: 0;
  box-shadow: none;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  padding: 20px;
}

input[type="submit"] {
  background: #0ec15a;
  border: solid 5px #555;
  border-radius: 0;
  box-shadow: none;
  clear: both;
  margin: 10px 0;
  padding: 20px;
  transition: all 200ms ease-in-out;
  margin: 0;
  padding: 8px;
}
input[type="submit"]:focus {
  background: #0ca94f;
  border: solid 5px #222222;
  border-radius: 0;
  box-shadow: none;
  padding: 20px;
}
input[type="submit"]:hover {
  background: #0ca94f;
  border: solid 5px #222222;
  border-radius: 0;
  box-shadow: none;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  padding: 20px;
}
input[type="submit"]:hover {
  background-color: #999999;
  padding: 8px;
}

input#s {
  float: left;
  width: 70%;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-font-smoothing: antialiased;
  background-color: #477dca;
  border-radius: 3px;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1em;
  text-decoration: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
button:hover, button:focus {
  background-color: #2c5999;
  color: #fff;
}
button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

fieldset {
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  margin: 0 0 0.75em;
  padding: 1.5em;
}

input,
label,
select {
  display: block;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 20px;
}

label {
  font-weight: 600;
  margin-bottom: 0.375em;
}
label.required::after {
  content: "*";
}
label abbr {
  display: none;
}

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea,
select[multiple=multiple],
textarea {
  background-color: #fff;
  color: #111;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 13px !important;
  margin-bottom: 1.5em;
  padding: 0.5em;
  border: 1px solid #fff;
  width: 100%;
  /*
  	@if $responsive == true {
  		@include media($max400) {
  		}
  	}
  */
}
input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input:not([type]):hover, textarea:hover,
select[multiple=multiple]:hover,
textarea:hover {
  border: 1px solid #fff;
}
input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus,
select[multiple=multiple]:focus,
textarea:focus {
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: none;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.375em;
}

input[type="file"] {
  padding-bottom: 0.75em;
  width: 100%;
}

.cart select {
  margin-bottom: 14px !important;
  max-width: 100%;
  width: auto;
  font-size: 13px !important;
}
.cart select option {
  font-size: 13px !important;
  padding: 4px;
}

.cart .cart-collaterals .wc-proceed-to-checkout:hover {
  border-bottom: none !important;
}

.wc-cart-shipping-notice {
  padding: 0 0 12px 0;
  line-height: 125% !important;
}

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/*
dl {
  margin-bottom: $small-spacing;

  dt {
    font-weight: bold;
    margin-top: $small-spacing;
  }

  dd {
    margin: 0;
  }
}
*/
table {
  -webkit-font-feature-settings: "kern", "liga", "tnum";
  -moz-font-feature-settings: "kern", "liga", "tnum";
  -ms-font-feature-settings: "kern", "liga", "tnum";
  font-feature-settings: "kern", "liga", "tnum";
  border-collapse: collapse;
  margin: 0.75em 0;
  width: 100%;
}

th {
  border-bottom: 1px solid #b7b7b7;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left;
}

td {
  border-bottom: 1px solid #ddd;
  padding: 0.75em 0;
}

.update-cart td {
  border-bottom: 0;
}

tr,
td,
th {
  vertical-align: middle;
}

#submit {
  background: #0ec15a;
  border: solid 5px #555;
  border-radius: 0;
  box-shadow: none;
  clear: both;
  margin: 10px 0;
  padding: 20px;
  transition: all 200ms ease-in-out;
}
#submit:focus {
  background: #0ca94f;
  border: solid 5px #222222;
  border-radius: 0;
  box-shadow: none;
  padding: 20px;
}
#submit:hover {
  background: #0ca94f;
  border: solid 5px #222222;
  border-radius: 0;
  box-shadow: none;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  padding: 20px;
}
#submit:hover {
  background-color: #555;
}

.neat-button {
  background: #ffffff;
  border: solid 5px #ccc;
  border-radius: 0;
  box-shadow: none;
  clear: both;
  margin: 10px 0;
  padding: 20px;
  transition: all 200ms ease-in-out;
}
.neat-button:focus {
  background: #f2f2f2;
  border: solid 5px #999999;
  border-radius: 0;
  box-shadow: none;
  padding: 20px;
}
.neat-button:hover {
  background: #f2f2f2;
  border: solid 5px #999999;
  border-radius: 0;
  box-shadow: none;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  padding: 20px;
}

input[type="submit"] {
  background: #0ec15a;
  border: solid 5px #555;
  border-radius: 0;
  box-shadow: none;
  clear: both;
  margin: 10px 0;
  padding: 20px;
  transition: all 200ms ease-in-out;
  margin: 0;
  padding: 8px;
}
input[type="submit"]:focus {
  background: #0ca94f;
  border: solid 5px #222222;
  border-radius: 0;
  box-shadow: none;
  padding: 20px;
}
input[type="submit"]:hover {
  background: #0ca94f;
  border: solid 5px #222222;
  border-radius: 0;
  box-shadow: none;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  padding: 20px;
}
input[type="submit"]:hover {
  background-color: #999999;
  padding: 8px;
}

input#s {
  float: left;
  width: 70%;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-font-smoothing: antialiased;
  background-color: #477dca;
  border-radius: 3px;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1em;
  text-decoration: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
button:hover, button:focus {
  background-color: #2c5999;
  color: #fff;
}
button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

/*--------------------------------------------------------------
6.0 Normalize/Reset
--------------------------------------------------------------*/
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   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 {
  font-weight: bold;
}

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

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

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #0ec15a;
}

/**
 * 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: "\201C" "\201D" "\2018" "\2019";
}

/**
 * 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.
 */
img {
  border: 0;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  display: block;
}

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

/*--------------------------------------------------------------
7.0 Components/Add-ons
--------------------------------------------------------------*/
/*--------------------------------------------------------------
8.0 Layout and Structure
--------------------------------------------------------------*/
/* =Structure/Scaffolding
-------------------------------------------------------------- */
/*
html {

}

#page {
	 @include outer-container;

}
.wrap {}

#main {
	padding: 0 50px;
}

#primary {
	@include clearfix;

	@include media($sm) {
		@include span-columns( 4 );
	}
	@include media($md) {
		@include span-columns( 4 );
		@include omega( block );
	}
	margin: 0 auto;
	width: 100%;

	ul {
		list-style: none;

		li {
			list-style-type: square;
		}
	}
}
#secondary {
	@include media($sm) {
		@include span-columns( 4 );
		padding: 30px;
	}
	@include media($md) {
		@include span-columns( 2 );
		@include omega( block );
	}
	margin: 20px auto;
	padding: 0 30px 0 0;
	width: 100%;
}
*/
/*--------------------------------------------------------------
8.1 Default type styles
--------------------------------------------------------------*/
/* =Typography

Diogo this is the result of the merger of two files  
Need to tidy / rationalise
-------------------------------------------------------------- */
html {
  font-size: 100%;
}

body {
  background-color: #111;
  font-size: 20px;
  font-size: 1.25rem;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  border-top: 3px solid #0ec15a;
}

/*
//Center webiste styles
main > section,
article > section,
header section {
	@include outer-container;
}
*/
header,
main,
footer {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
header::after,
main::after,
footer::after {
  clear: both;
  content: "";
  display: table;
}
header > section,
main > section,
footer > section {
  float: left;
  display: block;
  margin-right: 1.69492%;
  width: 100%;
}
header > section:last-child,
main > section:last-child,
footer > section:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1200px) {
  header > section,
  main > section,
  footer > section {
    padding: 0 20px;
  }
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  float: none;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  line-height: 1.2;
  line-height: 1.25em;
  margin: 0;
  text-transform: none;
}
h1::after, h2::after, h3::after, h4::after, h5::after, h6::after {
  clear: both;
  content: "";
  display: table;
}

h1 {
  font-size: 75px;
  font-size: 4.6875rem;
  color: #0ec15a;
}

h2 {
  font-size: 30px;
  font-size: 1.875rem;
}

h3 {
  font-size: 35px;
  font-size: 2.1875rem;
}

h4 {
  font-size: 25px;
  font-size: 1.5625rem;
}

h5 {
  font-size: 20px;
  font-size: 1.25rem;
}

h6 {
  font-size: 18px;
  font-size: 1.125rem;
  color: #aaa;
}

p {
  margin: 0;
  font-size: 0.8em;
}

blockquote {
  /*
  	background-color: darken($base-body-color, 3%);
  	border-left: solid 5px $link-color;
  	font-style: italic;
  	padding: 20px;
  */
  font-size: 0.95em;
  margin-top: 35px;
  margin-bottom: 35px;
  padding-left: 40px;
  font-size: 1.4em;
  line-height: 1.5;
}
@media screen and (max-width: 500px) {
  blockquote {
    padding-left: 20px;
  }
}

/*
cite {
	font-style: italic;
}
*/
strong, b {
  color: #0ec15a;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
}

a {
  -webkit-transition: all 0.2;
  -moz-transition: all 0.2;
  transition: all 0.2;
  color: #111;
  text-decoration: none;
  cursor: pointer;
  border-bottom: 2px solid #fff;
}
a:hover {
  -webkit-transition: all 0.2;
  -moz-transition: all 0.2;
  transition: all 0.2;
  color: #0ec15a;
  border-bottom: 2px solid #111;
  cursor: pointer;
}

/*
ul {
	@extend %default-ul; // Adds browser default spacing back
	&:nth-child(n+2) {
		margin-bottom: 0;
		padding: 0;
		list-style: none;
	}
}

ol {
	@extend %default-ol; // Adds browser default spacing back
	&:nth-child(n+2) {
		margin-bottom: 0;
	}
}
*/
/*
.entry-title {
	text-align: center;

	@include media($sm) {
		@include fontSize(40px);
	}
	@include media($smbg) {
		@include fontSize(65px);
	}
	@include media($md) {
		@include fontSize(100px);
	}
}
*/
/*
#primary,
#secondary {
	font-family: $content;
}
*/
/*
hr {
  border-bottom: $base-border;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: $base-spacing 0;
}
*/
img,
picture {
  margin: 0;
  max-width: 100%;
}

/*--------------------------------------------------------------
8.1 Layout and Structure
--------------------------------------------------------------*/
header section {
  margin-top: 25px;
  min-height: 70px;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 500px) {
  header section {
    margin-top: 0;
  }
}
header h1,
header nav {
  padding: 20px 0;
}
@media screen and (max-width: 500px) {
  header h1,
  header nav {
    padding: 20px 0 10px 0;
  }
}
header h1 {
  float: left;
  font-size: 1.4em;
}
header h1 a {
  color: #0ec15a;
  border: 0;
}
header h1 a:hover {
  color: #fff;
  text-decoration: none;
  border: 0;
}
header nav {
  float: right;
}
@media screen and (max-width: 500px) {
  header nav {
    padding-top: 0;
    width: 100%;
    float: left;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
header nav ul li {
  float: left;
  padding-right: 21px;
}
@media screen and (max-width: 600px) {
  header nav ul li:first-of-type {
    display: none;
  }
}
header nav ul li:last-of-type {
  padding-right: 0;
}
header nav ul li.cart a:before {
  content: "";
}
header nav ul li.cart {
  position: relative;
  padding-right: 10px;
}
header nav ul li.cart span {
  background: #0ec15a;
  color: #111;
  padding: 2px 7px;
  font-size: 0.6em;
  position: absolute;
  border-radius: 50px;
  top: 8px;
  left: 7px;
}
header nav a {
  font-size: 0.8em;
  border-bottom: 2px solid transparent;
  color: #fff;
  position: relative;
  /*
  			&:hover {
  				border-bottom: 2px solid transparent;
  				text-decoration: none;
  				padding-top: 5px;
  				//width: 50px;
  				//height: 30px;
  				color: yellow;
  			}
  */
}
@media screen and (max-width: 400px) {
  header nav a {
    font-size: 0.7em;
  }
}
header nav a.selected {
  color: #0ec15a;
}
header nav a.selected:before {
  border-bottom: 2px solid #0ec15a;
  content: '';
  position: absolute;
  height: 30px;
  width: 30px;
}
header nav a.selected:hover:before {
  border-bottom: 2px solid #0ec15a;
  box-sizing: border-box;
  width: 100%;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/*--------------------------------------------------------------
8.2 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
8.3 Content
--------------------------------------------------------------*/
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%;
}

/*
.sticky {
	background: #f1f1f1;
}
.gallery-caption {
	list-style: none;
}
.bypostauthor {
	list-style: none;
}
.hentry {
	margin: 0 0 1.5em;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.aligncenter {
	@include clearfix;
	float: none;
	margin-top: .5em;
	margin-right:auto!important;
	margin-bottom: .5em;
	margin-left:auto!important;
}
.alignleft {
	display: inline;
	float:left;
	margin-right:1.5em;
}
.alignright {
	display: inline;
	float:right;
	margin-left:1.5em;
}

.sticky{
	float:left;
	padding: 20px;
}
.gallery-caption {}
.bypostauthor {}

#breadcrumbs {
	@include fontSize(14px);
	font-family: $content;
	padding: 20px 0 20px 50px;

}

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	clear: both;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-main .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-main .gallery dd {
	margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}


.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}

.infinite-scroll .paging-navigation, 
/* Older / Newer Posts Navigation (always hidden) */
/* Theme Footer (when set to scrolling) */
/*
	.infinite-scroll.neverending .site-footer { 
	display: none;
}

.infinity-end.neverending .site-footer {
	display: block;
}

#content {

	.entry-content {
		a, a:visited {
			// border-bottom: solid 1px $primary-color;
			text-decoration: underline;
			&:hover {
				text-decoration: none;
			}
		}
	}
	.entry-meta {
		a, a:visited {
			// border-bottom: solid 1px $primary-color;
			text-decoration: underline;
			&:hover {
				text-decoration: none;
			}
		}
	}
}
*/
/*--------------------------------------------------------------
8.5 Sidebar
--------------------------------------------------------------*/
/*--------------------------------------------------------------
8.6 Footer
--------------------------------------------------------------*/
footer {
  margin: 30px auto 20px auto;
  padding: 10px 0 40px 0;
}
@media screen and (max-width: 600px) {
  footer {
    margin: 0;
    padding: 10px 0 0 0;
  }
}
@media screen and (max-width: 600px) {
  footer section {
    float: none;
  }
}
footer ul {
  width: 100%;
  overflow: hidden;
  font-size: 0.7em;
}
footer ul li {
  float: right;
  opacity: 0.6;
  -moz-opacity: 0.6;
  -webkit-opacity: 0.6;
  filter: alpha(opacity=60);
}
footer ul li:first-child {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  float: left;
}
footer ul li:hover {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
}
@media screen and (max-width: 600px) {
  footer ul li {
    float: none !important;
  }
}
footer ul li a {
  color: #fff;
}
footer aside {
  background: #fff;
}
@media screen and (max-width: 600px) {
  footer aside {
    position: relative;
    top: 0;
    left: auto;
    margin: 20px 0;
  }
}
footer aside section {
  float: none;
  max-width: 1180px;
  padding: 15px 40px;
  font-size: 0.8em;
  text-align: center;
  color: #111;
  margin-bottom: 20px;
}
@media screen and (max-width: 1225px) {
  footer aside section {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 600px) {
  footer aside section {
    margin: 0;
    padding: 20px;
    text-align: left;
    -webkit-margin-before: 0;
  }
}
footer aside section p {
  margin: 0;
  padding: 0 0 6px 0;
}
footer aside section p a {
  color: #0ec15a !important;
}
footer aside section p a:hover {
  color: #fff !important;
  border-bottom: 2px solid #0ec15a !important;
}
footer .credit {
  opacity: 0.6;
  -moz-opacity: 0.6;
  -webkit-opacity: 0.6;
  filter: alpha(opacity=60);
}
footer .credit:hover {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
}

/*--------------------------------------------------------------
8.7 Accessbility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
  top: 5px;
  left: 5px;
  z-index: 100000;
  /* Above WP toolbar */
  clip: auto !important;
  display: block;
  width: auto;
  height: auto;
  padding: 15px 23px 14px;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  line-height: normal;
  color: #0ec15a;
  background-color: #cccccc;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

/*--------------------------------------------------------------
9.0 Page templates
--------------------------------------------------------------*/
.home h1 {
  color: #111;
  font-size: 1.4em;
  text-transform: none;
  text-decoration: none;
  margin-bottom: 10px;
}
@media screen and (max-width: 500px) {
  .home h1 {
    font-size: 20px;
  }
}
.home h1 a:hover {
  text-decoration: none;
}
.home h2 {
  font-size: 20px;
  color: #111;
  margin-bottom: 10px;
}
.home p {
  color: #111;
}
.home main {
  position: relative;
  background-image: url(/wp-content/themes/webmadegood_surgeon/assets/images/home.bg.png);
  background-repeat: no-repeat;
  background-position: center -120px;
}
@media screen and (max-width: 500px) {
  .home main {
    background-position: -140px 0;
    background-size: 160% auto;
    margin-top: -80px;
  }
}
@media screen and (max-width: 600px) {
  .home main {
    background-position: -140px 0;
    background-size: 120% auto;
    margin-top: -60px;
  }
}
@media screen and (max-width: 800px) {
  .home main {
    background-size: 100% auto;
    background-position: -40px 0;
    margin-top: 0;
  }
}
.home article {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
.home article::after {
  clear: both;
  content: "";
  display: table;
}
.home article#intro {
  position: relative;
  margin: 330px 0 0 0;
}
.home article#intro a {
  color: #fff;
  border-bottom: 2px solid rbga(#fff, 0.5);
}
.home article#intro a:hover {
  color: #fff;
  border-bottom: 2px solid #111;
}
.home article#intro h2 {
  font-size: 0.95em;
  padding: 0 0 6px 0;
}
.home article#intro h3 {
  font-size: 20px;
  padding: 0 0 6px 0;
}
.home article#intro dl {
  float: left;
  display: block;
  margin-right: 1.69492%;
  width: 49.15254%;
  min-height: 290px;
  margin-bottom: 40px;
  padding: 18px;
  background-color: #0ec15a;
}
.home article#intro dl:last-child {
  margin-right: 0;
}
@media screen and (max-width: 800px) {
  .home article#intro dl {
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 74.57627%;
  }
  .home article#intro dl:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .home article#intro dl {
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 100%;
    width: 100%;
  }
  .home article#intro dl:last-child {
    margin-right: 0;
  }
}
.home article#intro dl dt,
.home article#intro dl dd,
.home article#intro dl h1,
.home article#intro dl h2 {
  color: #fff;
}
.home article#intro dl dt {
  float: left;
  display: block;
  margin-right: 3.44828%;
  width: 48.27586%;
  overflow: hidden;
}
.home article#intro dl dt:last-child {
  margin-right: 0;
}
@media screen and (max-width: 500px) {
  .home article#intro dl dt {
    width: 100%;
  }
  .home article#intro dl dt a {
    font-size: 0.8em;
  }
}
.home article#intro dl dd {
  float: left;
  display: block;
  margin-right: 3.44828%;
  width: 48.27586%;
  margin-right: 0;
  -webkit-margin-start: 0;
  font-size: 0.8em;
  padding: 8px 0 0 10px;
}
.home article#intro dl dd:last-child {
  margin-right: 0;
}
@media screen and (max-width: 500px) {
  .home article#intro dl dd {
    width: 100%;
    padding: 0;
    margin-top: 18px;
  }
}
.home article#intro dl dd ul {
  list-style: none;
  padding: 0;
  margin: 0 0 12px 0;
}
.home article#intro figcaption {
  opacity: 0.3;
  -moz-opacity: 0.3;
  -webkit-opacity: 0.3;
  filter: alpha(opacity=30);
  z-index: 2;
  position: absolute;
  bottom: 40px;
  right: 18px;
  font-size: 0.7em;
}
@media screen and (max-width: 500px) {
  .home article#intro figcaption {
    top: -40px;
  }
}
.home article#events {
  margin-top: 30px;
  margin-bottom: 50px;
}
.home article#events h2 {
  /*
  				font-size: $base-font-size;
  				color: $secondary-font-color;
  */
  font-size: 0.6em;
  color: #aaa;
  padding-bottom: 6px;
}
.home article#events ul li {
  float: left;
  display: block;
  margin-right: 1.69492%;
  width: 23.72881%;
  display: block;
  padding-right: 15px;
}
.home article#events ul li:last-child {
  margin-right: 0;
}
.home article#events ul li:nth-child(4n) {
  margin-right: 0;
}
.home article#events ul li:nth-child(4n+1) {
  clear: left;
}
@media screen and (max-width: 800px) {
  .home article#events ul li {
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 32.20339%;
  }
  .home article#events ul li:last-child {
    margin-right: 0;
  }
  .home article#events ul li:nth-child(3n) {
    margin-right: 0;
  }
  .home article#events ul li:nth-child(3n+1) {
    clear: left;
  }
  .home article#events ul li:nth-child(4) {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .home article#events ul li {
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 49.15254%;
    margin-bottom: 20px;
  }
  .home article#events ul li:last-child {
    margin-right: 0;
  }
  .home article#events ul li:nth-child(2n) {
    margin-right: 0;
  }
  .home article#events ul li:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (max-width: 500px) {
  .home article#events ul li {
    width: 100%;
    margin-bottom: 18px;
  }
}
.home article#events ul li:first-child {
  padding-left: 0;
}
.home article#events ul li a {
  color: #0ec15a;
  border-bottom: none;
}
.home article#events ul li a:hover {
  color: #fff;
  border-bottom: 2px solid #0ec15a;
}
.home article#events ul li dl dt time {
  font-size: 20px;
}
.home article#events ul li dl dd {
  margin: 0;
}
.home article#events ul li dl dd p {
  font-size: 0.8em;
  color: #fff;
}
.home article#events ul li dl dd p:first-child {
  color: #0ec15a;
}
.home article#content h2 {
  font-size: 20px;
}
.home article#content h3 {
  font-size: 0.6em;
  color: #aaa;
  margin: 0 0 3px 0;
}
.home article#content h3 span {
  padding-right: 6px;
}
.home article#content ul {
  list-style: none;
  padding: 0;
  width: 100%;
  overflow: hidden;
}
.home article#content ul li {
  width: 380px;
  min-height: 280px;
  float: left;
  overflow: hidden;
  padding: 0;
  margin-bottom: 20px;
  background-color: #fff;
  color: #111;
  /*
  					&.mix {
  						iframe {
  							height: 300px !important;			
  						}
  					}
  */
  /*
  					&.news4 {
  						@if $responsive == true {
  							@include media($min700max800) {
  								left: 0 !important;
  								top: 1414px !important;
  							}
  						}
  						
  						@if $responsive == true {
  							@include media($min600max700) {
  								width: $threecol;
  								left: 0 !important;
  								top: 1414px !important;
  							}
  						}
  					}
  */
  /*
  					&.news8.small {
  						margin-left: $onecol;
  					}
  */
}
@media screen and (max-width: 1100px) {
  .home article#content ul li {
    margin-right: 20px !important;
  }
}
@media screen and (min-width: 601px) and (max-width: 800px) {
  .home article#content ul li {
    width: 42% !important;
  }
}
@media screen and (max-width: 600px) {
  .home article#content ul li {
    width: 100% !important;
    float: none !important;
  }
}
.home article#content ul li.image h3 {
  margin-top: 12px;
}
.home article#content ul li.small {
  width: 280px;
}
.home article#content ul li.large {
  width: 680px;
}
.home article#content ul li.no-margin div.embedded {
  margin: 0;
}
.home article#content ul li div {
  padding: 18px;
  width: 100%;
  overflow: hidden;
  /*
  						iframe {
  							margin: 10px 0 0 0;
  						}
  */
}
.home article#content ul li div p {
  float: left;
}
.home article#content ul li div p.more a {
  border-bottom: 0;
  color: #0ec15a;
}
.home article#content ul li div p.more a:after {
  content: "";
  font-size: 0.8em;
  padding-left: 10px;
  /*
  										//li.news1 has a big arrow
  										.news1 & { 
  											content: $arrow-l;
  											}
  */
}
.home article#content ul li div p.more a:hover {
  border-bottom: 0;
  color: #aaa;
}
.home article#content ul li div p.more a:hover:after {
  border-bottom: 0;
}
.home article#content ul li div.embedded {
  padding: 0 18px 18px 18px;
  height: 300px;
  /*
  							p {
  								padding: 18px;
  							}					
  */
}
.home article#content ul li div.embedded iframe {
  height: 100% !important;
}
.home article#content ul li.box4, .home article#content ul li.box9 {
  background-color: #262626 !important;
}
.home article#content ul li.box4 h2, .home article#content ul li.box9 h2 {
  color: #0ec15a;
}
.home article#content ul li.box4 p,
.home article#content ul li.box4 li, .home article#content ul li.box9 p,
.home article#content ul li.box9 li {
  color: #fff;
}
.home article#content ul li.box4 div div, .home article#content ul li.box9 div div {
  padding: 0;
}
.home article#content ul li.box4 div a, .home article#content ul li.box9 div a {
  color: #0ec15a;
}
.home article#content ul li.box4 div a:hover, .home article#content ul li.box9 div a:hover {
  color: #aaa !important;
}
.home article#content ul li.fixed.twitter, .home article#content ul li.fixed.soundcloud, .home article#content ul li.fixed.instagram, .home article#content ul li.fixed.release1, .home article#content ul li.fixed.news1, .home article#content ul li.fixed.news2 {
  position: absolute;
  margin-bottom: 20px;
  /*
  						@if $responsive == true {
  							@include media($min600max800) {
  								margin-left: $gutter !important;
  							}
  
  							@include media($max800) {
  								position: relative !important;
  								@include margin(0 0 $gutter null !important);
  								top: auto !important;
  								left: auto !important;
  								right: auto !important;
  								bottom: auto !important;
  							}
  						}
  */
}
.home article#content ul li.fixed.soundcloud, .home article#content ul li.fixed.news1 {
  top: 0;
  height: 350px;
  margin-top: 0;
}
@media screen and (max-width: 800px) {
  .home article#content ul li.fixed.soundcloud, .home article#content ul li.fixed.news1 {
    height: auto;
    top: auto;
  }
}
.home article#content ul li.fixed.twitter, .home article#content ul li.fixed.news2, .home article#content ul li.fixed.release1 {
  top: 370px;
}
.home article#content ul li.news3 {
  margin-left: 180px;
  margin-right: 200px;
  /*
  						top: $row2Top + $row2Height + $twocol + (2 * $gutter);
  						right: 0;
  */
  /*
  							@include media($max800) {
  								top: 1260px !important;
  								left: auto !important;
  								right: 0 !important;
  								margin-left: 0;
  								margin-right: 0;
  							}
  							
  							@include media($min600max700) {
  								top: 1504px !important;
  								width: $threecol !important;
  							}
  							
  						}
  */
}
@media screen and (max-width: 1100px) {
  .home article#content ul li.news3 {
    margin-left: 0;
  }
}
@media screen and (max-width: 600px) {
  .home article#content ul li.news3 {
    margin-left: 0;
    margin-right: 0;
  }
}
.home article#content ul li.twitter {
  width: 280px;
  height: 300px;
  background: #55acee;
  text-align: center;
  padding: 18px;
  /*
  						//deleted from plugin:
  						br,
  						.wolf-tweet-separator {
  							display: none;
  						}
  */
}
.home article#content ul li.twitter.fixed {
  right: 0;
  margin-left: 100px;
}
@media screen and (max-width: 1100px) {
  .home article#content ul li.twitter {
    margin-right: 20px;
  }
}
@media screen and (max-width: 800px) {
  .home article#content ul li.twitter {
    width: 280px !important;
  }
}
@media screen and (max-width: 800px) {
  .home article#content ul li.twitter {
    width: 280px !important;
    /*
    								left: 0 !important;
    								margin-left: 0 !important;
    */
  }
}
@media screen and (max-width: 800px) {
  .home article#content ul li.twitter {
    width: 100%;
  }
}
.home article#content ul li.twitter a,
.home article#content ul li.twitter a:hover {
  color: #fff;
}
.home article#content ul li.twitter pre {
  margin: 0;
  padding: 0;
  white-space: normal;
}
.home article#content ul li.twitter .user {
  white-space: normal;
  padding: 0 0 25px 0;
}
.home article#content ul li.twitter .user:hover:before,
.home article#content ul li.twitter .user:hover a,
.home article#content ul li.twitter .user:hover a:hover {
  color: #fff;
}
.home article#content ul li.twitter .user a {
  border: none;
}
.home article#content ul li.twitter .user:before {
  content: "";
  font-size: 20px;
  padding: 20px 0 5px 0;
  width: 30px;
  margin: 0 auto;
  display: block;
}
.home article#content ul li.twitter .content {
  padding: 0 0 20px 0;
  font-size: 0.8em;
  color: #fff;
  line-height: 135%;
}
.home article#content ul li.twitter .time,
.home article#content ul li.twitter .user {
  font-size: 0.6em;
  color: #fff;
}
.home article#content ul li.soundcloud {
  width: 380px;
}
.home article#content ul li.soundcloud.fixed {
  top: 0;
  left: 0;
}
.home article#content ul li.soundcloud iframe {
  margin: 0;
}
@media screen and (max-width: 1100px) {
  .home article#content ul li.soundcloud {
    width: 280px;
    margin-right: 20px;
  }
}
.home article#content ul li.instagram {
  min-height: 180px;
  width: 180px;
}
.home article#content ul li.instagram.fixed {
  margin-right: 200px;
  top: 730px;
  right: 0;
}
@media screen and (max-width: 800px) {
  .home article#content ul li.instagram {
    top: 1080px;
    left: 0;
    right: auto;
    width: 280px;
    margin-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .home article#content ul li.instagram {
    height: auto;
  }
}
.home article#content ul li.instagram dl {
  padding-bottom: 0 !important;
  background: #fff;
}
.home article#content ul li.instagram dl * {
  height: 100%;
  overflow: hidden;
}
.home article#content ul li.instagram dl dt {
  height: 180px;
}
@media screen and (max-width: 800px) {
  .home article#content ul li.instagram dl dt {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 600px) {
  .home article#content ul li.instagram dl dt {
    width: 100%;
    height: 100%;
  }
}
.home article#content ul li.instagram dl figure img {
  height: 100%;
}
@media screen and (max-width: 800px) {
  .home article#content ul li.instagram dl figure img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 600px) {
  .home article#content ul li.instagram dl figure img {
    width: 100%;
    height: 100%;
  }
}
.home article#content ul li.instagram dl figure a {
  border-bottom: 0;
}
.home article#content ul li.instagram dl dd {
  padding: 8px 18px;
  color: #aaa;
  font-size: 0.6em;
}
.home article#content ul li.instagram dl dd span.likes:before {
  content: "";
  font-size: 1.2em;
  vertical-align: text-top;
  padding: 0 3px 0 0;
}
.home article#content ul li.instagram dl dd span.comments:before {
  content: "";
  font-size: 1.2em;
  padding: 0 3px 0 10px;
  vertical-align: text-top;
}
.home article#content ul li.news1 {
  color: #111;
  background-color: #fff;
  /*
  						    @if $responsive == true {
  							    @include media($min800max900) {
  								    width: $fourcol !important;
  								    border: 1px solid yellow;
  							        height: auto;
  							    }
  							    
  							    @include media($max800) {
  								    width: 100%;
  								    height: auto;
  							    }
  
  							    @include media($min600max700) {
  								    width: $threecol !important;
  								    height: auto;
  							    }
  
  							    @include media($max600) {
  								    width: 100%;
  							    }
  
  						    }
  */
}
.home article#content ul li.news1.fixed {
  right: 0;
}
.home article#content ul li.news1, .home article#content ul li.image.large {
  width: 780px;
}
@media screen and (max-width: 1100px) {
  .home article#content ul li.news1, .home article#content ul li.image.large {
    width: 680px;
    float: none;
  }
}
.home article#content ul li.news1.image h3, .home article#content ul li.image.large.image h3 {
  margin-top: 0;
}
.home article#content ul li.news1 div, .home article#content ul li.image.large div {
  width: 48%;
  float: left;
}
@media screen and (max-width: 1100px) {
  .home article#content ul li.news1 div, .home article#content ul li.image.large div {
    width: 380px;
  }
}
@media screen and (max-width: 800px) {
  .home article#content ul li.news1 div, .home article#content ul li.image.large div {
    width: 100%;
    float: none;
  }
}
.home article#content ul li.news1 div a:hover, .home article#content ul li.image.large div a:hover {
  color: #111;
  border-bottom: 2px solid transparent;
}
.home article#content ul li.news1 figure, .home article#content ul li.image.large figure {
  width: 400px;
  float: right;
  margin: 0;
  min-height: 280px;
  height: 100%;
  background-size: cover;
  background-position: right top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1100px) {
  .home article#content ul li.news1 figure, .home article#content ul li.image.large figure {
    width: 280px;
    min-height: 330px;
    margin-right: 0;
  }
}
@media screen and (max-width: 800px) {
  .home article#content ul li.news1 figure, .home article#content ul li.image.large figure {
    width: 100%;
  }
}
.home article#content ul li.news1 figure figcaption, .home article#content ul li.image.large figure figcaption {
  display: none;
}
@media screen and (max-width: 800px) {
  .home article#content ul li.news1, .home article#content ul li.image.large {
    width: 380px;
    height: auto;
  }
}
.home article#content ul li.news2 {
  min-height: 520px;
  /*
  							@include media($min600max800) {
  								right: auto !important;
  								left: auto !important;
  							    top: auto !important;
  							}
  							
  							@include media($min700max800) {
  								top: auto !important;
  								right: auto;
  								left: auto !important;
  							}
  
  						    @include media($min600max700) {
  							    top: 753px !important;
  							    right: 0;
  							    left: auto !important;
  						    }
  
  						    @include media($max500) {
  							    top: 0 !important;
  						    }
  						}
  */
}
.home article#content ul li.news2.fixed {
  left: 400px;
}
@media screen and (max-width: 1100px) {
  .home article#content ul li.news2 {
    margin-right: 20px;
  }
}
@media screen and (min-width: 601px) and (max-width: 700px) {
  .home article#content ul li.news2 {
    width: 280px !important;
    height: auto;
  }
}
@media screen and (min-width: 701px) and (max-width: 800px) {
  .home article#content ul li.news5 {
    width: 380px !important;
    /*
    								left: auto !important;
    							    right: 0 !important;
    							    top: 1695px !important;
    */
  }
}
@media screen and (min-width: 601px) and (max-width: 700px) {
  .home article#content ul li.news5 {
    width: 280px !important;
  }
}
@media screen and (max-width: 600px) {
  .home article#content ul li.news5 {
    width: 100% !important;
  }
}
@media screen and (min-width: 701px) and (max-width: 800px) {
  .home article#content ul li.news6 {
    width: 280px !important;
    margin-left: 0 !important;
  }
}
@media screen and (min-width: 601px) and (max-width: 700px) {
  .home article#content ul li.news6 {
    width: 280px !important;
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 600px) {
  .home article#content ul li.news6 {
    width: 100% !important;
  }
}
.home article#content ul li.news7 {
  /*
  							@include media($min700max800) {
  							    top: 2133px !important;
  							    right: 0 !important;
  							    left: auto !important;
  							}
  */
}
@media screen and (min-width: 601px) and (max-width: 700px) {
  .home article#content ul li.news7 {
    width: 280px !important;
  }
}
@media screen and (max-width: 600px) {
  .home article#content ul li.news7 {
    width: 100%;
  }
}
.home article#content ul li.news8 {
  /*
  							@include media($min700max800) {
  								top: 2353px !important;
  								left: 0 !important;
  								right: auto !important;
  							}
  */
}
@media screen and (min-width: 601px) and (max-width: 700px) {
  .home article#content ul li.news8 {
    width: 280px !important;
    /*
    								left: auto !important;
    								right: 0 !important;
    							    top: 2450px !important;
    */
  }
}
@media screen and (max-width: 600px) {
  .home article#content ul li.news8 {
    width: 100%;
  }
}
.home article#content ul li.news6 {
  margin-left: 400px;
}
@media screen and (max-width: 600px) {
  .home article#content ul li.news6 {
    margin-left: 0;
  }
}
.home article#content ul li.release1, .home article#content ul li.release2 {
  width: 280px;
}
.home article#content ul li.release1 {
  left: 0;
  margin-right: 120px;
}
.home article#content ul li.release1.fixed {
  min-height: 300px;
  margin-bottom: 220px;
}
@media screen and (max-width: 1100px) {
  .home article#content ul li.release1 {
    width: 380px !important;
    margin-right: 20px;
  }
}
@media screen and (max-width: 900px) {
  .home article#content ul li.release1 {
    width: 380px !important;
  }
}
@media screen and (max-width: 800px) {
  .home article#content ul li.release1 {
    width: 280px !important;
  }
}
@media screen and (max-width: 600px) {
  .home article#content ul li.release1 {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.home article#content ul li.release2 {
  bottom: 0;
  right: 0;
  margin-left: 100px;
}
@media screen and (max-width: 600px) {
  .home article#content ul li.release2 {
    margin-left: 0;
  }
}
.home article#content ul li.release {
  background: #fff;
}
.home article#content ul li.release figure {
  position: relative;
}
.home article#content ul li.release figure img {
  width: 100%;
}
.home article#content ul li.release figure figcaption {
  position: absolute;
  bottom: 18px;
  left: 18px;
  padding: 18px 10px;
  background: #0ec15a;
  color: #111;
  font-size: 0.8em;
}
.home article#content ul li.release dl {
  padding: 10px 18px;
}
.home article#content ul li.release dl dt {
  margin: 0;
  padding: 0;
  font-size: 0.8em;
  color: #111;
}
.home article#content ul li.release dl dd {
  font-size: 0.7em;
  padding: 0;
}
.home article#content ul li.release dl dd a {
  border-bottom: 0;
  color: #0ec15a;
}
.home article#content ul li.release dl dd a:after {
  content: "";
  font-size: 0.8em;
  padding-left: 10px;
}
.home article#content ul li.release dl dd a:hover {
  border-bottom: 0;
  color: #aaa;
}
.home article#content ul li.release dl dd a:hover:after {
  border-bottom: 0;
}

.biography header {
  min-height: 130px;
}
.biography figure {
  position: relative;
  float: left;
  display: block;
  margin-right: 1.69492%;
  width: 40.67797%;
}
.biography figure:last-child {
  margin-right: 0;
}
@media screen and (max-width: 500px) {
  .biography figure {
    width: 100%;
    margin-bottom: 20px;
  }
}
.biography figure figcaption {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 0.8em;
  padding: 10px;
  opacity: 0.6;
}
.biography article {
  float: left;
  display: block;
  margin-right: 1.69492%;
  width: 57.62712%;
}
.biography article:last-child {
  margin-right: 0;
}
@media screen and (max-width: 500px) {
  .biography article {
    width: 100%;
    margin-bottom: 20px;
  }
}
.biography article h1 {
  width: 70%;
  font-size: 1.4em;
  margin-top: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 500px) {
  .biography article h1 {
    width: 100%;
  }
}
.biography article p {
  padding: 0 0 12px 0;
}
.biography article a {
  color: #fff;
  border-bottom: 2px solid #0ec15a;
}
.biography article a:hover {
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #0ec15a;
  border-bottom: 2px solid #fff;
  cursor: pointer;
}

/**
 * Deprecated
 * Fallback for bourbon equivalent
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Use bourbon mixin instead `@include transform(scale(1.5));`
 */
/**
 * Deprecated
 * Use bourbon mixin instead `@include box-sizing(border-box);`
 */
/**
 * Objects
 */
/**
 * WooCommerce CSS Variables
 */
/*
Version: 3.5.2 Timestamp: Sat Nov  1 14:43:36 EDT 2014
*/
.select2-container {
  margin: 0;
  position: relative;
  display: block !important;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.
    More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box;
  /* webkit */
  -moz-box-sizing: border-box;
  /* firefox */
  box-sizing: border-box;
  /* css3 */
}

.select2-container .select2-choice {
  display: block;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid #ccc;
  white-space: nowrap;
  color: #444;
  text-decoration: none;
  border-radius: 0;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  font-weight: 400;
}

html[dir="rtl"] .select2-container .select2-choice {
  padding: 0 8px 0 0;
}

.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #ccc;
  border-radius: 0 0 4px 4px;
}

.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px;
}

.select2-container .select2-choice > .select2-chosen {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: none;
  width: auto;
}

html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
  margin-left: 26px;
  margin-right: 0;
}

.select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 5px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  background: url("../images/select2.png") right top no-repeat;
  cursor: pointer;
  outline: 0;
}

.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block;
}

.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}

.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  /* styles required for IE to work */
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: #000;
  border: 1px solid #ccc;
  border-top: 0;
  border-radius: 0;
}

.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #ccc;
  border-bottom: 0;
  border-radius: 3px 3px 0 0;
}

.select2-drop-active {
  border: 1px solid #666;
  border-top: none;
}

.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #666;
}

.select2-drop-auto-width {
  border-top: 1px solid #ccc;
  width: auto;
}

.select2-drop-auto-width .select2-search {
  padding-top: 4px;
}

.select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 18px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 3px 3px 0;
  background-clip: padding-box;
}

html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
  left: 0;
  right: auto;
  border-radius: 3px 0 0 3px;
}

.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.select2-container .select2-choice .select2-arrow b:after {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  left: 50%;
  border: 4px solid transparent;
  border-top-color: #666;
  margin-left: -7px;
  margin-top: -2px;
}

.select2-search {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap;
  padding-bottom: 4px;
}

.select2-search input {
  width: 100%;
  height: auto !important;
  padding: 4px 20px 4px 5px !important;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 0.8em;
  border: 1px solid #ccc;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff url("../images/select2.png") no-repeat 100% -22px;
}

html[dir="rtl"] .select2-search input {
  padding: 4px 5px 4px 20px;
  background: #fff url("../images/select2.png") no-repeat -37px -22px;
}

.select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px;
}

.select2-search input.select2-active {
  background: #fff url("../images/select2-spinner.gif") no-repeat 100%;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 1px solid #666;
  outline: none;
}

.select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-dropdown-open .select2-choice .select2-arrow b:after {
  border-top-color: transparent;
  border-bottom-color: #666;
  margin-top: -6px;
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid red;
  border-top-color: transparent;
}

.select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  border-left: none;
  filter: none;
}

html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
  border-right: none;
}

.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px;
}

html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -16px 1px;
}

.select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* results */
.select2-results {
  max-height: 200px;
  padding: 4px;
  margin: 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: transparent;
  background: #fafafa;
}

html[dir="rtl"] .select2-results {
  padding: 0 4px 0 0;
  margin: 4px 0 4px 4px;
}

.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0;
}

.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
  margin: 3px 0;
  font-size: 0.8em !important;
}

.select2-result,
.select2-result * {
  font-size: 0.8em !important;
}

.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold;
}

.select2-results .select2-result-label {
  padding: 5px 7px;
  margin: 0;
  cursor: pointer;
  font-size: 0.8em !important;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.select2-results-dept-1 .select2-result-label {
  padding-left: 20px;
}

.select2-results-dept-2 .select2-result-label {
  padding-left: 40px;
}

.select2-results-dept-3 .select2-result-label {
  padding-left: 60px;
}

.select2-results-dept-4 .select2-result-label {
  padding-left: 80px;
}

.select2-results-dept-5 .select2-result-label {
  padding-left: 100px;
}

.select2-results-dept-6 .select2-result-label {
  padding-left: 110px;
}

.select2-results-dept-7 .select2-result-label {
  padding-left: 120px;
}

.select2-results .select2-highlighted {
  background: #f1f1f1;
  color: #000;
  border-radius: 3px;
}

.select2-results li em {
  background: #feffde;
  font-style: normal;
}

.select2-results .select2-highlighted em {
  background: transparent;
}

.select2-results .select2-highlighted ul {
  background: #fff;
  color: #000;
}

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-ajax-error,
.select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
  padding-left: 5px;
}

/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.select2-results .select2-selected {
  display: none;
}

.select2-more-results.select2-active {
  background: #f4f4f4 url("../images/select2-spinner.gif") no-repeat 100%;
}

.select2-results .select2-ajax-error {
  background: rgba(255, 50, 50, 0.2);
}

.select2-more-results {
  background: #f4f4f4;
  display: list-item;
}

/* disabled styles */
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0;
}

.select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}

/* multiselect */
.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0 5px 0 0;
  position: relative;
  border: 1px solid #ccc;
  cursor: text;
  overflow: hidden;
  background-color: #fff;
}

html[dir="rtl"] .select2-container-multi .select2-choices {
  padding: 0 0 0 5px;
}

.select2-locked {
  padding: 3px 5px 3px 5px !important;
}

.select2-container-multi .select2-choices {
  min-height: 26px;
}

.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #666;
  outline: none;
}

.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}

html[dir="rtl"] .select2-container-multi .select2-choices li {
  float: right;
}

.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 1px 0;
  font-family: sans-serif;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent !important;
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #fff url("../images/select2-spinner.gif") no-repeat 100% !important;
}

.select2-default {
  color: #999 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
  padding: 5px 8px 5px 24px;
  margin: 3px 0 3px 5px;
  position: relative;
  line-height: 15px;
  color: #333;
  cursor: default;
  border-radius: 2px;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #e4e4e4;
}

html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice {
  margin: 3px 5px 3px 0;
  padding: 5px 24px 5px 8px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default;
}

.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4;
}

.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 7px;
  top: 6px;
  font-size: 1px;
  outline: none;
  background: url("../images/select2.png") right top no-repeat;
}

html[dir="rtl"] .select2-search-choice-close {
  right: auto;
  left: 7px;
}

.select2-container-multi .select2-search-choice-close {
  left: 7px;
}

html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
  left: auto;
  right: 7px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}

.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px;
}

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ddd;
  background-image: none;
  background-color: #f4f4f4;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none;
}

/* end multiselect */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline;
}

.select2-offscreen, .select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}

.select2-display-none {
  display: none;
}

.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}

/* Retina-ize icons */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx) {
  .select2-search input {
    background-image: url("../images/select2x2.png") !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important;
  }

  .select2-search input {
    background-position: 100% -21px !important;
  }
}
.releases {
  /*
  	.price {
  		padding: 15px 10px;
  		position: absolute;
  		background: yellow;
  		top: -64px;
  		left: 10px;
  	}
  */
  /*
  	.details {
  
  		dd,
  		dt {
  			display: inline-block;
  			font-size: $base-font-size-small;
  		}
  
  		dd {
  			display: inline;
  			font-size: $base-font-size-small;
  			margin: 0;
  		}
  	}
  */
  /*
  	.preview {
  		
  		li {
  			overflow: hidden;
  			width: 100%;
  			font-size: $base-font-size-small;
  		}
  
  		audio {
  			//margin: 10px null;
  			width: 44px;
  			float: left;
  			font-size: $base-font-size-small;
  			background-color: green;
  		}
  	}
  */
}
.releases main nav {
  float: left;
  display: block;
  margin-right: 1.69492%;
  width: 15.25424%;
}
.releases main nav:last-child {
  margin-right: 0;
}
@media screen and (min-width: 601px) and (max-width: 800px) {
  .releases main nav {
    float: left;
    display: block;
    margin-right: 2.5641%;
    width: 23.07692%;
  }
  .releases main nav:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .releases main nav {
    float: left;
    display: block;
    margin-right: 3.44828%;
    width: 31.03448%;
  }
  .releases main nav:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 500px) {
  .releases main nav {
    width: 100%;
    margin: 0;
  }
}
.releases main nav li {
  overflow: hidden;
}
.releases main nav dl,
.releases main nav dd {
  margin: 0;
}
.releases main nav dl {
  margin-bottom: 18px;
  overflow: hidden;
}
.releases main nav dl:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 400px) {
  .releases main nav dl.format li {
    width: 49%;
    display: inline-block;
  }
}
.releases main nav dl.year ul {
  width: 100%;
  overflow: hidden;
}
.releases main nav dl.year li {
  float: left;
  width: 49%;
}
.releases main nav dl.mobile {
  margin-bottom: 10px;
}
.releases main nav dl.mobile dt {
  background-color: #262626;
  padding: 11px 15px;
  margin-bottom: 0;
  cursor: pointer;
  color: #aaa;
}
.releases main nav dl.mobile dd {
  transition: 0.2s ease-in-out 0.2s;
  max-height: 0;
}
.releases main nav dl.mobile ul {
  border-top: 1px solid #aaa;
  overflow: hidden;
}
.releases main nav dl.mobile.show dd {
  transition: 0.2s ease-in-out 0.2s;
  max-height: 650px;
}
.releases main nav dt {
  font-size: 0.6em;
  margin-bottom: 5px;
  color: #aaa;
}
.releases main nav dd {
  background-color: #262626;
}
.releases main nav dd a {
  font-size: 0.7em;
  padding: 11px 15px;
  word-wrap: break-word;
  display: block;
  color: #aaa;
  border: none;
}
.releases main nav dd a:hover {
  background: #fff;
  color: #262626;
}
.releases main nav dd li {
  background-color: #262626;
}
.releases main nav dd li .selected {
  background: #0ec15a;
  color: #111;
}
.releases main section > article {
  float: left;
  display: block;
  margin-right: 1.69492%;
  width: 83.05085%;
}
.releases main section > article:last-child {
  margin-right: 0;
}
@media screen and (min-width: 601px) and (max-width: 800px) {
  .releases main section > article {
    float: left;
    display: block;
    margin-right: 2.5641%;
    width: 74.35897%;
    margin-top: 23px;
  }
  .releases main section > article:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .releases main section > article {
    float: left;
    display: block;
    margin-right: 3.44828%;
    width: 65.51724%;
    margin-top: 30px;
  }
  .releases main section > article:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 500px) {
  .releases main section > article {
    margin: 30px 0 0 0;
    width: 100%;
  }
}
.releases article > ol > li,
.releases div.related-products ol > li {
  float: left;
  display: block;
  margin-right: 2.04082%;
  width: 18.36735%;
  transition: all 200ms ease-in-out ease-in-out 0.2s;
  min-height: 340px;
  margin-bottom: 18px;
  background-color: #fff;
  overflow: hidden;
  cursor: pointer;
}
.releases article > ol > li:last-child,
.releases div.related-products ol > li:last-child {
  margin-right: 0;
}
.releases article > ol > li:nth-child(5n),
.releases div.related-products ol > li:nth-child(5n) {
  margin-right: 0;
}
.releases article > ol > li:nth-child(5n+1),
.releases div.related-products ol > li:nth-child(5n+1) {
  clear: left;
}
@media screen and (min-width: 601px) and (max-width: 800px) {
  .releases article > ol > li,
  .releases div.related-products ol > li {
    float: left;
    display: block;
    margin-right: 3.44828%;
    width: 31.03448%;
  }
  .releases article > ol > li:nth-child(5n),
  .releases div.related-products ol > li:nth-child(5n) {
    margin-right: 1.69492%;
  }
  .releases article > ol > li:nth-child(5n+1),
  .releases div.related-products ol > li:nth-child(5n+1) {
    clear: none;
  }
  .releases article > ol > li:last-child,
  .releases div.related-products ol > li:last-child {
    margin-right: 0;
  }
  .releases article > ol > li:nth-child(3n),
  .releases div.related-products ol > li:nth-child(3n) {
    margin-right: 0;
  }
  .releases article > ol > li:nth-child(3n+1),
  .releases div.related-products ol > li:nth-child(3n+1) {
    clear: left;
  }
}
@media screen and (max-width: 600px) {
  .releases article > ol > li,
  .releases div.related-products ol > li {
    float: left;
    display: block;
    margin-right: 3.44828%;
    width: 48.27586%;
  }
  .releases article > ol > li:nth-child(5n),
  .releases div.related-products ol > li:nth-child(5n) {
    margin-right: 1.69492%;
  }
  .releases article > ol > li:nth-child(5n+1),
  .releases div.related-products ol > li:nth-child(5n+1) {
    clear: none;
  }
  .releases article > ol > li:nth-child(3n),
  .releases div.related-products ol > li:nth-child(3n) {
    margin-right: 1.69492%;
  }
  .releases article > ol > li:nth-child(3n+1),
  .releases div.related-products ol > li:nth-child(3n+1) {
    clear: none;
  }
  .releases article > ol > li:last-child,
  .releases div.related-products ol > li:last-child {
    margin-right: 0;
  }
  .releases article > ol > li:nth-child(2n),
  .releases div.related-products ol > li:nth-child(2n) {
    margin-right: 0;
  }
  .releases article > ol > li:nth-child(2n+1),
  .releases div.related-products ol > li:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (max-width: 400px) {
  .releases article > ol > li,
  .releases div.related-products ol > li {
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 100%;
    min-height: 230px;
  }
  .releases article > ol > li:last-child,
  .releases div.related-products ol > li:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .releases article > ol > li:nth-child(odd),
  .releases div.related-products ol > li:nth-child(odd) {
    margin-right: 3.44828%;
  }
}
.releases article > ol > li:hover,
.releases div.related-products ol > li:hover {
  transition: all 200ms ease-in-out ease-in-out 0.2s;
  background-color: #0ec15a;
}
.releases article > ol > li:hover h2 span,
.releases article > ol > li:hover dl,
.releases article > ol > li:hover a,
.releases article > ol > li:hover a:hover,
.releases div.related-products ol > li:hover h2 span,
.releases div.related-products ol > li:hover dl,
.releases div.related-products ol > li:hover a,
.releases div.related-products ol > li:hover a:hover {
  color: #fff;
  border: 0;
  transition: 0 ease-in-out 0.2s;
}
.releases article > ol > li:hover h2 span,
.releases div.related-products ol > li:hover h2 span {
  opacity: 0.6;
}
.releases article > ol > li:hover dl.artist,
.releases div.related-products ol > li:hover dl.artist {
  border-top: 1px solid #fff;
}
.releases article > ol > li div,
.releases div.related-products ol > li div {
  display: block;
}
.releases article > ol > li aside,
.releases div.related-products ol > li aside {
  display: none;
}
.releases article > ol > li.show,
.releases div.related-products ol > li.show {
  float: left;
  display: block;
  margin-right: 2.04082%;
  width: 48.97959%;
}
.releases article > ol > li.show:last-child,
.releases div.related-products ol > li.show:last-child {
  margin-right: 0;
}
.releases article > ol > li.show div,
.releases div.related-products ol > li.show div {
  display: none;
}
.releases article > ol > li.show aside,
.releases div.related-products ol > li.show aside {
  display: block;
}
.releases article > ol > li a,
.releases div.related-products ol > li a {
  transition: none ease-in-out 0.2s;
}
.releases article > ol > li figure,
.releases div.related-products ol > li figure {
  position: relative;
}
.releases article > ol > li figure img,
.releases div.related-products ol > li figure img {
  width: 100%;
}
.releases article > ol > li figure figcaption,
.releases div.related-products ol > li figure figcaption {
  font-size: 0.6em;
  position: absolute;
  bottom: 18px;
  left: 18px;
  padding: 20px 15px 20px 10px;
  background: #0ec15a;
  color: #fff;
}
@media screen and (max-width: 400px) {
  .releases article > ol > li figure figcaption,
  .releases div.related-products ol > li figure figcaption {
    font-size: 20px;
    padding: 18px 10px;
  }
}
.releases article > ol > li figure figcaption span,
.releases div.related-products ol > li figure figcaption span {
  color: #111;
  padding: 0 0 0 5px;
  text-decoration: line-through;
}
.releases article > ol > li div,
.releases div.related-products ol > li div {
  padding: 15px 18px 5px 18px;
  overflow: hidden;
}
.releases article > ol > li h2,
.releases div.related-products ol > li h2 {
  color: black;
  font-size: 0.8em;
  padding-bottom: 5px;
}
@media screen and (max-width: 400px) {
  .releases article > ol > li h2,
  .releases div.related-products ol > li h2 {
    font-size: 20px;
  }
}
.releases article > ol > li h2 a,
.releases div.related-products ol > li h2 a {
  word-wrap: break-word;
  border: 0;
}
.releases article > ol > li h2 a:hover,
.releases div.related-products ol > li h2 a:hover {
  color: #111;
  border-bottom: 2px solid #0ec15a;
}
.releases article > ol > li h2 span,
.releases div.related-products ol > li h2 span {
  font-size: 0.7em;
  display: block;
  color: #aaa;
}
.releases article > ol > li dl,
.releases div.related-products ol > li dl {
  font-size: 0.7em;
  color: #111;
}
.releases article > ol > li dl.artist,
.releases div.related-products ol > li dl.artist {
  border-top: 1px solid #aaa;
  margin-bottom: 5px;
  padding-top: 5px;
  /*
  					dt {
  						display: none;
  					}
  */
}
.releases article > ol > li dl.year, .releases article > ol > li dl.format,
.releases div.related-products ol > li dl.year,
.releases div.related-products ol > li dl.format {
  display: inline-block;
  font-size: 0.6em;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 400px) {
  .releases article > ol > li dl.year, .releases article > ol > li dl.format,
  .releases div.related-products ol > li dl.year,
  .releases div.related-products ol > li dl.format {
    font-size: 0.7em;
  }
}
.releases article > ol > li dl.year,
.releases div.related-products ol > li dl.year {
  padding-right: 10px;
}
.releases article > ol > li dl.year:after,
.releases div.related-products ol > li dl.year:after {
  position: absolute;
  content: '/';
  right: 0px;
  top: 0;
}
.releases article > ol > li dl dt,
.releases div.related-products ol > li dl dt {
  padding-right: 5px;
  float: left;
  display: none;
}
.releases article > ol > li dl dd,
.releases div.related-products ol > li dl dd {
  margin-bottom: 5px;
  display: inline-block;
  padding: 0;
  margin-left: 0;
}
.releases article > ol > li ul,
.releases div.related-products ol > li ul {
  overflow: hidden;
}
.releases article > ol > li ul li,
.releases div.related-products ol > li ul li {
  margin-bottom: 10px;
}
.releases article > ol > li dl,
.releases div.related-products ol > li dl {
  margin: 0;
}
.releases article > ol > li li,
.releases div.related-products ol > li li {
  font-size: 0.8em;
  color: #111;
  padding: 0;
}
.releases dl {
  position: relative;
}
.releases dl.audio {
  padding-top: 18px;
  border-top: 1px solid #aaa;
}
.releases dl.audio dd {
  overflow: hidden;
  width: 100%;
  font-size: 20px;
  white-space: normal;
  display: block;
}
.releases dl.audio dd.playing .play a:before {
  content: "";
}
.releases dl.audio dd p {
  float: left;
  font-size: 0.8em;
  width: 80%;
}
.releases dl.audio dd p.play {
  width: 30px;
}
.releases dl.audio dd p.play a {
  position: relative;
  border-bottom: 0;
  display: block;
  margin-right: 5px;
  min-height: 20px;
  min-width: 20px;
}
.releases dl.audio dd p.play a:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  font-size: 20px;
}
.releases dl.audio dd p.play a:hover {
  border-bottom: 0;
}
.releases dl.audio dd p.play a span {
  text-indent: -9999px;
  display: block;
  font-size: 0;
}
.releases .label h3 {
  font-size: 0.7em;
  color: #aaa;
}
.releases .title h2 {
  font-size: 0.8em;
}
.releases .image {
  overflow: hidden;
  background-color: #111;
  padding: 15px 0;
}
.releases .image img {
  margin: 0 auto;
}
.releases .cart.button {
  background-color: #262626;
  text-align: center;
}
.releases .cart.button:hover {
  background: #0ec15a;
}
.releases .cart.button:hover a {
  color: #111;
}
.releases .cart.button:hover a:before {
  color: #111;
  transition: 0.1s ease-in-out 0.2s;
}
.releases .cart.button a {
  display: inline-block;
  padding: 10px 0;
  width: 100%;
  height: 100%;
  border-bottom: 0;
  font-size: 0.8em;
  color: #fff;
}
.releases .cart.button a:before {
  padding-right: 5px;
  content: "";
  color: #fff;
  font-size: 0.8em;
}
.releases .woocommerce-message {
  background-color: #2ecc71;
  color: #fff;
  padding: 18px;
  margin-bottom: 10px;
}
.releases .woocommerce-message a {
  color: #fff;
  border-bottom: 2px solid #111;
}
@media screen and (max-width: 400px) {
  .releases .woocommerce-message {
    margin-bottom: 18px;
  }
}
.releases .woocommerce-error {
  background-color: #c0392b;
  color: #fff;
  padding: 18px;
  margin-bottom: 10px;
}
.releases .woocommerce-error a {
  color: #fff;
  border-bottom: 2px solid #0ec15a;
}
@media screen and (max-width: 400px) {
  .releases .woocommerce-error {
    padding: 18px;
    margin-bottom: 18px;
  }
}

.release main section > div {
  float: left;
  display: block;
  margin-right: 1.69492%;
  width: 83.05085%;
  margin-right: 0;
}
.release main section > div:last-child {
  margin-right: 0;
}
@media screen and (min-width: 601px) and (max-width: 800px) {
  .release main section > div {
    float: left;
    display: block;
    margin-right: 2.5641%;
    width: 74.35897%;
  }
  .release main section > div:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .release main section > div {
    float: left;
    display: block;
    margin-right: 3.44828%;
    width: 65.51724%;
  }
  .release main section > div:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 500px) {
  .release main section > div {
    width: 100%;
  }
}

.releases > aside {
  transition: 0.2s ease-in-out 0.2s;
  width: 60%;
  height: 70%;
  overflow: auto;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
}
.releases > aside:before {
  border: 10px solid rgba(255, 255, 255, 0.4);
}
.releases > aside a.close {
  display: block;
  text-align: right;
  font-size: 13px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  margin: 20px;
}
.releases > aside > div {
  padding: 20px;
  position: relative;
}
.releases > aside.open {
  transition: 0.2s ease-in-out 0.2s;
  visibility: visible;
  opacity: 1;
}
.releases > aside.loading {
  transition: 0.2s ease-in-out 0.2s;
}
.releases > aside.loading span {
  display: block;
  position: absolute;
  margin: auto;
  overflow: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 40px;
  padding-top: 300px;
  text-align: center;
  color: #111;
  z-index: 2;
}
.releases .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: none;
}

@media screen and (max-width: 500px) {
  .release main div,
  .releases > aside {
    margin-top: 30px;
  }
}
.release main div figure,
.releases > aside figure {
  float: left;
  display: block;
  margin-right: 1.69492%;
  width: 32.20339%;
  overflow: hidden;
  background-repeat: none;
}
.release main div figure:last-child,
.releases > aside figure:last-child {
  margin-right: 0;
}
@media screen and (max-width: 500px) {
  .release main div figure,
  .releases > aside figure {
    width: 100%;
  }
}
.release main div figure img,
.releases > aside figure img {
  z-index: 99;
  width: 100%;
}
.release main div article,
.releases > aside article {
  float: left;
  display: block;
  margin-right: 1.69492%;
  width: 66.10169%;
  margin-right: 0;
  margin-bottom: 50px;
  padding: 20px;
  background: #fff;
  color: #111;
  font-size: 20px;
}
.release main div article:last-child,
.releases > aside article:last-child {
  margin-right: 0;
}
@media screen and (max-width: 800px) {
  .release main div article,
  .releases > aside article {
    width: 100%;
  }
}
.release main div article h1,
.releases > aside article h1 {
  font-size: 1.4em;
  color: #111;
  padding-bottom: 20px;
}
.release main div article > p,
.releases > aside article > p {
  padding-bottom: 20px;
  border-bottom: 1px solid #aaa;
}
.release main div article dl:first-of-type,
.releases > aside article dl:first-of-type {
  padding-top: 20px;
}
.release main div article dl.format,
.releases > aside article dl.format {
  padding-bottom: 20px;
}
.release main div article dt,
.releases > aside article dt {
  color: #aaa;
}
.release main div article dt,
.release main div article dd,
.releases > aside article dt,
.releases > aside article dd {
  display: inline;
  font-size: 0.8em;
}
.release main div article ol,
.releases > aside article ol {
  overflow: hidden;
}
.release main div article ol li,
.releases > aside article ol li {
  width: 100%;
}
.release main div article aside,
.releases > aside article aside {
  overflow: hidden;
  margin-top: 20px;
}
.release main div article aside a,
.releases > aside article aside a {
  border-bottom: 0;
}
.release main div article aside span.price,
.releases > aside article aside span.price {
  display: inline-block;
  padding: 15px 15px;
  background: #0ec15a;
  font-size: 0.8em;
  color: #fff;
}
.release main div article aside span.price span,
.releases > aside article aside span.price span {
  padding: 0 0 0 5px;
  text-decoration: line-through;
  color: #111;
}
.release main div article aside a.cart,
.releases > aside article aside a.cart {
  display: inline-block;
  padding: 15px 30px;
  color: #fff;
  font-size: 0.8em;
}
@media screen and (max-width: 500px) {
  .release main div article aside a.cart,
  .releases > aside article aside a.cart {
    padding: 15px 15px;
  }
}
.release main div article aside a.cart:hover,
.releases > aside article aside a.cart:hover {
  color: #111;
}
.release main div article aside a.cart:hover:before,
.releases > aside article aside a.cart:hover:before {
  color: #111;
}
.release main div article aside a.cart:before,
.releases > aside article aside a.cart:before {
  padding-right: 5px;
  content: "";
  color: #fff;
  font-size: 0.8em;
}
.release main div .related-products,
.releases > aside .related-products {
  overflow: hidden;
  width: 100%;
}
.release main div .related-products.show .trigger,
.releases > aside .related-products.show .trigger {
  color: #0ec15a;
}
.release main div .related-products.show ol,
.releases > aside .related-products.show ol {
  transition: 0.2s ease-in-out 0.2s;
  max-height: 1000px;
}
.release main div .related-products a,
.releases > aside .related-products a {
  display: none;
}
@media screen and (max-width: 800px) {
  .release main div .related-products a,
  .releases > aside .related-products a {
    display: inline-block;
  }
}
.release main div .related-products ol,
.releases > aside .related-products ol {
  transition: 0.2s ease-in-out 0.2s;
  max-height: 0;
}
@media screen and (max-width: 800px) {
  .release main div .related-products ol,
  .releases > aside .related-products ol {
    overflow: hidden;
    margin-top: 30px;
  }
}
.release main div .related-products .trigger,
.releases > aside .related-products .trigger {
  color: white;
}
.release main div .related-products div,
.releases > aside .related-products div {
  padding: 20px;
  width: 100%;
}
.release main div .related-products figure,
.releases > aside .related-products figure {
  width: 100%;
}
.release main div .related-products figure figcaption,
.releases > aside .related-products figure figcaption {
  left: 20px;
  bottom: 20px;
}

.releases .woocommerce label,
.releases .woocommerce th,
.releases .woocommerce td,
.releases .woocommerce #order_review label,
.releases .woocommerce #order_review th,
.releases .woocommerce #order_review td,
.releases .woocommerce .cart_totals label,
.releases .woocommerce .cart_totals th,
.releases .woocommerce .cart_totals td,
.checkout .woocommerce label,
.checkout .woocommerce th,
.checkout .woocommerce td,
.checkout .woocommerce #order_review label,
.checkout .woocommerce #order_review th,
.checkout .woocommerce #order_review td,
.checkout .woocommerce .cart_totals label,
.checkout .woocommerce .cart_totals th,
.checkout .woocommerce .cart_totals td,
.cart .woocommerce label,
.cart .woocommerce th,
.cart .woocommerce td,
.cart .woocommerce #order_review label,
.cart .woocommerce #order_review th,
.cart .woocommerce #order_review td,
.cart .woocommerce .cart_totals label,
.cart .woocommerce .cart_totals th,
.cart .woocommerce .cart_totals td {
  font-size: 0.8em;
}
.releases .woocommerce-message,
.releases .woocommerce-error,
.releases .woocommerce-info,
.checkout .woocommerce-message,
.checkout .woocommerce-error,
.checkout .woocommerce-info,
.cart .woocommerce-message,
.cart .woocommerce-error,
.cart .woocommerce-info {
  padding: 0.5em;
  margin: 0 0 1em 0;
  position: relative;
  background-color: #f7f6f7;
  color: #515151;
  list-style: none outside;
  *zoom: 1;
  width: auto;
  font-size: 13px;
  word-wrap: break-word;
}
.releases .woocommerce-message:before, .releases .woocommerce-message:after,
.releases .woocommerce-error:before,
.releases .woocommerce-error:after,
.releases .woocommerce-info:before,
.releases .woocommerce-info:after,
.checkout .woocommerce-message:before,
.checkout .woocommerce-message:after,
.checkout .woocommerce-error:before,
.checkout .woocommerce-error:after,
.checkout .woocommerce-info:before,
.checkout .woocommerce-info:after,
.cart .woocommerce-message:before,
.cart .woocommerce-message:after,
.cart .woocommerce-error:before,
.cart .woocommerce-error:after,
.cart .woocommerce-info:before,
.cart .woocommerce-info:after {
  content: " ";
  display: table;
}
.releases .woocommerce-message:after,
.releases .woocommerce-error:after,
.releases .woocommerce-info:after,
.checkout .woocommerce-message:after,
.checkout .woocommerce-error:after,
.checkout .woocommerce-info:after,
.cart .woocommerce-message:after,
.cart .woocommerce-error:after,
.cart .woocommerce-info:after {
  clear: both;
}
.releases .woocommerce-message .button,
.releases .woocommerce-error .button,
.releases .woocommerce-info .button,
.checkout .woocommerce-message .button,
.checkout .woocommerce-error .button,
.checkout .woocommerce-info .button,
.cart .woocommerce-message .button,
.cart .woocommerce-error .button,
.cart .woocommerce-info .button {
  float: right;
}
.releases .woocommerce-message li,
.releases .woocommerce-error li,
.releases .woocommerce-info li,
.checkout .woocommerce-message li,
.checkout .woocommerce-error li,
.checkout .woocommerce-info li,
.cart .woocommerce-message li,
.cart .woocommerce-error li,
.cart .woocommerce-info li {
  list-style: none outside;
  padding-left: 0;
  margin-left: 0;
}
.releases .woocommerce-message,
.checkout .woocommerce-message,
.cart .woocommerce-message {
  background-color: #2ecc71;
}
.releases .woocommerce-error,
.checkout .woocommerce-error,
.cart .woocommerce-error {
  background-color: #c0392b;
}
.releases .woocommerce-message a.button.wc-forward,
.checkout .woocommerce-message a.button.wc-forward,
.cart .woocommerce-message a.button.wc-forward {
  display: none !important;
}
.releases label.checkbox,
.releases .ship-to-different-address label,
.checkout label.checkbox,
.checkout .ship-to-different-address label,
.cart label.checkbox,
.cart .ship-to-different-address label {
  display: inline !important;
}
.releases main .wc-proceed-to-checkout a.checkout-button,
.checkout main .wc-proceed-to-checkout a.checkout-button,
.cart main .wc-proceed-to-checkout a.checkout-button {
  border: none !important;
}

.cart main a {
  color: #fff !important;
}
.cart main a:hover {
  color: #0ec15a !important;
  border-bottom: 2px solid #fff !important;
}
@media screen and (max-width: 600px) {
  .cart .shop_table th.product-thumbnail,
  .cart .shop_table td.product-thumbnail,
  .cart .shop_table th.product-price,
  .cart .shop_table td.product-price {
    display: none !important;
  }
}
.cart .article-content h1 {
  margin-top: 50px;
  margin-bottom: 30px;
  font-size: 1.4em;
  color: #0ec15a;
  text-align: center;
}
.cart table.cart {
  /*
  product-thumbnail
  product-name
  z
  product-quantity
  product-subtotal
  product-remove
  */
}
@media screen and (max-width: 600px) {
  .cart table.cart th.product-remove,
  .cart table.cart td.product-remove,
  .cart table.cart th.product-quantity,
  .cart table.cart td.product-quantity {
    width: 20%;
  }
}
@media screen and (max-width: 600px) {
  .cart table.cart th.product-quantity {
    visibility: hidden;
  }
}
@media screen and (max-width: 600px) {
  .cart table.cart th.product-quantity:before {
    visibility: visible;
    content: 'QTY';
  }
}
@media screen and (max-width: 600px) {
  .cart table.cart th.product-subtotal,
  .cart table.cart td.product-subtotal {
    width: 20%;
  }
}
.cart table.cart th.product-name,
.cart table.cart td.product-name {
  padding: 0 20px;
}
@media screen and (max-width: 600px) {
  .cart table.cart th.product-name,
  .cart table.cart td.product-name {
    padding: 20px 0;
  }
}
.cart table.cart tr.cart_item td.product-remove {
  text-align: right;
}
.cart table.cart tr.cart_item td.product-remove a {
  padding: 15px 20px;
  background: #0ec15a;
  border: 0;
  color: #111;
}
.cart table.cart tr.cart_item td.product-remove a:hover {
  background: #fff;
  color: #111;
  border: 0;
}
@media screen and (max-width: 600px) {
  .cart table.cart tr.cart_item td.product-remove a {
    background: transparent;
    padding: 0;
    color: #fff;
  }
  .cart table.cart tr.cart_item td.product-remove a:hover {
    color: #0ec15a;
    background: transparent;
  }
}
.cart table.cart tr.cart_item td.product-name a {
  color: #fff;
}
.cart table.cart tr.cart_item td.product-name a:hover {
  color: #0ec15a;
  border-bottom: 2px solid #fff;
}
.cart table.cart tr.update-cart input[type="submit"] {
  border: 0;
  background: #0ec15a;
  color: #111;
  font-size: 0.8em;
  padding: 15px;
}
.cart table.cart tr.update-cart input[type="submit"]:hover {
  background: #fff;
  color: #111;
}
.cart .cart-collaterals {
  float: right;
  width: 50%;
  margin-top: 50px;
}
@media screen and (max-width: 600px) {
  .cart .cart-collaterals {
    width: 100%;
  }
}
.cart .cart-collaterals .wc-proceed-to-checkout {
  width: 240px;
  margin-top: 30px;
  text-align: center;
  background: #0ec15a;
  color: #fff;
  font-size: 0.8em;
}
.cart .cart-collaterals .wc-proceed-to-checkout a {
  display: block;
  padding: 15px;
  border: 0;
}
.cart .cart-collaterals .wc-proceed-to-checkout a:nth-child(3) {
  display: none;
}
.cart .cart-collaterals .wc-proceed-to-checkout a:nth-child(4) {
  display: none;
}
.cart .cart-collaterals .wc-proceed-to-checkout:hover {
  background: #fff;
  color: #111;
}
.cart .cart-collaterals .wc-proceed-to-checkout:hover a {
  color: #111;
}
.cart input[type="number"] {
  background-color: #fff;
  color: #111;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 20px;
  margin-bottom: 0.75em;
  padding: 0.5em;
  border: 3px solid #fff;
  width: 50%;
}
.cart input[type="number"]:hover {
  border: 3px solid #fff;
}
.cart input[type="number"]:focus {
  background: #ddd;
  border: 3px solid #ddd;
  box-shadow: none;
  outline: none;
}
.cart .cart-collaterals th {
  vertical-align: top;
  padding-right: 20px;
}
.cart .cart-collaterals #shipping_method input {
  display: inline;
}

/*
		
		.product-thumbnail {
			min-width: 320px;
		}

		img {
			width: 130px;
			box-shadow: none;
		}

		th,
		td {
			vertical-align: middle;
		}

		td {
			
			.product-name a {
				color: red;
			}
		}

		td.actions {
			.coupon {
				.input-text {
					float: left;
					-webkit-box-sizing: border-box;
					-moz-box-sizing: border-box;
					box-sizing: border-box;
					border: 1px solid darken( $secondary, 10% );
					padding: 6px 6px 5px;
					margin: 0 4px 0 0;
					outline: 0;
					line-height: 1;
				}
			}
		}

		input {
			margin: 0;
			vertical-align: middle;
			line-height: 1;
		}
	}

	.wc-proceed-to-checkout {
		@include clearfix;
		padding: 1em 0;

		a.checkout-button {
			display: block;
			text-align: center;
			margin-bottom: 1em;
		}
	}

	.cart-collaterals {
		.shipping_calculator {
			.button {
				width: 100%;
				float: none;
				display: block;
			}

			.shipping-calculator-button {
				&:after {
					@include iconafter( "\e019" );
				}
			}
		}

		.cart_totals {
			p {
				small {
					color: $subtext;
					font-size: 0.83em;
				}
			}

			table {
				border-collapse: separate;
				margin: 0 0 6px;
				padding: 0;
				border-left: 0;

				tr:first-child {
					th,
					td {
						border-top: 0;
					}
				}

				th {
					padding: 6px 12px 0 0;
					width: 25%;
				}

				td {
					padding: 6px 0;
				}

				td,
				th {
					vertical-align: top;
					border-left: 0;
					border-right: 0;
					padding: 6px 0;
					line-height: 2em;
				}

				small {
					color: $subtext;
				}

				select {
					width: 100%;
				}
			}

			.discount td {
				color: $highlight;
			}

			tr td,
			tr th {
				border-top: 1px solid $secondary;
			}
		}

		.cross-sells {
			ul.products {
				li.product {
					margin-top: 0;
				}
			}
		}
	}
}
*/
.checkout .article-content h1 {
  margin-top: 50px;
  margin-bottom: 30px;
  font-size: 1.4em;
  color: #0ec15a;
  text-align: center;
}
.checkout .woocommerce form .form-row-first,
.checkout .woocommerce-page form .form-row-first,
.checkout .woocommerce form .form-row-last,
.checkout .woocommerce-page form .form-row-last,
.checkout .woocommerce form #billing_postcode_field,
.checkout .woocommerce form #shipping_postcode_field,
.checkout .woocommerce form #billing_city_field,
.checkout .woocommerce form #shipping_city_field {
  width: 48%;
  overflow: visible;
  float: left;
}
.checkout .woocommerce #payment #place_order,
.checkout .woocommerce form .form-row-last,
.checkout .woocommerce-page #payment #place_order,
.checkout .woocommerce-page form .form-row-last,
.checkout .woocommerce form #billing_postcode_field,
.checkout .woocommerce form #billing_state_field,
.checkout .woocommerce form #shipping_postcode_field {
  float: right;
}
.checkout .form-row.terms a {
  color: #fff;
}
.checkout .woocommerce-checkout #order_review strong {
  background: #0ec15a;
  padding: 5px;
  border-radius: 40px;
  color: black;
  font-size: 14px;
}
.checkout .woocommerce-checkout #order_review .order-total td strong {
  padding: 0;
  background: none;
  color: yellow;
  font-size: 20px;
}
.checkout .woocommerce-checkout li.payment_method_nochex label {
  display: inline-block;
}
.checkout .woocommerce-checkout h3,
.checkout .woocommerce-checkout h3#ship-to-different-address label {
  margin: 40px 0 10px 0;
  padding-bottom: 5px;
  font-size: 0.95em;
  border-bottom: 1px solid #0ec15a;
}
.checkout .woocommerce-checkout .select2-container a,
.checkout .woocommerce-checkout .select2-choice a {
  font-size: 13px;
  padding: 0.5em;
  border-radius: 0;
  border: 0;
}
.checkout .woocommerce-checkout #billing_address_1_field {
  margin-top: 20px;
}
.checkout .woocommerce-checkout .select2-dropdown-open .select2-choice {
  border-bottom-color: red;
  -webkit-box-shadow: 0 1px 0 red inset;
  box-shadow: 0 1px 0 red inset;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.checkout .woocommerce-checkout .select2-dropdown-open .select2-choice .select2-arrow b:after {
  border-top-color: transparent;
  border-bottom-color: #666;
  margin-top: -6px;
}
.checkout .woocommerce-checkout label {
  font-size: 0.8em;
}
.checkout .woocommerce-checkout .col-2 .notes {
  padding-top: 12px;
  clear: left;
}
.checkout .woocommerce-checkout .col-2 .form-row-first {
  clear: left;
}
.checkout .woocommerce-checkout .create-account small {
  font-size: 11px;
  color: #777;
  font-weight: normal;
}
.checkout .woocommerce-checkout div.shipping-address {
  padding: 0;
  clear: left;
  width: 100%;
}
.checkout .woocommerce-checkout .shipping_address {
  clear: both;
}
.checkout .woocommerce-checkout #shipping_address_1_field {
  padding-top: 12px;
}
.checkout .woocommerce-checkout #payment {
  margin-top: 50px;
  background: #333;
}
.checkout .woocommerce-checkout #payment ul.payment_methods {
  *zoom: 1;
  text-align: left;
  padding: 1em 1em 0 1em;
  margin: 0;
  min-height: 150px;
  list-style: none outside;
}
.checkout .woocommerce-checkout #payment ul.payment_methods:before, .checkout .woocommerce-checkout #payment ul.payment_methods:after {
  content: " ";
  display: table;
}
.checkout .woocommerce-checkout #payment ul.payment_methods:after {
  clear: both;
}
.checkout .woocommerce-checkout #payment ul.payment_methods li {
  line-height: 2;
  width: 49%;
  display: inline-block;
  text-align: left;
  margin: 0;
  font-weight: normal;
  *zoom: 1;
}
.checkout .woocommerce-checkout #payment ul.payment_methods li:before, .checkout .woocommerce-checkout #payment ul.payment_methods li:after {
  content: " ";
  display: table;
}
.checkout .woocommerce-checkout #payment ul.payment_methods li:after {
  clear: both;
}
@media screen and (max-width: 400px) {
  .checkout .woocommerce-checkout #payment ul.payment_methods li {
    width: 100%;
    display: inline;
  }
}
.checkout .woocommerce-checkout #payment ul.payment_methods li img {
  vertical-align: middle;
  margin: -2px 1em 0 1em;
  padding: 0;
  position: relative;
  box-shadow: none;
}
.checkout .woocommerce-checkout #payment ul.payment_methods li img + img {
  margin-left: 2px;
}
.checkout .woocommerce-checkout #payment ul.payment_methods li .payment_method_paypal {
  float: left;
}
.checkout .woocommerce-checkout #payment ul.payment_methods li .payment_method_nochex {
  float: right;
}
.checkout .woocommerce-checkout #payment .place-order input[type="submit"] {
  text-align: center;
  background: #0ec15a;
  border: 0;
  color: #111;
  font-size: 0.8em;
  padding: 15px;
}
.checkout .woocommerce-checkout #payment .place-order input[type="submit"]:hover {
  background: #fff;
  color: #111;
}
.checkout .woocommerce-checkout #payment div.form-row {
  padding: 0 1em 1em 1em;
  overflow: hidden;
}
.checkout .woocommerce-checkout #payment div.payment_box {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 1em;
  margin: 1em 0 1em 0;
  font-size: 0.7em;
  border-radius: 0;
  line-height: 1.5;
  background-color: #0ec15a;
  color: #111;
}
.checkout .woocommerce-checkout #payment div.payment_box input.input-text,
.checkout .woocommerce-checkout #payment div.payment_box textarea {
  border-color: #c7c1c6;
  border-top-color: #bbb3b9;
}
.checkout .woocommerce-checkout #payment div.payment_box ::-webkit-input-placeholder {
  color: #bbb3b9;
}
.checkout .woocommerce-checkout #payment div.payment_box :-moz-placeholder {
  color: #bbb3b9;
}
.checkout .woocommerce-checkout #payment div.payment_box :-ms-input-placeholder {
  color: #bbb3b9;
}
.checkout .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number,
.checkout .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,
.checkout .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc {
  font-size: 1.5em;
  padding: 8px;
  background-repeat: no-repeat;
  background-position: right;
}
.checkout .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa,
.checkout .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
.checkout .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa {
  background-image: url(../images/icons/credit-cards/visa.png);
}
.checkout .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
.checkout .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
.checkout .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard {
  background-image: url(../images/icons/credit-cards/mastercard.png);
}
.checkout .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser,
.checkout .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
.checkout .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser {
  background-image: url(../images/icons/credit-cards/laser.png);
}
.checkout .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
.checkout .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
.checkout .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub {
  background-image: url(../images/icons/credit-cards/diners.png);
}
.checkout .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro,
.checkout .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
.checkout .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro {
  background-image: url(../images/icons/credit-cards/maestro.png);
}
.checkout .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb,
.checkout .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
.checkout .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb {
  background-image: url(../images/icons/credit-cards/jcb.png);
}
.checkout .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex,
.checkout .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
.checkout .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex {
  background-image: url(../images/icons/credit-cards/amex.png);
}
.checkout .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover,
.checkout .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
.checkout .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover {
  background-image: url(../images/icons/credit-cards/discover.png);
}
.checkout .woocommerce-checkout #payment div.payment_box span.help {
  font-size: .857em;
  color: #777;
  font-weight: normal;
}
.checkout .woocommerce-checkout #payment div.payment_box .form-row {
  margin: 0 0 1em;
}
.checkout .woocommerce-checkout #payment div.payment_box p:last-child {
  margin-bottom: 0;
}
.checkout .woocommerce-checkout #payment div.payment_box:before {
  content: "";
  display: block;
  border: 1em solid #0ec15a;
  /* arrow size / color */
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -.75em;
  left: 0;
  margin: -1em 0 0 2em;
}
.checkout .woocommerce-checkout #payment .payment_method_paypal label {
  display: inline-block;
}
.checkout .woocommerce-checkout #payment .payment_method_paypal .about_paypal {
  float: right;
  display: block;
  line-height: 100%;
  font-size: 0.83em;
  padding-top: 16px;
}
.checkout .woocommerce-checkout #payment .payment_method_paypal img {
  max-height: 52px;
  padding: 0 10px;
  display: inline;
  vertical-align: middle;
}
.checkout .woocommerce-checkout #payment .payment_method_paypal a {
  display: inline;
  line-height: 0;
  color: white;
  border-botttom: 0 solid transparent !important;
}
.checkout .woocommerce-checkout #payment .payment_method_paypal a:hover {
  color: #0ec15a;
  border-botttom: 0 solid transparent !important;
}

/*--------------------------------------------------------------
10.0 Woocommerce
--------------------------------------------------------------*/

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


/* SOCIAL */
#social-icons {float: right;}
#social-icons a {padding: 0 10px 10px 10px; border-bottom: 0px; text-decoration: none !important; float: left;}


/* Home changes 20161212 */
.home main {
    height: 600px;
    position: relative;
    background-image: url(/wp-content/themes/webmadegood_surgeon/assets/images/home.bg.jpg);
    background-repeat: no-repeat;
    background-position: center 0px;
}

td.product-thumbnail {
  max-width: 60px;
}

.cart table.cart tr.cart_item td.product-remove {
  text-align: left;
  text-align: none;
}