/*
Theme Name:   	Storefront Kaluste-Matti
Description:  	Storefront child theme for Kaluste-Matti
Author:       	Kaluste-Matti
Version:      	1.0
Template:	  	storefront
*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

html,
body,
button,
input,
textarea,
select {
	font-family:'Open Sans';
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family:'Montserrat';
}
a,
a:hover,
a:active {
	outline:none !important;
}
body {
	background-color:#fff;
}
body.custom-background {
    background-size:cover !important;
	background-position:50% 50% !important;
}
body.home {
	background-image:none !important;
}
@media screen and (max-width:1200px){
	body {
		background-image:none !important;
	}
}
.site-header {
	z-index:9999 !important;
}
.home .site-header {
	margin:0 !important;
}
.home .site-content {
	margin:4em 0 0 0;
}
.site-content > .col-full {
	background-color:#fff;
}
.site-footer {
	background-color:transparent;
}
.site-footer > .col-full {
	background-color:#f8f6f4;
}
.col-full {
	max-width:1240px;
	padding:0 20px;
	width:100%;
	margin:0 auto;
}
.content-area {
	margin-top: 3rem;
}
.site-header .secondary-navigation {
    float:none !important;
    margin:0 !important;
    position:absolute;
    right:10px;
    top:-3em;
    width:100% !important;
}
.menu a {
	font-weight:300;
}
.handheld-navigation ul li a::before {
	display:none;
}
.handheld-navigation .sub-menu {
	background-color:inherit !important;
}
.widget_nav_menu ul li::before {
	display:none;
}
.site-search .search-field {
	padding:10px !important;
	background-color:#ddd;
	color:#ccc;
}
.site-branding {
	width:auto !important;
}
.site-search .search-field:focus {
	background-color:#fff;
	color:#444;
}
.site-search .woocommerce-product-search:before {
	display:none;
}
.widget-area {
	margin-top:1rem;
}
.widget-area .widget {
    background:#f8f6f4;
    box-shadow:0 0 0px 1px rgba(0,0,0,0.1);
    padding:20px;
}
.widget-area .widget {
	margin-bottom:20px;
}
.widget-area .widget .widget-title {
	line-height:1.1em;
	border-bottom-width:1px;
}
.widget-area .product_list_widget li > a {
	line-height:1.1em;
}
button, .button {
    border:none !important;
    border-radius:1em !important;
    line-height:2em !important;
	padding:0 1em !important;
}
.widget-area a.button {
    background-color:#4a7 !important;
    color:#fff;
}
.hentry,
.hentry .entry-header,
.hentry .entry-header h1 {
	border:none;
}
.hentry .entry-header {
	margin:0;
}
/* slider */
#slider {
	overflow:hidden;
}

.metaslider .caption-wrap,
.theme-default .nivo-caption {
	position:absolute !important;
	left:auto !important;
	bottom:auto !important;
	top:50%;
	transform:translateY(-50%);
	padding:0 10% !important;
	background:none !important;
	left:auto !important;
	font-family:'Open Sans' !important;
	font-size:4em !important;
	font-weight:bold !important;
	letter-spacing:-0.04em !important;
	line-height:1.2em !important;
	text-align:center !important;
	color:#fff !important;
	text-shadow:0 0 30px #000 !important;
	overflow:visible !important;
	opacity:1 !important;
	pointer-events:none !important;
}
@media screen and (max-width:960px){
	.metaslider .caption-wrap,
	.theme-default .nivo-caption {
		font-size:3em !important;
	}
}
@media screen and (max-width:720px){
	.metaslider .caption-wrap,
	.theme-default .nivo-caption {
		font-size:2em !important;
	}
}
/* woocommerce */
.single-product div.product form.cart {
	border:0px solid rgba(0,0,0,0.1);
	border-width:1px 0;
}
dl.variation {
	display:inline-block;
	width:100%;
}
dl.variation dd {
    float: left;
    margin: 0 0 0 0.5em;
}
dl.variation dt {
    float: left;
    font-weight: 700;
}
dl.variation dd {
    float: left;
    margin: 0 0 0 0.5em;
}
dl.variation p {
    margin: 0;
}
.form-wppp-select.products-per-page {
	display:none;
}
.widget-area .widget_shopping_cart .product_list_widget li.empty {
	padding:0;
	border:none;
}
.single-product div.product {
	overflow:visible;
}
.single-product div.product .images .woocommerce-main-image {
	box-shadow:0 0 1px rgba(0,0,0,0.2);
}
.single-product div.product .single_variation .price,
.single-product div.product .price {
	margin:0;
}
.single-product div.product .images .thumbnails a.zoom,
.single-product div.product .images .thumbnails a.zoom.first,
.single-product div.product .images .thumbnails a.zoom.last {
	float:left;
	margin:0;
	clear:none;
}
.stock.in-stock::before {
	content:"\f058";
}
.stock.out-of-stock::before {
	content:"\f056";
}
.onsale {
	border:none;
	background:#c47;
	font-size:15px;
	font-weight:normal;
	padding:0;
	text-align:center;
	color:#fff;
	display:inline-block;
	width:60px;
	line-height:60px;
	border-radius:50%;
	overflow:hidden;
	box-shadow:0 5px 0px rgba(0,0,0,0.1);
}
.storefront-breadcrumb {
	margin: 0;
}
.storefront-breadcrumb .woocommerce-breadcrumb,
.storefront-breadcrumb .woocommerce-breadcrumb a,
.storefront-breadcrumb .woocommerce-breadcrumb .breadcrumb-separator {
	color: #fff;
}

ul.products > li.product > a .onsale,
.storefront-product-section .onsale {
	position:absolute;
	left:10px;
	top:10px;
	right:auto;
	bottom:auto;
  width: 60px;
  height: 60px;
  line-height: 60px;
}
ul.products li.product img {
	max-height:150px;
	width:auto;
}
.page-template-template-fullwidth-php #order_review {
	background:#fff;
}
/* payment-info */
.toggle-payment-table {
	display:block;
	font-weight:normal;
	margin:0.5em 0;
	cursor:pointer;
}
.toggle-payment-table #starting-fee {
	font-weight:bold;
}
.toggle-payment-table #toggle-payment-table-label {
	float:right;

}
.payment-info {
	width:auto;
	clear:both;
	font-size:12px;
	line-height:1em;
}
.payment-info-row {
	border:1px solid #e6e6e6;
	border-top:none;
	padding:7px;
}
.payment-info-row:first-child {
	background:#b7a;
}
.payment-info-row:first-child h4 {
	font-size:14px;
	margin:0.5em 0;
	color:#fff;
}
.payment-info-row b {
	display:inline-block;
	font-size:14px;
	margin-bottom:0.5em;
}
