@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans:400,400i,700|Roboto:400,500,700");
/**
 * 	CSS written by
 * 	@author: wanyi@awd.com.au;
 * 	General
 * 	- 1 Color Scheme
 * 	- 2 Spacers
 * 	- 3 Classes
 */
/*
 * 0: Spacers
 * This .scss loop will create "margin helpers" and "padding helpers" for use in your web projects.
 * 
 * It will generate several classes such as:
 * .m-r-10 which gives margin-right 10 pixels.
 * .m-r-15 gives MARGIN to the RIGHT 15 pixels.
 * .p-b-5 gives PADDING to the BOTTOM of 5 pixels
 * .p-b-5 gives PADDING to the BOTTOM of 5 pixels
 * The first letter is "m" or "p" for MARGIN or PADDING
 * Second letter is "t", "b", "l", or "r" for TOP, BOTTOM, LEFT, or RIGHT
 * Third letter is the number of spacing in pixels. Adjust the amounts generated by editing the $spaceamounts variable below.
 * 
 * @package storefront
 */
@import url("https://fonts.googleapis.com/css?family=Libre+Baskerville");
.m5t {
  margin-top: 5px;
}
.p5t {
  padding-top: 5px;
}
.m5b {
  margin-bottom: 5px;
}
.p5b {
  padding-bottom: 5px;
}
.m5l {
  margin-left: 5px;
}
.p5l {
  padding-left: 5px;
}
.m5r {
  margin-right: 5px;
}
.p5r {
  padding-right: 5px;
}
.m10t {
  margin-top: 10px;
}
.p10t {
  padding-top: 10px;
}
.m10b {
  margin-bottom: 10px;
}
.p10b {
  padding-bottom: 10px;
}
.m10l {
  margin-left: 10px;
}
.p10l {
  padding-left: 10px;
}
.m10r {
  margin-right: 10px;
}
.p10r {
  padding-right: 10px;
}
.m15t {
  margin-top: 15px;
}
.p15t {
  padding-top: 15px;
}
.m15b {
  margin-bottom: 15px;
}
.p15b {
  padding-bottom: 15px;
}
.m15l {
  margin-left: 15px;
}
.p15l {
  padding-left: 15px;
}
.m15r {
  margin-right: 15px;
}
.p15r {
  padding-right: 15px;
}
.m20t {
  margin-top: 20px;
}
.p20t {
  padding-top: 20px;
}
.m20b {
  margin-bottom: 20px;
}
.p20b {
  padding-bottom: 20px;
}
.m20l {
  margin-left: 20px;
}
.p20l {
  padding-left: 20px;
}
.m20r {
  margin-right: 20px;
}
.p20r {
  padding-right: 20px;
}
.m25t {
  margin-top: 25px;
}
.p25t {
  padding-top: 25px;
}
.m25b {
  margin-bottom: 25px;
}
.p25b {
  padding-bottom: 25px;
}
.m25l {
  margin-left: 25px;
}
.p25l {
  padding-left: 25px;
}
.m25r {
  margin-right: 25px;
}
.p25r {
  padding-right: 25px;
}
.m30t {
  margin-top: 30px;
}
.p30t {
  padding-top: 30px;
}
.m30b {
  margin-bottom: 30px;
}
.p30b {
  padding-bottom: 30px;
}
.m30l {
  margin-left: 30px;
}
.p30l {
  padding-left: 30px;
}
.m30r {
  margin-right: 30px;
}
.p30r {
  padding-right: 30px;
}
.m35t {
  margin-top: 35px;
}
.p35t {
  padding-top: 35px;
}
.m35b {
  margin-bottom: 35px;
}
.p35b {
  padding-bottom: 35px;
}
.m35l {
  margin-left: 35px;
}
.p35l {
  padding-left: 35px;
}
.m35r {
  margin-right: 35px;
}
.p35r {
  padding-right: 35px;
}
.m40t {
  margin-top: 40px;
}
.p40t {
  padding-top: 40px;
}
.m40b {
  margin-bottom: 40px;
}
.p40b {
  padding-bottom: 40px;
}
.m40l {
  margin-left: 40px;
}
.p40l {
  padding-left: 40px;
}
.m40r {
  margin-right: 40px;
}
.p40r {
  padding-right: 40px;
}
.m45t {
  margin-top: 45px;
}
.p45t {
  padding-top: 45px;
}
.m45b {
  margin-bottom: 45px;
}
.p45b {
  padding-bottom: 45px;
}
.m45l {
  margin-left: 45px;
}
.p45l {
  padding-left: 45px;
}
.m45r {
  margin-right: 45px;
}
.p45r {
  padding-right: 45px;
}
.m50t {
  margin-top: 50px;
}
.p50t {
  padding-top: 50px;
}
.m50b {
  margin-bottom: 50px;
}
.p50b {
  padding-bottom: 50px;
}
.m50l {
  margin-left: 50px;
}
.p50l {
  padding-left: 50px;
}
.m50r {
  margin-right: 50px;
}
.p50r {
  padding-right: 50px;
}
.m80t {
  margin-top: 80px;
}
.p80t {
  padding-top: 80px;
}
.m80b {
  margin-bottom: 80px;
}
.p80b {
  padding-bottom: 80px;
}
.m80l {
  margin-left: 80px;
}
.p80l {
  padding-left: 80px;
}
.m80r {
  margin-right: 80px;
}
.p80r {
  padding-right: 80px;
}
.m100t {
  margin-top: 100px;
}
.p100t {
  padding-top: 100px;
}
.m100b {
  margin-bottom: 100px;
}
.p100b {
  padding-bottom: 100px;
}
.m100l {
  margin-left: 100px;
}
.p100l {
  padding-left: 100px;
}
.m100r {
  margin-right: 100px;
}
.p100r {
  padding-right: 100px;
}
.m150t {
  margin-top: 150px;
}
.p150t {
  padding-top: 150px;
}
.m150b {
  margin-bottom: 150px;
}
.p150b {
  padding-bottom: 150px;
}
.m150l {
  margin-left: 150px;
}
.p150l {
  padding-left: 150px;
}
.m150r {
  margin-right: 150px;
}
.p150r {
  padding-right: 150px;
}
.m200t {
  margin-top: 200px;
}
.p200t {
  padding-top: 200px;
}
.m200b {
  margin-bottom: 200px;
}
.p200b {
  padding-bottom: 200px;
}
.m200l {
  margin-left: 200px;
}
.p200l {
  padding-left: 200px;
}
.m200r {
  margin-right: 200px;
}
.p200r {
  padding-right: 200px;
}
.m250t {
  margin-top: 250px;
}
.p250t {
  padding-top: 250px;
}
.m250b {
  margin-bottom: 250px;
}
.p250b {
  padding-bottom: 250px;
}
.m250l {
  margin-left: 250px;
}
.p250l {
  padding-left: 250px;
}
.m250r {
  margin-right: 250px;
}
.p250r {
  padding-right: 250px;
}
/*
 * 0: Mixins
 * This .scss loop will create "margin helpers" and "padding helpers" for use in your web projects.
 * 
 * @package storefront
 */
/* @include box-shadow(1px,1px,1px,0, #fff, true); */
/*** -1 Color Scheme ***/
.t-primary {
  color: #f2da00 !important;
}
.th-primary:hover {
  color: #f2da00;
}
.th-primary:focus {
  color: #f2da00;
}
.b-primary {
  background-color: #f2da00;
}
.bd-primary {
  border: 1px solid #f2da00 !important;
}
.t-secondary {
  color: #231F20 !important;
}
.th-secondary:hover {
  color: #231F20;
}
.th-secondary:focus {
  color: #231F20;
}
.b-secondary {
  background-color: #231F20;
}
.bd-secondary {
  border: 1px solid #231F20 !important;
}
.t-grey {
  color: #f6f6f6 !important;
}
.th-grey:hover {
  color: #f6f6f6;
}
.th-grey:focus {
  color: #f6f6f6;
}
.b-grey {
  background-color: #f6f6f6;
}
.bd-grey {
  border: 1px solid #f6f6f6 !important;
}
.t-dark {
  color: #000 !important;
}
.th-dark:hover {
  color: #000;
}
.th-dark:focus {
  color: #000;
}
.b-dark {
  background-color: #000;
}
.bd-dark {
  border: 1px solid #000 !important;
}
.t-white {
  color: #fff !important;
}
.th-white:hover {
  color: #fff;
}
.th-white:focus {
  color: #fff;
}
.b-white {
  background-color: #fff;
}
.bd-white {
  border: 1px solid #fff !important;
}
.t-light-grey {
  color: #555555 !important;
}
.th-light-grey:hover {
  color: #555555;
}
.th-light-grey:focus {
  color: #555555;
}
.b-light-grey {
  background-color: #555555;
}
.bd-light-grey {
  border: 1px solid #555555 !important;
}
.t-lighter-grey {
  color: #999999 !important;
}
.th-lighter-grey:hover {
  color: #999999;
}
.th-lighter-grey:focus {
  color: #999999;
}
.b-lighter-grey {
  background-color: #999999;
}
.bd-lighter-grey {
  border: 1px solid #999999 !important;
}
.t-dark-grey {
  color: #373737 !important;
}
.th-dark-grey:hover {
  color: #373737;
}
.th-dark-grey:focus {
  color: #373737;
}
.b-dark-grey {
  background-color: #373737;
}
.bd-dark-grey {
  border: 1px solid #373737 !important;
}
.t-red {
  color: red !important;
}
.th-red:hover {
  color: red;
}
.th-red:focus {
  color: red;
}
.b-red {
  background-color: red;
}
.bd-red {
  border: 1px solid red !important;
}
/*
 * 0: Classes
 * This .scss loop will create "margin helpers" and "padding helpers" for use in your web projects.
 * 
 * 
 * @package storefront
 */
@media (min-width: 1440px) {
  .container {
    max-width: 1320px;
  }
}
@media (min-width: 1660px) {
  .container {
    max-width: 1560px;
  }
}
html, body {
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Helvetica", sans-serif;
  font-size: 18px;
}
h1, h2, h3 {
  font-weight: 600;
  line-height: 1;
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
}
main {
  overflow: hidden;
}
section, footer {
  position: relative;
  width: 100%;
  float: left;
}
a {
  display: inline-block;
  color: #000;
}
a:hover, a:focus {
  color: #f2da00;
  text-decoration: none;
}
a, a:hover, a:focus, input, input:hover, input:focus {
  transition: all 0.5s ease;
  outline: none;
}
input, input:focus, input:hover, textarea, textarea:focus, textarea:hover, button:focus {
  outline: 0;
}
.heading {
  position: relative;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 767px) {
  .heading {
    font-size: 24px;
  }
}
.heading:before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-color: #f2da00;
  width: 75px;
  height: 3px;
}
.title {
  position: relative;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  font-size: 36px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .title {
    font-size: 24px;
  }
}
.title.title-s {
  font-size: 30px;
}
.title.title-ss {
  font-size: 24px;
}
.t-big {
  font-size: 24px;
}
.underline {
  padding-bottom: 8px;
  position: relative;
}
.underline:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 1px;
  background-color: #000;
}
form#search .input-group .form-control, form#search .input-group .btn {
  border: 0;
  border-radius: 0;
  background-color: transparent;
  border-bottom: 1px solid #000;
  font-size: 12px;
}
form#search .input-group .form-control:focus, form#search .input-group .form-control:hover, form#search .input-group .btn:focus, form#search .input-group .btn:hover {
  box-shadow: none;
}
form#search .input-group .form-control {
  padding-left: 0;
}
form#search .input-group span button {
  padding-right: 0;
}
form#search .input-group span button i {
  color: #000;
  transition: all 0.5s ease;
}
form#search .input-group span:hover i, form#search .input-group span:focus i {
  color: #fff;
  transition: all 0.5s ease;
}
/*** -3 Classes ***/
.has-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.has-absolute {
  position: relative;
}
.absolute-xy {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.absolute-x {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
}
.absolute-y {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
.table-div {
  display: table;
}
.table-row {
  display: table-row;
}
.table-cell {
  float: none;
  display: table-cell;
  vertical-align: middle;
}
.has-image {
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.has-image.raw {
  background-size: auto;
}
.square {
  position: relative;
  width: 100%;
}
.square:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.square.pb-four:after {
  padding-bottom: 40%;
}
.square.pb-five:after {
  padding-bottom: 50%;
}
.square.pb-seven:after {
  padding-bottom: 70%;
}
.square.pb-eight:after {
  padding-bottom: 80%;
}
.circle {
  border-radius: 50%;
  width: 200px;
  height: 200px;
  /* width and height can be anything, as long as they're equal */
}
.h-100 {
  height: 100%;
}
.under-greyline {
  border-bottom: 1px solid #eee;
}
.dash-dot .slick-dots {
  bottom: -50px;
}
.dash-dot .slick-dots li {
  width: 60px;
}
.dash-dot .slick-dots li button {
  width: 60px;
  /* &:before{
					content: "\f2d1";
					font-family: 'Font Awesome 5 Pro';
					font-weight: 600;
					font-size: 40px;
					opacity: 1;
				} */
}
.dash-dot .slick-dots li button:before {
  content: "";
  width: 60px;
  height: 10px;
  background-color: #000;
  opacity: 1;
  margin-right: 15px;
}
.dash-dot .slick-dots li.slick-active button:before {
  background-color: #f2da00;
}
/* .pagination{
	.page-item{
		a{color: $primary};
		&.active{
			a{
				background-color: $primary;
    			border-color: $primary;
			}
		}
	} 
} */
.page-numbers, .pagination {
  border: none !important;
}
.page-numbers li span, .page-numbers li a, .pagination li span, .pagination li a {
  padding: 10px 15px !important;
  margin-right: 10px !important;
  border: 1px solid #a4a3a3 !important;
  background-color: transparent;
  color: #757875;
  border-radius: 0 !important;
}
.page-numbers li .current, .page-numbers li.active a, .pagination li .current, .pagination li.active a {
  border-color: #f2da00;
  background-color: #f2da00 !important;
  color: #fff !important;
}
/*
 * 0: Buttons
 * This .scss loop will create "margin helpers" and "padding helpers" for use in your web projects.
 * 
 * @package awd
 */
.ahref {
  position: relative;
  border-radius: 0px;
  border: 0;
  font-size: 18px;
  text-transform: uppercase;
  display: inline-block;
  padding: 8px 20px;
  max-width: 100%;
}
.ahref:hover {
  text-decoration: none;
}
.ahref svg {
  margin-left: 8px;
}
.ahref.primary.bordered {
  color: #000;
  border: 1px solid #f2da00;
  background-color: #f2da00;
}
.ahref.primary.bordered:hover {
  background-color: #f2da00;
  color: #fff;
}
.ahref.primary.bordered.invert:hover {
  background-color: #000;
  color: #f2da00;
  text-decoration: none;
}
.ahref.primary.solid {
  color: #000;
  background-color: #f2da00;
  border: 1px solid #f2da00;
}
.ahref.primary.solid:hover {
  background-color: #fff;
  color: #000;
  text-decoration: none;
}
.ahref.primary.solid.invert:hover {
  background-color: #000;
  color: #000;
  text-decoration: none;
}
.ahref.primary.line {
  color: #f2da00;
}
.ahref.primary.line:hover {
  text-decoration: none;
}
.ahref.primary.line:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #f2da00;
  color: #f2da00;
}
.ahref.primary.text {
  color: #f2da00;
}
.ahref {
  position: relative;
  border-radius: 0px;
  border: 0;
  font-size: 18px;
  text-transform: uppercase;
  display: inline-block;
  padding: 8px 20px;
  max-width: 100%;
}
.ahref:hover {
  text-decoration: none;
}
.ahref svg {
  margin-left: 8px;
}
.ahref.secondary.bordered {
  color: #000;
  border: 1px solid #231F20;
  background-color: #231F20;
}
.ahref.secondary.bordered:hover {
  background-color: #231F20;
  color: #fff;
}
.ahref.secondary.bordered.invert:hover {
  background-color: #000;
  color: #231F20;
  text-decoration: none;
}
.ahref.secondary.solid {
  color: #000;
  background-color: #231F20;
  border: 1px solid #231F20;
}
.ahref.secondary.solid:hover {
  background-color: #fff;
  color: #000;
  text-decoration: none;
}
.ahref.secondary.solid.invert:hover {
  background-color: #000;
  color: #000;
  text-decoration: none;
}
.ahref.secondary.line {
  color: #231F20;
}
.ahref.secondary.line:hover {
  text-decoration: none;
}
.ahref.secondary.line:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #231F20;
  color: #231F20;
}
.ahref.secondary.text {
  color: #231F20;
}
.ahref {
  position: relative;
  border-radius: 0px;
  border: 0;
  font-size: 18px;
  text-transform: uppercase;
  display: inline-block;
  padding: 8px 20px;
  max-width: 100%;
}
.ahref:hover {
  text-decoration: none;
}
.ahref svg {
  margin-left: 8px;
}
.ahref.grey.bordered {
  color: #000;
  border: 1px solid #f6f6f6;
  background-color: #f6f6f6;
}
.ahref.grey.bordered:hover {
  background-color: #f6f6f6;
  color: #fff;
}
.ahref.grey.bordered.invert:hover {
  background-color: #000;
  color: #f6f6f6;
  text-decoration: none;
}
.ahref.grey.solid {
  color: #000;
  background-color: #f6f6f6;
  border: 1px solid #f6f6f6;
}
.ahref.grey.solid:hover {
  background-color: #fff;
  color: #000;
  text-decoration: none;
}
.ahref.grey.solid.invert:hover {
  background-color: #000;
  color: #000;
  text-decoration: none;
}
.ahref.grey.line {
  color: #f6f6f6;
}
.ahref.grey.line:hover {
  text-decoration: none;
}
.ahref.grey.line:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #f6f6f6;
  color: #f6f6f6;
}
.ahref.grey.text {
  color: #f6f6f6;
}
.ahref {
  position: relative;
  border-radius: 0px;
  border: 0;
  font-size: 18px;
  text-transform: uppercase;
  display: inline-block;
  padding: 8px 20px;
  max-width: 100%;
}
.ahref:hover {
  text-decoration: none;
}
.ahref svg {
  margin-left: 8px;
}
.ahref.dark.bordered {
  color: #000;
  border: 1px solid #000;
  background-color: #000;
}
.ahref.dark.bordered:hover {
  background-color: #000;
  color: #fff;
}
.ahref.dark.bordered.invert:hover {
  background-color: #000;
  color: #000;
  text-decoration: none;
}
.ahref.dark.solid {
  color: #000;
  background-color: #000;
  border: 1px solid #000;
}
.ahref.dark.solid:hover {
  background-color: #fff;
  color: #000;
  text-decoration: none;
}
.ahref.dark.solid.invert:hover {
  background-color: #000;
  color: #000;
  text-decoration: none;
}
.ahref.dark.line {
  color: #000;
}
.ahref.dark.line:hover {
  text-decoration: none;
}
.ahref.dark.line:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
  color: #000;
}
.ahref.dark.text {
  color: #000;
}
.ahref {
  position: relative;
  border-radius: 0px;
  border: 0;
  font-size: 18px;
  text-transform: uppercase;
  display: inline-block;
  padding: 8px 20px;
  max-width: 100%;
}
.ahref:hover {
  text-decoration: none;
}
.ahref svg {
  margin-left: 8px;
}
.ahref.white.bordered {
  color: #000;
  border: 1px solid #fff;
  background-color: #fff;
}
.ahref.white.bordered:hover {
  background-color: #fff;
  color: #fff;
}
.ahref.white.bordered.invert:hover {
  background-color: #000;
  color: #fff;
  text-decoration: none;
}
.ahref.white.solid {
  color: #000;
  background-color: #fff;
  border: 1px solid #fff;
}
.ahref.white.solid:hover {
  background-color: #fff;
  color: #000;
  text-decoration: none;
}
.ahref.white.solid.invert:hover {
  background-color: #000;
  color: #000;
  text-decoration: none;
}
.ahref.white.line {
  color: #fff;
}
.ahref.white.line:hover {
  text-decoration: none;
}
.ahref.white.line:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  color: #fff;
}
.ahref.white.text {
  color: #fff;
}
.ahref {
  position: relative;
  border-radius: 0px;
  border: 0;
  font-size: 18px;
  text-transform: uppercase;
  display: inline-block;
  padding: 8px 20px;
  max-width: 100%;
}
.ahref:hover {
  text-decoration: none;
}
.ahref svg {
  margin-left: 8px;
}
.ahref.black.bordered {
  color: #000;
  border: 1px solid #000;
  background-color: #000;
}
.ahref.black.bordered:hover {
  background-color: #000;
  color: #fff;
}
.ahref.black.bordered.invert:hover {
  background-color: #000;
  color: #000;
  text-decoration: none;
}
.ahref.black.solid {
  color: #000;
  background-color: #000;
  border: 1px solid #000;
}
.ahref.black.solid:hover {
  background-color: #fff;
  color: #000;
  text-decoration: none;
}
.ahref.black.solid.invert:hover {
  background-color: #000;
  color: #000;
  text-decoration: none;
}
.ahref.black.line {
  color: #000;
}
.ahref.black.line:hover {
  text-decoration: none;
}
.ahref.black.line:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
  color: #000;
}
.ahref.black.text {
  color: #000;
}
.woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt {
  background-color: #f2da00 !important;
  color: #000;
  border: 1px solid #f2da00;
  text-transform: uppercase;
  margin: 0;
  border-radius: 0;
  transition: all 0.3s ease;
}
.woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover {
  background-color: #fff;
  color: #f2da00;
  text-decoration: none;
}
.line-ani {
  position: relative;
  padding-bottom: 8px;
}
.line-ani:after {
  content: "";
  height: 1px;
  width: 0;
  background-color: #f2da00;
  transition: 0.5s;
  position: absolute;
  bottom: 0;
  left: 0;
}
.line-ani:hover:after {
  width: 100%;
}
.v-pc {
  display: none;
}
.v-phone {
  display: block;
}
@media (min-width: 992px) {
  .v-phone {
    display: none;
  }
  .v-pc {
    display: block;
  }
}
@media (max-width: 480px) {
  .v-phone {
    flex: none;
    right: 0;
    font-size: 14px;
  }
}
header {
  width: 100%;
  z-index: 1010;
  border-bottom: 1px solid #ccc;
}
header.woocommerce-products-header {
  border-bottom: 0px;
}
.compensate-for-scrollbar header {
  width: calc(100% - 17px);
  margin-right: 17px;
}
header#primary {
  position: fixed;
  top: 0px;
  height: 130px;
  background: #fff;
}
header#primary ul {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}
header#primary ul li {
  list-style-type: none;
  text-align: center;
  text-transform: uppercase;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  flex: 1 1 auto;
  /* &#menu-item-402 {
					a {
						background-image: url(/wp-content/uploads/2018/10/kiy-logo.png);
						background-size: contain; 
						background-position: center;
						background-repeat: no-repeat;
						color: transparent;
						height: 70px;
					}
				} */
}
header#primary ul li a {
  padding: 0.5rem 0;
}
header#primary ul li a.current_page_item {
  color: #f2da00;
}
@media (max-width: 1199px) {
  header#primary ul li a {
    font-size: 14px;
  }
}
header#primary ul li#menu-item-1308 a {
  border: 2px solid #f2da00;
  background-color: #f2da00;
  border-radius: 0px;
  color: #000;
  font-weight: 600;
  width: 175px;
  margin-right: auto;
  margin-left: auto;
}
header#primary ul li#menu-item-1308 a:hover {
  color: #f2da00;
  background-color: #fff;
}
header#primary #header-menu-left > li:first-child {
  text-align: left;
}
header#primary .trigger-menu-stone {
  flex: 0 0 60px;
}
header#primary .trigger-menu-stone svg {
  width: 50px;
}
header#primary #header-logo a img {
  max-height: 100%;
  width: 100%;
  max-width: 240px;
}
header#secondary {
  position: fixed;
  height: 30px;
  top: 0;
}
header#secondary a {
  color: #cccccc;
}
header#secondary a:hover {
  color: #f2da00;
}
@media (max-width: 465px) {
  header#secondary .cart-contents {
    display: none;
  }
}
header .cart-contents:before {
  font-family: WooCommerce;
  content: "";
  font-size: 20px;
  margin-top: 10px;
  font-style: normal;
  font-weight: 400;
  padding-right: 5px;
  vertical-align: bottom;
}
header .cart-contents:hover {
  text-decoration: none;
}
header .cart-contents-count {
  color: #000;
  background-color: #f2da00;
  font-weight: bold;
  border-radius: 10px;
  padding: 1px 6px;
  line-height: 1;
  font-family: Arial, Helvetica, sans-serif;
  vertical-align: text-top;
}
.page-template-default #content.site-content {
  margin-top: 130px;
}
@media (max-width: 465px) {
  .page-template-default #content.site-content {
    margin-top: 0px;
  }
}
.page-template-default.woocommerce-page #content.site-content {
  margin-top: 30px;
}
@media (max-width: 465px) {
  .page-template-default.woocommerce-page #content.site-content {
    margin-top: 0px;
  }
}
#general-header {
  height: 150px;
  position: relative;
  margin-top: 130px;
}
#general-header.stone-header {
  height: 260px;
}
#general-header.higher {
  height: 450px;
}
@media (max-width: 465px) {
  #general-header.higher {
    height: 250px;
  }
}
#general-header .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}
#general-header .overlay.dark {
  background: #000;
}
#popMenu {
  position: fixed;
  left: 0;
  top: 0;
  width: 50%;
  height: 100vh;
  display: flex;
  padding: 0;
}
#popMenu .popleft, #popMenu .popright {
  width: 50%;
  float: left;
  height: 100vh;
}
#popMenu .popleft {
  padding: 75px 50px;
  overflow: hidden;
}
#popMenu .popleft .title {
  color: #9f9f9f;
}
#popMenu .popleft .popbuttons {
  bottom: 50px;
  position: absolute;
}
#popMenu .popleft .popbuttons a {
  min-width: 260px;
  text-align: center;
}
#popMenu .popright {
  overflow-y: scroll;
  overflow-x: hidden;
}
#popMenu .popright .popstonlist .popscroll {
  color: #aaaaaa;
  padding: 62px 40px;
  background-color: #f3f0f0;
}
#popMenu .popright .popstonlist .popscroll > div {
  font-size: 14px;
}
#popMenu .popright .popstonlist .has-image {
  position: relative;
  padding-bottom: 60%;
}
#popMenu .popright .popstonlist .has-image .poptextwrap {
  width: 100%;
  height: 100%;
  padding: 20% 40px 15%;
  position: absolute;
  color: #fff;
  opacity: 0;
  transition: opacity 0.5s ease;
}
#popMenu .popright .popstonlist .has-image .poptextwrap .title {
  color: #f2da00;
}
#popMenu .popright .popstonlist .has-image .poptextwrap .view {
  position: absolute;
  bottom: 15%;
  left: 40px;
}
#popMenu .popright .popstonlist .has-image .poptextwrap:hover {
  opacity: 1;
  transition: opacity 0.5s ease;
}
#popMenu .popright .popstonlist .has-image:hover {
  background-color: #f2da00;
  background-blend-mode: multiply;
}
#popMenu ul {
  list-style: none;
  padding-left: 0;
}
#popMenu .fancybox-close-small {
  position: fixed;
  top: 20px;
  left: calc(50% + 20px);
  color: #fff;
}
#popMenu .fancybox-close-small svg {
  width: 50px;
  height: 50px;
}
.fancybox-slide {
  padding: 0;
}
#popmenu-phone {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  padding: 0;
  background: transparent;
  overflow: hidden;
}
#popmenu-phone .pp-body {
  max-width: 90vw;
  height: 100%;
  width: 400px;
}
#popmenu-phone .search input {
  border: none;
  border-radius: 0;
  padding: 30px 15px;
}
#popmenu-phone .search .input-group-append {
  position: relative;
}
#popmenu-phone .search .input-group-append button {
  opacity: 0;
}
#popmenu-phone .search .input-group-append:after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  position: absolute;
  top: 16px;
  left: calc(50% - 9px);
}
#popmenu-phone .pp-menu ul {
  list-style: none;
  padding-left: 0;
}
#popmenu-phone .pp-menu ul li {
  padding: 0;
}
#popmenu-phone .pp-menu ul li a {
  padding: 5px 0 5px 15px;
}
#popmenu-phone p {
  padding-left: 15px;
}
#popmenu-phone p a {
  min-width: 250px;
}
#popmenu-phone .fancybox-close-small {
  color: #fff;
  opacity: 1;
  right: calc(100% - 400px - 50px);
}
@media (max-width: 450px) {
  #popmenu-phone .fancybox-close-small {
    right: calc(100% - 90vw - 40px);
  }
}
body.home #content.site-content, body.single-product #content.site-content {
  margin-top: 130px;
}
#popMenu .popwrap {
  transform: translateX(-100vw);
}
.fancybox-active.compensate-for-scrollbar #popMenu .popwrap {
  transform: translateX(0vw);
  -webkit-transition: all ease-in-out 0.3s 0.2s;
  -moz-transition: all ease-in-out 0.3s 0.2s;
  -ms-transition: all ease-in-out 0.3s 0.2s;
  -o-transition: all ease-in-out 0.3s 0.2s;
  transition: all ease-in-out 0.3s 0.2s;
}
/*
 * SASS for botania.com.au
 * front-page.php
 */
.landing {
  padding: 100px 0;
}
@media (max-width: 575px) {
  .landing {
    padding: 50px 0;
  }
  .landing#inspiration {
    margin-bottom: 50px;
  }
}
.landing .heading {
  position: relative;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 767px) {
  .landing .heading {
    font-size: 24px;
  }
}
.landing .heading:before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-color: #f2da00;
  width: 75px;
  height: 3px;
}
.landing#hero {
  width: 100%;
  height: calc(100vh - 130px);
  padding-top: 0;
}
.landing#hero .hero-text-content .hs-img {
  height: 50px;
}
@media (max-width: 465px) {
  .landing#hero .hero-text-content .hs-img {
    height: auto;
    width: 25%;
  }
  .landing#hero .hero-text-content .hs-img.single {
    height: auto;
    width: 50%;
  }
}
.landing#hero #hero-slider {
  margin-bottom: 0;
}
.landing#hero #hero-slider .slick-arrow {
  width: 50px;
  height: 50px;
  z-index: 999;
}
.landing#hero #hero-slider .slick-arrow:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 200;
  font-size: 50px;
  color: #fff;
}
.landing#hero #hero-slider .slick-arrow.slick-prev {
  left: 30px;
}
.landing#hero #hero-slider .slick-arrow.slick-prev:before {
  content: "";
}
.landing#hero #hero-slider .slick-arrow.slick-next {
  right: 30px;
}
.landing#hero #hero-slider .slick-arrow.slick-next:before {
  content: "";
}
.landing#hero #hero-slider .slick-dots {
  bottom: 20px;
}
.landing#hero #hero-slider .slick-dots li button:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #fff;
}
.landing#hero #hero-slider .slick-dots li.slick-active button:before {
  background-color: #f2da00;
}
.landing#hero .has-image {
  height: calc(100vh - 130px);
}
.landing#hero .has-content {
  position: relative;
  text-align: center;
  padding: 0;
  z-index: 1;
  border-top: 5px solid #f2da00;
  /* &:before {
					content: '';
					position: absolute; top: -15px; left: 15px;
					width: 100%; height: calc(100% + 30px);
					border: 1px solid rgba($white, .8);
					z-index: -1;
			} */
}
.landing#hero .has-content .has-line {
  background-color: rgba(0, 0, 0, 0.8);
}
.landing#hero .has-content h2 {
  text-transform: uppercase;
  font-weight: 400;
}
.landing#hero .has-content p {
  font-size: 21px;
}
@media (min-width: 768px) {
  .landing#hero .hero-text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
  .landing#hero .hero-bg {
    height: 100 !important;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
  }
  .landing#hero .hero-text-content {
    z-index: 2;
  }
}
@media (max-width: 767px) {
  .landing#hero {
    height: auto;
    padding-top: 0;
  }
  .landing#hero .has-image {
    position: relative;
    max-height: 230px;
  }
  .landing#hero .hero-text-content {
    background-color: #000;
  }
  .landing#hero .hero-text {
    height: auto !important;
    width: 100%;
    max-width: 100%;
  }
  .landing#hero .hero-text > .row {
    height: auto !important;
  }
  .landing#hero .hero-text > .row .has-content {
    padding-left: 0;
    padding-right: 0;
  }
  .landing#hero .hero-text > .row .has-content::before {
    content: none;
  }
}
.landing#inspiration .bottom .left .square {
  position: relative;
}
.landing#inspiration .bottom .left a {
  width: 100%;
  height: 100%;
}
.landing#inspiration .bottom .right .pb-five {
  width: 100%;
}
.landing#inspiration .bottom .right .top {
  height: calc(50% - 15px);
  margin-bottom: 30px;
}
.landing#inspiration .bottom .right .bottom {
  height: calc(50% - 15px);
}
.landing#inspiration .bottom a.has-image {
  transition: 0.5s;
  background-color: rgba(242, 218, 0, 0);
  background-blend-mode: multiply;
}
.landing#inspiration .bottom a.has-image:hover {
  transition: 0.5s;
  background-color: #f2da00;
}
@media (max-width: 767px) {
  .landing#inspiration .bottom .left {
    padding: 0 15px;
  }
  .landing#inspiration .bottom .right a:last-child {
    margin-bottom: 0;
  }
  .landing#inspiration .bottom a.has-image {
    height: 200px !important;
    margin-bottom: 30px;
  }
}
.landing#inspiration .ins-hover {
  color: #fff;
  text-transform: uppercase;
  font-size: 36px;
  height: 100%;
  transition: 0.5s;
  background-color: rgba(0, 0, 0, 0.5);
}
.landing#inspiration .ins-hover:hover {
  transition: 0.5s;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 575px) {
  .landing#estimate {
    text-align: center;
  }
  .landing#estimate .has-content {
    padding: 50px 0;
  }
  .landing#estimate .has-content a {
    padding-bottom: 10px;
    border-bottom: 1px solid #f2da00;
  }
}
#stats .each {
  text-align: center;
  border-right: 1px solid #000;
}
#stats .each .has-icon svg {
  max-height: 60px;
  fill: #000;
  transition: all 0.5s ease;
}
#stats .each .has-icon svg circle, #stats .each .has-icon svg line, #stats .each .has-icon svg polyline, #stats .each .has-icon svg path {
  stroke: #000;
  transition: all 0.5s ease;
}
#stats .each .has-content {
  padding: 25px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
#stats .each:last-child {
  border: 0;
}
#stats .each a:hover svg {
  fill: #f2da00;
  transition: all 0.5s ease;
}
#stats .each a:hover svg circle, #stats .each a:hover svg line, #stats .each a:hover svg polyline, #stats .each a:hover svg path {
  stroke: #f2da00;
  transition: all 0.5s ease;
}
@media (max-width: 991px) {
  #stats .each {
    margin-bottom: 30px;
    border-right: none;
  }
  #stats .each > a {
    border-bottom: 1px solid #000;
    width: calc(100% - 30px);
  }
}
@media (max-width: 575px) {
  #stats .each:last-child a {
    border-bottom: none;
  }
}
#stoneslider .stone-slider .slick-slide {
  margin: 0 15px;
}
#stoneslider .stone-slider .slick-prev::before, #stoneslider .stone-slider .slick-next::before {
  content: "";
  width: 80px;
  height: 80px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  top: -40px;
}
#stoneslider .stone-slider .slick-prev {
  left: -45px;
}
#stoneslider .stone-slider .slick-prev::before {
  left: -40px;
  background-image: url(/wp-content/uploads/2019/04/noun_Arrow_711846.svg);
}
#stoneslider .stone-slider .slick-next {
  right: -45px;
}
#stoneslider .stone-slider .slick-next::before {
  right: -40px;
  background-image: url(/wp-content/uploads/2019/04/noun_Arrow_711846.svg);
  transform: rotate(180deg);
}
@media (max-width: 480px) {
  #stoneslider .stone-slider .slick-prev, #stoneslider .stone-slider .slick-next {
    display: none !important;
  }
}
.stone-item {
  position: relative;
  padding-bottom: 130%;
  transition: all 0.5s ease;
}
.stone-item:hover {
  transition: all 0.5s ease;
  background-color: #f2da00;
  background-blend-mode: multiply;
}
.stone-item .stone-item-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.5s ease;
}
.stone-item .stone-item-hover:hover {
  opacity: 1;
  transition: all 0.5s ease;
}
.stone-item .stone-item-hover .title {
  color: white;
  font-size: 21px;
  font-weight: 700;
  padding-left: 30px;
  padding-right: 30px;
  position: absolute;
  bottom: 150px;
  left: 0;
}
.stone-item .stone-item-hover .title:before {
  content: "";
  position: absolute;
  top: -20px;
  width: 100px;
  height: 1px;
  background-color: #fff;
}
.stone-item .stone-item-hover .subtitle {
  position: absolute;
  bottom: 50px;
  left: 0;
  padding-left: 30px;
}
body.page-template-page-inspiration-php .stone-item .title.absolute-xy {
  left: 50%;
}
footer .site-footer {
  border-top: none;
  font-size: 16px;
}
footer strong {
  font-size: 18px;
}
footer .socials a {
  font-size: 24px;
  margin-right: 20px;
  color: #fff;
}
footer .socials a:hover {
  color: #f2da00;
}
footer #subscribe [name="email"] {
  height: 50px;
  width: 60%;
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid #666;
  color: #fff;
  padding-left: 15px;
}
footer #subscribe .submit {
  height: 50px;
  background-color: #f2da00;
  color: #fff;
  border: 1px solid #666;
  padding: 0 20px;
}
footer #subscribe .submit:hover {
  cursor: pointer;
}
footer #mc_embed_signup {
  background: transparent !important;
}
footer #mc_embed_signup form .mc-field-group {
  width: 100%;
}
footer #mc_embed_signup form .mc-field-group input {
  float: left;
  display: inline-block;
  margin: 0 !important;
  clear: none !important;
}
footer #mc_embed_signup #mce-responses {
  margin: 0 !important;
  width: 100% !important;
  padding: 0px !important;
}
footer #mc_embed_signup div.mce_inline_error {
  background-color: transparent !important;
  margin: 15px 5px !important;
}
footer #mc_embed_signup input.email {
  height: 50px;
  width: 60%;
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid #666;
  color: #fff;
  margin: 0 0px 0 15px;
  border-radius: 0;
}
@media (max-width: 465px) {
  footer #mc_embed_signup input.email {
    width: 100% !important;
    max-width: 100%;
    flex: none;
  }
}
footer #mc_embed_signup .button {
  height: 50px;
  width: 30% !important;
  float: left;
  background-color: #f2da00;
  color: #000;
  border: 1px solid #f2da00;
  padding: 0 20px;
  margin: 0 0px 0 15px;
  border-radius: 0;
  text-transform: uppercase;
}
footer #mc_embed_signup .button:hover {
  cursor: pointer;
  background-color: #fff;
}
@media (max-width: 465px) {
  footer #mc_embed_signup .button {
    width: 100% !important;
    max-width: 100%;
    margin-top: 15px;
    flex: none;
  }
}
footer .copy-right {
  font-size: 12px;
}
footer .footer-bottom img {
  max-width: 320px;
}
footer ul.footer-menu {
  list-style: none;
  padding-left: 0;
  margin-top: 10px;
}
footer ul.footer-menu li a {
  color: #fff;
  font-size: 16px;
  padding: 0.5rem 0rem;
}
footer ul.footer-menu li a:hover {
  color: #f2da00;
}
footer ul.footer-menu li.active a {
  color: #f2da00;
  text-decoration: underline;
}
.gform_wrapper form .gfield label.gfield_label {
  display: none;
}
.gform_wrapper form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .gform_wrapper form textarea {
  border: none;
  width: 100%;
  min-height: 3em;
  margin-bottom: 1em;
  padding-left: 0em;
}
.gform_wrapper form ul.gform_fields li.gfield {
  margin-top: 0em;
}
.gform_wrapper form.form-underline_wrapper .gfield label.gfield_label {
  display: none;
}
.gform_wrapper form.form-underline_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .gform_wrapper form.form-underline_wrapper textarea {
  border: none;
  border-bottom: 1px solid #000;
  width: 100%;
  background-color: transparent;
}
.gform_wrapper form.form-underline_wrapper ul.gform_fields li.gfield {
  margin-top: 0em;
}
.gform_wrapper form.flex_form .gfield label.gfield_label {
  display: block;
  font-weight: 400;
}
.gform_wrapper form.flex_form ul.gform_fields {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.gform_wrapper form.flex_form ul.gform_fields input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .gform_wrapper form.flex_form ul.gform_fields textarea {
  padding-left: 15px;
}
.gform_wrapper form.grey-bg input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .gform_wrapper form.grey-bg textarea {
  background-color: #f1efef;
}
.gform_wrapper form.grey-bg .gform_footer {
  text-align: center;
}
.gform_wrapper form.grey-bg .gform_footer .gform_button {
  color: #000;
  background-color: #fff;
  width: 100%;
  border: 2px solid #f2da00;
  transition: all 0.5s ease;
  padding: 10px 35px;
  max-width: 200px;
}
.gform_wrapper form.grey-bg .gform_footer .gform_button:hover {
  color: #fff;
  background-color: #f2da00;
  transition: all 0.5s ease;
}
.gform_wrapper form .gform_button {
  color: #fff;
  background-color: #f2da00;
  width: 100%;
  border: 2px solid #f2da00;
  transition: all 0.5s ease;
  padding: 10px 35px;
}
.gform_wrapper form .gform_button:hover {
  color: #f2da00;
  background-color: #fff;
  transition: all 0.5s ease;
}
/* START TOOLTIP STYLES */
[tooltip] {
  position: relative;
  /* opinion 1 */
}
/* Applies to all tooltips */
[tooltip]::before, [tooltip]::after {
  text-transform: none;
  /* opinion 2 */
  font-size: 0.9em;
  /* opinion 3 */
  line-height: 1;
  user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 0;
}
[tooltip]::before {
  content: "";
  border: 5px solid transparent;
  /* opinion 4 */
  z-index: 1001;
  /* absurdity 1 */
}
[tooltip]::after {
  content: attr(tooltip);
  /* magic! */
  /* most of the rest of this is opinion */
  font-family: Helvetica, sans-serif;
  text-align: center;
  /* 
    Let the content set the size of the tooltips 
    but this will also keep them from being obnoxious
    */
  min-width: 3em;
  max-width: 21em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 1ch 1.5ch;
  border-radius: 0.3ch;
  box-shadow: 0 1em 2em -0.5em rgba(0, 0, 0, 0.35);
  background: #f2da00;
  text-transform: uppercase;
  font-family: "Josefin Sans", sans-serif;
  color: #fff;
  font-size: 17px;
  z-index: 1000;
  padding-top: 14px;
}
/* Make the tooltips respond to hover */
[tooltip]:hover::before, [tooltip]:hover::after {
  display: block;
}
/* don't show empty tooltips */
[tooltip=""]::before, [tooltip=""]::after {
  display: none !important;
}
/* FLOW: UP */
[tooltip]:not([flow])::before, [tooltip][flow^="up"]::before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: #f2da00;
}
[tooltip]:not([flow])::after, [tooltip][flow^="up"]::after {
  bottom: calc(100% + 5px);
}
[tooltip]:not([flow])::before, [tooltip]:not([flow])::after, [tooltip][flow^="up"]::before, [tooltip][flow^="up"]::after {
  left: 50%;
  transform: translate(-50%, -0.5em);
}
/* FLOW: DOWN */
[tooltip][flow^="down"]::before {
  top: 100%;
  border-top-width: 0;
  border-bottom-color: #f2da00;
}
[tooltip][flow^="down"]::after {
  top: calc(100% + 5px);
}
[tooltip][flow^="down"]::before, [tooltip][flow^="down"]::after {
  left: 50%;
  transform: translate(-50%, 0.5em);
}
/* FLOW: LEFT */
[tooltip][flow^="left"]::before {
  top: 50%;
  border-right-width: 0;
  border-left-color: #f2da00;
  left: calc(0em - 5px);
  transform: translate(-0.5em, -50%);
}
[tooltip][flow^="left"]::after {
  top: 50%;
  right: calc(100% + 5px);
  transform: translate(-0.5em, -50%);
}
/* FLOW: RIGHT */
[tooltip][flow^="right"]::before {
  top: 50%;
  border-left-width: 0;
  border-right-color: #f2da00;
  right: calc(0em - 5px);
  transform: translate(0.5em, -50%);
}
[tooltip][flow^="right"]::after {
  top: 50%;
  left: calc(100% + 5px);
  transform: translate(0.5em, -50%);
}
/* KEYFRAMES */
@keyframes tooltips-vert {
  to {
    opacity: 0.9;
    transform: translate(-50%, 0);
  }
}
@keyframes tooltips-horz {
  to {
    opacity: 0.9;
    transform: translate(0, -50%);
  }
}
/* FX All The Things */
[tooltip]:not([flow]):hover::before, [tooltip]:not([flow]):hover::after, [tooltip][flow^="up"]:hover::before, [tooltip][flow^="up"]:hover::after, [tooltip][flow^="down"]:hover::before, [tooltip][flow^="down"]:hover::after {
  animation: tooltips-vert 300ms ease-out forwards;
}
[tooltip][flow^="left"]:hover::before, [tooltip][flow^="left"]:hover::after, [tooltip][flow^="right"]:hover::before, [tooltip][flow^="right"]:hover::after {
  animation: tooltips-horz 300ms ease-out forwards;
}
body.single-post #general-header {
  min-height: 200px;
  height: auto;
}
body.single-post #general-header .overlay {
  background: #e6e6e6;
}
@media (max-width: 465px) {
  body.single-post #general-header .overlay {
    position: relative;
    padding: 40px 10px 20px 10px;
  }
}
body.single-post #general-header .overlay .heading {
  color: #111 !important;
}
@media (max-width: 465px) {
  body.single-post #general-header .overlay .heading {
    position: relative;
    top: auto;
    transform: none;
    left: auto;
    font-size: 26px;
  }
}
.page-template-page-bloglist #general-header {
  min-height: 200px;
}
.layout-blog_list a {
  width: 100%;
}
.layout-blog_list a:hover .readmore:after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition: all ease-in 0.3s;
  -moz-transition: all ease-in 0.3s;
  -ms-transition: all ease-in 0.3s;
  -o-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
}
.layout-blog_list .image-holder {
  height: 300px;
  background-color: #f5f5f5;
  background-position: center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 465px) {
  .layout-blog_list .image-holder {
    width: 100%;
    height: 220px;
    background-color: #f5f5f5;
    background-position: center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
.layout-blog_list .body {
  margin: 40px 10px;
  padding-right: 10px;
}
.layout-blog_list h3 {
  font-size: 24px;
  color: black;
  line-height: 1.2;
}
.layout-blog_list date {
  color: black;
}
.layout-blog_list p {
  color: black;
}
.layout-blog_list .readmore {
  position: relative;
}
.layout-blog_list .readmore:after {
  content: "";
  height: 1px;
  width: 70px;
  background-color: #f2da00;
  transition: 0.5s;
  position: absolute;
  bottom: -10px;
  left: 0;
  transform-origin: left;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all ease-in 0.3s;
  -moz-transition: all ease-in 0.3s;
  -ms-transition: all ease-in 0.3s;
  -o-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
}
/*
 * SASS for botania.com.au
 * page.php - content-page.php
 */
.square.pb-five:after {
  padding-bottom: 50%;
}
.square.pb-seven:after {
  padding-bottom: 70%;
}
.square.pb-eight:after {
  padding-bottom: 80%;
}
.toggle .toggle-title {
  position: relative;
}
.toggle .toggle-title:before {
  content: "×";
  position: absolute;
  right: 0;
  top: -15px;
  width: auto;
  height: auto;
  color: #000;
  font: 55px Helvetica Neue, Helvetica, sans-serif;
  font-weight: lighter;
  background-color: transparent;
  transform-origin: center;
  outline: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.toggle .toggle-title .tohide {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.toggle .toggle-title.active:before {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.toggle .toggle-title.active .tohide {
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 767px) {
  .toggle .toggle-title:before {
    right: 25px;
  }
  .toggle .toggle-title .tohide {
    display: block;
  }
  .toggle .toggle-title .has-image {
    height: 200px !important;
  }
  .toggle .toggle-title.active .tohide {
    display: none;
  }
}
.toggle .toggle-inner .col:first-child {
  padding-right: 80px;
}
@media (max-width: 991px) {
  .toggle .toggle-inner {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .toggle .row:last-child .col-12:first-child {
    padding-top: 30px;
  }
}
.grid .box a {
  color: #000;
}
.grid .box a:hover, .grid .box a:focus {
  color: #000;
  text-decoration: none;
}
.grid .box a .image {
  margin-bottom: 30px;
}
.grid .box a .image:after {
  padding-bottom: 80%;
}
@media (max-width: 991px) {
  .grid .box a {
    margin-bottom: 50px;
  }
  .grid .box a .image {
    margin-bottom: 15px;
  }
  .grid .box a .image:after {
    padding-bottom: 50%;
  }
}
.layout.header a {
  color: #000;
}
@media (max-width: 991px) {
  .layout.header .left {
    margin-bottom: 30px;
  }
  .layout.header .left h1 {
    font-size: 2rem;
  }
  .layout.header .left h3 {
    font-size: 1.5rem;
  }
}
.layout.header .right table tr td {
  padding: 10px 5px;
}
@media (max-width: 991px) {
  .layout.header .right .d-flex {
    justify-content: flex-start !important;
  }
}
.layout.visitus #map {
  height: 60vh;
}
.layout.mediaonly .video .has-image {
  width: 100%;
  height: 600px;
  position: relative;
}
.layout.mediaonly .video .has-image img {
  width: 100px;
  height: auto;
}
.layout.mediaonly .video .fancybox-vimeo {
  position: absolute;
  width: 100%;
  height: 100%;
}
.layout.icontext .icon {
  width: auto;
  height: 50px;
  background-size: contain;
  background-position: left center;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .layout.icontext .row > div {
    margin-bottom: 30px;
  }
  .layout.icontext .row > div .icon {
    margin-bottom: 10px;
  }
}
.layout.gallerytitletext .row .has-content #logo-growland {
  width: 100%;
  max-width: 100px;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .layout.gallerytitletext .row .has-content h3 {
    margin-bottom: 25px;
  }
}
.has-slider .slick-dots {
  bottom: -25px;
}
.has-slider .slick-dots li {
  width: 10px;
  height: 10px;
}
.has-slider .slick-dots li button:before {
  font-size: 8px;
}
@media (max-width: 1199px) {
  .has-slider .slick-dots {
    left: 25px;
    transform: none;
  }
  .has-slider .slick-dots li {
    margin: 0;
  }
}
.has-slider .slick-arrow {
  z-index: 1;
  width: 30px;
  height: 30px;
  top: calc(50%);
}
.has-slider .slick-arrow:before {
  font-family: "Font Awesome 5 Pro";
  font-size: 30px;
  font-weight: 300;
}
.has-slider .slick-arrow.slick-prev {
  left: 25px;
}
.has-slider .slick-arrow.slick-prev:before {
  content: "";
}
.has-slider .slick-arrow.slick-next {
  right: 25px;
}
.has-slider .slick-arrow.slick-next:before {
  content: "";
}
#estimate {
  height: 60vh;
  min-height: 600px;
}
#estimate .has-content {
  padding: 50px;
}
#estimate .has-content a {
  color: #f2da00;
}
@media (max-width: 575px) {
  #estimate {
    height: auto;
  }
  #estimate .has-overlay {
    position: relative;
    height: 0;
    padding-bottom: 75%;
  }
}
#testimonials .test-icon {
  color: #f2da00;
}
#testimonials .test-client {
  padding-top: 20px;
  margin-top: 20px;
  position: relative;
}
#testimonials .test-client::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 1px;
  top: 0;
  left: calc(50% - 30px);
  background-color: #f2da00;
}
@media (max-width: 767px) {
  #testimonials {
    margin-top: 100px;
  }
  #testimonials .testimonials-bg {
    padding-bottom: 50%;
  }
}
@media (max-width: 575px) {
  #testimonials {
    margin-top: 0px;
  }
}
@media (max-width: 575px) {
  #gridFilter {
    margin-bottom: 100px;
  }
}
#gridFilter .filter ul {
  list-style: none;
  padding-left: 0;
  text-transform: uppercase;
  font-weight: 300;
}
#gridFilter .filter ul a {
  width: 100%;
  padding: 8px 0;
}
#gridFilter .filter ul a:hover {
  cursor: pointer;
  color: #f2da00;
}
#gridFilter .filter ul li.active > a {
  color: #f2da00;
}
#gridFilter .filter > ul > li {
  position: relative;
}
#gridFilter .filter > ul > li > a {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
#gridFilter .filter > ul > li > a.filter-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 45px;
  padding: 0;
  margin: 0;
  border-top: none;
  border-bottom: none;
}
#gridFilter .filter > ul > li > a:hover {
  border-color: #f2da00;
}
#gridFilter .filter a[data-toggle="collapse"] {
  position: relative;
}
#gridFilter .filter a[data-toggle="collapse"]::after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 20px;
  top: 8px;
  color: #f2da00;
}
#gridFilter .filter a[data-toggle="collapse"].collapsed::after {
  content: "";
}
#gridFilter.inspiration .stone-item {
  padding-bottom: 43%;
}
#gridFilter.inspiration .stone-item .stone-item-hover .stone-item-open-icon {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #fff;
  width: 40px;
  height: 40px;
}
#gridFilter.inspiration .stone-item .stone-item-hover .title {
  margin-top: 0;
  text-align: center;
}
#gridFilter.inspiration .stone-item .stone-item-hover .title:before {
  content: none;
}
#inspiration-popup {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: transparent;
  padding: 0;
}
#inspiration-popup .has-image {
  width: 80vw;
  height: 60vh;
  margin: 10vh 10vw 0 10vw;
}
#inspiration-popup .popup-body {
  width: 80vw;
  margin: 0vh 10vw;
}
#inspiration-popup .popup-body .underline {
  border-bottom: 1px solid #eee;
}
#inspiration-popup .popup-body .row {
  padding: 3vh 0;
  color: #fff;
}
#inspiration-popup .popup-body .row strong {
  margin-right: 10px;
}
#inspiration-popup .popup-body a {
  min-width: 260px;
  text-align: center;
}
#inspiration-popup .fancybox-close-small {
  width: 60px;
  height: 60px;
}
#inspiration-popup .fancybox-close-small svg path {
  fill: #fff;
}
#inspiration-popup .pop-arrow {
  position: absolute;
  top: calc(40vh - 20px);
  width: 40px;
  height: 40px;
}
#inspiration-popup .pop-arrow i {
  font-size: 30px;
  color: #fff;
}
#inspiration-popup .pop-arrow.popgoleft {
  left: 50px;
}
#inspiration-popup .pop-arrow.popgoright {
  right: 50px;
}
.bottom_image img {
  max-width: 100%;
  margin-bottom: -50px;
}
/** contact page elements **/
.location .loaction-wrap {
  font-size: 20px;
}
@media (min-width: 767px) {
  .location .loaction-wrap {
    margin-right: calc(100% / 12);
  }
}
.location .loaction-wrap .big-charactor {
  font-size: 200px;
  line-height: 0.75;
  border-bottom: 8px solid #e1e1e1;
}
.location .loaction-wrap .suburb {
  font-size: 36px;
}
.location .map {
  width: 100%;
  height: 450px;
}
.contact-form {
  padding: 50px 0;
  background: linear-gradient(to right, #f6f6f6 0%, #f6f6f6 70%, #fff 70%);
}
@media (max-width: 991px) {
  .contact-form {
    background: #f6f6f6 0%;
  }
}
.contact-form .title {
  font-size: 36px;
}
.contact-form .text {
  font-size: 20px;
}
.contact-form img {
  max-width: 100%;
}
.contact-socials {
  font-size: 36px;
}
.contact-socials .social-item a {
  border-top: 4px solid #000;
  padding-top: 10px;
  padding-right: 25px;
}
.contact-socials .social-item a:hover {
  border-color: #f2da00;
}
.contact-socials .social-item a:hover span, .contact-socials .social-item a:hover i {
  color: #000;
}
.search.search-results article {
  margin-bottom: 30px;
}
#stone {
  overflow: visible;
}
@media (max-width: 465px) {
  #stone-info #back-page {
    margin-top: 5px !important;
  }
}
#stone-info .stone-image {
  width: 100%;
  position: relative;
  width: 100%;
  height: 100%;
  /* margin: 20px; */
  min-height: 600px;
  cursor: zoom-in;
}
@media (max-width: 465px) {
  #stone-info .stone-image {
    min-height: 300px;
  }
}
#stone-info .title {
  margin-top: 53px;
  font-size: 30px;
}
#stone-info .title .sup, #stone-info .title .sub {
  font-size: 20px;
}
#stone-info .des {
  width: 100%;
}
#stone-info .stone-buttons {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  display: flex;
}
#stone-info .stone-buttons a {
  width: 50%;
  padding: 20px 0;
}
#stone-info .stone-buttons a:first-child {
  border-right: 1px solid #000;
}
#stone-info .stone-buttons2 {
  text-align: center;
}
#stone-info .stone-buttons2 a {
  width: 48%;
  margin: 0 1% 0 0;
}
@media (max-width: 465px) {
  #stone-info .stone-buttons2 a {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
}
.stone-template-default #content {
  margin-top: 130px;
}
#stone-gallery-slider {
  /* .slider-nav{
		.item{
		    margin: 0px 0 30px;
		    padding-bottom: 60%;
		    filter: brightness(100%);
		    transition: 0.5s ease all;
		    &.slick-current{
		      filter: brightness(60%);
		      transition: 0.5s ease all;
		  	}
		}
	  	}
	.slider-for{
		.slick-track{
			a{height: 550px;}
		}
	} */
}
#stone-gallery-slider .slider-for {
  overflow: hidden;
  padding: 0;
  padding-left: 4em;
  position: relative;
}
#stone-gallery-slider .slider-for .slick-list, #stone-gallery-slider .slider-for .slick-track {
  height: 100%;
}
#stone-gallery-slider .slider-for .item {
  width: 100%;
  height: 100%;
}
#stone-gallery-slider .slider-for .slick-arrow {
  position: absolute;
  bottom: -10px;
  top: unset;
  left: unset;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  z-index: 999;
}
#stone-gallery-slider .slider-for .slick-arrow::before {
  font-family: "Font Awesome 5 Pro" !important;
}
#stone-gallery-slider .slider-for .slick-prev {
  right: 60px;
}
#stone-gallery-slider .slider-for .slick-prev::before {
  content: "";
}
#stone-gallery-slider .slider-for .slick-next {
  right: 10px;
}
#stone-gallery-slider .slider-for .slick-next::before {
  content: "";
}
@media (max-width: 767px) {
  #stone-gallery-slider .slider-for .slick-list::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 0px;
    font-family: "Font Awesome 5 Pro";
    font-size: 2em;
    color: rgba(0, 0, 0, 0.6);
    font-weight: 100;
  }
}
#stone-gallery-slider .slider-for::after {
  content: "";
  height: 60px;
  width: 110px;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 0;
}
#prop-slider[data-slider-move="no"] #stone-gallery-slider .slider-for::after {
  content: none;
}
#stone-gallery-slider #stonePublicInfo {
  color: #454545;
}
#stone-gallery-slider .slider-nav .item {
  margin: 0px 0 30px;
  padding-bottom: 60%;
  filter: brightness(100%);
  transition: 0.5s ease all;
}
#stone-gallery-slider .slider-nav .item.slick-current {
  filter: brightness(60%);
  transition: 0.5s ease all;
}
@media (min-width: 992px) {
  #stone-gallery-slider .prop-intro.container {
    padding: 0 10%;
  }
  #stone-gallery-slider .prop-intro.container .detail-price {
    padding-right: 0px;
  }
  #stone-gallery-slider #agent-detail {
    flex: 0 0 16em;
  }
}
@media (max-width: 991px) {
  #stone-gallery-slider .slider-nav {
    display: none;
  }
  #stone-gallery-slider .slider-for {
    height: 60vw;
    padding-left: 0;
  }
  #stone-gallery-slider .slider-for .slick-dots {
    bottom: 10px;
  }
  #stone-gallery-slider .slider-for .slick-dots button {
    background-color: #ddd;
    border-radius: 50%;
    width: 10px;
    height: 10px;
  }
  #stone-gallery-slider .slider-for .slick-dots .slick-active button {
    background-color: #fff;
  }
  #stone-gallery-slider .prop-intro .ml-auto {
    margin-left: 0 !important;
  }
}
body.page-template-page-estimator, body.page-template-page-estimator-svg, body.page-template-page-estimator-dev {
  overflow-x: hidden;
  /* transitions */
}
body.page-template-page-estimator #disclaimer-content, body.page-template-page-estimator-svg #disclaimer-content, body.page-template-page-estimator-dev #disclaimer-content {
  width: 700px;
}
body.page-template-page-estimator .faded, body.page-template-page-estimator-svg .faded, body.page-template-page-estimator-dev .faded {
  background-color: grey !important;
}
body.page-template-page-estimator .faded i, body.page-template-page-estimator-svg .faded i, body.page-template-page-estimator-dev .faded i {
  opacity: 0.3;
}
body.page-template-page-estimator a, body.page-template-page-estimator-svg a, body.page-template-page-estimator-dev a {
  cursor: pointer;
}
body.page-template-page-estimator header#primary, body.page-template-page-estimator-svg header#primary, body.page-template-page-estimator-dev header#primary {
  top: auto !important;
  height: 100px;
}
body.page-template-page-estimator footer#secondary, body.page-template-page-estimator-svg footer#secondary, body.page-template-page-estimator-dev footer#secondary {
  display: none;
}
body.page-template-page-estimator .lshape:hover polygon, body.page-template-page-estimator .lshape.active polygon, body.page-template-page-estimator-svg .lshape:hover polygon, body.page-template-page-estimator-svg .lshape.active polygon, body.page-template-page-estimator-dev .lshape:hover polygon, body.page-template-page-estimator-dev .lshape.active polygon {
  stroke-width: 1px !important;
  transition: 0.3s all ease-in-out;
}
body.page-template-page-estimator .lshape:hover .c1, body.page-template-page-estimator .lshape.active .c1, body.page-template-page-estimator-svg .lshape:hover .c1, body.page-template-page-estimator-svg .lshape.active .c1, body.page-template-page-estimator-dev .lshape:hover .c1, body.page-template-page-estimator-dev .lshape.active .c1 {
  cx: 145;
  transition: 0.5s 0.2s all ease-in-out;
}
body.page-template-page-estimator .lshape:hover .c3, body.page-template-page-estimator .lshape.active .c3, body.page-template-page-estimator-svg .lshape:hover .c3, body.page-template-page-estimator-svg .lshape.active .c3, body.page-template-page-estimator-dev .lshape:hover .c3, body.page-template-page-estimator-dev .lshape.active .c3 {
  cy: 105;
  transition: 0.6s 0.2s all ease-in-out;
}
body.page-template-page-estimator .lshape:hover .c2, body.page-template-page-estimator .lshape.active .c2, body.page-template-page-estimator-svg .lshape:hover .c2, body.page-template-page-estimator-svg .lshape.active .c2, body.page-template-page-estimator-dev .lshape:hover .c2, body.page-template-page-estimator-dev .lshape.active .c2 {
  cx: 205;
  transition: 0.5s 0.2s all ease-in-out;
}
body.page-template-page-estimator .lshape:hover .c4, body.page-template-page-estimator .lshape.active .c4, body.page-template-page-estimator-svg .lshape:hover .c4, body.page-template-page-estimator-svg .lshape.active .c4, body.page-template-page-estimator-dev .lshape:hover .c4, body.page-template-page-estimator-dev .lshape.active .c4 {
  cy: 237;
  transition: 0.6s 0.2s all ease-in-out;
}
body.page-template-page-estimator .ushape:hover polygon, body.page-template-page-estimator .ushape.active polygon, body.page-template-page-estimator-svg .ushape:hover polygon, body.page-template-page-estimator-svg .ushape.active polygon, body.page-template-page-estimator-dev .ushape:hover polygon, body.page-template-page-estimator-dev .ushape.active polygon {
  stroke-width: 1px !important;
  transition: 0.3s all ease-in-out;
}
body.page-template-page-estimator .ushape:hover .c1, body.page-template-page-estimator .ushape.active .c1, body.page-template-page-estimator-svg .ushape:hover .c1, body.page-template-page-estimator-svg .ushape.active .c1, body.page-template-page-estimator-dev .ushape:hover .c1, body.page-template-page-estimator-dev .ushape.active .c1 {
  cx: 145;
  transition: 0.5s 0.2s all ease-in-out;
}
body.page-template-page-estimator .ushape:hover .c3, body.page-template-page-estimator .ushape.active .c3, body.page-template-page-estimator-svg .ushape:hover .c3, body.page-template-page-estimator-svg .ushape.active .c3, body.page-template-page-estimator-dev .ushape:hover .c3, body.page-template-page-estimator-dev .ushape.active .c3 {
  cy: 90;
  transition: 0.6s 0.2s all ease-in-out;
}
body.page-template-page-estimator .ushape:hover .c2, body.page-template-page-estimator .ushape.active .c2, body.page-template-page-estimator-svg .ushape:hover .c2, body.page-template-page-estimator-svg .ushape.active .c2, body.page-template-page-estimator-dev .ushape:hover .c2, body.page-template-page-estimator-dev .ushape.active .c2 {
  cx: 205;
  transition: 0.5s 0.2s all ease-in-out;
}
body.page-template-page-estimator .ushape:hover .c4, body.page-template-page-estimator .ushape.active .c4, body.page-template-page-estimator-svg .ushape:hover .c4, body.page-template-page-estimator-svg .ushape.active .c4, body.page-template-page-estimator-dev .ushape:hover .c4, body.page-template-page-estimator-dev .ushape.active .c4 {
  cy: 237;
  transition: 0.6s 0.2s all ease-in-out;
}
body.page-template-page-estimator .ushape:hover .c5, body.page-template-page-estimator .ushape.active .c5, body.page-template-page-estimator-svg .ushape:hover .c5, body.page-template-page-estimator-svg .ushape.active .c5, body.page-template-page-estimator-dev .ushape:hover .c5, body.page-template-page-estimator-dev .ushape.active .c5 {
  cy: 160;
  transition: 0.6s 0.2s all ease-in-out;
}
body.page-template-page-estimator .ushape:hover .c6, body.page-template-page-estimator .ushape.active .c6, body.page-template-page-estimator-svg .ushape:hover .c6, body.page-template-page-estimator-svg .ushape.active .c6, body.page-template-page-estimator-dev .ushape:hover .c6, body.page-template-page-estimator-dev .ushape.active .c6 {
  cy: 160;
  transition: 0.6s 0.2s all ease-in-out;
}
body.page-template-page-estimator .ishape:hover rect, body.page-template-page-estimator .ishape.active rect, body.page-template-page-estimator-svg .ishape:hover rect, body.page-template-page-estimator-svg .ishape.active rect, body.page-template-page-estimator-dev .ishape:hover rect, body.page-template-page-estimator-dev .ishape.active rect {
  stroke-width: 1px !important;
  transition: 0.3s all ease-in-out;
}
body.page-template-page-estimator .ishape:hover .c1, body.page-template-page-estimator .ishape.active .c1, body.page-template-page-estimator-svg .ishape:hover .c1, body.page-template-page-estimator-svg .ishape.active .c1, body.page-template-page-estimator-dev .ishape:hover .c1, body.page-template-page-estimator-dev .ishape.active .c1 {
  cx: 165;
  transition: 0.5s 0.2s all ease-in-out;
}
body.page-template-page-estimator .ishape:hover .c2, body.page-template-page-estimator .ishape.active .c2, body.page-template-page-estimator-svg .ishape:hover .c2, body.page-template-page-estimator-svg .ishape.active .c2, body.page-template-page-estimator-dev .ishape:hover .c2, body.page-template-page-estimator-dev .ishape.active .c2 {
  cy: -155;
  transition: 0.5s 0.2s all ease-in-out;
}
body.page-template-page-estimator #canvaswrapper .marker, body.page-template-page-estimator-svg #canvaswrapper .marker, body.page-template-page-estimator-dev #canvaswrapper .marker {
  display: none;
}
body.page-template-page-estimator #canvaswrapper input[type="checkbox"], body.page-template-page-estimator-svg #canvaswrapper input[type="checkbox"], body.page-template-page-estimator-dev #canvaswrapper input[type="checkbox"] {
  visibility: hidden;
}
body.page-template-page-estimator #canvaswrapper.sub2 input[type="checkbox"], body.page-template-page-estimator-svg #canvaswrapper.sub2 input[type="checkbox"], body.page-template-page-estimator-dev #canvaswrapper.sub2 input[type="checkbox"] {
  visibility: visible;
}
body.page-template-page-estimator #canvaswrapper text, body.page-template-page-estimator-svg #canvaswrapper text, body.page-template-page-estimator-dev #canvaswrapper text {
  display: none;
}
body.page-template-page-estimator svg line, body.page-template-page-estimator-svg svg line, body.page-template-page-estimator-dev svg line {
  stroke: #ddd;
  stroke-linecap: square;
}
body.page-template-page-estimator svg line.edgeworkw, body.page-template-page-estimator-svg svg line.edgeworkw, body.page-template-page-estimator-dev svg line.edgeworkw {
  stroke: #000 !important;
}
body.page-template-page-estimator svg.ishape line.line0, body.page-template-page-estimator-svg svg.ishape line.line0, body.page-template-page-estimator-dev svg.ishape line.line0 {
  opacity: 0.2 !important;
}
body.page-template-page-estimator #canvaswrapper.ishape input.edge0, body.page-template-page-estimator-svg #canvaswrapper.ishape input.edge0, body.page-template-page-estimator-dev #canvaswrapper.ishape input.edge0 {
  display: none;
}
body.page-template-page-estimator .sub1 svg line, body.page-template-page-estimator-svg .sub1 svg line, body.page-template-page-estimator-dev .sub1 svg line {
  stroke: #999;
}
body.page-template-page-estimator .sub2 svg line, body.page-template-page-estimator-svg .sub2 svg line, body.page-template-page-estimator-dev .sub2 svg line {
  cursor: pointer;
  /* &:hover{
					stroke:$primary;
				} */
}
body.page-template-page-estimator .sub2 svg line.edgework, body.page-template-page-estimator-svg .sub2 svg line.edgework, body.page-template-page-estimator-dev .sub2 svg line.edgework {
  stroke: #ddd;
}
body.page-template-page-estimator .sub2 svg line.edgework:hover, body.page-template-page-estimator-svg .sub2 svg line.edgework:hover, body.page-template-page-estimator-dev .sub2 svg line.edgework:hover {
  stroke: #f2da00;
}
body.page-template-page-estimator .sub2 svg text, body.page-template-page-estimator-svg .sub2 svg text, body.page-template-page-estimator-dev .sub2 svg text {
  display: none !important;
}
body.page-template-page-estimator .sub2 svg .linemarker, body.page-template-page-estimator-svg .sub2 svg .linemarker, body.page-template-page-estimator-dev .sub2 svg .linemarker {
  display: none;
}
body.page-template-page-estimator .svg-holder svg, body.page-template-page-estimator-svg .svg-holder svg, body.page-template-page-estimator-dev .svg-holder svg {
  max-width: 120px;
}
body.page-template-page-estimator .edgepopup, body.page-template-page-estimator-svg .edgepopup, body.page-template-page-estimator-dev .edgepopup {
  border: 1px solid #aaa;
  background-color: #fff;
  position: absolute;
  left: -50%;
  right: -50%;
  top: 50%;
  bottom: 50%;
  margin: auto;
  width: 800px;
  height: 500px;
  box-shadow: 10px 10px rgba(200, 200, 200, 0.2);
  padding: 30px;
}
body.page-template-page-estimator [type=number]::-webkit-inner-spin-button, body.page-template-page-estimator [type=number]::-webkit-outer-spin-button, body.page-template-page-estimator-svg [type=number]::-webkit-inner-spin-button, body.page-template-page-estimator-svg [type=number]::-webkit-outer-spin-button, body.page-template-page-estimator-dev [type=number]::-webkit-inner-spin-button, body.page-template-page-estimator-dev [type=number]::-webkit-outer-spin-button {
  opacity: 1;
}
body.page-template-page-estimator .gform_wrapper form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), body.page-template-page-estimator .gform_wrapper form textarea, body.page-template-page-estimator-svg .gform_wrapper form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), body.page-template-page-estimator-svg .gform_wrapper form textarea, body.page-template-page-estimator-dev .gform_wrapper form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), body.page-template-page-estimator-dev .gform_wrapper form textarea {
  border: 1px solid #999999;
}
body.page-template-page-estimator .gform_wrapper form .gfield label.gfield_label, body.page-template-page-estimator-svg .gform_wrapper form .gfield label.gfield_label, body.page-template-page-estimator-dev .gform_wrapper form .gfield label.gfield_label {
  display: block;
}
body.page-template-page-estimator .button-next, body.page-template-page-estimator-svg .button-next, body.page-template-page-estimator-dev .button-next {
  top: 50%;
  right: 0;
  font-family: "Josefin Sans", sans-serif;
  border-right: 0;
}
body.page-template-page-estimator .button-next a, body.page-template-page-estimator-svg .button-next a, body.page-template-page-estimator-dev .button-next a {
  border-left: 5px solid #000;
}
body.page-template-page-estimator .button-next a:hover, body.page-template-page-estimator .button-next a:focus, body.page-template-page-estimator-svg .button-next a:hover, body.page-template-page-estimator-svg .button-next a:focus, body.page-template-page-estimator-dev .button-next a:hover, body.page-template-page-estimator-dev .button-next a:focus {
  color: #fff !important;
  border-left: 5px solid #f2da00;
}
body.page-template-page-estimator .button-next a.faded, body.page-template-page-estimator-svg .button-next a.faded, body.page-template-page-estimator-dev .button-next a.faded {
  border-left: 5px solid #000;
}
body.page-template-page-estimator .button-next a.faded:hover, body.page-template-page-estimator .button-next a.faded:focus, body.page-template-page-estimator-svg .button-next a.faded:hover, body.page-template-page-estimator-svg .button-next a.faded:focus, body.page-template-page-estimator-dev .button-next a.faded:hover, body.page-template-page-estimator-dev .button-next a.faded:focus {
  color: #fff !important;
  border-left: 5px solid #000;
}
body.page-template-page-estimator .button-prev, body.page-template-page-estimator-svg .button-prev, body.page-template-page-estimator-dev .button-prev {
  top: 50%;
  left: 0;
  font-family: "Josefin Sans", sans-serif;
  border-right: 0;
}
body.page-template-page-estimator .button-prev a, body.page-template-page-estimator-svg .button-prev a, body.page-template-page-estimator-dev .button-prev a {
  border-left: 5px solid #000;
}
body.page-template-page-estimator .button-prev a:hover, body.page-template-page-estimator .button-prev a:focus, body.page-template-page-estimator-svg .button-prev a:hover, body.page-template-page-estimator-svg .button-prev a:focus, body.page-template-page-estimator-dev .button-prev a:hover, body.page-template-page-estimator-dev .button-prev a:focus {
  color: #fff !important;
  border-left: 5px solid #f2da00;
}
body.page-template-page-estimator .button-prev a.faded, body.page-template-page-estimator-svg .button-prev a.faded, body.page-template-page-estimator-dev .button-prev a.faded {
  border-left: 5px solid #000;
}
body.page-template-page-estimator .button-prev a.faded:hover, body.page-template-page-estimator .button-prev a.faded:focus, body.page-template-page-estimator-svg .button-prev a.faded:hover, body.page-template-page-estimator-svg .button-prev a.faded:focus, body.page-template-page-estimator-dev .button-prev a.faded:hover, body.page-template-page-estimator-dev .button-prev a.faded:focus {
  color: #fff !important;
  border-left: 5px solid #000;
}
body.page-template-page-estimator .button-icons, body.page-template-page-estimator-svg .button-icons, body.page-template-page-estimator-dev .button-icons {
  top: 19%;
  right: 0;
  border-right: 0;
  transition: all 0.5s ease-in-out;
}
body.page-template-page-estimator .button-icons a, body.page-template-page-estimator-svg .button-icons a, body.page-template-page-estimator-dev .button-icons a {
  display: block;
}
body.page-template-page-estimator .heading, body.page-template-page-estimator-svg .heading, body.page-template-page-estimator-dev .heading {
  margin-bottom: 40px;
}
body.page-template-page-estimator header#primary, body.page-template-page-estimator-svg header#primary, body.page-template-page-estimator-dev header#primary {
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  z-index: 9999;
  background-color: #231F20;
}
body.page-template-page-estimator header#primary li, body.page-template-page-estimator-svg header#primary li, body.page-template-page-estimator-dev header#primary li {
  position: relative;
}
body.page-template-page-estimator header#primary li span, body.page-template-page-estimator-svg header#primary li span, body.page-template-page-estimator-dev header#primary li span {
  color: #555555;
}
body.page-template-page-estimator header#primary li span.status-done, body.page-template-page-estimator-svg header#primary li span.status-done, body.page-template-page-estimator-dev header#primary li span.status-done {
  color: #f2da00;
}
body.page-template-page-estimator header#primary li span.current, body.page-template-page-estimator-svg header#primary li span.current, body.page-template-page-estimator-dev header#primary li span.current {
  color: #f2da00;
}
body.page-template-page-estimator header#primary li .has-image, body.page-template-page-estimator-svg header#primary li .has-image, body.page-template-page-estimator-dev header#primary li .has-image {
  background-size: auto;
  background-position: left center;
  /* svgs later */
}
body.page-template-page-estimator header#primary li a, body.page-template-page-estimator-svg header#primary li a, body.page-template-page-estimator-dev header#primary li a {
  color: #eee;
  opacity: 0.6;
  font-weight: normal;
  font-size: 15px;
  padding: 0.8rem 0;
}
body.page-template-page-estimator header#primary li a.green, body.page-template-page-estimator header#primary li a:hover, body.page-template-page-estimator-svg header#primary li a.green, body.page-template-page-estimator-svg header#primary li a:hover, body.page-template-page-estimator-dev header#primary li a.green, body.page-template-page-estimator-dev header#primary li a:hover {
  opacity: 1;
  color: #f2da00;
}
body.page-template-page-estimator header#primary li a.green img, body.page-template-page-estimator header#primary li a:hover img, body.page-template-page-estimator-svg header#primary li a.green img, body.page-template-page-estimator-svg header#primary li a:hover img, body.page-template-page-estimator-dev header#primary li a.green img, body.page-template-page-estimator-dev header#primary li a:hover img {
  filter: brightness(0) saturate(100%) invert(85%) sepia(27%) saturate(5323%) hue-rotate(10deg) brightness(106%) contrast(106%);
}
body.page-template-page-estimator header#primary li:first-child, body.page-template-page-estimator-svg header#primary li:first-child, body.page-template-page-estimator-dev header#primary li:first-child {
  background-image: none !important;
}
@media (min-width: 480px) {
  body.page-template-page-estimator header#primary li.current:after, body.page-template-page-estimator-svg header#primary li.current:after, body.page-template-page-estimator-dev header#primary li.current:after {
    content: "";
    display: block;
    position: fixed;
    height: 0px;
    width: 0px;
    margin: auto;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #f2da00 transparent;
    top: 89px;
    margin-left: 25px;
  }
}
body.page-template-page-estimator header#primary .navbar-brand, body.page-template-page-estimator-svg header#primary .navbar-brand, body.page-template-page-estimator-dev header#primary .navbar-brand {
  width: 200px;
  height: 100px;
  margin-top: -21px;
  padding-top: 0;
}
body.page-template-page-estimator header#primary .render-menu a:hover, body.page-template-page-estimator header#primary .nonrender-menu a:hover, body.page-template-page-estimator-svg header#primary .render-menu a:hover, body.page-template-page-estimator-svg header#primary .nonrender-menu a:hover, body.page-template-page-estimator-dev header#primary .render-menu a:hover, body.page-template-page-estimator-dev header#primary .nonrender-menu a:hover {
  color: #f2da00;
  transition: all 0.3s ease-in;
}
body.page-template-page-estimator header#primary .render-menu a:hover img, body.page-template-page-estimator header#primary .nonrender-menu a:hover img, body.page-template-page-estimator-svg header#primary .render-menu a:hover img, body.page-template-page-estimator-svg header#primary .nonrender-menu a:hover img, body.page-template-page-estimator-dev header#primary .render-menu a:hover img, body.page-template-page-estimator-dev header#primary .nonrender-menu a:hover img {
  filter: brightness(0) saturate(100%) invert(85%) sepia(27%) saturate(5323%) hue-rotate(10deg) brightness(106%) contrast(106%);
  transition: all 0.3s ease-in;
}
body.page-template-page-estimator .has-overlay, body.page-template-page-estimator-svg .has-overlay, body.page-template-page-estimator-dev .has-overlay {
  background-color: transparent;
}
body.page-template-page-estimator .hidden, body.page-template-page-estimator-svg .hidden, body.page-template-page-estimator-dev .hidden {
  visibility: hidden;
}
body.page-template-page-estimator :not(.status-splash) section > div.row, body.page-template-page-estimator-svg :not(.status-splash) section > div.row, body.page-template-page-estimator-dev :not(.status-splash) section > div.row {
  padding-top: 80px;
}
body.page-template-page-estimator .splash, body.page-template-page-estimator-svg .splash, body.page-template-page-estimator-dev .splash {
  background-size: contain;
  background-position: right top;
  background-color: #fff;
}
body.page-template-page-estimator .splash a:hover p, body.page-template-page-estimator-svg .splash a:hover p, body.page-template-page-estimator-dev .splash a:hover p {
  color: #f2da00;
}
body.page-template-page-estimator .splash h3, body.page-template-page-estimator-svg .splash h3, body.page-template-page-estimator-dev .splash h3 {
  font-size: 60px;
  text-transform: capitalize;
  font-weight: 100;
  letter-spacing: -4px;
  margin: 0;
}
body.page-template-page-estimator .splash h3 span, body.page-template-page-estimator-svg .splash h3 span, body.page-template-page-estimator-dev .splash h3 span {
  font-weight: 900;
}
body.page-template-page-estimator .splash h4, body.page-template-page-estimator-svg .splash h4, body.page-template-page-estimator-dev .splash h4 {
  font-size: 30px;
  font-weight: 900;
  text-transform: uppercase;
}
body.page-template-page-estimator .splash a i, body.page-template-page-estimator-svg .splash a i, body.page-template-page-estimator-dev .splash a i {
  font-size: 30px;
  top: 6px;
  position: relative;
  left: 8px;
  color: #f2da00;
  transition: all 0.2s ease-out;
}
body.page-template-page-estimator .splash a:hover i, body.page-template-page-estimator-svg .splash a:hover i, body.page-template-page-estimator-dev .splash a:hover i {
  color: #000;
  left: 15px;
  transition: all 0.2s ease-in;
}
body.page-template-page-estimator .splash .action:first-child, body.page-template-page-estimator-svg .splash .action:first-child, body.page-template-page-estimator-dev .splash .action:first-child {
  border-bottom: 1px solid #555555;
}
body.page-template-page-estimator .splash .action .icon, body.page-template-page-estimator-svg .splash .action .icon, body.page-template-page-estimator-dev .splash .action .icon {
  min-width: 160px;
  height: 180px;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
}
body.page-template-page-estimator .splash .has-image.kiy-logo, body.page-template-page-estimator-svg .splash .has-image.kiy-logo, body.page-template-page-estimator-dev .splash .has-image.kiy-logo {
  height: 250px;
  width: 400px;
  background-size: contain;
}
body.page-template-page-estimator .splash .has-image.icon, body.page-template-page-estimator-svg .splash .has-image.icon, body.page-template-page-estimator-dev .splash .has-image.icon {
  height: 150px;
  width: 150px;
  background-size: auto;
  background-position: center;
}
body.page-template-page-estimator .layoutpostcode .autotab, body.page-template-page-estimator-svg .layoutpostcode .autotab, body.page-template-page-estimator-dev .layoutpostcode .autotab {
  width: 60px;
  height: 60px;
  margin: 10px;
  font-size: 3vh;
  text-align: center;
  border: 1px solid #999999;
}
@media (max-width: 480px) {
  body.page-template-page-estimator .layoutpostcode .autotab, body.page-template-page-estimator-svg .layoutpostcode .autotab, body.page-template-page-estimator-dev .layoutpostcode .autotab {
    width: 50px;
    height: 50px;
  }
}
body.page-template-page-estimator .layoutpostcode .autotab.failed, body.page-template-page-estimator-svg .layoutpostcode .autotab.failed, body.page-template-page-estimator-dev .layoutpostcode .autotab.failed {
  border: 1px solid red;
}
body.page-template-page-estimator .layoutnonrenders a.stepaction, body.page-template-page-estimator .layoutrenders a.stepaction, body.page-template-page-estimator-svg .layoutnonrenders a.stepaction, body.page-template-page-estimator-svg .layoutrenders a.stepaction, body.page-template-page-estimator-dev .layoutnonrenders a.stepaction, body.page-template-page-estimator-dev .layoutrenders a.stepaction {
  width: 100%;
}
body.page-template-page-estimator .layoutnonrenders a .icon, body.page-template-page-estimator .layoutrenders a .icon, body.page-template-page-estimator-svg .layoutnonrenders a .icon, body.page-template-page-estimator-svg .layoutrenders a .icon, body.page-template-page-estimator-dev .layoutnonrenders a .icon, body.page-template-page-estimator-dev .layoutrenders a .icon {
  max-height: 330px;
  max-width: 330px;
  border: 2px solid #555555;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  opacity: 0.7;
}
body.page-template-page-estimator .layoutnonrenders a .icon svg, body.page-template-page-estimator .layoutrenders a .icon svg, body.page-template-page-estimator-svg .layoutnonrenders a .icon svg, body.page-template-page-estimator-svg .layoutrenders a .icon svg, body.page-template-page-estimator-dev .layoutnonrenders a .icon svg, body.page-template-page-estimator-dev .layoutrenders a .icon svg {
  opacity: 0;
  transition: all 0.5s ease;
}
body.page-template-page-estimator .layoutnonrenders a:hover, body.page-template-page-estimator .layoutnonrenders a.active, body.page-template-page-estimator .layoutrenders a:hover, body.page-template-page-estimator .layoutrenders a.active, body.page-template-page-estimator-svg .layoutnonrenders a:hover, body.page-template-page-estimator-svg .layoutnonrenders a.active, body.page-template-page-estimator-svg .layoutrenders a:hover, body.page-template-page-estimator-svg .layoutrenders a.active, body.page-template-page-estimator-dev .layoutnonrenders a:hover, body.page-template-page-estimator-dev .layoutnonrenders a.active, body.page-template-page-estimator-dev .layoutrenders a:hover, body.page-template-page-estimator-dev .layoutrenders a.active {
  color: #f2da00;
  transition: all 0.5s ease;
}
body.page-template-page-estimator .layoutnonrenders a:hover .icon, body.page-template-page-estimator .layoutnonrenders a.active .icon, body.page-template-page-estimator .layoutrenders a:hover .icon, body.page-template-page-estimator .layoutrenders a.active .icon, body.page-template-page-estimator-svg .layoutnonrenders a:hover .icon, body.page-template-page-estimator-svg .layoutnonrenders a.active .icon, body.page-template-page-estimator-svg .layoutrenders a:hover .icon, body.page-template-page-estimator-svg .layoutrenders a.active .icon, body.page-template-page-estimator-dev .layoutnonrenders a:hover .icon, body.page-template-page-estimator-dev .layoutnonrenders a.active .icon, body.page-template-page-estimator-dev .layoutrenders a:hover .icon, body.page-template-page-estimator-dev .layoutrenders a.active .icon {
  background-color: #f2da00;
  transition: all 0.5s ease;
  background-image: none !important;
}
body.page-template-page-estimator .layoutnonrenders a:hover .icon svg, body.page-template-page-estimator .layoutnonrenders a.active .icon svg, body.page-template-page-estimator .layoutrenders a:hover .icon svg, body.page-template-page-estimator .layoutrenders a.active .icon svg, body.page-template-page-estimator-svg .layoutnonrenders a:hover .icon svg, body.page-template-page-estimator-svg .layoutnonrenders a.active .icon svg, body.page-template-page-estimator-svg .layoutrenders a:hover .icon svg, body.page-template-page-estimator-svg .layoutrenders a.active .icon svg, body.page-template-page-estimator-dev .layoutnonrenders a:hover .icon svg, body.page-template-page-estimator-dev .layoutnonrenders a.active .icon svg, body.page-template-page-estimator-dev .layoutrenders a:hover .icon svg, body.page-template-page-estimator-dev .layoutrenders a.active .icon svg {
  opacity: 1;
  zoom: 1;
  transition: all 0.5s ease;
}
body.page-template-page-estimator .layoutnonrenders a:hover .icon, body.page-template-page-estimator .layoutnonrenders a.active .icon, body.page-template-page-estimator .layoutrenders a:hover .icon, body.page-template-page-estimator .layoutrenders a.active .icon, body.page-template-page-estimator-svg .layoutnonrenders a:hover .icon, body.page-template-page-estimator-svg .layoutnonrenders a.active .icon, body.page-template-page-estimator-svg .layoutrenders a:hover .icon, body.page-template-page-estimator-svg .layoutrenders a.active .icon, body.page-template-page-estimator-dev .layoutnonrenders a:hover .icon, body.page-template-page-estimator-dev .layoutnonrenders a.active .icon, body.page-template-page-estimator-dev .layoutrenders a:hover .icon, body.page-template-page-estimator-dev .layoutrenders a.active .icon {
  opacity: 1;
  border: 2px solid #f2da00;
}
body.page-template-page-estimator .consultation .gform_wrapper form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), body.page-template-page-estimator .consultation .gform_wrapper form textarea, body.page-template-page-estimator-svg .consultation .gform_wrapper form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), body.page-template-page-estimator-svg .consultation .gform_wrapper form textarea, body.page-template-page-estimator-dev .consultation .gform_wrapper form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), body.page-template-page-estimator-dev .consultation .gform_wrapper form textarea {
  border: 0px solid #999999;
  color: #555555;
}
body.page-template-page-estimator .consultation .gform_wrapper label, body.page-template-page-estimator-svg .consultation .gform_wrapper label, body.page-template-page-estimator-dev .consultation .gform_wrapper label {
  color: #555555;
}
body.page-template-page-estimator .examplerenders .render-items div, body.page-template-page-estimator-svg .examplerenders .render-items div, body.page-template-page-estimator-dev .examplerenders .render-items div {
  min-height: 200px;
}
body.page-template-page-estimator .examplerenders .render-items a, body.page-template-page-estimator-svg .examplerenders .render-items a, body.page-template-page-estimator-dev .examplerenders .render-items a {
  background-color: #f2da00;
  opacity: 0;
}
body.page-template-page-estimator .examplerenders .render-items a:hover, body.page-template-page-estimator-svg .examplerenders .render-items a:hover, body.page-template-page-estimator-dev .examplerenders .render-items a:hover {
  opacity: 0.7;
}
body.page-template-page-estimator .summary > .row, body.page-template-page-estimator-svg .summary > .row, body.page-template-page-estimator-dev .summary > .row {
  padding-bottom: 100px;
}
body.page-template-page-estimator .summary .svg-holder svg, body.page-template-page-estimator-svg .summary .svg-holder svg, body.page-template-page-estimator-dev .summary .svg-holder svg {
  float: right;
  fill: #888;
  top: -20px;
  position: relative;
  max-width: 110px !important;
}
body.page-template-page-estimator .summary .svg-holder svg path, body.page-template-page-estimator-svg .summary .svg-holder svg path, body.page-template-page-estimator-dev .summary .svg-holder svg path {
  stroke: #888;
}
body.page-template-page-estimator .summary .item, body.page-template-page-estimator-svg .summary .item, body.page-template-page-estimator-dev .summary .item {
  border-bottom: 1px solid #999999;
}
body.page-template-page-estimator .summary .item:last-child, body.page-template-page-estimator-svg .summary .item:last-child, body.page-template-page-estimator-dev .summary .item:last-child {
  border-bottom: none;
}
body.page-template-page-estimator .summary .item span:hover, body.page-template-page-estimator-svg .summary .item span:hover, body.page-template-page-estimator-dev .summary .item span:hover {
  color: #f2da00;
}
body.page-template-page-estimator .summary .summary-form textarea, body.page-template-page-estimator-svg .summary .summary-form textarea, body.page-template-page-estimator-dev .summary .summary-form textarea {
  display: none;
}
body.page-template-page-estimator .summary form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), body.page-template-page-estimator .summary form textarea, body.page-template-page-estimator-svg .summary form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), body.page-template-page-estimator-svg .summary form textarea, body.page-template-page-estimator-dev .summary form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), body.page-template-page-estimator-dev .summary form textarea {
  border: 0px solid #999999;
  border-radius: 0;
  color: #555555;
  background-color: #f1efef;
}
body.page-template-page-estimator .summary label, body.page-template-page-estimator-svg .summary label, body.page-template-page-estimator-dev .summary label {
  color: #555555;
  text-transform: capitalize;
  font-size: 14px;
}
body.page-template-page-estimator .summary button, body.page-template-page-estimator-svg .summary button, body.page-template-page-estimator-dev .summary button {
  color: #000;
  background-color: #fff;
  width: 100%;
  border: 2px solid #f2da00;
  transition: all 0.5s ease;
  padding: 10px 35px;
  max-width: 200px;
  border-radius: 0;
}
body.page-template-page-estimator .summary button:hover, body.page-template-page-estimator-svg .summary button:hover, body.page-template-page-estimator-dev .summary button:hover {
  color: #f2da00;
}
body.page-template-page-estimator .summary .clickable, body.page-template-page-estimator-svg .summary .clickable, body.page-template-page-estimator-dev .summary .clickable {
  padding: 0 10px;
  max-height: 35px;
  cursor: pointer;
}
body.page-template-page-estimator .summary .shape-summary, body.page-template-page-estimator-svg .summary .shape-summary, body.page-template-page-estimator-dev .summary .shape-summary {
  position: relative;
}
body.page-template-page-estimator .summary .shape-summary ul, body.page-template-page-estimator-svg .summary .shape-summary ul, body.page-template-page-estimator-dev .summary .shape-summary ul {
  margin: 10px 0px;
  padding: 0;
  height: 70px;
}
body.page-template-page-estimator .summary .shape-summary ul li, body.page-template-page-estimator-svg .summary .shape-summary ul li, body.page-template-page-estimator-dev .summary .shape-summary ul li {
  list-style: none;
}
body.page-template-page-estimator .summary .shape-summary svg, body.page-template-page-estimator-svg .summary .shape-summary svg, body.page-template-page-estimator-dev .summary .shape-summary svg {
  position: absolute;
  right: 10px;
  top: 15px;
}
body.page-template-page-estimator .summary .shape-summary svg polygon, body.page-template-page-estimator .summary .shape-summary svg circle, body.page-template-page-estimator .summary .shape-summary svg rect, body.page-template-page-estimator-svg .summary .shape-summary svg polygon, body.page-template-page-estimator-svg .summary .shape-summary svg circle, body.page-template-page-estimator-svg .summary .shape-summary svg rect, body.page-template-page-estimator-dev .summary .shape-summary svg polygon, body.page-template-page-estimator-dev .summary .shape-summary svg circle, body.page-template-page-estimator-dev .summary .shape-summary svg rect {
  stroke-width: 2px;
  stroke: #555555;
}
body.page-template-page-estimator .summary .additional-summary, body.page-template-page-estimator-svg .summary .additional-summary, body.page-template-page-estimator-dev .summary .additional-summary {
  position: relative;
}
body.page-template-page-estimator .summary .additional-summary ul, body.page-template-page-estimator-svg .summary .additional-summary ul, body.page-template-page-estimator-dev .summary .additional-summary ul {
  margin: 10px 0px;
  padding: 0;
  height: 50px;
}
body.page-template-page-estimator .summary .additional-summary ul li, body.page-template-page-estimator-svg .summary .additional-summary ul li, body.page-template-page-estimator-dev .summary .additional-summary ul li {
  list-style: none;
}
body.page-template-page-estimator .additional .title, body.page-template-page-estimator-svg .additional .title, body.page-template-page-estimator-dev .additional .title {
  font-size: 18px;
  font-weight: normal;
}
@media (max-width: 1024px) {
  body.page-template-page-estimator .additional .title, body.page-template-page-estimator-svg .additional .title, body.page-template-page-estimator-dev .additional .title {
    font-size: 18px;
  }
}
body.page-template-page-estimator .additional input, body.page-template-page-estimator-svg .additional input, body.page-template-page-estimator-dev .additional input {
  max-width: 100px;
  text-align: center;
  padding: 0.3em 1em;
  width: 90px;
}
body.page-template-page-estimator .modify .selections, body.page-template-page-estimator-svg .modify .selections, body.page-template-page-estimator-dev .modify .selections {
  overflow-x: hidden;
  overflow-y: hidden;
}
body.page-template-page-estimator .modify .selections .item, body.page-template-page-estimator-svg .modify .selections .item, body.page-template-page-estimator-dev .modify .selections .item {
  border-bottom: 1px solid #999999;
  text-align: left;
}
body.page-template-page-estimator .modify .selections .item img, body.page-template-page-estimator-svg .modify .selections .item img, body.page-template-page-estimator-dev .modify .selections .item img {
  max-width: 100px;
}
body.page-template-page-estimator .modify .selections .wrapper-filters, body.page-template-page-estimator-svg .modify .selections .wrapper-filters, body.page-template-page-estimator-dev .modify .selections .wrapper-filters {
  position: absolute;
  right: 0;
  top: -756px;
  z-index: 9999;
  opacity: 0;
  width: 100%;
  border: 0;
  transition: all 0.4s ease-out;
  overflow-y: auto;
}
body.page-template-page-estimator .modify .selections .wrapper-filters.visible, body.page-template-page-estimator-svg .modify .selections .wrapper-filters.visible, body.page-template-page-estimator-dev .modify .selections .wrapper-filters.visible {
  top: 90px;
  opacity: 1;
  transition: all 0.4s ease-in;
}
body.page-template-page-estimator .modify .selections .scroller, body.page-template-page-estimator-svg .modify .selections .scroller, body.page-template-page-estimator-dev .modify .selections .scroller {
  height: calc(100vh - 190px);
  overflow-x: hidden;
  overflow-y: scroll;
}
body.page-template-page-estimator .modify .selections .filter, body.page-template-page-estimator-svg .modify .selections .filter, body.page-template-page-estimator-dev .modify .selections .filter {
  float: right;
  cursor: pointer;
  color: #000;
}
body.page-template-page-estimator .modify .selections .filter i, body.page-template-page-estimator-svg .modify .selections .filter i, body.page-template-page-estimator-dev .modify .selections .filter i {
  font-size: 24px;
}
body.page-template-page-estimator .modify .selections .filter:hover, body.page-template-page-estimator .modify .selections .filter.active, body.page-template-page-estimator-svg .modify .selections .filter:hover, body.page-template-page-estimator-svg .modify .selections .filter.active, body.page-template-page-estimator-dev .modify .selections .filter:hover, body.page-template-page-estimator-dev .modify .selections .filter.active {
  color: #f2da00;
}
body.page-template-page-estimator .modify .selections .filter p:hover, body.page-template-page-estimator .modify .selections .filter p.active, body.page-template-page-estimator-svg .modify .selections .filter p:hover, body.page-template-page-estimator-svg .modify .selections .filter p.active, body.page-template-page-estimator-dev .modify .selections .filter p:hover, body.page-template-page-estimator-dev .modify .selections .filter p.active {
  color: #f2da00;
}
body.page-template-page-estimator .modify .selections .price-rating, body.page-template-page-estimator-svg .modify .selections .price-rating, body.page-template-page-estimator-dev .modify .selections .price-rating {
  float: right;
  background: #eeeeee;
  padding: 1px 10px;
  border-radius: 10px;
}
body.page-template-page-estimator .modify .preview div, body.page-template-page-estimator-svg .modify .preview div, body.page-template-page-estimator-dev .modify .preview div {
  background-size: cover;
  opacity: 0;
  transition: all 0.5s 0.5s ease-out;
  position: absolute;
  background-position: bottom center;
  top: 0px;
  right: 0;
}
body.page-template-page-estimator .modify .preview div.active, body.page-template-page-estimator-svg .modify .preview div.active, body.page-template-page-estimator-dev .modify .preview div.active {
  opacity: 1;
  transition: all 0.5s 0.5s ease-in;
}
body.page-template-page-estimator .modify .color-wrapper, body.page-template-page-estimator-svg .modify .color-wrapper, body.page-template-page-estimator-dev .modify .color-wrapper {
  display: none;
}
body.page-template-page-estimator .modify .color-wrapper.visible, body.page-template-page-estimator-svg .modify .color-wrapper.visible, body.page-template-page-estimator-dev .modify .color-wrapper.visible {
  display: block;
}
body.page-template-page-estimator .modify .color-wrapper .color-title, body.page-template-page-estimator-svg .modify .color-wrapper .color-title, body.page-template-page-estimator-dev .modify .color-wrapper .color-title {
  opacity: 0;
}
body.page-template-page-estimator .modify .color-wrapper .color-title:before, body.page-template-page-estimator-svg .modify .color-wrapper .color-title:before, body.page-template-page-estimator-dev .modify .color-wrapper .color-title:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 200;
  font-size: 28px;
  color: #fff;
  position: relative;
  left: 97%;
}
body.page-template-page-estimator .modify .color-wrapper .item, body.page-template-page-estimator-svg .modify .color-wrapper .item, body.page-template-page-estimator-dev .modify .color-wrapper .item {
  cursor: pointer;
}
body.page-template-page-estimator .modify .color-wrapper .item:hover, body.page-template-page-estimator-svg .modify .color-wrapper .item:hover, body.page-template-page-estimator-dev .modify .color-wrapper .item:hover {
  background-color: #f2da00;
  background-blend-mode: multiply;
}
body.page-template-page-estimator .modify .color-wrapper .item:hover .color-title, body.page-template-page-estimator-svg .modify .color-wrapper .item:hover .color-title, body.page-template-page-estimator-dev .modify .color-wrapper .item:hover .color-title {
  opacity: 1;
  transition: opacity 0.5s ease-out;
}
body.page-template-page-estimator .modify .color-wrapper .item:hover .color-title:before, body.page-template-page-estimator-svg .modify .color-wrapper .item:hover .color-title:before, body.page-template-page-estimator-dev .modify .color-wrapper .item:hover .color-title:before {
  left: 99%;
  transition: left 0.3s ease-in;
}
body.page-template-page-estimator .modify .color-wrapper .item.active, body.page-template-page-estimator-svg .modify .color-wrapper .item.active, body.page-template-page-estimator-dev .modify .color-wrapper .item.active {
  background-color: transparent;
}
body.page-template-page-estimator .modify .color-wrapper .item.active .color-title, body.page-template-page-estimator-svg .modify .color-wrapper .item.active .color-title, body.page-template-page-estimator-dev .modify .color-wrapper .item.active .color-title {
  opacity: 1;
  border-right: 5px solid #f2da00;
  text-indent: -9999px;
}
body.page-template-page-estimator .modify .color-wrapper .item.active .color-title:before, body.page-template-page-estimator-svg .modify .color-wrapper .item.active .color-title:before, body.page-template-page-estimator-dev .modify .color-wrapper .item.active .color-title:before {
  content: "";
}
body.page-template-page-estimator .modify .color-wrapper .item.active:hover, body.page-template-page-estimator-svg .modify .color-wrapper .item.active:hover, body.page-template-page-estimator-dev .modify .color-wrapper .item.active:hover {
  background-color: #f2da00;
  background-blend-mode: multiply;
}
body.page-template-page-estimator .modify .color-wrapper .item.active:hover .color-title, body.page-template-page-estimator-svg .modify .color-wrapper .item.active:hover .color-title, body.page-template-page-estimator-dev .modify .color-wrapper .item.active:hover .color-title {
  opacity: 1;
  transition: opacity 0.5s ease-out;
  text-indent: 0;
}
body.page-template-page-estimator .modify .color-wrapper .item.active:hover .color-title:before, body.page-template-page-estimator-svg .modify .color-wrapper .item.active:hover .color-title:before, body.page-template-page-estimator-dev .modify .color-wrapper .item.active:hover .color-title:before {
  left: 99%;
  transition: left 0.3s ease-in;
}
body.page-template-page-estimator .modify .edge-wrapper svg, body.page-template-page-estimator-svg .modify .edge-wrapper svg, body.page-template-page-estimator-dev .modify .edge-wrapper svg {
  max-width: 120px;
  height: 60px;
  padding: 0 20px 0 0;
  fill: #666;
}
@media (max-width: 1024px) {
  body.page-template-page-estimator .modify .edge-wrapper svg, body.page-template-page-estimator-svg .modify .edge-wrapper svg, body.page-template-page-estimator-dev .modify .edge-wrapper svg {
    max-width: 80px;
  }
}
body.page-template-page-estimator .modify .edge-wrapper svg path, body.page-template-page-estimator-svg .modify .edge-wrapper svg path, body.page-template-page-estimator-dev .modify .edge-wrapper svg path {
  stroke: #666 !important;
  stroke-width: 2px !important;
}
body.page-template-page-estimator .modify .edge-wrapper .edge-title:before, body.page-template-page-estimator-svg .modify .edge-wrapper .edge-title:before, body.page-template-page-estimator-dev .modify .edge-wrapper .edge-title:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 200;
  font-size: 28px;
  color: #fff;
  position: relative;
  left: 97%;
}
body.page-template-page-estimator .modify .edge-wrapper .item, body.page-template-page-estimator-svg .modify .edge-wrapper .item, body.page-template-page-estimator-dev .modify .edge-wrapper .item {
  cursor: pointer;
}
@media (max-width: 1024px) {
  body.page-template-page-estimator .modify .edge-wrapper .item, body.page-template-page-estimator-svg .modify .edge-wrapper .item, body.page-template-page-estimator-dev .modify .edge-wrapper .item {
    font-size: 14px;
    padding: 6px 10px !important;
  }
}
body.page-template-page-estimator .modify .edge-wrapper .item:hover, body.page-template-page-estimator .modify .edge-wrapper .item.active, body.page-template-page-estimator-svg .modify .edge-wrapper .item:hover, body.page-template-page-estimator-svg .modify .edge-wrapper .item.active, body.page-template-page-estimator-dev .modify .edge-wrapper .item:hover, body.page-template-page-estimator-dev .modify .edge-wrapper .item.active {
  background-color: #f2da00;
  background-blend-mode: multiply;
  color: #fff !important;
}
body.page-template-page-estimator .modify .edge-wrapper .item:hover svg, body.page-template-page-estimator .modify .edge-wrapper .item.active svg, body.page-template-page-estimator-svg .modify .edge-wrapper .item:hover svg, body.page-template-page-estimator-svg .modify .edge-wrapper .item.active svg, body.page-template-page-estimator-dev .modify .edge-wrapper .item:hover svg, body.page-template-page-estimator-dev .modify .edge-wrapper .item.active svg {
  fill: #fff;
}
body.page-template-page-estimator .modify .edge-wrapper .item:hover svg path, body.page-template-page-estimator .modify .edge-wrapper .item.active svg path, body.page-template-page-estimator-svg .modify .edge-wrapper .item:hover svg path, body.page-template-page-estimator-svg .modify .edge-wrapper .item.active svg path, body.page-template-page-estimator-dev .modify .edge-wrapper .item:hover svg path, body.page-template-page-estimator-dev .modify .edge-wrapper .item.active svg path {
  stroke: #fff !important;
  stroke-width: 2px !important;
}
body.page-template-page-estimator #canvaswrapper, body.page-template-page-estimator-svg #canvaswrapper, body.page-template-page-estimator-dev #canvaswrapper {
  margin: auto;
}
@media (max-width: 465px) {
  body.page-template-page-estimator #canvaswrapper .marker, body.page-template-page-estimator-svg #canvaswrapper .marker, body.page-template-page-estimator-dev #canvaswrapper .marker {
    display: block;
    text-indent: 15px;
    padding-top: 2px;
  }
}
body.page-template-page-estimator #canvaswrapper span, body.page-template-page-estimator-svg #canvaswrapper span, body.page-template-page-estimator-dev #canvaswrapper span {
  position: absolute;
  color: #aaa;
}
body.page-template-page-estimator #canvaswrapper input[type=text], body.page-template-page-estimator #canvaswrapper input[type=number], body.page-template-page-estimator-svg #canvaswrapper input[type=text], body.page-template-page-estimator-svg #canvaswrapper input[type=number], body.page-template-page-estimator-dev #canvaswrapper input[type=text], body.page-template-page-estimator-dev #canvaswrapper input[type=number] {
  width: 70px;
  height: 30px;
  font-size: 20px;
  text-align: center;
  color: #f2da00;
  border: 1px solid #f2da00;
}
body.page-template-page-estimator #canvaswrapper input[type=checkbox], body.page-template-page-estimator-svg #canvaswrapper input[type=checkbox], body.page-template-page-estimator-dev #canvaswrapper input[type=checkbox] {
  -webkit-appearance: none;
  width: 30px;
  height: 30px;
  background: white;
  border-radius: 50px;
  border: 2px solid #ddd;
  cursor: pointer;
}
body.page-template-page-estimator #canvaswrapper input[type="checkbox"]:checked, body.page-template-page-estimator-svg #canvaswrapper input[type="checkbox"]:checked, body.page-template-page-estimator-dev #canvaswrapper input[type="checkbox"]:checked {
  background: #f2da00;
  border: 4px solid #fff;
}
body.page-template-page-estimator #canvaswrapper .wrapper, body.page-template-page-estimator-svg #canvaswrapper .wrapper, body.page-template-page-estimator-dev #canvaswrapper .wrapper {
  position: absolute;
}
body.page-template-page-estimator #canvaswrapper .wrapper input, body.page-template-page-estimator-svg #canvaswrapper .wrapper input, body.page-template-page-estimator-dev #canvaswrapper .wrapper input {
  position: relative;
  left: -10px;
  top: -10px;
  width: 25px;
  height: 25px;
  opacity: 1;
  transition: opacity 0.3s ease-in;
}
body.page-template-page-estimator #canvaswrapper.sub1 .sub2s, body.page-template-page-estimator-svg #canvaswrapper.sub1 .sub2s, body.page-template-page-estimator-dev #canvaswrapper.sub1 .sub2s {
  display: none !important;
}
body.page-template-page-estimator #canvaswrapper.sub1 .sub3s, body.page-template-page-estimator-svg #canvaswrapper.sub1 .sub3s, body.page-template-page-estimator-dev #canvaswrapper.sub1 .sub3s {
  display: none !important;
}
body.page-template-page-estimator #canvaswrapper.sub2 .sub1s, body.page-template-page-estimator-svg #canvaswrapper.sub2 .sub1s, body.page-template-page-estimator-dev #canvaswrapper.sub2 .sub1s {
  display: none !important;
}
body.page-template-page-estimator #canvaswrapper.sub2 .sub3s, body.page-template-page-estimator-svg #canvaswrapper.sub2 .sub3s, body.page-template-page-estimator-dev #canvaswrapper.sub2 .sub3s {
  display: none !important;
}
body.page-template-page-estimator #canvaswrapper.sub3 .sub1s, body.page-template-page-estimator-svg #canvaswrapper.sub3 .sub1s, body.page-template-page-estimator-dev #canvaswrapper.sub3 .sub1s {
  display: none !important;
}
body.page-template-page-estimator #canvaswrapper.sub3 .sub2s, body.page-template-page-estimator-svg #canvaswrapper.sub3 .sub2s, body.page-template-page-estimator-dev #canvaswrapper.sub3 .sub2s {
  display: none !important;
}
body.page-template-page-estimator header, body.page-template-page-estimator-svg header, body.page-template-page-estimator-dev header {
  top: -100px;
  opacity: 0;
  position: relative;
}
body.page-template-page-estimator .status-splash .splash, body.page-template-page-estimator .status-splash .edgeselection, body.page-template-page-estimator .status-splash .consultation, body.page-template-page-estimator .status-splash .additional, body.page-template-page-estimator .status-splash .layoutrenders, body.page-template-page-estimator .status-splash .layoutnonrenders, body.page-template-page-estimator .status-splash .layoutpostcode, body.page-template-page-estimator .status-splash .measurement, body.page-template-page-estimator .status-splash .modify, body.page-template-page-estimator .status-splash .examplerenders, body.page-template-page-estimator .status-splash .summary, body.page-template-page-estimator-svg .status-splash .splash, body.page-template-page-estimator-svg .status-splash .edgeselection, body.page-template-page-estimator-svg .status-splash .consultation, body.page-template-page-estimator-svg .status-splash .additional, body.page-template-page-estimator-svg .status-splash .layoutrenders, body.page-template-page-estimator-svg .status-splash .layoutnonrenders, body.page-template-page-estimator-svg .status-splash .layoutpostcode, body.page-template-page-estimator-svg .status-splash .measurement, body.page-template-page-estimator-svg .status-splash .modify, body.page-template-page-estimator-svg .status-splash .examplerenders, body.page-template-page-estimator-svg .status-splash .summary, body.page-template-page-estimator-dev .status-splash .splash, body.page-template-page-estimator-dev .status-splash .edgeselection, body.page-template-page-estimator-dev .status-splash .consultation, body.page-template-page-estimator-dev .status-splash .additional, body.page-template-page-estimator-dev .status-splash .layoutrenders, body.page-template-page-estimator-dev .status-splash .layoutnonrenders, body.page-template-page-estimator-dev .status-splash .layoutpostcode, body.page-template-page-estimator-dev .status-splash .measurement, body.page-template-page-estimator-dev .status-splash .modify, body.page-template-page-estimator-dev .status-splash .examplerenders, body.page-template-page-estimator-dev .status-splash .summary {
  visibility: hidden;
  opacity: 0;
  height: 0px;
  overflow: hidden;
  transform: scale(1);
  transition: visibility 0.5s, opacity 0.5s ease-out, transform 0.5s ease-out;
}
body.page-template-page-estimator .status-splash .splash .action, body.page-template-page-estimator .status-splash .edgeselection .action, body.page-template-page-estimator .status-splash .consultation .action, body.page-template-page-estimator .status-splash .additional .action, body.page-template-page-estimator .status-splash .layoutrenders .action, body.page-template-page-estimator .status-splash .layoutnonrenders .action, body.page-template-page-estimator .status-splash .layoutpostcode .action, body.page-template-page-estimator .status-splash .measurement .action, body.page-template-page-estimator .status-splash .modify .action, body.page-template-page-estimator .status-splash .examplerenders .action, body.page-template-page-estimator .status-splash .summary .action, body.page-template-page-estimator-svg .status-splash .splash .action, body.page-template-page-estimator-svg .status-splash .edgeselection .action, body.page-template-page-estimator-svg .status-splash .consultation .action, body.page-template-page-estimator-svg .status-splash .additional .action, body.page-template-page-estimator-svg .status-splash .layoutrenders .action, body.page-template-page-estimator-svg .status-splash .layoutnonrenders .action, body.page-template-page-estimator-svg .status-splash .layoutpostcode .action, body.page-template-page-estimator-svg .status-splash .measurement .action, body.page-template-page-estimator-svg .status-splash .modify .action, body.page-template-page-estimator-svg .status-splash .examplerenders .action, body.page-template-page-estimator-svg .status-splash .summary .action, body.page-template-page-estimator-dev .status-splash .splash .action, body.page-template-page-estimator-dev .status-splash .edgeselection .action, body.page-template-page-estimator-dev .status-splash .consultation .action, body.page-template-page-estimator-dev .status-splash .additional .action, body.page-template-page-estimator-dev .status-splash .layoutrenders .action, body.page-template-page-estimator-dev .status-splash .layoutnonrenders .action, body.page-template-page-estimator-dev .status-splash .layoutpostcode .action, body.page-template-page-estimator-dev .status-splash .measurement .action, body.page-template-page-estimator-dev .status-splash .modify .action, body.page-template-page-estimator-dev .status-splash .examplerenders .action, body.page-template-page-estimator-dev .status-splash .summary .action {
  margin-left: -500px;
  transition: margin 0.8s 0.1s ease-out;
}
body.page-template-page-estimator .status-splash .splash, body.page-template-page-estimator-svg .status-splash .splash, body.page-template-page-estimator-dev .status-splash .splash {
  visibility: visible;
  opacity: 1;
  height: 100%;
  transform: scale(1);
  transition: visibility 0s, opacity 0.5s 0.5s ease-in, transform 0.5s 0.5s ease-out;
}
body.page-template-page-estimator .status-splash .splash .action, body.page-template-page-estimator-svg .status-splash .splash .action, body.page-template-page-estimator-dev .status-splash .splash .action {
  margin-left: 0;
  transition: all 0.2s 0.6s ease-in-out;
}
body.page-template-page-estimator .status-layoutpostcode header, body.page-template-page-estimator-svg .status-layoutpostcode header, body.page-template-page-estimator-dev .status-layoutpostcode header {
  top: 0;
  opacity: 1;
  transition: all 0.2s 0.6s ease-in-out;
}
body.page-template-page-estimator .status-layoutpostcode .splash, body.page-template-page-estimator .status-layoutpostcode .edgeselection, body.page-template-page-estimator .status-layoutpostcode .consultation, body.page-template-page-estimator .status-layoutpostcode .additional, body.page-template-page-estimator .status-layoutpostcode .layoutrenders, body.page-template-page-estimator .status-layoutpostcode .layoutnonrenders, body.page-template-page-estimator .status-layoutpostcode .layoutpostcode, body.page-template-page-estimator .status-layoutpostcode .measurement, body.page-template-page-estimator .status-layoutpostcode .modify, body.page-template-page-estimator .status-layoutpostcode .examplerenders, body.page-template-page-estimator .status-layoutpostcode .summary, body.page-template-page-estimator-svg .status-layoutpostcode .splash, body.page-template-page-estimator-svg .status-layoutpostcode .edgeselection, body.page-template-page-estimator-svg .status-layoutpostcode .consultation, body.page-template-page-estimator-svg .status-layoutpostcode .additional, body.page-template-page-estimator-svg .status-layoutpostcode .layoutrenders, body.page-template-page-estimator-svg .status-layoutpostcode .layoutnonrenders, body.page-template-page-estimator-svg .status-layoutpostcode .layoutpostcode, body.page-template-page-estimator-svg .status-layoutpostcode .measurement, body.page-template-page-estimator-svg .status-layoutpostcode .modify, body.page-template-page-estimator-svg .status-layoutpostcode .examplerenders, body.page-template-page-estimator-svg .status-layoutpostcode .summary, body.page-template-page-estimator-dev .status-layoutpostcode .splash, body.page-template-page-estimator-dev .status-layoutpostcode .edgeselection, body.page-template-page-estimator-dev .status-layoutpostcode .consultation, body.page-template-page-estimator-dev .status-layoutpostcode .additional, body.page-template-page-estimator-dev .status-layoutpostcode .layoutrenders, body.page-template-page-estimator-dev .status-layoutpostcode .layoutnonrenders, body.page-template-page-estimator-dev .status-layoutpostcode .layoutpostcode, body.page-template-page-estimator-dev .status-layoutpostcode .measurement, body.page-template-page-estimator-dev .status-layoutpostcode .modify, body.page-template-page-estimator-dev .status-layoutpostcode .examplerenders, body.page-template-page-estimator-dev .status-layoutpostcode .summary {
  visibility: hidden;
  opacity: 0;
  height: 0px;
  overflow: hidden;
  transform: scale(1);
  transition: visibility 0.5s, opacity 0.5s ease-out, transform 0.5s ease-out;
}
body.page-template-page-estimator .status-layoutpostcode .splash .action, body.page-template-page-estimator .status-layoutpostcode .edgeselection .action, body.page-template-page-estimator .status-layoutpostcode .consultation .action, body.page-template-page-estimator .status-layoutpostcode .additional .action, body.page-template-page-estimator .status-layoutpostcode .layoutrenders .action, body.page-template-page-estimator .status-layoutpostcode .layoutnonrenders .action, body.page-template-page-estimator .status-layoutpostcode .layoutpostcode .action, body.page-template-page-estimator .status-layoutpostcode .measurement .action, body.page-template-page-estimator .status-layoutpostcode .modify .action, body.page-template-page-estimator .status-layoutpostcode .examplerenders .action, body.page-template-page-estimator .status-layoutpostcode .summary .action, body.page-template-page-estimator-svg .status-layoutpostcode .splash .action, body.page-template-page-estimator-svg .status-layoutpostcode .edgeselection .action, body.page-template-page-estimator-svg .status-layoutpostcode .consultation .action, body.page-template-page-estimator-svg .status-layoutpostcode .additional .action, body.page-template-page-estimator-svg .status-layoutpostcode .layoutrenders .action, body.page-template-page-estimator-svg .status-layoutpostcode .layoutnonrenders .action, body.page-template-page-estimator-svg .status-layoutpostcode .layoutpostcode .action, body.page-template-page-estimator-svg .status-layoutpostcode .measurement .action, body.page-template-page-estimator-svg .status-layoutpostcode .modify .action, body.page-template-page-estimator-svg .status-layoutpostcode .examplerenders .action, body.page-template-page-estimator-svg .status-layoutpostcode .summary .action, body.page-template-page-estimator-dev .status-layoutpostcode .splash .action, body.page-template-page-estimator-dev .status-layoutpostcode .edgeselection .action, body.page-template-page-estimator-dev .status-layoutpostcode .consultation .action, body.page-template-page-estimator-dev .status-layoutpostcode .additional .action, body.page-template-page-estimator-dev .status-layoutpostcode .layoutrenders .action, body.page-template-page-estimator-dev .status-layoutpostcode .layoutnonrenders .action, body.page-template-page-estimator-dev .status-layoutpostcode .layoutpostcode .action, body.page-template-page-estimator-dev .status-layoutpostcode .measurement .action, body.page-template-page-estimator-dev .status-layoutpostcode .modify .action, body.page-template-page-estimator-dev .status-layoutpostcode .examplerenders .action, body.page-template-page-estimator-dev .status-layoutpostcode .summary .action {
  margin-left: -500px;
  transition: margin 0.8s 0.1s ease-out;
}
body.page-template-page-estimator .status-layoutpostcode .layoutpostcode, body.page-template-page-estimator-svg .status-layoutpostcode .layoutpostcode, body.page-template-page-estimator-dev .status-layoutpostcode .layoutpostcode {
  visibility: visible;
  opacity: 1;
  height: 100%;
  transform: scale(1);
  transition: visibility 0.5s, opacity 0.5s 0.5s ease-in, transform 0.5s 0.5s ease-out;
}
body.page-template-page-estimator .status-layoutpostcode .render-menu, body.page-template-page-estimator-svg .status-layoutpostcode .render-menu, body.page-template-page-estimator-dev .status-layoutpostcode .render-menu {
  display: none;
}
body.page-template-page-estimator .status-layoutpostcode .nonrender-menu, body.page-template-page-estimator-svg .status-layoutpostcode .nonrender-menu, body.page-template-page-estimator-dev .status-layoutpostcode .nonrender-menu {
  display: none;
}
body.page-template-page-estimator .status-modify header, body.page-template-page-estimator-svg .status-modify header, body.page-template-page-estimator-dev .status-modify header {
  top: 0;
  opacity: 1;
  transition: all 0.2s 0.6s ease-in-out;
}
body.page-template-page-estimator .status-modify .splash, body.page-template-page-estimator .status-modify .edgeselection, body.page-template-page-estimator .status-modify .consultation, body.page-template-page-estimator .status-modify .additional, body.page-template-page-estimator .status-modify .layoutrenders, body.page-template-page-estimator .status-modify .layoutnonrenders, body.page-template-page-estimator .status-modify .layoutpostcode, body.page-template-page-estimator .status-modify .measurement, body.page-template-page-estimator .status-modify .modify, body.page-template-page-estimator .status-modify .examplerenders, body.page-template-page-estimator .status-modify .summary, body.page-template-page-estimator-svg .status-modify .splash, body.page-template-page-estimator-svg .status-modify .edgeselection, body.page-template-page-estimator-svg .status-modify .consultation, body.page-template-page-estimator-svg .status-modify .additional, body.page-template-page-estimator-svg .status-modify .layoutrenders, body.page-template-page-estimator-svg .status-modify .layoutnonrenders, body.page-template-page-estimator-svg .status-modify .layoutpostcode, body.page-template-page-estimator-svg .status-modify .measurement, body.page-template-page-estimator-svg .status-modify .modify, body.page-template-page-estimator-svg .status-modify .examplerenders, body.page-template-page-estimator-svg .status-modify .summary, body.page-template-page-estimator-dev .status-modify .splash, body.page-template-page-estimator-dev .status-modify .edgeselection, body.page-template-page-estimator-dev .status-modify .consultation, body.page-template-page-estimator-dev .status-modify .additional, body.page-template-page-estimator-dev .status-modify .layoutrenders, body.page-template-page-estimator-dev .status-modify .layoutnonrenders, body.page-template-page-estimator-dev .status-modify .layoutpostcode, body.page-template-page-estimator-dev .status-modify .measurement, body.page-template-page-estimator-dev .status-modify .modify, body.page-template-page-estimator-dev .status-modify .examplerenders, body.page-template-page-estimator-dev .status-modify .summary {
  visibility: hidden;
  opacity: 0;
  height: 0px;
  overflow: hidden;
  transform: scale(1);
  transition: visibility 0.5s, opacity 0.5s ease-out, transform 0.5s ease-out;
}
body.page-template-page-estimator .status-modify .splash .action, body.page-template-page-estimator .status-modify .edgeselection .action, body.page-template-page-estimator .status-modify .consultation .action, body.page-template-page-estimator .status-modify .additional .action, body.page-template-page-estimator .status-modify .layoutrenders .action, body.page-template-page-estimator .status-modify .layoutnonrenders .action, body.page-template-page-estimator .status-modify .layoutpostcode .action, body.page-template-page-estimator .status-modify .measurement .action, body.page-template-page-estimator .status-modify .modify .action, body.page-template-page-estimator .status-modify .examplerenders .action, body.page-template-page-estimator .status-modify .summary .action, body.page-template-page-estimator-svg .status-modify .splash .action, body.page-template-page-estimator-svg .status-modify .edgeselection .action, body.page-template-page-estimator-svg .status-modify .consultation .action, body.page-template-page-estimator-svg .status-modify .additional .action, body.page-template-page-estimator-svg .status-modify .layoutrenders .action, body.page-template-page-estimator-svg .status-modify .layoutnonrenders .action, body.page-template-page-estimator-svg .status-modify .layoutpostcode .action, body.page-template-page-estimator-svg .status-modify .measurement .action, body.page-template-page-estimator-svg .status-modify .modify .action, body.page-template-page-estimator-svg .status-modify .examplerenders .action, body.page-template-page-estimator-svg .status-modify .summary .action, body.page-template-page-estimator-dev .status-modify .splash .action, body.page-template-page-estimator-dev .status-modify .edgeselection .action, body.page-template-page-estimator-dev .status-modify .consultation .action, body.page-template-page-estimator-dev .status-modify .additional .action, body.page-template-page-estimator-dev .status-modify .layoutrenders .action, body.page-template-page-estimator-dev .status-modify .layoutnonrenders .action, body.page-template-page-estimator-dev .status-modify .layoutpostcode .action, body.page-template-page-estimator-dev .status-modify .measurement .action, body.page-template-page-estimator-dev .status-modify .modify .action, body.page-template-page-estimator-dev .status-modify .examplerenders .action, body.page-template-page-estimator-dev .status-modify .summary .action {
  margin-left: -500px;
  transition: margin 0.8s 0.1s ease-out;
}
body.page-template-page-estimator .status-modify .modify, body.page-template-page-estimator-svg .status-modify .modify, body.page-template-page-estimator-dev .status-modify .modify {
  visibility: visible;
  opacity: 1;
  height: 100%;
  transform: scale(1);
  transition: visibility 0.5s, opacity 0.5s 0.5s ease-in, transform 0.5s 0.5s ease-out;
}
body.page-template-page-estimator .status-modify .render-menu, body.page-template-page-estimator-svg .status-modify .render-menu, body.page-template-page-estimator-dev .status-modify .render-menu {
  display: none;
}
body.page-template-page-estimator .status-modify .nonrender-menu, body.page-template-page-estimator-svg .status-modify .nonrender-menu, body.page-template-page-estimator-dev .status-modify .nonrender-menu {
  display: flex;
}
body.page-template-page-estimator .status-consultation header, body.page-template-page-estimator-svg .status-consultation header, body.page-template-page-estimator-dev .status-consultation header {
  top: 0;
  opacity: 1;
  transition: all 0.2s 0.6s ease-in-out;
}
body.page-template-page-estimator .status-consultation .splash, body.page-template-page-estimator .status-consultation .edgeselection, body.page-template-page-estimator .status-consultation .consultation, body.page-template-page-estimator .status-consultation .additional, body.page-template-page-estimator .status-consultation .layoutrenders, body.page-template-page-estimator .status-consultation .layoutnonrenders, body.page-template-page-estimator .status-consultation .layoutpostcode, body.page-template-page-estimator .status-consultation .measurement, body.page-template-page-estimator .status-consultation .modify, body.page-template-page-estimator .status-consultation .examplerenders, body.page-template-page-estimator .status-consultation .summary, body.page-template-page-estimator-svg .status-consultation .splash, body.page-template-page-estimator-svg .status-consultation .edgeselection, body.page-template-page-estimator-svg .status-consultation .consultation, body.page-template-page-estimator-svg .status-consultation .additional, body.page-template-page-estimator-svg .status-consultation .layoutrenders, body.page-template-page-estimator-svg .status-consultation .layoutnonrenders, body.page-template-page-estimator-svg .status-consultation .layoutpostcode, body.page-template-page-estimator-svg .status-consultation .measurement, body.page-template-page-estimator-svg .status-consultation .modify, body.page-template-page-estimator-svg .status-consultation .examplerenders, body.page-template-page-estimator-svg .status-consultation .summary, body.page-template-page-estimator-dev .status-consultation .splash, body.page-template-page-estimator-dev .status-consultation .edgeselection, body.page-template-page-estimator-dev .status-consultation .consultation, body.page-template-page-estimator-dev .status-consultation .additional, body.page-template-page-estimator-dev .status-consultation .layoutrenders, body.page-template-page-estimator-dev .status-consultation .layoutnonrenders, body.page-template-page-estimator-dev .status-consultation .layoutpostcode, body.page-template-page-estimator-dev .status-consultation .measurement, body.page-template-page-estimator-dev .status-consultation .modify, body.page-template-page-estimator-dev .status-consultation .examplerenders, body.page-template-page-estimator-dev .status-consultation .summary {
  visibility: hidden;
  opacity: 0;
  height: 0px;
  overflow: hidden;
  transform: scale(1);
  transition: visibility 0.5s, opacity 0.5s ease-out, transform 0.5s ease-out;
}
body.page-template-page-estimator .status-consultation .splash .action, body.page-template-page-estimator .status-consultation .edgeselection .action, body.page-template-page-estimator .status-consultation .consultation .action, body.page-template-page-estimator .status-consultation .additional .action, body.page-template-page-estimator .status-consultation .layoutrenders .action, body.page-template-page-estimator .status-consultation .layoutnonrenders .action, body.page-template-page-estimator .status-consultation .layoutpostcode .action, body.page-template-page-estimator .status-consultation .measurement .action, body.page-template-page-estimator .status-consultation .modify .action, body.page-template-page-estimator .status-consultation .examplerenders .action, body.page-template-page-estimator .status-consultation .summary .action, body.page-template-page-estimator-svg .status-consultation .splash .action, body.page-template-page-estimator-svg .status-consultation .edgeselection .action, body.page-template-page-estimator-svg .status-consultation .consultation .action, body.page-template-page-estimator-svg .status-consultation .additional .action, body.page-template-page-estimator-svg .status-consultation .layoutrenders .action, body.page-template-page-estimator-svg .status-consultation .layoutnonrenders .action, body.page-template-page-estimator-svg .status-consultation .layoutpostcode .action, body.page-template-page-estimator-svg .status-consultation .measurement .action, body.page-template-page-estimator-svg .status-consultation .modify .action, body.page-template-page-estimator-svg .status-consultation .examplerenders .action, body.page-template-page-estimator-svg .status-consultation .summary .action, body.page-template-page-estimator-dev .status-consultation .splash .action, body.page-template-page-estimator-dev .status-consultation .edgeselection .action, body.page-template-page-estimator-dev .status-consultation .consultation .action, body.page-template-page-estimator-dev .status-consultation .additional .action, body.page-template-page-estimator-dev .status-consultation .layoutrenders .action, body.page-template-page-estimator-dev .status-consultation .layoutnonrenders .action, body.page-template-page-estimator-dev .status-consultation .layoutpostcode .action, body.page-template-page-estimator-dev .status-consultation .measurement .action, body.page-template-page-estimator-dev .status-consultation .modify .action, body.page-template-page-estimator-dev .status-consultation .examplerenders .action, body.page-template-page-estimator-dev .status-consultation .summary .action {
  margin-left: -500px;
  transition: margin 0.8s 0.1s ease-out;
}
body.page-template-page-estimator .status-consultation .consultation, body.page-template-page-estimator-svg .status-consultation .consultation, body.page-template-page-estimator-dev .status-consultation .consultation {
  visibility: visible;
  opacity: 1;
  height: auto;
  top: 150px;
  transform: scale(1);
  transition: visibility 0.5s, opacity 0.5s 0.5s ease-in, transform 0.5s 0.5s ease-out;
}
body.page-template-page-estimator .status-consultation .consultation label, body.page-template-page-estimator-svg .status-consultation .consultation label, body.page-template-page-estimator-dev .status-consultation .consultation label {
  color: #555555;
  text-transform: capitalize;
  font-size: 14px;
}
body.page-template-page-estimator .status-consultation .gform_description, body.page-template-page-estimator-svg .status-consultation .gform_description, body.page-template-page-estimator-dev .status-consultation .gform_description {
  text-align: center;
  padding: 10px 0 30px 0;
}
body.page-template-page-estimator .status-consultation .render-menu, body.page-template-page-estimator-svg .status-consultation .render-menu, body.page-template-page-estimator-dev .status-consultation .render-menu {
  display: flex;
}
body.page-template-page-estimator .status-consultation .nonrender-menu, body.page-template-page-estimator-svg .status-consultation .nonrender-menu, body.page-template-page-estimator-dev .status-consultation .nonrender-menu {
  display: none;
}
body.page-template-page-estimator .status-summary header, body.page-template-page-estimator-svg .status-summary header, body.page-template-page-estimator-dev .status-summary header {
  top: 0;
  opacity: 1;
  transition: all 0.2s 0.6s ease-in-out;
}
body.page-template-page-estimator .status-summary .splash, body.page-template-page-estimator .status-summary .edgeselection, body.page-template-page-estimator .status-summary .consultation, body.page-template-page-estimator .status-summary .additional, body.page-template-page-estimator .status-summary .layoutrenders, body.page-template-page-estimator .status-summary .layoutnonrenders, body.page-template-page-estimator .status-summary .layoutpostcode, body.page-template-page-estimator .status-summary .measurement, body.page-template-page-estimator .status-summary .modify, body.page-template-page-estimator .status-summary .examplerenders, body.page-template-page-estimator .status-summary .summary, body.page-template-page-estimator-svg .status-summary .splash, body.page-template-page-estimator-svg .status-summary .edgeselection, body.page-template-page-estimator-svg .status-summary .consultation, body.page-template-page-estimator-svg .status-summary .additional, body.page-template-page-estimator-svg .status-summary .layoutrenders, body.page-template-page-estimator-svg .status-summary .layoutnonrenders, body.page-template-page-estimator-svg .status-summary .layoutpostcode, body.page-template-page-estimator-svg .status-summary .measurement, body.page-template-page-estimator-svg .status-summary .modify, body.page-template-page-estimator-svg .status-summary .examplerenders, body.page-template-page-estimator-svg .status-summary .summary, body.page-template-page-estimator-dev .status-summary .splash, body.page-template-page-estimator-dev .status-summary .edgeselection, body.page-template-page-estimator-dev .status-summary .consultation, body.page-template-page-estimator-dev .status-summary .additional, body.page-template-page-estimator-dev .status-summary .layoutrenders, body.page-template-page-estimator-dev .status-summary .layoutnonrenders, body.page-template-page-estimator-dev .status-summary .layoutpostcode, body.page-template-page-estimator-dev .status-summary .measurement, body.page-template-page-estimator-dev .status-summary .modify, body.page-template-page-estimator-dev .status-summary .examplerenders, body.page-template-page-estimator-dev .status-summary .summary {
  visibility: hidden;
  opacity: 0;
  height: 0px;
  overflow: hidden;
  transform: scale(1);
  transition: visibility 0.5s, opacity 0.5s ease-out, transform 0.5s ease-out;
}
body.page-template-page-estimator .status-summary .splash .action, body.page-template-page-estimator .status-summary .edgeselection .action, body.page-template-page-estimator .status-summary .consultation .action, body.page-template-page-estimator .status-summary .additional .action, body.page-template-page-estimator .status-summary .layoutrenders .action, body.page-template-page-estimator .status-summary .layoutnonrenders .action, body.page-template-page-estimator .status-summary .layoutpostcode .action, body.page-template-page-estimator .status-summary .measurement .action, body.page-template-page-estimator .status-summary .modify .action, body.page-template-page-estimator .status-summary .examplerenders .action, body.page-template-page-estimator .status-summary .summary .action, body.page-template-page-estimator-svg .status-summary .splash .action, body.page-template-page-estimator-svg .status-summary .edgeselection .action, body.page-template-page-estimator-svg .status-summary .consultation .action, body.page-template-page-estimator-svg .status-summary .additional .action, body.page-template-page-estimator-svg .status-summary .layoutrenders .action, body.page-template-page-estimator-svg .status-summary .layoutnonrenders .action, body.page-template-page-estimator-svg .status-summary .layoutpostcode .action, body.page-template-page-estimator-svg .status-summary .measurement .action, body.page-template-page-estimator-svg .status-summary .modify .action, body.page-template-page-estimator-svg .status-summary .examplerenders .action, body.page-template-page-estimator-svg .status-summary .summary .action, body.page-template-page-estimator-dev .status-summary .splash .action, body.page-template-page-estimator-dev .status-summary .edgeselection .action, body.page-template-page-estimator-dev .status-summary .consultation .action, body.page-template-page-estimator-dev .status-summary .additional .action, body.page-template-page-estimator-dev .status-summary .layoutrenders .action, body.page-template-page-estimator-dev .status-summary .layoutnonrenders .action, body.page-template-page-estimator-dev .status-summary .layoutpostcode .action, body.page-template-page-estimator-dev .status-summary .measurement .action, body.page-template-page-estimator-dev .status-summary .modify .action, body.page-template-page-estimator-dev .status-summary .examplerenders .action, body.page-template-page-estimator-dev .status-summary .summary .action {
  margin-left: -500px;
  transition: margin 0.8s 0.1s ease-out;
}
body.page-template-page-estimator .status-summary .summary, body.page-template-page-estimator-svg .status-summary .summary, body.page-template-page-estimator-dev .status-summary .summary {
  visibility: visible;
  opacity: 1;
  height: auto;
  top: 100px;
  transform: scale(1);
  transition: visibility 0.5s, opacity 0.5s 0.5s ease-in, transform 0.5s 0.5s ease-out;
}
body.page-template-page-estimator .status-summary .render-menu, body.page-template-page-estimator-svg .status-summary .render-menu, body.page-template-page-estimator-dev .status-summary .render-menu {
  display: none;
}
body.page-template-page-estimator .status-summary .nonrender-menu, body.page-template-page-estimator-svg .status-summary .nonrender-menu, body.page-template-page-estimator-dev .status-summary .nonrender-menu {
  display: flex;
}
body.page-template-page-estimator .status-edgeselection header, body.page-template-page-estimator-svg .status-edgeselection header, body.page-template-page-estimator-dev .status-edgeselection header {
  top: 0;
  opacity: 1;
  transition: all 0.2s 0.6s ease-in-out;
}
body.page-template-page-estimator .status-edgeselection .splash, body.page-template-page-estimator .status-edgeselection .edgeselection, body.page-template-page-estimator .status-edgeselection .consultation, body.page-template-page-estimator .status-edgeselection .additional, body.page-template-page-estimator .status-edgeselection .layoutrenders, body.page-template-page-estimator .status-edgeselection .layoutnonrenders, body.page-template-page-estimator .status-edgeselection .layoutpostcode, body.page-template-page-estimator .status-edgeselection .measurement, body.page-template-page-estimator .status-edgeselection .modify, body.page-template-page-estimator .status-edgeselection .examplerenders, body.page-template-page-estimator .status-edgeselection .summary, body.page-template-page-estimator-svg .status-edgeselection .splash, body.page-template-page-estimator-svg .status-edgeselection .edgeselection, body.page-template-page-estimator-svg .status-edgeselection .consultation, body.page-template-page-estimator-svg .status-edgeselection .additional, body.page-template-page-estimator-svg .status-edgeselection .layoutrenders, body.page-template-page-estimator-svg .status-edgeselection .layoutnonrenders, body.page-template-page-estimator-svg .status-edgeselection .layoutpostcode, body.page-template-page-estimator-svg .status-edgeselection .measurement, body.page-template-page-estimator-svg .status-edgeselection .modify, body.page-template-page-estimator-svg .status-edgeselection .examplerenders, body.page-template-page-estimator-svg .status-edgeselection .summary, body.page-template-page-estimator-dev .status-edgeselection .splash, body.page-template-page-estimator-dev .status-edgeselection .edgeselection, body.page-template-page-estimator-dev .status-edgeselection .consultation, body.page-template-page-estimator-dev .status-edgeselection .additional, body.page-template-page-estimator-dev .status-edgeselection .layoutrenders, body.page-template-page-estimator-dev .status-edgeselection .layoutnonrenders, body.page-template-page-estimator-dev .status-edgeselection .layoutpostcode, body.page-template-page-estimator-dev .status-edgeselection .measurement, body.page-template-page-estimator-dev .status-edgeselection .modify, body.page-template-page-estimator-dev .status-edgeselection .examplerenders, body.page-template-page-estimator-dev .status-edgeselection .summary {
  visibility: hidden;
  opacity: 0;
  height: 0px;
  overflow: hidden;
  transform: scale(1);
  transition: visibility 0.5s, opacity 0.5s ease-out, transform 0.5s ease-out;
}
body.page-template-page-estimator .status-edgeselection .splash .action, body.page-template-page-estimator .status-edgeselection .edgeselection .action, body.page-template-page-estimator .status-edgeselection .consultation .action, body.page-template-page-estimator .status-edgeselection .additional .action, body.page-template-page-estimator .status-edgeselection .layoutrenders .action, body.page-template-page-estimator .status-edgeselection .layoutnonrenders .action, body.page-template-page-estimator .status-edgeselection .layoutpostcode .action, body.page-template-page-estimator .status-edgeselection .measurement .action, body.page-template-page-estimator .status-edgeselection .modify .action, body.page-template-page-estimator .status-edgeselection .examplerenders .action, body.page-template-page-estimator .status-edgeselection .summary .action, body.page-template-page-estimator-svg .status-edgeselection .splash .action, body.page-template-page-estimator-svg .status-edgeselection .edgeselection .action, body.page-template-page-estimator-svg .status-edgeselection .consultation .action, body.page-template-page-estimator-svg .status-edgeselection .additional .action, body.page-template-page-estimator-svg .status-edgeselection .layoutrenders .action, body.page-template-page-estimator-svg .status-edgeselection .layoutnonrenders .action, body.page-template-page-estimator-svg .status-edgeselection .layoutpostcode .action, body.page-template-page-estimator-svg .status-edgeselection .measurement .action, body.page-template-page-estimator-svg .status-edgeselection .modify .action, body.page-template-page-estimator-svg .status-edgeselection .examplerenders .action, body.page-template-page-estimator-svg .status-edgeselection .summary .action, body.page-template-page-estimator-dev .status-edgeselection .splash .action, body.page-template-page-estimator-dev .status-edgeselection .edgeselection .action, body.page-template-page-estimator-dev .status-edgeselection .consultation .action, body.page-template-page-estimator-dev .status-edgeselection .additional .action, body.page-template-page-estimator-dev .status-edgeselection .layoutrenders .action, body.page-template-page-estimator-dev .status-edgeselection .layoutnonrenders .action, body.page-template-page-estimator-dev .status-edgeselection .layoutpostcode .action, body.page-template-page-estimator-dev .status-edgeselection .measurement .action, body.page-template-page-estimator-dev .status-edgeselection .modify .action, body.page-template-page-estimator-dev .status-edgeselection .examplerenders .action, body.page-template-page-estimator-dev .status-edgeselection .summary .action {
  margin-left: -500px;
  transition: margin 0.8s 0.1s ease-out;
}
body.page-template-page-estimator .status-edgeselection .edgeselection, body.page-template-page-estimator-svg .status-edgeselection .edgeselection, body.page-template-page-estimator-dev .status-edgeselection .edgeselection {
  visibility: visible;
  opacity: 1;
  height: auto;
  top: 100px;
  transform: scale(1);
  transition: visibility 0.5s, opacity 0.5s 0.5s ease-in, transform 0.5s 0.5s ease-out;
}
body.page-template-page-estimator .status-edgeselection .render-menu, body.page-template-page-estimator-svg .status-edgeselection .render-menu, body.page-template-page-estimator-dev .status-edgeselection .render-menu {
  display: none;
}
body.page-template-page-estimator .status-edgeselection .nonrender-menu, body.page-template-page-estimator-svg .status-edgeselection .nonrender-menu, body.page-template-page-estimator-dev .status-edgeselection .nonrender-menu {
  display: flex;
}
body.page-template-page-estimator .status-additional header, body.page-template-page-estimator-svg .status-additional header, body.page-template-page-estimator-dev .status-additional header {
  top: 0;
  opacity: 1;
  transition: all 0.2s 0.6s ease-in-out;
}
body.page-template-page-estimator .status-additional .splash, body.page-template-page-estimator .status-additional .edgeselection, body.page-template-page-estimator .status-additional .consultation, body.page-template-page-estimator .status-additional .additional, body.page-template-page-estimator .status-additional .layoutrenders, body.page-template-page-estimator .status-additional .layoutnonrenders, body.page-template-page-estimator .status-additional .layoutpostcode, body.page-template-page-estimator .status-additional .measurement, body.page-template-page-estimator .status-additional .modify, body.page-template-page-estimator .status-additional .examplerenders, body.page-template-page-estimator .status-additional .summary, body.page-template-page-estimator-svg .status-additional .splash, body.page-template-page-estimator-svg .status-additional .edgeselection, body.page-template-page-estimator-svg .status-additional .consultation, body.page-template-page-estimator-svg .status-additional .additional, body.page-template-page-estimator-svg .status-additional .layoutrenders, body.page-template-page-estimator-svg .status-additional .layoutnonrenders, body.page-template-page-estimator-svg .status-additional .layoutpostcode, body.page-template-page-estimator-svg .status-additional .measurement, body.page-template-page-estimator-svg .status-additional .modify, body.page-template-page-estimator-svg .status-additional .examplerenders, body.page-template-page-estimator-svg .status-additional .summary, body.page-template-page-estimator-dev .status-additional .splash, body.page-template-page-estimator-dev .status-additional .edgeselection, body.page-template-page-estimator-dev .status-additional .consultation, body.page-template-page-estimator-dev .status-additional .additional, body.page-template-page-estimator-dev .status-additional .layoutrenders, body.page-template-page-estimator-dev .status-additional .layoutnonrenders, body.page-template-page-estimator-dev .status-additional .layoutpostcode, body.page-template-page-estimator-dev .status-additional .measurement, body.page-template-page-estimator-dev .status-additional .modify, body.page-template-page-estimator-dev .status-additional .examplerenders, body.page-template-page-estimator-dev .status-additional .summary {
  visibility: hidden;
  opacity: 0;
  height: 0px;
  overflow: hidden;
  transform: scale(1);
  transition: visibility 0.5s, opacity 0.5s ease-out, transform 0.5s ease-out;
}
body.page-template-page-estimator .status-additional .splash .action, body.page-template-page-estimator .status-additional .edgeselection .action, body.page-template-page-estimator .status-additional .consultation .action, body.page-template-page-estimator .status-additional .additional .action, body.page-template-page-estimator .status-additional .layoutrenders .action, body.page-template-page-estimator .status-additional .layoutnonrenders .action, body.page-template-page-estimator .status-additional .layoutpostcode .action, body.page-template-page-estimator .status-additional .measurement .action, body.page-template-page-estimator .status-additional .modify .action, body.page-template-page-estimator .status-additional .examplerenders .action, body.page-template-page-estimator .status-additional .summary .action, body.page-template-page-estimator-svg .status-additional .splash .action, body.page-template-page-estimator-svg .status-additional .edgeselection .action, body.page-template-page-estimator-svg .status-additional .consultation .action, body.page-template-page-estimator-svg .status-additional .additional .action, body.page-template-page-estimator-svg .status-additional .layoutrenders .action, body.page-template-page-estimator-svg .status-additional .layoutnonrenders .action, body.page-template-page-estimator-svg .status-additional .layoutpostcode .action, body.page-template-page-estimator-svg .status-additional .measurement .action, body.page-template-page-estimator-svg .status-additional .modify .action, body.page-template-page-estimator-svg .status-additional .examplerenders .action, body.page-template-page-estimator-svg .status-additional .summary .action, body.page-template-page-estimator-dev .status-additional .splash .action, body.page-template-page-estimator-dev .status-additional .edgeselection .action, body.page-template-page-estimator-dev .status-additional .consultation .action, body.page-template-page-estimator-dev .status-additional .additional .action, body.page-template-page-estimator-dev .status-additional .layoutrenders .action, body.page-template-page-estimator-dev .status-additional .layoutnonrenders .action, body.page-template-page-estimator-dev .status-additional .layoutpostcode .action, body.page-template-page-estimator-dev .status-additional .measurement .action, body.page-template-page-estimator-dev .status-additional .modify .action, body.page-template-page-estimator-dev .status-additional .examplerenders .action, body.page-template-page-estimator-dev .status-additional .summary .action {
  margin-left: -500px;
  transition: margin 0.8s 0.1s ease-out;
}
body.page-template-page-estimator .status-additional .additional, body.page-template-page-estimator-svg .status-additional .additional, body.page-template-page-estimator-dev .status-additional .additional {
  visibility: visible;
  opacity: 1;
  height: 100%;
  transform: scale(1);
  transition: visibility 0.5s, opacity 0.5s 0.5s ease-in, transform 0.5s 0.5s ease-out;
}
body.page-template-page-estimator .status-additional .render-menu, body.page-template-page-estimator-svg .status-additional .render-menu, body.page-template-page-estimator-dev .status-additional .render-menu {
  display: none;
}
body.page-template-page-estimator .status-additional .nonrender-menu, body.page-template-page-estimator-svg .status-additional .nonrender-menu, body.page-template-page-estimator-dev .status-additional .nonrender-menu {
  display: flex;
}
body.page-template-page-estimator .status-layoutrenders header, body.page-template-page-estimator-svg .status-layoutrenders header, body.page-template-page-estimator-dev .status-layoutrenders header {
  top: 0;
  opacity: 1;
  transition: all 0.2s 0.6s ease-in-out;
}
body.page-template-page-estimator .status-layoutrenders .splash, body.page-template-page-estimator .status-layoutrenders .edgeselection, body.page-template-page-estimator .status-layoutrenders .consultation, body.page-template-page-estimator .status-layoutrenders .additional, body.page-template-page-estimator .status-layoutrenders .layoutrenders, body.page-template-page-estimator .status-layoutrenders .layoutnonrenders, body.page-template-page-estimator .status-layoutrenders .layoutpostcode, body.page-template-page-estimator .status-layoutrenders .measurement, body.page-template-page-estimator .status-layoutrenders .modify, body.page-template-page-estimator .status-layoutrenders .examplerenders, body.page-template-page-estimator .status-layoutrenders .summary, body.page-template-page-estimator-svg .status-layoutrenders .splash, body.page-template-page-estimator-svg .status-layoutrenders .edgeselection, body.page-template-page-estimator-svg .status-layoutrenders .consultation, body.page-template-page-estimator-svg .status-layoutrenders .additional, body.page-template-page-estimator-svg .status-layoutrenders .layoutrenders, body.page-template-page-estimator-svg .status-layoutrenders .layoutnonrenders, body.page-template-page-estimator-svg .status-layoutrenders .layoutpostcode, body.page-template-page-estimator-svg .status-layoutrenders .measurement, body.page-template-page-estimator-svg .status-layoutrenders .modify, body.page-template-page-estimator-svg .status-layoutrenders .examplerenders, body.page-template-page-estimator-svg .status-layoutrenders .summary, body.page-template-page-estimator-dev .status-layoutrenders .splash, body.page-template-page-estimator-dev .status-layoutrenders .edgeselection, body.page-template-page-estimator-dev .status-layoutrenders .consultation, body.page-template-page-estimator-dev .status-layoutrenders .additional, body.page-template-page-estimator-dev .status-layoutrenders .layoutrenders, body.page-template-page-estimator-dev .status-layoutrenders .layoutnonrenders, body.page-template-page-estimator-dev .status-layoutrenders .layoutpostcode, body.page-template-page-estimator-dev .status-layoutrenders .measurement, body.page-template-page-estimator-dev .status-layoutrenders .modify, body.page-template-page-estimator-dev .status-layoutrenders .examplerenders, body.page-template-page-estimator-dev .status-layoutrenders .summary {
  visibility: hidden;
  opacity: 0;
  height: 0px;
  overflow: hidden;
  transform: scale(1);
  transition: visibility 0.5s, opacity 0.5s ease-out, transform 0.5s ease-out;
}
body.page-template-page-estimator .status-layoutrenders .splash .action, body.page-template-page-estimator .status-layoutrenders .edgeselection .action, body.page-template-page-estimator .status-layoutrenders .consultation .action, body.page-template-page-estimator .status-layoutrenders .additional .action, body.page-template-page-estimator .status-layoutrenders .layoutrenders .action, body.page-template-page-estimator .status-layoutrenders .layoutnonrenders .action, body.page-template-page-estimator .status-layoutrenders .layoutpostcode .action, body.page-template-page-estimator .status-layoutrenders .measurement .action, body.page-template-page-estimator .status-layoutrenders .modify .action, body.page-template-page-estimator .status-layoutrenders .examplerenders .action, body.page-template-page-estimator .status-layoutrenders .summary .action, body.page-template-page-estimator-svg .status-layoutrenders .splash .action, body.page-template-page-estimator-svg .status-layoutrenders .edgeselection .action, body.page-template-page-estimator-svg .status-layoutrenders .consultation .action, body.page-template-page-estimator-svg .status-layoutrenders .additional .action, body.page-template-page-estimator-svg .status-layoutrenders .layoutrenders .action, body.page-template-page-estimator-svg .status-layoutrenders .layoutnonrenders .action, body.page-template-page-estimator-svg .status-layoutrenders .layoutpostcode .action, body.page-template-page-estimator-svg .status-layoutrenders .measurement .action, body.page-template-page-estimator-svg .status-layoutrenders .modify .action, body.page-template-page-estimator-svg .status-layoutrenders .examplerenders .action, body.page-template-page-estimator-svg .status-layoutrenders .summary .action, body.page-template-page-estimator-dev .status-layoutrenders .splash .action, body.page-template-page-estimator-dev .status-layoutrenders .edgeselection .action, body.page-template-page-estimator-dev .status-layoutrenders .consultation .action, body.page-template-page-estimator-dev .status-layoutrenders .additional .action, body.page-template-page-estimator-dev .status-layoutrenders .layoutrenders .action, body.page-template-page-estimator-dev .status-layoutrenders .layoutnonrenders .action, body.page-template-page-estimator-dev .status-layoutrenders .layoutpostcode .action, body.page-template-page-estimator-dev .status-layoutrenders .measurement .action, body.page-template-page-estimator-dev .status-layoutrenders .modify .action, body.page-template-page-estimator-dev .status-layoutrenders .examplerenders .action, body.page-template-page-estimator-dev .status-layoutrenders .summary .action {
  margin-left: -500px;
  transition: margin 0.8s 0.1s ease-out;
}
body.page-template-page-estimator .status-layoutrenders .layoutrenders, body.page-template-page-estimator-svg .status-layoutrenders .layoutrenders, body.page-template-page-estimator-dev .status-layoutrenders .layoutrenders {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
  transition: visibility 0.5s, opacity 0.5s 0.5s ease-in, transform 0.5s 0.5s ease-out;
}
body.page-template-page-estimator .status-layoutrenders .render-menu, body.page-template-page-estimator-svg .status-layoutrenders .render-menu, body.page-template-page-estimator-dev .status-layoutrenders .render-menu {
  display: flex;
}
body.page-template-page-estimator .status-layoutrenders .nonrender-menu, body.page-template-page-estimator-svg .status-layoutrenders .nonrender-menu, body.page-template-page-estimator-dev .status-layoutrenders .nonrender-menu {
  display: none;
}
body.page-template-page-estimator .status-layoutnonrenders header, body.page-template-page-estimator-svg .status-layoutnonrenders header, body.page-template-page-estimator-dev .status-layoutnonrenders header {
  top: 0;
  opacity: 1;
  transition: all 0.2s 0.6s ease-in-out;
}
body.page-template-page-estimator .status-layoutnonrenders .splash, body.page-template-page-estimator .status-layoutnonrenders .edgeselection, body.page-template-page-estimator .status-layoutnonrenders .consultation, body.page-template-page-estimator .status-layoutnonrenders .additional, body.page-template-page-estimator .status-layoutnonrenders .layoutrenders, body.page-template-page-estimator .status-layoutnonrenders .layoutnonrenders, body.page-template-page-estimator .status-layoutnonrenders .layoutpostcode, body.page-template-page-estimator .status-layoutnonrenders .measurement, body.page-template-page-estimator .status-layoutnonrenders .modify, body.page-template-page-estimator .status-layoutnonrenders .examplerenders, body.page-template-page-estimator .status-layoutnonrenders .summary, body.page-template-page-estimator-svg .status-layoutnonrenders .splash, body.page-template-page-estimator-svg .status-layoutnonrenders .edgeselection, body.page-template-page-estimator-svg .status-layoutnonrenders .consultation, body.page-template-page-estimator-svg .status-layoutnonrenders .additional, body.page-template-page-estimator-svg .status-layoutnonrenders .layoutrenders, body.page-template-page-estimator-svg .status-layoutnonrenders .layoutnonrenders, body.page-template-page-estimator-svg .status-layoutnonrenders .layoutpostcode, body.page-template-page-estimator-svg .status-layoutnonrenders .measurement, body.page-template-page-estimator-svg .status-layoutnonrenders .modify, body.page-template-page-estimator-svg .status-layoutnonrenders .examplerenders, body.page-template-page-estimator-svg .status-layoutnonrenders .summary, body.page-template-page-estimator-dev .status-layoutnonrenders .splash, body.page-template-page-estimator-dev .status-layoutnonrenders .edgeselection, body.page-template-page-estimator-dev .status-layoutnonrenders .consultation, body.page-template-page-estimator-dev .status-layoutnonrenders .additional, body.page-template-page-estimator-dev .status-layoutnonrenders .layoutrenders, body.page-template-page-estimator-dev .status-layoutnonrenders .layoutnonrenders, body.page-template-page-estimator-dev .status-layoutnonrenders .layoutpostcode, body.page-template-page-estimator-dev .status-layoutnonrenders .measurement, body.page-template-page-estimator-dev .status-layoutnonrenders .modify, body.page-template-page-estimator-dev .status-layoutnonrenders .examplerenders, body.page-template-page-estimator-dev .status-layoutnonrenders .summary {
  visibility: hidden;
  opacity: 0;
  height: 0px;
  overflow: hidden;
  transform: scale(1);
  transition: visibility 0.5s, opacity 0.5s ease-out, transform 0.5s ease-out;
}
body.page-template-page-estimator .status-layoutnonrenders .splash .action, body.page-template-page-estimator .status-layoutnonrenders .edgeselection .action, body.page-template-page-estimator .status-layoutnonrenders .consultation .action, body.page-template-page-estimator .status-layoutnonrenders .additional .action, body.page-template-page-estimator .status-layoutnonrenders .layoutrenders .action, body.page-template-page-estimator .status-layoutnonrenders .layoutnonrenders .action, body.page-template-page-estimator .status-layoutnonrenders .layoutpostcode .action, body.page-template-page-estimator .status-layoutnonrenders .measurement .action, body.page-template-page-estimator .status-layoutnonrenders .modify .action, body.page-template-page-estimator .status-layoutnonrenders .examplerenders .action, body.page-template-page-estimator .status-layoutnonrenders .summary .action, body.page-template-page-estimator-svg .status-layoutnonrenders .splash .action, body.page-template-page-estimator-svg .status-layoutnonrenders .edgeselection .action, body.page-template-page-estimator-svg .status-layoutnonrenders .consultation .action, body.page-template-page-estimator-svg .status-layoutnonrenders .additional .action, body.page-template-page-estimator-svg .status-layoutnonrenders .layoutrenders .action, body.page-template-page-estimator-svg .status-layoutnonrenders .layoutnonrenders .action, body.page-template-page-estimator-svg .status-layoutnonrenders .layoutpostcode .action, body.page-template-page-estimator-svg .status-layoutnonrenders .measurement .action, body.page-template-page-estimator-svg .status-layoutnonrenders .modify .action, body.page-template-page-estimator-svg .status-layoutnonrenders .examplerenders .action, body.page-template-page-estimator-svg .status-layoutnonrenders .summary .action, body.page-template-page-estimator-dev .status-layoutnonrenders .splash .action, body.page-template-page-estimator-dev .status-layoutnonrenders .edgeselection .action, body.page-template-page-estimator-dev .status-layoutnonrenders .consultation .action, body.page-template-page-estimator-dev .status-layoutnonrenders .additional .action, body.page-template-page-estimator-dev .status-layoutnonrenders .layoutrenders .action, body.page-template-page-estimator-dev .status-layoutnonrenders .layoutnonrenders .action, body.page-template-page-estimator-dev .status-layoutnonrenders .layoutpostcode .action, body.page-template-page-estimator-dev .status-layoutnonrenders .measurement .action, body.page-template-page-estimator-dev .status-layoutnonrenders .modify .action, body.page-template-page-estimator-dev .status-layoutnonrenders .examplerenders .action, body.page-template-page-estimator-dev .status-layoutnonrenders .summary .action {
  margin-left: -500px;
  transition: margin 0.8s 0.1s ease-out;
}
body.page-template-page-estimator .status-layoutnonrenders .layoutnonrenders, body.page-template-page-estimator-svg .status-layoutnonrenders .layoutnonrenders, body.page-template-page-estimator-dev .status-layoutnonrenders .layoutnonrenders {
  visibility: visible;
  opacity: 1;
  height: 100%;
  transform: scale(1);
  transition: visibility 0.5s, opacity 0.5s 0.5s ease-in, transform 0.5s 0.5s ease-out;
}
body.page-template-page-estimator .status-layoutnonrenders .nonrender-menu, body.page-template-page-estimator-svg .status-layoutnonrenders .nonrender-menu, body.page-template-page-estimator-dev .status-layoutnonrenders .nonrender-menu {
  display: flex;
}
body.page-template-page-estimator .status-layoutnonrenders .render-menu, body.page-template-page-estimator-svg .status-layoutnonrenders .render-menu, body.page-template-page-estimator-dev .status-layoutnonrenders .render-menu {
  display: none;
}
body.page-template-page-estimator .status-measurement header, body.page-template-page-estimator-svg .status-measurement header, body.page-template-page-estimator-dev .status-measurement header {
  top: 0;
  opacity: 1;
  transition: all 0.2s 0.6s ease-in-out;
}
body.page-template-page-estimator .status-measurement .splash, body.page-template-page-estimator .status-measurement .edgeselection, body.page-template-page-estimator .status-measurement .consultation, body.page-template-page-estimator .status-measurement .additional, body.page-template-page-estimator .status-measurement .layoutrenders, body.page-template-page-estimator .status-measurement .layoutnonrenders, body.page-template-page-estimator .status-measurement .layoutpostcode, body.page-template-page-estimator .status-measurement .measurement, body.page-template-page-estimator .status-measurement .modify, body.page-template-page-estimator .status-measurement .examplerenders, body.page-template-page-estimator .status-measurement .summary, body.page-template-page-estimator-svg .status-measurement .splash, body.page-template-page-estimator-svg .status-measurement .edgeselection, body.page-template-page-estimator-svg .status-measurement .consultation, body.page-template-page-estimator-svg .status-measurement .additional, body.page-template-page-estimator-svg .status-measurement .layoutrenders, body.page-template-page-estimator-svg .status-measurement .layoutnonrenders, body.page-template-page-estimator-svg .status-measurement .layoutpostcode, body.page-template-page-estimator-svg .status-measurement .measurement, body.page-template-page-estimator-svg .status-measurement .modify, body.page-template-page-estimator-svg .status-measurement .examplerenders, body.page-template-page-estimator-svg .status-measurement .summary, body.page-template-page-estimator-dev .status-measurement .splash, body.page-template-page-estimator-dev .status-measurement .edgeselection, body.page-template-page-estimator-dev .status-measurement .consultation, body.page-template-page-estimator-dev .status-measurement .additional, body.page-template-page-estimator-dev .status-measurement .layoutrenders, body.page-template-page-estimator-dev .status-measurement .layoutnonrenders, body.page-template-page-estimator-dev .status-measurement .layoutpostcode, body.page-template-page-estimator-dev .status-measurement .measurement, body.page-template-page-estimator-dev .status-measurement .modify, body.page-template-page-estimator-dev .status-measurement .examplerenders, body.page-template-page-estimator-dev .status-measurement .summary {
  visibility: hidden;
  opacity: 0;
  height: 0px;
  overflow: hidden;
  transform: scale(1);
  transition: visibility 0.5s, opacity 0.5s ease-out, transform 0.5s ease-out;
}
body.page-template-page-estimator .status-measurement .splash .action, body.page-template-page-estimator .status-measurement .edgeselection .action, body.page-template-page-estimator .status-measurement .consultation .action, body.page-template-page-estimator .status-measurement .additional .action, body.page-template-page-estimator .status-measurement .layoutrenders .action, body.page-template-page-estimator .status-measurement .layoutnonrenders .action, body.page-template-page-estimator .status-measurement .layoutpostcode .action, body.page-template-page-estimator .status-measurement .measurement .action, body.page-template-page-estimator .status-measurement .modify .action, body.page-template-page-estimator .status-measurement .examplerenders .action, body.page-template-page-estimator .status-measurement .summary .action, body.page-template-page-estimator-svg .status-measurement .splash .action, body.page-template-page-estimator-svg .status-measurement .edgeselection .action, body.page-template-page-estimator-svg .status-measurement .consultation .action, body.page-template-page-estimator-svg .status-measurement .additional .action, body.page-template-page-estimator-svg .status-measurement .layoutrenders .action, body.page-template-page-estimator-svg .status-measurement .layoutnonrenders .action, body.page-template-page-estimator-svg .status-measurement .layoutpostcode .action, body.page-template-page-estimator-svg .status-measurement .measurement .action, body.page-template-page-estimator-svg .status-measurement .modify .action, body.page-template-page-estimator-svg .status-measurement .examplerenders .action, body.page-template-page-estimator-svg .status-measurement .summary .action, body.page-template-page-estimator-dev .status-measurement .splash .action, body.page-template-page-estimator-dev .status-measurement .edgeselection .action, body.page-template-page-estimator-dev .status-measurement .consultation .action, body.page-template-page-estimator-dev .status-measurement .additional .action, body.page-template-page-estimator-dev .status-measurement .layoutrenders .action, body.page-template-page-estimator-dev .status-measurement .layoutnonrenders .action, body.page-template-page-estimator-dev .status-measurement .layoutpostcode .action, body.page-template-page-estimator-dev .status-measurement .measurement .action, body.page-template-page-estimator-dev .status-measurement .modify .action, body.page-template-page-estimator-dev .status-measurement .examplerenders .action, body.page-template-page-estimator-dev .status-measurement .summary .action {
  margin-left: -500px;
  transition: margin 0.8s 0.1s ease-out;
}
body.page-template-page-estimator .status-measurement .measurement, body.page-template-page-estimator-svg .status-measurement .measurement, body.page-template-page-estimator-dev .status-measurement .measurement {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
  height: 100%;
  transition: visibility 0.5s, opacity 0.5s 0.5s ease-in, transform 0.5s 0.5s ease-out;
}
body.page-template-page-estimator .status-measurement .nonrender-menu, body.page-template-page-estimator-svg .status-measurement .nonrender-menu, body.page-template-page-estimator-dev .status-measurement .nonrender-menu {
  display: flex;
}
body.page-template-page-estimator .status-measurement .render-menu, body.page-template-page-estimator-svg .status-measurement .render-menu, body.page-template-page-estimator-dev .status-measurement .render-menu {
  display: none;
}
body.page-template-page-estimator .status-measurement .btn-reset, body.page-template-page-estimator-svg .status-measurement .btn-reset, body.page-template-page-estimator-dev .status-measurement .btn-reset {
  position: relative;
  font-size: 12px;
  padding: 5px 0;
}
body.page-template-page-estimator .status-measurement .btn-reset:before, body.page-template-page-estimator-svg .status-measurement .btn-reset:before, body.page-template-page-estimator-dev .status-measurement .btn-reset:before {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  background-color: #000;
  width: 100%;
  height: 1px;
}
body.page-template-page-estimator .status-examplerenders header, body.page-template-page-estimator-svg .status-examplerenders header, body.page-template-page-estimator-dev .status-examplerenders header {
  top: 0;
  opacity: 1;
  transition: all 0.2s 0.6s ease-in-out;
}
body.page-template-page-estimator .status-examplerenders .splash, body.page-template-page-estimator .status-examplerenders .edgeselection, body.page-template-page-estimator .status-examplerenders .consultation, body.page-template-page-estimator .status-examplerenders .additional, body.page-template-page-estimator .status-examplerenders .layoutrenders, body.page-template-page-estimator .status-examplerenders .layoutnonrenders, body.page-template-page-estimator .status-examplerenders .layoutpostcode, body.page-template-page-estimator .status-examplerenders .measurement, body.page-template-page-estimator .status-examplerenders .modify, body.page-template-page-estimator .status-examplerenders .examplerenders, body.page-template-page-estimator .status-examplerenders .summary, body.page-template-page-estimator-svg .status-examplerenders .splash, body.page-template-page-estimator-svg .status-examplerenders .edgeselection, body.page-template-page-estimator-svg .status-examplerenders .consultation, body.page-template-page-estimator-svg .status-examplerenders .additional, body.page-template-page-estimator-svg .status-examplerenders .layoutrenders, body.page-template-page-estimator-svg .status-examplerenders .layoutnonrenders, body.page-template-page-estimator-svg .status-examplerenders .layoutpostcode, body.page-template-page-estimator-svg .status-examplerenders .measurement, body.page-template-page-estimator-svg .status-examplerenders .modify, body.page-template-page-estimator-svg .status-examplerenders .examplerenders, body.page-template-page-estimator-svg .status-examplerenders .summary, body.page-template-page-estimator-dev .status-examplerenders .splash, body.page-template-page-estimator-dev .status-examplerenders .edgeselection, body.page-template-page-estimator-dev .status-examplerenders .consultation, body.page-template-page-estimator-dev .status-examplerenders .additional, body.page-template-page-estimator-dev .status-examplerenders .layoutrenders, body.page-template-page-estimator-dev .status-examplerenders .layoutnonrenders, body.page-template-page-estimator-dev .status-examplerenders .layoutpostcode, body.page-template-page-estimator-dev .status-examplerenders .measurement, body.page-template-page-estimator-dev .status-examplerenders .modify, body.page-template-page-estimator-dev .status-examplerenders .examplerenders, body.page-template-page-estimator-dev .status-examplerenders .summary {
  visibility: hidden;
  opacity: 0;
  height: 0px;
  overflow: hidden;
  transform: scale(1);
  transition: visibility 0.5s, opacity 0.5s ease-out, transform 0.5s ease-out;
}
body.page-template-page-estimator .status-examplerenders .splash .action, body.page-template-page-estimator .status-examplerenders .edgeselection .action, body.page-template-page-estimator .status-examplerenders .consultation .action, body.page-template-page-estimator .status-examplerenders .additional .action, body.page-template-page-estimator .status-examplerenders .layoutrenders .action, body.page-template-page-estimator .status-examplerenders .layoutnonrenders .action, body.page-template-page-estimator .status-examplerenders .layoutpostcode .action, body.page-template-page-estimator .status-examplerenders .measurement .action, body.page-template-page-estimator .status-examplerenders .modify .action, body.page-template-page-estimator .status-examplerenders .examplerenders .action, body.page-template-page-estimator .status-examplerenders .summary .action, body.page-template-page-estimator-svg .status-examplerenders .splash .action, body.page-template-page-estimator-svg .status-examplerenders .edgeselection .action, body.page-template-page-estimator-svg .status-examplerenders .consultation .action, body.page-template-page-estimator-svg .status-examplerenders .additional .action, body.page-template-page-estimator-svg .status-examplerenders .layoutrenders .action, body.page-template-page-estimator-svg .status-examplerenders .layoutnonrenders .action, body.page-template-page-estimator-svg .status-examplerenders .layoutpostcode .action, body.page-template-page-estimator-svg .status-examplerenders .measurement .action, body.page-template-page-estimator-svg .status-examplerenders .modify .action, body.page-template-page-estimator-svg .status-examplerenders .examplerenders .action, body.page-template-page-estimator-svg .status-examplerenders .summary .action, body.page-template-page-estimator-dev .status-examplerenders .splash .action, body.page-template-page-estimator-dev .status-examplerenders .edgeselection .action, body.page-template-page-estimator-dev .status-examplerenders .consultation .action, body.page-template-page-estimator-dev .status-examplerenders .additional .action, body.page-template-page-estimator-dev .status-examplerenders .layoutrenders .action, body.page-template-page-estimator-dev .status-examplerenders .layoutnonrenders .action, body.page-template-page-estimator-dev .status-examplerenders .layoutpostcode .action, body.page-template-page-estimator-dev .status-examplerenders .measurement .action, body.page-template-page-estimator-dev .status-examplerenders .modify .action, body.page-template-page-estimator-dev .status-examplerenders .examplerenders .action, body.page-template-page-estimator-dev .status-examplerenders .summary .action {
  margin-left: -500px;
  transition: margin 0.8s 0.1s ease-out;
}
body.page-template-page-estimator .status-examplerenders .examplerenders, body.page-template-page-estimator-svg .status-examplerenders .examplerenders, body.page-template-page-estimator-dev .status-examplerenders .examplerenders {
  visibility: visible;
  opacity: 1;
  height: 100%;
  transform: scale(1);
  transition: visibility 0.5s, opacity 0.5s 0.5s ease-in, transform 0.5s 0.5s ease-out;
}
body.page-template-page-estimator .status-examplerenders .render-menu, body.page-template-page-estimator-svg .status-examplerenders .render-menu, body.page-template-page-estimator-dev .status-examplerenders .render-menu {
  display: flex;
}
body.page-template-page-estimator .status-examplerenders .nonrender-menu, body.page-template-page-estimator-svg .status-examplerenders .nonrender-menu, body.page-template-page-estimator-dev .status-examplerenders .nonrender-menu {
  display: none;
}
.saturate {
  filter: saturate(3);
}
.grayscale {
  filter: grayscale(100%);
}
.contrast {
  filter: contrast(160%);
}
.bright {
  filter: brightness(255);
}
.blur {
  filter: blur(3px);
}
.invert {
  filter: invert(100%);
}
.sepia {
  filter: sepia(100%);
}
.huerotate {
  filter: hue-rotate(180deg);
}
.rss.opacity {
  filter: opacity(50%);
}
.navbar-brand-mobile {
  display: none;
}
@media (max-width: 768px) {
  .nonrender-menu {
    display: none;
  }
}
@media (max-width: 768px) {
  ul.nonrender-menu li a {
    display: none;
  }
  .splash {
    background-size: cover !important;
    background-position: left !important;
  }
  .kiy-logo {
    display: none;
  }
}
@media (max-width: 1024px) {
  .heading {
    font-size: 30px;
  }
  .button-next.position-absolute a {
    padding: 15px 20px !important;
    font-size: 16px;
  }
  .button-prev.position-absolute a {
    padding: 15px 20px !important;
    font-size: 16px;
  }
}
@media (max-width: 465px) {
  .page-template-page-estimator #disclaimer-content, .page-template-page-estimator-dev #disclaimer-content {
    width: 420px;
  }
  .page-template-page-estimator .faded, .page-template-page-estimator-dev .faded {
    background-color: grey !important;
  }
  .page-template-page-estimator .faded i, .page-template-page-estimator-dev .faded i {
    opacity: 0.3;
  }
  .page-template-page-estimator .button-next, .page-template-page-estimator .button-prev, .page-template-page-estimator-dev .button-next, .page-template-page-estimator-dev .button-prev {
    display: none;
  }
  .page-template-page-estimator .estimator-logo, .page-template-page-estimator-dev .estimator-logo {
    display: none;
  }
  .page-template-page-estimator .render-menu, .page-template-page-estimator-dev .render-menu {
    display: none !important;
  }
  .page-template-page-estimator footer#secondary, .page-template-page-estimator-dev footer#secondary {
    opacity: 1;
  }
  .page-template-page-estimator .status-splash footer#secondary, .page-template-page-estimator-dev .status-splash footer#secondary {
    opacity: 0;
    display: none;
  }
  .page-template-page-estimator .status-summary footer#secondary, .page-template-page-estimator-dev .status-summary footer#secondary {
    opacity: 0;
    display: none;
  }
  .page-template-page-estimator .status-consultation footer#secondary, .page-template-page-estimator-dev .status-consultation footer#secondary {
    opacity: 0;
    display: none;
  }
  .page-template-page-estimator .heading, .page-template-page-estimator-dev .heading {
    font-size: 24px;
  }
  .page-template-page-estimator .left, .page-template-page-estimator-dev .left {
    position: relative;
    padding: 0;
  }
  body.page-template-page-estimator :not(.status-splash) section > div.row {
    padding-top: 20px;
  }
  .status-summary .shape-summary ul {
    margin: 10px 0 50px 0px !important;
    height: auto !important;
  }
  .status-summary .additional-summary ul {
    margin: 10px 0 50px 0px !important;
    height: auto !important;
  }
  .status-summary .additional-summary ul li {
    padding: 5px 0;
  }
  .status-summary .butt3 {
    max-height: 20px !important;
  }
  .status-summary .mr-4 {
    margin-right: 0.9rem !important;
  }
  .status-splash .button-wrap {
    background-color: rgba(0, 0, 0, 0.4);
  }
  .status-splash .button-wrap p {
    color: #fff !important;
    font-weight: bold;
  }
  .status-splash .button-wrap .icon {
    filter: brightness(0) invert(1);
    width: 100px !important;
    height: 100px !important;
    background-size: contain;
  }
  .status-splash .button-wrap .action:first-child {
    border-bottom: 1px solid #fff !important;
  }
  .status-splash .button-wrap a {
    padding: 10px !important;
  }
  body.page-template-page-estimator .status-splash section.splash div.row {
    padding: 0;
  }
  body.page-template-page-estimator .p80t, body.page-template-page-estimator-dev .p80t {
    padding-top: 10px;
  }
  body.page-template-page-estimator .p80b, body.page-template-page-estimator-dev .p80b {
    padding-bottom: 10px;
  }
  body.page-template-page-estimator .kiy-logo, body.page-template-page-estimator-dev .kiy-logo {
    width: 280px !important;
  }
  body.page-template-page-estimator header#primary, body.page-template-page-estimator-dev header#primary {
    height: 90px;
    opacity: 1;
    padding: 10px 0;
    background-color: transparent;
    border: 0px;
    border-top: 8px solid #000;
  }
  body.page-template-page-estimator header#primary .navbar-brand, body.page-template-page-estimator-dev header#primary .navbar-brand {
    width: 80px;
    height: 80px;
    background-color: transparent;
    position: absolute;
    top: -5px;
    margin: auto;
    left: -50%;
    right: -50%;
    border-radius: 0 0 10px 10px;
  }
  body.page-template-page-estimator header#primary .navbar-brand.navbar-brand-desktop, body.page-template-page-estimator-dev header#primary .navbar-brand.navbar-brand-desktop {
    display: none;
  }
  body.page-template-page-estimator header#primary .navbar-brand.navbar-brand-mobile, body.page-template-page-estimator-dev header#primary .navbar-brand.navbar-brand-mobile {
    display: block;
  }
  body.page-template-page-estimator footer#secondary, body.page-template-page-estimator-dev footer#secondary {
    position: absolute;
    bottom: 0;
    height: 60px;
    display: block;
    background-color: #000;
    z-index: 99999;
  }
  body.page-template-page-estimator footer#secondary .title, body.page-template-page-estimator-dev footer#secondary .title {
    font-size: 16px;
    font-weight: normal;
    max-width: 70%;
    margin: auto;
  }
  body.page-template-page-estimator footer#secondary .next, body.page-template-page-estimator-dev footer#secondary .next {
    position: absolute;
    color: #fff;
    background: #f2da00;
    padding: 8px 15px;
    margin: 9px;
    right: 0;
  }
  body.page-template-page-estimator footer#secondary .prev, body.page-template-page-estimator-dev footer#secondary .prev {
    position: absolute;
    color: #fff;
    background: #f2da00;
    padding: 8px 15px;
    margin: 9px;
    left: 0;
    top: 0;
  }
  body.page-template-page-estimator section, body.page-template-page-estimator-dev section {
    overflow-y: scroll !important;
    overflow-x: hidden !important;
    padding: 10px;
  }
  body.page-template-page-estimator section p, body.page-template-page-estimator section span, body.page-template-page-estimator section li, body.page-template-page-estimator section div, body.page-template-page-estimator-dev section p, body.page-template-page-estimator-dev section span, body.page-template-page-estimator-dev section li, body.page-template-page-estimator-dev section div {
    font-size: 16px;
  }
  body.page-template-page-estimator .scroller, body.page-template-page-estimator-dev .scroller {
    height: calc(55vh - 100px) !important;
    padding-bottom: 120px;
  }
  body.page-template-page-estimator .row.h-100, body.page-template-page-estimator-dev .row.h-100 {
    height: auto !important;
  }
  body.page-template-page-estimator section.splash, body.page-template-page-estimator-dev section.splash {
    background-size: cover;
    background-position: -140px;
  }
  body.page-template-page-estimator ul.nonrender-menu li a, body.page-template-page-estimator-dev ul.nonrender-menu li a {
    display: none;
  }
  body.page-template-page-estimator .estimator-title, body.page-template-page-estimator-dev .estimator-title {
    display: none;
  }
  body.page-template-page-estimator #canvaswrapper, body.page-template-page-estimator-dev #canvaswrapper {
    width: auto !important;
    height: auto !important;
  }
  body.page-template-page-estimator #canvaswrapper svg, body.page-template-page-estimator-dev #canvaswrapper svg {
    margin: auto;
  }
  body.page-template-page-estimator #canvaswrapper svg line, body.page-template-page-estimator-dev #canvaswrapper svg line {
    stroke-width: 7px;
    stroke: #ddd;
  }
  body.page-template-page-estimator #canvaswrapper svg text, body.page-template-page-estimator-dev #canvaswrapper svg text {
    fill: #000;
    display: block;
  }
  body.page-template-page-estimator #canvaswrapper input[type=checkbox], body.page-template-page-estimator-dev #canvaswrapper input[type=checkbox] {
    width: 26px;
    height: 26px;
  }
  body.page-template-page-estimator #canvaswrapper span.sub1s, body.page-template-page-estimator-dev #canvaswrapper span.sub1s {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    display: block;
    margin: 10px 0;
    width: 49%;
    float: left;
  }
  body.page-template-page-estimator section.summary .color-preview, body.page-template-page-estimator section.summary .edge-preview, body.page-template-page-estimator section.summary .shape-preview, body.page-template-page-estimator-dev section.summary .color-preview, body.page-template-page-estimator-dev section.summary .edge-preview, body.page-template-page-estimator-dev section.summary .shape-preview {
    display: none;
  }
  body.page-template-page-estimator section.summary .shape-summary ul, body.page-template-page-estimator-dev section.summary .shape-summary ul {
    height: 90px;
  }
  body.page-template-page-estimator section.modify, body.page-template-page-estimator-dev section.modify {
    overflow-y: hidden !important;
    padding: 0 !important;
  }
  body.page-template-page-estimator section.modify .container-fluid, body.page-template-page-estimator-dev section.modify .container-fluid {
    margin-top: 0px !important;
  }
  body.page-template-page-estimator section.modify .selections, body.page-template-page-estimator-dev section.modify .selections {
    position: relative;
    order: 2;
  }
  body.page-template-page-estimator section.modify .selections .p-4, body.page-template-page-estimator-dev section.modify .selections .p-4 {
    padding: 15px !important;
  }
  body.page-template-page-estimator section.modify .selections .filter .wrapper-filters.visible, body.page-template-page-estimator-dev section.modify .selections .filter .wrapper-filters.visible {
    top: 45px;
    height: 380px;
    overflow-y: scroll;
  }
  body.page-template-page-estimator section.modify .selections .filter p, body.page-template-page-estimator-dev section.modify .selections .filter p {
    margin-bottom: 0.4rem;
  }
  body.page-template-page-estimator section.modify .selections .color-wrapper, body.page-template-page-estimator-dev section.modify .selections .color-wrapper {
    width: 50%;
    float: left;
    overflow: hidden;
  }
  body.page-template-page-estimator section.modify .selections .color-wrapper .item, body.page-template-page-estimator-dev section.modify .selections .color-wrapper .item {
    border: 0;
  }
  body.page-template-page-estimator section.modify .selections .color-wrapper .item.active p, body.page-template-page-estimator-dev section.modify .selections .color-wrapper .item.active p {
    border: 3px solid #f2da00;
  }
  body.page-template-page-estimator section.modify .selections .color-wrapper .color-title, body.page-template-page-estimator-dev section.modify .selections .color-wrapper .color-title {
    height: 60px;
    opacity: 0;
    padding: 10px !important;
    font-size: 16px;
  }
  body.page-template-page-estimator section.modify .selections .color-wrapper .color-title:before, body.page-template-page-estimator-dev section.modify .selections .color-wrapper .color-title:before {
    display: none;
  }
  body.page-template-page-estimator section.modify .selections .wrapper-main, body.page-template-page-estimator-dev section.modify .selections .wrapper-main {
    clear: both;
  }
  body.page-template-page-estimator section.modify .selections .wrapper-main img, body.page-template-page-estimator-dev section.modify .selections .wrapper-main img {
    display: none;
  }
  body.page-template-page-estimator section.modify .preview, body.page-template-page-estimator-dev section.modify .preview {
    order: 1;
    height: calc(50vh - 43px) !important;
  }
  body.page-template-page-estimator section.modify .selections, body.page-template-page-estimator-dev section.modify .selections {
    height: calc(50vh - 15px);
  }
  body.page-template-page-estimator section.modify .position-absolute, body.page-template-page-estimator-dev section.modify .position-absolute {
    top: 50%;
    right: 0;
    position: absolute !important;
  }
  body.page-template-page-estimator section.modify .button-icons.position-absolute, body.page-template-page-estimator-dev section.modify .button-icons.position-absolute {
    display: none !important;
  }
  body.page-template-page-estimator .additional .w-75, body.page-template-page-estimator-dev .additional .w-75 {
    width: 100% !important;
  }
  body.page-template-page-estimator .additional p.title, body.page-template-page-estimator-dev .additional p.title {
    font-size: 16px;
  }
  body.page-template-page-estimator .summary .p-4, body.page-template-page-estimator-dev .summary .p-4 {
    padding: 10px 0 !important;
  }
  body.page-template-page-estimator .button-next.position-absolute, body.page-template-page-estimator-dev .button-next.position-absolute {
    text-align: center;
    position: relative !important;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }
}
@media (max-width: 465px) and (max-width: 480px) {
  body.page-template-page-estimator section.modify .selections .color-wrapper .color-title, body.page-template-page-estimator-dev section.modify .selections .color-wrapper .color-title {
    padding: 6px !important;
    font-size: 15px;
  }
}
@media print {
  .page-template-page-estimator header#primary .float-left {
    margin: auto;
    width: 200px;
    float: none !important;
  }
  .page-template-page-estimator header#primary .nonrender-menu {
    display: none;
  }
  .page-template-page-estimator #step5 > div {
    padding-top: 5px;
  }
  .page-template-page-estimator .p-4 {
    padding: 1rem !important;
  }
  .page-template-page-estimator h2 {
    margin-bottom: 0px !important;
    margin-top: 20px;
  }
  .page-template-page-estimator h2.heading + p {
    display: none;
  }
  .page-template-page-estimator h2.heading:before {
    display: none;
  }
  .page-template-page-estimator .summary-form {
    padding-top: 20px;
  }
  .page-template-page-estimator button {
    display: none;
  }
  .page-template-page-estimator .p50t {
    padding-top: 10px;
  }
  .page-template-page-estimator .p50b {
    padding-bottom: 10px;
  }
  body.page-template-page-estimator :not(.status-splash) section > div.row {
    padding-top: 20px;
  }
  .page-template-page-estimator .col-md-12 {
    max-width: 80%;
    margin: auto;
  }
}
@media (max-width: 480px) {
  .focuspc {
    padding-top: 50px !important;
    -webkit-transition: all ease-in 0.3s;
    -moz-transition: all ease-in 0.3s;
    -ms-transition: all ease-in 0.3s;
    -o-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
  }
  .clickablehead {
    text-decoration: underline;
  }
}
.clickable.butt3 {
  padding: 0 !important;
  max-height: 21px !important;
  cursor: pointer;
  margin: 0 !important;
  position: absolute;
  left: -2px;
  top: 30px;
}
@media (max-width: 480px) {
  .clickable.butt3 {
    display: none;
  }
}
#product-main .product_title {
  font-size: 30px;
  font-family: Helvetica;
}
#product-main .woocommerce-product-gallery .flex-viewport {
  height: auto;
}
#product-main .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image > a {
  width: 100%;
}
.woocommerce-input-wrapper {
  width: 100%;
}
.woocommerce-Address-title.title .edit {
  font-size: 20px;
}
.woocommerce .quantity .qty {
  height: 42px;
}
.woocommerce .select2-container--default .select2-selection--single {
  border-radius: 0;
}
.woocommerce div.product form.cart .button {
  border-radius: 0;
  color: #fff;
  border: 1px solid #f2da00;
}
.woocommerce div.product form.cart .button:hover {
  color: #f2da00;
  background-color: #fff;
}
.woocommerce.single-product #product-main {
  padding-top: 0;
}
.woocommerce.single-product #product-main strong {
  font-size: 18px;
  text-transform: uppercase;
}
.woocommerce.single-product #product-main .woocommerce-breadcrumb {
  text-align: center;
  margin-bottom: 100px;
  font-size: 14px;
}
.woocommerce.single-product #product-main .pwb-single-product-brands {
  padding-bottom: 20px;
}
.woocommerce.single-product #product-main .pwb-single-product-brands a:before {
  content: "Brand: ";
}
.woocommerce.single-product #product-main .product_title {
  color: #f2da00;
}
.woocommerce.single-product #product-main .summary {
  font-size: 14px;
}
.woocommerce.single-product #product-main .summary .product_meta {
  margin-top: 0;
}
.woocommerce.single-product #product-main .summary .product_meta .sku_wrapper strong {
  font-size: 12px;
}
.woocommerce.single-product #product-main .summary .product_title {
  margin-bottom: 20px;
}
.woocommerce.single-product #product-main .summary .woocommerce-product-details__short-description, .woocommerce.single-product #product-main .summary .product_features, .woocommerce.single-product #product-main .summary .product_download {
  margin-bottom: 25px;
  border-bottom: 1px solid #eee;
}
.woocommerce.single-product #product-main .summary .product_features ul, .woocommerce.single-product #product-main .summary .product_download ul {
  list-style: none;
  padding-left: 0;
}
.woocommerce.single-product #product-main .summary .product_features ul li, .woocommerce.single-product #product-main .summary .product_download ul li {
  padding-left: 1em;
  position: relative;
}
.woocommerce.single-product #product-main .summary .product_features ul li:before, .woocommerce.single-product #product-main .summary .product_download ul li:before {
  content: "-";
  position: absolute;
  left: 0;
}
.woocommerce.single-product #product-main .summary .quantity input.qty {
  letter-spacing: 0px;
  text-transform: lowercase;
  line-height: 1em;
  color: #1d1d1d;
  box-sizing: border-box;
  background-color: #eee;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  border: 2px solid #eee;
  width: 60px;
}
.woocommerce.single-product #product-main .summary .price {
  color: #000;
  font-size: 1em;
  margin-bottom: 30px;
}
.woocommerce.single-product #product-main .summary .price .woocommerce-Price-amount {
  font-size: 2em;
}
.woocommerce.single-product #product-main .summary .cart .quantity input {
  height: 46px;
}
.woocommerce.single-product #product-main .summary .cart .single_add_to_cart_button {
  padding: 15px 25px;
}
.woocommerce.single-product #product-main .summary .cart .variations td {
  padding-bottom: 15px;
}
.woocommerce.single-product #product-main .summary .cart .variations td.label {
  vertical-align: middle;
}
.woocommerce.single-product #product-main .summary .cart .variations td.value select {
  letter-spacing: 0px;
  line-height: 1em;
  color: #1d1d1d;
  box-sizing: border-box;
  background-color: #eee;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  border: 2px solid #eee;
  width: 60px;
  height: 46px;
  padding: 0 15px;
}
.woocommerce.single-product #product-main .summary .cart .woocommerce-variation-price {
  margin-bottom: 30px;
}
.woocommerce .checkout.woocommerce-checkout .woocommerce-billing-fields label, .woocommerce .checkout.woocommerce-checkout .woocommerce-shipping-fields label, .woocommerce .checkout.woocommerce-checkout .woocommerce-additional-fields label {
  width: 100%;
}
.woocommerce .checkout.woocommerce-checkout .woocommerce-billing-fields input, .woocommerce .checkout.woocommerce-checkout .woocommerce-billing-fields textarea, .woocommerce .checkout.woocommerce-checkout .woocommerce-billing-fields select, .woocommerce .checkout.woocommerce-checkout .woocommerce-shipping-fields input, .woocommerce .checkout.woocommerce-checkout .woocommerce-shipping-fields textarea, .woocommerce .checkout.woocommerce-checkout .woocommerce-shipping-fields select, .woocommerce .checkout.woocommerce-checkout .woocommerce-additional-fields input, .woocommerce .checkout.woocommerce-checkout .woocommerce-additional-fields textarea, .woocommerce .checkout.woocommerce-checkout .woocommerce-additional-fields select {
  width: 100%;
  padding: 5px 10px 5px 10px;
}
.woocommerce .checkout.woocommerce-checkout .woocommerce-billing-fields .woocommerce-input-wrapper, .woocommerce .checkout.woocommerce-checkout .woocommerce-shipping-fields .woocommerce-input-wrapper, .woocommerce .checkout.woocommerce-checkout .woocommerce-additional-fields .woocommerce-input-wrapper {
  width: 100%;
}
.woocommerce .checkout.woocommerce-checkout #customer_details {
  margin-bottom: 50px;
}
.woocommerce #ship-to-different-address {
  margin-bottom: 0;
}
.woocommerce #ship-to-different-address #ship-to-different-address-checkbox {
  display: inline;
  width: auto;
}
.woocommerce-pagination {
  text-align: left !important;
}
.woocommerce-pagination ul li {
  border-right: none !important;
}
.filter-main {
  position: relative;
}
.filter-main a {
  width: 100%;
  height: 100%;
}
.filter-main a.filter-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 45px;
  padding: 0;
  margin: 0;
  border-top: none;
  border-bottom: none;
}
.filter-main a[data-toggle="collapse"]::after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 20px;
  top: 8px;
  color: #f2da00;
}
.filter-main a[data-toggle="collapse"].collapsed::after {
  content: "";
}
#sidebar-left .widget, #sidebar-right .widget, .woocommerce-MyAccount-navigation .widget {
  border: none;
  margin-bottom: 0;
}
#sidebar-left .widget > .filter-main, #sidebar-left .widget .widget-title, #sidebar-right .widget > .filter-main, #sidebar-right .widget .widget-title, .woocommerce-MyAccount-navigation .widget > .filter-main, .woocommerce-MyAccount-navigation .widget .widget-title {
  line-height: 1.5;
  font-weight: 400;
  padding-bottom: 10px;
  padding-top: 10px;
  margin-bottom: 10px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
#sidebar-left .widget > ul, #sidebar-right .widget > ul, .woocommerce-MyAccount-navigation .widget > ul {
  margin-bottom: 0;
}
#sidebar-left .widget.widget_pwb_list_widget .filter-toggle, #sidebar-right .widget.widget_pwb_list_widget .filter-toggle, .woocommerce-MyAccount-navigation .widget.widget_pwb_list_widget .filter-toggle {
  width: 100%;
}
#sidebar-left ul, #sidebar-right ul, .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding-left: 0 !important;
  text-transform: uppercase;
  font-weight: 300;
}
#sidebar-left ul li, #sidebar-right ul li, .woocommerce-MyAccount-navigation ul li {
  width: 100%;
  padding: 8px 0;
}
#sidebar-left ul li.current-cat a, #sidebar-left ul li.is-active a, #sidebar-right ul li.current-cat a, #sidebar-right ul li.is-active a, .woocommerce-MyAccount-navigation ul li.current-cat a, .woocommerce-MyAccount-navigation ul li.is-active a {
  color: #f2da00;
}
#sidebar-left ul li:hover, #sidebar-right ul li:hover, .woocommerce-MyAccount-navigation ul li:hover {
  cursor: pointer;
  color: #f2da00;
}
#sidebar-left ul li .count, #sidebar-right ul li .count, .woocommerce-MyAccount-navigation ul li .count {
  display: none;
}
.woocommerce-MyAccount-navigation ul li:first-child {
  padding-bottom: 10px;
  padding-top: 10px;
  margin-bottom: 10px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.post-type-archive-product .widget_product_categories > .filter-main a {
  color: #f2da00;
}
ul.products {
  display: flex;
  flex-wrap: wrap;
}
ul.products li.product {
  text-align: center;
  padding: 15px 10px 25px;
  border-bottom: 3px solid rgba(242, 218, 0, 0);
}
ul.products li.product .price {
  font-size: 24px;
}
ul.products li.product .price .woocommerce-Price-amount {
  font-size: 24px;
}
@media (max-width: 575px) {
  ul.products li.product {
    width: 100% !important;
  }
}
ul.products li.product .woocommerce-loop-product__title {
  position: relative;
  padding: 0.5em 8% !important;
  font-size: 0.8em;
  text-align: center;
  font-family: inherit;
  z-index: 5;
}
ul.products li.product:hover {
  color: #000;
  box-shadow: 0 0px 25px 0px rgba(0, 0, 0, 0.1);
  border-bottom: 3px solid #f2da00;
  transition: all 0.5s ease;
}
ul.products li.product a.button {
  display: none;
}
#wooCommerce-category {
  margin-bottom: 100px;
}
#wooCommerce-category .button.product_type_simple, #wooCommerce-category .woocommerce-products-header__title {
  display: none;
}
#main {
  width: 100%;
  padding-top: 20px;
}
@media (max-width: 465px) {
  #main {
    /* padding-top:100px; */
    padding-top: 20px;
  }
}
#main .page, #main .post {
  border: none;
}
.woocommerce-info {
  border-top-color: #f2da00;
}
#product-main #main {
  padding-top: 10px;
}
.woocommerce-form-coupon button {
  padding: 6px 30px;
  font-size: 16px;
  border: 1px solid #aaa;
}
.entry-content .woocommerce h2 {
  font-size: 26px;
}
.entry-content .woocommerce h3 {
  font-size: 20px;
}
@media (min-width: 767px) {
  .woocommerce li.product .entry-featured, .woocommerce-page li.product .entry-featured {
    max-height: 374px;
  }
  .woocommerce div.product .images .x-img-thumbnail, .woocommerce-page div.product .images .x-img-thumbnail {
    width: 64.666%;
    height: 350px;
    overflow: hidden;
  }
}
.woocommerce-breadcrumb {
  font-size: 12px;
}
. .woocommerce-message, .woocommerce-info {
  border-top-color: #f2da00;
}
.woocommerce-message::before, .woocommerce-info::before {
  color: #f2da00;
}
body.woocommerce-cart #respond input#submit, body.woocommerce-cart a.button, body.woocommerce-cart button.button, body.woocommerce-cart input.button, body.woocommerce-account #respond input#submit, body.woocommerce-account a.button, body.woocommerce-account button.button, body.woocommerce-account input.button {
  border-radius: 0;
  color: #000;
  background-color: #f2da00;
  border: 1px solid #f2da00;
  transition: all 0.5s ease;
}
body.woocommerce-cart #respond input#submit:hover, body.woocommerce-cart a.button:hover, body.woocommerce-cart button.button:hover, body.woocommerce-cart input.button:hover, body.woocommerce-account #respond input#submit:hover, body.woocommerce-account a.button:hover, body.woocommerce-account button.button:hover, body.woocommerce-account input.button:hover {
  color: #f2da00;
  background-color: #000;
  transition: all 0.5s ease;
}
.woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-1, .woocommerce-page .col2-set .col-2 {
  float: left;
  width: 48%;
  flex: none;
  max-width: 100%;
}
@media (max-width: 575px) {
  .woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-1, .woocommerce-page .col2-set .col-2 {
    width: 100%;
  }
}
#back-page:hover {
  color: #f2da00;
}
#back-page:hover svg path {
  fill: #f2da00;
}
.post-type-archive-product ul.products.columns-3 {
  padding-top: 30px;
}
.post-type-archive-product aside.woocommerce.widget_product_categories {
  padding-top: 30px !important;
}
.woocommerce-shipping-calculator .select2-selection.select2-selection--single {
  width: 400px;
}
