/*
Theme Name: Ellis
Author: Seven Hills Creative
Author URI: https://www.sevenhillscreative.co.uk/
Description: Another custom theme for a happy customer!
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2025.1
Requires at least: 5.2
Requires PHP: 7.0
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}html{scroll-behavior:smooth}body{line-height:1}a{text-decoration-skip-ink:auto}a[href^="tel"]{color:inherit;text-decoration:none}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}input[type="search"]{-webkit-appearance:textfield}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal}
.screen-reader-text:focus{background-color:#f7f7f7;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#007acc;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;right:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.skip-link{left:-9999rem;top:2.5rem;z-index:999999999;text-decoration:underline}
.skip-link:focus{display:block;left:6px;top:7px;font-size:14px;font-weight:600;text-decoration:none;line-height:normal;padding:15px 23px 14px;z-index:100000;right:auto}
.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active){position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);white-space:nowrap}

/* BASE */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    outline: 1px solid rgba(255, 0, 0, 0) !important;
}

html{
    overflow-x: hidden !important;
  }

body {
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden !important;
    display: grid;
}
/* main {
    overflow: hidden;
} */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: brightness(1) blur(8px);
  z-index: -1;
}

@media only screen and (max-width: 1100px) {}
@media only screen and (max-width: 960px) {}
@media only screen and (max-width: 760px) {}
@media only screen and (max-width: 660px) {}
@media only screen and (max-width: 560px) {}
@media only screen and (max-width: 460px) {}
@media only screen and (max-width: 360px) {}
@media only screen and (max-width: 320px) {
    body, header, main, section, footer {
    width: 320px;
    }
}


/* LAYOUT */



.no-wavy-border::before {
    clip-path: none !important;
    content: none !important;
}


section, article, main, nav, header, #primary {
    display: grid;
    grid-template-columns: repeat(16, 1fr);
    grid-column: 1 / 17;
    justify-self: center;
    max-width: 2000px;
    width: 100%;
}

footer {
    display: grid;
    grid-template-columns: repeat(16, 1fr);
    grid-column: 1 / 17;
    justify-self: center;
    max-width: 2000px;
    width: 100%;
}


/* BUTTON LINKS */
.all-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-size: 1.25em !important;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: Pointer;
    border-radius: 40px;
    justify-self: center;
    padding: 0.5em 2.5em;
}

.green-button {
    background-color: #8AC53F;
    border: 1px solid #8AC53F;
    color: #fff;
}

.white-button {
    background-color: #fff;
    border: 1px solid #fff;
    color: #662E8E;
}

.purple-button {
    background-color: #662E8E;
    border: 1px solid #662E8E;
    color: #fff;
}


@media only screen and (max-width: 800px) {

    .all-button {
        font-size: 1em !important;
        padding: 0.7em 2em;
    }
}





/* TEXT */
h1, h2, h3, h4, h5, h6{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    line-height: 1.2;l
}

h1{
    font-size: 3.75em;
}

h2{
    font-size: 3.125em
}

h3{
    font-size: 2.188em;
}

h4{
    font-size: 1.688em;

}

p, li{
    font-size: 1.125em;
    line-height: 2;
    font-weight: 300;
    word-break: break-word;
}


label {
    font-size: 1.25em;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2.5px;
    color: #8AC53F;
}

img {
    width: 100%;
}

ul.main-nav{
  padding: 0;
}

li::marker {

}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

.underline {
  text-decoration: underline;
}

a {
  cursor: Pointer !important;
  text-decoration: none;
}



@media only screen and (max-width: 800px) {

    h1,  h1 span{
        font-size: 2.188em;
    }

    h2{
        font-size: 2.188em;

    }

    h3{
        font-size: 1.563em;

    }

    h4{
        font-size: 1.25em;
    }

    p , li{
        font-size: 1.125em;
        line-height: 1.5;
    }

    label {
        font-size: 18px;
    }

}

/* WP CONTENT */
.wp-content-section {
    grid-column: 4 / 14;
    grid-template-columns: 1fr;
    display: grid;
    gap: 2em;
    margin: 5em 0;
    text-align: center;
    justify-items: center;
}

.wp-content-section ul li {
    font-size: 20px;
    font-weight: 300;
}


@media only screen and (max-width: 1350px) {

    .wp-content-section {
        grid-column: 2 / 16;
    }

}

/* 404 PAGE */

section.error{
    min-height: 60vh;
    align-content: center;
    grid-column: 2 / 16;
}

section.error h1 {
    color: #0E2D4B;
    text-align: center;
    grid-column: 2 / 16;
}

section.error p {
    text-align: center;
    grid-column: 2 / 16;
}



.hero-content {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(16, 1fr);
    align-self: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}
.page-content {
    gap: 2rem;
    margin-right: -50px;
    display: grid;
    grid-template-columns: repeat(16, 1fr);
    padding: 50px 0;
    width: 100%;
    align-items: justify;
    align-self: justify;
    align-content: justify;
    place-items: justify;
}
.content-image {
    grid-column: 1 / 16;
    width: 100%;
    display: block;
    min-width: 50px;
    max-width: 500px;
}
.innerhero, .content-wrapper {
    grid-column: 2 / 16;
    display: grid;
    width: 100%;
    position: relative;
    place-items: center;
    align-self: center;
}
.title {
    font-size: 2.5rem;
    color: #fff;
    text-align: center;
    margin: 20px auto;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.container {
    grid-column: 1 / 16;
    background-color: rgba(255, 255, 255, 0.313);
    padding: 20px;
    border-radius: 10px;
    width: 100%;
    line-height: 1.6;
    min-height: 200px;
    min-width: fit-content;
    font-size: 1.25rem;
}
.container p, .container a {
    color: white;
    text-align: left;
    word-wrap: break-word;
    min-width: 300px;
}
.button {
    color: #000000;
    text-decoration: none;
    background-color: #fff;
    padding: 10px 20px;
    transition: all 0.3s ease;
}
.button:hover {
    background-color: #000000;
    color: #ffffff;
}
.secondary-content {
    display: flex;
    align-items: flex-start;
    gap: 2rem;
    width: 100%;
    margin: 0em 0;
}
.content-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;

    width: 100%;
    min-width: 100px;
    max-width: fit-content;
    gap: 50px;
    flex-flow: row wrap;
}
.secondary-title {
    flex: 1;
    font-size: 2rem;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 2px;

}

.secondary-image {
    flex-shrink: 0;
    width: 40vw;
    min-width: 500px;
    height: fit-content;
    min-width: 200px;
}

.secondary-image img {
    width: 100%;
    display: block;
}
.paragraph-text {
    flex: 1;
    font-size: 0.825rem;
    position: relative;

    width: 50%;
    color: #fff;
    line-height: 1.6;
    min-width: 500px;
    text-indent: 0;
    hyphens: auto;
    word-wrap: break-word;
    white-space: none;
    text-align: left;
    text-indent: 0;
}
.Navigator {
    border: 0;
    display: flex;
    justify-content: center;
    gap: 50px;
}
.content-manager {
    display: flex;
    justify-content: center;
}
.page_content {
    opacity: 1;
    display: grid;
    grid-template-columns: minmax(200px, 2fr);
    gap: 1rem;
    margin: 5em 0;
    text-align: center;
    justify-items: center;
    flex-wrap: wrap;
    visibility: visible;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}
.page_content.hidden {
    opacity: 0;
    visibility: hidden;
}

.container_2 {
    background-color: rgba(255, 255, 255, 0.313);
    padding: 20px;
    border-radius: 10px;
    width: 100%;
    line-height: 1.6;
    min-height: 100px;
    min-width: 100%;
}
.styleManager {

    width: 100%;
    display: flex;
    border-radius: 10px;
}
.container_4 {
    background-color: rgba(255, 255, 255, 0.313);
    padding: 20px;
    border-radius: 10px;
    width: 50vw;
    line-height: 1.6;
    min-height: 400px;
    min-width: 100px;
    max-width: 500px;
}
















.team-directory {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    margin: 5em auto;
    max-width: 1100px;
    padding: 0 2rem;
}

.team-directory h1 {
    margin-bottom: 1rem;
    color: white;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    width: 100%;
}

.team-member {
    background-color: #fff;
    border-radius: 12px;
    max-height: 400px;
    height: 100%;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1rem;
    transition: all 0.3s ease;
    cursor: pointer;
}
.team-member-link {
    text-decoration: none;
    color: inherit;
}
.team-member:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}



.team-member img,
.team-member .placeholder-image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}


.placeholder-image {
    background-color: #1a56a8;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: 600;
}

.member-info {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.member-info h2 {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 700;
}

.member-info .job-title {
    margin: 0;
    font-size: 0.85rem;
    font-weight: 500;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.member-info .biography {
    font-size: 0.9rem;
    color: #555;
    line-height: 1.6;
    margin-top: 0.5rem;
}

@media (max-width: 600px) {
    .team-grid {
        grid-template-columns: 1fr;
    }
}


.single-profile {
    width: 100%;
    margin: 60px auto;
    padding: 0 20px;
    justify-content: center;
    display: flex;
}

.profile-card {
    background: #ffffff;
    border: 1px solid #e2e2e2;
    border-radius: 8px;
    padding: 40px;
    text-align: center;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.profile-card img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 24px;
}

.profile-avatar {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: #2c3e50;
    color: #ffffff;
    font-size: 64px;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    margin: 0 auto 24px;
}

.profile-info h1 {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 8px;
}

.profile-role {
    font-size: 16px;
    color: #555555;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin: 0 0 24px;
}

.profile-bio {
    text-align: center;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.7;
    color: #333333;
    border-top: 1px solid #e2e2e2;
    padding-top: 24px;
    margin-top: 8px;
}

.profile-bio p {
    margin: 0 0 14px;
}

.profile-bio p:last-child {
    margin-bottom: 0;
}

.profile-back {
    font-weight: 500;
    padding: 30px 0;
    color: #1a252f;
    text-decoration: none;
}

.profile-back:hover {
    color: #1a252f;
    text-decoration: underline;
}
.departments {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 15px;
}
.departments .Department_Chip {
    background-color: #0022ff6f;
    color: #fff;
    border: 2px solid #0022ffbd;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: uppercase;
}
.departments .Department_Chip:hover {
    background-color: #0022ff;
    border-color: #0022ffbd;
    color: #fff;
}