/*!
Theme Name: The Woggles
Theme URI: http://underscores.me/
Author: Exit10
Author URI: http://exit10.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: the-woggles
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

The Woggles is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

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

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

/* ==========================================================================
   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: .67em 0;
}

.contact h5 {
  color: #A0A4A7;
  font-family: "Arvo",serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

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

/**
 * 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;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

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

/**
 * 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: -.5em;
}

sub {
  bottom: -.25em;
}

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

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  max-width: 100%;
}

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

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

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

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

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .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"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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;
}

.pad_bottom20x {
  padding-bottom: 200px;
}

.pad_top20x {
  padding-top: 200px;
}

.margin_bottom20x {
  margin-bottom: 200px;
}

.margin_top20x {
  margin-top: 200px;
}

.pad_bottom19x {
  padding-bottom: 190px;
}

.pad_top19x {
  padding-top: 190px;
}

.margin_bottom19x {
  margin-bottom: 190px;
}

.margin_top19x {
  margin-top: 190px;
}

.pad_bottom18x {
  padding-bottom: 180px;
}

.pad_top18x {
  padding-top: 180px;
}

.margin_bottom18x {
  margin-bottom: 180px;
}

.margin_top18x {
  margin-top: 180px;
}

.pad_bottom17x {
  padding-bottom: 170px;
}

.pad_top17x {
  padding-top: 170px;
}

.margin_bottom17x {
  margin-bottom: 170px;
}

.margin_top17x {
  margin-top: 170px;
}

.pad_bottom16x {
  padding-bottom: 160px;
}

.pad_top16x {
  padding-top: 160px;
}

.margin_bottom16x {
  margin-bottom: 160px;
}

.margin_top16x {
  margin-top: 160px;
}

.pad_bottom15x {
  padding-bottom: 150px;
}

.pad_top15x {
  padding-top: 150px;
}

.margin_bottom15x {
  margin-bottom: 150px;
}

.margin_top15x {
  margin-top: 150px;
}

.pad_bottom14x {
  padding-bottom: 140px;
}

.pad_top14x {
  padding-top: 140px;
}

.margin_bottom14x {
  margin-bottom: 140px;
}

.margin_top14x {
  margin-top: 140px;
}

.pad_bottom13x {
  padding-bottom: 130px;
}

.pad_top13x {
  padding-top: 130px;
}

.margin_bottom13x {
  margin-bottom: 130px;
}

.margin_top13x {
  margin-top: 130px;
}

.pad_bottom12x {
  padding-bottom: 120px;
}

.pad_top12x {
  padding-top: 120px;
}

.margin_bottom12x {
  margin-bottom: 120px;
}

.margin_top12x {
  margin-top: 120px;
}

.pad_bottom11x {
  padding-bottom: 110px;
}

.pad_top11x {
  padding-top: 110px;
}

.margin_bottom11x {
  margin-bottom: 110px;
}

.margin_top11x {
  margin-top: 110px;
}

.pad_bottom10x {
  padding-bottom: 100px;
}

.pad_top10x {
  padding-top: 100px;
}

.margin_bottom10x {
  margin-bottom: 100px;
}

.margin_top10x {
  margin-top: 100px;
}

.pad_bottom9x {
  padding-bottom: 90px;
}

.pad_top9x {
  padding-top: 90px;
}

.margin_bottom9x {
  margin-bottom: 90px;
}

.margin_top9x {
  margin-top: 90px;
}

.pad_bottom8x {
  padding-bottom: 80px;
}

.pad_top8x {
  padding-top: 80px;
}

.margin_bottom8x {
  margin-bottom: 80px;
}

.margin_top8x {
  margin-top: 80px;
}

.pad_bottom7x {
  padding-bottom: 70px;
}

.pad_top7x {
  padding-top: 70px;
}

.margin_bottom7x {
  margin-bottom: 70px;
}

.margin_top7x {
  margin-top: 70px;
}

.pad_bottom6x {
  padding-bottom: 60px;
}

.pad_top6x {
  padding-top: 60px;
}

.margin_bottom6x {
  margin-bottom: 60px;
}

.margin_top6x {
  margin-top: 60px;
}

.pad_bottom5x {
  padding-bottom: 50px;
}

.pad_top5x {
  padding-top: 50px;
}

.margin_bottom5x {
  margin-bottom: 50px;
}

.margin_top5x {
  margin-top: 50px;
}

.pad_bottom4x {
  padding-bottom: 40px;
}

.pad_top4x {
  padding-top: 40px;
}

.margin_bottom4x {
  margin-bottom: 40px;
}

.margin_top4x {
  margin-top: 40px;
}

.pad_bottom3x {
  padding-bottom: 30px;
}

.pad_top3x {
  padding-top: 30px;
}

.margin_bottom3x {
  margin-bottom: 30px;
}

.margin_top3x {
  margin-top: 30px;
}

.pad_bottom2x {
  padding-bottom: 20px;
}

.pad_top2x {
  padding-top: 20px;
}

.margin_bottom2x {
  margin-bottom: 20px;
}

.margin_top2x {
  margin-top: 20px;
}

.pad_bottom1x {
  padding-bottom: 10px;
}

.pad_top1x {
  padding-top: 10px;
}

.margin_bottom1x {
  margin-bottom: 10px;
}

.margin_top1x {
  margin-top: 10px;
}

.pad_bottom0x {
  padding-bottom: 0;
}

.pad_top0x {
  padding-top: 0;
}

.margin_bottom0x {
  margin-bottom: 0;
}

.margin_top0x {
  margin-top: 0;
}

.pad_left20x {
  padding-left: 200px;
}

.pad_right20x {
  padding-right: 200px;
}

.margin_left20x {
  margin-left: 200px;
}

.margin_right20x {
  margin-right: 200px;
}

.pad_left19x {
  padding-left: 190px;
}

.pad_right19x {
  padding-right: 190px;
}

.margin_left19x {
  margin-left: 190px;
}

.margin_right19x {
  margin-right: 190px;
}

.pad_left18x {
  padding-left: 180px;
}

.pad_right18x {
  padding-right: 180px;
}

.margin_left18x {
  margin-left: 180px;
}

.margin_right18x {
  margin-right: 180px;
}

.pad_left17x {
  padding-left: 170px;
}

.pad_right17x {
  padding-right: 170px;
}

.margin_left17x {
  margin-left: 170px;
}

.margin_right17x {
  margin-right: 170px;
}

.pad_left16x {
  padding-left: 160px;
}

.pad_right16x {
  padding-right: 160px;
}

.margin_left16x {
  margin-left: 160px;
}

.margin_right16x {
  margin-right: 160px;
}

.pad_left15x {
  padding-left: 150px;
}

.pad_right15x {
  padding-right: 150px;
}

.margin_left15x {
  margin-left: 150px;
}

.margin_right15x {
  margin-right: 150px;
}

.pad_left14x {
  padding-left: 140px;
}

.pad_right14x {
  padding-right: 140px;
}

.margin_left14x {
  margin-left: 140px;
}

.margin_right14x {
  margin-right: 140px;
}

.pad_left13x {
  padding-left: 130px;
}

.pad_right13x {
  padding-right: 130px;
}

.margin_left13x {
  margin-left: 130px;
}

.margin_right13x {
  margin-right: 130px;
}

.pad_left12x {
  padding-left: 120px;
}

.pad_right12x {
  padding-right: 120px;
}

.margin_left12x {
  margin-left: 120px;
}

.margin_right12x {
  margin-right: 120px;
}

.pad_left11x {
  padding-left: 110px;
}

.pad_right11x {
  padding-right: 110px;
}

.margin_left11x {
  margin-left: 110px;
}

.margin_right11x {
  margin-right: 110px;
}

.pad_left10x {
  padding-left: 100px;
}

.pad_right10x {
  padding-right: 100px;
}

.margin_left10x {
  margin-left: 100px;
}

.margin_right10x {
  margin-right: 100px;
}

.pad_left9x {
  padding-left: 90px;
}

.pad_right9x {
  padding-right: 90px;
}

.margin_left9x {
  margin-left: 90px;
}

.margin_right9x {
  margin-right: 90px;
}

.pad_left8x {
  padding-left: 80px;
}

.pad_right8x {
  padding-right: 80px;
}

.margin_left8x {
  margin-left: 80px;
}

.margin_right8x {
  margin-right: 80px;
}

.pad_left7x {
  padding-left: 70px;
}

.pad_right7x {
  padding-right: 70px;
}

.margin_left7x {
  margin-left: 70px;
}

.margin_right7x {
  margin-right: 70px;
}

.pad_left6x {
  padding-left: 60px;
}

.pad_right6x {
  padding-right: 60px;
}

.margin_left6x {
  margin-left: 60px;
}

.margin_right6x {
  margin-right: 60px;
}

.pad_left5x {
  padding-left: 50px;
}

.pad_right5x {
  padding-right: 50px;
}

.margin_left5x {
  margin-left: 50px;
}

.margin_right5x {
  margin-right: 50px;
}

.pad_left4x {
  padding-left: 40px;
}

.pad_right4x {
  padding-right: 40px;
}

.margin_left4x {
  margin-left: 40px;
}

.margin_right4x {
  margin-right: 40px;
}

.pad_left3x {
  padding-left: 30px;
}

.pad_right3x {
  padding-right: 30px;
}

.margin_left3x {
  margin-left: 30px;
}

.margin_right3x {
  margin-right: 30px;
}

.pad_left2x {
  padding-left: 20px;
}

.pad_right2x {
  padding-right: 20px;
}

.margin_left2x {
  margin-left: 20px;
}

.margin_right2x {
  margin-right: 20px;
}

.pad_left1x {
  padding-left: 10px;
}

.pad_right1x {
  padding-right: 10px;
}

.margin_left1x {
  margin-left: 10px;
}

.margin_right1x {
  margin-right: 10px;
}

.pad_left0x {
  padding-left: 0;
}

.pad_right0x {
  padding-right: 0;
}

.margin_left0x {
  margin-left: 0;
}

.margin_right0x {
  margin-right: 0;
}

.pad2x {
  padding: 20px;
}

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

.mw400 {
  max-width: 400px;
  margin: 0 auto;
}

.magenta {
  color: #BE49A4;
}

.purple {
  color: #BA92B4;
}

.white {
  color: #FFF;
}

#content.bg_white, .bg_white {
  background: #FFF;
  color: #000;
}

.bg_black {
  background: #000;
  color: #FFF;
}

.bg_magenta {
  background: #BE49A4;
  color: #FFF;
}

.bg_transBlack {
  background: rgba(0, 0, 0, 0.7);
}

.serif {
  font-family: "Arvo",serif;
}

.sans {
  font-family: "Open Sans",sans-serif;
}

.light {
  font-weight: 300;
}

.gray {
  color: #A0A4A7 !important;
}

.white {
  color: #FFF !important;
}

p.large {
  font-size: 18px;
}

a.small {
  font-size: 15px;
}

a.button.small {
  font-size: 14px;
}

.left {
  float: left;
}

.right {
  float: right;
}

.inline {
  display: inline-block;
}

.center {
  text-align: center;
}

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.no_underline {
  text-decoration: none;
}

.invisible {
  opacity: 0;
  alpha: filter(opacity=0);
}

.bold {
  font-weight: 600;
}

.semi {
  font-weight: 400;
}

.border_bottom {
  border-bottom: 1px dotted #c2c2c2;
}

.border_bottom2x {
  border-bottom: 2px dotted #c2c2c2;
}

.border_top {
  border-top: 1px dotted #c2c2c2;
}

hr.border_top2x {
  border-top: 2px dotted #c2c2c2;
  border-bottom: 0;
}

hr {
  border: none;
  border-bottom: 1px solid #c2c2c2;
  margin-bottom: 20px;
}

.button {
  background: #BE49A4;
  color: #F1F1F1;
  text-decoration: none;
  padding: 10px 25px;
  font-family: "Arvo",serif;
}

.button.small {
  padding: 5px 12px;
  line-height: 26px;
}

a.button {
  display: inline-block;
}

.position {
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}

.inner, .container {
  float: left;
  width: 100%;
  position: relative;
}

.embed_container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed_container iframe, .embed_container object, .embed_container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@font-face {
  font-family: 'icomoon';
  src: url(fonts/icomoon.eot);
}
@font-face {
  font-family: 'icomoon';
  src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SAywAAAC8AAAAYGNtYXAaVcxZAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5Zm8VWKYAAAFwAAACBGhlYWQE1cG5AAADdAAAADZoaGVhB5kDyAAAA6wAAAAkaG10eA4AAI8AAAPQAAAAHGxvY2EAxAFoAAAD7AAAABBtYXhwAAsASAAAA/wAAAAgbmFtZVcZpu4AAAQcAAABRXBvc3QAAwAAAAAFZAAAACAAAwQAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADmAgPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIOYC//3//wAAAAAAIOYA//3//wAB/+MaBAADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAzAAADzQOaACQAAAEhIgYVERQWMyERIzUzNTQ2OwEVIyIGHQEzByMRMzI2NRE0JiMDZv00Kzw8KwFmZmZfYlw9JiCDHWbMKzw8KwOaPSr9Myo8AWZ/aVNqhi8aV3/+mjwqAs0qPQADADMAAAPNA5oADAARAC8AAAEUBiMiJjU0NjMyFhcDETMRIwE0JiczFzM+ATMyHgIVESMRNCYjIgYHDgEVESMRAQA1MS84NzAvNgHNzc0BMwMCuAkEFGBQMFQ8I80xNSktCgQDzQMzKTw6KSlAPSr8zQKa/WYBtjtlKlgfSCFEZ0b+gwFfPVM1GwoaDf6SAbYAAAAAAQApAE4D1wNMAEUAAAEcARUUDgIjIiYnHgEzMjY3LgEnHgEzMjY3LgE1PAExHgEXLgE1NDY3HgMXLgE1ND4CMzIWFz4BNw4BBz4BNw4BBwN3SIvNhlKWQAsXDER6Mj9jEggTCQ0aDEJZEy0XJy8ODSNZZXE8AwIeNUYoKkkaIT4cCyweHTgaEzEcAo0GDQZgxJ5kLikBAiwnAUs6AgEDAw5qRgEBCg0BGlUyGzEVLEc1HwMLFgsoRzQfIRwGGBAhNxIDDwwdMxQAAAAAAQAAAAEAACiG5g5fDzz1AAsEAAAAAADQ8D6RAAAAANDwPpEAAAAAA9cDmgAAAAgAAgAAAAAAAAABAAADwP/AAAAEAAAAAAAD1wABAAAAAAAAAAAAAAAAAAAABwAAAAAAAAAAAAAAAAIAAAAEAAAzBAAAMwQAACkAAAAAAAoAFAAeAFIAnAECAAEAAAAHAEYAAwAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAOAAAAAQAAAAAAAgAOAEcAAQAAAAAAAwAOACQAAQAAAAAABAAOAFUAAQAAAAAABQAWAA4AAQAAAAAABgAHADIAAQAAAAAACgA0AGMAAwABBAkAAQAOAAAAAwABBAkAAgAOAEcAAwABBAkAAwAOACQAAwABBAkABAAOAFUAAwABBAkABQAWAA4AAwABBAkABgAOADkAAwABBAkACgA0AGMAaQBjAG8AbQBvAG8AbgBWAGUAcgBzAGkAbwBuACAAMQAuADAAaQBjAG8AbQBvAG8Abmljb21vb24AaQBjAG8AbQBvAG8AbgBSAGUAZwB1AGwAYQByAGkAYwBvAG0AbwBvAG4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=) format("truetype"), url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAAXQAAsAAAAABYQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAABCAAAAGAAAABgDxIDLGNtYXAAAAFoAAAATAAAAEwaVcxZZ2FzcAAAAbQAAAAIAAAACAAAABBnbHlmAAABvAAAAgQAAAIEbxVYpmhlYWQAAAPAAAAANgAAADYE1cG5aGhlYQAAA/gAAAAkAAAAJAeZA8hobXR4AAAEHAAAABwAAAAcDgAAj2xvY2EAAAQ4AAAAEAAAABAAxAFobWF4cAAABEgAAAAgAAAAIAALAEhuYW1lAAAEaAAAAUUAAAFFVxmm7nBvc3QAAAWwAAAAIAAAACAAAwAAAAMEAAGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA5gIDwP/AAEADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAgAAAAMAAAAUAAMAAQAAABQABAA4AAAACgAIAAIAAgABACDmAv/9//8AAAAAACDmAP/9//8AAf/jGgQAAwABAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAMwAAA80DmgAkAAABISIGFREUFjMhESM1MzU0NjsBFSMiBh0BMwcjETMyNjURNCYjA2b9NCs8PCsBZmZmX2JcPSYggx1mzCs8PCsDmj0q/TMqPAFmf2lTaoYvGld//po8KgLNKj0AAwAzAAADzQOaAAwAEQAvAAABFAYjIiY1NDYzMhYXAxEzESMBNCYnMxczPgEzMh4CFREjETQmIyIGBw4BFREjEQEANTEvODcwLzYBzc3NATMDArgJBBRgUDBUPCPNMTUpLQoEA80DMyk8OikpQD0q/M0Cmv1mAbY7ZSpYH0ghRGdG/oMBXz1TNRsKGg3+kgG2AAAAAAEAKQBOA9cDTABFAAABHAEVFA4CIyImJx4BMzI2Ny4BJx4BMzI2Ny4BNTwBMR4BFy4BNTQ2Nx4DFy4BNTQ+AjMyFhc+ATcOAQc+ATcOAQcDd0iLzYZSlkALFwxEejI/YxIIEwkNGgxCWRMtFycvDg0jWWVxPAMCHjVGKCpJGiE+HAssHh04GhMxHAKNBg0GYMSeZC4pAQIsJwFLOgIBAwMOakYBAQoNARpVMhsxFSxHNR8DCxYLKEc0HyEcBhgQITcSAw8MHTMUAAAAAAEAAAABAAAohuYOXw889QALBAAAAAAA0PA+kQAAAADQ8D6RAAAAAAPXA5oAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAA9cAAQAAAAAAAAAAAAAAAAAAAAcAAAAAAAAAAAAAAAACAAAABAAAMwQAADMEAAApAAAAAAAKABQAHgBSAJwBAgABAAAABwBGAAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADgAAAAEAAAAAAAIADgBHAAEAAAAAAAMADgAkAAEAAAAAAAQADgBVAAEAAAAAAAUAFgAOAAEAAAAAAAYABwAyAAEAAAAAAAoANABjAAMAAQQJAAEADgAAAAMAAQQJAAIADgBHAAMAAQQJAAMADgAkAAMAAQQJAAQADgBVAAMAAQQJAAUAFgAOAAMAAQQJAAYADgA5AAMAAQQJAAoANABjAGkAYwBvAG0AbwBvAG4AVgBlAHIAcwBpAG8AbgAgADEALgAwAGkAYwBvAG0AbwBvAG5pY29tb29uAGkAYwBvAG0AbwBvAG4AUgBlAGcAdQBsAGEAcgBpAGMAbwBtAG8AbwBuAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format("woff");
  font-weight: 400;
  font-style: normal;
}
.icon {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
  content: "\e600";
}

.icon-linkedin:before {
  content: "\e601";
}

.icon-twitter:before {
  content: "\e602";
}

html {
  background: #000;
}

body {
  font-family: "Open Sans",sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 30px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

address {
  font-style: normal;
}

.column, section, header, footer, .section, .block {
  float: left;
  width: 100%;
  position: relative;
}

.handheld_only {
  display: block;
}

.large_tablet_plus {
  display: none;
}

#wrap {
  -webkit-transition: .4s all ease-in-out;
  transition: .4s all ease-in-out;
  overflow-x: hidden;
}

.nav_open #header .mobile_nav_button .bar {
  opacity: 0;
  alpha: filter(opacity=0);
}

.nav_open #header .mobile_nav_button .bar.x1, .nav_open #header .mobile_nav_button .bar.x2 {
  opacity: 1;
  alpha: filter(opacity=100);
  margin-top: 6px;
  margin-left: 0;
}

.nav_open #header .mobile_nav_button .bar.x1 {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav_open #header .mobile_nav_button .bar.x2 {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav_open #wrap {
  margin-left: -80%;
  position: fixed;
  overflow-x: visible;
}

.nav_open #footer {
  display: none;
}

.nav_open #header #main_nav {
  background-color: #000;
  position: absolute;
  display: block;
  width: 200px;
  right: -240px;
}

.nav_open #header #main_nav li {
  width: 100%;
}

.nav_open #header #main_nav li a {
  color: #FFF;
}

.nav_open #header #main_nav li.has_subnav:before {
  content: '';
}

.nav_open #header #main_nav li.has_subnav ul.subnav {
  background: none;
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
}

.nav_open #header #main_nav li.has_subnav ul.subnav a {
  color: silver;
}

#header {
  position: fixed;
  z-index: 8;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

#header a {
  color: #FFF;
  text-decoration: none;
}

#header div.block {
  line-height: 40px;
}

#header div.block #logo_wrap {
  float: left;
  width: 100%;
  position: relative;
}

#header div.block #logo {
  float: left;
  height: 24px;
  margin-top: 8px;
}

#header div.block .right {
  padding: 0 -webkit-calc(1.76% + 8px);
  padding: 0 calc(1.76% + 8px);
  font-size: 15px;
}

#header div.block .right + .right {
  border-right: 1px solid #c2c2c2;
}

#header div.block #socialIcons {
  letter-spacing: 7px;
  padding-right: 0;
}

#header div.block #socialIcons a {
  font-size: 18px;
}

#header .mobile_nav_button {
  float: left;
  position: absolute;
  right: 0;
  padding: 0;
  width: 22px;
  height: 15px;
  margin-top: 7px;
}

#header .mobile_nav_button .bar {
  float: left;
  position: absolute;
  width: 100%;
  -webkit-transition: .4s all ease-in-out;
  transition: .4s all ease-in-out;
  opacity: 1;
  alpha: filter(opacity=100);
  background: #FFF;
  height: 2px;
  margin-bottom: 4px;
  margin-top: 6px;
}

#header .mobile_nav_button .bar.x1 {
  margin-top: 0;
}

#header .mobile_nav_button .bar.x2 {
  margin-top: 12px;
}

#header .mobile_nav_button .bar:last-child {
  margin-bottom: 0;
}

#header #main_nav {
  display: none;
  background: #FFF;
  font-weight: 300;
}

#header #main_nav .slideOutLogo {
  width: 150px;
}

#header #main_nav a {
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#header #main_nav a:hover, #header #main_nav .active {
  color: #BE49A4;
}

#header #main_nav ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  height: 60px;
  text-align: center;
  max-width: 1000px;
}

#header #main_nav ul li {
  font-size: 18px;
  display: inline-block;
}

#header #main_nav ul li a {
  float: left;
  width: auto;
  position: relative;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  margin-top: 2px;
}

#header #main_nav ul li.has_subnav:before {
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  float: left;
  color: rgba(255, 255, 255, 0.5);
  content: ">";
  font-weight: 400;
  padding-right: 5px;
  display: inline-block;
}

#header #main_nav ul li.has_subnav:hover:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

#header #main_nav ul li:hover ul.subnav {
  display: block;
}

#header #main_nav ul li ul.subnav {
  display: none;
  position: absolute;
  width: 140px;
  padding: 20px;
  margin: 30px 0 0 15px;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9;
}

#header #main_nav ul li ul.subnav li {
  float: left;
  width: 100%;
  position: relative;
  font-size: 12px;
  padding-right: 0;
  line-height: 24px;
}

#soundcloud {
  width: 100%;
  height: 80px;
  position: absolute;
  top: 74px;
  right: 0;
  -webkit-transition: .4s all ease-in-out;
  transition: .4s all ease-in-out;
}

#soundcloud:hover {
  height: 350px;
}

#content {
  background-color: #424347;
  color: #FFF;
  margin-top: 75px;
}

#content #recentNews {
  background: #424347 url(../images/star_texture.jpg) 50% 0%/cover no-repeat;
}

.news #content .bg, .single #content .bg {
  background: #424347 url(../images/news_01.jpg) 50% 0%/cover no-repeat;
}

.dates #content .bg, .shows-archive #content .bg {
  background: #424347 url(../images/dates_01.jpg) 50% 0%/cover no-repeat;
}

.bio #content .bg, .shows-archive #content .bg {
  background: #424347 url(../images/WOGGS_BIO_HEADER.jpg) 50% 15%/cover no-repeat;
}

.discography .bg, .shows-archive #content .bg {
  background: #424347 url(../images/WOGGS_DISCO_HEADER.jpg) 50% 5%/cover no-repeat;
}

#content a {
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
  text-decoration: none;
  color: #A0A4A7;
}

#content .zoom-twitter_widget__message a {
  color: #fff;
}

#content a.button:hover {
  color: #FFF;
}

#content #home_image {
  width: 100%;
  height: auto;
  margin-top: 80px;
}

#content img.artwork {
  float: none;
  max-width: 400px;
  margin: 0 auto 20px;
  display: block;
}

#content .entry time {
  font-size: 24px;
  font-family: "Open Sans",sans-serif;
  font-weight: 300;
  letter-spacing: 2px;
}

#content .month h4 {
  margin-bottom: 30px;
}

#content .date .social a {
  color: #FFF;
  font-size: 19px;
  margin-right: 15px;
}

#content .month .date {
  padding-bottom: 20px;
  border-bottom: 1px dotted #c2c2c2;
  margin-bottom: 30px;
}

#content .month .date .inline {
  width: 300px;
  max-width: 40%;
  min-width: 210px;
  vertical-align: top;
}

#content .member {
  clear: both;
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 40px;
}

#content .member .message {
  text-align: center;
  width: 100%;
  max-width: 550px;
  margin: 0 auto 60px;
}

#content .member .message p {
  padding-bottom: 10px;
  line-height: 22px;
}

#content .member img {
  margin: 0 30px 0 0;
  max-width: 270px;
}

#content .member .address {
  clear: both;
  text-align: right;
}

#content .member h3 {
  text-transform: uppercase;
  font-family: "Open Sans",sans-serif;
  font-size: 20px;
  font-weight: 600;
}

#content .release {
  clear: both;
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 40px;
}

#content .release img {
  margin-right: 30px;
  width: 144px;
}

#content form[name="wpcf7-form"] {
  /* "A group of selectors containing an invalid selector is invalid" */
}

#content form[name="wpcf7-form"] input {
  display: block;
  position: relative;
  width: 280px;
  max-width: 100%;
  background: #BA92B4;
  color: #FFF;
  border: 0;
  line-height: 26px;
  margin: 10px 0;
  padding-left: 10px;
}

#content form[name="wpcf7-form"] input[type="submit"] {
  display: block;
  position: relative;
  width: 80px;
  background: #FFF;
  color: #424347;
  padding: 0;
}

#content form[name="wpcf7-form"] ::-webkit-input-placeholder {
  color: #FFF;
}

#content form[name="wpcf7-form"] ::-moz-placeholder {
  color: #FFF;
  opacity: 1;
}

#content form[name="wpcf7-form"] :-ms-input-placeholder {
  color: #FFF;
}

#content .navArrow {
  display: inline-block;
  font-size: 20px;
  padding-bottom: 20px;
}

div.wpcf7-mail-sent-ok {
  border: 2px solid #BA92B4;
}

div.wpcf7-response-output {
  margin: 2em 0.5em 1em 0;
}

#content .navArrow.prev {
  position: relative;
  top: 4px;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#content .navArrow.top {
  position: relative;
  top: 2px;
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

#footer {
  background: #000;
  color: #c2c2c2;
  padding: 40px 0;
}

#footer #footer_logo {
  float: left;
  height: 23px;
  margin: 6px 0 5px -3px;
}

#footer address {
  font-size: 14px;
  line-height: 22px;
}

#footer a, #footer p {
  color: #c2c2c2;
  text-decoration: none;
  display: block;
  font-size: 14px;
  line-height: 35px;
  text-transform: uppercase;
}

#footer a[href^="mailto:"], #footer p[href^="mailto:"] {
  text-transform: none;
}

#footer p {
  font-family: "Open Sans",sans-serif;
  padding-bottom: 0;
}

#footer .social {
  font-size: 16px;
  margin-left: 10px;
}

#footer .social a {
  display: inline;
  margin-left: 10px;
}

#footer .col1, #footer .col2, #footer .col3, #footer .col4 {
  float: left;
  width: 100%;
  position: relative;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0;
}

h1, .h1 {
  font-size: 30px;
  line-height: 35px;
  text-transform: uppercase;
}

h2, .h2 {
  font-size: 24px;
  line-height: 28px;
  color: #BE49A4;
  text-transform: uppercase;
}

h3, .h3 {
  font-family: "Arvo",serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: .1em;
}

h4, .h4 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  background-color: #9BA0A3;
  padding: 7px 13px;
  text-transform: uppercase;
}

p, .p {
  margin: 0;
  padding-bottom: 18px;
  font-family: "Arvo",serif;
  font-size: 16px;
  line-height: 28px;
}

a {
  outline: 0 !important;
}

small {
  font-size: 14px;
  line-height: 17px;
}

ul {
  margin: 0;
  padding-left: 20px;
  padding-bottom: 20px;
}

#content ul {
  list-style-type: none;
}

#content .pagination {
  text-align: center;
}

#content .pagination ul {
  padding: 0;
}

#content .pagination ul li {
  padding: 0 10px;
  display: inline;
}

#content .pagination ul li.control a {
  width: auto;
}

#content .pagination ul li:before {
  content: '';
}

@media (min-width: 600px) {
  .handheld_only {
    display: none;
  }

  #content .member img {
    float: left;
  }

  #content .release img {
    float: left;
  }

  #content .month .date .social {
    float: right;
    margin-top: 20px;
  }

  #footer .col1, #footer .col3 {
    width: 46%;
    margin-right: 4%;
  }

  #footer .col2, #footer .col4 {
    width: 50%;
    margin-right: 0;
  }

  .column3.gutter0x .column {
    width: 50%;
    margin-right: 0;
  }

  .column4 .column {
    width: 46%;
    margin-right: 4%;
  }

  .column4 .column.last {
    margin-right: 0;
  }

  .column4.gutter0x .column {
    width: 50%;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  #header .mobile_nav_button {
    display: none;
  }

  #header > div.block {
    -webkit-box-shadow: 0 0 2px 3px #aaa;
    box-shadow: 0 0 2px 3px #aaa;
    position: relative;
    z-index: 1;
  }

  #header div.block #logo_wrap {
    float: none;
    position: static;
  }

  #header #main_nav {
    display: block;
  }

  #header #main_nav ul li {
    padding: 14px 12px;
  }

  h1, .h1 {
    font-size: 60px;
    line-height: 70px;
  }

  h2, .h2 {
    font-size: 30px;
    line-height: 36px;
  }

  h3, .h3 {
    font-size: 24px;
    line-height: 30px;
  }

  h4, .h4 {
    font-size: 20px;
    line-height: 26px;
  }

  ul.half {
    float: left;
    width: 100%;
    position: relative;
  }

  ul.half li {
    float: left;
    width: 50%;
    position: relative;
    padding: 0 30px 10px 0;
  }

  ul.half + p {
    clear: both;
  }

  #content {
    margin-top: 100px;
  }

  #footer .col1 {
    width: 33%;
    margin-right: 4%;
  }

  #footer .col2 {
    width: 24%;
    margin-right: 4%;
  }

  #footer .col3 {
    width: 16%;
    margin-right: 4%;
  }

  #footer .col4 {
    width: 15%;
    margin-right: 0;
  }

  .column2 .column {
    width: 48%;
    margin-right: 4%;
  }

  .column2 .column:last-child, .column2 .column.last {
    margin-right: 0;
  }

  .column2.gutter0x .column {
    width: 50%;
    margin-right: 0;
  }

  .column3 .column {
    width: 30.66667%;
    margin-right: 4%;
  }

  .column3 .column:last-child, .column3 .column.last {
    margin-right: 0;
  }

  .column3.gutter0x .column {
    width: 33.33333%;
    margin-right: 0;
  }

  .column4 .column {
    width: 22%;
    margin-right: 4%;
  }

  .column4 .column.last {
    margin-right: 0;
  }

  .column4.gutter0x .column {
    width: 25%;
    margin-right: 0;
  }

  .column5 .column {
    width: 16.8%;
    margin-right: 4%;
  }

  .column5 .column.last {
    margin-right: 0;
  }

  .column5.gutter0x .column {
    width: 20%;
    margin-right: 0;
  }

  .column {
    float: left;
    width: 100%;
    position: relative;
    margin-right: 4%;
  }

  .column.last {
    margin-right: 0;
  }

  .columns.four .one {
    width: 21%;
  }

  .columns.four .three {
    width: 71%;
  }

  .columns.three .one {
    width: 29.33333%;
  }

  .columns.three .two {
    width: 62.66667%;
  }

  .large_tablet_plus {
    display: inline-block;
  }
}
.news-earlier:after {
  content: "\f178";
  font-family: FontAwesome;
  padding-left: 10px;
}

.news-later:before {
  content: "\f177";
  font-family: FontAwesome;
  padding-right: 10px;
}

.disc__label-sku {
  float: left;
  height: 28px;
}

.disc__image--wrapper {
  float: none;
}

.disc__image--wrapper img {
  margin: 0 20px 0 0;
}

.disc__wrapper {
  clear: both;
  margin: 0 0 40px 0;
  min-height: 145px;
}

.disc__wrapper--no-image {
  min-height: 75px;
}

.dotted-line {
  padding-bottom: 20px;
  border-bottom: 1px dotted #c2c2c2;
  margin-bottom: 30px;
}

.link__see-more {
  color: #fff !important;
  text-transform: uppercase;
}

.disc__text--wrapper p {
  clear: both;
}

@media (min-width: 1000px) {
  #header #main_nav ul li {
    padding: 14px 17px;
  }

  .position {
    width: 880px;
  }
}
@media only screen and (min-width: 768px) {
  #soundcloud {
    top: 100px;
    height: 140px;
    width: 480px;
  }

  #content #home_image {
    margin-top: 0;
  }
}
@media only screen and (min-width: 600px) {
  .disc__text--wrapper p {
    clear: none;
  }

  .disc__label-sku {
    float: left;
    height: 20px;
  }

  .disc__image--wrapper {
    float: left;
  }

  .disc__image--wrapper img {
    margin: 0 20px 0 0;
  }

  .disc__wrapper {
    clear: both;
    margin: 0 0 40px 0;
    min-height: 145px;
  }
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  display: block;
  position: relative;
  width: 80px;
  background: #FFF;
  color: #424347;
  padding: 0;
  max-width: 100%;
  border: 0;
  line-height: 26px;
  margin: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #fff;
}

select {
  border: 1px solid #ccc;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
  display: block;
  position: relative;
  width: 280px;
  max-width: 100%;
  background: #BA92B4;
  color: #FFF;
  border: 0;
  line-height: 26px;
  margin: 0;
  padding-left: 10px;
}

form ::-webkit-input-placeholder {
  color: #FFF;
}

form ::-moz-placeholder {
  color: #FFF;
  opacity: 1;
}

form :-ms-input-placeholder {
  color: #FFF;
}

.wpcf7 p {
  padding-bottom: 10px;
}

textarea {
  padding-left: 3px;
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/* ==========================================================================
   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;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

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

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

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

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

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

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