/** Shopify CDN: Minification failed

Line 1016:0 Unexpected "{"
Line 1030:1 Unexpected "{"
Line 1621:20 Comments in CSS use "/* ... */" instead of "//"
Line 1636:20 Comments in CSS use "/* ... */" instead of "//"
Line 2217:2 Unexpected "{"

**/
/*
Theme Name:     House Eclectic | 2024
Development:	  Untitled Era LLC
Author URI:     http://untitledera.com
Template:       twentynineteen
Version:        2.111111111
*/


@font-face {
  font-family: 'entypo-social-plus';
  src: url('assets/fonts/entypo-social-plus.eot');
  src: url('assets/fonts/entypo-social-plus.eot?#iefix') format('embedded-opentype'),
  url('assets/fonts/entypo-social-plus.woff') format('woff'),
  url('assets/fonts/entypo-social-plus.ttf') format('truetype'),
  url('assets/fonts/entypo-social-plus.svg#entypo+social') format('svg');
  font-weight: normal;
  font-style: normal;
}


/*--ADA--*/
.skip-to-content-link {
  left: 50%;
  position: absolute;
  transform: translate(-100vw, -100vh);
}

.skip-to-content-link {
  background: #151514;
  color: #fff !important;
  height: auto;
  padding: 11px 0;
  position: absolute;
  transition: transform 0.3s;
  font-weight: 700;
  width: 200px;
  margin-left: -100px;
  z-index: 9;
  text-align: center;
}

.skip-to-content-link:focus {
    transform: translate(0, 0);
}

/*--- GLOBAL ---*/
#wpadminbar {display:  !important;z-index: 99999999;}

html {
  background: #F3F3F2;
  color:#151514;
  width: 100%;
  padding: 0;
  margin: 0;
  /*min-height: calc(100vh);
  */}

body {
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
   /* 187.5% */letter-spacing: 0.5px;
   position: relative;
  display: block;
  padding-top: 66px;
  min-height: calc(100vh - 260px);
  /* background: #151514; */}

p {
  margin-top: 0;
  margin-bottom: 1em;
}

h1.p1,
h2.p1,
h3.p1,
h4.p1,
h5.p1,
h6.p1,
p.p1 {
  padding: 0;
}

p:last-of-type {
  margin-bottom: 0;
}

.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  color: #151514;
  font-family: "Lato", sans-serif;
}

.h1.xl,
h1.xl {
  font-size: 50px;
}

.h1,
h1 {font-family: "Special Elite", system-ui;font-size: 24px;font-style: normal;font-weight: 400;line-height: 1.125; /* 150% */letter-spacing: 5px;}

.h2,
h2 {font-family: "Special Elite", system-ui;font-size: 13px;font-style: normal;font-weight: 400;line-height: 36px; /* 276.923% */letter-spacing: 2.5px;/* text-transform: uppercase; */}

.h3,
h3 {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px; /* 300% */
  letter-spacing: 1px;
  text-transform: capitalize;
}

.h4,
h4 {font-family: "Lato", sans-serif;font-size: 10px;font-style: normal;font-weight: 400;line-height: 1.5; /* 360% */letter-spacing: 3px;}

.h5,
h5 {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
  letter-spacing: 3px;
}

.h6,
h6 {
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1.25;
}

h1 a,
h2 a,
h3 a,
h4 a {
  color: inherit;
  text-decoration: none;
}

img {
    display: block;
}

a,
a:visited,
a:active {
  color:inherit;
  text-decoration:none;
  background:none;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

.section-block ul {
  padding: 0;
  padding-left: 1em;
}

.section-block a {/* text-decoration: underline; */}

ul, li {
  margin:0;
  padding: 0;
}

.bullet ul {
  padding-left: 20px;
}

.pointer {
  cursor: pointer;
}

.normal-weight {
  font-weight: 400;
}

.semibold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.black,
.xbold {
  font-weight: 800;
}

.line-height-1 {
  line-height:  1;
}

.underline,
.underlined {
  text-decoration: underline;
}

.normal-style {
  font-style: normal;
}

.italic {
  font-style: italic;
}

.no-float {
  float:none !important;
}

.opacity-zero {
  opacity: 0;
}

.opacity-full {
  opacity: 1;
}

.no-letter-spacing {
  letter-spacing: 0;
}

.has-fullscreen-item {
  height: 100%;
  max-height: 100%;
  overflow: hidden;
  -webkit-overflow-scrolling: auto;
}

img {
  box-shadow: none !important;
  border-radius: 0 !important;
}

hr {height: 2px;width: 100%;background: #151514;border:none !important;margin: 0;}

.cleared {
  clear:both;
}

.montserrat-font {
  font-family: 'Montserrat', sans-serif;
}

.entypo {
  font-family: 'entypo';  
}

.entypo2 {
  font-family: 'entypo2';  
}

.entypo-social-plus {
  font-family: 'entypo-social-plus';  
}

.capitalize {
  text-transform: capitalize;
}

.lowercase {
  text-transform: lowercase;
}

.uppercase {
  text-transform: uppercase;
}

.no-text-transform {
  text-transform: none;
}

.no-text-decoration {
  text-decoration: none;
}

.underline {
  text-decoration: underline;
}

.non-break {
    display: inline-block;
}

.center-text,
.centered-text {
    text-align: center;
}

.left-text {
    text-align: left;
}

.right-text {
    text-align: right;
}

.center-elem {
  margin-left: auto !important;
  margin-right: auto !important;
}

.no-float {
  float: none;
}

.float-left {
  float:left !important;
}
  
.float-right {
  float:right !important;
}


a.black-color,
.black-color {
  color: #173C4D;
}

a.white-color,
.white-color {
  color: #fff;
}

a.grey-color,
.grey-color {
  color: grey;
}

a.green-color,
.green-color {
  color: #98C233;
}

a.red-color,
.red-color {
  color: #0ff;
}



a.black-background,
.black-background {
  background: #173C4D;
}

a.white-background,
.white-background {
  background: #fff;
}

a.grey-background,
.grey-background {
  background: grey;
}

a.green-background,
.green-background {
  background: #98C233;
}

a.red-background,
.red-background {
  background: #f00;
}




/*--FAQ--*/
.faq-container {
  padding: 20px 0;
  border-top: 1px solid #EBEBEB;
  position: relative;
}

.faq-container:last-of-type {
  border-bottom: 1px solid #EBEBEB;
}

.expand-button-container {
  cursor: pointer;
}

.expand-button {
  position: absolute;
  top: 25px;
  right: 25px;
  /* background: red; */
  height: 20px;
  width: 20px;
  cursor: pointer;
}

.expand-button:before {
  content:'';
  background: #909090;
  height: 2px;
  width: 20px;
  position: absolute;
  left: 0px;
  top: 9px;
}

.expand-button:after {
  content: '';
  background: #909090;
  height: 20px;
  width: 2px;
  position: absolute;
  top: 0;
  right: 9px;
}

.faq-container .answer {
  max-height: 0px;
  overflow: hidden;
}

.faq-container.active .answer {
  max-height: 999px;
}

.faq-container.active .expand-button {
  position: 
}

.faq-container.active .expand-button:before {
  content:'';
  transform: rotate(90deg);
  opacity: 0;
}

.faq-container.active .expand-button:after {
  content:'';
  transform: rotate(90deg);
  opacity: 1;
}





/*--SSBA--*/
.single .ssba a {
  font-size: .75em;
  font-weight: normal;
  position: relative;
  top: .5em;
  display: inline-block;
}

.ssba img,
.ssba .ssba_tumblr_share img,
.ssba .ssba_google_share img,
.ssba .ssba_email_share img,
.ssba .ssba_facebook_share img,
.ssba .ssba_twitter_share img {
  display: none !important;
}

.ssba_email_share:after {
  content: "\e653";
  font-family: 'entypo-social-plus';
  line-height: 1 !important;
}

.ssba_facebook_share:after {
  content: "\e652";
  font-family: 'entypo-social-plus';
  line-height: 1;
}

.ssba_twitter_share:after {
  content: "\e642";
}

.ssba_tumblr_share:after {
  content: "\e642";
}

.ssba_google_share:after {
  content: "\e642";
}

.ssba_tumblr_share:after,
.ssba_google_share:after,
.ssba_email_share:after,
.ssba_facebook_share:after,
.ssba_twitter_share:after {
  /* font-size: 1em; */
  background-color: #0b1f2c;
  font-weight: normal;
  margin-left: 0.5em;
  color: #fff;
  width: 1em;
  height: 1em;
  overflow: hidden;
  border-radius: 999999999em;
  text-align: right;
  line-height: 1;
  display: inline-block;
  text-align: center;
  float: right;
  padding: .35em;
}



/*--WPCF7--*/
.wpcf7-form:not(.submitting) .wpcf7-spinner {
  display: none;
}

.wpcf7-form.submitting .wpcf7-spinner {
  display: block;
  display: table;
  margin:  20px auto 0;
}

.wpcf7 form .wpcf7-response-output {
    border: none !important;
    padding:  0;
}

div.wpcf7-response-output {
  text-align: center;
  margin-top: 20px !important;
}

html div.wpcf7 img.ajax-loader {
  border: none;
  vertical-align: middle;
  margin-left: 4px;
  text-align: center;
  display: block;
  margin: 0 auto;
  margin-top: 2em;
}

div.wpcf7 .ajax-loader {
  background-repeat: no-repeat;
  background-image: url(img/loader.gif);
}

div.wpcf7 .ajax-loader:not(.is-active) {
  display: none;
}

div.wpcf7 .ajax-loader.is-active {
  display: block;
  margin: 0em auto 0;
  padding: 2em 0 0;
}

.contact-form-row {
  margin-bottom: 2em;
}

::-webkit-input-placeholder {
  color: #181818;
}

:-moz-placeholder {
  color: #181818;
}

::-moz-placeholder {
  color: #181818;
}

:-ms-input-placeholder {
  color: #181818;
}

.wpcf7 p {
  margin:0;
}

.contact-row {
  margin-bottom: 1.5em;
}

div.wpcf7 img.ajax-loader[style*="visibility: hidden;"] {
    display: none;
}

div.wpcf7 img.ajax-loader[style*="visibility: visible;"] {
    display: block;
}

div.wpcf7-mail-sent-ok,
div.wpcf7-mail-sent-ng,
div.wpcf7-spam-blocked,
div.wpcf7-validation-errors,
span.wpcf7-form-control-wrap,
span.wpcf7-not-valid-tip {
  border: none;
  padding: 0;
  margin: 0;
  color: #fff;
}

div.wpcf7-validation-errors.wpcf7-response-output {
  margin: 30px auto 0;
  padding: 0;
  border: none;
  text-align: center;
}

span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 1em;
    font-weight: normal;
    display: block;
}

.wpcf7 .third-column {
  width: 31.33%;
  margin-right: 3%;
}

.two-forms-column input {
  width: 35% !important;
  float: left;
  margin-right: 10% !important;
}

.two-forms-column span:last-of-type input {
  margin-right: 0% !important;
}

body .wpcf7 input[type=submit] {
  /* width: 200px; */
  /* max-width: 200px; */
}

.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=phone],
.wpcf7 input[type=password],
.wpcf7 textarea {
}

.wpcf7 .half-column input[type=text],
.wpcf7 .half-column input[type=email],
.wpcf7 .half-column input[type=phone],
.wpcf7 .half-column input[type=password],
.wpcf7 .half-column textarea {
}




/*--SLICK--*/
.slick-slider:not(.slick-initialized) > div:first-of-type {
  display: block;
}

.slick-slider:not(.slick-initialized) > div {
  display: none;
}

.slick-dots {
  padding: 0 !important;
  text-align: right;
}

.slick-dots li {
  display: inline-block;
}

.slick-dots li.slick-active button {
  background: #fff;
}

.slick-dots li button {
  margin: 0;
  text-indent: -999px;
  overflow: hidden;
  margin-left: 12px;
  margin-top: 10px;
  padding: 0;
  background: #0A1839;
  height: 2px;
  width: 20px;
  border: none;
}

.slick-slide {
  position: relative;
}

.slick-prev,
.slick-next {
  color: #444349;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter:alpha(opacity=1);
  -moz-opacity:1;
  -khtml-opacity:1;
  opacity:1;
  height:50px;
/*   margin-top: -2%; */
  font-weight: normal;
  top: 50%;
  transform: translateY(-50%);
}
.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

.slick-prev:hover,
.slick-next:hover {
  background: transparent;
}

.slick-prev:before,
.slick-next:before {
  display: none;
}

.slick-prev:before {
  content: " ";
}

.slick-next:before {
  content: " ";
}




/*--GRID--*/
.center-container {
  position: absolute;
  top: 0;
  left:0;
  height:100%;
  width: 100%;
  max-height: 100%;
}

.center-elm-container {
  display: table;
  table-layout: fixed;
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
}

.center-elm { 
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  height: 100%;
}

.bottom-elem {
  display: table-cell;
  vertical-align: bottom;
}

.middle-align,
.v-align {
  vertical-align: middle;
}

.bottom-align {
  vertical-align: bottom;
}

.zero-section-block {
  z-index: 9;
  position: relative;
}

#main {/*min-height: calc(100vh - 260px);*/margin: 0;overflow: hidden;background: #F3F3F2;}

.no-max-width {
  max-width: none !important;
}

.no-top-bottom-padding {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.no-LR-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;  
} 

.full-width-section {
  padding: 150px 0;
  width: 100%;
}

.full-width {
  width:100%;
}

.full-width-padding {
  padding: 60px 0;
}

.two-column-text {
  -webkit-column-count: 2;
  -webkit-column-gap: 5em;
  -moz-column-count: 2;
  -moz-column-gap: 5em;
  column-count: 2;
  column-gap: 5em;              
}

.three-column-text {
  -webkit-column-count: 3;
  -webkit-column-gap: 5em;
  -moz-column-count: 3;
  -moz-column-gap: 5em;
  column-count: 3;
  column-gap: 5em;
}

.no-top-margin {
    margin-top:0 !important;
}

.no-bottom-margin {
    margin-bottom:0 !important;
}

.clear {
  clear:both;
}

.fadeIn {
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter:alpha(Opacity=100);
  -moz-opacity:1 !important;
  -khtml-opacity:1 !important;
  opacity:1 !important;  
}

::selection {
  background: #2b90d5;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #2b90d5;
  color: #fff;
  text-shadow: none;
}


body button.alt, 
body .button.alt, 
body input[type="button"].alt {background: transparent;color: #151514;border: 1px solid #151514;padding: 10px 40px 8px;line-height: 1;}

body button.alt:hover, 
body .button.alt:hover, 
body input[type="button"].alt:hover {
  background: #151514 !important;
  color: #fff !important;
}

body button, 
body .button, 
body input[type="button"] {font-family: "Special Elite", system-ui;display: table;font-size: 13px;font-style: normal;font-weight: 400;padding: 15px 43px 13px;border-radius: 0;letter-spacing: 0em;text-decoration: none;max-width: none;width: auto;float: none;vertical-align: top;text-align: center;line-height: 1;-webkit-appearance: none;-moz-appearance: none;appearance: none;background: #151514;color: #fff;font-size: 13px;font-style: normal;font-weight: 400 !important;
   /* 276.923% */letter-spacing: 4.5px;/* text-transform: uppercase; */text-rendering: optimizeLegibility;-webkit-font-smoothing: antialiased;}

h1.button {
  font-size: 24px;  
}

body button.lesspadding, 
body .button.lesspadding, 
body input[type="button"].lesspadding {padding: 12px 11px 9px;}


body button:hover, 
body .button:not(.nohover):hover, 
body input[type="button"]:hover {
  background: transparent;color: #151514;outline: 1px solid #151514;
}

select,
input[type=text],
input[type=email],
input[type=phone],
input[type=telephone],
input[type=password],
textarea {
  border:none;
  border-radius: 0;
  width: 100%;
  padding: 15px 0;
  margin: 0;
  resize: none;
  background: white;
  border: none;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 15px;
  padding-right: 15px;
}

input[type=date] {
  border-radius: 0;
  width: 100%;
  padding: 10px 12px 10px;
  margin: 0;
  resize: none;
  background: transparent;
  border: 1px solid #D9DEE1;
  box-sizing: border-box;
}

input[disabled] {
  background: transparent;
}

textarea,
textarea:focus {
  border: none;
  overflow: auto;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; 
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}

body input.big-button,
body button.big-button,
body a.big-button {
  font-size: 1.125em;
  font-weight: bold;
  padding: .75em 0;
}

a.thin-buttons,
button.thin-buttons {
  max-width: 150px;
}



/*-- FAST TRANSITION --*/
.homepage-thumb-grid div,
.homepage-thumb,
#global-footer,
#global-header,
#global-header *,
.button,
#global-nav,
#mobile-nav-button svg path {
-webkit-transition: all 350ms cubic-bezier(0.230, 1.000, 0.320, 1.000); 
   -moz-transition: all 350ms cubic-bezier(0.230, 1.000, 0.320, 1.000); 
     -o-transition: all 350ms cubic-bezier(0.230, 1.000, 0.320, 1.000); 
        transition: all 350ms cubic-bezier(0.230, 1.000, 0.320, 1.000); /* easeOutQuint */

-webkit-transition-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000); 
   -moz-transition-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000); 
     -o-transition-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000); 
        transition-timing-function: cubic-bezier(0.230, 1.000, 0.320, 1.000); /* easeOutQuint */

  transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1.000); /* easeInOutCubic */

  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000); /* easeInOutCubic */

}


/*-- SLOW TRANSITION --*/

{
-webkit-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
   -moz-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
     -o-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
        transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940); /* easeOutQuad */

-webkit-transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940);
   -moz-transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940);
     -o-transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940);
        transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940); /* easeOutQuad */
}

/*-- MEDIUM TRANSITION --*/

 {
-webkit-transition: all 300ms cubic-bezier(0.550, 0.085, 0.680, 0.530); 
   -moz-transition: all 300ms cubic-bezier(0.550, 0.085, 0.680, 0.530); 
     -o-transition: all 300ms cubic-bezier(0.550, 0.085, 0.680, 0.530); 
        transition: all 300ms cubic-bezier(0.550, 0.085, 0.680, 0.530); /* easeInQuad */

-webkit-transition-timing-function: cubic-bezier(0.550, 0.085, 0.680, 0.530); 
   -moz-transition-timing-function: cubic-bezier(0.550, 0.085, 0.680, 0.530); 
     -o-transition-timing-function: cubic-bezier(0.550, 0.085, 0.680, 0.530); 
        transition-timing-function: cubic-bezier(0.550, 0.085, 0.680, 0.530); /* easeInQuad */
}







/*--HEADER--*/

#announcement-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  text-align: center;
  background: #75777b;  
}

#announcement-bar h3 {
  color: #fff;
  padding: 9px 0;
  font-size: 16px;
}

#announcement-close {
  width: 16px;
  position: absolute;
  top: 50%;
  right: 13px;
  margin-top: -8px;
  cursor: pointer;
}

.has-announcement {
  padding-top: 215px;
}

.has-announcement #global-header {
  top: 48px;
}

.has-announcement {
  padding-top: 
}

.has-announcement #global-header {
  /* top: 48px; */
}


#global-header {width: 100%;position: relative;z-index: 999;padding: 0em 0;background: #F3F3F2;top: 0;left: 0;margin-bottom: 0;/* border-bottom: 2px solid #151514; */position: fixed;}
/*
body.admin-bar {
  
}

body.admin-bar #global-header {
  
}*/

.active-header #logo {width: 148px;margin-bottom: 22px;}

#global-header:not(.active-header) {
  border-bottom: 2px solid transparent;  
  background: rgba(243, 243, 242, 0);
}

#global-header.active-header {
  border-bottom: 2px solid #151514;  
  background: rgba(243, 243, 242, 1);
}

#logo {display: block;width: 242px;float: left;top: 0;position: relative;text-align: center;line-height: 0;padding: 0;margin: 22px 0 0 0;}

#full-word-mark-logo {
  display: none;
}

#global-header .full-word-mark-logo {
    opacity: 0;
    max-height: 0px;
}

#logo img,
#logo svg {width:  100%;height: auto;display: block;position: relative;transition-property: opacity !important;}

#global-nav {display: block;margin-top: 0;position: relative;padding: 0;position: fixed;top: 0;right: 2.5%;z-index: 999;}

#global-nav ul li  {display: inline-block;margin: 0;margin-right: 46px;line-height: 1;padding: 46px 0 0 0;position: relative;}

#global-nav ul ul {
  max-height: 0;
  /* max-height: 1000000em; */
  position: absolute;
  padding-top: 19px;
  /* top: 70px; */
  left: 0;
  width: 300px;
  text-align: left;
  overflow: hidden;
  background: #1E1D1E;
  margin-left: -2em;
}

#global-nav ul li:hover a + ul {
    padding-top: 36px;
    padding-bottom: 15px;
}

#global-nav ul li ul li {
    display: block;
    margin: 0;
    line-height: 1;
    padding: 10px 2em;
    position: relative;
    /* background: #fff; */
    margin-right: 0em;
}

#global-nav ul li li a {
  color: #fff;
}


#global-nav ul li:hover a + ul {
  max-height: 220px;
}

#global-nav ul ul {
  max-height:0;
  overflow: hidden;
}

#global-nav ul li li {
  padding: 0;
}

#global-nav ul li:last-of-type {
  margin-right: 0 !important;
}

#global-nav ul li a:before {content: '';
  position: relative;
  width: 32px !important;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  background: red;
  margin-right: 12px;
}

#global-nav ul li a:after {
    background-size: 100% 100% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background: red;
    position: absolute;
    width: calc(100% - 44px);
    height: 3px;
	bottom: 3px;
    right: 1px;
}

#global-nav ul li#menu-item-151.current_page_item a:after,
#global-nav ul li#menu-item-151 a:hover:after {
    content: '';
    background: url('assets/img/he-nav-residential2-line.svg');
}

#global-nav ul li#menu-item-149.current_page_item a:after,
#global-nav ul li#menu-item-149 a:hover:after {
  content: '';
  background: url('assets/img/he-nav-bespoke-line.svg');
}

#global-nav ul li#menu-item-148.current_page_item a:after,
#global-nav ul li#menu-item-148 a:hover:after {
  content: '';
  background: url('assets/img/he-nav-about-line.svg');
}

#global-nav ul li#menu-item-150.current_page_item a:after,
#global-nav ul li#menu-item-150 a:hover:after {
  content: '';
  background: url('assets/img/he-nav-contact-line.svg');
}


#global-nav ul li#menu-item-151 a:before {
  content: '';
  background: url('assets/img/menu-icon-residential.svg');
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

#global-nav ul li#menu-item-149 a:before {
  content: '';
  background: url('assets/img/menu-icon-bespoke.svg') !important;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}


#global-nav ul li#menu-item-148 a:before {
  content: '';
  background: url('assets/img/menu-icon-about.svg') !important;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

#global-nav ul li#menu-item-383 a:before {
  content: '';
  background: url('assets/img/menu-icon-shop.svg') !important;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

#global-nav ul li#menu-item-150 a:before {
  content: '';
  background: url('assets/img/menu-icon-contact.svg') !important;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}



#global-nav ul li a {font-size: 12px;line-height: 1;/* color: #fff; */font-family: "futura-pt";text-transform: uppercase;font-weight: bold;font-family: "Special Elite";font-size: 13px;font-style: normal;font-weight: 400;line-height: 36px; /* 276.923% */letter-spacing: 5px;line-height: 1;}

#global-nav ul li.current-page-ancestor a,
#global-nav ul li.current-menu-item a,
#global-nav ul .current_page_parent a,
#global-nav ul li a:hover,

#global-nav ul li.current-page-ancestor a,
#global-nav ul li.current-menu-item a,
#global-nav ul .current_page_parent a,
#global-nav ul li a:hover {/* color: #2B90D5; */text-decoration: none;}



/*--FOOTER--*/
#footer-logo img {
  width: 100px;
  position: relative;
  top: 2em;
  left: 1em;
}

#global-footer {width: 100%;text-align: left;position: relative;margin: 0;/* border-bottom: 1px solid; *//* background: #fff; */}

#global-footer a {/* text-decoration: underline; */}

#global-footer .social-container a {
  color: red;
  text-decoration: none;
  margin:0 .25em;
  font-size: 1.25em;
}

#global-footer a:hover {
  text-decoration: none;
}

#global-footer hr {
  /* margin: 4em 0 3em; */
}

#global-footer ul {
  display: block;
}

#global-footer ul li {
  display: block;
}

#global-footer ul li a {
  display: block;
}

.footer-polaroid {position: relative;width: 19.65%;display: inline-block;}

.footer-polaroid img {
  z-index: 2;
  position: relative;
}

.polaroid-image {position: absolute;top: 5.5%;left: 7%;width: 86%;height: 74%;z-index: 0;transform: none !important;}

.polaroid-container div:nth-child(1) {transform: rotate(-14.97deg);}

.polaroid-container div:nth-child(2) {transform: rotate(4.79deg);top: 14.45px;left: -10px;}

.polaroid-container div:nth-child(3) {transform: rotate(-7.12deg);left: -20px;top: -15px;}

.polaroid-container div:nth-child(4) {transform: rotate(14.93deg);top: 30px;left: -40px;z-index: 1;}

.polaroid-container div:nth-child(5) {transform: rotate(-8.68deg);z-index: 0;left: -50px;top: -6px;}



/*--SIGNUP--*/
#signup-newsletter {
  top: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);

  position: fixed;
  z-index: 999999;
  text-align: center;
  /*display: none; */
  width: 800px;
  height: auto;
  overflow: hidden;
  background: #fff;
}

.close-popupx {
  text-align: center;
  margin-top: 15px !important;
}

#signup-newsletter .response {
  margin-top: 15px;
}

#signup-newsletter .inner {
  padding: 30px 0;
}

#signup-newsletter-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.75);
  z-index: 99999;
  /*display: none;*/
}

#signup-newsletter input[type=email] {
  position: relative;
  margin: 0 auto 40px;
  background: #fff;
  font-size: 19px;
  color: #151514;
  border: 2px solid #151514;
  width: 75%;
  font-style: italic;
  letter-spacing: .2em;
  padding: 0 0 10px 0;
  font-family: 'Open Sans Condensed', sans-serif;
}

#signup-newsletter input[type=submit] {
  position: relative;
}

#signup-newsletter ::-webkit-input-placeholder {
  color: #151514;
  text-transform: uppercase;
}

#signup-newsletter :-moz-placeholder {
  color: #151514;
  text-transform: uppercase;
}

#signup-newsletter ::-moz-placeholder {
  color: #151514;
  text-transform: uppercase;
}

#signup-newsletter :-ms-input-placeholder {
  color: #151514;
  text-transform: uppercase;
}

#signup-newsletter .close {
  margin-bottom: 0;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  line-height: 1;
}


/*--ANNOUNCEMENT--*/
#announcement-close {
  position: absolute;
  top: 50%;
  margin-top: -11px;
  left: 29px;
  cursor: pointer;
}

body:not(.has-announcement) {
  padding-top: 129px;
}

body.has-announcement {
  padding-top: 108px;
}

body.has-announcement #global-header {
  top: 41px;
}

body.has-announcement .nav-dropdown.active {
/*body.has-announcement .desktop-header-dropdown.active,*/
/*body.has-announcement #shop-dropdown.active {*/
  top: 108px !important;
  top: 125px !important;
}

#announcement-banner.expand-banner .inner {
  cursor: pointer;
}

.expand-announcement-btn {
  cursor: pointer;
}

.expanded-announcement.active {
  max-height: 100vh;
  overflow-y: scroll;
  box-sizing: border-box;  
}

.expanded-announcement {
  position: fixed;
  top: 41px;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 0px;
  overflow: hidden;
  z-index: 99999999;
  background: #FF0000;
  color: #fff;
  background: #151514;
}

.expanded-announcement .inner {
  padding: 50px 0;
}

.the-announcement {
  font-size: 16px;
  line-height: 1.65;
}

.expanded-announcement .close-expand-announcement {
    width: auto;
    display: table !important;
    margin-top: 20px;
    min-width: 150px;
    cursor: pointer;
    margin: 20px auto !important;
}

#announcement-banner {
  background: #ff0005;
  background: #151514;
  text-align: center;
  font-size: 12px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
}

#announcement-banner .inner {
  padding: 16px 0 13px;
  max-width: calc(100% - 100px);
  margin: 0 auto;
    line-height: 1;
    color: #fff;
    letter-spacing: .1em;
}



/*--BLUEIMP GALLERY--*/
html .blueimp-gallery > .close, html button.close {
  transform:rotate(0deg);
}

html .blueimp-gallery > .close:hover, html button.close:hover {
  transform:rotate(90deg);
  background: transparent;
  left: initial;
  border: none;
  box-shadow: none;
  top: 2em;
}

body.single-portfolio {
  overflow: visible !important;
}

.btn-default,
.modal-footer .btn+.btn {
  background-color: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 3em;
}

.modal-header .close {
    top: 0;
    left: 0;
}

html .blueimp-gallery > .close,
html button.close {
  z-index: 99999999;
  top: unset !important;bottom: 20px !important;
  right: 2em;
  position: fixed;
  border: none;
  appearance: none;
  background: transparent;
  color: #151514;
  border-radius: 0;
  line-height: 1;
  font-size: 2em;
  cursor: pointer;
  height: 40px;
  width: 40px;
  
  display: block;
  text-shadow: none;
  box-shadow: none;
  left: initial;
  transform-origin: 50% 50%;
padding: 0;opacity: 1;}

html .blueimp-gallery>.prev,
html .blueimp-gallery>.next {
    height: auto;
    width: auto;
    border: none;
    text-shadow: none;
    opacity: 1;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    display: block;
    background: none;
    margin: 0;
    color: #151514;
    border: none;
    box-shadow: none;
    width: 40px;
    height: 40px;
    border-radius: 0;
}

html .blueimp-gallery>.prev:active,
html .blueimp-gallery>.prev:focus,
html .blueimp-gallery>.prev:hover,
html .blueimp-gallery>.prev {
  left: 2%;
  top: 50%;
  transform: translateY(-50%);
  
  border: none;
  box-shadow: none;  
  background: https://cdn.shopify.com/s/files/1/0550/6819/7015/t/2/assets/redhalftone-arrow-left.png);
  background-size: 100%;
  background-repeat: no-repeat;  
 }

html .blueimp-gallery>.next:active,
html .blueimp-gallery>.next:focus,
html .blueimp-gallery>.next:hover,
html .blueimp-gallery>.next {
  right: 2%;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  box-shadow: none;
  left: initial;
  background: https://cdn.shopify.com/s/files/1/0550/6819/7015/t/2/assets/redhalftone-arrow-right.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
}

html .blueimp-gallery>.prev:hover {/* top: initial; */}

html .blueimp-gallery>.next:hover {

}

.blueimp-gallery>.close, .blueimp-gallery>.next, .blueimp-gallery>.play-pause, .blueimp-gallery>.prev, .blueimp-gallery>.slides>.slide>.slide-content {
    background: transparent;
}


.blueimp-gallery {
  background: rgba(255,255,255,.95);
  /* background: url(redhalftone-bg-pattern-white_invert.png); */
  background-size: 130px;
}

.modal-content {
/*  padding-bottom: 0;
  border: none;
  background: transparent;
  background-color: transparent;
  position: relative;
  display: table;
  table-layout: fixed;
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  overflow: visible;*/
}

.modal.in .modal-dialog {
/*  z-index: 0;
  position: relative;
  background: transparent;
  background-color: transparent;
  max-width: 100%;
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow: hidden;
  padding:0;*/
}

.blueimp-gallery .modal-body {
    /* position: absolute; */
    width: 100%;
    height: 100%;
    z-index: 9999;
    padding: 0;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.blueimp-gallery .modal-body img {
  /*height: 1000px;*/
  /*width: 1000px;*/
  /*padding-left: 0px;*/
  /*max-width: 1000px;*/
  /*display: block;*/
  /*margin: 0 auto;*/
  /*position: relative;*/
  /*z-index: 9999;*/
  /* background: url(dot-pattern.jpg); */
  /*background-repeat: repeat;*/
  /*background-size: 211px;*/
  /* outline: 1px solid; */
}
.blueimp-gallery .image-shadow {
  display: none !important;
/*  background: red;
  height: 1070px;
  width: 1000px;
  max-width: 1000px;
  max-height: 1000px;
  top: 50%;
  left: 50%;
  position: absolute;
  margin-top: -500px;
  margin-left: -500px;
  z-index: -999999999999;
  display: block;*/
}

#blueimp-gallery .slides {
  height: calc(100% - 150px);
}

#blueimp-footer {
  height: 150px;
text-align: center;}

#blueimp-footer .title {
  margin-bottom: 10px;
margin-top: 10px;}

#blueimp-footer .desc {
  position: ;
}




/*
2.35:1  /  42.5531914893617%
padding-bottom: 42.5531914893617%;

16:9    /  56.25% 
padding-bottom: 56.25%;

4:3     /  75% 
padding-bottom: 75%;

3:2     /  66.66% 
padding-bottom: 66.66%;

8:5     /  62.5%
padding-bottom: 62.5%;
*/


.rotatevar-1 {
  transform: rotate(-3.28deg);
}

.rotatevar-2 {
  transform: rotate(1.48deg);
}

.rotatevar-2 .inner {transform: rotate(-1.48deg);top: 4px;position: relative;}


.IG.polaroid-container {position: relative;left: 20px;}

.he-tagline {text-transform: uppercase;position: relative;top: 2px;}


/*--HOMEPAGE--*/
#project-feed article:first-of-type hr {
  display: none;
}


.homepage-thumb-grid:hover div,
.project-item .homepage-thumb:hover,
.project-item a:hover img {
    filter: none;
    -webkit-filter: grayscale(0%);
    -moz-filter:    grayscale(0%);
    -ms-filter:     grayscale(0%);
    -o-filter:      grayscale(0%);
}

.project-item .homepage-thumb,
.project-item a img {
    filter: none;
    -webkit-filter: grayscale(100%);
    -moz-filter:    grayscale(100%);
    -ms-filter:     grayscale(100%);
    -o-filter:      grayscale(100%);
}

.flex {
	display: flex;
}

.ratio-1x1 {
	aspect-ratio: 1 / 1;	
}


.ratio-3x2 {
	aspect-ratio: 3 / 2;	
}

.ratio-4x5 {
	aspect-ratio: 4 / 5;	
}

.ratio-2x3 .inner {
	aspect-ratio: 1.97 / 3;
}

.homepage-thumb {
/* 	height: 320px; */
}


.homepage-thumb {
/* 	height: 320px; */
}

.homepage-thumb.x.col-8 {
	aspect-ratio:
}

.homepage-thumb.x.col-4 {
	aspect-ratio:
}

.customgrid-thumb {
	height: 600px;
}


@media all and (max-width: 1600px) {

}


@media all and (max-width: 1400px) {

}


@media all and (max-width: 1181px) {

  #wpadminbar {
    display: none !important; 
  }

	body {font-size: 14px;line-height: 23px;}

  .h1.xl, h1.xl {
    font-size: 35px;
  }
	
  h1.button {font-size: 19px !important;}

  .h1,
	h1 {font-size: 20px;line-height: 1.45;letter-spacing: 4px;}
	
  .h2,
	h2 {
    font-size: 10px;
  }
	
	.h3,
  h3 {
	  font-size: ;
	}
	
	.h4,
  h4 {
    font-size: ;
  }

  .h5,
  h5 {
    font-size: ;
  }

  .h6,
  h6 {
    font-size: ;
  }

  body button,
  body .button,
  body input[type="button"] {font-size: 12px;padding: 12px 22px;letter-spacing: 3.5px;}

  #logo {width: 180px;}

  .active-header #logo {
    width: 125px;
    margin-bottom: 15px;
  }

  

  #global-nav ul li {margin-right: 20px;}
  #global-nav ul li a {font-size: 10px;}

  #global-nav ul li a:before {width: 23px !important;height: 23px !important;}

  body button.lesspadding, body .button.lesspadding, body input[type="button"].lesspadding {padding: 11px 14px 8px;letter-spacing: 3px;}
  
  /*--SLICK--*/
  .slick-prev,
  .slick-next {

  }

  .slick-prev {
    left: 
  }

  .slick-next {
    right: 
  }


  /*--HEADER--*/
  #mobile-nav-button {
    
  }

  #logo img {
    margin: 0 auto;
    image-rendering: auto;
  }

  

  /*--FOOTER--*/

}

@media all and (max-width: 930px) {

  

  body {
    font-size: ;
  }
  
  h1 {
    font-size: ;
  }
  
  h2 {
    font-size: ;
  }
  
  h3 {
    font-size: ;
  }
  
  h4 {
    font-size: ;
  }

  h5 {
    font-size: ;
  }

  h6 {
    font-size: ;
  }

  body button,
  body .button,
  body input[type="button"] {
    font-size: ;
  }

  select,
  input[type=text],
  input[type=email],
  input[type=tel],
  input[type=phone],
  input[type=telephone],
  input[type=password],
  textarea {
    padding: 9px 16px;
    font-size: 14px;
  }  
  
  

  /*--SLICK--*/
  .slick-prev,
  .slick-next {

  }

  .slick-prev {
    left: 
  }

  .slick-next {
    right: 
  }


  /*--HEADER--*/


  /*--FOOTER--*/
  .footer-contact h2 {letter-spacing: .1755em;}

  .footer-contact .button {padding-left: 8px !important;padding-right: 5px !important;font-size: 10px;}

  #mobile-nav-button { display: block !important; color: #fff;background: transparent;font-weight: normal;text-align: center;/* float: left; */padding: 0;top: 34px;right: 28px;/* top: 0; *//* right: 140px; */position: fixed;/* outline: 1px solid red !important; */width: 32px;height: 22px;}

  #mobile-nav-button svg path {
    position: relative;
    -ms-transform-origin: 100% 100%; /* IE 9 */
    -webkit-transform-origin: 50% 50%; /* Safari and Chrome */
    -moz-transform-origin: 100% 100%; /* Firefox */
    -o-transform-origin: 100% 100%; /* Opera */
  }

  #mobile-nav-button:hover .bar:after,
  #mobile-nav-button:hover .bar:before,
  #mobile-nav-button:hover .bar {
/*     background: #FF5500; */
  }

  #mobile-nav-button svg path {
    position: relative;
    display: block;
  }

  #mobile-nav-button svg path {
    position: absolute;
  }

  #mobile-nav-button svg path:first-of-type {
    top: 8px;
    position: relative;
    left: 0;
  }

  #mobile-nav-button svg path:last-of-type {
    top: -8px;
    left: 0;
  }

  #mobile-nav-button.active-mobile-nav-button svg path:last-of-type {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 0px;
    opacity: 0;
    transform: rotate(360deg);
  }

  #mobile-nav-button.active-mobile-nav-button svg path:first-of-type {
  -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: translate(6px, 7px) rotate(310deg);
    top: 0px;
  }

  #mobile-nav-button.active-mobile-nav-button svg path.middle {
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
  }

  #global-nav,
  #global-nav .menu-header-container {
    position: fixed;
    margin-top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f0f0f0;
    z-index: 99;
    display: block;
    overflow: hidden;
  }

  #global-nav {max-height: 0;display: block !important;transition-property: opacity;opacity: 0;}

  #global-nav.active-mobile-nav {top: 0px !important;z-index: 99;max-height: 5000px;overflow: visible;opacity: 1;}

  #global-nav ul {margin: 0;padding: 0;width: 100%;/* height: 100%; */margin-top: 90px;}

  #global-nav  li {
    width: 80%;
    margin: 0 auto 2em;
    display: block;
    width: 100%;
    margin: 0 auto 2em;
    text-align: center;
  }

  #global-nav a {
    width: 100%;
    /* text-align: left; */
    display: block;
    font-size: 2em;
    text-transform: uppercase;
    line-height: 1;
    color: #151514;
    font-weight: bold;
  }

  #global-nav .dropdown-social {
    text-align: center;
  }

  #global-nav .dropdown-social a {
    display: inline-block;
    width: auto;
    margin: 0 .45em;
    font-size: 1.25em;
  }

  #global-header {
    height: ;
  }

  .home #global-header #logo {
    padding-top: 115px;
  }

  #global-header #logo {width: 229px;margin: 0px auto !important;float: none;padding-top: 50px;position: relative;}

  #global-nav li a {
    font-size: ;
  }

  #global-header.active-header #logo {padding: 31px 0;margin: 0 !important;}

  #global-header .blackbg-lgoo {/* display: block !important; */opacity: 1;max-height: 400px;}

  #global-header .full-word-mark-logo {opacity: 0;max-height: 0px;}

  #global-header.active-header .blackbg-lgoo {/* display: none !important; */opacity: 0;max-height: 0px;}

  #global-header.active-header .full-word-mark-logo {opacity: 1;max-height: 400px;}

  #global-header.active-header {
    border-bottom: 0px;
  }

  .mobile-nav-active-body #global-header #logo svg {
    opacity: 0 !important;
    max-height: 0px;
  }

  #global-nav ul li a:before {width: 35px !important;height: 35px !important;display: block;margin: 0 auto 20px;}

  #global-nav ul li {margin-right: 0;padding-top: 0;padding-bottom: 50px;}

  #global-nav ul li a {font-size: 13px;}

  #global-nav ul li.current_page_item {
/*     text-decoration: underline; */
  }

  .he-tagline {text-transform: uppercase;text-align: center;display: block !important;}
  
  .he-icon {width: 39px;height: auto !important;top: 0px;position: relative;margin: 0 auto 20px !important;display: block !important;}

    #global-nav ul li a {
        position: relative;
        display: table;
        width: auto;
        margin: 0 auto;
    }  
    
    #global-nav ul li a:after {
        background-size: 100% 100% !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
        background: red;
        position: absolute;
        width: 100%;
        height: 3px;
        bottom: -8px;
        right: 2px;
    }
  



}

@media all and (max-width: 675px) {

}



@media all and (max-width: 480px) {

  {
    width:100%;
    margin:0;
    float: none;
  }
  
  body:not(.has-announcement) {
    padding-top: 237px !important;
  }
	
  body {
    font-size: ;
  }
  
  .sm-h1,
  .h1,
  h1 {
    font-size: ;
  }
  
  .sm-h2,
  .h2,
  h2 {font-size: 12px;letter-spacing: 2px;}
  
  .h3,
  h3 {
    font-size: ;
  }
  
  .h4,
  h4 {
    font-size: ;
  }

  .h5,
  h5 {
    font-size: ;
  }

  .h6,
  h6 {
    font-size: ;
  }

  .h1.xl, h1.xl {
    font-size: 22px;
  }

  body button,
  body .button,
  body input[type="button"] {font-size: 12px;padding: 12px 14px;}


  select,
  input[type=text],
  input[type=email],
  input[type=phone],
  input[type=telephone],
  input[type=password],
  textarea {
    font-size: ;
  }
  


  /*--SLICK--*/
  .slick-prev,
  .slick-next {

  }

  .slick-prev {
    left: 
  }

  .slick-next {
    right: 
  }


  /*--HEADER--*/
  #mobile-nav-button {
    /* display: block !important; */color: #fff;background: transparent;font-weight: normal;text-align: center;/* float: left; */padding: 0;top: 34px;right: 28px;/* top: 0; *//* right: 140px; */position: fixed;/* outline: 1px solid red !important; */width: 32px;height: 22px;}

  #mobile-nav-button svg path {
    position: relative;
    -ms-transform-origin: 100% 100%; /* IE 9 */
    -webkit-transform-origin: 50% 50%; /* Safari and Chrome */
    -moz-transform-origin: 100% 100%; /* Firefox */
    -o-transform-origin: 100% 100%; /* Opera */
  }

  #mobile-nav-button:hover .bar:after,
  #mobile-nav-button:hover .bar:before,
  #mobile-nav-button:hover .bar {
/*     background: #FF5500; */
  }

  #mobile-nav-button svg path {
    position: relative;
    display: block;
  }

  #mobile-nav-button svg path {
    position: absolute;
  }

  #mobile-nav-button svg path:first-of-type {
    top: 8px;
    position: relative;
    left: 0;
  }

  #mobile-nav-button svg path:last-of-type {
    top: -8px;
    left: 0;
  }

  #mobile-nav-button.active-mobile-nav-button svg path:last-of-type {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 0px;
    opacity: 0;
    transform: rotate(360deg);
  }

  #mobile-nav-button.active-mobile-nav-button svg path:first-of-type {
	-ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: translate(6px, 7px) rotate(310deg);
    top: 0px;
  }

  #mobile-nav-button.active-mobile-nav-button svg path.middle {
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
  }

  #global-nav,
  #global-nav .menu-header-container {
    position: fixed;
    margin-top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f0f0f0;
    z-index: 99;
    display: block;
    overflow: hidden;
  }

  #global-nav {max-height: 0;display: block !important;transition-property: opacity;opacity: 0;}

  #global-nav.active-mobile-nav {top: 0px !important;z-index: 99;max-height: 5000px;overflow: visible;opacity: 1;}

  #global-nav ul {margin: 0;padding: 0;width: 100%;/* height: 100%; */margin-top: 90px;}

  #global-nav  li {
    width: 80%;
    margin: 0 auto 2em;
    display: block;
    width: 100%;
    margin: 0 auto 2em;
    text-align: center;
  }

  #global-nav a {
    width: 100%;
    /* text-align: left; */
    display: block;
    font-size: 2em;
    text-transform: uppercase;
    line-height: 1;
    color: #151514;
    font-weight: bold;
  }

  #global-nav .dropdown-social {
    text-align: center;
  }

  #global-nav .dropdown-social a {
    display: inline-block;
    width: auto;
    margin: 0 .45em;
    font-size: 1.25em;
  }

  #global-header {
    height: ;
  }

  .home #global-header #logo {
    padding-top: 115px;
  }

  #global-header #logo {width: 229px;margin: 0px auto !important;float: none;padding-top: 50px;position: relative;}

  #global-nav li a {
    font-size: ;
  }

  #global-header.active-header #logo {padding: 31px 0;margin: 0 !important;}

  #global-header .blackbg-lgoo {/* display: block !important; */opacity: 1;max-height: 400px;}

  #global-header .full-word-mark-logo {opacity: 0;max-height: 0px;}

  #global-header.active-header .blackbg-lgoo {/* display: none !important; */opacity: 0;max-height: 0px;}

  #global-header.active-header .full-word-mark-logo {opacity: 1;max-height: 400px;}

  #global-header.active-header {
    border-bottom: 0px;
  }

  .mobile-nav-active-body #global-header #logo svg {
    opacity: 0 !important;
    max-height: 0px;
  }

  #global-nav ul li a:before {width: 35px !important;height: 35px !important;display: block;margin: 0 auto 20px;}

  #global-nav ul li {margin-right: 0;padding-top: 0;padding-bottom: 50px;}

  #global-nav ul li a {font-size: 13px;}

  #global-nav ul li.current_page_item {
/*     text-decoration: underline; */
  }

  .he-tagline {text-transform: uppercase;text-align: center;display: block !important;}
  
  .he-icon {width: 39px;height: auto !important;top: 0px;position: relative;margin: 0 auto 20px !important;display: block !important;}

    #global-nav ul li a {
        position: relative;
        display: table;
        width: auto;
        margin: 0 auto;
    }  
    
    #global-nav ul li a:after {
        background-size: 100% 100% !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
        background: red;
        position: absolute;
        width: 100%;
        height: 3px;
        bottom: -8px;
        right: 2px;
    }
  
  /*--FOOTER--*/
  #global-footer {

  }

  .footer-polaroid {position: relative;width: 118px;display: inline-block;}

  .polaroid-image {position: absolute;top: 5.5%;left: 7%;width: 86%;height: 74%;z-index: 0;transform: none !important;}

  .polaroid-container div:nth-child(1) {transform: rotate(196);z-index: 0;}

  .polaroid-container div:nth-child(2) {transform: rotate(14.79deg);top: 34.45px;left: -20px;z-index: 1;}

  .polaroid-container div:nth-child(3) {transform: rotate(-7.12deg);left: unset;top: 35px;right: 20px;z-index: 0;position: absolute;}

  .polaroid-container div:nth-child(4) {transform: rotate(-2deg);top: -10px;left: 40px;z-index: 1;}

  .polaroid-container div:nth-child(5) {transform: rotate(3.32deg);z-index: 1;left: 55px;top: -14px;}



  #announcement-banner .inner {
       line-height: 1.5;
     max-width: calc(100% - 30px);
  }

  .IG.polaroid-container {
    position: relative;
    left: 20px;
  }

  .sm-center-button {
    margin-left: auto;
    margin-right: auto;
    left: -10px;
    position: relative;
  }

  .sm-center-elem {
    margin-left: auto;
    margin-right: auto;
    left: -10px;
    position: relative;
  }

  .sm-no-float {
    float: none !important;
  }

  .sm-less-button-padding {/* padding-left: 6px !important; *//* padding-right: 6px !important; */}

  .contact-container {
    font-size: ;
  }

  .footer-contact .button {padding-left: 8px !important;padding-right: 5px !important;font-size: 12px;margin: 0 auto !important;display: table !important;}

  .footer-contact h2 {text-align: center;margin: 15px auto 0 !important;display: block !important;font-size: 12px;}

  .copyright {line-height: 1.65;}

  #project-feed article:first-of-type .inner {
    padding-top: 0 !important;
  }
  
  .homepage-thumb.x {
    height: 180px;
  }
  
  .homepage-thumb.x.col-12 {
    height: 270px;
  }  
  
  .project-item:hover .homepage-thumb {
    filter: none;
    -webkit-filter: grayscale(0%);
    -moz-filter:    grayscale(0%);
    -ms-filter:     grayscale(0%);
    -o-filter:      grayscale(0%);
  }
  
    .customgrid-thumb {
       height: 280px;
	}
}