/*
 Theme Name:   Twenty Twenty-Five Child
 Theme URI:    https://www.aubern.co.uk/
 Description:  A child theme for the Twenty Twenty-Five theme
 Author:       Your Name
 Author URI:   https://www.aubern.co.uk/
 Template:     twentytwentyfive
 Version:      1.0.0
 Text Domain:  twentytwentyfivechild
*/

/* Add your custom CSS rules below this line */

body, html{ font-size:100%; font-family:'Poppins'; }

body.home{ --wp--style--root--padding-top: 0px;
    --wp--style--root--padding-right: 0;
    --wp--style--root--padding-bottom: 0px;
    --wp--style--root--padding-left: 0; }

a:hover, a:link:hover{ cursor:pointer; }

.page-id-495 main{ width:80%; margin:auto; }

.has-global-padding {
    padding-right: 0;
    padding-left: 0;
  padding-bottom:0 !important; }

.has-global-padding > .alignfull {
    margin-right: auto;
    margin-left: auto;
}

.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: 100%;}

figure.wp-block-post-featured-image{margin-bottom:0 !important;}

/*   TYPOGRAPHY   -------------------------------------------------------------------------------------*/

body p{ font-weight:400; } 

.large{ font-size:2.5em; color:#fff;}

.blacktxt{ color:#000; }

h1, .large{ font-family: "Poppins", sans-serif; }
h2{ font-weight:600; }

.single-product .flex-viewport{ box-shadow: 0px 0px 5px #ccc; }

.single-post h1{
font-family: inherit;
    font-size: 3em !important;
    font-weight: 500;
    margin-bottom: 30px;
max-width:50% !important;}

header {
    background-color: #ed4f3b;
    padding-top: 0px;
    padding-bottom: 10px;
    padding-right: 20px;
    top: 0;
}

.wp-block-site-logo img {
    height: auto;
    max-width: 100px;
    padding: 15px;
}
body header .mainheader > div {  padding-top: 0px !important; padding-bottom: 0  !important; }

body header .siteheader{padding-top: 8px !important; padding-bottom: 0 !important;}

body.home .wp-block-site-logo{ display:none; }

.wp-block-woocommerce-customer-account a .wc-block-customer-account__account-icon {
    height: 40px;
    width: 40px;
}

nav button{ box-shadow:none; }

.wp-block-navigation__responsive-container-close svg, .wp-block-navigation__responsive-container-open svg {color:#fff;} 

.wc-block-mini-cart__button{ background-color: transparent; box-shadow:none;}

.wc-block-mini-cart__button .wc-block-mini-cart__icon{ color:#fff; }

.home h1, .home h2 { text-align:center;  font-size:2.5em;}

.home h1.wp-block-heading{ padding-top:15px; padding-bottom:15px; }

h1.wp-block-post-title{ margin:40px 0; padding-top: 40px; }

.home .h2small{ font-size:18px; margin-top:0;}

.has-featured-image h1.wp-block-post-title {
    padding-top: 0;
    display: none;
}

.single-product.has-featured-image h1.wp-block-post-title {
    padding-top: 0;
    display: flex;
}

:where(.wp-site-blocks) > * {
    margin-block-start: 0;}

    .covertitle{ margin-bottom:40px; }


.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
    outline-offset: 4px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    font-family: Poppins, sans-serif;
}

.topleft{display: flex;
    float: left;
    width: auto;
    color: #fff;
    padding-left: 20px;
    box-sizing: border-box;
    text-align: left;
    align-content: center;
    height: 100%;
    align-items: center;}

    .topleft .tel, .topleft .email{ display:flex; justify-content:center; align-items:center; height:20px; }

    .topleft .tel:before{
        display: inline-block;
    content: "";
    background-image: url(../../../images/tel.svg);
    background-repeat:no-repeat;
    background-size: contain;
    background-position: left;
    height: 20px;
    width: 20px;
    margin-right:5px;    }

    .topleft .email:before{    display: inline-block;
    content: "";
    background-image: url(../../../images/email.svg);
    background-repeat:no-repeat;
    background-size: contain;
    background-position: left;
    height: 20px;
    width: 20px;
    margin-right:5px;}

    .topleft .tel span{ display:inline-block; margin-right:20px; color:#fff; font-size:14px; } 

    .topleft .email span{ color:#fff; font-size:14px; display:inline-block; }

.wp-block-navigation li.wp-block-navigation-item{ margin-right:30px; }

.home main .wp-block-group:first-child{ padding-top:0 !important; }

:root :where(.wp-element-button, .wp-block-button__link){ background-color: #f684b8; }

.woocommerce .woocommerce-breadcrumb {
    margin: 10px 0 1em;
    padding: 0;
    font-size: 10px;
    text-transform: uppercase;
  text-align:left;
}

.wp-block-template-part{ margin-block-start:0; }

.yellow{ background-color: #f7f64f; color:#000;}

.pink, button.pink{ background-color: #f684b8; color:#fff;}

.yellowbutton .wp-block-button__link{ background-color:#f7f64f; color:#000;}


h2, .pinktext{color: #f684b8;}

.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button { background-color: #f684b8; color:#fff; font-weight:600; font-size:12px !important;}

h1.wp-block-query-title{color: #f684b8; font-weight:700; text-transform:uppercase !important; text-align:center; width:100%;}

.padtop{ padding-top:40px; }

button.pink:hover, .yellowbutton .wp-block-button__link:hover{ background-color:#fff; color: #f684b8; }

span:where(.wc-block-mini-cart__badge) {
    background-color: #fff !important; 
}
.productcols > div{ 
margin:10px; }

.sub {
    font-size: 12px;
    max-width: 80%;
    margin: 0 auto !important;
    text-align: center !important;
}

.whitetext{ color:#fff; }


.yellowtext{ color: #f7f64f; }

.hero{ width:100%; display:flex; height:auto;}

.hero .left {
margin-top:-75px;
background-color: #f684b8;
    flex-basis: 40%;
    background-image: url(/wp-content/uploads/2025/10/honeycomb-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
}

.hero .left img{ width:90%; max-width: 120px; }

.home .left .bigtext{ text-align:left;
    font-weight:700;
    font-size: 5vw;
    line-height: 1.2;}

.hero .left .inner{ padding:10%; box-sizing:border-box; display: flex;
    flex-direction: column;
    justify-items: center;
    justify-content: flex-start; }

    .hero .left .inner > *{ margin-bottom: 60px; }

    button:hover{ cursor:pointer; }

.home main > div{ padding-bottom: 0 !important; } 

.hero .right{ background-color:#f5cb47; flex-basis:60%; background-image:url(/wp-content/uploads/2025/10/hero4-scaled.jpg);
    background-size:cover; background-position:btop left; background-repeat:no-repeat; }

.home .has-global-padding{ padding-left:0;  padding-right:0; }

.wyf{ width:100%; display:block; background-color:#f7f64f;
    background-image:url(/wp-content/uploads/2025/10/yellow-pattern.png);
    background-size:cover;     padding: 40px;
    text-align: center; margin-block-start: 0; background-attachment: fixed;
}

.bottle{ width:100%; display:block; background-color:#f7f64f; background-image:url(/wp-content/uploads/2025/10/yellow-pattern.png), url(/wp-content/uploads/2025/10/bottle.png);
    background-size:cover, contain; background-attachment: fixed, scroll; background-position:top, bottom right;
    width:100%; background-repeat:no-repeat; padding: 40px;
    text-align: center; margin-block-start: 0;
    box-shadow: inset 0px 10px 9px rgba(0, 0, 0, 0.2);
}

.wyf > div{ display:flex; justify-content:center; }

.bottle p{ text-align:left; }

body .is-layout-flex {
    display: flex;
    width: 100%;
    max-width:100%;
}

button.yellow:hover{ background-color:#000; color: #f7f64f; }

.beeinspired{ margin-block-start: 0;
 background-color:#f684b8; color:#fff; background-image:url(/wp-content/uploads/2025/10/bee-bg.png); 
    background-size:20%; background-repeat:no-repeat; background-position:left; padding:60px 20px; background-attachment:fixed;
box-shadow: inset 0px 10px 9px rgba(0, 0, 0, 0.2);}

.beeinspired2{ margin-block-start: 0;
 background-color:#f7f64f; color:#f684b8; background-image: url(/wp-content/uploads/2025/10/yellow-pattern.png); 
    background-size:cover; background-repeat:no-repeat; background-position:left; padding:60px 20px; background-attachment:fixed;
box-shadow: inset 0px 10px 9px rgba(0, 0, 0, 0.2);}

.beeinspired3{ margin-block-start: 0;
 background-color:#ed4f3b; color:#fff; background-image:url(/wp-content/uploads/2025/10/bg-pattern-left.png); 
    background-size:contain; background-repeat:no-repeat; background-position:right; padding:60px 20px; background-attachment:fixed;
box-shadow: inset 0px 10px 9px rgba(0, 0, 0, 0.2);}

.beeinspired h2, .beeinspired3 h2{ color:#fff; margin-bottom:40px; }

.woocommerce div.product div.images .flex-control-thumbs {
    margin-top: 10px;
}

.home ul li.type-product {
    border: 0;
    padding: 0px;
    box-sizing: border-box;
    transition:ease all 0.2s;
}

.center{ margin:auto; }

.home ul li.type-product:hover {
    padding:5px;
    transition:ease all 0.2s;
}

.home ul li.type-product:hover img{
box-shadow:2px 2px 7px #666;
}

.home .wp-block-woocommerce-product-collection{ margin-bottom:40px; }

.innercols{ width:80% !important; margin:auto !important; } 

.ourhive{ background-image:url(http://localhost:8888/stickybs/wp-content/uploads/2025/10/trail-bg.jpg); background-repeat:no-repeat;
    background-position:bottom; background-size:contain; display:block; width:100%; padding-bottom:40px;}

.ourhive h2{}

.ourhive p{ display:block; width:80%; max-width:900px; margin:20px auto 40px auto; }

.ourhive .blocks{ display:flex; width:80%; margin:auto; max-width:900px ;justify-content:center; align-items:stretch;
    flex-wrap:no-wrap; flex-direction:row; margin-bottom:40px; }

.ourhive .blocks > div{ display:flex; box-sizing:border-box; width: calc(100% / 3); justify-content:center; align-items:center; flex-direction:column; border-radius: 20px;
    border: 1px solid #ccc;
    margin: 0 2%;
    box-shadow: 0px 0px 10px #ccc;
background-color: #fff;}

.ourhive .blocks > div img{   max-width: 80%; max-height: 150px; padding:10%;}

.ourhive .blocks > div span {
    display: block;
    width: 100%;
    background-color: #89c05c;
    text-align: center;
    color: #fff;
    padding: 15px 0;
    border-radius: 0 0 18px 18px;
    font-weight:600;
    bottom:0;
    font-size:1rem;
}

.indexhero{ display:flex; width:100%; float:left; text-align:center; margin:auto; align-items: center; height: 100%; position: relative; } 

.flex{ 
    display: flex;
    width: 100%;
    box-sizing: border-box;
    align-items: start;
    height: -webkit-fill-available;
    text-align: center; }

.block .inner{ width: 86%; margin: 0 auto; padding:20px; box-sizing:border-box; max-width:1024px;}

.threeblocks, .fourblocks{ width:100%; display:flex; flex-direction:row; justify-content:space-between; align-items:flex-start; }
.twoblocks{ display:flex; align-items:center; width:100%; flex-direction:row; justify-content:space-between; }

.twoblocks div{ width:calc(100% / 2); padding:10px; box-sizing:border-box;}
.threeblocks div{ width:calc(100% / 3); }
.fourblocks div{ width:calc(100% / 4); }

.single{ margin:40px auto; text-align:center; }

.single-post p{ text-align:left; } 

.single .one{  width:60%; margin: 40px auto; }

.twoblocks .first{ float:left; }

.right{ text-align:right; }

.pricematch{ padding-top:20px; padding-bottom:20px; } 

.pricematch .inner span {
    font-size: 14px;
    font-weight: 800;
    color: #fff;
    text-align: center;
    width: 100%;
    display: block;
    margin-top: 20px;
}

.pricematch .inner div img{ max-width:50px; margin:auto; display:block;}

.bordertop{ border-top: 1px solid #ccc; padding-top:40px; }

.borderbtm{ border-bottom: 1px solid #ccc; padding-bottom:40px; }

/*  Contact Form 7 Plugin  */

#wpcf7-f64-p68-o1{ display:block; margin:auto; text-align:center; }

button, input.wpcf7-form-control, .wp-block-button__link { border-radius:30px; font-family:inherit; font-size:10px; padding:10px 20px; font-weight: 700; border: 0; box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5); text-transform:uppercase;}

input.wpcf7-submit{ max-width:200px; }

button.wc-block-mini-cart__button:hover{ box-shadow:0 !important; border:0; cursor:pointer; background:#f11f05; border-radius:0; } 

.wp-block-navigation .wp-block-navigation-item a.wp-block-navigation-item__content:hover{ color:#f7f64f; }

input[type='text'].wpcf7-form-control, input[type='email'].wpcf7-form-control {
    border-radius: 0px;
    font-family: inherit;
    font-size: 16px;
    padding: 12px 0px;
    font-weight: 800;
    letter-spacing: 1px;
    border: 1px solid #fff;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    background-color: #476472;
    color: #fff !important;
    margin-bottom: 8px;
    text-align: center;
    font-weight:300;
    text-transform:none;
}

.wpcf7 input::placeholder { color:#fff !important; font-size:0.8em; }

/*   End Contact Form 7 Plugin    -------------------------------------------------------------------------------------*/


/*   WP Forms Plugin  -------------------------------------------------------------------------------------*/


.wpforms-field-container{ max-width: 400px; width:90% !important; margin:auto !important; display:block; }

.wpforms-field-container div{ width:100%; margin:5px 0 !important; }

.wpforms-field-container div input, .wpforms-field-container div select{text-align:center !important; height:50px; border-radius:30px !important;;}

.wpforms-field-container div input::placeholder, .wpforms-field-container div select::placeholder{ text-align:center !important;}

.wpforms-container .wpforms-field { padding: 5px 0 !important; }


/*   End WP Forms Plugin -------------------------------------------------------------------------------------*/

.woocommerce.woocommerce-shop .wc-block-breadcrumbs .woocommerce-breadcrumb {
    display: block;
    margin: 20px auto;
}

.catalog{ width:90%; max-width:1024px; margin:auto; padding-bottom:40px; }

.catalog .wc-block-components-product-price {
    text-align: center;
}

.catclog ul li.type-product {
    border: 1px solid #ccc;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 9px;
    box-shadow: 0 0 5px #bbb;
}

.page-id-68 .wp-block-post-title{}

.page-id-68 h2.wp-block-heading {}


/*   COLOURS   */

.white{ background-color:#fff; color:#000;}

a, a:link{ text-decoration:none; }


.skyblue a.wp-block-button__link{ background-color:#0090d5 !important; color:#fff; border-radius:20px; font-family:inherit; font-size:10px; padding:10px 20px; font-weight: 700; letter-spacing: 1px; border: 0; box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5); text-transform:uppercase;}

.lgrey{ background-color:#edf0f2; }

.vmargin{ margin-top:40px !important; margin-bottom:40px !important; }


.row{ display:block; width:100%; text-align:center; float:left; margin:10px auto;  }

/* ---------- FOOTER ------------- */

.single-product footer{ margin-top:40px; }

.footertop{ display:block; float:left; width:100%; padding:80px 20px; box-sizing:border-box; margin:0; background-color:#ed4f3b; font-weight:500; 
background-image:url(/wp-content/uploads/2025/10/bg-pattern-left.png); background-position:left top; background-size:contain; 
    background-repeat:no-repeat;}

.footertop{ font-size:18px;}


.footerblocks .first{   align-items: center; display:flex; justify-content:center; align-items:center; flex:1 1 50%; }

.footerblocks .first img{ width:100%; max-width:150px; }


.footertop .footerblocks .second img{ width:25px; height:25px; padding-right:10%; display: inline-block;}

.footertop .footerblocks .second img:hover{ transform:rotate(5deg); transition:ease all 0.2s;}

.footertop .footerblocks .second{ display:block; flex: 1 1 25%;  }

.footertop .footerblocks .third{ display:block;  flex: 1 1 25%;}

.footertop .footerblocks .third li {list-style:none; margin-bottom: 5px;}

.footertop .footerblocks .second li {list-style:none; margin-bottom: 15px;}

.footertop ul{ margin-block-start: 0;
    padding-inline-start: 0; }

.footerblocks{ display:flex; flex-direction:row; justify-content:space-between; }


.footerblocks div{ width:calc(100% / 3); font-size: 18px; color:#fff; padding:20px; position:relative; }


.footermid
 {
    display: block;
    float: left;
    width: 100%;
    padding: 5px 10px;
    box-sizing: border-box;
    margin: 0;
    background-color: #cc321e;
    font-size: 10px;
    color: #fff;
}

.footermid .left{ float:left; }
.footermid .right{ float:right; }

.footermid img{ height:50px; float:left; display:inline-block; margin-right:40px; margin-left:20px; }

.footerbtm{     background-color: #000;
    display: flex;
    float: left;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    flex-direction: row;
    justify-content: space-around; }

.footerbtm span{ color:#fff; font-size:10px; text-transform:uppercase; }

.footerbtm ul{ list-style-type: none; display: inline-block;  margin-block-start: 0; margin-block-end: 0; padding-inline-start: 0; }

.footerbtm ul li{ display:inline-block; float:left;} 

.footerbtm ul li:after{ content:"|"; margin-left:5px; margin-right:5px; } 

.footerbtm ul li:last-child:after{ content:none; } 

.footerbtm .left{ float:left; }

.footerbtm .right{float:right;}

.partners{ display:block; margin:auto; text-align:center; padding:20px 0; border-top:1px solid #ccc; border-bottom:1px solid #ccc; width:100%; } 

.whychoose{     text-align: center;
    padding-top: 0;
    width: 100%;
    position: relative;
    margin-top: -20px !important;} 

.whychoose h1{ color:#fff; }

.whychoose p{color:#fff; margin-block-start: 0; text-align:left;} 

.whychoose .left{ padding:10px 40px 10px 10px; }

.whychoose .right{ padding:10px 10px 10px 40px; }

.whychoose button{ float:none; margin-bottom:40px;}

.partners{ position:relative; z-index:1; }

.divider {content: "";
    position: relative;
    display: block;
    width: 100% !important;
    background-image: url(../../../images/wave.svg);
    background-repeat: repeat-x;
    background-position: top !important;
    background-size: contain;
    margin-top: -30px !important;
    height: 100px;
    z-index: 0;
}

.greywave {content: "";
    position: relative;
    display: block;
    width: 100% !important;
    background-image: url(../../../images/wave-grey.svg);
    background-repeat: repeat-x;
    background-position: bottom !important;
    background-size: contain;
    margin-top: -30px !important;
    height: 100px;
    z-index: -1;
}

/*  .has-global-padding {  padding-right: 0; padding-left: 0; }. */


.tickbox {
    border: 1px solid #fff;
    width: 100% !important;
    margin-bottom: 10px;
    text-align: left;
    padding: 12px;
    color: #fff;
    background-image: url(../../../images/tick.png);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: 5px 8px;
    font-weight: bold;
}
.tickbox span{padding-left: 40px; display:block;}

.completesystems{ display:block; background-image:url(../../../images/completesystems.png); background-size:contain; background-repeat:no-repeat; background-position:right; } 

.completesystems .left{}

.retrofit{ display:block;} 

.retrofit .inner .two h3{ text-align:left; font-size:2.5em;  }

.retrofit .inner .two p{ text-align:left; margin-bottom:40px; }

.retrofit .inner .two{ float:right; width:50%; }

.retrofit .inner .one{ float:left; width:50%; }

.home h1.wp-block-post-title{display:none;}

li.wp-block-navigation-item:hover > a span{ font-weight:600; } 

.home .wc-block-components-product-price{ text-align:center; }

/* Footer blocks */

.helpblock{}

.guideblock{}

ul.ftrlinks { list-style: none; margin-block-start: 0; padding-inline-start: 0; }

ul.ftrlinks li{ text-align:left; }

.columns-5 .wc-block-components-product-price {
    text-align: center;
}


ul.ftrlinks li:hover, .footerblocks .first a:hover {
    font-weight: 600;
}

.footerbtm nav ul li a:hover { font-weight:600; cursor:pointer;}


/* Products -------------------------------------------------------------------------------------*/

.home .wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button{ display:none; } /* Hide Add to baskert on home page */

.product_cat-featured h2{ font-family:Poppins, sans-serif; font-weight:300; text-transform:uppercase; }

ul li.type-product{ border:1px solid #ccc; padding:10px; box-sizing:border-box;}








/*  Categories Page  -------------------------------------------------------------------------------------*/


.wc-block-product-categories-list-item__name {
    text-align: center;
    width: 100%;
    display: block;
padding-top:0;
padding-bottom:20px;
color:#000;
font-weight:600;
text-transform: uppercase;
font-family: poppins;
letter-spacing: 1px;}


ul.wc-block-product-categories-list--has-images, ul.wp-block-post-template {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
    margin-inline-start: 0;
    padding-inline-start: 0;
    width: 100%;
    margin: 40px auto;
    row-gap:20px;
}

.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item, ul.wp-block-post-template li.wp-block-post {
    width: 250px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: row;
    margin-block-start: 0;
    border-radius: 10px;
    padding: 0;
    }


ul.wp-block-post-template li.wp-block-post .wp-block-post-date{ display:none; }

ul.wp-block-post-template li.wp-block-post .wp-block-post-title { font-size:2vw !important; margin-block-start: 10px; padding: 0 10px;}

ul.wp-block-post-template li.wp-block-post .has-global-padding{ padding-left:0; padding-right:0; }

ul.wp-block-post-template li.wp-block-post .entry-content{ display:none; }

ul.wp-block-post-template li.wp-block-post h2.wp-block-post-title:after {
    max-width: 100px;
    width: 30%;
    display: block;
    content: "";
    background-image: url(../../../images/wave-strip.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    height: 15px;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 10px;
    float: left;
    position:absolute;
}

ul.wp-block-post-template li.wp-block-post .wp-block-post-featured-image img {
    background-color: #000;
    border-radius: 10px 10px 0 0;
}

ul.wp-block-post-template li.wp-block-post .wp-block-group{ padding-bottom:30px !important; }

.blog h1.wp-block-heading{ display:none; }

.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item__image {
    border: none;
    display: block;
    margin: 0 auto;
    max-width: 100%;
    padding: 0;
    position: relative;
    vertical-align: middle;
    background-color: #fff;
    text-align: center;
}

.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item {
    clear: both;
    list-style: none outside;
    margin: 0 auto;
}

.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item__image img {
    margin: 0 auto;
    width: 60%;
    padding:5%;
}


.wc-block-product-categories-list-item:nth-of-type(even):hover .wc-block-product-categories-list-item__image,
.wc-block-product-categories-list-item:nth-of-type(odd):hover .wc-block-product-categories-list-item__image,
.wc-block-product-categories-list-item:nth-of-type(odd):hover .wc-block-product-categories-list-item__name,
.wc-block-product-categories-list-item:nth-of-type(even):hover .wc-block-product-categories-list-item__name{
transition:ease all 0.5s;
}


.home h3.darkblue{ text-align:left; font-size:2.5em; font-weight:500; color: #627e8c;  }


.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item:hover img{
transition:ease all 0.5s;
rotate:15deg;
}

.wc-block-product-categories-list-item a{ display:block; width:100%; }

.wc-block-product-categories-list-item-count{ display:none; }

.postid-430 .wp-block-column p{ margin-block-start: 5px;
    padding-left: 10px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 10px;} 

.postid-430 .wp-block-column figure.wp-block-image img{ border-radius:10px 10px 0 0 ;} 

.postid-430 .wp-block-column:has(*){
    box-shadow: 1px 1px 5px #bbb;
    border-radius: 10px;
    position:relative;
}

.wc-block-product-template.is-flex-container.is-flex-container.columns-5>li{    box-shadow: 1px 1px 5px #bbb;
    border-radius: 10px;}

.postid-430 .wp-block-column:after{
    content:"";
    background-image:url(../../../images/download.svg);
    background-repeat:no-repeat;
    background-size:contain;
    background-position: bottom right;
    display:block;
    position:absolute;
    bottom:5px;
    right:5px;
    width:15px;
    height:15px;
}

.hide .wp-block-column > p:only-child:empty {
    display: none;
}

.guides{ width:100%; display:grid; 
    grid-template-columns: 1fr 1fr; 
      grid-template-rows: auto auto; 
gap:20px;
padding: 10px;
color:#fff;
}

.guides a{ display:block; text-align:center; padding:40px; border: 5px solid rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0); opacity:0.8;}

.guides a:hover{ border: 5px solid rgba(0, 0, 0, 0.7);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
    opacity:1;
 }

.guides a:hover h2:before{ transform:rotate(360deg); transition:ease all 0.5s; }

.guides a:nth-child(1){ grid-column: 1 / 3; border-radius:10px; background-color:#0090d5;}

.guides a:nth-child(2){ grid-column: 1 / 2; border-radius:10px; background-color:#627e8c; }

.guides a:nth-child(3){ grid-column: 2 / 3; border-radius:10px; background-color:#405661;}

.guides a:nth-child(1) h2:before{ content:""; background-image:url(../../../images/guides.svg);     width: 100%;
    min-width: 100px;
    min-height: 80px;
    max-height: 300px;
    background-size: contain;
    display: block;
    background-repeat: no-repeat;
    background-position: top center;
    margin-bottom: 30px;}

.guides a:nth-child(2) h2:before{ content:""; background-image:url(../../../images/icons/pipe.svg);     width: 100%;
    min-width: 100px;
    min-height: 80px;
    max-height: 300px;
    background-size: contain;
    display: block;
    background-repeat: no-repeat;
    background-position: top center;
    margin-bottom: 30px;}

.guides a:nth-child(3) h2:before{ content:""; background-image:url(../../../images/faq.svg);     width: 100%;
    min-width: 100px;
    min-height: 80px;
    max-height: 300px;
    background-size: contain;
    display: block;
    background-repeat: no-repeat;
    background-position: top center;
    margin-bottom: 30px;}


    /*    Full width guides    */

    .guidesfull{ width:100%; display:flex; 
padding: 0px;
color:#fff;
margin-bottom:10px !important;
}

.guidesfull a{ display:block; text-align:center; padding:40px; border: 5px solid rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0); opacity:0.8;}

.guidesfull a:hover{ border: 5px solid rgba(0, 0, 0, 0.7);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
    opacity:1;
 }

.guidesfull a:hover h2:before{ transform:rotate(360deg); transition:ease all 0.5s; }

.guidesfull a:nth-child(1){ background-color:#0090d5;}

.guidesfull a:nth-child(2){ background-color:#627e8c; }

.guidesfull a:nth-child(3){ background-color:#405661;}

.guidesfull a:nth-child(1) h2:before{ content:""; background-image:url(../../../images/guides.svg);     width: 100%;
    min-width: 100px;
    min-height: 80px;
    max-height: 300px;
    background-size: contain;
    display: block;
    background-repeat: no-repeat;
    background-position: top center;
    margin-bottom: 30px;}

.guidesfull a:nth-child(2) h2:before{ content:""; background-image:url(../../../images/icons/pipe.svg);     width: 100%;
    min-width: 100px;
    min-height: 80px;
    max-height: 300px;
    background-size: contain;
    display: block;
    background-repeat: no-repeat;
    background-position: top center;
    margin-bottom: 30px;}

.guidesfull a:nth-child(3) h2:before{ content:""; background-image:url(../../../images/faq.svg);     width: 100%;
    min-width: 100px;
    min-height: 80px;
    max-height: 300px;
    background-size: contain;
    display: block;
    background-repeat: no-repeat;
    background-position: top center;
    margin-bottom: 30px;}

.page-id-451 h1.wp-block-post-title {
    width: 100%;
    padding: 0;
    margin: 20px auto !important;
    text-align: center;
    display:none;
}

:root :where(.is-layout-flex) {
    gap: 0;
}

.manual{  }

.accord{ width:100%; }

.inpagenav a{ display:block; margin-bottom:10px; }

/* Hide a category from the list ---------------------------------------------*/


.wc-block-product-categories-list-item a[href*="/product-category/uncategorised/"]{
    display: none;
}

.wc-block-product-categories-list-item:has(a[href*="/product-category/uncategorised/"]) {
    display: none;
}

.bigbtn a{ padding:10px 20px; border-radius:20px; color:#fff; background-color:#000; text-transform:uppercase; font-weight:800; text-align:center; width:auto; display:block; margin:auto; }


.completesystems .inner .one p{ text-align:left; margin-bottom:40px; }

.home #wp--skip-link--target {
    margin-top: 0 !important;
    padding-top:0;
}

.mobimg{ display:none; }

h1.wp-block-post-title{ text-align:center; } 

.wc-block-components-product-price{ text-align:left; }

.wp-block-post-excerpt{ text-align:left; }

.woocommerce-Tabs-panel--description h2, .woocommerce-Tabs-panel--description p, .woocommerce-Tabs-panel--description span,
.woocommerce-Tabs-panel--description li{ text-align:left; }

.manuallink{ background-color:#1ac2df; border-radius:20px; padding:5px 15px 5px 10px; color:#fff;     display: inline-block;
    width: auto;
    margin-bottom: 10px;border:2px solid #1ac2df; box-sizing:border-box;}

.manuallink:before{content:""; background-image:url(../../../images/manualicon.svg); background-repeat:no-repeat; background-size:20px; background-position:left; padding-left:30px;}

.diagramlink{background-color:#006099; border-radius:20px; padding:5px 15px 5px 10px; color:#fff;     display: inline-block;
    width: auto;
    margin-bottom: 10px; border:2px solid #006099; box-sizing:border-box;}

.diagramlink:before{content:""; background-image:url(../../../images/diagramicon.svg); background-repeat:no-repeat; background-size:20px; background-position:left; padding-left:30px;}

.partslink{background-color:#666; border-radius:20px; padding:5px 15px 5px 10px; color:#fff;     display: inline-block;
    width: auto;
    margin-bottom: 10px; border:2px solid #666; box-sizing:border-box;}

.partslink:before{content:""; background-image:url(../../../images/partsicon.svg); background-repeat:no-repeat; background-size:20px; background-position:left; padding-left:30px;}

.manuallink:hover, .diagramlink:hover, .partslink:hover{ cursor:pointer; border: 2px solid #000;}

.manuallink:hover:before, .diagramlink:hover:before, .partslink:hover:before{ background-image:url(../../../images/download.svg)}


.wc-block-components-product-summary { text-align: left; margin-bottom: 40px;}

.productlinks{ margin-top:20px; }

.wpcontactform{ width:100%; display:block; padding:0; margin:0 !important;}

#wpforms-324{ text-align: center;
    justify-content: center;
    display: flex;
    width: 500px; }

#wpforms-form-324{
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

.wpforms-field-container{ margin:0 !important; }

#wpforms-324 input{ width:100%; max-width:100%;}

div.wpforms-container-full .wpforms-form textarea{  border-radius:20px;}

.wpforms-container-full button[type=submit]{ border-radius:20px !important; }

.wpforms-field-container{ width:100%; }

.page-id-316 .wp-block-post-title{ display:none; } /*  Hide contact page title  */

.page-id-456 .inpagenav a{ display:block; float:left; width:100%; }

.has-global-padding {
    margin-top: 0 !important; padding-top:0 !important;
}

/* Blog Posts Styling -------------------------------------------------------------------------- */

.single-post figure.wp-block-post-featured-image{
    aspect-ratio: 2 / 1 !important;
    margin-bottom: 30px;}


.blogstrip {
    width: 100%;
    display: block;
    content: "";
    background-image: url(../../../images/wave-strip.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    height: 30px;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 60px;
}

.covertitle h1.wp-block-post-title{ max-width: 50% !important;
    min-width: 300px !important;
display:inline-block;
text-shadow: 1px 1px 5px #000;}


.covertitlediv{ max-width: 645px; margin:auto; }

.covertitle h1.wp-block-post-title:after {
    max-width: 200px;
    width: 50%;
    display: block;
    content: "";
    background-image: url(../../../images/wave-strip.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    height: 15px;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 20px;
    float: left;
    position:absolute;
}

.single-post h1, .single-post h2, .single-post h3, .single-post p{ text-align:left; }

.single-post .moreblogs h2{ text-align:center; }

.single-post .wp-block-cover{ margin-block-start:0; margin-bottom:40px; }    

.single-post .moreinfo{ margin-top:60px; }

.single-post .moreinfo span{ font-size:10px; font-weight:500; margin-bottom:0; display:block; }

.single-post .moreinfo button{ margin:0 10px; }

.hidden{ display:none !important; }

.getstarted{display:block;
color:#ffffff;
text-align:center;
padding:15px;
font-size:18px;
border-radius:15px;
background:#1db409;
width:50%;
margin:0;
border:2px solid #ffffff;
float:left;
margin-left:25%;}

.getstarted:hover{
background:#0b5b00;
cursor:pointer;}

/* ----------------------------------------------------  questionnaire */

.btm30{display:block;
height:80px;
margin-bottom:30px;}

.questionpage{
width:80%;
margin:50px auto 500px auto;}

.questionpage a{
  transition:ease all 0.5s;
}

.question {
    display: inline-block;
    border: 4px solid #006099;
    border-radius: 25px;
    padding: 15px 20px;
    color: #666666;
    font-size: 24px;
    width: 100%;
    text-align: center;
    position:relative;
}

.question p, .response p{
  line-height:1.2em !important;
}

.questionsmall {
    font-size: 22px;
    text-align: center;
    color: #0FA24A;
}

.response {
    display: inline-block;
    border: 4px solid #0FA24A;
    border-radius: 25px;
    padding: 15px 20px;
    color: #666666;
    font-size: 24px;
    width: 100%;
    text-align: center;
}

.number{
display:block;
position:absolute;
width:30px;
height:30px;
color:#ffffff;
border-radius:30px;
background:#006099;
border:5px solid #006099;
font-size:24px;
text-align:center;
line-height:20px;
left: calc(50% - 15px);
    margin-top: -32px;}

    .tick{
display:block;
position:absolute;
width:50px;
height:50px;
font-size:24px;
text-align:center;
line-height:20px;
left: calc(50% - 15px);
    margin-top: -45px;}

.answers{
margin-top:20px;
display:block;
}

.answer1{display:inline-block;
float:left;
width:45%;
background:#0FA24A;
border-radius:15px;
text-align:center;
padding:20px 15px;
color:#ffffff;
  border:2px solid #0FA24A;
}

.answer1:hover, .answer2:hover, .answersingle:hover{
  border:2px solid #0FA24A;
  color:#0FA24A;
  transition:ease all 0.3s;
  background:#000000;
  cursor:pointer;
}

.answer2{display:inline-block;
float:right;
width:45%;
background:#0FA24A;
border-radius:15px;
text-align:center;
padding:20px 15px;
color:#ffffff;
  border:2px solid #0FA24A;
}

.answersingle{display:inline-block;
float:none;
margin:0 auto;
width:auto;
background:#0FA24A;
border-radius:15px;
text-align:center;
padding:10px 15px;
color:#ffffff;
  border:2px solid #0FA24A;
}

.product-template-default.single .wp-block-woocommerce-product-collection h2{text-transform: uppercase;
    font-size: 1.5rem;}

.wc-block-components-product-summary p a:link{
    background-color: #f7f64f;
    border-radius: 30px;
	padding: 10px 20px;
    margin: 10px 0;
    display: inline-block;
border:2px solid #ffba00;}

.wc-block-components-product-summary p a:link:after{
  background-image:url('/wp-content/uploads/2025/12/finger2.png');
  background-repeat:no-repeat;
background-size:40px;
  content:"";
  margin-left: 5px;
    display: inline-block;
    width: 40px;
    height: 17px;}

.wc-block-components-product-summary p a:hover{
    background-color: #000;
    color:#f7f64f;}

.wc-block-components-product-summary p a:hover:after{
  background-image:url('/wp-content/uploads/2025/12/finger.png');}

body.page-id-294 figure{ max-height:250px; overflow:hidden; }

/* Mobile Style max 500px -------------------------------------------------------------------------------------*/

@media screen and (max-width:500px){

    ul.ftrlinks li {
    text-align: center;}

.wp-block-site-logo{ width:150px; }

.indexhero { display: flex; width: 100%; float: left; flex-direction: column; }

.heroleft{width:100%;} 

.heroright{width:100%; padding: 40px 0 20px 0;}    

.topleft .tel span, .topleft .email span{ display:none; }

.topleft .tel{ margin-right:20px; } 

.home h1, .home h2{ max-width:94%; }


.wpcf7{ width:80%; }

.wpcf7 input{ width:100%; }

.twoblocks{ flex-direction:column; }

.twoblocks .left, .twoblocks .inner .one, .twoblocks .inner .one p, .twoblocks .inner .one h3{ width:100%; text-align:center;}

.twoblocks .right, .twoblocks .inner .two, .twoblocks .inner .two p, .twoblocks .inner .two h3{ width:100%; text-align:center;}

.twoblocks .left p, .twoblocks .right p{ text-align:center; }

.footerblocks{flex-direction:column; overflow:hidden;}

.footerblocks div{ width:100%;
    text-align: center;
        padding: 30px 0;
        line-height: 1.5; }

.footerblocks .second {
    border-left: 0;
    border-right: 0;
    border-top:1px solid #fff;
    border-bottom:1px solid #fff;
}

    .footermid {
        text-align: center;
        padding: 10px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        height: auto;
        align-content: center;
        align-items: center;
    }

.footermid span.left, .footermid span.right{ display:block; width:100%; float:none; margin:20px 0;}

.footermid img {
padding:10px;
}

.footerblocks .first {
    padding-bottom: 20%;

}

.footertop .footerblocks .third li {
    margin-bottom: 20px;
}

.footerbtm { flex-direction:column-reverse; }

.footerbtm .left{ width:100%; display:block; margin-bottom:20px; text-align:center; }

.footerbtm .right{ width:100%; display:block; margin-bottom:20px; text-align:center; }

.footerbtm ul li {
    display: inline-block;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.footerbtm ul li:after{ display:none;}

ul.ftrlinks li{ margin-bottom:20px; }

body .pricematch .fourblocks{
    width: 96%;
    margin: 0 auto;
    justify-content: center;
    display: flex;
    flex-wrap:wrap;
} 

body .pricematch .fourblocks div{ width:50%; margin-bottom:25px;}

.pricematch .inner span {
    font-size: 10px;
    margin-top: 10px;
}

.single .one {
    width: 100%;
    margin: 40px auto;
}

.large {
    font-size: 1.5em;
}

.twoblocks div {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.wc-block-product-template { padding:0 2%;}

.divider{ background-size:cover; }

.whychoose .right, .whychoose .left {
    padding: 0;
}

.bannerstrip h1{ font-size: 1.5em } 

.mobimg{ width:60%; display:block; margin:20px auto; }

.completesystems{ background-image:none; }





}

