Lead #2396
Best Contact
—
Email
()
Override
Captured Pages
http://plattrushton.co.uk/
Status: 200
Emails: mail@plattrushton.co.uk
View text
Home About History & ethos Meet the team Careers Testimonials Services Accounting Annual accounts Management accounting Audit & assurance Statutory audit Specialist & sector reporting Tax & compliance Business & corporate tax Personal & trust tax Company secretarial & regulatory Advisory & support Transactional support & tax mitigation Bookkeeping, VAT & cloud support Estate & wealth planning advice Payroll Resources Blog Business news Dates and deadlines Calculators Contact 01702 470531 mail@plattrushton.co.uk Facebook Twitter LinkedIn Facebook Twitter LinkedIn Home About History & ethos Meet the team Careers Testimonials Services Accounting Annual accounts Management accounting Audit & assurance Statutory audit Specialist & sector reporting Tax & compliance Business & corporate tax Personal & trust tax Company secretarial & regulatory Advisory & support Transactional support & tax mitigation Bookkeeping, VAT & cloud support Estate & wealth planning advice Payroll Resources Blog Business news Dates and deadlines Calculators Contact Select Page Welcome to PlattRushton Professional,personable service where theclient comes first. Accountancy Firm in Leigh-on-Sea. View our services Please feel free to get in touch for a free initial consultation Contact us GOING THE EXTRA MILE. Amid all the changes in the business and financial world in recent years, one thing has remained unchanged – our commitment to our clients. At Platt Rushton, we believe the client comes first, and we strive in every respect to meet your needs and expectations. Whether it is traditional tax and accounting services or proactive business advisory services, your personal Self Assessment return or your company’s strategic business plan, we approach the task with the precision and dedication you would expect from an established and highly trusted firm. More about us Meeting your needs with client-focused services Our commitment to putting our clients first comes through in the services weprovide. At Platt Rushton we have developed the traditional range of services into innovative client-focused services that provide not only all the reliable background support you would expect from a professional firm but also forward-thinking advice on how to improve your situation. View all services Accounting Routine accounts for your business or company, regular management accounts, service charge and other specialist accounting requirements. Accounting services Tax & compliance Personal, corporate and trust tax compliance. Company secretarial services and other regulatory reporting. Compliance services Advisory & support Cloud accounting, VAT and PAYE support services. Business and personal tax planning advice. Other specialist assignments. Support services Audit & Assurance Statutory audits and specialist assurance assignments for a range of entities. Audit services Building and developing strong partnerships. For over 33 years, we’ve helped business owners like you access the necessary expertise to better take care of their finances. That means exploring opportunities and sharing expertise wherever we can. View sectors “We work closely with Platt Rushton and are extremely satisfied with their professionalism and reliability. They offer prompt and effective communication, provide accurate reports, and have a deep understanding of the complexities involved in property development.” Seven Developments Cloud support. Cloud-based accounting systems allow us to work closely with you and provide real-time, relevant advice. We can get you set up on the best software to streamline your bookkeeping routine, keep you on track with up-to-date online guidance as soon as we get it, and give you advice on how to manage your VAT obligations to HMRC. Cloud support, Bookkeeping & VAT Get business support when you need it. Our resource base is designed to help you learn more about business, tax and finance topics. Regular blog content, dates and deadlines for your calendar, and calculators: all made to give you support whenever you need it. All resources Accounts Senior by Anna Phillips | Jul 18, 2024 | Job vacanciesResponsibilities to include: Preparation of annual accounts and tax compliance work Preparation of service charge accounts You will have: Prior experience in an accountancy practice and experience working on service charge accounts This is an office-based role but... read more Accounts and Audit Senior by Anna Phillips | Jul 18, 2024 | Job vacanciesResponsibilities to include: Preparation of annual accounts and tax compliance work Statutory audit work You will have: Prior experience in an accountancy practice and experience in carrying out statutory audits This is an office-based role but with visits to clients... read more Accounts and Audit Assistant by Admin | Jul 8, 2024 | Job vacanciesResponsibilities to include: Preparation of annual accounts Preparation of corporate and personal tax returns Assisting with bookkeeping, VAT returns and management accounts Assisting with audit work You will have: Good A-Levels or equivalent Good working knowlege of... read more Please feel free to get in touch Contact us Our Water Cooler is from AquAid Contact us 01702 470531 mail@plattrushton.co.uk Platt Rushton LLP Sutherland House 1759 London Road Leigh-on-Sea Essex SS9 2RZ Useful linksTerms & Conditions Privacy Statement & Cookie Policy Cookie Information Accessibility Statement Copyright Legal information Platt Rushton is a Limited Liability Partnership registered in England & Wales. Company Registration Number: OC304106 {"prefetch":[{"source":"document","where":{"and":[{"href_matches":"\/*"},{"not":{"href_matches":["\/wp-*.php","\/wp-admin\/*","\/wp-content\/uploads\/*","\/wp-content\/*","\/wp-content\/plugins\/*","\/wp-content\/themes\/sift\/*","\/wp-content\/themes\/Divi\/*","\/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]} jQuery(document).ready(function($) { if($('.menu-item-has-children').find('a') ) { $('.menu-item-has-children').find('a').addClass('da11y-submenu'); $('.menu-item-has-children').find('a').not('.sub-menu a').attr('aria-expanded', 'false'); } $('.da11y-submenu').on('focus', function() { $(this).not('.sub-menu a').attr('aria-expanded', 'true'); $(this).siblings('.sub-menu').addClass('da11y-submenu-show'); $(this).trigger('mouseenter'); }); $('.menu-item-has-children a').on('focusout', function() { if($(this).parent().not('.menu-item-has-children').is(':last-child')) { $(this).parents('.menu-item-has-children').children('.da11y-submenu').attr('aria-expanded', 'false').trigger('mouseleave').siblings('.sub-menu').removeClass('da11y-submenu-show'); } }); /** * Generate search form styles. * * @since Divi v3.0.23 */ function et_set_search_form_css() { const search_container = $('.et_search_form_container'); const body = $('body'); if (search_container.hasClass('et_pb_search_visible')) { const header_height = $('#main-header').innerHeight(); const menu_width = $('#top-menu').width(); const font_size = $('#top-menu li a').css('font-size'); search_container.css({ height: header_height + 'px' }); search_container.find('input').css('font-size', font_size); if (!body.hasClass('et_header_style_left')) { search_container.css('max-width', menu_width + 60); } else { search_container.find('form').css('max-width', menu_width + 60); } } } /** * Show the search. * * @since Divi v3.0.23 */ function show_search() { const search_container = $('.et_search_form_container'); if (search_container.hasClass('et_pb_is_animating')) { return; } $('.et_menu_container').removeClass('et_pb_menu_visible et_pb_no_animation').addClass('et_pb_menu_hidden'); search_container.removeClass('et_pb_search_form_hidden et_pb_no_animation').addClass('et_pb_search_visible et_pb_is_animating'); setTimeout(function () { $('.et_menu_container').addClass('et_pb_no_animation'); search_container.addClass('et_pb_no_animation').removeClass('et_pb_is_animating'); }, 1000); search_container.find('input').focus(); et_set_search_form_css(); } /** * Hide the search. * * @since Divi v3.0.23 */ function hide_search() { if ($('.et_search_form_container').hasClass('et_pb_is_animating')) { return; } $('.et_menu_container').removeClass('et_pb_menu_hidden et_pb_no_animation').addClass('et_pb_menu_visible'); $('.et_search_form_container').removeClass('et_pb_search_visible et_pb_no_animation').addClass('et_pb_search_form_hidden et_pb_is_animating'); setTimeout(function () { $('.et_menu_container').addClass('et_pb_no_animation'); $('.et_search_form_container').addClass('et_pb_no_animation').removeClass('et_pb_is_animating'); }, 1000); } $(this).keyup(function () { $('.et-search-field').focus(function () { show_search(); }).blur(function () { hide_search(); }); }); }); jQuery(document).ready(function($) { /** * Add skiplink to page. */ function skipTo(target) { const skiplink = '<a href="' + target + '" class="skip-link da11y-screen-reader-text">Skip to content</a>'; $(target).attr('tabindex', -1); $('body').prepend(skiplink); } skipTo('#main-content'); /** * Use js to focus for internal links. */ $('a[href^="#"]').click(function () { const content = $('#' + $(this).attr('href').slice(1)); content.focus(); }); }); jQuery(document).ready(function($) { let lastKey = new Date(); let lastClick = new Date(); /** * Only apply focus styles for keyboard usage. */ $(this).on('focusin', function (e) { $('.keyboard-outline').removeClass('keyboard-outline'); const wasByKeyboard = lastClick < lastKey; if (wasByKeyboard) { $(e.target).addClass('keyboard-outline'); } }); $(this).on('mousedown', function () { lastClick = new Date(); }); $(this).on('keydown', function () { lastKey = new Date(); }); }); jQuery(document).ready(function($) { /** * Allow Accordion & Toggle Divi modules to be focusable. * * @divi-module Accordion, Toggle */ $('.et_pb_toggle').each(function () { $(this).attr('tabindex', 0); }); /** * Prevent spacebar from scolling page when toggle & accordion have focus. * * @divi-module Accordion, Toggle */ $('.et_pb_toggle').on('keydown', function(e) { // Spacebar. if (e.which === 32){ e.preventDefault(); } }); /** * Expand Accordion & Toggle modules when enter or spacebar are pressed while focused. * * @divi-module Accordion, Toggle */ $(document).on('keyup', function(e) { // Spacebar & Enter. if (e.which === 13 || e.which === 32) { $('.et_pb_toggle:focus .et_pb_toggle_title').trigger('click'); } }); }); jQuery(document).ready(function($) { /** * Add unique ID to search module input with matching label. * * @divi-module Search */ $('.et-search-field').each(function (e) { $(this).attr('id', 'et_pb_search_module_input_' + e); $('#et_pb_search_module_input_' + e).before('<label class="da11y-screen-reader-text" for="et_pb_search_module_input_' + e + '">Search for...</label>'); $('#et_pb_search_module_input_' + e).after('<button type="submit" class="da11y-screen-reader-text">Search</button>'); }); /** * Add unique ID to contact module input with matching label. * * @divi-module Contact */ $('.et_pb_contact_form').each(function (e) { $(this).find('.et_pb_contact_captcha_question').parent().wrap('<label></label>'); }); /** * Correct labels on social media icons */ $('.et-social-facebook a.icon span').text('Facebook'); $('.et-social-twitter a.icon span').text('Twitter'); $('.et-social-google-plus a.icon span').text('Google Plus'); $('.et-social-pinterest a.icon span').text('Pinterest'); $('.et-social-linkedin a.icon span').text('LinkedIn'); $('.et-social-tumblr a.icon span').text('Tumblr'); $('.et-social-instagram a.icon span').text('Instagram'); $('.et-social-skype a.icon span').text('Skype'); $('.et-social-flikr a.icon span').text('Flickr'); $('.et-social-myspace a.icon span').text('Myspace'); $('.et-social-dribbble a.icon span').text('Dribble'); $('.et-social-youtube a.icon span').text('YouTube'); $('.et-social-vimeo a.icon span').text('Vimeo'); $('.et-social-rss a.icon span').text('RSS'); }); jQuery(document).ready(function($) { /** * Add role="tabList". * * @divi-module Tab */ $('.et_pb_tabs_controls').each(function () { $(this).attr('role', 'tabList'); }); /** * Add role="presentation". * * @divi-module Tab */ $('.et_pb_tabs_controls li').each(function () { $(this).attr('role', 'presentation'); }); /** * Add role="tab". * * @divi-module Tab */ $('.et_pb_tabs_controls a').each(function () { $(this).attr('role', 'tab'); }); /** * Add role="tabpanel". * * @divi-module Tab */ $('.et_pb_tab').each(function () { $(this).attr('role', 'tabpanel'); }); /** * Add initial state: * * aria-selected="false" * aria-expanded="false" * tabindex=-1 * * @divi-module Tab */ $('.et_pb_tabs_controls li:not(.et_pb_tab_active) a').each(function () { $(this).attr({ 'aria-selected': 'false', 'aria-expanded': 'false', tabindex: -1 }); }); /** * Add initial state: * * aria-selected="true" * aria-expanded="true" * tabindex=-1 * * @divi-module Tab */ $('.et_pb_tabs_controls li.et_pb_tab_active a').each(function () { $(this).attr({ 'aria-selected': 'true', 'aria-expanded': 'true', tabindex: 0 }); }); /** * Add unique ID to tab controls. * Add aria-controls="x". * * @divi-module Tab */ $('.et_pb_tabs_controls a').each(function (e) { $(this).attr({ id: 'et_pb_tab_control_' + e, 'aria-controls': 'et_pb_tab_panel_' + e }); }); /** * Add unique ID to tab panels. * Add aria-labelledby="x". * * @divi-module Tab */ $('.et_pb_tab').each(function (e) { $(this).attr({ id: 'et_pb_tab_panel_' + e, 'aria-labelledby': 'et_pb_tab_control_' + e }); }); /** * Set initial inactive tab panels to aria-hidden="false". * * @divi-module Tab */ $('.et_pb_tab.et_pb_active_content').each(function () { $(this).attr('aria-hidden', 'false'); }); /** * Set initial inactive tab panels to aria-hidden="true". * * @divi-module Tab */ $('.et_pb_tab:not(.et_pb_active_content)').each(function () { $(this).attr('aria-hidden', 'true'); }); /** * Add unique ID to tab module. * Need to use data attribute because a regular ID somehow interferes with Divi. * * @divi-module Tab */ $('.et_pb_tabs').each(function (e) { $(this).attr('data-da11y-id', 'et_pb_tab_module_' + e); }); /** * Update aria-selected attribute when tab is clicked or when hitting enter while focused. * * @divi-module Tab */ $('.et_pb_tabs_controls a').on('click', function () { const id = $(this).attr('id'); const namespace = $(this).closest('.et_pb_tabs').attr('data-da11y-id'); // Used as a selector to scope changes to current module. // Reset all tab controls to be aria-selected="false" & aria-expanded="false". $('[data-da11y-id="' + namespace + '"] .et_pb_tabs_controls a').attr({ 'aria-selected': 'false', 'aria-expanded': 'false', tabindex: -1 }); // Make active tab control aria-selected="true" & aria-expanded="true". $(this).attr({ 'aria-selected': 'true', 'aria-expanded': 'true', tabindex: 0 }); // Reset all tabs to be aria-hidden="true". $('#' + namespace + ' .et_pb_tab').attr('aria-hidden', 'true'); // Label active tab panel as aria-hidden="false". $('[aria-labelledby="' + id + '"]').attr('aria-hidden', 'false'); }); // Arrow navigation for tab modules $('.et_pb_tabs_controls a').keyup(function (e) { const namespace = $(this).closest('.et_pb_tabs').attr('data-da11y-id'); const module = $('[data-da11y-id="' + namespace + '"]'); if (e.which === 39) { // Right. const next = module.find('li.et_pb_tab_active').next(); if (next.length > 0) { next.find('a').trigger('click'); } else { module.find('li:first a').trigger('click'); } } else if (e.which === 37) { // Left. const next = module.find('li.et_pb_tab_active').prev(); if (next.length > 0) { next.find('a').trigger('click'); } else { module.find('li:last a').trigger('click'); } } $('.et_pb_tabs_controls a').removeClass('keyboard-outline'); module.find('li.et_pb_tab_active a').addClass('keyboard-outline'); }); /** * Add unique ID to search module. * Need to use data attribute because a regular ID somehow interferes with Divi. * * @divi-module Search */ $('.et_pb_search').each(function (e) { $(this).attr('data-da11y-id', 'et_pb_search_module_' + e); }); /** * Add aria-required="true" to inputs. * * @divi-module Contact Form */ $('[data-required_mark="required"]').each(function () { $(this).attr('aria-required', 'true'); }); /** * Hide hidden error field on contact form. * * @divi-module Contact Form */ $('.et_pb_contactform_validate_field').attr('type', 'hidden'); /** * Add alert role to error or success contact form message * * @divi-module Contact Form */ $('.et-pb-contact-message').attr('role', 'alert'); /** * Add main role to main-content */ $('#main-content').attr('role', 'main'); /** * Add aria-label="x". * * @divi-module Fullwidth header, comment-wrap */ $('.et_pb_fullwidth_header').each(function (e) { $(this).attr('aria-label', 'Wide Header' + e); }); $('#comment-wrap').attr('aria-label', 'Comments'); }); jQuery(document).ready(function($) { /** * Add aria-hidden="true" to all icons */ $('#et_top_search, .et_close_search_field, .et_pb_main_blurb_image').attr('aria-hidden', 'true'); }); jQuery(document).ready(function($) { /** * Mobile menu Aria support. */ $('.mobile_menu_bar_toggle').attr({'role': 'button', 'aria-expanded': 'false', 'tabindex': 0}); $('.mobile_menu_bar_toggle').on('click', function() { if($(this).hasClass('a11y-mobile-menu-open') ) { $(this).removeClass('a11y-mobile-menu-open').attr('aria-expanded', 'false'); } else { $(this).addClass('a11y-mobile-menu-open').attr('aria-expanded', 'true'); } }); }); jQuery(function($){$(".divi-mobile-stop-stacking").each(function(){$(this).parents(".et_pb_row").addClass("divi-mobile-stop-stacking-row")})}); var et_link_options_data = [{"class":"et_pb_blurb_0","url":"https:\/\/www.plattrushton.co.uk\/contact\/","target":"_self"},{"class":"et_pb_column_inner_0","url":"\/services\/#accounting","target":"_self"},{"class":"et_pb_text_7","url":"\/services\/#accounting","target":"_self"},{"class":"et_pb_text_8","url":"\/services\/#accounting","target":"_self"},{"class":"et_pb_column_inner_1","url":"\/services\/#auditassurance","target":"_self"},{"class":"et_pb_text_9","url":"\/services\/\/#taxcompliance","target":"_self"},{"class":"et_pb_text_10","url":"\/services\/\/#taxcompliance","target":"_self"},{"class":"et_pb_column_inner_2","url":"\/services\/#taxcompliance","target":"_self"},{"class":"et_pb_text_11","url":"\/services\/#advisorysupport","target":"_self"},{"class":"et_pb_text_12","url":"\/services\/#advisorysupport","target":"_self"},{"class":"et_pb_column_inner_3","url":"\/services\/#advisorysupport","target":"_self"},{"class":"et_pb_text_13","url":"\/services\/#auditassurance","target":"_self"},{"class":"et_pb_text_14","url":"\/services\/#auditassurance","target":"_self"}]; jQuery(document).ready(function( $ ) { if ( $('#main-header').length > 0 && $('.et-l--header').length == 0 ) { } else if ( $('.et-l--header').length > 0 && $('#main-header').length == 0 ) { } else { $('.divi-mobile-menu').remove(); $('body').addClass("no-mobile-menu"); } // if .dm-above-layout is on the page, get the height of this element // add it as margin-top to #open-button var dm_above_layout = $(".dm-above-layout"); if (dm_above_layout.length > 0) { var dm_above_layout_height = dm_above_layout.outerHeight(); $("#open-button").css("margin-top", dm_above_layout_height); // add padding to the top of #main-content $("#main-content").css("padding-top", dm_above_layout_height); } $("body").addClass("dm-custom-header"); function check_from_top(){ var scroll = $(window).scrollTop(); if (scroll >= 300) { $("#dm-header").addClass("fixed-header"); $("body").addClass("dm-fixed-header"); } else { $("#dm-header").removeClass("fixed-header"); $("body").removeClass("dm-fixed-header"); } if (scroll >= 50) { $(".dm-not-fixed-scroll #dm-header #et_top_search_mob").removeClass("active"); $("body.dm-not-fixed-scroll").removeClass("search-active"); } } check_from_top(); $(window).scroll(function() { check_from_top(); }); $("body").addClass("dm-bm-pos-right"); $("body").addClass("dm-expand-shape"); $("body").addClass("dm-divi-engine"); $("body").addClass("dm-circle-expand"); $("body").addClass("dm-menuside-right"); var get_one_click = false; jQuery(document).on('touchstart click', ".anchorpoint", function(e){ var _this = jQuery(e.target); if (jQuery("body").hasClass("show-menu")) { jQuery('#open-button').trigger('click'); } var getLink = _this.find('a').attr('href'); var currentUrl = window.location.href; var linkUrlPart = ''; var linkAnchorPart = ''; var currentUrlPart = currentUrl; e.preventDefault(); if(currentUrl.indexOf("#") != -1){ currentUrlPart = getLink.substring(0, getLink.indexOf("#") ); } if(getLink.indexOf("#") == 0){ linkUrlPart = currentUrlPart; linkAnchorPart = getLink.substring(1); }else if (getLink.indexOf("#") != -1 ){ linkUrlPart = getLink.substring(0, getLink.indexOf("#") ); linkAnchorPart = getLink.substring(getLink.indexOf("#")+1); } if ( linkUrlPart == currentUrlPart ){ // Same Url if (jQuery('#' + linkAnchorPart).length) { if ( linkAnchorPart != '' ){ var target_offset = jQuery('#' + linkAnchorPart).offset(); var top = target_offset.top; var header_fixed = "notfixed"; if ( header_fixed == 'fixed' ) { var header_height_scroll = 80; var header_height = 78; var scroll_distance = 300; if ( target_offset.top < scroll_distance ) { if ( target_offset.top < header_height ) { top = 0; } else { top = top - header_height; } } else { top = top - header_height_scroll; } } window.scrollTo({top: top, behavior: "smooth"}); //document.getElementById(linkAnchorPart).scrollIntoView({ behavior: "smooth" }); } } else { window.location.href = getLink; } } else { window.location.href = getLink; } }); }); // check if menu-wrap__inner exists (function () { const menuWrapInner = document.getElementsByClassName("menu-wrap__inner")[0]; if (menuWrapInner && menuWrapInner.children.length > 0) { menuWrapInner.children[0].onscroll = function () { if (this.scrollTop >= 80) { jQuery('body').addClass('menu-wrap-scroll'); } else { jQuery('body').removeClass('menu-wrap-scroll'); } } } })(); jQuery(document).ready(function($){ var isOpen = false; var bodyEl = document.body; $(document).on('click', '#open-button', function(ev){ toggleMenu(ev); }); $(document).on('click', '#close-button', function(ev){ toggleMenu(ev); }) // close the menu element if the target it´s not the menu element or one of its descendants.. $(document).on( 'click', '#et-main-area', function(ev) { var target = $(ev.target); if( isOpen && target !== $('#open-button') ) { toggleMenu(ev); } } ); function toggleMenu(event) { event.stopPropagation(); event.preventDefault(); if( isOpen ) { $(bodyEl).removeClass( 'show-menu' ); $('#open-button').removeClass( 'is-active' ); $( '#dm_nav' ).removeClass( 'active' ); $('#dm-menu').find('.menu-item-has-children').each(function() { $(this).removeClass('visible'); }); setTimeout(function (){ $('#dm_nav').addClass( 'menuclosed' ); }, 800); }else { $(bodyEl).addClass( 'show-menu' ); $('#open-button').addClass( 'is-active' ); $( '#dm_nav' ).addClass( 'active' ); $( '#dm_nav' ).removeClass( 'menuclosed' ); } isOpen = !isOpen; } }); jQuery(document).ready(function( $ ) { $("body").addClass("dm-ch-logo-pos-left"); $("body").addClass("dm-ch-cart-icon-pos-none"); $("body").addClass("dm-ch-search-icon-pos-right"); $("body").addClass("dm-ch-account-icon-pos-none"); $("body").addClass("dm-search-icon-header"); $("#dm-header #et_top_search_mob #et_search_icon").on('touchstart click', function(event) { $("#dm-header #et_top_search_mob").addClass("active"); setTimeout( function() { $("body").addClass("search-active"); }, 500); }); $(document).on('touchstart click', ".search-active #et_top_search_mob #et_search_icon" , function(event){ console.log("added"); $( ".et-search-form" ).submit(); }); $("#dm-header #et_top_search_mob .close").on('touchstart click', function(event) { $("#dm-header #et_top_search_mob").removeClass("active"); $("body").removeClass("search-active"); }); $("body").addClass("dm-not-fixed-scroll"); }); jQuery(document).ready(function($){ $("body").addClass("bc-expand-circle"); var overlayNav = $('.cd-overlay-nav'), overlayContent = $('.cd-overlay-content'), navigation = $('#dm_nav .menu-wrap__inner'), toggleNav = $('#open-button'), burger_bg = $('.menu-wrap'); // Initialize navigation and content layers layerInit(); // Commented this out as when resizing, the animation to open the menu woudld be delayed sometimes even up to 5s - SUP-7777 // $(window).on('resize', function(){ // window.requestAnimationFrame(layerInit); // }); // Open/close the menu and cover layers toggleNav.on('click', function(event) { if (!burger_bg.hasClass('close-nav')) { // It means navigation is not visible yet - open it and animate navigation layer burger_bg.addClass('close-nav'); overlayNav.children('span').velocity({ translateZ: 0, scaleX: 1, scaleY: 1, }, 500, 'easeInCubic', function(){ navigation.addClass('fade-in'); }); } else { // Navigation is open - close it and remove navigation layer burger_bg.removeClass('close-nav'); overlayContent.children('span').velocity({ translateZ: 0, scaleX: 1, scaleY: 1, }, 0, 'easeInCubic', function(){ navigation.removeClass('fade-in'); overlayNav.children('span').velocity({ translateZ: 0, scaleX: 0, scaleY: 0, }, 500); overlayContent.addClass('is-hidden').one('webkitTransitionEnd otransitionend oTransitionEnd msTransitionEnd transitionend', function(){ overlayContent.children('span').velocity({ translateZ: 0, scaleX: 0, scaleY: 0, }, 500, function(){overlayContent.removeClass('is-hidden')}); }); if ($('html').hasClass('no-csstransitions')) { overlayContent.children('span').velocity({ translateZ: 0, scaleX: 0, scaleY: 0, }, 500, function(){overlayContent.removeClass('is-hidden')}); } }); } }); function layerInit(){ var diameterValue = (Math.sqrt( Math.pow($(window).height(), 2) + Math.pow($(window).width(), 2))*2); overlayNav.children('span').velocity({ scaleX: 0, scaleY: 0, translateZ: 0, }, 50).velocity({ height : diameterValue+'px', width : diameterValue+'px', top : -(diameterValue/2)+'px', left : -(diameterValue/2)+'px', }, 0); overlayContent.children('span').velocity({ scaleX: 0, scaleY: 0, translateZ: 0, }, 50).velocity({ height : diameterValue+'px', width : diameterValue+'px', top : -(diameterValue/2)+'px', left : -(diameterValue/2)+'px', }, 0); } }); jQuery(document).ready(function( $ ) { $("body").addClass("collapse-submenu"); function dm_setup_collapsible_submenus() { var $menu = $('#dm_nav'), top_level_link = '.menu-wrap__inner .menu-item-has-children > a'; $menu.find('a').each(function() { $(this).closest('.menu-item-has-children a').append('<span class="clickthrough"></span>'); var click_through = $(".clickthrough"); if ( $(this).closest('.menu-item').length > 0 && !$(this).siblings('.sub-menu').length ) { $(this).off('touchstart click').on('touchstart click', function(event) { // $("#dm-menu.nav li").removeClass('visible'); $(this).parents('.mobile_nav').trigger('click'); }); } else { } }); } setTimeout(function() { dm_setup_collapsible_submenus(); }, 1200); var click_through = '.clickthrough'; if ($(window).width() < 1100) { var touchmoved; $('.menu-item-has-children').on('touchend click', click_through, function(e) { if(touchmoved != true){ e.preventDefault(); e.stopPropagation(); $(this).closest('.menu-item').siblings().removeClass('visible'); $(this).closest('.menu-item').toggleClass('visible'); setTimeout(function() { jQuery('.menu-item').removeClass('et-hover'); jQuery('.menu-item').removeClass('et-touch-hover'); }, 800); } }).on('touchmove', click_through, function(e) { touchmoved = true; }).on('touchstart', click_through, function(e) { touchmoved = false; }); } else { $('body').on('touchstart click', click_through, function(e) { e.preventDefault(); e.stopPropagation(); $(this).closest('.menu-item').siblings().removeClass('visible'); $(this).closest('.menu-item').toggleClass('visible'); setTimeout(function() { jQuery('.menu-item').removeClass('et-hover'); jQuery('.menu-item').removeClass('et-touch-hover'); }, 800); }); } $("#dm_nav .menu-item").on("touchstart", 'a',function(e) { touchmoved = false; //var addressValue = $(this).attr("href"); //window.location.href = addressValue; }).on("touchmove", 'a', function(e){ touchmoved = true; }).on("touchend click", 'a', function(e){ if ( touchmoved != true ){ e.preventDefault(); e.stopPropagation(); var addressValue = $(this).attr("href"); var addresstarget = $(this).attr('target'); if (addresstarget == "_blank") { window.open(addressValue, '_blank'); } else { window.location.href = addressValue; } } }); }); /* <![CDATA[ */ jQuery(".divi-mobile-stop-stacking").closest(".et_pb_row").addClass("divi-mobile-stop-stacking-row"); /* ]]> */ /* <![CDATA[ */ var monarchSettings = {"ajaxurl":"https:\/\/www.plattrushton.co.uk\/wp-admin\/admin-ajax.php","pageurl":"https:\/\/www.plattrushton.co.uk\/","stats_nonce":"f9909a8290","share_counts":"df617911c6","follow_counts":"a03d180f48","total_counts":"da9314085d","media_single":"b7bcd6d21f","media_total":"a1360b4205","generate_all_window_nonce":"003f1480c1","no_img_message":"No images available for sharing on this page"}; /* ]]> */ /* <![CDATA[ */ "use strict";var _createClass=function(){function defineProperties(target,props){for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||!1,descriptor.configurable=!0,"value"in descriptor&&(descriptor.writable=!0),Object.defineProperty(target,descriptor.key,descriptor)}}return function(Constructor,protoProps,staticProps){return protoProps&&defineProperties(Constructor.prototype,protoProps),staticProps&&defineProperties(Constructor,staticProps),Constructor}}();function _classCallCheck(instance,Constructor){if(!(instance instanceof Constructor))throw new TypeError("Cannot call a class as a function")}var RocketBrowserCompatibilityChecker=function(){function RocketBrowserCompatibilityChecker(options){_classCallCheck(this,RocketBrowserCompatibilityChecker),this.passiveSupported=!1,this._checkPassiveOption(this),this.options=!!this.passiveSupported&&options}return _createClass(RocketBrowserCompatibilityChecker,[{key:"_checkPassiveOption",value:function(self){try{var options={get passive(){return!(self.passiveSupported=!0)}};window.addEventListener("test",null,options),window.removeEventListener("test",null,options)}catch(err){self.passiveSupported=!1}}},{key:"initRequestIdleCallback",value:function(){!1 in window&&(window.requestIdleCallback=function(cb){var start=Date.now();return setTimeout(function(){cb({didTimeout:!1,timeRemaining:function(){return Math.max(0,50-(Date.now()-start))}})},1)}),!1 in window&&(window.cancelIdleCallback=function(id){return clearTimeout(id)})}},{key:"isDataSaverModeOn",value:function(){return"connection"in navigator&&!0===navigator.connection.saveData}},{key:"supportsLinkPrefetch",value:function(){var elem=document.createElement("link");return elem.relList&&elem.relList.supports&&elem.relList.supports("prefetch")&&window.IntersectionObserver&&"isIntersecting"in IntersectionObserverEntry.prototype}},{key:"isSlowConnection",value:function(){return"connection"in navigator&&"effectiveType"in navigator.connection&&("2g"===navigator.connection.effectiveType||"slow-2g"===navigator.connection.effectiveType)}}]),RocketBrowserCompatibilityChecker}(); /* ]]> */ /* <![CDATA[ */ var RocketPreloadLinksConfig = {"excludeUris":"\/(?:.+\/)?feed(?:\/(?:.+\/?)?)?$|\/(?:.+\/)?embed\/|\/(index.php\/)?(.*)wp-json(\/.*|$)|\/refer\/|\/go\/|\/recommend\/|\/recommends\/","usesTrailingSlash":"1","imageExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php","fileExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php|html|htm","siteUrl":"https:\/\/www.plattrushton.co.uk","onHoverDelay":"100","rateThrottle":"3"}; /* ]]> */ /* <![CDATA[ */ (function() { "use strict";var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e=function(){function i(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,t,n){return t&&i(e.prototype,t),n&&i(e,n),e}}();function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var t=function(){function n(e,t){i(this,n),this.browser=e,this.config=t,this.options=this.browser.options,this.prefetched=new Set,this.eventTime=null,this.threshold=1111,this.numOnHover=0}return e(n,[{key:"init",value:function(){!this.browser.supportsLinkPrefetch()||this.browser.isDataSaverModeOn()||this.browser.isSlowConnection()||(this.regex={excludeUris:RegExp(this.config.excludeUris,"i"),images:RegExp(".("+this.config.imageExt+")$","i"),fileExt:RegExp(".("+this.config.fileExt+")$","i")},this._initListeners(this))}},{key:"_initListeners",value:function(e){-1<this.config.onHoverDelay&&document.addEventListener("mouseover",e.listener.bind(e),e.listenerOptions),document.addEventListener("mousedown",e.listener.bind(e),e.listenerOptions),document.addEventListener("touchstart",e.listener.bind(e),e.listenerOptions)}},{key:"listener",value:function(e){var t=e.target.closest("a"),n=this._prepareUrl(t);if(null!==n)switch(e.type){case"mousedown":case"touchstart":this._addPrefetchLink(n);break;case"mouseover":this._earlyPrefetch(t,n,"mouseout")}}},{key:"_earlyPrefetch",value:function(t,e,n){var i=this,r=setTimeout(function(){if(r=null,0===i.numOnHover)setTimeout(function(){return i.numOnHover=0},1e3);else if(i.numOnHover>i.config.rateThrottle)return;i.numOnHover++,i._addPrefetchLink(e)},this.config.onHoverDelay);t.addEventListener(n,function e(){t.removeEventListener(n,e,{passive:!0}),null!==r&&(clearTimeout(r),r=null)},{passive:!0})}},{key:"_addPrefetchLink",value:function(i){return this.prefetched.add(i.href),new Promise(function(e,t){var n=document.createElement("link");n.rel="prefetch",n.href=i.href,n.onload=e,n.onerror=t,document.head.appendChild(n)}).catch(function(){})}},{key:"_prepareUrl",value:function(e){if(null===e||"object"!==(void 0===e?"undefined":r(e))||!1 in e||-1===["http:","https:"].indexOf(e.protocol))return null;var t=e.href.substring(0,this.config.siteUrl.length),n=this._getPathname(e.href,t),i={original:e.href,protocol:e.protocol,origin:t,pathname:n,href:t+n};return this._isLinkOk(i)?i:null}},{key:"_getPathname",value:function(e,t){var n=t?e.substring(this.config.siteUrl.length):e;return n.startsWith("/")||(n="/"+n),this._shouldAddTrailingSlash(n)?n+"/":n}},{key:"_shouldAddTrailingSlash",value:function(e){return this.config.usesTrailingSlash&&!e.endsWith("/")&&!this.regex.fileExt.test(e)}},{key:"_isLinkOk",value:function(e){return null!==e&&"object"===(void 0===e?"undefined":r(e))&&(!this.prefetched.has(e.href)&&e.origin===this.config.siteUrl&&-1===e.href.indexOf("?")&&-1===e.href.indexOf("#")&&!this.regex.excludeUris.test(e.href)&&!this.regex.images.test(e.href))}}],[{key:"run",value:function(){"undefined"!=typeof RocketPreloadLinksConfig&&new n(new RocketBrowserCompatibilityChecker({capture:!0,passive:!0}),RocketPreloadLinksConfig).init()}}]),n}();t.run(); }()); /* ]]> */ /* <![CDATA[ */ var DIVI = {"item_count":"%d Item","items_count":"%d Items"}; var et_builder_utils_params = {"condition":{"diviTheme":true,"extraTheme":false},"scrollLocations":["app","top"],"builderScrollLocations":{"desktop":"app","tablet":"app","phone":"app"},"onloadScrollLocation":"app","builderType":"fe"}; var et_frontend_scripts = {"builderCssContainerPrefix":"#et-boc","builderCssLayoutPrefix":"#et-boc .et-l"}; var et_pb_custom = {"ajaxurl":"https:\/\/www.plattrushton.co.uk\/wp-admin\/admin-ajax.php","images_uri":"https:\/\/www.plattrushton.co.uk\/wp-content\/themes\/Divi\/images","builder_images_uri":"https:\/\/www.plattrushton.co.uk\/wp-content\/themes\/Divi\/includes\/builder\/images","et_frontend_nonce":"a3fec9d627","subscription_failed":"Please, check the fields below to make sure you entered the correct information.","et_ab_log_nonce":"4d98685349","fill_message":"Please, fill in the following fields:","contact_error_message":"Please, fix the following errors:","invalid":"Invalid email","captcha":"Captcha","prev":"Prev","previous":"Previous","next":"Next","wrong_captcha":"You entered the wrong number in captcha.","wrong_checkbox":"Checkbox","ignore_waypoints":"no","is_divi_theme_used":"1","widget_search_selector":".widget_search","ab_tests":[],"is_ab_testing_active":"","page_id":"409","unique_test_id":"","ab_bounce_rate":"5","is_cache_plugin_active":"yes","is_shortcode_tracking":"","tinymce_uri":"https:\/\/www.plattrushton.co.uk\/wp-content\/themes\/Divi\/includes\/builder\/frontend-builder\/assets\/vendors","accent_color":"#1e73be","waypoints_options":[]}; var et_pb_box_shadow_elements = []; /* ]]> */ /* <![CDATA[ */ var mejsL10n = {"language":"en","strings":{"mejs.download-file":"Download File","mejs.install-flash":"You are using a browser that does not have Flash player enabled or installed. Please turn on your Flash player plugin or download the latest version from https:\/\/get.adobe.com\/flashplayer\/","mejs.fullscreen":"Fullscreen","mejs.play":"Play","mejs.pause":"Pause","mejs.time-slider":"Time Slider","mejs.time-help-text":"Use Left\/Right Arrow keys to advance one second, Up\/Down arrows to advance ten seconds.","mejs.live-broadcast":"Live Broadcast","mejs.volume-help-text":"Use Up\/Down Arrow keys to increase or decrease volume.","mejs.unmute":"Unmute","mejs.mute":"Mute","mejs.volume-slider":"Volume Slider","mejs.video-player":"Video Player","mejs.audio-player":"Audio Player","mejs.captions-subtitles":"Captions\/Subtitles","mejs.captions-chapters":"Chapters","mejs.none":"None","mejs.afrikaans":"Afrikaans","mejs.albanian":"Albanian","mejs.arabic":"Arabic","mejs.belarusian":"Belarusian","mejs.bulgarian":"Bulgarian","mejs.catalan":"Catalan","mejs.chinese":"Chinese","mejs.chinese-simplified":"Chinese (Simplified)","mejs.chinese-traditional":"Chinese (Traditional)","mejs.croatian":"Croatian","mejs.czech":"Czech","mejs.danish":"Danish","mejs.dutch":"Dutch","mejs.english":"English","mejs.estonian":"Estonian","mejs.filipino":"Filipino","mejs.finnish":"Finnish","mejs.french":"French","mejs.galician":"Galician","mejs.german":"German","mejs.greek":"Greek","mejs.haitian-creole":"Haitian Creole","mejs.hebrew":"Hebrew","mejs.hindi":"Hindi","mejs.hungarian":"Hungarian","mejs.icelandic":"Icelandic","mejs.indonesian":"Indonesian","mejs.irish":"Irish","mejs.italian":"Italian","mejs.japanese":"Japanese","mejs.korean":"Korean","mejs.latvian":"Latvian","mejs.lithuanian":"Lithuanian","mejs.macedonian":"Macedonian","mejs.malay":"Malay","mejs.maltese":"Maltese","mejs.norwegian":"Norwegian","mejs.persian":"Persian","mejs.polish":"Polish","mejs.portuguese":"Portuguese","mejs.romanian":"Romanian","mejs.russian":"Russian","mejs.serbian":"Serbian","mejs.slovak":"Slovak","mejs.slovenian":"Slovenian","mejs.spanish":"Spanish","mejs.swahili":"Swahili","mejs.swedish":"Swedish","mejs.tagalog":"Tagalog","mejs.thai":"Thai","mejs.turkish":"Turkish","mejs.ukrainian":"Ukrainian","mejs.vietnamese":"Vietnamese","mejs.welsh":"Welsh","mejs.yiddish":"Yiddish"}}; /* ]]> */ /* <![CDATA[ */ var _wpmejsSettings = {"pluginPath":"\/wp-includes\/js\/mediaelement\/","classPrefix":"mejs-","stretching":"responsive","audioShortcodeLibrary":"mediaelement","videoShortcodeLibrary":"mediaelement"}; /* ]]> */ /* <![CDATA[ */ var et_pb_motion_elements = {"desktop":[],"tablet":[],"phone":[]}; /* ]]> */ /* <![CDATA[ */ var et_pb_sticky_elements = []; /* ]]> */ div.et_pb_section.et_pb_section_0{background-position:center top;background-image:linear-gradient(80deg,rgba(255,255,255,0.57) 0%,rgba(255,255,255,0.32) 100%),url(https://www.plattrushton.co.uk/wp-content/uploads/2023/04/home-page-banner-1.jpg)!important}.et_pb_section_0.et_pb_section{padding-top:144px;padding-bottom:170px}.et_pb_section_0{z-index:1;position:relative}.et_pb_row_0.et_pb_row,.et_pb_row_3.et_pb_row,.et_pb_row_6.et_pb_row,.et_pb_row_11.et_pb_row{padding-top:0px!important;padding-bottom:0px!important;padding-top:0px;padding-bottom:0px}.et_pb_text_0 h1{font-weight:800;font-size:60px;letter-spacing:-3px}.et_pb_text_1{line-height:1.4em;font-size:23px;letter-spacing:-1px;line-height:1.4em;margin-bottom:40px!important}.et_pb_button_0_wrapper .et_pb_button_0,.et_pb_button_0_wrapper .et_pb_button_0:hover,.et_pb_button_1_wrapper .et_pb_button_1,.et_pb_button_1_wrapper .et_pb_button_1:hover,.et_pb_button_2_wrapper .et_pb_button_2,.et_pb_button_2_wrapper .et_pb_button_2:hover,.et_pb_button_3_wrapper .et_pb_button_3,.et_pb_button_3_wrapper .et_pb_button_3:hover,.et_pb_button_4_wrapper .et_pb_button_4,.et_pb_button_4_wrapper .et_pb_button_4:hover{padding-top:14px!important;padding-right:45px!important;padding-bottom:14px!important;padding-left:45px!important}body #page-container .et_pb_section .et_pb_button_0,body #page-container .et_pb_section .et_pb_button_1,body #page-container .et_pb_section .et_pb_button_2,body #page-container .et_pb_section .et_pb_button_3,body #page-container .et_pb_section .et_pb_button_4,body #page-container .et_pb_section .et_pb_button_5,body #page-container .et_pb_section .et_pb_button_6{color:#172502!important;border-width:0px!important;border-radius:25px;font-size:17px;font-weight:700!important;background-color:#ffbe66}body #page-container .et_pb_section .et_pb_button_0:after,body #page-container .et_pb_section .et_pb_button_1:after,body #page-container .et_pb_section .et_pb_button_2:after,body #page-container .et_pb_section .et_pb_button_3:after,body #page-container .et_pb_section .et_pb_button_4:after,body #page-container .et_pb_section .et_pb_button_5:after,body #page-container .et_pb_section .et_pb_button_6:after{font-size:1.6em}body.et_button_custom_icon #page-container .et_pb_button_0:after,body.et_button_custom_icon #page-container .et_pb_button_1:after,body.et_button_custom_icon #page-container .et_pb_button_2:after,body.et_button_custom_icon #page-container .et_pb_button_3:after,body.et_button_custom_icon #page-container .et_pb_button_4:after,body.et_button_custom_icon #page-container .et_pb_button_5:after,body.et_button_custom_icon #page-container .et_pb_button_6:after{font-size:17px}body #page-container .et_pb_section .et_pb_button_0:hover,body #page-container .et_pb_section .et_pb_button_1:hover,body #page-container .et_pb_section .et_pb_button_2:hover,body #page-container .et_pb_section .et_pb_button_3:hover,body #page-container .et_pb_section .et_pb_button_4:hover,body #page-container .et_pb_section .et_pb_button_5:hover,body #page-container .et_pb_section .et_pb_button_6:hover{background-image:initial;background-color:#ffcb85}.et_pb_button_0_wrapper a:hover,.et_pb_button_1_wrapper a:hover,.et_pb_button_2_wrapper a:hover,.et_pb_button_3_wrapper a:hover,.et_pb_button_4_wrapper a:hover,.et_pb_button_5_wrapper a:hover,.et_pb_button_6_wrapper a:hover{transform:translateX(0px) translateY(-10px)!important}.et_pb_button_0_wrapper,.et_pb_button_0,.et_pb_button_1_wrapper,.et_pb_button_1,.et_pb_button_2_wrapper,.et_pb_button_2,.et_pb_button_3_wrapper,.et_pb_button_3,.et_pb_button_4_wrapper,.et_pb_button_4,.et_pb_button_5_wrapper,.et_pb_button_5,.et_pb_button_6_wrapper,.et_pb_button_6{transition:transform 300ms ease 0ms,background-color 300ms ease 0ms}.et_pb_button_0,.et_pb_button_0:after,.et_pb_button_1,.et_pb_button_1:after,.et_pb_button_2,.et_pb_button_2:after,.et_pb_button_3,.et_pb_button_3:after,.et_pb_button_4,.et_pb_button_4:after,.et_pb_button_5,.et_pb_button_5:after,.et_pb_button_6,.et_pb_button_6:after{transition:all 300ms ease 0ms}.et_pb_section_1.et_pb_section{padding-top:0px;padding-bottom:12px}.et_pb_row_1{background-color:#FFFFFF;border-radius:25px 25px 25px 25px;overflow:hidden;box-shadow:0px 2px 18px 0px rgba(0,0,0,0.08);z-index:2!important;position:relative}.et_pb_row_1.et_pb_row{padding-right:34px!important;padding-left:34px!important;margin-top:-60px!important;padding-right:34px;padding-left:34px}.et_pb_text_2 h1{font-weight:800}.et_pb_text_2 h3{font-weight:800;font-size:23px;letter-spacing:-1px;line-height:1.2em}.et_pb_text_2{min-height:53.6px;margin-bottom:-7px!important}.et_pb_blurb_0.et_pb_blurb p{line-height:1.8em}.et_pb_blurb_0.et_pb_blurb .et_pb_blurb_description{text-align:left}.et_pb_blurb_0.et_pb_blurb{font-weight:700;color:#FFFFFF!important;letter-spacing:-1px;line-height:1.8em;background-color:#567922;border-radius:25px 25px 25px 25px;overflow:hidden;padding-top:10px!important;padding-right:15px!important;padding-bottom:10px!important;padding-left:15px!important;margin-top:0px!important;width:210px}.et_pb_blurb_0{box-shadow:6px 6px 18px 0px rgba(0,0,0,0.13);transition:transform 300ms ease 0ms}.et_pb_blurb_0:hover{transform:translateX(0px) translateY(-5px)!important}.et_pb_blurb_0 .et_pb_main_blurb_image .et_pb_only_image_mode_wrap,.et_pb_blurb_0 .et_pb_main_blurb_image .et-pb-icon{padding-top:0px!important;margin-right:0px!important;margin-left:0px!important;background-color:RGBA(255,255,255,0)}.et_pb_blurb_0 .et-pb-icon{font-size:37px;color:#FFFFFF;font-family:ETmodules!important;font-weight:400!important}.et_pb_blurb_0 .et_pb_blurb_content{max-width:184px}.et_pb_section_2.et_pb_section{padding-top:80px;padding-bottom:90px}.et_pb_row_2.et_pb_row{padding-top:0px!important;padding-top:0px}.et_pb_divider_0{padding-top:20px}.et_pb_divider_0:before{border-top-color:#b9dd84;border-top-width:3px;width:auto;top:20px;right:0px;left:0px}.et_pb_text_3 h2,.et_pb_text_5 h2,.et_pb_text_15 h2,.et_pb_text_19 h2,.et_pb_text_21 h2{font-weight:800;font-size:45px;letter-spacing:-2px}.et_pb_image_0{margin-top:-20px!important;margin-bottom:0px!important;margin-left:-22px!important;text-align:left;margin-left:0}.et_pb_text_4,.et_pb_text_6,.et_pb_text_16,.et_pb_text_20{letter-spacing:-1px;margin-bottom:40px!important}body.safari .et_pb_text_4,body.iphone .et_pb_text_4,body.uiwebview .et_pb_text_4,body.safari .et_pb_text_5,body.iphone .et_pb_text_5,body.uiwebview .et_pb_text_5,body.safari .et_pb_text_6,body.iphone .et_pb_text_6,body.uiwebview .et_pb_text_6,body.safari .et_pb_text_7,body.iphone .et_pb_text_7,body.uiwebview .et_pb_text_7,body.safari .et_pb_text_16,body.iphone .et_pb_text_16,body.uiwebview .et_pb_text_16,body.safari .et_pb_text_17,body.iphone .et_pb_text_17,body.uiwebview .et_pb_text_17,body.safari .et_pb_text_18,body.iphone .et_pb_text_18,body.uiwebview .et_pb_text_18,body.safari .et_pb_text_19,body.iphone .et_pb_text_19,body.uiwebview .et_pb_text_19,body.safari .et_pb_text_20,body.iphone .et_pb_text_20,body.uiwebview .et_pb_text_20,body.safari .et_pb_text_21,body.iphone .et_pb_text_21,body.uiwebview .et_pb_text_21,body.safari .et_pb_text_22,body.iphone .et_pb_text_22,body.uiwebview .et_pb_text_22,body.safari .et_pb_text_23,body.iphone .et_pb_text_23,body.uiwebview .et_pb_text_23{font-variant-ligatures:no-common-ligatures}div.et_pb_section.et_pb_section_3{background-position:left bottom 0px;background-image:url(https://www.plattrushton.co.uk/wp-content/uploads/2023/03/service-bg-new.png)!important}.et_pb_section_3.et_pb_section{padding-top:0px;padding-bottom:80px;background-color:#FFFFFF!important}.et_pb_text_7 h5,.et_pb_text_9 h5,.et_pb_text_11 h5,.et_pb_text_13 h5{font-weight:800;font-size:20px;color:#FFFFFF!important}.et_pb_text_7,.et_pb_text_9,.et_pb_text_13{background-color:#567922;border-radius:0 0 0 0;overflow:hidden;padding-top:15px!important;padding-right:15px!important;padding-bottom:5px!important;padding-left:15px!important}.et_pb_text_8,.et_pb_text_10,.et_pb_text_12,.et_pb_text_14{line-height:1.5em;font-size:17px;letter-spacing:-1px;line-height:1.5em;padding-top:0px!important;padding-right:15px!important;padding-bottom:20px!important;padding-left:15px!important;margin-bottom:0px!important}.et_pb_row_inner_1.et_pb_row_inner{padding-top:0px!important;padding-bottom:0px!important}.et_pb_column .et_pb_row_inner_1{padding-top:0px;padding-bottom:0px}.et_pb_text_11{background-color:#567922;border-radius:0 0 0 0;overflow:hidden;padding-top:15px!important;padding-right:15px!important;padding-bottom:5px!important;padding-left:15px!important;transition:transform 300ms ease 0ms}.et_pb_section_4.et_pb_section{padding-top:100px;padding-bottom:126px;background-color:#eaeaea!important}.et_pb_section_4.section_has_divider.et_pb_bottom_divider .et_pb_bottom_inside_divider{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmY2ZjZmMiPjxwYXRoIGQ9Ik0wIDB2NjBzNTczLjA5IDgwIDEyODAgODBWMHoiIGZpbGwtb3BhY2l0eT0iLjMiLz48cGF0aCBkPSJNMCAwdjMwczU3My4wOSAxMTAgMTI4MCAxMTBWMHoiIGZpbGwtb3BhY2l0eT0iLjUiLz48cGF0aCBkPSJNMCAwczU3My4wOSAxNDAgMTI4MCAxNDBWMHoiLz48L2c+PC9zdmc+);background-size:100% 100px;bottom:0;height:100px;z-index:1;transform:scale(1,-1)}.et_pb_section_4.section_has_divider.et_pb_top_divider .et_pb_top_inside_divider{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNGRkZGRkYiPjxwYXRoIGQ9Ik0wIDE0MGgxMjgwQzU3My4wOCAxNDAgMCAwIDAgMHoiIGZpbGwtb3BhY2l0eT0iLjMiLz48cGF0aCBkPSJNMCAxNDBoMTI4MEM1NzMuMDggMTQwIDAgMzAgMCAzMHoiIGZpbGwtb3BhY2l0eT0iLjUiLz48cGF0aCBkPSJNMCAxNDBoMTI4MEM1NzMuMDggMTQwIDAgNjAgMCA2MHoiLz48L2c+PC9zdmc+);background-size:100% 100px;top:0;height:100px;z-index:1;transform:scale(1,-1)}.et_pb_row_4.et_pb_row,.et_pb_row_9.et_pb_row{padding-bottom:0px!important;padding-bottom:0px}.et_pb_image_1{text-align:left;margin-left:0}.et_pb_row_5.et_pb_row{padding-top:71px!important;padding-bottom:0px!important;padding-top:71px;padding-bottom:0px}.et_pb_text_17 h2,.et_pb_text_23 h2{font-weight:800;font-size:45px;color:#FFFFFF!important;letter-spacing:-2px}.et_pb_text_17 h3{font-weight:800;font-size:33px;letter-spacing:-1px;line-height:1.1em}.et_pb_text_18.et_pb_text{color:#567922!important}.et_pb_text_18{font-weight:800;font-size:20px}.et_pb_image_2{margin-top:-12px!important;margin-left:-17px!important;width:120%;text-align:left;margin-left:0}.et_pb_section_5.et_pb_section{padding-top:60px;padding-bottom:80px;background-color:#fcfcfc!important}.et_pb_image_3{width:75%;text-align:left;margin-left:0}.et_pb_section_6.et_pb_section{padding-top:80px;padding-bottom:80px}.et_pb_row_7.et_pb_row{padding-top:0px!important;padding-bottom:6px!important;padding-top:0px;padding-bottom:6px}.et_pb_row_8.et_pb_row{padding-top:0px!important;padding-bottom:6px!important;margin-top:29px!important;margin-right:auto!important;margin-left:auto!important;padding-top:0px;padding-bottom:6px}.et_pb_text_22{letter-spacing:-1px;margin-bottom:13px!important}.et_pb_button_5_wrapper .et_pb_button_5,.et_pb_button_5_wrapper .et_pb_button_5:hover{padding-top:14px!important;padding-right:28px!important;padding-bottom:14px!important;padding-left:28px!important}.et_pb_blog_0 .et_pb_post .entry-title a,.et_pb_blog_0 .not-found-title{font-weight:800!important}.et_pb_blog_0 .et_pb_post .entry-title,.et_pb_blog_0 .not-found-title{font-size:23px!important}.et_pb_blog_0 .et_pb_post .post-content,.et_pb_blog_0.et_pb_bg_layout_light .et_pb_post .post-content p,.et_pb_blog_0.et_pb_bg_layout_dark .et_pb_post .post-content p{font-size:17px;letter-spacing:-1px}.et_pb_blog_0 .et_pb_post .post-meta,.et_pb_blog_0 .et_pb_post .post-meta a,#left-area .et_pb_blog_0 .et_pb_post .post-meta,#left-area .et_pb_blog_0 .et_pb_post .post-meta a{font-size:17px;color:#48651d!important;letter-spacing:-1px}.et_pb_blog_0 .et_pb_post div.post-content a.more-link{font-weight:800;text-decoration:underline;color:#48651d!important}.et_pb_blog_0 .et_pb_blog_grid .et_pb_post{border-radius:25px 25px 25px 25px;overflow:hidden;border-width:0px}.et_pb_blog_0 article.et_pb_post{box-shadow:6px 6px 18px 0px rgba(0,0,0,0.06)}.et_pb_section_7.et_pb_section,.et_pb_section_8.et_pb_section{padding-top:0px}.et_pb_row_10{background-image:url(https://www.plattrushton.co.uk/wp-content/uploads/2023/03/cta-background.png);border-radius:25px 25px 25px 25px;overflow:hidden}.et_pb_row_10.et_pb_row{padding-top:50px!important;padding-right:50px!important;padding-bottom:50px!important;padding-left:50px!important;padding-top:50px;padding-right:50px;padding-bottom:50px;padding-left:50px}.et_pb_button_6_wrapper .et_pb_button_6,.et_pb_button_6_wrapper .et_pb_button_6:hover{padding-top:14px!important;padding-right:32px!important;padding-bottom:14px!important;padding-left:32px!important}.et_pb_section_9.et_pb_section{padding-top:10px;padding-bottom:35px}.et_pb_image_4{margin-top:-38px!important;text-align:right;margin-right:0}.et_pb_column_inner_0,.et_pb_column_inner_1,.et_pb_column_inner_2,.et_pb_column_inner_3{background-color:#FFFFFF;border-radius:25px 25px 25px 25px;overflow:hidden;box-shadow:6px 6px 18px 0px rgba(0,0,0,0.13);transition:transform 300ms ease 0ms}.et_pb_column_inner_0:hover,.et_pb_column_inner_1:hover,.et_pb_column_inner_2:hover,.et_pb_column_inner_3:hover{transform:scaleX(1.05) scaleY(1.05) translateX(0px) translateY(-5px)!important}@media only screen and (min-width:981px){.et_pb_image_0{width:120%}.et_pb_image_4{width:125px}}@media only screen and (max-width:980px){div.et_pb_section.et_pb_section_0{background-image:linear-gradient(80deg,rgba(255,255,255,0.57) 0%,rgba(255,255,255,0.32) 100%),url(https://www.plattrushton.co.uk/wp-content/uploads/2023/05/home-hero-tablet.jpg)!important}.et_pb_text_0 h1{font-size:55px}body #page-container .et_pb_section .et_pb_button_0:after,body #page-container .et_pb_section .et_pb_button_1:after,body #page-container .et_pb_section .et_pb_button_2:after,body #page-container .et_pb_section .et_pb_button_3:after,body #page-container .et_pb_section .et_pb_button_4:after,body #page-container .et_pb_section .et_pb_button_5:after,body #page-container .et_pb_section .et_pb_button_6:after{display:inline-block;opacity:0}body #page-container .et_pb_section .et_pb_button_0:hover:after,body #page-container .et_pb_section .et_pb_button_1:hover:after,body #page-container .et_pb_section .et_pb_button_2:hover:after,body #page-container .et_pb_section .et_pb_button_3:hover:after,body #page-container .et_pb_section .et_pb_button_4:hover:after,body #page-container .et_pb_section .et_pb_button_5:hover:after,body #page-container .et_pb_section .et_pb_button_6:hover:after{opacity:1}.et_pb_section_2.et_pb_section,.et_pb_section_5.et_pb_section,.et_pb_section_6.et_pb_section{padding-top:70px;padding-bottom:70px}.et_pb_image_0{margin-top:30px!important;margin-bottom:0px!important;margin-left:0px!important;width:63%;text-align:center;margin-left:auto;margin-right:auto}.et_pb_image_0 .et_pb_image_wrap img,.et_pb_image_1 .et_pb_image_wrap img,.et_pb_image_2 .et_pb_image_wrap img,.et_pb_image_3 .et_pb_image_wrap img,.et_pb_image_4 .et_pb_image_wrap img{width:auto}.et_pb_section_3.et_pb_section{padding-top:0px;padding-bottom:70px}.et_pb_section_4.et_pb_section{padding-top:95px;padding-bottom:177px}.et_pb_image_4{width:210px;text-align:left;margin-left:0}.et_pb_blurb_0.et_pb_blurb.et_pb_module{margin-left:auto!important;margin-right:auto!important}}@media only screen and (min-width:768px) and (max-width:980px){.et_pb_column_4{display:none!important}}@media only screen and (max-width:767px){div.et_pb_section.et_pb_section_0{background-position:left center;background-image:linear-gradient(80deg,rgba(255,255,255,0.57) 0%,rgba(255,255,255,0.32) 100%),url(https://www.plattrushton.co.uk/wp-content/uploads/2023/05/home-hero-mobile-2.jpg)!important}.et_pb_text_0 h1{font-size:50px}body #page-container .et_pb_section .et_pb_button_0:after,body #page-container .et_pb_section .et_pb_button_1:after,body #page-container .et_pb_section .et_pb_button_2:after,body #page-container .et_pb_section .et_pb_button_3:after,body #page-container .et_pb_section .et_pb_button_5:after,body #page-container .et_pb_section .et_pb_button_6:after{display:inline-block;opacity:0}body #page-container .et_pb_section .et_pb_button_0:hover:after,body #page-container .et_pb_section .et_pb_button_1:hover:after,body #page-container .et_pb_section .et_pb_button_2:hover:after,body #page-container .et_pb_section .et_pb_button_3:hover:after,body #page-container .et_pb_section .et_pb_button_4:hover:after,body #page-container .et_pb_section .et_pb_button_5:hover:after,body #page-container .et_pb_section .et_pb_button_6:hover:after{opacity:1}.et_pb_section_2.et_pb_section{padding-top:40px;padding-bottom:50px}.et_pb_column_4{display:none!important}.et_pb_text_3 h2,.et_pb_text_5 h2,.et_pb_text_15 h2,.et_pb_text_19 h2,.et_pb_text_21 h2,.et_pb_text_23 h2{font-size:40px}.et_pb_image_0{margin-top:30px!important;margin-bottom:0px!important;margin-left:0px!important}.et_pb_image_0 .et_pb_image_wrap img,.et_pb_image_1 .et_pb_image_wrap img,.et_pb_image_2 .et_pb_image_wrap img,.et_pb_image_3 .et_pb_image_wrap img,.et_pb_image_4 .et_pb_image_wrap img{width:auto}.et_pb_section_3.et_pb_section{padding-bottom:50px}.et_pb_section_4.et_pb_section{padding-top:70px;padding-bottom:150px}.et_pb_section_5.et_pb_section,.et_pb_section_6.et_pb_section{padding-top:50px;padding-bottom:50px}.et_pb_button_4_wrapper .et_pb_button_4,.et_pb_button_4_wrapper .et_pb_button_4:hover{padding-top:14px!important;padding-right:15px!important;padding-bottom:14px!important;padding-left:15px!important}body #page-container .et_pb_section .et_pb_button_4{font-size:15px!important}body #page-container .et_pb_section .et_pb_button_4:after{display:inline-block;opacity:0;font-size:1.6em}body.et_button_custom_icon #page-container .et_pb_button_4:after{font-size:15px}.et_pb_row_10.et_pb_row{padding-right:25px!important;padding-left:25px!important;padding-right:25px!important;padding-left:25px!important}.et_pb_image_4{width:211px}.et_pb_blurb_0.et_pb_blurb.et_pb_module{margin-left:auto!important;margin-right:auto!important}}window.lazyLoadOptions=[{elements_selector:"img[data-lazy-src],.rocket-lazyload,iframe[data-lazy-src]",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,callback_loaded:function(element){if(element.tagName==="IFRAME"&&element.dataset.rocketLazyload=="fitvidscompatible"){if(element.classList.contains("lazyloaded")){if(typeof window.jQuery!="undefined"){if(jQuery.fn.fitVids){jQuery(element).parent().fitVids()}}}}}},{elements_selector:".rocket-lazyload",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,}];window.addEventListener('LazyLoad::Initialized',function(e){var lazyLoadInstance=e.detail.instance;if(window.MutationObserver){var observer=new MutationObserver(function(mutations){var image_count=0;var iframe_count=0;var rocketlazy_count=0;mutations.forEach(function(mutation){for(var i=0;i<mutation.addedNodes.length;i++){if(typeof mutation.addedNodes[i].getElementsByTagName!=='function'){continue} if(typeof mutation.addedNodes[i].getElementsByClassName!=='function'){continue} images=mutation.addedNodes[i].getElementsByTagName('img');is_image=mutation.addedNodes[i].tagName=="IMG";iframes=mutation.addedNodes[i].getElementsByTagName('iframe');is_iframe=mutation.addedNodes[i].tagName=="IFRAME";rocket_lazy=mutation.addedNodes[i].getElementsByClassName('rocket-lazyload');image_count+=images.length;iframe_count+=iframes.length;rocketlazy_count+=rocket_lazy.length;if(is_image){image_count+=1} if(is_iframe){iframe_count+=1}}});if(image_count>0||iframe_count>0||rocketlazy_count>0){lazyLoadInstance.update()}});var b=document.getElementsByTagName("body")[0];var config={childList:!0,subtree:!0};observer.observe(b,config)}},!1)