html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    margin: 0;
    color: #000000;
    background: #F3F3F1;
}

/* ----------- */

div#wpadminbar:not(.avoid) {
    display: none !important;
}

html:not(.avoid) {
    margin-top: 0px !important;
}


/* ----------- */


p {
    margin-block-start: 0;
    margin-block-end: 0;
}

img {
    display: block;
}

h6,
p,
li,
a.button,
input,
textarea,
.textformat,
body {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    font-family: sweet-sans-pro, "Sweet Sans Pro", Arial, Helvetica, sans-serif;
    margin-block-start: 0;
    margin-block-end: 0;
    color: inherit;
}

h5 {
    font-size: 23px;
    line-height: 30px;
    font-weight: 400;
    font-family: sweet-sans-pro, "Sweet Sans Pro", Arial, Helvetica, sans-serif;
    margin-block-start: 0;
    margin-block-end: 0;
    color: inherit;
}

h4 {
    font-size: 30px;
    line-height: 40px;
    font-family: bogart, Bogart, Georgia, serif;
    font-weight: 600;
    margin-block-start: 0;
    margin-block-end: 0;
}

h3 {
    font-size: 42px;
    line-height: 50px;
    font-family: bogart, Bogart, Georgia, serif;
    font-weight: 600;
    margin-block-start: 0;
    margin-block-end: 0;
}

h2 {
    font-size: 64px;
    line-height: 70px;
    font-family: bogart, Bogart, Georgia, serif;
    font-weight: 600;
    margin-block-start: 0;
    margin-block-end: 0;
}

h1 {
    font-size: 88px;
    line-height: 90px;
    font-family: bogart, Bogart, Georgia, serif;
    font-weight: 600;
    margin-block-start: 0;
    margin-block-end: 0;
}

h1 em,
h2 em,
h3 em,
h4 em,
h5 em {
    font-weight: 600;
    font-family: cc-matinee-idol, sans-serif;
}

strong *,
b *,
strong,
b {
    font-weight: 600 !important;
}

.textformat>* {
    width: 100%;
    margin-bottom: 20px;
}

.textformat>*:last-child {
    margin-bottom: 0px;
}

a.button,
.textformat>p>a,
.formButtons .button {
    padding: 12px;
    background: #504B38;
    border: 1px solid #504B38;
    color: #f0e7dc;
    letter-spacing: 1px;
    transition: all 0.1s linear;
    text-decoration: none;
    font-size: 12px;
    line-height: 14px;
    display: block;
    width: fit-content;
    cursor: pointer;
}

a.button:hover,
.textformat>p>a:hover,
.formButtons .button:hover {
    color: #504B38;
    text-decoration: none;
    background: #f0e7dc;
}

body>div>.inner {
    width: 80%;
    margin: 0 auto;
    max-width: 1200px;
}

.headerBanner {
    position: relative;
    width: 100%;
    padding: 20px 0;
    background: #514b38;
    color: white;
    text-align: center;
}

.headerBanner p,
.headerBanner a {
    font-size: 12px;
    line-height: 15px;
    color: white;
    font-weight: 500;
    letter-spacing: 1px;
}

.headerBanner a {
    margin-left: 15px;
}

.header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 0;
    background: #f5eee1f7;
    color: #504b38;
    z-index: 20;
}

.header .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .inner .logos {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .inner .logos a img {
    height: 50px;
}

.header .inner .logos a:first-child {
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #d8d1c7;
}

.header .inner .buttons {
    width: calc(100% - 200px);
    margin: 0px;
    max-width: 800px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .inner .buttons a {
    text-decoration: none;
    color: black;
    font-size: 12px;
    line-height: 14px;
}

.header .inner .buttons a:hover {
    text-decoration: underline;
}

.header .inner .buttons a.button {
    color: #f5eee1;
    background: #514b38;
    margin: 0px;
}

.header .inner .buttons a.button:hover {
    text-decoration: none;
    color: #514b38;
    border: 1px solid #514b38;
    background: #f5eee1;
}

.homepageIntro {
    width: 100%;
    padding: 100px 0;
    position: relative;
    min-height: calc(100vh - 395px);
    display: flex;
    align-items: flex-end;
}

.homepageIntro>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: cover;
}

.homepageIntro::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(0deg, #292c2ed4, #292c2e8f, #292c2e82);
}

.homepageIntro .inner {
    position: relative;
    z-index: 3;
    color: #f5ede1;
}

.homepageIntro .inner .upper {
    width: 100%;
}

.homepageIntro .inner .upper>img {
    width: 160px;
    max-width: 50%;
}

.homepageIntro .inner .lower {
    width: 100%;
    padding-top: 25px;
    margin-top: 25px;
    border-top: 1px solid #61615d;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.homepageIntro .inner .lower .textformat p:last-child,
.homepageIntro .inner .lower .textformat p:first-child {
    color: #beb8b0;
}

.homepageIntro .inner .upper .seperator {
    width: calc(100% - 60px);
    position: relative;
    padding-left: 60px;
    margin: 40px 0;
}

.homepageIntro .inner .upper .seperator p {
    font-size: 12px;
    line-height: 14px;
    color: #bdb7af;
    width: calc(100% - 60px);
}

.homepageIntro .inner .upper .seperator::before {
    content: "";
    position: absolute;
    left: 0;
    top: calc(50% - 1px);
    width: 40px;
    height: 2px;
    background: #bdb7af;
}

.buttons {
    width: 100%;
    margin-top: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.buttons a {
    margin-right: 20px;
}

.buttons a.button:nth-child(2n) {
    background: transparent;
    color: #f5ede1;
    border: 1px solid #f5ede1;
}

.buttons a.button:nth-child(2n):hover {
    background: #f5ede1;
    color: black;
}

.nexthive {
    width: 100%;
    padding: 100px 0;
    background: #f5ede1;
    color: #504b38;
}

.nexthive .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.nexthive .inner .upper,
.firstHive .inner .upper,
.whatsnext .inner .upper,
.textarea .inner .textformat .upper,
.hivepost .inner .upper,
.werebuilding .inner .upper,
.eventIntro .inner .upper,
.pasthives .inner a .textformat .upper {
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #d8d1c7;
    color: black;
}

.nexthive .inner .upper p,
.firstHive .inner .upper p,
.whatsnext .inner .upper p,
.textarea .inner .textformat .upper p,
.hivepost .inner .upper p,
.werebuilding .inner .upper p,
.eventIntro .inner .upper p,
.pasthives .inner a .textformat .upper p {
    position: relative;
    font-size: 12px;
    line-height: 14px;
    padding-left: 40px;
    text-transform: uppercase;
}

.nexthive .inner .upper p::before,
.firstHive .inner .upper p::before,
.whatsnext .inner .upper p::before,
.textarea .inner .textformat .upper p::before,
.hivepost .inner .upper p::before,
.werebuilding .inner .upper p::before,
.eventIntro .inner .upper p::before,
.pasthives .inner a .textformat .upper p::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 1px;
    top: calc(50% - 1px);
    left: 0;
    background: black;
}

.firstHive .inner .upper,
.werebuilding .inner .upper,
.whatsnext .inner .upper,
.eventIntro .inner .upper,
.pasthives .inner a .textformat .upper {
    border-bottom: 0px;
    padding-bottom: 0px;
}

.nexthive .inner .imageouter {
    width: 48%;
}

.nexthive .inner .textformat {
    width: 48%;
}

.nexthive .inner .imageouter img {
    width: 100%;
}

.nexthive .inner .textformat .info {
    width: 100%;
    margin: 30px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.nexthive .inner .textformat .buttons {
    width: 100%;
    margin-top: 30px;
}

.nexthive .inner .textformat .buttons a:nth-child(2n) {
    border: 1px solid black;
    color: black;
}

.nexthive .inner .textformat .buttons a:nth-child(2n):hover {
    background: black;
    color: white;
}

.nexthive .inner .textformat p:first-child {
    font-size: 12px;
    line-height: 14px;
    color: #292c2e;
    letter-spacing: 1px;
}

.firstHive {
    width: 100%;
    padding: 100px 0;
    background: #ebe1d1;
    color: #292c2e;
}

.firstHive .gallery {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}

.firstHive .gallery img {
    width: 32%;
    aspect-ratio: 1/0.8;
    object-fit: cover;
    object-position: 50% 50%;
    margin-bottom: 20px;
}

.firstHive .gallery img:first-child {
    width: 100%;
    margin-bottom: 20px;
    max-height: 60vh;
}

.firstHive .content {
    width: 100%;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.firstHive .content .textformat {
    width: 48%;
}



.whatsnext {
    width: 100%;
    padding: 100px 0;
    background: #f5ede1;
    color: #504b38;
}

.whatsnext .inner>.textformat:nth-child(2) {
    width: 100%;
    margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #d8d1c7;
    position: relative;
}

.whatsnext .inner>.textformat:nth-child(2) a.float {
    position: absolute;
    top: calc(100% - 60px);
    right: 0;
    text-decoration: none;
    color: black;
    font-weight: 400;
    width: fit-content;
    display: block;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 1px;
}

.whatsnext .inner>.textformat:nth-child(2) a.float::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #838383;
}

.whatsnext .inner .eventsDisplay {
    width: 100%;
    display: flex;
    margin-top: 60px;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
}

.whatsnext .inner .eventsDisplay a {
    width: 32%;
    margin: 0 0 20px 0;
    color: black;
    text-decoration: none;
    padding-top: 30px;
    border-top: 1px solid #d8d1c7;
}

.whatsnext .inner .eventsDisplay a p {
    font-size: 16px;
    line-height: 25px;
}

.whatsnext .inner .eventsDisplay a p:first-child {
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 1px;
    color: #252422;
}

.textarea {
    width: 100%;
    padding: 100px 0;
}

.textarea .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.textarea .inner img {
    width: 43%;
}

.textarea .inner .textformat {
    width: 52%;
}

.textarea .inner .textformat .upper {
    padding-bottom: 0px;
    border-bottom: 0px;
    margin-bottom: 20px;
}

.hivepost {
    width: 100%;
    padding: 100px 0;
    background: #ebe1d1;
    color: #504b38;
}

.hivepost::before {
    content: "";
    width: 100%;
    max-width: 1300px;
    height: 1px;
    background: #d8d1c7;
    display: block;
    margin: 0 auto 60px auto;
}

.hivepost .inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.hivepost .inner img {
    width: 15%;
    max-width: 50px;
}

.hivepost .inner .textformat {
    width: calc(100% - 300px);
}

.hivepost .inner a.button {
    margin-top: 34px;
}

.hivepost .inner .upper {
    margin-bottom: 0px;
    border-bottom: 0px;
    padding-bottom: 20px;
}

.textarea.left .inner {
    flex-direction: row-reverse;
}

.footer {
    width: 100%;
    padding: 100px 0;
    background: #292c2e;
    color: #f5ede1;
}

.footer .inner .upper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.footer .inner .upper .logos {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.footer .inner .upper .logos a {
    margin-bottom: 20px;
    display: block;
    width: fit-content;
    max-width: calc(48% - 61px);
}

.footer .inner .upper .logos a:first-child {
    margin-right: 30px;
    padding-right: 30px;
    border-right: 1px solid #494a49;
}

.footer .inner .upper .logos a img {
    width: 100%;
    max-width: 90px;
}

.footer .inner .upper .links {
    width: 58%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.footer .inner .upper .links div {
    width: 48%;
}

.footer .inner .upper .links a:hover {
    text-decoration: underline;
}

.footer .inner .upper .links .socials {
    width: 100%;
    margin-top: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.footer .inner .upper .links .socials a {
    width: 100%;
    max-width: fit-content;
    margin: 0 10px 15px 10px;
}

.footer .inner .upper .links .socials a:first-child {
    margin-left: 0px;
}

.footer .inner .upper .links .socials img {
    width: 100%;
    max-width: 30px;
}

.footer .inner .upper .logos h5 {
    margin-bottom: 5px;
    width: 100%;
}

.footer .inner .upper .logos p {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 1px;
}

.footer .inner .upper .logos p span {
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
    margin: 0 10px;
    font-family: cc-matinee-idol, sans-serif;
}

.footer .inner .upper .links a {
    color: #f5ede1;
    text-decoration: none;
    display: block;
    width: 100%;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 20px;
}

.footer .inner .upper .links a.button {
    width: fit-content;
    margin: 20px 0;
    font-size: 12px;
    line-height: 14px;
    background: #424342;
    color: #f5ede1;
    border: 1px solid #424342;
}

.footer .inner .upper .links a.button:hover {
    background: #f5ede1;
    border: 1px solid #f5ede1;
    color: #424342;
    text-decoration: none;
}

.footer .inner .upper .links>div p {
    font-size: 16px;
    line-height: 20px;
    color: #cbc6bb;
}

.footer .inner .upper .links>div>p:first-child {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 20px;
    color: #aba69f;
    letter-spacing: 1px;
}

.footer .inner .lower {
    width: 100%;
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #494a49;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.footer .inner .lower p,
.footer .inner .lower a {
    text-decoration: none;
    color: #a09c95;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer .inner .lower .links a {
    margin: 0 10px;
}

.eventsDisplay {
    padding: 100px 0;
    background: #f5ede1;
    width: 100%;
}

.eventsDisplay .events {
    width: 100%;
    margin-top: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.eventsDisplay .events a {
    width: 31%;
    margin: 0 2% 20px 0;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #d1cac1;
    color: #292c2d;
    text-decoration: none;
}

.eventsDisplay .events a img {
    width: 100%;
    aspect-ratio: 1/0.8;
    object-fit: cover;
    margin-bottom: 30px;
}

.eventsDisplay .events a .smallinfo {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.eventsDisplay .events a .smallinfo p {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 1px;
    color: #82807c;
}

.eventsDisplay .events a .smallinfo p.button {
    padding: 6px;
    border: 1px solid #d5cfc5;
    font-size: 10px;
    line-height: 11px;
}

.eventsDisplay .events a p.mimic,
.pasthives .inner a .textformat .mimic {
    width: 100%;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 1px;
    margin-top: 20px;
    border-bottom: 1px solid #aba69f;
    padding-bottom: 5px;
    color: #292c2d;
}

.werebuilding {
    padding: 100px 0;
    width: 100%;
    background: #6b6854;
    color: #f5ede1;
}

.werebuilding .inner .upper p {
    color: #f5ede1;
}

.werebuilding .inner .upper p::before {
    background: #f5ede1;
}

.werebuilding .content {
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.werebuilding .content .textformat {
    width: 32%;
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #979282;
}

.eventIntro {
    width: 100%;
    position: relative;
}

.eventIntro>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    z-index: 1;
}

.eventIntro::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #292c2ee8;
    z-index: 2;
}

.eventIntro .inner {
    padding: 200px 0;
    color: #f5ede1;
    position: relative;
    z-index: 3;
}

.eventIntro .inner .upper p {
    color: #f5ede1;
}

.eventIntro .inner .upper p::before {
    background: #f5ede1;
}

.eventsContent {
    padding: 100px 0;
    background: #f5ede1;
    color: #4d4d4c;
}

.eventsContent .inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.eventsContent .inner .textformat {
    width: 57%;
}

.eventsContent .inner .signup {
    width: calc(38% - 60px);
    padding: 30px;
    background: #fbf6ee;
    border: 1px solid #ddd9d2;
}

.eventsContent .inner .signup .info {
    width: 100%;
    margin-bottom: 30px;
}

.eventsContent .inner .signup .info>p:first-child {
    font-size: 12px;
    font-size: 12px;
    line-height: 14px;
    color: #6e6d6a;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.eventsContent .inner .signup a.button {
    box-sizing: border-box;
    width: 100%;
    text-align: center;
}

.eventsContent .inner .textformat hr {
    background: none;
    border: 1px solid #ddd5cb;
}

.eventsContent.full .inner .textformat {
    width: 100%;
}

.joinbanner {
    padding: 100px 0;
    background: #6b6854;
    color: #f5ede1;
    width: 100%;
}

.joinbanner .textformat h2:nth-child(2) {
    color: #d4cec0;
}

.pasthives {
    padding: 100px 0;
    width: 100%;
    background: #f5ede1;
    color: #504b38;
}

.pasthives .inner a {
    width: 100%;
    color: #504b38;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 40px;
    border-top: 1px solid #d8d1c7;
}

.pasthives .inner a img {
    width: 43%;
}

.pasthives .inner a .textformat {
    width: 52%;
}

.pasthives .inner a .textformat .mimic {
    width: fit-content;
}

.textarea.bgLogo {
    background: #6b6854;
    color: #f5ede1;
    position: relative;
    overflow: hidden;
}

.textarea.bgLogo::after {
    content: "";
    position: absolute;
    top: -10%;
    right: -10%;
    width: 40%;
    aspect-ratio: 1 / 1;
    z-index: 1;
    background: url(/wp-content/uploads/2026/09/Hive-Icon_Light-With-Green.png);
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    opacity: 0.1;
}

.textarea.bgLogo .inner {
    position: relative;
    z-index: 2;
}



.header .burger {
    cursor: pointer;
    height: 24px;
    width: 36px;
    display: none;
}

.header .burger>div {
    width: 100%;
    height: 3px;
    margin-bottom: 8px;
    background: black;
    position: relative;
    transition-delay: 1s;
    animation-fill-mode: forwards;
    animation-duration: 1s;
    transition: all 0.3s ease-in-out;
}

.header.closed .burger>div:nth-child(1) {
    animation-name: headerAnimOne2;
}

.header.closed .burger>div:nth-child(2) {
    animation-name: headerAnimTwo2;
}

.header.closed .burger>div:nth-child(3) {
    animation-name: headerAnimThree2;
}

.header.open .burger>div:nth-child(1) {
    animation-name: headerAnimOne;
}

.header.open .burger>div:nth-child(2) {
    animation-name: headerAnimTwo;
}

.header.open .burger>div:nth-child(3) {
    animation-name: headerAnimThree;
}

@keyframes headerAnimOne {
    0% {
        top: 0;
    }

    50% {
        top: 11px;
        transform: rotate(0deg);
    }

    100% {
        top: 11px;
        transform: rotate(-45deg);
    }
}

@keyframes headerAnimOne2 {
    0% {
        top: 11px;
        transform: rotate(-45deg);
    }

    50% {
        top: 11px;
        transform: rotate(0deg);
    }

    100% {
        top: 0;
        transform: rotate(0deg);
    }
}

@keyframes headerAnimTwo {
    50% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-45deg);
    }
}

@keyframes headerAnimTwo2 {
    0% {
        transform: rotate(-45deg);
    }

    50% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@keyframes headerAnimThree {
    0% {
        top: 0;
    }

    50% {
        top: -11px;
        transform: rotate(0deg);
    }

    100% {
        top: -11px;
        transform: rotate(45deg);
    }
}

@keyframes headerAnimThree2 {
    0% {
        top: -11px;
        transform: rotate(45deg);
    }

    50% {
        top: -11px;
        transform: rotate(0deg);
    }

    100% {
        top: 0;
    }
}

.header .mobileHeader {
    position: absolute;
    top: 100%;
    background: #f5eee1f7;
    color: #504b38;
    width: calc(100% - 40px);
    text-align: center;
    transition: all 0.4s ease-in-out;
    max-height: 0px;
    overflow: hidden;
    padding: 0 20px;
}

.header.open .mobileHeader {
    padding: 20px;
    max-height: 80vh;
}

.header .mobileHeader a.button {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.header .mobileHeader a.button:nth-child(2n) {
    background: transparent;
    color: #aba69f;
    border: 1px solid #aba69f;
}

.header .mobileHeader a.button:nth-child(2n):hover {
    background: #292c2d;
    color: #aba69f;
}

.header .mobileHeader a:not(.button) {
    display: block;
    width: 100%;
    color: #292c2d;
    text-decoration: none;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e4dcd2;
    text-align: left;
}

.bigform {
    padding: 100px 0;
    background: #E9E1D3;
    color: #282C2E;
}

.bigform .box {
    padding: 50px;
    border-radius: 30px;
    width: calc(100% - 100px);
    background: #F3EDE2;
    box-shadow: 0px 3px 6px #00000029;
}

.bigform .box .textformat {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
}

.bigform .outro {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    position: relative;
}

.bigform .outro img {
    width: 110px;
}

.bigform .outro::before {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    width: calc(50% - 75px);
    height: 1px;
    left: 0;
    background: #b9b4aa;
}

.bigform .outro::after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    width: calc(50% - 75px);
    height: 1px;
    right: 0;
    background: #b9b4aa;
}

.bigform .box .progressBar {
    width: 100%;
    margin: 30px 0;
    background: #FFFFFF;
    border-radius: 30px;
}

.bigform .box .progressBar div {
    width: 10%;
    height: 10px;
    background: #BF9973;
    border-radius: 30px;
    top: 0;
    left: 0;
    position: relative;
    transition: all 0.4s ease-in-out;
}

.bigform .box .partBar {
    width: 100%;
    margin: 50px 0 20px 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #b9b4aa;
}

.bigform .box .partBar h5 {
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    color: #BF9973;
    letter-spacing: 2px;
}

.bigform .box .outerform {
    width: 100%;
}

.bigform .box .outerform .step {
    display: none;
}

.bigform .box .outerform .step.selected {
    display: block;
}

.bigform .box .outerform .step p {
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    color: #282C2E;
}

.bigform .box .outerform .step>p {
    margin-bottom: 20px;
    position: relative;
}

.bigform .box .outerform .step .wpcf7-acceptance label {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
}

.bigform .box .outerform .step .wpcf7-acceptance label input[type="checkbox"] {
    appearance: none;
    width: 25px;
    height: 25px;
    border: 1px solid #282C2E;
    border-radius: 5px;
    cursor: pointer;
}

.bigform .box .outerform .step .wpcf7-acceptance label input[type="checkbox"]:checked {
    background: url(/wp-content/uploads/2026/09/Tick.png);
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.bigform .box .outerform .step .wpcf7-acceptance label span.wpcf7-list-item-label {
    display: block;
    width: calc(100% - 50px);
}

.bigform .box .outerform .step span.wpcf7-list-item {
    margin: 0px;
    width: 100%;
}

.bigform .box .outerform .formButtons {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.bigform .box .outerform .formButtons .buttons {
    width: fit-content;
    margin: 0px;
}

.bigform .box .outerform .formButtons .buttons .button {
    margin: 0 20px;
}

.bigform .box .outerform .formButtons .buttons .button:first-child {
    margin-left: 0px;
}

.bigform .box .outerform .formButtons .buttons .button:last-child {
    margin-right: 0px;
}

.bigform .box .outerform .step.inputs p {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}

.bigform .box .outerform .step.inputs p br {
    display: none;
}

.bigform .box .outerform .step.inputs p input,
.bigform .box .outerform .step.question p textarea {
    font-size: 14px;
    line-height: 15px;
    padding: 15px 20px;
    border: 1px solid #b9b4aa;
    background: none;
    color: #282C2E;
    margin-bottom: 20px;
    border-radius: 10px;
    font-weight: 600;
    box-sizing: border-box;
    width: 100%;
}

.bigform .box .outerform .step ::placeholder {
    color: #282C2E;
    font-weight: 600;
}

.bigform .box .outerform .step.inputs p>span {
    width: 31%;
}

.bigform .box .outerform .step.question p textarea {
    resize: none;
}

.bigform .box .outerform .step .wpcf7-submit {
    padding: 12px;
    background: #504B38;
    border: 1px solid #504B38;
    color: #f0e7dc;
    letter-spacing: 1px;
    transition: all 0.1s linear;
    text-decoration: none;
    font-size: 12px;
    line-height: 14px;
    display: block;
    width: fit-content;
    cursor: pointer;
    text-transform: uppercase;
    right: 0;
    bottom: -56px;
    position: absolute;
}

.bigform .box.next .outerform .formButtons .buttons:first-child,
.bigform .box.next .outerform .formButtons .buttons:last-child .button:first-child,
.bigform .box.noskip .outerform .formButtons .buttons:last-child .button:first-child,
.bigform .box.last .outerform .formButtons .buttons:last-child {
    opacity: 0;
    pointer-events: none;
}

.bigform .box.completed .outerform .formButtons {
    display: none;
}

.bigform .box .outerform .step.final {
    margin: 50px 0;
}

.bigform .box .outerform .step.final>* {
    margin: 20px 0;
    text-align: center;
}

.bigform .box .outerform .step.final p a {
    color: #282C2E;
}

.bigform .box .outerform .step.final p a.button {
    margin: 0 auto;
    color: white;
}

.bigform .button,
.bigform .box .outerform .step .wpcf7-submit {
    background: #BF9973;
    border: 1px solid #BF9973;
    border-radius: 20px;
    padding: 10px 30px;
    font-weight: 600;
}

.footer .inner .upper .links div .formText {
    display: none;
}

@media(max-width: 1200px) {
    h5 {
        font-size: 20px;
        line-height: 35px;
    }

    h4 {
        font-size: 23px;
        line-height: 30px;
    }

    h3 {
        font-size: 30px;
        line-height: 40px;
    }

    h2 {
        font-size: 42px;
        line-height: 50px;
    }

    h1 {
        font-size: 64px;
        line-height: 70px;
    }

    .nexthive .inner {
        align-items: flex-start;
    }
}

@media(max-width: 1000px) {
    .firstHive .gallery img:first-child {
        max-height: 40vh;
    }

    .firstHive .content {
        flex-wrap: wrap;
    }

    .firstHive .content .textformat {
        width: 100%;
        margin: 20px 0;
    }

    .header .inner .buttons {
        display: none;
    }

    .header .burger {
        display: block;
    }

    .nexthive .inner .imageouter {
        width: 100%;
    }

    .nexthive .inner .imageouter img {
        max-height: 40vh;
        object-fit: cover;
    }

    .nexthive .inner .textformat {
        width: 100%;
        margin-top: 50px;
    }

    .textarea .inner {
        flex-wrap: wrap;
    }

    .textarea .inner .textformat {
        width: 100%;
        margin: 20px 0;
    }

    .textarea .inner img {
        width: 100%;
        max-height: 40vh;
        object-fit: cover;
        aspect-ratio: 1 / 1;
    }

    .footer .inner .upper .links .socials a {
        max-width: 100%;
        margin: 10px 0;
    }
}

@media(max-width: 800px) {
    .bigform .box .outerform .step.inputs p>span {
        width: 100%;
    }

    .hivepost .inner {
        flex-wrap: wrap;
    }

    .hivepost .inner .textformat {
        width: calc(100% - 70px);
    }

    .hivepost .inner a.button {
        margin: 20px 0 0 70px;
    }

    .footer .inner .upper {
        flex-wrap: wrap;
    }

    .footer .inner .upper .logos {
        width: 100%;
        margin-bottom: 30px;
    }

    .footer .inner .upper .links {
        width: 100%;
    }
}

@media(max-width: 600px) {
    h5 {
        font-size: 18px;
        line-height: 25px;
    }

    h4 {
        font-size: 20px;
        line-height: 35px;
    }

    h3 {
        font-size: 23px;
        line-height: 30px;
    }

    h2 {
        font-size: 30px;
        line-height: 40px;
    }

    h1 {
        font-size: 42px;
        line-height: 50px;
    }

    .bigform .box .outerform .formButtons {
        justify-content: center;
    }

    .bigform .box.next .outerform .formButtons .buttons:first-child,
    .bigform .box.next .outerform .formButtons .buttons:last-child .button:first-child,
    .bigform .box.noskip .outerform .formButtons .buttons:last-child .button:first-child,
    .bigform .box.last .outerform .formButtons .buttons:last-child {
        display: none;
    }

    .bigform .box .outerform .step .wpcf7-submit {
        position: relative;
        bottom: 0;
        margin: 0 auto;
    }

    .bigform .box .outerform .formButtons .buttons .button:last-child,
    .bigform .box .outerform .formButtons .buttons .button,
    .bigform .box .outerform .formButtons .buttons .button:first-child {
        margin: 5px;
    }

    .buttons a {
        margin-bottom: 10px;
    }

    .whatsnext .inner .eventsDisplay a {
        width: 100%;
    }

    .whatsnext .inner .eventsDisplay {
        margin: 0px;
        padding: 40px 0 0 0;
    }

    .footer .inner .upper .links {
        flex-wrap: wrap;
    }

    .footer .inner .upper .links div {
        width: 100%;
    }

    body>div>.inner {
        width: 90%;
    }

    .homepageIntro .inner .lower {
        flex-wrap: wrap;
    }

    .homepageIntro .inner .lower .textformat {
        width: 100%;
        margin-bottom: 10px;
    }
}

@media (max-width: 480px) {
    .bigform .box .outerform .formButtons {
        flex-wrap: wrap;
    }

    .bigform .box .outerform .formButtons .buttons {
        width: 100%;
        justify-content: center;
    }
}