/**************************
#Hicaliber Child Theme
**************************/

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

	Web Fonts

**  ********************************************************************************  **
**  ********************************************************************************  */

@font-face {
  font-family: "europa";
  src: url("../fonts/europa-light-webfont.eot");
  src: url("../fonts/europa-light-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/europa-light-webfont.woff2") format("woff2"),
    url("../fonts/europa-light-webfont.woff") format("woff"),
    url("../fonts/europa-light-webfont.ttf") format("truetype"),
    url("../fonts/europa-light-webfont.svg#europalight") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "europa";
  src: url("../fonts/europa-lightitalic-webfont.eot");
  src: url("../fonts/europa-lightitalic-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/europa-lightitalic-webfont.woff2") format("woff2"),
    url("../fonts/europa-lightitalic-webfont.woff") format("woff"),
    url("../fonts/europa-lightitalic-webfont.ttf") format("truetype"),
    url("../fonts/europa-lightitalic-webfont.svg#europalightitalic")
      format("svg");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "europa";
  src: url("../fonts/europa-regular-webfont.eot");
  src: url("../fonts/europa-regular-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/europa-regular-webfont.woff2") format("woff2"),
    url("../fonts/europa-regular-webfont.woff") format("woff"),
    url("../fonts/europa-regular-webfont.ttf") format("truetype"),
    url("../fonts/europa-regular-webfont.svg#europaregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "europa";
  src: url("../fonts/europa-regularitalic-webfont.eot");
  src: url("../fonts/europa-regularitalic-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/europa-regularitalic-webfont.woff2") format("woff2"),
    url("../fonts/europa-regularitalic-webfont.woff") format("woff"),
    url("../fonts/europa-regularitalic-webfont.ttf") format("truetype"),
    url("../fonts/europa-regularitalic-webfont.svg#europaitalic") format("svg");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "europa";
  src: url("../fonts/europa-bold-webfont.eot");
  src: url("../fonts/europa-bold-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/europa-bold-webfont.woff2") format("woff2"),
    url("../fonts/europa-bold-webfont.woff") format("woff"),
    url("../fonts/europa-bold-webfont.ttf") format("truetype"),
    url("../fonts/europa-bold-webfont.svg#europabold") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "europa";
  src: url("../fonts/europa-bolditalic-webfont.eot");
  src: url("../fonts/europa-bolditalic-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/europa-bolditalic-webfont.woff2") format("woff2"),
    url("../fonts/europa-bolditalic-webfont.woff") format("woff"),
    url("../fonts/europa-bolditalic-webfont.ttf") format("truetype"),
    url("../fonts/europa-bolditalic-webfont.svg#europabolditalic") format("svg");
  font-weight: bold;
  font-style: italic;
}
html,
body,
.default-section .box-link {
  color: #000;
}
body,
.tabs-title > a {
  font-size: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: 1.3;
  font-weight: 500;
}
h1,
.h1 {
  font-size: 24px;
}
h2,
.h2 {
  font-size: 22px;
}
h3,
.h3 {
  font-size: 18px;
}

a {
  -webkit-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}

a:hover,
a:focus {
  outline: 0;
	color: #6C9E4A;
}

.lead {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}


@media (min-width: 1024px) {
  .tabs-title > a {
    font-size: 18px;
  }

h1,
.h1 {
  font-size: 32px;
}

h2,
.h2 {
  font-size: 23px;
}

h3,
.h3 {
  font-size: 19px;
}

h4,
.h4 {
  font-size: 16px;
}

h5,
.h5 {
  font-size: 16px;
}

h6,
.h6 {
  font-size: 14px;
}
}

/*************************************
5.TYPOGRAPHY - END
*************************************/

/**************************
#BUTTONS - START
**************************/
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
.button {
    color: #111;
    border: 1px solid #74aa50;
    padding: 16px 20px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block !important;
    border-radius: 0;
    letter-spacing: 1px;
}

button.button.text-link{
	margin-right: 0 !important;
}

.hic-button-wrap .button{
	background-color: transparent;
	color: #fff;
}
.grey-section .button,
.default-section .button{
	background-color: transparent;
	color: #333;
}
.selected-color {
    display: block;
	font-size: 16px;
	font-weight: 600;
	margin-top: 16px;
	text-align: center;
	text-transform: none;
}
.image-overlay-content .section-body .button{
	color: #fff;
}
.grey-section .button:hover,
.default-section .button:hover {
	color: #fff;
}
.button-only .hic-button-wrap a:after {
    content: "\f054";
    display: inline-block;
    font-family: 'Font Awesome 5 Pro';
    margin-left: 10px;
    font-weight: 300;
}
.button-only .cell:nth-child(odd) .hic-button-wrap a,
.button-only .cell:nth-child(even) .hic-button-wrap a:hover{
    color: #000;
    background-color: #74aa50;
    padding: 15px 20px;
	border-color: #74aa50;
}
.button-only .cell:nth-child(even) .hic-button-wrap a,
.button-only .cell:nth-child(odd) .hic-button-wrap a:hover{
    color: #74aa50;
    background-color: #000;
    padding: 15px 20px;
	border-color: #000;
}
.has-video .hic-image:hover:after {
    transform: scale(1.1);
}
.has-video .hic-image:after {
    content: '';
    background-image: url(../images/play-b.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 100px;
    width: 100px;
    position: absolute;
    top: 0;
    z-index: 2;
    bottom: 0;
    margin: auto;
    left: 0;;
    right: 0;
        transition: all .25s ease;
}
.has-video .vpv-container {
    display: none;
}
.single-product .description-gallery .hic-button-wrap .button:first-child:hover,
.page-element.dark-section .button:hover, .image-overlay-content .hic-box .button:hover{
    background-color: #6c9e4a;
}

.single-product .description-gallery .hic-button-wrap .button:last-child {
    margin-right: 0;
}

body .slick-arrow:before {
    font-weight: 300;
}
.view-button-only .product-item .hic-button-wrap .button:not(:first-child) {
    display: none !important;
}

button.button.text-link {
    text-transform: inherit;
    font-weight: inherit;
    padding: 0;
    margin-bottom: 0;
    border: none;
    letter-spacing: inherit;
    color: #74aa50;
    vertical-align: inherit;
    background-color: transparent !important;
    font-size: inherit;
    font-style: inherit;
}
button.button.text-link:hover,
button.button.text-link:focus {
    background-color: transparent !important;
    color: #6c9e4a !important;
}

@media(min-width: 1024px) {
    .section-footer {
        margin-top: 32px;
    }
}
/*************************
!BUTTONS - END
**************************/
/*************************
HELPERS - START
**************************/
.center{
	text-align: center;
}

.center.title::after{
	margin: 15px auto;
}

.images-top .hic-image{
	background-position: top !important;
}

.mt-80{
	margin-top: 80px;
}

.mb-80{
	margin-bottom: 80px;
}

.mb-70{
	margin-bottom: 70px;
}

body.menu-open header{
	position:fixed;
	top:0;
	left:0;
	z-index:12;
}

@media(min-width: 1025px){
	.mt-90{
		margin-top:90px
	}
}
/*Lists - START*/
.checklist li,
.page-element.checklist ul li {
  padding-left: 26px;
}

.checklist li:before,
.page-element.checklist ul li:before {
  font-weight: 900;
}

ol.steps-list,
.page-element.steps-list ol {
  padding: 0;
}

ol.steps-list li,
.page-element.steps-list ol li {
  padding: 20px 15px 20px 75px;
}

ol.steps-list li:before,
.page-element.steps-list ol li:before {
  left: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  margin-top: -3px;
  font-weight: bold;
  text-align: center;
}
/*Lists - END*/
/*No Border Table - START*/
.page-element table.no-border {
  margin: 0 0 32px;
}

.page-element table.no-border th {
  padding: 2px 14px 2px 0;
}

.page-element table.no-border td {
  padding: 2px 8px;
}

/*No Border Table - END*/
/*Slope - START*/
.slope-top-left-right,
.slope-top-right-left,
.slope-bottom-left-right,
.slope-bottom-right-left {
  position: relative;
}

.slope-top-left-right:before,
.slope-top-right-left:before,
.slope-bottom-left-right:after,
.slope-bottom-right-left:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 85px solid transparent;
  border-bottom: 85px solid transparent;
}

.slope-top-left-right:before,
.slope-top-right-left:before {
  top: -85px;
}

.slope-bottom-left-right:before,
.slope-bottom-right-left:after {
  bottom: -85px;
}

.slope-top-left-right:before,
.slope-bottom-right-left:after {
  border-right: 100vw solid #fff;
}

.slope-top-right-left:before,
.slope-bottom-left-right:after {
  border-left: 100vw solid #fff;
}

/*Slope - END*/

img.aligncenter {
    margin: 0 auto;
    display: block;
}

.center-column .section-body{
	justify-content: center;
}

@media(max-width: 640px){
    .no-br-mobile .section-body br{
        display: none;
    }
	.blurb-hide-mobile .hic-blurb{
		display: none;	
	}
	.blurb-hide-mobile .hic-title h3{
		margin-bottom: 0;
	}
	.blurb-hide-mobile .hic-title h3::after{
		display: none !important;
	}
}
@media (min-width: 641px){
	.cell.pr-50{
		padding-right: 50px !important;
	}
	
	.align-btn-icon{
		margin-left: 30px;
	}
}
/*************************
HELPERS - END
**************************/

/*************************
#GENERAL - START
**************************/

.wide-layout .grid-container {
    max-width: 1520px;
}

/*************************
#GENERAL - END
**************************/

/**************************
HEADER - START
**************************/

.header .menu.is-dropdown-submenu-parent.is-dropdown-submenu{ min-width: 155px !important; }

.home .off-canvas-content{
	padding-top: 0 !important;
}

.home.header-dark.scrolled .header{
	background-color: #111111;
}
.header .top-header {
  font-size: 13px;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
	content: '\f053';
	font-family: 'Font Awesome 5 Pro';
	border: none;
	right: 20px;
	top: 12px;
	font-weight: 300;
}

.header .top-header .menu a {
    font-size: 16px;
    padding: 0;
    padding-right: 10px;
}
.header .top-header .menu li:last-child a{
	border-right: 0;
	padding-right: 0;
}
.header .top-header ul li.social-icon {
  margin-top: 5px;
  margin-right: 5px;
  padding: 0;
}

.header .top-header ul li.social-icon a {
  padding: 5px 0;
  text-align: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  color: #fff;
  font-size: 15px;
}

.header .button {
  color: #fff;
  padding: 8px 12px;
  font-size: 12px;
}

.header .top-bar .top-bar-right.hide-for-large .menu .phone i {
  font-size: 22px;
}

.header .top-bar .top-bar-right.hide-for-large .menu .phone .number {
  display: none;
}
.header.header-layout-3 .menu-container > ul > li {
  text-transform: uppercase;
}
.header .menu > li.menu-phone > a:before {
  content: "";
      margin-right: 5px;
      background-image: url(../images/phone-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 17px;
    width: 8px;
    display: inline-block;
    transform: translate(0, 3px);
}
.header .top-header ul {
    z-index: 999;
	padding-right: 200px;
}
.header .menu a {
    font-size: 14px;
}
.header.header-layout-3 .top-bar-right .top {
    display: block;
}
.header.header-layout-3 .top-header .cell:last-child {
    top: 0;
    padding: 0;
}

body.header-transparent:not(.home) .header .top-bar {
    background: #000;
    padding-top: 15px;
}
body.header-transparent:not(.home) .hero .hero-banner-message {
    margin-top: 0;
    padding-top: 0;
}
body:not(.home) .hero .hero-banner-message h1 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 35px;
    padding-bottom: 20px;
}
body:not(.home) .hero .hero-banner-message div {
    font-size: 0;
    margin: auto;
    font-weight: 500;
	position: relative;
}
body:not(.home) .hero.light-banner .hero-banner-message div, .hero.banner-solid-colour.default-banner .hero-banner-message div {
    width: 150px;
    content: '';
    background: #74aa50;
    height: 1px;
    display: block;
    margin: auto;
    margin-bottom: 20px;
}
body:not(.home) .hero.light-banner .hero-banner-message h1:after, .hero.banner-solid-colour.default-banner .hero-banner-message h1:after {
    display: inline-block;
    height: 20px;
    width: 20px;
    transform: rotate( -135deg );
    transform-origin: center center;
    border-top: 1px solid #74aa50;
    border-left: 1px solid #74aa50;
    margin-left: -1px;
    margin-right: -1px;
    margin-bottom: -11px;
    content: '';
    top: 54px;
    position: absolute;
    left: 49.5%;
    background: #fff;
    z-index: 99;
}
.top-header p{
	margin: 0;
}
.floating-icon-widget {
    top: 17px;
    right: -10px;
    position: absolute;
}

.floating-icon-widget .icon-wrap .cart-contents:after {
    content: '';
    background-image: url(../images/cart.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 24px;
    width: 20px;
    display: block;
}
.floating-icon-widget .icon-wrap i {
    display: none;
}
.floating-icon-widget span.item-count {
    font-size: 16px;
    right: -7px;
    background-color: transparent;
}
.floating-icon-widget.round-layout a {
    height: auto;
}
.header .top-header ul li:not(:last-child) {
    margin-right: 8px;
}
.scrolled.fav-active .floating-icon-widget span.item-count {
    background-color: #ec0000;
    font-size: 11px;
}
.scrolled.fav-active .floating-icon-widget .icon-wrap .cart-contents:after {
    height: 21px;
}
.header .menu .submenu li a:hover {
    padding-left: 20px;
}
.header .menu .is-dropdown-submenu li a {
    padding: 6px 20px
}

.top-header .search-form{	
    position: absolute;	
    right: 0;	
    z-index: 1000;	
    top: 12px;	
    max-width: 198px;	
}	
.top-header .search-form .input-group{	
    margin-bottom:0;	
}	
.top-header .search-form .input-group:before{	
    content:'\f002';	
    font-family: 'Font Awesome 5 Pro';	
    position: absolute;	
    right: 8px;	
    font-size: 18px;	
    top: 4px;	
    color: #74aa50;	
}	
.top-header .search-form input[type=text]{	
    background-color: transparent;	
    color: #fff;	
}	
.top-header .search-form input[type=text],	
.top-header .search-form input[type=submit]{	
    height: 29px;	
    margin-bottom:0;	
}	
.top-header .search-form input[type=submit]{	
    background-color: transparent;	
    border: none;	
    font-size: 0;	
    position: absolute;	
    right: 0;	
}	
.top-bar-right .menu.top .elem:first-child{	
    display: flex;	
    justify-content: space-around;	
    align-items: center;	
    width: 70px;	
}	
.top-bar-right .menu.top .elem .search-modal{	
    background-color: transparent;	
    border: none;	
    font-size: 0;	
    padding-top: 0;	
    padding-bottom: 0;	
    padding-right:0;	
}	
.top-bar-right .menu.top .elem .search-modal:before{	
    content: '\f002';	
    font-family: 'Font Awesome 5 Pro';	
    font-size: 24px;	
}
@media(min-width:1024px){
	body:not(.home) .hero .hero-banner-message div {
		max-width: 70%;
	}
	.header-transparent.page-banner-hidden .page-element:first-child {
		padding-top: 240px;
	}
	.header.header-layout-3 .top-header .cell:last-child {
		/* position: absolute; */
		/* top: 30px; */
		width: 100%;
		left: auto;
		right: 8px;
		/* top: 0; */
	}

}
@media (min-width: 641px) {
  .header .top-header ul.contact-info li:not(:last-child) {
    border-right: 1px solid #ccc;
  }
}
/* Default & Light Header - START*/
.header-default .header,
.header-light .header {
  background-color: #fff;
  color: #000;
}

.header-default .header .top-header,
.header-light .header .top-header {
  background-color: #fff;
  color: #000;
}

.header-default .header .menu .is-dropdown-submenu li a,
.header-light .header .menu .is-dropdown-submenu li a {
  background-color: #fff;
}

.header-transparent .header .top-bar .menu > li > a:before{
	background-color: transparent !important;
}
/* Default & Light Header - END*/
/* Dark & Theme Header - START*/

.header-dark .header .menu .is-dropdown-submenu li a {
  background-color: #000;
}

/* Dark & Theme Header - END*/
/* Transparent Header - START*/

/* Transparent Header - END*/

.header .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::after{
	display: none;
}


/* Sticky Header - START*/
.sticky-header.scrolled.header-transparent .header {
  box-shadow: 0 2px 8px 0px rgba(0, 0, 0, 0.35);
  background-color: #000;
}

.sticky-header .header .logo-wrap {
  width: 100%;
  transition: all 1s;
}


.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a {
    padding-right: 0;
}


/* Sticky Header - END*/

@media(max-width: 640px) {
    .cell2-above-on-mobile .cell:first-child {
        order: 2;
    }
    .cell2-above-on-mobile .cell:last-child {
        order: 1;
    }
}

@media (min-width: 1024px) {
  body:not(.header-theme) .header .top-bar-right {
    align-self: flex-start;
    padding-top: 15px;
  }
  
  
.sticky-header.scrolled .header .logo-wrap {
  width: 80%;
  transition: all 1s;
}
}
/**************************
HEADER - END
**************************/
/**************************
MOBILE MENU - START
**************************/
.off-canvas .menu li.is-accordion-submenu-item a {
  padding-left: 30px;
}

.off-canvas .menu a {
  color: #fff;
}

.off-canvas .menu-button {
  margin-left: 0;
}
.custom-mobile-menu {
  font-weight: 600;
  border: 1px solid #ccc;
  padding: 8px 16px;
}

.off-canvas .menu li {
  border-bottom: 1px solid;
}

.off-canvas .menu .is-accordion-submenu-parent > a::after {
  content: "\f0da";
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  margin: auto;
  display: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  transition: all 0.25s ease-in-out;
}

.off-canvas
  .menu
  .is-accordion-submenu-parent[aria-expanded="true"]
  > a::after {
  transform: rotate(90deg);
}

.off-canvas .menu .is-accordion-submenu-parent > a {
  position: relative;
}
.top-bar-right .top li.elem {
    display: inline-block;
}

.header .top-bar .top-bar-left,
.header .top-bar .top-bar-right{
	width: auto;
    text-align: center;
    float: none !important;
}
.header .top-bar .top-bar-right.hide-for-large{
	margin-top: -30px;
}

/**************************
MOBILE MENU - END
**************************/
/*************************
SEARCH RESULTS
*************************/
.search-result-listing .hic-box .published-date{
    display: none;
}

.search-result-listing .pagination{
    justify-content: center;
}

.search-result-listing .pagination > li{
    margin: 3px;
}

.search-result-listing .pagination > li span,
.search-result-listing .pagination > li a{
    border-radius: 5px;
}

.search-results article .hic-content{
    padding: 20px;
    background-color: #f2f2f2;
}

.search-results article{
    background-color: #f2f2f2;
}

.search-results article.type-faq .hic-box .hic-title a{
    pointer-events: none;
}

.search-results article.type-faq .hic-box:not(.has-image) .hic-content{
    width: 100%;
}
/************************
SEARCH RESULTS - END
************************/
/****************************************
#HERO START
****************************************/
.hero .article-header,
.hero .hero-banner-message {
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100%;
}
.hero.banner-solid-colour.short-banner .hero-banner-message{
	padding-bottom: 0;
}
.header-transparent.with-top-header .hero.banner-solid-colour.short-banner {
    min-height: calc(200px);
}
.hero .article-header h1,
.hero .hero-banner-message h1,
.hero .hero-banner-message h2.h1 {
  font-size: 32px;
}

.hero .hero-banner-message p {
  font-size: 20px;
  line-height: 1.3;
}

.hero-form {
  text-align: left;
}

.hero-form input[type="submit"],
.hero-form button[type="submit"] {
  border: 1px solid #fff;
  background-color: transparent;
}

.hero-form header {
  margin-bottom: 24px;
}

.hero .slick-dots {
  z-index: 1;
  bottom: 0;
}

.hero.form-layout-1.form-side .hero-form {
  border-radius: 10px;
}

.hero.form-layout-2.form-inline .gform_wrapper input,
.hero.form-layout-2.form-inline .gform_wrapper select {
  height: 50px;
}

.hero.form-layout-2.form-inline .gform_wrapper textarea[rows] {
  height: 80px;
}
body.home .hero .bg-image::before {
    content: '';
    background: linear-gradient(180deg, rgba(17,17,17,1) 0%, rgba(17,17,17,0.7626400902157738) 45%, rgba(0,212,255,0) 100%);
    width: 100%;
    height: 350px;
    z-index: 1;
    display: block;
    position: absolute;
    top: 0;
}
body.home .hero .bg-image:after {
    background: linear-gradient(0deg, rgb(17 17 17) 18%, rgb(170 170 170 / 0%) 85%);
    position: absolute;
    width: 100%;
    height: 400px;
    z-index: 1;
    content: '';
    bottom: 0;
    left: 0;
}
.section-header {
    max-width: 950px;
}
.grid-container:not(.full)>.section-header.grid-padding-x {
    margin-left: auto;
    margin-right: auto;
}
.banner-no-text .hero-banner-message {
    display: none;
}

.hero .slick-dots li button:before {
    opacity: 1;
    font-size: 12px;
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color: #74aa50;
    color: transparent;
}

@media (min-width: 641px) {
  .hero.slider-carousel-banner.default-alignment .hero-banner-message,
  .hero.slider-carousel-banner.text-left .hero-banner-message {
    max-width: 600px;
  }

  .hero .article-header h1,
  .hero .hero-banner-message h1,
  .hero .hero-banner-message h2.h1 {
    font-size: 40px;
  }
}

@media (min-width: 1024px) {
  .hero .article-header h1,
  .hero .hero-banner-message h1,
  .hero .hero-banner-message h2.h1 {
    font-size: 48px;
  }
  .home .hero .slick-dots {
      bottom: 34px;
  }
}

/****************************************
HERO END
****************************************/
/**************************
#PAGE ELEMENTS - START
**************************/
.page-elements
  > .page-element.default-section:not(.has-bg-img)
  + .page-element.default-section:not(.has-bg-img),
.page-elements > .page-element.light-section + .page-element.light-section,
.page-elements > .page-element.grey-section + .page-element.grey-section,
.page-elements > .page-element.dark-section + .page-element.dark-section,
.page-elements > .page-element.theme-section + .page-element.theme-section {
  padding-top: 0;
}
.section-title {
  text-transform: uppercase;
}
.section-title span {
  font-size: 16px;
  display: block;
  font-weight: 700;
  letter-spacing: 4px;
  margin-bottom: 5px;
}

.section-header .sub-heading {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0;
}

.section-title,
.image-above-content .hic-title h3,
.image-overlay-content .hic-title h3,
.image-left-content .hic-title h3,
.image-right-content .hic-title h3,
.icon-above-content .hic-title h3,
:not(.project-planner) .timber-species .hic-title h3{
  position: relative;
}
.section-title:after,
.image-above-content .hic-title h3:after,
.image-overlay-content .hic-title h3:after,
.image-left-content .hic-title h3:after,
.image-right-content .hic-title h3:after,
.icon-above-content .hic-title h3:after {
  content: "";
  width: 20px;
  height: 1px;
  display: block;
  background-color: #74aa50;
  margin-top: 15px;
  margin-bottom: 15px;
}

.default-alignment .section-title:after,
.text-center .section-title:after,
.image-above-content.default-alignment .hic-title h3:after,
.image-overlay-content.default-alignment .hic-title h3:after,
.icon-above-content.default-alignment .hic-title h3:after,
.icon-above-content.text-center .hic-title h3:after,
.single-post .post-content.default-alignment h1.single-title:after{
  margin-left: auto;
  margin-right: auto;
}

h2.section-title.align-left:after,
.image-left-content .hic-title h3:after,
.image-right-content .hic-title h3:after {
  margin-left: 0;
}

.hic-content {
  display: flex;
  flex-flow: column;
  padding-bottom: 24px;
}

.hic-title h3 {
    font-weight: 600;
    text-transform: uppercase;
}
/*
.large-2 .hic-title h3 {
  font-size: 18px;
}
*/
.page-element.box-shadow .hic-box {
  box-shadow: 4px 8px 12px 0 rgba(0, 0, 0, 0.15);
}

.hic-blurb p:last-child {
  margin-bottom: 0;
}

.image-above-content .has-image .hic-content,
.image-overlay-content .has-image .hic-content {
  padding-top: 24px;
}

.image-above-content.default-alignment .hic-box {
  text-align: center;
}

.image-above-content .hic-box,
.white-boxes .hic-box,
.grey-boxes .hic-box {
  height: 100%;
}

.image-overlay-content .hic-box {
  position: relative;
  border: 0;
}

.image-overlay-content .has-image .hic-content {
  position: absolute;
  top: 0;
  bottom: 0;
  text-align: center;
  height: 100%;
  width: 100%;
  margin-bottom: 0;
  padding: 15px;
  color: #fff;
  justify-content: center;
  display: flex;
  flex-flow: column;
}
.project-planner-element.image-overlay-content .has-image .hic-content {
   background-color: rgba(0, 0, 0, 0.8); 
}
.image-overlay-content .has-image .hic-content {
  background-color: rgba(0, 0, 0, 0.6);
}
.image-overlay-content .has-video .hic-content {
  background-color: transparent;
  bottom: 34px;
  height: auto;
  top: auto;
}
.image-overlay-content .hic-blurb p{
	width: 90%;
	margin:auto;
}
.image-overlay-content .hic-title h3 {
	  margin-bottom: 0;
    font-weight: 600;
}
.image-overlay-content .hic-box:hover .hic-title h3{
	color: #fff;
}
.grey-boxes .hic-box {
  background-color: #f2f2f2;
}

.hic-button-wrap .button {
 	 margin-top: 24px;
    margin-bottom: 0;
}

.content-equal-height.align-button .hic-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.content-equal-height.align-button .hic-button-wrap {
  justify-self: self-end;
  margin-top: auto;
}

.page-element.dark-section.image-above-content .hic-blurb {
  color: #fff;
}

.grey-section.grey-boxes.image-above-content .hic-content {
	background-color: #F2F2F2 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.image-above-content .medium-6.has-image .hic-content{
    padding: 24px;
}

@media(max-width: 640px){
	
	.image-above-content .medium-6.has-image .hic-image{
		margin-bottom:0;
	}

}
/* .image-above-content.grey-section .hic-box{
    background-color: #fff;
} */
/* HIC VIDEO BOX */
.hic-video-box .hic-image::before {
  content: "";
  display: block;
  padding-top: 60%;
}

.hic-video-box .hic-image {
  height: auto;
  position: relative;
}

.hic-video-box {
  position: relative;
  margin-bottom: 30px;
}

.hic-video-box .hic-content * {
  color: #fff;
}

.hic-video-box .hic-content {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  padding: 30px;
}

.video-play-container .video-play-button {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 12px;
  right: 0;
  bottom: 0;
  margin: auto;
}

.video-play-container {
  width: 50px;
  height: 50px;
  background-color: rgba(26, 26, 26, 0.75);
  border-radius: 50%;
  margin: auto;
  position: relative;
}

.has-video .hic-image {
  position: relative;
  height: 100% !important;
}

.has-video .hic-image::before {
  background-color: rgba(10, 0, 0, 0.2);
  transition: all 0.25s ease-in-out;
}

.has-video:hover .hic-image .video-play-button {
  transform: scale(1.15);
}

.has-video:hover .hic-image::before {
  background-color: rgba(10, 0, 0, 0.6);
}

.hic-image > * {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
}

.hic-video-container {
  height: 280px;
  position: relative;
}

.hic-video-container .hic-image {
  height: 100%;
}

.page-element.has-excerpt .hic-blurb strong {
  font-weight: normal;
}
.image-above-content .has-media.has-image.has-media.has-video .hic-box {
    background: #fff;
    padding-bottom: 20px;
}
.grid .section-body {
    margin-bottom: 0;
}
.project-planner section {
    padding: 50px 0;
  }
  
@media (max-width: 640px) {
    .row-fluid .section-footer .cell.hic-button-wrap{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media (min-width: 641px) {
  .page-element{
    padding: 50px 0;
  }
  /*.page-element .grid-container:not(.full) > .grid-padding-x.section-header {
    max-width: 1000px;
    margin-left: auto !important;
    margin-right: auto !important;
  }*/
  .section-header {
    margin-bottom: 30px;
  }

  .section-title {
    font-size: 24px;
    font-weight: 600;
  }

  .section-title span {
    font-size: 20px;
  }

  .image-left-content .has-image .hic-content {
    padding-left: 30px;
  }

  .image-right-content .hic-image .hic-content {
    padding-right: 30px;
  }

  .image-right-content.then-left .hic-content,
  .image-left-content.then-right .hic-content {
    padding-bottom: 30px;
    padding-top: 30px;
  }

  .image-right-content.then-left.grid .section-body .cell.medium-12,
  .image-left-content.then-right.grid .section-body .cell.medium-12 {
    margin-bottom: 0;
  }

  .image-left-content.then-right .grid .hic-content,
  .image-right-content.then-left .grid .hic-content {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    text-align: left;
  }

  .page-element.split-50-50 .hic-content {
    align-items: center;
    align-content: center;
    display: flex;
    flex-wrap: wrap;
	  justify-content: center;
  }

  .page-element.split-50-50 .hic-content > * {
    width: 100%;
  }

  .image-above-content .hic-content {
    padding: 22px;
  }

  .image-above-content .hic-content:empty {
    padding: 0;
  }

  .image-left-content.row-fluid .section-body .cell.medium-12 .hic-content,
  .image-right-content.row-fluid .section-body .cell.medium-12 .hic-content {
    padding: 4%;
  }
}

@media (min-width: 1024px) {
  .page-element,
  .project-planner section {
    padding: 80px 0;
  }
}

@media (max-width: 640px) {
  .content-box-element:not(.image-overlay-content) .hic-image {
    margin-bottom: 20px;
  }

  .image-left-content .has-image .hic-image,
  .image-right-content .has-image .hic-image {
    margin-bottom: 24px;
  }
  .image-left-content.row-fluid .section-body .cell.medium-12 .hic-content,
  .image-right-content.row-fluid .section-body .cell.medium-12 .hic-content {
    padding-right: 15px;
    padding-left: 15px;
  }
}

/*General - END*/
/*Icon Layouts - START*/
.icon-above-content.default-alignment .hic-box {
  text-align: center;
}

.icon-above-content .hic-icon {
  font-size: 60px;
  width: 100%;
  display: inline-block;
}

.icon-above-content .hic-icon img {
  height: auto;
  max-width: 150px;
  margin: 0 auto 20px;
}
/*Icon Layouts - END*/
/*Grid Layouts - START*/
.page-element.grid-layout-1 .section-body.grid .cell:not(:last-child) .hic-box {
  margin-bottom: 12px;
}

.page-element.grid-layout-1 .section-body.grid .hic-image {
  height: 300px;
}

@media (min-width: 641px) {
  .grid-layout-1 .grid-x > .large-4:first-child {
    width: 66.66667%;
  }

  .grid-layout-1 .grid-x > .large-3:first-child {
    width: 50%;
  }

  .page-element.grid-layout-1 .section-body.grid {
    padding-left: 9px;
    padding-right: 9px;
  }

  .page-element.grid-layout-1 .section-body.grid .cell {
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 12px;
  }
}

.tabs .tab-icon {
  width: 46px;
  margin-right: 8px;
}


.accordion-element .tabs {
    width: auto;
    display: flex;
    text-align: center;
    float: none;
    justify-content: center;
	border: 0;
    border-bottom: 1px solid #74aa50;
}
.accordion-element .tabs li {
    margin: 0 5px;
    background: transparent;
    border: 1px solid #74aa50;
    border-bottom: 0;
}
.accordion-element .tabs li a {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #333;
}

.default-section .accordion-title[aria-expanded="true"]:before,
.default-section .accordion-title:focus:before{
    color: #FFF;
}
.accordion-element .tabs li a:focus, .accordion-element .tabs li>a[aria-selected=true] {
    background-color: #74aa50;
	color: #fff;
}
.accordion-element.row-fluid .tabs-content {
    max-width: 1600px;
    margin: auto; 
    background: transparent;
    border: 0;
}
.product-information.row-fluid .tabs-content {
	padding: 80px 0;
}
.tabs-content {
	padding: 70px 0;
}

.tabs-content .tabs-panel > .title:not(:first-child){
	padding-top: 20px;
}
@media(max-width:640px){
	.accordion-element .tabs{
		display: flex;
		flex-flow: wrap;
	}
	.accordion-element .tabs li{
		border: 1px solid #74aa50;
		width: 50%;
		margin: 0;
	}
	.accordion-element.row-fluid .tabs-content {
		padding: 24px;
	}
	.accordion-element .tabs-panel {
	    padding: 0;
	}
}

/*Grid Layouts - END*/
/**************************
PAGE ELEMENTS - END
**************************/
/**************************
#TESTIMONIAL ELEMENT - START
**************************/
.testimonial-element.content-only .hic-content {
  position: relative;
}

.testimonial-element.content-only .hic-content {
  padding-top: 70px;
}

.testimonial-element.content-only .hic-content:before {
  content: "\f10d";
  position: absolute;
  left: 20px;
  top: 20px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 28px;
}

.testimonial-element .client-details {
  margin-top: 20px;
}

.testimonial-element .client-name {
  font-weight: 600;
}

.testimonial-element .client-name {
  font-weight: 600;
}

.single .testimonial-element.default-alignment {
  text-align: center;
}
.single .testimonial-element.default-section {
  background-color: #f2f2f2;
}
.single .testimonial-element.default-section .hic-box {
  background-color: #fff;
  padding: 50px;
}
.single .testimonial-element .grid-container {
  max-width: 950px;
}
.single .testimonial-element .hic-image {
  height: 250px;
  width: 250px;
  margin: 26px auto;
  border-radius: 50%;
}
.page-element.testimonial-element.default-section.has-bg-img {
  color: #1b1b1b;
}

/**************************
TESTIMONIALS ELEMENT - END
**************************/
/**************************
#ACCORDION - START
**************************/

.accordion,
.accordion-content{
	background-color: transparent;
	border: 0;
    padding: 10px 0 20px;
}

.accordion-element .accordion-item .accordion-title,
.product-information-tab .accordion-item .accordion-title{
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
    font-weight: 600;
    background-color: transparent;
	color: #333;
	padding: 20px 0;
	border:0;
	border-top: 1px solid #ccc;
    padding-right: 30px;
}


.accordion-element .accordion-item  .accordion-title:hover,
.accordion-element .accordion-item.is-active .accordion-title,
.product-information-tab .accordion-item.is-active .accordion-title,
.product-information-tab .accordion-item  .accordion-title:hover{
	background-color: transparent;
	border:0;
	border-top: 1px solid #74aa50;
}
:last-child>.accordion-content:last-child {
    border-bottom: 1px solid #ccc;
}
.accordion-title:before{
	color:#74aa50;
}
.product-information-tab .tabs-content .product-item .button:hover{
	background-color: #74aa50;
}
@media (min-width: 1024px) {
  .accordion-element.image-left-accordion .section-body .cell,
  .accordion-element.image-right-accordion .section-body .cell {
    width: 50%;
  }

  .accordion-element.image-right-accordion .section-body .feature-image {
    order: 2;
  }
}

/**************************
ACCORDION - END
**************************/
/**************************
#FORMS - START
**************************/
.gfield_html {
  margin-bottom: 16px;
}
.field-disclaimer {
  padding: 16px;
}
.default-section:not(.has-bg-img) .field-disclaimer,
.light-section .field-disclaimer {
  background-color: #f2f2f2;
}
.field-disclaimer {
  font-size: 14px;
}
.grey-section input, .grey-section textarea {
    background: transparent;
    border: 1px solid #74aa50;
}
.grey-section .gform_button.button{
	background-color: #74aa50;
}
.grey-section .gform_button.button {
    background-color: #74aa50;
    color: #fff;
    padding: 15px 30px;
	transition: all .3s;
}

.grey-section .gform_button.button:hover{
	background-color: #5e8c40;
}
.gform_wrapper .gfield_label {
    font-size: 16px;
    font-weight: 400;
}
.ginput_container_consent {
    margin-bottom: 14px;
}
@media (max-width: 640px) {
  .input-group {
    flex-flow: column;
  }
}
@media(min-width:1024px){
	.gform_fields > .gfield.gf_right_half, .gform_fields > .gfield.gf_left_half {
		width: 50%;
	}
}

/**************************
FORMS - END
**************************/
/*********************
#General Form Styling
*********************/
.general-form .gform-wrapper {
  margin: 0 !important;
}

.general-form .gform_body {
  display: table;
  width: 100%;
}

.general-form .gform_footer {
  text-align: center;
}

.general-form .gfield {
  margin-bottom: 18px;
}

.general-form .gfield input,
.general-form .gfield select,
.general-form .gfield textarea {
  margin-bottom: 0 !important;
}

.general-form .gfield .gfield_label {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 8px;
}

.general-form .gfield select:focus {
  outline: none !important;
}

.general-form .gfield.gfield_html ul {
  list-style: disc;
  font-size: 16px;
  margin-left: 36px;
}

.general-form .gfield.inline-price-field .gfield_label,
.general-form .gfield.inline-price-field .ginput_container_product_price {
  display: inline-block;
}

.general-form .gfield_required {
  color: #a90000;
}

.general-form .gform_fields .gfield.gfield_total {
  border: 2px dashed #ccc;
  padding: 8px;
  text-align: center;
}

.general-form .gform_fields .gfield.gfield_total .ginput_total {
  margin-left: 8px;
  font-weight: 700;
}

.general-form .gform_fields .gfield.gfield_total .gfield_label,
.general-form .gform_fields .gfield.gfield_total .ginput_container_total {
  font-size: 18px;
  display: inline-block;
}

.general-form .gform_confirmation_message {
  text-align: center;
  font-weight: 700;
}

.general-form .charleft,
.general-form .gfield_description,
.general-form .screen-reader-text {
  font-style: italic;
  margin-top: 4px;
  color: #666;
  padding: 0px 8px;
}


.general-form .gfield_price .ginput_container_singleproduct span,
.general-form .charleft,
.general-form .gfield_description,
.general-form .screen-reader-text,
.general-form .gfield,
.general-form .ginput_container_creditcard label {
  font-size: 12px;
}

.general-form .ginput_container_date img {
  display: none !important;
}

.general-form .datepicker {
  background-image: url(../images/calendar-icon.png);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: 95% 13px;
}

#ui-datepicker-div{
    background-color: #f2f2f2;
}

#ui-datepicker-div .ui-datepicker-header{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev{
    order: 1;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next{
    order: 3;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title{
    display: flex;
    order: 2;
    align-items: center;
    width: 60%;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title select{
    margin-bottom: 0;
}

.general-form .gform_drop_area {
  position: relative;
  border: 2px dashed #ccc;
  text-align: center;
  padding: 24px;
}

.general-form .ginput_container_fileupload .validation_message {
  margin-top: 0 !important;
}

.general-form .gform_fileupload_multifile .gform_button_select_files {
  font-size: 12px !important;
  background-color: #fff !important;
  color: #585858;
  border-radius: 6px !important;
  padding: 4px;
  height: auto;
  font-weight: 600;
  margin-left: 12px !important;
  box-shadow: 0 1px 0px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #ccc !important;
}

.general-form .ginput_container_creditcard label {
  margin-left: 12px;
  margin-bottom: 16px;
}

.general-form .ginput_card_security_code_icon {
  transform: translateX(12px);
}

.general-form .gfield_description.validation_message {
  color: #a90000;
  margin: -10px 0 0;
}

.general-form .gf_progressbar_wrapper {
  margin-bottom: 24px;
}

.general-form .gf_progressbar_title {
  font-size: 16px;
  text-align: center;
}

.general-form .gf_progressbar_percentage {
  background-color: #333;
}

.general-form .gf_progressbar {
  background-color: #fff;
  border-radius: 40px;
  overflow: hidden;
}

.general-form .gf_progressbar span {
  color: #fff;
  font-weight: 700;
  padding-left: 16px;
  font-size: 16px;
}

.general-form .gform_page_footer .button {
  margin: 4px 0;
  min-width: 160px;
}

.general-form .gform_page_footer input:not([type="submit"]) {
  background-color: #444;
}

.general-form .gform_page_footer input:not([type="submit"]):hover {
  background-color: #000;
}

.general-form .gform_page_footer input[type="Submit"]:hover {
  background-color: #000;
  color: #fff;
}

.general-form .center-buttons .gform_page_footer {
  text-align: center;
}

.general-form .gsection {
  border-bottom: 1px solid #ccc;
}

.general-form .gsection_title {
  font-size: 18px;
}

.general-form .ginput_quantity {
  display: inline-block;
  width: 100px;
}

.general-form .gfield_checkbox,
.general-form .gfield_radio {
  margin-left: 14px;
}

.general-form .gfield_checkbox li label,
.general-form .gfield_radio li label {
  font-size: 12px;
  line-height: 1.9;
  vertical-align: bottom;
}

.general-form .gfield_checkbox li {
  display: block;
  width: 100%;
}

.general-form .gform_card_icon {
  display: inline-block;
  font-size: 0;
  margin-right: 16px;
}

.general-form .gform_card_icon:before {
  font-family: "Font Awesome 5 Brands";
  font-size: 40px;
  opacity: 0.6;
}

.general-form .gform_card_icon.gform_card_icon_selected:before {
  opacity: 1;
}

.general-form .gform_card_icon_amex:before {
  content: "\f1f3";
}

.general-form .gform_card_icon_visa:before {
  content: "\f1f0";
}

.general-form .gform_card_icon_mastercard:before {
  content: "\f1f1";
}

.general-form .ginput_card_security_code_icon:before {
  font-family: "Font Awesome 5 Pro";
  font-size: 12px;
  content: "\f023";
  font-weight: 900;
}

.general-form .ginput_card_security_code_icon + label,
.general-form .ginput_card_security_code_icon {
  display: inline-block;
}

.general-form.main-contact-form .gform_wrapper {
  margin-bottom: 0;
}

.general-form.general-form-style-1 .gform_wrapper .cell {
  padding: 0 16px;
}

.general-form.general-form-style-1 .gform_footer input[type="submit"]:hover {
  background-color: #000;
  color: #fff;
}

.general-form.general-form-style-1 .inner-section > .grid-container {
  background-color: #f2f2f2;
  padding-top: 24px;
  padding-bottom: 24px;
}

body .general-form .gform_wrapper .gfield input,
body .general-form .gform_wrapper .gfield select,
body .general-form .gform_wrapper .gfield textarea {
  border: 1px solid #eaeaea;
  font-size: 12px;
  background-color: #fff;
  padding-left: 14px !important;
  padding-right: 14px !important;
}

body .general-form .gform_wrapper .gfield input[type="file"] {
  font-size: 14px;
  line-height: 1;
  background-color: transparent !important;
  border: none;
  height: auto;
}

body .general-form .gform_wrapper .gfield.disabled-input input.ginput_amount {
  background-color: transparent !important;
  border: none;
  font-weight: 700;
  color: #a90000;
}

/**************************
#MAP CONTACT FORM - START
**************************/
.ginput_recaptcha {
  margin-bottom: 20px;
}

.contact-layout-1 .sub-map iframe {
  width: 100%;
  display: block;
}

.contact-layout-1 .sub-map > p {
  margin: 0;
}

.map-form-element.contact-layout-2 .grid-x > .medium-5,
.map-form-element.contact-layout-2 .grid-x > .medium-7 {
  width: 100%;
}

.map-form-element.contact-layout-2:not(.inline-form) .gform_wrapper {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.form-featured-image .featured-image {
  height: 100%;
}

.pe-form-column:only-child {
  width: 100%;
}

.contact-layout-4.has-bg-img input,
.contact-layout-4.has-bg-img select,
.contact-layout-4.has-bg-img textarea {
  background-color: transparent;
  border-left: none;
  border-right: none;
  border-top: none;
  border-color: #f4f4f4;
  color: #fff;
}
@media (min-width: 641px) {
  .default-contact-layout.default-alignment .section-header {
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .map-form-element.has-bg-img .bg-float:before {
    background: rgba(27, 31, 42, 0.8);
  }
}

@media (max-width: 640px) {
  .map-form-element.image-contain .featured-image {
    height: auto;
  }

  .map-form-element.image-contain .featured-image::before {
    content: "";
    width: 100%;
    height: auto;
    display: block;
    padding-top: 60%;
  }
}
/**************************
#MAP CONTACT FORM - END
**************************/
/*************************
#LOCATION - START
**************************/
.location-map {
  height: 700px;
}

.location-website > span,
.contact-website > span{
    font-weight: 600;
}

.location-map .location-detail .hic-button-wrap .button {margin-top: 0;}

/**************************
#LOCATION - END
**************************/
/****************************************
#POST SELECTION START
****************************************/
@media (min-width: 641px) {
  .hic-simple-select-element .input-group {
    align-items: center;
    justify-content: center;
  }

  .hic-simple-select-element h4 {
    font-size: 16px;
    margin-bottom: 0;
    margin-right: 24px;
  }

  .hic-simple-select-element select {
    background-position: right 0 center;
    max-width: 300px;
    margin-bottom: 0;
  }
}

@media (min-width: 1024px) {
  .hic-simple-select-element h4 {
    font-size: 24px;
  }

  .hic-simple-select-element select {
    max-width: 450px;
    padding: 12px 16px;
    height: auto;
  }
}

/****************************************
#POST SELECTION END
****************************************/
/**************************
ENTRY CONTENT - START
**************************/
.entry-content .wp-post-image {
  margin-bottom: 20px;
}

.post-byline li {
  display: inline-block;
  margin-right: 8px;
  border-right: 1px solid #ccc;
  padding-right: 8px;
  line-height: 1;
}

.post-byline li:last-child {
  border-right: none;
}

.body-content {
  margin-left: auto;
  margin-right: auto;
}

.page-title .vcard {
  border: 0px;
  padding: 0px;
}

.byline {
  color: #999;
}

.entry-content img {
  max-width: 100%;
  height: auto;
}

.entry-content .alignleft,
.entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
}

.entry-content .alignright,
.entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
}

.entry-content .aligncenter,
.entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}

.entry-content video,
.entry-content object {
  max-width: 100%;
  height: auto;
}

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
}

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
}

.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}

.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}

/**************************
ENTRY CONTENT - END
**************************/
/**************************
TEAM MEMBER PAGE - START
**************************/
.single-team .hero {
  height: 398px;
}
.agent-sinlge-header .grid-x {
  width: 100%;
}
.single-team.subpage .main-content {
  padding-bottom: 0;
}
.agent-sinlge-header {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
}
.agent-sinlge-header .inner {
  height: 100%;
}
.agent-sinlge-header .ash-container {
  max-width: 650px;
  width: 90%;
  margin: 80px auto 0 auto;
  background-color: rgba(255, 255, 255, 0.68);
  padding: 34px;
  border-radius: 4px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.4);
}
.agent-sinlge-header .agent-avatar {
  height: 120px;
  width: 120px;
  border-radius: 50%;
  margin: 0 auto;
  border: 2px solid #1b1f2a;
}
.agent-sinlge-header .agent-details {
  color: #1b1b1b;
}
.agent-sinlge-header .agent-name {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
}
.agent-sinlge-header .agent-position {
  color: #fff;
  margin-bottom: 12px;
}
.agent-sinlge-header .agent-address {
  margin-bottom: 0;
}
.single-team .agent-bio-col,
.single-team .agent-bio-col + .cell {
  padding-bottom: 50px;
  padding-top: 50px;
}
.single-team .secondary-text {
  font-weight: 700;
}
.single-team .agent-phone,
.single-team .agent-email,
.single-team .agent-alternative-number {
  margin-bottom: 10px;
}
.single-team .agent-phone .accent-text,
.single-team .agent-email .accent-text,
.single-team .agent-alternative-number .accent-text {
  margin-right: 5px;
}
.agent-listing-section {
  padding: 50px 0;
  background-color: #f7f7f7;
}
.agent-listing-section .section-title {
  text-align: center;
}
.single-team .agent-bio-col + div > :last-child {
  margin-bottom: 50px;
}

@media (min-width: 641px) {
  .agent-listing-section {
    padding: 80px 0;
  }
  .agent-listing-section .section-title {
    text-align: left;
  }

  .agent-sinlge-header .ash-container {
    width: 70%;
  }

  .agent-sinlge-header .agent-avatar {
    height: 150px;
    width: 150px;
  }
}

@media (min-width: 1024px) {
  .agent-sinlge-header .agent-name {
    font-size: 28px;
  }

  .agent-sinlge-header .agent-avatar {
    height: 200px;
    width: 200px;
  }
  .agent-sinlge-header .ash-container {
    width: auto;
  }
}
/**************************
TEAM MEMBER PAGE - END
**************************/
/**************************
SIDEBAR - START
**************************/
.sidebar .widget {
  margin-bottom: 25px;
}

.sidebar .widgettitle {
  font-weight: 600;
}

.sidebar li {
  border-bottom: 1px solid #e9e9e9;
  padding: 6px 15px 6px 0;
}
.sidebar li a {
  color: inherit;
  display: block;
}
.sidebar .button-group .button {
  border-radius: 0;
  margin: 0;
  height: auto;
  padding: 0 15px;
}
/**************************
SIDEBAR - END
**************************/
/**************************
#PRODUCT - START
**************************/
.description-gallery .button i {
  margin-right: 12px;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  color: #fff;
}

.button span.cart-item-count {
  z-index: 1;
}

.page-my-account.woocommerce-page .col2-set .col-2 {
  margin-top: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  border: 1px solid #e3e3e3;
  box-shadow: 0 1px 4px 0 rgba(10, 0, 0, 0.15);
}
.woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  margin: 0;
}
.woocommerce-MyAccount-navigation ul li {
  border-bottom: 1px solid #e3e3e3;
}
.woocommerce-MyAccount-navigation ul li:last-child {
  border-bottom: 0;
}
.woocommerce-MyAccount-navigation ul li a {
  color: #757575;
  display: block;
  padding: 6px 15px;
  background-color: #fff;
}

.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li.is-active a:hover {
  color: #fff;
}

.woocommerce-page .woocommerce table.shop_table thead th,
.woocommerce-page .woocommerce table.shop_table th {
  color: #74aa50;
  vertical-align: middle;
}

.woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled]{
    color: #000;
    padding: 16px 20px;
}

.woocommerce a.button.alt{
    color: #000;
}

.woocommerce-cart table.cart td.actions .coupon {
  display: flex;
  flex-wrap: wrap;
}

.woocommerce-cart .cart-empty.woocommerce-info {
  width: 100%;
}
.scrolled .top-bar .floating-icon-widget,
.top-bar .floating-icon-widget{
    display: none;
}
.scrolled .floating-icon-widget.shopping-cart-widget {
    display: block;
}
.listing-element .pager-column .page-numbers.current {
  color: #fff;
}
.listing-element .pager-column {
  text-align: center;
}
.listing-element .pager-column .page-numbers {
  display: inline-block;
  padding: 6px 12px;
  background-color: #f2f2f2;
  border-radius: 4px;
  min-width: 40px;
  text-align: center;
}

.hic-notice .woocommerce-error li .button {
  margin-left: 12px;
}


.product-information-tab .tabs {
    width: auto;
    display: flex;
    text-align: center;
    float: none;
    justify-content: center;
	border: 0;
    border-bottom: 1px solid #74aa50;
}
.product-information-tab .tabs li {
    margin: 0 5px;
    background: transparent;
    border: 1px solid #74aa50;
    border-bottom: 0;
}
.product-information-tab .tabs li a {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #333;
    max-width: 298px;
	height: 100%;
	display: flex;
	align-items: center;
}

.product-information-tab .tabs li a:focus, .product-information-tab .tabs li>a[aria-selected=true] {
    background: #74aa50;
    color: #fff;
}
.product-information-tab .tabs-content {
    max-width: 1600px;
    margin: auto;
    background: transparent;
    border: 0;
}

.product-information-tab .product-listing.image-above-content{
    padding: 30px 0;
}

.product-information-tab .product-listing.image-above-content .product-item .categories{
    display:none;
}

.product-information-tab .product-listing.image-above-content .product-item .hic-content{
    padding: 24px;
}

.product-information-tab .product-listing.image-above-content .product-item {
    border: none;
}

.product-information-accordion .product-listing.image-above-content .product-item .button{
    background-color: transparent;
}

.product-information-accordion .product-listing.image-above-content .product-item .hic-image{
    background-size: contain;
    background-repeat: no-repeat;
}
.product-information-tab .product-listing.image-above-content .product-list .hic-button-wrap .button:not(:first-child),
.product-information-accordion .product-listing.image-above-content .product-list .hic-button-wrap .button:not(:first-child),
.product-information-tab .product-listing.image-above-content .product-item .categories,
.product-information-accordion .product-listing.image-above-content .product-item .categories,
.product-information-accordion .product-listing.image-above-content .product-item .hic-blurb{
    display: none !important;
}

.content-box-element.grey-section.image-above-content:not(.overlap-top) .section-body.product-list .hic-content,
.product-listing-col-2.content-box-element.grey-section.image-above-content:not(.overlap-top) .hic-content{
    background-color: transparent !important;
}
.product-listing-col-2 .hic-button-wrap {
    display: none;
}
.product-listing-col-2 .hic-content {
    padding: 0;
}
.product-listing-col-2.image-above-content .product .hic-title h3:after,
:not(.project-planner) .timber-species .hic-title h3:after{
    content: '\f054';
    font-family: 'Font Awesome 5 Pro';
    background-color: transparent;
    display: inline-block;
    font-weight: 300;
    color: #74aa50;
    height: auto;
    margin: 0;
    font-size: 18px;
    transform: translate(16px, 0);
    transition: all .25s ease-in-out;
}
.product-listing-col-2.image-above-content .product .hic-title h3:after,
:not(.project-planner) .timber-species .hic-box:hover .hic-title h3:after{
    transform: translate(22px, 0);
}

.product-sizes {
    border-top: 1px solid #74aa50;
    border-bottom: 1px solid #74aa50;
    padding: 12px 4px 12px 2px;
    display: inline-flex;
    margin-top: 16px;
}
.product-sizes p {
    margin-bottom: 0;
}
.product-sizes label {
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 12px;
}

/*.single-product .product-features.icon-left-content {*/
/*    max-width: 750px;*/
/*    margin-left: 80px;*/
/*}*/

.single-product .product-features.icon-left-content{
	width: calc(50% - (100% - 1520px) / 2);
}

.single-product .woocommerce div.product form.cart .button{
    color: #000;
}
@media (min-width: 641px){
    .product-listing-col-2.image-above-content .medium-6.has-image .hic-content {
        padding: 32px;
    }
}
@media(max-width: 1520px){
	.single-product .product-features.icon-left-content{
		width: 50%;
	}
}

.single-product .product-features.icon-left-content .section-body {
    justify-content: space-between;
	padding-left: 15px;
    padding-right: 15px;
}
.single-product .product-features.icon-left-content .section-body .cell {
    border-bottom: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    width: 48%;
    padding: 0;
    margin-bottom: -1px;
}
.single-product .product-features.icon-left-content .hic-image-container + .hic-content {
    padding: 20px 20px 20px 68px;
}
.single-product .product-features.icon-left-content .hic-content {
    padding-left: 16px;
}
.single-product .product-features.icon-left-content .hic-box {
    display: flex;
    width: 100%;
    position: relative;
    height: 100%;
    align-items: center;
}
.single-product .product-features.icon-left-content .hic-image-container {
position: absolute;
    left: -3px;
    top: 0;
    height: 60px;
    bottom: 0;
    margin: auto;
    width: 60px;
    display: flex;
    align-items: center;
}
.single-product .product-features.icon-left-content .hic-image {
    background-size: contain;
    background-repeat: no-repeat;
    width: 90px;
    height: 48px;
}
.single-product .product-features.icon-left-content .hic-title h3 {
    margin-bottom: 0;
    font-weight: 400;
}

.single-product .product_cat-prepare .product_title:before{
    background-image: url(../images/prepare-prepend.v2.svg);
}

.single-product .product_cat-protect .product_title:before,
.single-product .product_cat-interior .product_title:before{
    background-image: url(../images/protect-prepend.v2.svg);
}
.listing-information.default-alignment .disclaimer {
    text-align: center;
}
.listing-information .disclaimer {
    max-width: 1170px;
    margin: 0 auto;
    
}

@media(max-width: 640px) {
    .single-product .default-alignment .product_title,
    .single-project .default-alignment .project-title,
    .default-alignment .timber-information h1 {
        text-align: center;
    }
      .single-product .default-alignment .product_title:after,
    .single-project .default-alignment .project-title:after,
    .default-alignment .timber-information h1:after {
        margin-left: auto;
          margin-right: auto;
    }
}
.single-product .product_title,
.single-project .project-title,
.timber-information h1{
    text-transform: uppercase;
}
.single-product .product-information-tab .tabs-content h3,
.single-product .product-information-tab .tabs-content h4,
.single-product .product-information-tab .tabs-content h5{
    text-transform: uppercase;
    font-weight: 700;
}
.woocommerce div.product form.cart .single_add_to_cart_button,
.woocommerce div.product form.cart .single_add_to_cart_button:disabled[disabled]{
    background-color: #74aa50;
    color: #FFF;
}

.woocommerce div.product form.cart .single_add_to_cart_button:hover{
	color: #000;
	background-color: #fff;
}

.product-information-tab hr {
    max-width: 100%;
}

/*Products - START*/
.product-element.product-features .hic-title h3 {text-transform: none; font-size: 16px;}
.product-element.description-gallery .image-grid .hic-image-container .hic-image::before {padding-top: 40%;}
.single-product .product.product-type-variable p.price {display: none;}

/* .single-product.product-colourtones .description-gallery .hic-button-wrap .button:last-child {background: #74aa50;
color: #fff;} */

.align-cb-center .section-body{
	justify-content: center;
}

	.product-element.listing-information .section-body > div > p,
.woocommerce div.product form.cart div.quantity,
.woocommerce div.product form.cart .variations{
	    display: none;
	}
.woocommerce div.product form.cart .button{
	min-width: auto;
}
@media (max-width: 640px) {
  .woocommerce-cart table.cart td.actions .coupon .input-text,
  .woocommerce-cart table.cart td.actions .coupon .button,
	.single-product .product-features.icon-left-content .section-body .cell{
    width: 100%;
  }

  .woocommerce-cart table.cart td.actions .coupon .input-text {
    margin-bottom: 5px !important;
  }

  .woocommerce-cart table.cart td.actions .coupon {
    padding-bottom: 1rem;
  }
	.single-product .product-features.icon-left-content .hic-image{
    	margin: 10px 0;
	}

	.single-product .product_title:after, .section-header h1.page-title:after {
		margin: 20px auto;
	}
	
	.product-element.description-gallery .image-grid .hic-image-container .hic-image::before{
	    padding-top: 60%;
	}
	
}

@media (min-width: 641px) {
  .woocommerce-cart table.cart td.actions .coupon .input-text {
    margin-bottom: 0 !important;
    height: auto;
    width: 150px;
    margin-right: 5px !important;
    background-color: #eee;
  }
  	.product-information-tab .medium-8 {padding-right: 5%; border-right: 1px solid rgba(0,0,0,.2);}
	.product-information-tab .medium-4 {padding-left: 5%;}
}


@media (min-width: 641px) and (max-width: 1023px) {
  .woocommerce-cart table.cart td.actions .coupon .input-text {
    width: 50%;
  }

  .woocommerce-cart table.cart td.actions .coupon .button {
    width: calc(50% - 5px);
  }
  
  .full-width-tablet .product-listing.image-above-content .product-list .medium-6,
  .full-width-tablet.product-listing.image-above-content .product-list .medium-6,
  .full-width-tablet.product-categories.image-above-content .product-list .medium-6,
  .full-width-tablet .section-body > .cell{
      width: 100%;
  }
  
  .full-width-tablet .product-listing.image-above-content .product-list  .hic-image,
  .full-width-tablet.product-listing.image-above-content .product-list .hic-image,
  .full-width-tablet.product-categories.image-above-content .product-list .hic-image{
      max-width: 400px;
      margin: auto;
  }
  
  .full-width-tablet .product-listing.image-above-content .product-list  .hic-button-wrap,
  .full-width-tablet.product-listing.image-above-content .product-list  .hic-button-wrap,
  .full-width-tablet.product-categories.image-above-content .product-list .hic-button-wrap{
      display: flex;
      justify-content: space-evenly;
  }
  
  .full-width-tablet .product-listing.image-above-content .product-list  .hic-button-wrap .button,
  .full-width-tablet.product-listing.image-above-content .product-list  .hic-button-wrap .button,
  .full-width-tablet.product-categories.image-above-content .product-list .hic-button-wrap .button{
      min-width: 200px;
  }
  
  .accordion-element .tabs li a{
      padding: 15px 15px;
  }
  
  .product-element.listing-information .cutek-difference .cell {
      width: 100%;
  }
}

@media (max-width: 1023px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    margin-bottom: 20px;
  }
  .woocommerce div.product .product_title {
    	text-align: center;
    }
	.single-product .product-features.icon-left-content {
    width: 100%;
}
}
@media (min-width: 1024px) {
    .single-product .product_title {
        margin-bottom: 28px;
    }
    .single-product .tabs-content .tabs-panel {
        max-width: 1520px;
		padding: 15px;
    }
    .single-product .product-features {
        margin-top: -180px;
        margin-bottom: 40px;
    }
    .single-product .product-features.icon-left-content {
        position: absolute;
        top: 696px;
        left: 20px;
        padding: 0;
    }
    .single-product .description-gallery {
        min-height: 750px;
    }
   
    .product-sizes {
        left: 0;
        bottom: 0;
        max-width: 200px;
    }
    .single-product .description-gallery .hic-button-wrap {
        left: 210px;
        margin-top: 0;
        bottom: 1px;
		display: flex;
    }
    .single-product .description-gallery .product-content {
        padding-bottom: 30px;
    }
    .product-information-tab .medium-7:first-child {
        padding-right: 5%;
        border-right: 1px solid rgba(0, 0, 0, 0.2);
    }
    .product-information-tab .medium-5:last-child {
        padding-left: 5%;
    }
    .single-product .product-features.icon-left-content .hic-image-container + .hic-content {
        padding: 20px 20px 20px 46px;
    }
    .single-product .product-features.icon-left-content .hic-image {
        background-size: contain;
        background-repeat: no-repeat;
        width: 76px;
    }
    .single-product .product-features.icon-left-content .hic-image-container,
    .single-product .product-features.icon-left-content .hic-image {
        width: 38px;
    }
}

@media(min-width: 1025px){
     .single-product .description-gallery .hic-button-wrap,
    .product-sizes {
        position: absolute;
    }
    .single-product .description-gallery .product-content {
        padding-bottom: 80px;
    }
}
@media(min-width: 1280px) {
    .single-product .product-features.icon-left-content {
        position: absolute;
        top: 710px;
    }
    .single-product .product-features.icon-left-content .hic-image-container, 
    .single-product .product-features.icon-left-content .hic-image {
        width: 44px;
    }
    .single-product .product-features.icon-left-content .hic-image-container + .hic-content {
        padding: 20px 20px 20px 56px;
    }
}
@media(min-width: 1360px) {
    .single-product .product-features.icon-left-content {
        top: 710px;
    }
}
@media(min-width: 1440px) {
    .single-product .product-features.icon-left-content {
        top: 733px;
    }
    .single-product .product-features.icon-left-content .hic-image-container + .hic-content {
       padding: 20px 20px 20px 60px;  
    }
    .single-product .product-features.icon-left-content .hic-image-container, .single-product .product-features.icon-left-content .hic-image {
        width: 52px;
    }
}
@media(min-width: 1600px) {
    .single-product .product-features.icon-left-content {
         top: 733px;
        left: 60px;
    }    
}
@media(min-width: 1660px) {
    .single-product .product-features.icon-left-content {
        top: 733px;
        left: calc((100% - 1520px) / 2);
    }
    .single-product .product-features.icon-left-content .hic-image-container + .hic-content {
        padding: 24px 20px 24px 60px;  
    }
}

/**************************
PRODUCT - END
**************************/
/**************************
MODAL - START
**************************/
.reveal {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);
  border: none;
  border-radius: 8px;
  padding: 35px;
}

.reveal .button {
  margin-bottom: 0;
}

@media (max-width: 640px){
    .reveal {
        border-radius: 0;
        padding: 20px;
    }
}

/**************************
MODAL - END
**************************/

/****************************************
#SIGN UP FORM - START
****************************************/
.subscription-form li {
  list-style: none;
}
.subscription-form .wizard .field-radio input {
  display: none;
}
.form-step-header {
  max-width: 650px;
  margin: 0 auto 64px;
  text-align: center;
}
.subscription-form .step-title {
  font-weight: 700;
  font-size: 28px;
}
.subscription-form .step-description {
  font-size: 16px;
}
.subscription-form .progressbar {
  border: 1px solid;
  border-radius: 28px;
  text-align: left;
  padding: 0 16px;
  background-color: #444;
  color: #fff;
}
.subscription-form .progressbar-container {
  max-width: 650px;
  margin: 24px auto;
  border: 1px solid #444;
  border-radius: 28px;
  text-align: left;
  overflow: hidden;
}
.subscription-form .progressbar.percentbar_20 {
  width: 20%;
}
.subscription-form .progressbar.percentbar_40 {
  width: 40%;
}
.subscription-form .progressbar.percentbar_60 {
  width: 60%;
}
.subscription-form .progressbar.percentbar_80 {
  width: 80%;
}
.subscription-form .progressbar.percentbar_100 {
  width: 100%;
}
.stepsform .hic-blurb ul,
.stepsform .hic-blurb li {
  list-style: none !important;
}
.stepsform .field-radio,
.stepsform .field-radio {
  display: flex;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: center;
}
.stepsform .input_container .grid:not(.grid-x) .field-radio > li {
  width: 100%;
}
.stepsform .input_container .field-radio > li {
  display: block;
  flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  padding: 0 8px;
  margin-bottom: 20px;
}
.stepsform .input_container .field-radio.carousel .interval-item {
  padding: 0 8px;
  margin: 16px 0;
}
.stepsform.wizard > .content > .body {
  text-align: center;
  width: 100%;
  height: auto;
  position: relative;
  padding: 0;
}
.stepsform .input_container .field-radio li {
  display: block;
}
.stepsform .field-radio li label:before {
  display: none;
}
.stepsform .input_container .field-radio li > label {
  width: 100%;
  margin: 0;
}

.stepsform .field-radio li > label,
.stepsform .field-radio .hic-box {
  height: 100%;
}

.stepsform
  .field-radio
  input[type="radio"]:checked
  + label
  .hic-button-wrap
  .button {
  background-color: #000 !important;
  font-size: 0;
}
.stepsform
  .field-radio
  input[type="radio"]:checked
  + label
  .hic-button-wrap
  .button:before {
  font-size: 20px;
  content: "Selected";
}
.stepsform .wizard > .content {
  background-color: transparent;
  min-height: 100px;
}

.stepsform .wizard .content > .body {
  width: 100%;
  height: auto;
  padding: 0;
  position: relative;
}

.subscription-term {
  display: flex;
  justify-content: center;
  margin-bottom: 34px;
}
.subscription-term input[type="radio"]:checked + label,
.subscription-term li label:hover {
  color: #fff;
  transition: all 0.3s;
}
.subscription-term .field-radio label,
.stepsform .input_container .field-radio li > label {
  padding-left: 0;
}
.subscription-term li:first-child label {
  border-top-left-radius: 28px;
  border-bottom-left-radius: 28px;
}
.subscription-term li:last-child label {
  border-top-right-radius: 28px;
  border-bottom-right-radius: 28px;
}
.wizard .content .body .subscription-term label {
  margin: 0;
}
.subscription-term li label {
  padding: 14px;
  margin: 0;
  border: 2px solid;
  font-weight: 600;
  min-width: 200px;
  text-align: center;
  font-size: 16px;
}

.subscription-term li label:before {
  display: none;
}
.subscription-term ul {
  display: flex;
  list-style: none;
  margin: 0;
}
.package-price {
  margin-bottom: 20px;
}
.package-price .price {
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 4px;
}
.package-price .price span {
  font-size: 16px;
  font-weight: 700;
  color: #333;
}
.subscription-form .gst-text {
  font-size: 14px;
  margin-top: 16px;
}
.package-price .price.setup-price .gst-text {
  display: block;
}
.subscription-form .interval-price span,
.subscription-form .setup-price span {
  margin-left: 8px;
}
.enquire-only .package-price .interval-price span {
  margin-top: 10px;
  display: block;
}
.package-price .price.setup-price {
  margin-top: 30px;
}
.package-disclaimer {
  font-style: italic;
  margin-top: 24px;
}

.package-features li:not(:last-child) {
  line-height: 1.6;
  margin: 0 auto;
  border-bottom: 1px solid #d0d0d0 !important;
}

.pricing-table .hic-title h3 {
  margin-bottom: 0;
  font-weight: 700;
}
.pricing-table .hic-title {
  order: 1;
}
.pricing-table .hic-sub-title {
  order: 2;
  min-height: 127px;
  margin-bottom: 40px;
}
.pricing-table .hic-blurb {
  order: 4;
  margin-top: 48px;
}
.pricing-table .hic-button-wrap {
  order: 3;
  width: 100%;
}
.pricing-table .hic-button-wrap .button {
  margin-top: 0;
  width: 100%;
  font-weight: 700;
  font-size: 18px;
  border-radius: 0;
}
.pricing-table .field-radio .hic-button-wrap .button,
.pricing-table .hic-button-wrap .button {
  color: #fff;
}
.pricing-table .hic-button-wrap .button:after,
.pricing-table .field-radio .hic-button-wrap .button:after {
  display: none;
}
.form-step > p {
  margin-bottom: 34px;
}
.pricing-table .field-radio .hic-box {
  transition: all 0.25s ease-in-out;
}
.pricing-table .field-radio li:hover .hic-box,
.pricing-table .field-radio input[type="radio"]:checked + label .hic-box {
  transform: scale(1.04);
}

.pricing-table .field-radio .interval-item.selected .hic-button-wrap .button {
  background-color: #f26e23 !important;
  border-top: 1px solid #444;
}

.package-features li {
  font-weight: 500;
}

.stepsform-p-1 .field-radio > li {
  display: block;
  flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 50%;
  padding: 0 12px;
  margin-bottom: 20px;
}
.stepsform-p-1 .field-radio input {
  display: none;
}
.stepsform-p-1 .field-radio .hic-content {
  padding: 0;
}
.stepsform-p-1 .field-radio .hic-title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #f2f2f2;
  padding: 15px 24px;
}
.stepsform-p-1 .field-radio label {
  cursor: pointer;
  width: 100%;
}
.stepsform-p-1 .field-radio label:before {
  display: none;
}
.stepsform-p-1 .field-radio label:hover .hic-title {
  background-color: #f26e23;
}
.stepsform-p-1 .field-radio .hic-title h3 {
  line-height: 1;
  margin-bottom: 0;
}
.stepsform-p-1 .field-radio .hic-button-wrap {
  background-color: #444;
}
.stepsform-p-1 .field-radio .hic-button-wrap .button {
  margin-top: 0;
  font-weight: 600;
  padding: 16px 0;
  font-size: 20px;
  border: none;
}
.stepsform-p-1 .field-radio .hic-box {
  position: relative;
}
.stepsform-p-1 .field-radio label:hover .hic-image:before {
  background-color: rgb(0 0 0 / 40%);
}
.stepsform-p-1
  .field-radio
  input[type="radio"]:checked
  + label
  .hic-image:before {
  background-color: rgb(0 0 0 / 60%);
}
.stepsform-p-1 .field-radio .hic-title,
.stepsform-p-1 .field-radio .hic-image:before {
  transition: all 0.25s ease-in-out;
}
.stepsform-p-1 .field-radio .hic-box:first-child:before {
  content: "\f058";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  display: inline-block;
  margin-right: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  height: 52px;
  width: 52px;
  line-height: 52px;
  font-size: 52px;
  color: #fff;
  transition: all 0.25s ease;
  opacity: 0;
  transform: scale(0.4);
  z-index: 2;
}

.stepsform-p-1
  .field-radio
  input[type="radio"]:checked
  + label
  .hic-box:first-child:before {
  opacity: 1;
  transform: scale(1);
}

.field-checkbox li,
.field-radio li {
  position: relative;
}
.field-checkbox label:before,
.field-radio label:before {
  position: relative;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
  margin: 0;
  padding-left: 28px;
}
.subscription-form .actions li a {
  font-weight: 700;
  min-width: 150px;
  text-align: center;
}
.subscription-form .actions li:not(.disabled):first-child a {
  background-color: #000;
}

.pricing-table .selected .hic-box {
  background: #f7efeb;
}
.pricing-table .hic-box {
  display: flex;
  flex-flow: column;
  position: relative;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 24px;
}
.default-section .pricing-table .hic-box,
.light-section .pricing-table .hic-box {
  background-color: #f2f2f2;
}
.pricing-table .hic-sub-title {
  margin-bottom: 0;
}
.pricing-table .is-featured .hic-box {
  background-color: #6950a0;
}

.pricing-table .is-featured .hic-box,
.pricing-table .is-featured .hic-title h3,
.pricing-table .is-featured .price span,
.pricing-table .is-featured .price.setup-price {
  color: #fff;
}

.pricing-table .hic-content {
  padding: 0;
  width: 100%;
  text-align: center;
}

.package-features {
  text-align: left;
  padding-top: 20px;
}

.package-features ul li {
  padding: 8px 0 8px 25px;
  position: relative;
}

.package-features li:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-size: 16px;
  margin-right: 10px;
  position: absolute;
  left: 0px;
}

.pricing-table .hic-button-wrap .button {
  position: absolute;
  left: 0;
  right: 0;
}

.pricing-table .package-description p {
  margin: 0;
}
.pricing-table .package-description {
  margin-bottom: 24px;
}

@media (min-width: 1024px) {
  .package-message-wrap #package-error {
    font-size: 20px;
  }
  .pricing-table .hic-title {
    margin-bottom: 16px;
  }
  .pricing-table .hic-button-wrap .button,
  .stepsform
    .field-radio
    .interval-item.selected
    .hic-button-wrap
    .button:before {
    font-size: 22px;
  }
}

/* STEP DESIGN */
.field-design.field-radio {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: center;
}
.field-design.field-radio > li {
  display: block;
  flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 50%;
  padding: 0 12px;
  margin-bottom: 20px;
}
.field-design.field-radio label {
  cursor: pointer;
  width: 100%;
}
.field-design.field-radio .hic-title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #f2f2f2;
  padding: 15px 24px;
  text-align: center;
}
.field-design.field-radio .hic-box {
  position: relative;
  border-radius: 10px;
}
.field-design.field-radio .hic-title h3 {
  line-height: 1;
  margin-bottom: 0;
}
.field-design.field-radio .hic-content {
  padding-top: 0;
  padding-bottom: 0;
}
.field-design .hic-button-wrap .button {
  width: 100%;
  font-weight: 700;
}
/* END STEP DESIGN */

/* STEP CUSTOMER INPUT */
.default-section .step-customer-input .form-step-body,
.light-section .step-customer-input .form-step-body {
  background-color: #f2f2f2;
}
.step-customer-input .form-step-body {
  padding: 50px;
}
.step-customer-input .input-group {
  margin-bottom: 10px;
  flex-flow: column;
}
.step-customer-input .input-group label {
  line-height: 1;
  font-weight: 700;
}

.subscription-form .wizard > .content > .body input.error {
  background: #fff;
  border: 1px solid #ccc;
  color: #0a0a0a !important;
}
.subscription-form .wizard > .content > .body label.error {
  font-size: 14px;
  margin-left: 0;
  margin-top: -8px;
  margin-bottom: 12px;
  font-style: italic;
}
.step-customer-input input {
  height: 45px;
}

/* END CUSTOMER INPUT */
.stepsform .actions {
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin-top: 34px;
}
.sf-stripe-cc {
  padding: 5px 20px;
  background-color: #fff;
}
.stripe-name-on-card label {
  color: #444;
  font-size: 16px;
  font-weight: 700;
}
.stripe-name-on-card input {
  margin-bottom: 0;
  height: 45px;
}

.thank-you-message {
  text-align: center;
  background-color: #edf5f8;
  color: #6950a0;
  padding: 50px 30px;
}

.thank-you-message h2 {
  font-size: 26px;
  margin-bottom: 0;
}

.addon-list ul li {
  position: relative;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}
.subscription-form .addon {
  background-color: #f2f2f2;
  padding: 24px;
  border-radius: 8px;
  margin-bottom: 16px;
}
.subscription-form .addon .form-label {
  color: #444;
  font-weight: 700;
  margin-bottom: 8px;
}
.subscription-form .addon ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-left: -5px;
  margin-right: -5px;
}

/*.interval-item.slick-slide{*/
/*  min-width: 375px*/
/*}*/

.pricing-table:not(.carousel) {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.addon-list ul li {
  padding: 0 5px;
}

.addon-list ul li[data-addon-type="product"] label,
.addon-list ul li[data-addon-type="product"] label div,
.addon-list ul li[data-addon-type="package"] label,
.addon-list ul li[data-addon-type="package"] label div {
  position: relative;
}

.addon-list ul li[data-addon-type="product"] label,
.addon-list ul li[data-addon-type="package"] label {
  padding: 5px 10px;
  width: 100%;
}

.addon-list ul li[data-addon-type="product"] label div,
.addon-list ul li[data-addon-type="package"] label div {
  z-index: 1;
  position: relative;
  padding-left: 24px;
}

.addon-list ul li[data-addon-type="product"] input[type="checkbox"] + span,
.addon-list ul li[data-addon-type="package"] input[type="checkbox"] + span {
  position: absolute;
  width: 100%;
  background-color: #fff;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
}
.addon-list
  ul
  li[data-addon-type="product"]
  input[type="checkbox"]
  + span:before,
.addon-list
  ul
  li[data-addon-type="package"]
  input[type="checkbox"]
  + span:before {
  content: "\f00c";
  width: 20px;
  height: 20px;
  vertical-align: middle;
  color: transparent;
  transition: 0.2s;
  background: transparent;
  text-align: center;
  border: 1px solid #f36e23;
  line-height: 1.2;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-size: 16px;
  border-radius: 50%;
  left: 7px;
  top: 7px;
  position: absolute;
}

.addon-list
  ul
  li[data-addon-type="product"]
  input[type="checkbox"]
  + span:after,
.addon-list
  ul
  li[data-addon-type="package"]
  input[type="checkbox"]
  + span:after {
  content: "";
  background-color: #f36e23;
  width: 100%;
  height: 100%;
}

.addon-list
  ul
  li[data-addon-type="product"]
  input[type="checkbox"]:checked
  + span:before,
.addon-list
  ul
  li[data-addon-type="package"]
  input[type="checkbox"]:checked
  + span:before {
  color: #fff;
  border-color: #fff;
}

.addon-list
  ul
  li[data-addon-type="product"]
  input[type="checkbox"]:checked
  + span,
.addon-list
  ul
  li[data-addon-type="package"]
  input[type="checkbox"]:checked
  + span {
  background-color: #f36e23;
}

.addon-list
  ul
  li[data-addon-type="product"]
  input[type="checkbox"]:checked
  + span
  + div,
.addon-list
  ul
  li[data-addon-type="package"]
  input[type="checkbox"]:checked
  + span
  + div {
  color: #fff;
}

.addon-list.group-by-category [data-item] .addon-category {
  display: none;
}
.addon-list [data-item] label {
  cursor: pointer;
}

.wizard > .content > .body input[type="checkbox"] {
  opacity: 0;
  visibility: hidden;
}
.form-step .order-summary h3 {
  text-align: center;
}
.no-addons-available {
  color: #444;
  text-align: center;
}
.simple-summary .total-setup-fee,
.simple-summary .total-recurring-fee {
  font-size: 30px;
  font-weight: 700;
}
.simple-summary .recurring-wrap {
  margin-top: 15px;
}
.addon-list .addon-no-plan {
  display: list-item !important;
}
.subscription-form input[type="checkbox"] + label:before,
.subscription-form input[type="radio"] + label:before {
  top: 5px;
}
.subscription-form .slick-dots li button:before {
  color: #6950a0;
  font-size: 14px;
  opacity: 0.4;
}
.subscription-form .slick-dots li.slick-active button:before {
  color: #56c2af;
}
.subscription-form ul.slick-dots {
  margin-top: 16px;
  margin-bottom: 16px;
}
.subscription-form .slick-dots li.slick-active button:before {
  opacity: 0.9;
}

.subscription-form .carousel,
.subscription-form .carousel .slick-track {
  opacity: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  width: 0;
  transition: opacity 0.25s ease;
}
.subscription-form .carousel.slick-initialized,
.subscription-form .carousel.slick-initialized .slick-track {
  height: 100%;
  opacity: 1;
  visibility: visible;
  overflow: visible;
  width: auto;
}

.subscription-form .wizard,
.subscription-form .tabcontrol,
.subscription-form .wizard > .content {
  overflow: visible;
}
.package-price .price.setup-price > * {
  display: inline-block;
}
.package-price .price.setup-price {
  font-size: 20px;
  color: #333;
}
.stepsform ul.slick-dots {
  display: block;
  position: relative;
  bottom: 0;
}
.stepsform ul.slick-dots li {
  display: inline-block !important;
  position: relative;
}

.stepsform .slick-track {
  display: flex !important;
}

.stepsform .slick-slide {
  height: auto;
}

.stepsform .slick-prev {
  left: -34px;
  z-index: 9999;
}
.stepsform .slick-next {
  right: -34px;
}

.form-step-body .google_address_lookup {
  flex-flow: column;
  margin-bottom: 0;
}

.form-step-body .google_address_lookup input {
  margin-bottom: 0;
}
/** Summary Field **/
.order-summary-table tr th,
.order-summary-table tr td,
.recurring-summary-table tr th,
.recurring-summary-table tr td {
  border: 1px solid #ccc;
}
.order-summary-table tfoot tr td:first-child,
.recurring-summary-table tfoot tr td:first-child {
  text-align: right;
}
.order-summary-table tr th,
.recurring-summary-table tr th {
  background-color: #444444;
  color: #fff;
  text-align: left;
}
.order-summary-table tbody tr:first-child,
.recurring-summary-table tbody tr:first-child {
  text-transform: uppercase;
}
.package-features li.cross:before {
  content: "\f00d";
}

@media (max-width: 1023px) {
  .accordion .cell {
    width: 90%;
    margin: 20px auto;
  }
}
@media (max-width: 480px) {
  .subscription-term {
    text-align: center;
  }
  .subscription-term ul {
    max-width: 90%;
  }
  .subscription-term li {
    width: 50%;
  }
  .subscription-term li label {
    min-width: 100px;
    width: 100%;
  }
  .wizard > .content {
    margin: 0;
  }
}

@media (max-width: 640px) {
  .stepsform-p-0 .input_container .field-radio {
    padding-left: 20px;
    padding-right: 20px;
  }
  .stepsform-p-0 .input_container .field-radio > li {
    width: 100%;
    margin-bottom: 35px;
    padding: 0;
    text-align: center;
  }

  .stepsform-p-1 .field-radio > li {
    width: 100%;
  }
  .stepsform-p-2 .form-step-body,
  .stepsform-p-3 .form-step-body {
    padding: 25px;
  }

  .wizard > .actions {
    text-align: center;
    margin: 25px 0;
  }
  .wizard > .content > .body label {
    margin-bottom: 0;
  }

  .addon-list ul li {
    margin-bottom: 10px;
  }
}

@media (min-width: 641px) {
  .no-addons-available {
    padding-bottom: 36px;
  }

  .thank-you-message h2 {
    font-size: 32px;
  }

  .h-form-wrap.subscription-form {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .stepsform .input_container .grid:not(.grid-x) .field-radio > li {
    width: 33.33%;
    padding: 0 12px;
  }
  .addon-list ul li {
    width: 49%;
  }
  .subscription-form .actions li a {
    min-width: 160px;
  }
}

@media (max-width: 1023px) and (min-width: 768px) {
  .pricing-table .hic-box {
    padding: 30px 24px;
  }
}

@media (min-width: 1024px) {
  .subscription-form .addon .form-label {
    font-size: 24px;
  }
  .subscription-form .input-group label {
    font-size: 16px;
  }

  .subscription-form .actions li a {
    font-size: 18px;
  }

  .package-price .price {
    font-size: 36px;
  }
  .subscription-form .slick-arrow:before {
    font-size: 28px;
  }

  .subscription-form .slick-arrow {
    top: 42.5%;
  }
}
/*SIGN UP SUMMARY START*/
.recurring-summary-table td span {
  text-transform: none;
  margin-left: 8px;
}

/*SIGN UP SUMMARY END*/

/****************************************
#SIGN UP FORM - END
****************************************/

/****************************************
#SIGNUP JQUERY STEP RESET
****************************************/
.wizard,
.tabcontrol {
  display: block;
  width: 100%;
  overflow: auto;
}
.wizard a,
.tabcontrol a {
  outline: 0;
}

.wizard ul,
.tabcontrol ul {
  list-style: none !important;
  padding: 0;
  margin: 0;
}

/* Accessibility */
.wizard > .steps .current-info,
.tabcontrol > .steps .current-info {
  position: absolute;
  left: -999em;
}

.wizard > .content > .title,
.tabcontrol > .content > .title {
  position: absolute;
  left: -999em;
}

/*
    Wizard
*/

.wizard > .steps {
  position: relative;
  display: block;
  width: 100%;
}

.wizard.vertical > .steps {
  display: inline;
  float: left;
  width: 30%;
}

.wizard > .steps .number {
  font-size: 1.429em;
}

.wizard > .steps > ul > li {
  width: 25%;
}

.wizard > .steps > ul > li,
.wizard > .actions > ul > li {
  float: left;
}

.wizard.vertical > .steps > ul > li {
  float: none;
  width: 100%;
}

.wizard > .steps a,
.wizard > .steps a:hover,
.wizard > .steps a:active {
  display: block;
  width: auto;
  margin: 0 0.5em 0.5em;
  padding: 1em 1em;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.wizard > .steps .disabled a,
.wizard > .steps .disabled a:hover,
.wizard > .steps .disabled a:active {
  background: #eee;
  color: #aaa;
  cursor: default;
}

.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active {
  background: #2184be;
  color: #fff;
  cursor: default;
}

.wizard > .steps .done a,
.wizard > .steps .done a:hover,
.wizard > .steps .done a:active {
  background: #9dc8e2;
  color: #fff;
}

.wizard > .steps .error a,
.wizard > .steps .error a:hover,
.wizard > .steps .error a:active {
  background: #ff3111;
  color: #fff;
}

.wizard > .content {
  background: #eee;
  display: block;
  margin: 0.5em;
  min-height: 35em;
  overflow: hidden;
  position: relative;
  width: auto;

  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.wizard.vertical > .content {
  display: inline;
  float: left;
  margin: 0 2.5% 0.5em 2.5%;
  width: 65%;
}

.wizard > .content > .body {
  float: left;
  position: absolute;
  width: 95%;
  height: 95%;
  padding: 2.5%;
}

.wizard > .content > .body ul {
  list-style: disc !important;
}

.wizard > .content > .body ul > li {
  display: list-item;
}

.wizard > .content > .body > iframe {
  border: 0 none;
  width: 100%;
  height: 100%;
}

.wizard > .content > .body input {
  display: block;
  border: 1px solid #ccc;
}

.wizard > .content > .body input[type="checkbox"] {
  display: inline-block;
}

.wizard > .content > .body input.error {
  background: rgb(251, 227, 228);
  border: 1px solid #fbc2c4;
  color: #8a1f11;
}

.wizard > .content > .body label {
  display: inline-block;
  margin-bottom: 0.5em;
}

.wizard > .content > .body label.error {
  color: #8a1f11;
  display: inline-block;
  margin-left: 1.5em;
}

.wizard > .actions {
  position: relative;
  display: block;
  text-align: right;
  width: 100%;
}

.wizard.vertical > .actions {
  display: inline;
  float: right;
  margin: 0 2.5%;
  width: 95%;
}

.wizard > .actions > ul {
  display: inline-block;
  text-align: right;
}

.wizard > .actions > ul > li {
  margin: 0 0.5em;
}

.wizard.vertical > .actions > ul > li {
  margin: 0 0 0 1em;
}

/*.wizard > .actions a,
.wizard > .actions a:hover,
.wizard > .actions a:active
{
    background: #2184be;
    color: #fff;
    display: block;
    padding: 0.5em 1em;
    text-decoration: none;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}*/

.wizard > .actions .disabled a,
.wizard > .actions .disabled a:hover,
.wizard > .actions .disabled a:active {
  background: #eee;
  color: #aaa;
}

.tabcontrol > .steps {
  position: relative;
  display: block;
  width: 100%;
}

.tabcontrol > .steps > ul {
  position: relative;
  margin: 6px 0 0 0;
  top: 1px;
  z-index: 1;
}

.tabcontrol > .steps > ul > li {
  float: left;
  margin: 5px 2px 0 0;
  padding: 1px;

  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.tabcontrol > .steps > ul > li:hover {
  background: #edecec;
  border: 1px solid #bbb;
  padding: 0;
}

.tabcontrol > .steps > ul > li.current {
  background: #fff;
  border: 1px solid #bbb;
  border-bottom: 0 none;
  padding: 0 0 1px 0;
  margin-top: 0;
}

.tabcontrol > .steps > ul > li > a {
  color: #5f5f5f;
  display: inline-block;
  border: 0 none;
  margin: 0;
  padding: 10px 30px;
  text-decoration: none;
}

.tabcontrol > .steps > ul > li > a:hover {
  text-decoration: none;
}

.tabcontrol > .steps > ul > li.current > a {
  padding: 15px 30px 10px 30px;
}

.tabcontrol > .content {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 35em;
  overflow: hidden;
  border-top: 1px solid #bbb;
  padding-top: 20px;
}

.tabcontrol > .content > .body {
  float: left;
  position: absolute;
  width: 95%;
  height: 95%;
  padding: 2.5%;
}

.tabcontrol > .content > .body ul {
  list-style: disc !important;
}

.tabcontrol > .content > .body ul > li {
  display: list-item;
}
/****************************************
#SIGNUP JQUERY STEP RESET END
****************************************/
/****************************************
#SIGNUP BASIC RESET START
****************************************/
a.ajax-loading {
  opacity: 0.8;
  pointer-events: none;
  cursor: not-allowed;
}
.form-is-submitting {
  opacity: 0.9;
}
.wizard > .content > .body select.error {
  background: rgb(251, 227, 228);
  border: 1px solid #fbc2c4;
  color: #8a1f11;
}

.package-message-wrap {
  text-align: center;
}

.package-message-wrap label.error {
  font-size: 15px;
  color: #fff;
  padding: 10px 33px;
  max-width: 460px;
  margin: 0 auto 21px !important;
  text-align: center;
  width: 100%;
}

.stepsform .field-radio .interval-item.selected .hic-button-wrap .button {
  background-color: #000 !important;
  font-size: 0 !important;
}
.stepsform
  .field-radio
  .interval-item.selected
  .hic-button-wrap
  .button:before {
  font-size: 20px;
  content: "Selected";
}

.wizard > .content > .body input.error,
.input-group-error input[type="text"] {
  background: rgb(251, 227, 228);
  border: 1px solid #fbc2c4;
  color: #8a1f11;
}

div.error,
.error,
.wizard > .content > .body label.error,
.sf-stripe-card-errors {
  font-weight: normal !important;
}

.one-off-summary .setup-fee,
.recurring-summary .amount,
.recurring-summary-table tbody > tr > td:last-child {
  width: 30%;
}

.recurring-summary-table tbody > tr > td > td:first-child span {
  font-weight: 700;
}

.wizard > .content > .body input[type="checkbox"],
.wizard > .content > .body input[type="radio"],
.field-checkbox input,
.field-radio input {
  position: absolute;
  left: -99999px;
  display: inline-block;
}

.hidden,.hidden_label .gfield_label {
  display: none;
}
/****************************************
#SIGNUP BASIC RESET END
****************************************/

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

.contact-details i {
  width: 18px;
  margin-right: 6px;
  text-align: center;
}

.footer-layout-1 .contact-details > div,
.footer-layout-1 .menu li a {
  padding: 8px 0;
}

.footer-layout-1 .contact-details i {
  position: absolute;
  left: -20px;
  top: 12px;
}
.home .footer>.inner-footer>.grid-container {
    border-top: 1px solid #74aa50;
    position: relative;
}
.home .footer>.inner-footer>.grid-container:before {
    display: inline-block;
    height: 20px;
    width: 20px;
    transform: rotate(-135deg);
    transform-origin: center center;
    border-top: 1px solid #74aa50;
    border-left: 1px solid #74aa50;
    margin-left: -1px;
    margin-right: -1px;
    margin-bottom: -11px;
    content: '';
    top: -10px;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    background: #111;
}
@media (min-width: 641px) {
  .footer-layout-1 .footer-col {
    text-align: left;
    margin-bottom: 30px;
  }

  .footer-layout-1 .contact-details div {
    padding-left: 25px;
  }

  .footer-layout-1 .contact-details i {
    left: 0px;
  }

  .bottom-footer .inner-content {
    text-align: left;
  }

  .bottom-footer .inner-content .copyright {
    display: inline-block;
  }
}
@media (min-width: 1024px){
	.home .footer>.inner-footer>.grid-container {
		padding-top: 70px;
	}
	.footer .logo-wrap {
	    width: 200px;
		margin: auto;
	}
	.footer-col[data-column-type="tertiary-footer-menu"] {
		text-align: right;
	}
	.footer.footer-layout-3 .social-media-container .social-media li a {
	  justify-content: flex-end;
	}
}
@media(max-width: 1023px){
	.home .footer .grid-container {
		padding-top: 40px;
	}
}
/**************************
FOOTER - END
**************************/

/**************************
CUSTOM STYLING START HERE
**************************/


/*Headings*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "europa" !important;
  font-weight: 700;
  letter-spacing: 1px;
}
body {
  font-family: "europa" !important;
  font-weight: 400;
}
/**************************
#HEADER - START
**************************/
.header.header-layout-3 .top-bar li.menu-item-seperator {
  flex-grow: 1;
}
.header.header-layout-3 .top-bar li.menu-item-seperator a {
  background-color: transparent;
  font-size: 0px;
}
.header .top-bar li.menu-item-seperator a::before {
  background: url(/wp-content/uploads/2021/05/logo.png) no-repeat center;
  background-size: 180px;
  content: "";
  margin-top: -10px;
  display: block;
  padding: 30px 0;
  background-color: transparent !important;
}
.header .menu.dropdown li.menu-item-seperator {
  padding-top: 0px !important;
}
.header .menu.dropdown .menu.submenu li {
  padding-top: 0px;
}
.header .menu.dropdown .menu.submenu li a {
  background-color: #000;
  text-align: left;
  text-transform: none;
  font-weight: 400;
}
.header .menu .is-dropdown-submenu li {
  border-bottom: none;
}
.header .menu.dropdown:not(.submenu) li {
  padding-top: 16px;
}
.header .top-bar li a {
  font-family: europa;
}
.header .top-bar li a,
.header .menu-phone a {
    font-weight: 700;
    letter-spacing: .5px;
}
.dropdown.menu>li.is-active>a{
	color: #fff;
}
.header .menu.submenu {
  background-color: #000;
}
.is-dropdown-submenu {
  min-width: 180px;
}
body .off-canvas .menu>li.active > a {
    background-color: transparent;
    
}
body .off-canvas .menu>li.active > i,
body .off-canvas .menu>li.active > a {
    color: #74aa50;
}
.off-canvas .menu:not(.submenu)>li>a {
    text-transform: uppercase;
}

@media(max-width: 1023px) {
    .header .top-bar {
        min-height: 67.5px;
    }
    .top-bar-right .menu.top .elem {
        position: absolute;
    }
    .top-bar-right .menu.top .elem:first-child {
        right: 0;
        top: 4px;
    }
    .top-bar-right .menu.top .elem:last-child {
        left: 0;
    }
    .top-bar-right .menu.top .elem a {
        padding: 0;
    }
    .menu-icon:after {
        height: 3px;
        background: #FFF;
        box-shadow: 0 8px 0 #FFF, 0 16px 0 #FFF;
    }
    .menu-icon {
        width: 24px;
        height: 20px;
    }
    .menu-icon:hover:after {
        box-shadow: 0 8px 0 #cacaca, 0 16px 0 #cacaca;
    }
}

@media(max-width:1025px) and (min-width: 1000px){
    .header .top-bar li.menu-item-seperator a::before {
      background-size: 120px;
    }
}

@media(min-width: 1024px) {
    .header.header-layout-3 .dropdown.menu>li.menu-item-home:not(.is-dropdown-submenu-parent)>a {
        padding-bottom: 0;
    }
}
/**************************
#HEADER - END
**************************/
.hero .hero-banner-message h1:after,
.has-green-border-heading .section-title:after,
.single-product .product_title:after,
h1.page-title:after,
.single-project .project-title:after,
.single-post h1.single-title:after,
.timber-information h1:after,
.tab-layout h2.section-title:after,
h1.page-title.chevron:after {
  	content: "";
  	margin-top: 20px;
    display: block;
    background-repeat: no-repeat;
    height: 9px;
    width: 120px;
    background-size: contain;
}
.has-green-border-heading .section-title:after,
.section-header h1.page-title:after,
.timber-information h1:after {
    background-color: transparent;
}
.has-green-border-heading .section-title:after,
.single-product .product_title:after,
h1.page-title:after,
.single-project .project-title:after,
.single-post h1.single-title:after,
.timber-information h1:after,
.tab-layout h2.section-title:after,
h1.page-title.chevron:after {
    background: url(../images/text-border-green.svg);
}
.hero .hero-banner-message h1:after {
    background-image: url(../images/text-border-white.svg);
}
.default-alignment h1.page-title::after {
	margin-left: 0;
}

.default-alignment h1.page-title.text-align-center::after {
	margin-left: auto;
}

.hero.default-alignment .hero-banner-message h1:after,
.hero.text-center .hero-banner-message h1:after,
.text-center h1.page-title:after {
    margin-left: auto;
    margin-right: auto;
}
body:not(.home) .hero.default-alignment .hero-banner-message,
.hero.default-alignment{
	text-align: center;
}
.hero .hero-banner-message h1 {
  position: relative;
}
.external-label .section-body .hic-image-container,
.internal-label .section-body .hic-image-container{
  position: relative;
}
/*.content-box-element.image-above-content.dark-section .section-body*/
/*  .hic-image-container:after {*/
/*  content: "";*/
/*  position: absolute;*/
/*  left: 50%;*/
/*  border: 15px solid transparent;*/
/*  border-bottom-color: #111;*/
/*  bottom: 0px;*/
/*}*/
.boxes-with-top-label .section-body .hic-image-container {
     position: relative;
}

.image-overlay-content .section-body .hic-content {
 
  transition: all 0.3s ease;
}

.image-overlay-content .section-body .hic-box:hover .hic-button-wrap a{
	color: #fff;
}

.circle-image.gallery-element .section-body .image-list {
    padding: 0 3px !important;
    margin-bottom: 1rem !important;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
}

.circle-image.gallery-element .section-body .hic-image {
  border-radius: 50%;
  margin: 0 auto;
}

.carousel.circle-image.gallery-element .section-body .hic-image{
    height: 130px;
}

.circle-image.gallery-element .section-body .hic-image::before {
    padding-top: 100%;
}

.slider-img-reflection .slick-slider .hic-image{
    -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgb(250 250 250 / 6%)))
}


.listing-information .circle-image.gallery-element .section-body .slick-list,
.slider-img-reflection .slick-list{
    padding-bottom: 50px !important;
}

.gallery-element.carousel.slider-img-reflection .button{
	background: transparent;
}

.gallery-element.carousel.slider-img-reflection .button:hover{
	background: #74AA50;
}

.slider-img-reflection .button{}

.listing-information .circle-image.gallery-element .section-body .hic-image{
    height: 120px;
    width: 120px;
}

.listing-information .circle-image.gallery-element .section-footer{
    margin-top: 0px;
}

.listing-information .carousel .slick-arrow{
	top: 50%;
}

.grid-x.grid-padding-x.section-body.slick-initialized.slick-slider {
    padding: 0 15px;
}


.bottom-footer a,
.bottom-footer {
  font-size: 14px !important;
}
.footer-layout-3 .footer-col .menu a {
  padding-top: 0px;
}
footer.footer.footer-layout-3 {
  padding-bottom: 20px;
}
.page-element:not(.dark-section) .hic-title a h3{
	color: #333;
}
.image-above-content.default-alignment .hic-title h3{
	text-align: center;
}
.image-above-content.default-alignment .hic-title h3:after, .image-above-content.text-center .hic-title h3:after {
	margin-left: auto;
	margin-right: auto;
}
.image-above-content .hic-content .hic-title h3 {
    font-weight: 700;
}




.content-box-element.grey-section.image-above-content.inner-box-no-padding:not(.overlap-top) .hic-box .hic-content,
.image-above-content.inner-box-no-padding .medium-6.has-image .hic-content {
	padding: 0;
	background-color: transparent;
}






@media (max-width: 1023px) and (min-width: 641px){
    /*.circle-image.gallery-element .section-body .hic-image{*/
    /*    width: 90px;*/
    /*    height: 90px*/
    /*}*/
    
    .carousel.circle-image.gallery-element .section-body .hic-image{
        height: 90px;
    }
    
     .circle-image.gallery-element .section-body{
         justify-content: center;
     }
    
    .the-right-color .cell.image-list.medium-4.large-2{
        width: 16.66% !important;
    }
}
@media (min-width: 1024px) {
  .header.header-layout-3 .top-bar .top-bar-left,
  .header.header-layout-3 .top-bar .top-bar-right {
    width: 100%;
    text-align: center;
	  padding: 10px 0;
  }
  .home .header.header-layout-3 .top-bar .top-bar-left,
  .home .header.header-layout-3 .top-bar .top-bar-right {
     padding: 28px 0; 
  }
  .header.header-layout-3 .top-bar .top-bar-left {
    display: none;
  }
  
  .hero .hero-banner-message h1 {
    font-size: 32px;
  }
  .project-planner.image-overlay-content
    .section-body
    .hic-image-container {
    position: relative;
  }
  .project-planner.image-overlay-content
    .section-body
    .hic-box
    .hic-image-container {
    overflow: unset;
  }
  .project-planner-element.image-overlay-content .section-body .button-link .hic-box .hic-image-container:before {
    left: -30px;
    border: 15px solid transparent;
    border-right-color: rgba(0,0,0,.8);
  }
  .project-planner-element.image-overlay-content .section-body .hic-box .hic-image-container:after {
    right: -30px;
    border: 15px solid transparent;
    border-left-color: rgba(0,0,0,.8);
  }
  .project-planner-element.image-overlay-content .section-body .hic-box .hic-image-container:before,
  .project-planner-element.image-overlay-content .section-body .hic-box .hic-image-container:after {
    content: "";
    position: absolute;
    top: 45%;
    z-index: 1024 !important;
  }
  /*.page-element.gallery-element .section-header .section-title,*/
  /*.page-element.image-overlay-content .section-header .section-title,*/
  /*.page-element.image-above-content .section-header .section-title {*/
  /*  font-size: 32px;*/
  /*}*/
/*   .section-title {
      font-size: 32px;
  } */

}
.header-dark .header .top-bar .menu .active>a,
.header-dark .header .top-bar .menu .is-dropdown-submenu li.active>a{
	color: #74aa50 !important;
}

@media (max-width:640px) {
	.single-product .listing-information{
		padding-bottom: 0;
	}
	
} 
@media (max-width: 1023px) {
  .header.header-layout-3 .top-bar li.menu-item-seperator {
    display: none;
  }
  
    .single-product .product_title:after{
        margin-left: auto;
        margin-right: auto;
    }
}
/*Header - END*/
/*Hero - START*/
.hero-has-gradient .hero.full-screen-banner .bg-image:after {
  background: linear-gradient(
    0deg,
    rgb(17 17 17) 15%,
    rgb(170 170 170 / 0%) 95%
  );
  position: absolute;
  width: 100%;
  height: 250px;
  z-index: 1;
  content: "";
  bottom: 0;
  left: 0;
}
/*Hero - END*/

/*Footer - START*/
.footer .grid-container {
  position: relative;
}
.home .footer .grid-container:before {
  content: "";
  position: absolute;
  height: 9px;
  top: -35px;
  width: 100%;
  background: url(/wp-content/uploads/2021/05/footer_bg.png) center top
    no-repeat;
}
.footer.footer-layout-3 .social-media-container .social-media li {
  display: block !important;
  margin-bottom: 4px;
}
.footer.footer-layout-3 .social-media-container .social-media li a span {
  display: inline-block !important;
}
.footer.footer-layout-3 .social-media-container .social-media li a {
  display: flex;
  align-items: center;
}
.footer.footer-layout-3 .social-media-container .social-media li a span {
  order: 2;
}
.social-media li:not(:last-child) {
    margin-right: 0;
}
.footer.footer-layout-3 .social-media-container .social-media li a i {
  order: 1;
  margin-right: 10px;
  margin-top: 2px;
}

/*Footer - END*/


/*MENU*/
.header.header-layout-3 .menu.dropdown li a:hover,
.header.header-layout-3 .menu.dropdown li.is-active a:hover {
  color: #74aa50 !important;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a:after {
    content: '\f054';
    font-family: 'Font Awesome 5 Pro';
    border: none;
    right: 20px;
    top: 12px;
    font-weight: 300;
}
@media (min-width: 641px) and (max-width: 1023px) {
  .footer.footer-layout-3 .logo-wrap img {
    width: 200px;
  }
  .footer.footer-layout-3 .logo-wrap {
    text-align: center;
  }
  .project-planner.image-overlay-content .section-header,
  .gallery-element.circle-image .section-header,
  .gallery-element.carousel.dark-section .section-header {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (max-width: 640px) {
  .footer.footer-layout-3 {
    text-align: center;
  }
  .footer.footer-layout-3 .logo-wrap img {
    width: 30%;
  }
  .footer.footer-layout-3 .social-media-container .social-media li a {
    justify-content: center;
  }
  .copyright .cell {
    text-align: center;
  }
  .footer .grid-container:before {
    left: 0;
  }

}
@media(max-width:640px){
    .separator-solid .cell:last-child {
		margin-top: 24px;
	
	}
	.separator-solid .cell:last-child:before {
	    content: '';
	    border-top: 1px solid #ccc;
	    display: block;
	    padding-top: 24px;
	}
}
@media(min-width:641px){
	
	.separator-solid .cell {
		padding: 0 30px;
		border-right: 1px solid #ccc;
	}
	.separator-solid .cell:last-child {
		border-right: 0;
	}
}
@media(min-width:1024px){
    .separator-solid .cell {
		padding: 0 80px;
	}
}
.boxes-with-top-label .hic-image-container:before{
    position: absolute;
    font-weight: 600;
    background: rgba(0,0,0,.5);
    line-height: normal;
    margin-top: 0;
    z-index: 2;
    top: 0;
    width: 240px;
    left: 0;
    right: 0;
    text-transform: uppercase;
    padding: 15px;
    color: white;
    margin-left: auto;
    letter-spacing: 1px;
    margin-right: auto;
}
.external-label .hic-image-container:before {
    content: 'Exterior Timber';
}
.internal-label .hic-image-container:before {
    content: 'Interior Timber';
}
.country-ca .external-label .hic-image-container:before,
.country-us .external-label .hic-image-container:before{
    content: 'Exterior Wood';
}
.country-ca .internal-label .hic-image-container:before,
.country-us .internal-label .hic-image-container:before{
    content: 'Interior Wood';
}
.boxes-with-top-label .hic-image-container::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #111111;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.default-section.boxes-with-top-label .hic-image-container::after {
	border-bottom: 15px solid #fff;
}
.default-section:not(.has-bg-img) .slick-arrow:before {
    color: #74AA50;
}
@media (min-width: 641px){
    .boxes-with-top-label .hic-image-container:before{
        font-size: 23px;
    }
}
@media(max-width:1023px){
	.external-label .hic-image-container:before,
	.internal-label .hic-image-container:before{
		max-width: 270px;
    	left: 0;
	}
}
/*****************
  PROJECT START
******************/

.image-overlay-content.project-element .hic-content {
    bottom: -10px;
    top: auto;
    opacity: 0;
    transition: all .2s;
}
.image-overlay-content.project-element .hic-box:hover .hic-content {
    bottom: 0;
    top: 0;
    opacity: 1;
    transition: all .2s;
	background: rgba(0,0,0,.5);
}

.grey-border .cell {
    border-right: 2px solid rgba(0,0,0,.2);
    padding: 0 20px;
}
.grey-border .cell:last-child{
	border-right: none;
}
.grey-border .cell .cell {
    border: none;
    padding: inherit;
}

@media(max-width: 641px){
    .grey-border .product-list{
        flex-flow: column;
    }
    
    .grey-border .product-list .product-item.medium-6{
        width: 100%;
    }
}

@media(max-width: 1366px) and (min-width: 641px){
    .project-element.has-filter .project-item .hic-blurb{
        min-height: 75px;
    }
    
    .project-element.has-filter .project-item .hic-title{
        min-height: 83px;
    }
}
@media(max-width:1023px){
	.grey-border .cell {
		border-right: none;
	}
}

@media(min-width: 1025px){
    .grey-border .cell {
        padding: 0 60px;
    }
}
/*****************
  PROJECT END
******************/


.medium-heading .section-header{
	max-width: 1000px;
	margin: 0 auto 40px !important;
}
.no-play-btn .v-align-container.vpv-container {
    display: none;
}
.no-play-btn .has-video .hic-image::before{
	background-color: transparent;
}
@media(min-width:1024px){
	.overlap-top{
		margin-top: 130px;
		padding-top: 0;
		padding-bottom: 0;
	}
	.overlap-top.icon-above-content .hic-icon img,
	.overlap-top.image-above-content .hic-image-container {
		margin-top: -100px;
	}
	.overlap-top.icon-above-content .hic-box,
	.overlap-top.image-above-content .hic-box{
		margin-bottom:130px;
		padding-bottom: 34px;
	}
	
	.overlap-top .product-item .hic-button-wrap {
	    margin-top: 0;
        position: absolute;
        bottom: 34px;
        left: 0;
        right: 0;
	}
	.product-list.overlap-top .product-item .hic-box {
	       padding-bottom: 34px;
	}
}



.highlight-title h2.section-title {
    padding: 10px;
    background: #74aa50;
    text-align: center;
}
.highlight-title h2.section-title:after{
	display: none;
}
.wide-layout .large-container .grid-container {
    max-width: 1800px;
}

@media print, screen and (min-width: 64em){
	.large-8 .section-body .cell {
		width: 12.5%;
	}
}
.location-result-listing .results {
    padding-right: 10px;
}
/* width */
.location-result-listing ::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.location-result-listing ::-webkit-scrollbar-track {
  background: #333; 
}
 
/* Handle */
.location-result-listing ::-webkit-scrollbar-thumb {
  background: #74aa50; 
}

/* Handle on hover */
.location-result-listing ::-webkit-scrollbar-thumb:hover {
  background: #74aa50; 
}
.location-item .card-section:before{    
     content: "\f3c5"; 
         font-family: 'Font Awesome 5 Pro';
font-weight: 900;  position: absolute; 
font-size: 30px; left: 14px; top: 10px;
    color: #74aa50;
    
}
.ginput_container_address span{
	width: 100% !important;
	flex: none !important;
}

.ginput_container + .gfield_description {
    margin-bottom: 1rem;
}

.product-information-accordion .accordion-title{
    background: #74aa51;
    color: #fff;
    border-top: solid thin #fff;
}

.product-information-accordion .accordion-title:before{
    color: #fff;
}
.tab-layout .accordion-title{
    text-transform: uppercase;
    color: #333;
    font-weight: 600;
    background: #fff;
}
.product-information-accordion .accordion-title:hover, 
.product-information-accordion .is-active .accordion-title,
.product-information-accordion .is-active .accordion-title:before{
    color: #000;
}

.tab-layout .is-active .accordion-title,
.tab-layout .accordion-title:hover,
.tab-layout.is-active .accordion-title:before{
	color: #fff;
}
.product-information-accordion .accordion-content,
.tab-layout .accordion-content{
	padding: 24px 16px;
}
.coverage-calculator option {
    color: #333;
}

.coverage-calculator .calculator_fields input[type=radio] + label:before{
	border-radius: 50%;
	border-color:#74aa50;
}

.listing-information .page-element {
    padding: 30px;
}

@media(max-width:640px){
	.single-product .description-gallery .hic-button-wrap .button {
		width: 100%;
		margin: 5px auto;
	}
}

@media(max-width: 1024px) and (min-width: 641px){
    .listing-information .medium-6 .featured-video-element.image-overlay-content > .inner-section,
    .listing-information .medium-6 .featured-video-element.image-overlay-content > .inner-section .grid-container,
    .listing-information .medium-6 .featured-video-element.image-overlay-content > .inner-section .section-body,
    .listing-information .medium-6 .featured-video-element.image-overlay-content > .inner-section .hic-box,
    .listing-information .medium-6 .featured-video-element.image-overlay-content > .inner-section .hic-image-container{
        height: 100%;
    }
    
    .listing-information .medium-6 .featured-video-element.image-overlay-content > .inner-section .has-video{
        margin-bottom:0;
    }
}
@media(min-width:1024px){
    .single-product .description-gallery .hic-button-wrap .button {
        margin-right: 8px;
        padding-left: 14px;
        padding-right: 14px;
	}
	
	.listing-information .page-element {
		padding: 60px;
	}
	.product-information-accordion .accordion-content,
    .tab-layout .accordion-content{
    	padding: 2rem;
    }
}

@media(min-width: 1025px){
    single-product .description-gallery .hic-button-wrap .button {
        margin-right: 14px;
	}
}
/**************************
CUSTOM STYLING END HERE
**************************/
/**************************
 PROJECT PLANNING - START
**************************/
    
        .row-fluid .project-planner section .grid-container {
            max-width: 1520px !important;
        }
        .default-section .timber-location,
        .default-section .project-planner .timber-species,
        .default-section .protection-required {
            background-color: #f2f2f2;
        }
		.project-planner .hic-box {
			cursor: pointer;
			border: 2px solid transparent;
			transition: all 0.4s;
			margin-bottom: 20px !important;
		}
		.project-planner .cell:hover .hic-box,
		.project-planner .cell.selected .hic-box{
			border: 2px solid #74AA50;
			background-color: rgba(116, 170, 80, 0.1);
		}
		.timber-colourtone .hic-image-wrap {
			display: flex;
			position: relative;
		}
		.timber-colourtone .hic-image-wrap .hic-image {
			height: 100px;
			flex: 1;
		}
		.timber-colourtone .hic-image-wrap:after {
			content: "";
			width: 0;
			height: 0;
			border-left: 10px solid transparent;
			border-right: 10px solid transparent;
			position: absolute;
			bottom: 0;
			left: 0;
			right: 0;
			margin-left: auto;
			margin-right: auto;
			opacity: 1;
			border-bottom: 10px solid #fff;
		}
		.protection-required .cell .hic-box .hic-blurb {
			padding: 10px;
		}
		.protection-required .cell .hic-box {
			display: flex;
			align-items: center;
			text-align: left;
			padding: 15px;
		}
		.protection-required .cell .hic-box .hic-image{
			width: 150px;
			height: 150px;
		}
		.recommended-products .cell:hover .hic-box,
		.recommended-products .hic-box {
			border: none;
		}
		.recommended-products .hic-box  a {
			color: #000;
		}

		.recommended-products .product-prepare{
			order: 1;
		}

		.recommended-products .product-internal,
		.recommended-products .product-colourtone,
		.recommended-products .product-colourtones,
    .recommended-products .product-colortones{
			order: 3;
		}

		.recommended-products .product-protect{
			order: 2;
		}
		
		.recommended-products .section-body > .grouped{
		    text-align: center;
		}
		
		.recommended-products .section-body > .grouped > div{
		    justify-content: center;
		}

	
		.row-fluid .project-planner .cell{
			padding-right: 15px !important;
   			padding-left: 15px !important;
		}
		.project-planner .hic-title {
			padding: 20px;
			position:  relative;
		}
		.timber-colourtone .hic-title h3 {
			margin: 0;
			text-align: center;
			font-size: 16px;
		}
		.project-planner .section-title{
			padding-right: 15px !important;
   			padding-left: 15px !important;
		}
		.project-planner .section-title:after{
			    content: "";
				width: 20px;
				height: 1px;
				display: block;
				background-color: #74aa50;
				margin-top: 10px;
				margin-bottom: 10px;
				margin-left: 0;
		}
		.project-planner .section-body{
			margin-top: 30px;
		}
		.project-planner section:not(.recommended-products) .hic-title:before {
			content: "";
			width: 0;
			height: 0;
			border-left: 10px solid transparent;
			border-right: 10px solid transparent;
			position: absolute;
			top: -10px;
			left: 0;
			right: 0;
			margin-left: auto;
			margin-right: auto;
			opacity: 0;
		}
		.project-planner  section:not(.recommended-products) .cell:hover .hic-title:before,
		.project-planner  section:not(.recommended-products) .cell.selected .hic-title:before{
		    opacity: 1;
		}
		.project-planner .grey-section .hic-title:before{
			border-bottom: 10px solid #F2F2F2;
		}
		.project-planner .cell:hover .hic-title:before,
		.project-planner .cell.selected .hic-title:before {
			border-bottom: 10px solid #E5EAE1;
		}
		.project-planner .checklist li:before{
			color: #74AA50;
		}
		.recommended-products h3 {
			text-transform: uppercase;
			font-size: 20px;
			background: #74AA50;
			padding: 5px 10px;
    		font-weight: bold;
    		margin-bottom: 30px;
		}
		.project-planner h4.hic-title {
			font-size: 20px;
			text-transform: uppercase;
			font-weight: 600;
		}
		.timber-colourtone .hic-box {
			text-align: center;
		}
		.recommended-products .cell:hover .hic-box{
			background-color: transparent;
		}
		.timber-colourtone .hic-image span {
			top: auto;
			bottom: auto;
			height: auto;
			text-transform: uppercase;
			font-size: 14px;
			position: relative;
			display: block;
			line-height: 1.2;
			margin-top: 8px;
			padding: 0 8px;
		}
		.timber-colourtone .hic-image:before {
		    padding-top: 110px;
		}
		.timber-colourtone .hic-title:before{
			display: none;
		}
		.timber-colourtone .hic-title{
			padding-top: 56px;
		}
		.protection-required .hic-image,
		.recommended-products .hic-image{
		    background-size: contain;
		    background-repeat: no-repeat;
		}
		.timber-location .hic-title:before {
		    border-bottom: 10px solid #f2f2f2;
		}
        
        .timber-species .hic-box .btn-select{
            padding: 5px 50px 5px 5px;
            border: 2px solid #74aa50;
            display: flex;
            justify-content: space-between;
            align-items: center;
            min-width: 222px;
        }
        
        .timber-species .hic-box .btn-select li,
        .timber-selector li{
            list-style: none;
            width: 100%;
            display: flex;
            align-items: center;
            padding-right: 20px;
        }
        
        .timber-species .hic-box .btn-select img,
        .timber-selector img{
            width: 50px;
            margin-right: 20px;
        }
        
        .timber-species .hic-box .btn-select span{
            font-weight: 700;
            font-size: 18px;
        }
        
        #colourtone-selection .timber-species .hic-box {
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
        }

		#colourtone-selection .timber-species .hic-box .hic-content{
			padding-bottom: 0;
			position: relative;
		}

        .timber-selector{
            margin-left:0;
        }
        
        .timber-selector li{
            border-bottom: 1px solid #f2f2f2;
            margin-bottom: 10px;
            padding: 10px;
        }
        
        .timber-selector-wrap{
            position: absolute;
            top: 100%;
            right: 0;
            box-shadow: 1px 1px 25px -12px rgba(0,0,0,0.75);
            -webkit-box-shadow: 1px 1px 25px -12px rgba(0,0,0,0.75);
            -moz-box-shadow: 1px 1px 25px -12px rgba(0,0,0,0.75);
            background-color: #fff;
            z-index: 9;
			width: 100%;
        }
        
        #colourtone-selection .timber-species .hic-box > label{
            font-size: 18px;
            font-weight: 700;
            padding-right: 20px;
        }

	:not(.project-planner) .timber-species .hic-title h3 {
    margin-bottom: 0;
    line-height: 1.2;
    font-size: 19px;
	}
@media(max-width: 640px){
    .mt-50-small{
        margin-top: 50px;
    }
    
    #colourtone .hic-image-wrap .hic-image{
        width: 50%;
    }
    
    #colourtone .section-body > .cell.medium-3{
        width: 50%;
        padding-left: 5px;
        padding-right: 5px;
    }
    
    #colourtone-selection .timber-colourtone .section-body > .cell.medium-3:not(:first-child),
    #colourtone-selection .timber-colourtone .section-body > .cell.medium-3:not(:first-child) .hic-image,
    #project-planner .timber-species .section-body > .cell.medium-2{
        width: 50%;
    }
    
    #project-planner .timber-species .section-body > .cell.medium-2{
        margin-bottom: 0;
    }
    
    :not(.project-planner) .timber-species .hic-title h3{
        font-size: 14px;
    }
    
    #project-planner .timber-species .hic-title{
        padding: 8px;
    }
}   

@media(min-width: 641px){
    :not(.project-planner) .timber-species .hic-title h3 {
        padding: 0 22px;
    }
}
        
@media(max-width: 1024px) and (min-width: 641px){
    
    .row-fluid .project-planner .cell.medium-4{
        width: 50%;
    }
}

@media(max-width: 1024px) and (min-width: 769px){
    .row-fluid .project-planner .cell.medium-2{
        width: 25%;
    }
}

@media(max-width: 768px) and (min-width: 641px){
     .row-fluid .project-planner .cell.medium-2{
        width: 50%;
    }
    
    
     .row-fluid .project-planner .cell.medium-6{
         /*width: 100%;*/
     }
     
     .project-planner .recommended-products .medium-6 > div{
         justify-content: center;
     }
}

@media(max-width: 767px) and (min-width: 641px){
    .row-fluid .colourtone-selection .cell.medium-3,
    .timber-colourtone .section-body > .cell.medium-3{
        width: 33.3333%;
        margin-bottom: 15px;
    }
    
    .timber-colourtone .hic-title h3{
        margin-top: 10px;
    }
}

@media(min-width: 1024px){
	.row-fluid .project-planner section .grid-container{
		padding: 0 30px;
	}
	
	.timber-colourtone [data-condition="clear"] {
		width: 100% !important;
	}
	.timber-colourtone [data-condition="clear"] .hic-box{
		max-width: 372px;
		margin-left: auto !important;
		margin-right: auto !important;
	}
}

@media(min-width: 1920px){
	.row-fluid .project-planner section .grid-container{
		padding: 0;
	}
}
/**************************
 PROJECT PLANNING - END
**************************/

/** OFFCANVAS **/
.offcanvas-full-screen {
  position: fixed;
  z-index: 1;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #0a0a0a;
  top: 67px;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  overflow-y: auto;
}
.js-off-canvas-overlay {
    background-color: transparent;
}
[data-whatinput='mouse'] .offcanvas-full-screen {
  outline: 0;
}

.offcanvas-full-screen.is-transition-overlap {
  z-index: 10;
}

.offcanvas-full-screen.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  z-index: 20;
}

.offcanvas-full-screen.is-open {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.offcanvas-full-screen.is-open ~ .off-canvas-content {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

.offcanvas-full-screen.is-transition-push::after {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  content: " ";
}

.offcanvas-full-screen.is-transition-overlap.is-open ~ .off-canvas-content {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.offcanvas-full-screen-inner {
  padding: 1rem;
  text-align: center;
}

.offcanvas-full-screen-menu {
  margin: 0;
  list-style-type: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.offcanvas-full-screen-menu > li {
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

[data-whatinput='mouse'] .offcanvas-full-screen-menu > li {
  outline: 0;
}

.offcanvas-full-screen-menu > li > a {
  display: block;
  padding: 0.7rem 1rem;
  line-height: 1;
}

.offcanvas-full-screen-menu input,
.offcanvas-full-screen-menu select,
.offcanvas-full-screen-menu a,
.offcanvas-full-screen-menu button {
  margin-bottom: 0;
}

.offcanvas-full-screen-menu > li {
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.offcanvas-full-screen-menu > li > a {
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.offcanvas-full-screen-menu a {
  color: #fefefe;
}

.offcanvas-full-screen-menu a:hover {
  color: #b2b2b2;
}

.offcanvas-full-screen-close {
  color: #fefefe;
  font-size: 5rem;
}

.offcanvas-full-screen-close:hover {
  color: #b2b2b2;
}

[type=color]:focus, [type=date]:focus, [type=datetime-local]:focus, [type=datetime]:focus, [type=email]:focus, [type=month]:focus, [type=number]:focus, [type=password]:focus, [type=search]:focus, [type=tel]:focus, [type=text]:focus, [type=time]:focus, [type=url]:focus, [type=week]:focus, textarea:focus {
    box-shadow: none;
        border: 1px solid #74aa50;
}

#google-map-lookup {
    
}

#google-map-lookup::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #7b7b7b;
}
#google-map-lookup::-moz-placeholder { /* Firefox 19+ */
  color: #7b7b7b;
}
#google-map-lookup:-ms-input-placeholder { /* IE 10+ */
  color: #7b7b7b;
}
#google-map-lookup:-moz-placeholder { /* Firefox 18- */
  color: #7b7b7b;
}

.bottom-footer .copyright a {
    padding: 0 8px;
}
.bottom-footer .copyright a:hover {
    color: #74aa50;
}


.category-filter .isotope-nav:before {
    content: 'Filter';
    margin-right: 20px;
	text-transform: uppercase;
	font-weight: 700;
}
.category-filter .button {
	padding: 14px 16px;
	    border-radius: 0;
}
.isotope-nav .button:hover,
.isotope-nav .button.active,
.overlap-section.grey-section .isotope-nav .button.active{
	background-color: #74aa50;
	color: #fff;
}
.isotope-nav li:not(:last-child), .custom-isotope-nav li:not(:last-child) {
	margin-right: 16px;
}
.isotope-nav li, .custom-isotope-nav li {
	margin-bottom: 0;
}

.category-filter .isotope-nav {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}




.header .logo-wrap .logo.hide-for-large,
.header .logo-wrap .logo.hide-for-large img {
	max-width: 100px;
}







@media (max-width: 640px){
    .category-filter .isotope-nav li:not(:nth-child(2n)):not(:last-child) {
        margin-right: 8px !important;
    }
}

@media (min-width: 641px) and (max-width: 1023px){
    .category-filter .isotope-nav li:not(:nth-child(3n)):not(:last-child) {
        margin-right: 8px !important;
    }
}

@media(max-width: 1023px){
    .category-filter .isotope-nav:before{
        margin-bottom: 20px;
        flex: none;
        width: 100%;
    }
    
    .category-filter .button{
        width: 32%;
        margin-right: 0 !important;
    }
    
}

@media(max-width: 641px){
     .category-filter .button{
        width: 48%;
    }
}


@media(min-width: 1024px) {
	.category-filter .isotope-nav {
		margin-bottom: 60px;
	}
	
	.category-filter .isotope-nav {
        display: table;
    }
}
.rounded-slider .slick-slide:not(.slick-active) {  
    visibility: hidden; opacity: 0;
}
.rounded-slider .slick-slide {
    transition: all 0.4s;
    visibility: visible;
    opacity: 1;
}
.carousel.rounded-slider .section-body.slider { display: none; }
.carousel.rounded-slider .section-body.slider.slick-initialized { display: block; }

.carousel.rounded-slider .slick-slider .slick-track {
    display: flex;
    transition: transform 0.4s
}

.carousel.rounded-slider .slick-slide
{
    padding: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);

  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);

  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-delay: 0.5s;

}

.no-overlay.image-overlay-content .has-image .hic-content {
	background-color: transparent;
}

.small-icon.icon-above-content .hic-icon img {
    height: 72px;
}

@media(max-width: 1024px){
    .carousel.circle-image.gallery-element .section-body .hic-image{
		height: 130px;
	}
}

@media(max-width: 640px){
    .carousel.circle-image.gallery-element .section-body .hic-image{
        height: 85px;
    }
    
    .carousel.rounded-slider .slick-arrow{
        top: 34%;
    }
}

@media(min-width: 641px){
    .carousel.rounded-slider .slick-slide{
        min-width: 130px;
    
    }
}

/******************
NEWS
*******************/

.post-element.news.image-above-content .hic-box .hic-image:before{
    padding-top: 49%;
}

.post-element.news.image-above-content .hic-content{
    padding: 15px;
}

.post-element.news.image-above-content .hic-content .post-byline{
    margin-top: 15px;
    margin-bottom: 30px;
}

.single-post.news .page-element.post-content{
    padding-top: 0;
}

.single-post.news .page-element.post-content .article-header{
    text-align: center;
    padding-top: 60px;
    padding-bottom: 30px;
}

.single-post.news .page-element.post-content .article-header h1{
    font-size: 32px;
    text-transform: uppercase;
}

.single-post.news .page-element.post-content .article-header .published-date{
    margin-right: 0;
    padding-right: 0;
    font-weight: 400;
}

.single-post h1.single-title:after{
    margin-top: 35px;
    margin-bottom: 25px;
}

.single-post.news .page-element.post-content .entry-content .wp-post-image{
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}

.single-post.news .page-element.post-content .entry-content .article-featured-image {
    height: auto;
    position: relative;
}

.single-post.news .page-element.post-content .entry-content .article-featured-image::before {
    display: block;
    content: '';
    padding-top: 50%;
}

@media(min-width: 641px){
    .post-element.news.overlap-top .hic-box{
        margin-bottom: 15px;
    }
    
    .post-element.news.image-above-content .hic-content{
        padding: 22px;
    }
}

@media (max-width: 1023px){
    .single-post.news .page-element.post-content .entry-content .article-featured-image {
        margin-left: -.9375rem;
        margin-right: -.9375rem;
    }
}

@media(min-width: 1024px){
    .post-element.news.overlap-top .hic-box{
        margin-bottom: 70px;
    }
    .post-element.news.image-above-content .hic-content{
        padding: 40px;
    }
}

/******************
AUThorized Seller
*******************/

.location-element.image-left-content .location-item .contact-details .email:before{
    content: 'Email:';
}

.location-element.image-left-content .location-item .contact-details .phone:before{
    content: 'Phone:';
}

.location-element.image-left-content .location-item .contact-details .service-area:before{
    content: 'Service Area:';
}

.location-element.image-left-content .location-item .contact-details .site:before{
    content: 'Website:';
}


.location-element.image-left-content .location-item .contact-details .email:before,
.location-element.image-left-content .location-item .contact-details .phone:before,
.location-element.image-left-content .location-item .contact-details .service-area:before,
.location-element.image-left-content .location-item .contact-details .site:before{
    margin-right: 0px;
    width: 100px;
    display: inline-block;
}

.location-element.image-left-content .location-item .contact-details a{
    color: #000;
}

.location-element.image-left-content .location-item .hic-title h3:after{
    margin-top: 25px;
    margin-bottom: 25px;
}

.location-element.image-left-content .location-item{
    border-bottom: 2px solid #D1D3D4;
    padding-bottom: 30px;
    margin-bottom: 40px;
}

.hide-site-link .contact-details .site {
    order: 4;
}

.location-element .contact-details {
    display: flex;
    flex-flow: column;
}
.location-element .contact-details .email {
    order: 2;
}
.location-element .contact-details .phone {
    order: 1;
}

.location-element .contact-details .service-area{
    order: 3;
}

h4.title, .location-item .card-section .location-title, .location-detail .name{
    padding-right: 60px;
}

 .location-result-listing .location-title{
    word-break: break-word;
    white-space: pre-line;
    overflow-wrap: break-word;
    -ms-word-break: break-word;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

@media(max-width: 768px) and (min-width: 641px){
    .location-result-listing .location-title{
        font-size: 16px !important;
    }
    
    .location-item .card-section{
        padding-left: 30px !important;
    }
    
    .location-item .card-section:before{
        top: 17px;
        font-size: 16px;
    }
}

@media(min-width: 1024px){

    .location-element.image-left-content .has-image .hic-content{
        padding-left: 80px;
    }
    
    .location-element.image-left-content .location-item .hic-title h3{
        font-size: 23px;
    }
}

/* #TIMBER STYLING */
@media(min-width: 1024px){
        
    .timber-information .post-title {
        margin-bottom: 34px;
    }
    .timber-colourtone .hic-box {
        margin-bottom: 28px !important;
    }

}

/**************************
#PROJECT - START
**************************/
.single-project .hero-banner-message,
.single-project .description-gallery .button-trigger-lightbox,
.single-project .hero .hero-bg-overlay{
    display: none;
}
.single-project .gallery-vertical-slides.description-gallery .image-slider {
    margin-top: 0;
}
.single-project .description-gallery .slick-arrow:before, .single-project .tabbed-content .slick-arrow:before {
   color: #FFFFFF; 
}
.single-project .gallery-vertical-slides.description-gallery .slick-arrow {
      border-radius: 0;
}
.single-project .gallery-vertical-slides.description-gallery .slick-arrow:before {
    font-size: 14px;       
    color:#fff;
}
.project-tips .section-body{
	justify-content: center;
}

.single-project .gallery-vertical-slides.description-gallery .slick-dots{	
    bottom: -56px;	
}	
.single-project .gallery-vertical-slides.description-gallery .slick-dots li button:before{	
	font-size: 18px;	
}

@media(max-width: 1023px) {
    .single-project .gallery-vertical-slides.description-gallery .slick-list {
        margin: 0;
    }
}
@media(min-width: 641px) and (max-width: 1023px) {
     .single-project .gallery-vertical-slides.description-gallery .image-slider {
        padding: 0;
    }
     .single-project .gallery-vertical-slides.description-gallery .slick-slide {
        margin-left: 10px;
    }
    .single-project .gallery-vertical-slides.description-gallery .slick-list {
        margin-left: -10px;
    }
    .single-project .gallery-vertical-slides.description-gallery .hic-gallery {
        margin-top: 24px;
    }
    .single-project .gallery-vertical-slides.description-gallery .slick-arrow {
        height: 45px;   
        width: 45px;   
    }
}
@media(min-width: 1024px) {
    .single-project .gallery-vertical-slides.description-gallery .slick-arrow {
        right: 0;
        left: 0;
        margin: 0 auto;
    }
    .single-project .gallery-vertical-slides.description-gallery .slick-next {
        top: -11px;
    }
    .single-project .gallery-vertical-slides.description-gallery .slick-next:before {
        content:'\f077';
    }
    .single-project .gallery-vertical-slides.description-gallery .slick-prev:before {
        content:'\f078';
    }
    .single-project .gallery-vertical-slides.description-gallery .slick-prev {
        bottom: -73px;
        top: auto;
    }
    .single-project .hero.default-height {
        min-height: 600px;
    }
    
    .single-project .gallery-vertical-slides.description-gallery .img-st {
        height: 260px;
    }
    
    .single-project .gallery-vertical-slides.description-gallery .slick-vertical .slick-slide {
       border: 0;
    }
    /*.single-project .gallery-vertical-slides.description-gallery .image-slider {*/
    /*    overflow: hidden;   */
    /*}*/
    .single-project .gallery-vertical-slides.description-gallery .slick-slide {
        margin-top: 18px;
    }
    .single-project .gallery-vertical-slides.description-gallery .slick-list {
        margin-top: -18px;
        overflow: hidden;
    }
    .single-project .gallery-vertical-slides.description-gallery .slick-arrow {
        height: 44px;   
        width: 56px;   
    }
    .single-project .gallery-vertical-slides.description-gallery .slick-arrow:before {
        font-size: 15px;       
    }
}

@media(min-width: 1280px) {
     .single-project .gallery-vertical-slides.description-gallery .img-st {
        height: 340px;
    }
     .single-project .gallery-vertical-slides.description-gallery .slick-slide {
        margin-top: 24px;
    }
    .single-project .gallery-vertical-slides.description-gallery .slick-list {
        margin-top: -24px;
    }
     .single-project .gallery-vertical-slides.description-gallery .slick-arrow {
        height: 56px;   
    }
    .single-project .gallery-vertical-slides.description-gallery .slick-prev {
        bottom: -93px;
    }
}
/**************************
!PROJECT - END
**************************/

/**************************
#ROUNDED SLIDER - START
**************************/
/*.rounded-slider.large-9 .slick-list {*/
/*    padding: 0 !important;*/
/*}*/
/**************************
!ROUNDED SLIDER - END
**************************/

/**************************
#CTA ICON SLIDER - START
**************************/
.cta.icon-above-content .hic-content {
    padding-bottom: 0;
}
.cta.icon-above-content .hic-icon {
    line-height: 1;
}
.cta.icon-above-content .hic-icon img {
    max-width: 180px;
}
.cta.icon-above-content .hic-icon:after {
    content: "";
    width: 20px;
    height: 1px;
    display: block;
    background-color: #74aa50;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}
.cta.icon-above-content .hic-blurb h2 {
    margin-bottom: 0;
}
@media(min-width: 1024px) {
    .cta.icon-above-content .hic-icon img {
        max-width: 200px;
    }
}
/**************************
!CTA ICON SLIDER - START
**************************/

/**************************
SUSTAINABILITY TAB
***************************/
.tab-layout #panel-sustainability-4{
	max-width: 100%;	
	width: 100%;
}

.tab-layout #panel-sustainability-4 .interactive-map .tab-container{
    padding-top:0;
    background-color: transparent;
}

.tab-layout #panel-sustainability-4 .interactive-map .tabs{
    background-color: transparent;
}

.image-left-content.split-40-60 .article-item{
	margin-bottom: 40px;
}

.offset-right-l{
	padding-right: 130px;
}

.page-id-462 .product-item .hic-button-wrap .button:not(:first-child) {
    display: none !important;
}



@media(max-width: 1340px){
	.offset-right-l{
		padding-right: 0;
	}	
}

@media(max-width: 640px) {
    .interactive-map .accordion-content .cell:first-child {
        display: none;
    }
}

.tab-layout .tabs-panel .tab-inner-content{
	max-width: 1100px;
    margin: 0 auto;
}

.tab-layout .light-section-inside-tab{
	background-color: #fff;
}

.wide-layout .tabs-content .grid-container{
	max-width: 1520px !important;
}

.wide-layout .tabs-content .large-container .grid-container{
	max-width: 1800px !important;
}

.tab-layout .product-item .hic-button-wrap > .button:not(:first-child){
	display: none !important;
}

.tab-layout .grey-border .cell{
	padding: 0 60px !important;
}

body .point_style a img, body .point_style img{
	width: 6px;
}

.product-information-accordion.hide-for-large .accordion {
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 0;
}

/* .markets-tabbed-content.pb-0 .tabs-content{
	padding-bottom:0;
} */
/***************************
SUSTAINABILITY TAB - END
****************************/

/**************************
#INTERACTIVE MAP - START
***************************/
.interactive-map .tabs-content {	
    padding-bottom: 0;	
    border-bottom: 0;	
}	
.interactive-map .section-body{	
    position: relative;	
}	
.interactive-map .section-body > div:not(:first-child){	
    display: none;	
}	


@media(max-width: 1023px){	
    .interactive-map .section-body > div{	
        width: 100%;	
    }	
}	
@media(min-width: 1024px) {	
    .interactive-map .section-body > div:first-child {	
        border-right: 1px solid #dedede;	
        padding-right: 33px !important;	
    }	
    .interactive-map .section-body > div:not(:first-child) {	
        padding-left: 34px !important;	
    }	
}
/**************************
!INTERACTIVE MAP - END
***************************/

/**************************
#FOOTER - START
***************************/



/**************************
!FOOTER - END
***************************/

/**************************
#MEDIA QUERIES - START
***************************/

/* CUSTOM BREAKS */

@media(max-width: 1350px){
	.product-listing-col-2 > .inner-section > .grid-container > .section-body > .cell.medium-6{
		width: 100%;
	}
}

@media(max-width: 1269px){
	.single-product .description-gallery .hic-button-wrap{
		position: static;
	}
	.product-sizes{
		bottom: unset;
	}
	.single-product .description-gallery .hic-button-wrap .button:not(:last-child) {
		margin-right: 10px;
	}
	.timber-colourtone .hic-title {
		padding-top: 56.8px !important;
		padding-bottom: 13px;
	}
}

@media(max-width: 1192px){
	.project-planner-element .hic-image::before {
		padding-top: 80%;
	}
}

@media(max-width: 1161px){
	.header.header-layout-3 .menu-container > ul > li:not(:last-child) > a {
		margin-right: 1rem;
	}
	.header .menu a {
		font-size: 13px;
	}
}

@media(max-width: 1052px){
	.header .top-bar li.menu-item-seperator a::before{
		background-size: contain;
	}
}


@media(max-width: 1030px) and (min-width: 1024px){
.single-product .description-gallery .hic-button-wrap {
    position: relative;
    left: 0 !important;
}
}

/* SMALL DESKTOP */
@media(max-width: 1024px){
	.header.header-layout-3 .menu-container > ul > li:not(:last-child) > a {
		margin-right: 1rem;
	}
	
	.header.header-layout-3 .menu-container > ul > li > a {
		font-size: 13px;
	}
	
	.project-planner-element .hic-image::before {
		padding-top: 100%;
	}
	
	.the-right-color .cell.image-list.medium-4.large-2 {
		width: 20%;
		margin-bottom: 40px;
	}
	
	.tabs-content {
		padding: 30px;
	}
	
	.tabs .tabs-title > a {
		height: 100%;
	}

	.sustainability-maps .hic-box{
		flex-wrap: wrap;
	}
	
	.sustainability-maps.split-50-50 .has-media .hic-image-container, 
	.sustainability-maps.split-50-50 .has-media .hic-content {
		width: 100%;
	}
	
	.sustainability-maps.split-50-50 .has-media .hic-image-container{
		order: 1;
	}
	
	.project-planner-element .section-title,
	.project-planner-element .sub-heading{
		padding: 0 10px;
	}
	.postid-871 .listing-information .page-element.calculator-element.has-logo{
		margin-top: 0;
	}
}
@media(min-width: 1024px){
	.postid-881 .calculator-element {
		margin-top: 85px;
	}
}
@media(max-width: 900px){
	.project-planner-element .hic-image::before {
		padding-top: 130%;
	}
}

@media(max-width: 768px){
	.the-right-color .cell.image-list.medium-4.large-2 {
		width: 25%;
	}
	.project-planner-element .hic-image::before {
		padding-top: 150%;
	}
	.project-planner-element .hic-blurb p {
		font-size: 14px;
		line-height: 1.3;
	}
	.home .hero .hero-banner-message {
		padding-bottom: 130px;
		padding-top: 150px;
	}

	
	body.home .hero .bg-image::before {
		background: linear-gradient(180deg, rgb(17, 17, 17) 0%, rgba(17, 17, 17, 0) 80%, rgba(0,212,255,0) 100%);
	}
	/*.hero-bg-overlay {*/
	/*	background-color: transparent !important;*/
	/*}*/
	.project-planner-element .section-title, .project-planner-element .sub-heading {
		padding: 0 40px;
	}
	
	.footer.footer-layout-3 .footer-col{
		flex-basis: 50%;
		margin-bottom: 0;
		text-align: left;
	}
	
	.footer.footer-layout-3 .footer-col[data-column-type="logo"]{
		flex-basis: 100%;
		margin-bottom: 30px;
		text-align: center;
	}
	
	.footer.footer-layout-3 .social-media-container .social-media li a{
		justify-content: unset;
	}
	
	.cell.large-auto.footer-col.footer-col-1 {
		order: 1;
	}
	.cell.large-auto.footer-col.footer-col-2 {
		order: 3;
	}
	.cell.large-auto.footer-col.footer-col-4 {
		order: 2;
	}
	.cell.large-auto.footer-col.footer-col-3 {
		order: 0;
	}
	.cell.large-auto.footer-col.footer-col-5 {
		order: 5;
		transform: translateY(-33%);
	}
	.single-product .description-gallery .hic-button-wrap{
		display: flex;
	}
	.single-product .description-gallery .hic-button-wrap .button{
		flex: 1;
	}
	.single-product .description-gallery .hic-button-wrap .button:not(:last-child){
		margin-right: 10px;
	}
}

@media(max-width: 640px){
	.the-right-color .cell.image-list.medium-4.large-2 {
		width: 15%;
		padding: 0 5px;
		margin-bottom: 20px;
		margin-left: 2px;
		margin-right: 2px;
	}
	.project-planner-element .hic-image::before {
		padding-top: 80%;
	}

	.the-right-color.circle-image.gallery-element .section-body .hic-image{
		border-radius: 50%;
		width: 52px;
		height: 52px;
		margin: 0 auto;
	}
	.the-right-color.circle-image.gallery-element .grid-x.section-body{
		justify-content: center;
	}
	
	.dark-video .hic-box {
		display: flex;
		flex-direction: column;
		padding: 30px;
	}
	.dark-video .hic-image-container {
		order: 2;
	}
	.dark-video .hic-content {
		order: 1;
	}
	
	.hero .article-header h1,
	  .hero .hero-banner-message h1,
	  .hero .hero-banner-message h2.h1 {
		font-size: 22px;
	  }
	.accordion-title {
		font-size: 1rem;
		border-top: solid thin #74aa51;
	}
	
	.product-information-accordion .accordion {
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.colourtone-selection .medium-12 {
		width: 100%;
	}
	.single-product .description-gallery .hic-button-wrap {
		flex-wrap: wrap;
	}
	.single-product .description-gallery .hic-button-wrap .button {
		flex-basis: 100%;
	}
	.single-product .description-gallery .hic-button-wrap .button:not(:last-child) {
		margin-right: 0;
	}
}

@media(max-width: 567px){
	.home .inter-external-mobile .button{
		width: 100%;
	}
}

@media(max-width: 368px){
	.cell.large-auto.footer-col.footer-col-5 {
		transform: translateY(-20%);
	}
}

/***************************
!MEDIA QUERIES - END
****************************/


/**************************
#MODAL - START
**************************/
.modal-element.default-alignment .modal-header,
.modal-element.default-alignment .modal-blurb,
.modal-element.default-alignment .gform_footer {
    text-align: center;
}

/**************************
!MODAL - END
**************************/

/**************************
#CUSTOMIZER - START
**************************/
.dark-font, .black-font {color: #000 !important;}
select:focus {
	box-shadow: none;
}
.row-fluid .has-cell-padding .cell {
	padding-left: 15px !important;
	padding-right: 15px !important;
}
.row-fluid .project-element .grid-x.grid-padding-x {
    margin-left: -15px;
    margin-right: -15px;
}
.row-fluid .project-element .cell {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

ul>li::marker {color: #74aa50;}
.no-bullets ul {
    list-style: none;
}
/*Header - START*/
.header-transparent.page-banner-hidden .header {position: relative;}
.home.header-dark .header {
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}
body.header-dark:not(.home) .header .top-bar {
    background: #000;
    padding-top: 15px;
}

@media (min-width: 1024px) {
	.home.header-dark .hero.full-screen-banner {min-height: 100vh;}
	.home.header-dark.admin-bar .hero.full-screen-banner {
    min-height: calc(100vh - 32px);}
}
/*Header - END*/

/*Hero - START*/
.hero.banner-solid-colour.default-banner {color: #000;}
body.header-dark .hero.banner-solid-colour.default-height {min-height: 0 !important;}
.hero.banner-solid-colour.default-height .hero-banner-message {padding-bottom: 30px;}
/*Hero - END*/

.hide-category .location-category {display: none !important;}
.search-form input[type=text], .search-form input[type=submit] {height: 50px;}
.search-form input[type=submit], .location-detail .button {background: #74aa50; color: #fff;}
.default-section.filter-location-listing-left-map .search-form {background-color: #f2f2f2; padding: 20px; margin-bottom: 20px;}
.default-section.filter-location-listing-left-map .search-form .input-group, .search-form input[type=text], .default-section.filter-location-listing-left-map .search-form input[type=submit] {margin-bottom: 0;}

@media (max-width: 640px) {
.search-form .input-group {
    flex-flow: row;}
}

/*Tabs - START*/
.tabs {border: 0;width: auto; display: flex; text-align: center; float: none; justify-content: center; border-bottom: solid 1px #74aa50;}
.page-element:not(.row-fluid) .tabs {background: transparent;}
.page-element.row-fluid .tabs {background-color: #fff;}
.tabs .tabs-title {margin: 0 5px;
background: #fff;
border: 1px solid #74aa50;
border-bottom: 0;}
.tabs .tabs-title:first-child {margin-left:0;}
.tabs .tabs-title:last-child {margin-right:0;}
.tabs .tabs-title>a {text-transform: uppercase; color: #333; font-size: 16px; font-weight: 600;}
.tabs .tabs-title>a:hover {color: #333;}
.tabs .tabs-title>a:focus, .tabs .tabs-title>a[aria-selected=true] {background: #74aa50; color: #fff;}

@media (min-width: 1024px) {
	.markets-tabbed-content.row-fluid .tab-container {padding-top: 80px; background-color: #fff;}
	.tabs-content .tabs-panel {max-width: 1100px; margin-left: auto; margin-right: auto; padding: 0;}
}
/*Tabs - END*/

/*Page Elements - START*/
blockquote, blockquote p {color: #0a0a0a;}
.title, .location-item .card-section .location-title, .location-detail .name {text-transform: uppercase; font-weight: 600;}
.title:after, .location-item .card-section .location-title:after, .location-detail .name:after {content: ""; width: 20px; height: 1px; display: block; background-color: #74aa50; margin-top: 15px; margin-bottom: 15px;}
h4.title, .location-item .card-section .location-title, .location-detail .name {font-size: 20px;}
.location-phone:before, .location-detail .contact-phone a:before {content: "Phone: "; font-weight: 600;}
.location-detail .contact-phone a {color: #0a0a0a;}
.location-item .card-section {position: relative; padding-left: 50px;}

.info-window-style-2 .location-detail .contact-details [class*="contact-"] {
    font-size: 14px;
}
.overlap-section.page-element {margin-top: 330px;}
.overlap-section.page-element .inner-section {margin-top: -320px;}
.content-box-element.grey-section.image-above-content:not(.overlap-top) .hic-box .hic-content, .post-element.grey-section .hic-box .hic-content, .project-element.grey-section .hic-box .hic-content {background-color: #fff;}
.content-box-element.tab-layout.grey-section .tabs-content {background-color: #f2f2f2; border: 0;}
.image-overlay-content .has-image .hic-content {background-color: rgba(0, 0, 0, 0.35);}
.has-video .hic-image::before {background-color: transparent !important;}
.page-element.image-left-content .slick-prev, .page-element.image-left-content .slick-next, .page-element.image-right-content .slick-prev, .page-element.image-right-content .slick-next {background: #000; width: 40px; height: 40px; z-index: 10;}
.page-element.image-left-content .slick-prev, .page-element.image-right-content .slick-prev {left: 0;}
.page-element.image-left-content .slick-next, .page-element.image-right-content .slick-next {right: 0;}

@media (min-width: 641px) {
	.overlap-section.page-element {margin-top: 150px;}
.overlap-section.page-element .inner-section {margin-top: -150px;}
	.icon-above-content .large-3 .hic-box {padding-left: 5%; padding-right: 5%;}
	.image-right-content.split-50-50 .has-media .hic-content {padding-right: 5%;
	padding-left: 16px;}
.page-element.image-left-content .slick-prev, .page-element.image-left-content .slick-next, .page-element.image-right-content .slick-prev, .page-element.image-right-content .slick-next {width: 60px; height: 60px;}
}

@media(min-width: 1024px) {
	
	.image-right-content.split-50-50 .has-media .hic-content {
	padding-left: 24px;}
	
	.overlap-section.page-element {margin-top: 200px;}
.overlap-section.page-element .inner-section {margin-top: -200px;}
	.overlap-section.has-filter.page-element  {
    margin-top: 250px;
}
	.overlap-section.has-filter.page-element .inner-section {
    margin-top: -265px;
}

	.wide-layout .page-content-element.default-width.text-center .grid-container {max-width: 1000px;}
}

@media(min-width: 1025px){
		
	.image-above-content .medium-6.has-image .hic-content {padding: 40px;}
}
/*Page Elements - END*/

/*Posts - START*/
.post-element.grey-section .hic-box .hic-content, .project-element.grey-section .hic-box .hic-content {background-color: #fff;}
.post-byline li, .post-byline li a {color: #999;}
.post-byline li.published-date span {display: none;}
.single-post.header-transparent.page-banner-hidden .page-element:first-child {padding-top: 0;}

/*Posts - END*/
/*
.pac-container{
	z-index: 9999;
	position: fixed !important;
}
*/

/*Calculator - START*/
.listing-information .page-element.calculator-element.has-logo {padding-top: 60px; margin-top: 70px;}
.calculator-element.has-logo .calculator-logo {position: absolute;
top: -45px;left: 0; right: 0;}
.calculator-element.has-logo .calculator-logo img {max-width: 90px;}
.coverage-calculator li{
	list-style: none;
}

@media (min-width: 641px){
	.listing-information .page-element.calculator-element.has-logo {padding-top: 80px; }
	.calculator-element.has-logo .calculator-logo {top: -60px;}
	.calculator-element.has-logo .calculator-logo img {max-width: 120px;}
}

/*Calculator - END*/

/*  List Tick Icon  */
ul.tick-icon li {
	list-style: none;
    position: relative;
    padding-left: 10px;
    padding-bottom: 8px;
}
ul.tick-icon li::before {
	content: "";
	display: block;
	position: absolute;
	top: 4px;
	left: -20px;
	width: 18px;
	height: 18px;
	background-image: url("https://cutek.com.au/wp-content/uploads/2021/06/tick.png");
	background-size: contain;
	background-repeat: no-repeat;
}
@media(max-width: 640px) {
	ul.tick-icon li {
		line-height: 1.4;
	}
}
@media(min-width: 1024px) {
	ul.tick-icon li {
		 padding-left: 12px;
   	 padding-bottom: 10px;
	}
	ul.tick-icon li::before {
	  top: 1px;
    width: 24px;
    height: 24px;
	}
}

/*  End List Tick Icon  */

/* Product list tabs columns  */
.single-product .product_cat-prepare .product_title:before,
.single-product .product_cat-protect .product_title:before,
.single-product .product_cat-interior .product_title:before{
	display: block;
	margin-bottom: 5px;
    background-size: contain;
    background-repeat: no-repeat;
    height: 12.3px;
    line-height: 1;
    font-size: 0;
}
.single-product .product_cat-prepare .product_title:before {content: 'Step 1 ▶ Prepare';}
.single-product .product_cat-protect .product_title:before,
.single-product .product_cat-interior .product_title:before
{content: 'Step 2 ▶ Protect';}

@media(max-width: 1023px) {
	.single-product .product_cat-prepare .product_title:before, .single-product .product_cat-protect .product_title:before, .single-product .product_cat-interior .product_title:before {
		width: 140px;
    margin-left: auto;
    margin-right: auto;
	}
}

.product-information-tab .medium-6 {
	padding-top: 30px;
}
.product-information-tab .medium-6:first-child {
	padding-right: 5%;
	border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.product-information-tab .medium-6:last-child {
	padding-left: 5%;
}
.product-information-tab .tabs-content .product-item {text-align: center; margin-bottom: 25px;}
.product-information-tab .tabs-content .product-item .hic-image {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
	  margin-bottom: 15px;
}
.product-information-tab .tabs-content .product-item .hic-title h3:after {
    content: "";
    width: 20px;
    height: 1px;
    display: block;
    background-color: #74aa50;
    margin: 15px auto 20px;
}
.product-information-tab .tabs-content .product-item .hic-blurb {display: none;}
.product-information-tab .tabs-content .product-item .button {background-color: transparent;}

.product-information-tab .product-list .hic-button-wrap .button:not(:first-child) {
	display: none !important;
}


@media (min-width: 1024px) {
	.single-product .product_cat-prepare .product_title:before,
	.single-product .product_cat-protect .product_title:before,
.single-product .product_cat-interior .product_title:before	{margin-bottom: 30px;}
}

@media (max-width: 1023px) {
.single-product.woocommerce div.product div.summary {width: 100%;}
}

/* End product list tabs columns  */

.overlap-top .mb-0 .hic-box {
    margin-bottom: 0;
}

/*Forms - START*/
.grey-section .ginput_container_date .datepicker, .grey-section select {border:1px solid #74aa50;}
.grey-section select:not(:focus) {background-color: transparent;}
.gfield_select.default-set-value {color: #000;}
/*Forms - END*/

/*  Homepage Banner  */
.home .hero .hero-banner-message {
    padding-bottom: 100px;
}
/* End Homepage Banner */

/* Product Calculator and Colour Gallery  START */

.listing-information .page-element.gallery-element .inner-section {
	height: 100%;
	align-items: center;
	display: flex;
}
.listing-information .page-element.featured-video-element {padding: 0;}

.calculator-content,
.coverage-calculator ul {
		margin-bottom: 24px;
}
.calculator-content ul {
	margin-bottom: 0;
}
.coverage-calculator ul {
	margin-left: 0;
}
.listing-information .default-alignment.calculator-element {
	text-align: center;
}
.calculator-instructions {
    font-size: 14px;
}
.calculator-element.dark-section .button {
	    background-color: #74aa51;
    color: #FFF;
}
.coverage-calculator h3 {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	align-self: center;
	margin-right: 18px;
	margin-bottom: 0;
	min-width: 180px;
}
.coverage-calculator input,
.coverage-calculator input:focus,
.calculator_fields select {
	border: 1px solid #74aa51;
	background-color: transparent;
	color: #FFF;
}

.calculator_inputs li {
    display: flex;
    align-items: center;
}
.calculator_inputs label {
	min-width: 85px
}
.calculator_inputs input {
    margin-bottom: 0;
    max-width: 150px;
}
.calculator-content {
	display: flex;
	justify-content: center;
}
.calculator_fields select {
	max-width: 200px;
	margin-bottom: 0;
}
.calculator_fields {
	display:flex;
	align-items: center;
	justify-content: center;
}
.calculator_fields li {
    display: flex;
    margin-bottom: 0;
    align-items: center;
}
.calculator_fields input {
	margin-bottom: 0;
}
.calculator_field_result {
	margin: 0 16px;
	width: 50px;
}
.coverage-calculator input.calculator_field_result {
    color: #121212;
    background-color: #FFF;
    border: none;
}
.calculator_fields label:not(:last-child) {
	margin-right: 12px;
}
.listing-information .coverage-calculator {
	    display: flex;
    display: -ms-flexbox;
    -ms-flex-flow: row wrap;
    justify-content: space-around;
    flex-wrap: wrap;
	max-width: 1420px;
	margin: 0 auto;
}
.calculator_fields,
.calculator-instructions {
	width: 100%;
}

.coverage-calculator .button.calculator-button:disabled[disabled]{
  padding: 16px 20px;
}

.coverage-calculator .button.calculator-button:disabled[disabled]:hover{
  background-color: #6c9e4a;
}

.listing-information .section-body>.cell>.grid-x .coverage-calculator {
	justify-content: center;
  flex-flow: column;
}
.listing-information .section-body>.cell>.grid-x .calculator_fields,
.listing-information .section-body>.cell>.grid-x .calculator-instructions {
	    width: auto;
}
.listing-information.row-fluid .timber-colourtone .grid-container:not(.full)>.grid-padding-x.section-body {
	margin-left: -5px; 
	margin-right: -5px;
}

.listing-information.row-fluid .timber-colourtone .cell:not([data-condition="clear"]) .hic-box {margin-left: 5px !important; margin-right: 5px !important;}

@media (max-width: 640px){
    .calculator_inputs li {
        margin-bottom: 12px;
    }
}

@media (min-width: 641px) {
	.listing-information .medium-6 .page-element {height: 100%;}
	.calculator_inputs {
	    display: flex;
        justify-content: center;
    }
    
    .calculator_inputs li {
        padding: 0 12px;
    }
}
/* Product Calculator and Colour Gallery  END */

/*Projects & Timber Species - START*/
.project-information table tbody, .timber-information table tbody {border: 0;}
.project-information table tbody tr, .timber-information table tbody tr {vertical-align: top;}
.project-information table tbody td, .timber-information table tbody td {
padding: 0 0 5px;}
.project-information blockquote {
	
	  border: 0;
    position: relative;
    padding-top: 0;
}
/* .project-information blockquote::before {left: 0; top: 5px; content: "";
position: absolute; background-image: url(https://cutek.com.au/wp-content/themes/hicaliber-theme-child/assets/images/quote-icon.png);
background-size: contain; background-repeat: no-repeat;     height: 48px;
    width: 64px;
} */
.project-element.description-gallery .image-grid .hic-image-container .hic-image::before {
    padding-top: 60%;
}
.timber-location-map.page-element {padding-top: 0; padding-bottom: 0;} 
.timber-location-map.page-element .hic-image:before {padding-top: 48%;}
.timber-location-map .hic-content {   padding-top: 24px; padding-bottom: 24px;}
.single-timber .project-planner-element .section-header {display: none;}

@media (min-width: 641px) {
	.project-information .grid-x>.medium-6:first-child {width: 30%;}
	.project-information .grid-x>.medium-6:nth-child(2) {width: 70%;}
	.timber-location-map .hic-content {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}
}

@media (min-width: 1024px) {
	.timber-location-map.split-60-40 .hic-image-container {width: 65%;}
	.timber-location-map.split-60-40 .hic-content {width: 35%;}
}
/*Projects - END*/

/* Coverage Tables */

table.coverage {
	width: 50%;
	border-collapse: collapse;
	border: none;
}
.single-product table.coverage,
.single-product.woocommerce table.coverage tr, .single-product.woocommerce table.coverage td {
	border: none;
}
.single-product.woocommerce table.coverage tbody td {
	border-bottom: 1px solid #999999;
}
table.coverage tr {
	vertical-align: top;
}
table.coverage thead th {
	background: #74AA50;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
}
table.coverage th,
table.coverage td {
	padding: 10px;
}
table.coverage td:nth-child(odd) {
	background: #F1F6ED;
}

	:not(.project-planner) .timber-species .hic-image:before {
		padding-top: 35%;
	}
	
	.grey-section :not(.project-planner) .timber-species .hic-content {
		background-color: #FFF;
		padding: 24px 0;
	}
	
	.default-alignment :not(.project-planner) .timber-species .hic-content {
		text-align: center;
	}
:not(.project-planner) .timber-species .cell {
		margin-bottom: 24px;
	}
@media screen and (max-width: 900px) {
	table.coverage {
		width: 100%;
	}
}

/* End Coverage Tables */

/* Timber Species Start */
.project-planner .hic-box .hic-title {text-align: center;}
.project-planner.default-alignment .timber-species .section-title:after {
	margin-left: 0;
}
.project-planner .timber-species .hic-title h3:after {display: none;}

	
@media(min-width: 1024px) {
	.grey-section :not(.project-planner) .timber-species .hic-content {
		background-color: #FFF;
		padding: 34px 0;
	}
}

/* @media(min-width: 1025px){
:not(.project-planner) .timber-species .section-body {
	margin-left: -15px;
	margin-right: -15px;
} 
}*/
	
/* Timber Species End */

/*Colourtones - START*/
.colourtone-selection .section-title {text-align: center;}
.colourtone-selection .timber-species 
{background-color: #f2f2f2;}
.colourtone-selection .timber-species .section-body .cell {max-width: 600px;
 margin-left: auto; margin-right: auto;}

/*Colourtones - END*/

/* Headings  */
.cell.medium-12 h2.section-title::after {
	margin-left: auto;
	margin-right: auto;
}
/* End Headings */

/* Icon Table */

table.icon-table {
	width: 100%;
	border-collapse: collapse;
}
table.icon-table img {
	display: block;
	width: 100px;
	max-width: none;
	height: auto;
}
table.icon-table tbody,
table.icon-table tbody tr:nth-child(2n) {
	background: none;
}
table.icon-table tr {
	vertical-align: top;
}

@media(max-width: 640px){
	table.icon-table img{
		width: 40px;
	}
}

/*  End Icon Table  */

/* Comparison Table*/

table.comparison th {
	color: #FFFFFF;
	background: #74AA50;
}
table.comparison th:last-child {
	background: #333333;
}
table.comparison tbody tr {
	border-bottom: 1px solid #999999;
	vertical-align: top;
}
table.comparison td:first-child {
	background: #E3EEDC;
}
table.comparison td:nth-child(2) {
	background: #ECF3E9;
}

/* End Comparison Table */

/*Modals - START*/
.modal-title {text-transform: uppercase;}
.modal-title:after {
    content: "";
    width: 20px;
    height: 1px;
    display: block;
    background-color: #74aa50;
    margin: 15px auto;
}
/*Modals - END*/

/*NEED TO MOVE TO BASED - START*/
.light-section{
	background-color: #fff;
}
/*NEED TO MOVE TO BASED - END*/

/*Nested Product Listing CB - START*/
.nested-product-listing-cb .page-element.image-left-content .cell.has-image > .hic-box > .hic-image-container {
    display: block;
}

.nested-product-listing-cb > .inner-section > .grid-container > .section-body > .cell > .hic-box > .hic-content > .hic-title h3 {
    margin: 0;
}

.nested-product-listing-cb > .inner-section > .grid-container > .section-body > .cell > .hic-box > .hic-content > .hic-title{
    padding: 13px 20px;
}

.nested-product-listing-cb > .inner-section > .grid-container > .section-body > .cell > .hic-box > .hic-content > .hic-blurb{
    padding: 8px 20px 0;
	  font-size: 15px;
}

.nested-product-listing-cb .page-element:not(.grey-section-lining) .section-body {
    border: 2px solid #e5efe0;
}

.nested-product-listing-cb .page-element.grey-section-lining .section-body {
    border: 2px solid #e6e6e6;
		margin-bottom: 0;
}

.nested-product-listing-cb .page-element .section-header {
    margin: 0;
    border-top: 15px solid;
	  padding: 10px 0;
}

.nested-product-listing-cb .page-element .section-header * {
    margin: 0;
}

.nested-product-listing-cb .page-element.grey-section-lining .section-header {
    background-color: #e6e6e6;
}

.nested-product-listing-cb.default-section .page-element.grey-section-lining .section-header, .nested-product-listing-cb.light-section .page-element.grey-section-lining .section-header {
    border-top-color: #fff;
}

.nested-product-listing-cb.theme-section .page-element.grey-section-lining .section-header{
    border-top-color: #74aa50;
}

.nested-product-listing-cb.grey-section .page-element.grey-section-lining .section-header{
    border-top-color: #F2F2F2;
}

.nested-product-listing-cb.dark-section .page-element.grey-section-lining .section-header{
    border-top-color: #111111;
}

.nested-product-listing-cb .page-element {
    margin-left: -20px;
    margin-right: -20px;
		border-top: 0;
	  padding: 0;
}

.nested-product-listing-cb:not(.theme-section) > .inner-section > .grid-container > .section-body > .cell > .hic-box > .hic-content > .hic-title {
    background-color: #74aa50;
}

.nested-product-listing-cb > .inner-section > .grid-container > .section-body > .cell > .hic-box > .hic-content > .hic-blurb {
    background-color: #e5efe0;
}

.nested-product-listing-cb .page-element .hic-title h3:after, .nested-product-listing-cb .page-element .section-title:after{
	display: none;
}

.nested-product-listing-cb .page-element.default-alignment .section-header, .nested-product-listing-cb .page-element.text-left .section-header{
	text-align: left;
}

/* .nested-product-listing-cb .page-element a {
    pointer-events: none !important;
} */

.nested-product-listing-cb .page-element .section-body {
    padding-top: 10px;
}

.nested-product-listing-cb .page-element .section-body .cell {
    margin-bottom: 10px;
}

.nested-product-listing-cb .page-element .hic-blurb {
    font-size: 14.5px;
}

.nested-product-listing-cb .page-element .hic-title h3 {
    font-size: 14.5px;
	  text-transform: none;
	    line-height: 1.6;
	  letter-spacing: 0px
}

.nested-product-listing-cb .page-element .sub-heading {
    font-style: italic;
    font-size: 14.5px;
}

.nested-product-listing-cb .page-element .section-title {
    font-size: 20px;
    margin-bottom: 12px;
}

.nested-product-listing-cb .page-element .hic-title h3 {
    margin: 0;
}

.page-element.grey-section .nested-product-listing-cb.default-section .page-element.grey-section-lining .section-header {
    border-top-color: #f2f2f2;
}

.page-element.dark-section .nested-product-listing-cb.default-section .page-element.grey-section-lining .section-header {
    border-top-color: #111111;
}

@media (max-width: 640px){
	.markets-tabbed-content .nested-product-listing-cb .page-element .section-header{
		  padding: 10px 15px;
	}
}

@media (min-width: 641px){
	.row-fluid .nested-product-listing-cb:not(.row-fluid) .cell {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
	
	.nested-product-listing-cb .page-element .hic-image:before{
	padding-top: 105%;
}
	
	.nested-product-listing-cb .page-element.split-25-75 .hic-image-container {
			width: 13%;
	}
	
	.nested-product-listing-cb .page-element.split-25-75 .hic-image-container .hic-image {
			height: 100%
	}
	
	.nested-product-listing-cb  .page-element.split-25-75 .hic-content{
			width: 87%;
			padding-bottom: 0;
    	justify-content: center;
		  padding-left: 15px;
	}
}

@media (min-width: 1110px){
.markets-tabbed-content .nested-product-listing-cb {
    margin-left: calc(((100vw - 100%) / 2 * -1) + 30px);
    margin-right: calc(((100vw - 100%) / 2 * -1) + 30px);
}
}

@media (min-width: 1520px){
	.markets-tabbed-content .nested-product-listing-cb {
    margin-left: -205px;
    margin-right: -205px;
}
}

/*Nested Product Listing CB - END*/

/*STEP BOXES - START*/

.step-boxes .hic-title span {
    position: relative;
}
.step-boxes .hic-title span::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border: 8px solid;
    border-right-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
    margin-left: 7px;
}

@media(min-width: 1024px) {
	.page-products .step-boxes {
		margin-top: -90px;
	}
}

/*STEP BOXES - END*/

/*DROPDOWN FILTER - START*/
.section-filter.dropdown-filter .isotope-select {
    width: auto;
    min-width: 240px;
    margin-bottom: 30px;
	  text-transform: uppercase;
	  padding: 10px 30px 10px 22px;
	  font-weight: 700;
	min-height: 55px;
		background-image: url(https://cutek.com.au/wp-content/uploads/2021/07/down-arrow.png);
	background-size: 16px;
    background-position: right -12px center;
}

.section-filter.dropdown-filter .isotope-select option{
	font-weight: 700;
}

.white-section-filter .section-filter {
    margin-bottom: 30px;
    background-color: #fff;
    padding-top: 15px;
    padding-bottom: 30px;
}

@media (min-width: 1024px){
	.white-section-filter .section-filter {
    margin-bottom: 70px;
    padding-top: 25px;
    padding-bottom: 50px;
    margin-left: calc((100vw - 100%) / 2 * -1) !important;
    margin-right: calc((100vw - 100%) / 2 * -1) !important;
}
}
/*DROPDOWN FILTER - END*/

/*FAQ Search Filter - START*/
.accordion-element.has-search-form .section-filter-form {
    padding: 24px 24px 0;
    text-align: center;
}

.accordion-element.has-search-form .section-filter-form + .tabs-content {
    padding-top: 30px;
}

.accordion-element.has-search-form .section-filter-form .input-group {
    max-width: 500px;
    margin: auto;
}

@media (min-width: 641px){
	.accordion-element.has-search-form .section-filter-form {
    padding-top: 50px;
	}
	
	.accordion-element.has-search-form .section-filter-form + .tabs-content {
    padding-top: 50px;
}
}
/*FAQ Search Filter - END*/

/* Blank Table */
table.blank-table {
	background: none;
}
table.blank-table tbody {
	background: none;
	border: none;
}
table.blank-table tr,
table.blank-table tr:nth-child(2n) {
	vertical-align: top;
	background: none;
}
table.blank-table tbody td {
	background: none;
	color: #FFFFFF;

}
table.fixed-left-col tr td:first-child {
	width: 30%;
}
/* End Blank Table */

/*  Green Arrows  */
.arrow-green,
.section-title span.arrow-green {
	color: #74aa50;
	display: inline;
}
/* End Green ARrows  */

/*Locations - START*/
.search-form {max-width: 750px;    margin-left: auto; margin-right: auto;}

@media(max-width: 640px){
.location-element .location-item .hic-image:before{
	padding-top: 30%
}
}
/*Locations - END*/

/*circle carousel*/
@media(max-width: 1024px){
	
	
	
	.listing-information .circle-image.gallery-element .section-body .hic-image{
		height: 80px;
	}
}

.listing-information .carousel .slick-arrow{
	top: 34%;
}
.carousel.rounded-slider .slick-slider .slick-track{
	justify-content: center;
}

.listing-information .circle-image.gallery-element .section-body .hic-image{
	height: 95px;
	width: 95px;
}
/*circle carousel end*/

/*single products*/
.listing-information .featured-video-element.image-overlay-content .has-media.has-video{
	margin-bottom:0;
}

.listing-information .featured-video-element.image-overlay-content .has-media.has-video .hic-content{
	background-color: transparent;
}
/*single products end*/

/**************************
!CUSTOMIZER - END
**************************/



/****************************************
#HICALIBER CHILD THEME CSS 2  - START
****************************************/

.has-green-box {
    margin-bottom: 10px;
     background: #74aa50;
    color: #fff;
    padding: 5px 10px;
    display: table;
}
/*calculator radio button*/
.coverage-calculator  input[type=checkbox]:checked + label:before, .coverage-calculator  input[type=radio]:checked + label:before {
    content: "●";
    line-height: 14px;
	color: #74aa50;
}


/*search result*/
.accordion-element .accordion{
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 0;
}
.accordion-element.has-search-form .section-filter-form input[type="text"] {
    padding: 10px 0 10px 15px;
}
.accordion-element.has-search-form .section-filter-form .input-group ::placeholder{
	font-weight: 600;
	color: #333;
}
/*search filter button*/
.accordion-element.has-search-form .section-filter-form .input-group{
	position: relative;
}
.accordion-element .section-filter-form .input-group .search-submit {
    position: absolute;
    right: 10px;
    background: transparent;
    top: 0;
    border: 0;
    padding: 0;
    font-size: 0;
    width: 50px;
    z-index: 2;
}
.accordion-element .section-filter-form .input-group:after{
	content: '\f054';
    font-family: 'Font Awesome 5 Pro';
    background-color: transparent;
    display: inline-block;
    font-weight: 300;
    color: #74aa50;
    height: auto;
    margin: 0;
    font-size: 18px;
    transform: translate(16px, 0);
    transition: all .25s ease-in-out;
    position: absolute;
    line-height: 50px;
    right: 35px;
    z-index: 1;
}

/*Products Download Tab*/
	ul.cutek-downloads-list {
		list-style: none;
	}
	ul.cutek-downloads-list li a {
		color: #333;
		font-weight: 600;
		text-transform: uppercase;
	}
	ul.cutek-downloads-list li a:hover{
		color: #74aa50;
	}
	ul.cutek-downloads-list li a:before {
		content: "\f019";
		font-family: 'Font Awesome 5 Pro';
		margin-right: 10px;
	}


@media (min-width: 1024px){
    .tab-content-video-box.cell {
        max-width: 850px !important;
        margin: auto;
    }
}

/*ONE TREE SHORTCODE*/
.product-element.listing-information .one-tree-logo {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 2;
	top:0;
}
.product-element.listing-information .one-tree-logo img {
    max-height: 120px;
}
@media(min-width:641px){
	.product-element.listing-information .one-tree-logo{
		top: 10px;
	}
}

/****************************************
!HICALIBER CHILD THEME CSS 2  - END
****************************************/

/****************************************
#HICALIBER CHILD THEME CSS 3  - START
****************************************/

/****************************************
#Architects - Products Achive - Start
/***************************************/
.page-element.markets-tabbed-content.default-alignment .tabs-content  h2.section-title {
    text-align: center;
}
.page-element.markets-tabbed-content .tabs-content h2.section-title {
    background-repeat: no-repeat;
    background-image:none;
}
.page-element.markets-tabbed-content .tabs-content h2.section-title:after,
.page-element.markets-tabbed-content .accordion li:last-child .accordion-content > h2:after{
    background-image: url(../images/text-border-green.svg);
    content: "";
    margin-top: 20px;
    display: block;
    background-repeat: no-repeat;
    height: 9px;
    width: 120px;
    background-size: contain;
    background-color:transparent;
}
.page-element.markets-tabbed-content.default-alignment .tabs-content #panel-project-archive-6 > p {
    text-align: center;
}
.page-element.markets-tabbed-content .tabs-content .project-element.image-above-content .hic-image:before {
   padding-top: 45%;
}
.page-element.markets-tabbed-content .tabs-content .project-element.image-above-content .hic-content .hic-title h3{
    color:#1b1b1b;
    font-size: 18px;
}
.page-element.markets-tabbed-content .tabs-content  .project-element.image-above-content .hic-content .hic-blurb {
    display: none;
}

@media(max-width: 640px){
    .accordion-content ul li{
        margin-bottom: 10px;
    }
}
@media( min-width: 1024px ){
    .page-element.markets-tabbed-content .tabs-content #panel-project-archive-6 > p {
        max-width: 800px;
        margin: 0 auto;
    }
    .page-element.markets-tabbed-content .tabs-content  h2.section-title {
        margin-bottom: 30px;
    }
}
@media( max-width: 1023px ){
    /*.page-element.markets-tabbed-content .accordion li:last-child .accordion-content > p {*/
    /*    padding-left: 15px;*/
    /*    padding-right: 15px;*/
    /*    text-align:center;*/
    /*}*/
    .page-element.markets-tabbed-content .accordion li:last-child .accordion-content > h2{
        text-align:center;
        background-image:none;
    }
}
@media( min-width: 641px ) and ( max-width: 1023px ){
     .page-element.markets-tabbed-content .project-element.image-above-content .section-body{
        padding-left: 15px;
        padding-right: 15px;
    }
}
/****************************************
!Architects - Products Achive - Start
/***************************************/

/****************************************
!HICALIBER CHILD THEME CSS 3  - END
****************************************/



.responsive-card-table {
  border-collapse: collapse;
}

.responsive-card-table.unstriped tbody {
  background-color: transparent;
}

.responsive-card-table th {
  background-color: #e6e6e6;
}

.responsive-card-table tr,
.responsive-card-table th,
.responsive-card-table td {
  border: 1px solid #0a0a0a;
}

@media screen and (max-width: 640px) {
	
	/*.row-fluid .project-planner .timber-colourtone .cell {*/
	/*	width: 50%;*/
	/*	padding-left: 0 !important;*/
	/*	padding-right: 0 !important;*/
	/*}*/

  .responsive-card-table {
    
  }
  .responsive-card-table thead tr {
    position: absolute;
    top: -9999em;
    left: -9999em;
  }
  .responsive-card-table tr {
    border: 1px solid #0a0a0a;
    display: block;
  }
  .responsive-card-table tr + tr {
    margin-top: 1.5rem;
  }
	
	table.comparison.responsive-card-table td:first-child{
		padding: 20px;
		text-align: center;
	}
	
	table.comparison.responsive-card-table tr td:first-child:after,
	table.comparison.responsive-card-table tr td:first-child:before{
		display: none;
	}
	table.comparison.responsive-card-table tr td:first-child{
		justify-content: center;
	}
	.responsive-card-table.coverage td::before{
		margin-left: unset;
		margin-right: 7%;
	}
  .responsive-card-table td {
    border: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-align-items: flex-start;
        -ms-flex-align: flex-start;
            align-items: flex-start;
    border-bottom: 1px solid #0a0a0a;
	padding: 20px;
    padding-left: 50%;
    position: relative;
	  width: 100%;
  }
  .responsive-card-table td:before {
    content: attr(data-label);
	display: block;
	font-weight: bold;
	line-height: 1.5;
	width: 80%;
	z-index: 1;
	font-size: 13px;
	margin-left: -100%;
	margin-right: 20%;
	color: #FFF;
  }
  .responsive-card-table td:after {
    content: '';
    position: absolute;
    background: #74aa50;
    width: 45%;
    height: calc(100% - 2px);
    left: 1px;
    top: 1px;
    z-index: 0;
  }
	.responsive-card-table td div{
		width: 100%;
	}
}


.timber-species .hic-box .btn-select li, .timber-selector li {
	text-align: left;
}
@media(min-width: 1024px) {
	.single-product .description-gallery .hic-button-wrap .button:nth-child(3) {
	position: absolute;
	left: 0;
	min-width: 201.66px;
	top: 60px;
}
}


/*  Project Information Table  */
.project-information table tbody td:first-child {
	padding: 0 10px 5px 0;
}
/* End Project Information Table */
/* Colourtones heading */
.timber-colourtone h4.sub-heading {
	font-style: italic;
}
/*  End Colourtone heading */
.page-element button.button.contact-button.modal-button {
    width: 100%;
    text-align: left;
    border: 0;
    border-top: 1px solid #ccc;
    margin-bottom: 0;
	  padding: 15px 0;
}
.page-element button.button.contact-button.modal-button:hover, .page-element button.button.contact-button.modal-button:focus {
	background-color: transparent;
	border-color: #74aa50;
	color: #333;
}

@media (min-width: 641px){
	.page-element button.button.contact-button.modal-button {
		padding: 20px 0;
		font-size: 18px;
	}
}



/*
RESELLER PORTAL
*/

.reseller-portal p{
    color: #000;
    font-size: 19px;
}


.reseller-portal label{
    font-size: 16px;
    color: #000;
}

.reseller-portal .tabs-content .tabs-panel{
    max-width: 100%;
}


.reseller-portal .tabs-content.vertical{
    border: none;
    padding-top:0;
    padding-left: 0;
    padding-right:0;
}

.reseller-portal .default-alignment .section-header{
    text-align: left;
    max-width: 100%;
}

.reseller-portal  .section-header h2.section-title:after{
    margin-left: 0;
}

.tab-reseller-portal .vertical.tabs{
  display: block;
  border: 0;
}

.tab-reseller-portal .disabled-tabs a{
    pointer-events: none;
    opacity: .5;
    color: #000 !important;
}

.tab-reseller-portal .vertical.tabs .tabs-title{
  margin:0;
  border:0;
  background-color: #f2f2f2;
  text-align: left;
  padding: 20px 15px;
}

.tab-reseller-portal .vertical.tabs .tabs-title a{
  background: transparent;
  color: #000;
}

.tab-reseller-portal .vertical.tabs .tabs-title a:hover{
    color: #74aa50;
}

.tab-reseller-portal .vertical.tabs .tabs-title.is-active a{
  color: #74aa50;
}
.tab-reseller-portal .vertical.tabs .tabs-title{
  border-top: 1px solid #d2d2d2;
}


.reseller-portal.body-content.has-sidebar-left{
  max-width: 100%;
}



.reseller-portal .sidebar{
  width: 100%;
}

.reseller-portal .sidebar .sidebar-element{
  background-color: #f2f2f2;
}

.reseller-portal .sidebar .sidebar-element > div > .cell > .custom-mobile-menu:first-child{
    display: none;
}

.reseller-portal .post-password-form > p:first-child{
    display: none;
}

.reseller-portal .post-password-form {
    max-width: 550px;
    justify-content: space-between;
}

.reseller-portal .post-password-form [type="password"]{
    max-width: 310px;
    margin-right: 20px;
    width: 100%;
}

.reseller-portal .button-primary{
    background-color: #74aa50;
}

.reseller-portal .action-buttons{
    margin-top: 60px;
    display: flex;
    flex-flow: column;
}

.reseller-portal .button:not([type="submit"]){
    min-width: 170px;
}

.reseller-portal .post-password-form [type="password"]::placeholder{
    opacity: 1;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
}

.reseller-portal .post-password-form [type="submit"]{
    background-color: #74aa50;
    color: #000;
    max-width: 100px;
    width: 100%;
}


.reseller-portal input:not([type="submit"]){
    border: 1px solid #74aa50;
    height: 54px;
    padding: 20px;
}

.reseller-portal textarea{
    border: 1px solid #74aa50;
}

.reseller-portal .post-password-form{
    display: flex;
    margin-bottom: 50px;
}

.reseller-portal .section-header{
    margin-bottom: 50px;
}

.reseller-portal .section-header h2{
    margin-bottom: 40px;
}

.reseller-portal form{
    margin-top: 30px;
}

.portal-not-login .section-body h4{
    font-size: 18px;
    text-transform: uppercase;
}

.reseller-portal .gfield_required_text{
    font-size: 0;
}

.reseller-portal .gfield_required_text:before{
    content: '*';
    font-size: 20px;
}

.reseller-portal .gfield_label{
    margin-bottom: 5px;
}

.reseller-portal .gform_footer{
    margin-top: 40px;
}

.portal-checklist ul,
.reseller-portal .gfield_checkbox{
    display: flex;
    flex-flow: wrap;
    margin-left:0;
}

.portal-checklist ul li,
.reseller-portal .gfield_checkbox > div{
    list-style: none;
    width: 50%;
    margin-bottom: 30px;
}

.portal-checklist ul li label:before,
.reseller-portal .gfield_checkbox label:before,
.reseller-portal .gfield_radio label:before,
.reseller-portal .portal-checklist input[type=checkbox] + label .asset-title:before{
    border-radius: 50%;
    border:1px solid #74aa50;
    width: 22px;
    height: 22px;
    line-height: 1.3;
    font-size: 18px;
}

.portal-checklist ul li label:before,
.reseller-portal .gfield_checkbox label:before{
    top: auto;
    bottom: 4px;
}

.reseller-portal .gfield_radio label:before{
    top: 3px;
}

.reseller-portal .portal-checklist input[type=checkbox] + label:before{
    display: none;
}

.reseller-portal .portal-checklist input[type=checkbox] + label .asset-title:before{
    content: "\f00c";
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    transition: .2s;
    background: transparent;
    text-align: center;
    font-size: 18px;
    line-height: 1.3;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    position: absolute;
    left: 0;
    color: transparent;
    top: 3px;
}

.reseller-portal .portal-checklist input[type=checkbox]:checked + label .asset-title:before,
.reseller-portal input[type=checkbox]:checked + label:before,
.reseller-portal input[type=radio]:checked + label:before{
    background-color: transparent;
    color: #74aa50;
     border-color: #74aa50;
}

/*.reseller-portal .portal-checklist input[type=checkbox]:checked + label:before{*/
/*    border-color: #74aa50;*/
/*}*/

.reseller-portal .gfield_radio {
    margin-top: 10px;
}

.reseller-portal .gfield_radio .gchoice{
    margin-bottom: 20px;
}


.reseller-portal .gfield_checkbox label p{
    margin-bottom: 0;
}
.portal-checklist .asset-title,
.reseller-portal .gfield_checkbox label p{
    margin-top: 30px;
    padding-left: 40px;
    font-size: 16px;
}

.portal-checklist .portal-order-pos .asset-title{
    padding-left: 0;
}

.portal-checklist .asset-description ul{
    flex-flow: column;
    margin-left: 18px;
}

.portal-checklist .asset-description ul li{
    margin-bottom:0;
    list-style: disc;
    width: 100%;
}

.portal-checklist .portal-order-pos select{
    max-width: 200px;
    position: absolute;
    bottom: 0;
    border: 1px solid #74aa50;
    height: 54px;
}

.reseller-portal .gfield_checkbox label,
.portal-checklist ul li label{
    padding-left: 0;
}

.reseller-portal .gfield_checkbox label img,
.portal-checklist label img{
    margin-left: -15px;
}

.reseller-portal .free-samples-lists{
    max-width: 550px;
    display: flex;
    flex-flow: wrap;
}

.reseller-portal .free-samples-lists li{
    width: 100%;
    padding: 20px 0;
    border-top: 1px solid #ccc;
}

.reseller-portal .free-samples-lists li:last-child{
    border-top: 1px solid #ccc;
}

.reseller-portal .free-samples-lists li input{
    margin-bottom: 0;
}

.reseller-portal li input:not([type="submit"])::placeholder{
    font-size: 16px;
    color: #000;
}

.reseller-portal .free-samples-lists li label{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
}

.reseller-portal .gform_body .gfield_html h3{
    margin-top: 50px;
    font-size: 23px;
    text-transform: uppercase;
}

.portal-checklist .portal-order-pos > li{
    padding-bottom: 100px;
    position: relative;
}

.reseller-portal .fieldset-address{
    padding: 0;
}


.reseller-portal .fieldset-address .ginput_container_address span,
.reseller-portal .fieldset-address .gfield_label{
    padding: 0 .5375rem;
}

.portal-checklist .asset-title{
    position: relative;
}

.hide-submit .gform_footer{
    display: none;
}

.reseller-portal .custom-mobile-menu .menu-icon:hover:after{
	box-shadow: 0 7px 0 #1b1b1b, 0 14px 0 #1b1b1b;
}
@media(max-width: 1023px){
    
    .tab-reseller-portal .vertical.tabs .tabs-title:first-child{
      border-top: 0;
    }
	
	.reseller-portal .sidebar .sidebar-content{
	  padding-left:0 !important;
		padding-right:0 !important;
	}

}


@media(min-width: 641px){
    
    
    .reseller-portal .page-element .grid-container{
        max-width: 1100px;
    }
    
    .portal-checklist ul li,
    .reseller-portal .gfield_checkbox > div{
        width: 33.3333%;
        padding-right: 15px;
    }
    
    .reseller-portal .section-header h2{
        font-size: 34px;
    }
    
    .reseller-portal .gform_fields > fieldset .ginput_container_address span{
        width: 50% !important;
    }
    
    .reseller-portal .action-buttons{
        flex-flow: wrap;
    }
    
    .reseller-portal .action-buttons .button:not(:last-child){
        margin-right: 15px;
    }
    
    .reseller-portal .post-password-form [type="submit"]{
        max-width: 200px;
    }
    
    .portal-not-login .section-body h4{
        font-size: 23px;
    }
}

@media(min-width:1024px){
    .reseller-portal .page-element .grid-container{
        margin-left: 50px;
        margin-right: 50px;
    }
    
    .reseller-portal .sidebar-element > div > .cell{
      padding-right: 40px;
        padding-left: 60px;
    }
    
    .reseller-portal .sidebar{
      width: 490px;
    }
    
    
    .reseller-portal .action-buttons .button:not(:last-child){
        margin-right: 30px;
    }
    
    
    .tab-reseller-portal .vertical.tabs .tabs-title:last-child{
      border-bottom: 1px solid #d2d2d2;
    }

}

@media(min-width: 1280px){
    .reseller-portal .page-element .grid-container{
        margin-left: 100px;
        margin-right: 100px;
    }
    .portal-checklist .portal-data-sheets label img{
        min-width: 300px;
    }
    
    .reseller-portal .sidebar-element > div > .cell{
      padding-right: 70px;
        padding-left: 90px;
    }

}
/*
END - RESELLER PORTAL
*/


/*project planner*/
.recommended-products .product-protect .each-products[data-slug="colourtones"]{
	order:3;
}

.buy-now-wrap .section-content .step-content{
	display: flex;
}


.buy-now-wrap > h2{
	text-transform: uppercase;
}

.buy-now-wrap .button[disabled]{
	pointer-events: none;
}

.buy-now-wrap .step-header{
	margin-bottom: 10px;
}

.buy-now-wrap .buy-now-actions{
    margin-top: 30px;
}

.buy-now-wrap{
	/*border: 2px dashed #e23232;*/
	padding: 20px;
	margin-top: 30px;
}

.buy-now-wrap .step-2 .step-content > div:first-child{
	order: 2;
}
.buy-now-wrap .step-2 .step-content > div:last-child{
	order: 1;
}

.buy-now-wrap .step-2 .step-content .selected-color{
	margin-top: 0;
    font-weight: 400;
    display: inline-block;
    font-size: 16px;
}

.buy-now-wrap .product-check-item label span{
	margin-right: 5px;
}

.buy-now-wrap .step-content-table thead{
    background-color: #111;
    color: #fff;
}

.buy-now-wrap .step-content-table tbody{
    border: none;
}

.buy-now-wrap .step-content-table tbody tr{
    border-bottom: 1px solid #e7e7e7;
}

.buy-now-wrap .section-title{
    padding: 0 !important;
    margin-bottom: 50px;
}

.project-size .section-title:after{
	display: none;
}


.project-size .section-body{
	margin-top: 0;
    background-color: #000;
	padding: 20px !important;
}

.project-size .section-body label{
	color: #fff;
	margin-left: 10px;
}

#project-planner .project-size > .inner-section > .grid-container{
	max-width: 100% !important;
}

.project-planner .project-size {
	padding-bottom: 0;
}

.project-planner .project-size .section-body .error{
	color: #ff1d1d;
    padding-left: 15px;
    padding-right: 20px;
    text-align: center;
    padding-bottom: 20px;
}

.project-planner .recommended-products .section-body > .grouped h3 span:before{
    content:'';
   background-image: url(../images/right-arrow.png);
   width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    display: inline-block;
    background-size: contain;
}

.project-planner .recommended-products .section-body > .grouped.product-interior:before,
.project-planner .recommended-products .section-body > .grouped.product-interior:after{
    display: none;
}
/*DISABLE ADD TO CART - END*/
.project-planner .buy-now-table-wrapper .step-content-table td > label:before{
  display: none;
}

.project-planner .buy-now-table-wrapper .step-content-table td > label{
  padding-left: 0;
}

.project-planner .buy-now-actions .button-add-to-cart {
  display: none !important;
}
/*DISABLE ADD TO CART - END*/

.woocommerce #order_review button.button.alt{
    color: #74aa50;
}

.woocommerce #order_review button.button.alt:hover{
    color: #fff;
}

.cutek-enter-postcode > label,
.modal-content.add2cart-form label{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.cutek-enter-postcode #cutek-postcode,
.modal-content.add2cart-form  input{
    max-width: 300px;
    height: 50px;
    border: 1px solid;
}

.postcode-form .button.cutek-check-postcode,
.add2cart-form button.button.cutek-add2cart{
    background-color: #74aa50;
    color: #fff;
    min-width: 200px;
}

.postcode-form .button.cutek-check-postcode:hover,
.add2cart-form button.button.cutek-add2cart:hover{
    background-color: transparent;
    color: #74aa50;
}

.cutek-product-price{
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}

.add2cart-form .prod-variation{
    border: 1px solid #000;
    height: 50px;
    text-transform: capitalize;
    font-weight: 600;
}

@media(max-width: 640px){
    .buy-now-wrap .section-content > .cell{
        margin-bottom: 20px;
    }
    
    .buy-now-actions .button{
        min-width: 185px;
    }
}
@media (min-width: 641px){
    
    .buy-now-wrap .section-content .step-content > div{
    	width: 33.33333%;
    }
    
}

@media(max-width: 1023px){
	.buy-now-table-wrapper{
		width: 100% !important;
	}
}

@media(min-width: 1024px){
    
    /*.project-planner .recommended-products .section-body {*/
    /*    justify-content: space-between;*/
    /*}*/
    .project-planner .recommended-products .section-body > .medium-4{
        width: 30%;
        margin-right: 30px;
    }
    
    .project-planner .recommended-products .section-body > .grouped{
        position: relative;
    }
    .project-planner .recommended-products .section-body > .grouped:not(:last-child):after{
        content: '';
        width: 1px;
        height: 90%;
        position: absolute;
        background-color: #ccc;
        right: -21px;
        top: 0px;
    }
    
    .project-planner .recommended-products .section-body > .grouped:not(:last-child):before{
        content: '+';
        font-weight: 700;
        font-size: 30px;
        width: 20px;
        height: 45px;
        background-color: #fff;
        right: -30px;
        top: 0px;
        z-index: 9;
        position: absolute;
        line-height: 1;
        text-align: center;
    }
}

@media(min-width: 1280px){
    .project-planner .recommended-products .section-body > .medium-4{
        margin-right: 40px;
    }
    
    .project-planner .recommended-products .section-body > .grouped:not(:last-child):before{
        right: -32px
    }
    
    .project-planner .recommended-products .section-body > .grouped:not(:last-child):after{
        right: -23px;
    }
}
/*project planner*/

/*customizer*/
.header .top-bar li.menu-item-seperator a::before {
	background-image: url(/us/wp-content/uploads/2021/05/logo.png);
}

.home .page-element.content-box-element.image-above-content.boxes-with-top-label .grid-x,
.internal-external-block .section-body {
	justify-content: center;
}

.how-it-works-products-block .hic-button-wrap button {
    display: none !important;
}

.category-filter {
	display: none;
}

.product-information-accordion .accordion-title {
	text-transform: uppercase;
}
.cell.product-item.prepare-category .hic-image {
    background-size: contain;
	  background-repeat: no-repeat;
}

/*Make the tab label and h3 heading uppercase - Start*/
@media( max-width: 640px ){
	.product-information-accordion .accordion-title, .product-information-accordion .accordion-content h3 {
  text-transform: uppercase;
	}
}
/*Make the tab label and h3 heading uppercase - End*/

/*Adjustment Start*/
@media( min-width: 1024px ){
	body .product-sizes.width-225{
		max-width: 245px;
	}
	
}
/*Adjustment End*/

@media(max-width: 1023px) {
    .button-banner .banner-button-container {
        display: none;
    }
    .video-background-banner.hero .hero-bg-overlay {
        background-color: rgba(10,0,0,0.2) !important;
    } 
    .hero .hero-banner-message .play-video {
        margin-top: 30px;    
    }
    .hero .hero-banner-message .play-video .button {
        border: none;
        font-size: 30px;
    }
    .video-background-banner.hero .bg-image.hide-for-large {
        background-position-x: 75%;
    }
}
@media(min-width: 641px) and (max-width: 1023px) {
    .hero .hero-banner-message h1 {
        font-size: 22px;
    }
}
@media(min-width: 1024px) {
    .button-banner .banner-button-container {
        position: absolute;
        top: 0;
        height: 100%;
        width: 100%;
        left: 0;
        z-indez: 2;
    }
    .button-banner .banner-button-container .button-banner-fullscreen { 
        height: 100%;
        width: 100%;
        font-size: 0;
        background-color: transparent !important;
        border: none;   
    }
    .button-banner .banner-button-container .button-banner-fullscreen:hover,
    .button-banner .banner-button-container .button-banner-fullscreen:focus {
        background-color: transparent !important;
    }
    .button-banner .hero .hero-banner-message { position: initial; }
    .button-banner .hero-banner-message .hic-button-wrap { position: relative; display: table; margin: 0 auto; z-index: 3; }
}






/**
 *	Fix for WooCommerce images
 */
.woocommerce img, 
.woocommerce-page img {
    height: auto;
    width: auto;
	max-width: 100%;
	max-height: 100%;
}
.woocommerce .timber-selector img, 
.woocommerce-page .timber-selector img {
    height: 50px;
    width: 50px;
}

/* Fix for HIC images */

.small-icon.icon-above-content .hic-icon img{
	width: auto;
}




/**	
 *	Fix for accordian
 */
li.accordion-item::after {
	content: "";
	clear: both;
	display: block;
}