/* CSS Document */

.owl-dots {
	display: none !important;
}

html, body{
    height: 100%;
}

body {
	font-family: 'Montserrat', sans-serif; /* 300 400 500 */
	font-weight: 300;
	font-size: 16px;
    background: #fff;
    color: #666666;
    margin: 0;
    padding: 0;
}

/* Images & Other Objects */

* {
    box-sizing: border-box;
}

img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

img, object, embed { max-width: 100%; }
img { height: auto; }
img { vertical-align: middle; }

a { 
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

li {
	font-family: 'Montserrat', sans-serif; /* 300 400 500 */
}

/* COOKIE NOTICE CSS */

/*

#cn-notice-text {
font-size: 13px;
}

#cookie-notice .button.wp-default {
line-height: 18px;
padding: 2px 12px;
background: rgba(0,0,0,0.2);
border-color: rgba(0,0,0,0);
color: #fff;
text-shadow: none;

border-radius: 3px;
white-space: nowrap;
}

#cookie-notice .button.wp-default:focus, #cookie-notice .button.wp-default:hover {
background: rgba(0,0,0,0.5);
border-color: rgba(0,0,0,0.4);
color: #fff;
}

*/


/* FONTS ---------------------*/
/* FONTS ---------------------*/
/* FONTS ---------------------*/
/* FONTS ---------------------*/

h1 {
    font-family: 'Montserrat', sans-serif; /* 300 400 500 */
    font-weight: 300;
    font-size: 1.750em;
    color: #73233C;
    margin: 0 0 0 0;
}

h2 {
    font-family: 'Montserrat', sans-serif; /* 300 400 500 */
    font-weight: 300;
    font-size: 28px;
    color: #73233C;
    margin: 0 0 0 0;
}

h3 {
    font-family: 'Montserrat', sans-serif; /* 300 400 500 */
    font-weight: 300;
    font-size: 20px;
    color: #3A4247;
    margin: 0 0 0 0;
}

h4 {
    font-family: 'Montserrat', sans-serif; /* 300 400 500 */
    font-weight: 300;
    font-size: 16px;
    color: #3A4247;
    margin: 0 0 0 0;
}

p {
    font-family: 'Montserrat', sans-serif; /* 300 400 500 */
    font-weight: 300;
    font-size: 16px;
    color: #3A4247;
    margin: 0 0 0 0;
}

a.btn {
    font-family: 'Montserrat', sans-serif; /* 300 400 500 */
    font-weight: 500;
    font-size: 13px;
    background: #73233C;
    color: #ffffff;
	text-align: center;
    text-decoration: none;
	text-transform: uppercase;
    padding:  16px 35px;
    display: inline-block;
}

a.btn:hover {
    background: #829399;
}

a.btn::after {
    content: "\f054";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: 10px;
    width: 10px;
    color: #fff;
}

strong {
    font-weight: 500;
}

/* SIDE TABS -----------------*/
/* SIDE TABS -----------------*/
/* SIDE TABS -----------------*/
/* SIDE TABS -----------------*/

#side-tabs {
    position: fixed;
    top: 170px;
    right: 0;
    z-index: 100;
}

#side-tabs .tab-contact {
    position: absolute;
    top: 0;
    right: 0;
    width: 46px;
    height: 190px;
    background-image: url('images/side-tab-contact.png');
    background-color: #73233C;
    /*border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;*/
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

#side-tabs .tab-contact:hover {
    width: 56px;
    background-color: #0C1B33;
}

/* HEADER --------------------*/
/* HEADER --------------------*/
/* HEADER --------------------*/
/* HEADER --------------------*/

header {
	/*overflow: hidden;*/
	background: rgb(255,255,255);
	background: rgba(255,255,255,1);
	box-shadow: 0 16px 32px 0 rgba(0,15,30,.08);
	/*position: fixed;
	top: 0;*/
	width: 100%;
	z-index: 999;
}

header ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

header p {
	font-size: 14px;
}

header .fa {
	margin-right: 5px;
	color: #73233C;
}

.admin-bar header {
  top: 32px;
}

header #logo {
	padding: 5px 0;
	width: 155px; /*95px*/
	transition: 0.2s;
}

header a.phone  {
	font-family: 'Montserrat', sans-serif; /* 300 400 500 */
    font-weight: 400;
    font-size: 12px;
	text-decoration: none;
    background: #73233c;
    padding: 10px 15px;
    color: #fff!important;
	margin-left: 20px;
}

/* NAV -----------------------*/
/* NAV -----------------------*/

#menu {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
    font-family: 'Montserrat', sans-serif; /* 300 400 500 */
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
	
	/*display: flex;
    align-items: stretch;
    justify-content: space-between;*/
}

#menu li {
    position: relative;
    display: inline;
	
	/*display: block;
    flex: 0 1 auto;*/
}

#menu a {
    display: inline-block;
    padding: 18px 8px; /*18px 10px;*/
    margin: 0 0 0 0;
    color: #333;
    text-decoration: none;
    /*margin-right: -4px;*/
}

#menu ul {
    position: absolute;
    left: -9999px;
    margin: 0;
    padding: 0;
    text-align: left;
}

#menu ul li {
    display: block;
}

#menu li:hover ul {
    left: 0;
    z-index: 999;
}

#menu li:hover a {
    /*background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.2);*/
    color: #73233C;
}

/**/

#menu li:hover ul a {
    text-decoration :none;
    background: #fff; /*#73233C*/
    color: #333;
}

#menu li:hover ul a:hover {
    text-decoration: none;
    background: #fff; /*#0C1B33*/
	color: #73233C;
}

#menu ul a {
    white-space: nowrap;
    display: block;
    border-top: 1px solid #ddd;
    padding: 12px 10px;
	min-width: 200px;
}

/**/

#menu .phone a {
    background: #73233c;
    padding: 10px 15px;
    color: #fff!important;
	margin-left: 20px;
}

/**/


#nav .current-menu-item > a,
#nav .current-menu-ancestor > a,
#nav .current_page_item > a,
#nav .current_page_ancestor > a {
    color: #671F36;
    /*background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0.2);*/
}

/* SLICKNAV */

.slicknav_menu {
    display: none;
}

/* SLIDER --------------------*/
/* SLIDER --------------------*/
/* SLIDER --------------------*/
/* SLIDER--------------------*/




/* HEADING -------------------*/
/* HEADING -------------------*/
/* HEADING -------------------*/
/* HEADING -------------------*/


.heading {
    background-color: #e4e8e7;
    padding: 40px 0 40px 0;
    text-align: center;
}

.heading .fa {
	color: #829399;
	margin-right: 10px;
}

.heading img {
	margin-top: 15px;
}

.heading h1 {
	/*line-height: 1.5em;*/
    margin: 10px 0;
}

.heading p {
	font-size: 16px;
    line-height: 1.5em;
	margin: 10px 0;
}

/*.heading p.subtitle {
	font-size: 16px;
    line-height: 1.5em;
	margin: 10px 0;
}*/

.heading p.location {
	font-size: 15px;
    line-height: 1.5em;
	margin: 12px 0;
}

.heading a {
    text-decoration: none;
    color: #3A4247;
}

.heading a:hover {
    color: #73233C;
}

.heading a.btn-pdf {
	font-family: 'Montserrat', sans-serif; /* 300 400 500 */
    font-weight: 500;
    font-size: 13px;
    background: #73233C;
    color: #ffffff;
	text-align: center;
    text-decoration: none;
	text-transform: uppercase;
    padding:  16px 35px;
    display: inline-block;
}

.heading a.btn-pdf:hover {
    background: #829399;
}

/* CONTENT --------------------*/
/* CONTENT --------------------*/
/* CONTENT --------------------*/
/* CONTENT --------------------*/

.content {
    padding: 80px 0 80px 0;
    /*background-color: pink;*/
}

.content a {
    text-decoration: none;
    color: #73233C;
}

.content a:hover {
    color: #829399;
}

.content h2 {
    font-size: 1.6em;
    margin: 0 0 1em 0;
    line-height: 1.3em;
}

.content h3 {
    margin: 0 0 0.75em 0;
    line-height: 1.3em;
}

.content p {
    line-height: 1.5em;
    margin-bottom: 1.5em;
}

/* LISTS */

.content ul {
    list-style-type: none;
    margin: 0 0 2em 0;
    padding: 0 0 0 0;
}

.content li {
    font-family: 'Montserrat', sans-serif; /* 300 400 500 */
    font-weight: 300;
    font-size: 16px;
    color: #50434E; 
    padding: 0;
    margin: 0 0 10px 25px;
    line-height: 1.5em;
}

.content li:before {
    content: "\f105"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -25px; /* same as padding-left set on li */
    width: 25px; /* same as padding-left set on li */
    color: #73233C;
}

/* ABOUT PAGE */

.content .left-pic {
	margin-bottom: 0;
}

.content .right-pic {
	margin-bottom: 3em;
}

.content .left-pic img, .content .right-pic img {
	margin-bottom: 2em;
}

/* DEVELOPMENTS CAROUSEL -----*/
/* DEVELOPMENTS CAROUSEL -----*/
/* DEVELOPMENTS CAROUSEL -----*/
/* DEVELOPMENTS CAROUSEL -----*/

.developments-carousel {
    padding: 80px 0;
}

.developments-carousel.grey {
    background: #e4e8e7;
}

.developments-carousel .title h2 {
    margin: 0 0 20px 0;
    text-align: center;
}

.developments-carousel .title p {
    line-height: 1.6em;
    margin: 0 0 30px 0;
    position: relative;
    text-align: center;
}

/* MAP -----------------------*/
/* MAP -----------------------*/
/* MAP -----------------------*/
/* MAP -----------------------*/

.map {
    padding: 80px 0;
	text-align: center;
}

.map.grey {
    background-color: #e4e8e7;
}

p.wpgmza_infowindow_title {
	font-weight: 300!important;
	color: #3A4247!important;
	margin-bottom: 0!important;
}

p.wpgmza_infowindow_address {
	font-size: 12px;
	color: #829399!important;
	margin-bottom: 0!important;
}

a.wpgmza_infowindow_link {
	font-size: 12px;
	color: #73233c!important;
	margin-bottom: 0;
}

.wpgmza_markerbox a {
	color: #73233c!important;
}

.map .wpgmza_markerbox {
	padding: 15px;
}

/* TITLE */

.map h2 {
    margin: 0 0 25px 0;
}

.map p {
    line-height: 1.5em;
    margin: 0 0 35px 0;
}

/* INFO BUTTONS --------------*/
/* INFO BUTTONS --------------*/
/* INFO BUTTONS --------------*/
/* INFO BUTTONS --------------*/

.info-btns {
	padding: 80px 0 50px 0;
}

.info-btns .card {
	margin-bottom: 40px;
	background-color: #fff;
	/*background-clip: content-box;*/	
	box-shadow: 0 16px 32px 0 rgba(0,15,30,.08);
}

.info-btns .card .contents {
	background: #fff;
	padding: 35px 0 50px 0;
	text-align: center;
	position: relative;
}

.info-btns .card .contents h3 {}

.info-btns .card .contents a.btn {
	margin: 0 0 0 25%;
	padding: 15px 0;
	width: 50%;
	position: absolute;
	top: 85px;
	left: 0;
}

/* ENQUIRY FORM --------------*/
/* ENQUIRY FORM --------------*/
/* ENQUIRY FORM --------------*/
/* ENQUIRY FORM --------------*/

.enquiry-form {
    padding: 80px 0;
	text-align: center;
}

.enquiry-form a {
	text-decoration: none;
	color: #3A4247;
}

.enquiry-form a:hover {
    color: #3A4247;
}

.enquiry-form.grey {
    background-color: #D8DEDD; /*#e4e8e7*/
}

.enquiry-form h2 {
	margin-bottom: 25px;
}

.enquiry-form p {
	margin-bottom: 35px;
	line-height: 1.5em;
}

/* GRAVITY FORM */

body .gform_wrapper {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

body .gform_body .gform_fields .gfield .ginput_container {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

body .gform_wrapper ul li {
    margin-bottom: 1em!important;
    margin-top: 0!important;
}

body .gform_wrapper .gform_body .gform_fields .gfield input[type=text],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=email] {
    font-family: 'Montserrat', sans-serif!important; /* 400 500 600 700 */
    font-weight: 300!important;
    font-size: 14px!important;
    color: #666!important;
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 1);
    border: none!important;
    padding: 15px 20px!important;
    margin: 0 0 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body .gform_wrapper .gform_body .gform_fields .gfield textarea {
    font-family: 'Montserrat', sans-serif!important; /* 300 400 500 */
    font-weight: 300;
    font-size: 14px;
    color: #666!important;
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 1);
    border: none!important;
    padding: 20px;
    margin: 0 0 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body .gform_wrapper .gform_footer {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

body .gform_wrapper .gform_footer input[type=submit] {
    font-family: 'Montserrat', sans-serif!important; /* 300 400 500 */
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    background: #73233C;
    color: #ffffff;
    text-decoration: none;
    padding: 16px 35px;
    display: block;
    margin: 0 auto 0 auto;
    border: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.gform_wrapper .gform_footer input.button:hover {
    background: #829399;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #666;
}
input:-moz-placeholder, textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #666;
    opacity:  1;
}
input::-moz-placeholder, textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #666;
    opacity:  1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #666;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder { /* Microsoft Edge */
    color:    #666;
}

#gform_confirmation_message_1 {
    font-family: 'Montserrat', sans-serif!important; /* 300 400 500 */
    font-weight: 300!important;
    font-size: 16px!important;
    color: #3A4247;
	border: 1px solid #888;
	padding: 20px;
}

/* FOOTER --------------------*/
/* FOOTER --------------------*/
/* FOOTER --------------------*/
/* FOOTER --------------------*/

/* INFO */

footer .info {
    padding: 70px 0 50px 0;
    background-color: #545f66;
}

footer .info .box {
	margin-bottom: 20px;
}

footer .info .fa {
	margin-right: 5px;
    color: #fff;
}

footer .info a {
    text-decoration: none;
    color: rgb(255, 255, 255);
    color: rgba(255, 255, 255, 1);
}

footer .info a:hover {
    color: rgb(255, 255, 255);
    color: rgba(255, 255, 255, 0.6);
}

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

footer .info h4 {
	font-size: 14px;
	font-weight: 500;
    color: #fff;
    margin-bottom: 15px;
	text-transform: uppercase;
}

footer .info p {
    color: rgb(255, 255, 255);
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    line-height: 1.8em;
}

/* LIST */

footer .info ul {
    list-style-type: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

footer .info ul li {
    font-weight: 300;
    font-size: 14px;
    color: rgb(255, 255, 255);
    color: rgba(255, 255, 255, 1); 
    line-height: 1.8em;
}

/*footer .info .menu li:first-child {
    display: none;
}*/

/* COPYRIGHT */

footer .copyright {
    padding: 20px 0;
    background-color: #475157;
}

footer .copyright ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

footer .copyright li {
	display: inline;
	color: rgb(255, 255, 255);
    color: rgba(255, 255, 255, 0.5);
	font-size: 12px;
	line-height: 2em;
}

footer .copyright li + li:before{
    content: " | ";
    padding: 0 10px;
}

footer .copyright a {
	text-decoration: none;
    color: rgb(255, 255, 255);
    color: rgba(255, 255, 255, 0.5);
}

footer .copyright a:hover {
    color: rgb(255, 255, 255);
    color: rgba(255, 255, 255, 1);
}

/* OTHER ---------------------*/
/* OTHER ---------------------*/
/* OTHER ---------------------*/
/* OTHER ---------------------*/





/* MEDIA QUERIES ----------------------------------------*/
/* MEDIA QUERIES ----------------------------------------*/
/* MEDIA QUERIES ----------------------------------------*/
/* MEDIA QUERIES ----------------------------------------*/

/* MOBILE VERTICAL ------------------*/
/* MOBILE VERTICAL ------------------*/
/* MOBILE VERTICAL ------------------*/
/* MOBILE VERTICAL ------------------*/

@media (max-width: 400px) {}

/* MOBILE HORIZONTAL ----------------*/
/* MOBILE HORIZONTAL ----------------*/
/* MOBILE HORIZONTAL ----------------*/
/* MOBILE HORIZONTAL ----------------*/

@media (max-width: 767px) {

    /* HEADER */
	
	header .flex {
		display: flex;
		flex-direction: row;
		align-items: center;
	}
	
	header .logo {
		/*text-align: center;*/
	}
   
    /* NAV */

    .js #nav {
        display:none;
    }

    .js .slicknav_menu {
        display:block;
    }


}

/* TABLET ---------------------------*/
/* TABLET ---------------------------*/
/* TABLET ---------------------------*/
/* TABLET ---------------------------*/

@media (min-width: 768px) and (max-width: 1024px) {

    
	/* HEADER */
	
	header .flex {
		display: flex;
		flex-direction: row;
		align-items: center;
	}
	
	header .logo {
		/*text-align: center;*/
	}
	
	/* NAV */

    .js #nav {
        display:none;
    }

    .js .slicknav_menu {
        display:block;
    }

}

/* DESKTOP --------------------------*/
/* DESKTOP --------------------------*/
/* DESKTOP --------------------------*/
/* DESKTOP --------------------------*/

@media (min-width: 1025px) {
	
	
	/* HEADER */
	
	header {
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 999;
	}
	
	header .flex {
		display: flex;
		flex-direction: row;
		align-items: center;
	}
	
	/* SLIDER--------------------*/

	#slider {
		margin-top: 111px;
	}

	
	
}