/* SLICK CSS */
.slick-slider{position:relative;display:block;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:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-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;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{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}
/*# sourceMappingURL=slick.min.css.map */

/* LICENSE & DETAILS
   ==================================================

  Theme Name: Dilate Framework
  Theme URI: http://www.dilate.com.au/
  Description: An Incredible Responsive Multi-Purpose WordPress Theme
  License: GNU General Public License version 3.0
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
  Template: Divi
  Version: 1.0
  Author: Dilate Digital
  Author URI: www.dilate.com.au
  Developer: Dilate

  All files, unless otherwise stated, are released under the GNU General Public License
  version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)

   ==================================================
*/

/* --------------------------------------------
  CHILD THEME CSS

  #FONTFACE
  #DEFAULTS
  #HEADER
  #HOMEPAGE
  #FOOTER
-------------------------------------------- */



/*=====================================*/
/*              #FONTFACE              */
/*=====================================*/
@font-face {
  font-family: 'HaasGrotDisp-55Roman';
  src: url('fonts/HaasGrotDisp-55Roman.eot?#iefix') format('embedded-opentype'),  url('fonts/HaasGrotDisp-55Roman.otf')  format('opentype'),
       url('fonts/HaasGrotDisp-55Roman.woff') format('woff'), url('fonts/HaasGrotDisp-55Roman.ttf')  format('truetype'), url('fonts/HaasGrotDisp-55Roman.svg#HaasGrotDisp-55Roman') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'HaasGrotDisp-95Black';
  src: url('fonts/HaasGrotDisp-95Black.eot?#iefix') format('embedded-opentype'),  url('fonts/HaasGrotDisp-95Black.otf')  format('opentype'),
       url('fonts/HaasGrotDisp-95Black.woff') format('woff'), url('fonts/HaasGrotDisp-95Black.ttf')  format('truetype'), url('fonts/HaasGrotDisp-95Black.svg#HaasGrotDisp-95Black') format('svg');
  font-weight: normal;
  font-style: normal;
}



/*=====================================*/
/*             #DEFAULTS               */
/*=====================================*/
body {
  color: #747784;
  font-family: 'HaasGrotDisp-55Roman', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.5em;
  background: #fff;
}
body.noscroll {
 overflow-y: hidden;
}
a{
  color: #66cc33;
}
mark {
  background: none;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
  line-height: 20px;
  padding-bottom: 5px;
  display: block;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  color: #181d2f;
  padding-bottom: 15px;
  font-family: 'HaasGrotDisp-95Black';
}
strong{
  color: #181d2f;
  font-family: 'HaasGrotDisp-95Black';
  font-weight: normal;
}
.et_pb_row {
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1174px;
}
.et_pb_section {
  background-color: transparent;
}
p {

}
.et_pb_button {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;

  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
   align-items: center;

  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;

  background: #66cc33;
  color: #ffffff !important;
  border: 2px solid #66cc33;
  border-radius: 50px;
  font-size: 22px;
  padding: 23px 15px !important;
  line-height: 1 !important;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 0;

  width: auto;
  display: inline-block !important;
  text-transform: none;
  min-width: 240px;
  font-family: 'HaasGrotDisp-95Black';

  z-index: 1;

  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.et_pb_button::after {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.et_pb_button::before,
.et_pb_button::after {
  background: #76e63e;
  content: '';
  position: absolute;
  z-index: -1;
}
.et_pb_button:hover {
  border: 2px solid #66cc33 !important;

  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.et_pb_button::after {
  background-color: #76e63e;
  height: 100%;
  left: -35%;
  top: 0;
  transform: skew(50deg);
  transition-duration: 0.6s;
  transform-origin: top left;
  width: 0;

  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.et_pb_button:hover:after {
  height: 100%;
  width: 135%;

  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.et_pb_button:after{
  /*display: none;*/
}
body .et_pb_button:before,
html body #page-container .et_pb_section .et_pb_slider_0.et_pb_slider .et_pb_more_button.et_pb_button:before,
html body #page-container .et_pb_section a[class*="et_pb_button_"]:before{
  display: inline-block !important;
}
.btn{
  font-size: 16px;
  font-family: 'HaasGrotDisp-95Black';
  padding: 3px 20px;
  border-radius: 30px;
  min-width: 150px;
  display: inline-block;
  text-align: center;
}
.btn-border{
  background: transparent;
  border: 2px solid #181d2f;
  color: #181d2f;
  position: relative;
  overflow: hidden;

  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-border::after {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-border::before,
.btn-border::after {
  background: #66cc33;
  content: '';
  position: absolute;
  z-index: -1;
}
.btn-border:hover {
  color: #fff;
  border: 2px solid #66cc33;

  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-border::after {
  background-color: #66cc33;
  height: 100%;
  left: -35%;
  top: 0;
  transform: skew(50deg);
  transition-duration: 0.6s;
  transform-origin: top left;
  width: 0;

  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-border:hover:after {
  height: 100%;
  width: 135%;

  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.hidden{
  display: none;
}
.title-num{
  color: #e5e7eb;
  font-family: 'HaasGrotDisp-95Black';
  font-size: 45px;
}
.slick-dots {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 0;
  padding: 1rem 0 !important;
  list-style-type: none;
}
.slick-dots li {
  margin: 0 0.25rem;
  list-style-type: none;
  padding: 0 !important;
}
.slick-dots li:before{
  display: none;
}
.slick-dots button {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #bbf39e;
  text-indent: -9999px;
}
.slick-dots li.slick-active button {
  background-color: #66cc33;
}
.arrows {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.slick-arrow {
  width: 45px;
  height: 45px;
  background: none;
  border: 2px solid #ffffff;
  padding: 0px;
  cursor: pointer;

  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
   align-items: center;
  
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;

   -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.slick-arrow svg {
  fill: #ffffff;

  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.slick-arrow.prevBtn svg {
  transform: rotateY(180deg) !important;
}
.slick-arrow:hover {
  background: #ffffff;
/*   border-color: #1c3569; */
}
.slick-arrow:hover svg {
  fill: #1c3569;
}
@media (max-width: 767px){
  body{
    overflow: auto !important;
  }
  .et_pb_button{
    padding: 16px 15px !important;
    min-width: 200px;
  }
}



/*=====================================*/
/*             #HEADER                 */
/*=====================================*/
header .et_pb_row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
   align-items: center;

   padding: 0px 5px;
}
header .et_pb_column {
  margin-bottom: 0 !important;
}
header .et_pb_image_logo img{
  max-width: 240px;
}
header #navbar .et_pb_menu__menu ul li a{
  color: #343434;
  font-size: 18px;
  padding: 10px;
  margin: 0 8px;
  transition: color 0.3s linear;
}
header #navbar .et_pb_menu__menu ul li a:hover{
  color: #66cc33;
  opacity: 1;
}
header #navbar .et_pb_menu__menu ul li a:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: #66cc33;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.3s;
}
header #navbar .et_pb_menu__menu ul li a:hover:after {
  transform-origin: bottom left;
  transform: scaleX(1);
}
header #navbar .et_pb_menu__menu ul li.menu-item-has-children a:after{
  display: none;
}
header .et-menu .menu-item-has-children>a:first-child:before {
    font-family: ETmodules;
    content: "3";
    font-size: 16px;
    position: absolute;
    right: -10px;
    top: 10px
    font-weight: 800;
}
header #navbar .et_pb_menu .et-menu-nav>ul ul.sub-menu{
  border-top: 3px solid #66cc33;
  background: #66cc33 !important;
  padding: 10px 0;
}
header #navbar .et_pb_menu .et-menu-nav>ul ul.sub-menu a{
  padding-left: 0;
  padding-right: 0;
  color: #fff;
}
header #navbar .et_pb_menu .et-menu-nav>ul ul.sub-menu a:hover{
  background: transparent;
}
header .et_pb_section{
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
header.shrink .et_pb_section{
  background: #fff;
  padding: 15px 0 10px;
  border-bottom: 1px solid #ececec;

  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
header .tb_topbar{
  background: #66cc33;
  text-align: center;
}
header .tb_topbar a{
  color: #fff;
  font-family: 'HaasGrotDisp-95Black';
  display: block;
  padding: 10px;
}
header .tb_order .phone-link{
  color: #181d2f;
  font-size: 28px;
  position: relative;
  top: -8px;
  right: 10px;
  font-family: 'HaasGrotDisp-95Black';
}
header .tb_order .phone-link img{
  width: 20px;
  position: relative;
  top: 1px;
  margin-right: 10px;
}
header .tb_order .btn {
  top: 6px;
  padding: 6px 20px;
  background: #66cc33;
  border-color: #66cc33;
  color: #fff;
}
.mobile-menu--active header .tb_topbar{
  opacity: 0;
  visibility: hidden;
}
header .mobile_menu_bar {
  background: #66cc33;
  width: 30px;
  height: 3px;

  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;

  position: absolute;
  top: -5px;
  transition: all 0.3s ease;
  right: 0;
  z-index: 999;
}
header .mobile_menu_bar:before,
header .mobile_menu_bar:after {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  height: 3px;
  background: #66cc33;
}
header .mobile_menu_bar:before {
  top: 8px !important;
}
header .mobile_menu_bar:after {
  top: 16px;
}
.mobile-menu--active header .mobile_menu_bar:before{
  left: 9px;
}
.mobile-menu--active header .mobile_menu_bar:after{
  left: 9px;
}

.mobile-menu--active header .mobile_menu_bar:before {
  content: '\4d';
  z-index: 100;
  color: #181d2f !important;
  background: transparent;
  top: -8px !important;
  left: -7px;
  font-size: 36px;
}
.mobile-menu--active header .mobile_menu_bar,
.mobile-menu--active header .mobile_menu_bar:after{
  background: transparent;
}
header .et_pb_menu_0_tb_header.et_pb_menu .et_mobile_menu, 
header .et_pb_menu_0_tb_header.et_pb_menu .et_mobile_menu ul{
  background-color: #dcf3d0!important;
}
.single.et-db #et-boc .et-l .et_pb_menu_0_tb_header.et_pb_menu .et_mobile_menu, 
.single.et-db #et-boc .et-l .et_pb_menu_0_tb_header.et_pb_menu .et_mobile_menu ul{
  background-color: #dcf3d0!important;
}
header .et_pb_menu_0_tb_header.et_pb_menu .et_mobile_menu{
  background-image: url(/wp-content/uploads/2020/05/matera-logo.svg);
  background-repeat: no-repeat;
  background-size: 180px;
  background-position: 40px 15px;
}
header .et_mobile_menu {
  opacity: 0;
  transform: translatey(48px);
  transition-delay: 600ms;
  visibility: hidden;
}
header .et_mobile_menu a {
  transform: translatey(100%);
  opacity: 0;
  transition: all cubic-bezier(0.5, 0, 0, 1) 800ms;
  color: #fff;
  font-weight: normal !important;
}
header .tb_order .btn{
  top: 6px;
}
.mobile-menu--active #navbar{
  /*overflow: auto;*/
}
.mobile-menu--active header,
.mobile-menu--active header .mobile_menu_bar{
  z-index: 99;
}
.mobile-menu--active header .mobile_menu_bar{
  position: fixed;
  top: 25px;
  right: 35px;
}
.mobile-menu--active header .et_mobile_menu {
  position: fixed;
  display: flex !important;
  flex-direction: column;
  min-height: 100%;
  max-height: 100%;
  z-index: 10;
  top: 0 !important;
  border: none;
  overflow-y: auto;
  max-width: 100%;
  float: left;
  transition: all cubic-bezier(0.5, 0, 0, 1) 800ms;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 80px;
  padding-right: 40px;
  padding-left: 40px;
}
.mobile-menu--active header .et_mobile_menu {
  transform: none;
  opacity: 1;
  width: 100%;
  visibility: visible;
}
.mobile-menu--active header .et_mobile_menu > li{
  border-bottom: 1px solid #c8e4b9;
}
.mobile-menu--active header .et_mobile_menu a {
  color: #181d2f;
  transform: none;
  opacity: 1;
  border: none;
  font-family: 'HaasGrotDisp-95Black';
}
.mobile-menu--active header .et_mobile_menu .menu-item-has-children a{
  background: transparent;
  position: relative;
}
.mobile-menu--active header .et_mobile_menu .menu-item-has-children > a > i.handle {
    position: absolute;
    width: 30px;
    height: 100%;
    top: 0;
    right: 0;
}
.mobile-menu--active header .et_mobile_menu .menu-item-has-children > a > i.handle:before, 
.mobile-menu--active header .et_mobile_menu .menu-item-has-children > a > i.handle:after {
    position: absolute;
    content: "";
    width: 2px;
    height: 14px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #181d2f;
    -webkit-transition: all 200ms 50ms cubic-bezier(.61,.25,.81,.88);
    -moz-transition: all 200ms 50ms cubic-bezier(.61,.25,.81,.88);
    -ms-transition: all 200ms 50ms cubic-bezier(.61,.25,.81,.88);
    transition: all 200ms 50ms cubic-bezier(.61,.25,.81,.88);
}
.mobile-menu--active header .et_mobile_menu .menu-item-has-children > a > i.handle:after {
    width: 14px;
    height: 2px;
}
.mobile-menu--active header .et_mobile_menu .menu-item-has-children.open > a > i.handle:before, 
.mobile-menu--active header .et_mobile_menu .menu-item-has-children.open > a > i.handle:after {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.mobile-menu--active header .et_mobile_menu .menu-item-has-children.open > a > i.handle:after {
    opacity: 0;
}
.mobile-menu--active header .et_mobile_menu ul.sub-menu {
    background: none !important;
    padding: 0;
    overflow: hidden;
    max-height: 0px;
    -webkit-transition: all 500ms 50ms ease-in-out;
    -moz-transition: all 500ms 50ms ease-in-out;
    -ms-transition: all 500ms 50ms ease-in-out;
    transition: all 500ms 50ms ease-in-out;
}
.mobile-menu--active header .et_mobile_menu .menu-item-has-children.open ul.sub-menu {
    max-height: 500px !important;
}
@media (max-width: 1602px){
  header #navbar .et_pb_menu__menu ul li a{
    padding: 10px 5px;
    margin: 0 5px;
  }
}
@media (max-width: 1440px){
  header .et_pb_image_logo img{
    max-width: 174px;
  }
  header .tb_order .phone-link{
    font-size: 18px;
  }
  header .tb_order .phone-link img{
    margin-right: 5px;
    width: 13px;
  }
  header .tb_order .btn{
    padding: 3px 10px;
    min-width: 110px;
    font-size: 14px;
  }
}
@media (max-width: 1366px){
  header #navbar .et_pb_menu__menu ul li a{
    font-size: 16px;
  }
}
@media (min-width: 981px) and (max-width: 1243px){
  header #navbar .et_pb_menu__menu ul li{
    padding: 0;
  }
  header #navbar .et_pb_menu__menu ul li a {
    font-size: 15px;
    margin: 0 3px;
  }
  header .tb_order .phone-link {
    font-size: 15px;
    right: 5px
  }
}
@media (max-width: 1024px){
  header #navbar .et_pb_menu .et-menu-nav>ul ul.sub-menu a{
    padding: 5px 15px;
  }
}
@media (max-width: 980px){
  .page-select-your-suburb header .tb_topbar,
  .page-select-a-bin header .tb_topbar,
  .single-product header .tb_topbar,
  .woocommerce-checkout header .tb_topbar{
    display: none;
  }
  #navbar{
    padding-top: 46px!important;
  }
  .page-select-your-suburb header #navbar,
  .page-select-a-bin header #navbar,
  .single-product header #navbar,
  .woocommerce-checkout header #navbar{
    padding-top: 0 !important;
  }
}


/*=====================================*/
/*          #INNERPAGES GLOBAL         */
/*=====================================*/
.entry-content h1{
  font-size: 65px;
}
.entry-content h2{
  font-size: 55px;
}
body:not(.home) .entry-content h2{
  margin-bottom: 5px;
}
.entry-content h3{
  font-size: 40px;
}
.entry-content ul{
  list-style-type: none;
  padding-left: 0;
}
.entry-content ul ul{
  margin-top: 20px;
  padding-bottom: 0;
}
.entry-content ul li{
  position: relative;
  padding: 0 0 1em 30px;
}
.entry-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 10px;
  height: 10px;
  background-color: #66cc33;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.entry-content ul ul li:last-child{
  margin-bottom: 0;
  padding-bottom: 0;
}
.entry-content p sup{
  bottom: .6em;
  font-size: 0.7em;
}
@media (max-width: 980px){
  body:not(.home) .entry-content h2{
    margin-bottom: 30px;
  }
}
@media (max-width: 767px){
  .entry-content h1{
    font-size: 50px;
    line-height: 50px;
    letter-spacing: -1px;
  }
  .entry-content h2{
    font-size: 50px;
    line-height: 50px;
    letter-spacing: -1px;
  }
  .entry-content h3{
    font-size: 36px;
  }
}


/*=====================================*/
/*             HOMEPAGE                */
/*=====================================*/
.section_va{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section h1,
.section h2{
  font-size: 70px;
  line-height: 1em;
  letter-spacing:-1px;
}
.section .et_pb_button{
  font-size: 18px;
  padding: 20px 15px !important;
  min-width: 220px;
}
.section_hero:before{
  background: url(images/line-1.svg) no-repeat scroll 10px center transparent;
  content: '';
  /* display: block; */
  position: absolute;
  height: 807px;
  width: 811px;
  right: 0px;
  top: -245px;
  background-size: 100%;
  z-index: 0;
}
.section_hero:after{
  background: url(images/line-2.svg) no-repeat scroll 0 0 transparent;
	content: '';
	display: block;
	position: absolute;
	height: 1200px;
	width: 100%;
	left: 0;
	top: 0;
	background-size: cover;
	z-index: 0;
}
.section_hero .h1{
  color: #181d2f;
  font-family: 'HaasGrotDisp-95Black';
  font-size: 66px;
  line-height: 1.4em;
  text-align: center;
  margin-top: -66px;
  padding: 0 0 20px;
}
.section_hero .h1 span{
  font-size: 145px;
}
.section_hero .et_pb_button{
  font-size: 30px;
  padding: 23px 20px !important;
  min-width: 270px;
}
.section_hero .squiggle{
  position: absolute;
  width: 100%;
  left: -60%;
  transform: rotate(30deg);
  height: 100vh;
}
.section_hero .squiggle-2{
  left: auto;
  right: -58%;
  margin-top: -39%;
}
.squiggle svg {
  display: block;
  margin: 0 auto;
  /*transform: rotate(45deg);*/
}
.curve {
  stroke-width: 1px;
  stroke-opacity: 0;
  opacity: 1;
}
.curve path {
  transform-origin: center 60px;
}
.curve path:nth-child(1) {
  animation: curve 60s linear 1.2s infinite;
}
@keyframes curve {
  0% {
    transform: none;
    stroke-opacity: 1;
  }
  50% {
    transform: rotateX(90deg) scaleY(0.8);
    stroke-opacity: 1;
  }
  70% {
    /* transform: skewY(-2deg); */
  }
  100% {
    transform: none;
    stroke-opacity: 1;
  }
}
.section_hero .bubbly{
  text-align:center;
  left: 0;
  right: 0;
  position: absolute;
}
.section_hero .bubbly svg{
  margin: 0 auto;
  width:63%;
  height: 800px
}
.section_hero .bin{
  display: inline-block;
  position: absolute;

  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;

} 
.section_hero .bin:hover{
  margin-top: -15px;
}
.section_hero .front-lift-bin{
  left: 60px;
  width: 330px;
  top: -80px;
}
.section_hero .skip-bin{
  width: 620px;
  left: 280px;
  z-index: 3;
}
.section_hero .hook-lift{
  width: 700px;
  right: 50px;
}
.section_hero .bounce img{
  margin-right: 104px;
  position: absolute;
  right: 0;
  bottom: 5em;
}
.section_hero .wrapper-bin{
  min-height: 300px;
}
.section_2{
  overflow: hidden;
}
#about h1{
  font-size: 16px;
  font-family: 'HaasGrotDisp-55Roman';
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #adb1c3;
  -webkit-transform: rotate(270deg) translateX(-100%);
  transform: rotate(270deg) translateX(-100%);
  -webkit-transform-origin: 0;
  transform-origin: 0;
  position: absolute;
  left: -10%;
  top: 175px;
}
.section_2 .squiggle{
  position: absolute;
  width: 100%;
  left: -6%;
  transform: rotate(30deg);
  height: 100vh;
  margin-top: -30%;
}
.section_2 .bubbly{
  position: absolute;
  width: 100%;

  text-align:center;
  left: 0;
  right: 0;
}
.section_2 .bubbly svg{
  margin: 0 auto;
  width: 200%;
  margin-top: -58%;
  margin-left: -25%;
  height: 1500px
}
.section_2 .img_bin{
  width: 987px;
  max-width: none;
  position: relative;
  left: 74px;
  top: -33px;
}
.section_2 .et_pb_button{
  margin-top: 35px;
}
.section_3 h2{
  font-size: 60px;
}
.section_3 h3{
  margin-top: 40px;
}
.section_3 .slick-waste-types .item-waste{
  padding: 0 20px;
}
.section_3 .slick-waste-types .item-waste .waste-image{
  padding-top: 45px;
  margin-bottom: 75px;
  position: relative;
}
.section_3 .slick-waste-types .item-waste .waste-image .bubbly{
    position: absolute;
    width: 100%;
    height: 100%;
    top: -40px
}
.section_3 .slick-waste-types .item-waste .waste-image img{
  max-height: 125px;
  position: relative;
  margin: 0 auto;
}
.section_3 .slick-waste-types .item-waste .waste-title{
  color: #181d2f;
  font-family: 'HaasGrotDisp-95Black';
  font-size: 26px;
  margin-bottom: 26px;
  text-align: center;
}
.section_3 .slick-waste-types .item-waste .waste-content{
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
.section_3 .slick-nav{
  display: none;
}
.section_3 .slick-nav .slick-arrow{
  position: absolute;
  color: #fff;
  left: 50px;
}
.section_3 .slick-prev::before {
  content: '\23';
  display: block;
  font-size: 35px;
  height: 35px;
  color: #cdcdcd;
  width: 35px;
  font-family: 'etModules';
  position: absolute;
  z-index: 9;
  top: 34px;
  left: 13px;
}
.section_3 .slick-next::after {
    content: '\24';
    display: block;
    font-size: 35px;
    height: 35px;
    color: #cdcdcd;
    width: 35px;
    font-family: 'etModules';
    position: absolute;
    z-index: 9;
    top: 34px;
    left: 77px;
}
.section_3 .row_acceptance .et_pb_column_1_5{
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20288%20288%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23dcf3d0%22%20d%3D%22M%2049.0447%20173.429%20c%20-6.96904%20-16.6572%20-14.7931%20-19.3871%20-18.7447%20-34.1291%20c%20-6.14605%20-20.9006%202.49601%20-49.2699%2022.0615%20-62.6969%20c%2021.1077%20-15.4141%2031.3951%20-1.94476%2064.1225%20-11.2503%20C%20142.361%2057.6403%20146.376%2047.8143%20173%2043.4%20c%2012.8835%20-1.2647%2037.6776%20-5.9935%2057.7522%2010.4527%20c%2020.4194%2016.7476%2019.6692%2042.6913%2020.4466%2053.3838%20c%200.805724%2022.7276%20-7.88118%2029.5265%20-7.40121%2048.3988%20c%200.37719%2020.8633%208.54943%2025.5248%205.10243%2041.0647%20c%20-4.24224%2016.7165%20-18.2119%2032.1699%20-35.6871%2036.4838%20c%20-21.1599%204.76626%20-26.9667%20-16.3023%20-51.0328%20-14.518%20c%20-29.7978%202.68231%20-44.1313%2037.0736%20-69.9801%2031.9342%20c%20-16.9958%20-3.8974%20-27.4927%20-22.972%20-34.3018%20-37.7113%20C%2050.9422%20196.775%2056.6268%20191.826%2049.0447%20173.429%20Z%22%3E%0A%20%20%20%20%20%20%20%20%3Canimate%20repeatCount%3D%22indefinite%22%20attributeName%3D%22d%22%20dur%3D%2220s%22%20values%3D%22M37.5%2C186c-12.1-10.5-11.8-32.3-7.2-46.7c4.8-15%2C13.1-17.8%2C30.1-36.7C91%2C68.8%2C83.5%2C56.7%2C103.4%2C45%20c22.2-13.1%2C51.1-9.5%2C69.6-1.6c18.1%2C7.8%2C15.7%2C15.3%2C43.3%2C33.2c28.8%2C18.8%2C37.2%2C14.3%2C46.7%2C27.9c15.6%2C22.3%2C6.4%2C53.3%2C4.4%2C60.2%20c-3.3%2C11.2-7.1%2C23.9-18.5%2C32c-16.3%2C11.5-29.5%2C0.7-48.6%2C11c-16.2%2C8.7-12.6%2C19.7-28.2%2C33.2c-22.7%2C19.7-63.8%2C25.7-79.9%2C9.7%20c-15.2-15.1%2C0.3-41.7-16.6-54.9C63%2C186%2C49.7%2C196.7%2C37.5%2C186z%3B%20M51%2C171.3c-6.1-17.7-15.3-17.2-20.7-32c-8-21.9%2C0.7-54.6%2C20.7-67.1c19.5-12.3%2C32.8%2C5.5%2C67.7-3.4C145.2%2C62%2C145%2C49.9%2C173%2C43.4%20c12-2.8%2C41.4-9.6%2C60.2%2C6.6c19%2C16.4%2C16.7%2C47.5%2C16%2C57.7c-1.7%2C22.8-10.3%2C25.5-9.4%2C46.4c1%2C22.5%2C11.2%2C25.8%2C9.1%2C42.6%20c-2.2%2C17.6-16.3%2C37.5-33.5%2C40.8c-22%2C4.1-29.4-22.4-54.9-22.6c-31-0.2-40.8%2C39-68.3%2C35.7c-17.3-2-32.2-19.8-37.3-34.8%20C48.9%2C198.6%2C57.8%2C191%2C51%2C171.3z%3B%20M37.5%2C186c-12.1-10.5-11.8-32.3-7.2-46.7c4.8-15%2C13.1-17.8%2C30.1-36.7C91%2C68.8%2C83.5%2C56.7%2C103.4%2C45%20c22.2-13.1%2C51.1-9.5%2C69.6-1.6c18.1%2C7.8%2C15.7%2C15.3%2C43.3%2C33.2c28.8%2C18.8%2C37.2%2C14.3%2C46.7%2C27.9c15.6%2C22.3%2C6.4%2C53.3%2C4.4%2C60.2%20c-3.3%2C11.2-7.1%2C23.9-18.5%2C32c-16.3%2C11.5-29.5%2C0.7-48.6%2C11c-16.2%2C8.7-12.6%2C19.7-28.2%2C33.2c-22.7%2C19.7-63.8%2C25.7-79.9%2C9.7%20c-15.2-15.1%2C0.3-41.7-16.6-54.9C63%2C186%2C49.7%2C196.7%2C37.5%2C186z%09%22%3E%3C%2Fanimate%3E%0A%20%20%20%20%3C%2Fpath%3E%0A%20%20%3C%2Fsvg%3E);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center -25px;
  padding-top: 20px;
}
.section_3 .row_acceptance img {
  max-height: 100px;
}
.section_4{
  overflow: hidden;
}
.section_4 h2{
  font-size: 65px;
  margin-bottom: 18px;
}
.section_4 .bubbly{
  position: absolute;
  width: 100%;

  text-align:center;
  left: 0;
  right: 0;
  top: 100px;
}
.section_4 .bubbly svg{
  margin: 0 auto;
  width: 250%;
  margin-top: -45%;
  margin-left: -60%;
  height: 1200px
}
.section_4 .et_pb_button{
  margin-top: 40px;
}
.section_4 ul li{
  padding: 0 0 5px 25px;
}
.section_6 h2{
  margin-bottom: 10px;
}
.section_6 form input[type="text"]{
  background-image: url('images/search.svg');
  background-size: 29px;
  background-position: 95% center;
  background-repeat: no-repeat;;
  background-color: #fff;
  border: 3px solid #81b879;
  color: #b6bbca;
  font-size: 30px;
  padding: 20px 80px 20px 50px;
  width: 100%;
  border-radius: 15px;
}
.section_6 form input[type="submit"]{
  background-color: #66cc33;
  border: 2px solid #66cc33;
  border: none;
  color: #fff;
  font-family: 'HaasGrotDisp-95Black';
  font-size: 22px;
  display: block;
  width: 238px;
  margin: 80px auto 20px;
  padding: 21px 15px;
  border-radius: 36px;
  cursor: pointer;
}
.section_6 form input[type="submit"]:hover{
  background-color: #76e63e;
}
.section_6 .tb_search_suburb a{
  color: #8c8c8c;
  font-family: 'HaasGrotDisp-95Black';
  text-decoration: underline;
}
.section_7{
  min-height: 600px;
	position: relative;
	z-index: 0;
}
.section_7 .bubbly{
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  right: 0;
}
.section_7 .bubbly svg{
  margin: 0 auto;
  width: 80%;
  margin-top: -25%;
  height: 1130px;
}
.section_7 h2{
  position: relative;
  font-size: 100px;
  z-index: 2;
  line-height: 100px;
  padding: 0 0 60px;
}
.section_7 img{
  position: relative;
  max-width: 856px;
  margin-top: -75px;
  z-index: 1;
}
.section_8 .squiggle{
  position: absolute;
  width: 100%;
  transform: rotate(30deg);
  height: 100vh;
  margin-top: -18%;
}
.arrow-circle-down {
  display: block;
  width: 40px;
  height: 40px;
  margin: 16px 0;
  /*fill: #fff;*/
}
.bounce {
  -webkit-animation: bounce 2s;
          animation: bounce 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes bounce {
  0%,
  25%,
  50%,
  75%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
  }
}

@keyframes bounce {
  0%,
  25%,
  50%,
  75%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
  }
}
#back-to-top {
  display: none;
  cursor: pointer;
  content: '';
  position: absolute;
  right: 0;
  bottom: 80px;
  position: fixed;
  z-index: 9;
  margin-right: 92px;
  transform: rotate(180deg);
}
.scrollify-disabled .row_home_above_footer{
  position: static !important;
  transform: none !important;
}
@media (max-width: 1440px){
  .section_hero .h1{
    font-size: 70px;
    line-height: 110px
  }
  .section_hero .h1 span {
    font-size: 180px;
  }
  .section_hero .wrapper-bin{
    max-width: 80%;
    margin: 0 auto;
  }
  .section_hero .front-lift-bin{
    width: 295px;
  }
  .section_hero .skip-bin{
    width: 520px;
    left: 27%;
  }
  .section_hero .hook-lift{
    width: 600px;
  }
  .section h1,
  .section h2{
    font-size: 65px;
    line-height: 70px;
  }
  #about h1{
    position: static;
    transform: none;
    line-height: 1em;
    padding: 10px 0 0;
  }
  .section_2 .img_bin{
    width: 800px;
  }
  .section_2 .bubbly svg{
    height: 1000px;
  }
  .section_3 .slick-waste-types .item-waste .waste-image .bubbly{
    width: 120%;
    top: -10%;
    left: -20%
  }
}
@media (max-width: 1440px) and (min-width: 981px){
	.section_hero:after{
		left: 0;
		top: -222px;
	}
  .section_2{
    padding-top: 0 !important;
  }
  .section_2 .et_pb_column_1_4{
    width: 10.5%!important;
  }
  .section_2 .et_pb_column_1_2{
    width: 50%!important;
  }
  .section_2 .et_pb_column_1_4.et-last-child{
    width: 39.5%!important;
  }
  .section_2 h2{
    padding-bottom: 0px;
  }
  .section_3{
    padding-top: 30px !important;
  }
  .section_4 .et_pb_column_1_4{
    width: 10.5%!important;
  }
  .section_4 .et_pb_column_1_2{
    width: 50%!important;
  }
  .section_4 .et_pb_column_1_4.et-last-child{
    width: 39.5%!important;
  }
  .section_4 .bubbly svg{
    width: 200%;
    margin-left: -30%;
    height: 1000px;
  }
  .section_5 .et_pb_text_9 {
    max-width: 350px;
    margin: 0 auto;
  }
}
@media (max-width: 1366px) and (min-width: 981px){
  .section_2 .et_pb_text_2 {
    padding-top: 0 !important;
  }
  .section_3{
    padding-top: 0 !important;
  }
  .section_3 .et_pb_row_4{
    padding-bottom: 0 !important;
  }
  .section_3 .slick-waste-types .item-waste .waste-image img{
    max-height: 80px;
  }
  .section_3 .slick-waste-types .item-waste .waste-title{
    font-size: 20px;
    margin-bottom: 10px;
  }
  .section_4{
    padding-top: 0 !important;
  }
  .section_4 .et_pb_column_1_2{
    width: 60%!important;
  }
  .section_4 .et_pb_column_1_4.et-last-child{
    width: 29.5%!important;
  }
  .section_4 .bubbly svg {
    width: 150%;
    margin-left: -18%;
    height: 800px;
    margin-top: -65%;
  }
}
@media (max-width: 1399px){
  .section_hero:before,
  .section_hero:after{
    right: 0;
    width: 100%;
  }
  .section_hero:before{
    background-position: 50px center;
  }
  .section_7 .et_pb_row{
    position: static;
    transform: none;
  }
}
@media (max-width: 1349px){
  #about h1{
    padding-bottom: 10px;
  }
}
@media (max-width: 1024px){
  .section_hero .h1{
    margin-top: 0;
  }
  .section_hero .front-lift-bin {
    width: 255px;
    left: 30px;
  }
  .section_hero .skip-bin {
    left: 21%;
    width: 470px;
  }
  .section_hero .hook-lift {
    width: 500px;
  }
}
@media (max-width: 980px){
  .home #main-content .et_pb_row{
    padding-left: 80px;
    padding-right: 25px;
  }
  .section_hero:before,
  .section_hero:after{
    display: none;
  }
  .section_hero .wrapper-bin{
    display: none;
  }
  .section_hero .front-lift-bin{
    width: 30%;
    top: -22%;
  }
  .section_hero .skip-bin{
    width: 55%;
  }
  .section_hero .hook-lift{
    width: 65%;
  }
  .section_hero .h1 span {
    font-size: 130px;
  }
  .section_hero .et_pb_button {
    font-size: 30px;
    padding: 20px 20px !important;
    min-width: 270px;
  }
  .section_hero .squiggle{
    width: 120%;
  }
  .section_2 .squiggle{
    width: 120%;
  }
  .section_2 .img_bin{
    width: 90%;
    left: 0;
    top: 0;
    display: block;
    margin: 0 auto;
  }
  .section_2 .bubbly svg{
    height: 800px;
    margin-top: -15%;
    width: 125%;
  }
  .section_3 .slick-waste-types .item-waste .waste-image img{
    height: 115px;
  }
  .section_3 .slick-nav .slick-arrow{
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 130px;
  }
  .section_3 .row_acceptance .et_pb_column_1_5{
    background-size: 40%;
    background-position: center 0;
    width: 50% !important;
  }
  .section_3 .row_acceptance.et_pb_row_7{
    display: block;
    flex-wrap: nowrap;
    margin-top: -160px;
  }
  .section_3 .row_acceptance.et_pb_row_7 .et_pb_column_15{
    clear: both;
    float: right;
  }
  .section_3 .row_acceptance.et_pb_row_7 .et_pb_column_16{
    clear: both;
  }
  .section_3 .row_acceptance img {
    max-height: 60px;
  }
  .section_8 .arrow-down{
    display: none;
  }
}
@media (max-width: 767px){
  .home #main-content .et_pb_row{
    padding-left: 15px;
    padding-right: 15px;
  }
  .section{
    height: auto !important;
  }
  .section_hero .h1 {
    font-size: 40px;
    line-height: 49px;
  }
  .section_hero .h1 span {
    font-size: 65px;
  }
  .section_hero .et_pb_button {
    font-size: 24px;
    padding: 15px 20px !important;
    min-width: 200px;
  }
  .section_hero .wrapper-bin{
    margin-top: 30px;
  }
  .section_hero .front-lift-bin {
    width: 30%;
    left: 0;
    top: -19%;
  }
  .section_hero .skip-bin {
    left: 19%;
    width: 60%;
  }
  .section_hero .hook-lift {
    width: 65%;
  }
  .section_hero .squiggle{
    margin-top: -32%;
  }
  .section_hero .squiggle-2{
    right: -45%;
    margin-top: -60%;
    display: none;
  }
  .section_hero .bubbly svg{
    width: 100%;
    height: 500px;
  }
  .section h1,
  .section h2 {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -1px;
  }
  .section:not(.section_hero) .et_pb_button{
    margin-top: 20px;
  }
  .section_2{
    overflow: hidden;
  }
  .section_2 .img_bin{
        width: 100%;
  }
  .section_2 .bubbly{
    height: 200%; 
  }
  .section_2 .bubbly svg{
    height: 100%;
    margin-top: -18%;
    width: 100%;
    margin-left: 0;
  }
  .section_3 .slick-waste-types .item-waste{
    padding-top: 25px;
  }
  .section_3 .slick-waste-types .item-waste .waste-image .bubbly {
    width: 70%;
    top: -10%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .section_3 .slick-waste-types .item-waste .waste-image{
    margin-bottom: 30px;
  }
  .section_3 .slick-waste-types .item-waste .waste-image img {
    height: 155px;
  }
  .section_4 h2 {
    margin-bottom: 0;
  }
  .section_4 img{
    max-width: 400px;
  }
  .section_4 .bubbly{
    display: none;
  }
  .section_4 .bubbly svg{
    margin-top: -25%;
    margin-left: -15%;
    height: 800px;
  }
  .section_7 .bubbly svg{
    height: 500px;
  }
  .section_6 form input[type="text"]{
    font-size: 22px;
    padding: 15px 80px 15px 30px;
  }
  .section_6 form input[type="submit"]{
    margin-top: 50px;
    padding: 16px 15px;
  }
  .section_7{
    min-height: 300px;
  }
}
@media (min-width: 481px) and (max-width: 767px){
  .home .et_pb_section_0.et_pb_section {
    padding-bottom: 140px;
  }
}
@media (max-width: 480px){
  .section_hero .front-lift-bin{
    top: -10%;
  }
  .section_hero .hook-lift{
    right: 0;
    top: 10px;
  }
  .section_hero .squiggle-2{
    margin-top: -140%;
  }
  .section_4 img{
    width: 100%;
  }
}
@media (max-height: 699px){
  .section_hero:before,
  .section_hero:after{
    display: none;
  }
}


/*=====================================*/
/*          #OUR BINS + CHILD          */
/*=====================================*/
.bin-slick .bin-item{
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20288%20288%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23dcf3d0%22%20d%3D%22M%2049.0447%20173.429%20c%20-6.96904%20-16.6572%20-14.7931%20-19.3871%20-18.7447%20-34.1291%20c%20-6.14605%20-20.9006%202.49601%20-49.2699%2022.0615%20-62.6969%20c%2021.1077%20-15.4141%2031.3951%20-1.94476%2064.1225%20-11.2503%20C%20142.361%2057.6403%20146.376%2047.8143%20173%2043.4%20c%2012.8835%20-1.2647%2037.6776%20-5.9935%2057.7522%2010.4527%20c%2020.4194%2016.7476%2019.6692%2042.6913%2020.4466%2053.3838%20c%200.805724%2022.7276%20-7.88118%2029.5265%20-7.40121%2048.3988%20c%200.37719%2020.8633%208.54943%2025.5248%205.10243%2041.0647%20c%20-4.24224%2016.7165%20-18.2119%2032.1699%20-35.6871%2036.4838%20c%20-21.1599%204.76626%20-26.9667%20-16.3023%20-51.0328%20-14.518%20c%20-29.7978%202.68231%20-44.1313%2037.0736%20-69.9801%2031.9342%20c%20-16.9958%20-3.8974%20-27.4927%20-22.972%20-34.3018%20-37.7113%20C%2050.9422%20196.775%2056.6268%20191.826%2049.0447%20173.429%20Z%22%3E%0A%20%20%20%20%20%20%20%20%3Canimate%20repeatCount%3D%22indefinite%22%20attributeName%3D%22d%22%20dur%3D%2220s%22%20values%3D%22M37.5%2C186c-12.1-10.5-11.8-32.3-7.2-46.7c4.8-15%2C13.1-17.8%2C30.1-36.7C91%2C68.8%2C83.5%2C56.7%2C103.4%2C45%20c22.2-13.1%2C51.1-9.5%2C69.6-1.6c18.1%2C7.8%2C15.7%2C15.3%2C43.3%2C33.2c28.8%2C18.8%2C37.2%2C14.3%2C46.7%2C27.9c15.6%2C22.3%2C6.4%2C53.3%2C4.4%2C60.2%20c-3.3%2C11.2-7.1%2C23.9-18.5%2C32c-16.3%2C11.5-29.5%2C0.7-48.6%2C11c-16.2%2C8.7-12.6%2C19.7-28.2%2C33.2c-22.7%2C19.7-63.8%2C25.7-79.9%2C9.7%20c-15.2-15.1%2C0.3-41.7-16.6-54.9C63%2C186%2C49.7%2C196.7%2C37.5%2C186z%3B%20M51%2C171.3c-6.1-17.7-15.3-17.2-20.7-32c-8-21.9%2C0.7-54.6%2C20.7-67.1c19.5-12.3%2C32.8%2C5.5%2C67.7-3.4C145.2%2C62%2C145%2C49.9%2C173%2C43.4%20c12-2.8%2C41.4-9.6%2C60.2%2C6.6c19%2C16.4%2C16.7%2C47.5%2C16%2C57.7c-1.7%2C22.8-10.3%2C25.5-9.4%2C46.4c1%2C22.5%2C11.2%2C25.8%2C9.1%2C42.6%20c-2.2%2C17.6-16.3%2C37.5-33.5%2C40.8c-22%2C4.1-29.4-22.4-54.9-22.6c-31-0.2-40.8%2C39-68.3%2C35.7c-17.3-2-32.2-19.8-37.3-34.8%20C48.9%2C198.6%2C57.8%2C191%2C51%2C171.3z%3B%20M37.5%2C186c-12.1-10.5-11.8-32.3-7.2-46.7c4.8-15%2C13.1-17.8%2C30.1-36.7C91%2C68.8%2C83.5%2C56.7%2C103.4%2C45%20c22.2-13.1%2C51.1-9.5%2C69.6-1.6c18.1%2C7.8%2C15.7%2C15.3%2C43.3%2C33.2c28.8%2C18.8%2C37.2%2C14.3%2C46.7%2C27.9c15.6%2C22.3%2C6.4%2C53.3%2C4.4%2C60.2%20c-3.3%2C11.2-7.1%2C23.9-18.5%2C32c-16.3%2C11.5-29.5%2C0.7-48.6%2C11c-16.2%2C8.7-12.6%2C19.7-28.2%2C33.2c-22.7%2C19.7-63.8%2C25.7-79.9%2C9.7%20c-15.2-15.1%2C0.3-41.7-16.6-54.9C63%2C186%2C49.7%2C196.7%2C37.5%2C186z%09%22%3E%3C%2Fanimate%3E%0A%20%20%20%20%3C%2Fpath%3E%0A%20%20%3C%2Fsvg%3E");
  padding-top: 60px;
  padding-bottom: 80px;
  background-size: 50%;
  background-repeat: no-repeat;
  text-align: center;
  background-position: center top;
  padding-left: 30px;
  padding-right: 30px;
  transition: all 0.5s ease;
}
.bin-slick .bin-item .product-img{
  height: 250px;
  transition: all 0.5s ease;
}
.bin-slick .bin-item .product-img img{
  max-height: 200px;
  transition: all 0.5s ease;
  width: auto;
}
.bin-slick .bin-item .bin-name{
  color: #8b8e97;
  font-family: 'HaasGrotDisp-95Black';
  font-size: 25px;
  transition: all 0.5s ease;
  margin-top: 8px;
}
.bin-slick .slick-center .bin-item{
  background-size: 70%;
}
.bin-slick .slick-center .product-img{
  height: 300px;
  margin-top: -50px;
}
.bin-slick .slick-center .product-img img{
  max-height: 300px;
}
.bin-slick .slick-center .bin-item .bin-name{
  color: #181d2f;
  font-size: 30px;
}
.bin-slick .slick-dots{
  margin-top: 10px;
}
.page-our-bins .bubbly{
  background-size: 730px;
  background-position: 0 top;
}
.page-our-bins .et_pb_section_3 h2{
  margin-bottom: 63px;
}
.page-our-bins .et_pb_section_3 .et_pb_image img{
  max-width: 1080px;
}
.page-our-bins .et_pb_section_4 h2{
  margin-bottom: 53px;
}
.row_acceptance .et_pb_image{
  margin-bottom: 20px !important;
}
.row_acceptance img{
  max-height: 134px;
}
.row_acceptance .et_pb_text{
  margin-bottom: 37px !important;
}
.row_acceptance p{
  color: #181d2f;
  font-size: 20px;
  line-height: 1em;
}
.row_contact_form .wpcf7 label{
  color: #181d2f;
  font-family: 'HaasGrotDisp-95Black';
  font-size: 18px;
  margin-top: 15px;
  display: block;
  margin-left: 5px;
}
.row_contact_form .wpcf7 br{
  display: none;
}
.row_contact_form .wpcf7 input[type="text"],
.row_contact_form .wpcf7 input[type="email"],
.row_contact_form .wpcf7 input[type="tel"],
.row_contact_form .wpcf7 textarea{
  border: 3px solid #d4d6db;
  color: #181d2f;
  font-size: 18px;
  border-radius: 10px;
  display: block;
  padding: 14px 15px;
  width: 100%;
  transition: all 0.5s ease;
}
.row_contact_form .wpcf7 textarea{
  height: 107px;
}
.row_contact_form .wpcf7 input[type="text"]:focus,
.row_contact_form .wpcf7 input[type="email"]:focus,
.row_contact_form .wpcf7 input[type="tel"]:focus,
.row_contact_form .wpcf7 textarea:focus{
  border-color: #66cc33;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.row_contact_form .wpcf7 input[type="text"].wpcf7-not-valid,
.row_contact_form .wpcf7 input[type="email"].wpcf7-not-valid,
.row_contact_form .wpcf7 input[type="tel"].wpcf7-not-valid{
  border-color: red;
}
.row_contact_form .wpcf7 input[type="submit"]{
  background-color: #66cc33;
  border: 2px solid #66cc33;
  border: none;
  color: #fff;
  font-family: 'HaasGrotDisp-95Black';
  font-size: 22px;
  display: block;
  width: 238px;
  margin: 37px 0 20px;
  padding: 21px 15px;
  border-radius: 36px;
  cursor: pointer;
}
.row_contact_form .wpcf7 .et_pb_row{
  padding-bottom: 0;
  padding-top: 0;
}
@media (max-width: 1440px) and (min-width: 981px){
  .page-residential-skip-bins .et_pb_section_1,
  .page-commercial-skip-bins .et_pb_section_1,
  .page-construction-waste .et_pb_section_1{
    background-size: 60% !important;
  }
}
@media (max-width: 1440px){
  .bin-slick .bin-item .product-img{
    height: 200px;
  }
  .bin-slick .bin-item .product-img img {
    max-height: 160px;
  }
  .bin-slick .slick-center .product-img {
    height: 250px;
  }
  .bin-slick .slick-center .product-img img {
    max-height: 250px;
  }
  .page-our-bins .bubbly {
    background-size: 60%;
  }
}
@media (max-width: 980px){
  .bin-slick .bin-item .product-img{
    height: 150px;
  }
  .bin-slick .bin-item .product-img img {
      max-height: 130px;
  }
  .bin-slick .slick-center .product-img {
    height: 200px;
  }
  .bin-slick .slick-center .product-img img {
    max-height: 200px;
  }
  .bin-slick .bin-item{
    padding-bottom: 30px;
  }
  .bin-slick .bin-item .bin-name{
    font-size: 20px;
  }
  .bin-slick .slick-center .bin-item .bin-name{
    font-size: 25px;
  }
  .page-our-bins .bubbly{
    background-size: 60%;
    background-position: left top;
    margin-top: 40px;
  }
  .page-our-bins .bubbly img{
    width: 60%;
  }
  .page-our-bins .et_pb_section_2 h2{
    margin-bottom: 0 !important;
  }
  .row_acceptance .et_pb_column_1_5{
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .row_acceptance .et_pb_column_1_5:last-child{
    margin-bottom: 30px !important
  }
  .row_acceptance .et_pb_text {
    margin-bottom: 10px !important;
  }
  .row_contact_form .wpcf7 .et_pb_row{
    padding-left: 0px;
    padding-right: 0px;
  }
  .row_contact_form .wpcf7 input[type="text"],
  .row_contact_form .wpcf7 input[type="email"],
  .row_contact_form .wpcf7 input[type="tel"],
  .row_contact_form .wpcf7 textarea{
    font-size: 18px !important;
    border-radius: 10px;
    padding: 12px 20px !important;
  }
  .row_contact_form .wpcf7 textarea {
    height: 150px !important;
  }
}
@media (max-width: 767px){
  .page-our-bins .bubbly{
    background-size: 95%;
  }
  .page-our-bins .bubbly img {
      width: auto;
  }
}


/*=====================================*/
/*            #OUR BIN SIZES           */
/*=====================================*/
.section_bins h2{
  color: #181d2f;
  font-size: 34px;
  margin-bottom: 0 !important;
}
.section_bins h2 sup{
  bottom: .7em;
  font-size: 0.6em; 
}
.section_bins .products-wrapper .product-row{
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 133px;
  clear: both;
}
.section_bins .products-wrapper .product-img{
  display: inline-block;
  width: 40%;

  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20288%20288%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23dcf3d0%22%20d%3D%22M%2049.0447%20173.429%20c%20-6.96904%20-16.6572%20-14.7931%20-19.3871%20-18.7447%20-34.1291%20c%20-6.14605%20-20.9006%202.49601%20-49.2699%2022.0615%20-62.6969%20c%2021.1077%20-15.4141%2031.3951%20-1.94476%2064.1225%20-11.2503%20C%20142.361%2057.6403%20146.376%2047.8143%20173%2043.4%20c%2012.8835%20-1.2647%2037.6776%20-5.9935%2057.7522%2010.4527%20c%2020.4194%2016.7476%2019.6692%2042.6913%2020.4466%2053.3838%20c%200.805724%2022.7276%20-7.88118%2029.5265%20-7.40121%2048.3988%20c%200.37719%2020.8633%208.54943%2025.5248%205.10243%2041.0647%20c%20-4.24224%2016.7165%20-18.2119%2032.1699%20-35.6871%2036.4838%20c%20-21.1599%204.76626%20-26.9667%20-16.3023%20-51.0328%20-14.518%20c%20-29.7978%202.68231%20-44.1313%2037.0736%20-69.9801%2031.9342%20c%20-16.9958%20-3.8974%20-27.4927%20-22.972%20-34.3018%20-37.7113%20C%2050.9422%20196.775%2056.6268%20191.826%2049.0447%20173.429%20Z%22%3E%0A%20%20%20%20%20%20%20%20%3Canimate%20repeatCount%3D%22indefinite%22%20attributeName%3D%22d%22%20dur%3D%2220s%22%20values%3D%22M37.5%2C186c-12.1-10.5-11.8-32.3-7.2-46.7c4.8-15%2C13.1-17.8%2C30.1-36.7C91%2C68.8%2C83.5%2C56.7%2C103.4%2C45%20c22.2-13.1%2C51.1-9.5%2C69.6-1.6c18.1%2C7.8%2C15.7%2C15.3%2C43.3%2C33.2c28.8%2C18.8%2C37.2%2C14.3%2C46.7%2C27.9c15.6%2C22.3%2C6.4%2C53.3%2C4.4%2C60.2%20c-3.3%2C11.2-7.1%2C23.9-18.5%2C32c-16.3%2C11.5-29.5%2C0.7-48.6%2C11c-16.2%2C8.7-12.6%2C19.7-28.2%2C33.2c-22.7%2C19.7-63.8%2C25.7-79.9%2C9.7%20c-15.2-15.1%2C0.3-41.7-16.6-54.9C63%2C186%2C49.7%2C196.7%2C37.5%2C186z%3B%20M51%2C171.3c-6.1-17.7-15.3-17.2-20.7-32c-8-21.9%2C0.7-54.6%2C20.7-67.1c19.5-12.3%2C32.8%2C5.5%2C67.7-3.4C145.2%2C62%2C145%2C49.9%2C173%2C43.4%20c12-2.8%2C41.4-9.6%2C60.2%2C6.6c19%2C16.4%2C16.7%2C47.5%2C16%2C57.7c-1.7%2C22.8-10.3%2C25.5-9.4%2C46.4c1%2C22.5%2C11.2%2C25.8%2C9.1%2C42.6%20c-2.2%2C17.6-16.3%2C37.5-33.5%2C40.8c-22%2C4.1-29.4-22.4-54.9-22.6c-31-0.2-40.8%2C39-68.3%2C35.7c-17.3-2-32.2-19.8-37.3-34.8%20C48.9%2C198.6%2C57.8%2C191%2C51%2C171.3z%3B%20M37.5%2C186c-12.1-10.5-11.8-32.3-7.2-46.7c4.8-15%2C13.1-17.8%2C30.1-36.7C91%2C68.8%2C83.5%2C56.7%2C103.4%2C45%20c22.2-13.1%2C51.1-9.5%2C69.6-1.6c18.1%2C7.8%2C15.7%2C15.3%2C43.3%2C33.2c28.8%2C18.8%2C37.2%2C14.3%2C46.7%2C27.9c15.6%2C22.3%2C6.4%2C53.3%2C4.4%2C60.2%20c-3.3%2C11.2-7.1%2C23.9-18.5%2C32c-16.3%2C11.5-29.5%2C0.7-48.6%2C11c-16.2%2C8.7-12.6%2C19.7-28.2%2C33.2c-22.7%2C19.7-63.8%2C25.7-79.9%2C9.7%20c-15.2-15.1%2C0.3-41.7-16.6-54.9C63%2C186%2C49.7%2C196.7%2C37.5%2C186z%09%22%3E%3C%2Fanimate%3E%0A%20%20%20%20%3C%2Fpath%3E%0A%20%20%3C%2Fsvg%3E");
  padding-top: 60px;
  padding-bottom: 80px;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  background-position: center;
  padding-left: 15px;
  padding-right: 15px;
  vertical-align: top;
}
.section_bins .products-wrapper .product-info{
  display: inline-block;
  width: 60%;
  padding-left: 15px;
  padding-right: 15px;
}
.section_bins .products-wrapper .product-row.product-20 .product-img img{
  max-width: 147px;
}
.section_bins .products-wrapper .product-row.product-21 .product-img img{
  max-width: 217px;
}
.section_bins .products-wrapper .product-row.product-22 .product-img img{
  max-width: 318px;
}
.section_bins .products-wrapper .product-row.product-23 .product-img img{
  max-width: 404px;
}
.section_bins .products-wrapper .product-row.product-24 .product-img img{
  max-width: 401px;
}
.section_bins .products-wrapper .product-info .product-table{
  margin-top: 11px;
}
.section_bins .products-wrapper .product-info .product-table table{
  border: none;
}
.section_bins .products-wrapper .product-info .product-table table th{
  color: #181d2f;
  font-size: 16px;
  font-family: 'HaasGrotDisp-95Black';
  padding: 9px 0 5px;
  border-bottom: 4px solid #181d2f;
}
.section_bins .products-wrapper .product-info .product-table table th span{
  font-family: 'HaasGrotDisp-55Roman';
  color: #747784;
  font-size: 14px;
  font-weight: normal;
}
.section_bins .products-wrapper .product-info .product-table table th.th-capacity{
  width: 21%;
}
.section_bins .products-wrapper .product-info .product-table table th.th-dimension {
  width: 46%;
}
.section_bins .products-wrapper .product-info .product-table table td{
  font-size: 20px;
  text-align: left;
  padding: 26px 0 16px;
  border-top: none;
  border-bottom: 1px solid #cdd1de;
}
.section_bins .products-wrapper .product-info .product-table table td strong{
  color: #181d2f;
  font-size: 21px;
  font-family: 'HaasGrotDisp-95Black';
}
.section_bins .products-wrapper .product-info .product-table .price .label{
  display: none;
}
.section_bins .products-wrapper .product-info .et_pb_button{
  margin-top: 40px;
}
.section_bins .bubbly{
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20288%20288%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23dcf3d0%22%20d%3D%22M%2049.0447%20173.429%20c%20-6.96904%20-16.6572%20-14.7931%20-19.3871%20-18.7447%20-34.1291%20c%20-6.14605%20-20.9006%202.49601%20-49.2699%2022.0615%20-62.6969%20c%2021.1077%20-15.4141%2031.3951%20-1.94476%2064.1225%20-11.2503%20C%20142.361%2057.6403%20146.376%2047.8143%20173%2043.4%20c%2012.8835%20-1.2647%2037.6776%20-5.9935%2057.7522%2010.4527%20c%2020.4194%2016.7476%2019.6692%2042.6913%2020.4466%2053.3838%20c%200.805724%2022.7276%20-7.88118%2029.5265%20-7.40121%2048.3988%20c%200.37719%2020.8633%208.54943%2025.5248%205.10243%2041.0647%20c%20-4.24224%2016.7165%20-18.2119%2032.1699%20-35.6871%2036.4838%20c%20-21.1599%204.76626%20-26.9667%20-16.3023%20-51.0328%20-14.518%20c%20-29.7978%202.68231%20-44.1313%2037.0736%20-69.9801%2031.9342%20c%20-16.9958%20-3.8974%20-27.4927%20-22.972%20-34.3018%20-37.7113%20C%2050.9422%20196.775%2056.6268%20191.826%2049.0447%20173.429%20Z%22%3E%0A%20%20%20%20%20%20%20%20%3Canimate%20repeatCount%3D%22indefinite%22%20attributeName%3D%22d%22%20dur%3D%2220s%22%20values%3D%22M37.5%2C186c-12.1-10.5-11.8-32.3-7.2-46.7c4.8-15%2C13.1-17.8%2C30.1-36.7C91%2C68.8%2C83.5%2C56.7%2C103.4%2C45%20c22.2-13.1%2C51.1-9.5%2C69.6-1.6c18.1%2C7.8%2C15.7%2C15.3%2C43.3%2C33.2c28.8%2C18.8%2C37.2%2C14.3%2C46.7%2C27.9c15.6%2C22.3%2C6.4%2C53.3%2C4.4%2C60.2%20c-3.3%2C11.2-7.1%2C23.9-18.5%2C32c-16.3%2C11.5-29.5%2C0.7-48.6%2C11c-16.2%2C8.7-12.6%2C19.7-28.2%2C33.2c-22.7%2C19.7-63.8%2C25.7-79.9%2C9.7%20c-15.2-15.1%2C0.3-41.7-16.6-54.9C63%2C186%2C49.7%2C196.7%2C37.5%2C186z%3B%20M51%2C171.3c-6.1-17.7-15.3-17.2-20.7-32c-8-21.9%2C0.7-54.6%2C20.7-67.1c19.5-12.3%2C32.8%2C5.5%2C67.7-3.4C145.2%2C62%2C145%2C49.9%2C173%2C43.4%20c12-2.8%2C41.4-9.6%2C60.2%2C6.6c19%2C16.4%2C16.7%2C47.5%2C16%2C57.7c-1.7%2C22.8-10.3%2C25.5-9.4%2C46.4c1%2C22.5%2C11.2%2C25.8%2C9.1%2C42.6%20c-2.2%2C17.6-16.3%2C37.5-33.5%2C40.8c-22%2C4.1-29.4-22.4-54.9-22.6c-31-0.2-40.8%2C39-68.3%2C35.7c-17.3-2-32.2-19.8-37.3-34.8%20C48.9%2C198.6%2C57.8%2C191%2C51%2C171.3z%3B%20M37.5%2C186c-12.1-10.5-11.8-32.3-7.2-46.7c4.8-15%2C13.1-17.8%2C30.1-36.7C91%2C68.8%2C83.5%2C56.7%2C103.4%2C45%20c22.2-13.1%2C51.1-9.5%2C69.6-1.6c18.1%2C7.8%2C15.7%2C15.3%2C43.3%2C33.2c28.8%2C18.8%2C37.2%2C14.3%2C46.7%2C27.9c15.6%2C22.3%2C6.4%2C53.3%2C4.4%2C60.2%20c-3.3%2C11.2-7.1%2C23.9-18.5%2C32c-16.3%2C11.5-29.5%2C0.7-48.6%2C11c-16.2%2C8.7-12.6%2C19.7-28.2%2C33.2c-22.7%2C19.7-63.8%2C25.7-79.9%2C9.7%20c-15.2-15.1%2C0.3-41.7-16.6-54.9C63%2C186%2C49.7%2C196.7%2C37.5%2C186z%09%22%3E%3C%2Fanimate%3E%0A%20%20%20%20%3C%2Fpath%3E%0A%20%20%3C%2Fsvg%3E);
  background-size: 72%;
  background-repeat: no-repeat;
  background-position: center -30px;
  padding-top: 0;
  padding-bottom: 0;
}
.section_bins .et_pb_image_0.bubbly{
  padding-bottom: 0;
}
.section_bins .et_pb_column_1_2 .et_pb_button{
  padding: 15px !important;
  min-width: 200px;
}
@media (max-width: 980px){
  .section_bins h2{
    margin-top: 0;
  }
  .section_bins .products-wrapper .product-row{
    margin-bottom: 0;
  }
  .section_bins .products-wrapper .product-img{
    background-size: contain;
    width: 100%;
  }
  .section_bins .products-wrapper .product-info{
    padding-left: 15px;
    width: 100%;
  }
  .section_bins .products-wrapper .product-info .product-table table th{
    font-size: 14px;
    vertical-align: top;
  }
  .section_bins .products-wrapper .product-info .product-table table th span{
    font-size: 10px;
    display: block;
  }
  .section_bins .products-wrapper .product-info .product-table table td{
    font-size: 14px;
  }
  .section_bins .products-wrapper .product-info .product-table table td strong{
    font-size: 16px;
  }
  .section_bins .bubbly{
    background-size: 50%;
    padding-bottom: 0;
    max-width: 500px;
  }
}
@media (max-width: 767px){
  .section_bins .bubbly{
    background-size: 70%;
  }
}
@media (max-width: 320px){
  .section_bins .products-wrapper .product-info .product-table table th,
  .section_bins .products-wrapper .product-info .product-table table td{
    font-size: 12px;
  }
  .section_bins .products-wrapper .product-info .product-table table th span{
    font-size: 9px;
  }
}


/*=====================================*/
/*            #HIRE SKIP BIN           */
/*=====================================*/
.page-hire-a-skip-bin .et_pb_section.bubbly{
  background-size: 32%;
  background-position: 0 top;
}
.page-hire-a-skip-bin .icon-phone:before,
.page-hire-a-skip-bin .icon-email:before,
.page-hire-a-skip-bin .icon-address:before{
  color: #66cc33;
  content: '\e090';
  font-family: 'etModules';
  font-size: 22px;
  display: inline-block;
  margin-right: 15px;
  position: relative;
  top: 2px;
}
.page-hire-a-skip-bin .icon-email:before{
  content: '\e076';
}
.page-hire-a-skip-bin .icon-address:before{
  content: '\e081';
}
.page-hire-a-skip-bin .row_acceptance .et_pb_column{
  
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center -25px;
  padding-top: 20px;
}
.page-hire-a-skip-bin .row_acceptance img{
  max-height: 120px;
}
@media (max-width: 1440px){
  .page-hire-a-skip-bin .et_pb_section.bubbly{
    background-size: 60%;
  }
  .page-hire-a-skip-bin div.et_pb_section.et_pb_section_2{
    background-size: 40%;
    background-position: center right;
  }
}
@media (max-width: 1024px) and (min-width: 981px){
  .page-hire-a-skip-bin .et_pb_section_0.et_pb_section{
    padding-bottom: 90px;
  }
}
@media (max-width: 980px){
  .page-hire-a-skip-bin .et_pb_section.bubbly{
    background-size: 60%;
    background-position: left top;
  }
  .page-hire-a-skip-bin .et_pb_section.bubbly img{
    width: 60%;
  }
  .page-hire-a-skip-bin .row_acceptance .et_pb_column{
    background-size: 25%;
  }
}
@media (max-width: 767px){
  .page-hire-a-skip-bin .et_pb_section.bubbly {
    background-size: 95%;
  }
  .page-hire-a-skip-bin .et_pb_section.bubbly img {
      width: auto;
  }
  .page-hire-a-skip-bin .icon-phone strong,
  .page-hire-a-skip-bin .icon-email strong,
  .page-hire-a-skip-bin .icon-address strong{
    display: block;
  }
}


/*=====================================*/
/*              #PRICING               */
/*=====================================*/
.page-pricing .section_bins .bubbly{
  padding-bottom: 0;
}
.page-pricing .section_bins .et_pb_image_1.bubbly{
  padding-bottom: 10px;
}
@media (max-width: 1024px) and (min-width: 981px){
  .page-pricing  .et_pb_section_1.et_pb_section{
    padding-top: 60px;
  }
}
@media (max-width: 980px){
  .page-pricing .section_bins .bubbly{
    margin-left: 0;
    padding-bottom: 0;
  }
}



/*=====================================*/
/*             #SELECT SUBURB          */
/*=====================================*/
.page-select-your-suburb #section-select-suburb{
  background-size: 600px;
  min-height: 83.5vh;
}
.page-select-your-suburb .et_pb_row_1{
  position: absolute;
  top: 115px;
}
.page-select-your-suburb #section-select-suburb h1{
  font-size: 60px;
  line-height: 55px;
}
.page-select-your-suburb #section-select-suburb .title-num {
    color: #e5e7eb;
    font-size: 300px;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: -1;
    top: 58px;
    opacity: 0.5;
}
.page-select-your-suburb #section-select-suburb #progress{
  position: absolute;
  top: -80px;
}
.select-suburb-success{
  text-align: center;
  display: none;
}
.select-suburb-success:first-of-type{
  display: block;
}
.select-suburb-success img{
  position: relative;
  top: 4px;
  width: 25px;
  left: 5px;
}
@media (max-width: 1024px) and (min-width: 981px){
  .page-select-your-suburb #section-select-suburb .et_pb_row_0{
    max-width: 500px;
  }
}
@media (max-width: 980px){
  .page-select-your-suburb #section-select-suburb {
    background-size: contain;
  }
  .page-select-your-suburb #section-select-suburb p{
    font-size: 18px;
  }
  .page-select-your-suburb #section-select-suburb .title-num{
    font-size: 200px;
  }
}
@media (max-width: 767px){
  .page-select-your-suburb #section-select-suburb {
    background-size: 70%;
    background-position: right 70%;
  }
}


/*=====================================*/
/*             #SELECT BIN             */
/*=====================================*/
.select-bin .bin-item{
  cursor: pointer;
  position: relative;
  text-align: center;
  padding: 0 15px;
}
.select-bin .bin-item .product-img{
  height: 300px;
  overflow: hidden;
  position: relative;

  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20288%20288%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23dcf3d0%22%20d%3D%22M%2049.0447%20173.429%20c%20-6.96904%20-16.6572%20-14.7931%20-19.3871%20-18.7447%20-34.1291%20c%20-6.14605%20-20.9006%202.49601%20-49.2699%2022.0615%20-62.6969%20c%2021.1077%20-15.4141%2031.3951%20-1.94476%2064.1225%20-11.2503%20C%20142.361%2057.6403%20146.376%2047.8143%20173%2043.4%20c%2012.8835%20-1.2647%2037.6776%20-5.9935%2057.7522%2010.4527%20c%2020.4194%2016.7476%2019.6692%2042.6913%2020.4466%2053.3838%20c%200.805724%2022.7276%20-7.88118%2029.5265%20-7.40121%2048.3988%20c%200.37719%2020.8633%208.54943%2025.5248%205.10243%2041.0647%20c%20-4.24224%2016.7165%20-18.2119%2032.1699%20-35.6871%2036.4838%20c%20-21.1599%204.76626%20-26.9667%20-16.3023%20-51.0328%20-14.518%20c%20-29.7978%202.68231%20-44.1313%2037.0736%20-69.9801%2031.9342%20c%20-16.9958%20-3.8974%20-27.4927%20-22.972%20-34.3018%20-37.7113%20C%2050.9422%20196.775%2056.6268%20191.826%2049.0447%20173.429%20Z%22%3E%0A%20%20%20%20%20%20%20%20%3Canimate%20repeatCount%3D%22indefinite%22%20attributeName%3D%22d%22%20dur%3D%2220s%22%20values%3D%22M37.5%2C186c-12.1-10.5-11.8-32.3-7.2-46.7c4.8-15%2C13.1-17.8%2C30.1-36.7C91%2C68.8%2C83.5%2C56.7%2C103.4%2C45%20c22.2-13.1%2C51.1-9.5%2C69.6-1.6c18.1%2C7.8%2C15.7%2C15.3%2C43.3%2C33.2c28.8%2C18.8%2C37.2%2C14.3%2C46.7%2C27.9c15.6%2C22.3%2C6.4%2C53.3%2C4.4%2C60.2%20c-3.3%2C11.2-7.1%2C23.9-18.5%2C32c-16.3%2C11.5-29.5%2C0.7-48.6%2C11c-16.2%2C8.7-12.6%2C19.7-28.2%2C33.2c-22.7%2C19.7-63.8%2C25.7-79.9%2C9.7%20c-15.2-15.1%2C0.3-41.7-16.6-54.9C63%2C186%2C49.7%2C196.7%2C37.5%2C186z%3B%20M51%2C171.3c-6.1-17.7-15.3-17.2-20.7-32c-8-21.9%2C0.7-54.6%2C20.7-67.1c19.5-12.3%2C32.8%2C5.5%2C67.7-3.4C145.2%2C62%2C145%2C49.9%2C173%2C43.4%20c12-2.8%2C41.4-9.6%2C60.2%2C6.6c19%2C16.4%2C16.7%2C47.5%2C16%2C57.7c-1.7%2C22.8-10.3%2C25.5-9.4%2C46.4c1%2C22.5%2C11.2%2C25.8%2C9.1%2C42.6%20c-2.2%2C17.6-16.3%2C37.5-33.5%2C40.8c-22%2C4.1-29.4-22.4-54.9-22.6c-31-0.2-40.8%2C39-68.3%2C35.7c-17.3-2-32.2-19.8-37.3-34.8%20C48.9%2C198.6%2C57.8%2C191%2C51%2C171.3z%3B%20M37.5%2C186c-12.1-10.5-11.8-32.3-7.2-46.7c4.8-15%2C13.1-17.8%2C30.1-36.7C91%2C68.8%2C83.5%2C56.7%2C103.4%2C45%20c22.2-13.1%2C51.1-9.5%2C69.6-1.6c18.1%2C7.8%2C15.7%2C15.3%2C43.3%2C33.2c28.8%2C18.8%2C37.2%2C14.3%2C46.7%2C27.9c15.6%2C22.3%2C6.4%2C53.3%2C4.4%2C60.2%20c-3.3%2C11.2-7.1%2C23.9-18.5%2C32c-16.3%2C11.5-29.5%2C0.7-48.6%2C11c-16.2%2C8.7-12.6%2C19.7-28.2%2C33.2c-22.7%2C19.7-63.8%2C25.7-79.9%2C9.7%20c-15.2-15.1%2C0.3-41.7-16.6-54.9C63%2C186%2C49.7%2C196.7%2C37.5%2C186z%09%22%3E%3C%2Fanimate%3E%0A%20%20%20%20%3C%2Fpath%3E%0A%20%20%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
}
.select-bin .bin-item .product-img img{
  max-height: 229px;

  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.select-bin .bin-item.bin-item-checked .product-img img{
  opacity: 1;
}
.select-bin .bin-item.bin-20 .product-img img{
  max-height: 133px;
}
.select-bin .bin-item.bin-21 .product-img img{
  max-height: 160px;
}
.select-bin .bin-item.bin-22 .product-img img{
  max-height: 177px;
}
.select-bin .bin-item.bin-23 .product-img img{
  max-height: 209px;
}
.select-bin .bin-item .bin-name{
  color: #181d2f;
  font-family: 'HaasGrotDisp-95Black';
  font-size: 18px;
}
.select-bin .bin-item .bin-radio{
  opacity: 0;
  visibility: hidden;
}
.select-bin .bin-item .icon-check{
  background: url('images/icon-checked.png') no-repeat scroll 0 0 transparent;
  height: 59px;
  width: 58px;
  display: block;
  position: absolute;
  right: 30px;
  top: 40px;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
}
.select-bin .bin-item .icon-check.checked{
  visibility: visible;
  opacity: 1;
}
.select-bin .slick-dots{
  margin-bottom: 50px;
}
.select-bin .bin-item .bin-contact{
  margin-top: 10px;
}
.select-bin .bin-item .bin-contact .et_pb_button{
  font-size: 18px;
  padding: 15px !important;
  border-radius: 30px;
}
.select-bin .bin-item .spin{
  display: none;
  opacity: 0.8;
}
.select-bin .bin-item .spin .spinner{
  display: none;
  margin-top: 45%;
}
.select-bin .bin-item.bin-item-spin-active .spin .spinner{
  display: inline-block;
}
@media (max-width: 1440px){
  .select-bin .bin-item{
    padding: 0 10px;
  }
  .select-bin .bin-item .bin-contact .et_pb_button{
    font-size: 14px;
    padding: 15px 10px !important;
    min-width: auto;
  }
}
@media (max-width: 1440px) and (min-width: 981px){
  .select-bin .bin-item .bin-contact .et_pb_button{
    padding:  10px !important;
  }
}
@media (max-width: 980px){
  .select-bin .slick-dots{
    margin-bottom: 0;
    padding-bottom: 0 !important;
  }
}


/*=====================================*/
/*         LOCATIONS + INNER           */
/*=====================================*/
.page-locations .entry-content form input[type="text"]{
  background-image: url('images/search.svg');
  background-size: 29px;
  background-position: 95% center;
  background-repeat: no-repeat;;
  background-color: #fff;
  border: 3px solid #81b879;
  color: #b6bbca;
  font-size: 30px;
  padding: 26px 80px 26px 50px;
  width: 100%;
  border-radius: 15px;
}
.page-locations .entry-content form input[type="submit"]{
  background-color: #66cc33;
  border: 2px solid #66cc33;
  border: none;
  color: #fff;
  font-family: 'HaasGrotDisp-95Black';
  font-size: 22px;
  display: block;
  width: 238px;
  margin: 60px auto 20px;
  padding: 21px 15px;
  border-radius: 36px;
  cursor: pointer;
}
.page-locations .entry-content form input[type="submit"]:hover{
  background-color: #76e63e;
}
.page-locations .entry-content h2{
  font-size: 35px;
  letter-spacing: -0.875px;
}
.row_service_areas ul{
  list-style-type: none;
  padding-left: 0;
}
.row_service_areas li{
  background-image: url("data:image/svg+xml,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2045.6%2024%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%2371b73a%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Eicon-bin%3C%2Ftitle%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M314.74%2C409h-34l-6.09%2C9.18%2C2.39%2C1.6%2C5.23-7.89H286v4.46h2.87v-4.46h17.66v4.46h2.87v-4.46h3.72l4.72%2C7.84%2C2.46-1.5Zm-3.7%2C4.61V418h-6.16v-4.39H290.51V418h-6.16v-4.39h-1.2l-4.73%2C7.14%2C5%2C12.26h28.4l4.88-11.94-4.48-7.45H311Z%22%20transform%3D%22translate(-274.7%20-409)%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  color: #181d2f;
  display: inline-block;
  font-family: 'HaasGrotDisp-95Black';
  font-size: 25px;
  width: 24%;
  padding-left: 62px;
  margin-bottom: 56px;
  background-position: 0 1px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-size: 50px;
}
.row_service_areas li:first-child, 
.row_service_areas li:nth-child(4n-7) {
  background-position: 11px 1px;
  padding-left: 88px;
  width: 26%;
}
.row_service_areas li:nth-child(2), 
.row_service_areas li:nth-child(4n+2) {
  background-position: 2px 1px;
  padding-left: 78px;
  width: 29%;
}
.row_service_areas li:nth-child(3), 
.row_service_areas li:nth-child(4n+3) {
  background-position: 0 1px;
  padding-left: 71px;
  width: 25%;
}
.row_service_areas li:nth-child(4), 
.row_service_areas li:nth-child(4n+4) {
  background-position: 27px 1px;
  padding-left: 105px;
  width: 18%;
}
.row_service_areas li a{
  color: #181d2f;
}
.gmap {
  height: 400px;
}
@media (max-width: 1199px){
  .row_service_areas li{
    width: 33% !important;
    background-position: 0 0 !important;
    padding-left: 88px !important;
  }
}
@media (max-width: 767px){
  .page-locations .entry-content form input[type="text"]{
    font-size: 22px;
    padding: 15px 80px 15px 30px;
  }
  .page-locations .entry-content form input[type="submit"]{
    margin-top: 50px;
    padding: 16px 15px;
  }
  .row_service_areas li{
    width: 45% !important;
    font-size: 20px;
    background-size: 40px;
    background-position: 0 center !important;
    padding-left: 60px !important;
    margin-bottom: 30px;
  }
}
@media (max-width: 480px){
  .row_service_areas ul{
    max-width: 180px;
    margin: 0 auto;
  }
  .row_service_areas li{
    margin-bottom: 20px;
    width: 100% !important;
  }
}



/*=====================================*/
/*              #OUR STORY             */
/*=====================================*/
.bg_bubbly{
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20288%20288%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23dcf3d0%22%20d%3D%22M%2049.0447%20173.429%20c%20-6.96904%20-16.6572%20-14.7931%20-19.3871%20-18.7447%20-34.1291%20c%20-6.14605%20-20.9006%202.49601%20-49.2699%2022.0615%20-62.6969%20c%2021.1077%20-15.4141%2031.3951%20-1.94476%2064.1225%20-11.2503%20C%20142.361%2057.6403%20146.376%2047.8143%20173%2043.4%20c%2012.8835%20-1.2647%2037.6776%20-5.9935%2057.7522%2010.4527%20c%2020.4194%2016.7476%2019.6692%2042.6913%2020.4466%2053.3838%20c%200.805724%2022.7276%20-7.88118%2029.5265%20-7.40121%2048.3988%20c%200.37719%2020.8633%208.54943%2025.5248%205.10243%2041.0647%20c%20-4.24224%2016.7165%20-18.2119%2032.1699%20-35.6871%2036.4838%20c%20-21.1599%204.76626%20-26.9667%20-16.3023%20-51.0328%20-14.518%20c%20-29.7978%202.68231%20-44.1313%2037.0736%20-69.9801%2031.9342%20c%20-16.9958%20-3.8974%20-27.4927%20-22.972%20-34.3018%20-37.7113%20C%2050.9422%20196.775%2056.6268%20191.826%2049.0447%20173.429%20Z%22%3E%0A%20%20%20%20%20%20%20%20%3Canimate%20repeatCount%3D%22indefinite%22%20attributeName%3D%22d%22%20dur%3D%2220s%22%20values%3D%22M37.5%2C186c-12.1-10.5-11.8-32.3-7.2-46.7c4.8-15%2C13.1-17.8%2C30.1-36.7C91%2C68.8%2C83.5%2C56.7%2C103.4%2C45%20c22.2-13.1%2C51.1-9.5%2C69.6-1.6c18.1%2C7.8%2C15.7%2C15.3%2C43.3%2C33.2c28.8%2C18.8%2C37.2%2C14.3%2C46.7%2C27.9c15.6%2C22.3%2C6.4%2C53.3%2C4.4%2C60.2%20c-3.3%2C11.2-7.1%2C23.9-18.5%2C32c-16.3%2C11.5-29.5%2C0.7-48.6%2C11c-16.2%2C8.7-12.6%2C19.7-28.2%2C33.2c-22.7%2C19.7-63.8%2C25.7-79.9%2C9.7%20c-15.2-15.1%2C0.3-41.7-16.6-54.9C63%2C186%2C49.7%2C196.7%2C37.5%2C186z%3B%20M51%2C171.3c-6.1-17.7-15.3-17.2-20.7-32c-8-21.9%2C0.7-54.6%2C20.7-67.1c19.5-12.3%2C32.8%2C5.5%2C67.7-3.4C145.2%2C62%2C145%2C49.9%2C173%2C43.4%20c12-2.8%2C41.4-9.6%2C60.2%2C6.6c19%2C16.4%2C16.7%2C47.5%2C16%2C57.7c-1.7%2C22.8-10.3%2C25.5-9.4%2C46.4c1%2C22.5%2C11.2%2C25.8%2C9.1%2C42.6%20c-2.2%2C17.6-16.3%2C37.5-33.5%2C40.8c-22%2C4.1-29.4-22.4-54.9-22.6c-31-0.2-40.8%2C39-68.3%2C35.7c-17.3-2-32.2-19.8-37.3-34.8%20C48.9%2C198.6%2C57.8%2C191%2C51%2C171.3z%3B%20M37.5%2C186c-12.1-10.5-11.8-32.3-7.2-46.7c4.8-15%2C13.1-17.8%2C30.1-36.7C91%2C68.8%2C83.5%2C56.7%2C103.4%2C45%20c22.2-13.1%2C51.1-9.5%2C69.6-1.6c18.1%2C7.8%2C15.7%2C15.3%2C43.3%2C33.2c28.8%2C18.8%2C37.2%2C14.3%2C46.7%2C27.9c15.6%2C22.3%2C6.4%2C53.3%2C4.4%2C60.2%20c-3.3%2C11.2-7.1%2C23.9-18.5%2C32c-16.3%2C11.5-29.5%2C0.7-48.6%2C11c-16.2%2C8.7-12.6%2C19.7-28.2%2C33.2c-22.7%2C19.7-63.8%2C25.7-79.9%2C9.7%20c-15.2-15.1%2C0.3-41.7-16.6-54.9C63%2C186%2C49.7%2C196.7%2C37.5%2C186z%09%22%3E%3C%2Fanimate%3E%0A%20%20%20%20%3C%2Fpath%3E%0A%20%20%3C%2Fsvg%3E");
  background-size: 73%;
  background-repeat: no-repeat;
  background-position: center 48%;
  padding-top: 32px;
  padding-bottom: 30px;
}
.page-our-story .entry-content h2{
  font-size: 80px;
  line-height: 85px;
}
.page-our-story .entry-content .et_pb_section_3  h2 {
  margin-bottom: 42px;
}
@media (max-width: 1440px) and (min-width: 981px){
  .page-about-us .et_pb_section_4{
    background-size: 60% !important;
  }
}
@media (max-width: 1024px) and (min-width: 981px){
  .page-about-us .et_pb_text_7{
    margin-top: 0 !important
  }
}
@media (max-width: 980px){
  .page-our-story .entry-content .et_pb_section_3 h2{
    margin-bottom: 0;
  }
}
@media (max-width: 767px){
  .page-our-story .entry-content h2{
    font-size: 50px;
    line-height: 50px;
  }
}


/*=====================================*/
/*             #INDIGENOUS             */
/*=====================================*/
@media (max-width: 1024px) and (min-width: 981px){
  .page-indigenous-engagement .et_pb_row_1{
    padding-bottom: 2%;
  }
}


/*=====================================*/
/*              #PORTFOLIO             */
/*=====================================*/
.portfolio-wrapper .portfolio-row{
  margin-left: -15px;
  margin-right: -15px;
  clear: both;
  margin-bottom: 147px;
}
.portfolio-wrapper .portfolio-row .portfolio-img{
  display: inline-block;
  width: 45%;
  padding-left: 15px;
  padding-right: 15px;
  vertical-align: top;
}
.portfolio-wrapper .portfolio-row .portfolio-info{
  display: inline-block;
  width: 55%;
  padding-left: 84px;
  padding-right: 15px;
  vertical-align: top;
}
.portfolio-wrapper .portfolio-row .portfolio-info .portfolio-title h2{
  color: #181d2f;
  font-size: 34px;
  padding-bottom: 10px;
}
.portfolio-wrapper .portfolio-row .portfolio-info .portfolio-date{
  color: #a9acba;
  font-size: 18px;
  font-family: 'HaasGrotDisp-95Black';
  margin-bottom: 29px;
}
.portfolio-wrapper .portfolio-row .portfolio-info .portfolio-value{
  border-top: 1px solid #dbdde6;
  font-size: 18px;
  padding: 19px 0;
}
.portfolio-wrapper .portfolio-row .portfolio-info .portfolio-location{
  border-bottom: 1px solid #dbdde6;
  border-top: 1px solid #dbdde6;
  font-size: 18px;
  padding: 19px 0;
  margin-bottom: 33px;
}
.portfolio-wrapper .portfolio-row .portfolio-info .portfolio-value strong,
.portfolio-wrapper .portfolio-row .portfolio-info .portfolio-location strong{
  font-family: 'HaasGrotDisp-95Black';
  color: #181d2f;
  width: 170px;
  display: inline-block;
}
.portfolio-wrapper .portfolio-row .portfolio-info .portfolio-excerpt{
  font-size: 18px;
  line-height: 1.5em;
}
.post-nav{
  padding-top: 50px;
  border-top: 3px solid #66cc33;
}
.post-nav .current,
.post-nav .page-numbers{
  color: #181d2f;
  width: 49px;
  height: 49px;
  display: inline-block;
  line-height: 49px;
  text-align: center;
  font-family: 'HaasGrotDisp-95Black';
  font-size: 18px;
  margin-right: 20px
}
.post-nav .current{
  background: #66cc33;
  color: #fff;
  border-radius: 15px;
}
.post-nav .page-numbers.prev,
.post-nav .page-numbers.next{
  background: #66cc33;
  color: #fff;
  border-radius: 15px;
  text-indent: -9999px;
  position: relative;
}
.post-nav .page-numbers.next::before,
.post-nav .page-numbers.prev::before{
  content: '\35';
  display: block;
  font-size: 35px;
  height: 35px;
  color: #fff;
  width: 35px;
  font-family: 'etModules';
  position: absolute;
  z-index: 9;
  top: 0;
  left: 8px;
  text-indent: 0;
  font-weight: 700;
}
.post-nav .page-numbers.prev::before{
  content: '\34';
  left: 5px;
}
.single-portfolio #main-content ul{
  list-style-type: none;
  padding-left: 0;
}
.single-portfolio #main-content ul li{
  position: relative;
  padding: 0 0 1em 30px;
}
.single-portfolio #main-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 10px;
  height: 10px;
  background-color: #66cc33;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.single-portfolio #main-content ul ul li:last-child{
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (max-width: 980px){
  .portfolio-wrapper .portfolio-row{
    margin-bottom: 50px;
  }
  .portfolio-wrapper .portfolio-row .portfolio-img,
  .portfolio-wrapper .portfolio-row .portfolio-info{
    width: 100%;
  }
  .portfolio-wrapper .portfolio-row .portfolio-info{
    padding-left: 15px;
    margin-top: 30px;
  }
  .portfolio-wrapper .portfolio-row .portfolio-info .portfolio-excerpt{
    font-size: 18px;
    line-height: 1.5em;
  }
}


/*=====================================*/
/*          #SINGLE PORTFOLIO          */
/*=====================================*/
.single-portfolio h1{
  font-size: 65px;
  margin-bottom: 30px;
}
.single-portfolio .section_portfolio_content{
  padding-top: 7px;
}
.single-portfolio .section_portfolio_content .tb_date{
  color: #a9acba;
  font-size: 20px;
  font-family: 'HaasGrotDisp-95Black';
}
.single-portfolio .section_portfolio_content .tb_location{
  font-size: 20px;
  /*border-top: 1px solid #dbdde6;
  padding: 19px 0;*/
}
.single-portfolio .section_portfolio_content .tb_location strong{
  font-family: 'HaasGrotDisp-95Black';
  color: #181d2f;
}
.single-portfolio .section_portfolio_content .et_pb_title_featured_container img{
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  display: block;
}
@media (max-width: 767px){
  .single-portfolio h1{
    font-size: 50px;
    line-height: 50px;
    letter-spacing: -1px;
  }
  .single-portfolio .section_portfolio_content .et_pb_post_content{
    font-size: 18px;
  }
}


/*=====================================*/
/*                #BLOG               */
/*=====================================*/
.page-blog .portfolio-wrapper .portfolio-row .portfolio-info .portfolio-excerpt{
  margin-bottom: 30px;
}
@media (max-width: 767px){
  .page-blog .portfolio-wrapper .portfolio-row .portfolio-info .portfolio-location strong{
    margin-right: 15px;
  }
}


/*=====================================*/
/*            #SINGLE BLOG             */
/*=====================================*/
.single-post h1{
  font-size: 80px;
  margin-bottom: 30px;
}
.single-post .section_portfolio_content{
  padding-top: 7px;
}
.single-post .section_portfolio_content .tb_date{
  color: #a9acba;
  font-size: 20px;
  font-family: 'HaasGrotDisp-95Black';
}
.single-post .section_portfolio_content .et_pb_title_featured_container img{
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  display: block;
}
.single-post .section_portfolio_content .et_pb_post_content{
  font-size: 20px;
  line-height: 1.5em;
}
@media (max-width: 767px){
  .single-post h1{
    font-size: 50px;
    line-height: 50px;
    letter-spacing: -1px;
  }
  .single-post .section_portfolio_content .et_pb_post_content{
    font-size: 18px;
  }
}


/*=====================================*/
/*           CONTACT US                */
/*=====================================*/
.page-contact-us .wpcf7 label{
  color: #181d2f;
  font-family: 'HaasGrotDisp-95Black';
  font-size: 18px;
  margin-bottom: 7px;
  display: block;
  margin-left: 5px;
}
.page-contact-us .wpcf7 br{
  display: none;
}
.page-contact-us .wpcf7 input[type="text"],
.page-contact-us .wpcf7 input[type="email"],
.page-contact-us .wpcf7 input[type="tel"],
.page-contact-us .wpcf7 textarea{
  border: 3px solid #d4d6db;
  color: #181d2f;
  font-size: 20px;
  border-radius: 15px;
  display: block;
  padding: 18px 26px;
  width: 100%;
  transition: all 0.5s ease;
}
.page-contact-us .wpcf7 textarea{
  height: 235px;
}
.page-contact-us .wpcf7 input[type="text"]:focus,
.page-contact-us .wpcf7 input[type="email"]:focus,
.page-contact-us .wpcf7 input[type="tel"]:focus,
.page-contact-us .wpcf7 textarea:focus{
  border-color: #66cc33;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.page-contact-us .wpcf7 input[type="text"].wpcf7-not-valid,
.page-contact-us .wpcf7 input[type="email"].wpcf7-not-valid,
.page-contact-us .wpcf7 input[type="tel"].wpcf7-not-valid{
  border-color: red;
}
.page-contact-us .wpcf7 input[type="submit"]{
  background-color: #66cc33;
  border: 2px solid #66cc33;
  border: none;
  color: #fff;
  font-family: 'HaasGrotDisp-95Black';
  font-size: 22px;
  display: block;
  width: 238px;
  margin: 37px auto 20px;
  padding: 21px 15px;
  border-radius: 36px;
  cursor: pointer;
}
.page-contact-us .wpcf7 .et_pb_row{
  padding-bottom: 0;
}
.row_map iframe{
  pointer-events: none;
}
.row_map .tb_vasse,
.row_map .tb_pinjarra,
.row_map .tb_australind{
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 100%;
  top: 0;
}
.row_map .tb_naval_base,
.row_map .tb_vasse,
.row_map .tb_pinjarra,
.row_map .tb_australind{
  transition: 2s ease all;
}
.row_address{
  position: absolute;
  top: 177px;
  width: 473px;
  right: 18.5%;
  z-index: 9;
}
.row_address h3{
  font-family: 'HaasGrotDisp-95Black';
  font-size: 20px;
}
.row_address .tab_address{
  border: none;
  padding: 0 50px;
}
.row_address .tab_address .et_pb_tabs_controls{
  background: transparent;;
  text-align: center;
}
.row_address .tab_address .et_pb_tabs_controls li{
  display: inline-block;
  float: none;
  width: 50%;
  border: none;
  padding: 0;
}
.row_address .tab_address .et_pb_tabs_controls li:before{
  display: none;
}
.row_address .tab_address .et_pb_tabs_controls li a{
  border: 1px solid #cdd1de;
  color: #181d2f;
  font-family: 'HaasGrotDisp-95Black';
  font-size: 20px;
  width: 180px;
  border-radius: 15px;
  padding: 8px 30px 8px 40px;
  background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2022.12%2027.7%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%2366cc33%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Emap-pin%3C%2Ftitle%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M297.26%2C407.16A11.05%2C11.05%2C0%2C0%2C0%2C286.8%2C420.3h0s0%2C0.12.07%2C0.35a11.08%2C11.08%2C0%2C0%2C0%2C.74%2C2.19c1.11%2C2.62%2C3.67%2C7%2C9.42%2C11.79a1%2C1%2C0%2C0%2C0%2C1.23%2C0c5.75-4.77%2C8.32-9.16%2C9.43-11.8a10.61%2C10.61%2C0%2C0%2C0%2C.74-2.19c0.05-.22.07-0.35%2C0.07-0.35h0A11.06%2C11.06%2C0%2C0%2C0%2C297.26%2C407.16Zm0.39%2C16.54a5.37%2C5.37%2C0%2C1%2C1%2C5.37-5.37A5.37%2C5.37%2C0%2C0%2C1%2C297.65%2C423.7Z%22%20transform%3D%22translate(-286.6%20-407.15)%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 19px;
  background-position: 14px 10px;
}
.row_address .tab_address .et_pb_tabs_controls li.et_pb_tab_0 a,
.row_address .tab_address .et_pb_tabs_controls li.et_pb_tab_2 a{
  float: left;
}
.row_address .tab_address .et_pb_tabs_controls li.et_pb_tab_1 a,
.row_address .tab_address .et_pb_tabs_controls li.et_pb_tab_3 a{
  float: right;
}
.row_address .tab_address .et_pb_tabs_controls li.et_pb_tab_active a{
  background-color: #dcf3d0;
}
.row_address ul.et_pb_tabs_controls:after{
  border-top: 3px solid #181d2f;
  top: 19px;
}
.row_address .tab_address .et_pb_tab{
  padding: 50px 0 30px
}
.row_address .tab_address .et_pb_tab a{
  color: #747784;
}
.row_address .tab_address .address{
  background-image: url("data:image/svg+xml,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2045.6%2024%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%2371b73a%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Eicon-bin%3C%2Ftitle%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M314.74%2C409h-34l-6.09%2C9.18%2C2.39%2C1.6%2C5.23-7.89H286v4.46h2.87v-4.46h17.66v4.46h2.87v-4.46h3.72l4.72%2C7.84%2C2.46-1.5Zm-3.7%2C4.61V418h-6.16v-4.39H290.51V418h-6.16v-4.39h-1.2l-4.73%2C7.14%2C5%2C12.26h28.4l4.88-11.94-4.48-7.45H311Z%22%20transform%3D%22translate(-274.7%20-409)%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 50px;
  padding-left: 75px;
  background-position: 0 10px;
  font-size: 19px;
  line-height: 30px;
  margin-bottom: 8px;
}
.row_address .tab_address .phone{
  background-image: url("data:image/svg+xml,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2033.83%2034.06%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%2371b73a%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Eicon-phone%3C%2Ftitle%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M340.84%2C517l-0.5-.39c-0.86-.69-1.77-1.33-2.66-1.94l-0.55-.38a5.48%2C5.48%2C0%2C0%2C0-3.11-1.18%2C4%2C4%2C0%2C0%2C0-3.36%2C2.13%2C1.78%2C1.78%2C0%2C0%2C1-1.53.93%2C3%2C3%2C0%2C0%2C1-1.23-.31%2C14.84%2C14.84%2C0%2C0%2C1-7.75-7.55c-0.72-1.62-.49-2.68.78-3.54a3.59%2C3.59%2C0%2C0%2C0%2C2-3.14c-0.11-2-4.48-7.94-6.32-8.62a3.58%2C3.58%2C0%2C0%2C0-2.44%2C0%2C7.06%2C7.06%2C0%2C0%2C0-4.39%2C3.61%2C6.72%2C6.72%2C0%2C0%2C0%2C.1%2C5.42%2C43.75%2C43.75%2C0%2C0%2C0%2C9.59%2C14.61A46.51%2C46.51%2C0%2C0%2C0%2C334%2C526.26a8.07%2C8.07%2C0%2C0%2C0%2C1.44.43l0.33%2C0.08%2C0.14%2C0h0c2.67%2C0%2C5.87-2.44%2C6.86-5.22C343.68%2C519.13%2C342.1%2C517.92%2C340.84%2C517Z%22%20transform%3D%22translate(-309.23%20-492.73)%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 34px;
  padding-left: 75px;
  background-position: 10px 10px;
  font-size: 19px;
  line-height: 30px;
  margin-bottom: 4px;
}
.row_address .tab_address .email{
  background-image: url("data:image/svg+xml,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2037%2030%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%2371b73a%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Eicon-mail%3C%2Ftitle%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M144.91%2C427.78q-1.18.89-1.91%2C1.4a11.66%2C11.66%2C0%2C0%2C1-2%2C1%2C5.79%2C5.79%2C0%2C0%2C1-2.27.52h0a5.79%2C5.79%2C0%2C0%2C1-2.27-.52%2C11.63%2C11.63%2C0%2C0%2C1-2-1q-0.73-.5-1.91-1.4l-0.72-.54L121.4%2C438.06a3.11%2C3.11%2C0%2C0%2C0%2C2.17.84H154a3.11%2C3.11%2C0%2C0%2C0%2C2.17-.84l-10.48-10.82Zm-22.57-7.35a11.06%2C11.06%2C0%2C0%2C1-2.09-1.85V435l9.24-9.53Q126.73%2C423.5%2C122.34%2C420.43Zm32.85%2C0Q151%2C423.38%2C148%2C425.5l9.24%2C9.53V418.58A11.49%2C11.49%2C0%2C0%2C1%2C155.19%2C420.43Zm-31.38-2.28%2C4.23%2C3%2C3.33%2C2.38%2C2.08%2C1.5%2C0.31%2C0.23%2C0.57%2C0.42%2C1.11%2C0.81q0.44%2C0.31%2C1.07.69a6.15%2C6.15%2C0%2C0%2C0%2C1.19.58%2C3.19%2C3.19%2C0%2C0%2C0%2C1%2C.19h0a3.19%2C3.19%2C0%2C0%2C0%2C1-.19%2C6.15%2C6.15%2C0%2C0%2C0%2C1.19-.58q0.63-.38%2C1.07-0.69l1.12-.81%2C0.57-.42%2C0.31-.23%2C2.09-1.5%2C7.57-5.43a10%2C10%2C0%2C0%2C0%2C2.52-2.62%2C5.76%2C5.76%2C0%2C0%2C0%2C1-3.22%2C3.32%2C3.32%2C0%2C0%2C0-1-2.41%2C3.15%2C3.15%2C0%2C0%2C0-2.32-1H123.56a2.91%2C2.91%2C0%2C0%2C0-2.45%2C1.11%2C4.39%2C4.39%2C0%2C0%2C0-.86%2C2.77%2C5.07%2C5.07%2C0%2C0%2C0%2C1.14%2C2.91A10.39%2C10.39%2C0%2C0%2C0%2C123.81%2C418.15Z%22%20transform%3D%22translate(-120.26%20-408.9)%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 38px;
  padding-left: 75px;
  background-position: 8px 12px;
  font-size: 16px;
  line-height: 30px;
}
.row_address .tab_address strong{
  font-size: 16px;
  color: #181d2f;
}
.page-contact-us footer{
  margin-top: -11px;
}
@media (max-width: 1349px){
  .row_address .tab_address{
    padding: 0 30px;
  }
  .row_address .tab_address .et_pb_tabs_controls li a{
    font-size: 19px;
    width: 165px;
    padding: 8px 20px 8px 40px;
  }
}
@media (max-width: 1024px) and (min-width: 981px){
  .row_address .tab_address .et_pb_tabs_controls li{
    margin-bottom: 5px;
  }
  .row_address .tab_address .et_pb_tabs_controls li a{
    font-size: 18px;
    width: 170px;
    padding: 10px 20px 10px 30px;
    background-size: 14px;
  }
}
@media (max-width: 980px){
  .wpcf7 .et-last-child{
    margin-bottom: 30px !important;
  }
  .page-contact-us .wpcf7 input[type="text"],
  .page-contact-us .wpcf7 input[type="email"],
  .page-contact-us .wpcf7 input[type="tel"],
  .page-contact-us .wpcf7 textarea{
    font-size: 18px;
    border-radius: 10px;
    padding: 12px 20px;
  }
  .page-contact-us .wpcf7 textarea {
    height: 150px;
  }
  .wpcf7 .et_pb_column{
    margin-bottom: 10px !important;
  }
  .row_address .tab_address{
    padding: 0 30px;
  }
  .row_map iframe{
    height: 500px;
  }
  .row_address{
    position: relative;
    top: 0;
    width: 100%;
    right: 0;
  }
  .row_address .tab_address .et_pb_tabs_controls li{
    width: 100%;
  }
  .row_address .tab_address .et_pb_tabs_controls li a{
    width: 100%;
  }
  .page-contact-us footer{
    margin-top: 0;
  }
}
@media (max-width: 767px){
  .row_address .tab_address{
    padding: 0;
  }
  .row_address .tab_address .et_pb_tabs_controls li a{
    font-size: 18px;
    width: 100%;
    background-position: 14px 14px;
    background-size: 14px;
    padding: 8px 20px 8px 20px;
  }
  .row_address .tab_address .address,
  .row_address .tab_address .phone,
  .row_address .tab_address .email{
    padding-left: 65px;
  }
}


/*=====================================*/
/*           #PRODUCT PAGE             */
/*=====================================*/
/*.single-product #main-content > .container{
  width: 90%;
  max-width: 1620px;
}*/
.single-product #main-content #content-area{
  padding-top: 52px;
}
.single-product .select-bin-heading h2{
  font-size: 65px;
  letter-spacing: -2px;
}
.woocommerce div.product div.summary{
  width: 100%;
  position: relative;
}
.single-product .variations > p{
  padding-bottom: 1em;
  font-size: 25px;
}
.single-product .variations .label{
  display: none;
}
.single-product .variations .woo-variation-items-wrapper ul{
  padding-left: 0 !important;
  padding-bottom: 0 !important;
}
.single-product .variations .woo-variation-items-wrapper ul li{
  box-shadow: none !important;
  margin-right: 0px !important;
  position: relative;
}
.single-product .variations .woo-variation-items-wrapper ul li:last-child{
  margin-right: 0 !important;
}
.single-product .variations .woo-variation-items-wrapper ul li.variable-item{
  display: none;
}
.single-product .variations .woo-variation-items-wrapper ul li.variable-item.available-in-suburb{
  display: flex;
  margin-bottom: 10px;
  width: 25%;
}
.single-product .variations .woo-variation-items-wrapper ul li span{
  font-family: 'HaasGrotDisp-95Black';
  transition: 0.3s ease all;
  border-radius: 5px;
  font-size: 18px;
  padding: 5px !important;
  background: #66cc33;
  color: #ffffff !important;
  border: 2px solid #66cc33;
  width: 100%;
}
.single-product .variations .woo-variation-items-wrapper ul li:hover span,
.single-product .variations .woo-variation-items-wrapper ul li.selected span{
  color: #181d2f;
}
.single-product .variations .woo-variation-items-wrapper ul li.selected:before{
  background: url('images/icon-checked.png') no-repeat scroll 0 0 transparent;
  background-size: 26px;
  content: '';
  position: absolute;
  right: -4px;
  top: -16px;
  z-index: 1;
  display: block;
  height: 26px;
  width: 26px;
}
.single-product .variations .woo-variation-items-wrapper ul li span sup{
  font-size: 0.9em;
  bottom: 0.4em;
}
.single-product .row-bin .bin-featured-img{
  float: left;
  width: 70%;
}
.single-product .row-bin .bin-featured-img .variation-images{
  display: none;
}
.single-product.woocommerce div.product .bin-featured-img div.images.woocommerce-product-gallery{
  padding: 50px 0;
  text-align: center;
  width: 100%;

  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20288%20288%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23dcf3d0%22%20d%3D%22M%2049.0447%20173.429%20c%20-6.96904%20-16.6572%20-14.7931%20-19.3871%20-18.7447%20-34.1291%20c%20-6.14605%20-20.9006%202.49601%20-49.2699%2022.0615%20-62.6969%20c%2021.1077%20-15.4141%2031.3951%20-1.94476%2064.1225%20-11.2503%20C%20142.361%2057.6403%20146.376%2047.8143%20173%2043.4%20c%2012.8835%20-1.2647%2037.6776%20-5.9935%2057.7522%2010.4527%20c%2020.4194%2016.7476%2019.6692%2042.6913%2020.4466%2053.3838%20c%200.805724%2022.7276%20-7.88118%2029.5265%20-7.40121%2048.3988%20c%200.37719%2020.8633%208.54943%2025.5248%205.10243%2041.0647%20c%20-4.24224%2016.7165%20-18.2119%2032.1699%20-35.6871%2036.4838%20c%20-21.1599%204.76626%20-26.9667%20-16.3023%20-51.0328%20-14.518%20c%20-29.7978%202.68231%20-44.1313%2037.0736%20-69.9801%2031.9342%20c%20-16.9958%20-3.8974%20-27.4927%20-22.972%20-34.3018%20-37.7113%20C%2050.9422%20196.775%2056.6268%20191.826%2049.0447%20173.429%20Z%22%3E%0A%20%20%20%20%20%20%20%20%3Canimate%20repeatCount%3D%22indefinite%22%20attributeName%3D%22d%22%20dur%3D%2220s%22%20values%3D%22M37.5%2C186c-12.1-10.5-11.8-32.3-7.2-46.7c4.8-15%2C13.1-17.8%2C30.1-36.7C91%2C68.8%2C83.5%2C56.7%2C103.4%2C45%20c22.2-13.1%2C51.1-9.5%2C69.6-1.6c18.1%2C7.8%2C15.7%2C15.3%2C43.3%2C33.2c28.8%2C18.8%2C37.2%2C14.3%2C46.7%2C27.9c15.6%2C22.3%2C6.4%2C53.3%2C4.4%2C60.2%20c-3.3%2C11.2-7.1%2C23.9-18.5%2C32c-16.3%2C11.5-29.5%2C0.7-48.6%2C11c-16.2%2C8.7-12.6%2C19.7-28.2%2C33.2c-22.7%2C19.7-63.8%2C25.7-79.9%2C9.7%20c-15.2-15.1%2C0.3-41.7-16.6-54.9C63%2C186%2C49.7%2C196.7%2C37.5%2C186z%3B%20M51%2C171.3c-6.1-17.7-15.3-17.2-20.7-32c-8-21.9%2C0.7-54.6%2C20.7-67.1c19.5-12.3%2C32.8%2C5.5%2C67.7-3.4C145.2%2C62%2C145%2C49.9%2C173%2C43.4%20c12-2.8%2C41.4-9.6%2C60.2%2C6.6c19%2C16.4%2C16.7%2C47.5%2C16%2C57.7c-1.7%2C22.8-10.3%2C25.5-9.4%2C46.4c1%2C22.5%2C11.2%2C25.8%2C9.1%2C42.6%20c-2.2%2C17.6-16.3%2C37.5-33.5%2C40.8c-22%2C4.1-29.4-22.4-54.9-22.6c-31-0.2-40.8%2C39-68.3%2C35.7c-17.3-2-32.2-19.8-37.3-34.8%20C48.9%2C198.6%2C57.8%2C191%2C51%2C171.3z%3B%20M37.5%2C186c-12.1-10.5-11.8-32.3-7.2-46.7c4.8-15%2C13.1-17.8%2C30.1-36.7C91%2C68.8%2C83.5%2C56.7%2C103.4%2C45%20c22.2-13.1%2C51.1-9.5%2C69.6-1.6c18.1%2C7.8%2C15.7%2C15.3%2C43.3%2C33.2c28.8%2C18.8%2C37.2%2C14.3%2C46.7%2C27.9c15.6%2C22.3%2C6.4%2C53.3%2C4.4%2C60.2%20c-3.3%2C11.2-7.1%2C23.9-18.5%2C32c-16.3%2C11.5-29.5%2C0.7-48.6%2C11c-16.2%2C8.7-12.6%2C19.7-28.2%2C33.2c-22.7%2C19.7-63.8%2C25.7-79.9%2C9.7%20c-15.2-15.1%2C0.3-41.7-16.6-54.9C63%2C186%2C49.7%2C196.7%2C37.5%2C186z%09%22%3E%3C%2Fanimate%3E%0A%20%20%20%20%3C%2Fpath%3E%0A%20%20%3C%2Fsvg%3E");
  background-size: 54%;
  background-repeat: no-repeat;
  background-position: center;
}
.single-product.woocommerce div.product .bin-featured-img div.images.woocommerce-product-gallery img{
  max-height: 300px;
}
.single-product .row-bin{
  position: relative;
  float: left;
  width: 100%;
}
.single-product .row-bin .single_variation_wrap{
  float: left;
  width: 30%;
}
.single-product .woocommerce-variation-add-to-cart{
  /*margin-left: 60px;
  margin-top: 80px;*/
}
.single-product .row-bin .label-qty{
  color: #181d2f;
  font-family: 'HaasGrotDisp-95Black';
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 15px;
}
.single-product .row-bin .quantity{
  overflow: auto !important;
  width: 110px !important;
}
.single-product .row-bin .quantity input.qty{
  border: 3px solid #d4d6db !important;
  background: transparent !important;
  width: 105px;
  position: relative;
  border-radius: 10px;
  color: #181d2f !important;
  font-family: 'HaasGrotDisp-95Black';
  font-size: 30px !important;
  height: 65px;

  text-align: left;
  padding-left: 25px;
}
.single-product div.product form.cart .quantity {
  float: none;
  margin: 0;
  display: inline-block;
}
 .single-product.woocommerce-page div.product form.cart div.quantity, 
 .single-product.woocommerce div.product form.cart div.quantity{
  margin-bottom: 15px !important;
 }
 .single-product.woocommerce div.product form.cart div.quantity .bin-price-mobile{
  display: none;
  position: absolute;
  top: 93px;
  left: 125px;
  color: #181d2f;
  font-family: 'HaasGrotDisp-95Black';
 }
.single-product .row-bin .qty-buttons{
  margin-top: 30px;
  position: relative;
}
.single-product .row-bin .qty-buttons .inner{
  position: absolute;
  width: 110px;
}
.single-product .row-bin .qty-buttons button{
  background: #181d2f;
  color: #fff;
  border: none;
  height: 37px;
  width: 37px;
  border-radius: 10px;
  font-size: 30px;
  line-height: 1em;
  margin-right: 10px;
  cursor: pointer;

  height: 20px;
  width: 20px;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 700;
  background: #d4d6db;
  color: #181d2f
}
.single-product .row-bin .qty-buttons button.minus{
  position: absolute;
  right: 5px;
  top: 20px;
}
.single-product .row-bin .qty-buttons button.plus{
  position: absolute;
  right: 5px;
  top: -5px;
}
.single-product.woocommerce div.product .product_title{
  width: 22%;
  display: inline-block;
  vertical-align: top;
  padding-right: 15px;
}
.single-product.woocommerce div.product .woocommerce-product-details__short-description{
  display: inline-block;
  vertical-align: top;
  width: 28%;
  font-size: 16px;
  color: #747784;
  line-height: 24px;
  padding-right: 15px;
}
.single-product.woocommerce div.product .woocommerce-product-details__short-description h2{
  font-size: 30px;
}
.single-product.woocommerce div.product .woocommerce-product-details__short-description .door-type{
  display: none;
}
.single-product.woocommerce div.product .bin-door-type{
  display: inline-block;
  vertical-align: top;
  width: 25%;
}
.single-product.woocommerce div.product .bin-door-type .label{
  color: #747784;
  font-size: 16px;
  padding-bottom: 0;
}
.single-product.woocommerce div.product .bin-door-type .bin-door{
  color: #181d2f;
  font-family: 'HaasGrotDisp-95Black';
  font-size: 22px !important;
}
.single-product .entry-summary > .price{
  display: none;
}
.single-product.woocommerce div.product .bin-price{
  display: inline-block;
  vertical-align: top;
  width: 20%;
}
.single-product.woocommerce div.product .bin-price .label{
  color: #747784;
  font-size: 16px;
  padding-bottom: 0;
}
.single-product.woocommerce div.product .bin-price .price{
  color: #181d2f;
  font-family: 'HaasGrotDisp-95Black';
  font-size: 45px !important;
}
.single-product.woocommerce div.product .woocommerce-variation{
  display: none !important;
}

.single-product.woocommerce div.product .summary button[type="submit"]{
  background-color: #66cc33;
  border: 2px solid #66cc33;
  border: none;
  color: #fff;
  font-family: 'HaasGrotDisp-95Black';
  font-size: 22px;
  display: block;
  width: 230px;
  padding: 18px 15px;
  border-radius: 36px;
  cursor: pointer;
}
.single-product.woocommerce div.product .summary button[type="submit"] img{
  margin-left: 10px;
}
.single-product.woocommerce div.product .summary a.checkout{
  display: none;
}
.single-product .row-bin .woocommerce-mini-cart__buttons{
  display: none;
}
.single-product .row-bin .woocommerce-mini-cart__buttons a:not(.checkout){
  border: 2px solid #66cc33;
  color: #66cc33;
  font-family: 'HaasGrotDisp-95Black';
  font-size: 22px;
  padding: 16px 15px;
  width: 220px;
  border-radius: 36px;
  display: none;
}
.single-product .row-bin .woocommerce-mini-cart__buttons a.checkout{
  background-color: #66cc33;
  color: #fff !important;
  padding: 16px 10px !important;
  font-size: 22px !important;
  width: 220px !important;
}
.single-product #main-content #content-area #sidebar{
  background-color: #f2f4f6;
}
.single-product #main-content #content-area #sidebar .widgettitle{
  font-size: 30px;
  margin-top: 5px;
  border-bottom: 2px solid #181d2f;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.single-product #main-content .container:before{
  display: none;
}
.single-product #main-content #content-area #sidebar .woocommerce-mini-cart-item a:not(.remove){
  font-family: 'HaasGrotDisp-95Black';
  font-weight: normal;
  color: #181d2f;
  font-size: 22px;
}
.single-product #main-content #content-area #sidebar .woocommerce-mini-cart-item a:not(.remove) sup{
  bottom: 0.45em;
  font-size: 0.8em;
  position: relative;
  left: -1px;
}
.single-product #main-content #content-area #sidebar .woocommerce-mini-cart-item img{
  display: none;
}
.single-product #main-content #content-area #sidebar .woocommerce-mini-cart-item .quantity{
  font-family: 'HaasGrotDisp-95Black';
  color: #181d2f;
  font-size: 22px;
}
.single-product #main-content #content-area #sidebar .woocommerce-mini-cart__total{
  padding: 10px 0;
  font-size: 22px
}
.single-product #main-content #content-area #sidebar .woocommerce-mini-cart__total .amount{
  color: #181d2f;
  font-family: 'HaasGrotDisp-95Black';
  padding-left: 10px;
}
.single-product #main-content #content-area #sidebar .woocommerce-mini-cart__buttons{
  position: absolute;
  bottom: 50px;
}
.single-product #main-content #content-area #sidebar .woocommerce-mini-cart__buttons a:not(.checkout){
  display: none;
}
.single-product #main-content #content-area #sidebar .woocommerce-mini-cart__buttons a{
  text-align: center;
  border: 2px solid #66cc33;
  color: #66cc33;
  font-family: 'HaasGrotDisp-95Black';
  font-size: 22px;
  display: block;
  width: 302px;
  padding: 16px 15px;
  border-radius: 36px;
  cursor: pointer;
}
.single-product #main-content #content-area #sidebar .woocommerce-mini-cart__buttons a.checkout{
  background-color: #66cc33;
  color: #fff;
}
.single-product  .woocommerce-notices-wrapper .woocommerce-error{
  display: none !important;
}
.single-product.woocommerce div.product form.cart{
  margin-top: 0;
}
@media (min-width: 981px){
  .single-product #main-content > .container {
    width: 100%;
    max-width: none;
    padding-top: 0 !important;
  }
  .single-product #main-content #content-area{
    display: flex;
    padding-top: 0;
  }
  .single-product #main-content #content-area #left-area{
    padding-top: 0;
    padding-left: 7%;
    width: 74.125%;
  }
  .single-product #main-content #content-area #sidebar{
    flex: 1;
    padding-left: 70px;
    padding-top: 50px;
    padding-right: 3%;
  }
}
@media (max-width: 1440px){
  .single-product .variations .woo-variation-items-wrapper ul li.variable-item.available-in-suburb{
    width: 33.33%;
  }
  .single-product #main-content #content-area #sidebar .woocommerce-mini-cart__buttons{
    bottom: 193px;
  }
  .single-product #main-content #content-area #sidebar .woocommerce-mini-cart__buttons a{
    width: 240px;
  }
}
@media (max-width: 1399px){
  .single-product #main-content #content-area #sidebar .woocommerce-mini-cart__buttons{
    bottom: 50px;
  }
  .single-product #main-content #content-area #sidebar .woocommerce-mini-cart__buttons a{
    padding: 18px 15px;
    position: static;
  }
}
@media (max-width: 1199px){
  .single-product .row-bin .bin-featured-img,
  .single-product .row-bin .single_variation_wrap{
    width: 100%
  }
  .single-product .woocommerce-variation-add-to-cart{
    margin-left: 0;
    margin-top: 0;
  }
  .single-product.woocommerce div.product .summary button[type="submit"]{
    clear: both;
  }
}
@media (max-width: 1099px){
  .single-product #main-content #content-area #sidebar{
    padding-left: 3%;
  }
  .single-product.woocommerce div.product .summary button[type="submit"],
  .single-product #main-content #content-area #sidebar .woocommerce-mini-cart__buttons a{
    width: 220px;
  }
}
@media (max-width: 980px){
  .single-product #main-content > .container {
    padding-top: 0 !important;
  }
  .single-product .select-bin-heading h2{
    font-size: 70px;
    letter-spacing: -1px;
  }
  .single-product .variations{
    margin-top: 0;
    margin-bottom: 0 !important
  }
  .single-product .variations .woo-variation-items-wrapper ul{
    padding-bottom: 0 !important;
  }
  .single-product .variations .woo-variation-items-wrapper ul li.selected:before{
    background-size: 18px;
    right: 8px;
    top: 4px;
    height: 18px;
    width: 18px;
  }
  .single-product.woocommerce div.product .bin-featured-img div.images.woocommerce-product-gallery{
    background-position: center -10px;
    padding: 20px 0 50px;
    width: 100%;
  }
  .single-product .bin-featured-img{
    float: left;
    width: 100%;
  }
  .single-product.woocommerce div.product form.cart div.quantity{
    position: relative;
    top: 0;
    width: 100% !important;
    margin-bottom: 0 !important;
  }
  .single-product .woocommerce-variation-add-to-cart{
    position: static;
  }
  .single-product.woocommerce div.product form.cart div.quantity .bin-price-mobile{
    display: block;
    top: 20px;
    font-size: 25px;
  }
  .single-product .row-bin .quantity, 
  .single-product .row-bin .label-qty, 
  .single-product .row-bin .qty-buttons{
    bottom: auto;
    top: 130px;
  }
  .single-product.woocommerce div.product .product_title,
  .single-product.woocommerce div.product .woocommerce-product-details__short-description,
  .single-product.woocommerce div.product .bin-door-type,
  .single-product.woocommerce div.product .bin-price{
    margin-bottom: 15px;
    width: 100%;
  }
  .single-product .row-bin .quantity, 
  .single-product .row-bin .label-qty, 
  .single-product .row-bin .qty-buttons{
    position: static;
  }
  .single-product .row-bin .quantity{
    width: auto!important;
  }
  .single-product .row-bin .quantity input.qty{
    left: 0;
  }
  .single-product .row-bin .label-qty{
    margin-bottom: 10px;
  }
  .single-product .row-bin .label-qty span{
    position: static;
  }
  .single-product .row-bin .qty-buttons .inner{
    position: relative;
  }
  .single-product .row-bin .qty-buttons{
    margin-top: 24px;
  }
  .single-product .row-bin .qty-buttons button.minus{
    left: 70px;
    top: 19px;
    width: auto;
    height: auto;
    padding: 3px 8px;
    position: absolute; 
  }
  .single-product .row-bin .qty-buttons button.plus{
    left: 70px;
    top: -7px;
    width: auto;
    height: auto;
    padding: 4px 7px;
    font-size: 13px;
    position: absolute;
  }
  .single-product.woocommerce div.product .summary button[type="submit"]{
    position: static;
    margin-top: 15px;
    clear: both;
  }
  .single-product .row-bin .woocommerce-mini-cart__buttons{
    display: inline-block;
    margin-top: 15px;
    width: 100%;
  }
  .single-product #main-content #content-area #sidebar .woocommerce-mini-cart__buttons{
    margin-top: 30px;
    position: static;
  }
  .single-product.woocommerce div.product .summary a.checkout{
    text-align: center;
    border: 2px solid #66cc33;
    color: #66cc33;
    font-family: 'HaasGrotDisp-95Black';
    display: block;
    border-radius: 36px;
    cursor: pointer;
    width: 200px;
    font-size: 18px;
    padding: 10px 15px;
    margin-top: 15px;
    clear: both;
  }
  .single-product #main-content #content-area #sidebar{
    margin-bottom: 50px;
    padding: 50px 30px;
  }
}
@media (max-width: 767px){
  .single-product #main-content > .container{
    width: 100%;
  }
  .single-product #left-area{
    padding-left: 15px;
    padding-right: 15px;
  }
  .single-product .select-bin-heading h2{
    font-size: 50px;
    letter-spacing: 0;
  }
  .single-product #main-content #content-area #sidebar {
    margin-bottom: 0;
    padding: 50px 15px 15px;
  }
}


/*=====================================*/
/*              #FOOTER                */
/*=====================================*/
footer{
  border-top: 1px solid #cdd1de;
}
.home footer{
  border-top: none;
}
footer .img_logo img{
  width: 217px;
}
footer  h4{
  color: #181d2f;
  font-family: 'HaasGrotDisp-95Black';
  font-size: 18px !important;
  letter-spacing: -0.5px;
  padding-bottom: 11px;
}
footer .et_pb_blurb .et_pb_main_blurb_image img{
  width: 22px;
}
footer .et_pb_blurb.et_pb_blurb_1_tb_footer .et_pb_main_blurb_image img{
  width: 26px;
}
footer .et_pb_blurb .et_pb_blurb_description{
  font-size: 18px;
}
footer .et_pb_blurb .et_pb_blurb_description a{
  color: #747784;
}
footer .et_pb_blurb .et_pb_blurb_description a.et_pb_button{
  padding: 11px 20px !important;
  font-size: 16px;
  min-width: 130px;
  margin-top: -10px;
}
footer .tb_copyright{
  font-size: 16px;
}
footer .tb_copyright svg{
  fill: #181d2f
}
footer .tb_copyright a{
  color: #747784;
}
footer .tb_copyright .sep{
  color: #d2d4dc;
  display: inline-block;
  margin: 0 10px;
}
footer .et_pb_row_1_tb_footer p{
  padding-bottom: 3px;
}
footer .footer-menu{
  margin-bottom: 30px;
  color: #d2d4dc;
}
footer .footer-menu a{
  font-size: 18px;
  padding: 0 10px
}
@media (min-width: 981px){
  footer .et_pb_blurb_0_tb_footer.et_pb_blurb.et_pb_module {
    margin-left: 10px!important;
  }
}


::-webkit-input-placeholder {
    color: #b6bbca;
}

::-moz-placeholder {
    color: #b6bbca;
}

:-ms-input-placeholder {
    color: #b6bbca;
}

:-moz-placeholder {
    color: #b6bbca;
}

/*=====================================*/
/*           #CF7 Messages             */
/*=====================================*/
span.wpcf7-not-valid-tip{
  font-size: 16px;
}
div.wpcf7-response-output{
  border: none;
  display: block !important;
  min-height: 50px;
  padding: 10px;
}
.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors,
.wpcf7-form .wpcf7-response-output.wpcf7-spam-blocked {
  color: #D8000C;
  background-color: #FFBABA;
  border: 0;
  padding: 10px;
  font-size: 20px;
  text-align: center;
}
.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
  color: #4F8A10;
  background-color: #DFF2BF;
  border: 0;
  padding: 14px 15px 10px;
}
div.wpcf7-mail-sent-ok:before,
div.wpcf7-validation-errors:before,
div.wpcf7-spam-blocked:before {
    font: 26px/30px etModules;
    margin-right: 16px;
    vertical-align: middle;
    position: relative;
    top: -3px;
}
div.wpcf7-mail-sent-ok:before {
    content:'\52';
}
div.wpcf7-validation-errors:before,
div.wpcf7-spam-blocked:before {
    content:'\51';
}
div.wpcf7 .ajax-loader{
  display: none;
}
.ajax-button{
  position: relative;
  display: block;
  margin-top: 55px;
  height: 55px;
}
.wpcf7 input[type="submit"].loading{
  font-size: 0;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  padding: 0;
  border: 3px solid #66cc33;
  border-bottom: 3px solid rgba(255,255,255,0.0);
  border-left: 3px solid rgba(255,255,255,0.0);
  background-color:transparent !important;
  animation-name: rotateAnimation;
  -webkit-animation-name: wk-rotateAnimation;
  animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

@keyframes rotateAnimation {
    0%   {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
}
@-webkit-keyframes wk-rotateAnimation {
    0%   {-webkit-transform: rotate(0deg);}
    100% {-webkit-transform: rotate(360deg);}
}

.wpcf7 .fa-check,
.wpcf7 .fa-close{
  color: #D8000C;
  position:absolute;
  left :50%;
  top: 50%;
  margin-top: -9px;
  -webkit-transform:scaleX(0) !important;
  transform:scaleX(0) !important;
}
.wpcf7 .fa-check:before,
.wpcf7 .fa-close:before{
  font: 30px etModules;
  vertical-align: middle;
  position: relative;
  content: '\4e';
  left: -27px;
  border: 3px solid;
  border-radius: 50%;
  padding: 9px;
  top: -7px;
}
.wpcf7 .fa-close:before{
  content: '\4d';
  padding: 9px 9px 9px 10px;
}

.wpcf7 .fa-check.finish,
.wpcf7 .fa-close.finish{
  -webkit-transform:scaleX(1) !important;
  transform:scaleX(1) !important;
}
.wpcf7 input[type="submit"].hide-loading{
  opacity:0;
  -webkit-transform: rotate(0deg) !important;
  transform: rotate(0deg) !important;
  -webkit-transform:scale(0) !important;
  transform:scale(0) !important;
}


/*=====================================*/
/*           #Woo Override             */
/*=====================================*/
.woocommerce .woocommerce-error, 
.woocommerce .woocommerce-info, 
.woocommerce .woocommerce-message{
  background: #66cc33;
  font-family: 'HaasGrotDisp-95Black';
  padding: 25px 20px 15px !important
}
.woocommerce-message a.button.wc-forward, 
.woocommerce-message a.button.wc-forward:hover{
  color: #66cc33;
}
.woocommerce-message .wc-forward{
  display: none !important;
}
.woocommerce-message .button{
  background: #fff !important;
  border-radius: 10px !important;
  color: #66cc33 !important;
}
@media (max-width: 767px){
  .woocommerce .woocommerce-message{
    padding: 25px 20px 0 !important;
  }
  .woocommerce-message .button{
    float: none !important;
    margin: 1em auto 0 !important;
    display: block !important;
    max-width: 170px;
    text-align: center;
  }
  .woocommerce-message a.button.wc-forward{
    display: none !important;
  }
}


/*=====================================*/
/*           #Woo Checkout             */
/*=====================================*/
.page-cart .wc-backward{
  display: none !important;
}
.woocommerce-checkout #main-content{
  padding-bottom: 80px;
}
.woocommerce-checkout .entry-content .woocommerce .checkout-overlay{
  background: #fff;
  content: '';
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 9999;
  top: 0;
}
.woocommerce-checkout .entry-content form h2,
.woocommerce-checkout .entry-content form .sub-p{
  text-align: center;
  margin-bottom: 10px;
}
.woocommerce-checkout .entry-content label{
  color: #181d2f;
  font-family: 'HaasGrotDisp-95Black';
  font-size: 17px;
  line-height: 1.5em !important;
}
.woocommerce-checkout .entry-content form input[type="text"],
.woocommerce-checkout .entry-content form input[type="email"],
.woocommerce-checkout .entry-content form input[type="tel"],
.woocommerce-checkout .entry-content form select,
.woocommerce-checkout .entry-content form .select2,
.woocommerce-checkout .entry-content form textarea {
  background-color: #fff;
  border: 3px solid #CED0D8 !important;
  font-size: 18px;
  padding: 14px 12px;
  width: 100%;
  border-radius: 10px;
}
#billing_city_field,
#billing_state_field,
#billing_postcode_field,
#billing_country_field{
  display: none !important;
}
.woocommerce-checkout .form-buttons{
  text-align: center;
  clear: both;
}
.woocommerce-checkout .form-buttons .btn-checkout{
  background-color: #66cc33;
  border: none;
  color: #fff;
  font-family: 'HaasGrotDisp-95Black';
  font-size: 22px;
  width: 302px;
  padding: 18px 15px;
  border-radius: 36px;
  display: inline-block;
  width: 240px;
  margin: 50px 15px;
}
.woocommerce-checkout .form-buttons .btn-checkout.btn-previous{
  background: #c6c9ce;
}
.woocommerce-checkout .entry-content form .select2-container--default .select2-selection--single{
  border: none;
}
.woocommerce-checkout .entry-content form .select2-container--default .select2-selection--single .select2-selection__arrow{
  top: 15px;
  right: 10px;
}
.woocommerce-checkout .entry-content form textarea{
  height: 130px;
}
.woocommerce-checkout .entry-content form .term-counter{
  color: #ced0d8;
  font-size: 20px;
  font-family: 'HaasGrotDisp-95Black';
}
.woocommerce-checkout .et_pb_row_5.row_acceptance{
  padding-top: 27px !important;
}
.woocommerce-checkout .et_pb_row_3.row_acceptance{
  padding-bottom: 0;
}
.woocommerce-checkout .et_pb_row_4.row_acceptance{
  padding-top: 0;
}
.woocommerce-checkout .entry-content form .row_acceptance img{
  width: auto;
  height: 77px;
}
.woocommerce-checkout .main_title,
.woocommerce-checkout .woocommerce-billing-fields > h3{
  display: none;
}
.woocommerce-additional-fields > h3{
  display: none;
}
.woocommerce-additional-fields #additional_pickup_date{
  pointer-events: none
}
.tab:not(.active) {
  display: none;
}
.woocommerce .woocommerce-checkout .col2-set{
  width: 60%;
  display: inline-block;
}
.woocommerce .woocommerce-checkout .col2-set .col-1,
.woocommerce .woocommerce-checkout .col2-set .col-2 {
    width: 100% !important;
}
.woocommerce .woocommerce-checkout .woocommerce-shipping-fields{
  display: none !important
}
.woocommerce .woocommerce-checkout .woocommerce-shipping-fields h2,
.woocommerce .woocommerce-checkout .woocommerce-shipping-fields p.sub-p{
  display: none;
}
.woocommerce .woocommerce-checkout .woocommerce-shipping-fields #ship-to-different-address{
  width: 100%;
  display: none;
}
.woocommerce .woocommerce-checkout .woocommerce-shipping-fields .shipping-cost{
  font-size: 18px;
  float: left;
  width: 100%;
}
.woocommerce .woocommerce-checkout .woocommerce-shipping-fields .shipping-cost img{
  width: 30px;
  margin-right: 12px;
  position: relative;
  top: 7px;
}
.woocommerce .woocommerce-checkout .checkout-terms .col-wrapper{
  margin-left: -15px;
  margin-right: -15px;
}
.woocommerce .woocommerce-checkout .checkout-terms .col-wrapper .col-1,
.woocommerce .woocommerce-checkout .checkout-terms .col-wrapper .col-2{
  width: 50% !important;
  padding-left: 15px;
  padding-right: 15px;
  float: none;
  display: inline-block;
  vertical-align: top;
  float: left
}
.woocommerce .woocommerce-checkout .checkout-terms .row_acceptance p{
  color: #747784; 
  font-size: 18px;
}
.woocommerce .woocommerce-checkout .checkout-terms .et_pb_row_5col{
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.woocommerce .woocommerce-checkout .checkout-terms .terms-content{
  background: #f5f7f9;
  border-radius: 10px;
  height: 450px;
  overflow: auto;
  padding: 30px 35px;
  font-size: 18px;
  margin-top: 20px;
}
.woocommerce .woocommerce-checkout .checkout-terms .terms-content strong{
  color: #181d2f;
}
.woocommerce .woocommerce-checkout .checkout-terms .terms-content-inner{
  font-size: 16px;
  padding: 15px 40px;
}
.woocommerce .woocommerce-checkout .checkout-terms .terms-content ul li{
  padding-left: 20px;
  margin-bottom: 20px;
}
.woocommerce .woocommerce-checkout .checkout-terms .terms-checkbox{
  margin-top: 20px;
  font-size: 16px;
  text-align: center;
  float: left;
  width: 100%;
}
.woocommerce .woocommerce-checkout .checkout-terms .terms-checkbox input[type="checkbox"],
.woocommerce .woocommerce-checkout #ship-to-different-address input[type="checkbox"]{
  margin-right: 25px;
  display: none; 
}
.woocommerce .woocommerce-checkout .checkout-terms .terms-checkbox label,
.woocommerce .woocommerce-checkout #ship-to-different-address label{
  cursor: pointer;
  position: relative;
}
.woocommerce .woocommerce-checkout .checkout-terms .terms-checkbox input[type="checkbox"] + label:before,
.woocommerce .woocommerce-checkout #ship-to-different-address  label:before{
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #66cc33;
  position: relative;
  left: -15px;
  top: 5px;
  opacity: 1;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}
.woocommerce .woocommerce-checkout #ship-to-different-address label:before{
  left: 5px;
  margin-right: 15px
}
.woocommerce .woocommerce-checkout .checkout-terms .terms-checkbox input[type="checkbox"]:checked + label:before,
.woocommerce .woocommerce-checkout #ship-to-different-address label.cb_checked:before{
  width: 10px;
  top: 0;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 10px;
}
.checkout-steps-terms .woocommerce .woocommerce-checkout .col2-set{
  width: 100%;
}
.checkout-steps-terms #order_review{
  display: none;
}
.woocommerce .woocommerce-checkout #ship-to-different-address label.cb_checked:before{
  margin-right: 25px;
}
.btn-hide{
  display: none !important;
}
.woocommerce .woocommerce-checkout .pickup-date{
  font-size: 18px;
  line-height: 1.2em;
}
.woocommerce .woocommerce-checkout #additional_pickup_date_field{
  height: 0;
  overflow: hidden;;
}
.woocommerce .woocommerce-checkout .checkout-extra{
  max-width: 700px;
  margin: 0 auto;
}
.woocommerce .woocommerce-checkout .checkout-extra h2{
  /*margin-bottom: 100px;*/
}
.woocommerce .woocommerce-checkout .form-field-extra{
  display: inline-block;
  width: 50%;
  padding: 0 0 20px 0;
}
.woocommerce .woocommerce-checkout .form-field-extra label{
  cursor: pointer;
  position: relative;
}
.woocommerce .woocommerce-checkout .form-field-extra label:before{
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #66cc33;
  position: relative;
  left: 0;
  top: 5px;
  opacity: 1;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
  margin-right: 10px;
}
.woocommerce .woocommerce-checkout .form-field-extra .input-checkbox {
  display: none;
}
.woocommerce .woocommerce-checkout .form-field-extra label.cb_checked:before{
  width: 10px;
  top: 0;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 20px;
}
.woocommerce .woocommerce-checkout .form-field-extra .optional{
  display: none;
}
#order_review{
  display: inline-block;
  width: 35%;
  vertical-align: top;
  float: right;
  border: 1px solid #CED0D8;
  padding: 30px;
  border-radius: 10px;
}
#order_review_heading{
  display: none;
}
#order_review > h2{
  display: none;
}
#order_comments_field .optional{
  display: none;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table{
  /*display: none;*/
  border: none !important;
  max-width: 634px;
  border-radius: 0 !important;
  color: #181d2f !important;
}
.woocommerce-checkout-review-order-table > thead,
.woocommerce-checkout-review-order-table > tbody,
.woocommerce-checkout-review-order-table > tfoot .cart-subtotal,
.woocommerce-checkout-review-order-table > tfoot .shipping,
.woocommerce-checkout-review-order-table > tfoot  .fee{
  /*display: none;*/
}
.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td{
  padding: 15px 0px !important;
}
.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table .product-name{
  color: #181d2f !important;
  font-family: 'HaasGrotDisp-95Black';
  font-size: 17px;
  line-height: 1.5em !important;
}
.woocommerce-checkout-review-order-table .order-total th,
.woocommerce-checkout-review-order-table .order-total td{
  border: none !important;
  color: #181d2f;
  font-family: 'HaasGrotDisp-95Black';
  font-weight: normal;
  width: 50%;
}
.woocommerce-checkout-review-order-table .order-total th{
  text-align: left;
}
.woocommerce-checkout-review-order-table > tfoot .cart-subtotal td,
.woocommerce-checkout-review-order-table > tfoot .fee td{
  font-weight: normal !important;
}
.woocommerce-checkout-review-order-table > tfoot .order-total th,
.woocommerce-checkout-review-order-table > tfoot .order-total td{
  border-top: 3px solid #d4d6db !important;
}
.checkout-steps-payment.woocommerce-checkout #order_review{
  width: 100%;
  border: none;
}
.checkout-steps-payment.woocommerce-checkout #order_review > h3{
  text-align: center;
  margin-bottom: 30px;
}
.checkout-steps-payment.woocommerce-checkout .woocommerce-checkout-review-order-table{
  width: 35%;
  float: right;
}
.checkout-steps-payment.woocommerce-checkout #payment{
  display: block;
  max-width: none;
  width: 60%;
  float: left;
  margin-top: 15px;
}
.woocommerce-checkout #payment{
  background: transparent;
  max-width: 738px;
  margin: 50px auto 0;
  display: none;
}
.woocommerce-checkout #payment ul.payment_methods{
  padding: 0;
  text-align: center;
  border-bottom: none;
}
ul.payment_methods li{
  background: none;
  color: #222;
  display: inline-block;
  padding: 10px 15px;
  cursor: pointer;
  padding: 0;
  width: 50%;
  float: left;
  border: 3px solid #CED0D8;
  border-radius: 10px;
}
ul.payment_methods li:first-child{
  border-right: 3px solid #CED0D8;
  border-radius: 10px 0 0 10px;
}
ul.payment_methods li:last-child{
  border-left: 3px solid #CED0D8;
  border-radius: 0 10px 10px 0;
}
ul.payment_methods li.current{
  border-color: #66cc33;
}
ul.payment_methods li:before{
  display: none !important;
}
.woocommerce-checkout .entry-content  ul.payment_methods li label{
  color: #c6c9ce;
  padding: 12px 20px;
  display: block;
  cursor: pointer;
  font-size: 20px;
  text-align: center;
}
.woocommerce-checkout .entry-content  ul.payment_methods li.current label{
  color: #66cc33;
}
ul.payment_methods li label a,
ul.payment_methods li label img{
  display: none;
}
.tab-content{
  display: none;
  font-size: 20px;
}
.tab-content.current{
  display: inherit;
}
ul.payment_methods input[type="radio"]{
  display: none;
}
.woocommerce-privacy-policy-text{
  font-size: 17px;
  line-height: 1.5em;

  display: none;
}
.woocommerce-checkout #payment div.payment_box{
  background: transparent;
  padding: 0;
}
#add_payment_method #payment div.payment_box::before, 
.woocommerce-cart #payment div.payment_box::before, 
.woocommerce-checkout #payment div.payment_box::before{
  display: none;
}
#payment .payment_method_paypal.payment_box{
  text-align: center;
}
#payment .payment_method_paypal.payment_box img{
  margin: 1em auto;
  display: block;
}
#payment button[type="submit"]{
  background-color: #66cc33;
  border: none;
  color: #fff;
  font-family: 'HaasGrotDisp-95Black';
  font-size: 22px;
  padding: 13px 15px;
  border-radius: 36px;
  display: inline-block;
  width: 240px;
  float: none !important;
  margin-left: 600px;
  position: absolute;
  bottom: 0
}
.woocommerce-checkout .payment_box #wc-stripe-cc-form .form-row{
  padding-top: 0;
  margin-bottom: 0;
}
.woocommerce-checkout .payment_box .wc-stripe-elements-field{
  color: #4e4e4e;
  background-color: #fff;
  border: 3px solid #d4d6db;
  font-size: 20px;
  padding: 17px 15px;
  width: 100%;
  border-radius: 10px;
}
.tab-content .payment_method_eway_payments{
  display: block !important;
}
#eway_payments-card-expiry,
#eway_payments-card-cvc{
  font-size: 20px !important;
  padding: 17px 15px !important;
  width: 100% !important;
}
.woocommerce-checkout .form-buttons.form-buttons-payment {
  margin-top: -38px;
  margin-bottom: 50px;
}
.woocommerce-checkout .form-buttons.form-buttons-payment .btn-previous{
  margin: 0 0 0 -270px;
}
.woocommerce-checkout .form-buttons.form-buttons-payment .btn-next{
  display: none;
}
.woocommerce-checkout .form-buttons .btn-checkout.btn-previous{

}
.woocommerce-checkout ul.woocommerce-error li::before{
  display: none;
}
.woocommerce-checkout ul.woocommerce-error li strong{
  color: #fff;
  text-decoration: underline;
}
.floating-total{
  position: fixed;
  bottom: 10px;
  right: 10px;
  border: 3px solid #d4d6db;
  padding: 12px 20px;
  border-radius: 10px;
}
.floating-total .total-label{
  color: #181d2f;
  font-family: 'HaasGrotDisp-95Black';
  font-size: 20px;
  line-height: 1.5em !important;
}
.floating-total .total-amount{
  font-family: 'HaasGrotDisp-95Black';
  font-size: 26px;
  color: #66cc33;
  padding-left: 10px;
}
@media (max-width: 1699px) {
  .woocommerce-checkout .row_checkout_shortcode{
    max-width: 1100px;
  }
  #payment button[type="submit"]{
    margin-left: 46%;
  }
}
@media (max-width: 1440px) and (min-width: 981px) {
  .woocommerce-checkout .row_checkout_shortcode{
    max-width: 800px;
  }
  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last{
    width: 100%;
  }
  .woocommerce-checkout .entry-content form .sub-p br,
  .woocommerce-checkout .entry-content form .checkout-terms p br{
    display: none;
  }
}
@media (max-width: 1299px){
  .woocommerce .woocommerce-checkout .col2-set{
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    display: block;
  }
  .woocommerce .woocommerce-checkout .checkout-terms .col-wrapper .col-1, 
  .woocommerce .woocommerce-checkout .checkout-terms .col-wrapper .col-2{
    width: 100% !important;
  }
  .woocommerce .woocommerce-checkout #order_review{
    width: 100%;
    margin: 30px auto;
    display: block;
    float: none;
  }
  .checkout-steps-payment.woocommerce-checkout #order_review{
    max-width: 700px;
  }
  .checkout-steps-payment.woocommerce-checkout .woocommerce-checkout-review-order-table,
  .checkout-steps-payment.woocommerce-checkout #payment{
    width: 100%;
  }
  .woocommerce .woocommerce-checkout .checkout-terms .row_acceptance p{
    font-size: 14px;
  }
  #payment button[type="submit"] {
    margin-left: 300px;
  }
}
@media (max-width: 1024px) and (min-width: 981px) {
  .woocommerce-checkout .row_checkout_shortcode{
    max-width: 600px;
  }
  .woocommerce-checkout .entry-content label{
    font-size: 16px;
  }
  #payment button[type="submit"] {
    margin-left: 230px;
  }
}  
@media (max-width: 980px) {
  .woocommerce-checkout #main-content .container{
    padding-top: 0 !important;
  }
  .woocommerce-checkout .entry-content form input[type="text"], 
  .woocommerce-checkout .entry-content form input[type="email"], 
  .woocommerce-checkout .entry-content form input[type="tel"], 
  .woocommerce-checkout .entry-content form select, 
  .woocommerce-checkout .entry-content form .select2, 
  .woocommerce-checkout .entry-content form textarea{
    font-size: 16px;
    padding: 15px 15px;
  }
  .woocommerce .woocommerce-checkout .form-field-extra{
    width: 50% !important;
  }
  .woocommerce .woocommerce-checkout .checkout-extra h2{
    margin-bottom: 50px;
  }
  .woocommerce-checkout .form-buttons .btn-checkout{
    margin: 20px 15px 50px;
  }
  .woocommerce .woocommerce-checkout .checkout-terms .col-wrapper .col-1 .et_pb_section,
  .woocommerce .woocommerce-checkout .checkout-terms .col-wrapper .col-2 .et_pb_section{
    padding-top: 0;
    padding-bottom: 0;
  }
  .woocommerce-checkout .et_pb_row_4.row_acceptance,
  .woocommerce-checkout .et_pb_row_5.row_acceptance{
    margin-top: 0 !important;
  }
  .woocommerce .woocommerce-checkout .checkout-terms .col-2 .row_acceptance .et_pb_column{
    /*width: 33.33% !important;*/
  }
  .woocommerce .woocommerce-checkout .checkout-terms .col-1 .row_acceptance .et_pb_column{
    width: 25% !important;
    margin-right: 0;
  }
  .woocommerce-checkout .row_acceptance .et_pb_image{
    text-align: center;
  }
  #eway_payments-card-expiry,
  #eway_payments-card-cvc{
    font-size: 15px !important;
    padding: 15px !important;
  }
  .floating-total{
    bottom: 5px;
    right: 5px;
    padding: 5px 10px;
    background: #fff;
  }
  .floating-total .total-label{
    font-size: 16px;
    display: block;
  }
  .floating-total .total-amount{
    font-size: 20px;
    padding-left: 0;
  }
  #payment button[type="submit"]{
    margin-left: 320px;
    width: auto !important;
    min-width: 240px;
    bottom: -23px;
  }
}
@media (max-width: 767px) {
  .woocommerce-checkout .entry-content{
    margin-bottom: 50px;
  }
  .woocommerce-checkout .entry-content label{
    margin-bottom: 5px;
  }
  .woocommerce-checkout .form-buttons .btn-checkout{
    padding: 16px 15px;
    min-width: 200px;
    margin: 0 0 25px !important;
    width: 100%;
  }
  .woocommerce-checkout .entry-content form .sub-p br{
    display: none;
  }
  .woocommerce .woocommerce-checkout .form-field-extra{
    width: 100% !important;
  }
  .woocommerce .woocommerce-checkout .checkout-terms .terms-content-inner{
    padding: 15px 0;
  }
  .woocommerce-checkout .form-buttons.form-buttons-payment {
    margin-top: 0;
  }
  #payment button[type="submit"]{
    width: 100% !important;
    margin: 0;
    position: static;
  }
  ul.payment_methods li{
    display: block;
    width: 100%;
    margin-bottom: 10px !important;
  }
  ul.payment_methods li:first-child,
  ul.payment_methods li:last-child{
    border-radius: 10px;
    border: 2px solid #d4d6db;
  }
  .woocommerce-checkout #payment div.form-row{
    padding: 0 !important;
  }
  .checkout-steps-payment.woocommerce-checkout #order_review {
    max-width: none;
    padding: 0;
  }
  .checkout-steps-payment.woocommerce-checkout .woocommerce-checkout-review-order-table{
    float: none;
    margin: 0;
    padding: 15px;
    max-width: none;
  }
  .woocommerce .woocommerce-checkout .checkout-terms .col-2 .row_acceptance .et_pb_column{
    margin-bottom: 10px;
  }
  .woocommerce .woocommerce-checkout .checkout-terms .col-1 .row_acceptance .et_pb_column{
    width: 50% !important;
    margin-bottom: 10px;
  }
  .woocommerce .woocommerce-checkout .checkout-terms .terms-checkbox{
    padding: 0 10px;
  }
}


/*=====================================*/
/*          #Woo Thank You             */
/*=====================================*/
.woocommerce-order-received #main-content{
  position: relative;
  padding-bottom: 0;
}
.woocommerce-order-received .woocommerce-order{
  max-width: 630px;
  margin: 0 auto;
}
.woocommerce-order-received .woocommerce-order .icon-success{
  margin-bottom: 20px;
  text-align: center;
}
.woocommerce-order-received .woocommerce-order .icon-success img{
  width: 77px;
}
.woocommerce-order-received .woocommerce-order h2{
  text-align: center;
}
.woocommerce-order-received .woocommerce-order .thank-you-message{
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 50px;
}
.woocommerce-order-received .woocommerce-order .delivery-details{
  float: left;
  width: 100%;
  border-bottom: 2px solid #181d2f;
  margin-bottom: 100px;
}
.woocommerce-order-received .woocommerce-order .delivery-details h3{
  font-size: 20px;
  text-align: center;
  border-bottom: 2px solid #181d2f;
  padding-bottom: 25px;
  margin-bottom: 30px;
}
.woocommerce-order-received .woocommerce-order .delivery-details .row{
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 40px;
  float: left;
  width: 100%;
}
.woocommerce-order-received .woocommerce-order .delivery-details .row .col-4{
  float: left;
  width: 40%;
  padding-left: 15px;
  padding-right: 15px;
}
.woocommerce-order-received .woocommerce-order .delivery-details .row .col-8{
  float: left;
  width: 60%;
  padding-left: 15px;
  padding-right: 15px;
}
.woocommerce-order-received .woocommerce-order .delivery-details label{
  color: #a4a8ae;
  font-size: 16px;
  vertical-align: top;
}
.woocommerce-order-received .woocommerce-order .delivery-details .value{
  color: #181d2f;
  font-size: 22px;
  font-family: 'HaasGrotDisp-95Black';
  line-height: 1.3em;
  vertical-align: top;
}
.woocommerce-order-received .woocommerce-order .delivery-details sup{
  bottom: .4em;
  font-size: 0.8em;
}
.woocommerce-order-received .woocommerce-order .woocommerce-order-overview,
.woocommerce-order-received .woocommerce-order .woocommerce-order-details,
.woocommerce-order-received .woocommerce-order .woocommerce-customer-details{
  display: none;
}
@media (max-width: 980px){
  .woocommerce-order-received .woocommerce-order .delivery-details .row .col-4,
  .woocommerce-order-received .woocommerce-order .delivery-details .row .col-8{
    width: 100%;
  }
}


/*=====================================*/
/*             #Sweet Alert            */
/*=====================================*/
.swal-button--confirm,
.swal-button--confirm:not([disabled]):hover{
  background-color: #67cb33;
}
.swal-modal .swal-text {
  text-align: center;
}
.swal-footer{
  text-align: center;
}
.swal-modal .swal-title{
  font-family: 'HaasGrotDisp-95Black';
}
.swal-modal .swal-button{
  font-family: 'HaasGrotDisp-95Black';
  font-size: 18px;
}
.swal-modal .swal-icon{
  transform: scale(0.8);
}


/*=====================================*/
/*              #Date Picker           */
/*=====================================*/
.ui-datepicker {
  border-width: 0;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  width: 18.5rem;
}
@media (max-width: 480px) {
  .ui-datepicker {
    width: 17rem;
  }
}
.ui-datepicker.ui-corner-all {
  border-radius: 10px;
  overflow: hidden;
}
.ui-datepicker .ui-datepicker-header {
  background: #67cb33;
  padding: 15px 0;
  border-width: 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  cursor: pointer;
  top: 15px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  background: transparent;
  width: 0px;
  height: 0px;
  border-width: 5px 9px;
  border-style: solid;
  border-color: transparent;
  margin-top: 0;
  top: 23%;
}
.ui-datepicker .ui-datepicker-prev span {
  left: 40%;
  border-right-color: #fff;
  border-left-width: 0;
}
.ui-datepicker .ui-datepicker-next span {
  left: 75%;
  border-left-color: #fff;
  border-right-width: 0;
}
.ui-datepicker .ui-datepicker-title {
  text-shadow: none;
}
.ui-datepicker .ui-datepicker-title select {
  border: 0;
  height: 30px;
  width: 45%;
  width: calc(49% - 5px);
  font-size: 15px;
  color: #414141;
  padding-left: 5px;
  border-radius: 5px;
  font-family: 'HaasGrotDisp-55Roman';
}
.ui-datepicker .ui-datepicker-title select:focus {
  outline: none;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
  margin-right: 5px;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
  margin-left: 5px;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  background: #fff;
  border: 0px;
  font-weight: 600;
  margin: 10px 5px;
  padding: 5px 12px;
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'HaasGrotDisp-95Black';
}
.ui-datepicker .ui-datepicker-buttonpane button[data-handler="today"]:hover, .ui-datepicker .ui-datepicker-buttonpane button[data-handler="today"]:active {
  opacity: 1;
  color: #4f4f4f;
}
.ui-datepicker .ui-datepicker-buttonpane button[data-handler="hide"]:hover, .ui-datepicker .ui-datepicker-buttonpane button[data-handler="hide"]:active {
  color: #67cb33;
}
.ui-datepicker table {
  margin-top: 0.625rem;
  font-size: 14px;
}
.ui-datepicker th {
  font-family: 'HaasGrotDisp-95Black';
  text-transform: uppercase;
}
.ui-datepicker th.ui-datepicker-week-end * {
  color: #67cb33;
}
.ui-datepicker td span,
.ui-datepicker td a {
  padding: .4em .2em;
  font-size: 14px;
  text-align: center;
  font-family: 'HaasGrotDisp-55Roman';
}
.ui-datepicker td .ui-state-default.ui-state-hover {
  border-color: transparent;
  text-shadow: none;
  background: #ededed;
  font-weight: normal;
  color: inherit;
}
.ui-datepicker td .ui-state-highlight {
  border-color: transparent;
}
.ui-datepicker td .ui-state-active,
.ui-datepicker td .ui-state-active.ui-state-highlight,
.ui-datepicker td .ui-state-active.ui-state-hover {
  text-shadow: none;
  font-weight: 400;
  background: #67cb33;
  border-color: #67cb33;
  color: #fff;
}
.ui-datepicker td.ui-datepicker-week-end * {
  color: #949494;
}
.ui-datepicker td.ui-datepicker-week-end .ui-state-active {
  color: #fff;
}
.ui-datepicker .ui-datepicker-today {
  border: solid 1px #dbdbdb;
}
.ui-datepicker .ui-widget-content {
  border-color: #e3e3e3;
}
.ui-datepicker .ui-widget-content [type='button'] {
  font-size: 14px;
}
.ui-datepicker-trigger {
  margin: 10px;
}


/*=====================================*/
/*              #Scrollify             */
/*=====================================*/
.onepage-scroll .pagination {
  position:fixed;
  top:0;
  bottom:0;
  left: 5%;
  height: 260px;
  margin:auto;
  font-size:1.2em;
  z-index: 10;
  list-style-type: none;
  padding-bottom: 0
}
.onepage-scroll .pagination a {
  display:block;
  width: 28px;
  height: 28px;
  margin-bottom: 10px;
  border-radius:50%;

  color:#aaa;
  position:relative;
  padding:4px;
}
.onepage-scroll .pagination a.active:after {
  width: 28px;
  height: 28px;
  background: #66cc33;
  right: -5px;
}
.onepage-scroll .pagination a .hover-text {
  position:absolute;
  right:20px;
  top:5px;
  opacity:0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.onepage-scroll .pagination a:hover .hover-text {
  opacity: 1;
}
.onepage-scroll .pagination a:after {
  width: 10px;
  height: 10px;
  background: #bbf39e;

  display: block;
  border-radius:50%;
  content:'';
  position: absolute;
  margin:auto;
  top:0;
  right:4px;
  bottom:0;

}
@media (max-width: 1199px){
  .onepage-scroll .pagination{
    left: 0;
  }
}
@media (max-width: 980px){
  .onepage-scroll .pagination{
    padding: 0;
    height: 200px;
  }
  .onepage-scroll .pagination a{
    margin-bottom: 5px;
    height: 20px;
  }
  .onepage-scroll .pagination a:after{
    width: 8px;
    height: 8px;
  }
  .onepage-scroll .pagination a.active:after{
    width: 20px;
    height: 20px;
    right: -2px;
  }
}
@media (max-width: 767px){
  .onepage-scroll .pagination{
    display: none;
  }
 } 


 /*=====================================*/
/*                #STEPS               */
/*=====================================*/
#progress{
  opacity: 0;
  transition: 0.3s ease all;
}
#progress .node {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  display:inline-block;
  transition: all 1000ms ease;
  position: relative;
}
#progress .node.active{
  height: 36px;
  width: 36px;
  margin-left: -8px;
}
#progress .node.green:not(.active):after{
  color: #fff;
  content: '\4e';
  font-family: 'etModules';
  font-size: 10px;
  position: absolute;
  top: 10px;
  font-weight: bold;
  left: 4.5px;
}
#progress .divider {
  height: 45px;
  width: 4px;
  margin-left: 8px;
  transition: all 800ms ease;
}
#progress{
  padding-left: 1em;
}
#progress li p {
  display:inline-block;
  margin-left: 25px;
  position: relative;
  top: 10px;
}
#progress li {
  font-family: 'HaasGrotDisp-95Black';
  list-style: none;
  line-height: 1px;
  font-size: 13px;
  color: #ced0d8;
  padding: 0;
}
#progress li:before{
  display: none;
}
#progress li a{
  color: #ced0d8;
  pointer-events: none;
}
#progress li .green a{
  color: #66cc33;
  pointer-events: auto;
}
#progress p.active{
  color: #66cc33;
  font-size: 18px;
  top: 20px;
  margin-left: 15px;
}
#progress p.green{
  color: #66cc33;
  background: transparent;
}
#progress .green{ background-color: #66cc33; }
#progress .grey { background-color: #e7e9ef; }
.woocommerce-checkout #progress{
  position: absolute;
  left: 0;
  top: 40px;
}
.woocommerce-order-received .et_pb_text  #progress{
  display: none;
}
.woocommerce-order-received  #progress{
  padding-left: 1em;
  top: 184px;
}
@media (max-width: 1024px){
  #progress {
    padding-left: 0;
    width: 200px;
  }
  #progress .node{
    height: 15px;
    width: 15px;
  }
  #progress .node.green:not(.active):after{
    font-size: 8px;
    top: 8px;
    left: 3.5px;
  }
  #progress .node.active{
    height: 28px;
    width: 28px;
    margin-left: -6px;
  }
  #progress li p{
    font-size: 12px !important;
    top: 7px;
  }
  #progress p.active{
    top: 15px;
    margin-left: 20px;
  }
  #progress .divider{
    margin-left: 6px;
    height: 30px;
  }
}
@media (max-width: 980px){
  #progress{
    display: none;
  }
}



/*=====================================*/
/*        #GOOGLE AUTO SEARCH          */
/*=====================================*/
.pac-container {
  border: 1px solid #d8d8d8;
  background-color: #dcf3d0;
  box-shadow: none;
}
.pac-item{
  border-top: 1px solid #d6d6d6;
  font-size: 16px;
  font-family: 'HaasGrotDisp-55Roman', Arial, Helvetica, sans-serif;
  padding: 5px 4px;
}
.pac-item:hover {
  background-color: #caf7b3;
}
.pac-item-query{
  font-family: 'HaasGrotDisp-95Black';
  font-size: 16px;
}



/*=====================================*/
/*                 #IE                 */
/*=====================================*/
.ie{
  overflow-x: hidden;
}
.ie #page-container{
  overflow: hidden;
}
.ie .section_hero .h1{
  margin-top: 0;
}
.ie .section_2 .bubbly svg,
.ie .section_4 .bubbly svg{
  margin-top: -35%;
  height: 1000px;
}
.ie.home .et_pb_section_4{
  display: block;
}
.ie .section_va{
  display: block;
}
.ie .section_7 .et_pb_row_11{
  position: static;
  transform: none;
}
.ie .row_acceptance .et_pb_image{
  text-align: center;
}
.ie .row_service_areas li{
  background-size: 120px;
}
.ie .row_service_areas li:first-child, 
.ie .row_service_areas li:nth-child(4n-7){
  background-position: 0 9px;
}
.ie .row_service_areas li:nth-child(2), 
.ie .row_service_areas li:nth-child(4n+2){
  background-position: 0 9px;
  padding-left: 90px;
  background-size: 130px;
}
.ie .row_service_areas li:nth-child(3), 
.ie .row_service_areas li:nth-child(4n+3){
  background-position: 0 9px;
  padding-left: 90px;
  background-size: 115px;
}
.ie .row_service_areas li:nth-child(4), 
.ie .row_service_areas li:nth-child(4n+4){
  background-position: 0 9px;
  padding-left: 70px;
  background-size: 80px;
}
.ie .row_address .tab_address .et_pb_tabs_controls li a{
  background-size: 40px;
  background-position: 0 22px;
}
.ie .row_address .tab_address .address,
.ie .row_address .tab_address .phone,
.ie .row_address .tab_address .email{
  background-size: 100px;
  background-position: -20px 10px;
}


/*=====================================*/
/*              #SPINNER               */
/*=====================================*/
.spin {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  display: block;
  opacity: 1;
  background-color: #fff;
  z-index: 99;
  text-align: center;
}
.spinner {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 3px solid rgba(102,204,51,.3);
  border-radius: 50%;
  border-top-color: #66cc33;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
  margin-top: 15%;
}

@keyframes spin {
  to { -webkit-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
  to { -webkit-transform: rotate(360deg); }
}



/*=====================================*/
/*            #UPDATES 06/12           */
/*=====================================*/
.section h2{
  font-size: 65px;
}
.section_bins .et_pb_column_1_2  h2{
  font-size: 34px;
}
.section_2 .bubbly svg{
  margin-top: -50%;
  height: 1200px
}
.section_4 .bubbly svg{
  margin-top: -45%;
  margin-left: -70%;
  height: 1000px;
}
.section .col-wrapper {
    margin-left: -15px;
    margin-right: -15px;
}
.section  .col-wrapper .col-1, 
.section  .col-wrapper .col-2 {
  width: 50% !important;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
  vertical-align: top;
  float: left;
}
.section .row_acceptance .et_pb_image {
  text-align: center;
}
.section .row_acceptance img {
  width: auto;
  height: 77px;
}
.section .row_acceptance p {
  color: #747784;
  font-size: 18px;
}
.section .col-wrapper .col-1 .et_pb_section, 
.section .col-wrapper .col-2 .et_pb_section {
  padding-bottom: 0;
  padding-top: 30px;
}
@media (max-width: 1699px){
  .section_4 .bubbly svg{
    height: 900px;
    margin-left: -20%;
  }
  .section_2 .bubbly svg{
    height: 900px;
  }
}
@media (max-width: 1440px){
  .section_terms{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (max-width: 1299px){
  .section_4 .bubbly svg {
    margin-top: -80%;
  }
  .section  .col-wrapper .col-1, 
  .section  .col-wrapper .col-2 {
    width: 100% !important;
  }
}
@media (max-width: 980px){
  .section h2{
    font-size: 40px;
  }
  .section_bins .et_pb_column_1_2 h2 {
    font-size: 30px;
  }
  .section_2 .bubbly{
    display: none;
  }
  .section_bins .bubbly{
    margin: 0;
  }
  .section .col-wrapper .col-1 .et_pb_section, 
  .section .col-wrapper .col-2 .et_pb_section {
    padding-top: 0;
    padding-bottom: 0;
  }
  .section .col-2 .row_acceptance .et_pb_column {
    width: 33.33% !important;
    margin-bottom: 0;
    margin-top: 30px;
  }
  .section .col-1 .row_acceptance .et_pb_column {
    width: 25% !important;
    margin-right: 0;
    margin-bottom: 0;
    margin-top: 30px;
  }
  .home #main-content .section_terms .et_pb_row{
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 0 !important;
  }
}
@media (max-width: 767px){
  .section .col-1 .row_acceptance .et_pb_column {
    width: 50% !important;
  }
}


.section_bins .et_pb_image_wrap {display: block;}
#identifiant{
  display: none;
}
.ui-autocomplete{
  border: 1px solid #d8d8d8;
  background-color: #dcf3d0;
  max-height: 300px;
  overflow-y: scroll;
}
.ui-menu .ui-menu-item{
  border-top: 1px solid #d6d6d6;
  font-size: 16px;
  font-family: 'HaasGrotDisp-95Black';
  padding: 7px 20px;
}
.ui-menu .ui-menu-item:hover{
  background-color: #caf7b3;
  border: none;
  border-top: 1px solid #d6d6d6;
}
.section_suburb_bins{
  padding-top: 0 !important;
}
.section_suburb_bins .et_pb_row{
  display: none;
}
.section_suburb_bins .et_pb_row.available-in-suburb{
  display: block;
}
.section_suburb_bins > h2{
  text-align: center;
}
.section_suburb_bins > p{
  margin-bottom: 50px;
}
.section_suburb_bins .et_pb_text{
  margin-top: 40px;
}
.section_suburb_bins .bin-amount{
  font-size: 30px;
  padding-bottom: 0.5em;
}
.section_suburb_bins .bin-amount strong{
  color: #66cc33;
}
.suburb-selected #section-select-suburb{
  background-image: none !important;
}
.woocommerce-checkout .woocommerce-message{
  display: none;
}
#order_review .tab-8{
  display: block;
  max-width: none;
}
#order_review .tab-8 h2,
#order_review .tab-8 p{
  text-align: left !important;
}
#order_review .tab-8 h2{
  font-size: 30px
}
.woocommerce-checkout .et_pb_row_5.row_acceptance .et_pb_column_1_6,
.home .et_pb_section .row_acceptance .et_pb_column_1_6,
.section_can_cant .row_acceptance .et_pb_column_1_6{
  width: 26.6667%;
  display: inline-block;
  float: none;
  vertical-align: top;
}
.et_pb_text_search form input[type="text"] {
    background-image: url(images/search.svg);
    background-size: 29px;
    background-position: 95% center;
    background-repeat: no-repeat;
    background-color: #fff;
    border: 3px solid #81b879;
    color: #b6bbca;
    font-size: 30px;
    padding: 26px 80px 26px 50px;
    width: 100%;
    border-radius: 15px;
}
.et_pb_text_search form input[type="submit"] {
    font-size: 22px;
    padding: 17px 20px!important;
    min-width: 300px;
}

.et_pb_text_search form input[type="submit"] {
    background-color: #66cc33;
    border: 2px solid #66cc33;
    border: none;
    color: #fff;
    font-family: 'HaasGrotDisp-95Black';
    font-size: 22px;
    display: block;
    width: 238px;
    margin: 60px auto 20px;
    padding: 21px 15px;
    border-radius: 36px;
    cursor: pointer;
}
#order_review .tab-8 p{
  padding-bottom: 1em !important;
}
#order_review .form-field-extra label{
  font-family: 'HaasGrotDisp-55Roman', Arial, Helvetica, sans-serif;
  font-size: 15px;
}
#order_review .form-field-extra label:before{
  width: 10px;
  height: 10px;
  top: 2px;
  margin-right: 5px;
}
#order_review .form-field-extra label.cb_checked:before{
  width: 5px;
  margin-right: 10px;
  top: 0;
}
.checkout-steps-payment #order_review .tab-8{
  display: none;
}
#billing_city_field,
#billing_postcode_field{
  display: none !important;
  width: 33.33%;
  pointer-events: none;
}
#billing_city_field input,
#billing_postcode_field input{
  color: #a5a5a5;
}
#billing_address_1_field.gauto_complete_done{
  width: 33.33%;
  clear: none;
  float: left;
}
#billing_city_field.gauto_complete_done,
#billing_postcode_field.gauto_complete_done{
  display: inline-block !important;
}
#order_review .cart_item .product-name sup{
  font-size: 0.8em;
  bottom: 0.5em;
}
.woocommerce-checkout .et_pb_row_5.row_acceptance .et_pb_column_1_6,
.home .et_pb_section .row_acceptance .et_pb_column_1_6{
  width: 27.6667%;
}
.woocommerce-checkout .et_pb_row_5.row_acceptance .et_pb_column_1_6,
.home .et_pb_section .row_acceptance .et_pb_column_1_6{
  width: 26.6667%;
  display: inline-block;
  float: none;
  vertical-align: top;
}
.woocommerce-checkout .et_pb_row_3.row_acceptance{
  margin-top: 0 !important;
}
.woocommerce-billing-fields__field-wrapper .sub-p-mobile{
  display: none;
  text-align: center;
}
.checkout-steps-payment .woocommerce-checkout-review-order-table{
  border: 1px solid #CED0D8 !important;
  padding: 30px;
  border-radius: 10px !important;
  margin-top: 15px !important;
}
#order_review .cart_item .product-name .remove{
  position: relative;
  z-index: 9;
}
@media (max-width: 980px){
  .section_suburb_bins .et_pb_text {
    margin-top: 0;
    margin-bottom: 30px !important;
  }
  .woocommerce-checkout .et_pb_row_5.row_acceptance .et_pb_column_1_6
  .home .et_pb_section .row_acceptance .et_pb_column_1_6{
    margin-right: 0;
    width: 33.33%;
  }
  .checkout-steps-terms #order_review{
    display: none !important;
  }
  .woocommerce-checkout .form-buttons .btn-checkout{
    margin: 15px 0 0 !important
  }
  .woocommerce-billing-fields__field-wrapper .sub-p-mobile{
    display: block
  }
  .woocommerce-billing-fields__field-wrapper .sub-p{
    display: none
  }
  #order_review .tab-8 h2{
    margin-bottom: 0;
  }
  #order_review .tab-8 p.form-row{
    padding-bottom: 10px !important;
  }
  .woocommerce-checkout-review-order-table th, 
  .woocommerce-checkout-review-order-table td{
    padding: 10px 0px !important;
  }
  .woocommerce-checkout-review-order-table th, 
  .woocommerce-checkout-review-order-table .product-name{
    font-size: 14px;
  }
  .woocommerce table.shop_table td.product-total{
    font-size: 16px;
  }
  .woocommerce #payment #place_order, 
  .woocommerce-page #payment #place_order{
    margin-bottom: 0;
  }
  .woocommerce-checkout .woocommerce-checkout-review-order-table{
    max-width: none;
  }
  .woocommerce-checkout .form-buttons.form-buttons-payment .btn-next{
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    display: inline-block;
  }
  #payment button[type="submit"]{
    bottom: 0;
  }
}
@media (max-width: 767px){
  .woocommerce-checkout .et_pb_row_5.row_acceptance .et_pb_column_1_6,
  .home .et_pb_section .row_acceptance .et_pb_column_1_6{
    width: 50% !important;
    margin-right: 0;
  }
  .woocommerce .woocommerce-checkout .checkout-terms .terms-checkbox {
    padding: 0 10px;
  }
  ul.payment_methods li{
    width: 50%;
  }
  ul.payment_methods li:first-child{
    border-radius: 10px 0 0 10px;
  }
  ul.payment_methods li:last-child{
        border-radius: 0 10px 10px 0;
  }
}

#section-select-suburb .et_pb_row {
  transition: padding-top 0.3s;
}
.suburb-selected #section-select-suburb .et_pb_row {
  padding-top: 0;
}
.page-select-your-suburb #section-select-suburb {
  transition: padding-top 0.3s;
}
.suburb-selected.page-select-your-suburb #section-select-suburb {
  padding-top: 0;
}
#select-suburb .selected {
  position: absolute;
  z-index: -9;
  opacity: 0;
  visibility: hidden;
  
}
.search_heading {
  max-height: 1000px;
  transition: max-height 0.3s, margin 0.3s;
}
.suburb-selected .search_heading {
  max-height: 0;
  overflow: hidden;
  margin: 0 !important;
}
.page-select-your-suburb #section-select-suburb .title-num {
  transition: opacity 0.3s;
}
.page-select-your-suburb.suburb_selected #section-select-suburb .title-num {
  opacity: 0;
}
.suburb-selected #select-suburb .selected {
  opacity: 1;
  visibility: visible;
  z-index: 1;
  left: -160px;
  color: #181d2f;
  font-size: 22px;
  font-family: 'HaasGrotDisp-95Black';
  top: 13px;
}
.section_6 form input[type="text"] {
  height: 82px;
}
.suburb-selected .section_6 form input[type="text"] {
  height: 60px;
  font-size: 22px;
}
.suburb-selected #select-suburb {
  display: flex;
  padding: 0 0 50px;
}
.suburb-selected .search-suburb-field {
  width: 70%;
  padding-right: 30px;
}
.suburb-selected .section_6 form input[type="submit"] {
  height: 60px;
  margin: 0;
  padding: 2px 10px;
  width: 200px;
  background: transparent;
  color: #66cc33;
  border: 3px solid #66cc33;
}
@media (max-width: 1349px){
  .suburb-selected #section-select-suburb .et_pb_row {
    padding-top: 0;
    max-width: 90%;
  }
  .suburb-selected #select-suburb{
    display: block;
    text-align: center;
  }
  .suburb-selected #select-suburb .selected{
    position: static;
    padding-bottom: 1em;
    display: block;
  }
  .suburb-selected .search-suburb-field{
    padding-right: 0;
    margin: 0 auto 1em;
  }
  .suburb-selected .section_6 form input[type="submit"]{
    margin: 0 auto;
  }
}
@media (max-width: 980px){
  .suburb-selected #select-suburb{
    padding-bottom: 20px;
  }
  .suburb-selected .search-suburb-field {
    width: 100%;
  }
  .suburb-selected #select-suburb .selected{
    padding-bottom: 5px;
  }
  .suburb-selected .section_bins .et_pb_column_1_2 .et_pb_button{
    margin-top: 0;
  }
  .section_6 form input[type="text"]{
    height: 62px;
  }
  .section_6 form input[type="submit"]{
    margin-top: 30px;
  }
  .suburb-selected #section-select-suburb .et_pb_row.available-in-suburb{
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .suburb-selected #section-select-suburb .et_pb_row .et_pb_column_1_2{
    width: 30% !important;
  }
  .suburb-selected #section-select-suburb .et_pb_row .et_pb_column_1_2.et-last-child{
    width: 70% !important;
  }
  .suburb-selected #section-select-suburb .et_pb_column_1_2 h2 {
    font-size: 21px;
    padding-bottom: 0;
  }
  .suburb-selected #section-select-suburb .et_pb_text p{
    font-size: 15px;
  }
.section_suburb_bins .bin-amount strong{
    font-size: 30px;
  }
  .suburb-selected .section_bins .bubbly{
    background: none;
  }
  .suburb-selected #section-select-suburb .et_pb_image img{
    width: 130%;
    max-width: none;
    margin-left: -35%;
  }
}


@media (max-width: 1699px) and (min-width: 1300px){
  .woocommerce-checkout .et_pb_row.row_checkout_shortcode {
    max-width: 83%;
    margin-left: 14% !important;
  }
  .woocommerce .woocommerce-checkout .col2-set{
    width: 50%;
  }
  #order_review{
    width: 45%;
  }
}
@media (max-width: 1299px){
  .woocommerce .woocommerce-checkout .col2-set{
    max-width: 100%;
  }
}


header .tb_topbar a{
  display: inline-block;
  width: 49%;
}
header .tb_topbar a.phone-link{
  border-right: 3px solid #51a229;
  position: relative;
  left: 3px;
}
header .tb_topbar a.phone-link img{
  width: 14px;
  margin-right: 5px;
  position: relative;
  top: 1px;
}
.section_hero:before,
.section_hero:after{
  display: none
}
footer .footer-menu a{
  color: #343434;
}
footer .bottom-links{
  padding-top: 25px;
  font-size: 15px;
}
footer .bottom-links a{
 color: #b5b8c3
}
.woocommerce-checkout .form-buttons .btn-checkout.btn-previous.btn-hide{
  display: inline-block !important;
}
.home .section_bins .et_pb_column_1_2 .et_pb_text{
  margin-top: 50px;
}
.home h1.text-vertical{
  -webkit-transform: rotate(270deg) translateX(-100%);
  transform: rotate(270deg) translateX(-100%);
  -webkit-transform-origin: 0px 0px;
  transform-origin: 0px 0px;
  position: absolute;
  left: -15%;
  color: #747784;
  font-family: 'HaasGrotDisp-55Roman', Arial, Helvetica, sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 4px;
  top: 50%;
}
.section_hero .tagline{
  color: #181d2f;
  font-family: 'HaasGrotDisp-95Black';
  font-size: 30px;
  line-height: 1.2em;
}
.section_2 .bubbly svg {
    margin-top: -38%;
    height: 1000px;
}
#navbar{
  -webkit-transition: padding .5s;
  -moz-transition: padding .5s;
  transition: padding .5s;
}
#navbar.navbar-shrink{
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  top: 0;
  background: #fff;
  border-bottom: 1px solid #edeff2;
  width: 100%;
  max-width: none;
  padding-top: 5px;
  padding-bottom: 5px;
}
header .et_pb_image_logo img,
header #navbar .et_pb_menu__menu ul li a,
header .tb_order .phone-link{
  -webkit-transition: padding .5s;
  -moz-transition: padding .5s;
  transition: padding .5s;
}
header .navbar-shrink .et_pb_image_logo img {
  max-width: 180px;
}
header #navbar.navbar-shrink .et_pb_menu__menu ul li a{
  font-size: 17px;
}
header .navbar-shrink .tb_order .phone-link{
  font-size: 24px;
}
.parent-pageid-637 .section_bins .et_pb_column_1_2 .et_pb_text{
  margin-top: 50px;
}
.parent-pageid-637 .et_pb_section .row_acceptance .et_pb_column_1_6{
  width: 26.6667%;
  display: inline-block;
  float: none;
  vertical-align: top;
}
.et_pb_text_contact_details .address{
  background-image: url("data:image/svg+xml,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2045.6%2024%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%2371b73a%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Eicon-bin%3C%2Ftitle%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M314.74%2C409h-34l-6.09%2C9.18%2C2.39%2C1.6%2C5.23-7.89H286v4.46h2.87v-4.46h17.66v4.46h2.87v-4.46h3.72l4.72%2C7.84%2C2.46-1.5Zm-3.7%2C4.61V418h-6.16v-4.39H290.51V418h-6.16v-4.39h-1.2l-4.73%2C7.14%2C5%2C12.26h28.4l4.88-11.94-4.48-7.45H311Z%22%20transform%3D%22translate(-274.7%20-409)%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 50px;
  padding-left: 75px;
  background-position: 0 10px;
  font-size: 19px;
  line-height: 30px;
  margin-bottom: 8px;
}
.et_pb_text_contact_details .phone{
  background-image: url("data:image/svg+xml,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2033.83%2034.06%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%2371b73a%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Eicon-phone%3C%2Ftitle%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M340.84%2C517l-0.5-.39c-0.86-.69-1.77-1.33-2.66-1.94l-0.55-.38a5.48%2C5.48%2C0%2C0%2C0-3.11-1.18%2C4%2C4%2C0%2C0%2C0-3.36%2C2.13%2C1.78%2C1.78%2C0%2C0%2C1-1.53.93%2C3%2C3%2C0%2C0%2C1-1.23-.31%2C14.84%2C14.84%2C0%2C0%2C1-7.75-7.55c-0.72-1.62-.49-2.68.78-3.54a3.59%2C3.59%2C0%2C0%2C0%2C2-3.14c-0.11-2-4.48-7.94-6.32-8.62a3.58%2C3.58%2C0%2C0%2C0-2.44%2C0%2C7.06%2C7.06%2C0%2C0%2C0-4.39%2C3.61%2C6.72%2C6.72%2C0%2C0%2C0%2C.1%2C5.42%2C43.75%2C43.75%2C0%2C0%2C0%2C9.59%2C14.61A46.51%2C46.51%2C0%2C0%2C0%2C334%2C526.26a8.07%2C8.07%2C0%2C0%2C0%2C1.44.43l0.33%2C0.08%2C0.14%2C0h0c2.67%2C0%2C5.87-2.44%2C6.86-5.22C343.68%2C519.13%2C342.1%2C517.92%2C340.84%2C517Z%22%20transform%3D%22translate(-309.23%20-492.73)%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 34px;
  padding-left: 75px;
  background-position: 10px 10px;
  font-size: 19px;
  line-height: 30px;
  margin-bottom: 4px;
}
.et_pb_text_contact_details .phone a,
.et_pb_text_contact_details .email a{
  color: #747784;
}
.et_pb_text_contact_details .email{
  background-image: url("data:image/svg+xml,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2037%2030%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%2371b73a%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3Eicon-mail%3C%2Ftitle%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M144.91%2C427.78q-1.18.89-1.91%2C1.4a11.66%2C11.66%2C0%2C0%2C1-2%2C1%2C5.79%2C5.79%2C0%2C0%2C1-2.27.52h0a5.79%2C5.79%2C0%2C0%2C1-2.27-.52%2C11.63%2C11.63%2C0%2C0%2C1-2-1q-0.73-.5-1.91-1.4l-0.72-.54L121.4%2C438.06a3.11%2C3.11%2C0%2C0%2C0%2C2.17.84H154a3.11%2C3.11%2C0%2C0%2C0%2C2.17-.84l-10.48-10.82Zm-22.57-7.35a11.06%2C11.06%2C0%2C0%2C1-2.09-1.85V435l9.24-9.53Q126.73%2C423.5%2C122.34%2C420.43Zm32.85%2C0Q151%2C423.38%2C148%2C425.5l9.24%2C9.53V418.58A11.49%2C11.49%2C0%2C0%2C1%2C155.19%2C420.43Zm-31.38-2.28%2C4.23%2C3%2C3.33%2C2.38%2C2.08%2C1.5%2C0.31%2C0.23%2C0.57%2C0.42%2C1.11%2C0.81q0.44%2C0.31%2C1.07.69a6.15%2C6.15%2C0%2C0%2C0%2C1.19.58%2C3.19%2C3.19%2C0%2C0%2C0%2C1%2C.19h0a3.19%2C3.19%2C0%2C0%2C0%2C1-.19%2C6.15%2C6.15%2C0%2C0%2C0%2C1.19-.58q0.63-.38%2C1.07-0.69l1.12-.81%2C0.57-.42%2C0.31-.23%2C2.09-1.5%2C7.57-5.43a10%2C10%2C0%2C0%2C0%2C2.52-2.62%2C5.76%2C5.76%2C0%2C0%2C0%2C1-3.22%2C3.32%2C3.32%2C0%2C0%2C0-1-2.41%2C3.15%2C3.15%2C0%2C0%2C0-2.32-1H123.56a2.91%2C2.91%2C0%2C0%2C0-2.45%2C1.11%2C4.39%2C4.39%2C0%2C0%2C0-.86%2C2.77%2C5.07%2C5.07%2C0%2C0%2C0%2C1.14%2C2.91A10.39%2C10.39%2C0%2C0%2C0%2C123.81%2C418.15Z%22%20transform%3D%22translate(-120.26%20-408.9)%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 38px;
  padding-left: 75px;
  background-position: 8px 12px;
  font-size: 19px;
  line-height: 30px;
}
.page-contact-us .wpcf7 input[type="submit"]{
  display: inline-block;
}
.page-contact-us h3{
  font-size: 34px;
}
.page-contact-us .wpcf7 textarea {
    height: 180px;
}
.section_hero .et_pb_button {
  font-size: 22px;
  padding: 17px 20px !important;
  min-width: 300px;
}
.section_hero .et_pb_button span:after{
  content: "\39";
  font-family: ETmodules;
  display: inline-block;
  position: relative;
  margin-left: 5px;
  top: 2px;
  font-weight: 700;
}
.portfolio-wrapper .portfolio-row .portfolio-info .portfolio-value,
.portfolio-wrapper .portfolio-row .portfolio-info .portfolio-location{
  border: none;
  padding: 5px 0;
}
.portfolio-wrapper .portfolio-row .portfolio-info .portfolio-location{
  margin-bottom: 10px;
}
.portfolio-wrapper .portfolio-row .portfolio-info .portfolio-date{
  margin-bottom: 0;
}
.portfolio-wrapper .portfolio-row .portfolio-info .portfolio-date{
  margin-bottom: 5px;
}
@media (max-width: 1699px){
  .home h1.text-vertical{
    left: 0;
  }
}
@media (max-width: 1440px){
  header .navbar-shrink .et_pb_image_logo img {
      max-width: 174px;
  }
  header .navbar-shrink .tb_order .phone-link {
    font-size: 15px;
  }
}
@media (max-width: 1243px) and (min-width: 981px){
  header #navbar.navbar-shrink .et_pb_menu__menu ul li a{
    font-size: 15px;
  }
}
@media (max-width: 980px){
  .home .section_bins .et_pb_column_1_2 .et_pb_text,
  .parent-pageid-637 .section_bins .et_pb_column_1_2 .et_pb_text{
    margin-top: -20px;
  }
  .home h1.text-vertical{
    display: none;
  }
  .section_hero .tagline{
    font-size: 20px;
  }
  .section_bins .et_pb_column_1_2 .et_pb_button{
    margin-top: 0;
  }
  .section_6 .title-num{
    padding-bottom: 0;
  }
  .parent-pageid-637 .row_acceptance .et_pb_column_1_6{
    margin-right: 0;
    width: 33.33%;
  }
  .page-locations .entry-content h2{
    font-size: 28px;
    line-height: 1.2em;
  }
}
@media (max-width: 767px){
  .parent-pageid-637 .et_pb_section .row_acceptance .et_pb_column_1_6{
    width: 50% !important;
  }
}



header .tb_order .cart-contents,
header .et_mobile_nav_menu .cart-contents{
  position: relative;
  top: -3px;
}
header .et_mobile_nav_menu .cart-contents{
  position: absolute;
    right: 30px;
}
header .tb_order .cart-contents img,
header .et_mobile_nav_menu .cart-contents img{
  width: 30px;
  margin-right: 18px;
  margin-left: 8px;
}
header .et_mobile_nav_menu .cart-contents img{
  margin-top: -10px;
}
header .tb_order .cart-contents .cart-contents-count,
header .et_mobile_nav_menu .cart-contents .cart-contents-count{
  font-size: 11px;
  background: #66cc33;
  color: #fff;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  line-height: 21px;
  font-family: 'HaasGrotDisp-95Black';
  text-indent: -2px;
  right: 12px;
  top: -20px;
}
header .et_mobile_nav_menu .cart-contents .cart-contents-count{
  top: -15px;
    right: 10px;
}


#order_review .form-field-extra label{
  font-size: 14px;
}
.form-field-extra input[type=number]::inner-spin-button, 
.form-field-extra input[type=number]::outer-spin-button {  
  opacity: 1;
}
.form-field-extra input[type=number]::-webkit-inner-spin-button, 
.form-field-extra input[type=number]::-webkit-outer-spin-button {  
  opacity: 1;
  margin: -11px 0;
  margin-right: -5px;
}
#order_review .form-field-extra.thwcfd-field-number label:before{
  display: none;
}
.form-field-extra input[type=number]{
  width: 50px !important;
  padding: 5px !important;
  border: 2px solid #CED0D8 !important;
  position: absolute;
  top: 0;
  left: 0;
  height: 42px;

}
.form-field-extra input[type=number]::-webkit-inner-spin-button,
.form-field-extra input[type=number]::-webkit-outer-spin-button{
  -webkit-appearance: none;
  margin: 0;
}
.form-field-extra input[type=number]{
  -moz-appearance: textfield;
}
.quantity-nav {
  float: left;
  position: relative;
  height: 42px;
  margin-left: -12px;
}
.quantity-button {
  position: relative;
  cursor: pointer;
  border-left: 1px solid #ced0d8;
  width: 17px;
  text-align: center;
  color: #000;
  font-size: 15px;
  font-family: "Trebuchet MS", Helvetica, sans-serif !important;
  line-height: 20px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  background-color: #ececec
}
.quantity-button.quantity-up {
  position: absolute;
  height: 20px;
  top: 2px;
  border-bottom: 1px solid #ced0d8;
}
.quantity-button.quantity-down {
  position: absolute;
  bottom: -1px;
  height: 50%;
  bottom: 1px;
  height: 19px;
}
.woocommerce .woocommerce-checkout .form-field-extra.thwcfd-field-number{
  padding: 0 10px 0 60px !important;
  position: relative;
  vertical-align: top;
  margin-bottom: 10px;
  height: 42px; 
}
#order_review .tab-8 p.form-field-extra{
  padding-bottom: 0 !important;
}

#order_review .form-field-extra.thwcfd-field-number label{
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 980px){
  .form-field-extra input[type=number]{
    /*height: auto;*/
  }
  .form-field-extra input[type=number]::-webkit-inner-spin-button, 
  .form-field-extra input[type=number]::-webkit-outer-spin-button{
    width: 13px;
  }
  #order_review .form-field-extra.thwcfd-field-number label{
    margin-top: 12px;
  }
}


.swal__content p{
  line-height: 1.3em;
}
.swal__content p.terms{
  font-size: 14px;
  line-height: 1.3em;
} 
@media (max-width: 980px){
  .swal__content br{
    display: none;
  }
}