.elementor-kit-588{--e-global-color-primary:#000000;--e-global-color-secondary:#B0FD20;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Tomorrow";--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;background-image:url("https://investingvalueclub.com/wp-content/uploads/2023/07/benjamin-child-GWe0dlVD9e0-unsplash-scaled.jpg");background-position:-502px -576px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1500px;}.e-con{--container-max-width:1500px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-bottom:20px;}.elementor-element{--widgets-spacing:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-588 e-page-transition{background-color:#FFBC7D;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1024px){.elementor-kit-588{background-position:0px 0px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-588{background-image:url("https://investingvalueclub.com/wp-content/uploads/2023/07/benjamin-child-GWe0dlVD9e0-unsplash-scaled.jpg");background-position:-148px -129px;background-repeat:repeat-y;background-size:cover;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.site-header,
.site-footer,
.page-header{
    display: none !important;
}
.nav-menu{
    box-shadow: rgba(0,0,0,.12) 0 2px 30px 0;
}

.fullscreen-menu{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateX(-100%);
    transition: all 0.5s !important;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 999;
}
.fullscreen-menu ul li a:before{
    content: '';
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    max-width: 210px;
    height: 0 !important;
    background: red;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.5s ease;
}
.fullscreen-menu ul li a:hover::before{
    height: 4px !important;
    
}

.fullscreen-menu.opening{
    transform: translateY(0);
    opacity: 1;
}
.close-button,
.open-button{
    cursor: pointer
}/* End custom CSS */