.hidden-h1 { visibility:hidden;font-size:0px;margin-top:0px; margin-bottom:0px;}
.search-icon { -webkit-mask-image: url(https://cdn.prod.website-files.com/641f0364daa97c970f812a49/687625720aa265cd729efc95_magnifying-glass-solid.svg
);
  mask-image: url(https://cdn.prod.website-files.com/641f0364daa97c970f812a49/687625720aa265cd729efc95_magnifying-glass-solid.svg
);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-size:contain;
  mask-position: center;
}
.body-section.top h2 { text-transform:Capitalize;font-weight:400;letter-spacing:0px;font-size:32px; }
.body-section.top h3 { text-transform:Capitalize;font-weight:400;letter-spacing:0px;font-size:28px; }

.contact-form textarea { max-height:114px; max-width:560px;}


.shop-icon.basket {
  -webkit-mask-image: url(https://signstar-dev.co.uk/update/wp-content/themes/signstar/images/bag-solid.svg);
  mask-image: url(https://signstar-dev.co.uk/update/wp-content/themes/signstar/images/bag-solid.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-size:contain;
}

.data-icon {
  -webkit-mask-image: url(https://web-shape-dev.co.uk/isisfluids/wp-content/themes/isisfluids/images/data-sheet.svg);
  mask-image: url(https://web-shape-dev.co.uk/isisfluids/wp-content/themes/isisfluids/images/data-sheet.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-size:contain;
}

.phone {
  -webkit-mask-image: url(https://cdn.prod.website-files.com/66d427e9ed1be940a0a69b42/66d427e9ed1be940a0a69b56_phone-sharp-light.svg);
  mask-image: url(https://cdn.prod.website-files.com/66d427e9ed1be940a0a69b42/66d427e9ed1be940a0a69b56_phone-sharp-light.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-size:contain;
}

.email {
  -webkit-mask-image: url(https://cdn.prod.website-files.com/66d427e9ed1be940a0a69b42/66d427e9ed1be940a0a69b55_envelope-sharp-light.svg);
  mask-image: url(https://cdn.prod.website-files.com/66d427e9ed1be940a0a69b42/66d427e9ed1be940a0a69b55_envelope-sharp-light.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-size:contain;
}

.address {
  -webkit-mask-image: url(https://cdn.prod.website-files.com/66d427e9ed1be940a0a69b42/66d427e9ed1be940a0a69b5c_location-dot-sharp-light.svg);
  mask-image: url(https://cdn.prod.website-files.com/66d427e9ed1be940a0a69b42/66d427e9ed1be940a0a69b5c_location-dot-sharp-light.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-size:contain;
}

.shop-icon.search {
  -webkit-mask-image: url(https://cdn.prod.website-files.com/66d427e9ed1be940a0a69b42/66d432b82ad1dac94294a4a6_mag-glass.svg);
  mask-image: url(https://cdn.prod.website-files.com/66d427e9ed1be940a0a69b42/66d432b82ad1dac94294a4a6_mag-glass.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-size:contain;
}

.fixings-options {
            width:100%;
            display: flex;
            justify-content: space-between;
        }
        .fixing-option img {
            width: 100px;
            height: auto;
            cursor: pointer;
        }
        #colours-grid {
            width: 100% ;
            display: grid;
            grid-template-columns: repeat(8, 1fr);
            gap: 14px 2% ;
        }
        .colour-option {
            width: 100%;
            height: 40px;
            border: 1px solid #000;
            cursor: pointer;
            position: relative;
        }
        .colour-option:hover {
            opacity: 0.8;
        }

.hidden-field {
    opacity: 0;
    width: 100%;
    height: 0;
    display: none;
    transition: opacity 500ms ease, width 250ms ease, height 250ms ease;
}

.hidden-field.active {
    display: block;
    opacity: 1;
    width: 100%;
    height: auto;
}

.form-details .wpcf7-form-control-wrap { width:60%; min-width:60%; max-width:60%;}

.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-text.form-item.small.w-input { width:100%; min-width:100%; max-width:100%;}
.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-text.form-item.select.small.w-input { width:100%; min-width:100%; max-width:100%;}

.reverse-half-top-border {clip-path: polygon(0 0, 100% 0, 100% 100%, 0 5%);}
.blue-top-border {clip-path: polygon(0 0, 100% 0, 100% 5%, 0% 100%);}
.dark-bottom-border {clip-path: polygon(0 95%, 100% 0, 100% 100%, 0% 100%);}
.play-inner { clip-path: polygon(0 0, 0% 100%, 100% 50%); }

.body-container {
  will-change: transform, opacity; /* Optional: improves animation performance */
}

.text-holder h3 { font-size:26px; }

.w-slider-dot.w-active { background-color:#f2bb30;}

.w-slider-dot {background-color:#838383;}

.wpcf7-not-valid-tip {
  font-size:12px;
}
.wpcf7 form .wpcf7-response-output {
  flex: 0 0 100%; /* flex-grow, flex-shrink, flex-basis */
}
.grecaptcha-badge {
  opacity: 0;
}

.footer-creds a { color:#ffffff; }
.footer-creds a:hover { color:#1b1b1b; }

.polygon-grey-border { clip-path: polygon(0 0, 55% 0, 100% 100%, 0% 100%); }
.polygon-orange-border { clip-path: polygon(0 0, 55% 0, 100% 100%, 45% 100%); }

.text-cols h3 { font-size:26px; }

.header-menu,
.nav-bar-wrapper,
.footer-section {
  width:100%;
  max-width:100%;
}


picture img {
  height:auto;
}

.text-section img[class*=" wp-image-"]:not(.left) {
  max-width:auto;
  height:auto;
}


.contact-link { font-weight:300;}

.gdpr-text { margin-top: 24px;}

.embed-container { 
position: relative; 
padding-bottom: 56.25%;
overflow: hidden;
max-width: 100%;
height: auto;
} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/*  */
.inline-radio-container,
.form-fw,
.contact-form-step-options {
  grid-column: 1 / -1;
}
.contact-form-step-options {
  grid-template-columns: auto;
  margin-bottom:25px;
}

.wpcf7-acceptance .wpcf7-list-item {
  margin-left:0;
}

.form-inline-radio label {
  padding: 12px 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #0dbf92;
  background-color: #0dbf92;
  -webkit-transition: background-color 1000ms ease, color 1000ms ease;
  transition: background-color 1000ms ease, color 1000ms ease;
  color: #fff;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  font-size:16px;
  transition:0.8s ease color; transition:0.8s ease background-color;
}

.form-inline-radio label:hover { background-color:#ffffff; color: #0dbf92; }

.form-inline-radio label:active { background-color:#f9913d; color: #0dbf92; border-color:#f9913d;  }

.wpcf7-list-item label:active { background-color:#f9913d; color: #0dbf92; border-color:#f9913d; }

.form-inline-radio label:focus { background-color:#f9913d; color: #0dbf92; border-color:#f9913d;  }

.wpcf7-list-item label:focus { background-color:#f9913d; color: #0dbf92; border-color:#f9913d; }

.form-inline-radio label input {
  position: absolute;
  width:0;
  height:0;
  visibility:hidden;
}
.inline-radio-container .wpcf7-list-item.first {
  margin-left:0;
}

.form-text-note { display:flex; flex-wrap:wrap; font-size:16px; justify-content: flex-start; align-items: center;}

.wpcf7-response-output {
  margin:0;
  margin-top:10px;
}

.content-section p a {
  background-color: #ffd900;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  color: #020202;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.content-section p a:hover {
  background-color: #ff7300;
}

.h3-link {text-decoration:none; color:#010101;transition:0.8s ease color;}
.h3-link:hover { color:#ff7300;}

.text-inner h3 { font-size:26px; }

.news-item-featured-image {-webkit-transition:0.8s ease all; transition:0.8s ease all; }

.text-area.w-input { min-width:100%; max-height:100px;}
.text-area-holder {display:block; width:100%;height:auto;}

.anchor-link { display:block;position:relative;visibility:hidden;top:-150px;height:1px; }

.blog-content h2 { font-size:32px; color:#00adef; }
.blog-content h3 { font-size:28px; color:#00adef; }


.wpcf7-form-control-wrap { width:100%; }


.wpcf7 input[type="email"] { width:100%; }
.wpcf7-spinner { display:none;visibility:hidden;}

.wpcf7-form-control-wrap input[data-vale="JOIN"] { width:25%; }
.wpcf7-form-control-wrap input[data-name="Newsletter-Email"] { width:100%; }




@media screen and (max-width: 991px) { .column.blog h2 { font-size:28px; } .column.blog h3 { font-size:24px; } }

@media screen and (max-width: 767px) { .column.blog h2 { font-size:26px; } .column.blog h3 { font-size:21px; } }


.large-contact-form .wpcf7-list-item.active label {
  border:solid 1px #F9913D;
  background:#F9913D;
}
.large-contact-form .wpcf7-list-item.active:hover label {
  color:#774F2E;
}

.light-butto {text-transform:capitalize; }


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

.sidebar-contact-image { max-width:320px; }

.testimonial-slider.sidebar { max-width:320px; }

.blog-sidebar-item.header { max-width:320px; }

.related-links-holder { max-width:320px; }

}

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

.sidebar-contact-image { max-width:100%; }

.blog-side-bar-contact { max-width:100%; }

.testimonial-slider.sidebar { max-width:100%; }

.blog-sidebar-item.header { width:100%; min-width:100%; max-width:100%; }

.related-links-holder { width:100%; min-width:100%; max-width:100%; }

.blog-sidebar-grid.items {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    border-right: 1px solid rgba(62, 62, 62, 0.25);
    border-bottom: 1px solid rgba(62, 62, 62, 0.25);
    border-left: 1px solid rgba(62, 62, 62, 0.25);
  }

.blog-content-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

.blog-sidebar-grid {
    max-width: 100%;
  }

  .blog-sidebar-grid.items {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    border-right: 1px solid rgba(62, 62, 62, 0.25);
    border-bottom: 1px solid rgba(62, 62, 62, 0.25);
    border-left: 1px solid rgba(62, 62, 62, 0.25);
  }

  .blog-sidebar-item {
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
  }
}

@media screen and (max-width: 991px) {
    
    
    .blog-sidebar-item.header { width:100%; min-width:none; max-width:none; }

.related-links-holder { width:100%; min-width:none; max-width:none; }
    
}

h2 .body-section.text { font-size:32px !important; }
.body-section.text h2 { font-size:32px !important; }
h3 .body-section.text { font-size:28px !important; }
.body-section.text h3 { font-size:28px !important; }


@media screen and (max-width: 991px) {
 h2 .body-section.text { font-size:28px !important; }
.body-section.text h2 { font-size:28px !important; } 
h3 .body-section.text { font-size:24px !important; }
.body-section.text h3 { font-size:24px !important; }
}

.service-title-inner {
    width: auto;
}

.service-item-title-holder {
height: auto;
}

.w-slider-aria-label{
	display:none;
}

.w-slider-aria-label {
    display: none!important;
}