<!DOCTYPE html> <html <?php language_attributes(); ?>> <head> <?php global $themify; wp_head(); ?> </head> <body <?php body_class(); ?>> <?php themify_body_start(); $search_form=themify_theme_show_area( 'search_form' )?themify_get('setting_search_form',false,true):false; ?> <?php if ( $search_form !== 'search_form' && $search_form!==false ){ get_search_form(); } ?> <div id="pagewrap" class="tf_box hfeed site"> <?php if ( $themify->header_enabled ) : ?> <?php $header_design= themify_theme_get_header_design(); $cl='tf_box'; if($header_design==='header-leftpane' || $header_design==='header-rightpane'){ $cl.=' tf_scrollbar'; } ?> <div id="headerwrap" <?php themify_theme_header_background('header',$cl) ?>> <?php themify_header_before(); // hook ?> <?php $cl=null; $show_mobile_menu = themify_theme_do_not_exclude_all( 'mobile-menu' ); $show_menu_navigation = $show_mobile_menu && themify_theme_show_area( 'menu_navigation' ); $cart_icon_show=false; $showWidgets = themify_theme_show_area( 'header_widgets' ); if ( $showWidgets ) { ob_start(); get_template_part( 'includes/header-widgets'); $header_widgets = ob_get_clean(); $showWidgets = !empty($header_widgets); $pull_down= $showWidgets===true && ($header_design==='boxed-compact' || $header_design==='header-horizontal' || $header_design==='header-top-bar' || $header_design==='header-stripe')?'<a href="#" class="pull-down tf_inline_b tf_text_dec tf_overflow"><span class="pull-down-inner tf_inline_b tf_vmiddle"></span><span class="screen-reader-text">'.__('Widgets','themify').'</span></a>':''; ?> <?php if ( $showWidgets === true && $header_design === 'header-top-widgets' ) : ?> <div class="header-widget-full tf_clearfix"> <?php echo $header_widgets; ?> <?php $header_widgets = null; ?> </div> <!-- /header-widgets --> <?php endif; // exclude header widgets ?> <?php } ?> <?php if($show_menu_navigation):?> <div class="header-icons tf_hide"> <a id="menu-icon" class="tf_inline_b tf_text_dec" href="#mobile-menu" aria-label="<?php _e('Menu','themify') ?>"><span class="menu-icon-inner tf_inline_b tf_vmiddle tf_overflow"></span><span class="screen-reader-text"><?php _e( 'Menu', 'themify' ); ?></span></a> <?php if($header_design!=='header-leftpane' && $header_design!=='header-rightpane'){ get_template_part('includes/cart-icon'); } ?> </div> <?php endif;?> <header id="header" class="tf_box pagewidth tf_clearfix" itemscope="itemscope" itemtype="https://schema.org/WPHeader"> <?php themify_header_start(); // hook ?> <div class="header-bar tf_box"> <?php if ( themify_theme_show_area( 'site_logo' ) ){ echo themify_logo_image(); } if ( themify_theme_show_area( 'site_tagline' ) ){ echo themify_site_description(); } ?> </div> <!-- /.header-bar --> <?php if ( $show_mobile_menu ) : ?> <div id="mobile-menu" class="sidemenu sidemenu-off<?php if($header_design!=='header-leftpane' && $header_design!=='header-rightpane'):?> tf_scrollbar<?php endif;?>"> <?php if($header_design==='header-overlay'):?> <div class="overlay-menu-sticky"> <div class="overlay-menu-sticky-inner"> <?php endif;?> <?php themify_mobile_menu_start(); // hook ?> <div class="navbar-wrapper tf_clearfix"> <?php if('header-classic' === $header_design): ?> <div class="navbar-wrapper-inner"> <?php endif; ?> <?php if($header_design!=='header-leftpane' && $header_design!=='header-rightpane' && $header_design!=='boxed-compact'){ get_template_part('includes/cart-icon'); } ?> <?php if ( themify_theme_show_area( 'social_widget' ) ) : ?> <div class="social-widget tf_inline_b tf_vmiddle"> <?php if ( themify_theme_show_area( 'social_widget' ) ) { dynamic_sidebar( 'social-widget' ); } ?> <?php if($header_design==='header-leftpane' || $header_design==='header-rightpane'){ get_template_part('includes/cart-icon'); } ?> </div> <!-- /.social-widget --> <?php endif; // exclude social widgeticon ?> <?php if ($search_form!==false ){ if ($search_form === 'search_form') { echo '<div id="searchform-wrap">'; get_search_form(); echo '</div>'; }else{ echo '<a data-lazy="1" class="search-button tf_search_icon tf_vmiddle tf_inline_b" href="#">'.themify_get_icon(themify_get('setting-ic-search','fas search',true),false,false,false,array('aria-label'=>__('Search','themify'))).'<span class="screen-reader-text">'.__('Search','themify').'</span></a>'; } }?> <?php if ( themify_theme_dark_mode() === 'user' ) : ?> <a class="tf_darkmode_toggle" href="#"><?php echo themify_get_icon( 'fas moon', 'fa' ); ?><span class="screen-reader-text"><?php _e( 'Dark mode', 'themify' ); ?></span></a> <?php endif; ?> <nav id="main-nav-wrap" itemscope="itemscope" itemtype="https://schema.org/SiteNavigationElement"> <?php if ( $show_menu_navigation ){ themify_menu_nav( [ 'walker' => new Themify_Mega_Menu_Walker, 'post_count' => themify_check( 'setting-mega_menu_post_count',true ), 'fallback_args' => [ 'depth' => 1 ] ] ); if( ! empty( $pull_down ) ) { Themify_Enqueue_Assets::loadThemeStyleModule('pull-down'); echo $pull_down; } } else { echo '<span id="main-nav"></span>'; if( ! empty( $pull_down ) ) { Themify_Enqueue_Assets::loadThemeStyleModule('pull-down'); echo $pull_down; } } if($header_design==='boxed-compact'){ get_template_part('includes/cart-icon'); } ?> </nav> <!-- /#main-nav-wrap --> <?php if('header-classic' === $header_design): ?> </div> <?php endif; ?> </div> <?php if ( themify_theme_show_area( 'header_widgets' ) && $header_design !== 'header-top-widgets' ) : ?> <?php get_template_part( 'includes/header-widgets'); ?> <!-- /header-widgets --> <?php endif; // exclude header widgets ?> <a id="menu-icon-close" aria-label="<?php _e('Close menu','themify'); ?>" class="tf_close tf_hide" href="#"><span class="screen-reader-text"><?php _e( 'Close Menu', 'themify' ); ?></span></a> <?php themify_mobile_menu_end(); // hook ?> <?php if($header_design==='header-overlay'):?> </div> </div> <?php endif;?> </div><!-- #mobile-menu --> <?php if ( $themify->sticky_sidebar || ( themify_theme_is_single_infinite_enabled() && is_singular( 'post' ) ) ) : ?> <div id="toggle-mobile-sidebar-button" class="tf_hide open-toggle-sticky-sidebar toggle-sticky-sidebar"> <em class="mobile-sticky-sidebar-icon "></em> </div> <?php endif;?> <!-- /#mobile-menu --> <?php endif; // do not exclude all this ?> <?php if ( themify_is_woocommerce_active() && themify_theme_show_area( 'cart_icon' ) && themify_show_slide_cart() ) : ?> <div id="slide-cart" class="sidemenu sidemenu-off tf_scrollbar"> <a href="#" id="cart-icon-close" class="tf_close"><span class="screen-reader-text"><?php _e( 'Close Cart', 'themify' ); ?></span></a> <?php themify_get_ecommerce_template( 'includes/shopdock' ); ?> </div> <?php endif; ?> <?php themify_header_end(); // hook ?> </header> <!-- /#header --> <?php // If there's a header background slider, show it. get_template_part( 'includes/header-slider'); ?> <?php themify_header_after(); // hook ?> </div> <!-- /#headerwrap --> <?php endif; // exclude header ?> <div id="body" class="tf_box tf_clear tf_mw tf_clearfix"> <?php themify_layout_before(); //hook

About Us

Operating from two environment agency licensed transfer stations in South and Mid Cheshire, Enviro Skip Hire Ltd is ideally located to provide fast, efficient and friendly service to homes and businesses from all over the county. From large multi-national businesses to local tradesmen and the general public, we can provide a reliable, flexible service.

Fully licensed with The Environment Agency

aboutOur efficient approach and attitude to safe removal of waste ensures an easy process for customers from start to finish. We are fully licensed with The Environment Agency and process all the relevant paperwork for our customers to ensure removal of waste is done with safety, care and ultimately environmentally friendly.

Over 10 years experience

Family owned and family run, Enviro Skip Hire Ltd is number one in Cheshire and Staffordshire providing fast, friendly and efficient waste removal and processing 52 weeks of the year. With over 10 years experience we guarantee we can provide you with the quickest and best service.

Our Environmental Agency Certificates

Environment Agency Waste Carriers License
Waste Management License (Sandbach)
Waste Management License (Radway Green)