.header {
	background: rgba(191,148,86,.6);
}
.main-menu {
    padding: 7px 0 0 0;
    font-size: 18px;
    min-height: 50px;
    display: inline-block;
}
.main-menu li {
	display: inline-block;
	margin: 0 20px 0 0;
}

.main-menu li a {
	color: #fff;
}
.main-menu li a:hover {
	text-decoration: underline;
}
.header .social-container {
    margin-bottom: 0;
    padding: 0;
    margin-top: 10px;
}
.header .social-container a {
	color: #fff;
}
#toggle-menu {
	display: none !important;
}

ul.cuprins {
    max-width: 100%;
    padding: 0;
    overflow-x: hidden;
    list-style: none}
ul.cuprins li {
	clear: both;
}
ul.cuprins li:before {
    float: left;
    width: 0;
    white-space: nowrap;
    content:
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "}
ul.cuprins span:first-child {
    padding-right: 0.33em;
    background: white}
ul.cuprins span + span {
    float: right;
    padding-left: 0.33em;
    background: white}

 label[for=billing_postcode] {
 	content: "text";
 }

@media only screen and (max-width: 479px) {
	#toggle-menu {
		display: block !important;
	}
	.main-menu {
		display: none;
		width: 100%;
	}
	.header {
		background: none;
	}
	.header .social-container {
	    display: none;
	}
	.hero-content {
		padding-top: 0 !important;
	}
	.sb-slidebar {
		width: 90% !important;
	}
	.logo-title {
		font-size: 28px !important;
	}
	/*
	.header {
		position: relative !important;
		height: 250px;
		margin-bottom: -250px;
		background: none;
	}
	.main-menu li {
		display: block;
	    clear: both;
	    text-align: center;
	    border-bottom: 1px #ccc solid;
	    padding: 10px 0;
	    font-size: 20px;
	    margin: 0;
	}
	.main-menu {
		display: none;
		width: 100%;
	}
	.hero {
		padding-top: 240px !important;
	}
	
	.header .social-container {
	    margin-bottom: 0;
	    padding: 0;
	    position: absolute;
	    top: 14px;
	    right: 10px;
	}
	*/
	.author-photo {
		width: 100% !important;
		padding: 20px; 
	}
	.author-bio {
		width: 100% !important;
	}

	.block-section {
		padding: 0 !important;
	}
	.section-heading {
		margin-bottom: 50px;
	}
	/*
	.single-blog-post-header {
		padding-top: 260px !important;
	}
	.single-blog-post-header .headline {
		padding: 40px !important;
	}
	.back-to-site {
		top: 420px !important;
		right: 10px !important;
	}
	.back-to-site a {
		color: #fff;
	}

	body.woocommerce-page .back-to-site {
	    top: 283px !important;
	    right: 20px !important;
	}
	.woocommerce {
		border-top: 310px #333 solid;
    	margin-top: -40px;
	}
	*/
	.back-to-site {
		top: 10px !important;
    	right: 25px !important;
    	opacity: 1 !important;
	}
	.back-to-site a {
		color: #000 !important;
	}
	.woocommerce #content table.cart td.actions .button, .woocommerce #content table.cart td.actions .input-text, .woocommerce #content table.cart td.actions input, .woocommerce table.cart td.actions .button, .woocommerce table.cart td.actions .input-text, .woocommerce table.cart td.actions input, .woocommerce-page #content table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions input, .woocommerce-page table.cart td.actions .button, .woocommerce-page table.cart td.actions .input-text, .woocommerce-page table.cart td.actions input {
		font-size: 15px;
		width: 100% !important;
	}
	.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	    display: block;
	    text-align: center;
	    margin-bottom: 1em;
	    font-size: 14px !important;
	    width: 80%;
	    margin: 0 auto;
	    padding: 1em;
	}
	.woocommerce .woocommerce-message .button {
		font-size: 11px;
	}


}