@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600');

/* Reset */
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,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{font-size:100%;font:inherit;padding:0;border:0;margin:0;vertical-align:baseline}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}.clear{clear:both}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important}

/* –––––– Styles –––––– */

html,body { -webkit-text-size-adjust: 100%; }

html {
    -webkit-font-smoothing: antialiased;
}

body {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	line-height: 21px;
	color: #2A271C;
	background-color: #F5F4EB;
	text-decoration: none;
    min-width: 320px;
}
a:link {
	color: #2A271C;
	text-decoration: none;
    border: none;
}
a:visited {
	color: #2A271C;
	text-decoration: none;
    border: none;
}
/*
a:hover {
	color: #A69B6F;
	text-decoration: none;
    border-bottom: #A69B6F 1px solid;
}
a:active {
	color: #A69B6F;
	text-decoration: none;
    border-bottom: #A69B6F 1px solid;
}
*/

strong, b {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}

p {
    text-align: left;
	padding: 0 0 21px 0;
}
p a:link {
	color: #2A271C;
	text-decoration: none;
    border-bottom: #A69B6F 1px solid;
}
p a:visited {
	color: #2A271C;
	text-decoration: none;
    border-bottom: #A69B6F 1px solid;
}
/*
p a:hover {
	color: #A69B6F;
	text-decoration: none;
    border-bottom: #A69B6F 1px solid;
}
p a:active {
	color: #A69B6F;
	text-decoration: none;
    border-bottom: #A69B6F 1px solid;
}
*/

h1 {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
    display: block;
    padding-top: 21px;
}
h2 {
    font-weight: 600;
}
h3 {
    color: #A69B6F;
    margin-bottom: 21px;
}
h4 {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 21px;
}

.spacer {
    margin-bottom: 21px;
}

#wrapper {
    position: relative;
    width: 100%;
    max-width: 1024px;
    padding: 0;
    margin-top: 0;
    margin-left: auto;
    margin-bottom: 0;
    margin-right: auto;
}

.clear {
	clear: both;
	display: block;
	visibility: hidden;
	width: 0;
	height: 0;
}


/* ––––––– Header ––––––– */

#header-wrapper {
    position: relative;
    top: 0;
    width: 100%;
    max-width: 1024px;
    padding: 0;
    margin: 0 auto;
    background: rgba(245, 244, 235, 0.9);
    border-bottom: solid 1px #A69B6F;
    z-index: 99;
}

#menu-wrapper {
    display: inline-block;
    float: left;
    overflow: hidden;
    width: 35%;
    margin-left: 5%;
    margin-right: 0%;
    cursor: pointer;
}
#contact-wrapper {
    display: inline-block;
    float: left;
    width: 35%;
    margin-top: 20px;
    margin-left: 0%;
    margin-right: 5%;
    text-align: right;
}
#contact {
    display: inline-block;
    float: right;
}
#contact-wrapper a:link {
    border-bottom: 0;
}
#contact img {
    height: 15px;
    width: auto;
    margin-top: 3px;
    margin-left: 2px;
}
#logo {
    display: inline-block;
    float: left;
    width: 20%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
#logo a:link {
    border: 0;
}
#logo img {
    width: 38px;
    height: auto;
    margin: 8px 0 2px 0;
}

#menu-wrapper #hamburger-menu {
    position: relative;
    width: 18px;
    height: 18px;
    margin: 24px 6px 0 0;
}
#hamburger-menu, #hamburger-menu-type {
    display: inline-block;
    float: left;
}
#hamburger-menu-type {
    width: 56px;
    margin: 20px 0 0 0;
}
#menu-wrapper #hamburger-menu span {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 9px;
    color: #2A271C;
    background-color: #2A271C;
    position: absolute;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}

#menu-wrapper #hamburger-menu span:nth-child(1) {
    top: 0;
}
#menu-wrapper #hamburger-menu span:nth-child(2) {
    top: 5px;
}
#menu-wrapper #hamburger-menu span:nth-child(3) {
    top: 10px;
}
#menu-wrapper #hamburger-menu.open span:nth-child(1) {
    top: 5px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
#menu-wrapper #hamburger-menu.open span:nth-child(2) {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    left: -60px;
}
#menu-wrapper #hamburger-menu.open span:nth-child(3) {
    top: 5px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

#menu-container .menu-list .menu-submenu {
    padding: 0 0 18px 0;
    margin: 0;
}
#menu-container .menu-list {
    padding-left: 0;
    display: block;
    position: absolute;
    width: 100%;
    margin: 0;
    padding: 14px 0;
    background: #F5F4EB;
    z-index: 90;
    overflow-y: auto;
    overflow-x: hidden;
    top: 90px;
    left: -100%;
}
#menu-container .menu-list li {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
}
#menu-container .menu-list li a:hover {
    border-bottom: 0;
}
#menu-container .menu-list li.accordion-toggle, #menu-container .menu-list .menu-login {
    font-size: 15px;
    padding: 6px 0;
    text-transform: uppercase;
    border-top: 1px solid #D2CDB7;
}
#menu-container .menu-list li:first-of-type {
    border-top: 0;
}
#menu-container .menu-list li.no-toggle {
    font-size: 15px;
    padding: 6px 0;
    text-transform: uppercase;
    border-top: 1px solid #D2CDB7;
}

.accordion-toggle, .accordion-content {
    cursor: pointer;
    font-size: 15px;
    line-height: 24px;
    position: relative;
    letter-spacing: 0;
}

.accordion-content {
    display: none;
}

.accordion-toggle a:before, .accordion-toggle a:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 10px;
    height: 2px;
    margin-top: -1px;
    background-color: #A69B6F;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s ease-out;
}
.accordion-toggle a:before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 1;
    z-index: 2;
}
.accordion-toggle.active-tab {
    transition: all 0.3s ease;
}
.accordion-toggle a.active:before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    background: #A69B6F !important;
}
.accordion-toggle a.active:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    background: #A69B6F !important;
    opacity: 0;
}

#bw-header {
    display: block;
    clear: both;
    width: 100%;
    font-size: 17px;
    text-align: center;
    text-transform: uppercase;
    padding: 0 0 9px 0;
}
#bw-header a:link {
    border: 0;
}


/* ––––––– Slideshow ––––––– */

#home-slideshow {
    display: block;
    clear: both;
    width: 100%;
    padding: 0;
    margin: 0 0 22px 0;
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}


/* ––––––– Home Page ––––––– */

#latest-news {
    display: block;
    clear: both;
    width: calc(90% - 28px);
    padding: 0 14px 14px 14px;
    margin: 0 5% 0 5%;
    background: #FFF;
}
#latest-news h1 {
    display: block;
    clear: both;
    padding-top: 10px;
    padding-bottom: 3px;
    margin-bottom: 21px;
    border-bottom: solid 1px #A69B6F;
}

.home-contact-container {
    display: block;
    clear: both;
    width: calc( 90% - 28px );
    padding: 14px 14px 28px 14px;
    margin: 28px 5%;
    background: #DBD7C2;
}
.home-contact-container h2 {
    display: block;
    clear: both;
    font-size: 16px;
    width: 100%;
    margin: 0 0 21px 0;
    padding-bottom: 6px;
    border-bottom: solid 1px #FFF;
}

#quote-request {
    display: block;
    clear: both;
    width: calc(90% - 28px);
    padding: 14px;
    margin: 14px 5% 48px 5%;
    text-align: center;
    background: #FFF;
}
#quote-request a:link {
	color: #2A271C;
	text-decoration: none;
    border-bottom: #A69B6F 1px solid;
}
#quote-request a:visited {
	color: #2A271C;
	text-decoration: none;
    border-bottom: #A69B6F 1px solid;
}
#quote-request a {
    line-height: 28px;
}
#quote-request img {
    display: block;
    clear: both;
    width: 67%;
    height: auto;
    margin: 21px auto;
}

/* ––––––– Anchor Links ––––––– */

.anchor-links {
    display: block;
    clear: both;
    margin-bottom: 35px;
}
.anchor-links ul {
    list-style: none;
}
.anchor-links li:before {
    content: '> ';
    color: #A69B6F;
}


/* ––––––– Content ––––––– */

.container {
    display: block;
    clear: both;
    position: relative;
    width: 90%;
    padding: 0;
    margin: 7px 5% 42px 5%;
}
.section-container {
    display: block;
    clear: both;
    position: relative;
    width: 90%;
    padding: 0;
    margin: 42px 5% 28px 5%;
}

figure {
    display: block;
    clear: both;
    width: 100%;
    padding: 0;
    margin: 7px 0 7px 0;
}
figure img {
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}
figure a img {
    margin-bottom: -6px;
}
figcaption {
    display: block;
    clear: both;
    width: 100%;
    padding: 0;
    margin: 0 0 14px 0;
    font-size: 12px;
    line-height: 18px;
}
figcaption h3 {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 0;
}

.header-image {
    display: block;
    clear: both;
    width: 100%;
    margin: 21px 0;
}
.header-image img {
    width: 100%;
    height: auto;
}


/* ––––––– Section Links ––––––– */

.section-thumbnail {
    display: inline-block;
    float: left;
    width: calc(50% - 7px);
    margin-top: 7px;
    margin-bottom: 10px;
    padding: 0;
    background-color: #FFF;
}
.section-thumbnail:nth-of-type(odd) {
    margin-right: 7px;
}
.section-thumbnail:nth-of-type(even) {
    margin-left: 7px;
}

.section-thumbnail figure {
    margin: 0;
    padding: 0;
}
.section-thumbnail figure figcaption {
    font-size: 15px;
    line-height: 21px;
    width: calc(100% - 7px);
    margin-top: 0;
    padding: 0 0 7px 7px;
}

.section-links, .home-section-links {
    display: block;
    clear: both;
    position: relative;
    width: 90%;
    margin: 28px 5% 0 5%;
    border-top: solid 1px #DBD7C2;
}
.section-links {
    padding: 0 0 21px 0;
}
.links-header {
    padding-top: 14px;
}
.home-section-links {
    padding: 14px 0 0 0;
    border-top: 0;
}
.hide {
    width: 0;
    height: 0;
    visibility: hidden;
}

/* ––––––– Floors & Tables – Flex items ––––––– */

.flex-thumbnails {
    display: flex;
    flex-wrap: wrap;
    margin-top: 28px;
}
.thumbnails {
	display: flex;
    clear: none;
    padding: 0;
    margin: -4px 0 0 0;
	width: calc(50% - 7px);
}
.thumbnails:nth-of-type(odd) {
    margin-right: 7px;
}
.thumbnails:nth-of-type(even) {
    margin-left: 7px;
}
.thumb-wrapper {
    display: flex;
    flex-direction: column;
	width: 100%;
}
.thumb-wrapper a:link {
    border: 0;
}
.thumb-wrapper figcaption {
    margin-top: 5px;
}

.white {
    background: #FFF;
}
.white figcaption {
    width: calc(100% - 7px);
    margin-top: 0;
    margin-bottom: 11px;
    padding: 0 0 21px 7px;
}
.white figcaption h2 {
    font-size: 14px;
    line-height: 21px;
}
.white figcaption h3 {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 0;
}


/* ––––––– References + Press ––––––– */

.article {
    margin: 21px 0 0 0;
    padding-bottom: 7px;
    border-bottom: solid 1px #DBD7C2;
    /* border-bottom: solid 1px #D2CDB7; */
}
.article h2 {
    text-transform: uppercase;
}
.article:last-of-type {
    border-bottom: 0;
}

.toggle-box {
    display: none;
}
.toggle-box + label {
    cursor: pointer;
    display: block;
    line-height: 21px;
    margin-bottom: 21px;
}
.toggle-box + label + div {
    display: none;
    margin-bottom: 21px;
}
.toggle-box:checked + label + div {
    display: block;
}
.toggle-box + label:before {
    color: #A69B6F;
    content: "+";
    display: block;
    float: left;
    height: 21px;
    font-weight: 600;
    line-height: 21px;
    text-align: center;
    width: 18px;
}
.toggle-box:checked + label:before {
    content: "\2212";
}


/* ––––––– Contact + About ––––––– */

.header-strip {
    display: block;
    clear: both;
    width: 100%;
    margin: -1px 0 17px 0;
}
figure.header-strip-one, figure.header-strip-two {
    display: inline-block;
    float: left;
    clear: none;
    width: calc(50% - 2px);
    padding: 0;
}
figure.header-strip-three {
    display: inline-block;
    float: left;
    clear: none;
    width: 0;
    height: 0;
    visibility: hidden;
}
.header-strip-one {
    margin: 0 1px 0 0;
}
.header-strip-two {
    margin: 0 0 0 1px;
}

.section-divide {
    display: block;
    clear: both;
    width: 100%;
    height: 1px;
    background: #DBD7C2;
    margin-bottom: 17px;
}

#whatsapp {
    display: inline-block;
    float: left;
    margin: 0;
    padding: 0 8px 0 0;
    text-align: left,
}
#whatsapp img {
    width: 24px;
    height: auto;
    padding: 0;
    margin: 0;
    margin-top: -4px;
}
.whatsapp-link {
    display: inline-block;
    float: left;
    margin: 0;
    padding: 0 0 21px 0;
    text-align: left,
}
.whatsapp-link a:link {
	color: #2A271C;
	text-decoration: none;
    border-bottom: #A69B6F 1px solid;
}
.whatsapp-link a:visited {
	color: #2A271C;
	text-decoration: none;
    border-bottom: #A69B6F 1px solid;
}


/* ––––––– Floor Manufacturing ––––––– */

figure.image-strip-one, figure.image-strip-two, figure.image-strip-three {
    display: inline-block;
    float: left;
    clear: none;
    width: 100%;
    padding: 0;
}
.image-strip-one, .image-strip-two, .image-strip-three {
    margin: 0 0 7px 0;
}

/* ––––––– Footer ––––––– */

footer {
    display: block;
    clear: both;
    width: 90%;
    padding: 14px 0;
    margin: 32px 5% 0 5%;
    border-top: #A69B6F 1px solid;
}
.footer-section {
    display: inline-block;
    float: left;
    width: 50%;
    font-size: 12px;
    line-height: 18px;
}
.social {
    display: inline-block;
    float: left;
    width: 21px;
    padding-top: 10px;
    padding-right: 7px;
}
.social a:link {
    border: 0;
}
.social img {
    width: 21px;
    height: auto;
}
.copyright {
    display: block;
    clear: both;
    padding: 21px 0;
    font-size: 12px;
    line-height: 18px;
}


/* ––––––– 1st Breakpoint @ 620px wide ––––––– */

@media screen and (min-width: 620px) {
    
    header {
        max-width: 1024px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .home-section-links {
        padding: 14px 0 7px 0;
    }
    #latest-news { 
        margin: 14px 5% 0 5%;
    }
    #quote-request {
        width: calc(66% - 28px);
        margin: 14px 17% 42px 17%;
    }
    
    .two-col-one, .two-col-two {
        display: inline-block;
        clear: none;
        float: left;
        width: calc(50% - 7px);
        margin-bottom: 0;
    }
    .two-col-one {
        margin-right: 7px;
    }
    .two-col-two {
        margin-left: 7px;
    }
    .three-col-one, .three-col-two, .three-col-three {
        display: inline-block;
        clear: none;
        float: left;
        width: calc( 33.333% - ( 28px / 3) );
        margin-bottom: 0;
    }
    .three-col-one {
        margin-right: 7px;
    }
    .three-col-two {
        margin-left: 7px;
        margin-right: 7px;
    }
    .three-col-three {
        margin-left: 7px;
    }
    
    .text-two-col-one, .text-two-col-two {
        display: inline-block;
        clear: none;
        float: left;
        width: calc(50% - 14px);
        margin-bottom: 7px;
    }
    .text-two-col-one {
        margin-right: 14px;
    }
    .text-two-col-two {
        margin-left: 14px;
    }
    
    .hide {
        width: auto;
        height: auto;
        visibility: visible;
    }
    
    .section-thumbnail {
        width: calc( 33.333% - ( 28px / 3) );
    }
    .section-thumbnail:nth-of-type(odd) {
        margin: 7px 7px;
    }
    .section-thumbnail:nth-of-type(even) {
        margin: 7px 7px;
    }
    .section-thumbnail:nth-of-type(3n+1) {
        margin-left: 0;
    }
    .section-thumbnail:nth-of-type(3n+3) {
       margin-right: 0;
    }
    
    .thumbnails {
        width: calc( 33.333% - ( 28px / 3) );
    }
    .thumbnails:nth-of-type(odd) {
        margin: 0 7px;
    }
    .thumbnails:nth-of-type(even) {
        margin: 0 7px;
    }
    .thumbnails:nth-of-type(3n+1) {
        margin-left: 0;
    }
    .thumbnails:nth-of-type(3n+3) {
        margin-right: 0;
    }
    .white figcaption {
        margin-bottom: 7px;
    }
    
    .article figure {
        display: inline-block;
        float: left;
        width: calc( 50% - 14px );
        margin-right: 21px;
    }
    .article-text {
        display: inline-block;
        float: left;
        width: calc( 50% - 7px );
    }
    .article-text h2 {
        padding-top: 2px;
    }
    
    figure.header-strip-one, figure.header-strip-two, figure.header-strip-three {
        width: calc(33.333% - ( 4px / 3) );
        padding: 0;
    }
    figure.header-strip-three {
        height: auto;
        visibility: visible;
    }
    .header-strip-two {
        margin: 0 1px 0 1px;
    }
    .header-strip-three {
        margin: 0 0 0 1px;
    }
    
    figure.image-strip-one, figure.image-strip-two, figure.image-strip-three {
        width: calc(33.333% - ( 4px / 3) );
        padding: 0;
    }
    .image-strip-one {
        margin: 0 1px 0 0;
    }
    .image-strip-two {
        margin: 0 1px 0 1px;
    }
    .image-strip-three {
        margin: 0 0 0 1px;
    }
}


/* ––––––– 2nd Breakpoint @ 768px wide ––––––– */

@media screen and (min-width: 768px) {
    
    #header-wrapper {
        margin-top: 3px;
    }
    #logo img {
        width: 42px;
        margin: 9px 0 3px 0;
    }
    #bw-header {
        font-size: 18px;
        padding: 0 0 9px 0;
    }
    #menu-container .menu-list {
        top: 91px;
    }
    
    .intro p {
        display: block;
        clear: both;
        width: 66.666%;
        margin-right: 33.333%;
    }
    
    .two-section-container {
        display: flex;
        flex-wrap: wrap;
        clear: both;
        width: 90%;
        margin: 0 5% 28px 5%;
        border-bottom: 1px solid #DBD7C2;
    }
    #latest-news {
        display: flex;
        flex-direction: column;
        float: left;
        clear: none;
        width: calc( 66.666% - ( 56px / 3) - 14px );
        padding: 0 14px 14px 14px;
        margin: 14px 7px 28px 0;
    }
    .home-contact-container {
        display: flex;
        flex-direction: column;
        float: left;
        clear: none;
        position: relative;
        width: calc( 33.333% - ( 28px / 3) );
        padding: 14px 0 28px 0;
        margin: 14px 0 28px 7px;
        background: #DBD7C2;
    }
    .home-contact-container .text-two-col-one {
        display: block;
        width: calc( 100% - 14px );
        padding-left: 14px;
        margin-bottom: 0;
    }
    .home-contact-container h2 {
        display: block;
        clear: both;
        width: calc(100% - 28px);
        margin: 0 14px 21px 14px;
        padding-bottom: 6px;
        border-bottom: solid 1px #FFF;
    }
    
    #quote-request {
        width: calc(50% - 28px);
        margin: 14px 25% 42px 25%;
    }
    
    .thumbnails {
        width: calc( 25% - ( 42px / 4) );
    }
    .thumbnails:nth-of-type(odd) {
        margin: 0 7px;
    }
    .thumbnails:nth-of-type(even) {
        margin: 0 7px;
    }
    .thumbnails:nth-of-type(4n+1) {
        margin-left: 0;
    }
    .thumbnails:nth-of-type(4n+4) {
       margin-right: 0;
    }
    
    .two-col-768 {
        display: inline-block;
        clear: none;
        float: left;
        width: calc(50% - 7px);
        margin: 7px 7px 0 7px;
    }
    .two-col-768:nth-of-type(odd) {
        margin-left: 0;
    }
    .two-col-768:nth-of-type(even) {
        margin-right: 0;
    }
}


/* ––––––– 3rd Breakpoint @ 1024px wide ––––––– */

@media screen and (min-width: 1024px) {
    
    .img-three-col-one, .img-three-col-two, .img-three-col-three {
        display: inline-block;
        clear: none;
        float: left;
        width: calc( 33.333% - ( 28px / 3) );
        margin-bottom: 0;
    }
    .img-three-col-one {
        margin-right: 7px;
    }
    .img-three-col-two {
        margin-left: 7px;
        margin-right: 7px;
    }
    .img-three-col-three {
        margin-left: 7px;
    }
    
}