.elementor-kit-8{--e-global-color-primary:#7CA05A;--e-global-color-secondary:#B17F4A;--e-global-color-text:#000000;--e-global-color-accent:#FFFAF4;--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;color:var( --e-global-color-text );font-family:"Public Sans", Sans-serif;font-size:1rem;font-weight:600;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 a{color:var( --e-global-color-secondary );}.elementor-kit-8 a:hover{color:var( --e-global-color-primary );}.elementor-kit-8 h1{color:var( --e-global-color-secondary );font-family:"edosz", Sans-serif;font-size:4rem;}.elementor-kit-8 h2{color:var( --e-global-color-secondary );font-family:"edosz", Sans-serif;font-size:2.6rem;}.elementor-kit-8 h3{color:var( --e-global-color-secondary );font-family:"edosz", Sans-serif;font-size:2rem;}.elementor-kit-8 h4{color:var( --e-global-color-secondary );font-family:"edosz", Sans-serif;font-size:1.6rem;}.elementor-kit-8 h5{color:var( --e-global-color-secondary );}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{font-family:"Public Sans", Sans-serif;font-size:1rem;font-weight:700;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;--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-block-end:35px;}.elementor-element{--widgets-spacing:35px 65px;--widgets-spacing-row:35px;--widgets-spacing-column:65px;}{}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:1200px){.elementor-kit-8 h2{line-height:50px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-8 h1{font-size:2.4rem;}.elementor-kit-8 h2{font-size:1.8rem;line-height:40px;}.elementor-kit-8 h3{font-size:1.6rem;}.elementor-kit-8 h4{font-size:1.4rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */:root {
    --global-padding: 5%;
    --global-margin: 100px;
    --global-radius: 44px;
    
    font-size: 18px;
}

p:last-child {
    margin-bottom: 0px;
}

.heading-padding h2:not(:first-of-type) {
    margin-top: 5rem;
}

.elementor-sticky--effects {
   box-shadow: 0 1px 5px 0px #00000050 !important;
}

.elementor-sticky--effects .logo {
   box-shadow: 0 1px 5px 0px #00000050;
}

/*Mobile Menu Button*/

.mobile-menu-button {
    width: 38px;
    height: 34px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
}

.mobile-menu-button .mobile-menu-line1, .mobile-menu-button .mobile-menu-line2, .mobile-menu-button .mobile-menu-line3 {
    background-color: var(--e-global-color-primary);
    height: 3px;
    transition: .4s;
}

.mobile-menu-button .mobile-menu-line1 {
    width: 100%;
}

.mobile-menu-button .mobile-menu-line2 {
    width: 75%;
}

.mobile-menu-button .mobile-menu-line3 {
    width: 50%;
}

.mobile-menu-button:hover .mobile-menu-line2, .mobile-menu-button:hover .mobile-menu-line3 {
    width: 100%;
}

.blog-rounded img {
 border-radius: var(--global-radius-accent);   
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'edosz';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('/wp-content/themes/hello-theme-child/fonts/edosz.ttf') format('truetype');
}
/* End Custom Fonts CSS */