/*---------------------------------------------------------------------------------

 Theme Name:   Demeter Amplification
 Theme URI:    https://demeteramps.com
 Description:  Theme for Demeter Amps
 Author:       Vince Cimo
 Author URI:   
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/

@media only screen and (min-width: 981px) {
    .et_header_style_split .centered-inline-logo-wrap #logo {
        max-height: 66px;
        padding: 0 10px;
    }
}
.woocommerce-checkout #main-content,  .woocommerce-cart #main-content {
	background:white !important;
}
.woocommerce-checkout,.woocommerce-checkout p, .woocommerce-checkout li, .woocommerce-checkout div{
	color:black;
}
#artistPage a.artist {
    position: relative;
}
.et_header_style_split .et-fixed-header .centered-inline-logo-wrap{
	width:auto!important;
}
.woocommerce ul#shipping_method li label{
	color:black !important;
}
#artistPage a.artist p.artistname {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    padding: 0;
    line-height: 1;
    text-transform: uppercase;
    width: 100%;
    height: 100%;
    padding-top: 50%;
    color: white;
    font-size: 24px;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
    background: rgba(0, 0, 0, .75);
    transition: .5s all;
}

#artistPage a.artist p.artistname:hover {
    letter-spacing: 3px;
}

#artistPage a.artist:hover p.artistname {
    opacity: 1;
}

.wc-block-grid {
    grid-gap: 10px;
}

.wc-block-grid__products {
    justify-content: space-between;
    flex-wrap: wrap;
}

body.archive .products {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

body.archive .products::before {
    content: none !important;
}

body.archive ul.products li.product,
body.archive .woocommerce-page ul.products li.product:nth-child(n) {
    width: 100% !important;
    border: 1px solid #0e0909;
    border-radius: 5px;
    padding: 10px !important;
    background: #f4f4f4;
    transition: .5s all;
}

body.archive .products li.product:hover {
    background: rgb(213, 213, 213);
}

.wc-block-grid__product {
    border: 1px solid #efefef;
    border-radius: 5px;
    max-width: 24% !important;
    padding: 10px;
    margin: 6px;
}

.wc-block-grid__product-title,
.woocommerce-loop-product__title {
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    font-size: 18px !important;
    font-weight: 400;
}

.woocommerce-tabs h2 {
    margin: 30px 0 20px;
}

.entry-content ul.sounds {
    list-style-type: none !important;
    padding: 0 !important;
}

.entry-content ul.sounds li {
    margin: 20px 0;
    font-size: 16px;
}

.entry-content ul.sounds li audio {
    margin: 10px 0;
}

body,
#main-content {
    background: black;
}

.hero {
    width: 100vw;
    height: calc(100vh - 165px);
    background-size: cover;
    z-index: 1;
    position: relative;
}

#main-content {
    min-height: calc(100vh - 165px);
}

.hero::before {
    content: "";
    position: absolute;
    width: 100%;
    opacity: .8;
    height: 100%;
    background-image: linear-gradient(-45deg, #555658a8 25%, transparent 25%, transparent 75%, #3131317b 75%, #313131), linear-gradient(-45deg, #212121 25%, transparent 25%, transparent 75%, #2b2b2b 75%, #313131);
    z-index: 0;
}

.hero img {
    width: 60%;
}

.hero h1 {
    width: 60%;
    color: white;
    font-size: 7rem;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 1);
}

.header-hero {
    height: 200px;
    background-size: cover;
    width: 100%;
    background-position: center;
    position: relative;
    margin-bottom: 50px;
    border-bottom: 1px solid #6b0030;
    box-shadow: 0 20px 40px rgba(255, 100, 100, .2);
}

.header-hero::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, .7);
}

.header-hero h1 {
    font-size: 5rem;
}

@media screen and (max-width:1200px) {
    .hero h1 {
        font-size: 5rem;
    }
}

@media screen and (max-width:800px) {
    #main-content {
        min-height: calc(100vh - 242px);
    }
    .hero {
        height: calc(100vh - 242px);
    }
    .hero h1 {
        font-size: 4rem;
    }
}

h1,
h2,
h3,
p,
ul,
li {
    color: #efefef;
}

h2 {
    margin: 20px 0px;
}

h3 {
    margin: 10px 0;
}

section {
    margin: 0px 0px 20px;
}

a.button {
    background: #efefef;
    color: black;
    padding: 10px;
    border-radius: 5px;
    font-weight: 500;
}

#manual-select {
    margin-bottom: 40px;
}

#manual-select select {
    display: block;
    margin: 20px 0;
}

table.repair {
    color: black;
}

.product h2,
.product h3,
.product p,
.product {
    color: black;
}

body.single-product,
body.single-product #main-content {
    background: #efefef;
}

body.single-product h1,
body.single-product h2,
body.single-product h3,
body.single-product h4,
body.single-product,
body.single-product p {
    color: black;
}

.shop_table {
    background: #efefef !important;
}

.checkout-button {
    background: #6b0030 !important;
    color: #efefef !important;
    border: 1px solid #efefef !important;
}

.shop_table a {
    color: black;
}

.product-thumbnail a img {
    border: 1px solid #b9b9b9;
}

.related .product {
    padding: 10px !important;
    border-radius: 5px;
    background: white;
}

#sidebar {
    display: none;
}

#main-header .nav li ul {
    background-color: #0e0909 !important;
}
li{
	color:black;
}

.woocommerce div.product form.cart .variations td{
	padding:.857em 0.587em !important;
}