.elementor-kit-6{--e-global-color-primary:#636465;--e-global-color-secondary:#ED2024;--e-global-color-text:#3A54A5;--e-global-color-accent:#FFEE00;--e-global-color-a8f3742:#6EBF4A;--e-global-color-e4180ac:#223C56;--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-primary );font-family:"myriad-pro", Sans-serif;font-size:16px;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-secondary );font-size:16px;font-weight:700;line-height:1.2em;color:#FFFFFF;border-style:solid;border-width:2px 2px 2px 2px;border-color:var( --e-global-color-secondary );border-radius:100px 100px 100px 100px;padding:7px 17px 7px 17px;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:#FFFFFF;color:var( --e-global-color-secondary );border-style:solid;border-width:2px 2px 2px 2px;border-color:#ED2024;border-radius:100px 100px 100px 100px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-primary );}.elementor-kit-6 h1{font-family:"boucherie-sans", Sans-serif;font-size:48px;font-weight:400;}.elementor-kit-6 h2{font-family:"boucherie-sans", Sans-serif;font-size:38px;font-weight:400;}.elementor-kit-6 h3{font-family:"boucherie-sans", Sans-serif;font-size:28px;font-weight:400;}.elementor-kit-6 h4{font-size:18px;font-weight:700;}.elementor-kit-6 h5{font-size:16px;font-weight:700;}.elementor-kit-6 h6{font-size:14px;font-weight:700;}.elementor-kit-6 img{border-radius:10px 10px 10px 10px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;}.elementor-widget:not(:last-child){margin-block-end: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 */.parent__container {
  --site-transition: 0.3s ease-in-out;
  --max__height: 160px;
  --min__height: 120px;
}

@media screen and (max-width: 767px) {
    .parent__container {
        --max__height: 140px;
        --min__height: 90px;
    }
}

.sticky-header-container {
  transition: 
    height var(--site-transition), filter var(--site-transition);
    height: var(--max__height);
    filter: drop-shadow(0 0 0 rgba(0,0,0,0));
}

.elementor-sticky--effects.sticky-header-container {
  height: var(--min__height);
  filter: drop-shadow(0px 5px 3px rgba(0,0,0,.1));
}

.logo-walnuthill {
    transform: scale(1);
    transform-origin: 0;
    transition:
        transform var(--site-transition),
        transform-origin var(--site-transition);
}

.elementor-sticky--effects .logo-walnuthill{
      transform: scale(.7);
}/* End custom CSS */