/* Colors 
	#D2AB6B - Gold
    #1A2A57 - Main Blue

	Dev Link https://xd.adobe.com/view/e134a4a1-a715-450b-588d-6c2c7c19386e-9705/

	/* Adobe Garamond Pro Bold
	font-family: adobe-garamond-pro, serif;
	font-weight: 700;
	font-style: normal;

	Adobe Garamond Pro Bold Italic   
	font-family: adobe-garamond-pro, serif;
	font-weight: 700;
	font-style: italic;

	Adobe Garamond Pro Italic     
	font-family: adobe-garamond-pro, serif;
	font-weight: 400;
	font-style: italic;

	Adobe Garamond Pro Regular     
	font-family: adobe-garamond-pro, serif;
	font-weight: 400;
	font-style: normal;
*/

html {
    scroll-behavior: smooth;
  }
  
body {
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
/* 	-webkit-user-select: none;  
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; */
}

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

p, li, a {
	font-size: 18px;
	line-height: 25px;
	color: #1A2A57;
	outline: 0;
	font-family: 'Montserrat', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 0;
	font-family: 'adobe-garamond-pro', serif;
	font-weight: 500;
	color: #1A2A57;
}

h1{
	font-size: 5em;
	/* text-transform: uppercase; */
	/* font-weight: 600; */
}

h2{
	font-size: 4em;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 30px;
}

strong {
	font-weight: 800;
}

a:link, a:visited, a:hover, a:active  {
	text-decoration: none;
	/* border-bottom: none; */
	outline: none;
	color:inherit;
	outline: 0;
}
  
.logo {
	width: 100px;
    min-width: 100px;
	padding: 2% 0;
	margin-left: 4em;
}

.home-logo {
	width: 110px;
	min-width: 110px;
	padding: 1% 0;
	transition: 0.5s;
	margin-left: 4em;
}

.h-active .home-logo{
	width: 110px;
}

.mobi-logo{
	display:none;
}

.hide-mobi{
	display: none;
}

.mobi-only{
	display: none;
}

.mobi-breaks{
	display:none;
}

.nopad{
	padding:0;
}

.nopad-l{
	padding-left:0;
}

.nopad-r{
	padding-right:0;
}
  
.header{
	position: fixed;
	width: 100%;
	z-index: 9999;
	background-color: #1A2A57;
	max-height: 130px;
	top: 0;
	border-bottom: 15px solid #E4D7C3;
	/* -webkit-box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.19);
	-moz-box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.19);
	box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.19); */
	transition: 0.5s;
}

.h-active .header{
	background-color: #fff;
	border-bottom: none;
}

.navbar-default {
	background-color: transparent;
	border-color: transparent;
	margin-bottom: 0;
}

.navbar-nav {
	float: right;
	margin-right: 3em;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #D2AB6B;
    background-color: transparent;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #D2AB6B;
	background-color: transparent;
	transition: 0.5s;
}

.h-active .navbar-default .navbar-nav>li>a:focus, .h-active .navbar-default .navbar-nav>li>a:hover {
    color: #D2AB6B;
	background-color: transparent;
	transition: 0.5s;
}

.h-active .navbar-default .navbar-nav>li>a {
    color: #1A2A57;
}

.h-active .navbar-default .navbar-nav>.active>a{
	color: #D2AB6B;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
	font-weight: 500;
	font-size: 19px;
	padding: 0 1.5em;
	transition: 0.5s;
}

.nav>li {
    position: relative;
    display: block;
    padding: 4% 0;
	transition: 0.5s;
}

.h-active .nav>li{
	padding:5% 0;
}

/* Home */
.home-head{
	background: url("/images/home-header.png") no-repeat center center/cover;
	/* padding: 8%; */
	margin: 120px 2% 0;
	height:600px;
}

.home-head h1{
	color:#fff;
}

.home-head p{
	font-size: 25px;
    color: #fff;
    margin: 4% 0 6%;
}

.head-info {
    text-align: center;
    width: 80%;
    margin: 0 auto;
	padding: 12% 0;
}

/* Buttons */
.btn-primary:link, .btn-primary:visited,.btn-primary:active  {
	background-color:inherit;
	border-color:#fff;
	color: #fff;
}

.btn-primary.btn-gold:link , .btn-primary.btn-gold:visited, .btn-primary.btn-gold:active  {
	background-color:#D2AB6B;
	border-color:#D2AB6B;
	color:#fff;
}

.btn-primary.btn-main:link , .btn-primary.btn-main:visited, .btn-primary.btn-main:active  {
	background-color:transparent;
	border-color:#1A2A57;
	color:#1A2A57;
}

.btn-primary.btn-enquire:link , .btn-primary.btn-enquire:visited, .btn-primary.btn-enquire:active  {
	background-color:transparent;
	border-color:#1A2A57;
	color:#1A2A57;
}

.btn-primary.btn-main:hover{
    border-color: #D2AB6B;
    background-color: #D2AB6B;
	color: #fff;
}

.btn-primary:hover{
	border-color:#D2AB6B;
	background-color: #D2AB6B;
}

.btn-inv:hover{
	border-color:#fff;
	background-color: #fff;
	color: #D2AB6B;
}

.btn-primary.btn-gold:hover{
	border-color:#fff;
	background-color: #fff;
	color: #D2AB6B;
}

.btn-primary.btn-enquire:hover{
	border-color:inherit;
	background-color: #1A2A57;;
	color: #D2AB6B;
}

.btn-primary{
	color: #fff;
	background-color: inherit;
    font-size: 18px;
	text-align: center;
	text-transform:uppercase;
	border:2px solid #fff;
	width:auto;
	padding:12px 25px;
	border-radius: 0;
	outline: 0!important;
	transition: 0.5s;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: inherit;
    border-color: inherit;
    outline: 0;
}

.btn-gold{
	background-color: #D2AB6B;
	border: 2px solid #D2AB6B;
    width: auto;
}

.btn-main{
	margin: 3% 0 0;
    font-weight: 600;
}

.btn-enquire{
	background-color: transparent;
	border-color: #1A2A57;
	color:#1A2A57;
}

.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: inherit;
    border-color: inherit;
}

/* Properties  */

.featured-properties {
	text-align: center;
	padding: 4% 0;
}

.properties .btn-gold{
	display: none;
}

.featured-properties .col-md-4{
	padding:5px;
}

.featured-properties h2{
	text-align: center;
	margin-bottom: 5%;
	text-transform: none;
	padding: 0 18%;
}

.featured-properties span {
    color: #D2AB6B;
	font-size: 30px;
	font-family: 'adobe-garamond-pro', serif;
	font-weight: 600;
}

.head-info .btn-gold{
	margin-left: 10px;
}

.property-box {
    padding: 10px;
	background-color: #1A2A57;
    min-height: 440px;
	text-align:left;
}

.property-box .btn-primary{
	position: absolute;
	bottom: 15px;
}

.property-img {
    border: 5px solid #fff;
	margin-bottom: 10px;
    min-height: 238px;
    max-height: 259px;
}

.properties-filterbox label {
	color: #1A2A57;
}

.property-box p{
	color:#fff;
}

.view-all{
	padding: 5% 0 0;
}

.view-all a{
	font-size: 25px;
    font-family: 'Montserrat', sans-serif;
    color: #1A2A57;
    font-weight: 500;
}

.swirl{
	width: 90%;
	margin: 0 auto;
    display: block;
}

.home-loan{
	background: url("/images/homeloan.png") no-repeat center center/cover;
	text-align: center;
	padding: 5%;
	margin-bottom: 3%;
}

.home-worth{
	background-color:#D2AB6B;
	text-align: center;
	padding: 5%;
}

.loan{
	padding: 0% 0 4%;
}

.loan h2, .loan p{
	color:#fff;
	text-transform: none;
	font-weight: 100;
}

.loan .btn-primary{
	margin-top:20px;
}

/* Properties for Sale */
.properties{
	margin-top: 120px;
	padding: 3% 0 8%;
}

.properties h1 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 4em;
    font-weight: 600;
}

.properties-filterbox {
	padding-bottom: 5%;
	display: block;
}

.pfs {
	border: 2px solid #1A2A57!important;
	color: #1A2A57;
    border-radius: 0;
    max-width: 95%;
	padding: 10px 15px;
	padding-right: 25px;
    height: auto;
    outline: 0;
    font-weight: 600;
	font-size: 16px!important;
	font-family: 'Montserrat', sans-serif;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	 -o-appearance: none;
		appearance: none;
}

.pfs:focus{
	border-color:#1A2A57;
	box-shadow:none;
}

.select-wrapper {
	position: relative;	
}

.select-wrapper:after {
	font-family: FontAwesome;
    content: '\f0d7';
    font-size: 24px;
    position: absolute;
    top: 6px;
    right: 25px;
    color: #434B67;
    pointer-events: none;
}

.select-wrapper option {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

select::-ms-expand {
  display: none;
}

.search-results .col-md-4{
	padding:0 8px;
	margin-bottom: 16px;
}

/* Properties Individual  */
.moretext {
	display: none;
}

#readMore{
	cursor: pointer;
	font-weight: 500;
}

.arrow{
    width: 20px;
    position: relative;
    bottom: 2px;
    margin-right: 10px;
}

.properties-individual{
	margin-top:120px;
	padding: 1% 0 5%;
}

.back-to-all{
	margin-bottom: 4%;
	font-weight: 500;
	/* color: #1A2A57; */
	color: #5D5D5D;
}

.indiv-info .arrow {
    transform: rotate(180deg);
    width: 12px;
}

.indiv-info h1{
    font-size: 2em;
    font-weight: 100;
	font-family: 'Montserrat', sans-serif;
	margin-bottom:10px;
}

.indiv-info h2{
	font-size: 4em;
	color:#D2AB6B;
	margin-bottom: 0;
}

.gallery {
    margin: 1% 0 3%;
}

.key-info{
	background-color: #1A2A57;
	color:#fff;
	/* padding: 25px; */
	padding: 25px 25px 0;
	text-align: left;
}

.key-info h3{
	color:#D2AB6B;
	margin-bottom: 30px;
	font-size: 35px;
	font-weight: 600;
}

.key-info p{
	color:#fff;
	font-weight: 100;
	margin-bottom: 20px;
}

.key-info .col-md-5 p{
	font-weight: 500;
}

.property-info h4 {
    font-size: 25px;
    font-weight: 600;
    margin: 30px 0;
}

.property-info h3{
	margin-bottom: 30px;
	font-size: 35px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
}

.property-info ul{
	list-style-image: url('/images/icons/property-feature.png');
}

.property-info ul li {
	padding-left: 10px;
	margin-bottom: 20px;
}

.enquire{
	padding: 3%;
	background-color:#D2AB6B;
	color: #fff;
	margin-top: 5%;
}

.enquire h1 {
    color: #fff;
    text-align: center;
    font-size: 3em;
    margin-bottom: 4%;
    font-weight: 600;
}

.enquire .btn-enquire{
	margin-top: 20px;
    font-size: 15px;
    padding: 12px 15px;
    font-weight: 600;
}

.msg-input{
	min-height: 100px;
	resize:vertical;
	max-height: 200px;
}

.enquire label{
	font-weight:100;
    padding-top: 10px;
}

.error {
	margin-top: 2%;
	padding: 10px;
	background-color: #C0352C;
	color: #fff;
	display: none;
}

.output {
	margin-top: 15px;
	padding: 10px;
	background-color: #8A966E;
	color: #fff;
	display: none;
}

#email2 {
	display: none;
}

.location-box img {
    width: 16px;
    float: left;
    filter: invert(1);
}

.location-box {
    padding: 15px;
    background-color: #D2AB6B;
    margin-bottom: 20px;
}

.location-box h3 {
    padding-left: 30px;
}

/* Bootstrap Notify */

[data-notify="container"][class*="alert-pastel-"] {
    background-color: rgb(255, 255, 255);
    border-width: 0px;
    border-left: 15px solid #D2AB6B;
    border-radius: 0px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    letter-spacing: 1px;
}

[data-notify="container"].alert-pastel-info {
	border-left-color: #1A2A57;
}

[data-notify="container"].alert-pastel-danger {
	border-left-color: #D2AB6B;
}

[data-notify="container"][class*="alert-pastel-"]>[data-notify="title"] {
    color: #333;
    display: block;
    font-weight: 700;
    margin-bottom: 5px;
}

[data-notify="container"][class*="alert-pastel-"]>[data-notify="message"] {
    font-weight: 400;
}

/* Conveyancing */

.conveyancing{
    margin-top: 115px;
}

.convey-head{
	background: url("/images/conveyancing-header.jpg") no-repeat center center/cover;
	padding: 5% 0;
	margin-bottom: 5%;
}

.convey-head h1 {
    text-align: center;
    color: #fff;
    font-size: 4em;
    font-weight: 600;
}

.head-swirl {
    width: 40px;
    margin: 0 auto 20px;
    display: block;
}

.conveyancing h2{
	color: #D2AB6B;
	font-size:3em;
	margin-bottom:30px;
	text-transform: none;
}

.body-swirl{
	width: 90%;
    margin: 5% auto;
    display: block;
}

.schedule-swirl{
	width: 40px;
    margin: 5% auto;
    display: block;
}

.six-icons {
	margin-bottom:5%;
}

.six-icons .col-md-6{
	margin-bottom: 30px;
}

.six-icons p{
	color:#fff;
	text-transform: uppercase;
	font-size:17px;
	line-height: 47px;
	margin-bottom: 0;
}

.inner-padding{
	border-radius: 50px;
	background-color: #1A2A57;
	padding:20px;
}

.inner-padding .col-md-9{
	padding:0;
}

.what-we-offer{
    padding: 0% 0 3%;
}

.following-services{
	margin-bottom: 5%;
}

.following-services h2{
	margin-bottom: 35px;
}

.following-services ul{
	padding-left: 0.5em;
}

.following-services li{
	margin-bottom: 15px;
    font-weight: 600;
}

.sub-list{
	list-style: none;
	padding-left:0.5em;
}

.sub-list li{
	color: #5D5D5D;
	font-weight: 100;
}

.schedule{
	background-color: #D2AB6B;
	padding:4%;	
	margin-bottom: 4%;
	text-align: center;
}

.schedule h3{
	font-size: 3.5em;
	color: #fff;
	margin: 30px 0;
	font-weight: 600;
}

.schedule .body-swirl{
	filter: brightness(0);
    margin: 0 auto;
}

/* Home Loan  */
.body-h1{
	font-size: 2.5em;
	line-height: 45px;
	margin-bottom: 5%;
}

.loan-head{
	background: url("/images/home-loan-header.jpg") no-repeat center center/cover;
	padding: 5% 0;
	margin-bottom: 5%;
}

.loan-head h1, .contact-head h1, .about-head h1 {
    text-align: center;
    color: #fff;
    font-size: 4em;
    font-weight: 600;
}

.six-icons h2 {
    text-align: center;
    margin: 5% 0;
}

.apply-loanbox {
    background: url('/images/home-loan-portrait.jpg') no-repeat center center/cover;
    padding: 80% 30px 30px 30px;
    margin-bottom: 20px;
    width: 90%;
    float: right;
    height: 500px;
}

.apply-loanbox h2 {
	color: #fff;
	font-size: 3.5em;
	margin-bottom: 20px;
}

.view-propertiesbox{
	background-color: #D2AB6B;
	padding: 65% 30px 30px 30px;
	width: 90%;
	float:right;
	height: 500px;
}

.view-propertiesbox h2{
	color:#fff;
	font-size: 3.5em;
	margin-bottom: 20px;
}

.right-choice ul{
	padding-left: 2em;
	margin-bottom: 6%;
	margin-right: 10%;
}

.right-choice li{
	margin-bottom: 25px;
	color:#5D5D5D;
}

/* Apply Now Modal */
.modal-dialog {
	width: 60%;
	margin: 10% auto;
}

.modal-body{
	padding: 5%;
    background-color: #D2AB6B;
    color: #fff;
}

#applyNow .close {
    font-size: 40px;
    color: #1A2A57;
    opacity: 1;
	position: absolute;
	text-shadow: none;
    right: 20px;
    top: 0;
}

#applyNow h1{
	text-align: center;
	margin-bottom:4%;
	font-size: 3.5em;
    font-weight: 600;
    color: #fff;
}

#applyNow .btn-enquire{
	margin-top:30px;
	font-weight: 600;
}

.apply-now-box{
	text-align: center;
}

#applyNow label {
    font-weight: 100;
}

.tablet-property{
	display:none;
}

.tablet-features{
	display: none;
}

.last-item a{
	padding-right:0!important;
}

.view-all :hover {
    color: #D2AB6B;
    transition: 0.5s;
}

.property-box span {
    font-size: 2.5em;
    color: #D2AB6B;
	font-weight: 600;
	font-family: adobe-garamond-pro, serif;
}

.home-loan-icon{
	width: 37px;
}

.inner-padding img {
    width: 45px;
    height: 45px;
}

/* Contact */

.contact{
	padding-bottom: 6%;;
}

.contact-head{
	background: url("/images/contact-header.jpg") no-repeat center center/cover;
	padding: 5% 0;
	margin-bottom: 5%;
}

.contact h2{
	padding-right: 35%;
	font-size: 2.5em;
	margin-bottom: 5%;
	line-height: 45px;
	color: #1A2A57;
	font-weight: 100;
	font-family: 'Montserrat', sans-serif;
}

.contact-info {
    margin-bottom: 5%;
}

.contact-info img{
    width: 18px;
    margin-right: 40px;
}

.contact-info p{
	margin-bottom: 15px;
}

.contact-info a{
	font-family: adobe-garamond-pro, serif;
    font-size: 25px;
    line-height: 30px;
}

.form-control:focus {
    border-color: #fff;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 10px 15px;
    font-size: 18px;
    line-height: 1.42857143;
    color: #1A2A57;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    outline: 0;
}

.contact-info a:hover{
	color: #D2AB6B;
	transition: 0.5s;
}

.email-icon{
	width: 20px!important;
}

/* About */
.about-head{
	background: url("/images/about/header.jpg") no-repeat center center/cover;
	padding: 5% 0;
	margin-bottom: 5%;
}

.about-info p {
	font-size: 35px;
    line-height: 43px;
}

.about-info {
    margin-bottom: 5%;
}

.contact .view-propertiesbox{
	background: url('/images/about/view-properties.jpg') no-repeat center center/cover;
	height: 400px;
	width:100%;
	padding: 58% 30px 30px 30px;
}

.conveyancer{
	background-image: none!important;
	background-color:#D2AB6B!important;
}

.contact .apply-loanbox{
	height: 400px;
	width:100%;
	padding: 58% 30px 30px 30px;
}

.contact .view-propertiesbox h2, .contact .apply-loanbox h2{
	color: #fff;
    font-family: adobe-garamond-pro, serif;
	font-size: 3.5em;
    padding-right: 10%;
}

.navigation {
    width: fit-content;
    margin: 0 auto;
}

.pagination>li>a, .pagination>li>span {
    color: #1A2A57;
    background-color: #fff;
    border: 2px solid #1A2A57;
    margin-right: 15px;
}

.pagination-lg>li:first-child>a, .pagination-lg>li:first-child>span {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pagination-lg>li:last-child>a, .pagination-lg>li:last-child>span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.pagination-lg>li>a, .pagination-lg>li>span {
    font-size: 25px;
	font-weight: 600;
	padding: 10px 20px;
	width: 58px;
	text-align: center;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 2;
    color: #1A2A57;
    background-color: #D2AB6B;
    border-color: #1A2A57;
}

/* .pagination a:active {
    background-color: #D2AB6B;
} */

a.active-page.page-link {
    background-color: #D2AB6B;
}

/* a.active-page.page-link:active {
    background-color: #D2AB6B;
} */

#propertyFilters .col-md-3, #propertyFilters .col-md-2 {
    padding-left: 0;
}

.properties-filterbox .btn-main{
	margin:0;
	border-radius: 4px;
}

.properties-filterbox .btn-main:hover{
	color:#1A2A57;
}

/* Footer */
.footer{
	background-color: #1A2A57;
	border: 1px solid #707070;
}

.footer-logo{
	width: 428px;
    margin: 0 auto;
	padding: 6% 0 2%;
}

.footer p{
	color:#fff;
	text-align: center;
	font-family: adobe-garamond-pro, serif;
	font-weight: 400;
	font-style: normal;
	margin-bottom: 30px;
}

.footer a{
	font-family: adobe-garamond-pro, serif;
	font-weight: 400;
	font-style: normal;
	font-size:21px;
}

.footer a:hover{
	color:#D2AB6B; 
	transition: 0.5s;
}

.footer-info img {
	width: 18px;
	margin: 0 30px;
}

.description {
    height: 160px;
    overflow: hidden;
    transition: 2s;
}

.show-more{
	height: auto!important;
	/* transition: 2s; */
}

.show-less{
	height: 200px!important;
	/* transition: 2s; */
	overflow: hidden;
}