.elementor-kit-5{--e-global-color-primary:#2E2A2B;--e-global-color-secondary:#FFBF1F;--e-global-color-text:#2E2A2B;--e-global-color-accent:#FFBF1F;--e-global-color-a46ef09:#F5F5F5;--e-global-typography-primary-font-family:"Replica";--e-global-typography-primary-font-size:30px;--e-global-typography-primary-font-weight:100;--e-global-typography-primary-line-height:25px;--e-global-typography-secondary-font-family:"Replica";--e-global-typography-secondary-font-size:22px;--e-global-typography-secondary-font-weight:100;--e-global-typography-text-font-family:"Replica";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:100;--e-global-typography-text-line-height:25px;--e-global-typography-accent-font-family:"Replica";--e-global-typography-accent-font-size:13px;--e-global-typography-accent-font-weight:bold;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-letter-spacing:0.9px;background-color:var( --e-global-color-a46ef09 );color:var( --e-global-color-text );font-family:"Replica", Sans-serif;font-size:18px;font-weight:100;line-height:21px;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{background-color:var( --e-global-color-secondary );font-family:"Replica", Sans-serif;font-size:15px;font-weight:bold;text-transform:uppercase;letter-spacing:2.6px;color:var( --e-global-color-primary );border-style:solid;border-width:0px 0px 0px 0px;border-color:var( --e-global-color-primary );border-radius:2px 2px 2px 2px;}.elementor-kit-5 button:hover,.elementor-kit-5 button:focus,.elementor-kit-5 input[type="button"]:hover,.elementor-kit-5 input[type="button"]:focus,.elementor-kit-5 input[type="submit"]:hover,.elementor-kit-5 input[type="submit"]:focus,.elementor-kit-5 .elementor-button:hover,.elementor-kit-5 .elementor-button:focus{background-color:#F8C74C;color:var( --e-global-color-primary );}.elementor-kit-5 p{margin-bottom:11px;}.elementor-kit-5 a{color:var( --e-global-color-text );}.elementor-kit-5 a:hover{color:var( --e-global-color-secondary );}.elementor-kit-5 h1{color:var( --e-global-color-text );font-family:"Replica", Sans-serif;font-size:64px;font-weight:100;letter-spacing:1.3px;}.elementor-kit-5 h2{color:var( --e-global-color-text );font-family:"Replica", Sans-serif;font-size:45px;font-weight:100;line-height:55px;letter-spacing:1px;}.elementor-kit-5 h3{color:var( --e-global-color-text );font-family:"Replica", Sans-serif;font-size:35px;font-weight:100;line-height:45px;}.elementor-kit-5 h4{color:var( --e-global-color-text );}.elementor-kit-5 h5{color:var( --e-global-color-text );font-family:"Replica", Sans-serif;font-size:18px;font-weight:700;text-transform:uppercase;letter-spacing:1.7px;}.elementor-kit-5 h6{color:var( --e-global-color-text );font-family:"Replica", Sans-serif;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:2.7px;}.elementor-kit-5 label{font-family:"Apercu", Sans-serif;font-weight:200;}.elementor-kit-5 input:not([type="button"]):not([type="submit"]),.elementor-kit-5 textarea,.elementor-kit-5 .elementor-field-textual{font-family:"Apercu Mono", Sans-serif;font-weight:normal;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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);}@media(max-width:1200px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-5{font-size:17px;line-height:27px;}.elementor-kit-5 h1{font-size:40px;}.elementor-kit-5 h2{font-size:27px;line-height:1.3em;}.elementor-kit-5 h3{font-size:25px;line-height:35px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Improved Animations Stylesheet from https://element.how/elementor-improve-entrance-animations/ , works for the 'fade' animations */

@keyframes fadeDown {
    from {
        opacity: 0;
        transform: translate3d(0,-10px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInDown {
    animation-name: fadeDown
}

@keyframes fadeLeft {
    from {
        opacity: 0;
        transform: translate3d(-10px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInLeft {
    animation-name: fadeLeft
}

@keyframes fadeRight {
    from {
        opacity: 0;
        transform: translate3d(10px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInRight {
    animation-name: fadeRight
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translate3d(0,10px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInUp {
    animation-name: fadeUp
}

.animated-divider {
  position: relative;
  overflow: hidden;
}

.animated-divider::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 5%;
  width: 0;
  background-color: black; /* Match your divider colour */
  transition: width 1.8s ease-in-out;
  z-index: 1;
}

.animated-divider.animate::before {
  width: 100%;
}

.animated-heading {
  display: inline-block;
  overflow: hidden;
}

.animated-heading br {
  display: block;
}

.animated-heading span {
  display: block;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 0.8s ease forwards;
}

.animated-heading span:nth-child(1) { animation-delay: 0s; }
.animated-heading span:nth-child(2) { animation-delay: 0.3s; }
.animated-heading span:nth-child(3) { animation-delay: 0.6s; }
/* Add more lines if needed */

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Replica';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://bestlittlemep.co.uk/wp-content/uploads/2025/04/Replica-Regular.eot');
	src: url('https://bestlittlemep.co.uk/wp-content/uploads/2025/04/Replica-Regular.eot?#iefix') format('embedded-opentype'),
		url('https://bestlittlemep.co.uk/wp-content/uploads/2025/04/Replica-Regular.woff2') format('woff2'),
		url('https://bestlittlemep.co.uk/wp-content/uploads/2025/04/Replica-Regular.woff') format('woff'),
		url('https://bestlittlemep.co.uk/wp-content/uploads/2025/04/Replica-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Replica';
	font-style: normal;
	font-weight: 100;
	font-display: auto;
	src: url('https://bestlittlemep.co.uk/wp-content/uploads/2025/04/Replica-Light.eot');
	src: url('https://bestlittlemep.co.uk/wp-content/uploads/2025/04/Replica-Light.eot?#iefix') format('embedded-opentype'),
		url('https://bestlittlemep.co.uk/wp-content/uploads/2025/04/Replica-Light.woff2') format('woff2'),
		url('https://bestlittlemep.co.uk/wp-content/uploads/2025/04/Replica-Light.woff') format('woff'),
		url('https://bestlittlemep.co.uk/wp-content/uploads/2025/04/Replica-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'Replica';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://bestlittlemep.co.uk/wp-content/uploads/2025/04/Replica-Bold.eot');
	src: url('https://bestlittlemep.co.uk/wp-content/uploads/2025/04/Replica-Bold.eot?#iefix') format('embedded-opentype'),
		url('https://bestlittlemep.co.uk/wp-content/uploads/2025/04/Replica-Bold.woff2') format('woff2'),
		url('https://bestlittlemep.co.uk/wp-content/uploads/2025/04/Replica-Bold.woff') format('woff'),
		url('https://bestlittlemep.co.uk/wp-content/uploads/2025/04/Replica-Bold.ttf') format('truetype');
}
/* End Custom Fonts CSS */