body {
	overflow-x: hidden;
}
#page-enquire a.elementor-item.enquire,
#page-team a.elementor-item.team,
#page-location a.elementor-item.location,
#page-customisation a.elementor-item.customisation,
#page-residence a.elementor-item.residence,
#page-home a.elementor-item.home {
	color: var(--e-global-color-32163ef );
}


#au_postcode, #int_postcode, div#enquiry_HowDidYouHearHolder {
	width: 100%;
}

div#enquiry_HowDidYouHearHolder select {
	border: none;
	font-family: "Mabry", Sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing:2px;
	color: #4D3642;
}

div#enquiry_HowDidYouHearHolder select option {
	border: none;
	font-family: "Mabry", Sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing:2px;
	color: #4D3642;
}

#int_postcode input {
	border: none;
}

.chk_holder {
	margin:0;
	color: #fff;
	display: block;
	width: 100%;
}
#chkInternational {
   border: 0 none;
   clip: rect(0px, 0px, 0px, 0px);
   height: 1px;
   margin: -1px;
   overflow: hidden;
   padding: 0;
   position: absolute;
   cursor: pointer;
   display:block;
   line-height: 25px;
   width: 20px;
   text-align: center;
   position: relative;
 }
 #chkInternational + label {
	font-family: "Mabry", Sans-serif;
    font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 5px;
    font-weight: bold;
	text-align: left;
	text-align-last: left;
	display: block;
	padding:5px 0 5px 40px;
	position: relative;
 }
 #chkInternational + label:before {
   position: absolute;
   left: 0;
   width: 20px;
   height: 20px;
   top: 50%;
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
   border: 1px solid #fff;
   content: '';
   display: block;
 }
 #chkInternational + label:after {
   position: absolute;
   left: 0;
   width: 5px;
   height: 11px;
   top: 50%;
   left: 8px;
   -webkit-transform: translateY(-60%) rotate(45deg) scale(0);
   transform: translateY(-60%) rotate(45deg) scale(0);
   border-bottom: 2px solid #fff;
   border-right: 2px solid #fff;
   content: '';
   display: block;
   -webkit-transition: all .4s ease-in-out;
   transition: all .4s ease-in-out;
 }
 #chkInternational:checked + label:after {
   -webkit-transform: translateY(-60%) rotate(45deg) scale(1);
   transform: translateY(-60%) rotate(45deg) scale(1);
 }



 /* Token Style */
ul.token-input-list-project {
	border: none;
	width: 100%;
	margin: 0 auto;
	max-width: 100%;
	text-align: left;
	text-align-last: left;
	text-align: -moz-left;
	text-align: -webkit-left;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0;
	clear: both;
}
li.token-input-input-token-project {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 100%
}
ul.token-input-list-project li input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	width: 100% !important;
	margin-bottom: 0;
}

li.token-input-token-project {
	overflow: hidden;
	margin: 0;
	padding:7px 8px;
	background-color: #fff;
	color: #000;
	width: 100%;
	cursor: default;
	font-size: 12px;
	white-space: nowrap;
	list-style: none;
	display: inline-block;
}

li.token-input-token-project p {
	display: inline;
	padding: 0;
	margin: 0 5px 0 0;
	border: none;
    font-family: "Mabry", Sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #4D3642;
}

div.token-input-dropdown-project {
	position: absolute;
	width: 100%;
	background-color: #fff;
	overflow-x: hidden;
	cursor: default;
	font-size: 11px;
	z-index: 13;
	color: #000000;
}
div.token-input-dropdown-project ul {
	margin: 0;
	padding: 0;
	display: block !important;
	max-height: 205px;
}
div.token-input-dropdown-project ul li {
	background-color: #fff;
	font-size: 14px;
	padding: 3px;
	margin: 0;
	list-style-type: none;
	font-weight: 100 !important;
}
div.token-input-dropdown-project ul li.token-input-dropdown-item-project {
	background-color: #fff;
}
div.token-input-dropdown-project ul li.token-input-dropdown-item2-project {
	background-color: #fff;
}
div.token-input-dropdown-project ul li em {
	font-weight: bold;
	font-style: normal;
}
div.token-input-dropdown-project ul li.token-input-selected-dropdown-item-project {
	background-color: #ccc;
	color: #fff;
}
/* Parsley-error */
ul.parsley-errors-list.filled, ul.parsley-errors-list {
	font-size: 10px;
	list-style: outside none none;
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: left;
	position: absolute;
	bottom: -20px;
}
ul.parsley-errors-list.filled li, ul.parsley-errors-list li {
	padding:0;
	text-align: left;
	color: #F00D0D;
}

.elementor-field-type-text {
	position: relative;
}

.fix_aspect {
	aspect-ratio: 1.81;
	object-fit: cover;
}
@media screen  and (max-width: 760px){
	#chkInternational + label {
		font-size: 10px;
		letter-spacing: 2px;
	}
}

.phone,
.phone a {
	font-size: 18px;
	color: #fff;
}