/*
 Theme Name: Weta Child
 Theme URI:
 Description: Weta Child Theme
 Author: Your Name
 Author URI: http://www.yourdomain.com/
 Template: weta
 Version: 1.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Tags: Weta Child Theme
*/

/*
You can start adding your own styles here. Use !important to overwrite styles if needed. */

body, table {
font-family:"Muli",Helvetica,Arial,sans-serif;
}

.front-fullwidth .widget_weta_quote blockquote.quote-text, .front-content .widget_weta_quote blockquote.quote-text {
font-size: 1.4375rem;
font-family:"Muli",Helvetica,Arial,sans-serif;
}

.widget_weta_quote .quote-wrap{
max-width:80%;
}


/*Preise auf Startseite ausgeblendet */
.product_list_widget ins, .product_list_widget span.amount,.product_list_widget small.woocommerce-price-suffix  {
display: none;

}


/*Ergebnis der Anzahl Produkte im Shop ausblenden*/
.woocommerce-result-count {
display: none;
}


/*Checkout css von germanized verbessern*/
form label {
font-family:"Muli",Helvetica,Arial,sans-serif;
}

.woocommerce-checkout .form-row label.checkbox {
display: inline-block;
}

/* Bezahlbutton Schrift*/
input[type="button"], input[type="submit"], .entry-content a.wc-backward, .shipping-calculator-form .button {
font-family:"Muli",Helvetica,Arial,sans-serif;
font-weight:bold;
font-size:1.0rem;
}

/*Überschrift Deine Bestellung*/
h3#order_review_heading  {
display: inline-block;
float: left !important;
}


/*Footer Styles*/
#colophon, .show-subscribe #colophon{
padding-top: 50px;
}

/* Footer Widget */
#footer-one {
padding-left:20%;
}

#footer-one aside h3 {
display:none;
}

#footer-one aside ul li {
float: left;
padding-left: 12px;

}

.sidebar-footer {
width: 100%;
}

/*Credit Zeile zentrieren*/
#colophon #site-info {
margin-left:39%;
}

/*Anzeige WooCommerce Single-Product*/

/*Abstand korrigiert*/
a.reset_variations {
	display: inline-block;
    padding: 0 5px;
    visibility: visible;
}

.single-product.woocommerce h1 {
	padding-top:0px;
}

.single-product .entry-summary p {
	padding-bottom:40px;
}

.value > select {
width:62% !important;
}

/*Germanized Plugin zeigt Mwst.Hinweis an - trotz Haken bei Versandkosten - deshalb über CSS ausblenden*/

.wc-gzd-additional-info .small-business-info {
	display:none;
}

/*Styles, um Versandkostenhinweis (des Germanized Plugins) neben dem Preis anzeigen zu lassen*/

.price, .legal-price-info {
	float:left;
}

.summary.entry-summary div:nth-child(4) {
	clear:both;
}
/*
.single-product .entry-summary p.price {
	padding:26px 0 0;
}*/

.legal-price-info {
	padding:36px 0 0 10px;
}

/*-----------------------------------------------------------------------------------*/
/*	15.0 Media Queries
/*-----------------------------------------------------------------------------------*/

/* Minimum width of 540 pixels (smartphones landscape)
------------------------------------------------------------------------------------ */
@media screen and (min-width: 480px) and (max-width:767px) {
	#site-logo img {
    max-width: 100%;
	}
}

/* Minimum width of 767px pixels
------------------------------------------------------------------------------------ */
@media screen and (min-width: 768px) and (max-width: 1024px) {
	#site-logo img {
    max-width: 60%;
	}
}	


/* Minimum width of 1024px pixels
------------------------------------------------------------------------------------ */
@media screen and (min-width: 1024px) and (max-width: 1920px) {
	#site-logo img {
    max-width: 40%;
	}
}	