/*
Theme Name: Select Connect Ultimate - Horizontal Menu
Description: Wordpress Theme Developed for Hudson Hill Hardwood. This theme is designed for use with Select Connect by WebsiteNEO
Author: WebsiteNEO
Author URI: https://websiteneo.com
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */
/*-------------------Overall Site Styling----------------------------------*/
.popup img {
    max-width: 150px;
    margin: auto;
    display: block;
    padding-bottom: 5px;
}
 
.popup {
    text-align: justify!important;
    padding: 10px 20px;
}
 
.popup p {
    font-size: 14px;
    line-height: 1.3em;
}

p{
  font-family: 'Open Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6, li, a{
  font-family: 'Josefin Sans', serif;
}
.page-header-title{
  display: none;
}
main#main {
    margin-bottom: -8px;
}
#main #content-wrap {
    padding-top: 0px;
    padding-bottom: 0px;
}
#footer #nav_menu-4 li, #footer #nav_menu-3 li{
  border:none;
  text-transform: uppercase;
  padding:0;
}
.content-area, .content-left-sidebar .content-area {
    margin-bottom: 0!important;
}
.searchBoxWrapper{
  width:100%;
  text-align: center;
  display: none;
}
.searchBox {
    background-color: #FFFFFF;
    padding: 1em;
    -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.6);
    box-shadow: 0 8px 6px -6px 0 8px 6px -6px rgba(0, 0, 0, 0.6);
    margin: 0 auto;
    margin-top: 2em;
}
.wneo-search-box input {
    height: 2.25em;
    padding: 1em;
}
.fixedHeaderWrapper .fa-2x {
    font-size: 1.2em!important;
}
.noSliderSpacer {
    padding-top: 0em;
}
#swipebox-bottom-bar, #swipebox-top-bar {
    background: #090c02;
}
.nf-form-wrap input[type="text"], .nf-form-wrap input[type="email"], .nf-form-wrap input[type="tel"], .nf-form-wrap textarea{
  background-color: #FFFFFF!important;
}
div#pgc-6-0-0 {
    box-shadow: 0px 1px 25px rgba(0,0,0,.25);
    padding: 40px;
}
li#menu-item-1512 {
   FONT-WEIGHT: BOLD;
}
li#menu-item-1513 {
   FONT-WEIGHT: BOLD;
}
textarea#sc_message {
    background-color: #e8f0fe;
}
/*----------------------Select Connect Product and Gallery Customization-----*/
.wneo-clear {
  margin-bottom: 5% !important;
}

.wneof-category-heading{
  font-size: 2em;
  text-align: center;
  /*padding-top: 2em!important;*/
  margin-bottom: 30px !important;
}
/*.wneof-category-heading:first-of-type{
  padding-top: 11em !important;
}*/
.wneof-product-row {
    margin-bottom: 5% !important;
}
.productTitle {
    text-align: center;
    color: #8c8c8c;
}
body #wneof-product-form-close {
    width: 30px !important;
    height: 30px !important;
  top: 15px !important;
  right: 15px !important;
    font-size: 20px !important;
    color: #fff;
}
body #wneof-product-form-close svg {
  width: 30px;
  height: 30px;
  stroke: #fff;
}
body .wneof-product-form form {
  display: grid;
}
body .wneof-product-form label {
  line-height: 1.5em;
  color: #fff;
}
body .wneof-product-form input {
  padding: 1%;
  margin-bottom: 15px;
  width: 94%;
}
body .wneof-product-form textarea {
  padding: 1%;
  width: 97%;
  margin-bottom: 15px;
}
body .wneof-product-form {
    background: #090c02!important;
    position: fixed;
    height: auto !important;
    top: 25% !important;
    box-shadow: 0px 1px 50px 5px rgba(0,0,0,.4);
}
body .wneof-product-form-title {
  display: none;
}
body .wneof-field-container {
  width: 100%;
}
body #form_success_message {
  text-align: center;
    font-size: 1.5em;
    padding: 2em;
    border: 1px solid #000;
    background-color: #e5e6e7;
}
#wneof_form_button_container {
    display: none;
    position: fixed;
    width: 300px;
    top: 75%;
    z-index: 999999;
    left: 50%;
    margin-left: -150px;
}
.wneof-product-4 {
    text-align: center;
    width:100%;
}
.wneof-field-container .wneof-submit {
    color: #333333;
}
#wneo_search_results_container{
	max-height: unset;
	height:100vh;
}
/*-------------------Header Styling----------------------------------------*/
.logo {
    max-width: 300px;
    margin: 0 auto;
}
.desktopHeaderWrapper {
    display: none;
}
.logoWrapper {
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 1em;
    padding-top: 3em;
    background-size: cover;
    background-image: url(assets/images/wood-background-amish-built-construction-techniques.jpg);
    background-position: center;
}
.fixedHeaderWrapper {
    background-color: #D13B00;
    position: fixed;
    width: 100%;
    padding: .2em;
    z-index: 1000;
    -webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.2);
    box-shadow: 0px 1px 25px rgba(0,0,0,0.25)
}
.fixedHeaderWrapper a {
    color: #FFFFFF;
}
.fixedHeaderWrapper a:hover {
    color: #000000;
}
.fixedHeader {
    display: inline-flex;
    width: 100%;
}
.fixedHeader>div {
    width: 100%;
    text-align: center;
}
.fixedHeader ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.fixedHeader li {
    display: inline-block;
    text-transform: uppercase;
}
.fixedHeader li:nth-child(n+2) {
    display: none;
    font-size: .95em;
}
.fixedHeader li:last-child {
    display: inline-block;
    width: 49%;
    text-align: center;
    font-size: .95em;
}
.fixedHeader li:first-child {
    width: 49%;
    display: inline-block;
    font-size: .95em;
}
.stickyMenu .searchButton:before{
   color: #dcad6f;
}
/*-------------------Mobile Menu Styling-----------------------------------*/
.mobileButtonWrapper{
  box-shadow: 4px 0px 10px 3px rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.14);
}
.mobileButton {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.mobileButton>div {
    width: 33.3%;
    text-align: center;
    padding-top: 1em;
    padding-bottom: 1em;
    position: relative;
}
.mobileButton>div:last-child{
  border-right:none;
}
.mobileButtonWrapper {
    position: fixed;
    bottom: 0;
    z-index: 9999;
    width: 100%;
    background-color: #090c02;
}
.mobileButton a {
    font-size: 1.25em;
}
.furnitureMenuWrapper, .mainMenuWrapper{
  display: none;
  position: fixed;
    bottom: 90px;
    background-color: #ffffff;
    width: 100%;
    z-index: 9999;
}
.furnitureMenu ul, .mainMenu ul {
    list-style: none;
    margin: 0;
}
.furnitureMenu li, .mainMenu li {
    padding: .25em;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.2em;
    border-bottom: 1px solid #F3F3F3;
}
.furnitureMenuButton a {
    background-image: url(assets/images/furniture.png);
    background-size: cover;
    position: absolute;
    height: 45px;
    width: 45px;
    top: -8px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.searchButton a{
    background-image: url(assets/images/search.png);
    background-size: cover;
    position: absolute;
    height: 45px;
    width: 45px;
     top: -8px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.close{
  display: none;
}
.desktopMenuWrapper{
  display: none;
}
.furnitureMenuWrapper.mobileMenu .searchButton {
    display: none;
}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    background-color: #FFFFFF;
}
.mainMenuWrapper.mobileMenu {
    bottom: 90px;
}
.mobileMenu .mainMenu li:first-child, .mobileMenu .mainMenu li:last-child{
  display:none;
}
/*-------------------Desktop Menu Styling----------------------------------*/

/*-------------------Swiper Styling----------------------------------------*/
.fullSizeATFContentWrapper {
    height: 100vh;
    position: relative;
    z-index: 998;
}
.fullSizeATFContent {
    height: 100vh;
    position: relative;
    z-index: 998;
    width: 100%;
}
.swiper-container {
    height: 100vh;
}
.swiperOverlay {
    width: 100%;
    height: 100vh;
    text-align: center;
    background-color: #0000009c;
}
.swiperContentWrapper {
    padding-top: 10vh;
    max-width: 600px;
    margin: 0 auto;
    padding-left:1em;
    padding-right:1em;
    /* border: 1px solid; */
}
.innerSwiperContentWrapper {
    padding: 3em;
}
.swiperContent {
    /* border:6px double #930416; */
    padding:3em;
}
.SlideHeadlineWrapper h2 {
    font-size: 2em;
    padding: .5em;
    margin: 0;
    color: #ffffff;
}
.slideCaptionWrapper p {
    text-transform: uppercase;
    color: #bdbdbd;
    /* border-bottom: 1px solid; */
    /* margin-bottom: 20px; */
}
.sim-button{
  line-height: 50px;
  height: 50px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
  width: 60%;
  cursor: pointer;
  font-size: 1.2em;
}
.button28 {
  color: rgb(255, 255, 255);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.button28 span{
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.button28 a{
  color: rgb(255, 255, 255);
  text-decoration: none;
  display: block;
}
.button28::before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-color: rgba(255, 255, 255, 0.5);
  border-bottom-color: rgba(255, 255, 255, 0.5);
  -webkit-transform: scale(0.1, 1);
  transform: scale(0.1, 1);
  
}
.button28:hover span{
  letter-spacing: 2px;
  }
.button28:hover::before{
  opacity: 1; 
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  
}
.button28::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  /*background-color: rgba(255,255,255,0.25);*/
  
}
.button28:hover::after{
  opacity: 0; 
  -webkit-transform: scale(0.1, 1);
  transform: scale(0.1, 1);
}
/*-------------------Home Page Styling-------------------------------------*/
.styledHeadline h1{
  font-weight: 100;
}
.mainFurnitureBox>div>div>div {
    min-height: 650px;
    position: relative;
}
.mainFurnitureHeadline {
    position: relative;
    text-align: center;
    text-transform: uppercase;
}
.mainFurnitureHeadline h2 {
    background-color: rgba(255, 255, 255, 0.81);
    padding: 2em;
    position: absolute;
    /* top: 0; */
    width: 100%;
    /* border: 1px solid; */
}
.mainFurnitureText {
    color: #930416;
    background-color: rgba(255, 255, 255, 0.65);
    padding: .5em;
    text-align: center;
    border: 1px solid;
    position: absolute;
    bottom: 0;
    height: 88px;
    border-top: 2px solid;
    width: 100%;
}
.mainFurnitureTextWrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40%;
}
.mainFurnitureLink {
    display: block;
    margin: 0 auto;
    text-align: center;
    max-width: 200px;
    background-color: #FFFFFF;
    padding: 1em;
    border: 2px solid;
    position: relative;
    overflow: hidden;
    z-index: 2;
    margin-top:1em;
}
.mainFurnitureLink.bottomLinks{
  position: absolute;
  bottom:10px;
  left:0;
  right:0;
}

.outerFurnitureLinkBoxWrapper {
    display: none;
}

.outerFurnitureLinkBoxWrapper{
  padding-bottom:10px;
}
.mainFurnitureHeadline {
    bottom: 32px;
    position: absolute;
    width: 100%;
}
/*.mainFurnitureLink:before, .mainFurnitureLink:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  background-color: #333333;
  transition: 0.25s ease-in-out;
  z-index: -1;
}
.mainFurnitureLink:before {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.mainFurnitureLink:after {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.mainFurnitureLink:hover {
  color: #FFFFFF;
}
.mainFurnitureLink:hover:before {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.mainFurnitureLink:hover:after {
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}*/
.reviewButtonWrapper{
  padding-bottom:4em;
}
.panel-row-style.panel-row-style-for-w5daf0f3589106-0 {
    background: rgba(0,0,0,0.7);
}
/*-------------------About Page Styling------------------------------------*/
.aboutHeader{
  height:100vh;
  min-height:700px;
}
.aboutHeader h1 {
  color:#FFFFFF;
  font-size: 2.5em;
  padding:3em;
    padding-top: 14em;
    text-align: center;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 1)!important;
}
.aboutMattress{
  min-height:350px;
  padding:5em;
}
/*-------------------Furniture Page Styling--------------------------------*/
.furnitureButton {
    background-color: #000000;
    border:1px solid #000000;
    padding: 1em;
    cursor: pointer;
    -webkit-transition: .25s ease-in;
    -moz-transition: .25s ease-in;
    -o-transition: .25s ease-in;
}
.furnitureButton h2{
  color:#FFFFFF;
  -webkit-transition: .25s ease-in;
    -moz-transition: .25s ease-in;
    -o-transition: .25s ease-in;
}
.furnitureButton:hover {
    background-color: #FFFFFF;
    -webkit-transition: .25s ease-in;
    -moz-transition: .25s ease-in;
    -o-transition: .25s ease-in;
}
.furnitureButton:hover.furnitureButton h2{
  color:#000000;
  -webkit-transition: .25s ease-in;
    -moz-transition: .25s ease-in;
    -o-transition: .25s ease-in;
}
.furnitureContent{
  padding:3em;
}
.middleButton{
    border-left:1px solid #000000;
    border-right:1px solid #000000;
  } 
.furnitureLinkSpan {
    position: absolute;
    width: 100%;
    height: 100%;
}
.furnitureLinkSpan h2 {
    text-align: center;
    color: #cacaca;
    background-color: rgba(151, 171, 100, 0.78);
    height: 100%;
    position: absolute;
    width: 100%;
}
.furnitureLinkSpan h2:hover{
  background-color: rgba(151, 171, 100, 1);
}
.furnitureLinkSpan a {
    height: 100%;
    display: block;
}
.detailButton{
  cursor: pointer;
}
.detailButton h2 {
    padding: 1em;
    max-width: 350px;
    border: 2px solid;
    margin: 0 auto;
    text-align: center;
    color: #000000;
    line-height: 1.4em;
    font-size: 2em;
    background-color: #090c02;
    border-radius: 36px;
    letter-spacing: .2em;
    -webkit-transition: .25s ease-in;
    -moz-transition: .25s ease-in;
    -o-transition: .25s ease-in;
}
h2.buttonHovered{
  color:#dcad6f;
  background-color: #737373;
  -webkit-transition: .25s ease-in;
  -moz-transition: .25s ease-in;
  -o-transition: .25s ease-in;
}
.buttonContentImageWrapper figure {
    display: inline-flex;
    position: relative;
}
.buttonContentImageWrapper {
    display: inline-flex;
    flex-direction: row;
    width: 100%;
    text-align: center;
}
figcaption.wp-caption-text {
    position: absolute;
    width: 100%;
    text-transform: uppercase;
    color: #FFFFFF;
    background-color: #000000;
    margin: 0 auto;
    text-align: center;
    bottom: 0;
}
.detailButtonContent{
  padding-top:2em;
}
a.furniturePageLink {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
}
.furnitureImageWrapper {
    position: relative;
}
a.furniturePageLink span {
    /* height: 50px; */
    /* -webkit-box-shadow: 0px -4px 3px #000000; */
    -moz-box-shadow: 0px -4px 3px #090c02;
    /* box-shadow: 0px -2px 3px 2px #000000; */
    position: absolute;
    width: 100%;
    bottom: 8px;
    text-align: center;
    background-color: #000000;
    color: #dcad6f;
    font-size: 1.75em;
    padding: 1em;
    /* border: 1px solid; */
    outline: 1px solid;
    outline-offset: -15px;
}
.furnitureLinkHover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #000000b5;
    display: none;
}
.furnitureLinkHover a {
    position: absolute;
    width: 100%;
    height: 100%;
}
.furnitureLinkHover a span {
    padding-top: 30%;
    display: block;
    font-size: 2.25em;
    text-align: center;
    color: #dcad6f;
    letter-spacing: .3em;
    /* border: 1px solid; */
}
/*-------------------Category Pages Styling--------------------------------*/
.categoryLinkWrapper{
  padding-top:4em;
}
.decoration {
    display: none;
}
/*-------------------Bottom Product Page Links-----------------------------*/
.bottomLinks{
    height: 100%;
    display: inline-block;
    width: 100%;
}
.mainFurnitureBoxWrapper {
    position: relative;
    margin-bottom: -8px;
    padding-bottom: 60%;
}
.bottomLinks h2 {
    text-align: center;
    margin: 0 auto;
    position: absolute;
    color: #FFFFFF;
    font-size: 1em;
    background-color: rgba(9, 12, 2, 0.8);
    padding-top: .5em;
    padding-bottom: .5em;
    -webkit-transition: .25s ease-in;
    -moz-transition: .25s ease-in;
    -o-transition: .25s ease-in;
    transition: .25s ease-in;
    z-index: 999;
}
.furnitureLinksHoverText {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    color: #FFFFFF;
    font-size: 1.2em;
    text-transform: uppercase;
    height: 100%;
    background-color: rgba(209, 59, 0, 0.64);
    padding-top: 15%;
}
.furnitureLinksHoverText>span{
  padding:.5em;
  display: block;
  max-width:300px;
  margin:0 auto;
}
.mainFurnitureBox.hoverFurniture h2{
    background-color: rgba(0, 0, 0, 1);
    margin-top: 22%;
    opacity: 0;
    -webkit-transition: .25s ease-in;
    -moz-transition: .25s ease-in;
    -o-transition: .25s ease-in;
    transition: .25s ease-in;
}
.furnitureLinkSpan a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
}
span.furnitureLinkSpanText {
    text-align: center;
    display: block;
    color: #FFFFFF;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1em;
    background-color: rgba(9, 12, 2, 0.75);
    font-weight: 700;
    font-size: 1em;
    /* -webkit-transform: scale(0.1, 1); */
    /* transform: scale(1.5, 1); */
}
/*.furnitureLinkSpan:hover span.furnitureLinkSpanText{
  color: #ffffff;
  background-color: rgb(12, 82, 48);
  -webkit-transition: .25s ease-in;
  -moz-transition: .25s ease-in;
  -o-transition: .25s ease-in;
  transition: .25s ease-in;
  top: 0;
}*/
span.furnitureLinkOverlay {
    position: absolute;
    width: 100%;
    text-align: center;
    padding: 1em;
    color: #FFFFFF;
    display: none;
    bottom: 0;
}
span.furnitureLinkOverlay.active{
  display: block;
  -webkit-transition: .25s ease-in;
  -moz-transition: .25s ease-in;
  -o-transition: .25s ease-in;
  transition: .25s ease-in;
}/*
span.furnitureLinkOverlay.border{
  border: 40px solid #0C5230;
  -webkit-transition: .25s ease-in;
  -moz-transition: .25s ease-in;
  -o-transition: .25s ease-in;
  transition: .25s ease-in;
}
span.furnitureLinkOverlay.background{
  background-color: rgba(12, 82, 48, 0.64);
  -webkit-transition: .25s ease-in;
  -moz-transition: .25s ease-in;
  -o-transition: .25s ease-in;
  transition: .25s ease-in;
}*/
.furnitureLinkText{
  display:block;
  border: 1px solid #FFFFFF;
  padding: 1em;
  font-size: 1em;
  position: relative;
  background-color: rgba(0, 0, 0, 0.8);
  margin-top:20%;
  /* width: 389px; */
  /* display: block; */
}
/*-------------------Contact Page Styling----------------------------------*/
.contactRow ul{
  list-style: none;
}
.contactRow li{
  list-style: none;
}
/************************Cambria Page Styling********************************/
.detailButtonContent h3 {
    margin-bottom: 0;
    color: #C59617;
}
.edgeProfile {
    display: block;
    padding-bottom: 30px;
}
.edgeContent img {
    padding-bottom: 7px;
}
/*-------------------Footer Styling----------------------------------------*/
#footer{
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  padding-top:3em;
  padding-bottom:3em;
}
.widget-title {
    border: none!important;
}
.footerCopyrightWrapper {
    padding-top: 3em;
    padding-bottom: 3em;
    font-size: .75em;
    text-align: center;
    text-transform: uppercase;
    line-height: 1em;
    background-color: #090c02;
    color: #FFFFFF;
}
.footerCopyrightWrapper a {
    color: #FFFFFF;
}
.footerCopyrightWrapper a:hover {
    color: #CACACA;
}
#footer-widgets .footer-box .widget-title {
    color: #727272;
    font-size: 1.25em;
    margin-left: -1em;
}
table.hours td{
  padding:0;
}
#footer .searchButton{
  display: none;
}
/*-------------------Responsive Styling Queries----------------------------*/
@media all and (min-width:31.25em){
  .outerPageLinkWrapper{
    width: 50%;
  }
  .wneof-product-form {
    width: 95%;
    left: 2.5;
    top: 5%;
  }
  .wneof-product-4 {
    width:49%;
  }
  .wneo-search-box input {
    width:400px;
  }
}
@media all and (min-width:40em){
  .outerPageLinkWrapper{
      width: 25%;
  }
  .wneof-product-form {
      width: 95%;
  }
  .openFurniture:hover .sub-menu{
    display: block;
  }
  .mainFurnitureText {
      height: 300px;
  }
  .mainFurnitureTextWrapper p {
      display: block;
  }
  span.furnitureLinkSpanText {
      font-size: 1.1em;
  }
  .bottomLinks{
    width: 33.3%;
  }
}
@media all and (min-width:50em){
  .wneof-product-4 {
    
      width:24%;
  }
}
@media all and (min-width:54em){
  .addressWidget{
    display: block;
  }
  .middleButton{
    border-left:1px solid #FFFFFF;
    border-right:1px solid #FFFFFF;
  }
  .logo {
    max-width: 200px;
    padding: 10px;
  }
  .desktopMenuWrapper{
      display: block;
      position: relative;
      /* margin-top: 4em; */
      bottom: 0;
      background-color: #090C02;
      padding: .5em 0em;
  }
  .desktopMenuWrapper li {
      display: inline-block;
      border: none;
      max-height: 0;
      font-size:.9em;
      text-transform: uppercase;
      padding-left:1%;
      padding-right:1%;
  }
  .desktopMenuWrapper ul {
      text-align: center;
      padding-top:.2em;
      padding-bottom:.2em;
      margin:0;
  }
  .desktopMenuWrapper a {
      color: #CACACA;
  }
  .desktopMenuWrapper a:hover{
    color:#FFFFFF;
  }
  .mobileButtonWrapper {
      display: none;
  }
  .stickyMenu {
    position: fixed;
    width: 100%;
    top: 32px;
    height: 30px;
    z-index: 999;
    background-color: #090c02;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    border-top:1px solid #FFFFFF;
    padding: 0;
  }
  .fixedHeader li:nth-child(n+2){
    display: inline-block;
  }
  .fixedHeader li, .fixedHeader li:first-child, .fixedHeader li:last-child{
    width:16%;
  }
}
@media all and (min-width:60em){
  .mainMenu li{
    padding-left: 3em;
    padding-right: 3em;
  }
  .outerPageLinkWrapper{
      width: 25%;
  }
  .bottomLinks{
        width: 25%;
  }
  .desktopHeaderWrapper .mainMenu li {
      padding-left: 4%;
      padding-right: 4%;
  }
  .desktopMenuWrapper li{
    padding-left:1%;
    padding-right: 1%;
  }
  .fixedHeaderWrapper li {
    font-size: 1em;
  }
  .fixedHeader li:first-child, .fixedHeader li:last-child{
    font-size: 1.15em;
  }
  .edgeProfile {
    display: flex;
  }
}
@media all and (min-width:75em){
  .desktopMenuWrapper li{
    padding-left:2%;
    padding-right: 2%;
    font-size:1em;
  }
  span.furnitureLinkOverlay {
      padding: 3em;
  }
   span.furnitureLinkSpanText {
      font-size: 1.5em;
  }
  .furnitureLinkText{
    padding: 1.5em;
    font-size: 1.25em;
  }
}