@charset 'UTF-8';
/***************************************
Hicaliber Base Theme Styling
*****************************************/

/***************************************
Table of Contents:

 1. Global / General
 2. Breakpoints
 3. The Grid
 4. Site Width
 6. Header
 7. Hero
 8. Accordion
 9. Accordion Menu
10. Badge
11. Breadcrumbs
12. Content Boxes
13. Pagination
14. Gallery
15. Form
16. Listing Element
17. Fancy Box
18. Product Plugin
19. Project Plugin
20. Location Plugin
21. Events Plugin
22. Footer
23. Single Property/Design
24. ISOTOPE NAV
25. Sitemap
26. Gravity Form Field Helper
27. Modal Element
28. Agent Modal Element
29. Directory Listing Plugin
30. Post Meta Nav
31. Audio Player
32. New Location MAP with List App
33. Single Modal Element
34. Countdown Widget
35. Responsive Table
************************************/

/*************************************
1.Global / General - START
**************************************/
* {
  outline: none;
}
.disable-pointer a, a.disable-pointer {
  pointer-events: none;
}
.page-element, .sidebar-element {
  padding: 30px 0;
}
.hic-image .video-play-button,
.video-play-button {
  margin: auto;
  width: 80px;
  height: 80px;
  transition: all .25s ease;
}
.off-canvas {
  background-color: #444;
}
.off-canvas a {
  color: #FFF;
}
.off-canvas li {
  border-bottom: 2px solid #4c4c4c;
}
.default-alignment .section-header, 
.default-alignment .section-footer {
  text-align: center;
}
.section-header {
  margin-bottom: 20px;
}
.hic-image:before, 
.gallery-image:before {
  content: "";
  width: 100%;
  height: auto;
  padding-top: 60%;
  display: block;
}

.social-media {
  margin: 0;
  list-style: none;
}

.social-media li {
  display: inline-block;
}

.social-media li:not(:last-child) {
  margin-right: 8px;
}
.section-footer .button {
  margin-bottom: 0;
}
 .section-footer {
  margin-top: 30px;
}

.footer .contact-details div,
.map-form-element .contact-details div {
  margin-bottom: 10px;
  position: relative;
}

.contact-details + .social-media-container {
  margin-top: 20px;
}

.map-form-element .sub-map iframe {
  width: 100%;
}

.footer .contact-details .contact-address,
.footer .contact-details .contact-phone,
.footer .contact-details .contact-email,
.map-form-element .contact-details .contact-address,
.map-form-element .contact-details .contact-phone,
.map-form-element .contact-details .contact-email {
  padding-left: 28px;  
}
.footer .contact-details i,
.map-form-element .contact-details i {
  position: absolute;
  left: 0;
  top: 5px;
}
.custom-mobile-menu .menu-icon:after {
  background: #1B1B1B;
  box-shadow: 0 7px 0 #1B1B1B, 0 14px 0 #1B1B1B;
}
.theme-section .custom-mobile-menu .menu-icon:after,
.dark-section .custom-mobile-menu .menu-icon:after{
     background: #FFF;
  box-shadow: 0 7px 0 #FFF, 0 14px 0 #FFF; 
}
.custom-mobile-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
tbody tr:nth-child(2n) {
    background-color: #FFF;
}
[data-item-col="medium-6 large-4"] .hic-title h3 {
    font-size: 20px;
}

@media(min-width: 641px) {
  .page-element, .sidebar-element {
    padding: 50px 0;
  }
   .top-right-footer .grid-container {
      position: relative;
  }
  .top-right-footer .section-footer {
        position: absolute;
        top: -9px;
        right: 0;
        margin-top: 0;
  }

  .grid-x>.medium-2_4 {
    width: 20%;
  }

  .grid-x>.medium-4_8 {
    width: 40%;
  }
}
@media(max-width: 1023px) {
  .child-page-menu .menu {
    flex-flow: column;
  }
  .child-page-menu li a {
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid #CCC;
    color: #1B1B1B;
  }
  .has-sidebar-both .primary-sidebar .sidebar-element > .grid-x > .cell > .sidebar-content, 
  .has-sidebar-left .primary-sidebar .sidebar-element > .grid-x > .cell > .sidebar-content {
    padding: 16px;
    border: 1px solid #CCC;
    margin-top: -1px;
  }
}
@media(min-width: 1024px) {
  .page-element, .sidebar-element {
    padding: 80px 0;
  }
  .section-footer {
    margin-top: 50px;
  }
  .custom-mobile-menu {
    display: none;
  }
  .child-page-menu .menu {
    display: flex !important;
  }
  .widget-form-inner-wrap {
      display: block !important;
  }
  .search-widget .filter-checkbox ul li {
      display: inline-block;
  }
  .top-right-footer .section-footer {
        top: 14px;
  }
  
  .top-right-footer.page-element:not(.small-header) .section-header .cell {
        max-width: 750px;
        margin-left: 0;
  }

}
/*************************************
1.Global / General - END
*************************************/

/*************************************
3.Grid
*************************************/
.grid-container {
  padding: 0;
}
.grid-padding-x>.cell,
.grid-padding-x .slick-track>.cell {
  padding-right: 15px;
  padding-left: 15px;
}
.grid-container:not(.full)>.grid-padding-x {
  margin-right: 0;
  margin-left: 0;
}
.small-2_4 {
  width: 20%;
}
.row-fluid.grid .section-body .cell {margin-bottom: 0;}
/*************************************
3.Grid - END
*************************************/

/*************************************
4.WIDTH - START
*************************************/

@media print, screen and (min-width: 40em) {
  .grid-padding-x .slick-track>.cell {
    padding-right: .9375rem;
    padding-left: .9375rem;
  }
}
/*Default Width - START*/
.default-width .grid-container {
  max-width: 1170px;
}

.default-width .xsmall-container .grid-container {
  max-width: 700px;
}

.default-width .small-container .grid-container {
  max-width: 900px;
}

.default-width .medium-container .grid-container {
  max-width: 1000px;
}

.default-width .large-container .grid-container {
  max-width: 1440px;
}
/*Default Width - END*/

/*Wide Layout - START*/
.wide-layout .body-content.has-sidebar-both,
.wide-layout .body-content.has-sidebar-left,
.wide-layout .body-content.has-sidebar-right {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

@media (min-width: 1024px){
  .has-sidebar-left .sidebar, .has-sidebar-both .sidebar.primary-sidebar {
    padding-left: 15px;
  }
  
  .has-sidebar-right .sidebar, .has-sidebar-both .sidebar.secondary-sidebar {
    padding-right: 15px;
  }
}

/*Wide Layout - END*/
.full-width-layout .grid-container {
  max-width: 100%;
}



/*Boxed Layout - START*/
.boxed-layout .off-canvas-wrapper {
  max-width: 1200px;
  margin: auto;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.boxed-layout {
  background-color: #e2e4e5;
}

/*Boxed Layout - END*/


.full-width-layout .small-container .grid-container {
  max-width: 1000px;
}

.full-width-layout .medium-container .grid-container {
  max-width: 1200px;
}

.full-width-layout .large-container .grid-container {
  max-width: 1600px;
}
/*************************************
SITE WIDTH - END
*************************************/

/*************************************
#HELPERS - START
*************************************/
.hidden{
  display: none;
}
.relative {
  position: relative;
}

.uppercase {
  text-transform: uppercase !important;
}

.lowercase {
  text-transform: lowercase;
}

.pre-line {
  white-space: pre-line;
}

.light-text, .light-font {
  font-weight: 300 !important;
}

.gfield.inline-choices ul li {
  display: inline-block;
  margin-right: 24px;
}

/*Image Background - START*/
.bg-float, .bg-float:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}

.bg-float:before {
  content: "";
  background: rgba(51, 51, 51, .70);
  z-index: 4;
}

.bg-image {
  min-height: inherit;
  height: 100%;
  width: 100%;
  z-index: 0;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
}

.bg-image+* {
  position: relative;
  z-index: 3;
}

.bg-helper {
  background: no-repeat center center;
  background-size: cover;
}

.float-image {
  position: absolute;
  top: 0;
  left: 0;
}

.bp-top .bg-helper, .bp-top .hic-image {
  background-position: top;
}

.bp-right .bg-helper, .bp-right .hic-image {
  background-position: right;
}

.bp-bottom .bg-helper, .bp-right .hic-image {
  background-position: bottom;
}

.bp-left .bg-helper, .bp-left .hic-image {
  background-position: left;
}

.bp-top-left .bg-helper, .bp-top-left .hic-image {
  background-position: top left;
}

.bp-top-center .bg-helper, .bp-top-center .hic-image {
  background-position: center top;
}

.bp-top-right .bg-helper, .bp-top-right .hic-image {
  background-position: top right;
}

.bp-bottom-left .bg-helper, .bp-bottom-left .hic-image {
  background-position: bottom left;
}

.bp-bottom-center .bg-helper, .bp-bottom-center .hic-image {
  background-position: center bottom;
}

.bp-bottom-right .bg-helper, .bp-bottom-right .hic-image {
  background-position: bottom right;
}

/*Image Background - END*/

/*Image Height - START*/
@media (min-width: 641px){
  .flex-image-height .hic-box .hic-image{
    height: 100%;
    min-height: 350px;
  }
}
/*Image Height - END*/

/*Spacing - START*/
.pt-0, .padding-top-none, .ptb-0 {
  padding-top: 0 !important;
}

.pt-5, .ptb-5 {
  padding-top: 5px !important;
}

.pt-10, .ptb-10 {
  padding-top: 10px !important;
}

.pt-15, .ptb-15 {
  padding-top: 15px !important;
}

.pt-20, .ptb-20 {
  padding-top: 20px !important;
}

.pt-25, .ptb-25 {
  padding-top: 25px !important;
}

.pt-30, .ptb-30 {
  padding-top: 30px !important;
}

.pt-35, .ptb-35 {
  padding-top: 35px !important;
}

.pt-40, .ptb-40 {
  padding-top: 40px !important;
}

.pt-45, .ptb-45 {
  padding-top: 45px !important;
}

.pt-50, .ptb-50 {
  padding-top: 50px !important;
}

.pb-0, .padding-bottom-none, .ptb-0 {
  padding-bottom: 0 !important;
}

.pb-5, .ptb-5 {
  padding-bottom: 5px !important;
}

.pb-10, .ptb-10 {
  padding-bottom: 10px !important;
}

.pb-15, .ptb-15 {
  padding-bottom: 15px !important;
}

.pb-20, .ptb-20 {
  padding-bottom: 20px !important;
}

.pb-25, .ptb-25 {
  padding-bottom: 25px !important;
}

.pb-30, .ptb-30 {
  padding-bottom: 30px !important;
}

.pb-35, .ptb-35 {
  padding-bottom: 35px !important;
}

.pb-40, .ptb-40 {
  padding-bottom: 40px !important;
}

.pb-45, .ptb-45 {
  padding-bottom: 45px !important;
}

.pb-50, .ptb-50 {
  padding-bottom: 50px !important;
}

.mt-0, .margin-top-none, .mtb-0 {
  margin-top: 0 !important;
}

.mt-5, .mtb-5 {
  margin-top: 5px !important;
}

.mt-10, .mtb-10 {
  margin-top: 10px !important;
}

.mt-15, .mtb-15 {
  margin-top: 15px !important;
}

.mt-20, .mtb-20 {
  margin-top: 20px !important;
}

.mt-25, .mtb-25 {
  margin-top: 25px !important;
}

.mt-30, .mtb-30 {
  margin-top: 30px !important;
}

.mt-35, .mtb-35 {
  margin-top: 35px !important;
}

.mt-40, .mtb-40 {
  margin-top: 40px !important;
}

.mt-45, .mtb-45 {
  margin-top: 45px !important;
}

.mt-50, .mtb-50 {
  margin-top: 50px !important;
}

.mb-0, .margin-bottom-none, .mtb-0 {
  margin-bottom: 0 !important;
}

.mb-5, .mtb-5 {
  margin-bottom: 5px !important;
}

.mb-10, .mtb-10 {
  margin-bottom: 10px !important;
}

.mb-15, .mtb-15 {
  margin-bottom: 15px !important;
}

.mb-20, .mtb-20 {
  margin-bottom: 20px !important;
}

.mb-25, .mtb-25 {
  margin-bottom: 25px !important;
}

.mb-30, .mtb-30 {
  margin-bottom: 30px !important;
}

.mb-35, .mtb-35 {
  margin-bottom: 35px !important;
}

.mb-40, .mtb-40 {
  margin-bottom: 40px !important;
}

.mb-45, .mtb-45 {
  margin-bottom: 45px !important;
}

.mb-50, .mtb-50 {
  margin-bottom: 50px !important;
}

@media (min-width: 641px) {
  .medium-pt-60 {
    padding-top: 60px !important;
  }

  .medium-pt-80 {
    padding-top: 80px !important;
  }

  .medium-pt-100 {
    padding-top: 100px !important;
  }

  .medium-pb-60 {
    padding-bottom: 60px !important;
  }

  .medium-pb-80 {
    padding-bottom: 80px !important;
  }

  .medium-pb-100 {
    padding-bottom: 100px !important;
  }
}

/*Spacing - END*/
/*Row - Container - START*/
.row-fluid .grid-container {
  max-width: 100% !important;
  padding-left: 0;
  padding-right: 0;
}

.row-fluid .cell {
  padding: 0 !important;
}

.full-width-layout .row-fluid .grid-container {
  padding-left: 0;
  padding-right: 0;
}

.row-fluid .hic-box, .fluid .hic-box {
  margin: 0 !important;
}

@media(max-width: 640px) {
  .small-row-fluid .grid-container {
    max-width: 100% !important;
    padding-left: 0;
    padding-right: 0;
  }
}

/*Row - Container - END*/
/*Hide - START*/
.hide-title .hic-title, .hide-titles .hic-title, .hide-blurb .hic-blurb, .hide-blurbs .hic-blurb, .button-hidden .section-body .hic-button-wrap,
.location-map.single-page-disable .location-detail .btn-readmore {
  display: none !important;
}

/*Hide - END*/
/*Lists - START*/
.inline-list li, ul.inline-list li {
  display: inline-block;
}

ul.no-bullets, ul.no-bullet {
  list-style: none !important;
  margin-left: 0;
}

ul.checklist, .page-element.checklist ul {
  margin-left: 0;
  position: relative;
  list-style: none;
}

.checklist li, .page-element.checklist ul li {
  position: relative;
}

.checklist > li:before, .page-element.checklist ul li:before {
  content: '\f00c';
  font-family: 'Font Awesome 5 Pro';
  position: absolute;
  left: 0;
  top: 0;
}

.checklist.times > li:before, .page-element.checklist.times ul li:before {
  content: '\f00d';
}

.checklist.square > li:before, .page-element.checklist.square ul li:before {
  content: '\f14a';
}

.checklist.round > li:before, .page-element.checklist.round ul li:before {
  content: '\f058';
}

.checklist.angle-right > li:before, .page-element.checklist.angle-right ul li:before {
  content: '\f105';
}

.checklist.double-angle-right > li:before, .page-element.checklist.double-angle-right ul li:before {
  content: '\f101';
}

.checklist.chevron-right > li:before, .page-element.checklist.chevron-right ul li:before {
  content: '\f054';
}

ol.steps-list li, .page-element.steps-list ol li {
  counter-increment: step-counter;
  list-style: none;
  position: relative;
}

ol.steps-list li:before, .page-element.steps-list ol li:before {
  content: counter(step-counter);
  display: block;
  position: absolute;
}

ol.steps-list li strong, .page-element.steps-list ol li strong {
  display: block;
}

/*Lists - END*/
/*No Border Table - START*/
.page-element table.no-border, .page-element table.no-border tbody, .page-element table.no-border th, .page-element table.no-border td {
  border: 0;
  background: none;
}

.page-element table.no-border td:first-child {
  vertical-align: top;
}

/*No Border Table - END*/
/*Greyscale Images - START*/
.greyscale-images .hic-image {
  -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  -o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
  filter: gray;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
}

.whitescale-images .hic-image {
-moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'white\'><feColorMatrix type=\'matrix\' values=\'1 1 1 0 0 1 1 1 0 0 1 1 1 0 0 0 0 0 1 0\'/></filter></svg>#white");
  -o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'white\'><feColorMatrix type=\'matrix\' values=\'1 1 1 0 0 1 1 1 0 0 1 1 1 0 0 0 0 0 1 0\'/></filter></svg>#white");
  -webkit-filter: grayscale(100%);
  filter: white;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'white\'><feColorMatrix type=\'matrix\' values=\'1 1 1 0 0 1 1 1 0 0 1 1 1 0 0 0 0 0 1 0\'/></filter></svg>#white");
}
/*Greyscale Images - END*/
/**************************
HELPERS - END
**************************/
/*********************************
FOR CENTERING OBJECT STYLE HELPER
*********************************/
.v-align-container {
  display: table;
  height: 100%;
  width: 100%;
}

.table-cell-mid {
  display: table-cell;
  vertical-align: middle;
  height: inherit;
}

.table-cell-bot {
  display: table-cell;
  vertical-align: bottom;
  height: inherit;
}

.t-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.vpv-container {
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  z-index: 1;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}

/*************************************
#MENU - START
*************************************/
.menu .active>a, .menu .is-active>a {
  background: transparent;
}
/*************************************
MENU - END
*************************************/
/*************************************
6.HEADER - START
*************************************/
.header {
  width: 100%;
  position: relative;
}

.header .logo-wrap .no-logo {
  line-height: 30px;
  display: inline-block;
  vertical-align: top;
}

.header .logo-wrap .circle {
  position: relative;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  border-radius: 50%;
  border: 2px solid #fff;
  display: inline-block;
}

.header .logo-wrap {
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 0;
}

.header .logo-wrap .logo.hide-for-large {
  max-width: 160px;
}

.header .top-header {
  padding: 8px 0;
}
.top-header .cell:nth-child(2) {
  text-align: right;
}
.header .top-header .column-2 {
  text-align: right;
}
.header .top-header ul {
  list-style: none;
  margin: 0;
}
.header .top-header ul li {
  line-height: 16px;
}

.header .top-header ul li:not(:last-child) {
  margin-right: 6px;
  padding-right: 8px;
}
.off-canvas .is-accordion-submenu-parent i {
  position: absolute;
  top: 0;
  color: #fff;
  right: 0;
  z-index: 9;
  padding: 11px 17px;
  font-size: 16px;
}
.top-header .menu {
  text-align: right;
  display: inline-block;
  width: 100%;
}
body:not(.header-light) .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::after {
  color: #fff;
}

.header .top-bar .menu .active>a, .header .top-bar .menu>a:hover, .header .top-bar .menu>a:focus {
  color: #fff;
}
.header .menu a {
  font-size: 14px;
  font-weight: 400;
}

.header .menu .menu-button a {
  color: #fff;
}

.header .menu .menu-button a:hover,
.header .menu .menu-button.active > a {
  color: #fff !important;
}

.header .menu .menu-button:not(:first-child) {
  margin-left: 1.5rem;
}

.header .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::after {
  font-family: 'Font Awesome 5 Pro';
  content: '\f107';
  font-weight: 900;
  border: none;
  right: 14px;
  margin-top: -7px;
}

.header .menu .submenu {
  border: none !important;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

.header .menu .submenu li {
  margin-left: 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.header .menu .submenu li a {
  transition: all .25s ease-in-out;
}

.header .menu .submenu li a:hover {
  padding-left: 15px;
}

.header .menu .is-dropdown-submenu {
  padding-top: 0;
  opacity: 0;
  visibility: hidden;
  display: block;
}

.header .menu .is-dropdown-submenu li {
  transition: all .25s ease-in-out;
  border-bottom: 1px #e6e6e6 solid;
}

.header .menu .is-dropdown-submenu li a {
  font-size: 13px;
  padding: 8px;
  background-color: rgba(255, 255, 255, 0.15);
}

.header .menu .is-dropdown-submenu li a:hover {
  color: #fff;
}

.header .menu .is-dropdown-submenu li a:before {
  display: none;
}

.header .menu .is-dropdown-submenu li.active a {
  color: #fff !important;
}

.header .menu .is-dropdown-submenu li:last-child {
  border-bottom: none;
}

.header .menu li:hover>.is-dropdown-submenu {
  transition: opacity .4s ease-in-out;
  opacity: 1;
  visibility: visible;
}

.header .menu .active>a {
  background: transparent;
}

.header .menu .is-dropdown-submenu li a {
  padding: 10px 8px;
  line-height: 1.4;
}

.header .top-bar {
  padding: 16px 0;
  background-color: transparent;
  display: block;
}

.header .top-bar ul {
  background-color: transparent;
}

.top-header.one-column .cell {
  width: 100%;
}

.header .top-header ul li {
  display: inline-block;
}

.header .top-bar .top-bar-left, .header .top-bar .top-bar-right {
  width: auto
}

.header .top-bar-right .top{
  display: flex;
}

.header .menu .submenu {
  z-index: 20;
}

.header-light .menu-icon:after {
    background: #1B1B1B;
    box-shadow: 0 7px 0 #1B1B1B, 0 14px 0 #1B1B1B;
}

.header:not(.header-layout-3):not(.header-layout-2) .top-header .top-header-body {
  justify-content: space-between;
}

/* .header:not(.header-layout-3):not(.header-layout-2) .top-header .top-header-body > .cell {
  width: auto;
} */

@media (max-width: 640px) {
  .top-bar-right .phone a {
    padding: 6px 12px;
  }

  .top-header .contact-info span {
    display: none;
  }
}

@media (min-width: 641px) {
  .header:not(.header-layout-3) .topbar-inner {
    align-items: center;
    align-content: center;
    display: flex;
  }

  .header.default-header-layout .top-bar .top-bar-left, .header.header-layout-1 .top-bar .top-bar-left {
    width: 20%;
  }

  .header.default-header-layout .top-bar .top-bar-right, .header.header-layout-1 .top-bar .top-bar-right {
    width: auto;
    float: right;
    margin-left: auto;
  }
}

@media (min-width: 1024px){
  .header .logo-wrap .logo.hide-for-large {
    max-width: 260px;
  }
}

/* Default Header layout - START*/
.header.default-header-layout .top-bar-right .top {
  align-items: center;
  align-content: center;
  height: 100%;
}
/* Default Header layout - END*/

/* Header layout 1 - START*/
.header.header-layout-1 .top-bar-right .top {
  align-items: center;
  align-content: center;
  height: 100%;
}
/* Header layout 1 - END*/

/* Header layout 2 & 3 - START*/
.header.header-layout-2 .top-bar-right .top,
.header.header-layout-3 .top-bar-right .top {
  display: flex;
  justify-content: center;
}
@media (min-width: 1024px) {

  .header.header-layout-3 .top-bar {
    padding: 0;
  }

  .header.header-layout-3 .top-bar .top-bar-left {
    padding: 20px 0 13px;
  }

  .header.header-layout-3 .top-bar .top-bar-left, .header.header-layout-3 .top-bar .top-bar-right {
    width: 100%;
    text-align: center;
  }

  .header.header-layout-3 .dropdown.menu>li>a {
    padding-left: 0;
  }

  .header.header-layout-3 .dropdown.menu>li:not(.is-dropdown-submenu-parent)>a{
    padding-right: 0;
  }

  .header.header-layout-3 .menu-container>ul>li:not(:last-child)>a {
    margin-right: 1.5rem;
  }

  .header.header-layout-3 .top-bar .menu-container>ul {
    display: flex;
    justify-content: space-between;
  }

  .header.header-layout-3 .top-bar .top-bar-right {
    padding: 10px 0;
    position: relative;
  }

  .header.header-layout-3 .top-bar .top-bar-right::before {
    content: '';
    position: absolute;
    top: 0;
    height: 1px;
    background-color: #000;
    left: calc((100vw - 1024px + 43px) * -1 / 2);
    right: calc((100vw - 1024px + 43px) * -1 / 2);
    width: 100vw;
  }

  .header.header-layout-3 .top-header .cell:first-child {
    position: absolute;
    left: .9375rem;
    top: 30px;
    width: 33.33333%;
    right: auto;
  }

  .header.header-layout-3 .top-header .cell:last-child {
    position: absolute;
    right: .9375rem;
    top: 30px;
    width: 33.33333%;
    left: auto;
  }

  .header.header-layout-3 .top-header .grid-container {
    position: relative;
  }

  .header.header-layout-3 .top-header {
    padding: 0 !important;
    height: 0;
  }
}

@media (min-width: 1170px) {
  .header.header-layout-3 .top-bar .top-bar-right::before {
    left: calc((100vw - 1170px + 43px) * -1 / 2);
    right: calc((100vw - 1170px + 43px) * -1 / 2);
  }
}

@media (max-width: 1023px) {
  .header.header-layout-3 .top-header {
    display: none;
  }
}

/* Header layout 2 & 3 - END*/

/* Transparent Header - START*/
.header-transparent .header {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

/* Transparent Header - END*/
/* Sticky Header - START*/
.sticky-header.scrolled .header {
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
}

.sticky-header .header {
  z-index: 15;
}

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

.sticky-header.header-transparent.scrolled .hero-main-wrap, .sticky-header.header-transparent.page-banner-hidden .hero-main-wrap {
  margin-top: 0;
}

.header-transparent.sticky-header.scrolled .header {
  position: fixed;
}

.header-transparent.sticky-header.scrolled .header {
  background-color: #000;
}

.location-element.row-fluid .cell.filter-column {
  padding: 0 15px !important;
}

@media (min-width: 641px){
  .sticky-header.scrolled.admin-bar .header{
    top: 32px;
  }

  .filter-location-listing-left-map .map-column,
  .filter-location-listing-right-map .map-column {
    width: 66.67%;
  }
  .filter-location-listing-left-map .filter-column,
  .filter-location-listing-right-map .filter-column {
    width: 33.33%;
  }

  .filter-location-listing-right-map .map-column{
    order: 1;
  }

  .filter-location-listing-right-map .filter-column{
    order: 2;
  }
}


/* Sticky Header - END*/
/* Menu - START*/
.header-dark .header, 
.header-dark .header .top-header,  
.header-dark .header .top-header a, 
.header-dark .header .menu a,
.header-theme .header .top-header, 
.header-theme .header .top-header a, 
.header-theme .header .menu a,
.header-secondary .header .top-header, 
.header-secondary .header .top-header a, 
.header-secondary .header .menu a,
.header-transparent .header .top-header, 
.header-transparent .header .top-header a, 
.header-transparent .header .menu a {
  color: #fff;
}

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

.header-dark .header .top-bar .menu .active>a, .header-dark .header .top-bar .menu>a:hover, .header-dark .header .top-bar .menu>a:focus {
  color: #fff;
}

.header-theme .header .menu li.active > a, 
.header-theme .header .menu :not(.menu-button) > a:hover{
  color: #000;
}

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

/* Menu - END*/
/*********************
HEADER - END
*********************/
/*************************************
#SLICK SLIDER - START
*************************************/
.hero.gallery-background-banner,
.hero.slider-carousel-banner {
  background-color: #acacac;
}
body .hero-slider {
  display: none;
  visibility: hidden;
  width: 0;
  opacity: 0;

}
.hero-slider.slick-initialized.slick-slider {
  display: block;
  visibility: visible;
  opacity: 1;
  width: 100%;
}

.hero-slider .slick-dots{
  bottom: 0;
}
.slick-dots {
    margin-left: 0;
}
body .slick-arrow:before {
  font-family: 'Font Awesome 5 Pro';
    content: '\f054';    
    border: none;
    right: 14px;    
    color: #FFF;
}
body .slick-prev:before { 
    content: '\f053';    
}
.default-section:not(.has-bg-img) .slick-arrow:before {
  color: #000;
}
.page-element.carousel .slick-slider{
  margin-bottom: 0;
}
.page-element.carousel .section-body .slick-dots {
  position: static;
  margin-top: 15px;
  margin-bottom: 0;
}

@media(max-width: 640px) {
  body .hero-slider .slick-list {
    margin: 0;
  }
  body .slick-list {
    margin: 0 16px;
  }
  body .slick-prev {
    left: 8px;
  }
  body .slick-next {
    right: 8px;
  }
}

@media (min-width: 641px){
  .page-element.carousel .section-body .slick-dots {
    margin-top: 30px;
  }
}

@media (min-width: 1024px){
  .page-element.carousel .section-body .slick-dots {
    /* margin-top: 50px; */
  }
}

/**************************
SLICK SLIDER - END
**************************/
/**************************
7.HERO - START
**************************/
.hero {
  height: auto;
  position: relative;
}

.hero,
.hero label {
  color: #FFF;
}
.hero.grey-banner,
.hero.light-banner {
  color: #1B1B1B;
}

.hero .grid-container {
  display: flex;
  align-items: center;  
  width: 100%;
  min-height: inherit;
}

.hero .hero-main {
  min-height: inherit;
  height: inherit;
  display: flex;
  align-items: center;
}

.hero-main .grid-x {
  width: 100%;
}

.hero .hero-banner-message {
  position: relative;
}

.text-center .hero-banner-message .hic-button-wrap {
    justify-content: center;
}
.hero .hero-banner-message, .hero .article-header {
  z-index: 3;
}

.hero .article-header .grid-container>.grid-x, .hero .hero-banner-message .grid-container>.grid-x {
  height: 100%;
}

.hero .inner-hero, .hero .slick-list, .hero .slick-track {
  min-height: inherit;
  height: inherit;
}

.hero .hero-slider, .hero .hero-slider .bg-image {
  min-height: inherit;
  height: inherit;
  margin: 0;
}

.hero .hero-bg-overlay,
.hero .video-wrap {
  position: absolute;
  left: 0;    
  top: 0;
  width: 100%;
  height: 100%;
}

.hero .hero-bg-overlay {
  z-index: 1;
}

.hero .hero-video-banner {
  min-height: inherit;
  height: inherit;
}

.hero .video-wrap {
  overflow: hidden;
}

.hero .hero-video-banner .video-wrap .hero-video-bg, 
.hero .hero-video-banner .video-wrap .flex-video, 
.hero .hero-video-banner .video-wrap .responsive-embed, 
.hero .hero-video-banner .video-wrap video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}

.hero .hero-video-banner .video-wrap .hero-video-bg, .hero .hero-video-banner .video-wrap video {
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.hero .hero-banner-message .play-video .button{
    opacity: 1;
    padding: 0;
    background-color: transparent;
    font-size: 60px;
    color: #fff;
}

.hero .hero-banner-message-w-slider {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.hero .hero-banner-message-w-slider > .grid-container{
  min-height: auto;
}

.hero .hero-banner-message-w-slider .hero-banner-message {
  padding: 0;
}

.hero .hero-banner-message-w-slider .hero-gallery-slider {
  position: relative;
  width: 100%;
  height: auto;
}

.hero .hero-banner-message-w-slider .hero-gallery-slider .slick-list, .hero .hero-banner-message-w-slider .hero-gallery-slider .slick-slide {
  height: auto;
}

.hero .hero-banner-message-w-slider .hero-gallery-slider .slick-slide::before {
  content: '';
  display: block;
  padding-top: 65%;
}

.hero .hero-banner-message-w-slider .hero-gallery-slider .hero-gallery-slides-thumb {
  margin-bottom: 0;
}

.hero .hero-banner-message-w-slider .hero-gallery-slider .hero-gallery-slides-thumb .slick-track {
  width: 100%;
}

.hero .hero-banner-message-w-slider .hero-gallery-slider .hero-gallery-slides-thumb .slick-slide {
  position: inherit;
}

.hero .hero-banner-message-w-slider .cell-message.with-slider .hero-gallery-slides,
.hero .hero-banner-message-w-slider .cell-slider {
  margin-top: 30px;
}

@media (max-width: 640px){
  .hide-hero-gallery-slider-for-small .hero .hero-gallery-slides{
    display: none;
  }
}

/*Hero Height - START*/
.hero.page-banner.default-height {
  min-height: 200px;
}

.hero.short-banner {
  min-height: 200px;
}

.hero.tall-banner {
  min-height: 350px;
}

.hero.full-screen-banner {
  min-height: calc(100vh - 88px);
}

.with-top-header .hero.full-screen-banner {
  min-height: calc(100vh - (88px + 37px));
}

.admin-bar .hero.full-screen-banner {
  min-height: calc(100vh - (88px + 32px));
}

.admin-bar.with-top-header .hero.full-screen-banner {
  min-height: calc(100vh - (88px + 32px + 37px));
}

.header-transparent .hero.page-banner.default-height {
  min-height: calc(200px + 88px);
}

.header-transparent .hero:not(.page-banner).default-height {
  min-height: calc(400px + 88px);
}

.header-transparent .hero.short-banner {
  min-height: calc(200px + 88px);
}

.header-transparent .hero.tall-banner {
  min-height: calc(400px + 88px);
}

.header-transparent .hero.full-screen-banner {
  min-height: 100vh;
}

.header-transparent.admin-bar .hero.full-screen-banner {
  min-height: calc(100vh - 32px);
}

.header-transparent.with-top-header .hero.page-banner.default-height {
  min-height: calc(200px + 88px + 37px);
}

.header-transparent.with-top-header .hero:not(.page-banner).default-height {
  min-height: calc(400px + 88px + 37px);
}

.header-transparent.with-top-header .hero:not(.page-banner).banner-solid-colour.default-height {
  min-height: calc(150px + 88px + 37px);
}

.header-transparent.with-top-header .hero.short-banner {
  min-height: calc(200px + 88px + 37px);
}

.header-transparent.with-top-header .hero.tall-banner {
  min-height: calc(400px + 88px + 37px);
}

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

.hero.form-layout-1 .hero-form {
  z-index: 10;
}

.hero.form-layout-1.form-inline .hero-form, 
.hero.form-layout-2.form-inline .hero-form {
  width: 100%;
  max-width: 100%;
}
.hero-form-container {
    padding: 24px;
}
.inner-hero-form,
.hero-form-container {
    height: 100%;
}

.hero.form-layout-2.background-with-slider.form-inline .hero-form {
  position: relative;
}

.header-transparent.page-banner-hidden .page-element:first-child {
  padding-top: 120px;
}

.hero:not(.page-banner).default-height {
  min-height: 350px;
}

.hero:not(.page-banner).banner-solid-colour.default-height {
  min-height: 150px;
}

.hero.background-with-slider.form-top.form-layout-2.has-form .inner-hero {
  display: flex;
  flex-wrap: wrap;
}

.hero.background-with-slider.form-top.form-layout-2.has-form .hero-main {
  order: 2;
  padding-bottom: 0;
}

.hero.background-with-slider.form-top.form-layout-2.has-form .hero-form {
  order: 1;
}

.header-transparent .hero.background-with-slider.form-top.form-layout-1 .hero-form,
.header-transparent .hero.background-with-slider.form-left.form-layout-1 .hero-form {
  margin-top: 116px;
}

.header-transparent .hero.background-with-slider.form-top.form-layout-1.has-form .hero-banner-message,
.header-transparent .hero.background-with-slider.form-left.form-layout-1.has-form .hero-banner-message {
  margin-top: 0;
}

.hero.form-layout-1.background-with-slider .cell-form{
  padding: 0;
}

.hero.form-layout-1.background-with-slider .cell-message.with-slider > .grid-x {
  margin-right: 0;
  margin-left: 0;
}

@media (max-width: 640px) {
  .hero-banner-message .hic-button-wrap .button {
    min-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero.background-with-slider.form-top.form-layout-2.has-form .hero-main {
    padding-top: 0;
    min-height: auto;
  }
  
}


@media (min-width: 641px) {
  .hero.form-layout-1.form-inline .hero-form {
    position: absolute;
  }
  .hero-banner-message .hic-button-wrap .button {
    margin-left: 8px;
    margin-right: 8px;
    min-width: 180px;
  }
  .hero:not(.page-banner).default-height {
    min-height: 400px;
  }

  .hero:not(.page-banner).banner-solid-colour.default-height {
    min-height: 200px;
  }

  .header-transparent.with-top-header .hero:not(.page-banner).banner-solid-colour.default-height {
    min-height: calc(200px + 88px + 37px);
  }
}

@media (max-width: 1023px) {
  .header-transparent .hero .hero-banner-message {
      margin-top: 116px;
  }

  .hero.background-with-slider.form-right .cell-form {
    order: 2;
  }
}

@media (min-width: 1024px) {

  .header-transparent .hero .inner-hero {
    padding-top: 88px;
  }

  .header-transparent.with-top-header .hero .inner-hero {
    padding-top: calc(88px + 37px);
  }

  .header-transparent.admin-bar .hero.full-screen-banner {
        min-height: calc(100vh - (120px + 32px));
  }
  .header-transparent .hero.full-screen-banner {
    min-height: calc(100vh - 120px);
  }
  .header-transparent .hero .hero-banner-message {
    margin-top: calc(120px + 32px);
  }
  .header-transparent .hero .hero-banner-message {
    margin-top: 116px;
  }
  .hero .hero-slider {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }

  .hero.page-banner.default-height {
    min-height: 250px;
  }

  .hero:not(.page-banner).default-height {
    min-height: 550px;
  }

  .hero:not(.page-banner).banner-solid-colour.default-height {
    min-height: 250px;
  }

  .header-transparent.with-top-header .hero:not(.page-banner).banner-solid-colour.default-height {
    min-height: calc(250px + 88px + 37px);
  }

  .hero.short-banner {
    min-height: 300px;
  }

  .hero.tall-banner {
    min-height: 600px;
  }

  .header-transparent .hero.page-banner.default-height {
    min-height: calc(250px + 88px);
  }

  .header-transparent .hero:not(.page-banner).default-height {
    min-height: calc(550px + 88px);
  }

  .header-transparent .hero.short-banner {
    min-height: calc(300px + 88px);
  }

  .header-transparent .hero.tall-banner {
    min-height: calc(600px + 88px);
  }

  .header-transparent.page-banner-hidden .page-element:first-child {
    padding-top: 140px;
  }
  .header-transparent.page-banner-hidden .has-bg-img.page-element:first-child {
    padding-top: 180px;
  }

  .hero.form-side .cell-form {
    width: 400px;
  }

  .hero.form-layout-1.form-right .cell-form,
  .hero.form-layout-1.form-bottom .cell-form {
    order: 2;
  }

  .hero.form-layout-1.form-side .cell-message {
    width: calc(100% - 400px);
  }

  .hero.form-layout-1.form-inline .hero-form,
  .hero.form-layout-2.form-inline .hero-form {
    margin: 0 auto;
    position: absolute;
    right: 0;
    left: 0;
    z-index: 3;
  }

  .hero.form-top .hero-form {
    top: 0
  }

  .hero.form-bottom .hero-form {
    bottom: 0
  }

  .hero.form-layout-1.form-inline .inner-hero-form, .hero.form-layout-2.form-inline .inner-hero-form {
    max-width: 1170px;
    margin: 0 auto;
  }

  .hero.form-inline .gform_wrapper form, .hero.form-inline .form-content {
    display: flex;
    justify-content: space-evenly;
  }

  .hero.form-layout-2.form-inline .gform_wrapper .gform_body {
    width: calc(100% - 120px);
  }

  .hero.form-layout-2.form-inline .gform_wrapper .gform_footer {
    width: 150px;
  }

  .hero.form-layout-2.form-inline .gform_wrapper .gform_fields {
    display: flex;
  }

  .hero.form-layout-2.form-side .inner-hero {
    display: flex;
  }

  .hero.form-layout-2.form-side .hero-main {
    width: calc(100% - 450px);
    position: relative;
  }

  .hero.form-layout-2.form-side .hero-form {
    width: 450px;
  }

  .hero.form-layout-2.form-left .hero-main {
    order: 2;
  }

  .hero.form-layout-2.form-centered .hero-main {
    min-height: auto;
  }

  .hero.form-layout-2.form-centered .hero-form {
    position: relative;
  }

  .hero.form-layout-2.background-with-slider.form-inline .cell-message:not(:only-child), 
  .hero.form-layout-2.background-with-slider.form-inline .cell-slider {
    width: 50%;
  }

  .hero.form-inline .booking-search .columns:not(:last-child) {
    margin-right: 10px;
  }

  .hero.form-inline .booking-search .booking-location {
    min-width: 225px;
  }

  .hero.form-inline .booking-search .booking-adults, .hero.form-inline .booking-search .booking-children {
    min-width: 140px;
  }

  .hero.form-inline .booking-search .booking-btn .button {
    padding: 0 10px;
    height: 40px;
    width: 100%;
    margin-bottom: 0;
    min-width: 170px;
    margin-top: 25px;
  }
    .hero.form-layout-1.form-side.form-left .hero-carousel-type .hero-banner-message {
    margin-left: auto;
  }
  .hero.form-layout-1.form-side .hero-carousel-type .hero-banner-message {
    width: calc(100% - 400px);
  }

  .hero.form-layout-1.form-side .hero-carousel-type .hero-form {
    position: absolute;
      top: 0;
      width: 400px;
      height: 100%;
      display: flex;
      align-content: center;
      flex-wrap: wrap;
      right: calc(100% - (1170px - 400px));
  }
  .hero.form-layout-1.form-side.form-right .hero-carousel-type .hero-form {
    left: calc(100% - (1170px - 400px));
  }
  .hero.form-layout-1.form-side .hero-carousel-type .inner-hero-form {
    max-width: 1170px;
      margin: 0 auto;
      width: 100%;
      height: auto;
     
  }
  .hero.form-layout-1.form-side.form-right .hero-carousel-type .hero-form-container {
    margin-left: auto;
  }
  .hero.form-layout-1.form-side .hero-carousel-type .hero-form-container {
       width: 400px;
  }
}

@media (min-width: 1280px) {
  .hero.slider-carousel-banner.default-height {
    min-height: 600px;
  }
}

/*Hero Form Layout 2 - END*/
/*********************
HERO - END
*********************/


/**************************
8.ACCORDION - START
**************************/
@media(min-width: 1024px) {
    .accordion-element.content-left-accordion .section-body>.cell,
    .accordion-element.content-right-accordion .section-body>.cell,
    .accordion-element.image-left-accordion .section-body .cell,
    .accordion-element.image-right-accordion .section-body .cell,
    .accordion-element.two-column-accordion .section-body .cell {
        width: 50%;
    }
    
    .accordion-element.content-right-accordion .section-body .hic-content,
    .accordion-element.image-right-accordion .section-body .feature-image {
        order: 2;
    }
}

/**************************
8.ACCORDION - END
**************************/


/**************************
PAGE ELEMENTS - START
**************************/
.page-element,
.sidebar-element {
  position: relative;
}

.page-element.default-section.has-bg-img, 
.page-element.dark-section, 
.page-element.theme-section,
.sidebar-element.default-section.has-bg-img, 
.sidebar-element.dark-section, 
.sidebar-element.theme-section,
.modal-element.default-section.has-bg-img, 
.modal-element.dark-section, 
.modal-element.theme-section  {
  color: #fff;
}

.page-element.has-bg-img .bg-image:before,
.sidebar-element.has-bg-img .bg-image:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}

.grid .section-body .cell {
  margin-bottom: 15px;
}
.grid .section-body {
  margin-bottom: -15px;
}

.hic-image {
  position: relative;
  background-size: cover;
  background-position: center;
}

.hic-image-container{
  overflow: hidden;
}
.page-element.content-only .hic-image-container,
.sidebar-element.content-only .hic-image-container {
  display: none;
}
.page-element.map-form-element.has-bg-img a {
      color: #FFF;
}
.page-element.dark-section.image-above-content .hic-blurb,
.sidebar-element.dark-section.image-above-content .hic-blurb {
    color: #0a0a0a;
}
@media (min-width: 641px) {
  .page-element[class*=split-] .hic-box,
  .sidebar-element[class*=split-] .hic-box {
    display: -ms-flexbox;
    display: flex;
  }

  .image-left-content .hic-image-container, .image-right-content .hic-content, .image-right-content.then-left .cell:nth-child(2n) .hic-image-container, .image-left-content.then-right .cell:nth-child(2n) .hic-content {
    order: 1;
  }

  .image-left-content .hic-content, .image-right-content .hic-image-container, .image-left-content.then-right .cell:nth-child(2n) .hic-image-container, .image-right-content.then-left .cell:nth-child(2n) .hic-content {
    order: 2;
  }

  .split-25-75 .hic-image-container, .split-75-25 .hic-content {
    width: 25%;
  }

  .split-33-67 .hic-image-container, .split-67-33 .hic-content {
    width: 33.33333%;
  }

  .split-50-50 .has-media .hic-image-container, 
  .split-50-50 .has-media .hic-content {
    width: 50%;
  }

  .split-40-60 .hic-image-container, .split-60-40 .hic-content {
    width: 40%;
  }

  .split-60-40 .hic-image-container, .split-40-60 .hic-content {
    width: 60%;
  }

  .split-67-33 .hic-image-container, .split-33-67 .hic-content {
    width: 66.66667%;
  }

  .split-75-25 .hic-image-container, .split-25-75 .hic-content {
    width: 75%;
  }

  [class*="split-"] .section-body .cell:not(.has-image):not(.has-placeholder-image):not(.has-gallery) .hic-content{
    width: 100%;
  }

  .image-left-content .has-image .hic-content,
  .image-left-content .has-placeholder-image .hic-content,
  .image-left-content .has-gallery .hic-content,
  .image-right-content.then-left .cell:nth-child(2n).has-image .hic-content,
  .image-right-content.then-left .cell:nth-child(2n).has-placeholder-image .hic-content,
  .image-right-content.then-left .cell:nth-child(2n).has-gallery .hic-content {
    padding-left: 30px;
    padding-right: 0;
  }

  .image-right-content .has-image .hic-content,
  .image-right-content .has-placeholder-image .hic-content,
  .image-right-content .has-gallery .hic-content,
  .image-left-content.then-right .cell:nth-child(2n).has-image .hic-content,
  .image-left-content.then-right .cell:nth-child(2n).has-placeholder-image .hic-content,
  .image-left-content.then-right .cell:nth-child(2n).has-gallery .hic-content {
    padding-left: 0;
    padding-right: 30px;
  }
}

@media (min-width: 1024px){
    
    .grid .section-body .cell {
      margin-bottom: 30px;
    }
    
    .grid .section-body {
        margin-bottom: -30px;
    }
    .disable-carousel-for-large .section-body .cell {
        margin-bottom: 30px;
    }
    
    .disable-carousel-for-large .section-body {
        margin-bottom: -30px;
    }   

    .page-element .large-2_4 {
      width: 20%;
    }
}

/*Images Sizing - START*/
.hero-contain-images .hero .hic-image,
.page-element.contain-images .hic-image,
.sidebar-element.contain-images .hic-image {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.page-element.square-images .hic-image:before, .page-element.round-images .hic-image:before, .page-element.landscape-images .hic-image:before, .page-element.portrait-images .hic-image:before,
.sidebar-element.square-images .hic-image:before, .sidebar-element.round-images .hic-image:before, .sidebar-element.landscape-images .hic-image:before, .sidebar-element.portrait-images .hic-image:before {
  content: "";
  width: 100%;
  height: auto;
  display: block;
}

.hero-square-images .hero .hic-image:before,
.page-element.square-images .hic-image:before, .page-element.round-images .hic-image:before, .page-element.box-images .hic-image::before,
.sidebar-element.square-images .hic-image:before, .sidebar-element.round-images .hic-image:before, .sidebar-element.box-images .hic-image::before {
  padding-top: 100%;
}

.hero-landscape-images .hero .hic-image:before,
.page-element.landscape-images .hic-image:before,
.sidebar-element.landscape-images .hic-image:before {
  padding-top: 40%;
}

.hero-portrait-images .hero .hic-image:before,
.page-element.portrait-images .hic-image:before,
.sidebar-element.portrait-images .hic-image:before {
  padding-top: 100%;
}

.hero-long-portrait-images .hero .hic-image:before,
.page-element.long-portrait-images .hic-image::before,
.sidebar-element.long-portrait-images .hic-image::before {
  padding-top: 100%;
}

.hero-round-images .hero .hic-image:before,
.page-element.round-images .hic-image,
.sidebar-element.round-images .hic-image {
  border-radius: 50%;
}

@media (min-width: 641px){
  .hero-portrait-images .hero .hic-image:before,
  .page-element.portrait-images .hic-image:before,
  .sidebar-element.portrait-images .hic-image:before {
    padding-top: 150%;
  }

  .hero-long-portrait-images .hero .hic-image:before,
  .page-element.long-portrait-images .hic-image::before,
  .sidebar-element.long-portrait-images .hic-image::before {
    padding-top: 180%;
  }
}
/*Images Sizing - END*/

/*Box helper - Start*/
.white-titles .hic-title h3 {
  color: #fff !important;
}

.grey-white-boxes .section-body > .cell:nth-child(even) .hic-box,
.white-grey-boxes .section-body > .cell:nth-child(odd) .hic-box,
.white-boxes .hic-box {
  background-color: #fff;
  color: initial;
}

.theme-white-boxes .section-body > .cell:nth-child(odd) .hic-box,
.white-theme-boxes .section-body > .cell:nth-child(even) .hic-box,
.theme-boxes .hic-box {
  color: #fff;
}

.grey-white-boxes .section-body > .cell:nth-child(odd) .hic-box,
.white-grey-boxes .section-body > .cell:nth-child(even) .hic-box,
.grey-boxes .hic-box {
  background-color: #f2f2f2;
  color: initial;
}

.white-boxes .hic-content,
.grey-boxes .hic-content,
.grey-white-boxes .hic-content,
.white-grey-boxes .hic-content,
.primary-theme-boxes .hic-content {
  padding: 15px;
}

.grey-white-boxes.image-above-content .hic-image,
.white-grey-boxes.image-above-content .hic-image,
.white-theme-boxes.image-above-content .hic-image,
.theme-white-boxes.image-above-content .hic-image,
.grey-boxes.image-above-content .hic-image,
.white-boxes.image-above-content .hic-image,
.primary-theme-boxes-boxes.image-above-content .hic-image{
  margin-bottom: 0;
}

.box-shadow .hic-box {
  box-shadow: 4px 8px 12px 0 rgba(0, 0, 0, .15);
}

.box-border .hic-box {
  border: 1px solid #e9e9e9;
}

.page-element.vertical-carousel .hic-box{
  margin: 25px 0;
  height: attr(data-slide-box-height);
}

@media (max-width: 640px){
  .white-grey-boxes.content-box-element:not(.image-overlay-content) .hic-image,
  .grey-white-boxes.content-box-element:not(.image-overlay-content) .hic-image,
  .grey-boxes.content-box-element:not(.image-overlay-content) .hic-image,
  .white-boxes.content-box-element:not(.image-overlay-content) .hic-image,
  .primary-theme-boxes.content-box-element:not(.image-overlay-content) .hic-image{
      margin-bottom: 0;
  }
}
/*Box helper - End*/

/*Section Header Left - START*/
@media (min-width: 1024px) {
  .header-left .grid-container {
    display: table;
    width: 100%;
    margin: 0 auto;
  }

  .header-left .section-header, .footer-left .section-footer {
    float: left;
    width: 25%;
  }

  .default-alignment.header-left .section-header, .default-alignment.footer-left .section-footer,
  .text-left.header-left .section-header, .text-left.footer-left .section-footer {
    text-align: left;
  }

  .header-left .section-body {
    float: right;
    width: 75%;
  }

 
}

/*Section Header Left - END*/
/*Small Spacing - START*/
.page-element.grid.small-spacing .cell,
.sidebar-element.grid.small-spacing .cell {
  margin-bottom: 15px;
}

@media (min-width: 1024px) {
  .page-element.small-spacing .grid-padding-x, 
  .page-element.small-spacing .grid-padding-x>.cell,
  .page-element.small-spacing .grid-padding-x .slick-track > .cell,
  .sidebar-element.small-spacing .grid-padding-x, 
  .sidebar-element.small-spacing .grid-padding-x>.cell,
  .sidebar-element.small-spacing .grid-padding-x .slick-track > .cell{
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}

/*Small Spacing - END*/
/*********************
PAGE ELEMENTS - END
*********************/

.pcb-gallery-slider.slick-slider {
  margin: 0;
}

/*********************
12.Content Boxes - START
*********************/
.content-box-element .hic-icon {
  font-size: 50px;
}

.image-above-content .hic-image.empty-image {
    background-color: #f2f2f2;
}

/*ICON LEFT CONTENT*/
.icon-left-content .hic-content {
  padding: 10px 10px 10px 95px;
  position: relative;
  text-align: left;
}
.icon-left-content .hic-icon {
    position: absolute;
    width: 60px;    
    left: 15px;
    top: 5px;
    text-align: center;
}
/*ICON LEFT CONTENT*/


@media(min-width: 1024px) {
  .icon-left-content .hic-content {
    padding: 20px 20px 20px 130px;
  }
  .content-box-element .hic-icon {
    font-size: 80px;    
  }
  .icon-left-content .hic-icon {
    width: 100px;
  }
}

@media (min-width: 641px) and (max-width: 1023px){
  .image-above-content-for-medium .hic-box {
    display: block !important;
  }
  
  .image-above-content-for-medium .hic-image-container, 
  .image-above-content-for-medium .hic-content {
    width: 100% !important;
  }
  
  .image-above-content-for-medium .hic-content {
    padding: 0 !important;
  }
  
  .image-above-content-for-medium .hic-image{
    margin-bottom: 20px;
  }

  .two-col-for-medium .section-body .cell {
    width: 50% !important;
  }

  .full-col-for-medium .section-body .cell {
    width: 100% !important;
  }
}
/*********************
Content Boxes - END
*********************/

/**************************
CTA ELEMENT - START
**************************/
.cta-element.cta-layout-1.default-alignment {
  text-align: center;
}

.default-width .cta-element.cta-layout-1.default-alignment .grid-container {
  max-width: 950px;
}

.cta-element.row-fluid .grid-padding-x>.cell {
  padding-right: 15px !important;
  padding-left: 15px !important;
}

@media (min-width: 641px){
  .cta-layout-2 .inner-section,
  .cta-layout-3 .inner-section{
    max-width: 50%;
  }

  .cta-layout-2 .inner-section  {
    margin-left: auto;
    margin-right: 0;
  }

  .cta-layout-3 .inner-section  {
    margin-right: auto;
    margin-left: 0;
  }
}

@media (min-width: 1024px){
  /* CTA LAYOUT 2 DEFAULT WIDTH - START */
  .default-width .cta-layout-2.default-width .inner-section  {
    max-width: 585px;
    margin-right: calc((100% - 1170px) / 2);
  }

  .default-width .cta-layout-2.xsmall-container .inner-section  {
    max-width: 350px;
    margin-right: calc((100% - 700px) / 2);
  }

  .default-width .cta-layout-2.small-container .inner-section  {
    max-width: 450px;
    margin-right: calc((100% - 900px) / 2);
  }

  .default-width .cta-layout-2.medium-container .inner-section  {
    max-width: 500px;
    margin-right: calc((100% - 1000px) / 2);
  }

  .default-width .cta-layout-2.large-container .inner-section  {
    max-width: 720px;
    margin-right: calc((100% - 1440px) / 2);
  }
  /* CTA LAYOUT 2 DEFAULT WIDTH - END */

  /* CTA LAYOUT 2 WIDE LAYOUT - START */
  .wide-layout .cta-layout-2.default-width .inner-section  {
    max-width: 720px;
    margin-right: calc((100% - 1440px) / 2);
  }

  .wide-layout .cta-layout-2.xsmall-container .inner-section  {
    max-width: 400px;
    margin-right: calc((100% - 800px) / 2);
  }

  .wide-layout .cta-layout-2.small-container .inner-section  {
    max-width: 500px;
    margin-right: calc((100% - 1000px) / 2);
  }

  .wide-layout .cta-layout-2.medium-container .inner-section  {
    max-width: 600px;
    margin-right: calc((100% - 1200px) / 2);
  }

  .wide-layout .cta-layout-2.large-container .inner-section  {
    max-width: 800px;
    margin-right: calc((100% - 1600px) / 2);
  }
  /* CTA LAYOUT 2 WIDE LAYOUT - END */

  /* CTA LAYOUT 3 DEFAULT WIDTH - START */
  .default-width .cta-layout-3.default-width .inner-section  {
    max-width: 585px;
    margin-left: calc((100% - 1170px) / 2);
  }

  .default-width .cta-layout-3.xsmall-container .inner-section  {
    max-width: 350px;
    margin-left: calc((100% - 700px) / 2);
  }

  .default-width .cta-layout-3.small-container .inner-section  {
    max-width: 450px;
    margin-left: calc((100% - 900px) / 2);
  }

  .default-width .cta-layout-3.medium-container .inner-section  {
    max-width: 500px;
    margin-left: calc((100% - 1000px) / 2);
  }

  .default-width .cta-layout-3.large-container .inner-section  {
    max-width: 720px;
    margin-left: calc((100% - 1440px) / 2);
  }
  /* CTA LAYOUT 3 DEFAULT WIDTH - END */

  /* CTA LAYOUT 3 WIDE LAYOUT - START */
  .wide-layout .cta-layout-3.default-width .inner-section  {
    max-width: 720px;
    margin-left: calc((100% - 1440px) / 2);
  }

  .wide-layout .cta-layout-3.xsmall-container .inner-section  {
    max-width: 400px;
    margin-left: calc((100% - 800px) / 2);
  }

  .wide-layout .cta-layout-3.small-container .inner-section  {
    max-width: 500px;
    margin-left: calc((100% - 1000px) / 2);
  }

  .wide-layout .cta-layout-3.medium-container .inner-section  {
    max-width: 600px;
    margin-left: calc((100% - 1200px) / 2);
  }

  .wide-layout .cta-layout-3.large-container .inner-section  {
    max-width: 800px;
    margin-left: calc((100% - 1600px) / 2);
  }
  /* CTA LAYOUT 2 WIDE LAYOUT - END */
}

/**************************
CTA ELEMENT - END
**************************/
/**************************
LEGAL DOCUMENT - START
**************************/
.legal-content li {
  margin-bottom: 1rem;
}

ol.closed-alpha {
  list-style: none;
}

ol.closed-alpha li {
  position: relative;
}

ol.closed-alpha li::before {
  counter-increment: alpha;
  content: "("counter(alpha, lower-alpha) ") ";
  position: absolute;
  left: -32px;
}

/**************************
LEGAL DOCUMENT - END
**************************/
/**************************
FORMS - END
**************************/
.gform_wrapper .no-top-label .gfield_label {
  display: none;
}
.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;
}
.field-consent label {
    font-weight: 700;
}
.gfield_select.default-set-value {
    color: #CCC;
}

@media (min-width: 641px) {
  .field-state {
      margin-right: 15px;
  }
  .field-postcode {
      margin-right: 7px;
  }
  .gform_wrapper .field-postcode,
  .gform_wrapper .field-country {
      width: 24%;
  }
  
}
@media (min-width: 641px) {
    .field-state {
      margin-right: 17px;
  }
   .field-postcode {
      margin-right: 8px;
  }
}
/**************************
SIDEBAR - START
**************************/
.sidebar ul {
  margin-left: 0;
}

.sidebar ul li {
  list-style: none;
  border-bottom: 1px solid #e9e9e9;
}
.sidebar ul li a {
  padding: 6px 15px 6px 0;
}
.sidebar ul li:last-child {
  border-bottom: none;
}
.hic-listing-widget .listing-item {
  padding: 8px 0;
}
.hic-post-widget .featured-image,
.hic-listing-widget .featured-image {
  height: 60px;
  width: 60px;
  position: absolute;
}
.hic-listing-widget .description {
  font-size: 13px;
  line-height: 1.3;
}
.hic-post-widget li {
  position: relative;
}
.hic-listing-widget li.has-image {
  min-height: 80px;
}
.hic-post-widget li.has-image .widget-post-content,
.hic-listing-widget li.has-image .widget-post-content {
  padding-left: 80px;
}
.sidebar .hic-post-widget li a,
.sidebar .hic-listing-widget li a {
  padding: 0;
}
.widget-meta {
  font-size: 14px;
  color: #BBB;
}
.widget-post-title { line-height: 1.2; }

.sidebar .submenu > li a {
    padding-left: 16px;
    font-size: 16px;
}


@media(min-width: 641px) {
  .sidebar-left .sidebar {
    order: 1;
  }

  .sidebar-left .main-content {
    order: 2;
  }
}

@media (min-width: 1024px) { 
  [class*="has-sidebar-"] .inner-body-content {
    display: flex;
    margin-left: auto;
    margin-right: auto;
  }
  .default-width [class*="has-sidebar-"] .inner-body-content {
    max-width: 1170px;
  }
  .has-sidebar-left .main-content,
  .has-sidebar-right .main-content {
    width: calc(100% - 300px);
  }
  .sidebar {
    width: 300px;
  }
  .sidebar .widget {
    margin-bottom: 40px;
  }
  .has-sidebar-right .sidebar {
    order: 2;
  }
  .default-width .has-sidebar-both .main-content {
    width: calc(100% - 500px);
  }
  .full-width-layout .has-sidebar-both .main-content {
    width: calc(100% - 600px);
  }
  .default-width .has-sidebar-both .sidebar {
    width: 250px;
  }
  .primary-sidebar .sidebar-content {
    display: block !important;
  }
}

/*************************************
SIDEBAR - END
*************************************/

/*************************************
#CPT ARCHIVE - START
*************************************/
.widget-form-wrap .search-widget .qs-ul {
  list-style: none;
  margin-left: 0;
}
.text-center .section-search-form, 
.default-section .section-search-form {
      text-align: center;
}
.list-option {
  list-style: none;
  display: flex;
  margin-left: 0;
  margin-bottom: 34px;
}
.text-center .section-search-form .list-option, 
.default-section .section-search-form .list-option {
    justify-content: center;
}
.section-search-form .list-option li {
    padding: 0 8px;
}
.section-search-form .list-option .button {
    margin-bottom: 0;
    min-width: 150px;
}
/*************************************
CPT ARCHIVE - END
*************************************/

/*************************************
13.PAGINATION - START
*************************************/
.page-navigation,
.pager-column {
  margin-top: 1rem;
}
.pagination {
  display: flex;
  display: flex;
  margin: 0;
}
.pagination li {
  display: block;
}
.pagination a {
    background-color: #F2F2F2;
}
.pagination a,
.pagination button,
.pagination .current {
  cursor: pointer;
  min-width: 24px;
  min-height: 24px;
  text-align: center;
  margin: 0;
  padding: .1875rem .625rem;
  display: block;
  line-height: 1.4;
}
.pagination .current,
.pagination-item--active {
  pointer-events: none;
}
/*************************************
13.PAGINATION - END
*************************************/
/*************************************
14.Gallery - START
*************************************/
.gallery-element .cross-icon-wrap {
  position: absolute;
  height: 40px;
  width: 40px;
  margin: auto;
  opacity: 0;
  transform: scale(0.6);
  visibility: hidden;
  transition: all .25s ease-in-out;
  z-index: 2;      
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.gallery-element .hic-image:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0, .2);
  opacity: 0;
  visibility: hidden;
  transition: all .25s ease-in-out;
}
.gallery-element.with-lightbox .image-list:hover .hic-image:after {
  opacity: 1;
  visibility: visible;
}
.gallery-element .image-list:hover .cross-icon-wrap {
  opacity: 1;
  transform: scale(1);
  visibility: visible;
}
/* Gallery Single Page */
.gallery-description.image-below-content .hic-box {
  display: flex;
  flex-flow: column;
}
.gallery-description.image-below-content .hic-gallery {
  order: 2;
}
.gallery-description.image-below-content .gallery-content {
  order: 1;
}

.gallery-description.image-above-content.default-section:not(.has-bg-img) .hic-box {
  background-color: #FFF !important;
}
.gallery-description.grid .image-list {
  margin-bottom: 24px;
}

.gallery-description.image-above-content .hic-content {
  padding: 0;
  order: 2;
 
}
.gallery-description .gallery-thumb-slider .image-list {
  padding: 0 4px;
}
.gallery-description .gallery-container {
  display: flex;
  flex-flow: column;
}
@media(max-width: 640px) {
  .gallery-description .gallery-slider .slick-list {
    margin: 0;
  }
  .gallery-description .gallery-thumb-slider .slick-prev {
    left: -8px;
  }
   .gallery-description .gallery-thumb-slider .slick-next {
    right: -8px;
  }
}

@media(max-width: 1023px) {
  .gallery-description.image-right-content .hic-content,
  .gallery-description.image-left-content .hic-content {
    width: 100%;
  }
}
@media(min-width: 641px) and (max-width: 1023px) {
  .gallery-description .gallery-thumb-slider.slick-slider {
    margin-left: 24px;
    margin-right: 24px;
  }
}

@media(min-width: 1024px) {
  .gallery-description.image-right-content .hic-gallery {
    order: 2;
  }  
  .gallery-description.image-right-content .gallery-content {
    padding-right: 16px;
  }
  .gallery-description.image-left-content .gallery-content {
    padding-left: 16px;
  }

  .gallery-description.carousel.image-right-content .gallery-container,
  .gallery-description.carousel.image-left-content .gallery-container {
      flex-flow: row;
  }
  .page-element.gallery-description.image-right-content .hic-content,
  .page-element.gallery-description.image-left-content .hic-content {
    display: block;
  }
}

/*************************************
14.Gallery - END
*************************************/
/*************************************
15.FORM - START
*************************************/

.filter-form .qs-ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  list-style: none;
  justify-content: center;
}

.filter-form .qs-ul > :not(.first) {
  margin-left: 15px;
}

.filter-form .last .button {
  margin-bottom: 0;
}

.filter-form .last {
  margin-bottom: 1rem;
}

.search-widget .filter-checkbox ul {
    list-style: none;
    margin-left: 0;
}
.search-widget .filter-checkbox li label {
    margin-left: 0;
}
.widget-form-wrap .button[type="submit"] {
    border: 1px solid #FFF;
}
[type=color], [type=date], 
[type=datetime-local], 
[type=datetime], [type=email], 
[type=month], [type=number], 
[type=password], [type=search], 
[type=tel], [type=text], 
[type=time], [type=url],
[type=week], textarea {
  box-shadow: none;
}
textarea[rows] {
  height: 150px;
}
.gform_wrapper .gform_title {
  font-size: 32px;
  text-transform: uppercase;
}
.gform_wrapper .gfield_label {
  font-weight: 700;
  line-height: 1.4;
    margin-bottom: 10px;
}
.gform_body ul {
  list-style: none outside none;
  margin: 0;
}

.gform_body .gfield_radio,
.gform_body .gfield_checkbox {
  margin-bottom: 1rem;
}

.gform_validation_container,
.gform_wrapper .gform_validation_container,
body .gform_wrapper li.gform_validation_container,
body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container,
body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9000px;
}
.gform_wrapper .validation_error {
  display: none;
}

.gform_wrapper .validation_message {
  font-size: 12px;
  font-style: italic;
  margin: -12px 0px 4px 8px;
  color: #A20009;
}

.page-element.has-bg-img .gform_wrapper .validation_message {
  color: #ff8f95;
}

.gform_wrapper .ginput_container_consent + .validation_message {
  margin-top: 0;
}

.deafult-section.has-bg-img label,
.dark-section label,
.theme-section label {
    color: #FFF;
}

.has-bg-img input[type=checkbox]:checked + label:before,
.dark-section input[type=checkbox]:checked + label:before,
.theme-section input[type=checkbox]:checked + label:before,
.has-bg-img input[type=radio]:checked + label:before,
.dark-section input[type=radio]:checked + label:before,
.theme-section input[type=radio]:checked + label:before {
    border-color: #FFF;
    color: #FFF;
}

input[type=checkbox],
input[type=radio] {
    display: none;
}
input[type=checkbox]:checked + label:before,
input[type=radio]:checked + label:before{
    background-color: transparent;
    border-color: #1B1B1B;
    color: #1B1B1B;
}
input[type=checkbox] + label:before,
input[type=radio] + label:before {
    content: "\f00c";
    border-radius: 0.2em;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    vertical-align: middle;
    color: transparent;
    transition: .2s;
    background: transparent;
    text-align: center;
    border: 1px solid #1B1B1B;
    font-size: 19px;
    line-height: .5;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    position: absolute;
    left: 0;
    top: 3px;
}

.hic-checkbox li {
    position: relative;
    
}

[type=checkbox]+label, [type=radio]+label {
  padding-left: 24px;
  position: relative;
}

.hic-checkbox input[type=checkbox] + label:before,
.hic-checkbox input[type=radio] + label:before {
    position: absolute;
    left: 0;
    top: 3px;
}

.gfield input[type=radio] + label:before {
  border-radius: 50%;
}

.hic-checkbox li label {
    padding-left: 16px;
    line-height: 1.3;
}   
       

.has-bg-img input[type=checkbox] + label:before,
.dark-section input[type=checkbox] + label:before,
.theme-section input[type=checkbox] + label:before,
.has-bg-img input[type=radio] + label:before,
.dark-section input[type=radio] + label:before,
.theme-section input[type=radio] + label:before {
    border: 1px solid #FFF;
}

.button-group input {
  margin-bottom: 0;
}

.gform_wrapper .gform_fields .ginput_complex fieldset, .gform_wrapper .gform_fields .ginput_complex span {
  flex: 1;
}
.gform_wrapper .gform_fields .ginput_complex .ginput_container_date {
  display: flex;
  align-items: center;
  align-content: flex-start;
  flex-flow: row wrap;
  flex-basis: min-content;
  max-width: 30%;
}
.gform_wrapper .gform_fields .ginput_complex .ginput_container_date+.ginput_container_date {
  margin-left: 2%;
}
.gform_wrapper .gform_fields .ginput_complex .ginput_container_date[style*='display:none']+.ginput_container_date {
  margin-left: 0;
}
.gform_wrapper .gform_fields .ginput_container_time {
  flex-basis: min-content;
  min-width: 4rem;
}
.gform_wrapper .gform_fields .gfield_time_minute {
  position: relative;
}
.gform_wrapper .gform_fields .gfield_time_ampm {
  align-items: flex-end;
  display: flex;
  margin-left: 1rem;
}
.gform_wrapper .gform_fields .gfield_list_group, .gform_wrapper .gform_fields .gfield_list_header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-bottom: .5rem;
}
.gform_wrapper .gform_fields .gfield_header_item, .gform_wrapper .gform_fields .gfield_list_group_item {
  flex-grow: 1;
  width: 0;
}
.gform_wrapper .gform_fields .gfield_header_item+.gfield_header_item:not(:last-child), .gform_wrapper .gform_fields .gfield_list_group_item+.gfield_list_group_item {
  margin-left: 2%;
}
.gform_wrapper .gform_fields .gfield_header_item+.gfield_header_item input, .gform_wrapper .gform_fields .gfield_list_group_item+.gfield_list_group_item input {
  margin-bottom: 0;
}
.gform_wrapper .gform_fields .gfield_header_item:last-child, .gform_wrapper .gform_fields .gfield_list_icons {
  width: 48px;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gform_wrapper .gform_fields .gfield_list_icons button {
  font-size: 0;
  background: transparent url(//cutekwoodsolutions.com/ca/wp-content/themes/hicaliber-theme/assets/images/list-add.svg);
  border: none;
  width: 16px;
  height: 16px;
  opacity: .5;
  padding: 0;
  transition: opacity .5s ease-out;
}
.gform_wrapper .gform_fields .gfield_list_icons button.delete_list_item {
  margin-left: 5px;
  background-image: url(//cutekwoodsolutions.com/ca/wp-content/themes/hicaliber-theme/assets/images/list-remove.svg);
}

@media (min-width: 641px){
  .gform_wrapper .gform_fields .ginput_complex {
    display: flex;
    flex-flow: row wrap;
  }
}
/*Gravity From Date Picker - Start*/
.ginput_container_date{
	position: relative;
}

.ginput_container_date .datepicker {
    position: static;
    border: 1px solid #cacaca;
    opacity: 1;
}

.ginput_container_date .datepicker + img {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 2.4375rem;
    object-fit: contain;
    padding: 8px;
    cursor: pointer;
}

.ginput_container_date .screen-reader-text {
  display: none;
}

#ui-datepicker-div {
  z-index: 9999 !important;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  box-shadow: 0 4px 12px rgb(0 0 0 / 15%);
  border-radius: 4px;
}

#ui-datepicker-div::before {
  content: '';
  position: absolute;
  background: #eee;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  width: 10px;
  height: 10px;
  z-index: -1;
  bottom: calc(100% - 4px);
  -webkit-transform: rotate( 315deg );
  transform: rotate( 315deg );
  left: 10px;
  top: -5px;
  border: 0;
}

#ui-datepicker-div .ui-datepicker-header {
  background-color: #eee;
  padding: 8px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#ui-datepicker-div .ui-datepicker-title {
  display: flex;
  justify-content: space-around;
  width: 100%;
}

#ui-datepicker-div select:focus option{
	background-color: #fff;
}

#ui-datepicker-div select:hover, #ui-datepicker-div select:focus {
  background-color: #cacaca;
}

#ui-datepicker-div select {
  background-color: transparent;
  border: 0;
  margin: 0;
  /* color: #fff; */
  width: 41.66%;
  border-radius: 4px;
  transition: background .25s ease;
}

#ui-datepicker-div .ui-datepicker-calendar {
    margin: 0;
    padding: 8px;
    display: block;
}
/*Gravity From Date Picker - End*/

@media(min-width: 641px) {
  .gform_wrapper .gform_fields .gfield.gfield--width-half {
       width: 50%;
  }
  .gform_wrapper .gform_fields .gfield.gfield--width-third {
       width: 33.33333%;
  }
  .gform_wrapper .gform_fields .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full), .gform_wrapper .gform_fields .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full) {
       padding-right: 1%;
  }
  .gform_wrapper .gform_fields .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full), .gform_wrapper .gform_fields .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full) {
       padding-left: 1%;
       padding-right: 0;
  }
}

@media(max-width: 1023px) {
    .widget-form-inner-wrap {
        margin-top: 24px;
    }    
}

@media(min-width: 1024px) {
  .contact-layout-4 .inner-section .grid-x>.cell:nth-child(2) {
      order: 4;
      width: 25%;
      padding: 0px;
  }
  .contact-layout-4.has-map .sub-map {
    position: relative;
    height: 400px;
  }
  .contact-layout-4.has-map .sub-map p {
    margin: 0;
  }
  .contact-layout-4.has-map .sub-map iframe {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
  }
.contact-layout-4.has-bg-img input[type="submit"] {
    min-width: 200px;
    border: 1px solid;
}
  .contact-layout-4.has-map .inner-section .grid-x>.cell:nth-child(3) {
      order: 2;
      width: 41.66%;
      align-self: stretch;
  }
  .contact-layout-4.has-map .inner-section .grid-x>.cell:nth-child(4) {
      order: 3;
      width: 33.33%;
  }
}
/*************************************
15.FORM - END
*************************************/
/*************************************
16.LISTING ELEMENT - START
*************************************/
.search-result-listing article {
  margin-bottom: 24px;
}
.search-result-listing .archive-title {
  margin-bottom: 32px;
}

.listing-element .widget-form-wrap{
  margin-bottom: 50px;
}

.xh-hidden.field-group {
  height: 0px;
  overflow: hidden;
}

.xh-hidden.field-group.active {
  height: auto;
  overflow: inherit;
}

.design-listing-element .search-form-layout-2 .field-group {
  margin-bottom: 0;
}

.design-listing-element .search-form-layout-2 .field-group .cell {
  margin-bottom: 15px;
}

.widget-form-wrap .design-features-chk-group {
  display: inline-block;
}

#expandMoreSearchOption {
  text-align: center;
  margin-top: 2PX;
  cursor: pointer;
  font-size: 15px;
  color: inherit;
  margin-left: 12px;
  display: inline-flex;
  align-items: center;
  align-content: center;
  
}

.search-form-layout-1 #expandMoreSearchOption {
  display: none;
}

#expandMoreSearchOption:after{
  content: "More Options +";
}

#expandMoreSearchOption.active:after{
  content: "Less Options -";
}

.listing-element .filter-button{
  display: flex;
  flex-wrap: wrap;
}

.listing-element .filter-button .button{
  margin: 0;
}

.listing-element .hic-image-container {
  position: relative;
}

.listing-element .top-box-small-label {
  background-color: rgba(255, 255, 255, 0.6);
  display: block;
  margin: 4px;
  padding: 2px 8px;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  border: 1px solid #FFF;
  color: #c33e3e;
}

.listing-element .top-content {
  position: absolute;
  top: 0;
  right: 0;
}

.listing-element .hic-meta,
.property-summary-element .hic-meta{
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  margin: 0;
}

.property-listing-element .hic-meta:not(:only-child):last-child{
  display: none;
}

.property-listing-element .categories {
  margin-bottom: 15px;
}

.property-listing-element .categories .category:not(:last-child)::after {
  content: ', ';
}

.property-listing-element .hic-brurb {
  margin-top: 15px;
}

.listing-element .hic-meta [data-label-type="meta-icon"],
.property-summary-element .hic-meta [data-label-type="meta-icon"] {
  display: inline-flex;
  align-items: center;
  align-content: center;
}

.listing-element .hic-meta [data-label-type="meta-text"],
.property-summary-element .hic-meta [data-label-type="meta-text"] {
  display: block;
  width: 100%
}

.listing-element [data-label-type="meta-text"] .meta-label::before,
.property-summary-element [data-label-type="meta-text"] .meta-label::before{
  content: attr(data-default-label);
}

.listing-element [data-label-type="meta-text"] .meta-label::after,
.property-summary-element [data-label-type="meta-text"] .meta-label::after{
  content: ": ";
}

.listing-element [data-label-type="meta-icon"] .meta-label::before,
.property-summary-element [data-label-type="meta-icon"] .meta-label::before {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 600;
  display: block;
  margin: 0 6px;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.listing-element li[data-meta="slope"][data-label-type="meta-icon"] .meta-label::before,
.property-summary-element li[data-meta="slope"][data-label-type="meta-icon"] .meta-label::before {
  content: '\f61c';
}

.listing-element li[data-meta="bed"][data-label-type="meta-icon"] .meta-label::before,
.property-summary-element li[data-meta="bed"][data-label-type="meta-icon"] .meta-label::before {
  content: '\f236';
}

.listing-element li[data-meta="bath"][data-label-type="meta-icon"] .meta-label::before,
.property-summary-element li[data-meta="bath"][data-label-type="meta-icon"] .meta-label::before {
  content: '\f2cd';
}

.listing-element li[data-meta="living"][data-label-type="meta-icon"] .meta-label::before,
.property-summary-element li[data-meta="living"][data-label-type="meta-icon"] .meta-label::before {
  content: '\f4b8';
}

.listing-element li[data-meta="car"][data-label-type="meta-icon"] .meta-label::before,
.property-summary-element li[data-meta="car"][data-label-type="meta-icon"] .meta-label::before {
    content: '\f1b9';
}

.listing-element li[data-meta="width"][data-label-type="meta-icon"] .meta-label::before,
.property-summary-element li[data-meta="width"][data-label-type="meta-icon"] .meta-label::before,
.listing-element li[data-meta="length"] [data-label-type="meta-icon"] .meta-label::before,
.property-summary-element li[data-meta="length"][data-label-type="meta-icon"] .meta-label::before {
	border: 1px solid;
	width: 25px;
	display: inline-block;
	text-align: center;
}
.listing-element li[data-meta="width"][data-label-type="meta-icon"] .meta-label::before,
.property-summary-element li[data-meta="width"][data-label-type="meta-icon"] .meta-label::before {
	content: '\f337';
}    
.listing-element li[data-meta="length"][data-label-type="meta-icon"] .meta-label::before,
.property-summary-element li[data-meta="length"][data-label-type="meta-icon"] .meta-label::before {
	content: '\f338';
}  

.listing-element li[data-meta="floor-size"][data-label-type="meta-icon"] .meta-label::before,
.property-summary-element li[data-meta="floor-size"][data-label-type="meta-icon"] .meta-label::before {
	content: '\f424';
}

.listing-element li[data-meta="id"][data-label-type="meta-icon"] .meta-label::before,
.property-summary-element li[data-meta="id"][data-label-type="meta-icon"] .meta-label::before {
	content: '\f292';
}

.property-summary-element li[data-label-type="meta-icon"] + li[data-label-type="meta-icon"]{
  margin-left: 15px;
}


/*************************************
16.LISTING ELEMENT - END
*************************************/

/**************************
17.FANCYBOX - START
**************************/
.fancybox-thumbs {
  background: #555;
}
.fancybox-thumbs__list a:before {
  border: 2px solid #ccc;
}
.fancybox-bg {
  background: #161616;
}
.fancybox-is-open .fancybox-bg {
  opacity: .95;
}
@media(max-width: 640px) {
  .fancybox-thumbs {
    width: 80px;
  } 
  .fancybox-thumbs__list a {
    height: 54px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 80px;
  }
}
@media(min-width: 1024px) {
  body .fancybox-slide--video .fancybox-content {
    width: 1100px !important;
      height: 620px !important;
  }
}
/**************************
17.FANCYBOX - END
**************************/

/*************************************
18.PRODUCT MODULE - START
*************************************/
/* Product Listing - Start */
.product-element.dark-section .categories .hic-seperator,
.product-element.theme-section .categories .hic-seperator {
  color: #FFF;
}
.product-element .categories .hic-seperator {
  margin-left: 6px;
  color: #CCC;
}
.product-element .categories {
  font-size: 16px;
}
.product-element .categories .hic-seperator:before {
  content: '|';
  display: inline-block;
}
.product-listing .hic-button-wrap .button.loading {
    opacity: .25;
    padding-right: 2.618em;
    position: relative;
}
.product-listing .hic-button-wrap .button.loading::after {
    font-family: WooCommerce;
    content: '\e01c';
    vertical-align: top;
    font-weight: 400;
    position: absolute;
    right: 1em;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.product-gallery .flex-video, .product-gallery .responsive-embed, .product-gallery .video p {
  margin-bottom: 0;
}
/* Product Listing - End */

/* Cart and Favourite Widget - Start */
.floating-icon-widget {
    display: inline-flex;
    justify-content: center;
    align-content: center;
    transition: opacity .35s ease-in-out;
}

.compare-active:not(.sticky-header) .header .compare-widget,
.fav-active:not(.sticky-header) .header .favourite-widget,
.cart-active:not(.sticky-header) .header .shopping-cart-widget {
    position: fixed;
    right: 14px;
    top: 50px;
    margin-left: 25px;
    margin-right: 0;
    z-index: 10;
}

.cart-active:not(.sticky-header) .header .favourite-widget ~ .shopping-cart-widget {
  right: 120px;
}

.compare-active:not(.sticky-header) .header .compare-widget,
.fav-active:not(.sticky-header) .header .favourite-widget,
.cart-active.woocommerce:not(.sticky-header) .header .shopping-cart-widget{
  opacity: 1;
  visibility: visible;
}

.floating-icon-widget.round-layout a {
  position: relative;
  border-radius: 18px;
  text-align: center;
  position: relative;
  height: 36px;
  min-width: 36px;
}

.cart-active:not(.sticky-header) .header .shopping-cart a,
.fav-active:not(.sticky-header) .header .favourite a,
.compare-active:not(.sticky-header) .header .compare a {
  background-color: white;
  box-shadow: 0 0 2px 0 rgba(0,0,0, .8);
  height: 52px;
  min-width: 52px;
  border-radius: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 12px;
}

.cart-active:not(.sticky-header) .header .top-bar .top-bar-right .shopping-cart a,
.fav-active:not(.sticky-header) .header .top-bar .top-bar-right .favourite a,
.compare-active:not(.sticky-header) .header .top-bar .top-bar-right .compare a{
  padding: 12px;
}

.floating-icon-widget.round-layout .icon-wrap {
  height: 100%;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;    
  font-size: 20px;
}

.cart-active:not(.sticky-header) .header .shopping-cart-widget.round-layout .icon-wrap,
.fav-active:not(.sticky-header) .header .favourite-widget.round-layout .icon-wrap,
.compare-active:not(.sticky-header) .header .compare-widget.round-layout .icon-wrap {
    height: 52px;
    min-width: 52px;
    border-radius: 26px;
}

.floating-icon-widget .icon-txt {
    font-size: 14px;
    margin-left: 6px;
}

.cart-active:not(.sticky-header) .header .shopping-cart-widget .icon-txt,
.fav-active:not(.sticky-header) .header .favourite-widget .icon-txt,
.compare-active:not(.sticky-header) .header .compare-widget .icon-txt {
  opacity: 0;
  margin: 0;
  width: 0;
  transition: all .25s ease-in-out;
  overflow: hidden;
}

.cart-active:not(.sticky-header) .header .shopping-cart-widget:hover .icon-txt,
.fav-active:not(.sticky-header) .header .favourite-widget:hover .icon-txt,
.compare-active:not(.sticky-header) .header .compare-widget:hover .icon-txt{
  opacity: 1;
  margin: 6px;
  width: auto;
}

.floating-icon-widget span.item-count {
  background-color: #f00;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  padding-top: 2px;
  text-align: center;
  display: inline-block;
  font-weight: 700;
  font-size: 11px;
  height: 19px;
  width: 19px;
  top: -4px;
  right: -9px;
}

.floating-icon-widget.has-label span.item-count{
  right: auto;
  left: 15px;
}

.compare-active .floating-icon-widget.has-label span.compare-item-count,
.fav-active .floating-icon-widget.has-label span.fav-item-count,
.cart-active .floating-icon-widget.has-label span.cart-item-count{
  right: -9px;
  left: auto;
}

.cart-active:not(.sticky-header) .header .shopping-cart-widget .item-count,
.fav-active:not(.sticky-header) .header .favourite-widget .item-count,
.compare-active:not(.sticky-header) .header .compare-widget .item-count {
  top: 0px;
  right: -5px;
}

.floating-icon-widget .icon-wrap i {
    font-size: 22px;
    width: auto;
    top: 0;
    position: relative;
}
.cart-active:not(.sticky-header) .header .shopping-cart-widget .shopping-cart i,
.fav-active:not(.sticky-header) .header .favourite-widget .favourite i,
.compare-active:not(.sticky-header) .header .compare-widget .compare i { 
    color: #000;
}

.page-compares #getCompareSampleWidgetContent.active,
.page-favourites #getSampleWidgetContent.active {
  visibility: visible;
  pointer-events: auto;
}
#getCompareSampleWidgetContent,
#getSampleWidgetContent {
  visibility: hidden;
  pointer-events: none;
  visibility: hidden;
  pointer-events: none;
  position: fixed;
  right: 0;
  width: 80%;
}

/* Wishlist table */
.compare-wrap,
.wishlist-wrap {
  position: relative;
}

.block-element {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255,255,255,.5);
  overflow: hidden;
  cursor: wait;
  display: none;
}

#selectedCompares.processing .block-element,
#selectedFavourites.processing .block-element{
  display: block;
}

.block-element .loader{
  background-image: url(//cutekwoodsolutions.com/ca/wp-content/themes/hicaliber-theme/assets/images/loader.svg);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center;
  width: 40px;
  height: 40px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  animation: spin 1s infinite ease-in-out;
  opacity: .5;
}

@keyframes spin {
  from {
      transform:rotate(0deg);
  }
  to {
      transform:rotate(360deg);
  }
}

table.compare-table,
table.wishlist-table{
  border: 1px solid #e1e1e1;
}

table.compare-table tbody tr,
table.wishlist-table tbody tr{
  border-top: 1px solid #e1e1e1;
}

table.compare-table thead th,
table.wishlist-table thead th{
  color: #fff;
}

tr.compare-total,
tr.wishlist-total {
  text-align: left;
}

tr.compare-total th,
tr.wishlist-total th {
  background-color: #f2f2f2;
}

.compare-enquire-button,
.wishlist-enquire-button {
  width: 100%;
}

.compare-table .action,
.wishlist-table .action {
  text-align: right;
}

.directory-list .compare-table .remove-to-compare,
.product-list .wishlist-table .remove-to-fav {
  display: block;
  font-size: 1.2em;
  height: 1.6em;
  width: 1.6em;
  text-align: center;
  line-height: 1;
  border-radius: 50%;
  color: red!important;
  text-decoration: none;
  font-weight: 700;
  border: 0;
  padding: 0;
  background-color: transparent;
  margin: 0;
  padding: .2em;
}

.directory-list .compare-table .remove-to-compare:hover,
.product-list .wishlist-table .remove-to-fav:hover{
  color: #fff !important;
  background-color: red;
}

.compare-table .directory-thumbnail img,
.wishlist-table .product-thumbnail img {
  width: 140px;
  height: auto;
  max-height: 140px;
  object-fit: cover;
  object-position: center;
}

.compare-table .input-text.qty.text,
.wishlist-table .input-text.qty.text {
  width: 3.631em;
  margin-right: 0;
  margin-left: auto;
  margin-bottom: 0;
}

@media (min-width: 641px){
  .floating-icon-widget {
      top: 18px;
  }

  * + .floating-icon-widget {
    margin-left: 16px;
  }
}

@media (max-width: 1023px){
  body:not(.cart-active) .header .shopping-cart-widget .icon-txt,
  body:not(.fav-active) .header .favourite-widget .icon-txt,
  body:not(.compare-active) .header .compare-widget .icon-txt{
    display: none;
  }

  .compare-table thead,
  .compare-table-total tbody th,
  .compare-table .product-thumbnail,
  .wishlist-table thead,
  .wishlist-table-total tbody th,
  .wishlist-table .product-thumbnail {
    display: none;
  }

  .compare-table tbody td,
  .compare-table-total tbody td
  .wishlist-table tbody td,
  .wishlist-table-total tbody td {
    width: 100%;
    display: block;
    text-align: right;
    border-top: 1px solid #e1e1e1;
  }

  .wishlist-table tbody tr:nth-child(2n),
  .wishlist-table-total tbody tr:nth-child(2n) {
      background-color: rgba(0,0,0,.025);
  }

  .wishlist-table tbody td::before,
  .wishlist-table-total tbody td::before {
    content: attr(data-title) ": ";
    font-weight: 700;
    float: left;
  }

  .wishlist-table tbody .product-remove::before,
  .wishlist-table tbody .action::before{
    content: "";
  }
}

@media (min-width: 1024px){

  .floating-icon-widget {
      top: 0;
  }
}
/* Cart and Favourite Widget - End */
/************************************
18.PRODUCT MODULE - END
************************************/

/*************************************
19.PROJECT MODULE - START
*************************************/

.project-details-table {
    border: 0 solid #808080;
    background-color: transparent;
}
table.project-details-table tbody tr:nth-child(2n), 
table.project-details-table tbody tr:nth-child(2n) td {
    background-color: transparent !important;
}
table.project-details-table tbody, 
table.project-details-table tfoot, 
table.project-details-table thead {
        border: 0 solid #f1f1f1;
}

table.project-details-table td{
    padding: 0.3rem .625rem .325rem;
}


.project-list .ct-header {
    margin-bottom: 0;
}
.project-cat-heading {
    margin-bottom: 24px;
}


.other-projects .enp-wrap .button {
    height: 100%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    top: 0;
}
body .other-projects .enp-wrap {
    border: 1px solid #f5f5f5;
    box-shadow: none;
    background-color: #f5f5f5;
    font-size: 18px;
}

.range-img {
        height: 200px;
    }
    
.other-range .range-img{
    height: 100px;
}

.range-link:hover h5,
.range-link:hover .desc {    
    color: #07305a;
}

.range-content{
    background-color: #fff;
    padding: 10px;
}

.video-icon {

    position: absolute;
    margin: auto;
    top: calc(50% - 30px);
    right: calc(50% - 30px);

}

.btn-basic {
    border: 1px solid;
    display: inline-block;
    font-size: 12px;
    padding: 8px 23px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 5px;  
} 

.remove-icon, .remove-this {
    display: inline-block;
    margin-left: 8px;
    background: rgba(255, 0, 0, 0.70);
    height: 15px;
    width: 15px;
    text-align: center;
    cursor: pointer;
    color: #FFF;
    line-height: 127%;
    transition: .3s;
}
button.position-control {
        position: absolute;
    left: -40px;
    border-radius: 0;
    height: 38px;
    top: 0px;
    width: 40px;
}
button.position-control:after {
        content: "\f054";
    font-family: 'FontAwesome';
    color: #FFF;
}

.hide-widget .widgetbox {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.video-icon:hover {

    opacity: 0.5;

}

.enp-wrap {
    margin-bottom: 20px;
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.04);
    padding: 18px 0px 0 0;
    text-align: center;
    font-weight: 800;
}

.button.btn-sm-fl {
    display: block;
    padding: 10px;
    box-shadow: 0px 0px 1px rgb(101, 101, 101);
}

.box-panel-2 {
    padding: 16px 10px;
    background: rgba(8, 50, 93, 0.13);
    box-shadow: 0px 1px 6px 0px rgba(9, 48, 89, 0.19);
    border-radius: 5px;
    border: 1px solid rgba(9, 48, 89, 0.1);
}

.box-panel-2 table tbody td,
.box-panel-2 table tbody {
    background-color: transparent;
}


.cat-range-wrap .desc {
    color: #7b7b7b;
}

.ct-header {
    margin-bottom: 55px;
}

.cat-range-wrap .ct-header,
.ct-header {
    text-align: center;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}

.cat-range-wrap .ct-header h2{
    margin-bottom:0;
}

.img-st {
    height: 320px;
}

.box-panel-2 .columns {
    padding: 0;
}

.box-panel-2 table {
    margin-bottom: 6px;
}

.other-view{
    display: table;
    width: 100%;
    height: 100%;
    background-color: #07305a;
    text-align: center;
    transition: all .3s;
}

.other-view span{
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    display: table-cell;
    vertical-align: middle;
}

.other-range-content{
    box-shadow: 0px 0px 16px 5px rgba(0, 0, 0, 0.09019607843137255);
    background-color: #fff;
    margin-bottom: 30px;
    transition: all .3s;
}

.other-range-content .range-content{
    padding-top: 15px;
}

.other-range-content a:hover .other-view{
    background-color: #2199e8;
}

.other-range-content:hover{
    transform: scale(1.02);
}

.other-range-content h5{
    font-size: 16px;
}

.other-range-content .desc{
    font-size: 14px;
}

.feat-range .range-content{
    font-size: 12px;
    padding: 20px;
}

.feat-range h5{
    font-weight: 700;
    color: #07305a;
    font-size: 18px;
}

.feat-range a{
    display:block;
    transition: all .3s;
    margin-bottom: 30px;
}
.feat-range a:hover{
    transform: scale(1.05);
}

.feat-range {
    background-color: #efefef;
    padding: 80px 0;
}

.tax-project_category .slick-arrow:before,
.single-project .slick-arrow:before {
    width: auto;
    height: auto;
    margin: auto;
}

.tax-project_category .slick-next,
.single-project .slick-next{
    right: -17px;
}

.tax-project_category .slick-prev,
.single-project .slick-prev{
    left: -17px;
}

.tab-slider{
    border-radius: 12px 12px 0 0;
}

.tab-group.with-tab-slider .slick-arrow + .slick-list {
    margin: 0 20px;
}

.single-project .carousel .slick-prev{
    left: -10px;
}

.single-project .carousel .slick-next{
    right: -10px;
}

.single-project .hic-gallery .slick-prev{
    left: 30px;
}

.single-project .hic-gallery .slick-next{
    right: 30px;
}

.single-project .carousel .slick-dots{
    bottom: -30px;
}

.single-project .description-gallery .slick-arrow,
.single-project .tabbed-content .slick-arrow{
    height: 42px;
    z-index: 11;
    opacity: 1;
    transition: all .3s;
}

.single-project .description-gallery .slick-arrow{
    border-radius: 30px;
}
.single-project .tabbed-content .slick-arrow{
    border-radius: 0;
}

.single-project .tabbed-content .slick-next {
    right: 0px;
}
.single-project .tabbed-content .slick-prev {
    left: 0px;
}

.single-project .description-gallery .slick-arrow{
    width: 42px;
}

.single-project .tabbed-content .slick-arrow{
    width: 28px;
}

.single-project .tabbed-content .slick-arrow:before{
    font-size: 20px;
}

.single-project .description-gallery .slick-arrow:before,
.single-project .tabbed-content .slick-arrow:before{
    color: #fff;
}

.description-gallery .image-container,
.description-gallery .image-container img {
    width: 100%;
    height: auto;
}

.project_gallery_thumb_slider .thumb-slide-image{
    cursor: pointer;
    margin: 0px 6px;
    border-radius: 10px;
}

.project_gallery_thumb_slider .thumb-slide-image.slick-current {
    box-shadow: 0px 0px 1px 3px #F7941D;
}

.project_gallery_thumb_slider .slick-list::after,
.project_gallery_thumb_slider .slick-list::before{
    content: '';
    width: 33.33%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    opacity: .25;
    display: none;
}

.project_gallery_thumb_slider .slick-track {
    padding: 10px 0;
}

.project_gallery_thumb_slider .slick-dots {
    visibility: hidden;
}

.project_gallery_thumb_slider .slick-list::before {
    left: 0;
}

.project_gallery_thumb_slider .slick-list::after {
    right: 0;
}

.project_gallery_thumb_slider .slick-list {
    overflow: hidden;
    border-radius: 0 0 16px 16px;
}

.image-slider.with-thumbnails .slick-list {
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 0 20px rgba(0,0,0,.25)
}

/* grid gallery */
.row .image-grid.row{
    margin-left: auto;
    margin-right: auto;
}

.image-above-content .image-grid.row,
.image-below-content .image-grid.row{
    padding: 30px 0;
}

.image-grid .columns {
    padding: 0;
}

.image-grid .hic-image-container {
    margin: 6px 0;
}

.image-grid .hic-image-container .hic-image{
    box-shadow: none;
    transition: all .25s ease-in-out;
    margin: 0;
    position: relative;
}

.image-grid .hic-image-container .hic-image:hover {
    box-shadow: 2px 2px 8px rgba(10,10,10,.15);
}

.image-grid .hic-image-container .hic-image::before {
    content: '';
    display: block;
    padding-top: 100%;
}

.image-grid .hic-image-container .hic-image:not(.hic-video)::after,
.image-slider .image-container .hic-image:after {
    content: '\f00e';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    height: 50px;
    width: 50px;
    margin: auto;
    justify-content: center;
    align-items: center;
    display: flex;
    transition: all .25s ease-in-out;
    background-image: url(//cutekwoodsolutions.com/ca/wp-content/themes/hicaliber-theme/assets/images/zoom-in.png);
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 0;
}

.image-grid.with-lightbox .hic-image-container .hic-image:hover::after,
.image-slider.with-lightbox .image-container .hic-image:hover:after{
    opacity: 1;
}

.image-grid .hic-image-container, .image-grid .hic-image-container .hic-image {
    width: 100%;
    height: auto;
}

/* burger menu */

button.menu-toggle {
    border: none;
    position: relative;
    background-color: transparent;
    font-size: 0px;
    height: 35px;
    width: 35px;
}



select:disabled {
    background-color: #f1f1f1;
    cursor: not-allowed;
}

button.menu-toggle:focus,
button.menu-toggle:hover {
    outline: none;
}

.top-button-secion {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 20;
}

.top-button-secion .button {
    font-size: 13px;
    text-transform: uppercase;
    border-radius: 0;
    font-weight: 700;
    display: inline-block;
    overflow: hidden;
    position: relative;
    height: 35px;
    width: 35px;
    padding: 2px 3px;
   
}

.top-button-secion .button.add-to-comp,
.top-button-secion .button.add-to-fave {
     background: green;
}

.top-button-secion .button.add-to-comp .fa,
.top-button-secion .button.add-to-fave .fa {
    position: absolute;
    top: 10px;
    left: 9px;
}

.top-button-secion .button .remove-compare-btn,
.top-button-secion .button .remove-fav-btn {
    transform: translateX(28px);
}

.top-button-secion .button.selected .remove-compare-btn,
.top-button-secion .button.selected .remove-fav-btn {
    transform: translateX(0px);
}

.top-button-secion .button.add-to-comp.selected:hover,
.top-button-secion .button.add-to-fave.selected:hover {
    background: red !important;
}

.top-button-secion .button.selected .remove-compare-btn:before,
.top-button-secion .button.selected .remove-fav-btn:before {
    font-family: "FontAwesome";
    content: "\f00c";
}

.top-button-secion .button.selected:hover .remove-compare-btn:before,
.top-button-secion .button.selected:hover .remove-fav-btn:before {
    content: "\f00d";
}

.top-button-secion .button .fa {
    transition: 0.3s;
}


.top-button-secion .button.selected  {
    background: #2199e8 !important;
}


.top-button-secion .button.selected .fa.fa-plus {
    transform: translateX(-28px);
}
 


button.menu-toggle span:before, 
button.menu-toggle:after, 
button.menu-toggle:before {
    content: "";
    display: block;
    height: 4px;
    width: 16px;
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -1px;
    -webkit-transition: all,ease,.2s;
    transition: all,ease,.2s;
}

.pagination-page.pagination li {
    display: none;
}

.pagination-page.pagination li:first-child,
.pagination-page.pagination li:last-child{
    display: inline-block;
}


button.menu-toggle:after, 
button.menu-toggle:before, 
button.menu-toggle span:before {
    background-color: #07305a;
}

.white button.menu-toggle:after, 
.white button.menu-toggle:before, 
.white button.menu-toggle span:before {
    background-color: #6a6a6a;
}


.is-off-canvas-open button.menu-toggle:after, 
.is-off-canvas-open button.menu-toggle:before {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #07305a;
}

.is-off-canvas-open button.menu-toggle:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.is-off-canvas-open button.menu-toggle span:before {
    opacity: 0;
}

button.menu-toggle span:before,     
button.menu-toggle:after, 
button.menu-toggle:before {
    left: 0px;
    width: 30px;
}


button.menu-toggle:before {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

button.menu-toggle:after {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
}

.white .toggled button.menu-toggle:after,
.white .toggled button.menu-toggle:before,
.white .toggled button.menu-toggle span:before {
    background-color: #FFF;
}

.reveal-overlay {
    z-index: 1500;
}

/* social-media */

.top-details .social-media a {
    display: inline-block;
    background: #FFF;
    color: #07305a;
    height: 20px;
    width: 20px;
    text-align: center;
    font-size: 15px;
    border-radius: 100%;
}

.top-details .social-media a:hover {
    color: #2199e8;
}

.bg-gray {
    background: #EFEFEF;
}

.bg-blue {
   background: #07305a; 
}

.bg-blue h2 {
    color: #FFF;
}

.section-boxed-1 {
    color: #FFF;
    padding: 20px 30px;
    border-radius: 10px;
    border: 2px solid #FFF;
    box-shadow: 0px 0px 28px 8px rgba(101, 101, 101, 0.55);
    margin-bottom: 50px;
}

.order-details a {
    color: #333;
    text-decoration: underline;
    font-weight: 300;
}

.order-details a:hover {
    color: #07305A;
}

.section {
    padding: 60px 0;
}

.block {
    width: 100%;
    display: block;
}

.row._80 {
    max-width: 85%; 
}

.row.sm-row {
    max-width: 700px;
}

.row._100 {
    max-width: 100%;    
}

.row.lg-mg-btm {
    margin-bottom: 140px;
}

/* Breadcrumbs */

.breadcrumbs a {
    color: rgba(7, 48, 90, 0.51);
}

.breadcrumbs a:hover {
    color: rgba(7, 48, 90, 1);
    text-decoration: none;
}

.breadcrumbs .seperator {
    margin: 0 10px;
}

/*DISPLAY NONE : HIDE ELEMENTS */
.project-list .button-wrap,
.single-project #sidebar1,
.single-project .project_meta,
.related.projects .pager-page-info {
    display: none;
}

.custom-select-style, 
.inline-field-style{
    box-shadow: 0px 0px 11px 8px rgba(0, 0, 0, 0.09019607843137255);
    border: none;
    border-radius: 5px;
}

.inline-field-style {
    position: relative;
    overflow: hidden;
}

.inline-field-style input[type='search'],
.inline-field-style input[type='text'] {
    background: #FFF;
    box-shadow: none;
    margin-bottom: 0;
}

.inline-field-style .search-field:focus {
    border: none !important;
}

.inline-field-style .search-submit {
    background: #FFF;
    position: absolute;
    right: 0px;
    top: 0px;
    box-shadow: none;
    padding: 11px; 
    color: rgba(7, 48, 90, 0.50);
}

.inline-field-style .search-submit:hover {
    color: #07305a;
}

.inline-field-style.search-form {
    padding-right: 38px;    
}

.float-label {
    position: relative;
    padding-left: 113px;
}

.field-group {
    margin-bottom: 15px;
}

.float-label label {
    position: absolute;
    left: 0px;      
}

.project-category-list {
    margin-top: 55px;
}

.project-category-list h1 {
    margin-bottom: 35px;
}

.project-category-list .button-wrap {
    margin-top: 50px;
}

.project-category-list .button-wrap .button {
    margin-bottom: 20px;
    width: 100%;
}
    
.project-category-list .img {
    height: 300px;
    margin-bottom: 20px;
    margin-top: 70px;
}

.project-category-list .inner {
    max-width: 600px;
}

.desc-wrap-gray {
    padding: 20px;
    background: #f7f7f7;
    margin-bottom: 40px;
}

.filter h2 {
    margin-bottom: 35px;
    font-weight: 700;
}

.project-list .inner {
    height: 400px;
    background: #969696;
    position: relative;
    box-shadow: 0px 0px 13px 10px rgba(0, 0, 0, 0.09019607843137255);
    margin-bottom: 40px;
    border-radius: 8px;
    overflow: hidden;
}


.project-list .box-content {
    background: #FFF;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 20px;
    color: #07305a;
}
    
.project-list .inner:hover .box-content {
    height: 400px;
    background: rgba(9, 48, 89, 0.23);
    color: #FFF;
}


.project-list .inner:hover  .button-wrap {
    display: block;
}

.project-list .project-title {
    font-size: 20px;
    margin-bottom: 12px;
    line-height: 129%;
}

.project-list .img {
    height: 100%;
    background-size: cover;
}

.project-list .button-wrap {
    margin-top: 20px;
}

.project-list .button {
    margin: 10px 0;
}

.project-list .button-wrap .button {
    margin-left: auto;
    margin-right: auto;
}

.right-sidebar .content-area {
    margin:0;
    width: 100%;
}

.modal-inner {
    padding: 30px;
    border-radius: 8px;
    background: #FFF;
}


/* projects page */

.off-canvas-content {
    box-shadow: none;
}

.option-buttons button.button {
    font-size: 12px;
    margin-right: 15px;
}

.pr.selected {
    position: relative;
}

.pr.selected:before {
    content: "\f005";
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    background-color: #07305a;
    border-radius: 31px;
    width: 30px;
    height: 30px;
    color: #FFF;
    text-align: center;
    font-weight: 900;
    padding-top: 2px;
    top: 10px;
    position: absolute;
    left: 10px;
    z-index: 2;
}

.typed-cursor{
    opacity: 1;
    font-weight: 100;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    -ms-animation: blink 0.7s infinite;
    -o-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}

.gform_wrapper .gfield_visibility_hidden{visibility:hidden;position:absolute;left:-9999px}

.modal-inner {
    padding: 30px;
    border-radius: 8px;
    background: #FFF;
    position: relative;
}


.reveal-alert-msg {
    max-width: 423px;
    text-align: center;
}

.reveal-alert-msg .fa-info-circle {
    display: block;
    margin: 15px 0 24px 0;
    font-size: 55px;
    color: #07305a;
}

#revealAlertMsg {
    max-width: 230px;
    display: block;
    margin: 0 auto 20px;
    font-weight: 700;   
}

.modal-inner .close-button {
    color: #202020;
    top: 8px;
    text-shadow: none;
    background: none;
}


.modal-inner .close-button:hover {
    color: #000;
    text-shadow: none;
}

.reveal {
    overflow-y: visible;
}

.project-item {
    position: relative;
}




/* SLIDER STYLE */

.irs-slider,
.irs-bar,
.irs-line-mid, .irs-line-left, .irs-line-right, .irs-bar, .irs-bar-edge, .irs-slider {
    background-image: none;    
}

.irs-line,
.irs-bar {
   height: 5px; 
}

.irs-from, .irs-to, .irs-single,
.irs-bar {
    background-color: #07305a;    
}

.irs-from:after, 
.irs-to:after, 
.irs-single:after {
    border-top-color: #07305a;
}

.irs-with-grid .irs-grid {
    display: none;
}

.irs-slider {
    width: 18px;
    height: 18px;
    top: 18px;
    background-position: 0 -120px;
    background-color: #07305a;
    border-radius: 100%;
}

.irs-line {
    background: rgba(0, 0, 0, 0.08);
    background-image: none;
}

li.disabled a {
  pointer-events: none;
  cursor: not-allowed;
  text-decoration: none;
}

.pagination .disabled {
    cursor: not-allowed;
}

.pagination-page .prev,
.pagination-page .next,
.pagination .current {
    color: #FFF;
}
.pagination-page .prev:hover,
.pagination-page .next:hover {
    background-color: #2199e8;
}

.pagination .disabled {
    padding: 0px;
}

.pagination-page li {
    padding: 0 3px;
}
.page-indicator {
    font-size: 12px;
    font-weight: 500;
}

.page-indicator span {
    display: inline-block;
    background-color: #07305a;
    color: #FFF;
    height: 20px;
    width: 20px;
    font-size: 10px;
    text-align: center;
    padding-top: 3px;
    border-radius: 4px;
    font-weight: 700;
    margin: 0 3px;
}

.pagination-page .disabled a,
.pagination-page .disabled a:hover {
    background-color: #c7c7c7    
}

.tooltip.top {
    margin-bottom: 20px;
}

.txt-sm p,
.txt-sm {
    font-size: 14px;
}

.tooltip:before {
    border-color: transparent transparent #0a0a0a;
    border-bottom-style: solid;
    border-top-width: 0;
}

.tooltip {
    text-align: center;
    max-width: 110px!important;
    font-size: 11px;
    padding: 8px;
    font-weight: 600;
}

/***hover projects****/

.project-list .inner:hover .txt-sm{
    display:none;
}

.project-list .button-wrap .button{
    min-width: 112px;
    font-size: 14px;
    padding: 17px 16px;
    width: auto;
    display: inline-block;
    margin-bottom:0;
    margin-top:0;
}

.project-list .inner:hover .box-content{
    background-color: #fff;
    height: auto;
    color: #07305a;
}

.project-item:hover .inner div.img:before{
    background-color: transparent;
}
.project-list .button-wrap{
    margin: 10px 0;
}

.hic-paginate-pagination {
    margin-top: 50px;
}

.hic-pagination-page.pagination {
    text-align: center;
}

/*********************
#project FEATURES STYLES
*********************/
.project-feature-icon svg {
    font-size: 54px;
    margin-bottom: 8px;
}
.project-feature-title {
    font-size: 24px;
    font-weight: 700;
}
.project-feature-short-description {
    margin-top: 24px;
}


@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-ms-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-o-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}

.prod-badge{
    color: #fff;
    font-weight: 700;
    padding: 7px 15px;
    position: absolute;
    left: -74px;
    top: 32px;
    font-size: 14px;
    text-transform: uppercase;
    transform: rotate(-45deg);
    width: 100%;
    text-align: center;
    max-width: 250px;
    z-index: 12;
}

.project-element.theme-section .slick-current a.button.tab,
.project-element.theme-section .slick-current button.button.tab {
    background-color: #1b1b1b;
    color: #fff;
}

.project-element.theme-section button.button.tab,
.project-element.theme-section a.button.tab{
    background-color: #3E3E3E;
    border-radius: 0;
}

/* Gallery */
.columns .project_gallery_thumb_slider.thumb-slide.slick-slider {
    max-width: 100%;
    margin-top: 5px;
}

.thumb-slide-image {
    width: 33.33%;
    height: 100px;
    display: inline-block;
    margin: 0;
}

.thumb-slide .slick-dots{
    bottom: -40px;
}

.image-slider.slick-slider.with-thumbnails > .slick-arrow {
    display: none !important;
}

.image-slider{
    margin-top: 50px;
}

body .page-element.image-overlay-content.project-list .hic-box{
    min-height: 400px;
}

.image-overlay-content.project-list .hic-content{
    height: auto;
    height: 118px;
}

.image-overlay-content.project-list .hic-image{
    position: absolute;
}

.image-overlay-content.project-list .inner .txt-sm,
.image-overlay-content.project-list .inner .hic-button-wrap{
    visibility: hidden;
    opacity: 0;
    height: 0;
}

.image-overlay-content.project-list .inner .txt-sm{
    transition: all .5s ease-in-out;
}

.image-overlay-content.project-list .inner .hic-button-wrap{
    margin: 0;
    transition: opacity .5s ease-in-out;
}

.image-overlay-content.project-list .inner:hover .hic-button-wrap{
    margin: 10px 0;
}

.image-overlay-content.project-list .inner .hic-content{
    transition: all .5s ease-in-out;
}

.image-overlay-content.project-list .inner:hover .hic-content{
    background-color: rgba(255,255,255, 0.65);
    height: 100%;
}

.image-overlay-content.project-list .inner:hover .txt-sm,
.image-overlay-content.project-list .inner:hover .hic-button-wrap{
    visibility: visible;
    opacity: 1;
    height: auto;
}

.single-project .testimonials .slick-arrow{
    background-color: transparent;
}

.single-project .testimonials .slick-arrow:hover{
    background-color: transparent;
}

@media (min-width: 641px) {


    .hide-widget .widgetbox {
      -webkit-transform: translateX(100%);
      -moz-transform: translateX(100%);
      -ms-transform: translateX(100%);
      -o-transform: translateX(100%);
      transform: translateX(100%);
    }

    .widgetbox {
      font-size: 12px;
    }

    .widgetbox {
        position: fixed;
        right: 0;
        top: 38px;
        background: #eff7ff;
        box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.10);
        max-width: 360px;
        width: 80%;
        z-index: 500;
        font-size: 10px;
        transition: .3s;
    }



    .project-list .button-wrap .button {
        font-size: 11px;
    }

    .top-details .social-media a {
        height: 25px;
        width: 25px;
        padding-top: 2px;
    }
    
    .project-category-list .img {
        margin-top: 0px;
    }
    
    .project-category-list .button-wrap .button {
        margin-right: 20px;
        width: auto;
    }
    
    .project-category-list .img {
        height: 500px;
        margin-bottom: 0px;
    }
    
    .medium-no-left-padding.row,
    .medium-no-left-padding.columns {
        padding-left:0;
    }
    
    .section-boxed-1 {
        padding: 50px 70px;
    }
    
    .project-list .project-title {
        
    font-size: 18px;
    
    }
    
    .project-list ._100 .columns{
        padding: 0;
    } 

    .image-slider,
    .video-slider {
        padding: 0 20px;
    }

    .img-st {
        height: 245px;
    }

    .vid-st {
        width: 100%;
    }

    .video-icon {
        position: absolute;
        margin: auto;
        top: calc(50% - 30px);
        right: calc(50% - 30px);
    }

    .video-icon:hover {

        opacity: 0.5;
    
    }

    .video-icon img{
        width: 60px;
        height: 60px;
    }

    .v-container > .vid-st {
        height: 500px;
    }

    .box-panel-2 table {
        margin-bottom: 16px;
    }
    
    .range-img {
        height: 140px;
    }
    
    .columns.no-pad-l{
        padding-left:0;
    }
    
    .columns.no-pad-r{
        padding-right:0;
    }
    
    .tax-project_category .slick-next,
    .single-project .slick-next{
        right: -4px;
    }
    
    .tax-project_category .slick-prev,
    .single-project .slick-prev{
        left: -4px;
    }
    
    .other-range-content .range-content{
        padding: 15px 10px 10px;
    }


    #number_of_box_size{
        max-width: 80px;
        height: 34px;
            margin-top: 23px;
      }
     
     input[type="number"]#number_of_box_size::-webkit-outer-spin-button, 
    input[type="number"]#number_of_box_size::-webkit-inner-spin-button {
        width: 14px;
    }
    .other-range-content{
        padding: 20px 0;
    }
    
    .other-range-content .range-content{
        padding-bottom: 15px;
    }
    
    .other-view{
        height: 36px;
    }
    
    .other-range-content a > .row{
        margin: 0;
    }
    
    .image-above-content .hic-gallery,
    .image-above-content .hic-description,
    .image-below-content .hic-gallery,
    .image-below-content .hic-description,
    .image-overlay-content .hic-gallery,
    .image-overlay-content .hic-description {width: 100%;}
    .image-above-content .inner-section > .row,
    .image-below-content .inner-section > .row { display: flex; flex-wrap: wrap; }
    .image-above-content .hic-gallery,
    .image-below-content .hic-description {order: 1;}
    .image-above-content .hic-description,
    .image-below-content .hic-gallery {order: 2;}
    .image-overlay-content .hic-gallery {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 0;
        z-index: 1;
    }
    .image-overlay-content .hic-description {
        z-index: 2;
        position: relative;
        padding-top: 80px;
        padding-bottom: 120px;
        color: #fff;
    }

    .image-overlay-content .hic-gallery .image-slider {
        margin: 0;
        padding: 0;
    }

    .image-overlay-content .hic-gallery .image-slider,
    .image-overlay-content .hic-gallery .image-slider .image-container,
    .image-overlay-content .hic-gallery .image-slider .img-st,
    .image-overlay-content .hic-gallery .image-slider .slick-list,
    .image-overlay-content .hic-gallery .image-slider .slick-track{
        height: 100%;
    }

    .image-overlay-content .hic-gallery::before {
        content: '';
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background-color: rgba(0,0,0,.35);
        position: absolute;
        z-index: 11;
        display: block;
    }

    .image-overlay-content .hic-gallery .slick-arrow{
        display: none !important;
    }

    .page-element.image-overlay-content .thumb-slide.slick-slider {
        z-index: 15;
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .image-overlay-content .thumb-slide-image.slick-slide {
        height: 50px;
    }

    .image-grid .columns {
        padding: 0 6px;
    }

    .image-grid .columns:nth-child(odd){
        padding-left: 0;
    }

    .image-grid .columns:nth-child(even){
        padding-right: 0;
    }

    .image-grid .hic-image-container {
        margin: 6px 0;
    }
    
    /* project LIST CONTENT BOXES */
    [class*="split-"].project-list .inner {
        height: 250px;
        width: 100%;
    }
    
    [class*="split-"].project-list .hic-image,
    [class*="split-"].project-list .hic-content{
        display: inline-block;
        position: relative;
        height: 100% !important;
    }
    
    .image-left-content.project-list .hic-image,
    .image-right-content.project-list .hic-content{
        float: left;
        order: 1;
    }
    
    .image-right-content.project-list .hic-image,
    .image-left-content.project-list .hic-content {
        float: right;
        order: 2;
    }
    
    [class*="split-"].project-list .button-wrap .button {
        margin: 6px 0;
    }
    
    [class*="split-"].project-list .hic-button-wrap,
    [class*="split-"].project-list .inner .txt-sm{
        display: block;
    }
    
    .image-left-content.project-list .hic-image, .image-left-content.project-list .hic-content, .image-right-content.project-list .hic-content, .image-right-content.project-list.then-left .columns:nth-child(2n) .hic-image  {float: left;}
    .image-right-content.project-list .hic-image,  .image-left-content.project-list.then-right .columns:nth-child(2n) .hic-image {float: right;}
    body .image-right-content.project-list.then-left .columns:nth-child(2n) .hic-content {padding-right: 30px; padding-left: 30px;}
    body .image-left-content.project-list.then-right .columns:nth-child(2n) .hic-content {padding-left: 30px; padding-right: 30px;}
    .project-list.split-25-75 .hic-image, .project-list.split-75-25 .hic-content {width: 25%;}
    .project-list.split-33-67 .hic-image, .project-list.split-67-33 .hic-content {width: 33.33333%;}
    .project-list.split-50-50 .hic-image, .project-list.split-50-50 .hic-content {width: 50%;}
    .project-list.split-40-60 .hic-image, .project-list.split-60-40 .hic-content {width: 40%;}
    .project-list.split-60-40 .hic-image, .project-list.split-40-60 .hic-content {width: 60%;}
    .project-list.split-67-33 .hic-image, .project-list.split-33-67 .hic-content {width: 66.66667%;}    
    .project-list.split-75-25 .hic-image, .project-list.split-25-75 .hic-content {width: 75%;}
    
    .columns .project_gallery_thumb_slider.thumb-slide.slick-slider, 
    .button-trigger-lightbox {
        margin-left: 30px;
        margin-right: 30px;
        padding: 0 20px;
    }

    .single-project a.button,
    .single-project button.button{
        padding: 16px 32px;
    }
}

@media (min-width: 1024px){

    .widgetbox {
        top: 20%;
        width: 100%;
    }

    .other-range-content .row.flex{
        margin:0;
    }
    
    .img-st {

        height: 394px;

    }
    .enp-wrap {
        text-align: left;
        padding: 10px;
        margin-bottom: 40px;
    }

    .button.btn-sm-fl {
        display: block;
        padding: 12px 20px;
        box-shadow: 0px 0px 1px rgb(101, 101, 101);
        position: absolute;
        right: 1px;
        top: -15px;
    }
    
    .range-img {
        height: 200px;
    }
    
    .feat-range .range-content{
        font-size: 14px;
    }
    
    .image-left-content .hic-gallery, 
    .image-right-content .hic-description {float: left;}
    .image-right-content .hic-gallery,  
    .image-left-content .hic-description {float: right;}
    .split-25-75 .hic-gallery, 
    .split-75-25 .hic-description {width: 25%;}
    .split-33-67 .hic-gallery, 
    .split-67-33 .hic-description {width: 33.33333%;}
    .split-50-50 .hic-gallery, 
    .split-50-50 .hic-description {width: 50%;}
    .split-40-60 .hic-gallery, 
    .split-60-40 .hic-description {width: 40%;}
    .split-60-40 .hic-gallery, 
    .split-40-60 .hic-description {width: 60%;}
    .split-67-33 .hic-gallery, 
    .split-33-67 .hic-description {width: 66.66667%;}    
    .split-75-25 .hic-gallery, 
    .split-25-75 .hic-description {width: 75%;}
    [class*="split-"] .hic-description:only-child{
        width: 100%;
    }

    .image-grid .columns:nth-child(odd),
    .image-grid .columns:nth-child(even){
        padding: 0 6px;
    }

}
/*************************************
19.PROJECT MODULE - END
*************************************/

/*************************************
20.LOCATION MODULE - START
*************************************/
.info-window-style-1 .gm-style .gm-style-iw-t::after,
.info-window-style-1 .gm-ui-hover-effect,
.info-window-style-1 .gmnoprint .gm-style-mtc{
    display:none !important;
    pointer-events: none !important;
}

.location-search-input {
    padding: 9px;
    max-width: 460px;
    background: #FFFFFF;
    box-shadow: 0 5px 20px 0 rgba(135,135,135,0.25);
    border-radius: 4px;
    width: 100%;
    margin: 20px auto;
}

.close_side {
    position: absolute;
    z-index: 20;
    font-size: 0;
    height: 30px;
    width: 35px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
}

.close_side::before {
    content: '\f00d';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    visibility: visible;
    font-size: 20px;
    text-align: center;
    margin: auto;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 600;
}

.open .close_side {
    opacity: 1;
    pointer-events: auto;
}

.location-search-input input[type="text"] {
    margin-bottom: 0px;
    background: url(//cutekwoodsolutions.com/ca/wp-content/themes/hicaliber-theme/assets/images/searchicon.png) no-repeat center right 12px transparent;
    font-size: 16px;
    padding-right: 40px;
}

.hide-search-field {
    position: absolute;
    top: 12px;
    right: 7px;
    font-size: 0;
    background: url(//cutekwoodsolutions.com/ca/wp-content/themes/hicaliber-theme/assets/images/iconfinder_x_2561505.png) no-repeat center;
    height: 30px;
    width: 35px;
    border-left: 1px solid rgba(216, 216, 216, 0.3215686274509804);
}


.info-window-style-1 .location-detail {
    background: #FFF;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
    height: 100%;
    width: 100%;
    transform: translate(-496px, 0px);
    transition:  all .25s ease-in-out;
    overflow-y: auto;
}

.info-window-style-1 .location-detail::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.info-window-style-1 .location-detail::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.info-window-style-1 .location-detail::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
.info-window-style-1 .location-detail::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.location-detail .inner.has-image .bg-helper {
    height: 245px;
    width: 100%;
    background-color: #f1f1f1
}

.location-detail .inner .content {
    padding: 20px;
}

.location-detail .desc {
    margin-bottom: 20px;
    font-size: 18px;
}

.location-detail .name {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 25px;
}

.location-detail .rating {
    font-size: 16px;
    font-weight: 100;
}
.location-detail .rating span {
    margin-right: 12px;
}

.location-detail .rating .fa-star {
    margin-right: 5px;
    color: #FBBC06;
}

.open .location-detail {
    box-shadow: 0px 0px 9px 16px rgba(0, 0, 0, 0.1411764705882353);
    transform: translate(0px, 0px);
    transition:  all .25s ease-in-out
}

.info-window-style-1 .gm-style .gm-style-iw {
    border-radius: 4px;
}

.info-window-style-1 .gm-style .gm-style-iw-d {
    overflow: auto !important;
}
.info-window-style-1 .gm-style-iw.gm-style-iw-c {
    padding: 0 !important;
}
.info-window-style-1 .mini-info-window {
    position: relative;
    height: 50px;
    font-size: 16px;
    padding: 15px 17px 0;
}

.info-window-style-1 .mini-info-window.has-image{
    padding-right: 70px;
}
.info-window-style-1 .mini-info-window.has-image .img-holder { 
    position: absolute;
    right:0px;
    top:0px;
    height: 50px;
    width: 50px;
    background-color: rgba(138, 138, 138, 0.11);
}

.location-detail .social-media-container .social-media {
    list-style-type: none;
    margin: 25px 0;
    padding: 25px 0;
    border-top: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
}

.location-detail .social-media-container .social-media li {
    display: inline-block;
}

.location-detail .social-media-container .social-media li:not(:first-child) {
    margin-left: 5px;
}

.location-detail .social-media-container .social-media li a {
    display: inline-flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    border: 1px #faac00 solid;
    border-radius: 30px;
    width: 60px;
    height: 60px;
    font-size: 20px;
    transition: all .25s ease-in-out;
}
.location-detail .contact-person-wrap {
  position: relative;
}

.info-window-style-1 .location-detail .contact-person-wrap {
  padding-left: 120px;
  min-height: 100px;
}

.info-window-style-2 .location-detail .contact-person-wrap {
  padding-left: 60px;
  min-height: 50px;
}

.location-detail .contact-person-avatar {
  position: absolute;
  left: 0;
}

.info-window-style-1 .location-detail .contact-person-avatar {
  width: 100px;
  height: 100px;
}

.info-window-style-2 .location-detail .contact-person-avatar {
  width: 50px;
  height: 50px;
}

.location-detail .contact-person {
  font-weight: 600;
}
.location-detail .contact-person-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.location-detail .social-media-container .social-media li a:hover {
    background-color: #faac00;
    color: #fff;
}

.location-detail .contact-details{
    margin-bottom: 30px;
}

.info-window-style-2 .location-detail .contact-details [class*="contact-"] {
  line-height: 2;
}

.info-window-style-1 .location-detail .contact-details [class*="contact-"] {
    line-height: 3;
}

.location-detail .contact-details [class*="contact-"]::before {
    font-size: 25px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -40px;
    margin: auto;
    line-height: 2;
}

@media (min-width: 641px){
    .info-window-style-1 .location-detail {
        width: 496px;
    }
    
    .info-window-style-1 .location-detail .inner .content {
        padding: 20px 30px 30px 80px;
    }
    
    .location-detail .social-media-container .social-media li:not(:first-child) {
        margin-left: 18px;
    }
}
/*************************************
20.LOCATION MODULE - END
*************************************/
/*************************************
21.Events Plugin - START
*************************************/
.single-events .main-content .grid-padding-x>.cell>div {
  margin-bottom: 16px;
}
.single-events .event-map iframe {
  width: 100%;
}
.event-has-ended .event-booking {display: none !important;}
.event-has-ended .event-booking.show-booking {display: block !important;}

.events-element .recurringinfo:hover .tribe-events-tooltip {
  display: block;
}
.events-element .recurringinfo {
  position: relative;
}
.events-element .tribe-events-tooltip {
  width: max-content;
  max-width: 250px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 4px;
  background-color: rgba(255,255,255,.9);
  bottom: calc(100% - -10px);
  font-size: 80%;
  padding: .75rem;
  position: absolute;
  z-index: 3;
  margin: 0 auto;
  left: 0;
  right: 0;
  display: none;
  box-shadow: 0px 10px 10px rgb(10 10 10 / 25%);
}

.events-element .tribe-events-arrow {
  left: 25px;
  position: absolute;
  border-top: 12px rgb(255 255 255 / 90%) solid;
  border-left: 12px transparent solid;
  border-right: 12px transparent solid;
  border-bottom: 12px transparent solid;
  margin-left: 0;
  bottom: -24px;
}

@media (min-width: 1024px){
  .tribe-events-single ul.tribe-related-events {
    margin-left: -15px;
    margin-right: -15px;
  }
  
  .tribe-events-single ul.tribe-related-events li {
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
    width: 33.33%;
  }
}
/*************************************
21.Events Plugin - START
*************************************/
/*************************************
22.FOOTER - START
*************************************/
.footer {
    padding: 30px 0;
    margin: 0;
}
.bottom-footer {
  padding-top: 16px;
  padding-bottom: 16px;
}

.footer .footer-col {
  margin-bottom: 30px;
}
.footer-dark .footer, .footer-dark .footer a, .footer-theme .footer, .footer-theme .footer a, .footer-theme-secondary .footer, .footer-theme-secondary .footer a, .footer-dark .bottom-footer, .footer-dark .bottom-footer a, .footer-dark .theme-footer a {
  color: #fff;
}

.footer .footer-header {
  margin-bottom: 2.5rem;
}

.colophon-link .menu a {
  padding: 0 8px;
}

.bottom-footer:not(.with-colophon-link) {
  text-align: center;
}

.copyright p {
  margin-bottom: 0;
}

.footer.has-back-to-top-button.fixed-back-to-top #back-to-top{
  position: fixed;
}

.footer.has-back-to-top-button:not(.fixed-back-to-top){
  position: relative;
}


.footer #back-to-top {
  position: absolute;
  width: auto;
  height: auto;
  cursor: pointer;
  min-width: 50px;
  min-height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  padding: 10px 15px;
}

.footer #back-to-top .b2t-label {
  margin-left: 10px;
}

.footer #back-to-top[data-position="top-center"]{
  top: -25px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 25px;
  width: intrinsic;
  width: -moz-max-content;
  width: -webkit-max-content;
}

.footer #back-to-top[data-position="top-right"]{
  top: 3rem;
  right: 3rem;
}

.footer #back-to-top[data-position="middle-right"]{
  top: 0;
  right: 3rem;
  bottom: 0;
  margin: auto;
}

.footer #back-to-top[data-position="bottom-right"]{
  top: auto;
  right: 3rem;
  bottom: 3rem;
}

.footer.fixed-back-to-top #back-to-top[data-position="bottom-right"]{
  bottom: 5rem;
}

.footer #back-to-top .b2t-tooltip {
  visibility: hidden;
  width: 120px;
  background-color: rgba(10,0,0,.35);
  color: #fff;
  text-align: center;
  padding: 5px 10px;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  top: 105%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.footer #back-to-top .b2t-tooltip::before{
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent rgba(10,0,0,.35) transparent;
}

.footer .footer-blurb > *:empty {
  display: none;
}

.footer #back-to-top:hover .b2t-tooltip {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 640px){
  .bottom-footer.with-colophon-link .copyright{
    text-align: center;
  }

  .colophon-link .menu {
    justify-content: center;
  }
}

@media(max-width: 1023px) {
  .colophon-link {
    margin-top: 4px;
  }
}

@media(min-width: 641px) {
  .footer {
      padding: 40px 0;
  }

    .bottom-footer.with-colophon-link .copyright {    
      float: left;
    }
    .colophon-link {    
      float: right;
    }
  
}

@media (min-width: 1024px) {
  .footer {
    padding: 60px 0;
  } 
  .colophon-link .menu li:last-child a {
    padding-right: 0;
  }
  .colophon-link .menu {
    display: inline-block;    
  }
}

/* FOOTER LAYOUT 1 - START */
.footer-layout-1 .contact-details div {
  position: relative;
}
.footer-layout-1 .footer-col .menu a {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 641px){
  .footer-layout-1 .footer-col-1 .footer-blurb {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
  }

  .footer-layout-1 .logo-wrap {
    max-width: 500px;
  }

  .footer-layout-1 .logo-wrap:only-child {
    margin: 0 auto;
  }

  .footer-layout-1 .footer-col-1 {
      order: 0;
  }

  .footer-layout-1 .footer-col:not(.footer-col-1) {
      -ms-flex: 1 1 0px;
      flex: 1 1 0px;
      width: auto;
      order: 1;
  }
}
/* FOOTER LAYOUT 1 - END */

/* FOOTER LAYOUT 2 - START */
.footer-layout-2 .footer-col .menu a {
  padding-left: 0;
  padding-right: 0;
}

.footer-layout-2 .footer-col{
  text-align: center;
}

@media (max-width: 640px){
  .footer .contact-details .contact-address, .footer .contact-details .contact-phone, .footer .contact-details .contact-email{
    padding-left: 0;
  }

  .footer .contact-details i, .map-form-element .contact-details i {
    position: static;
  }
}

@media (min-width: 641px){
  .footer-layout-2 .logo-wrap {
    max-width: 500px;
  }

  .footer-layout-2 .logo-wrap:only-child {
    margin: 0 auto;
  }

  .footer-layout-2 .footer-col-1 .footer-blurb {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
  }

  .footer-layout-2 .footer-col .menu li {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
  }

  .footer-layout-2 .footer-col .menu li:not(:last-child)::after,
  .footer-layout-2 .footer-col .contact-details div:not(:last-child)::after {
    content: '|';
    position: static;
    display: inline;
    margin: 0 10px;
    opacity: .5;
  }

  .footer-layout-2 .footer-col .menu,
  .footer-layout-2 .footer-col .contact-details{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}
/* FOOTER LAYOUT 2 - END */

/* FOOTER LAYOUT 3 - START */
.footer-layout-3 .footer-col .menu a {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 641px) and (max-width: 1023px){
  .footer-layout-3 .footer-col[data-column-type="logo"] {
      order: 0;
  }
  .footer-layout-3 .footer-col:not([data-column-type="logo"]) {
      -ms-flex: 1 1 0px;
      flex: 1 1 0px;
      width: auto;
      order: 1;
  }
}
/* FOOTER LAYOUT 3 - END */

/* FOOTER LAYOUT 4 - START */
.footer-layout-4 .footer-info-box * + h4 {
  margin-top: 1.5rem;
}

.footer-layout-4 .footer-info-box .logo-wrap {
  margin-bottom: 2rem;
}

.footer-layout-4 .footer-info-box .menu a {
  padding: 8px 0;
}

@media (max-width: 640px){
  .footer-layout-4 .hic-map iframe {
    height: 230px;
    margin: 0 15px;
    width: calc(100% - 30px);
  }
}

@media (min-width: 641px){
  .footer-layout-4 .footer-info-box {
    width: 50%;
    position: relative;
    z-index: 1;
    padding: 30px 50px;
    border-radius: 6px;
    box-shadow: 2px 2px 4px rgb(10 0 0 / 15%);
    margin-right: 0;
    margin-left: auto;
  }

  .footer.footer-layout-4.has-map {
    position: relative;
  }
  
  .footer.footer-layout-4.has-map .hic-map iframe {
    height: 100%;
  }

  .footer.footer-layout-4.has-map .hic-map p {
    margin: 0;
    height: 100%;
  }
  .footer.footer-layout-4.has-map .hic-map {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }
}

@media (min-width: 1024px){
  .footer-layout-4 .footer-info-box .menu li {
    display: flex;
    align-items: center;
    align-content: center;
  }

  .footer-layout-4 .footer-info-box .menu li:not(:last-child)::after,
  .footer-layout-4 .footer-info-box .contact-details div:not(:last-child)::after {
    content: '|';
    position: static;
    display: inline;
    margin: 0 10px;
    opacity: .5;
  }

  .footer-layout-4 .footer-info-box .menu,
  .footer-layout-4 .footer-info-box .contact-details{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
/* FOOTER LAYOUT 4 - END */
/*************************************
22.FOOTER - END
*************************

/*************************************
23.SINGLE PROPERTY/DESIGN - START
*************************************/
/* Gallery Element LAYOUT 1 - START */
.property-gallery-element[data-gallery-layout="layout-1"] {
  padding-top: 30px;
}
.property-gallery-element[data-gallery-layout="layout-1"] .section-main-gallery .slick-list {
  margin: 0;
}
.property-gallery-element[data-gallery-layout="layout-1"] .header-title{
  color: #FFF;
  padding: 16px 0;
  margin: 0;
}
.property-gallery-element[data-gallery-layout="layout-1"] .tabs {
  display: inline-block;
  margin-bottom: 24px;
}

.property-gallery-element[data-gallery-layout="layout-1"] .tabs,
.property-gallery-element[data-gallery-layout="layout-1"] .tabs-content {
  border: none !important;
}

.property-gallery-element[data-gallery-layout="layout-1"] .tabs a{
  padding: 12px 2px;
  color: #FFF;
  text-align: center;
  background-color: #1B1B1B;
  transition: all .25s ease;
  min-width: 110px;
}
.property-gallery-element[data-gallery-layout="layout-1"] .tabs-column{
  text-align: center;
}
.property-gallery-element[data-gallery-layout="layout-1"] .tabs-panel {
  padding: 0;
}
.property-gallery-element[data-gallery-layout="layout-1"] .is_active.tabs-panel {
  display: block !important;
}
.property-gallery-element[data-gallery-layout="layout-1"] .slider-current-image,
.property-gallery-element[data-gallery-layout="layout-1"] .thumb-slide {
  margin-left: 0;
}

.property-gallery-element[data-gallery-layout="layout-1"] .thumb-slide .slick-track{
  margin: 0 auto;
}

.property-gallery-element[data-gallery-layout="layout-1"] .thumb-slide-image{
  cursor: pointer;
}

.property-gallery-element[data-gallery-layout="layout-1"] .tabs-title:not(:last-child) {
  margin-right: 6px;
}

.property-gallery-element .top-price-string {
  color: #fff;
  text-align: center;
  font-weight: 700;
}

.listing-element .listing-content .ovelay-loader {
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(255, 255, 255, 0.78);
  height: 100%;
  width: 100%;
  z-index: 99;
  display: none;
}

.listing-element .listing-content.ajax-call .ovelay-loader{
  display: block;
}

.circle-loader {
    width: 80px;
    height: 80px;
    background-image: url(//cutekwoodsolutions.com/ca/wp-content/themes/hicaliber-theme/assets/images/loader-5.gif);
    margin: 0 auto;
    background-size: contain;
    background-color: transparent;
    background-repeat: no-repeat;
}

@media (min-width: 641px){
  .property-gallery-element[data-gallery-layout="layout-1"] {
    padding-top: 50px;
  }
  .property-gallery-element[data-gallery-layout="layout-1"] .tabs a{
    min-width: 160px;
  }
  .property-gallery-element .top-price-string {
    text-align: right;
  }
}
@media (min-width: 1024px){
  .property-gallery-element[data-gallery-layout="layout-1"] {
    padding-top: 80px;
  }
}
/* Gallery Element LAYOUT 1 - END */

/* Gallery Element LAYOUT 3 - START */
.images-thumbnail .controls {
	position: absolute;
	width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 99;
  color: #FFF;
  padding: 14px 16px;
  cursor: pointer;
}
.images-thumbnail .slick-arrow{
  color: #fff;
  cursor: pointer;
}
.images-thumbnail .slick-arrow:before{
  display: none;
}
.images-thumbnail .btn-view-all {
  bottom: 0;
  font-weight: 600;
}
.images-thumbnail .controls.slider-control {
	padding-bottom: 8px;
	padding-top: 8px;
	display: flex;    
  justify-content: space-between;
}

.images-thumbnail .controls.slider-control .slick-arrow{
  display: block;
}

body .images-thumbnail .slick-arrow { height: auto; }

.property-gallery-element[data-gallery-layout="layout-3"] .section-main-gallery{
  max-width: 100%;
}

.property-gallery-element[data-gallery-layout="layout-3"] .header-title{
  color: #FFF;
  padding: 16px 0;
  margin: 0;
  text-align: center;
}

.property-gallery-element[data-gallery-layout="layout-3"] .gallery-images,
.property-gallery-element[data-gallery-layout="layout-3"] .images-thumbnail-slides{
  margin-bottom: 0;
}

.property-gallery-element[data-gallery-layout="layout-3"].with-listing-thumbnails .section-main-gallery {
  position: relative;
}

.property-gallery-element[data-gallery-layout="layout-3"] .banner-icons {
  position: absolute;
  bottom: 0;
  top: auto;
  z-index: 10;
  right: 0;
  left: auto;
  padding: 10px 12px;
}

.virtual-tour button{
  outline: 0;
}

.virtual-tour button::before{
  content: '';
  width: 50px;
  height: 50px;
  display: inline-block;
  margin-right: 12px;
  background-image: url(//cutekwoodsolutions.com/ca/wp-content/themes/hicaliber-theme/assets/images/virtualtour.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 32px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, .85);
  cursor: pointer;
}

@media(max-width: 640px){
  .property-gallery-element[data-gallery-layout="layout-3"] .slick-list{
    margin: 0;
  }
  .property-gallery-element .slick-arrow {
    z-index: 1;
  }
  .property-gallery-element[data-gallery-layout="layout-3"] .header-title{
    padding: 16px 0;
  }
}
@media(min-width: 1024px) {
	.property-gallery-element[data-gallery-layout="layout-3"] .gallery-images .hic-image, 
	.property-gallery-element[data-gallery-layout="layout-3"] .gallery-images {
		height: 420px;
	}
	.property-gallery-element[data-gallery-layout="layout-3"].with-listing-thumbnails .gallery-images,
	.property-gallery-element[data-gallery-layout="layout-3"].with-map .gallery-images {			
    	width: calc(100% - 250px);
  }
  .property-gallery-element[data-gallery-layout="layout-3"].with-listing-thumbnails .cell {
    display: flex;
  }
	.property-gallery-element[data-gallery-layout="layout-3"].with-listing-thumbnails .gallery-images {
		margin-right: 5px;	
	}
	.property-gallery-element[data-gallery-layout="layout-3"].with-map .gallery-images {
		margin-left: 5px;		
	}
	.property-gallery-element[data-gallery-layout="layout-3"].with-listing-thumbnails.with-map .gallery-images {
		width: calc(100% - 500px);
	}
	.property-gallery-element[data-gallery-layout="layout-3"].with-listing-thumbnails.with-map .gallery-images {
		margin-left: 5px;
	}
	.property-gallery-element[data-gallery-layout="layout-3"] .listing-map,
	.property-gallery-element[data-gallery-layout="layout-3"] .images-thumbnail {
		width: 250px;
	}
	.property-gallery-element[data-gallery-layout="layout-3"] .images-thumbnail {		
		overflow: hidden;
		position: relative;
	}
	.property-gallery-element[data-gallery-layout="layout-3"] .images-thumbnail-slides .hic-image {
		height: 140px;
		border: none;
		cursor: pointer;
  }
  
  .property-gallery-element[data-gallery-layout="layout-3"].with-floorplan-gallery .banner-icons {
    right: 25%;
  }

  .property-gallery-element[data-gallery-layout="layout-3"].with-listing-thumbnails .banner-icons{
      right: 400px;
  }
}
@media(min-width: 1280px) {
	.property-gallery-element[data-gallery-layout="layout-3"] .gallery-images .hic-image, 
	.property-gallery-element[data-gallery-layout="layout-3"] .gallery-images {
		height: 480px;
	}
	.property-gallery-element[data-gallery-layout="layout-3"].with-listing-thumbnails.with-map .gallery-images {		
    	width: calc(100% - 800px);
	}
	.property-gallery-element[data-gallery-layout="layout-3"].with-listing-thumbnails .gallery-images,
	.property-gallery-element[data-gallery-layout="layout-3"].with-map .gallery-images {
		width: calc(100% - 400px);
	}
	.property-gallery-element[data-gallery-layout="layout-3"] .images-thumbnail,
	.property-gallery-element[data-gallery-layout="layout-3"] .listing-map {
		width: 400px;
	}
	.property-gallery-element[data-gallery-layout="layout-3"] .images-thumbnail-slides .hic-image {
		height: 160px;		
	}
}

@media(min-width: 1600px) {
	.property-gallery-element[data-gallery-layout="layout-3"] .gallery-images .hic-image, 
	.property-gallery-element[data-gallery-layout="layout-3"] .gallery-images {
		height: 600px;
	}
	.property-gallery-element[data-gallery-layout="layout-3"].with-listing-thumbnails.with-map .gallery-images {
	    width: calc(100% - 800px);
	}
	.property-gallery-element[data-gallery-layout="layout-3"] .images-thumbnail-slides .hic-image {
		height: 200px;
	}
}
/* Gallery Element LAYOUT 3 - START */

/* Property Map / Map Element - Start */
#hic-advanced-map,
#he-d-property-map {
  height: 360px;
}

#hic-advanced-map .custom-map-control[data-position*="TOP"],
#he-d-property-map .custom-map-control[data-position*="TOP"]{
  margin-top: 10px;
}

#hic-advanced-map .custom-map-control[data-position*="BOTTOM"],
#he-d-property-map .custom-map-control[data-position*="BOTTOM"]{
  margin-bottom: 10px;
}

#hic-advanced-map .custom-map-control[data-position*="RIGHT"],
#he-d-property-map .custom-map-control[data-position*="RIGHT"]{
  margin-right: 10px;
}

#hic-advanced-map .custom-map-control[data-position*="LEFT"],
#he-d-property-map .custom-map-control[data-position*="LEFT"]{
  margin-left: 10px;
}

#hic-advanced-map .custom-map-control .control,
#he-d-property-map .custom-map-control .control {
  font-size: 22px;
  line-height: 40px;
  min-width: 40px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #fff;
  color: #666666;
  border-radius: 2px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 6px;
  cursor: pointer;
  text-align: center;
}

#hic-advanced-map .custom-map-control .control:hover,
#he-d-property-map .custom-map-control .control:hover{
  background-color: #ebebeb;
  color: #000;
}

#hic-advanced-map .subcontrols-wrapper,
#he-d-property-map .subcontrols-wrapper{
  position: absolute;
  text-align: left;
  left: 0;
  text-transform: capitalize;
  margin-top: 6px;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 6px;
}

#hic-advanced-map .custom-map-control .subcontrol:not(:last-child),
#he-d-property-map .custom-map-control .subcontrol:not(:last-child) {
  border-bottom: 1px solid;
}

#hic-advanced-map .subcontrol,
#he-d-property-map .subcontrol{
  background-color: #fff;
  color: #666666;
  padding: 10px;
  line-height: 1.5;
}

#hic-advanced-map .subcontrol:hover,
#he-d-property-map .subcontrol:hover{
  background-color: #ebebeb;
  color: #000;
}

#hic-advanced-map .control.has-subcontrols,
#he-d-property-map .control.has-subcontrols{
  position: relative;
  overflow: hidden;
}

#hic-advanced-map .control.has-subcontrols.active,
#he-d-property-map .control.has-subcontrols.active{
  overflow: visible;
}

@media (min-width: 641px){
  #hic-advanced-map,
  #he-d-property-map {
    height: 400px;
  }
}
/* Property Map / Map Element - End */

/* Features Element - Start */
.directory-features-element .features,
.property-features-element .features {
  list-style: none;
  margin-left: 0;
}
.features[data-list-column="3"]{
  column-count: 2;
}
.features[data-list-column="4"]{
  column-count: 2;
}

@media (min-width: 641px){
  .features[data-list-column="2"]{
    column-count: 2;
  }
  .features[data-list-column="3"]{
    column-count: 3;
  }
  .features[data-list-column="4"]{
    column-count: 3;
  }
}

@media (min-width: 1024px){
  .features[data-list-column="4"]{
    column-count: 4;
  }
}
/* Features Element - End */

/* Summary Element - Start */
.property-summary-element .listing-detail {
  padding: 10px 0;
}
/* Summary Element - End */


/* Virtual Tour Element - Start */
#virtualTourModal {
  max-width: 100%;
}

#virtualTourModal .hic-modal-container{
  padding: 0 !important;
  line-height: 0;
}

#virtualTourModal .hic-modal-container iframe{
  width: 100%;
}

.property-virtual-tour-element button {
  display: flex;
  align-items: center;
  align-content: center;
  width: 100%;
  outline: 0;
}

.property-virtual-tour-element button::before{
  content: '';
  width: 50px;
  min-width: 50px;
  height: 50px;
  display: inline-block;
  margin-right: 12px;
  background-image: url(//cutekwoodsolutions.com/ca/wp-content/themes/hicaliber-theme/assets/images/virtualtour.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 32px;
  border: 1px solid;
  border-radius: 50%;
  background-color: #fff;
}

@media (max-width: 640px){
  #virtualTourModal .hic-modal-container iframe{
      height: calc(100vh - 110px);
  }
}

@media (min-width: 641px) and (max-width: 1023px){
  #virtualTourModal .hic-modal-container iframe{
      height: calc(80vh);
  }
}

@media (min-width: 1024px){
  #virtualTourModal {
    max-width: 1140px;
    width: 100%;
  }

  #virtualTourModal .hic-modal-container iframe{
      height: calc(100vh - 210px);
  }
}
/* Virtual Tour Element - End */

/* Social Sharing Element - Start */
.property-social-sharing-element .hi-link{
  display: inline-block;
  cursor: pointer;
  margin-top: 2px;
  padding: 7px 10px 7px 10px !important;
  background: #EDEDED;
  color: #000;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  text-align: center;
  margin-right: 8px !important;
}

.property-social-sharing-element .hi-social{
  margin: 12px 0px 12px 0px;
  display: inline-block;
}
/* Social Sharing Element - End */

/* Sidebar - Start */
.single-property_type .sidebar,
.single-design .sidebar{
  padding: 30px 0;
}

.single-property_type .sidebar-element,
.single-design .sidebar-element{
  padding: 20px 0;
}

@media (min-width: 641px){
  .single-property_type .sidebar,
  .single-design .sidebar{
    padding: 50px 0;
  }
}

@media (min-width: 641px){
  .single-property_type .sidebar,
  .single-design .sidebar{
    padding: 80px 0;
  }
}
/* Sidebar - End */
/*************************************
23.SINGLE PROPERTY/DESIGN - END
*************************************/

/*************************************
24.ISOTOPE NAV - START
*************************************/
.custom-isotope-nav-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-isotope-nav-wrapper .hic-label {
  margin-bottom: 20px;
  margin-right: 20px;
}

ul.isotope-nav,
ul.custom-isotope-nav {
	margin:0 0 20px 0;
	text-align: center;
}

.isotope-nav li,
.custom-isotope-nav li {
	display: inline-block;
	text-align:center;
	padding: 0 8px;
	cursor: pointer;
	background-color: #eee;
  border-radius: 2px;
  color: initial;
  line-height: 1.6;
}
.isotope-nav li:not(:last-child),
.custom-isotope-nav li:not(:last-child) {	
  margin-right: 5px; 
  margin-bottom: 5px; 
}

.isotope-nav li:last-child,
.custom-isotope-nav li:last-child {	
  margin-right: 0; 
  margin-bottom: 5px; 
}

.isotope-nav li.active,
.isotope-nav li:hover,
.custom-isotope-nav li.active,
.custom-isotope-nav li:hover {
  color: #fff;
}
.isotope-select {
  padding-top: 0;
  padding-bottom: 0;
}

@media (max-width: 640px){
  .isotope-select{
    width: 100% !important;
  }
}

@media (min-width: 641px){
  .section-filter.dropdown-filter .filter-group {
    display: flex;
    justify-content: center;
  }
  
  .isotope-select:not(:last-child) {
    margin-right: 10px;
  }
}
/*************************************
24.ISOTOPE NAV - END
*************************************/

/*************************************
25.SITEMAP - START
*************************************/
.hic-sitemap.sitemap-style-1 {
  background-color: #f9f9f9;
  margin-bottom: 24px;
}
.hic-sitemap.sitemap-style-1 .category:before,
.hic-sitemap.sitemap-style-1 .no-post:before{
  display: none;
}
.hic-sitemap.sitemap-style-1 .no-post {
  font-style: italic;
}
.hic-sitemap.sitemap-style-1 .category {
  font-weight: 700;
  padding: 16px 0;
  display: table;
}
.sitemap-items.sitemap-style-1 {
  margin-left: 0;
}
.hic-sitemap.sitemap-style-1 .hic-content {
  padding: 8px 16px 16px;
}

.hic-sitemap.sitemap-style-1 .hic-title{
  font-weight: 700;
}

.hic-sitemap.sitemap-style-1 .hic-title {
  background-color: #F2F2F2;
  padding: 16px 24px;
  border-bottom: 3px solid;
}
.hic-sitemap.sitemap-style-1 .hic-title {
  margin-bottom: 0;
  line-height: 1;
  font-weight: 700;
}

@media (min-width: 1024px) {
  .hic-sitemap.sitemap-style-1 .category a {
      font-size: 24px;
  }
  
  .hic-sitemap.sitemap-style-1 .hic-content {
      padding: 0 24px 24px;
  }
  
  .hic-sitemap.sitemap-style-1 { 
      margin-bottom: 34px;    
  }
}
/*************************************
25.SITEMAP - END
*************************************/

/************************************
26.FORM FIELD HELPER - START
*************************************/
.gform_body .gform_fields{
  display: flex;
  flex-wrap: wrap;
  margin-left: -.5375rem;
  margin-right: -.5375rem;
}

.gform_fields > .gfield {
  width: 100%;
  padding-left: .5375rem;
  padding-right: .5375rem;
}

.gform_fields > .gfield.field-small-12 {
  width: 100%;
}

.gform_fields > .gfield.field-small-11 {
  width: 91.66667%;
}

.gform_fields > .gfield.field-small-10 {
  width: 83.33333%;
}

.gform_fields > .gfield.field-small-9 {
  width: 75%;
}

.gform_fields > .gfield.field-small-8 {
  width: 66.66667%;
}

.gform_fields > .gfield.field-small-7 {
  width: 58.33333%;
}

.gform_fields > .gfield.field-small-6 {
  width: 50%;
}

.gform_fields > .gfield.field-small-5 {
  width: 41.66667%;
}

.gform_fields > .gfield.field-small-4 {
  width: 33.33333%;
}

.gform_fields > .gfield.field-small-3 {
  width: 25%;
}

.gform_fields > .gfield.field-small-2 {
  width: 16.66667%;
}

.gform_fields > .gfield.field-small-1 {
  width: 8.33333%;
}

@media (min-width: 641px){
  .gform_fields > .gfield.field-medium-12 {
      width: 100%;
  }
  
  .gform_fields > .gfield.field-medium-11 {
      width: 91.66667%;
  }
  
  .gform_fields > .gfield.field-medium-10 {
      width: 83.33333%;
  }
  
  .gform_fields > .gfield.field-medium-9 {
      width: 75%;
  }
  
  .gform_fields > .gfield.field-medium-8 {
      width: 66.66667%;
  }
  
  .gform_fields > .gfield.field-medium-7 {
      width: 58.33333%;
  }
  
  .gform_fields > .gfield.field-medium-6 {
      width: 50%;
  }

  .gform_fields > .gfield.field-left,
  .gform_fields > .gfield.field-right{
      width: 50%;
  }
  
  .gform_fields > .gfield.field-medium-5 {
      width: 41.66667%;
  }
  
  .gform_fields > .gfield.field-medium-4 {
      width: 33.33333%;
  }
  
  .gform_fields > .gfield.field-medium-3 {
      width: 25%;
  }
  
  .gform_fields > .gfield.field-medium-2 {
      width: 16.66667%;
  }
  
  .gform_fields > .gfield.field-medium-1 {
      width: 8.33333%;
  }
}

@media (min-width: 1024px){
  .gform_fields > .gfield.field-large-12 {
      width: 100%;
  }
  
  .gform_fields > .gfield.field-large-11 {
      width: 91.66667%;
  }
  
  .gform_fields > .gfield.field-large-10 {
      width: 83.33333%;
  }
  
  .gform_fields > .gfield.field-large-9 {
      width: 75%;
  }
  
  .gform_fields > .gfield.field-large-8 {
      width: 66.66667%;
  }
  
  .gform_fields > .gfield.field-large-7 {
      width: 58.33333%;
  }
  
  .gform_fields > .gfield.field-medium-6 {
      width: 50%;
  }
  
  .gform_fields > .gfield.field-large-5 {
      width: 41.66667%;
  }
  
  .gform_fields > .gfield.field-large-4 {
      width: 33.33333%;
  }
  
  .gform_fields > .gfield.field-large-3 {
      width: 25%;
  }
  
  .gform_fields > .gfield.field-large-2 {
      width: 16.66667%;
  }
  
  .gform_fields > .gfield.field-large-1 {
      width: 8.33333%;
  }
}

/************************************
26.FORM FIELD HELPER - END
************************************/

/************************************
27.MODAL ELEMENT - START
************************************/
.modal-element{
  overflow: auto;
}

/*Default Layout Default Width - START*/
.modal-element {
  max-width: 600px;
  width: auto;
}

.modal-element.xsmall-container {
  max-width: 500px;
}

.modal-element.small-container {
  max-width: 600px;
}

.modal-element.medium-container {
  max-width: 900px;
}

.modal-element.large-container {
  max-width: 1170px;
}

/*Default Width - END*/

/*Wide Layout - START*/
.wide-layout .modal-element {
  max-width: 700px;
  width: auto;
}

.wide-layout .modal-element.xsmall-container {
  max-width: 600px;
}

.wide-layout .modal-element.small-container {
  max-width: 900px;
}

.wide-layout .modal-element.medium-container {
  max-width: 1200px;
}

.wide-layout .modal-element.large-container {
  max-width: 1440px;
}

/*Wide Layout - END*/

/*Full Width Layout - Start */

.full-width-layout .modal-element.large-container {
  max-width: 1600px;
}

/*Full Width Layout - End */

.modal-element.row-fluid {
  width: 100%;
  max-width: 100%;
  height: 100vh;
  top: 0 !important;
  bottom: 0;
  overflow-y: auto;
  display: flex !important;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column;
  border-radius: 0;
}

.modal-element.row-fluid.default-section, .modal-element.row-fluid.light-section{
  background-color: rgba(255,255,255, .95);
}

@media (min-width: 641px){
  .modal-element.two-column-layout.row-fluid .cell {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}
/************************************
27.MODAL ELEMENT - END
************************************/

/************************************
28.AGENT MODAL ELEMENT - START
************************************/
.agent-modal-element .modal-header {
  margin-right: -35px !important;
  margin-left: -35px !important;
  margin-top: -35px !important;
  margin-bottom: 35px;
  padding: 35px 0;
  position: relative;
}

.agent-modal-element .agent-modal-header {
  display: flex;
  max-width: 650px;
  width: 90%;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.68);
  padding: 34px;
  border-radius: 4px;
  box-shadow: 0 2px 8px 0 rgb(0 0 0 / 40%);
}

.agent-modal-element .agent-modal-header .hic-image-container {
  width: 33.33%;
}

.agent-modal-element .agent-modal-header .team-member-avatar {
  border-radius: 50%;
  border: 1px solid #000;
}

.agent-modal-element .agent-modal-header .team-member-avatar::before {
  padding-top: 100%;
}

.agent-modal-element .agent-modal-header .hic-content {
  width: 66.66%;
  padding-left: 35px;
}

.agent-modal-element .hero-bg-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.modal-element.agent-modal-element.row-fluid {
  justify-content: flex-start;
}

.agent-modal-element.agent-modal-element .agent-modal-header{
  margin: 50px auto 25px;
}

/************************************
28.AGENT MODAL ELEMENT - END
************************************/

/************************************
29.DIRECTORY LISTING PLUGIN - START
************************************/
.directory-title-section .hic-price-details {
  font-size: 25px;
}

.description-gallery .directory-title-section.has-meta {
  margin-bottom: 30px;
}

.directory-element.title-element{
  padding: 15px 0;
}

@media (max-width: 640px){
  .directory-title-section > * {
    width: 100%;
  }
}

@media (min-width: 641px){
  .description-gallery:not([class*="split-"]) .directory-title-section.has-address .category,
  .title-element .directory-title-section.has-address .category,
  .hero .directory-title-section.has-address .category {
    padding-right: 30px;
  }

  .description-gallery:not([class*="split-"]) .directory-title-section.has-meta,
  .title-element .directory-title-section.has-meta,
  .hero .directory-title-section.has-meta {
    display: flex;
    flex-wrap: wrap;
  }

  .description-gallery:not([class*="split-"]) .directory-title-section.has-price h1,
  .title-element .directory-title-section.has-price h1,
  .hero .directory-title-section.has-price h1 {
    width: calc(100% - 300px);
  }

  .description-gallery:not([class*="split-"]) .directory-title-section:not(.has-price) h1,
  .title-element .directory-title-section:not(.has-price) h1,
  .hero .directory-title-section:not(.has-price) h1 {
    width: 100%;
  }
  
  .directory-title-section .hic-price-details {
    font-size: 40px;
  }

  .description-gallery:not([class*="split-"]) .directory-title-section .hic-price-details,
  .title-element .directory-title-section .hic-price-details,
  .hero .directory-title-section .hic-price-details {
    width: 300px;
    text-align: right;
  }
}

@media (min-width: 1024px){
  .description-gallery:not([class*="split-"]) .directory-title-section.has-price h1,
  .title-element .directory-title-section.has-price h1,
  .hero .directory-title-section.has-price h1 {
    width: calc(100% - 400px);
  }

  .directory-title-section .hic-price-details {
    font-size: 48px;
  }
  
  .description-gallery:not([class*="split-"]) .directory-title-section .hic-price-details,
  .title-element .directory-title-section .hic-price-details,
  .hero .directory-title-section .hic-price-details {
    width: 400px;
  }
}

/************************************
29.DIRECTORY LISTING PLUGIN - END
************************************/

/************************************
30.POST META NAV - START
************************************/
.hic-post-meta-nav, .hic-post-meta-nav span, .hic-post-meta-nav a {
  display: block;
}

.nav-content {
  display: flex;
  flex-flow: column;
  padding-top: 15px;
  padding-bottom: 15px;
}

.hic-post-meta-nav:not(.layout-1) .nav-box {
  display: flex;
}

.hic-post-meta-nav:not(.layout-1) .nav-image-container {
  width: 25%;
}

.hic-post-meta-nav:not(.layout-1) .nav-content{
  width: 75%;
}

.hic-post-meta-nav.layout-2 .nav-content{
  order: 2;
  padding-left: 15px;
}

.hic-post-meta-nav.layout-2 .nav-image-container{
  order: 1;
}

.hic-post-meta-nav.layout-3 .nav-content{
  order: 1;
  padding-right: 15px;
  text-align: right;
}

.hic-post-meta-nav.layout-3 .nav-image-container{
  order: 2;
}

.hic-post-meta-nav:not(.layout-1) .hic-image {
  height: 100%;
}
/************************************
30.POST META NAV - END
************************************/

/************************************
31.AUDIO PLAYER - START
************************************/
.has-image .audio-player-container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: auto;
}

.page-element.post-content .audio-player-container {
  margin-bottom: 30px;
}
/************************************
31.AUDIO PLAYER - END
************************************/

/************************************
32.LOCATION MAP WITH LIST - START 
-- NOTE THIS NEEDS TO BE REFARCTORED
************************************/
.location-item.card .button {
  margin-top: 16px;
}
.location-item.card {
  position: relative;
}
.location-distance {
      font-weight: 700;
  position: absolute;
  top: 17px;
  right: 12px;
  font-size: 14px;
}
.location-item .location-address {
  margin-top: 18px;
}
.location-map {
  height: 700px;
}
.map-wrap,#location_map { height: 100%;}
.location-element.accordion-element .accordion-content ul li {
        position: relative;
    padding-left: 25px;
}
.location-element.accordion-element .accordion-content ul li:not(:last-child) {
    border-bottom: 1px solid #ececec;
    margin-bottom: 8px;
    padding-bottom: 8px;

}
.location-element.accordion-element .accordion-content li:before {
    content: '\f3c5';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 600;
    color: #006ba6;
    position: absolute;
    left: 0;
    top: 0px;
    font-size: 18px;
}
.location-element.accordion-element .accordion-content .location-title {
    font-weight: 700;
}
.location-element.accordion-element .accordion-content .location-address,
.location-element.accordion-element .accordion-content .location-phone {
    font-size: 15px;
}
.location-element.accordion-element .accordion-content li .button {
    margin-bottom: 4px;
    margin-top: 12px;
    padding: 10px 14px;
}
.location-element.accordion-element .accordion-content .location-address {
    margin-top: 8px;
}
.location-element.accordion-element .accordion-content .location-title a {
    color: #1A1A1A;
}
.location-search-container .card .button {
    margin-top: 16px;
}
.location-search-container .card {
    position: relative;
}
.location-distance {
    font-weight: 700;
    position: absolute;
    top: 17px;
    right: 12px;
    font-size: 14px;
}
.location-search-container .location-address {
    margin-top: 18px;
}

#use-current-location {
  margin-bottom: 15px;
  display: block;
}
#use-current-location::before {
  content: '\f601';
  font-family: 'Font Awesome 5 Pro';
  margin-right: 10px;
}

.location-element.map .location-result-listing .results{
    position: relative;
    min-height: 250px;
}
.location-element.map .preloader-full-div {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: rgba(255,255,255,.75);
}

@media (min-width: 641px){
    .location-element.map .location-result-listing .results{
        min-height: 600px;
    }
}
/************************************
32.LOCATION MAP WITH LIST - END 
************************************/

/************************************
33.SINGLE MODAL Element - START
************************************/
.modal-header .hero.page-banner.default-height {
  width: 100%;
}

.modal-elements .page-element {
  padding: 30px 0;
}

@media (min-width: 1024px){
  .modal-elements .page-element {
    padding: 50px 0;
  }
}
/************************************
33.SINLGE MODAL Element - END
************************************/

/************************************
34.COUNTDOWN WIDGET - START
************************************/
.countdown-widget .container > div:not(.separator) {
  padding: 5px 15px 15px;
  border-radius: 4px;
  position: relative;
	overflow: hidden;
	font-weight: 600;
	min-width: 54px;
	text-align: center;
}
.countdown-widget .container > div:not(.separator) span{
	padding: 0 2px;
	font-weight: 600;
}
.countdown-widget .container > div:not(.separator) .label{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    padding: 2px;
}
.countdown-widget .separator{
    padding: 5px;
}
.countdown-widget .container {
    display: flex;
}
.countdown-widget {
    display: table;
    width: auto;
    margin: 0 auto;
}
/************************************
34.COUNTDOWN WIDGET - END
************************************/

/************************************
35.RESPONSIVE TABLE - START
************************************/
@media (max-width: 1023px){
  .responsive-table.enabled thead, .nice-table.enabled .thead {
      display: none;
  }
  
  .responsive-table.enabled tbody td,
  .responsive-table.enabled tbody th {
      display: flex;
      font-size: 12px;
      flex-wrap: wrap;
      justify-content: center;
  }
  
  .responsive-table.enabled tbody td::before,
  .responsive-table.enabled tbody th::before {
      content: attr(data-heading);
      font-weight: 600;
      display: block;
      width: 100%;
      text-align: center;
  }
  
  .responsive-table.enabled tbody td:empty,
  .responsive-table.enabled tbody th:empty {
      display: none !important;
  }
}
/************************************
35.RESPONSIVE TABLE - END
************************************//* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* Slider */
.slick-loading .slick-list
{
    background: #fff url(https://cutekwoodsolutions.com/ca/wp-content/themes/hicaliber-theme/vendor/slick/ajax-loader.gif) center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url(https://cutekwoodsolutions.com/ca/wp-content/themes/hicaliber-theme/vendor/slick/fonts/slick.eot);
    src: url(https://cutekwoodsolutions.com/ca/wp-content/themes/hicaliber-theme/vendor/slick/fonts/slick.eot?#iefix) format('embedded-opentype'), url(https://cutekwoodsolutions.com/ca/wp-content/themes/hicaliber-theme/vendor/slick/fonts/slick.woff) format('woff'), url(https://cutekwoodsolutions.com/ca/wp-content/themes/hicaliber-theme/vendor/slick/fonts/slick.ttf) format('truetype'), url(https://cutekwoodsolutions.com/ca/wp-content/themes/hicaliber-theme/vendor/slick/fonts/slick.svg#slick) format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    margin-top: -10px\9; /*lte IE 8*/
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -45px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
/************************************************
Stylesheet: Product Module Stylesheet
*************************************************/
/*********************
#GENERAL
*********************/
.product-price del { margin-right: 8px; }
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button { color: #FFF; } 
.woocommerce .cart_totals table.shop_table th {
    background-color: #f2f2f2;
    color: #1B1B1B;
}
.woocommerce button.button:disabled:hover, 
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce button.button:hover {
    color: #FFF;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #F2F2F2;
    border-radius: 0;
}
.woocommerce-checkout-review-order-table tfoot th,
.woocommerce-checkout-review-order-table tfoot td {
    background-color: #FFF;
}
/*********************
#END GENERAL
*********************/

/*********************
#PRODUCT LISTING
*********************/
.product-listing .product.on-sale .hic-box {
    position: relative;
    overflow: hidden;
}
.product-listing .product.on-sale .hic-box:before {
    content: 'On Sale';
    position: absolute;
    z-index: 1;
    color: #fff;
    padding: 5px 10px;
    width: 150px;
    transform: skewY(-30deg);
}
.product-listing .product-variable .product-price:before {
    content: 'From';
    margin-right: 4px;
}

/*********************
#PRODUCT END
*********************/

/*********************
#SINGLE PRODUCT - START
*********************/
.single-product .description-gallery .hic-button-wrap {
    margin-top: 24px;
}
.single-product .description-gallery .hic-button-wrap .button i { margin-right: 8px; }
.payment-list {
    list-style: none;
    margin-left: 0;
    display: flex;
}
.payment-list li {
    text-align: center;
    margin-right: 8px;
}
.payment-list li a {
    display: block;
}
.payment-list li img {
    width: 100px;
}
.selected-sizes { display: flex; }

.variable-filter-wrapper .hic-button-wrap .add_to_cart_button.is-disabled {
   pointer-events: none;
   opacity: 0.6;
}
/*********************
#SINGLE PRODUCT - END
*********************/

/**************************
#CART - START
**************************/
.order-total .includes_tax,
.woocommerce-order .includes_tax {
    display: block;
}
.woocommerce-page .woocommerce table.shop_table thead th {
    color: #FFF;
}
.woocommerce .coupon {
    display: flex;
}
.woocommerce .coupon input {
    height: inherit;
    min-width: 180px;
}
/**************************
#CART - END
**************************/
/**************************
#CHECKOUT - START
**************************/
@media(min-width: 1024px) {
    .woocommerce-checkout-review-order .includes_tax {
        min-width: 160px;
    }
    .woocommerce-checkout .woocommerce-additional-fields {
        margin-top: 18px;
    }
}
/**************************
#CHECKOUT - END
**************************/
/**************************
#WOO - THANK YOU - START
**************************/
.woocommerce-thankyou-order-received {
    font-weight: 700;
}
.woocommerce .woocommerce-customer-details address {
    border: 1px solid #e1e1e1;
    border-bottom-width: 1px;
    border-right-width: 1px;
    border-radius: 0;
    padding: 16px;
}
@media(max-width: 640px) {
    .woocommerce ul.order_details li {
        float: none;
        border-right: none;
        margin-bottom: 14px;
        padding-bottom: 14px;
        border-bottom: 1px dashed #d3ced2;
    }
    .woocommerce-column--billing-address {
        margin-bottom: 24px;
    }
}
/**************************
#WOO - THANK YOU - END
**************************/

/**************************
#ACCOUNT - START
**************************/
.woocommerce-MyAccount-navigation ul {
    margin: 0;
}
.woocommerce-MyAccount-navigation ul li {
    border-bottom: 1px solid #f2f2f2;
    list-style: none;
}
.woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 6px 15px;
}
.woocommerce-MyAccount-navigation ul li.is-active a, 
.woocommerce-MyAccount-navigation ul li.is-active a:hover {
    color: #fff;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    border: 1px solid #f2f2f2;
}
/**************************
#ACCOUNT - END
**************************/

/*********************
! GENERAL STYLES
*********************/
.woocommerce-Price-amount.amount[data-amount-figure="0.00"]::before {
    content: 'Free';
}
.woocommerce-Price-amount.amount[data-amount-figure="0.00"] > * {
    display: none;
}

.variable-filter[data-option-type="select"] select.no-default:focus option:first-child {
   display: none;
}

.product-variable .add_to_cart_button{
    display: none !important;
}

.woocommerce a.added_to_cart {
    text-decoration: underline;
    font-size: 12px;
}

.hic-description h4 {
    font-weight: 700;
}

.selected-size-label {
    padding-right: 4px;
}

.page-element p.form-row {
    white-space: normal;
}

.woocommerce .cart_totals h2 {
    margin-bottom: 5px;
}

#number_of_box_size{
    border: none;
    box-shadow: 0px 0px 17px rgba(101, 101, 101, 0.21);
    border-radius: 5px;
}

ul.wc_payment_methods.payment_methods.methods li label img {
    display: inline-block;
    height: 25px;
    width: auto;
}

#number_of_box_size{
    max-width: 70px;
    float: left;
}

/* Spin Buttons modified */
input[type="number"].number_of_box_size::-webkit-outer-spin-button, 
input[type="number"].number_of_box_size::-webkit-inner-spin-button {
    -webkit-appearance: none;
    background: #07305a url(//cutekwoodsolutions.com/ca/wp-content/plugins/hicaliber-product/product-module/assets/images/number-spinner.png) no-repeat center center;
    width: 20px;
    border-left: 1px solid #BBB;
    opacity: 1; /* shows Spin Buttons per default (Chrome >= 39) */
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
}

input[type="number"].number_of_box_size::-webkit-inner-spin-button:hover,
input[type="number"].number_of_box_size::-webkit-inner-spin-button:active{
    box-shadow: 0 0 2px #0CF;
    opacity: 1;
}



.product-details-table {
    border: 0 solid #808080;
    background-color: transparent;
}
table.product-details-table tbody tr:nth-child(2n), 
table.product-details-table tbody tr:nth-child(2n) td {
    background-color: transparent !important;
}
table.product-details-table tbody, 
table.product-details-table tfoot, 
table.product-details-table thead {
        border: 0 solid #f1f1f1;
}

table.product-details-table td{
    padding: 0.3rem .625rem .325rem;
}

.product-listing .hic-image.empty-image{
    background-color: #f2f2f2;
}

.product-list .ct-header {
    margin-bottom: 0;
}
.product-cat-heading {
    margin-bottom: 24px;
}
.other-products .enp-wrap .button {
    height: 100%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    top: 0;
}
body .other-products .enp-wrap {
    border: 1px solid #f5f5f5;
    box-shadow: none;
    background-color: #f5f5f5;
    font-size: 18px;
}
.gray-bg h1,
.gray-bg h2,
.gray-bg h3 {
    color: #FFF;
}

.range-img {
        height: 200px;
    }
    
.other-range .range-img{
    height: 100px;
}

.range-link:hover h5,
.range-link:hover .desc {    
    color: #07305a;
}

.range-content{
    background-color: #fff;
    padding: 10px;
}

.video-icon {

    position: absolute;
    margin: auto;
    top: calc(50% - 30px);
    right: calc(50% - 30px);

}

.btn-basic {
    border: 1px solid;
    display: inline-block;
    font-size: 12px;
    padding: 8px 23px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 5px;  
} 

.button span.cart-item-count:empty {
    display: none;
}

.button span.cart-item-count {
    position: absolute;
    right: -8px;
    top: -4px;
    background-color: #f00;
    width: 19px;
    height: 19px;
    border-radius: 10px;
    padding: 4px;
    font-size: 11px;
}

.widgetbox h3 {
text-transform: uppercase;
    font-size: 13px;
    background: #2098e9;
    color: #FFF;
    padding: 10px;
    text-align: right;
    position: relative;
}
.widgetbox .content {
        text-align: right;
    padding: 19px 10px;
}
.widgetbox .content .item-wrap {
        margin-bottom: 20px;
}
.widgetbox .content .item-list{
    margin-bottom: 5px;
}
.remove-icon, .remove-this {
    display: inline-block;
    margin-left: 8px;
    background: rgba(255, 0, 0, 0.70);
    height: 15px;
    width: 15px;
    text-align: center;
    cursor: pointer;
    color: #FFF;
    line-height: 127%;
    transition: .3s;
}
button.position-control {
        position: absolute;
    left: -40px;
    border-radius: 0;
    height: 38px;
    top: 0px;
    width: 40px;
}
button.position-control:after {
        content: "\f054";
    font-family: 'Font Awesome 5 Pro';
    color: #FFF;
}
.page-favourites #getSampleWidgetContent.active {
    visibility: visible;
    pointer-events: auto;
}
#getSampleWidgetContent {
        visibility: hidden;
    pointer-events: none;
        visibility: hidden;
    pointer-events: none;
    position: fixed;
    right: 0;
    width: 80%;
}

.hide-widget .widgetbox {
    webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.video-icon:hover {

    opacity: 0.5;

}

.enp-wrap {
    margin-bottom: 20px;
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.04);
    padding: 18px 0px 0 0;
    text-align: center;
    font-weight: 800;
}

.button.btn-sm-fl {
    display: block;
    padding: 10px;
    box-shadow: 0px 0px 1px rgb(101, 101, 101);
}

.box-panel-2 {
    padding: 16px 10px;
    background: rgba(8, 50, 93, 0.13);
    box-shadow: 0px 1px 6px 0px rgba(9, 48, 89, 0.19);
    border-radius: 5px;
    border: 1px solid rgba(9, 48, 89, 0.1);
}

.box-panel-2 table tbody td,
.box-panel-2 table tbody {
    background-color: transparent;
}


.cat-range-wrap .desc {
    color: #7b7b7b;
}

.ct-header {
    margin-bottom: 55px;
}

.cat-range-wrap .ct-header,
.ct-header {
    text-align: center;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}

.cat-range-wrap .ct-header h2{
    margin-bottom:0;
}

.product-calc-section table td {
     padding: 5px 16px;
}
.product-calc-section table tr td:last-child {
    font-weight: 700;
}
.calc-disclaimer {
    font-style: italic;
    font-size: 10px;
    padding: 0 16px;
}

body #number_of_box_size {
    max-width: 73px;
    float: left;
    margin-bottom: 2px;
    margin-top: 0;
    font-size: 12px;
}
.variable-details-container {
    border-radius: 5px;
    background-color: #FFF;
    padding: 18px 10px;
      box-shadow: 0px 1px 6px 0px rgba(9, 48, 89, 0.19);
    border-radius: 5px;
    border: 1px solid rgba(9, 48, 89, 0.1);
}

.variable-details > [id^="dim-"][id$="-ctn"]:not([id*="weight"]) {
    display: contents;
}

.variable-details{
    padding-bottom: 15px;
}

.product-calc-section {
    background-color: #f9f9f9;
}
.img-st {
    height: 200px;
}
.vid-st {
    width: 100%;
}
.v-container > .vid-st{
    height: 500px;
}
.product-calc-section .column-1 {
    margin-bottom: 16px;
}
body .product-calc-section table tr td {
    font-size: 12px;
    vertical-align: middle;
}
.box-panel-2 .columns {
    padding: 0;
}
body .estimated-price {
    padding:0;
}
.box-panel-2 table {
    margin-bottom: 6px;
}

.other-view{
    display: table;
    width: 100%;
    height: 100%;
    background-color: #07305a;
    text-align: center;
    transition: all .3s;
}

.other-view span{
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    display: table-cell;
    vertical-align: middle;
}

.other-range-content{
    box-shadow: 0px 0px 16px 5px rgba(0, 0, 0, 0.09019607843137255);
    background-color: #fff;
    margin-bottom: 30px;
    transition: all .3s;
}

.other-range-content .range-content{
    padding-top: 15px;
}

.other-range-content a:hover .other-view{
    background-color: #2199e8;
}

.other-range-content:hover{
    transform: scale(1.02);
}

.other-range-content h5{
    font-size: 16px;
}

.other-range-content .desc{
    font-size: 14px;
}

.feat-range .range-content{
    font-size: 12px;
    padding: 20px;
}

.feat-range h5{
    font-weight: 700;
    color: #07305a;
    font-size: 18px;
}

.feat-range a{
    display:block;
    transition: all .3s;
    margin-bottom: 30px;
}
.feat-range a:hover{
    transform: scale(1.05);
}

.feat-range {
    background-color: #efefef;
    padding: 80px 0;
}

.tax-product_category .slick-arrow:before,
.single-product .slick-arrow:before {
    width: auto;
    height: auto;
    margin: auto;
}

.tax-product_category .slick-next,
.single-product .slick-next{
    right: -17px;
}

.tax-product_category .slick-prev,
.single-product .slick-prev{
    left: -17px;
}

.tab-slider{
    border-radius: 12px 12px 0 0;
}

.tab-group.with-tab-slider .slick-arrow + .slick-list {
    margin: 0 20px;
}

.single-product .carousel .slick-prev{
    left: -10px;
}

.single-product .carousel .slick-next{
    right: -10px;
}

.single-product .hic-gallery .slick-prev{
    left: -15px;
}

.single-product .hic-gallery .slick-next{
    right: -15px;
}

.single-product .carousel .slick-dots{
    bottom: -30px;
}

.single-product .tabbed-content .slick-arrow{
    background-color: #000;
    height: 52px; 
    z-index: 11;
    opacity: 1;
    transition: all .3s;
}

.single-product .description-gallery .slick-arrow{
    width: 33px;
}

.single-product .tabbed-content .slick-arrow{
    width: 25px;
}

.single-product .tabbed-content .slick-arrow:before{
    font-size: 20px;
}

.single-product .tabbed-content .slick-arrow:before{
    color: #ccc;
}

.product-gallery-thumb .hic-image {
    background-size: contain;
    background-repeat: no-repeat;
}

.description-gallery .image-container,
.description-gallery .image-container img {
    width: 100%;
    height: auto;
}
 
.single-product.woocommerce tr, 
.single-product.woocommerce table, 
.single-product.woocommerce td{
    border: 1px solid #808080;
}

.single-product .short-description {
    margin-bottom: 16px;
}

/* burger menu */

button.menu-toggle {
    border: none;
    position: relative;
    background-color: transparent;
    font-size: 0px;
    height: 35px;
    width: 35px;
}

.gform_body .gfield_radio input[type=radio]:checked ~ label {
    color: #0a0a0a;
}


/*.variations_form {*/
/*    height: 0px;*/
/*    position: absolute;*/
/*    overflow: hidden;*/
/*    left: -9999px;*/
/*    visibility: hidden;*/
/*}*/

select:disabled {
    background-color: #f1f1f1;
    cursor: not-allowed;
}

button.menu-toggle:focus,
button.menu-toggle:hover {
    outline: none;
}

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


.top-button-secion {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 20;
}

.top-button-secion .button {
    font-size: 13px;
    text-transform: uppercase;
    border-radius: 0;
    font-weight: 700;
    overflow: hidden;
    position: relative;
    height: 35px;
    width: 35px;
    padding: 2px 3px;
   
}

.product-listing .hic-box .hic-button-wrap .top-button-secion .button{
    display: inline-block;
    margin: 0;
}

.top-button-secion .button.add-to-fave {
     background: green;
}


.top-button-secion .button.add-to-fave .fa {
    position: absolute;
    top: 10px;
    left: 9px;
}

.top-button-secion .button .remove-fav-btn {
    transform: translateX(28px);
}

.top-button-secion .button.selected .remove-fav-btn {
    transform: translateX(0px);
}

.top-button-secion .button.add-to-fave.selected:hover {
    background: red !important;
}

.top-button-secion .button.selected .remove-fav-btn:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f00c";
}

.top-button-secion .button.selected:hover .remove-fav-btn:before {
    content: "\f00d";
}

.top-button-secion .button .fa {
    transition: 0.3s;
}


.top-button-secion .button.selected  {
    background: #2199e8 !important;
}


.top-button-secion .button.selected .fa.fa-plus {
    transform: translateX(-28px);
}

button.menu-toggle span:before, 
button.menu-toggle:after, 
button.menu-toggle:before {
    content: "";
    display: block;
    height: 4px;
    width: 16px;
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -1px;
    -webkit-transition: all,ease,.2s;
    transition: all,ease,.2s;
}

.pagination-page.pagination li {
    display: none;
}

.pagination-page.pagination li:first-child,
.pagination-page.pagination li:last-child{
    display: inline-block;
}


button.menu-toggle:after, 
button.menu-toggle:before, 
button.menu-toggle span:before {
    background-color: #07305a;
}

.white button.menu-toggle:after, 
.white button.menu-toggle:before, 
.white button.menu-toggle span:before {
    background-color: #6a6a6a;
}


.is-off-canvas-open button.menu-toggle:after, 
.is-off-canvas-open button.menu-toggle:before {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #07305a;
}

.is-off-canvas-open button.menu-toggle:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.is-off-canvas-open button.menu-toggle span:before {
    opacity: 0;
}

button.menu-toggle span:before,     
button.menu-toggle:after, 
button.menu-toggle:before {
    left: 0px;
    width: 30px;
}


button.menu-toggle:before {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

button.menu-toggle:after {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
}

.white .toggled button.menu-toggle:after,
.white .toggled button.menu-toggle:before,
.white .toggled button.menu-toggle span:before {
    background-color: #FFF;
}

.reveal-overlay {
    z-index: 1500;
}

/* Variations */
.single-product div.product .summary .single_variation .price .woocommerce-Price-amount.amount:after{
    display: none;
}

.single-product div.product .summary .woocommerce-variation.single_variation{
    float: none;
    margin-bottom: 20px;
}

.single-product.woocommerce .variations td.label{
    background-color: transparent;
    padding-top: 10px
}

.single-product.woocommerce .variations td.label label{
    font-size: 18px;
}

.single-product.woocommerce .variations tr{
    border: none;
    background-color: transparent !important;
}

.woocommerce div.product .summary form.cart .variations select{
    margin-bottom: 0;
}

.woocommerce div.product .summary form.cart .reset_variations{
    color: #ff0000;
    font-weight: 700;
}

.woocommerce div.product form.cart .variations{
    margin-bottom: 0;
}

.woocommerce div.product .summary .quantity .qty{
    margin-left: 0;
    box-shadow: 0 0 5px #cacaca;
    margin-right: 5px;
}

.woocommerce div.product div.summary{
    position: relative;
}

.woocommerce div.product form.cart{
    margin-bottom: 0;
}

.woocommerce div.product .woocommerce-variation.single_variation{
    position: relative;
}

/*.woocommerce div.product .woocommerce-variation.single_variation .woocommerce-variation-description{*/
/*    margin-left: 75px;*/
/*}*/

/*.woocommerce div.product .woocommerce-variation-price{*/
/*    margin-bottom: 20px;*/
/*    position: absolute;*/
/*    top: 6px;*/
/*}*/


.woocommerce div.product form.cart .button{
    min-width: 160px;
}

@media (max-width: 640px){
    
    .woocommerce div.product form.cart .button{
        float: none; 
    }
    
}

@media (min-width: 641px){
    /*.woocommerce div.product.product-type-variable .summary .hic-button-wrap{*/
    /*    position: absolute;*/
    /*    bottom: 2px;*/
    /*    left: 234px;*/
    /*}*/
    
    .woocommerce div.product.product-type-variable .summary form .hic-button-wrap,
    .woocommerce div.product.product-type-simple .summary form .hic-button-wrap{
        float: left;
        margin-left: 10px;
        margin-top: 0;
    }
}

@media (max-width: 1023px){
    .woocommerce div.product.product-type-variable div.summary{
        padding: 0 20px;
    }
}

@media (min-width: 1024px){
    /*.woocommerce div.product.product-type-variable .summary .hic-button-wrap{*/
    /*    bottom: 0;*/
    /*}*/
}
/* Variations - end */

/* social-media */

.top-details .social-media a {
    display: inline-block;
    background: #FFF;
    color: #07305a;
    height: 20px;
    width: 20px;
    text-align: center;
    font-size: 15px;
    border-radius: 100%;
}

.top-details .social-media a:hover {
    color: #2199e8;
}


.section-boxed-1 {
    color: #FFF;
    padding: 20px 30px;
    border-radius: 10px;
    border: 2px solid #FFF;
    box-shadow: 0px 0px 28px 8px rgba(101, 101, 101, 0.55);
    margin-bottom: 50px;
}

.order-details a {
    color: #333;
    text-decoration: underline;
    font-weight: 300;
}

.order-details a:hover {
    color: #07305A;
}


.row._80 {
    max-width: 85%; 
}

.row.sm-row {
    max-width: 700px;
}

.row._100 {
    max-width: 100%;    
}

.row.lg-mg-btm {
    margin-bottom: 140px;
}

.woocommerce table tbody, 
.woocommerce table tfoot,
.woocommerce table thead,
.woocommerce table, 
.woocommerce td, 
.woocommerce thead tr {
    border: none;
}

/* Breadcrumbs */

.breadcrumbs a {
    color: rgba(7, 48, 90, 0.51);
}

.breadcrumbs a:hover {
    color: rgba(7, 48, 90, 1);
    text-decoration: none;
}

.breadcrumbs .seperator {
    margin: 0 10px;
}

/*DISPLAY NONE : HIDE ELEMENTS */

.woocommerce-tabs,
.product-list .button-wrap,
.product-list .save-to-favourite,
.single-product .product_meta,
.woocommerce-variation-add-to-ca,rt .single_add_to_cart_button,
.related.products .save-to-favourite,
.related.products .product-list .inner:hover .save-to-favourite,
.related.products .getSample,
.related.products .pager-page-info {
    display: none;
}

.woocommerce-variation-add-to-ca,rt .single_add_to_cart_button,
.related.products .product-list .inner:hover .save-to-favourite{
    position: relative;
}

.custom-select-style, 
.inline-field-style,
.quantity input[type="number"] {
    border: none;
    border-radius: 5px;
}

.single-product div.product table.variations .value {
    margin-bottom: 1em;
    padding-right: 30px;
}

.quantity input[type="number"] {
    border-radius: 0px;
    margin-left: 19px;
    width: 45px;
    text-align: center;
    margin-bottom: 0px;
}

.inline-field-style {
    position: relative;
    overflow: hidden;
}

.inline-field-style input[type='search'],
.inline-field-style input[type='text'] {
    background: #FFF;
    box-shadow: none;
    margin-bottom: 0;
}

.inline-field-style .search-field:focus {
    border: none !important;
}

.inline-field-style .search-submit {
    background: #FFF;
    position: absolute;
    right: 0px;
    top: 0px;
    box-shadow: none;
    padding: 11px; 
    color: rgba(7, 48, 90, 0.50);
}

.inline-field-style .search-submit:hover {
    color: #07305a;
}

.inline-field-style.search-form {
    padding-right: 38px;    
}

.float-label {
    position: relative;
    padding-left: 113px;
}

.field-group {
    margin-bottom: 15px;
}

.float-label label {
    position: absolute;
    left: 0px;      
}

.product-category-list {
    margin-top: 55px;
}

.product-category-list h1 {
    margin-bottom: 35px;
}

.product-category-list .button-wrap {
    margin-top: 50px;
}

.product-category-list .button-wrap .button {
    margin-bottom: 20px;
    width: 100%;
}
    
.product-category-list .img {
    height: 300px;
    margin-bottom: 20px;
    margin-top: 70px;
}

.product-category-list .inner {
    max-width: 600px;
}

.desc-wrap-gray {
    padding: 20px;
    background: #f7f7f7;
    margin-bottom: 40px;
}

.filter h2 {
    margin-bottom: 35px;
    font-weight: 700;
}


.product-list .box-content {
    background: #FFF;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 20px;
    text-align: center;
    color: #07305a;
}
    
.product-list .inner:hover .box-content {
    height: 400px;
    background: rgba(9, 48, 89, 0.23);
    color: #FFF;
}


.product-list .inner:hover  .button-wrap,
.product-list .inner:hover .save-to-favourite {
    display: block;
}

.product-list .product-item .hic-box{
    position: relative;
}


 .product-list button.save-to-favourite,
 .product-list a.save-to-favourite {
    position: absolute;
    top: 8px;
    right: 8px;
    font-size: 13px;
    padding: 8px 6px;
    font-weight: 700;
    z-index: 4;
    border-radius: 0;
}

.product-item.added-to-favourites .save-to-favourite {
    background: #FF3B30;
}

.save-to-favourite.button:disabled {
    opacity: 1 !important;
    cursor: not-allowed;
}


.product-list .product-title {
    font-size: 20px;
    margin-bottom: 12px;
    line-height: 129%;
}

span.price_label {
    font-weight: 600;
}

.price-dtails {
    margin-bottom: 30px;
}

.price-dtails h4 {
    margin-bottom: 0;
    color: #404040;
}

.product-list .price-details {
    font-size: 16px;
    margin-bottom: 12px;
}

.product-list .img {
    height: 100%;
    background-size: cover;
}

.product-list .button-wrap {
    margin-top: 20px;
}

#selectedFavourites .product-list {
    padding-bottom: 0px;  
}

.product-list .button {
    margin: 10px 0;
}

.product-list .button-wrap .button {
    margin-left: auto;
    margin-right: auto;
}

.right-sidebar .content-area {
    margin:0;
    width: 100%;
}

.accordion-js {
    position: relative;
}

.filter-accordion ul {
    overflow: hidden;
    display: none;
}

.filter-accordion li {
    padding: 0;
}

.filter-accordion ul li,
.filter-accordion ul li ul li {
    padding-left: 8px;
}
.accordion-js .main-term-title {
    padding-right: 20px;
}
.accordion-js .accordion-panel-js {
    display: none;
}

.accordion-js .accordion-control {
    position: absolute;
    top: 5px;
    right: 0;
    display: inline-block;
    padding: 5px 4px 5px 14px;
    cursor: pointer;
}

.accordion-control:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Pro';
    font-size:12px;
    font-weight: 600;
}
.accordion-active.accordion-control:after {
    content: "\f106";
}

.modal-inner {
    padding: 30px;
    border-radius: 8px;
    background: #FFF;
}
#product-sidebar .menu {
    flex-flow: column;
}

#product-sidebar .sidebar-content .button-group {
    position: relative;
}
#product-sidebar .sidebar-content .button-group .button {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    padding: inherit;
}


#product-sidebar .menu > li:last-child > a {
    border-bottom: 0;
}

#product-sidebar .accordion-js .accordion-control {
    border: 0;
}

#product-sidebar .nav-category > .menu {
    padding: 10px 15px;
    border: 1px solid #e6e6e6;
    border-top: 0;
    background-color: #fff;
}

#product-sidebar .panel-title {
    margin: 25px 0 0;
    padding: 10px 15px;
    border: 1px solid #e6e6e6;
}

@media (max-width: 1023px){
    #product-sidebar a.sidebar-control {
        border: 1px solid #e6e6e6;
        display: block;
        padding: 10px;
        margin-bottom: 15px;
    }
    
    #product-sidebar .sidebar-content {
        transition: max-height 0.2s ease-out;
        overflow: hidden;
    }
    
    #product-sidebar a.sidebar-control {
        position: relative;
    }
    
    #product-sidebar a.sidebar-control::after {
        top: 0;
        right: 0;
        bottom: 0;
        padding: 10px 20px;
        left: auto;
        position: absolute;
    }
    
    #product-sidebar:not(.active-sidebar) a.sidebar-control::after {
        content: '+';
    }
    
    #product-sidebar.active-sidebar a.sidebar-control::after {
        content: '-';
    }


}


/* Products page */

.off-canvas-content {
    box-shadow: none;
}

.woocommerce-variation.single_variation,
.woocommerce-variation-add-to-cart {
    float: left;
    margin-right: 30px;
}

.single-product div.product .variations_button {
    padding-top: 0px;
}

.single-product div.product .single_variation .price {
    margin-bottom: 0;
    display: inline-block;
    padding: 5px 10px;
    margin-left: 0;
}


.single-product div.product .single_variation .price .woocommerce-Price-amount.amount:after {
    content: "m2";
}

.option-buttons button.button {
    font-size: 12px;
    margin-right: 15px;
}

.pr.selected {
    position: relative;
}

.pr.selected:before {
    content: "\f005";
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    background-color: #07305a;
    border-radius: 31px;
    width: 30px;
    height: 30px;
    color: #FFF;
    text-align: center;
    font-weight: 900;
    padding-top: 2px;
    top: 10px;
    position: absolute;
    left: 10px;
    z-index: 2;
}

.typed-cursor{
    opacity: 1;
    font-weight: 100;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    -ms-animation: blink 0.7s infinite;
    -o-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}

.gform_wrapper .gfield_visibility_hidden{visibility:hidden;position:absolute;left:-9999px}

.modal-inner {
    padding: 30px;
    border-radius: 8px;
    background: #FFF;
    position: relative;
}


.reveal-alert-msg {
    max-width: 423px;
    text-align: center;
}

.reveal-alert-msg .fa-info-circle {
    display: block;
    margin: 15px 0 24px 0;
    font-size: 55px;
    color: #07305a;
}

#revealAlertMsg {
    max-width: 230px;
    display: block;
    margin: 0 auto 20px;
    font-weight: 700;   
}

.modal-inner .close-button {
    color: #202020;
    top: 8px;
    text-shadow: none;
    background: none;
}


.modal-inner .close-button:hover {
    color: #000;
    text-shadow: none;
}

.reveal {
    overflow-y: visible;
}

.product-item {
    position: relative;
}




/* SLIDER STYLE */

.irs-slider,
.irs-bar,
.irs-line-mid, .irs-line-left, .irs-line-right, .irs-bar, .irs-bar-edge, .irs-slider {
    background-image: none;    
}

.irs-line,
.irs-bar {
   height: 5px; 
}

.irs-from, .irs-to, .irs-single,
.irs-bar {
    background-color: #07305a;    
}

.irs-from:after, 
.irs-to:after, 
.irs-single:after {
    border-top-color: #07305a;
}

.irs-with-grid .irs-grid {
    display: none;
}

.irs-slider {
    width: 18px;
    height: 18px;
    top: 18px;
    background-position: 0 -120px;
    background-color: #07305a;
    border-radius: 100%;
}

.irs-line {
    background: rgba(0, 0, 0, 0.08);
    background-image: none;
}

li.disabled a {
  pointer-events: none;
  cursor: not-allowed;
  text-decoration: none;
}

.pagination .disabled {
    cursor: not-allowed;
}

.pagination, .woocommerce-pagination {
    border: none;
}

.page-indicator {
    font-size: 12px;
    font-weight: 500;
}

.page-indicator span {
    display: inline-block;
    background-color: #07305a;
    color: #FFF;
    height: 20px;
    width: 20px;
    font-size: 10px;
    text-align: center;
    padding-top: 3px;
    border-radius: 4px;
    font-weight: 700;
    margin: 0 3px;
}

.pagination-page .disabled a,
.pagination-page .disabled a:hover {
    background-color: #c7c7c7    
}

.tooltip.top {
    margin-bottom: 20px;
}

.txt-sm p,
.txt-sm {
    font-size: 14px;
}

.tooltip:before {
    border-color: transparent transparent #0a0a0a;
    border-bottom-style: solid;
    border-top-width: 0;
}

.tooltip {
    text-align: center;
    max-width: 110px!important;
    font-size: 11px;
    padding: 8px;
    font-weight: 600;
}

/***hover products****/

.product-list .inner:hover .price-details,
.product-list .inner:hover .txt-sm{
    display:none;
}

.product-list .button-wrap .button{
    min-width: 112px;
    font-size: 14px;
    padding: 17px 16px;
    width: auto;
    display: inline-block;
    margin-bottom:0;
    margin-top:0;
}

.product-list .inner:hover .box-content{
    background-color: #fff;
    height: auto;
    color: #07305a;
}

.product-item:hover .inner div.img:before{
    background-color: transparent;
}
.product-list .button-wrap{
    margin: 10px 0;
}

#selectedFavourites .product-list .inner:hover .price-details,
#selectedFavourites .product-list .inner:hover .txt-sm{
    display: block;
}

.hic-pagination-page.pagination {
    text-align: center;
}

/*********************
#PRODUCT FEATURES STYLES
*********************/
.product-feature-icon svg {
    font-size: 54px;
    margin-bottom: 8px;
}
.product-feature-title {
    font-size: 24px;
    font-weight: 700;
}
.product-feature-short-description {
    margin-top: 24px;
}


@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}


.prod-badge{
    color: #fff;
    font-weight: 700;
    padding: 7px 15px;
    position: absolute;
    left: -74px;
    top: 32px;
    font-size: 14px;
    text-transform: uppercase;
    transform: rotate(-45deg);
    width: 100%;
    height: fit-content;
    text-align: center;
    max-width: 250px;
    z-index: 12;
}

/*.button.light-button,
.single-product button.button.light-button,
.single-producta.button.light-button {
    color: #2199e8;
    background-color: #fff;
}
*/
/*.button.light-button:hover,
.single-product button.button.light-button:hover,
.single-product a.button.light-button:hover {
    color: #fff;
    background-color: #2199e8;
}*/

.product-element.theme-section .slick-current a.button.tab,
.product-element.theme-section .slick-current button.button.tab {
    background-color: #1b1b1b;
    color: #fff;
}

.product-element.theme-section button.button.tab,
.product-element.theme-section a.button.tab{
    background-color: #3E3E3E;
    border-radius: 0;
}

.product-item.added-to-favourites a.save-to-favourite,
.product-item.added-to-favourites button.save-to-favourite {
    background: #FF3B30;
}

/* Gallery */
.columns .product_gallery_thumb_slider.thumb-slide.slick-slider {
    max-width: 100%;
    margin-top: 0;
}

.image-slider.slick-slider.with-thumbnails > .slick-arrow {
    display: none !important;
}


body .page-element.image-overlay-content-centered.product-list .hic-box{
    min-height: 400px;
}

.image-overlay-content-centered.product-list .hic-content{
    height: auto;
    height: 118px;
}

.image-overlay-content-centered.product-list .hic-image{
    position: absolute;
}

.image-overlay-content-centered.product-list .inner .price-details,
.image-overlay-content-centered.product-list .inner .txt-sm,
.image-overlay-content-centered.product-list .inner .hic-button-wrap{
    display: block;
}

.image-overlay-content-centered.product-list .inner .txt-sm,
.image-overlay-content-centered.product-list .inner .hic-button-wrap{
    visibility: hidden;
    opacity: 0;
    height: 0;
}

.image-overlay-content-centered.product-list .inner .txt-sm{
    transition: all .5s ease-in-out;
}

.image-overlay-content-centered.product-list .inner .hic-button-wrap,
.image-overlay-content-centered.product-list .inner .price-details{
    margin: 0;
    transition: opacity .5s ease-in-out;
}

.image-overlay-content-centered.product-list .inner:hover .hic-button-wrap{
    margin: 10px 0;
}

.image-overlay-content-centered.product-list .inner:hover .price-details{
    margin-bottom: 12px;
}

.image-overlay-content-centered.product-list .inner .hic-content{
    transition: all .5s ease-in-out;
}

.image-overlay-content-centered.product-list .inner:hover .hic-content{
    background-color: rgba(255,255,255, 0.65);
    height: 100%;
}

.image-overlay-content-centered.product-list .inner:hover .price-details,
.image-overlay-content-centered.product-list .inner:hover .txt-sm,
.image-overlay-content-centered.product-list .inner:hover .hic-button-wrap{
    visibility: visible;
    opacity: 1;
    height: auto;
}

.single-product .testimonials .slick-arrow{
    background-color: transparent;
}

.single-product .testimonials .slick-arrow:hover{
    background-color: transparent;
}

.woocommerce-cart .woocommerce,
.woocommerce-checkout form.checkout{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.woocommerce-page .woocommerce .quantity .qty {
    width: 3.631em;
    margin: 0 0 0 auto !important;
    text-align: center;
}

.woocommerce #respond input#submit.disabled, 
.woocommerce #respond input#submit:disabled, 
.woocommerce #respond input#submit:disabled[disabled], 
.woocommerce a.button.disabled, .woocommerce a.button:disabled, 
.woocommerce a.button:disabled[disabled], 
.woocommerce button.button.disabled, 
.woocommerce button.button:disabled, 
.woocommerce button.button:disabled[disabled], 
.woocommerce input.button.disabled, 
.woocommerce input.button:disabled, 
.woocommerce input.button:disabled[disabled] {
    color: #FFF;
}

.woocommerce-page .page-elements .woocommerce #respond input#submit.checkout-button,
.woocommerce-page .page-elements .woocommerce a.button.checkout-button, 
.woocommerce-page .page-elements .woocommerce button.button.checkout-button, 
.woocommerce-page .page-elements .woocommerce input.button.checkout-button{
    font-size: 20px;
}

.woocommerce-checkout-review-order table.shop_table {
    border-left: none;
    border-right: none;
    border-top: none;
}
.woocommerce table.shop_table {
    border-radius: 0;
    border-collapse: collapse;
    margin-bottom: 0;
    border-color: #e1e1e1;
}
.woocommerce table.shop_table .actions{
    padding: 24px 12px;
}

.woocommerce-cart .woocommerce .woocommerce-cart-form,
.woocommerce-cart .woocommerce .cart-collaterals{
    width: 100%;
}

.woocommerce form.checkout input[type="radio"] {
    height: auto;
    width: auto;
}

.woocommerce-cart .woocommerce table.shop_table.cart img{
    width: 140px;
    /*height: 100px;*/
    /*object-fit: cover;*/
    /*object-position: center;*/
    /*border-radius: 8px;*/
    /*box-shadow: 2px 2px 12px rgba(0,0,0,.15);*/
}

.woocommerce-checkout-review-order {
    border: 1px solid #e1e1e1;
}
.woocommerce-checkout-review-order tbody td:nth-child(1),
.woocommerce-order tbody td:nth-child(1),
.woocommerce-order tfoot th,
.woocommerce-checkout-review-order tfoot th {
    border-right: 1px solid #e1e1e1;
}

.woocommerce-page .woocommerce table.shop_table thead th {
    background-color: #1b1b1b;
}

.woocommerce-cart .woocommerce .woocommerce-cart-form,
.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order{
    display: block;
    overflow: hidden;
}

.woocommerce-checkout .woocommerce .woocommerce-checkout-review-order,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals,
.woocommerce-cart .woocommerce .woocommerce-notices-wrapper{
    width: 100%;
}

.woocommerce-checkout .woocommerce form .form-row{
    margin: 0;
}

.woocommerce-page .woocommerce form input, 
.woocommerce-page .woocommerce form select,
.woocommerce-page .woocommerce form textarea,
.woocommerce-page .select2-container--default .select2-selection--single {
    border: 1px #CCC solid;
    padding: 0 12px;
    box-sizing: border-box;
    width: 100%;
}

.woocommerce form.checkout textarea {
    padding: 12px 10px;
    height: 120px;
}

.woocommerce .select2-container--default .select2-selection--single,
.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow,
.woocommerce form.checkout input, .woocommerce form.checkout select,
.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
    border-radius: 0;
    height: 50px;
}

.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
    display: table-cell;
    vertical-align: middle;
    padding: 0;
}

.woocommerce .woocommerce-form__input.input-checkbox{
    height: auto;
    width: auto;
    margin-bottom: 3px !important;
    margin-right: 6px !important;
}

.woocommerce-NoticeGroup{
    width: 100%;
}

.widgetbox {
    position: fixed;
    right: 0;
    top: 90px;
    background: #eff7ff;
    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.10);
    max-width: 360px;
    width: 80%;
    z-index: 500;
    font-size: 10px;
    transition: .3s;
}

/********************
PRODUCT FILTER STYLE
********************/
.variable-filter[data-option-type="select"] select { margin-bottom: 0; }
.variable-filter[data-option-type="select"] {
    border: none !important;
    margin-bottom: 0 !important;
}
.variable-filter[data-option-type="select"] h5 { margin-right: 20px; }
.variable-filter[data-option-type="select"] select {
    border-radius: 4px;
    border-color: #aaaaaa;
    background-color: transparent;
    max-width: 150px;
}

.variable-filter-wrapper .variable-filter {
    display: flex;
    padding: 4px;
    border-style: solid;
    border-width: 2px;
    border-radius: 6px;
    margin-bottom: 18px;
}

.variable-filter .filter-field {
    width: 100%;
    font-weight: 600;
    text-transform: uppercase;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    padding: 6px 8px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
}

.variable-filter .filter-field * {
    cursor: pointer;
}

.variable-filter .filter-field .filter-option {
    width: 30px;
    margin: auto 0;
    opacity: 0;
    height: 0;
    width: 0;
}

.variable-filter .filter-field[data-field-status="selected"] {
    border-radius: 4px;
}

.variable-filter .filter-field[data-field-status="selected"] .checkmark {
    position: absolute;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

.variable-filter .filter-field:hover .filter-option ~ .checkmark{
    background-color: #ccc;
}

.variable-filter .filter-field .filter-option:checked ~ .checkmark{
    background-color: #fff;
}

.variable-filter .filter-field .checkmark:after{
    content: "";
    position: absolute;
    display: none;
}
.variable-filter .filter-field .checkmark { border: 1px solid #eee;     display: inline-block; height: 25px; width: 25px; }
.variable-filter .filter-field .filter-option:checked ~ .checkmark:after{
    display: block;
}

.variable-filter .filter-field[data-field-status='unselected'] .checkmark ~ .option-text {
    margin-left: 8px;
}

.variable-filter .filter-field .checkmark:after{
    left: 10px;
    top: 6px;
    width: 5px;
    height: 10px;
    border-style: solid;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.variable-filter .filter-field .option-text {
    margin-left: 36px;
    margin-right: 8px;
}

h4:not(:only-child) > span.price_value.rrp,
div:not(:only-child) > span.price_value.rrp{
    /* text-decoration: line-through; */
}

h4.no-sale-price span.price_value.rrp,
div.no-sale-price span.price_value.rrp{
    text-decoration: none;
}

h4.no-sale-price + h4.no-sale-price {
    display: none;
}

.button.add_to_cart_button{
    position: relative;
}

/* Product Icons */

.product-icons p:first-child img:first-child {
    width: 80%;
    margin: 0 auto 12px;
    display: block;
}
.product-icons ul {
    list-style: none;
    margin-top: 34px;
    margin-left: 0;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.product-icons ul img {
    display: block;
    width: 40px;
    margin: 0 auto 12px;
}

.product-icons li {
    display: table-cell;
    font-size: 10px;
    width: 100%;
    text-align: center;
    font-weight: 700;
    padding: 0 4px;
    line-height: 1.3;
}

/***********************
View Cart Pop Up
***********************/
body div.festi-cart-pop-up-products-content p.festi-cart-buttons a.festi-cart-view-cart, 
body div.festi-cart-pop-up-products-content p.festi-cart-buttons a.festi-cart-checkout,
div.festi-cart-pop-up-footer span.festi-cart-continue.b-close span.festi-cart-continue-shopping{
    padding: 12px 32px !important;
    text-transform: uppercase;
    border-radius: 4px !important;
}

body div.festi-cart-pop-up-footer span.festi-cart-continue.b-close span.festi-cart-continue-shopping{
    background-color: transparent;
}

.product-listing .hic-box .button {
    display: block;
    padding: 12px;
}
.product-listing .hic-button-wrap .button:last-child {
    margin-bottom: 0;
}

.single-product .hic-description .price {
    font-weight: 700;
}
.single-product .stock {
    font-style: italic;
    font-weight: 700;
    font-size: 16px;
    text-decoration: underline;
}
.single-product .stock:before {
    content: '*';
}

/**************************
#CHECKOUT - START
**************************/
#ship-to-different-address-checkbox {
    display: inline-block;
}
.woocommerce-checkout #payment div.payment_box .form-row {
    padding: 0;
}
/**************************
#CHECKOUT - END
**************************/

@media (min-width: 641px) {
    
    .woocommerce .hic-button-wrap .button{
        margin-left: 0;
    }

    .woocommerce .hic-button-wrap .button:last-child{
        margin-right: 0;
    }

    /* Product Icons */
    .product-icons p:first-child img:first-child {
            width: 50%;
    }
    .product-icons ul img {
        width: 50px;
    }
    .product-icons li {
        font-size: 12px;
        padding: 0 24px;
    }

    .hide-widget .widgetbox {
        -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    }

    .widgetbox {
        font-size: 12px;
    }

    .widgetbox {
        position: fixed;
        right: 0;
        top: 38px;
        background: #eff7ff;
        box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.10);
        max-width: 360px;
        width: 80%;
        z-index: 500;
        font-size: 10px;
        transition: .3s;
    }



    .product-list .button-wrap .button {
        font-size: 11px;
    }

    .top-details .social-media a {
        height: 25px;
        width: 25px;
        padding-top: 2px;
    }
    
    .product-category-list .img {
        margin-top: 0px;
    }
    
    .product-category-list .button-wrap .button {
        margin-right: 20px;
        width: auto;
    }
    
    .product-category-list .img {
        height: 500px;
        margin-bottom: 0px;
    }
    
    .medium-no-left-padding.row,
    .medium-no-left-padding.columns {
        padding-left:0;
    }
    
    .section-boxed-1 {
        padding: 50px 70px;
    }
    
    .product-list .product-title {
        
    font-size: 18px;
    
    }
    
    .product-list ._100 .columns{
        padding: 0;
    } 
    
    .pagination, .woocommerce-pagination {
        text-align: right;
    }
    
    body #number_of_box_size {
        max-width: 92px;
        margin-bottom: 2px;
    }

    .image-slider,
    .video-slider,
    .product-gallery-thumb {
        padding: 0 20px;
    }

    body.woocommerce a.added.add_to_cart_button::after{
        display: none;
    }

    .img-st {
        height: 245px;
    }

    .ext-variable {
        top: 21px;
    }
    .box-panel-2 table {
        margin-bottom: 16px;
    }
    
    .range-img {
        height: 140px;
    }
    
    .columns.no-pad-l{
        padding-left:0;
    }
    
    .columns.no-pad-r{
        padding-right:0;
    }
    
    .tax-product_category .slick-next,
    .single-product .slick-next{
        right: -4px;
    }
    
    .tax-product_category .slick-prev,
    .single-product .slick-prev{
        left: -4px;
    }
    
    .other-range-content .range-content{
        padding: 15px 10px 10px;
    }


    #number_of_box_size{
        max-width: 80px;
        height: 34px;
            margin-top: 23px;
      }
     
     input[type="number"]#number_of_box_size::-webkit-outer-spin-button, 
    input[type="number"]#number_of_box_size::-webkit-inner-spin-button {
        width: 14px;
    }
    .other-range-content{
        padding: 20px 0;
    }
    
    .other-range-content .range-content{
        padding-bottom: 15px;
    }
    
    .other-view{
        height: 36px;
    }
    
    .other-range-content a > .row{
        margin: 0;
    }
    
    .image-above-content .hic-gallery,
    .image-above-content .hic-description,
    .image-overlay-content-centered .hic-gallery,
    .image-overlay-content-centered .hic-description {width: 100%;}
    .image-above-content .inner-section > .row { display: flex; flex-wrap: wrap; }
    .image-above-content .inner-section > .row.carousel { display: block }
    .image-above-content .hic-gallery {order: 1;}
    .image-above-content .hic-description {order: 2;}
    .image-overlay-content-centered .hic-gallery {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 0;
        z-index: 1;
    }
    .image-overlay-content-centered .hic-description {
        z-index: 2;
        position: relative;
        padding-top: 80px;
        padding-bottom: 120px;
        color: #fff;
    }

    .image-overlay-content-centered .hic-gallery .image-slider {
        margin: 0;
        padding: 0;
    }

    .image-overlay-content-centered .hic-gallery .image-slider,
    .image-overlay-content-centered .hic-gallery .image-slider .image-container,
    .image-overlay-content-centered .hic-gallery .image-slider .img-st,
    .image-overlay-content-centered .hic-gallery .image-slider .slick-list,
    .image-overlay-content-centered .hic-gallery .image-slider .slick-track{
        height: 100%;
    }

    .image-overlay-content-centered .hic-gallery::before {
        content: '';
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background-color: rgba(0,0,0,.35);
        position: absolute;
        z-index: 11;
        display: block;
    }

    .image-overlay-content-centered .hic-gallery .slick-arrow{
        display: none !important;
    }

    .page-element.image-overlay-content-centered .thumb-slide.slick-slider {
        z-index: 15;
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .image-overlay-content-centered .thumb-slide-image.slick-slide {
        height: 50px;
    }
    
    /* PRODUCT LIST CONTENT BOXES */
    [class*="split-"].product-list .inner {
        height: 250px;
        width: 100%;
    }
    
    .image-left-content.product-list .addFavourites,
    .image-right-content.product-list.then-left .columns:nth-child(2n) .addFavourites{
        left: 8px;
        right: auto;
    }
    
    .image-right-content.product-list .addFavourites,
    .image-left-content.product-list.then-right .columns:nth-child(2n) .addFavourites{
        left: auto;
        right: 8px;
    }
    
    [class*="split-"].product-list .hic-image,
    [class*="split-"].product-list .hic-content{
        display: inline-block;
        position: relative;
        height: 100% !important;
    }
    
    .image-left-content.product-list .hic-image,
    .image-right-content.product-list .hic-content{
        float: left;
    }
    
    .image-right-content.product-list .hic-image,
    .image-left-content.product-list .hic-content {
        float: right;
    }
    
    [class*="split-"].product-list .button-wrap .button {
        margin: 6px 0;
    }
    
    [class*="split-"].product-list .hic-button-wrap,
    [class*="split-"].product-list .inner .price-details,
    [class*="split-"].product-list .inner .txt-sm{
        display: block;
    }
    
    .image-left-content.product-list .hic-image, .image-left-content.product-list .hic-content, .image-right-content.product-list .hic-content, .image-right-content.product-list.then-left .columns:nth-child(2n) .hic-image  {float: left;}
    .image-right-content.product-list .hic-image,  .image-left-content.product-list.then-right .columns:nth-child(2n) .hic-image {float: right;}
    body .image-right-content.product-list.then-left .columns:nth-child(2n) .hic-content {padding-right: 30px; padding-left: 30px;}
    body .image-left-content.product-list.then-right .columns:nth-child(2n) .hic-content {padding-left: 30px; padding-right: 30px;}
    .product-list.split-25-75 .hic-image, .product-list.split-75-25 .hic-content {width: 25%;}
    .product-list.split-33-67 .hic-image, .product-list.split-67-33 .hic-content {width: 33.33333%;}
    .product-list.split-50-50 .hic-image, .product-list.split-50-50 .hic-content {width: 50%;}
    .product-list.split-40-60 .hic-image, .product-list.split-60-40 .hic-content {width: 40%;}
    .product-list.split-60-40 .hic-image, .product-list.split-40-60 .hic-content {width: 60%;}
    .product-list.split-67-33 .hic-image, .product-list.split-33-67 .hic-content {width: 66.66667%;}    
    .product-list.split-75-25 .hic-image, .product-list.split-25-75 .hic-content {width: 75%;}
    
    .columns .product_gallery_thumb_slider.thumb-slide.slick-slider, 
    .button-trigger-lightbox {
        margin-left: 30px;
        margin-right: 30px;
        padding: 0 20px;
    }
}

@media (min-width: 1024px){

    .single-product .hero.gallery-background-banner.default-height {
        min-height: 250px;
    }
    
    .description-gallery .hic-button-wrap .button {
        margin-right: 16px;
    }

    .has-sidebar.both .sidebar#product-sidebar {
        order: 1;
    }
    .has-sidebar.both .main-content {
        order: 2;
    }
    .has-sidebar.both .sidebar {
        order: 3;
    }

    .woocommerce a.added_to_cart {
        font-size: 14px;
        margin-right: 4px;
    }

    .variable-filter[data-option-type="select"] h5 { font-size: 18px; margin-bottom: 0; line-height: 1; padding-top: 9px; }
    
    .product-icons {
        margin-top: 44px;
    }
    .product-icons p:first-child img:first-child {
        margin: 0 0 12px;
    }
    .product-icons ul img {
        width: 60px;
    }

    .widgetbox {
        top: 20%;
        width: 100%;
    } 

    .other-range-content .row.flex{
        margin:0;
    }

    body .product-calc-section table tr td,
    body #number_of_box_size {
        font-size: 18px;
    }
    body #number_of_box_size {
        padding: 0 16px;
    }
    .calc-disclaimer {
        font-size: 12px;
    }
     body #number_of_box_size {
        max-width: 120px;
    }
    
    .img-st {

        height: 394px;

    }
    .enp-wrap {
        text-align: left;
        padding: 10px;
        margin-bottom: 40px;
    }

    .button.btn-sm-fl {
        display: block;
        padding: 12px 20px;
        box-shadow: 0px 0px 1px rgb(101, 101, 101);
        position: absolute;
        right: 1px;
        top: -15px;
    }
    
    .range-img {
        height: 200px;
    }
    
    .feat-range .range-content{
        font-size: 14px;
    }
    
    .image-left-content .hic-gallery, 
    .image-right-content .hic-description {float: left;}
    .image-right-content .hic-gallery,  
    .image-left-content .hic-description {float: right;}
    .split-25-75 .hic-gallery, 
    .split-75-25 .hic-description {width: 25%;}
    .split-33-67 .hic-gallery, 
    .split-67-33 .hic-description {width: 33.33333%;}
    .split-50-50 .hic-gallery, 
    .split-50-50 .hic-description {width: 50%;}
    .split-40-60 .hic-gallery, 
    .split-60-40 .hic-description {width: 40%;}
    .split-60-40 .hic-gallery, 
    .split-40-60 .hic-description {width: 60%;}
    .split-67-33 .hic-gallery, 
    .split-33-67 .hic-description {width: 66.66667%;}    
    .split-75-25 .hic-gallery, 
    .split-25-75 .hic-description {width: 75%;}
    [class*="split-"] .hic-description:only-child{
        width: 100%;
    }

    .woocommerce-cart .woocommerce .woocommerce-cart-form{
        width: 66.67%;
    }

    .woocommerce-cart .woocommerce .cart-collaterals{
        width: 33.33%;
    }

    .woocommerce-cart .woocommerce .cart-collaterals .cart_totals{
        width: 90%;
    }

    /* Check out */

    .woocommerce-checkout .checkout .col2-set{
        flex-direction: column;
        width: 50%;
        order: 2;
        position: relative;
        top: -48px;
    }
    .woocommerce-checkout .woocommerce #order_review{
        width: 50%;
        order: 3;
    }

    .woocommerce-checkout #order_review_heading{
        width: 100%;
        order: 1;
        margin-bottom: 10px;
        position: relative;
        left: 50%;
    }

    .woocommerce-checkout .woocommerce .col2-set#customer_details .col-1, 
    .woocommerce-checkout .woocommerce .col2-set#customer_details .col-2{
        width: 95%;
    }

    .woocommerce-checkout .checkout .col2-set,
    .woocommerce-checkout .woocommerce #order_review{
        display: flex;
        flex-wrap: wrap;
    }


    .single-product .hic-description .price {
        font-size: 34px;
    }
    .single-product .product-payment-list {
        margin-top: 24px;
    }

}
@media (min-width: 1280px){
    .cart-active .shopping-cart-widget { 
        margin-right: 0;
        right: 70px;
     }
     .cart-active .top-bar-right .shopping-cart-widget i {
        left: -2px;
     }
}/******************************************************************
Theme Name: Hicaliber Theme 
Theme URI: http://www.hicaliber.com.au/
Description: Hicaliber Theme Version 3
Author: Hicaliber
Author URI: http://www.hicaliber.com.au/
Version: 3.0.12
Text Domain: hicaliber-theme
Bitbucket Theme URI: https://bitbucket.org/hicaliber-bitbucket/hicaliber-theme
License: GNU General Public License & MIT
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: CSS, Hicaliber, Wordpress
******************************************************************/ove/**************************
#Hicaliber Child Theme
**************************/

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

	Web Fonts

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

@font-face {
  font-family: "europa";
  src: url(//cutekwoodsolutions.com/ca/wp-content/themes/hicaliber-theme-child/assets/fonts/europa-light-webfont.eot);
  src: url(//cutekwoodsolutions.com/ca/wp-content/themes/hicaliber-theme-child/assets/fonts/europa-light-webfont.eot?#iefix)
      format("embedded-opentype"),
    url(//cutekwoodsolutions.com/ca/wp-content/themes/hicaliber-theme-child/assets/fonts/europa-light-webfont.woff2) format("woff2"),
    url(//cutekwoodsolutions.com/ca/wp-content/themes/hicaliber-theme-child/assets/fonts/europa-light-webfont.woff) format("woff"),
    url(//cutekwoodsolutions.com/ca/wp-content/themes/hicaliber-theme-child/assets/fonts/europa-light-webfont.ttf) format("truetype"),
    url(//cutekwoodsolutions.com/ca/wp-content/themes/hicaliber-theme-child/assets/fonts/europa-light-webfont.svg#europalight) format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "europa";
  src: url(//cutekwoodsolutions.com/ca/wp-content/themes/hicaliber-theme-child/assets/fonts/europa-lightitalic-webfont.eot);
  src: url(//cutekwoodsolutions.com/ca/wp-content/themes/hicaliber-theme-child/assets/fonts/europa-lightitalic-webfont.eot?#iefix)
      format("embedded-opentype"),
    url(//cutekwoodsolutions.com/ca/wp-content/themes/hicaliber-theme-child/assets/fonts/europa-lightitalic-webfont.woff2) format("woff2"),
    url(//cutekwoodsolutions.com/ca/wp-content/themes/hicaliber-theme-child/assets/fonts/europa-lightitalic-webfont.woff) format("woff"),
    url(//cutekwoodsolutions.com/ca/wp-content/themes/hicaliber-theme-child/assets/fonts/europa-lightitalic-webfont.ttf) format("truetype"),
    url(//cutekwoodsolutions.com/ca/wp-content/themes/hicaliber-theme-child/assets/fonts/europa-lightitalic-webfont.svg#europalightitalic)
      format("svg");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "europa";
  src: url(//cutekwoodsolutions.com/ca/wp-content/themes/hicaliber-theme-child/assets/fonts/europa-regular-webfont.eot);
  src: url(//cutekwoodsolutions.com/ca/wp-content/themes/hicaliber-theme-child/assets/fonts/europa-regular-webfont.eot?#iefix)
      format("embedded-opentype"),
    url(//cutekwoodsolutions.com/ca/wp-content/themes/hicaliber-theme-child/assets/fonts/europa-regular-webfont.woff2) format("woff2"),
    url(//cutekwoodsolutions.com/ca/wp-content/themes/hicaliber-theme-child/assets/fonts/europa-regular-webfont.woff) format("woff"),
    url(//cutekwoodsolutions.com/ca/wp-content/themes/hicaliber-theme-child/assets/fonts/europa-regular-webfont.ttf) format("truetype"),
    url(//cutekwoodsolutions.com/ca/wp-content/themes/hicaliber-theme-child/assets/fonts/europa-regular-webfont.svg#europaregular) format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "europa";
  src: url(//cutekwoodsolutions.com/ca/wp-content/themes/hicaliber-theme-child/assets/fonts/europa-regularitalic-webfont.eot);
  src: url(//cutekwoodsolutions.com/ca/wp-content/themes/hicaliber-theme-child/assets/fonts/europa-regularitalic-webfont.eot?#iefix)
      format("embedded-opentype"),
    url(//cutekwoodsolutions.com/ca/wp-content/themes/hicaliber-theme-child/assets/fonts/europa-regularitalic-webfont.woff2) format("woff2"),
    url(//cutekwoodsolutions.com/ca/wp-content/themes/hicaliber-theme-child/assets/fonts/europa-regularitalic-webfont.woff) format("woff"),
    url(//cutekwoodsolutions.com/ca/wp-content/themes/hicaliber-theme-child/assets/fonts/europa-regularitalic-webfont.ttf) format("truetype"),
    url(//cutekwoodsolutions.com/ca/wp-content/themes/hicaliber-theme-child/assets/fonts/europa-regularitalic-webfont.svg#europaitalic) format("svg");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "europa";
  src: url(//cutekwoodsolutions.com/ca/wp-content/themes/hicaliber-theme-child/assets/fonts/europa-bold-webfont.eot);
  src: url(//cutekwoodsolutions.com/ca/wp-content/themes/hicaliber-theme-child/assets/fonts/europa-bold-webfont.eot?#iefix)
      format("embedded-opentype"),
    url(//cutekwoodsolutions.com/ca/wp-content/themes/hicaliber-theme-child/assets/fonts/europa-bold-webfont.woff2) format("woff2"),
    url(//cutekwoodsolutions.com/ca/wp-content/themes/hicaliber-theme-child/assets/fonts/europa-bold-webfont.woff) format("woff"),
    url(//cutekwoodsolutions.com/ca/wp-content/themes/hicaliber-theme-child/assets/fonts/europa-bold-webfont.ttf) format("truetype"),
    url(//cutekwoodsolutions.com/ca/wp-content/themes/hicaliber-theme-child/assets/fonts/europa-bold-webfont.svg#europabold) format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "europa";
  src: url(//cutekwoodsolutions.com/ca/wp-content/themes/hicaliber-theme-child/assets/fonts/europa-bolditalic-webfont.eot);
  src: url(//cutekwoodsolutions.com/ca/wp-content/themes/hicaliber-theme-child/assets/fonts/europa-bolditalic-webfont.eot?#iefix)
      format("embedded-opentype"),
    url(//cutekwoodsolutions.com/ca/wp-content/themes/hicaliber-theme-child/assets/fonts/europa-bolditalic-webfont.woff2) format("woff2"),
    url(//cutekwoodsolutions.com/ca/wp-content/themes/hicaliber-theme-child/assets/fonts/europa-bolditalic-webfont.woff) format("woff"),
    url(//cutekwoodsolutions.com/ca/wp-content/themes/hicaliber-theme-child/assets/fonts/europa-bolditalic-webfont.ttf) format("truetype"),
    url(//cutekwoodsolutions.com/ca/wp-content/themes/hicaliber-theme-child/assets/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(//cutekwoodsolutions.com/ca/wp-content/themes/hicaliber-theme-child/assets/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(//cutekwoodsolutions.com/ca/wp-content/themes/hicaliber-theme-child/assets/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(//cutekwoodsolutions.com/ca/wp-content/themes/hicaliber-theme-child/assets/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(//cutekwoodsolutions.com/ca/wp-content/themes/hicaliber-theme-child/assets/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(//cutekwoodsolutions.com/ca/wp-content/themes/hicaliber-theme-child/assets/images/prepare-prepend.v2.svg);
}

.single-product .product_cat-protect .product_title:before,
.single-product .product_cat-interior .product_title:before{
    background-image: url(//cutekwoodsolutions.com/ca/wp-content/themes/hicaliber-theme-child/assets/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(//cutekwoodsolutions.com/ca/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(//cutekwoodsolutions.com/ca/wp-content/themes/hicaliber-theme-child/assets/images/text-border-green.svg);
}
.hero .hero-banner-message h1:after {
    background-image: url(//cutekwoodsolutions.com/ca/wp-content/themes/hicaliber-theme-child/assets/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(//cutekwoodsolutions.com/ca/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(//cutekwoodsolutions.com/ca/wp-content/themes/hicaliber-theme-child/assets/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(//cutekwoodsolutions.com/ca/wp-content/themes/hicaliber-theme-child/assets/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(//cutekwoodsolutions.com/ca/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;
}




.cutek-project-gallery-heading {
	text-align: center;
	margin: 0 0 20px 0;
}

.gallery-element .hic-image-container {
	position: relative;
}

.gallery-element .hic-image-container .overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000000;
	color: #FFFFFF;
	padding: 20px;
}
.gallery-element .hic-image::before {
	padding-top: 80%;
}




/*  ArchiPro social icon  */

i.fab.archipro {
	width: 16px;
	height: 16px;
	background: url(//cutekwoodsolutions.com/ca/wp-content/themes/hicaliber-theme-child/assets/images/archipro.svg) center center no-repeat;
	background-size: contain;
} 




/*  How To Use page updates  */

section.how-to-use-header {
	box-shadow: 0 2px 8px 0px rgba(0, 0, 0, 0.25);
}
section.how-to-use-header .section-footer {
	margin-top: 0;
}
section.how-to-use-header .section-footer .hic-button-wrap a.button {
	margin-left: 5px;
	margin-right: 5px;
}

.how-to-use-videos.image-above-content .has-image .hic-content {
	padding: 0;
	padding-top: 10px;
}
.how-to-use-videos .hic-blurb p {
	font-size: 0.9em;
}
.how-to-use-videos.image-above-content .hic-title h3::after {
	margin-top: 5px;
	magin-bottom: 10px;
}

@media screen and (max-width: 768px) {
	
	.how-to-use-header .cell.hic-button-wrap a {
		display: block;
		width: 100%;
		margin: 10px 0 0 0;
	}
	
}