/*
 Theme Name:   storefront-child
 Theme URI:    https://woocommerce.com/storefront/#
 Description:  Storefront Child Theme for Premier Ultrasky
 Author:       Ethan Strowger
 Author URI:   https://lnetdigital.co.uk
 Template:     storefront
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         woocommerce storefront
 Text Domain:  storefront-child
*/
ul#site-header-cart {
  width: 100% !important;
}
body {
  font-family: 'PT Sans', sans-serif;
  color: #0D0D0D; }
  
h1, h2, h3, h4, h5, h6 {
    color: #0D0D0D;
}

a {
    color: #2176BC;
}

.input-text, input[type=email], 
input[type=password], 
input[type=search], input[type=tel], 
input[type=text], 
input[type=url], textarea {
    font-family: 'PT Sans', sans-serif;
    color: #444444 !important;
}

header#masthead > .col-full {
  margin-top: 12px;
  margin-bottom: 12px; 
  display: flex;
  align-items: flex-end; }
  header#masthead > .col-full input[type=search] {
    box-shadow: none; }

header#masthead .main-navigation li a {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase; }

.header-large-row {
  display: flex;
  justify-content: center;
  float: right;
  clear: right;
  width: 81%;
  padding: 0 10px; }

.header-strapline {

  line-height: 1.3em; }

.header-strapline p {
  color: rgb(0, 0, 0) !important;
  font-size: 16px;
  margin:0px 0px 30px 0px;
  }

.header-large-row .site-search {
  float: left !important;
  width: 100% !important;
  clear: none !important;
  margin-top: 0.7em; }

  a.contact-link {
    color: white !important;
    font-size: 16px;
    text-decoration: underline;
  
}
.site-header {
	background-color: #0D0D0D;
}
ul#site-header-cart {
  margin-top: 10px;
}
.d-none{
  display: none;
}
a.contact-link:focus {
  outline: none;
}
.site-header-cart .cart-contents {
  font-size: 20px;
 
  margin-top: 0 !important;
  max-width: 77%;
  text-align: center;
  margin: 0 0 0 auto; }

.page-template-template-homepage {
    background-color: #fff; }

.uni-builderius-container .parsley-errors-list {
  position: static !important; }

.page-template-template-homepage .entry-header h1 {
  display: none; }

.home #post-16 > div.entry-content {
  display: none; }

span.vwmessage {
  display: none;
  width: 100%;
  margin: 0 !important;
  padding: 1px 6px 2px !important;
  line-height: 16px;
  background-color: #f75555 !important;
  color: #fff !important;
  font-size: 12px !important; }

.content-area {
  /* Trying to remvoe right-sidebar class from pages stopping wrap from working */
  width: auto;
  float: none;
  margin-right: 0; }

.page-template-template-homepage .type-page {
  padding-bottom: 0; }

.cta-link {
  color: #37ABE3;
  padding: 3px 19px;
  display: inline-block;
  border: 2px solid #37ABE3;
  font-weight: 700;
  background-color: white;
  -webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1); }
  .cta-link:hover {
    background-color: #37ABE3;
    color: white;
    -webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1); }

.header-message a {
  color: #333333; }
  .header-message a:hover {
    text-decoration: underline; }

.header-message a.tel {
  color: #fff;
  font-weight: 700; }

.site-main {
  margin-bottom: 0; }

.hentry {
  margin-bottom: 0; }

.site-branding {
  margin-bottom: 0; }

.storefront-secondary-navigation.woocommerce-active .site-header .site-branding {
  /*width: 13.73913%;*/
  margin: 0; }

.site-header .site-branding img {
  max-width: 230px; }

.site-header {
  border: 0; }

.site-header ul.menu li.current-menu-item > a {
  color: #2176BC !important;
  background-color: #FFF; }

.pagerow {
  padding: 4em 0;
  overflow: hidden; }
  .pagerow:last-of-type {
    margin-bottom: 0; }

.flex {
  display: flex;
  flex-wrap: wrap; }

.quote-blocks {
  width: 100%;
  overflow: hidden;
  padding-top: 57px;
  padding-bottom: 30px;
  background-color: #fff; }
  .quote-blocks .quote-block {
    float: left;
    width: 23%;
    margin-right: 2%;
    text-align: center;
    position: relative;
    margin-bottom: 27px;
    display: flex;
    flex-direction: column; }
    .quote-blocks .quote-block img {
      border-radius: 0;
      width: 100%;
      object-fit: contain;
      object-position: bottom;
      height: 220px;
      padding-bottom: 10px;}
    .quote-blocks .quote-block:last-of-type {
      margin-right: 0; }
    .quote-blocks .quote-block .block-content {
      flex-grow: 1;
      width: 100%;
      background: #37abe3;
      padding: 10px 10px 21px 10px;
      justify-content: center;
      display: flex;
      flex-direction: column; }
      .quote-blocks .quote-block .block-content h2 {
        color: #fff;
        font-size: 22px;
        font-weight: bold;
        margin: 0 0 4px 0;
        letter-spacing: 0.58px; }
      .quote-blocks .quote-block .block-content p {
        color: #FFFFFF;
        font-size: 16px;
        letter-spacing: 0;
        line-height: 20px;
        text-align: center;
        margin-bottom: 24px; }
      .quote-blocks .quote-block .block-content a {
        display: block;
        margin: 0 auto;
        width: 122px;
        text-shadow: none;
        text-transform: uppercase;
        border: none;
		background-color: #fff;
        color: #f77521;
        padding: 0.215em;
        font-size: 14px;
        -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        -ms-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
        margin-top: auto; }
        .quote-blocks .quote-block .block-content a:hover {
          background: #fff;
          border-color: #4a4a4a;
          color: #4a4a4a;
          text-shadow: none; }

.left-offhalf {
  float: left;
  width: 43%; }
  .left-offhalf img {
    width: 100%; }

.right-offhalf {
  float: right;
  width: 53%;
  position: relative;
  padding-bottom: 27.7%; }
  .right-offhalf iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;}
  .right-offhalf.skylight-image {
    padding-bottom: 0; }

.skylight-intro {
  display: flex;
  flex-wrap: wrap; }
  .skylight-intro .left-offhalf, .skylight-intro .right-offhalf {
    align-self: center; }
  .skylight-intro .left-offhalf, .skylight-intro .right-offhalf {
    width: 48%; }
  .skylight-intro .left-offhalf {
    margin-right: 4%; }

.page-template-template-lantern-roof .storefront-breadcrumb {
  margin-bottom: 0 !important; }

.page-template-template-lantern-roof .top-banner {
  padding: 280px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 0 -140px;
  position: relative; }
  .page-template-template-lantern-roof .top-banner .banner-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background: rgba(97, 139, 134, 0.7);
    padding: 2em 0; }
    .page-template-template-lantern-roof .top-banner .banner-caption h1, .page-template-template-lantern-roof .top-banner .banner-caption p {
      color: #fff;
      margin: 0; }
    .page-template-template-lantern-roof .top-banner .banner-caption h1 {
      font-weight: 900;
      margin-bottom: 0.2em;
      font-size: 52px; }
    .page-template-template-lantern-roof .top-banner .banner-caption p {
      font-size: 26px; }

.page-id-739 .top-banner {
  background-position: center -410px;
  background-size: 1920px; }

/* Brochure Row - Footer */
.brochure-footer {
  background: #37abe3;
  padding: 3em 0; }
  .brochure-footer .col-full {
    display: flex;
    flex-wrap: wrap;
    max-width: 780px;
    margin-left: auto;
    margin-right: auto; }
  .brochure-footer .column {
    align-self: center; }
  .brochure-footer .col-left {
    float: left;
    width: 49.9%; }
  .brochure-footer .col-right {
    float: right;
    width: 49.9%;
    padding-left: 5%; }
    .brochure-footer .col-right h2 {
      color: #fff; }
    .brochure-footer .col-right .brochure-button,
    .brochure-footer .col-left .brochure-button {
      display: block;
      width: 100%;
      background: #0275c1;
      color: #fff;
      font-size: 22px;
      font-weight: 400;
      line-height: 26px;
      padding: 5px 19px 5px 7px;
      -webkit-transition: background 0.2s ease-in;
      -moz-transition: background 0.2s ease-in;
      -o-transition: background 0.2s ease-in;
      -ms-transition: background 0.2s ease-in;
      transition: background 0.2s ease-in; }
      .brochure-footer .col-right .brochure-button,
      .brochure-footer .col-left .brochure-button {
        margin-bottom: 20px; }
      .brochure-footer .col-right .brochure-button i,
      .brochure-footer .col-left .brochure-button i{
        float: right;
        margin-top: 5px;
        font-size: 0.7em; }
      .brochure-footer .col-right .brochure-button:hover,
      .brochure-footer .col-left .brochure-button:hover {
        background: #D95F19; }
    .brochure-footer .col-right .nobg-button,
    .brochure-footer .col-left .nobg-button {
      text-transform: uppercase;
      color: #fff;
      display: block;
      border: 2px solid #fff;
      padding: 0.2em 0.7em 0.1em;
      max-width: 194px;
      text-align: center;
      margin-top: 2em;
      -webkit-transition: all 0.2s ease-in;
      -moz-transition: all 0.2s ease-in;
      -o-transition: all 0.2s ease-in;
      -ms-transition: all 0.2s ease-in;
      transition: all 0.2s ease-in; }
      .brochure-footer .col-right .nobg-button:hover,
      .brochure-footer .col-left .nobg-button:hover {
        background: #fff;
        color: #4a4a4a;
        border-color: #4a4a4a; }

.materials {
  background: #76777b;
  padding: 2em 0;
  width: 100%; }
  .materials .col-full {
    display: flex;
    flex-wrap: wrap; }
  .materials .col-50 {
    float: left;
    width: 48%;
    align-self: center;
    color: #fff; }
    .materials .col-50 h2 {
      color: #fff; }
    .materials .col-50 ul {
      list-style: none; }
    .materials .col-50 ol {
      margin-left: 1.2em; }
    .materials .col-50 img {
      height: auto; }
    .materials .col-50:not(:last-of-type) {
      margin-right: 4%; }
    .materials .col-50 *:last-child {
      margin-bottom: 0; }

.info-blocks {
  overflow: hidden;
  padding: 3em 0;
  background-image: url(../../uploads/2019/08/hexagons.svg);
  background-repeat: no-repeat;
  background-size: 900px;
  background-position: -154px -181px; }
  .info-blocks .col-full {
    display: flex;
    flex-wrap: wrap; }
  .info-blocks .block {
    float: left;
    width: 31%;
    box-shadow: 2px 2px 5px #4a4a4a;
    margin-right: 3.5%;
    display: flex;
    flex-flow: column;
    margin-bottom: 3.5%;
    background: #fff; }
    .info-blocks .block:nth-child(3n) {
      margin-right: 0; }
    .info-blocks .block h3 {
      text-align: center;
      color: #fff;
      font-size: 1.3em;
      padding: 0.5em; }
    .info-blocks .block p {
      margin-bottom: 0;
      padding: 0.6em 2em 1.9em; }

#menu-footer-links {
  list-style: none;
  margin: 0; }

.footer-col-left {
  width: 31%;
  float: left; }

.footer-col-midleft {
  width: 16%;
  float: left; }

.footer-col-midright {
  width: 16%;
  float: left; }

.footer-col-right {
  width: 31%;
  float: right; }

.site-footer {
  padding: 1.618em 0; 
  background-color: #0d0d0d;}
  .site-footer li {
    list-style: none;
    font-weight: 100; }
  .site-footer a {
    transition: ease-in-out 0.2s; }
    .site-footer a:hover {
      transition: ease-in-out 0.2;
      text-decoration: underline; }

.widget_nav_menu ul li:last-of-type {
  margin: 0; }

.widget_nav_menu ul li:before {
  display: none; }

.widget_nav_menu ul li {
  padding: 0;
  margin-bottom: 0.2em; }

.widget .widget-title {
  font-weight: 700; }

.textwidget p {
  font-weight: 100;
  clear: both; }

.footer-widgets div.block.footer-widget-1 {
  width: 37%; }
  .footer-widgets div.block.footer-widget-1 #text-3 {
    margin: 0; }
    .footer-widgets div.block.footer-widget-1 #text-3 .textwidget p {
      margin: 0;
      font-size: 16;
      line-height: 20px;}

.footer-widgets div.block.footer-widget-2 {
  width: 18%; }
  .footer-widgets div.block.footer-widget-2 #nav_menu-3 {
    margin: 0; }

.footer-widgets div.block.footer-widget-3 #nav_menu-5 {
  margin: 0; }

.footer-widgets .footer-widget-4 #text-4 .textwidget p {
  font-weight: 100;
  clear: both;
  margin: 0; }
  .footer-widgets .footer-widget-4 #text-4 .textwidget p:first-of-type {
    margin-bottom: 10px; }
  .footer-widgets .footer-widget-4 #text-4 .textwidget p img {
    /*height: 33px;
    width: auto;*/
    float: right;
    margin-right: 5px; }
    .footer-widgets .footer-widget-4 #text-4 .textwidget p img:first-of-type {
      margin-right: 0px; }
	  
	  .footer-widgets .footer-widget-4 #text-4 .textwidget p:first-of-type{
		  float:right;
	  }
	  .footer-widgets .footer-widget-4 #text-4 .textwidget p:first-of-type img{
			  float: left;
			  margin-right: 5px;
	          margin-top: 5px;
	  }

#text-4 img {
  /*height: 48px;
  width: auto;*/
  float: right;
  margin-right: 10px;
  margin-bottom: 10px; }

.underbar {
  padding-top: 21px;
  background-color: #fff; }
  .underbar .textwidget {
    float: left; }
  .underbar .menu-terms-menu-container {
    float: right; }
    .underbar .menu-terms-menu-container #menu-terms-menu li {
      display: inline;
      padding-right: 10px; }
      .underbar .menu-terms-menu-container #menu-terms-menu li:last-of-type {
        padding-right: 0;
        padding-left: 10px; }

.features-list {
  overflow: auto; }
  .features-list .feature-block {
    width: 49%;
    float: left;
    display: inline-block;
    margin: 1.4em 0; }
    .features-list .feature-block:nth-child(2n+1) {
      clear: left; }
    .features-list .feature-block:nth-of-type(even) {
      margin-left: 20px; }
    .features-list .feature-block .feature-block-image {
      overflow: hidden;
      display: inline-block;
      width: 170px;
      float: left; }
      .features-list .feature-block .feature-block-image img {
        margin: 0;
        overflow: hidden;
        display: inline-block; }
    .features-list .feature-block .feature-description {
      width: 350px;
      padding-left: 25px;
      float: right; }
      .features-list .feature-block .feature-description h2 {
        font-size: 18px; }
      .features-list .feature-block .feature-description h4 {
        font-size: 16px; }
      .features-list .feature-block .feature-description ul {
        font-size: 14px; }

.featured-title-box {
  background-color: #37ABE3;
  overflow: hidden;
  background-image: url("assets/img/feature_background.svg");
  background-repeat: no-repeat;
  background-position: bottom right; }
  .featured-title-box h2, .featured-title-box h3, .featured-title-box a {
    color: white;
    margin: 0; }
  .featured-title-box h2 {
    font-size: 36px; }
  .featured-title-box h3 {
    font-size: 28px;
    font-weight: bold; }
  .featured-title-box a {
    font-size: 21px;
    transition: ease-in-out 0.2s; }
    .featured-title-box a:hover {
      transition: ease-in-out 0.2s;
      color: black;
      text-decoration: underline; }
  .featured-title-box .feat-col-left {
    width: 55%;
    float: left;
    line-height: 1.5em;
    padding: 45px;
    padding-right: 0; }
  .featured-title-box .feat-col-right {
    float: right;
    padding: 20px 45px;
    padding-left: 0; }
    .featured-title-box .feat-col-right img {
      height: 190px;
      margin-right: 120px; }

.featured-box li {
  box-shadow: 2px 2px 5px #4a4a4a; }

.featured-box .woocommerce-loop-product__title, .featured-box .woocommerce-Price-amount {
  color: white; }

.featured-box .add_to_cart_button {
  background-color: #37ABE3;
  color: white; }

.featured-box h3 {
  color: white; }

.featured-box h2 {
  color: #4a4a4a !important; }

.telbar {
  padding-top: 10px; }
  .telbar p {
    float: right; }
  .telbar span {
    color: #37ABE3; }

.header-message {
  font-size: 1.2em;
  float: right;
  text-align: right;
  flex-shrink: 0; }
  .header-message p {
    line-height: 20.8px;
	color: #02A2DB;
    margin-bottom: 0; }
    .header-message p span {
      color: #fff; }

.woocommerce-active .site-header .site-search {
  clear: right;
  margin-bottom: 0;
    max-width: 491.22px;
    margin: 0 auto; }

.site-search .widget_product_search form::before {
  top: 0.65em; }

.site-search .widget_product_search input[type=search] {
  padding: 0.45em 1.41575em;
  line-height: 1; }

.home-hero-header {
  margin-bottom: 0 !important;
  background-color: #fff;}
  .home-hero-header .home-hero-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 293px;
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: block; }
  .home-hero-header .home-hero-text {
    text-align: left; }
    .home-hero-header .home-hero-text h2 {
      color: #fff;
      font-size: 42px;
      line-height: 45px;
      font-weight: bold;
      margin-bottom: 0;
      line-height: 55px;
      text-shadow: 0 2px 4px rgba(0,0,0,0.5); }
    .home-hero-header .home-hero-text .home-hero-link-text {
      color: white;
      margin: 0;
      font-size: 20px;
      font-weight: 400; }
  .home-hero-header .home-hero-link {
    padding: 0.8em 4em;
    background-color: #37ABE3;
    display: inline-block; }

.hero-header .hero-image {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: block; }

.hero-header .hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  .hero-header .hero-text h2 {
    color: white;
    font-weight: bold; }
  .hero-header .hero-text .hero-link-text {
    color: white;
    margin: 0;
    font-size: 20px;
    font-weight: 400; }

.hero-header .hero-link {
  padding: 0.8em 4em;
  background-color: #37ABE3;
  display: inline-block; }

.home-vid {
  background-color: #F2F2F2 !important; }
  .home-vid h2 {
    font-size: 24px;
    font-weight: bold;
    color: #2A2A2A;
    margin-bottom: 1.3em;
    margin-top: 0.8em;
    line-height: 32px; }
  .home-vid p {
    color: #2A2A2A;
    line-height: 24px;}

.home-image-row {
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0;
  height: 681px;
  position: relative; }
  .home-image-row .col-full .right-offhalf {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #fff;
    width: 582px;
    max-width: 100%; }
    .home-image-row .col-full .right-offhalf a {
      margin: 0 auto;
      text-transform: uppercase;
      padding: 0.2em 0.5em;
      -webkit-transition: all 0.2s ease-in;
      -moz-transition: all 0.2s ease-in;
      -o-transition: all 0.2s ease-in;
      -ms-transition: all 0.2s ease-in;
      transition: all 0.2s ease-in; }
      .home-image-row .col-full .right-offhalf a:hover {
        background: #D95F19;
        color: #fff; }
    .home-image-row .col-full .right-offhalf *:last-child {
      margin-bottom: 0; }

.products-loop ul {
  display: flex;
  flex-wrap: wrap; }

.products-loop .product {
  float: left !important;
  width: 31% !important;
  display: flex;
  flex-wrap: wrap; }
  .products-loop .product:not(:last-of-type) {
    margin-right: 3.5%; }
  .products-loop .product:hover .order {
    background: #D95F19; }
  .products-loop .product h3 {
    color: #4a4a4a !important;
    font-size: 1.2em !important;
    font-weight: 900 !important;
    display: inline-block;
    width: 100%;
    padding: 0 19%; }
  .products-loop .product .order {
    align-self: flex-end; }

.page-template-template-homepage:not(.has-post-thumbnail) .site-main {
  padding-top: 0; }

.page-template-template-homepage .type-page {
  padding: 0; }

.storefront-breadcrumb {
  margin: 0; }

.about-left-text {
  float: left;
  width: 50%; }
  .about-left-text h1 {
    font-size: 40px; }
  .about-left-text h2 {
    font-size: 26px; }

.about-right-images {
  float: right;
  width: 40%; }
  .about-right-images img:first-of-type {
    margin-bottom: 5em;
    margin-top: 5em; }

.bottom-hexagons {
  float: left;
  clear: both;
  margin: 3em 0; }
  .bottom-hexagons img {
    float: left;
    width: 18%;
    margin-right: 2%; }

.storefront-breadcrumb {
  margin: 0;
  padding: 0.5em 0;
  background-color: #37ABE3;
  margin-bottom: 3em;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw; }
  .storefront-breadcrumb .woocommerce-breadcrumb {
    font-size: .875em;
    color: white; }
    .storefront-breadcrumb .woocommerce-breadcrumb a,
    .woocommerce-breadcrumb {
      color: white;
      font-size: 12px !important;
      text-transform: lowercase;
      font-weight: normal; }

.reasons-row {
  width: 100%;
  background-color: #37ABE3;
  padding-top: 34px;
  padding-bottom: 7px; }
  .reasons-row h2 {
    text-align: center; }
  .reasons-row ul {
    margin-bottom: 0 !important;
    margin-left: 0;
    list-style-type: none;
    text-align: center;
    display: flex; }
    .reasons-row ul li {
      display: inline-block;
      max-width: 25%;
      flex-flow: column;
      padding: 2.2%; }
      .reasons-row ul li i {
        font-size: 2.9em;
        margin-bottom: 0.5em; }
      .reasons-row ul li h3 {
        color: #fff !important;
        font-size: 16px;
        font-weight: 900; }
      .reasons-row ul li:first-of-type h3, .reasons-row ul li:first-of-type i, .reasons-row ul li:first-of-type a {
        color: #99c23d; }
      .reasons-row ul li:nth-child(2) h3, .reasons-row ul li:nth-child(2) i, .reasons-row ul li:nth-child(2) a {
        color: #26a19d; }
      .reasons-row ul li:nth-child(3) h3, .reasons-row ul li:nth-child(3) i, .reasons-row ul li:nth-child(3) a {
        color: #6e3860; }
      .reasons-row ul li:last-of-type h3, .reasons-row ul li:last-of-type i, .reasons-row ul li:last-of-type a {
        color: #D95F19; }

.featured-box {
  padding-top: 3em; }
  .featured-box .woocommerce ul li {
    width: 30%;
    margin-right: 4.5%; }
    .featured-box .woocommerce ul li:last-of-type {
      margin-right: 0; }
  .featured-box .nobg-button {
    color: #D95F19;
    border: 2px solid #D95F19;
    text-transform: uppercase;
    padding: 0.2em 0.5em;
    font-weight: 600;
    display: inline-block;
    float: right;
    margin-bottom: 2em;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }
    .featured-box .nobg-button:hover {
      background: #D95F19;
      color: #fff; }
  .featured-box h3 {
    float: left;
    color: #4a4a4a; }
  .featured-box .order {
    display: inline-block;
    color: #fff;
    background: #37ABE3;
    width: 100%;
    padding: 0.9em;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.2em;
    -webkit-transition: background 0.2s ease-in-out;
    -moz-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    -ms-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out; }
    .featured-box .order:hover {
      background: #D95F19; }

.key-features .feature-rows {
  list-style-type: none;
  margin-left: 0; }
  .key-features .feature-rows li {
    float: left;
    width: 48%;
    margin-bottom: 2.5%; }
    .key-features .feature-rows li:nth-child(odd) {
      margin-right: 4%; }
    .key-features .feature-rows li h3 {
      position: relative;
      display: block;
      width: 100%;
      margin-bottom: 0;
      user-select: none;
      border-width: 2px;
      border-style: solid;
      text-transform: uppercase;
      padding: 0.5em;
      font-size: 18px;
      font-weight: 900; }
      .key-features .feature-rows li h3:hover {
        cursor: pointer; }
      .key-features .feature-rows li h3 i {
        float: right;
        position: absolute;
        right: 0.5em;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        -ms-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in; }
      .key-features .feature-rows li h3.active i {
        transform: rotate(90deg) translateX(-50%); }
    .key-features .feature-rows li p {
      display: none;
      padding: 1em 1em 0; }

.green h3 {
  border-color: #99c23d;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }
  .green h3 i {
    color: #99c23d; }
  .green h3.active {
    background: #99c23d;
    color: #fff; }
    .green h3.active i {
      color: #fff; }
  .green h3:hover {
    background: #99c23d;
    color: #fff; }
    .green h3:hover i {
      color: #fff; }

.pink h3 {
  border-color: #D95F19;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }
  .pink h3 i {
    color: #D95F19; }
  .pink h3.active {
    background: #D95F19;
    color: #fff; }
    .pink h3.active i {
      color: #fff; }
  .pink h3:hover {
    background: #D95F19;
    color: #fff; }
    .pink h3:hover i {
      color: #fff; }

.purple h3 {
  border-color: #6e3860;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }
  .purple h3 i {
    color: #6e3860; }
  .purple h3.active {
    background: #6e3860;
    color: #fff; }
    .purple h3.active i {
      color: #fff; }
  .purple h3:hover {
    background: #6e3860;
    color: #fff; }
    .purple h3:hover i {
      color: #fff; }

.mint h3 {
  border-color: #26a19d;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }
  .mint h3 i {
    color: #26a19d; }
  .mint h3.active {
    background: #26a19d;
    color: #fff; }
    .mint h3.active i {
      color: #fff; }
  .mint h3:hover {
    background: #26a19d;
    color: #fff; }
    .mint h3:hover i {
      color: #fff; }

div#secondary {
  float: left; }
  div#secondary .widget-title {
    background-color: #0D0D0D;
    color: white;
    padding-bottom: 0;
    padding: 0.2em 0;
    padding-left: 12px;
    font-weight: 200;
    font-size: 18px; }
  div#secondary #woocommerce_widget_cart-3 {
    margin-bottom: 1.5em; }
    div#secondary #woocommerce_widget_cart-3 .widget_shopping_cart_content .buttons a:first-of-type {
      background-color: #37ABE3;
      color: white;
      font-weight: 400 !important;
      text-transform: uppercase; }
  div#secondary #woocommerce_product_categories-2, div#secondary #woocommerce_layered_nav-2, div#secondary #woocommerce_layered_nav-3, div#secondary #woocommerce_layered_nav-4, div#secondary #woocommerce_layered_nav-7 {
    margin-bottom: 1.5em;
    border: 1px #E8E6E6 solid; }
    div#secondary #woocommerce_product_categories-2 ul, div#secondary #woocommerce_layered_nav-2 ul, div#secondary #woocommerce_layered_nav-3 ul, div#secondary #woocommerce_layered_nav-4 ul, div#secondary #woocommerce_layered_nav-7 ul {
      margin-left: 10px; }
      div#secondary #woocommerce_product_categories-2 ul .count, div#secondary #woocommerce_layered_nav-2 ul .count, div#secondary #woocommerce_layered_nav-3 ul .count, div#secondary #woocommerce_layered_nav-4 ul .count, div#secondary #woocommerce_layered_nav-7 ul .count {
        display: none; }
      div#secondary #woocommerce_product_categories-2 ul a, div#secondary #woocommerce_layered_nav-2 ul a, div#secondary #woocommerce_layered_nav-3 ul a, div#secondary #woocommerce_layered_nav-4 ul a , div#secondary #woocommerce_layered_nav-7 ul a {
        text-decoration: none;
        font-weight: 200;
        color: #333; }
      div#secondary #woocommerce_product_categories-2 ul .widget_layered_nav .chosen::before, div#secondary #woocommerce_layered_nav-2 ul .widget_layered_nav .chosen::before, div#secondary #woocommerce_layered_nav-3 ul .widget_layered_nav .chosen::before, div#secondary #woocommerce_layered_nav-4 ul .widget_layered_nav .chosen::before, div#secondary #woocommerce_layered_nav-7 ul .widget_layered_nav .chosen::before {
        color: #D95F19; }
  div#secondary .widget_layered_nav .chosen::before {
    color: #37abe3;
    opacity: 0.8; }

.shop-container {
  width: 75%;
  float: right; }
  .shop-container ul.products li.product .button {
    margin-bottom: 0; }
  .shop-container .storefront-sorting {
    float: right; }
    .shop-container .storefront-sorting:last-of-type {
      display: none; }
  .shop-container ul li {
    border: 1px #e8e6e6 solid;
    margin-bottom: 2em; }
    .shop-container ul li .add_to_cart_button {
      background-color: #37ABE3;
      color: white;
      font-weight: 200;
      width: 100%;
      transition: ease-in-out 0.2s; }
      .shop-container ul li .add_to_cart_button:hover {
        transition: ease-in-out 0.2s;
        background-color: #D95F19; }
    .shop-container ul li .added_to_cart {
      background-color: #37ABE3;
      transition: ease-in-out 0.2s; }
      .shop-container ul li .added_to_cart:hover {
        transition: ease-in-out 0.2s;
        background-color: #D95F19; }
  .shop-container .woocommerce-Price-amount:before {
    content: "From "; }
  .shop-container .page-description {
    float: left; }

header.woocommerce-products-header {
  margin-top: 3em; }

.product-section-container {
  margin-top: 3em; }
  .product-section-container .single_add_to_cart_button {
    background-color: #D95F19;
    color: white;
    font-weight: 200;
    transition: ease-in-out 0.2s; }
    .product-section-container .single_add_to_cart_button:hover {
      transition: ease-in-out 0.2s;
      background-color: #37ABE3; }
  .product-section-container ul.products li a:last-of-type {
    background-color: #37ABE3;
    color: white;
    transition: ease-in-out 0.2s; }
    .product-section-container ul.products li a:last-of-type:hover {
      transition: ease-in-out 0.2s;
      background-color: #D95F19; }
  .product-section-container ul.products li a.button {
    background-color: #37ABE3;
    color: white;
    transition: ease-in-out 0.2s;
    font-size: 15px;
    font-weight: bold; }
    .product-section-container ul.products li a.button:hover {
      transition: ease-in-out 0.2s;
      background-color: #D95F19; }
  .product-section-container .entry-summary h2 {
    display: none; }
  .product-section-container .woocommerce-tabs ul.tabs li.active a {
    color: #37ABE3;
    font-weight: 100; }
  .product-section-container .related ul li {
    border: 1px #e8e6e6 solid;
    margin-bottom: 2em; }
    .product-section-container .related ul li .button {
      background-color: #37ABE3;
      color: white;
      font-weight: 200;
      width: 100%;
      margin-bottom: 0; }
  .product-section-container .tabs a {
    color: #333;
    font-weight: 100; }
  .product-section-container ul.tabs.wc-tabs {
    width: 100%; }
  .product-section-container li#tab-title-technical a:after {
    content: "";
    padding-left: 0; }
  .product-section-container .woocommerce-tabs ul.tabs li {
    display: inline-block;
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    float: left;
    margin-right: 3em; }
    .product-section-container .woocommerce-tabs ul.tabs li a {
      font-size: 24px; }
      .product-section-container .woocommerce-tabs ul.tabs li a:after {
        content: "|";
        padding-left: 3em; }
    .product-section-container .woocommerce-tabs ul.tabs li:last-of-type {
      margin-right: 0; }
    .product-section-container .woocommerce-tabs ul.tabs li:after {
      display: none; }
    .product-section-container .woocommerce-tabs ul.tabs li.active a:after {
      color: #9b9b9b; }
  .product-section-container div#tab-description, .product-section-container div#tab-additional_information, .product-section-container div#tab-additional-information, .product-section-container div#tab-technical {
    float: left; }
  .product-section-container h2.yikes-custom-woo-tab-title {
    DISPLAY: NONE;    display: block;
    font-size: 0 !important; }
  .product-section-container .woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
    margin-bottom: 0; }
  .product-section-container .woocommerce-tabs ul.tabs {
    border-top: 0;
    border-bottom: 1px solid #9B9b9b; }
  .product-section-container .related h2:first-of-type {
    border-bottom: 1px solid #9b9b9b;
    padding-bottom: 0.2em; }
  .product-section-container .woocommerce-tabs ul.tabs li a {
    padding-bottom: 0.2em; }
  .product-section-container div#tab-technical {
    width: 90%; }
  .product-section-container .wcff-label-info {
    color: #3a3a3a;
    background: none;
    border: none; }
  .product-section-container .wcff-label {
    padding: 0;
    border: none; }
  .product-section-container .wcff-label.wccpf_fields_tableral-label.wcff-label-info {
    display: inline-block;
    font-size: 24px;
    text-transform: uppercase; }
  .product-section-container .wcff-label.wccpf_fields_tableral-link.wcff-label-info {
    display: inline-block;
    float: right;
    margin-top: 8px; }
  .product-section-container .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a {
    padding-left: 23px;
    margin-left: -23px; }

.single-product div.product .product_meta {
  display: none; }

#custom_html-2 {
  margin-top: 2.2em; }
  #custom_html-2 a.bespoke-sidebar-button {
    display: inline-block;
    background-color: #D95F19;
    padding: 0.6em 1.97em;
    color: white !important;
    font-size: 22px;
    text-decoration: none !important;
    font-weight: 200 !important; }

.dl-title {
  margin-bottom: 48px; }

.dl-blocks .listitems {
  display: inline-block;
  width: 339px;
  max-width: 100%;
  margin-right: 12px;
  margin-bottom: 10px; }
  
.dl-blocks .listitems  p{
text-align:center;
color:#ff6633;
padding:10px 0px;
}	
.dl-blocks .listitems  p:hover{
color:#2176BC;
}

.brochure-block:last-of-type {
  margin-top: 3em; }

.hex-shape {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../uploads/2019/08/hexagons.svg);
  background-position: -112px -132px;
  background-size: 500px;
  background-repeat: no-repeat; }

.faq-title {
  margin-bottom: 40px; }

h2.faq-quesiton {
  margin-top: 50px;
  color: #37ABE3; }

.contact-content ul.contact-details {
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  margin: 0;
  margin-bottom: 30px;
  width:56%;
 }
  .contact-content ul.contact-details li {
    display: flex;
    flex-direction: row; }
    .contact-content ul.contact-details li a {
      white-space: nowrap; }
    .contact-content ul.contact-details li h2 {
      font-size: 20px;
      margin-left: 10px; }

.contact-content .fas {
  font-size: 28px;
  margin-right: 1%;
  color: #2176BC; }

.contact-content h2 {
  display: inline-block;
  color: black;
  text-decoration: none;
  transition: ease-in-out 0.2s; }
  .contact-content h2:hover {
    transition: ease-in-out 0.2s;
    color: #2176BC;
    text-decoration: underline; }

.contact-content h2.contact-phone {
  margin-right: 10%; }

.contact-content form {
  width: 60%;
  display: inline-block;
  float: left; }
  .contact-content form input {
    margin-bottom: 10px; }
  .contact-content form textarea {
    margin-bottom: 10px;
    width: 600px; }
  .contact-content form .wpcf7-submit {
    font-family: 'PT Sans', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    background-color: #D95F19;
    color: white;
    padding: 0.2em 3em;
    font-size: 16px;
    transition: ease-in-out 0.2s; }
  .contact-content form input[type="submit"]:hover {
    background-color: #37ABE3;
    color: white;
    transition: ease-in-out 0.2s; }

.contact-content iframe {
  width: 40%; }

.contact-title {
  margin-bottom: 50px; }

.storefront-product-pagination {
  display: none; }

/* Slideout.js */
body {
  width: 100%;
  height: 100%; }

.slideout-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 0px;
  min-height: 100vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 0;
  display: none;
  visibility: hidden; }
  .slideout-menu #secondary {
    display: none;
    visibility: hidden; }

.slideout-menu-left {
  left: 0; }

.slideout-menu-right {
  right: 0; }

.slideout-panel {
  position: relative;
  z-index: 1;
  will-change: transform;
  background-color: #FFF;
  /* A background-color is required */
  min-height: 100vh; }

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden; }

.slideout-open .slideout-menu {
  display: block;
  visibility: visible;
  width: 256px; }
  .slideout-open .slideout-menu #secondary {
    display: block;
    visibility: visible; }

.slideout-open .slideout-menu {
  padding: 29px;
  background-color: #f9f8f8; }

#custom_html-2 a.bespoke-sidebar-button {
  font-size: 16px;
  display: inline-block;
  width: 100%;
  text-align: center; }

/* End Slideouut */
.toggle-button {
  display: none;
  background-color: #37ABE3;
  color: white;
  transition: ease-in-out 0.2s; }
  .toggle-button:hover {
    transition: ease-in-out 0.2s;
    background-color: #D95F19;
    color: white; }

html:not(.slideout-open) #mobile-sidebar {
  display: none;
  visibility: hidden; }

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
  width: 94%; }

.contact-content form textarea {
  width: 94%; }

.added_to_cart {
  width: 100%; }

ul.products li.product .woocommerce-loop-product__title, ul.products li.product h2, ul.products li.product h3 {
  font-size: 16px;
  line-height: 20px; }

.product-section-container .related h2:first-of-type {
  border: 0; }

a.storefront-sticky-add-to-cart__content-button.button.alt {
  background-color: #D95F19;
  transition: ease-in-out 0.2s; }
  a.storefront-sticky-add-to-cart__content-button.button.alt:hover {
    transition: ease-in-out 0.2s;
    background-color: #37ABE3; }

.menu-terms-menu-container ul li.current-menu-item > a {
  color: black !important; }

a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  padding: 10px; }

.nospace {
  padding: 0; }

.footer-widgets .block .widget .widget-title {
  border: 0;
  margin: 0;
  font-size: 20px;
  padding-bottom: 8px; }

h1.entry-title {
  margin-top: 1em; }

.underbar {
  padding-bottom: 20px !important;
  overflow: hidden;
  text-align: center; }
  .underbar .menu-terms-menu-container, .underbar .textwidget {
    float: none;
    width: 100%; }
    .underbar .menu-terms-menu-container ul, .underbar .textwidget ul {
      margin: 0; }

#site-header-cart li.current-menu-item > a:not(.cart-contents) {
  background: none !important;
  color: #333; }

.handheld-navigation {
  margin-top: 95px; }

.kerb-rules {
  width: 100%;
  overflow: hidden; }
  .kerb-rules .kerb-rule {
    display: inline-block;
    float: left; }
    .kerb-rules .kerb-rule:first-of-type {
      width: 25%;
      margin-right: 15%; }
    .kerb-rules .kerb-rule:last-of-type {
      width: 55%; }

h2.woocommerce-loop-category__title {
  color: white; }

mark.count {
  display: none; }

li.product-category.product {
  margin-bottom: 20px !important; }

ul.products li.product.product-category .woocommerce-loop-category__title, ul.products li.product.product-category h2, ul.products li.product.product-category h3 {
  font-size: 1em; }

.wccpf-fields-group-2 {
  margin-bottom: 40px; }

.uni-module {
  margin-bottom: 5px; }

.colour-chart-link {
  color: #37ABE3;
  font-weight: bold; }

.uni-cpo-cart-action.uni-cpo-action-edit-inline:before {
  color: #37ABE3; }

.dropdowns ul {
  margin: 0;
  list-style: none; }
  .dropdowns ul li {
    float: left;
    width: 100%;
    margin-bottom: 20px; }
    .dropdowns ul li:last-of-type {
      margin-bottom: 0px; }
    .dropdowns ul li a.dropdown_button {
      overflow: hidden;
      background-color: #37ABE3;
      -webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
      -moz-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
      -o-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
      transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
      display: block;
      width: 100%;
      padding: 10px 15px;
      color: black;
      text-decoration: none; }
      .dropdowns ul li a.dropdown_button:hover {
        background-color: #D95F19;
        -webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
        -moz-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
        -o-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
        transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1); }
      .dropdowns ul li a.dropdown_button i {
        float: right;
        font-size: 25px;
        color: white; }
      .dropdowns ul li a.dropdown_button i.fas.fa-minus {
        display: none; }
      .dropdowns ul li a.dropdown_button h2 {
        float: left;
        margin: 0;
        font-weight: 200;
        color: white;
        font-size: 1.2em;
        font-weight: 700; }
    .dropdowns ul li .dropdown_content {
      display: none;
      padding: 10px 15px; }
      .dropdowns ul li .dropdown_content a.page_link {
        display: inline-block;
        text-transform: uppercase;
        text-decoration: none;
        padding: 5px 8px;
        background-color: white;
        color: white;
        -webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
        -moz-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
        -o-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
        transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1); }
        .dropdowns ul li .dropdown_content a.page_link:hover {
          background-color: white;
          -webkit-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
          -moz-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
          -o-transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
          transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1); }

#bwg_container1_0 #bwg_container2_0 .bwg-container-0.bwg-standard-thumbnails .bwg-title2, #bwg_container1_0 #bwg_container2_0 .bwg-container-0.bwg-standard-thumbnails .bwg-ecommerce2 {
  font-family: 'Open Sans', sans-serif !important; }

.tablepress tbody td, .tablepress tfoot th {
  background-color: white; }

div.shop-container .button {
  width: 100%;
  background-color: #37ABE3;
  color: white;
  transition: ease-in-out 0.2s; }
  div.shop-container .button:hover {
    transition: ease-in-out 0.2s;
    background-color: #D95F19; }

div#tablepress-2_filter {
  display: none; }

div#tablepress-2_paginate {
  display: none; }

div#tablepress-2_length {
  display: none; }

div#tablepress-3_filter {
  display: none; }

div#tablepress-3_paginate {
  display: none; }

div#tablepress-3_length {
  display: none; }

p.prod-view-link {
  margin-bottom: 5px; }

div#tab-description h2 {
  margin-top: 0; }

.dl-blocks img {
  opacity: 1;
  transition: ease-in-out 0.3s; }

.dl-blocks:hover img {
  opacity: 0.5;
  transition: ease-in-out 0.3s; }

.dl-blocks:hover img:hover {
  opacity: 1.0;
  transition: ease-in-out 0.3s; }

.uni-cpo-cart-action.uni-cpo-action-edit:before {
  color: #37ABE3; }

.block-row {
  display: flex;
  flex-wrap: wrap; }
  .block-row .col-50 {
    width: 50%;
    float: left;
    padding: 5%; }
    .block-row .col-50 ul {
      margin-left: 1.2em; }
    .block-row .col-50 a {
      text-transform: uppercase;
      color: #fff;
      display: block;
      border: 2px solid #fff;
      padding: 0.2em 0.7em 0.1em;
      max-width: 194px;
      text-align: center;
      margin-top: 2em;
      -webkit-transition: all 0.2s ease-in;
      -moz-transition: all 0.2s ease-in;
      -o-transition: all 0.2s ease-in;
      -ms-transition: all 0.2s ease-in;
      transition: all 0.2s ease-in; }
      .block-row .col-50 a:hover {
        background: #fff;
        color: #4a4a4a !important;
        border-color: #4a4a4a; }
  .block-row .bg-image {
    background-repeat: no-repeat;
    background-size: cover; }

.compatibility .col-50:first-child {
  background-color: #6e3860; }
  .compatibility .col-50:first-child h2, .compatibility .col-50:first-child p, .compatibility .col-50:first-child a, .compatibility .col-50:first-child li {
    color: #fff; }

.contact-row .col-50:last-child {
  background-color: #848484; }
  .contact-row .col-50:last-child h2, .contact-row .col-50:last-child p, .contact-row .col-50:last-child a, .contact-row .col-50:last-child li {
    color: #fff; }

.contact-crs .col-50:first-child {
  background: #D95F19; }
  .contact-crs .col-50:first-child h2, .contact-crs .col-50:first-child p {
    color: #fff; }

/* Hexagon */
.hex:before {
  content: " ";
  width: 0;
  height: 0;
  border-bottom: 66px solid #6e3860;
  border-left: 107px solid transparent;
  border-right: 107px solid transparent;
  position: absolute;
  top: -65px;
  -webkit-transition: background 0.2s ease-in;
  -moz-transition: background 0.2s ease-in;
  -o-transition: background 0.2s ease-in;
  -ms-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in; }

.hex:after {
  content: "";
  width: 0;
  position: absolute;
  bottom: -65px;
  border-top: 66px solid #6e3860;
  border-left: 107px solid transparent;
  border-right: 107px solid transparent;
  -webkit-transition: background 0.2s ease-in;
  -moz-transition: background 0.2s ease-in;
  -o-transition: background 0.2s ease-in;
  -ms-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in; }

.page-id-4635 .hex .hex-content p:first-of-type {
  margin-top: 0; }

.page-id-4635 div.brochure-footer > div > div.column.col-left > img {
  height: 340px;
  margin: 0 auto; }

@media (max-width: 600px) {
  .page-id-4635 .wp-block-media-text__media {
    padding: 30px; }
  .page-id-4635 .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__media {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1; }
  .page-id-4635 .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__content {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2; } }

.hex {
  margin-top: 30px;
  width: 214px;
  height: 140px;
  background-color: #6e3860;
  position: absolute;
  left: 60px;
  top: 23%;
  transform: rotate(90deg);
  display: flex;
  text-align: center;
  justify-content: center; }
  .hex .hex-content {
    transform: rotate(-90deg);
    z-index: 9999; }
    .hex .hex-content p {
      color: #fff;
      margin: 0; }
      .hex .hex-content p:last-of-type {
        margin-bottom: 0; }
      .hex .hex-content p strong {
        text-transform: uppercase; }
      .hex .hex-content p:first-child {
        line-height: 1em;
        font-size: 2.2em;
        margin-bottom: 8px;
        margin-top: -16px; }
      .hex .hex-content p:not(.thin) {
        font-weight: 900; }
  .hex .thin {
    margin-top: 1em !important;
    text-transform: uppercase;
    font-weight: 300; }
  .hex:hover {
    background: #90497d !important; }
    .hex:hover:after {
      border-top-color: #90497d !important; }
    .hex:hover:before {
      border-bottom-color: #90497d !important; }

.product-strap {
  width: 100%;
  background: #D95F19;
  text-align: center;
  color: #fff;
  font-weight: 900;
  padding: 1.4em 0;
  font-size: 1.5em; }
  .product-strap p {
    margin: 0; }

.featured-box li.product > a {
  width: 100%; }

.page-id-20 h1.entry-title {
  margin-bottom: 50px; }

section.dropdowns {
  overflow: hidden; }
  section.dropdowns header {
    margin-top: 30px; }

@media only screen and (max-width: 1878px) {
  .page-id-739 .block-row .col-50 {
    padding: 4%; } }

@media only screen and (max-width: 1668px) {
  .page-id-739 .block-row .col-50 {
    padding: 3.5%; } }

@media only screen and (max-width: 1578px) {
  .page-id-739 .block-row .col-50 {
    padding: 3%; } }

/* Responsive */
@media only screen and (max-width: 1516px) {
  .page-id-739 .top-banner {
    background-position: center -341px; } }

@media only screen and (max-width: 1480px) {
  .page-id-739 .block-row .col-50 {
    padding: 2%; }
  .page-id-739 #content > div.block-layout.pagerow.nospace.wow.fadeInUp > div > div:nth-child(2) > p:nth-child(4) {
    margin-bottom: 0px; } }

@media only screen and (max-width: 1298px) {
  .page-id-739 #content > div.block-layout.pagerow.nospace.wow.fadeInUp > div > div.col-50.bg-image {
    width: 960px;
    margin: 0 auto;
    height: 483px;
    max-width: 100%;
    padding: 0 !important;
    background-size: 100% !important; }
  .page-id-739 .block-row .col-50 {
    width: 100%;
    float: none;
    padding: 5%; } }

@media only screen and (max-width: 1120px) {
  .home-hero-header .home-hero-text h2 {
    font-size: 2.2em !important; } }

@media only screen and (max-width: 1098px) {
  .hex {
    top: 10%; } }

@media only screen and (max-width: 1075px) {
  .main-navigation ul.menu > li > a, .main-navigation ul.nav-menu > li > a {
    padding: 0.6em 0.6em !important; } }

@media only screen and (max-width: 1065px) {
  .features-list .feature-block {
    width: 100%; }
    .features-list .feature-block .features-list .feature-block .feature-description {
      float: left; }
  .features-list .feature-block {
    margin-bottom: 3em; }
    .features-list .feature-block:nth-of-type(even) {
      margin-left: 0; }
    .features-list .feature-block .feature-block-image {
      width: 40%; }
    .features-list .feature-block .feature-description {
      width: 60%; }
	  .contact-content ul.contact-details {
		  width:99%;
	  }
  .contact-content form {
    width: 100%; }
  .contact-content iframe {
    width: 100%; }
  input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 100%; }
  .contact-content form textarea {
    width: 100%; } }

@media only screen and (max-width: 1004px) {
  .header-large-row {
    width: 72%; }
    .header-large-row .site-search {
      width: 100% !important; } }

@media only screen and (max-width: 969px) {
  .info-blocks .block {
    width: 48%; }
    .info-blocks .block:nth-child(even) {
      margin-right: 0; }
    .info-blocks .block:nth-child(3) {
      margin-right: 3.5%; } }

@media only screen and (max-width: 960px) {
  .contact-content ul.contact-details {
  width:99%;}
  .home-hero-header .home-hero-image {
    height: 300px;
    background-position: top right; }
  .left-offhalf, .right-offhalf {
    float: none;
    width: 100%; }
  .featured-title-box .feat-col-left {
    width: 100%;
    float: left;
    text-align: center;
    padding-right: 0;
    padding: 20px; }
  .footer-widgets div.block.footer-widget-1, .footer-widgets div.block.footer-widget-2, .footer-widgets div.block.footer-widget-3, .footer-widgets div.block.footer-widget-4 {
    width: 50% !important;
    float: left !important; }
  .footer-widgets {
    text-align: center; }
    .footer-widgets .block {
      margin-bottom: 40px; }
      .footer-widgets .block:nth-of-type(2n+1) {
        clear: left; }
    .footer-widgets .widget-title {
      padding: 0; }
  .footer-widgets .footer-widget-4 #text-4 .textwidget p img {
    float: none; }
  #text-4 {
    text-align: center; }
    #text-4 img {
      float: none;
      display: inline-block; }
  #custom_html-2 a.bespoke-sidebar-button {
    font-size: 16px;
    display: inline-block; }
  .main-navigation ul.menu > li > a, .main-navigation ul.nav-menu > li > a {
    padding: 0.6em 0.5em !important;
    font-size: 14px; }
  .hero-header .hero-image {
    height: 250px; }
  .home-hero-text {
    font-size: 13px; }
  .home-vid .right-offhalf {
    padding-bottom: 56.3%; }

	  .footer-widgets .footer-widget-4 #text-4 .textwidget p:first-of-type{
		  float:left;
		  text-align:center;
		  width:100%;
	  }
	  .footer-widgets .footer-widget-4 #text-4 .textwidget p:first-of-type img{
			  float: none;
			  margin-right: 5px;
	          margin-top: 5px;
	  }
	  }

.single-product div.product p.price {
  display: inline-block;
  margin: 0;
  width: 100%; }
  
.quantity .qty {
    margin-left: 0.5em; }

.single-product div.product form.cart .quantity {
  float: left;
  margin-right: .875em;
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

button.single_add_to_cart_button.button.alt {
  width: 57%;
  font-size: 18px;
  text-transform: uppercase;
  float: right;
  padding: .51em 1.41575em;}

.woocommerce-tabs.wc-tabs-wrapper {
  padding-top: 0;
  width: 100%; }

.single-product .summary.entry-summary {
  margin-bottom: 0 !important; }

.ral-message {
  margin: 1.2em 0; }

#post-16 > div:nth-child(7) > div.pagerow.nospace.wow.fadeInUp.product-strap > div > p > a {
  color: white;
  text-decoration: underline; }

@media only screen and (max-width: 951px) {
  .skylight-intro .left-offhalf, .skylight-intro .right-offhalf {
    width: 100%; }
  .skylight-image {
    text-align: center; }
    .skylight-image img {
      display: inline; } }

@media only screen and (max-width: 940px) {
  .featured-title-box .feat-col-right {
    float: none;
    padding: 21px 0;
    text-align: center; }
  .featured-title-box .feat-col-right img {
    height: 190px;
    margin-right: 0;
    display: inline-block; } }

@media only screen and (max-width: 936px) {
  .block-row .col-50 {
    width: 100%; }
    .block-row .col-50.bg-image {
      padding: 33% !important; }
  .compatibility, .contact-crs {
    flex-direction: column-reverse; } }

@media only screen and (max-width: 925px) {
  .brochure-footer .col-right {
    padding-left: 0; }
  .brochure-footer .column {
    width: 100% !important; } }

@media only screen and (max-width: 903px) {
  .site-header .site-branding img {
    max-width: 150px; }
  .header-large-row .site-search {
    margin-top: 0.2em; }
  .header-strapline {
    font-size: 14px; } }

@media only screen and (max-width: 900px) {
  .reasons-row ul {
    display: inline-block;
    width: 100%; }
    .reasons-row ul li {
      max-width: none;
      width: 49%;
      vertical-align: top; } }

@media only screen and (max-width: 840px) {
  .quote-blocks .quote-block {
    padding-bottom: 0; }
    .quote-blocks .quote-block img {
      position: static;
      width: 100%;
      height: auto; }
    .quote-blocks .quote-block .block-content {
      position: static;
      background: #37abe3; } }

@media only screen and (max-width: 812px) {
  .header-message p {
    display: none !important; }
  .header-strapline {
    display: none; }
  .header-large-row .site-search {
    width: 100% !important; } }

@media only screen and (max-width: 800px) {
  .featured-box .woocommerce ul li {
    width: 100%;
    margin-right: 4.5%; }
    .featured-box .woocommerce ul li:last-of-type {
      margin-right: 0; }
  .shop-container {
    float: none;
    width: 100%; }
    .shop-container .storefront-sorting {
      float: none; }
  .toggle-button {
    display: inline-block;
    margin-bottom: 2em; }
  #secondary {
    display: none; }
  .slideout-open #mobile-sidebar #secondary {
    display: block; } }

@media only screen and (max-width: 797px) {
  .hex {
    display: none; } }

@media only screen and (max-width: 769px) {
  .entry-content {
    padding-bottom: 4em; }
  .about-right-images img:last-of-type {
    margin-bottom: 4em; }
  .bottom-hexagons {
    display: none; }
  .dl-blocks {
    text-align: center; }
    .dl-blocks img {
      margin-right: 0; }
  #masthead {
    padding-top: 0;
    padding-bottom: 0; }
  .menu-toggle {
    top: 21px; }
  .footer-widgets div.block.footer-widget-1, .footer-widgets div.block.footer-widget-2, .footer-widgets div.block.footer-widget-3, .footer-widgets div.block.footer-widget-4 {
    width: 100% !important;
    float: left !important; } }

@media only screen and (max-width: 769px) {
  .products-loop .product {
    width: 100% !important; } }
	

@media (min-width: 768px) {
  .woocommerce-active .site-header .site-header-cart {
    width: 18.6% !important; }
  .woocommerce-active .site-header .main-navigation {
    width: 80% !important;
    margin-right: 1.4% !important; }
	
  .col-full {
    padding: 0; }
  .footer-widgets.col-4 .block {
    width: auto;
    float: left;
    margin-right: 0; }
  .footer-widgets {
    padding-top: 1em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
  .footer-widgets.col-4 .block.footer-widget-4 {
    width: 29%;
    text-align: right; }
  .main-navigation ul.menu > li > a, .main-navigation ul.nav-menu > li > a {
    padding: 0.6em 0.6em; }
  .site-header {
    padding-top: 0; }
  .site-header-cart .cart-contents {
    padding: 0 5px;
    background: #fff; }
  .storefront-primary-navigation {
    background-color: #2176BC; }
	.storefront-primary-navigation .col-full {
		display: flex;
		align-items: center; }
  .main-navigation ul.menu, .main-navigation ul.nav-menu {
    margin-left: 0; }
  .underbar {
    padding-top: 20px; }
  .right-sidebar .content-area {
    width: auto;
    float: none;
    margin-right: 0; }
  .content-area, .widget-area {
    margin-bottom: 0; }
  .woocommerce .page-description {
    margin-bottom: 0; }
  ul.menu li.current-menu-item > a {
    color: white; }
  .woocommerce-result-count {
    margin-right: 12px; } }

@media only screen and (max-width: 765px) {
  .page-id-739 #content > div.block-layout.pagerow.nospace.wow.fadeInUp > div > div.col-50.bg-image {
    height: 385px; } }

@media only screen and (max-width: 757px) {
  .key-features .feature-rows li {
    width: 100%; }
  #post-16 > div.quote-blocks.wow.fadeInUp > div.flex {
    display: block; } }

@media only screen and (max-width: 750px) {
  .about-left-text {
    width: 100%; }
  .about-right-images {
    width: 100%; } 
	.contact-content ul.contact-details {
		   flex-direction: column;
	  }
	}

@media only screen and (max-width: 640px) {
  .materials .col-50 {
    width: 100%; } 
	
	
	}

@media only screen and (max-width: 631px) {
  .quote-blocks .quote-block {
    width: 100%; } }

@media only screen and (max-width: 620px) {
  .reasons-row ul li {
    width: 100%;
    padding: 0; }
    .reasons-row ul li:not(:last-child) {
      margin-bottom: 1em; } }

@media only screen and (max-width: 607px) {
  .info-blocks .block {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 12%; }
    .info-blocks .block:last-of-type {
      margin-bottom: 0; } }

@media only screen and (max-width: 600px) {
  .page-id-739 #content > div.block-layout.pagerow.nospace.wow.fadeInUp > div > div.col-50.bg-image {
    height: 300px; } }

@media only screen and (max-width: 540px) {
  button.single_add_to_cart_button.button.alt {
    width: auto; } }

@media only screen and (max-width: 414px) {
  .contact-content h2 {
    font-size: 20px; }
  .top-banner {
    padding: 0 0 !important;
    background-position: 0 0 !important; }
    .top-banner .hex-shape {
      display: none; }
    .top-banner .banner-caption {
      position: static !important; }
      .top-banner .banner-caption h1 {
        font-size: 30px !important; }
      .top-banner .banner-caption p {
        font-size: 19px !important; }
  .page-id-739 #content > div.block-layout.pagerow.nospace.wow.fadeInUp > div > div.col-50.bg-image {
    height: 208px; } }

@media only screen and (max-width: 375px) {
  .page-id-739 #content > div.block-layout.pagerow.nospace.wow.fadeInUp > div > div.col-50.bg-image {
    height: 188px; } }

@media only screen and (max-width: 320px) {
  .page-id-739 #content > div.block-layout.pagerow.nospace.wow.fadeInUp > div > div.col-50.bg-image {
    height: 161px; } }

.force-disable {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.3; }

.page-template-default .wp-block-media-text .wp-block-media-text__content {
  padding: 0 0; }

#post-16 > div:nth-child(8) > div.pagerow.nospace.wow.fadeInUp.product-strap > div > p > a {
  color: white; }
  #post-16 > div:nth-child(8) > div.pagerow.nospace.wow.fadeInUp.product-strap > div > p > a:hover {
    text-decoration: underline; }


.header-message {
    display: flex;
    flex-direction: column;
}

.header-message > p {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
}

.header-message > p img {
    padding-right: 11px;
    height: 21px;
}

.header-message > p span {
    padding-right: 6px;
    padding-left: 5px;
}
.site-header-cart .cart-contents .count {
  color: #000000 !important;
  opacity: 0.8;
}
.site-header-cart .cart-contents::after {
    background: url('../../uploads/2020/06/basket-icon.png') no-repeat center center;
    background-size: contain;
    content: '';
    height: 18px;
    width: 18px;
    padding-top: 16px;
}

.site-header-cart .cart-contents .amount {
    color: #2A2A2A;
    float: left;
}

.site-header-cart .cart-contents .count {
    color: #9B9B9B;    
}


.below-header .col-full {
    display: flex;
    flex-direction: row;
    padding: 7.5px 20px;
}

.below-header .col {
    width: 100%;
    color: #37abe3;
    font-weight: bold;
    font-size: 14px;
	display: flex;
	align-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.below-header .col img {
	margin-right: 10px;
	height: 22px;
}

.home-hero-image .col-full {
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.home-hero-sub-text {
    color: #FFFFFF;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 32px;    
}

.home-hero-sub-text p {
    margin-bottom: 23px;
}

.home-hero-image a {
    padding: 10px 23.2px !important;
}

.btn a,
.home-image-row .col-full .right-offhalf a {
    padding: 10px 30.5px;
    height: 35px;
    color: #fff;
    font-size: 14px;
    line-height: 19px;
    display: inline-flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.btn-orange a,
.home-image-row .col-full .right-offhalf a {
    background-color: #D95F19;
}

.btn-orange a:hover,
.home-image-row .col-full .right-offhalf a:hover {
    background-color: #37ABE3 !important;
}

.items-center {
    display: flex;
    align-items: center;
}

.menu-toggle {
    height: 43px;
    padding: 0 20.5px !important;
}

/* Top Top bar, one line of text */


#top-top-bar {
  background: #555555;
  color: #fff;
  display: inline-block;
  width: 100%;
  padding: 0.3em 0;
  margin-bottom: 0px; }
  #top-top-bar .wrap div {
    float: right; }
  #top-top-bar p {
    float: center;
    margin: .2em 0 0;
    font-size: 16px; }
    #top-top-bar p img {
      float: left;
      height: 20px;
      margin-right: .5em;
      -webkit-transition: opacity 0.1s linear;
      -moz-transition: opacity 0.1s linear;
      -o-transition: opacity 0.1s linear;
      -ms-transition: opacity 0.1s linear;
      transition: opacity 0.1s linear; }
      #top-top-bar p img:hover {
        opacity: .8; }
    #top-top-bar p a {
      text-decoration: underline;
      color: #fff;
      -webkit-transition: color 0.1s linear;
      -moz-transition: color 0.1s linear;
      -o-transition: color 0.1s linear;
      -ms-transition: color 0.1s linear;
      transition: color 0.1s linear; }
      #top-top-bar p a:hover {
        color: #082C3B; }

/* Top Top bar, one line of text END*/

@media (max-width: 980px) {
    .single-product div.product form.cart .quantity {
        margin-right: 0.5em;
    }
}

@media (max-width: 767px) {
    nav#site-navigation {
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
    }

    .site-header {
        height: 60px;
    }

    .menu-toggle {
        top: 8px;
    }

    .handheld-navigation {
        top: 10px;
        margin-top: 60px;
        background-color: #000;
    }
}

@media (min-width: 769px) {
    .menu-mobile {
        display: none !important;
    }

    .menu-mobile {
        text-transform: none !important;
    }
}

@media (max-width: 768px) {
    .menu-mobile img {
        display: inline-block;
        vertical-align: middle;
        width: 20px;
        margin-right: 5px;
        margin-bottom: 3px;
    }

    .menu-mobile a {
        text-transform: none !important;
        color: #02A2DB !important;
    }

    .menu-mobile a strong {
        color: #fff;
    }
}


@media (max-width: 768px) and (min-width: 569px) {
    header#masthead .main-navigation li a {
        padding-left: 2.617924em !important;
    }

    .menu-toggle {
        right: 2.617924em;
    }
}

@media (max-width: 568px) {
    header#masthead .main-navigation li a {
        padding-left: 1.41575em !important;
    }

    .menu-toggle {
        right: 1.41575em;
    }
    
    .home-image-row {
        background-position: 50% 30%;
        background-size: 218%;
        height: 481px;
    }
    
    body .ui-tooltip {
        width: 30%;
    }
}

@media (min-width: 768px) {
	.col-full {
		max-width: 66.4989378333em;
		/*width: 100%;*/
	}
	
	header#masthead .main-navigation li:not(.current-menu-item):first-child a {
		padding-left: 0;
	}
	
	header#masthead > .col-full {
		padding: 4px 0 10px 0;
	}
	
	.home-hero-header .home-hero-text {
	    margin-top: 30px;
	}
	
    
    .woocommerce-tabs .panel {
        float: left;
    }
    
    .product-section-container .woocommerce-tabs ul.tabs li:last-of-type a:after {
        display: none;
    }
    
    
    .right-sidebar .widget-area {
        width: 20.7%;
    }
    
    .site-main ul.products.columns-3 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }
    
    .site-main ul.products.columns-3 li.product {
        width: 27.9%;
        margin-right: 7%;  
    }
    
    .site-main ul.products.columns-3 li.product,
    .product-section-container .related ul li {
        display: flex;
        flex-direction: column;
        box-sizing: border-box;
        justify-content: space-between;        
        
    }
    
    .related ul.products {
        display: flex;
    }
}

@media (min-width: 961px) {
    .section-half-bg {
        background-size: 50% auto;
        background-repeat: no-repeat;
    }
    
    .section-half-bg .right-offhalf {
        padding-bottom: 0 !important;
        width: 43%;
    }
    
    .section-parallax .right-offhalf {
        padding: 2.63em 20px 18px 3.8em;
    }
    /* disabling background images 2026 01 
	.section-contemporary {
        background-image: url(../../uploads/2026/01/stratus_flat_skylight_striking_good_looks_blue.png);
        background-position: center right;
	}
	
	.section-ral {
        background-image: url(../../uploads/2026/01/flay-skylight-removebg.png);
        background-position: center right;
	}
	
	.section-contemporary .pagerow {
	    padding-top: 51px !important;
	}
	
	.section-simply-build-better {
        background-image: url(../../uploads/2026/01/flat-skylight-glass.jpg);
        background-position: center right;
        min-height: 504px;
	}
	
	.section-innovative {
        background-image: url(../../uploads/2026/01/flat-skylight-measure-removebg-preview.png);
        background-position: top left;
	    min-height: 449px;
	} */
	
	.section-innovative .right-offhalf {
	    width: 46% !important;
	}
	
    .section-innovative p {
        max-width: 400px;
    }
	
    .col-full.underbar {
        display: flex;
        align-items: center;
        text-align: inherit;
    }
    
    .col-full.underbar > div {
        width: 100%;
    }
    
    .col-full.underbar > div:last-child {
        text-align: right;
    }
    
    .section-better-roof {
        min-height: 418px;
    }
    
    .section-better-roof .pagerow {
        padding-top: 58px;
        padding-bottom: 69px;
    }
    
    .section-better-roof .right-offhalf {
        width: 48.73% !important;
    }
    
    .section-better-roof h2 {
        margin-bottom: 23px !important;
    }
    
    .brochure-links {
        max-width: 348px;
    }
    
    .brochure-footer {
        padding-bottom: 0;
        padding-top: 0;
        min-height: 318px;
        display: flex;
        align-items: center;
    }
    
    .brochure-footer iframe {
        margin-top: 30px;
    }
    
    .contact-content form .wpcf7-submit {
        height: 47px;
        max-width: 220px;
        width: 100%;
    }
}

@media (max-width: 960px) {
    .section-parallax .right-offhalf {
        padding: 4em 2.617924em;
    }
    
    .section-innovative .right-offhalf {
        padding-bottom: 0 !important;
    }
}

@media (max-width: 568px) {
    .section-parallax .right-offhalf {
        padding: 4em 1.41575em;
    }
}

@media (max-width: 768px) {
    .product-section-container .woocommerce-tabs ul.tabs li a:after {
        padding-left: 1em;
    }
    
    .product-section-container .woocommerce-tabs ul.tabs li {
        margin-right: 1em;
    }
    
    .product-section-container .woocommerce-tabs ul.tabs li a {
        font-size: 16px;
    }
    
    .product-section-container .woocommerce-tabs ul.tabs li:last-of-type a:after {
        display: none;
    }    
    
    .below-header .col {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-content: center;
    }
    
    .reasons-row h2 img {
        padding-right: 5px !important;
    }
    
    .footer-widget-4 {
        margin-bottom: 0 !important;
    }
}

@media (max-width: 631px) {
    .below-header .col:nth-child(2),
    .below-header .col:nth-child(3) {
        display: none;
    }

    .home-hero-header .home-hero-text h2 {
        line-height: 1.2em;
        margin-bottom: 10px;
    }

    .home-hero-sub-text p {
        font-size: 18px;
        line-height: 1.2em;
    }
}

@media (max-width: 357px) {
    .product-section-container .woocommerce-tabs ul.tabs li a:after {
        padding-left: 0.5em;
    }

    .product-section-container .woocommerce-tabs ul.tabs li {
        margin-right: 0.5em;
    }
}

.section-innovative .col-full {
	width: 100%;
}

.site-search .widget_product_search input[type=search] {
  color: #444444;
  font-family: "PT Sans";
  font-size: 14px;
  letter-spacing: 0;
  line-height: 13px;
  padding-bottom:5.6px;
  padding-right:19.8205px;
  padding-top:5.6px;
}

.site-search .widget_product_search form::before {
    top: 0.55em;
}

.section-contemporary h2 {
    margin-bottom: 24px !important;
}
.section-bg-light {
    background-color: #F2F2F2 !important;
}

.section-bg-dark {
    background-color: #0D0D0D !important;
}

.section-bg-light h2,
.section-bg-dark h2{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0.7em;
    margin-top: 0.8em;
    line-height: 32px;    
}

.section-bg-light p,
.section-bg-dark p {
    color: #2A2A2A;
    line-height: 24px;    
}


.section-bg-light h2,
.section-bg-light p {
    color: #2A2A2A;
}

.section-bg-dark h2,
.section-bg-dark p {
    color: #fff;
}

.below-header {
    background-color: #fff;
}

.below-header .col:nth-child(3) {
    justify-content: center;
}

.below-header .col:last-child {
    justify-content: flex-end;
}

.woocommerce-cart #sticky,
.woocommerce-checkout #sticky,
body.woocommerce #sticky {
    display: none;
}

.woocommerce-message {
    background-color: #D95F19;
}

#sticky {
    position: fixed;
    top: 280px;
    right: 0px;
    z-index: 9;
}

#sticky .btn {
    color: #FFFFFF;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 19px;
    height: 28px;
    width: 150px;
    color: #fff;
    display: flex;
    align-items: center;
    padding-left: 7px;
    margin-bottom: 1px;
}

#sticky .btn-orange {
    background-color: #D95F19;
}

#sticky .btn-blue {
    background-color: #37ABE3;
}

#sticky .btn img {
    padding-right: 6px;
}

.reasons-row {
    min-height: 371px;
}

.reasons-row h2 {
    font-size: 24px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    justify-content: center;
    margin-bottom: 35px;
}

.reasons-row h2 img {
    padding-right: 25px;
    display: inline;
    vertical-align: middle;
}

.reasons-row p {
    font-size: 14px;
    line-height: 21px;
    color: #fff;
}

.reasons-row ul li img {
    max-height: 140px;
    margin: 0 auto;
}

.reasons-row ul li {
    padding: 0;
    margin-right: 3%;
    max-width: none;
}

.reasons-row ul li:last-child {
    margin: 0;
}

.section-parallax h2 {
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    color: #2A2A2A;
}

.section-parallax p {
    font-size: 16px;
    color: #2A2A2A;
    line-height: 24px;
    max-width: 420px;
    margin-bottom: 18px;
}

.section-parallax a {
    max-width: 153px;
    width: 100%;
    padding: 5px !important;
}

.brochure-footer .col-left h2,
.brochure-footer .col-right h2  {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1.14px;
    line-height: 32px;
    margin-bottom: 26px;
}

.section-better-roof .right-offhalf iframe {
    height: 261px;
}

.footer-widgets .block #text-4 .widget-title {
    padding: 0;
}

.col-full-underbar {
    padding: 15.34px 0;
}

.col-full.underbar p,
.col-full.underbar a  {
  color: #444444;
  font-family: Helvetica;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1em;    
}

.col-full.underbar a:hover {
    text-decoration: underline;
}

.col-full.underbar p:last-child {
    margin: 0;
}

.underbar .menu-terms-menu-container #menu-terms-menu li,
.underbar .menu-terms-menu-container #menu-terms-menu li a {
    line-height: 0;
}

.underbar .menu-terms-menu-container #menu-terms-menu li:not(:last-of-type) a {
    border-right: 1px solid;
    padding-right: 10px;
}

.underbar .menu-terms-menu-container #menu-terms-menu li {
    padding-right: 0;
}

.underbar .menu-terms-menu-container #menu-terms-menu li:last-of-type {
    padding-left: 6px;
}

.woocommerce-breadcrumb a:first-of-type::before {
    display: none;
}

.woocommerce-breadcrumb .breadcrumb-separator::after {
    content: '/';
    color: #fff !important;
    opacity: 1;
    font-size: 14px;
    height: auto;
    width: auto;
    line-height: 1;
}

.widget-area .widget a:not(.button) {
    font-size: 16px !important;
    font-weight: normal;
    color: #0D0D0D !important;
    text-decoration: none;
}

.widget-area .widget .widget_shopping_cart_content dl.variation{
	display:none;
}
ul.products li.product .price {
    color: #D95F19;    
}

ul.products li.product img {
    min-height: 250px;
    object-fit: contain;
    width: 100%;
    max-width: none;
}


.widget_layered_nav li::before {
    border: 1px solid #E8E6E6;
    padding: 2px;
    line-height: 1em !important;
    width: auto !important;
    background-color: #fff;
    color: #888282;
}

div#secondary .widget_layered_nav .chosen::before {
    content: '\f0c8';
}

.storefront-sorting .woocommerce-pagination {
    display: none;
}

.storefront-sorting {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.storefront-sorting select {
    border-radius: 5px;
    border: 1px solid #B3B3B3;
    font-family: 'PT Sans', sans-serif;
    word-wrap: normal;
}

.woocommerce-result-count {
    order: 1;
    width: 100%;
}

.woocommerce-ordering {
    order: 2;
    padding-right: 0 !important;
}

.woocommerce-products-header__title,
.product_title {
    font-size: 24px;
    font-weight: bold;
}

.page-numbers {
    font-size: 14px;
    padding: .22em .73em !important;
}

.uni-builderius-container .parsley-errors-list li {
    background-color: #37ABE3 !important;
    font-size: 9px !important; 
}

.single-product div.product {
    overflow: visible;
}

.single-product div.product .reasons-row {
    position: relative;
}

.single-product div.product .reasons-row:before,
.single-product div.product .reasons-row:after,
.embed-container:before,
.embed-container:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    height: 100%;
}

.single-product div.product .reasons-row:before,
.single-product div.product .reasons-row:after {
    background: #37ABE3;
}

.single-product div.product .reasons-row:before {
    right: 100%;
}

.single-product div.product .reasons-row:after {
    left: 100%;
}

.product-section-container .related > h2 {
    font-size: 18px;
    border-bottom: 1px solid #9B9B9B !important;
    padding-bottom: 23px !important;
    margin-bottom: 36px;
}

.embed-container:before,
.embed-container:after {
    background-color: #F2F2F2;    
}

.embed-container:before {
    right: 100%; 
}

.embed-container:after {
    left: 100%;    
}

.embed-container {
    position: relative;
    padding-top: 36px;
    padding-bottom: 41px;
    background-color: #F2F2F2;
}

.embed-container iframe {
    margin: 0 auto;
    display: block;
}

.related.products {
    padding-top: 36px;
    padding-bottom: 9px;
}

.uni-module label {
    font-weight: bold;
}


.uni-module-checkbox .uni-cpo-option-label__checkbox {
    position: relative;
    border: 0;
    margin-top: 0;
    margin-right: 13px;
    height: auto;
    width: auto;
}

.uni-module-checkbox .uni-cpo-option-label__checkbox:before {
    content: "\f0c8";
    border: 1px solid #E8E6E6;
    padding: 2px;
    line-height: 1em !important;
    width: auto !important;
    background-color: #fff;
    color: #888282;
    vertical-align: baseline;
    display: block;
    float: left;
    opacity: 0.35;
    margin-left: 0;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.uni-module-checkbox label .uni-cpo-option-label__text {
    vertical-align: middle !important;
}

.uni-module-checkbox input:checked+.uni-cpo-checkbox-option-label .uni-cpo-option-label__checkbox:before {
    color: #37abe3;
    opacity: 1;
}

.uni-builderius-container > div:not(:last-child) {
    margin-bottom: 15px;
}

.form.light {
	background-color: #37ABE3
}
.form.light h2 {
	color: #FFF;
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	text-align: center;
	margin: 0 0 42px 0
}
.form.light p,
.form.light .wpcf7-list-item-label {
	color: #fff
}
.form.light label {
	color: #FFF;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px
}
.form.light a {
	color: #fff;
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
	line-height: 20px
}
.form-all {
	color: #fff;
	font-size: 14px;
	line-height: 20px
}
.form.light input:not([type="radio"]) {
	height: 34px;
	width: 509px;
	border-radius: 3px;
	border: 0;
	background-color: #fff;
	color: #fff
}

.form.light textarea {
	height: 125px!important;
	border: 0;
	background-color: #fff;
	color: #fff
}
.form.light input[type="submit"] {
	height: 47px;
	max-width: 220px;
	background-color: #D95F19;
	margin: 0 auto!important;
	color: #fff!important;
	font-size: 16px!important;
	padding: 0 10px!important;
	margin-bottom: 0;
	font-family: 'PT Sans', sans-serif;
	font-weight: 400;
	border-radius: 0;
	width: 100%;
	flex:1;
}
.form.light input[type="submit"]:hover {
	background-color: #fff!important;
	color: #D95F19!important
}

.form.light input[type="button"] {
	height: 47px;
	max-width: 220px;
	background-color: #D95F19;
	margin: 0 auto!important;
	color: #fff!important;
	font-size: 16px!important;
	padding: 0 10px!important;
	margin-bottom: 0;
	font-family: 'PT Sans', sans-serif;
	font-weight: 400;
	border-radius: 0; 
	width: 100%
}
.form.light input[type="button"]:hover {
	background-color: #fff!important;
	color: #D95F19!important
}

.form.light .btn a,
.form.light .btn-next {
	height: 47px;
	max-width: 220px;
	background-color: #D95F19;
	display: flex;
	color: #fff;
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	text-align: center;
	/*margin: 0 0 0 auto;*/
    align-items: center;
    justify-content: center;
    flex:1;
}
.form.light::-webkit-input-placeholder {
	color: #fff
}
.form.light:-ms-input-placeholder {
	color: #fff
}
.form.light::placeholder {
	color: #fff
}
.form-request-quote {
	border-radius: 28px;
	background-color: #37ABE3;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
	max-width: 621px;
	width: 100%;
	margin: 0 auto 55px auto;
	padding: 37px 20px 25px 20px
}
.form-request-quote .row-roof-width {
	margin-bottom: 15px
}
.form-request-quote .row-roof-length {
	margin-bottom: 35px
}
.form-request-quote .row-external-frame-colour {
	margin-bottom: 20px
}
.form-request-quote .wpcf7-list-item.first {
	margin: 0
}
.form-multi-step .row-btn {
	display: flex;
	text-align: right
}
.form-multi-step .row-btn br {
	display: none
}
.form-multi-step .row-btn .col {
	width: 100%
}
.form-multi-step .col-step-number {
	color: #FFF;
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
	line-height: 20px;
	text-align: left;
	font-weight: 700
}
.form-multi-step .col:last-child {
	display: flex;
	width: 100%
}
.form-multi-step .row-btn {
	margin-bottom: 0;
	align-items: center
}
.form-multi-step .row-btn a,
.form-multi-step .row-btn input {
	width: 100%
}
.form-multi-step .btn-back,
.form-multi-step .btn-next {
	cursor: pointer
}
.form-multi-step .step-1 .row-btn .col:nth-child(2) .btn-back {
	text-decoration: none;
	margin-right: 0;
}
.form.light .btn-next:hover {
	background-color: #fff;
	color: #D95F19
}
.form-multi-step .slick-arrow {
	visibility: hidden
}
.form-multi-step .wpcf7-radio {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}

.step-1 .wpcf7-list-item {
    box-shadow: none !important;
}

.form-multi-step .wpcf7-list-item-label {
	padding: 0 5px
}
.form-multi-step .row-portable-dance-floor .wpcf7-radio .wpcf7-list-item {
	height: 34px;
	max-width: 160px;
	width: 100%
}
.form-multi-step .row-portable-dance-floor-type .wpcf7-radio .wpcf7-list-item {
	height: 34px;
	width: 120px
}
.form-multi-step .row-portable-dance-floor .wpcf7-radio .wpcf7-list-item {
	font-size: 16px
}
.form-multi-step .row-portable-dance-floor-type .wpcf7-radio .wpcf7-list-item {
	font-size: 14px
}
.form-multi-step .wpcf7-radio .wpcf7-list-item-label {
	border-radius: 6px;
	display: flex;
	align-items: center;
	position: relative;
	color: #0D0D0D !important;
	font-weight: 400;
	background: #fff;
	height: 100%;
	line-height: 20px
}
.form-request-quote .wpcf7-radio .wpcf7-list-item {
	position: relative;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .45);
	border-radius: 6px
}
.form-multi-step input[type="radio"] {
	position: absolute;
	background: transparent;
	z-index: 1;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
	outline: 0;
	height: 100%
}
.form-multi-step input[type="radio"]:checked~span {
	background-color: #494948;
	color: #fff
}

.form-multi-step .step-1 input[type="radio"]:checked~span {
    background-color: #fff;
    color: inherit;
    border: 2px solid #494948;
    
}

.form-multi-step .step-2 .row-btn {
	margin-top: 49px
}
.form-multi-step .step-2 .row-btn p {
	display: none
}

.step-2 input[type="text"] {
    padding: 7px 7px 7px 13px !important;
}

.wpcf7-acceptance .wpcf7-list-item-label {
    padding: 0 !important;
}

.wpcf7-acceptance p {
    padding-top: 7px;
    padding-left: 16px;
}

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

.form-multi-step .row-consent {
	margin-bottom: 16px!important
}
.form.light .row-consent[type=checkbox]:checked:before {
	content: '\2714';
	position: absolute;
	bottom: 0;
	left: 1px;
	font-size: 12px;
	color: #000
}
.form.light::-webkit-input-placeholder {
	color: #444
}
.form.light:-ms-input-placeholder {
	color: #444
}
.form.light::placeholder {
	color: #444
}
.row-consent p,
.row-consent .wpcf7-list-item-label {
	color: #444!important;
	font-size: 11px;
	line-height: 14px
}
.row-consent .wpcf7-list-item {
	line-height: 14px;
	display: flex;
	flex-direction: row
}
.form .row-consent input[type="checkbox"] {
	display: inline-block;
	vertical-align: middle;
	height: 11px!important;
	width: 10px!important;
	background-color: #FFF!important;
	border: none!important;
	margin-right: 5px;
	padding-left: 0;
	border-radius: 0;
	flex-shrink: 0
}
.form input:not([type="checkbox"]):not([type="button"]):not([type="submit"]),
.form textarea {
	width: 100%;
	padding: 0;
	border: none;
	border-radius: 0
}
.form .step-2 .row-external-frame-colour span.wpcf7-list-item,
.form .step-2 .row-glass-option span.wpcf7-list-item {
	max-width: 120px!important;
	width: 100%!important;
	min-height: 49px
}
.form .step-2 .row-glass-option span.wpcf7-list-item.last{
	max-width: 160px!important;
}
.form .step-2 .row-external-frame-colour span.wpcf7-list-item-label,
.form .step-2 .row-glass-option span.wpcf7-list-item-label {
	padding-left: 7px!important
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  {
    
}

@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (-webkit-min-device-pixel-ratio: 2) 
  and (orientation: landscape) {
    .section-parallax {
        background-image: none !important;
    }
    
    .ios-parallax {
        z-index: -1;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: scroll;
    }
    
    .underbar {
        padding-left: 9.5em;
        padding-right: 9.5em;
        margin: 0;
        max-width: 100% !important;
    }
    
    .quote-blocks,
    .reasons-row {
        animation-name: none !important;
    }
}

@media (max-width: 1024px) and (min-width: 769px) {
    .section-parallax {
        background-image: none !important;
    }
    
    .ios-parallax {
        z-index: -1;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: scroll;
    }    
}

@media (max-width: 1024px) {
    .underbar {
        padding-left: 2.617924em;
        padding-right: 2.617924em;
        margin: 0;
    }    
}

@media (max-width: 768px) {
    .sticky {
        position: fixed !important;
        width: 100%;
    }
    
    #sticky {
        background-color: #000;
        display: flex;
        top: 0;
        position: relative;
    }
    
    #sticky .btn {
        display: flex;
        flex-direction: column;
        height: auto;
        padding: 5px 0;
        justify-content: center;
        align-items: center;
        text-align: center;
        width: 100%;
    }
    
    #sticky .btn:not(:last-of-type) {
        margin-right: 1px;
    }
    
	.form-multi-step .row-portable-dance-floor-type .wpcf7-radio {
		line-height: 1em;
		flex-wrap: wrap
	}
	.form-multi-step .row-portable-dance-floor-type .wpcf7-radio .wpcf7-list-item {
		margin: 0;
		flex: 50%
	}
	.form-multi-step .row-portable-dance-floor-type .wpcf7-radio .wpcf7-list-item:nth-child(even) {
		padding-left: 7.5px;
		margin-bottom: 10px
	}
	.form-multi-step .row-portable-dance-floor-type .wpcf7-radio .wpcf7-list-item:nth-child(odd) {
		margin-bottom: 10px;
		padding-right: 7.5px
	}
	section.sticky-section .btn {
		padding-bottom: 5px!important
	}
	section.sticky-section .row {
		padding: 0 10px
	}
	
    .quote-blocks .quote-block {
        width: 48%;
    }	
}

@media (max-width: 631px) {
    .quote-blocks .quote-block {
        width: 100%;
    }
}

@media (max-width: 580px) {
	.form-multi-step .col-step-number {
		margin-bottom: 20px
	}
	.form-multi-step .row-btn {
		flex-wrap: wrap;
		text-align: left
	}
	.form.light .btn a {
		margin: 0
	}
	section.sticky-section .btn {
		padding-bottom: 5px!important
	}
	section.sticky-section .row {
		padding: 0 10px
	}
	
	.section-better-roof .right-offhalf iframe {
	    height: 171px;
	}
	
    #text-4 {
        margin-bottom: 0;
    }
    
    .col-full.underbar {
        font-size: 10px !important;
        padding: 9px 0 80px 0 !important;
    }
    
    .col-full.underbar p:last-child {
        margin-bottom: 8px;
    }
    
    .reasons-row ul li:nth-child(3) img {
        margin-top: -25px;
        margin-bottom: -25px;
    }    
}

@media (max-width: 431px) {
    /*.step-2 .wpcf7-radio .wpcf7-list-item:not(:last-of-type) {*/
    /*    margin-bottom: 10px !important;*/
    /*}*/
    .step-2 .wpcf7-radio .wpcf7-list-item {
        margin-bottom: 10px !important;
    }
    
}

@media (max-width: 437px) {
    .step-2 .wpcf7-list-item.first {
        margin-right: 10px !important;
    }
        
    .step-2 .wpcf7-list-item.last {
        margin-left: 0 !important;
    }
}

.form-multi-step {
	max-width: 500px;
	margin: 0 auto
}
.form.light p {
	margin-bottom: 10px
}
.form .step-2 .row-roof-width label,
.form .step-2 .row-length-width label,
.form .step-3 label {
	padding-bottom: 7px;
	display: inline-block
}
.form .step-3 .row:not(:last-of-type):not(.row-enquiry) {
	margin-bottom: 20px
}
.form-multi-step .step-3 .row-enquiry {
	margin-bottom: 15px
}
.form .step-3 input:not([type="checkbox"]):not([type="button"]):not([type="submit"]),
.form .step-3 textarea {
	padding: 8px 8px 7px 13px!important
}

.form-multi-step .step-1 .row-btn .col:nth-child(2),
.form-multi-step .step-3 .row-btn .col:nth-child(2) {
	display: flex;
	align-items: center;
	justify-content: right
}
.form-multi-step .step-1 .col-step-number,
.form-multi-step .step-3 .col-step-number{
	width: 30%
}
.form-multi-step .step-1 .btn-back,
.form-multi-step .step-3 .btn-back {
	padding-right: 14px
}

.form-multi-step .step-1 .btn-next,
.form-multi-step .step-3 input[type="submit"] {
	flex-shrink: 0;
	transition: .3s all
}
span.ajax-loader {
	display: none!important
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
	border: 2px solid red
}

.step-1 .wpcf7-list-item-label {
    flex-direction: column;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.45);
}

.step-1 .wpcf7-list-item {
    width: 33.333%;
    margin: 0;
    float: left;
}

.step-1 .wpcf7-form-control .wpcf7-list-item {
    padding-right: 12px !important;
    padding-bottom: 22px;
}

.step-1 .wpcf7-list-item  .wpcf7-list-item-label {
    padding: 6px;
}

.step-1 .wpcf7-list-item  .wpcf7-list-item-label:after {
    content: '';
    display: block;
    width: 100%;
    max-width: 121px;
    min-height: 89px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
}

.step-1 .wpcf7-list-item:nth-child(1)  .wpcf7-list-item-label:after {
    background-image: url('../../uploads/2020/06/stratus-contemporary.jpg');    
}

.step-1 .wpcf7-list-item:nth-child(2)  .wpcf7-list-item-label:after {
    background-image: url('../../uploads/2020/06/stratus-2-way.jpg');    
}

.step-1 .wpcf7-list-item:nth-child(3)  .wpcf7-list-item-label:after {
    background-image: url('../../uploads/2020/06/stratus-3-way.jpg');    
}

.step-1 .wpcf7-list-item:nth-child(4)  .wpcf7-list-item-label:after {
    background-image: url('../../uploads/2020/06/stratus-2-way-style-2.jpg');    
}

.step-1 .wpcf7-list-item:nth-child(5)  .wpcf7-list-item-label:after {
    background-image: url('../../uploads/2020/06/stratus-3-way-style-2.jpg');    
}

.step-1 .wpcf7-list-item:nth-child(6)  .wpcf7-list-item-label:after {
    background-image: url('../../uploads/2020/06/stratus-4-way-1.jpg');    
}

.step-1 .wpcf7-list-item:nth-child(7)  .wpcf7-list-item-label:after {
    background-image: url('../../uploads/2020/06/stratus-4-way-style-2.jpg');    
}

.step-1 .wpcf7-list-item:nth-child(8)  .wpcf7-list-item-label:after {
    background-image: url('../../uploads/2020/06/Stratus-4-way-opt.jpg');    
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
    display: flex;
    flex-grow: 1;
    flex-wrap: wrap;    
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
    max-width: 126px !important;
    width: 100% !important;
    margin-right: 19px !important;
}

.single-product div.product .summary {
    position: relative;
}

.single-product div.product form.cart:after {
    clear: both;
    content: '';
    display: block;
    margin: 0;
    float: right;
    max-width: 300px;
    width: 100%;
    height: 40px;
    margin-top: 11px;
    background: url('../../uploads/2020/07/payment-icons.png') no-repeat;
    background-size: contain;
}

.uni-node-content .uni-module input,
.uni-node-content .uni-module select {
    border-radius: 0!important;
}

.site-header .custom-logo-link {
    position: relative;
    z-index: 9;
}

.site-header .custom-logo-link, .site-header .site-logo-anchor, .site-header .site-logo-link {
     display: block;
     margin-bottom: 3px;

}

.site-header .widget_product_search form, .site-header .widget_search form {
     position: relative;
     left: 5px;
     bottom: 3px;

}

.single-product .from {
    display: none;
}

.widget-area .uni-cpo-cart-action {
    display: none;
}

div#secondary .woocommerce.widget_shopping_cart .widget-title {
    margin: 0 !important;
}

.widget-area .woocommerce-mini-cart__empty-message {
    padding-top: 1em
}

.widget-area .product_list_widget li,
.widget-area .widget_shopping_cart p.total {
    border-bottom: 1px solid #D8D8D8;
}

.widget-area a.button.checkout {
    text-transform: uppercase;
    font-weight: 400 !important;
    background-color: #D95F19;
}

.widget-area .wc-forward::after, 
.widget-area .woocommerce-Button--next::after {
    content: '>';
}

.widget-area .size-woocommerce_gallery_thumbnail {
    max-width: 70px;
}

.widget-area p.woocommerce-mini-cart__total.total strong {
    font-weight: normal;
}

.single-product div.product table.variations td.label label {
	font-weight: bold;
}

#payment .place-order .button,
.wc-proceed-to-checkout .button.checkout-button {
    background-color: #D95F19;
}

@media (max-width: 768px) {
    .single-product div.product table.variations tbody {
        flex-wrap: wrap;
    }

}

@media (max-width: 768px) {
    .single-product div.product .summary {
        display: flex;
        flex-direction: column;
    }

    .single-product div.product p.price,
    .single-product div.product form.cart .quantity {
        margin: 0;
        position: static;
    }

    .single-product div.product .single_variation .price {
        margin: 0;
    }

    .single-product div.product form.cart {
        order: 3;
    }
    
    .single-product div.product table.variations tr:last-of-type td  {
        margin: 0;
    }
}

.single-product div.product table.variations tbody {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.single-product div.product table.variations tbody tr {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 50%;
}

.single-product div.product table.variations select,
.single-product div.product table.variations select:focus,
.single-product div.product table.variations select:hover,
.single-product div.product table.variations select:active {
    height: 36px;
    padding: 0 30px 0 6px;
    border-radius: 0 !important;
    border: 1px solid #d7d7d7 !important;
}

.single-product div.product table.variations .value * {
    width: 100%;
    max-width: 100%;
}

.single-product div.product table.variations tr:nth-child(odd):last-of-type .value * {
    width: 95% !important;
}

.woocommerce-variation-price .woocommerce-Price-amount.amount {
	font-size: 1.41575em;
}

.single-product  form table.variations .value:after  {
    background-color: #37ABE3 !important;
    font-size: 9px !important;
    content: 'This value is required.';
    display: block;
    color: #fff;
    padding: 1px 0 2px 6px !important;
    line-height: 16px;
    max-width: 100%;
}

.single-product div.product table.variations tbody td {
    max-width: 263px;
    width: 100%;
}

.single-product div.product table.variations tbody .value {
    margin-right: 10px !important;
    padding-right: 10px;
    box-sizing: border-box;
}

.reset_variations {
    display: inline-block;
    order: 3;
    margin: 0;
    padding: 5px 0 5px 0;
}

.single-product div.product table.variations .value {
    display: flex;
    flex-direction: column;
    position: relative;
    transition: .3s all;
}

.slick-slide {
    display: none;
    opacity: 0;
    transition: .3s all;
}

.slick-initialized .slick-slide {
    opacity: 1;
}

@media (max-width: 768px) {
    .step-1 .wpcf7-list-item {
        width: 50%;
    }
}

@media (min-width: 900px) {
    .reasons-row ul li {
        width: 25%;
    }    
}

.page-id-5020 .entry-header{
    text-align: center;
}

.single-product div.product table.variations td.label label{
	position:relative;
}
.single-product div.product table.variations td.label label:after {
    position: relative;
    top: -4px;
    color: #f75555;
    font-size: 16px;
    content: "*";
}
.hide-variation-select select{display:none;}
/* The container */
.variation-radios .container {
  display: block;
  position: relative;
  padding-left: 22px;
  margin-bottom: 6px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.variation-radios .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 16px;
  width: 16px!important;
  background-color: transparent;
  border: 1px solid #f75555;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.variation-radios .container:hover input ~ .checkmark {
   /*background-color: transparent;
    border: 1px solid #d7d7d7;*/
}

/* When the radio button is checked, add a blue background */
.variation-radios .container input:checked ~ .checkmark {
 background-color: transparent;
    border: 1px solid #d7d7d7;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.variation-radios .container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.variation-radios .container .checkmark:after,.variation-radios .container:hover .checkmark:after{
 	    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #333;
}
.single_variation_wrap .variations_button p.price{
	display:none!important;
}
.single-product div.product form.cart .quantity{
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.single_variation_wrap .woocommerce-variation.single_variation{
	display: block;
  position: absolute;
  top: 28px;
  left: 0;
  width: 50%;
}

.single-product .single_variation_wrap .woocommerce-variation-add-to-cart.variations_button{
	position:relative;
	z-index:1; 
}
.cart_totals table td,.cart_totals table th{padding:1rem;}
.price .onlyForProduct{display:none;}
.single-product .price .onlyForProduct{display: inline;font-size: 18px;}

ul.products li.product-type-variable .price .from,ul.products li.product-type-variable .price span:nth-child(4):before{display:none;}
/* RG */
.single-product div.product form.cart .quantity { width: 52%; }
.single-product div.product form.cart .quantity .qty { height: 48px; line-height: 1.4; }
.single-product div.product form.cart .single_add_to_cart_button { width: 45%; }
.single-product div.product form.cart .single_variation_wrap { position: relative; }
@media (min-width: 768px) and (max-width: 1024px), (max-width: 540px) {
  .single-product div.product form.cart .quantity, .single-product div.product form.cart .quantity .qty { width: 100%; }
  .single-product div.product form.cart .quantity { margin-top: 10px; margin-right: 0; }
  .single-product div.product form.cart .single_add_to_cart_button { width: 100%; margin-top: 15px; }
  .single-product div.product form.cart .single_variation_wrap .quantity { float: right; }
  .single-product div.product form.cart .single_variation_wrap .quantity .qty { width: 30%; }
  .single_variation_wrap .woocommerce-variation.single_variation { width: 68%; top: 36px; }
}
@media (max-width: 767px) {
  .single-product div.product form.cart .price .onlyForProduct { font-size: 16px; }
  .single-product div.product form.cart .price .woocommerce-Price-amount { font-size: 20px; }
}
@media (max-width: 540px) {
  .single-product div.product form.cart .quantity .qty { width: 40%; }
  .single-product div.product form.cart .price .onlyForProduct { font-size: 15px; }
  .single-product div.product form.cart .price .woocommerce-Price-amount { font-size: 18px; }
}
/* RG */
.infotool{
	display: inline-block;
    background-color: #E3E3E3;
    padding: 0px 10px;
    color: #000;
    border-radius: 100%;
    text-align: center;
	cursor:pointer;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999999;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 700px;
  position:relative;
}

/* The Close Button */
.close {
  color: #aaaaaa;
	font-size: 26px;
	font-weight: bold;
	position: absolute;
	top: -7px;
	left: 8px;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.modal-content .content-area {
    width: 100%;
	padding: 25px 10px 10px 10px;
	text-align:center;
}
.modal-content .content-area h3{
	margin-top: 1.4em;
	margin-bottom: 0.5rem;
	font-weight:bold;
}
.modal-content .content-area h3:first-child{
	margin-top: 0;
}
.modal-content .content-area p{
    margin-bottom: 1rem;
}
.overflowhidden{
	overflow:hidden !important;
}

@media (max-width: 767px) {
	.modal-content {
		width:96%;
	}
}
@media (max-width: 640px) {
	.modal-content .content-area{
		padding-top:10px;
	}
	.modal-content .content-area h3{
		font-size: 1.1875rem;
		margin-top: 1.4em;
		font-weight:normal;
	}
	.modal-content .content-area p{
		font-size: 0.9rem;
	}
}

@media (min-width: 540px) {
	.wpcf7-form-control.wpcf7-radio {
	width:500px;
}
}

.installation-video-content {
	max-width:100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom:2.5em!important;
}

.install-title {
	align-content: center;
	text-align: center;
	margin-top:1.5em!important;
}

.download-wrap {
	width: 49%;
	text-align: left;
	display:inline-block;
}

@media (max-width:720px) {
	.download-wrap{
		display:inline;
	}
}

.edge-box {
	padding: 30px;
	color: white;
}

.edge-box h2{
	color: white;
}

.sub-menu{
	background-color: #2776BC !important;
	color: #fff !important;
}

.sub-menu a {
	padding-left: 15px !important;
}

.sub-menu .current-menu-item:hover {
	background-color: #fff !important;
}



/* Migrated css from wordpress customise 2025 07 04 */
.handheld-navigation .dropdown-toggle {
    color: #ffffff;
}

.below-header .col a {color: #37abe3;}

/* visofold 1000 slim cta css */
#vis1k-cta {
  font-size:22px;
  margin-bottom:0.7em;
}

#vis1k-cta-btn {
  margin-left:auto;
  margin-right:auto;
  width:25%;
  display:block;
  margin-bottom:2em;
  text-decoration:none;
}

@media only screen and (max-width:768px) { #vis1k-cta {
font-size:22px!important;
}
  #vis1k-cta-btn {
    width:75%!important;
  }
  
}

@media only screen and (max-width:460px) { #vis1k-cta {
font-size:16px!important;
}
  #vis1k-cta-btn {
    width:100%!important;
  }
}

#vis1k-vid-container {
  max-width:95%;
  margin-left:auto;
  margin-right:auto;
}

.page-id-13597 #post-13597 > header > h1{
  text-align:center;
}

/* 2022 10 06 menu css change */
.woocommerce-active .site-header .main-navigation {
  width:100%!important;
  text-align:center;
}

/* 2022 10 10 vis 1k quote css hide */ 
.page-id-13597 #sticky > a:nth-child(2) {
  display:none;
}

/* wp-rocket fixes */
.site-header {
  background-color:#0D0D0D;
}

/* product mobile css */
@media (max-width: 768px){

  .single-product div.product form.cart {
    order: 1;
}
.single-product .woocommerce-product-details__short-description {
  order: 2;
}
}

/* menu css to add white lines */
@media only screen and (min-width:988px) {
#menu-main-menu {
  display:flex;
  flex-direction:row;
  justify-content:center;
}

.menu a {
border-right:1px solid #fff;
}
  
  .menu li {
    padding-top:5px;
    padding-bottom:5px
  }

#menu-item-13437 a {
  border:none;
}

.sub-menu a {
  border-right:none!important;
  border-bottom:1px solid #fff;
}
  
  .sub-menu li {
    padding:0px;
  }
}

/* footer css fix */
.site-footer .menu a {
border-right: none!important;
}
  
.site-footer .menu li {
    padding-top:0px;
    padding-bottom:0px
  } 


/* 2023 downloads page css */
.dl-blocks {
  display:flex;
  justify-content: space-evenly;
}

.dl-blocks:nth-of-type(1) {
  display:block;
}
.page-id-293 h2 {
  margin-bottom:1em;
  text-align:center;
}

/* integral blinds cta */
.integral-blind-cta {
  background-color:#2176bc;
  padding:15px 10px 10px 10px;
  color:#fff;
  margin:3em 0px;
}
.integral-blind-cta a {
  background-color:#d95f19;
  padding: 10px 30.5px;
  color:#fff;
  text-decoration:none!important;
}
.integral-blind-cta a:hover {
  background-color:#37abe3;
}

#integral-cta-btn {
  background-color:#d95f19;
  padding: 10px 30.5px;
  color:#fff;
  text-decoration:none!important;
}
#integral-cta-btn:hover {
  background-color:#37abe3;
}

/* home h1 styling */
.home-hero-text h1 {
  color:#fff;
  font-weight:bold;
  text-shadow: 0 2px 4px rgba(0,0,0,0.5);
  line-height:55px;
    margin-bottom:0px;
  font-size:42px;
}

@media only screen and (max-width:1120px) { .home-hero-text h1 {
  font-size:2.2em;
  }
}

@media only screen and (max-width:631px) { .home-hero-text h1 {
  line-height:1.2em;
  margin-bottom:10px;
  }
}


.home-hero-text p {
    color: #fff;
    font-weight: bold;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
    line-height: 55px;
    margin-bottom: 0px;
    font-size: 42px;
  letter-spacing: -1px;
}

.header-message p span.woocommerce-Price-amount {
    color: #000;
}
.header-message p span.woocommerce-Price-currencySymbol
 {
    color: #000;
}

/* basket promo bar */
.basket-promo-bar {
  background-color:#555555;
  padding:0.3em;
  display:flex;
  flex-direction:center;
  justify-content:center;
  margin-bottom: 30px;
}
.basket-promo-bar p {
  color:#fff;
  font-weight:600;
  font-size:18px;
  margin:0.2em;
}

@media only screen and (max-width:460px) {
  .basket-promo-bar {
    margin-bottom:40px;
  }
}
 
/* promo bar mobile fix */
#top-top-bar p {
  margin:0.2em;
}

/* cpo builder css trick */
.uni-modal-wrap {
  max-width:100%!important;
  width:100%!important;
}

/* temp banner removal */
#top-top-bar {
  display:none;
}

/* 2024 02 13 updates */
/* header cart css fix */
.storefront-primary-navigation #site-header-cart {
  display:none!important;
}

/* register page css fix */
div.footer-widgets.row-1.col-4.fix {
  width:100%;
}

#menu-footer-links {
  padding:0px!important;
}

#menu-footer-shop-links {
  padding:0px!important;
}

#menu-main-menu a {
  text-decoration:none;
}

 #menu-footer-links {
  text-decoration:underline;
}

#menu-footer-shop-links {
  text-decoration:underline;
}

.site-header-cart .cart-contents .count {
  text-decoration:none;
}

.header-message a.tel {
  text-decoration:none;
}

.below-header .col a {
  text-decoration:none;
}
/* product page css */
@media (min-width: 768px) {
  .woocommerce-tabs .panel {
    width:100%;
}
}

/* register page ccss */
.page-id-16600 h1 {
  margin-bottom:0.7em!important;
}

.page-id-16600 ul {
  padding-left:0px;
}
.page-id-16600 h2 {
  margin-top:0px!important;
  margin-bottom:0.7em!important;
}

.page-id-16600 .entry-content form {
  margin-bottom:50px;
}

.page-id-16600 .form-row .button {
  font-weight:normal;
  text-transform:uppercase;
  background-color:#d95f19;
  color:#fff;
  padding:0.2em 3em;
  font-size:16px;
  transition:ease-in-out 0.2s;
  height:47px;
  max-width:220px;
  width:100%;
  margin-top:10px;
}

.page-id-16600 .form-row .button:hover {
  background-color:#37abe3;
  color:#fff;
  transition:ease-in-out 0.2s;
}

.page-id-16600 .required {
  color:#000;
}

.page-id-16600 #sticky .btn {
  width:160px;
}

@media only screen and (max-width:480px) {
  .page-id-16600 .form-row .button {
    max-width:100%;
  }
}

#wc_user_registration_role_field > label > span {
  display:none!important;
}

a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  text-decoration:none;
}

/* header message */
#top-top-bar {
  display:block;
}

.topbar-trade-btn:hover {
  color:#000!important;
}

/* quote block spacing fix */
.quote-blocks .quote-block {
  margin-left:1.33%;
  margin-right:1.33%;
}
.quote-blocks .quote-block:last-of-type {
  margin-right:0px;
}

.quote-blocks .quote-block:first-of-type {
  margin-left:0px;
}
/* 2024 landing page css */

.landing-text-block {
  width:100%;
  display:grid;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  border-radius:10px;
  background:#E6E6E6;
  padding:20px 10px;
}

.landing-text-block img {
  width:150px;
  height:150px;
  margin-bottom:30px;
}

.landing-text-block h2 {
  text-align:center;
  font-size:24px;
}

.landing-text-block p {
  text-align:center;
  margin-bottom:0px;
}

/* product pages option fields error message */
.uni-builderius-container .parsley-errors-list li {
  background-color:#f75456!important;
}

/* 2024 header bottom bar */
@media only screen and (max-width: 782px) {
  .below-header .col-full {
    flex-wrap:wrap;
  }
  .below-header .col {
    width:50%;
    justify-content:center;
  }
  .below-header .col:last-child {
    justify-content:center!important;
  }
}

/* @media only screen and (max-width:631px) {
  .below-header .col:nth-child(3) {
    display:flex;
  }	
  .below-header .col:nth-child(2) {
    display:flex;
  }	
} */

/* sticky sidebar fix */
#sticky {
  display:block!important;
}

@media only screen and (max-width: 768px) {
  #sticky {
    display:flex!important;
  }
}

/* 2024 success page cta */
.success-cta-container {
  width:100%;
  display:flex;
  justify-content:center;
  margin-bottom:50px
}

.success-cta {
  background:#2276bc;
  padding:30px;
  width:100%;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
}

.success-cta h2 {
  color:#fff;
  font-weight:800;
}

.success-cta p {
  color:#fff;
  font-weight:600;
  font-size:18px;
}

.success-cta a {
  color:#2276bc;
  background:#fff;
  padding:10px 20px;
  text-decoration:none!important;
  max-width:200px;
  text-align:center;
  font-weight:600;
  font-size:20px;
}

/* product page price guarantee tick */
.price-guarantee-mobile {
  display:none;
}

 .price-guarantee-desktop {
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  align-items:center;
}

.price-blue-tick {
  width:22px;
  height:22px;
}

.price-guarantee-desktop p, .price-guarantee-mobile p {
  margin-bottom:0px;
  margin-left:5px;
}
@media only screen and (max-width:768px) {
  .price-guarantee-desktop {
    display:none;
  }
   .price-guarantee-mobile {
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  align-items:center;
}
}

/* fitting service page form */
.fitting-service-form-container {
  width:100%;
  margin:20px auto;
  max-width:768px;
}

.fitting-service-form-container .wpcf7-submit {
  font-weight:normal;
  text-transform:uppercase;
  background-color:#D95F19;
  color:#fff;
  padding:0.2em 3em;
  font-size:16px;
  transition:ease-in-out 0.2s;
  max-width:220px;
  width:100%;
  height:47px;
}

.fitting-service-form-container .wpcf7-submit:hover {
  background-color:#37ABE3;
  color:#fff;
  transition:ease-in-out 0.2s;
}

/* fitting service ctas */
/* homepage */
.home-slider-btn-container {
  display:flex;
}
.home-slider-btn-container > div {
  margin-right:30px;
}

@media only screen and (max-width: 425px) {
  .home-slider-btn-container {
    flex-direction:column;
  }
  .home-slider-btn-container > div {
  margin-bottom:20px;
}
  .home-hero-header .home-hero-image {
    height:400px;
  }
  
}

/* sidebar */
#sticky > a:nth-child(3) > img {
  width:22px!important;
}

@media only screen and (min-width:768px) {
  #sticky .btn {
    width:160px;
    padding:18px 15px!important;
  }
  #sticky {
  top:35vh;
}
  #menu-main-menu {
    justify-content:space-between;
  }
}

@media only screen and (min-width:1200px) {
  #sticky {
  top:35vh;
}
}

/* product pages downloads area */
#product-downloads a {
  text-decoration:none;
  width:100%;
  height:initial;
  text-transform:uppercase;
}

#product-downloads {
  margin-bottom:25px;
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  justify-content:space-between;
  margin-top:40px;
  width:100%;
}

#product-downloads h2 {
  width:100%;
  margin-bottom:25px;
}

#product-downloads div {
  width:49%;
  margin-bottom:15px;
}



@media only screen and (max-width:866px) {
  #product-downloads div {
    width:100%;
    max-width:400px;
  }
  #product-downloads {
    justify-content:initial;
  }
}

@media only screen and (max-width:660px) {
  #product-downloads div {
    max-width:100%;
    width:100%;
  }
}

/* product pages zig zag section */
section.content-page-zig-zag {
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  margin-top:60px;
  margin-bottom:20px;
}

section.content-page-zig-zag img {
  width:100%;
}

.zig-zag-row {
  width:100%;
  display:flex;
  align-items:center;
  margin-bottom:40px;
    justify-content:space-between;
  flex-direction:row;
  flex-wrap:wrap;
}

.zig-zag-row .zig-zag-left {
  width:48%;
  margin-right:2%;
}
.zig-zag-row .zig-zag-right {
  width:48%;
  margin-left:2%;
}

.content-page-video {
  width:100%;
  margin-bottom:60px;
}

.content-page-spec {
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  justify-content:space-between;
  margin-bottom:60px;
  align-items:center;
}

.content-page-spec .left {
  width:48%;
}

.content-page-spec .right {
  width:48%;
  display:flex;
  justify-content:center;
  align-items:center;
}

.content-page-spec .right img {
  margin-left:auto;
  margin-right:auto;
}

.content-page-contact {
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  justify-content:space-between;
  margin-bottom:60px;
}

.content-page-contact .left {
  width:48%;
}

.content-page-contact .right {
  width:48%;
}

.contact-page-contact .right img {
  width:100%;
}

/* heritage windows spec css */
.specifion-50 {
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  margin-bottom:15px;
}

.specifion-50 .left {
  width:48%;
  margin-right:2%;
}

.specifion-50 .right {
  width:48%;
  margin-left:2%;
}

/* heritage windows hero css */
.content-page-hero {
  margin-bottom:30px;
}

@media only screen and (max-width:768px) {
  
  .zig-zag-row {
    flex-direction:column-reverse;
    margin-bottom:0px;
  }
  .zig-zag-row:nth-of-type(2n) {
    flex-direction:column;
  }
  .zig-zag-row div {
    width:100%!important;
    margin-bottom:20px;
    margin-left:none!important;
    margin-right:none!important;
  }
  .content-page-spec {
    flex-direction:row-reverse;
  }
  .content-page-spec div {
    width:100%!important;
    margin-bottom:30px;
  }
  .content-page-contact {
    flex-direction:row-reverse;
  }
  .content-page-contact div {
    width:100%!important;
    margin-bottom:30px;
  }
  .specifion-50 {
    flex-direction:column;
  }
  .specifion-50 .left {
    width:100%;
    margin-right:none!important;
  }
  .specifion-50 .right {
    width:100%;
    margin-left:none!important;
  }
}
/* alitherm400 sash images css */
.page-id-14414 .zig-zag-row img {
max-width:250px;
  margin-left:auto;
  margin-right:auto;
}

/* signature doors page bottom image fix */
.page-id-17637 .specifion-50 .left img {
  margin-left:auto;
  margin-right:auto;
  max-width:100%;
  width:initial;
}

.page-id-17637 .specifion-50 {
  align-items:center;
}

@media only screen and (max-width:768px) {
  .page-id-17637 .specifion-50 .left {
    margin-bottom:20px;
  }
}

/* prem skylight error message hide */
.postid-13423  form table.variations .value:after {
  display:none!important;
}

/* 2025 01 24 contact page css phone */
.contact-details li:nth-of-type(1) a {
  font-size:20px; margin-left:10px;
  margin-right:10%;
  color:black;
  display:inline-block;
  text-decoration:none;
  transition:ease-in-out 0.2s;
  line-height:1.214;
}

.contact-details li:nth-of-type(1) a:hover {
  transition:ease-in-out 0.2s;
  color:#2176bc;
  text-decoration:underline;
}

/* 2025 02 10 product page css */
.single-product div.product form.cart:after {
  margin-top:40px;
}

.single-product div.product p.price {
  font-size:32px!important;
}

.single-product div.product form.cart .single_add_to_cart_button {
  height:48px;
}

.single-product div.product form.cart .quantity {
  line-height:1;
  align-items:center;
}

.price-guarantee-desktop {
  margin-top:20px!important;
}

@media only screen  and (max-width:767px) {
  .single-product div.product form.cart .price .woocommerce-Price-amount {
    font-size:32px!important;
  }
}

@media only screen and (max-width:540px) {
  .single-product div.product form.cart:after {
    margin-top:16px;
    width:100%;
    max-width:100%;
    height:55px;
  }
  .single-product div.product form.cart {
    margin-bottom:10px;
  }
}

@media only screen and (min-width:767px) and (max-width:1025px) {
  .single-product div.product form.cart .single_add_to_cart_button  {
    width:initial;
  }
} 

.footer-socials {
  margin-top:16px;
  display:flex;
}

.footer-socials * {
  font-size:20px;
}

.fa-facebook {
  margin-right:16px;
}

.fa-instagram {
  font-size:22px;
}

@media only screen and (max-width:960px) {
  .footer-socials {
    display:flex;
    justify-content:center;
    width:100%!impotant;
  }
}

/* reviews homepage css */
.home-vid {
  margin-bottom:50px;
}

.home #home-reviews-io {
  background:#fff;
  box-shadow: 0 0 0 100vmax #fff;clip-path: inset(0 -100vmax);
}

/* 2025 05 08 header changes */
#top-top-bar {
  display:none;
}

.storefront-breadcrumb {
  background:#fff;
}

.storefront-breadcrumb * {
  color:#000!important;
}

.site-header-cart .cart-contents::after {
background: url('https://www.stratuslanternroofs.co.uk/wp-content/uploads/2025/05/basket-icon-white.png') no-repeat center center!important;
  background-size:contain!important;
}
ul#site-header-cart * {
  border-right:none!important
}

.site-header-cart .cart-contents {
  background:none!important;
}

.site-header-cart .cart-contents .amount {
  display:none;
}

.site-header-cart .cart-contents {
  float:right;
  max-width:100%;
}

.site-header-cart .cart-contents .count {
  margin-right:16px;
  color:#fff!important;
}

.new-top-bar {
  background:#0d0d0d;
  max-width:66.4989378333em;
  box-shadow: 0 0 0 100vmax #0d0d0d;clip-path: inset(0 -100vmax);
  margin-left:auto;
  margin-right:auto;
  display:flex;
  padding-top:12px;
  justify-content:space-between;
  align-items:center;
  margin-bottom:-1px;
}

.new-top-left {
  max-width:100px;
  width:100%;
  max-height:100px;
}

.new-top-left img {
  max-width:100px!important;
  width:100%;
}

.BadgeRibbon * {
  color:#fff!important;
}

.new-top-right {
  font-size:1.2em;
  display:flex;
  flex-direction:row;
  max-width:calc(100% - 112px);
  width:100%;
  justify-content:flex-end;
  max-height:100px;
}

.new-top-right img {
  height:21px;
  padding-right:12px;
}

.new-top-right > p {
  align-items:center;
  display:flex;
  justify-content:flex-end;
  margin-bottom:0px!important;
}

.new-top-right > p span {
  padding-right:6px;
  padding-left:5px;
  color:#fff;
}

.new-top-right a.tel {
  text-decoration:none;
  color:#fff;
  font-weight:700;
}

.new-top-right p {
  line-height:20.8px;
  color:#02a2db;
}

.BadgeRibbon__read__reviews {
  display:none!important;
}

@media only screen and (min-width:814px) {
  .header-message > p {
    display:none!important;
  }
}

@media only screen and (min-width: 768px) {
  #sticky .btn {
    width:fit-content;
    padding:15px;
    border-radius:10px 0px 0px 10px;
    font-size:16px;
  }
  #sticky .btn img {
    height:14px;
  }
}

@media only screen and (max-width:66.4989em) {
  .new-top-bar {
    margin-left:2.617924em;
    margin-right:2.617924em;
  }
}

@media only screen and (max-width:568px) {
  .new-top-bar {
    margin-left:1.41575em;
    margin-right:1.41575em;
  }
}

@media only screen and (max-width:480px) {
  .new-top-right * {
    font-size:16px;
  }
}

@media only screen and (max-width:400px) {
  .new-top-right * {
    font-size:14px;
  }
}

/* burger menu css 2025 05 */
button.menu-toggle {
  color:#fff;
  background:none!important;
  border:none!important;
}

button.menu-toggle::before {
  background-color:#fff;
}

button.menu-toggle::after {
  background-color:#fff;
}

button.menu-toggle span:before {
  background-color:#fff;
}

header#masthead .main-navigation li a {
  border:none!important;
}

/* header middle row css 2025 05 */
@media only screen and (min-width:768px) {
  header#masthead > .col-full {
  flex-direction:row;
  flex-wrap:wrap;
  justify-content:space-between;
}


.site-branding {
  max-width:230px!important;
  width:100%!important;
  margin-left:0px!important;
  margin-right:0px!important;
}

.header-message {
  width:100%!important;
  max-width:200px!important;
  margin-left:0px!important;
  margin-right:0px!important;
}

.header-large-row {
  max-width: calc(100% - 490px)!important;
  width:100%!important;
  margin-left:30px!important;
  margin-right:30px!important;
}

.woocommerce-active .site-header .site-search {
  max-width:100%;
}
}

@media only screen and (min-width:768px) and (max-width:1000px) {
  .site-branding {
    max-width:fit-content!important;
  }
  .header-large-row {
    max-width:100%!important;
    width:fit-content!important;
  }
  header#masthead > .col-full {
    justify-content:initial!important;
  }
  
}

/* updated form css */
.form-multi-step .step-1 input[type="radio"]:checked~span {
  color:#000;
  border:2px solid #494948;
}

.form-multi-step .step-2 .row-btn p {
  display:block;
}

.form-multi-step .step-2 .row-btn {
  margin-top:0px;
}

.form-multi-step .step-1 .col-step-number, .form-multi-step .step-3 .col-step-number {
  width:100%;
}



@media only screen and (min-width:441px) and (max-width:540px) {
  .form-multi-step .step-2 .wpcf7-radio {
    flex-wrap:nowrap;
  }
}

.slick-slider,
.slick-track,
.slick-slide {
  overflow: visible !important;
}

.slick-slide > div {
  height: auto !important;
}

@media only screen and (max-width:350px) {
  .form .step-2 .row-external-frame-colour span.wpcf7-list-item, .form .step-2 .row-glass-option span.wpcf7-list-item {
    margin-left:0px!important;
  }
}

@media only screen and (max-width:335px) {
  .form .step-2 .row-external-frame-colour span.wpcf7-list-item, .form .step-2 .row-glass-option span.wpcf7-list-item {
    width:100%!important;
    max-width:100%!important;
  }
}

.form.light .btn a, .form.light .btn-next {
  max-width:200px!important;
  float:left;
}

.row-vent-option .wpcf7-form-control.wpcf7-radio {
  margin-bottom:22px!important;
}

.form.light input[type="submit"] {
  max-width:200px!important;
  margin:0px!important;
  margin-left:auto!important;
}


.btn-back {
  padding-right:0px!important;
  text-decoration:none!important;
}

.btn-back:hover {
  color:#D95F19!important;
  background-color:#fff!important;
}

@media only screen and (max-width:510px) {
  #wpcf7-f5019-p5020-o1 > form > div.form.light.form-request-quote > div > div > div > div.step.step-3.slick-slide.slick-current.slick-active > div.row.row-btn > div:nth-child(2) > p {
    flex-direction:column!important;
  }
  
  .step-3 .btn-back {
    margin-bottom:20px!important;
  }
  .form.light input[type="submit"] {
    margin-left:0px!important;
  }
}

.form .step-2 .row-external-frame-colour span.wpcf7-list-item:last-of-type {
  margin-left:0px!important;
  margin-top:14px!important;
}

@media only screen and (max-width:550px) {
  .step-2 .wpcf7-form-control.wpcf7-radio {
    flex-wrap:wrap;
  }
  .form .step-2 .row-glass-option span.wpcf7-list-item, .form .step-2 .row-glass-option span.wpcf7-list-item.last {
    width:100%!important;
  margin-left:0px!important;
  margin-bottom:12px!important;
  max-width:100%!important;
  }
  
  .form-multi-step .col:last-child .match-guarantee {
    margin-top:12px!important;
    justify-content:left!important;
  }
  
  #wpcf7-f5019-p5020-o1 > form > div.form.light.form-request-quote > div > div > div > div.step.step-3.slick-slide.slick-current.slick-active > div.row.row-btn > div:nth-child(2) > p {
    flex-direction:row!important;
  }
}

@media only screen and (max-width:450px) {
.form .step-2 .row-external-frame-colour span.wpcf7-list-item {
    width:100%!important;
  margin-left:0px!important;
  margin-bottom:12px!important;
  max-width:100%!important;
  }
  .form .step-2 .row-external-frame-colour span.wpcf7-list-item:last-of-type {
    margin-top:0px!important;
  }
}

.step-2 input[type="radio"]:checked~span {
  color:#fff!important;
}

/* blog css */
.blog #main {
  display: grid;
grid-template-columns: repeat(2, 1fr);
grid-column-gap: 0px;
grid-row-gap: 0px;
  justify-items:start;
  align-items:baseline;
  gap:50px;
  margin-top:50px;
}

.blog #main article {
  width:100%
  margin-bottom:50px;
}

.blog .read-more {
  height:35px;
  background:#D95F19;
  font-size:14px;
  color:#fff;
  line-height:19px;
  display:inline-flex;
  text-align:center;
  justify-content:center;
  align-items:center;
  padding:10px 23.2px !important;
}

.blog .read-more:hover {
  background:#37ABE3 !important;
}

.blog  nav.navigation {
  width:100%;
  margin-top:50px;
  margin-bottom:50px;
}

.blog a.page-numbers {
  background-color:#D95F19!important;
  color:#fff!important;
}

.blog .current {
    background-color:#37ABE3!important;
  color:#fff!important;
}

.blog a.page-numbers:hover {
    background-color:#37ABE3!important;
}

@media only screen and (max-width: 768px) {
  .blog #main {
    display:flex;
    flex-wrap:wrap;
  }
}

/* edge page 2025 06 */
.edge-tech {
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  align-items:center;
}


.edge-100 {
  width:100%;
}

.edge-tech .left, .edge-tech .right {
  width:calc(50% - 25px);
}
.edge-tech p {
  margin-bottom:16px;
}

.edge-tech p:last-of-type {
  display:none!important;
}

.edge-spec {
  display:flex;
  flex-wrap:wrap;
  gap:50px;
  align-items:center;
  background:#2176BC;
  padding:30px;
}

.edge-spec h2+h3 {
  border-top: 1px solid #fff;
}

.edge-spec * {
  color:#fff;
}

.edge-spec .left, .edge-spec .right {
  width:calc(50% - 25px);
}

.edge-spec h3 {
  margin-top:0px!important;
  font-size:18px;
  font-weight:700;
}

.edge-spec p {
  margin-bottom:16px;
}

.edge-spec p:last-of-type {
  display:none!important;
}

.infinity {
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  align-items:center;
  margin-top:30px;
  margin-bottom:30px;
}

.infinity-container {
  display:flex;
  justify-content:space-between;
  align-items:center;
}

.infinity-container img {
  max-width:200px;
  width:100%;
}

.infinity .left {
  width:calc(50% - 25px);
}

.infinity .right {
  width:calc(50% - 25px);
}

.premier-edge {
  padding:30px;
  background:#2176BC;
  padding-bottom:5px;
}

.premier-edge * {
  color:#fff;
}

.premier-edge div:nth-of-type(1) {
  margin-top:0px!important;
}

.premier-edge p {
  margin-bottom:16px;
}
.page-id-13350 h2 {
  margin-top:0px!important;
}

.page-id-13350 #product-downloads {
  margin-top:30px;
  margin-bottom:30px;
}

.page-id-13350 .entry-content {
  margin-bottom:30px;
}

.edge-spec p:nth-of-type(last) {
  margin-bottom:0px;
}


@media only screen and (max-width:768px) {
  .infinity .left, .infinity .right {
    width:100%;
    margin-left:0px;
    margin-right:0px;
  }
  
  .infinity .left {
    margin-bottom:24px;
  }
  
  .edge-spec {
    flex-direction:row-reverse;
  }
  
  .edge-spec .left, .edge-spec .right {
    width:100%;
  }
  
  .edge-spec .right {
    margin-bottom:0px;
  }
  .edge-spec img {
    width:100%;
  }
}

/* Price Match Guarantee Page */
.page-id-18568 .site-content section {
  margin-top:50px;
  margin-bottom:50px;
}

.page-id-18568 section:nth-of-type(1) {
  margin-top:0px;
}

.left-right {
  width:100%;
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  align-items:center;
}

.left-right .left {
  width:calc(50% - 25px);
}

.left-right .left img {
  width:100%;
}

.left-right .right {
  width:calc(50% - 25px);
}

.choose-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 25px;
  grid-row-gap: 0px;
}

.choose-cta * {
  text-align:center;
}

.choose-cta p {
  margin-bottom:24px;
  font-size:18px
}

.choose-icons {
  display:flex;
  justify-content: center;
  flex-wrap:wrap;
  background:#2176BC;
  padding:25px;
  border-radius:28px;
  margin-bottom:24px;
}

.choose-icons i {
  font-size:75px;
  color:#fff;
  margin-bottom:24px;
}

.choose-icons p {
  text-align:center;
  width:100%;
  color:#fff;
  margin-bottom:0px;
  font-size:16px;
}

.choose-icons p:nth-of-type(1), .choose-icons p:nth-of-type(3) {
  display:none!important;
}

.choose-container > p {
  display:none!important;
}

.blue-bg {
  width:100%;
  background:#2176BC;
  padding:25px;
  border-radius:28px;
  max-width:900px;
  margin-left:auto;
  margin-right:auto;
  padding-bottom:0px;
}

.blue-bg h2 {
  color:#fff;
  text-align:center;
}

.blue-bg p {
  color:#fff;
}

.price-match-form-header-text {
  width:100%;
  text-align:center;
  margin-bottom:24px;
  font-size:18px;
}

.blue-bg p:last-of-type {
  margin-bottom:0px;!important
}

.blue-bg label {
  color:#fff;
}

.blue-bg .wpcf7 input {
  width:100%!important;
  max-width:100%!important;
}

.blue-bg form {
  margin-bottom:0px;
}

.form-fields-container {
  margin-bottom:24px;
}

.form-fields-container p {
  width:100%;
  display:flex;
  justify-content:space-between;
  flex-wrap:wrap;
}

.form-fields-container label {
  width:calc(50% - 25px);
}

.form-fields-container input {
  width:calc(50% - 25px);
}

#price-match-submit {
  background:#D95F19;
  width:100%!important;
  max-width:200px!important;
  height:47px;
  color:#fff;
  font-size:16px;
  padding:0px 10px;
  font-family: 'PT Sans';
  font-weight:400;
  border-radius:0;
  margin-left:auto;
  margin-right:auto;
  display:block;
}

#price-match-submit:hover {
  color:#D95F19!important;
  background-color:#fff!important;
}

.blue-bg .wpcf7-spinner {
  position:absolute;
  top:10px;
  right:0px;
}

#wpcf7-f18575-p18568-o1 > form > p:nth-child(7) {
  position:relative;
}

.blue-bg .wpcf7 form .wpcf7-response-output {
  color:#fff;
}

.guarantee-cta {
  background:#2176BC;
  padding-top:50px;
  padding-bottom:50px;
  box-shadow:0 0 0 100vmax #2176BC;
  clip-path:inset(0 -100vmax);
}

.guarantee-cta * {
  text-align:center;
  color:#fff;
}

.guarantee-cta a {
  background-color:#D95F19;
  padding:10px 30.5px;
  height:35px;
  color:#fff;
  line-height:19px;
  display:inline-flex;
  text-align:center;
  justify-content: center;
  align-items:center;
  transition: all .2s ease-in;
  text-decoration:none!important;
}

.guarantee-cta a:hover {
  background-color:#37abe3!important;
}

.match-section {
  background:#2176BC;
  padding-top:50px;
  padding-bottom:50px;
  box-shadow:0 0 0 100vmax #2176BC;
  clip-path:inset(0 -100vmax);
}

.match-section * {
  color:#fff!important;
}

section.match-section > p:nth-child(4) {
  margin-bottom:0px;
}

@media only screen and (max-width:768px) {
  #post-18568 > div > section:nth-child(1) > p:nth-child(2) {
    margin-bottom:0px;
  }
  #post-18568 > div > section.left-right > div.left > p:nth-child(3) {
    margin-bottom:0px;
  }
  
  .left-right .left {
    width:100%;
  }
  
  .left-right .right {
    width:100%;
    margin-bottom:24px;
  }
  
  .left-right {
    flex-direction:column-reverse;
    justify-content: initial;
  }
  
  .choose-container {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap:25px;
    grid-row-gap:25px;
  }
  .choose-icons i {
    font-size:50px;
  }
}

@media only screen and (max-width:550px) {
  .form-fields-container p {
    flex-direction:column;
    justify-content: initial;
  }
  
  .form-fields-container label {
    width:100%;
  }
}

@media only screen and (max-width:400px) {
  .choose-container {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 1fr);
  }
}


/* 2026 new site overides */
.flat-skylight-container {
  margin-top:30px!important;  
}

.storefront-primary-navigation {
  background-color:#D95F19!important;
}

.main-navigation ul.menu ul.sub-menu, .main-navigation ul.nav-menu ul.children {
  background-color:#D95F19!important;
}

.new-top-bar {
  background-color:#43454b;
  box-shadow:0 0 0 100vmax #43454b;
}

.site-header {
  background-color:#43454b;
}

.site-header ul.menu li.current-menu-item > a {
  color:#fff!important;
  background:none;
  text-decoration: underline!important;
}

.home-hero-header .home-hero-text {
  margin-top:50px;
}

.home-quote-area-title {
  width:100%!important;
  margin-bottom:30px;
}

.home .quote-blocks .flex {
  justify-content:space-between;
}

.quote-blocks .quote-block img {
  height:300px!important;
}

.quote-block-image-link {
  background:none!important;
}

.quote-block-image-link:hover {
  background:none!important;
  background:#f9f9f9!important;
}

.quote-block-title-link {
  background:none!important;
  width:100%!important;
  text-transform:initial!important;
  padding:none!important;
}

.quote-block-title-link:hover h2 {
  color:#f2f2f2!important;
}

.home .quote-blocks .quote-block {
  width:30%;
  background:#f2f2f2;
}

.home .quote-blocks .quote-block a {
  background:#D95F19;
  color:#fff;
}

.home .quote-blocks .quote-block a:hover {
  background:#0275c1;
  color:#fff!important;
}

.storefront-primary-navigation {
  z-index:9999999999999999  ;
}

.home-hero-image {
  background-position:top!important;
}

.right-offhalf iframe {
  z-index:0!important;
}

#new-home-row { 
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  justify-content:space-between;
  align-items:center;
}

.section-contemporary  {
  background-image:url('https://stratusflatskylight.co.uk/wp-content/uploads/2026/01/stratus_flat_skylight_striking_good_looks_blue.png');
  background-position-x: left;
  background-position-y: center;
}

#blue-button {
  background:#39abe4!important;
}

#blue-button:hover {
  background:#0275c1!important;
}


.section-contemporary .left-offhalf * {
  color:#fff!important;
}

.brochure-footer .col-left .brochure-button {
  background:#d95f19!important;
}

.brochure-footer .col-left .brochure-button:hover {
  background:#0275c1!important;
}

.reasons-row {
  margin-bottom:50px;
}

@media only screen and (min-width:961px) {
  .mobile-re-define {
    display:none;
  }
}

@media only screen and (max-width:960px) {
  .brochure-footer .col-full {
    margin-left:1.41575em;
    margin-right:1.41575em;
  }
  .mobile-reverse {
    flex-wrap:nowrap!important;
    flex-direction:column-reverse!important;
  }
  .home-vid .right-offhalf {
    padding-bottom:30px!important;
  }
  .home-vid img {
    margin-left:auto;
    margin-right:auto;
    max-width:80%;
  }
  .quality-video .right-offhalf {
    padding-bottom:56.3%!important;
  }
  .section-contemporary {
    background-position-x:center;
    background-size:cover;
    background-repeat:no-repeat;
  }
  .ios-parallax {
    display:none!important;
  }
  .home .re-define .right-offhalf {
    position:initial!important;
    padding-bottom:4em!important;
  }
  .re-define .col-full {
    display:flex;
    flex-direction:column-reverse;
  }
  .section-contemporary .right-offhalf {
    display:none!important;
  }
}

@media only screen and (max-width:768px) {
  .home .quote-blocks .quote-block {
    width:100%;
  }
  .home .right-offhalf {
    padding-bottom:0px!important;
  }
  .quality-video .right-offhalf {
    padding-bottom:0%!important;
  }
}

/* temp css remove from homepage new bugged section? */
#post-16 .storefront-product-section:last-child{
  display:none!important;
}

