html, body {
    margin: 0 !important;
    font-family: 'futura', Helvetica, sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    height: 100%;
    width: 100%;
    /*overflow-x: hidden;*/
}

.nobr {
    white-space: nowrap;
}

#page {
    overflow-x: hidden;
}

.panel-grid-cell {
    position: relative;
}

a {
    color: #9e523f;
    text-decoration: none;
}

ul li {
    list-style: none;
}

input {
    color: #EDEADF !important;
}

/*Hide post title*/
.entry-title {
    display: none !important;
}

/*Hide post title*/
.screen-reader-text {
    display: none !important;
}

/*--------------------------------------------------------------
## TYPOGRAPHY STYLES
--------------------------------------------------------------*/

h1 {
    color: #edeadf !important;
    font-weight: 400;
    size: 1em;
    z-index: 40;
    text-align: center;
    padding-top: 50px;
    margin-left: 50px;
    margin-right: 50px;
    padding-bottom: 100px;
}

h2 {
    text-align: center;
    color: #9e523f;
    padding-top: 25px;
    padding-bottom: 25px;
}

h3 {
    text-align: center;
    color: #9e523f;
    padding-top: 50px;
    line-height: 1.5em;
    font-size: 2em;
}

h6 {
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 1em;
    text-align: center;
    color: #9e523f;
}

.copy-white {
    padding-top: 10px;
    padding-bottom: 20px;
    margin-left: 30%;
    margin-right: 30%;
    color: #edeadf !important;
    text-align: center;
}

.copy-white-alt {
    width: 50%;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #edeadf !important;
    text-align: left;
}

@media only screen and (max-width: 768px) {
    .copy-white-alt {
        margin: 0 auto;
    }
}

.copy-dark {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: 30%;
    margin-right: 30%;
    color: #41383d !important;
    text-align: center;
    text-shadow: none !important;
}

/*--------------------------------------------------------------
## PATTERN STYLES
--------------------------------------------------------------*/

.horizontal-pattern {
    min-width: 100%;
    z-index: 100;
}

/*--------------------------------------------------------------
## HR STYLES
--------------------------------------------------------------*/
.hr-red {
    width: 100% !important;
    margin: 0 !important;
    background-color: #9e523f !important;
    height: 8px !important;
}

.hr-aerial {
    max-width: 1128px;
    border-top: 5px #edeadf solid;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
}

/*--------------------------------------------------------------
## BUTTON STYLES
--------------------------------------------------------------*/
.kee-button a {
    text-decoration: none;
    color: #edeadf !important;
}

.kee-button {
    margin: auto;
    cursor: pointer;
    box-sizing: border-box;
    width: 180px;
    font-size: 1em;
    text-align: center;
    padding: 1em 2em;
    background: #9e523f;
    color: #edeadf !important;
    border: 1px solid #9e523f;
    border-width: 1px 0;
    -webkit-border-radius: 0em;
    -moz-border-radius: 0em;
    border-radius: 0em;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05)
}

.kee-button:hover {
    background: #ad5a45;
    border-bottom-color: #994132;
}

input.sow-submit {
    margin: auto;
    cursor: pointer;
    box-sizing: border-box;
    width: 180px;
    font-size: 1em;
    text-align: center;
    padding: 1em 2em;
    background: #9e523f;
    color: #edeadf !important;
    border: 1px solid #9e523f;
    border-width: 1px 0;
    -webkit-border-radius: 0em;
    -moz-border-radius: 0em;
    border-radius: 0em;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05)
}

input.sow-submit:hover {
    background: #ad5a45 !important;
    border-bottom-color: #994132 !important;
}

/*--------------------------------------------------------------
## LOGO STYLES
--------------------------------------------------------------*/

.logo-main {
    margin: auto;
    /*padding-top: 400px;*/
    padding-top: 20vh;
    padding-bottom: 50px;
}

.logo-contact {
    margin: 10vh auto;
}

/*--------------------------------------------------------------
## HEADER && MENU
--------------------------------------------------------------*/

.hero-title h1 {
    font-size: 4vh;
    margin: 1vh auto;
}

header .logo-wrapper {
    margin-left: 20px;
}

header#site-head {
    width: 100%;
    z-index: 999;
    opacity: .9;
    background: white;
    padding: 15px;
}

header#site-head .logo-wrapper {
    float: left;
}

header#site-head.sticky {
    position: fixed;
    top: 0;
}

header#site-head:after {
    content: '';
    display: block;
    float: none;
    clear: both;
}

header#site-head .menu-primary-menu-container {
    text-align: center;
}

#primary-menu {
    padding: 0;
    display: inline-block;
    margin: 0 auto;
}

#primary-menu:after {
    content: '';
    display: block;
    float: none;
    clear: both;
}

#primary-menu li {
    float: left;
    padding: 10px;
}

#primary-menu li a {
    text-decoration: none;
}

#primary-menu li:hover a {
    color: #ae976d;
}

/*--------------------------------------------------------------
## MOBILE MENU
--------------------------------------------------------------*/
.mobileMenuBtn {
    float: right;
    width: 52px;
    height: 52px;
}

.mobileMenuBtn img {
    width: 100%;
}

#mobileMenu {
    margin-top: 10px;
    display: none;
}

#mobileMenu.open {
    display: block;
}

#mobileMenu #primary-menu li {
    float: none;
}

/*--------------------------------------------------------------
## HOME KEE LIDCOMBE SECTION
--------------------------------------------------------------*/

.welcome-page {
    background-size: cover;
    background-image: url('http://keelidcombe.com.au/wp-content/uploads/2016/10/Hero_Image.jpg');
    background-position: top center;
    height: 100vh;
}

.copy {
    margin-top: 20%;
    padding-left: 40px;
    padding-right: 40px;
}

.quote {
    font-size: 2em;
    color: #9e523f;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-left: 80px;
    margin-right: 80px;
    display: inline-block;
}

.right-pattern {
    width: 100%;
    background: url('../images/red_vertical_pattern_thin.png');
    background-repeat: no-repeat;
    background-position: top right;
}

/*--------------------------------------------------------------
## KEE SVG MAP
--------------------------------------------------------------*/

.map-popup {
    display: none;
}

/*--------------------------------------------------------------
## KEE WELCOME PAGE STYLES
--------------------------------------------------------------*/

.welcome-header .quote {
    margin-left: 45px;
}

.welcome-cgi {
    background-image: url('../images/KeeLidcombe_Building.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    height: 100vh;
    background-size: cover;
}

.welcome-section-copy {
    margin-top: 30%;
}

@media only screen and (max-width: 768px) {
    .welcome-section-copy {
        margin: 20px auto;
    }
}

/*--------------------------------------------------------------
## MASONRY STYLES
--------------------------------------------------------------*/

#container {
    width: 100%;
    margin: 0 auto;
}

.item {
    width: 33.3%;
    height: auto;
}

.item-high {
    width: auto;
    height: 50%;
}

.item img {
    width: 100%;
    height: auto;
}

/*--------------------------------------------------------------
## AERIAL MAP SECTION
--------------------------------------------------------------*/
.aerial-map-nav {
    max-width: 1128px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 5px #edeadf solid;
    border-bottom: 5px #edeadf solid;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.aerial-map-nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.aerial-map-nav li {
    float: left;
    cursor: pointer;
}

.aerial-map-nav li a {
    text-transform: uppercase;
    display: block;
    color: #edeadf !important;
    text-align: center;
    padding: 14px 10px;
    text-decoration: none;
    cursor: pointer;
}

.aerial-map-nav li a:hover {
    color: #9e523f !important;
}

.aerial-map-nav li a:focus {
    color: #9e523f !important;
}

.aerial-map-nav li a.actived {
    color: #9e523f !important;
}

.aerial-copy {
    padding-top: 100px;
    padding-bottom: 50px;
}

.aerial-copy-div {
    margin-bottom: -30px;
}

/*--------------------------------------------------------------
## Location Info
--------------------------------------------------------------*/

.sow-masonry-grid-item .img-info {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    text-align: center;
    display: none;
}

.sow-masonry-grid-item:hover .img-info {
    display: table;
}

.sow-masonry-grid-item .img-info .info-wrapper {
    background: rgba(156, 83, 66, 0.5);
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.sow-masonry-grid-item .img-info h3,
.sow-masonry-grid-item .img-info p {
    color: white;
}

@media only screen and (max-width: 768px) {
    .sow-masonry-grid-item .img-info h3 {
        font-size: 15px;
        margin: 2px 0;
        padding: 0;
    }
}

/*--------------------------------------------------------------
## TEAM SLIDER
--------------------------------------------------------------*/

#team_slider .slick-prev,
#team_slider .slick-next {
    border: 1px solid red;
    position: absolute;
    display: block;
    height: 30px;
    width: 30px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    /*border: none;*/
    z-index: 1;
    opacity: 0.5;
}

.sow-slider-base .sow-slide-nav {
    z-index: 9999 !important;
}

#team {
    position: relative;
}

#team:after {
    content: '';
    display: block;
    clear: both;
    float: none;
}

.image-panel {
    text-align: center;
    padding: 5px;
}

.image-panel .imgWrapper {
    margin: 0 auto;
    margin-bottom: 5px;
    position: relative;
}

#PIETY_Properties .imgWrapper {
    width: 655px;
    height: 368px;
}

#FUSE_Properties .imgWrapper {
    width: 655px;
    height: 735px;
}

.imgWrapper img {
    width: 655px;
}

.imgWrapper .img-info {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 10px;
    text-align: center;
    display: none;
}

.imgWrapper:hover .img-info {
    display: table;
}

.imgWrapper .img-info .info-wrapper {
    background: rgba(156, 83, 66, 0.5);
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.imgWrapper .img-info {
    color: white;
}

.imgWrapper .img-info h3 {
    color: white;
}

/*--------------------------------------------------------------
## CONVENIENCE & COMFORT SECTION
--------------------------------------------------------------*/

.convenience-section {
    background-size: cover;
    background-image: url('../images/Rooftop_Hero.jpg');
    background-position: center center;
    height: 100vh;
}

.convenience-header {
    margin-top: 50px;
}

.body-copy {
    margin-bottom: 30px;
    padding: 40px;
    padding-bottom: 30px;
    margin-left: 35%;
    margin-right: 35%;
    color: #41383d !important;
    text-align: center;
    text-shadow: none !important;
    background: rgba(255, 255, 255, 0.5);
}

.kee-button {
    margin: 30px auto;
}

@media only screen and (max-width: 768px) {
    .convenience-section {
        height: auto;
    }

    .body-copy {
        margin: 5%;
    }
}

/*--------------------------------------------------------------
## APARTMENTS SECTION STYLES
--------------------------------------------------------------*/

/* APARTMENTS SLIDER STYLES*/

.apartments-slider {
    background-color: #41383d;
    max-width: 1128px;
    margin: 0px auto !important;
}

.apartments-copy-row {
    max-width: 1128px;
    margin: auto;
    background-color: #41383d;
}

#apartments-copy {
    background-color: #41383d;
}

.slider-row {
    background-color: #41383d;
}

.sow-slider-pagination li a {
    background-color: #9e523f !important;
}

.sow-slide-nav {
    mmargin: auto !important;
    cursor: pointer;
    font-size: 20px !important;
    padding: 40px 15px !important;
}

.sow-slide-nav-next {
    background-color: #9e523f !important;
    margin-right: -20px !important;
}

.sow-slide-nav-prev {
    background-color: #9e523f !important;
    margin-left: -20px !important;
}

/* END APARTMENTS SLIDER STYLES*/

.apartments-section {
    padding-top: 70px;
    padding-bottom: 70px;
}

.apartments-section-dark {
    padding-top: 100px;
    padding-bottom: 70px;
    background-color: #41383d;
    margin-left: 80px;
}

.apartments-left-box {
    /*width: 70%;*/
    position: relative;
    /*left: 20%;*/
}

/*--------------------------------------------------------------
## THE TEAM SECTION STYLES
--------------------------------------------------------------*/
.the-team-header {
    margin: auto !important;
    padding-left: 60px;
    padding-right: 40px;
}

.sow-slider-image-wrapper p {
    padding-top: 20px;
    text-align: center !important;
}

/*.sow-masonry-grid-item img {
	width: 100%;
	max-height: 50%;
}

.sow-masonry-grid-item img {
	width: 100%;
	max-height: 50%;
	display: inline-block;
    }*/

/*--------------------------------------------------------------
## CONTACT SECTION STYLES
--------------------------------------------------------------*/
.contact-box {
    background-size: cover;
    background-image: url('../images/Contactus_Background.jpg');
    background-position: center center;
    /*height: 100vh;*/
}

.sow-contact-form {
    width: 580px;
    margin: auto;
    text-align: center;
}

input[type=text],
input[type=email] {
    color: #EDEADF !important;
    -webkit-appearance: textfield;
    -webkit-rtl-ordering: logical;
    user-select: text;
    background: none !important;
    cursor: auto;
    border-width: 2px;
    border-style: solid !important;
    border-color: #EDEADF !important;
    padding: 10px 18px;
    text-transform: uppercase;

}

.sow-form-field-name {
    width: 48% !important;
    margin-right: 11px;
    display: inline-block !important;
}

.so-widget-sow-contact-form-default-2fb4fa7fa6c3 .sow-contact-form {
    border: none !important;
}

.sow-form-field-text {
    width: 48% !important;
    margin-right: 11px;
    display: inline-block !important;
}

.sow-form-field-email {
    width: 98% !important;
}

.sow-form-field-select {
    width: 48%;
    -webkit-appearance: textfield;
    -webkit-rtl-ordering: logical;
    user-select: text;
    background: none !important;
    cursor: auto;
    border-width: 2px;
    border-style: solid !important;
    border-color: #EDEADF !important;
    padding: 10px 10px;
    text-transform: uppercase;
    color: #a9a9a9 !important;
    margin-right: 11px;
    margin-bottom: 50px !important;
    display: inline-block !important;
}

#sow-contact-form-field-5-581050198b9c0 {
    background: none !important;
    border: none !important;
    width: 100% !important;
    text-transform: uppercase;
}

#sow-contact-form-field-6-581050198b9c0 {
    background: none !important;
    border: none !important;
    width: 100% !important;
    text-transform: uppercase;
}

.sow-submit-wrapper {
    text-align: center !important;
    margin: auto !important;
    margin-bottom: 180px !important;
}

/*--------------------------------------------------------------
## FOOTER SECTION STYLES
--------------------------------------------------------------*/

.footer-box {
    text-align: center;
    background-color: #edeadf;
}

.footer-details-smaller {
    text-transform: uppercase;
    font-size: 1.3em;
    color: #9e523f !important;
}

.footer-details-smaller a:hover {
    text-decoration: none;
    color: #9e523f !important;
}

.developer-logos-list {
    display: -webkit-inline-box;
    padding: 40px 0px;
}

.developer-logos-list li {
    margin-left: 30px;
    margin-right: 30px;
}

.developer-text {
    font-size: 14px;
    color: #737373;
}

.disclaimer {
    margin: auto;
    width: 70%;
    font-size: 14px;
    color: #565656;
    padding-bottom: 50px;
}

/*--------------------------------------------------------------


## MEDIA QUERIES


--------------------------------------------------------------*/

/*--------------------------------------------------------------
## MOBILE STYLES
--------------------------------------------------------------*/

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {

    .copy-white {
        margin: auto;
        width: 80% !important;
    }

    .copy-white-alt {
        margin: auto;
        text-align: center !important;
        width: 80% !important;
    }

    .copy-dark {
        margin: auto;
        width: 80% !important;
    }

    .body-copy {
        margin: auto;
        width: 80% !important;
    }

    /* AERIAL MAP STYLE ----------------------------------------------*/
    .aerial-copy {
        padding-top: 20px !important;
    }

    .aerial-map-nav {
        width: 100% !important;
    }

    .aerial-map-nav ul li {
        float: none !important;
        display: inline-block;
        padding: 0px 0px;
        font-size: 12px;
    }

    /* APARTMENTS STYLE ----------------------------------------------*/
    .copy-white-alt {
        margin: auto !important;
        width: 70% !important;
        text-align: center !important;
    }

    .apartments-section-dark {
        margin-left: 0px !important;
    }

    /* THE TEAM STYLE ----------------------------------------------*/
    .team-bios {
        margin: auto !important;
    }

    /* CONTACT STYLE ----------------------------------------------*/
    .sow-contact-form {
        width: 80%;
        margin: auto;
    }

    .sow-form-field-name {
        width: 100% !important;
    }

    .sow-form-field-text {
        width: 100% !important;
    }

    .sow-form-field-email {
        width: 100% !important;
    }

    .sow-form-field-select {
        width: 100%;
        margin-bottom: 15px !important;
        border-width: 2px;
        border-style: solid !important;
        border-color: #EDEADF !important;
    }

    /* FOOTER STYLE ----------------------------------------------*/
    .developer-logos-list {
        display: inline-block !important;
        padding: 40px 0px;
    }

    .developer-logos-list li {
        margin: 30px 10px;
    }

}




.hbspt-form {
    margin-bottom:20px !important;
}

.hbspt-form label {
    color: white;
    font-weight: normal;
    text-transform: uppercase;
    font-family: inherit !important;
}

.hbspt-form fieldset {
    margin-bottom: 10px !important;

}

.hbspt-form ul.inputs-list {
    padding: 0;
}

.hbspt-form .hs_submit {
    text-align:center;
}

.hbspt-form .hs-error-msgs {
    padding: 0;
    margin:10px 0;
}

.hbspt-form .hs-error-msgs label{
    color: red;
    font-weight:normal;
}
.hbspt-form input{
    width: 100%
}

.hbspt-form input[type="checkbox"] {
    width:inherit;
    margin-right:10px;
}

.hbspt-form select {
    width: 100%;
    height: 46px;
    background: none;
    border-width: 2px;
    border-style: solid !important;
    border-color: #EDEADF !important;
    padding: 10px 18px;
    text-transform: uppercase;
    color: #EDEADF !important;

}

.hbspt-form input[type="tel"] {
    color: #EDEADF !important;
    -webkit-appearance: textfield;
    -webkit-rtl-ordering: logical;
    user-select: text;
    background: none !important;
    cursor: auto;
    border-width: 2px;
    border-style: solid !important;
    border-color: #EDEADF !important;
    padding: 10px 18px;
    text-transform: uppercase;
}

.hbspt-form .hs-button[type="submit"] {
    width:40%;
    color: #edeadf;
  background: #9e523f;
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#9e523f),color-stop(1,#9e523f));
  background: -ms-linear-gradient(bottom,#9e523f,#9e523f);
  background: -moz-linear-gradient(center bottom,#9e523f 0%,#9e523f 100%);
  background: -o-linear-gradient(#9e523f,#9e523f);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e523f', endColorstr='#9e523f', GradientType=0);
  border: 1px none #989a9c;
  border-radius: 0px;
  font-weight: normal;
  font-size: 14px;
  padding: 10px 40px;
  display: inline-block;
  text-transform:uppercase;
}

@media all and (max-width: 600px) {
  .hbspt-form {
      width:95% !important;
      margin:0 auto !important;
  }
  .hbspt-form .field {
      width: 100% !important;
  }
  .hbspt-form .hs-button[type="submit"] {
    margin: 10px auto !important;
  }
}
