/*
Theme Name: Twenty Nineteen Child theme of twentynineteen
Theme URI: 
Description: Child theme of twentynineteen theme for the Twenty Nineteen theme
Author: <a href="https://en-gb.wordpress.org/">WordPress Team</a>
Author URI: 
Template: twentynineteen
Version: 1.4
*/

/* Generated by Orbisius Child Theme Creator (http://orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Tue, 15 Oct 2019 16:12:09 +0000 */ 
/* The plugin now uses the recommended approach for loading the css files.*/

body {
  color: #eee ! important;
  background-color: #111 ! important;
}

.woocommerce-breadcrumb {
  margin-bottom: 1rem ! important;
}

.entry {
  /*margin-top: calc(6 * 1rem);*/
  margin-top: 1rem ! important;
}

table tr td {
  font-size: 0.8em;
}

div.woocommerce, .entry .entry-content {
  width: 100% ! important;
}

@media only screen and (min-width: 1168px) {
  .entry .entry-content > *,
  .entry .entry-summary > * {
    /*max-width: calc(6 * (100vw / 12) - 28px);*/
    max-width: 100% ! important;
  }
}

.woocommerce .content-area .site-main {
	margin: 0;
	/*max-width: calc(8 * (100vw / 12) - 28px);*/
  max-width: 90% ! important;
}

div.site-info {
  display: none ! important;
}

footer#colophon {
  border-top: 1px solid #333;
  background-color: #151515;
}

#colophon .widget-column .widget {
  width: 100% ! important;
}

div.woocommerce nav {
  font-size: 50%;
}

.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background: #0000ff;
  color: #fff;
}

div.pledges p.ppledge {
  font-size: 150%;
}

div.pledges h3 {
  font-size: 100%;
}

div.pledges p {
  font-family: verdana, sans-serif;
  font-size: 80%;
  font-weight: normal;
}

.entry .entry-title:before {
  height: 0px;
  display: none ! important;
}

h1:not(.site-title)::before, h2::before {
  height: 0px;
  display: none ! important;
}

table.tableizer-table th {
  text-align: center;
  /*font-size: 80% ! important;*/
  font-size: 0.7rem ! important;
}

table.tableizer-table td {
  text-align: center;
  font-size: 80% ! important;
}

div.flex-viewport {

}

ol.flex-control-thumbs li {
  /*margin: 0.5em ! important;*/
}



/* 16px @ 768px  to  32px @ 1920px */
@media (min-width: 48em) {
  :root {
    font-size: calc(1rem + ((1vw - .48rem) * 1.389));
    /* 1.389rem = 100 * fontSizeDifference / viewportWidthDifference */
  }
}

/* Layout using golden-ratio starts at 768px | 48rem */

@media (max-width:47.999rem) {
  .flex_m::before {
    content: "Below 48rem viewport width; columns are stacked, font-size at 1em";
    color: #777;
    padding: .125rem 0;
    display: inline-block;
  }
  table.tableizer-table th, table.tableizer-table td {
    font-size: 50% ! important;
  }
}

label[for=pledge] {
  font-size: 80%;
}

tr.tax-total {
  display: none;
}

div.coupon {
  display: none;
}

div.woocommerce-form-coupon-toggle {
  display: none;
}
