/*
	Theme Name: Haberdot
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*
font-family: 'Alegreya Sans', sans-serif;
font-family: 'Playfair Display', serif;
*/


/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

html, body {
	font: normal 16px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#444;
	background: #f8f8f8;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

.wrapper {
	
	max-width: 960px;
	margin: 0 auto;
	padding: 0 20px;
	
}

.wrapper.narrow {
	
	max-width: 500px;
	margin: 0 auto;
	
}

footer {
	text-align: center;
	padding: 30px;
	border-top: 1px solid #eee;
	margin-top: 120px;
}

.col-2 {
	
	width: 50%;
	padding: 0 20px;
	float: left;
	
}

@media screen and (max-width: 700px) {
	
	.col-2 {
		width: 100%;
		float: none;
	}
	
}


/*------------------------------------*\
    HEADER
\*------------------------------------*/

#top-nav {
	
	position: relative;
	
}

#top-nav #black-bar {
	
	background: #000;
	color: #FFF;
	font-size: 14px;
	padding: 10px 0 50px;
	height: 80px;
	text-align: right;
	
}

#top-nav #overlay-menu {
	
	position: relative;
	bottom: 45px;
	background: #FFF;
	border: #DDD;
	height: 90px;
	z-index: 50;
	border-radius: 3px;
	
}

.logo {
	height: 90px;
	width: 200px;
	position: relative;
}

.logo .haberdot {
	width: 200px;
	position: absolute;
	top: 0;
	left: 0;
	padding: 15px 0 0 23px;
	font-family: 'Playfair Display', serif;
	font-weight: bold;
	color: #000;
	font-size: 36px;
	line-height: 36px;
	margin: 0 0 20px 0;

}

.logo .fine-furniture-enhancement {
	width: 200px;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 0 18px 23px;
	font-family: 'Alegreya Sans', sans-serif;
	font-size: 14px;
	

}

.hero {
	
	position: relative;
	bottom: 90px;
	height: 600px;
	background-size: cover;
	background-position: center center;
	
}

.hero-overlay {

	height: 600px;
	background: rgba(0,0,0,0.6);
	display: flex;
	align-items: center;
	justify-content: center;

}

.hero-content {
	
	width: 500px;
	text-align: center;
	
}

.hero h1 {
	
	font-family: 'Playfair Display', serif;
	font-weight: bold;
	color: #FFF;
	font-size: 60px;
	line-height: 68px;
	text-align: center;
	margin: 0 0 20px 0;
	
}

@media screen and (max-width: 500px) {
	
	.hero h1 {
		font-size: 32px;
		line-height: 40px;
	}
	
}

.hero h2 {
	
	font-family: 'Alegreya Sans', sans-serif;
	font-weight: bold;
	color: #FFF;
	font-size: 20px;
	line-height: 28px;
	font-weight: light;
	text-align: center;
	margin: 0 0 30px;
	
}

.hero .hero-button {
	
	padding: 15px 40px 16px;
	border: 2px solid #222;
	background: #FFF;
	color: #222;
/* 	text-transform: uppercase; */
	display: inline-block;
	border-radius: 3px;
	font-weight: bold;
	font-family: 'Playfair Display', serif;
	
}

.nav {
	position: absolute;
	top: 0;
	right: 0;
	height: 90px;
	font-weight: bold;
	width: 750px;
	text-align: right;
}

.nav ul {
	
	list-style: none;
	margin: 0;
}

.nav ul li{
	
	list-style: none;
	display: inline-block;
	
}

.nav ul li a {
	line-height: 85px;
	font-size: 16px;
	padding: 0px 15px 5px;
	color: #222;
}

.nav ul li:last-child {
	line-height: 85px;
	font-size: 16px;
	padding: 0px 15px 5px;
	background: #ffeb57;
	color: #000;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

@media screen and (max-width: 1050px) {
	
	.nav ul li a {
		line-height: 85px;
		font-size: 16px;
		padding: 0px 12px 5px;
		color: #222;
	}
	
}

@media screen and (max-width: 890px) {

	#top-nav #black-bar {
		text-align: center;
	}
	
	#top-nav #overlay-menu {
		
		bottom: 45px;
		background: #FFF;
		border: #DDD;
		height: auto;
		z-index: 50;
		border-radius: 3px;
		padding-bottom: 5px;
	}
	
	.logo {
		height: auto;
		width: 100%;
		text-align: center;
		position: relative;
		display: block;
	}
	
	.logo .haberdot {
		width: auto;
		position: relative;
		margin-bottom: 0;
		padding-left: 0;
	}
	
	.logo .fine-furniture-enhancement {
		width: auto;
		position: relative;
		display: block;
		padding-bottom: 10px;
		padding-left: 0;
	
	}
	
	.nav {
		position: relative;
		height: auto;
		font-weight: bold;
		width: 100%;
		text-align: center;
		padding-bottom: 15px;
	}
	
	.nav ul {
		
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	.nav ul li{
		
		list-style: none;
		display: inline-block;
		
	}
	
	.nav ul li a {
		line-height: 25px;
		padding: 0px 15px 5px;
	}
	
	.nav ul li:last-child {
		display: none;
	}	
	
}

@media screen and (max-width: 500px) {

	#top-nav #black-bar .phone-numbers {
		
		display: none;
		
	}

}
/*------------------------------------*\
    PAGES
\*------------------------------------*/

.intro {
	
/* 	border: 2px solid #222; */
	padding: 32px 40px;
	border-radius: 10px;
	text-align: center;
	margin-bottom: 50px;
	background: #FFF;
	font-family: 'Alegreya Sans', sans-serif;
	font-weight: bold;
	font-style: italic;
/*
font-family: 'Playfair Display', serif;
*/
}

.intro p {
	font-size: 20px;
	line-height: 28px;
	margin: 0 0 20px;
}

.intro p:last-child {
	margin: 0 !important;
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/

.item img {
	width: 100%;
	border-radius: 3px;
	margin-bottom: 20px;
}

/*------------------------------------*\
	FORMATTING
\*------------------------------------*/

td {
	border: 1px solid #444;
	padding: 10px;
}

.add-to-cart-button {
	border: 2px solid #222;
	padding: 15px 40px;
	text-align: center;
	display: block;
	width: 100%;
	color: #222;
	font-family: 'Playfair Display', serif;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	transition: 0.5s;
}

.add-to-cart-button:hover, .add-to-cart-button:active, .add-to-cart-button:focus  {
	outline: none;
	background: #ffeb57;
	color: #000;
}

.browse-button {
	border: 2px solid #222;
	padding: 15px 40px;
	text-align: center;
	display: block;
	width: 100%;
	color: #222;
	font-family: 'Playfair Display', serif;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	transition: 0.5s;
	margin-bottom: 10px;
}

.browse-button:hover, .browse-button:active, .browse-button:focus  {
	outline: none;
	background: #ffeb57;
	color: #000;
}

.view-details-button {
	border: 2px solid #222;
	padding: 12px 25px;
	text-align: center;
	display: inline-block;
	color: #222;
	font-family: 'Playfair Display', serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	transition: 0.5s;
}

.view-details-button:hover, .view-details-button:active, .view-details-button:focus  {
	outline: none;
	background: #ffeb57;
	color: #000;
}


/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

.browse-heading-container {
	margin: 70px 0;
}

h2.browse-heading {
	font-size: 32px;
	line-height: 38px;
	margin: 0;
	font-family: 'Playfair Display', serif;
	text-align: center;
	padding: 25px 0 33px;
}

h4 {
	font-size: 24px;
	margin: 10px 0 20px;
	font-family: 'Playfair Display', serif;
/*
font-family: 'Alegreya Sans', sans-serif;
font-family: 'Playfair Display', serif;
*/
}

article p {
	margin: 0 0 20px;
	font-size: 18px;
	line-height: 28px;
}

.item p {
	margin: 0 0 20px;
	font-size: 18px;
	line-height: 28px;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/



/*------------------------------------*\
    MISC
\*------------------------------------*/

.dash {
	width: 30px;
	border-top: 1px solid #888;
	margin: 0 auto;
}

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

table {
	width: 100%;
}
