
/* 
Theme Name: Blankslate Child 
Author: Jayne Cooter-Clifton 
Template: blankslate 
*/

/* NORMALISE */

:root {
    --dark-green: #1F2E24;
    --light-green: #495743;
    --brown: #936C54;
    --orange: #DB9556;
    --white: #FFF;
    --beige: #EFE8E0;
}

html {
    font-size: 16px;
    scroll-padding-top: 150px;
}

body {
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 16px !important;
    font-style: normal;
    color: #1e2e27;
    position: relative;
    background: #efe8e0;
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.container {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    padding: 0 1rem;
    position: relative;
}

.container--small {
    max-width: 1200px;
}

.container--extra-small {
    max-width: 800px;
}

img {
    max-width: 100%;
}

a {
    color: inherit;
}

p, .p, ol, ul {
    font-size: 1rem;
    line-height: 1.625rem;
    margin: 0 0 1rem;
}

p:last-child {
    margin-bottom: 0;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
    font-weight: 500;
    margin: 0 0 2rem;
}

h1, .h1 {
    font-size: 2.5rem;
    line-height: 3rem;
}

h2, .h2 {
    font-size: 1.875rem;
    line-height: 2.375rem;
}

h3, .h3 {
    font-size: 1.5rem;
    line-height: 2rem;
    /* margin: 0 0 1.5rem; */
}

h4, .h4 {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

h5, .h5 {
    font-size: 1rem;
    line-height: 1.5rem;
}

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

b, strong {
    font-weight: 500;
}

.t-center {
    text-align: center;
}

.t-right {
    text-align: right;
}

.t-large p {
    font-size: 1.125rem;
    line-height: 1.875rem;
}

.button,
.nav-links a, 
input[type="submit"], 
form button {
    display: inline-block;
    background: transparent;
    border: 1px solid #efe8e0;
    color: #efe8e0;
    padding: .75rem 1.5rem;
    text-decoration: none;
    font-size: 1.125rem;
    font-weight: 500;
    border-radius: 2px;
    margin: 2rem 0 0;
    transition: all 0.3s;
    max-width: fit-content;
}

.button:hover,
.nav-links a:hover, 
input[type="submit"]:hover {
    background: #efe8e0;
    color: #1e2e27;
    cursor: pointer;
}

.button--brown {
    background: #c4ad9e;
    color: #523929;
    border-color: #8c7160;
}

.button--green,
.nav-links a {
    background: #1e2e27;
    color: #efe8e0;
    border-color: #1e2e27;
}

.button--small {
    font-size: 1rem;;
}

.nav ul {
    list-style: none;
}

.nav a {
    text-decoration: none;
}

.flex {
    display: flex;
}

.flex--middle {
    align-items: center;
}

.section {
    position: relative;
    padding: 5rem 0;
}

/* PADDING */

.padding-top--none {
    padding-top: 0;
}

.padding-top--small {
    padding-top: 2.5rem;
}

.padding-top--regular {
    padding-top: 5rem;
}

.padding-top--large {
    padding-top: 7.5rem;
}

.padding-bottom--none {
    padding-bottom: 0;
}

.padding-bottom--small {
    padding-bottom: 2.5rem;
}

.padding-bottom--regular {
    padding-bottom: 5rem;
}

.padding-bottom--large {
    padding-bottom: 7.5rem;
}

.padding--small {
    padding: 2.5rem;
}

/* COLOURS */

.background--light-green {
    background: #475741;
    color: #efe8e0;
}

.background--green {
    background-color: #1d2f28;
    color: #efe8e0;
}

.background--cream {
    background-color: #efe8e0;
    color: #1d2f28;
}

.background--beige {
    background-color: #dcd1c6;
}

/* HEADER */

.header {
    padding: 0;
    position: fixed;
    top: 43px;
    width: 100%;
    z-index: 5;
    background: transparent;
    transition: all 0.3s;
}

@media (min-width: 769px) {
    .header__left {
        width: 220px;
        padding: 0 15px;
    }
    
    .header__right {
        width: calc(100% - 220px);
        padding: 0 15px;
    }
}

.logo {
    display: block;
    line-height: 0;
}

.logo img {
    width: 220px;
    transition: all 0.3s;
}

.logo--dark {
    display: none;
}

.header--menu-active .logo--dark,
.header--solid .header.header--menu-active  .logo--dark {
    display: block;
}

.header--menu-active .logo--light,
.header--solid .header.header--menu-active  .logo--light {
    display: none;
}

.header--solid .header {
    background: #1e2e27;
    color: #efe8e0;
    top: 0 !important;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

.header--solid .header.header--menu-active {
    background: #efe8e0;
    color: #1e2e27;
}

.nav__main ul {
    display: flex;
    justify-content: flex-end;
    margin: 0;
    color: #efe8e0;
}

.nav__main li {
    margin-left: 3rem;
    position: relative;
}

.nav__main > ul > li:last-of-type {
    font-weight: 500;
}

.nav__main ul ul {
    display: none;
    position: absolute;
    left: 0;
    width: 12.5rem;
    padding: 0;
    background: #efe8e0;
    color: #1e2e27;
}

.nav__main li:hover > ul {
    display: block;
}

.nav__main ul ul li {
    width: 100%;
    margin: 0;
    padding: .25rem .5rem;
}

.nav__main li a {
    padding: 2rem 0;
    display: block;
}

.nav__main .mega .sub-menu {
    display: none !important;
}

.nav__mega {
    width: 75%;
}

.mega-menu {
    position: fixed;
    width: 100%;
    background: #efe8e0;
    z-index: 2;
    top: 133px;
    padding: 3rem 0;
    display: none;
    border-bottom: 1px solid rgba(29 47 40 / .3);
}

.header--solid .mega-menu {
    top: 91px;
}

.mega-menu__services--show, 
.mega-menu__resources--show,
.mega-menu__courses--show {
    display: block;
}

.mega-menu ul:not(.sub-menu) > li {
    width: 33.33%;
    padding-right: 4rem;
}

.mega-menu ul:not(.sub-menu) {
    display: flex;
}

.mega-menu ul:not(.sub-menu) > li > a {
    font-weight: 500;
    font-size: 1.125rem;
    margin-bottom: .75rem;
    padding-bottom: .25rem;
    display: block;
    border-bottom: 1px solid rgba(29 47 40 / .3);
}

.mega-menu ul {
    padding: 0;
    margin: 0;
}

.mega-menu ul.sub-menu > li {
    margin-bottom: .25rem;
}

.mega-menu__cta {
    width: 25%;
    padding: 1.5rem;
    background: #7b5440;
    border-radius: 4px;
    color: #efe8e0;
    box-shadow: 0 0 5px rgba(29 47 40 / .3);
}

.mega-menu .container {
    display: flex !important;
    flex-wrap: wrap;
    flex-direction: row;
}

.mega-menu__cta h2 {
    font-size: 1.25rem;
    line-height: 1.875rem;
    margin-bottom: 1rem;
}

.nav__main li a:hover:after, 
.nav__main li.mega_services--show a:after,
.nav__main li.mega_resources--show a:after,
.nav__main li.mega_courses--show a:after {
    opacity: 1;
}

.nav__main li a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #7b5540;
    left: 0;
    bottom: 1.75rem;
    opacity: 0;
    transition: all 0.1s;
}

.mega-menu a:hover {
    color: #7b5540;
}

/* ANNOUNCEMENT */

.announcement-bar {
    position: absolute;
    display: block;
    width: 100%;
    color: #efe8e0;
    font-weight: 500;
    padding: .5rem 0;
    border-bottom: 1px solid rgba(239 232 224 / 0.2);
    text-decoration: none;
    transition: all 0.3s;
    z-index: 5;
}

.announcement-bar:hover {
    background: #efe8e0;
    color: #1d2f28;
}

.announcement-bar p {
    margin: 0;
    text-align: center;
    line-height: 1.375rem;
}

/* FOOTER */

.footer {
    padding: 6rem 0;
    background: #475741;
    color: #efe8e0;
}

.footer .logo {
    margin-bottom: 1rem;
}

.footer h3 {
    font-size: 1.125rem;
    line-height: 1.125rem;
    font-weight: 400;
}

.nav__footer ul {
    padding: 0;
}

.nav__footer li {
    margin-bottom: .25rem;
}

.nav__footer li:last-of-type {
    margin-bottom: 0;
}

.footer .col-lg-2 {
    margin-right: 4.15%;
}

.footer .col-lg-2:first-of-type {
    margin-right: 0;
}

.under-footer {
    padding: 1rem 0;
    background: #1d2f28;
    color: #f1ede9;
}

.under-footer p {
    font-size: .875rem;
}

.under-footer a {
    text-decoration: none;
    margin-left: 1rem;
    padding-left: 1rem;
    border-left: 1px solid;
}

.under-footer a:first-of-type {
    border: none;
    padding-left: 0;
    margin-left: 0;
}

.under-footer .nav__legal a {
    font-size: .875rem;
}

.under-footer .nav__legal ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    line-height: 1.25rem;
    padding: 0;
}

.under-footer .nav__legal ul li:not(:first-of-type) {
    margin-left: 1rem;
    padding-left: 1rem;
    border-left: 1px solid white;
}

/* SOCIALS */
.socials a {
    font-size: 1.25rem;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background: #1d2f28;
    margin-right: .5rem;
    border-radius: 3px;
    transition: all 0.3s;
}

.socials {
    display: flex;
    margin: 3rem 0 0;
}

.socials a:hover {
    background: #fff;
    color: #1d2f28;
}

/* TRANSITION */

.hidden {
    opacity: 0;
    transition: all 0.5s;
    transform: translateY(75px);
}

.show {
    opacity: 1;
    transform: translate(0, 0)
}

/* HERO */

.hero {
    padding: 8rem 0;
    position: relative;
    z-index: 1;
    color: #efe8e0;
    background-color: #1d2f28;
    background-size: cover;
}

.hero:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: rgba(30,46,39,0.85);
    /* background: linear-gradient(180deg, rgba(30,46,39,0.9) 0%, rgba(30,46,39,0.9) 60%, rgba(30,46,39,0.7049413515406162) 100%); */
}

.hero .container {
    position: relative;
    z-index: 3;
}

.main > section:first-of-type, article > section:first-of-type {
    padding-top: calc(8rem + 7.8rem);
}

/* CALL TO ACTION */

.call-to-action {
    position: relative;
    z-index: 1;
    color: #efe8e0;
    background-color: #1d2f28;
    background-size: cover;
}

.call-to-action:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: rgba(30,46,39,0.85);
    /* background: linear-gradient(180deg, rgba(30,46,39,0.9) 0%, rgba(30,46,39,0.9) 60%, rgba(30,46,39,0.7049413515406162) 100%); */
}

.call-to-action .container {
    position: relative;
    z-index: 3;
}

/* CARDS */

.card {
    border-radius: 4px;
    border: 1px solid #1e2e27;
    overflow: hidden;
    display: block;
    background: #465741;
    color: #efe8e0;
    box-shadow: 0 0 12px rgba(196 173 158 / 0.7);
    text-decoration: none;
    margin: 2rem 0 0;
    height: calc(100% - 2rem);
}

.card__content {
    padding: 2rem;
}

.card__content h3 {
    margin-bottom: .5rem;
}

.card img {
    aspect-ratio: 9 / 6;
    width: 100%;
    object-fit: cover;
}

.card .button {
    margin-top: 0;
}

.background--light-green .card {
    background: #1d2f28;
    box-shadow: 0 0 12px rgba(29 48 41 / 0.5);
}

.background--green .card {
    background: #efe8e0;
    color: #1d3029;
    box-shadow: 0 0 12px rgb(71 87 65);
}

/* IMAGE + TEXT */

img.image-text__image {
    width: 40%;
    object-fit: cover;
    border-radius: 3px 0 0 3px;
}

.image-text__content {
    width: 60%;
    padding: 4rem 3rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
}

.image-text {
    display: flex;
    border-radius: 4px;
    border: 1px solid #15201b;
    background: #1e2e27;
    color: #efe8e0;
    /* overflow: hidden; */
    box-shadow: 0 0 12px rgba(196 173 158 / 0.7);
}

/* STATS */

.stats {
    /* padding: 2rem 0; */
    background: #465741;
    color: #efe8e0;
    position: relative;
    z-index: 2;
}

.stats p {
    margin-bottom: 0;
}

.stats .col-sm {
    align-items: center;
    justify-content: center;
    display: flex;
}

.stats .h2 {
    margin-bottom: 0;
    display: block;
}

/* RESULT */

.result .image-text {
    align-items: center;
    position: relative;
    margin-right: 4.5rem;
}

.result__stat {
    position: absolute;
    top: -4.5rem;
    right: -4.5rem;
    width: 9rem;
    height: 9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #465741;
    color: #efe8e0;
    border-radius: 4px;
}

/* LOGOS */
.logos img {
    max-height: 100px;
    max-width: 120px;
}

.logos .row > div {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 3rem 0;
}

.logos .row a:hover {
    opacity: 0.5;
}

/* SIGNUP/FORMS */

.box {
    padding: 3rem;
    background: #1e2e27;
    color: #efe8e0;
    border-radius: 4px;
    margin: 2rem 0;
    /* box-shadow: 0 0 12px rgba(196 173 158 / 0.7); */
}

.box--cream {
    background-color: #efe8e0;
    color: #1d2f28;
}

input[type="text"], 
input[type="email"], 
input[type="tel"], 
textarea,
select,
input:not([type="checkbox"], [type="radio"]) {
    display: block;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    padding: .75rem 1rem;
    border: 1px solid #efe8e0;
    border-radius: 2px;
    margin: 0 0 1.5rem;
    background: #2a3a33;
    color: #efe8e0;
}

input[type="submit"], 
form button {
    margin-top: 1rem !important;
    cursor: pointer;
}

textarea {
    height: 16rem;
    resize: none;
}

label {
    display: block;
    font-size: 1rem;
    margin: 0 0 .25rem;
}

form p br {
    display: none;
}

.wpcf7-list-item {
    display: block;
}

.wpcf7-checkbox {
    margin-bottom: 1.5rem;
}

.wpcf7-radio {
    margin-bottom: 1.5rem !important;
    display: block;
}

select {
    -webkit-appearance: none;
    background: url('/wp-content/themes/blankslate-child/images/select-arrow.png') no-repeat calc(100% - 1rem) 50% / 10px;
}

.wpcf7 form.sent .wpcf7-response-output {
    border: none;
    background: #efe8e0;
    padding: 1rem;
    border-radius: 3px;
    color: #1d2f28;
    font-weight: 400;
}

.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output, 
.wpcf7 form.payment-required .wpcf7-response-output {
    border: none;
    background: #bb3520;
    padding: 1rem;
    border-radius: 3px;
}

.fd-form-feedback {
    position: absolute;
    bottom: -1.5rem;
    color: #db9556;
    font-size: .875rem;
}

.fd-has-error {
    margin-bottom: 3rem;
    display: block;
    position: relative;
}

.fd-has-error input {
    outline: 1px solid #db9556;
}

/* INSTAGRAM */

.instagram img {
    border-radius: 4px;
    box-shadow: 0 0 12px rgba(196 173 158 / 0.7);
}

.instagram__feed {
    margin-top: 2rem;
}

/* BLOG */

.nav-links {
    display: flex;
    justify-content: space-between;
}

.nav-previous {
    order: 1;
}

/* ACCORDION */

.accordion-item > div {
    display: none;
}

.accordion-item__title {
    padding: 1rem 3rem 1rem 0;
    font-size: 1.25rem;
    cursor: pointer;
    margin: 2rem 0 0;
    border-bottom: 1px solid rgb(71 87 65 / .4);
    position: relative;
    transition: all 0.3s;
}

.accordion-item__title:hover {
    color: #465741;
}

.accordion-item__content {
    padding: 2rem 0;
    margin-top: .5rem;
}

.accordion-item__title:after {
    content: '\f175';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    right: 0;
    top: calc(50% - 1rem);
    transform: rotate(-90deg);
    transition: all 0.3s;
}

.accordion-item__title.accordion--active:after {
    transform: rotate(0deg);
}

.background--light-green .accordion-item__title:hover {
    color: #1d2f28;
}

/* CASE STUDIES */

.pagination .page-numbers {
    display: inline-block;
    width: 3rem;
    height: 3rem;
    text-align: center;
    line-height: 3rem;
    background: #1d2f28;
    border: 1px solid #1d2f28;
    color: #efe8e0;
    text-decoration: none;
    border-radius: 2px;
    font-size: 1.125rem;
    font-weight: 500;
    margin-left: .5rem;
    transition: all 0.3s;
}

.pagination a.page-numbers:hover {
    background: transparent;
    color: #1d2f28;
}

.pagination .page-numbers.next, 
.pagination .page-numbers.prev {
    width: fit-content;
    padding: 0 1rem;
}

.pagination {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-top: 2rem;
}

.pagination .page-numbers.current {
    opacity: 0.7;
}

/* IMAGE GALLERY */

.image-gallery__image {
    height: 0;
    padding-bottom: 100%;
    display: block;
    position: relative;
    margin: 1rem 0;
    background: #efe8e0;
    transition: all 0.3s;
}

.image-gallery__image img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
    border: 1px solid #1d2f28;
}

.image-gallery__image:hover {
    opacity: 0.8;
    cursor: pointer;
}

.featherlight .featherlight-content {
    border: 1px solid;
    padding: 0;
    border-radius: 4px;
    overflow: visible;
}

.featherlight .featherlight-close-icon {
    width: 2rem;
    height: 2rem;
    border-radius: 3px;
    top: -1rem;
    right: -1rem;
    background: #1d2f28;
    color: #efe8e0;
    transition: all 0.3s;
}

.featherlight .featherlight-close-icon:hover {
    background: #465741;
}

.featherlight .featherlight-image {
    border-radius: 2px;
}

/* TESTIMONIAL */

.testimonial-single__client {
    display: flex;
    align-items: center;
    margin-top: 2rem;
}

.testimonial-single__client__logo {
    width: 5rem;
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .5rem;
    background: #fff;
    border-radius: 3px;
    margin-right: 1.5rem;
}

.testimonial-single__client__name {
    width: calc(100% - 6.5rem);
}

.stars {
    margin-bottom: .5rem;
}

.stars i {
    margin-right: .25rem;
}

.review {
    margin: 1rem 0 2rem;
}

.review-slide {
    border: 1px solid;
    border-radius: 4px;
    padding: 2rem 3rem;
    margin: 2rem 0 0;
}

ul.slick-dots {
    list-style: none;
    margin: 2rem 0 0;
    padding: 0;
    display: flex;
    justify-content: center;
}

ul.slick-dots li button {
    font-size: 0;
    width: 1rem;
    height: 1rem;
    padding: 0;
    border-radius: 4px;
    border: none;
    background: #475741;
    margin-right: .5rem;
}

ul.slick-dots li.slick-active button {
    background: #1d2f28;
}

ul.slick-dots li button {
    cursor: pointer;
}

.slick-arrow {
    position: absolute;
    font-size: 0;
    width: 32px;
    height: 33px;
    border: none;
    border-radius: 3px;
    background: transparent;
    padding: 0;
    top: calc(50% - 1rem);
    color: #475741;
}

.slick-arrow:hover {
    color: #1d2f28;
    cursor: pointer;
}

.slick-arrow:after {
    font-size: 2rem;
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
}

.slick-prev {
    left: -6rem;
}

.slick-prev:after {
    content: '\f177';
}

.slick-next {
    right: -6rem;
}

.slick-next:after {
    content: '\f178';
}

/* SERVICE */

.service {
    background: #1d2f28;
    border-radius: 4px;
    color: #efe8e0;
    box-shadow: 0 0 12px rgba(196 173 158 / 0.7);
    margin-bottom: 2rem;
    /* height: calc(100% - 2rem); */
}

.service__title {
    padding: 2rem;
    border-bottom: 1px solid rgba(239 232 224 / .2);
    /* background: #0b1e17;
    border-radius: 4px 4px 0 0; */
}

.service__title h3 {
    margin: 0;
}

p.service__price {
    font-size: 1.25rem;
    margin-top: .25rem;
}

.service__content {
    padding: 2rem;
}

.service__includes {
    padding: 0 2rem 2rem;
}

.service__includes__list {
    display: none;
}

.service__includes ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service__includes li {
    padding-left: 2.25rem;
    margin-bottom: .375rem;
    position: relative;
}

.service__includes li:before {
    content: '\f00c';
    position: absolute;
    left: 0.75rem;
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: .8rem;
}

.service__includes h4 {
    margin-bottom: 1rem;
    font-size: 1.125rem;
}

.service__includes h4:hover {
    cursor: pointer;
    opacity: 0.6;
    transition: all 0.3s;
}

.service__includes h4:after {
    content: '\f178';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    margin-left: .75rem;
    transition: all 0.3s;
}

.service__includes h4.service__includes--active {
    opacity: 0.6;
}

.service__includes h4.service__includes--active:after {
    content: '\f175';
}

.service .button {
    margin: 0 2rem 2rem;
    width: calc(100% - 4rem);
    text-align: center;
}

/* COLUMNS */

.column {
    border-radius: 4px;
}

.column__image {
    width: 100%;
    height: 280px;
    border-radius: 3px;
    margin-bottom: 2rem;
    object-fit: cover;
}

/* SLIDER */

.slider .slick-arrow {
    top: calc(50% - 2.5rem);
}

.slide {
    margin: 0 1rem;
}

.slider .slick-track
{
    display: flex !important;
}

.slider .slick-slide {
    height: inherit !important;
    display: flex !important;
    justify-content: center;
    flex-direction: column;
}

.slide--with-image {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
}

.slide--with-image__image {
    width: 35%;
    height: 100%;
}

.slide--with-image__text {
    width: 65%;
    padding-left: 2rem;
}

.slide--with-image__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 3px;
}

.background--green .slick-arrow, 
.background--light-green .slick-arrow {
    color: #efe8e0;
}

.background--green .slick-arrow:hover {
    color: #475741;
}

.background--green ul.slick-dots li.slick-active button, 
.background--light-green ul.slick-dots li:not(.slick-active) button {
    background: #efe8e0;
}

/* COURSE */

p.course__subtitle {
    margin-bottom: 0;
    font-weight: 400;
}

h2.course__title {
    margin-bottom: 1.5rem;
    display: block;
    width: 100%;
    border-bottom: 1px solid rgb(29 47 40 / 15%);
    padding-bottom: .75rem;
}

p.course__price {
    font-size: 1.125rem;
    font-weight: 500;
    min-height: 69px;
    width: 100%;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #c0b9ae;
}

span.course__price_subtext {
    font-size: .875rem;
    font-weight: 300;
    display: block;
}

.course__info {
    margin-bottom: .75rem;
}

.course__info p {
    font-size: 1.125rem;
}

.course {
    max-width: 600px;
}

.course__includes p {
    margin-bottom: .25rem;
}

.course__includes li {
    padding-left: 2.25rem;
    margin-bottom: .375rem;
    position: relative;
}

.course__includes li:before {
    content: '\f00c';
    position: absolute;
    left: 0.75rem;
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: .8rem;
}

@media (min-width: 576px) {
    .course__includes {
        min-height: 222px;
    }
}

.course__includes ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.course .button {
    margin-top: .25rem;
    width: 100%;
    display: block;
    max-width: 100%;
    text-align: center;
}

.course .background--beige .button {
    background: #1d2f28;
    border-color: #1d3029;
}

.course .background--beige .button:hover {
    background: transparent;
}

/* RESPONSIVE */

.small-screen {
    display: none;
}

.mobile-menu {
    position: fixed;
    height: 100vh;
    width: 100%;
    left: 0;
    top: 0;
    padding-top: 120px;
    padding-bottom: 10rem;
    z-index: 4;
    background: #efe8e0;
    overflow-y: auto;
    transition: all 0.3s;
    opacity: 0;
    pointer-events: none;
}

.mobile-trigger {
    padding-right: 2px;
    transition: all 0.3s;
    display: none;
    flex-direction: column;
    align-items: flex-end;
}

.mobile-trigger span {
    width: 22px;
    height: 2px;
    background: #efe8e0;
    display: block;
    margin: 5px 0 0;
    transition: all 0.3s;
    border-radius: 1px;
}

.mobile-trigger--active span {
    background: #1e2e27;
}

.mobile-trigger span:first-of-type {
    margin-top: 0;
}

.mobile-menu--active {
    opacity: 1;
    pointer-events: all;
}

.mobile-menu ul {
    padding: 0;
    margin: 0;
}

.mobile-menu ul li a {
    display: block;
    width: calc(100% - 2rem);
    padding: .35rem 0;
    margin: 0 1rem;
}

.mobile-menu ul li li {
    padding-left: 1rem;
}

.mobile-trigger--active span:nth-child(2) {
    display: none;
}

.mobile-trigger--active span:nth-child(1) {
    -webkit-transform: rotate(45deg) translateX(3px) translateY(-1px);
        -ms-transform: rotate(45deg) translateX(3px) translateY(-1px);
            transform: rotate(45deg) translateX(3px) translateY(-1px);
}

.mobile-trigger--active span:nth-child(3) {
    -webkit-transform: rotate(-45deg) translateX(6px) translateY(-2px);
        -ms-transform: rotate(-45deg) translateX(6px) translateY(-2px);
            transform: rotate(-45deg) translateX(6px) translateY(-2px);
}

.nav__mobile ul:not(.sub-menu) > li > a {
    border-bottom: 1px solid rgba(29 47 40 / .3);
    margin-bottom: 1rem;
    font-weight: 500;
    font-size: 1.125rem;
}

.nav__mobile .sub-menu {
    margin-bottom: 1rem;
}

.nav__mobile .mega > .sub-menu > li > a {
    font-weight: 400;
}

.fixed-body .header, .fixed-body .announcement-bar {
    background: #efe8e0;
}

@media (max-width: 1065px) and (min-width: 993px) {
    .nav__main li {
        margin-left: 2rem;
    }
}

@media (max-width: 992px) {

    .nav__main {
        display: none;
    }

    .header {
        top: 39px;
        padding: 1.5rem 0;
    }

    .mobile-trigger {
        display: flex !important;
    }

    .footer .col-lg-2 {
        margin-right: 0;
    }

    .latest-posts .col-md-6.col-lg-4:nth-child(3) {
        display: none;
    }

}

@media (max-width: 768px) {

    .small-screen {
        display: block;
    }

    .fixed-body {
        position: fixed;
    }    

    .desktop-only {
        display: none;
    }

    h1, .h1 {
        font-size: 1.75rem;
        line-height: 2.25rem;
    }

    h2, .h2 {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    h3, .h3 {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }

    h4, .h4 {
        font-size: 1rem;
        line-height: 1.375rem;
    }

    .header__left {
        width: 220px;
        padding: 0 15px;
    }
    
    .header__right {
        width: calc(100% - 220px);
        padding: 0 15px;
    }

    .section {
        padding: 50px 0;
    }

    .logo img {
        width: 180px;
    }

    .image-text {
        display: block;
    }
    
    img.image-text__image {
        width: 100%;
        aspect-ratio: 9 / 6;
    }
    
    .image-text__content {
        width: 100%;
        padding: 2rem;
    }

    .box {
        padding: 2rem;
    }

    .socials {
        margin: 2rem 0 3rem;
    }

    .nav__footer {
        margin-bottom: 3rem;
    }

    .footer {
        padding: 4rem 0 2rem;
    }

    .footer h3 {
        margin: 0 0 1rem;
    }

    .under-footer .t-right {
        text-align: left;
    }

    .under-footer .nav__legal ul {
        justify-content: flex-start;
    }

    .slick-slider {
        padding-bottom: 4rem;
    }
    
    .slick-arrow {
        top: calc(100% - 2rem);
    }
    
    .slick-prev {
        left: 0;
    }
    
    .slick-next {
        right: 0;
    }

    .slick-arrow:after {
        font-size: 1.5rem;
    }

    .slider .slick-arrow {
        top: 0;
    }
    
    .slider .slick-next {
        right: calc(50% - 2.5rem);
    }
    
    .slider .slick-prev {
        left: calc(50% - 2.5rem);
    }
    
    .slider {
        padding-top: 3rem;
    }

    .slider .slick-track {
        display: block !important;
    }

    .slider .slick-slide {
        display: block !important;
    }

    .slide--with-image {
        display: block;
        height: auto;
    }
    
    .slide--with-image__image {
        width: 100%;
        height: 250px;
        margin-bottom: 2rem;
    }
    
    .slide--with-image__text {
        width: 100%;
        padding-left: 0;
    }

    .result__stat {
        right: calc(50% - 4.5rem);
    }

    .result .image-text {
        margin-right: 0;
    }

}

@media (max-width: 576px) {
    .stats .col-sm {
        margin-bottom: 2rem;
    }

    .stats .col-sm:last-of-type {
        margin-bottom: 0;
    }
}

@media (max-width: 360px) {
    .announcement-bar p {
        font-size: 0.9rem;
        font-weight: 300;
    }
}


/* SALES PAGE */

.seo .header, 
.seo .footer, 
.seo .announcement-bar, 
.seo .newsletter, 
.seo .instagram, 
.seo .under-footer {
    display: none;
}

section.section.half-colour {
    background: #EFE8E0;
    background: linear-gradient(90deg, rgba(239, 232, 224, 1) 0%, rgba(239, 232, 224, 1) 50%, rgba(81, 94, 74, 1) 50%, rgba(73, 87, 67, 1) 100%);
}

.seo-intro {
    padding: 0 3rem 0 0;
}

.seo p.pre-title {
    text-transform: uppercase;
    font-weight: 700;
}

.seo section.section.half-colour p.pre-title {
    font-weight: 400;
}

.seo h1, 
.seo h2, 
.seo h3 {
    font-weight: 700;
}

p.tape {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.125rem;
    margin: 3rem 2rem 6rem;
    transform: rotate(-2deg);
    color: var(--dark-green);
    background: #d7965d;
    display: inline-block;
    padding: .75rem 1.5rem;
    position: relative;
}

p.tape:before {
    content: '';
    position: absolute;
    width: 2rem;
    height: 100%;
    left: calc(-2rem + 1px);
    top: 0;
    background: url('/wp-content/themes/blankslate-child/images/tape-left.png') no-repeat 0 50% / cover;
}

p.tape:after {
    content: '';
    position: absolute;
    width: 2rem;
    height: 100%;
    right: calc(-2rem + 1px);
    top: 0;
    background: url('/wp-content/themes/blankslate-child/images/tape-right.png') no-repeat 100% 50% / cover;
}

.seo .button {
    background: var(--orange);
    border-radius: 2rem;
    color: var(--dark-green);
    border: 2px solid var(--dark-green);
    text-transform: uppercase;
    font-size: 1rem;
    font-size: 1rem;
    box-shadow: 2px 2px 0 var(--dark-green);
    padding: .75rem 2.25rem;
    transition: all .3s;
}

.seo .button:hover {
    box-shadow: none;
    background: var(--dark-green);
    border-color: var(--dark-green);
    color: var(--white);
    transform: translate(2px, 2px);
}

.portrait-video {
  position: relative;
  width: 100%;
  padding-bottom: 177.78%; /* 9:16 aspect ratio */
  height: 0;
  overflow: hidden;
  border-radius: 2rem;
}

.portrait-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.portrait-video img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.seo .dashed-border {
    border: 2px dashed var(--beige);
    padding: .25rem;
    border-radius: 2.25rem;
    position: relative;
}

.seo .card {
    border-radius: 2rem;
    border: 3px solid var(--light-green);
    height: fit-content;
    box-shadow: none;
}

.seo .card__content {
    padding: 3.5rem 2rem;
    min-height: 22rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.seo .card__content h3 {
    margin-bottom: 2rem;
}

.seo .card--orange {
    background-color: var(--orange);
    color: var(--dark-green);
}

.seo .card--brown {
    background-color: var(--brown);
    color: var(--beige);
}

.seo .card--green {
    background-color: var(--light-green);
    color: var(--beige);
}

.seo .card--dark-green {
    background-color: var(--dark-green);
    color: var(--beige);
}

.seo .card--beige {
    background-color: var(--beige);
    color: var(--dark-green);
}

.card--bordered {
    border: 2px solid var(--dark-green);
}

.wonky {
    transform: rotate(-2deg);
}

.card.wonky {
    border: 6px solid var(--light-green);
}

.card.wonky img {
    aspect-ratio: auto;
    width: auto;
    max-width: 30rem;
}

.seo .testimonials {
    padding: 6rem 0;
}

.section.icons {
    padding: 6rem 0 14rem;
    overflow: hidden;
}

.icons--top {
    position: absolute;
    width: 10rem;
    right: -12rem;
    top: -3rem;
}

.icons--bottom {
    position: absolute;
    width: 10rem;
    left: -14rem;
    bottom: -4rem;
}

.section.rip {
    padding-bottom: 16rem;
}

.section.rip:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8rem;
    z-index: 3;
    background: url('/wp-content/themes/blankslate-child/images/rip-green.png') no-repeat 50% 0 / 100% 100%;
}

.section.rip--dark:before {
    background: url('/wp-content/themes/blankslate-child/images/rip-dark-green.png') no-repeat 50% 0 / 100% 100%;
}

.timeline {
    background: url('/wp-content/themes/blankslate-child/images/path-weeks.png') no-repeat 58% 4rem / auto calc(100% - 14rem);
}

.stretch-cards .card {
    height: calc(100% - 2rem);
}

.timeline .card ul li, 
.big-font li {
    font-size: 1.125rem;
    margin-bottom: 1rem;
}

ul.big-font {
    padding-left: 1rem;
}

.card__icon img {
    aspect-ratio: unset;
    max-width: 10rem;
    max-height: 10rem;
    min-height: 10rem;
    margin: 2rem 0;
    object-fit: contain;
}

.card__icon ~ .card__content {
    padding-top: 0;
    min-height: auto;
}

.hero--extra-padding {
    padding: 16rem 0;
}

.card.card--course .card__header {
    text-align: center;
    padding: 3rem 1.5rem;
    border-bottom: 2px solid var(--dark-green);
}

.card.card--course {
    background: var(--beige);
    color: var(--dark-green);
}

.card.card--course.card--course--green .card__header {
    background: var(--dark-green);
    color: var(--beige);
}

.card.card--course.card--course--orange .card__header {
    background: var(--orange);
}

.card.card--course .card__header h3 {
    margin: 0;
}

.card.card--course .card__content {
    padding: 4rem;
}

.card.card--course .card__content p, 
.card.card--course .card__content ul,
.card.card--course .card__content .h6 {
    font-size: 1.125rem;
    margin-bottom: 2rem;
}

.card.card--course .card__content .h6 {
    font-weight: 700;
}

.card.card--course .button {
    width: 100%;
    max-width: 100%;
    text-align: center;
}

.background--light-green .card {
    border-color: var(--dark-green);
}

.cross ul,
ul.cross, 
.tick ul,
ul.tick {
    list-style: none;
    padding: 0;
    font-size: 1.125rem;
}

.cross ul li:before,
ul.cross li:before {
    content: '❌';
    margin-right: .5rem;
}

.tick ul li:before,
ul.tick li:before {
    content: '✅';
    margin-right: .5rem;
}

.cross ul li, 
ul.cross li, 
.tick ul li, 
ul.tick li {
    margin: 1rem;
}

img.team-image {
    border-radius: 20px;
    margin: 1rem 0;
    width: 100%;
}

.seo .box {
    border-radius: 2rem;
}

.seo .slider.testimonials .slick-arrow {
    display: none !important;
}

.portrait-video--contain img {
    object-fit: contain;
}

.seo .testimonials img {
    border: 2px dashed var(--dark-green);
    border-radius: 2rem;
}

.seo ul.slick-dots li button {
    border-radius: 50%;
    width: .75rem;
    height: .75rem;
}

@media (max-width: 991px) {
    section.section.half-colour {
        background: var(--beige);
    }
    .seo .dashed-border {
        border-color: var(--dark-green);
        margin-top: 2rem;
    }
    .seo .testimonials {
        padding: 2rem 0 3rem;
    }
    .seo .testimonials .portrait-video {
        max-width: 10rem;
        height: auto;
        aspect-ratio: 9/16;
        padding: 0;
        margin: 0 auto 2rem;
    }
    .seo .testimonials p {
        text-align: center;
    }
    .timeline {
        background: #efe8e0;
    }
}

@media (max-width: 768px) {
    .icons--top {
        position: absolute;
        width: 6rem;
        right: 1vw;
        top: -5rem;
    }
    .icons--bottom {
        position: absolute;
        width: 6rem;
        left: 0;
        bottom: -10rem;
    }
    p.tape {
        margin-bottom: 3rem;
        margin-top: 1.5rem;
    }
    .seo .hero--extra-padding {
        padding: 10rem 0;
    }
    .card.card--course .card__content {
        padding: 2rem;
    }
}

@media (max-width: 546px) {
    .card.wonky img {
        max-width: 100%;
        max-height: 16rem;
    }
}