/* ============ Post Archive and Search Pages ============ */

.col.span-12 {
    width: 100%;
}

section.section-intro {
    padding: 40px 0;
    background: #fafafa;
}

section.section-padding.less-top-padding {
    padding-top: 20px;
}

section.section-padding {
    padding: 70px 0 60px;
}

section.section-offwhite, .search-results section.section-padding {
    background: #fafafa;
}

.loop-post .post-content {
    background: #fff;
}

section.section-intro .section-intro-split .search-form {
    max-width: 100%;
    margin-bottom: 0;
}

.section-intro .search-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    width: 100%;
    max-width: 100%;
    height: 50px;
    padding-right: 50px;
    padding-left: 12px;
    transition: .3s ease;
    border: 1px solid #eaeaea;
    background: #fff;
    box-shadow: 1px 2px 6px rgba(0,0,0,.04);
    font-size: 14px;
    line-height: normal;
    font-weight: 400;
    color: #333;
    letter-spacing: .5px;
}

section.section-intro h1 {
    float: left;
    width: 100%;
    margin: 0;
    font-size: 28px;
}

.loop-post {
    transition: .9s ease box-shadow;
    overflow: hidden;
    position: relative;
    background: #fff;
    box-shadow: 1px 2px 8px rgba(0,0,0,.04);
	padding: 0;
}

.loop-post .post-thumb-bg {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background: #90713C;
}

.index-loop .loop-post.first-post .post-thumb-bg, .search-loop .loop-post.first-post .post-thumb-bg {
    display: none;
}

.index-loop .loop-post .post-thumb-bg, .search-loop .loop-post .post-thumb-bg {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
}

.index-loop .loop-post .post-thumb-bg-large, .search-loop .loop-post .post-thumb-bg-large {
    display: none;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 40%;
    width: 60%;
    height: 100%;
    background: #90713C;
}

.loop-post .post-thumb-bg .post-thumb-bg-img {
    transition: .9s ease opacity;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.index-loop .loop-post .post-thumb-bg-large .post-thumb-bg-img, .search-loop .loop-post .post-thumb-bg-large .post-thumb-bg-img {
    transition: .9s ease opacity;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.loop-post .post-read {
    transition: .9s ease color;
    font-size: 13px;
    letter-spacing: 1px;
    color: #ccc;
    font-family: 'Capri Pro',Arial,Helvetica,sans-serif;
    text-transform: uppercase;
}

.loop-post .post-read-relative {
    float: left;
    background: #fff;
}

.loop-post:hover .post-read, .loop-post:hover .post-title {
    color: #90713C;
}

.loop-post .post-read-absolute {
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    padding: 80px 25px 20px;
    width: 100%;
    background: linear-gradient(to bottom,rgba(255,255,255,0) 0%,#fff 60%,#fff 100%);
}

@media only screen and (min-width: 1024px){
	section.section-intro {
		margin-top: 10px;
	}
    .index-loop .loop-post.first-post .post-thumb-bg-large, .search-loop .loop-post.first-post .post-thumb-bg-large {
        display: block;
    }
    .index-loop .loop-post .post-thumb-bg, .search-loop .loop-post .post-thumb-bg {
        width: 30%;
    }
    .index-loop .loop-post:hover .post-thumb-bg-img, .search-loop .loop-post:hover .post-thumb-bg-img {
        opacity: .3;
    }
    .index-loop .loop-post .post-content, .search-loop .loop-post .post-content {
        position: absolute;
        z-index: 2;
        display: -ms-flexbox;
        display: flex;
        top: 0;
        left: 30%;
        height: 100%;
        width: 70%;
        padding: 25px 35px;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .index-loop .loop-post.first-post .post-content, .search-loop .loop-post.first-post .post-content {
        left: 0;
        width: 40%;
    }
        .index-loop .loop-post, .search-loop .loop-post {
        float: left;
        width: 100%;
        height: 240px;
        margin-bottom: 30px;
    }
    .index-loop .loop-post.first-post, .search-loop .loop-post.first-post {
        height: 440px;
    } 
	.index-loop .loop-post .post-read-absolute, .search-loop .loop-post .post-read-absolute {
		display: none;
	}
}

@media only screen and (min-width: 768px) {
    section.section-intro .section-intro-split {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }
    section.section-intro .section-intro-split .section-intro-left {
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    section.section-intro .section-intro-split .search-form {
        width: 300px;
    }
}

@media only screen and (max-width: 1199px) {
	.blog .row, .search-results .row {
		max-width: 1024px;
	}
	.index-loop .loop-post .post-thumb-bg, .search-loop .loop-post .post-thumb-bg {
		width: 40%;
	}
}

@media only screen and (max-width: 1023px) {
	section.section-intro {
		padding: 30px 0;
	}
	section.section-padding {
		padding: 60px 0 50px;
	}
	.blog .row, .search-results .row {
		max-width: 768px;
	}
	.blog .col, .search-results .col {
		width:100%;
	}
	.loop-post .post-thumb-bg {
		display: none;
	}
	.loop-post .post-content {
		float: left;
		width: 100%;
		padding: 25px 25px 15px;
	}
	.index-loop .loop-post .post-blurb, .search-loop .loop-post .post-blurb {
		color: #aaa;
	}
	.single-post blockquote::before {
		display: block;
		top: -10px;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.loop-post {
		float: left;
		width: calc(50% - 15px);
		height: 400px;
		margin-right: 30px;
		margin-bottom: 30px;
	}
	.loop-post:nth-child(2n) {
		margin-right: 0;
	}
}

@media only screen and (max-width: 767px) {
	section.section-intro .section-intro-split:not(.dont-collapse) .section-intro-left {
		float: left;
		width: 100%;
		padding-bottom: 10px;
	}
	section.section-intro .section-intro-split:not(.dont-collapse) .section-intro-right {
		float: left;
		width: 100%;
	}
	.loop-post {
		display: block;
		width: 100%;
		max-width: 360px;
		margin: 0 auto 30px;
	}
	.loop-post .post-blurb {
		display: none;
	}
	.loop-post .post-read-relative {
		display: none;
	}
	.index-loop .loop-post .post-read-absolute, .search-loop .loop-post .post-read-absolute {
		display: none;
	}
	section.section-intro .section-intro-split h1 {
		margin: 10px 0 6px;
		font-size: 22px;
		letter-spacing: 1px;
	}
}

@media only screen and (max-width: 479px) {
	section.section-intro {
		padding: 20px 0;
	}
	section.section-padding {
		padding: 50px 0 40px;
	}
}





/* ============ Single Post ============ */

.single-post .flexible-article .flexible:not(.flexible-product-carousel) {
    max-width: 900px;
}

.single-post .section-post-top-bar {
    overflow: hidden;
    -ms-flex-align: center;
    align-items: center;
    background: #000;
    position: relative;
    float: left;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
}

.single-post .section-post-top-bar .top-bar-bg {
    opacity: .5;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: inset 0 0 20px rgba(0,0,0,.5);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-filter: blur(4px);
    filter: blur(4px);
}

.single-post .section-post-top-bar .post-details {
    position: relative;
    z-index: 2;
}

.single-post .section-post-top-bar .post-title {
    margin-bottom: 6px;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
}

.single-post .section-post-top-bar .post-date {
    margin: 0;
    font-size: 13px;
    color: #fff;
    font-weight: 300;
    font-family: 'Capri Pro',Arial,Helvetica,sans-serif;
    text-transform: uppercase;
}

.single-post .flexible-article .flexible.flexible-content-cols {
    max-width: 900px;
}

.single-post .flexible-column .flexible {
    overflow: visible;
    padding: 0 0 30px;
    background: 0 0;
}

.single-post section {
	float: left;
    width: 100%;
}

.single-post .flexible-column .col.span_12 {
    padding-left: 0;
    padding-right: 0;
}

.single-post blockquote {
	display: block;
    padding: 40px 90px;
    max-width: 900px;
	font-size: 18px;
    line-height: 1.8;
    font-weight: 300;
	margin: 0 0 20px;
    background: 0 0;
	border:none;
}

.single-post blockquote p {
	text-transform: initial;
    font-family: Merriweather,Arial,Helvetica,sans-serif;
}

.single-post blockquote cite .author {
    font-size: 14px;
    font-weight: 700;
}

.single-post blockquote cite .role {
    font-size: 14px;
    font-style: initial;
    color: #333;
}

.single-post section.section-offwhite {
    background: #fafafa;
}

.single-post .search-form {
    position: relative;
    margin: 0 0 40px;
    padding: 0;
}
.single-post .search-form.single-post-search {
    margin: 0;
}

.single-post .section-article-footer .search-form {
    margin-bottom: 60px;
}

.single-post .search-form.single-post-search input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    height: 60px;
    padding-left: 20px;
    padding-right: 60px;
    border: 0;
    background: #fff;
    box-shadow: 2px 4px 12px rgba(0,0,0,.04);
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 700;
}

.single-post .section-article-footer .col.span-12 {
    width:100%;
}

.single-post .section-article-footer h4 {
    margin-bottom: 25px;
    font-size: 20px;
    color: #aaa;
    font-weight: 700;
}

.single-post .section-article-footer .loop-wrap-small {
    margin-bottom: 10px;
    float: left;
    width: 100%;
}

.single-post .loop-wrap-small .loop-post .post-thumb-bg {
    width: 100%;
    height: 215px;
}
.single-post .loop-post .post-thumb-bg {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background: #90713C;
}

.single-post .loop-post .post-thumb-bg .post-thumb-bg-img {
    transition: .9s ease opacity;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.single-post .loop-post .post-blurb, .single-post .loop-post .post-title {
    transition: .9s ease color;
}

.single-post .loop-post .post-title {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

.single-post .loop-post .post-read-absolute {
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    padding: 80px 25px 20px;
    width: 100%;
    background: linear-gradient(to bottom,rgba(255,255,255,0) 0%,#fff 60%,#fff 100%);
}

.single-post .loop-post .post-read {
    transition: .9s ease color;
    font-size: 13px;
    letter-spacing: 1px;
    color: #ccc;
    font-family: 'Capri Pro',Arial,Helvetica,sans-serif;
    text-transform: uppercase;
}

.single-post .loop-post {
    transition: .9s ease box-shadow;
    overflow: hidden;
    position: relative;
    background: #fff;
    box-shadow: 1px 2px 8px rgba(0,0,0,.04);
}

.single-post .loop-post .post-content {
    background: #fff;
}

.single-post .loop-post:hover .post-read, .single-post .loop-post:hover .post-title {
    color: #90713C;
}

.loop-wrap-small .loop-post:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 1024px) {
	.single-post .section-post-top-bar {
		min-height: 250px;
		padding: 60px 0;
	}
	.single-post .section-post-top-bar .post-details {
		margin-left: 84px;
		max-width: 900px;
	}
	.single-post .flexible-article .flexible.flexible-content-cols, .single-post .flexible-article .flexible.flexible-accordions {
		margin-left: 84px;
	}
    .single-post .loop-wrap-small {
        display: -ms-flexbox;
        display: flex;
    }
    .single-post .loop-wrap-small .loop-post {
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-right: 40px;
        height: 400px;
    }
	.single-post .loop-post .post-thumb-img {
		display: none;
	}
	.single-post .loop-post:hover {
		box-shadow: 4px 8px 30px rgba(0,0,0,.02);
	}
	.single-post .loop-post:hover .post-thumb-bg-img {
		opacity: .2!important;
	}
	.single-post .loop-wrap-small .loop-post .post-content {
		transition: .9s ease top;
		position: absolute;
		z-index: 2;
		top: 210px;
		left: 0;
		width: 100%;
		height: 380px;
		padding: 25px;
	}
	.single-post .loop-wrap-small .post-content .post-read {
		display: none;
	}
	.loop-wrap-small .loop-post:hover .post-content {
		top: 60px;
	}
	.loop-wrap-small .loop-post:last-child {
		margin-right: 0;
	}
}
@media only screen and (min-width: 480px) {
	.single-post section.section-padding.section-blog-post {
		padding-top: 50px;
	}
}
@media only screen and (max-width: 1023px) {
	.single-post .section-post-top-bar {
		padding: 30px 0;
	}
}




/* Sticky furniture sidebar */
.furniture-template-default #section-f-s .col.span_4 {
    position: sticky;
    top: calc(60px + 1em);
}
.admin-bar.furniture-template-default #section-f-s h4.f-cust-heading {
    margin-top: 40px;
}



.contact-social li a.pinterest:before {
    content: "\49";
}

#sec-menu li a.sm-pinterest:before {
    content: "\49";
}

#footer-bottom #footer-social li a.fs-pinterest:before {
    content: "\49";
}


.inspirations-main-title {
    display: inline-block;
}

.inspirations-categories {
    float: right;
    font-family: 'Capri Pro',Arial,Helvetica,sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.07em;
    padding-top: 10px;
    font-size: 15px;
    color: #333;
    line-height: 1.75em;
}

.inspirations-categories span.current a {
    text-decoration: underline;
}

.blog-photo {
    position: relative;
    display: inline-block;
}

body .col .blog-photo img {
	display: block;
}

span.photo-blog-category {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #90713C;
    color: #fff;
    font-family: 'Capri Pro',Arial,Helvetica,sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    width: 200px;
    text-align: center;
    padding: 20px 0;
    letter-spacing: 0.075em;
}

.blog-listing .blog-entry.col.span_4 {padding-top: 30px;padding-bottom: 30px;}

.blog-photo .blog-category {
    background-color: #90713c;
    min-width: 50%;
    text-align: center;
    color: #fff;
    padding: 13px 23px;
    font-family: 'Capri Pro',Arial,Helvetica,sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.05em;
    font-size: 15px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.blog-listing h3.caption-title {
    font-size: 18px;
    margin-top: 1em;
}

.blog-listing a.read-more {
    font-family: 'Capri Pro',Arial,Helvetica,sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 14px;
}

@media only screen and (min-width: 1024px) {
    .blog div#blog-left {
        width: 33%;
        float: left;
        padding-right: 60px;
    }
    .blog div#blog-right {
        width: 66%;
        float: right;
    }
    .inspirations-categories span:first-child { margin-left: 2.75em; }
    .inspirations-categories span::after {content: "/";padding: 0 0.85em;font-weight: 300;}
    .inspirations-categories span:last-child::after { content: none; }
    .blog-listing .blog-entry.col.span_4:nth-child(3n+1) {
        padding-right: 40px;
        clear: left;
        padding-left: 0;
    }
    .blog-listing .blog-entry.col.span_4:nth-child(3n+0) {
        padding-left: 40px;
        padding-right: 0;
    }
}

@media only screen and (min-width: 480px) {
    .blog-details {
        column-count: 2;
        column-gap: 15%;
    }
}

.blog h3.blog-title {
    font-size: 30px;
}

.blog-image {
    margin-bottom: 10px;
}

div#blog-details-left h5 a {
    display: block;
}

.blog h5 {
    margin-top: 2.5em;
    margin-bottom: 0;
    display: inline-block;
    width: 100%;
    line-height: 1.5em;
}

.blog ul {
    margin: 0;
    padding: 0;
}

.blog #blog-details-left > ul {
    display: inline-block;
    width: 100%;
}

.blog ul li {
    list-style-type: none;
    margin-top: 0.5em;
}

.blog ul.caption-feat-list li {font-family: 'Capri Pro',Arial,Helvetica,sans-serif;text-transform: uppercase;margin-top: 0;font-size: 16px;font-weight: 700; line-height: 1.5em;}

.idea-template-default div#pagination {
    float: none;
    padding-top: 50px;
    clear: both;
    padding-bottom: 100px;
}

.idea-template-default #pagination ul.page-numbers li {
    margin-bottom: 3px;
}

.column-group {
    display: inline-block;
    width: 100%;
}

.blog-sharing {
    display: block;
}

.blog-sharing h5 {
    margin-bottom: 15px;
    display: block;
}

a.share-button::before {
    font-family: icons;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: left;
    font-size: 28px;
    margin-right: 0.75em;
}

a.share-button.share-facebook::before {
    content: "\6f";
}

a.share-button.share-twitter::before {
    content: "\4a";
}

@media only screen and (max-width: 1023px) {
    .row .blog-listing {
        max-width: 400px;
        margin: 0 auto;
        float: none;
        width: 100%;
    }
    .inspirations-categories span {display: block;}
    .inspirations-categories { float: none; }
    .blog-listing .blog-entry.col.span_4 {
        padding-left: 0;
        padding-right: 0;
    }
}

/* Find a Dealer Page Overrdies */
#wpsl-wrap .wpsl-search .wpsl-input #wpsl-search-input
{
  transition: .4s ease all;
  position: relative;
  outline: 0;
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 12px 4px;
    padding-right: 4px;
    padding-left: 4px;
  border-radius: 0;
  border: 0;
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.06);
  box-shadow: 0 1px 0 rgba(0,0,0,.06);
  background: 0 0;
  text-transform: uppercase;
  font-family: 'Capri Pro',Arial,Helvetica,sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #444;
  line-height: 1;
  letter-spacing: 1px;
  text-decoration: none;
}
#wpsl-wrap .wpsl-search .wpsl-input #wpsl-search-input
{
  width: 100%;
  max-width: 100%;
  height: 45px;
  padding-right: 50px;
  padding-left: 16px;
  border: 1px solid #f4f4f4;
    border-top-color: rgb(244, 244, 244);
    border-right-color: rgb(244, 244, 244);
    border-bottom-color: rgb(244, 244, 244);
    border-left-color: rgb(244, 244, 244);
  -webkit-box-shadow: none;
  box-shadow: none;
  text-transform: uppercase;
  font-family: 'Capri Pro',Arial,Helvetica,sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: 1px;
}
#wpsl-wrap .wpsl-search .wpsl-input #wpsl-search-input
{
  color: #fff;
  border-color: rgba(255,255,255,.2);
}
#wpsl-wrap .wpsl-search .wpsl-input #wpsl-search-input:focus {
  border-color: #fff;
}
#wpsl-wrap .wpsl-search .wpsl-input #wpsl-search-input:focus
{
  border-color: #FFF!important;
  -webkit-box-shadow: 0!important;
  box-shadow: 0!important;
}
#wpsl-wrap .wpsl-search .wpsl-select-wrap .wpsl-selected-item
{
  float: left;
  width: 100%;
  height: 45px;
  line-height: 45px;
  padding: 0 35px 0 10px !important;
  border-radius: 0 !important;
  border: 1px solid #fff !important;
  background: #90713C;
  text-transform: uppercase;
  font-family: 'Capri Pro',Arial,Helvetica,sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #FFF;
  letter-spacing: 1px;
  text-decoration: none;
}
#wpsl-wrap .wpsl-search .wpsl-select-wrap .wpsl-selected-item::before
{
  margin-top: 0px;
}
#wpsl-wrap .wpsl-search .wpsl-select-wrap .wpsl-dropdown div {
	background: #90713C;
}
#wpsl-wrap .wpsl-search .wpsl-input #wpsl-search-input, #wpsl-wrap .wpsl-search .wpsl-select-wrap .wpsl-dropdown div ul li
{
  color: #FFF;
}
#wpsl-wrap .wpsl-search .wpsl-search-btn-wrap
{
  float: left;
  margin: 17px 0 0 0;
  height: 45px;
}
#wpsl-checkbox-filter.wpsl-checkbox-3-columns li, .wpsl-custom-checkboxes.wpsl-checkbox-3-columns li
{
  width: 49%;
}
#wpsl-wrap .wpsl-search #wpsl-checkbox-filter label
{
  width: 150px;
}
#wpsl-wrap #wpsl-stores li .wpsl-store-details {
	display:none;
}