@charset "UTF-8";
/*
Theme Name:    M&Co Cleaners
Developed by:  hazardawareness 
Company URL:   http://hazardawareness.com.au/
Company Name:  hazardawareness
*/
/* 
	RESET - ADAPTED FROM MEYER RESET
	URL - http://meyerweb.com/eric/tools/css/reset/
	LICENSE - PUBLIC DOMAIN
*/
@import url(lightgallery/css/lightgallery.css);
@import url(lightgallery/css/lg-transitions.css);
body {
  border: none; }

/* RESET
----------------------------------------------------------------------------------------------------*/
a, abbr, acronym, address, applet, article, aside, audio,
b, big, blockquote, body, caption, canvas, center, cite, code,
dd, del, details, dfn, dialog, div, dl, dt, em, embed,
fieldset, figcaption, figure, form, footer,
header, hgroup, h1, h2, h3, h4, h5, h6, html,
i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,
object, ol, output, p, pre, q, ruby,
s, samp, section, main, small, span, strike, strong, sub, summary, sup,
tt, table, tbody, textarea, tfoot, thead, time, tr, th, td,
u, ul, var, video {
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
  white-space: normal;
  text-align: left;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent; }

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

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

/* 	SET ALL ELEMENTS TO BOX-SIZING : BORDER-BOX */
* {
  box-sizing: border-box;
  *behavior: url(/scripts/boxsizing.htc);
  /*	If you need support for IE7 and lower make 
		sure the boxsizing.htc file is linked properly.
		More info here:  https://github.com/Schepp/box-sizing-polyfill */ }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

body, html {
  font-size: 62.5%; }

div {
  font-size: 1.6rem;
  line-height: 2.1rem; }

#mfPreviewBar {
  display: none !important; }

/**
 * Gridpak Beta SCSS
 *
 * Generator - http://gridpak.com/
 * Created by @simplygoodwork
 */
/* Reusable column setup */
.col {
  border: 0px solid rgba(0, 0, 0, 0);
  float: left;
  box-sizing: border-box;
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important; }

.spacer-col {
  min-height: 1px; }

.container {
  margin: 0 auto;
  width: 90%;
  max-width: 1200px;
  position: relative; }

/*	SELF CLEARING FLOATS - CLEARFIX METHOD */
.container:after,
.row:after,
.col:after,
.clr:after,
.group:after {
  content: "";
  display: table;
  clear: both; }

/* 1. 4 Column Grid 0px - 559px
    -----------------------------------------------------------------------------

    Span 1:    21.25%
    Span 2:    47.5%
    Span 3:    73.75%
    Span 4:    100%

    ----------------------------------------------------------------------------- */
@media screen and (min-width: 0px) and (max-width: 559px) {
  .col {
    margin-left: 5%;
    padding: 0 0%; }
  /* --- Gridpak variables ---*/
  .row .col:first-child {
    margin-left: 0; }
  .col {
    margin-bottom: 2rem; }
  /*
        Add your semantic classnames in alongside their corresponding spans here. e.g.

        .span_3,
        .my_semantic_class_name {
            ...
        }

        */
  .span_1 {
    width: 21.25%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 5%; }
  .span_2 {
    width: 47.5%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 5%; }
  .span_3 {
    width: 73.75%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 5%; }
  .span_4,
  .full_col,
  .half_col,
  .third_col,
  .logo_col,
  .nav_col,
  .feature_col,
  .highlight_col,
  .main_content_col,
  .aside_col,
  .large_col,
  .small_col,
  .full_width_col {
    margin-left: 0;
    width: 100%; } }

/* 2. 12 Column Grid 560px - 1079px
    -----------------------------------------------------------------------------

    Span 1:    6.04166666667%
    Span 2:    14.5833333333%
    Span 3:    23.125%
    Span 4:    31.6666666667%
    Span 5:    40.2083333333%
    Span 6:    48.75%
    Span 7:    57.2916666667%
    Span 8:    65.8333333333%
    Span 9:    74.375%
    Span 10:    82.9166666667%
    Span 11:    91.4583333333%
    Span 12:    100%

    ----------------------------------------------------------------------------- */
@media screen and (min-width: 560px) and (max-width: 900px) {
  .col {
    margin-left: 2.5%;
    padding: 0 0%; }
  /* --- Gridpak variables ---*/
  .row .col:first-child {
    margin-left: 0; }
  .row .person_col:nth-of-type(2n - 1),
  .row .highlight_col:nth-of-type(2n - 1),
  .row .post_highlight_col:nth-of-type(3n - 2) {
    margin-left: 0; }
  .span_1 {
    width: 4.6666666667%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 4%; }
  .span_2 {
    width: 13.3333333333%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 4%; }
  .span_3 {
    width: 22%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 4%; }
  .span_4,
  .logo_col,
  .third_col,
  .aside_col
.small_col {
    width: 30.6666666667%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 4%; }
  .span_5 {
    width: 39.3333333333%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 4%; }
  .span_6,
  .half_col,
  .highlight_col {
    width: 48%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 4%; }
  .span_7 {
    width: 56.6666666667%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 4%; }
  .span_8,
  .nav_col,
  .main_content_col,
  .large_col {
    width: 65.3333333333%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 4%; }
  .span_9 {
    width: 74%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 4%; }
  .span_10 {
    width: 82.6666666667%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 4%; }
  .span_11 {
    width: 91.3333333333%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 4%; }
  .span_12,
  .full_col,
  .feature_col,
  .full_width_col {
    margin-left: 0;
    width: 100%; } }

/* 3. 12 Column Grid 1080px - Infinity
    -----------------------------------------------------------------------------

    Span 1:    5.58333333333%
    Span 2:    14.1666666667%
    Span 3:    22.75%
    Span 4:    31.3333333333%
    Span 5:    39.9166666667%
    Span 6:    48.5%
    Span 7:    57.0833333333%
    Span 8:    65.6666666667%
    Span 9:    74.25%
    Span 10:    82.8333333333%
    Span 11:    91.4166666667%
    Span 12:    100%

    ----------------------------------------------------------------------------- */
@media screen and (min-width: 900px) {
  .col {
    margin-left: 3%;
    padding: 0 0%; }
  /* --- Gridpak variables ---*/
  .row .col:first-child {
    margin-left: 0; }
  .row .person_col:nth-of-type(3n - 2),
  .row .feature_col:nth-of-type(3n - 2),
  .row .highlight_col:nth-of-type(4n - 3),
  .row .post_highlight_col:nth-of-type(3n - 2) {
    margin-left: 0; }
  .span_1 {
    width: 4.6666666667%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 4%; }
  .span_2 {
    width: 13.3333333333%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 4%; }
  .span_3,
  .logo_col,
  .highlight_col,
  .small_col {
    width: 22%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 4%; }
  .span_4,
  .third_col,
  .feature_col,
  .aside_col {
    width: 30.6666666667%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 4%; }
  .span_5 {
    width: 39.3333333333%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 4%; }
  .span_6,
  .half_col {
    width: 48%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 4%; }
  .span_7 {
    width: 56.6666666667%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 4%; }
  .span_8,
  .main_content_col {
    width: 65.3333333333%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 4%; }
  .span_9,
  .nav_col,
  .large_col {
    width: 74%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 4%; }
  .span_10 {
    width: 82.6666666667%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 4%; }
  .span_11 {
    width: 91.3333333333%;
    border-left-width: 0;
    padding: 0 0%;
    margin-left: 4%; }
  .span_12,
  .full_col,
  .full_width_col {
    margin-left: 0;
    width: 100%; } }

/* Column Shortcodes */
@media (min-width: 600px) {
  .content-column {
    padding: 0 3rem 0 0;
    margin-bottom: 2rem; }
    .content-column.last_column {
      padding: 0 0 0 0; } }

/************** @MIXINS ************/
/************** BASE ************/
.rsp-img,
article img {
  display: block;
  max-width: 100%;
  height: auto; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.image-container {
  display: block;
  overflow: hidden;
  width: 100%; }
  .image-container img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto; }
  .image-container .hover-expand {
    transition: all 0.2s ease-in; }
  .image-container .hover-expand:hover {
    transform: scale(1.1);
    transition: all 0.2s ease-in; }

.hidden {
  display: none; }

#wpadminbar {
  position: absolute; }

/*********** WORDPRESS IMAGES **************/
img.alignright {
  float: right;
  margin: 0 0 1em 1em; }

img.alignleft {
  float: left;
  margin: 0 1em 1em 0; }

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

a img.alignright {
  float: right;
  margin: 0 0 1em 1em; }

a img.alignleft {
  float: left;
  margin: 0 1em 1em 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

div.wp-caption {
  max-width: 100%;
  overflow: hidden;
  margin-bottom: 1.5rem; }
  div.wp-caption img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0; }
  div.wp-caption.alignright {
    float: right;
    margin: 0 0 1em 1em; }
  div.wp-caption.alignleft {
    float: left;
    margin: 0 0 1em 1em; }

.wp-caption-text {
  text-align: center;
  padding: 0.5rem;
  font-style: italic;
  background-color: #efefef;
  margin-bottom: 1.5rem; }

/************** LAYOUT ************/
body {
  overflow-x: hidden; }

iframe {
  display: block;
  max-width: 100%; }

.inline-block {
  display: inline-block !important; }

.block {
  display: block !important; }

.relative {
  position: relative !important; }

.vertical-children {
  display: flex;
  align-items: center;
  justify-content: center; }

.flex-container {
  display: flex;
  width: 100%;
  height: 100%; }
  .flex-container > * {
    display: block; }

.flex-content-bottom {
  align-content: flex-end;
  justify-content: flex-end; }

.slicky-element {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 9; }

/*********** PADDING & MARGIN **************/
.no-padding {
  padding: 0 !important; }

.no-margin {
  margin: 0 !important; }

.margin-bottom {
  margin-bottom: 3.0rem; }

.margin-bottom-small {
  margin-bottom: 1.7rem; }

.margin-bottom-large {
  margin-bottom: 4.5rem; }

.section-padding {
  padding: 3.0rem 0; }

.section-padding-large {
  padding: 5.0rem 0; }

.section-margin {
  margin: 3.0rem 0; }

.box-padding {
  padding: 2.4rem; }

/************** BACKGROUNDS ************/
.orange-bg {
  background-color: #FF8300; }

.light-orange-bg {
  background-color: #FCA542; }

.grey-bg {
  background-color: #A0A0A0; }

.light-grey-bg {
  background-color: #DCDCDC; }

.very-light-bg {
  background-color: #F7F7F7; }

.orange-grad-bg {
  background-image: linear-gradient(to top, #E57A1D 0%, #FF9B45 100%);
  border-radius: 3px; }

@media (max-width: 600px) {
  .mobile-hide {
    display: none; }
  #wpadminbar {
    display: none; } }

body {
  font-family: "Roboto", sans-serif;
  font-size: 62.5% !important;
  font-size: 1.6rem;
  color: #3A3939;
  font-weight: 400; }

h1, h2, h3, h4 {
  line-height: 1.25em;
  color: #FF8300;
  text-transform: uppercase;
  font-weight: 400; }

h1 {
  font-size: 3.4rem;
  margin-bottom: 1.8rem; }

h2 {
  font-size: 2.8rem;
  margin-bottom: 1.6rem; }

h3 {
  font-size: 2.2rem;
  margin-bottom: 1.2rem; }

h4 {
  font-size: 1.8rem;
  margin-bottom: 0.8rem; }

h5 {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
  font-weight: 800; }

h6 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem; }

@media (max-width: 700px) {
  h1 {
    font-size: 2.6rem; }
  h2 {
    font-size: 2.4rem; }
  h3, h4 {
    font-size: 2.0rem; } }

p {
  font-size: 1.6rem;
  line-height: 1.55;
  margin-bottom: 1.5rem; }

p:last-child {
  margin-bottom: 0; }

small, .small-text {
  font-size: 1.35rem;
  line-height: 1.9rem; }

em, .italic {
  font-style: italic; }

strong, b {
  font-weight: 900; }

date {
  font-size: 1.5rem; }

/*  Utilities  */
.large-0 {
  font-size: 1.1em; }

.large-1 {
  font-size: 1.3em; }

.large-2 {
  font-size: 1.8em; }

.large-3 {
  font-size: 2.0em; }

.text-centre,
.text-center,
.text-centre *,
.text-center * {
  text-align: center; }

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

.text-right {
  text-align: right; }

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

.text-lowercase {
  text-transform: lowercase; }

.text-normalcase {
  text-transform: none; }

.text-underline {
  text-decoration: underline; }

.highlight-text {
  font-weight: 900;
  color: #FF8300;
  text-transform: uppercase; }

.orange-text {
  color: #FF8300; }

.light-orange-text {
  color: #FCA542; }

.grey-text {
  color: #A0A0A0; }

.dark-text {
  color: #3A3939; }

.light-text,
.light-text * {
  color: #fff; }

.body-text {
  font-weight: 400; }

.header-text {
  font-weight: 900; }

blockquote p {
  color: #3A3939;
  font-size: 1.8rem;
  line-height: 1.45em; }

blockquote cite {
  display: block;
  font-size: 1.6rem;
  font-style: italic;
  margin-top: 1em; }

/* Links and buttons  */
a {
  color: inherit;
  cursor: pointer;
  text-decoration: none; }

h1 a, h2 a, h3 a, h4 a, h5 a {
  text-decoration: none;
  display: inline-block; }

main p a {
  font-weight: 400;
  text-decoration: underline; }

/*  Lists  */
ul, ol, li {
  font-size: 1.6rem;
  line-height: 2.3rem;
  margin-bottom: 0.8rem; }

ul.display-list,
article ul,
article ol {
  list-style: disc;
  margin-left: 2.3rem; }
  ul.display-list li,
  article ul li,
  article ol li {
    position: relative;
    margin-bottom: 0.3rem; }

ul.checklist {
  list-style: none; }
  ul.checklist li {
    position: relative;
    margin-left: 2rem; }
    ul.checklist li:before {
      content: "✓";
      color: #FF8300;
      display: block;
      float: left;
      position: absolute;
      left: -1.6rem; }

/* Titles & Sub-titles */
.two-column-text {
  text-align: left; }
  .two-column-text p {
    text-align: left; }

@media (min-width: 900px) {
  .two-column-text {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 4.5rem;
       -moz-column-gap: 4.5rem;
            column-gap: 4.5rem; }
  .mulit-col-list {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2; } }

@media (min-width: 1100px) {
  .mulit-col-list {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3; } }

.site-header {
  background-color: #fff;
  position: relative;
  padding: 1rem;
  border-bottom: solid 1px rgba(160, 160, 160, 0.3); }

.logo-link {
  padding: 1rem;
  display: block; }

.mobile-header {
  color: #fff; }

.site-logo {
  max-height: 80px; }

.quick-contact {
  display: flex;
  flex-direction: row;
  justify-content: flex-end; }
  .quick-contact span {
    margin-left: 2rem;
    text-align: right; }

.phone-contact a {
  font-size: 3.6rem;
  color: #646464;
  text-align: right;
  line-height: 1;
  position: relative;
  top: 0.5rem;
  font-weight: bold;
  letter-spacing: -2px; }
  .phone-contact a img {
    display: inline-block;
    height: 2.5rem; }

/******************* NAV *******************/
.site-menu {
  list-style: none;
  margin: 0; }
  .site-menu li {
    display: block;
    margin: 0;
    position: relative; }
  .site-menu a {
    display: block;
    color: #3A3939;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.5rem;
    padding: 1rem 1.2rem;
    white-space: nowrap;
    transition: all 0.2s ease-in; }

@media (min-width: 800px) {
  .site-header {
    position: fixed;
    background-color: #fff;
    top: 0;
    left: 0;
    right: 0;
    z-index: 11; }
  body {
    padding-top: 11rem; }
  .site-menu {
    display: block;
    text-align: right;
    margin-bottom: 0;
    margin-top: 1rem; }
    .site-menu a {
      padding: 1rem; }
    .site-menu li {
      display: inline-block;
      margin: 0;
      position: relative; }
      .site-menu li:hover > a {
        color: #FF8300;
        transition: all 0.2s ease-in; }
      .site-menu li:hover > ul {
        display: block;
        opacity: 1;
        transition: all 0.2s ease-in; }
      .site-menu li.current-menu-item > a, .site-menu li.current-menu-parent > a {
        color: #FF8300; }
    .site-menu ul {
      background-color: #fff;
      position: absolute;
      z-index: 13;
      z-index: 999;
      top: 100%;
      left: -10px;
      opacity: 0;
      padding: 2px;
      display: none;
      border-radius: 4px;
      transition: all 0.2s ease-in; }
      .site-menu ul li {
        margin: 0;
        padding: 0;
        display: block;
        width: 100%; }
        .site-menu ul li a {
          padding: 5px 10px;
          border-radius: 2px; }
          .site-menu ul li a:hover {
            background-color: #F7F7F7; }
        .site-menu ul li:last-child {
          border-bottom: 0; }
      .site-menu ul ul {
        left: 100%;
        top: 0; }
        .site-menu ul ul:after {
          content: none; } }

.mobile-header {
  display: none; }

#pull {
  display: none; }

.mobile-menu-background {
  display: none; }

#mobile-call {
  display: none; }

@media (max-width: 800px) {
  .site-header {
    margin: 0; }
  .logo-link {
    display: block;
    margin: auto; }
  .site-logo {
    max-height: 60px;
    margin: auto; }
  .quick-contact {
    justify-content: space-between;
    position: relative; }
    .quick-contact span {
      margin: 0; }
    .quick-contact .btn.large-btn {
      font-size: 1.6rem;
      padding: 1.3rem 1.4rem 1.1rem; }
    .quick-contact .phone-number.landline {
      display: none; }
    .quick-contact .phone-contact {
      position: fixed;
      bottom: 2em;
      right: 2em;
      z-index: 9999; }
    .quick-contact .menu-mobile-phone-menu-container {
      position: absolute;
      top: 100%;
      width: 100%;
      padding-top: 0.5em; }
      .quick-contact .menu-mobile-phone-menu-container .site-menu {
        border-radius: 3px; }
    .quick-contact .phone-number.sms {
      display: block;
      height: 54px;
      width: 54px;
      background-color: #FF8300;
      border-radius: 9999px;
      text-indent: -9999px;
      overflow: hidden;
      background-image: url(images/phone-icon-white.svg);
      background-size: 20px;
      background-position: center;
      background-repeat: no-repeat;
      color: transparent;
      box-shadow: -1px 2px 8px rgba(0, 0, 0, 0.3); }
      .quick-contact .phone-number.sms img {
        display: none; }
  #pull {
    display: block;
    text-transform: uppercase;
    padding: 1rem;
    top: 1.5rem;
    right: 1.5rem;
    color: #fff;
    background-color: #FF8300;
    cursor: pointer;
    z-index: 1099;
    text-decoration: none;
    background-image: url(images/menu-icon.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: right 12px center;
    margin-top: 1rem; }
  .menu-icon {
    vertical-align: middle;
    height: 14px;
    margin-left: 0.5rem; }
  .site-menu {
    pointer-events: all;
    position: relative;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    background: #DCDCDC;
    z-index: 999;
    transition: all 0.2s ease-in; }
    .site-menu a {
      color: #3A3939; }
    .site-menu ul {
      margin-bottom: 0; }
      .site-menu ul li {
        position: relative;
        padding-left: 1.2em; }
        .site-menu ul li:before {
          content: "-";
          font-weight: 600;
          color: #FF8300;
          position: absolute;
          left: 1em;
          top: 0.5em; }
    .site-menu.menu-hide {
      display: none;
      left: -110vw;
      right: 110vw;
      pointer-events: none; } }

.site-footer {
  background-color: #3A3939;
  position: relative;
  padding: 3rem 0;
  color: #DCDCDC;
  font-size: 1.35rem; }
  .site-footer p,
  .site-footer div,
  .site-footer ul,
  .site-footer li,
  .site-footer a {
    color: #DCDCDC;
    font-size: 1.35rem;
    line-height: 1.3em; }
  .site-footer a {
    text-decoration: none;
    color: #fff; }
  .site-footer .footer-phone-number {
    font-size: 2.2rem;
    display: block;
    margin-bottom: 0.4rem; }
  .site-footer .footer-email {
    display: block;
    margin-bottom: 0.4rem; }

.social-media-links {
  list-style: none;
  text-align: right;
  margin-bottom: 0; }
  .social-media-links li {
    display: inline-block;
    margin-left: 0.4rem; }
    .social-media-links li img {
      display: block;
      width: 32px;
      height: auto; }

.lower-footer-row {
  padding-top: 2rem;
  border-top: solid 1px rgba(160, 160, 160, 0.4); }

.footer-logo {
  display: block;
  max-width: 200px;
  height: auto;
  margin: auto; }

input,
textarea,
button {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  padding: 1.0rem 1.0rem 0.6rem;
  width: 100%;
  display: block;
  background-color: #fff;
  border: solid 1px rgba(58, 57, 57, 0.9);
  background-color: #fff;
  color: #3A3939;
  border-radius: 3px; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #A0A0A0; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #A0A0A0; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #A0A0A0; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #A0A0A0; }

textarea {
  height: 12.0rem;
  max-width: 100%; }

input[type="button"],
input[type="submit"],
button {
  display: inline-block;
  text-decoration: none;
  padding: 1rem 1.5rem 0.8rem;
  font-size: 1.6rem;
  cursor: pointer;
  text-transform: uppercase;
  line-height: 1em;
  font-weight: 400;
  background-color: #FF8300;
  border-radius: 3px;
  color: #fff;
  position: relative;
  transition: all 0.2s ease-in;
  background-color: #FF8300;
  border: none;
  display: inline-block;
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  float: right;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  border-radius: 3px; }

select {
  font-family: "Roboto", sans-serif;
  width: 100%;
  font-size: 1.5rem;
  padding: 1.0rem 0.8rem 1.2rem 1.6rem;
  display: block;
  margin-bottom: 0.8rem;
  border-radius: 3px;
  border: solid 1px #3A3939;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background: url(images/select-arrow.svg) center right 12px no-repeat;
  background-size: 16px !important;
  color: #333333 !important;
  background-color: #fff; }

input[type="checkbox"] {
  display: inline-block;
  width: auto; }

label {
  font-size: 1.6rem;
  margin-right: 1.4rem; }

.checkboxes {
  margin-bottom: 1.4rem; }

.checklist-item {
  display: inline-block;
  width: 20.0rem;
  margin-right: 1rem; }

input.form-width-50 {
  display: block;
  float: left; }

.inline-form input {
  display: block;
  float: left; }

.inline-form .form-width-70 {
  width: 70%; }

.inline-form .form-width-30 {
  width: 30%; }

input.inline-block,
textarea.inline-block,
button.inline-block,
select.inline-block {
  width: auto;
  margin: auto 1rem 0.8rem; }

input:focus,
input[type=text]:focus,
textarea:focus {
  box-shadow: 0 0 5px #FF8300;
  outline: none; }

.form-section {
  padding: 2rem;
  border: solid 1px #DCDCDC;
  border-radius: 3ps;
  margin-bottom: 2rem; }
  .form-section h4 {
    text-transform: none;
    font-weight: 800; }

.main div.wpcf7-response-output {
  background-color: #A0A0A0;
  color: #fff;
  border: none;
  padding: 2rem 2.5rem;
  border-radius: 3px; }
  .main div.wpcf7-response-output.wpcf7-mail-sent-ok {
    background-color: #42ba71; }

.wpcf7-radio {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .wpcf7-radio .wpcf7-list-item {
    margin: 0 1em 0 0; }
  .wpcf7-radio .wpcf7-list-item label {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center; }
    .wpcf7-radio .wpcf7-list-item label span {
      white-space: nowrap; }
    .wpcf7-radio .wpcf7-list-item label input {
      margin: 0 0.5em 0 0;
      width: auto; }

/*************** BUTTONS ******************/
.btn {
  display: inline-block;
  text-decoration: none;
  padding: 1rem 1.5rem 0.8rem;
  font-size: 1.6rem;
  cursor: pointer;
  text-transform: uppercase;
  line-height: 1em;
  font-weight: 400;
  background-color: #FF8300;
  border-radius: 3px;
  color: #fff;
  position: relative;
  transition: all 0.2s ease-in; }
  .btn:hover {
    opacity: 0.95; }

.btn.large-btn {
  font-size: 1.8rem;
  padding: 1.4rem 2rem 1.2rem; }

.btn.block-btn {
  display: block;
  text-align: center; }

.btn.btn-shadow {
  box-shadow: 0 2px 0 0 #3A3939; }
  .btn.btn-shadow:hover {
    box-shadow: 0 2px 0 0 rgba(58, 57, 57, 0.7); }

.btn.orange-btn {
  background-color: #FF8300; }

.btn.lightorange-btn {
  background-color: #FCA542;
  color: #3A3939; }

.btn.grey-btn {
  background-color: #A0A0A0; }

.btn.white-btn {
  background-color: #fff;
  color: #3A3939; }

.btn.dark-btn {
  background-color: #3A3939; }

/***************  HOME ******************/
/* Slider */
.home-slider {
  background-color: #DCDCDC; }
  .home-slider .slick-slider {
    margin-bottom: 0; }
  .home-slider .section {
    background-color: transparent; }
  .home-slider .slide {
    position: relative;
    min-height: 40vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 0;
    overflow: hidden;
    text-align: center;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center; }
    .home-slider .slide * {
      color: #fff;
      text-align: center; }
    .home-slider .slide h1, .home-slider .slide h2, .home-slider .slide h3, .home-slider .slide h4 {
      font-size: 2.7em;
      font-weight: 400;
      line-height: 1.2em;
      margin-bottom: 0.8rem;
      text-transform: none; }
    .home-slider .slide p {
      font-size: 3.0rem;
      font-weight: 800; }
    .home-slider .slide:before {
      content: "";
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: block;
      background-color: rgba(58, 57, 57, 0.5); }
  .home-slider .home-slide-content {
    padding: 100px 0;
    position: relative;
    z-index: 10;
    text-align: center; }

.slick-arrow.slick-arrow {
  display: block;
  position: absolute;
  height: 30px;
  width: 20px;
  background-image: url(images/arrow-light.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  left: 50px;
  z-index: 19;
  opacity: 0.5;
  transform: translate(0, -50%); }
  .slick-arrow.slick-arrow:hover {
    opacity: 0.8; }
  .slick-arrow.slick-arrow.slick-next {
    right: 50px;
    left: auto; }
  .slick-arrow.slick-arrow.slick-prev {
    transform: translate(0, -50%) rotate(180deg); }
  .slick-arrow.slick-arrow:before {
    content: none; }

.dark-slider .slick-arrow.slick-arrow {
  background-image: url(images/arrow-dark.svg); }

.feature-cleaning-services h2 {
  font-size: 1.8rem; }

@media (max-width: 800px) {
  .home-slider .slide h1,
  .home-slider .slide h2,
  .home-slider .slide h3,
  .home-slider .slide h4 {
    font-size: 1.6em; }
  .home-slider .slide p {
    font-size: 1.8rem; }
  .home-slider .home-slide-content {
    padding: 80px 20px; }
  .home-slider .slide {
    max-height: 50vh; }
  .slick-arrow.slick-arrow.slick-prev {
    left: 10px; }
  .slick-arrow.slick-arrow.slick-next {
    right: 10px; } }

/***************  HERO ******************/
.hero {
  background-color: #DCDCDC; }
  .hero .container {
    position: relative;
    padding: 9rem 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
  .hero .page-hero-title {
    position: relative;
    z-index: 5;
    color: #fff;
    text-transform: uppercase;
    font-size: 4.2rem;
    line-height: 1.1;
    text-align: center;
    font-weight: 800;
    text-shadow: 0 0 12px rgba(0, 0, 0, 0.5); }

@media (min-width: 1000px) {
  .hero .container {
    padding: 19rem; } }

/***************  PAGES ******************/
.main article p em {
  font-size: 1.9rem;
  color: #A0A0A0;
  font-style: normal; }

.main article h2, .main article h3, .main article h4,
.cleaning-tip-post h2,
.cleaning-tip-post h3,
.cleaning-tip-post h4 {
  text-transform: none; }

/***************  CLEANING TIPS ******************/
.post-filter .searchandfilter li {
  display: inline-block; }

.cleaning-highlight {
  display: grid;
  padding-bottom: 2rem;
  border-bottom: solid 1px #DCDCDC;
  margin-bottom: 2rem; }
  .cleaning-highlight:first-of-type {
    padding-top: 2rem;
    border-top: solid 1px #DCDCDC; }
  .cleaning-highlight h2 {
    margin-bottom: 0; }
  .cleaning-highlight > * {
    order: 2; }
  .cleaning-highlight .post-thumb {
    order: 1;
    margin-bottom: 1.6rem; }

@media (min-width: 800px) {
  .cleaning-highlight {
    grid-gap: 3rem;
    grid-template-columns: 3fr 5fr; }
    .cleaning-highlight:first-child {
      grid-column-start: 1; }
    .cleaning-highlight .post-title {
      grid-column: 1 / -1; }
    .cleaning-highlight .post-thumb {
      order: 2; }
    .cleaning-highlight .post-content-highlight:nth-child(2) {
      grid-column: 1 / -1; } }

.post-meta {
  padding: 0.8rem 0;
  margin-bottom: 1.6rem;
  color: #A0A0A0;
  font-size: 1.4rem; }
  .post-meta a {
    text-decoration: underline; }

a.post-cat:not(:last-of-type):after {
  content: ", "; }

article.single-cleaning-tip p:first-of-type {
  font-size: 1.9rem;
  color: #A0A0A0;
  font-style: normal; }

a.read-more {
  color: #A0A0A0;
  text-decoration: underline; }

/***************  SIDEBAR ******************/
@media (min-width: 900px) {
  .sidebar-border {
    padding-left: 2.5rem;
    border-left: solid 1px #DCDCDC; } }

.quote-sidebar {
  border: solid 1px #A0A0A0;
  border-radius: 3px;
  padding: 3rem; }

/***************  FAQS ******************/
.faq_col {
  width: 90%;
  max-width: 720px;
  margin: auto; }

.faq-box {
  border: solid 1px rgba(160, 160, 160, 0.6);
  margin-bottom: 2.5rem;
  padding: 2.4rem 0 1.4rem; }

.faq-question, .faq-answer {
  padding: 0 3rem 0.8rem 4.5rem; }

.faq-question {
  position: relative;
  cursor: pointer; }
  .faq-question h4 {
    color: #FF8300; }

.faq-question:after,
.faq-question:before {
  content: "";
  display: block;
  position: absolute;
  height: 18px;
  width: 18px;
  top: 0;
  left: 14px;
  background-image: url(images/plus-icon.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  opacity: 1;
  transition: opacity .2s ease-in-out; }

.faq-question:before {
  background-image: url(images/minus-icon.svg); }

.faq-box.faq-closed .faq-question:before {
  opacity: 0;
  transition: opacity .2s ease-in-out; }

.faq-box.faq-closed .faq-question:after {
  opacity: 1; }

.faq-box.faq-closed .faq-answer {
  display: none; }

.faq-box.faq-open .faq-question:before {
  opacity: 1; }

.faq-box.faq-open .faq-question:after {
  opacity: 0;
  transition: opacity .2s ease-in-out; }

.faq-box.faq-open .faq-answer {
  display: block; }

@media (max-width: 700px) {
  .faq-question h4 {
    font-size: 2rem; } }

/***************  SERVICE CHECKMARKS ******************/
.limit-width-col > p,
.limit-width-col > h2,
.limit-width-col > h3
> h4,
.limit-width-col > h5,
.limit-width-col > h6,
.limit-width-col > ul,
.limit-width-col > ol,
.limit-width-col > h1 {
  max-width: 790px;
  margin-left: auto;
  margin-right: auto; }

.service-checkmarks {
  background-color: #F7F7F7; }

.checkmark {
  width: 100%;
  max-width: 300px;
  display: inline-block;
  position: relative;
  padding-left: 40px;
  font-size: 1.8rem;
  line-height: 1.3;
  min-height: 30px; }
  .checkmark:before {
    content: "";
    display: block;
    position: absolute;
    height: 30px;
    width: 30px;
    background-image: url(images/tick.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    left: 0; }

@supports (display: grid) {
  .checkmarks {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); }
  .checkmark {
    max-width: none;
    display: block; } }

/***************  SERVICE PROCESS ******************/
.section-border-bottom {
  border-bottom: solid 1px #DCDCDC;
  padding-bottom: 2rem; }

.service-process {
  display: flex;
  justify-content: center;
  align-items: stretch;
  align-content: stretch;
  flex-wrap: wrap; }

.process-step {
  flex-basis: 26.0rem;
  border: solid 1px #DCDCDC;
  border-radius: 3px;
  background-color: #fbfbfb;
  padding: 1.6rem;
  text-align: center;
  margin: 0 1rem 2rem; }

.process-step-image-container {
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 1rem; }
  .process-step-image-container img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

/***************  MISC ******************/
.post-share,
.post-meta {
  padding: 0.8rem 0;
  border-top: solid 1px #DCDCDC;
  border-bottom: solid 1px #DCDCDC; }

.social-media-list {
  list-style: none;
  margin: 1.6rem 0; }
  .social-media-list li {
    display: inline-block;
    margin: 0 1rem 0 0; }
    .social-media-list li img {
      display: block;
      height: 32px;
      width: auto; }

.testimonial-slider .testimonial blockquote {
  display: block;
  max-width: 600px;
  margin: 20px auto; }

.logo-slider img {
  display: block;
  max-height: 60px;
  max-width: 170px;
  margin: auto; }

.special-offer {
  padding: 3.0rem; }
  .special-offer span {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 3.6rem;
    text-transform: uppercase;
    line-height: 1.1; }
  .special-offer .offer-link {
    color: #3A3939;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 2rem;
    padding: 5px;
    display: block;
    text-align: center; }

/* ACF FORMS */
/* Page arrows mobile */
@media (max-width: 600px) {
  .af-page-wrap {
    overflow: hidden;
    margin: 0; }
    .af-page-wrap span {
      white-space: nowrap;
      font-size: 12px; } }

form * + *,
.acf-form * + * {
  margin-top: auto; }

form .acf-field-5cc9495baab06 .af-label,
form .acf-field-5f7bd288c5f2d,
form .acf-field-5f7eb8bdbebe0,
form .acf-field-5f9689d132f95,
form .acf-field-601794227b1c7 .af-label,
.acf-form .acf-field-5cc9495baab06 .af-label,
.acf-form .acf-field-5f7bd288c5f2d,
.acf-form .acf-field-5f7eb8bdbebe0,
.acf-form .acf-field-5f9689d132f95,
.acf-form .acf-field-601794227b1c7 .af-label {
  display: none !important;
  visibility: hidden; }

form .acf-field-5f7bcc27ecea0 .acf-checkbox-list,
.acf-form .acf-field-5f7bcc27ecea0 .acf-checkbox-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-row-gap: 10px 20px; }
  form .acf-field-5f7bcc27ecea0 .acf-checkbox-list::before, form .acf-field-5f7bcc27ecea0 .acf-checkbox-list::after,
  .acf-form .acf-field-5f7bcc27ecea0 .acf-checkbox-list::before,
  .acf-form .acf-field-5f7bcc27ecea0 .acf-checkbox-list::after {
    content: none; }
  form .acf-field-5f7bcc27ecea0 .acf-checkbox-list label,
  .acf-form .acf-field-5f7bcc27ecea0 .acf-checkbox-list label {
    display: block;
    font-size: 18px;
    padding: 5px 10px 5px 25px;
    border-radius: 3px;
    position: relative; }
    form .acf-field-5f7bcc27ecea0 .acf-checkbox-list label input,
    .acf-form .acf-field-5f7bcc27ecea0 .acf-checkbox-list label input {
      display: none; }
    form .acf-field-5f7bcc27ecea0 .acf-checkbox-list label.selected,
    .acf-form .acf-field-5f7bcc27ecea0 .acf-checkbox-list label.selected {
      background-color: #d7fdd7; }
      form .acf-field-5f7bcc27ecea0 .acf-checkbox-list label.selected::before,
      .acf-form .acf-field-5f7bcc27ecea0 .acf-checkbox-list label.selected::before {
        content: "✓";
        position: absolute;
        left: 5px; }

form .select-option-warning,
.acf-form .select-option-warning {
  background-color: #dd2525;
  border-radius: 3px;
  color: #fff;
  padding: 15px 20px; }

form .quote-box,
.acf-form .quote-box {
  background-color: #DFFCDA;
  border-radius: 3px;
  padding: 15px 20px;
  font-size: 17px; }

form .acf-field-5f977e9822000,
.acf-form .acf-field-5f977e9822000 {
  background-color: #dd2525;
  border-radius: 3px; }
  form .acf-field-5f977e9822000 .af-label,
  .acf-form .acf-field-5f977e9822000 .af-label {
    display: none; }
  form .acf-field-5f977e9822000 .af-input p,
  .acf-form .acf-field-5f977e9822000 .af-input p {
    text-align: center;
    color: #fff; }

form .af-field-instructions,
.acf-form .af-field-instructions {
  font-size: 13px; }

form .af-field ul.acf-radio-list label,
.acf-form .af-field ul.acf-radio-list label {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 17px;
  width: 100%; }
  form .af-field ul.acf-radio-list label input,
  .acf-form .af-field ul.acf-radio-list label input {
    display: block;
    width: auto;
    margin-right: 8px; }

form .acf-field-60177909a33d2 .af-field-instructions,
.acf-form .acf-field-60177909a33d2 .af-field-instructions {
  font-size: 16px; }

form .acf-field-5ff56be783f93 .acf-button-group label,
.acf-form .acf-field-5ff56be783f93 .acf-button-group label {
  padding: 10px 30px; }

form .acf-field-5ff56be783f93 .acf-button-group label:first-child,
.acf-form .acf-field-5ff56be783f93 .acf-button-group label:first-child {
  font-weight: bold;
  font-size: 1.1em; }

form .acf-field-5ff56be783f93 .acf-button-group label.selected,
.acf-form .acf-field-5ff56be783f93 .acf-button-group label.selected {
  border-color: #FF8300;
  background: #FF8300; }

form .af-submit,
.acf-form .af-submit {
  display: flex;
  flex-direction: row;
  justify-content: flex-end; }
  form .af-submit > *,
  .acf-form .af-submit > * {
    margin-left: 20px; }
  form .af-submit .disabled,
  .acf-form .af-submit .disabled {
    display: none;
    pointer-events: none; }

form .af-submit-button.disabled,
.acf-form .af-submit-button.disabled {
  opacity: 0.1;
  pointer-events: none; }

@media (max-width: 600px) {
  form .af-field.af-field,
  .acf-form .af-field.af-field {
    width: 100% !important;
    padding: 10px 0;
    border: none !important; } }

#booking-calendar {
  max-width: 100%;
  overflow: auto; }

.calendar-grid {
  width: 100%;
  min-width: 900px;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  border: solid 1px #DCDCDC; }
  @media (max-width: 900px) {
    .calendar-grid {
      overflow-x: scroll;
      grid-template-columns: repeat(14, 1fr);
      padding-bottom: 12px;
      position: relative; } }
.af-form .acf-form-submit .af-previous-button {
  background-color: #A0A0A0; }

.af-form .acf-form-submit button[type="submit"] {
  background-color: #69ab00;
  margin-right: 0; }

p.mobile-text {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  text-align: right; }

@media (min-width: 900px) {
  p.mobile-text {
    display: none; } }

.calendar-grid .day {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  border-right: solid 1px #DCDCDC; }
  .calendar-grid .day:last-child {
    border-right: none; }
  .calendar-grid .day span {
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px;
    background-color: #DCDCDC;
    text-align: center;
    height: 54px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .calendar-grid .day .booking-slot {
    font-size: 16px;
    padding: 1em;
    text-align: center;
    border-bottom: solid 1px #DCDCDC; }
    .calendar-grid .day .booking-slot:last-child {
      border-bottom: none; }
    .calendar-grid .day .booking-slot:hover {
      background-color: rgba(215, 253, 215, 0.7); }
    .calendar-grid .day .booking-slot.selected {
      background-color: #d7fdd7; }
    .calendar-grid .day .booking-slot.disabled-slot, .calendar-grid .day .booking-slot.past-slot {
      background-color: #f1f1f1;
      cursor: pointer;
      pointer-events: none;
      color: #f1f1f1; }
    .calendar-grid .day .booking-slot.disabled-slot {
      background-color: #fff4f4;
      cursor: pointer;
      pointer-events: none;
      color: #ffcccc; }
  .calendar-grid .day.weekend .booking-slot:nth-of-type(1) {
    background-color: #f1f1f1;
    cursor: pointer;
    pointer-events: none;
    color: #f1f1f1; }
  @media (max-width: 900px) {
    .calendar-grid .day span {
      font-size: 12px;
      padding: 5px 8px;
      white-space: nowrap;
      height: auto; }
    .calendar-grid .day .booking-slot {
      font-size: 15px;
      padding: 5px 12px; } }
/*# sourceMappingURL=style.css.map */