.block-header-order #site-header {
    z-index: 1;
}
.block-header-order #site-header .header-inner:before {
    display: none;
}

.block-header-order .primary-menu a:hover {
    text-decoration: underline;
}
.block-header-order #site-header .header-inner {
    display: block;
	position: relative;
	top: 0;
    background: none;

}


.block-header-order .header-inner-inner {
    justify-content: flex-start;
}


#indicator {
    position: fixed;
    left: 0;
	top: 0;
    height: 2px;
    background-color: #00442a;
    z-index: 999;
}

#site-header {
    position: relative;
    top: 0 !important;
}
#site-header .header-inner {
    display: none;
}


body.custom-background {
    background-color: #fff !important;
}


svg.header-order-bottom-svg {
    width: 100%;
    transform: translateY(2px);
}
.header-order-inner {
	padding: 6rem 0;
}
.header-order-inner h1 {
    margin: 0 0 2rem 0;
    max-width: 65rem;
}
.header-order-inner p {
    max-width: 65rem;
}

.header-order-content {
    position: relative;
    z-index: 1;
	display: flex;
	align-items: flex-end;
}

.header-order-content-left {
    flex: 1;
}


.header-order-content-right {
    display: flex;
    align-items: center;
    gap: 2rem;
        max-width: 40rem;
}

.header-order-content-right img {
    width: 8rem;
    height: 8rem;
    object-fit: cover;
    border-radius: 100%;
}

.contact-details h5 {
    margin: 0;
}

.contact-details .contact-links {
    margin-top: 0rem;
    justify-content: flex-start;
    gap: 0 2rem;
}


.header-review-banner {
    display: flex;
    gap: 2rem;
    justify-content: flex-start;
}

.header-review-banner  p {
    margin: 0;
}




/* Hide footer */
.footer-call-to-action {
    display: none;
}

.footer-top-bar {
    display: none;
}

svg.footer-bite {
    display: none;
}

.footer-nav-widgets-wrapper {
    display: none;
}

.footer-footer {
    display: none;
}


/* Desktop small */
@media only screen and (max-width: 900px) {
    .header-order-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 5rem;
}
}

/* Tablet */
@media only screen and (max-width: 700px) {
  
}


/* Iphone */
@media only screen and (max-width: 450px) {
  
}