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

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

ul, ol {
	margin: 0 0 20px 0;
}

#site-container {
	position: relative;
	display: block;
	overflow: hidden;
}

.woocommerce-account .button {
    width: auto !important;
}

.woocommerce-page .page-title, .single-product.woocommerce h1 {
    font-size: 2.275rem;
    font-style: normal;
}

.single-product .entry-summary p.price {
    padding: 25px 0 5px;
}

.cartbtn, .titleprice {
    float: left;
    text-align: left;
}

.cartbtn{
	width: 40%;
}

.titleprice{
	width: 60%;
}

.addtocartb{
    text-align: right;
}

.addtocartb span {
    font-size: 18px;
    margin-right: 20px;
}
.addtocartb span.genericon{
	font-size: 32px;
}

.addtocartb span:hover{
	color: #f75c55;
}

/* Easy way to disable the hover button. Force display: none. */
.woocommerce ul.products li.product .button {
    display: none !important;
}

.woocommerce-page ul.products li.product {
    float: left;
    margin-right: 6%;
    width: 29%;
}

.woocommerce ul.products li.last {
    margin-right: 0;
}

/* New 8.12.16 */

body {
	height: 100%;
	display: block;
	font-family: 'Neutraface 2 Text', 'Calibri', 'Times New Roman', serif;
	color: #000000;
	background: #fefcf6;
	font-size: 17px;
	font-size: 1.0625rem;
	line-height: 1.25;
}

.header-wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #fefcf6;
    padding: 30px 30px 0;
    min-height: 85px;
    z-index: 100;
}

#site-branding {
	margin: 0;
	padding: 5px 0 5px 0;
	display: flex;
	text-align: center;
	min-height: 44px;
	border: 0px solid red;
	justify-content: center;
}
#site-branding a {
	display: flex;
}
#masthead {
	position:relative;
	display:block;
	margin: 0 auto;
	padding-bottom: 0px;
}

h1 {
    padding: 46px 0 20px;
    font-size: 36px;
    font-size: 2.0rem;
}

.archive-header .taxonomy-description p {
	margin: 10px 0 0 0;
	text-transform: none;
	text-transform: uppercase;
}


.entry-header h1.entry-title {
    padding: 15px 0 30px;
    font-size: 46px;
    font-size: 2.0rem;
    line-height: 1.05;
}

.page .entry-header h1.entry-title {
    padding-top: 60px;
}

#new_home_padding {
    height: 100vh;
    padding-top: 10vh;
    padding-bottom: 10vh;
}

table {
	width: 100%;
	margin: 0 0 40px;
	border-collapse: collapse;
	border-spacing: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	font-family: 'Neutraface 2 Text', 'Times New Roman', serif;
	font-size: 17px;
	font-size: 1.0625rem;
}

input,
textarea {
	padding: 5px 15px;
	border: none;
	background: rgba(0, 0, 0, 0.06);
	font-family: 'Neutraface 2 Text', 'Times New Roman', serif;
	font-size: 17px;
	font-size: 1.0625rem;
	outline: none;
}
form label {
	font-family: 'Neutraface 2 Text', 'Times New Roman', serif;
	font-size: 17px;
	font-size: 1.0625rem;	
}

input[type="button"],
input[type="submit"],
.entry-content a.wc-backward,
.shipping-calculator-form .button {
	padding: 5px 25px;
	min-height: 40px;
	background: rgba(0, 0, 0, 0.4);
	color: #fff;
	border: none;
	font-family: 'Neutraface 2 Text', 'Times New Roman', serif;
	cursor: pointer;
	outline: none;
	-moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.site-content div.wpcf7 input[type='text'],
.site-content div.wpcf7 input[type='email'],
.site-content div.wpcf7 textarea {
	font-family: 'Neutraface 2 Text', 'Times New Roman', serif;
	width: 80%;
}

.header-wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #fefcf6;
    padding: 39px 30px 0;
    min-height: 85px;
    z-index: 100;
}

.top, .down {
    font-family: 'Times New Roman', serif;
    font-size: 36px;
    font-size: 2.25rem;
    text-align: center;
    cursor: pointer;
    border: none;
    outline: none;
    padding: 0;
    background: none;
	display:none;
}

#colophon {
	position: relative;
	padding: 5px 1px;
	clear: both;
	overflow: hidden;
	background: #fefcf6;
	border:0px solid red;
	float: left;
	padding-left: 23%;
}

#site-navigation ul li a, .shop-menu {
	font-family: 'Neutraface 2 Text', 'Calibri', 'Times New Roman', serif;
	color: #000000;
	font-size: 17px;
	font-size: 1.0625rem;
	line-height: 1.25;
	border:0px solid red;
	background: #fefcf6;
}

#site-navigation ul li {
	background: #fefcf6;
}

#site-navigation ul ul.sub-menu, #site-navigation ul ul.children {
    display: none !important;
    position: absolute;
    top: 56px;
    left: -28px;
    width: 180px;
    margin-top: -30px;
    padding: 20px 30px;
    z-index: 1000;
    text-align: left;
    background: #fefcf6;
    border-top: none;
}

.woocommerce-message, .woocommerce-info, .woocommerce-message {
    background: #ccc;
    color: #000;
}

.woocommerce-result-count, .orderby, .woocommerce-breadcrumb, .site-title, .archive-title, .entry-footer, .entry-cats, .reset_variations {
	display: none !important;
}

.entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    font-weight: normal;
}

.social-nav li a {
	color: #3B5998;
}

.home .social-nav li a {
	display:none;
}

.woocommerce-page .page-title, .single-product.woocommerce h1 {
    font-size: 2.0rem;
    font-style: normal;
}

/* Shop Page */
.woocommerce-page.post-type-archive-product .page-title {
	padding-top: 60px;
	padding-bottom: 30px;
}

.single-product .entry-summary .price {
    display: block;
    clear: both;
    font-size: 26px;
    font-size: 1.2rem;
    font-weight: normal;
}

.woocommerce .entry-summary button[type="submit"], .woocommerce .entry-summary input[type="submit"], .woo-sc-button {
    cursor: pointer;
    overflow: visible;
    white-space: nowrap;
    padding: 14px 14px;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    border: none;
    outline: none;
    height: 50px;
}

.single-product .product form.cart .quantity .qty {
    height: 50px;
    background: rgba(0, 0, 0, 0.06);
    color: rgba(0, 0, 0, 0.6);
}
.quantity .qty {
    width: 70px;
    text-align: center;
    padding: 9px 6px 6px 9px;
}
.woocommerce .star-rating span::before, .woocommerce .star-rating::before, .woocommerce p.stars span a::before, .woocommerce p.stars span::before, .woocommerce-page .star-rating span::before, .woocommerce-page .star-rating::before, .woocommerce-page p.stars span a::before, .woocommerce-page p.stars span::before {
    font: normal 12px/1 'Genericons';
    left: 2px;
    line-height: 16px;
    padding-left: 1px;
    position: absolute;
    top: 2px;
    width: 100%;
    white-space: nowrap;
}

small.woocommerce-price-suffix {
	font-size: 80%;
}
.single-product small.woocommerce-price-suffix {
	font-size: 80%;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
	font-size: 1.25rem;
}

@media screen and (min-width: 1200px) {
	
	.header-wrap {
	    position: fixed;
	    top: 0;
	    left: 0;
	    right: 0;
	    width: 100%;
	    background: #fefcf6;
	    padding: 85px 30px 3px !important;
	    min-height: 85px;
	    z-index: 100;
		border:0px solid red;
	}
	
	#site-branding {
	    position: absolute;
	    top: 50px;
	    left: 50px;
	    display: block;
	    text-align: left;
	    padding: 0;
	    min-height: auto;
	    float: left;
	    background: none;
	    z-index: 1000;
	}
	
	#masthead {
	    position: relative;
	    display: block;
	    margin: 0 auto;
	}
	
	.shop-menu {
	    display: block;
	    position: absolute;
	    top: 85px !important;
	    right: 30px;
	}
	
	#site-navigation {
		display: block !important;
		background: none;
		float: left;
		padding-left: 21%;
	}
	
	.single-post #primary, .page-template-default #primary, .error404 #primary {
	    width: 81.81967213114754%;
	    float: right;
	}
	.post-type-archive-product #primary {
		padding-left: 2.6%;
	}
	
	
}


@media (max-width: 600px){

    .woocommerce-page ul.products li.product {
		width: 100% !important;
		margin-left: auto;
		margin-right: auto;
	}

}

/* Container padding top */
.post-type-archive-product #content-wrap {
	padding-top: 0;
}


/* Start Header Top Bar */
#tpbr_topbar {
	position: fixed !important;
	top: 0px !important;
	left: 0;
	right: 0;
	z-index: 99998;
	background: rgb(181, 149, 198);
}
#tpbr_box {
	position: fixed !important;
	line-height: 2em;
	padding: 5px 0px 6px;
	background: #b595c6;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	color: white;
	font-size: 13px !important;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 300;
}

/* End Header Top Bar */ 
#menu-main-toggle {
	top: 62px;
}
a.cart-btn, a.account-btn {
	top: 0px;
}

.woocommerce ul.products li.product .price {
	color: #77a464;
	display: block;
	font-weight: 400;
	margin-bottom: .5em;
	font-size: .857em;
}
.woocommerce ul.products li.product a {
	text-decoration: none;
}

.footer {
	margin-top: 1em;
	border-top: solid 1px #f1f1f1;
	background-color: #272525;
	color: #fff;
	position: relative;
	display: flex;
	flex-wrap: wrap;
}

.footer-container {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 20px 15px;
}

.footer ul {
	padding-left: 0px;
}

.footer-title {
	position: relative;
	display: block;
	margin-bottom: 15px;
}

.navbar-nav-footer li a {
	color: #fff;
}

.footer-title h6 {
	text-transform: uppercase;
	padding: 5px 0;
	text-decoration: underline;
	text-underline-position: under;
	margin-bottom: 10px;
	line-height: 1.2em;
	letter-spacing: 2px;
	display: block;
	text-rendering: optimizeLegibility;
}
.footer ul li {
	padding: 3px 0;
	list-style: none outside none;
	margin-bottom: 0;
}

.social-nav ul{
	display: none;
}

/* Footer Social Media */
.footer .social-nav {
	position: static !important;
	left: 0;
	z-index: inherit;
	width: auto;
	height: auto;
	bottom: auto;
	top: 0px !important;
}
.footer .social-nav::before {
	display: none;
}

.footer .social-nav ul {
	display: flex;
	text-align: left;
	justify-content: flex-start;
	margin-bottom: 20px;
}

.footer .social-nav ul > li {
	position: relative;
	display: inline-block;
	padding: 11px 0 5px 0px;
}

.footer .social-nav ul > li > a {
    width: 30px;
    height: auto;
    text-align: left;
    color: #fff;
    display: inline-block;
    font-size: 0px;
}

.footer .social-nav ul > li > a::before {
	padding-top: 0;
	width: auto;
	height: auto;
}

.footer .mc4wp-form-fields p input[type="email"] {
	background: transparent;
	border: 1px solid #fff !important;
	color: #fff !important;
	max-width: 300px;
}

.footer .mc4wp-form-fields p:first-child {
	text-align: left !important;
	margin-left: 0px;
	margin-bottom: 10px;
}

.footer .jetpack_subscription_widget input[type="submit"], 
.footer .mc4wp-form-fields input[type="submit"] {
	/* width: 100%; */
	min-width: 130px;
	text-align: center;
	background: rgba(255, 255, 255, 1);
	border: none;
	color: #000;
	padding: 5px 15px;
	text-transform: uppercase;
}

.footer .mc4wp-form-fields p:nth-child(2) {
	margin-bottom: 20px;
	float: left;
	display: block;
	width: 100%;
}

.footer .mc4wp-response {
	display: block;
	width: 100%;
	clear: both;
}

.footer ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #fff;
}
.footer ::-moz-placeholder { /* Firefox 19+ */
	color: #fff;
}
.footer :-ms-input-placeholder { /* IE 10+ */
	color: #fff;
}
.footer :-moz-placeholder { /* Firefox 18- */
	color: #fff;
}

.footer .mc4wp-form-fields p:first-child > label > span {
	display: none;
}

.footer .wp-block-column.text-center {
	text-align: center;
}


@media only screen and (max-width:1199.99px){
	a.cart-btn, a.account-btn {
		top: 59px;
	}
	.woocommerce #content-wrap, .blog #primary, .search-results #primary, .archive #primary, .single-post #primary, .page-template-default #primary, .error404 #primary, .fullwidth #primary {
		padding-top: 150px;
	}
	/* Shop Container padding top */
	.post-type-archive-product #content-wrap {
		padding-top: 0;
	}
	#tpbr_box {
		font-size: 11px !important;
	}
}

@media only screen and (max-width:992px){
	#tpbr_box {
		font-size: 10px !important;
	}
}

@media only screen and (max-width:776px){
	#tpbr_box {
		line-height: 1.5em !important;
	}
	.header-wrap {
		padding: 46px 30px 0;
	}
	.wp-block-spacer {
		height: 50px !important;
	}
	
}

@media only screen and (max-width:570px){
	#tpbr_box {
		font-size: 9px !important;
	}
	.header-wrap {
		padding: 40px 30px 0;
	}
	#menu-main-toggle {
		top: 64px;
	}
	a.cart-btn, a.account-btn {
		top: 59px;
	}
	.woocommerce-message, .woocommerce-info, .woocommerce-message {
		display: flex;
		flex-direction: column-reverse;
	}
	.woocommerce-error a.button, .woocommerce-info a.button, .woocommerce-message a.button {
		margin-top: 10px;
	}
}
