body,p,h1{
	font-family: 'Roboto', sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	color:#5a66c7;
	font-family: 'Montserrat', sans-serif;
}

.awb-subheading {
	margin-top:30px;
	margin-bottom:35px;
}

#awb-dashboard-main h1,
#awb-dashboard-main h2,
#awb-dashboard-main h3,
#awb-dashboard-main h4,
#awb-dashboard-main h5,
#awb-dashboard-main h6,
.awb-dashboard-supplier h1,
.awb-dashboard-supplier h2,
.awb-dashboard-supplier h3,
.awb-dashboard-supplier h4,
.awb-dashboard-supplier h5,
.awb-dashboard-supplier h6 {
	font-family: 'Roboto', sans-serif;
}

.radius{
	border-radius: 5px;
}

body{
	background-color:#f9f9f9;
}

a:not(.button),
a:link:not(.button),
a:visited:not(.button){
	color:#5A66C7;
}

header#awb_header{
	background-color:#fff;
	margin-bottom:20px;
	position:fixed;
	width:100%;
	z-index:10;
	font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: bold;
}

header#awb_header.awb-dashboard{
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 400;
}

header#awb_header:not(.awb-dashboard),
header#awb_header:not(.awb-dashboard) > .grid-x {
	height:70px;
}

header#awb_header.awb-dashboard{
	background-color:#000;
	color:#fff;
}

header#awb_header:not(.awb-dashboard) .menu > li > a:not(.button) {
	color:#000;
}

header#awb_header.awb-dashboard .menu:not(.is-dropdown-submenu) > li > a {
	color:#fff;
}

header#awb-page-header{
	height:375px;
	position:relative;
	background-size: cover;
	background-position: center;
	margin-bottom: 2rem;
}

header#awb-page-header.awb-feature {
	min-height:500px;
	height:50vh;
}

header#awb-page-header.has-filters{
	margin-bottom: 100px;
}

header#awb-page-header .page-header-content{
	position: absolute;
	top:calc(50% + 40px);
	width:100%;
	transform: translateY(-50%);
}

header#awb-page-header.has-background h1 {
	color:#fff;
	text-shadow: 0px 2px 2px rgba(0,0,0,0.5);
}

header#awb-page-header #awb-housedesign-header,
header#awb-page-header #awb-package-header {
	bottom:0;
	left:0;
	width:100%;
	position: absolute;
}

header .detail-header {
	background-color: rgba(0,0,0,0.75);
	color:#fff;
	padding:0.75rem 1rem;
}

header .detail-header h2,
header .detail-header .header-title{
	color:#fff;
	font-size:2rem;
	margin: 0;
}

header .detail-header .awb-stats {
	list-style: none;
	margin:0;
}

header .detail-header .awb-stats li {
	display:inline-block;
	font-size:1rem;
	margin-right: 1rem;
}

header .detail-header .awb-stats li i {
	margin-right: 0.4rem;
}

header .detail-header .price-from {
	font-size:0.625rem;
	color:#fff;
	line-height: 1em;
}

footer{
	padding:1rem 0;
}

footer .menu li a {
	font-size:0.75rem;
	color:#000;
}

.no-margin{
	margin-top:0 !important;
	margin-bottom: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.no-padding {
	padding-left: 0 !important;
	padding-right: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"],
textarea,
select{
	border-radius: 3px;
	border:solid 1px #c5c6cb;
	box-shadow:none;
}

input[type="checkbox"].css-checkbox,
input[type="radio"].css-checkbox {
	position: absolute;
	visibility: hidden;
	z-index: -1000;
}

input[type="checkbox"].css-checkbox + label.css-label,
input[type="checkbox"].css-checkbox + label.css-label.clr,
input[type="radio"].css-checkbox + label.css-label,
 input[type="radio"].css-checkbox + label.css-label.clr {
	padding-left: 32px;
	height: 22px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: 0 0;
	vertical-align: middle;
	cursor: pointer;
	line-height: 1.375rem;
}

input[type="checkbox"].css-checkbox + label.css-label,
input[type="radio"].css-checkbox + label.css-label {
	margin-left: 0;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
	display: inline-block;
	margin-left: 0.5rem;
	margin-right: 1rem;
	margin-bottom: 0;
	vertical-align: baseline;
}

label.css-checkbox-label {
	background-image: url("../img/form-checkbox.png");
	background-size:22px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

input[type="checkbox"].css-checkbox:checked + label.css-label,
input[type="checkbox"].css-checkbox + label.css-label.chk,
input[type="radio"].css-checkbox:checked + label.css-label,
input[type="radio"].css-checkbox + label.css-label.chk {
	background-position: 0 -22px;
}

label.required{
	color:#b00;
}

.button{
	background-color:#5A66C7;
	border-radius:3px;
}

.rounded{
	border-radius: 100px;
}

.tabs,
.tabs-content{
	border:0;
	background-color:rgba(255,255,255,0);
}

.awb-form,
.awb-filter-form,
.awb-home-search-form{
	background-color:#fff;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);

}

.awb-form{
	border-radius:10px;
	padding:25px;
}

.awb-filter-form {
	display: flex;
	justify-content:space-around;
}


.awb-filter-form .awb-filter-attr label {
	text-align: center;
	margin:1rem auto;
}

.awb-filter-form .awb-filter-attr label i {
	margin-right: 0.625rem;
}

.awb-responsive-reveal{
	position:fixed;
	top:50% !important;
	left: 50% !important;
	transform:translate(-50%, -50%);
	background-color:#fff;
	border-radius:10px;
	padding:25px;
	min-width:300px;
}

#awb_logo {
	width:174px;
}

#awb_logo_icon{
	display: inline-block;
	width:50px;
	height:50px;
	margin:10px 25px;
}


.awb-modal {
	position:fixed;
	z-index:1000;
	top:0;
	left:0;
	height:100%;
	width:100%;
}

.awb-modal .modal-background{
	background-color: rgba(0,0,0,0.75);
	position: absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
}


.awb-modal .modal-container{
	background-color:#fff;
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	width:100%;
	max-width: 1000px;
	padding:20px;
}

.awb-home-search-form{
	padding:1rem;
}

.awb-home-search-underline {
	border-bottom:solid 1px #f1f1f1;
	margin-bottom: 1rem;
}

.awb-home-search-underline input[type="text"] {
	border:0;
	max-width: calc(100% - 100px);
	display:inline-block;
}

.awb-home-search-underline input[type="text"]:focus {
	box-shadow: none;
}

.awb-house-design-icon{
	margin-bottom:0.625rem;
	position: relative;
}

.awb-package-exclusive{
	background-color: rgba(72,78,187,0.6);
	color:#fff;
	padding:0.5rem 0.625rem;
	line-height: 1em;
	font-weight: 500;
	position: absolute;
	top:0;
	left:0;
	width:100%;
}

.awb-house-design p {
	margin-bottom:0.5rem;
}

.awb-house-icon{
	width:20px;
	height:20px;
	display:inline-block;
	margin-right:0.625rem;
}

.awb-house-design,
.awb-list-package,
.awb-builder-logo{
	background-color:#fff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
}



.awb-builder-logo{
	height:240px;
	position: relative;
}

.awb-builder-logo > a img {
	position: absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	max-height:200px;
	width:auto;
}

#AWBHomePackages .awb-filter-form {
	margin-bottom: 2rem;
}

#AWBDesignsSearch,
#AWBPackagesSearch {
	position: absolute;
	bottom:0;
	width:100%;
}

#AWBDesignsSearch .awb-filter-form,
#AWBPackagesSearch .awb-filter-form {
	transform: translateY(50%);
}

.awb-filter-form select {
	color:#fff !important;
	background-color: #354653;
	border: 0;
}

a.awb-filter-option-button,
.awb-filter-option-button {
	width:40px;
	height:40px;
	border-radius:20px;
	text-align: center;
	color:#fff !important;
	background-color: #354653;
	line-height:40px;
	font-size:1rem;
	margin:0 2.5px;
	padding:0;
}

.awb-filter-option-button.active{
	font-weight: 500;
	background-color: #5a66c7;
}

.awb-filter-attr{
		padding-left: 0.75rem;
		padding-right: 0.75rem;
		margin-bottom: 1rem;
}

.awb-filter-attr-col{
	display: flex;
	align-items: center;
}

.awb-filter-attr-col > span{
	margin:auto 8px;
}

.awb-list-package .attr{
	font-size:14px;
	margin-bottom: 3px;
}

.awb-list-package .awb-list-package-title{
	padding:0.75rem 0;
}

.awb-list-package .awb-list-package-title h6 {
	font-size: 0.85rem;
}

.awb-list-package .awb-list-package-info{
	margin-bottom: 0.625rem;
}

.awb-list-package .awb-list-package-footer {
	background-color:#354653;
	color:#fff;
	padding:0.625rem 1rem;
}

.awb-list-package .awb-list-package-footer small{
	margin-bottom:0;
}

.awb-list-package .awb-list-package-footer .price {
	font-size:1.75rem;
	line-height: 1em;
}


.awb-list-package .builder {
	width: 125px;
	height: 70px;
	background-color: #fff;
	padding:0.625rem;
	text-align:center;
}

.awb-list-package .builder img {
	max-height: 50px;
	width:auto;
}

.awb-content-container {
	background-color:#fff;
	margin-bottom: 1rem;
	padding-bottom: 2rem;
	line-height: 2em;
}

.awb-content-container nav {
	background-color: #354653;
	padding: 0.5rem 0;
	margin-bottom: 1.5rem;
}

.awb-content-container nav .menu a {
	color:#fff;
	font-weight: 500;
}

.awb-content-container nav .menu .active > a {
	background-color: #5a66c7;
}

.awb-content-container nav .button.enquire {
	background-color: #8dc63f;
	padding: 0.625rem 1rem;
}

.awb-content-container .awb-section-subtitle {
	margin-bottom: 2rem;
}

.awb-floorplan-icon {
	text-align: center;
}

.awb-floorplan-icon img {
	max-width: 50vw;
	max-height: 50vh;
	margin:auto;
	display: inline-block;
}

header#awb_header.awb-dashboard #awb_logo_icon{
	width:25px;
	height:25px;
	margin:7px 25px;
}

.awb-spacer{
	height:2rem;
}

.awb-specs{
	list-style:none;
	display:flex;
	margin:0;
	width:100%;
}

.awb-specs li {
	text-align:center;
	color:#354653;
	padding:1rem;
	flex-grow: 1;
	flex-basis: 0;
}

.awb-specs .stat h6 {
	color:#354653;
}

#awb-intro{
	background-image:url('../img/awb-intro-background.jpg');
	background-size:cover;
	background-position: center;
	min-height:50vh;
	position: relative;

}

#awb-intro-logo {
	width:285px;
	margin-bottom:1rem;
}

#awb-intro-segment #awb-intro-sewgment-content {
	position:absolute;
	left:0;
	right:0;
	top:50%;
	transform: translateY(-50%);
	z-index: 2;
}

#awb-intro-content {
	padding-top:calc(10vh + 90px);
	padding-bottom:15vh;
}

#awb-intro-content h1{
	color:#fff;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	line-height: 1.1em;
	margin-bottom: 30px;
}

#awb-intro-segment{
	min-height:50vh;
	position: relative;
}

#awb-intro-segment-background {
	position: absolute;
	z-index: 1;
	left:0;
	right:0;
	top:0;
	bottom: 0;
}

#awb-intro-segment-background .awb-segment-builders{
	background-image: url('../img/awb-intro-builder-background.jpg');
	background-size: cover;
	height:50vh;
}

#awb-intro-segment-background .awb-segment-homebuyers{
	background-image: url('../img/awb-intro-buyer-background.jpg');
	background-size: cover;
	height:50vh;
}

#awb-intro-segment #awb-intro-sewgment-content {
	color:#fff;
}

.awb-intro-icon{
	margin-bottom: 1.5rem;
}

#awb-process-builders,
#awb-process-buyers{
	position: relative;
}

#awb-process-builders-background,
#awb-process-buyers-background{
	position: absolute;
	z-index: 1;
	top:0;
	left:0;
	right: 0;
}

.awb-more-listing {
	background-color:#f9f9f9;
	padding-top:3rem;
	padding-bottom:3rem;
	margin-top: 3rem;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #cef;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #cef transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


@media screen and (min-width: 40rem) {

	h2 {
		font-size:1.5rem;
	}

	header#awb_header:not(.awb-dashboard),
	header#awb_header:not(.awb-dashboard) > .grid-x {
		height:90px;
	}



	.awb-filter-form .awb-filter-attr{

	}
}

@media screen and (min-width: 750px) {


	#awb-process-builders-content .awb-process-content-cell,
	#awb-process-buyers-content .awb-process-content-cell{
		padding:3.5rem 2rem;
	}



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


	a:hover {
		color:#00aeef;
	}
	.button:hover{
		background-color:#00aeef;
	}

}
