/*
Theme Name:     Kofskis Coming Soon | 2018
Description:    Master UE Build
Development:	  Untitled Era LLC
Author URI:     http://untitledera.com
Template:       twentyseventeen
Version:        2.2
*/

/*
@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;
}


#wpadminbar {
  display: none !important;
  z-index: 99999999;
}

html,
body {

}

html {
  color:#000;
  width: 100%;
  padding: 0;
  margin: 0;
}

body {
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: 400;
  line-height: 1.85;
  position: relative;
  display: block;
  min-height: calc(100vh - 260px);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

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 {
  margin:0;
  padding:0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  color: #000;
  font-family: 'Cormorant Garamond';
  text-transform: uppercase;
}

h1 {
  font-size: 36px;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1;
}

h2 {
  font-size: 32px;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1.25;
}

h3 {
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1.25;
}

h4 {
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1.65;
  font-family: 'Roboto';
  text-transform: none;
}

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

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;
  outline: 0 !important;
  background:none;
}

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

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

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

.entry-content a {
  color: #aa1e00;
  text-decoration: none;
}

.entry-content a:hover {
  color:inherit;
}

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

.border {
  border: 2px solid #87898c;  
}

.text-shadow {
  text-shadow: 1px 1px 1px rgba(0,0,0,.45);
}

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;
}

.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: #000;
  border:none !important;
  margin: 4em 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;
}






.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 {
  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;
}



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] {
  
  
}

.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=phone],
.wpcf7 input[type=password],
.wpcf7 textarea {
  padding: .7em 2.5%;
  width: 95%;
  margin-bottom: 0;
  border: 2px solid #000 !important;
  outline: none !important;
}

.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 {
  padding: .7em 2.5%;
  width: 95%;
}




.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;
  outline: none !important;
}

.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;

  font-weight: normal;
  top: 34%;
}
.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: " ";
}




.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;
}

.no-banner {
  padding-top:40px;
}

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

#page-content {
  margin: 0;
  overflow: hidden;
  background: #fff;
}

#page-content a:not(.button) {
	font-weight: bold;
}

#page-content a:not(.button):hover {
	color: #219592 !important;
}

.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, 
body .button, 
body input[type="button"] {
  
  display: table;
  font-size: 1em;
  padding: 8px 20px;
  font-weight: normal;
  border-radius: 0;
  
  letter-spacing: 0em;
  display: table;
  max-width: none;
  width: auto;
  margin: 0 auto;
  float: none;
  vertical-align: top;
  text-align: center;
  line-height: 1;
  outline: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-decoration: none;
  padding: 16px 25px;
  background: #219592;
  color: #fff;
  font-size: 1em;
  font-weight: 300;
  letter-spacing: .08em;
  border: 1px solid #219592;
}


#newsletter-form-container button:hover,
#newsletter-form-container input[type=submit]:hover,
body button:hover, 
body .button:hover, 
body input[type="button"]:hover {
  background: transparent;
  color: #219592;
  border: 1px solid #219592 !important;
}

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;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 15px;
  padding-right: 15px;
  outline: none !important;
}

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

input[disabled] {
  background: transparent;
}

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

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;
}



#page-content a,
.button,
button,
input[type=submit],
#estate-popup,
#estate-popup-overlay,
.image-title-hover,
#mobile-global-nav,
#mobile-nav-button .bar,
#mobile-nav-button .bar:after,
#mobile-nav-button .bar:before {
-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); 

-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); 
}



{
-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); 

-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); 
}


 {
-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); 

-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); 
}







#global-header {
  width: 100%;
  position: relative;
  z-index: 999;
  padding: 0em 0;
  background: #fff;
  top: 0;
  left: 0;
  margin-bottom: 0;
  
  
}


#logo {
  display: block;
  width: 280px;
  float: none;
  top: 0;
  position: relative;
  text-align: center;
  line-height: 0;
  padding: 0;
  margin: 20px auto;
}

#desktop-global-nav {
  display: block;
  float: right;
  margin-top: 0;
  position: relative;
  padding: 0;
  
}

#desktop-global-nav ul li  {
  display: inline-block;
  margin: 0 0 0 0.875em;
  line-height: 1;
  padding: 1.55em 0;
  position: relative;
}

#desktop-global-nav ul li a {
  font-size: 0.75em;
  line-height: 1;
  color: #9B9C9E;
  font-weight: normal;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
}

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

#desktop-global-nav ul li.current-page-ancestor a,
#desktop-global-nav ul li.current-menu-item a,
#desktop-global-nav ul .current_page_parent a,
#desktop-global-nav ul li a:hover {
  color: #2B90D5;
}



.location-container {
  border-right: 1px solid #525252;
}

.location-container:last-of-type {
  border-right: none;
}

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

#global-footer {
  background: #E6F3F3;
  width: 100%;
  text-align: left;
  position: relative;
  padding: 75px 0 35px;
  margin: 0;
  outline: none;
  font-size: 12px;
}

#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 {
}

#global-footer ul {
  display: block;
}

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

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



#signup-newsletter {
  top: 50%;
  left: 50%;
  margin-left: -300px;
  margin-top: -300px;
  position: fixed;
  z-index: 999999;
  text-align: center;
  width: 800px;
  height: auto;
  overflow: hidden;
  background: #fff;
}

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

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

#signup-newsletter input[type=email] {
  position: relative;
  margin: 0 auto 40px;
  background: #fff;
  font-size: 19px;
  color: #000;
  border: 2px solid #000;
  width: 75%;
  font-style: italic;
  letter-spacing: .2em;
  outline: none !important;
  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: #000;
  text-transform: uppercase;
}

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

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

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

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



.home {
  
}





.page-id-5 {

}





#CONTACTmap,
#location-map {
  height: 400px;
  position: relative;
  display: block;
}


#estate-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background: rgba(255,255,255,.5);
  z-index: 999;
  background: rgba(0,0,0,0.8);
  left: -200vh;
  transition-property: opacity !important;
  -webkit-transition-property: opacity !important;
  -moz-transition-property: opacity !important;
}

#estate-popup .close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 999;
  cursor: pointer;
}

#estate-popup .right,
#estate-popup .left {
  position: absolute;
  top: 50%;
  float: none;
  margin-top: -10px;
  z-index: 999;
  cursor: pointer;
  width: 13px;
}

#estate-popup .left {
  left: 20px;
}

#estate-popup .right {
  right: 20px;
}

#estate-popup {
  position: fixed;
  top: 100px;
  left: 50%;
  width: 1200px;
  background: #fff;
  z-index: 9999;
  left: -100vh;
  transition-property: opacity !important;
  -webkit-transition-property: opacity !important;
  -moz-transition-property: opacity !important;
  opacity: 0;
}

#estate-popup-overlay.active {
  left: 0vh;
}

#estate-popup.active {
  left: 50%;
  margin-left: -600px;
  opacity: 1;
}

#estate-popup .inner {
  position: relative;
  padding: 60px 60px 0px;
}

#estate-popup .feat-image {
  position: relative;
  width: 100%;
  height: 700px;
  max-height: 50vh;
}

#estate-popup .feat-desc {
  text-align: center;
  padding: 35px 0;
  min-height: 33px;
}


.mason-item .inner {
  position: relative;
}

.image-title-hover {
	text-transform: uppercase;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  background: rgba(255,255,255,.8);
  font-size: 14px;
  line-height: 1.5;
  opacity: 0;
}

.mason-item {
  cursor: pointer;
}

.mason-item:hover .image-title-hover {
  opacity: 1;
}

#newsletter-form-container {
  margin: 0 auto;
}

#newsletter-form-container form {
  position: 
}

#newsletter-form-container input[type=email] {
  border: 1px solid #219592;
  width: calc(100% - 170px);
  box-sizing: border-box;
  padding: 13px 10px;
  font-size: 1em;
  color: #000;
  font-family: 'Roboto';
  height: 44px;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  border-radius: 0;
  box-shadow: none;
}

#newsletter-form-container button,
#newsletter-form-container input[type=submit] {
  width: 170px;
  background: #219592;
  padding: 14px 0;
  display: inline-block;
  margin-left: -1px;
  font-size: 1em;
  color: #fff;
  letter-spacing: .05em;
  font-weight: 300;
  border: none;
  height: 44px;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1;
  outline: none !important;
  position: absolute;
  top: 0;
  right: 1px;
  z-index: 999;
  border-radius: 0;
}

div.ctct-form-embed form.ctct-form-custom .ctct-form-errorMessage {
  position: absolute;
  top: 47px;
  font-size: 12px !important;
}

div.ctct-form-embed form.ctct-form-custom label.ctct-form-label {
  display: none !important;
}

div.ctct-form-embed div.ctct-form-defaults {
  padding: 0 !important;
}

div.ctct-form-embed div.ctct-form-defaults h2.ctct-form-header {
  font-family: 'Cormorant Garamond' !important;
  text-transform: uppercase;
  font-weight: bold !important;
  font-size: 36px !important;
  letter-spacing: 0 !important;
  color: #000 !important;
}

.grecaptcha-badge,
.ctct-form-footer {
  display: none !important;
}

.ctct-form-text {
    font-family: 'Roboto' !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    color: #000 !important;
}

.hp-desc img {
	max-width: 100%;
	height: auto !important;
	width: 100%;
}


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

}


@media all and (max-width: 1300px) {
  #estate-popup {
    width: 800px;
  }

  #estate-popup.active {
    margin-left: -400px;
  }
}


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


	body {
    font-size: 16px;
 }
	
	h1 {
	  font-size: 32px;
	}
	
	h2 {
	  font-size: ;
	}
	
	h3 {
	  font-size: 18px;
	}
	
	h4 {
    font-size: 14px;
  }

  h5 {
    font-size: ;
  }

  h6 {
    font-size: ;
  }

  .no-banner {
    padding-top: ;
  }


  .slick-prev,
  .slick-next {

  }

  .slick-prev {
    left: 
  }

  .slick-next {
    right: 
  }


  #logo {
    width: 200px;
  }
  
  #mobile-nav-button {
    
  }

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

  #mobile-nav-button {
    display: block !important;
    color: #fff;
    background: transparent;
    font-weight: normal;
    text-align: center;
    float: left;
    padding: 0;
    top: 10px;
    right: 0px;
    position: absolute;
    width: 20px;
    height: 34px;
    height: auto;
  }

  #mobile-nav-button .bar {
    background: #000;
    width: 100%;
    height: 2px;
    position: relative;
    left: 0;
    top: 0;
    margin-left: 0;
    margin: 0 auto;
    -ms-transform-origin: 100% 100%; 
    -webkit-transform-origin: 50% 50%; 
    -moz-transform-origin: 100% 100%; 
    -o-transform-origin: 100% 100%; 
  }

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

  #mobile-nav-button .bar,
  #mobile-nav-button .bar:after,
  #mobile-nav-button .bar:before {
    width: 100%;
    height: 1px;
    position: relative;
    display: block;
  }

  #mobile-nav-button .bar:after,
  #mobile-nav-button .bar:before {
    position: absolute;
  }

  #mobile-nav-button .bar:after {
    content: ' ';
    background: #000;
    top: 8px;
    position: relative;
    left: 0;
  }

  #mobile-nav-button .bar:before {
    content: ' ';
    background: #000;
    top: -8px;
    left: 0;
  }

  #mobile-nav-button.active-mobile-nav-button .bar:after {
    -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 .bar:before {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(270deg);
    top: 0px;
  }

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

  #mobile-global-nav,
  #mobile-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;
  }

  #mobile-global-nav {
    max-height: 0;    
    display: block !important;
  }

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

  #mobile-global-nav ul {
    margin: 0;
    padding: 0;  
    width: 100%;
    margin-top: 9em;
  }

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

  #mobile-global-nav a {
    width: 100%;
    display: block;
    font-size: 2em;
    text-transform: uppercase;
    line-height: 1;
    color: #000;
    font-weight: bold;
  }

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

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


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

  #newsletter-form-container input[type=email] {
  }

  #newsletter-form-container button {
    font-size: 14px;
  }
  
}

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

  

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

  h5 {
    font-size: ;
  }

  h6 {
    font-size: ;
  }

  .no-banner {
    padding-top: ;
  }

  

  

  .slick-prev,
  .slick-next {

  }

  .slick-prev {
    left: 
  }

  .slick-next {
    right: 
  }





  #estate-popup {
    width: 90%;
  }

  #estate-popup.active {
    margin-left: 0;
    left: 5%;
  }
}

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

}



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

  {
    width:100%;
    margin:0;
    float: none;
  }

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

  h5 {
    font-size: ;
  }

  h6 {
    font-size: ;
  }

  .no-banner {
    padding-top: ;
  }

  


  .slick-prev,
  .slick-next {

  }

  .slick-prev {
    left: 
  }

  .slick-next {
    right: 
  }


  #global-header {
    height: ;
  }

  #global-header #logo {
    width: 160px;
  }

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



  .location-container {
    
    
    
    border-right: 0;
  }

  .location-container hr {
    max-width: 244px;
    margin: 20px auto;
    grid-auto-columns:;
    height: 1px;
  }  

  .location-container:last-of-type {
    margin-bottom: 30px;
  }

  .location-container:last-of-type hr {
    display: none !important;
  }

  #global-footer {padding: 25px 0;font-size: 11px;}

  #estate-popup .inner {
    padding: 30px 30px 0;
  }

  #estate-popup .feat-image {
    height: 261px;
  }

  #estate-popup .left {
    left: 10px;
  }

  #estate-popup .right {
    right: 10px;
  }

  #estate-popup .feat-desc {
    padding: 20px 0;
    min-height: 20px;
  }


  #newsletter-form-container {
    position: relative;
  }

  #newsletter-form-container input[type=email] {
    padding: 12px 10px;
    height: 37px;
    width: calc(100% - 131px);
  }

  #newsletter-form-container button,
  #newsletter-form-container input[type=submit] {
    width: 133px;
    font-size: 12px;
    font-weight: 400;
    padding: 12px 0;
    height: 37px;
    margin-left: -6px;
  }

  #newsletter-form-container button {
    font-size: 14px;
  }
  
}*/