/* Hide hamburger icon */
.eael-simple-menu-toggle svg {
    display: none;
}

/* Default button text */
.eael-simple-menu-toggle::before {
    content: "Menu";
    font-size: 1.25rem;
    font-weight: 300;
    text-transform: uppercase;
}

/* When menu is visible */
.eael-simple-menu-toggle.menu-open::before {
    content: "Back";
}

/* Hide default cursor */
body {
    /*cursor: none;*/
}

/* Cursor wrapper */
#modulus-cursor {
    position: fixed;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 10000;
    opacity: 1;
    transition: opacity 0.2s ease;
}

/* Cursor label */
#cursor-label {
    border: 1px solid #fff;
    color: #fff;
    font-size: 1rem;
    background: transparent;
    white-space: nowrap;
    font-family: "Stack Sans Headline", sans-serif;
    transition: transform 0.2s ease;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Show cursor after page loads */
body.modulus-loaded #modulus-cursor {
    opacity: 1;
}

#modulus-cursor.active #cursor-label {
    transform: scale(1.2);
}

/* Splash Screen */
body:not(.modulus-loaded) {
    overflow: hidden;
}

#modulus-splash {
    position: fixed;
    inset: 0;
    background: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    color: #fff;
}

#modulus-splash,
#modulus-splash * {
    pointer-events: auto;
    text-align: center;
}

.hide-tagline .modulus-tagline {
    opacity: 0;
    transform: translateY(20px);
    transition: all .4s ease;
}

#modulus-logo-full {
    width: 524px;
    position: relative;
    transition: transform 0.8s ease, opacity 0.4s ease;
    z-index: 2147483647;
}

.modulus-tagline {
    margin-top: 16px;
    font-size: 2rem;
    font-weight: 200;
    letter-spacing: 2px;
    opacity: 0.7;
    transition: opacity 0.4s ease;
}

#modulus-splash.hide-tagline .modulus-tagline {
    opacity: 0;
}

/* Header logo initial state */
.modulus-header-logo {
    opacity: 0;
}

/* 404 Page */
.linkserror ul {
    display: flex;
    flex-flow: row;
}

.linkserror a {
    text-decoration: underline;
    font-size: 30px;
    line-height: 1;
    font-weight: 300;
}

/* Animation state */
body.modulus-loaded .modulus-header-logo {
    opacity: 1;
    transition: opacity 0.4s ease 0.6s;
}

body.modulus-loaded #modulus-splash {
    opacity: 0;
    pointer-events: none;
}

.modulus-header-logo img {
    opacity: 0;
}

body.modulus-loaded .modulus-header-logo img {
    opacity: 1;
    transition: opacity 0.3s ease;
}

.adaptive-text *{
  white-space: pre-line; 
}

.content_one p,
.content_two {
    font-family: "Stack Sans Headline", sans-serif;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 300;
    font-size: 3.5rem;
    line-height: 1;
    letter-spacing: 0;
}

.content_two {
    color: #000000 !important;
}

.content_area_two .elementor-heading-title {
    font-size: 2rem;
    font-weight: 200;
    font-style: normal;
    line-height: 1;
    letter-spacing: 0;
    font-family: "Stack Sans Headline", sans-serif;
}

#products,
#products>div {
    padding: 0 !important;
}

.section_three_textbox_one {
    font-family: "Stack Sans Headline", sans-serif;
    font-size: 2rem;
    font-weight: 500;
    font-style: medium;
    line-height: 1;
    letter-spacing: 0;
}

.section_three_textbox_two {
    font-family: "Stack Sans Headline", sans-serif;
    font-size: 1.2rem;
    font-weight: 250;
    font-style: normal;
    line-height: 1;
    letter-spacing: 0;
}

.section_three_textbox_three {
    font-family: "Stack Sans Headline", sans-serif;
    font-size: 2rem;
    font-weight: 500;
    font-style: medium;
    line-height: 65px;
    letter-spacing: 0;
}

a.learnmore {
    font-weight: 300;
    font-size: 2rem;
    color: #000;
}

.contact_form {
    display: flex;
    flex-direction: column;
}

.contact_form .fields_1,
.contact_form .fields_2 {
    display: flex;
    flex-flow: column;
    width: 100%;
}

.contact_form .fields_1 p,
.contact_form .fields_2 p {
    display: flex !important;
}

.contact_form .fields_1 p span,
.contact_form .fields_2 p span {
    width: 49%;
    display: flex !important;
    flex-flow: column;
    padding: 1rem 1rem 1rem 0;
}

.contact_form .fields_1 p:nth-last-of-type(1),
.contact_form .fields_2 p:nth-last-of-type(1),
.contact_form .message_field p:nth-last-of-type(1) {
    display: block;
}

.contact_form input {
    display: flex;
}

.contact_form .wpcf7-submit {
    color: #000;
    text-decoration: underline;
    font-size: 1.2rem;
    line-height: 1;
    font-weight: 250;
    padding: 10px 20px 10px 0px !important;
}

input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
    padding: .5rem 0 !important;
}

.enquire a {
    color: #fff;
    text-align: center;
    font-size: 1.2rem;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    justify-content: center;
    align-items: center;
    display: flex;
    margin: 1rem auto 0;
    text-transform: capitalize !important;
}

div#footer_last {
    display: flex;
    flex-flow: wrap;
    flex-direction: row;
    padding: 1rem 2rem;
    justify-content: space-between;
}

#footer_last a.enquire {
    border-radius: 100%;
    border: 1px solid #000;
    padding: 1rem 0;
    font-size: 1.2rem;
    font-family: 'Stack Sans Headline', sans-serif;
}

#footer_last img#modulus-logo-full {
    filter: invert(1);
}

.n2-ss-section-main-content.n2-ss-layer-with-background.n2-ss-layer-content.n2-ow {
    padding: 0 !important;
}


@media screen and (max-width: 550px) {
    #modulus-logo-full {
        width: 315px;
    }

    .modulus-tagline {
        font-size: 20px;
    }

    .linkserror ul {
        flex-flow: column;
    }

    .hfe-site-logo {
        position: fixed;
    }

    .mobile-logo-custom-elementor-header.header-dark .hfe-site-logo .hfe-site-logo-img {
        filter: invert(1);
    }

    .mobile-custom-elementor-header.header-dark .eael-simple-menu-toggle::before {
        color: #000;
    }
	
	.eael-simple-menu-toggle.menu-open::before{
		color: #fff !important;
	}

    .mobile-custom-elementor-header.header-dark .enquire a {
        color: #000;
        border-color: #000;
    }
}

@media (max-width: 768px) {
  .adaptive-text *{
    /* This tells the browser to ignore those breaks and wrap like a normal paragraph */
    white-space: normal;
  }
	
/* 	.mobile-custom-elementor-header {
		pointer-events: none;
	} */
}
@media only screen and (min-width: 768px) and (max-width: 1400px) {
  .adaptive-text *{
    /* This tells the browser to ignore those breaks and wrap like a normal paragraph */
   font-size: 2.75rem;
  }
 
}
.submitbtn .wpcf7-spinner::before {
    content: '';
    position: absolute;
    background-color: #fbfbfc;
    top: 4px !important;
    left: 4px !important;
    width: 6px !important;
    height: 6px !important;
    border: none;
    border-radius: 100%;
    transform-origin: 8px 8px;
    animation-name: spin;
    animation-duration: 1000ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}