/** TODO LATO font needs sorting **/

#info-area {
    .secondary-menu-ul {
        ul {
            flex-direction: row;
            justify-content: flex-end;
        }

        p {
            padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
            margin: 0;
        }

        li {
            border-bottom-left-radius: 5px;
            border-bottom-right-radius: 5px;
            padding: 0 10px;
            margin: 0 2px;
            color: var(--nav-text-colour);
        }

        li:first-child {
            background-color: var(--primary-colour);
        }

        li:nth-child(2) {
            background-color: var(--tertiary-colour);
        }

        li:last-child {
            background-color: #8896AB;
        }
    }
}

#nav-area {
    a {
        color: white;
    }

    .navbar {
        padding-bottom: 0;
        border-bottom: 5px solid var(--primary-colour);

        .container {
            align-items: flex-end;
        }
    }

    #nav-logo {
        max-width: 450px;
    }

    #menu-primary-menu {

        .dropdown-menu {
            padding: 0;
            border-radius: 0 0 5px 5px;
            margin: 0;
            width: auto;

            .nav-item {
                border-radius: 0;
                margin: 0;

                a {
                    padding: 10px;
                }

                &:last-child {
                    border-radius: 0 0 5px 5px;
                }
            }

            a {
                background-color: inherit;
            }
        }

        li {
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
            margin: 0 2px;

            a {
                padding: 10px;
            }
        }

        li:first-child {
            background-color: #994F5B;
            /*             background-color: var(--primary-colour); */
        }

        li:nth-child(2) {
            background-color: var(--tertiary-colour);
        }

        li:nth-child(3) {
            background-color: var(--quaternary-colour);
        }

        li:nth-child(4) {

            background-color: var(--secondary-colour);
        }

        li:nth-child(5) {

            background-color: #a28679;
        }
		
		li:nth-child(6) {

            background-color: #676C4E99;
        }
		
		li:nth-child(7) {

            background-color: #a28679;
        }
		
		li:nth-child(8) {

            background-color: var(--secondary-colour);
        }
		
		li:nth-child(9) {

            background-color: var(--quaternary-colour);
        }

        li:nth-child(10) {
            background-color:  var(--tertiary-colour);
            /*             background-color: #8d7b6f; */
        }
		
		li:nth-child(11) {

            background-color:  #994F5B;
        }

        li:nth-child(12) {

            background-color:  #696A7F;
        }

        li:nth-child(13) {

            background-color:  #878188;
        }

        li:nth-child(14) {

            background-color:  #AE997C;
        }
    }
}

#banner-area {
    #banner--slider {
        position: relative;

        .ws-background {
            height: 600px;
            background-position: center;
            background-attachment: fixed;
            background-repeat: no-repeat;
            background-size: cover;
        }

        .overlay {
            position: relative;
            width: 50%;
            height: 100%;
            background-color: rgba(66, 103, 111, 0.7);

            .overlay-text-wrapper {
                position: absolute;
                top: 45%;
                color: white !important;

                h1, h2, h3 {
                    color: white !important;
                    font-weight: 600;
                }
            }

        }
    }

    #promo--notification--wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: var(--primary-colour);

        .promo-notification-text {
            padding: 10px;
            margin-bottom: 0;
            text-align: center;
            color: white;
        }
    }
}

#content-area {

    /*HOME PAGE*/

    .home-page-sunrise-section {
        background-color: var(--primary-colour);
        padding: 10px 0;
        color: white;
        margin: 2rem 0;

        h2 {
            color: white;
        }
    }

    .star-col {
        text-align: center;
        i {
            font-size: 4rem;
            color: #a28679
        }
    }




    #loginform {
        label {
            margin-right: 70%;
        }
    }

    #register--form, #details--form, #update--child--form {

        display: flex;
        flex-wrap: wrap;
        align-items: center;

        #wps_password_checker {
            display: none;
        }

        .field {
            display: flex;
            flex-wrap: wrap;
            flex-direction: column;
            width: 48%;
            margin: 0 5px 1rem 0;

            label {
                margin: 2px 0;
            }

            input, select {
                width: 100%;
                height: 30px;
            }
        }

        .full-width {
            width: 100%;

            input, select {
                width: 99%;
            }
        }

        .fields-wrapper {
            width: 100%;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: flex-start;
            padding: 0 20px;
        }

        h2 {
            width: 100%;
        }
    }

    #my--account--container {
        /*border: 1px solid red;*/

        .my-account-content {
            display: flex;
            align-items: flex-start;
            justify-content: space-between;

        }

        .my-account-not-book {
            text-align: center;
            text-wrap: wrap;
        }

    }

    #book--wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .edit-user-container {
        /*border: 1px solid red;*/
    }

    #notification--wrapper {
        padding: 10px 0;
        .notification-field {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 10px;
            border-radius: 5px;
            margin-bottom: 10px;

            i {
                margin-right: 5px;
            }
            p {
                margin-bottom: 0;
            }

            a {
                padding: 10px;
                background-color: var(--quaternary-colour);
                border-radius: 5px;
                text-decoration: none;
                color: white;

                &:hover {
                    background-color: #8896AB;
                }
            }
        }

        .severity-one {
            background-color: darkred;
            color: white;
        }

        .severity-two {
            background-color: lightblue;
            color: black;
        }

    }

    #client--notification--wrapper {
        margin-bottom: 20px;
    }
    .client-notification-message {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px;
        border-radius: 5px;
        margin-bottom: 10px;
        background-color: darkred;
        color: white;

        p {
            margin-bottom: 0;
        }

    }

    .capitalise {
        text-transform: capitalize;
    }

    #staff--picker {
        display: flex;
        background-color: #8c8f94;

        .staff-box {
            /* Maybe set this to a before I dunno */
            background-image: url("/wp-content/uploads/polaroid.webp");
            background-size: 100% 100%;
            margin: 10px;
            z-index: 2;
            overflow: hidden;
        }

        .staff-avatar {
            /*display: flex;*/
            /*justify-content: center;*/
            position: relative;

            img {
                /*max-width: 95%;*/
                /*position: absolute;*/
                /*top: 0;*/
                z-index: 1;
            }
        }

        .staff-name {
            text-align: center;
        }
    }
}

#footer-area {
    background-color: white !important;
    a {
        color: white;
    }

    .social-media, .footer-menu, .copyright-info {
        display: flex;
        align-items: center;
    }

    .footer-menu {
        justify-content: flex-start;

        i {
            margin-right: 5px;
        }

        a {
            &:hover {
                text-decoration: underline var(--primary-colour) 2px;
                text-underline-offset: 3px;
            }
        }
    }

    .social-media {
        font-size: 2.5rem;
        justify-content: space-evenly;

        a, i {
            &:hover {
                color: var(--primary-colour);
            }
        }
    }

    .copyright-info {
        text-align: right;
        flex-direction: column;
        align-items: flex-end;

        a {
            text-decoration: none;

            &:hover {
                text-decoration: underline var(--primary-colour) 2px;
                text-underline-offset: 3px;
            }
        }
    }
}

@media (max-width: 576px) {
}

@media (max-width: 768px) {
}

@media (max-width: 992px) {
}

@media (max-width: 1200px) {
}

@media (max-width: 1400px) {
}

/*!** TODO LATO font needs sorting **!*/

/*#info-area {*/
/*    .secondary-menu-ul {*/
/*        ul {*/
/*            flex-direction: row;*/
/*            justify-content: flex-end;*/
/*        }*/

/*        p {*/
/*            padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);*/
/*            margin: 0;*/
/*        }*/

/*        li {*/
/*            border-bottom-left-radius: 5px;*/
/*            border-bottom-right-radius: 5px;*/
/*            padding: 0 10px;*/
/*            margin: 0 2px;*/
/*            color: var(--nav-text-colour);*/
/*        }*/

/*        li:first-child {*/
/*            background-color: var(--primary-colour);*/
/*        }*/

/*        li:nth-child(2) {*/
/*            background-color: var(--tertiary-colour);*/
/*        }*/

/*        li:last-child {*/
/*            background-color: #8896AB;*/
/*        }*/
/*    }*/
/*}*/

/*#nav-area {*/
/*    a {*/
/*        color: white;*/
/*    }*/

/*    .navbar {*/
/*        padding-bottom: 0;*/
/*        border-bottom: 5px solid var(--primary-colour);*/

/*        .container {*/
/*            align-items: flex-end;*/
/*        }*/
/*    }*/

/*    #nav-logo {*/
/*        max-width: 450px;*/
/*    }*/

/*    #menu-primary-menu {*/

/*        .dropdown-menu {*/
/*            padding: 0;*/
/*            border-radius: 0 0 5px 5px;*/
/*            margin: 0;*/
/*            width: auto;*/

/*            .nav-item {*/
/*                border-radius: 0;*/
/*                margin: 0;*/

/*                a {*/
/*                    padding: 10px;*/
/*                }*/

/*                &:last-child {*/
/*                    border-radius: 0 0 5px 5px;*/
/*                }*/
/*            }*/

/*            a {*/
/*                background-color: inherit;*/
/*            }*/
/*        }*/

/*        li {*/
/*            border-top-left-radius: 5px;*/
/*            border-top-right-radius: 5px;*/
/*            margin: 0 2px;*/

/*            a {*/
/*                padding: 10px;*/
/*            }*/
/*        }*/

/*        li:first-child {*/
/*            background-color: var(--primary-colour);*/
/*        }*/

/*        li:nth-child(2) {*/
/*            background-color: var(--tertiary-colour);*/
/*        }*/

/*        li:nth-child(3) {*/
/*            background-color: var(--quaternary-colour);*/
/*        }*/

/*        li:nth-child(4) {*/
/*            background-color: var(--secondary-colour);*/
/*        }*/

/*        li:nth-child(5) {*/
/*            background-color: #a28679;*/
/*        }*/

/*        li:last-child {*/
/*            background-color: #8d7b6f;*/
/*        }*/
/*    }*/
/*}*/

/*#banner-area {*/
/*    #banner--slider {*/
/*        position: relative;*/

/*        .ws-background {*/
/*            height: 600px;*/
/*            background-position: center;*/
/*            background-attachment: fixed;*/
/*            background-repeat: no-repeat;*/
/*            background-size: cover;*/
/*        }*/

/*        .overlay {*/
/*            position: relative;*/
/*            width: 50%;*/
/*            height: 100%;*/
/*            background-color: rgba(66, 103, 111, 0.7);*/

/*            .overlay-text-wrapper {*/
/*                position: absolute;*/
/*                top: 45%;*/
/*                color: white !important;*/

/*                h1, h2, h3 {*/
/*                    color: white !important;*/
/*                    font-weight: 600;*/
/*                }*/
/*            }*/

/*        }*/
/*    }*/

/*    #promo--notification--wrapper {*/
/*        display: flex;*/
/*        justify-content: center;*/
/*        align-items: center;*/
/*        background-color: var(--primary-colour);*/

/*        .promo-notification-text {*/
/*            padding: 10px;*/
/*            margin-bottom: 0;*/
/*            text-align: center;*/
/*            color: white;*/
/*        }*/
/*    }*/
/*}*/

/*#content-area {*/

/*    !*HOME PAGE*!*/

/*    .home-page-sunrise-section {*/
/*        background-color: var(--primary-colour);*/
/*        padding: 10px 0;*/
/*        color: white;*/
/*        margin: 2rem 0;*/

/*        h2 {*/
/*            color: white;*/
/*        }*/
/*    }*/

/*    .star-col {*/
/*        text-align: center;*/
/*        i {*/
/*            font-size: 4rem;*/
/*            color: #a28679*/
/*        }*/
/*    }*/




/*    #loginform {*/
/*        label {*/
/*            margin-right: 70%;*/
/*        }*/
/*    }*/

/*    #register--form, #details--form, #update--child--form {*/

/*        display: flex;*/
/*        flex-wrap: wrap;*/
/*        align-items: center;*/

/*        #wps_password_checker {*/
/*            display: none;*/
/*        }*/

/*        .field {*/
/*            display: flex;*/
/*            flex-wrap: wrap;*/
/*            flex-direction: column;*/
/*            width: 48%;*/
/*            margin: 0 5px 1rem 0;*/

/*            label {*/
/*                margin: 2px 0;*/
/*            }*/

/*            input, select {*/
/*                width: 100%;*/
/*                height: 30px;*/
/*            }*/
/*        }*/

/*        .full-width {*/
/*            width: 100%;*/

/*            input, select {*/
/*                width: 99%;*/
/*            }*/
/*        }*/

/*        .fields-wrapper {*/
/*            width: 100%;*/
/*            display: flex;*/
/*            flex-wrap: wrap;*/
/*            justify-content: space-between;*/
/*            align-items: flex-start;*/
/*            padding: 0 20px;*/
/*        }*/

/*        h2 {*/
/*            width: 100%;*/
/*        }*/
/*    }*/

/*    #my--account--container {*/
/*        !*border: 1px solid red;*!*/

/*        .my-account-content {*/
/*            display: flex;*/
/*            align-items: flex-start;*/
/*            justify-content: space-between;*/

/*        }*/

/*        .my-account-not-book {*/
/*            text-align: center;*/
/*            text-wrap: wrap;*/
/*        }*/

/*    }*/

/*    #book--wrapper {*/
/*        display: flex;*/
/*        justify-content: space-between;*/
/*        align-items: center;*/
/*    }*/

/*    .edit-user-container {*/
/*        !*border: 1px solid red;*!*/
/*    }*/

/*    #notification--wrapper {*/
/*        padding: 10px 0;*/
/*        .notification-field {*/
/*            display: flex;*/
/*            justify-content: space-between;*/
/*            align-items: center;*/
/*            padding: 10px;*/
/*            border-radius: 5px;*/
/*            margin-bottom: 10px;*/

/*            i {*/
/*                margin-right: 5px;*/
/*            }*/
/*            p {*/
/*                margin-bottom: 0;*/
/*            }*/

/*            a {*/
/*                padding: 10px;*/
/*                background-color: var(--quaternary-colour);*/
/*                border-radius: 5px;*/
/*                text-decoration: none;*/
/*                color: white;*/

/*                &:hover {*/
/*                    background-color: #8896AB;*/
/*                }*/
/*            }*/
/*        }*/

/*        .severity-one {*/
/*            background-color: darkred;*/
/*            color: white;*/
/*        }*/

/*        .severity-two {*/
/*            background-color: lightblue;*/
/*            color: black;*/
/*        }*/

/*    }*/

/*    #client--notification--wrapper {*/
/*        margin-bottom: 20px;*/
/*    }*/
/*    .client-notification-message {*/
/*        display: flex;*/
/*        justify-content: space-between;*/
/*        align-items: center;*/
/*        padding: 10px;*/
/*        border-radius: 5px;*/
/*        margin-bottom: 10px;*/
/*        background-color: darkred;*/
/*        color: white;*/

/*        p {*/
/*            margin-bottom: 0;*/
/*        }*/

/*    }*/

/*    .capitalise {*/
/*        text-transform: capitalize;*/
/*    }*/

/*    #staff--picker {*/
/*        display: flex;*/
/*        background-color: #8c8f94;*/

/*        .staff-box {*/
/*            !* Maybe set this to a before I dunno *!*/
/*            background-image: url("/wp-content/uploads/polaroid.webp");*/
/*            background-size: 100% 100%;*/
/*            margin: 10px;*/
/*            z-index: 2;*/
/*            overflow: hidden;*/
/*        }*/

/*        .staff-avatar {*/
/*            !*display: flex;*!*/
/*            !*justify-content: center;*!*/
/*            position: relative;*/

/*            img {*/
/*                !*max-width: 95%;*!*/
/*                !*position: absolute;*!*/
/*                !*top: 0;*!*/
/*                z-index: 1;*/
/*            }*/
/*        }*/

/*        .staff-name {*/
/*            text-align: center;*/
/*        }*/
/*    }*/
/*}*/

/*#footer-area {*/

/*    a {*/
/*        color: white;*/
/*    }*/

/*    .social-media, .footer-menu, .copyright-info {*/
/*        display: flex;*/
/*        align-items: center;*/
/*    }*/

/*    .footer-menu {*/
/*        justify-content: flex-start;*/

/*        i {*/
/*            margin-right: 5px;*/
/*        }*/

/*        a {*/
/*            &:hover {*/
/*                text-decoration: underline var(--primary-colour) 2px;*/
/*                text-underline-offset: 3px;*/
/*            }*/
/*        }*/
/*    }*/

/*    .social-media {*/
/*        font-size: 2.5rem;*/
/*        justify-content: space-evenly;*/

/*        a, i {*/
/*            &:hover {*/
/*                color: var(--primary-colour);*/
/*            }*/
/*        }*/
/*    }*/

/*    .copyright-info {*/
/*        text-align: right;*/
/*        flex-direction: column;*/
/*        align-items: flex-end;*/

/*        a {*/
/*            text-decoration: none;*/

/*            &:hover {*/
/*                text-decoration: underline var(--primary-colour) 2px;*/
/*                text-underline-offset: 3px;*/
/*            }*/
/*        }*/
/*    }*/
/*}*/

/*@media (max-width: 576px) {*/
/*}*/

/*@media (max-width: 768px) {*/
/*}*/

/*@media (max-width: 992px) {*/
/*}*/

/*@media (max-width: 1200px) {*/
/*}*/

/*@media (max-width: 1400px) {*/
/*}*/