:root {
--graphik: 'Graphik',
sans-serif;
--inter: 'Graphik',
sans-serif;
--grey-1: rgba(112, 112, 112, 1);
--grey-2: rgba(115, 115, 115, 1);
--grey-3: rgba(242, 242, 242, 1);
--grey-4: rgba(116, 116, 116, 1);
--grey-5: rgba(248, 244, 240, 1);
--grey-6: rgba(201, 201, 201, 1);
--grey-7: rgba(167, 167, 167, 1);
--grey-8: rgba(186, 186, 186, 1);
--grey-8: rgba(220, 220, 220, 1);
--blue-1: rgba(216, 232, 255, 1);
--blue-2: rgba(229, 240, 255, 1);
--black-1: #000;
--black-2: rgba(68, 66, 63, 1);
--black-3: rgba(30, 30, 30, 1);
--white-1: #fff;
--bg: rgba(248, 244, 240, 1);
--orange-1: rgba(237, 115, 61, 1);
--orange-2: rgba(244, 186, 63, 1);
--orange-3: rgba(231, 93, 35, 1);
--amber-1: rgba(237, 115, 61, 1);
--yellow-1: rgba(253, 198, 0, 1);
--yellow-2: rgba(245, 229, 158, 1);
--green-1: rgba(170, 213, 159, 1);
--green-2: rgba(184, 202, 93, 1);
--purple-1: rgba(133, 73, 199, 1);
}
html,
body {
width: 100%;
height: 100%;
padding: 0;
margin: 0;
font-family: var(--graphik);
background-color: var(--bg);
color: var(--black-1);
font-weight: 500;
scroll-behavior: smooth;
}
body {
font-size: 16px;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible,
input[type="submit"]:focus-visible,
.cant_button:focus-visible {
outline: 2px solid rgba(0, 0, 0, 0.5);
outline-offset: 2px;
}
#main_header {
background: var(--white-1);
border-bottom: 12px solid var(--blue-1);
padding: 1.2rem 0 1rem;
position: relative;
z-index: 3;
}
#header_container {
width: calc(100% - 40px);
max-width: 1440px;
margin: 0 auto;
display: flex;
justify-content: space-between;
gap: 10px;
}
#header_logo {
width: 209px;
flex: 1;
min-width: 140px;
align-self: flex-end;
}
#header_logo img {
width: 209px;
height: 142px;
max-width: unset;
}
#header_menus {
display: flex;
flex-direction: column;
align-items: flex-end;
margin-top: 19px;
}
#header_menus a {
display: inline-flex;
}
#menu-cta,
#menu-cta-1 {
font-weight: 600;
text-transform: uppercase;
display: flex;
letter-spacing: 0.05rem;
gap: 10px;
}
#menu-cta a,
#menu-cta-1 a {
padding: 11px 20px;
border-radius: 605px;
display: inline-block;
}
#breadcrumb a:hover,
#footer_copyright a:hover {
text-decoration: underline;
}
.search_button:hover,
#hamburger_button:hover,
.wp-block-button__link:hover,
#footer_socials a:hover,
.page_wrapper p a:hover,
#resources_explore_card a:hover,
#page_resources a:hover,
.meet_button:hover,
.creating_button:hover,
.ratings_slide_button:hover,
.article_link_container a:hover {
transform: scale(1.1);
text-decoration: underline;
}
#menu-cta a:hover,
#menu-cta-1 a:hover {
transform: scale(1.1);
}
#menu-cta li:first-of-type a,
#menu-cta-1 li:first-of-type a {
background-color: var(--orange-1);
}
#menu-cta li:last-of-type a,
#menu-cta-1 li:last-of-type a {
background-color: var(--green-1)
}
#header_nav {
display: flex;
text-transform: uppercase;
color: var(--black-2);
font-weight: 600;
align-items: center;
margin-top: 28px;
gap: 24px;
position: relative;
}
#menu-header {
display: flex;
gap: 35px;
}
#menu-header ul {
height: 0;
visibility: hidden;
overflow: hidden;
position: absolute;
background: var(--white-1);
display: flex;
flex-direction: column;
min-width: calc(100% + 80px);
left: 50%;
transform: translateX(-50%);
text-align: center;
z-index: 99;
}
#menu-header ul>li {
white-space: nowrap;
}
#menu-header ul>li:first-child {
padding-top: 10px;
}
#header_ctas a {
color: var(--black-1);
}
.current_page_parent>a,
.current_page_item>a,
#menu-header a:hover,
#menu-header-1 a:hover {
color: var(--amber-1);
}
#menu-header>li>ul>li>a {
padding: 20px 0px;
margin: 0px 20px;
width: auto;
display: inline-block;
text-decoration: none;
}
#menu-header>li>ul>li>a:not(:last-child) {
border-bottom: 1px solid black;
}
#menu-header>li:hover>ul,
#menu-header ul:focus-within,
#menu-header>li.show_menu>ul,
#menu-header-1 ul:focus-within {
visibility: visible;
height: auto;
text-decoration: underline;
}
#menu-header .menu-item-has-children {
padding-right: 21px;
position: relative;
}
#menu-header .dropdown {
background: url(//cantfaceschool.com.au/wp-content/themes/cfs/images/chevron-down.svg) no-repeat;
background-position: center;
background-size: contain;
width: 11px;
height: 23px;
position: absolute;
top: 0;
right: 0;
transition: transform .25s ease-in-out;
}
#menu-header>li:hover .dropdown,
#menu-header>li.show_menu .dropdown {
transform: rotate(180deg);
top: 0;
right: 0;
}
#menu-cta-1 {
flex-direction: column;
justify-content: center;
align-items: center;
gap: 10px;
font-size: 1rem;
margin-top: 20px;
}
#menu-cta-1 li {
width: calc(100% - 40px);
}
#menu-cta-1 a {
width: 100%;
text-align: center;
}
.search_button {
padding: 15px 23px;
background: var(--grey-3);
border-radius: 13px;
} #hamburger_button {
background: var(--green-1);
padding: 13px 44px;
border-radius: 512px;
display: none;
cursor: pointer;
}
.show_menu #show_menu_icon,
#close_menu_icon {
display: none;
}
#show_menu_icon,
.show_menu #close_menu_icon {
display: inline-block;
}
#mobile_nav {
width: 100%;
background: var(--white-1);
display: none;
flex-direction: column;
gap: 2px;
font-weight: 500;
font-size: 1.25rem;
line-height: 1.5rem;
padding-top: 20px;
padding: 20px 20px 0;
}
#mobile_nav a {
color: var(--black-2);
}
#mobile_nav li>ul a {
color: var(--grey-4);
}
#search_mobile_button {
display: none;
justify-content: end;
width: calc(100% - 40px);
margin-left: 20px;
}
#search_mobile_button .menu-item-home {
display: none;
}
#menu-header-1 {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
gap: 0;
}
#menu-header-1>li {
border-bottom: 1px solid rgba(206, 206, 206, 1);
width: 100%;
cursor: pointer;
}
#menu-header-1 a {
display: inline-block;
padding: 15px 0;
margin: 0;
text-transform: uppercase;
}
#menu-header-1>li>ul {
visibility: hidden;
display: flex;
flex-direction: column;
height: 0px;
overflow: hidden;
transition: height .5s ease-in-out, visibility .1s linear .4s;
}
#menu-header-1 .menu-item-has-children {
position: relative;
}
#menu-header-1 .menu-item-has-children .dropdown {
width: 20px;
height: 20px;
background-image: url(//cantfaceschool.com.au/wp-content/themes/cfs/images/chevron-down.svg);
background-repeat: no-repeat;
background-position: center;
background-size: contain;
position: absolute;
top: 18px;
right: 20px;
transition: transform .25s ease-in-out;
transform: rotate(0deg);
}
#menu-header-1 .menu-item-has-children.show_menu .dropdown {
transform: rotate(180deg);
}
#menu-header-1>li.show_menu>a {
color: var(--amber-1);
}
#menu-header-1>li.show_menu>ul {
height: var(--height);
visibility: visible;
transition: height .5s ease-in-out, visibility .5s linear;
}
#menu-header-1>li {
display: none;
}
#menu-cta-1 {
display: none;
} body.show_menu #mobile_nav {
display: flex;
}
#search_main_button {
text-decoration: none;
}
@media screen and (max-width:1240px) {
.menu-item-home {
display: none;
}
}
@media screen and (max-width:1200px) {
#hamburger_button {
display: block;
}
#menu-header {
display: none;
}
#menu-header-1>li {
display: inline-block;
}
section#header_search_bar {
display: none;
}
}
@media screen and (max-width:680px) {
#header_menus {
justify-content: flex-end;
}
#menu-cta {
display: none;
}
#menu-cta-1 {
display: flex;
}
}
@media screen and (max-width:1200px) {
#header_menus a#search_main_button {
display: none;
}
#search_mobile_button {
display: block;
}
} #main_footer {
background: var(--white-1);
max-width: 1440px;
width: calc(100% - 48px);
margin: 0 auto;
padding: 29px 40px 20px;
border-radius: 24px;
font-weight: 400;
}
#footer_nav {
width: 80%;
}
#menu-footer {
display: flex;
justify-content: space-between;
font-family: var(--inter);
}
#menu-footer a:hover {
color: var(--amber-1);
}
#menu-footer a[href="#"] {
pointer-events: none;
}
#menu-footer>li>a,
#menu-footer>li>span {
font-weight: 700;
line-height: 24px;
text-transform: uppercase;
margin-bottom: 18px;
display: inline-block;
}
#menu-footer ul>li>a {
line-height: 32px;
color: var(--grey-1)
}
#menu-footer .menu-item-has-children .dropdown {
visibility: hidden;
}
#footer_contact {
display: flex;
justify-content: right;
align-items: end;
margin-top: -59px;
}
#footer_contact_details {
display: flex;
color: var(--grey-2);
min-height: 38px;
align-items: center;
font-family: var(--graphik);
gap: 0 20px;
flex-wrap: wrap;
}
#footer_contact_details address {
display: flex;
gap: 0 20px;
flex-wrap: wrap;
}
#footer_contact_details address a:hover {
text-decoration: underline;
}
#footer_socials>ul {
display: flex;
gap: 10px;
margin: 0 23px;
}
#footer_logo {
width: 136px;
height: 80px;
transform: translateY(-11px);
}
#footer_logo,
#footer_socials,
#footer_socials li {
flex-shrink: 0;
}
#footer_socials a {
display: inline-block;
width: auto;
height: auto;
border-radius: 200px;
}
#footer_socials a img {
display: block;
}
#footer_acknowledgement,
#footer_copyright {
font-size: 14px;
color: var(--grey-1);
text-align: center;
}
#footer_acknowledgement {
border-top: 1px solid rgba(0, 0, 0, 0.5);
margin-top: 26px;
padding: 30px 0 32px;
}
#footer_acknowledgement p {
width: calc(100% - 80px);
max-width: 784px;
margin: 0 auto;
line-height: 1.4rem;
}
#footer_copyright {
display: flex;
gap: 10px;
justify-content: center;
}
#footer_gap {
height: 24px;
}
@media screen and (min-width: 1301px) { #footer_nav {
width: 100%;
margin-bottom: 0px;
}
#menu-footer {
gap: 30px;
justify-content: flex-start;
flex-wrap: wrap;
}
#footer_contact {
margin-top: 0;
}
}
@media screen and (max-width:1300px) {
#footer_nav {
width: 100%;
margin-bottom: 20px;
}
#menu-footer {
gap: 30px;
justify-content: flex-start;
flex-wrap: wrap;
}
#footer_contact {
margin-top: 0;
}
}
@media screen and (max-width:700px) {
#footer_nav {
margin-bottom: 40px;
}
#menu-footer {
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
gap: 0;
}
#menu-footer>li {
border-bottom: 1px solid rgba(206, 206, 206, 1);
width: 100%;
cursor: pointer;
}
#menu-footer>li>a,
#menu-footer>li>span {
padding: 15px 0;
margin: 0;
}
#menu-footer>li>ul {
visibility: hidden;
height: 0px;
overflow: hidden;
transition: height .5s ease-in-out, visibility .1s linear .4s;
}
#menu-footer>li.show_menu>ul>li:last-child {
margin-bottom: 15px;
}
#menu-footer>li.show_menu>a {
color: var(--amber-1);
}
#menu-footer>li.show_menu>ul {
height: var(--height);
visibility: visible;
transition: height .5s ease-in-out, visibility .1s;
}
#footer_contact {
flex-direction: column;
justify-content: center;
align-items: center;
gap: 20px;
}
#footer_contact_details {
flex-direction: column;
align-items: center;
gap: 5px;
text-align: center;
}
#footer_contact_details address {
flex-direction: column;
align-items: center;
gap: 5px;
}
#footer_copyright {
flex-direction: column;
}
#menu-footer .menu-item-has-children {
position: relative;
}
#menu-footer .menu-item-has-children .dropdown {
visibility: visible;
width: 20px;
height: 20px;
background-image: url(//cantfaceschool.com.au/wp-content/themes/cfs/images/chevron-down.svg);
background-repeat: no-repeat;
background-position: center;
background-size: contain;
position: absolute;
position: absolute;
top: 18px;
right: 10px;
transition: transform .25s ease-in-out;
transform: rotate(0deg);
}
#menu-footer .menu-item-has-children.show_menu .dropdown {
transform: rotate(180deg);
}
}
@media screen and (max-width:600px) {
#main_footer {
width: calc(100% - 40px);
margin: 0 auto;
padding: 20px;
}
} h1 {
font-weight: 900;
color: var(--black-2);
font-size: 3.125rem;
}
h2 {
font-weight: 700;
color: var(--black-3);
font-size: 2.25rem;
line-height: 2.375rem;
}
h3 {
font-weight: 700;
color: var(--black-3);
font-size: 1.75rem;
line-height: 3rem;
}
h4 {
font-weight: 700;
color: var(--black-2);
font-size: 1.25rem;
line-height: 1.875rem;
}
.page_wrapper em {
font-style: italic;
}
.page_wrapper strong {
font-weight: 700;
}
.page_wrapper p {
margin: 1em 0;
max-width: 70ch;
line-height: 1.3em;
}
.page_wrapper p a,
#resources_explore_card a {
color: var(--amber-1);
text-decoration: underline;
}
.page_wrapper p a:hover,
#resources_explore_card a:hover {
color: var(--orange-1);
text-decoration: underline;
}
.page_wrapper ul {
list-style: disc;
margin-left: 50px;
}
.page_wrapper blockquote {
background: var(--grey-5);
margin: 35px 0;
padding: 26px 112px;
border-radius: 47px 47px 47px 8px;
border-left: 0;
font-size: 1.125rem;
font-style: italic;
line-height: 1.75rem;
position: relative;
}
.page_wrapper blockquote::before,
.page_wrapper blockquote::after {
content: '';
display: block;
position: absolute;
width: 41px;
height: 54px;
}
.page_wrapper blockquote::before {
background: url(//cantfaceschool.com.au/wp-content/themes/cfs/images/top_quote.svg) no-repeat;
top: 40px;
left: 50px;
}
.page_wrapper blockquote::after {
background: url(//cantfaceschool.com.au/wp-content/themes/cfs/images/bottom_quote.svg) no-repeat;
bottom: 40px;
right: 50px;
}
@media screen and (max-width:500px) {
.page_wrapper blockquote {
padding: 26px 50px;
}
.page_wrapper blockquote::before {
top: 25px;
left: 15px;
}
.page_wrapper blockquote::after {
bottom: 10px;
right: 15px;
}
} .page_wrapper {
max-width: calc(70ch + 240px);
width: calc(100% - 48px);
margin: 25px auto 50px;
padding: 52px 20px 20px;
background: var(--white-1);
border-radius: 18px;
}
@media screen and (max-width:600px) {
.page_wrapper {
width: 100%;
border-radius: 0;
}
}
#banner_thumbnail {
width: calc(100% + 40px);
margin: -52px 0 20px -20px;
border-radius: 18px 18px 0 0;
overflow: hidden;
display: flex;
flex-direction: column;
align-items: center;
}
#banner_thumbnail img {
height: auto;
}
@media screen and (max-width:600px) {
.page_wrapper {
width: 100%;
border-radius: 0;
}
#banner_thumbnail {
border-radius: 0;
}
} #single-page {
max-width: calc(70ch + 240px);
padding-bottom: 80px;
}
@media screen and (max-width:600px) {
#single-page {
padding-bottom: 20px;
}
}
.page_wrapper,
#single-page {
max-width: 1280px;
}
#single-page>article {
font-size: 20px;
margin: 1em auto;
max-width: 61ch;
font-weight: 400;
}
#single-page>article p {
line-height: 1.6em;
letter-spacing: 0.010em;
}
#single-page .wp-block-heading {
margin: 40px 0 20px;
}
#single-page h1.wp-block-heading {
margin: 45px 0 14px;
color: var(--black-2);
}
#single-page.page_wrapper ul li {
margin: 10px 0;
}
#single-page.page_wrapper p {
margin: 20px 0;
}
.wp-block-post-author {
font-size: 1.125rem;
font-weight: 600;
margin: 10px 0;
}
.wp-block-post-author__avatar {
border-radius: 200%;
overflow: hidden;
width: 64px;
height: 64px;
}
.wp-block-post-author__avatar img {
object-fit: cover;
max-width: none;
width: 64px;
height: 64px;
aspect-ratio: 1 / 1;
}
.wp-block-table-of-contents-block-table-of-contents-block {
background: rgba(248, 244, 240, 1);
padding: 21px 31px;
margin-top: 17px;
}
#single-page .wp-block-table-of-contents-block-table-of-contents-block .eb-toc-container {
background-color: transparent;
padding: 0;
position: relative;
width: 100%;
max-width: 2000px;
}
.eb-toc-container .eb-toc-title {
font-weight: 700;
font-size: 1.438rem;
line-height: 1.75rem;
}
#single-page .wp-block-table-of-contents-block-table-of-contents-block .eb-toc-container a,
#single-page .wp-block-table-of-contents-block-table-of-contents-block .eb-toc-container li {
font-size: 1rem;
line-height: 1.875rem;
color: rgba(214, 54, 5, 1);
padding-left: 0;
padding: 0;
margin: 0;
}
#single-page .wp-block-table-of-contents-block-table-of-contents-block .eb-toc-container a {
text-decoration: underline;
}
#single-page .wp-block-table-of-contents-block-table-of-contents-block .eb-toc-container a:hover {
color: var(--orange-1);
}
#single-page .wp-block-table-of-contents-block-table-of-contents-block .eb-toc-container .eb-toc__list-wrap {
margin-left: 40px;
}
#single-page .wp-block-table-of-contents-block-table-of-contents-block .eb-toc-container a::before {
display: none;
}
#single-page .wp-block-table-of-contents-block-table-of-contents-block .eb-toc-container ul {
margin: 0 0 0;
padding: 0;
background-color: transparent;
list-style: disc;
}
#single-page .wp-block-table-of-contents-block-table-of-contents-block .eb-toc-container li {
margin: 10px 0 0;
}
#single-page .wp-block-table-of-contents-block-table-of-contents-block .eb-toc-container::before {
content: '';
display: block;
width: 20px;
height: 20px;
background-image: url(//cantfaceschool.com.au/wp-content/themes/cfs/images/chevron-down.svg);
background-repeat: no-repeat;
background-position: center;
background-size: contain;
position: absolute;
top: 5px;
right: 0;
transition: transform .25s ease-in-out;
transform: rotate(180deg);
}
#single-page .wp-block-table-of-contents-block-table-of-contents-block .eb-toc-container:has(.hide-content)::before {
transform: rotate(0deg);
}
@media screen and (max-width:600px) {
#single-page ul {
margin-left: 30px;
}
#single-page .wp-block-table-of-contents-block-table-of-contents-block .eb-toc-container .eb-toc__list-wrap {
margin-left: 20px;
}
} #single-page {} #page_staff {
padding-bottom: 50px;
}
#page_staff figure {
max-width: 337px;
margin-left: 20px;
border: 10px solid #E6E6E6;
border-radius: 41.77px;
overflow: hidden;
}
#page_staff>article {
max-width: 70ch;
margin: 0 auto;
}
#page_staff p {
font-weight: 400;
}
#page_staff ul {
margin-top: -18px;
}
#page_staff ul li {
font-weight: 400;
line-height: 2.5rem;
}
@media screen and (max-width:1000px) {
#page_staff>article {
max-width: 70ch;
margin: 0 auto;
}
#page_staff figure {
float: none;
margin: 1em 0;
}
}
#page_staff .staff_position {
font-weight: 500;
font-size: 1.313rem;
color: var(--grey-4);
margin-bottom: 25px;
} #page_meet h1,
#page_resources h1,
#page_media h1 {
text-align: center;
text-transform: uppercase;
}
@media screen and (max-width:650px) {
#page_resources h1 {
text-overflow: ellipsis;
width: 100%;
white-space: nowrap;
overflow: hidden;
}
}
#page_meet #staff_container {
padding: 40px 40px;
display: flex;
gap: 48px;
justify-content: center;
flex-wrap: wrap;
background: var(--white-1) url(//cantfaceschool.com.au/wp-content/themes/cfs/images/container_squiggle.svg) no-repeat;
background-position: center;
} .staff_card {
width: 360px;
padding: 25px 25px 35px;
border-radius: 6.64px;
text-align: center;
background: var(--grey-5);
display: flex;
flex-direction: column;
}
.staff_card img {
width: 100%;
height: auto;
border-radius: 8.63px;
}
.staff_card h2 {
font-weight: 700;
font-size: 1.625rem;
color: var(--black-3);
margin-top: 10px;
}
.staff_card p {
font-size: 0.938rem;
margin: 1em 0 2em;
}
.staff_card>a {
background: var(--yellow-1);
font-weight: 600;
font-size: 1.161rem;
padding: 7px 43px;
border-radius: 44px;
display: inline-block;
margin-top: auto;
}
@media screen and (max-width:400px) {
#page_meet #staff_container {
flex-direction: column;
padding: 40px 20px;
}
.staff_card {
width: 100%;
}
}
@media screen and (max-width:350px) {
#page_meet #staff_container {
flex-direction: column;
padding: 40px 0px;
}
} #page_faq h1 {
text-align: center;
}
#page_faq h2 {
font-size: 1.25rem;
font-weight: 600;
line-height: 1.5rem;
color: var(--black-3);
margin-bottom: 24px;
margin-left: 28px;
}
#page_faq {
padding: 52px 40px 40px;
background: var(--white-1) url(//cantfaceschool.com.au/wp-content/themes/cfs/images/faq_squiggle.svg) no-repeat;
background-size: 100%;
}
.faq_links_group {
display: flex;
gap: 10px;
max-width: 500px;
justify-content: center;
margin: 0 auto;
}
.faq_link a {
font-weight: 600;
font-size: 0.938rem;
border-radius: 62px;
border: 1px solid var(--black-2);
padding: 9px 16px;
background: transparent;
color: var(--black-1);
text-transform: uppercase;
background: var(--white-1)
}
.faq_link a:hover,
.faq_link a:focus-within {
color: var(--white-1);
transform: scale(1);
background: var(--amber-1);
border: 1px solid var(--amber-1);
}
#page_faq details {
background: var(--white-1);
padding: 19px 51px;
margin-bottom: 24px;
border-radius: 6.64px;
font-size: 18px;
}
#page_faq summary {
font-size: 1.125rem;
font-weight: 500;
line-height: 1.5rem;
color: var(--black-3);
list-style: none;
position: relative;
padding-right: 40px;
}
#page_faq summary::after {
display: block;
content: '';
background: url(//cantfaceschool.com.au/wp-content/themes/cfs/images/chevron-down.svg) no-repeat;
background-size: contain;
width: 20px;
height: 12px;
position: absolute;
top: 0.5rem;
right: 0;
transition: transform .25s ease-in-out;
}
#page_faq details summary::-webkit-details-marker {
display: none;
}
#page_faq details[open] summary::after {
transform: rotate(180deg);
}
#page_faq details a {
text-decoration: underline;
}
#page_faq details>p {
line-height: 1.245em;
color: var(--black-1);
font-weight: 400;
margin: 25px 0;
}
#page_faq details>p:first-of-type {
margin-top: 35px;
}
.faqs_container,
#staff_container {
margin-top: 37px;
background: var(--grey-5) url(//cantfaceschool.com.au/wp-content/themes/cfs/images/container_squiggle.svg) no-repeat;
background-position: center;
border-radius: 19px;
}
.faqs_container>div,
#staff_container>div {
width: calc(100% - 40px);
max-width: 600px;
margin: 0 auto;
padding: 37px 0 40px;
}
@media screen and (max-width:600px) {
#page_faq {
padding: 52px 20px 20px;
}
#page_faq details {
padding: 20px 20px;
}
} #booking_characters {
background: url(//cantfaceschool.com.au/wp-content/themes/cfs/images/makebooking.png) no-repeat;
background-position: center top 14px;
background-size: 1280px;
max-width: 1280px;
height: 190px;
margin: 0 auto;
}
#page_booking {
margin-top: 0;
}
#page_booking h1 {
text-align: center;
text-transform: uppercase;
} #page_contact {
background: transparent;
}
#page_contact h1 {
margin-top: 25px;
}
#page_contact h1+p {
margin-top: 15px;
line-height: 1.75rem;
}
#contact-container {
flex-wrap: wrap;
gap: 40px;
align-items: normal;
}
#contact-container>section {
width: calc(50% - 20px);
min-width: 450px;
flex-grow: 1;
justify-content: start;
align-items: inherit;
}
@media screen and (max-width:800px) {
#contact-container>section {
min-width: auto;
width: 100%;
}
#contact-container>section p {
width: 100%;
}
#contact-container>section a {
word-wrap: break-word;
white-space: pre-wrap;
white-space: -moz-pre-wrap;
white-space: -pre-wrap;
white-space: -o-pre-wrap;
word-wrap: break-word;
}
}
#page_contact form {
margin-top: 10px;
}
#page_contact form label {
font-weight: 500;
margin: 15px 0;
display: inline-block;
}
#page_contact form p {
margin: 0;
}
#contact-name-group>p {
display: flex;
gap: 10px;
width: 100%;
}
#contact-contact-block input,
#contact-contact-block textarea {
border: 1px solid var(--grey-6);
background: var(--white-1);
border-radius: 12px;
padding: 13px 20px;
width: 100%;
box-sizing: border-box;
}
#contact-contact-block input[type="submit"] {
border: none;
background: var(--orange-1);
width: auto;
padding: 15px 27px;
border-radius: 30px;
font-weight: 500;
margin-top: 25px;
cursor: pointer;
}
#contact-contact-block input[type="submit"]:hover {
transform: scale(1.1);
text-decoration: underline;
}
#contact-contact-block input::placeholder,
#contact-contact-block textarea::placeholder {
color: #767676;
}
#address-container {
margin-top: 50px;
border: 1px solid var(--grey-6);
padding: 5px 58px;
width: 100%;
background: url(//cantfaceschool.com.au/wp-content/themes/cfs/images/address_squiggle.svg) no-repeat;
background-position: bottom right;
border-radius: 10px;
}
#address-container h2 {
font-weight: 700;
font-size: 1.25rem;
line-height: 1.875rem;
text-transform: uppercase;
}
#address-container>div>div {
margin: 17px 0;
}
#address-container>div>div:nth-of-type(2) {
text-transform: uppercase;
}
#contact-faq-block {
background: var(--white-1);
padding: 46px 45px;
border-radius: 18px;
}
#contact-faq-block>h2 {
color: var(--black-3);
font-weight: 700;
font-size: 2.25rem;
}
#contact-faq-content {
margin-top: 25px;
}
#contact-faq-content h3 {
font-weight: 700;
font-size: 1.25rem;
line-height: 1.875rem;
}
#contact-faq-content p {
line-height: 1.75rem;
margin-bottom: 46px;
}
#contact-faq-block #booknow_block {
overflow: hidden;
margin-top: auto;
}
@media screen and (max-width:600px) {
#page_contact {
padding: 0 20px;
margin: 20px auto;
}
#contact-contact-block>.wp-block-group>h1,
#contact-contact-block>.wp-block-group>p {
text-align: center;
padding: 0 20px;
margin: 0 auto;
}
#contact-container>section form {
margin-top: 20px;
}
#contact-container>section form>p:first-of-type {
margin-bottom: 0;
}
#contact-container>section form p {
margin-bottom: 20px
}
#contact-contact-block form label {
margin: 0 0 10px;
}
#contact-name-group>p {
flex-direction: column;
}
#contact-contact-block>.wp-block-group>div,
#contact-contact-block>.wp-block-group>div>p {
width: 100%;
}
#contact-contact-block input[type="submit"] {
width: calc(100% - 40px);
text-align: center;
margin: 25px auto 15px;
display: block;
}
#address-container {
margin-top: 0;
padding: 20px;
background-position: bottom -20px right -80px;
}
#address-container h2 {
font-size: 1rem;
line-height: 1rem;
}
#contact-container>section#contact-faq-block {
width: calc(100% + 40px);
padding: 40px 40px;
margin-left: -20px;
border-radius: 0;
text-align: center;
flex-shrink: 0;
}
#contact-faq-block p {
margin-bottom: 40px;
}
} #page_resources.page_wrapper {} #page_support {
padding: 52px 20px 20px;
}
#page_support h1 {
text-align: center;
max-width: 600px;
text-transform: uppercase;
margin: 0 auto 28px;
}
#page_support h1+p {
max-width: 670px;
font-weight: 500;
font-size: 1.25rem;
line-height: 1.75rem;
text-align: center;
margin: 0 auto 50px;
}
.half_block,
.full_block {
border: 1px solid var(--grey-7);
border-radius: 18.1px;
padding: 30px 30px 50px;
align-self: stretch;
display: flex;
gap: 30px;
flex-grow: 1;
background: rgba(255, 254, 250, 1);
}
#packages_card {
background: rgba(255, 250, 250, 1);
}
#advocacy_card {
background: rgba(253, 255, 250, 1);
}
#initial_consultation_content {
flex-grow: 1;
display: flex;
gap: 22px;
}
.full_block {
width: 100%;
}
.half_block {
width: max(400px, calc(calc(100% / 2) - 20px));
}
@media screen and (max-width:600px) {
.half_block {
width: 100%;
}
.wp-block-group {
width: 100%;
}
}
#page_support img,
#page_support figure {
width: 100%;
}
#initial_card img {
border-radius: 27px;
}
#support_services_block,
#initial_packages_planning_wrapper,
#teacher_advocacy_wrapper,
#packages_planning_wrapper {
border: none;
padding: 0;
gap: 20px;
flex-wrap: wrap;
}
#packages_planning_wrapper {
align-self: stretch;
}
#page_support .wp-block-buttons {
flex-grow: 1;
align-items: end;
align-content: end;
gap: 20px;
}
#page_support .primary_button>a,
#page_support .secondary_button>a {
padding: 2px 25px;
border-radius: 2880px;
font-family: var(--inter);
font-weight: 600;
font-size: 1.125rem;
line-height: 1.75rem;
color: var(--black-1);
}
#page_support .support_services_block h2 {
font-family: var(--inter);
font-weight: 900;
font-size: 2rem;
color: var(--black-3);
}
#page_support h3 {
font-weight: 700;
font-size: 1.25rem;
line-height: 1.875rem;
}
#page_support .primary_button>a {
background: var(--green-2);
}
#page_support .secondary_button>a {
background: var(--orange-2);
}
#initial_list {
gap: 1px;
font-weight: 500;
}
#initial_consultation_content li {
margin: 10px 72px;
}
@media screen and (max-width:500px) {
#initial_consultation_content li {
margin: 10px 20px;
}
}
#packages_list {
list-style: none;
width: 100%;
}
#packages_list li {
width: 100%;
font-weight: 500;
font-size: 1.125rem;
line-height: 1.32rem;
color: var(--black-2);
margin: 6px 0;
padding: 11px 20px;
background: rgba(255, 223, 223, 1);
border-radius: 12px;
}
#teacher_card {
background: #FAFEFF url(//cantfaceschool.com.au/wp-content/themes/cfs/images/suport/teacher.svg) no-repeat;
background-position: right bottom;
}
#pricing_card {
padding-right: 55%;
background: #FFFAFA;
background-image: url(//cantfaceschool.com.au/wp-content/themes/cfs/images/suport/pricing_squiggle.svg), url(//cantfaceschool.com.au/wp-content/themes/cfs/images/suport/calculator.svg);
background-size: 100%, 320px 246px;
background-repeat: no-repeat, no-repeat;
background-position: center,
right 120px center
}
#service_area_card {
padding-right: 55%;
background: #FAFEFF url(//cantfaceschool.com.au/wp-content/themes/cfs/images/suport/map.svg) no-repeat;
background-position: right bottom -70px;
}
@media screen and (max-width:900px) {
#pricing_card {
padding-right: 45%;
background-position: center, right -50px bottom 10px;
}
#service_area_card {
padding-right: 55%;
background-position: right -150px bottom -70px;
}
}
@media screen and (max-width:700px) {
#teacher_card {
background-position: right bottom -50px;
}
#pricing_card {
padding-right: 30%;
background-position: center, right -200px bottom 10px;
}
#service_area_card {
padding-right: 30%;
background-position: right -300px bottom -70px;
}
}
@media screen and (max-width:600px) {
#pricing_card {
padding-right: 30px;
background-position: center, right -1200px bottom 10px;
}
#service_area_card {
padding-right: 30px;
background-position: right -1300px bottom -70px;
}
} #page_home {
max-width: 1392px;
width: 100%;
margin: 0 auto 50px;
}
#page_home .wp-block-cfs-make-a-booking {
margin: 3rem 0 3rem 0;
} #creating_wrapper {
background: white;
background-repeat: no-repeat, no-repeat;
background-position: top -110px left -150px, top -40px right -118px;
position: relative;
overflow: hidden;
}
#creating_container {
max-width: 1392px;
width: 100%;
margin: 0 auto;
position: relative;
display: flex;
flex-direction: column;
align-items: center;
padding: 44px 20px;
}
#creating_container::before {
content: '';
display: block;
width: 476.01px;
height: 1014.94px;
background-image: url(//cantfaceschool.com.au/wp-content/themes/cfs/images/articles/creating_left_graphics.svg);
background-repeat: no-repeat;
position: absolute;
top: -110px;
left: -150px;
}
#creating_container::after {
content: '';
display: block;
width: 275.23px;
height: 697.15px;
background-image: url(//cantfaceschool.com.au/wp-content/themes/cfs/images/articles/creating_right_graphics.svg);
background-repeat: no-repeat;
position: absolute;
top: -40px;
right: -120px;
}
#creating_wrapper h1 {
max-width: 820px;
font-weight: 900;
font-size: 3.964rem;
line-height: 4rem;
text-align: center;
color: rgba(71, 132, 255, 1);
position: relative;
z-index: 2;
}
#creating_wrapper h1 .orange_text {
color: var(--orange-3);
}
#creating_video {
width: 912px;
aspect-ratio: 16 / 6.5;
background: var(--white-1);
border: 8px solid rgba(244, 186, 63, 1);
transform: rotate(-1.19deg);
position: relative;
border-radius: 30px;
margin: 44px 0 33px;
overflow: hidden;
z-index: 2;
}
#creating_video iframe,
#creating_video lite-youtube {
width: 100%;
height: 100%;
max-width: unset;
}
@media screen and (max-width:900px) {
#creating_video iframe,
#creating_video lite-youtube {
width: 110vw;
margin-left: calc(calc(100% - 110vw) / 2);
}
}
#creating_video::after {
content: '';
display: block;
width: 138px;
height: 78.86px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%) rotate(1.19deg);
}
#creating_content {
display: flex;
flex-direction: column;
gap: 52px;
align-items: center;
position: relative;
}
#creating_content p {
max-width: 800px;
font-family: var(--inter);
font-weight: 700;
font-size: 1.5rem;
line-height: 2rem;
position: relative;
z-index: 2;
}
#creating_buttons_container {
display: flex;
gap: 12px;
position: relative;
}
.creating_button {
font-weight: 700;
font-size: 1.375rem;
line-height: 1.25rem;
border-radius: 999px;
padding: 24px 32px;
text-transform: uppercase;
}
#get_started_button {
background: var(--orange-1);
}
#watch_video_button {
background: rgba(244, 186, 63, 1);
}
#creating_buttons_container:after {
width: 299.87px;
height: 300.22px;
content: '';
display: block;
position: absolute;
bottom: -50px;
right: -310px;
background-image: url(//cantfaceschool.com.au/wp-content/themes/cfs/images/articles/green_squiggle.svg);
background-repeat: no-repeat;
pointer-events: none;
}
@media screen and (max-width:400px) {
#creating_buttons_container::after {
bottom: -80px;
right: -270px;
}
}
@media screen and (max-width:800px) {
#creating_wrapper {
padding: 40px 20px;
}
.creating_button {
font-size: 1rem;
line-height: 1rem;
text-align: center;
}
} #cantnot_wrapper {
height: 500px;
} #strategy_call_wrapper {
padding: 21px 40px;
position: relative;
}
#strategy_call_top {
width: 100%;
height: 100%;
background-image: url(//cantfaceschool.com.au/wp-content/themes/cfs/images/articles/left_squares.svg), url(//cantfaceschool.com.au/wp-content/themes/cfs/images/articles/right_squares.svg);
background-repeat: no-repeat, no-repeat;
background-position: top -96px left -98px,
top 24px right -110px;
position: absolute;
top: 0;
left: 0;
pointer-events: none;
}
#strategy_call_container {
margin: 30px auto;
padding: 56px 56px;
background-color: rgba(255, 255, 255, 1);
background-image: url(//cantfaceschool.com.au/wp-content/themes/cfs/images/articles/call_squiggle.svg);
background-repeat: no-repeat;
background-position: top -720px left 20px;
display: flex;
flex-direction: column;
gap: 32px;
text-align: center;
align-items: center;
text-transform: uppercase;
max-width: 1100px;
border-radius: 24px;
}
#strategy_call_wrapper h2 {
max-width: 777px;
font-weight: 900;
font-size: 3.875rem;
line-height: 3.8rem;
color: rgba(71, 132, 255, 1);
position: relative;
z-index: 2;
}
#strategy_call_wrapper a {
font-family: var(--inter);
font-weight: 900;
font-size: 1.438rem;
line-height: 1.25rem;
background: var(--purple-1);
color: rgba(248, 244, 240, 1);
padding: 24px 32px;
border-radius: 40px;
}
#strategy_call_wrapper a:hover {
text-decoration: underline;
}
@media screen and (max-width:700px) {
#strategy_call_wrapper {
padding: 0 20px;
}
#strategy_call_wrapper h2 {
font-size: 2.5rem;
line-height: 2.188rem;
}
#strategy_call_container {
margin: 20px auto 0;
}
#strategy_call_wrapper a {
font-size: 1rem;
padding: 15px 24px;
}
#strategy_call_top {
display: none;
}
} #home_ratings_wrapper {
margin: 20px 20px 50px;
background: rgba(154, 178, 212, 1);
border-radius: 24px;
padding: 55px 0px 27px;
}
#home_ratings_wrapper h2 {
max-width: calc(100% - 40px);
margin: 0 auto;
font-weight: 600;
font-size: 3.75rem;
line-height: 3.75rem;
text-align: center;
text-transform: uppercase;
}
#rating_wrapper {
scroll-behavior: smooth;
scroll-snap-type: mandatory;
}
#home_ratings_wrapper #rating_wrapper {
width: 100%;
overflow: hidden;
margin-top: 60px;
overflow-x: auto;
}
#home_ratings_wrapper #rating_wrapper {
-ms-overflow-style: none; scrollbar-width: none; }
#home_ratings_wrapper #rating_wrapper::-webkit-scrollbar {
display: none; }
#home_ratings_wrapper #rating_slider {
width: max-content;
display: flex;
gap: 24px;
padding: 0 70px;
}
#home_ratings_wrapper .rating_card {
width: 600px;
padding: 123px 40px 20px;
background: var(--white-1);
display: flex;
flex-direction: column;
gap: 40px;
font-family: var(--inter);
font-size: 1.25rem;
line-height: 1.75rem;
border-radius: 24px;
flex-shrink: 0;
position: relative;
}
#home_ratings_wrapper .rating_card:focus-within {
outline: 2px solid rgba(0, 0, 0, 0.5);
outline-offset: 3px;
}
#home_ratings_wrapper .rating_card::before {
content: '';
display: block;
width: 77px;
height: 58.93px;
background: url(//cantfaceschool.com.au/wp-content/themes/cfs/images/articles/quotes.svg) no-repeat;
position: absolute;
top: 42px;
left: 40px;
}
#home_ratings_wrapper .rating_card:nth-of-type(3n-2)::after {
content: '';
display: block;
width: 179px;
height: 179px;
background: url(//cantfaceschool.com.au/wp-content/themes/cfs/images/articles/polygon.png) no-repeat;
position: absolute;
top: 25px;
right: 30px;
}
#home_ratings_wrapper .rating_card:nth-of-type(3n-1)::after {
content: '';
display: block;
width: 172.56px;
height: 138.75px;
background: url(//cantfaceschool.com.au/wp-content/themes/cfs/images/articles/blob.png) no-repeat;
position: absolute;
top: 25px;
right: 30px;
}
#home_ratings_wrapper .rating_card:nth-of-type(3n)::after {
content: '';
display: block;
width: 133px;
height: 133px;
background: url(//cantfaceschool.com.au/wp-content/themes/cfs/images/articles/circle.png) no-repeat;
position: absolute;
top: 25px;
right: 30px;
}
#home_ratings_wrapper .rating_card hgroup,
#home_ratings_wrapper .rating_card p,
#home_ratings_wrapper .rating_card div {
position: relative;
z-index: 2;
}
#home_ratings_wrapper hgroup h3 {
font-weight: 600;
}
#home_ratings_wrapper .rating_card p {
font-weight: 400;
}
#home_ratings_wrapper .rating_card_ratings {
display: flex;
gap: 10px;
flex-grow: 1;
align-items: flex-end;
}
#home_ratings_wrapper .star {
width: 32px;
height: 32px;
background: url(//cantfaceschool.com.au/wp-content/themes/cfs/images/articles/star_outlined.svg) no-repeat;
background-position: center;
}
#home_ratings_wrapper .checked {
background: url(//cantfaceschool.com.au/wp-content/themes/cfs/images/articles/star_filled.svg) no-repeat;
background-position: center;
}
@media screen and (max-width:400px) {
#home_ratings_wrapper .star {
width: 20px;
height: 20px;
background-size: contain;
}
}
#ratings_slide_controls nav {
display: flex;
justify-content: center;
margin-top: 27px;
gap: 20px;
}
#ratings_slide_right_button {
transform: rotate(180deg);
}
.ratings_slide_button {
width: 64px;
height: 56px;
border-radius: 2880px;
background-color: rgba(170, 213, 159, 1);
background-image: url(//cantfaceschool.com.au/wp-content/themes/cfs/images/articles/arrow_left.png);
background-position: center;
background-repeat: no-repeat;
cursor: pointer;
}
.ratings_slide_button:disabled {
background-color: var(--white-1);
}
@media screen and (max-width:800px) {
#home_ratings_wrapper {
padding: 40px 0;
}
#home_ratings_wrapper h2 {
font-size: 2.5rem;
line-height: 2.188rem;
}
#home_ratings_wrapper #rating_slider {
gap: 20px;
padding: 0 20px;
}
}
@media screen and (max-width:700px) {
#home_ratings_wrapper #rating_wrapper {
margin: 60px 0px 0;
}
#home_ratings_wrapper #rating_slider {
gap: 40px;
padding: 0 20px;
--width: calc(100% * var(--amount));
width: var(--width);
display:grid;
grid-template-columns: repeat(var(--amount), 1fr);
}
#home_ratings_wrapper .rating_card {
width: 100%
}
} main>#status_article {
width: calc(100% - 40px);
max-width: calc(1440px - 531px);
background: var(--white-1);
border-radius: 6.64px;
margin: 62px auto 62px;
}
#status_article h1 {
text-align: center;
}
#status_article {
padding: 65px 0 0;
margin-bottom: 130px;
}
@media screen and (max-width:600px) {
#status_article {
margin-bottom: 20px;
}
}
.status_page {
display: flex;
flex-direction: column;
align-items: center;
}
#status_graphic {
display: flex;
justify-content: center;
margin: 29px 0;
}
#status_title {
font-weight: 600;
font-size: 1.625rem;
text-align: center;
}
.thank_you #status_title {
margin-top: 39px;
max-width: 370px;
}
.status_page p {
text-align: center;
width: calc(100% - 40px);
max-width: 405px;
margin: 20px auto 37px;
}
#status_button {
width: 208px;
font-weight: 700;
text-transform: uppercase;
color: var(--black-3);
background-color: var(--orange-2);
padding: 10px 20px;
border-radius: 605px;
text-align: center;
margin-bottom: 50px;
cursor: pointer;
} #page_archive {
padding: 52px 40px 40px;
background: var(--white-1) url(//cantfaceschool.com.au/wp-content/themes/cfs/images/save_squiggle.svg) no-repeat;
background-position: top right;
}
#page_search {
margin-top: 68px;
padding: 52px 40px 40px;
background: var(--white-1) url(//cantfaceschool.com.au/wp-content/themes/cfs/images/save_squiggle.svg) no-repeat;
background-position: top right;
}
#page_search_wrapper {
width: 70ch;
margin: 0 auto;
}
#search_results_found_wrapper {
font-weight: 700;
font-size: 1.25rem;
line-height: 1.875rem;
margin: 20px 0;
}
.search_form_item {
border-top: 1px solid var(--grey-8);
display: flex;
flex-direction: column;
gap: 23px;
padding: 40px 0;
}
.search_form_item:first-of-type {
border-top: 1px solid var(--black-1);
}
.search_form_item hgroup {
display: flex;
flex-direction: column;
gap: 6px;
}
.search_form_item h2 {
font-weight: 700;
font-size: 1.75rem;
line-height: 3rem;
}
.search_form_item hgroup p {
font-size: 1.125rem;
line-height: 1.875rem;
margin: 0;
}
.search_form_item_content {
font-size: 1.063rem;
line-height: 1.875rem;
}
.search_form_item p {
margin: 0;
font-size: 17px;
line-height: 1.875rem;
font-weight: 400;
letter-spacing: 0.010em;
max-width: 58ch
}
#search_pagination {
display: flex;
justify-content: center;
gap: 10px;
font-weight: 700;
}
#search_pagination .nav-links {
display: flex;
gap: 10px;
color: rgba(214, 54, 5, 1);
}
#search_pagination .nav-links .current {
color: var(--black-1);
}
#search_pagination .nav-links a:not(:last-child),
#search_pagination .nav-links span:not(:last-child) {
padding-right: 10px;
position: relative;
}
#search_pagination .nav-links a:not(:last-child)::after,
#search_pagination .nav-links span:not(:last-child)::after {
content: '·';
display: block;
width: 5px;
height: 5px;
position: absolute;
top: 0px;
right: -3px;
color: var(--black-1);
}
#nothing-found-article {
margin-top: 56px;
display: flex;
flex-direction: column;
gap: 20px;
}
#nothing-found-article h2 {
color: rgba(68, 66, 63, 1)
}
#nothing-found-content {
max-width: 686.87px;
display: flex;
gap: 20px;
align-items: center;
font-size: 1.25rem;
line-height: 1.875rem;
font-weight: 400;
}
#nothing-found-content p {
max-width: 320.13px
}
@media screen and (max-width:600px) {
#nothing-found-content {
flex-direction: column;
}
} #breadcrumb {
max-width: 1280px;
width: calc(100% - 48px);
margin: 25px auto 0;
font-size: 0.938rem;
font-weight: 500;
color: var(--black-2);
}
#breadcrumb ol {
display: flex;
gap: 0.3rem;
flex-wrap: wrap;
}
#breadcrumb li {
display: flex;
align-items: center;
}
#breadcrumb .item-current>strong {
border-bottom: 1px solid var(--black-2)
}
#breadcrumb li:not(:last-child) {
padding-right: 3ch;
position: relative;
}
#breadcrumb li:not(:last-child)::after {
content: '/';
display: block;
position: absolute;
top: 50%;
right: 1ch;
transform: translateY(-50%);
}
@media screen and (max-width:600px) {
#breadcrumb {
width: 100%;
padding: 0 10px;
text-align: center;
}
#breadcrumb ol {
justify-content: center;
}
} #newsletter_card {
background: var(--green-1) url(//cantfaceschool.com.au/wp-content/themes/cfs/images/swoop.svg) no-repeat;
background-position: 104% 80%;
max-width: 1440px;
width: calc(100% - 48px);
margin: 0 auto 50px;
padding: 29px 40px 20px;
border-radius: 24px;
} #cant_page_wrapper {
width: calc(100% - 40px);
background: var(--background-color);
height: var(--height);
overflow: hidden;
transition: height 1s ease-in-out 1s, background 1s ease-in-out;
margin: 40px auto;
}
#cant_page_header_wrapper,
#cant_page_body_wrapper {
width: 100%;
}
#cant_page_header_slider,
#cant_page_body_slider {
--pos: calc(calc(-100%/3) * var(--index));
display: flex;
width: calc(100%*3);
transform: translateX(var(--pos));
align-items: flex-start;
transition: transform 1s ease-in-out;
}
#cant_page_header_slider>section,
#cant_page_body_slider>section {
width: calc(100%/3);
padding: 0 11px;
}
.cant_nav_block {
background-color: var(--nav-bg-color);
width: 1000px;
border-radius: 29.67px;
margin: 0 auto;
padding: 12px 15px;
transition: background-color 1s ease-in-out;
position: relative;
}
.cant_nav_block ul {
display: grid;
grid-auto-rows: 1fr;
grid-template-columns: 1fr 1fr 1fr;
align-items: center;
justify-items: center;
}
.cant_nav_block ul li {
width: 100%;
height: 100%;
padding: 0 10px;
}
.cant_nav_block button {
width: 100%;
height: 100%;
font-weight: 700;
font-size: 1.5rem;
line-height: 1.25rem;
text-align: center;
text-transform: uppercase;
border-radius: 33px;
display: flex;
justify-content: center;
align-items: center;
padding: 18px 30px;
border: 8px solid transparent;
}
@media screen and (max-width:500px) {
.cant_nav_container button {
font-size: 1.1rem;
}
}
.cant_nav_block button:hover:not(.selected),
.cant_nav_block button:focus:not(.selected) {
background: rgba(253, 198, 0, 0.7);
border: 8px solid rgba(253, 198, 0, 0.7);
}
.cant_nav_block button.selected {
background: rgba(253, 198, 0, 1);
border: 8px solid rgba(255, 221, 142, 1);
}
#page_cant_teachers {
background: #E8F4AB;
}
#page_cant_parents {
background: #9AB2D4;
}
#page_cant_health {
background: #FFE7DD;
}
.cant_page {
margin: 0 auto;
max-width: 1312px;
border-radius: 24px;
padding: 32px 0 0;
}
#cant_page_header_slider .cant_header {
text-align: center;
margin-bottom: 25px;
padding: 0 40px;
overflow: hidden;
}
.cant_title {
font-weight: 600;
font-size: 3.75rem;
line-height: 3.75rem;
color: var(--black-1);
}
.cant_subtext {
font-weight: 500;
font-size: 1.75rem;
line-height: 2.625rem;
max-width: 900px;
margin: 10px auto;
}
.cant_header_img_wrapper {
width: 379px;
height: 363px;
margin: 0 auto;
display: flex;
flex-direction: column;
justify-content: center;
}
.cant_header_img_wrapper img {
margin: 0 auto;
}
#page_cant_teachers .cant_header_img_wrapper img {
max-width: 322px;
}
.cant_tagline {
font-weight: 500;
font-size: 2.188rem;
line-height: 1.688rem;
}
.cant_body {
padding: 0 90px;
position: relative;
overflow: hidden;
}
.cant_content {
display: flex;
flex-direction: column;
position: relative;
z-index: 2;
gap: 78px;
padding: 22px 0;
}
.cant_block {
display: flex;
min-height: 379px;
gap: 147px;
justify-content: space-between;
align-content: space-between;
}
.cant_block:nth-of-type(2n) {
flex-direction: row-reverse;
}
.cant_page .half_block {
border: none;
max-width: inherit;
background: none;
flex-grow: 0;
flex-shrink: 0;
min-width: 532.5px;
max-width: 532.5px;
min-height: 359px;
}
.cant_page .half_block_img {
padding: 0px 11px;
}
.cant_page .half_block_text {
display: flex;
flex-direction: column;
font-family: var(--inter);
border: none;
padding: 17px 27px;
}
.cant_page .half_block_text>div {
max-width: 418px;
display: flex;
flex-direction: column;
align-items: inherit;
justify-content: inherit;
gap: 18px;
}
.cant_page h3 {
font-weight: 700;
font-size: 2.568rem;
line-height: 2.471rem;
color: var(--black-1);
}
.cant_page .half_block {
min-height: 359px;
}
.cant_page .half_block_text p {
font-weight: 500;
font-size: 1.348rem;
line-height: 1.797rem;
}
.cant_page .half_block_img img {
max-width: unset;
}
.half_block_align_start {
justify-content: flex-start;
}
.half_block_align_center {
justify-content: center;
}
.half_block_align_end {
justify-content: flex-end;
}
.half_block_justify_start {
align-items: flex-start;
}
.half_block_justify_center {
align-items: center;
}
.half_block_justify_end {
align-items: flex-end;
}
.half_block_text_end,
.half_block_text_end h3,
.half_block_text_end p {
align-self: flex-end;
text-align: right;
}
.half_block_text_start,
.half_block_text_start h3,
.half_block_text_start p {
align-self: flex-start;
text-align: left;
}
#cant_health_squiggle,
#cant_parents_squiggle,
#cant_teacher_squiggle {
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
}
.cant_squiggle {}
#cant_health_squiggle .cant_squiggle_container {
width: 1290px;
height: 1337px;
}
#cant_parents_squiggle .cant_squiggle_container {
width: 1290px;
height: 2251px;
}
#cant_teacher_squiggle .cant_squiggle_container {
width: 1290px;
height: 1337px;
}
#cant_button_container {
width: calc(100% + 30px);
position: absolute;
top: 50%;
left: -15px;
transform: translateY(-50%);
display: flex;
justify-content: space-between;
pointer-events: none;
display: none;
}
.cant_nav_block .cant_button {
padding: 16px 10px;
border-radius: 14.69px;
background: var(--white-1);
font-weight: 900;
cursor: pointer;
pointer-events: all;
flex: 0;
border: 0;
}
.cant_nav_block .cant_button>i {
width: 12px;
text-align: center;
pointer-events: none;
}
.cant_button:disabled {
background: var(--grey-8);
}
.cant_button:disabled>i {
opacity: 0.7;
}
.cant_nav_block .cant_button:hover:not(.selected),
.cant_nav_block .cant_button:focus:not(.selected) {
background: var(--white-1);
border: 0;
}
#cant_page_body_slider .cant_body:nth-of-type(2) {
background-image: url(//cantfaceschool.com.au/wp-content/themes/cfs/images/journey/Circle.svg);
background-repeat: no-repeat;
background-position: bottom -170px center;
background-size: 1620px;
}
@media screen and (max-width:1200px) {
.cant_nav_block {
width: calc(100% - 40px);
margin: 0 auto;
}
.cant_page .half_block {
min-width: 400px;
max-width: 400px;
}
#cant_page_body_slider .cant_body:nth-of-type(2) {
background-position: bottom -100px center;
background-size: 1290px;
}
}
@media screen and (max-width:1000px) {
.cant_page .half_block {
min-width: 350px;
max-width: 350px;
}
}
@media screen and (max-width:900px) {
#cant_button_container {
display: flex;
}
.cant_nav_block {
min-width: 278px;
width: 70%;
}
.cant_nav_block .cant_nav_container {
width: 100%;
overflow: hidden;
}
.cant_nav_block .cant_nav_container ul {
--pos: calc(calc(-100%/3) * var(--index));
display: grid;
width: calc(100%*3);
transform: translateX(var(--pos));
align-items: flex-start;
transition: transform 1s ease-in-out;
}
.cant_header_img_wrapper {
margin-bottom: 20px;
}
.cant_tagline {
margin-bottom: 10px;
}
#cant_page_body_slider .cant_body {
padding: 0 20px 80px;
}
#cant_page_wrapper {
width: 100%;
border-radius: 0;
margin: 0;
}
#cant_page_header_slider .cant_header {
display: flex;
flex-direction: column;
align-self: stretch;
flex-grow: 1;
}
.cant_nav_block a {
padding: 18px 10px;
font-size: 1.25rem;
}
.cant_header_img_wrapper {
width: 100%;
height: auto;
flex-grow: 1;
}
.cant_header_img_wrapper img {
height: auto;
}
.cant_squiggle {
display: none;
}
.cant_content {
gap: 25px
}
.cant_content .cant_block {
flex-direction: column-reverse;
gap: 0;
align-items: center;
justify-content: center;
}
.cant_page .half_block {
min-width: unset;
max-width: unset;
width: 70ch;
align-self: unset;
}
.cant_page .half_block_text>div {
max-width: unset;
}
.cant_page .half_block.half_block_text p,
.cant_page .half_block.half_block_text h3,
.cant_page .half_block.half_block_text {
min-height: unset;
align-self: center;
text-align: center;
}
.half_block_text {
gap: 5.26px;
}
}
@media screen and (max-width:800px) {
#cant_page_body_slider .cant_body:nth-of-type(2) {
background-position: bottom -40px center;
background-size: 1260px;
}
.cant_content .cant_block {
min-height: auto;
}
.cant_page .half_block {
width: 100%;
min-height: auto;
padding: 30px 0;
}
.cant_page .half_block img {
width: 100%;
height: auto;
max-height: 378px;
max-width: 472px;
}
}
#scroll_to_top_wrapper {
width: 100%;
position: fixed;
bottom: 60px;
pointer-events: none;
z-index: 10;
}
#scroll_to_top_container {
width: 100%;
max-width: 1660px;
margin: 0 auto;
}
#scroll_to_top {
pointer-events: all;
font-size: 2.375rem;
line-height: 2.088rem;
color: #F4BA3F;
background: #FFFBF3;
border: 1px solid rgba(244, 186, 63, 0.4);
border-radius: 944px;
padding: 5px 20px;
float: right;
margin-right: 60px;
opacity: 0;
transition: opacity 0.5s ease-in-out;
}
#scroll_to_top:hover,
#scroll_to_top:focus {
transform: scale(1.1);
text-decoration: underline;
}
#scroll_to_top.show_button {
opacity: 1;
}
@media screen and (max-width:600px) {
#scroll_to_top {
font-size: 2rem;
line-height: 2rem;
margin-right: 40px;
}
}
@media screen and (max-width:400px) {
#scroll_to_top_wrapper {
bottom: 20px;
}
#scroll_to_top {
margin-right: 20px
}
} #header_search_bar,
#page_search_bar {
margin-top: 36px;
}
#page_search_bar {
border-bottom: 1px solid rgba(186, 186, 186, 1);
padding-bottom: 20px;
}
#mobile_search_bar {
margin-top: 20px;
}
#header_search_bar,
#mobile_search_bar {
width: 100%;
}
#header_search_bar {
height: 0;
margin: 0;
position: relative;
display: flex;
justify-content: flex-end;
}
#header-searchform,
#mobile-searchform,
#searchform {
display: flex;
gap: 10px;
}
#header-searchform {
width: 100%;
position: absolute;
bottom: 0px;
justify-content: flex-end;
gap: 12px;
}
#mobile-searchform {
position: relative;
}
#close_header_search {
width: 46px;
height: 36px;
text-align: center;
padding: 7px 9px;
border-radius: 10px;
background: rgba(42, 42, 42, 1);
color: var(--white-1);
line-height: 22.4px;
cursor: pointer;
align-self: center;
}
#header-search_bar_input_wrapper,
#mobile-search_bar_input_wrapper,
#search_bar_input_wrapper {
position: relative;
display: inline-block;
flex-grow: 1;
}
#mobile-search_bar_input_wrapper {
margin-bottom: 20px;
}
#search_bar_input_wrapper {
max-width: 580px;
}
#header_search_bar input[type="text"],
#mobile_search_bar input[type="text"],
#page_search_bar input[type="text"] {
width: 100%;
background: var(--grey-3);
padding: 14px 23px;
font-size: 1.125rem;
font-weight: 500;
line-height: 1.4rem;
border-radius: 13px;
}
#header_search_bar input[type="text"] {
padding: 12px 23px;
}
#page_search_bar input[type="text"] {
max-width: 580px;
}
#header-search-bar-icon,
#search-bar-icon {
position: absolute;
top: 50%;
right: 23px;
transform: translateY(-50%);
}
#mobile-searchsubmit {
background: var(--grey-3);
padding: 14px 23px;
font-size: 1.125rem;
font-weight: 500;
line-height: 1.4rem;
border-radius: 13px;
position: absolute;
right: 0;
}
#header_search_bar input[type="submit"],
#page_search_bar input[type="submit"] {
background: var(--white-1);
border: 2px solid var(--grey-8);
font-weight: 600;
line-height: 1.4rem;
border-radius: 10px;
padding: 0 55px;
text-transform: uppercase;
}
@media screen and (max-width:900px) {
#page_search_wrapper {
width: 100%;
}
}
@media screen and (max-width:600px) {
#searchform {
display: flex;
flex-direction: column;
}
#page_search_bar input[type="submit"] {
padding: 14px 23px;
font-size: 1.125rem;
line-height: 1.4rem;
flex-grow: 0;
align-self: flex-start;
}
} .show_search_menu,
.hide_search_menu {
--animation-duration: 1s;
}
.hide_search_menu #header_nav {
animation: var(--animation-duration) header_nav_reverse_overflow both;
}
.show_search_menu #header_nav {
animation: var(--animation-duration) header_nav_overflow both;
}
#menu-header {
transform: translateY(0px);
visibility: initial;
transition: transform var(--animation-duration) ease-in-out, visibility 0.1s linear 0.59s;
}
.show_search_menu #menu-header {
transform: translateY(200px);
visibility: hidden;
}
#header_search_bar {
pointer-events: none;
}
.show_search_menu #header_search_bar {
pointer-events: all;
}
#header_search_bar_wrapper {
width: 64px;
height: 46px;
display: flex;
justify-content: flex-end;
overflow: hidden;
position: absolute;
bottom: 0px;
border-radius: 13px;
transition: width 1s ease-in-out;
}
.show_search_menu #header_search_bar_wrapper {
width: 100%;
}
#header-searchform {
transform: translateX(0px);
transition: transform 1s ease-in-out;
justify-content: flex-end;
}
.show_search_menu #header-searchform {
transform: translateX(-190px);
}
#header-search_bar_input_wrapper {
width: 62px;
min-width: 62px;
height: 46px;
flex-grow: 0;
transition: width 1s ease-in-out;
}
.show_search_menu #header-search_bar_input_wrapper {
display: flex;
justify-content: flex-end;
width: calc(100% - 250px);
}
@media screen and (max-width: 1200px) {
#header_search_bar_wrapper {
transform: translateX(-124px);
}
#header-searchform {
width: auto;
}
.show_search_menu #header-search_bar_input_wrapper {
flex-grow: 1;
}
}
#header-searchsubmit {
transform: translateX(200px);
transition: transform 1s ease-in-out;
pointer-events: all;
position: absolute;
height: 42px;
}
.show_search_menu #header-searchsubmit {
transform: translateX(190px);
}
#close_header_search {
transform: scale(0);
transition: transform .25s ease-in-out;
}
.show_search_menu #close_header_search {
transform: scale(1);
transition: transform .25s cubic-bezier(0.64, 0.57, 0.67, 1.53) .75s;
}
#search_main_button {
background: transparent;
}
#search_main_button i {
opacity: 0;
}
#header_search_bar input[type="text"] {
color: transparent;
}
.show_search_menu #header_search_bar input[type="text"] {
color: var(--black-1);
}
@media screen and (max-width: 900px) {
#search_main_button,
#header_search_bar {
display: none !important;
}
}
@keyframes header_nav_overflow {
0% {
overflow: unset;
}
1% {
overflow: hidden;
}
100% {
overflow: hidden;
}
}
@keyframes header_nav_reverse_overflow {
0% {
overflow: hidden;
}
99% {
overflow: hidden;
}
100% {
overflow: unset;
}
} .visually-hidden,
.assistive-text,
.screen-reader-text {
position: absolute !important;
clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px);
overflow: hidden;
height: 1px;
width: 1px;
}
a.visually-hidden:focus,
a.assistive-text:focus,
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
background-color: #f1f1f1;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-size: 14px;
font-weight: bold;
height: auto;
left: 6px;
line-height: normal;
padding: 17px 22px 15px;
text-decoration: underline;
top: 7px;
width: auto;
z-index: 100000; }
#page_booking .calendly-inline-widget {
height: 1520px;
}
@media (max-width: 1087px) {
#page_booking .calendly-inline-widget {
height: 1720px;
}
}
@media (max-width: 785px) {
#page_booking .calendly-inline-widget {
height:1900px;
}
} 
#page_media img.lazy {
min-height: 1px; 
}
#page_media .entry-content>p:first-of-type {
font-weight: 500;
font-size: 1.375rem;
line-height: 1.875rem;
text-align: center;
margin:0 auto;
}
#bar_cta {
background: var(--yellow-2);
padding: 0.5rem;
}
#bar_cta_content {
display: flex;
align-items: center;
justify-content: center;
}
#bar_cta_link {
display: flex;
align-items: center;
filter:drop-shadow(1px 1px 0 rgba(0, 0, 0, 0.20));
gap:12px;
}
#bar_cta_image {
width: 53.5751px;
height:33.4165px;
}
#as_seen_on_wrapper {
padding: 3rem 0;
background-color: var(--white-1);
overflow:hidden;
width:100%;
}
#as_seen_on_container {
display:flex;
flex-direction: column;
width: calc(100% - 40px);
max-width: 1312px;
margin: 0 auto;
gap: 2rem;
align-items: center;
position: relative;
}
#as_seen_on_container::after {
content:'';
display:block;
width:100%;
height:100%;
background:linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 1) 100%);
position: absolute;
top:0;
left:0;
pointer-events: none;
}
#as_seen_on_container h2 {
font-weight: 700;
font-size: 2.5rem;
color: var(--black-1);
}
#as_seen_on_logos {
display:flex;
width:100%;
}
#as_seen_on_logos ul {
list-style-type: none;
margin-left:0;
display:flex;
justify-content: space-evenly;
gap:2rem;
width:100%;
margin-right: 2rem;
}
#as_seen_on_logo_wrapper {
width:100%;
opacity: 0.4;
overflow:hidden;
}
@media screen and (min-width: 901px) {
#as_seen_on_wrapper {
border-bottom:1px solid var(--grey-3);
}
}
@media screen and (max-width: 900px) {
#as_seen_on_container {
width: 100%;
}
#as_seen_on_logo_wrapper {
width:100%;
padding:0 40px;
}
#as_seen_on_container::after {
content:'';
display:block;
width:100%;
height:100%;
background:linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 1) 100%);
position: absolute;
top:0;
left:0;
pointer-events: none;
}
#as_seen_on_logos {
width: 900px;
}
}
#as_seen_on_logos {
animation: logo_loop calc(var(--count) * 1s) linear infinite;
}
@media (prefers-reduced-motion: reduce) {
#as_seen_on_logos {
animation: none;
}
}
#as_seen_on_logos li {
height:42px;
pointer-events: none;
flex-shrink:0;
}
#as_seen_on_logos img {
height: 42px;
object-fit: contain;
user-drag: none;
-webkit-user-drag: none;
user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
pointer-events: none;
}
@keyframes logo_loop {
0% {
transform: translateX(0);
}
100% {
transform: translateX(var(--slider-width));
}
} #media_enquiry_block {
background: rgba(205, 188, 220, 1) url(//cantfaceschool.com.au/wp-content/themes/cfs/images/enquiry_squiggle.svg) no-repeat;
background-size: cover;
background-position: left top;
padding: 40px 120px;
border-radius:16px;
display:flex;
gap:16px;
align-items: center;
justify-content: center;
flex-direction: column;
text-align: center;
margin: 38px 0;
}
#media_enquiry_block h2{
font-weight:900;
font-size:2.8125rem;
line-height:3.25rem;
}
#media_enquiry_block p {
font-weight:500;
font-size:1.25rem;
line-height:2rem;
}
#media_enquiry_block a {
background:rgba(253, 198, 0, 1);
padding:18px 32px;
border-radius: 2880px;
font-weight: 700;
font-size: 1.375rem;
line-height: 1.75rem;
letter-spacing: 0px;
text-align: center;
vertical-align: middle;
}
#media_enquiry_block a:hover {
text-decoration: underline;
transform: none;
}
@media screen and (max-width:1000px) {
#media_enquiry_block {
padding: 40px 40px;
}
} #featured_on_slider_wrapper{
border-radius: 18.1px;
padding: 2rem 1.875rem;
background: rgba(255, 231, 221, 1);
}
#featured_on_slider_wrapper{
overflow:hidden;
}
#featured_on_slider{
width: calc(calc(100% * var(--count)) + calc(var(--count) * 2rem));
transition: transform 0.5s ease-in-out;
display:grid;
grid-template-columns: repeat(var(--count), 1fr);
}
.featured_on_slider_item {
margin-right:2rem;
}
.featured_on_slider_item a {
display:flex;
align-items: center;
}
#featured_on_slider .featured_on_slider_item a:hover {
transform: none;;
}
.featured_on_slider_item_content{
width:35%;
padding: 2rem 1.6875rem;
display:flex;
flex-direction: column;
gap: 1rem;
}
.featured_on_slider_item_content_logo {
height:50px;
}
.featured_on_slider_item_content_logo img {
height: 100%;
width: auto;
object-fit: contain;
}
.featured_on_slider_item_content h3 {
font-weight: 600;
font-size: 2.5rem;
line-height: 2.75rem;
text-transform: capitalize;
}
.featured_on_slider_item_content p {
font-weight: 500;
font-size: 1.125rem;
line-height: 1.875rem;
}
.featured_on_slider_item_image {
width:65%;
padding:1rem;
border-radius:18px;
background: var(--white-1);
}
.featured_on_slider_item_image img {
width: 100%;
height: auto;
object-fit: contain;
}
#featured_on_slider_nav {
display: flex;
justify-content: center;
gap: 1rem;
margin-top: 1.5rem;
}
#featured_on_slider_nav button {
border-radius: 2880px;
padding: 1rem 1.25rem;
background: rgba(232, 244, 171, 1);
}
#featured_on_slider_nav button:disabled {
filter:grayscale(100%);
cursor: not-allowed;
}
#featured_on_slider_nav button:hover:not(:disabled) {
background: var(--yellow-2);
transform: none;
}
#featured_on_slider_nav button img {
width: 1.5rem;
height: 1.5rem;
display:block;
}
#featured_on_slider_nav fieldset {
display:flex;
justify-content: center;
align-items: center;
gap:1rem;
min-width:350px;
}
#featured_on_slider_nav fieldset input[type="radio"] {
background: rgba(245, 194, 173, 1);
width:1rem;
height:1rem;
border-radius:200%;
}
#featured_on_slider_nav fieldset input[type="radio"]:checked, #featured_on_slider_nav fieldset input[type="radio"]:hover {
background: rgba(237, 115, 61, 1);
}
.sr_only {
position: absolute !important;
clip: rect(1px, 1px, 1px, 1px) !important;
overflow: hidden !important;
height: 1px !important;
width: 1px !important;
}
@media screen and (max-width: 1200px) {
.featured_on_slider_item a {
flex-direction: column-reverse;
align-items: center;
}
.featured_on_slider_item_content{
width:100%;
}
.featured_on_slider_item_image {
width:100%;
}
}
@media screen and (max-width: 900px) {
#featured_on_slider_nav fieldset {
min-width:150px;
}
}
#newsletter_card form>div:nth-of-type(2) div[data-paragraph=true] {
font-weight: 500;
font-size: 1.25rem;
line-height: 2rem;
}
#newsletter_card form>div:nth-of-type(1) div[data-paragraph=true] {
font-weight: 900;
font-size: 2.8125rem;
line-height: 3.25rem;
}