/**
 *
Theme Name: 21 Designs Australia
Theme URI: http://www.21designs.com.au
Author: 21 Designs Australia
Author URI: https://21designs.com.au
Description: Custom theme for this site.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: twentyonedesigns
 *
 */

@import url( 'https://fonts.googleapis.com/css?family=Roboto+Slab:300,400,700' );
@import url( 'https://fonts.googleapis.com/css?family=Libre+Franklin' );

:root {
	--main-font-size: 1rem;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto Slab', helvetica, sans-serif;
	font-weight: 700;
}

h1, .h1 {
	font-size: 1.6rem;
}

h2, .h2 {
	font-size: 1.4rem;
}

h3, .h3 {
	font-size: 1.3rem;
}

h4, .h4 {
	font-size: 1.2rem;
}

h5, .h5 {
	font-size: 1.1rem;
}

h6, .h6 {
	font-size: 1rem;
}

body {
	overflow-x: hidden;
	height: 100%;
	width: 100%;
	color: #555;
}

select, input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="password"], input[type="number"], input[type="search"] {
	border: 1px solid #ddd;
	box-shadow: none;
}

[type='text']:focus,
[type='password']:focus,
[type='date']:focus,
[type='datetime']:focus,
[type='datetime-local']:focus,
[type='month']:focus,
[type='week']:focus,
[type='email']:focus,
[type='number']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='time']:focus,
[type='url']:focus,
[type='color']:focus,
textarea:focus {
	border: 1px solid #258faf;
	background: #fbfbf9;
	box-shadow: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

select:focus {
	border: 1px solid #258faf;
	background: #fbfbf9;
	box-shadow: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

button, select, input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="password"], input[type="number"], input[type="search"], input[type="button"], input[type="reset"], input[type="submit"], textarea {
	line-height: 3em;
	padding: 0 1.5rem 0 1rem;
	font-size: 14px;
	border-radius: 3px;
	height: 3em;
}

input[type="number"] {
	padding: 0 0 0 1rem;
}

button,
input[type="button"],
input[type="submit"] {
	box-shadow: none;
	border: none;
}

table tfoot {
	background: transparent;
}

a {
	color: #525f7a;
}



/**
 * Top menu
 *
 */

.top-menu {
	display: flex;
	align-items: center;
}

.top-menu ul {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
}

.top-menu ul li>a {
	font-size: 0.7em;
	font-family: Roboto Slab;
	padding: 0 1rem;
	line-height: inherit;
}

.top-menu ul li:hover a,
.top-menu ul li:hover a:before {
	color: #e50000;
}

.top-menu>li>a:hover:after {
	transform: rotate(-90deg);
	background: #444;
	color: #fff;
}





/**
 * Responsive menu
 *
 */

.title-bar{
	display: none;
	background: #525f7a;
	border-radius: 3px;
	margin: 16px 12px;
	height: 42px;
}

.title-bar .menu-icon {
	margin: 0;
}

.menu-icon::after {
	width: 60%;
	margin: 0 20%;
}





/**
 * Logo
 *
 */

.header-logo img {
	max-height: 40px;
	width: auto;
	margin: 16px 0 0 0;
}





/**
 * Main menu styling
 *
 */

header .main-menu-container {
	height: 75px;
	background: #e8e9ee;
}

header .signup{
	height: 40px;
	background:linear-gradient( 45deg,transparent 7%, #9da1af 1px );
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.signup h2 {
	font-size: 0.9rem;
	margin-left: 115px;
	color: white;
	font-family: Roboto Slab;
	margin-bottom: 0;
	font-weight: 400;
}

.signup h2::before {
	font-family: 'Font Awesome 5 Pro';
	font-weight: 300;
	content: '\f06b ';
}

.signup h2 svg {
	color: white;
	font-size: 16px;
	width: 20px;
	height: 20px;
	margin-right: 5px;
}

.main-menu-container-nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 75px;
}

.menu a {
	font-size: 0.8em;
	font-weight: 600;
	text-transform: uppercase;
}

#main-menu > li > a {
	color: white;
	font-size: 16px;
	font-family: Roboto;
	text-transform: uppercase;
}

.main-menu-container-nav ul > li > a::after {
	font-family: 'Font Awesome 5 Pro';
	font-weight: 300;
	content: '\f107';
}

.main-menu-container-nav ul > li > a svg {
	padding-right: 1px;
	margin-left: 5px;
	color: #525f7a;
	line-height: 1;
	text-align: center;
	border-radius: 50%;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	transform: rotate(-90deg);
	transform-origin: center;
}

.main-menu-container-nav ul > li:hover > a svg {
	transform: rotate(0deg);
}

.main-menu-container-nav ul > li::last-child{
	background: #41a5f3;
	border-radius: 10px;
}

.main-menu-container-nav ul > li:hover::last-child {
	background: #bfbfbf;
}

.main-menu-container-nav ul > li::last-child > a svg {
	color: white;
	background: #41a5f3;
}

/**
 * Breadcrumbs
 *
 */

#header-breadcrumbs {
	height: 40px;
	align-items: center;
	background: linear-gradient( 120deg, #d6dae6 31%, #f5f6f9 31% );
}

#header-breadcrumbs p {
	display: flex;
	justify-content: flex-start;
	align-content: center;
	margin-bottom: 0;
	line-height: 40px;
	font-size: 0.8em;
}

#header-breadcrumbs p::before {
	font-family: 'Font Awesome 5 Pro';
	font-weight: 300;
	content: '\f0ac';
}

#header-breadcrumbs p svg {
	margin-right: 10px;
	font-size: 20px;
	color: #aaaaa1;
	width: 20px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#header-breadcrumbs span {
	color: #bfbfbf;
	font-size: 0.7rem;
	text-transform: uppercase;
}

#header-breadcrumbs span {
	font-size: 0.7rem;
	color: #bfbfbf;
}
#header-breadcrumbs a {
	color: #bfbfbf;
	float: left;
}

#header-breadcrumbs #breadcrumbs > span:first-child {
	margin-left: 8px;
}

#header-breadcrumbs #breadcrumbs i {
	line-height: 20px;
	margin: 0 8px;
	float: left;
	font-size: 0.75rem;
	color: #bfbfbf;
}

main {
	margin-top: 1em;
	padding-top: 1em;
}

main h1:first-child {
	margin-bottom: 1em;
}

#front-page-main {
	height: 70vh;
	margin-bottom: 30px;
}

.home-page-intro {
	padding: 2em;
	background: rgba(255,255,255,0.75);
	position: absolute;
	top: 40%;
	left:50%;
}

.slogan {
	text-transform: uppercase;
	font-size: 5rem;
	font-weight: 800;
	line-height: 0.8;
	font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.slogan em {
	color: #bfbfbf;
	font-style: initial;
}

.description.widget.widget_text {
	width: 600px;
	background: transparent;
	padding: 20px;
	text-align: center;
}

.description.widget.widget_text  .textwidget p img {
	height: 100px;
	width: 100px;
	float: left;
	margin-right: 20px;
}

.description.widget.widget_text  .textwidget p a {
	float: right;
	background: #41a5f3;
	width: 200px;
	color: white;
	text-transform: uppercase;
	cursor: pointer;
}


.description.widget.widget_text  .textwidget p a:before {
	font-family: 'Font Awesome 5 Pro';
	font-weight: 300;
	content: '\f059';
}

.description.widget.widget_text  .textwidget p a svg {
	text-decoration: none;
	color: white;
	margin-right: 5px;
}


/**
 * Single templates
 *
 */

.single header {
}

.single .entry-title h1 {
	margin-bottom: 0.5rem;
}

.single .entry-meta {
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1;
	font-size: 0.9rem;
	padding: 1rem 1rem 1rem 0;
	background: #f8f8f8;
	color: #aaa;
}

.single .entry-meta svg {
	margin: 0 5px 0 20px;
	font-size: 1rem;
	line-height: 1;
	color: #e50000;
	vertical-align: middle;
}

.single .entry-content {
	padding: 2rem;
	position: relative;
}
.single .print-page {
	float: right;
}

a.read-more {
	position: absolute;
	left: 3rem;
	margin-top: 1rem;
	font-size: 1rem;
}

a.read-more span {
	margin: 0 6px;
	text-decoration: underline;
}

a.read-more svg.flipped {
	transform: rotate(180deg);
}

.read-more-content {
	display: none;
}

.single .entry-linked-data {
	padding: 1rem;
}

.entry-linked-data-inner {
	padding: 1rem 2rem;
	border: 1px dotted #ccc;
	background: rgba(255,255,255,0.75);
	width: 100%;
}

.single .entry-linked-data h3 {
	margin: 2rem 0 1rem 0;
}

.single .entry-linked-data h3 svg {
	margin-right: 10px;
}

.single .entry-linked-data th {
	color: #258faf;
}

.single .entry-terms {
	color: #258faf;
	font-size: 0.9rem;
	font-weight: 600;
	text-transform: uppercase;
}

.single .entry-terms svg {
	font-size: 3rem;
	font-weight: 400;
	display: inline-block;
	margin-bottom: 20px;
}

.single .entry-summary {
	margin-top: 2rem;
	margin-bottom: 2rem;
	border: 1px solid #e4e4e4;
	background: rgba(248,248,248,0.75);
}

.single .entry-summary .completion,
.single .entry-summary .value {
	padding: 1rem 2rem;
	font-weight: 800;
	font-size: 3rem;
	color: #258faf;
}

.single .entry-summary .completion label,
.single .entry-summary .value label {
	font-size: 1rem;
	display: block;
	font-weight: 400;
}

.single .entry-summary .completion small,
.single .entry-summary .value small {
	font-weight: 400;
	font-size: 50%;
    color: #333;
}





/**
 * Archives
 *
 */

.archive .page-header {
	border-bottom: 3px solid #eee;
	margin-bottom: 2rem;
	position: relative;
}

.archive .page-header h1 {
	margin-bottom: 1rem;
}

.archive header .show-filters,
.archive header .clear-filters,
.archive header .print-page {
	margin-top: -2.4rem;
	font-size: 0.8em;
	position: absolute;
}

.archive header .show-filters {
	right: 1rem;
}
.archive header .show-filters .highlight {
	color: #2ba6cb;
}
.archive header .clear-filters {
	right: 10rem;
}

.archive header .print-page {
	right: 18rem;
}

.archive header .show-filters a:hover,
.archive header .clear-filters a:hover,
.archive header .print-page a:hover {
	color: #e50000;
	text-decoration: underline;
}

.archive header .show-filters svg,
.archive header .clear-filters svg,
.archive header .print-page svg {
	margin-right: 5px;
}

#current-filters {
	text-align: right;
    margin-bottom: 0.5rem;
    margin-top: -0.5rem;
}
.archive #filters {
	padding: 1rem 2rem;
	margin-top: 1rem;
	margin-bottom: 2rem;
	border: 1px solid #e4e4e4;
	background: #f8f8f8;
	border-radius: 3px;
	position: relative;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#filter-submit {
	position: absolute;
	bottom: 0;
	right: 0;
	visibility: hidden;
}

.archive .page-header label {
	color: #258faf;
	font-weight: 700;
	font-size: 0.7rem;
	text-transform: uppercase;
}

.archive .opportunity-verified,
.archive .facility-verified {
	color: #0a0;
	margin: 4px 10px 8px 0;
	float: left;
}

.archive .opportunity-unverified,
.archive .facility-unverified {
	color: #bbb;
	margin: 4px 10px 8px 0;
	float: left;
}


/**
 * WooCommerce overrides
 *
 */

.home-page-login h2 {
	margin-top: 1em;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
	border: none;
	background: #f5f6f9;
	padding: 40px 40px 80px 40px;
	margin: 0;
	position: relative;
}

.woocommerce form .form-row label[for="username"],
.woocommerce form .form-row label[for="password"] {
	display: none;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
	position: absolute;
	right: 40px;
	bottom: 25px;
	margin: 0;
	float: none;
	padding: .618em 2em;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	color: #333;
	background-color: #d5d7dd;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
	background-color: #525f7a;
	color: #fff;
}

.lost_password,
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
	position: absolute;
	left: 40px;
	padding: 0;
	margin: 0;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
	bottom: 25px;
}

.lost_password {
	bottom: 55px;
}

.lost_password a,
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme span {
	font-size: 12px;
	line-height: 1;
	color: #525f7a;
	vertical-align: middle;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme input[type='checkbox'] {
	margin-bottom: 0;
	vertical-align: middle;
}

/**
 * Forces the standard Woocommerce my-account subpages to be full-wdith
 * as we're hiding the navigation and putting it in the main menu
 *
 */
.woocommerce-account .woocommerce-MyAccount-content {
	float: none;
	width: auto;
}

/**
 * OVerride Membership styling
 *
 */
.woocommerce.wc-memberships.admin-restricted-content-notice {
	background-color: #e50000;
}



/**
 * Foundation 6 overrides
 *
 */

.callout {
	border: 1px solid #cfd4e2;
	border-radius: 5px;
	padding: 2rem;
}

.close-button, .close-button.medium {
	height: 1em;
	right: -10px;
	top: -10px;
	background: #f0f1f5;
	color: #cfd4e2;
}

.close-button:hover, .close-button:focus {
	background: #cfd4e2;
	outline: none;
	color: #f0f1f5;
}

.list-table th {
	padding-right: 20px;
	min-width: 105px;
}

.list-table th a.sort-control {
	color: #258faf;
}

.list-table th a.sort-control:hover {
	color: #ed5000;
}

.list-table th a.sort-control.sorted {
	color: #ed5000;
}

.list-table th a.sort-control.sorted:hover {
	color: #258faf;
}

.list-table th a.sort-control svg {
	position: absolute;
	margin-left: 6px;
	margin-top: 3px;
}

.list-table {
	font-size: 0.85rem;
	word-break: break-word;
}

.list-table .value {
	min-width: 90px;
}

.list-table .status {
	min-width: 90px;
}

.list-table .location {
	min-width: 150px;
}

.list-table .time {
	min-width: 150px;
}

.list-table .year {
	min-width: 120px;
}

.list-table .title {
	min-width: 300px;
}

.list-table .beds {
	min-width: 90px;
}

.list-table .type {
	min-width: 90px;
}

.list-table .location {
	min-width: 150px;
}

.list-table .updated {
	min-width: 150px;
}

.list-table .source {
	min-width: 120px;
}

.list-table .title {
	min-width: 300px;
}

.spacer {
	height: 3px;
	margin: 1em 0;
	display: block;
}

.separator {
	margin: 1em;
	height: 3px;
	display: block;
	background: #f4f4f4;
}

.disabled {
	color: #ccc;
}

a[aria-expanded="true"] {
	color: #e50000;
}

/**
 * Pagination
 *
 */

.paging-bottom {
	color: #525f7a;
	font-size: 13px;
	padding: 1rem;
	margin-top: 2rem;
	margin-bottom: 2rem;
	text-align: right;
	border-top: 3px solid #eee;
}

.prev-next-posts {
	position: relative;
	width: 100%;
}

span.page-numbers,
a.page-numbers {
	border: 1px solid #eee;
	background: #f4f4f4;
	text-align: center;
	width: 24px;
	height: 24px;
	margin: 0 1px;
	line-height: 24px;
	display: inline-block;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

span.page-numbers.current {
	border: 1px solid #e0e0e0;
	background: #eee;
	color: #aaa;
}

span.page-numbers.page-num {
	position: absolute;
	left: 0;
	border: none;
	background: none;
	color: inherit;
	width: auto;
	margin: 0;
}

a.page-numbers {
	color: #e50000;
}

a.next.page-numbers,
a.prev.page-numbers {
	border: none;
	background: none;
	color: inherit;
	width: auto;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

a.next.page-numbers {
	margin: 0 0 0 1em;
}





/**
 * Comments
 *
 */

.entry-comments {
	padding: 0;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.entry-comments-inner {
	padding: 2rem;
	border: 1px solid #e4e4e4;
	background: #f8f8f8;
}

.entry-comments p.logged-in-as {
	text-align: right;
	transform: translateY(-100%);
	margin-bottom: -1rem;
	font-size: 12px;
}

.entry-comments p.form-submit {
	text-align: right;
}

.entry-comments p.form-submit input#submit {
	background: #e50000;
	display: inline-block;
	font-weight: 600;
	color: #fff;
}

.entry-comments p.form-submit input#submit:hover {
	background: #525f7a;
	cursor: pointer;
	color: #fff;
}

.entry-comments .comment-respond {
	border-bottom: 1px solid #ddd;
	margin-bottom: 2rem;
}

.entry-comments .comment-respond textarea {
	line-height: 1.6;
	padding: 0.5rem;
}

ol.commentlist {
	list-style: none;
	background: #fff;
	margin: 2rem 0;
	padding: 1rem 2rem;
	border: 1px solid #e4e4e4;
}

ol.commentlist li.comment {
	margin-top: 1rem;
	margin-bottom: 1rem;
	padding: 0 0 1rem 0;
	border-bottom: 1px dotted #ccc;
}

ol.commentlist ul.children {
	list-style: none;
	padding: 0 0 0 1rem;
	border-left: 3px solid #eee;
	margin-left: 0;
}

ol.commentlist ul.children li.comment {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    border-bottom: none;
}

ol.commentlist .comment-author img {
	width: 24px;
	height: 24px;
}

ol.commentlist .comment-author cite.fn,
ol.commentlist .comment-author span.says {
	display: inline-block;
	font-style: normal;
	font-size: 0.8125rem;
	color: #8a8a8a;
}

ol.commentlist .comment-meta {
	text-align: right;
	transform: translateY(-100%);
	margin-bottom: -1rem;
	font-size: 12px;
}

ol.commentlist .comment-body p {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

ol.commentlist .reply {
	text-align: right;
}

ol.commentlist .reply a.comment-reply-link {
	line-height: 3em;
	padding: 0 2rem;
	font-size: 14px;
	border-radius: 3px;
	height: 3em;
	background: #2ba6cb;
	display: inline-block;
	font-weight: 600;
	color: #fff;
}

ol.commentlist ul.children .reply a.comment-reply-link {
	line-height: 2.4em;
	padding: 0 1rem;
	font-size: 12px;
	height: 2.4em;
	background: #78cae2;
	color: #fff;
}

ol.commentlist a.comment-reply-link:hover,
ol.commentlist ul.children .reply a.comment-reply-link:hover {
	background: #525f7a;
	color: #fff;
}





/**
 * Font Awesome 5 SVG icon hack for pseudo elements
 *
 */
.icon::before,
.icon::after {
	display: none;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}

#header-menu li.menu-item a::before,
#header-menu li.menu-item a::after {
	display: none;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;	
}





/**
 * PRE styling - for development only
 *
 */

pre.dev {
	position: fixed;
	top: 0;
	left: 0;
	margin: 0;
	width: 400px;
	height: 100vh;
	font-size: 12px;
	background: rgba(255,255,255,0.9);
	border-right: 3px solid #ddd;
	padding: 10px;
}

pre.dev svg {
	position: fixed;
	top: 10px;
	left: 350px;
	z-index: 1;
	color: #000;
	font-size: 24px;
}