
/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #222;
    font-size: 1em;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
    border: none;
    max-width: 100%;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
    padding:0;
    margin:0;
}

.contentwrap {
    position: relative;
    max-width: 1200px;
    padding: 20px 30px;
    margin: 0 auto;
}

/** logo **/
.logo {
    text-decoration: none;
    width: 200px;
}
.logo h1 {
    margin: 0px;
}

/*** socials ***/
.site-links {
    display: inline-block;
    vertical-align: middle;
}
.site-link {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    margin: 5px;
}

/** menus **/
nav ul,
.booking, 
.booking ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
nav li,
.header-menu .booking {
    display: inline-block;
    vertical-align: bottom;
    text-align: center;
    width: auto;
}
nav a {
    display: block;
    width: 100%;
    color: inherit;
    text-decoration:none;
    box-sizing: border-box;
}
nav li li,
.booking li li {
    display: block;
    text-align: left;
    margin: 0;
}
.booking li li {
    text-align: center;
    color: inherit;
}

header,
footer {
    font-size: 18px;
    line-height: 1;
    letter-spacing: 1.5px;
}
header a:link, header a:visited,
footer a:link, footer a:visited,
.bykeo a:link, .bykeo a:visited {
    text-decoration: none;
    color: inherit;
}
header li.active > a,
header li.active > a {
    color: #fff;
}
header li.depth-0.active > a {
    color: #000;
}
header li.depth-0 > a > .subtitle,
footer .subtitle {
    display: none;
}
a.tel:link,
a.tel:visited,
header .booking .button,
footer .details a.tel:hover,
footer nav li.depth-0:last-of-type {
    color: #f47729;
    text-decoration: none;
}
.header-menu a.tel,
.header-menu > ul,
.footer-menu > ul {
    display: inline-block;
    vertical-align: middle;
    width: auto;
}
.header-menu > ul {
    vertical-align: bottom;
}
.header-menu li.depth-0,
.footer-menu li.depth-0 {
    margin: 0px 5px;
}
.header-menu li a,
.footer-menu li a {
    padding: 10px 15px;
    transition: all 0.3s ease;
}
.header-menu li.depth-0:hover,
.footer-menu li.depth-0:hover,
footer nav li.depth-0:last-of-type:hover,
footer .details a:hover {
    color: #79cdcf;
}

/** book now menus **/
.booking {
    position: relative;
}
.booking .wrapper {
    display: none;
    position: absolute;
    background-color: #f4f4f4;
}
.booking:hover .wrapper {
    display: block;
}
.wrapper .widget {
    display: block;
    width: 100%;
    height: auto;
    color: #8c9091;
    padding: 8px 5px;
    background-color: transparent;
    border: 1px solid #53284f;
    border-bottom: 0px;
    box-sizing: border-box;
    cursor: pointer;
    transition: all 0.3s ease;
}
.widget a {
    display: block;
    width: 100%;
    text-decoration: none;
    color: inherit;
    box-sizing: border-box;
}
.wrapper > li:last-of-type {
    border-bottom: 1px solid #53284f;
}
.wrapper .widget:hover {
    background-color: #79cdcf;
}

/* common */
.menu-frame {
    margin: 0px 40px;
}
.img-frame {
    padding: 40px;
    padding-top: 0px;
}
.img-frame.bottom {
    padding-top: 40px;
}

/*============ header ============*/
header.top {
    position: absolute;
    top:0;
    left:0;
    color: #8c9091;
    background-color: #FFF;
    width: 100%;
    z-index: 1000;
}
header.top.sticky {
    position: fixed;
}
.booking-block.top {
    /* mobile only */
    display: none;
}
main {
    display: block;
    padding-top: 100px; /* for header */
}
header > .contentwrap {
    position: static;
    padding: 22px 30px;
    padding-bottom: 0px; /* li need to touch bottom */
    max-width: 1260px;
    box-sizing: border-box;
}
.flex {
    display: flex;
    justify-content: space-between;
}
header .logo {
    position: relative;
    width: 300px;
    max-width: 100%;
    height: auto;
    padding-right: 20px;
    padding-bottom: 20px;
}
.header-menu {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    text-align: right;
    width: 100%;
}
.header-menu a.tel {
    align-self: flex-start;
    padding-top: 15px;
}

/** drop icons **/
.header-menu .arrow {
    display: none;
}
.header-menu li.depth-0 > a {
    padding-top: 15px;
    padding-bottom: 45px;
}
.header-menu li.depth-0.has-sub a {
    position: relative;
}
.header-menu li.depth-0.has-sub:hover > a > .arrow {
    display: block;
}
.header-menu .arrow {
    position: absolute;
    bottom: 16px;
    left: 50%;
    margin-left: -10px;
    width: 20px;
    height: 20px;
    border-right: 2px solid #79cdcf;
    border-bottom: 2px solid #79cdcf;
    border-radius: 2px;
    transform: rotate(45deg);
}

/** booking **/
header ul.booking {
    position: static;
}
header ul.booking .button {
    white-space: nowrap;
    color: #f47729;
    background-color: transparent;
    padding: 0px;
    min-width: 0px;
}

/** sub menu**/
.header-menu .menu-frame {
    display: none;
    position: absolute;
    top: 100%;
    left:0;
    right: 0px;
    padding: 40px 30px;
    box-sizing: border-box;
    background-color: #79cdcf;
    background-color: rgba(121,205,207,0.81);
    color: #FFF;
    text-align: left;
    z-index: 10000;
}
.header-menu li:hover > .menu-frame {
    display: block;
}

.menu-frame .contentwrap {
    display: flex;
    align-items: flex-start;
    font-size: 30px;
}
.menu-frame .parent {
    display: inline-block;
    width: 30%;
}
.menu-frame .parent span {
    display: block;
}
.menu-frame .parent .title {
    padding-bottom: 20px;
}
.menu-frame .parent .subtitle {
    font-size: 20px;
}
.menu-frame ul,
header ul.booking .wrapper {
    display: inline-block;
    vertical-align: top;
    width: 68%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
nav.header-menu .menu-frame li {
    display: inline-block;
    width: 48%;
    flex-grow: 0;
    flex-shrink: 1;
}
nav.header-menu .menu-frame li > a {
    padding: 8px 15px;
}
.menu-frame .parent a {
    padding-left: 0;
}
.menu-frame ul a,
.menu-frame .parent .title {
    color: #53284f;
}
.menu-frame a:hover,
.menu-frame .parent a:hover .title {
    color: #FFF;
}

/** booking sub**/
header ul.booking:hover .wrapper {
    display: inline-block;
}
header ul.booking .wrapper {
    position: static;
    background-color: transparent;
}
.menu-frame .wrapper .widget {
    font-size: 25px;
    text-align: left;
    color: #53284f;
    padding: 8px 15px;
    border: 0px;
    transition: color 0.3s ease;
}
.menu-frame .widget .purple {
    transition: color 0.3s ease;
}
.menu-frame .wrapper .widget:hover,
.menu-frame .wrapper .widget:hover .purple {
    color: #FFF;
    background-color: transparent;
}

/*** mob menus **/
.mobile-menu {
    display: none;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    right: 30px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 100;
}
.mobile-menu span {
    display: block;
    background-color: #f47729;
    width: 100%;
    height: 4px;
    border-radius: 4px;
    margin: 8px 0;
    transition: all 0.5s ease;
}
.mobile-menu span:first-of-type {
    margin-top: 6px;
}
.mobile-menu span:last-of-type {
    margin-bottom: 6px;
}
.slide-menu-active .mobile-menu span.two {
    opacity: 0;
}
.slide-menu-active .mobile-menu span.one {
    -webkit-transform: rotate(-45deg) translate(-9px, 8px);
    transform: rotate(-45deg) translate(-9px, 8px);
}
.slide-menu-active .mobile-menu span.three {
     -webkit-transform: rotate(45deg) translate(-8px, -8px);
     transform: rotate(45deg) translate(-8px, -8px);
}

/***** Slide menu ****/
.slide-menu {
    display:none;
}
.slide-menu {
	background: #f4f4f4;
    width: 240px;
    z-index:1000;
	position: fixed;
	height: 100%;
	top: 0;
	border-left: 1px solid #53284f;
	right: -241px;
	overflow-y: auto;
}
.slide-menu-active .slide-menu {
    right: 0px;
}
.site-content-menu-slide {
    overflow-x:hidden;
    position:relative;
    right:0;
}
/* transition for menu slide */
.slide-menu,
.site-content-menu-slide,
#mobile-menu {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.slide-menu h3 {
	position: relative;
	padding: 16px;
	font-size: 30px;
	color:#fff;
	background: #53284f;
	margin:0;
	cursor: pointer;
}
.slide-menu p.phone {
    margin: 0px;
}
.slide-menu p.phone > a:hover {
    background-color: transparent;
}
.slide-menu ul {
    padding:0;
    margin:0;
    list-style:none;
}
.slide-menu ul.booking,
.slide-menu ul.booking .wrapper {
    width: 100%;
}
.slide-menu ul.booking {
    background-color: #f47729;
}
.slide-menu ul ul,
.slide-menu .booking .wrapper {
	background: #e7e7e7;
}
.slide-menu ul ul ul{
	background: #dbdbdb;
}
.slide-menu li {
    display: block;
    width: 100%;
    text-align: left;
}
.slide-menu .booking li li {
    text-align: left;
}
.slide-menu li > ul,
.slide-menu .subtitle,
.slide-menu .booking:hover .wrapper {
    display:none;
}
.slide-menu li.expand-active > ul,
.slide-menu .booking:hover li.expand-active .wrapper {
    display: block;
}
.slide-menu a,
.slide-menu span.button,
.slide-menu .wrapper li.widget {
	display: block;
	color: #030b16;
	font-size: 18px;
	font-weight: 300;
	border: 0px;
	padding: 16px;
	text-decoration:none;
}
.slide-menu span.button {
    text-align: left;
    width: auto;
    min-width: 0px;
    box-sizing: border-box;
}
.slide-menu li.depth-0 > a,
.slide-menu span.button {
    font-size: 20px;
}
.slide-menu li.has-sub {
    position: relative;
}
.slide-menu li.has-sub > a,
.slide-menu .booking > li.top > .button {
    position: relative;
    width: auto;
    margin-right: 50px; /* space for drop */
}
.slide-menu a:hover {
	background-color: #79cdcf;
}
nav.slide-menu li.depth-0:last-of-type > a:hover {
    color: #FFF;
    background-color: #f47729;
}
.slide-menu ul .expand {
    position: absolute;
    top: 0;
    right: 0;
    height: 54px;
    width: 50px;
    cursor: pointer;
}
.slide-menu ul .expand i {
    content:"";
    display: block;
    height: 100%;
    width: 100%;
    background: url('https://storage.googleapis.com/kms-au.appspot.com/sites/paul-harvey/app/2025-01-24T07%3A14%3A07.625899/img/menu-drop.svg') no-repeat center center;
    background-size: 30%;
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease;
}
.expand-active > .expand i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

/*============ footer ============*/
.footer-wrapper .contentwrap {
    text-align: center;
    padding: 40px 30px;
}
/** grey editable **/
.footer-editable {
    background-color: #f4f4f4;
}
.footer-editable .col-wrap {
    padding: 0px;
}

/** online booking promo **/
.booking-block {
    color: #FFF;
    background-color: #f47729;
}
.booking-block .contentwrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.booking-block h2 {
    display: inline-block;
    vertical-align: middle;
    color: #FFF;
    margin: 0;
}
.booking-block .booking,
div.booking.widget {
    width: 40%;
}
.booking-block .booking span.button,
div.booking.widget {
    display: block;
    font-size: 36px;
    color: #FFF;
    background-color: #53284f;
}
div.booking.widget:hover {
    background-color: #79cdcf;
}
.booking-block .booking .wrapper {
    left:0;
    color: #8c9091;
    bottom: 100%;
    width: 100%;
    z-index: 1001;
}
.booking-block .widget {
    font-size: 20px;
    border-bottom: 0px;
}


/** menu **/
footer {
    font-size: 18px;
    font-weight: 100;
    color: #FFF;
    background-color: #53284f;
}
.footer-wrapper footer .contentwrap {
    padding-bottom: 0px;
}
footer div.top,
footer .wrap,
footer div.bottom {
    display: flex;
    justify-content: space-between;
}
.logo-wrap {
    text-align: left;
}
.logo-wrap p {
    margin: 5px 0;
}
.footer-menu {
    display: inline-block;
    vertical-align: middle;
}
footer .details {
    text-align: left;
    padding-left: 20px;
}
footer .details p {
    margin: 5px 0px;
}
footer .phone {
    color: #f47729;
}
footer .bottom p {
    margin: 5px 0;
}

/** bykeo ***/
.bykeo {
    display: block;
    text-align: center;
    letter-spacing: 1.2px;
    font-size: 12px;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
}
.bykeo a {
    color: grey;
    text-decoration:none;
}
.bykeo img {
    vertical-align: middle;
    display: inline-block;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.bykeo a:hover img{
    transform-origin: center;
    transform: translateX(-200%) rotate(-360deg);
}


/*============ splash ============*/
/*  home top+bottom banners */
.banners.banners-home-top .banner-stage {
    /*padding-top: 38%;*/
    min-height: 35vw;
    position:relative;
}
.banners .banner {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    display:block;
    text-decoration: none;
    background-color: #afb6ba;
    background-position:center;
    background-size:cover;
    z-index:0;
}
.banners-home-top .banner:before,
.banners-home-bottom .banner:before {
    content:"";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.2);
    mix-blend-mode: multiply;
}
div.banners-home-bottom > .banner-stage > .banner {
    position: relative;
}
.banners .banner.active {
    position: relative;
    height: 100%;
    min-height: 35vw;
    opacity: 1;
    z-index: 1;
}
.banner .banner-content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #FFF;
    font-size: 36px;
    max-width: 1260px;
    padding: 40px 30px;
    padding-top: 80px;
    min-height: 35vw;
    height: 100%;
    box-sizing: border-box;
    margin: 0 auto;
}
.banner-content > span {
    display: block;
    width: 32%;
}
.banners .banner-navigation,
.banners-home-top .banner-nav-item > span {
    display:none;
}
.banner-caption {
    padding-top: 20px;
    color: #79cdcf;
    transition: color 0.3s ease;
}
a.banner .banner-caption:hover {
    color: #53284f;
}
a.banner:not([href]) .banner-caption {
    display: none;
}

/* top only */
.banners-home-top {
    position: relative;
}
.banners-home-top .banner {
     opacity:0;
     transition: opacity 0.5s ease;
}
.banners-home-top .banner-navigation {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    z-index: 1;
}
.banners-home-top .banner-navigation-body {
    text-align: center;
    padding: 10px 30px;
    max-width: 1260px;
    box-sizing: border-box;
    margin: 0 auto;
}
.banners-home-top .banner-nav-item {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1.5px solid #fff;
    border-radius: 50%;
    margin: 0px 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.banners-home-top .banner-nav-item:hover {
    background-color: #79cdcf;
}
.banners-home-top .banner-nav-item.active,
.banners-home-top .banner-nav-item.active:hover {
    background-color: #53284f;
}


/** feature area **/
.bg-img {
    background-color: #f4f4f4;
    background-size: cover;
    min-height: 100vh;
    box-sizing: border-box;
}
.feature-wrap {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100vh;
    box-sizing: border-box;
}
.feature-wrap .feature {
    display: table-cell;
    color: #FFF;
    font-size: 24px;
    height: 100%;
    overflow: hidden;
}
.feature-wrap .feature:first-of-type .title-block {
    background-color: #79cdcf;
}
.feature:first-of-type .expander {
    background-color: rgba(121,205,207, 0.6);
}
.feature-wrap .feature:last-of-type .title-block {
    background-color: #f47729;
}
.feature:last-of-type .expander {
    background-color: rgba(244,119,41, 0.6);
}
.feature .content {
    padding: 40px 30px;
    max-width: 630px;
    box-sizing: border-box;
    margin: 0;
}
.feature:nth-of-type(odd) .content {
    padding-right: 100px;
    margin-left: auto;
}
.feature:nth-of-type(even) .content {
    padding-left: 100px;
    margin-right: auto;
}

/* drops */
.expander {
    height: 80px;
    overflow: hidden;
    box-sizing: border-box;
    transition: height 1s ease;
}
.feature:hover .expander.has-content {
    height: 100%;
    padding-bottom: 12%; /*home-feature overlap*/
}
.feature a {
    text-decoration: none;
}
.feature h2 {
    text-align: center;
    color: #FFF;
    line-height: 1;
    margin: 0;
}
.feature h3 {
    font-size: 40px;
    line-height: 1;
    color: #53284f;
    margin: 40px 0;
}


/** subs **/
.t-home .subs.contentwrap {
    margin-top: -10%;
}
.subs > ul,
.related > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
/*.subs.even > ul {
    justify-content: space-evenly;
}*/
.related > ul {
    justify-content: space-evenly;
}
.subs li,
.related li {
    display: inline-block;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    vertical-align: top;
    width: 30%;
    background-color: #ffffff;
    border-radius: 3px;
    margin: 20px 0px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(35,31,32,0.1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(35,31,32,0.1);
    box-shadow: 0px 0px 15px 0px rgba(35,31,32,0.1);
}
.subs li.active {
    display: none;
}
.subs li > a,
.related li > a {
    position: relative;
    color: #53284f;
}
.subs li > a {
    padding: 12% 10%;
    padding-top: 60%; /*for image*/
}
.subs li > a .title,
.related li > a .title {
    transition: color 0.3s ease;
}
.subs li > a[href]:hover .title,
.related li > a[href]:hover .title {
    color: #79cdcf;
}
.t-home .subs li.site-feat,
.t-home .subs li.kids {
    background-color: #FFF;
}
.t-home .subs li.site-feat > a,
.t-home .subs li.kids > a {
    color: #53284f;
}
.t-home .subs li.site-feat > a,
.t-home .subs li.kids > a {
    transition: color 0.3s ease;
}
.t-home .subs li.site-feat > a:hover,
.t-home .subs li.site-feat > a:hover .title {
    color: #79cdcf;
}
.t-home .subs li.kids > a:hover,
.t-home .subs li.kids > a:hover .title {
    color: #f47729;
}
.subs .menu-icon, /* menu version (pages) */
.related .menu-icon { /* related (pages) */
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: opacity 0.3s ease;
}
.subs .menu-icon {
    top: 6%;
    left: 50%;
    width: 50%;
    margin-left: -25%; /*center*/
}
.subs .menu-icon:before,
.subs .staff .menu-icon:before,
.subs .office .menu-icon:before, /* so we don't override later */
.related .icon-wrapper:before {
    content:"";
    display: block;
    width:100%;
    padding-top:100%;
}
.subs li .menu-icon,
.related li .menu-icon {
    opacity: 1;
}
.subs li.has-hover .menu-icon.hover,
.related li.has-hover .menu-icon.hover {
    opacity: 0;
}
.subs li.has-hover > a:hover .menu-icon.hover,
.related li.has-hover > a:hover .menu-icon.hover {
    opacity:1;
}

.subs li .title {
    display: block;
    font-size: 36px;
    line-height: 1;
    padding-bottom: 30px;
}
.subs li .subtitle {
    display: none;
}

.subs .page-teaser {
    font-size: 18px;
    font-weight: 500;
}

/*** brand scroller banners***/
.brands.contentwrap {
    padding-top: 0px;
    padding-bottom: 40px;
    text-align: center;
}
.brands h2.purple {
    text-transform: lowercase;
    margin-top: 0px;
}
.banners-brand-scroller {
    position: relative;
    overflow-x: auto;
}
.js .banners-brand-scroller {
    overflow: hidden;
}
.banners-brand-scroller .banner-stage {
    padding-top: 0px;
    height: auto;
    white-space: nowrap;
    overflow: hidden;
}
.banners-brand-scroller .banner {
    position: static;
    display: inline-block;
    width: 150px;
    height: 150px;
    padding: 0px;
    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-filter: grayscale(100%) opacity(30%);
    filter: grayscale(100%) opacity(30%);
    transition: -webkit-filter 0.3s ease-in-out,
                filter 0.3s ease-in-out;
    margin: 0px 20px;
}
.banners-brand-scroller .banner:hover {
    -webkit-filter: grayscale(0%) opacity(100%);
    filter: grayscale(0%) opacity(100%);
}
/*
.animate .banner.active { /* first one pulls the others
    animation: scrollbrands 20s linear infinite;
}
@keyframes scrollbrands {
    0%   {margin-left: 0px;}
    100% {margin-left: -1140px;} /* can't update with js
}
.animate:hover .banner {
     animation-play-state: paused;
} */

.banners-brand-scroller .banner-content {
    display: none;
}

/*============ sub page============*/
.page-body {
    padding-top: 40px;
    padding-bottom: 80px;
}
.page-top {
    padding-top: 20%;
    /* min-height: 200px; */
    background-color: #afb6ba;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position:center;
    box-sizing: border-box;
}

.title-block {
    position: relative;
    background-color: #79cdcf;
}
.title-block h1 {
    color: #FFF;
}

/** subs + site-featured **/
.subs li.site-feat {
    background-color: #79cdcf;
}
.subs li.kids {
     background-color: #f47729;
}
.subs li.site-feat > a,
.subs li.kids > a {
    color: #FFF;
}
.subs li.site-feat > a .title,
.subs li.site-feat > a:hover .title,
.subs li.kids > a .title,
.subs li.kids > a:hover .title{
    color: #53284f;
}


/** related 'menu' **/
.no-m {
    margin-bottom: 0px;
}
.related li > a {
    display: flex;
    /*flex-wrap: wrap;*/
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
}
.related .icon-wrapper {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 20%;
    box-sizing: border-box;
    margin-right: 1%;
    min-width: 60px;
}
.related .icon-wrapper:before { /* square */
    content:"";
    display: block;
    width: 100%;
    padding-top: 100%;
}
.related .menu-icon {
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    padding-top: 0px;
}
.related .title {
    display: inline-block;
    vertical-align: middle;
    font-size: 25px;
    flex-grow:1;
}

/** page-bottom **/
.page-bottom {
    padding-top: 30%;
    min-height: 250px;
    background-color: #afb6ba;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    box-sizing: border-box;
}

/*============ Kids Styles ============*/
.t-kids .title-block {
    background-color: #f47729;
}
.t-kids .title-block h1,
.t-kids .booking-block h2 {
    color: #FFF;
}
.t-kids h1,
.t-kids h2,
.t-kids h3,
.t-kids h4 {
    color: #f47729; /*orange*/
}
.t-kids .page-body {
    padding-bottom: 0px;
}

/** content styles **/
.t-kids .page-body a.button:link,
.t-kids .page-body a.button:link:visited
.t-kids .page-body .button {
    background-color: #79cdcf; /*blue*/
}
.t-kids .page-body a.button:link:hover,
.t-kids .page-body a.button:link:visited:hover
.t-kids .page-body .button:hover {
    background-color: #f47729; /*orange*/
}
.t-kids main .col-wrap {
    position: relative;
    padding: 6% 1000px;
    background-color: #d4c8d2;
    background-image: url('https://storage.googleapis.com/kms-au.appspot.com/sites/paul-harvey/app/2025-01-24T07%3A14%3A07.625899/img/kids-bg.svg');
    background-size: 400px;
    background-repeat: repeat;
    margin-left: -1000px; /* extend outside the contentwrap*/
}
.t-kids .service {
    color: #53284f; /*purple*/
    font-weight: bold;
}
.t-kids .service h3 {
    margin-top: 5px;
    font-size: 25px;
}
.t-kids .service img {
    animation: swing 8s ease infinite;
}
@keyframes swing {
     0% {transform: rotate(-2deg);}
    25% {transform: rotate(4deg);}
    50% {transform: rotate(-2deg);}
    75% {transform: rotate(4deg);}
   100% {transform: rotate(-2deg);}
}

/*============ office list ============*/
.t-office .title-block {
    background-color: #53284f;
}
div.booking.widget {
    background-color: #f47729;
}
/** auto booking buttons **/
.center {
    text-align: center;
}
.button-wrap {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    justify-content: space-evenly;
    padding-bottom: 20px;
}
.button-wrap .widget.button {
    display: inline-block;
    font-size: 1.3em;
    padding: 15px 2%;
    margin: 5px;
    background-color: #79cdcf;
    transition: all 0.3s ease;
    cursor: pointer;
}
.button .sml-txt {
    display: block;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.6em;
    padding-bottom: 5px;
}
.button-wrap .widget.button:hover {
    background-color: #f47729;
}

/* other locations menu */
.others li.depth-0 {
    position: relative;
}
.others li > ul {
    display: none;
    position: absolute;
    left:0;
    top: 100%;
    width: 100%;
    background-color: #f4f4f4;
    box-sizing: border-box;
}
.others li li {
    display: block;
    text-align: center;
    color: #6d6e71;
    border: 1px solid #53284f;
    border-top: 0px;
}
.others li.depth-1 > a {
    color: inherit;
    padding: 5px;
    transition: all 0.3s ease;
}
.others li.depth-1 a:hover {
    background-color: #79cdcf;
}
.others li.depth-0:hover > ul {
    display: block;
}

/* staff */
.subs .page-subtitle {
    display: block;
    font-size: 36px;
    line-height: 1;
}
.subs li.staff > a,
.subs li.office > a {
    padding-top: 5%;
}
.subs li.office .page-subtitle {
    transition: color 0.3s ease;
}
.subs li.office > a:hover > .page-subtitle {
    color: #79cdcf
}
.subs .icon-wrapper { /* macro version (staff + office) */
    width: 100%;
    padding: 5% 15%;
    box-sizing: border-box;
    margin: 0 auto;
}
.subs .staff .menu-icon,
.subs .office .menu-icon,
.icon-circle {
    position: static;
    width: 100%;
    padding-top: 0px;
    border-radius: 50%;
    background-size: cover;
    margin-left: 0;
}
.subs .staff .menu-icon,
.subs .office .menu-icon {
    border: 1.5px solid #FFF;
    transition: border-color 0.3s ease;
}
.subs li.office > a[href]:hover .menu-icon,
.subs li.staff > a[href]:hover .menu-icon{
    border-color: #79cdcf;
}
.icon-circle:before { /* square */
    content:"";
    display: block;
    width: 100%;
    padding-top: 100%;
}
.subs .office .title,
.subs .staff .role {
    color: #79cdcf;
}

/*============ office item ============*/
.page-title a {
    text-decoration: none;
    color: inherit;
}
.t-office .content-title {
    padding-bottom: 40px;
}
.t-office .content-title h2 {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}
a.button.purple {
    background-color: #53284f;
}
a.button.purple:hover {
    background-color: #79cdcf;
}

/** booking widget **/
div.widget {
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 36px;
    line-height: 1;
    color: #FFF;
    background-color: #f47729;
    padding: 10px 2%;
    box-sizing: border-box;
    width: 40%;
    max-width: 100%;
    cursor: pointer;
    transition: all 0.3s ease;
}
div.widget p {
    display: block;
    text-align: center;
    line-height: 1;
    margin: 0;
}
div.widget:hover {
    background-color: #79cdcf;
}

/** content wrapper **/
.location-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 20px;
}

/** office details **/
.location-contact {
    display: inline-block;
    vertical-align: top;
    width: 30%;
}
.location-contact > div {
    padding-bottom: 20px;
}
.location-contact p {
    margin: 5px 0;
}
.label {
    font-weight: 600;
}
.opening-hours {
    display: block;
}
.opening-days {
    display: inline-block;
    min-width: 140px;
}
.opening-seperator {
    display: inline-block;
    padding: 0 5px;
}
/** pg content **/
.office-content {
    display: inline-block;
    vertical-align: top;
    width: 60%;
}

/** staff subs **/
.subs .staff {
    position: relative;
}
.subs .staff .title {
    font-size: 36px;
    line-height: 1;
    padding-bottom: 0px;
}
.subs .staff .role {
    display: block;
    font-size: 24px;
    padding-bottom: 20px;
}
/** map **/
.map-wrap {
    position: relative;
    padding-top: 450px;
    background-color: #f4f4f4;
    border: 1px solid #f4f4f4;
}
.kms-loader {
    position: relative;
    margin-top: -18%;
}
#map {
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 450px;
}

/***** staff item *****/
.container.has-col {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.col {
    display: table-cell;
    vertical-align: top;
    box-sizing: border-box;
}
.col.img {
    width: 25%;
    padding-right: 5%;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (hover:none) {
    .booking-block {
        /*display: none;*/
    }
/** home **/
    .feature .title-block:after {
        display: none !important;
    }
    .feature .expander.has-content {
        opacity: 1;
        height: 100%;
    }
}
@media only screen and (max-width:1260px){
/** home **/
    .feature:nth-of-type(odd) .content,
    .feature:nth-of-type(even) .content,
    .img-frame {
        padding: 40px 30px;
    }
    .t-home .img-frame,
    .img-frame.top {
        /* padding-top: 0px; */
    }
}

@media only screen and (max-width:1200px){
/** header **/
    .header-menu a.tel {
        display: none;
    }
/** home **/
    .feature h3 {
        font-size: 35px;
    }
/** page **/
    .subs li .title,
    .subs .page-subtitle,
    .subs .staff .title {
        font-size: 30px;
    }
    .subs .page-teaser {
        font-size: 16px;
    }
/** footer **/
    .booking-block .contentwrap {
        justify-content: center;
    }
    footer .wrap {
        display: inline-block;
        text-align: left;
    }
    footer .details {
        display: block;
        padding-left: 0px;
    }
}

@media only screen and (max-width: 960px) {
    header > .contentwrap,
    .feature .title-block .content {
        padding: 20px 30px;
    }
    header > .contentwrap {
        padding-right: 70px;
    }
    header .logo {
        padding-bottom: 0px;
    }
    .mobile-menu,
    .slide-menu,
    .booking-block.top {
        display:block;
    }
    .t-office .booking-block.top {
        display: none; /* requested by client */
    }
    .booking-block .booking .wrapper {
        z-index: 1001; /* over header */
    }
    .t-home .img-frame,
    .img-frame.top {
        padding-top: 20px;
    }
    .slide-menu .mobile-menu {
        top: 10px;
        margin-top: 0px;
        right: 5px;
        pointer-events: none;
    }
    .header-menu {
        display:none;
    }
/** home **/
    .banner .banner-content {
        padding: 30px;
        padding-bottom: 20px;
        font-size: 30px;
    }
    .banner-content > span {
        width: 50%;
    }
    .bg-img {
        min-height: 0px;
    }
    .feature-wrap {
        height: auto;
    }
    .title-block {
        position: relative;
    }
    .feature h3 {
        margin-top: 0px;
    }
    .feature .title-block:after {
        content:"";
        position: absolute;
        top:100%;
        left:0;
        display: block;
        width: 100%;
        padding-top: 10%;
        background-color: #79cdcf;
        opacity: 0.6;
        transition: opacity 1s ease;
    }
    .feature-wrap .feature:last-of-type .title-block:after {
        background-color: #f47729;
    }
    .feature:hover .title-block:after {
        opacity: 0;
    }
    .expander {
        height: auto;
        opacity: 0;
        padding-bottom: 12%;
        transition: opacity 1s ease;
    }
    .feature:hover .expander.has-content {
        opacity: 1;
        padding-bottom: 12%;
    }
    .brands.contentwrap {
        padding-bottom: 20px;
    }
    .brands h2.purple {
        margin-top: 1em;
        margin-bottom: 0px;
    }
/** page **/
    .contentwrap,
    .img-frame,
    .footer-wrapper .contentwrap {
        padding: 30px;
    }
    .img-frame {
        padding-top: 0px;
    }
    .subs > ul {
        justify-content: space-around;
    }
    .subs li {
        width: 48%;
        margin: 10px 0px;
    }
    .subs li > a,
    .related li > a {
        padding: 20px;
    }
    .subs li > a {
        padding-top: 50%;
    }
    .subs .menu-icon { /* pages */
        width: 40%;
        margin-left: -20%;
    }
    .subs .icon-wrapper { /* staff + office */
        max-width: 200px;
        padding: 2%;
        padding-bottom: 5%;
        margin: 0 auto;
    }
    .related .title {
        font-size: 18px;
        font-size: 2.5vw;
    }
/** office item **/
    div.widget {
        font-size: 30px;
    }
    .map-wrap {
        padding-top: 300px;
    }
    .kms-loader {
        margin-top: -200px;
    }
    #map {
        height: 300px;
    }
/** staff item **/
    .container.has-col,
    .col {
        display: block;
    }
    .col.img {
        width: 200px;
        max-width: 100%;
        padding-right: 0px;
        padding-bottom: 20px;
    }
/** footer **/
    .booking-block .booking {
        width: auto;
        max-width: 100%;
    }
    footer div.top,
    footer .wrap,
    footer div.bottom,
    footer .details {
        display: block;
        text-align: center;
    }
    .footer-menu {
        display: none;
    }
    .page-bottom {
        min-height: auto;
    }
}

@media only screen and (max-width: 760px) {
    a {
        /* These are technically the same, but use both */
        overflow-wrap: break-word;
        word-wrap: break-word;
        -ms-word-break: break-all;
        /* This is the dangerous one in WebKit, as it breaks things wherever */
        word-break: break-all;
        /* Instead use this non-standard one: */
        word-break: break-word;
        /* Adds a hyphen where the word breaks, if supported (No Blink) */
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto;
    }
    .slide-menu li > a {
        overflow-wrap: normal;
        word-wrap: normal;
        -ms-word-break: normal;
        word-break: normal;
        word-break: normal;
    }
    header > .contentwrap,
    .feature .title-block .content,
    .contentwrap,
    .footer-wrapper .contentwrap,
    .img-frame,
    .img-frame.bottom,
    .feature:nth-of-type(odd) .content,
    .feature:nth-of-type(even) .content{
        padding: 20px;
    }
    .title-block h1 {
        margin: 0px;
    }
    header > .contentwrap {
        padding-right: 80px;
    }
    .mobile-menu {
        right: 20px;
    }
    .t-office .content-title {
        padding-bottom: 20px;
    }
    .img-frame.map {
        padding-top: 0px;
    }
/** home **/
    .banner .banner-content {
        font-size: 25px;
        padding: 20px;
        padding-bottom: 10px;
        justify-content: flex-end;
    }
    .banner-content > span {
        width: 100%;
    }
    .banners-home-top .banner-navigation {
        position: static;
    }
    .banners-home-top .banner-navigation-body {
        padding: 0px;
        padding-top: 10px;
    }
    .banners-home-top .banner-nav-item {
        border-color: #53284f;
    }
    .banner-caption {
        padding-top: 5px;
    }
    .feature-wrap,
    .feature-wrap .feature {
        display: block;
        width:100%;
    }
    .feature:nth-of-type(even) .content,
    .feature:nth-of-type(odd) .content {
        padding-bottom: 40px;
    }
    .feature .content {
        margin: 0 auto;
    }
    .expander {
        padding-bottom: 0px;
    }
    .feature:hover .expander.has-content,
    .feature:hover .expander.has-content {
        padding-bottom: 20px;
    }
    .feature-wrap .feature:last-of-type .expander-has-content,
    .feature-wrap .feature:last-of-type:hover .expander.has-content {
        padding-bottom: 40px;
    }
    .t-home .subs.contentwrap {
        padding: 0px 20px;
        margin-top: -20px;
    }
/** pages **/
    .subs li > a {
        padding-bottom: 20px;
    }
    .subs li .title {
        padding-bottom: 0px;
    }
    .subs .page-teaser {
        display: none;
    }
    .related li {
        width: 48%;
        margin: 1%;
    }
    .related .icon-wrapper {
        width: 40px;
    }

/** office **/
    .location-wrapper,
    .location-contact,
    .office-content {
        display: block;
        width: 100%;
    }
    .location-contact {
        display: flex;
        justify-content: space-between;
    }
    .location-contact > div {
        display: inline-block;
        padding-bottom: 0px;
    }
/** footer **/
    .booking-block h2,
    .booking-block .booking span.button {
        font-size: 25px;
        line-height: 1;
        text-align: center;
        max-width: 100%;
    }
    .booking-block .booking {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 600px){
/** home **/
    /** banner **/
    .banners-home-top .banner,
    .banners-home-bottom .banner {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: top;
        background-color: #f4f4f4;
    }
    .banners .banner.active {
        min-height: 250px;
    }
    .banners-home-top .banner:before,
    .banners-home-bottom .banner:before {
        display: none;
    }
    .banners-home-top .banner-content,
    .banners-home-bottom .banner-content {
        display: block;
        text-align: center;
        color: #000;
        height: auto;
        min-height: 0px;
        padding-top: 40%;
        padding-top: 35vw;
        box-sizing: border-box;
    }
    .banner-content .banner-name,
    .banner-content .banner-title {
        display: inline-block;
        width: auto;
    }
    .banner-content .banner-caption {
        color: #f47729;
    }
    .banner:hover .banner-caption {
        color: #79cdcf;
    }
    .feature h3 {
        font-size: 25px;
    }
    .feature-wrap .feature {
        font-size: 18px;
    }
/** page **/
    .subs li .title,
    .subs .page-subtitle,
    .subs .staff .title {
        font-size: 25px;
    }
    .related li .title {
        font-size: 20px;
        font-size: 3.5vw;
    }
    .related li {
        margin: 5px 0px;
    }
    .subs li > a {
        padding: 20px;
        padding-top: 35%;
    }
    .subs .menu-icon {
        width: 30%;
        margin-left: -15%;
    }
/** office item **/
    .location-contact,
    .location-contact > div {
        display: block;
        width: 100%;
    }
    .content-title .flex {
        display: block;
    }
    div.booking.widget {
        width: 300px;
        max-width: 100%;
        margin: 5px 0px;
    }
}

@media only screen and (max-width: 500px){
/** header **/
    header > .contentwrap {
        padding-top: 15px;
        padding-bottom: 15px;
    }
/** home **/
    .banners .banner.active {
        min-height: 200px;
    }
/** office item **/
    div.booking.widget,
    .booking-block .booking,
    .others li.depth-0,
    .others .button.purple {
        display: block;
        width: 100%;
    }
    .booking-block .booking span.button {
        min-width: 0px;
    }
}
@media only screen and (max-width: 400px){
/* home */
    /** home **/
    .banners .banner.active {
        min-height: 150px;
    }
    .banner .banner-content {
        font-size: 20px;
    }
/* page */
    .title-block .contentwrap {
        padding: 10px 20px;
    }
    .subs li,
    .related li {
        display: block;
        display: flex;
        width: 300px;
        max-width: 100%;
    }
    .subs .menu-icon {
        width: 100%;
        left: 0px;
        margin-left: 0px;
        background-position: center;
    }
    .subs .menu-icon:before {
        padding-top: 30%;
    }
    .related li .title {
        text-align: left;
        font-size: 18px;
    }
}
@media only screen and (max-width: 250px){
    .subs li > a {
        padding-top: 60%;
    }
    .subs .menu-icon:before {
        padding-top: 50%;
    }
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}