/**
 * Theme Name: Hamburg Child
 * Template:   hamburg
 */

.page .content-area {
    width: 100%;
}

.site-main {
    margin-bottom: 1.5rem;
    margin-top: 1rem;
}

.site-header .site-search {
	float: none;
    min-height: 1px;
    width: 10%;
    clear: none;
}

.site-search { display:none; }

.site-header .contact, .site-header.no-header-image .branding {
    width: 45%;
}

.site-header {
    margin-top: 64px;
    height: 50px;
}

.entry-content {
    padding-top: 0rem;
}

.archive .entry-content, .blog .entry-content, .home .entry-content {
    padding-bottom: 0rem;
}

body {
    background: #f6f6f6;
    color: #49525d;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.3;
    font-weight: 400;
    height: 100%;
}

.color-scheme-blue a:visited {
	color: #2ec4e1;
}

.woocommerce.single-product .entry-summary {
    float: left;
    margin-left: 1.6%;
    min-height: 1px;
    margin-top: 0rem;
    width: 49.2%;
}

@media screen and (max-width: 768px) {
	.woocommerce.single-product .entry-summary {
		float: left;
		margin-left: 1.6%;
		min-height: 1px;
		margin-top:  24px;
		margin-top:  1.5rem;
		width: 99%;
	}
	.woocommerce.single-product .entry-summary:first-child {
		margin-left: 0;
	}
}

.woocommerce-page .product .cart {
    margin-bottom: 0rem;
    margin-top: 0rem;
}

[class*=color-scheme-].woocommerce-page .woocommerce-message .button {
    background: #8fb42b;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    float: right;
    margin-top: -12px;
    min-width: 10em;
    padding: 9px 20px;
    position: relative;
}

[class*=color-scheme-].woocommerce-page .button {
    background-color: #333;
    color: #fff;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.625;
    /* padding: .5rem 1.25rem; */
    border: 0px;
    vertical-align: middle;
}

[class*=color-scheme-].woocommerce.single-product .product .price .amount {
    background: #333;
    color: #fff;
    padding: .375rem 1.25rem;
}

[class*=color-scheme-].woocommerce.single-product .product.product-type-variable .price .amount {
    /* background: 0 0; */
    /* color: inherit; */
    /* padding: 0; */
}
