@charset "UTF-8";
/*
Theme Name: Economy Waste
Theme URI: https://www.psdbranddesign.com.au/
Author: PSD
Author URI: https://www.psdbranddesign.com.au/
Description: Description
Version: 1.0.2
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: economywaste
Tags:

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #000000;
  font-family: 'Raleway', "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both; }

p {
  margin-bottom: 1.5em; }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark,
ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: ""; }

blockquote,
q {
  quotes: "" ""; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul,
ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em; }

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa; }

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #aaa #bbb #bbb; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }

select {
  border: 1px solid #ccc; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #ac162c; }

a:visited {
  color: #ac162c; }

a:hover,
a:focus,
a:active {
  color: #ce1a35; }

a:focus {
  outline: thin dotted; }

a:hover,
a:active {
  outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }
  .main-navigation ul {
    display: block; } }

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em; }

/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-caption {
  display: block; }

.page {
  margin-bottom: 0; }

.asbestos-banner-1 {
  padding: 12px 0;
  text-align: center; }
  .asbestos-banner-1 .vc_col-sm-12 {
    float: none !important; }
  .asbestos-banner-1 .vc_column-inner {
    padding: 0 !important; }
  .asbestos-banner-1 .wpb_wrapper p {
    margin: 0; }
  .asbestos-banner-1 .wpb_wrapper .wpb_content_element {
    margin: 0; }
  .asbestos-banner-1 .wpb_wrapper a {
    display: block;
    background: #a69e9c;
    color: #ffffff;
    max-width: 120px;
    margin: 6px auto 0 auto;
    padding: 6px 12px;
    text-decoration: none; }

.ew-contact-us-banner {
  padding: 12px 0; }
  .ew-contact-us-banner .vc_col-sm-12 {
    float: none !important; }
  .ew-contact-us-banner .vc_column-inner {
    padding: 0 !important; }
  .ew-contact-us-banner .wpb_wrapper {
    padding: 0 6px;
    max-width: 700px;
    margin: 0 auto; }
    .ew-contact-us-banner .wpb_wrapper .wpb_content_element {
      margin: 0; }
    .ew-contact-us-banner .wpb_wrapper h2 {
      font-size: 1.2em;
      margin: 0; }

.ewaste-button-1 {
  display: inline-block;
  background: #ac162c url("img/arrow-right.png") no-repeat 96% center;
  color: #ffffff !important;
  text-decoration: none;
  padding: 12px;
  font-size: 12px;
  font-weight: 500; }
  .ewaste-button-1:hover {
    background: #bd1830 url("img/arrow-right.png") no-repeat 96% center; }

.ewaste-button-force {
  display: inline-block !important;
  background: #ac162c url("img/arrow-right.png") no-repeat 94% center !important;
  color: #ffffff !important;
  text-decoration: none  !important;
  padding: 12px;
  font-size: 14px  !important;
  font-weight: 500  !important; }
  .ewaste-button-force:hover {
    background: #bd1830 url("img/arrow-right.png") no-repeat 94% center !important; }

.site-content .no-margin {
  margin: 0; }

.site-content .wrapper {
  max-width: 700px;
  margin: 0 auto; }

.site-content .img-full .wpb_wrapper,
.site-content .img-full .vc_single_image-wrapper {
  width: 100%; }

.site-content .img-full img {
  width: 100%; }

.site-content .home-services .wpb_content_element {
  margin-bottom: 12px; }

.site-content .home-services p:nth-of-type(1) {
  margin-bottom: 0; }

.site-content .home-services p:nth-of-type(2) {
  margin: 0; }

.site-content .home-services a {
  margin-top: 0;
  font-size: 12px; }

.site-content h1 {
  color: #ac162c;
  font-size: 16px; }

.site-content h2 {
  color: #57575a;
  font-size: 16px; }

.site-content p {
  font-size: 14px; }

.site-content .action-buttons {
  margin: 0; }
  .site-content .action-buttons .action-button {
    text-align: center;
    width: 100%;
    margin: 3px 0 0 0; }
    .site-content .action-buttons .action-button a {
      display: block;
      height: 50px;
      width: 100%;
      line-height: 50px;
      text-decoration: none;
      color: #ffffff;
      font-weight: 600;
      background: #a79f9d; }
      .site-content .action-buttons .action-button a img {
        display: inline-block;
        width: 40px;
        position: relative;
        top: 8px; }
      .site-content .action-buttons .action-button a span {
        margin-left: 6px; }
      .site-content .action-buttons .action-button a.selected {
        background: #5A5A5C; }
      .site-content .action-buttons .action-button a:hover, .site-content .action-buttons .action-button a:active {
        background: #ac162c; }

@media screen and (min-width: 768px) {
  .asbestos-banner-1 {
    text-align: left;
    padding: 6px 0 10px 0; }
    .asbestos-banner-1 .vc_col-sm-12 {
      float: none !important; }
    .asbestos-banner-1 .wpb_wrapper a {
      display: inline-block;
      padding: 6px 24px;
      max-width: 150px;
      margin: 6px 0 0 48px; }
  .ew-contact-us-banner {
    padding: 36px 0; }
    .ew-contact-us-banner .wpb_wrapper {
      padding: 0 6px;
      max-width: 1000px; }
      .ew-contact-us-banner .wpb_wrapper h2 {
        font-size: 1.5em;
        margin: 0; }
  .site-content .wrapper {
    max-width: 1000px;
    margin: 0 auto; }
  .site-content h1 {
    font-size: 18px; }
  .site-content h2 {
    font-size: 16px; }
  .site-content .center-md {
    text-align: center; } }

@media screen and (min-width: 768px) {
  .ew-contact-us-banner .wpb_wrapper h2 {
    font-size: 1.7em; }
  .site-content .vc_column_container:nth-of-type(1) .action-button,
  .site-content .vc_column_container:nth-of-type(2) .action-button {
    border-right: 2px solid #ffffff; }
  .site-content .action-buttons .action-button {
    margin: 2px 0 0 0; } }

@media screen and (min-width: 1000px) {
  .ewaste-button-force {
    background: #ac162c url("img/arrow-right.png") no-repeat 92% center !important;
    padding: 12px 36px !important;
    font-size: 18px !important; }
    .ewaste-button-force:hover {
      background: #bd1830 url("img/arrow-right.png") no-repeat 92% center !important; }
  .site-content h1 {
    font-size: 22px; }
  .site-content h2 {
    font-size: 18px; }
  .site-content p {
    font-size: 16px; }
  .site-content .main-content-start {
    padding-top: 24px; }
  .site-content .home-services {
    padding: 20px 0 72px 0; }
    .site-content .home-services a {
      font-size: 15px; }
  .site-content .action-buttons .action-button a {
    height: 90px;
    line-height: 90px;
    font-size: 22px; }
    .site-content .action-buttons .action-button a img {
      width: 80px;
      top: 15px; }
    .site-content .action-buttons .action-button a span {
      margin-left: 16px; }
  .site-content .action-buttons .vc_column_container:nth-of-type(3) .action-button a span {
    margin-left: 6px; }
  .site-content .action-buttons-home .action-button a {
    height: 150px;
    line-height: 150px;
    font-size: 22px; }
    .site-content .action-buttons-home .action-button a img {
      width: 90px;
      top: 20px; }
    .site-content .action-buttons-home .action-button a span {
      margin-left: 16px; }
  .site-content .action-buttons-home .vc_column_container:nth-of-type(3) .action-button a span {
    margin-left: 6px; } }

@media screen and (min-width: 1600px) {
  .ew-contact-us-banner {
    padding: 48px 0; }
    .ew-contact-us-banner .wpb_wrapper {
      max-width: 1200px; }
      .ew-contact-us-banner .wpb_wrapper h2 {
        font-size: 1.9em; }
  .site-content .wrapper {
    max-width: 1200px;
    margin: 0 auto; }
  .site-content h1 {
    font-size: 26px; }
  .site-content h2 {
    font-size: 20px; }
  .site-content p {
    font-size: 18px; } }

@media screen and (min-width: 2200px) {
  .site-content .wrapper {
    max-width: 1400px;
    margin: 0 auto; }
  .site-content h1 {
    font-size: 32px; }
  .site-content h2 {
    font-size: 24px; }
  .site-content p {
    font-size: 20px; }
  .site-content .action-buttons-home .action-button a {
    height: 200px;
    line-height: 200px;
    font-size: 32px; }
    .site-content .action-buttons-home .action-button a img {
      width: 130px;
      top: 35px; }
    .site-content .action-buttons-home .action-button a span {
      margin-left: 24px; } }

@media screen and (min-width: 3100px) {
  .site-content .wrapper {
    max-width: 1800px;
    margin: 0 auto; }
  .site-content h1 {
    font-size: 36px; }
  .site-content h2 {
    font-size: 26px; }
  .site-content p {
    font-size: 22px; } }

#ewgq-form,
#ewgq-overlay,
#ew-got-questions {
  display: none; }

.vc_row.wpb_row.vc_row-fluid {
  width: 100% !important;
  margin: 0 auto !important; }

.rev_slider_wrapper .banner-header {
  text-shadow: 3px 1px 2px rgba(0, 0, 0, 0.5); }

.site-content {
  margin-top: 77.422px; }

.ew-table-head {
  margin-top: 24px;
  width: 100%;
  padding: 12px;
  display: block;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0;
  background: #a69e9c; }

.ew-table-container {
  overflow-x: auto;
  width: 100%; }

.ew-table {
  margin: 0;
  width: 100%;
  border-left: 1px solid #000000;
  border-bottom: 1px solid #000000; }
  .ew-table tr.heading {
    font-weight: 600; }
  .ew-table tr td {
    border-right: 1px solid #000000;
    padding: 0 12px; }
    .ew-table tr td:nth-of-type(1), .ew-table tr td:nth-of-type(3) {
      width: 250px;
      min-width: 250px;
      max-width: 250px; }
    .ew-table tr td:nth-of-type(2), .ew-table tr td:nth-of-type(4) {
      text-align: center;
      width: 36px;
      min-width: 36px; }
      .ew-table tr td:nth-of-type(2) img, .ew-table tr td:nth-of-type(4) img {
        width: 26px;
        height: 22px;
        min-width: 26px; }
  .ew-table tr:first-of-type td {
    padding-top: 12px; }
  .ew-table tr:last-of-type td {
    padding-bottom: 12px; }

@media screen and (min-width: 650px) {
  .ew-table tr td:nth-of-type(1), .ew-table tr td:nth-of-type(3) {
    width: 40%;
    max-width: 40%; }
  .ew-table tr td:nth-of-type(2), .ew-table tr td:nth-of-type(4) {
    text-align: center;
    width: 10%;
    max-width: 10; } }

header.site-header {
  position: fixed;
  z-index: 100!important;
  top: 0;
  left: 0;
  background: #ffffff;
  width: 100%;
  border-top: 12px solid #e3e1e0;
  padding: 12px 0;
  /* Mobile menu
	   =============================== */ }
  header.site-header .wrapper {
    width: 100%;
    margin: 0; }
  header.site-header a.logo {
    margin-right: 12px;
    float: right; }
    header.site-header a.logo img {
      display: block;
      width: 100%;
      max-width: 220px; }
  header.site-header #burger-menu {
    margin-left: 12px;
    padding-top: 9px;
    position: relative;
    width: 36px;
    height: 36px;
    cursor: pointer; }
  header.site-header .burger {
    position: absolute;
    background: black;
    width: 100%;
    height: 6px;
    top: 25px;
    right: 0px;
    margin-top: -5px;
    opacity: 1; }
  header.site-header .burger::before {
    position: absolute;
    background: black;
    width: 36px;
    height: 6px;
    top: 12px;
    content: "";
    display: block; }
  header.site-header .burger::after {
    position: absolute;
    background: black;
    width: 36px;
    height: 6px;
    bottom: 12px;
    content: "";
    display: block; }
  header.site-header .burger::after, header.site-header .burger::before, header.site-header .burger {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out; }
  header.site-header #burger-menu.menu-on .burger::after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    bottom: 0px; }
  header.site-header #burger-menu.menu-on .burger::before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 0px; }
  header.site-header #burger-menu.menu-on .burger {
    background: rgba(111, 111, 111, 0); }
  header.site-header .header-tel {
    display: none; }
  header.site-header #primary-menu {
    display: none;
    padding: 0;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    list-style-type: none;
    margin: 12px 0 0 0; }
    header.site-header #primary-menu li {
      list-style-type: none;
      border-top: 1px solid #000000; }
      header.site-header #primary-menu li a:active,
      header.site-header #primary-menu li a:hover {
        background: #ac162c;
        color: #ffffff; }
      header.site-header #primary-menu li.menu-item-has-children a:active,
      header.site-header #primary-menu li.menu-item-has-children a:hover {
        background: #ffffff;
        color: #000000; }
    header.site-header #primary-menu li.current-menu-item a {
      background: #ac162c;
      color: #ffffff; }
    header.site-header #primary-menu li.current-menu-item .sub-menu li {
      background: #ffffff; }
      header.site-header #primary-menu li.current-menu-item .sub-menu li a {
        color: #000000;
        background: #ffffff; }
    header.site-header #primary-menu a {
      display: block;
      text-decoration: none;
      color: #000000;
      font-weight: 600;
      padding: 6px 0 6px 24px; }
    header.site-header #primary-menu .sub-menu {
      padding: 0;
      margin: 0; }
      header.site-header #primary-menu .sub-menu a {
        font-weight: 400;
        padding-left: 48px; }
      header.site-header #primary-menu .sub-menu a:hover {
        background: #ac162c;
        color: #ffffff; }
  header.site-header::after {
    clear: both;
    content: "";
    display: table; }

.site-footer {
  text-align: center; }
  .site-footer .ad-evironmental-practices {
    background: url("img/banner-environement-600.jpg") no-repeat center center; }
  .site-footer .ad-recycling-practices {
    background: url("img/banner-recycle-600.jpg") no-repeat center center; }
  .site-footer .ad-evironmental-practices,
  .site-footer .ad-recycling-practices {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 24px 12px; }
    .site-footer .ad-evironmental-practices h1,
    .site-footer .ad-recycling-practices h1 {
      font-size: 14px;
      text-shadow: 3px 1px 2px rgba(0, 0, 0, 0.5);
      color: #ffffff;
      max-width: 450px;
      margin: 12px auto; }
    .site-footer .ad-evironmental-practices a,
    .site-footer .ad-recycling-practices a {
      width: 250px; }
  .site-footer .statement {
    background: #a59e9b;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    padding: 12px 0;
    margin-top: 2px; }
  .site-footer .footer-menu {
    background: #e4e2e1;
    padding-top: 12px;
    margin-top: 2px; }
    .site-footer .footer-menu .menu-container ul {
      list-style-type: none;
      margin: 0;
      padding: 0; }
    .site-footer .footer-menu .menu-container.menu-mobile {
      display: block; }
      .site-footer .footer-menu .menu-container.menu-mobile ul li {
        display: inline-block; }
        .site-footer .footer-menu .menu-container.menu-mobile ul li:nth-of-type(1):after, .site-footer .footer-menu .menu-container.menu-mobile ul li:nth-of-type(2):after {
          content: "|";
          margin: 0 6px; }
        .site-footer .footer-menu .menu-container.menu-mobile ul li a {
          text-decoration: none;
          color: #000000;
          font-size: 12px;
          font-weight: 600; }
      .site-footer .footer-menu .menu-container.menu-mobile ul:after {
        display: block;
        content: "";
        clear: both; }
    .site-footer .footer-menu .menu-container.menu-desktop {
      display: none; }
  .site-footer .copyright {
    background: #e4e2e1;
    padding: 12px 0;
    font-size: 12px;
    margin-bottom: 44px;
    /* margin for fixed mobile actions */ }
  .site-footer .mobile-actions {
    position: fixed;
    z-index: 90;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center; }
    .site-footer .mobile-actions a {
      background: #f7b237;
      display: block;
      width: 50%;
      float: left;
      text-decoration: none;
      color: #ffffff;
      font-weight: 500;
      height: 42px;
      line-height: 42px; }
      .site-footer .mobile-actions a img {
        width: 35px;
        position: relative;
        top: 6px; }
      .site-footer .mobile-actions a:nth-of-type(1) {
        border-right: 1px solid #ffffff; }
      .site-footer .mobile-actions a:nth-of-type(2) {
        border-left: 1px solid #ffffff; }
    .site-footer .mobile-actions:after {
      display: block;
      content: "";
      clear: both; }

@media screen and (min-width: 500px) and (max-width: 767px) {
  .home-services .vc_column_container {
    width: 50%;
    float: left; }
    .home-services .vc_column_container:nth-of-type(3) {
      clear: both;
      display: block;
      content: ""; } }

@media screen and (min-width: 500px) {
  .site-footer .ad-evironmental-practices,
  .site-footer .ad-recycling-practices {
    padding: 36px 12px; } }

@media screen and (min-width: 600px) {
  .site-footer .mobile-actions {
    display: none; }
  .site-footer .ad-evironmental-practices,
  .site-footer .ad-recycling-practices {
    padding: 36px 12px; }
  .site-footer .copyright {
    margin-bottom: 0;
    /* remove margin for fixed mobile actions */ } }

@media screen and (min-width: 650px) {
  #primary-menu {
    display: block !important; }
  .site-content {
    margin-top: 0; }
  .entry-content {
    margin: 0; }
  header.site-header {
    position: static;
    padding: 12px 0 48px 0; }
    header.site-header .wrapper {
      width: 97.8%;
      max-width: 1000px;
      margin: 0 auto;
      padding: 0 1.1%; }
    header.site-header a.logo {
      margin: 0;
      float: left; }
      header.site-header a.logo img {
        position: relative;
        top: 16px;
        max-width: 300px; }
    header.site-header #burger-menu {
      display: none; }
    header.site-header .header-tel {
      display: block;
      position: relative;
      top: 24px;
      margin: 0;
      text-align: right; }
      header.site-header .header-tel a {
        text-decoration: none;
        font-weight: 600;
        font-size: 24px; }
    header.site-header .menu-primary-container {
      text-align: center; }
    header.site-header #primary-menu {
      position: relative;
      top: 45px;
      display: block;
      margin: 0 auto;
      border: none;
      width: auto;
      text-align: center; }
      header.site-header #primary-menu:before {
        display: block;
        clear: both;
        content: ""; }
      header.site-header #primary-menu li {
        border: none;
        display: inline-block; }
        header.site-header #primary-menu li:active > a,
        header.site-header #primary-menu li:hover > a {
          border-top: 4px solid #ac162c;
          background: none;
          color: #000000; }
        header.site-header #primary-menu li.current_page_item a, header.site-header #primary-menu li.current_page_parent a, header.site-header #primary-menu li.current-menu-parent a {
          border-top: 4px solid #ac162c;
          color: #000000;
          background: none; }
        header.site-header #primary-menu li a {
          text-align: center;
          padding: 6px 0 0 0;
          width: 115px;
          height: 40px;
          border-top: 4px solid #a59e9b;
          font-weight: 300; }
          header.site-header #primary-menu li a:hover ~ .sub-menu {
            display: block; }
        header.site-header #primary-menu li:not(:last-child) {
          margin-right: 4px; }
      header.site-header #primary-menu .sub-menu {
        display: none;
        position: absolute;
        background: #a79f9d;
        float: right;
        margin-left: -127px;
        z-index: 1; }
        header.site-header #primary-menu .sub-menu:hover {
          display: block; }
        header.site-header #primary-menu .sub-menu li {
          display: block;
          float: none;
          text-align: left;
          margin: 0;
          border-bottom: 1px solid #ffffff; }
          header.site-header #primary-menu .sub-menu li a:active,
          header.site-header #primary-menu .sub-menu li a:hover {
            background: #ac162c;
            color: #ffffff; }
          header.site-header #primary-menu .sub-menu li a {
            text-align: left;
            padding: 6px;
            height: auto;
            width: 240px;
            border: none;
            color: #ffffff;
            font-weight: 300; }
  .site-footer .ad-evironmental-practices {
    background: url("img/banner-environement-1200.jpg") no-repeat center center; }
  .site-footer .ad-recycling-practices {
    background: url("img/banner-recycle-1200.jpg") no-repeat center center; }
  .site-footer .ad-evironmental-practices,
  .site-footer .ad-recycling-practices {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 48px 12px; }
    .site-footer .ad-evironmental-practices h1,
    .site-footer .ad-recycling-practices h1 {
      font-size: 16px;
      margin: 24px auto;
      max-width: 500px; }
    .site-footer .ad-evironmental-practices a,
    .site-footer .ad-recycling-practices a {
      font-size: 14px;
      width: 300px; }
  .site-footer .statement {
    font-size: 18px;
    padding: 12px 0; } }

@media screen and (min-width: 1200px) {
  #ew-got-questions {
    display: block;
    position: fixed;
    top: 20%;
    right: 0;
    cursor: pointer;
    z-index: 9998; }
    #ew-got-questions img {
      width: 50px; }
  #ewgq-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 9997;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.4); }
  #ewgq-form {
    background: #ffffff;
    position: fixed;
    z-index: 9999;
    -webkit-box-shadow: -7px 7px 5px 0px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: -7px 7px 5px 0px rgba(0, 0, 0, 0.17);
    box-shadow: -7px 7px 5px 0px rgba(0, 0, 0, 0.17);
    top: 20%;
    right: -420px;
    width: 400px;
    padding: 12px 24px; }
    #ewgq-form.open {
      right: 0px !important; }
    #ewgq-form h1 {
      color: #4e4e50;
      margin-bottom: 6px; }
    #ewgq-form p {
      margin-top: 0; }
    #ewgq-form input {
      width: 100%;
      max-width: 100%; }
    #ewgq-form textarea {
      max-height: 120px;
      width: 100%;
      max-width: 100%; }
    #ewgq-form .wpcf7-submit {
      display: block;
      text-align: center;
      background: #a69e9c;
      padding: 12px 0;
      border-radius: 0;
      border: 1px solid #000000;
      color: #ffffff;
      font-size: 18px;
      font-weight: 600; }
    #ewgq-form.transition {
      -webkit-transition: right 0.3s ease-out;
      /* Chrome 1-25, Safari 3.2+ */
      -moz-transition: right 0.3s ease-out;
      /* Firefox 4-15 */
      -o-transition: right 0.3s ease-out;
      /* Opera 10.50–12.00 */
      transition: right 0.3s ease-out;
      /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */ } }

@media screen and (min-width: 1000px) {
  header.site-header {
    padding: 12px 0; }
    header.site-header .header-tel {
      position: static;
      top: 0;
      margin-bottom: 12px; }
    header.site-header .menu-primary-container {
      text-align: right; }
    header.site-header #primary-menu {
      position: static;
      top: 0;
      display: block;
      text-align: right;
      float: right; } }

@media screen and (min-width: 1000px) {
  .site-footer .ad-evironmental-practices {
    background: url("img/banner-environement-1600.jpg") no-repeat center center; }
  .site-footer .ad-recycling-practices {
    background: url("img/banner-recycle-1600.jpg") no-repeat center center;
    margin-top: 3px; }
  .site-footer .ad-evironmental-practices,
  .site-footer .ad-recycling-practices {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 60px 12px; }
    .site-footer .ad-evironmental-practices h1,
    .site-footer .ad-recycling-practices h1 {
      font-size: 26px;
      max-width: 850px; }
    .site-footer .ad-evironmental-practices a,
    .site-footer .ad-recycling-practices a {
      font-size: 18px;
      width: 350px; }
  .site-footer .statement {
    font-size: 30px;
    padding: 24px 0;
    margin-top: 3px; }
  .site-footer .footer-menu {
    padding: 24px 0 36px 0; }
    .site-footer .footer-menu .wrapper {
      max-width: 1000px;
      margin: 2px auto 0 auto; }
    .site-footer .footer-menu .menu-container.menu-mobile {
      display: none; }
    .site-footer .footer-menu .menu-container.menu-desktop {
      background: #e4e2e1;
      display: block;
      width: 24%;
      float: left;
      text-align: left; }
      .site-footer .footer-menu .menu-container.menu-desktop h3 {
        margin: 12px 0; }
      .site-footer .footer-menu .menu-container.menu-desktop a {
        color: #000000;
        font-size: 13px; }
      .site-footer .footer-menu .menu-container.menu-desktop:after {
        clear: both;
        display: block;
        content: ""; }
    .site-footer .footer-menu:after {
      clear: both;
      display: block;
      content: ""; }
  .site-footer .copyright {
    padding: 12px 0;
    font-size: 14px;
    border-top: 3px solid #a59e9b; } }

@media screen and (min-width: 1600px) {
  header.site-header .wrapper {
    max-width: 1200px; }
  .site-footer .footer-menu .wrapper {
    max-width: 1200px; }
  .site-footer .footer-menu .statement {
    font-size: 32px; }
  .site-footer .ad-evironmental-practices,
  .site-footer .ad-recycling-practices {
    padding: 80px 12px; }
    .site-footer .ad-evironmental-practices h1,
    .site-footer .ad-recycling-practices h1 {
      font-size: 28px;
      max-width: 900px; }
    .site-footer .ad-evironmental-practices a,
    .site-footer .ad-recycling-practices a {
      font-size: 20px;
      width: 380px; } }

@media screen and (min-width: 2200px) {
  header.site-header .wrapper {
    max-width: 1400px; }
  .site-footer .footer-menu .wrapper {
    max-width: 1400px; }
  .site-footer .footer-menu .statement {
    font-size: 40px; }
  .site-footer .ad-evironmental-practices,
  .site-footer .ad-recycling-practices {
    padding: 100px 12px; }
    .site-footer .ad-evironmental-practices h1,
    .site-footer .ad-recycling-practices h1 {
      font-size: 30px;
      max-width: 950px; }
    .site-footer .ad-evironmental-practices a,
    .site-footer .ad-recycling-practices a {
      font-size: 22px;
      width: 400px; } }

@media screen and (min-width: 2000px) {
  #ew-got-questions img {
    width: 100px; }
  #ewgq-form {
    right: -520px;
    width: 500px; } }

@media screen and (min-width: 3100px) {
  header.site-header .wrapper {
    max-width: 1800px; }
  .site-footer .footer-menu .wrapper {
    max-width: 1800px; }
  .site-footer .footer-menu .statement {
    font-size: 44px; }
  .site-footer .ad-evironmental-practices,
  .site-footer .ad-recycling-practices {
    padding: 130px 12px; }
    .site-footer .ad-evironmental-practices h1,
    .site-footer .ad-recycling-practices h1 {
      font-size: 36px;
      max-width: 1150px; }
    .site-footer .ad-evironmental-practices a,
    .site-footer .ad-recycling-practices a {
      font-size: 24px;
      width: 450px; } }

.alt-heading-1 {
  text-align: center;
  background: #a69e9c;
  padding: 12px 0;
  margin: 0 !important; }
  .alt-heading-1 .vc_col-sm-12 {
    float: none !important; }
  .alt-heading-1 .wpb_content_element {
    margin: 0; }

.contact-us h1 {
  color: #4e4e50;
  border-bottom: 1px solid #000000; }

.contact-us .ew-cf7 .ew-cf7-box {
  border: 1px solid #000000; }
  .contact-us .ew-cf7 .ew-cf7-box .ew-cf7-box-title {
    width: 100%;
    display: block;
    padding: 12px;
    background: #d2cecd; }
  .contact-us .ew-cf7 .ew-cf7-box .ew-cf7-box-form {
    padding: 24px; }
    .contact-us .ew-cf7 .ew-cf7-box .ew-cf7-box-form textarea {
      width: 100%;
      max-width: 100%;
      height: 100px; }
    .contact-us .ew-cf7 .ew-cf7-box .ew-cf7-box-form .wpcf7-submit {
      color: #ffffff;
      background: #a69e9c;
      padding: 12px 36px;
      border-radius: 0;
      border: none; }

.booking-form-page .wrapper-main {
  width: 97.8%;
  max-width: 700px;
  margin: 24px auto 0 auto;
  padding: 0 1.1%; }

.booking-form-page .light-householders-notice {
  background: #F8B238;
  padding: 12px;
  font-size: 0.9em;
  display: none; }

.js-form-success {
  position: relative;
  top: 12px;
  color: #6dcc37 !important; }

@media (min-width: 768px) {
  .booking-form-page .vc_col-sm-4 {
    width: 33.33333333%;
    float: left; }
  .booking-form-page .vc_clearfix {
    display: block;
    content: "";
    clear: both; }
  .booking-form-page .wrapper-main {
    width: 97.8%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 1.1%; } }

.alt-heading-1 {
  text-align: left;
  background: #a69e9c;
  padding: 24px 0;
  margin: 0; }
  .alt-heading-1 h1 {
    margin: 0;
    font-size: 1.5em;
    color: #ffffff; }
  .alt-heading-1 .vc_col-sm-12 {
    float: none !important; }
  .alt-heading-1 .wpb_content_element {
    margin: 0; }

.form-group {
  margin-bottom: 12px; }
  .form-group label {
    font-size: 14px;
    font-weight: 600; }
  .form-group input[type=text],
  .form-group input[type=email],
  .form-group input[type=number],
  .form-group #ew_card-element,
  .form-group textarea {
    display: block;
    width: 100%;
    max-width: 350px;
    border: 1px solid #000000;
    border-radius: 0;
    padding: 10px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; }
  .form-group #postcode {
    display: block;
    color: #000000;
    font-size: 16px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; }
    .form-group #postcode.valid {
      border: 1px solid green;
      background: url(img/correct.png) no-repeat 96% center; }
    .form-group #postcode.invalid {
      border: 1px solid red; }
  .form-group #postcode::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000000; }
  .form-group #postcode::-moz-placeholder {
    /* Firefox 19+ */
    color: #000000; }
  .form-group #postcode:-ms-input-placeholder {
    /* IE 10+ */
    color: #000000; }
  .form-group #postcode:-moz-placeholder {
    /* Firefox 18- */
    color: #000000; }

#delivery-date,
#pickup-date {
  background: url(img/calendar.png) no-repeat 96% center; }

.form-checkbox {
  max-width: calc(100% - 1.95em);
  margin-bottom: 12px;
  /* Base for label styling */
  /* checkbox aspect */
  /* checked mark aspect */
  /* checked mark aspect changes */
  /* disabled checkbox */
  /* accessibility */
  /* hover style just for information */ }
  .form-checkbox [type="checkbox"]:not(:checked),
  .form-checkbox [type="checkbox"]:checked {
    position: absolute;
    left: -9999px; }
  .form-checkbox [type="checkbox"]:not(:checked) + label,
  .form-checkbox [type="checkbox"]:checked + label {
    position: relative;
    padding-left: 1.95em;
    cursor: pointer; }
  .form-checkbox [type="checkbox"]:not(:checked) + label:before,
  .form-checkbox [type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1.25em;
    height: 1.25em;
    border: 2px solid #ccc;
    background: #fff;
    border-radius: 4px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1); }
  .form-checkbox [type="checkbox"]:not(:checked) + label:after,
  .form-checkbox [type="checkbox"]:checked + label:after {
    content: '✔';
    position: absolute;
    top: .1em;
    left: .3em;
    font-size: 1.3em;
    line-height: 0.8;
    color: #ac162c;
    transition: all .2s; }
  .form-checkbox [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0); }
  .form-checkbox [type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1); }
  .form-checkbox [type="checkbox"]:disabled:not(:checked) + label:before,
  .form-checkbox [type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd; }
  .form-checkbox [type="checkbox"]:disabled:checked + label:after {
    color: #999; }
  .form-checkbox [type="checkbox"]:disabled + label {
    color: #aaa; }
  .form-checkbox [type="checkbox"]:checked:focus + label:before,
  .form-checkbox [type="checkbox"]:not(:checked):focus + label:before {
    border: 2px dotted blue; }
  .form-checkbox label:hover:before {
    border: 2px solid #4778d9 !important; }

.form-select {
  margin-bottom: 12px; }
  .form-select label {
    font-size: 14px;
    font-weight: 600; }
  .form-select select {
    background: #EFEFEF url(img/select-arrow.png) 95% 50% no-repeat;
    border: 1px solid #CCC;
    border-radius: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    padding: 10px;
    display: block;
    width: 100%;
    max-width: 350px;
    color: #666; }

.radio-group {
  margin: 0.5rem; }
  .radio-group input[type="radio"] {
    position: absolute;
    opacity: 0; }
    .radio-group input[type="radio"] + .radio-label {
      display: block;
      padding-bottom: 6px;
      cursor: pointer; }
      .radio-group input[type="radio"] + .radio-label:before {
        content: '';
        background: #f4f4f4;
        border-radius: 100%;
        border: 1px solid #b4b4b4;
        display: inline-block;
        width: 1.4em;
        height: 1.4em;
        position: relative;
        top: 0;
        margin-right: 1em;
        vertical-align: top;
        cursor: pointer;
        text-align: center;
        transition: all 250ms ease; }
    .radio-group input[type="radio"]:checked + .radio-label:before {
      background-color: #ac162c;
      box-shadow: inset 0 0 0 4px #f4f4f4; }
    .radio-group input[type="radio"]:focus + .radio-label:before {
      outline: none;
      border-color: #ac162c; }
    .radio-group input[type="radio"]:disabled + .radio-label {
      color: #B4B4B4; }
      .radio-group input[type="radio"]:disabled + .radio-label:before {
        box-shadow: inset 0 0 0 4px #f4f4f4;
        border-color: #b4b4b4;
        background: #b4b4b4; }
    .radio-group input[type="radio"] + .radio-label:empty:before {
      margin-right: 0; }

.booking-form-container .main-form h1.form-title {
  display: block;
  padding-bottom: 6px;
  border-bottom: 1px solid #000000;
  color: #4e4e50;
  font-size: 1.4em; }

.booking-form-container .main-form button {
  display: block;
  background: #a69e9c;
  color: #ffffff;
  border-radius: 0;
  border: none;
  width: 140px;
  padding: 12px;
  font-size: 16px;
  font-weight: 500; }
  .booking-form-container .main-form button:hover {
    background: #b7aeac; }

.booking-form-container .main-form #button-ready-to-book {
  width: 160px;
  margin: 0 auto 60px auto; }

.booking-form-container .main-form .form-section {
  border: 1px solid #000000;
  margin-bottom: 12px;
  width: 100%; }
  .booking-form-container .main-form .form-section .questions-wrapper {
    padding: 12px; }
  .booking-form-container .main-form .form-section h1, .booking-form-container .main-form .form-section h2 {
    display: block;
    cursor: default;
    margin: 0;
    color: #000000;
    font-weight: 500;
    padding: 12px 12px; }
  .booking-form-container .main-form .form-section h1 {
    background: #d2cecd;
    cursor: pointer;
    font-weight: 600; }
    .booking-form-container .main-form .form-section h1:hover {
      background: #e7e3e2; }
  .booking-form-container .main-form .form-section h2 {
    background: #f6f5f5;
    font-weight: 500; }
  .booking-form-container .main-form .form-section.is-focus h1, .booking-form-container .main-form .form-section.is-locked h1 {
    cursor: default; }
    .booking-form-container .main-form .form-section.is-focus h1:hover, .booking-form-container .main-form .form-section.is-locked h1:hover {
      background: #d2cecd; }
  .booking-form-container .main-form .form-section.no-border {
    border: none; }
  .booking-form-container .main-form .form-section.is-locked .questions {
    display: none; }
  .booking-form-container .main-form .form-section .asbestos {
    display: block;
    background: #59595b;
    padding: 12px;
    text-align: center; }
    .booking-form-container .main-form .form-section .asbestos a:nth-of-type(1) {
      display: block;
      color: #ffffff;
      text-decoration: none; }
    .booking-form-container .main-form .form-section .asbestos a:nth-of-type(2) {
      display: inline-block;
      padding: 6px 12px;
      color: #ffffff;
      text-decoration: none;
      background: #a69e9c;
      margin-top: 6px; }
      .booking-form-container .main-form .form-section .asbestos a:nth-of-type(2):hover {
        background: #b7aeac; }
  .booking-form-container .main-form .form-section .mobile-summary .total-mobile {
    margin: 0;
    padding: 0;
    display: block;
    border-top: none;
    list-style-type: none; }
    .booking-form-container .main-form .form-section .mobile-summary .total-mobile li {
      margin: 0;
      font-size: 18px;
      padding-left: 18px;
      padding-right: 18px;
      background: #e3e1e0;
      font-weight: 600; }
      .booking-form-container .main-form .form-section .mobile-summary .total-mobile li span:nth-of-type(1) {
        display: inline-block;
        width: 100px; }
    .booking-form-container .main-form .form-section .mobile-summary .total-mobile li:nth-of-type(1) {
      background: #ffffff; }
      .booking-form-container .main-form .form-section .mobile-summary .total-mobile li:nth-of-type(1) span:nth-of-type(2) {
        font-weight: 300;
        font-size: .9em; }
    .booking-form-container .main-form .form-section .mobile-summary .total-mobile li:nth-of-type(2) {
      padding-top: 12px;
      padding-bottom: 3px; }
    .booking-form-container .main-form .form-section .mobile-summary .total-mobile li:nth-of-type(3) {
      padding-top: 3px;
      padding-bottom: 12px; }
    .booking-form-container .main-form .form-section .mobile-summary .total-mobile li:nth-of-type(4) {
      color: #ffffff;
      font-size: 22px;
      background: #ac162c;
      padding-top: 12px;
      padding-bottom: 12px; }

.booking-form-container .summary {
  display: none; }

.booking-form-container:after {
  clear: both;
  display: block;
  content: ""; }

#card-errors {
  color: red;
  font-size: 14px;
  font-weight: 600; }

.form-control-msg {
  display: none;
  color: red;
  font-size: 14px;
  font-weight: 600; }

.button-step-one-error,
.button-step-two-error,
.button-step-three-error,
.js-form-error,
.js-form-submission {
  position: relative;
  top: 12px; }

.js-form-error,
.js-form-submission {
  color: #000000 !important; }

.has-error .form-control-msg {
  display: block; }

.js-show-feedback {
  display: block; }

@media screen and (min-width: 800px) {
  #postcode {
    width: 250px; }
  .ew-cf7 .split-half .form-group:nth-of-type(1) {
    width: calc(50% - 12px);
    margin-right: 12px;
    float: left; }
  .ew-cf7 .split-half .form-group:nth-of-type(2) {
    width: calc(50% - 12px);
    margin-left: 12px;
    float: left; }
  .ew-cf7 .split-half:after {
    display: block;
    content: "";
    clear: both; }
  .booking-form-container .main-form {
    width: calc( 70% - 36px);
    margin-right: 36px;
    float: left; }
    .booking-form-container .main-form .mobile-summary {
      display: none; }
    .booking-form-container .main-form .form-section .questions-wrapper {
      padding: 24px; }
    .booking-form-container .main-form .form-section .asbestos {
      text-align: left;
      padding: 12px 36px; }
      .booking-form-container .main-form .form-section .asbestos a:nth-of-type(1) {
        width: 70%;
        float: left;
        line-height: 39px; }
      .booking-form-container .main-form .form-section .asbestos a:nth-of-type(2) {
        text-align: center;
        float: right;
        width: 120px;
        margin-top: 0; }
      .booking-form-container .main-form .form-section .asbestos:after {
        display: block;
        content: "";
        clear: both; }
    .booking-form-container .main-form .form-section .include-container {
      margin: 12px 0; }
      .booking-form-container .main-form .form-section .include-container .form-select {
        display: block;
        width: 32%;
        float: left; }
        .booking-form-container .main-form .form-section .include-container .form-select:nth-of-type(1), .booking-form-container .main-form .form-section .include-container .form-select:nth-of-type(2) {
          margin-right: 2%; }
      .booking-form-container .main-form .form-section .include-container:after {
        display: block;
        content: "";
        clear: both; }
    .booking-form-container .main-form .form-section .split-half .form-group:nth-of-type(1) {
      width: calc(50% - 12px);
      margin-right: 12px;
      float: left; }
    .booking-form-container .main-form .form-section .split-half .form-group:nth-of-type(2) {
      width: calc(50% - 12px);
      margin-left: 12px;
      float: left; }
    .booking-form-container .main-form .form-section .split-half:after {
      display: block;
      content: "";
      clear: both; }
    .booking-form-container .main-form .form-section .split-60-40 .form-group:nth-of-type(1) {
      width: calc(60% - 12px);
      margin-right: 12px;
      float: left; }
    .booking-form-container .main-form .form-section .split-60-40 .form-group:nth-of-type(2) {
      width: calc(40% - 12px);
      margin-left: 12px;
      float: left; }
    .booking-form-container .main-form .form-section .split-60-40:after {
      display: block;
      content: "";
      clear: both; }
    .booking-form-container .main-form .form-section .split-third .form-group:nth-of-type(1) {
      width: calc(33.333333% - 12px);
      margin-right: 12px;
      float: left; }
    .booking-form-container .main-form .form-section .split-third .form-group:nth-of-type(2) {
      width: calc(33.333333% - 24px);
      margin-left: 12px;
      margin-right: 12px;
      float: left; }
    .booking-form-container .main-form .form-section .split-third .form-group:nth-of-type(3) {
      width: calc(33.333333% - 12px);
      margin-left: 10px;
      float: left; }
    .booking-form-container .main-form .form-section .split-third:after {
      display: block;
      content: "";
      clear: both; }
    .booking-form-container .main-form .form-section .instructions {
      width: 60%; }
  .booking-form-container .summary {
    width: 30%;
    float: left;
    display: block;
    background: #f6f5f5;
    padding-bottom: 24px;
    margin-top: 10px; }
    .booking-form-container .summary h1 {
      background: #d2cecd;
      text-align: left;
      color: #4e4e50;
      display: block;
      cursor: default;
      margin: 0;
      font-weight: 600;
      padding: 12px 12px; }
    .booking-form-container .summary ul {
      display: none;
      list-style-type: none;
      margin: 0 18px;
      padding: 24px 0; }
      .booking-form-container .summary ul:not(:first-of-type) {
        border-top: 1px solid #000000; }
      .booking-form-container .summary ul li {
        display: block;
        color: #000000;
        font-size: 18px; }
        .booking-form-container .summary ul li:nth-of-type(1) {
          font-weight: 600; }
        .booking-form-container .summary ul li.inc-mattresses, .booking-form-container .summary ul li.inc-tyres, .booking-form-container .summary ul li.inc-truck-tyres, .booking-form-container .summary ul li.inc-tree-stumps {
          display: none; }
      .booking-form-container .summary ul.is-visable {
        display: block; }
      .booking-form-container .summary ul.total {
        margin: 0;
        padding: 0;
        display: block;
        border-top: none; }
        .booking-form-container .summary ul.total li {
          margin: 0;
          font-size: 18px;
          padding-left: 18px;
          padding-right: 18px;
          background: #e3e1e0;
          font-weight: 600; }
          .booking-form-container .summary ul.total li span:nth-of-type(1) {
            display: inline-block;
            width: 100px; }
        .booking-form-container .summary ul.total li:nth-of-type(1) {
          padding-top: 12px;
          padding-bottom: 3px; }
        .booking-form-container .summary ul.total li:nth-of-type(2) {
          padding-top: 3px;
          padding-bottom: 12px; }
        .booking-form-container .summary ul.total li:nth-of-type(3) {
          padding-top: 3px;
          padding-bottom: 12px; }
        .booking-form-container .summary ul.total li:nth-of-type(4) {
          color: #ffffff;
          font-size: 22px;
          background: #ac162c;
          padding-top: 12px;
          padding-bottom: 12px; }
    .booking-form-container .summary p {
      color: #000000;
      margin: 24px 18px; } }

@media screen and (min-width: 1600px) {
  .booking-form-page .wrapper-main {
    max-width: 1200px; } }

@media screen and (min-width: 2200px) {
  .booking-form-page .wrapper-main {
    max-width: 1400px; } }

@media screen and (min-width: 3100px) {
  .booking-form-page .wrapper-main {
    max-width: 1800px; } }

.products-container .vc_column-inner {
  border-bottom: 1px solid #000000; }

.products-container.no-border .vc_column-inner {
  border-bottom: none; }

.products-container h4 {
  font-size: 18px;
  color: #ac162c; }

.products-container img {
  width: 80%;
  margin: 0 10%; }

.products-container p {
  margin: 0; }

.products-container div.info {
  margin-top: 12px;
  display: block;
  width: 100%;
  max-height: 210px;
  font-size: 14px;
  overflow: hidden; }

.products-container ul {
  display: none;
  height: 112px;
  width: 100%;
  margin: 12px 0 0 0;
  list-style-type: none;
  padding: 0;
  font-size: 14px; }
  .products-container ul li {
    background: url("img/bullet.jpg") no-repeat left top;
    font-size: 14px;
    height: 24px;
    padding-left: 30px; }

.products-container div.dimensions {
  margin-top: 12px;
  font-size: 14px; }
  .products-container div.dimensions strong {
    font-style: normal;
    color: #ac162c;
    font-size: 14px; }

.products-container div.product-buttons {
  width: 100%;
  margin-top: 24px; }
  .products-container div.product-buttons a {
    text-align: center;
    text-decoration: none;
    display: block;
    width: calc(50% - 4px);
    float: left;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    padding: 12px 0;
    border: 1px solid #000000; }
    .products-container div.product-buttons a:nth-of-type(1) {
      background: #ac162c;
      color: #ffffff;
      margin-right: 2px; }
      .products-container div.product-buttons a:nth-of-type(1):hover {
        background: #ce1a35; }
    .products-container div.product-buttons a:nth-of-type(2) {
      background: #ffffff;
      color: #5c595b;
      margin-left: 2px; }
      .products-container div.product-buttons a:nth-of-type(2):hover {
        background: #f2f2f2; }
  .products-container div.product-buttons:after {
    display: block;
    clear: both;
    content: ""; }

@media screen and (min-width: 768px) {
  .products-container {
    border-bottom: 1px solid #000000; }
    .products-container .vc_column-inner {
      border-bottom: none; }
    .products-container.no-border {
      border-bottom: none; }
    .products-container img {
      width: 90%;
      margin: 0 5%; }
    .products-container div.info {
      margin-top: 12px;
      height: 210px;
      max-height: 210px; }
    .products-container ul {
      display: block;
      height: 112px;
      margin: 12px 0 0 0; } }

@media screen and (min-width: 1000px) {
  .products-container div.info {
    height: 150px;
    max-height: 150px; } }


.booking-form-page__editor {
  max-width: 1200px;
  margin: 0 auto;
}
.booking-form-page__editor .notice {
  background: #f1b33e;
  color: #ffffff;
  padding: 24px;
}

#postcode-suburb::after {
  display: block;
  content: "";
  clear: both;
}

#postcode-suburb .form-group,
#postcode-suburb .form-select {
  display: block;
  width: 49%;
  float: left;
}

#postcode-suburb .form-group.has-error {
  width: 100%;
}

#postcode-suburb .form-select {
  display: none;
  margin-left: 2%;
}

#special_suburb.invalid {
  border: 1px solid red;
}