/* ========= RESET ========= */

/* http://meyerweb.com/eric/tools/css/reset/ 
    v2.0b1 | 201101 
    NOTE:WORK IN PROGRESS
    USE WITH CAUTION AND TEST WITH ABANDON */

html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
b,u,i,center,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td,
article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary,
time,mark,audio,video{
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    font:inherit;
    vertical-align:baseline;
}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section{
    display:block;
}
body{
    line-height:1;
}
blockquote,q{
    quotes:none;
}
blockquote:before,blockquote:after,
q:before,q:after{
    content:’’;
    content:none;
}
/* remember to define visible focus styles! 
:focus{
    outline:?????;
} */

/* remember to highlight inserts somehow! */
ins{
    text-decoration:none;
}
del{
    text-decoration:line-through;
}

table{
    border-collapse:collapse;
    border-spacing:0;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
p,
ul,
ol,
blockquote {
	margin: 0 0 1em 0;
}
img {
  display: block;
  max-width: 100%;
}
ul {
	margin-left: 1em;
	list-style-type: square;
}
ol {
	margin-left: 1em;
	list-style-type: decimal;
}
a {
  color: #c79a12;
  text-decoration: none;
  -webkit-transition: all ease-in-out .2s;
}
a:hover {
  color: #94aaa8;
}
a[href*="tel:"] {
  white-space: nowrap;
}


/* ========= TYPE ========= */

body {
  font-family: "Signika Negative", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
	color: #515758;
	text-rendering: optimizeLegibility;
}
p {
  font-size: 18px;
  line-height: 40px;
}
h2 {
  font-size: 36px;
  line-height: 40px;
  margin: 0.5em 0 0.5em;
}
h3 {
  font-size: 28px;
  line-height: 32px;
  margin: 0.5em 0 0.5em;
}
h4 {
  font-size: 21px;
  line-height: 24px;
  margin: 0.5em 0 0.5em;
}
h5 {
  font-size: 15px;
  line-height: 24px;
  color: #8ea3a1;
  text-transform: uppercase;
  letter-spacing: 0.027em;
}


/* ========= STRUCTURE ========= */

.container {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 1em;
  padding: 0;
  position: relative;
}


/* ========= HEADER ========= */

header {
  padding-top: 30px;
}
header .container {
  padding-left: 3em;
  padding-right: 3em;
}
.third {
  display: inline-block;
  width: 30%;
  padding: 1em 2em;
  margin-right: -4px;
  vertical-align: middle;
  min-height: 99px;
  border-right: 1px solid #c8dad8;
}
.holdsLogo {
  width: 31%;
  padding-left: 0;
}
.holdsMenu {
  width: 43%;
  padding: 0.5em 5%;
}
.holdsSearch {
  width: 26%;
  border-right: none;
  padding-right: 0;
}
.third:last-child {
  margin-right: 0;
  border-right: none;
  padding-right: 0;
}
.logo {
  display: block;
  background: url('../../images/uploads/pickwick-antiques-logo.png') center center no-repeat;
  white-space: nowrap;
  overflow: hidden;
  width: 229px;
  height: 56px;
  background-size: contain;
  max-width: 100%;
}
.logo:hover {
  opacity: 0.75;
}
.logo a {
  display: block;
  width: 229px;
  height: 56px;
  text-indent: -220%;
}
.siteNav, .shopNav {
  margin: 0;
  padding: 0;
  width: 50%;
  float: left;
  display: inline;
}
.siteNav li, .shopNav li {
  display: block;
  vertical-align: top;
  width: 100%;
  margin-right: -4px;
}
.siteNav a, .shopNav a {
  text-decoration: none;
  color: inherit;
  letter-spacing: 0.1125em;
  text-transform: uppercase;
  font-size: 12px;
}
.siteNav a:hover, .shopNav a:hover {
  color: #c79a12;
}
header input {
  display: inline-block;
  vertical-align: top;
}
header input {
  background-color: #e5e5e5;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  padding: 5px 8px 6px;
  width: 68%;
  margin-right: 0.25%;
}
header input[type=submit] {
  background-color: #FFF;
  border: 1px solid #b2b2b2;
  border-radius: 0px;
  text-transform: uppercase;
  letter-spacing: 0.1125em;
  font-size: 9px;
  width: 29%;
  margin-right: 0;
  cursor: pointer;
}
.socialButtons {
  margin-top: 1em;
}
.socialButtons li {
  display: inline-block;
  margin-right: -4px;
  padding-right: 0.75em;
}
header a[href*=facebook],
header a[href*=instagram],
header a[href*=pinterest],
.socialButtons a[href*=facebook],
.socialButtons a[href*=instagram],
.socialButtons a[href*=pinterest] {
  width: 18px;
  height: 18px;
  display: block;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
}
header a[href*=facebook],
.socialButtons a[href*=facebook] {
  background: url('../../images/uploads/facebook.gif') center center no-repeat;
}
header a[href*=instagram],
.socialButtons a[href*=instagram] {
  background: url('../../images/uploads/instagram.gif') center center no-repeat;
}
header a[href*=pinterest],
.socialButtons a[href*=pinterest] {
  background: url('../../images/uploads/pinterest.gif') center center no-repeat;
}
header a[href*=facebook]:hover,
.socialButtons a[href*=facebook]:hover {
  background: url('../../images/uploads/facebook-hover.gif') center center no-repeat;
}
header a[href*=instagram]:hover,
.socialButtons a[href*=instagram]:hover {
  background: url('../../images/uploads/instagram-hover.gif') center center no-repeat;
}
header a[href*=pinterest]:hover,
.socialButtons a[href*=pinterest]:hover {
  background: url('../../images/uploads/pinterest-hover.gif') center center no-repeat;
}


/* === SLIDER === */

.slider,
.blogHeader {
  margin-top: 1.2em;
  position: relative;
}
.slider:after,
.blogHeader:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 124.315%;
  height: 542px;
  background: url('../../images/uploads/textureBar2.png') center bottom repeat-x;
  z-index: -10;
}
.bxslider {
  margin: 0;
  padding: 0;
  position: relative;
}
.home .bxslider {
  visibility: hidden;
}
.bx-controls {
  position: absolute;
  right: 1em;
  bottom: 1em;
  display: none;
}
.bx-wrapper .bx-pager {
  padding: 0 !important;
}


/* === CONTENT === */
main .container {
  padding-left: 3em;
}
.interior main .container {
  padding-right: 3em;
}
.content {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  margin-right: -4px;
  padding-right: 1em;
}
.curateYourHome {
  font-size: 20px;
  color: #80898b;
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 0.225em;
  margin-top: 11.49%;
  margin-top: 40px;
  margin-bottom: 3em;
  padding-top: 0.25em;
  position: relative;
}
.curateYourHome:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 169px;
  background: url('../../images/uploads/flourish.png') center bottom no-repeat;
  z-index: -10;
}

/* Testmonials Module */
.testimonials {
  border-top: 1px solid #c8dad8;
  border-bottom: 1px solid #c8dad8;
  color: #c79a12;
  padding-top: 1em;
  padding-right: 2em;
  position: relative;
}
.testimonials.smallHeight p {
  font-size: 18px;
  line-height: 29px;
}
.testimonials.smallHeight .person {
  position: absolute;
  right: 0;
  bottom: -0.75em;
  background: #FFF;
  padding-right: 2em;
  padding-left: 1em;
  color: #80898b;
  letter-spacing: 0.1125em;
}


/* === ASIDE === */

aside {
  display: inline-block;
  vertical-align: top;
  width: 51%;
  padding-left: 1em;
  padding-top: 2.375em;
  padding-top: 23px;
}
.home aside {
  text-align: right;
}

/* Categories List Module */
.categoriesList li {
  display: inline-block;
  vertical-align: top;
  background: #7c7f7f;
  color: #FFF;
  width: 46%;
  margin: 0 6% 2em 0;
  text-align: center;
  float: left;
}
.home .categoriesList li {
  -webkit-box-shadow: 0px 0px 14px -1px rgba(0,0,0,0.7);
  -moz-box-shadow: 0px 0px 14px -1px rgba(0,0,0,0.7);
  box-shadow: 0px 0px 14px -1px rgba(0,0,0,0.7);
}
.categoriesList li:nth-child(even) {
  margin-right: 0;
}
.categoriesList h3 {
  display: inline-block;
  background: #7c7f7f;
  text-transform: uppercase;
  letter-spacing: 0.3375em;
  font-size: 12px;
  max-width: 85%;
}
.addBorder {
	overflow: hidden;
	background: url('../../images/uploads/category-border.gif') center center repeat-x;
}
.category .addBorder {
  display: table;
  min-height: 74px;
  width: 100%;
  background: url('../../images/uploads/category-sub-border.png') center center repeat-x;
}
.addBorder.topCat {
	background: url('../../images/uploads/topcat-border.png') center center repeat-x;
}
.topCat span {
	display: table;
	height: 84px;
	width: 85%;
	vertical-align: middle;
	margin: 0 auto;
}
.topCat span h3 {
	display: table-cell;
	vertical-align: middle;
}
.categoriesList h3 a {
  color: #fff;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 1.5em;
}
.categoriesList h3 a:hover {
  color: #b2bdbf;
}

.categoriesList li.home-feature {
  background: #563f47;
  min-height: 229px;
  min-height: 252px;
  display: table;
}
.home-feature div {
  width: 94%;
  margin: 0 auto;
  padding: 10px 0;
  display: table-cell;
  vertical-align: middle;
}
hr {
  width: 50%;
  border: 0;
  height: 1px;
  background: #bbc7c3;
  margin: 12px auto;
}
.home-feature p {
  font-size: 12px;
  line-height: 1.8em;
  margin: 0;
  color: #d2dbd8;
  text-transform: uppercase;
  letter-spacing: .2em;
}
.home-feature p.title {
  color: #deb24c;
}
.home-feature p.title strong {
  letter-spacing: normal;
  font-family: 'Sail', cursive;
  text-transform: none;
  font-size: 42px;
  font-weight: normal;
  line-height: 1.2em;
  margin-top: 4px;
  display: block;
}
.home-feature p.title strong em {
  font-size: 82px;
}
.home-feature p.details {
  font-size: 11px;
  line-height: 1.8em;
}
.home-feature a {
  color: #deb24c;  
}
.home-feature a:hover {
  color: #fff;
}


/* ========= FOOTER ========= */

footer {
  background: url('../../images/uploads/footer-banner.png') center top no-repeat;
  clear: both;
}

footer .container {
  margin-top: 2em;
  padding-left: 3em;
  padding-right: 3em;
  margin-bottom: 2em;
}
footer .third {
  margin-top: 5em;
  vertical-align: top;
  min-height: 171px;
}
.third.contact {
  padding-left: 0;
}
footer .button {
  font-size: 13px;
  line-height: 19px;
}
.third.foot-enews {
  padding-right: 0;
}
.third.foot-blog {
  width: 40%;
}
footer .third p {
  font-size: 13px;
  line-height: 19px;
  color: #a09d97;
}
footer .third.foot-enews p, footer .third.foot-blog p {
  line-height: 2em;
}
footer .third.foot-enews h5, footer .third.foot-blog h5 {
  margin-bottom: .5em;
}
footer .third .phone {
  font-size: 28px;
  line-height: 28px;
  margin-bottom: 0.15em;
  font-weight: 400;
}
.phone span {
	font-size: 13px;
	line-height: 19px;
}
footer .third p.copyright {
  font-size: .75em;
  line-height: 1.4em;
  padding-right: 2em;
}

footer .third.foot-enews a:hover, footer .third.foot-blog a:hover {
  color: #c79a12;
}


/* ========= INTERIOR: INNER DEFAULT ========= */

.title {
  margin: 13% 0 1.25em;
  margin: 1.1em 0 1.7em;
  font-weight: 300;
}
.interior aside {
  margin-top: 125px;
  padding: 1em;
  width: 49%;
  margin-left: 2%;
  margin-top: 0;
  padding: 0 1em;
}
.about-pickwick .interior aside h4 {
  margin-left: -1em;
}
.about-pickwick aside p,
.about-pickwick aside .button {
  font-size: 13px;
  line-height: 19px;
}
.interior p {
  font-size: 15px;
  line-height: 30px;
}
.interior p strong {
  font-weight: 600;
}
/*.interior.about-pickwick aside p, .interior.about-pickwick aside a, */.interior.blog aside p, .interior.blog aside a {
  font-size: 13px;
  line-height: 19px;
}

.half {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  margin-right: -4px;
  padding-right: 1em;
}
.half + .half {
  padding-right: 0;
  margin-right: 0;
}
.button {
  display: inline-block;
  margin: 0.25em 0;
  padding: 0.25em 0.75em 0.25em;
  background: #d6b563;
  border: 1px solid #FFF;
  color: #FFF;
}
.button:hover {
	background: #FFF;
	border: 1px solid #D6B563;
	color: #D6B563;
}
.iR {
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
}

.storeInformation {
  background: url('../../images/uploads/store-information.gif') center center no-repeat;
  margin-bottom: 1em;
}
address p {
  margin-bottom: 0;
}
.hourSchedule {
  margin: 0.5em 0 0 0;
  padding: 0;
}
.hourSchedule li {
  display: inline-block;
  font-size: 13px;
  line-height: 19px;
}
.hourSchedule span {
  color: #adbbba;
}
.alsoVisitUsAt {
  background: url('../../images/uploads/also-visit-us-at.gif') center center no-repeat;
  margin: 1em 0 1em;
}
.locationList {
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 19px;
}
.locationList .button {
  vertical-align: middle;
  font-size: 10px;
  margin-left: 1em;
}
.locationList li {
  list-style: none;
  margin: 0 0 1em 0;
  padding: 0 0 1em 0;
  border-bottom: 1px solid #e4e0df;
}
.locationList li:last-child {
  border-bottom: 0;
  margin-bottom: 2em;
}
.locationList span {
  text-transform: uppercase;
  letter-spacing: 0.027em;
}
.interior footer .container {
  margin-top: 1.5em;
}

/* ========= INTERIOR: TOP CATEGORY ========= */

body.category main .container {
  padding-left: 1em;
  padding-right: 1em;
}
.categoryRunner {
  background: url('../../images/uploads/category-header.gif') center top repeat-x;
}
.categoryRunner .container {
  padding: 0 3em 1em;
  margin-top: 2em;
  margin-bottom: 1em;
}
.title.category {
  display: inline-block;
  vertical-align: top;
  width: 60%;
  margin: 0;
  padding-top: 2em;
}
h2.title.category {
    font-size: 30px;
    padding-top: 2.45em;
    white-space: nowrap;
}
.categoryRunner .curateYourHome {
  display: inline-block;
  vertical-align: top;
  width: 39%;
  margin: 4em 0 0 0;
}
.categoryRunner .curateYourHome:after {
  z-index: 0;
}
.content.fullWidth {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
.categoriesList.categoryPage {
  margin: 0;
  padding: 0;
  position: relative;
}
/*.categoriesList.categoryPage:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 4em;
	right: -4em;
	width: 50px;
	height: 50px;
	background: url(../../images/uploads/backToTop.gif) center center no-repeat;
}*/
.categoriesList.categoryPage li {
  width: 21.5%;
  margin: 0 0 2em 0;
  padding: 0;
  margin-right: 4%;
  background: #e6e7e8;
  color: #515758;
  position: relative;
}
.categoriesList.categoryPage.productList li {
  min-height: 300px;
}
.categoryPage li img {
	width: 100%;
  width: auto;
  max-height: 100%;
  height: auto;
  max-width: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  margin: auto;
}
.categoriesList.categoryPage li.newArrival:before {
	content: "";
	display: block;
	position: absolute;
	top: 0.5em;
	left: -0.5em;
	width: 80px;
	height: 18px;
	background: url('../../images/uploads/newArrival.gif');
}
.categoriesList.categoryPage h3 {
  background: #e6e7e8;
  color: #515758;
}
.categoriesList.categoryPage li:nth-child(4n) {
  margin-right: 0;
}
.categoriesList span.border {
  height: 2em;
  border-top: 1px solid #acb2b4;
}

/* Breadcrumbs */
.breadcrumbs .container {
  padding-left: 3em;
  padding-right: 3em;
  margin-bottom: 2em;
}
.breadcrumbs ul {
  margin: 0;
  padding: 0;
}
.breadcrumbs li {
  display: inline-block;
  margin: 0;
  padding: 0;
  color: #b8c6c3;
  font-size: 11px;
  text-transform: uppercase;
}
.breadcrumbs li:last-child,
.breadcrumbs li:last-child a:last-child {
  color: #80898b;
}
.breadcrumbs a {
  color: #b8c6c3;
  text-transform: uppercase;
  letter-spacing: 0.0135em;
}
.breadcrumbs a:hover {
  color: #c79a12;
}

/* ========= INTERIOR: PRODUCT LISTING ========= */

p.productTitle {
	font-size: 13px;
	line-height: 1.35em;
	text-align: left;
	padding-top: 0.75em;
	padding-left: 1em;
	color: #515758;
  padding: .75em;
  margin: 0;
}
.catNames p.productTitle {
  text-align: center;
  text-transform: uppercase;
  padding: 1.75em 2em;
  font-size: 12px;
  letter-spacing: .2em;
  display: table-cell;
  vertical-align: middle;
  height: 78px;
}
.catNames p.productTitle span {
  padding: .3em 1em 0 1em;
  background: #e6e7e8;
  display: inline-block;
}
.productDate {
	color: #acb2b4;
	font-size: 11px;
}


/* ========= INTERIOR: SINGLE PRODUCT ========= */

.productImages,
.productInformation {
	display: inline-block;
	vertical-align: top;
	width: 52%;
}
.productInformation {
	width: 47%;
	padding-left: 2em;
}
.single .productTitle {
	font-size: 28px;
	line-height: 32px;
	margin-top: 1em;
	margin-bottom: 0.25em;
}
.single .productDate {
	font-size: 13px;
	color: #acb2b4;
}
.specifications {
	background: url('../../images/uploads/specifications.gif') left center no-repeat;
	margin-bottom: 0.5em;
}
.single .productPrice {
	font-size: 2em;
	line-height: 1em;
	font-weight: 300;
	margin-top: 1em;
  color: #c79a12;
}
.single .bxslider li {
  width: 449px;
  height: 393px;
}
.singleImageLink {
  display: block;
  position: absolute;
  width: 449px;
  height: 393px;
}
p.requestInfo {
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.027em;
	display: inline-block;
	width: 47%;
	margin-right: 1%;
	vertical-align: top;
	background: #c8dad8;
	color: #8ea3a1;
	text-transform: uppercase;
}
.requestInfo a,
.callUs a {
	color: #8ea3a1;
	display: block;
	width: 100%;
}
.requestInfo a {
  background: #c8dad8;
  padding: 1em 2em;
  border: 1px solid #c8dad8;
}
p.requestInfo span {
	display: block;
	font-size: 21px;
	line-height: 21px;
	color: #80898b;
	text-transform: none;
	letter-spacing: normal;
}
.requestInfo a:hover {
  background: #FFF;
  border: 1px solid #D6B563;
  color: #D6B563;
}
.requestInfo a:hover span {
  color: #D6B563;
}
p.callUs {
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.027em;
	display: inline-block;
	width: 47%;
	margin-right: 1%;
	padding: 1em 2em;
	vertical-align: top;
	background: #80898b;
	color: #FFF;
	text-transform: uppercase;
  border: 1px solid #80898b;
}
p.callUs span {
	display: block;
	font-size: 21px;
	line-height: 21px;
	color: #FFF;
	text-transform: none;
	letter-spacing: normal;
}
p.callUs a {
	color: #FFF;
}
p.shareButtons {
	font-size: 15px;
	line-height: 21px;
	color: #8ea3a1;
	text-transform: uppercase;
	margin-top: 2em;
	letter-spacing: 0.027em;
	border-top: 1px solid #c8dad8;
	padding-top: 1.5em;
}
.stButton .chicklets {
	padding: 0 !important;
	vertical-align: sub;
	width: 16px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	line-height: 16px;
}
.stButton .facebook {
	margin-left: 1em;
}
.interior p#roll-ins {
  font-size: 10px;
  color: #acb2b4;
  background: #e6e7e8 url('../../images/uploads/magnify.png') 95% 50% no-repeat;
  padding: .5em 22px .5em 1em;
  margin-right: 1em;
  line-height: normal;
  width: auto;
  display: inline-block;
  float: right;
}
#bx-pager {
  clear: both;
}

/* ========= INTERIOR: SINGLE PRODUCT ========= */

.single #bx-pager a {
	display: inline-block;
	vertical-align: top;
	width: 22%;
	margin-top: 3em;
	margin-right: 12px;
	padding: 0.25em;
	border: 1px solid #FFF;
}
.single #bx-pager a.active {
	padding: 0.25em;
	border: 1px solid #c8dad8;
}
.single #bx-pager a:last-child {
	margin-right: 0;
}


/* ========= INTERIOR: BLOG ========= */

.blogHeader {
	background: url('../../images/uploads/blog-header2.png') center bottom no-repeat;
	height: 287px;
}
.blogHeader .container {
	padding-left: 3em;
	padding-right: 3em;
}
.blogHeader:after {
	height: 382px;
}
.blogHeader h5 {
	font-weight: 300;
	padding-top: 2.25em;
	max-width: 22em;
}
.blogHeader .blogText {
	font-size: 25px;
	line-height: 25px;
	font-weight: 300;
	margin-bottom: 0.5em;
	color: #cec8c3;
	text-transform: uppercase;
	font-family: "Signika Negative", "Helvetica Neue", Helvetica, arial, sans-serif;
}
.todaysDesigns,
.yesterdaysTreasures {
  -webkit-font-smoothing: antialiased;
  letter-spacing: -0.025em;
}
.blogHeader .todaysDesigns {
	font-size: 33px;
	line-height: 33px;
	font-weight: 100;
	margin-bottom: 0.5em;
	color: #cec8c3;
	text-transform: none;
	font-family: "Helvetica Neue", Helvetica, arial, sans-serif;
}
.blogHeader .yesterdaysTreasures {
	font-size: 50px;
	line-height: 50px;
	font-weight: 100;
	color: #FFF;
	text-transform: none;
	font-family: "Helvetica Neue", Helvetica, arial, sans-serif;
}
.blog .content {
	width: 66%;
	padding-right: 1em;
}
.blog aside {
	width: 32%;
	margin-top: -1em;
}
.blog .title {
	margin-top: 1.25em;
}
.postTitle a {
	color: inherit;
}
.title.listing {
  font-size: 36px;
  line-height: 40px;
	margin-top: 42px;
	margin-bottom: 48px;
}
.listing article {
	margin-bottom: 2.5em;
}
article img {
	margin: 2em auto;
	border: 1px solid #c8dad8;
	padding: 0.25em;
  height: auto !important;
}
article p img {
  margin: 2em auto .25em;
}
.signature {
	margin: 1em 0;
	border: none;
	padding: 0;
}
.previousPost {
	display: inline-block;
	vertical-align: top;
	width: 48%;
	text-align: left;
}
.nextPost {
	display: inline-block;
	vertical-align: top;
	width: 48%;
	text-align: right;
}
.listing article + article {
	padding-top: 1em;
	border-top: 1px solid #c8dad8;
}
.postDate {
	color: #C79A12;
}
.postDate span {
	font-weight: 700;
}
.halfImage {
	display: inline-block;
	vertical-align: top;
	width: 46% !important;
  height: auto !important;
	margin: 1em 1.5%;
	padding: 0.25em;
	border: 1px solid #c8dad8;
}
table .halfImage {
  width: 88% !important;
}
.blog p.contactInformation,
.blog p.contactInformation a {
	font-size: 14px;
	line-height: 24px;
}
.postCategories {
	color: #8ea3a1;
}
.blog-sig p {
  display: inline;
}

/* List of Categories in the Sidebar */
.postCategoriesList {
	margin: 0;
	padding: 0;
	line-height: 19px;
}
.postCategoriesList li {
	display: inline-block;
	margin-right: 0.15em;
	color: #c79a12;
}
.postCategoriesList li:after {
	content: "/";
	display: inline-block;
	padding-left: 0.5em;
	font-weight: 300;
	font-size: 12px;
	vertical-align: baseline;
}
.postCategoriesList li:last-child:after {
	content: "";
	display: none;
}
.blog p.shareButtons {
	margin-top: 1em;
}
.blog aside .socialButtons {
	text-align: center;
	margin: 1em 0;
}
.bloggerPhoto {
	display: inline-block;
	vertical-align: middle;
	max-width: 40%;
	margin-bottom: 1.5em;
  box-shadow: 0 0 15px rgba(0,0,0,0.4);
}
p + .bloggerPhoto {
	margin-top: 1.5em;
}
.bloggerName {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	font-size: 12px;
	line-height: 16px;
	padding-left: 1em;
	letter-spacing: 0.27em;
	padding-bottom: 1.5em;
}
.interiorShot {
	margin-top: 43px;
	margin-bottom: 1em;
	box-shadow: 0 0 15px rgba(0,0,0,0.4);
}
.marginBottom {
	margin: 1em 0;
}
.interiorShot.marginBottom {
	margin-top: 2.1em; /* Remove the top-margin on the aside image */
}
.blog aside a[href*=facebook],
.blog aside a[href*=instagram],
.blog aside a[href*=pinterest] {
	width: 29px;
	height: 29px;
}
.blog aside a[href*=facebook] {
	background: url('../../images/uploads/facebook-large.gif') center center no-repeat;
}
.blog aside a[href*=instagram] {
	background: url('../../images/uploads/instagram-large.gif') center center no-repeat;
}
.blog aside a[href*=pinterest] {
	background: url('../../images/uploads/pinterest-large.gif') center center no-repeat;
}
.blog aside a[href*=facebook]:hover {
  background-image: url(../../images/uploads/facebook-large-hover.gif);
}
.blog aside a[href*=instagram]:hover {
  background-image: url(../../images/uploads/instagram-large-hover.gif);
}
.blog aside a[href*=pinterest]:hover {
  background-image: url(../../images/uploads/pinterest-large-hover.gif);
}


/* ========= INTERIOR: EDUCATION ========= */
.interior #periods-table th p {
  line-height: normal;
  font-weight: 400;
  margin-top: 1em;
}
#periods-table {
  margin-bottom: 1em;
}
#periods-table td {
  width: 24%;
  padding: .25em 1% .25em 0;
}
#periods-table th {
  background-color: #EFF0F0;
}
#periods-table th:first-child {
  border-right: 1px solid #E3DFDE;
}
#periods-table th, #periods-table td {
  border-bottom: 1px solid #e4e0df;
}
#periods-table td:nth-child(2), #periods-table td:nth-child(4) {
    text-align: right;
}
#periods-table td:nth-child(2) {
  width: 22%;
  padding-right: 3%;
  border-right: 1px solid #e4e0df;
}
#periods-table td:nth-child(3) {
  width: 22%;
  padding-left: 3%;
}

.education h3 {
  margin-top: 1.5em;
}

/* ========= INTERIOR: CONTACT ========= */
.contact .content form input, .contact form textarea, .e-news-signup .content form input, .e-news-signup .content form textarea {
  background-color: #e5e5e5;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  padding: 5px 8px 6px;
  width: 90%;
}
.contact .content form input[type=checkbox], .e-news-signup .content form input[type=checkbox]{
  width: auto;
}
.contact form textarea, .e-news-signup form textarea {
  height: 10em;
}

.contact .content form input[type=submit], .e-news-signup .content form input[type=submit] {
  background-color: #FFF;
  border: 1px solid #b2b2b2;
  border-radius: 0px;
  text-transform: uppercase;
  letter-spacing: 0.1125em;
  font-size: 12px;
  width: 29%;
  margin-top: 20px;
  margin-right: 0;
  cursor: pointer;
  color: #000;
}
.contact .content form p, .e-news-signup .content form p {
  margin: .75em 0 0;
}

.alert {
  color: #c79a12;
}

/* ========= SEARCH ========= */

.search h4 {
  font-size: 22px;
  margin: 1em 0;
}
.search h4 em {
  color: #c79a12;
}
.search .content li {
  font-size: 1em;
  margin: 1em 0;
}


/* ========= Clears ========= */

/* Use clearfix class on parent to clear nested columns,
  or wrap each row of columns in a <div class="row"> */
  .clearfix:before,
  .clearfix:after,
  .row:before,
  .row:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0; }
  .row:after,
  .clearfix:after {
    clear: both; }
  .row,
  .clearfix {
    zoom: 1; }

/* ========= MEDIA QUERIES ========= */
@media screen and (max-width:922px) {
  .interior.page .curateYourHome,
  .interior.page .title {
    margin-top: 65px;
  }
  .testimonials.smallHeight .person {
    position: relative;
    right: auto;
    bottom: auto;
    display: block;
    padding: 0;
  }
  .categoriesList li.home-feature {
    min-height: 229px;
  }
  .home-feature p.title strong {
    font-size: 32px;
  }
}

@media screen and (max-width:884px) {
  .interior.page .curateYourHome,
  .interior.page .title {
    margin-top: 85px !important;
  }
}
@media screen and (max-width: 850px) {
  .interior.page .curateYourHome,
  .interior.page .title {
    margin-top: 100px !important;
  }
}
@media screen and (max-width: 818px) {
  .interior.page .curateYourHome,
  .interior.page .title {
    margin-top: 120px !important;
  }
  h2.title.category {
    font-size: 25px;
    padding-top: 2.8em;
  }
}
@media screen and (max-width: 775px) {
  .interior.page .curateYourHome,
  .interior.page .title {
    margin-top: 135px !important;
  }
}
@media screen and (max-width: 756px) {
  .categoriesList h3 a {
    padding: 1.5em .75em;
    letter-spacing: normal;
  }
  .categoriesList li.home-feature {
    min-height: 205px;
  }
  .home-feature p {
    letter-spacing: normal;
  }
  h2.title.category {
    font-size: 23px;
    padding-top: 3.125em;
  }
}
@media screen and (max-width: 738px) {
  .interior.page .curateYourHome {
    margin-top: 0 !important;
  }
  .interior.page .title {
    margin-top: 1em !important;
  }
  .interior footer .container {
    padding-top: 5em;
  }
}

@media screen and (max-width: 885px) {
	header input[type=submit] {
		display: block;
		width: auto;
		margin-top: 1em;
	}
	.socialButtons {
		margin-left: 0;
	}
	.holdsSearch {
		width: 20%;
	}
	.holdsMenu {
		width: 49%;
		padding-left: 1.5em;
		padding-right: 1.5em;
	}
	header input {
		width: 100%;
	}
	.curateYourHome {
		padding-top: 0;
	}
	.title {
		margin-top: 12%;
	}
}
@media screen and (max-width: 780px) {
	.title {
		margin-top: 10%;
	}
}
@media screen and (max-width: 750px) {
    .title.category {
		padding-top: 1.6em;
		width: 100%;
	}
    h2.title.category {
		padding-top: 1em;
        width: 100%;
        text-align: center;
	}
	.categoryRunner .curateYourHome {
    margin-top: 1.4em;
    width: 100%;
	}
}
@media screen and (max-width: 710px) {
	.third,
	.holdsLogo,
	.holdsMenu,
	.holdsSearch,
	.container,
	.content,
	aside,
	.curateYourHome,
	header .container,
	footer .container,
	footer .third,
	.interior .container,
	.interior aside,
	.blog .content,
	.productImages,
	.productInformation {
		display: block;
		width: 100%;
		margin: 0 0 .5em 0;
		padding: 0;
		min-height: 0;
		border: none;
		text-align: center;
	}	
	.container,
	header .container,
	footer .container,
	.interior .container,
	.interior main .container,
	main .container {
		padding: 1em;
	}
  header .container {
    padding-bottom: 0;
  }
  .slider .container {
    padding: 0;
    margin: 0;
  }
  .slider:after {
    display: none;
  }
  p, h2, h3, h4, h5, h6 {
    text-align: center;
  }
  header {
    padding-top: 10px;
  }
	.slider {
    margin: 0;
    border-bottom: 5px solid #c8dad8;
    border-top: 5px solid #c8dad8;
	}
  .siteNav, .shopNav {
    margin: 10px 0 20px;
  }
	.logo {
		margin: 0 auto;
	}
	.home aside {
		margin-top: 3em;
	}
	footer .container {
		padding-top: 5em;
	}
	.content,
	footer .third,
	.productImages {
		text-align: center;
	}
  .third.foot-blog {
    width: 100%;
  }
	header input,
	header input[type=submit] {
		width: 100%;
		max-width: 260px;
		margin: 0.5em auto;
	}
	.categoriesList li,
	.categoriesList.categoryPage li {
		width: 48%;
	}
	.home .categoriesList li {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 46%;
    margin-right: 6%;
	}
	.home .categoriesList li img {
  	width: 100%;
	}
	.categoriesList li:nth-child(even) {
		margin-right: 0;
	}
	.categoriesList {
		text-align: center;
	}
	.title {
		margin: 0 0 1em 0;
		text-align: center;
	}
    h2.title.category { padding-top: 0;}
	.interior aside {
		border-top: 1px solid #c8dad8;
		margin-top: 2em;
		padding-top: 2em;
	}
  footer .third {
    border-top: 1px solid #e4e0df;
    padding-top: 1em;
  }
	footer .third:first-child {
    border-top: none;
    padding-top: 0;
	}
	.content {
		text-align: left;
	}
	.interior aside h4 {
		margin-left: 0;
	}
	.blogHeader {
		background: none;
	}
	.blogHeader h5 {
		max-width: none;
		margin: 1.75em 0 0 0;
		text-align: center;
		padding: 0.5em 0;
	}
	.blog .content {
		text-align: left;
	}
	.title.listing {
		margin: 1em 0 2em 0;
	}
	.interiorShot {
		margin: 0 auto 2em;
	}
	aside img.marginBottom,
	.blog aside img[src*=follow-pickwick] {
		margin: 1em auto;
	}
	.bloggerPhoto {
		display: block;
		margin: 0 auto 1em;
		width: auto;
		max-width: none;
	}
	.bloggerName {
		display: block;
		text-align: center;
		width: auto;
		margin: 0 0 1em 0;
		padding: 0;
	}
	p + .bloggerPhoto {
		margin-top: 2em;
	}
	.interior aside p {
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
	}
	.blog .title {
		margin: 3.25em 0 0.75em 0;
	}
  .single .productTitle {
    text-align: center;
  }
  .specifications {
    background: none;
    border-top: 1px solid #c8dad8;
    text-indent: 0;
    padding-top: 1em;
  }
  .blogHeader .todaysDesigns {
    font-weight: 300;
  }
	.productImages img {
		width: 100%;
	}
	.productInformation {
		text-align: left;
	}
	.single #bx-pager a {
		width: 45%;
		margin: 0 2%;
	}
	.single #bx-pager {
  	text-align: left;
	}
  .testimonials {
    padding: 1em 1em 0;
  }
  .contact .content form input, .contact form textarea, .e-news-signup .content form input, .e-news-signup .content form textarea {
    display: block;
    margin: 0 auto;
  }
  .categoriesList li.home-feature {
    min-height: 335px;
  }
}

@media screen and (max-width: 620px) {
  .categoriesList li.home-feature {
    min-height: 305px;
  }
}

@media screen and (max-width: 550px) {
  .categoriesList li.home-feature {
    min-height: 273px;
  }
}

@media screen and (max-width: 520px) {
	header input {
		width: 100%;
	}
	.categoriesList li,
	.categoriesList.categoryPage li {
		width: 48%;
	}
	aside .categoriesList li {
		margin-left: 0;
		margin-right: 0;
	}
	aside .categoriesList li:nth-child(even) {
		margin-right: 0;
	}
	.categoryRunner .curateYourHome {
		display: none;
	}
	.topCat span {
		width: 100%;
	}
	.topCat span h3 {
		padding: 0;
	}
	.blogHeader h5 {
		margin-top: 0;
	}
	.title.category {
  	padding-top: 0.25em;
	}
    h2.title.category {
  	padding-top: 0.25em;
  	white-space: normal;
  	font-size: 26px;
	}
  .home-feature div {
    width: 94%;
    margin: 0 auto;
    padding: 10px 0;
    display: table-cell;
    vertical-align: middle;
  }
  .home-feature p.title strong {
    font-size: 30px;
  }
  .categoriesList li.home-feature {
    min-height: 214px;
  }
  .home-feature p.details {
    font-size: 12px;
    letter-spacing: normal;
  }
}

@media screen and (max-width: 380px) {
  .categoriesList li.home-feature {
    min-height: 210px;
  }
}

@media screen and (max-width: 330px) {
  .categoriesList li.home-feature {
    min-height: 188px;
  }
  .home-feature p.title strong {
    font-size: 26px;
  }
}