@charset "UTF-8";
/*
Theme Name: Stencils
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/
@font-face {
  font-family: Graphit;
  src: url("./fonts/Graphit-Regular.otf") format("opentype");
}
@font-face {
  font-family: Graphit;
  font-weight: 300;
  src: url("./fonts/Graphit-Light.otf") format("opentype");
}
body {
  font-size: 16px;
}
p {
  color: #000000;
  font-weight: 300;
}
body {
  font-family: "Graphit" !important;
}
h1, h2, h3, h4 {
  font-family: "Graphit" !important;
}
a {
  font-family: "Graphit" !important;
}
#main.main-boxed .vc_row[data-vc-stretch-content] {
  max-width: 100%;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.icon-boxes .vc_single_image-wrapper {
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.icon-boxes .vc_single_image-wrapper img {
  width: 120px !important;
}
.vc_general.vc_btn3 {
  background: #E0629A;
  color: #ffffff;
  font-size: 14px;
  padding-left: 15px;
  padding-right: 15px;
  cursor: pointer;
  border-radius: 0;
}
.vc_general.vc_btn3:hover {
  background: #E0629A;
  color: #ffffff;
}
#header .mobile-toggle {
  background: none;
  color: #000;
}
#header .header-top {
  background: none;
  border: none;
}
#header .header-top .container {
  display: flex !important;
  justify-content: flex-end;
}
#header .header-top .container a {
  color: #444 !important;
  font-weight: 400 !important;
  font-size: 1.2em !important;
}
#header .header-top .container a i.fa-angle-right {
  display: none;
}
#header .header-top .container a:hover {
  text-decoration: underline;
}
#header .header-top .container .search-popup {
  display: none;
}
#header .header-main .container {
  height: 71px;
}
@media (max-width: 1023px) {
  #header .header-main .container {
    height: auto;
    display: flex;
    align-items: center;
  }
}
#header .header-main .container > div {
  padding: 0;
  height: 100%;
}
#header .header-main .container > div.header-left {
  width: auto;
  margin-right: 60px;
}
#header .header-main .container > div.header-right {
  width: 100%;
  padding: 0 !important;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 1023px) {
  #header .header-main .container > div.header-right {
    position: relative;
  }
}
@media (max-width: 1023px) {
  #header .header-main .container > div.header-right #main-menu {
    display: none;
  }
}
#header .header-main .container > div.header-right #main-menu .main-menu {
  display: flex;
  justify-content: flex-end;
  list-style-type: none;
  height: 100%;
  padding: 0;
  align-items: center;
  width: 100%;
}
#header .header-main .container > div.header-right #main-menu .main-menu li {
  width: 100%;
  margin-right: 0 !important;
  position: relative;
  margin-bottom: 0;
  height: 100%;
  display: flex;
  align-items: center;
  width: auto;
  border: none;
}
#header .header-main .container > div.header-right #main-menu .main-menu li > a {
  width: 100%;
  border-radius: 0;
  text-align: center;
  text-transform: lowercase !important;
  font-size: 16px !important;
  color: #000000;
  transition: all 0.3s ease-out;
  padding: 0 18px;
  font-weight: normal;
}
#header .header-main .container > div.header-right #main-menu .main-menu li > a:hover {
  background: none;
  color: #E0629A;
}
#header .header-main .container > div.header-right #main-menu .main-menu li:hover > a {
  background: none;
}
#header .header-main .container > div.header-right #main-menu .main-menu li.current-menu-item > a {
  background: none;
  color: #E0629A;
}
#header .header-main .container > div.header-right #main-menu .main-menu li.register {
  margin-left: 66px;
}
#header .header-main .container > div.header-right #main-menu .main-menu li.register > a {
  font-size: 16px;
  border-radius: 10px;
  padding: 9px 44px;
  color: #fff;
  background: #E0629A;
}
@media (max-width: 1023px) {
  #header .header-main .container > div.header-right .mobile-toggle {
    position: relative;
    right: 0;
    top: 0;
  }
}
#header .header-main #nav-panel .accordion-menu li.menu-item.active > a {
  background: none;
  color: #000000;
}
#header .header-main #nav-panel .accordion-menu li a {
  color: #000000;
  text-transform: lowercase;
}
.widget .widget-title, .widget .widget-title a, .widget .widgettitle, .widget .widgettitle a {
  text-transform: initial !important;
  font-size: 2em !important;
  font-weight: 400 !important;
}
.footer-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-bottom .footer-left {
  width: 25% !important;
}
.footer-bottom .footer-right {
  width: 75% !important;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}
/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
.owl-carousel .owl-stage-outer {
  max-height: 60vh;
}
.home .product-category-slider img {
  width: 100%;
}
.home .product-category-slider .vc_item {
  max-height: 60vh;
}
.grizzly-linked-images .wpb_single_image h2 {
  position: absolute;
  color: white;
  padding-left: 15px;
  padding-right: 15px;
  pointer-events: none;
  cursor: pointer;
  bottom: 15px;
  margin-bottom: 0;
  left: 15px;
}
.grizzly-linked-images .wpb_single_image .wpb_wrapper {
  position: relative;
  /*padding-top: 35px;
            padding-bottom: 45px;*/
  /*&:before {
                content: ' ';
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                opacity: 0;
                transition: all 0.3s ease-out;
                background: rgba($blue,0.4);
                pointer-events: none;

            }
            &:hover {
                &:before {
                    opacity: 1;

                }
            }*/
}
.grizzly-linked-images .wpb_single_image.title-right h2 {
  left: initial;
  right: 15px;
}
.grizzly-linked-images .wpb_single_image.buy-now .wpb_wrapper:after {
  position: absolute;
  content: "order online";
  right: 30px;
  top: 15px;
  background: #E0629A;
  color: white;
  padding: 9px 44px;
  pointer-events: none;
  cursor: pointer;
  border-radius: 10px;
}
@media (max-width: 1023px) {
  .grizzly-linked-images .wpb_single_image.buy-now .wpb_wrapper:after {
    right: 15px;
  }
}
.grizzly-linked-images .wpb_single_image.find-out-more .wpb_wrapper:after {
  position: absolute;
  content: "find out more";
  right: 30px;
  top: 15px;
  background: #E0629A;
  color: white;
  padding: 9px 44px;
  pointer-events: none;
  cursor: pointer;
  border-radius: 10px;
}
@media (max-width: 1023px) {
  .grizzly-linked-images .wpb_single_image.find-out-more .wpb_wrapper:after {
    right: 15px;
  }
}
.grizzly-linked-images .wpb_single_image.get-a-quote .wpb_wrapper:after {
  position: absolute;
  content: "get a quote";
  right: 30px;
  top: 15px;
  background: #E0629A;
  color: white;
  padding: 9px 44px;
  pointer-events: none;
  cursor: pointer;
  border-radius: 10px;
}
@media (max-width: 1023px) {
  .grizzly-linked-images .wpb_single_image.get-a-quote .wpb_wrapper:after {
    right: 15px;
  }
}
.grizzly-linked-images .wpb_single_image.order-online .wpb_wrapper:after {
  position: absolute;
  content: "order online";
  right: 30px;
  top: 15px;
  background: #E0629A;
  color: white;
  padding: 9px 44px;
  pointer-events: none;
  cursor: pointer;
  border-radius: 10px;
}
@media (max-width: 1023px) {
  .grizzly-linked-images .wpb_single_image.order-online .wpb_wrapper:after {
    right: 15px;
  }
}
.grizzly-linked-images .wpb_single_image.sign-up .wpb_wrapper:after {
  position: absolute;
  content: "sign up to order online";
  right: 30px;
  top: 15px;
  background: #E0629A;
  color: white;
  padding: 9px 44px;
  pointer-events: none;
  cursor: pointer;
  border-radius: 10px;
}
@media (max-width: 1023px) {
  .grizzly-linked-images .wpb_single_image.sign-up .wpb_wrapper:after {
    right: 15px;
  }
}
.grizzly-linked-images .wpb_single_image.go-to-tecan .wpb_wrapper:after {
  position: absolute;
  content: "go to Tecan.co.uk";
  right: 30px;
  top: 15px;
  background: #E0629A;
  color: white;
  padding: 9px 44px;
  pointer-events: none;
  cursor: pointer;
  border-radius: 10px;
}
@media (max-width: 1023px) {
  .grizzly-linked-images .wpb_single_image.go-to-tecan .wpb_wrapper:after {
    right: 15px;
  }
}
.grizzly-linked-images .p-p {
  position: absolute;
  top: 15px;
  left: 30px;
  color: #fff !important;
  background: #E0629A;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 120%;
  z-index: 1;
}
.grizzly-linked-images .p-p p {
  color: #ffffff;
  font-weight: 400;
}
#main.main-boxed section.grizzly-header-image {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  overflow: visible;
}
#main.main-boxed section.grizzly-header-image > .vc_row {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  height: 60vh;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  overflow: visible;
}
#main.main-boxed section.grizzly-header-image > .vc_row .grizzly-button h2 {
  position: absolute;
  right: 30px;
  top: 15px;
  background: #E0629A;
  color: #ffffff;
  font-size: 14px;
  padding-left: 15px;
  padding-right: 15px;
  pointer-events: none;
  cursor: pointer;
}
#main.main-boxed section.grizzly-header-image > .vc_row .grizzly-circle {
  position: absolute;
  background: #E0629A;
  left: 5vw;
  bottom: -80px;
  border-radius: 50%;
  height: 12vw;
  width: 12vw;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
}
#grizzly-stencils-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(224, 98, 154, 0.6);
  cursor: pointer;
  opacity: 0;
  transition: 0.3s ease-out;
}
#grizzly-stencils-link:hover {
  opacity: 1;
}
#grizzly-stencils-link .wpb_wrapper {
  height: 100%;
  width: 100%;
}
#grizzly-stencils-link .wpb_wrapper a {
  display: block;
  width: 100%;
  height: 100%;
}
.grizzly-blocked-content {
  background: #000000;
}
.grizzly-blocked-content > .vc_row {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.grizzly-blocked-content .grizzly-bg-image {
  background-size: cover;
  background-position: center;
}
.grizzly-blocked-content .wpb_text_column .wpb_wrapper {
  padding: 9vw 15vw 9vw 7vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1023px) {
  .grizzly-blocked-content .wpb_text_column .wpb_wrapper {
    padding: 10vw 5vw;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .grizzly-blocked-content .wpb_text_column .wpb_wrapper {
    padding: 5vw 5vw;
  }
}
.grizzly-blocked-content .wpb_text_column .wpb_wrapper h2 {
  margin-top: 0;
  color: #ffffff;
  font-size: 2em;
  line-height: 1.2em;
  margin-bottom: 10px;
  font-weight: 300;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  .grizzly-blocked-content .wpb_text_column .wpb_wrapper h2 {
    font-size: 30px;
    line-height: 120%;
  }
}
.grizzly-blocked-content .wpb_text_column .wpb_wrapper p {
  margin-top: 0;
  color: #ffffff;
}
.grizzly-blocked-content .wpb_text_column .wpb_wrapper a {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 40px;
  margin-top: 10px;
}
.grizzly-blocked-content .wpb_text_column .wpb_wrapper a:before {
  content: "";
  position: absolute;
  left: 0;
  width: 24px;
  height: 11px;
  background: transparent url("img/arrow.svg") 0% 0% no-repeat;
}
section.grizzly-carousel .vc_column-inner .wpb_wrapper {
  position: relative;
}
section.grizzly-carousel .vc_column-inner .wpb_wrapper:after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 20%;
  width: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  content: " ";
  z-index: 1;
}
section.grizzly-carousel .vc_column-inner .wpb_wrapper h2 {
  position: absolute;
  bottom: 15px;
  color: #ffffff;
  z-index: 2;
  text-align: center;
  width: 100%;
  background: #E0629A;
  width: auto;
  left: 50%;
  transform: translate(-50%, 0);
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 8px;
  /*text-shadow: 0px 0px 16px rgba(0,0,0,1);*/
}
section.grizzly-carousel .vc_column-inner .wpb_wrapper h2 a {
  color: #ffffff;
}
section.grizzly-carousel .vc_column-inner .wpb_wrapper h2 a:hover {
  text-decoration: none;
}
section.grizzly-carousel .vc_column-inner .wpb_wrapper img {
  transform: translate(0, -25%);
  width: 100%;
  height: auto;
}
section.grizzly-carousel .vc_images_carousel .vc_carousel-control .icon-next, section.grizzly-carousel .vc_images_carousel .vc_carousel-control .icon-prev {
  font-size: 5vw;
  color: #ffffff;
}
/*** order form ***/
input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"], textarea, .form-control, select {
  border-color: #000;
}
body .gform_wrapper ul li.gfield {
  margin-top: 30px;
}
.gform_wrapper .top_label .gfield_label, .gform_wrapper legend.gfield_label {
  color: #E0629A;
}
.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
  width: 100%;
}
.gform_wrapper .top_label select.medium {
  width: 100%;
  padding: 10px 30px 10px 10px;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 10px;
}
.summary .price {
  display: none;
}
.single-product .product-type-variable .images {
  background: #e5e5e5;
}
.img-thumbnail {
  background: #e5e5e5;
  border: 0 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.woocommerce-tabs .tab-content {
  border-top: 0;
}
.sticky-transition[data-plugin-sticky] {
  transition: none !important;
}
.product-layout-full_width .product-media {
  position: relative !important;
}
.resp-tabs-list {
  display: none;
}
.product_meta {
  display: none;
}
.wcvw_main_container {
  margin-top: 30px;
}
#wcvw_thumbnail, .wcvw_thumbnail {
  display: none;
}
#wcvw_number, .wcvw_number {
  display: none;
}
#wcvw_stock, .wcvw_stock {
  display: none;
}
.wcvw_main_container .wcvw_row_of_items:hover {
  background-color: rgba(0, 136, 204, 0.2) !important;
}
.wcvw_main_container #add_to_cart_btn_action a {
  display: block;
  width: 100%;
  background: #E0629A !important;
}
.wcvw_main_container #add_to_cart_btn_action a:hover {
  text-decoration: none;
}
tfoot {
  display: none;
}
.wc_variations_layouts_table td, .wc_variations_layouts_table th {
  text-align: left;
}
@media (max-width: 1023px) {
  .resp-accordion {
    display: none !important;
  }
  .wcvw_main_container table thead {
    display: none !important;
  }
  .wcvw_main_container table .wcvw_row_of_items {
    margin-bottom: 15px;
    display: block;
  }
  .wcvw_main_container table .wcvw_number {
    display: none;
  }
  .wcvw_main_container table .wcvw_thumbnail {
    display: none;
  }
  .wcvw_main_container table .wcvw_stock {
    display: none;
  }
  .wcvw_main_container table th {
    width: 100%;
  }
  .wcvw_main_container table td {
    margin-right: 0;
    width: 100%;
  }
  .wc_variations_layouts_table tbody tr:nth-child(2n) {
    background: none !important;
  }
}
.product-category-slider {
  margin-bottom: 0;
  max-height: 60vh;
}
.product-category-slider .wpb_wrapper {
  max-height: 60vh;
}
.product-category-slider .vc_item {
  max-height: 60vh;
}
.product-category-slider .vc_item .vc_inner {
  height: 100%;
  text-align: center;
  background: #e5e5e5;
}
.product-category-slider .vc_item .vc_inner img {
  height: 100%;
  width: auto;
}
.grizzly-stencils-2-image .vc_column_container {
  max-height: 60vh;
}
.grizzly-stencils-2-image .vc_column_container .wpb_wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
}
.grizzly-stencils-2-image .vc_column_container .wpb_single_image {
  height: 100%;
  display: flex;
  justify-content: center;
}
.grizzly-stencils-2-image .vc_column_container .wpb_single_image .vc_single_image-wrapper {
  height: 100%;
}
.grizzly-stencils-2-image .vc_column_container .wpb_single_image .vc_single_image-wrapper img {
  height: 100%;
  width: 100%;
}
section.header-area {
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  width: calc(100% + 60px);
  margin-left: -30px;
  position: relative;
}
section.header-area .header-slides {
  margin-bottom: 0;
}
section.header-area .header-slides .header-slide {
  height: calc(100vh - 110px);
  min-height: 650px;
  position: relative;
  background-size: cover;
  background-position: bottom center;
  /*&:before {
                content: " ";
                background: rgb(0,0,0);
                background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 51%, rgba(0,0,0,0.7049194677871149) 76%, rgba(0,0,0,0) 100%);
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
            }*/
}
@media (max-width: 1023px) {
  section.header-area .header-slides .header-slide {
    height: 88vh;
    background-position: 65% center;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  section.header-area .header-slides .header-slide {
    height: 61vh;
  }
}
section.header-area .header-slides .header-slide .wrapper .content {
  display: flex;
  justify-content: space-between;
  padding: 0 10vw;
}
@media (max-width: 1023px) {
  section.header-area .header-slides .header-slide .wrapper .content {
    flex-wrap: wrap;
  }
}
section.header-area .header-slides .header-slide .wrapper .content > div {
  color: #ffffff;
  width: 55%;
}
section.header-area .header-slides .header-slide .wrapper .content > div.text-container {
  height: calc((100vh - 110px) / 2);
  min-height: 380px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.knowledge-base section.header-area .header-slides .header-slide .wrapper .content > div.text-container {
  width: 75%;
}
section.header-area .header-slides .header-slide .wrapper .content > div.text-container h1 {
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 22px;
}
section.header-area .header-slides .header-slide .wrapper .content > div.text-container .text {
  color: #ffffff;
}
section.header-area .header-slides .header-slide .wrapper .content > div.text-container .text p {
  color: #ffffff;
}
section.header-area .header-slides .header-slide .wrapper .content > div.text-container .buttons {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 1023px) {
  section.header-area .header-slides .header-slide .wrapper .content > div.text-container .buttons {
    display: block;
  }
}
section.header-area .header-slides .header-slide .wrapper .content > div.text-container .buttons a {
  display: block;
  font-size: 1.125em;
  border: none;
  border-radius: 10px;
  padding: 9px 0 9px 27px;
  font-weight: normal;
  margin-right: 10px;
  text-decoration: underline;
  transition: all 0.3s ease-out;
  color: #ffffff;
}
section.header-area .header-slides .header-slide .wrapper .content > div.text-container .buttons a:hover {
  background: transparent;
  color: #E0629A;
}
section.header-area .header-slides .header-slide .wrapper .content > div.text-container .buttons a:nth-of-type(1) {
  padding: 9px 44px;
  background: #E0629A;
  color: #fff;
  text-decoration: none;
}
section.header-area .header-slides .header-slide .wrapper .content > div.text-container .buttons a:nth-of-type(1):hover {
  background: #ffffff;
  color: #E0629A;
}
@media (max-width: 1023px) {
  section.header-area .header-slides .header-slide .wrapper .content > div.text-container .buttons a {
    display: block;
    margin-bottom: 20px;
    text-align: center;
    margin-right: 0;
    padding: 9px 10px;
  }
}
@media (max-width: 1023px) {
  section.header-area .header-slides .header-slide .wrapper .content > div {
    width: 100%;
  }
  section.header-area .header-slides .header-slide .wrapper .content > div:nth-of-type(1) {
    order: 2;
  }
  section.header-area .header-slides .header-slide .wrapper .content > div:nth-of-type(2) {
    order: 1;
  }
}
section.header-area .slick-prev, section.header-area .slick-next {
  width: 26px;
  height: 55px;
  z-index: 4;
  top: 0;
  height: calc((100vh - 110px) / 2);
  min-height: 380px;
  transform: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
section.header-area .slick-prev {
  left: 2.5vw;
}
section.header-area .slick-prev:before {
  content: " ";
  background-image: url("/wp-content/themes/stencils/img/left-arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: relative;
  transform: translateY(60%);
}
section.header-area .slick-next {
  right: 2.5vw;
}
section.header-area .slick-next:before {
  content: " ";
  background-image: url("/wp-content/themes/stencils/img/right-arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: relative;
  transform: translateY(60%);
}
@media (max-width: 1023px) {
  section.header-area {
    background-size: 100%;
  }
}
section.header-area .text {
  margin-bottom: 34px;
}
section.header-area .text p {
  font-size: 1.125em;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  section.header-area .text p {
    font-size: 16px;
  }
}
@media (max-width: 1023px) {
  section.header-area .text iframe {
    width: 100%;
    height: auto;
  }
}
section.header-area .sub-title {
  font-weight: bold;
  margin-bottom: 30px;
}
section.header-area .sub-title .blink {
  color: #E0629A;
  animation: blink 0.8s infinite;
}
@keyframes blink {
  to {
    opacity: 0;
  }
}
section.header-area .sub-title .flex {
  display: flex;
}
section.header-area .sub-title .header-sub-title {
  color: #fff;
  font-family: "Courier";
  font-size: 20px;
  padding: 0.1em;
}
.am_ajax_post_grid_wrap {
  display: flex;
  align-items: flex-start;
  /*@include up-to-ipad-landscape {
        flex-wrap: wrap;
    }*/
}
.am_ajax_post_grid_wrap .asr-ajax-container {
  order: 1;
  width: 70%;
  margin-right: 50px;
  /*@include up-to-ipad-landscape {
            width: 100%;
            margin-right: 0;
            padding: 10vw 5vw 5vw 5vw;
        }*/
}
.am_ajax_post_grid_wrap .asr-ajax-container .am__col-3 .am_grid_col {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  /*@include up-to-ipad-landscape {
                    padding: 0;
                }*/
}
.am_ajax_post_grid_wrap .asr-ajax-container .am__col-3 .am_grid_col .am_single_grid {
  display: flex;
  box-shadow: 0 0px 6px #dbdbdb;
  /*@include up-to-ipad-landscape {
                        flex-wrap: wrap;
                    }*/
}
.am_ajax_post_grid_wrap .asr-ajax-container .am__col-3 .am_grid_col .am_single_grid .am_thumb {
  width: 30%;
  flex-shrink: 0;
  /*@include up-to-ipad-landscape {
                            width: 100%;
                        }*/
}
.am_ajax_post_grid_wrap .asr-ajax-container .am__col-3 .am_grid_col .am_single_grid .am_cont h2 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1.6em;
}
.am_ajax_post_grid_wrap .asr-ajax-container .am__col-3 .am_grid_col .am_single_grid .am_cont .am__excerpt {
  margin-bottom: 1em;
}
.am_ajax_post_grid_wrap .asr-ajax-container .am__col-3 .am_grid_col .am_single_grid .am_cont a:last-of-type {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 40px;
  margin-top: 10px;
  color: #E0629A;
}
.am_ajax_post_grid_wrap .asr-ajax-container .am__col-3 .am_grid_col .am_single_grid .am_cont a:last-of-type:before {
  content: "";
  position: absolute;
  left: 0;
  width: 24px;
  height: 11px;
  background: transparent url("img/arrow.svg") 0% 0% no-repeat;
}
.am_ajax_post_grid_wrap .asr-filter-div {
  order: 2;
  width: 30%;
  background: #f1f2f3;
  padding: 20px;
  position: relative;
  /*@include up-to-ipad-landscape {
            width: 100%;
            padding: 10vw 5vw 5vw 5vw;
        }*/
}
.am_ajax_post_grid_wrap .asr-filter-div:before {
  content: "Filter selection";
  font-size: 1.6em;
}
.am_ajax_post_grid_wrap .asr-filter-div ul {
  display: block;
  padding: 0 !important;
  list-style-type: none;
  border-top: 2px solid #E0629A;
  position: relative;
  margin-top: 15px;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  background: #fff;
}
.am_ajax_post_grid_wrap .asr-filter-div ul li {
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  background: #fff;
  margin: 0 !important;
  border: none !important;
  position: relative;
}
.am_ajax_post_grid_wrap .asr-filter-div ul li:hover {
  color: #E0629A;
}
.am_ajax_post_grid_wrap .asr-filter-div ul li:before {
  display: none !important;
}
.am_ajax_post_grid_wrap .asr-filter-div ul li:after {
  content: " " !important;
  background: #f1f2f3;
  display: block !important;
  position: absolute;
  width: 22px;
  height: 22px;
  right: 15px;
  left: initial;
  margin-left: 0 !important;
  border-radius: 5px;
}
.am_ajax_post_grid_wrap .asr-filter-div ul li.active:after {
  background: #E0629A;
}
.page-id-25 .header-slides:before {
  content: "FREE P&P\ato the UK";
  position: absolute;
  top: 5vw;
  right: 5vw;
  color: #fff;
  line-height: 120%;
  background: #E0629A;
  border-radius: 50%;
  width: 10vw;
  height: 10vw;
  font-size: 1.4vw;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 5;
}
.postid-552 .product-images:after {
  content: "FREE P&P\ato the UK";
  position: absolute;
  top: 15px;
  right: 30px;
  color: #fff;
  background: #E0629A;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 120%;
  z-index: 1;
}
.image-radios .gfield_radio {
  display: flex;
  flex-wrap: wrap;
}
.image-radios .gfield_radio li {
  width: 33%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.image-radios .gfield_radio li input {
  order: 2;
  margin: 0;
}
.image-radios .gfield_radio li label {
  order: 1;
  margin: 0;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.postid-846 #wc-stripe-payment-request-wrapper, .postid-846 #wc-stripe-payment-request-button-separator {
  display: none !important;
}
.postid-846 .product-summary-wrap .single_add_to_cart_button:before {
  display: none;
}
.cart-v2 .shop_table dl.variation dt, .checkout-v2 .shop_table dl.variation dt {
  padding-top: 0;
}
.cart-v2 dl, .cart-v2 dd, .checkout-v2 dl, .checkout-v2 dd {
  margin-bottom: 5px;
}
.cart-v2 dl.variation img, .checkout-v2 dl.variation img {
  display: none;
}
.woocommerce-order-details .wc-item-meta img {
  display: none;
}
.wpb_text_column table {
  margin-bottom: 1.125rem;
}
.wpb_text_column table td {
  padding-left: 0;
}
#main.main-boxed .vc_row[data-vc-stretch-content] {
  max-width: calc(100% + 60px) !important;
}
#main.main-boxed .vc_row[data-vc-stretch-content] .wpb_single_image .vc_single_image-wrapper {
  display: block;
}
#main.main-boxed .vc_row[data-vc-stretch-content] .wpb_single_image .vc_single_image-wrapper img {
  width: 100%;
}
.grizzly-stencils-2-image .vc_column_container {
  max-height: initial;
}
.single-product.postid-846 .product-summary-wrap .quantity {
  padding-left: 210px;
}
.single-product.postid-846 .product-summary-wrap .quantity:before {
  content: "Number of stencils required:";
  position: absolute;
  left: 0;
  top: 50%;
  width: auto;
  height: 100%;
  transform: translateY(-25%);
}
.woocommerce-tabs .tab-content p {
  font-weight: 300 !important;
}
.gform_variation_wrapper {
  width: 100% !important;
}
.cn-button {
  background: #e06299 !important;
}
/*# sourceMappingURL=main.css.map */