/*! 
	Theme Name: podtheme
	Author: Adrian Garner
	Version: 1.0
	Author URI: http://adrian.com.au
	Theme URI: http://adrian.com.au/podtheme
	Tags: light,responsive-layout
	Description: This is a description for the podtheme theme.
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/*! 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: #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: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

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

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"],
a.button {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

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

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

button,
input[type="submit"],
a.button {
  -webkit-font-smoothing: antialiased;
  background-color: #b40100;
  border-radius: 20px;
  color: white;
  display: inline-block;
  font-size: 1em;
  font-weight: bold;
  line-height: 1;
  padding: .75em 1em;
  text-decoration: none;
}
button:hover,
input[type="submit"]:hover,
a.button:hover {
  background-color: #ff0301;
  color: white;
}

/******************************************************************************\
	Font calculation mixins
\******************************************************************************/
/******************************************************************************\
	Standard font styling
\******************************************************************************/
body {
  -webkit-font-smoothing: antialiased;
  background-color: white;
  color: #333333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.25em;
  margin: 0;
  text-rendering: optimizeLegibility;
}

h1 {
  font-size: 2.25em;
  color: #b40100;
  text-transform: uppercase;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.75em;
}

h4 {
  font-size: 1.5em;
}

h5 {
  font-size: 1.25em;
}

h6 {
  font-size: 1em;
}

p {
  margin: 0 0 0.75em;
}

a {
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear;
  color: #b40100;
  text-decoration: none;
}
a:hover {
  color: #ff0301;
}
a:active, a:focus {
  color: #ff0301;
  outline: none;
}

hr {
  border-bottom: 1px solid #dddddd;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0;
}

img {
  margin: 0;
  max-width: 100%;
}

blockquote {
  border-left: 2px solid #dddddd;
  color: #595959;
  margin: 1.5em 0;
  padding-left: 0.75em;
}

cite {
  color: #737373;
  font-style: italic;
}
cite:before {
  content: '\2014 \00A0';
}

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

input,
label,
select {
  display: inline;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
}

#shipping_country_field strong {
  margin-left: 1em;
}

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

textarea,
input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"],
select[multiple=multiple] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color;
  -moz-transition: border-color;
  transition: border-color;
  background-color: white;
  border-radius: 0.1875em;
  border: 1px solid #dddddd;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em 0.5em;
  width: 100%;
}
textarea:hover,
input[type="email"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="url"]:hover, input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover,
select[multiple=multiple]:hover {
  border-color: #c4c4c4;
}
textarea:focus,
input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus,
select[multiple=multiple]:focus {
  border-color: #b40100;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(155, 1, 0, 0.7);
  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"] {
  margin-bottom: 0.75em;
  padding-bottom: 0.5em;
  width: 100%;
}

select {
  width: auto;
  max-width: 100%;
  margin-bottom: 1.5em;
}

table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%;
}

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

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

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

ul, ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
dl {
  margin-bottom: 0.75em;
}
dl dt {
  font-weight: bold;
  margin-top: 0.75em;
}
dl dd {
  margin: 0;
}

.error {
  background: #fbe3e4;
  color: #96151b;
  font-weight: bold;
  margin-bottom: 0.75em;
  padding: 0.75em;
}
.error a {
  color: #6a0f13;
}
.error a:hover {
  color: #110203;
}

.notice {
  background: #fff6bf;
  color: #8c7800;
  font-weight: bold;
  margin-bottom: 0.75em;
  padding: 0.75em;
}
.notice a {
  color: #594c00;
}
.notice a:hover {
  color: black;
}

.success {
  background: #e6efc2;
  color: #56651a;
  font-weight: bold;
  margin-bottom: 0.75em;
  padding: 0.75em;
}
.success a {
  color: #333c10;
}
.success a:hover {
  color: black;
}

button,
input[type="submit"],
a.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

.sticky {
  background: none;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  float: none;
}

.wp-caption-text {
  background: #222222;
}

.gallery-caption {
  background: #222222;
}

.bypostauthor {
  background: #222222;
}

.post-links {
  *zoom: 1;
  width: 70%;
  margin: 1em auto;
}
.post-links:before, .post-links:after {
  content: " ";
  display: table;
}
.post-links:after {
  clear: both;
}
.post-links a {
  float: right;
}
.post-links a:first-child {
  float: left;
}

.linked-page-nav {
  margin-top: 1em;
}

.widget {
  font-size: 0.8em;
  font-size: 0.8rem;
  padding: 2em 1.8em;
  position: relative;
  color: #dddddd;
}
.widget h2 {
  font-size: 1.1em;
  font-size: 1.1rem;
  color: white;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0.5em;
}
.widget p {
  text-align: justify;
}

.widget_search label {
  display: block;
  padding: 0.2em 0;
}
.widget_search input {
  width: 100%;
}

#searchsubmit, #submit {
  margin-top: 0.2em;
  background-color: #b40100;
  box-shadow: none;
}

.comments {
  float: left;
  display: block;
  margin-right: 2.24215%;
  width: 82.95964%;
  margin-left: 8.52018%;
  font-size: 0.9em;
  font-size: 0.9rem;
  background-color: white;
  margin-bottom: 3em;
  padding: 2em;
}
.comments:last-child {
  margin-right: 0;
}
.comments ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.comment-body {
  margin-bottom: 1.5em;
}

.children .comment-body {
  padding-left: 2em;
}

.comment-author {
  border-top: 0.1em solid black;
  border-bottom: 0.1em solid black;
  text-align: center;
  padding: 0.6em 0;
  position: relative;
}
.comment-author img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: auto;
}

.byuser .comment-author {
  background-color: #b40100;
  color: #222222;
}
.byuser .comment-author a {
  color: #222222;
  text-decoration: underline;
}

.comment-meta {
  text-align: center;
  margin-top: 0.2em;
  margin-bottom: 0.8em;
}

.comments-title {
  font-size: 1.1em;
  font-size: 1.1rem;
  text-align: center;
  margin-top: 0;
}

.site-header {
  overflow: hidden;
  padding: 3em 0;
  position: relative;
  height: 300px;
  border-bottom: 3px solid black;
}

.custom-header {
  position: absolute;
  top: 0;
}

.logo {
  color: black;
  position: relative;
  z-index: 2;
}
.logo .blog-name {
  margin-bottom: 0.2em;
  text-align: center;
  text-shadow: 0 0 0.5em #222222;
}
.logo .blog-description {
  margin-bottom: 1.5em;
  text-align: center;
  font-style: italic;
  text-shadow: 0 0 0.5em #222222;
}

.subsite-header {
  *zoom: 1;
  max-width: 912px;
  margin-left: auto;
  margin-right: auto;
  margin-left: auto;
  margin-right: auto;
  display: none;
}
.subsite-header:before, .subsite-header:after {
  content: " ";
  display: table;
}
.subsite-header:after {
  clear: both;
}

#ticker {
  background: none repeat scroll 0 0 #000000;
  border-radius: 10px;
  margin: 3px 10px 10px 10px;
  text-transform: uppercase;
  width: auto;
  height: 2em;
  white-space: nowrap;
}
#ticker .slide {
  width: 100%;
  margin: 5px 11px;
}

.slider {
  *zoom: 1;
}
.slider:before, .slider:after {
  content: " ";
  display: table;
}
.slider:after {
  clear: both;
}

div.hotlinks {
  *zoom: 1;
  margin-bottom: 3px;
}
div.hotlinks:before, div.hotlinks:after {
  content: " ";
  display: table;
}
div.hotlinks:after {
  clear: both;
}

.hotlink-single {
  float: left;
  display: block;
  margin-right: 2.24215%;
  width: 31.83857%;
  height: 290px;
  padding: 0 20px;
  position: relative;
  text-transform: uppercase;
  font-weight: bolder;
  line-height: .9;
  text-shadow: black 0px 0px 16px;
}
.hotlink-single:last-child {
  margin-right: 0;
}
@media screen and (min-width: 912px) {
  .hotlink-single .text-over-image-large {
    font-size: 260% !important;
  }
  .hotlink-single .text-over-image-small {
    font-size: 122%;
  }
}
.hotlink-single .text-over-image-large {
  font-size: 200%;
}
.hotlink-single .text-over-image-small {
  font-size: 120%;
}
@media screen and (max-width: 640px) {
  .hotlink-single .text-over-image-large {
    font-size: 120%;
  }
  .hotlink-single .text-over-image-small {
    font-size: 80%;
  }
}
@media screen and (max-width: 640px) {
  .hotlink-single {
    width: 290px;
    float: none !important;
    margin: 0 auto !important;
  }
  .hotlink-single .text-over-image-large {
    font-size: 260%;
  }
  .hotlink-single .text-over-image-small {
    font-size: 120%;
  }
}
.hotlink-single p {
  margin: 0;
}
.hotlink-single a {
  color: white;
  display: block;
}
.hotlink-single a span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.main-menu {
  padding-top: 6px;
}
.main-menu .menu-item a {
  color: scale-lightness(#222222, 70%);
  white-space: nowrap;
}
.main-menu .menu-item a:hover {
  color: #ff0301;
}

header.navigation {
  background-color: black;
  border-bottom: 1px solid black;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: auto;
  padding-top: 8px;
  width: 100%;
  z-index: 999;
}
header.navigation .menu-wrapper {
  *zoom: 1;
  max-width: 912px;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
  position: relative;
  z-index: 9999;
}
header.navigation .menu-wrapper:before, header.navigation .menu-wrapper:after {
  content: " ";
  display: table;
}
header.navigation .menu-wrapper:after {
  clear: both;
}
header.navigation .menu-wrapper:before, header.navigation .menu-wrapper:after {
  content: " ";
  display: table;
}
header.navigation .menu-wrapper:after {
  clear: both;
}
header.navigation .logo {
  float: left;
  max-height: 60px;
  padding-left: 1em;
  padding-right: 2em;
}
header.navigation .logo img {
  max-height: 60px;
  padding: .8em 0;
}
header.navigation .navigation-menu-button {
  color: white;
  cursor: pointer;
  display: block;
  float: right;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 60px;
  margin: 0;
  padding-right: 1em;
  text-transform: uppercase;
}
@media screen and (min-width: 912px) {
  header.navigation .navigation-menu-button {
    display: none;
  }
}
header.navigation .navigation-menu-button:hover {
  color: #ff0301;
}
header.navigation .nav {
  z-index: 9999999;
  float: none;
}
@media screen and (min-width: 912px) {
  header.navigation .nav {
    float: left;
  }
}
header.navigation #navigation-menu, header.navigation nav.main-menu ul.menu {
  clear: both;
  -webkit-transform-style: preserve-3d;
  display: none;
  margin: 0 auto;
  overflow: visible;
  padding: 0;
  width: 100%;
  z-index: 9999;
}
@media screen and (min-width: 912px) {
  header.navigation #navigation-menu, header.navigation nav.main-menu ul.menu {
    display: inline;
    margin: 0;
    padding: 0;
  }
}
header.navigation ul li {
  background: black;
  display: block;
  line-height: 60px;
  overflow: hidden;
  padding-right: .8em;
  text-align: right;
  width: 100%;
  z-index: 9999;
}
@media screen and (min-width: 912px) {
  header.navigation ul li {
    background: transparent;
    display: inline;
    line-height: 60px;
    padding-right: 1em;
    text-decoration: none;
    width: auto;
  }
}
header.navigation ul li a {
  font-weight: 400;
  color: white;
}
header.navigation ul li a:hover {
  color: #ff0301;
}
header.navigation .active-nav-item a {
  padding-bottom: 3px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
header.navigation li.more, header.navigation li.menu-item-has-children {
  padding-right: 0;
}
header.navigation li.more:hover .submenu, header.navigation li.more:hover .sub-menu, header.navigation li.menu-item-has-children:hover .submenu, header.navigation li.menu-item-has-children:hover .sub-menu {
  display: block;
}
header.navigation li.more:hover .sub-menu, header.navigation li.menu-item-has-children:hover .sub-menu {
  display: block;
}
@media screen and (min-width: 912px) {
  header.navigation li.more, header.navigation li.menu-item-has-children {
    position: relative;
    padding-right: .8em;
  }
}
header.navigation li.more a, header.navigation menu-item-has-children a {
  padding-right: .8em;
}
header.navigation .submenu, header.navigation .sub-menu {
  display: none;
}
@media screen and (min-width: 912px) {
  header.navigation .submenu, header.navigation .sub-menu {
    position: absolute;
    top: 1em;
    left: -1em;
  }
}
header.navigation .submenu li, header.navigation .sub-menu li {
  display: block;
  padding-right: 0;
}
@media screen and (min-width: 912px) {
  header.navigation .submenu li, header.navigation .sub-menu li {
    line-height: 46.15385px;
  }
  header.navigation .submenu li:first-child a, header.navigation .sub-menu li:first-child a {
    padding-top: 1em;
  }
  header.navigation .submenu li:last-child a, header.navigation .sub-menu li:last-child a {
    border-bottom-left-radius: 0.1875em;
    border-bottom-right-radius: 0.1875em;
    padding-bottom: .7em;
  }
}
header.navigation .submenu li a, header.navigation .sub-menu li a {
  text-align: right;
  background-color: black;
  width: 100%;
  display: inline-block;
}
@media screen and (min-width: 912px) {
  header.navigation .submenu li a, header.navigation .sub-menu li a {
    width: 12em;
    background-color: black;
    text-align: left;
    padding-left: 1em;
  }
}
header.navigation .navigation-tools {
  *zoom: 1;
  display: block;
  padding-right: 1em;
  padding-left: 0.5em;
  clear: both;
  background: #505050;
}
header.navigation .navigation-tools:before, header.navigation .navigation-tools:after {
  content: " ";
  display: table;
}
header.navigation .navigation-tools:after {
  clear: both;
}
@media screen and (min-width: 912px) {
  header.navigation .navigation-tools {
    background: transparent;
    float: right;
    clear: none;
  }
}
header.navigation a.sign-up {
  margin-top: 13px;
  float: right;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline;
  background: #b40100;
  border-radius: 0.1875em;
  color: white;
  font-size: .8em;
  font-weight: 800;
  text-transform: uppercase;
  padding: .4em .5em;
}
@media screen and (min-width: 912px) {
  header.navigation a.sign-up {
    padding: .4em 1em;
  }
}
header.navigation a.sign-up:hover {
  background: #e70100;
}
header.navigation .search-bar {
  padding: 13px 5px;
  float: left;
}
header.navigation .search-bar .search-and-submit {
  position: relative;
}
header.navigation .search-bar .search-and-submit input[type=search] {
  background: #0d0d0d;
  border: 1px solid black;
  padding: .6em .8em;
  font-size: .9em;
  font-style: italic;
  color: white;
  border-radius: 0.375em;
  margin: 0;
}
header.navigation .search-bar .search-and-submit button[type=submit] {
  border: 1px solid black;
  border-color: black black black;
  border-radius: 16px;
  box-shadow: inset 0 1px 0 0 #383838, 0 1px 2px 0 #b3b3b3;
  color: white;
  display: inline-block;
  font-size: 11px;
  font-weight: normal;
  line-height: 1;
  background-color: #262626;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #262626), color-stop(100%, #0d0d0d));
  background-image: -webkit-linear-gradient(#262626, #0d0d0d);
  background-image: linear-gradient(#262626, #0d0d0d);
  padding: 5px 16px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 -1px 1px black;
  background-clip: padding-box;
  position: absolute;
  top: 0.3em;
  right: 0.3em;
  bottom: 0.3em;
  outline: none;
  padding: 5px 15px;
}
header.navigation .search-bar .search-and-submit button[type=submit]:hover:not(:disabled) {
  border: 1px solid black;
  border-color: black black black;
  box-shadow: inset 0 1px 0 0 #2e2e2e;
  cursor: pointer;
  background-color: #1b1b1b;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1b1b1b), color-stop(100%, black));
  background-image: -webkit-linear-gradient(#1b1b1b, black);
  background-image: linear-gradient(#1b1b1b, black);
  text-shadow: 0 -1px 1px black;
  background-clip: padding-box;
}
header.navigation .search-bar .search-and-submit button[type=submit]:active:not(:disabled) {
  background: #0d0d0d;
  border: 1px solid black;
  border-bottom: 1px solid black;
  box-shadow: inset 0 0 6px 3px black, 0 1px 0 0 white;
  text-shadow: 0 -1px 1px black;
}
header.navigation .search-bar .search-and-submit button[type=submit]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
header.navigation .search-bar .search-and-submit button[type=submit] img {
  height: 12px;
  opacity: .7;
}
@media screen and (min-width: 912px) {
  header.navigation .search-bar {
    width: 16em;
    position: relative;
    display: inline-block;
  }
  header.navigation .search-bar input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
  }
}

.breadcrumb, nav.woocommerce-breadcrumb {
  text-align: right;
  margin-top: .5em;
}

.accordion-tabs-minimal, .page-content ul.tabs {
  *zoom: 1;
  border: 1px solid #dddddd;
  border-radius: 0.1875em;
}
.accordion-tabs-minimal:before, .page-content ul.tabs:before, .accordion-tabs-minimal:after, .page-content ul.tabs:after {
  content: " ";
  display: table;
}
.accordion-tabs-minimal:after, .page-content ul.tabs:after {
  clear: both;
}
@media screen and (min-width: 40em) {
  .accordion-tabs-minimal, .page-content ul.tabs {
    border: none;
  }
}
@media screen and (min-width: 40em) {
  .accordion-tabs-minimal li.tab-header-and-content, .page-content ul.tabs li {
    display: inline;
  }
}
.accordion-tabs-minimal li.tab-header-and-content:first-child a.tab-link, .page-content ul.tabs li:first-child a {
  border-top-left-radius: 0.1875em;
  border-top-right-radius: 0.1875em;
  border-top: 0;
}
.accordion-tabs-minimal li.tab-header-and-content:last-child a.tab-link, .page-content ul.tabs li:last-child a {
  border-bottom-left-radius: 0.1875em;
  border-bottom-right-radius: 0.1875em;
}
@media screen and (min-width: 40em) {
  .accordion-tabs-minimal li.tab-header-and-content:last-child a.tab-link, .page-content ul.tabs li:last-child a {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.accordion-tabs-minimal li.tab-header-and-content a.tab-link, .page-content ul.tabs li a {
  background-color: white;
  border-top: 1px solid #dddddd;
  color: #333333;
  display: block;
  font-weight: 400;
  padding: 0.75em 20px;
}
@media screen and (min-width: 40em) {
  .accordion-tabs-minimal li.tab-header-and-content a.tab-link, .page-content ul.tabs li a {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    border-top: 0;
    border-top-right-radius: 0.1875em;
    border-top-left-radius: 0.1875em;
  }
}
.accordion-tabs-minimal li.tab-header-and-content a.tab-link:hover, .page-content ul.tabs li a:hover {
  color: #b40100;
}
.accordion-tabs-minimal li.tab-header-and-content a.tab-link:focus, .page-content ul.tabs li a:focus {
  outline: none;
}
.accordion-tabs-minimal li.tab-header-and-content a.tab-link.is-active, .page-content ul.tabs li a.is-active, .page-content ul.tabs li.active a {
  background-color: white;
  border-bottom: 0;
}
@media screen and (min-width: 40em) {
  .accordion-tabs-minimal li.tab-header-and-content a.tab-link.is-active, .page-content ul.tabs li a.is-active, .page-content ul.tabs li.active a {
    background-color: white;
    border: 1px solid #dddddd;
    border-bottom: 1px solid white;
    margin-bottom: -1px;
  }
}
.accordion-tabs-minimal li.tab-header-and-content .tab-content, .page-content ul.tabs li .tab-content {
  padding: 1.5em 20px;
  background: white;
  display: none;
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 40em) {
  .accordion-tabs-minimal li.tab-header-and-content .tab-content, .page-content ul.tabs li .tab-content {
    border-top: 1px solid #dddddd;
    float: left;
    left: 0;
    padding: 0.75em 10px;
  }
  .accordion-tabs-minimal li.tab-header-and-content .tab-content p, .page-content ul.tabs li .tab-content p {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
  }
}

.page-content ul.tabs {
  margin-bottom: none !important;
}
.page-content ul.tabs li {
  padding-left: 0px;
  background-image: none;
}

.entry-content {
  border-top: 1px solid #dddddd;
}

/*******************************************************************************\
	General
\******************************************************************************/
article {
  *zoom: 1;
}
article:before, article:after {
  content: " ";
  display: table;
}
article:after {
  clear: both;
}

.archive-title, .search-title h1 {
  margin-bottom: 1em !important;
}

.archive-description, .second-search {
  font-size: 0.9em;
  font-size: 0.9rem;
  font-style: italic;
  margin-top: 0;
  background: black;
  color: #222222;
  text-align: center;
  padding-top: 0;
  padding-bottom: 0.8em;
}
.archive-description p, .second-search p {
  margin: 0;
}
.archive-description form, .second-search form {
  margin-top: 0.5em;
  margin-bottom: 0.6em;
}
.archive-description input, .second-search input {
  box-shadow: none;
}

/******************************************************************************\
	Standard-page
\******************************************************************************/
.post-title, .archive-title, .search-title h1, .page-title {
  border-bottom: 0.1em solid #b40100;
  text-align: left;
  margin-bottom: 0.2em;
}
.post-title:first-child, .archive-title:first-child, .search-title h1:first-child, .page-title:first-child {
  margin-top: 1em;
}

.single .post-title:first-child, .single .archive-title:first-child, .single .search-title h1:first-child, .search-title .single h1:first-child, .single .page-title:first-child {
  margin-top: 1em;
}

.post-meta {
  font-style: italic;
}

.post-content {
  position: relative;
  color: #222222;
  padding: 1.5em 0;
  margin-top: 1.5em;
}

.page .post-content {
  margin-bottom: 3.5em;
}

section.page-content {
  float: left;
  display: block;
  margin-right: 2.24215%;
  width: 82.95964%;
  margin-left: 8.52018%;
  *zoom: 1;
  position: relative;
}
section.page-content:last-child {
  margin-right: 0;
}
section.page-content:before, section.page-content:after {
  content: " ";
  display: table;
}
section.page-content:after {
  clear: both;
}

.person-profile {
  float: left;
  display: block;
  margin-right: 2.7027%;
  width: 79.45946%;
  margin-left: 10.27027%;
  *zoom: 1;
}
.person-profile:last-child {
  margin-right: 0;
}
.person-profile:before, .person-profile:after {
  content: " ";
  display: table;
}
.person-profile:after {
  clear: both;
}
.person-profile br {
  display: inline;
  float: left;
}

.profile-image {
  float: left;
  display: block;
  margin-right: 3.40136%;
  width: 22.44898%;
}
.profile-image:last-child {
  margin-right: 0;
}

.profile-text {
  float: left;
  display: block;
  margin-right: 3.40136%;
  width: 74.14966%;
  margin-right: 0;
}
.profile-text:last-child {
  margin-right: 0;
}

/******************************************************************************\
	Front-page and archives
\******************************************************************************/
.home .post-content, .archive .post-content, .search .post-content, .author .post-content {
  background: none;
  color: black;
  padding: 0;
}

.pagination {
  float: left;
  display: block;
  margin-right: 2.24215%;
  width: 100%;
}
.pagination:last-child {
  margin-right: 0;
}
.pagination ul {
  list-style: none;
  text-align: center;
  margin: 1em 0 0 0;
  padding: 0.6em 0;
  background: #222222;
}
.pagination ul.page-numbers {
  background-color: transparent;
}
.pagination ul.page-numbers li {
  background-image: none;
}
.pagination li {
  display: inline;
  margin: 0 0.5em;
}

.page-content form ul li {
  background-image: none;
}

/******************************************************************************\
	Widgets
\******************************************************************************/
.page-content .widgets {
  *zoom: 1;
  max-width: 912px;
  margin-left: auto;
  margin-right: auto;
}
.page-content .widgets:before, .page-content .widgets:after {
  content: " ";
  display: table;
}
.page-content .widgets:after {
  clear: both;
}
.page-content .widgets .widgettitle {
  color: #fff;
  margin-top: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.3;
}
@media screen and (max-width: 640px) {
  .page-content .widgets .widgettitle {
    font-size: 1.2em;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 912px) {
  .page-content .widgets .widgettitle {
    font-size: 2em;
    font-size: 2rem;
  }
}
.page-content .widgets .widget {
  float: left;
  display: block;
  margin-right: 2.24215%;
  width: 100%;
  margin-bottom: 2em;
  color: #111111;
}
.page-content .widgets .widget:last-child {
  margin-right: 0;
}
.page-content .widgets .widget:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .page-content .widgets .widget {
    float: left;
    display: block;
    margin-right: 2.24215%;
    width: 31.83857%;
    font-size: 0.8em;
    font-size: 0.8rem;
    margin-bottom: 0;
  }
  .page-content .widgets .widget:last-child {
    margin-right: 0;
  }
  .page-content .widgets .widget:nth-child(3n) {
    margin-right: 0;
  }
  .page-content .widgets .widget:nth-child(3n+1) {
    clear: left;
  }
}
@media screen and (min-width: 912px) {
  .page-content .widgets .widget {
    font-size: 1em;
    font-size: 1rem;
  }
}
.page-content .widgets .wp-post-image {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 1em;
}
.page-content .widgets .read-more {
  -webkit-transition: padding 0.25s ease-in-out;
  -moz-transition: padding 0.25s ease-in-out;
  transition: padding 0.25s ease-in-out;
  border-bottom: 2px solid #fff;
  padding-bottom: 0.25em;
}
.page-content .widgets .read-more:hover {
  border-bottom: 2px solid #fff;
}

img.size-medium {
  float: left;
  display: block;
  margin-right: 2.7027%;
  width: 38.37838%;
  margin-right: 20px !important;
}
img.size-medium:last-child {
  margin-right: 0;
}

div.gallery {
  float: left;
  display: block;
  margin-right: 2.7027%;
  width: 79.45946%;
  margin-left: 10.27027%;
}
div.gallery:last-child {
  margin-right: 0;
}

.gallery-caption {
  background-color: white !important;
}

.gallery-item {
  float: left;
  display: block;
  margin-right: 3.40136%;
  width: 48.29932%;
}
.gallery-item:last-child {
  margin-right: 0;
}
.gallery-item:nth-child(2n) {
  margin-right: 0;
}
.gallery-item:nth-child(2n+1) {
  clear: left;
}

.archive article.post {
  float: left;
  display: block;
  margin-right: 2.7027%;
  width: 58.91892%;
  margin-left: 30.81081%;
  margin-bottom: 2em;
}
.archive article.post:last-child {
  margin-right: 0;
}
.archive article.post img.attachment-thumbnail {
  float: left;
  display: block;
  margin-right: 4.58716%;
  width: 30.27523%;
  margin-right: 0;
  margin-left: -35%;
}
.archive article.post img.attachment-thumbnail:last-child {
  margin-right: 0;
}

.format-status .date, .format-link .date, .format-quote .date {
  width: 100%;
  padding: 5px 0 0;
}

.format-status .date {
  border-color: #222222;
}

.format-link .date {
  border-color: black;
}

.format-quote .date {
  border-color: #b40100;
}

.format-status .post-title, .format-status .archive-title, .format-status .search-title h1, .search-title .format-status h1, .format-status .page-title {
  font-style: italic;
}

.format-link .post-title, .format-link .archive-title, .format-link .search-title h1, .search-title .format-link h1, .format-link .page-title {
  font-style: italic;
}

.format-quote .post-title, .format-quote .archive-title, .format-quote .search-title h1, .search-title .format-quote h1, .format-quote .page-title {
  font-style: italic;
}

footer {
  background: #222222;
  color: #dddddd;
  *zoom: 1;
  float: left;
  display: block;
  margin-right: 2.24215%;
  width: 100%;
  float: left;
}
footer a {
  color: #dddddd;
}
footer:before, footer:after {
  content: " ";
  display: table;
}
footer:after {
  clear: both;
}
footer hr {
  float: left;
  display: block;
  margin-right: 2.24215%;
  width: 31.83857%;
  margin-left: 34.08072%;
}
footer hr:last-child {
  margin-right: 0;
}
footer > p {
  float: left;
  display: block;
  margin-right: 2.24215%;
  width: 65.91928%;
  margin-left: 17.04036%;
  text-align: center;
}
footer > p:last-child {
  margin-right: 0;
}
footer:last-child {
  margin-right: 0;
}

.footer-widgets {
  background: #222222;
  padding: 1.5em 0;
  list-style: none;
  margin: 0;
}
@media screen and (max-width: media) and (screen: 12) {
  .footer-widgets {
    float: left;
    display: block;
    margin-right: 2.24215%;
    width: 65.91928%;
    margin-left: 17.04036%;
  }
  .footer-widgets:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 57em) {
  .footer-widgets {
    margin-top: 0;
  }
}
.footer-widgets > li {
  float: left;
  display: block;
  margin-right: 3.40136%;
  width: 74.14966%;
  margin-left: 12.92517%;
  text-align: center;
}
.footer-widgets > li:last-child {
  margin-right: 0;
}
.footer-widgets > li .menu-main_menu-container {
  margin-left: 30%;
  text-align: left;
}
.footer-widgets > li p {
  text-align: center;
}
@media screen and (min-width: 912px) {
  .footer-widgets > li {
    float: left;
    display: block;
    margin-right: 2.24215%;
    width: 23.31839%;
    margin-left: 0%;
  }
  .footer-widgets > li:last-child {
    margin-right: 0;
  }
  .footer-widgets > li .menu-main_menu-container {
    margin-left: 0;
  }
}
.footer-widgets > li .menu li li a {
  font-weight: normal;
  margin-left: 2em;
}

ul.footer-social {
  margin-top: 1em auto;
  text-align: center;
}
ul.footer-social li {
  display: inline;
  font-size: 1em;
  padding-right: .7em;
}
ul.footer-social li:last-child {
  padding-right: 0;
}
ul.footer-social img {
  opacity: .7;
  height: 2.6em;
  padding: 1px;
}
ul.footer-social img:hover {
  opacity: 1;
}

body {
  color: black;
  background-image: url("http://octapod.org/wordpress-2013/wp-content/themes/podtheme/images/body-bg-octapod.gif");
}

body.custom-background {
  background-position: center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

a {
  color: #b40100;
  text-decoration: none;
}

h1 a {
  color: #b40100;
}

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

.site {
  overflow: hidden;
  *zoom: 1;
  max-width: 912px;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  position: relative;
  z-index: 1;
}
.site:before, .site:after {
  content: " ";
  display: table;
}
.site:after {
  clear: both;
}
@media screen and (min-width: 912px) {
  .site {
    width: 912px;
  }
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

.page-content ul li {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: inherit;
  background-image: url("images/bullet.png");
  background-origin: padding-box;
  background-position: 0 6px;
  background-repeat: no-repeat;
  background-size: auto auto;
  padding: 0 0 0px 17px;
}

input.button + input.button {
  margin-left: 1em;
}

body input.button, body button.button {
  margin: 2% 0;
}

div.home-box {
  *zoom: 1;
  max-width: 912px;
  margin-left: auto;
  margin-right: auto;
  background-color: #C6C5C5;
}
div.home-box:before, div.home-box:after {
  content: " ";
  display: table;
}
div.home-box:after {
  clear: both;
}

.alignleft .longdesc {
  display: none;
}

img.alignleft {
  margin-right: 20px;
}

img.alignright {
  margin-left: 20px;
}

img.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

nav.woocommerce-breadcrumb {
  margin-bottom: 1em;
}

.woocommerce-result-count, .woocommerce-ordering {
  display: none;
}

.widget.woocommerce {
  margin-bottom: 1em;
}

input.minus {
  margin-bottom: .75em;
}

.ginput_price {
  display: none;
}

a .desc {
  color: black;
}

#sidebar {
  display: none;
}
@media screen and (min-width: 912px) {
  #sidebar {
    float: left;
    display: block;
    margin-right: 2.7027%;
    width: 17.83784%;
  }
  #sidebar:last-child {
    margin-right: 0;
  }
  #sidebar li {
    padding-left: 0;
    margin-left: 0;
    background-image: none;
  }
  #sidebar a {
    color: black;
  }
  #sidebar a.button {
    margin-bottom: 1em;
    color: white;
  }
  #sidebar h2 {
    color: black;
    text-align: left;
  }
  #sidebar .attachment-shop_thumbnail {
    display: none;
  }
  #sidebar .widget {
    color: black;
  }
}

form + ul.products {
  float: left;
  display: block;
  margin-right: 2.7027%;
  width: 79.45946%;
  margin-bottom: 2em;
}
form + ul.products:last-child {
  margin-right: 0;
}

.page-content li.product {
  background-image: none;
  margin-bottom: 1em;
}

.page-content li.type-product {
  *zoom: 1;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 3em;
}
.page-content li.type-product:before, .page-content li.type-product:after {
  content: " ";
  display: table;
}
.page-content li.type-product:after {
  clear: both;
}
.page-content li.type-product h3 {
  text-transform: uppercase;
}
.page-content li.type-product span.product_more {
  text-decoration: underline;
  color: #b40100;
}
.page-content li.type-product div.desc {
  margin-bottom: 1em;
}
@media screen and (min-width: 912px) {
  .page-content li.type-product h3 {
    float: left;
    display: block;
    margin-right: 3.40136%;
    width: 48.29932%;
    float: left;
  }
  .page-content li.type-product h3:last-child {
    margin-right: 0;
  }
  .page-content li.type-product div.desc {
    float: left;
    display: block;
    margin-right: 3.40136%;
    width: 48.29932%;
    float: left;
    display: block;
  }
  .page-content li.type-product div.desc:last-child {
    margin-right: 0;
  }
  .page-content li.type-product img {
    float: left;
    display: block;
    margin-right: 3.40136%;
    width: 22.44898%;
    float: left;
  }
  .page-content li.type-product img:last-child {
    margin-right: 0;
  }
  .page-content li.type-product .add_to_cart_button {
    float: left;
    display: block;
    margin-right: 3.40136%;
    width: 22.44898%;
    text-align: center;
  }
  .page-content li.type-product .add_to_cart_button:last-child {
    margin-right: 0;
  }
}

div.term-description {
  margin-bottom: 1em;
}

#place_order {
  float: right;
  margin-top: 3em;
}

.terms > * {
  float: right;
}

#payment .terms {
  float: left;
}

#sidebar + ul.products {
  float: left;
  display: block;
  margin-right: 2.7027%;
  width: 89.72973%;
  margin-left: 38px;
  margin-top: 1em;
  margin-bottom: 2em;
}
#sidebar + ul.products:last-child {
  margin-right: 0;
}

.post-type-archive-product #sidebar {
  display: none;
}

ul.product-categories > li {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}

li.product-category img {
  height: 213px;
}

ul.product-categories li + li {
  border-top: none;
  border-bottom: 1px solid black;
}

.page-content li.product-category {
  margin-bottom: 3em;
}
@media screen and (min-width: 912px) {
  .page-content li.product-category {
    float: left;
    display: block;
    margin-right: 3.01205%;
    width: 31.3253%;
    position: relative;
    padding: 0px;
    text-align: center;
  }
  .page-content li.product-category:last-child {
    margin-right: 0;
  }
  .page-content li.product-category h3 {
    width: 100%;
    text-transform: uppercase;
    position: absolute;
    color: white;
  }
}
.page-content li.product-category a {
  display: block;
  *zoom: 1;
  position: relative;
  color: black;
}
.page-content li.product-category a:before, .page-content li.product-category a:after {
  content: " ";
  display: table;
}
.page-content li.product-category a:after {
  clear: both;
}
.page-content li.product-category mark.count {
  display: none;
}

div.summary {
  float: left;
  display: block;
  margin-right: 2.7027%;
  width: 38.37838%;
  margin-right: 0;
}
div.summary:last-child {
  margin-right: 0;
}

div.images {
  float: left;
  display: block;
  margin-right: 2.7027%;
  width: 38.37838%;
}
div.images:last-child {
  margin-right: 0;
}

div.quantity {
  width: 6em;
}

span.posted_in, .entry-content h2:first-child, div.product_meta, a.added_to_cart {
  display: none;
}

.entry-content {
  padding: 1em 0;
}

.woocommerce-tabs {
  float: left;
  display: block;
  margin-right: 2.7027%;
  width: 79.45946%;
  margin-left: 20.54054%;
}
.woocommerce-tabs:last-child {
  margin-right: 0;
}

.shop_table {
  font-size: .75em;
}
.shop_table .product-thumbnail, .shop_table .product-price {
  display: none;
}
@media screen and (min-width: 912px) {
  .shop_table {
    font-size: 1em;
  }
  .shop_table .product-thumbnail, .shop_table .product-price {
    display: table-cell;
  }
}

div.gallery {
  float: none !important;
}

footer {
  z-index: 2;
}

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