.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-f185331:#00714B;--e-global-color-85744d6:#FFFF00;--e-global-color-56ac8af:#FFFFFF;--e-global-color-080cc55:#000000;--e-global-color-b89bab9:#1A1A1A;--e-global-color-f7271c3:#ADADAD;--e-global-color-cfab190:#F0F0F0;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-f19315c-font-family:"Atmosphere";--e-global-typography-f19315c-font-size:44px;--e-global-typography-f19315c-font-weight:800;--e-global-typography-f19315c-letter-spacing:3px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* edit the hamburger and close icon colors here */
.lytbox-button {
    --hamburger-color: #000;
    --close-x-color: #fff;
    display: block;
    height: 40px; /* bigger height */
    width: 40px;  /* bigger width */
    cursor: pointer;
    position: fixed; /* fixed so it stays top-right */
    top: 10px; /* margin from top */
    right: 10px; /* margin from right */
    z-index: 101;
}

/* must add in elementor template ID number to make the menu full width */
.elementor-138 {
    width: 100%;
}

/* navigation container */
.lytbox-navigation {
    position: fixed;
    top: 0;
    left: 0;
    transform: translateX(100%);
    overflow: hidden;
    transition: transform 0.2s;
    width: 100%;
    height: 100vh;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* toggle hamburger */
.lytbox-button .hamburguer {
    position: relative;
}

.lytbox-button .hamburguer span {
    display: block;
    height: 6px; /* thinner for sharper X */
    width: 38px; /* slightly longer */
    background: var(--hamburger-color);
    transform-origin: 50% 50%;
    transition: all 0.1s 0.2s ease, transform 0.2s ease;
}

.lytbox-button .hamburguer span:nth-child(2) {
    transform: translate(0, 2px);
}

.lytbox-button .hamburguer span:nth-child(3) {
    transform: translate(0, 4px);
}

.lytbox-nav_control {
    position: absolute;
    left: -9999px;
    width: 100%;
    clip: rect(0, 0, 0, 0);
}

.lytbox-nav_control:checked ~ .lytbox-navigation {
    transform: translateX(0);
    opacity: 1;
    transition: transform 0.3s, opacity 0.3s;
}

.lytbox-nav_control:checked ~ .lytbox-button .hamburguer {
    transition: all 0.1s 0s ease;
}

/* closed X */
.lytbox-nav_control:checked ~ .lytbox-button .hamburguer span {
    background: var(--close-x-color);
    transition: all 0.1s ease, transform 0.1s 0.2s ease;
}

.lytbox-nav_control:checked ~ .lytbox-button .hamburguer span:first-child {
    opacity: 0;
}

.lytbox-nav_control:checked ~ .lytbox-button .hamburguer span:nth-child(2) {
    transform: translate(0, 4px) rotate(45deg);
}

.lytbox-nav_control:checked ~ .lytbox-button .hamburguer span:nth-child(3) {
    transform: translate(0, 4px) rotate(-45deg);
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Atmosphere';
	font-display: auto;
	src: url('https://pentagohouse.com/wp-content/uploads/2025/08/Atmosphere-Regular.ttf') format('truetype');
}
/* End Custom Fonts CSS */