/* Centering Floor Plan Images */
img.floorcenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Contact Form 7 CSS */

/*Background Colour */


/* Contact Form 7 Divi Style Styling*/
.wpcf7-text, .wpcf7-textarea, .wpcf7-captchar, .wpcf7-select, .wpcf7-tel {
background-color: #eee !important;
border: none !important;
width: 100% !important;
-moz-border-radius: 0 !important;
-webkit-border-radius: 0 !important;
border-radius: 0 !important;
font-size: 14px;
padding: 16px !important;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

.wpcf7 form p {
    color: #fff;
}


.wpcf7-select {
color: #497275 !important;
}

.wpcf7-submit {
color: #fff !important;
margin: 8px auto 0;
cursor: pointer;
font-size: 20px;
font-weight: 500;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
padding: 6px 20px;
line-height: 1.7em;
background: transparent;
border: 2px solid;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-moz-transition: all 0.2s;
-webkit-transition: all 0.2s;
transition: all 0.2s;
width: 100% !important;
}

.wpcf7-submit:hover { 
background-color: #eee; 
border-color:#eee; 
padding: 6px 20px !important; 
color: #2c2f34 !important;
}

span.wpcf7-list-item { display: inline; }

.wpcf7-textarea {height: 90px;}






/* Placeholder Text Colour */

::placeholder { 
   color:#2c2f34; 
}
::-webkit-input-placeholder { /* WebKit browsers */
   color:#2c2f34 !important; 
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:#2c2f34 !important; 
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:#2c2f34 !important; 
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:#2c2f34 !important; 
}

:focus::placeholder { 
   color:#2c2f34 !important; 
}
:focus::-webkit-input-placeholder {
   color:#2c2f34 !important; 
}
:focus:-moz-placeholder {
   color:#2c2f34 !important; 
}
:focus::-moz-placeholder { 
   color:#2c2f34 !important; 
}
:focus:-ms-input-placeholder {
   color:#2c2f34 !important; 
}

@media (min-width: 967px) {
.navcta {
padding: 0px 0;
}
} 

@media (min-width: 967px) { 
.navcta
a
{
border-color: #2c2f34;
border: 2px solid #2c2f34;
padding: 15px 15px !important;
display: inline-block;
border-radius: 3px;
}
}
@media (min-width: 967px) {
.navcta
a:hover
{
opacity: .9;
background: transparent;
}
}

/* Hamburger Menu Color */
span.mobile_menu_bar:before {
    color: #2c2f34 !important;
}