/*
Theme Name: Traktormodeller
Theme URI: http://www.senson.no/
Description: A child theme of Storefront - for traktormodeller.no
Author: Jarle Dahl Bergersen - Senson AS
Author URI: http://www.senson.no/
Template: storefront
Version: 1.0
*/

body, html {
	text-rendering: optimizeLegibility;
	text-rendering: geometricPrecision;
	font-smooth: always;
	font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-webkit-font-smoothing: subpixel-antialiased;
}


body, button, input, select, textarea {
    font-family: "Open Sans",HelveticaNeue-Light,"Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
}

#content {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


/* WooCommerce */
.widget-area .widget a:not(.button) {
    text-decoration: none;
}


@media only screen and (min-width: 768px) {

.imagewrapper {
    height: 200px;
    overflow: hidden;
    margin-bottom: 1em;
}

h2.woocommerce-loop-product__title {
    min-height: 4em;
}

ul.products li.product:hover, ul.products li.product:active, ul.products li.product:focus {
    /* border: 1px solid #f0f0f0; */
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}	

html .site-header .site-branding img {
    max-width: 250px;
}
	
}